@aws-sdk/client-transfer 3.495.0 → 3.499.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 +53 -50
  2. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -4964,24 +4964,20 @@ var waitUntilServerOnline = /* @__PURE__ */ __name(async (params, input) => {
4964
4964
  // src/index.ts
4965
4965
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
4966
4966
  // Annotate the CommonJS export names for ESM import in node:
4967
+
4967
4968
  0 && (module.exports = {
4968
- AccessDeniedException,
4969
- AgreementStatusType,
4970
- As2Transport,
4971
- CertificateStatusType,
4972
- CertificateType,
4973
- CertificateUsageType,
4974
- CompressionEnum,
4975
- ConflictException,
4969
+ TransferServiceException,
4970
+ __Client,
4971
+ TransferClient,
4972
+ Transfer,
4973
+ $Command,
4976
4974
  CreateAccessCommand,
4977
4975
  CreateAgreementCommand,
4978
4976
  CreateConnectorCommand,
4979
4977
  CreateProfileCommand,
4980
4978
  CreateServerCommand,
4981
- CreateServerRequestFilterSensitiveLog,
4982
4979
  CreateUserCommand,
4983
4980
  CreateWorkflowCommand,
4984
- CustomStepStatus,
4985
4981
  DeleteAccessCommand,
4986
4982
  DeleteAgreementCommand,
4987
4983
  DeleteCertificateCommand,
@@ -4995,7 +4991,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4995
4991
  DescribeAccessCommand,
4996
4992
  DescribeAgreementCommand,
4997
4993
  DescribeCertificateCommand,
4998
- DescribeCertificateResponseFilterSensitiveLog,
4999
4994
  DescribeConnectorCommand,
5000
4995
  DescribeExecutionCommand,
5001
4996
  DescribeHostKeyCommand,
@@ -5004,24 +4999,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5004
4999
  DescribeServerCommand,
5005
5000
  DescribeUserCommand,
5006
5001
  DescribeWorkflowCommand,
5007
- DescribedCertificateFilterSensitiveLog,
5008
- DirectoryListingOptimization,
5009
- Domain,
5010
- EncryptionAlg,
5011
- EncryptionType,
5012
- EndpointType,
5013
- ExecutionErrorType,
5014
- ExecutionStatus,
5015
- HomeDirectoryType,
5016
- IdentityProviderType,
5017
5002
  ImportCertificateCommand,
5018
- ImportCertificateRequestFilterSensitiveLog,
5019
5003
  ImportHostKeyCommand,
5020
- ImportHostKeyRequestFilterSensitiveLog,
5021
5004
  ImportSshPublicKeyCommand,
5022
- InternalServiceError,
5023
- InvalidNextTokenException,
5024
- InvalidRequestException,
5025
5005
  ListAccessesCommand,
5026
5006
  ListAgreementsCommand,
5027
5007
  ListCertificatesCommand,
@@ -5034,32 +5014,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5034
5014
  ListTagsForResourceCommand,
5035
5015
  ListUsersCommand,
5036
5016
  ListWorkflowsCommand,
5037
- MapType,
5038
- MdnResponse,
5039
- MdnSigningAlg,
5040
- OverwriteExisting,
5041
- ProfileType,
5042
- Protocol,
5043
- ResourceExistsException,
5044
- ResourceNotFoundException,
5045
5017
  SendWorkflowStepStateCommand,
5046
- ServiceUnavailableException,
5047
- SetStatOption,
5048
- SftpAuthenticationMethods,
5049
- SigningAlg,
5050
5018
  StartFileTransferCommand,
5051
5019
  StartServerCommand,
5052
- State,
5053
5020
  StopServerCommand,
5054
5021
  TagResourceCommand,
5055
5022
  TestConnectionCommand,
5056
5023
  TestIdentityProviderCommand,
5057
- TestIdentityProviderRequestFilterSensitiveLog,
5058
- ThrottlingException,
5059
- TlsSessionResumptionMode,
5060
- Transfer,
5061
- TransferClient,
5062
- TransferServiceException,
5063
5024
  UntagResourceCommand,
5064
5025
  UpdateAccessCommand,
5065
5026
  UpdateAgreementCommand,
@@ -5068,10 +5029,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5068
5029
  UpdateHostKeyCommand,
5069
5030
  UpdateProfileCommand,
5070
5031
  UpdateServerCommand,
5071
- UpdateServerRequestFilterSensitiveLog,
5072
5032
  UpdateUserCommand,
5073
- WorkflowStepType,
5074
- __Client,
5075
5033
  paginateListAccesses,
5076
5034
  paginateListAgreements,
5077
5035
  paginateListCertificates,
@@ -5084,7 +5042,52 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5084
5042
  paginateListUsers,
5085
5043
  paginateListWorkflows,
5086
5044
  waitForServerOffline,
5087
- waitForServerOnline,
5088
5045
  waitUntilServerOffline,
5089
- 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
5090
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.495.0",
4
+ "version": "3.499.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
60
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
+ "@smithy/util-waiter": "^2.1.1",
61
61
  "tslib": "^2.5.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "concurrently": "7.0.0",