@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
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListHostKeysRequest, ListHostKeysResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSecurityPoliciesRequest, ListSecurityPoliciesResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServersRequest, ListServersResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { SendWorkflowStepStateRequest, SendWorkflowStepStateResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartFileTransferRequest, StartFileTransferResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartServerRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StopServerRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TestIdentityProviderRequest, TestIdentityProviderResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateAccessRequest, UpdateAccessResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateAgreementRequest, UpdateAgreementResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateCertificateRequest, UpdateCertificateResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateHostKeyRequest, UpdateHostKeyResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateServerRequest, UpdateServerResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,7 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Transfer Family is a fully managed service that enables the transfer of files over the File
|
|
3
|
+
* Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
|
|
4
|
+
* Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
|
|
5
|
+
* Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
|
|
6
|
+
* Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating
|
|
7
|
+
* with existing authentication systems, and providing DNS routing with Amazon Route 53 so
|
|
8
|
+
* nothing changes for your customers and partners, or their applications. With your data in
|
|
9
|
+
* Amazon S3, you can use it with Amazon Web Services for processing, analytics, machine learning, and
|
|
10
|
+
* archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
|
|
11
|
+
* set up.</p>
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
2
15
|
export * from "./TransferClient";
|
|
16
|
+
export * from "./Transfer";
|
|
3
17
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
18
|
export * from "./pagination";
|
|
6
19
|
export * from "./waiters";
|
|
20
|
+
export * from "./models";
|
|
7
21
|
export { TransferServiceException } from "./models/TransferServiceException";
|
|
@@ -283,6 +283,7 @@ import {
|
|
|
283
283
|
ClientResolvedEndpointParameters,
|
|
284
284
|
EndpointParameters,
|
|
285
285
|
} from "./endpoint/EndpointParameters";
|
|
286
|
+
export { __Client };
|
|
286
287
|
export type ServiceInputTypes =
|
|
287
288
|
| CreateAccessCommandInput
|
|
288
289
|
| CreateAgreementCommandInput
|
|
@@ -425,7 +426,7 @@ export interface ClientDefaults
|
|
|
425
426
|
logger?: __Logger;
|
|
426
427
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
427
428
|
}
|
|
428
|
-
type TransferClientConfigType = Partial<
|
|
429
|
+
export type TransferClientConfigType = Partial<
|
|
429
430
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
430
431
|
> &
|
|
431
432
|
ClientDefaults &
|
|
@@ -437,7 +438,7 @@ type TransferClientConfigType = Partial<
|
|
|
437
438
|
UserAgentInputConfig &
|
|
438
439
|
ClientInputEndpointParameters;
|
|
439
440
|
export interface TransferClientConfig extends TransferClientConfigType {}
|
|
440
|
-
type TransferClientResolvedConfigType =
|
|
441
|
+
export type TransferClientResolvedConfigType =
|
|
441
442
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
442
443
|
Required<ClientDefaults> &
|
|
443
444
|
RegionResolvedConfig &
|
|
@@ -459,4 +460,3 @@ export declare class TransferClient extends __Client<
|
|
|
459
460
|
constructor(configuration: TransferClientConfig);
|
|
460
461
|
destroy(): void;
|
|
461
462
|
}
|
|
462
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateAccessCommandInput extends CreateAccessRequest {}
|
|
16
17
|
export interface CreateAccessCommandOutput
|
|
17
18
|
extends CreateAccessResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAgreementCommandInput extends CreateAgreementRequest {}
|
|
19
20
|
export interface CreateAgreementCommandOutput
|
|
20
21
|
extends CreateAgreementResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateConnectorCommandInput extends CreateConnectorRequest {}
|
|
19
20
|
export interface CreateConnectorCommandOutput
|
|
20
21
|
extends CreateConnectorResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateProfileCommandInput extends CreateProfileRequest {}
|
|
19
20
|
export interface CreateProfileCommandOutput
|
|
20
21
|
extends CreateProfileResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateServerCommandInput extends CreateServerRequest {}
|
|
16
17
|
export interface CreateServerCommandOutput
|
|
17
18
|
extends CreateServerResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateUserCommandInput extends CreateUserRequest {}
|
|
16
17
|
export interface CreateUserCommandOutput
|
|
17
18
|
extends CreateUserResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {}
|
|
19
20
|
export interface CreateWorkflowCommandOutput
|
|
20
21
|
extends CreateWorkflowResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteAccessCommandInput extends DeleteAccessRequest {}
|
|
16
17
|
export interface DeleteAccessCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteAccessCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteAgreementCommandInput extends DeleteAgreementRequest {}
|
|
16
17
|
export interface DeleteAgreementCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteAgreementCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteCertificateCommandInput
|
|
16
17
|
extends DeleteCertificateRequest {}
|
|
17
18
|
export interface DeleteCertificateCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {}
|
|
16
17
|
export interface DeleteConnectorCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteConnectorCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteHostKeyCommandInput extends DeleteHostKeyRequest {}
|
|
16
17
|
export interface DeleteHostKeyCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteHostKeyCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteProfileCommandInput extends DeleteProfileRequest {}
|
|
16
17
|
export interface DeleteProfileCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteProfileCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteServerCommandInput extends DeleteServerRequest {}
|
|
16
17
|
export interface DeleteServerCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteServerCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteSshPublicKeyCommandInput
|
|
16
17
|
extends DeleteSshPublicKeyRequest {}
|
|
17
18
|
export interface DeleteSshPublicKeyCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteUserCommandInput extends DeleteUserRequest {}
|
|
16
17
|
export interface DeleteUserCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteUserCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
|
|
16
17
|
export interface DeleteWorkflowCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteWorkflowCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAccessCommandInput extends DescribeAccessRequest {}
|
|
19
20
|
export interface DescribeAccessCommandOutput
|
|
20
21
|
extends DescribeAccessResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAgreementCommandInput
|
|
19
20
|
extends DescribeAgreementRequest {}
|
|
20
21
|
export interface DescribeAgreementCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCertificateCommandInput
|
|
19
20
|
extends DescribeCertificateRequest {}
|
|
20
21
|
export interface DescribeCertificateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeConnectorCommandInput
|
|
19
20
|
extends DescribeConnectorRequest {}
|
|
20
21
|
export interface DescribeConnectorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeExecutionCommandInput
|
|
19
20
|
extends DescribeExecutionRequest {}
|
|
20
21
|
export interface DescribeExecutionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeHostKeyCommandInput extends DescribeHostKeyRequest {}
|
|
19
20
|
export interface DescribeHostKeyCommandOutput
|
|
20
21
|
extends DescribeHostKeyResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeProfileCommandInput extends DescribeProfileRequest {}
|
|
19
20
|
export interface DescribeProfileCommandOutput
|
|
20
21
|
extends DescribeProfileResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeSecurityPolicyCommandInput
|
|
19
20
|
extends DescribeSecurityPolicyRequest {}
|
|
20
21
|
export interface DescribeSecurityPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeServerCommandInput extends DescribeServerRequest {}
|
|
19
20
|
export interface DescribeServerCommandOutput
|
|
20
21
|
extends DescribeServerResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeUserCommandInput extends DescribeUserRequest {}
|
|
16
17
|
export interface DescribeUserCommandOutput
|
|
17
18
|
extends DescribeUserResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeWorkflowCommandInput extends DescribeWorkflowRequest {}
|
|
19
20
|
export interface DescribeWorkflowCommandOutput
|
|
20
21
|
extends DescribeWorkflowResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ImportCertificateCommandInput
|
|
19
20
|
extends ImportCertificateRequest {}
|
|
20
21
|
export interface ImportCertificateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ImportHostKeyCommandInput extends ImportHostKeyRequest {}
|
|
19
20
|
export interface ImportHostKeyCommandOutput
|
|
20
21
|
extends ImportHostKeyResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ImportSshPublicKeyCommandInput
|
|
19
20
|
extends ImportSshPublicKeyRequest {}
|
|
20
21
|
export interface ImportSshPublicKeyCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListAccessesCommandInput extends ListAccessesRequest {}
|
|
16
17
|
export interface ListAccessesCommandOutput
|
|
17
18
|
extends ListAccessesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAgreementsCommandInput extends ListAgreementsRequest {}
|
|
19
20
|
export interface ListAgreementsCommandOutput
|
|
20
21
|
extends ListAgreementsResponse,
|