@aws-sdk/client-quicksight 3.687.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 (121) 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_0.d.ts +525 -525
  68. package/dist-types/models/models_1.d.ts +743 -743
  69. package/dist-types/models/models_2.d.ts +1717 -1782
  70. package/dist-types/models/models_3.d.ts +4176 -4314
  71. package/dist-types/models/models_4.d.ts +2044 -678
  72. package/dist-types/pagination/ListBrandsPaginator.d.ts +7 -0
  73. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/index.d.ts +2 -0
  75. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  76. package/dist-types/ts3.4/QuickSight.d.ts +289 -0
  77. package/dist-types/ts3.4/QuickSightClient.d.ts +102 -0
  78. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +47 -0
  79. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +47 -0
  82. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +4 -2
  104. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +47 -0
  105. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +47 -0
  108. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +565 -525
  113. package/dist-types/ts3.4/models/models_1.d.ts +763 -743
  114. package/dist-types/ts3.4/models/models_2.d.ts +717 -814
  115. package/dist-types/ts3.4/models/models_3.d.ts +1079 -949
  116. package/dist-types/ts3.4/models/models_4.d.ts +1014 -676
  117. package/dist-types/ts3.4/pagination/ListBrandsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/ListCustomPermissionsPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  121. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -73,10 +73,13 @@ __export(src_exports, {
73
73
  BoxPlotFieldWellsFilterSensitiveLog: () => BoxPlotFieldWellsFilterSensitiveLog,
74
74
  BoxPlotFillStyle: () => BoxPlotFillStyle,
75
75
  BoxPlotVisualFilterSensitiveLog: () => BoxPlotVisualFilterSensitiveLog,
76
+ BrandStatus: () => BrandStatus,
77
+ BrandVersionStatus: () => BrandVersionStatus,
76
78
  CalculatedColumnFilterSensitiveLog: () => CalculatedColumnFilterSensitiveLog,
77
79
  CalculatedFieldFilterSensitiveLog: () => CalculatedFieldFilterSensitiveLog,
78
80
  CalculatedMeasureFieldFilterSensitiveLog: () => CalculatedMeasureFieldFilterSensitiveLog,
79
81
  CancelIngestionCommand: () => CancelIngestionCommand,
82
+ CapabilityState: () => CapabilityState,
80
83
  CategoricalAggregationFunction: () => CategoricalAggregationFunction,
81
84
  CategoricalDimensionFieldFilterSensitiveLog: () => CategoricalDimensionFieldFilterSensitiveLog,
82
85
  CategoricalMeasureFieldFilterSensitiveLog: () => CategoricalMeasureFieldFilterSensitiveLog,
@@ -122,7 +125,9 @@ __export(src_exports, {
122
125
  CreateAccountSubscriptionCommand: () => CreateAccountSubscriptionCommand,
123
126
  CreateAnalysisCommand: () => CreateAnalysisCommand,
124
127
  CreateAnalysisRequestFilterSensitiveLog: () => CreateAnalysisRequestFilterSensitiveLog,
128
+ CreateBrandCommand: () => CreateBrandCommand,
125
129
  CreateColumnsOperationFilterSensitiveLog: () => CreateColumnsOperationFilterSensitiveLog,
130
+ CreateCustomPermissionsCommand: () => CreateCustomPermissionsCommand,
126
131
  CreateDashboardCommand: () => CreateDashboardCommand,
127
132
  CreateDashboardRequestFilterSensitiveLog: () => CreateDashboardRequestFilterSensitiveLog,
128
133
  CreateDataSetCommand: () => CreateDataSetCommand,
@@ -201,6 +206,9 @@ __export(src_exports, {
201
206
  DeleteAccountCustomizationCommand: () => DeleteAccountCustomizationCommand,
202
207
  DeleteAccountSubscriptionCommand: () => DeleteAccountSubscriptionCommand,
203
208
  DeleteAnalysisCommand: () => DeleteAnalysisCommand,
209
+ DeleteBrandAssignmentCommand: () => DeleteBrandAssignmentCommand,
210
+ DeleteBrandCommand: () => DeleteBrandCommand,
211
+ DeleteCustomPermissionsCommand: () => DeleteCustomPermissionsCommand,
204
212
  DeleteDashboardCommand: () => DeleteDashboardCommand,
205
213
  DeleteDataSetCommand: () => DeleteDataSetCommand,
206
214
  DeleteDataSetRefreshPropertiesCommand: () => DeleteDataSetRefreshPropertiesCommand,
@@ -223,6 +231,7 @@ __export(src_exports, {
223
231
  DeleteTopicRefreshScheduleCommand: () => DeleteTopicRefreshScheduleCommand,
224
232
  DeleteUserByPrincipalIdCommand: () => DeleteUserByPrincipalIdCommand,
225
233
  DeleteUserCommand: () => DeleteUserCommand,
234
+ DeleteUserCustomPermissionCommand: () => DeleteUserCustomPermissionCommand,
226
235
  DeleteVPCConnectionCommand: () => DeleteVPCConnectionCommand,
227
236
  DescribeAccountCustomizationCommand: () => DescribeAccountCustomizationCommand,
228
237
  DescribeAccountSettingsCommand: () => DescribeAccountSettingsCommand,
@@ -235,6 +244,10 @@ __export(src_exports, {
235
244
  DescribeAssetBundleExportJobResponseFilterSensitiveLog: () => DescribeAssetBundleExportJobResponseFilterSensitiveLog,
236
245
  DescribeAssetBundleImportJobCommand: () => DescribeAssetBundleImportJobCommand,
237
246
  DescribeAssetBundleImportJobResponseFilterSensitiveLog: () => DescribeAssetBundleImportJobResponseFilterSensitiveLog,
247
+ DescribeBrandAssignmentCommand: () => DescribeBrandAssignmentCommand,
248
+ DescribeBrandCommand: () => DescribeBrandCommand,
249
+ DescribeBrandPublishedVersionCommand: () => DescribeBrandPublishedVersionCommand,
250
+ DescribeCustomPermissionsCommand: () => DescribeCustomPermissionsCommand,
238
251
  DescribeDashboardCommand: () => DescribeDashboardCommand,
239
252
  DescribeDashboardDefinitionCommand: () => DescribeDashboardDefinitionCommand,
240
253
  DescribeDashboardDefinitionResponseFilterSensitiveLog: () => DescribeDashboardDefinitionResponseFilterSensitiveLog,
@@ -358,6 +371,7 @@ __export(src_exports, {
358
371
  IdentityStore: () => IdentityStore,
359
372
  IdentityType: () => IdentityType,
360
373
  IdentityTypeNotSupportedException: () => IdentityTypeNotSupportedException,
374
+ ImageSource: () => ImageSource,
361
375
  IncludeFolderMembers: () => IncludeFolderMembers,
362
376
  IngestionErrorType: () => IngestionErrorType,
363
377
  IngestionRequestSource: () => IngestionRequestSource,
@@ -372,6 +386,7 @@ __export(src_exports, {
372
386
  IntegerParameterFilterSensitiveLog: () => IntegerParameterFilterSensitiveLog,
373
387
  IntegerValueWhenUnsetConfigurationFilterSensitiveLog: () => IntegerValueWhenUnsetConfigurationFilterSensitiveLog,
374
388
  InternalFailureException: () => InternalFailureException,
389
+ InternalServerException: () => InternalServerException,
375
390
  InvalidNextTokenException: () => InvalidNextTokenException,
376
391
  InvalidParameterValueException: () => InvalidParameterValueException,
377
392
  InvalidRequestException: () => InvalidRequestException,
@@ -404,6 +419,8 @@ __export(src_exports, {
404
419
  ListAnalysesCommand: () => ListAnalysesCommand,
405
420
  ListAssetBundleExportJobsCommand: () => ListAssetBundleExportJobsCommand,
406
421
  ListAssetBundleImportJobsCommand: () => ListAssetBundleImportJobsCommand,
422
+ ListBrandsCommand: () => ListBrandsCommand,
423
+ ListCustomPermissionsCommand: () => ListCustomPermissionsCommand,
407
424
  ListDashboardVersionsCommand: () => ListDashboardVersionsCommand,
408
425
  ListDashboardsCommand: () => ListDashboardsCommand,
409
426
  ListDataSetsCommand: () => ListDataSetsCommand,
@@ -687,6 +704,10 @@ __export(src_exports, {
687
704
  UpdateAnalysisCommand: () => UpdateAnalysisCommand,
688
705
  UpdateAnalysisPermissionsCommand: () => UpdateAnalysisPermissionsCommand,
689
706
  UpdateAnalysisRequestFilterSensitiveLog: () => UpdateAnalysisRequestFilterSensitiveLog,
707
+ UpdateBrandAssignmentCommand: () => UpdateBrandAssignmentCommand,
708
+ UpdateBrandCommand: () => UpdateBrandCommand,
709
+ UpdateBrandPublishedVersionCommand: () => UpdateBrandPublishedVersionCommand,
710
+ UpdateCustomPermissionsCommand: () => UpdateCustomPermissionsCommand,
690
711
  UpdateDashboardCommand: () => UpdateDashboardCommand,
691
712
  UpdateDashboardLinksCommand: () => UpdateDashboardLinksCommand,
692
713
  UpdateDashboardPermissionsCommand: () => UpdateDashboardPermissionsCommand,
@@ -722,6 +743,7 @@ __export(src_exports, {
722
743
  UpdateTopicRefreshScheduleCommand: () => UpdateTopicRefreshScheduleCommand,
723
744
  UpdateTopicRequestFilterSensitiveLog: () => UpdateTopicRequestFilterSensitiveLog,
724
745
  UpdateUserCommand: () => UpdateUserCommand,
746
+ UpdateUserCustomPermissionCommand: () => UpdateUserCustomPermissionCommand,
725
747
  UpdateVPCConnectionCommand: () => UpdateVPCConnectionCommand,
726
748
  UserRole: () => UserRole,
727
749
  VPCConnectionAvailabilityStatus: () => VPCConnectionAvailabilityStatus,
@@ -757,6 +779,8 @@ __export(src_exports, {
757
779
  paginateListAnalyses: () => paginateListAnalyses,
758
780
  paginateListAssetBundleExportJobs: () => paginateListAssetBundleExportJobs,
759
781
  paginateListAssetBundleImportJobs: () => paginateListAssetBundleImportJobs,
782
+ paginateListBrands: () => paginateListBrands,
783
+ paginateListCustomPermissions: () => paginateListCustomPermissions,
760
784
  paginateListDashboardVersions: () => paginateListDashboardVersions,
761
785
  paginateListDashboards: () => paginateListDashboards,
762
786
  paginateListDataSets: () => paginateListDataSets,
@@ -3027,6 +3051,28 @@ var _ConflictException = class _ConflictException extends QuickSightServiceExcep
3027
3051
  };
3028
3052
  __name(_ConflictException, "ConflictException");
3029
3053
  var ConflictException = _ConflictException;
3054
+ var ImageSource;
3055
+ ((ImageSource3) => {
3056
+ ImageSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
3057
+ if (value.PublicUrl !== void 0)
3058
+ return visitor.PublicUrl(value.PublicUrl);
3059
+ if (value.S3Uri !== void 0)
3060
+ return visitor.S3Uri(value.S3Uri);
3061
+ return visitor._(value.$unknown[0], value.$unknown[1]);
3062
+ }, "visit");
3063
+ })(ImageSource || (ImageSource = {}));
3064
+ var BrandStatus = {
3065
+ CREATE_FAILED: "CREATE_FAILED",
3066
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
3067
+ CREATE_SUCCEEDED: "CREATE_SUCCEEDED",
3068
+ DELETE_FAILED: "DELETE_FAILED",
3069
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"
3070
+ };
3071
+ var BrandVersionStatus = {
3072
+ CREATE_FAILED: "CREATE_FAILED",
3073
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
3074
+ CREATE_SUCCEEDED: "CREATE_SUCCEEDED"
3075
+ };
3030
3076
  var _ResourceExistsException = class _ResourceExistsException extends QuickSightServiceException {
3031
3077
  /**
3032
3078
  * @internal
@@ -3047,6 +3093,9 @@ var _ResourceExistsException = class _ResourceExistsException extends QuickSight
3047
3093
  };
3048
3094
  __name(_ResourceExistsException, "ResourceExistsException");
3049
3095
  var ResourceExistsException = _ResourceExistsException;
3096
+ var CapabilityState = {
3097
+ DENY: "DENY"
3098
+ };
3050
3099
  var ColumnDataType = {
3051
3100
  DATETIME: "DATETIME",
3052
3101
  DECIMAL: "DECIMAL",
@@ -3196,6 +3245,43 @@ var _UnsupportedUserEditionException = class _UnsupportedUserEditionException ex
3196
3245
  };
3197
3246
  __name(_UnsupportedUserEditionException, "UnsupportedUserEditionException");
3198
3247
  var UnsupportedUserEditionException = _UnsupportedUserEditionException;
3248
+ var _InternalServerException = class _InternalServerException extends QuickSightServiceException {
3249
+ /**
3250
+ * @internal
3251
+ */
3252
+ constructor(opts) {
3253
+ super({
3254
+ name: "InternalServerException",
3255
+ $fault: "server",
3256
+ ...opts
3257
+ });
3258
+ this.name = "InternalServerException";
3259
+ this.$fault = "server";
3260
+ Object.setPrototypeOf(this, _InternalServerException.prototype);
3261
+ this.Message = opts.Message;
3262
+ }
3263
+ };
3264
+ __name(_InternalServerException, "InternalServerException");
3265
+ var InternalServerException = _InternalServerException;
3266
+ var _InvalidRequestException = class _InvalidRequestException extends QuickSightServiceException {
3267
+ /**
3268
+ * @internal
3269
+ */
3270
+ constructor(opts) {
3271
+ super({
3272
+ name: "InvalidRequestException",
3273
+ $fault: "client",
3274
+ ...opts
3275
+ });
3276
+ this.name = "InvalidRequestException";
3277
+ this.$fault = "client";
3278
+ Object.setPrototypeOf(this, _InvalidRequestException.prototype);
3279
+ this.Message = opts.Message;
3280
+ this.RequestId = opts.RequestId;
3281
+ }
3282
+ };
3283
+ __name(_InvalidRequestException, "InvalidRequestException");
3284
+ var InvalidRequestException = _InvalidRequestException;
3199
3285
  var DashboardUIState = {
3200
3286
  COLLAPSED: "COLLAPSED",
3201
3287
  EXPANDED: "EXPANDED"
@@ -3204,79 +3290,6 @@ var DatasetParameterValueType = {
3204
3290
  MULTI_VALUED: "MULTI_VALUED",
3205
3291
  SINGLE_VALUED: "SINGLE_VALUED"
3206
3292
  };
3207
- var DataSetImportMode = {
3208
- DIRECT_QUERY: "DIRECT_QUERY",
3209
- SPICE: "SPICE"
3210
- };
3211
- var TransformOperation;
3212
- ((TransformOperation2) => {
3213
- TransformOperation2.visit = /* @__PURE__ */ __name((value, visitor) => {
3214
- if (value.ProjectOperation !== void 0)
3215
- return visitor.ProjectOperation(value.ProjectOperation);
3216
- if (value.FilterOperation !== void 0)
3217
- return visitor.FilterOperation(value.FilterOperation);
3218
- if (value.CreateColumnsOperation !== void 0)
3219
- return visitor.CreateColumnsOperation(value.CreateColumnsOperation);
3220
- if (value.RenameColumnOperation !== void 0)
3221
- return visitor.RenameColumnOperation(value.RenameColumnOperation);
3222
- if (value.CastColumnTypeOperation !== void 0)
3223
- return visitor.CastColumnTypeOperation(value.CastColumnTypeOperation);
3224
- if (value.TagColumnOperation !== void 0)
3225
- return visitor.TagColumnOperation(value.TagColumnOperation);
3226
- if (value.UntagColumnOperation !== void 0)
3227
- return visitor.UntagColumnOperation(value.UntagColumnOperation);
3228
- if (value.OverrideDatasetParameterOperation !== void 0)
3229
- return visitor.OverrideDatasetParameterOperation(value.OverrideDatasetParameterOperation);
3230
- return visitor._(value.$unknown[0], value.$unknown[1]);
3231
- }, "visit");
3232
- })(TransformOperation || (TransformOperation = {}));
3233
- var JoinType = {
3234
- INNER: "INNER",
3235
- LEFT: "LEFT",
3236
- OUTER: "OUTER",
3237
- RIGHT: "RIGHT"
3238
- };
3239
- var InputColumnDataType = {
3240
- BIT: "BIT",
3241
- BOOLEAN: "BOOLEAN",
3242
- DATETIME: "DATETIME",
3243
- DECIMAL: "DECIMAL",
3244
- INTEGER: "INTEGER",
3245
- JSON: "JSON",
3246
- STRING: "STRING"
3247
- };
3248
- var FileFormat = {
3249
- CLF: "CLF",
3250
- CSV: "CSV",
3251
- ELF: "ELF",
3252
- JSON: "JSON",
3253
- TSV: "TSV",
3254
- XLSX: "XLSX"
3255
- };
3256
- var TextQualifier = {
3257
- DOUBLE_QUOTE: "DOUBLE_QUOTE",
3258
- SINGLE_QUOTE: "SINGLE_QUOTE"
3259
- };
3260
- var PhysicalTable;
3261
- ((PhysicalTable5) => {
3262
- PhysicalTable5.visit = /* @__PURE__ */ __name((value, visitor) => {
3263
- if (value.RelationalTable !== void 0)
3264
- return visitor.RelationalTable(value.RelationalTable);
3265
- if (value.CustomSql !== void 0)
3266
- return visitor.CustomSql(value.CustomSql);
3267
- if (value.S3Source !== void 0)
3268
- return visitor.S3Source(value.S3Source);
3269
- return visitor._(value.$unknown[0], value.$unknown[1]);
3270
- }, "visit");
3271
- })(PhysicalTable || (PhysicalTable = {}));
3272
- var RowLevelPermissionFormatVersion = {
3273
- VERSION_1: "VERSION_1",
3274
- VERSION_2: "VERSION_2"
3275
- };
3276
- var RowLevelPermissionPolicy = {
3277
- DENY_ACCESS: "DENY_ACCESS",
3278
- GRANT_ACCESS: "GRANT_ACCESS"
3279
- };
3280
3293
  var TreeMapConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3281
3294
  ...obj,
3282
3295
  ...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }
@@ -3449,43 +3462,82 @@ var CreateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
3449
3462
  ...obj,
3450
3463
  ...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
3451
3464
  }), "CreateDashboardRequestFilterSensitiveLog");
3452
- var FilterOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3453
- ...obj,
3454
- ...obj.ConditionExpression && { ConditionExpression: import_smithy_client.SENSITIVE_STRING }
3455
- }), "FilterOperationFilterSensitiveLog");
3456
- var TagColumnOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3457
- ...obj,
3458
- ...obj.Tags && { Tags: obj.Tags.map((item) => ColumnTagFilterSensitiveLog(item)) }
3459
- }), "TagColumnOperationFilterSensitiveLog");
3460
- var TransformOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
3461
- if (obj.ProjectOperation !== void 0)
3462
- return { ProjectOperation: obj.ProjectOperation };
3463
- if (obj.FilterOperation !== void 0)
3464
- return { FilterOperation: FilterOperationFilterSensitiveLog(obj.FilterOperation) };
3465
- if (obj.CreateColumnsOperation !== void 0)
3466
- return { CreateColumnsOperation: CreateColumnsOperationFilterSensitiveLog(obj.CreateColumnsOperation) };
3467
- if (obj.RenameColumnOperation !== void 0)
3468
- return { RenameColumnOperation: obj.RenameColumnOperation };
3469
- if (obj.CastColumnTypeOperation !== void 0)
3470
- return { CastColumnTypeOperation: obj.CastColumnTypeOperation };
3471
- if (obj.TagColumnOperation !== void 0)
3472
- return { TagColumnOperation: TagColumnOperationFilterSensitiveLog(obj.TagColumnOperation) };
3473
- if (obj.UntagColumnOperation !== void 0)
3474
- return { UntagColumnOperation: obj.UntagColumnOperation };
3475
- if (obj.OverrideDatasetParameterOperation !== void 0)
3476
- return { OverrideDatasetParameterOperation: obj.OverrideDatasetParameterOperation };
3477
- if (obj.$unknown !== void 0)
3478
- return { [obj.$unknown[0]]: "UNKNOWN" };
3479
- }, "TransformOperationFilterSensitiveLog");
3480
- var LogicalTableFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3481
- ...obj,
3482
- ...obj.DataTransforms && {
3483
- DataTransforms: obj.DataTransforms.map((item) => TransformOperationFilterSensitiveLog(item))
3484
- }
3485
- }), "LogicalTableFilterSensitiveLog");
3486
3465
 
3487
3466
  // src/models/models_3.ts
3488
3467
 
3468
+ var DataSetImportMode = {
3469
+ DIRECT_QUERY: "DIRECT_QUERY",
3470
+ SPICE: "SPICE"
3471
+ };
3472
+ var TransformOperation;
3473
+ ((TransformOperation2) => {
3474
+ TransformOperation2.visit = /* @__PURE__ */ __name((value, visitor) => {
3475
+ if (value.ProjectOperation !== void 0)
3476
+ return visitor.ProjectOperation(value.ProjectOperation);
3477
+ if (value.FilterOperation !== void 0)
3478
+ return visitor.FilterOperation(value.FilterOperation);
3479
+ if (value.CreateColumnsOperation !== void 0)
3480
+ return visitor.CreateColumnsOperation(value.CreateColumnsOperation);
3481
+ if (value.RenameColumnOperation !== void 0)
3482
+ return visitor.RenameColumnOperation(value.RenameColumnOperation);
3483
+ if (value.CastColumnTypeOperation !== void 0)
3484
+ return visitor.CastColumnTypeOperation(value.CastColumnTypeOperation);
3485
+ if (value.TagColumnOperation !== void 0)
3486
+ return visitor.TagColumnOperation(value.TagColumnOperation);
3487
+ if (value.UntagColumnOperation !== void 0)
3488
+ return visitor.UntagColumnOperation(value.UntagColumnOperation);
3489
+ if (value.OverrideDatasetParameterOperation !== void 0)
3490
+ return visitor.OverrideDatasetParameterOperation(value.OverrideDatasetParameterOperation);
3491
+ return visitor._(value.$unknown[0], value.$unknown[1]);
3492
+ }, "visit");
3493
+ })(TransformOperation || (TransformOperation = {}));
3494
+ var JoinType = {
3495
+ INNER: "INNER",
3496
+ LEFT: "LEFT",
3497
+ OUTER: "OUTER",
3498
+ RIGHT: "RIGHT"
3499
+ };
3500
+ var InputColumnDataType = {
3501
+ BIT: "BIT",
3502
+ BOOLEAN: "BOOLEAN",
3503
+ DATETIME: "DATETIME",
3504
+ DECIMAL: "DECIMAL",
3505
+ INTEGER: "INTEGER",
3506
+ JSON: "JSON",
3507
+ STRING: "STRING"
3508
+ };
3509
+ var FileFormat = {
3510
+ CLF: "CLF",
3511
+ CSV: "CSV",
3512
+ ELF: "ELF",
3513
+ JSON: "JSON",
3514
+ TSV: "TSV",
3515
+ XLSX: "XLSX"
3516
+ };
3517
+ var TextQualifier = {
3518
+ DOUBLE_QUOTE: "DOUBLE_QUOTE",
3519
+ SINGLE_QUOTE: "SINGLE_QUOTE"
3520
+ };
3521
+ var PhysicalTable;
3522
+ ((PhysicalTable4) => {
3523
+ PhysicalTable4.visit = /* @__PURE__ */ __name((value, visitor) => {
3524
+ if (value.RelationalTable !== void 0)
3525
+ return visitor.RelationalTable(value.RelationalTable);
3526
+ if (value.CustomSql !== void 0)
3527
+ return visitor.CustomSql(value.CustomSql);
3528
+ if (value.S3Source !== void 0)
3529
+ return visitor.S3Source(value.S3Source);
3530
+ return visitor._(value.$unknown[0], value.$unknown[1]);
3531
+ }, "visit");
3532
+ })(PhysicalTable || (PhysicalTable = {}));
3533
+ var RowLevelPermissionFormatVersion = {
3534
+ VERSION_1: "VERSION_1",
3535
+ VERSION_2: "VERSION_2"
3536
+ };
3537
+ var RowLevelPermissionPolicy = {
3538
+ DENY_ACCESS: "DENY_ACCESS",
3539
+ GRANT_ACCESS: "GRANT_ACCESS"
3540
+ };
3489
3541
  var Status = {
3490
3542
  DISABLED: "DISABLED",
3491
3543
  ENABLED: "ENABLED"
@@ -3830,28 +3882,40 @@ var IngestionRequestType = {
3830
3882
  INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
3831
3883
  INITIAL_INGESTION: "INITIAL_INGESTION"
3832
3884
  };
3833
- var NamespaceErrorType = {
3834
- INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
3835
- PERMISSION_DENIED: "PERMISSION_DENIED"
3836
- };
3837
- var PersonalizationMode = {
3838
- DISABLED: "DISABLED",
3839
- ENABLED: "ENABLED"
3840
- };
3841
- var TemplateErrorType = {
3842
- ACCESS_DENIED: "ACCESS_DENIED",
3843
- DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
3844
- INTERNAL_FAILURE: "INTERNAL_FAILURE",
3845
- SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND"
3846
- };
3847
- var ThemeType = {
3848
- ALL: "ALL",
3849
- CUSTOM: "CUSTOM",
3850
- QUICKSIGHT: "QUICKSIGHT"
3851
- };
3852
- var ThemeErrorType = {
3853
- INTERNAL_FAILURE: "INTERNAL_FAILURE"
3854
- };
3885
+ var FilterOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3886
+ ...obj,
3887
+ ...obj.ConditionExpression && { ConditionExpression: import_smithy_client.SENSITIVE_STRING }
3888
+ }), "FilterOperationFilterSensitiveLog");
3889
+ var TagColumnOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3890
+ ...obj,
3891
+ ...obj.Tags && { Tags: obj.Tags.map((item) => ColumnTagFilterSensitiveLog(item)) }
3892
+ }), "TagColumnOperationFilterSensitiveLog");
3893
+ var TransformOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
3894
+ if (obj.ProjectOperation !== void 0)
3895
+ return { ProjectOperation: obj.ProjectOperation };
3896
+ if (obj.FilterOperation !== void 0)
3897
+ return { FilterOperation: FilterOperationFilterSensitiveLog(obj.FilterOperation) };
3898
+ if (obj.CreateColumnsOperation !== void 0)
3899
+ return { CreateColumnsOperation: CreateColumnsOperationFilterSensitiveLog(obj.CreateColumnsOperation) };
3900
+ if (obj.RenameColumnOperation !== void 0)
3901
+ return { RenameColumnOperation: obj.RenameColumnOperation };
3902
+ if (obj.CastColumnTypeOperation !== void 0)
3903
+ return { CastColumnTypeOperation: obj.CastColumnTypeOperation };
3904
+ if (obj.TagColumnOperation !== void 0)
3905
+ return { TagColumnOperation: TagColumnOperationFilterSensitiveLog(obj.TagColumnOperation) };
3906
+ if (obj.UntagColumnOperation !== void 0)
3907
+ return { UntagColumnOperation: obj.UntagColumnOperation };
3908
+ if (obj.OverrideDatasetParameterOperation !== void 0)
3909
+ return { OverrideDatasetParameterOperation: obj.OverrideDatasetParameterOperation };
3910
+ if (obj.$unknown !== void 0)
3911
+ return { [obj.$unknown[0]]: "UNKNOWN" };
3912
+ }, "TransformOperationFilterSensitiveLog");
3913
+ var LogicalTableFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3914
+ ...obj,
3915
+ ...obj.DataTransforms && {
3916
+ DataTransforms: obj.DataTransforms.map((item) => TransformOperationFilterSensitiveLog(item))
3917
+ }
3918
+ }), "LogicalTableFilterSensitiveLog");
3855
3919
  var RowLevelPermissionTagRuleFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3856
3920
  ...obj,
3857
3921
  ...obj.MatchAllValue && { MatchAllValue: import_smithy_client.SENSITIVE_STRING }
@@ -4035,14 +4099,30 @@ var DescribeDataSetResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
4035
4099
  ...obj,
4036
4100
  ...obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }
4037
4101
  }), "DescribeDataSetResponseFilterSensitiveLog");
4038
- var DescribeTemplateDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4039
- ...obj
4040
- }), "DescribeTemplateDefinitionResponseFilterSensitiveLog");
4041
- var DescribeTopicResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4042
- ...obj
4043
- }), "DescribeTopicResponseFilterSensitiveLog");
4044
4102
 
4045
4103
  // src/models/models_4.ts
4104
+ var NamespaceErrorType = {
4105
+ INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
4106
+ PERMISSION_DENIED: "PERMISSION_DENIED"
4107
+ };
4108
+ var PersonalizationMode = {
4109
+ DISABLED: "DISABLED",
4110
+ ENABLED: "ENABLED"
4111
+ };
4112
+ var TemplateErrorType = {
4113
+ ACCESS_DENIED: "ACCESS_DENIED",
4114
+ DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
4115
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
4116
+ SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND"
4117
+ };
4118
+ var ThemeType = {
4119
+ ALL: "ALL",
4120
+ CUSTOM: "CUSTOM",
4121
+ QUICKSIGHT: "QUICKSIGHT"
4122
+ };
4123
+ var ThemeErrorType = {
4124
+ INTERNAL_FAILURE: "INTERNAL_FAILURE"
4125
+ };
4046
4126
  var TopicRefreshStatus = {
4047
4127
  CANCELLED: "CANCELLED",
4048
4128
  COMPLETED: "COMPLETED",
@@ -4192,29 +4272,16 @@ var GroupFilterAttribute = {
4192
4272
  var GroupFilterOperator = {
4193
4273
  StartsWith: "StartsWith"
4194
4274
  };
4195
- var _InvalidRequestException = class _InvalidRequestException extends QuickSightServiceException {
4196
- /**
4197
- * @internal
4198
- */
4199
- constructor(opts) {
4200
- super({
4201
- name: "InvalidRequestException",
4202
- $fault: "client",
4203
- ...opts
4204
- });
4205
- this.name = "InvalidRequestException";
4206
- this.$fault = "client";
4207
- Object.setPrototypeOf(this, _InvalidRequestException.prototype);
4208
- this.Message = opts.Message;
4209
- this.RequestId = opts.RequestId;
4210
- }
4211
- };
4212
- __name(_InvalidRequestException, "InvalidRequestException");
4213
- var InvalidRequestException = _InvalidRequestException;
4214
4275
  var PurchaseMode = {
4215
4276
  AUTO_PURCHASE: "AUTO_PURCHASE",
4216
4277
  MANUAL: "MANUAL"
4217
4278
  };
4279
+ var DescribeTemplateDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4280
+ ...obj
4281
+ }), "DescribeTemplateDefinitionResponseFilterSensitiveLog");
4282
+ var DescribeTopicResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4283
+ ...obj
4284
+ }), "DescribeTopicResponseFilterSensitiveLog");
4218
4285
  var SessionTagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4219
4286
  ...obj,
4220
4287
  ...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
@@ -4444,6 +4511,42 @@ var se_CreateAnalysisCommand = /* @__PURE__ */ __name(async (input, context) =>
4444
4511
  b.m("POST").h(headers).b(body);
4445
4512
  return b.build();
4446
4513
  }, "se_CreateAnalysisCommand");
4514
+ var se_CreateBrandCommand = /* @__PURE__ */ __name(async (input, context) => {
4515
+ const b = (0, import_core.requestBuilder)(input, context);
4516
+ const headers = {
4517
+ "content-type": "application/json"
4518
+ };
4519
+ b.bp("/accounts/{AwsAccountId}/brands/{BrandId}");
4520
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
4521
+ b.p("BrandId", () => input.BrandId, "{BrandId}", false);
4522
+ let body;
4523
+ body = JSON.stringify(
4524
+ (0, import_smithy_client.take)(input, {
4525
+ BrandDefinition: (_) => (0, import_smithy_client._json)(_),
4526
+ Tags: (_) => (0, import_smithy_client._json)(_)
4527
+ })
4528
+ );
4529
+ b.m("POST").h(headers).b(body);
4530
+ return b.build();
4531
+ }, "se_CreateBrandCommand");
4532
+ var se_CreateCustomPermissionsCommand = /* @__PURE__ */ __name(async (input, context) => {
4533
+ const b = (0, import_core.requestBuilder)(input, context);
4534
+ const headers = {
4535
+ "content-type": "application/json"
4536
+ };
4537
+ b.bp("/accounts/{AwsAccountId}/custom-permissions");
4538
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
4539
+ let body;
4540
+ body = JSON.stringify(
4541
+ (0, import_smithy_client.take)(input, {
4542
+ Capabilities: (_) => (0, import_smithy_client._json)(_),
4543
+ CustomPermissionsName: [],
4544
+ Tags: (_) => (0, import_smithy_client._json)(_)
4545
+ })
4546
+ );
4547
+ b.m("POST").h(headers).b(body);
4548
+ return b.build();
4549
+ }, "se_CreateCustomPermissionsCommand");
4447
4550
  var se_CreateDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
4448
4551
  const b = (0, import_core.requestBuilder)(input, context);
4449
4552
  const headers = {
@@ -4852,6 +4955,35 @@ var se_DeleteAnalysisCommand = /* @__PURE__ */ __name(async (input, context) =>
4852
4955
  b.m("DELETE").h(headers).q(query).b(body);
4853
4956
  return b.build();
4854
4957
  }, "se_DeleteAnalysisCommand");
4958
+ var se_DeleteBrandCommand = /* @__PURE__ */ __name(async (input, context) => {
4959
+ const b = (0, import_core.requestBuilder)(input, context);
4960
+ const headers = {};
4961
+ b.bp("/accounts/{AwsAccountId}/brands/{BrandId}");
4962
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
4963
+ b.p("BrandId", () => input.BrandId, "{BrandId}", false);
4964
+ let body;
4965
+ b.m("DELETE").h(headers).b(body);
4966
+ return b.build();
4967
+ }, "se_DeleteBrandCommand");
4968
+ var se_DeleteBrandAssignmentCommand = /* @__PURE__ */ __name(async (input, context) => {
4969
+ const b = (0, import_core.requestBuilder)(input, context);
4970
+ const headers = {};
4971
+ b.bp("/accounts/{AwsAccountId}/brandassignments");
4972
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
4973
+ let body;
4974
+ b.m("DELETE").h(headers).b(body);
4975
+ return b.build();
4976
+ }, "se_DeleteBrandAssignmentCommand");
4977
+ var se_DeleteCustomPermissionsCommand = /* @__PURE__ */ __name(async (input, context) => {
4978
+ const b = (0, import_core.requestBuilder)(input, context);
4979
+ const headers = {};
4980
+ b.bp("/accounts/{AwsAccountId}/custom-permissions/{CustomPermissionsName}");
4981
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
4982
+ b.p("CustomPermissionsName", () => input.CustomPermissionsName, "{CustomPermissionsName}", false);
4983
+ let body;
4984
+ b.m("DELETE").h(headers).b(body);
4985
+ return b.build();
4986
+ }, "se_DeleteCustomPermissionsCommand");
4855
4987
  var se_DeleteDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
4856
4988
  const b = (0, import_core.requestBuilder)(input, context);
4857
4989
  const headers = {};
@@ -5096,6 +5228,17 @@ var se_DeleteUserByPrincipalIdCommand = /* @__PURE__ */ __name(async (input, con
5096
5228
  b.m("DELETE").h(headers).b(body);
5097
5229
  return b.build();
5098
5230
  }, "se_DeleteUserByPrincipalIdCommand");
5231
+ var se_DeleteUserCustomPermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
5232
+ const b = (0, import_core.requestBuilder)(input, context);
5233
+ const headers = {};
5234
+ b.bp("/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/custom-permission");
5235
+ b.p("UserName", () => input.UserName, "{UserName}", false);
5236
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
5237
+ b.p("Namespace", () => input.Namespace, "{Namespace}", false);
5238
+ let body;
5239
+ b.m("DELETE").h(headers).b(body);
5240
+ return b.build();
5241
+ }, "se_DeleteUserCustomPermissionCommand");
5099
5242
  var se_DeleteVPCConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
5100
5243
  const b = (0, import_core.requestBuilder)(input, context);
5101
5244
  const headers = {};
@@ -5187,6 +5330,48 @@ var se_DescribeAssetBundleImportJobCommand = /* @__PURE__ */ __name(async (input
5187
5330
  b.m("GET").h(headers).b(body);
5188
5331
  return b.build();
5189
5332
  }, "se_DescribeAssetBundleImportJobCommand");
5333
+ var se_DescribeBrandCommand = /* @__PURE__ */ __name(async (input, context) => {
5334
+ const b = (0, import_core.requestBuilder)(input, context);
5335
+ const headers = {};
5336
+ b.bp("/accounts/{AwsAccountId}/brands/{BrandId}");
5337
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
5338
+ b.p("BrandId", () => input.BrandId, "{BrandId}", false);
5339
+ const query = (0, import_smithy_client.map)({
5340
+ [_vI]: [, input[_VI]]
5341
+ });
5342
+ let body;
5343
+ b.m("GET").h(headers).q(query).b(body);
5344
+ return b.build();
5345
+ }, "se_DescribeBrandCommand");
5346
+ var se_DescribeBrandAssignmentCommand = /* @__PURE__ */ __name(async (input, context) => {
5347
+ const b = (0, import_core.requestBuilder)(input, context);
5348
+ const headers = {};
5349
+ b.bp("/accounts/{AwsAccountId}/brandassignments");
5350
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
5351
+ let body;
5352
+ b.m("GET").h(headers).b(body);
5353
+ return b.build();
5354
+ }, "se_DescribeBrandAssignmentCommand");
5355
+ var se_DescribeBrandPublishedVersionCommand = /* @__PURE__ */ __name(async (input, context) => {
5356
+ const b = (0, import_core.requestBuilder)(input, context);
5357
+ const headers = {};
5358
+ b.bp("/accounts/{AwsAccountId}/brands/{BrandId}/publishedversion");
5359
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
5360
+ b.p("BrandId", () => input.BrandId, "{BrandId}", false);
5361
+ let body;
5362
+ b.m("GET").h(headers).b(body);
5363
+ return b.build();
5364
+ }, "se_DescribeBrandPublishedVersionCommand");
5365
+ var se_DescribeCustomPermissionsCommand = /* @__PURE__ */ __name(async (input, context) => {
5366
+ const b = (0, import_core.requestBuilder)(input, context);
5367
+ const headers = {};
5368
+ b.bp("/accounts/{AwsAccountId}/custom-permissions/{CustomPermissionsName}");
5369
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
5370
+ b.p("CustomPermissionsName", () => input.CustomPermissionsName, "{CustomPermissionsName}", false);
5371
+ let body;
5372
+ b.m("GET").h(headers).b(body);
5373
+ return b.build();
5374
+ }, "se_DescribeCustomPermissionsCommand");
5190
5375
  var se_DescribeDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
5191
5376
  const b = (0, import_core.requestBuilder)(input, context);
5192
5377
  const headers = {};
@@ -5704,6 +5889,32 @@ var se_ListAssetBundleImportJobsCommand = /* @__PURE__ */ __name(async (input, c
5704
5889
  b.m("GET").h(headers).q(query).b(body);
5705
5890
  return b.build();
5706
5891
  }, "se_ListAssetBundleImportJobsCommand");
5892
+ var se_ListBrandsCommand = /* @__PURE__ */ __name(async (input, context) => {
5893
+ const b = (0, import_core.requestBuilder)(input, context);
5894
+ const headers = {};
5895
+ b.bp("/accounts/{AwsAccountId}/brands");
5896
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
5897
+ const query = (0, import_smithy_client.map)({
5898
+ [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
5899
+ [_nt]: [, input[_NT]]
5900
+ });
5901
+ let body;
5902
+ b.m("GET").h(headers).q(query).b(body);
5903
+ return b.build();
5904
+ }, "se_ListBrandsCommand");
5905
+ var se_ListCustomPermissionsCommand = /* @__PURE__ */ __name(async (input, context) => {
5906
+ const b = (0, import_core.requestBuilder)(input, context);
5907
+ const headers = {};
5908
+ b.bp("/accounts/{AwsAccountId}/custom-permissions");
5909
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
5910
+ const query = (0, import_smithy_client.map)({
5911
+ [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
5912
+ [_nt]: [, input[_NT]]
5913
+ });
5914
+ let body;
5915
+ b.m("GET").h(headers).q(query).b(body);
5916
+ return b.build();
5917
+ }, "se_ListCustomPermissionsCommand");
5707
5918
  var se_ListDashboardsCommand = /* @__PURE__ */ __name(async (input, context) => {
5708
5919
  const b = (0, import_core.requestBuilder)(input, context);
5709
5920
  const headers = {};
@@ -6369,76 +6580,143 @@ var se_UpdateAccountCustomizationCommand = /* @__PURE__ */ __name(async (input,
6369
6580
  };
6370
6581
  b.bp("/accounts/{AwsAccountId}/customizations");
6371
6582
  b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
6372
- const query = (0, import_smithy_client.map)({
6373
- [_n]: [, input[_N]]
6374
- });
6583
+ const query = (0, import_smithy_client.map)({
6584
+ [_n]: [, input[_N]]
6585
+ });
6586
+ let body;
6587
+ body = JSON.stringify(
6588
+ (0, import_smithy_client.take)(input, {
6589
+ AccountCustomization: (_) => (0, import_smithy_client._json)(_)
6590
+ })
6591
+ );
6592
+ b.m("PUT").h(headers).q(query).b(body);
6593
+ return b.build();
6594
+ }, "se_UpdateAccountCustomizationCommand");
6595
+ var se_UpdateAccountSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
6596
+ const b = (0, import_core.requestBuilder)(input, context);
6597
+ const headers = {
6598
+ "content-type": "application/json"
6599
+ };
6600
+ b.bp("/accounts/{AwsAccountId}/settings");
6601
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
6602
+ let body;
6603
+ body = JSON.stringify(
6604
+ (0, import_smithy_client.take)(input, {
6605
+ DefaultNamespace: [],
6606
+ NotificationEmail: [],
6607
+ TerminationProtectionEnabled: []
6608
+ })
6609
+ );
6610
+ b.m("PUT").h(headers).b(body);
6611
+ return b.build();
6612
+ }, "se_UpdateAccountSettingsCommand");
6613
+ var se_UpdateAnalysisCommand = /* @__PURE__ */ __name(async (input, context) => {
6614
+ const b = (0, import_core.requestBuilder)(input, context);
6615
+ const headers = {
6616
+ "content-type": "application/json"
6617
+ };
6618
+ b.bp("/accounts/{AwsAccountId}/analyses/{AnalysisId}");
6619
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
6620
+ b.p("AnalysisId", () => input.AnalysisId, "{AnalysisId}", false);
6621
+ let body;
6622
+ body = JSON.stringify(
6623
+ (0, import_smithy_client.take)(input, {
6624
+ Definition: (_) => se_AnalysisDefinition(_, context),
6625
+ Name: [],
6626
+ Parameters: (_) => se__Parameters(_, context),
6627
+ SourceEntity: (_) => (0, import_smithy_client._json)(_),
6628
+ ThemeArn: [],
6629
+ ValidationStrategy: (_) => (0, import_smithy_client._json)(_)
6630
+ })
6631
+ );
6632
+ b.m("PUT").h(headers).b(body);
6633
+ return b.build();
6634
+ }, "se_UpdateAnalysisCommand");
6635
+ var se_UpdateAnalysisPermissionsCommand = /* @__PURE__ */ __name(async (input, context) => {
6636
+ const b = (0, import_core.requestBuilder)(input, context);
6637
+ const headers = {
6638
+ "content-type": "application/json"
6639
+ };
6640
+ b.bp("/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions");
6641
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
6642
+ b.p("AnalysisId", () => input.AnalysisId, "{AnalysisId}", false);
6643
+ let body;
6644
+ body = JSON.stringify(
6645
+ (0, import_smithy_client.take)(input, {
6646
+ GrantPermissions: (_) => (0, import_smithy_client._json)(_),
6647
+ RevokePermissions: (_) => (0, import_smithy_client._json)(_)
6648
+ })
6649
+ );
6650
+ b.m("PUT").h(headers).b(body);
6651
+ return b.build();
6652
+ }, "se_UpdateAnalysisPermissionsCommand");
6653
+ var se_UpdateBrandCommand = /* @__PURE__ */ __name(async (input, context) => {
6654
+ const b = (0, import_core.requestBuilder)(input, context);
6655
+ const headers = {
6656
+ "content-type": "application/json"
6657
+ };
6658
+ b.bp("/accounts/{AwsAccountId}/brands/{BrandId}");
6659
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
6660
+ b.p("BrandId", () => input.BrandId, "{BrandId}", false);
6375
6661
  let body;
6376
6662
  body = JSON.stringify(
6377
6663
  (0, import_smithy_client.take)(input, {
6378
- AccountCustomization: (_) => (0, import_smithy_client._json)(_)
6664
+ BrandDefinition: (_) => (0, import_smithy_client._json)(_)
6379
6665
  })
6380
6666
  );
6381
- b.m("PUT").h(headers).q(query).b(body);
6667
+ b.m("PUT").h(headers).b(body);
6382
6668
  return b.build();
6383
- }, "se_UpdateAccountCustomizationCommand");
6384
- var se_UpdateAccountSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
6669
+ }, "se_UpdateBrandCommand");
6670
+ var se_UpdateBrandAssignmentCommand = /* @__PURE__ */ __name(async (input, context) => {
6385
6671
  const b = (0, import_core.requestBuilder)(input, context);
6386
6672
  const headers = {
6387
6673
  "content-type": "application/json"
6388
6674
  };
6389
- b.bp("/accounts/{AwsAccountId}/settings");
6675
+ b.bp("/accounts/{AwsAccountId}/brandassignments");
6390
6676
  b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
6391
6677
  let body;
6392
6678
  body = JSON.stringify(
6393
6679
  (0, import_smithy_client.take)(input, {
6394
- DefaultNamespace: [],
6395
- NotificationEmail: [],
6396
- TerminationProtectionEnabled: []
6680
+ BrandArn: []
6397
6681
  })
6398
6682
  );
6399
6683
  b.m("PUT").h(headers).b(body);
6400
6684
  return b.build();
6401
- }, "se_UpdateAccountSettingsCommand");
6402
- var se_UpdateAnalysisCommand = /* @__PURE__ */ __name(async (input, context) => {
6685
+ }, "se_UpdateBrandAssignmentCommand");
6686
+ var se_UpdateBrandPublishedVersionCommand = /* @__PURE__ */ __name(async (input, context) => {
6403
6687
  const b = (0, import_core.requestBuilder)(input, context);
6404
6688
  const headers = {
6405
6689
  "content-type": "application/json"
6406
6690
  };
6407
- b.bp("/accounts/{AwsAccountId}/analyses/{AnalysisId}");
6691
+ b.bp("/accounts/{AwsAccountId}/brands/{BrandId}/publishedversion");
6408
6692
  b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
6409
- b.p("AnalysisId", () => input.AnalysisId, "{AnalysisId}", false);
6693
+ b.p("BrandId", () => input.BrandId, "{BrandId}", false);
6410
6694
  let body;
6411
6695
  body = JSON.stringify(
6412
6696
  (0, import_smithy_client.take)(input, {
6413
- Definition: (_) => se_AnalysisDefinition(_, context),
6414
- Name: [],
6415
- Parameters: (_) => se__Parameters(_, context),
6416
- SourceEntity: (_) => (0, import_smithy_client._json)(_),
6417
- ThemeArn: [],
6418
- ValidationStrategy: (_) => (0, import_smithy_client._json)(_)
6697
+ VersionId: []
6419
6698
  })
6420
6699
  );
6421
6700
  b.m("PUT").h(headers).b(body);
6422
6701
  return b.build();
6423
- }, "se_UpdateAnalysisCommand");
6424
- var se_UpdateAnalysisPermissionsCommand = /* @__PURE__ */ __name(async (input, context) => {
6702
+ }, "se_UpdateBrandPublishedVersionCommand");
6703
+ var se_UpdateCustomPermissionsCommand = /* @__PURE__ */ __name(async (input, context) => {
6425
6704
  const b = (0, import_core.requestBuilder)(input, context);
6426
6705
  const headers = {
6427
6706
  "content-type": "application/json"
6428
6707
  };
6429
- b.bp("/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions");
6708
+ b.bp("/accounts/{AwsAccountId}/custom-permissions/{CustomPermissionsName}");
6430
6709
  b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
6431
- b.p("AnalysisId", () => input.AnalysisId, "{AnalysisId}", false);
6710
+ b.p("CustomPermissionsName", () => input.CustomPermissionsName, "{CustomPermissionsName}", false);
6432
6711
  let body;
6433
6712
  body = JSON.stringify(
6434
6713
  (0, import_smithy_client.take)(input, {
6435
- GrantPermissions: (_) => (0, import_smithy_client._json)(_),
6436
- RevokePermissions: (_) => (0, import_smithy_client._json)(_)
6714
+ Capabilities: (_) => (0, import_smithy_client._json)(_)
6437
6715
  })
6438
6716
  );
6439
6717
  b.m("PUT").h(headers).b(body);
6440
6718
  return b.build();
6441
- }, "se_UpdateAnalysisPermissionsCommand");
6719
+ }, "se_UpdateCustomPermissionsCommand");
6442
6720
  var se_UpdateDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
6443
6721
  const b = (0, import_core.requestBuilder)(input, context);
6444
6722
  const headers = {
@@ -6993,6 +7271,24 @@ var se_UpdateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
6993
7271
  b.m("PUT").h(headers).b(body);
6994
7272
  return b.build();
6995
7273
  }, "se_UpdateUserCommand");
7274
+ var se_UpdateUserCustomPermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
7275
+ const b = (0, import_core.requestBuilder)(input, context);
7276
+ const headers = {
7277
+ "content-type": "application/json"
7278
+ };
7279
+ b.bp("/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/custom-permission");
7280
+ b.p("UserName", () => input.UserName, "{UserName}", false);
7281
+ b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
7282
+ b.p("Namespace", () => input.Namespace, "{Namespace}", false);
7283
+ let body;
7284
+ body = JSON.stringify(
7285
+ (0, import_smithy_client.take)(input, {
7286
+ CustomPermissionsName: []
7287
+ })
7288
+ );
7289
+ b.m("PUT").h(headers).b(body);
7290
+ return b.build();
7291
+ }, "se_UpdateUserCustomPermissionCommand");
6996
7292
  var se_UpdateVPCConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
6997
7293
  const b = (0, import_core.requestBuilder)(input, context);
6998
7294
  const headers = {
@@ -7134,6 +7430,38 @@ var de_CreateAnalysisCommand = /* @__PURE__ */ __name(async (output, context) =>
7134
7430
  });
7135
7431
  return contents;
7136
7432
  }, "de_CreateAnalysisCommand");
7433
+ var de_CreateBrandCommand = /* @__PURE__ */ __name(async (output, context) => {
7434
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
7435
+ return de_CommandError(output, context);
7436
+ }
7437
+ const contents = (0, import_smithy_client.map)({
7438
+ $metadata: deserializeMetadata(output)
7439
+ });
7440
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7441
+ const doc = (0, import_smithy_client.take)(data, {
7442
+ BrandDefinition: import_smithy_client._json,
7443
+ BrandDetail: (_) => de_BrandDetail(_, context),
7444
+ RequestId: import_smithy_client.expectString
7445
+ });
7446
+ Object.assign(contents, doc);
7447
+ return contents;
7448
+ }, "de_CreateBrandCommand");
7449
+ var de_CreateCustomPermissionsCommand = /* @__PURE__ */ __name(async (output, context) => {
7450
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
7451
+ return de_CommandError(output, context);
7452
+ }
7453
+ const contents = (0, import_smithy_client.map)({
7454
+ $metadata: deserializeMetadata(output)
7455
+ });
7456
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7457
+ const doc = (0, import_smithy_client.take)(data, {
7458
+ Arn: import_smithy_client.expectString,
7459
+ RequestId: import_smithy_client.expectString,
7460
+ Status: import_smithy_client.expectInt32
7461
+ });
7462
+ Object.assign(contents, doc);
7463
+ return contents;
7464
+ }, "de_CreateCustomPermissionsCommand");
7137
7465
  var de_CreateDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
7138
7466
  if (output.statusCode !== 200 && output.statusCode >= 300) {
7139
7467
  return de_CommandError(output, context);
@@ -7560,6 +7888,50 @@ var de_DeleteAnalysisCommand = /* @__PURE__ */ __name(async (output, context) =>
7560
7888
  });
7561
7889
  return contents;
7562
7890
  }, "de_DeleteAnalysisCommand");
7891
+ var de_DeleteBrandCommand = /* @__PURE__ */ __name(async (output, context) => {
7892
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
7893
+ return de_CommandError(output, context);
7894
+ }
7895
+ const contents = (0, import_smithy_client.map)({
7896
+ $metadata: deserializeMetadata(output)
7897
+ });
7898
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7899
+ const doc = (0, import_smithy_client.take)(data, {
7900
+ RequestId: import_smithy_client.expectString
7901
+ });
7902
+ Object.assign(contents, doc);
7903
+ return contents;
7904
+ }, "de_DeleteBrandCommand");
7905
+ var de_DeleteBrandAssignmentCommand = /* @__PURE__ */ __name(async (output, context) => {
7906
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
7907
+ return de_CommandError(output, context);
7908
+ }
7909
+ const contents = (0, import_smithy_client.map)({
7910
+ $metadata: deserializeMetadata(output)
7911
+ });
7912
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7913
+ const doc = (0, import_smithy_client.take)(data, {
7914
+ RequestId: import_smithy_client.expectString
7915
+ });
7916
+ Object.assign(contents, doc);
7917
+ return contents;
7918
+ }, "de_DeleteBrandAssignmentCommand");
7919
+ var de_DeleteCustomPermissionsCommand = /* @__PURE__ */ __name(async (output, context) => {
7920
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
7921
+ return de_CommandError(output, context);
7922
+ }
7923
+ const contents = (0, import_smithy_client.map)({
7924
+ $metadata: deserializeMetadata(output)
7925
+ });
7926
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
7927
+ const doc = (0, import_smithy_client.take)(data, {
7928
+ Arn: import_smithy_client.expectString,
7929
+ RequestId: import_smithy_client.expectString,
7930
+ Status: import_smithy_client.expectInt32
7931
+ });
7932
+ Object.assign(contents, doc);
7933
+ return contents;
7934
+ }, "de_DeleteCustomPermissionsCommand");
7563
7935
  var de_DeleteDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
7564
7936
  if (output.statusCode !== 200 && output.statusCode >= 300) {
7565
7937
  return de_CommandError(output, context);
@@ -7956,6 +8328,23 @@ var de_DeleteUserByPrincipalIdCommand = /* @__PURE__ */ __name(async (output, co
7956
8328
  });
7957
8329
  return contents;
7958
8330
  }, "de_DeleteUserByPrincipalIdCommand");
8331
+ var de_DeleteUserCustomPermissionCommand = /* @__PURE__ */ __name(async (output, context) => {
8332
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
8333
+ return de_CommandError(output, context);
8334
+ }
8335
+ const contents = (0, import_smithy_client.map)({
8336
+ $metadata: deserializeMetadata(output)
8337
+ });
8338
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8339
+ const doc = (0, import_smithy_client.take)(data, {
8340
+ RequestId: import_smithy_client.expectString
8341
+ });
8342
+ Object.assign(contents, doc);
8343
+ (0, import_smithy_client.map)(contents, {
8344
+ Status: [, output.statusCode]
8345
+ });
8346
+ return contents;
8347
+ }, "de_DeleteUserCustomPermissionCommand");
7959
8348
  var de_DeleteVPCConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
7960
8349
  if (output.statusCode !== 200 && output.statusCode >= 300) {
7961
8350
  return de_CommandError(output, context);
@@ -8160,6 +8549,69 @@ var de_DescribeAssetBundleImportJobCommand = /* @__PURE__ */ __name(async (outpu
8160
8549
  });
8161
8550
  return contents;
8162
8551
  }, "de_DescribeAssetBundleImportJobCommand");
8552
+ var de_DescribeBrandCommand = /* @__PURE__ */ __name(async (output, context) => {
8553
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
8554
+ return de_CommandError(output, context);
8555
+ }
8556
+ const contents = (0, import_smithy_client.map)({
8557
+ $metadata: deserializeMetadata(output)
8558
+ });
8559
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8560
+ const doc = (0, import_smithy_client.take)(data, {
8561
+ BrandDefinition: import_smithy_client._json,
8562
+ BrandDetail: (_) => de_BrandDetail(_, context),
8563
+ RequestId: import_smithy_client.expectString
8564
+ });
8565
+ Object.assign(contents, doc);
8566
+ return contents;
8567
+ }, "de_DescribeBrandCommand");
8568
+ var de_DescribeBrandAssignmentCommand = /* @__PURE__ */ __name(async (output, context) => {
8569
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
8570
+ return de_CommandError(output, context);
8571
+ }
8572
+ const contents = (0, import_smithy_client.map)({
8573
+ $metadata: deserializeMetadata(output)
8574
+ });
8575
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8576
+ const doc = (0, import_smithy_client.take)(data, {
8577
+ BrandArn: import_smithy_client.expectString,
8578
+ RequestId: import_smithy_client.expectString
8579
+ });
8580
+ Object.assign(contents, doc);
8581
+ return contents;
8582
+ }, "de_DescribeBrandAssignmentCommand");
8583
+ var de_DescribeBrandPublishedVersionCommand = /* @__PURE__ */ __name(async (output, context) => {
8584
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
8585
+ return de_CommandError(output, context);
8586
+ }
8587
+ const contents = (0, import_smithy_client.map)({
8588
+ $metadata: deserializeMetadata(output)
8589
+ });
8590
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8591
+ const doc = (0, import_smithy_client.take)(data, {
8592
+ BrandDefinition: import_smithy_client._json,
8593
+ BrandDetail: (_) => de_BrandDetail(_, context),
8594
+ RequestId: import_smithy_client.expectString
8595
+ });
8596
+ Object.assign(contents, doc);
8597
+ return contents;
8598
+ }, "de_DescribeBrandPublishedVersionCommand");
8599
+ var de_DescribeCustomPermissionsCommand = /* @__PURE__ */ __name(async (output, context) => {
8600
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
8601
+ return de_CommandError(output, context);
8602
+ }
8603
+ const contents = (0, import_smithy_client.map)({
8604
+ $metadata: deserializeMetadata(output)
8605
+ });
8606
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8607
+ const doc = (0, import_smithy_client.take)(data, {
8608
+ CustomPermissions: import_smithy_client._json,
8609
+ RequestId: import_smithy_client.expectString,
8610
+ Status: import_smithy_client.expectInt32
8611
+ });
8612
+ Object.assign(contents, doc);
8613
+ return contents;
8614
+ }, "de_DescribeCustomPermissionsCommand");
8163
8615
  var de_DescribeDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
8164
8616
  if (output.statusCode !== 200 && output.statusCode >= 300) {
8165
8617
  return de_CommandError(output, context);
@@ -8984,6 +9436,40 @@ var de_ListAssetBundleImportJobsCommand = /* @__PURE__ */ __name(async (output,
8984
9436
  });
8985
9437
  return contents;
8986
9438
  }, "de_ListAssetBundleImportJobsCommand");
9439
+ var de_ListBrandsCommand = /* @__PURE__ */ __name(async (output, context) => {
9440
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
9441
+ return de_CommandError(output, context);
9442
+ }
9443
+ const contents = (0, import_smithy_client.map)({
9444
+ $metadata: deserializeMetadata(output)
9445
+ });
9446
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
9447
+ const doc = (0, import_smithy_client.take)(data, {
9448
+ Brands: (_) => de_BrandSummaryList(_, context),
9449
+ NextToken: import_smithy_client.expectString
9450
+ });
9451
+ Object.assign(contents, doc);
9452
+ return contents;
9453
+ }, "de_ListBrandsCommand");
9454
+ var de_ListCustomPermissionsCommand = /* @__PURE__ */ __name(async (output, context) => {
9455
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
9456
+ return de_CommandError(output, context);
9457
+ }
9458
+ const contents = (0, import_smithy_client.map)({
9459
+ $metadata: deserializeMetadata(output)
9460
+ });
9461
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
9462
+ const doc = (0, import_smithy_client.take)(data, {
9463
+ CustomPermissionsList: import_smithy_client._json,
9464
+ NextToken: import_smithy_client.expectString,
9465
+ RequestId: import_smithy_client.expectString
9466
+ });
9467
+ Object.assign(contents, doc);
9468
+ (0, import_smithy_client.map)(contents, {
9469
+ Status: [, output.statusCode]
9470
+ });
9471
+ return contents;
9472
+ }, "de_ListCustomPermissionsCommand");
8987
9473
  var de_ListDashboardsCommand = /* @__PURE__ */ __name(async (output, context) => {
8988
9474
  if (output.statusCode !== 200 && output.statusCode >= 300) {
8989
9475
  return de_CommandError(output, context);
@@ -9870,8 +10356,74 @@ var de_UpdateAnalysisCommand = /* @__PURE__ */ __name(async (output, context) =>
9870
10356
  Status: [, output.statusCode]
9871
10357
  });
9872
10358
  return contents;
9873
- }, "de_UpdateAnalysisCommand");
9874
- var de_UpdateAnalysisPermissionsCommand = /* @__PURE__ */ __name(async (output, context) => {
10359
+ }, "de_UpdateAnalysisCommand");
10360
+ var de_UpdateAnalysisPermissionsCommand = /* @__PURE__ */ __name(async (output, context) => {
10361
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
10362
+ return de_CommandError(output, context);
10363
+ }
10364
+ const contents = (0, import_smithy_client.map)({
10365
+ $metadata: deserializeMetadata(output)
10366
+ });
10367
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
10368
+ const doc = (0, import_smithy_client.take)(data, {
10369
+ AnalysisArn: import_smithy_client.expectString,
10370
+ AnalysisId: import_smithy_client.expectString,
10371
+ Permissions: import_smithy_client._json,
10372
+ RequestId: import_smithy_client.expectString
10373
+ });
10374
+ Object.assign(contents, doc);
10375
+ (0, import_smithy_client.map)(contents, {
10376
+ Status: [, output.statusCode]
10377
+ });
10378
+ return contents;
10379
+ }, "de_UpdateAnalysisPermissionsCommand");
10380
+ var de_UpdateBrandCommand = /* @__PURE__ */ __name(async (output, context) => {
10381
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
10382
+ return de_CommandError(output, context);
10383
+ }
10384
+ const contents = (0, import_smithy_client.map)({
10385
+ $metadata: deserializeMetadata(output)
10386
+ });
10387
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
10388
+ const doc = (0, import_smithy_client.take)(data, {
10389
+ BrandDefinition: import_smithy_client._json,
10390
+ BrandDetail: (_) => de_BrandDetail(_, context),
10391
+ RequestId: import_smithy_client.expectString
10392
+ });
10393
+ Object.assign(contents, doc);
10394
+ return contents;
10395
+ }, "de_UpdateBrandCommand");
10396
+ var de_UpdateBrandAssignmentCommand = /* @__PURE__ */ __name(async (output, context) => {
10397
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
10398
+ return de_CommandError(output, context);
10399
+ }
10400
+ const contents = (0, import_smithy_client.map)({
10401
+ $metadata: deserializeMetadata(output)
10402
+ });
10403
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
10404
+ const doc = (0, import_smithy_client.take)(data, {
10405
+ BrandArn: import_smithy_client.expectString,
10406
+ RequestId: import_smithy_client.expectString
10407
+ });
10408
+ Object.assign(contents, doc);
10409
+ return contents;
10410
+ }, "de_UpdateBrandAssignmentCommand");
10411
+ var de_UpdateBrandPublishedVersionCommand = /* @__PURE__ */ __name(async (output, context) => {
10412
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
10413
+ return de_CommandError(output, context);
10414
+ }
10415
+ const contents = (0, import_smithy_client.map)({
10416
+ $metadata: deserializeMetadata(output)
10417
+ });
10418
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
10419
+ const doc = (0, import_smithy_client.take)(data, {
10420
+ RequestId: import_smithy_client.expectString,
10421
+ VersionId: import_smithy_client.expectString
10422
+ });
10423
+ Object.assign(contents, doc);
10424
+ return contents;
10425
+ }, "de_UpdateBrandPublishedVersionCommand");
10426
+ var de_UpdateCustomPermissionsCommand = /* @__PURE__ */ __name(async (output, context) => {
9875
10427
  if (output.statusCode !== 200 && output.statusCode >= 300) {
9876
10428
  return de_CommandError(output, context);
9877
10429
  }
@@ -9880,17 +10432,13 @@ var de_UpdateAnalysisPermissionsCommand = /* @__PURE__ */ __name(async (output,
9880
10432
  });
9881
10433
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
9882
10434
  const doc = (0, import_smithy_client.take)(data, {
9883
- AnalysisArn: import_smithy_client.expectString,
9884
- AnalysisId: import_smithy_client.expectString,
9885
- Permissions: import_smithy_client._json,
9886
- RequestId: import_smithy_client.expectString
10435
+ Arn: import_smithy_client.expectString,
10436
+ RequestId: import_smithy_client.expectString,
10437
+ Status: import_smithy_client.expectInt32
9887
10438
  });
9888
10439
  Object.assign(contents, doc);
9889
- (0, import_smithy_client.map)(contents, {
9890
- Status: [, output.statusCode]
9891
- });
9892
10440
  return contents;
9893
- }, "de_UpdateAnalysisPermissionsCommand");
10441
+ }, "de_UpdateCustomPermissionsCommand");
9894
10442
  var de_UpdateDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
9895
10443
  if (output.statusCode !== 200 && output.statusCode >= 300) {
9896
10444
  return de_CommandError(output, context);
@@ -10458,6 +11006,23 @@ var de_UpdateUserCommand = /* @__PURE__ */ __name(async (output, context) => {
10458
11006
  });
10459
11007
  return contents;
10460
11008
  }, "de_UpdateUserCommand");
11009
+ var de_UpdateUserCustomPermissionCommand = /* @__PURE__ */ __name(async (output, context) => {
11010
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
11011
+ return de_CommandError(output, context);
11012
+ }
11013
+ const contents = (0, import_smithy_client.map)({
11014
+ $metadata: deserializeMetadata(output)
11015
+ });
11016
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
11017
+ const doc = (0, import_smithy_client.take)(data, {
11018
+ RequestId: import_smithy_client.expectString
11019
+ });
11020
+ Object.assign(contents, doc);
11021
+ (0, import_smithy_client.map)(contents, {
11022
+ Status: [, output.statusCode]
11023
+ });
11024
+ return contents;
11025
+ }, "de_UpdateUserCustomPermissionCommand");
10461
11026
  var de_UpdateVPCConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
10462
11027
  if (output.statusCode !== 200 && output.statusCode >= 300) {
10463
11028
  return de_CommandError(output, context);
@@ -10519,6 +11084,12 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
10519
11084
  case "UnsupportedUserEditionException":
10520
11085
  case "com.amazonaws.quicksight#UnsupportedUserEditionException":
10521
11086
  throw await de_UnsupportedUserEditionExceptionRes(parsedOutput, context);
11087
+ case "InternalServerException":
11088
+ case "com.amazonaws.quicksight#InternalServerException":
11089
+ throw await de_InternalServerExceptionRes(parsedOutput, context);
11090
+ case "InvalidRequestException":
11091
+ case "com.amazonaws.quicksight#InvalidRequestException":
11092
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
10522
11093
  case "CustomerManagedKeyUnavailableException":
10523
11094
  case "com.amazonaws.quicksight#CustomerManagedKeyUnavailableException":
10524
11095
  throw await de_CustomerManagedKeyUnavailableExceptionRes(parsedOutput, context);
@@ -10543,9 +11114,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
10543
11114
  case "IdentityTypeNotSupportedException":
10544
11115
  case "com.amazonaws.quicksight#IdentityTypeNotSupportedException":
10545
11116
  throw await de_IdentityTypeNotSupportedExceptionRes(parsedOutput, context);
10546
- case "InvalidRequestException":
10547
- case "com.amazonaws.quicksight#InvalidRequestException":
10548
- throw await de_InvalidRequestExceptionRes(parsedOutput, context);
10549
11117
  default:
10550
11118
  const parsedBody = parsedOutput.body;
10551
11119
  return throwDefaultError({
@@ -10654,6 +11222,19 @@ var de_InternalFailureExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
10654
11222
  });
10655
11223
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
10656
11224
  }, "de_InternalFailureExceptionRes");
11225
+ var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
11226
+ const contents = (0, import_smithy_client.map)({});
11227
+ const data = parsedOutput.body;
11228
+ const doc = (0, import_smithy_client.take)(data, {
11229
+ Message: import_smithy_client.expectString
11230
+ });
11231
+ Object.assign(contents, doc);
11232
+ const exception = new InternalServerException({
11233
+ $metadata: deserializeMetadata(parsedOutput),
11234
+ ...contents
11235
+ });
11236
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
11237
+ }, "de_InternalServerExceptionRes");
10657
11238
  var de_InvalidNextTokenExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
10658
11239
  const contents = (0, import_smithy_client.map)({});
10659
11240
  const data = parsedOutput.body;
@@ -13560,6 +14141,36 @@ var de_BoxPlotVisual = /* @__PURE__ */ __name((output, context) => {
13560
14141
  VisualId: import_smithy_client.expectString
13561
14142
  });
13562
14143
  }, "de_BoxPlotVisual");
14144
+ var de_BrandDetail = /* @__PURE__ */ __name((output, context) => {
14145
+ return (0, import_smithy_client.take)(output, {
14146
+ Arn: import_smithy_client.expectString,
14147
+ BrandId: import_smithy_client.expectString,
14148
+ BrandStatus: import_smithy_client.expectString,
14149
+ CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
14150
+ Errors: import_smithy_client._json,
14151
+ LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
14152
+ Logo: import_smithy_client._json,
14153
+ VersionId: import_smithy_client.expectString,
14154
+ VersionStatus: import_smithy_client.expectString
14155
+ });
14156
+ }, "de_BrandDetail");
14157
+ var de_BrandSummary = /* @__PURE__ */ __name((output, context) => {
14158
+ return (0, import_smithy_client.take)(output, {
14159
+ Arn: import_smithy_client.expectString,
14160
+ BrandId: import_smithy_client.expectString,
14161
+ BrandName: import_smithy_client.expectString,
14162
+ BrandStatus: import_smithy_client.expectString,
14163
+ CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
14164
+ Description: import_smithy_client.expectString,
14165
+ LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
14166
+ });
14167
+ }, "de_BrandSummary");
14168
+ var de_BrandSummaryList = /* @__PURE__ */ __name((output, context) => {
14169
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
14170
+ return de_BrandSummary(entry, context);
14171
+ });
14172
+ return retVal;
14173
+ }, "de_BrandSummaryList");
13563
14174
  var de_CategoryFilter = /* @__PURE__ */ __name((output, context) => {
13564
14175
  return (0, import_smithy_client.take)(output, {
13565
14176
  Column: import_smithy_client._json,
@@ -16093,6 +16704,7 @@ var _T = "Type";
16093
16704
  var _TK = "TagKeys";
16094
16705
  var _UA = "UserArn";
16095
16706
  var _URD = "UndoRedoDisabled";
16707
+ var _VI = "VersionId";
16096
16708
  var _VN = "VersionNumber";
16097
16709
  var _adi = "additional-dashboard-ids";
16098
16710
  var _an = "alias-name";
@@ -16115,6 +16727,7 @@ var _spe = "state-persistence-enabled";
16115
16727
  var _t = "type";
16116
16728
  var _ua = "user-arn";
16117
16729
  var _urd = "undo-redo-disabled";
16730
+ var _vI = "versionId";
16118
16731
  var _vn = "version-number";
16119
16732
 
16120
16733
  // src/commands/BatchCreateTopicReviewedAnswerCommand.ts
@@ -16198,6 +16811,34 @@ var _CreateAnalysisCommand = class _CreateAnalysisCommand extends import_smithy_
16198
16811
  __name(_CreateAnalysisCommand, "CreateAnalysisCommand");
16199
16812
  var CreateAnalysisCommand = _CreateAnalysisCommand;
16200
16813
 
16814
+ // src/commands/CreateBrandCommand.ts
16815
+
16816
+
16817
+
16818
+ var _CreateBrandCommand = class _CreateBrandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
16819
+ return [
16820
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
16821
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
16822
+ ];
16823
+ }).s("QuickSight_20180401", "CreateBrand", {}).n("QuickSightClient", "CreateBrandCommand").f(void 0, void 0).ser(se_CreateBrandCommand).de(de_CreateBrandCommand).build() {
16824
+ };
16825
+ __name(_CreateBrandCommand, "CreateBrandCommand");
16826
+ var CreateBrandCommand = _CreateBrandCommand;
16827
+
16828
+ // src/commands/CreateCustomPermissionsCommand.ts
16829
+
16830
+
16831
+
16832
+ var _CreateCustomPermissionsCommand = class _CreateCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
16833
+ return [
16834
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
16835
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
16836
+ ];
16837
+ }).s("QuickSight_20180401", "CreateCustomPermissions", {}).n("QuickSightClient", "CreateCustomPermissionsCommand").f(void 0, void 0).ser(se_CreateCustomPermissionsCommand).de(de_CreateCustomPermissionsCommand).build() {
16838
+ };
16839
+ __name(_CreateCustomPermissionsCommand, "CreateCustomPermissionsCommand");
16840
+ var CreateCustomPermissionsCommand = _CreateCustomPermissionsCommand;
16841
+
16201
16842
  // src/commands/CreateDashboardCommand.ts
16202
16843
 
16203
16844
 
@@ -16506,6 +17147,48 @@ var _DeleteAnalysisCommand = class _DeleteAnalysisCommand extends import_smithy_
16506
17147
  __name(_DeleteAnalysisCommand, "DeleteAnalysisCommand");
16507
17148
  var DeleteAnalysisCommand = _DeleteAnalysisCommand;
16508
17149
 
17150
+ // src/commands/DeleteBrandAssignmentCommand.ts
17151
+
17152
+
17153
+
17154
+ var _DeleteBrandAssignmentCommand = class _DeleteBrandAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17155
+ return [
17156
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17157
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17158
+ ];
17159
+ }).s("QuickSight_20180401", "DeleteBrandAssignment", {}).n("QuickSightClient", "DeleteBrandAssignmentCommand").f(void 0, void 0).ser(se_DeleteBrandAssignmentCommand).de(de_DeleteBrandAssignmentCommand).build() {
17160
+ };
17161
+ __name(_DeleteBrandAssignmentCommand, "DeleteBrandAssignmentCommand");
17162
+ var DeleteBrandAssignmentCommand = _DeleteBrandAssignmentCommand;
17163
+
17164
+ // src/commands/DeleteBrandCommand.ts
17165
+
17166
+
17167
+
17168
+ var _DeleteBrandCommand = class _DeleteBrandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17169
+ return [
17170
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17171
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17172
+ ];
17173
+ }).s("QuickSight_20180401", "DeleteBrand", {}).n("QuickSightClient", "DeleteBrandCommand").f(void 0, void 0).ser(se_DeleteBrandCommand).de(de_DeleteBrandCommand).build() {
17174
+ };
17175
+ __name(_DeleteBrandCommand, "DeleteBrandCommand");
17176
+ var DeleteBrandCommand = _DeleteBrandCommand;
17177
+
17178
+ // src/commands/DeleteCustomPermissionsCommand.ts
17179
+
17180
+
17181
+
17182
+ var _DeleteCustomPermissionsCommand = class _DeleteCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17183
+ return [
17184
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17185
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17186
+ ];
17187
+ }).s("QuickSight_20180401", "DeleteCustomPermissions", {}).n("QuickSightClient", "DeleteCustomPermissionsCommand").f(void 0, void 0).ser(se_DeleteCustomPermissionsCommand).de(de_DeleteCustomPermissionsCommand).build() {
17188
+ };
17189
+ __name(_DeleteCustomPermissionsCommand, "DeleteCustomPermissionsCommand");
17190
+ var DeleteCustomPermissionsCommand = _DeleteCustomPermissionsCommand;
17191
+
16509
17192
  // src/commands/DeleteDashboardCommand.ts
16510
17193
 
16511
17194
 
@@ -16814,6 +17497,20 @@ var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.C
16814
17497
  __name(_DeleteUserCommand, "DeleteUserCommand");
16815
17498
  var DeleteUserCommand = _DeleteUserCommand;
16816
17499
 
17500
+ // src/commands/DeleteUserCustomPermissionCommand.ts
17501
+
17502
+
17503
+
17504
+ var _DeleteUserCustomPermissionCommand = class _DeleteUserCustomPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17505
+ return [
17506
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17507
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17508
+ ];
17509
+ }).s("QuickSight_20180401", "DeleteUserCustomPermission", {}).n("QuickSightClient", "DeleteUserCustomPermissionCommand").f(void 0, void 0).ser(se_DeleteUserCustomPermissionCommand).de(de_DeleteUserCustomPermissionCommand).build() {
17510
+ };
17511
+ __name(_DeleteUserCustomPermissionCommand, "DeleteUserCustomPermissionCommand");
17512
+ var DeleteUserCustomPermissionCommand = _DeleteUserCustomPermissionCommand;
17513
+
16817
17514
  // src/commands/DeleteVPCConnectionCommand.ts
16818
17515
 
16819
17516
 
@@ -16940,6 +17637,62 @@ var _DescribeAssetBundleImportJobCommand = class _DescribeAssetBundleImportJobCo
16940
17637
  __name(_DescribeAssetBundleImportJobCommand, "DescribeAssetBundleImportJobCommand");
16941
17638
  var DescribeAssetBundleImportJobCommand = _DescribeAssetBundleImportJobCommand;
16942
17639
 
17640
+ // src/commands/DescribeBrandAssignmentCommand.ts
17641
+
17642
+
17643
+
17644
+ var _DescribeBrandAssignmentCommand = class _DescribeBrandAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17645
+ return [
17646
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17647
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17648
+ ];
17649
+ }).s("QuickSight_20180401", "DescribeBrandAssignment", {}).n("QuickSightClient", "DescribeBrandAssignmentCommand").f(void 0, void 0).ser(se_DescribeBrandAssignmentCommand).de(de_DescribeBrandAssignmentCommand).build() {
17650
+ };
17651
+ __name(_DescribeBrandAssignmentCommand, "DescribeBrandAssignmentCommand");
17652
+ var DescribeBrandAssignmentCommand = _DescribeBrandAssignmentCommand;
17653
+
17654
+ // src/commands/DescribeBrandCommand.ts
17655
+
17656
+
17657
+
17658
+ var _DescribeBrandCommand = class _DescribeBrandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17659
+ return [
17660
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17661
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17662
+ ];
17663
+ }).s("QuickSight_20180401", "DescribeBrand", {}).n("QuickSightClient", "DescribeBrandCommand").f(void 0, void 0).ser(se_DescribeBrandCommand).de(de_DescribeBrandCommand).build() {
17664
+ };
17665
+ __name(_DescribeBrandCommand, "DescribeBrandCommand");
17666
+ var DescribeBrandCommand = _DescribeBrandCommand;
17667
+
17668
+ // src/commands/DescribeBrandPublishedVersionCommand.ts
17669
+
17670
+
17671
+
17672
+ var _DescribeBrandPublishedVersionCommand = class _DescribeBrandPublishedVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17673
+ return [
17674
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17675
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17676
+ ];
17677
+ }).s("QuickSight_20180401", "DescribeBrandPublishedVersion", {}).n("QuickSightClient", "DescribeBrandPublishedVersionCommand").f(void 0, void 0).ser(se_DescribeBrandPublishedVersionCommand).de(de_DescribeBrandPublishedVersionCommand).build() {
17678
+ };
17679
+ __name(_DescribeBrandPublishedVersionCommand, "DescribeBrandPublishedVersionCommand");
17680
+ var DescribeBrandPublishedVersionCommand = _DescribeBrandPublishedVersionCommand;
17681
+
17682
+ // src/commands/DescribeCustomPermissionsCommand.ts
17683
+
17684
+
17685
+
17686
+ var _DescribeCustomPermissionsCommand = class _DescribeCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17687
+ return [
17688
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17689
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17690
+ ];
17691
+ }).s("QuickSight_20180401", "DescribeCustomPermissions", {}).n("QuickSightClient", "DescribeCustomPermissionsCommand").f(void 0, void 0).ser(se_DescribeCustomPermissionsCommand).de(de_DescribeCustomPermissionsCommand).build() {
17692
+ };
17693
+ __name(_DescribeCustomPermissionsCommand, "DescribeCustomPermissionsCommand");
17694
+ var DescribeCustomPermissionsCommand = _DescribeCustomPermissionsCommand;
17695
+
16943
17696
  // src/commands/DescribeDashboardCommand.ts
16944
17697
 
16945
17698
 
@@ -17545,6 +18298,34 @@ var _ListAssetBundleImportJobsCommand = class _ListAssetBundleImportJobsCommand
17545
18298
  __name(_ListAssetBundleImportJobsCommand, "ListAssetBundleImportJobsCommand");
17546
18299
  var ListAssetBundleImportJobsCommand = _ListAssetBundleImportJobsCommand;
17547
18300
 
18301
+ // src/commands/ListBrandsCommand.ts
18302
+
18303
+
18304
+
18305
+ var _ListBrandsCommand = class _ListBrandsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18306
+ return [
18307
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18308
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18309
+ ];
18310
+ }).s("QuickSight_20180401", "ListBrands", {}).n("QuickSightClient", "ListBrandsCommand").f(void 0, void 0).ser(se_ListBrandsCommand).de(de_ListBrandsCommand).build() {
18311
+ };
18312
+ __name(_ListBrandsCommand, "ListBrandsCommand");
18313
+ var ListBrandsCommand = _ListBrandsCommand;
18314
+
18315
+ // src/commands/ListCustomPermissionsCommand.ts
18316
+
18317
+
18318
+
18319
+ var _ListCustomPermissionsCommand = class _ListCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18320
+ return [
18321
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18322
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18323
+ ];
18324
+ }).s("QuickSight_20180401", "ListCustomPermissions", {}).n("QuickSightClient", "ListCustomPermissionsCommand").f(void 0, void 0).ser(se_ListCustomPermissionsCommand).de(de_ListCustomPermissionsCommand).build() {
18325
+ };
18326
+ __name(_ListCustomPermissionsCommand, "ListCustomPermissionsCommand");
18327
+ var ListCustomPermissionsCommand = _ListCustomPermissionsCommand;
18328
+
17548
18329
  // src/commands/ListDashboardsCommand.ts
17549
18330
 
17550
18331
 
@@ -18217,6 +18998,62 @@ var _UpdateAnalysisPermissionsCommand = class _UpdateAnalysisPermissionsCommand
18217
18998
  __name(_UpdateAnalysisPermissionsCommand, "UpdateAnalysisPermissionsCommand");
18218
18999
  var UpdateAnalysisPermissionsCommand = _UpdateAnalysisPermissionsCommand;
18219
19000
 
19001
+ // src/commands/UpdateBrandAssignmentCommand.ts
19002
+
19003
+
19004
+
19005
+ var _UpdateBrandAssignmentCommand = class _UpdateBrandAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19006
+ return [
19007
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19008
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19009
+ ];
19010
+ }).s("QuickSight_20180401", "UpdateBrandAssignment", {}).n("QuickSightClient", "UpdateBrandAssignmentCommand").f(void 0, void 0).ser(se_UpdateBrandAssignmentCommand).de(de_UpdateBrandAssignmentCommand).build() {
19011
+ };
19012
+ __name(_UpdateBrandAssignmentCommand, "UpdateBrandAssignmentCommand");
19013
+ var UpdateBrandAssignmentCommand = _UpdateBrandAssignmentCommand;
19014
+
19015
+ // src/commands/UpdateBrandCommand.ts
19016
+
19017
+
19018
+
19019
+ var _UpdateBrandCommand = class _UpdateBrandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19020
+ return [
19021
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19022
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19023
+ ];
19024
+ }).s("QuickSight_20180401", "UpdateBrand", {}).n("QuickSightClient", "UpdateBrandCommand").f(void 0, void 0).ser(se_UpdateBrandCommand).de(de_UpdateBrandCommand).build() {
19025
+ };
19026
+ __name(_UpdateBrandCommand, "UpdateBrandCommand");
19027
+ var UpdateBrandCommand = _UpdateBrandCommand;
19028
+
19029
+ // src/commands/UpdateBrandPublishedVersionCommand.ts
19030
+
19031
+
19032
+
19033
+ var _UpdateBrandPublishedVersionCommand = class _UpdateBrandPublishedVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19034
+ return [
19035
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19036
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19037
+ ];
19038
+ }).s("QuickSight_20180401", "UpdateBrandPublishedVersion", {}).n("QuickSightClient", "UpdateBrandPublishedVersionCommand").f(void 0, void 0).ser(se_UpdateBrandPublishedVersionCommand).de(de_UpdateBrandPublishedVersionCommand).build() {
19039
+ };
19040
+ __name(_UpdateBrandPublishedVersionCommand, "UpdateBrandPublishedVersionCommand");
19041
+ var UpdateBrandPublishedVersionCommand = _UpdateBrandPublishedVersionCommand;
19042
+
19043
+ // src/commands/UpdateCustomPermissionsCommand.ts
19044
+
19045
+
19046
+
19047
+ var _UpdateCustomPermissionsCommand = class _UpdateCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19048
+ return [
19049
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19050
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19051
+ ];
19052
+ }).s("QuickSight_20180401", "UpdateCustomPermissions", {}).n("QuickSightClient", "UpdateCustomPermissionsCommand").f(void 0, void 0).ser(se_UpdateCustomPermissionsCommand).de(de_UpdateCustomPermissionsCommand).build() {
19053
+ };
19054
+ __name(_UpdateCustomPermissionsCommand, "UpdateCustomPermissionsCommand");
19055
+ var UpdateCustomPermissionsCommand = _UpdateCustomPermissionsCommand;
19056
+
18220
19057
  // src/commands/UpdateDashboardCommand.ts
18221
19058
 
18222
19059
 
@@ -18637,6 +19474,20 @@ var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.C
18637
19474
  __name(_UpdateUserCommand, "UpdateUserCommand");
18638
19475
  var UpdateUserCommand = _UpdateUserCommand;
18639
19476
 
19477
+ // src/commands/UpdateUserCustomPermissionCommand.ts
19478
+
19479
+
19480
+
19481
+ var _UpdateUserCustomPermissionCommand = class _UpdateUserCustomPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19482
+ return [
19483
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19484
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19485
+ ];
19486
+ }).s("QuickSight_20180401", "UpdateUserCustomPermission", {}).n("QuickSightClient", "UpdateUserCustomPermissionCommand").f(void 0, void 0).ser(se_UpdateUserCustomPermissionCommand).de(de_UpdateUserCustomPermissionCommand).build() {
19487
+ };
19488
+ __name(_UpdateUserCustomPermissionCommand, "UpdateUserCustomPermissionCommand");
19489
+ var UpdateUserCustomPermissionCommand = _UpdateUserCustomPermissionCommand;
19490
+
18640
19491
  // src/commands/UpdateVPCConnectionCommand.ts
18641
19492
 
18642
19493
 
@@ -18659,6 +19510,8 @@ var commands = {
18659
19510
  CreateAccountCustomizationCommand,
18660
19511
  CreateAccountSubscriptionCommand,
18661
19512
  CreateAnalysisCommand,
19513
+ CreateBrandCommand,
19514
+ CreateCustomPermissionsCommand,
18662
19515
  CreateDashboardCommand,
18663
19516
  CreateDataSetCommand,
18664
19517
  CreateDataSourceCommand,
@@ -18681,6 +19534,9 @@ var commands = {
18681
19534
  DeleteAccountCustomizationCommand,
18682
19535
  DeleteAccountSubscriptionCommand,
18683
19536
  DeleteAnalysisCommand,
19537
+ DeleteBrandCommand,
19538
+ DeleteBrandAssignmentCommand,
19539
+ DeleteCustomPermissionsCommand,
18684
19540
  DeleteDashboardCommand,
18685
19541
  DeleteDataSetCommand,
18686
19542
  DeleteDataSetRefreshPropertiesCommand,
@@ -18703,6 +19559,7 @@ var commands = {
18703
19559
  DeleteTopicRefreshScheduleCommand,
18704
19560
  DeleteUserCommand,
18705
19561
  DeleteUserByPrincipalIdCommand,
19562
+ DeleteUserCustomPermissionCommand,
18706
19563
  DeleteVPCConnectionCommand,
18707
19564
  DescribeAccountCustomizationCommand,
18708
19565
  DescribeAccountSettingsCommand,
@@ -18712,6 +19569,10 @@ var commands = {
18712
19569
  DescribeAnalysisPermissionsCommand,
18713
19570
  DescribeAssetBundleExportJobCommand,
18714
19571
  DescribeAssetBundleImportJobCommand,
19572
+ DescribeBrandCommand,
19573
+ DescribeBrandAssignmentCommand,
19574
+ DescribeBrandPublishedVersionCommand,
19575
+ DescribeCustomPermissionsCommand,
18715
19576
  DescribeDashboardCommand,
18716
19577
  DescribeDashboardDefinitionCommand,
18717
19578
  DescribeDashboardPermissionsCommand,
@@ -18755,6 +19616,8 @@ var commands = {
18755
19616
  ListAnalysesCommand,
18756
19617
  ListAssetBundleExportJobsCommand,
18757
19618
  ListAssetBundleImportJobsCommand,
19619
+ ListBrandsCommand,
19620
+ ListCustomPermissionsCommand,
18758
19621
  ListDashboardsCommand,
18759
19622
  ListDashboardVersionsCommand,
18760
19623
  ListDataSetsCommand,
@@ -18803,6 +19666,10 @@ var commands = {
18803
19666
  UpdateAccountSettingsCommand,
18804
19667
  UpdateAnalysisCommand,
18805
19668
  UpdateAnalysisPermissionsCommand,
19669
+ UpdateBrandCommand,
19670
+ UpdateBrandAssignmentCommand,
19671
+ UpdateBrandPublishedVersionCommand,
19672
+ UpdateCustomPermissionsCommand,
18806
19673
  UpdateDashboardCommand,
18807
19674
  UpdateDashboardLinksCommand,
18808
19675
  UpdateDashboardPermissionsCommand,
@@ -18833,6 +19700,7 @@ var commands = {
18833
19700
  UpdateTopicPermissionsCommand,
18834
19701
  UpdateTopicRefreshScheduleCommand,
18835
19702
  UpdateUserCommand,
19703
+ UpdateUserCustomPermissionCommand,
18836
19704
  UpdateVPCConnectionCommand
18837
19705
  };
18838
19706
  var _QuickSight = class _QuickSight extends QuickSightClient {
@@ -18861,6 +19729,14 @@ var paginateListAssetBundleExportJobs = (0, import_core.createPaginator)(QuickSi
18861
19729
 
18862
19730
  var paginateListAssetBundleImportJobs = (0, import_core.createPaginator)(QuickSightClient, ListAssetBundleImportJobsCommand, "NextToken", "NextToken", "MaxResults");
18863
19731
 
19732
+ // src/pagination/ListBrandsPaginator.ts
19733
+
19734
+ var paginateListBrands = (0, import_core.createPaginator)(QuickSightClient, ListBrandsCommand, "NextToken", "NextToken", "MaxResults");
19735
+
19736
+ // src/pagination/ListCustomPermissionsPaginator.ts
19737
+
19738
+ var paginateListCustomPermissions = (0, import_core.createPaginator)(QuickSightClient, ListCustomPermissionsCommand, "NextToken", "NextToken", "MaxResults");
19739
+
18864
19740
  // src/pagination/ListDashboardVersionsPaginator.ts
18865
19741
 
18866
19742
  var paginateListDashboardVersions = (0, import_core.createPaginator)(QuickSightClient, ListDashboardVersionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -18990,6 +19866,8 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
18990
19866
  CreateAccountCustomizationCommand,
18991
19867
  CreateAccountSubscriptionCommand,
18992
19868
  CreateAnalysisCommand,
19869
+ CreateBrandCommand,
19870
+ CreateCustomPermissionsCommand,
18993
19871
  CreateDashboardCommand,
18994
19872
  CreateDataSetCommand,
18995
19873
  CreateDataSourceCommand,
@@ -19012,6 +19890,9 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19012
19890
  DeleteAccountCustomizationCommand,
19013
19891
  DeleteAccountSubscriptionCommand,
19014
19892
  DeleteAnalysisCommand,
19893
+ DeleteBrandAssignmentCommand,
19894
+ DeleteBrandCommand,
19895
+ DeleteCustomPermissionsCommand,
19015
19896
  DeleteDashboardCommand,
19016
19897
  DeleteDataSetCommand,
19017
19898
  DeleteDataSetRefreshPropertiesCommand,
@@ -19034,6 +19915,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19034
19915
  DeleteTopicRefreshScheduleCommand,
19035
19916
  DeleteUserByPrincipalIdCommand,
19036
19917
  DeleteUserCommand,
19918
+ DeleteUserCustomPermissionCommand,
19037
19919
  DeleteVPCConnectionCommand,
19038
19920
  DescribeAccountCustomizationCommand,
19039
19921
  DescribeAccountSettingsCommand,
@@ -19043,6 +19925,10 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19043
19925
  DescribeAnalysisPermissionsCommand,
19044
19926
  DescribeAssetBundleExportJobCommand,
19045
19927
  DescribeAssetBundleImportJobCommand,
19928
+ DescribeBrandAssignmentCommand,
19929
+ DescribeBrandCommand,
19930
+ DescribeBrandPublishedVersionCommand,
19931
+ DescribeCustomPermissionsCommand,
19046
19932
  DescribeDashboardCommand,
19047
19933
  DescribeDashboardDefinitionCommand,
19048
19934
  DescribeDashboardPermissionsCommand,
@@ -19086,6 +19972,8 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19086
19972
  ListAnalysesCommand,
19087
19973
  ListAssetBundleExportJobsCommand,
19088
19974
  ListAssetBundleImportJobsCommand,
19975
+ ListBrandsCommand,
19976
+ ListCustomPermissionsCommand,
19089
19977
  ListDashboardVersionsCommand,
19090
19978
  ListDashboardsCommand,
19091
19979
  ListDataSetsCommand,
@@ -19134,6 +20022,10 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19134
20022
  UpdateAccountSettingsCommand,
19135
20023
  UpdateAnalysisCommand,
19136
20024
  UpdateAnalysisPermissionsCommand,
20025
+ UpdateBrandAssignmentCommand,
20026
+ UpdateBrandCommand,
20027
+ UpdateBrandPublishedVersionCommand,
20028
+ UpdateCustomPermissionsCommand,
19137
20029
  UpdateDashboardCommand,
19138
20030
  UpdateDashboardLinksCommand,
19139
20031
  UpdateDashboardPermissionsCommand,
@@ -19164,12 +20056,15 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19164
20056
  UpdateTopicPermissionsCommand,
19165
20057
  UpdateTopicRefreshScheduleCommand,
19166
20058
  UpdateUserCommand,
20059
+ UpdateUserCustomPermissionCommand,
19167
20060
  UpdateVPCConnectionCommand,
19168
20061
  paginateDescribeFolderPermissions,
19169
20062
  paginateDescribeFolderResolvedPermissions,
19170
20063
  paginateListAnalyses,
19171
20064
  paginateListAssetBundleExportJobs,
19172
20065
  paginateListAssetBundleImportJobs,
20066
+ paginateListBrands,
20067
+ paginateListCustomPermissions,
19173
20068
  paginateListDashboardVersions,
19174
20069
  paginateListDashboards,
19175
20070
  paginateListDataSets,
@@ -19565,7 +20460,11 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19565
20460
  ResourceNotFoundException,
19566
20461
  ThrottlingException,
19567
20462
  ConflictException,
20463
+ ImageSource,
20464
+ BrandStatus,
20465
+ BrandVersionStatus,
19568
20466
  ResourceExistsException,
20467
+ CapabilityState,
19569
20468
  ColumnDataType,
19570
20469
  ColumnDataSubType,
19571
20470
  CategoryFilterFunction,
@@ -19582,17 +20481,10 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19582
20481
  ValidationStrategyMode,
19583
20482
  LimitExceededException,
19584
20483
  UnsupportedUserEditionException,
20484
+ InternalServerException,
20485
+ InvalidRequestException,
19585
20486
  DashboardUIState,
19586
20487
  DatasetParameterValueType,
19587
- DataSetImportMode,
19588
- TransformOperation,
19589
- JoinType,
19590
- InputColumnDataType,
19591
- FileFormat,
19592
- TextQualifier,
19593
- PhysicalTable,
19594
- RowLevelPermissionFormatVersion,
19595
- RowLevelPermissionPolicy,
19596
20488
  TreeMapConfigurationFilterSensitiveLog,
19597
20489
  TreeMapVisualFilterSensitiveLog,
19598
20490
  WaterfallChartAggregatedFieldWellsFilterSensitiveLog,
@@ -19629,10 +20521,15 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19629
20521
  CreateColumnsOperationFilterSensitiveLog,
19630
20522
  DashboardVersionDefinitionFilterSensitiveLog,
19631
20523
  CreateDashboardRequestFilterSensitiveLog,
19632
- FilterOperationFilterSensitiveLog,
19633
- TagColumnOperationFilterSensitiveLog,
19634
- TransformOperationFilterSensitiveLog,
19635
- LogicalTableFilterSensitiveLog,
20524
+ DataSetImportMode,
20525
+ TransformOperation,
20526
+ JoinType,
20527
+ InputColumnDataType,
20528
+ FileFormat,
20529
+ TextQualifier,
20530
+ PhysicalTable,
20531
+ RowLevelPermissionFormatVersion,
20532
+ RowLevelPermissionPolicy,
19636
20533
  Status,
19637
20534
  DataSourceType,
19638
20535
  CustomerManagedKeyUnavailableException,
@@ -19669,11 +20566,10 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19669
20566
  IngestionErrorType,
19670
20567
  IngestionRequestSource,
19671
20568
  IngestionRequestType,
19672
- NamespaceErrorType,
19673
- PersonalizationMode,
19674
- TemplateErrorType,
19675
- ThemeType,
19676
- ThemeErrorType,
20569
+ FilterOperationFilterSensitiveLog,
20570
+ TagColumnOperationFilterSensitiveLog,
20571
+ TransformOperationFilterSensitiveLog,
20572
+ LogicalTableFilterSensitiveLog,
19677
20573
  RowLevelPermissionTagRuleFilterSensitiveLog,
19678
20574
  RowLevelPermissionTagConfigurationFilterSensitiveLog,
19679
20575
  CreateDataSetRequestFilterSensitiveLog,
@@ -19707,8 +20603,11 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19707
20603
  SnapshotJobResultFilterSensitiveLog,
19708
20604
  DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog,
19709
20605
  DescribeDataSetResponseFilterSensitiveLog,
19710
- DescribeTemplateDefinitionResponseFilterSensitiveLog,
19711
- DescribeTopicResponseFilterSensitiveLog,
20606
+ NamespaceErrorType,
20607
+ PersonalizationMode,
20608
+ TemplateErrorType,
20609
+ ThemeType,
20610
+ ThemeErrorType,
19712
20611
  TopicRefreshStatus,
19713
20612
  IdentityType,
19714
20613
  UserRole,
@@ -19722,8 +20621,9 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19722
20621
  IdentityTypeNotSupportedException,
19723
20622
  GroupFilterAttribute,
19724
20623
  GroupFilterOperator,
19725
- InvalidRequestException,
19726
20624
  PurchaseMode,
20625
+ DescribeTemplateDefinitionResponseFilterSensitiveLog,
20626
+ DescribeTopicResponseFilterSensitiveLog,
19727
20627
  SessionTagFilterSensitiveLog,
19728
20628
  GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog,
19729
20629
  GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog,