@aws-sdk/client-quicksight 3.335.0 → 3.337.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 +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
- package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_1.js +64 -159
- package/dist-cjs/models/models_2.js +240 -63
- package/dist-cjs/models/models_3.js +20 -1
- package/dist-cjs/models/models_4.js +2 -0
- package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +565 -12
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
- package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_1.js +58 -149
- package/dist-es/models/models_2.js +228 -59
- package/dist-es/models/models_3.js +16 -1
- package/dist-es/models/models_4.js +1 -0
- package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
- package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +543 -2
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +8 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +326 -339
- package/dist-types/models/models_2.d.ts +4908 -5140
- package/dist-types/models/models_3.d.ts +1611 -609
- package/dist-types/models/models_4.d.ts +315 -0
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +189 -209
- package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
- package/dist-types/ts3.4/models/models_3.d.ts +339 -72
- package/dist-types/ts3.4/models/models_4.d.ts +74 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.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 +72 -0
- package/package.json +28 -28
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.se_DescribeAnalysisDefinitionCommand = exports.se_DescribeAnalysisCommand = exports.se_DescribeAccountSubscriptionCommand = exports.se_DescribeAccountSettingsCommand = exports.se_DescribeAccountCustomizationCommand = exports.se_DeleteVPCConnectionCommand = exports.se_DeleteUserByPrincipalIdCommand = exports.se_DeleteUserCommand = exports.se_DeleteTopicRefreshScheduleCommand = exports.se_DeleteTopicCommand = exports.se_DeleteThemeAliasCommand = exports.se_DeleteThemeCommand = exports.se_DeleteTemplateAliasCommand = exports.se_DeleteTemplateCommand = exports.se_DeleteRefreshScheduleCommand = exports.se_DeleteNamespaceCommand = exports.se_DeleteIAMPolicyAssignmentCommand = exports.se_DeleteGroupMembershipCommand = exports.se_DeleteGroupCommand = exports.se_DeleteFolderMembershipCommand = exports.se_DeleteFolderCommand = exports.se_DeleteDataSourceCommand = exports.se_DeleteDataSetRefreshPropertiesCommand = exports.se_DeleteDataSetCommand = exports.se_DeleteDashboardCommand = exports.se_DeleteAnalysisCommand = exports.se_DeleteAccountSubscriptionCommand = exports.se_DeleteAccountCustomizationCommand = exports.se_CreateVPCConnectionCommand = exports.se_CreateTopicRefreshScheduleCommand = exports.se_CreateTopicCommand = exports.se_CreateThemeAliasCommand = exports.se_CreateThemeCommand = exports.se_CreateTemplateAliasCommand = exports.se_CreateTemplateCommand = exports.se_CreateRefreshScheduleCommand = exports.se_CreateNamespaceCommand = exports.se_CreateIngestionCommand = exports.se_CreateIAMPolicyAssignmentCommand = exports.se_CreateGroupMembershipCommand = exports.se_CreateGroupCommand = exports.se_CreateFolderMembershipCommand = exports.se_CreateFolderCommand = exports.se_CreateDataSourceCommand = exports.se_CreateDataSetCommand = exports.se_CreateDashboardCommand = exports.se_CreateAnalysisCommand = exports.se_CreateAccountSubscriptionCommand = exports.se_CreateAccountCustomizationCommand = exports.se_CancelIngestionCommand = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.de_UpdateVPCConnectionCommand = exports.de_UpdateUserCommand = exports.de_UpdateTopicRefreshScheduleCommand = exports.de_UpdateTopicPermissionsCommand = void 0;
|
|
4
|
+
exports.se_ListIAMPolicyAssignmentsCommand = exports.se_ListGroupsCommand = exports.se_ListGroupMembershipsCommand = exports.se_ListFoldersCommand = exports.se_ListFolderMembersCommand = exports.se_ListDataSourcesCommand = exports.se_ListDataSetsCommand = exports.se_ListDashboardVersionsCommand = exports.se_ListDashboardsCommand = exports.se_ListAssetBundleImportJobsCommand = exports.se_ListAssetBundleExportJobsCommand = exports.se_ListAnalysesCommand = exports.se_GetSessionEmbedUrlCommand = exports.se_GetDashboardEmbedUrlCommand = exports.se_GenerateEmbedUrlForRegisteredUserCommand = exports.se_GenerateEmbedUrlForAnonymousUserCommand = exports.se_DescribeVPCConnectionCommand = exports.se_DescribeUserCommand = exports.se_DescribeTopicRefreshScheduleCommand = exports.se_DescribeTopicRefreshCommand = exports.se_DescribeTopicPermissionsCommand = exports.se_DescribeTopicCommand = exports.se_DescribeThemePermissionsCommand = exports.se_DescribeThemeAliasCommand = exports.se_DescribeThemeCommand = exports.se_DescribeTemplatePermissionsCommand = exports.se_DescribeTemplateDefinitionCommand = exports.se_DescribeTemplateAliasCommand = exports.se_DescribeTemplateCommand = exports.se_DescribeRefreshScheduleCommand = exports.se_DescribeNamespaceCommand = exports.se_DescribeIpRestrictionCommand = exports.se_DescribeIngestionCommand = exports.se_DescribeIAMPolicyAssignmentCommand = exports.se_DescribeGroupMembershipCommand = exports.se_DescribeGroupCommand = exports.se_DescribeFolderResolvedPermissionsCommand = exports.se_DescribeFolderPermissionsCommand = exports.se_DescribeFolderCommand = exports.se_DescribeDataSourcePermissionsCommand = exports.se_DescribeDataSourceCommand = exports.se_DescribeDataSetRefreshPropertiesCommand = exports.se_DescribeDataSetPermissionsCommand = exports.se_DescribeDataSetCommand = exports.se_DescribeDashboardPermissionsCommand = exports.se_DescribeDashboardDefinitionCommand = exports.se_DescribeDashboardCommand = exports.se_DescribeAssetBundleImportJobCommand = exports.se_DescribeAssetBundleExportJobCommand = exports.se_DescribeAnalysisPermissionsCommand = void 0;
|
|
5
|
+
exports.se_UpdateTemplatePermissionsCommand = exports.se_UpdateTemplateAliasCommand = exports.se_UpdateTemplateCommand = exports.se_UpdateRefreshScheduleCommand = exports.se_UpdatePublicSharingSettingsCommand = exports.se_UpdateIpRestrictionCommand = exports.se_UpdateIAMPolicyAssignmentCommand = exports.se_UpdateGroupCommand = exports.se_UpdateFolderPermissionsCommand = exports.se_UpdateFolderCommand = exports.se_UpdateDataSourcePermissionsCommand = exports.se_UpdateDataSourceCommand = exports.se_UpdateDataSetPermissionsCommand = exports.se_UpdateDataSetCommand = exports.se_UpdateDashboardPublishedVersionCommand = exports.se_UpdateDashboardPermissionsCommand = exports.se_UpdateDashboardCommand = exports.se_UpdateAnalysisPermissionsCommand = exports.se_UpdateAnalysisCommand = exports.se_UpdateAccountSettingsCommand = exports.se_UpdateAccountCustomizationCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StartAssetBundleImportJobCommand = exports.se_StartAssetBundleExportJobCommand = exports.se_SearchGroupsCommand = exports.se_SearchFoldersCommand = exports.se_SearchDataSourcesCommand = exports.se_SearchDataSetsCommand = exports.se_SearchDashboardsCommand = exports.se_SearchAnalysesCommand = exports.se_RestoreAnalysisCommand = exports.se_RegisterUserCommand = exports.se_PutDataSetRefreshPropertiesCommand = exports.se_ListVPCConnectionsCommand = exports.se_ListUsersCommand = exports.se_ListUserGroupsCommand = exports.se_ListTopicsCommand = exports.se_ListTopicRefreshSchedulesCommand = exports.se_ListThemeVersionsCommand = exports.se_ListThemesCommand = exports.se_ListThemeAliasesCommand = exports.se_ListTemplateVersionsCommand = exports.se_ListTemplatesCommand = exports.se_ListTemplateAliasesCommand = exports.se_ListTagsForResourceCommand = exports.se_ListRefreshSchedulesCommand = exports.se_ListNamespacesCommand = exports.se_ListIngestionsCommand = exports.se_ListIAMPolicyAssignmentsForUserCommand = void 0;
|
|
6
|
+
exports.de_DeleteTopicRefreshScheduleCommand = exports.de_DeleteTopicCommand = exports.de_DeleteThemeAliasCommand = exports.de_DeleteThemeCommand = exports.de_DeleteTemplateAliasCommand = exports.de_DeleteTemplateCommand = exports.de_DeleteRefreshScheduleCommand = exports.de_DeleteNamespaceCommand = exports.de_DeleteIAMPolicyAssignmentCommand = exports.de_DeleteGroupMembershipCommand = exports.de_DeleteGroupCommand = exports.de_DeleteFolderMembershipCommand = exports.de_DeleteFolderCommand = exports.de_DeleteDataSourceCommand = exports.de_DeleteDataSetRefreshPropertiesCommand = exports.de_DeleteDataSetCommand = exports.de_DeleteDashboardCommand = exports.de_DeleteAnalysisCommand = exports.de_DeleteAccountSubscriptionCommand = exports.de_DeleteAccountCustomizationCommand = exports.de_CreateVPCConnectionCommand = exports.de_CreateTopicRefreshScheduleCommand = exports.de_CreateTopicCommand = exports.de_CreateThemeAliasCommand = exports.de_CreateThemeCommand = exports.de_CreateTemplateAliasCommand = exports.de_CreateTemplateCommand = exports.de_CreateRefreshScheduleCommand = exports.de_CreateNamespaceCommand = exports.de_CreateIngestionCommand = exports.de_CreateIAMPolicyAssignmentCommand = exports.de_CreateGroupMembershipCommand = exports.de_CreateGroupCommand = exports.de_CreateFolderMembershipCommand = exports.de_CreateFolderCommand = exports.de_CreateDataSourceCommand = exports.de_CreateDataSetCommand = exports.de_CreateDashboardCommand = exports.de_CreateAnalysisCommand = exports.de_CreateAccountSubscriptionCommand = exports.de_CreateAccountCustomizationCommand = exports.de_CancelIngestionCommand = exports.se_UpdateVPCConnectionCommand = exports.se_UpdateUserCommand = exports.se_UpdateTopicRefreshScheduleCommand = exports.se_UpdateTopicPermissionsCommand = exports.se_UpdateTopicCommand = exports.se_UpdateThemePermissionsCommand = exports.se_UpdateThemeAliasCommand = exports.se_UpdateThemeCommand = void 0;
|
|
7
|
+
exports.de_ListDashboardsCommand = exports.de_ListAssetBundleImportJobsCommand = exports.de_ListAssetBundleExportJobsCommand = exports.de_ListAnalysesCommand = exports.de_GetSessionEmbedUrlCommand = exports.de_GetDashboardEmbedUrlCommand = exports.de_GenerateEmbedUrlForRegisteredUserCommand = exports.de_GenerateEmbedUrlForAnonymousUserCommand = exports.de_DescribeVPCConnectionCommand = exports.de_DescribeUserCommand = exports.de_DescribeTopicRefreshScheduleCommand = exports.de_DescribeTopicRefreshCommand = exports.de_DescribeTopicPermissionsCommand = exports.de_DescribeTopicCommand = exports.de_DescribeThemePermissionsCommand = exports.de_DescribeThemeAliasCommand = exports.de_DescribeThemeCommand = exports.de_DescribeTemplatePermissionsCommand = exports.de_DescribeTemplateDefinitionCommand = exports.de_DescribeTemplateAliasCommand = exports.de_DescribeTemplateCommand = exports.de_DescribeRefreshScheduleCommand = exports.de_DescribeNamespaceCommand = exports.de_DescribeIpRestrictionCommand = exports.de_DescribeIngestionCommand = exports.de_DescribeIAMPolicyAssignmentCommand = exports.de_DescribeGroupMembershipCommand = exports.de_DescribeGroupCommand = exports.de_DescribeFolderResolvedPermissionsCommand = exports.de_DescribeFolderPermissionsCommand = exports.de_DescribeFolderCommand = exports.de_DescribeDataSourcePermissionsCommand = exports.de_DescribeDataSourceCommand = exports.de_DescribeDataSetRefreshPropertiesCommand = exports.de_DescribeDataSetPermissionsCommand = exports.de_DescribeDataSetCommand = exports.de_DescribeDashboardPermissionsCommand = exports.de_DescribeDashboardDefinitionCommand = exports.de_DescribeDashboardCommand = exports.de_DescribeAssetBundleImportJobCommand = exports.de_DescribeAssetBundleExportJobCommand = exports.de_DescribeAnalysisPermissionsCommand = exports.de_DescribeAnalysisDefinitionCommand = exports.de_DescribeAnalysisCommand = exports.de_DescribeAccountSubscriptionCommand = exports.de_DescribeAccountSettingsCommand = exports.de_DescribeAccountCustomizationCommand = exports.de_DeleteVPCConnectionCommand = exports.de_DeleteUserByPrincipalIdCommand = exports.de_DeleteUserCommand = void 0;
|
|
8
|
+
exports.de_UpdateFolderPermissionsCommand = exports.de_UpdateFolderCommand = exports.de_UpdateDataSourcePermissionsCommand = exports.de_UpdateDataSourceCommand = exports.de_UpdateDataSetPermissionsCommand = exports.de_UpdateDataSetCommand = exports.de_UpdateDashboardPublishedVersionCommand = exports.de_UpdateDashboardPermissionsCommand = exports.de_UpdateDashboardCommand = exports.de_UpdateAnalysisPermissionsCommand = exports.de_UpdateAnalysisCommand = exports.de_UpdateAccountSettingsCommand = exports.de_UpdateAccountCustomizationCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StartAssetBundleImportJobCommand = exports.de_StartAssetBundleExportJobCommand = exports.de_SearchGroupsCommand = exports.de_SearchFoldersCommand = exports.de_SearchDataSourcesCommand = exports.de_SearchDataSetsCommand = exports.de_SearchDashboardsCommand = exports.de_SearchAnalysesCommand = exports.de_RestoreAnalysisCommand = exports.de_RegisterUserCommand = exports.de_PutDataSetRefreshPropertiesCommand = exports.de_ListVPCConnectionsCommand = exports.de_ListUsersCommand = exports.de_ListUserGroupsCommand = exports.de_ListTopicsCommand = exports.de_ListTopicRefreshSchedulesCommand = exports.de_ListThemeVersionsCommand = exports.de_ListThemesCommand = exports.de_ListThemeAliasesCommand = exports.de_ListTemplateVersionsCommand = exports.de_ListTemplatesCommand = exports.de_ListTemplateAliasesCommand = exports.de_ListTagsForResourceCommand = exports.de_ListRefreshSchedulesCommand = exports.de_ListNamespacesCommand = exports.de_ListIngestionsCommand = exports.de_ListIAMPolicyAssignmentsForUserCommand = exports.de_ListIAMPolicyAssignmentsCommand = exports.de_ListGroupsCommand = exports.de_ListGroupMembershipsCommand = exports.de_ListFoldersCommand = exports.de_ListFolderMembersCommand = exports.de_ListDataSourcesCommand = exports.de_ListDataSetsCommand = exports.de_ListDashboardVersionsCommand = void 0;
|
|
9
|
+
exports.de_UpdateVPCConnectionCommand = exports.de_UpdateUserCommand = exports.de_UpdateTopicRefreshScheduleCommand = exports.de_UpdateTopicPermissionsCommand = exports.de_UpdateTopicCommand = exports.de_UpdateThemePermissionsCommand = exports.de_UpdateThemeAliasCommand = exports.de_UpdateThemeCommand = exports.de_UpdateTemplatePermissionsCommand = exports.de_UpdateTemplateAliasCommand = exports.de_UpdateTemplateCommand = exports.de_UpdateRefreshScheduleCommand = exports.de_UpdatePublicSharingSettingsCommand = exports.de_UpdateIpRestrictionCommand = exports.de_UpdateIAMPolicyAssignmentCommand = exports.de_UpdateGroupCommand = void 0;
|
|
10
10
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
11
11
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
12
12
|
const models_0_1 = require("../models/models_0");
|
|
13
|
-
const models_1_1 = require("../models/models_1");
|
|
14
13
|
const models_2_1 = require("../models/models_2");
|
|
15
14
|
const models_3_1 = require("../models/models_3");
|
|
16
15
|
const QuickSightServiceException_1 = require("../models/QuickSightServiceException");
|
|
@@ -1186,6 +1185,44 @@ const se_DescribeAnalysisPermissionsCommand = async (input, context) => {
|
|
|
1186
1185
|
});
|
|
1187
1186
|
};
|
|
1188
1187
|
exports.se_DescribeAnalysisPermissionsCommand = se_DescribeAnalysisPermissionsCommand;
|
|
1188
|
+
const se_DescribeAssetBundleExportJobCommand = async (input, context) => {
|
|
1189
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1190
|
+
const headers = {};
|
|
1191
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
1192
|
+
"/accounts/{AwsAccountId}/asset-bundle-export-jobs/{AssetBundleExportJobId}";
|
|
1193
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1194
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AssetBundleExportJobId", () => input.AssetBundleExportJobId, "{AssetBundleExportJobId}", false);
|
|
1195
|
+
let body;
|
|
1196
|
+
return new protocol_http_1.HttpRequest({
|
|
1197
|
+
protocol,
|
|
1198
|
+
hostname,
|
|
1199
|
+
port,
|
|
1200
|
+
method: "GET",
|
|
1201
|
+
headers,
|
|
1202
|
+
path: resolvedPath,
|
|
1203
|
+
body,
|
|
1204
|
+
});
|
|
1205
|
+
};
|
|
1206
|
+
exports.se_DescribeAssetBundleExportJobCommand = se_DescribeAssetBundleExportJobCommand;
|
|
1207
|
+
const se_DescribeAssetBundleImportJobCommand = async (input, context) => {
|
|
1208
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1209
|
+
const headers = {};
|
|
1210
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
1211
|
+
"/accounts/{AwsAccountId}/asset-bundle-import-jobs/{AssetBundleImportJobId}";
|
|
1212
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1213
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AssetBundleImportJobId", () => input.AssetBundleImportJobId, "{AssetBundleImportJobId}", false);
|
|
1214
|
+
let body;
|
|
1215
|
+
return new protocol_http_1.HttpRequest({
|
|
1216
|
+
protocol,
|
|
1217
|
+
hostname,
|
|
1218
|
+
port,
|
|
1219
|
+
method: "GET",
|
|
1220
|
+
headers,
|
|
1221
|
+
path: resolvedPath,
|
|
1222
|
+
body,
|
|
1223
|
+
});
|
|
1224
|
+
};
|
|
1225
|
+
exports.se_DescribeAssetBundleImportJobCommand = se_DescribeAssetBundleImportJobCommand;
|
|
1189
1226
|
const se_DescribeDashboardCommand = async (input, context) => {
|
|
1190
1227
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1191
1228
|
const headers = {};
|
|
@@ -1949,6 +1986,52 @@ const se_ListAnalysesCommand = async (input, context) => {
|
|
|
1949
1986
|
});
|
|
1950
1987
|
};
|
|
1951
1988
|
exports.se_ListAnalysesCommand = se_ListAnalysesCommand;
|
|
1989
|
+
const se_ListAssetBundleExportJobsCommand = async (input, context) => {
|
|
1990
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1991
|
+
const headers = {};
|
|
1992
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
1993
|
+
"/accounts/{AwsAccountId}/asset-bundle-export-jobs";
|
|
1994
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1995
|
+
const query = (0, smithy_client_1.map)({
|
|
1996
|
+
"next-token": [, input.NextToken],
|
|
1997
|
+
"max-results": [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
|
|
1998
|
+
});
|
|
1999
|
+
let body;
|
|
2000
|
+
return new protocol_http_1.HttpRequest({
|
|
2001
|
+
protocol,
|
|
2002
|
+
hostname,
|
|
2003
|
+
port,
|
|
2004
|
+
method: "GET",
|
|
2005
|
+
headers,
|
|
2006
|
+
path: resolvedPath,
|
|
2007
|
+
query,
|
|
2008
|
+
body,
|
|
2009
|
+
});
|
|
2010
|
+
};
|
|
2011
|
+
exports.se_ListAssetBundleExportJobsCommand = se_ListAssetBundleExportJobsCommand;
|
|
2012
|
+
const se_ListAssetBundleImportJobsCommand = async (input, context) => {
|
|
2013
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2014
|
+
const headers = {};
|
|
2015
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
2016
|
+
"/accounts/{AwsAccountId}/asset-bundle-import-jobs";
|
|
2017
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2018
|
+
const query = (0, smithy_client_1.map)({
|
|
2019
|
+
"next-token": [, input.NextToken],
|
|
2020
|
+
"max-results": [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
|
|
2021
|
+
});
|
|
2022
|
+
let body;
|
|
2023
|
+
return new protocol_http_1.HttpRequest({
|
|
2024
|
+
protocol,
|
|
2025
|
+
hostname,
|
|
2026
|
+
port,
|
|
2027
|
+
method: "GET",
|
|
2028
|
+
headers,
|
|
2029
|
+
path: resolvedPath,
|
|
2030
|
+
query,
|
|
2031
|
+
body,
|
|
2032
|
+
});
|
|
2033
|
+
};
|
|
2034
|
+
exports.se_ListAssetBundleImportJobsCommand = se_ListAssetBundleImportJobsCommand;
|
|
1952
2035
|
const se_ListDashboardsCommand = async (input, context) => {
|
|
1953
2036
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1954
2037
|
const headers = {};
|
|
@@ -2746,6 +2829,59 @@ const se_SearchGroupsCommand = async (input, context) => {
|
|
|
2746
2829
|
});
|
|
2747
2830
|
};
|
|
2748
2831
|
exports.se_SearchGroupsCommand = se_SearchGroupsCommand;
|
|
2832
|
+
const se_StartAssetBundleExportJobCommand = async (input, context) => {
|
|
2833
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2834
|
+
const headers = {
|
|
2835
|
+
"content-type": "application/json",
|
|
2836
|
+
};
|
|
2837
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
2838
|
+
"/accounts/{AwsAccountId}/asset-bundle-export-jobs/export";
|
|
2839
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2840
|
+
let body;
|
|
2841
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
2842
|
+
AssetBundleExportJobId: [],
|
|
2843
|
+
CloudFormationOverridePropertyConfiguration: (_) => (0, smithy_client_1._json)(_),
|
|
2844
|
+
ExportFormat: [],
|
|
2845
|
+
IncludeAllDependencies: [],
|
|
2846
|
+
ResourceArns: (_) => (0, smithy_client_1._json)(_),
|
|
2847
|
+
}));
|
|
2848
|
+
return new protocol_http_1.HttpRequest({
|
|
2849
|
+
protocol,
|
|
2850
|
+
hostname,
|
|
2851
|
+
port,
|
|
2852
|
+
method: "POST",
|
|
2853
|
+
headers,
|
|
2854
|
+
path: resolvedPath,
|
|
2855
|
+
body,
|
|
2856
|
+
});
|
|
2857
|
+
};
|
|
2858
|
+
exports.se_StartAssetBundleExportJobCommand = se_StartAssetBundleExportJobCommand;
|
|
2859
|
+
const se_StartAssetBundleImportJobCommand = async (input, context) => {
|
|
2860
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2861
|
+
const headers = {
|
|
2862
|
+
"content-type": "application/json",
|
|
2863
|
+
};
|
|
2864
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
2865
|
+
"/accounts/{AwsAccountId}/asset-bundle-import-jobs/import";
|
|
2866
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2867
|
+
let body;
|
|
2868
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
2869
|
+
AssetBundleImportJobId: [],
|
|
2870
|
+
AssetBundleImportSource: (_) => se_AssetBundleImportSource(_, context),
|
|
2871
|
+
FailureAction: [],
|
|
2872
|
+
OverrideParameters: (_) => se_AssetBundleImportJobOverrideParameters(_, context),
|
|
2873
|
+
}));
|
|
2874
|
+
return new protocol_http_1.HttpRequest({
|
|
2875
|
+
protocol,
|
|
2876
|
+
hostname,
|
|
2877
|
+
port,
|
|
2878
|
+
method: "POST",
|
|
2879
|
+
headers,
|
|
2880
|
+
path: resolvedPath,
|
|
2881
|
+
body,
|
|
2882
|
+
});
|
|
2883
|
+
};
|
|
2884
|
+
exports.se_StartAssetBundleImportJobCommand = se_StartAssetBundleImportJobCommand;
|
|
2749
2885
|
const se_TagResourceCommand = async (input, context) => {
|
|
2750
2886
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2751
2887
|
const headers = {
|
|
@@ -6475,6 +6611,113 @@ const de_DescribeAnalysisPermissionsCommandError = async (output, context) => {
|
|
|
6475
6611
|
});
|
|
6476
6612
|
}
|
|
6477
6613
|
};
|
|
6614
|
+
const de_DescribeAssetBundleExportJobCommand = async (output, context) => {
|
|
6615
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6616
|
+
return de_DescribeAssetBundleExportJobCommandError(output, context);
|
|
6617
|
+
}
|
|
6618
|
+
const contents = (0, smithy_client_1.map)({
|
|
6619
|
+
$metadata: deserializeMetadata(output),
|
|
6620
|
+
});
|
|
6621
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
6622
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
6623
|
+
Arn: smithy_client_1.expectString,
|
|
6624
|
+
AssetBundleExportJobId: smithy_client_1.expectString,
|
|
6625
|
+
AwsAccountId: smithy_client_1.expectString,
|
|
6626
|
+
CloudFormationOverridePropertyConfiguration: smithy_client_1._json,
|
|
6627
|
+
CreatedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
6628
|
+
DownloadUrl: smithy_client_1.expectString,
|
|
6629
|
+
Errors: smithy_client_1._json,
|
|
6630
|
+
ExportFormat: smithy_client_1.expectString,
|
|
6631
|
+
IncludeAllDependencies: smithy_client_1.expectBoolean,
|
|
6632
|
+
JobStatus: smithy_client_1.expectString,
|
|
6633
|
+
RequestId: smithy_client_1.expectString,
|
|
6634
|
+
ResourceArns: smithy_client_1._json,
|
|
6635
|
+
});
|
|
6636
|
+
Object.assign(contents, doc);
|
|
6637
|
+
(0, smithy_client_1.map)(contents, {
|
|
6638
|
+
Status: [, output.statusCode],
|
|
6639
|
+
});
|
|
6640
|
+
return contents;
|
|
6641
|
+
};
|
|
6642
|
+
exports.de_DescribeAssetBundleExportJobCommand = de_DescribeAssetBundleExportJobCommand;
|
|
6643
|
+
const de_DescribeAssetBundleExportJobCommandError = async (output, context) => {
|
|
6644
|
+
const parsedOutput = {
|
|
6645
|
+
...output,
|
|
6646
|
+
body: await parseErrorBody(output.body, context),
|
|
6647
|
+
};
|
|
6648
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6649
|
+
switch (errorCode) {
|
|
6650
|
+
case "ResourceNotFoundException":
|
|
6651
|
+
case "com.amazonaws.quicksight#ResourceNotFoundException":
|
|
6652
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
6653
|
+
case "ThrottlingException":
|
|
6654
|
+
case "com.amazonaws.quicksight#ThrottlingException":
|
|
6655
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
6656
|
+
case "UnsupportedUserEditionException":
|
|
6657
|
+
case "com.amazonaws.quicksight#UnsupportedUserEditionException":
|
|
6658
|
+
throw await de_UnsupportedUserEditionExceptionRes(parsedOutput, context);
|
|
6659
|
+
default:
|
|
6660
|
+
const parsedBody = parsedOutput.body;
|
|
6661
|
+
return throwDefaultError({
|
|
6662
|
+
output,
|
|
6663
|
+
parsedBody,
|
|
6664
|
+
errorCode,
|
|
6665
|
+
});
|
|
6666
|
+
}
|
|
6667
|
+
};
|
|
6668
|
+
const de_DescribeAssetBundleImportJobCommand = async (output, context) => {
|
|
6669
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6670
|
+
return de_DescribeAssetBundleImportJobCommandError(output, context);
|
|
6671
|
+
}
|
|
6672
|
+
const contents = (0, smithy_client_1.map)({
|
|
6673
|
+
$metadata: deserializeMetadata(output),
|
|
6674
|
+
});
|
|
6675
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
6676
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
6677
|
+
Arn: smithy_client_1.expectString,
|
|
6678
|
+
AssetBundleImportJobId: smithy_client_1.expectString,
|
|
6679
|
+
AssetBundleImportSource: smithy_client_1._json,
|
|
6680
|
+
AwsAccountId: smithy_client_1.expectString,
|
|
6681
|
+
CreatedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
6682
|
+
Errors: smithy_client_1._json,
|
|
6683
|
+
FailureAction: smithy_client_1.expectString,
|
|
6684
|
+
JobStatus: smithy_client_1.expectString,
|
|
6685
|
+
OverrideParameters: (_) => de_AssetBundleImportJobOverrideParameters(_, context),
|
|
6686
|
+
RequestId: smithy_client_1.expectString,
|
|
6687
|
+
RollbackErrors: smithy_client_1._json,
|
|
6688
|
+
});
|
|
6689
|
+
Object.assign(contents, doc);
|
|
6690
|
+
(0, smithy_client_1.map)(contents, {
|
|
6691
|
+
Status: [, output.statusCode],
|
|
6692
|
+
});
|
|
6693
|
+
return contents;
|
|
6694
|
+
};
|
|
6695
|
+
exports.de_DescribeAssetBundleImportJobCommand = de_DescribeAssetBundleImportJobCommand;
|
|
6696
|
+
const de_DescribeAssetBundleImportJobCommandError = async (output, context) => {
|
|
6697
|
+
const parsedOutput = {
|
|
6698
|
+
...output,
|
|
6699
|
+
body: await parseErrorBody(output.body, context),
|
|
6700
|
+
};
|
|
6701
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6702
|
+
switch (errorCode) {
|
|
6703
|
+
case "ResourceNotFoundException":
|
|
6704
|
+
case "com.amazonaws.quicksight#ResourceNotFoundException":
|
|
6705
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
6706
|
+
case "ThrottlingException":
|
|
6707
|
+
case "com.amazonaws.quicksight#ThrottlingException":
|
|
6708
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
6709
|
+
case "UnsupportedUserEditionException":
|
|
6710
|
+
case "com.amazonaws.quicksight#UnsupportedUserEditionException":
|
|
6711
|
+
throw await de_UnsupportedUserEditionExceptionRes(parsedOutput, context);
|
|
6712
|
+
default:
|
|
6713
|
+
const parsedBody = parsedOutput.body;
|
|
6714
|
+
return throwDefaultError({
|
|
6715
|
+
output,
|
|
6716
|
+
parsedBody,
|
|
6717
|
+
errorCode,
|
|
6718
|
+
});
|
|
6719
|
+
}
|
|
6720
|
+
};
|
|
6478
6721
|
const de_DescribeDashboardCommand = async (output, context) => {
|
|
6479
6722
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6480
6723
|
return de_DescribeDashboardCommandError(output, context);
|
|
@@ -8461,6 +8704,108 @@ const de_ListAnalysesCommandError = async (output, context) => {
|
|
|
8461
8704
|
});
|
|
8462
8705
|
}
|
|
8463
8706
|
};
|
|
8707
|
+
const de_ListAssetBundleExportJobsCommand = async (output, context) => {
|
|
8708
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8709
|
+
return de_ListAssetBundleExportJobsCommandError(output, context);
|
|
8710
|
+
}
|
|
8711
|
+
const contents = (0, smithy_client_1.map)({
|
|
8712
|
+
$metadata: deserializeMetadata(output),
|
|
8713
|
+
});
|
|
8714
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
8715
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
8716
|
+
AssetBundleExportJobSummaryList: (_) => de_AssetBundleExportJobSummaryList(_, context),
|
|
8717
|
+
NextToken: smithy_client_1.expectString,
|
|
8718
|
+
RequestId: smithy_client_1.expectString,
|
|
8719
|
+
});
|
|
8720
|
+
Object.assign(contents, doc);
|
|
8721
|
+
(0, smithy_client_1.map)(contents, {
|
|
8722
|
+
Status: [, output.statusCode],
|
|
8723
|
+
});
|
|
8724
|
+
return contents;
|
|
8725
|
+
};
|
|
8726
|
+
exports.de_ListAssetBundleExportJobsCommand = de_ListAssetBundleExportJobsCommand;
|
|
8727
|
+
const de_ListAssetBundleExportJobsCommandError = async (output, context) => {
|
|
8728
|
+
const parsedOutput = {
|
|
8729
|
+
...output,
|
|
8730
|
+
body: await parseErrorBody(output.body, context),
|
|
8731
|
+
};
|
|
8732
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8733
|
+
switch (errorCode) {
|
|
8734
|
+
case "AccessDeniedException":
|
|
8735
|
+
case "com.amazonaws.quicksight#AccessDeniedException":
|
|
8736
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
8737
|
+
case "InvalidNextTokenException":
|
|
8738
|
+
case "com.amazonaws.quicksight#InvalidNextTokenException":
|
|
8739
|
+
throw await de_InvalidNextTokenExceptionRes(parsedOutput, context);
|
|
8740
|
+
case "ResourceNotFoundException":
|
|
8741
|
+
case "com.amazonaws.quicksight#ResourceNotFoundException":
|
|
8742
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
8743
|
+
case "ThrottlingException":
|
|
8744
|
+
case "com.amazonaws.quicksight#ThrottlingException":
|
|
8745
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
8746
|
+
case "UnsupportedUserEditionException":
|
|
8747
|
+
case "com.amazonaws.quicksight#UnsupportedUserEditionException":
|
|
8748
|
+
throw await de_UnsupportedUserEditionExceptionRes(parsedOutput, context);
|
|
8749
|
+
default:
|
|
8750
|
+
const parsedBody = parsedOutput.body;
|
|
8751
|
+
return throwDefaultError({
|
|
8752
|
+
output,
|
|
8753
|
+
parsedBody,
|
|
8754
|
+
errorCode,
|
|
8755
|
+
});
|
|
8756
|
+
}
|
|
8757
|
+
};
|
|
8758
|
+
const de_ListAssetBundleImportJobsCommand = async (output, context) => {
|
|
8759
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8760
|
+
return de_ListAssetBundleImportJobsCommandError(output, context);
|
|
8761
|
+
}
|
|
8762
|
+
const contents = (0, smithy_client_1.map)({
|
|
8763
|
+
$metadata: deserializeMetadata(output),
|
|
8764
|
+
});
|
|
8765
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
8766
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
8767
|
+
AssetBundleImportJobSummaryList: (_) => de_AssetBundleImportJobSummaryList(_, context),
|
|
8768
|
+
NextToken: smithy_client_1.expectString,
|
|
8769
|
+
RequestId: smithy_client_1.expectString,
|
|
8770
|
+
});
|
|
8771
|
+
Object.assign(contents, doc);
|
|
8772
|
+
(0, smithy_client_1.map)(contents, {
|
|
8773
|
+
Status: [, output.statusCode],
|
|
8774
|
+
});
|
|
8775
|
+
return contents;
|
|
8776
|
+
};
|
|
8777
|
+
exports.de_ListAssetBundleImportJobsCommand = de_ListAssetBundleImportJobsCommand;
|
|
8778
|
+
const de_ListAssetBundleImportJobsCommandError = async (output, context) => {
|
|
8779
|
+
const parsedOutput = {
|
|
8780
|
+
...output,
|
|
8781
|
+
body: await parseErrorBody(output.body, context),
|
|
8782
|
+
};
|
|
8783
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8784
|
+
switch (errorCode) {
|
|
8785
|
+
case "AccessDeniedException":
|
|
8786
|
+
case "com.amazonaws.quicksight#AccessDeniedException":
|
|
8787
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
8788
|
+
case "InvalidNextTokenException":
|
|
8789
|
+
case "com.amazonaws.quicksight#InvalidNextTokenException":
|
|
8790
|
+
throw await de_InvalidNextTokenExceptionRes(parsedOutput, context);
|
|
8791
|
+
case "ResourceNotFoundException":
|
|
8792
|
+
case "com.amazonaws.quicksight#ResourceNotFoundException":
|
|
8793
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
8794
|
+
case "ThrottlingException":
|
|
8795
|
+
case "com.amazonaws.quicksight#ThrottlingException":
|
|
8796
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
8797
|
+
case "UnsupportedUserEditionException":
|
|
8798
|
+
case "com.amazonaws.quicksight#UnsupportedUserEditionException":
|
|
8799
|
+
throw await de_UnsupportedUserEditionExceptionRes(parsedOutput, context);
|
|
8800
|
+
default:
|
|
8801
|
+
const parsedBody = parsedOutput.body;
|
|
8802
|
+
return throwDefaultError({
|
|
8803
|
+
output,
|
|
8804
|
+
parsedBody,
|
|
8805
|
+
errorCode,
|
|
8806
|
+
});
|
|
8807
|
+
}
|
|
8808
|
+
};
|
|
8464
8809
|
const de_ListDashboardsCommand = async (output, context) => {
|
|
8465
8810
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8466
8811
|
return de_ListDashboardsCommandError(output, context);
|
|
@@ -10354,6 +10699,120 @@ const de_SearchGroupsCommandError = async (output, context) => {
|
|
|
10354
10699
|
});
|
|
10355
10700
|
}
|
|
10356
10701
|
};
|
|
10702
|
+
const de_StartAssetBundleExportJobCommand = async (output, context) => {
|
|
10703
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10704
|
+
return de_StartAssetBundleExportJobCommandError(output, context);
|
|
10705
|
+
}
|
|
10706
|
+
const contents = (0, smithy_client_1.map)({
|
|
10707
|
+
$metadata: deserializeMetadata(output),
|
|
10708
|
+
});
|
|
10709
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
10710
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
10711
|
+
Arn: smithy_client_1.expectString,
|
|
10712
|
+
AssetBundleExportJobId: smithy_client_1.expectString,
|
|
10713
|
+
RequestId: smithy_client_1.expectString,
|
|
10714
|
+
});
|
|
10715
|
+
Object.assign(contents, doc);
|
|
10716
|
+
(0, smithy_client_1.map)(contents, {
|
|
10717
|
+
Status: [, output.statusCode],
|
|
10718
|
+
});
|
|
10719
|
+
return contents;
|
|
10720
|
+
};
|
|
10721
|
+
exports.de_StartAssetBundleExportJobCommand = de_StartAssetBundleExportJobCommand;
|
|
10722
|
+
const de_StartAssetBundleExportJobCommandError = async (output, context) => {
|
|
10723
|
+
const parsedOutput = {
|
|
10724
|
+
...output,
|
|
10725
|
+
body: await parseErrorBody(output.body, context),
|
|
10726
|
+
};
|
|
10727
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10728
|
+
switch (errorCode) {
|
|
10729
|
+
case "AccessDeniedException":
|
|
10730
|
+
case "com.amazonaws.quicksight#AccessDeniedException":
|
|
10731
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
10732
|
+
case "ConflictException":
|
|
10733
|
+
case "com.amazonaws.quicksight#ConflictException":
|
|
10734
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
10735
|
+
case "InvalidParameterValueException":
|
|
10736
|
+
case "com.amazonaws.quicksight#InvalidParameterValueException":
|
|
10737
|
+
throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
|
|
10738
|
+
case "LimitExceededException":
|
|
10739
|
+
case "com.amazonaws.quicksight#LimitExceededException":
|
|
10740
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
10741
|
+
case "ResourceNotFoundException":
|
|
10742
|
+
case "com.amazonaws.quicksight#ResourceNotFoundException":
|
|
10743
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
10744
|
+
case "ThrottlingException":
|
|
10745
|
+
case "com.amazonaws.quicksight#ThrottlingException":
|
|
10746
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
10747
|
+
case "UnsupportedUserEditionException":
|
|
10748
|
+
case "com.amazonaws.quicksight#UnsupportedUserEditionException":
|
|
10749
|
+
throw await de_UnsupportedUserEditionExceptionRes(parsedOutput, context);
|
|
10750
|
+
default:
|
|
10751
|
+
const parsedBody = parsedOutput.body;
|
|
10752
|
+
return throwDefaultError({
|
|
10753
|
+
output,
|
|
10754
|
+
parsedBody,
|
|
10755
|
+
errorCode,
|
|
10756
|
+
});
|
|
10757
|
+
}
|
|
10758
|
+
};
|
|
10759
|
+
const de_StartAssetBundleImportJobCommand = async (output, context) => {
|
|
10760
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10761
|
+
return de_StartAssetBundleImportJobCommandError(output, context);
|
|
10762
|
+
}
|
|
10763
|
+
const contents = (0, smithy_client_1.map)({
|
|
10764
|
+
$metadata: deserializeMetadata(output),
|
|
10765
|
+
});
|
|
10766
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
10767
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
10768
|
+
Arn: smithy_client_1.expectString,
|
|
10769
|
+
AssetBundleImportJobId: smithy_client_1.expectString,
|
|
10770
|
+
RequestId: smithy_client_1.expectString,
|
|
10771
|
+
});
|
|
10772
|
+
Object.assign(contents, doc);
|
|
10773
|
+
(0, smithy_client_1.map)(contents, {
|
|
10774
|
+
Status: [, output.statusCode],
|
|
10775
|
+
});
|
|
10776
|
+
return contents;
|
|
10777
|
+
};
|
|
10778
|
+
exports.de_StartAssetBundleImportJobCommand = de_StartAssetBundleImportJobCommand;
|
|
10779
|
+
const de_StartAssetBundleImportJobCommandError = async (output, context) => {
|
|
10780
|
+
const parsedOutput = {
|
|
10781
|
+
...output,
|
|
10782
|
+
body: await parseErrorBody(output.body, context),
|
|
10783
|
+
};
|
|
10784
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10785
|
+
switch (errorCode) {
|
|
10786
|
+
case "AccessDeniedException":
|
|
10787
|
+
case "com.amazonaws.quicksight#AccessDeniedException":
|
|
10788
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
10789
|
+
case "ConflictException":
|
|
10790
|
+
case "com.amazonaws.quicksight#ConflictException":
|
|
10791
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
10792
|
+
case "InvalidParameterValueException":
|
|
10793
|
+
case "com.amazonaws.quicksight#InvalidParameterValueException":
|
|
10794
|
+
throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
|
|
10795
|
+
case "LimitExceededException":
|
|
10796
|
+
case "com.amazonaws.quicksight#LimitExceededException":
|
|
10797
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
10798
|
+
case "ResourceNotFoundException":
|
|
10799
|
+
case "com.amazonaws.quicksight#ResourceNotFoundException":
|
|
10800
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
10801
|
+
case "ThrottlingException":
|
|
10802
|
+
case "com.amazonaws.quicksight#ThrottlingException":
|
|
10803
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
10804
|
+
case "UnsupportedUserEditionException":
|
|
10805
|
+
case "com.amazonaws.quicksight#UnsupportedUserEditionException":
|
|
10806
|
+
throw await de_UnsupportedUserEditionExceptionRes(parsedOutput, context);
|
|
10807
|
+
default:
|
|
10808
|
+
const parsedBody = parsedOutput.body;
|
|
10809
|
+
return throwDefaultError({
|
|
10810
|
+
output,
|
|
10811
|
+
parsedBody,
|
|
10812
|
+
errorCode,
|
|
10813
|
+
});
|
|
10814
|
+
}
|
|
10815
|
+
};
|
|
10357
10816
|
const de_TagResourceCommand = async (output, context) => {
|
|
10358
10817
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10359
10818
|
return de_TagResourceCommandError(output, context);
|
|
@@ -12197,7 +12656,7 @@ const de_InternalFailureExceptionRes = async (parsedOutput, context) => {
|
|
|
12197
12656
|
RequestId: smithy_client_1.expectString,
|
|
12198
12657
|
});
|
|
12199
12658
|
Object.assign(contents, doc);
|
|
12200
|
-
const exception = new
|
|
12659
|
+
const exception = new models_2_1.InternalFailureException({
|
|
12201
12660
|
$metadata: deserializeMetadata(parsedOutput),
|
|
12202
12661
|
...contents,
|
|
12203
12662
|
});
|
|
@@ -12225,7 +12684,7 @@ const de_InvalidParameterValueExceptionRes = async (parsedOutput, context) => {
|
|
|
12225
12684
|
RequestId: smithy_client_1.expectString,
|
|
12226
12685
|
});
|
|
12227
12686
|
Object.assign(contents, doc);
|
|
12228
|
-
const exception = new
|
|
12687
|
+
const exception = new models_2_1.InvalidParameterValueException({
|
|
12229
12688
|
$metadata: deserializeMetadata(parsedOutput),
|
|
12230
12689
|
...contents,
|
|
12231
12690
|
});
|
|
@@ -12297,7 +12756,7 @@ const de_ResourceExistsExceptionRes = async (parsedOutput, context) => {
|
|
|
12297
12756
|
ResourceType: smithy_client_1.expectString,
|
|
12298
12757
|
});
|
|
12299
12758
|
Object.assign(contents, doc);
|
|
12300
|
-
const exception = new
|
|
12759
|
+
const exception = new models_2_1.ResourceExistsException({
|
|
12301
12760
|
$metadata: deserializeMetadata(parsedOutput),
|
|
12302
12761
|
...contents,
|
|
12303
12762
|
});
|
|
@@ -12312,7 +12771,7 @@ const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
|
12312
12771
|
ResourceType: smithy_client_1.expectString,
|
|
12313
12772
|
});
|
|
12314
12773
|
Object.assign(contents, doc);
|
|
12315
|
-
const exception = new
|
|
12774
|
+
const exception = new models_2_1.ResourceNotFoundException({
|
|
12316
12775
|
$metadata: deserializeMetadata(parsedOutput),
|
|
12317
12776
|
...contents,
|
|
12318
12777
|
});
|
|
@@ -12355,7 +12814,7 @@ const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
|
12355
12814
|
RequestId: smithy_client_1.expectString,
|
|
12356
12815
|
});
|
|
12357
12816
|
Object.assign(contents, doc);
|
|
12358
|
-
const exception = new
|
|
12817
|
+
const exception = new models_2_1.ThrottlingException({
|
|
12359
12818
|
$metadata: deserializeMetadata(parsedOutput),
|
|
12360
12819
|
...contents,
|
|
12361
12820
|
});
|
|
@@ -12439,6 +12898,38 @@ const se_ArcConfiguration = (input, context) => {
|
|
|
12439
12898
|
ArcThickness: [],
|
|
12440
12899
|
});
|
|
12441
12900
|
};
|
|
12901
|
+
const se_AssetBundleImportJobOverrideParameters = (input, context) => {
|
|
12902
|
+
return (0, smithy_client_1.take)(input, {
|
|
12903
|
+
Analyses: smithy_client_1._json,
|
|
12904
|
+
Dashboards: smithy_client_1._json,
|
|
12905
|
+
DataSets: smithy_client_1._json,
|
|
12906
|
+
DataSources: smithy_client_1._json,
|
|
12907
|
+
RefreshSchedules: (_) => se_AssetBundleImportJobRefreshScheduleOverrideParametersList(_, context),
|
|
12908
|
+
ResourceIdOverrideConfiguration: smithy_client_1._json,
|
|
12909
|
+
Themes: smithy_client_1._json,
|
|
12910
|
+
VPCConnections: smithy_client_1._json,
|
|
12911
|
+
});
|
|
12912
|
+
};
|
|
12913
|
+
const se_AssetBundleImportJobRefreshScheduleOverrideParameters = (input, context) => {
|
|
12914
|
+
return (0, smithy_client_1.take)(input, {
|
|
12915
|
+
DataSetId: [],
|
|
12916
|
+
ScheduleId: [],
|
|
12917
|
+
StartAfterDateTime: (_) => Math.round(_.getTime() / 1000),
|
|
12918
|
+
});
|
|
12919
|
+
};
|
|
12920
|
+
const se_AssetBundleImportJobRefreshScheduleOverrideParametersList = (input, context) => {
|
|
12921
|
+
return input
|
|
12922
|
+
.filter((e) => e != null)
|
|
12923
|
+
.map((entry) => {
|
|
12924
|
+
return se_AssetBundleImportJobRefreshScheduleOverrideParameters(entry, context);
|
|
12925
|
+
});
|
|
12926
|
+
};
|
|
12927
|
+
const se_AssetBundleImportSource = (input, context) => {
|
|
12928
|
+
return (0, smithy_client_1.take)(input, {
|
|
12929
|
+
Body: context.base64Encoder,
|
|
12930
|
+
S3Uri: [],
|
|
12931
|
+
});
|
|
12932
|
+
};
|
|
12442
12933
|
const se_AxisDataOptions = (input, context) => {
|
|
12443
12934
|
return (0, smithy_client_1.take)(input, {
|
|
12444
12935
|
DateAxisOptions: smithy_client_1._json,
|
|
@@ -14689,6 +15180,68 @@ const de_ArcConfiguration = (output, context) => {
|
|
|
14689
15180
|
ArcThickness: smithy_client_1.expectString,
|
|
14690
15181
|
});
|
|
14691
15182
|
};
|
|
15183
|
+
const de_AssetBundleExportJobSummary = (output, context) => {
|
|
15184
|
+
return (0, smithy_client_1.take)(output, {
|
|
15185
|
+
Arn: smithy_client_1.expectString,
|
|
15186
|
+
AssetBundleExportJobId: smithy_client_1.expectString,
|
|
15187
|
+
CreatedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
15188
|
+
ExportFormat: smithy_client_1.expectString,
|
|
15189
|
+
IncludeAllDependencies: smithy_client_1.expectBoolean,
|
|
15190
|
+
JobStatus: smithy_client_1.expectString,
|
|
15191
|
+
});
|
|
15192
|
+
};
|
|
15193
|
+
const de_AssetBundleExportJobSummaryList = (output, context) => {
|
|
15194
|
+
const retVal = (output || [])
|
|
15195
|
+
.filter((e) => e != null)
|
|
15196
|
+
.map((entry) => {
|
|
15197
|
+
return de_AssetBundleExportJobSummary(entry, context);
|
|
15198
|
+
});
|
|
15199
|
+
return retVal;
|
|
15200
|
+
};
|
|
15201
|
+
const de_AssetBundleImportJobOverrideParameters = (output, context) => {
|
|
15202
|
+
return (0, smithy_client_1.take)(output, {
|
|
15203
|
+
Analyses: smithy_client_1._json,
|
|
15204
|
+
Dashboards: smithy_client_1._json,
|
|
15205
|
+
DataSets: smithy_client_1._json,
|
|
15206
|
+
DataSources: smithy_client_1._json,
|
|
15207
|
+
RefreshSchedules: (_) => de_AssetBundleImportJobRefreshScheduleOverrideParametersList(_, context),
|
|
15208
|
+
ResourceIdOverrideConfiguration: smithy_client_1._json,
|
|
15209
|
+
Themes: smithy_client_1._json,
|
|
15210
|
+
VPCConnections: smithy_client_1._json,
|
|
15211
|
+
});
|
|
15212
|
+
};
|
|
15213
|
+
const de_AssetBundleImportJobRefreshScheduleOverrideParameters = (output, context) => {
|
|
15214
|
+
return (0, smithy_client_1.take)(output, {
|
|
15215
|
+
DataSetId: smithy_client_1.expectString,
|
|
15216
|
+
ScheduleId: smithy_client_1.expectString,
|
|
15217
|
+
StartAfterDateTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
15218
|
+
});
|
|
15219
|
+
};
|
|
15220
|
+
const de_AssetBundleImportJobRefreshScheduleOverrideParametersList = (output, context) => {
|
|
15221
|
+
const retVal = (output || [])
|
|
15222
|
+
.filter((e) => e != null)
|
|
15223
|
+
.map((entry) => {
|
|
15224
|
+
return de_AssetBundleImportJobRefreshScheduleOverrideParameters(entry, context);
|
|
15225
|
+
});
|
|
15226
|
+
return retVal;
|
|
15227
|
+
};
|
|
15228
|
+
const de_AssetBundleImportJobSummary = (output, context) => {
|
|
15229
|
+
return (0, smithy_client_1.take)(output, {
|
|
15230
|
+
Arn: smithy_client_1.expectString,
|
|
15231
|
+
AssetBundleImportJobId: smithy_client_1.expectString,
|
|
15232
|
+
CreatedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
15233
|
+
FailureAction: smithy_client_1.expectString,
|
|
15234
|
+
JobStatus: smithy_client_1.expectString,
|
|
15235
|
+
});
|
|
15236
|
+
};
|
|
15237
|
+
const de_AssetBundleImportJobSummaryList = (output, context) => {
|
|
15238
|
+
const retVal = (output || [])
|
|
15239
|
+
.filter((e) => e != null)
|
|
15240
|
+
.map((entry) => {
|
|
15241
|
+
return de_AssetBundleImportJobSummary(entry, context);
|
|
15242
|
+
});
|
|
15243
|
+
return retVal;
|
|
15244
|
+
};
|
|
14692
15245
|
const de_AxisDataOptions = (output, context) => {
|
|
14693
15246
|
return (0, smithy_client_1.take)(output, {
|
|
14694
15247
|
DateAxisOptions: smithy_client_1._json,
|