@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
|
@@ -0,0 +1,95 @@
|
|
|
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 { DescribeTopicRefreshRequest, DescribeTopicRefreshResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DescribeTopicRefreshCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DescribeTopicRefreshCommandInput extends DescribeTopicRefreshRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DescribeTopicRefreshCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeTopicRefreshCommandOutput extends DescribeTopicRefreshResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Describes the status of a topic refresh.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { QuickSightClient, DescribeTopicRefreshCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, DescribeTopicRefreshCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // DescribeTopicRefreshRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* TopicId: "STRING_VALUE", // required
|
|
32
|
+
* RefreshId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
34
|
+
* const command = new DescribeTopicRefreshCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeTopicRefreshResponse
|
|
37
|
+
* // RefreshDetails: { // TopicRefreshDetails
|
|
38
|
+
* // RefreshArn: "STRING_VALUE",
|
|
39
|
+
* // RefreshId: "STRING_VALUE",
|
|
40
|
+
* // RefreshStatus: "INITIALIZED" || "RUNNING" || "FAILED" || "COMPLETED" || "CANCELLED",
|
|
41
|
+
* // },
|
|
42
|
+
* // RequestId: "STRING_VALUE",
|
|
43
|
+
* // Status: Number("int"),
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param DescribeTopicRefreshCommandInput - {@link DescribeTopicRefreshCommandInput}
|
|
49
|
+
* @returns {@link DescribeTopicRefreshCommandOutput}
|
|
50
|
+
* @see {@link DescribeTopicRefreshCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link DescribeTopicRefreshCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
56
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
57
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
58
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
61
|
+
* <p>An internal failure occurred.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
64
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
|
+
* <p>One or more resources can't be found.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
+
* <p>Access is throttled.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link QuickSightServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
export declare class DescribeTopicRefreshCommand extends $Command<DescribeTopicRefreshCommandInput, DescribeTopicRefreshCommandOutput, QuickSightClientResolvedConfig> {
|
|
77
|
+
readonly input: DescribeTopicRefreshCommandInput;
|
|
78
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
constructor(input: DescribeTopicRefreshCommandInput);
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTopicRefreshCommandInput, DescribeTopicRefreshCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
90
|
+
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
private deserialize;
|
|
95
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
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 { DescribeTopicRefreshScheduleRequest, DescribeTopicRefreshScheduleResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DescribeTopicRefreshScheduleCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DescribeTopicRefreshScheduleCommandInput extends DescribeTopicRefreshScheduleRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DescribeTopicRefreshScheduleCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeTopicRefreshScheduleCommandOutput extends DescribeTopicRefreshScheduleResponse, __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, DescribeTopicRefreshScheduleCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, DescribeTopicRefreshScheduleCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // DescribeTopicRefreshScheduleRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* TopicId: "STRING_VALUE", // required
|
|
32
|
+
* DatasetId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
34
|
+
* const command = new DescribeTopicRefreshScheduleCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeTopicRefreshScheduleResponse
|
|
37
|
+
* // TopicId: "STRING_VALUE",
|
|
38
|
+
* // TopicArn: "STRING_VALUE",
|
|
39
|
+
* // DatasetArn: "STRING_VALUE",
|
|
40
|
+
* // RefreshSchedule: { // TopicRefreshSchedule
|
|
41
|
+
* // IsEnabled: true || false, // required
|
|
42
|
+
* // BasedOnSpiceSchedule: true || false, // required
|
|
43
|
+
* // StartingAt: new Date("TIMESTAMP"),
|
|
44
|
+
* // Timezone: "STRING_VALUE",
|
|
45
|
+
* // RepeatAt: "STRING_VALUE",
|
|
46
|
+
* // TopicScheduleType: "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY",
|
|
47
|
+
* // },
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // RequestId: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param DescribeTopicRefreshScheduleCommandInput - {@link DescribeTopicRefreshScheduleCommandInput}
|
|
55
|
+
* @returns {@link DescribeTopicRefreshScheduleCommandOutput}
|
|
56
|
+
* @see {@link DescribeTopicRefreshScheduleCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link DescribeTopicRefreshScheduleCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
62
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
63
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
64
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ConflictException} (client fault)
|
|
67
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
70
|
+
* <p>An internal failure occurred.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
73
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
76
|
+
* <p>A limit is exceeded.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
79
|
+
* <p>The resource specified already exists. </p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
82
|
+
* <p>One or more resources can't be found.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
85
|
+
* <p>Access is throttled.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link QuickSightServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
export declare class DescribeTopicRefreshScheduleCommand extends $Command<DescribeTopicRefreshScheduleCommandInput, DescribeTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
|
|
92
|
+
readonly input: DescribeTopicRefreshScheduleCommandInput;
|
|
93
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
constructor(input: DescribeTopicRefreshScheduleCommandInput);
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTopicRefreshScheduleCommandInput, DescribeTopicRefreshScheduleCommandOutput>;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
private serialize;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
private deserialize;
|
|
110
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeUserRequest, DescribeUserResponse } from "../models/
|
|
4
|
+
import { DescribeUserRequest, DescribeUserResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -33,6 +33,24 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeUserCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeUserResponse
|
|
37
|
+
* // User: { // User
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // UserName: "STRING_VALUE",
|
|
40
|
+
* // Email: "STRING_VALUE",
|
|
41
|
+
* // Role: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER",
|
|
42
|
+
* // IdentityType: "IAM" || "QUICKSIGHT",
|
|
43
|
+
* // Active: true || false,
|
|
44
|
+
* // PrincipalId: "STRING_VALUE",
|
|
45
|
+
* // CustomPermissionsName: "STRING_VALUE",
|
|
46
|
+
* // ExternalLoginFederationProviderType: "STRING_VALUE",
|
|
47
|
+
* // ExternalLoginFederationProviderUrl: "STRING_VALUE",
|
|
48
|
+
* // ExternalLoginId: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // RequestId: "STRING_VALUE",
|
|
51
|
+
* // Status: Number("int"),
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
36
54
|
* ```
|
|
37
55
|
*
|
|
38
56
|
* @param DescribeUserCommandInput - {@link DescribeUserCommandInput}
|
|
@@ -65,6 +83,8 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
|
|
|
65
83
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
84
|
* <p>Access is throttled.</p>
|
|
67
85
|
*
|
|
86
|
+
* @throws {@link QuickSightServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
68
88
|
*
|
|
69
89
|
*/
|
|
70
90
|
export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -0,0 +1,121 @@
|
|
|
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 { DescribeVPCConnectionRequest, DescribeVPCConnectionResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DescribeVPCConnectionCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DescribeVPCConnectionCommandInput extends DescribeVPCConnectionRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DescribeVPCConnectionCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeVPCConnectionCommandOutput extends DescribeVPCConnectionResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Describes a VPC connection.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { QuickSightClient, DescribeVPCConnectionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, DescribeVPCConnectionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // DescribeVPCConnectionRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* VPCConnectionId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new DescribeVPCConnectionCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeVPCConnectionResponse
|
|
36
|
+
* // VPCConnection: { // VPCConnection
|
|
37
|
+
* // VPCConnectionId: "STRING_VALUE",
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // VPCId: "STRING_VALUE",
|
|
41
|
+
* // SecurityGroupIds: [ // SecurityGroupIdList
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // DnsResolvers: [ // StringList
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETION_IN_PROGRESS" || "DELETION_FAILED" || "DELETED",
|
|
48
|
+
* // AvailabilityStatus: "AVAILABLE" || "UNAVAILABLE" || "PARTIALLY_AVAILABLE",
|
|
49
|
+
* // NetworkInterfaces: [ // NetworkInterfaceList
|
|
50
|
+
* // { // NetworkInterface
|
|
51
|
+
* // SubnetId: "STRING_VALUE",
|
|
52
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
53
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
54
|
+
* // Status: "CREATING" || "AVAILABLE" || "CREATION_FAILED" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETED" || "DELETION_FAILED" || "DELETION_SCHEDULED" || "ATTACHMENT_FAILED_ROLLBACK_FAILED",
|
|
55
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // RoleArn: "STRING_VALUE",
|
|
59
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
60
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
61
|
+
* // },
|
|
62
|
+
* // RequestId: "STRING_VALUE",
|
|
63
|
+
* // Status: Number("int"),
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
66
|
+
* ```
|
|
67
|
+
*
|
|
68
|
+
* @param DescribeVPCConnectionCommandInput - {@link DescribeVPCConnectionCommandInput}
|
|
69
|
+
* @returns {@link DescribeVPCConnectionCommandOutput}
|
|
70
|
+
* @see {@link DescribeVPCConnectionCommandInput} for command's `input` shape.
|
|
71
|
+
* @see {@link DescribeVPCConnectionCommandOutput} for command's `response` shape.
|
|
72
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
75
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
76
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
77
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
78
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
81
|
+
* <p>An internal failure occurred.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
84
|
+
* <p>One or more parameters has a value that isn't valid.</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 UnsupportedUserEditionException} (client fault)
|
|
93
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
94
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
95
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
96
|
+
* capability is available in every edition.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link QuickSightServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
100
|
+
*
|
|
101
|
+
*/
|
|
102
|
+
export declare class DescribeVPCConnectionCommand extends $Command<DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput, QuickSightClientResolvedConfig> {
|
|
103
|
+
readonly input: DescribeVPCConnectionCommandInput;
|
|
104
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
constructor(input: DescribeVPCConnectionCommandInput);
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
112
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput>;
|
|
113
|
+
/**
|
|
114
|
+
* @internal
|
|
115
|
+
*/
|
|
116
|
+
private serialize;
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
120
|
+
private deserialize;
|
|
121
|
+
}
|
|
@@ -77,6 +77,13 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateE
|
|
|
77
77
|
* };
|
|
78
78
|
* const command = new GenerateEmbedUrlForAnonymousUserCommand(input);
|
|
79
79
|
* const response = await client.send(command);
|
|
80
|
+
* // { // GenerateEmbedUrlForAnonymousUserResponse
|
|
81
|
+
* // EmbedUrl: "STRING_VALUE", // required
|
|
82
|
+
* // Status: Number("int"), // required
|
|
83
|
+
* // RequestId: "STRING_VALUE", // required
|
|
84
|
+
* // AnonymousUserArn: "STRING_VALUE", // required
|
|
85
|
+
* // };
|
|
86
|
+
*
|
|
80
87
|
* ```
|
|
81
88
|
*
|
|
82
89
|
* @param GenerateEmbedUrlForAnonymousUserCommandInput - {@link GenerateEmbedUrlForAnonymousUserCommandInput}
|
|
@@ -124,6 +131,8 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateE
|
|
|
124
131
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
125
132
|
* capability is available in every edition.</p>
|
|
126
133
|
*
|
|
134
|
+
* @throws {@link QuickSightServiceException}
|
|
135
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
127
136
|
*
|
|
128
137
|
*/
|
|
129
138
|
export declare class GenerateEmbedUrlForAnonymousUserCommand extends $Command<GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -57,6 +57,9 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
|
|
|
57
57
|
* StatePersistence: { // StatePersistenceConfigurations
|
|
58
58
|
* Enabled: true || false, // required
|
|
59
59
|
* },
|
|
60
|
+
* Bookmarks: { // BookmarksConfigurations
|
|
61
|
+
* Enabled: true || false, // required
|
|
62
|
+
* },
|
|
60
63
|
* },
|
|
61
64
|
* },
|
|
62
65
|
* QuickSightConsole: { // RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
@@ -84,6 +87,12 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
|
|
|
84
87
|
* };
|
|
85
88
|
* const command = new GenerateEmbedUrlForRegisteredUserCommand(input);
|
|
86
89
|
* const response = await client.send(command);
|
|
90
|
+
* // { // GenerateEmbedUrlForRegisteredUserResponse
|
|
91
|
+
* // EmbedUrl: "STRING_VALUE", // required
|
|
92
|
+
* // Status: Number("int"), // required
|
|
93
|
+
* // RequestId: "STRING_VALUE", // required
|
|
94
|
+
* // };
|
|
95
|
+
*
|
|
87
96
|
* ```
|
|
88
97
|
*
|
|
89
98
|
* @param GenerateEmbedUrlForRegisteredUserCommandInput - {@link GenerateEmbedUrlForRegisteredUserCommandInput}
|
|
@@ -136,6 +145,8 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
|
|
|
136
145
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
137
146
|
* capability is available in every edition.</p>
|
|
138
147
|
*
|
|
148
|
+
* @throws {@link QuickSightServiceException}
|
|
149
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
139
150
|
*
|
|
140
151
|
*/
|
|
141
152
|
export declare class GenerateEmbedUrlForRegisteredUserCommand extends $Command<GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -63,6 +63,12 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
|
|
|
63
63
|
* };
|
|
64
64
|
* const command = new GetDashboardEmbedUrlCommand(input);
|
|
65
65
|
* const response = await client.send(command);
|
|
66
|
+
* // { // GetDashboardEmbedUrlResponse
|
|
67
|
+
* // EmbedUrl: "STRING_VALUE",
|
|
68
|
+
* // Status: Number("int"),
|
|
69
|
+
* // RequestId: "STRING_VALUE",
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
66
72
|
* ```
|
|
67
73
|
*
|
|
68
74
|
* @param GetDashboardEmbedUrlCommandInput - {@link GetDashboardEmbedUrlCommandInput}
|
|
@@ -126,6 +132,8 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
|
|
|
126
132
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
127
133
|
* capability is available in every edition.</p>
|
|
128
134
|
*
|
|
135
|
+
* @throws {@link QuickSightServiceException}
|
|
136
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
129
137
|
*
|
|
130
138
|
*/
|
|
131
139
|
export declare class GetDashboardEmbedUrlCommand extends $Command<GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -59,6 +59,12 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
|
|
|
59
59
|
* };
|
|
60
60
|
* const command = new GetSessionEmbedUrlCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
|
+
* // { // GetSessionEmbedUrlResponse
|
|
63
|
+
* // EmbedUrl: "STRING_VALUE",
|
|
64
|
+
* // Status: Number("int"),
|
|
65
|
+
* // RequestId: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
62
68
|
* ```
|
|
63
69
|
*
|
|
64
70
|
* @param GetSessionEmbedUrlCommandInput - {@link GetSessionEmbedUrlCommandInput}
|
|
@@ -103,6 +109,8 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
|
|
|
103
109
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
104
110
|
* capability is available in every edition.</p>
|
|
105
111
|
*
|
|
112
|
+
* @throws {@link QuickSightServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
106
114
|
*
|
|
107
115
|
*/
|
|
108
116
|
export declare class GetSessionEmbedUrlCommand extends $Command<GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,22 @@ export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListAnalysesCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListAnalysesResponse
|
|
37
|
+
* // AnalysisSummaryList: [ // AnalysisSummaryList
|
|
38
|
+
* // { // AnalysisSummary
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // AnalysisId: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
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 ListAnalysesCommandInput - {@link ListAnalysesCommandInput}
|
|
@@ -56,6 +72,8 @@ export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __Metad
|
|
|
56
72
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
57
73
|
* capability is available in every edition.</p>
|
|
58
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
59
77
|
*
|
|
60
78
|
*/
|
|
61
79
|
export declare class ListAnalysesCommand extends $Command<ListAnalysesCommandInput, ListAnalysesCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,22 @@ export interface ListDashboardVersionsCommandOutput extends ListDashboardVersion
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListDashboardVersionsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListDashboardVersionsResponse
|
|
38
|
+
* // DashboardVersionSummaryList: [ // DashboardVersionSummaryList
|
|
39
|
+
* // { // DashboardVersionSummary
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // VersionNumber: Number("long"),
|
|
43
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
44
|
+
* // SourceEntityArn: "STRING_VALUE",
|
|
45
|
+
* // Description: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // NextToken: "STRING_VALUE",
|
|
49
|
+
* // Status: Number("int"),
|
|
50
|
+
* // RequestId: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
37
53
|
* ```
|
|
38
54
|
*
|
|
39
55
|
* @param ListDashboardVersionsCommandInput - {@link ListDashboardVersionsCommandInput}
|
|
@@ -63,6 +79,8 @@ export interface ListDashboardVersionsCommandOutput extends ListDashboardVersion
|
|
|
63
79
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
64
80
|
* capability is available in every edition.</p>
|
|
65
81
|
*
|
|
82
|
+
* @throws {@link QuickSightServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
66
84
|
*
|
|
67
85
|
*/
|
|
68
86
|
export declare class ListDashboardVersionsCommand extends $Command<ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,23 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListDashboardsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListDashboardsResponse
|
|
37
|
+
* // DashboardSummaryList: [ // DashboardSummaryList
|
|
38
|
+
* // { // DashboardSummary
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // DashboardId: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // PublishedVersionNumber: Number("long"),
|
|
45
|
+
* // LastPublishedTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // NextToken: "STRING_VALUE",
|
|
49
|
+
* // Status: Number("int"),
|
|
50
|
+
* // RequestId: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
36
53
|
* ```
|
|
37
54
|
*
|
|
38
55
|
* @param ListDashboardsCommandInput - {@link ListDashboardsCommandInput}
|
|
@@ -56,6 +73,8 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
|
|
|
56
73
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
57
74
|
* capability is available in every edition.</p>
|
|
58
75
|
*
|
|
76
|
+
* @throws {@link QuickSightServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
59
78
|
*
|
|
60
79
|
*/
|
|
61
80
|
export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,31 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListDataSetsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListDataSetsResponse
|
|
38
|
+
* // DataSetSummaries: [ // DataSetSummaryList
|
|
39
|
+
* // { // DataSetSummary
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // DataSetId: "STRING_VALUE",
|
|
42
|
+
* // Name: "STRING_VALUE",
|
|
43
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // ImportMode: "SPICE" || "DIRECT_QUERY",
|
|
46
|
+
* // RowLevelPermissionDataSet: { // RowLevelPermissionDataSet
|
|
47
|
+
* // Namespace: "STRING_VALUE",
|
|
48
|
+
* // Arn: "STRING_VALUE", // required
|
|
49
|
+
* // PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
|
|
50
|
+
* // FormatVersion: "VERSION_1" || "VERSION_2",
|
|
51
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
52
|
+
* // },
|
|
53
|
+
* // RowLevelPermissionTagConfigurationApplied: true || false,
|
|
54
|
+
* // ColumnLevelPermissionRulesApplied: true || false,
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // NextToken: "STRING_VALUE",
|
|
58
|
+
* // RequestId: "STRING_VALUE",
|
|
59
|
+
* // Status: Number("int"),
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
37
62
|
* ```
|
|
38
63
|
*
|
|
39
64
|
* @param ListDataSetsCommandInput - {@link ListDataSetsCommandInput}
|
|
@@ -60,6 +85,8 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
|
|
|
60
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
61
86
|
* <p>Access is throttled.</p>
|
|
62
87
|
*
|
|
88
|
+
* @throws {@link QuickSightServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
63
90
|
*
|
|
64
91
|
*/
|
|
65
92
|
export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, QuickSightClientResolvedConfig> {
|