@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
|
@@ -80,6 +80,7 @@ declare const UpdateApplicationWithTokenExchangeGrantCommand_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 UpdateApplicationWithTokenExchangeGrantCommand extends UpdateApplicationWithTokenExchangeGrantCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const UpdateBrandAssignmentCommand_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 UpdateBrandAssignmentCommand extends UpdateBrandAssignmentCommand_base {
|
|
@@ -245,6 +245,7 @@ declare const UpdateBrandCommand_base: {
|
|
|
245
245
|
* @throws {@link QuickSightServiceException}
|
|
246
246
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
247
247
|
*
|
|
248
|
+
*
|
|
248
249
|
* @public
|
|
249
250
|
*/
|
|
250
251
|
export declare class UpdateBrandCommand extends UpdateBrandCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateBrandPublishedVersionCommand_base: {
|
|
|
78
78
|
* @throws {@link QuickSightServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateBrandPublishedVersionCommand extends UpdateBrandPublishedVersionCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const UpdateCustomPermissionsCommand_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 UpdateCustomPermissionsCommand extends UpdateCustomPermissionsCommand_base {
|
|
@@ -127,6 +127,9 @@ declare const UpdateDashboardCommand_base: {
|
|
|
127
127
|
* DataPointTooltipOption: { // DataPointTooltipOption
|
|
128
128
|
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
129
129
|
* },
|
|
130
|
+
* DataQAEnabledOption: { // DataQAEnabledOption
|
|
131
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
132
|
+
* },
|
|
130
133
|
* },
|
|
131
134
|
* ThemeArn: "STRING_VALUE",
|
|
132
135
|
* Definition: { // DashboardVersionDefinition
|
|
@@ -992,6 +995,13 @@ declare const UpdateDashboardCommand_base: {
|
|
|
992
995
|
* "STRING_VALUE",
|
|
993
996
|
* ],
|
|
994
997
|
* },
|
|
998
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
999
|
+
* { // TransposedTableOption
|
|
1000
|
+
* ColumnIndex: Number("int"),
|
|
1001
|
+
* ColumnWidth: "STRING_VALUE",
|
|
1002
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
1003
|
+
* },
|
|
1004
|
+
* ],
|
|
995
1005
|
* },
|
|
996
1006
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
997
1007
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5476,6 +5486,10 @@ declare const UpdateDashboardCommand_base: {
|
|
|
5476
5486
|
* Options: { // AssetOptions
|
|
5477
5487
|
* Timezone: "STRING_VALUE",
|
|
5478
5488
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5489
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5490
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5491
|
+
* "STRING_VALUE",
|
|
5492
|
+
* ],
|
|
5479
5493
|
* },
|
|
5480
5494
|
* StaticFiles: [ // StaticFileList
|
|
5481
5495
|
* { // StaticFile
|
|
@@ -5558,6 +5572,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
5558
5572
|
* @throws {@link QuickSightServiceException}
|
|
5559
5573
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
5560
5574
|
*
|
|
5575
|
+
*
|
|
5561
5576
|
* @public
|
|
5562
5577
|
*/
|
|
5563
5578
|
export declare class UpdateDashboardCommand extends UpdateDashboardCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const UpdateDashboardLinksCommand_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 UpdateDashboardLinksCommand extends UpdateDashboardLinksCommand_base {
|
|
@@ -132,6 +132,7 @@ declare const UpdateDashboardPermissionsCommand_base: {
|
|
|
132
132
|
* @throws {@link QuickSightServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
134
134
|
*
|
|
135
|
+
*
|
|
135
136
|
* @public
|
|
136
137
|
*/
|
|
137
138
|
export declare class UpdateDashboardPermissionsCommand extends UpdateDashboardPermissionsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UpdateDashboardPublishedVersionCommand_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 UpdateDashboardPublishedVersionCommand extends UpdateDashboardPublishedVersionCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateDashboardsQAConfigurationCommand_base: {
|
|
|
78
78
|
* @throws {@link QuickSightServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateDashboardsQAConfigurationCommand extends UpdateDashboardsQAConfigurationCommand_base {
|
|
@@ -335,6 +335,7 @@ declare const UpdateDataSetCommand_base: {
|
|
|
335
335
|
* @throws {@link QuickSightServiceException}
|
|
336
336
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
337
337
|
*
|
|
338
|
+
*
|
|
338
339
|
* @public
|
|
339
340
|
*/
|
|
340
341
|
export declare class UpdateDataSetCommand extends UpdateDataSetCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const UpdateDataSetPermissionsCommand_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 UpdateDataSetPermissionsCommand extends UpdateDataSetPermissionsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
76
76
|
* Host: "STRING_VALUE", // required
|
|
77
77
|
* Port: Number("int"), // required
|
|
78
78
|
* Database: "STRING_VALUE", // required
|
|
79
|
+
* UseServiceName: true || false,
|
|
79
80
|
* },
|
|
80
81
|
* PostgreSqlParameters: { // PostgreSqlParameters
|
|
81
82
|
* Host: "STRING_VALUE", // required
|
|
@@ -232,6 +233,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
232
233
|
* Host: "STRING_VALUE", // required
|
|
233
234
|
* Port: Number("int"), // required
|
|
234
235
|
* Database: "STRING_VALUE", // required
|
|
236
|
+
* UseServiceName: true || false,
|
|
235
237
|
* },
|
|
236
238
|
* PostgreSqlParameters: {
|
|
237
239
|
* Host: "STRING_VALUE", // required
|
|
@@ -400,6 +402,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
400
402
|
* @throws {@link QuickSightServiceException}
|
|
401
403
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
402
404
|
*
|
|
405
|
+
*
|
|
403
406
|
* @public
|
|
404
407
|
*/
|
|
405
408
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const UpdateDataSourcePermissionsCommand_base: {
|
|
|
95
95
|
* @throws {@link QuickSightServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UpdateDataSourcePermissionsCommand extends UpdateDataSourcePermissionsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateDefaultQBusinessApplicationCommand_base: {
|
|
|
78
78
|
* @throws {@link QuickSightServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateDefaultQBusinessApplicationCommand extends UpdateDefaultQBusinessApplicationCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const UpdateFolderCommand_base: {
|
|
|
89
89
|
* @throws {@link QuickSightServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateFolderCommand extends UpdateFolderCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const UpdateFolderPermissionsCommand_base: {
|
|
|
109
109
|
* @throws {@link QuickSightServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class UpdateFolderPermissionsCommand extends UpdateFolderPermissionsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const UpdateGroupCommand_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 UpdateGroupCommand extends UpdateGroupCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const UpdateIAMPolicyAssignmentCommand_base: {
|
|
|
100
100
|
* @throws {@link QuickSightServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class UpdateIAMPolicyAssignmentCommand extends UpdateIAMPolicyAssignmentCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateIdentityPropagationConfigCommand_base: {
|
|
|
78
78
|
* @throws {@link QuickSightServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateIdentityPropagationConfigCommand extends UpdateIdentityPropagationConfigCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpdateIpRestrictionCommand_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 UpdateIpRestrictionCommand extends UpdateIpRestrictionCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const UpdateKeyRegistrationCommand_base: {
|
|
|
89
89
|
* @throws {@link QuickSightServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateKeyRegistrationCommand extends UpdateKeyRegistrationCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const UpdatePublicSharingSettingsCommand_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 UpdatePublicSharingSettingsCommand extends UpdatePublicSharingSettingsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UpdateQPersonalizationConfigurationCommand_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 UpdateQPersonalizationConfigurationCommand extends UpdateQPersonalizationConfigurationCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateQuickSightQSearchConfigurationCommand_base: {
|
|
|
78
78
|
* @throws {@link QuickSightServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateQuickSightQSearchConfigurationCommand extends UpdateQuickSightQSearchConfigurationCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const UpdateRefreshScheduleCommand_base: {
|
|
|
97
97
|
* @throws {@link QuickSightServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class UpdateRefreshScheduleCommand extends UpdateRefreshScheduleCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const UpdateRoleCustomPermissionCommand_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 UpdateRoleCustomPermissionCommand extends UpdateRoleCustomPermissionCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const UpdateSPICECapacityConfigurationCommand_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 UpdateSPICECapacityConfigurationCommand extends UpdateSPICECapacityConfigurationCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UpdateTemplateAliasCommand_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 UpdateTemplateAliasCommand extends UpdateTemplateAliasCommand_base {
|
|
@@ -934,6 +934,13 @@ declare const UpdateTemplateCommand_base: {
|
|
|
934
934
|
* "STRING_VALUE",
|
|
935
935
|
* ],
|
|
936
936
|
* },
|
|
937
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
938
|
+
* { // TransposedTableOption
|
|
939
|
+
* ColumnIndex: Number("int"),
|
|
940
|
+
* ColumnWidth: "STRING_VALUE",
|
|
941
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
942
|
+
* },
|
|
943
|
+
* ],
|
|
937
944
|
* },
|
|
938
945
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
939
946
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5420,6 +5427,10 @@ declare const UpdateTemplateCommand_base: {
|
|
|
5420
5427
|
* Options: { // AssetOptions
|
|
5421
5428
|
* Timezone: "STRING_VALUE",
|
|
5422
5429
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5430
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5431
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5432
|
+
* "STRING_VALUE",
|
|
5433
|
+
* ],
|
|
5423
5434
|
* },
|
|
5424
5435
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5425
5436
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -5508,6 +5519,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
5508
5519
|
* @throws {@link QuickSightServiceException}
|
|
5509
5520
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
5510
5521
|
*
|
|
5522
|
+
*
|
|
5511
5523
|
* @public
|
|
5512
5524
|
*/
|
|
5513
5525
|
export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const UpdateTemplatePermissionsCommand_base: {
|
|
|
106
106
|
* @throws {@link QuickSightServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class UpdateTemplatePermissionsCommand extends UpdateTemplatePermissionsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpdateThemeAliasCommand_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 UpdateThemeAliasCommand extends UpdateThemeAliasCommand_base {
|
|
@@ -144,6 +144,7 @@ declare const UpdateThemeCommand_base: {
|
|
|
144
144
|
* @throws {@link QuickSightServiceException}
|
|
145
145
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
146
146
|
*
|
|
147
|
+
*
|
|
147
148
|
* @public
|
|
148
149
|
*/
|
|
149
150
|
export declare class UpdateThemeCommand extends UpdateThemeCommand_base {
|
|
@@ -202,6 +202,7 @@ declare const UpdateThemePermissionsCommand_base: {
|
|
|
202
202
|
* @throws {@link QuickSightServiceException}
|
|
203
203
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
204
204
|
*
|
|
205
|
+
*
|
|
205
206
|
* @public
|
|
206
207
|
*/
|
|
207
208
|
export declare class UpdateThemePermissionsCommand extends UpdateThemePermissionsCommand_base {
|
|
@@ -337,6 +337,7 @@ declare const UpdateTopicCommand_base: {
|
|
|
337
337
|
* @throws {@link QuickSightServiceException}
|
|
338
338
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
339
339
|
*
|
|
340
|
+
*
|
|
340
341
|
* @public
|
|
341
342
|
*/
|
|
342
343
|
export declare class UpdateTopicCommand extends UpdateTopicCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const UpdateTopicPermissionsCommand_base: {
|
|
|
112
112
|
* @throws {@link QuickSightServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class UpdateTopicPermissionsCommand extends UpdateTopicPermissionsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const UpdateTopicRefreshScheduleCommand_base: {
|
|
|
95
95
|
* @throws {@link QuickSightServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UpdateTopicRefreshScheduleCommand extends UpdateTopicRefreshScheduleCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const UpdateUserCommand_base: {
|
|
|
101
101
|
* @throws {@link QuickSightServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const UpdateUserCustomPermissionCommand_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 UpdateUserCustomPermissionCommand extends UpdateUserCustomPermissionCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const UpdateVPCConnectionCommand_base: {
|
|
|
101
101
|
* @throws {@link QuickSightServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class UpdateVPCConnectionCommand extends UpdateVPCConnectionCommand_base {
|