@aws-sdk/client-transfer 3.186.0 → 3.188.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +24 -0
- package/dist-es/Transfer.js +234 -241
- package/dist-es/TransferClient.js +22 -28
- package/dist-es/commands/CreateAccessCommand.js +21 -28
- package/dist-es/commands/CreateAgreementCommand.js +21 -28
- package/dist-es/commands/CreateConnectorCommand.js +21 -28
- package/dist-es/commands/CreateProfileCommand.js +21 -28
- package/dist-es/commands/CreateServerCommand.js +21 -28
- package/dist-es/commands/CreateUserCommand.js +21 -28
- package/dist-es/commands/CreateWorkflowCommand.js +21 -28
- package/dist-es/commands/DeleteAccessCommand.js +22 -29
- package/dist-es/commands/DeleteAgreementCommand.js +22 -29
- package/dist-es/commands/DeleteCertificateCommand.js +22 -29
- package/dist-es/commands/DeleteConnectorCommand.js +22 -29
- package/dist-es/commands/DeleteHostKeyCommand.js +22 -29
- package/dist-es/commands/DeleteProfileCommand.js +22 -29
- package/dist-es/commands/DeleteServerCommand.js +22 -29
- package/dist-es/commands/DeleteSshPublicKeyCommand.js +22 -29
- package/dist-es/commands/DeleteUserCommand.js +22 -29
- package/dist-es/commands/DeleteWorkflowCommand.js +22 -29
- package/dist-es/commands/DescribeAccessCommand.js +21 -28
- package/dist-es/commands/DescribeAgreementCommand.js +21 -28
- package/dist-es/commands/DescribeCertificateCommand.js +21 -28
- package/dist-es/commands/DescribeConnectorCommand.js +21 -28
- package/dist-es/commands/DescribeExecutionCommand.js +21 -28
- package/dist-es/commands/DescribeHostKeyCommand.js +21 -28
- package/dist-es/commands/DescribeProfileCommand.js +21 -28
- package/dist-es/commands/DescribeSecurityPolicyCommand.js +21 -28
- package/dist-es/commands/DescribeServerCommand.js +21 -28
- package/dist-es/commands/DescribeUserCommand.js +21 -28
- package/dist-es/commands/DescribeWorkflowCommand.js +21 -28
- package/dist-es/commands/ImportCertificateCommand.js +21 -28
- package/dist-es/commands/ImportHostKeyCommand.js +21 -28
- package/dist-es/commands/ImportSshPublicKeyCommand.js +21 -28
- package/dist-es/commands/ListAccessesCommand.js +21 -28
- package/dist-es/commands/ListAgreementsCommand.js +21 -28
- package/dist-es/commands/ListCertificatesCommand.js +21 -28
- package/dist-es/commands/ListConnectorsCommand.js +21 -28
- package/dist-es/commands/ListExecutionsCommand.js +21 -28
- package/dist-es/commands/ListHostKeysCommand.js +21 -28
- package/dist-es/commands/ListProfilesCommand.js +21 -28
- package/dist-es/commands/ListSecurityPoliciesCommand.js +21 -28
- package/dist-es/commands/ListServersCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListUsersCommand.js +21 -28
- package/dist-es/commands/ListWorkflowsCommand.js +21 -28
- package/dist-es/commands/SendWorkflowStepStateCommand.js +21 -28
- package/dist-es/commands/StartFileTransferCommand.js +21 -28
- package/dist-es/commands/StartServerCommand.js +22 -29
- package/dist-es/commands/StopServerCommand.js +22 -29
- package/dist-es/commands/TagResourceCommand.js +22 -29
- package/dist-es/commands/TestIdentityProviderCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +22 -29
- package/dist-es/commands/UpdateAccessCommand.js +21 -28
- package/dist-es/commands/UpdateAgreementCommand.js +21 -28
- package/dist-es/commands/UpdateCertificateCommand.js +21 -28
- package/dist-es/commands/UpdateConnectorCommand.js +21 -28
- package/dist-es/commands/UpdateHostKeyCommand.js +21 -28
- package/dist-es/commands/UpdateProfileCommand.js +21 -28
- package/dist-es/commands/UpdateServerCommand.js +21 -28
- package/dist-es/commands/UpdateUserCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/TransferServiceException.js +5 -10
- package/dist-es/models/models_0.js +572 -263
- package/dist-es/pagination/ListAccessesPaginator.js +25 -68
- package/dist-es/pagination/ListAgreementsPaginator.js +25 -68
- package/dist-es/pagination/ListCertificatesPaginator.js +25 -68
- package/dist-es/pagination/ListConnectorsPaginator.js +25 -68
- package/dist-es/pagination/ListExecutionsPaginator.js +25 -68
- package/dist-es/pagination/ListProfilesPaginator.js +25 -68
- package/dist-es/pagination/ListSecurityPoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListServersPaginator.js +25 -68
- package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
- package/dist-es/pagination/ListUsersPaginator.js +25 -68
- package/dist-es/pagination/ListWorkflowsPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +3985 -5067
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForServerOffline.js +36 -56
- package/dist-es/waiters/waitForServerOnline.js +36 -56
- package/dist-types/Transfer.d.ts +10 -8
- package/dist-types/commands/CreateConnectorCommand.d.ts +2 -2
- package/dist-types/commands/CreateProfileCommand.d.ts +1 -2
- package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -1
- package/dist-types/commands/ListHostKeysCommand.d.ts +2 -1
- package/dist-types/commands/StartFileTransferCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +118 -67
- package/dist-types/ts3.4/models/models_0.d.ts +2 -1
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-transfer:** This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect. ([d0d60da](https://github.com/aws/aws-sdk-js-v3/commit/d0d60dab0be54c0f466858f49deb4a4c8dd50fd9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-transfer
|
|
@@ -3675,6 +3675,13 @@ const serializeAws_json1_1ListWorkflowsRequest = (input, context) => {
|
|
|
3675
3675
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
3676
3676
|
};
|
|
3677
3677
|
};
|
|
3678
|
+
const serializeAws_json1_1OnPartialUploadWorkflowDetails = (input, context) => {
|
|
3679
|
+
return input
|
|
3680
|
+
.filter((e) => e != null)
|
|
3681
|
+
.map((entry) => {
|
|
3682
|
+
return serializeAws_json1_1WorkflowDetail(entry, context);
|
|
3683
|
+
});
|
|
3684
|
+
};
|
|
3678
3685
|
const serializeAws_json1_1OnUploadWorkflowDetails = (input, context) => {
|
|
3679
3686
|
return input
|
|
3680
3687
|
.filter((e) => e != null)
|
|
@@ -3929,6 +3936,9 @@ const serializeAws_json1_1WorkflowDetail = (input, context) => {
|
|
|
3929
3936
|
};
|
|
3930
3937
|
const serializeAws_json1_1WorkflowDetails = (input, context) => {
|
|
3931
3938
|
return {
|
|
3939
|
+
...(input.OnPartialUpload != null && {
|
|
3940
|
+
OnPartialUpload: serializeAws_json1_1OnPartialUploadWorkflowDetails(input.OnPartialUpload, context),
|
|
3941
|
+
}),
|
|
3932
3942
|
...(input.OnUpload != null && { OnUpload: serializeAws_json1_1OnUploadWorkflowDetails(input.OnUpload, context) }),
|
|
3933
3943
|
};
|
|
3934
3944
|
};
|
|
@@ -4727,6 +4737,17 @@ const deserializeAws_json1_1LoggingConfiguration = (output, context) => {
|
|
|
4727
4737
|
LoggingRole: (0, smithy_client_1.expectString)(output.LoggingRole),
|
|
4728
4738
|
};
|
|
4729
4739
|
};
|
|
4740
|
+
const deserializeAws_json1_1OnPartialUploadWorkflowDetails = (output, context) => {
|
|
4741
|
+
const retVal = (output || [])
|
|
4742
|
+
.filter((e) => e != null)
|
|
4743
|
+
.map((entry) => {
|
|
4744
|
+
if (entry === null) {
|
|
4745
|
+
return null;
|
|
4746
|
+
}
|
|
4747
|
+
return deserializeAws_json1_1WorkflowDetail(entry, context);
|
|
4748
|
+
});
|
|
4749
|
+
return retVal;
|
|
4750
|
+
};
|
|
4730
4751
|
const deserializeAws_json1_1OnUploadWorkflowDetails = (output, context) => {
|
|
4731
4752
|
const retVal = (output || [])
|
|
4732
4753
|
.filter((e) => e != null)
|
|
@@ -4997,6 +5018,9 @@ const deserializeAws_json1_1WorkflowDetail = (output, context) => {
|
|
|
4997
5018
|
};
|
|
4998
5019
|
const deserializeAws_json1_1WorkflowDetails = (output, context) => {
|
|
4999
5020
|
return {
|
|
5021
|
+
OnPartialUpload: output.OnPartialUpload != null
|
|
5022
|
+
? deserializeAws_json1_1OnPartialUploadWorkflowDetails(output.OnPartialUpload, context)
|
|
5023
|
+
: undefined,
|
|
5000
5024
|
OnUpload: output.OnUpload != null ? deserializeAws_json1_1OnUploadWorkflowDetails(output.OnUpload, context) : undefined,
|
|
5001
5025
|
};
|
|
5002
5026
|
};
|