@aws-sdk/client-transfer 3.183.0 → 3.185.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Transfer.js +241 -234
- package/dist-es/TransferClient.js +28 -22
- package/dist-es/commands/CreateAccessCommand.js +28 -21
- package/dist-es/commands/CreateAgreementCommand.js +28 -21
- package/dist-es/commands/CreateConnectorCommand.js +28 -21
- package/dist-es/commands/CreateProfileCommand.js +28 -21
- package/dist-es/commands/CreateServerCommand.js +28 -21
- package/dist-es/commands/CreateUserCommand.js +28 -21
- package/dist-es/commands/CreateWorkflowCommand.js +28 -21
- package/dist-es/commands/DeleteAccessCommand.js +29 -22
- package/dist-es/commands/DeleteAgreementCommand.js +29 -22
- package/dist-es/commands/DeleteCertificateCommand.js +29 -22
- package/dist-es/commands/DeleteConnectorCommand.js +29 -22
- package/dist-es/commands/DeleteHostKeyCommand.js +29 -22
- package/dist-es/commands/DeleteProfileCommand.js +29 -22
- package/dist-es/commands/DeleteServerCommand.js +29 -22
- package/dist-es/commands/DeleteSshPublicKeyCommand.js +29 -22
- package/dist-es/commands/DeleteUserCommand.js +29 -22
- package/dist-es/commands/DeleteWorkflowCommand.js +29 -22
- package/dist-es/commands/DescribeAccessCommand.js +28 -21
- package/dist-es/commands/DescribeAgreementCommand.js +28 -21
- package/dist-es/commands/DescribeCertificateCommand.js +28 -21
- package/dist-es/commands/DescribeConnectorCommand.js +28 -21
- package/dist-es/commands/DescribeExecutionCommand.js +28 -21
- package/dist-es/commands/DescribeHostKeyCommand.js +28 -21
- package/dist-es/commands/DescribeProfileCommand.js +28 -21
- package/dist-es/commands/DescribeSecurityPolicyCommand.js +28 -21
- package/dist-es/commands/DescribeServerCommand.js +28 -21
- package/dist-es/commands/DescribeUserCommand.js +28 -21
- package/dist-es/commands/DescribeWorkflowCommand.js +28 -21
- package/dist-es/commands/ImportCertificateCommand.js +28 -21
- package/dist-es/commands/ImportHostKeyCommand.js +28 -21
- package/dist-es/commands/ImportSshPublicKeyCommand.js +28 -21
- package/dist-es/commands/ListAccessesCommand.js +28 -21
- package/dist-es/commands/ListAgreementsCommand.js +28 -21
- package/dist-es/commands/ListCertificatesCommand.js +28 -21
- package/dist-es/commands/ListConnectorsCommand.js +28 -21
- package/dist-es/commands/ListExecutionsCommand.js +28 -21
- package/dist-es/commands/ListHostKeysCommand.js +28 -21
- package/dist-es/commands/ListProfilesCommand.js +28 -21
- package/dist-es/commands/ListSecurityPoliciesCommand.js +28 -21
- package/dist-es/commands/ListServersCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListUsersCommand.js +28 -21
- package/dist-es/commands/ListWorkflowsCommand.js +28 -21
- package/dist-es/commands/SendWorkflowStepStateCommand.js +28 -21
- package/dist-es/commands/StartFileTransferCommand.js +28 -21
- package/dist-es/commands/StartServerCommand.js +29 -22
- package/dist-es/commands/StopServerCommand.js +29 -22
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/TestIdentityProviderCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateAccessCommand.js +28 -21
- package/dist-es/commands/UpdateAgreementCommand.js +28 -21
- package/dist-es/commands/UpdateCertificateCommand.js +28 -21
- package/dist-es/commands/UpdateConnectorCommand.js +28 -21
- package/dist-es/commands/UpdateHostKeyCommand.js +28 -21
- package/dist-es/commands/UpdateProfileCommand.js +28 -21
- package/dist-es/commands/UpdateServerCommand.js +28 -21
- package/dist-es/commands/UpdateUserCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/TransferServiceException.js +10 -5
- package/dist-es/models/models_0.js +263 -572
- package/dist-es/pagination/ListAccessesPaginator.js +68 -25
- package/dist-es/pagination/ListAgreementsPaginator.js +68 -25
- package/dist-es/pagination/ListCertificatesPaginator.js +68 -25
- package/dist-es/pagination/ListConnectorsPaginator.js +68 -25
- package/dist-es/pagination/ListExecutionsPaginator.js +68 -25
- package/dist-es/pagination/ListProfilesPaginator.js +68 -25
- package/dist-es/pagination/ListSecurityPoliciesPaginator.js +68 -25
- package/dist-es/pagination/ListServersPaginator.js +68 -25
- package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
- package/dist-es/pagination/ListUsersPaginator.js +68 -25
- package/dist-es/pagination/ListWorkflowsPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +5067 -3961
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForServerOffline.js +56 -36
- package/dist-es/waiters/waitForServerOnline.js +56 -36
- package/package.json +5 -5
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { TransferServiceException as __BaseException } from "./TransferServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
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;
|
|
14
13
|
}
|
|
15
|
-
|
|
14
|
+
return AccessDeniedException;
|
|
15
|
+
}(__BaseException));
|
|
16
|
+
export { AccessDeniedException };
|
|
16
17
|
export var AgreementStatusType;
|
|
17
18
|
(function (AgreementStatusType) {
|
|
18
19
|
AgreementStatusType["ACTIVE"] = "ACTIVE";
|
|
@@ -71,19 +72,19 @@ export var CertificateUsageType;
|
|
|
71
72
|
CertificateUsageType["ENCRYPTION"] = "ENCRYPTION";
|
|
72
73
|
CertificateUsageType["SIGNING"] = "SIGNING";
|
|
73
74
|
})(CertificateUsageType || (CertificateUsageType = {}));
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
84
|
-
this.Message = opts.Message;
|
|
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;
|
|
85
84
|
}
|
|
86
|
-
|
|
85
|
+
return ConflictException;
|
|
86
|
+
}(__BaseException));
|
|
87
|
+
export { ConflictException };
|
|
87
88
|
export var OverwriteExisting;
|
|
88
89
|
(function (OverwriteExisting) {
|
|
89
90
|
OverwriteExisting["FALSE"] = "FALSE";
|
|
@@ -94,75 +95,75 @@ export var HomeDirectoryType;
|
|
|
94
95
|
HomeDirectoryType["LOGICAL"] = "LOGICAL";
|
|
95
96
|
HomeDirectoryType["PATH"] = "PATH";
|
|
96
97
|
})(HomeDirectoryType || (HomeDirectoryType = {}));
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
Object.setPrototypeOf(this, InternalServiceError.prototype);
|
|
107
|
-
this.Message = opts.Message;
|
|
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;
|
|
108
107
|
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
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;
|
|
121
120
|
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
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;
|
|
136
135
|
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
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;
|
|
151
150
|
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
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;
|
|
164
163
|
}
|
|
165
|
-
|
|
164
|
+
return ServiceUnavailableException;
|
|
165
|
+
}(__BaseException));
|
|
166
|
+
export { ServiceUnavailableException };
|
|
166
167
|
export var ProfileType;
|
|
167
168
|
(function (ProfileType) {
|
|
168
169
|
ProfileType["LOCAL"] = "LOCAL";
|
|
@@ -204,19 +205,19 @@ export var Protocol;
|
|
|
204
205
|
Protocol["FTPS"] = "FTPS";
|
|
205
206
|
Protocol["SFTP"] = "SFTP";
|
|
206
207
|
})(Protocol || (Protocol = {}));
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
217
|
-
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
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;
|
|
218
217
|
}
|
|
219
|
-
|
|
218
|
+
return ThrottlingException;
|
|
219
|
+
}(__BaseException));
|
|
220
|
+
export { ThrottlingException };
|
|
220
221
|
export var WorkflowStepType;
|
|
221
222
|
(function (WorkflowStepType) {
|
|
222
223
|
WorkflowStepType["COPY"] = "COPY";
|
|
@@ -256,476 +257,166 @@ export var State;
|
|
|
256
257
|
State["STOPPING"] = "STOPPING";
|
|
257
258
|
State["STOP_FAILED"] = "STOP_FAILED";
|
|
258
259
|
})(State || (State = {}));
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
269
|
-
this.Message = opts.Message;
|
|
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;
|
|
270
269
|
}
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
});
|
|
275
|
-
export
|
|
276
|
-
|
|
277
|
-
});
|
|
278
|
-
export
|
|
279
|
-
|
|
280
|
-
});
|
|
281
|
-
export
|
|
282
|
-
|
|
283
|
-
});
|
|
284
|
-
export
|
|
285
|
-
|
|
286
|
-
});
|
|
287
|
-
export
|
|
288
|
-
|
|
289
|
-
});
|
|
290
|
-
export
|
|
291
|
-
|
|
292
|
-
});
|
|
293
|
-
export
|
|
294
|
-
|
|
295
|
-
});
|
|
296
|
-
export
|
|
297
|
-
|
|
298
|
-
});
|
|
299
|
-
export
|
|
300
|
-
|
|
301
|
-
});
|
|
302
|
-
export
|
|
303
|
-
|
|
304
|
-
});
|
|
305
|
-
export
|
|
306
|
-
|
|
307
|
-
});
|
|
308
|
-
export
|
|
309
|
-
|
|
310
|
-
});
|
|
311
|
-
export
|
|
312
|
-
|
|
313
|
-
});
|
|
314
|
-
export
|
|
315
|
-
|
|
316
|
-
});
|
|
317
|
-
export
|
|
318
|
-
|
|
319
|
-
});
|
|
320
|
-
export
|
|
321
|
-
|
|
322
|
-
});
|
|
323
|
-
export
|
|
324
|
-
|
|
325
|
-
});
|
|
326
|
-
export
|
|
327
|
-
|
|
328
|
-
});
|
|
329
|
-
export
|
|
330
|
-
|
|
331
|
-
});
|
|
332
|
-
export
|
|
333
|
-
|
|
334
|
-
});
|
|
335
|
-
export
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
});
|
|
339
|
-
export
|
|
340
|
-
|
|
341
|
-
});
|
|
342
|
-
export
|
|
343
|
-
|
|
344
|
-
});
|
|
345
|
-
export
|
|
346
|
-
|
|
347
|
-
});
|
|
348
|
-
export
|
|
349
|
-
|
|
350
|
-
});
|
|
351
|
-
export
|
|
352
|
-
|
|
353
|
-
});
|
|
354
|
-
export
|
|
355
|
-
|
|
356
|
-
});
|
|
357
|
-
export
|
|
358
|
-
|
|
359
|
-
});
|
|
360
|
-
export
|
|
361
|
-
|
|
362
|
-
});
|
|
363
|
-
export
|
|
364
|
-
|
|
365
|
-
});
|
|
366
|
-
export
|
|
367
|
-
|
|
368
|
-
});
|
|
369
|
-
export
|
|
370
|
-
|
|
371
|
-
});
|
|
372
|
-
export
|
|
373
|
-
|
|
374
|
-
});
|
|
375
|
-
export
|
|
376
|
-
|
|
377
|
-
});
|
|
378
|
-
export
|
|
379
|
-
|
|
380
|
-
});
|
|
381
|
-
export
|
|
382
|
-
|
|
383
|
-
});
|
|
384
|
-
export
|
|
385
|
-
|
|
386
|
-
});
|
|
387
|
-
export
|
|
388
|
-
|
|
389
|
-
});
|
|
390
|
-
export
|
|
391
|
-
|
|
392
|
-
});
|
|
393
|
-
export
|
|
394
|
-
|
|
395
|
-
});
|
|
396
|
-
export
|
|
397
|
-
|
|
398
|
-
});
|
|
399
|
-
export
|
|
400
|
-
|
|
401
|
-
});
|
|
402
|
-
export
|
|
403
|
-
|
|
404
|
-
});
|
|
405
|
-
export
|
|
406
|
-
|
|
407
|
-
});
|
|
408
|
-
export
|
|
409
|
-
|
|
410
|
-
});
|
|
411
|
-
export
|
|
412
|
-
|
|
413
|
-
});
|
|
414
|
-
export
|
|
415
|
-
|
|
416
|
-
});
|
|
417
|
-
export
|
|
418
|
-
|
|
419
|
-
});
|
|
420
|
-
export
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
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
|
-
});
|
|
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)); };
|