@aws-sdk/client-transfer 3.491.0 → 3.495.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/dist-cjs/Transfer.js +1 -129
- package/dist-cjs/TransferClient.js +1 -43
- package/dist-cjs/commands/CreateAccessCommand.js +1 -28
- package/dist-cjs/commands/CreateAgreementCommand.js +1 -28
- package/dist-cjs/commands/CreateConnectorCommand.js +1 -28
- package/dist-cjs/commands/CreateProfileCommand.js +1 -28
- package/dist-cjs/commands/CreateServerCommand.js +1 -29
- package/dist-cjs/commands/CreateUserCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkflowCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessCommand.js +1 -28
- package/dist-cjs/commands/DeleteAgreementCommand.js +1 -28
- package/dist-cjs/commands/DeleteCertificateCommand.js +1 -28
- package/dist-cjs/commands/DeleteConnectorCommand.js +1 -28
- package/dist-cjs/commands/DeleteHostKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileCommand.js +1 -28
- package/dist-cjs/commands/DeleteServerCommand.js +1 -28
- package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteUserCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccessCommand.js +1 -28
- package/dist-cjs/commands/DescribeAgreementCommand.js +1 -28
- package/dist-cjs/commands/DescribeCertificateCommand.js +1 -29
- package/dist-cjs/commands/DescribeConnectorCommand.js +1 -28
- package/dist-cjs/commands/DescribeExecutionCommand.js +1 -28
- package/dist-cjs/commands/DescribeHostKeyCommand.js +1 -28
- package/dist-cjs/commands/DescribeProfileCommand.js +1 -28
- package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeServerCommand.js +1 -28
- package/dist-cjs/commands/DescribeUserCommand.js +1 -28
- package/dist-cjs/commands/DescribeWorkflowCommand.js +1 -28
- package/dist-cjs/commands/ImportCertificateCommand.js +1 -29
- package/dist-cjs/commands/ImportHostKeyCommand.js +1 -29
- package/dist-cjs/commands/ImportSshPublicKeyCommand.js +1 -28
- package/dist-cjs/commands/ListAccessesCommand.js +1 -28
- package/dist-cjs/commands/ListAgreementsCommand.js +1 -28
- package/dist-cjs/commands/ListCertificatesCommand.js +1 -28
- package/dist-cjs/commands/ListConnectorsCommand.js +1 -28
- package/dist-cjs/commands/ListExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListHostKeysCommand.js +1 -28
- package/dist-cjs/commands/ListProfilesCommand.js +1 -28
- package/dist-cjs/commands/ListSecurityPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListServersCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListUsersCommand.js +1 -28
- package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
- package/dist-cjs/commands/SendWorkflowStepStateCommand.js +1 -28
- package/dist-cjs/commands/StartFileTransferCommand.js +1 -28
- package/dist-cjs/commands/StartServerCommand.js +1 -28
- package/dist-cjs/commands/StopServerCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TestConnectionCommand.js +1 -28
- package/dist-cjs/commands/TestIdentityProviderCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessCommand.js +1 -28
- package/dist-cjs/commands/UpdateAgreementCommand.js +1 -28
- package/dist-cjs/commands/UpdateCertificateCommand.js +1 -28
- package/dist-cjs/commands/UpdateConnectorCommand.js +1 -28
- package/dist-cjs/commands/UpdateHostKeyCommand.js +1 -28
- package/dist-cjs/commands/UpdateProfileCommand.js +1 -28
- package/dist-cjs/commands/UpdateServerCommand.js +1 -29
- package/dist-cjs/commands/UpdateUserCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -62
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5089 -12
- package/dist-cjs/models/TransferServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -316
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessesPaginator.js +1 -7
- package/dist-cjs/pagination/ListAgreementsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCertificatesPaginator.js +1 -7
- package/dist-cjs/pagination/ListConnectorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListProfilesPaginator.js +1 -7
- package/dist-cjs/pagination/ListSecurityPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListServersPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListUsersPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -15
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3297
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -5
- package/dist-cjs/waiters/waitForServerOffline.js +1 -45
- package/dist-cjs/waiters/waitForServerOnline.js +1 -45
- package/package.json +41 -41
package/dist-cjs/Transfer.js
CHANGED
|
@@ -1,129 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Transfer = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CreateAccessCommand_1 = require("./commands/CreateAccessCommand");
|
|
6
|
-
const CreateAgreementCommand_1 = require("./commands/CreateAgreementCommand");
|
|
7
|
-
const CreateConnectorCommand_1 = require("./commands/CreateConnectorCommand");
|
|
8
|
-
const CreateProfileCommand_1 = require("./commands/CreateProfileCommand");
|
|
9
|
-
const CreateServerCommand_1 = require("./commands/CreateServerCommand");
|
|
10
|
-
const CreateUserCommand_1 = require("./commands/CreateUserCommand");
|
|
11
|
-
const CreateWorkflowCommand_1 = require("./commands/CreateWorkflowCommand");
|
|
12
|
-
const DeleteAccessCommand_1 = require("./commands/DeleteAccessCommand");
|
|
13
|
-
const DeleteAgreementCommand_1 = require("./commands/DeleteAgreementCommand");
|
|
14
|
-
const DeleteCertificateCommand_1 = require("./commands/DeleteCertificateCommand");
|
|
15
|
-
const DeleteConnectorCommand_1 = require("./commands/DeleteConnectorCommand");
|
|
16
|
-
const DeleteHostKeyCommand_1 = require("./commands/DeleteHostKeyCommand");
|
|
17
|
-
const DeleteProfileCommand_1 = require("./commands/DeleteProfileCommand");
|
|
18
|
-
const DeleteServerCommand_1 = require("./commands/DeleteServerCommand");
|
|
19
|
-
const DeleteSshPublicKeyCommand_1 = require("./commands/DeleteSshPublicKeyCommand");
|
|
20
|
-
const DeleteUserCommand_1 = require("./commands/DeleteUserCommand");
|
|
21
|
-
const DeleteWorkflowCommand_1 = require("./commands/DeleteWorkflowCommand");
|
|
22
|
-
const DescribeAccessCommand_1 = require("./commands/DescribeAccessCommand");
|
|
23
|
-
const DescribeAgreementCommand_1 = require("./commands/DescribeAgreementCommand");
|
|
24
|
-
const DescribeCertificateCommand_1 = require("./commands/DescribeCertificateCommand");
|
|
25
|
-
const DescribeConnectorCommand_1 = require("./commands/DescribeConnectorCommand");
|
|
26
|
-
const DescribeExecutionCommand_1 = require("./commands/DescribeExecutionCommand");
|
|
27
|
-
const DescribeHostKeyCommand_1 = require("./commands/DescribeHostKeyCommand");
|
|
28
|
-
const DescribeProfileCommand_1 = require("./commands/DescribeProfileCommand");
|
|
29
|
-
const DescribeSecurityPolicyCommand_1 = require("./commands/DescribeSecurityPolicyCommand");
|
|
30
|
-
const DescribeServerCommand_1 = require("./commands/DescribeServerCommand");
|
|
31
|
-
const DescribeUserCommand_1 = require("./commands/DescribeUserCommand");
|
|
32
|
-
const DescribeWorkflowCommand_1 = require("./commands/DescribeWorkflowCommand");
|
|
33
|
-
const ImportCertificateCommand_1 = require("./commands/ImportCertificateCommand");
|
|
34
|
-
const ImportHostKeyCommand_1 = require("./commands/ImportHostKeyCommand");
|
|
35
|
-
const ImportSshPublicKeyCommand_1 = require("./commands/ImportSshPublicKeyCommand");
|
|
36
|
-
const ListAccessesCommand_1 = require("./commands/ListAccessesCommand");
|
|
37
|
-
const ListAgreementsCommand_1 = require("./commands/ListAgreementsCommand");
|
|
38
|
-
const ListCertificatesCommand_1 = require("./commands/ListCertificatesCommand");
|
|
39
|
-
const ListConnectorsCommand_1 = require("./commands/ListConnectorsCommand");
|
|
40
|
-
const ListExecutionsCommand_1 = require("./commands/ListExecutionsCommand");
|
|
41
|
-
const ListHostKeysCommand_1 = require("./commands/ListHostKeysCommand");
|
|
42
|
-
const ListProfilesCommand_1 = require("./commands/ListProfilesCommand");
|
|
43
|
-
const ListSecurityPoliciesCommand_1 = require("./commands/ListSecurityPoliciesCommand");
|
|
44
|
-
const ListServersCommand_1 = require("./commands/ListServersCommand");
|
|
45
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
46
|
-
const ListUsersCommand_1 = require("./commands/ListUsersCommand");
|
|
47
|
-
const ListWorkflowsCommand_1 = require("./commands/ListWorkflowsCommand");
|
|
48
|
-
const SendWorkflowStepStateCommand_1 = require("./commands/SendWorkflowStepStateCommand");
|
|
49
|
-
const StartFileTransferCommand_1 = require("./commands/StartFileTransferCommand");
|
|
50
|
-
const StartServerCommand_1 = require("./commands/StartServerCommand");
|
|
51
|
-
const StopServerCommand_1 = require("./commands/StopServerCommand");
|
|
52
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
53
|
-
const TestConnectionCommand_1 = require("./commands/TestConnectionCommand");
|
|
54
|
-
const TestIdentityProviderCommand_1 = require("./commands/TestIdentityProviderCommand");
|
|
55
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
56
|
-
const UpdateAccessCommand_1 = require("./commands/UpdateAccessCommand");
|
|
57
|
-
const UpdateAgreementCommand_1 = require("./commands/UpdateAgreementCommand");
|
|
58
|
-
const UpdateCertificateCommand_1 = require("./commands/UpdateCertificateCommand");
|
|
59
|
-
const UpdateConnectorCommand_1 = require("./commands/UpdateConnectorCommand");
|
|
60
|
-
const UpdateHostKeyCommand_1 = require("./commands/UpdateHostKeyCommand");
|
|
61
|
-
const UpdateProfileCommand_1 = require("./commands/UpdateProfileCommand");
|
|
62
|
-
const UpdateServerCommand_1 = require("./commands/UpdateServerCommand");
|
|
63
|
-
const UpdateUserCommand_1 = require("./commands/UpdateUserCommand");
|
|
64
|
-
const TransferClient_1 = require("./TransferClient");
|
|
65
|
-
const commands = {
|
|
66
|
-
CreateAccessCommand: CreateAccessCommand_1.CreateAccessCommand,
|
|
67
|
-
CreateAgreementCommand: CreateAgreementCommand_1.CreateAgreementCommand,
|
|
68
|
-
CreateConnectorCommand: CreateConnectorCommand_1.CreateConnectorCommand,
|
|
69
|
-
CreateProfileCommand: CreateProfileCommand_1.CreateProfileCommand,
|
|
70
|
-
CreateServerCommand: CreateServerCommand_1.CreateServerCommand,
|
|
71
|
-
CreateUserCommand: CreateUserCommand_1.CreateUserCommand,
|
|
72
|
-
CreateWorkflowCommand: CreateWorkflowCommand_1.CreateWorkflowCommand,
|
|
73
|
-
DeleteAccessCommand: DeleteAccessCommand_1.DeleteAccessCommand,
|
|
74
|
-
DeleteAgreementCommand: DeleteAgreementCommand_1.DeleteAgreementCommand,
|
|
75
|
-
DeleteCertificateCommand: DeleteCertificateCommand_1.DeleteCertificateCommand,
|
|
76
|
-
DeleteConnectorCommand: DeleteConnectorCommand_1.DeleteConnectorCommand,
|
|
77
|
-
DeleteHostKeyCommand: DeleteHostKeyCommand_1.DeleteHostKeyCommand,
|
|
78
|
-
DeleteProfileCommand: DeleteProfileCommand_1.DeleteProfileCommand,
|
|
79
|
-
DeleteServerCommand: DeleteServerCommand_1.DeleteServerCommand,
|
|
80
|
-
DeleteSshPublicKeyCommand: DeleteSshPublicKeyCommand_1.DeleteSshPublicKeyCommand,
|
|
81
|
-
DeleteUserCommand: DeleteUserCommand_1.DeleteUserCommand,
|
|
82
|
-
DeleteWorkflowCommand: DeleteWorkflowCommand_1.DeleteWorkflowCommand,
|
|
83
|
-
DescribeAccessCommand: DescribeAccessCommand_1.DescribeAccessCommand,
|
|
84
|
-
DescribeAgreementCommand: DescribeAgreementCommand_1.DescribeAgreementCommand,
|
|
85
|
-
DescribeCertificateCommand: DescribeCertificateCommand_1.DescribeCertificateCommand,
|
|
86
|
-
DescribeConnectorCommand: DescribeConnectorCommand_1.DescribeConnectorCommand,
|
|
87
|
-
DescribeExecutionCommand: DescribeExecutionCommand_1.DescribeExecutionCommand,
|
|
88
|
-
DescribeHostKeyCommand: DescribeHostKeyCommand_1.DescribeHostKeyCommand,
|
|
89
|
-
DescribeProfileCommand: DescribeProfileCommand_1.DescribeProfileCommand,
|
|
90
|
-
DescribeSecurityPolicyCommand: DescribeSecurityPolicyCommand_1.DescribeSecurityPolicyCommand,
|
|
91
|
-
DescribeServerCommand: DescribeServerCommand_1.DescribeServerCommand,
|
|
92
|
-
DescribeUserCommand: DescribeUserCommand_1.DescribeUserCommand,
|
|
93
|
-
DescribeWorkflowCommand: DescribeWorkflowCommand_1.DescribeWorkflowCommand,
|
|
94
|
-
ImportCertificateCommand: ImportCertificateCommand_1.ImportCertificateCommand,
|
|
95
|
-
ImportHostKeyCommand: ImportHostKeyCommand_1.ImportHostKeyCommand,
|
|
96
|
-
ImportSshPublicKeyCommand: ImportSshPublicKeyCommand_1.ImportSshPublicKeyCommand,
|
|
97
|
-
ListAccessesCommand: ListAccessesCommand_1.ListAccessesCommand,
|
|
98
|
-
ListAgreementsCommand: ListAgreementsCommand_1.ListAgreementsCommand,
|
|
99
|
-
ListCertificatesCommand: ListCertificatesCommand_1.ListCertificatesCommand,
|
|
100
|
-
ListConnectorsCommand: ListConnectorsCommand_1.ListConnectorsCommand,
|
|
101
|
-
ListExecutionsCommand: ListExecutionsCommand_1.ListExecutionsCommand,
|
|
102
|
-
ListHostKeysCommand: ListHostKeysCommand_1.ListHostKeysCommand,
|
|
103
|
-
ListProfilesCommand: ListProfilesCommand_1.ListProfilesCommand,
|
|
104
|
-
ListSecurityPoliciesCommand: ListSecurityPoliciesCommand_1.ListSecurityPoliciesCommand,
|
|
105
|
-
ListServersCommand: ListServersCommand_1.ListServersCommand,
|
|
106
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
107
|
-
ListUsersCommand: ListUsersCommand_1.ListUsersCommand,
|
|
108
|
-
ListWorkflowsCommand: ListWorkflowsCommand_1.ListWorkflowsCommand,
|
|
109
|
-
SendWorkflowStepStateCommand: SendWorkflowStepStateCommand_1.SendWorkflowStepStateCommand,
|
|
110
|
-
StartFileTransferCommand: StartFileTransferCommand_1.StartFileTransferCommand,
|
|
111
|
-
StartServerCommand: StartServerCommand_1.StartServerCommand,
|
|
112
|
-
StopServerCommand: StopServerCommand_1.StopServerCommand,
|
|
113
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
114
|
-
TestConnectionCommand: TestConnectionCommand_1.TestConnectionCommand,
|
|
115
|
-
TestIdentityProviderCommand: TestIdentityProviderCommand_1.TestIdentityProviderCommand,
|
|
116
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
117
|
-
UpdateAccessCommand: UpdateAccessCommand_1.UpdateAccessCommand,
|
|
118
|
-
UpdateAgreementCommand: UpdateAgreementCommand_1.UpdateAgreementCommand,
|
|
119
|
-
UpdateCertificateCommand: UpdateCertificateCommand_1.UpdateCertificateCommand,
|
|
120
|
-
UpdateConnectorCommand: UpdateConnectorCommand_1.UpdateConnectorCommand,
|
|
121
|
-
UpdateHostKeyCommand: UpdateHostKeyCommand_1.UpdateHostKeyCommand,
|
|
122
|
-
UpdateProfileCommand: UpdateProfileCommand_1.UpdateProfileCommand,
|
|
123
|
-
UpdateServerCommand: UpdateServerCommand_1.UpdateServerCommand,
|
|
124
|
-
UpdateUserCommand: UpdateUserCommand_1.UpdateUserCommand,
|
|
125
|
-
};
|
|
126
|
-
class Transfer extends TransferClient_1.TransferClient {
|
|
127
|
-
}
|
|
128
|
-
exports.Transfer = Transfer;
|
|
129
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Transfer);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TransferClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class TransferClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.TransferClient = TransferClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAccessCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateAccessCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "CreateAccess", {})
|
|
22
|
-
.n("TransferClient", "CreateAccessCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateAccessCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateAccessCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAccessCommand = CreateAccessCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAgreementCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateAgreementCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "CreateAgreement", {})
|
|
22
|
-
.n("TransferClient", "CreateAgreementCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateAgreementCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateAgreementCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAgreementCommand = CreateAgreementCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateConnectorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateConnectorCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "CreateConnector", {})
|
|
22
|
-
.n("TransferClient", "CreateConnectorCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateConnectorCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateConnectorCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateConnectorCommand = CreateConnectorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateProfileCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateProfileCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "CreateProfile", {})
|
|
22
|
-
.n("TransferClient", "CreateProfileCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateProfileCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateProfileCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateProfileCommand = CreateProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateServerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateServerCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("TransferService", "CreateServer", {})
|
|
23
|
-
.n("TransferClient", "CreateServerCommand")
|
|
24
|
-
.f(models_0_1.CreateServerRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateServerCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateServerCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateServerCommand = CreateServerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateUserCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateUserCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "CreateUser", {})
|
|
22
|
-
.n("TransferClient", "CreateUserCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateUserCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateUserCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateUserCommand = CreateUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkflowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateWorkflowCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "CreateWorkflow", {})
|
|
22
|
-
.n("TransferClient", "CreateWorkflowCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateWorkflowCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateWorkflowCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateWorkflowCommand = CreateWorkflowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAccessCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteAccessCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "DeleteAccess", {})
|
|
22
|
-
.n("TransferClient", "DeleteAccessCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteAccessCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteAccessCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAccessCommand = DeleteAccessCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAgreementCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteAgreementCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "DeleteAgreement", {})
|
|
22
|
-
.n("TransferClient", "DeleteAgreementCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteAgreementCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteAgreementCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAgreementCommand = DeleteAgreementCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCertificateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteCertificateCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "DeleteCertificate", {})
|
|
22
|
-
.n("TransferClient", "DeleteCertificateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteCertificateCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteCertificateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteCertificateCommand = DeleteCertificateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteConnectorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteConnectorCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "DeleteConnector", {})
|
|
22
|
-
.n("TransferClient", "DeleteConnectorCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteConnectorCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteConnectorCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteConnectorCommand = DeleteConnectorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteHostKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteHostKeyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "DeleteHostKey", {})
|
|
22
|
-
.n("TransferClient", "DeleteHostKeyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteHostKeyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteHostKeyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteHostKeyCommand = DeleteHostKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProfileCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteProfileCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "DeleteProfile", {})
|
|
22
|
-
.n("TransferClient", "DeleteProfileCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteProfileCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteProfileCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProfileCommand = DeleteProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteServerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteServerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "DeleteServer", {})
|
|
22
|
-
.n("TransferClient", "DeleteServerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteServerCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteServerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteServerCommand = DeleteServerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteSshPublicKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteSshPublicKeyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("TransferService", "DeleteSshPublicKey", {})
|
|
22
|
-
.n("TransferClient", "DeleteSshPublicKeyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteSshPublicKeyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteSshPublicKeyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteSshPublicKeyCommand = DeleteSshPublicKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|