@aws-sdk/client-glacier 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +98 -100
- package/dist-cjs/models/GlacierServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +10 -12
- package/dist-es/Glacier.js +1 -1
- package/dist-es/GlacierClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
- package/dist-es/commands/AbortVaultLockCommand.js +2 -2
- package/dist-es/commands/AddTagsToVaultCommand.js +2 -2
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
- package/dist-es/commands/CompleteVaultLockCommand.js +2 -2
- package/dist-es/commands/CreateVaultCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteVaultCommand.js +2 -2
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/DescribeJobCommand.js +2 -2
- package/dist-es/commands/DescribeVaultCommand.js +2 -2
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/GetJobOutputCommand.js +2 -2
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/GetVaultLockCommand.js +2 -2
- package/dist-es/commands/GetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/InitiateJobCommand.js +2 -2
- package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -2
- package/dist-es/commands/InitiateVaultLockCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
- package/dist-es/commands/ListPartsCommand.js +2 -2
- package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/ListTagsForVaultCommand.js +2 -2
- package/dist-es/commands/ListVaultsCommand.js +2 -2
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -2
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/UploadArchiveCommand.js +2 -2
- package/dist-es/commands/UploadMultipartPartCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/GlacierServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -5
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForVaultExists.js +1 -1
- package/dist-es/waiters/waitForVaultNotExists.js +1 -1
- package/dist-types/Glacier.d.ts +1 -1
- package/dist-types/GlacierClient.d.ts +5 -5
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -4
- package/dist-types/commands/AbortVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +6 -4
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -4
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/CreateVaultCommand.d.ts +6 -4
- package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVaultCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVaultCommand.d.ts +6 -4
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetJobOutputCommand.d.ts +6 -4
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/InitiateJobCommand.d.ts +6 -4
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +6 -4
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
- package/dist-types/commands/ListPartsCommand.d.ts +6 -4
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +6 -4
- package/dist-types/commands/ListVaultsCommand.d.ts +6 -4
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +6 -4
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/UploadArchiveCommand.d.ts +6 -4
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/GlacierServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Glacier.d.ts +1 -1
- package/dist-types/ts3.4/GlacierClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/GlacierServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForVaultExists.d.ts +1 -1
- package/dist-types/waiters/waitForVaultNotExists.d.ts +1 -1
- package/package.json +16 -39
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const RemoveTagsFromVaultCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: RemoveTagsFromVaultCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
RemoveTagsFromVaultCommandInput,
|
|
19
19
|
RemoveTagsFromVaultCommandOutput,
|
|
20
20
|
GlacierClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const RemoveTagsFromVaultCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: RemoveTagsFromVaultCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
RemoveTagsFromVaultCommandInput,
|
|
28
28
|
RemoveTagsFromVaultCommandOutput,
|
|
29
29
|
GlacierClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class RemoveTagsFromVaultCommand extends RemoveTagsFromVaultCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const SetDataRetrievalPolicyCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: SetDataRetrievalPolicyCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
SetDataRetrievalPolicyCommandInput,
|
|
19
19
|
SetDataRetrievalPolicyCommandOutput,
|
|
20
20
|
GlacierClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const SetDataRetrievalPolicyCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: SetDataRetrievalPolicyCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
SetDataRetrievalPolicyCommandInput,
|
|
28
28
|
SetDataRetrievalPolicyCommandOutput,
|
|
29
29
|
GlacierClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class SetDataRetrievalPolicyCommand extends SetDataRetrievalPolicyCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const SetVaultAccessPolicyCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: SetVaultAccessPolicyCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
SetVaultAccessPolicyCommandInput,
|
|
19
19
|
SetVaultAccessPolicyCommandOutput,
|
|
20
20
|
GlacierClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const SetVaultAccessPolicyCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: SetVaultAccessPolicyCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
SetVaultAccessPolicyCommandInput,
|
|
28
28
|
SetVaultAccessPolicyCommandOutput,
|
|
29
29
|
GlacierClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class SetVaultAccessPolicyCommand extends SetVaultAccessPolicyCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const SetVaultNotificationsCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: SetVaultNotificationsCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
SetVaultNotificationsCommandInput,
|
|
19
19
|
SetVaultNotificationsCommandOutput,
|
|
20
20
|
GlacierClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const SetVaultNotificationsCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: SetVaultNotificationsCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
SetVaultNotificationsCommandInput,
|
|
28
28
|
SetVaultNotificationsCommandOutput,
|
|
29
29
|
GlacierClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class SetVaultNotificationsCommand extends SetVaultNotificationsCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import {
|
|
3
3
|
MetadataBearer as __MetadataBearer,
|
|
4
4
|
StreamingBlobPayloadInputTypes,
|
|
@@ -21,7 +21,7 @@ export interface UploadArchiveCommandOutput
|
|
|
21
21
|
declare const UploadArchiveCommand_base: {
|
|
22
22
|
new (
|
|
23
23
|
input: UploadArchiveCommandInput
|
|
24
|
-
): import("@smithy/
|
|
24
|
+
): import("@smithy/core/client").CommandImpl<
|
|
25
25
|
UploadArchiveCommandInput,
|
|
26
26
|
UploadArchiveCommandOutput,
|
|
27
27
|
GlacierClientResolvedConfig,
|
|
@@ -30,14 +30,16 @@ declare const UploadArchiveCommand_base: {
|
|
|
30
30
|
>;
|
|
31
31
|
new (
|
|
32
32
|
input: UploadArchiveCommandInput
|
|
33
|
-
): import("@smithy/
|
|
33
|
+
): import("@smithy/core/client").CommandImpl<
|
|
34
34
|
UploadArchiveCommandInput,
|
|
35
35
|
UploadArchiveCommandOutput,
|
|
36
36
|
GlacierClientResolvedConfig,
|
|
37
37
|
ServiceInputTypes,
|
|
38
38
|
ServiceOutputTypes
|
|
39
39
|
>;
|
|
40
|
-
getEndpointParameterInstructions():
|
|
40
|
+
getEndpointParameterInstructions(): {
|
|
41
|
+
[x: string]: unknown;
|
|
42
|
+
};
|
|
41
43
|
};
|
|
42
44
|
export declare class UploadArchiveCommand extends UploadArchiveCommand_base {
|
|
43
45
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import {
|
|
3
3
|
MetadataBearer as __MetadataBearer,
|
|
4
4
|
StreamingBlobPayloadInputTypes,
|
|
@@ -27,7 +27,7 @@ export interface UploadMultipartPartCommandOutput
|
|
|
27
27
|
declare const UploadMultipartPartCommand_base: {
|
|
28
28
|
new (
|
|
29
29
|
input: UploadMultipartPartCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UploadMultipartPartCommandInput,
|
|
32
32
|
UploadMultipartPartCommandOutput,
|
|
33
33
|
GlacierClientResolvedConfig,
|
|
@@ -36,14 +36,16 @@ declare const UploadMultipartPartCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
new (
|
|
38
38
|
input: UploadMultipartPartCommandInput
|
|
39
|
-
): import("@smithy/
|
|
39
|
+
): import("@smithy/core/client").CommandImpl<
|
|
40
40
|
UploadMultipartPartCommandInput,
|
|
41
41
|
UploadMultipartPartCommandOutput,
|
|
42
42
|
GlacierClientResolvedConfig,
|
|
43
43
|
ServiceInputTypes,
|
|
44
44
|
ServiceOutputTypes
|
|
45
45
|
>;
|
|
46
|
-
getEndpointParameterInstructions():
|
|
46
|
+
getEndpointParameterInstructions(): {
|
|
47
|
+
[x: string]: unknown;
|
|
48
|
+
};
|
|
47
49
|
};
|
|
48
50
|
export declare class UploadMultipartPartCommand extends UploadMultipartPartCommand_base {
|
|
49
51
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface GlacierExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class GlacierServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { GlacierServiceException as __BaseException } from "./GlacierServiceException";
|
|
3
3
|
export declare class InvalidParameterValueException extends __BaseException {
|
|
4
4
|
readonly name: "InvalidParameterValueException";
|
|
@@ -3,7 +3,7 @@ import { GlacierClientConfig } from "./GlacierClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyChecksumGenerator: (
|
|
9
9
|
request: import("@smithy/types").HttpRequest,
|
|
@@ -26,7 +26,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
region: string | import("@smithy/types").Provider<any>;
|
|
28
28
|
requestHandler:
|
|
29
|
-
| import("@smithy/
|
|
29
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
30
30
|
| RequestHandler;
|
|
31
31
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
32
32
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -3,7 +3,7 @@ import { GlacierClientConfig } from "./GlacierClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
9
|
bodyChecksumGenerator: (
|
|
@@ -28,7 +28,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
28
28
|
region: string | import("@smithy/types").Provider<string>;
|
|
29
29
|
requestHandler:
|
|
30
30
|
| RequestHandler
|
|
31
|
-
| import("@smithy/
|
|
31
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
sha256: import("@smithy/types").HashConstructor;
|
|
34
34
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
6
6
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
7
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
8
|
| Record<string, unknown>
|
|
9
|
-
| import("@smithy/
|
|
9
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
cacheMiddleware?: boolean;
|
|
12
12
|
protocol:
|
|
@@ -55,9 +55,9 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
55
55
|
logger: import("@smithy/types").Logger;
|
|
56
56
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
57
|
defaultsMode:
|
|
58
|
-
| import("@smithy/
|
|
58
|
+
| import("@smithy/core/client").DefaultsMode
|
|
59
59
|
| import("@smithy/types").Provider<
|
|
60
|
-
import("@smithy/
|
|
60
|
+
import("@smithy/core/client").DefaultsMode
|
|
61
61
|
>;
|
|
62
62
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
63
63
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeVaultCommandInput, type DescribeVaultCommandOutput } from "../commands/DescribeVaultCommand";
|
|
3
3
|
import type { GlacierClient } from "../GlacierClient";
|
|
4
4
|
import type { GlacierServiceException } from "../models/GlacierServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeVaultCommandInput, type DescribeVaultCommandOutput } from "../commands/DescribeVaultCommand";
|
|
3
3
|
import type { GlacierClient } from "../GlacierClient";
|
|
4
4
|
import type { ResourceNotFoundException } from "../models/errors";
|
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.1047.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 client-glacier",
|
|
@@ -21,47 +21,24 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/body-checksum-browser": "^3.972.
|
|
25
|
-
"@aws-sdk/body-checksum-node": "^3.972.
|
|
26
|
-
"@aws-sdk/core": "^3.974.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
24
|
+
"@aws-sdk/body-checksum-browser": "^3.972.12",
|
|
25
|
+
"@aws-sdk/body-checksum-node": "^3.972.12",
|
|
26
|
+
"@aws-sdk/core": "^3.974.10",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.41",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.11",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-sdk-glacier": "^3.972.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.12",
|
|
31
|
+
"@aws-sdk/middleware-sdk-glacier": "^3.972.11",
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "^3.972.40",
|
|
33
|
+
"@aws-sdk/region-config-resolver": "^3.972.14",
|
|
34
34
|
"@aws-sdk/types": "^3.973.8",
|
|
35
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
36
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/
|
|
41
|
-
"@smithy/hash-node": "^4.2.14",
|
|
42
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
43
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
44
|
-
"@smithy/middleware-endpoint": "^4.4.32",
|
|
45
|
-
"@smithy/middleware-retry": "^4.5.7",
|
|
46
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
47
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
48
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
49
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
50
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
51
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
35
|
+
"@aws-sdk/util-endpoints": "^3.996.9",
|
|
36
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.11",
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "^3.973.26",
|
|
38
|
+
"@smithy/core": "^3.24.1",
|
|
39
|
+
"@smithy/fetch-http-handler": "^5.4.1",
|
|
40
|
+
"@smithy/node-http-handler": "^4.7.1",
|
|
52
41
|
"@smithy/types": "^4.14.1",
|
|
53
|
-
"@smithy/url-parser": "^4.2.14",
|
|
54
|
-
"@smithy/util-base64": "^4.3.2",
|
|
55
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
56
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
59
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
60
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
61
|
-
"@smithy/util-retry": "^4.3.6",
|
|
62
|
-
"@smithy/util-stream": "^4.5.25",
|
|
63
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
64
|
-
"@smithy/util-waiter": "^4.3.0",
|
|
65
42
|
"tslib": "^2.6.2"
|
|
66
43
|
},
|
|
67
44
|
"devDependencies": {
|