@aws-sdk/client-lakeformation 3.185.0 → 3.188.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 (83) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +1 -0
  3. package/dist-cjs/runtimeConfig.browser.js +9 -7
  4. package/dist-cjs/runtimeConfig.js +9 -7
  5. package/dist-es/LakeFormation.js +182 -189
  6. package/dist-es/LakeFormationClient.js +22 -28
  7. package/dist-es/commands/AddLFTagsToResourceCommand.js +21 -28
  8. package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +21 -28
  9. package/dist-es/commands/BatchGrantPermissionsCommand.js +21 -28
  10. package/dist-es/commands/BatchRevokePermissionsCommand.js +21 -28
  11. package/dist-es/commands/CancelTransactionCommand.js +21 -28
  12. package/dist-es/commands/CommitTransactionCommand.js +21 -28
  13. package/dist-es/commands/CreateDataCellsFilterCommand.js +21 -28
  14. package/dist-es/commands/CreateLFTagCommand.js +21 -28
  15. package/dist-es/commands/DeleteDataCellsFilterCommand.js +21 -28
  16. package/dist-es/commands/DeleteLFTagCommand.js +21 -28
  17. package/dist-es/commands/DeleteObjectsOnCancelCommand.js +21 -28
  18. package/dist-es/commands/DeregisterResourceCommand.js +21 -28
  19. package/dist-es/commands/DescribeResourceCommand.js +21 -28
  20. package/dist-es/commands/DescribeTransactionCommand.js +21 -28
  21. package/dist-es/commands/ExtendTransactionCommand.js +21 -28
  22. package/dist-es/commands/GetDataLakeSettingsCommand.js +21 -28
  23. package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +21 -28
  24. package/dist-es/commands/GetLFTagCommand.js +21 -28
  25. package/dist-es/commands/GetQueryStateCommand.js +21 -28
  26. package/dist-es/commands/GetQueryStatisticsCommand.js +21 -28
  27. package/dist-es/commands/GetResourceLFTagsCommand.js +21 -28
  28. package/dist-es/commands/GetTableObjectsCommand.js +21 -28
  29. package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +21 -28
  30. package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +21 -28
  31. package/dist-es/commands/GetWorkUnitResultsCommand.js +21 -28
  32. package/dist-es/commands/GetWorkUnitsCommand.js +21 -28
  33. package/dist-es/commands/GrantPermissionsCommand.js +21 -28
  34. package/dist-es/commands/ListDataCellsFilterCommand.js +21 -28
  35. package/dist-es/commands/ListLFTagsCommand.js +21 -28
  36. package/dist-es/commands/ListPermissionsCommand.js +21 -28
  37. package/dist-es/commands/ListResourcesCommand.js +21 -28
  38. package/dist-es/commands/ListTableStorageOptimizersCommand.js +21 -28
  39. package/dist-es/commands/ListTransactionsCommand.js +21 -28
  40. package/dist-es/commands/PutDataLakeSettingsCommand.js +21 -28
  41. package/dist-es/commands/RegisterResourceCommand.js +21 -28
  42. package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +21 -28
  43. package/dist-es/commands/RevokePermissionsCommand.js +21 -28
  44. package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +21 -28
  45. package/dist-es/commands/SearchTablesByLFTagsCommand.js +21 -28
  46. package/dist-es/commands/StartQueryPlanningCommand.js +21 -28
  47. package/dist-es/commands/StartTransactionCommand.js +21 -28
  48. package/dist-es/commands/UpdateLFTagCommand.js +21 -28
  49. package/dist-es/commands/UpdateResourceCommand.js +21 -28
  50. package/dist-es/commands/UpdateTableObjectsCommand.js +21 -28
  51. package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +21 -28
  52. package/dist-es/endpoints.js +8 -8
  53. package/dist-es/models/LakeFormationServiceException.js +5 -10
  54. package/dist-es/models/models_0.js +621 -352
  55. package/dist-es/pagination/GetEffectivePermissionsForPathPaginator.js +25 -68
  56. package/dist-es/pagination/GetTableObjectsPaginator.js +25 -68
  57. package/dist-es/pagination/GetWorkUnitsPaginator.js +25 -68
  58. package/dist-es/pagination/ListDataCellsFilterPaginator.js +25 -68
  59. package/dist-es/pagination/ListLFTagsPaginator.js +25 -68
  60. package/dist-es/pagination/ListPermissionsPaginator.js +25 -68
  61. package/dist-es/pagination/ListResourcesPaginator.js +25 -68
  62. package/dist-es/pagination/ListTableStorageOptimizersPaginator.js +25 -68
  63. package/dist-es/pagination/ListTransactionsPaginator.js +25 -68
  64. package/dist-es/pagination/SearchDatabasesByLFTagsPaginator.js +25 -68
  65. package/dist-es/pagination/SearchTablesByLFTagsPaginator.js +25 -68
  66. package/dist-es/protocols/Aws_restJson1.js +3652 -4826
  67. package/dist-es/runtimeConfig.browser.js +28 -12
  68. package/dist-es/runtimeConfig.js +32 -12
  69. package/dist-es/runtimeConfig.native.js +8 -5
  70. package/dist-es/runtimeConfig.shared.js +8 -11
  71. package/dist-types/LakeFormationClient.d.ts +6 -1
  72. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +2 -2
  73. package/dist-types/protocols/Aws_restJson1.d.ts +2 -2
  74. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  75. package/dist-types/runtimeConfig.d.ts +1 -0
  76. package/dist-types/runtimeConfig.native.d.ts +1 -0
  77. package/dist-types/ts3.4/LakeFormationClient.d.ts +2 -0
  78. package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +5 -2
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  83. package/package.json +35 -33
@@ -1,102 +1,101 @@
1
- import { __assign, __extends } from "tslib";
2
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
2
  import { LakeFormationServiceException as __BaseException } from "./LakeFormationServiceException";
4
- var AccessDeniedException = (function (_super) {
5
- __extends(AccessDeniedException, _super);
6
- function AccessDeniedException(opts) {
7
- var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
8
- _this.name = "AccessDeniedException";
9
- _this.$fault = "client";
10
- Object.setPrototypeOf(_this, AccessDeniedException.prototype);
11
- _this.Message = opts.Message;
12
- return _this;
3
+ export class AccessDeniedException extends __BaseException {
4
+ constructor(opts) {
5
+ super({
6
+ name: "AccessDeniedException",
7
+ $fault: "client",
8
+ ...opts,
9
+ });
10
+ this.name = "AccessDeniedException";
11
+ this.$fault = "client";
12
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
+ this.Message = opts.Message;
13
14
  }
14
- return AccessDeniedException;
15
- }(__BaseException));
16
- export { AccessDeniedException };
15
+ }
17
16
  export var ResourceType;
18
17
  (function (ResourceType) {
19
18
  ResourceType["DATABASE"] = "DATABASE";
20
19
  ResourceType["TABLE"] = "TABLE";
21
20
  })(ResourceType || (ResourceType = {}));
22
- var ConcurrentModificationException = (function (_super) {
23
- __extends(ConcurrentModificationException, _super);
24
- function ConcurrentModificationException(opts) {
25
- var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
26
- _this.name = "ConcurrentModificationException";
27
- _this.$fault = "client";
28
- Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
29
- _this.Message = opts.Message;
30
- return _this;
21
+ export class ConcurrentModificationException extends __BaseException {
22
+ constructor(opts) {
23
+ super({
24
+ name: "ConcurrentModificationException",
25
+ $fault: "client",
26
+ ...opts,
27
+ });
28
+ this.name = "ConcurrentModificationException";
29
+ this.$fault = "client";
30
+ Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
31
+ this.Message = opts.Message;
31
32
  }
32
- return ConcurrentModificationException;
33
- }(__BaseException));
34
- export { ConcurrentModificationException };
35
- var EntityNotFoundException = (function (_super) {
36
- __extends(EntityNotFoundException, _super);
37
- function EntityNotFoundException(opts) {
38
- var _this = _super.call(this, __assign({ name: "EntityNotFoundException", $fault: "client" }, opts)) || this;
39
- _this.name = "EntityNotFoundException";
40
- _this.$fault = "client";
41
- Object.setPrototypeOf(_this, EntityNotFoundException.prototype);
42
- _this.Message = opts.Message;
43
- return _this;
33
+ }
34
+ export class EntityNotFoundException extends __BaseException {
35
+ constructor(opts) {
36
+ super({
37
+ name: "EntityNotFoundException",
38
+ $fault: "client",
39
+ ...opts,
40
+ });
41
+ this.name = "EntityNotFoundException";
42
+ this.$fault = "client";
43
+ Object.setPrototypeOf(this, EntityNotFoundException.prototype);
44
+ this.Message = opts.Message;
44
45
  }
45
- return EntityNotFoundException;
46
- }(__BaseException));
47
- export { EntityNotFoundException };
48
- var InternalServiceException = (function (_super) {
49
- __extends(InternalServiceException, _super);
50
- function InternalServiceException(opts) {
51
- var _this = _super.call(this, __assign({ name: "InternalServiceException", $fault: "server" }, opts)) || this;
52
- _this.name = "InternalServiceException";
53
- _this.$fault = "server";
54
- Object.setPrototypeOf(_this, InternalServiceException.prototype);
55
- _this.Message = opts.Message;
56
- return _this;
46
+ }
47
+ export class InternalServiceException extends __BaseException {
48
+ constructor(opts) {
49
+ super({
50
+ name: "InternalServiceException",
51
+ $fault: "server",
52
+ ...opts,
53
+ });
54
+ this.name = "InternalServiceException";
55
+ this.$fault = "server";
56
+ Object.setPrototypeOf(this, InternalServiceException.prototype);
57
+ this.Message = opts.Message;
57
58
  }
58
- return InternalServiceException;
59
- }(__BaseException));
60
- export { InternalServiceException };
61
- var InvalidInputException = (function (_super) {
62
- __extends(InvalidInputException, _super);
63
- function InvalidInputException(opts) {
64
- var _this = _super.call(this, __assign({ name: "InvalidInputException", $fault: "client" }, opts)) || this;
65
- _this.name = "InvalidInputException";
66
- _this.$fault = "client";
67
- Object.setPrototypeOf(_this, InvalidInputException.prototype);
68
- _this.Message = opts.Message;
69
- return _this;
59
+ }
60
+ export class InvalidInputException extends __BaseException {
61
+ constructor(opts) {
62
+ super({
63
+ name: "InvalidInputException",
64
+ $fault: "client",
65
+ ...opts,
66
+ });
67
+ this.name = "InvalidInputException";
68
+ this.$fault = "client";
69
+ Object.setPrototypeOf(this, InvalidInputException.prototype);
70
+ this.Message = opts.Message;
70
71
  }
71
- return InvalidInputException;
72
- }(__BaseException));
73
- export { InvalidInputException };
74
- var OperationTimeoutException = (function (_super) {
75
- __extends(OperationTimeoutException, _super);
76
- function OperationTimeoutException(opts) {
77
- var _this = _super.call(this, __assign({ name: "OperationTimeoutException", $fault: "client" }, opts)) || this;
78
- _this.name = "OperationTimeoutException";
79
- _this.$fault = "client";
80
- Object.setPrototypeOf(_this, OperationTimeoutException.prototype);
81
- _this.Message = opts.Message;
82
- return _this;
72
+ }
73
+ export class OperationTimeoutException extends __BaseException {
74
+ constructor(opts) {
75
+ super({
76
+ name: "OperationTimeoutException",
77
+ $fault: "client",
78
+ ...opts,
79
+ });
80
+ this.name = "OperationTimeoutException";
81
+ this.$fault = "client";
82
+ Object.setPrototypeOf(this, OperationTimeoutException.prototype);
83
+ this.Message = opts.Message;
83
84
  }
84
- return OperationTimeoutException;
85
- }(__BaseException));
86
- export { OperationTimeoutException };
87
- var AlreadyExistsException = (function (_super) {
88
- __extends(AlreadyExistsException, _super);
89
- function AlreadyExistsException(opts) {
90
- var _this = _super.call(this, __assign({ name: "AlreadyExistsException", $fault: "client" }, opts)) || this;
91
- _this.name = "AlreadyExistsException";
92
- _this.$fault = "client";
93
- Object.setPrototypeOf(_this, AlreadyExistsException.prototype);
94
- _this.Message = opts.Message;
95
- return _this;
85
+ }
86
+ export class AlreadyExistsException extends __BaseException {
87
+ constructor(opts) {
88
+ super({
89
+ name: "AlreadyExistsException",
90
+ $fault: "client",
91
+ ...opts,
92
+ });
93
+ this.name = "AlreadyExistsException";
94
+ this.$fault = "client";
95
+ Object.setPrototypeOf(this, AlreadyExistsException.prototype);
96
+ this.Message = opts.Message;
96
97
  }
97
- return AlreadyExistsException;
98
- }(__BaseException));
99
- export { AlreadyExistsException };
98
+ }
100
99
  export var Permission;
101
100
  (function (Permission) {
102
101
  Permission["ALL"] = "ALL";
@@ -112,32 +111,32 @@ export var Permission;
112
111
  Permission["INSERT"] = "INSERT";
113
112
  Permission["SELECT"] = "SELECT";
114
113
  })(Permission || (Permission = {}));
115
- var TransactionCommitInProgressException = (function (_super) {
116
- __extends(TransactionCommitInProgressException, _super);
117
- function TransactionCommitInProgressException(opts) {
118
- var _this = _super.call(this, __assign({ name: "TransactionCommitInProgressException", $fault: "client" }, opts)) || this;
119
- _this.name = "TransactionCommitInProgressException";
120
- _this.$fault = "client";
121
- Object.setPrototypeOf(_this, TransactionCommitInProgressException.prototype);
122
- _this.Message = opts.Message;
123
- return _this;
114
+ export class TransactionCommitInProgressException extends __BaseException {
115
+ constructor(opts) {
116
+ super({
117
+ name: "TransactionCommitInProgressException",
118
+ $fault: "client",
119
+ ...opts,
120
+ });
121
+ this.name = "TransactionCommitInProgressException";
122
+ this.$fault = "client";
123
+ Object.setPrototypeOf(this, TransactionCommitInProgressException.prototype);
124
+ this.Message = opts.Message;
124
125
  }
125
- return TransactionCommitInProgressException;
126
- }(__BaseException));
127
- export { TransactionCommitInProgressException };
128
- var TransactionCommittedException = (function (_super) {
129
- __extends(TransactionCommittedException, _super);
130
- function TransactionCommittedException(opts) {
131
- var _this = _super.call(this, __assign({ name: "TransactionCommittedException", $fault: "client" }, opts)) || this;
132
- _this.name = "TransactionCommittedException";
133
- _this.$fault = "client";
134
- Object.setPrototypeOf(_this, TransactionCommittedException.prototype);
135
- _this.Message = opts.Message;
136
- return _this;
126
+ }
127
+ export class TransactionCommittedException extends __BaseException {
128
+ constructor(opts) {
129
+ super({
130
+ name: "TransactionCommittedException",
131
+ $fault: "client",
132
+ ...opts,
133
+ });
134
+ this.name = "TransactionCommittedException";
135
+ this.$fault = "client";
136
+ Object.setPrototypeOf(this, TransactionCommittedException.prototype);
137
+ this.Message = opts.Message;
137
138
  }
138
- return TransactionCommittedException;
139
- }(__BaseException));
140
- export { TransactionCommittedException };
139
+ }
141
140
  export var TransactionStatus;
142
141
  (function (TransactionStatus) {
143
142
  TransactionStatus["ABORTED"] = "ABORTED";
@@ -145,45 +144,45 @@ export var TransactionStatus;
145
144
  TransactionStatus["COMMITTED"] = "COMMITTED";
146
145
  TransactionStatus["COMMIT_IN_PROGRESS"] = "COMMIT_IN_PROGRESS";
147
146
  })(TransactionStatus || (TransactionStatus = {}));
148
- var TransactionCanceledException = (function (_super) {
149
- __extends(TransactionCanceledException, _super);
150
- function TransactionCanceledException(opts) {
151
- var _this = _super.call(this, __assign({ name: "TransactionCanceledException", $fault: "client" }, opts)) || this;
152
- _this.name = "TransactionCanceledException";
153
- _this.$fault = "client";
154
- Object.setPrototypeOf(_this, TransactionCanceledException.prototype);
155
- _this.Message = opts.Message;
156
- return _this;
147
+ export class TransactionCanceledException extends __BaseException {
148
+ constructor(opts) {
149
+ super({
150
+ name: "TransactionCanceledException",
151
+ $fault: "client",
152
+ ...opts,
153
+ });
154
+ this.name = "TransactionCanceledException";
155
+ this.$fault = "client";
156
+ Object.setPrototypeOf(this, TransactionCanceledException.prototype);
157
+ this.Message = opts.Message;
157
158
  }
158
- return TransactionCanceledException;
159
- }(__BaseException));
160
- export { TransactionCanceledException };
161
- var ResourceNumberLimitExceededException = (function (_super) {
162
- __extends(ResourceNumberLimitExceededException, _super);
163
- function ResourceNumberLimitExceededException(opts) {
164
- var _this = _super.call(this, __assign({ name: "ResourceNumberLimitExceededException", $fault: "client" }, opts)) || this;
165
- _this.name = "ResourceNumberLimitExceededException";
166
- _this.$fault = "client";
167
- Object.setPrototypeOf(_this, ResourceNumberLimitExceededException.prototype);
168
- _this.Message = opts.Message;
169
- return _this;
159
+ }
160
+ export class ResourceNumberLimitExceededException extends __BaseException {
161
+ constructor(opts) {
162
+ super({
163
+ name: "ResourceNumberLimitExceededException",
164
+ $fault: "client",
165
+ ...opts,
166
+ });
167
+ this.name = "ResourceNumberLimitExceededException";
168
+ this.$fault = "client";
169
+ Object.setPrototypeOf(this, ResourceNumberLimitExceededException.prototype);
170
+ this.Message = opts.Message;
170
171
  }
171
- return ResourceNumberLimitExceededException;
172
- }(__BaseException));
173
- export { ResourceNumberLimitExceededException };
174
- var ResourceNotReadyException = (function (_super) {
175
- __extends(ResourceNotReadyException, _super);
176
- function ResourceNotReadyException(opts) {
177
- var _this = _super.call(this, __assign({ name: "ResourceNotReadyException", $fault: "client" }, opts)) || this;
178
- _this.name = "ResourceNotReadyException";
179
- _this.$fault = "client";
180
- Object.setPrototypeOf(_this, ResourceNotReadyException.prototype);
181
- _this.Message = opts.Message;
182
- return _this;
172
+ }
173
+ export class ResourceNotReadyException extends __BaseException {
174
+ constructor(opts) {
175
+ super({
176
+ name: "ResourceNotReadyException",
177
+ $fault: "client",
178
+ ...opts,
179
+ });
180
+ this.name = "ResourceNotReadyException";
181
+ this.$fault = "client";
182
+ Object.setPrototypeOf(this, ResourceNotReadyException.prototype);
183
+ this.Message = opts.Message;
183
184
  }
184
- return ResourceNotReadyException;
185
- }(__BaseException));
186
- export { ResourceNotReadyException };
185
+ }
187
186
  export var QueryStateString;
188
187
  (function (QueryStateString) {
189
188
  QueryStateString["ERROR"] = "ERROR";
@@ -192,92 +191,92 @@ export var QueryStateString;
192
191
  QueryStateString["PENDING"] = "PENDING";
193
192
  QueryStateString["WORKUNITS_AVAILABLE"] = "WORKUNITS_AVAILABLE";
194
193
  })(QueryStateString || (QueryStateString = {}));
195
- var ExpiredException = (function (_super) {
196
- __extends(ExpiredException, _super);
197
- function ExpiredException(opts) {
198
- var _this = _super.call(this, __assign({ name: "ExpiredException", $fault: "client" }, opts)) || this;
199
- _this.name = "ExpiredException";
200
- _this.$fault = "client";
201
- Object.setPrototypeOf(_this, ExpiredException.prototype);
202
- _this.Message = opts.Message;
203
- return _this;
194
+ export class ExpiredException extends __BaseException {
195
+ constructor(opts) {
196
+ super({
197
+ name: "ExpiredException",
198
+ $fault: "client",
199
+ ...opts,
200
+ });
201
+ this.name = "ExpiredException";
202
+ this.$fault = "client";
203
+ Object.setPrototypeOf(this, ExpiredException.prototype);
204
+ this.Message = opts.Message;
204
205
  }
205
- return ExpiredException;
206
- }(__BaseException));
207
- export { ExpiredException };
208
- var StatisticsNotReadyYetException = (function (_super) {
209
- __extends(StatisticsNotReadyYetException, _super);
210
- function StatisticsNotReadyYetException(opts) {
211
- var _this = _super.call(this, __assign({ name: "StatisticsNotReadyYetException", $fault: "client" }, opts)) || this;
212
- _this.name = "StatisticsNotReadyYetException";
213
- _this.$fault = "client";
214
- Object.setPrototypeOf(_this, StatisticsNotReadyYetException.prototype);
215
- _this.Message = opts.Message;
216
- return _this;
206
+ }
207
+ export class StatisticsNotReadyYetException extends __BaseException {
208
+ constructor(opts) {
209
+ super({
210
+ name: "StatisticsNotReadyYetException",
211
+ $fault: "client",
212
+ ...opts,
213
+ });
214
+ this.name = "StatisticsNotReadyYetException";
215
+ this.$fault = "client";
216
+ Object.setPrototypeOf(this, StatisticsNotReadyYetException.prototype);
217
+ this.Message = opts.Message;
217
218
  }
218
- return StatisticsNotReadyYetException;
219
- }(__BaseException));
220
- export { StatisticsNotReadyYetException };
221
- var ThrottledException = (function (_super) {
222
- __extends(ThrottledException, _super);
223
- function ThrottledException(opts) {
224
- var _this = _super.call(this, __assign({ name: "ThrottledException", $fault: "client" }, opts)) || this;
225
- _this.name = "ThrottledException";
226
- _this.$fault = "client";
227
- _this.$retryable = {
219
+ }
220
+ export class ThrottledException extends __BaseException {
221
+ constructor(opts) {
222
+ super({
223
+ name: "ThrottledException",
224
+ $fault: "client",
225
+ ...opts,
226
+ });
227
+ this.name = "ThrottledException";
228
+ this.$fault = "client";
229
+ this.$retryable = {
228
230
  throttling: true,
229
231
  };
230
- Object.setPrototypeOf(_this, ThrottledException.prototype);
231
- _this.Message = opts.Message;
232
- return _this;
232
+ Object.setPrototypeOf(this, ThrottledException.prototype);
233
+ this.Message = opts.Message;
233
234
  }
234
- return ThrottledException;
235
- }(__BaseException));
236
- export { ThrottledException };
237
- var GlueEncryptionException = (function (_super) {
238
- __extends(GlueEncryptionException, _super);
239
- function GlueEncryptionException(opts) {
240
- var _this = _super.call(this, __assign({ name: "GlueEncryptionException", $fault: "client" }, opts)) || this;
241
- _this.name = "GlueEncryptionException";
242
- _this.$fault = "client";
243
- Object.setPrototypeOf(_this, GlueEncryptionException.prototype);
244
- _this.Message = opts.Message;
245
- return _this;
235
+ }
236
+ export class GlueEncryptionException extends __BaseException {
237
+ constructor(opts) {
238
+ super({
239
+ name: "GlueEncryptionException",
240
+ $fault: "client",
241
+ ...opts,
242
+ });
243
+ this.name = "GlueEncryptionException";
244
+ this.$fault = "client";
245
+ Object.setPrototypeOf(this, GlueEncryptionException.prototype);
246
+ this.Message = opts.Message;
246
247
  }
247
- return GlueEncryptionException;
248
- }(__BaseException));
249
- export { GlueEncryptionException };
248
+ }
250
249
  export var PermissionType;
251
250
  (function (PermissionType) {
252
251
  PermissionType["CELL_FILTER_PERMISSION"] = "CELL_FILTER_PERMISSION";
253
252
  PermissionType["COLUMN_PERMISSION"] = "COLUMN_PERMISSION";
254
253
  })(PermissionType || (PermissionType = {}));
255
- var PermissionTypeMismatchException = (function (_super) {
256
- __extends(PermissionTypeMismatchException, _super);
257
- function PermissionTypeMismatchException(opts) {
258
- var _this = _super.call(this, __assign({ name: "PermissionTypeMismatchException", $fault: "client" }, opts)) || this;
259
- _this.name = "PermissionTypeMismatchException";
260
- _this.$fault = "client";
261
- Object.setPrototypeOf(_this, PermissionTypeMismatchException.prototype);
262
- _this.Message = opts.Message;
263
- return _this;
254
+ export class PermissionTypeMismatchException extends __BaseException {
255
+ constructor(opts) {
256
+ super({
257
+ name: "PermissionTypeMismatchException",
258
+ $fault: "client",
259
+ ...opts,
260
+ });
261
+ this.name = "PermissionTypeMismatchException";
262
+ this.$fault = "client";
263
+ Object.setPrototypeOf(this, PermissionTypeMismatchException.prototype);
264
+ this.Message = opts.Message;
264
265
  }
265
- return PermissionTypeMismatchException;
266
- }(__BaseException));
267
- export { PermissionTypeMismatchException };
268
- var WorkUnitsNotReadyYetException = (function (_super) {
269
- __extends(WorkUnitsNotReadyYetException, _super);
270
- function WorkUnitsNotReadyYetException(opts) {
271
- var _this = _super.call(this, __assign({ name: "WorkUnitsNotReadyYetException", $fault: "client" }, opts)) || this;
272
- _this.name = "WorkUnitsNotReadyYetException";
273
- _this.$fault = "client";
274
- Object.setPrototypeOf(_this, WorkUnitsNotReadyYetException.prototype);
275
- _this.Message = opts.Message;
276
- return _this;
266
+ }
267
+ export class WorkUnitsNotReadyYetException extends __BaseException {
268
+ constructor(opts) {
269
+ super({
270
+ name: "WorkUnitsNotReadyYetException",
271
+ $fault: "client",
272
+ ...opts,
273
+ });
274
+ this.name = "WorkUnitsNotReadyYetException";
275
+ this.$fault = "client";
276
+ Object.setPrototypeOf(this, WorkUnitsNotReadyYetException.prototype);
277
+ this.Message = opts.Message;
277
278
  }
278
- return WorkUnitsNotReadyYetException;
279
- }(__BaseException));
280
- export { WorkUnitsNotReadyYetException };
279
+ }
281
280
  export var ResourceShareType;
282
281
  (function (ResourceShareType) {
283
282
  ResourceShareType["ALL"] = "ALL";
@@ -333,137 +332,407 @@ export var TransactionType;
333
332
  TransactionType["READ_AND_WRITE"] = "READ_AND_WRITE";
334
333
  TransactionType["READ_ONLY"] = "READ_ONLY";
335
334
  })(TransactionType || (TransactionType = {}));
336
- export var LFTagPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
- export var CatalogResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
- export var DatabaseResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
339
- export var DataCellsFilterResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
- export var DataLocationResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
- export var LFTagKeyResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
342
- export var LFTagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
343
- export var LFTagPolicyResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
344
- export var TableWildcardFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
345
- export var TableResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
- export var ColumnWildcardFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
347
- export var TableWithColumnsResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
- export var ResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
349
- export var AddLFTagsToResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
350
- export var ErrorDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
351
- export var LFTagErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
352
- export var AddLFTagsToResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
353
- export var AddObjectInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
- export var AllRowsWildcardFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
355
- export var AssumeDecoratedRoleWithSAMLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
356
- export var AssumeDecoratedRoleWithSAMLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
- export var AuditContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
- export var DataLakePrincipalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
359
- export var BatchPermissionsRequestEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
360
- export var BatchGrantPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
361
- export var BatchPermissionsFailureEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
362
- export var BatchGrantPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
363
- export var BatchRevokePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
364
- export var BatchRevokePermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
365
- export var CancelTransactionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
366
- export var CancelTransactionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
- export var CommitTransactionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
368
- export var CommitTransactionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
- export var RowFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
370
- export var DataCellsFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
371
- export var CreateDataCellsFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
372
- export var CreateDataCellsFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
373
- export var CreateLFTagRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
374
- export var CreateLFTagResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
375
- export var DeleteDataCellsFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
376
- export var DeleteDataCellsFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
377
- export var DeleteLFTagRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
378
- export var DeleteLFTagResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
379
- export var VirtualObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
380
- export var DeleteObjectsOnCancelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
381
- export var DeleteObjectsOnCancelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
382
- export var DeregisterResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
383
- export var DeregisterResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
384
- export var DescribeResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
385
- export var ResourceInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
386
- export var DescribeResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
387
- export var DescribeTransactionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
388
- export var TransactionDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
389
- export var DescribeTransactionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
390
- export var ExtendTransactionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
391
- export var ExtendTransactionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
392
- export var GetDataLakeSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
393
- export var PrincipalPermissionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
394
- export var DataLakeSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
395
- export var GetDataLakeSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
- export var GetEffectivePermissionsForPathRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
397
- export var DetailsMapFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
398
- export var PrincipalResourcePermissionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
399
- export var GetEffectivePermissionsForPathResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
- export var GetLFTagRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
401
- export var GetLFTagResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
402
- export var GetQueryStateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
403
- export var GetQueryStateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
404
- export var GetQueryStatisticsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
405
- export var ExecutionStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
406
- export var PlanningStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
407
- export var GetQueryStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
408
- export var GetResourceLFTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
409
- export var ColumnLFTagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
410
- export var GetResourceLFTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
411
- export var GetTableObjectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
412
- export var TableObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
413
- export var PartitionObjectsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
414
- export var GetTableObjectsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
415
- export var PartitionValueListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
- export var GetTemporaryGluePartitionCredentialsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
417
- export var GetTemporaryGluePartitionCredentialsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
418
- export var GetTemporaryGlueTableCredentialsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
419
- export var GetTemporaryGlueTableCredentialsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
420
- export var GetWorkUnitResultsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.WorkUnitToken && { WorkUnitToken: SENSITIVE_STRING }))); };
421
- export var GetWorkUnitResultsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
422
- export var GetWorkUnitsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
423
- export var WorkUnitRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
424
- export var GetWorkUnitsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
425
- export var GrantPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
426
- export var GrantPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
427
- export var ListDataCellsFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
- export var ListDataCellsFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
429
- export var ListLFTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
430
- export var ListLFTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
431
- export var ListPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
432
- export var ListPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
433
- export var FilterConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
434
- export var ListResourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
- export var ListResourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
436
- export var ListTableStorageOptimizersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
437
- export var StorageOptimizerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
438
- export var ListTableStorageOptimizersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
439
- export var ListTransactionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
440
- export var ListTransactionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
441
- export var PutDataLakeSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
442
- export var PutDataLakeSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
443
- export var RegisterResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
444
- export var RegisterResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
445
- export var RemoveLFTagsFromResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
446
- export var RemoveLFTagsFromResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
447
- export var RevokePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
448
- export var RevokePermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
449
- export var SearchDatabasesByLFTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
450
- export var TaggedDatabaseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
451
- export var SearchDatabasesByLFTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
452
- export var SearchTablesByLFTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
453
- export var TaggedTableFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
454
- export var SearchTablesByLFTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
455
- export var QueryPlanningContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
456
- export var StartQueryPlanningRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.QueryString && { QueryString: SENSITIVE_STRING }))); };
457
- export var StartQueryPlanningResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
458
- export var StartTransactionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
459
- export var StartTransactionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
460
- export var UpdateLFTagRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
461
- export var UpdateLFTagResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
462
- export var UpdateResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
463
- export var UpdateResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
464
- export var DeleteObjectInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
465
- export var WriteOperationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
466
- export var UpdateTableObjectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
467
- export var UpdateTableObjectsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
468
- export var UpdateTableStorageOptimizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
469
- export var UpdateTableStorageOptimizerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
335
+ export const LFTagPairFilterSensitiveLog = (obj) => ({
336
+ ...obj,
337
+ });
338
+ export const CatalogResourceFilterSensitiveLog = (obj) => ({
339
+ ...obj,
340
+ });
341
+ export const DatabaseResourceFilterSensitiveLog = (obj) => ({
342
+ ...obj,
343
+ });
344
+ export const DataCellsFilterResourceFilterSensitiveLog = (obj) => ({
345
+ ...obj,
346
+ });
347
+ export const DataLocationResourceFilterSensitiveLog = (obj) => ({
348
+ ...obj,
349
+ });
350
+ export const LFTagKeyResourceFilterSensitiveLog = (obj) => ({
351
+ ...obj,
352
+ });
353
+ export const LFTagFilterSensitiveLog = (obj) => ({
354
+ ...obj,
355
+ });
356
+ export const LFTagPolicyResourceFilterSensitiveLog = (obj) => ({
357
+ ...obj,
358
+ });
359
+ export const TableWildcardFilterSensitiveLog = (obj) => ({
360
+ ...obj,
361
+ });
362
+ export const TableResourceFilterSensitiveLog = (obj) => ({
363
+ ...obj,
364
+ });
365
+ export const ColumnWildcardFilterSensitiveLog = (obj) => ({
366
+ ...obj,
367
+ });
368
+ export const TableWithColumnsResourceFilterSensitiveLog = (obj) => ({
369
+ ...obj,
370
+ });
371
+ export const ResourceFilterSensitiveLog = (obj) => ({
372
+ ...obj,
373
+ });
374
+ export const AddLFTagsToResourceRequestFilterSensitiveLog = (obj) => ({
375
+ ...obj,
376
+ });
377
+ export const ErrorDetailFilterSensitiveLog = (obj) => ({
378
+ ...obj,
379
+ });
380
+ export const LFTagErrorFilterSensitiveLog = (obj) => ({
381
+ ...obj,
382
+ });
383
+ export const AddLFTagsToResourceResponseFilterSensitiveLog = (obj) => ({
384
+ ...obj,
385
+ });
386
+ export const AddObjectInputFilterSensitiveLog = (obj) => ({
387
+ ...obj,
388
+ });
389
+ export const AllRowsWildcardFilterSensitiveLog = (obj) => ({
390
+ ...obj,
391
+ });
392
+ export const AssumeDecoratedRoleWithSAMLRequestFilterSensitiveLog = (obj) => ({
393
+ ...obj,
394
+ });
395
+ export const AssumeDecoratedRoleWithSAMLResponseFilterSensitiveLog = (obj) => ({
396
+ ...obj,
397
+ });
398
+ export const AuditContextFilterSensitiveLog = (obj) => ({
399
+ ...obj,
400
+ });
401
+ export const DataLakePrincipalFilterSensitiveLog = (obj) => ({
402
+ ...obj,
403
+ });
404
+ export const BatchPermissionsRequestEntryFilterSensitiveLog = (obj) => ({
405
+ ...obj,
406
+ });
407
+ export const BatchGrantPermissionsRequestFilterSensitiveLog = (obj) => ({
408
+ ...obj,
409
+ });
410
+ export const BatchPermissionsFailureEntryFilterSensitiveLog = (obj) => ({
411
+ ...obj,
412
+ });
413
+ export const BatchGrantPermissionsResponseFilterSensitiveLog = (obj) => ({
414
+ ...obj,
415
+ });
416
+ export const BatchRevokePermissionsRequestFilterSensitiveLog = (obj) => ({
417
+ ...obj,
418
+ });
419
+ export const BatchRevokePermissionsResponseFilterSensitiveLog = (obj) => ({
420
+ ...obj,
421
+ });
422
+ export const CancelTransactionRequestFilterSensitiveLog = (obj) => ({
423
+ ...obj,
424
+ });
425
+ export const CancelTransactionResponseFilterSensitiveLog = (obj) => ({
426
+ ...obj,
427
+ });
428
+ export const CommitTransactionRequestFilterSensitiveLog = (obj) => ({
429
+ ...obj,
430
+ });
431
+ export const CommitTransactionResponseFilterSensitiveLog = (obj) => ({
432
+ ...obj,
433
+ });
434
+ export const RowFilterFilterSensitiveLog = (obj) => ({
435
+ ...obj,
436
+ });
437
+ export const DataCellsFilterFilterSensitiveLog = (obj) => ({
438
+ ...obj,
439
+ });
440
+ export const CreateDataCellsFilterRequestFilterSensitiveLog = (obj) => ({
441
+ ...obj,
442
+ });
443
+ export const CreateDataCellsFilterResponseFilterSensitiveLog = (obj) => ({
444
+ ...obj,
445
+ });
446
+ export const CreateLFTagRequestFilterSensitiveLog = (obj) => ({
447
+ ...obj,
448
+ });
449
+ export const CreateLFTagResponseFilterSensitiveLog = (obj) => ({
450
+ ...obj,
451
+ });
452
+ export const DeleteDataCellsFilterRequestFilterSensitiveLog = (obj) => ({
453
+ ...obj,
454
+ });
455
+ export const DeleteDataCellsFilterResponseFilterSensitiveLog = (obj) => ({
456
+ ...obj,
457
+ });
458
+ export const DeleteLFTagRequestFilterSensitiveLog = (obj) => ({
459
+ ...obj,
460
+ });
461
+ export const DeleteLFTagResponseFilterSensitiveLog = (obj) => ({
462
+ ...obj,
463
+ });
464
+ export const VirtualObjectFilterSensitiveLog = (obj) => ({
465
+ ...obj,
466
+ });
467
+ export const DeleteObjectsOnCancelRequestFilterSensitiveLog = (obj) => ({
468
+ ...obj,
469
+ });
470
+ export const DeleteObjectsOnCancelResponseFilterSensitiveLog = (obj) => ({
471
+ ...obj,
472
+ });
473
+ export const DeregisterResourceRequestFilterSensitiveLog = (obj) => ({
474
+ ...obj,
475
+ });
476
+ export const DeregisterResourceResponseFilterSensitiveLog = (obj) => ({
477
+ ...obj,
478
+ });
479
+ export const DescribeResourceRequestFilterSensitiveLog = (obj) => ({
480
+ ...obj,
481
+ });
482
+ export const ResourceInfoFilterSensitiveLog = (obj) => ({
483
+ ...obj,
484
+ });
485
+ export const DescribeResourceResponseFilterSensitiveLog = (obj) => ({
486
+ ...obj,
487
+ });
488
+ export const DescribeTransactionRequestFilterSensitiveLog = (obj) => ({
489
+ ...obj,
490
+ });
491
+ export const TransactionDescriptionFilterSensitiveLog = (obj) => ({
492
+ ...obj,
493
+ });
494
+ export const DescribeTransactionResponseFilterSensitiveLog = (obj) => ({
495
+ ...obj,
496
+ });
497
+ export const ExtendTransactionRequestFilterSensitiveLog = (obj) => ({
498
+ ...obj,
499
+ });
500
+ export const ExtendTransactionResponseFilterSensitiveLog = (obj) => ({
501
+ ...obj,
502
+ });
503
+ export const GetDataLakeSettingsRequestFilterSensitiveLog = (obj) => ({
504
+ ...obj,
505
+ });
506
+ export const PrincipalPermissionsFilterSensitiveLog = (obj) => ({
507
+ ...obj,
508
+ });
509
+ export const DataLakeSettingsFilterSensitiveLog = (obj) => ({
510
+ ...obj,
511
+ });
512
+ export const GetDataLakeSettingsResponseFilterSensitiveLog = (obj) => ({
513
+ ...obj,
514
+ });
515
+ export const GetEffectivePermissionsForPathRequestFilterSensitiveLog = (obj) => ({
516
+ ...obj,
517
+ });
518
+ export const DetailsMapFilterSensitiveLog = (obj) => ({
519
+ ...obj,
520
+ });
521
+ export const PrincipalResourcePermissionsFilterSensitiveLog = (obj) => ({
522
+ ...obj,
523
+ });
524
+ export const GetEffectivePermissionsForPathResponseFilterSensitiveLog = (obj) => ({
525
+ ...obj,
526
+ });
527
+ export const GetLFTagRequestFilterSensitiveLog = (obj) => ({
528
+ ...obj,
529
+ });
530
+ export const GetLFTagResponseFilterSensitiveLog = (obj) => ({
531
+ ...obj,
532
+ });
533
+ export const GetQueryStateRequestFilterSensitiveLog = (obj) => ({
534
+ ...obj,
535
+ });
536
+ export const GetQueryStateResponseFilterSensitiveLog = (obj) => ({
537
+ ...obj,
538
+ });
539
+ export const GetQueryStatisticsRequestFilterSensitiveLog = (obj) => ({
540
+ ...obj,
541
+ });
542
+ export const ExecutionStatisticsFilterSensitiveLog = (obj) => ({
543
+ ...obj,
544
+ });
545
+ export const PlanningStatisticsFilterSensitiveLog = (obj) => ({
546
+ ...obj,
547
+ });
548
+ export const GetQueryStatisticsResponseFilterSensitiveLog = (obj) => ({
549
+ ...obj,
550
+ });
551
+ export const GetResourceLFTagsRequestFilterSensitiveLog = (obj) => ({
552
+ ...obj,
553
+ });
554
+ export const ColumnLFTagFilterSensitiveLog = (obj) => ({
555
+ ...obj,
556
+ });
557
+ export const GetResourceLFTagsResponseFilterSensitiveLog = (obj) => ({
558
+ ...obj,
559
+ });
560
+ export const GetTableObjectsRequestFilterSensitiveLog = (obj) => ({
561
+ ...obj,
562
+ });
563
+ export const TableObjectFilterSensitiveLog = (obj) => ({
564
+ ...obj,
565
+ });
566
+ export const PartitionObjectsFilterSensitiveLog = (obj) => ({
567
+ ...obj,
568
+ });
569
+ export const GetTableObjectsResponseFilterSensitiveLog = (obj) => ({
570
+ ...obj,
571
+ });
572
+ export const PartitionValueListFilterSensitiveLog = (obj) => ({
573
+ ...obj,
574
+ });
575
+ export const GetTemporaryGluePartitionCredentialsRequestFilterSensitiveLog = (obj) => ({
576
+ ...obj,
577
+ });
578
+ export const GetTemporaryGluePartitionCredentialsResponseFilterSensitiveLog = (obj) => ({
579
+ ...obj,
580
+ });
581
+ export const GetTemporaryGlueTableCredentialsRequestFilterSensitiveLog = (obj) => ({
582
+ ...obj,
583
+ });
584
+ export const GetTemporaryGlueTableCredentialsResponseFilterSensitiveLog = (obj) => ({
585
+ ...obj,
586
+ });
587
+ export const GetWorkUnitResultsRequestFilterSensitiveLog = (obj) => ({
588
+ ...obj,
589
+ ...(obj.WorkUnitToken && { WorkUnitToken: SENSITIVE_STRING }),
590
+ });
591
+ export const GetWorkUnitResultsResponseFilterSensitiveLog = (obj) => ({
592
+ ...obj,
593
+ });
594
+ export const GetWorkUnitsRequestFilterSensitiveLog = (obj) => ({
595
+ ...obj,
596
+ });
597
+ export const WorkUnitRangeFilterSensitiveLog = (obj) => ({
598
+ ...obj,
599
+ });
600
+ export const GetWorkUnitsResponseFilterSensitiveLog = (obj) => ({
601
+ ...obj,
602
+ });
603
+ export const GrantPermissionsRequestFilterSensitiveLog = (obj) => ({
604
+ ...obj,
605
+ });
606
+ export const GrantPermissionsResponseFilterSensitiveLog = (obj) => ({
607
+ ...obj,
608
+ });
609
+ export const ListDataCellsFilterRequestFilterSensitiveLog = (obj) => ({
610
+ ...obj,
611
+ });
612
+ export const ListDataCellsFilterResponseFilterSensitiveLog = (obj) => ({
613
+ ...obj,
614
+ });
615
+ export const ListLFTagsRequestFilterSensitiveLog = (obj) => ({
616
+ ...obj,
617
+ });
618
+ export const ListLFTagsResponseFilterSensitiveLog = (obj) => ({
619
+ ...obj,
620
+ });
621
+ export const ListPermissionsRequestFilterSensitiveLog = (obj) => ({
622
+ ...obj,
623
+ });
624
+ export const ListPermissionsResponseFilterSensitiveLog = (obj) => ({
625
+ ...obj,
626
+ });
627
+ export const FilterConditionFilterSensitiveLog = (obj) => ({
628
+ ...obj,
629
+ });
630
+ export const ListResourcesRequestFilterSensitiveLog = (obj) => ({
631
+ ...obj,
632
+ });
633
+ export const ListResourcesResponseFilterSensitiveLog = (obj) => ({
634
+ ...obj,
635
+ });
636
+ export const ListTableStorageOptimizersRequestFilterSensitiveLog = (obj) => ({
637
+ ...obj,
638
+ });
639
+ export const StorageOptimizerFilterSensitiveLog = (obj) => ({
640
+ ...obj,
641
+ });
642
+ export const ListTableStorageOptimizersResponseFilterSensitiveLog = (obj) => ({
643
+ ...obj,
644
+ });
645
+ export const ListTransactionsRequestFilterSensitiveLog = (obj) => ({
646
+ ...obj,
647
+ });
648
+ export const ListTransactionsResponseFilterSensitiveLog = (obj) => ({
649
+ ...obj,
650
+ });
651
+ export const PutDataLakeSettingsRequestFilterSensitiveLog = (obj) => ({
652
+ ...obj,
653
+ });
654
+ export const PutDataLakeSettingsResponseFilterSensitiveLog = (obj) => ({
655
+ ...obj,
656
+ });
657
+ export const RegisterResourceRequestFilterSensitiveLog = (obj) => ({
658
+ ...obj,
659
+ });
660
+ export const RegisterResourceResponseFilterSensitiveLog = (obj) => ({
661
+ ...obj,
662
+ });
663
+ export const RemoveLFTagsFromResourceRequestFilterSensitiveLog = (obj) => ({
664
+ ...obj,
665
+ });
666
+ export const RemoveLFTagsFromResourceResponseFilterSensitiveLog = (obj) => ({
667
+ ...obj,
668
+ });
669
+ export const RevokePermissionsRequestFilterSensitiveLog = (obj) => ({
670
+ ...obj,
671
+ });
672
+ export const RevokePermissionsResponseFilterSensitiveLog = (obj) => ({
673
+ ...obj,
674
+ });
675
+ export const SearchDatabasesByLFTagsRequestFilterSensitiveLog = (obj) => ({
676
+ ...obj,
677
+ });
678
+ export const TaggedDatabaseFilterSensitiveLog = (obj) => ({
679
+ ...obj,
680
+ });
681
+ export const SearchDatabasesByLFTagsResponseFilterSensitiveLog = (obj) => ({
682
+ ...obj,
683
+ });
684
+ export const SearchTablesByLFTagsRequestFilterSensitiveLog = (obj) => ({
685
+ ...obj,
686
+ });
687
+ export const TaggedTableFilterSensitiveLog = (obj) => ({
688
+ ...obj,
689
+ });
690
+ export const SearchTablesByLFTagsResponseFilterSensitiveLog = (obj) => ({
691
+ ...obj,
692
+ });
693
+ export const QueryPlanningContextFilterSensitiveLog = (obj) => ({
694
+ ...obj,
695
+ });
696
+ export const StartQueryPlanningRequestFilterSensitiveLog = (obj) => ({
697
+ ...obj,
698
+ ...(obj.QueryString && { QueryString: SENSITIVE_STRING }),
699
+ });
700
+ export const StartQueryPlanningResponseFilterSensitiveLog = (obj) => ({
701
+ ...obj,
702
+ });
703
+ export const StartTransactionRequestFilterSensitiveLog = (obj) => ({
704
+ ...obj,
705
+ });
706
+ export const StartTransactionResponseFilterSensitiveLog = (obj) => ({
707
+ ...obj,
708
+ });
709
+ export const UpdateLFTagRequestFilterSensitiveLog = (obj) => ({
710
+ ...obj,
711
+ });
712
+ export const UpdateLFTagResponseFilterSensitiveLog = (obj) => ({
713
+ ...obj,
714
+ });
715
+ export const UpdateResourceRequestFilterSensitiveLog = (obj) => ({
716
+ ...obj,
717
+ });
718
+ export const UpdateResourceResponseFilterSensitiveLog = (obj) => ({
719
+ ...obj,
720
+ });
721
+ export const DeleteObjectInputFilterSensitiveLog = (obj) => ({
722
+ ...obj,
723
+ });
724
+ export const WriteOperationFilterSensitiveLog = (obj) => ({
725
+ ...obj,
726
+ });
727
+ export const UpdateTableObjectsRequestFilterSensitiveLog = (obj) => ({
728
+ ...obj,
729
+ });
730
+ export const UpdateTableObjectsResponseFilterSensitiveLog = (obj) => ({
731
+ ...obj,
732
+ });
733
+ export const UpdateTableStorageOptimizerRequestFilterSensitiveLog = (obj) => ({
734
+ ...obj,
735
+ });
736
+ export const UpdateTableStorageOptimizerResponseFilterSensitiveLog = (obj) => ({
737
+ ...obj,
738
+ });