@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
|
@@ -90,6 +90,7 @@ declare const ListDashboardVersionsCommand_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 ListDashboardVersionsCommand extends ListDashboardVersionsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListDashboardsCommand_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 ListDashboardsCommand extends ListDashboardsCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const ListDataSetsCommand_base: {
|
|
|
60
60
|
* // },
|
|
61
61
|
* // RowLevelPermissionTagConfigurationApplied: true || false,
|
|
62
62
|
* // ColumnLevelPermissionRulesApplied: true || false,
|
|
63
|
+
* // UseAs: "RLS_RULES",
|
|
63
64
|
* // },
|
|
64
65
|
* // ],
|
|
65
66
|
* // NextToken: "STRING_VALUE",
|
|
@@ -96,6 +97,7 @@ declare const ListDataSetsCommand_base: {
|
|
|
96
97
|
* @throws {@link QuickSightServiceException}
|
|
97
98
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
98
99
|
*
|
|
100
|
+
*
|
|
99
101
|
* @public
|
|
100
102
|
*/
|
|
101
103
|
export declare class ListDataSetsCommand extends ListDataSetsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
89
89
|
* // Host: "STRING_VALUE", // required
|
|
90
90
|
* // Port: Number("int"), // required
|
|
91
91
|
* // Database: "STRING_VALUE", // required
|
|
92
|
+
* // UseServiceName: true || false,
|
|
92
93
|
* // },
|
|
93
94
|
* // PostgreSqlParameters: { // PostgreSqlParameters
|
|
94
95
|
* // Host: "STRING_VALUE", // required
|
|
@@ -241,6 +242,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
241
242
|
* // Host: "STRING_VALUE", // required
|
|
242
243
|
* // Port: Number("int"), // required
|
|
243
244
|
* // Database: "STRING_VALUE", // required
|
|
245
|
+
* // UseServiceName: true || false,
|
|
244
246
|
* // },
|
|
245
247
|
* // PostgreSqlParameters: {
|
|
246
248
|
* // Host: "STRING_VALUE", // required
|
|
@@ -400,6 +402,7 @@ declare const ListDataSourcesCommand_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 ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ListFolderMembersCommand_base: {
|
|
|
92
92
|
* @throws {@link QuickSightServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListFolderMembersCommand extends ListFolderMembersCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ListFoldersCommand_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 ListFoldersCommand extends ListFoldersCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListFoldersForResourceCommand_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 ListFoldersForResourceCommand extends ListFoldersForResourceCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListGroupMembershipsCommand_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 ListGroupMembershipsCommand extends ListGroupMembershipsCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ListGroupsCommand_base: {
|
|
|
94
94
|
* @throws {@link QuickSightServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListGroupsCommand extends ListGroupsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListIAMPolicyAssignmentsCommand_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 ListIAMPolicyAssignmentsCommand extends ListIAMPolicyAssignmentsCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const ListIAMPolicyAssignmentsForUserCommand_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 ListIAMPolicyAssignmentsForUserCommand extends ListIAMPolicyAssignmentsForUserCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListIdentityPropagationConfigsCommand_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 ListIdentityPropagationConfigsCommand extends ListIdentityPropagationConfigsCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const ListIngestionsCommand_base: {
|
|
|
108
108
|
* @throws {@link QuickSightServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class ListIngestionsCommand extends ListIngestionsCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const ListNamespacesCommand_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 ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ListRefreshSchedulesCommand_base: {
|
|
|
94
94
|
* @throws {@link QuickSightServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListRefreshSchedulesCommand extends ListRefreshSchedulesCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListRoleMembershipsCommand_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 ListRoleMembershipsCommand extends ListRoleMembershipsCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListTagsForResourceCommand_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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListTemplateAliasesCommand_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 ListTemplateAliasesCommand extends ListTemplateAliasesCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListTemplateVersionsCommand_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 ListTemplateVersionsCommand extends ListTemplateVersionsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListTemplatesCommand_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 ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListThemeAliasesCommand_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 ListThemeAliasesCommand extends ListThemeAliasesCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListThemeVersionsCommand_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 ListThemeVersionsCommand extends ListThemeVersionsCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ListThemesCommand_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 ListThemesCommand extends ListThemesCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const ListTopicRefreshSchedulesCommand_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 ListTopicRefreshSchedulesCommand extends ListTopicRefreshSchedulesCommand_base {
|
|
@@ -551,6 +551,7 @@ declare const ListTopicReviewedAnswersCommand_base: {
|
|
|
551
551
|
* @throws {@link QuickSightServiceException}
|
|
552
552
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
553
553
|
*
|
|
554
|
+
*
|
|
554
555
|
* @public
|
|
555
556
|
*/
|
|
556
557
|
export declare class ListTopicReviewedAnswersCommand extends ListTopicReviewedAnswersCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListTopicsCommand_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 ListTopicsCommand extends ListTopicsCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ListUserGroupsCommand_base: {
|
|
|
92
92
|
* @throws {@link QuickSightServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListUserGroupsCommand extends ListUserGroupsCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const ListUsersCommand_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 ListUsersCommand extends ListUsersCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const ListVPCConnectionsCommand_base: {
|
|
|
111
111
|
* @throws {@link QuickSightServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class ListVPCConnectionsCommand extends ListVPCConnectionsCommand_base {
|
|
@@ -28,6 +28,8 @@ declare const PredictQAResultsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Predicts existing visuals or generates new visuals to answer a given query.</p>
|
|
31
|
+
* <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for Amazon QuickSight</a> with the scope value set to <code>quicksight:read</code>. Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.</p>
|
|
32
|
+
* <p>We recommend enabling the <code>QSearchStatus</code> API to unlock the full potential of <code>PredictQnA</code>. When <code>QSearchStatus</code> is enabled, it first checks the specified dashboard for any existing visuals that match the question. If no matching visuals are found, <code>PredictQnA</code> uses generative Q&A to provide an answer. To update the <code>QSearchStatus</code>, see <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateQuickSightQSearchConfiguration.html">UpdateQuickSightQSearchConfiguration</a>.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -122,6 +124,7 @@ declare const PredictQAResultsCommand_base: {
|
|
|
122
124
|
* @throws {@link QuickSightServiceException}
|
|
123
125
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
124
126
|
*
|
|
127
|
+
*
|
|
125
128
|
* @public
|
|
126
129
|
*/
|
|
127
130
|
export declare class PredictQAResultsCommand extends PredictQAResultsCommand_base {
|
|
@@ -47,6 +47,11 @@ declare const PutDataSetRefreshPropertiesCommand_base: {
|
|
|
47
47
|
* },
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
|
+
* FailureConfiguration: { // RefreshFailureConfiguration
|
|
51
|
+
* EmailAlert: { // RefreshFailureEmailAlert
|
|
52
|
+
* AlertStatus: "ENABLED" || "DISABLED",
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
50
55
|
* },
|
|
51
56
|
* };
|
|
52
57
|
* const command = new PutDataSetRefreshPropertiesCommand(input);
|
|
@@ -94,6 +99,7 @@ declare const PutDataSetRefreshPropertiesCommand_base: {
|
|
|
94
99
|
* @throws {@link QuickSightServiceException}
|
|
95
100
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
96
101
|
*
|
|
102
|
+
*
|
|
97
103
|
* @public
|
|
98
104
|
*/
|
|
99
105
|
export declare class PutDataSetRefreshPropertiesCommand extends PutDataSetRefreshPropertiesCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const RegisterUserCommand_base: {
|
|
|
116
116
|
* @throws {@link QuickSightServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class RegisterUserCommand extends RegisterUserCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const RestoreAnalysisCommand_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 RestoreAnalysisCommand extends RestoreAnalysisCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const SearchAnalysesCommand_base: {
|
|
|
99
99
|
* @throws {@link QuickSightServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class SearchAnalysesCommand extends SearchAnalysesCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const SearchDashboardsCommand_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 SearchDashboardsCommand extends SearchDashboardsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const SearchDataSetsCommand_base: {
|
|
|
66
66
|
* // },
|
|
67
67
|
* // RowLevelPermissionTagConfigurationApplied: true || false,
|
|
68
68
|
* // ColumnLevelPermissionRulesApplied: true || false,
|
|
69
|
+
* // UseAs: "RLS_RULES",
|
|
69
70
|
* // },
|
|
70
71
|
* // ],
|
|
71
72
|
* // NextToken: "STRING_VALUE",
|
|
@@ -105,6 +106,7 @@ declare const SearchDataSetsCommand_base: {
|
|
|
105
106
|
* @throws {@link QuickSightServiceException}
|
|
106
107
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
107
108
|
*
|
|
109
|
+
*
|
|
108
110
|
* @public
|
|
109
111
|
*/
|
|
110
112
|
export declare class SearchDataSetsCommand extends SearchDataSetsCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const SearchDataSourcesCommand_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 SearchDataSourcesCommand extends SearchDataSourcesCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const SearchFoldersCommand_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 SearchFoldersCommand extends SearchFoldersCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const SearchGroupsCommand_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 SearchGroupsCommand extends SearchGroupsCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const SearchTopicsCommand_base: {
|
|
|
94
94
|
* @throws {@link QuickSightServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class SearchTopicsCommand extends SearchTopicsCommand_base {
|
|
@@ -76,7 +76,7 @@ declare const StartAssetBundleExportJobCommand_base: {
|
|
|
76
76
|
* { // AssetBundleExportJobDataSetOverrideProperties
|
|
77
77
|
* Arn: "STRING_VALUE", // required
|
|
78
78
|
* Properties: [ // AssetBundleExportJobDataSetPropertyToOverrideList // required
|
|
79
|
-
* "Name",
|
|
79
|
+
* "Name" || "RefreshFailureEmailAlertStatus",
|
|
80
80
|
* ],
|
|
81
81
|
* },
|
|
82
82
|
* ],
|
|
@@ -168,6 +168,7 @@ declare const StartAssetBundleExportJobCommand_base: {
|
|
|
168
168
|
* @throws {@link QuickSightServiceException}
|
|
169
169
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
170
170
|
*
|
|
171
|
+
*
|
|
171
172
|
* @public
|
|
172
173
|
*/
|
|
173
174
|
export declare class StartAssetBundleExportJobCommand extends StartAssetBundleExportJobCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
112
112
|
* Host: "STRING_VALUE", // required
|
|
113
113
|
* Port: Number("int"), // required
|
|
114
114
|
* Database: "STRING_VALUE", // required
|
|
115
|
+
* UseServiceName: true || false,
|
|
115
116
|
* },
|
|
116
117
|
* PostgreSqlParameters: { // PostgreSqlParameters
|
|
117
118
|
* Host: "STRING_VALUE", // required
|
|
@@ -244,6 +245,22 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
244
245
|
* { // AssetBundleImportJobDataSetOverrideParameters
|
|
245
246
|
* DataSetId: "STRING_VALUE", // required
|
|
246
247
|
* Name: "STRING_VALUE",
|
|
248
|
+
* DataSetRefreshProperties: { // DataSetRefreshProperties
|
|
249
|
+
* RefreshConfiguration: { // RefreshConfiguration
|
|
250
|
+
* IncrementalRefresh: { // IncrementalRefresh
|
|
251
|
+
* LookbackWindow: { // LookbackWindow
|
|
252
|
+
* ColumnName: "STRING_VALUE", // required
|
|
253
|
+
* Size: Number("long"), // required
|
|
254
|
+
* SizeUnit: "HOUR" || "DAY" || "WEEK", // required
|
|
255
|
+
* },
|
|
256
|
+
* },
|
|
257
|
+
* },
|
|
258
|
+
* FailureConfiguration: { // RefreshFailureConfiguration
|
|
259
|
+
* EmailAlert: { // RefreshFailureEmailAlert
|
|
260
|
+
* AlertStatus: "ENABLED" || "DISABLED",
|
|
261
|
+
* },
|
|
262
|
+
* },
|
|
263
|
+
* },
|
|
247
264
|
* },
|
|
248
265
|
* ],
|
|
249
266
|
* Themes: [ // AssetBundleImportJobThemeOverrideParametersList
|
|
@@ -479,6 +496,7 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
479
496
|
* @throws {@link QuickSightServiceException}
|
|
480
497
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
481
498
|
*
|
|
499
|
+
*
|
|
482
500
|
* @public
|
|
483
501
|
*/
|
|
484
502
|
export declare class StartAssetBundleImportJobCommand extends StartAssetBundleImportJobCommand_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 { StartDashboardSnapshotJobRequest, StartDashboardSnapshotJobResponse } from "../models/
|
|
3
|
+
import { StartDashboardSnapshotJobRequest, StartDashboardSnapshotJobResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -236,6 +236,7 @@ declare const StartDashboardSnapshotJobCommand_base: {
|
|
|
236
236
|
* @throws {@link QuickSightServiceException}
|
|
237
237
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
238
238
|
*
|
|
239
|
+
*
|
|
239
240
|
* @public
|
|
240
241
|
*/
|
|
241
242
|
export declare class StartDashboardSnapshotJobCommand extends StartDashboardSnapshotJobCommand_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 { StartDashboardSnapshotJobScheduleRequest, StartDashboardSnapshotJobScheduleResponse } from "../models/
|
|
3
|
+
import { StartDashboardSnapshotJobScheduleRequest, StartDashboardSnapshotJobScheduleResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -86,6 +86,7 @@ declare const StartDashboardSnapshotJobScheduleCommand_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 StartDashboardSnapshotJobScheduleCommand extends StartDashboardSnapshotJobScheduleCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/
|
|
3
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -101,6 +101,7 @@ declare const TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_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 { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
3
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -76,6 +76,7 @@ declare const UntagResourceCommand_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 UntagResourceCommand extends UntagResourceCommand_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 { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/
|
|
3
|
+
import { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -95,6 +95,7 @@ declare const UpdateAccountCustomizationCommand_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 UpdateAccountCustomizationCommand extends UpdateAccountCustomizationCommand_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 { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/
|
|
3
|
+
import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -79,6 +79,7 @@ declare const UpdateAccountSettingsCommand_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 UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_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 { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/
|
|
3
|
+
import { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -947,6 +947,13 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
947
947
|
* "STRING_VALUE",
|
|
948
948
|
* ],
|
|
949
949
|
* },
|
|
950
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
951
|
+
* { // TransposedTableOption
|
|
952
|
+
* ColumnIndex: Number("int"),
|
|
953
|
+
* ColumnWidth: "STRING_VALUE",
|
|
954
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
955
|
+
* },
|
|
956
|
+
* ],
|
|
950
957
|
* },
|
|
951
958
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
952
959
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5433,6 +5440,10 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
5433
5440
|
* Options: { // AssetOptions
|
|
5434
5441
|
* Timezone: "STRING_VALUE",
|
|
5435
5442
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5443
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5444
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5445
|
+
* "STRING_VALUE",
|
|
5446
|
+
* ],
|
|
5436
5447
|
* },
|
|
5437
5448
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5438
5449
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -5517,6 +5528,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
5517
5528
|
* @throws {@link QuickSightServiceException}
|
|
5518
5529
|
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
5519
5530
|
*
|
|
5531
|
+
*
|
|
5520
5532
|
* @public
|
|
5521
5533
|
*/
|
|
5522
5534
|
export declare class UpdateAnalysisCommand extends UpdateAnalysisCommand_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 { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/
|
|
3
|
+
import { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -106,6 +106,7 @@ declare const UpdateAnalysisPermissionsCommand_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 UpdateAnalysisPermissionsCommand extends UpdateAnalysisPermissionsCommand_base {
|