Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 5, 2024
1 parent 735c0ae commit a600d8d
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 45 deletions.
10 changes: 8 additions & 2 deletions codegen/sdk-codegen/aws-models/quicksight.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"type": "structure",
"members": {},
"traits": {
"smithy.api#documentation": "<p>The configuration for applying a filter to all sheets. You can apply this filter to all visuals on every sheet.</p>\n <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>"
"smithy.api#documentation": "<p>An empty object that represents that the <code>AllSheets</code> option is the chosen value for the <code>FilterScopeConfiguration</code> parameter. This structure applies the filter to all visuals on all sheets of an Analysis, Dashboard, or Template.</p>\n <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>"
}
},
"com.amazonaws.quicksight#AmazonElasticsearchParameters": {
Expand Down Expand Up @@ -6657,6 +6657,12 @@
"traits": {
"smithy.api#documentation": "<p>A 10-digit phone number for the author of the Amazon QuickSight account to use for\n future communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the\n selected edition of the new Amazon QuickSight account.</p>"
}
},
"IAMIdentityCenterInstanceArn": {
"target": "com.amazonaws.quicksight#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the IAM Identity Center instance.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -22247,7 +22253,7 @@
"AllSheets": {
"target": "com.amazonaws.quicksight#AllSheetsFilterScopeConfiguration",
"traits": {
"smithy.api#documentation": "<p>The configuration for applying a filter to all sheets.</p>"
"smithy.api#documentation": "<p>The configuration that applies a filter to all sheets. When you choose <code>AllSheets</code> as the value for a <code>FilterScopeConfiguration</code>, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The <code>AllSheetsFilterScopeConfiguration</code> is chosen.</p>"
}
}
},
Expand Down
Loading

0 comments on commit a600d8d

Please sign in to comment.