Skip to content

Commit a600d8d

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 735c0ae commit a600d8d

File tree

3 files changed

+222
-45
lines changed

3 files changed

+222
-45
lines changed

codegen/sdk-codegen/aws-models/quicksight.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"type": "structure",
328328
"members": {},
329329
"traits": {
330-
"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>"
330+
"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>"
331331
}
332332
},
333333
"com.amazonaws.quicksight#AmazonElasticsearchParameters": {
@@ -6657,6 +6657,12 @@
66576657
"traits": {
66586658
"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>"
66596659
}
6660+
},
6661+
"IAMIdentityCenterInstanceArn": {
6662+
"target": "com.amazonaws.quicksight#String",
6663+
"traits": {
6664+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the IAM Identity Center instance.</p>"
6665+
}
66606666
}
66616667
},
66626668
"traits": {
@@ -22247,7 +22253,7 @@
2224722253
"AllSheets": {
2224822254
"target": "com.amazonaws.quicksight#AllSheetsFilterScopeConfiguration",
2224922255
"traits": {
22250-
"smithy.api#documentation": "<p>The configuration for applying a filter to all sheets.</p>"
22256+
"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>"
2225122257
}
2225222258
}
2225322259
},

0 commit comments

Comments
 (0)