@aws-sdk/client-transfer 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 (83) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/Transfer.js +234 -241
  3. package/dist-es/TransferClient.js +22 -28
  4. package/dist-es/commands/CreateAccessCommand.js +21 -28
  5. package/dist-es/commands/CreateAgreementCommand.js +21 -28
  6. package/dist-es/commands/CreateConnectorCommand.js +21 -28
  7. package/dist-es/commands/CreateProfileCommand.js +21 -28
  8. package/dist-es/commands/CreateServerCommand.js +21 -28
  9. package/dist-es/commands/CreateUserCommand.js +21 -28
  10. package/dist-es/commands/CreateWorkflowCommand.js +21 -28
  11. package/dist-es/commands/DeleteAccessCommand.js +22 -29
  12. package/dist-es/commands/DeleteAgreementCommand.js +22 -29
  13. package/dist-es/commands/DeleteCertificateCommand.js +22 -29
  14. package/dist-es/commands/DeleteConnectorCommand.js +22 -29
  15. package/dist-es/commands/DeleteHostKeyCommand.js +22 -29
  16. package/dist-es/commands/DeleteProfileCommand.js +22 -29
  17. package/dist-es/commands/DeleteServerCommand.js +22 -29
  18. package/dist-es/commands/DeleteSshPublicKeyCommand.js +22 -29
  19. package/dist-es/commands/DeleteUserCommand.js +22 -29
  20. package/dist-es/commands/DeleteWorkflowCommand.js +22 -29
  21. package/dist-es/commands/DescribeAccessCommand.js +21 -28
  22. package/dist-es/commands/DescribeAgreementCommand.js +21 -28
  23. package/dist-es/commands/DescribeCertificateCommand.js +21 -28
  24. package/dist-es/commands/DescribeConnectorCommand.js +21 -28
  25. package/dist-es/commands/DescribeExecutionCommand.js +21 -28
  26. package/dist-es/commands/DescribeHostKeyCommand.js +21 -28
  27. package/dist-es/commands/DescribeProfileCommand.js +21 -28
  28. package/dist-es/commands/DescribeSecurityPolicyCommand.js +21 -28
  29. package/dist-es/commands/DescribeServerCommand.js +21 -28
  30. package/dist-es/commands/DescribeUserCommand.js +21 -28
  31. package/dist-es/commands/DescribeWorkflowCommand.js +21 -28
  32. package/dist-es/commands/ImportCertificateCommand.js +21 -28
  33. package/dist-es/commands/ImportHostKeyCommand.js +21 -28
  34. package/dist-es/commands/ImportSshPublicKeyCommand.js +21 -28
  35. package/dist-es/commands/ListAccessesCommand.js +21 -28
  36. package/dist-es/commands/ListAgreementsCommand.js +21 -28
  37. package/dist-es/commands/ListCertificatesCommand.js +21 -28
  38. package/dist-es/commands/ListConnectorsCommand.js +21 -28
  39. package/dist-es/commands/ListExecutionsCommand.js +21 -28
  40. package/dist-es/commands/ListHostKeysCommand.js +21 -28
  41. package/dist-es/commands/ListProfilesCommand.js +21 -28
  42. package/dist-es/commands/ListSecurityPoliciesCommand.js +21 -28
  43. package/dist-es/commands/ListServersCommand.js +21 -28
  44. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  45. package/dist-es/commands/ListUsersCommand.js +21 -28
  46. package/dist-es/commands/ListWorkflowsCommand.js +21 -28
  47. package/dist-es/commands/SendWorkflowStepStateCommand.js +21 -28
  48. package/dist-es/commands/StartFileTransferCommand.js +21 -28
  49. package/dist-es/commands/StartServerCommand.js +22 -29
  50. package/dist-es/commands/StopServerCommand.js +22 -29
  51. package/dist-es/commands/TagResourceCommand.js +22 -29
  52. package/dist-es/commands/TestIdentityProviderCommand.js +21 -28
  53. package/dist-es/commands/UntagResourceCommand.js +22 -29
  54. package/dist-es/commands/UpdateAccessCommand.js +21 -28
  55. package/dist-es/commands/UpdateAgreementCommand.js +21 -28
  56. package/dist-es/commands/UpdateCertificateCommand.js +21 -28
  57. package/dist-es/commands/UpdateConnectorCommand.js +21 -28
  58. package/dist-es/commands/UpdateHostKeyCommand.js +21 -28
  59. package/dist-es/commands/UpdateProfileCommand.js +21 -28
  60. package/dist-es/commands/UpdateServerCommand.js +21 -28
  61. package/dist-es/commands/UpdateUserCommand.js +21 -28
  62. package/dist-es/endpoints.js +8 -8
  63. package/dist-es/models/TransferServiceException.js +5 -10
  64. package/dist-es/models/models_0.js +572 -263
  65. package/dist-es/pagination/ListAccessesPaginator.js +25 -68
  66. package/dist-es/pagination/ListAgreementsPaginator.js +25 -68
  67. package/dist-es/pagination/ListCertificatesPaginator.js +25 -68
  68. package/dist-es/pagination/ListConnectorsPaginator.js +25 -68
  69. package/dist-es/pagination/ListExecutionsPaginator.js +25 -68
  70. package/dist-es/pagination/ListProfilesPaginator.js +25 -68
  71. package/dist-es/pagination/ListSecurityPoliciesPaginator.js +25 -68
  72. package/dist-es/pagination/ListServersPaginator.js +25 -68
  73. package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
  74. package/dist-es/pagination/ListUsersPaginator.js +25 -68
  75. package/dist-es/pagination/ListWorkflowsPaginator.js +25 -68
  76. package/dist-es/protocols/Aws_json1_1.js +3961 -5067
  77. package/dist-es/runtimeConfig.browser.js +26 -12
  78. package/dist-es/runtimeConfig.js +30 -12
  79. package/dist-es/runtimeConfig.native.js +8 -5
  80. package/dist-es/runtimeConfig.shared.js +8 -11
  81. package/dist-es/waiters/waitForServerOffline.js +36 -56
  82. package/dist-es/waiters/waitForServerOnline.js +36 -56
  83. package/package.json +34 -34
@@ -1,19 +1,18 @@
1
- import { __assign, __extends } from "tslib";
2
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
2
  import { TransferServiceException as __BaseException } from "./TransferServiceException";
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 AgreementStatusType;
18
17
  (function (AgreementStatusType) {
19
18
  AgreementStatusType["ACTIVE"] = "ACTIVE";
@@ -72,19 +71,19 @@ export var CertificateUsageType;
72
71
  CertificateUsageType["ENCRYPTION"] = "ENCRYPTION";
73
72
  CertificateUsageType["SIGNING"] = "SIGNING";
74
73
  })(CertificateUsageType || (CertificateUsageType = {}));
75
- var ConflictException = (function (_super) {
76
- __extends(ConflictException, _super);
77
- function ConflictException(opts) {
78
- var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
79
- _this.name = "ConflictException";
80
- _this.$fault = "client";
81
- Object.setPrototypeOf(_this, ConflictException.prototype);
82
- _this.Message = opts.Message;
83
- return _this;
74
+ export class ConflictException extends __BaseException {
75
+ constructor(opts) {
76
+ super({
77
+ name: "ConflictException",
78
+ $fault: "client",
79
+ ...opts,
80
+ });
81
+ this.name = "ConflictException";
82
+ this.$fault = "client";
83
+ Object.setPrototypeOf(this, ConflictException.prototype);
84
+ this.Message = opts.Message;
84
85
  }
85
- return ConflictException;
86
- }(__BaseException));
87
- export { ConflictException };
86
+ }
88
87
  export var OverwriteExisting;
89
88
  (function (OverwriteExisting) {
90
89
  OverwriteExisting["FALSE"] = "FALSE";
@@ -95,75 +94,75 @@ export var HomeDirectoryType;
95
94
  HomeDirectoryType["LOGICAL"] = "LOGICAL";
96
95
  HomeDirectoryType["PATH"] = "PATH";
97
96
  })(HomeDirectoryType || (HomeDirectoryType = {}));
98
- var InternalServiceError = (function (_super) {
99
- __extends(InternalServiceError, _super);
100
- function InternalServiceError(opts) {
101
- var _this = _super.call(this, __assign({ name: "InternalServiceError", $fault: "server" }, opts)) || this;
102
- _this.name = "InternalServiceError";
103
- _this.$fault = "server";
104
- Object.setPrototypeOf(_this, InternalServiceError.prototype);
105
- _this.Message = opts.Message;
106
- return _this;
97
+ export class InternalServiceError extends __BaseException {
98
+ constructor(opts) {
99
+ super({
100
+ name: "InternalServiceError",
101
+ $fault: "server",
102
+ ...opts,
103
+ });
104
+ this.name = "InternalServiceError";
105
+ this.$fault = "server";
106
+ Object.setPrototypeOf(this, InternalServiceError.prototype);
107
+ this.Message = opts.Message;
107
108
  }
108
- return InternalServiceError;
109
- }(__BaseException));
110
- export { InternalServiceError };
111
- var InvalidRequestException = (function (_super) {
112
- __extends(InvalidRequestException, _super);
113
- function InvalidRequestException(opts) {
114
- var _this = _super.call(this, __assign({ name: "InvalidRequestException", $fault: "client" }, opts)) || this;
115
- _this.name = "InvalidRequestException";
116
- _this.$fault = "client";
117
- Object.setPrototypeOf(_this, InvalidRequestException.prototype);
118
- _this.Message = opts.Message;
119
- return _this;
109
+ }
110
+ export class InvalidRequestException extends __BaseException {
111
+ constructor(opts) {
112
+ super({
113
+ name: "InvalidRequestException",
114
+ $fault: "client",
115
+ ...opts,
116
+ });
117
+ this.name = "InvalidRequestException";
118
+ this.$fault = "client";
119
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
120
+ this.Message = opts.Message;
120
121
  }
121
- return InvalidRequestException;
122
- }(__BaseException));
123
- export { InvalidRequestException };
124
- var ResourceExistsException = (function (_super) {
125
- __extends(ResourceExistsException, _super);
126
- function ResourceExistsException(opts) {
127
- var _this = _super.call(this, __assign({ name: "ResourceExistsException", $fault: "client" }, opts)) || this;
128
- _this.name = "ResourceExistsException";
129
- _this.$fault = "client";
130
- Object.setPrototypeOf(_this, ResourceExistsException.prototype);
131
- _this.Message = opts.Message;
132
- _this.Resource = opts.Resource;
133
- _this.ResourceType = opts.ResourceType;
134
- return _this;
122
+ }
123
+ export class ResourceExistsException extends __BaseException {
124
+ constructor(opts) {
125
+ super({
126
+ name: "ResourceExistsException",
127
+ $fault: "client",
128
+ ...opts,
129
+ });
130
+ this.name = "ResourceExistsException";
131
+ this.$fault = "client";
132
+ Object.setPrototypeOf(this, ResourceExistsException.prototype);
133
+ this.Message = opts.Message;
134
+ this.Resource = opts.Resource;
135
+ this.ResourceType = opts.ResourceType;
135
136
  }
136
- return ResourceExistsException;
137
- }(__BaseException));
138
- export { ResourceExistsException };
139
- var ResourceNotFoundException = (function (_super) {
140
- __extends(ResourceNotFoundException, _super);
141
- function ResourceNotFoundException(opts) {
142
- var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
143
- _this.name = "ResourceNotFoundException";
144
- _this.$fault = "client";
145
- Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
146
- _this.Message = opts.Message;
147
- _this.Resource = opts.Resource;
148
- _this.ResourceType = opts.ResourceType;
149
- return _this;
137
+ }
138
+ export class ResourceNotFoundException extends __BaseException {
139
+ constructor(opts) {
140
+ super({
141
+ name: "ResourceNotFoundException",
142
+ $fault: "client",
143
+ ...opts,
144
+ });
145
+ this.name = "ResourceNotFoundException";
146
+ this.$fault = "client";
147
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
148
+ this.Message = opts.Message;
149
+ this.Resource = opts.Resource;
150
+ this.ResourceType = opts.ResourceType;
150
151
  }
151
- return ResourceNotFoundException;
152
- }(__BaseException));
153
- export { ResourceNotFoundException };
154
- var ServiceUnavailableException = (function (_super) {
155
- __extends(ServiceUnavailableException, _super);
156
- function ServiceUnavailableException(opts) {
157
- var _this = _super.call(this, __assign({ name: "ServiceUnavailableException", $fault: "server" }, opts)) || this;
158
- _this.name = "ServiceUnavailableException";
159
- _this.$fault = "server";
160
- Object.setPrototypeOf(_this, ServiceUnavailableException.prototype);
161
- _this.Message = opts.Message;
162
- return _this;
152
+ }
153
+ export class ServiceUnavailableException extends __BaseException {
154
+ constructor(opts) {
155
+ super({
156
+ name: "ServiceUnavailableException",
157
+ $fault: "server",
158
+ ...opts,
159
+ });
160
+ this.name = "ServiceUnavailableException";
161
+ this.$fault = "server";
162
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
163
+ this.Message = opts.Message;
163
164
  }
164
- return ServiceUnavailableException;
165
- }(__BaseException));
166
- export { ServiceUnavailableException };
165
+ }
167
166
  export var ProfileType;
168
167
  (function (ProfileType) {
169
168
  ProfileType["LOCAL"] = "LOCAL";
@@ -205,19 +204,19 @@ export var Protocol;
205
204
  Protocol["FTPS"] = "FTPS";
206
205
  Protocol["SFTP"] = "SFTP";
207
206
  })(Protocol || (Protocol = {}));
208
- var ThrottlingException = (function (_super) {
209
- __extends(ThrottlingException, _super);
210
- function ThrottlingException(opts) {
211
- var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
212
- _this.name = "ThrottlingException";
213
- _this.$fault = "client";
214
- Object.setPrototypeOf(_this, ThrottlingException.prototype);
215
- _this.RetryAfterSeconds = opts.RetryAfterSeconds;
216
- return _this;
207
+ export class ThrottlingException extends __BaseException {
208
+ constructor(opts) {
209
+ super({
210
+ name: "ThrottlingException",
211
+ $fault: "client",
212
+ ...opts,
213
+ });
214
+ this.name = "ThrottlingException";
215
+ this.$fault = "client";
216
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
217
+ this.RetryAfterSeconds = opts.RetryAfterSeconds;
217
218
  }
218
- return ThrottlingException;
219
- }(__BaseException));
220
- export { ThrottlingException };
219
+ }
221
220
  export var WorkflowStepType;
222
221
  (function (WorkflowStepType) {
223
222
  WorkflowStepType["COPY"] = "COPY";
@@ -257,166 +256,476 @@ export var State;
257
256
  State["STOPPING"] = "STOPPING";
258
257
  State["STOP_FAILED"] = "STOP_FAILED";
259
258
  })(State || (State = {}));
260
- var InvalidNextTokenException = (function (_super) {
261
- __extends(InvalidNextTokenException, _super);
262
- function InvalidNextTokenException(opts) {
263
- var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
264
- _this.name = "InvalidNextTokenException";
265
- _this.$fault = "client";
266
- Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
267
- _this.Message = opts.Message;
268
- return _this;
259
+ export class InvalidNextTokenException extends __BaseException {
260
+ constructor(opts) {
261
+ super({
262
+ name: "InvalidNextTokenException",
263
+ $fault: "client",
264
+ ...opts,
265
+ });
266
+ this.name = "InvalidNextTokenException";
267
+ this.$fault = "client";
268
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
269
+ this.Message = opts.Message;
269
270
  }
270
- return InvalidNextTokenException;
271
- }(__BaseException));
272
- export { InvalidNextTokenException };
273
- export var As2ConnectorConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
274
- export var EfsFileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
275
- export var S3InputFileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
276
- export var InputFileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
277
- export var CopyStepDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
278
- export var HomeDirectoryMapEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
279
- export var PosixProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
280
- export var CreateAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
281
- export var CreateAccessResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
282
- export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
283
- export var CreateAgreementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
284
- export var CreateAgreementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
285
- export var CreateConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
286
- export var CreateConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
287
- export var CreateProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
- export var CreateProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
289
- export var EndpointDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
- export var IdentityProviderDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
291
- export var ProtocolDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
- export var WorkflowDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
293
- export var WorkflowDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
- export var CreateServerRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.HostKey && { HostKey: SENSITIVE_STRING }))); };
295
- export var CreateServerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
296
- export var CreateUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
297
- export var CreateUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
- export var CustomStepDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
299
- export var DeleteStepDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
- export var S3TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
301
- export var TagStepDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
- export var WorkflowStepFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
303
- export var CreateWorkflowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
- export var CreateWorkflowResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
305
- export var DeleteAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
- export var DeleteAgreementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
307
- export var DeleteCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
308
- export var DeleteConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
309
- export var DeleteHostKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
- export var DeleteProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
311
- export var DeleteServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
312
- export var DeleteSshPublicKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
313
- export var DeleteUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
- export var DeleteWorkflowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
315
- export var DescribeAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
316
- export var DescribedAccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
317
- export var DescribeAccessResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
- export var DescribeAgreementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
319
- export var DescribedAgreementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
320
- export var DescribeAgreementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
321
- export var DescribeCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
322
- export var DescribedCertificateFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Certificate && { Certificate: SENSITIVE_STRING })), (obj.CertificateChain && { CertificateChain: SENSITIVE_STRING }))); };
323
- export var DescribeCertificateResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Certificate && { Certificate: DescribedCertificateFilterSensitiveLog(obj.Certificate) }))); };
324
- export var DescribeConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
325
- export var DescribedConnectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
326
- export var DescribeConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
327
- export var S3FileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
- export var FileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
329
- export var LoggingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
330
- export var ExecutionErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
331
- export var ExecutionStepResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
- export var ExecutionResultsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
- export var UserDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
- export var ServiceMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
335
- export var DescribedExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
- export var DescribedHostKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
- export var DescribedProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
- export var DescribedSecurityPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
339
- export var DescribedServerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
- export var SshPublicKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
- export var DescribedUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
342
- export var DescribedWorkflowFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
343
- export var DescribeExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
344
- export var DescribeExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
345
- export var DescribeHostKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
- export var DescribeHostKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
347
- export var DescribeProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
- export var DescribeProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
349
- export var DescribeSecurityPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
350
- export var DescribeSecurityPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
351
- export var DescribeServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
352
- export var DescribeServerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
353
- export var DescribeUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
- export var DescribeUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
355
- export var DescribeWorkflowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
356
- export var DescribeWorkflowResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
- export var ImportCertificateRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Certificate && { Certificate: SENSITIVE_STRING })), (obj.CertificateChain && { CertificateChain: SENSITIVE_STRING })), (obj.PrivateKey && { PrivateKey: SENSITIVE_STRING }))); };
358
- export var ImportCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
359
- export var ImportHostKeyRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.HostKeyBody && { HostKeyBody: SENSITIVE_STRING }))); };
360
- export var ImportHostKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
361
- export var ImportSshPublicKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
362
- export var ImportSshPublicKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
363
- export var ListAccessesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
364
- export var ListedAccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
365
- export var ListAccessesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
366
- export var ListAgreementsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
- export var ListedAgreementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
368
- export var ListAgreementsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
- export var ListCertificatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
370
- export var ListedCertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
371
- export var ListCertificatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
372
- export var ListConnectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
373
- export var ListedConnectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
374
- export var ListConnectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
375
- export var ListedExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
376
- export var ListedHostKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
377
- export var ListedProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
378
- export var ListedServerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
379
- export var ListedUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
380
- export var ListedWorkflowFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
381
- export var ListExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
382
- export var ListExecutionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
383
- export var ListHostKeysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
384
- export var ListHostKeysResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
385
- export var ListProfilesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
386
- export var ListProfilesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
387
- export var ListSecurityPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
388
- export var ListSecurityPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
389
- export var ListServersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
390
- export var ListServersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
391
- export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
392
- export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
393
- export var ListUsersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
394
- export var ListUsersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
395
- export var ListWorkflowsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
- export var ListWorkflowsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
397
- export var SendWorkflowStepStateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
398
- export var SendWorkflowStepStateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
399
- export var StartFileTransferRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
- export var StartFileTransferResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
401
- export var StartServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
402
- export var StopServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
403
- export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
404
- export var TestIdentityProviderRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPassword && { UserPassword: SENSITIVE_STRING }))); };
405
- export var TestIdentityProviderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
406
- export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
407
- export var UpdateAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
408
- export var UpdateAccessResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
409
- export var UpdateAgreementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
410
- export var UpdateAgreementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
411
- export var UpdateCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
412
- export var UpdateCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
413
- export var UpdateConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
414
- export var UpdateConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
415
- export var UpdateHostKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
- export var UpdateHostKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
417
- export var UpdateProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
418
- export var UpdateProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
419
- export var UpdateServerRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.HostKey && { HostKey: SENSITIVE_STRING }))); };
420
- export var UpdateServerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
421
- export var UpdateUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
422
- export var UpdateUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
271
+ }
272
+ export const As2ConnectorConfigFilterSensitiveLog = (obj) => ({
273
+ ...obj,
274
+ });
275
+ export const EfsFileLocationFilterSensitiveLog = (obj) => ({
276
+ ...obj,
277
+ });
278
+ export const S3InputFileLocationFilterSensitiveLog = (obj) => ({
279
+ ...obj,
280
+ });
281
+ export const InputFileLocationFilterSensitiveLog = (obj) => ({
282
+ ...obj,
283
+ });
284
+ export const CopyStepDetailsFilterSensitiveLog = (obj) => ({
285
+ ...obj,
286
+ });
287
+ export const HomeDirectoryMapEntryFilterSensitiveLog = (obj) => ({
288
+ ...obj,
289
+ });
290
+ export const PosixProfileFilterSensitiveLog = (obj) => ({
291
+ ...obj,
292
+ });
293
+ export const CreateAccessRequestFilterSensitiveLog = (obj) => ({
294
+ ...obj,
295
+ });
296
+ export const CreateAccessResponseFilterSensitiveLog = (obj) => ({
297
+ ...obj,
298
+ });
299
+ export const TagFilterSensitiveLog = (obj) => ({
300
+ ...obj,
301
+ });
302
+ export const CreateAgreementRequestFilterSensitiveLog = (obj) => ({
303
+ ...obj,
304
+ });
305
+ export const CreateAgreementResponseFilterSensitiveLog = (obj) => ({
306
+ ...obj,
307
+ });
308
+ export const CreateConnectorRequestFilterSensitiveLog = (obj) => ({
309
+ ...obj,
310
+ });
311
+ export const CreateConnectorResponseFilterSensitiveLog = (obj) => ({
312
+ ...obj,
313
+ });
314
+ export const CreateProfileRequestFilterSensitiveLog = (obj) => ({
315
+ ...obj,
316
+ });
317
+ export const CreateProfileResponseFilterSensitiveLog = (obj) => ({
318
+ ...obj,
319
+ });
320
+ export const EndpointDetailsFilterSensitiveLog = (obj) => ({
321
+ ...obj,
322
+ });
323
+ export const IdentityProviderDetailsFilterSensitiveLog = (obj) => ({
324
+ ...obj,
325
+ });
326
+ export const ProtocolDetailsFilterSensitiveLog = (obj) => ({
327
+ ...obj,
328
+ });
329
+ export const WorkflowDetailFilterSensitiveLog = (obj) => ({
330
+ ...obj,
331
+ });
332
+ export const WorkflowDetailsFilterSensitiveLog = (obj) => ({
333
+ ...obj,
334
+ });
335
+ export const CreateServerRequestFilterSensitiveLog = (obj) => ({
336
+ ...obj,
337
+ ...(obj.HostKey && { HostKey: SENSITIVE_STRING }),
338
+ });
339
+ export const CreateServerResponseFilterSensitiveLog = (obj) => ({
340
+ ...obj,
341
+ });
342
+ export const CreateUserRequestFilterSensitiveLog = (obj) => ({
343
+ ...obj,
344
+ });
345
+ export const CreateUserResponseFilterSensitiveLog = (obj) => ({
346
+ ...obj,
347
+ });
348
+ export const CustomStepDetailsFilterSensitiveLog = (obj) => ({
349
+ ...obj,
350
+ });
351
+ export const DeleteStepDetailsFilterSensitiveLog = (obj) => ({
352
+ ...obj,
353
+ });
354
+ export const S3TagFilterSensitiveLog = (obj) => ({
355
+ ...obj,
356
+ });
357
+ export const TagStepDetailsFilterSensitiveLog = (obj) => ({
358
+ ...obj,
359
+ });
360
+ export const WorkflowStepFilterSensitiveLog = (obj) => ({
361
+ ...obj,
362
+ });
363
+ export const CreateWorkflowRequestFilterSensitiveLog = (obj) => ({
364
+ ...obj,
365
+ });
366
+ export const CreateWorkflowResponseFilterSensitiveLog = (obj) => ({
367
+ ...obj,
368
+ });
369
+ export const DeleteAccessRequestFilterSensitiveLog = (obj) => ({
370
+ ...obj,
371
+ });
372
+ export const DeleteAgreementRequestFilterSensitiveLog = (obj) => ({
373
+ ...obj,
374
+ });
375
+ export const DeleteCertificateRequestFilterSensitiveLog = (obj) => ({
376
+ ...obj,
377
+ });
378
+ export const DeleteConnectorRequestFilterSensitiveLog = (obj) => ({
379
+ ...obj,
380
+ });
381
+ export const DeleteHostKeyRequestFilterSensitiveLog = (obj) => ({
382
+ ...obj,
383
+ });
384
+ export const DeleteProfileRequestFilterSensitiveLog = (obj) => ({
385
+ ...obj,
386
+ });
387
+ export const DeleteServerRequestFilterSensitiveLog = (obj) => ({
388
+ ...obj,
389
+ });
390
+ export const DeleteSshPublicKeyRequestFilterSensitiveLog = (obj) => ({
391
+ ...obj,
392
+ });
393
+ export const DeleteUserRequestFilterSensitiveLog = (obj) => ({
394
+ ...obj,
395
+ });
396
+ export const DeleteWorkflowRequestFilterSensitiveLog = (obj) => ({
397
+ ...obj,
398
+ });
399
+ export const DescribeAccessRequestFilterSensitiveLog = (obj) => ({
400
+ ...obj,
401
+ });
402
+ export const DescribedAccessFilterSensitiveLog = (obj) => ({
403
+ ...obj,
404
+ });
405
+ export const DescribeAccessResponseFilterSensitiveLog = (obj) => ({
406
+ ...obj,
407
+ });
408
+ export const DescribeAgreementRequestFilterSensitiveLog = (obj) => ({
409
+ ...obj,
410
+ });
411
+ export const DescribedAgreementFilterSensitiveLog = (obj) => ({
412
+ ...obj,
413
+ });
414
+ export const DescribeAgreementResponseFilterSensitiveLog = (obj) => ({
415
+ ...obj,
416
+ });
417
+ export const DescribeCertificateRequestFilterSensitiveLog = (obj) => ({
418
+ ...obj,
419
+ });
420
+ export const DescribedCertificateFilterSensitiveLog = (obj) => ({
421
+ ...obj,
422
+ ...(obj.Certificate && { Certificate: SENSITIVE_STRING }),
423
+ ...(obj.CertificateChain && { CertificateChain: SENSITIVE_STRING }),
424
+ });
425
+ export const DescribeCertificateResponseFilterSensitiveLog = (obj) => ({
426
+ ...obj,
427
+ ...(obj.Certificate && { Certificate: DescribedCertificateFilterSensitiveLog(obj.Certificate) }),
428
+ });
429
+ export const DescribeConnectorRequestFilterSensitiveLog = (obj) => ({
430
+ ...obj,
431
+ });
432
+ export const DescribedConnectorFilterSensitiveLog = (obj) => ({
433
+ ...obj,
434
+ });
435
+ export const DescribeConnectorResponseFilterSensitiveLog = (obj) => ({
436
+ ...obj,
437
+ });
438
+ export const S3FileLocationFilterSensitiveLog = (obj) => ({
439
+ ...obj,
440
+ });
441
+ export const FileLocationFilterSensitiveLog = (obj) => ({
442
+ ...obj,
443
+ });
444
+ export const LoggingConfigurationFilterSensitiveLog = (obj) => ({
445
+ ...obj,
446
+ });
447
+ export const ExecutionErrorFilterSensitiveLog = (obj) => ({
448
+ ...obj,
449
+ });
450
+ export const ExecutionStepResultFilterSensitiveLog = (obj) => ({
451
+ ...obj,
452
+ });
453
+ export const ExecutionResultsFilterSensitiveLog = (obj) => ({
454
+ ...obj,
455
+ });
456
+ export const UserDetailsFilterSensitiveLog = (obj) => ({
457
+ ...obj,
458
+ });
459
+ export const ServiceMetadataFilterSensitiveLog = (obj) => ({
460
+ ...obj,
461
+ });
462
+ export const DescribedExecutionFilterSensitiveLog = (obj) => ({
463
+ ...obj,
464
+ });
465
+ export const DescribedHostKeyFilterSensitiveLog = (obj) => ({
466
+ ...obj,
467
+ });
468
+ export const DescribedProfileFilterSensitiveLog = (obj) => ({
469
+ ...obj,
470
+ });
471
+ export const DescribedSecurityPolicyFilterSensitiveLog = (obj) => ({
472
+ ...obj,
473
+ });
474
+ export const DescribedServerFilterSensitiveLog = (obj) => ({
475
+ ...obj,
476
+ });
477
+ export const SshPublicKeyFilterSensitiveLog = (obj) => ({
478
+ ...obj,
479
+ });
480
+ export const DescribedUserFilterSensitiveLog = (obj) => ({
481
+ ...obj,
482
+ });
483
+ export const DescribedWorkflowFilterSensitiveLog = (obj) => ({
484
+ ...obj,
485
+ });
486
+ export const DescribeExecutionRequestFilterSensitiveLog = (obj) => ({
487
+ ...obj,
488
+ });
489
+ export const DescribeExecutionResponseFilterSensitiveLog = (obj) => ({
490
+ ...obj,
491
+ });
492
+ export const DescribeHostKeyRequestFilterSensitiveLog = (obj) => ({
493
+ ...obj,
494
+ });
495
+ export const DescribeHostKeyResponseFilterSensitiveLog = (obj) => ({
496
+ ...obj,
497
+ });
498
+ export const DescribeProfileRequestFilterSensitiveLog = (obj) => ({
499
+ ...obj,
500
+ });
501
+ export const DescribeProfileResponseFilterSensitiveLog = (obj) => ({
502
+ ...obj,
503
+ });
504
+ export const DescribeSecurityPolicyRequestFilterSensitiveLog = (obj) => ({
505
+ ...obj,
506
+ });
507
+ export const DescribeSecurityPolicyResponseFilterSensitiveLog = (obj) => ({
508
+ ...obj,
509
+ });
510
+ export const DescribeServerRequestFilterSensitiveLog = (obj) => ({
511
+ ...obj,
512
+ });
513
+ export const DescribeServerResponseFilterSensitiveLog = (obj) => ({
514
+ ...obj,
515
+ });
516
+ export const DescribeUserRequestFilterSensitiveLog = (obj) => ({
517
+ ...obj,
518
+ });
519
+ export const DescribeUserResponseFilterSensitiveLog = (obj) => ({
520
+ ...obj,
521
+ });
522
+ export const DescribeWorkflowRequestFilterSensitiveLog = (obj) => ({
523
+ ...obj,
524
+ });
525
+ export const DescribeWorkflowResponseFilterSensitiveLog = (obj) => ({
526
+ ...obj,
527
+ });
528
+ export const ImportCertificateRequestFilterSensitiveLog = (obj) => ({
529
+ ...obj,
530
+ ...(obj.Certificate && { Certificate: SENSITIVE_STRING }),
531
+ ...(obj.CertificateChain && { CertificateChain: SENSITIVE_STRING }),
532
+ ...(obj.PrivateKey && { PrivateKey: SENSITIVE_STRING }),
533
+ });
534
+ export const ImportCertificateResponseFilterSensitiveLog = (obj) => ({
535
+ ...obj,
536
+ });
537
+ export const ImportHostKeyRequestFilterSensitiveLog = (obj) => ({
538
+ ...obj,
539
+ ...(obj.HostKeyBody && { HostKeyBody: SENSITIVE_STRING }),
540
+ });
541
+ export const ImportHostKeyResponseFilterSensitiveLog = (obj) => ({
542
+ ...obj,
543
+ });
544
+ export const ImportSshPublicKeyRequestFilterSensitiveLog = (obj) => ({
545
+ ...obj,
546
+ });
547
+ export const ImportSshPublicKeyResponseFilterSensitiveLog = (obj) => ({
548
+ ...obj,
549
+ });
550
+ export const ListAccessesRequestFilterSensitiveLog = (obj) => ({
551
+ ...obj,
552
+ });
553
+ export const ListedAccessFilterSensitiveLog = (obj) => ({
554
+ ...obj,
555
+ });
556
+ export const ListAccessesResponseFilterSensitiveLog = (obj) => ({
557
+ ...obj,
558
+ });
559
+ export const ListAgreementsRequestFilterSensitiveLog = (obj) => ({
560
+ ...obj,
561
+ });
562
+ export const ListedAgreementFilterSensitiveLog = (obj) => ({
563
+ ...obj,
564
+ });
565
+ export const ListAgreementsResponseFilterSensitiveLog = (obj) => ({
566
+ ...obj,
567
+ });
568
+ export const ListCertificatesRequestFilterSensitiveLog = (obj) => ({
569
+ ...obj,
570
+ });
571
+ export const ListedCertificateFilterSensitiveLog = (obj) => ({
572
+ ...obj,
573
+ });
574
+ export const ListCertificatesResponseFilterSensitiveLog = (obj) => ({
575
+ ...obj,
576
+ });
577
+ export const ListConnectorsRequestFilterSensitiveLog = (obj) => ({
578
+ ...obj,
579
+ });
580
+ export const ListedConnectorFilterSensitiveLog = (obj) => ({
581
+ ...obj,
582
+ });
583
+ export const ListConnectorsResponseFilterSensitiveLog = (obj) => ({
584
+ ...obj,
585
+ });
586
+ export const ListedExecutionFilterSensitiveLog = (obj) => ({
587
+ ...obj,
588
+ });
589
+ export const ListedHostKeyFilterSensitiveLog = (obj) => ({
590
+ ...obj,
591
+ });
592
+ export const ListedProfileFilterSensitiveLog = (obj) => ({
593
+ ...obj,
594
+ });
595
+ export const ListedServerFilterSensitiveLog = (obj) => ({
596
+ ...obj,
597
+ });
598
+ export const ListedUserFilterSensitiveLog = (obj) => ({
599
+ ...obj,
600
+ });
601
+ export const ListedWorkflowFilterSensitiveLog = (obj) => ({
602
+ ...obj,
603
+ });
604
+ export const ListExecutionsRequestFilterSensitiveLog = (obj) => ({
605
+ ...obj,
606
+ });
607
+ export const ListExecutionsResponseFilterSensitiveLog = (obj) => ({
608
+ ...obj,
609
+ });
610
+ export const ListHostKeysRequestFilterSensitiveLog = (obj) => ({
611
+ ...obj,
612
+ });
613
+ export const ListHostKeysResponseFilterSensitiveLog = (obj) => ({
614
+ ...obj,
615
+ });
616
+ export const ListProfilesRequestFilterSensitiveLog = (obj) => ({
617
+ ...obj,
618
+ });
619
+ export const ListProfilesResponseFilterSensitiveLog = (obj) => ({
620
+ ...obj,
621
+ });
622
+ export const ListSecurityPoliciesRequestFilterSensitiveLog = (obj) => ({
623
+ ...obj,
624
+ });
625
+ export const ListSecurityPoliciesResponseFilterSensitiveLog = (obj) => ({
626
+ ...obj,
627
+ });
628
+ export const ListServersRequestFilterSensitiveLog = (obj) => ({
629
+ ...obj,
630
+ });
631
+ export const ListServersResponseFilterSensitiveLog = (obj) => ({
632
+ ...obj,
633
+ });
634
+ export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
635
+ ...obj,
636
+ });
637
+ export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
638
+ ...obj,
639
+ });
640
+ export const ListUsersRequestFilterSensitiveLog = (obj) => ({
641
+ ...obj,
642
+ });
643
+ export const ListUsersResponseFilterSensitiveLog = (obj) => ({
644
+ ...obj,
645
+ });
646
+ export const ListWorkflowsRequestFilterSensitiveLog = (obj) => ({
647
+ ...obj,
648
+ });
649
+ export const ListWorkflowsResponseFilterSensitiveLog = (obj) => ({
650
+ ...obj,
651
+ });
652
+ export const SendWorkflowStepStateRequestFilterSensitiveLog = (obj) => ({
653
+ ...obj,
654
+ });
655
+ export const SendWorkflowStepStateResponseFilterSensitiveLog = (obj) => ({
656
+ ...obj,
657
+ });
658
+ export const StartFileTransferRequestFilterSensitiveLog = (obj) => ({
659
+ ...obj,
660
+ });
661
+ export const StartFileTransferResponseFilterSensitiveLog = (obj) => ({
662
+ ...obj,
663
+ });
664
+ export const StartServerRequestFilterSensitiveLog = (obj) => ({
665
+ ...obj,
666
+ });
667
+ export const StopServerRequestFilterSensitiveLog = (obj) => ({
668
+ ...obj,
669
+ });
670
+ export const TagResourceRequestFilterSensitiveLog = (obj) => ({
671
+ ...obj,
672
+ });
673
+ export const TestIdentityProviderRequestFilterSensitiveLog = (obj) => ({
674
+ ...obj,
675
+ ...(obj.UserPassword && { UserPassword: SENSITIVE_STRING }),
676
+ });
677
+ export const TestIdentityProviderResponseFilterSensitiveLog = (obj) => ({
678
+ ...obj,
679
+ });
680
+ export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
681
+ ...obj,
682
+ });
683
+ export const UpdateAccessRequestFilterSensitiveLog = (obj) => ({
684
+ ...obj,
685
+ });
686
+ export const UpdateAccessResponseFilterSensitiveLog = (obj) => ({
687
+ ...obj,
688
+ });
689
+ export const UpdateAgreementRequestFilterSensitiveLog = (obj) => ({
690
+ ...obj,
691
+ });
692
+ export const UpdateAgreementResponseFilterSensitiveLog = (obj) => ({
693
+ ...obj,
694
+ });
695
+ export const UpdateCertificateRequestFilterSensitiveLog = (obj) => ({
696
+ ...obj,
697
+ });
698
+ export const UpdateCertificateResponseFilterSensitiveLog = (obj) => ({
699
+ ...obj,
700
+ });
701
+ export const UpdateConnectorRequestFilterSensitiveLog = (obj) => ({
702
+ ...obj,
703
+ });
704
+ export const UpdateConnectorResponseFilterSensitiveLog = (obj) => ({
705
+ ...obj,
706
+ });
707
+ export const UpdateHostKeyRequestFilterSensitiveLog = (obj) => ({
708
+ ...obj,
709
+ });
710
+ export const UpdateHostKeyResponseFilterSensitiveLog = (obj) => ({
711
+ ...obj,
712
+ });
713
+ export const UpdateProfileRequestFilterSensitiveLog = (obj) => ({
714
+ ...obj,
715
+ });
716
+ export const UpdateProfileResponseFilterSensitiveLog = (obj) => ({
717
+ ...obj,
718
+ });
719
+ export const UpdateServerRequestFilterSensitiveLog = (obj) => ({
720
+ ...obj,
721
+ ...(obj.HostKey && { HostKey: SENSITIVE_STRING }),
722
+ });
723
+ export const UpdateServerResponseFilterSensitiveLog = (obj) => ({
724
+ ...obj,
725
+ });
726
+ export const UpdateUserRequestFilterSensitiveLog = (obj) => ({
727
+ ...obj,
728
+ });
729
+ export const UpdateUserResponseFilterSensitiveLog = (obj) => ({
730
+ ...obj,
731
+ });