@aws-sdk/client-quicksight 3.775.0 → 3.778.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -0
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +12 -0
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -0
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +15 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +12 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBrandCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +3 -2
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +18 -0
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +38 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +38 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -0
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -0
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -0
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListThemesCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +1 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListUsersCommand.d.ts +1 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +3 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +6 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +2 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +1 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +18 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +2 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +13 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBrandCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +15 -0
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +12 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +2 -2
|
@@ -955,6 +955,13 @@ declare const CreateTemplateCommand_base: {
|
|
|
955
955
|
* "STRING_VALUE",
|
|
956
956
|
* ],
|
|
957
957
|
* },
|
|
958
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
959
|
+
* { // TransposedTableOption
|
|
960
|
+
* ColumnIndex: Number("int"),
|
|
961
|
+
* ColumnWidth: "STRING_VALUE",
|
|
962
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
963
|
+
* },
|
|
964
|
+
* ],
|
|
958
965
|
* },
|
|
959
966
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
960
967
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5441,6 +5448,10 @@ declare const CreateTemplateCommand_base: {
|
|
|
5441
5448
|
* Options: { // AssetOptions
|
|
5442
5449
|
* Timezone: "STRING_VALUE",
|
|
5443
5450
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5451
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5452
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5453
|
+
* "STRING_VALUE",
|
|
5454
|
+
* ],
|
|
5444
5455
|
* },
|
|
5445
5456
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5446
5457
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -5535,6 +5546,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
5535
5546
|
* @throws {@link QuickSightServiceException}
|
|
5536
5547
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
5537
5548
|
*
|
|
5549
|
+
*
|
|
5538
5550
|
* @public
|
|
5539
5551
|
*/
|
|
5540
5552
|
export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const CreateThemeAliasCommand_base: {
|
|
|
90
90
|
* @throws {@link QuickSightServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateThemeAliasCommand extends CreateThemeAliasCommand_base {
|
|
@@ -161,6 +161,7 @@ declare const CreateThemeCommand_base: {
|
|
|
161
161
|
* @throws {@link QuickSightServiceException}
|
|
162
162
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
163
163
|
*
|
|
164
|
+
*
|
|
164
165
|
* @public
|
|
165
166
|
*/
|
|
166
167
|
export declare class CreateThemeCommand extends CreateThemeCommand_base {
|
|
@@ -346,6 +346,7 @@ declare const CreateTopicCommand_base: {
|
|
|
346
346
|
* @throws {@link QuickSightServiceException}
|
|
347
347
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
348
348
|
*
|
|
349
|
+
*
|
|
349
350
|
* @public
|
|
350
351
|
*/
|
|
351
352
|
export declare class CreateTopicCommand extends CreateTopicCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const CreateTopicRefreshScheduleCommand_base: {
|
|
|
96
96
|
* @throws {@link QuickSightServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class CreateTopicRefreshScheduleCommand extends CreateTopicRefreshScheduleCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const CreateVPCConnectionCommand_base: {
|
|
|
107
107
|
* @throws {@link QuickSightServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreateVPCConnectionCommand extends CreateVPCConnectionCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DeleteAccountCustomizationCommand_base: {
|
|
|
87
87
|
* @throws {@link QuickSightServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DeleteAccountCustomizationCommand extends DeleteAccountCustomizationCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteAccountSubscriptionCommand_base: {
|
|
|
79
79
|
* @throws {@link QuickSightServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteAccountSubscriptionCommand extends DeleteAccountSubscriptionCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const DeleteAnalysisCommand_base: {
|
|
|
93
93
|
* @throws {@link QuickSightServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DeleteAnalysisCommand extends DeleteAnalysisCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteBrandAssignmentCommand_base: {
|
|
|
75
75
|
* @throws {@link QuickSightServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteBrandAssignmentCommand extends DeleteBrandAssignmentCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeleteBrandCommand_base: {
|
|
|
76
76
|
* @throws {@link QuickSightServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteBrandCommand extends DeleteBrandCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DeleteCustomPermissionsCommand_base: {
|
|
|
87
87
|
* @throws {@link QuickSightServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DeleteCustomPermissionsCommand extends DeleteCustomPermissionsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DeleteDashboardCommand_base: {
|
|
|
80
80
|
* @throws {@link QuickSightServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteDashboardCommand extends DeleteDashboardCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeleteDataSetCommand_base: {
|
|
|
76
76
|
* @throws {@link QuickSightServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteDataSetCommand extends DeleteDataSetCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DeleteDataSetRefreshPropertiesCommand_base: {
|
|
|
80
80
|
* @throws {@link QuickSightServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteDataSetRefreshPropertiesCommand extends DeleteDataSetRefreshPropertiesCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
77
77
|
* @throws {@link QuickSightServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeleteDefaultQBusinessApplicationCommand_base: {
|
|
|
74
74
|
* @throws {@link QuickSightServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteDefaultQBusinessApplicationCommand extends DeleteDefaultQBusinessApplicationCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DeleteFolderCommand_base: {
|
|
|
88
88
|
* @throws {@link QuickSightServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DeleteFolderCommand extends DeleteFolderCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DeleteFolderMembershipCommand_base: {
|
|
|
82
82
|
* @throws {@link QuickSightServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DeleteFolderMembershipCommand extends DeleteFolderMembershipCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DeleteGroupCommand_base: {
|
|
|
81
81
|
* @throws {@link QuickSightServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DeleteGroupMembershipCommand_base: {
|
|
|
82
82
|
* @throws {@link QuickSightServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DeleteGroupMembershipCommand extends DeleteGroupMembershipCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DeleteIAMPolicyAssignmentCommand_base: {
|
|
|
83
83
|
* @throws {@link QuickSightServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DeleteIAMPolicyAssignmentCommand extends DeleteIAMPolicyAssignmentCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteIdentityPropagationConfigCommand_base: {
|
|
|
75
75
|
* @throws {@link QuickSightServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteIdentityPropagationConfigCommand extends DeleteIdentityPropagationConfigCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
82
82
|
* @throws {@link QuickSightServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DeleteRefreshScheduleCommand_base: {
|
|
|
80
80
|
* @throws {@link QuickSightServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteRefreshScheduleCommand extends DeleteRefreshScheduleCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DeleteRoleCustomPermissionCommand_base: {
|
|
|
81
81
|
* @throws {@link QuickSightServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DeleteRoleCustomPermissionCommand extends DeleteRoleCustomPermissionCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface DeleteRoleMembershipCommandOutput extends DeleteRoleMembershipR
|
|
|
24
24
|
declare const DeleteRoleMembershipCommand_base: {
|
|
25
25
|
new (input: DeleteRoleMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoleMembershipCommandInput, DeleteRoleMembershipCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: DeleteRoleMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoleMembershipCommandInput, DeleteRoleMembershipCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Removes a group from a role.</p>
|
|
@@ -82,6 +82,7 @@ declare const DeleteRoleMembershipCommand_base: {
|
|
|
82
82
|
* @throws {@link QuickSightServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DeleteRoleMembershipCommand extends DeleteRoleMembershipCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteTemplateAliasCommand_base: {
|
|
|
79
79
|
* @throws {@link QuickSightServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteTemplateAliasCommand extends DeleteTemplateAliasCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DeleteTemplateCommand_base: {
|
|
|
83
83
|
* @throws {@link QuickSightServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DeleteThemeAliasCommand_base: {
|
|
|
83
83
|
* @throws {@link QuickSightServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DeleteThemeAliasCommand extends DeleteThemeAliasCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DeleteThemeCommand_base: {
|
|
|
86
86
|
* @throws {@link QuickSightServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DeleteThemeCommand extends DeleteThemeCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteTopicCommand_base: {
|
|
|
79
79
|
* @throws {@link QuickSightServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteTopicCommand extends DeleteTopicCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DeleteTopicRefreshScheduleCommand_base: {
|
|
|
87
87
|
* @throws {@link QuickSightServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DeleteTopicRefreshScheduleCommand extends DeleteTopicRefreshScheduleCommand_base {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from "../models/
|
|
3
|
+
import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -24,7 +24,7 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
|
|
|
24
24
|
declare const DeleteUserByPrincipalIdCommand_base: {
|
|
25
25
|
new (input: DeleteUserByPrincipalIdCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: DeleteUserByPrincipalIdCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Deletes a user identified by its principal ID. </p>
|
|
@@ -81,6 +81,7 @@ declare const DeleteUserByPrincipalIdCommand_base: {
|
|
|
81
81
|
* @throws {@link QuickSightServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DeleteUserByPrincipalIdCommand extends DeleteUserByPrincipalIdCommand_base {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteUserRequest
|
|
3
|
+
import { DeleteUserRequest } from "../models/models_3";
|
|
4
|
+
import { DeleteUserResponse } from "../models/models_4";
|
|
4
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -83,6 +84,7 @@ declare const DeleteUserCommand_base: {
|
|
|
83
84
|
* @throws {@link QuickSightServiceException}
|
|
84
85
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
85
86
|
*
|
|
87
|
+
*
|
|
86
88
|
* @public
|
|
87
89
|
*/
|
|
88
90
|
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteUserCustomPermissionRequest, DeleteUserCustomPermissionResponse } from "../models/
|
|
3
|
+
import { DeleteUserCustomPermissionRequest, DeleteUserCustomPermissionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -84,6 +84,7 @@ declare const DeleteUserCustomPermissionCommand_base: {
|
|
|
84
84
|
* @throws {@link QuickSightServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DeleteUserCustomPermissionCommand extends DeleteUserCustomPermissionCommand_base {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse } from "../models/
|
|
3
|
+
import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -87,6 +87,7 @@ declare const DeleteVPCConnectionCommand_base: {
|
|
|
87
87
|
* @throws {@link QuickSightServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DeleteVPCConnectionCommand extends DeleteVPCConnectionCommand_base {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeAccountCustomizationRequest, DescribeAccountCustomizationResponse } from "../models/
|
|
3
|
+
import { DescribeAccountCustomizationRequest, DescribeAccountCustomizationResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -141,6 +141,7 @@ declare const DescribeAccountCustomizationCommand_base: {
|
|
|
141
141
|
* @throws {@link QuickSightServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
143
143
|
*
|
|
144
|
+
*
|
|
144
145
|
* @public
|
|
145
146
|
*/
|
|
146
147
|
export declare class DescribeAccountCustomizationCommand extends DescribeAccountCustomizationCommand_base {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from "../models/
|
|
3
|
+
import { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -85,6 +85,7 @@ declare const DescribeAccountSettingsCommand_base: {
|
|
|
85
85
|
* @throws {@link QuickSightServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class DescribeAccountSettingsCommand extends DescribeAccountSettingsCommand_base {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeAccountSubscriptionRequest, DescribeAccountSubscriptionResponse } from "../models/
|
|
3
|
+
import { DescribeAccountSubscriptionRequest, DescribeAccountSubscriptionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -84,6 +84,7 @@ declare const DescribeAccountSubscriptionCommand_base: {
|
|
|
84
84
|
* @throws {@link QuickSightServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeAccountSubscriptionCommand extends DescribeAccountSubscriptionCommand_base {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeAnalysisRequest } from "../models/
|
|
4
|
-
import { DescribeAnalysisResponse } from "../models/models_4";
|
|
3
|
+
import { DescribeAnalysisRequest, DescribeAnalysisResponse } from "../models/models_4";
|
|
5
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -189,6 +188,7 @@ declare const DescribeAnalysisCommand_base: {
|
|
|
189
188
|
* @throws {@link QuickSightServiceException}
|
|
190
189
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
191
190
|
*
|
|
191
|
+
*
|
|
192
192
|
* @public
|
|
193
193
|
*/
|
|
194
194
|
export declare class DescribeAnalysisCommand extends DescribeAnalysisCommand_base {
|
|
@@ -927,6 +927,13 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
927
927
|
* // "STRING_VALUE",
|
|
928
928
|
* // ],
|
|
929
929
|
* // },
|
|
930
|
+
* // TransposedTableOptions: [ // TransposedTableOptionList
|
|
931
|
+
* // { // TransposedTableOption
|
|
932
|
+
* // ColumnIndex: Number("int"),
|
|
933
|
+
* // ColumnWidth: "STRING_VALUE",
|
|
934
|
+
* // ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
935
|
+
* // },
|
|
936
|
+
* // ],
|
|
930
937
|
* // },
|
|
931
938
|
* // PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
932
939
|
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5413,6 +5420,10 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
5413
5420
|
* // Options: { // AssetOptions
|
|
5414
5421
|
* // Timezone: "STRING_VALUE",
|
|
5415
5422
|
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5423
|
+
* // QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5424
|
+
* // ExcludedDataSetArns: [ // DataSetArnsList
|
|
5425
|
+
* // "STRING_VALUE",
|
|
5426
|
+
* // ],
|
|
5416
5427
|
* // },
|
|
5417
5428
|
* // QueryExecutionOptions: { // QueryExecutionOptions
|
|
5418
5429
|
* // QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -5493,6 +5504,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
5493
5504
|
* @throws {@link QuickSightServiceException}
|
|
5494
5505
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
5495
5506
|
*
|
|
5507
|
+
*
|
|
5496
5508
|
* @public
|
|
5497
5509
|
*/
|
|
5498
5510
|
export declare class DescribeAnalysisDefinitionCommand extends DescribeAnalysisDefinitionCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const DescribeAnalysisPermissionsCommand_base: {
|
|
|
84
84
|
* @throws {@link QuickSightServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeAnalysisPermissionsCommand extends DescribeAnalysisPermissionsCommand_base {
|
|
@@ -93,7 +93,7 @@ declare const DescribeAssetBundleExportJobCommand_base: {
|
|
|
93
93
|
* // { // AssetBundleExportJobDataSetOverrideProperties
|
|
94
94
|
* // Arn: "STRING_VALUE", // required
|
|
95
95
|
* // Properties: [ // AssetBundleExportJobDataSetPropertyToOverrideList // required
|
|
96
|
-
* // "Name",
|
|
96
|
+
* // "Name" || "RefreshFailureEmailAlertStatus",
|
|
97
97
|
* // ],
|
|
98
98
|
* // },
|
|
99
99
|
* // ],
|
|
@@ -170,6 +170,7 @@ declare const DescribeAssetBundleExportJobCommand_base: {
|
|
|
170
170
|
* @throws {@link QuickSightServiceException}
|
|
171
171
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
172
172
|
*
|
|
173
|
+
*
|
|
173
174
|
* @public
|
|
174
175
|
*/
|
|
175
176
|
export declare class DescribeAssetBundleExportJobCommand extends DescribeAssetBundleExportJobCommand_base {
|
|
@@ -134,6 +134,7 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
134
134
|
* // Host: "STRING_VALUE", // required
|
|
135
135
|
* // Port: Number("int"), // required
|
|
136
136
|
* // Database: "STRING_VALUE", // required
|
|
137
|
+
* // UseServiceName: true || false,
|
|
137
138
|
* // },
|
|
138
139
|
* // PostgreSqlParameters: { // PostgreSqlParameters
|
|
139
140
|
* // Host: "STRING_VALUE", // required
|
|
@@ -266,6 +267,22 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
266
267
|
* // { // AssetBundleImportJobDataSetOverrideParameters
|
|
267
268
|
* // DataSetId: "STRING_VALUE", // required
|
|
268
269
|
* // Name: "STRING_VALUE",
|
|
270
|
+
* // DataSetRefreshProperties: { // DataSetRefreshProperties
|
|
271
|
+
* // RefreshConfiguration: { // RefreshConfiguration
|
|
272
|
+
* // IncrementalRefresh: { // IncrementalRefresh
|
|
273
|
+
* // LookbackWindow: { // LookbackWindow
|
|
274
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
275
|
+
* // Size: Number("long"), // required
|
|
276
|
+
* // SizeUnit: "HOUR" || "DAY" || "WEEK", // required
|
|
277
|
+
* // },
|
|
278
|
+
* // },
|
|
279
|
+
* // },
|
|
280
|
+
* // FailureConfiguration: { // RefreshFailureConfiguration
|
|
281
|
+
* // EmailAlert: { // RefreshFailureEmailAlert
|
|
282
|
+
* // AlertStatus: "ENABLED" || "DISABLED",
|
|
283
|
+
* // },
|
|
284
|
+
* // },
|
|
285
|
+
* // },
|
|
269
286
|
* // },
|
|
270
287
|
* // ],
|
|
271
288
|
* // Themes: [ // AssetBundleImportJobThemeOverrideParametersList
|
|
@@ -486,6 +503,7 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
486
503
|
* @throws {@link QuickSightServiceException}
|
|
487
504
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
488
505
|
*
|
|
506
|
+
*
|
|
489
507
|
* @public
|
|
490
508
|
*/
|
|
491
509
|
export declare class DescribeAssetBundleImportJobCommand extends DescribeAssetBundleImportJobCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DescribeBrandAssignmentCommand_base: {
|
|
|
76
76
|
* @throws {@link QuickSightServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeBrandAssignmentCommand extends DescribeBrandAssignmentCommand_base {
|
|
@@ -187,6 +187,7 @@ declare const DescribeBrandCommand_base: {
|
|
|
187
187
|
* @throws {@link QuickSightServiceException}
|
|
188
188
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
189
189
|
*
|
|
190
|
+
*
|
|
190
191
|
* @public
|
|
191
192
|
*/
|
|
192
193
|
export declare class DescribeBrandCommand extends DescribeBrandCommand_base {
|
|
@@ -186,6 +186,7 @@ declare const DescribeBrandPublishedVersionCommand_base: {
|
|
|
186
186
|
* @throws {@link QuickSightServiceException}
|
|
187
187
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
188
188
|
*
|
|
189
|
+
*
|
|
189
190
|
* @public
|
|
190
191
|
*/
|
|
191
192
|
export declare class DescribeBrandPublishedVersionCommand extends DescribeBrandPublishedVersionCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const DescribeCustomPermissionsCommand_base: {
|
|
|
103
103
|
* @throws {@link QuickSightServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DescribeCustomPermissionsCommand extends DescribeCustomPermissionsCommand_base {
|
|
@@ -201,6 +201,7 @@ declare const DescribeDashboardCommand_base: {
|
|
|
201
201
|
* @throws {@link QuickSightServiceException}
|
|
202
202
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
203
203
|
*
|
|
204
|
+
*
|
|
204
205
|
* @public
|
|
205
206
|
*/
|
|
206
207
|
export declare class DescribeDashboardCommand extends DescribeDashboardCommand_base {
|