@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
@@ -23,6 +23,14 @@ import {
23
23
  CreateAnalysisCommandInput,
24
24
  CreateAnalysisCommandOutput,
25
25
  } from "./commands/CreateAnalysisCommand";
26
+ import {
27
+ CreateBrandCommandInput,
28
+ CreateBrandCommandOutput,
29
+ } from "./commands/CreateBrandCommand";
30
+ import {
31
+ CreateCustomPermissionsCommandInput,
32
+ CreateCustomPermissionsCommandOutput,
33
+ } from "./commands/CreateCustomPermissionsCommand";
26
34
  import {
27
35
  CreateDashboardCommandInput,
28
36
  CreateDashboardCommandOutput,
@@ -111,6 +119,18 @@ import {
111
119
  DeleteAnalysisCommandInput,
112
120
  DeleteAnalysisCommandOutput,
113
121
  } from "./commands/DeleteAnalysisCommand";
122
+ import {
123
+ DeleteBrandAssignmentCommandInput,
124
+ DeleteBrandAssignmentCommandOutput,
125
+ } from "./commands/DeleteBrandAssignmentCommand";
126
+ import {
127
+ DeleteBrandCommandInput,
128
+ DeleteBrandCommandOutput,
129
+ } from "./commands/DeleteBrandCommand";
130
+ import {
131
+ DeleteCustomPermissionsCommandInput,
132
+ DeleteCustomPermissionsCommandOutput,
133
+ } from "./commands/DeleteCustomPermissionsCommand";
114
134
  import {
115
135
  DeleteDashboardCommandInput,
116
136
  DeleteDashboardCommandOutput,
@@ -199,6 +219,10 @@ import {
199
219
  DeleteUserCommandInput,
200
220
  DeleteUserCommandOutput,
201
221
  } from "./commands/DeleteUserCommand";
222
+ import {
223
+ DeleteUserCustomPermissionCommandInput,
224
+ DeleteUserCustomPermissionCommandOutput,
225
+ } from "./commands/DeleteUserCustomPermissionCommand";
202
226
  import {
203
227
  DeleteVPCConnectionCommandInput,
204
228
  DeleteVPCConnectionCommandOutput,
@@ -235,6 +259,22 @@ import {
235
259
  DescribeAssetBundleImportJobCommandInput,
236
260
  DescribeAssetBundleImportJobCommandOutput,
237
261
  } from "./commands/DescribeAssetBundleImportJobCommand";
262
+ import {
263
+ DescribeBrandAssignmentCommandInput,
264
+ DescribeBrandAssignmentCommandOutput,
265
+ } from "./commands/DescribeBrandAssignmentCommand";
266
+ import {
267
+ DescribeBrandCommandInput,
268
+ DescribeBrandCommandOutput,
269
+ } from "./commands/DescribeBrandCommand";
270
+ import {
271
+ DescribeBrandPublishedVersionCommandInput,
272
+ DescribeBrandPublishedVersionCommandOutput,
273
+ } from "./commands/DescribeBrandPublishedVersionCommand";
274
+ import {
275
+ DescribeCustomPermissionsCommandInput,
276
+ DescribeCustomPermissionsCommandOutput,
277
+ } from "./commands/DescribeCustomPermissionsCommand";
238
278
  import {
239
279
  DescribeDashboardCommandInput,
240
280
  DescribeDashboardCommandOutput,
@@ -407,6 +447,14 @@ import {
407
447
  ListAssetBundleImportJobsCommandInput,
408
448
  ListAssetBundleImportJobsCommandOutput,
409
449
  } from "./commands/ListAssetBundleImportJobsCommand";
450
+ import {
451
+ ListBrandsCommandInput,
452
+ ListBrandsCommandOutput,
453
+ } from "./commands/ListBrandsCommand";
454
+ import {
455
+ ListCustomPermissionsCommandInput,
456
+ ListCustomPermissionsCommandOutput,
457
+ } from "./commands/ListCustomPermissionsCommand";
410
458
  import {
411
459
  ListDashboardsCommandInput,
412
460
  ListDashboardsCommandOutput,
@@ -599,6 +647,22 @@ import {
599
647
  UpdateAnalysisPermissionsCommandInput,
600
648
  UpdateAnalysisPermissionsCommandOutput,
601
649
  } from "./commands/UpdateAnalysisPermissionsCommand";
650
+ import {
651
+ UpdateBrandAssignmentCommandInput,
652
+ UpdateBrandAssignmentCommandOutput,
653
+ } from "./commands/UpdateBrandAssignmentCommand";
654
+ import {
655
+ UpdateBrandCommandInput,
656
+ UpdateBrandCommandOutput,
657
+ } from "./commands/UpdateBrandCommand";
658
+ import {
659
+ UpdateBrandPublishedVersionCommandInput,
660
+ UpdateBrandPublishedVersionCommandOutput,
661
+ } from "./commands/UpdateBrandPublishedVersionCommand";
662
+ import {
663
+ UpdateCustomPermissionsCommandInput,
664
+ UpdateCustomPermissionsCommandOutput,
665
+ } from "./commands/UpdateCustomPermissionsCommand";
602
666
  import {
603
667
  UpdateDashboardCommandInput,
604
668
  UpdateDashboardCommandOutput,
@@ -719,6 +783,10 @@ import {
719
783
  UpdateUserCommandInput,
720
784
  UpdateUserCommandOutput,
721
785
  } from "./commands/UpdateUserCommand";
786
+ import {
787
+ UpdateUserCustomPermissionCommandInput,
788
+ UpdateUserCustomPermissionCommandOutput,
789
+ } from "./commands/UpdateUserCustomPermissionCommand";
722
790
  import {
723
791
  UpdateVPCConnectionCommandInput,
724
792
  UpdateVPCConnectionCommandOutput,
@@ -803,6 +871,32 @@ export interface QuickSight {
803
871
  options: __HttpHandlerOptions,
804
872
  cb: (err: any, data?: CreateAnalysisCommandOutput) => void
805
873
  ): void;
874
+ createBrand(
875
+ args: CreateBrandCommandInput,
876
+ options?: __HttpHandlerOptions
877
+ ): Promise<CreateBrandCommandOutput>;
878
+ createBrand(
879
+ args: CreateBrandCommandInput,
880
+ cb: (err: any, data?: CreateBrandCommandOutput) => void
881
+ ): void;
882
+ createBrand(
883
+ args: CreateBrandCommandInput,
884
+ options: __HttpHandlerOptions,
885
+ cb: (err: any, data?: CreateBrandCommandOutput) => void
886
+ ): void;
887
+ createCustomPermissions(
888
+ args: CreateCustomPermissionsCommandInput,
889
+ options?: __HttpHandlerOptions
890
+ ): Promise<CreateCustomPermissionsCommandOutput>;
891
+ createCustomPermissions(
892
+ args: CreateCustomPermissionsCommandInput,
893
+ cb: (err: any, data?: CreateCustomPermissionsCommandOutput) => void
894
+ ): void;
895
+ createCustomPermissions(
896
+ args: CreateCustomPermissionsCommandInput,
897
+ options: __HttpHandlerOptions,
898
+ cb: (err: any, data?: CreateCustomPermissionsCommandOutput) => void
899
+ ): void;
806
900
  createDashboard(
807
901
  args: CreateDashboardCommandInput,
808
902
  options?: __HttpHandlerOptions
@@ -1089,6 +1183,45 @@ export interface QuickSight {
1089
1183
  options: __HttpHandlerOptions,
1090
1184
  cb: (err: any, data?: DeleteAnalysisCommandOutput) => void
1091
1185
  ): void;
1186
+ deleteBrand(
1187
+ args: DeleteBrandCommandInput,
1188
+ options?: __HttpHandlerOptions
1189
+ ): Promise<DeleteBrandCommandOutput>;
1190
+ deleteBrand(
1191
+ args: DeleteBrandCommandInput,
1192
+ cb: (err: any, data?: DeleteBrandCommandOutput) => void
1193
+ ): void;
1194
+ deleteBrand(
1195
+ args: DeleteBrandCommandInput,
1196
+ options: __HttpHandlerOptions,
1197
+ cb: (err: any, data?: DeleteBrandCommandOutput) => void
1198
+ ): void;
1199
+ deleteBrandAssignment(
1200
+ args: DeleteBrandAssignmentCommandInput,
1201
+ options?: __HttpHandlerOptions
1202
+ ): Promise<DeleteBrandAssignmentCommandOutput>;
1203
+ deleteBrandAssignment(
1204
+ args: DeleteBrandAssignmentCommandInput,
1205
+ cb: (err: any, data?: DeleteBrandAssignmentCommandOutput) => void
1206
+ ): void;
1207
+ deleteBrandAssignment(
1208
+ args: DeleteBrandAssignmentCommandInput,
1209
+ options: __HttpHandlerOptions,
1210
+ cb: (err: any, data?: DeleteBrandAssignmentCommandOutput) => void
1211
+ ): void;
1212
+ deleteCustomPermissions(
1213
+ args: DeleteCustomPermissionsCommandInput,
1214
+ options?: __HttpHandlerOptions
1215
+ ): Promise<DeleteCustomPermissionsCommandOutput>;
1216
+ deleteCustomPermissions(
1217
+ args: DeleteCustomPermissionsCommandInput,
1218
+ cb: (err: any, data?: DeleteCustomPermissionsCommandOutput) => void
1219
+ ): void;
1220
+ deleteCustomPermissions(
1221
+ args: DeleteCustomPermissionsCommandInput,
1222
+ options: __HttpHandlerOptions,
1223
+ cb: (err: any, data?: DeleteCustomPermissionsCommandOutput) => void
1224
+ ): void;
1092
1225
  deleteDashboard(
1093
1226
  args: DeleteDashboardCommandInput,
1094
1227
  options?: __HttpHandlerOptions
@@ -1375,6 +1508,19 @@ export interface QuickSight {
1375
1508
  options: __HttpHandlerOptions,
1376
1509
  cb: (err: any, data?: DeleteUserByPrincipalIdCommandOutput) => void
1377
1510
  ): void;
1511
+ deleteUserCustomPermission(
1512
+ args: DeleteUserCustomPermissionCommandInput,
1513
+ options?: __HttpHandlerOptions
1514
+ ): Promise<DeleteUserCustomPermissionCommandOutput>;
1515
+ deleteUserCustomPermission(
1516
+ args: DeleteUserCustomPermissionCommandInput,
1517
+ cb: (err: any, data?: DeleteUserCustomPermissionCommandOutput) => void
1518
+ ): void;
1519
+ deleteUserCustomPermission(
1520
+ args: DeleteUserCustomPermissionCommandInput,
1521
+ options: __HttpHandlerOptions,
1522
+ cb: (err: any, data?: DeleteUserCustomPermissionCommandOutput) => void
1523
+ ): void;
1378
1524
  deleteVPCConnection(
1379
1525
  args: DeleteVPCConnectionCommandInput,
1380
1526
  options?: __HttpHandlerOptions
@@ -1492,6 +1638,58 @@ export interface QuickSight {
1492
1638
  options: __HttpHandlerOptions,
1493
1639
  cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void
1494
1640
  ): void;
1641
+ describeBrand(
1642
+ args: DescribeBrandCommandInput,
1643
+ options?: __HttpHandlerOptions
1644
+ ): Promise<DescribeBrandCommandOutput>;
1645
+ describeBrand(
1646
+ args: DescribeBrandCommandInput,
1647
+ cb: (err: any, data?: DescribeBrandCommandOutput) => void
1648
+ ): void;
1649
+ describeBrand(
1650
+ args: DescribeBrandCommandInput,
1651
+ options: __HttpHandlerOptions,
1652
+ cb: (err: any, data?: DescribeBrandCommandOutput) => void
1653
+ ): void;
1654
+ describeBrandAssignment(
1655
+ args: DescribeBrandAssignmentCommandInput,
1656
+ options?: __HttpHandlerOptions
1657
+ ): Promise<DescribeBrandAssignmentCommandOutput>;
1658
+ describeBrandAssignment(
1659
+ args: DescribeBrandAssignmentCommandInput,
1660
+ cb: (err: any, data?: DescribeBrandAssignmentCommandOutput) => void
1661
+ ): void;
1662
+ describeBrandAssignment(
1663
+ args: DescribeBrandAssignmentCommandInput,
1664
+ options: __HttpHandlerOptions,
1665
+ cb: (err: any, data?: DescribeBrandAssignmentCommandOutput) => void
1666
+ ): void;
1667
+ describeBrandPublishedVersion(
1668
+ args: DescribeBrandPublishedVersionCommandInput,
1669
+ options?: __HttpHandlerOptions
1670
+ ): Promise<DescribeBrandPublishedVersionCommandOutput>;
1671
+ describeBrandPublishedVersion(
1672
+ args: DescribeBrandPublishedVersionCommandInput,
1673
+ cb: (err: any, data?: DescribeBrandPublishedVersionCommandOutput) => void
1674
+ ): void;
1675
+ describeBrandPublishedVersion(
1676
+ args: DescribeBrandPublishedVersionCommandInput,
1677
+ options: __HttpHandlerOptions,
1678
+ cb: (err: any, data?: DescribeBrandPublishedVersionCommandOutput) => void
1679
+ ): void;
1680
+ describeCustomPermissions(
1681
+ args: DescribeCustomPermissionsCommandInput,
1682
+ options?: __HttpHandlerOptions
1683
+ ): Promise<DescribeCustomPermissionsCommandOutput>;
1684
+ describeCustomPermissions(
1685
+ args: DescribeCustomPermissionsCommandInput,
1686
+ cb: (err: any, data?: DescribeCustomPermissionsCommandOutput) => void
1687
+ ): void;
1688
+ describeCustomPermissions(
1689
+ args: DescribeCustomPermissionsCommandInput,
1690
+ options: __HttpHandlerOptions,
1691
+ cb: (err: any, data?: DescribeCustomPermissionsCommandOutput) => void
1692
+ ): void;
1495
1693
  describeDashboard(
1496
1694
  args: DescribeDashboardCommandInput,
1497
1695
  options?: __HttpHandlerOptions
@@ -2075,6 +2273,32 @@ export interface QuickSight {
2075
2273
  options: __HttpHandlerOptions,
2076
2274
  cb: (err: any, data?: ListAssetBundleImportJobsCommandOutput) => void
2077
2275
  ): void;
2276
+ listBrands(
2277
+ args: ListBrandsCommandInput,
2278
+ options?: __HttpHandlerOptions
2279
+ ): Promise<ListBrandsCommandOutput>;
2280
+ listBrands(
2281
+ args: ListBrandsCommandInput,
2282
+ cb: (err: any, data?: ListBrandsCommandOutput) => void
2283
+ ): void;
2284
+ listBrands(
2285
+ args: ListBrandsCommandInput,
2286
+ options: __HttpHandlerOptions,
2287
+ cb: (err: any, data?: ListBrandsCommandOutput) => void
2288
+ ): void;
2289
+ listCustomPermissions(
2290
+ args: ListCustomPermissionsCommandInput,
2291
+ options?: __HttpHandlerOptions
2292
+ ): Promise<ListCustomPermissionsCommandOutput>;
2293
+ listCustomPermissions(
2294
+ args: ListCustomPermissionsCommandInput,
2295
+ cb: (err: any, data?: ListCustomPermissionsCommandOutput) => void
2296
+ ): void;
2297
+ listCustomPermissions(
2298
+ args: ListCustomPermissionsCommandInput,
2299
+ options: __HttpHandlerOptions,
2300
+ cb: (err: any, data?: ListCustomPermissionsCommandOutput) => void
2301
+ ): void;
2078
2302
  listDashboards(
2079
2303
  args: ListDashboardsCommandInput,
2080
2304
  options?: __HttpHandlerOptions
@@ -2705,6 +2929,58 @@ export interface QuickSight {
2705
2929
  options: __HttpHandlerOptions,
2706
2930
  cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void
2707
2931
  ): void;
2932
+ updateBrand(
2933
+ args: UpdateBrandCommandInput,
2934
+ options?: __HttpHandlerOptions
2935
+ ): Promise<UpdateBrandCommandOutput>;
2936
+ updateBrand(
2937
+ args: UpdateBrandCommandInput,
2938
+ cb: (err: any, data?: UpdateBrandCommandOutput) => void
2939
+ ): void;
2940
+ updateBrand(
2941
+ args: UpdateBrandCommandInput,
2942
+ options: __HttpHandlerOptions,
2943
+ cb: (err: any, data?: UpdateBrandCommandOutput) => void
2944
+ ): void;
2945
+ updateBrandAssignment(
2946
+ args: UpdateBrandAssignmentCommandInput,
2947
+ options?: __HttpHandlerOptions
2948
+ ): Promise<UpdateBrandAssignmentCommandOutput>;
2949
+ updateBrandAssignment(
2950
+ args: UpdateBrandAssignmentCommandInput,
2951
+ cb: (err: any, data?: UpdateBrandAssignmentCommandOutput) => void
2952
+ ): void;
2953
+ updateBrandAssignment(
2954
+ args: UpdateBrandAssignmentCommandInput,
2955
+ options: __HttpHandlerOptions,
2956
+ cb: (err: any, data?: UpdateBrandAssignmentCommandOutput) => void
2957
+ ): void;
2958
+ updateBrandPublishedVersion(
2959
+ args: UpdateBrandPublishedVersionCommandInput,
2960
+ options?: __HttpHandlerOptions
2961
+ ): Promise<UpdateBrandPublishedVersionCommandOutput>;
2962
+ updateBrandPublishedVersion(
2963
+ args: UpdateBrandPublishedVersionCommandInput,
2964
+ cb: (err: any, data?: UpdateBrandPublishedVersionCommandOutput) => void
2965
+ ): void;
2966
+ updateBrandPublishedVersion(
2967
+ args: UpdateBrandPublishedVersionCommandInput,
2968
+ options: __HttpHandlerOptions,
2969
+ cb: (err: any, data?: UpdateBrandPublishedVersionCommandOutput) => void
2970
+ ): void;
2971
+ updateCustomPermissions(
2972
+ args: UpdateCustomPermissionsCommandInput,
2973
+ options?: __HttpHandlerOptions
2974
+ ): Promise<UpdateCustomPermissionsCommandOutput>;
2975
+ updateCustomPermissions(
2976
+ args: UpdateCustomPermissionsCommandInput,
2977
+ cb: (err: any, data?: UpdateCustomPermissionsCommandOutput) => void
2978
+ ): void;
2979
+ updateCustomPermissions(
2980
+ args: UpdateCustomPermissionsCommandInput,
2981
+ options: __HttpHandlerOptions,
2982
+ cb: (err: any, data?: UpdateCustomPermissionsCommandOutput) => void
2983
+ ): void;
2708
2984
  updateDashboard(
2709
2985
  args: UpdateDashboardCommandInput,
2710
2986
  options?: __HttpHandlerOptions
@@ -3101,6 +3377,19 @@ export interface QuickSight {
3101
3377
  options: __HttpHandlerOptions,
3102
3378
  cb: (err: any, data?: UpdateUserCommandOutput) => void
3103
3379
  ): void;
3380
+ updateUserCustomPermission(
3381
+ args: UpdateUserCustomPermissionCommandInput,
3382
+ options?: __HttpHandlerOptions
3383
+ ): Promise<UpdateUserCustomPermissionCommandOutput>;
3384
+ updateUserCustomPermission(
3385
+ args: UpdateUserCustomPermissionCommandInput,
3386
+ cb: (err: any, data?: UpdateUserCustomPermissionCommandOutput) => void
3387
+ ): void;
3388
+ updateUserCustomPermission(
3389
+ args: UpdateUserCustomPermissionCommandInput,
3390
+ options: __HttpHandlerOptions,
3391
+ cb: (err: any, data?: UpdateUserCustomPermissionCommandOutput) => void
3392
+ ): void;
3104
3393
  updateVPCConnection(
3105
3394
  args: UpdateVPCConnectionCommandInput,
3106
3395
  options?: __HttpHandlerOptions
@@ -69,6 +69,14 @@ import {
69
69
  CreateAnalysisCommandInput,
70
70
  CreateAnalysisCommandOutput,
71
71
  } from "./commands/CreateAnalysisCommand";
72
+ import {
73
+ CreateBrandCommandInput,
74
+ CreateBrandCommandOutput,
75
+ } from "./commands/CreateBrandCommand";
76
+ import {
77
+ CreateCustomPermissionsCommandInput,
78
+ CreateCustomPermissionsCommandOutput,
79
+ } from "./commands/CreateCustomPermissionsCommand";
72
80
  import {
73
81
  CreateDashboardCommandInput,
74
82
  CreateDashboardCommandOutput,
@@ -157,6 +165,18 @@ import {
157
165
  DeleteAnalysisCommandInput,
158
166
  DeleteAnalysisCommandOutput,
159
167
  } from "./commands/DeleteAnalysisCommand";
168
+ import {
169
+ DeleteBrandAssignmentCommandInput,
170
+ DeleteBrandAssignmentCommandOutput,
171
+ } from "./commands/DeleteBrandAssignmentCommand";
172
+ import {
173
+ DeleteBrandCommandInput,
174
+ DeleteBrandCommandOutput,
175
+ } from "./commands/DeleteBrandCommand";
176
+ import {
177
+ DeleteCustomPermissionsCommandInput,
178
+ DeleteCustomPermissionsCommandOutput,
179
+ } from "./commands/DeleteCustomPermissionsCommand";
160
180
  import {
161
181
  DeleteDashboardCommandInput,
162
182
  DeleteDashboardCommandOutput,
@@ -245,6 +265,10 @@ import {
245
265
  DeleteUserCommandInput,
246
266
  DeleteUserCommandOutput,
247
267
  } from "./commands/DeleteUserCommand";
268
+ import {
269
+ DeleteUserCustomPermissionCommandInput,
270
+ DeleteUserCustomPermissionCommandOutput,
271
+ } from "./commands/DeleteUserCustomPermissionCommand";
248
272
  import {
249
273
  DeleteVPCConnectionCommandInput,
250
274
  DeleteVPCConnectionCommandOutput,
@@ -281,6 +305,22 @@ import {
281
305
  DescribeAssetBundleImportJobCommandInput,
282
306
  DescribeAssetBundleImportJobCommandOutput,
283
307
  } from "./commands/DescribeAssetBundleImportJobCommand";
308
+ import {
309
+ DescribeBrandAssignmentCommandInput,
310
+ DescribeBrandAssignmentCommandOutput,
311
+ } from "./commands/DescribeBrandAssignmentCommand";
312
+ import {
313
+ DescribeBrandCommandInput,
314
+ DescribeBrandCommandOutput,
315
+ } from "./commands/DescribeBrandCommand";
316
+ import {
317
+ DescribeBrandPublishedVersionCommandInput,
318
+ DescribeBrandPublishedVersionCommandOutput,
319
+ } from "./commands/DescribeBrandPublishedVersionCommand";
320
+ import {
321
+ DescribeCustomPermissionsCommandInput,
322
+ DescribeCustomPermissionsCommandOutput,
323
+ } from "./commands/DescribeCustomPermissionsCommand";
284
324
  import {
285
325
  DescribeDashboardCommandInput,
286
326
  DescribeDashboardCommandOutput,
@@ -453,6 +493,14 @@ import {
453
493
  ListAssetBundleImportJobsCommandInput,
454
494
  ListAssetBundleImportJobsCommandOutput,
455
495
  } from "./commands/ListAssetBundleImportJobsCommand";
496
+ import {
497
+ ListBrandsCommandInput,
498
+ ListBrandsCommandOutput,
499
+ } from "./commands/ListBrandsCommand";
500
+ import {
501
+ ListCustomPermissionsCommandInput,
502
+ ListCustomPermissionsCommandOutput,
503
+ } from "./commands/ListCustomPermissionsCommand";
456
504
  import {
457
505
  ListDashboardsCommandInput,
458
506
  ListDashboardsCommandOutput,
@@ -645,6 +693,22 @@ import {
645
693
  UpdateAnalysisPermissionsCommandInput,
646
694
  UpdateAnalysisPermissionsCommandOutput,
647
695
  } from "./commands/UpdateAnalysisPermissionsCommand";
696
+ import {
697
+ UpdateBrandAssignmentCommandInput,
698
+ UpdateBrandAssignmentCommandOutput,
699
+ } from "./commands/UpdateBrandAssignmentCommand";
700
+ import {
701
+ UpdateBrandCommandInput,
702
+ UpdateBrandCommandOutput,
703
+ } from "./commands/UpdateBrandCommand";
704
+ import {
705
+ UpdateBrandPublishedVersionCommandInput,
706
+ UpdateBrandPublishedVersionCommandOutput,
707
+ } from "./commands/UpdateBrandPublishedVersionCommand";
708
+ import {
709
+ UpdateCustomPermissionsCommandInput,
710
+ UpdateCustomPermissionsCommandOutput,
711
+ } from "./commands/UpdateCustomPermissionsCommand";
648
712
  import {
649
713
  UpdateDashboardCommandInput,
650
714
  UpdateDashboardCommandOutput,
@@ -765,6 +829,10 @@ import {
765
829
  UpdateUserCommandInput,
766
830
  UpdateUserCommandOutput,
767
831
  } from "./commands/UpdateUserCommand";
832
+ import {
833
+ UpdateUserCustomPermissionCommandInput,
834
+ UpdateUserCustomPermissionCommandOutput,
835
+ } from "./commands/UpdateUserCustomPermissionCommand";
768
836
  import {
769
837
  UpdateVPCConnectionCommandInput,
770
838
  UpdateVPCConnectionCommandOutput,
@@ -783,6 +851,8 @@ export type ServiceInputTypes =
783
851
  | CreateAccountCustomizationCommandInput
784
852
  | CreateAccountSubscriptionCommandInput
785
853
  | CreateAnalysisCommandInput
854
+ | CreateBrandCommandInput
855
+ | CreateCustomPermissionsCommandInput
786
856
  | CreateDashboardCommandInput
787
857
  | CreateDataSetCommandInput
788
858
  | CreateDataSourceCommandInput
@@ -805,6 +875,9 @@ export type ServiceInputTypes =
805
875
  | DeleteAccountCustomizationCommandInput
806
876
  | DeleteAccountSubscriptionCommandInput
807
877
  | DeleteAnalysisCommandInput
878
+ | DeleteBrandAssignmentCommandInput
879
+ | DeleteBrandCommandInput
880
+ | DeleteCustomPermissionsCommandInput
808
881
  | DeleteDashboardCommandInput
809
882
  | DeleteDataSetCommandInput
810
883
  | DeleteDataSetRefreshPropertiesCommandInput
@@ -827,6 +900,7 @@ export type ServiceInputTypes =
827
900
  | DeleteTopicRefreshScheduleCommandInput
828
901
  | DeleteUserByPrincipalIdCommandInput
829
902
  | DeleteUserCommandInput
903
+ | DeleteUserCustomPermissionCommandInput
830
904
  | DeleteVPCConnectionCommandInput
831
905
  | DescribeAccountCustomizationCommandInput
832
906
  | DescribeAccountSettingsCommandInput
@@ -836,6 +910,10 @@ export type ServiceInputTypes =
836
910
  | DescribeAnalysisPermissionsCommandInput
837
911
  | DescribeAssetBundleExportJobCommandInput
838
912
  | DescribeAssetBundleImportJobCommandInput
913
+ | DescribeBrandAssignmentCommandInput
914
+ | DescribeBrandCommandInput
915
+ | DescribeBrandPublishedVersionCommandInput
916
+ | DescribeCustomPermissionsCommandInput
839
917
  | DescribeDashboardCommandInput
840
918
  | DescribeDashboardDefinitionCommandInput
841
919
  | DescribeDashboardPermissionsCommandInput
@@ -879,6 +957,8 @@ export type ServiceInputTypes =
879
957
  | ListAnalysesCommandInput
880
958
  | ListAssetBundleExportJobsCommandInput
881
959
  | ListAssetBundleImportJobsCommandInput
960
+ | ListBrandsCommandInput
961
+ | ListCustomPermissionsCommandInput
882
962
  | ListDashboardVersionsCommandInput
883
963
  | ListDashboardsCommandInput
884
964
  | ListDataSetsCommandInput
@@ -927,6 +1007,10 @@ export type ServiceInputTypes =
927
1007
  | UpdateAccountSettingsCommandInput
928
1008
  | UpdateAnalysisCommandInput
929
1009
  | UpdateAnalysisPermissionsCommandInput
1010
+ | UpdateBrandAssignmentCommandInput
1011
+ | UpdateBrandCommandInput
1012
+ | UpdateBrandPublishedVersionCommandInput
1013
+ | UpdateCustomPermissionsCommandInput
930
1014
  | UpdateDashboardCommandInput
931
1015
  | UpdateDashboardLinksCommandInput
932
1016
  | UpdateDashboardPermissionsCommandInput
@@ -957,6 +1041,7 @@ export type ServiceInputTypes =
957
1041
  | UpdateTopicPermissionsCommandInput
958
1042
  | UpdateTopicRefreshScheduleCommandInput
959
1043
  | UpdateUserCommandInput
1044
+ | UpdateUserCustomPermissionCommandInput
960
1045
  | UpdateVPCConnectionCommandInput;
961
1046
  export type ServiceOutputTypes =
962
1047
  | BatchCreateTopicReviewedAnswerCommandOutput
@@ -965,6 +1050,8 @@ export type ServiceOutputTypes =
965
1050
  | CreateAccountCustomizationCommandOutput
966
1051
  | CreateAccountSubscriptionCommandOutput
967
1052
  | CreateAnalysisCommandOutput
1053
+ | CreateBrandCommandOutput
1054
+ | CreateCustomPermissionsCommandOutput
968
1055
  | CreateDashboardCommandOutput
969
1056
  | CreateDataSetCommandOutput
970
1057
  | CreateDataSourceCommandOutput
@@ -987,6 +1074,9 @@ export type ServiceOutputTypes =
987
1074
  | DeleteAccountCustomizationCommandOutput
988
1075
  | DeleteAccountSubscriptionCommandOutput
989
1076
  | DeleteAnalysisCommandOutput
1077
+ | DeleteBrandAssignmentCommandOutput
1078
+ | DeleteBrandCommandOutput
1079
+ | DeleteCustomPermissionsCommandOutput
990
1080
  | DeleteDashboardCommandOutput
991
1081
  | DeleteDataSetCommandOutput
992
1082
  | DeleteDataSetRefreshPropertiesCommandOutput
@@ -1009,6 +1099,7 @@ export type ServiceOutputTypes =
1009
1099
  | DeleteTopicRefreshScheduleCommandOutput
1010
1100
  | DeleteUserByPrincipalIdCommandOutput
1011
1101
  | DeleteUserCommandOutput
1102
+ | DeleteUserCustomPermissionCommandOutput
1012
1103
  | DeleteVPCConnectionCommandOutput
1013
1104
  | DescribeAccountCustomizationCommandOutput
1014
1105
  | DescribeAccountSettingsCommandOutput
@@ -1018,6 +1109,10 @@ export type ServiceOutputTypes =
1018
1109
  | DescribeAnalysisPermissionsCommandOutput
1019
1110
  | DescribeAssetBundleExportJobCommandOutput
1020
1111
  | DescribeAssetBundleImportJobCommandOutput
1112
+ | DescribeBrandAssignmentCommandOutput
1113
+ | DescribeBrandCommandOutput
1114
+ | DescribeBrandPublishedVersionCommandOutput
1115
+ | DescribeCustomPermissionsCommandOutput
1021
1116
  | DescribeDashboardCommandOutput
1022
1117
  | DescribeDashboardDefinitionCommandOutput
1023
1118
  | DescribeDashboardPermissionsCommandOutput
@@ -1061,6 +1156,8 @@ export type ServiceOutputTypes =
1061
1156
  | ListAnalysesCommandOutput
1062
1157
  | ListAssetBundleExportJobsCommandOutput
1063
1158
  | ListAssetBundleImportJobsCommandOutput
1159
+ | ListBrandsCommandOutput
1160
+ | ListCustomPermissionsCommandOutput
1064
1161
  | ListDashboardVersionsCommandOutput
1065
1162
  | ListDashboardsCommandOutput
1066
1163
  | ListDataSetsCommandOutput
@@ -1109,6 +1206,10 @@ export type ServiceOutputTypes =
1109
1206
  | UpdateAccountSettingsCommandOutput
1110
1207
  | UpdateAnalysisCommandOutput
1111
1208
  | UpdateAnalysisPermissionsCommandOutput
1209
+ | UpdateBrandAssignmentCommandOutput
1210
+ | UpdateBrandCommandOutput
1211
+ | UpdateBrandPublishedVersionCommandOutput
1212
+ | UpdateCustomPermissionsCommandOutput
1112
1213
  | UpdateDashboardCommandOutput
1113
1214
  | UpdateDashboardLinksCommandOutput
1114
1215
  | UpdateDashboardPermissionsCommandOutput
@@ -1139,6 +1240,7 @@ export type ServiceOutputTypes =
1139
1240
  | UpdateTopicPermissionsCommandOutput
1140
1241
  | UpdateTopicRefreshScheduleCommandOutput
1141
1242
  | UpdateUserCommandOutput
1243
+ | UpdateUserCustomPermissionCommandOutput
1142
1244
  | UpdateVPCConnectionCommandOutput;
1143
1245
  export interface ClientDefaults
1144
1246
  extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateBrandRequest, CreateBrandResponse } from "../models/models_2";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface CreateBrandCommandInput extends CreateBrandRequest {}
12
+ export interface CreateBrandCommandOutput
13
+ extends CreateBrandResponse,
14
+ __MetadataBearer {}
15
+ declare const CreateBrandCommand_base: {
16
+ new (
17
+ input: CreateBrandCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ CreateBrandCommandInput,
20
+ CreateBrandCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: CreateBrandCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ CreateBrandCommandInput,
29
+ CreateBrandCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class CreateBrandCommand extends CreateBrandCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateBrandRequest;
40
+ output: CreateBrandResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateBrandCommandInput;
44
+ output: CreateBrandCommandOutput;
45
+ };
46
+ };
47
+ }