@aws-sdk/client-quicksight 3.306.0 → 3.309.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 +64 -0
- package/dist-cjs/QuickSight.js +120 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/CreateIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DescribeIngestionCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserCommand.js +2 -2
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +5 -5
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/ListAnalysesCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListFolderMembersCommand.js +2 -2
- package/dist-cjs/commands/ListFoldersCommand.js +2 -2
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +2 -2
- package/dist-cjs/commands/ListIngestionsCommand.js +2 -2
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListThemesCommand.js +2 -2
- package/dist-cjs/commands/ListUserGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListUsersCommand.js +2 -2
- package/dist-cjs/commands/PutDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/RegisterUserCommand.js +2 -2
- package/dist-cjs/commands/RestoreAnalysisCommand.js +2 -2
- package/dist-cjs/commands/SearchAnalysesCommand.js +2 -2
- package/dist-cjs/commands/SearchDashboardsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSetsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/SearchFoldersCommand.js +2 -2
- package/dist-cjs/commands/SearchGroupsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_2.js +25 -67
- package/dist-cjs/models/models_3.js +66 -1
- package/dist-cjs/protocols/Aws_restJson1.js +6358 -6975
- package/dist-es/QuickSight.js +120 -0
- package/dist-es/commands/CancelIngestionCommand.js +3 -3
- package/dist-es/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateAnalysisCommand.js +3 -3
- package/dist-es/commands/CreateDashboardCommand.js +3 -3
- package/dist-es/commands/CreateDataSetCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateFolderCommand.js +3 -3
- package/dist-es/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/CreateIngestionCommand.js +3 -3
- package/dist-es/commands/CreateNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/CreateTemplateCommand.js +3 -3
- package/dist-es/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-es/commands/CreateThemeCommand.js +3 -3
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteFolderCommand.js +3 -3
- package/dist-es/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DeleteTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-es/commands/DeleteThemeCommand.js +3 -3
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderCommand.js +3 -3
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeGroupCommand.js +3 -3
- package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DescribeIngestionCommand.js +3 -3
- package/dist-es/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-es/commands/DescribeRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-es/commands/DescribeThemeCommand.js +3 -3
- package/dist-es/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserCommand.js +3 -3
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +4 -4
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +4 -4
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-es/commands/ListAnalysesCommand.js +3 -3
- package/dist-es/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListFolderMembersCommand.js +3 -3
- package/dist-es/commands/ListFoldersCommand.js +3 -3
- package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-es/commands/ListIngestionsCommand.js +3 -3
- package/dist-es/commands/ListNamespacesCommand.js +3 -3
- package/dist-es/commands/ListRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-es/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListTemplatesCommand.js +3 -3
- package/dist-es/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-es/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-es/commands/ListThemesCommand.js +3 -3
- package/dist-es/commands/ListUserGroupsCommand.js +3 -3
- package/dist-es/commands/ListUsersCommand.js +3 -3
- package/dist-es/commands/PutDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/RegisterUserCommand.js +3 -3
- package/dist-es/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-es/commands/SearchAnalysesCommand.js +3 -3
- package/dist-es/commands/SearchDashboardsCommand.js +3 -3
- package/dist-es/commands/SearchDataSetsCommand.js +3 -3
- package/dist-es/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-es/commands/SearchFoldersCommand.js +3 -3
- package/dist-es/commands/SearchGroupsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateFolderCommand.js +3 -3
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-es/commands/UpdateThemeCommand.js +3 -3
- package/dist-es/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +23 -58
- package/dist-es/models/models_3.js +58 -0
- package/dist-es/protocols/Aws_restJson1.js +6083 -6716
- package/dist-types/QuickSight.d.ts +64 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +106 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +85 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +102 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +103 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +392 -571
- package/dist-types/models/models_3.d.ts +647 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +1080 -252
- package/dist-types/ts3.4/QuickSight.d.ts +136 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +110 -141
- package/dist-types/ts3.4/models/models_3.d.ts +176 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +348 -252
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -322,6 +322,14 @@ CreateNamespace
|
|
|
322
322
|
|
|
323
323
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/createnamespacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createnamespacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createnamespacecommandoutput.html)
|
|
324
324
|
|
|
325
|
+
</details>
|
|
326
|
+
<details>
|
|
327
|
+
<summary>
|
|
328
|
+
CreateRefreshSchedule
|
|
329
|
+
</summary>
|
|
330
|
+
|
|
331
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/createrefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createrefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createrefreshschedulecommandoutput.html)
|
|
332
|
+
|
|
325
333
|
</details>
|
|
326
334
|
<details>
|
|
327
335
|
<summary>
|
|
@@ -394,6 +402,14 @@ DeleteDataSet
|
|
|
394
402
|
|
|
395
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deletedatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletedatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletedatasetcommandoutput.html)
|
|
396
404
|
|
|
405
|
+
</details>
|
|
406
|
+
<details>
|
|
407
|
+
<summary>
|
|
408
|
+
DeleteDataSetRefreshProperties
|
|
409
|
+
</summary>
|
|
410
|
+
|
|
411
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deletedatasetrefreshpropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletedatasetrefreshpropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletedatasetrefreshpropertiescommandoutput.html)
|
|
412
|
+
|
|
397
413
|
</details>
|
|
398
414
|
<details>
|
|
399
415
|
<summary>
|
|
@@ -450,6 +466,14 @@ DeleteNamespace
|
|
|
450
466
|
|
|
451
467
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deletenamespacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletenamespacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletenamespacecommandoutput.html)
|
|
452
468
|
|
|
469
|
+
</details>
|
|
470
|
+
<details>
|
|
471
|
+
<summary>
|
|
472
|
+
DeleteRefreshSchedule
|
|
473
|
+
</summary>
|
|
474
|
+
|
|
475
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deleterefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleterefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleterefreshschedulecommandoutput.html)
|
|
476
|
+
|
|
453
477
|
</details>
|
|
454
478
|
<details>
|
|
455
479
|
<summary>
|
|
@@ -586,6 +610,14 @@ DescribeDataSetPermissions
|
|
|
586
610
|
|
|
587
611
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describedatasetpermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedatasetpermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedatasetpermissionscommandoutput.html)
|
|
588
612
|
|
|
613
|
+
</details>
|
|
614
|
+
<details>
|
|
615
|
+
<summary>
|
|
616
|
+
DescribeDataSetRefreshProperties
|
|
617
|
+
</summary>
|
|
618
|
+
|
|
619
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describedatasetrefreshpropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedatasetrefreshpropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedatasetrefreshpropertiescommandoutput.html)
|
|
620
|
+
|
|
589
621
|
</details>
|
|
590
622
|
<details>
|
|
591
623
|
<summary>
|
|
@@ -674,6 +706,14 @@ DescribeNamespace
|
|
|
674
706
|
|
|
675
707
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describenamespacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describenamespacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describenamespacecommandoutput.html)
|
|
676
708
|
|
|
709
|
+
</details>
|
|
710
|
+
<details>
|
|
711
|
+
<summary>
|
|
712
|
+
DescribeRefreshSchedule
|
|
713
|
+
</summary>
|
|
714
|
+
|
|
715
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describerefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describerefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describerefreshschedulecommandoutput.html)
|
|
716
|
+
|
|
677
717
|
</details>
|
|
678
718
|
<details>
|
|
679
719
|
<summary>
|
|
@@ -874,6 +914,14 @@ ListNamespaces
|
|
|
874
914
|
|
|
875
915
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listnamespacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listnamespacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listnamespacescommandoutput.html)
|
|
876
916
|
|
|
917
|
+
</details>
|
|
918
|
+
<details>
|
|
919
|
+
<summary>
|
|
920
|
+
ListRefreshSchedules
|
|
921
|
+
</summary>
|
|
922
|
+
|
|
923
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listrefreshschedulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listrefreshschedulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listrefreshschedulescommandoutput.html)
|
|
924
|
+
|
|
877
925
|
</details>
|
|
878
926
|
<details>
|
|
879
927
|
<summary>
|
|
@@ -946,6 +994,14 @@ ListUsers
|
|
|
946
994
|
|
|
947
995
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listuserscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listuserscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listuserscommandoutput.html)
|
|
948
996
|
|
|
997
|
+
</details>
|
|
998
|
+
<details>
|
|
999
|
+
<summary>
|
|
1000
|
+
PutDataSetRefreshProperties
|
|
1001
|
+
</summary>
|
|
1002
|
+
|
|
1003
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/putdatasetrefreshpropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/putdatasetrefreshpropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/putdatasetrefreshpropertiescommandoutput.html)
|
|
1004
|
+
|
|
949
1005
|
</details>
|
|
950
1006
|
<details>
|
|
951
1007
|
<summary>
|
|
@@ -1162,6 +1218,14 @@ UpdatePublicSharingSettings
|
|
|
1162
1218
|
|
|
1163
1219
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updatepublicsharingsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatepublicsharingsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatepublicsharingsettingscommandoutput.html)
|
|
1164
1220
|
|
|
1221
|
+
</details>
|
|
1222
|
+
<details>
|
|
1223
|
+
<summary>
|
|
1224
|
+
UpdateRefreshSchedule
|
|
1225
|
+
</summary>
|
|
1226
|
+
|
|
1227
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updaterefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updaterefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updaterefreshschedulecommandoutput.html)
|
|
1228
|
+
|
|
1165
1229
|
</details>
|
|
1166
1230
|
<details>
|
|
1167
1231
|
<summary>
|
package/dist-cjs/QuickSight.js
CHANGED
|
@@ -15,6 +15,7 @@ const CreateGroupMembershipCommand_1 = require("./commands/CreateGroupMembership
|
|
|
15
15
|
const CreateIAMPolicyAssignmentCommand_1 = require("./commands/CreateIAMPolicyAssignmentCommand");
|
|
16
16
|
const CreateIngestionCommand_1 = require("./commands/CreateIngestionCommand");
|
|
17
17
|
const CreateNamespaceCommand_1 = require("./commands/CreateNamespaceCommand");
|
|
18
|
+
const CreateRefreshScheduleCommand_1 = require("./commands/CreateRefreshScheduleCommand");
|
|
18
19
|
const CreateTemplateAliasCommand_1 = require("./commands/CreateTemplateAliasCommand");
|
|
19
20
|
const CreateTemplateCommand_1 = require("./commands/CreateTemplateCommand");
|
|
20
21
|
const CreateThemeAliasCommand_1 = require("./commands/CreateThemeAliasCommand");
|
|
@@ -24,6 +25,7 @@ const DeleteAccountSubscriptionCommand_1 = require("./commands/DeleteAccountSubs
|
|
|
24
25
|
const DeleteAnalysisCommand_1 = require("./commands/DeleteAnalysisCommand");
|
|
25
26
|
const DeleteDashboardCommand_1 = require("./commands/DeleteDashboardCommand");
|
|
26
27
|
const DeleteDataSetCommand_1 = require("./commands/DeleteDataSetCommand");
|
|
28
|
+
const DeleteDataSetRefreshPropertiesCommand_1 = require("./commands/DeleteDataSetRefreshPropertiesCommand");
|
|
27
29
|
const DeleteDataSourceCommand_1 = require("./commands/DeleteDataSourceCommand");
|
|
28
30
|
const DeleteFolderCommand_1 = require("./commands/DeleteFolderCommand");
|
|
29
31
|
const DeleteFolderMembershipCommand_1 = require("./commands/DeleteFolderMembershipCommand");
|
|
@@ -31,6 +33,7 @@ const DeleteGroupCommand_1 = require("./commands/DeleteGroupCommand");
|
|
|
31
33
|
const DeleteGroupMembershipCommand_1 = require("./commands/DeleteGroupMembershipCommand");
|
|
32
34
|
const DeleteIAMPolicyAssignmentCommand_1 = require("./commands/DeleteIAMPolicyAssignmentCommand");
|
|
33
35
|
const DeleteNamespaceCommand_1 = require("./commands/DeleteNamespaceCommand");
|
|
36
|
+
const DeleteRefreshScheduleCommand_1 = require("./commands/DeleteRefreshScheduleCommand");
|
|
34
37
|
const DeleteTemplateAliasCommand_1 = require("./commands/DeleteTemplateAliasCommand");
|
|
35
38
|
const DeleteTemplateCommand_1 = require("./commands/DeleteTemplateCommand");
|
|
36
39
|
const DeleteThemeAliasCommand_1 = require("./commands/DeleteThemeAliasCommand");
|
|
@@ -48,6 +51,7 @@ const DescribeDashboardDefinitionCommand_1 = require("./commands/DescribeDashboa
|
|
|
48
51
|
const DescribeDashboardPermissionsCommand_1 = require("./commands/DescribeDashboardPermissionsCommand");
|
|
49
52
|
const DescribeDataSetCommand_1 = require("./commands/DescribeDataSetCommand");
|
|
50
53
|
const DescribeDataSetPermissionsCommand_1 = require("./commands/DescribeDataSetPermissionsCommand");
|
|
54
|
+
const DescribeDataSetRefreshPropertiesCommand_1 = require("./commands/DescribeDataSetRefreshPropertiesCommand");
|
|
51
55
|
const DescribeDataSourceCommand_1 = require("./commands/DescribeDataSourceCommand");
|
|
52
56
|
const DescribeDataSourcePermissionsCommand_1 = require("./commands/DescribeDataSourcePermissionsCommand");
|
|
53
57
|
const DescribeFolderCommand_1 = require("./commands/DescribeFolderCommand");
|
|
@@ -59,6 +63,7 @@ const DescribeIAMPolicyAssignmentCommand_1 = require("./commands/DescribeIAMPoli
|
|
|
59
63
|
const DescribeIngestionCommand_1 = require("./commands/DescribeIngestionCommand");
|
|
60
64
|
const DescribeIpRestrictionCommand_1 = require("./commands/DescribeIpRestrictionCommand");
|
|
61
65
|
const DescribeNamespaceCommand_1 = require("./commands/DescribeNamespaceCommand");
|
|
66
|
+
const DescribeRefreshScheduleCommand_1 = require("./commands/DescribeRefreshScheduleCommand");
|
|
62
67
|
const DescribeTemplateAliasCommand_1 = require("./commands/DescribeTemplateAliasCommand");
|
|
63
68
|
const DescribeTemplateCommand_1 = require("./commands/DescribeTemplateCommand");
|
|
64
69
|
const DescribeTemplateDefinitionCommand_1 = require("./commands/DescribeTemplateDefinitionCommand");
|
|
@@ -84,6 +89,7 @@ const ListIAMPolicyAssignmentsCommand_1 = require("./commands/ListIAMPolicyAssig
|
|
|
84
89
|
const ListIAMPolicyAssignmentsForUserCommand_1 = require("./commands/ListIAMPolicyAssignmentsForUserCommand");
|
|
85
90
|
const ListIngestionsCommand_1 = require("./commands/ListIngestionsCommand");
|
|
86
91
|
const ListNamespacesCommand_1 = require("./commands/ListNamespacesCommand");
|
|
92
|
+
const ListRefreshSchedulesCommand_1 = require("./commands/ListRefreshSchedulesCommand");
|
|
87
93
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
88
94
|
const ListTemplateAliasesCommand_1 = require("./commands/ListTemplateAliasesCommand");
|
|
89
95
|
const ListTemplatesCommand_1 = require("./commands/ListTemplatesCommand");
|
|
@@ -93,6 +99,7 @@ const ListThemesCommand_1 = require("./commands/ListThemesCommand");
|
|
|
93
99
|
const ListThemeVersionsCommand_1 = require("./commands/ListThemeVersionsCommand");
|
|
94
100
|
const ListUserGroupsCommand_1 = require("./commands/ListUserGroupsCommand");
|
|
95
101
|
const ListUsersCommand_1 = require("./commands/ListUsersCommand");
|
|
102
|
+
const PutDataSetRefreshPropertiesCommand_1 = require("./commands/PutDataSetRefreshPropertiesCommand");
|
|
96
103
|
const RegisterUserCommand_1 = require("./commands/RegisterUserCommand");
|
|
97
104
|
const RestoreAnalysisCommand_1 = require("./commands/RestoreAnalysisCommand");
|
|
98
105
|
const SearchAnalysesCommand_1 = require("./commands/SearchAnalysesCommand");
|
|
@@ -120,6 +127,7 @@ const UpdateGroupCommand_1 = require("./commands/UpdateGroupCommand");
|
|
|
120
127
|
const UpdateIAMPolicyAssignmentCommand_1 = require("./commands/UpdateIAMPolicyAssignmentCommand");
|
|
121
128
|
const UpdateIpRestrictionCommand_1 = require("./commands/UpdateIpRestrictionCommand");
|
|
122
129
|
const UpdatePublicSharingSettingsCommand_1 = require("./commands/UpdatePublicSharingSettingsCommand");
|
|
130
|
+
const UpdateRefreshScheduleCommand_1 = require("./commands/UpdateRefreshScheduleCommand");
|
|
123
131
|
const UpdateTemplateAliasCommand_1 = require("./commands/UpdateTemplateAliasCommand");
|
|
124
132
|
const UpdateTemplateCommand_1 = require("./commands/UpdateTemplateCommand");
|
|
125
133
|
const UpdateTemplatePermissionsCommand_1 = require("./commands/UpdateTemplatePermissionsCommand");
|
|
@@ -325,6 +333,20 @@ class QuickSight extends QuickSightClient_1.QuickSightClient {
|
|
|
325
333
|
return this.send(command, optionsOrCb);
|
|
326
334
|
}
|
|
327
335
|
}
|
|
336
|
+
createRefreshSchedule(args, optionsOrCb, cb) {
|
|
337
|
+
const command = new CreateRefreshScheduleCommand_1.CreateRefreshScheduleCommand(args);
|
|
338
|
+
if (typeof optionsOrCb === "function") {
|
|
339
|
+
this.send(command, optionsOrCb);
|
|
340
|
+
}
|
|
341
|
+
else if (typeof cb === "function") {
|
|
342
|
+
if (typeof optionsOrCb !== "object")
|
|
343
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
344
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
345
|
+
}
|
|
346
|
+
else {
|
|
347
|
+
return this.send(command, optionsOrCb);
|
|
348
|
+
}
|
|
349
|
+
}
|
|
328
350
|
createTemplate(args, optionsOrCb, cb) {
|
|
329
351
|
const command = new CreateTemplateCommand_1.CreateTemplateCommand(args);
|
|
330
352
|
if (typeof optionsOrCb === "function") {
|
|
@@ -451,6 +473,20 @@ class QuickSight extends QuickSightClient_1.QuickSightClient {
|
|
|
451
473
|
return this.send(command, optionsOrCb);
|
|
452
474
|
}
|
|
453
475
|
}
|
|
476
|
+
deleteDataSetRefreshProperties(args, optionsOrCb, cb) {
|
|
477
|
+
const command = new DeleteDataSetRefreshPropertiesCommand_1.DeleteDataSetRefreshPropertiesCommand(args);
|
|
478
|
+
if (typeof optionsOrCb === "function") {
|
|
479
|
+
this.send(command, optionsOrCb);
|
|
480
|
+
}
|
|
481
|
+
else if (typeof cb === "function") {
|
|
482
|
+
if (typeof optionsOrCb !== "object")
|
|
483
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
484
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
485
|
+
}
|
|
486
|
+
else {
|
|
487
|
+
return this.send(command, optionsOrCb);
|
|
488
|
+
}
|
|
489
|
+
}
|
|
454
490
|
deleteDataSource(args, optionsOrCb, cb) {
|
|
455
491
|
const command = new DeleteDataSourceCommand_1.DeleteDataSourceCommand(args);
|
|
456
492
|
if (typeof optionsOrCb === "function") {
|
|
@@ -549,6 +585,20 @@ class QuickSight extends QuickSightClient_1.QuickSightClient {
|
|
|
549
585
|
return this.send(command, optionsOrCb);
|
|
550
586
|
}
|
|
551
587
|
}
|
|
588
|
+
deleteRefreshSchedule(args, optionsOrCb, cb) {
|
|
589
|
+
const command = new DeleteRefreshScheduleCommand_1.DeleteRefreshScheduleCommand(args);
|
|
590
|
+
if (typeof optionsOrCb === "function") {
|
|
591
|
+
this.send(command, optionsOrCb);
|
|
592
|
+
}
|
|
593
|
+
else if (typeof cb === "function") {
|
|
594
|
+
if (typeof optionsOrCb !== "object")
|
|
595
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
596
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
597
|
+
}
|
|
598
|
+
else {
|
|
599
|
+
return this.send(command, optionsOrCb);
|
|
600
|
+
}
|
|
601
|
+
}
|
|
552
602
|
deleteTemplate(args, optionsOrCb, cb) {
|
|
553
603
|
const command = new DeleteTemplateCommand_1.DeleteTemplateCommand(args);
|
|
554
604
|
if (typeof optionsOrCb === "function") {
|
|
@@ -787,6 +837,20 @@ class QuickSight extends QuickSightClient_1.QuickSightClient {
|
|
|
787
837
|
return this.send(command, optionsOrCb);
|
|
788
838
|
}
|
|
789
839
|
}
|
|
840
|
+
describeDataSetRefreshProperties(args, optionsOrCb, cb) {
|
|
841
|
+
const command = new DescribeDataSetRefreshPropertiesCommand_1.DescribeDataSetRefreshPropertiesCommand(args);
|
|
842
|
+
if (typeof optionsOrCb === "function") {
|
|
843
|
+
this.send(command, optionsOrCb);
|
|
844
|
+
}
|
|
845
|
+
else if (typeof cb === "function") {
|
|
846
|
+
if (typeof optionsOrCb !== "object")
|
|
847
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
848
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
849
|
+
}
|
|
850
|
+
else {
|
|
851
|
+
return this.send(command, optionsOrCb);
|
|
852
|
+
}
|
|
853
|
+
}
|
|
790
854
|
describeDataSource(args, optionsOrCb, cb) {
|
|
791
855
|
const command = new DescribeDataSourceCommand_1.DescribeDataSourceCommand(args);
|
|
792
856
|
if (typeof optionsOrCb === "function") {
|
|
@@ -941,6 +1005,20 @@ class QuickSight extends QuickSightClient_1.QuickSightClient {
|
|
|
941
1005
|
return this.send(command, optionsOrCb);
|
|
942
1006
|
}
|
|
943
1007
|
}
|
|
1008
|
+
describeRefreshSchedule(args, optionsOrCb, cb) {
|
|
1009
|
+
const command = new DescribeRefreshScheduleCommand_1.DescribeRefreshScheduleCommand(args);
|
|
1010
|
+
if (typeof optionsOrCb === "function") {
|
|
1011
|
+
this.send(command, optionsOrCb);
|
|
1012
|
+
}
|
|
1013
|
+
else if (typeof cb === "function") {
|
|
1014
|
+
if (typeof optionsOrCb !== "object")
|
|
1015
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1016
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1017
|
+
}
|
|
1018
|
+
else {
|
|
1019
|
+
return this.send(command, optionsOrCb);
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
944
1022
|
describeTemplate(args, optionsOrCb, cb) {
|
|
945
1023
|
const command = new DescribeTemplateCommand_1.DescribeTemplateCommand(args);
|
|
946
1024
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1291,6 +1369,20 @@ class QuickSight extends QuickSightClient_1.QuickSightClient {
|
|
|
1291
1369
|
return this.send(command, optionsOrCb);
|
|
1292
1370
|
}
|
|
1293
1371
|
}
|
|
1372
|
+
listRefreshSchedules(args, optionsOrCb, cb) {
|
|
1373
|
+
const command = new ListRefreshSchedulesCommand_1.ListRefreshSchedulesCommand(args);
|
|
1374
|
+
if (typeof optionsOrCb === "function") {
|
|
1375
|
+
this.send(command, optionsOrCb);
|
|
1376
|
+
}
|
|
1377
|
+
else if (typeof cb === "function") {
|
|
1378
|
+
if (typeof optionsOrCb !== "object")
|
|
1379
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1380
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1381
|
+
}
|
|
1382
|
+
else {
|
|
1383
|
+
return this.send(command, optionsOrCb);
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1294
1386
|
listTagsForResource(args, optionsOrCb, cb) {
|
|
1295
1387
|
const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
|
|
1296
1388
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1417,6 +1509,20 @@ class QuickSight extends QuickSightClient_1.QuickSightClient {
|
|
|
1417
1509
|
return this.send(command, optionsOrCb);
|
|
1418
1510
|
}
|
|
1419
1511
|
}
|
|
1512
|
+
putDataSetRefreshProperties(args, optionsOrCb, cb) {
|
|
1513
|
+
const command = new PutDataSetRefreshPropertiesCommand_1.PutDataSetRefreshPropertiesCommand(args);
|
|
1514
|
+
if (typeof optionsOrCb === "function") {
|
|
1515
|
+
this.send(command, optionsOrCb);
|
|
1516
|
+
}
|
|
1517
|
+
else if (typeof cb === "function") {
|
|
1518
|
+
if (typeof optionsOrCb !== "object")
|
|
1519
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1520
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1521
|
+
}
|
|
1522
|
+
else {
|
|
1523
|
+
return this.send(command, optionsOrCb);
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1420
1526
|
registerUser(args, optionsOrCb, cb) {
|
|
1421
1527
|
const command = new RegisterUserCommand_1.RegisterUserCommand(args);
|
|
1422
1528
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1795,6 +1901,20 @@ class QuickSight extends QuickSightClient_1.QuickSightClient {
|
|
|
1795
1901
|
return this.send(command, optionsOrCb);
|
|
1796
1902
|
}
|
|
1797
1903
|
}
|
|
1904
|
+
updateRefreshSchedule(args, optionsOrCb, cb) {
|
|
1905
|
+
const command = new UpdateRefreshScheduleCommand_1.UpdateRefreshScheduleCommand(args);
|
|
1906
|
+
if (typeof optionsOrCb === "function") {
|
|
1907
|
+
this.send(command, optionsOrCb);
|
|
1908
|
+
}
|
|
1909
|
+
else if (typeof cb === "function") {
|
|
1910
|
+
if (typeof optionsOrCb !== "object")
|
|
1911
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1912
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1913
|
+
}
|
|
1914
|
+
else {
|
|
1915
|
+
return this.send(command, optionsOrCb);
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1798
1918
|
updateTemplate(args, optionsOrCb, cb) {
|
|
1799
1919
|
const command = new UpdateTemplateCommand_1.UpdateTemplateCommand(args);
|
|
1800
1920
|
if (typeof optionsOrCb === "function") {
|
|
@@ -36,10 +36,10 @@ class CancelIngestionCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CancelIngestionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CancelIngestionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CancelIngestionCommand = CancelIngestionCommand;
|
|
@@ -36,10 +36,10 @@ class CreateAccountCustomizationCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateAccountCustomizationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateAccountCustomizationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateAccountCustomizationCommand = CreateAccountCustomizationCommand;
|
|
@@ -36,10 +36,10 @@ class CreateAccountSubscriptionCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateAccountSubscriptionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateAccountSubscriptionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateAccountSubscriptionCommand = CreateAccountSubscriptionCommand;
|
|
@@ -37,10 +37,10 @@ class CreateAnalysisCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateAnalysisCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateAnalysisCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateAnalysisCommand = CreateAnalysisCommand;
|
|
@@ -37,10 +37,10 @@ class CreateDashboardCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateDashboardCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateDashboardCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateDashboardCommand = CreateDashboardCommand;
|
|
@@ -37,10 +37,10 @@ class CreateDataSetCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateDataSetCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateDataSetCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateDataSetCommand = CreateDataSetCommand;
|
|
@@ -37,10 +37,10 @@ class CreateDataSourceCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateDataSourceCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateDataSourceCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateDataSourceCommand = CreateDataSourceCommand;
|
|
@@ -36,10 +36,10 @@ class CreateFolderCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateFolderCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateFolderCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateFolderCommand = CreateFolderCommand;
|
|
@@ -36,10 +36,10 @@ class CreateFolderMembershipCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateFolderMembershipCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateFolderMembershipCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateFolderMembershipCommand = CreateFolderMembershipCommand;
|
|
@@ -36,10 +36,10 @@ class CreateGroupCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateGroupCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateGroupCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateGroupCommand = CreateGroupCommand;
|
|
@@ -36,10 +36,10 @@ class CreateGroupMembershipCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateGroupMembershipCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateGroupMembershipCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateGroupMembershipCommand = CreateGroupMembershipCommand;
|
|
@@ -36,10 +36,10 @@ class CreateIAMPolicyAssignmentCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateIAMPolicyAssignmentCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateIAMPolicyAssignmentCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateIAMPolicyAssignmentCommand = CreateIAMPolicyAssignmentCommand;
|
|
@@ -36,10 +36,10 @@ class CreateIngestionCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateIngestionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateIngestionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateIngestionCommand = CreateIngestionCommand;
|
|
@@ -36,10 +36,10 @@ class CreateNamespaceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateNamespaceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateNamespaceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateNamespaceCommand = CreateNamespaceCommand;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateRefreshScheduleCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class CreateRefreshScheduleCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRefreshScheduleCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "QuickSightClient";
|
|
27
|
+
const commandName = "CreateRefreshScheduleCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateRefreshScheduleCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateRefreshScheduleCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.CreateRefreshScheduleCommand = CreateRefreshScheduleCommand;
|
|
@@ -36,10 +36,10 @@ class CreateTemplateAliasCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateTemplateAliasCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateTemplateAliasCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateTemplateAliasCommand = CreateTemplateAliasCommand;
|
|
@@ -37,10 +37,10 @@ class CreateTemplateCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateTemplateCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateTemplateCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateTemplateCommand = CreateTemplateCommand;
|
|
@@ -36,10 +36,10 @@ class CreateThemeAliasCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateThemeAliasCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_CreateThemeAliasCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateThemeAliasCommand = CreateThemeAliasCommand;
|