@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
|
@@ -1034,6 +1034,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1034
1034
|
* "STRING_VALUE",
|
|
1035
1035
|
* ],
|
|
1036
1036
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1037
|
+
* SelectedColumns: [ // CustomActionColumnList
|
|
1038
|
+
* "<ColumnIdentifier>",
|
|
1039
|
+
* ],
|
|
1037
1040
|
* },
|
|
1038
1041
|
* TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
|
|
1039
1042
|
* SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
|
|
@@ -1078,6 +1081,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1078
1081
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1079
1082
|
* SourceParameterName: "STRING_VALUE",
|
|
1080
1083
|
* SourceField: "STRING_VALUE",
|
|
1084
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1081
1085
|
* },
|
|
1082
1086
|
* },
|
|
1083
1087
|
* ],
|
|
@@ -1429,6 +1433,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1429
1433
|
* "STRING_VALUE",
|
|
1430
1434
|
* ],
|
|
1431
1435
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1436
|
+
* SelectedColumns: [
|
|
1437
|
+
* "<ColumnIdentifier>",
|
|
1438
|
+
* ],
|
|
1432
1439
|
* },
|
|
1433
1440
|
* TargetVisualsConfiguration: {
|
|
1434
1441
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1473,6 +1480,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1473
1480
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1474
1481
|
* SourceParameterName: "STRING_VALUE",
|
|
1475
1482
|
* SourceField: "STRING_VALUE",
|
|
1483
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1476
1484
|
* },
|
|
1477
1485
|
* },
|
|
1478
1486
|
* ],
|
|
@@ -1841,6 +1849,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1841
1849
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
1842
1850
|
* LabelColor: "STRING_VALUE",
|
|
1843
1851
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
1852
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1844
1853
|
* },
|
|
1845
1854
|
* Tooltip: { // TooltipOptions
|
|
1846
1855
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1874,7 +1883,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1874
1883
|
* },
|
|
1875
1884
|
* DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
|
|
1876
1885
|
* Column: "<ColumnIdentifier>", // required
|
|
1877
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1886
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
1878
1887
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
1879
1888
|
* },
|
|
1880
1889
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -1921,6 +1930,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1921
1930
|
* "STRING_VALUE",
|
|
1922
1931
|
* ],
|
|
1923
1932
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1933
|
+
* SelectedColumns: [
|
|
1934
|
+
* "<ColumnIdentifier>",
|
|
1935
|
+
* ],
|
|
1924
1936
|
* },
|
|
1925
1937
|
* TargetVisualsConfiguration: {
|
|
1926
1938
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -1965,6 +1977,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1965
1977
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
1966
1978
|
* SourceParameterName: "STRING_VALUE",
|
|
1967
1979
|
* SourceField: "STRING_VALUE",
|
|
1980
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
1968
1981
|
* },
|
|
1969
1982
|
* },
|
|
1970
1983
|
* ],
|
|
@@ -2200,6 +2213,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2200
2213
|
* "STRING_VALUE",
|
|
2201
2214
|
* ],
|
|
2202
2215
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2216
|
+
* SelectedColumns: [
|
|
2217
|
+
* "<ColumnIdentifier>",
|
|
2218
|
+
* ],
|
|
2203
2219
|
* },
|
|
2204
2220
|
* TargetVisualsConfiguration: {
|
|
2205
2221
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2244,6 +2260,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2244
2260
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2245
2261
|
* SourceParameterName: "STRING_VALUE",
|
|
2246
2262
|
* SourceField: "STRING_VALUE",
|
|
2263
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2247
2264
|
* },
|
|
2248
2265
|
* },
|
|
2249
2266
|
* ],
|
|
@@ -2450,6 +2467,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2450
2467
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2451
2468
|
* LabelColor: "STRING_VALUE",
|
|
2452
2469
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2470
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2453
2471
|
* },
|
|
2454
2472
|
* Tooltip: {
|
|
2455
2473
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2507,6 +2525,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2507
2525
|
* "STRING_VALUE",
|
|
2508
2526
|
* ],
|
|
2509
2527
|
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2528
|
+
* SelectedColumns: [
|
|
2529
|
+
* "<ColumnIdentifier>",
|
|
2530
|
+
* ],
|
|
2510
2531
|
* },
|
|
2511
2532
|
* TargetVisualsConfiguration: {
|
|
2512
2533
|
* SameSheetTargetVisualConfiguration: {
|
|
@@ -2551,6 +2572,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2551
2572
|
* SelectAllValueOptions: "ALL_VALUES",
|
|
2552
2573
|
* SourceParameterName: "STRING_VALUE",
|
|
2553
2574
|
* SourceField: "STRING_VALUE",
|
|
2575
|
+
* SourceColumn: "<ColumnIdentifier>",
|
|
2554
2576
|
* },
|
|
2555
2577
|
* },
|
|
2556
2578
|
* ],
|
|
@@ -2644,6 +2666,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2644
2666
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2645
2667
|
* LabelColor: "STRING_VALUE",
|
|
2646
2668
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2669
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
2647
2670
|
* },
|
|
2648
2671
|
* TooltipOptions: {
|
|
2649
2672
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3009,6 +3032,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3009
3032
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
3010
3033
|
* LabelColor: "STRING_VALUE",
|
|
3011
3034
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3035
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
3012
3036
|
* },
|
|
3013
3037
|
* ReferenceLines: [
|
|
3014
3038
|
* {
|
|
@@ -3019,7 +3043,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3019
3043
|
* },
|
|
3020
3044
|
* DynamicConfiguration: {
|
|
3021
3045
|
* Column: "<ColumnIdentifier>", // required
|
|
3022
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3046
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3023
3047
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3024
3048
|
* },
|
|
3025
3049
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3186,6 +3210,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3186
3210
|
* LabelFontConfiguration: "<FontConfiguration>",
|
|
3187
3211
|
* LabelColor: "STRING_VALUE",
|
|
3188
3212
|
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3213
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
3189
3214
|
* },
|
|
3190
3215
|
* Tooltip: {
|
|
3191
3216
|
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3431,11 +3456,14 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3431
3456
|
* YAxis: "<MeasureFieldList>",
|
|
3432
3457
|
* Category: "<DimensionFieldList>",
|
|
3433
3458
|
* Size: "<MeasureFieldList>",
|
|
3459
|
+
* Label: "<DimensionFieldList>",
|
|
3434
3460
|
* },
|
|
3435
3461
|
* ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
|
|
3436
3462
|
* XAxis: "<DimensionFieldList>",
|
|
3437
3463
|
* YAxis: "<DimensionFieldList>",
|
|
3438
3464
|
* Size: "<MeasureFieldList>",
|
|
3465
|
+
* Category: "<DimensionFieldList>",
|
|
3466
|
+
* Label: "<DimensionFieldList>",
|
|
3439
3467
|
* },
|
|
3440
3468
|
* },
|
|
3441
3469
|
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
@@ -3490,7 +3518,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3490
3518
|
* },
|
|
3491
3519
|
* DynamicConfiguration: {
|
|
3492
3520
|
* Column: "<ColumnIdentifier>", // required
|
|
3493
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3521
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3494
3522
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3495
3523
|
* },
|
|
3496
3524
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -3563,7 +3591,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3563
3591
|
* },
|
|
3564
3592
|
* DynamicConfiguration: {
|
|
3565
3593
|
* Column: "<ColumnIdentifier>", // required
|
|
3566
|
-
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3594
|
+
* MeasureAggregationFunction: "<AggregationFunction>",
|
|
3567
3595
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3568
3596
|
* },
|
|
3569
3597
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
@@ -4094,6 +4122,12 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4094
4122
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4095
4123
|
* CustomValue: "STRING_VALUE",
|
|
4096
4124
|
* },
|
|
4125
|
+
* MappedDataSetParameters: [ // MappedDataSetParameters
|
|
4126
|
+
* { // MappedDataSetParameter
|
|
4127
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4128
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4129
|
+
* },
|
|
4130
|
+
* ],
|
|
4097
4131
|
* },
|
|
4098
4132
|
* DecimalParameterDeclaration: { // DecimalParameterDeclaration
|
|
4099
4133
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4110,6 +4144,12 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4110
4144
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4111
4145
|
* CustomValue: Number("double"),
|
|
4112
4146
|
* },
|
|
4147
|
+
* MappedDataSetParameters: [
|
|
4148
|
+
* {
|
|
4149
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4150
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4151
|
+
* },
|
|
4152
|
+
* ],
|
|
4113
4153
|
* },
|
|
4114
4154
|
* IntegerParameterDeclaration: { // IntegerParameterDeclaration
|
|
4115
4155
|
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
@@ -4126,6 +4166,12 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4126
4166
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4127
4167
|
* CustomValue: Number("long"),
|
|
4128
4168
|
* },
|
|
4169
|
+
* MappedDataSetParameters: [
|
|
4170
|
+
* {
|
|
4171
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4172
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4173
|
+
* },
|
|
4174
|
+
* ],
|
|
4129
4175
|
* },
|
|
4130
4176
|
* DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
|
|
4131
4177
|
* Name: "STRING_VALUE", // required
|
|
@@ -4146,6 +4192,12 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4146
4192
|
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4147
4193
|
* CustomValue: new Date("TIMESTAMP"),
|
|
4148
4194
|
* },
|
|
4195
|
+
* MappedDataSetParameters: [
|
|
4196
|
+
* {
|
|
4197
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4198
|
+
* DataSetParameterName: "STRING_VALUE", // required
|
|
4199
|
+
* },
|
|
4200
|
+
* ],
|
|
4149
4201
|
* },
|
|
4150
4202
|
* },
|
|
4151
4203
|
* ],
|
|
@@ -4341,6 +4393,15 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4341
4393
|
* };
|
|
4342
4394
|
* const command = new UpdateDashboardCommand(input);
|
|
4343
4395
|
* const response = await client.send(command);
|
|
4396
|
+
* // { // UpdateDashboardResponse
|
|
4397
|
+
* // Arn: "STRING_VALUE",
|
|
4398
|
+
* // VersionArn: "STRING_VALUE",
|
|
4399
|
+
* // DashboardId: "STRING_VALUE",
|
|
4400
|
+
* // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
4401
|
+
* // Status: Number("int"),
|
|
4402
|
+
* // RequestId: "STRING_VALUE",
|
|
4403
|
+
* // };
|
|
4404
|
+
*
|
|
4344
4405
|
* ```
|
|
4345
4406
|
*
|
|
4346
4407
|
* @param UpdateDashboardCommandInput - {@link UpdateDashboardCommandInput}
|
|
@@ -4373,6 +4434,8 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4373
4434
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
4374
4435
|
* capability is available in every edition.</p>
|
|
4375
4436
|
*
|
|
4437
|
+
* @throws {@link QuickSightServiceException}
|
|
4438
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
4376
4439
|
*
|
|
4377
4440
|
*/
|
|
4378
4441
|
export declare class UpdateDashboardCommand extends $Command<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -64,6 +64,31 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
|
|
|
64
64
|
* };
|
|
65
65
|
* const command = new UpdateDashboardPermissionsCommand(input);
|
|
66
66
|
* const response = await client.send(command);
|
|
67
|
+
* // { // UpdateDashboardPermissionsResponse
|
|
68
|
+
* // DashboardArn: "STRING_VALUE",
|
|
69
|
+
* // DashboardId: "STRING_VALUE",
|
|
70
|
+
* // Permissions: [ // ResourcePermissionList
|
|
71
|
+
* // { // ResourcePermission
|
|
72
|
+
* // Principal: "STRING_VALUE", // required
|
|
73
|
+
* // Actions: [ // ActionList // required
|
|
74
|
+
* // "STRING_VALUE",
|
|
75
|
+
* // ],
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // RequestId: "STRING_VALUE",
|
|
79
|
+
* // Status: Number("int"),
|
|
80
|
+
* // LinkSharingConfiguration: { // LinkSharingConfiguration
|
|
81
|
+
* // Permissions: [
|
|
82
|
+
* // {
|
|
83
|
+
* // Principal: "STRING_VALUE", // required
|
|
84
|
+
* // Actions: [ // required
|
|
85
|
+
* // "STRING_VALUE",
|
|
86
|
+
* // ],
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // },
|
|
90
|
+
* // };
|
|
91
|
+
*
|
|
67
92
|
* ```
|
|
68
93
|
*
|
|
69
94
|
* @param UpdateDashboardPermissionsCommandInput - {@link UpdateDashboardPermissionsCommandInput}
|
|
@@ -96,6 +121,8 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
|
|
|
96
121
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
97
122
|
* capability is available in every edition.</p>
|
|
98
123
|
*
|
|
124
|
+
* @throws {@link QuickSightServiceException}
|
|
125
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
99
126
|
*
|
|
100
127
|
*/
|
|
101
128
|
export declare class UpdateDashboardPermissionsCommand extends $Command<UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateDashboardPublishedVersionCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateDashboardPublishedVersionResponse
|
|
37
|
+
* // DashboardId: "STRING_VALUE",
|
|
38
|
+
* // DashboardArn: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // RequestId: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param UpdateDashboardPublishedVersionCommandInput - {@link UpdateDashboardPublishedVersionCommandInput}
|
|
@@ -62,6 +69,8 @@ export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
|
|
|
62
69
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
63
70
|
* capability is available in every edition.</p>
|
|
64
71
|
*
|
|
72
|
+
* @throws {@link QuickSightServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
65
74
|
*
|
|
66
75
|
*/
|
|
67
76
|
export declare class UpdateDashboardPublishedVersionCommand extends $Command<UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -121,6 +121,24 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __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
|
|
@@ -198,9 +216,63 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
|
|
|
198
216
|
* DisableUseAsDirectQuerySource: true || false,
|
|
199
217
|
* DisableUseAsImportedSource: true || false,
|
|
200
218
|
* },
|
|
219
|
+
* DatasetParameters: [ // DatasetParameterList
|
|
220
|
+
* { // DatasetParameter
|
|
221
|
+
* StringDatasetParameter: { // StringDatasetParameter
|
|
222
|
+
* Id: "STRING_VALUE", // required
|
|
223
|
+
* Name: "STRING_VALUE", // required
|
|
224
|
+
* ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
225
|
+
* DefaultValues: { // StringDatasetParameterDefaultValues
|
|
226
|
+
* StaticValues: [
|
|
227
|
+
* "STRING_VALUE",
|
|
228
|
+
* ],
|
|
229
|
+
* },
|
|
230
|
+
* },
|
|
231
|
+
* DecimalDatasetParameter: { // DecimalDatasetParameter
|
|
232
|
+
* Id: "STRING_VALUE", // required
|
|
233
|
+
* Name: "STRING_VALUE", // required
|
|
234
|
+
* ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
235
|
+
* DefaultValues: { // DecimalDatasetParameterDefaultValues
|
|
236
|
+
* StaticValues: [
|
|
237
|
+
* Number("double"),
|
|
238
|
+
* ],
|
|
239
|
+
* },
|
|
240
|
+
* },
|
|
241
|
+
* IntegerDatasetParameter: { // IntegerDatasetParameter
|
|
242
|
+
* Id: "STRING_VALUE", // required
|
|
243
|
+
* Name: "STRING_VALUE", // required
|
|
244
|
+
* ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
245
|
+
* DefaultValues: { // IntegerDatasetParameterDefaultValues
|
|
246
|
+
* StaticValues: [
|
|
247
|
+
* Number("long"),
|
|
248
|
+
* ],
|
|
249
|
+
* },
|
|
250
|
+
* },
|
|
251
|
+
* DateTimeDatasetParameter: { // DateTimeDatasetParameter
|
|
252
|
+
* Id: "STRING_VALUE", // required
|
|
253
|
+
* Name: "STRING_VALUE", // required
|
|
254
|
+
* ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
255
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
256
|
+
* DefaultValues: { // DateTimeDatasetParameterDefaultValues
|
|
257
|
+
* StaticValues: [
|
|
258
|
+
* new Date("TIMESTAMP"),
|
|
259
|
+
* ],
|
|
260
|
+
* },
|
|
261
|
+
* },
|
|
262
|
+
* },
|
|
263
|
+
* ],
|
|
201
264
|
* };
|
|
202
265
|
* const command = new UpdateDataSetCommand(input);
|
|
203
266
|
* const response = await client.send(command);
|
|
267
|
+
* // { // UpdateDataSetResponse
|
|
268
|
+
* // Arn: "STRING_VALUE",
|
|
269
|
+
* // DataSetId: "STRING_VALUE",
|
|
270
|
+
* // IngestionArn: "STRING_VALUE",
|
|
271
|
+
* // IngestionId: "STRING_VALUE",
|
|
272
|
+
* // RequestId: "STRING_VALUE",
|
|
273
|
+
* // Status: Number("int"),
|
|
274
|
+
* // };
|
|
275
|
+
*
|
|
204
276
|
* ```
|
|
205
277
|
*
|
|
206
278
|
* @param UpdateDataSetCommandInput - {@link UpdateDataSetCommandInput}
|
|
@@ -239,6 +311,8 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
|
|
|
239
311
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
240
312
|
* capability is available in every edition.</p>
|
|
241
313
|
*
|
|
314
|
+
* @throws {@link QuickSightServiceException}
|
|
315
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
242
316
|
*
|
|
243
317
|
*/
|
|
244
318
|
export declare class UpdateDataSetCommand extends $Command<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -49,6 +49,13 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new UpdateDataSetPermissionsCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // UpdateDataSetPermissionsResponse
|
|
53
|
+
* // DataSetArn: "STRING_VALUE",
|
|
54
|
+
* // DataSetId: "STRING_VALUE",
|
|
55
|
+
* // RequestId: "STRING_VALUE",
|
|
56
|
+
* // Status: Number("int"),
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
52
59
|
* ```
|
|
53
60
|
*
|
|
54
61
|
* @param UpdateDataSetPermissionsCommandInput - {@link UpdateDataSetPermissionsCommandInput}
|
|
@@ -78,6 +85,8 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
|
|
|
78
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
79
86
|
* <p>Access is throttled.</p>
|
|
80
87
|
*
|
|
88
|
+
* @throws {@link QuickSightServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
81
90
|
*
|
|
82
91
|
*/
|
|
83
92
|
export declare class UpdateDataSetPermissionsCommand extends $Command<UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -259,6 +259,14 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
259
259
|
* };
|
|
260
260
|
* const command = new UpdateDataSourceCommand(input);
|
|
261
261
|
* const response = await client.send(command);
|
|
262
|
+
* // { // UpdateDataSourceResponse
|
|
263
|
+
* // Arn: "STRING_VALUE",
|
|
264
|
+
* // DataSourceId: "STRING_VALUE",
|
|
265
|
+
* // UpdateStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
266
|
+
* // RequestId: "STRING_VALUE",
|
|
267
|
+
* // Status: Number("int"),
|
|
268
|
+
* // };
|
|
269
|
+
*
|
|
262
270
|
* ```
|
|
263
271
|
*
|
|
264
272
|
* @param UpdateDataSourceCommandInput - {@link UpdateDataSourceCommandInput}
|
|
@@ -288,6 +296,8 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
288
296
|
* @throws {@link ThrottlingException} (client fault)
|
|
289
297
|
* <p>Access is throttled.</p>
|
|
290
298
|
*
|
|
299
|
+
* @throws {@link QuickSightServiceException}
|
|
300
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
291
301
|
*
|
|
292
302
|
*/
|
|
293
303
|
export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -48,6 +48,13 @@ export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new UpdateDataSourcePermissionsCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // UpdateDataSourcePermissionsResponse
|
|
52
|
+
* // DataSourceArn: "STRING_VALUE",
|
|
53
|
+
* // DataSourceId: "STRING_VALUE",
|
|
54
|
+
* // RequestId: "STRING_VALUE",
|
|
55
|
+
* // Status: Number("int"),
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
51
58
|
* ```
|
|
52
59
|
*
|
|
53
60
|
* @param UpdateDataSourcePermissionsCommandInput - {@link UpdateDataSourcePermissionsCommandInput}
|
|
@@ -77,6 +84,8 @@ export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
|
|
|
77
84
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
85
|
* <p>Access is throttled.</p>
|
|
79
86
|
*
|
|
87
|
+
* @throws {@link QuickSightServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
80
89
|
*
|
|
81
90
|
*/
|
|
82
91
|
export declare class UpdateDataSourcePermissionsCommand extends $Command<UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateFolderCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateFolderResponse
|
|
37
|
+
* // Status: Number("int"),
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // FolderId: "STRING_VALUE",
|
|
40
|
+
* // RequestId: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param UpdateFolderCommandInput - {@link UpdateFolderCommandInput}
|
|
@@ -71,6 +78,8 @@ export interface UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
|
|
|
71
78
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
72
79
|
* capability is available in every edition.</p>
|
|
73
80
|
*
|
|
81
|
+
* @throws {@link QuickSightServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
74
83
|
*
|
|
75
84
|
*/
|
|
76
85
|
export declare class UpdateFolderCommand extends $Command<UpdateFolderCommandInput, UpdateFolderCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -48,6 +48,21 @@ export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new UpdateFolderPermissionsCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // UpdateFolderPermissionsResponse
|
|
52
|
+
* // Status: Number("int"),
|
|
53
|
+
* // Arn: "STRING_VALUE",
|
|
54
|
+
* // FolderId: "STRING_VALUE",
|
|
55
|
+
* // Permissions: [ // ResourcePermissionList
|
|
56
|
+
* // { // ResourcePermission
|
|
57
|
+
* // Principal: "STRING_VALUE", // required
|
|
58
|
+
* // Actions: [ // ActionList // required
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // RequestId: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
51
66
|
* ```
|
|
52
67
|
*
|
|
53
68
|
* @param UpdateFolderPermissionsCommandInput - {@link UpdateFolderPermissionsCommandInput}
|
|
@@ -83,6 +98,8 @@ export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
|
|
|
83
98
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
84
99
|
* capability is available in every edition.</p>
|
|
85
100
|
*
|
|
101
|
+
* @throws {@link QuickSightServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
86
103
|
*
|
|
87
104
|
*/
|
|
88
105
|
export declare class UpdateFolderPermissionsCommand extends $Command<UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,17 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateGroupCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // UpdateGroupResponse
|
|
38
|
+
* // Group: { // Group
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // GroupName: "STRING_VALUE",
|
|
41
|
+
* // Description: "STRING_VALUE",
|
|
42
|
+
* // PrincipalId: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // RequestId: "STRING_VALUE",
|
|
45
|
+
* // Status: Number("int"),
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
37
48
|
* ```
|
|
38
49
|
*
|
|
39
50
|
* @param UpdateGroupCommandInput - {@link UpdateGroupCommandInput}
|
|
@@ -66,6 +77,8 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
|
|
|
66
77
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
78
|
* <p>Access is throttled.</p>
|
|
68
79
|
*
|
|
80
|
+
* @throws {@link QuickSightServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
82
|
*
|
|
70
83
|
*/
|
|
71
84
|
export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -19,10 +19,9 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Updates an existing IAM policy assignment. This operation updates only
|
|
23
|
-
* parameter or parameters that are specified in the request.
|
|
24
|
-
*
|
|
25
|
-
* </p>
|
|
22
|
+
* <p>Updates an existing IAM policy assignment. This operation updates only
|
|
23
|
+
* the optional parameter or parameters that are specified in the request. This overwrites
|
|
24
|
+
* all of the users included in <code>Identities</code>. </p>
|
|
26
25
|
* @example
|
|
27
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
28
27
|
* ```javascript
|
|
@@ -43,6 +42,20 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
|
|
|
43
42
|
* };
|
|
44
43
|
* const command = new UpdateIAMPolicyAssignmentCommand(input);
|
|
45
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // UpdateIAMPolicyAssignmentResponse
|
|
46
|
+
* // AssignmentName: "STRING_VALUE",
|
|
47
|
+
* // AssignmentId: "STRING_VALUE",
|
|
48
|
+
* // PolicyArn: "STRING_VALUE",
|
|
49
|
+
* // Identities: { // IdentityMap
|
|
50
|
+
* // "<keys>": [ // IdentityNameList
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // },
|
|
54
|
+
* // AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED",
|
|
55
|
+
* // RequestId: "STRING_VALUE",
|
|
56
|
+
* // Status: Number("int"),
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
46
59
|
* ```
|
|
47
60
|
*
|
|
48
61
|
* @param UpdateIAMPolicyAssignmentCommandInput - {@link UpdateIAMPolicyAssignmentCommandInput}
|
|
@@ -76,6 +89,8 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
|
|
|
76
89
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
90
|
* <p>Access is throttled.</p>
|
|
78
91
|
*
|
|
92
|
+
* @throws {@link QuickSightServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
79
94
|
*
|
|
80
95
|
*/
|
|
81
96
|
export declare class UpdateIAMPolicyAssignmentCommand extends $Command<UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -19,7 +19,10 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Updates the content and status of IP rules. To use this operation, you
|
|
22
|
+
* <p>Updates the content and status of IP rules. To use this operation, you
|
|
23
|
+
* must
|
|
24
|
+
* provide the entire map of rules. You can use the <code>DescribeIpRestriction</code>
|
|
25
|
+
* operation to get the current rule map.</p>
|
|
23
26
|
* @example
|
|
24
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
28
|
* ```javascript
|
|
@@ -35,6 +38,12 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
|
|
|
35
38
|
* };
|
|
36
39
|
* const command = new UpdateIpRestrictionCommand(input);
|
|
37
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // UpdateIpRestrictionResponse
|
|
42
|
+
* // AwsAccountId: "STRING_VALUE",
|
|
43
|
+
* // RequestId: "STRING_VALUE",
|
|
44
|
+
* // Status: Number("int"),
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
38
47
|
* ```
|
|
39
48
|
*
|
|
40
49
|
* @param UpdateIpRestrictionCommandInput - {@link UpdateIpRestrictionCommandInput}
|
|
@@ -64,6 +73,8 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
|
|
|
64
73
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
74
|
* <p>Access is throttled.</p>
|
|
66
75
|
*
|
|
76
|
+
* @throws {@link QuickSightServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
67
78
|
*
|
|
68
79
|
*/
|
|
69
80
|
export declare class UpdateIpRestrictionCommand extends $Command<UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig> {
|