@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
|
@@ -1003,6 +1003,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1003
1003
|
* "STRING_VALUE",
|
|
1004
1004
|
* ],
|
|
1005
1005
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1006
|
+
* SelectedColumns: [ // CustomActionColumnList
|
|
1007
|
+
* "<ColumnIdentifier>",
|
|
1008
|
+
* ],
|
|
1006
1009
|
* },
|
|
1007
1010
|
* TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
|
|
1008
1011
|
* SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
|
|
@@ -1047,6 +1050,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1047
1050
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1048
1051
|
* SourceParameterName: "STRING_VALUE",
|
|
1049
1052
|
* SourceField: "STRING_VALUE",
|
|
1053
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1050
1054
|
* },
|
|
1051
1055
|
* },
|
|
1052
1056
|
* ],
|
|
@@ -1398,6 +1402,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1398
1402
|
* "STRING_VALUE",
|
|
1399
1403
|
* ],
|
|
1400
1404
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1405
|
+
* SelectedColumns: [
|
|
1406
|
+
* "<ColumnIdentifier>",
|
|
1407
|
+
* ],
|
|
1401
1408
|
* },
|
|
1402
1409
|
* TargetVisualsConfiguration: {
|
|
1403
1410
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1442,6 +1449,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1442
1449
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1443
1450
|
* SourceParameterName: "STRING_VALUE",
|
|
1444
1451
|
* SourceField: "STRING_VALUE",
|
|
1452
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1445
1453
|
* },
|
|
1446
1454
|
* },
|
|
1447
1455
|
* ],
|
|
@@ -1810,6 +1818,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1810
1818
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
1811
1819
|
* LabelColor: "STRING_VALUE",
|
|
1812
1820
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
1821
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1813
1822
|
* },
|
|
1814
1823
|
* Tooltip: { // TooltipOptions
|
|
1815
1824
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1843,7 +1852,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1843
1852
|
* },
|
|
1844
1853
|
* DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
|
|
1845
1854
|
* Column: "<ColumnIdentifier>", // required
|
|
1846
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1855
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1847
1856
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
1848
1857
|
* },
|
|
1849
1858
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -1890,6 +1899,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1890
1899
|
* "STRING_VALUE",
|
|
1891
1900
|
* ],
|
|
1892
1901
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1902
|
+
* SelectedColumns: [
|
|
1903
|
+
* "<ColumnIdentifier>",
|
|
1904
|
+
* ],
|
|
1893
1905
|
* },
|
|
1894
1906
|
* TargetVisualsConfiguration: {
|
|
1895
1907
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1934,6 +1946,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1934
1946
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1935
1947
|
* SourceParameterName: "STRING_VALUE",
|
|
1936
1948
|
* SourceField: "STRING_VALUE",
|
|
1949
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1937
1950
|
* },
|
|
1938
1951
|
* },
|
|
1939
1952
|
* ],
|
|
@@ -2169,6 +2182,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
2169
2182
|
* "STRING_VALUE",
|
|
2170
2183
|
* ],
|
|
2171
2184
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2185
|
+
* SelectedColumns: [
|
|
2186
|
+
* "<ColumnIdentifier>",
|
|
2187
|
+
* ],
|
|
2172
2188
|
* },
|
|
2173
2189
|
* TargetVisualsConfiguration: {
|
|
2174
2190
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2213,6 +2229,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
2213
2229
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2214
2230
|
* SourceParameterName: "STRING_VALUE",
|
|
2215
2231
|
* SourceField: "STRING_VALUE",
|
|
2232
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2216
2233
|
* },
|
|
2217
2234
|
* },
|
|
2218
2235
|
* ],
|
|
@@ -2419,6 +2436,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
2419
2436
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2420
2437
|
* LabelColor: "STRING_VALUE",
|
|
2421
2438
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2439
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2422
2440
|
* },
|
|
2423
2441
|
* Tooltip: {
|
|
2424
2442
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2476,6 +2494,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
2476
2494
|
* "STRING_VALUE",
|
|
2477
2495
|
* ],
|
|
2478
2496
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2497
|
+
* SelectedColumns: [
|
|
2498
|
+
* "<ColumnIdentifier>",
|
|
2499
|
+
* ],
|
|
2479
2500
|
* },
|
|
2480
2501
|
* TargetVisualsConfiguration: {
|
|
2481
2502
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2520,6 +2541,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
2520
2541
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2521
2542
|
* SourceParameterName: "STRING_VALUE",
|
|
2522
2543
|
* SourceField: "STRING_VALUE",
|
|
2544
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2523
2545
|
* },
|
|
2524
2546
|
* },
|
|
2525
2547
|
* ],
|
|
@@ -2613,6 +2635,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
2613
2635
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2614
2636
|
* LabelColor: "STRING_VALUE",
|
|
2615
2637
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2638
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2616
2639
|
* },
|
|
2617
2640
|
* TooltipOptions: {
|
|
2618
2641
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2978,6 +3001,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
2978
3001
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2979
3002
|
* LabelColor: "STRING_VALUE",
|
|
2980
3003
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3004
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2981
3005
|
* },
|
|
2982
3006
|
* ReferenceLines: [
|
|
2983
3007
|
* {
|
|
@@ -2988,7 +3012,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
2988
3012
|
* },
|
|
2989
3013
|
* DynamicConfiguration: {
|
|
2990
3014
|
* Column: "<ColumnIdentifier>", // required
|
|
2991
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3015
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
2992
3016
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
2993
3017
|
* },
|
|
2994
3018
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3155,6 +3179,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3155
3179
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
3156
3180
|
* LabelColor: "STRING_VALUE",
|
|
3157
3181
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3182
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
3158
3183
|
* },
|
|
3159
3184
|
* Tooltip: {
|
|
3160
3185
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3400,11 +3425,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3400
3425
|
* YAxis: "<MeasureFieldList>",
|
|
3401
3426
|
* Category: "<DimensionFieldList>",
|
|
3402
3427
|
* Size: "<MeasureFieldList>",
|
|
3428
|
+
* Label: "<DimensionFieldList>",
|
|
3403
3429
|
* },
|
|
3404
3430
|
* ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
|
|
3405
3431
|
* XAxis: "<DimensionFieldList>",
|
|
3406
3432
|
* YAxis: "<DimensionFieldList>",
|
|
3407
3433
|
* Size: "<MeasureFieldList>",
|
|
3434
|
+
* Category: "<DimensionFieldList>",
|
|
3435
|
+
* Label: "<DimensionFieldList>",
|
|
3408
3436
|
* },
|
|
3409
3437
|
* },
|
|
3410
3438
|
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
@@ -3459,7 +3487,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3459
3487
|
* },
|
|
3460
3488
|
* DynamicConfiguration: {
|
|
3461
3489
|
* Column: "<ColumnIdentifier>", // required
|
|
3462
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3490
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3463
3491
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3464
3492
|
* },
|
|
3465
3493
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3532,7 +3560,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3532
3560
|
* },
|
|
3533
3561
|
* DynamicConfiguration: {
|
|
3534
3562
|
* Column: "<ColumnIdentifier>", // required
|
|
3535
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3563
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3536
3564
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3537
3565
|
* },
|
|
3538
3566
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -4063,6 +4091,12 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
4063
4091
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4064
4092
|
* CustomValue: "STRING_VALUE",
|
|
4065
4093
|
* },
|
|
4094
|
+
* MappedDataSetParameters: [ // MappedDataSetParameters
|
|
4095
|
+
* { // MappedDataSetParameter
|
|
4096
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4097
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4098
|
+
* },
|
|
4099
|
+
* ],
|
|
4066
4100
|
* },
|
|
4067
4101
|
* DecimalParameterDeclaration: { // DecimalParameterDeclaration
|
|
4068
4102
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4079,6 +4113,12 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
4079
4113
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4080
4114
|
* CustomValue: Number("double"),
|
|
4081
4115
|
* },
|
|
4116
|
+
* MappedDataSetParameters: [
|
|
4117
|
+
* {
|
|
4118
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4119
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4120
|
+
* },
|
|
4121
|
+
* ],
|
|
4082
4122
|
* },
|
|
4083
4123
|
* IntegerParameterDeclaration: { // IntegerParameterDeclaration
|
|
4084
4124
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4095,6 +4135,12 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
4095
4135
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4096
4136
|
* CustomValue: Number("long"),
|
|
4097
4137
|
* },
|
|
4138
|
+
* MappedDataSetParameters: [
|
|
4139
|
+
* {
|
|
4140
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4141
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4142
|
+
* },
|
|
4143
|
+
* ],
|
|
4098
4144
|
* },
|
|
4099
4145
|
* DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
|
|
4100
4146
|
* Name: "STRING_VALUE", // required
|
|
@@ -4115,6 +4161,12 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
4115
4161
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4116
4162
|
* CustomValue: new Date("TIMESTAMP"),
|
|
4117
4163
|
* },
|
|
4164
|
+
* MappedDataSetParameters: [
|
|
4165
|
+
* {
|
|
4166
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4167
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4168
|
+
* },
|
|
4169
|
+
* ],
|
|
4118
4170
|
* },
|
|
4119
4171
|
* },
|
|
4120
4172
|
* ],
|
|
@@ -4310,6 +4362,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
4310
4362
|
* };
|
|
4311
4363
|
* const command = new CreateAnalysisCommand(input);
|
|
4312
4364
|
* const response = await client.send(command);
|
|
4365
|
+
* // { // CreateAnalysisResponse
|
|
4366
|
+
* // Arn: "STRING_VALUE",
|
|
4367
|
+
* // AnalysisId: "STRING_VALUE",
|
|
4368
|
+
* // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
4369
|
+
* // Status: Number("int"),
|
|
4370
|
+
* // RequestId: "STRING_VALUE",
|
|
4371
|
+
* // };
|
|
4372
|
+
*
|
|
4313
4373
|
* ```
|
|
4314
4374
|
*
|
|
4315
4375
|
* @param CreateAnalysisCommandInput - {@link CreateAnalysisCommandInput}
|
|
@@ -4345,6 +4405,8 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
4345
4405
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
4346
4406
|
* capability is available in every edition.</p>
|
|
4347
4407
|
*
|
|
4408
|
+
* @throws {@link QuickSightServiceException}
|
|
4409
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
4348
4410
|
*
|
|
4349
4411
|
*/
|
|
4350
4412
|
export declare class CreateAnalysisCommand extends $Command<CreateAnalysisCommandInput, CreateAnalysisCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -1049,6 +1049,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1049
1049
|
* "STRING_VALUE",
|
|
1050
1050
|
* ],
|
|
1051
1051
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1052
|
+
* SelectedColumns: [ // CustomActionColumnList
|
|
1053
|
+
* "<ColumnIdentifier>",
|
|
1054
|
+
* ],
|
|
1052
1055
|
* },
|
|
1053
1056
|
* TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
|
|
1054
1057
|
* SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
|
|
@@ -1093,6 +1096,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1093
1096
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1094
1097
|
* SourceParameterName: "STRING_VALUE",
|
|
1095
1098
|
* SourceField: "STRING_VALUE",
|
|
1099
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1096
1100
|
* },
|
|
1097
1101
|
* },
|
|
1098
1102
|
* ],
|
|
@@ -1444,6 +1448,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1444
1448
|
* "STRING_VALUE",
|
|
1445
1449
|
* ],
|
|
1446
1450
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1451
|
+
* SelectedColumns: [
|
|
1452
|
+
* "<ColumnIdentifier>",
|
|
1453
|
+
* ],
|
|
1447
1454
|
* },
|
|
1448
1455
|
* TargetVisualsConfiguration: {
|
|
1449
1456
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1488,6 +1495,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1488
1495
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1489
1496
|
* SourceParameterName: "STRING_VALUE",
|
|
1490
1497
|
* SourceField: "STRING_VALUE",
|
|
1498
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1491
1499
|
* },
|
|
1492
1500
|
* },
|
|
1493
1501
|
* ],
|
|
@@ -1856,6 +1864,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1856
1864
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
1857
1865
|
* LabelColor: "STRING_VALUE",
|
|
1858
1866
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
1867
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1859
1868
|
* },
|
|
1860
1869
|
* Tooltip: { // TooltipOptions
|
|
1861
1870
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1889,7 +1898,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1889
1898
|
* },
|
|
1890
1899
|
* DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
|
|
1891
1900
|
* Column: "<ColumnIdentifier>", // required
|
|
1892
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1901
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1893
1902
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
1894
1903
|
* },
|
|
1895
1904
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -1936,6 +1945,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1936
1945
|
* "STRING_VALUE",
|
|
1937
1946
|
* ],
|
|
1938
1947
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1948
|
+
* SelectedColumns: [
|
|
1949
|
+
* "<ColumnIdentifier>",
|
|
1950
|
+
* ],
|
|
1939
1951
|
* },
|
|
1940
1952
|
* TargetVisualsConfiguration: {
|
|
1941
1953
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1980,6 +1992,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1980
1992
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1981
1993
|
* SourceParameterName: "STRING_VALUE",
|
|
1982
1994
|
* SourceField: "STRING_VALUE",
|
|
1995
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1983
1996
|
* },
|
|
1984
1997
|
* },
|
|
1985
1998
|
* ],
|
|
@@ -2215,6 +2228,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
2215
2228
|
* "STRING_VALUE",
|
|
2216
2229
|
* ],
|
|
2217
2230
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2231
|
+
* SelectedColumns: [
|
|
2232
|
+
* "<ColumnIdentifier>",
|
|
2233
|
+
* ],
|
|
2218
2234
|
* },
|
|
2219
2235
|
* TargetVisualsConfiguration: {
|
|
2220
2236
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2259,6 +2275,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
2259
2275
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2260
2276
|
* SourceParameterName: "STRING_VALUE",
|
|
2261
2277
|
* SourceField: "STRING_VALUE",
|
|
2278
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2262
2279
|
* },
|
|
2263
2280
|
* },
|
|
2264
2281
|
* ],
|
|
@@ -2465,6 +2482,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
2465
2482
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2466
2483
|
* LabelColor: "STRING_VALUE",
|
|
2467
2484
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2485
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2468
2486
|
* },
|
|
2469
2487
|
* Tooltip: {
|
|
2470
2488
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2522,6 +2540,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
2522
2540
|
* "STRING_VALUE",
|
|
2523
2541
|
* ],
|
|
2524
2542
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2543
|
+
* SelectedColumns: [
|
|
2544
|
+
* "<ColumnIdentifier>",
|
|
2545
|
+
* ],
|
|
2525
2546
|
* },
|
|
2526
2547
|
* TargetVisualsConfiguration: {
|
|
2527
2548
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2566,6 +2587,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
2566
2587
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2567
2588
|
* SourceParameterName: "STRING_VALUE",
|
|
2568
2589
|
* SourceField: "STRING_VALUE",
|
|
2590
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2569
2591
|
* },
|
|
2570
2592
|
* },
|
|
2571
2593
|
* ],
|
|
@@ -2659,6 +2681,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
2659
2681
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2660
2682
|
* LabelColor: "STRING_VALUE",
|
|
2661
2683
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2684
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2662
2685
|
* },
|
|
2663
2686
|
* TooltipOptions: {
|
|
2664
2687
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3024,6 +3047,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3024
3047
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
3025
3048
|
* LabelColor: "STRING_VALUE",
|
|
3026
3049
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3050
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
3027
3051
|
* },
|
|
3028
3052
|
* ReferenceLines: [
|
|
3029
3053
|
* {
|
|
@@ -3034,7 +3058,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3034
3058
|
* },
|
|
3035
3059
|
* DynamicConfiguration: {
|
|
3036
3060
|
* Column: "<ColumnIdentifier>", // required
|
|
3037
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3061
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3038
3062
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3039
3063
|
* },
|
|
3040
3064
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3201,6 +3225,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3201
3225
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
3202
3226
|
* LabelColor: "STRING_VALUE",
|
|
3203
3227
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3228
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
3204
3229
|
* },
|
|
3205
3230
|
* Tooltip: {
|
|
3206
3231
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3446,11 +3471,14 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3446
3471
|
* YAxis: "<MeasureFieldList>",
|
|
3447
3472
|
* Category: "<DimensionFieldList>",
|
|
3448
3473
|
* Size: "<MeasureFieldList>",
|
|
3474
|
+
* Label: "<DimensionFieldList>",
|
|
3449
3475
|
* },
|
|
3450
3476
|
* ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
|
|
3451
3477
|
* XAxis: "<DimensionFieldList>",
|
|
3452
3478
|
* YAxis: "<DimensionFieldList>",
|
|
3453
3479
|
* Size: "<MeasureFieldList>",
|
|
3480
|
+
* Category: "<DimensionFieldList>",
|
|
3481
|
+
* Label: "<DimensionFieldList>",
|
|
3454
3482
|
* },
|
|
3455
3483
|
* },
|
|
3456
3484
|
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
@@ -3505,7 +3533,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3505
3533
|
* },
|
|
3506
3534
|
* DynamicConfiguration: {
|
|
3507
3535
|
* Column: "<ColumnIdentifier>", // required
|
|
3508
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3536
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3509
3537
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3510
3538
|
* },
|
|
3511
3539
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3578,7 +3606,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3578
3606
|
* },
|
|
3579
3607
|
* DynamicConfiguration: {
|
|
3580
3608
|
* Column: "<ColumnIdentifier>", // required
|
|
3581
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3609
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3582
3610
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3583
3611
|
* },
|
|
3584
3612
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -4109,6 +4137,12 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
4109
4137
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4110
4138
|
* CustomValue: "STRING_VALUE",
|
|
4111
4139
|
* },
|
|
4140
|
+
* MappedDataSetParameters: [ // MappedDataSetParameters
|
|
4141
|
+
* { // MappedDataSetParameter
|
|
4142
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4143
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4144
|
+
* },
|
|
4145
|
+
* ],
|
|
4112
4146
|
* },
|
|
4113
4147
|
* DecimalParameterDeclaration: { // DecimalParameterDeclaration
|
|
4114
4148
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4125,6 +4159,12 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
4125
4159
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4126
4160
|
* CustomValue: Number("double"),
|
|
4127
4161
|
* },
|
|
4162
|
+
* MappedDataSetParameters: [
|
|
4163
|
+
* {
|
|
4164
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4165
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4166
|
+
* },
|
|
4167
|
+
* ],
|
|
4128
4168
|
* },
|
|
4129
4169
|
* IntegerParameterDeclaration: { // IntegerParameterDeclaration
|
|
4130
4170
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4141,6 +4181,12 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
4141
4181
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4142
4182
|
* CustomValue: Number("long"),
|
|
4143
4183
|
* },
|
|
4184
|
+
* MappedDataSetParameters: [
|
|
4185
|
+
* {
|
|
4186
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4187
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4188
|
+
* },
|
|
4189
|
+
* ],
|
|
4144
4190
|
* },
|
|
4145
4191
|
* DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
|
|
4146
4192
|
* Name: "STRING_VALUE", // required
|
|
@@ -4161,6 +4207,12 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
4161
4207
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4162
4208
|
* CustomValue: new Date("TIMESTAMP"),
|
|
4163
4209
|
* },
|
|
4210
|
+
* MappedDataSetParameters: [
|
|
4211
|
+
* {
|
|
4212
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4213
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4214
|
+
* },
|
|
4215
|
+
* ],
|
|
4164
4216
|
* },
|
|
4165
4217
|
* },
|
|
4166
4218
|
* ],
|
|
@@ -4356,6 +4408,15 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
4356
4408
|
* };
|
|
4357
4409
|
* const command = new CreateDashboardCommand(input);
|
|
4358
4410
|
* const response = await client.send(command);
|
|
4411
|
+
* // { // CreateDashboardResponse
|
|
4412
|
+
* // Arn: "STRING_VALUE",
|
|
4413
|
+
* // VersionArn: "STRING_VALUE",
|
|
4414
|
+
* // DashboardId: "STRING_VALUE",
|
|
4415
|
+
* // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
4416
|
+
* // Status: Number("int"),
|
|
4417
|
+
* // RequestId: "STRING_VALUE",
|
|
4418
|
+
* // };
|
|
4419
|
+
*
|
|
4359
4420
|
* ```
|
|
4360
4421
|
*
|
|
4361
4422
|
* @param CreateDashboardCommandInput - {@link CreateDashboardCommandInput}
|
|
@@ -4391,6 +4452,8 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
4391
4452
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
4392
4453
|
* capability is available in every edition.</p>
|
|
4393
4454
|
*
|
|
4455
|
+
* @throws {@link QuickSightServiceException}
|
|
4456
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
4394
4457
|
*
|
|
4395
4458
|
*/
|
|
4396
4459
|
export declare class CreateDashboardCommand extends $Command<CreateDashboardCommandInput, CreateDashboardCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -121,6 +121,24 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
|
|
|
121
121
|
* "COLUMN_GEOGRAPHIC_ROLE" || "COLUMN_DESCRIPTION",
|
|
122
122
|
* ],
|
|
123
123
|
* },
|
|
124
|
+
* OverrideDatasetParameterOperation: { // OverrideDatasetParameterOperation
|
|
125
|
+
* ParameterName: "STRING_VALUE", // required
|
|
126
|
+
* NewParameterName: "STRING_VALUE",
|
|
127
|
+
* NewDefaultValues: { // NewDefaultValues
|
|
128
|
+
* StringStaticValues: [ // StringDatasetParameterValueList
|
|
129
|
+
* "STRING_VALUE",
|
|
130
|
+
* ],
|
|
131
|
+
* DecimalStaticValues: [ // DecimalDatasetParameterValueList
|
|
132
|
+
* Number("double"),
|
|
133
|
+
* ],
|
|
134
|
+
* DateTimeStaticValues: [ // DateTimeDatasetParameterValueList
|
|
135
|
+
* new Date("TIMESTAMP"),
|
|
136
|
+
* ],
|
|
137
|
+
* IntegerStaticValues: [ // IntegerDatasetParameterValueList
|
|
138
|
+
* Number("long"),
|
|
139
|
+
* ],
|
|
140
|
+
* },
|
|
141
|
+
* },
|
|
124
142
|
* },
|
|
125
143
|
* ],
|
|
126
144
|
* Source: { // LogicalTableSource
|
|
@@ -212,9 +230,63 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
|
|
|
212
230
|
* DisableUseAsDirectQuerySource: true || false,
|
|
213
231
|
* DisableUseAsImportedSource: true || false,
|
|
214
232
|
* },
|
|
233
|
+
* DatasetParameters: [ // DatasetParameterList
|
|
234
|
+
* { // DatasetParameter
|
|
235
|
+
* StringDatasetParameter: { // StringDatasetParameter
|
|
236
|
+
* Id: "STRING_VALUE", // required
|
|
237
|
+
* Name: "STRING_VALUE", // required
|
|
238
|
+
* ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
239
|
+
* DefaultValues: { // StringDatasetParameterDefaultValues
|
|
240
|
+
* StaticValues: [
|
|
241
|
+
* "STRING_VALUE",
|
|
242
|
+
* ],
|
|
243
|
+
* },
|
|
244
|
+
* },
|
|
245
|
+
* DecimalDatasetParameter: { // DecimalDatasetParameter
|
|
246
|
+
* Id: "STRING_VALUE", // required
|
|
247
|
+
* Name: "STRING_VALUE", // required
|
|
248
|
+
* ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
249
|
+
* DefaultValues: { // DecimalDatasetParameterDefaultValues
|
|
250
|
+
* StaticValues: [
|
|
251
|
+
* Number("double"),
|
|
252
|
+
* ],
|
|
253
|
+
* },
|
|
254
|
+
* },
|
|
255
|
+
* IntegerDatasetParameter: { // IntegerDatasetParameter
|
|
256
|
+
* Id: "STRING_VALUE", // required
|
|
257
|
+
* Name: "STRING_VALUE", // required
|
|
258
|
+
* ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
259
|
+
* DefaultValues: { // IntegerDatasetParameterDefaultValues
|
|
260
|
+
* StaticValues: [
|
|
261
|
+
* Number("long"),
|
|
262
|
+
* ],
|
|
263
|
+
* },
|
|
264
|
+
* },
|
|
265
|
+
* DateTimeDatasetParameter: { // DateTimeDatasetParameter
|
|
266
|
+
* Id: "STRING_VALUE", // required
|
|
267
|
+
* Name: "STRING_VALUE", // required
|
|
268
|
+
* ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
269
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
270
|
+
* DefaultValues: { // DateTimeDatasetParameterDefaultValues
|
|
271
|
+
* StaticValues: [
|
|
272
|
+
* new Date("TIMESTAMP"),
|
|
273
|
+
* ],
|
|
274
|
+
* },
|
|
275
|
+
* },
|
|
276
|
+
* },
|
|
277
|
+
* ],
|
|
215
278
|
* };
|
|
216
279
|
* const command = new CreateDataSetCommand(input);
|
|
217
280
|
* const response = await client.send(command);
|
|
281
|
+
* // { // CreateDataSetResponse
|
|
282
|
+
* // Arn: "STRING_VALUE",
|
|
283
|
+
* // DataSetId: "STRING_VALUE",
|
|
284
|
+
* // IngestionArn: "STRING_VALUE",
|
|
285
|
+
* // IngestionId: "STRING_VALUE",
|
|
286
|
+
* // RequestId: "STRING_VALUE",
|
|
287
|
+
* // Status: Number("int"),
|
|
288
|
+
* // };
|
|
289
|
+
*
|
|
218
290
|
* ```
|
|
219
291
|
*
|
|
220
292
|
* @param CreateDataSetCommandInput - {@link CreateDataSetCommandInput}
|
|
@@ -256,6 +328,8 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
|
|
|
256
328
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
257
329
|
* capability is available in every edition.</p>
|
|
258
330
|
*
|
|
331
|
+
* @throws {@link QuickSightServiceException}
|
|
332
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
259
333
|
*
|
|
260
334
|
*/
|
|
261
335
|
export declare class CreateDataSetCommand extends $Command<CreateDataSetCommandInput, CreateDataSetCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -274,6 +274,14 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
274
274
|
* };
|
|
275
275
|
* const command = new CreateDataSourceCommand(input);
|
|
276
276
|
* const response = await client.send(command);
|
|
277
|
+
* // { // CreateDataSourceResponse
|
|
278
|
+
* // Arn: "STRING_VALUE",
|
|
279
|
+
* // DataSourceId: "STRING_VALUE",
|
|
280
|
+
* // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
281
|
+
* // RequestId: "STRING_VALUE",
|
|
282
|
+
* // Status: Number("int"),
|
|
283
|
+
* // };
|
|
284
|
+
*
|
|
277
285
|
* ```
|
|
278
286
|
*
|
|
279
287
|
* @param CreateDataSourceCommandInput - {@link CreateDataSourceCommandInput}
|
|
@@ -309,6 +317,8 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
309
317
|
* @throws {@link ThrottlingException} (client fault)
|
|
310
318
|
* <p>Access is throttled.</p>
|
|
311
319
|
*
|
|
320
|
+
* @throws {@link QuickSightServiceException}
|
|
321
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
312
322
|
*
|
|
313
323
|
*/
|
|
314
324
|
export declare class CreateDataSourceCommand extends $Command<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -49,6 +49,13 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new CreateFolderCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // CreateFolderResponse
|
|
53
|
+
* // Status: Number("int"),
|
|
54
|
+
* // Arn: "STRING_VALUE",
|
|
55
|
+
* // FolderId: "STRING_VALUE",
|
|
56
|
+
* // RequestId: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
52
59
|
* ```
|
|
53
60
|
*
|
|
54
61
|
* @param CreateFolderCommandInput - {@link CreateFolderCommandInput}
|
|
@@ -90,6 +97,8 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad
|
|
|
90
97
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
91
98
|
* capability is available in every edition.</p>
|
|
92
99
|
*
|
|
100
|
+
* @throws {@link QuickSightServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
93
102
|
*
|
|
94
103
|
*/
|
|
95
104
|
export declare class CreateFolderCommand extends $Command<CreateFolderCommandInput, CreateFolderCommandOutput, QuickSightClientResolvedConfig> {
|