@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
|
@@ -32,6 +32,31 @@ export interface DescribeDashboardPermissionsCommandOutput extends DescribeDashb
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeDashboardPermissionsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeDashboardPermissionsResponse
|
|
36
|
+
* // DashboardId: "STRING_VALUE",
|
|
37
|
+
* // DashboardArn: "STRING_VALUE",
|
|
38
|
+
* // Permissions: [ // ResourcePermissionList
|
|
39
|
+
* // { // ResourcePermission
|
|
40
|
+
* // Principal: "STRING_VALUE", // required
|
|
41
|
+
* // Actions: [ // ActionList // required
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // Status: Number("int"),
|
|
47
|
+
* // RequestId: "STRING_VALUE",
|
|
48
|
+
* // LinkSharingConfiguration: { // LinkSharingConfiguration
|
|
49
|
+
* // Permissions: [
|
|
50
|
+
* // {
|
|
51
|
+
* // Principal: "STRING_VALUE", // required
|
|
52
|
+
* // Actions: [ // required
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
35
60
|
* ```
|
|
36
61
|
*
|
|
37
62
|
* @param DescribeDashboardPermissionsCommandInput - {@link DescribeDashboardPermissionsCommandInput}
|
|
@@ -58,6 +83,8 @@ export interface DescribeDashboardPermissionsCommandOutput extends DescribeDashb
|
|
|
58
83
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
59
84
|
* capability is available in every edition.</p>
|
|
60
85
|
*
|
|
86
|
+
* @throws {@link QuickSightServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
61
88
|
*
|
|
62
89
|
*/
|
|
63
90
|
export declare class DescribeDashboardPermissionsCommand extends $Command<DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -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 { DescribeDataSetRequest, DescribeDataSetResponse } from "../models/
|
|
4
|
+
import { DescribeDataSetRequest, DescribeDataSetResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -32,6 +32,257 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeDataSetCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeDataSetResponse
|
|
36
|
+
* // DataSet: { // DataSet
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // DataSetId: "STRING_VALUE",
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
41
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // PhysicalTableMap: { // PhysicalTableMap
|
|
43
|
+
* // "<keys>": { // PhysicalTable Union: only one key present
|
|
44
|
+
* // RelationalTable: { // RelationalTable
|
|
45
|
+
* // DataSourceArn: "STRING_VALUE", // required
|
|
46
|
+
* // Catalog: "STRING_VALUE",
|
|
47
|
+
* // Schema: "STRING_VALUE",
|
|
48
|
+
* // Name: "STRING_VALUE", // required
|
|
49
|
+
* // InputColumns: [ // InputColumnList // required
|
|
50
|
+
* // { // InputColumn
|
|
51
|
+
* // Name: "STRING_VALUE", // required
|
|
52
|
+
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // CustomSql: { // CustomSql
|
|
57
|
+
* // DataSourceArn: "STRING_VALUE", // required
|
|
58
|
+
* // Name: "STRING_VALUE", // required
|
|
59
|
+
* // SqlQuery: "STRING_VALUE", // required
|
|
60
|
+
* // Columns: [
|
|
61
|
+
* // {
|
|
62
|
+
* // Name: "STRING_VALUE", // required
|
|
63
|
+
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // S3Source: { // S3Source
|
|
68
|
+
* // DataSourceArn: "STRING_VALUE", // required
|
|
69
|
+
* // UploadSettings: { // UploadSettings
|
|
70
|
+
* // Format: "CSV" || "TSV" || "CLF" || "ELF" || "XLSX" || "JSON",
|
|
71
|
+
* // StartFromRow: Number("int"),
|
|
72
|
+
* // ContainsHeader: true || false,
|
|
73
|
+
* // TextQualifier: "DOUBLE_QUOTE" || "SINGLE_QUOTE",
|
|
74
|
+
* // Delimiter: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // InputColumns: [ // required
|
|
77
|
+
* // {
|
|
78
|
+
* // Name: "STRING_VALUE", // required
|
|
79
|
+
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // },
|
|
83
|
+
* // },
|
|
84
|
+
* // },
|
|
85
|
+
* // LogicalTableMap: { // LogicalTableMap
|
|
86
|
+
* // "<keys>": { // LogicalTable
|
|
87
|
+
* // Alias: "STRING_VALUE", // required
|
|
88
|
+
* // DataTransforms: [ // TransformOperationList
|
|
89
|
+
* // { // TransformOperation Union: only one key present
|
|
90
|
+
* // ProjectOperation: { // ProjectOperation
|
|
91
|
+
* // ProjectedColumns: [ // ProjectedColumnList // required
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // },
|
|
95
|
+
* // FilterOperation: { // FilterOperation
|
|
96
|
+
* // ConditionExpression: "STRING_VALUE", // required
|
|
97
|
+
* // },
|
|
98
|
+
* // CreateColumnsOperation: { // CreateColumnsOperation
|
|
99
|
+
* // Columns: [ // CalculatedColumnList // required
|
|
100
|
+
* // { // CalculatedColumn
|
|
101
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
102
|
+
* // ColumnId: "STRING_VALUE", // required
|
|
103
|
+
* // Expression: "STRING_VALUE", // required
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
106
|
+
* // },
|
|
107
|
+
* // RenameColumnOperation: { // RenameColumnOperation
|
|
108
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
109
|
+
* // NewColumnName: "STRING_VALUE", // required
|
|
110
|
+
* // },
|
|
111
|
+
* // CastColumnTypeOperation: { // CastColumnTypeOperation
|
|
112
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
113
|
+
* // NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
|
|
114
|
+
* // Format: "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // TagColumnOperation: { // TagColumnOperation
|
|
117
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
118
|
+
* // Tags: [ // ColumnTagList // required
|
|
119
|
+
* // { // ColumnTag
|
|
120
|
+
* // ColumnGeographicRole: "COUNTRY" || "STATE" || "COUNTY" || "CITY" || "POSTCODE" || "LONGITUDE" || "LATITUDE",
|
|
121
|
+
* // ColumnDescription: { // ColumnDescription
|
|
122
|
+
* // Text: "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // },
|
|
125
|
+
* // ],
|
|
126
|
+
* // },
|
|
127
|
+
* // UntagColumnOperation: { // UntagColumnOperation
|
|
128
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
129
|
+
* // TagNames: [ // ColumnTagNames // required
|
|
130
|
+
* // "COLUMN_GEOGRAPHIC_ROLE" || "COLUMN_DESCRIPTION",
|
|
131
|
+
* // ],
|
|
132
|
+
* // },
|
|
133
|
+
* // OverrideDatasetParameterOperation: { // OverrideDatasetParameterOperation
|
|
134
|
+
* // ParameterName: "STRING_VALUE", // required
|
|
135
|
+
* // NewParameterName: "STRING_VALUE",
|
|
136
|
+
* // NewDefaultValues: { // NewDefaultValues
|
|
137
|
+
* // StringStaticValues: [ // StringDatasetParameterValueList
|
|
138
|
+
* // "STRING_VALUE",
|
|
139
|
+
* // ],
|
|
140
|
+
* // DecimalStaticValues: [ // DecimalDatasetParameterValueList
|
|
141
|
+
* // Number("double"),
|
|
142
|
+
* // ],
|
|
143
|
+
* // DateTimeStaticValues: [ // DateTimeDatasetParameterValueList
|
|
144
|
+
* // new Date("TIMESTAMP"),
|
|
145
|
+
* // ],
|
|
146
|
+
* // IntegerStaticValues: [ // IntegerDatasetParameterValueList
|
|
147
|
+
* // Number("long"),
|
|
148
|
+
* // ],
|
|
149
|
+
* // },
|
|
150
|
+
* // },
|
|
151
|
+
* // },
|
|
152
|
+
* // ],
|
|
153
|
+
* // Source: { // LogicalTableSource
|
|
154
|
+
* // JoinInstruction: { // JoinInstruction
|
|
155
|
+
* // LeftOperand: "STRING_VALUE", // required
|
|
156
|
+
* // RightOperand: "STRING_VALUE", // required
|
|
157
|
+
* // LeftJoinKeyProperties: { // JoinKeyProperties
|
|
158
|
+
* // UniqueKey: true || false,
|
|
159
|
+
* // },
|
|
160
|
+
* // RightJoinKeyProperties: {
|
|
161
|
+
* // UniqueKey: true || false,
|
|
162
|
+
* // },
|
|
163
|
+
* // Type: "INNER" || "OUTER" || "LEFT" || "RIGHT", // required
|
|
164
|
+
* // OnClause: "STRING_VALUE", // required
|
|
165
|
+
* // },
|
|
166
|
+
* // PhysicalTableId: "STRING_VALUE",
|
|
167
|
+
* // DataSetArn: "STRING_VALUE",
|
|
168
|
+
* // },
|
|
169
|
+
* // },
|
|
170
|
+
* // },
|
|
171
|
+
* // OutputColumns: [ // OutputColumnList
|
|
172
|
+
* // { // OutputColumn
|
|
173
|
+
* // Name: "STRING_VALUE",
|
|
174
|
+
* // Description: "STRING_VALUE",
|
|
175
|
+
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME",
|
|
176
|
+
* // },
|
|
177
|
+
* // ],
|
|
178
|
+
* // ImportMode: "SPICE" || "DIRECT_QUERY",
|
|
179
|
+
* // ConsumedSpiceCapacityInBytes: Number("long"),
|
|
180
|
+
* // ColumnGroups: [ // ColumnGroupList
|
|
181
|
+
* // { // ColumnGroup
|
|
182
|
+
* // GeoSpatialColumnGroup: { // GeoSpatialColumnGroup
|
|
183
|
+
* // Name: "STRING_VALUE", // required
|
|
184
|
+
* // CountryCode: "US",
|
|
185
|
+
* // Columns: [ // ColumnList // required
|
|
186
|
+
* // "STRING_VALUE",
|
|
187
|
+
* // ],
|
|
188
|
+
* // },
|
|
189
|
+
* // },
|
|
190
|
+
* // ],
|
|
191
|
+
* // FieldFolders: { // FieldFolderMap
|
|
192
|
+
* // "<keys>": { // FieldFolder
|
|
193
|
+
* // description: "STRING_VALUE",
|
|
194
|
+
* // columns: [ // FolderColumnList
|
|
195
|
+
* // "STRING_VALUE",
|
|
196
|
+
* // ],
|
|
197
|
+
* // },
|
|
198
|
+
* // },
|
|
199
|
+
* // RowLevelPermissionDataSet: { // RowLevelPermissionDataSet
|
|
200
|
+
* // Namespace: "STRING_VALUE",
|
|
201
|
+
* // Arn: "STRING_VALUE", // required
|
|
202
|
+
* // PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
|
|
203
|
+
* // FormatVersion: "VERSION_1" || "VERSION_2",
|
|
204
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
205
|
+
* // },
|
|
206
|
+
* // RowLevelPermissionTagConfiguration: { // RowLevelPermissionTagConfiguration
|
|
207
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
208
|
+
* // TagRules: [ // RowLevelPermissionTagRuleList // required
|
|
209
|
+
* // { // RowLevelPermissionTagRule
|
|
210
|
+
* // TagKey: "STRING_VALUE", // required
|
|
211
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
212
|
+
* // TagMultiValueDelimiter: "STRING_VALUE",
|
|
213
|
+
* // MatchAllValue: "STRING_VALUE",
|
|
214
|
+
* // },
|
|
215
|
+
* // ],
|
|
216
|
+
* // TagRuleConfigurations: [ // RowLevelPermissionTagRuleConfigurationList
|
|
217
|
+
* // [ // RowLevelPermissionTagRuleConfiguration
|
|
218
|
+
* // "STRING_VALUE",
|
|
219
|
+
* // ],
|
|
220
|
+
* // ],
|
|
221
|
+
* // },
|
|
222
|
+
* // ColumnLevelPermissionRules: [ // ColumnLevelPermissionRuleList
|
|
223
|
+
* // { // ColumnLevelPermissionRule
|
|
224
|
+
* // Principals: [ // PrincipalList
|
|
225
|
+
* // "STRING_VALUE",
|
|
226
|
+
* // ],
|
|
227
|
+
* // ColumnNames: [ // ColumnNameList
|
|
228
|
+
* // "STRING_VALUE",
|
|
229
|
+
* // ],
|
|
230
|
+
* // },
|
|
231
|
+
* // ],
|
|
232
|
+
* // DataSetUsageConfiguration: { // DataSetUsageConfiguration
|
|
233
|
+
* // DisableUseAsDirectQuerySource: true || false,
|
|
234
|
+
* // DisableUseAsImportedSource: true || false,
|
|
235
|
+
* // },
|
|
236
|
+
* // DatasetParameters: [ // DatasetParameterList
|
|
237
|
+
* // { // DatasetParameter
|
|
238
|
+
* // StringDatasetParameter: { // StringDatasetParameter
|
|
239
|
+
* // Id: "STRING_VALUE", // required
|
|
240
|
+
* // Name: "STRING_VALUE", // required
|
|
241
|
+
* // ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
242
|
+
* // DefaultValues: { // StringDatasetParameterDefaultValues
|
|
243
|
+
* // StaticValues: [
|
|
244
|
+
* // "STRING_VALUE",
|
|
245
|
+
* // ],
|
|
246
|
+
* // },
|
|
247
|
+
* // },
|
|
248
|
+
* // DecimalDatasetParameter: { // DecimalDatasetParameter
|
|
249
|
+
* // Id: "STRING_VALUE", // required
|
|
250
|
+
* // Name: "STRING_VALUE", // required
|
|
251
|
+
* // ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
252
|
+
* // DefaultValues: { // DecimalDatasetParameterDefaultValues
|
|
253
|
+
* // StaticValues: [
|
|
254
|
+
* // Number("double"),
|
|
255
|
+
* // ],
|
|
256
|
+
* // },
|
|
257
|
+
* // },
|
|
258
|
+
* // IntegerDatasetParameter: { // IntegerDatasetParameter
|
|
259
|
+
* // Id: "STRING_VALUE", // required
|
|
260
|
+
* // Name: "STRING_VALUE", // required
|
|
261
|
+
* // ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
262
|
+
* // DefaultValues: { // IntegerDatasetParameterDefaultValues
|
|
263
|
+
* // StaticValues: [
|
|
264
|
+
* // Number("long"),
|
|
265
|
+
* // ],
|
|
266
|
+
* // },
|
|
267
|
+
* // },
|
|
268
|
+
* // DateTimeDatasetParameter: { // DateTimeDatasetParameter
|
|
269
|
+
* // Id: "STRING_VALUE", // required
|
|
270
|
+
* // Name: "STRING_VALUE", // required
|
|
271
|
+
* // ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
272
|
+
* // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
273
|
+
* // DefaultValues: { // DateTimeDatasetParameterDefaultValues
|
|
274
|
+
* // StaticValues: [
|
|
275
|
+
* // new Date("TIMESTAMP"),
|
|
276
|
+
* // ],
|
|
277
|
+
* // },
|
|
278
|
+
* // },
|
|
279
|
+
* // },
|
|
280
|
+
* // ],
|
|
281
|
+
* // },
|
|
282
|
+
* // RequestId: "STRING_VALUE",
|
|
283
|
+
* // Status: Number("int"),
|
|
284
|
+
* // };
|
|
285
|
+
*
|
|
35
286
|
* ```
|
|
36
287
|
*
|
|
37
288
|
* @param DescribeDataSetCommandInput - {@link DescribeDataSetCommandInput}
|
|
@@ -58,6 +309,8 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
|
|
|
58
309
|
* @throws {@link ThrottlingException} (client fault)
|
|
59
310
|
* <p>Access is throttled.</p>
|
|
60
311
|
*
|
|
312
|
+
* @throws {@link QuickSightServiceException}
|
|
313
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
61
314
|
*
|
|
62
315
|
*/
|
|
63
316
|
export declare class DescribeDataSetCommand extends $Command<DescribeDataSetCommandInput, DescribeDataSetCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -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 { DescribeDataSetPermissionsRequest, DescribeDataSetPermissionsResponse } from "../models/
|
|
4
|
+
import { DescribeDataSetPermissionsRequest, DescribeDataSetPermissionsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -33,6 +33,21 @@ export interface DescribeDataSetPermissionsCommandOutput extends DescribeDataSet
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeDataSetPermissionsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeDataSetPermissionsResponse
|
|
37
|
+
* // DataSetArn: "STRING_VALUE",
|
|
38
|
+
* // DataSetId: "STRING_VALUE",
|
|
39
|
+
* // Permissions: [ // ResourcePermissionList
|
|
40
|
+
* // { // ResourcePermission
|
|
41
|
+
* // Principal: "STRING_VALUE", // required
|
|
42
|
+
* // Actions: [ // ActionList // required
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // RequestId: "STRING_VALUE",
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
36
51
|
* ```
|
|
37
52
|
*
|
|
38
53
|
* @param DescribeDataSetPermissionsCommandInput - {@link DescribeDataSetPermissionsCommandInput}
|
|
@@ -59,6 +74,8 @@ export interface DescribeDataSetPermissionsCommandOutput extends DescribeDataSet
|
|
|
59
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
60
75
|
* <p>Access is throttled.</p>
|
|
61
76
|
*
|
|
77
|
+
* @throws {@link QuickSightServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
62
79
|
*
|
|
63
80
|
*/
|
|
64
81
|
export declare class DescribeDataSetPermissionsCommand extends $Command<DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -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 { DescribeDataSetRefreshPropertiesRequest, DescribeDataSetRefreshPropertiesResponse } from "../models/
|
|
4
|
+
import { DescribeDataSetRefreshPropertiesRequest, DescribeDataSetRefreshPropertiesResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -32,6 +32,22 @@ export interface DescribeDataSetRefreshPropertiesCommandOutput extends DescribeD
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeDataSetRefreshPropertiesCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeDataSetRefreshPropertiesResponse
|
|
36
|
+
* // RequestId: "STRING_VALUE",
|
|
37
|
+
* // Status: Number("int"),
|
|
38
|
+
* // DataSetRefreshProperties: { // DataSetRefreshProperties
|
|
39
|
+
* // RefreshConfiguration: { // RefreshConfiguration
|
|
40
|
+
* // IncrementalRefresh: { // IncrementalRefresh
|
|
41
|
+
* // LookbackWindow: { // LookbackWindow
|
|
42
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
43
|
+
* // Size: Number("long"), // required
|
|
44
|
+
* // SizeUnit: "HOUR" || "DAY" || "WEEK", // required
|
|
45
|
+
* // },
|
|
46
|
+
* // },
|
|
47
|
+
* // },
|
|
48
|
+
* // },
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
35
51
|
* ```
|
|
36
52
|
*
|
|
37
53
|
* @param DescribeDataSetRefreshPropertiesCommandInput - {@link DescribeDataSetRefreshPropertiesCommandInput}
|
|
@@ -64,6 +80,8 @@ export interface DescribeDataSetRefreshPropertiesCommandOutput extends DescribeD
|
|
|
64
80
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
81
|
* <p>Access is throttled.</p>
|
|
66
82
|
*
|
|
83
|
+
* @throws {@link QuickSightServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
67
85
|
*
|
|
68
86
|
*/
|
|
69
87
|
export declare class DescribeDataSetRefreshPropertiesCommand extends $Command<DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -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 { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/
|
|
4
|
+
import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -32,6 +32,243 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeDataSourceCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeDataSourceResponse
|
|
36
|
+
* // DataSource: { // DataSource
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // DataSourceId: "STRING_VALUE",
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS",
|
|
41
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
42
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // DataSourceParameters: { // DataSourceParameters Union: only one key present
|
|
45
|
+
* // AmazonElasticsearchParameters: { // AmazonElasticsearchParameters
|
|
46
|
+
* // Domain: "STRING_VALUE", // required
|
|
47
|
+
* // },
|
|
48
|
+
* // AthenaParameters: { // AthenaParameters
|
|
49
|
+
* // WorkGroup: "STRING_VALUE",
|
|
50
|
+
* // RoleArn: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // AuroraParameters: { // AuroraParameters
|
|
53
|
+
* // Host: "STRING_VALUE", // required
|
|
54
|
+
* // Port: Number("int"), // required
|
|
55
|
+
* // Database: "STRING_VALUE", // required
|
|
56
|
+
* // },
|
|
57
|
+
* // AuroraPostgreSqlParameters: { // AuroraPostgreSqlParameters
|
|
58
|
+
* // Host: "STRING_VALUE", // required
|
|
59
|
+
* // Port: Number("int"), // required
|
|
60
|
+
* // Database: "STRING_VALUE", // required
|
|
61
|
+
* // },
|
|
62
|
+
* // AwsIotAnalyticsParameters: { // AwsIotAnalyticsParameters
|
|
63
|
+
* // DataSetName: "STRING_VALUE", // required
|
|
64
|
+
* // },
|
|
65
|
+
* // JiraParameters: { // JiraParameters
|
|
66
|
+
* // SiteBaseUrl: "STRING_VALUE", // required
|
|
67
|
+
* // },
|
|
68
|
+
* // MariaDbParameters: { // MariaDbParameters
|
|
69
|
+
* // Host: "STRING_VALUE", // required
|
|
70
|
+
* // Port: Number("int"), // required
|
|
71
|
+
* // Database: "STRING_VALUE", // required
|
|
72
|
+
* // },
|
|
73
|
+
* // MySqlParameters: { // MySqlParameters
|
|
74
|
+
* // Host: "STRING_VALUE", // required
|
|
75
|
+
* // Port: Number("int"), // required
|
|
76
|
+
* // Database: "STRING_VALUE", // required
|
|
77
|
+
* // },
|
|
78
|
+
* // OracleParameters: { // OracleParameters
|
|
79
|
+
* // Host: "STRING_VALUE", // required
|
|
80
|
+
* // Port: Number("int"), // required
|
|
81
|
+
* // Database: "STRING_VALUE", // required
|
|
82
|
+
* // },
|
|
83
|
+
* // PostgreSqlParameters: { // PostgreSqlParameters
|
|
84
|
+
* // Host: "STRING_VALUE", // required
|
|
85
|
+
* // Port: Number("int"), // required
|
|
86
|
+
* // Database: "STRING_VALUE", // required
|
|
87
|
+
* // },
|
|
88
|
+
* // PrestoParameters: { // PrestoParameters
|
|
89
|
+
* // Host: "STRING_VALUE", // required
|
|
90
|
+
* // Port: Number("int"), // required
|
|
91
|
+
* // Catalog: "STRING_VALUE", // required
|
|
92
|
+
* // },
|
|
93
|
+
* // RdsParameters: { // RdsParameters
|
|
94
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
95
|
+
* // Database: "STRING_VALUE", // required
|
|
96
|
+
* // },
|
|
97
|
+
* // RedshiftParameters: { // RedshiftParameters
|
|
98
|
+
* // Host: "STRING_VALUE",
|
|
99
|
+
* // Port: Number("int"),
|
|
100
|
+
* // Database: "STRING_VALUE", // required
|
|
101
|
+
* // ClusterId: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // S3Parameters: { // S3Parameters
|
|
104
|
+
* // ManifestFileLocation: { // ManifestFileLocation
|
|
105
|
+
* // Bucket: "STRING_VALUE", // required
|
|
106
|
+
* // Key: "STRING_VALUE", // required
|
|
107
|
+
* // },
|
|
108
|
+
* // RoleArn: "STRING_VALUE",
|
|
109
|
+
* // },
|
|
110
|
+
* // ServiceNowParameters: { // ServiceNowParameters
|
|
111
|
+
* // SiteBaseUrl: "STRING_VALUE", // required
|
|
112
|
+
* // },
|
|
113
|
+
* // SnowflakeParameters: { // SnowflakeParameters
|
|
114
|
+
* // Host: "STRING_VALUE", // required
|
|
115
|
+
* // Database: "STRING_VALUE", // required
|
|
116
|
+
* // Warehouse: "STRING_VALUE", // required
|
|
117
|
+
* // },
|
|
118
|
+
* // SparkParameters: { // SparkParameters
|
|
119
|
+
* // Host: "STRING_VALUE", // required
|
|
120
|
+
* // Port: Number("int"), // required
|
|
121
|
+
* // },
|
|
122
|
+
* // SqlServerParameters: { // SqlServerParameters
|
|
123
|
+
* // Host: "STRING_VALUE", // required
|
|
124
|
+
* // Port: Number("int"), // required
|
|
125
|
+
* // Database: "STRING_VALUE", // required
|
|
126
|
+
* // },
|
|
127
|
+
* // TeradataParameters: { // TeradataParameters
|
|
128
|
+
* // Host: "STRING_VALUE", // required
|
|
129
|
+
* // Port: Number("int"), // required
|
|
130
|
+
* // Database: "STRING_VALUE", // required
|
|
131
|
+
* // },
|
|
132
|
+
* // TwitterParameters: { // TwitterParameters
|
|
133
|
+
* // Query: "STRING_VALUE", // required
|
|
134
|
+
* // MaxRows: Number("int"), // required
|
|
135
|
+
* // },
|
|
136
|
+
* // AmazonOpenSearchParameters: { // AmazonOpenSearchParameters
|
|
137
|
+
* // Domain: "STRING_VALUE", // required
|
|
138
|
+
* // },
|
|
139
|
+
* // ExasolParameters: { // ExasolParameters
|
|
140
|
+
* // Host: "STRING_VALUE", // required
|
|
141
|
+
* // Port: Number("int"), // required
|
|
142
|
+
* // },
|
|
143
|
+
* // DatabricksParameters: { // DatabricksParameters
|
|
144
|
+
* // Host: "STRING_VALUE", // required
|
|
145
|
+
* // Port: Number("int"), // required
|
|
146
|
+
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
147
|
+
* // },
|
|
148
|
+
* // },
|
|
149
|
+
* // AlternateDataSourceParameters: [ // DataSourceParametersList
|
|
150
|
+
* // {// Union: only one key present
|
|
151
|
+
* // AmazonElasticsearchParameters: {
|
|
152
|
+
* // Domain: "STRING_VALUE", // required
|
|
153
|
+
* // },
|
|
154
|
+
* // AthenaParameters: {
|
|
155
|
+
* // WorkGroup: "STRING_VALUE",
|
|
156
|
+
* // RoleArn: "STRING_VALUE",
|
|
157
|
+
* // },
|
|
158
|
+
* // AuroraParameters: {
|
|
159
|
+
* // Host: "STRING_VALUE", // required
|
|
160
|
+
* // Port: Number("int"), // required
|
|
161
|
+
* // Database: "STRING_VALUE", // required
|
|
162
|
+
* // },
|
|
163
|
+
* // AuroraPostgreSqlParameters: {
|
|
164
|
+
* // Host: "STRING_VALUE", // required
|
|
165
|
+
* // Port: Number("int"), // required
|
|
166
|
+
* // Database: "STRING_VALUE", // required
|
|
167
|
+
* // },
|
|
168
|
+
* // AwsIotAnalyticsParameters: {
|
|
169
|
+
* // DataSetName: "STRING_VALUE", // required
|
|
170
|
+
* // },
|
|
171
|
+
* // JiraParameters: {
|
|
172
|
+
* // SiteBaseUrl: "STRING_VALUE", // required
|
|
173
|
+
* // },
|
|
174
|
+
* // MariaDbParameters: {
|
|
175
|
+
* // Host: "STRING_VALUE", // required
|
|
176
|
+
* // Port: Number("int"), // required
|
|
177
|
+
* // Database: "STRING_VALUE", // required
|
|
178
|
+
* // },
|
|
179
|
+
* // MySqlParameters: {
|
|
180
|
+
* // Host: "STRING_VALUE", // required
|
|
181
|
+
* // Port: Number("int"), // required
|
|
182
|
+
* // Database: "STRING_VALUE", // required
|
|
183
|
+
* // },
|
|
184
|
+
* // OracleParameters: {
|
|
185
|
+
* // Host: "STRING_VALUE", // required
|
|
186
|
+
* // Port: Number("int"), // required
|
|
187
|
+
* // Database: "STRING_VALUE", // required
|
|
188
|
+
* // },
|
|
189
|
+
* // PostgreSqlParameters: {
|
|
190
|
+
* // Host: "STRING_VALUE", // required
|
|
191
|
+
* // Port: Number("int"), // required
|
|
192
|
+
* // Database: "STRING_VALUE", // required
|
|
193
|
+
* // },
|
|
194
|
+
* // PrestoParameters: {
|
|
195
|
+
* // Host: "STRING_VALUE", // required
|
|
196
|
+
* // Port: Number("int"), // required
|
|
197
|
+
* // Catalog: "STRING_VALUE", // required
|
|
198
|
+
* // },
|
|
199
|
+
* // RdsParameters: {
|
|
200
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
201
|
+
* // Database: "STRING_VALUE", // required
|
|
202
|
+
* // },
|
|
203
|
+
* // RedshiftParameters: {
|
|
204
|
+
* // Host: "STRING_VALUE",
|
|
205
|
+
* // Port: Number("int"),
|
|
206
|
+
* // Database: "STRING_VALUE", // required
|
|
207
|
+
* // ClusterId: "STRING_VALUE",
|
|
208
|
+
* // },
|
|
209
|
+
* // S3Parameters: {
|
|
210
|
+
* // ManifestFileLocation: {
|
|
211
|
+
* // Bucket: "STRING_VALUE", // required
|
|
212
|
+
* // Key: "STRING_VALUE", // required
|
|
213
|
+
* // },
|
|
214
|
+
* // RoleArn: "STRING_VALUE",
|
|
215
|
+
* // },
|
|
216
|
+
* // ServiceNowParameters: {
|
|
217
|
+
* // SiteBaseUrl: "STRING_VALUE", // required
|
|
218
|
+
* // },
|
|
219
|
+
* // SnowflakeParameters: {
|
|
220
|
+
* // Host: "STRING_VALUE", // required
|
|
221
|
+
* // Database: "STRING_VALUE", // required
|
|
222
|
+
* // Warehouse: "STRING_VALUE", // required
|
|
223
|
+
* // },
|
|
224
|
+
* // SparkParameters: {
|
|
225
|
+
* // Host: "STRING_VALUE", // required
|
|
226
|
+
* // Port: Number("int"), // required
|
|
227
|
+
* // },
|
|
228
|
+
* // SqlServerParameters: {
|
|
229
|
+
* // Host: "STRING_VALUE", // required
|
|
230
|
+
* // Port: Number("int"), // required
|
|
231
|
+
* // Database: "STRING_VALUE", // required
|
|
232
|
+
* // },
|
|
233
|
+
* // TeradataParameters: {
|
|
234
|
+
* // Host: "STRING_VALUE", // required
|
|
235
|
+
* // Port: Number("int"), // required
|
|
236
|
+
* // Database: "STRING_VALUE", // required
|
|
237
|
+
* // },
|
|
238
|
+
* // TwitterParameters: {
|
|
239
|
+
* // Query: "STRING_VALUE", // required
|
|
240
|
+
* // MaxRows: Number("int"), // required
|
|
241
|
+
* // },
|
|
242
|
+
* // AmazonOpenSearchParameters: {
|
|
243
|
+
* // Domain: "STRING_VALUE", // required
|
|
244
|
+
* // },
|
|
245
|
+
* // ExasolParameters: {
|
|
246
|
+
* // Host: "STRING_VALUE", // required
|
|
247
|
+
* // Port: Number("int"), // required
|
|
248
|
+
* // },
|
|
249
|
+
* // DatabricksParameters: {
|
|
250
|
+
* // Host: "STRING_VALUE", // required
|
|
251
|
+
* // Port: Number("int"), // required
|
|
252
|
+
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
253
|
+
* // },
|
|
254
|
+
* // },
|
|
255
|
+
* // ],
|
|
256
|
+
* // VpcConnectionProperties: { // VpcConnectionProperties
|
|
257
|
+
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
258
|
+
* // },
|
|
259
|
+
* // SslProperties: { // SslProperties
|
|
260
|
+
* // DisableSsl: true || false,
|
|
261
|
+
* // },
|
|
262
|
+
* // ErrorInfo: { // DataSourceErrorInfo
|
|
263
|
+
* // Type: "ACCESS_DENIED" || "COPY_SOURCE_NOT_FOUND" || "TIMEOUT" || "ENGINE_VERSION_NOT_SUPPORTED" || "UNKNOWN_HOST" || "GENERIC_SQL_FAILURE" || "CONFLICT" || "UNKNOWN",
|
|
264
|
+
* // Message: "STRING_VALUE",
|
|
265
|
+
* // },
|
|
266
|
+
* // SecretArn: "STRING_VALUE",
|
|
267
|
+
* // },
|
|
268
|
+
* // RequestId: "STRING_VALUE",
|
|
269
|
+
* // Status: Number("int"),
|
|
270
|
+
* // };
|
|
271
|
+
*
|
|
35
272
|
* ```
|
|
36
273
|
*
|
|
37
274
|
* @param DescribeDataSourceCommandInput - {@link DescribeDataSourceCommandInput}
|
|
@@ -58,6 +295,8 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
|
|
|
58
295
|
* @throws {@link ThrottlingException} (client fault)
|
|
59
296
|
* <p>Access is throttled.</p>
|
|
60
297
|
*
|
|
298
|
+
* @throws {@link QuickSightServiceException}
|
|
299
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
61
300
|
*
|
|
62
301
|
*/
|
|
63
302
|
export declare class DescribeDataSourceCommand extends $Command<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput, QuickSightClientResolvedConfig> {
|