@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
@@ -27,6 +27,14 @@ import {
27
27
  CreateAnalysisCommandInput,
28
28
  CreateAnalysisCommandOutput,
29
29
  } from "../commands/CreateAnalysisCommand";
30
+ import {
31
+ CreateBrandCommandInput,
32
+ CreateBrandCommandOutput,
33
+ } from "../commands/CreateBrandCommand";
34
+ import {
35
+ CreateCustomPermissionsCommandInput,
36
+ CreateCustomPermissionsCommandOutput,
37
+ } from "../commands/CreateCustomPermissionsCommand";
30
38
  import {
31
39
  CreateDashboardCommandInput,
32
40
  CreateDashboardCommandOutput,
@@ -115,6 +123,18 @@ import {
115
123
  DeleteAnalysisCommandInput,
116
124
  DeleteAnalysisCommandOutput,
117
125
  } from "../commands/DeleteAnalysisCommand";
126
+ import {
127
+ DeleteBrandAssignmentCommandInput,
128
+ DeleteBrandAssignmentCommandOutput,
129
+ } from "../commands/DeleteBrandAssignmentCommand";
130
+ import {
131
+ DeleteBrandCommandInput,
132
+ DeleteBrandCommandOutput,
133
+ } from "../commands/DeleteBrandCommand";
134
+ import {
135
+ DeleteCustomPermissionsCommandInput,
136
+ DeleteCustomPermissionsCommandOutput,
137
+ } from "../commands/DeleteCustomPermissionsCommand";
118
138
  import {
119
139
  DeleteDashboardCommandInput,
120
140
  DeleteDashboardCommandOutput,
@@ -203,6 +223,10 @@ import {
203
223
  DeleteUserCommandInput,
204
224
  DeleteUserCommandOutput,
205
225
  } from "../commands/DeleteUserCommand";
226
+ import {
227
+ DeleteUserCustomPermissionCommandInput,
228
+ DeleteUserCustomPermissionCommandOutput,
229
+ } from "../commands/DeleteUserCustomPermissionCommand";
206
230
  import {
207
231
  DeleteVPCConnectionCommandInput,
208
232
  DeleteVPCConnectionCommandOutput,
@@ -239,6 +263,22 @@ import {
239
263
  DescribeAssetBundleImportJobCommandInput,
240
264
  DescribeAssetBundleImportJobCommandOutput,
241
265
  } from "../commands/DescribeAssetBundleImportJobCommand";
266
+ import {
267
+ DescribeBrandAssignmentCommandInput,
268
+ DescribeBrandAssignmentCommandOutput,
269
+ } from "../commands/DescribeBrandAssignmentCommand";
270
+ import {
271
+ DescribeBrandCommandInput,
272
+ DescribeBrandCommandOutput,
273
+ } from "../commands/DescribeBrandCommand";
274
+ import {
275
+ DescribeBrandPublishedVersionCommandInput,
276
+ DescribeBrandPublishedVersionCommandOutput,
277
+ } from "../commands/DescribeBrandPublishedVersionCommand";
278
+ import {
279
+ DescribeCustomPermissionsCommandInput,
280
+ DescribeCustomPermissionsCommandOutput,
281
+ } from "../commands/DescribeCustomPermissionsCommand";
242
282
  import {
243
283
  DescribeDashboardCommandInput,
244
284
  DescribeDashboardCommandOutput,
@@ -411,6 +451,14 @@ import {
411
451
  ListAssetBundleImportJobsCommandInput,
412
452
  ListAssetBundleImportJobsCommandOutput,
413
453
  } from "../commands/ListAssetBundleImportJobsCommand";
454
+ import {
455
+ ListBrandsCommandInput,
456
+ ListBrandsCommandOutput,
457
+ } from "../commands/ListBrandsCommand";
458
+ import {
459
+ ListCustomPermissionsCommandInput,
460
+ ListCustomPermissionsCommandOutput,
461
+ } from "../commands/ListCustomPermissionsCommand";
414
462
  import {
415
463
  ListDashboardsCommandInput,
416
464
  ListDashboardsCommandOutput,
@@ -603,6 +651,22 @@ import {
603
651
  UpdateAnalysisPermissionsCommandInput,
604
652
  UpdateAnalysisPermissionsCommandOutput,
605
653
  } from "../commands/UpdateAnalysisPermissionsCommand";
654
+ import {
655
+ UpdateBrandAssignmentCommandInput,
656
+ UpdateBrandAssignmentCommandOutput,
657
+ } from "../commands/UpdateBrandAssignmentCommand";
658
+ import {
659
+ UpdateBrandCommandInput,
660
+ UpdateBrandCommandOutput,
661
+ } from "../commands/UpdateBrandCommand";
662
+ import {
663
+ UpdateBrandPublishedVersionCommandInput,
664
+ UpdateBrandPublishedVersionCommandOutput,
665
+ } from "../commands/UpdateBrandPublishedVersionCommand";
666
+ import {
667
+ UpdateCustomPermissionsCommandInput,
668
+ UpdateCustomPermissionsCommandOutput,
669
+ } from "../commands/UpdateCustomPermissionsCommand";
606
670
  import {
607
671
  UpdateDashboardCommandInput,
608
672
  UpdateDashboardCommandOutput,
@@ -723,6 +787,10 @@ import {
723
787
  UpdateUserCommandInput,
724
788
  UpdateUserCommandOutput,
725
789
  } from "../commands/UpdateUserCommand";
790
+ import {
791
+ UpdateUserCustomPermissionCommandInput,
792
+ UpdateUserCustomPermissionCommandOutput,
793
+ } from "../commands/UpdateUserCustomPermissionCommand";
726
794
  import {
727
795
  UpdateVPCConnectionCommandInput,
728
796
  UpdateVPCConnectionCommandOutput,
@@ -751,6 +819,14 @@ export declare const se_CreateAnalysisCommand: (
751
819
  input: CreateAnalysisCommandInput,
752
820
  context: __SerdeContext
753
821
  ) => Promise<__HttpRequest>;
822
+ export declare const se_CreateBrandCommand: (
823
+ input: CreateBrandCommandInput,
824
+ context: __SerdeContext
825
+ ) => Promise<__HttpRequest>;
826
+ export declare const se_CreateCustomPermissionsCommand: (
827
+ input: CreateCustomPermissionsCommandInput,
828
+ context: __SerdeContext
829
+ ) => Promise<__HttpRequest>;
754
830
  export declare const se_CreateDashboardCommand: (
755
831
  input: CreateDashboardCommandInput,
756
832
  context: __SerdeContext
@@ -839,6 +915,18 @@ export declare const se_DeleteAnalysisCommand: (
839
915
  input: DeleteAnalysisCommandInput,
840
916
  context: __SerdeContext
841
917
  ) => Promise<__HttpRequest>;
918
+ export declare const se_DeleteBrandCommand: (
919
+ input: DeleteBrandCommandInput,
920
+ context: __SerdeContext
921
+ ) => Promise<__HttpRequest>;
922
+ export declare const se_DeleteBrandAssignmentCommand: (
923
+ input: DeleteBrandAssignmentCommandInput,
924
+ context: __SerdeContext
925
+ ) => Promise<__HttpRequest>;
926
+ export declare const se_DeleteCustomPermissionsCommand: (
927
+ input: DeleteCustomPermissionsCommandInput,
928
+ context: __SerdeContext
929
+ ) => Promise<__HttpRequest>;
842
930
  export declare const se_DeleteDashboardCommand: (
843
931
  input: DeleteDashboardCommandInput,
844
932
  context: __SerdeContext
@@ -927,6 +1015,10 @@ export declare const se_DeleteUserByPrincipalIdCommand: (
927
1015
  input: DeleteUserByPrincipalIdCommandInput,
928
1016
  context: __SerdeContext
929
1017
  ) => Promise<__HttpRequest>;
1018
+ export declare const se_DeleteUserCustomPermissionCommand: (
1019
+ input: DeleteUserCustomPermissionCommandInput,
1020
+ context: __SerdeContext
1021
+ ) => Promise<__HttpRequest>;
930
1022
  export declare const se_DeleteVPCConnectionCommand: (
931
1023
  input: DeleteVPCConnectionCommandInput,
932
1024
  context: __SerdeContext
@@ -963,6 +1055,22 @@ export declare const se_DescribeAssetBundleImportJobCommand: (
963
1055
  input: DescribeAssetBundleImportJobCommandInput,
964
1056
  context: __SerdeContext
965
1057
  ) => Promise<__HttpRequest>;
1058
+ export declare const se_DescribeBrandCommand: (
1059
+ input: DescribeBrandCommandInput,
1060
+ context: __SerdeContext
1061
+ ) => Promise<__HttpRequest>;
1062
+ export declare const se_DescribeBrandAssignmentCommand: (
1063
+ input: DescribeBrandAssignmentCommandInput,
1064
+ context: __SerdeContext
1065
+ ) => Promise<__HttpRequest>;
1066
+ export declare const se_DescribeBrandPublishedVersionCommand: (
1067
+ input: DescribeBrandPublishedVersionCommandInput,
1068
+ context: __SerdeContext
1069
+ ) => Promise<__HttpRequest>;
1070
+ export declare const se_DescribeCustomPermissionsCommand: (
1071
+ input: DescribeCustomPermissionsCommandInput,
1072
+ context: __SerdeContext
1073
+ ) => Promise<__HttpRequest>;
966
1074
  export declare const se_DescribeDashboardCommand: (
967
1075
  input: DescribeDashboardCommandInput,
968
1076
  context: __SerdeContext
@@ -1135,6 +1243,14 @@ export declare const se_ListAssetBundleImportJobsCommand: (
1135
1243
  input: ListAssetBundleImportJobsCommandInput,
1136
1244
  context: __SerdeContext
1137
1245
  ) => Promise<__HttpRequest>;
1246
+ export declare const se_ListBrandsCommand: (
1247
+ input: ListBrandsCommandInput,
1248
+ context: __SerdeContext
1249
+ ) => Promise<__HttpRequest>;
1250
+ export declare const se_ListCustomPermissionsCommand: (
1251
+ input: ListCustomPermissionsCommandInput,
1252
+ context: __SerdeContext
1253
+ ) => Promise<__HttpRequest>;
1138
1254
  export declare const se_ListDashboardsCommand: (
1139
1255
  input: ListDashboardsCommandInput,
1140
1256
  context: __SerdeContext
@@ -1327,6 +1443,22 @@ export declare const se_UpdateAnalysisPermissionsCommand: (
1327
1443
  input: UpdateAnalysisPermissionsCommandInput,
1328
1444
  context: __SerdeContext
1329
1445
  ) => Promise<__HttpRequest>;
1446
+ export declare const se_UpdateBrandCommand: (
1447
+ input: UpdateBrandCommandInput,
1448
+ context: __SerdeContext
1449
+ ) => Promise<__HttpRequest>;
1450
+ export declare const se_UpdateBrandAssignmentCommand: (
1451
+ input: UpdateBrandAssignmentCommandInput,
1452
+ context: __SerdeContext
1453
+ ) => Promise<__HttpRequest>;
1454
+ export declare const se_UpdateBrandPublishedVersionCommand: (
1455
+ input: UpdateBrandPublishedVersionCommandInput,
1456
+ context: __SerdeContext
1457
+ ) => Promise<__HttpRequest>;
1458
+ export declare const se_UpdateCustomPermissionsCommand: (
1459
+ input: UpdateCustomPermissionsCommandInput,
1460
+ context: __SerdeContext
1461
+ ) => Promise<__HttpRequest>;
1330
1462
  export declare const se_UpdateDashboardCommand: (
1331
1463
  input: UpdateDashboardCommandInput,
1332
1464
  context: __SerdeContext
@@ -1447,6 +1579,10 @@ export declare const se_UpdateUserCommand: (
1447
1579
  input: UpdateUserCommandInput,
1448
1580
  context: __SerdeContext
1449
1581
  ) => Promise<__HttpRequest>;
1582
+ export declare const se_UpdateUserCustomPermissionCommand: (
1583
+ input: UpdateUserCustomPermissionCommandInput,
1584
+ context: __SerdeContext
1585
+ ) => Promise<__HttpRequest>;
1450
1586
  export declare const se_UpdateVPCConnectionCommand: (
1451
1587
  input: UpdateVPCConnectionCommandInput,
1452
1588
  context: __SerdeContext
@@ -1475,6 +1611,14 @@ export declare const de_CreateAnalysisCommand: (
1475
1611
  output: __HttpResponse,
1476
1612
  context: __SerdeContext
1477
1613
  ) => Promise<CreateAnalysisCommandOutput>;
1614
+ export declare const de_CreateBrandCommand: (
1615
+ output: __HttpResponse,
1616
+ context: __SerdeContext
1617
+ ) => Promise<CreateBrandCommandOutput>;
1618
+ export declare const de_CreateCustomPermissionsCommand: (
1619
+ output: __HttpResponse,
1620
+ context: __SerdeContext
1621
+ ) => Promise<CreateCustomPermissionsCommandOutput>;
1478
1622
  export declare const de_CreateDashboardCommand: (
1479
1623
  output: __HttpResponse,
1480
1624
  context: __SerdeContext
@@ -1563,6 +1707,18 @@ export declare const de_DeleteAnalysisCommand: (
1563
1707
  output: __HttpResponse,
1564
1708
  context: __SerdeContext
1565
1709
  ) => Promise<DeleteAnalysisCommandOutput>;
1710
+ export declare const de_DeleteBrandCommand: (
1711
+ output: __HttpResponse,
1712
+ context: __SerdeContext
1713
+ ) => Promise<DeleteBrandCommandOutput>;
1714
+ export declare const de_DeleteBrandAssignmentCommand: (
1715
+ output: __HttpResponse,
1716
+ context: __SerdeContext
1717
+ ) => Promise<DeleteBrandAssignmentCommandOutput>;
1718
+ export declare const de_DeleteCustomPermissionsCommand: (
1719
+ output: __HttpResponse,
1720
+ context: __SerdeContext
1721
+ ) => Promise<DeleteCustomPermissionsCommandOutput>;
1566
1722
  export declare const de_DeleteDashboardCommand: (
1567
1723
  output: __HttpResponse,
1568
1724
  context: __SerdeContext
@@ -1651,6 +1807,10 @@ export declare const de_DeleteUserByPrincipalIdCommand: (
1651
1807
  output: __HttpResponse,
1652
1808
  context: __SerdeContext
1653
1809
  ) => Promise<DeleteUserByPrincipalIdCommandOutput>;
1810
+ export declare const de_DeleteUserCustomPermissionCommand: (
1811
+ output: __HttpResponse,
1812
+ context: __SerdeContext
1813
+ ) => Promise<DeleteUserCustomPermissionCommandOutput>;
1654
1814
  export declare const de_DeleteVPCConnectionCommand: (
1655
1815
  output: __HttpResponse,
1656
1816
  context: __SerdeContext
@@ -1687,6 +1847,22 @@ export declare const de_DescribeAssetBundleImportJobCommand: (
1687
1847
  output: __HttpResponse,
1688
1848
  context: __SerdeContext
1689
1849
  ) => Promise<DescribeAssetBundleImportJobCommandOutput>;
1850
+ export declare const de_DescribeBrandCommand: (
1851
+ output: __HttpResponse,
1852
+ context: __SerdeContext
1853
+ ) => Promise<DescribeBrandCommandOutput>;
1854
+ export declare const de_DescribeBrandAssignmentCommand: (
1855
+ output: __HttpResponse,
1856
+ context: __SerdeContext
1857
+ ) => Promise<DescribeBrandAssignmentCommandOutput>;
1858
+ export declare const de_DescribeBrandPublishedVersionCommand: (
1859
+ output: __HttpResponse,
1860
+ context: __SerdeContext
1861
+ ) => Promise<DescribeBrandPublishedVersionCommandOutput>;
1862
+ export declare const de_DescribeCustomPermissionsCommand: (
1863
+ output: __HttpResponse,
1864
+ context: __SerdeContext
1865
+ ) => Promise<DescribeCustomPermissionsCommandOutput>;
1690
1866
  export declare const de_DescribeDashboardCommand: (
1691
1867
  output: __HttpResponse,
1692
1868
  context: __SerdeContext
@@ -1859,6 +2035,14 @@ export declare const de_ListAssetBundleImportJobsCommand: (
1859
2035
  output: __HttpResponse,
1860
2036
  context: __SerdeContext
1861
2037
  ) => Promise<ListAssetBundleImportJobsCommandOutput>;
2038
+ export declare const de_ListBrandsCommand: (
2039
+ output: __HttpResponse,
2040
+ context: __SerdeContext
2041
+ ) => Promise<ListBrandsCommandOutput>;
2042
+ export declare const de_ListCustomPermissionsCommand: (
2043
+ output: __HttpResponse,
2044
+ context: __SerdeContext
2045
+ ) => Promise<ListCustomPermissionsCommandOutput>;
1862
2046
  export declare const de_ListDashboardsCommand: (
1863
2047
  output: __HttpResponse,
1864
2048
  context: __SerdeContext
@@ -2051,6 +2235,22 @@ export declare const de_UpdateAnalysisPermissionsCommand: (
2051
2235
  output: __HttpResponse,
2052
2236
  context: __SerdeContext
2053
2237
  ) => Promise<UpdateAnalysisPermissionsCommandOutput>;
2238
+ export declare const de_UpdateBrandCommand: (
2239
+ output: __HttpResponse,
2240
+ context: __SerdeContext
2241
+ ) => Promise<UpdateBrandCommandOutput>;
2242
+ export declare const de_UpdateBrandAssignmentCommand: (
2243
+ output: __HttpResponse,
2244
+ context: __SerdeContext
2245
+ ) => Promise<UpdateBrandAssignmentCommandOutput>;
2246
+ export declare const de_UpdateBrandPublishedVersionCommand: (
2247
+ output: __HttpResponse,
2248
+ context: __SerdeContext
2249
+ ) => Promise<UpdateBrandPublishedVersionCommandOutput>;
2250
+ export declare const de_UpdateCustomPermissionsCommand: (
2251
+ output: __HttpResponse,
2252
+ context: __SerdeContext
2253
+ ) => Promise<UpdateCustomPermissionsCommandOutput>;
2054
2254
  export declare const de_UpdateDashboardCommand: (
2055
2255
  output: __HttpResponse,
2056
2256
  context: __SerdeContext
@@ -2171,6 +2371,10 @@ export declare const de_UpdateUserCommand: (
2171
2371
  output: __HttpResponse,
2172
2372
  context: __SerdeContext
2173
2373
  ) => Promise<UpdateUserCommandOutput>;
2374
+ export declare const de_UpdateUserCustomPermissionCommand: (
2375
+ output: __HttpResponse,
2376
+ context: __SerdeContext
2377
+ ) => Promise<UpdateUserCustomPermissionCommandOutput>;
2174
2378
  export declare const de_UpdateVPCConnectionCommand: (
2175
2379
  output: __HttpResponse,
2176
2380
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.691.0",
4
+ "version": "3.692.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-quicksight",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.691.0",
24
- "@aws-sdk/client-sts": "3.691.0",
25
- "@aws-sdk/core": "3.691.0",
26
- "@aws-sdk/credential-provider-node": "3.691.0",
27
- "@aws-sdk/middleware-host-header": "3.686.0",
28
- "@aws-sdk/middleware-logger": "3.686.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.686.0",
30
- "@aws-sdk/middleware-user-agent": "3.691.0",
31
- "@aws-sdk/region-config-resolver": "3.686.0",
32
- "@aws-sdk/types": "3.686.0",
33
- "@aws-sdk/util-endpoints": "3.686.0",
34
- "@aws-sdk/util-user-agent-browser": "3.686.0",
35
- "@aws-sdk/util-user-agent-node": "3.691.0",
36
- "@smithy/config-resolver": "^3.0.10",
37
- "@smithy/core": "^2.5.1",
38
- "@smithy/fetch-http-handler": "^4.0.0",
39
- "@smithy/hash-node": "^3.0.8",
40
- "@smithy/invalid-dependency": "^3.0.8",
41
- "@smithy/middleware-content-length": "^3.0.10",
42
- "@smithy/middleware-endpoint": "^3.2.1",
43
- "@smithy/middleware-retry": "^3.0.25",
44
- "@smithy/middleware-serde": "^3.0.8",
45
- "@smithy/middleware-stack": "^3.0.8",
46
- "@smithy/node-config-provider": "^3.1.9",
47
- "@smithy/node-http-handler": "^3.2.5",
48
- "@smithy/protocol-http": "^4.1.5",
49
- "@smithy/smithy-client": "^3.4.2",
50
- "@smithy/types": "^3.6.0",
51
- "@smithy/url-parser": "^3.0.8",
23
+ "@aws-sdk/client-sso-oidc": "3.692.0",
24
+ "@aws-sdk/client-sts": "3.692.0",
25
+ "@aws-sdk/core": "3.692.0",
26
+ "@aws-sdk/credential-provider-node": "3.692.0",
27
+ "@aws-sdk/middleware-host-header": "3.692.0",
28
+ "@aws-sdk/middleware-logger": "3.692.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.692.0",
30
+ "@aws-sdk/middleware-user-agent": "3.692.0",
31
+ "@aws-sdk/region-config-resolver": "3.692.0",
32
+ "@aws-sdk/types": "3.692.0",
33
+ "@aws-sdk/util-endpoints": "3.692.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.692.0",
35
+ "@aws-sdk/util-user-agent-node": "3.692.0",
36
+ "@smithy/config-resolver": "^3.0.11",
37
+ "@smithy/core": "^2.5.2",
38
+ "@smithy/fetch-http-handler": "^4.1.0",
39
+ "@smithy/hash-node": "^3.0.9",
40
+ "@smithy/invalid-dependency": "^3.0.9",
41
+ "@smithy/middleware-content-length": "^3.0.11",
42
+ "@smithy/middleware-endpoint": "^3.2.2",
43
+ "@smithy/middleware-retry": "^3.0.26",
44
+ "@smithy/middleware-serde": "^3.0.9",
45
+ "@smithy/middleware-stack": "^3.0.9",
46
+ "@smithy/node-config-provider": "^3.1.10",
47
+ "@smithy/node-http-handler": "^3.3.0",
48
+ "@smithy/protocol-http": "^4.1.6",
49
+ "@smithy/smithy-client": "^3.4.3",
50
+ "@smithy/types": "^3.7.0",
51
+ "@smithy/url-parser": "^3.0.9",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.25",
56
- "@smithy/util-defaults-mode-node": "^3.0.25",
57
- "@smithy/util-endpoints": "^2.1.4",
58
- "@smithy/util-middleware": "^3.0.8",
59
- "@smithy/util-retry": "^3.0.8",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.26",
56
+ "@smithy/util-defaults-mode-node": "^3.0.26",
57
+ "@smithy/util-endpoints": "^2.1.5",
58
+ "@smithy/util-middleware": "^3.0.9",
59
+ "@smithy/util-retry": "^3.0.9",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },