@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
|
@@ -33,6 +33,13 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteDashboardCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteDashboardResponse
|
|
37
|
+
* // Status: Number("int"),
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // DashboardId: "STRING_VALUE",
|
|
40
|
+
* // RequestId: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param DeleteDashboardCommandInput - {@link DeleteDashboardCommandInput}
|
|
@@ -62,6 +69,8 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _
|
|
|
62
69
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
63
70
|
* capability is available in every edition.</p>
|
|
64
71
|
*
|
|
72
|
+
* @throws {@link QuickSightServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
65
74
|
*
|
|
66
75
|
*/
|
|
67
76
|
export declare class DeleteDashboardCommand extends $Command<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -32,6 +32,13 @@ export interface DeleteDataSetCommandOutput extends DeleteDataSetResponse, __Met
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteDataSetCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteDataSetResponse
|
|
36
|
+
* // Arn: "STRING_VALUE",
|
|
37
|
+
* // DataSetId: "STRING_VALUE",
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
35
42
|
* ```
|
|
36
43
|
*
|
|
37
44
|
* @param DeleteDataSetCommandInput - {@link DeleteDataSetCommandInput}
|
|
@@ -58,6 +65,8 @@ export interface DeleteDataSetCommandOutput extends DeleteDataSetResponse, __Met
|
|
|
58
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
59
66
|
* <p>Access is throttled.</p>
|
|
60
67
|
*
|
|
68
|
+
* @throws {@link QuickSightServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
61
70
|
*
|
|
62
71
|
*/
|
|
63
72
|
export declare class DeleteDataSetCommand extends $Command<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -32,6 +32,11 @@ export interface DeleteDataSetRefreshPropertiesCommandOutput extends DeleteDataS
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteDataSetRefreshPropertiesCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteDataSetRefreshPropertiesResponse
|
|
36
|
+
* // RequestId: "STRING_VALUE",
|
|
37
|
+
* // Status: Number("int"),
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param DeleteDataSetRefreshPropertiesCommandInput - {@link DeleteDataSetRefreshPropertiesCommandInput}
|
|
@@ -64,6 +69,8 @@ export interface DeleteDataSetRefreshPropertiesCommandOutput extends DeleteDataS
|
|
|
64
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
70
|
* <p>Access is throttled.</p>
|
|
66
71
|
*
|
|
72
|
+
* @throws {@link QuickSightServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
67
74
|
*
|
|
68
75
|
*/
|
|
69
76
|
export declare class DeleteDataSetRefreshPropertiesCommand extends $Command<DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteDataSourceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteDataSourceResponse
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // DataSourceId: "STRING_VALUE",
|
|
39
|
+
* // RequestId: "STRING_VALUE",
|
|
40
|
+
* // Status: Number("int"),
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param DeleteDataSourceCommandInput - {@link DeleteDataSourceCommandInput}
|
|
@@ -59,6 +66,8 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
|
|
|
59
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
60
67
|
* <p>Access is throttled.</p>
|
|
61
68
|
*
|
|
69
|
+
* @throws {@link QuickSightServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
62
71
|
*
|
|
63
72
|
*/
|
|
64
73
|
export declare class DeleteDataSourceCommand extends $Command<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -32,6 +32,13 @@ export interface DeleteFolderCommandOutput extends DeleteFolderResponse, __Metad
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteFolderCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteFolderResponse
|
|
36
|
+
* // Status: Number("int"),
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // FolderId: "STRING_VALUE",
|
|
39
|
+
* // RequestId: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
35
42
|
* ```
|
|
36
43
|
*
|
|
37
44
|
* @param DeleteFolderCommandInput - {@link DeleteFolderCommandInput}
|
|
@@ -70,6 +77,8 @@ export interface DeleteFolderCommandOutput extends DeleteFolderResponse, __Metad
|
|
|
70
77
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
71
78
|
* capability is available in every edition.</p>
|
|
72
79
|
*
|
|
80
|
+
* @throws {@link QuickSightServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
73
82
|
*
|
|
74
83
|
*/
|
|
75
84
|
export declare class DeleteFolderCommand extends $Command<DeleteFolderCommandInput, DeleteFolderCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,11 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteFolderMembershipCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteFolderMembershipResponse
|
|
38
|
+
* // Status: Number("int"),
|
|
39
|
+
* // RequestId: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
39
44
|
* @param DeleteFolderMembershipCommandInput - {@link DeleteFolderMembershipCommandInput}
|
|
@@ -66,6 +71,8 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
|
|
|
66
71
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
67
72
|
* capability is available in every edition.</p>
|
|
68
73
|
*
|
|
74
|
+
* @throws {@link QuickSightServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
76
|
*
|
|
70
77
|
*/
|
|
71
78
|
export declare class DeleteFolderMembershipCommand extends $Command<DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,11 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteGroupCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteGroupResponse
|
|
37
|
+
* // RequestId: "STRING_VALUE",
|
|
38
|
+
* // Status: Number("int"),
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
38
43
|
* @param DeleteGroupCommandInput - {@link DeleteGroupCommandInput}
|
|
@@ -65,6 +70,8 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
65
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
71
|
* <p>Access is throttled.</p>
|
|
67
72
|
*
|
|
73
|
+
* @throws {@link QuickSightServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
68
75
|
*
|
|
69
76
|
*/
|
|
70
77
|
export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,11 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteGroupMembershipCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteGroupMembershipResponse
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
39
44
|
* @param DeleteGroupMembershipCommandInput - {@link DeleteGroupMembershipCommandInput}
|
|
@@ -66,6 +71,8 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
|
|
|
66
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
72
|
* <p>Access is throttled.</p>
|
|
68
73
|
*
|
|
74
|
+
* @throws {@link QuickSightServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
76
|
*
|
|
70
77
|
*/
|
|
71
78
|
export declare class DeleteGroupMembershipCommand extends $Command<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,12 @@ export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteIAMPolicyAssignmentCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteIAMPolicyAssignmentResponse
|
|
37
|
+
* // AssignmentName: "STRING_VALUE",
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
36
42
|
* ```
|
|
37
43
|
*
|
|
38
44
|
* @param DeleteIAMPolicyAssignmentCommandInput - {@link DeleteIAMPolicyAssignmentCommandInput}
|
|
@@ -66,6 +72,8 @@ export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA
|
|
|
66
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
73
|
* <p>Access is throttled.</p>
|
|
68
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
77
|
*
|
|
70
78
|
*/
|
|
71
79
|
export declare class DeleteIAMPolicyAssignmentCommand extends $Command<DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,11 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteNamespaceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteNamespaceResponse
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
39
44
|
* @param DeleteNamespaceCommandInput - {@link DeleteNamespaceCommandInput}
|
|
@@ -66,6 +71,8 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
|
|
|
66
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
72
|
* <p>Access is throttled.</p>
|
|
68
73
|
*
|
|
74
|
+
* @throws {@link QuickSightServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
76
|
*
|
|
70
77
|
*/
|
|
71
78
|
export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface DeleteRefreshScheduleCommandOutput extends DeleteRefreshSchedul
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteRefreshScheduleCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteRefreshScheduleResponse
|
|
37
|
+
* // Status: Number("int"),
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // ScheduleId: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param DeleteRefreshScheduleCommandInput - {@link DeleteRefreshScheduleCommandInput}
|
|
@@ -62,6 +69,8 @@ export interface DeleteRefreshScheduleCommandOutput extends DeleteRefreshSchedul
|
|
|
62
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
63
70
|
* <p>Access is throttled.</p>
|
|
64
71
|
*
|
|
72
|
+
* @throws {@link QuickSightServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
65
74
|
*
|
|
66
75
|
*/
|
|
67
76
|
export declare class DeleteRefreshScheduleCommand extends $Command<DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,14 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteTemplateAliasCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteTemplateAliasResponse
|
|
38
|
+
* // Status: Number("int"),
|
|
39
|
+
* // TemplateId: "STRING_VALUE",
|
|
40
|
+
* // AliasName: "STRING_VALUE",
|
|
41
|
+
* // Arn: "STRING_VALUE",
|
|
42
|
+
* // RequestId: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
37
45
|
* ```
|
|
38
46
|
*
|
|
39
47
|
* @param DeleteTemplateAliasCommandInput - {@link DeleteTemplateAliasCommandInput}
|
|
@@ -60,6 +68,8 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes
|
|
|
60
68
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
61
69
|
* capability is available in every edition.</p>
|
|
62
70
|
*
|
|
71
|
+
* @throws {@link QuickSightServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
63
73
|
*
|
|
64
74
|
*/
|
|
65
75
|
export declare class DeleteTemplateAliasCommand extends $Command<DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteTemplateCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteTemplateResponse
|
|
37
|
+
* // RequestId: "STRING_VALUE",
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // TemplateId: "STRING_VALUE",
|
|
40
|
+
* // Status: Number("int"),
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param DeleteTemplateCommandInput - {@link DeleteTemplateCommandInput}
|
|
@@ -65,6 +72,8 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
65
72
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
66
73
|
* capability is available in every edition.</p>
|
|
67
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
68
77
|
*
|
|
69
78
|
*/
|
|
70
79
|
export declare class DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -35,6 +35,14 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse,
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteThemeAliasCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteThemeAliasResponse
|
|
39
|
+
* // AliasName: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // RequestId: "STRING_VALUE",
|
|
42
|
+
* // Status: Number("int"),
|
|
43
|
+
* // ThemeId: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
38
46
|
* ```
|
|
39
47
|
*
|
|
40
48
|
* @param DeleteThemeAliasCommandInput - {@link DeleteThemeAliasCommandInput}
|
|
@@ -64,6 +72,8 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse,
|
|
|
64
72
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
65
73
|
* capability is available in every edition.</p>
|
|
66
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
67
77
|
*
|
|
68
78
|
*/
|
|
69
79
|
export declare class DeleteThemeAliasCommand extends $Command<DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteThemeCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteThemeResponse
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // ThemeId: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param DeleteThemeCommandInput - {@link DeleteThemeCommandInput}
|
|
@@ -68,6 +75,8 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat
|
|
|
68
75
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
69
76
|
* capability is available in every edition.</p>
|
|
70
77
|
*
|
|
78
|
+
* @throws {@link QuickSightServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
71
80
|
*
|
|
72
81
|
*/
|
|
73
82
|
export declare class DeleteThemeCommand extends $Command<DeleteThemeCommandInput, DeleteThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { DeleteTopicRequest, DeleteTopicResponse } from "../models/models_2";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DeleteTopicCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DeleteTopicCommandInput extends DeleteTopicRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DeleteTopicCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteTopicCommandOutput extends DeleteTopicResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deletes a topic.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { QuickSightClient, DeleteTopicCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, DeleteTopicCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // DeleteTopicRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* TopicId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new DeleteTopicCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteTopicResponse
|
|
36
|
+
* // Arn: "STRING_VALUE",
|
|
37
|
+
* // TopicId: "STRING_VALUE",
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* @param DeleteTopicCommandInput - {@link DeleteTopicCommandInput}
|
|
45
|
+
* @returns {@link DeleteTopicCommandOutput}
|
|
46
|
+
* @see {@link DeleteTopicCommandInput} for command's `input` shape.
|
|
47
|
+
* @see {@link DeleteTopicCommandOutput} for command's `response` shape.
|
|
48
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
51
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
52
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
53
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
54
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ConflictException} (client fault)
|
|
57
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
60
|
+
* <p>An internal failure occurred.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
63
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
+
* <p>One or more resources can't be found.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
+
* <p>Access is throttled.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link QuickSightServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
export declare class DeleteTopicCommand extends $Command<DeleteTopicCommandInput, DeleteTopicCommandOutput, QuickSightClientResolvedConfig> {
|
|
76
|
+
readonly input: DeleteTopicCommandInput;
|
|
77
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
constructor(input: DeleteTopicCommandInput);
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTopicCommandInput, DeleteTopicCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
private deserialize;
|
|
94
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { DeleteTopicRefreshScheduleRequest, DeleteTopicRefreshScheduleResponse } from "../models/models_2";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DeleteTopicRefreshScheduleCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DeleteTopicRefreshScheduleCommandInput extends DeleteTopicRefreshScheduleRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DeleteTopicRefreshScheduleCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteTopicRefreshScheduleCommandOutput extends DeleteTopicRefreshScheduleResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deletes a topic refresh schedule.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { QuickSightClient, DeleteTopicRefreshScheduleCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, DeleteTopicRefreshScheduleCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // DeleteTopicRefreshScheduleRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* TopicId: "STRING_VALUE", // required
|
|
32
|
+
* DatasetId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
34
|
+
* const command = new DeleteTopicRefreshScheduleCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteTopicRefreshScheduleResponse
|
|
37
|
+
* // TopicId: "STRING_VALUE",
|
|
38
|
+
* // TopicArn: "STRING_VALUE",
|
|
39
|
+
* // DatasetArn: "STRING_VALUE",
|
|
40
|
+
* // Status: Number("int"),
|
|
41
|
+
* // RequestId: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @param DeleteTopicRefreshScheduleCommandInput - {@link DeleteTopicRefreshScheduleCommandInput}
|
|
47
|
+
* @returns {@link DeleteTopicRefreshScheduleCommandOutput}
|
|
48
|
+
* @see {@link DeleteTopicRefreshScheduleCommandInput} for command's `input` shape.
|
|
49
|
+
* @see {@link DeleteTopicRefreshScheduleCommandOutput} for command's `response` shape.
|
|
50
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
54
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
55
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
56
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ConflictException} (client fault)
|
|
59
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
62
|
+
* <p>An internal failure occurred.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
65
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
68
|
+
* <p>A limit is exceeded.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
71
|
+
* <p>The resource specified already exists. </p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
|
+
* <p>One or more resources can't be found.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
77
|
+
* <p>Access is throttled.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link QuickSightServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
export declare class DeleteTopicRefreshScheduleCommand extends $Command<DeleteTopicRefreshScheduleCommandInput, DeleteTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
|
|
84
|
+
readonly input: DeleteTopicRefreshScheduleCommandInput;
|
|
85
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
constructor(input: DeleteTopicRefreshScheduleCommandInput);
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTopicRefreshScheduleCommandInput, DeleteTopicRefreshScheduleCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private deserialize;
|
|
102
|
+
}
|
|
@@ -33,6 +33,11 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteUserByPrincipalIdCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteUserByPrincipalIdResponse
|
|
37
|
+
* // RequestId: "STRING_VALUE",
|
|
38
|
+
* // Status: Number("int"),
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
38
43
|
* @param DeleteUserByPrincipalIdCommandInput - {@link DeleteUserByPrincipalIdCommandInput}
|
|
@@ -65,6 +70,8 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
|
|
|
65
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
71
|
* <p>Access is throttled.</p>
|
|
67
72
|
*
|
|
73
|
+
* @throws {@link QuickSightServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
68
75
|
*
|
|
69
76
|
*/
|
|
70
77
|
export declare class DeleteUserByPrincipalIdCommand extends $Command<DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -35,6 +35,11 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteUserCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteUserResponse
|
|
39
|
+
* // RequestId: "STRING_VALUE",
|
|
40
|
+
* // Status: Number("int"),
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
40
45
|
* @param DeleteUserCommandInput - {@link DeleteUserCommandInput}
|
|
@@ -67,6 +72,8 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
|
|
|
67
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
73
|
* <p>Access is throttled.</p>
|
|
69
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
70
77
|
*
|
|
71
78
|
*/
|
|
72
79
|
export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, QuickSightClientResolvedConfig> {
|