@aws-sdk/client-quicksight 3.325.0 → 3.327.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +144 -0
- package/dist-cjs/QuickSight.js +36 -0
- package/dist-cjs/commands/CreateTopicCommand.js +46 -0
- package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
- package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTopicsCommand.js +45 -0
- package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
- package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/models/models_0.js +1 -11
- package/dist-cjs/models/models_1.js +46 -50
- package/dist-cjs/models/models_2.js +262 -141
- package/dist-cjs/models/models_3.js +167 -1
- package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
- package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
- package/dist-es/QuickSight.js +36 -0
- package/dist-es/commands/CreateTopicCommand.js +42 -0
- package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DeleteTopicCommand.js +41 -0
- package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeTopicCommand.js +42 -0
- package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
- package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTopicsCommand.js +41 -0
- package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicCommand.js +42 -0
- package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/index.js +18 -0
- package/dist-es/models/models_0.js +0 -9
- package/dist-es/models/models_1.js +41 -43
- package/dist-es/models/models_2.js +242 -135
- package/dist-es/models/models_3.js +161 -1
- package/dist-es/pagination/ListTopicsPaginator.js +25 -0
- package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2030 -298
- package/dist-types/QuickSight.d.ts +126 -0
- package/dist-types/QuickSightClient.d.ts +20 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +15 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +14 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +66 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +67 -4
- package/dist-types/commands/CreateDataSetCommand.d.ts +74 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +21 -4
- package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +67 -4
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4291 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4328 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +254 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +19 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +240 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +19 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +14 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +12 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -2
- package/dist-types/commands/DescribeIngestionCommand.d.ts +31 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +13 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +19 -1
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +24 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +13 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +64 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4310 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +13 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +81 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +21 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +21 -3
- package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListThemesCommand.d.ts +18 -0
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +23 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +8 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +66 -4
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +67 -4
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +74 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +19 -4
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +12 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +67 -4
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
- package/dist-types/commands/index.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +43 -91
- package/dist-types/models/models_1.d.ts +210 -281
- package/dist-types/models/models_2.d.ts +2375 -2163
- package/dist-types/models/models_3.d.ts +2468 -54
- package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
- package/dist-types/ts3.4/QuickSight.d.ts +306 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -22
- package/dist-types/ts3.4/models/models_1.d.ts +79 -75
- package/dist-types/ts3.4/models/models_2.d.ts +605 -500
- package/dist-types/ts3.4/models/models_3.d.ts +737 -9
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
- package/package.json +7 -7
|
@@ -34,6 +34,15 @@ export interface CreateFolderMembershipCommandOutput extends CreateFolderMembers
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CreateFolderMembershipCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // CreateFolderMembershipResponse
|
|
38
|
+
* // Status: Number("int"),
|
|
39
|
+
* // FolderMember: { // FolderMember
|
|
40
|
+
* // MemberId: "STRING_VALUE",
|
|
41
|
+
* // MemberType: "DASHBOARD" || "ANALYSIS" || "DATASET",
|
|
42
|
+
* // },
|
|
43
|
+
* // RequestId: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
37
46
|
* ```
|
|
38
47
|
*
|
|
39
48
|
* @param CreateFolderMembershipCommandInput - {@link CreateFolderMembershipCommandInput}
|
|
@@ -72,6 +81,8 @@ export interface CreateFolderMembershipCommandOutput extends CreateFolderMembers
|
|
|
72
81
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
73
82
|
* capability is available in every edition.</p>
|
|
74
83
|
*
|
|
84
|
+
* @throws {@link QuickSightServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
75
86
|
*
|
|
76
87
|
*/
|
|
77
88
|
export declare class CreateFolderMembershipCommand extends $Command<CreateFolderMembershipCommandInput, CreateFolderMembershipCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -38,6 +38,17 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CreateGroupCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // CreateGroupResponse
|
|
42
|
+
* // Group: { // Group
|
|
43
|
+
* // Arn: "STRING_VALUE",
|
|
44
|
+
* // GroupName: "STRING_VALUE",
|
|
45
|
+
* // Description: "STRING_VALUE",
|
|
46
|
+
* // PrincipalId: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // RequestId: "STRING_VALUE",
|
|
49
|
+
* // Status: Number("int"),
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
41
52
|
* ```
|
|
42
53
|
*
|
|
43
54
|
* @param CreateGroupCommandInput - {@link CreateGroupCommandInput}
|
|
@@ -76,6 +87,8 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
|
|
|
76
87
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
88
|
* <p>Access is throttled.</p>
|
|
78
89
|
*
|
|
90
|
+
* @throws {@link QuickSightServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
79
92
|
*
|
|
80
93
|
*/
|
|
81
94
|
export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,15 @@ export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershi
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CreateGroupMembershipCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // CreateGroupMembershipResponse
|
|
38
|
+
* // GroupMember: { // GroupMember
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // MemberName: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // RequestId: "STRING_VALUE",
|
|
43
|
+
* // Status: Number("int"),
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
37
46
|
* ```
|
|
38
47
|
*
|
|
39
48
|
* @param CreateGroupMembershipCommandInput - {@link CreateGroupMembershipCommandInput}
|
|
@@ -66,6 +75,8 @@ export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershi
|
|
|
66
75
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
76
|
* <p>Access is throttled.</p>
|
|
68
77
|
*
|
|
78
|
+
* @throws {@link QuickSightServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
80
|
*
|
|
70
81
|
*/
|
|
71
82
|
export declare class CreateGroupMembershipCommand extends $Command<CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -19,10 +19,11 @@ export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyA
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Creates an assignment with one specified IAM policy, identified by its
|
|
23
|
-
* (ARN). This policy assignment is attached to the specified groups
|
|
24
|
-
* Assignment names are unique per Amazon Web Services
|
|
25
|
-
* use assignment names that are
|
|
22
|
+
* <p>Creates an assignment with one specified IAM policy, identified by its
|
|
23
|
+
* Amazon Resource Name (ARN). This policy assignment is attached to the specified groups
|
|
24
|
+
* or users of Amazon QuickSight. Assignment names are unique per Amazon Web Services
|
|
25
|
+
* account. To avoid overwriting rules in other namespaces, use assignment names that are
|
|
26
|
+
* unique.</p>
|
|
26
27
|
* @example
|
|
27
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
28
29
|
* ```javascript
|
|
@@ -43,6 +44,20 @@ export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyA
|
|
|
43
44
|
* };
|
|
44
45
|
* const command = new CreateIAMPolicyAssignmentCommand(input);
|
|
45
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // CreateIAMPolicyAssignmentResponse
|
|
48
|
+
* // AssignmentName: "STRING_VALUE",
|
|
49
|
+
* // AssignmentId: "STRING_VALUE",
|
|
50
|
+
* // AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED",
|
|
51
|
+
* // PolicyArn: "STRING_VALUE",
|
|
52
|
+
* // Identities: { // IdentityMap
|
|
53
|
+
* // "<keys>": [ // IdentityNameList
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // },
|
|
57
|
+
* // RequestId: "STRING_VALUE",
|
|
58
|
+
* // Status: Number("int"),
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
46
61
|
* ```
|
|
47
62
|
*
|
|
48
63
|
* @param CreateIAMPolicyAssignmentCommandInput - {@link CreateIAMPolicyAssignmentCommandInput}
|
|
@@ -76,6 +91,8 @@ export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyA
|
|
|
76
91
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
92
|
* <p>Access is throttled.</p>
|
|
78
93
|
*
|
|
94
|
+
* @throws {@link QuickSightServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
79
96
|
*
|
|
80
97
|
*/
|
|
81
98
|
export declare class CreateIAMPolicyAssignmentCommand extends $Command<CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -40,6 +40,14 @@ export interface CreateIngestionCommandOutput extends CreateIngestionResponse, _
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateIngestionCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateIngestionResponse
|
|
44
|
+
* // Arn: "STRING_VALUE",
|
|
45
|
+
* // IngestionId: "STRING_VALUE",
|
|
46
|
+
* // IngestionStatus: "INITIALIZED" || "QUEUED" || "RUNNING" || "FAILED" || "COMPLETED" || "CANCELLED",
|
|
47
|
+
* // RequestId: "STRING_VALUE",
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
43
51
|
* ```
|
|
44
52
|
*
|
|
45
53
|
* @param CreateIngestionCommandInput - {@link CreateIngestionCommandInput}
|
|
@@ -72,6 +80,8 @@ export interface CreateIngestionCommandOutput extends CreateIngestionResponse, _
|
|
|
72
80
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
81
|
* <p>Access is throttled.</p>
|
|
74
82
|
*
|
|
83
|
+
* @throws {@link QuickSightServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
75
85
|
*
|
|
76
86
|
*/
|
|
77
87
|
export declare class CreateIngestionCommand extends $Command<CreateIngestionCommandInput, CreateIngestionCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -46,6 +46,16 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateNamespaceCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateNamespaceResponse
|
|
50
|
+
* // Arn: "STRING_VALUE",
|
|
51
|
+
* // Name: "STRING_VALUE",
|
|
52
|
+
* // CapacityRegion: "STRING_VALUE",
|
|
53
|
+
* // CreationStatus: "CREATED" || "CREATING" || "DELETING" || "RETRYABLE_FAILURE" || "NON_RETRYABLE_FAILURE",
|
|
54
|
+
* // IdentityStore: "QUICKSIGHT",
|
|
55
|
+
* // RequestId: "STRING_VALUE",
|
|
56
|
+
* // Status: Number("int"),
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
49
59
|
* ```
|
|
50
60
|
*
|
|
51
61
|
* @param CreateNamespaceCommandInput - {@link CreateNamespaceCommandInput}
|
|
@@ -87,6 +97,8 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
|
|
|
87
97
|
* @throws {@link ThrottlingException} (client fault)
|
|
88
98
|
* <p>Access is throttled.</p>
|
|
89
99
|
*
|
|
100
|
+
* @throws {@link QuickSightServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
90
102
|
*
|
|
91
103
|
*/
|
|
92
104
|
export declare class CreateNamespaceCommand extends $Command<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -47,6 +47,13 @@ export interface CreateRefreshScheduleCommandOutput extends CreateRefreshSchedul
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new CreateRefreshScheduleCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // CreateRefreshScheduleResponse
|
|
51
|
+
* // Status: Number("int"),
|
|
52
|
+
* // RequestId: "STRING_VALUE",
|
|
53
|
+
* // ScheduleId: "STRING_VALUE",
|
|
54
|
+
* // Arn: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
50
57
|
* ```
|
|
51
58
|
*
|
|
52
59
|
* @param CreateRefreshScheduleCommandInput - {@link CreateRefreshScheduleCommandInput}
|
|
@@ -82,6 +89,8 @@ export interface CreateRefreshScheduleCommandOutput extends CreateRefreshSchedul
|
|
|
82
89
|
* @throws {@link ThrottlingException} (client fault)
|
|
83
90
|
* <p>Access is throttled.</p>
|
|
84
91
|
*
|
|
92
|
+
* @throws {@link QuickSightServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
85
94
|
*
|
|
86
95
|
*/
|
|
87
96
|
export declare class CreateRefreshScheduleCommand extends $Command<CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,16 @@ export interface CreateTemplateAliasCommandOutput extends CreateTemplateAliasRes
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CreateTemplateAliasCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // CreateTemplateAliasResponse
|
|
38
|
+
* // TemplateAlias: { // TemplateAlias
|
|
39
|
+
* // AliasName: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // TemplateVersionNumber: Number("long"),
|
|
42
|
+
* // },
|
|
43
|
+
* // Status: Number("int"),
|
|
44
|
+
* // RequestId: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
37
47
|
* ```
|
|
38
48
|
*
|
|
39
49
|
* @param CreateTemplateAliasCommandInput - {@link CreateTemplateAliasCommandInput}
|
|
@@ -66,6 +76,8 @@ export interface CreateTemplateAliasCommandOutput extends CreateTemplateAliasRes
|
|
|
66
76
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
67
77
|
* capability is available in every edition.</p>
|
|
68
78
|
*
|
|
79
|
+
* @throws {@link QuickSightServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
81
|
*
|
|
70
82
|
*/
|
|
71
83
|
export declare class CreateTemplateAliasCommand extends $Command<CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -997,6 +997,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
997
997
|
* "STRING_VALUE",
|
|
998
998
|
* ],
|
|
999
999
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1000
|
+
* SelectedColumns: [ // CustomActionColumnList
|
|
1001
|
+
* "<ColumnIdentifier>",
|
|
1002
|
+
* ],
|
|
1000
1003
|
* },
|
|
1001
1004
|
* TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
|
|
1002
1005
|
* SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
|
|
@@ -1041,6 +1044,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1041
1044
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1042
1045
|
* SourceParameterName: "STRING_VALUE",
|
|
1043
1046
|
* SourceField: "STRING_VALUE",
|
|
1047
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1044
1048
|
* },
|
|
1045
1049
|
* },
|
|
1046
1050
|
* ],
|
|
@@ -1392,6 +1396,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1392
1396
|
* "STRING_VALUE",
|
|
1393
1397
|
* ],
|
|
1394
1398
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1399
|
+
* SelectedColumns: [
|
|
1400
|
+
* "<ColumnIdentifier>",
|
|
1401
|
+
* ],
|
|
1395
1402
|
* },
|
|
1396
1403
|
* TargetVisualsConfiguration: {
|
|
1397
1404
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1436,6 +1443,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1436
1443
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1437
1444
|
* SourceParameterName: "STRING_VALUE",
|
|
1438
1445
|
* SourceField: "STRING_VALUE",
|
|
1446
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1439
1447
|
* },
|
|
1440
1448
|
* },
|
|
1441
1449
|
* ],
|
|
@@ -1804,6 +1812,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1804
1812
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
1805
1813
|
* LabelColor: "STRING_VALUE",
|
|
1806
1814
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
1815
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1807
1816
|
* },
|
|
1808
1817
|
* Tooltip: { // TooltipOptions
|
|
1809
1818
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1837,7 +1846,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1837
1846
|
* },
|
|
1838
1847
|
* DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
|
|
1839
1848
|
* Column: "<ColumnIdentifier>", // required
|
|
1840
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1849
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1841
1850
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
1842
1851
|
* },
|
|
1843
1852
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -1884,6 +1893,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1884
1893
|
* "STRING_VALUE",
|
|
1885
1894
|
* ],
|
|
1886
1895
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1896
|
+
* SelectedColumns: [
|
|
1897
|
+
* "<ColumnIdentifier>",
|
|
1898
|
+
* ],
|
|
1887
1899
|
* },
|
|
1888
1900
|
* TargetVisualsConfiguration: {
|
|
1889
1901
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1928,6 +1940,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1928
1940
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1929
1941
|
* SourceParameterName: "STRING_VALUE",
|
|
1930
1942
|
* SourceField: "STRING_VALUE",
|
|
1943
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1931
1944
|
* },
|
|
1932
1945
|
* },
|
|
1933
1946
|
* ],
|
|
@@ -2163,6 +2176,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
2163
2176
|
* "STRING_VALUE",
|
|
2164
2177
|
* ],
|
|
2165
2178
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2179
|
+
* SelectedColumns: [
|
|
2180
|
+
* "<ColumnIdentifier>",
|
|
2181
|
+
* ],
|
|
2166
2182
|
* },
|
|
2167
2183
|
* TargetVisualsConfiguration: {
|
|
2168
2184
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2207,6 +2223,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
2207
2223
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2208
2224
|
* SourceParameterName: "STRING_VALUE",
|
|
2209
2225
|
* SourceField: "STRING_VALUE",
|
|
2226
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2210
2227
|
* },
|
|
2211
2228
|
* },
|
|
2212
2229
|
* ],
|
|
@@ -2413,6 +2430,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
2413
2430
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2414
2431
|
* LabelColor: "STRING_VALUE",
|
|
2415
2432
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2433
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2416
2434
|
* },
|
|
2417
2435
|
* Tooltip: {
|
|
2418
2436
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2470,6 +2488,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
2470
2488
|
* "STRING_VALUE",
|
|
2471
2489
|
* ],
|
|
2472
2490
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2491
|
+
* SelectedColumns: [
|
|
2492
|
+
* "<ColumnIdentifier>",
|
|
2493
|
+
* ],
|
|
2473
2494
|
* },
|
|
2474
2495
|
* TargetVisualsConfiguration: {
|
|
2475
2496
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2514,6 +2535,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
2514
2535
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2515
2536
|
* SourceParameterName: "STRING_VALUE",
|
|
2516
2537
|
* SourceField: "STRING_VALUE",
|
|
2538
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2517
2539
|
* },
|
|
2518
2540
|
* },
|
|
2519
2541
|
* ],
|
|
@@ -2607,6 +2629,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
2607
2629
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2608
2630
|
* LabelColor: "STRING_VALUE",
|
|
2609
2631
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2632
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2610
2633
|
* },
|
|
2611
2634
|
* TooltipOptions: {
|
|
2612
2635
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2972,6 +2995,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
2972
2995
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2973
2996
|
* LabelColor: "STRING_VALUE",
|
|
2974
2997
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2998
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2975
2999
|
* },
|
|
2976
3000
|
* ReferenceLines: [
|
|
2977
3001
|
* {
|
|
@@ -2982,7 +3006,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
2982
3006
|
* },
|
|
2983
3007
|
* DynamicConfiguration: {
|
|
2984
3008
|
* Column: "<ColumnIdentifier>", // required
|
|
2985
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3009
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
2986
3010
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
2987
3011
|
* },
|
|
2988
3012
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3149,6 +3173,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3149
3173
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
3150
3174
|
* LabelColor: "STRING_VALUE",
|
|
3151
3175
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3176
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
3152
3177
|
* },
|
|
3153
3178
|
* Tooltip: {
|
|
3154
3179
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3394,11 +3419,14 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3394
3419
|
* YAxis: "<MeasureFieldList>",
|
|
3395
3420
|
* Category: "<DimensionFieldList>",
|
|
3396
3421
|
* Size: "<MeasureFieldList>",
|
|
3422
|
+
* Label: "<DimensionFieldList>",
|
|
3397
3423
|
* },
|
|
3398
3424
|
* ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
|
|
3399
3425
|
* XAxis: "<DimensionFieldList>",
|
|
3400
3426
|
* YAxis: "<DimensionFieldList>",
|
|
3401
3427
|
* Size: "<MeasureFieldList>",
|
|
3428
|
+
* Category: "<DimensionFieldList>",
|
|
3429
|
+
* Label: "<DimensionFieldList>",
|
|
3402
3430
|
* },
|
|
3403
3431
|
* },
|
|
3404
3432
|
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
@@ -3453,7 +3481,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3453
3481
|
* },
|
|
3454
3482
|
* DynamicConfiguration: {
|
|
3455
3483
|
* Column: "<ColumnIdentifier>", // required
|
|
3456
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3484
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3457
3485
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3458
3486
|
* },
|
|
3459
3487
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3526,7 +3554,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3526
3554
|
* },
|
|
3527
3555
|
* DynamicConfiguration: {
|
|
3528
3556
|
* Column: "<ColumnIdentifier>", // required
|
|
3529
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3557
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3530
3558
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3531
3559
|
* },
|
|
3532
3560
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -4057,6 +4085,12 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
4057
4085
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4058
4086
|
* CustomValue: "STRING_VALUE",
|
|
4059
4087
|
* },
|
|
4088
|
+
* MappedDataSetParameters: [ // MappedDataSetParameters
|
|
4089
|
+
* { // MappedDataSetParameter
|
|
4090
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4091
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4092
|
+
* },
|
|
4093
|
+
* ],
|
|
4060
4094
|
* },
|
|
4061
4095
|
* DecimalParameterDeclaration: { // DecimalParameterDeclaration
|
|
4062
4096
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4073,6 +4107,12 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
4073
4107
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4074
4108
|
* CustomValue: Number("double"),
|
|
4075
4109
|
* },
|
|
4110
|
+
* MappedDataSetParameters: [
|
|
4111
|
+
* {
|
|
4112
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4113
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4114
|
+
* },
|
|
4115
|
+
* ],
|
|
4076
4116
|
* },
|
|
4077
4117
|
* IntegerParameterDeclaration: { // IntegerParameterDeclaration
|
|
4078
4118
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4089,6 +4129,12 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
4089
4129
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4090
4130
|
* CustomValue: Number("long"),
|
|
4091
4131
|
* },
|
|
4132
|
+
* MappedDataSetParameters: [
|
|
4133
|
+
* {
|
|
4134
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4135
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4136
|
+
* },
|
|
4137
|
+
* ],
|
|
4092
4138
|
* },
|
|
4093
4139
|
* DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
|
|
4094
4140
|
* Name: "STRING_VALUE", // required
|
|
@@ -4109,6 +4155,12 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
4109
4155
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4110
4156
|
* CustomValue: new Date("TIMESTAMP"),
|
|
4111
4157
|
* },
|
|
4158
|
+
* MappedDataSetParameters: [
|
|
4159
|
+
* {
|
|
4160
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4161
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4162
|
+
* },
|
|
4163
|
+
* ],
|
|
4112
4164
|
* },
|
|
4113
4165
|
* },
|
|
4114
4166
|
* ],
|
|
@@ -4304,6 +4356,15 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
4304
4356
|
* };
|
|
4305
4357
|
* const command = new CreateTemplateCommand(input);
|
|
4306
4358
|
* const response = await client.send(command);
|
|
4359
|
+
* // { // CreateTemplateResponse
|
|
4360
|
+
* // Arn: "STRING_VALUE",
|
|
4361
|
+
* // VersionArn: "STRING_VALUE",
|
|
4362
|
+
* // TemplateId: "STRING_VALUE",
|
|
4363
|
+
* // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
4364
|
+
* // Status: Number("int"),
|
|
4365
|
+
* // RequestId: "STRING_VALUE",
|
|
4366
|
+
* // };
|
|
4367
|
+
*
|
|
4307
4368
|
* ```
|
|
4308
4369
|
*
|
|
4309
4370
|
* @param CreateTemplateCommandInput - {@link CreateTemplateCommandInput}
|
|
@@ -4345,6 +4406,8 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
4345
4406
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
4346
4407
|
* capability is available in every edition.</p>
|
|
4347
4408
|
*
|
|
4409
|
+
* @throws {@link QuickSightServiceException}
|
|
4410
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
4348
4411
|
*
|
|
4349
4412
|
*/
|
|
4350
4413
|
export declare class CreateTemplateCommand extends $Command<CreateTemplateCommandInput, CreateTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,16 @@ export interface CreateThemeAliasCommandOutput extends CreateThemeAliasResponse,
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CreateThemeAliasCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // CreateThemeAliasResponse
|
|
38
|
+
* // ThemeAlias: { // ThemeAlias
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // AliasName: "STRING_VALUE",
|
|
41
|
+
* // ThemeVersionNumber: Number("long"),
|
|
42
|
+
* // },
|
|
43
|
+
* // Status: Number("int"),
|
|
44
|
+
* // RequestId: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
37
47
|
* ```
|
|
38
48
|
*
|
|
39
49
|
* @param CreateThemeAliasCommandInput - {@link CreateThemeAliasCommandInput}
|
|
@@ -69,6 +79,8 @@ export interface CreateThemeAliasCommandOutput extends CreateThemeAliasResponse,
|
|
|
69
79
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
70
80
|
* capability is available in every edition.</p>
|
|
71
81
|
*
|
|
82
|
+
* @throws {@link QuickSightServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
72
84
|
*
|
|
73
85
|
*/
|
|
74
86
|
export declare class CreateThemeAliasCommand extends $Command<CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -103,6 +103,15 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
103
103
|
* };
|
|
104
104
|
* const command = new CreateThemeCommand(input);
|
|
105
105
|
* const response = await client.send(command);
|
|
106
|
+
* // { // CreateThemeResponse
|
|
107
|
+
* // Arn: "STRING_VALUE",
|
|
108
|
+
* // VersionArn: "STRING_VALUE",
|
|
109
|
+
* // ThemeId: "STRING_VALUE",
|
|
110
|
+
* // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
111
|
+
* // Status: Number("int"),
|
|
112
|
+
* // RequestId: "STRING_VALUE",
|
|
113
|
+
* // };
|
|
114
|
+
*
|
|
106
115
|
* ```
|
|
107
116
|
*
|
|
108
117
|
* @param CreateThemeCommandInput - {@link CreateThemeCommandInput}
|
|
@@ -141,6 +150,8 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
141
150
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
142
151
|
* capability is available in every edition.</p>
|
|
143
152
|
*
|
|
153
|
+
* @throws {@link QuickSightServiceException}
|
|
154
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
144
155
|
*
|
|
145
156
|
*/
|
|
146
157
|
export declare class CreateThemeCommand extends $Command<CreateThemeCommandInput, CreateThemeCommandOutput, QuickSightClientResolvedConfig> {
|