@aws-sdk/client-quicksight 3.883.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
|
@@ -28,6 +28,7 @@ import { CreateTopicCommandInput, CreateTopicCommandOutput } from "../commands/C
|
|
|
28
28
|
import { CreateTopicRefreshScheduleCommandInput, CreateTopicRefreshScheduleCommandOutput } from "../commands/CreateTopicRefreshScheduleCommand";
|
|
29
29
|
import { CreateVPCConnectionCommandInput, CreateVPCConnectionCommandOutput } from "../commands/CreateVPCConnectionCommand";
|
|
30
30
|
import { DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput } from "../commands/DeleteAccountCustomizationCommand";
|
|
31
|
+
import { DeleteAccountCustomPermissionCommandInput, DeleteAccountCustomPermissionCommandOutput } from "../commands/DeleteAccountCustomPermissionCommand";
|
|
31
32
|
import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "../commands/DeleteAccountSubscriptionCommand";
|
|
32
33
|
import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "../commands/DeleteAnalysisCommand";
|
|
33
34
|
import { DeleteBrandAssignmentCommandInput, DeleteBrandAssignmentCommandOutput } from "../commands/DeleteBrandAssignmentCommand";
|
|
@@ -59,6 +60,7 @@ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/Del
|
|
|
59
60
|
import { DeleteUserCustomPermissionCommandInput, DeleteUserCustomPermissionCommandOutput } from "../commands/DeleteUserCustomPermissionCommand";
|
|
60
61
|
import { DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput } from "../commands/DeleteVPCConnectionCommand";
|
|
61
62
|
import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "../commands/DescribeAccountCustomizationCommand";
|
|
63
|
+
import { DescribeAccountCustomPermissionCommandInput, DescribeAccountCustomPermissionCommandOutput } from "../commands/DescribeAccountCustomPermissionCommand";
|
|
62
64
|
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
|
|
63
65
|
import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "../commands/DescribeAccountSubscriptionCommand";
|
|
64
66
|
import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "../commands/DescribeAnalysisCommand";
|
|
@@ -166,6 +168,7 @@ import { StartDashboardSnapshotJobScheduleCommandInput, StartDashboardSnapshotJo
|
|
|
166
168
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
167
169
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
168
170
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "../commands/UpdateAccountCustomizationCommand";
|
|
171
|
+
import { UpdateAccountCustomPermissionCommandInput, UpdateAccountCustomPermissionCommandOutput } from "../commands/UpdateAccountCustomPermissionCommand";
|
|
169
172
|
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
|
|
170
173
|
import { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "../commands/UpdateAnalysisCommand";
|
|
171
174
|
import { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "../commands/UpdateAnalysisPermissionsCommand";
|
|
@@ -321,6 +324,10 @@ export declare const se_CreateVPCConnectionCommand: (input: CreateVPCConnectionC
|
|
|
321
324
|
* serializeAws_restJson1DeleteAccountCustomizationCommand
|
|
322
325
|
*/
|
|
323
326
|
export declare const se_DeleteAccountCustomizationCommand: (input: DeleteAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
327
|
+
/**
|
|
328
|
+
* serializeAws_restJson1DeleteAccountCustomPermissionCommand
|
|
329
|
+
*/
|
|
330
|
+
export declare const se_DeleteAccountCustomPermissionCommand: (input: DeleteAccountCustomPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
331
|
/**
|
|
325
332
|
* serializeAws_restJson1DeleteAccountSubscriptionCommand
|
|
326
333
|
*/
|
|
@@ -445,6 +452,10 @@ export declare const se_DeleteVPCConnectionCommand: (input: DeleteVPCConnectionC
|
|
|
445
452
|
* serializeAws_restJson1DescribeAccountCustomizationCommand
|
|
446
453
|
*/
|
|
447
454
|
export declare const se_DescribeAccountCustomizationCommand: (input: DescribeAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
455
|
+
/**
|
|
456
|
+
* serializeAws_restJson1DescribeAccountCustomPermissionCommand
|
|
457
|
+
*/
|
|
458
|
+
export declare const se_DescribeAccountCustomPermissionCommand: (input: DescribeAccountCustomPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
448
459
|
/**
|
|
449
460
|
* serializeAws_restJson1DescribeAccountSettingsCommand
|
|
450
461
|
*/
|
|
@@ -873,6 +884,10 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
873
884
|
* serializeAws_restJson1UpdateAccountCustomizationCommand
|
|
874
885
|
*/
|
|
875
886
|
export declare const se_UpdateAccountCustomizationCommand: (input: UpdateAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
887
|
+
/**
|
|
888
|
+
* serializeAws_restJson1UpdateAccountCustomPermissionCommand
|
|
889
|
+
*/
|
|
890
|
+
export declare const se_UpdateAccountCustomPermissionCommand: (input: UpdateAccountCustomPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
876
891
|
/**
|
|
877
892
|
* serializeAws_restJson1UpdateAccountSettingsCommand
|
|
878
893
|
*/
|
|
@@ -1157,6 +1172,10 @@ export declare const de_CreateVPCConnectionCommand: (output: __HttpResponse, con
|
|
|
1157
1172
|
* deserializeAws_restJson1DeleteAccountCustomizationCommand
|
|
1158
1173
|
*/
|
|
1159
1174
|
export declare const de_DeleteAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCustomizationCommandOutput>;
|
|
1175
|
+
/**
|
|
1176
|
+
* deserializeAws_restJson1DeleteAccountCustomPermissionCommand
|
|
1177
|
+
*/
|
|
1178
|
+
export declare const de_DeleteAccountCustomPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCustomPermissionCommandOutput>;
|
|
1160
1179
|
/**
|
|
1161
1180
|
* deserializeAws_restJson1DeleteAccountSubscriptionCommand
|
|
1162
1181
|
*/
|
|
@@ -1281,6 +1300,10 @@ export declare const de_DeleteVPCConnectionCommand: (output: __HttpResponse, con
|
|
|
1281
1300
|
* deserializeAws_restJson1DescribeAccountCustomizationCommand
|
|
1282
1301
|
*/
|
|
1283
1302
|
export declare const de_DescribeAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCustomizationCommandOutput>;
|
|
1303
|
+
/**
|
|
1304
|
+
* deserializeAws_restJson1DescribeAccountCustomPermissionCommand
|
|
1305
|
+
*/
|
|
1306
|
+
export declare const de_DescribeAccountCustomPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCustomPermissionCommandOutput>;
|
|
1284
1307
|
/**
|
|
1285
1308
|
* deserializeAws_restJson1DescribeAccountSettingsCommand
|
|
1286
1309
|
*/
|
|
@@ -1709,6 +1732,10 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
|
|
|
1709
1732
|
* deserializeAws_restJson1UpdateAccountCustomizationCommand
|
|
1710
1733
|
*/
|
|
1711
1734
|
export declare const de_UpdateAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCustomizationCommandOutput>;
|
|
1735
|
+
/**
|
|
1736
|
+
* deserializeAws_restJson1UpdateAccountCustomPermissionCommand
|
|
1737
|
+
*/
|
|
1738
|
+
export declare const de_UpdateAccountCustomPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCustomPermissionCommandOutput>;
|
|
1712
1739
|
/**
|
|
1713
1740
|
* deserializeAws_restJson1UpdateAccountSettingsCommand
|
|
1714
1741
|
*/
|
|
@@ -111,6 +111,10 @@ import {
|
|
|
111
111
|
DeleteAccountCustomizationCommandInput,
|
|
112
112
|
DeleteAccountCustomizationCommandOutput,
|
|
113
113
|
} from "./commands/DeleteAccountCustomizationCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteAccountCustomPermissionCommandInput,
|
|
116
|
+
DeleteAccountCustomPermissionCommandOutput,
|
|
117
|
+
} from "./commands/DeleteAccountCustomPermissionCommand";
|
|
114
118
|
import {
|
|
115
119
|
DeleteAccountSubscriptionCommandInput,
|
|
116
120
|
DeleteAccountSubscriptionCommandOutput,
|
|
@@ -235,6 +239,10 @@ import {
|
|
|
235
239
|
DescribeAccountCustomizationCommandInput,
|
|
236
240
|
DescribeAccountCustomizationCommandOutput,
|
|
237
241
|
} from "./commands/DescribeAccountCustomizationCommand";
|
|
242
|
+
import {
|
|
243
|
+
DescribeAccountCustomPermissionCommandInput,
|
|
244
|
+
DescribeAccountCustomPermissionCommandOutput,
|
|
245
|
+
} from "./commands/DescribeAccountCustomPermissionCommand";
|
|
238
246
|
import {
|
|
239
247
|
DescribeAccountSettingsCommandInput,
|
|
240
248
|
DescribeAccountSettingsCommandOutput,
|
|
@@ -663,6 +671,10 @@ import {
|
|
|
663
671
|
UpdateAccountCustomizationCommandInput,
|
|
664
672
|
UpdateAccountCustomizationCommandOutput,
|
|
665
673
|
} from "./commands/UpdateAccountCustomizationCommand";
|
|
674
|
+
import {
|
|
675
|
+
UpdateAccountCustomPermissionCommandInput,
|
|
676
|
+
UpdateAccountCustomPermissionCommandOutput,
|
|
677
|
+
} from "./commands/UpdateAccountCustomPermissionCommand";
|
|
666
678
|
import {
|
|
667
679
|
UpdateAccountSettingsCommandInput,
|
|
668
680
|
UpdateAccountSettingsCommandOutput,
|
|
@@ -1201,6 +1213,19 @@ export interface QuickSight {
|
|
|
1201
1213
|
options: __HttpHandlerOptions,
|
|
1202
1214
|
cb: (err: any, data?: DeleteAccountCustomizationCommandOutput) => void
|
|
1203
1215
|
): void;
|
|
1216
|
+
deleteAccountCustomPermission(
|
|
1217
|
+
args: DeleteAccountCustomPermissionCommandInput,
|
|
1218
|
+
options?: __HttpHandlerOptions
|
|
1219
|
+
): Promise<DeleteAccountCustomPermissionCommandOutput>;
|
|
1220
|
+
deleteAccountCustomPermission(
|
|
1221
|
+
args: DeleteAccountCustomPermissionCommandInput,
|
|
1222
|
+
cb: (err: any, data?: DeleteAccountCustomPermissionCommandOutput) => void
|
|
1223
|
+
): void;
|
|
1224
|
+
deleteAccountCustomPermission(
|
|
1225
|
+
args: DeleteAccountCustomPermissionCommandInput,
|
|
1226
|
+
options: __HttpHandlerOptions,
|
|
1227
|
+
cb: (err: any, data?: DeleteAccountCustomPermissionCommandOutput) => void
|
|
1228
|
+
): void;
|
|
1204
1229
|
deleteAccountSubscription(
|
|
1205
1230
|
args: DeleteAccountSubscriptionCommandInput,
|
|
1206
1231
|
options?: __HttpHandlerOptions
|
|
@@ -1610,6 +1635,19 @@ export interface QuickSight {
|
|
|
1610
1635
|
options: __HttpHandlerOptions,
|
|
1611
1636
|
cb: (err: any, data?: DescribeAccountCustomizationCommandOutput) => void
|
|
1612
1637
|
): void;
|
|
1638
|
+
describeAccountCustomPermission(
|
|
1639
|
+
args: DescribeAccountCustomPermissionCommandInput,
|
|
1640
|
+
options?: __HttpHandlerOptions
|
|
1641
|
+
): Promise<DescribeAccountCustomPermissionCommandOutput>;
|
|
1642
|
+
describeAccountCustomPermission(
|
|
1643
|
+
args: DescribeAccountCustomPermissionCommandInput,
|
|
1644
|
+
cb: (err: any, data?: DescribeAccountCustomPermissionCommandOutput) => void
|
|
1645
|
+
): void;
|
|
1646
|
+
describeAccountCustomPermission(
|
|
1647
|
+
args: DescribeAccountCustomPermissionCommandInput,
|
|
1648
|
+
options: __HttpHandlerOptions,
|
|
1649
|
+
cb: (err: any, data?: DescribeAccountCustomPermissionCommandOutput) => void
|
|
1650
|
+
): void;
|
|
1613
1651
|
describeAccountSettings(
|
|
1614
1652
|
args: DescribeAccountSettingsCommandInput,
|
|
1615
1653
|
options?: __HttpHandlerOptions
|
|
@@ -3055,6 +3093,19 @@ export interface QuickSight {
|
|
|
3055
3093
|
options: __HttpHandlerOptions,
|
|
3056
3094
|
cb: (err: any, data?: UpdateAccountCustomizationCommandOutput) => void
|
|
3057
3095
|
): void;
|
|
3096
|
+
updateAccountCustomPermission(
|
|
3097
|
+
args: UpdateAccountCustomPermissionCommandInput,
|
|
3098
|
+
options?: __HttpHandlerOptions
|
|
3099
|
+
): Promise<UpdateAccountCustomPermissionCommandOutput>;
|
|
3100
|
+
updateAccountCustomPermission(
|
|
3101
|
+
args: UpdateAccountCustomPermissionCommandInput,
|
|
3102
|
+
cb: (err: any, data?: UpdateAccountCustomPermissionCommandOutput) => void
|
|
3103
|
+
): void;
|
|
3104
|
+
updateAccountCustomPermission(
|
|
3105
|
+
args: UpdateAccountCustomPermissionCommandInput,
|
|
3106
|
+
options: __HttpHandlerOptions,
|
|
3107
|
+
cb: (err: any, data?: UpdateAccountCustomPermissionCommandOutput) => void
|
|
3108
|
+
): void;
|
|
3058
3109
|
updateAccountSettings(
|
|
3059
3110
|
args: UpdateAccountSettingsCommandInput,
|
|
3060
3111
|
options?: __HttpHandlerOptions
|
|
@@ -157,6 +157,10 @@ import {
|
|
|
157
157
|
DeleteAccountCustomizationCommandInput,
|
|
158
158
|
DeleteAccountCustomizationCommandOutput,
|
|
159
159
|
} from "./commands/DeleteAccountCustomizationCommand";
|
|
160
|
+
import {
|
|
161
|
+
DeleteAccountCustomPermissionCommandInput,
|
|
162
|
+
DeleteAccountCustomPermissionCommandOutput,
|
|
163
|
+
} from "./commands/DeleteAccountCustomPermissionCommand";
|
|
160
164
|
import {
|
|
161
165
|
DeleteAccountSubscriptionCommandInput,
|
|
162
166
|
DeleteAccountSubscriptionCommandOutput,
|
|
@@ -281,6 +285,10 @@ import {
|
|
|
281
285
|
DescribeAccountCustomizationCommandInput,
|
|
282
286
|
DescribeAccountCustomizationCommandOutput,
|
|
283
287
|
} from "./commands/DescribeAccountCustomizationCommand";
|
|
288
|
+
import {
|
|
289
|
+
DescribeAccountCustomPermissionCommandInput,
|
|
290
|
+
DescribeAccountCustomPermissionCommandOutput,
|
|
291
|
+
} from "./commands/DescribeAccountCustomPermissionCommand";
|
|
284
292
|
import {
|
|
285
293
|
DescribeAccountSettingsCommandInput,
|
|
286
294
|
DescribeAccountSettingsCommandOutput,
|
|
@@ -709,6 +717,10 @@ import {
|
|
|
709
717
|
UpdateAccountCustomizationCommandInput,
|
|
710
718
|
UpdateAccountCustomizationCommandOutput,
|
|
711
719
|
} from "./commands/UpdateAccountCustomizationCommand";
|
|
720
|
+
import {
|
|
721
|
+
UpdateAccountCustomPermissionCommandInput,
|
|
722
|
+
UpdateAccountCustomPermissionCommandOutput,
|
|
723
|
+
} from "./commands/UpdateAccountCustomPermissionCommand";
|
|
712
724
|
import {
|
|
713
725
|
UpdateAccountSettingsCommandInput,
|
|
714
726
|
UpdateAccountSettingsCommandOutput,
|
|
@@ -916,6 +928,7 @@ export type ServiceInputTypes =
|
|
|
916
928
|
| CreateTopicCommandInput
|
|
917
929
|
| CreateTopicRefreshScheduleCommandInput
|
|
918
930
|
| CreateVPCConnectionCommandInput
|
|
931
|
+
| DeleteAccountCustomPermissionCommandInput
|
|
919
932
|
| DeleteAccountCustomizationCommandInput
|
|
920
933
|
| DeleteAccountSubscriptionCommandInput
|
|
921
934
|
| DeleteAnalysisCommandInput
|
|
@@ -947,6 +960,7 @@ export type ServiceInputTypes =
|
|
|
947
960
|
| DeleteUserCommandInput
|
|
948
961
|
| DeleteUserCustomPermissionCommandInput
|
|
949
962
|
| DeleteVPCConnectionCommandInput
|
|
963
|
+
| DescribeAccountCustomPermissionCommandInput
|
|
950
964
|
| DescribeAccountCustomizationCommandInput
|
|
951
965
|
| DescribeAccountSettingsCommandInput
|
|
952
966
|
| DescribeAccountSubscriptionCommandInput
|
|
@@ -1054,6 +1068,7 @@ export type ServiceInputTypes =
|
|
|
1054
1068
|
| StartDashboardSnapshotJobScheduleCommandInput
|
|
1055
1069
|
| TagResourceCommandInput
|
|
1056
1070
|
| UntagResourceCommandInput
|
|
1071
|
+
| UpdateAccountCustomPermissionCommandInput
|
|
1057
1072
|
| UpdateAccountCustomizationCommandInput
|
|
1058
1073
|
| UpdateAccountSettingsCommandInput
|
|
1059
1074
|
| UpdateAnalysisCommandInput
|
|
@@ -1126,6 +1141,7 @@ export type ServiceOutputTypes =
|
|
|
1126
1141
|
| CreateTopicCommandOutput
|
|
1127
1142
|
| CreateTopicRefreshScheduleCommandOutput
|
|
1128
1143
|
| CreateVPCConnectionCommandOutput
|
|
1144
|
+
| DeleteAccountCustomPermissionCommandOutput
|
|
1129
1145
|
| DeleteAccountCustomizationCommandOutput
|
|
1130
1146
|
| DeleteAccountSubscriptionCommandOutput
|
|
1131
1147
|
| DeleteAnalysisCommandOutput
|
|
@@ -1157,6 +1173,7 @@ export type ServiceOutputTypes =
|
|
|
1157
1173
|
| DeleteUserCommandOutput
|
|
1158
1174
|
| DeleteUserCustomPermissionCommandOutput
|
|
1159
1175
|
| DeleteVPCConnectionCommandOutput
|
|
1176
|
+
| DescribeAccountCustomPermissionCommandOutput
|
|
1160
1177
|
| DescribeAccountCustomizationCommandOutput
|
|
1161
1178
|
| DescribeAccountSettingsCommandOutput
|
|
1162
1179
|
| DescribeAccountSubscriptionCommandOutput
|
|
@@ -1264,6 +1281,7 @@ export type ServiceOutputTypes =
|
|
|
1264
1281
|
| StartDashboardSnapshotJobScheduleCommandOutput
|
|
1265
1282
|
| TagResourceCommandOutput
|
|
1266
1283
|
| UntagResourceCommandOutput
|
|
1284
|
+
| UpdateAccountCustomPermissionCommandOutput
|
|
1267
1285
|
| UpdateAccountCustomizationCommandOutput
|
|
1268
1286
|
| UpdateAccountSettingsCommandOutput
|
|
1269
1287
|
| UpdateAnalysisCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteAccountCustomPermissionRequest,
|
|
5
|
+
DeleteAccountCustomPermissionResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteAccountCustomPermissionCommandInput
|
|
15
|
+
extends DeleteAccountCustomPermissionRequest {}
|
|
16
|
+
export interface DeleteAccountCustomPermissionCommandOutput
|
|
17
|
+
extends DeleteAccountCustomPermissionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteAccountCustomPermissionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteAccountCustomPermissionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteAccountCustomPermissionCommandInput,
|
|
24
|
+
DeleteAccountCustomPermissionCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteAccountCustomPermissionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteAccountCustomPermissionCommandInput,
|
|
33
|
+
DeleteAccountCustomPermissionCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteAccountCustomPermissionCommand extends DeleteAccountCustomPermissionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAccountCustomPermissionRequest;
|
|
44
|
+
output: DeleteAccountCustomPermissionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAccountCustomPermissionCommandInput;
|
|
48
|
+
output: DeleteAccountCustomPermissionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DeleteRoleMembershipResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { DeleteRoleMembershipRequest } from "../models/models_3";
|
|
4
|
+
import { DeleteRoleMembershipResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/
|
|
3
|
+
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeAccountCustomPermissionRequest,
|
|
5
|
+
DescribeAccountCustomPermissionResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeAccountCustomPermissionCommandInput
|
|
15
|
+
extends DescribeAccountCustomPermissionRequest {}
|
|
16
|
+
export interface DescribeAccountCustomPermissionCommandOutput
|
|
17
|
+
extends DescribeAccountCustomPermissionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeAccountCustomPermissionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeAccountCustomPermissionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeAccountCustomPermissionCommandInput,
|
|
24
|
+
DescribeAccountCustomPermissionCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeAccountCustomPermissionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeAccountCustomPermissionCommandInput,
|
|
33
|
+
DescribeAccountCustomPermissionCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeAccountCustomPermissionCommand extends DescribeAccountCustomPermissionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAccountCustomPermissionRequest;
|
|
44
|
+
output: DescribeAccountCustomPermissionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAccountCustomPermissionCommandInput;
|
|
48
|
+
output: DescribeAccountCustomPermissionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { SearchGroupsRequest, SearchGroupsResponse } from "../models/
|
|
3
|
+
import { SearchGroupsRequest, SearchGroupsResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateAccountCustomPermissionRequest,
|
|
5
|
+
UpdateAccountCustomPermissionResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateAccountCustomPermissionCommandInput
|
|
15
|
+
extends UpdateAccountCustomPermissionRequest {}
|
|
16
|
+
export interface UpdateAccountCustomPermissionCommandOutput
|
|
17
|
+
extends UpdateAccountCustomPermissionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateAccountCustomPermissionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateAccountCustomPermissionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateAccountCustomPermissionCommandInput,
|
|
24
|
+
UpdateAccountCustomPermissionCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateAccountCustomPermissionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateAccountCustomPermissionCommandInput,
|
|
33
|
+
UpdateAccountCustomPermissionCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateAccountCustomPermissionCommand extends UpdateAccountCustomPermissionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAccountCustomPermissionRequest;
|
|
44
|
+
output: UpdateAccountCustomPermissionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAccountCustomPermissionCommandInput;
|
|
48
|
+
output: UpdateAccountCustomPermissionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -25,6 +25,7 @@ export * from "./CreateThemeCommand";
|
|
|
25
25
|
export * from "./CreateTopicCommand";
|
|
26
26
|
export * from "./CreateTopicRefreshScheduleCommand";
|
|
27
27
|
export * from "./CreateVPCConnectionCommand";
|
|
28
|
+
export * from "./DeleteAccountCustomPermissionCommand";
|
|
28
29
|
export * from "./DeleteAccountCustomizationCommand";
|
|
29
30
|
export * from "./DeleteAccountSubscriptionCommand";
|
|
30
31
|
export * from "./DeleteAnalysisCommand";
|
|
@@ -56,6 +57,7 @@ export * from "./DeleteUserByPrincipalIdCommand";
|
|
|
56
57
|
export * from "./DeleteUserCommand";
|
|
57
58
|
export * from "./DeleteUserCustomPermissionCommand";
|
|
58
59
|
export * from "./DeleteVPCConnectionCommand";
|
|
60
|
+
export * from "./DescribeAccountCustomPermissionCommand";
|
|
59
61
|
export * from "./DescribeAccountCustomizationCommand";
|
|
60
62
|
export * from "./DescribeAccountSettingsCommand";
|
|
61
63
|
export * from "./DescribeAccountSubscriptionCommand";
|
|
@@ -163,6 +165,7 @@ export * from "./StartDashboardSnapshotJobCommand";
|
|
|
163
165
|
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
164
166
|
export * from "./TagResourceCommand";
|
|
165
167
|
export * from "./UntagResourceCommand";
|
|
168
|
+
export * from "./UpdateAccountCustomPermissionCommand";
|
|
166
169
|
export * from "./UpdateAccountCustomizationCommand";
|
|
167
170
|
export * from "./UpdateAccountSettingsCommand";
|
|
168
171
|
export * from "./UpdateAnalysisCommand";
|