@aws-sdk/client-quicksight 3.121.0 → 3.128.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 (50) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/QuickSight.js +30 -0
  3. package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeThemeCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
  8. package/dist-cjs/commands/index.js +2 -0
  9. package/dist-cjs/models/models_0.js +64 -63
  10. package/dist-cjs/models/models_1.js +46 -3
  11. package/dist-cjs/protocols/Aws_restJson1.js +732 -775
  12. package/dist-es/QuickSight.js +30 -0
  13. package/dist-es/commands/CreateAccountSubscriptionCommand.js +39 -0
  14. package/dist-es/commands/DescribeAccountSubscriptionCommand.js +39 -0
  15. package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
  16. package/dist-es/commands/DescribeThemeCommand.js +2 -1
  17. package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
  18. package/dist-es/commands/index.js +2 -0
  19. package/dist-es/models/models_0.js +45 -42
  20. package/dist-es/models/models_1.js +28 -0
  21. package/dist-es/protocols/Aws_restJson1.js +601 -600
  22. package/dist-types/QuickSight.d.ts +62 -22
  23. package/dist-types/QuickSightClient.d.ts +4 -2
  24. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -5
  25. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +62 -0
  26. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +35 -0
  27. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeThemeCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  30. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +2 -4
  31. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +2 -1
  32. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +3 -7
  33. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -2
  34. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +9 -3
  35. package/dist-types/commands/index.d.ts +2 -0
  36. package/dist-types/models/models_0.d.ts +299 -213
  37. package/dist-types/models/models_1.d.ts +212 -18
  38. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  39. package/dist-types/ts3.4/QuickSight.d.ts +10 -0
  40. package/dist-types/ts3.4/QuickSightClient.d.ts +4 -2
  41. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +116 -116
  48. package/dist-types/ts3.4/models/models_1.d.ts +108 -1857
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  50. package/package.json +26 -26
@@ -1,6 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { CancelIngestionCommand, } from "./commands/CancelIngestionCommand";
3
3
  import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCustomizationCommand";
4
+ import { CreateAccountSubscriptionCommand, } from "./commands/CreateAccountSubscriptionCommand";
4
5
  import { CreateAnalysisCommand, } from "./commands/CreateAnalysisCommand";
5
6
  import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
6
7
  import { CreateDataSetCommand, } from "./commands/CreateDataSetCommand";
@@ -35,6 +36,7 @@ import { DeleteUserByPrincipalIdCommand, } from "./commands/DeleteUserByPrincipa
35
36
  import { DeleteUserCommand } from "./commands/DeleteUserCommand";
36
37
  import { DescribeAccountCustomizationCommand, } from "./commands/DescribeAccountCustomizationCommand";
37
38
  import { DescribeAccountSettingsCommand, } from "./commands/DescribeAccountSettingsCommand";
39
+ import { DescribeAccountSubscriptionCommand, } from "./commands/DescribeAccountSubscriptionCommand";
38
40
  import { DescribeAnalysisCommand, } from "./commands/DescribeAnalysisCommand";
39
41
  import { DescribeAnalysisPermissionsCommand, } from "./commands/DescribeAnalysisPermissionsCommand";
40
42
  import { DescribeDashboardCommand, } from "./commands/DescribeDashboardCommand";
@@ -151,6 +153,20 @@ var QuickSight = (function (_super) {
151
153
  return this.send(command, optionsOrCb);
152
154
  }
153
155
  };
156
+ QuickSight.prototype.createAccountSubscription = function (args, optionsOrCb, cb) {
157
+ var command = new CreateAccountSubscriptionCommand(args);
158
+ if (typeof optionsOrCb === "function") {
159
+ this.send(command, optionsOrCb);
160
+ }
161
+ else if (typeof cb === "function") {
162
+ if (typeof optionsOrCb !== "object")
163
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
164
+ this.send(command, optionsOrCb || {}, cb);
165
+ }
166
+ else {
167
+ return this.send(command, optionsOrCb);
168
+ }
169
+ };
154
170
  QuickSight.prototype.createAnalysis = function (args, optionsOrCb, cb) {
155
171
  var command = new CreateAnalysisCommand(args);
156
172
  if (typeof optionsOrCb === "function") {
@@ -627,6 +643,20 @@ var QuickSight = (function (_super) {
627
643
  return this.send(command, optionsOrCb);
628
644
  }
629
645
  };
646
+ QuickSight.prototype.describeAccountSubscription = function (args, optionsOrCb, cb) {
647
+ var command = new DescribeAccountSubscriptionCommand(args);
648
+ if (typeof optionsOrCb === "function") {
649
+ this.send(command, optionsOrCb);
650
+ }
651
+ else if (typeof cb === "function") {
652
+ if (typeof optionsOrCb !== "object")
653
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
654
+ this.send(command, optionsOrCb || {}, cb);
655
+ }
656
+ else {
657
+ return this.send(command, optionsOrCb);
658
+ }
659
+ };
630
660
  QuickSight.prototype.describeAnalysis = function (args, optionsOrCb, cb) {
631
661
  var command = new DescribeAnalysisCommand(args);
632
662
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateAccountSubscriptionCommand, serializeAws_restJson1CreateAccountSubscriptionCommand, } from "../protocols/Aws_restJson1";
6
+ var CreateAccountSubscriptionCommand = (function (_super) {
7
+ __extends(CreateAccountSubscriptionCommand, _super);
8
+ function CreateAccountSubscriptionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CreateAccountSubscriptionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "QuickSightClient";
18
+ var commandName = "CreateAccountSubscriptionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CreateAccountSubscriptionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateAccountSubscriptionResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateAccountSubscriptionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1CreateAccountSubscriptionCommand(input, context);
33
+ };
34
+ CreateAccountSubscriptionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1CreateAccountSubscriptionCommand(output, context);
36
+ };
37
+ return CreateAccountSubscriptionCommand;
38
+ }($Command));
39
+ export { CreateAccountSubscriptionCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeAccountSubscriptionRequest, DescribeAccountSubscriptionResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeAccountSubscriptionCommand, serializeAws_restJson1DescribeAccountSubscriptionCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeAccountSubscriptionCommand = (function (_super) {
7
+ __extends(DescribeAccountSubscriptionCommand, _super);
8
+ function DescribeAccountSubscriptionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeAccountSubscriptionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "QuickSightClient";
18
+ var commandName = "DescribeAccountSubscriptionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeAccountSubscriptionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAccountSubscriptionResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeAccountSubscriptionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DescribeAccountSubscriptionCommand(input, context);
33
+ };
34
+ DescribeAccountSubscriptionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DescribeAccountSubscriptionCommand(output, context);
36
+ };
37
+ return DescribeAccountSubscriptionCommand;
38
+ }($Command));
39
+ export { DescribeAccountSubscriptionCommand };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_0";
4
+ import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_1";
5
5
  import { deserializeAws_restJson1DescribeThemeAliasCommand, serializeAws_restJson1DescribeThemeAliasCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeThemeAliasCommand = (function (_super) {
7
7
  __extends(DescribeThemeAliasCommand, _super);
@@ -1,7 +1,8 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeThemeRequest, DescribeThemeResponse } from "../models/models_0";
4
+ import { DescribeThemeRequest } from "../models/models_0";
5
+ import { DescribeThemeResponse } from "../models/models_1";
5
6
  import { deserializeAws_restJson1DescribeThemeCommand, serializeAws_restJson1DescribeThemeCommand, } from "../protocols/Aws_restJson1";
6
7
  var DescribeThemeCommand = (function (_super) {
7
8
  __extends(DescribeThemeCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_0";
4
+ import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_1";
5
5
  import { deserializeAws_restJson1DescribeThemePermissionsCommand, serializeAws_restJson1DescribeThemePermissionsCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeThemePermissionsCommand = (function (_super) {
7
7
  __extends(DescribeThemePermissionsCommand, _super);
@@ -1,5 +1,6 @@
1
1
  export * from "./CancelIngestionCommand";
2
2
  export * from "./CreateAccountCustomizationCommand";
3
+ export * from "./CreateAccountSubscriptionCommand";
3
4
  export * from "./CreateAnalysisCommand";
4
5
  export * from "./CreateDashboardCommand";
5
6
  export * from "./CreateDataSetCommand";
@@ -34,6 +35,7 @@ export * from "./DeleteUserByPrincipalIdCommand";
34
35
  export * from "./DeleteUserCommand";
35
36
  export * from "./DescribeAccountCustomizationCommand";
36
37
  export * from "./DescribeAccountSettingsCommand";
38
+ export * from "./DescribeAccountSubscriptionCommand";
37
39
  export * from "./DescribeAnalysisCommand";
38
40
  export * from "./DescribeAnalysisPermissionsCommand";
39
41
  export * from "./DescribeDashboardCommand";
@@ -22,8 +22,13 @@ export var AccountCustomization;
22
22
  export var Edition;
23
23
  (function (Edition) {
24
24
  Edition["ENTERPRISE"] = "ENTERPRISE";
25
+ Edition["ENTERPRISE_AND_Q"] = "ENTERPRISE_AND_Q";
25
26
  Edition["STANDARD"] = "STANDARD";
26
27
  })(Edition || (Edition = {}));
28
+ export var AccountInfo;
29
+ (function (AccountInfo) {
30
+ AccountInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
31
+ })(AccountInfo || (AccountInfo = {}));
27
32
  export var AccountSettings;
28
33
  (function (AccountSettings) {
29
34
  AccountSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -138,6 +143,12 @@ export var AuroraPostgreSqlParameters;
138
143
  (function (AuroraPostgreSqlParameters) {
139
144
  AuroraPostgreSqlParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
140
145
  })(AuroraPostgreSqlParameters || (AuroraPostgreSqlParameters = {}));
146
+ export var AuthenticationMethodOption;
147
+ (function (AuthenticationMethodOption) {
148
+ AuthenticationMethodOption["ACTIVE_DIRECTORY"] = "ACTIVE_DIRECTORY";
149
+ AuthenticationMethodOption["IAM_AND_QUICKSIGHT"] = "IAM_AND_QUICKSIGHT";
150
+ AuthenticationMethodOption["IAM_ONLY"] = "IAM_ONLY";
151
+ })(AuthenticationMethodOption || (AuthenticationMethodOption = {}));
141
152
  export var AwsIotAnalyticsParameters;
142
153
  (function (AwsIotAnalyticsParameters) {
143
154
  AwsIotAnalyticsParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -359,6 +370,32 @@ var ResourceUnavailableException = (function (_super) {
359
370
  return ResourceUnavailableException;
360
371
  }(__BaseException));
361
372
  export { ResourceUnavailableException };
373
+ export var CreateAccountSubscriptionRequest;
374
+ (function (CreateAccountSubscriptionRequest) {
375
+ CreateAccountSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
376
+ })(CreateAccountSubscriptionRequest || (CreateAccountSubscriptionRequest = {}));
377
+ export var SignupResponse;
378
+ (function (SignupResponse) {
379
+ SignupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
380
+ })(SignupResponse || (SignupResponse = {}));
381
+ export var CreateAccountSubscriptionResponse;
382
+ (function (CreateAccountSubscriptionResponse) {
383
+ CreateAccountSubscriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
384
+ })(CreateAccountSubscriptionResponse || (CreateAccountSubscriptionResponse = {}));
385
+ var PreconditionNotMetException = (function (_super) {
386
+ __extends(PreconditionNotMetException, _super);
387
+ function PreconditionNotMetException(opts) {
388
+ var _this = _super.call(this, __assign({ name: "PreconditionNotMetException", $fault: "client" }, opts)) || this;
389
+ _this.name = "PreconditionNotMetException";
390
+ _this.$fault = "client";
391
+ Object.setPrototypeOf(_this, PreconditionNotMetException.prototype);
392
+ _this.Message = opts.Message;
393
+ _this.RequestId = opts.RequestId;
394
+ return _this;
395
+ }
396
+ return PreconditionNotMetException;
397
+ }(__BaseException));
398
+ export { PreconditionNotMetException };
362
399
  export var DateTimeParameter;
363
400
  (function (DateTimeParameter) {
364
401
  DateTimeParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -943,20 +980,6 @@ export var CreateGroupResponse;
943
980
  (function (CreateGroupResponse) {
944
981
  CreateGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
945
982
  })(CreateGroupResponse || (CreateGroupResponse = {}));
946
- var PreconditionNotMetException = (function (_super) {
947
- __extends(PreconditionNotMetException, _super);
948
- function PreconditionNotMetException(opts) {
949
- var _this = _super.call(this, __assign({ name: "PreconditionNotMetException", $fault: "client" }, opts)) || this;
950
- _this.name = "PreconditionNotMetException";
951
- _this.$fault = "client";
952
- Object.setPrototypeOf(_this, PreconditionNotMetException.prototype);
953
- _this.Message = opts.Message;
954
- _this.RequestId = opts.RequestId;
955
- return _this;
956
- }
957
- return PreconditionNotMetException;
958
- }(__BaseException));
959
- export { PreconditionNotMetException };
960
983
  export var CreateGroupMembershipRequest;
961
984
  (function (CreateGroupMembershipRequest) {
962
985
  CreateGroupMembershipRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1355,6 +1378,14 @@ export var DescribeAccountSettingsResponse;
1355
1378
  (function (DescribeAccountSettingsResponse) {
1356
1379
  DescribeAccountSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1357
1380
  })(DescribeAccountSettingsResponse || (DescribeAccountSettingsResponse = {}));
1381
+ export var DescribeAccountSubscriptionRequest;
1382
+ (function (DescribeAccountSubscriptionRequest) {
1383
+ DescribeAccountSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1384
+ })(DescribeAccountSubscriptionRequest || (DescribeAccountSubscriptionRequest = {}));
1385
+ export var DescribeAccountSubscriptionResponse;
1386
+ (function (DescribeAccountSubscriptionResponse) {
1387
+ DescribeAccountSubscriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1388
+ })(DescribeAccountSubscriptionResponse || (DescribeAccountSubscriptionResponse = {}));
1358
1389
  export var DescribeAnalysisRequest;
1359
1390
  (function (DescribeAnalysisRequest) {
1360
1391
  DescribeAnalysisRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1666,31 +1697,3 @@ export var ThemeError;
1666
1697
  (function (ThemeError) {
1667
1698
  ThemeError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1668
1699
  })(ThemeError || (ThemeError = {}));
1669
- export var ThemeVersion;
1670
- (function (ThemeVersion) {
1671
- ThemeVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1672
- })(ThemeVersion || (ThemeVersion = {}));
1673
- export var Theme;
1674
- (function (Theme) {
1675
- Theme.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1676
- })(Theme || (Theme = {}));
1677
- export var DescribeThemeResponse;
1678
- (function (DescribeThemeResponse) {
1679
- DescribeThemeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1680
- })(DescribeThemeResponse || (DescribeThemeResponse = {}));
1681
- export var DescribeThemeAliasRequest;
1682
- (function (DescribeThemeAliasRequest) {
1683
- DescribeThemeAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1684
- })(DescribeThemeAliasRequest || (DescribeThemeAliasRequest = {}));
1685
- export var DescribeThemeAliasResponse;
1686
- (function (DescribeThemeAliasResponse) {
1687
- DescribeThemeAliasResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1688
- })(DescribeThemeAliasResponse || (DescribeThemeAliasResponse = {}));
1689
- export var DescribeThemePermissionsRequest;
1690
- (function (DescribeThemePermissionsRequest) {
1691
- DescribeThemePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1692
- })(DescribeThemePermissionsRequest || (DescribeThemePermissionsRequest = {}));
1693
- export var DescribeThemePermissionsResponse;
1694
- (function (DescribeThemePermissionsResponse) {
1695
- DescribeThemePermissionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1696
- })(DescribeThemePermissionsResponse || (DescribeThemePermissionsResponse = {}));
@@ -2,6 +2,34 @@ import { __assign, __extends, __read } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
3
  import { DataSource, DataSourceParameters, LogicalTable, PhysicalTable, RowLevelPermissionTagConfiguration, } from "./models_0";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ export var ThemeVersion;
6
+ (function (ThemeVersion) {
7
+ ThemeVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
+ })(ThemeVersion || (ThemeVersion = {}));
9
+ export var Theme;
10
+ (function (Theme) {
11
+ Theme.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
12
+ })(Theme || (Theme = {}));
13
+ export var DescribeThemeResponse;
14
+ (function (DescribeThemeResponse) {
15
+ DescribeThemeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
16
+ })(DescribeThemeResponse || (DescribeThemeResponse = {}));
17
+ export var DescribeThemeAliasRequest;
18
+ (function (DescribeThemeAliasRequest) {
19
+ DescribeThemeAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
20
+ })(DescribeThemeAliasRequest || (DescribeThemeAliasRequest = {}));
21
+ export var DescribeThemeAliasResponse;
22
+ (function (DescribeThemeAliasResponse) {
23
+ DescribeThemeAliasResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
24
+ })(DescribeThemeAliasResponse || (DescribeThemeAliasResponse = {}));
25
+ export var DescribeThemePermissionsRequest;
26
+ (function (DescribeThemePermissionsRequest) {
27
+ DescribeThemePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
28
+ })(DescribeThemePermissionsRequest || (DescribeThemePermissionsRequest = {}));
29
+ export var DescribeThemePermissionsResponse;
30
+ (function (DescribeThemePermissionsResponse) {
31
+ DescribeThemePermissionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
32
+ })(DescribeThemePermissionsResponse || (DescribeThemePermissionsResponse = {}));
5
33
  export var DescribeUserRequest;
6
34
  (function (DescribeUserRequest) {
7
35
  DescribeUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };