@aws-sdk/client-quicksight 3.451.0 → 3.454.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 +2 -2
package/README.md
CHANGED
|
@@ -327,6 +327,14 @@ CreateRefreshSchedule
|
|
|
327
327
|
|
|
328
328
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/createrefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createrefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createrefreshschedulecommandoutput.html)
|
|
329
329
|
|
|
330
|
+
</details>
|
|
331
|
+
<details>
|
|
332
|
+
<summary>
|
|
333
|
+
CreateRoleMembership
|
|
334
|
+
</summary>
|
|
335
|
+
|
|
336
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/createrolemembershipcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createrolemembershipcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createrolemembershipcommandoutput.html)
|
|
337
|
+
|
|
330
338
|
</details>
|
|
331
339
|
<details>
|
|
332
340
|
<summary>
|
|
@@ -495,6 +503,22 @@ DeleteRefreshSchedule
|
|
|
495
503
|
|
|
496
504
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deleterefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleterefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleterefreshschedulecommandoutput.html)
|
|
497
505
|
|
|
506
|
+
</details>
|
|
507
|
+
<details>
|
|
508
|
+
<summary>
|
|
509
|
+
DeleteRoleCustomPermission
|
|
510
|
+
</summary>
|
|
511
|
+
|
|
512
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deleterolecustompermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleterolecustompermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleterolecustompermissioncommandoutput.html)
|
|
513
|
+
|
|
514
|
+
</details>
|
|
515
|
+
<details>
|
|
516
|
+
<summary>
|
|
517
|
+
DeleteRoleMembership
|
|
518
|
+
</summary>
|
|
519
|
+
|
|
520
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deleterolemembershipcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleterolemembershipcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleterolemembershipcommandoutput.html)
|
|
521
|
+
|
|
498
522
|
</details>
|
|
499
523
|
<details>
|
|
500
524
|
<summary>
|
|
@@ -791,6 +815,14 @@ DescribeRefreshSchedule
|
|
|
791
815
|
|
|
792
816
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describerefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describerefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describerefreshschedulecommandoutput.html)
|
|
793
817
|
|
|
818
|
+
</details>
|
|
819
|
+
<details>
|
|
820
|
+
<summary>
|
|
821
|
+
DescribeRoleCustomPermission
|
|
822
|
+
</summary>
|
|
823
|
+
|
|
824
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describerolecustompermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describerolecustompermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describerolecustompermissioncommandoutput.html)
|
|
825
|
+
|
|
794
826
|
</details>
|
|
795
827
|
<details>
|
|
796
828
|
<summary>
|
|
@@ -1055,6 +1087,14 @@ ListRefreshSchedules
|
|
|
1055
1087
|
|
|
1056
1088
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listrefreshschedulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listrefreshschedulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listrefreshschedulescommandoutput.html)
|
|
1057
1089
|
|
|
1090
|
+
</details>
|
|
1091
|
+
<details>
|
|
1092
|
+
<summary>
|
|
1093
|
+
ListRoleMemberships
|
|
1094
|
+
</summary>
|
|
1095
|
+
|
|
1096
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listrolemembershipscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listrolemembershipscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listrolemembershipscommandoutput.html)
|
|
1097
|
+
|
|
1058
1098
|
</details>
|
|
1059
1099
|
<details>
|
|
1060
1100
|
<summary>
|
|
@@ -1407,6 +1447,14 @@ UpdateRefreshSchedule
|
|
|
1407
1447
|
|
|
1408
1448
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updaterefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updaterefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updaterefreshschedulecommandoutput.html)
|
|
1409
1449
|
|
|
1450
|
+
</details>
|
|
1451
|
+
<details>
|
|
1452
|
+
<summary>
|
|
1453
|
+
UpdateRoleCustomPermission
|
|
1454
|
+
</summary>
|
|
1455
|
+
|
|
1456
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updaterolecustompermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updaterolecustompermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updaterolecustompermissioncommandoutput.html)
|
|
1457
|
+
|
|
1410
1458
|
</details>
|
|
1411
1459
|
<details>
|
|
1412
1460
|
<summary>
|
package/dist-cjs/QuickSight.js
CHANGED
|
@@ -17,6 +17,7 @@ const CreateIAMPolicyAssignmentCommand_1 = require("./commands/CreateIAMPolicyAs
|
|
|
17
17
|
const CreateIngestionCommand_1 = require("./commands/CreateIngestionCommand");
|
|
18
18
|
const CreateNamespaceCommand_1 = require("./commands/CreateNamespaceCommand");
|
|
19
19
|
const CreateRefreshScheduleCommand_1 = require("./commands/CreateRefreshScheduleCommand");
|
|
20
|
+
const CreateRoleMembershipCommand_1 = require("./commands/CreateRoleMembershipCommand");
|
|
20
21
|
const CreateTemplateAliasCommand_1 = require("./commands/CreateTemplateAliasCommand");
|
|
21
22
|
const CreateTemplateCommand_1 = require("./commands/CreateTemplateCommand");
|
|
22
23
|
const CreateThemeAliasCommand_1 = require("./commands/CreateThemeAliasCommand");
|
|
@@ -38,6 +39,8 @@ const DeleteGroupMembershipCommand_1 = require("./commands/DeleteGroupMembership
|
|
|
38
39
|
const DeleteIAMPolicyAssignmentCommand_1 = require("./commands/DeleteIAMPolicyAssignmentCommand");
|
|
39
40
|
const DeleteNamespaceCommand_1 = require("./commands/DeleteNamespaceCommand");
|
|
40
41
|
const DeleteRefreshScheduleCommand_1 = require("./commands/DeleteRefreshScheduleCommand");
|
|
42
|
+
const DeleteRoleCustomPermissionCommand_1 = require("./commands/DeleteRoleCustomPermissionCommand");
|
|
43
|
+
const DeleteRoleMembershipCommand_1 = require("./commands/DeleteRoleMembershipCommand");
|
|
41
44
|
const DeleteTemplateAliasCommand_1 = require("./commands/DeleteTemplateAliasCommand");
|
|
42
45
|
const DeleteTemplateCommand_1 = require("./commands/DeleteTemplateCommand");
|
|
43
46
|
const DeleteThemeAliasCommand_1 = require("./commands/DeleteThemeAliasCommand");
|
|
@@ -75,6 +78,7 @@ const DescribeIngestionCommand_1 = require("./commands/DescribeIngestionCommand"
|
|
|
75
78
|
const DescribeIpRestrictionCommand_1 = require("./commands/DescribeIpRestrictionCommand");
|
|
76
79
|
const DescribeNamespaceCommand_1 = require("./commands/DescribeNamespaceCommand");
|
|
77
80
|
const DescribeRefreshScheduleCommand_1 = require("./commands/DescribeRefreshScheduleCommand");
|
|
81
|
+
const DescribeRoleCustomPermissionCommand_1 = require("./commands/DescribeRoleCustomPermissionCommand");
|
|
78
82
|
const DescribeTemplateAliasCommand_1 = require("./commands/DescribeTemplateAliasCommand");
|
|
79
83
|
const DescribeTemplateCommand_1 = require("./commands/DescribeTemplateCommand");
|
|
80
84
|
const DescribeTemplateDefinitionCommand_1 = require("./commands/DescribeTemplateDefinitionCommand");
|
|
@@ -108,6 +112,7 @@ const ListIAMPolicyAssignmentsForUserCommand_1 = require("./commands/ListIAMPoli
|
|
|
108
112
|
const ListIngestionsCommand_1 = require("./commands/ListIngestionsCommand");
|
|
109
113
|
const ListNamespacesCommand_1 = require("./commands/ListNamespacesCommand");
|
|
110
114
|
const ListRefreshSchedulesCommand_1 = require("./commands/ListRefreshSchedulesCommand");
|
|
115
|
+
const ListRoleMembershipsCommand_1 = require("./commands/ListRoleMembershipsCommand");
|
|
111
116
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
112
117
|
const ListTemplateAliasesCommand_1 = require("./commands/ListTemplateAliasesCommand");
|
|
113
118
|
const ListTemplatesCommand_1 = require("./commands/ListTemplatesCommand");
|
|
@@ -152,6 +157,7 @@ const UpdateIAMPolicyAssignmentCommand_1 = require("./commands/UpdateIAMPolicyAs
|
|
|
152
157
|
const UpdateIpRestrictionCommand_1 = require("./commands/UpdateIpRestrictionCommand");
|
|
153
158
|
const UpdatePublicSharingSettingsCommand_1 = require("./commands/UpdatePublicSharingSettingsCommand");
|
|
154
159
|
const UpdateRefreshScheduleCommand_1 = require("./commands/UpdateRefreshScheduleCommand");
|
|
160
|
+
const UpdateRoleCustomPermissionCommand_1 = require("./commands/UpdateRoleCustomPermissionCommand");
|
|
155
161
|
const UpdateTemplateAliasCommand_1 = require("./commands/UpdateTemplateAliasCommand");
|
|
156
162
|
const UpdateTemplateCommand_1 = require("./commands/UpdateTemplateCommand");
|
|
157
163
|
const UpdateTemplatePermissionsCommand_1 = require("./commands/UpdateTemplatePermissionsCommand");
|
|
@@ -180,6 +186,7 @@ const commands = {
|
|
|
180
186
|
CreateIngestionCommand: CreateIngestionCommand_1.CreateIngestionCommand,
|
|
181
187
|
CreateNamespaceCommand: CreateNamespaceCommand_1.CreateNamespaceCommand,
|
|
182
188
|
CreateRefreshScheduleCommand: CreateRefreshScheduleCommand_1.CreateRefreshScheduleCommand,
|
|
189
|
+
CreateRoleMembershipCommand: CreateRoleMembershipCommand_1.CreateRoleMembershipCommand,
|
|
183
190
|
CreateTemplateCommand: CreateTemplateCommand_1.CreateTemplateCommand,
|
|
184
191
|
CreateTemplateAliasCommand: CreateTemplateAliasCommand_1.CreateTemplateAliasCommand,
|
|
185
192
|
CreateThemeCommand: CreateThemeCommand_1.CreateThemeCommand,
|
|
@@ -201,6 +208,8 @@ const commands = {
|
|
|
201
208
|
DeleteIAMPolicyAssignmentCommand: DeleteIAMPolicyAssignmentCommand_1.DeleteIAMPolicyAssignmentCommand,
|
|
202
209
|
DeleteNamespaceCommand: DeleteNamespaceCommand_1.DeleteNamespaceCommand,
|
|
203
210
|
DeleteRefreshScheduleCommand: DeleteRefreshScheduleCommand_1.DeleteRefreshScheduleCommand,
|
|
211
|
+
DeleteRoleCustomPermissionCommand: DeleteRoleCustomPermissionCommand_1.DeleteRoleCustomPermissionCommand,
|
|
212
|
+
DeleteRoleMembershipCommand: DeleteRoleMembershipCommand_1.DeleteRoleMembershipCommand,
|
|
204
213
|
DeleteTemplateCommand: DeleteTemplateCommand_1.DeleteTemplateCommand,
|
|
205
214
|
DeleteTemplateAliasCommand: DeleteTemplateAliasCommand_1.DeleteTemplateAliasCommand,
|
|
206
215
|
DeleteThemeCommand: DeleteThemeCommand_1.DeleteThemeCommand,
|
|
@@ -238,6 +247,7 @@ const commands = {
|
|
|
238
247
|
DescribeIpRestrictionCommand: DescribeIpRestrictionCommand_1.DescribeIpRestrictionCommand,
|
|
239
248
|
DescribeNamespaceCommand: DescribeNamespaceCommand_1.DescribeNamespaceCommand,
|
|
240
249
|
DescribeRefreshScheduleCommand: DescribeRefreshScheduleCommand_1.DescribeRefreshScheduleCommand,
|
|
250
|
+
DescribeRoleCustomPermissionCommand: DescribeRoleCustomPermissionCommand_1.DescribeRoleCustomPermissionCommand,
|
|
241
251
|
DescribeTemplateCommand: DescribeTemplateCommand_1.DescribeTemplateCommand,
|
|
242
252
|
DescribeTemplateAliasCommand: DescribeTemplateAliasCommand_1.DescribeTemplateAliasCommand,
|
|
243
253
|
DescribeTemplateDefinitionCommand: DescribeTemplateDefinitionCommand_1.DescribeTemplateDefinitionCommand,
|
|
@@ -271,6 +281,7 @@ const commands = {
|
|
|
271
281
|
ListIngestionsCommand: ListIngestionsCommand_1.ListIngestionsCommand,
|
|
272
282
|
ListNamespacesCommand: ListNamespacesCommand_1.ListNamespacesCommand,
|
|
273
283
|
ListRefreshSchedulesCommand: ListRefreshSchedulesCommand_1.ListRefreshSchedulesCommand,
|
|
284
|
+
ListRoleMembershipsCommand: ListRoleMembershipsCommand_1.ListRoleMembershipsCommand,
|
|
274
285
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
275
286
|
ListTemplateAliasesCommand: ListTemplateAliasesCommand_1.ListTemplateAliasesCommand,
|
|
276
287
|
ListTemplatesCommand: ListTemplatesCommand_1.ListTemplatesCommand,
|
|
@@ -315,6 +326,7 @@ const commands = {
|
|
|
315
326
|
UpdateIpRestrictionCommand: UpdateIpRestrictionCommand_1.UpdateIpRestrictionCommand,
|
|
316
327
|
UpdatePublicSharingSettingsCommand: UpdatePublicSharingSettingsCommand_1.UpdatePublicSharingSettingsCommand,
|
|
317
328
|
UpdateRefreshScheduleCommand: UpdateRefreshScheduleCommand_1.UpdateRefreshScheduleCommand,
|
|
329
|
+
UpdateRoleCustomPermissionCommand: UpdateRoleCustomPermissionCommand_1.UpdateRoleCustomPermissionCommand,
|
|
318
330
|
UpdateTemplateCommand: UpdateTemplateCommand_1.UpdateTemplateCommand,
|
|
319
331
|
UpdateTemplateAliasCommand: UpdateTemplateAliasCommand_1.UpdateTemplateAliasCommand,
|
|
320
332
|
UpdateTemplatePermissionsCommand: UpdateTemplatePermissionsCommand_1.UpdateTemplatePermissionsCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateRoleMembershipCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class CreateRoleMembershipCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRoleMembershipCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "QuickSightClient";
|
|
29
|
+
const commandName = "CreateRoleMembershipCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "QuickSight_20180401",
|
|
38
|
+
operation: "CreateRoleMembership",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_CreateRoleMembershipCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_CreateRoleMembershipCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateRoleMembershipCommand = CreateRoleMembershipCommand;
|
|
@@ -6,7 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
-
const
|
|
9
|
+
const models_3_1 = require("../models/models_3");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
11
|
class CreateTopicCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
@@ -32,7 +32,7 @@ class CreateTopicCommand extends smithy_client_1.Command {
|
|
|
32
32
|
logger,
|
|
33
33
|
clientName,
|
|
34
34
|
commandName,
|
|
35
|
-
inputFilterSensitiveLog:
|
|
35
|
+
inputFilterSensitiveLog: models_3_1.CreateTopicRequestFilterSensitiveLog,
|
|
36
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
38
|
service: "QuickSight_20180401",
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteRoleCustomPermissionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DeleteRoleCustomPermissionCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteRoleCustomPermissionCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "QuickSightClient";
|
|
29
|
+
const commandName = "DeleteRoleCustomPermissionCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "QuickSight_20180401",
|
|
38
|
+
operation: "DeleteRoleCustomPermission",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DeleteRoleCustomPermissionCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DeleteRoleCustomPermissionCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteRoleCustomPermissionCommand = DeleteRoleCustomPermissionCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteRoleMembershipCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DeleteRoleMembershipCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteRoleMembershipCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "QuickSightClient";
|
|
29
|
+
const commandName = "DeleteRoleMembershipCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "QuickSight_20180401",
|
|
38
|
+
operation: "DeleteRoleMembership",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DeleteRoleMembershipCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DeleteRoleMembershipCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteRoleMembershipCommand = DeleteRoleMembershipCommand;
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_3_1 = require("../models/models_3");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeAssetBundleExportJobCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -32,7 +33,7 @@ class DescribeAssetBundleExportJobCommand extends smithy_client_1.Command {
|
|
|
32
33
|
clientName,
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog:
|
|
36
|
+
outputFilterSensitiveLog: models_3_1.DescribeAssetBundleExportJobResponseFilterSensitiveLog,
|
|
36
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
38
|
service: "QuickSight_20180401",
|
|
38
39
|
operation: "DescribeAssetBundleExportJob",
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeRoleCustomPermissionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DescribeRoleCustomPermissionCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeRoleCustomPermissionCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "QuickSightClient";
|
|
29
|
+
const commandName = "DescribeRoleCustomPermissionCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "QuickSight_20180401",
|
|
38
|
+
operation: "DescribeRoleCustomPermission",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DescribeRoleCustomPermissionCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DescribeRoleCustomPermissionCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeRoleCustomPermissionCommand = DescribeRoleCustomPermissionCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRoleMembershipsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListRoleMembershipsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRoleMembershipsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "QuickSightClient";
|
|
29
|
+
const commandName = "ListRoleMembershipsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "QuickSight_20180401",
|
|
38
|
+
operation: "ListRoleMemberships",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListRoleMembershipsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListRoleMembershipsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListRoleMembershipsCommand = ListRoleMembershipsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateRoleCustomPermissionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class UpdateRoleCustomPermissionCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateRoleCustomPermissionCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "QuickSightClient";
|
|
29
|
+
const commandName = "UpdateRoleCustomPermissionCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "QuickSight_20180401",
|
|
38
|
+
operation: "UpdateRoleCustomPermission",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_UpdateRoleCustomPermissionCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_UpdateRoleCustomPermissionCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.UpdateRoleCustomPermissionCommand = UpdateRoleCustomPermissionCommand;
|
|
@@ -16,6 +16,7 @@ tslib_1.__exportStar(require("./CreateIAMPolicyAssignmentCommand"), exports);
|
|
|
16
16
|
tslib_1.__exportStar(require("./CreateIngestionCommand"), exports);
|
|
17
17
|
tslib_1.__exportStar(require("./CreateNamespaceCommand"), exports);
|
|
18
18
|
tslib_1.__exportStar(require("./CreateRefreshScheduleCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./CreateRoleMembershipCommand"), exports);
|
|
19
20
|
tslib_1.__exportStar(require("./CreateTemplateAliasCommand"), exports);
|
|
20
21
|
tslib_1.__exportStar(require("./CreateTemplateCommand"), exports);
|
|
21
22
|
tslib_1.__exportStar(require("./CreateThemeAliasCommand"), exports);
|
|
@@ -37,6 +38,8 @@ tslib_1.__exportStar(require("./DeleteGroupMembershipCommand"), exports);
|
|
|
37
38
|
tslib_1.__exportStar(require("./DeleteIAMPolicyAssignmentCommand"), exports);
|
|
38
39
|
tslib_1.__exportStar(require("./DeleteNamespaceCommand"), exports);
|
|
39
40
|
tslib_1.__exportStar(require("./DeleteRefreshScheduleCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./DeleteRoleCustomPermissionCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./DeleteRoleMembershipCommand"), exports);
|
|
40
43
|
tslib_1.__exportStar(require("./DeleteTemplateAliasCommand"), exports);
|
|
41
44
|
tslib_1.__exportStar(require("./DeleteTemplateCommand"), exports);
|
|
42
45
|
tslib_1.__exportStar(require("./DeleteThemeAliasCommand"), exports);
|
|
@@ -74,6 +77,7 @@ tslib_1.__exportStar(require("./DescribeIngestionCommand"), exports);
|
|
|
74
77
|
tslib_1.__exportStar(require("./DescribeIpRestrictionCommand"), exports);
|
|
75
78
|
tslib_1.__exportStar(require("./DescribeNamespaceCommand"), exports);
|
|
76
79
|
tslib_1.__exportStar(require("./DescribeRefreshScheduleCommand"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./DescribeRoleCustomPermissionCommand"), exports);
|
|
77
81
|
tslib_1.__exportStar(require("./DescribeTemplateAliasCommand"), exports);
|
|
78
82
|
tslib_1.__exportStar(require("./DescribeTemplateCommand"), exports);
|
|
79
83
|
tslib_1.__exportStar(require("./DescribeTemplateDefinitionCommand"), exports);
|
|
@@ -107,6 +111,7 @@ tslib_1.__exportStar(require("./ListIAMPolicyAssignmentsForUserCommand"), export
|
|
|
107
111
|
tslib_1.__exportStar(require("./ListIngestionsCommand"), exports);
|
|
108
112
|
tslib_1.__exportStar(require("./ListNamespacesCommand"), exports);
|
|
109
113
|
tslib_1.__exportStar(require("./ListRefreshSchedulesCommand"), exports);
|
|
114
|
+
tslib_1.__exportStar(require("./ListRoleMembershipsCommand"), exports);
|
|
110
115
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
111
116
|
tslib_1.__exportStar(require("./ListTemplateAliasesCommand"), exports);
|
|
112
117
|
tslib_1.__exportStar(require("./ListTemplateVersionsCommand"), exports);
|
|
@@ -151,6 +156,7 @@ tslib_1.__exportStar(require("./UpdateIAMPolicyAssignmentCommand"), exports);
|
|
|
151
156
|
tslib_1.__exportStar(require("./UpdateIpRestrictionCommand"), exports);
|
|
152
157
|
tslib_1.__exportStar(require("./UpdatePublicSharingSettingsCommand"), exports);
|
|
153
158
|
tslib_1.__exportStar(require("./UpdateRefreshScheduleCommand"), exports);
|
|
159
|
+
tslib_1.__exportStar(require("./UpdateRoleCustomPermissionCommand"), exports);
|
|
154
160
|
tslib_1.__exportStar(require("./UpdateTemplateAliasCommand"), exports);
|
|
155
161
|
tslib_1.__exportStar(require("./UpdateTemplateCommand"), exports);
|
|
156
162
|
tslib_1.__exportStar(require("./UpdateTemplatePermissionsCommand"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DataLabelContent = exports.BarsArrangement = exports.VisualCustomActionTrigger = exports.URLTargetConfiguration = exports.SelectAllValueOptions = exports.TargetVisualOptions = exports.SelectedFieldOptions = exports.SectionPageBreakStatus = exports.LayoutElementType = exports.SheetControlSliderType = exports.SheetControlListType = exports.SheetControlDateTimePickerType = exports.FontWeightName = exports.FontStyle = exports.RelativeFontSize = exports.FontDecoration = exports.ParameterValueType = exports.ValueWhenUnsetOption = exports.FilterVisualScope = exports.RelativeDateType = exports.WidgetStatus = exports.TimeGranularity = exports.AnchorOption = exports.NumericFilterSelectAllOptions = exports.NumericEqualityMatchOperator = exports.CategoryFilterSelectAllOptions = exports.FilterNullOption = exports.CategoryFilterMatchOperator = exports.CrossDatasetTypes = exports.ColumnRole = exports.Visibility = exports.NumericSeparatorSymbol = exports.NumberScale = exports.NegativeValueDisplayMode = exports.SpecialValue = exports.SheetContentType = exports.PaperSize = exports.PaperOrientation = exports.ResizeOption = exports.ResourceStatus = exports.
|
|
3
|
+
exports.DataLabelContent = exports.BarsArrangement = exports.VisualCustomActionTrigger = exports.URLTargetConfiguration = exports.SelectAllValueOptions = exports.TargetVisualOptions = exports.SelectedFieldOptions = exports.SectionPageBreakStatus = exports.LayoutElementType = exports.SheetControlSliderType = exports.SheetControlListType = exports.SheetControlDateTimePickerType = exports.FontWeightName = exports.FontStyle = exports.RelativeFontSize = exports.FontDecoration = exports.ParameterValueType = exports.ValueWhenUnsetOption = exports.DayOfTheWeek = exports.FilterVisualScope = exports.RelativeDateType = exports.WidgetStatus = exports.TimeGranularity = exports.AnchorOption = exports.NumericFilterSelectAllOptions = exports.NumericEqualityMatchOperator = exports.CategoryFilterSelectAllOptions = exports.FilterNullOption = exports.CategoryFilterMatchOperator = exports.CrossDatasetTypes = exports.ColumnRole = exports.Visibility = exports.NumericSeparatorSymbol = exports.NumberScale = exports.NegativeValueDisplayMode = exports.SpecialValue = exports.SheetContentType = exports.PaperSize = exports.PaperOrientation = exports.ResizeOption = exports.ResourceStatus = exports.AnalysisErrorType = exports.SortDirection = exports.SimpleNumericalAggregationFunction = exports.DateAggregationFunction = exports.CategoricalAggregationFunction = exports.SimpleAttributeAggregationFunction = exports.DashboardBehavior = exports.Edition = exports.AccessDeniedException = void 0;
|
|
4
4
|
exports.ParameterDeclarationFilterSensitiveLog = exports.StringParameterDeclarationFilterSensitiveLog = exports.StringValueWhenUnsetConfigurationFilterSensitiveLog = exports.StringDefaultValuesFilterSensitiveLog = exports.IntegerParameterDeclarationFilterSensitiveLog = exports.IntegerValueWhenUnsetConfigurationFilterSensitiveLog = exports.IntegerDefaultValuesFilterSensitiveLog = exports.DecimalParameterDeclarationFilterSensitiveLog = exports.DecimalValueWhenUnsetConfigurationFilterSensitiveLog = exports.DecimalDefaultValuesFilterSensitiveLog = exports.DateTimeParameterDeclarationFilterSensitiveLog = exports.DateTimeValueWhenUnsetConfigurationFilterSensitiveLog = exports.DateTimeDefaultValuesFilterSensitiveLog = exports.FilterGroupFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.TimeRangeFilterFilterSensitiveLog = exports.TimeRangeFilterValueFilterSensitiveLog = exports.TimeEqualityFilterFilterSensitiveLog = exports.RollingDateConfigurationFilterSensitiveLog = exports.ColumnConfigurationFilterSensitiveLog = exports.FormatConfigurationFilterSensitiveLog = exports.StringFormatConfigurationFilterSensitiveLog = exports.NumberFormatConfigurationFilterSensitiveLog = exports.DateTimeFormatConfigurationFilterSensitiveLog = exports.NumericFormatConfigurationFilterSensitiveLog = exports.PercentageDisplayFormatConfigurationFilterSensitiveLog = exports.NumberDisplayFormatConfigurationFilterSensitiveLog = exports.CurrencyDisplayFormatConfigurationFilterSensitiveLog = exports.NullValueFormatConfigurationFilterSensitiveLog = exports.ColorsConfigurationFilterSensitiveLog = exports.CustomColorFilterSensitiveLog = exports.CalculatedFieldFilterSensitiveLog = exports.PivotTableDataPathType = exports.SelectedTooltipType = exports.TooltipTitleType = exports.OtherCategories = exports.SmallMultiplesAxisScale = exports.SmallMultiplesAxisPlacement = exports.HorizontalTextAlignment = exports.PanelBorderStyle = exports.ReferenceLinePatternType = exports.ReferenceLineLabelVerticalPosition = exports.ReferenceLineValueLabelRelativePosition = exports.ReferenceLineLabelHorizontalPosition = exports.ReferenceLineSeriesType = exports.AxisBinding = exports.BarChartOrientation = exports.LegendPosition = exports.DataLabelPosition = exports.DataLabelOverlap = void 0;
|
|
5
5
|
exports.BarChartConfigurationFilterSensitiveLog = exports.VisualPaletteFilterSensitiveLog = exports.DataPathColorFilterSensitiveLog = exports.DataPathValueFilterSensitiveLog = exports.ReferenceLineFilterSensitiveLog = exports.ReferenceLineLabelConfigurationFilterSensitiveLog = exports.ReferenceLineValueLabelConfigurationFilterSensitiveLog = exports.ReferenceLineDataConfigurationFilterSensitiveLog = exports.ReferenceLineStaticDataConfigurationFilterSensitiveLog = exports.BarChartFieldWellsFilterSensitiveLog = exports.BarChartAggregatedFieldWellsFilterSensitiveLog = exports.MeasureFieldFilterSensitiveLog = exports.NumericalMeasureFieldFilterSensitiveLog = exports.DateMeasureFieldFilterSensitiveLog = exports.CategoricalMeasureFieldFilterSensitiveLog = exports.CalculatedMeasureFieldFilterSensitiveLog = exports.DimensionFieldFilterSensitiveLog = exports.NumericalDimensionFieldFilterSensitiveLog = exports.DateDimensionFieldFilterSensitiveLog = exports.CategoricalDimensionFieldFilterSensitiveLog = exports.DataLabelOptionsFilterSensitiveLog = exports.DataLabelTypeFilterSensitiveLog = exports.DataPathLabelTypeFilterSensitiveLog = exports.VisualCustomActionFilterSensitiveLog = exports.VisualCustomActionOperationFilterSensitiveLog = exports.CustomActionSetParametersOperationFilterSensitiveLog = exports.SetParameterValueConfigurationFilterSensitiveLog = exports.DestinationParameterValueConfigurationFilterSensitiveLog = exports.CustomValuesConfigurationFilterSensitiveLog = exports.CustomParameterValuesFilterSensitiveLog = exports.LayoutFilterSensitiveLog = exports.LayoutConfigurationFilterSensitiveLog = exports.SectionBasedLayoutConfigurationFilterSensitiveLog = exports.HeaderFooterSectionConfigurationFilterSensitiveLog = exports.BodySectionConfigurationFilterSensitiveLog = exports.BodySectionContentFilterSensitiveLog = exports.SectionLayoutConfigurationFilterSensitiveLog = exports.FreeFormSectionLayoutConfigurationFilterSensitiveLog = exports.FreeFormLayoutConfigurationFilterSensitiveLog = exports.FreeFormLayoutElementFilterSensitiveLog = exports.SheetElementRenderingRuleFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
@@ -71,15 +71,6 @@ exports.AnalysisErrorType = {
|
|
|
71
71
|
PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE",
|
|
72
72
|
SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
|
|
73
73
|
};
|
|
74
|
-
exports.DayOfTheWeek = {
|
|
75
|
-
FRIDAY: "FRIDAY",
|
|
76
|
-
MONDAY: "MONDAY",
|
|
77
|
-
SATURDAY: "SATURDAY",
|
|
78
|
-
SUNDAY: "SUNDAY",
|
|
79
|
-
THURSDAY: "THURSDAY",
|
|
80
|
-
TUESDAY: "TUESDAY",
|
|
81
|
-
WEDNESDAY: "WEDNESDAY",
|
|
82
|
-
};
|
|
83
74
|
exports.ResourceStatus = {
|
|
84
75
|
CREATION_FAILED: "CREATION_FAILED",
|
|
85
76
|
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
@@ -200,6 +191,15 @@ exports.FilterVisualScope = {
|
|
|
200
191
|
ALL_VISUALS: "ALL_VISUALS",
|
|
201
192
|
SELECTED_VISUALS: "SELECTED_VISUALS",
|
|
202
193
|
};
|
|
194
|
+
exports.DayOfTheWeek = {
|
|
195
|
+
FRIDAY: "FRIDAY",
|
|
196
|
+
MONDAY: "MONDAY",
|
|
197
|
+
SATURDAY: "SATURDAY",
|
|
198
|
+
SUNDAY: "SUNDAY",
|
|
199
|
+
THURSDAY: "THURSDAY",
|
|
200
|
+
TUESDAY: "TUESDAY",
|
|
201
|
+
WEDNESDAY: "WEDNESDAY",
|
|
202
|
+
};
|
|
203
203
|
exports.ValueWhenUnsetOption = {
|
|
204
204
|
NULL: "NULL",
|
|
205
205
|
RECOMMENDED_VALUE: "RECOMMENDED_VALUE",
|