@aws-sdk/client-transfer 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +51 -50
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -4966,23 +4966,18 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4966
4966
  // Annotate the CommonJS export names for ESM import in node:
4967
4967
 
4968
4968
  0 && (module.exports = {
4969
- AccessDeniedException,
4970
- AgreementStatusType,
4971
- As2Transport,
4972
- CertificateStatusType,
4973
- CertificateType,
4974
- CertificateUsageType,
4975
- CompressionEnum,
4976
- ConflictException,
4969
+ TransferServiceException,
4970
+ __Client,
4971
+ TransferClient,
4972
+ Transfer,
4973
+ $Command,
4977
4974
  CreateAccessCommand,
4978
4975
  CreateAgreementCommand,
4979
4976
  CreateConnectorCommand,
4980
4977
  CreateProfileCommand,
4981
4978
  CreateServerCommand,
4982
- CreateServerRequestFilterSensitiveLog,
4983
4979
  CreateUserCommand,
4984
4980
  CreateWorkflowCommand,
4985
- CustomStepStatus,
4986
4981
  DeleteAccessCommand,
4987
4982
  DeleteAgreementCommand,
4988
4983
  DeleteCertificateCommand,
@@ -4996,7 +4991,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4996
4991
  DescribeAccessCommand,
4997
4992
  DescribeAgreementCommand,
4998
4993
  DescribeCertificateCommand,
4999
- DescribeCertificateResponseFilterSensitiveLog,
5000
4994
  DescribeConnectorCommand,
5001
4995
  DescribeExecutionCommand,
5002
4996
  DescribeHostKeyCommand,
@@ -5005,24 +4999,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5005
4999
  DescribeServerCommand,
5006
5000
  DescribeUserCommand,
5007
5001
  DescribeWorkflowCommand,
5008
- DescribedCertificateFilterSensitiveLog,
5009
- DirectoryListingOptimization,
5010
- Domain,
5011
- EncryptionAlg,
5012
- EncryptionType,
5013
- EndpointType,
5014
- ExecutionErrorType,
5015
- ExecutionStatus,
5016
- HomeDirectoryType,
5017
- IdentityProviderType,
5018
5002
  ImportCertificateCommand,
5019
- ImportCertificateRequestFilterSensitiveLog,
5020
5003
  ImportHostKeyCommand,
5021
- ImportHostKeyRequestFilterSensitiveLog,
5022
5004
  ImportSshPublicKeyCommand,
5023
- InternalServiceError,
5024
- InvalidNextTokenException,
5025
- InvalidRequestException,
5026
5005
  ListAccessesCommand,
5027
5006
  ListAgreementsCommand,
5028
5007
  ListCertificatesCommand,
@@ -5035,32 +5014,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5035
5014
  ListTagsForResourceCommand,
5036
5015
  ListUsersCommand,
5037
5016
  ListWorkflowsCommand,
5038
- MapType,
5039
- MdnResponse,
5040
- MdnSigningAlg,
5041
- OverwriteExisting,
5042
- ProfileType,
5043
- Protocol,
5044
- ResourceExistsException,
5045
- ResourceNotFoundException,
5046
5017
  SendWorkflowStepStateCommand,
5047
- ServiceUnavailableException,
5048
- SetStatOption,
5049
- SftpAuthenticationMethods,
5050
- SigningAlg,
5051
5018
  StartFileTransferCommand,
5052
5019
  StartServerCommand,
5053
- State,
5054
5020
  StopServerCommand,
5055
5021
  TagResourceCommand,
5056
5022
  TestConnectionCommand,
5057
5023
  TestIdentityProviderCommand,
5058
- TestIdentityProviderRequestFilterSensitiveLog,
5059
- ThrottlingException,
5060
- TlsSessionResumptionMode,
5061
- Transfer,
5062
- TransferClient,
5063
- TransferServiceException,
5064
5024
  UntagResourceCommand,
5065
5025
  UpdateAccessCommand,
5066
5026
  UpdateAgreementCommand,
@@ -5069,10 +5029,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5069
5029
  UpdateHostKeyCommand,
5070
5030
  UpdateProfileCommand,
5071
5031
  UpdateServerCommand,
5072
- UpdateServerRequestFilterSensitiveLog,
5073
5032
  UpdateUserCommand,
5074
- WorkflowStepType,
5075
- __Client,
5076
5033
  paginateListAccesses,
5077
5034
  paginateListAgreements,
5078
5035
  paginateListCertificates,
@@ -5085,8 +5042,52 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5085
5042
  paginateListUsers,
5086
5043
  paginateListWorkflows,
5087
5044
  waitForServerOffline,
5088
- waitForServerOnline,
5089
5045
  waitUntilServerOffline,
5090
- waitUntilServerOnline
5046
+ waitForServerOnline,
5047
+ waitUntilServerOnline,
5048
+ AccessDeniedException,
5049
+ AgreementStatusType,
5050
+ CompressionEnum,
5051
+ EncryptionAlg,
5052
+ MdnResponse,
5053
+ MdnSigningAlg,
5054
+ SigningAlg,
5055
+ As2Transport,
5056
+ CertificateStatusType,
5057
+ CertificateType,
5058
+ CertificateUsageType,
5059
+ ConflictException,
5060
+ OverwriteExisting,
5061
+ MapType,
5062
+ HomeDirectoryType,
5063
+ InternalServiceError,
5064
+ InvalidRequestException,
5065
+ ResourceExistsException,
5066
+ ResourceNotFoundException,
5067
+ ServiceUnavailableException,
5068
+ ThrottlingException,
5069
+ ProfileType,
5070
+ Domain,
5071
+ EndpointType,
5072
+ SftpAuthenticationMethods,
5073
+ IdentityProviderType,
5074
+ SetStatOption,
5075
+ TlsSessionResumptionMode,
5076
+ Protocol,
5077
+ DirectoryListingOptimization,
5078
+ EncryptionType,
5079
+ WorkflowStepType,
5080
+ CustomStepStatus,
5081
+ ExecutionErrorType,
5082
+ ExecutionStatus,
5083
+ State,
5084
+ InvalidNextTokenException,
5085
+ CreateServerRequestFilterSensitiveLog,
5086
+ DescribedCertificateFilterSensitiveLog,
5087
+ DescribeCertificateResponseFilterSensitiveLog,
5088
+ ImportCertificateRequestFilterSensitiveLog,
5089
+ ImportHostKeyRequestFilterSensitiveLog,
5090
+ TestIdentityProviderRequestFilterSensitiveLog,
5091
+ UpdateServerRequestFilterSensitiveLog
5091
5092
  });
5092
5093
 
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.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-transfer",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",