@aws-sdk/client-transfer 3.241.0 → 3.252.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.
|
@@ -3596,11 +3596,11 @@ const serializeAws_json1_1IdentityProviderDetails = (input, context) => {
|
|
|
3596
3596
|
};
|
|
3597
3597
|
const serializeAws_json1_1ImportCertificateRequest = (input, context) => {
|
|
3598
3598
|
return {
|
|
3599
|
-
...(input.ActiveDate != null && { ActiveDate: Math.round(input.ActiveDate.getTime() / 1000) }),
|
|
3599
|
+
...(input.ActiveDate != null && { ActiveDate: Math.round(input.ActiveDate.getTime() / 1000).toString() }),
|
|
3600
3600
|
...(input.Certificate != null && { Certificate: input.Certificate }),
|
|
3601
3601
|
...(input.CertificateChain != null && { CertificateChain: input.CertificateChain }),
|
|
3602
3602
|
...(input.Description != null && { Description: input.Description }),
|
|
3603
|
-
...(input.InactiveDate != null && { InactiveDate: Math.round(input.InactiveDate.getTime() / 1000) }),
|
|
3603
|
+
...(input.InactiveDate != null && { InactiveDate: Math.round(input.InactiveDate.getTime() / 1000).toString() }),
|
|
3604
3604
|
...(input.PrivateKey != null && { PrivateKey: input.PrivateKey }),
|
|
3605
3605
|
...(input.Tags != null && { Tags: serializeAws_json1_1Tags(input.Tags, context) }),
|
|
3606
3606
|
...(input.Usage != null && { Usage: input.Usage }),
|
|
@@ -3890,10 +3890,10 @@ const serializeAws_json1_1UpdateAgreementRequest = (input, context) => {
|
|
|
3890
3890
|
};
|
|
3891
3891
|
const serializeAws_json1_1UpdateCertificateRequest = (input, context) => {
|
|
3892
3892
|
return {
|
|
3893
|
-
...(input.ActiveDate != null && { ActiveDate: Math.round(input.ActiveDate.getTime() / 1000) }),
|
|
3893
|
+
...(input.ActiveDate != null && { ActiveDate: Math.round(input.ActiveDate.getTime() / 1000).toString() }),
|
|
3894
3894
|
...(input.CertificateId != null && { CertificateId: input.CertificateId }),
|
|
3895
3895
|
...(input.Description != null && { Description: input.Description }),
|
|
3896
|
-
...(input.InactiveDate != null && { InactiveDate: Math.round(input.InactiveDate.getTime() / 1000) }),
|
|
3896
|
+
...(input.InactiveDate != null && { InactiveDate: Math.round(input.InactiveDate.getTime() / 1000).toString() }),
|
|
3897
3897
|
};
|
|
3898
3898
|
};
|
|
3899
3899
|
const serializeAws_json1_1UpdateConnectorRequest = (input, context) => {
|
|
@@ -3475,11 +3475,11 @@ const serializeAws_json1_1IdentityProviderDetails = (input, context) => {
|
|
|
3475
3475
|
};
|
|
3476
3476
|
const serializeAws_json1_1ImportCertificateRequest = (input, context) => {
|
|
3477
3477
|
return {
|
|
3478
|
-
...(input.ActiveDate != null && { ActiveDate: Math.round(input.ActiveDate.getTime() / 1000) }),
|
|
3478
|
+
...(input.ActiveDate != null && { ActiveDate: Math.round(input.ActiveDate.getTime() / 1000).toString() }),
|
|
3479
3479
|
...(input.Certificate != null && { Certificate: input.Certificate }),
|
|
3480
3480
|
...(input.CertificateChain != null && { CertificateChain: input.CertificateChain }),
|
|
3481
3481
|
...(input.Description != null && { Description: input.Description }),
|
|
3482
|
-
...(input.InactiveDate != null && { InactiveDate: Math.round(input.InactiveDate.getTime() / 1000) }),
|
|
3482
|
+
...(input.InactiveDate != null && { InactiveDate: Math.round(input.InactiveDate.getTime() / 1000).toString() }),
|
|
3483
3483
|
...(input.PrivateKey != null && { PrivateKey: input.PrivateKey }),
|
|
3484
3484
|
...(input.Tags != null && { Tags: serializeAws_json1_1Tags(input.Tags, context) }),
|
|
3485
3485
|
...(input.Usage != null && { Usage: input.Usage }),
|
|
@@ -3769,10 +3769,10 @@ const serializeAws_json1_1UpdateAgreementRequest = (input, context) => {
|
|
|
3769
3769
|
};
|
|
3770
3770
|
const serializeAws_json1_1UpdateCertificateRequest = (input, context) => {
|
|
3771
3771
|
return {
|
|
3772
|
-
...(input.ActiveDate != null && { ActiveDate: Math.round(input.ActiveDate.getTime() / 1000) }),
|
|
3772
|
+
...(input.ActiveDate != null && { ActiveDate: Math.round(input.ActiveDate.getTime() / 1000).toString() }),
|
|
3773
3773
|
...(input.CertificateId != null && { CertificateId: input.CertificateId }),
|
|
3774
3774
|
...(input.Description != null && { Description: input.Description }),
|
|
3775
|
-
...(input.InactiveDate != null && { InactiveDate: Math.round(input.InactiveDate.getTime() / 1000) }),
|
|
3775
|
+
...(input.InactiveDate != null && { InactiveDate: Math.round(input.InactiveDate.getTime() / 1000).toString() }),
|
|
3776
3776
|
};
|
|
3777
3777
|
};
|
|
3778
3778
|
const serializeAws_json1_1UpdateConnectorRequest = (input, context) => {
|
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.252.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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
-
"generate:client": "
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo transfer"
|
|
15
15
|
},
|
|
16
16
|
"main": "./dist-cjs/index.js",
|
|
17
17
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.252.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.234.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.252.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.226.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-browser": "3.234.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-node": "3.234.0",
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.245.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.229.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-node": "3.226.0",
|