@aws-sdk/client-transfer 3.169.0 → 3.171.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 +19 -0
- package/dist-cjs/Transfer.js +75 -0
- package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
- package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
- package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +48 -3
- package/dist-cjs/protocols/Aws_json1_1.js +374 -3
- package/dist-es/Transfer.js +75 -0
- package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
- package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
- package/dist-es/commands/ImportHostKeyCommand.js +39 -0
- package/dist-es/commands/ListHostKeysCommand.js +39 -0
- package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +465 -0
- package/dist-types/Transfer.d.ts +35 -0
- package/dist-types/TransferClient.d.ts +7 -2
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +254 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Transfer.d.ts +990 -270
- package/dist-types/ts3.4/TransferClient.d.ts +452 -126
- package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartServerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/StopServerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +58 -53
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/TransferServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1435 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +11 -7
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-transfer
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **client-transfer:** This release introduces the ability to have multiple server host keys for any of your Transfer Family servers that use the SFTP protocol. ([e09e302](https://github.com/aws/aws-sdk-js-v3/commit/e09e3026b7c0776a6a7da6889116b6fb1507dbdc))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-transfer
|
package/dist-cjs/Transfer.js
CHANGED
|
@@ -12,6 +12,7 @@ const DeleteAccessCommand_1 = require("./commands/DeleteAccessCommand");
|
|
|
12
12
|
const DeleteAgreementCommand_1 = require("./commands/DeleteAgreementCommand");
|
|
13
13
|
const DeleteCertificateCommand_1 = require("./commands/DeleteCertificateCommand");
|
|
14
14
|
const DeleteConnectorCommand_1 = require("./commands/DeleteConnectorCommand");
|
|
15
|
+
const DeleteHostKeyCommand_1 = require("./commands/DeleteHostKeyCommand");
|
|
15
16
|
const DeleteProfileCommand_1 = require("./commands/DeleteProfileCommand");
|
|
16
17
|
const DeleteServerCommand_1 = require("./commands/DeleteServerCommand");
|
|
17
18
|
const DeleteSshPublicKeyCommand_1 = require("./commands/DeleteSshPublicKeyCommand");
|
|
@@ -22,18 +23,21 @@ const DescribeAgreementCommand_1 = require("./commands/DescribeAgreementCommand"
|
|
|
22
23
|
const DescribeCertificateCommand_1 = require("./commands/DescribeCertificateCommand");
|
|
23
24
|
const DescribeConnectorCommand_1 = require("./commands/DescribeConnectorCommand");
|
|
24
25
|
const DescribeExecutionCommand_1 = require("./commands/DescribeExecutionCommand");
|
|
26
|
+
const DescribeHostKeyCommand_1 = require("./commands/DescribeHostKeyCommand");
|
|
25
27
|
const DescribeProfileCommand_1 = require("./commands/DescribeProfileCommand");
|
|
26
28
|
const DescribeSecurityPolicyCommand_1 = require("./commands/DescribeSecurityPolicyCommand");
|
|
27
29
|
const DescribeServerCommand_1 = require("./commands/DescribeServerCommand");
|
|
28
30
|
const DescribeUserCommand_1 = require("./commands/DescribeUserCommand");
|
|
29
31
|
const DescribeWorkflowCommand_1 = require("./commands/DescribeWorkflowCommand");
|
|
30
32
|
const ImportCertificateCommand_1 = require("./commands/ImportCertificateCommand");
|
|
33
|
+
const ImportHostKeyCommand_1 = require("./commands/ImportHostKeyCommand");
|
|
31
34
|
const ImportSshPublicKeyCommand_1 = require("./commands/ImportSshPublicKeyCommand");
|
|
32
35
|
const ListAccessesCommand_1 = require("./commands/ListAccessesCommand");
|
|
33
36
|
const ListAgreementsCommand_1 = require("./commands/ListAgreementsCommand");
|
|
34
37
|
const ListCertificatesCommand_1 = require("./commands/ListCertificatesCommand");
|
|
35
38
|
const ListConnectorsCommand_1 = require("./commands/ListConnectorsCommand");
|
|
36
39
|
const ListExecutionsCommand_1 = require("./commands/ListExecutionsCommand");
|
|
40
|
+
const ListHostKeysCommand_1 = require("./commands/ListHostKeysCommand");
|
|
37
41
|
const ListProfilesCommand_1 = require("./commands/ListProfilesCommand");
|
|
38
42
|
const ListSecurityPoliciesCommand_1 = require("./commands/ListSecurityPoliciesCommand");
|
|
39
43
|
const ListServersCommand_1 = require("./commands/ListServersCommand");
|
|
@@ -51,6 +55,7 @@ const UpdateAccessCommand_1 = require("./commands/UpdateAccessCommand");
|
|
|
51
55
|
const UpdateAgreementCommand_1 = require("./commands/UpdateAgreementCommand");
|
|
52
56
|
const UpdateCertificateCommand_1 = require("./commands/UpdateCertificateCommand");
|
|
53
57
|
const UpdateConnectorCommand_1 = require("./commands/UpdateConnectorCommand");
|
|
58
|
+
const UpdateHostKeyCommand_1 = require("./commands/UpdateHostKeyCommand");
|
|
54
59
|
const UpdateProfileCommand_1 = require("./commands/UpdateProfileCommand");
|
|
55
60
|
const UpdateServerCommand_1 = require("./commands/UpdateServerCommand");
|
|
56
61
|
const UpdateUserCommand_1 = require("./commands/UpdateUserCommand");
|
|
@@ -210,6 +215,20 @@ class Transfer extends TransferClient_1.TransferClient {
|
|
|
210
215
|
return this.send(command, optionsOrCb);
|
|
211
216
|
}
|
|
212
217
|
}
|
|
218
|
+
deleteHostKey(args, optionsOrCb, cb) {
|
|
219
|
+
const command = new DeleteHostKeyCommand_1.DeleteHostKeyCommand(args);
|
|
220
|
+
if (typeof optionsOrCb === "function") {
|
|
221
|
+
this.send(command, optionsOrCb);
|
|
222
|
+
}
|
|
223
|
+
else if (typeof cb === "function") {
|
|
224
|
+
if (typeof optionsOrCb !== "object")
|
|
225
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
226
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
227
|
+
}
|
|
228
|
+
else {
|
|
229
|
+
return this.send(command, optionsOrCb);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
213
232
|
deleteProfile(args, optionsOrCb, cb) {
|
|
214
233
|
const command = new DeleteProfileCommand_1.DeleteProfileCommand(args);
|
|
215
234
|
if (typeof optionsOrCb === "function") {
|
|
@@ -350,6 +369,20 @@ class Transfer extends TransferClient_1.TransferClient {
|
|
|
350
369
|
return this.send(command, optionsOrCb);
|
|
351
370
|
}
|
|
352
371
|
}
|
|
372
|
+
describeHostKey(args, optionsOrCb, cb) {
|
|
373
|
+
const command = new DescribeHostKeyCommand_1.DescribeHostKeyCommand(args);
|
|
374
|
+
if (typeof optionsOrCb === "function") {
|
|
375
|
+
this.send(command, optionsOrCb);
|
|
376
|
+
}
|
|
377
|
+
else if (typeof cb === "function") {
|
|
378
|
+
if (typeof optionsOrCb !== "object")
|
|
379
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
380
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
381
|
+
}
|
|
382
|
+
else {
|
|
383
|
+
return this.send(command, optionsOrCb);
|
|
384
|
+
}
|
|
385
|
+
}
|
|
353
386
|
describeProfile(args, optionsOrCb, cb) {
|
|
354
387
|
const command = new DescribeProfileCommand_1.DescribeProfileCommand(args);
|
|
355
388
|
if (typeof optionsOrCb === "function") {
|
|
@@ -434,6 +467,20 @@ class Transfer extends TransferClient_1.TransferClient {
|
|
|
434
467
|
return this.send(command, optionsOrCb);
|
|
435
468
|
}
|
|
436
469
|
}
|
|
470
|
+
importHostKey(args, optionsOrCb, cb) {
|
|
471
|
+
const command = new ImportHostKeyCommand_1.ImportHostKeyCommand(args);
|
|
472
|
+
if (typeof optionsOrCb === "function") {
|
|
473
|
+
this.send(command, optionsOrCb);
|
|
474
|
+
}
|
|
475
|
+
else if (typeof cb === "function") {
|
|
476
|
+
if (typeof optionsOrCb !== "object")
|
|
477
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
478
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
479
|
+
}
|
|
480
|
+
else {
|
|
481
|
+
return this.send(command, optionsOrCb);
|
|
482
|
+
}
|
|
483
|
+
}
|
|
437
484
|
importSshPublicKey(args, optionsOrCb, cb) {
|
|
438
485
|
const command = new ImportSshPublicKeyCommand_1.ImportSshPublicKeyCommand(args);
|
|
439
486
|
if (typeof optionsOrCb === "function") {
|
|
@@ -518,6 +565,20 @@ class Transfer extends TransferClient_1.TransferClient {
|
|
|
518
565
|
return this.send(command, optionsOrCb);
|
|
519
566
|
}
|
|
520
567
|
}
|
|
568
|
+
listHostKeys(args, optionsOrCb, cb) {
|
|
569
|
+
const command = new ListHostKeysCommand_1.ListHostKeysCommand(args);
|
|
570
|
+
if (typeof optionsOrCb === "function") {
|
|
571
|
+
this.send(command, optionsOrCb);
|
|
572
|
+
}
|
|
573
|
+
else if (typeof cb === "function") {
|
|
574
|
+
if (typeof optionsOrCb !== "object")
|
|
575
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
576
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
577
|
+
}
|
|
578
|
+
else {
|
|
579
|
+
return this.send(command, optionsOrCb);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
521
582
|
listProfiles(args, optionsOrCb, cb) {
|
|
522
583
|
const command = new ListProfilesCommand_1.ListProfilesCommand(args);
|
|
523
584
|
if (typeof optionsOrCb === "function") {
|
|
@@ -756,6 +817,20 @@ class Transfer extends TransferClient_1.TransferClient {
|
|
|
756
817
|
return this.send(command, optionsOrCb);
|
|
757
818
|
}
|
|
758
819
|
}
|
|
820
|
+
updateHostKey(args, optionsOrCb, cb) {
|
|
821
|
+
const command = new UpdateHostKeyCommand_1.UpdateHostKeyCommand(args);
|
|
822
|
+
if (typeof optionsOrCb === "function") {
|
|
823
|
+
this.send(command, optionsOrCb);
|
|
824
|
+
}
|
|
825
|
+
else if (typeof cb === "function") {
|
|
826
|
+
if (typeof optionsOrCb !== "object")
|
|
827
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
828
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
829
|
+
}
|
|
830
|
+
else {
|
|
831
|
+
return this.send(command, optionsOrCb);
|
|
832
|
+
}
|
|
833
|
+
}
|
|
759
834
|
updateProfile(args, optionsOrCb, cb) {
|
|
760
835
|
const command = new UpdateProfileCommand_1.UpdateProfileCommand(args);
|
|
761
836
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteHostKeyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DeleteHostKeyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "TransferClient";
|
|
18
|
+
const commandName = "DeleteHostKeyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteHostKeyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: (output) => output,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteHostKeyCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteHostKeyCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteHostKeyCommand = DeleteHostKeyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeHostKeyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DescribeHostKeyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "TransferClient";
|
|
18
|
+
const commandName = "DescribeHostKeyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeHostKeyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeHostKeyResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeHostKeyCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeHostKeyCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DescribeHostKeyCommand = DescribeHostKeyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImportHostKeyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class ImportHostKeyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "TransferClient";
|
|
18
|
+
const commandName = "ImportHostKeyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ImportHostKeyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ImportHostKeyResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1ImportHostKeyCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1ImportHostKeyCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ImportHostKeyCommand = ImportHostKeyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListHostKeysCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class ListHostKeysCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "TransferClient";
|
|
18
|
+
const commandName = "ListHostKeysCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListHostKeysRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListHostKeysResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1ListHostKeysCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1ListHostKeysCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ListHostKeysCommand = ListHostKeysCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateHostKeyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class UpdateHostKeyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "TransferClient";
|
|
18
|
+
const commandName = "UpdateHostKeyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateHostKeyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateHostKeyResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateHostKeyCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateHostKeyCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UpdateHostKeyCommand = UpdateHostKeyCommand;
|
|
@@ -12,6 +12,7 @@ tslib_1.__exportStar(require("./DeleteAccessCommand"), exports);
|
|
|
12
12
|
tslib_1.__exportStar(require("./DeleteAgreementCommand"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./DeleteCertificateCommand"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./DeleteConnectorCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteHostKeyCommand"), exports);
|
|
15
16
|
tslib_1.__exportStar(require("./DeleteProfileCommand"), exports);
|
|
16
17
|
tslib_1.__exportStar(require("./DeleteServerCommand"), exports);
|
|
17
18
|
tslib_1.__exportStar(require("./DeleteSshPublicKeyCommand"), exports);
|
|
@@ -22,18 +23,21 @@ tslib_1.__exportStar(require("./DescribeAgreementCommand"), exports);
|
|
|
22
23
|
tslib_1.__exportStar(require("./DescribeCertificateCommand"), exports);
|
|
23
24
|
tslib_1.__exportStar(require("./DescribeConnectorCommand"), exports);
|
|
24
25
|
tslib_1.__exportStar(require("./DescribeExecutionCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeHostKeyCommand"), exports);
|
|
25
27
|
tslib_1.__exportStar(require("./DescribeProfileCommand"), exports);
|
|
26
28
|
tslib_1.__exportStar(require("./DescribeSecurityPolicyCommand"), exports);
|
|
27
29
|
tslib_1.__exportStar(require("./DescribeServerCommand"), exports);
|
|
28
30
|
tslib_1.__exportStar(require("./DescribeUserCommand"), exports);
|
|
29
31
|
tslib_1.__exportStar(require("./DescribeWorkflowCommand"), exports);
|
|
30
32
|
tslib_1.__exportStar(require("./ImportCertificateCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./ImportHostKeyCommand"), exports);
|
|
31
34
|
tslib_1.__exportStar(require("./ImportSshPublicKeyCommand"), exports);
|
|
32
35
|
tslib_1.__exportStar(require("./ListAccessesCommand"), exports);
|
|
33
36
|
tslib_1.__exportStar(require("./ListAgreementsCommand"), exports);
|
|
34
37
|
tslib_1.__exportStar(require("./ListCertificatesCommand"), exports);
|
|
35
38
|
tslib_1.__exportStar(require("./ListConnectorsCommand"), exports);
|
|
36
39
|
tslib_1.__exportStar(require("./ListExecutionsCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListHostKeysCommand"), exports);
|
|
37
41
|
tslib_1.__exportStar(require("./ListProfilesCommand"), exports);
|
|
38
42
|
tslib_1.__exportStar(require("./ListSecurityPoliciesCommand"), exports);
|
|
39
43
|
tslib_1.__exportStar(require("./ListServersCommand"), exports);
|
|
@@ -51,6 +55,7 @@ tslib_1.__exportStar(require("./UpdateAccessCommand"), exports);
|
|
|
51
55
|
tslib_1.__exportStar(require("./UpdateAgreementCommand"), exports);
|
|
52
56
|
tslib_1.__exportStar(require("./UpdateCertificateCommand"), exports);
|
|
53
57
|
tslib_1.__exportStar(require("./UpdateConnectorCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./UpdateHostKeyCommand"), exports);
|
|
54
59
|
tslib_1.__exportStar(require("./UpdateProfileCommand"), exports);
|
|
55
60
|
tslib_1.__exportStar(require("./UpdateServerCommand"), exports);
|
|
56
61
|
tslib_1.__exportStar(require("./UpdateUserCommand"), exports);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EndpointDetailsFilterSensitiveLog = exports.CreateProfileResponseFilterSensitiveLog = exports.CreateProfileRequestFilterSensitiveLog = exports.CreateConnectorResponseFilterSensitiveLog = exports.CreateConnectorRequestFilterSensitiveLog = exports.CreateAgreementResponseFilterSensitiveLog = exports.CreateAgreementRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.CreateAccessResponseFilterSensitiveLog = exports.CreateAccessRequestFilterSensitiveLog = exports.PosixProfileFilterSensitiveLog = exports.HomeDirectoryMapEntryFilterSensitiveLog = exports.CopyStepDetailsFilterSensitiveLog = exports.InputFileLocationFilterSensitiveLog = exports.S3InputFileLocationFilterSensitiveLog = exports.EfsFileLocationFilterSensitiveLog = exports.As2ConnectorConfigFilterSensitiveLog = exports.InvalidNextTokenException = exports.State = exports.ExecutionStatus = exports.ExecutionErrorType = exports.CustomStepStatus = exports.WorkflowStepType = exports.ThrottlingException = exports.Protocol = exports.TlsSessionResumptionMode = exports.SetStatOption = exports.IdentityProviderType = exports.EndpointType = exports.Domain = exports.ProfileType = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.ResourceExistsException = exports.InvalidRequestException = exports.InternalServiceError = exports.HomeDirectoryType = exports.OverwriteExisting = exports.ConflictException = exports.CertificateUsageType = exports.CertificateType = exports.CertificateStatusType = exports.As2Transport = exports.SigningAlg = exports.MdnSigningAlg = exports.MdnResponse = exports.EncryptionAlg = exports.CompressionEnum = exports.AgreementStatusType = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateUserResponseFilterSensitiveLog = exports.UpdateUserRequestFilterSensitiveLog = exports.UpdateServerResponseFilterSensitiveLog = exports.UpdateServerRequestFilterSensitiveLog = exports.UpdateProfileResponseFilterSensitiveLog = exports.UpdateProfileRequestFilterSensitiveLog = exports.UpdateConnectorResponseFilterSensitiveLog = exports.UpdateConnectorRequestFilterSensitiveLog = exports.UpdateCertificateResponseFilterSensitiveLog = exports.UpdateCertificateRequestFilterSensitiveLog = exports.UpdateAgreementResponseFilterSensitiveLog = exports.UpdateAgreementRequestFilterSensitiveLog = exports.UpdateAccessResponseFilterSensitiveLog = exports.UpdateAccessRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TestIdentityProviderResponseFilterSensitiveLog = exports.TestIdentityProviderRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StopServerRequestFilterSensitiveLog = exports.StartServerRequestFilterSensitiveLog = exports.StartFileTransferResponseFilterSensitiveLog = exports.StartFileTransferRequestFilterSensitiveLog = void 0;
|
|
4
|
+
exports.DescribedServerFilterSensitiveLog = exports.DescribedSecurityPolicyFilterSensitiveLog = exports.DescribedProfileFilterSensitiveLog = exports.DescribedHostKeyFilterSensitiveLog = exports.DescribedExecutionFilterSensitiveLog = exports.ServiceMetadataFilterSensitiveLog = exports.UserDetailsFilterSensitiveLog = exports.ExecutionResultsFilterSensitiveLog = exports.ExecutionStepResultFilterSensitiveLog = exports.ExecutionErrorFilterSensitiveLog = exports.LoggingConfigurationFilterSensitiveLog = exports.FileLocationFilterSensitiveLog = exports.S3FileLocationFilterSensitiveLog = exports.DescribeConnectorResponseFilterSensitiveLog = exports.DescribedConnectorFilterSensitiveLog = exports.DescribeConnectorRequestFilterSensitiveLog = exports.DescribeCertificateResponseFilterSensitiveLog = exports.DescribedCertificateFilterSensitiveLog = exports.DescribeCertificateRequestFilterSensitiveLog = exports.DescribeAgreementResponseFilterSensitiveLog = exports.DescribedAgreementFilterSensitiveLog = exports.DescribeAgreementRequestFilterSensitiveLog = exports.DescribeAccessResponseFilterSensitiveLog = exports.DescribedAccessFilterSensitiveLog = exports.DescribeAccessRequestFilterSensitiveLog = exports.DeleteWorkflowRequestFilterSensitiveLog = exports.DeleteUserRequestFilterSensitiveLog = exports.DeleteSshPublicKeyRequestFilterSensitiveLog = exports.DeleteServerRequestFilterSensitiveLog = exports.DeleteProfileRequestFilterSensitiveLog = exports.DeleteHostKeyRequestFilterSensitiveLog = exports.DeleteConnectorRequestFilterSensitiveLog = exports.DeleteCertificateRequestFilterSensitiveLog = exports.DeleteAgreementRequestFilterSensitiveLog = exports.DeleteAccessRequestFilterSensitiveLog = exports.CreateWorkflowResponseFilterSensitiveLog = exports.CreateWorkflowRequestFilterSensitiveLog = exports.WorkflowStepFilterSensitiveLog = exports.TagStepDetailsFilterSensitiveLog = exports.S3TagFilterSensitiveLog = exports.DeleteStepDetailsFilterSensitiveLog = exports.CustomStepDetailsFilterSensitiveLog = exports.CreateUserResponseFilterSensitiveLog = exports.CreateUserRequestFilterSensitiveLog = exports.CreateServerResponseFilterSensitiveLog = exports.CreateServerRequestFilterSensitiveLog = exports.WorkflowDetailsFilterSensitiveLog = exports.WorkflowDetailFilterSensitiveLog = exports.ProtocolDetailsFilterSensitiveLog = exports.IdentityProviderDetailsFilterSensitiveLog = void 0;
|
|
5
|
+
exports.ListServersRequestFilterSensitiveLog = exports.ListSecurityPoliciesResponseFilterSensitiveLog = exports.ListSecurityPoliciesRequestFilterSensitiveLog = exports.ListProfilesResponseFilterSensitiveLog = exports.ListProfilesRequestFilterSensitiveLog = exports.ListHostKeysResponseFilterSensitiveLog = exports.ListHostKeysRequestFilterSensitiveLog = exports.ListExecutionsResponseFilterSensitiveLog = exports.ListExecutionsRequestFilterSensitiveLog = exports.ListedWorkflowFilterSensitiveLog = exports.ListedUserFilterSensitiveLog = exports.ListedServerFilterSensitiveLog = exports.ListedProfileFilterSensitiveLog = exports.ListedHostKeyFilterSensitiveLog = exports.ListedExecutionFilterSensitiveLog = exports.ListConnectorsResponseFilterSensitiveLog = exports.ListedConnectorFilterSensitiveLog = exports.ListConnectorsRequestFilterSensitiveLog = exports.ListCertificatesResponseFilterSensitiveLog = exports.ListedCertificateFilterSensitiveLog = exports.ListCertificatesRequestFilterSensitiveLog = exports.ListAgreementsResponseFilterSensitiveLog = exports.ListedAgreementFilterSensitiveLog = exports.ListAgreementsRequestFilterSensitiveLog = exports.ListAccessesResponseFilterSensitiveLog = exports.ListedAccessFilterSensitiveLog = exports.ListAccessesRequestFilterSensitiveLog = exports.ImportSshPublicKeyResponseFilterSensitiveLog = exports.ImportSshPublicKeyRequestFilterSensitiveLog = exports.ImportHostKeyResponseFilterSensitiveLog = exports.ImportHostKeyRequestFilterSensitiveLog = exports.ImportCertificateResponseFilterSensitiveLog = exports.ImportCertificateRequestFilterSensitiveLog = exports.DescribeWorkflowResponseFilterSensitiveLog = exports.DescribeWorkflowRequestFilterSensitiveLog = exports.DescribeUserResponseFilterSensitiveLog = exports.DescribeUserRequestFilterSensitiveLog = exports.DescribeServerResponseFilterSensitiveLog = exports.DescribeServerRequestFilterSensitiveLog = exports.DescribeSecurityPolicyResponseFilterSensitiveLog = exports.DescribeSecurityPolicyRequestFilterSensitiveLog = exports.DescribeProfileResponseFilterSensitiveLog = exports.DescribeProfileRequestFilterSensitiveLog = exports.DescribeHostKeyResponseFilterSensitiveLog = exports.DescribeHostKeyRequestFilterSensitiveLog = exports.DescribeExecutionResponseFilterSensitiveLog = exports.DescribeExecutionRequestFilterSensitiveLog = exports.DescribedWorkflowFilterSensitiveLog = exports.DescribedUserFilterSensitiveLog = exports.SshPublicKeyFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdateUserResponseFilterSensitiveLog = exports.UpdateUserRequestFilterSensitiveLog = exports.UpdateServerResponseFilterSensitiveLog = exports.UpdateServerRequestFilterSensitiveLog = exports.UpdateProfileResponseFilterSensitiveLog = exports.UpdateProfileRequestFilterSensitiveLog = exports.UpdateHostKeyResponseFilterSensitiveLog = exports.UpdateHostKeyRequestFilterSensitiveLog = exports.UpdateConnectorResponseFilterSensitiveLog = exports.UpdateConnectorRequestFilterSensitiveLog = exports.UpdateCertificateResponseFilterSensitiveLog = exports.UpdateCertificateRequestFilterSensitiveLog = exports.UpdateAgreementResponseFilterSensitiveLog = exports.UpdateAgreementRequestFilterSensitiveLog = exports.UpdateAccessResponseFilterSensitiveLog = exports.UpdateAccessRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TestIdentityProviderResponseFilterSensitiveLog = exports.TestIdentityProviderRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StopServerRequestFilterSensitiveLog = exports.StartServerRequestFilterSensitiveLog = exports.StartFileTransferResponseFilterSensitiveLog = exports.StartFileTransferRequestFilterSensitiveLog = exports.SendWorkflowStepStateResponseFilterSensitiveLog = exports.SendWorkflowStepStateRequestFilterSensitiveLog = exports.ListWorkflowsResponseFilterSensitiveLog = exports.ListWorkflowsRequestFilterSensitiveLog = exports.ListUsersResponseFilterSensitiveLog = exports.ListUsersRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListServersResponseFilterSensitiveLog = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
const TransferServiceException_1 = require("./TransferServiceException");
|
|
9
9
|
class AccessDeniedException extends TransferServiceException_1.TransferServiceException {
|
|
@@ -429,6 +429,10 @@ const DeleteConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
|
429
429
|
...obj,
|
|
430
430
|
});
|
|
431
431
|
exports.DeleteConnectorRequestFilterSensitiveLog = DeleteConnectorRequestFilterSensitiveLog;
|
|
432
|
+
const DeleteHostKeyRequestFilterSensitiveLog = (obj) => ({
|
|
433
|
+
...obj,
|
|
434
|
+
});
|
|
435
|
+
exports.DeleteHostKeyRequestFilterSensitiveLog = DeleteHostKeyRequestFilterSensitiveLog;
|
|
432
436
|
const DeleteProfileRequestFilterSensitiveLog = (obj) => ({
|
|
433
437
|
...obj,
|
|
434
438
|
});
|
|
@@ -536,6 +540,10 @@ const DescribedExecutionFilterSensitiveLog = (obj) => ({
|
|
|
536
540
|
...obj,
|
|
537
541
|
});
|
|
538
542
|
exports.DescribedExecutionFilterSensitiveLog = DescribedExecutionFilterSensitiveLog;
|
|
543
|
+
const DescribedHostKeyFilterSensitiveLog = (obj) => ({
|
|
544
|
+
...obj,
|
|
545
|
+
});
|
|
546
|
+
exports.DescribedHostKeyFilterSensitiveLog = DescribedHostKeyFilterSensitiveLog;
|
|
539
547
|
const DescribedProfileFilterSensitiveLog = (obj) => ({
|
|
540
548
|
...obj,
|
|
541
549
|
});
|
|
@@ -568,6 +576,14 @@ const DescribeExecutionResponseFilterSensitiveLog = (obj) => ({
|
|
|
568
576
|
...obj,
|
|
569
577
|
});
|
|
570
578
|
exports.DescribeExecutionResponseFilterSensitiveLog = DescribeExecutionResponseFilterSensitiveLog;
|
|
579
|
+
const DescribeHostKeyRequestFilterSensitiveLog = (obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
});
|
|
582
|
+
exports.DescribeHostKeyRequestFilterSensitiveLog = DescribeHostKeyRequestFilterSensitiveLog;
|
|
583
|
+
const DescribeHostKeyResponseFilterSensitiveLog = (obj) => ({
|
|
584
|
+
...obj,
|
|
585
|
+
});
|
|
586
|
+
exports.DescribeHostKeyResponseFilterSensitiveLog = DescribeHostKeyResponseFilterSensitiveLog;
|
|
571
587
|
const DescribeProfileRequestFilterSensitiveLog = (obj) => ({
|
|
572
588
|
...obj,
|
|
573
589
|
});
|
|
@@ -619,6 +635,15 @@ const ImportCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
|
619
635
|
...obj,
|
|
620
636
|
});
|
|
621
637
|
exports.ImportCertificateResponseFilterSensitiveLog = ImportCertificateResponseFilterSensitiveLog;
|
|
638
|
+
const ImportHostKeyRequestFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
...(obj.HostKeyBody && { HostKeyBody: smithy_client_1.SENSITIVE_STRING }),
|
|
641
|
+
});
|
|
642
|
+
exports.ImportHostKeyRequestFilterSensitiveLog = ImportHostKeyRequestFilterSensitiveLog;
|
|
643
|
+
const ImportHostKeyResponseFilterSensitiveLog = (obj) => ({
|
|
644
|
+
...obj,
|
|
645
|
+
});
|
|
646
|
+
exports.ImportHostKeyResponseFilterSensitiveLog = ImportHostKeyResponseFilterSensitiveLog;
|
|
622
647
|
const ImportSshPublicKeyRequestFilterSensitiveLog = (obj) => ({
|
|
623
648
|
...obj,
|
|
624
649
|
});
|
|
@@ -679,6 +704,10 @@ const ListedExecutionFilterSensitiveLog = (obj) => ({
|
|
|
679
704
|
...obj,
|
|
680
705
|
});
|
|
681
706
|
exports.ListedExecutionFilterSensitiveLog = ListedExecutionFilterSensitiveLog;
|
|
707
|
+
const ListedHostKeyFilterSensitiveLog = (obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
});
|
|
710
|
+
exports.ListedHostKeyFilterSensitiveLog = ListedHostKeyFilterSensitiveLog;
|
|
682
711
|
const ListedProfileFilterSensitiveLog = (obj) => ({
|
|
683
712
|
...obj,
|
|
684
713
|
});
|
|
@@ -703,6 +732,14 @@ const ListExecutionsResponseFilterSensitiveLog = (obj) => ({
|
|
|
703
732
|
...obj,
|
|
704
733
|
});
|
|
705
734
|
exports.ListExecutionsResponseFilterSensitiveLog = ListExecutionsResponseFilterSensitiveLog;
|
|
735
|
+
const ListHostKeysRequestFilterSensitiveLog = (obj) => ({
|
|
736
|
+
...obj,
|
|
737
|
+
});
|
|
738
|
+
exports.ListHostKeysRequestFilterSensitiveLog = ListHostKeysRequestFilterSensitiveLog;
|
|
739
|
+
const ListHostKeysResponseFilterSensitiveLog = (obj) => ({
|
|
740
|
+
...obj,
|
|
741
|
+
});
|
|
742
|
+
exports.ListHostKeysResponseFilterSensitiveLog = ListHostKeysResponseFilterSensitiveLog;
|
|
706
743
|
const ListProfilesRequestFilterSensitiveLog = (obj) => ({
|
|
707
744
|
...obj,
|
|
708
745
|
});
|
|
@@ -824,6 +861,14 @@ const UpdateConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
|
824
861
|
...obj,
|
|
825
862
|
});
|
|
826
863
|
exports.UpdateConnectorResponseFilterSensitiveLog = UpdateConnectorResponseFilterSensitiveLog;
|
|
864
|
+
const UpdateHostKeyRequestFilterSensitiveLog = (obj) => ({
|
|
865
|
+
...obj,
|
|
866
|
+
});
|
|
867
|
+
exports.UpdateHostKeyRequestFilterSensitiveLog = UpdateHostKeyRequestFilterSensitiveLog;
|
|
868
|
+
const UpdateHostKeyResponseFilterSensitiveLog = (obj) => ({
|
|
869
|
+
...obj,
|
|
870
|
+
});
|
|
871
|
+
exports.UpdateHostKeyResponseFilterSensitiveLog = UpdateHostKeyResponseFilterSensitiveLog;
|
|
827
872
|
const UpdateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
828
873
|
...obj,
|
|
829
874
|
});
|