@aws-sdk/client-quicksight 3.691.0 → 3.693.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
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListBrandsCommandInput, ListBrandsCommandOutput } from "../commands/ListBrandsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListBrands: (config: QuickSightPaginationConfiguration, input: ListBrandsCommandInput, ...rest: any[]) => Paginator<ListBrandsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListCustomPermissionsCommandInput, ListCustomPermissionsCommandOutput } from "../commands/ListCustomPermissionsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCustomPermissions: (config: QuickSightPaginationConfiguration, input: ListCustomPermissionsCommandInput, ...rest: any[]) => Paginator<ListCustomPermissionsCommandOutput>;
@@ -4,6 +4,8 @@ export * from "./Interfaces";
4
4
  export * from "./ListAnalysesPaginator";
5
5
  export * from "./ListAssetBundleExportJobsPaginator";
6
6
  export * from "./ListAssetBundleImportJobsPaginator";
7
+ export * from "./ListBrandsPaginator";
8
+ export * from "./ListCustomPermissionsPaginator";
7
9
  export * from "./ListDashboardVersionsPaginator";
8
10
  export * from "./ListDashboardsPaginator";
9
11
  export * from "./ListDataSetsPaginator";
@@ -6,6 +6,8 @@ import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "../co
6
6
  import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "../commands/CreateAccountCustomizationCommand";
7
7
  import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "../commands/CreateAccountSubscriptionCommand";
8
8
  import { CreateAnalysisCommandInput, CreateAnalysisCommandOutput } from "../commands/CreateAnalysisCommand";
9
+ import { CreateBrandCommandInput, CreateBrandCommandOutput } from "../commands/CreateBrandCommand";
10
+ import { CreateCustomPermissionsCommandInput, CreateCustomPermissionsCommandOutput } from "../commands/CreateCustomPermissionsCommand";
9
11
  import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "../commands/CreateDashboardCommand";
10
12
  import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "../commands/CreateDataSetCommand";
11
13
  import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
@@ -28,6 +30,9 @@ import { CreateVPCConnectionCommandInput, CreateVPCConnectionCommandOutput } fro
28
30
  import { DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput } from "../commands/DeleteAccountCustomizationCommand";
29
31
  import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "../commands/DeleteAccountSubscriptionCommand";
30
32
  import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "../commands/DeleteAnalysisCommand";
33
+ import { DeleteBrandAssignmentCommandInput, DeleteBrandAssignmentCommandOutput } from "../commands/DeleteBrandAssignmentCommand";
34
+ import { DeleteBrandCommandInput, DeleteBrandCommandOutput } from "../commands/DeleteBrandCommand";
35
+ import { DeleteCustomPermissionsCommandInput, DeleteCustomPermissionsCommandOutput } from "../commands/DeleteCustomPermissionsCommand";
31
36
  import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../commands/DeleteDashboardCommand";
32
37
  import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "../commands/DeleteDataSetCommand";
33
38
  import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "../commands/DeleteDataSetRefreshPropertiesCommand";
@@ -50,6 +55,7 @@ import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "../commands/D
50
55
  import { DeleteTopicRefreshScheduleCommandInput, DeleteTopicRefreshScheduleCommandOutput } from "../commands/DeleteTopicRefreshScheduleCommand";
51
56
  import { DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput } from "../commands/DeleteUserByPrincipalIdCommand";
52
57
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
58
+ import { DeleteUserCustomPermissionCommandInput, DeleteUserCustomPermissionCommandOutput } from "../commands/DeleteUserCustomPermissionCommand";
53
59
  import { DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput } from "../commands/DeleteVPCConnectionCommand";
54
60
  import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "../commands/DescribeAccountCustomizationCommand";
55
61
  import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
@@ -59,6 +65,10 @@ import { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionComma
59
65
  import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "../commands/DescribeAnalysisPermissionsCommand";
60
66
  import { DescribeAssetBundleExportJobCommandInput, DescribeAssetBundleExportJobCommandOutput } from "../commands/DescribeAssetBundleExportJobCommand";
61
67
  import { DescribeAssetBundleImportJobCommandInput, DescribeAssetBundleImportJobCommandOutput } from "../commands/DescribeAssetBundleImportJobCommand";
68
+ import { DescribeBrandAssignmentCommandInput, DescribeBrandAssignmentCommandOutput } from "../commands/DescribeBrandAssignmentCommand";
69
+ import { DescribeBrandCommandInput, DescribeBrandCommandOutput } from "../commands/DescribeBrandCommand";
70
+ import { DescribeBrandPublishedVersionCommandInput, DescribeBrandPublishedVersionCommandOutput } from "../commands/DescribeBrandPublishedVersionCommand";
71
+ import { DescribeCustomPermissionsCommandInput, DescribeCustomPermissionsCommandOutput } from "../commands/DescribeCustomPermissionsCommand";
62
72
  import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "../commands/DescribeDashboardCommand";
63
73
  import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput } from "../commands/DescribeDashboardDefinitionCommand";
64
74
  import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "../commands/DescribeDashboardPermissionsCommand";
@@ -102,6 +112,8 @@ import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from
102
112
  import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "../commands/ListAnalysesCommand";
103
113
  import { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "../commands/ListAssetBundleExportJobsCommand";
104
114
  import { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "../commands/ListAssetBundleImportJobsCommand";
115
+ import { ListBrandsCommandInput, ListBrandsCommandOutput } from "../commands/ListBrandsCommand";
116
+ import { ListCustomPermissionsCommandInput, ListCustomPermissionsCommandOutput } from "../commands/ListCustomPermissionsCommand";
105
117
  import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
106
118
  import { ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput } from "../commands/ListDashboardVersionsCommand";
107
119
  import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
@@ -150,6 +162,10 @@ import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationComma
150
162
  import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
151
163
  import { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "../commands/UpdateAnalysisCommand";
152
164
  import { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "../commands/UpdateAnalysisPermissionsCommand";
165
+ import { UpdateBrandAssignmentCommandInput, UpdateBrandAssignmentCommandOutput } from "../commands/UpdateBrandAssignmentCommand";
166
+ import { UpdateBrandCommandInput, UpdateBrandCommandOutput } from "../commands/UpdateBrandCommand";
167
+ import { UpdateBrandPublishedVersionCommandInput, UpdateBrandPublishedVersionCommandOutput } from "../commands/UpdateBrandPublishedVersionCommand";
168
+ import { UpdateCustomPermissionsCommandInput, UpdateCustomPermissionsCommandOutput } from "../commands/UpdateCustomPermissionsCommand";
153
169
  import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "../commands/UpdateDashboardCommand";
154
170
  import { UpdateDashboardLinksCommandInput, UpdateDashboardLinksCommandOutput } from "../commands/UpdateDashboardLinksCommand";
155
171
  import { UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput } from "../commands/UpdateDashboardPermissionsCommand";
@@ -180,6 +196,7 @@ import { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "../commands/U
180
196
  import { UpdateTopicPermissionsCommandInput, UpdateTopicPermissionsCommandOutput } from "../commands/UpdateTopicPermissionsCommand";
181
197
  import { UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput } from "../commands/UpdateTopicRefreshScheduleCommand";
182
198
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
199
+ import { UpdateUserCustomPermissionCommandInput, UpdateUserCustomPermissionCommandOutput } from "../commands/UpdateUserCustomPermissionCommand";
183
200
  import { UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput } from "../commands/UpdateVPCConnectionCommand";
184
201
  /**
185
202
  * serializeAws_restJson1BatchCreateTopicReviewedAnswerCommand
@@ -205,6 +222,14 @@ export declare const se_CreateAccountSubscriptionCommand: (input: CreateAccountS
205
222
  * serializeAws_restJson1CreateAnalysisCommand
206
223
  */
207
224
  export declare const se_CreateAnalysisCommand: (input: CreateAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
+ /**
226
+ * serializeAws_restJson1CreateBrandCommand
227
+ */
228
+ export declare const se_CreateBrandCommand: (input: CreateBrandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
+ /**
230
+ * serializeAws_restJson1CreateCustomPermissionsCommand
231
+ */
232
+ export declare const se_CreateCustomPermissionsCommand: (input: CreateCustomPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
233
  /**
209
234
  * serializeAws_restJson1CreateDashboardCommand
210
235
  */
@@ -293,6 +318,18 @@ export declare const se_DeleteAccountSubscriptionCommand: (input: DeleteAccountS
293
318
  * serializeAws_restJson1DeleteAnalysisCommand
294
319
  */
295
320
  export declare const se_DeleteAnalysisCommand: (input: DeleteAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
321
+ /**
322
+ * serializeAws_restJson1DeleteBrandCommand
323
+ */
324
+ export declare const se_DeleteBrandCommand: (input: DeleteBrandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
325
+ /**
326
+ * serializeAws_restJson1DeleteBrandAssignmentCommand
327
+ */
328
+ export declare const se_DeleteBrandAssignmentCommand: (input: DeleteBrandAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
329
+ /**
330
+ * serializeAws_restJson1DeleteCustomPermissionsCommand
331
+ */
332
+ export declare const se_DeleteCustomPermissionsCommand: (input: DeleteCustomPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
333
  /**
297
334
  * serializeAws_restJson1DeleteDashboardCommand
298
335
  */
@@ -381,6 +418,10 @@ export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, conte
381
418
  * serializeAws_restJson1DeleteUserByPrincipalIdCommand
382
419
  */
383
420
  export declare const se_DeleteUserByPrincipalIdCommand: (input: DeleteUserByPrincipalIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
421
+ /**
422
+ * serializeAws_restJson1DeleteUserCustomPermissionCommand
423
+ */
424
+ export declare const se_DeleteUserCustomPermissionCommand: (input: DeleteUserCustomPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
384
425
  /**
385
426
  * serializeAws_restJson1DeleteVPCConnectionCommand
386
427
  */
@@ -417,6 +458,22 @@ export declare const se_DescribeAssetBundleExportJobCommand: (input: DescribeAss
417
458
  * serializeAws_restJson1DescribeAssetBundleImportJobCommand
418
459
  */
419
460
  export declare const se_DescribeAssetBundleImportJobCommand: (input: DescribeAssetBundleImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
461
+ /**
462
+ * serializeAws_restJson1DescribeBrandCommand
463
+ */
464
+ export declare const se_DescribeBrandCommand: (input: DescribeBrandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
465
+ /**
466
+ * serializeAws_restJson1DescribeBrandAssignmentCommand
467
+ */
468
+ export declare const se_DescribeBrandAssignmentCommand: (input: DescribeBrandAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
469
+ /**
470
+ * serializeAws_restJson1DescribeBrandPublishedVersionCommand
471
+ */
472
+ export declare const se_DescribeBrandPublishedVersionCommand: (input: DescribeBrandPublishedVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
473
+ /**
474
+ * serializeAws_restJson1DescribeCustomPermissionsCommand
475
+ */
476
+ export declare const se_DescribeCustomPermissionsCommand: (input: DescribeCustomPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
420
477
  /**
421
478
  * serializeAws_restJson1DescribeDashboardCommand
422
479
  */
@@ -589,6 +646,14 @@ export declare const se_ListAssetBundleExportJobsCommand: (input: ListAssetBundl
589
646
  * serializeAws_restJson1ListAssetBundleImportJobsCommand
590
647
  */
591
648
  export declare const se_ListAssetBundleImportJobsCommand: (input: ListAssetBundleImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
649
+ /**
650
+ * serializeAws_restJson1ListBrandsCommand
651
+ */
652
+ export declare const se_ListBrandsCommand: (input: ListBrandsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
653
+ /**
654
+ * serializeAws_restJson1ListCustomPermissionsCommand
655
+ */
656
+ export declare const se_ListCustomPermissionsCommand: (input: ListCustomPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
592
657
  /**
593
658
  * serializeAws_restJson1ListDashboardsCommand
594
659
  */
@@ -781,6 +846,22 @@ export declare const se_UpdateAnalysisCommand: (input: UpdateAnalysisCommandInpu
781
846
  * serializeAws_restJson1UpdateAnalysisPermissionsCommand
782
847
  */
783
848
  export declare const se_UpdateAnalysisPermissionsCommand: (input: UpdateAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
849
+ /**
850
+ * serializeAws_restJson1UpdateBrandCommand
851
+ */
852
+ export declare const se_UpdateBrandCommand: (input: UpdateBrandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
853
+ /**
854
+ * serializeAws_restJson1UpdateBrandAssignmentCommand
855
+ */
856
+ export declare const se_UpdateBrandAssignmentCommand: (input: UpdateBrandAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
857
+ /**
858
+ * serializeAws_restJson1UpdateBrandPublishedVersionCommand
859
+ */
860
+ export declare const se_UpdateBrandPublishedVersionCommand: (input: UpdateBrandPublishedVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
861
+ /**
862
+ * serializeAws_restJson1UpdateCustomPermissionsCommand
863
+ */
864
+ export declare const se_UpdateCustomPermissionsCommand: (input: UpdateCustomPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
784
865
  /**
785
866
  * serializeAws_restJson1UpdateDashboardCommand
786
867
  */
@@ -901,6 +982,10 @@ export declare const se_UpdateTopicRefreshScheduleCommand: (input: UpdateTopicRe
901
982
  * serializeAws_restJson1UpdateUserCommand
902
983
  */
903
984
  export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
985
+ /**
986
+ * serializeAws_restJson1UpdateUserCustomPermissionCommand
987
+ */
988
+ export declare const se_UpdateUserCustomPermissionCommand: (input: UpdateUserCustomPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
904
989
  /**
905
990
  * serializeAws_restJson1UpdateVPCConnectionCommand
906
991
  */
@@ -929,6 +1014,14 @@ export declare const de_CreateAccountSubscriptionCommand: (output: __HttpRespons
929
1014
  * deserializeAws_restJson1CreateAnalysisCommand
930
1015
  */
931
1016
  export declare const de_CreateAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnalysisCommandOutput>;
1017
+ /**
1018
+ * deserializeAws_restJson1CreateBrandCommand
1019
+ */
1020
+ export declare const de_CreateBrandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrandCommandOutput>;
1021
+ /**
1022
+ * deserializeAws_restJson1CreateCustomPermissionsCommand
1023
+ */
1024
+ export declare const de_CreateCustomPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomPermissionsCommandOutput>;
932
1025
  /**
933
1026
  * deserializeAws_restJson1CreateDashboardCommand
934
1027
  */
@@ -1017,6 +1110,18 @@ export declare const de_DeleteAccountSubscriptionCommand: (output: __HttpRespons
1017
1110
  * deserializeAws_restJson1DeleteAnalysisCommand
1018
1111
  */
1019
1112
  export declare const de_DeleteAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnalysisCommandOutput>;
1113
+ /**
1114
+ * deserializeAws_restJson1DeleteBrandCommand
1115
+ */
1116
+ export declare const de_DeleteBrandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrandCommandOutput>;
1117
+ /**
1118
+ * deserializeAws_restJson1DeleteBrandAssignmentCommand
1119
+ */
1120
+ export declare const de_DeleteBrandAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrandAssignmentCommandOutput>;
1121
+ /**
1122
+ * deserializeAws_restJson1DeleteCustomPermissionsCommand
1123
+ */
1124
+ export declare const de_DeleteCustomPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomPermissionsCommandOutput>;
1020
1125
  /**
1021
1126
  * deserializeAws_restJson1DeleteDashboardCommand
1022
1127
  */
@@ -1105,6 +1210,10 @@ export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __S
1105
1210
  * deserializeAws_restJson1DeleteUserByPrincipalIdCommand
1106
1211
  */
1107
1212
  export declare const de_DeleteUserByPrincipalIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserByPrincipalIdCommandOutput>;
1213
+ /**
1214
+ * deserializeAws_restJson1DeleteUserCustomPermissionCommand
1215
+ */
1216
+ export declare const de_DeleteUserCustomPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCustomPermissionCommandOutput>;
1108
1217
  /**
1109
1218
  * deserializeAws_restJson1DeleteVPCConnectionCommand
1110
1219
  */
@@ -1141,6 +1250,22 @@ export declare const de_DescribeAssetBundleExportJobCommand: (output: __HttpResp
1141
1250
  * deserializeAws_restJson1DescribeAssetBundleImportJobCommand
1142
1251
  */
1143
1252
  export declare const de_DescribeAssetBundleImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetBundleImportJobCommandOutput>;
1253
+ /**
1254
+ * deserializeAws_restJson1DescribeBrandCommand
1255
+ */
1256
+ export declare const de_DescribeBrandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBrandCommandOutput>;
1257
+ /**
1258
+ * deserializeAws_restJson1DescribeBrandAssignmentCommand
1259
+ */
1260
+ export declare const de_DescribeBrandAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBrandAssignmentCommandOutput>;
1261
+ /**
1262
+ * deserializeAws_restJson1DescribeBrandPublishedVersionCommand
1263
+ */
1264
+ export declare const de_DescribeBrandPublishedVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBrandPublishedVersionCommandOutput>;
1265
+ /**
1266
+ * deserializeAws_restJson1DescribeCustomPermissionsCommand
1267
+ */
1268
+ export declare const de_DescribeCustomPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomPermissionsCommandOutput>;
1144
1269
  /**
1145
1270
  * deserializeAws_restJson1DescribeDashboardCommand
1146
1271
  */
@@ -1313,6 +1438,14 @@ export declare const de_ListAssetBundleExportJobsCommand: (output: __HttpRespons
1313
1438
  * deserializeAws_restJson1ListAssetBundleImportJobsCommand
1314
1439
  */
1315
1440
  export declare const de_ListAssetBundleImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetBundleImportJobsCommandOutput>;
1441
+ /**
1442
+ * deserializeAws_restJson1ListBrandsCommand
1443
+ */
1444
+ export declare const de_ListBrandsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrandsCommandOutput>;
1445
+ /**
1446
+ * deserializeAws_restJson1ListCustomPermissionsCommand
1447
+ */
1448
+ export declare const de_ListCustomPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomPermissionsCommandOutput>;
1316
1449
  /**
1317
1450
  * deserializeAws_restJson1ListDashboardsCommand
1318
1451
  */
@@ -1505,6 +1638,22 @@ export declare const de_UpdateAnalysisCommand: (output: __HttpResponse, context:
1505
1638
  * deserializeAws_restJson1UpdateAnalysisPermissionsCommand
1506
1639
  */
1507
1640
  export declare const de_UpdateAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisPermissionsCommandOutput>;
1641
+ /**
1642
+ * deserializeAws_restJson1UpdateBrandCommand
1643
+ */
1644
+ export declare const de_UpdateBrandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrandCommandOutput>;
1645
+ /**
1646
+ * deserializeAws_restJson1UpdateBrandAssignmentCommand
1647
+ */
1648
+ export declare const de_UpdateBrandAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrandAssignmentCommandOutput>;
1649
+ /**
1650
+ * deserializeAws_restJson1UpdateBrandPublishedVersionCommand
1651
+ */
1652
+ export declare const de_UpdateBrandPublishedVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrandPublishedVersionCommandOutput>;
1653
+ /**
1654
+ * deserializeAws_restJson1UpdateCustomPermissionsCommand
1655
+ */
1656
+ export declare const de_UpdateCustomPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomPermissionsCommandOutput>;
1508
1657
  /**
1509
1658
  * deserializeAws_restJson1UpdateDashboardCommand
1510
1659
  */
@@ -1625,6 +1774,10 @@ export declare const de_UpdateTopicRefreshScheduleCommand: (output: __HttpRespon
1625
1774
  * deserializeAws_restJson1UpdateUserCommand
1626
1775
  */
1627
1776
  export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
1777
+ /**
1778
+ * deserializeAws_restJson1UpdateUserCustomPermissionCommand
1779
+ */
1780
+ export declare const de_UpdateUserCustomPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCustomPermissionCommandOutput>;
1628
1781
  /**
1629
1782
  * deserializeAws_restJson1UpdateVPCConnectionCommand
1630
1783
  */