@aws-sdk/client-quicksight 3.325.0 → 3.327.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/README.md +144 -0
- package/dist-cjs/QuickSight.js +36 -0
- package/dist-cjs/commands/CreateTopicCommand.js +46 -0
- package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
- package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTopicsCommand.js +45 -0
- package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
- package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/models/models_0.js +1 -11
- package/dist-cjs/models/models_1.js +46 -50
- package/dist-cjs/models/models_2.js +262 -141
- package/dist-cjs/models/models_3.js +167 -1
- package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
- package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
- package/dist-es/QuickSight.js +36 -0
- package/dist-es/commands/CreateTopicCommand.js +42 -0
- package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DeleteTopicCommand.js +41 -0
- package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeTopicCommand.js +42 -0
- package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
- package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTopicsCommand.js +41 -0
- package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicCommand.js +42 -0
- package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/index.js +18 -0
- package/dist-es/models/models_0.js +0 -9
- package/dist-es/models/models_1.js +41 -43
- package/dist-es/models/models_2.js +242 -135
- package/dist-es/models/models_3.js +161 -1
- package/dist-es/pagination/ListTopicsPaginator.js +25 -0
- package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2030 -298
- package/dist-types/QuickSight.d.ts +126 -0
- package/dist-types/QuickSightClient.d.ts +20 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +15 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +14 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +66 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +67 -4
- package/dist-types/commands/CreateDataSetCommand.d.ts +74 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +21 -4
- package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +67 -4
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4291 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4328 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +254 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +19 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +240 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +19 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +14 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +12 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -2
- package/dist-types/commands/DescribeIngestionCommand.d.ts +31 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +13 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +19 -1
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +24 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +13 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +64 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4310 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +13 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +81 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +21 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +21 -3
- package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListThemesCommand.d.ts +18 -0
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +23 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +8 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +66 -4
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +67 -4
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +74 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +19 -4
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +12 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +67 -4
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
- package/dist-types/commands/index.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +43 -91
- package/dist-types/models/models_1.d.ts +210 -281
- package/dist-types/models/models_2.d.ts +2375 -2163
- package/dist-types/models/models_3.d.ts +2468 -54
- package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
- package/dist-types/ts3.4/QuickSight.d.ts +306 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -22
- package/dist-types/ts3.4/models/models_1.d.ts +79 -75
- package/dist-types/ts3.4/models/models_2.d.ts +605 -500
- package/dist-types/ts3.4/models/models_3.d.ts +737 -9
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
- package/package.json +7 -7
|
@@ -40,6 +40,11 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdatePublicSharingSettingsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // UpdatePublicSharingSettingsResponse
|
|
44
|
+
* // RequestId: "STRING_VALUE",
|
|
45
|
+
* // Status: Number("int"),
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
43
48
|
* ```
|
|
44
49
|
*
|
|
45
50
|
* @param UpdatePublicSharingSettingsCommandInput - {@link UpdatePublicSharingSettingsCommandInput}
|
|
@@ -77,6 +82,8 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
|
|
|
77
82
|
* </code> API operation with the
|
|
78
83
|
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
79
84
|
*
|
|
85
|
+
* @throws {@link QuickSightServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
80
87
|
*
|
|
81
88
|
*/
|
|
82
89
|
export declare class UpdatePublicSharingSettingsCommand extends $Command<UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -47,6 +47,13 @@ export interface UpdateRefreshScheduleCommandOutput extends UpdateRefreshSchedul
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new UpdateRefreshScheduleCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // UpdateRefreshScheduleResponse
|
|
51
|
+
* // Status: Number("int"),
|
|
52
|
+
* // RequestId: "STRING_VALUE",
|
|
53
|
+
* // ScheduleId: "STRING_VALUE",
|
|
54
|
+
* // Arn: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
50
57
|
* ```
|
|
51
58
|
*
|
|
52
59
|
* @param UpdateRefreshScheduleCommandInput - {@link UpdateRefreshScheduleCommandInput}
|
|
@@ -79,6 +86,8 @@ export interface UpdateRefreshScheduleCommandOutput extends UpdateRefreshSchedul
|
|
|
79
86
|
* @throws {@link ThrottlingException} (client fault)
|
|
80
87
|
* <p>Access is throttled.</p>
|
|
81
88
|
*
|
|
89
|
+
* @throws {@link QuickSightServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
82
91
|
*
|
|
83
92
|
*/
|
|
84
93
|
export declare class UpdateRefreshScheduleCommand extends $Command<UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,16 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateTemplateAliasCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // UpdateTemplateAliasResponse
|
|
38
|
+
* // TemplateAlias: { // TemplateAlias
|
|
39
|
+
* // AliasName: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // TemplateVersionNumber: Number("long"),
|
|
42
|
+
* // },
|
|
43
|
+
* // Status: Number("int"),
|
|
44
|
+
* // RequestId: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
37
47
|
* ```
|
|
38
48
|
*
|
|
39
49
|
* @param UpdateTemplateAliasCommandInput - {@link UpdateTemplateAliasCommandInput}
|
|
@@ -60,6 +70,8 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
|
|
|
60
70
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
61
71
|
* capability is available in every edition.</p>
|
|
62
72
|
*
|
|
73
|
+
* @throws {@link QuickSightServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
63
75
|
*
|
|
64
76
|
*/
|
|
65
77
|
export declare class UpdateTemplateAliasCommand extends $Command<UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -976,6 +976,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
976
976
|
* "STRING_VALUE",
|
|
977
977
|
* ],
|
|
978
978
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
979
|
+
* SelectedColumns: [ // CustomActionColumnList
|
|
980
|
+
* "<ColumnIdentifier>",
|
|
981
|
+
* ],
|
|
979
982
|
* },
|
|
980
983
|
* TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
|
|
981
984
|
* SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
|
|
@@ -1020,6 +1023,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1020
1023
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1021
1024
|
* SourceParameterName: "STRING_VALUE",
|
|
1022
1025
|
* SourceField: "STRING_VALUE",
|
|
1026
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1023
1027
|
* },
|
|
1024
1028
|
* },
|
|
1025
1029
|
* ],
|
|
@@ -1371,6 +1375,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1371
1375
|
* "STRING_VALUE",
|
|
1372
1376
|
* ],
|
|
1373
1377
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1378
|
+
* SelectedColumns: [
|
|
1379
|
+
* "<ColumnIdentifier>",
|
|
1380
|
+
* ],
|
|
1374
1381
|
* },
|
|
1375
1382
|
* TargetVisualsConfiguration: {
|
|
1376
1383
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1415,6 +1422,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1415
1422
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1416
1423
|
* SourceParameterName: "STRING_VALUE",
|
|
1417
1424
|
* SourceField: "STRING_VALUE",
|
|
1425
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1418
1426
|
* },
|
|
1419
1427
|
* },
|
|
1420
1428
|
* ],
|
|
@@ -1783,6 +1791,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1783
1791
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
1784
1792
|
* LabelColor: "STRING_VALUE",
|
|
1785
1793
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
1794
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1786
1795
|
* },
|
|
1787
1796
|
* Tooltip: { // TooltipOptions
|
|
1788
1797
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1816,7 +1825,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1816
1825
|
* },
|
|
1817
1826
|
* DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
|
|
1818
1827
|
* Column: "<ColumnIdentifier>", // required
|
|
1819
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1828
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1820
1829
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
1821
1830
|
* },
|
|
1822
1831
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -1863,6 +1872,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1863
1872
|
* "STRING_VALUE",
|
|
1864
1873
|
* ],
|
|
1865
1874
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1875
|
+
* SelectedColumns: [
|
|
1876
|
+
* "<ColumnIdentifier>",
|
|
1877
|
+
* ],
|
|
1866
1878
|
* },
|
|
1867
1879
|
* TargetVisualsConfiguration: {
|
|
1868
1880
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1907,6 +1919,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1907
1919
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1908
1920
|
* SourceParameterName: "STRING_VALUE",
|
|
1909
1921
|
* SourceField: "STRING_VALUE",
|
|
1922
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1910
1923
|
* },
|
|
1911
1924
|
* },
|
|
1912
1925
|
* ],
|
|
@@ -2142,6 +2155,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2142
2155
|
* "STRING_VALUE",
|
|
2143
2156
|
* ],
|
|
2144
2157
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2158
|
+
* SelectedColumns: [
|
|
2159
|
+
* "<ColumnIdentifier>",
|
|
2160
|
+
* ],
|
|
2145
2161
|
* },
|
|
2146
2162
|
* TargetVisualsConfiguration: {
|
|
2147
2163
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2186,6 +2202,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2186
2202
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2187
2203
|
* SourceParameterName: "STRING_VALUE",
|
|
2188
2204
|
* SourceField: "STRING_VALUE",
|
|
2205
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2189
2206
|
* },
|
|
2190
2207
|
* },
|
|
2191
2208
|
* ],
|
|
@@ -2392,6 +2409,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2392
2409
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2393
2410
|
* LabelColor: "STRING_VALUE",
|
|
2394
2411
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2412
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2395
2413
|
* },
|
|
2396
2414
|
* Tooltip: {
|
|
2397
2415
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2449,6 +2467,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2449
2467
|
* "STRING_VALUE",
|
|
2450
2468
|
* ],
|
|
2451
2469
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2470
|
+
* SelectedColumns: [
|
|
2471
|
+
* "<ColumnIdentifier>",
|
|
2472
|
+
* ],
|
|
2452
2473
|
* },
|
|
2453
2474
|
* TargetVisualsConfiguration: {
|
|
2454
2475
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2493,6 +2514,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2493
2514
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2494
2515
|
* SourceParameterName: "STRING_VALUE",
|
|
2495
2516
|
* SourceField: "STRING_VALUE",
|
|
2517
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2496
2518
|
* },
|
|
2497
2519
|
* },
|
|
2498
2520
|
* ],
|
|
@@ -2586,6 +2608,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2586
2608
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2587
2609
|
* LabelColor: "STRING_VALUE",
|
|
2588
2610
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2611
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2589
2612
|
* },
|
|
2590
2613
|
* TooltipOptions: {
|
|
2591
2614
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2951,6 +2974,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2951
2974
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2952
2975
|
* LabelColor: "STRING_VALUE",
|
|
2953
2976
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2977
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2954
2978
|
* },
|
|
2955
2979
|
* ReferenceLines: [
|
|
2956
2980
|
* {
|
|
@@ -2961,7 +2985,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2961
2985
|
* },
|
|
2962
2986
|
* DynamicConfiguration: {
|
|
2963
2987
|
* Column: "<ColumnIdentifier>", // required
|
|
2964
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
2988
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
2965
2989
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
2966
2990
|
* },
|
|
2967
2991
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3128,6 +3152,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3128
3152
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
3129
3153
|
* LabelColor: "STRING_VALUE",
|
|
3130
3154
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3155
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
3131
3156
|
* },
|
|
3132
3157
|
* Tooltip: {
|
|
3133
3158
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3373,11 +3398,14 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3373
3398
|
* YAxis: "<MeasureFieldList>",
|
|
3374
3399
|
* Category: "<DimensionFieldList>",
|
|
3375
3400
|
* Size: "<MeasureFieldList>",
|
|
3401
|
+
* Label: "<DimensionFieldList>",
|
|
3376
3402
|
* },
|
|
3377
3403
|
* ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
|
|
3378
3404
|
* XAxis: "<DimensionFieldList>",
|
|
3379
3405
|
* YAxis: "<DimensionFieldList>",
|
|
3380
3406
|
* Size: "<MeasureFieldList>",
|
|
3407
|
+
* Category: "<DimensionFieldList>",
|
|
3408
|
+
* Label: "<DimensionFieldList>",
|
|
3381
3409
|
* },
|
|
3382
3410
|
* },
|
|
3383
3411
|
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
@@ -3432,7 +3460,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3432
3460
|
* },
|
|
3433
3461
|
* DynamicConfiguration: {
|
|
3434
3462
|
* Column: "<ColumnIdentifier>", // required
|
|
3435
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3463
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3436
3464
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3437
3465
|
* },
|
|
3438
3466
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3505,7 +3533,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3505
3533
|
* },
|
|
3506
3534
|
* DynamicConfiguration: {
|
|
3507
3535
|
* Column: "<ColumnIdentifier>", // required
|
|
3508
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3536
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3509
3537
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3510
3538
|
* },
|
|
3511
3539
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -4036,6 +4064,12 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4036
4064
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4037
4065
|
* CustomValue: "STRING_VALUE",
|
|
4038
4066
|
* },
|
|
4067
|
+
* MappedDataSetParameters: [ // MappedDataSetParameters
|
|
4068
|
+
* { // MappedDataSetParameter
|
|
4069
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4070
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4071
|
+
* },
|
|
4072
|
+
* ],
|
|
4039
4073
|
* },
|
|
4040
4074
|
* DecimalParameterDeclaration: { // DecimalParameterDeclaration
|
|
4041
4075
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4052,6 +4086,12 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4052
4086
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4053
4087
|
* CustomValue: Number("double"),
|
|
4054
4088
|
* },
|
|
4089
|
+
* MappedDataSetParameters: [
|
|
4090
|
+
* {
|
|
4091
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4092
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4093
|
+
* },
|
|
4094
|
+
* ],
|
|
4055
4095
|
* },
|
|
4056
4096
|
* IntegerParameterDeclaration: { // IntegerParameterDeclaration
|
|
4057
4097
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4068,6 +4108,12 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4068
4108
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4069
4109
|
* CustomValue: Number("long"),
|
|
4070
4110
|
* },
|
|
4111
|
+
* MappedDataSetParameters: [
|
|
4112
|
+
* {
|
|
4113
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4114
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4115
|
+
* },
|
|
4116
|
+
* ],
|
|
4071
4117
|
* },
|
|
4072
4118
|
* DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
|
|
4073
4119
|
* Name: "STRING_VALUE", // required
|
|
@@ -4088,6 +4134,12 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4088
4134
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4089
4135
|
* CustomValue: new Date("TIMESTAMP"),
|
|
4090
4136
|
* },
|
|
4137
|
+
* MappedDataSetParameters: [
|
|
4138
|
+
* {
|
|
4139
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4140
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4141
|
+
* },
|
|
4142
|
+
* ],
|
|
4091
4143
|
* },
|
|
4092
4144
|
* },
|
|
4093
4145
|
* ],
|
|
@@ -4283,6 +4335,15 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4283
4335
|
* };
|
|
4284
4336
|
* const command = new UpdateTemplateCommand(input);
|
|
4285
4337
|
* const response = await client.send(command);
|
|
4338
|
+
* // { // UpdateTemplateResponse
|
|
4339
|
+
* // TemplateId: "STRING_VALUE",
|
|
4340
|
+
* // Arn: "STRING_VALUE",
|
|
4341
|
+
* // VersionArn: "STRING_VALUE",
|
|
4342
|
+
* // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
4343
|
+
* // Status: Number("int"),
|
|
4344
|
+
* // RequestId: "STRING_VALUE",
|
|
4345
|
+
* // };
|
|
4346
|
+
*
|
|
4286
4347
|
* ```
|
|
4287
4348
|
*
|
|
4288
4349
|
* @param UpdateTemplateCommandInput - {@link UpdateTemplateCommandInput}
|
|
@@ -4318,6 +4379,8 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4318
4379
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
4319
4380
|
* capability is available in every edition.</p>
|
|
4320
4381
|
*
|
|
4382
|
+
* @throws {@link QuickSightServiceException}
|
|
4383
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
4321
4384
|
*
|
|
4322
4385
|
*/
|
|
4323
4386
|
export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -48,6 +48,21 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new UpdateTemplatePermissionsCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // UpdateTemplatePermissionsResponse
|
|
52
|
+
* // TemplateId: "STRING_VALUE",
|
|
53
|
+
* // TemplateArn: "STRING_VALUE",
|
|
54
|
+
* // Permissions: [ // ResourcePermissionList
|
|
55
|
+
* // { // ResourcePermission
|
|
56
|
+
* // Principal: "STRING_VALUE", // required
|
|
57
|
+
* // Actions: [ // ActionList // required
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // RequestId: "STRING_VALUE",
|
|
63
|
+
* // Status: Number("int"),
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
51
66
|
* ```
|
|
52
67
|
*
|
|
53
68
|
* @param UpdateTemplatePermissionsCommandInput - {@link UpdateTemplatePermissionsCommandInput}
|
|
@@ -80,6 +95,8 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
|
|
|
80
95
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
81
96
|
* capability is available in every edition.</p>
|
|
82
97
|
*
|
|
98
|
+
* @throws {@link QuickSightServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
83
100
|
*
|
|
84
101
|
*/
|
|
85
102
|
export declare class UpdateTemplatePermissionsCommand extends $Command<UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,16 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateThemeAliasCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // UpdateThemeAliasResponse
|
|
38
|
+
* // ThemeAlias: { // ThemeAlias
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // AliasName: "STRING_VALUE",
|
|
41
|
+
* // ThemeVersionNumber: Number("long"),
|
|
42
|
+
* // },
|
|
43
|
+
* // Status: Number("int"),
|
|
44
|
+
* // RequestId: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
37
47
|
* ```
|
|
38
48
|
*
|
|
39
49
|
* @param UpdateThemeAliasCommandInput - {@link UpdateThemeAliasCommandInput}
|
|
@@ -66,6 +76,8 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
|
|
|
66
76
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
67
77
|
* capability is available in every edition.</p>
|
|
68
78
|
*
|
|
79
|
+
* @throws {@link QuickSightServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
81
|
*
|
|
70
82
|
*/
|
|
71
83
|
export declare class UpdateThemeAliasCommand extends $Command<UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -86,6 +86,15 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
|
|
|
86
86
|
* };
|
|
87
87
|
* const command = new UpdateThemeCommand(input);
|
|
88
88
|
* const response = await client.send(command);
|
|
89
|
+
* // { // UpdateThemeResponse
|
|
90
|
+
* // ThemeId: "STRING_VALUE",
|
|
91
|
+
* // Arn: "STRING_VALUE",
|
|
92
|
+
* // VersionArn: "STRING_VALUE",
|
|
93
|
+
* // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
94
|
+
* // Status: Number("int"),
|
|
95
|
+
* // RequestId: "STRING_VALUE",
|
|
96
|
+
* // };
|
|
97
|
+
*
|
|
89
98
|
* ```
|
|
90
99
|
*
|
|
91
100
|
* @param UpdateThemeCommandInput - {@link UpdateThemeCommandInput}
|
|
@@ -124,6 +133,8 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
|
|
|
124
133
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
125
134
|
* capability is available in every edition.</p>
|
|
126
135
|
*
|
|
136
|
+
* @throws {@link QuickSightServiceException}
|
|
137
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
127
138
|
*
|
|
128
139
|
*/
|
|
129
140
|
export declare class UpdateThemeCommand extends $Command<UpdateThemeCommandInput, UpdateThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -141,6 +141,21 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
|
|
|
141
141
|
* };
|
|
142
142
|
* const command = new UpdateThemePermissionsCommand(input);
|
|
143
143
|
* const response = await client.send(command);
|
|
144
|
+
* // { // UpdateThemePermissionsResponse
|
|
145
|
+
* // ThemeId: "STRING_VALUE",
|
|
146
|
+
* // ThemeArn: "STRING_VALUE",
|
|
147
|
+
* // Permissions: [ // ResourcePermissionList
|
|
148
|
+
* // { // ResourcePermission
|
|
149
|
+
* // Principal: "STRING_VALUE", // required
|
|
150
|
+
* // Actions: [ // ActionList // required
|
|
151
|
+
* // "STRING_VALUE",
|
|
152
|
+
* // ],
|
|
153
|
+
* // },
|
|
154
|
+
* // ],
|
|
155
|
+
* // RequestId: "STRING_VALUE",
|
|
156
|
+
* // Status: Number("int"),
|
|
157
|
+
* // };
|
|
158
|
+
*
|
|
144
159
|
* ```
|
|
145
160
|
*
|
|
146
161
|
* @param UpdateThemePermissionsCommandInput - {@link UpdateThemePermissionsCommandInput}
|
|
@@ -176,6 +191,8 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
|
|
|
176
191
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
177
192
|
* capability is available in every edition.</p>
|
|
178
193
|
*
|
|
194
|
+
* @throws {@link QuickSightServiceException}
|
|
195
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
179
196
|
*
|
|
180
197
|
*/
|
|
181
198
|
export declare class UpdateThemePermissionsCommand extends $Command<UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|