@aws-sdk/client-snowball 3.335.0 → 3.338.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/dist-cjs/SnowballClient.js +2 -1
- package/dist-cjs/commands/CancelClusterCommand.js +2 -1
- package/dist-cjs/commands/CancelJobCommand.js +2 -1
- package/dist-cjs/commands/CreateAddressCommand.js +2 -1
- package/dist-cjs/commands/CreateClusterCommand.js +2 -1
- package/dist-cjs/commands/CreateJobCommand.js +2 -1
- package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -1
- package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -1
- package/dist-cjs/commands/DescribeAddressCommand.js +2 -1
- package/dist-cjs/commands/DescribeAddressesCommand.js +2 -1
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -1
- package/dist-cjs/commands/DescribeJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -1
- package/dist-cjs/commands/GetJobManifestCommand.js +2 -1
- package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -1
- package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -1
- package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -1
- package/dist-cjs/commands/ListClusterJobsCommand.js +2 -1
- package/dist-cjs/commands/ListClustersCommand.js +2 -1
- package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -1
- package/dist-cjs/commands/ListJobsCommand.js +2 -1
- package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -1
- package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -1
- package/dist-cjs/commands/UpdateClusterCommand.js +2 -1
- package/dist-cjs/commands/UpdateJobCommand.js +2 -1
- package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -1
- package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/SnowballServiceException.js +2 -1
- package/dist-es/SnowballClient.js +1 -0
- package/dist-es/commands/CancelClusterCommand.js +1 -0
- package/dist-es/commands/CancelJobCommand.js +1 -0
- package/dist-es/commands/CreateAddressCommand.js +1 -0
- package/dist-es/commands/CreateClusterCommand.js +1 -0
- package/dist-es/commands/CreateJobCommand.js +1 -0
- package/dist-es/commands/CreateLongTermPricingCommand.js +1 -0
- package/dist-es/commands/CreateReturnShippingLabelCommand.js +1 -0
- package/dist-es/commands/DescribeAddressCommand.js +1 -0
- package/dist-es/commands/DescribeAddressesCommand.js +1 -0
- package/dist-es/commands/DescribeClusterCommand.js +1 -0
- package/dist-es/commands/DescribeJobCommand.js +1 -0
- package/dist-es/commands/DescribeReturnShippingLabelCommand.js +1 -0
- package/dist-es/commands/GetJobManifestCommand.js +1 -0
- package/dist-es/commands/GetJobUnlockCodeCommand.js +1 -0
- package/dist-es/commands/GetSnowballUsageCommand.js +1 -0
- package/dist-es/commands/GetSoftwareUpdatesCommand.js +1 -0
- package/dist-es/commands/ListClusterJobsCommand.js +1 -0
- package/dist-es/commands/ListClustersCommand.js +1 -0
- package/dist-es/commands/ListCompatibleImagesCommand.js +1 -0
- package/dist-es/commands/ListJobsCommand.js +1 -0
- package/dist-es/commands/ListLongTermPricingCommand.js +1 -0
- package/dist-es/commands/ListServiceVersionsCommand.js +1 -0
- package/dist-es/commands/UpdateClusterCommand.js +1 -0
- package/dist-es/commands/UpdateJobCommand.js +1 -0
- package/dist-es/commands/UpdateJobShipmentStateCommand.js +1 -0
- package/dist-es/commands/UpdateLongTermPricingCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/SnowballServiceException.js +1 -0
- package/dist-types/SnowballClient.d.ts +3 -3
- package/dist-types/commands/CancelClusterCommand.d.ts +4 -0
- package/dist-types/commands/CancelJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateAddressCommand.d.ts +4 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +4 -0
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAddressCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +4 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +4 -0
- package/dist-types/commands/GetJobManifestCommand.d.ts +4 -0
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +4 -0
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +4 -0
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +4 -0
- package/dist-types/commands/ListClusterJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListClustersCommand.d.ts +4 -0
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +4 -0
- package/dist-types/commands/ListJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +4 -0
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +4 -0
- package/dist-types/index.d.ts +12 -2
- package/dist-types/models/SnowballServiceException.d.ts +1 -0
- package/dist-types/ts3.4/SnowballClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/SnowballServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SnowballClientResolvedConfig,
|
|
14
14
|
} from "../SnowballClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
16
17
|
export interface ListJobsCommandOutput
|
|
17
18
|
extends ListJobsResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SnowballClientResolvedConfig,
|
|
17
17
|
} from "../SnowballClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListLongTermPricingCommandInput
|
|
19
20
|
extends ListLongTermPricingRequest {}
|
|
20
21
|
export interface ListLongTermPricingCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SnowballClientResolvedConfig,
|
|
17
17
|
} from "../SnowballClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListServiceVersionsCommandInput
|
|
19
20
|
extends ListServiceVersionsRequest {}
|
|
20
21
|
export interface ListServiceVersionsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SnowballClientResolvedConfig,
|
|
14
14
|
} from "../SnowballClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
|
|
16
17
|
export interface UpdateClusterCommandOutput
|
|
17
18
|
extends UpdateClusterResult,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SnowballClientResolvedConfig,
|
|
14
14
|
} from "../SnowballClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateJobCommandInput extends UpdateJobRequest {}
|
|
16
17
|
export interface UpdateJobCommandOutput
|
|
17
18
|
extends UpdateJobResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SnowballClientResolvedConfig,
|
|
17
17
|
} from "../SnowballClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateJobShipmentStateCommandInput
|
|
19
20
|
extends UpdateJobShipmentStateRequest {}
|
|
20
21
|
export interface UpdateJobShipmentStateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SnowballClientResolvedConfig,
|
|
17
17
|
} from "../SnowballClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateLongTermPricingCommandInput
|
|
19
20
|
extends UpdateLongTermPricingRequest {}
|
|
20
21
|
export interface UpdateLongTermPricingCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Snowball";
|
|
2
1
|
export * from "./SnowballClient";
|
|
2
|
+
export * from "./Snowball";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { SnowballServiceException } from "./models/SnowballServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class SnowballServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/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.338.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",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|