@aws-sdk/client-glue 3.181.0 → 3.183.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 (232) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/Glue.js +738 -745
  3. package/dist-es/GlueClient.js +22 -28
  4. package/dist-es/commands/BatchCreatePartitionCommand.js +21 -28
  5. package/dist-es/commands/BatchDeleteConnectionCommand.js +21 -28
  6. package/dist-es/commands/BatchDeletePartitionCommand.js +21 -28
  7. package/dist-es/commands/BatchDeleteTableCommand.js +21 -28
  8. package/dist-es/commands/BatchDeleteTableVersionCommand.js +21 -28
  9. package/dist-es/commands/BatchGetBlueprintsCommand.js +21 -28
  10. package/dist-es/commands/BatchGetCrawlersCommand.js +21 -28
  11. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +21 -28
  12. package/dist-es/commands/BatchGetDevEndpointsCommand.js +21 -28
  13. package/dist-es/commands/BatchGetJobsCommand.js +21 -28
  14. package/dist-es/commands/BatchGetPartitionCommand.js +21 -28
  15. package/dist-es/commands/BatchGetTriggersCommand.js +21 -28
  16. package/dist-es/commands/BatchGetWorkflowsCommand.js +21 -28
  17. package/dist-es/commands/BatchStopJobRunCommand.js +21 -28
  18. package/dist-es/commands/BatchUpdatePartitionCommand.js +21 -28
  19. package/dist-es/commands/CancelMLTaskRunCommand.js +21 -28
  20. package/dist-es/commands/CancelStatementCommand.js +21 -28
  21. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +21 -28
  22. package/dist-es/commands/CreateBlueprintCommand.js +21 -28
  23. package/dist-es/commands/CreateClassifierCommand.js +21 -28
  24. package/dist-es/commands/CreateConnectionCommand.js +21 -28
  25. package/dist-es/commands/CreateCrawlerCommand.js +21 -28
  26. package/dist-es/commands/CreateCustomEntityTypeCommand.js +21 -28
  27. package/dist-es/commands/CreateDatabaseCommand.js +21 -28
  28. package/dist-es/commands/CreateDevEndpointCommand.js +21 -28
  29. package/dist-es/commands/CreateJobCommand.js +21 -28
  30. package/dist-es/commands/CreateMLTransformCommand.js +21 -28
  31. package/dist-es/commands/CreatePartitionCommand.js +21 -28
  32. package/dist-es/commands/CreatePartitionIndexCommand.js +21 -28
  33. package/dist-es/commands/CreateRegistryCommand.js +21 -28
  34. package/dist-es/commands/CreateSchemaCommand.js +21 -28
  35. package/dist-es/commands/CreateScriptCommand.js +21 -28
  36. package/dist-es/commands/CreateSecurityConfigurationCommand.js +21 -28
  37. package/dist-es/commands/CreateSessionCommand.js +21 -28
  38. package/dist-es/commands/CreateTableCommand.js +21 -28
  39. package/dist-es/commands/CreateTriggerCommand.js +21 -28
  40. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +21 -28
  41. package/dist-es/commands/CreateWorkflowCommand.js +21 -28
  42. package/dist-es/commands/DeleteBlueprintCommand.js +21 -28
  43. package/dist-es/commands/DeleteClassifierCommand.js +21 -28
  44. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +21 -28
  45. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +21 -28
  46. package/dist-es/commands/DeleteConnectionCommand.js +21 -28
  47. package/dist-es/commands/DeleteCrawlerCommand.js +21 -28
  48. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +21 -28
  49. package/dist-es/commands/DeleteDatabaseCommand.js +21 -28
  50. package/dist-es/commands/DeleteDevEndpointCommand.js +21 -28
  51. package/dist-es/commands/DeleteJobCommand.js +21 -28
  52. package/dist-es/commands/DeleteMLTransformCommand.js +21 -28
  53. package/dist-es/commands/DeletePartitionCommand.js +21 -28
  54. package/dist-es/commands/DeletePartitionIndexCommand.js +21 -28
  55. package/dist-es/commands/DeleteRegistryCommand.js +21 -28
  56. package/dist-es/commands/DeleteResourcePolicyCommand.js +21 -28
  57. package/dist-es/commands/DeleteSchemaCommand.js +21 -28
  58. package/dist-es/commands/DeleteSchemaVersionsCommand.js +21 -28
  59. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +21 -28
  60. package/dist-es/commands/DeleteSessionCommand.js +21 -28
  61. package/dist-es/commands/DeleteTableCommand.js +21 -28
  62. package/dist-es/commands/DeleteTableVersionCommand.js +21 -28
  63. package/dist-es/commands/DeleteTriggerCommand.js +21 -28
  64. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +21 -28
  65. package/dist-es/commands/DeleteWorkflowCommand.js +21 -28
  66. package/dist-es/commands/GetBlueprintCommand.js +21 -28
  67. package/dist-es/commands/GetBlueprintRunCommand.js +21 -28
  68. package/dist-es/commands/GetBlueprintRunsCommand.js +21 -28
  69. package/dist-es/commands/GetCatalogImportStatusCommand.js +21 -28
  70. package/dist-es/commands/GetClassifierCommand.js +21 -28
  71. package/dist-es/commands/GetClassifiersCommand.js +21 -28
  72. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +21 -28
  73. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +21 -28
  74. package/dist-es/commands/GetConnectionCommand.js +21 -28
  75. package/dist-es/commands/GetConnectionsCommand.js +21 -28
  76. package/dist-es/commands/GetCrawlerCommand.js +21 -28
  77. package/dist-es/commands/GetCrawlerMetricsCommand.js +21 -28
  78. package/dist-es/commands/GetCrawlersCommand.js +21 -28
  79. package/dist-es/commands/GetCustomEntityTypeCommand.js +21 -28
  80. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +21 -28
  81. package/dist-es/commands/GetDatabaseCommand.js +21 -28
  82. package/dist-es/commands/GetDatabasesCommand.js +21 -28
  83. package/dist-es/commands/GetDataflowGraphCommand.js +21 -28
  84. package/dist-es/commands/GetDevEndpointCommand.js +21 -28
  85. package/dist-es/commands/GetDevEndpointsCommand.js +21 -28
  86. package/dist-es/commands/GetJobBookmarkCommand.js +21 -28
  87. package/dist-es/commands/GetJobCommand.js +21 -28
  88. package/dist-es/commands/GetJobRunCommand.js +21 -28
  89. package/dist-es/commands/GetJobRunsCommand.js +21 -28
  90. package/dist-es/commands/GetJobsCommand.js +21 -28
  91. package/dist-es/commands/GetMLTaskRunCommand.js +21 -28
  92. package/dist-es/commands/GetMLTaskRunsCommand.js +21 -28
  93. package/dist-es/commands/GetMLTransformCommand.js +21 -28
  94. package/dist-es/commands/GetMLTransformsCommand.js +21 -28
  95. package/dist-es/commands/GetMappingCommand.js +21 -28
  96. package/dist-es/commands/GetPartitionCommand.js +21 -28
  97. package/dist-es/commands/GetPartitionIndexesCommand.js +21 -28
  98. package/dist-es/commands/GetPartitionsCommand.js +21 -28
  99. package/dist-es/commands/GetPlanCommand.js +21 -28
  100. package/dist-es/commands/GetRegistryCommand.js +21 -28
  101. package/dist-es/commands/GetResourcePoliciesCommand.js +21 -28
  102. package/dist-es/commands/GetResourcePolicyCommand.js +21 -28
  103. package/dist-es/commands/GetSchemaByDefinitionCommand.js +21 -28
  104. package/dist-es/commands/GetSchemaCommand.js +21 -28
  105. package/dist-es/commands/GetSchemaVersionCommand.js +21 -28
  106. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +21 -28
  107. package/dist-es/commands/GetSecurityConfigurationCommand.js +21 -28
  108. package/dist-es/commands/GetSecurityConfigurationsCommand.js +21 -28
  109. package/dist-es/commands/GetSessionCommand.js +21 -28
  110. package/dist-es/commands/GetStatementCommand.js +21 -28
  111. package/dist-es/commands/GetTableCommand.js +21 -28
  112. package/dist-es/commands/GetTableVersionCommand.js +21 -28
  113. package/dist-es/commands/GetTableVersionsCommand.js +21 -28
  114. package/dist-es/commands/GetTablesCommand.js +21 -28
  115. package/dist-es/commands/GetTagsCommand.js +21 -28
  116. package/dist-es/commands/GetTriggerCommand.js +21 -28
  117. package/dist-es/commands/GetTriggersCommand.js +21 -28
  118. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +21 -28
  119. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +21 -28
  120. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +21 -28
  121. package/dist-es/commands/GetUserDefinedFunctionCommand.js +21 -28
  122. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +21 -28
  123. package/dist-es/commands/GetWorkflowCommand.js +21 -28
  124. package/dist-es/commands/GetWorkflowRunCommand.js +21 -28
  125. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +21 -28
  126. package/dist-es/commands/GetWorkflowRunsCommand.js +21 -28
  127. package/dist-es/commands/ImportCatalogToGlueCommand.js +21 -28
  128. package/dist-es/commands/ListBlueprintsCommand.js +21 -28
  129. package/dist-es/commands/ListCrawlersCommand.js +21 -28
  130. package/dist-es/commands/ListCrawlsCommand.js +21 -28
  131. package/dist-es/commands/ListCustomEntityTypesCommand.js +21 -28
  132. package/dist-es/commands/ListDevEndpointsCommand.js +21 -28
  133. package/dist-es/commands/ListJobsCommand.js +21 -28
  134. package/dist-es/commands/ListMLTransformsCommand.js +21 -28
  135. package/dist-es/commands/ListRegistriesCommand.js +21 -28
  136. package/dist-es/commands/ListSchemaVersionsCommand.js +21 -28
  137. package/dist-es/commands/ListSchemasCommand.js +21 -28
  138. package/dist-es/commands/ListSessionsCommand.js +21 -28
  139. package/dist-es/commands/ListStatementsCommand.js +21 -28
  140. package/dist-es/commands/ListTriggersCommand.js +21 -28
  141. package/dist-es/commands/ListWorkflowsCommand.js +21 -28
  142. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +21 -28
  143. package/dist-es/commands/PutResourcePolicyCommand.js +21 -28
  144. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +21 -28
  145. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +21 -28
  146. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +21 -28
  147. package/dist-es/commands/RegisterSchemaVersionCommand.js +21 -28
  148. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +21 -28
  149. package/dist-es/commands/ResetJobBookmarkCommand.js +21 -28
  150. package/dist-es/commands/ResumeWorkflowRunCommand.js +21 -28
  151. package/dist-es/commands/RunStatementCommand.js +21 -28
  152. package/dist-es/commands/SearchTablesCommand.js +21 -28
  153. package/dist-es/commands/StartBlueprintRunCommand.js +21 -28
  154. package/dist-es/commands/StartCrawlerCommand.js +21 -28
  155. package/dist-es/commands/StartCrawlerScheduleCommand.js +21 -28
  156. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +21 -28
  157. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +21 -28
  158. package/dist-es/commands/StartJobRunCommand.js +21 -28
  159. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +21 -28
  160. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +21 -28
  161. package/dist-es/commands/StartTriggerCommand.js +21 -28
  162. package/dist-es/commands/StartWorkflowRunCommand.js +21 -28
  163. package/dist-es/commands/StopCrawlerCommand.js +21 -28
  164. package/dist-es/commands/StopCrawlerScheduleCommand.js +21 -28
  165. package/dist-es/commands/StopSessionCommand.js +21 -28
  166. package/dist-es/commands/StopTriggerCommand.js +21 -28
  167. package/dist-es/commands/StopWorkflowRunCommand.js +21 -28
  168. package/dist-es/commands/TagResourceCommand.js +21 -28
  169. package/dist-es/commands/UntagResourceCommand.js +21 -28
  170. package/dist-es/commands/UpdateBlueprintCommand.js +21 -28
  171. package/dist-es/commands/UpdateClassifierCommand.js +21 -28
  172. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +21 -28
  173. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +21 -28
  174. package/dist-es/commands/UpdateConnectionCommand.js +21 -28
  175. package/dist-es/commands/UpdateCrawlerCommand.js +21 -28
  176. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +21 -28
  177. package/dist-es/commands/UpdateDatabaseCommand.js +21 -28
  178. package/dist-es/commands/UpdateDevEndpointCommand.js +21 -28
  179. package/dist-es/commands/UpdateJobCommand.js +21 -28
  180. package/dist-es/commands/UpdateMLTransformCommand.js +21 -28
  181. package/dist-es/commands/UpdatePartitionCommand.js +21 -28
  182. package/dist-es/commands/UpdateRegistryCommand.js +21 -28
  183. package/dist-es/commands/UpdateSchemaCommand.js +21 -28
  184. package/dist-es/commands/UpdateTableCommand.js +21 -28
  185. package/dist-es/commands/UpdateTriggerCommand.js +21 -28
  186. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +21 -28
  187. package/dist-es/commands/UpdateWorkflowCommand.js +21 -28
  188. package/dist-es/endpoints.js +8 -8
  189. package/dist-es/models/GlueServiceException.js +5 -10
  190. package/dist-es/models/models_0.js +870 -403
  191. package/dist-es/models/models_1.js +885 -336
  192. package/dist-es/models/models_2.js +430 -222
  193. package/dist-es/pagination/GetBlueprintRunsPaginator.js +25 -68
  194. package/dist-es/pagination/GetClassifiersPaginator.js +25 -68
  195. package/dist-es/pagination/GetConnectionsPaginator.js +25 -68
  196. package/dist-es/pagination/GetCrawlerMetricsPaginator.js +25 -68
  197. package/dist-es/pagination/GetCrawlersPaginator.js +25 -68
  198. package/dist-es/pagination/GetDatabasesPaginator.js +25 -68
  199. package/dist-es/pagination/GetDevEndpointsPaginator.js +25 -68
  200. package/dist-es/pagination/GetJobRunsPaginator.js +25 -68
  201. package/dist-es/pagination/GetJobsPaginator.js +25 -68
  202. package/dist-es/pagination/GetMLTaskRunsPaginator.js +25 -68
  203. package/dist-es/pagination/GetMLTransformsPaginator.js +25 -68
  204. package/dist-es/pagination/GetPartitionIndexesPaginator.js +24 -67
  205. package/dist-es/pagination/GetPartitionsPaginator.js +25 -68
  206. package/dist-es/pagination/GetResourcePoliciesPaginator.js +25 -68
  207. package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +25 -68
  208. package/dist-es/pagination/GetTableVersionsPaginator.js +25 -68
  209. package/dist-es/pagination/GetTablesPaginator.js +25 -68
  210. package/dist-es/pagination/GetTriggersPaginator.js +25 -68
  211. package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +25 -68
  212. package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +25 -68
  213. package/dist-es/pagination/GetWorkflowRunsPaginator.js +25 -68
  214. package/dist-es/pagination/ListBlueprintsPaginator.js +25 -68
  215. package/dist-es/pagination/ListCrawlersPaginator.js +25 -68
  216. package/dist-es/pagination/ListCustomEntityTypesPaginator.js +25 -68
  217. package/dist-es/pagination/ListDevEndpointsPaginator.js +25 -68
  218. package/dist-es/pagination/ListJobsPaginator.js +25 -68
  219. package/dist-es/pagination/ListMLTransformsPaginator.js +25 -68
  220. package/dist-es/pagination/ListRegistriesPaginator.js +25 -68
  221. package/dist-es/pagination/ListSchemaVersionsPaginator.js +25 -68
  222. package/dist-es/pagination/ListSchemasPaginator.js +25 -68
  223. package/dist-es/pagination/ListSessionsPaginator.js +25 -68
  224. package/dist-es/pagination/ListTriggersPaginator.js +25 -68
  225. package/dist-es/pagination/ListWorkflowsPaginator.js +25 -68
  226. package/dist-es/pagination/SearchTablesPaginator.js +25 -68
  227. package/dist-es/protocols/Aws_json1_1.js +14173 -16789
  228. package/dist-es/runtimeConfig.browser.js +26 -12
  229. package/dist-es/runtimeConfig.js +30 -12
  230. package/dist-es/runtimeConfig.native.js +8 -5
  231. package/dist-es/runtimeConfig.shared.js +8 -11
  232. package/package.json +33 -33
@@ -1,32 +1,31 @@
1
- import { __assign, __extends } from "tslib";
2
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
4
- var ConcurrentRunsExceededException = (function (_super) {
5
- __extends(ConcurrentRunsExceededException, _super);
6
- function ConcurrentRunsExceededException(opts) {
7
- var _this = _super.call(this, __assign({ name: "ConcurrentRunsExceededException", $fault: "client" }, opts)) || this;
8
- _this.name = "ConcurrentRunsExceededException";
9
- _this.$fault = "client";
10
- Object.setPrototypeOf(_this, ConcurrentRunsExceededException.prototype);
11
- _this.Message = opts.Message;
12
- return _this;
3
+ export class ConcurrentRunsExceededException extends __BaseException {
4
+ constructor(opts) {
5
+ super({
6
+ name: "ConcurrentRunsExceededException",
7
+ $fault: "client",
8
+ ...opts,
9
+ });
10
+ this.name = "ConcurrentRunsExceededException";
11
+ this.$fault = "client";
12
+ Object.setPrototypeOf(this, ConcurrentRunsExceededException.prototype);
13
+ this.Message = opts.Message;
13
14
  }
14
- return ConcurrentRunsExceededException;
15
- }(__BaseException));
16
- export { ConcurrentRunsExceededException };
17
- var IllegalWorkflowStateException = (function (_super) {
18
- __extends(IllegalWorkflowStateException, _super);
19
- function IllegalWorkflowStateException(opts) {
20
- var _this = _super.call(this, __assign({ name: "IllegalWorkflowStateException", $fault: "client" }, opts)) || this;
21
- _this.name = "IllegalWorkflowStateException";
22
- _this.$fault = "client";
23
- Object.setPrototypeOf(_this, IllegalWorkflowStateException.prototype);
24
- _this.Message = opts.Message;
25
- return _this;
15
+ }
16
+ export class IllegalWorkflowStateException extends __BaseException {
17
+ constructor(opts) {
18
+ super({
19
+ name: "IllegalWorkflowStateException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ this.name = "IllegalWorkflowStateException";
24
+ this.$fault = "client";
25
+ Object.setPrototypeOf(this, IllegalWorkflowStateException.prototype);
26
+ this.Message = opts.Message;
26
27
  }
27
- return IllegalWorkflowStateException;
28
- }(__BaseException));
29
- export { IllegalWorkflowStateException };
28
+ }
30
29
  export var Comparator;
31
30
  (function (Comparator) {
32
31
  Comparator["EQUALS"] = "EQUALS";
@@ -40,208 +39,417 @@ export var Sort;
40
39
  Sort["ASCENDING"] = "ASC";
41
40
  Sort["DESCENDING"] = "DESC";
42
41
  })(Sort || (Sort = {}));
43
- var IllegalBlueprintStateException = (function (_super) {
44
- __extends(IllegalBlueprintStateException, _super);
45
- function IllegalBlueprintStateException(opts) {
46
- var _this = _super.call(this, __assign({ name: "IllegalBlueprintStateException", $fault: "client" }, opts)) || this;
47
- _this.name = "IllegalBlueprintStateException";
48
- _this.$fault = "client";
49
- Object.setPrototypeOf(_this, IllegalBlueprintStateException.prototype);
50
- _this.Message = opts.Message;
51
- return _this;
42
+ export class IllegalBlueprintStateException extends __BaseException {
43
+ constructor(opts) {
44
+ super({
45
+ name: "IllegalBlueprintStateException",
46
+ $fault: "client",
47
+ ...opts,
48
+ });
49
+ this.name = "IllegalBlueprintStateException";
50
+ this.$fault = "client";
51
+ Object.setPrototypeOf(this, IllegalBlueprintStateException.prototype);
52
+ this.Message = opts.Message;
52
53
  }
53
- return IllegalBlueprintStateException;
54
- }(__BaseException));
55
- export { IllegalBlueprintStateException };
56
- var NoScheduleException = (function (_super) {
57
- __extends(NoScheduleException, _super);
58
- function NoScheduleException(opts) {
59
- var _this = _super.call(this, __assign({ name: "NoScheduleException", $fault: "client" }, opts)) || this;
60
- _this.name = "NoScheduleException";
61
- _this.$fault = "client";
62
- Object.setPrototypeOf(_this, NoScheduleException.prototype);
63
- _this.Message = opts.Message;
64
- return _this;
54
+ }
55
+ export class NoScheduleException extends __BaseException {
56
+ constructor(opts) {
57
+ super({
58
+ name: "NoScheduleException",
59
+ $fault: "client",
60
+ ...opts,
61
+ });
62
+ this.name = "NoScheduleException";
63
+ this.$fault = "client";
64
+ Object.setPrototypeOf(this, NoScheduleException.prototype);
65
+ this.Message = opts.Message;
65
66
  }
66
- return NoScheduleException;
67
- }(__BaseException));
68
- export { NoScheduleException };
69
- var SchedulerRunningException = (function (_super) {
70
- __extends(SchedulerRunningException, _super);
71
- function SchedulerRunningException(opts) {
72
- var _this = _super.call(this, __assign({ name: "SchedulerRunningException", $fault: "client" }, opts)) || this;
73
- _this.name = "SchedulerRunningException";
74
- _this.$fault = "client";
75
- Object.setPrototypeOf(_this, SchedulerRunningException.prototype);
76
- _this.Message = opts.Message;
77
- return _this;
67
+ }
68
+ export class SchedulerRunningException extends __BaseException {
69
+ constructor(opts) {
70
+ super({
71
+ name: "SchedulerRunningException",
72
+ $fault: "client",
73
+ ...opts,
74
+ });
75
+ this.name = "SchedulerRunningException";
76
+ this.$fault = "client";
77
+ Object.setPrototypeOf(this, SchedulerRunningException.prototype);
78
+ this.Message = opts.Message;
78
79
  }
79
- return SchedulerRunningException;
80
- }(__BaseException));
81
- export { SchedulerRunningException };
82
- var MLTransformNotReadyException = (function (_super) {
83
- __extends(MLTransformNotReadyException, _super);
84
- function MLTransformNotReadyException(opts) {
85
- var _this = _super.call(this, __assign({ name: "MLTransformNotReadyException", $fault: "client" }, opts)) || this;
86
- _this.name = "MLTransformNotReadyException";
87
- _this.$fault = "client";
88
- Object.setPrototypeOf(_this, MLTransformNotReadyException.prototype);
89
- _this.Message = opts.Message;
90
- return _this;
80
+ }
81
+ export class MLTransformNotReadyException extends __BaseException {
82
+ constructor(opts) {
83
+ super({
84
+ name: "MLTransformNotReadyException",
85
+ $fault: "client",
86
+ ...opts,
87
+ });
88
+ this.name = "MLTransformNotReadyException";
89
+ this.$fault = "client";
90
+ Object.setPrototypeOf(this, MLTransformNotReadyException.prototype);
91
+ this.Message = opts.Message;
91
92
  }
92
- return MLTransformNotReadyException;
93
- }(__BaseException));
94
- export { MLTransformNotReadyException };
95
- var CrawlerNotRunningException = (function (_super) {
96
- __extends(CrawlerNotRunningException, _super);
97
- function CrawlerNotRunningException(opts) {
98
- var _this = _super.call(this, __assign({ name: "CrawlerNotRunningException", $fault: "client" }, opts)) || this;
99
- _this.name = "CrawlerNotRunningException";
100
- _this.$fault = "client";
101
- Object.setPrototypeOf(_this, CrawlerNotRunningException.prototype);
102
- _this.Message = opts.Message;
103
- return _this;
93
+ }
94
+ export class CrawlerNotRunningException extends __BaseException {
95
+ constructor(opts) {
96
+ super({
97
+ name: "CrawlerNotRunningException",
98
+ $fault: "client",
99
+ ...opts,
100
+ });
101
+ this.name = "CrawlerNotRunningException";
102
+ this.$fault = "client";
103
+ Object.setPrototypeOf(this, CrawlerNotRunningException.prototype);
104
+ this.Message = opts.Message;
104
105
  }
105
- return CrawlerNotRunningException;
106
- }(__BaseException));
107
- export { CrawlerNotRunningException };
108
- var CrawlerStoppingException = (function (_super) {
109
- __extends(CrawlerStoppingException, _super);
110
- function CrawlerStoppingException(opts) {
111
- var _this = _super.call(this, __assign({ name: "CrawlerStoppingException", $fault: "client" }, opts)) || this;
112
- _this.name = "CrawlerStoppingException";
113
- _this.$fault = "client";
114
- Object.setPrototypeOf(_this, CrawlerStoppingException.prototype);
115
- _this.Message = opts.Message;
116
- return _this;
106
+ }
107
+ export class CrawlerStoppingException extends __BaseException {
108
+ constructor(opts) {
109
+ super({
110
+ name: "CrawlerStoppingException",
111
+ $fault: "client",
112
+ ...opts,
113
+ });
114
+ this.name = "CrawlerStoppingException";
115
+ this.$fault = "client";
116
+ Object.setPrototypeOf(this, CrawlerStoppingException.prototype);
117
+ this.Message = opts.Message;
117
118
  }
118
- return CrawlerStoppingException;
119
- }(__BaseException));
120
- export { CrawlerStoppingException };
121
- var SchedulerNotRunningException = (function (_super) {
122
- __extends(SchedulerNotRunningException, _super);
123
- function SchedulerNotRunningException(opts) {
124
- var _this = _super.call(this, __assign({ name: "SchedulerNotRunningException", $fault: "client" }, opts)) || this;
125
- _this.name = "SchedulerNotRunningException";
126
- _this.$fault = "client";
127
- Object.setPrototypeOf(_this, SchedulerNotRunningException.prototype);
128
- _this.Message = opts.Message;
129
- return _this;
119
+ }
120
+ export class SchedulerNotRunningException extends __BaseException {
121
+ constructor(opts) {
122
+ super({
123
+ name: "SchedulerNotRunningException",
124
+ $fault: "client",
125
+ ...opts,
126
+ });
127
+ this.name = "SchedulerNotRunningException";
128
+ this.$fault = "client";
129
+ Object.setPrototypeOf(this, SchedulerNotRunningException.prototype);
130
+ this.Message = opts.Message;
130
131
  }
131
- return SchedulerNotRunningException;
132
- }(__BaseException));
133
- export { SchedulerNotRunningException };
134
- var VersionMismatchException = (function (_super) {
135
- __extends(VersionMismatchException, _super);
136
- function VersionMismatchException(opts) {
137
- var _this = _super.call(this, __assign({ name: "VersionMismatchException", $fault: "client" }, opts)) || this;
138
- _this.name = "VersionMismatchException";
139
- _this.$fault = "client";
140
- Object.setPrototypeOf(_this, VersionMismatchException.prototype);
141
- _this.Message = opts.Message;
142
- return _this;
132
+ }
133
+ export class VersionMismatchException extends __BaseException {
134
+ constructor(opts) {
135
+ super({
136
+ name: "VersionMismatchException",
137
+ $fault: "client",
138
+ ...opts,
139
+ });
140
+ this.name = "VersionMismatchException";
141
+ this.$fault = "client";
142
+ Object.setPrototypeOf(this, VersionMismatchException.prototype);
143
+ this.Message = opts.Message;
143
144
  }
144
- return VersionMismatchException;
145
- }(__BaseException));
146
- export { VersionMismatchException };
147
- export var QuerySchemaVersionMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
148
- export var RegisterSchemaVersionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
149
- export var RegisterSchemaVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
150
- export var RemoveSchemaVersionMetadataInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
151
- export var RemoveSchemaVersionMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
152
- export var ResetJobBookmarkRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
153
- export var ResetJobBookmarkResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
154
- export var ResumeWorkflowRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
155
- export var ResumeWorkflowRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
156
- export var RunStatementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
157
- export var RunStatementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
158
- export var PropertyPredicateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
159
- export var SortCriterionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
160
- export var SearchTablesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
161
- export var SearchTablesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
162
- export var StartBlueprintRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
163
- export var StartBlueprintRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
164
- export var StartCrawlerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
165
- export var StartCrawlerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
166
- export var StartCrawlerScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
167
- export var StartCrawlerScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
168
- export var StartExportLabelsTaskRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
169
- export var StartExportLabelsTaskRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
170
- export var StartImportLabelsTaskRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
171
- export var StartImportLabelsTaskRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
172
- export var StartJobRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
173
- export var StartJobRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
174
- export var StartMLEvaluationTaskRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
175
- export var StartMLEvaluationTaskRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
176
- export var StartMLLabelingSetGenerationTaskRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
177
- export var StartMLLabelingSetGenerationTaskRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
178
- export var StartTriggerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
179
- export var StartTriggerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
180
- export var StartWorkflowRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
181
- export var StartWorkflowRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
182
- export var StopCrawlerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
183
- export var StopCrawlerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
184
- export var StopCrawlerScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
185
- export var StopCrawlerScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
- export var StopSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
187
- export var StopSessionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
188
- export var StopTriggerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
189
- export var StopTriggerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
190
- export var StopWorkflowRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
191
- export var StopWorkflowRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
192
- export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
193
- export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
194
- export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
195
- export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
196
- export var UpdateBlueprintRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
197
- export var UpdateBlueprintResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
- export var UpdateCsvClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
199
- export var UpdateGrokClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
200
- export var UpdateJsonClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
201
- export var UpdateXMLClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
202
- export var UpdateClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
203
- export var UpdateClassifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
204
- export var UpdateColumnStatisticsForPartitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
205
- export var ColumnStatisticsErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
206
- export var UpdateColumnStatisticsForPartitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
207
- export var UpdateColumnStatisticsForTableRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
208
- export var UpdateColumnStatisticsForTableResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
209
- export var UpdateConnectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
210
- export var UpdateConnectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
211
- export var UpdateCrawlerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
212
- export var UpdateCrawlerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
213
- export var UpdateCrawlerScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
214
- export var UpdateCrawlerScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
215
- export var UpdateDatabaseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
216
- export var UpdateDatabaseResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
217
- export var DevEndpointCustomLibrariesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
218
- export var UpdateDevEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
219
- export var UpdateDevEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
220
- export var UpdateJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
221
- export var UpdateMLTransformRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
222
- export var UpdateMLTransformResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
223
- export var UpdatePartitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
224
- export var UpdatePartitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
225
- export var UpdateRegistryInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
226
- export var UpdateRegistryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
227
- export var UpdateSchemaInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
228
- export var UpdateSchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
229
- export var UpdateTableRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
230
- export var UpdateTableResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
231
- export var TriggerUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
232
- export var UpdateTriggerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
233
- export var UpdateTriggerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
234
- export var UpdateUserDefinedFunctionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
235
- export var UpdateUserDefinedFunctionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
236
- export var UpdateWorkflowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
237
- export var UpdateWorkflowResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
238
- export var MappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
239
- export var ApplyMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
240
- export var CodeGenConfigurationNodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
241
- export var CreateJobRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }))); };
242
- export var JobFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }))); };
243
- export var JobUpdateFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }))); };
244
- export var GetJobResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Job && { Job: JobFilterSensitiveLog(obj.Job) }))); };
245
- export var UpdateJobRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.JobUpdate && { JobUpdate: JobUpdateFilterSensitiveLog(obj.JobUpdate) }))); };
246
- export var BatchGetJobsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Jobs && { Jobs: obj.Jobs.map(function (item) { return JobFilterSensitiveLog(item); }) }))); };
247
- export var GetJobsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Jobs && { Jobs: obj.Jobs.map(function (item) { return JobFilterSensitiveLog(item); }) }))); };
145
+ }
146
+ export const QuerySchemaVersionMetadataResponseFilterSensitiveLog = (obj) => ({
147
+ ...obj,
148
+ });
149
+ export const RegisterSchemaVersionInputFilterSensitiveLog = (obj) => ({
150
+ ...obj,
151
+ });
152
+ export const RegisterSchemaVersionResponseFilterSensitiveLog = (obj) => ({
153
+ ...obj,
154
+ });
155
+ export const RemoveSchemaVersionMetadataInputFilterSensitiveLog = (obj) => ({
156
+ ...obj,
157
+ });
158
+ export const RemoveSchemaVersionMetadataResponseFilterSensitiveLog = (obj) => ({
159
+ ...obj,
160
+ });
161
+ export const ResetJobBookmarkRequestFilterSensitiveLog = (obj) => ({
162
+ ...obj,
163
+ });
164
+ export const ResetJobBookmarkResponseFilterSensitiveLog = (obj) => ({
165
+ ...obj,
166
+ });
167
+ export const ResumeWorkflowRunRequestFilterSensitiveLog = (obj) => ({
168
+ ...obj,
169
+ });
170
+ export const ResumeWorkflowRunResponseFilterSensitiveLog = (obj) => ({
171
+ ...obj,
172
+ });
173
+ export const RunStatementRequestFilterSensitiveLog = (obj) => ({
174
+ ...obj,
175
+ });
176
+ export const RunStatementResponseFilterSensitiveLog = (obj) => ({
177
+ ...obj,
178
+ });
179
+ export const PropertyPredicateFilterSensitiveLog = (obj) => ({
180
+ ...obj,
181
+ });
182
+ export const SortCriterionFilterSensitiveLog = (obj) => ({
183
+ ...obj,
184
+ });
185
+ export const SearchTablesRequestFilterSensitiveLog = (obj) => ({
186
+ ...obj,
187
+ });
188
+ export const SearchTablesResponseFilterSensitiveLog = (obj) => ({
189
+ ...obj,
190
+ });
191
+ export const StartBlueprintRunRequestFilterSensitiveLog = (obj) => ({
192
+ ...obj,
193
+ });
194
+ export const StartBlueprintRunResponseFilterSensitiveLog = (obj) => ({
195
+ ...obj,
196
+ });
197
+ export const StartCrawlerRequestFilterSensitiveLog = (obj) => ({
198
+ ...obj,
199
+ });
200
+ export const StartCrawlerResponseFilterSensitiveLog = (obj) => ({
201
+ ...obj,
202
+ });
203
+ export const StartCrawlerScheduleRequestFilterSensitiveLog = (obj) => ({
204
+ ...obj,
205
+ });
206
+ export const StartCrawlerScheduleResponseFilterSensitiveLog = (obj) => ({
207
+ ...obj,
208
+ });
209
+ export const StartExportLabelsTaskRunRequestFilterSensitiveLog = (obj) => ({
210
+ ...obj,
211
+ });
212
+ export const StartExportLabelsTaskRunResponseFilterSensitiveLog = (obj) => ({
213
+ ...obj,
214
+ });
215
+ export const StartImportLabelsTaskRunRequestFilterSensitiveLog = (obj) => ({
216
+ ...obj,
217
+ });
218
+ export const StartImportLabelsTaskRunResponseFilterSensitiveLog = (obj) => ({
219
+ ...obj,
220
+ });
221
+ export const StartJobRunRequestFilterSensitiveLog = (obj) => ({
222
+ ...obj,
223
+ });
224
+ export const StartJobRunResponseFilterSensitiveLog = (obj) => ({
225
+ ...obj,
226
+ });
227
+ export const StartMLEvaluationTaskRunRequestFilterSensitiveLog = (obj) => ({
228
+ ...obj,
229
+ });
230
+ export const StartMLEvaluationTaskRunResponseFilterSensitiveLog = (obj) => ({
231
+ ...obj,
232
+ });
233
+ export const StartMLLabelingSetGenerationTaskRunRequestFilterSensitiveLog = (obj) => ({
234
+ ...obj,
235
+ });
236
+ export const StartMLLabelingSetGenerationTaskRunResponseFilterSensitiveLog = (obj) => ({
237
+ ...obj,
238
+ });
239
+ export const StartTriggerRequestFilterSensitiveLog = (obj) => ({
240
+ ...obj,
241
+ });
242
+ export const StartTriggerResponseFilterSensitiveLog = (obj) => ({
243
+ ...obj,
244
+ });
245
+ export const StartWorkflowRunRequestFilterSensitiveLog = (obj) => ({
246
+ ...obj,
247
+ });
248
+ export const StartWorkflowRunResponseFilterSensitiveLog = (obj) => ({
249
+ ...obj,
250
+ });
251
+ export const StopCrawlerRequestFilterSensitiveLog = (obj) => ({
252
+ ...obj,
253
+ });
254
+ export const StopCrawlerResponseFilterSensitiveLog = (obj) => ({
255
+ ...obj,
256
+ });
257
+ export const StopCrawlerScheduleRequestFilterSensitiveLog = (obj) => ({
258
+ ...obj,
259
+ });
260
+ export const StopCrawlerScheduleResponseFilterSensitiveLog = (obj) => ({
261
+ ...obj,
262
+ });
263
+ export const StopSessionRequestFilterSensitiveLog = (obj) => ({
264
+ ...obj,
265
+ });
266
+ export const StopSessionResponseFilterSensitiveLog = (obj) => ({
267
+ ...obj,
268
+ });
269
+ export const StopTriggerRequestFilterSensitiveLog = (obj) => ({
270
+ ...obj,
271
+ });
272
+ export const StopTriggerResponseFilterSensitiveLog = (obj) => ({
273
+ ...obj,
274
+ });
275
+ export const StopWorkflowRunRequestFilterSensitiveLog = (obj) => ({
276
+ ...obj,
277
+ });
278
+ export const StopWorkflowRunResponseFilterSensitiveLog = (obj) => ({
279
+ ...obj,
280
+ });
281
+ export const TagResourceRequestFilterSensitiveLog = (obj) => ({
282
+ ...obj,
283
+ });
284
+ export const TagResourceResponseFilterSensitiveLog = (obj) => ({
285
+ ...obj,
286
+ });
287
+ export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
288
+ ...obj,
289
+ });
290
+ export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
291
+ ...obj,
292
+ });
293
+ export const UpdateBlueprintRequestFilterSensitiveLog = (obj) => ({
294
+ ...obj,
295
+ });
296
+ export const UpdateBlueprintResponseFilterSensitiveLog = (obj) => ({
297
+ ...obj,
298
+ });
299
+ export const UpdateCsvClassifierRequestFilterSensitiveLog = (obj) => ({
300
+ ...obj,
301
+ });
302
+ export const UpdateGrokClassifierRequestFilterSensitiveLog = (obj) => ({
303
+ ...obj,
304
+ });
305
+ export const UpdateJsonClassifierRequestFilterSensitiveLog = (obj) => ({
306
+ ...obj,
307
+ });
308
+ export const UpdateXMLClassifierRequestFilterSensitiveLog = (obj) => ({
309
+ ...obj,
310
+ });
311
+ export const UpdateClassifierRequestFilterSensitiveLog = (obj) => ({
312
+ ...obj,
313
+ });
314
+ export const UpdateClassifierResponseFilterSensitiveLog = (obj) => ({
315
+ ...obj,
316
+ });
317
+ export const UpdateColumnStatisticsForPartitionRequestFilterSensitiveLog = (obj) => ({
318
+ ...obj,
319
+ });
320
+ export const ColumnStatisticsErrorFilterSensitiveLog = (obj) => ({
321
+ ...obj,
322
+ });
323
+ export const UpdateColumnStatisticsForPartitionResponseFilterSensitiveLog = (obj) => ({
324
+ ...obj,
325
+ });
326
+ export const UpdateColumnStatisticsForTableRequestFilterSensitiveLog = (obj) => ({
327
+ ...obj,
328
+ });
329
+ export const UpdateColumnStatisticsForTableResponseFilterSensitiveLog = (obj) => ({
330
+ ...obj,
331
+ });
332
+ export const UpdateConnectionRequestFilterSensitiveLog = (obj) => ({
333
+ ...obj,
334
+ });
335
+ export const UpdateConnectionResponseFilterSensitiveLog = (obj) => ({
336
+ ...obj,
337
+ });
338
+ export const UpdateCrawlerRequestFilterSensitiveLog = (obj) => ({
339
+ ...obj,
340
+ });
341
+ export const UpdateCrawlerResponseFilterSensitiveLog = (obj) => ({
342
+ ...obj,
343
+ });
344
+ export const UpdateCrawlerScheduleRequestFilterSensitiveLog = (obj) => ({
345
+ ...obj,
346
+ });
347
+ export const UpdateCrawlerScheduleResponseFilterSensitiveLog = (obj) => ({
348
+ ...obj,
349
+ });
350
+ export const UpdateDatabaseRequestFilterSensitiveLog = (obj) => ({
351
+ ...obj,
352
+ });
353
+ export const UpdateDatabaseResponseFilterSensitiveLog = (obj) => ({
354
+ ...obj,
355
+ });
356
+ export const DevEndpointCustomLibrariesFilterSensitiveLog = (obj) => ({
357
+ ...obj,
358
+ });
359
+ export const UpdateDevEndpointRequestFilterSensitiveLog = (obj) => ({
360
+ ...obj,
361
+ });
362
+ export const UpdateDevEndpointResponseFilterSensitiveLog = (obj) => ({
363
+ ...obj,
364
+ });
365
+ export const UpdateJobResponseFilterSensitiveLog = (obj) => ({
366
+ ...obj,
367
+ });
368
+ export const UpdateMLTransformRequestFilterSensitiveLog = (obj) => ({
369
+ ...obj,
370
+ });
371
+ export const UpdateMLTransformResponseFilterSensitiveLog = (obj) => ({
372
+ ...obj,
373
+ });
374
+ export const UpdatePartitionRequestFilterSensitiveLog = (obj) => ({
375
+ ...obj,
376
+ });
377
+ export const UpdatePartitionResponseFilterSensitiveLog = (obj) => ({
378
+ ...obj,
379
+ });
380
+ export const UpdateRegistryInputFilterSensitiveLog = (obj) => ({
381
+ ...obj,
382
+ });
383
+ export const UpdateRegistryResponseFilterSensitiveLog = (obj) => ({
384
+ ...obj,
385
+ });
386
+ export const UpdateSchemaInputFilterSensitiveLog = (obj) => ({
387
+ ...obj,
388
+ });
389
+ export const UpdateSchemaResponseFilterSensitiveLog = (obj) => ({
390
+ ...obj,
391
+ });
392
+ export const UpdateTableRequestFilterSensitiveLog = (obj) => ({
393
+ ...obj,
394
+ });
395
+ export const UpdateTableResponseFilterSensitiveLog = (obj) => ({
396
+ ...obj,
397
+ });
398
+ export const TriggerUpdateFilterSensitiveLog = (obj) => ({
399
+ ...obj,
400
+ });
401
+ export const UpdateTriggerRequestFilterSensitiveLog = (obj) => ({
402
+ ...obj,
403
+ });
404
+ export const UpdateTriggerResponseFilterSensitiveLog = (obj) => ({
405
+ ...obj,
406
+ });
407
+ export const UpdateUserDefinedFunctionRequestFilterSensitiveLog = (obj) => ({
408
+ ...obj,
409
+ });
410
+ export const UpdateUserDefinedFunctionResponseFilterSensitiveLog = (obj) => ({
411
+ ...obj,
412
+ });
413
+ export const UpdateWorkflowRequestFilterSensitiveLog = (obj) => ({
414
+ ...obj,
415
+ });
416
+ export const UpdateWorkflowResponseFilterSensitiveLog = (obj) => ({
417
+ ...obj,
418
+ });
419
+ export const MappingFilterSensitiveLog = (obj) => ({
420
+ ...obj,
421
+ });
422
+ export const ApplyMappingFilterSensitiveLog = (obj) => ({
423
+ ...obj,
424
+ });
425
+ export const CodeGenConfigurationNodeFilterSensitiveLog = (obj) => ({
426
+ ...obj,
427
+ });
428
+ export const CreateJobRequestFilterSensitiveLog = (obj) => ({
429
+ ...obj,
430
+ ...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
431
+ });
432
+ export const JobFilterSensitiveLog = (obj) => ({
433
+ ...obj,
434
+ ...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
435
+ });
436
+ export const JobUpdateFilterSensitiveLog = (obj) => ({
437
+ ...obj,
438
+ ...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
439
+ });
440
+ export const GetJobResponseFilterSensitiveLog = (obj) => ({
441
+ ...obj,
442
+ ...(obj.Job && { Job: JobFilterSensitiveLog(obj.Job) }),
443
+ });
444
+ export const UpdateJobRequestFilterSensitiveLog = (obj) => ({
445
+ ...obj,
446
+ ...(obj.JobUpdate && { JobUpdate: JobUpdateFilterSensitiveLog(obj.JobUpdate) }),
447
+ });
448
+ export const BatchGetJobsResponseFilterSensitiveLog = (obj) => ({
449
+ ...obj,
450
+ ...(obj.Jobs && { Jobs: obj.Jobs.map((item) => JobFilterSensitiveLog(item)) }),
451
+ });
452
+ export const GetJobsResponseFilterSensitiveLog = (obj) => ({
453
+ ...obj,
454
+ ...(obj.Jobs && { Jobs: obj.Jobs.map((item) => JobFilterSensitiveLog(item)) }),
455
+ });