@aws-sdk/client-glacier 3.1076.0 → 3.1078.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/index.js +44 -335
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -14
- package/dist-es/commands/AbortVaultLockCommand.js +2 -14
- package/dist-es/commands/AddTagsToVaultCommand.js +2 -14
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -14
- package/dist-es/commands/CompleteVaultLockCommand.js +2 -14
- package/dist-es/commands/CreateVaultCommand.js +2 -14
- package/dist-es/commands/DeleteArchiveCommand.js +2 -14
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteVaultCommand.js +2 -14
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -14
- package/dist-es/commands/DescribeJobCommand.js +2 -14
- package/dist-es/commands/DescribeVaultCommand.js +2 -14
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -14
- package/dist-es/commands/GetJobOutputCommand.js +2 -14
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -14
- package/dist-es/commands/GetVaultLockCommand.js +2 -14
- package/dist-es/commands/GetVaultNotificationsCommand.js +2 -14
- package/dist-es/commands/InitiateJobCommand.js +2 -14
- package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -14
- package/dist-es/commands/InitiateVaultLockCommand.js +2 -14
- package/dist-es/commands/ListJobsCommand.js +2 -14
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -14
- package/dist-es/commands/ListPartsCommand.js +2 -14
- package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -14
- package/dist-es/commands/ListTagsForVaultCommand.js +2 -14
- package/dist-es/commands/ListVaultsCommand.js +2 -14
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -14
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -14
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -14
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -14
- package/dist-es/commands/SetVaultNotificationsCommand.js +2 -14
- package/dist-es/commands/UploadArchiveCommand.js +2 -14
- package/dist-es/commands/UploadMultipartPartCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/AbortVaultLockCommand.d.ts +3 -8
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -8
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +3 -8
- package/dist-types/commands/CreateVaultCommand.d.ts +3 -8
- package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVaultCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVaultCommand.d.ts +3 -8
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetJobOutputCommand.d.ts +3 -8
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetVaultLockCommand.d.ts +3 -8
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/InitiateJobCommand.d.ts +3 -8
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -8
- package/dist-types/commands/ListPartsCommand.d.ts +3 -8
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -8
- package/dist-types/commands/ListVaultsCommand.d.ts +3 -8
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -8
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +3 -8
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/UploadArchiveCommand.d.ts +3 -8
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +11 -13
|
@@ -1,19 +1,12 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import {
|
|
3
2
|
MetadataBearer as __MetadataBearer,
|
|
4
3
|
StreamingBlobPayloadInputTypes,
|
|
5
4
|
} from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
GlacierClientResolvedConfig,
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
} from "../GlacierClient";
|
|
11
5
|
import {
|
|
12
6
|
UploadMultipartPartInput,
|
|
13
7
|
UploadMultipartPartOutput,
|
|
14
8
|
} from "../models/models_0";
|
|
15
9
|
export { __MetadataBearer };
|
|
16
|
-
export { $Command };
|
|
17
10
|
export interface UploadMultipartPartCommandInput
|
|
18
11
|
extends Pick<
|
|
19
12
|
UploadMultipartPartInput,
|
|
@@ -30,22 +23,20 @@ declare const UploadMultipartPartCommand_base: {
|
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UploadMultipartPartCommandInput,
|
|
32
25
|
UploadMultipartPartCommandOutput,
|
|
33
|
-
GlacierClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").GlacierClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
30
|
new (
|
|
38
31
|
input: UploadMultipartPartCommandInput
|
|
39
32
|
): import("@smithy/core/client").CommandImpl<
|
|
40
33
|
UploadMultipartPartCommandInput,
|
|
41
34
|
UploadMultipartPartCommandOutput,
|
|
42
|
-
GlacierClientResolvedConfig,
|
|
43
|
-
ServiceInputTypes,
|
|
44
|
-
ServiceOutputTypes
|
|
35
|
+
import("..").GlacierClientResolvedConfig,
|
|
36
|
+
import("..").ServiceInputTypes,
|
|
37
|
+
import("..").ServiceOutputTypes
|
|
45
38
|
>;
|
|
46
|
-
getEndpointParameterInstructions():
|
|
47
|
-
[x: string]: unknown;
|
|
48
|
-
};
|
|
39
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
49
40
|
};
|
|
50
41
|
export declare class UploadMultipartPartCommand extends UploadMultipartPartCommand_base {
|
|
51
42
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { GlacierExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./waiters";
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
29
29
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
30
30
|
| RequestHandler;
|
|
31
31
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
32
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
33
32
|
streamCollector: (
|
|
34
33
|
stream:
|
|
35
34
|
| import("stream").Readable
|
|
@@ -51,6 +50,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
51
50
|
[setting: string]: unknown;
|
|
52
51
|
};
|
|
53
52
|
apiVersion: string;
|
|
53
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
54
54
|
urlParser: import("@smithy/types").UrlParser;
|
|
55
55
|
base64Decoder: import("@smithy/types").Decoder;
|
|
56
56
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -30,7 +30,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
30
30
|
| RequestHandler
|
|
31
31
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
34
33
|
streamCollector: (
|
|
35
34
|
stream:
|
|
36
35
|
| import("stream").Readable
|
|
@@ -51,6 +50,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
51
50
|
[setting: string]: unknown;
|
|
52
51
|
};
|
|
53
52
|
apiVersion: string;
|
|
53
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
54
54
|
urlParser: import("@smithy/types").UrlParser;
|
|
55
55
|
base64Decoder: import("@smithy/types").Decoder;
|
|
56
56
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GlacierClientConfig } from "./GlacierClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
25
25
|
};
|
|
26
26
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
27
27
|
serviceId: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
28
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
29
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
31
|
utf8Encoder: (input: Uint8Array | string) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glacier",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,18 +19,16 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-
|
|
23
|
-
"@aws-
|
|
24
|
-
"@aws-sdk/
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@aws-sdk/
|
|
28
|
-
"@
|
|
29
|
-
"@
|
|
30
|
-
"@smithy/
|
|
31
|
-
"@smithy/
|
|
32
|
-
"@smithy/node-http-handler": "^4.9.0",
|
|
33
|
-
"@smithy/types": "^4.15.0",
|
|
22
|
+
"@aws-sdk/body-checksum-browser": "^3.972.22",
|
|
23
|
+
"@aws-sdk/body-checksum-node": "^3.972.22",
|
|
24
|
+
"@aws-sdk/core": "^3.974.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
26
|
+
"@aws-sdk/middleware-sdk-glacier": "^3.972.21",
|
|
27
|
+
"@aws-sdk/types": "^3.973.15",
|
|
28
|
+
"@smithy/core": "^3.29.0",
|
|
29
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
30
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
31
|
+
"@smithy/types": "^4.15.1",
|
|
34
32
|
"tslib": "^2.6.2"
|
|
35
33
|
},
|
|
36
34
|
"devDependencies": {
|