@aws-sdk/client-quicksight 3.886.0 → 3.887.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 +24 -0
- package/dist-cjs/index.js +175 -16
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DeleteAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/DescribeAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/UpdateAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_2.js +2 -0
- package/dist-es/models/models_3.js +12 -0
- package/dist-es/models/models_4.js +4 -13
- package/dist-es/models/models_5.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +79 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +9 -9
- package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +9 -3
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +8 -2
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicCommand.d.ts +9 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +91 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +4 -4
- package/dist-types/commands/DeleteBrandCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +7 -7
- 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 +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +4 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +5 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +9 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +5 -5
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +5 -5
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +7 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +2 -2
- package/dist-types/commands/SearchFoldersCommand.d.ts +2 -2
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +5 -2
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +6 -6
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +5 -5
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +9 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +39 -39
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +106 -47
- package/dist-types/models/models_3.d.ts +236 -257
- package/dist-types/models/models_4.d.ts +346 -362
- package/dist-types/models/models_5.d.ts +355 -55
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +2 -4
- 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/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +64 -4
- package/dist-types/ts3.4/models/models_3.d.ts +44 -43
- package/dist-types/ts3.4/models/models_4.d.ts +56 -74
- package/dist-types/ts3.4/models/models_5.d.ts +86 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +37 -37
|
@@ -86,6 +86,10 @@ export const IngestionRequestType = {
|
|
|
86
86
|
INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
|
|
87
87
|
INITIAL_INGESTION: "INITIAL_INGESTION",
|
|
88
88
|
};
|
|
89
|
+
export const QDataKeyType = {
|
|
90
|
+
AWS_OWNED: "AWS_OWNED",
|
|
91
|
+
CMK: "CMK",
|
|
92
|
+
};
|
|
89
93
|
export const NamespaceErrorType = {
|
|
90
94
|
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
91
95
|
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
@@ -268,19 +272,6 @@ export const PurchaseMode = {
|
|
|
268
272
|
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
269
273
|
MANUAL: "MANUAL",
|
|
270
274
|
};
|
|
271
|
-
export const TopicFilterAttribute = {
|
|
272
|
-
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
273
|
-
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
274
|
-
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
275
|
-
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
276
|
-
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
277
|
-
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
278
|
-
TOPIC_NAME: "TOPIC_NAME",
|
|
279
|
-
};
|
|
280
|
-
export const TopicFilterOperator = {
|
|
281
|
-
StringEquals: "StringEquals",
|
|
282
|
-
StringLike: "StringLike",
|
|
283
|
-
};
|
|
284
275
|
export const DescribeAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
285
276
|
...obj,
|
|
286
277
|
});
|
|
@@ -2,6 +2,19 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { AssetBundleImportSourceFilterSensitiveLog, TopicIRFilterSensitiveLog, } from "./models_2";
|
|
3
3
|
import { _ParametersFilterSensitiveLog, CustomInstructionsFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_3";
|
|
4
4
|
import { SessionTagFilterSensitiveLog, } from "./models_4";
|
|
5
|
+
export const TopicFilterAttribute = {
|
|
6
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
7
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
8
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
9
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
10
|
+
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
11
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
12
|
+
TOPIC_NAME: "TOPIC_NAME",
|
|
13
|
+
};
|
|
14
|
+
export const TopicFilterOperator = {
|
|
15
|
+
StringEquals: "StringEquals",
|
|
16
|
+
StringLike: "StringLike",
|
|
17
|
+
};
|
|
5
18
|
export const StartAssetBundleImportJobRequestFilterSensitiveLog = (obj) => ({
|
|
6
19
|
...obj,
|
|
7
20
|
...(obj.AssetBundleImportSource && {
|
|
@@ -508,6 +508,15 @@ export const se_DeleteAccountCustomizationCommand = async (input, context) => {
|
|
|
508
508
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
509
509
|
return b.build();
|
|
510
510
|
};
|
|
511
|
+
export const se_DeleteAccountCustomPermissionCommand = async (input, context) => {
|
|
512
|
+
const b = rb(input, context);
|
|
513
|
+
const headers = {};
|
|
514
|
+
b.bp("/accounts/{AwsAccountId}/custom-permission");
|
|
515
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
516
|
+
let body;
|
|
517
|
+
b.m("DELETE").h(headers).b(body);
|
|
518
|
+
return b.build();
|
|
519
|
+
};
|
|
511
520
|
export const se_DeleteAccountSubscriptionCommand = async (input, context) => {
|
|
512
521
|
const b = rb(input, context);
|
|
513
522
|
const headers = {};
|
|
@@ -850,6 +859,15 @@ export const se_DescribeAccountCustomizationCommand = async (input, context) =>
|
|
|
850
859
|
b.m("GET").h(headers).q(query).b(body);
|
|
851
860
|
return b.build();
|
|
852
861
|
};
|
|
862
|
+
export const se_DescribeAccountCustomPermissionCommand = async (input, context) => {
|
|
863
|
+
const b = rb(input, context);
|
|
864
|
+
const headers = {};
|
|
865
|
+
b.bp("/accounts/{AwsAccountId}/custom-permission");
|
|
866
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
867
|
+
let body;
|
|
868
|
+
b.m("GET").h(headers).b(body);
|
|
869
|
+
return b.build();
|
|
870
|
+
};
|
|
853
871
|
export const se_DescribeAccountSettingsCommand = async (input, context) => {
|
|
854
872
|
const b = rb(input, context);
|
|
855
873
|
const headers = {};
|
|
@@ -2229,6 +2247,20 @@ export const se_UpdateAccountCustomizationCommand = async (input, context) => {
|
|
|
2229
2247
|
b.m("PUT").h(headers).q(query).b(body);
|
|
2230
2248
|
return b.build();
|
|
2231
2249
|
};
|
|
2250
|
+
export const se_UpdateAccountCustomPermissionCommand = async (input, context) => {
|
|
2251
|
+
const b = rb(input, context);
|
|
2252
|
+
const headers = {
|
|
2253
|
+
"content-type": "application/json",
|
|
2254
|
+
};
|
|
2255
|
+
b.bp("/accounts/{AwsAccountId}/custom-permission");
|
|
2256
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2257
|
+
let body;
|
|
2258
|
+
body = JSON.stringify(take(input, {
|
|
2259
|
+
CustomPermissionsName: [],
|
|
2260
|
+
}));
|
|
2261
|
+
b.m("PUT").h(headers).b(body);
|
|
2262
|
+
return b.build();
|
|
2263
|
+
};
|
|
2232
2264
|
export const se_UpdateAccountSettingsCommand = async (input, context) => {
|
|
2233
2265
|
const b = rb(input, context);
|
|
2234
2266
|
const headers = {
|
|
@@ -3471,6 +3503,21 @@ export const de_DeleteAccountCustomizationCommand = async (output, context) => {
|
|
|
3471
3503
|
});
|
|
3472
3504
|
return contents;
|
|
3473
3505
|
};
|
|
3506
|
+
export const de_DeleteAccountCustomPermissionCommand = async (output, context) => {
|
|
3507
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3508
|
+
return de_CommandError(output, context);
|
|
3509
|
+
}
|
|
3510
|
+
const contents = map({
|
|
3511
|
+
$metadata: deserializeMetadata(output),
|
|
3512
|
+
});
|
|
3513
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3514
|
+
const doc = take(data, {
|
|
3515
|
+
RequestId: __expectString,
|
|
3516
|
+
Status: __expectInt32,
|
|
3517
|
+
});
|
|
3518
|
+
Object.assign(contents, doc);
|
|
3519
|
+
return contents;
|
|
3520
|
+
};
|
|
3474
3521
|
export const de_DeleteAccountSubscriptionCommand = async (output, context) => {
|
|
3475
3522
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3476
3523
|
return de_CommandError(output, context);
|
|
@@ -4024,6 +4071,22 @@ export const de_DescribeAccountCustomizationCommand = async (output, context) =>
|
|
|
4024
4071
|
});
|
|
4025
4072
|
return contents;
|
|
4026
4073
|
};
|
|
4074
|
+
export const de_DescribeAccountCustomPermissionCommand = async (output, context) => {
|
|
4075
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4076
|
+
return de_CommandError(output, context);
|
|
4077
|
+
}
|
|
4078
|
+
const contents = map({
|
|
4079
|
+
$metadata: deserializeMetadata(output),
|
|
4080
|
+
});
|
|
4081
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4082
|
+
const doc = take(data, {
|
|
4083
|
+
CustomPermissionsName: __expectString,
|
|
4084
|
+
RequestId: __expectString,
|
|
4085
|
+
Status: __expectInt32,
|
|
4086
|
+
});
|
|
4087
|
+
Object.assign(contents, doc);
|
|
4088
|
+
return contents;
|
|
4089
|
+
};
|
|
4027
4090
|
export const de_DescribeAccountSettingsCommand = async (output, context) => {
|
|
4028
4091
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4029
4092
|
return de_CommandError(output, context);
|
|
@@ -4654,6 +4717,7 @@ export const de_DescribeKeyRegistrationCommand = async (output, context) => {
|
|
|
4654
4717
|
const doc = take(data, {
|
|
4655
4718
|
AwsAccountId: __expectString,
|
|
4656
4719
|
KeyRegistration: _json,
|
|
4720
|
+
QDataKey: _json,
|
|
4657
4721
|
RequestId: __expectString,
|
|
4658
4722
|
Status: __expectInt32,
|
|
4659
4723
|
});
|
|
@@ -6068,6 +6132,21 @@ export const de_UpdateAccountCustomizationCommand = async (output, context) => {
|
|
|
6068
6132
|
});
|
|
6069
6133
|
return contents;
|
|
6070
6134
|
};
|
|
6135
|
+
export const de_UpdateAccountCustomPermissionCommand = async (output, context) => {
|
|
6136
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6137
|
+
return de_CommandError(output, context);
|
|
6138
|
+
}
|
|
6139
|
+
const contents = map({
|
|
6140
|
+
$metadata: deserializeMetadata(output),
|
|
6141
|
+
});
|
|
6142
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6143
|
+
const doc = take(data, {
|
|
6144
|
+
RequestId: __expectString,
|
|
6145
|
+
Status: __expectInt32,
|
|
6146
|
+
});
|
|
6147
|
+
Object.assign(contents, doc);
|
|
6148
|
+
return contents;
|
|
6149
|
+
};
|
|
6071
6150
|
export const de_UpdateAccountSettingsCommand = async (output, context) => {
|
|
6072
6151
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6073
6152
|
return de_CommandError(output, context);
|
|
@@ -27,6 +27,7 @@ import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/Cr
|
|
|
27
27
|
import { CreateTopicRefreshScheduleCommandInput, CreateTopicRefreshScheduleCommandOutput } from "./commands/CreateTopicRefreshScheduleCommand";
|
|
28
28
|
import { CreateVPCConnectionCommandInput, CreateVPCConnectionCommandOutput } from "./commands/CreateVPCConnectionCommand";
|
|
29
29
|
import { DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput } from "./commands/DeleteAccountCustomizationCommand";
|
|
30
|
+
import { DeleteAccountCustomPermissionCommandInput, DeleteAccountCustomPermissionCommandOutput } from "./commands/DeleteAccountCustomPermissionCommand";
|
|
30
31
|
import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "./commands/DeleteAccountSubscriptionCommand";
|
|
31
32
|
import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
|
|
32
33
|
import { DeleteBrandAssignmentCommandInput, DeleteBrandAssignmentCommandOutput } from "./commands/DeleteBrandAssignmentCommand";
|
|
@@ -58,6 +59,7 @@ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/Dele
|
|
|
58
59
|
import { DeleteUserCustomPermissionCommandInput, DeleteUserCustomPermissionCommandOutput } from "./commands/DeleteUserCustomPermissionCommand";
|
|
59
60
|
import { DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput } from "./commands/DeleteVPCConnectionCommand";
|
|
60
61
|
import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "./commands/DescribeAccountCustomizationCommand";
|
|
62
|
+
import { DescribeAccountCustomPermissionCommandInput, DescribeAccountCustomPermissionCommandOutput } from "./commands/DescribeAccountCustomPermissionCommand";
|
|
61
63
|
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
|
|
62
64
|
import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
|
|
63
65
|
import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
|
|
@@ -165,6 +167,7 @@ import { StartDashboardSnapshotJobScheduleCommandInput, StartDashboardSnapshotJo
|
|
|
165
167
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
166
168
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
167
169
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "./commands/UpdateAccountCustomizationCommand";
|
|
170
|
+
import { UpdateAccountCustomPermissionCommandInput, UpdateAccountCustomPermissionCommandOutput } from "./commands/UpdateAccountCustomPermissionCommand";
|
|
168
171
|
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
169
172
|
import { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "./commands/UpdateAnalysisCommand";
|
|
170
173
|
import { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
@@ -378,6 +381,12 @@ export interface QuickSight {
|
|
|
378
381
|
deleteAccountCustomization(args: DeleteAccountCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountCustomizationCommandOutput>;
|
|
379
382
|
deleteAccountCustomization(args: DeleteAccountCustomizationCommandInput, cb: (err: any, data?: DeleteAccountCustomizationCommandOutput) => void): void;
|
|
380
383
|
deleteAccountCustomization(args: DeleteAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountCustomizationCommandOutput) => void): void;
|
|
384
|
+
/**
|
|
385
|
+
* @see {@link DeleteAccountCustomPermissionCommand}
|
|
386
|
+
*/
|
|
387
|
+
deleteAccountCustomPermission(args: DeleteAccountCustomPermissionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountCustomPermissionCommandOutput>;
|
|
388
|
+
deleteAccountCustomPermission(args: DeleteAccountCustomPermissionCommandInput, cb: (err: any, data?: DeleteAccountCustomPermissionCommandOutput) => void): void;
|
|
389
|
+
deleteAccountCustomPermission(args: DeleteAccountCustomPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountCustomPermissionCommandOutput) => void): void;
|
|
381
390
|
/**
|
|
382
391
|
* @see {@link DeleteAccountSubscriptionCommand}
|
|
383
392
|
*/
|
|
@@ -564,6 +573,12 @@ export interface QuickSight {
|
|
|
564
573
|
describeAccountCustomization(args: DescribeAccountCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountCustomizationCommandOutput>;
|
|
565
574
|
describeAccountCustomization(args: DescribeAccountCustomizationCommandInput, cb: (err: any, data?: DescribeAccountCustomizationCommandOutput) => void): void;
|
|
566
575
|
describeAccountCustomization(args: DescribeAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCustomizationCommandOutput) => void): void;
|
|
576
|
+
/**
|
|
577
|
+
* @see {@link DescribeAccountCustomPermissionCommand}
|
|
578
|
+
*/
|
|
579
|
+
describeAccountCustomPermission(args: DescribeAccountCustomPermissionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountCustomPermissionCommandOutput>;
|
|
580
|
+
describeAccountCustomPermission(args: DescribeAccountCustomPermissionCommandInput, cb: (err: any, data?: DescribeAccountCustomPermissionCommandOutput) => void): void;
|
|
581
|
+
describeAccountCustomPermission(args: DescribeAccountCustomPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCustomPermissionCommandOutput) => void): void;
|
|
567
582
|
/**
|
|
568
583
|
* @see {@link DescribeAccountSettingsCommand}
|
|
569
584
|
*/
|
|
@@ -1206,6 +1221,12 @@ export interface QuickSight {
|
|
|
1206
1221
|
updateAccountCustomization(args: UpdateAccountCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountCustomizationCommandOutput>;
|
|
1207
1222
|
updateAccountCustomization(args: UpdateAccountCustomizationCommandInput, cb: (err: any, data?: UpdateAccountCustomizationCommandOutput) => void): void;
|
|
1208
1223
|
updateAccountCustomization(args: UpdateAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountCustomizationCommandOutput) => void): void;
|
|
1224
|
+
/**
|
|
1225
|
+
* @see {@link UpdateAccountCustomPermissionCommand}
|
|
1226
|
+
*/
|
|
1227
|
+
updateAccountCustomPermission(args: UpdateAccountCustomPermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountCustomPermissionCommandOutput>;
|
|
1228
|
+
updateAccountCustomPermission(args: UpdateAccountCustomPermissionCommandInput, cb: (err: any, data?: UpdateAccountCustomPermissionCommandOutput) => void): void;
|
|
1229
|
+
updateAccountCustomPermission(args: UpdateAccountCustomPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountCustomPermissionCommandOutput) => void): void;
|
|
1209
1230
|
/**
|
|
1210
1231
|
* @see {@link UpdateAccountSettingsCommand}
|
|
1211
1232
|
*/
|
|
@@ -35,6 +35,7 @@ import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/Cr
|
|
|
35
35
|
import { CreateTopicRefreshScheduleCommandInput, CreateTopicRefreshScheduleCommandOutput } from "./commands/CreateTopicRefreshScheduleCommand";
|
|
36
36
|
import { CreateVPCConnectionCommandInput, CreateVPCConnectionCommandOutput } from "./commands/CreateVPCConnectionCommand";
|
|
37
37
|
import { DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput } from "./commands/DeleteAccountCustomizationCommand";
|
|
38
|
+
import { DeleteAccountCustomPermissionCommandInput, DeleteAccountCustomPermissionCommandOutput } from "./commands/DeleteAccountCustomPermissionCommand";
|
|
38
39
|
import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "./commands/DeleteAccountSubscriptionCommand";
|
|
39
40
|
import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
|
|
40
41
|
import { DeleteBrandAssignmentCommandInput, DeleteBrandAssignmentCommandOutput } from "./commands/DeleteBrandAssignmentCommand";
|
|
@@ -66,6 +67,7 @@ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/Dele
|
|
|
66
67
|
import { DeleteUserCustomPermissionCommandInput, DeleteUserCustomPermissionCommandOutput } from "./commands/DeleteUserCustomPermissionCommand";
|
|
67
68
|
import { DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput } from "./commands/DeleteVPCConnectionCommand";
|
|
68
69
|
import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "./commands/DescribeAccountCustomizationCommand";
|
|
70
|
+
import { DescribeAccountCustomPermissionCommandInput, DescribeAccountCustomPermissionCommandOutput } from "./commands/DescribeAccountCustomPermissionCommand";
|
|
69
71
|
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
|
|
70
72
|
import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
|
|
71
73
|
import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
|
|
@@ -173,6 +175,7 @@ import { StartDashboardSnapshotJobScheduleCommandInput, StartDashboardSnapshotJo
|
|
|
173
175
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
174
176
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
175
177
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "./commands/UpdateAccountCustomizationCommand";
|
|
178
|
+
import { UpdateAccountCustomPermissionCommandInput, UpdateAccountCustomPermissionCommandOutput } from "./commands/UpdateAccountCustomPermissionCommand";
|
|
176
179
|
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
177
180
|
import { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "./commands/UpdateAnalysisCommand";
|
|
178
181
|
import { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
@@ -222,11 +225,11 @@ export { __Client };
|
|
|
222
225
|
/**
|
|
223
226
|
* @public
|
|
224
227
|
*/
|
|
225
|
-
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
|
|
228
|
+
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomPermissionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomPermissionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomPermissionCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
|
|
226
229
|
/**
|
|
227
230
|
* @public
|
|
228
231
|
*/
|
|
229
|
-
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
232
|
+
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomPermissionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomPermissionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomPermissionCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
230
233
|
/**
|
|
231
234
|
* @public
|
|
232
235
|
*/
|
|
@@ -29,8 +29,8 @@ declare const CreateAccountCustomizationCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, you can add a custom default theme by using the
|
|
31
31
|
* <code>CreateAccountCustomization</code> or <code>UpdateAccountCustomization</code>
|
|
32
|
-
* API operation. To further customize
|
|
33
|
-
* sample assets and videos for all new users, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html">Customizing
|
|
32
|
+
* API operation. To further customize QuickSight by removing QuickSight
|
|
33
|
+
* sample assets and videos for all new users, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html">Customizing QuickSight</a> in the <i>Amazon QuickSight User Guide.</i>
|
|
34
34
|
* </p>
|
|
35
35
|
* <p>You can create customizations for your Amazon Web Services account or, if you specify a namespace, for
|
|
36
36
|
* a QuickSight namespace instead. Customizations that apply to a namespace always override
|
|
@@ -27,27 +27,27 @@ declare const CreateAccountSubscriptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an
|
|
30
|
+
* <p>Creates an QuickSight account, or subscribes to QuickSight Q.</p>
|
|
31
31
|
* <p>The Amazon Web Services Region for the account is derived from what is configured in the
|
|
32
32
|
* CLI or SDK.</p>
|
|
33
33
|
* <p>Before you use this operation, make sure that you can connect to an existing Amazon Web Services account. If you don't have an Amazon Web Services account, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/setting-up-aws-sign-up.html">Sign
|
|
34
34
|
* up for Amazon Web Services</a> in the <i>Amazon QuickSight User
|
|
35
|
-
* Guide</i>. The person who signs up for
|
|
35
|
+
* Guide</i>. The person who signs up for QuickSight needs to have the
|
|
36
36
|
* correct Identity and Access Management (IAM) permissions. For more information,
|
|
37
|
-
* see <a href="https://docs.aws.amazon.com/quicksight/latest/user/iam-policy-examples.html">IAM Policy Examples for
|
|
38
|
-
* <i>
|
|
37
|
+
* see <a href="https://docs.aws.amazon.com/quicksight/latest/user/iam-policy-examples.html">IAM Policy Examples for QuickSight</a> in the
|
|
38
|
+
* <i>QuickSight User Guide</i>.</p>
|
|
39
39
|
* <p>If your IAM policy includes both the <code>Subscribe</code> and
|
|
40
40
|
* <code>CreateAccountSubscription</code> actions, make sure that both actions are set
|
|
41
41
|
* to <code>Allow</code>. If either action is set to <code>Deny</code>, the
|
|
42
42
|
* <code>Deny</code> action prevails and your API call fails.</p>
|
|
43
43
|
* <p>You can't pass an existing IAM role to access other Amazon Web Services services using this API operation. To pass your existing IAM role to
|
|
44
|
-
*
|
|
45
|
-
* <i>
|
|
46
|
-
* <p>You can't set default resource access on the new account from the
|
|
47
|
-
* API. Instead, add default resource access from the
|
|
44
|
+
* QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html#security-create-iam-role">Passing IAM roles to QuickSight</a> in the
|
|
45
|
+
* <i>QuickSight User Guide</i>.</p>
|
|
46
|
+
* <p>You can't set default resource access on the new account from the QuickSight
|
|
47
|
+
* API. Instead, add default resource access from the QuickSight console. For more
|
|
48
48
|
* information about setting default resource access to Amazon Web Services services, see
|
|
49
49
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/scoping-policies-defaults.html">Setting default resource
|
|
50
|
-
* access to Amazon Web Services services</a> in the <i>
|
|
50
|
+
* access to Amazon Web Services services</a> in the <i>QuickSight
|
|
51
51
|
* User Guide</i>.</p>
|
|
52
52
|
* @example
|
|
53
53
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -5560,7 +5560,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
5560
5560
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5561
5561
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
5562
5562
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5563
|
-
*
|
|
5563
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5564
5564
|
* capability is available in every edition.</p>
|
|
5565
5565
|
*
|
|
5566
5566
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const CreateBrandCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an
|
|
30
|
+
* <p>Creates an QuickSight brand.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -61,6 +61,8 @@ declare const CreateCustomPermissionsCommand_base: {
|
|
|
61
61
|
* ExportToCsvInScheduledReports: "DENY",
|
|
62
62
|
* ExportToExcelInScheduledReports: "DENY",
|
|
63
63
|
* IncludeContentInScheduledReportsEmail: "DENY",
|
|
64
|
+
* Dashboard: "DENY",
|
|
65
|
+
* Analysis: "DENY",
|
|
64
66
|
* },
|
|
65
67
|
* Tags: [ // TagList
|
|
66
68
|
* { // Tag
|
|
@@ -32,8 +32,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
32
32
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
|
|
33
33
|
* </code>
|
|
34
34
|
* API operation.</p>
|
|
35
|
-
* <p>A dashboard is an entity in
|
|
36
|
-
* from analyses. You can share
|
|
35
|
+
* <p>A dashboard is an entity in QuickSight that identifies QuickSight reports, created
|
|
36
|
+
* from analyses. You can share QuickSight dashboards. With the right permissions, you can
|
|
37
37
|
* create scheduled email reports from them. If you have the correct permissions, you can
|
|
38
38
|
* create a dashboard from a template that exists in a different Amazon Web Services account.</p>
|
|
39
39
|
* @example
|
|
@@ -145,6 +145,12 @@ declare const CreateDashboardCommand_base: {
|
|
|
145
145
|
* DataQAEnabledOption: { // DataQAEnabledOption
|
|
146
146
|
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
147
147
|
* },
|
|
148
|
+
* ExecutiveSummaryOption: { // ExecutiveSummaryOption
|
|
149
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
150
|
+
* },
|
|
151
|
+
* DataStoriesSharingOption: { // DataStoriesSharingOption
|
|
152
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
153
|
+
* },
|
|
148
154
|
* },
|
|
149
155
|
* ThemeArn: "STRING_VALUE",
|
|
150
156
|
* Definition: { // DashboardVersionDefinition
|
|
@@ -5618,7 +5624,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
5618
5624
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5619
5625
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
5620
5626
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5621
|
-
*
|
|
5627
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5622
5628
|
* capability is available in every edition.</p>
|
|
5623
5629
|
*
|
|
5624
5630
|
* @throws {@link QuickSightServiceException}
|
|
@@ -350,7 +350,7 @@ declare const CreateDataSetCommand_base: {
|
|
|
350
350
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
351
351
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
352
352
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
353
|
-
*
|
|
353
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
354
354
|
* capability is available in every edition.</p>
|
|
355
355
|
*
|
|
356
356
|
* @throws {@link QuickSightServiceException}
|
|
@@ -38,7 +38,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
38
38
|
* AwsAccountId: "STRING_VALUE", // required
|
|
39
39
|
* DataSourceId: "STRING_VALUE", // required
|
|
40
40
|
* Name: "STRING_VALUE", // required
|
|
41
|
-
* Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY", // required
|
|
41
|
+
* Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS", // required
|
|
42
42
|
* DataSourceParameters: { // DataSourceParameters Union: only one key present
|
|
43
43
|
* AmazonElasticsearchParameters: { // AmazonElasticsearchParameters
|
|
44
44
|
* Domain: "STRING_VALUE", // required
|
|
@@ -199,6 +199,9 @@ declare const CreateDataSourceCommand_base: {
|
|
|
199
199
|
* Database: "STRING_VALUE",
|
|
200
200
|
* SqlEndpointPath: "STRING_VALUE", // required
|
|
201
201
|
* },
|
|
202
|
+
* CustomConnectionParameters: { // CustomConnectionParameters
|
|
203
|
+
* ConnectionType: "STRING_VALUE",
|
|
204
|
+
* },
|
|
202
205
|
* },
|
|
203
206
|
* Credentials: { // DataSourceCredentials
|
|
204
207
|
* CredentialPair: { // CredentialPair
|
|
@@ -365,6 +368,9 @@ declare const CreateDataSourceCommand_base: {
|
|
|
365
368
|
* Database: "STRING_VALUE",
|
|
366
369
|
* SqlEndpointPath: "STRING_VALUE", // required
|
|
367
370
|
* },
|
|
371
|
+
* CustomConnectionParameters: {
|
|
372
|
+
* ConnectionType: "STRING_VALUE",
|
|
373
|
+
* },
|
|
368
374
|
* },
|
|
369
375
|
* ],
|
|
370
376
|
* },
|
|
@@ -421,7 +427,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
421
427
|
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
422
428
|
*
|
|
423
429
|
* @throws {@link CustomerManagedKeyUnavailableException} (client fault)
|
|
424
|
-
* <p>The customer managed key that is registered to your
|
|
430
|
+
* <p>The customer managed key that is registered to your QuickSight account is unavailable.</p>
|
|
425
431
|
*
|
|
426
432
|
* @throws {@link InternalFailureException} (server fault)
|
|
427
433
|
* <p>An internal failure occurred.</p>
|
|
@@ -103,7 +103,7 @@ declare const CreateFolderCommand_base: {
|
|
|
103
103
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
104
104
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
105
105
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
106
|
-
*
|
|
106
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
107
107
|
* capability is available in every edition.</p>
|
|
108
108
|
*
|
|
109
109
|
* @throws {@link QuickSightServiceException}
|
|
@@ -86,7 +86,7 @@ declare const CreateFolderMembershipCommand_base: {
|
|
|
86
86
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
87
87
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
88
88
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
89
|
-
*
|
|
89
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
90
90
|
* capability is available in every edition.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const CreateGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use the <code>CreateGroup</code> operation to create a group in
|
|
30
|
+
* <p>Use the <code>CreateGroup</code> operation to create a group in QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact Amazon Web Services Support.</p>
|
|
31
31
|
* <p>The permissions resource is
|
|
32
32
|
* <code>arn:aws:quicksight:<your-region>:<i><relevant-aws-account-id></i>:group/default/<i><group-name></i>
|
|
33
33
|
* </code>.</p>
|
|
@@ -28,13 +28,13 @@ declare const CreateNamespaceCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.</p>
|
|
31
|
-
* <p>A namespace allows you to isolate the
|
|
31
|
+
* <p>A namespace allows you to isolate the QuickSight users and groups that are registered
|
|
32
32
|
* for that namespace. Users that access the namespace can share assets only with other
|
|
33
33
|
* users or groups in the same namespace. They can't see users and groups in other
|
|
34
34
|
* namespaces. You can create a namespace after your Amazon Web Services account is subscribed to
|
|
35
|
-
*
|
|
35
|
+
* QuickSight. The namespace must be unique within the Amazon Web Services account. By default, there is a
|
|
36
36
|
* limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a ticket with
|
|
37
|
-
* Amazon Web
|
|
37
|
+
* Amazon Web Services Support. </p>
|
|
38
38
|
* @example
|
|
39
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
40
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateRoleMembershipCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use <code>CreateRoleMembership</code> to add an existing
|
|
30
|
+
* <p>Use <code>CreateRoleMembership</code> to add an existing QuickSight group to an existing role.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -81,7 +81,7 @@ declare const CreateTemplateAliasCommand_base: {
|
|
|
81
81
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
82
82
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
83
83
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
84
|
-
*
|
|
84
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
85
85
|
* capability is available in every edition.</p>
|
|
86
86
|
*
|
|
87
87
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,9 +27,9 @@ declare const CreateTemplateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a template either from a <code>TemplateDefinition</code> or from an existing
|
|
30
|
+
* <p>Creates a template either from a <code>TemplateDefinition</code> or from an existing QuickSight analysis or template. You can use the resulting
|
|
31
31
|
* template to create additional dashboards, templates, or analyses.</p>
|
|
32
|
-
* <p>A <i>template</i> is an entity in
|
|
32
|
+
* <p>A <i>template</i> is an entity in QuickSight that encapsulates the metadata
|
|
33
33
|
* required to create an analysis and that you can use to create s dashboard. A template adds
|
|
34
34
|
* a layer of abstraction by using placeholders to replace the dataset associated with the
|
|
35
35
|
* analysis. You can use templates to create dashboards by replacing dataset placeholders
|
|
@@ -5558,7 +5558,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
5558
5558
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5559
5559
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
5560
5560
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5561
|
-
*
|
|
5561
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5562
5562
|
* capability is available in every edition.</p>
|
|
5563
5563
|
*
|
|
5564
5564
|
* @throws {@link QuickSightServiceException}
|
|
@@ -84,7 +84,7 @@ declare const CreateThemeAliasCommand_base: {
|
|
|
84
84
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
85
85
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
86
86
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
87
|
-
*
|
|
87
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
88
88
|
* capability is available in every edition.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link QuickSightServiceException}
|