@aws-sdk/client-quicksight 3.691.0 → 3.692.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.
Files changed (117) hide show
  1. package/README.md +143 -7
  2. package/dist-cjs/index.js +1116 -216
  3. package/dist-es/QuickSight.js +34 -0
  4. package/dist-es/commands/CreateBrandCommand.js +22 -0
  5. package/dist-es/commands/CreateCustomPermissionsCommand.js +22 -0
  6. package/dist-es/commands/DeleteBrandAssignmentCommand.js +22 -0
  7. package/dist-es/commands/DeleteBrandCommand.js +22 -0
  8. package/dist-es/commands/DeleteCustomPermissionsCommand.js +22 -0
  9. package/dist-es/commands/DeleteUserCustomPermissionCommand.js +22 -0
  10. package/dist-es/commands/DescribeBrandAssignmentCommand.js +22 -0
  11. package/dist-es/commands/DescribeBrandCommand.js +22 -0
  12. package/dist-es/commands/DescribeBrandPublishedVersionCommand.js +22 -0
  13. package/dist-es/commands/DescribeCustomPermissionsCommand.js +22 -0
  14. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  15. package/dist-es/commands/DescribeTopicCommand.js +1 -1
  16. package/dist-es/commands/ListBrandsCommand.js +22 -0
  17. package/dist-es/commands/ListCustomPermissionsCommand.js +22 -0
  18. package/dist-es/commands/UpdateBrandAssignmentCommand.js +22 -0
  19. package/dist-es/commands/UpdateBrandCommand.js +22 -0
  20. package/dist-es/commands/UpdateBrandPublishedVersionCommand.js +22 -0
  21. package/dist-es/commands/UpdateCustomPermissionsCommand.js +22 -0
  22. package/dist-es/commands/UpdateUserCustomPermissionCommand.js +22 -0
  23. package/dist-es/commands/index.js +17 -0
  24. package/dist-es/models/models_2.js +52 -107
  25. package/dist-es/models/models_3.js +108 -29
  26. package/dist-es/models/models_4.js +30 -16
  27. package/dist-es/pagination/ListBrandsPaginator.js +4 -0
  28. package/dist-es/pagination/ListCustomPermissionsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +2 -0
  30. package/dist-es/protocols/Aws_restJson1.js +540 -6
  31. package/dist-types/QuickSight.d.ts +119 -0
  32. package/dist-types/QuickSightClient.d.ts +19 -2
  33. package/dist-types/commands/CreateBrandCommand.d.ts +268 -0
  34. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +132 -0
  35. package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +92 -0
  36. package/dist-types/commands/DeleteBrandCommand.d.ts +93 -0
  37. package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +104 -0
  38. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +101 -0
  39. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +93 -0
  40. package/dist-types/commands/DescribeBrandCommand.d.ts +204 -0
  41. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +203 -0
  42. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +120 -0
  43. package/dist-types/commands/DescribeIngestionCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -2
  59. package/dist-types/commands/ListBrandsCommand.d.ts +99 -0
  60. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +124 -0
  61. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +94 -0
  62. package/dist-types/commands/UpdateBrandCommand.d.ts +262 -0
  63. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +95 -0
  64. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +120 -0
  65. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +102 -0
  66. package/dist-types/commands/index.d.ts +17 -0
  67. package/dist-types/models/models_2.d.ts +1343 -1408
  68. package/dist-types/models/models_3.d.ts +4131 -4269
  69. package/dist-types/models/models_4.d.ts +1387 -21
  70. package/dist-types/pagination/ListBrandsPaginator.d.ts +7 -0
  71. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +7 -0
  72. package/dist-types/pagination/index.d.ts +2 -0
  73. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  74. package/dist-types/ts3.4/QuickSight.d.ts +289 -0
  75. package/dist-types/ts3.4/QuickSightClient.d.ts +102 -0
  76. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +47 -0
  77. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +51 -0
  79. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +47 -0
  80. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +50 -0
  84. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +51 -0
  86. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -4
  87. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +4 -2
  102. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +47 -0
  103. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +51 -0
  104. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +51 -0
  105. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +47 -0
  106. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +51 -0
  108. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  110. package/dist-types/ts3.4/models/models_2.d.ts +188 -311
  111. package/dist-types/ts3.4/models/models_3.d.ts +389 -267
  112. package/dist-types/ts3.4/models/models_4.d.ts +342 -18
  113. package/dist-types/ts3.4/pagination/ListBrandsPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListCustomPermissionsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  117. package/package.json +35 -35
@@ -5,6 +5,8 @@ import { CancelIngestionCommand, } from "./commands/CancelIngestionCommand";
5
5
  import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCustomizationCommand";
6
6
  import { CreateAccountSubscriptionCommand, } from "./commands/CreateAccountSubscriptionCommand";
7
7
  import { CreateAnalysisCommand, } from "./commands/CreateAnalysisCommand";
8
+ import { CreateBrandCommand } from "./commands/CreateBrandCommand";
9
+ import { CreateCustomPermissionsCommand, } from "./commands/CreateCustomPermissionsCommand";
8
10
  import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
9
11
  import { CreateDataSetCommand, } from "./commands/CreateDataSetCommand";
10
12
  import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
@@ -27,6 +29,9 @@ import { CreateVPCConnectionCommand, } from "./commands/CreateVPCConnectionComma
27
29
  import { DeleteAccountCustomizationCommand, } from "./commands/DeleteAccountCustomizationCommand";
28
30
  import { DeleteAccountSubscriptionCommand, } from "./commands/DeleteAccountSubscriptionCommand";
29
31
  import { DeleteAnalysisCommand, } from "./commands/DeleteAnalysisCommand";
32
+ import { DeleteBrandAssignmentCommand, } from "./commands/DeleteBrandAssignmentCommand";
33
+ import { DeleteBrandCommand } from "./commands/DeleteBrandCommand";
34
+ import { DeleteCustomPermissionsCommand, } from "./commands/DeleteCustomPermissionsCommand";
30
35
  import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
31
36
  import { DeleteDataSetCommand, } from "./commands/DeleteDataSetCommand";
32
37
  import { DeleteDataSetRefreshPropertiesCommand, } from "./commands/DeleteDataSetRefreshPropertiesCommand";
@@ -49,6 +54,7 @@ import { DeleteTopicCommand } from "./commands/DeleteTopicCommand";
49
54
  import { DeleteTopicRefreshScheduleCommand, } from "./commands/DeleteTopicRefreshScheduleCommand";
50
55
  import { DeleteUserByPrincipalIdCommand, } from "./commands/DeleteUserByPrincipalIdCommand";
51
56
  import { DeleteUserCommand } from "./commands/DeleteUserCommand";
57
+ import { DeleteUserCustomPermissionCommand, } from "./commands/DeleteUserCustomPermissionCommand";
52
58
  import { DeleteVPCConnectionCommand, } from "./commands/DeleteVPCConnectionCommand";
53
59
  import { DescribeAccountCustomizationCommand, } from "./commands/DescribeAccountCustomizationCommand";
54
60
  import { DescribeAccountSettingsCommand, } from "./commands/DescribeAccountSettingsCommand";
@@ -58,6 +64,10 @@ import { DescribeAnalysisDefinitionCommand, } from "./commands/DescribeAnalysisD
58
64
  import { DescribeAnalysisPermissionsCommand, } from "./commands/DescribeAnalysisPermissionsCommand";
59
65
  import { DescribeAssetBundleExportJobCommand, } from "./commands/DescribeAssetBundleExportJobCommand";
60
66
  import { DescribeAssetBundleImportJobCommand, } from "./commands/DescribeAssetBundleImportJobCommand";
67
+ import { DescribeBrandAssignmentCommand, } from "./commands/DescribeBrandAssignmentCommand";
68
+ import { DescribeBrandCommand, } from "./commands/DescribeBrandCommand";
69
+ import { DescribeBrandPublishedVersionCommand, } from "./commands/DescribeBrandPublishedVersionCommand";
70
+ import { DescribeCustomPermissionsCommand, } from "./commands/DescribeCustomPermissionsCommand";
61
71
  import { DescribeDashboardCommand, } from "./commands/DescribeDashboardCommand";
62
72
  import { DescribeDashboardDefinitionCommand, } from "./commands/DescribeDashboardDefinitionCommand";
63
73
  import { DescribeDashboardPermissionsCommand, } from "./commands/DescribeDashboardPermissionsCommand";
@@ -101,6 +111,8 @@ import { GetSessionEmbedUrlCommand, } from "./commands/GetSessionEmbedUrlCommand
101
111
  import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
102
112
  import { ListAssetBundleExportJobsCommand, } from "./commands/ListAssetBundleExportJobsCommand";
103
113
  import { ListAssetBundleImportJobsCommand, } from "./commands/ListAssetBundleImportJobsCommand";
114
+ import { ListBrandsCommand } from "./commands/ListBrandsCommand";
115
+ import { ListCustomPermissionsCommand, } from "./commands/ListCustomPermissionsCommand";
104
116
  import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
105
117
  import { ListDashboardVersionsCommand, } from "./commands/ListDashboardVersionsCommand";
106
118
  import { ListDataSetsCommand, } from "./commands/ListDataSetsCommand";
@@ -149,6 +161,10 @@ import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCust
149
161
  import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
150
162
  import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
151
163
  import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
164
+ import { UpdateBrandAssignmentCommand, } from "./commands/UpdateBrandAssignmentCommand";
165
+ import { UpdateBrandCommand } from "./commands/UpdateBrandCommand";
166
+ import { UpdateBrandPublishedVersionCommand, } from "./commands/UpdateBrandPublishedVersionCommand";
167
+ import { UpdateCustomPermissionsCommand, } from "./commands/UpdateCustomPermissionsCommand";
152
168
  import { UpdateDashboardCommand, } from "./commands/UpdateDashboardCommand";
153
169
  import { UpdateDashboardLinksCommand, } from "./commands/UpdateDashboardLinksCommand";
154
170
  import { UpdateDashboardPermissionsCommand, } from "./commands/UpdateDashboardPermissionsCommand";
@@ -179,6 +195,7 @@ import { UpdateTopicCommand } from "./commands/UpdateTopicCommand";
179
195
  import { UpdateTopicPermissionsCommand, } from "./commands/UpdateTopicPermissionsCommand";
180
196
  import { UpdateTopicRefreshScheduleCommand, } from "./commands/UpdateTopicRefreshScheduleCommand";
181
197
  import { UpdateUserCommand } from "./commands/UpdateUserCommand";
198
+ import { UpdateUserCustomPermissionCommand, } from "./commands/UpdateUserCustomPermissionCommand";
182
199
  import { UpdateVPCConnectionCommand, } from "./commands/UpdateVPCConnectionCommand";
183
200
  import { QuickSightClient } from "./QuickSightClient";
184
201
  const commands = {
@@ -188,6 +205,8 @@ const commands = {
188
205
  CreateAccountCustomizationCommand,
189
206
  CreateAccountSubscriptionCommand,
190
207
  CreateAnalysisCommand,
208
+ CreateBrandCommand,
209
+ CreateCustomPermissionsCommand,
191
210
  CreateDashboardCommand,
192
211
  CreateDataSetCommand,
193
212
  CreateDataSourceCommand,
@@ -210,6 +229,9 @@ const commands = {
210
229
  DeleteAccountCustomizationCommand,
211
230
  DeleteAccountSubscriptionCommand,
212
231
  DeleteAnalysisCommand,
232
+ DeleteBrandCommand,
233
+ DeleteBrandAssignmentCommand,
234
+ DeleteCustomPermissionsCommand,
213
235
  DeleteDashboardCommand,
214
236
  DeleteDataSetCommand,
215
237
  DeleteDataSetRefreshPropertiesCommand,
@@ -232,6 +254,7 @@ const commands = {
232
254
  DeleteTopicRefreshScheduleCommand,
233
255
  DeleteUserCommand,
234
256
  DeleteUserByPrincipalIdCommand,
257
+ DeleteUserCustomPermissionCommand,
235
258
  DeleteVPCConnectionCommand,
236
259
  DescribeAccountCustomizationCommand,
237
260
  DescribeAccountSettingsCommand,
@@ -241,6 +264,10 @@ const commands = {
241
264
  DescribeAnalysisPermissionsCommand,
242
265
  DescribeAssetBundleExportJobCommand,
243
266
  DescribeAssetBundleImportJobCommand,
267
+ DescribeBrandCommand,
268
+ DescribeBrandAssignmentCommand,
269
+ DescribeBrandPublishedVersionCommand,
270
+ DescribeCustomPermissionsCommand,
244
271
  DescribeDashboardCommand,
245
272
  DescribeDashboardDefinitionCommand,
246
273
  DescribeDashboardPermissionsCommand,
@@ -284,6 +311,8 @@ const commands = {
284
311
  ListAnalysesCommand,
285
312
  ListAssetBundleExportJobsCommand,
286
313
  ListAssetBundleImportJobsCommand,
314
+ ListBrandsCommand,
315
+ ListCustomPermissionsCommand,
287
316
  ListDashboardsCommand,
288
317
  ListDashboardVersionsCommand,
289
318
  ListDataSetsCommand,
@@ -332,6 +361,10 @@ const commands = {
332
361
  UpdateAccountSettingsCommand,
333
362
  UpdateAnalysisCommand,
334
363
  UpdateAnalysisPermissionsCommand,
364
+ UpdateBrandCommand,
365
+ UpdateBrandAssignmentCommand,
366
+ UpdateBrandPublishedVersionCommand,
367
+ UpdateCustomPermissionsCommand,
335
368
  UpdateDashboardCommand,
336
369
  UpdateDashboardLinksCommand,
337
370
  UpdateDashboardPermissionsCommand,
@@ -362,6 +395,7 @@ const commands = {
362
395
  UpdateTopicPermissionsCommand,
363
396
  UpdateTopicRefreshScheduleCommand,
364
397
  UpdateUserCommand,
398
+ UpdateUserCustomPermissionCommand,
365
399
  UpdateVPCConnectionCommand,
366
400
  };
367
401
  export class QuickSight extends QuickSightClient {
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateBrandCommand, se_CreateBrandCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateBrandCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "CreateBrand", {})
17
+ .n("QuickSightClient", "CreateBrandCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateBrandCommand)
20
+ .de(de_CreateBrandCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateCustomPermissionsCommand, se_CreateCustomPermissionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateCustomPermissionsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "CreateCustomPermissions", {})
17
+ .n("QuickSightClient", "CreateCustomPermissionsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateCustomPermissionsCommand)
20
+ .de(de_CreateCustomPermissionsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteBrandAssignmentCommand, se_DeleteBrandAssignmentCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteBrandAssignmentCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DeleteBrandAssignment", {})
17
+ .n("QuickSightClient", "DeleteBrandAssignmentCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteBrandAssignmentCommand)
20
+ .de(de_DeleteBrandAssignmentCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteBrandCommand, se_DeleteBrandCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteBrandCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DeleteBrand", {})
17
+ .n("QuickSightClient", "DeleteBrandCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteBrandCommand)
20
+ .de(de_DeleteBrandCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteCustomPermissionsCommand, se_DeleteCustomPermissionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteCustomPermissionsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DeleteCustomPermissions", {})
17
+ .n("QuickSightClient", "DeleteCustomPermissionsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteCustomPermissionsCommand)
20
+ .de(de_DeleteCustomPermissionsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteUserCustomPermissionCommand, se_DeleteUserCustomPermissionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteUserCustomPermissionCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DeleteUserCustomPermission", {})
17
+ .n("QuickSightClient", "DeleteUserCustomPermissionCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteUserCustomPermissionCommand)
20
+ .de(de_DeleteUserCustomPermissionCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeBrandAssignmentCommand, se_DescribeBrandAssignmentCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DescribeBrandAssignmentCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DescribeBrandAssignment", {})
17
+ .n("QuickSightClient", "DescribeBrandAssignmentCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeBrandAssignmentCommand)
20
+ .de(de_DescribeBrandAssignmentCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeBrandCommand, se_DescribeBrandCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DescribeBrandCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DescribeBrand", {})
17
+ .n("QuickSightClient", "DescribeBrandCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeBrandCommand)
20
+ .de(de_DescribeBrandCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeBrandPublishedVersionCommand, se_DescribeBrandPublishedVersionCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DescribeBrandPublishedVersionCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DescribeBrandPublishedVersion", {})
17
+ .n("QuickSightClient", "DescribeBrandPublishedVersionCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeBrandPublishedVersionCommand)
20
+ .de(de_DescribeBrandPublishedVersionCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeCustomPermissionsCommand, se_DescribeCustomPermissionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DescribeCustomPermissionsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DescribeCustomPermissions", {})
17
+ .n("QuickSightClient", "DescribeCustomPermissionsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeCustomPermissionsCommand)
20
+ .de(de_DescribeCustomPermissionsCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeTemplateDefinitionResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { DescribeTemplateDefinitionResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_DescribeTemplateDefinitionCommand, se_DescribeTemplateDefinitionCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DescribeTemplateDefinitionCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeTopicResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { DescribeTopicResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_DescribeTopicCommand, se_DescribeTopicCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DescribeTopicCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListBrandsCommand, se_ListBrandsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListBrandsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "ListBrands", {})
17
+ .n("QuickSightClient", "ListBrandsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListBrandsCommand)
20
+ .de(de_ListBrandsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListCustomPermissionsCommand, se_ListCustomPermissionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListCustomPermissionsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "ListCustomPermissions", {})
17
+ .n("QuickSightClient", "ListCustomPermissionsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListCustomPermissionsCommand)
20
+ .de(de_ListCustomPermissionsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateBrandAssignmentCommand, se_UpdateBrandAssignmentCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateBrandAssignmentCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "UpdateBrandAssignment", {})
17
+ .n("QuickSightClient", "UpdateBrandAssignmentCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateBrandAssignmentCommand)
20
+ .de(de_UpdateBrandAssignmentCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateBrandCommand, se_UpdateBrandCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateBrandCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "UpdateBrand", {})
17
+ .n("QuickSightClient", "UpdateBrandCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateBrandCommand)
20
+ .de(de_UpdateBrandCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateBrandPublishedVersionCommand, se_UpdateBrandPublishedVersionCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateBrandPublishedVersionCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "UpdateBrandPublishedVersion", {})
17
+ .n("QuickSightClient", "UpdateBrandPublishedVersionCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateBrandPublishedVersionCommand)
20
+ .de(de_UpdateBrandPublishedVersionCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateCustomPermissionsCommand, se_UpdateCustomPermissionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateCustomPermissionsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "UpdateCustomPermissions", {})
17
+ .n("QuickSightClient", "UpdateCustomPermissionsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateCustomPermissionsCommand)
20
+ .de(de_UpdateCustomPermissionsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateUserCustomPermissionCommand, se_UpdateUserCustomPermissionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateUserCustomPermissionCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "UpdateUserCustomPermission", {})
17
+ .n("QuickSightClient", "UpdateUserCustomPermissionCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateUserCustomPermissionCommand)
20
+ .de(de_UpdateUserCustomPermissionCommand)
21
+ .build() {
22
+ }
@@ -4,6 +4,8 @@ export * from "./CancelIngestionCommand";
4
4
  export * from "./CreateAccountCustomizationCommand";
5
5
  export * from "./CreateAccountSubscriptionCommand";
6
6
  export * from "./CreateAnalysisCommand";
7
+ export * from "./CreateBrandCommand";
8
+ export * from "./CreateCustomPermissionsCommand";
7
9
  export * from "./CreateDashboardCommand";
8
10
  export * from "./CreateDataSetCommand";
9
11
  export * from "./CreateDataSourceCommand";
@@ -26,6 +28,9 @@ export * from "./CreateVPCConnectionCommand";
26
28
  export * from "./DeleteAccountCustomizationCommand";
27
29
  export * from "./DeleteAccountSubscriptionCommand";
28
30
  export * from "./DeleteAnalysisCommand";
31
+ export * from "./DeleteBrandAssignmentCommand";
32
+ export * from "./DeleteBrandCommand";
33
+ export * from "./DeleteCustomPermissionsCommand";
29
34
  export * from "./DeleteDashboardCommand";
30
35
  export * from "./DeleteDataSetCommand";
31
36
  export * from "./DeleteDataSetRefreshPropertiesCommand";
@@ -48,6 +53,7 @@ export * from "./DeleteTopicCommand";
48
53
  export * from "./DeleteTopicRefreshScheduleCommand";
49
54
  export * from "./DeleteUserByPrincipalIdCommand";
50
55
  export * from "./DeleteUserCommand";
56
+ export * from "./DeleteUserCustomPermissionCommand";
51
57
  export * from "./DeleteVPCConnectionCommand";
52
58
  export * from "./DescribeAccountCustomizationCommand";
53
59
  export * from "./DescribeAccountSettingsCommand";
@@ -57,6 +63,10 @@ export * from "./DescribeAnalysisDefinitionCommand";
57
63
  export * from "./DescribeAnalysisPermissionsCommand";
58
64
  export * from "./DescribeAssetBundleExportJobCommand";
59
65
  export * from "./DescribeAssetBundleImportJobCommand";
66
+ export * from "./DescribeBrandAssignmentCommand";
67
+ export * from "./DescribeBrandCommand";
68
+ export * from "./DescribeBrandPublishedVersionCommand";
69
+ export * from "./DescribeCustomPermissionsCommand";
60
70
  export * from "./DescribeDashboardCommand";
61
71
  export * from "./DescribeDashboardDefinitionCommand";
62
72
  export * from "./DescribeDashboardPermissionsCommand";
@@ -100,6 +110,8 @@ export * from "./GetSessionEmbedUrlCommand";
100
110
  export * from "./ListAnalysesCommand";
101
111
  export * from "./ListAssetBundleExportJobsCommand";
102
112
  export * from "./ListAssetBundleImportJobsCommand";
113
+ export * from "./ListBrandsCommand";
114
+ export * from "./ListCustomPermissionsCommand";
103
115
  export * from "./ListDashboardVersionsCommand";
104
116
  export * from "./ListDashboardsCommand";
105
117
  export * from "./ListDataSetsCommand";
@@ -148,6 +160,10 @@ export * from "./UpdateAccountCustomizationCommand";
148
160
  export * from "./UpdateAccountSettingsCommand";
149
161
  export * from "./UpdateAnalysisCommand";
150
162
  export * from "./UpdateAnalysisPermissionsCommand";
163
+ export * from "./UpdateBrandAssignmentCommand";
164
+ export * from "./UpdateBrandCommand";
165
+ export * from "./UpdateBrandPublishedVersionCommand";
166
+ export * from "./UpdateCustomPermissionsCommand";
151
167
  export * from "./UpdateDashboardCommand";
152
168
  export * from "./UpdateDashboardLinksCommand";
153
169
  export * from "./UpdateDashboardPermissionsCommand";
@@ -178,4 +194,5 @@ export * from "./UpdateTopicCommand";
178
194
  export * from "./UpdateTopicPermissionsCommand";
179
195
  export * from "./UpdateTopicRefreshScheduleCommand";
180
196
  export * from "./UpdateUserCommand";
197
+ export * from "./UpdateUserCustomPermissionCommand";
181
198
  export * from "./UpdateVPCConnectionCommand";