@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
|
@@ -34,6 +34,21 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListTemplateVersionsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListTemplateVersionsResponse
|
|
38
|
+
* // TemplateVersionSummaryList: [ // TemplateVersionSummaryList
|
|
39
|
+
* // { // TemplateVersionSummary
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // VersionNumber: Number("long"),
|
|
42
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
44
|
+
* // Description: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // NextToken: "STRING_VALUE",
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // RequestId: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
37
52
|
* ```
|
|
38
53
|
*
|
|
39
54
|
* @param ListTemplateVersionsCommandInput - {@link ListTemplateVersionsCommandInput}
|
|
@@ -63,6 +78,8 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
|
|
|
63
78
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
64
79
|
* capability is available in every edition.</p>
|
|
65
80
|
*
|
|
81
|
+
* @throws {@link QuickSightServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
66
83
|
*
|
|
67
84
|
*/
|
|
68
85
|
export declare class ListTemplateVersionsCommand extends $Command<ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,22 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListTemplatesCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListTemplatesResponse
|
|
37
|
+
* // TemplateSummaryList: [ // TemplateSummaryList
|
|
38
|
+
* // { // TemplateSummary
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // TemplateId: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // LatestVersionNumber: Number("long"),
|
|
43
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // NextToken: "STRING_VALUE",
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // RequestId: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
36
52
|
* ```
|
|
37
53
|
*
|
|
38
54
|
* @param ListTemplatesCommandInput - {@link ListTemplatesCommandInput}
|
|
@@ -62,6 +78,8 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
|
|
|
62
78
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
63
79
|
* capability is available in every edition.</p>
|
|
64
80
|
*
|
|
81
|
+
* @throws {@link QuickSightServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
65
83
|
*
|
|
66
84
|
*/
|
|
67
85
|
export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,19 @@ export interface ListThemeAliasesCommandOutput extends ListThemeAliasesResponse,
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListThemeAliasesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListThemeAliasesResponse
|
|
38
|
+
* // ThemeAliasList: [ // ThemeAliasList
|
|
39
|
+
* // { // ThemeAlias
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // AliasName: "STRING_VALUE",
|
|
42
|
+
* // ThemeVersionNumber: Number("long"),
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // Status: Number("int"),
|
|
46
|
+
* // RequestId: "STRING_VALUE",
|
|
47
|
+
* // NextToken: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
37
50
|
* ```
|
|
38
51
|
*
|
|
39
52
|
* @param ListThemeAliasesCommandInput - {@link ListThemeAliasesCommandInput}
|
|
@@ -66,6 +79,8 @@ export interface ListThemeAliasesCommandOutput extends ListThemeAliasesResponse,
|
|
|
66
79
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
67
80
|
* capability is available in every edition.</p>
|
|
68
81
|
*
|
|
82
|
+
* @throws {@link QuickSightServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
84
|
*
|
|
70
85
|
*/
|
|
71
86
|
export declare class ListThemeAliasesCommand extends $Command<ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,21 @@ export interface ListThemeVersionsCommandOutput extends ListThemeVersionsRespons
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListThemeVersionsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListThemeVersionsResponse
|
|
38
|
+
* // ThemeVersionSummaryList: [ // ThemeVersionSummaryList
|
|
39
|
+
* // { // ThemeVersionSummary
|
|
40
|
+
* // VersionNumber: Number("long"),
|
|
41
|
+
* // Arn: "STRING_VALUE",
|
|
42
|
+
* // Description: "STRING_VALUE",
|
|
43
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // NextToken: "STRING_VALUE",
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // RequestId: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
37
52
|
* ```
|
|
38
53
|
*
|
|
39
54
|
* @param ListThemeVersionsCommandInput - {@link ListThemeVersionsCommandInput}
|
|
@@ -69,6 +84,8 @@ export interface ListThemeVersionsCommandOutput extends ListThemeVersionsRespons
|
|
|
69
84
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
70
85
|
* capability is available in every edition.</p>
|
|
71
86
|
*
|
|
87
|
+
* @throws {@link QuickSightServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
72
89
|
*
|
|
73
90
|
*/
|
|
74
91
|
export declare class ListThemeVersionsCommand extends $Command<ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,22 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListThemesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListThemesResponse
|
|
38
|
+
* // ThemeSummaryList: [ // ThemeSummaryList
|
|
39
|
+
* // { // ThemeSummary
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // ThemeId: "STRING_VALUE",
|
|
43
|
+
* // LatestVersionNumber: Number("long"),
|
|
44
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // NextToken: "STRING_VALUE",
|
|
49
|
+
* // Status: Number("int"),
|
|
50
|
+
* // RequestId: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
37
53
|
* ```
|
|
38
54
|
*
|
|
39
55
|
* @param ListThemesCommandInput - {@link ListThemesCommandInput}
|
|
@@ -69,6 +85,8 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB
|
|
|
69
85
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
70
86
|
* capability is available in every edition.</p>
|
|
71
87
|
*
|
|
88
|
+
* @throws {@link QuickSightServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
72
90
|
*
|
|
73
91
|
*/
|
|
74
92
|
export declare class ListThemesCommand extends $Command<ListThemesCommandInput, ListThemesCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -0,0 +1,115 @@
|
|
|
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 { ListTopicRefreshSchedulesRequest, ListTopicRefreshSchedulesResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListTopicRefreshSchedulesCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListTopicRefreshSchedulesCommandInput extends ListTopicRefreshSchedulesRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListTopicRefreshSchedulesCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListTopicRefreshSchedulesCommandOutput extends ListTopicRefreshSchedulesResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists all of the refresh schedules for 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, ListTopicRefreshSchedulesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, ListTopicRefreshSchedulesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // ListTopicRefreshSchedulesRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* TopicId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new ListTopicRefreshSchedulesCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* // { // ListTopicRefreshSchedulesResponse
|
|
36
|
+
* // TopicId: "STRING_VALUE",
|
|
37
|
+
* // TopicArn: "STRING_VALUE",
|
|
38
|
+
* // RefreshSchedules: [ // TopicRefreshScheduleSummaries
|
|
39
|
+
* // { // TopicRefreshScheduleSummary
|
|
40
|
+
* // DatasetId: "STRING_VALUE",
|
|
41
|
+
* // DatasetArn: "STRING_VALUE",
|
|
42
|
+
* // DatasetName: "STRING_VALUE",
|
|
43
|
+
* // RefreshSchedule: { // TopicRefreshSchedule
|
|
44
|
+
* // IsEnabled: true || false, // required
|
|
45
|
+
* // BasedOnSpiceSchedule: true || false, // required
|
|
46
|
+
* // StartingAt: new Date("TIMESTAMP"),
|
|
47
|
+
* // Timezone: "STRING_VALUE",
|
|
48
|
+
* // RepeatAt: "STRING_VALUE",
|
|
49
|
+
* // TopicScheduleType: "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY",
|
|
50
|
+
* // },
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // Status: Number("int"),
|
|
54
|
+
* // RequestId: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param ListTopicRefreshSchedulesCommandInput - {@link ListTopicRefreshSchedulesCommandInput}
|
|
60
|
+
* @returns {@link ListTopicRefreshSchedulesCommandOutput}
|
|
61
|
+
* @see {@link ListTopicRefreshSchedulesCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link ListTopicRefreshSchedulesCommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
67
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
68
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
69
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ConflictException} (client fault)
|
|
72
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
75
|
+
* <p>An internal failure occurred.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
78
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
81
|
+
* <p>A limit is exceeded.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
84
|
+
* <p>The resource specified already exists. </p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
87
|
+
* <p>One or more resources can't be found.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
90
|
+
* <p>Access is throttled.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link QuickSightServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
94
|
+
*
|
|
95
|
+
*/
|
|
96
|
+
export declare class ListTopicRefreshSchedulesCommand extends $Command<ListTopicRefreshSchedulesCommandInput, ListTopicRefreshSchedulesCommandOutput, QuickSightClientResolvedConfig> {
|
|
97
|
+
readonly input: ListTopicRefreshSchedulesCommandInput;
|
|
98
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
constructor(input: ListTopicRefreshSchedulesCommandInput);
|
|
103
|
+
/**
|
|
104
|
+
* @internal
|
|
105
|
+
*/
|
|
106
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTopicRefreshSchedulesCommandInput, ListTopicRefreshSchedulesCommandOutput>;
|
|
107
|
+
/**
|
|
108
|
+
* @internal
|
|
109
|
+
*/
|
|
110
|
+
private serialize;
|
|
111
|
+
/**
|
|
112
|
+
* @internal
|
|
113
|
+
*/
|
|
114
|
+
private deserialize;
|
|
115
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
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 { ListTopicsRequest, ListTopicsResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListTopicsCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListTopicsCommandInput extends ListTopicsRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListTopicsCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists all of the topics within an account.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { QuickSightClient, ListTopicsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, ListTopicsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // ListTopicsRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
34
|
+
* const command = new ListTopicsCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* // { // ListTopicsResponse
|
|
37
|
+
* // TopicsSummaries: [ // TopicSummaries
|
|
38
|
+
* // { // TopicSummary
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // TopicId: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // RequestId: "STRING_VALUE",
|
|
46
|
+
* // Status: Number("int"),
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param ListTopicsCommandInput - {@link ListTopicsCommandInput}
|
|
52
|
+
* @returns {@link ListTopicsCommandOutput}
|
|
53
|
+
* @see {@link ListTopicsCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link ListTopicsCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
59
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
60
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
61
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
64
|
+
* <p>An internal failure occurred.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
67
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
70
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
+
* <p>Access is throttled.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
export declare class ListTopicsCommand extends $Command<ListTopicsCommandInput, ListTopicsCommandOutput, QuickSightClientResolvedConfig> {
|
|
80
|
+
readonly input: ListTopicsCommandInput;
|
|
81
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
constructor(input: ListTopicsCommandInput);
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTopicsCommandInput, ListTopicsCommandOutput>;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
private serialize;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private deserialize;
|
|
98
|
+
}
|
|
@@ -35,6 +35,20 @@ export interface ListUserGroupsCommandOutput extends ListUserGroupsResponse, __M
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListUserGroupsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListUserGroupsResponse
|
|
39
|
+
* // GroupList: [ // GroupList
|
|
40
|
+
* // { // Group
|
|
41
|
+
* // Arn: "STRING_VALUE",
|
|
42
|
+
* // GroupName: "STRING_VALUE",
|
|
43
|
+
* // Description: "STRING_VALUE",
|
|
44
|
+
* // PrincipalId: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // NextToken: "STRING_VALUE",
|
|
48
|
+
* // RequestId: "STRING_VALUE",
|
|
49
|
+
* // Status: Number("int"),
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
38
52
|
* ```
|
|
39
53
|
*
|
|
40
54
|
* @param ListUserGroupsCommandInput - {@link ListUserGroupsCommandInput}
|
|
@@ -67,6 +81,8 @@ export interface ListUserGroupsCommandOutput extends ListUserGroupsResponse, __M
|
|
|
67
81
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
82
|
* <p>Access is throttled.</p>
|
|
69
83
|
*
|
|
84
|
+
* @throws {@link QuickSightServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
70
86
|
*
|
|
71
87
|
*/
|
|
72
88
|
export declare class ListUserGroupsCommand extends $Command<ListUserGroupsCommandInput, ListUserGroupsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,27 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListUsersCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListUsersResponse
|
|
38
|
+
* // UserList: [ // UserList
|
|
39
|
+
* // { // User
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // UserName: "STRING_VALUE",
|
|
42
|
+
* // Email: "STRING_VALUE",
|
|
43
|
+
* // Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER",
|
|
44
|
+
* // IdentityType: "IAM" || "QUICKSIGHT",
|
|
45
|
+
* // Active: true || false,
|
|
46
|
+
* // PrincipalId: "STRING_VALUE",
|
|
47
|
+
* // CustomPermissionsName: "STRING_VALUE",
|
|
48
|
+
* // ExternalLoginFederationProviderType: "STRING_VALUE",
|
|
49
|
+
* // ExternalLoginFederationProviderUrl: "STRING_VALUE",
|
|
50
|
+
* // ExternalLoginId: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // NextToken: "STRING_VALUE",
|
|
54
|
+
* // RequestId: "STRING_VALUE",
|
|
55
|
+
* // Status: Number("int"),
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
37
58
|
* ```
|
|
38
59
|
*
|
|
39
60
|
* @param ListUsersCommandInput - {@link ListUsersCommandInput}
|
|
@@ -69,6 +90,8 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
69
90
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
91
|
* <p>Access is throttled.</p>
|
|
71
92
|
*
|
|
93
|
+
* @throws {@link QuickSightServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
72
95
|
*
|
|
73
96
|
*/
|
|
74
97
|
export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -0,0 +1,126 @@
|
|
|
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 { ListVPCConnectionsRequest, ListVPCConnectionsResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListVPCConnectionsCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListVPCConnectionsCommandInput extends ListVPCConnectionsRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListVPCConnectionsCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListVPCConnectionsCommandOutput extends ListVPCConnectionsResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists all of the VPC connections in the current set Amazon Web Services Region of an
|
|
23
|
+
* Amazon Web Services account.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { QuickSightClient, ListVPCConnectionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
28
|
+
* // const { QuickSightClient, ListVPCConnectionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
29
|
+
* const client = new QuickSightClient(config);
|
|
30
|
+
* const input = { // ListVPCConnectionsRequest
|
|
31
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* MaxResults: Number("int"),
|
|
34
|
+
* };
|
|
35
|
+
* const command = new ListVPCConnectionsCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* // { // ListVPCConnectionsResponse
|
|
38
|
+
* // VPCConnectionSummaries: [ // VPCConnectionSummaryList
|
|
39
|
+
* // { // VPCConnectionSummary
|
|
40
|
+
* // VPCConnectionId: "STRING_VALUE",
|
|
41
|
+
* // Arn: "STRING_VALUE",
|
|
42
|
+
* // Name: "STRING_VALUE",
|
|
43
|
+
* // VPCId: "STRING_VALUE",
|
|
44
|
+
* // SecurityGroupIds: [ // SecurityGroupIdList
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // DnsResolvers: [ // StringList
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETION_IN_PROGRESS" || "DELETION_FAILED" || "DELETED",
|
|
51
|
+
* // AvailabilityStatus: "AVAILABLE" || "UNAVAILABLE" || "PARTIALLY_AVAILABLE",
|
|
52
|
+
* // NetworkInterfaces: [ // NetworkInterfaceList
|
|
53
|
+
* // { // NetworkInterface
|
|
54
|
+
* // SubnetId: "STRING_VALUE",
|
|
55
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
56
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
57
|
+
* // Status: "CREATING" || "AVAILABLE" || "CREATION_FAILED" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETED" || "DELETION_FAILED" || "DELETION_SCHEDULED" || "ATTACHMENT_FAILED_ROLLBACK_FAILED",
|
|
58
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // RoleArn: "STRING_VALUE",
|
|
62
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // NextToken: "STRING_VALUE",
|
|
67
|
+
* // RequestId: "STRING_VALUE",
|
|
68
|
+
* // Status: Number("int"),
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* @param ListVPCConnectionsCommandInput - {@link ListVPCConnectionsCommandInput}
|
|
74
|
+
* @returns {@link ListVPCConnectionsCommandOutput}
|
|
75
|
+
* @see {@link ListVPCConnectionsCommandInput} for command's `input` shape.
|
|
76
|
+
* @see {@link ListVPCConnectionsCommandOutput} for command's `response` shape.
|
|
77
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
80
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
81
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
82
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
83
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
86
|
+
* <p>An internal failure occurred.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
89
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
92
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
95
|
+
* <p>Access is throttled.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
98
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
99
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
100
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
101
|
+
* capability is available in every edition.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link QuickSightServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
105
|
+
*
|
|
106
|
+
*/
|
|
107
|
+
export declare class ListVPCConnectionsCommand extends $Command<ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
108
|
+
readonly input: ListVPCConnectionsCommandInput;
|
|
109
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
constructor(input: ListVPCConnectionsCommandInput);
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
117
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput>;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
121
|
+
private serialize;
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
125
|
+
private deserialize;
|
|
126
|
+
}
|
|
@@ -43,6 +43,11 @@ export interface PutDataSetRefreshPropertiesCommandOutput extends PutDataSetRefr
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new PutDataSetRefreshPropertiesCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // PutDataSetRefreshPropertiesResponse
|
|
47
|
+
* // RequestId: "STRING_VALUE",
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
46
51
|
* ```
|
|
47
52
|
*
|
|
48
53
|
* @param PutDataSetRefreshPropertiesCommandInput - {@link PutDataSetRefreshPropertiesCommandInput}
|
|
@@ -78,6 +83,8 @@ export interface PutDataSetRefreshPropertiesCommandOutput extends PutDataSetRefr
|
|
|
78
83
|
* @throws {@link ThrottlingException} (client fault)
|
|
79
84
|
* <p>Access is throttled.</p>
|
|
80
85
|
*
|
|
86
|
+
* @throws {@link QuickSightServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
81
88
|
*
|
|
82
89
|
*/
|
|
83
90
|
export declare class PutDataSetRefreshPropertiesCommand extends $Command<PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -42,6 +42,25 @@ export interface RegisterUserCommandOutput extends RegisterUserResponse, __Metad
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new RegisterUserCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // RegisterUserResponse
|
|
46
|
+
* // User: { // User
|
|
47
|
+
* // Arn: "STRING_VALUE",
|
|
48
|
+
* // UserName: "STRING_VALUE",
|
|
49
|
+
* // Email: "STRING_VALUE",
|
|
50
|
+
* // Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER",
|
|
51
|
+
* // IdentityType: "IAM" || "QUICKSIGHT",
|
|
52
|
+
* // Active: true || false,
|
|
53
|
+
* // PrincipalId: "STRING_VALUE",
|
|
54
|
+
* // CustomPermissionsName: "STRING_VALUE",
|
|
55
|
+
* // ExternalLoginFederationProviderType: "STRING_VALUE",
|
|
56
|
+
* // ExternalLoginFederationProviderUrl: "STRING_VALUE",
|
|
57
|
+
* // ExternalLoginId: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // UserInvitationUrl: "STRING_VALUE",
|
|
60
|
+
* // RequestId: "STRING_VALUE",
|
|
61
|
+
* // Status: Number("int"),
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
45
64
|
* ```
|
|
46
65
|
*
|
|
47
66
|
* @param RegisterUserCommandInput - {@link RegisterUserCommandInput}
|
|
@@ -80,6 +99,8 @@ export interface RegisterUserCommandOutput extends RegisterUserResponse, __Metad
|
|
|
80
99
|
* @throws {@link ThrottlingException} (client fault)
|
|
81
100
|
* <p>Access is throttled.</p>
|
|
82
101
|
*
|
|
102
|
+
* @throws {@link QuickSightServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
83
104
|
*
|
|
84
105
|
*/
|
|
85
106
|
export declare class RegisterUserCommand extends $Command<RegisterUserCommandInput, RegisterUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -32,6 +32,13 @@ export interface RestoreAnalysisCommandOutput extends RestoreAnalysisResponse, _
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new RestoreAnalysisCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // RestoreAnalysisResponse
|
|
36
|
+
* // Status: Number("int"),
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // AnalysisId: "STRING_VALUE",
|
|
39
|
+
* // RequestId: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
35
42
|
* ```
|
|
36
43
|
*
|
|
37
44
|
* @param RestoreAnalysisCommandInput - {@link RestoreAnalysisCommandInput}
|
|
@@ -61,6 +68,8 @@ export interface RestoreAnalysisCommandOutput extends RestoreAnalysisResponse, _
|
|
|
61
68
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
62
69
|
* capability is available in every edition.</p>
|
|
63
70
|
*
|
|
71
|
+
* @throws {@link QuickSightServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
64
73
|
*
|
|
65
74
|
*/
|
|
66
75
|
export declare class RestoreAnalysisCommand extends $Command<RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput, QuickSightClientResolvedConfig> {
|