diff --git a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts index ec7949fd5273..96144d176727 100644 --- a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts @@ -77,6 +77,7 @@ export interface CreateAccountSubscriptionCommandOutput extends CreateAccountSub * LastName: "STRING_VALUE", * EmailAddress: "STRING_VALUE", * ContactNumber: "STRING_VALUE", + * IAMIdentityCenterInstanceArn: "STRING_VALUE", * }; * const command = new CreateAccountSubscriptionCommand(input); * const response = await client.send(command); diff --git a/clients/client-quicksight/src/models/models_0.ts b/clients/client-quicksight/src/models/models_0.ts index cdb3f5b9a142..ba5fcf7184b5 100644 --- a/clients/client-quicksight/src/models/models_0.ts +++ b/clients/client-quicksight/src/models/models_0.ts @@ -514,7 +514,7 @@ export interface AggregationSortConfiguration { } /** - *

The configuration for applying a filter to all sheets. You can apply this filter to all visuals on every sheet.

+ *

An empty object that represents that the AllSheets option is the chosen value for the FilterScopeConfiguration parameter. This structure applies the filter to all visuals on all sheets of an Analysis, Dashboard, or Template.

*

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

* @public */ @@ -2576,7 +2576,7 @@ export interface FilterScopeConfiguration { SelectedSheets?: SelectedSheetsFilterScopeConfiguration; /** - *

The configuration for applying a filter to all sheets.

+ *

The configuration that applies a filter to all sheets. When you choose AllSheets as the value for a FilterScopeConfiguration, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration is chosen.

* @public */ AllSheets?: AllSheetsFilterScopeConfiguration; diff --git a/clients/client-quicksight/src/models/models_2.ts b/clients/client-quicksight/src/models/models_2.ts index 14960cc2d6ac..70f44b3ec1b0 100644 --- a/clients/client-quicksight/src/models/models_2.ts +++ b/clients/client-quicksight/src/models/models_2.ts @@ -4392,6 +4392,12 @@ export interface CreateAccountSubscriptionRequest { * @public */ ContactNumber?: string; + + /** + *

The Amazon Resource Name (ARN) for the IAM Identity Center instance.

+ * @public + */ + IAMIdentityCenterInstanceArn?: string; } /** diff --git a/clients/client-quicksight/src/protocols/Aws_restJson1.ts b/clients/client-quicksight/src/protocols/Aws_restJson1.ts index 6b86757acc1b..cfbaf88a664d 100644 --- a/clients/client-quicksight/src/protocols/Aws_restJson1.ts +++ b/clients/client-quicksight/src/protocols/Aws_restJson1.ts @@ -1315,6 +1315,7 @@ export const se_CreateAccountSubscriptionCommand = async ( Edition: [], EmailAddress: [], FirstName: [], + IAMIdentityCenterInstanceArn: [], LastName: [], NotificationEmail: [], ReaderGroup: (_) => _json(_), diff --git a/codegen/sdk-codegen/aws-models/quicksight.json b/codegen/sdk-codegen/aws-models/quicksight.json index bb76a8f1385e..43068f252bda 100644 --- a/codegen/sdk-codegen/aws-models/quicksight.json +++ b/codegen/sdk-codegen/aws-models/quicksight.json @@ -327,7 +327,7 @@ "type": "structure", "members": {}, "traits": { - "smithy.api#documentation": "

The configuration for applying a filter to all sheets. You can apply this filter to all visuals on every sheet.

\n

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

" + "smithy.api#documentation": "

An empty object that represents that the AllSheets option is the chosen value for the FilterScopeConfiguration parameter. This structure applies the filter to all visuals on all sheets of an Analysis, Dashboard, or Template.

\n

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

" } }, "com.amazonaws.quicksight#AmazonElasticsearchParameters": { @@ -6657,6 +6657,12 @@ "traits": { "smithy.api#documentation": "

A 10-digit phone number for the author of the Amazon QuickSight account to use for\n future communications. This field is required if ENTERPPRISE_AND_Q is the\n selected edition of the new Amazon QuickSight account.

" } + }, + "IAMIdentityCenterInstanceArn": { + "target": "com.amazonaws.quicksight#String", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the IAM Identity Center instance.

" + } } }, "traits": { @@ -22247,7 +22253,7 @@ "AllSheets": { "target": "com.amazonaws.quicksight#AllSheetsFilterScopeConfiguration", "traits": { - "smithy.api#documentation": "

The configuration for applying a filter to all sheets.

" + "smithy.api#documentation": "

The configuration that applies a filter to all sheets. When you choose AllSheets as the value for a FilterScopeConfiguration, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration is chosen.

" } } },