@aws-sdk/client-quicksight 3.451.0 → 3.453.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/CreateTopicCommand.js +2 -2
- package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
- package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +10 -10
- package/dist-cjs/models/models_2.js +17 -104
- package/dist-cjs/models/models_3.js +112 -1
- package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +488 -10
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
- package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +9 -9
- package/dist-es/models/models_2.js +14 -94
- package/dist-es/models/models_3.js +102 -1
- package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +469 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +8 -2
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.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 -2
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +33 -38
- package/dist-types/models/models_2.d.ts +573 -773
- package/dist-types/models/models_3.d.ts +3973 -4050
- package/dist-types/models/models_4.d.ts +1012 -4
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -15
- package/dist-types/ts3.4/models/models_2.d.ts +177 -206
- package/dist-types/ts3.4/models/models_3.d.ts +264 -201
- package/dist-types/ts3.4/models/models_4.d.ts +229 -4
- package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput } from "../commands/ListRoleMembershipsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListRoleMemberships(config: QuickSightPaginationConfiguration, input: ListRoleMembershipsCommandInput, ...additionalArguments: any): Paginator<ListRoleMembershipsCommandOutput>;
|
|
@@ -16,6 +16,7 @@ export * from "./ListIAMPolicyAssignmentsForUserPaginator";
|
|
|
16
16
|
export * from "./ListIAMPolicyAssignmentsPaginator";
|
|
17
17
|
export * from "./ListIngestionsPaginator";
|
|
18
18
|
export * from "./ListNamespacesPaginator";
|
|
19
|
+
export * from "./ListRoleMembershipsPaginator";
|
|
19
20
|
export * from "./ListTemplateAliasesPaginator";
|
|
20
21
|
export * from "./ListTemplateVersionsPaginator";
|
|
21
22
|
export * from "./ListTemplatesPaginator";
|
|
@@ -15,6 +15,7 @@ import { CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommand
|
|
|
15
15
|
import { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "../commands/CreateIngestionCommand";
|
|
16
16
|
import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "../commands/CreateNamespaceCommand";
|
|
17
17
|
import { CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput } from "../commands/CreateRefreshScheduleCommand";
|
|
18
|
+
import { CreateRoleMembershipCommandInput, CreateRoleMembershipCommandOutput } from "../commands/CreateRoleMembershipCommand";
|
|
18
19
|
import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } from "../commands/CreateTemplateAliasCommand";
|
|
19
20
|
import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "../commands/CreateTemplateCommand";
|
|
20
21
|
import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "../commands/CreateThemeAliasCommand";
|
|
@@ -36,6 +37,8 @@ import { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput }
|
|
|
36
37
|
import { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "../commands/DeleteIAMPolicyAssignmentCommand";
|
|
37
38
|
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
|
|
38
39
|
import { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "../commands/DeleteRefreshScheduleCommand";
|
|
40
|
+
import { DeleteRoleCustomPermissionCommandInput, DeleteRoleCustomPermissionCommandOutput } from "../commands/DeleteRoleCustomPermissionCommand";
|
|
41
|
+
import { DeleteRoleMembershipCommandInput, DeleteRoleMembershipCommandOutput } from "../commands/DeleteRoleMembershipCommand";
|
|
39
42
|
import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } from "../commands/DeleteTemplateAliasCommand";
|
|
40
43
|
import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "../commands/DeleteTemplateCommand";
|
|
41
44
|
import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "../commands/DeleteThemeAliasCommand";
|
|
@@ -73,6 +76,7 @@ import { DescribeIngestionCommandInput, DescribeIngestionCommandOutput } from ".
|
|
|
73
76
|
import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput } from "../commands/DescribeIpRestrictionCommand";
|
|
74
77
|
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "../commands/DescribeNamespaceCommand";
|
|
75
78
|
import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "../commands/DescribeRefreshScheduleCommand";
|
|
79
|
+
import { DescribeRoleCustomPermissionCommandInput, DescribeRoleCustomPermissionCommandOutput } from "../commands/DescribeRoleCustomPermissionCommand";
|
|
76
80
|
import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "../commands/DescribeTemplateAliasCommand";
|
|
77
81
|
import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "../commands/DescribeTemplateCommand";
|
|
78
82
|
import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "../commands/DescribeTemplateDefinitionCommand";
|
|
@@ -106,6 +110,7 @@ import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsFo
|
|
|
106
110
|
import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "../commands/ListIngestionsCommand";
|
|
107
111
|
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
|
|
108
112
|
import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "../commands/ListRefreshSchedulesCommand";
|
|
113
|
+
import { ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput } from "../commands/ListRoleMembershipsCommand";
|
|
109
114
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
110
115
|
import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "../commands/ListTemplateAliasesCommand";
|
|
111
116
|
import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
|
|
@@ -150,6 +155,7 @@ import { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommand
|
|
|
150
155
|
import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "../commands/UpdateIpRestrictionCommand";
|
|
151
156
|
import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "../commands/UpdatePublicSharingSettingsCommand";
|
|
152
157
|
import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "../commands/UpdateRefreshScheduleCommand";
|
|
158
|
+
import { UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput } from "../commands/UpdateRoleCustomPermissionCommand";
|
|
153
159
|
import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "../commands/UpdateTemplateAliasCommand";
|
|
154
160
|
import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "../commands/UpdateTemplateCommand";
|
|
155
161
|
import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput } from "../commands/UpdateTemplatePermissionsCommand";
|
|
@@ -221,6 +227,10 @@ export declare const se_CreateNamespaceCommand: (input: CreateNamespaceCommandIn
|
|
|
221
227
|
* serializeAws_restJson1CreateRefreshScheduleCommand
|
|
222
228
|
*/
|
|
223
229
|
export declare const se_CreateRefreshScheduleCommand: (input: CreateRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
+
/**
|
|
231
|
+
* serializeAws_restJson1CreateRoleMembershipCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const se_CreateRoleMembershipCommand: (input: CreateRoleMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
234
|
/**
|
|
225
235
|
* serializeAws_restJson1CreateTemplateCommand
|
|
226
236
|
*/
|
|
@@ -305,6 +315,14 @@ export declare const se_DeleteNamespaceCommand: (input: DeleteNamespaceCommandIn
|
|
|
305
315
|
* serializeAws_restJson1DeleteRefreshScheduleCommand
|
|
306
316
|
*/
|
|
307
317
|
export declare const se_DeleteRefreshScheduleCommand: (input: DeleteRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
318
|
+
/**
|
|
319
|
+
* serializeAws_restJson1DeleteRoleCustomPermissionCommand
|
|
320
|
+
*/
|
|
321
|
+
export declare const se_DeleteRoleCustomPermissionCommand: (input: DeleteRoleCustomPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
322
|
+
/**
|
|
323
|
+
* serializeAws_restJson1DeleteRoleMembershipCommand
|
|
324
|
+
*/
|
|
325
|
+
export declare const se_DeleteRoleMembershipCommand: (input: DeleteRoleMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
326
|
/**
|
|
309
327
|
* serializeAws_restJson1DeleteTemplateCommand
|
|
310
328
|
*/
|
|
@@ -453,6 +471,10 @@ export declare const se_DescribeNamespaceCommand: (input: DescribeNamespaceComma
|
|
|
453
471
|
* serializeAws_restJson1DescribeRefreshScheduleCommand
|
|
454
472
|
*/
|
|
455
473
|
export declare const se_DescribeRefreshScheduleCommand: (input: DescribeRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
474
|
+
/**
|
|
475
|
+
* serializeAws_restJson1DescribeRoleCustomPermissionCommand
|
|
476
|
+
*/
|
|
477
|
+
export declare const se_DescribeRoleCustomPermissionCommand: (input: DescribeRoleCustomPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
456
478
|
/**
|
|
457
479
|
* serializeAws_restJson1DescribeTemplateCommand
|
|
458
480
|
*/
|
|
@@ -585,6 +607,10 @@ export declare const se_ListNamespacesCommand: (input: ListNamespacesCommandInpu
|
|
|
585
607
|
* serializeAws_restJson1ListRefreshSchedulesCommand
|
|
586
608
|
*/
|
|
587
609
|
export declare const se_ListRefreshSchedulesCommand: (input: ListRefreshSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
610
|
+
/**
|
|
611
|
+
* serializeAws_restJson1ListRoleMembershipsCommand
|
|
612
|
+
*/
|
|
613
|
+
export declare const se_ListRoleMembershipsCommand: (input: ListRoleMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
588
614
|
/**
|
|
589
615
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
590
616
|
*/
|
|
@@ -761,6 +787,10 @@ export declare const se_UpdatePublicSharingSettingsCommand: (input: UpdatePublic
|
|
|
761
787
|
* serializeAws_restJson1UpdateRefreshScheduleCommand
|
|
762
788
|
*/
|
|
763
789
|
export declare const se_UpdateRefreshScheduleCommand: (input: UpdateRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
790
|
+
/**
|
|
791
|
+
* serializeAws_restJson1UpdateRoleCustomPermissionCommand
|
|
792
|
+
*/
|
|
793
|
+
export declare const se_UpdateRoleCustomPermissionCommand: (input: UpdateRoleCustomPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
764
794
|
/**
|
|
765
795
|
* serializeAws_restJson1UpdateTemplateCommand
|
|
766
796
|
*/
|
|
@@ -865,6 +895,10 @@ export declare const de_CreateNamespaceCommand: (output: __HttpResponse, context
|
|
|
865
895
|
* deserializeAws_restJson1CreateRefreshScheduleCommand
|
|
866
896
|
*/
|
|
867
897
|
export declare const de_CreateRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRefreshScheduleCommandOutput>;
|
|
898
|
+
/**
|
|
899
|
+
* deserializeAws_restJson1CreateRoleMembershipCommand
|
|
900
|
+
*/
|
|
901
|
+
export declare const de_CreateRoleMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoleMembershipCommandOutput>;
|
|
868
902
|
/**
|
|
869
903
|
* deserializeAws_restJson1CreateTemplateCommand
|
|
870
904
|
*/
|
|
@@ -949,6 +983,14 @@ export declare const de_DeleteNamespaceCommand: (output: __HttpResponse, context
|
|
|
949
983
|
* deserializeAws_restJson1DeleteRefreshScheduleCommand
|
|
950
984
|
*/
|
|
951
985
|
export declare const de_DeleteRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRefreshScheduleCommandOutput>;
|
|
986
|
+
/**
|
|
987
|
+
* deserializeAws_restJson1DeleteRoleCustomPermissionCommand
|
|
988
|
+
*/
|
|
989
|
+
export declare const de_DeleteRoleCustomPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoleCustomPermissionCommandOutput>;
|
|
990
|
+
/**
|
|
991
|
+
* deserializeAws_restJson1DeleteRoleMembershipCommand
|
|
992
|
+
*/
|
|
993
|
+
export declare const de_DeleteRoleMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoleMembershipCommandOutput>;
|
|
952
994
|
/**
|
|
953
995
|
* deserializeAws_restJson1DeleteTemplateCommand
|
|
954
996
|
*/
|
|
@@ -1097,6 +1139,10 @@ export declare const de_DescribeNamespaceCommand: (output: __HttpResponse, conte
|
|
|
1097
1139
|
* deserializeAws_restJson1DescribeRefreshScheduleCommand
|
|
1098
1140
|
*/
|
|
1099
1141
|
export declare const de_DescribeRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRefreshScheduleCommandOutput>;
|
|
1142
|
+
/**
|
|
1143
|
+
* deserializeAws_restJson1DescribeRoleCustomPermissionCommand
|
|
1144
|
+
*/
|
|
1145
|
+
export declare const de_DescribeRoleCustomPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRoleCustomPermissionCommandOutput>;
|
|
1100
1146
|
/**
|
|
1101
1147
|
* deserializeAws_restJson1DescribeTemplateCommand
|
|
1102
1148
|
*/
|
|
@@ -1229,6 +1275,10 @@ export declare const de_ListNamespacesCommand: (output: __HttpResponse, context:
|
|
|
1229
1275
|
* deserializeAws_restJson1ListRefreshSchedulesCommand
|
|
1230
1276
|
*/
|
|
1231
1277
|
export declare const de_ListRefreshSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRefreshSchedulesCommandOutput>;
|
|
1278
|
+
/**
|
|
1279
|
+
* deserializeAws_restJson1ListRoleMembershipsCommand
|
|
1280
|
+
*/
|
|
1281
|
+
export declare const de_ListRoleMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoleMembershipsCommandOutput>;
|
|
1232
1282
|
/**
|
|
1233
1283
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
1234
1284
|
*/
|
|
@@ -1405,6 +1455,10 @@ export declare const de_UpdatePublicSharingSettingsCommand: (output: __HttpRespo
|
|
|
1405
1455
|
* deserializeAws_restJson1UpdateRefreshScheduleCommand
|
|
1406
1456
|
*/
|
|
1407
1457
|
export declare const de_UpdateRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRefreshScheduleCommandOutput>;
|
|
1458
|
+
/**
|
|
1459
|
+
* deserializeAws_restJson1UpdateRoleCustomPermissionCommand
|
|
1460
|
+
*/
|
|
1461
|
+
export declare const de_UpdateRoleCustomPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoleCustomPermissionCommandOutput>;
|
|
1408
1462
|
/**
|
|
1409
1463
|
* deserializeAws_restJson1UpdateTemplateCommand
|
|
1410
1464
|
*/
|
|
@@ -59,6 +59,10 @@ import {
|
|
|
59
59
|
CreateRefreshScheduleCommandInput,
|
|
60
60
|
CreateRefreshScheduleCommandOutput,
|
|
61
61
|
} from "./commands/CreateRefreshScheduleCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateRoleMembershipCommandInput,
|
|
64
|
+
CreateRoleMembershipCommandOutput,
|
|
65
|
+
} from "./commands/CreateRoleMembershipCommand";
|
|
62
66
|
import {
|
|
63
67
|
CreateTemplateAliasCommandInput,
|
|
64
68
|
CreateTemplateAliasCommandOutput,
|
|
@@ -143,6 +147,14 @@ import {
|
|
|
143
147
|
DeleteRefreshScheduleCommandInput,
|
|
144
148
|
DeleteRefreshScheduleCommandOutput,
|
|
145
149
|
} from "./commands/DeleteRefreshScheduleCommand";
|
|
150
|
+
import {
|
|
151
|
+
DeleteRoleCustomPermissionCommandInput,
|
|
152
|
+
DeleteRoleCustomPermissionCommandOutput,
|
|
153
|
+
} from "./commands/DeleteRoleCustomPermissionCommand";
|
|
154
|
+
import {
|
|
155
|
+
DeleteRoleMembershipCommandInput,
|
|
156
|
+
DeleteRoleMembershipCommandOutput,
|
|
157
|
+
} from "./commands/DeleteRoleMembershipCommand";
|
|
146
158
|
import {
|
|
147
159
|
DeleteTemplateAliasCommandInput,
|
|
148
160
|
DeleteTemplateAliasCommandOutput,
|
|
@@ -291,6 +303,10 @@ import {
|
|
|
291
303
|
DescribeRefreshScheduleCommandInput,
|
|
292
304
|
DescribeRefreshScheduleCommandOutput,
|
|
293
305
|
} from "./commands/DescribeRefreshScheduleCommand";
|
|
306
|
+
import {
|
|
307
|
+
DescribeRoleCustomPermissionCommandInput,
|
|
308
|
+
DescribeRoleCustomPermissionCommandOutput,
|
|
309
|
+
} from "./commands/DescribeRoleCustomPermissionCommand";
|
|
294
310
|
import {
|
|
295
311
|
DescribeTemplateAliasCommandInput,
|
|
296
312
|
DescribeTemplateAliasCommandOutput,
|
|
@@ -423,6 +439,10 @@ import {
|
|
|
423
439
|
ListRefreshSchedulesCommandInput,
|
|
424
440
|
ListRefreshSchedulesCommandOutput,
|
|
425
441
|
} from "./commands/ListRefreshSchedulesCommand";
|
|
442
|
+
import {
|
|
443
|
+
ListRoleMembershipsCommandInput,
|
|
444
|
+
ListRoleMembershipsCommandOutput,
|
|
445
|
+
} from "./commands/ListRoleMembershipsCommand";
|
|
426
446
|
import {
|
|
427
447
|
ListTagsForResourceCommandInput,
|
|
428
448
|
ListTagsForResourceCommandOutput,
|
|
@@ -599,6 +619,10 @@ import {
|
|
|
599
619
|
UpdateRefreshScheduleCommandInput,
|
|
600
620
|
UpdateRefreshScheduleCommandOutput,
|
|
601
621
|
} from "./commands/UpdateRefreshScheduleCommand";
|
|
622
|
+
import {
|
|
623
|
+
UpdateRoleCustomPermissionCommandInput,
|
|
624
|
+
UpdateRoleCustomPermissionCommandOutput,
|
|
625
|
+
} from "./commands/UpdateRoleCustomPermissionCommand";
|
|
602
626
|
import {
|
|
603
627
|
UpdateTemplateAliasCommandInput,
|
|
604
628
|
UpdateTemplateAliasCommandOutput,
|
|
@@ -840,6 +864,19 @@ export interface QuickSight {
|
|
|
840
864
|
options: __HttpHandlerOptions,
|
|
841
865
|
cb: (err: any, data?: CreateRefreshScheduleCommandOutput) => void
|
|
842
866
|
): void;
|
|
867
|
+
createRoleMembership(
|
|
868
|
+
args: CreateRoleMembershipCommandInput,
|
|
869
|
+
options?: __HttpHandlerOptions
|
|
870
|
+
): Promise<CreateRoleMembershipCommandOutput>;
|
|
871
|
+
createRoleMembership(
|
|
872
|
+
args: CreateRoleMembershipCommandInput,
|
|
873
|
+
cb: (err: any, data?: CreateRoleMembershipCommandOutput) => void
|
|
874
|
+
): void;
|
|
875
|
+
createRoleMembership(
|
|
876
|
+
args: CreateRoleMembershipCommandInput,
|
|
877
|
+
options: __HttpHandlerOptions,
|
|
878
|
+
cb: (err: any, data?: CreateRoleMembershipCommandOutput) => void
|
|
879
|
+
): void;
|
|
843
880
|
createTemplate(
|
|
844
881
|
args: CreateTemplateCommandInput,
|
|
845
882
|
options?: __HttpHandlerOptions
|
|
@@ -1113,6 +1150,32 @@ export interface QuickSight {
|
|
|
1113
1150
|
options: __HttpHandlerOptions,
|
|
1114
1151
|
cb: (err: any, data?: DeleteRefreshScheduleCommandOutput) => void
|
|
1115
1152
|
): void;
|
|
1153
|
+
deleteRoleCustomPermission(
|
|
1154
|
+
args: DeleteRoleCustomPermissionCommandInput,
|
|
1155
|
+
options?: __HttpHandlerOptions
|
|
1156
|
+
): Promise<DeleteRoleCustomPermissionCommandOutput>;
|
|
1157
|
+
deleteRoleCustomPermission(
|
|
1158
|
+
args: DeleteRoleCustomPermissionCommandInput,
|
|
1159
|
+
cb: (err: any, data?: DeleteRoleCustomPermissionCommandOutput) => void
|
|
1160
|
+
): void;
|
|
1161
|
+
deleteRoleCustomPermission(
|
|
1162
|
+
args: DeleteRoleCustomPermissionCommandInput,
|
|
1163
|
+
options: __HttpHandlerOptions,
|
|
1164
|
+
cb: (err: any, data?: DeleteRoleCustomPermissionCommandOutput) => void
|
|
1165
|
+
): void;
|
|
1166
|
+
deleteRoleMembership(
|
|
1167
|
+
args: DeleteRoleMembershipCommandInput,
|
|
1168
|
+
options?: __HttpHandlerOptions
|
|
1169
|
+
): Promise<DeleteRoleMembershipCommandOutput>;
|
|
1170
|
+
deleteRoleMembership(
|
|
1171
|
+
args: DeleteRoleMembershipCommandInput,
|
|
1172
|
+
cb: (err: any, data?: DeleteRoleMembershipCommandOutput) => void
|
|
1173
|
+
): void;
|
|
1174
|
+
deleteRoleMembership(
|
|
1175
|
+
args: DeleteRoleMembershipCommandInput,
|
|
1176
|
+
options: __HttpHandlerOptions,
|
|
1177
|
+
cb: (err: any, data?: DeleteRoleMembershipCommandOutput) => void
|
|
1178
|
+
): void;
|
|
1116
1179
|
deleteTemplate(
|
|
1117
1180
|
args: DeleteTemplateCommandInput,
|
|
1118
1181
|
options?: __HttpHandlerOptions
|
|
@@ -1606,6 +1669,19 @@ export interface QuickSight {
|
|
|
1606
1669
|
options: __HttpHandlerOptions,
|
|
1607
1670
|
cb: (err: any, data?: DescribeRefreshScheduleCommandOutput) => void
|
|
1608
1671
|
): void;
|
|
1672
|
+
describeRoleCustomPermission(
|
|
1673
|
+
args: DescribeRoleCustomPermissionCommandInput,
|
|
1674
|
+
options?: __HttpHandlerOptions
|
|
1675
|
+
): Promise<DescribeRoleCustomPermissionCommandOutput>;
|
|
1676
|
+
describeRoleCustomPermission(
|
|
1677
|
+
args: DescribeRoleCustomPermissionCommandInput,
|
|
1678
|
+
cb: (err: any, data?: DescribeRoleCustomPermissionCommandOutput) => void
|
|
1679
|
+
): void;
|
|
1680
|
+
describeRoleCustomPermission(
|
|
1681
|
+
args: DescribeRoleCustomPermissionCommandInput,
|
|
1682
|
+
options: __HttpHandlerOptions,
|
|
1683
|
+
cb: (err: any, data?: DescribeRoleCustomPermissionCommandOutput) => void
|
|
1684
|
+
): void;
|
|
1609
1685
|
describeTemplate(
|
|
1610
1686
|
args: DescribeTemplateCommandInput,
|
|
1611
1687
|
options?: __HttpHandlerOptions
|
|
@@ -2041,6 +2117,19 @@ export interface QuickSight {
|
|
|
2041
2117
|
options: __HttpHandlerOptions,
|
|
2042
2118
|
cb: (err: any, data?: ListRefreshSchedulesCommandOutput) => void
|
|
2043
2119
|
): void;
|
|
2120
|
+
listRoleMemberships(
|
|
2121
|
+
args: ListRoleMembershipsCommandInput,
|
|
2122
|
+
options?: __HttpHandlerOptions
|
|
2123
|
+
): Promise<ListRoleMembershipsCommandOutput>;
|
|
2124
|
+
listRoleMemberships(
|
|
2125
|
+
args: ListRoleMembershipsCommandInput,
|
|
2126
|
+
cb: (err: any, data?: ListRoleMembershipsCommandOutput) => void
|
|
2127
|
+
): void;
|
|
2128
|
+
listRoleMemberships(
|
|
2129
|
+
args: ListRoleMembershipsCommandInput,
|
|
2130
|
+
options: __HttpHandlerOptions,
|
|
2131
|
+
cb: (err: any, data?: ListRoleMembershipsCommandOutput) => void
|
|
2132
|
+
): void;
|
|
2044
2133
|
listTagsForResource(
|
|
2045
2134
|
args: ListTagsForResourceCommandInput,
|
|
2046
2135
|
options?: __HttpHandlerOptions
|
|
@@ -2613,6 +2702,19 @@ export interface QuickSight {
|
|
|
2613
2702
|
options: __HttpHandlerOptions,
|
|
2614
2703
|
cb: (err: any, data?: UpdateRefreshScheduleCommandOutput) => void
|
|
2615
2704
|
): void;
|
|
2705
|
+
updateRoleCustomPermission(
|
|
2706
|
+
args: UpdateRoleCustomPermissionCommandInput,
|
|
2707
|
+
options?: __HttpHandlerOptions
|
|
2708
|
+
): Promise<UpdateRoleCustomPermissionCommandOutput>;
|
|
2709
|
+
updateRoleCustomPermission(
|
|
2710
|
+
args: UpdateRoleCustomPermissionCommandInput,
|
|
2711
|
+
cb: (err: any, data?: UpdateRoleCustomPermissionCommandOutput) => void
|
|
2712
|
+
): void;
|
|
2713
|
+
updateRoleCustomPermission(
|
|
2714
|
+
args: UpdateRoleCustomPermissionCommandInput,
|
|
2715
|
+
options: __HttpHandlerOptions,
|
|
2716
|
+
cb: (err: any, data?: UpdateRoleCustomPermissionCommandOutput) => void
|
|
2717
|
+
): void;
|
|
2616
2718
|
updateTemplate(
|
|
2617
2719
|
args: UpdateTemplateCommandInput,
|
|
2618
2720
|
options?: __HttpHandlerOptions
|
|
@@ -105,6 +105,10 @@ import {
|
|
|
105
105
|
CreateRefreshScheduleCommandInput,
|
|
106
106
|
CreateRefreshScheduleCommandOutput,
|
|
107
107
|
} from "./commands/CreateRefreshScheduleCommand";
|
|
108
|
+
import {
|
|
109
|
+
CreateRoleMembershipCommandInput,
|
|
110
|
+
CreateRoleMembershipCommandOutput,
|
|
111
|
+
} from "./commands/CreateRoleMembershipCommand";
|
|
108
112
|
import {
|
|
109
113
|
CreateTemplateAliasCommandInput,
|
|
110
114
|
CreateTemplateAliasCommandOutput,
|
|
@@ -189,6 +193,14 @@ import {
|
|
|
189
193
|
DeleteRefreshScheduleCommandInput,
|
|
190
194
|
DeleteRefreshScheduleCommandOutput,
|
|
191
195
|
} from "./commands/DeleteRefreshScheduleCommand";
|
|
196
|
+
import {
|
|
197
|
+
DeleteRoleCustomPermissionCommandInput,
|
|
198
|
+
DeleteRoleCustomPermissionCommandOutput,
|
|
199
|
+
} from "./commands/DeleteRoleCustomPermissionCommand";
|
|
200
|
+
import {
|
|
201
|
+
DeleteRoleMembershipCommandInput,
|
|
202
|
+
DeleteRoleMembershipCommandOutput,
|
|
203
|
+
} from "./commands/DeleteRoleMembershipCommand";
|
|
192
204
|
import {
|
|
193
205
|
DeleteTemplateAliasCommandInput,
|
|
194
206
|
DeleteTemplateAliasCommandOutput,
|
|
@@ -337,6 +349,10 @@ import {
|
|
|
337
349
|
DescribeRefreshScheduleCommandInput,
|
|
338
350
|
DescribeRefreshScheduleCommandOutput,
|
|
339
351
|
} from "./commands/DescribeRefreshScheduleCommand";
|
|
352
|
+
import {
|
|
353
|
+
DescribeRoleCustomPermissionCommandInput,
|
|
354
|
+
DescribeRoleCustomPermissionCommandOutput,
|
|
355
|
+
} from "./commands/DescribeRoleCustomPermissionCommand";
|
|
340
356
|
import {
|
|
341
357
|
DescribeTemplateAliasCommandInput,
|
|
342
358
|
DescribeTemplateAliasCommandOutput,
|
|
@@ -469,6 +485,10 @@ import {
|
|
|
469
485
|
ListRefreshSchedulesCommandInput,
|
|
470
486
|
ListRefreshSchedulesCommandOutput,
|
|
471
487
|
} from "./commands/ListRefreshSchedulesCommand";
|
|
488
|
+
import {
|
|
489
|
+
ListRoleMembershipsCommandInput,
|
|
490
|
+
ListRoleMembershipsCommandOutput,
|
|
491
|
+
} from "./commands/ListRoleMembershipsCommand";
|
|
472
492
|
import {
|
|
473
493
|
ListTagsForResourceCommandInput,
|
|
474
494
|
ListTagsForResourceCommandOutput,
|
|
@@ -645,6 +665,10 @@ import {
|
|
|
645
665
|
UpdateRefreshScheduleCommandInput,
|
|
646
666
|
UpdateRefreshScheduleCommandOutput,
|
|
647
667
|
} from "./commands/UpdateRefreshScheduleCommand";
|
|
668
|
+
import {
|
|
669
|
+
UpdateRoleCustomPermissionCommandInput,
|
|
670
|
+
UpdateRoleCustomPermissionCommandOutput,
|
|
671
|
+
} from "./commands/UpdateRoleCustomPermissionCommand";
|
|
648
672
|
import {
|
|
649
673
|
UpdateTemplateAliasCommandInput,
|
|
650
674
|
UpdateTemplateAliasCommandOutput,
|
|
@@ -712,6 +736,7 @@ export type ServiceInputTypes =
|
|
|
712
736
|
| CreateIngestionCommandInput
|
|
713
737
|
| CreateNamespaceCommandInput
|
|
714
738
|
| CreateRefreshScheduleCommandInput
|
|
739
|
+
| CreateRoleMembershipCommandInput
|
|
715
740
|
| CreateTemplateAliasCommandInput
|
|
716
741
|
| CreateTemplateCommandInput
|
|
717
742
|
| CreateThemeAliasCommandInput
|
|
@@ -733,6 +758,8 @@ export type ServiceInputTypes =
|
|
|
733
758
|
| DeleteIAMPolicyAssignmentCommandInput
|
|
734
759
|
| DeleteNamespaceCommandInput
|
|
735
760
|
| DeleteRefreshScheduleCommandInput
|
|
761
|
+
| DeleteRoleCustomPermissionCommandInput
|
|
762
|
+
| DeleteRoleMembershipCommandInput
|
|
736
763
|
| DeleteTemplateAliasCommandInput
|
|
737
764
|
| DeleteTemplateCommandInput
|
|
738
765
|
| DeleteThemeAliasCommandInput
|
|
@@ -770,6 +797,7 @@ export type ServiceInputTypes =
|
|
|
770
797
|
| DescribeIpRestrictionCommandInput
|
|
771
798
|
| DescribeNamespaceCommandInput
|
|
772
799
|
| DescribeRefreshScheduleCommandInput
|
|
800
|
+
| DescribeRoleCustomPermissionCommandInput
|
|
773
801
|
| DescribeTemplateAliasCommandInput
|
|
774
802
|
| DescribeTemplateCommandInput
|
|
775
803
|
| DescribeTemplateDefinitionCommandInput
|
|
@@ -803,6 +831,7 @@ export type ServiceInputTypes =
|
|
|
803
831
|
| ListIngestionsCommandInput
|
|
804
832
|
| ListNamespacesCommandInput
|
|
805
833
|
| ListRefreshSchedulesCommandInput
|
|
834
|
+
| ListRoleMembershipsCommandInput
|
|
806
835
|
| ListTagsForResourceCommandInput
|
|
807
836
|
| ListTemplateAliasesCommandInput
|
|
808
837
|
| ListTemplateVersionsCommandInput
|
|
@@ -847,6 +876,7 @@ export type ServiceInputTypes =
|
|
|
847
876
|
| UpdateIpRestrictionCommandInput
|
|
848
877
|
| UpdatePublicSharingSettingsCommandInput
|
|
849
878
|
| UpdateRefreshScheduleCommandInput
|
|
879
|
+
| UpdateRoleCustomPermissionCommandInput
|
|
850
880
|
| UpdateTemplateAliasCommandInput
|
|
851
881
|
| UpdateTemplateCommandInput
|
|
852
882
|
| UpdateTemplatePermissionsCommandInput
|
|
@@ -874,6 +904,7 @@ export type ServiceOutputTypes =
|
|
|
874
904
|
| CreateIngestionCommandOutput
|
|
875
905
|
| CreateNamespaceCommandOutput
|
|
876
906
|
| CreateRefreshScheduleCommandOutput
|
|
907
|
+
| CreateRoleMembershipCommandOutput
|
|
877
908
|
| CreateTemplateAliasCommandOutput
|
|
878
909
|
| CreateTemplateCommandOutput
|
|
879
910
|
| CreateThemeAliasCommandOutput
|
|
@@ -895,6 +926,8 @@ export type ServiceOutputTypes =
|
|
|
895
926
|
| DeleteIAMPolicyAssignmentCommandOutput
|
|
896
927
|
| DeleteNamespaceCommandOutput
|
|
897
928
|
| DeleteRefreshScheduleCommandOutput
|
|
929
|
+
| DeleteRoleCustomPermissionCommandOutput
|
|
930
|
+
| DeleteRoleMembershipCommandOutput
|
|
898
931
|
| DeleteTemplateAliasCommandOutput
|
|
899
932
|
| DeleteTemplateCommandOutput
|
|
900
933
|
| DeleteThemeAliasCommandOutput
|
|
@@ -932,6 +965,7 @@ export type ServiceOutputTypes =
|
|
|
932
965
|
| DescribeIpRestrictionCommandOutput
|
|
933
966
|
| DescribeNamespaceCommandOutput
|
|
934
967
|
| DescribeRefreshScheduleCommandOutput
|
|
968
|
+
| DescribeRoleCustomPermissionCommandOutput
|
|
935
969
|
| DescribeTemplateAliasCommandOutput
|
|
936
970
|
| DescribeTemplateCommandOutput
|
|
937
971
|
| DescribeTemplateDefinitionCommandOutput
|
|
@@ -965,6 +999,7 @@ export type ServiceOutputTypes =
|
|
|
965
999
|
| ListIngestionsCommandOutput
|
|
966
1000
|
| ListNamespacesCommandOutput
|
|
967
1001
|
| ListRefreshSchedulesCommandOutput
|
|
1002
|
+
| ListRoleMembershipsCommandOutput
|
|
968
1003
|
| ListTagsForResourceCommandOutput
|
|
969
1004
|
| ListTemplateAliasesCommandOutput
|
|
970
1005
|
| ListTemplateVersionsCommandOutput
|
|
@@ -1009,6 +1044,7 @@ export type ServiceOutputTypes =
|
|
|
1009
1044
|
| UpdateIpRestrictionCommandOutput
|
|
1010
1045
|
| UpdatePublicSharingSettingsCommandOutput
|
|
1011
1046
|
| UpdateRefreshScheduleCommandOutput
|
|
1047
|
+
| UpdateRoleCustomPermissionCommandOutput
|
|
1012
1048
|
| UpdateTemplateAliasCommandOutput
|
|
1013
1049
|
| UpdateTemplateCommandOutput
|
|
1014
1050
|
| UpdateTemplatePermissionsCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateRoleMembershipRequest,
|
|
11
|
+
CreateRoleMembershipResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateRoleMembershipCommandInput
|
|
20
|
+
extends CreateRoleMembershipRequest {}
|
|
21
|
+
export interface CreateRoleMembershipCommandOutput
|
|
22
|
+
extends CreateRoleMembershipResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateRoleMembershipCommand extends $Command<
|
|
25
|
+
CreateRoleMembershipCommandInput,
|
|
26
|
+
CreateRoleMembershipCommandOutput,
|
|
27
|
+
QuickSightClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateRoleMembershipCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateRoleMembershipCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QuickSightClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateRoleMembershipCommandInput,
|
|
38
|
+
CreateRoleMembershipCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { CreateTopicRequest, CreateTopicResponse } from "../models/
|
|
9
|
+
import { CreateTopicRequest, CreateTopicResponse } from "../models/models_3";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,8 +6,10 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
9
|
+
import {
|
|
10
|
+
CreateVPCConnectionRequest,
|
|
11
|
+
CreateVPCConnectionResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
11
13
|
import {
|
|
12
14
|
QuickSightClientResolvedConfig,
|
|
13
15
|
ServiceInputTypes,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteRoleCustomPermissionRequest,
|
|
11
|
+
DeleteRoleCustomPermissionResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteRoleCustomPermissionCommandInput
|
|
20
|
+
extends DeleteRoleCustomPermissionRequest {}
|
|
21
|
+
export interface DeleteRoleCustomPermissionCommandOutput
|
|
22
|
+
extends DeleteRoleCustomPermissionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteRoleCustomPermissionCommand extends $Command<
|
|
25
|
+
DeleteRoleCustomPermissionCommandInput,
|
|
26
|
+
DeleteRoleCustomPermissionCommandOutput,
|
|
27
|
+
QuickSightClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteRoleCustomPermissionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteRoleCustomPermissionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QuickSightClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteRoleCustomPermissionCommandInput,
|
|
38
|
+
DeleteRoleCustomPermissionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteRoleMembershipRequest,
|
|
11
|
+
DeleteRoleMembershipResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteRoleMembershipCommandInput
|
|
20
|
+
extends DeleteRoleMembershipRequest {}
|
|
21
|
+
export interface DeleteRoleMembershipCommandOutput
|
|
22
|
+
extends DeleteRoleMembershipResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteRoleMembershipCommand extends $Command<
|
|
25
|
+
DeleteRoleMembershipCommandInput,
|
|
26
|
+
DeleteRoleMembershipCommandOutput,
|
|
27
|
+
QuickSightClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteRoleMembershipCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteRoleMembershipCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QuickSightClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteRoleMembershipCommandInput,
|
|
38
|
+
DeleteRoleMembershipCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|