@aws-sdk/client-transfer 3.337.0 → 3.341.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/TransferClient.js +2 -1
- package/dist-cjs/commands/CreateAccessCommand.js +2 -1
- package/dist-cjs/commands/CreateAgreementCommand.js +2 -1
- package/dist-cjs/commands/CreateConnectorCommand.js +2 -1
- package/dist-cjs/commands/CreateProfileCommand.js +2 -1
- package/dist-cjs/commands/CreateServerCommand.js +2 -1
- package/dist-cjs/commands/CreateUserCommand.js +2 -1
- package/dist-cjs/commands/CreateWorkflowCommand.js +2 -1
- package/dist-cjs/commands/DeleteAccessCommand.js +2 -1
- package/dist-cjs/commands/DeleteAgreementCommand.js +2 -1
- package/dist-cjs/commands/DeleteCertificateCommand.js +2 -1
- package/dist-cjs/commands/DeleteConnectorCommand.js +2 -1
- package/dist-cjs/commands/DeleteHostKeyCommand.js +2 -1
- package/dist-cjs/commands/DeleteProfileCommand.js +2 -1
- package/dist-cjs/commands/DeleteServerCommand.js +2 -1
- package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +2 -1
- package/dist-cjs/commands/DeleteUserCommand.js +2 -1
- package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccessCommand.js +2 -1
- package/dist-cjs/commands/DescribeAgreementCommand.js +2 -1
- package/dist-cjs/commands/DescribeCertificateCommand.js +2 -1
- package/dist-cjs/commands/DescribeConnectorCommand.js +2 -1
- package/dist-cjs/commands/DescribeExecutionCommand.js +2 -1
- package/dist-cjs/commands/DescribeHostKeyCommand.js +2 -1
- package/dist-cjs/commands/DescribeProfileCommand.js +2 -1
- package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeServerCommand.js +2 -1
- package/dist-cjs/commands/DescribeUserCommand.js +2 -1
- package/dist-cjs/commands/DescribeWorkflowCommand.js +2 -1
- package/dist-cjs/commands/ImportCertificateCommand.js +2 -1
- package/dist-cjs/commands/ImportHostKeyCommand.js +2 -1
- package/dist-cjs/commands/ImportSshPublicKeyCommand.js +2 -1
- package/dist-cjs/commands/ListAccessesCommand.js +2 -1
- package/dist-cjs/commands/ListAgreementsCommand.js +2 -1
- package/dist-cjs/commands/ListCertificatesCommand.js +2 -1
- package/dist-cjs/commands/ListConnectorsCommand.js +2 -1
- package/dist-cjs/commands/ListExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListHostKeysCommand.js +2 -1
- package/dist-cjs/commands/ListProfilesCommand.js +2 -1
- package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -1
- package/dist-cjs/commands/ListServersCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListUsersCommand.js +2 -1
- package/dist-cjs/commands/ListWorkflowsCommand.js +2 -1
- package/dist-cjs/commands/SendWorkflowStepStateCommand.js +2 -1
- package/dist-cjs/commands/StartFileTransferCommand.js +2 -1
- package/dist-cjs/commands/StartServerCommand.js +2 -1
- package/dist-cjs/commands/StopServerCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/TestIdentityProviderCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAccessCommand.js +2 -1
- package/dist-cjs/commands/UpdateAgreementCommand.js +2 -1
- package/dist-cjs/commands/UpdateCertificateCommand.js +2 -1
- package/dist-cjs/commands/UpdateConnectorCommand.js +2 -1
- package/dist-cjs/commands/UpdateHostKeyCommand.js +2 -1
- package/dist-cjs/commands/UpdateProfileCommand.js +2 -1
- package/dist-cjs/commands/UpdateServerCommand.js +2 -1
- package/dist-cjs/commands/UpdateUserCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/TransferServiceException.js +2 -1
- package/dist-es/TransferClient.js +1 -0
- package/dist-es/commands/CreateAccessCommand.js +1 -0
- package/dist-es/commands/CreateAgreementCommand.js +1 -0
- package/dist-es/commands/CreateConnectorCommand.js +1 -0
- package/dist-es/commands/CreateProfileCommand.js +1 -0
- package/dist-es/commands/CreateServerCommand.js +1 -0
- package/dist-es/commands/CreateUserCommand.js +1 -0
- package/dist-es/commands/CreateWorkflowCommand.js +1 -0
- package/dist-es/commands/DeleteAccessCommand.js +1 -0
- package/dist-es/commands/DeleteAgreementCommand.js +1 -0
- package/dist-es/commands/DeleteCertificateCommand.js +1 -0
- package/dist-es/commands/DeleteConnectorCommand.js +1 -0
- package/dist-es/commands/DeleteHostKeyCommand.js +1 -0
- package/dist-es/commands/DeleteProfileCommand.js +1 -0
- package/dist-es/commands/DeleteServerCommand.js +1 -0
- package/dist-es/commands/DeleteSshPublicKeyCommand.js +1 -0
- package/dist-es/commands/DeleteUserCommand.js +1 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +1 -0
- package/dist-es/commands/DescribeAccessCommand.js +1 -0
- package/dist-es/commands/DescribeAgreementCommand.js +1 -0
- package/dist-es/commands/DescribeCertificateCommand.js +1 -0
- package/dist-es/commands/DescribeConnectorCommand.js +1 -0
- package/dist-es/commands/DescribeExecutionCommand.js +1 -0
- package/dist-es/commands/DescribeHostKeyCommand.js +1 -0
- package/dist-es/commands/DescribeProfileCommand.js +1 -0
- package/dist-es/commands/DescribeSecurityPolicyCommand.js +1 -0
- package/dist-es/commands/DescribeServerCommand.js +1 -0
- package/dist-es/commands/DescribeUserCommand.js +1 -0
- package/dist-es/commands/DescribeWorkflowCommand.js +1 -0
- package/dist-es/commands/ImportCertificateCommand.js +1 -0
- package/dist-es/commands/ImportHostKeyCommand.js +1 -0
- package/dist-es/commands/ImportSshPublicKeyCommand.js +1 -0
- package/dist-es/commands/ListAccessesCommand.js +1 -0
- package/dist-es/commands/ListAgreementsCommand.js +1 -0
- package/dist-es/commands/ListCertificatesCommand.js +1 -0
- package/dist-es/commands/ListConnectorsCommand.js +1 -0
- package/dist-es/commands/ListExecutionsCommand.js +1 -0
- package/dist-es/commands/ListHostKeysCommand.js +1 -0
- package/dist-es/commands/ListProfilesCommand.js +1 -0
- package/dist-es/commands/ListSecurityPoliciesCommand.js +1 -0
- package/dist-es/commands/ListServersCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListUsersCommand.js +1 -0
- package/dist-es/commands/ListWorkflowsCommand.js +1 -0
- package/dist-es/commands/SendWorkflowStepStateCommand.js +1 -0
- package/dist-es/commands/StartFileTransferCommand.js +1 -0
- package/dist-es/commands/StartServerCommand.js +1 -0
- package/dist-es/commands/StopServerCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/TestIdentityProviderCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAccessCommand.js +1 -0
- package/dist-es/commands/UpdateAgreementCommand.js +1 -0
- package/dist-es/commands/UpdateCertificateCommand.js +1 -0
- package/dist-es/commands/UpdateConnectorCommand.js +1 -0
- package/dist-es/commands/UpdateHostKeyCommand.js +1 -0
- package/dist-es/commands/UpdateProfileCommand.js +1 -0
- package/dist-es/commands/UpdateServerCommand.js +1 -0
- package/dist-es/commands/UpdateUserCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/TransferServiceException.js +1 -0
- package/dist-types/TransferClient.d.ts +3 -3
- package/dist-types/commands/CreateAccessCommand.d.ts +4 -0
- package/dist-types/commands/CreateAgreementCommand.d.ts +4 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +4 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +4 -0
- package/dist-types/commands/CreateServerCommand.d.ts +4 -0
- package/dist-types/commands/CreateUserCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAgreementCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteServerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccessCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAgreementCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +4 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProfileCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeServerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +4 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +4 -0
- package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +4 -0
- package/dist-types/commands/ListAccessesCommand.d.ts +4 -0
- package/dist-types/commands/ListAgreementsCommand.d.ts +4 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +4 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +4 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +4 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +4 -0
- package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListServersCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListUsersCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +4 -0
- package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +4 -0
- package/dist-types/commands/StartFileTransferCommand.d.ts +4 -0
- package/dist-types/commands/StartServerCommand.d.ts +4 -0
- package/dist-types/commands/StopServerCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TestIdentityProviderCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAccessCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAgreementCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectorCommand.d.ts +4 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateServerCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +4 -0
- package/dist-types/index.d.ts +16 -2
- package/dist-types/models/TransferServiceException.d.ts +1 -0
- package/dist-types/ts3.4/TransferClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartServerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopServerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/TransferServiceException.d.ts +1 -0
- package/package.json +29 -29
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartServerCommand = void 0;
|
|
3
|
+
exports.StartServerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class StartServerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopServerCommand = void 0;
|
|
3
|
+
exports.StopServerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class StopServerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = void 0;
|
|
3
|
+
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TestIdentityProviderCommand = void 0;
|
|
3
|
+
exports.TestIdentityProviderCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class TestIdentityProviderCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = void 0;
|
|
3
|
+
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateAccessCommand = void 0;
|
|
3
|
+
exports.UpdateAccessCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateAccessCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateAgreementCommand = void 0;
|
|
3
|
+
exports.UpdateAgreementCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateAgreementCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCertificateCommand = void 0;
|
|
3
|
+
exports.UpdateCertificateCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateCertificateCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateConnectorCommand = void 0;
|
|
3
|
+
exports.UpdateConnectorCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateConnectorCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateHostKeyCommand = void 0;
|
|
3
|
+
exports.UpdateHostKeyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateHostKeyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateProfileCommand = void 0;
|
|
3
|
+
exports.UpdateProfileCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateProfileCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateServerCommand = void 0;
|
|
3
|
+
exports.UpdateServerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateServerCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateUserCommand = void 0;
|
|
3
|
+
exports.UpdateUserCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateUserCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
package/dist-cjs/index.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TransferServiceException = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./Transfer"), exports);
|
|
6
5
|
tslib_1.__exportStar(require("./TransferClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Transfer"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./models"), exports);
|
|
9
8
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
9
|
tslib_1.__exportStar(require("./waiters"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
11
11
|
var TransferServiceException_1 = require("./models/TransferServiceException");
|
|
12
12
|
Object.defineProperty(exports, "TransferServiceException", { enumerable: true, get: function () { return TransferServiceException_1.TransferServiceException; } });
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TransferServiceException = void 0;
|
|
3
|
+
exports.TransferServiceException = exports.__ServiceException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
5
6
|
class TransferServiceException extends smithy_client_1.ServiceException {
|
|
6
7
|
constructor(options) {
|
|
7
8
|
super(options);
|
|
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
|
|
|
10
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
|
+
export { __Client };
|
|
13
14
|
export class TransferClient extends __Client {
|
|
14
15
|
constructor(configuration) {
|
|
15
16
|
const _config_0 = __getRuntimeConfig(configuration);
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateAccessCommand, se_CreateAccessCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateAccessCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateAgreementCommand, se_CreateAgreementCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateAgreementCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateConnectorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateProfileCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateServerRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_CreateServerCommand, se_CreateServerCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateServerCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateUserCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateWorkflowCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteAccessCommand, se_DeleteAccessCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteAccessCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteAgreementCommand, se_DeleteAgreementCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteAgreementCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteCertificateCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteConnectorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteHostKeyCommand, se_DeleteHostKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteHostKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteProfileCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteServerCommand, se_DeleteServerCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteServerCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteSshPublicKeyCommand, se_DeleteSshPublicKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteSshPublicKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteUserCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteWorkflowCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeAccessCommand, se_DescribeAccessCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeAccessCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeAgreementCommand, se_DescribeAgreementCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeAgreementCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { DescribeCertificateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_DescribeCertificateCommand, se_DescribeCertificateCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class DescribeCertificateCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeConnectorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeExecutionCommand, se_DescribeExecutionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeExecutionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeHostKeyCommand, se_DescribeHostKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeHostKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeProfileCommand, se_DescribeProfileCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeProfileCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeSecurityPolicyCommand, se_DescribeSecurityPolicyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeSecurityPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeServerCommand, se_DescribeServerCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeServerCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeUserCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeWorkflowCommand, se_DescribeWorkflowCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeWorkflowCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { ImportCertificateRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_ImportCertificateCommand, se_ImportCertificateCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class ImportCertificateCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { ImportHostKeyRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_ImportHostKeyCommand, se_ImportHostKeyCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class ImportHostKeyCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ImportSshPublicKeyCommand, se_ImportSshPublicKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ImportSshPublicKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListAccessesCommand, se_ListAccessesCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListAccessesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListAgreementsCommand, se_ListAgreementsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListAgreementsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListCertificatesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListConnectorsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListExecutionsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListHostKeysCommand, se_ListHostKeysCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListHostKeysCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListProfilesCommand, se_ListProfilesCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListProfilesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListSecurityPoliciesCommand, se_ListSecurityPoliciesCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListSecurityPoliciesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListServersCommand, se_ListServersCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListServersCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListUsersCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListWorkflowsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|