@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
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCertificatesCommandInput extends ListCertificatesRequest {}
|
|
19
20
|
export interface ListCertificatesCommandOutput
|
|
20
21
|
extends ListCertificatesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
|
|
19
20
|
export interface ListConnectorsCommandOutput
|
|
20
21
|
extends ListConnectorsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListExecutionsCommandInput extends ListExecutionsRequest {}
|
|
19
20
|
export interface ListExecutionsCommandOutput
|
|
20
21
|
extends ListExecutionsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListHostKeysCommandInput extends ListHostKeysRequest {}
|
|
16
17
|
export interface ListHostKeysCommandOutput
|
|
17
18
|
extends ListHostKeysResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListProfilesCommandInput extends ListProfilesRequest {}
|
|
16
17
|
export interface ListProfilesCommandOutput
|
|
17
18
|
extends ListProfilesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSecurityPoliciesCommandInput
|
|
19
20
|
extends ListSecurityPoliciesRequest {}
|
|
20
21
|
export interface ListSecurityPoliciesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListServersCommandInput extends ListServersRequest {}
|
|
16
17
|
export interface ListServersCommandOutput
|
|
17
18
|
extends ListServersResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListUsersCommandInput extends ListUsersRequest {}
|
|
16
17
|
export interface ListUsersCommandOutput
|
|
17
18
|
extends ListUsersResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {}
|
|
19
20
|
export interface ListWorkflowsCommandOutput
|
|
20
21
|
extends ListWorkflowsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SendWorkflowStepStateCommandInput
|
|
19
20
|
extends SendWorkflowStepStateRequest {}
|
|
20
21
|
export interface SendWorkflowStepStateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartFileTransferCommandInput
|
|
19
20
|
extends StartFileTransferRequest {}
|
|
20
21
|
export interface StartFileTransferCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartServerCommandInput extends StartServerRequest {}
|
|
16
17
|
export interface StartServerCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class StartServerCommand 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 StopServerCommandInput extends StopServerRequest {}
|
|
16
17
|
export interface StopServerCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class StopServerCommand 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 TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class TagResourceCommand 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 TestIdentityProviderCommandInput
|
|
19
20
|
extends TestIdentityProviderRequest {}
|
|
20
21
|
export interface TestIdentityProviderCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
16
17
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class UntagResourceCommand 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 UpdateAccessCommandInput extends UpdateAccessRequest {}
|
|
16
17
|
export interface UpdateAccessCommandOutput
|
|
17
18
|
extends UpdateAccessResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateAgreementCommandInput extends UpdateAgreementRequest {}
|
|
19
20
|
export interface UpdateAgreementCommandOutput
|
|
20
21
|
extends UpdateAgreementResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateCertificateCommandInput
|
|
19
20
|
extends UpdateCertificateRequest {}
|
|
20
21
|
export interface UpdateCertificateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateConnectorCommandInput extends UpdateConnectorRequest {}
|
|
19
20
|
export interface UpdateConnectorCommandOutput
|
|
20
21
|
extends UpdateConnectorResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateHostKeyCommandInput extends UpdateHostKeyRequest {}
|
|
19
20
|
export interface UpdateHostKeyCommandOutput
|
|
20
21
|
extends UpdateHostKeyResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TransferClientResolvedConfig,
|
|
17
17
|
} from "../TransferClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateProfileCommandInput extends UpdateProfileRequest {}
|
|
19
20
|
export interface UpdateProfileCommandOutput
|
|
20
21
|
extends UpdateProfileResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateServerCommandInput extends UpdateServerRequest {}
|
|
16
17
|
export interface UpdateServerCommandOutput
|
|
17
18
|
extends UpdateServerResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
TransferClientResolvedConfig,
|
|
14
14
|
} from "../TransferClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateUserCommandInput extends UpdateUserRequest {}
|
|
16
17
|
export interface UpdateUserCommandOutput
|
|
17
18
|
extends UpdateUserResponse,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./Transfer";
|
|
2
1
|
export * from "./TransferClient";
|
|
2
|
+
export * from "./Transfer";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
6
5
|
export * from "./waiters";
|
|
6
|
+
export * from "./models";
|
|
7
7
|
export { TransferServiceException } from "./models/TransferServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class TransferServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transfer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.341.0",
|
|
56
56
|
"@smithy/protocol-http": "^1.0.1",
|
|
57
57
|
"@smithy/types": "^1.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|