@aws-sdk/client-snowball 3.28.0 → 3.32.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 +32 -0
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_1.js +14 -14
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_json1_1.js +15 -15
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/package.json +31 -31
- package/protocols/Aws_json1_1.ts +19 -15
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
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.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-snowball
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-snowball
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-snowball
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @aws-sdk/client-snowball
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
# [3.28.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.27.0...v3.28.0) (2021-08-27)
|
|
7
39
|
|
|
8
40
|
|
package/dist/cjs/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-snowball",
|
|
3
3
|
"description": "AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.32.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
|
|
7
7
|
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.32.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.32.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.32.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.32.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.32.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.32.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.32.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.32.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.32.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.32.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.32.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.32.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.32.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.32.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.32.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.32.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.32.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.32.0",
|
|
48
|
+
"@aws-sdk/types": "3.32.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.32.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.32.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.32.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.32.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.32.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.32.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.32.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.32.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.32.0",
|
|
58
58
|
"tslib": "^2.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/client-documentation-generator": "3.32.0",
|
|
62
62
|
"@types/node": "^12.7.5",
|
|
63
63
|
"downlevel-dts": "0.7.0",
|
|
64
64
|
"jest": "^26.1.0",
|
|
65
65
|
"rimraf": "^3.0.0",
|
|
66
66
|
"ts-jest": "^26.4.1",
|
|
67
67
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.3.
|
|
68
|
+
"typescript": "~4.3.5"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=10.0.0"
|
|
@@ -2286,7 +2286,7 @@ const deserializeAws_json1_1ClusterListEntry = (output, context) => {
|
|
|
2286
2286
|
ClusterId: smithy_client_1.expectString(output.ClusterId),
|
|
2287
2287
|
ClusterState: smithy_client_1.expectString(output.ClusterState),
|
|
2288
2288
|
CreationDate: output.CreationDate !== undefined && output.CreationDate !== null
|
|
2289
|
-
?
|
|
2289
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDate)))
|
|
2290
2290
|
: undefined,
|
|
2291
2291
|
Description: smithy_client_1.expectString(output.Description),
|
|
2292
2292
|
};
|
|
@@ -2307,7 +2307,7 @@ const deserializeAws_json1_1ClusterMetadata = (output, context) => {
|
|
|
2307
2307
|
ClusterId: smithy_client_1.expectString(output.ClusterId),
|
|
2308
2308
|
ClusterState: smithy_client_1.expectString(output.ClusterState),
|
|
2309
2309
|
CreationDate: output.CreationDate !== undefined && output.CreationDate !== null
|
|
2310
|
-
?
|
|
2310
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDate)))
|
|
2311
2311
|
: undefined,
|
|
2312
2312
|
Description: smithy_client_1.expectString(output.Description),
|
|
2313
2313
|
ForwardingAddressId: smithy_client_1.expectString(output.ForwardingAddressId),
|
|
@@ -2379,10 +2379,10 @@ const deserializeAws_json1_1CreateReturnShippingLabelResult = (output, context)
|
|
|
2379
2379
|
};
|
|
2380
2380
|
const deserializeAws_json1_1DataTransfer = (output, context) => {
|
|
2381
2381
|
return {
|
|
2382
|
-
BytesTransferred: smithy_client_1.
|
|
2383
|
-
ObjectsTransferred: smithy_client_1.
|
|
2384
|
-
TotalBytes: smithy_client_1.
|
|
2385
|
-
TotalObjects: smithy_client_1.
|
|
2382
|
+
BytesTransferred: smithy_client_1.expectLong(output.BytesTransferred),
|
|
2383
|
+
ObjectsTransferred: smithy_client_1.expectLong(output.ObjectsTransferred),
|
|
2384
|
+
TotalBytes: smithy_client_1.expectLong(output.TotalBytes),
|
|
2385
|
+
TotalObjects: smithy_client_1.expectLong(output.TotalObjects),
|
|
2386
2386
|
};
|
|
2387
2387
|
};
|
|
2388
2388
|
const deserializeAws_json1_1DescribeAddressesResult = (output, context) => {
|
|
@@ -2420,7 +2420,7 @@ const deserializeAws_json1_1DescribeJobResult = (output, context) => {
|
|
|
2420
2420
|
const deserializeAws_json1_1DescribeReturnShippingLabelResult = (output, context) => {
|
|
2421
2421
|
return {
|
|
2422
2422
|
ExpirationDate: output.ExpirationDate !== undefined && output.ExpirationDate !== null
|
|
2423
|
-
?
|
|
2423
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ExpirationDate)))
|
|
2424
2424
|
: undefined,
|
|
2425
2425
|
Status: smithy_client_1.expectString(output.Status),
|
|
2426
2426
|
};
|
|
@@ -2480,8 +2480,8 @@ const deserializeAws_json1_1GetJobUnlockCodeResult = (output, context) => {
|
|
|
2480
2480
|
};
|
|
2481
2481
|
const deserializeAws_json1_1GetSnowballUsageResult = (output, context) => {
|
|
2482
2482
|
return {
|
|
2483
|
-
SnowballLimit: smithy_client_1.
|
|
2484
|
-
SnowballsInUse: smithy_client_1.
|
|
2483
|
+
SnowballLimit: smithy_client_1.expectInt32(output.SnowballLimit),
|
|
2484
|
+
SnowballsInUse: smithy_client_1.expectInt32(output.SnowballsInUse),
|
|
2485
2485
|
};
|
|
2486
2486
|
};
|
|
2487
2487
|
const deserializeAws_json1_1GetSoftwareUpdatesResult = (output, context) => {
|
|
@@ -2523,7 +2523,7 @@ const deserializeAws_json1_1InvalidResourceException = (output, context) => {
|
|
|
2523
2523
|
const deserializeAws_json1_1JobListEntry = (output, context) => {
|
|
2524
2524
|
return {
|
|
2525
2525
|
CreationDate: output.CreationDate !== undefined && output.CreationDate !== null
|
|
2526
|
-
?
|
|
2526
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDate)))
|
|
2527
2527
|
: undefined,
|
|
2528
2528
|
Description: smithy_client_1.expectString(output.Description),
|
|
2529
2529
|
IsMaster: smithy_client_1.expectBoolean(output.IsMaster),
|
|
@@ -2555,7 +2555,7 @@ const deserializeAws_json1_1JobMetadata = (output, context) => {
|
|
|
2555
2555
|
AddressId: smithy_client_1.expectString(output.AddressId),
|
|
2556
2556
|
ClusterId: smithy_client_1.expectString(output.ClusterId),
|
|
2557
2557
|
CreationDate: output.CreationDate !== undefined && output.CreationDate !== null
|
|
2558
|
-
?
|
|
2558
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDate)))
|
|
2559
2559
|
: undefined,
|
|
2560
2560
|
DataTransferProgress: output.DataTransferProgress !== undefined && output.DataTransferProgress !== null
|
|
2561
2561
|
? deserializeAws_json1_1DataTransfer(output.DataTransferProgress, context)
|
|
@@ -2724,11 +2724,11 @@ const deserializeAws_json1_1LongTermPricingListEntry = (output, context) => {
|
|
|
2724
2724
|
? deserializeAws_json1_1LongTermPricingAssociatedJobIdList(output.JobIds, context)
|
|
2725
2725
|
: undefined,
|
|
2726
2726
|
LongTermPricingEndDate: output.LongTermPricingEndDate !== undefined && output.LongTermPricingEndDate !== null
|
|
2727
|
-
?
|
|
2727
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LongTermPricingEndDate)))
|
|
2728
2728
|
: undefined,
|
|
2729
2729
|
LongTermPricingId: smithy_client_1.expectString(output.LongTermPricingId),
|
|
2730
2730
|
LongTermPricingStartDate: output.LongTermPricingStartDate !== undefined && output.LongTermPricingStartDate !== null
|
|
2731
|
-
?
|
|
2731
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LongTermPricingStartDate)))
|
|
2732
2732
|
: undefined,
|
|
2733
2733
|
LongTermPricingStatus: smithy_client_1.expectString(output.LongTermPricingStatus),
|
|
2734
2734
|
LongTermPricingType: smithy_client_1.expectString(output.LongTermPricingType),
|
|
@@ -2738,7 +2738,7 @@ const deserializeAws_json1_1LongTermPricingListEntry = (output, context) => {
|
|
|
2738
2738
|
};
|
|
2739
2739
|
const deserializeAws_json1_1NFSOnDeviceServiceConfiguration = (output, context) => {
|
|
2740
2740
|
return {
|
|
2741
|
-
StorageLimit: smithy_client_1.
|
|
2741
|
+
StorageLimit: smithy_client_1.expectInt32(output.StorageLimit),
|
|
2742
2742
|
StorageUnit: smithy_client_1.expectString(output.StorageUnit),
|
|
2743
2743
|
};
|
|
2744
2744
|
};
|