Skip to content

Commit 235c529

Browse files
author
AWS
committed
Amazon QuickSight Update: Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription
1 parent f21634e commit 235c529

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon QuickSight",
4+
"contributor": "",
5+
"description": "Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription"
6+
}

services/quicksight/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,7 +3417,7 @@
34173417
"type":"structure",
34183418
"members":{
34193419
},
3420-
"documentation":"<p>The configuration for applying a filter to all sheets. You can apply this filter to all visuals on every sheet.</p> <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>"
3420+
"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> <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>"
34213421
},
34223422
"AmazonElasticsearchParameters":{
34233423
"type":"structure",
@@ -7227,6 +7227,10 @@
72277227
"ContactNumber":{
72287228
"shape":"String",
72297229
"documentation":"<p>A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected edition of the new Amazon QuickSight account.</p>"
7230+
},
7231+
"IAMIdentityCenterInstanceArn":{
7232+
"shape":"String",
7233+
"documentation":"<p>The Amazon Resource Name (ARN) for the IAM Identity Center instance.</p>"
72307234
}
72317235
}
72327236
},
@@ -15413,7 +15417,7 @@
1541315417
},
1541415418
"AllSheets":{
1541515419
"shape":"AllSheetsFilterScopeConfiguration",
15416-
"documentation":"<p>The configuration for applying a filter to all sheets.</p>"
15420+
"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>"
1541715421
}
1541815422
},
1541915423
"documentation":"<p>The scope configuration for a <code>FilterGroup</code>.</p> <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>"

0 commit comments

Comments
 (0)