@aws-sdk/client-glacier 3.1077.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 +41 -333
- 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-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/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/package.json +11 -11
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { DeleteVaultInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteVaultCommandInput extends DeleteVaultInput {}
|
|
12
5
|
export interface DeleteVaultCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteVaultCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteVaultCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteVaultCommandInput,
|
|
18
11
|
DeleteVaultCommandOutput,
|
|
19
|
-
GlacierClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").GlacierClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteVaultCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteVaultCommandInput,
|
|
27
20
|
DeleteVaultCommandOutput,
|
|
28
|
-
GlacierClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").GlacierClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteVaultCommand extends DeleteVaultCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { DeleteVaultNotificationsInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteVaultNotificationsCommandInput
|
|
12
5
|
extends DeleteVaultNotificationsInput {}
|
|
13
6
|
export interface DeleteVaultNotificationsCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteVaultNotificationsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteVaultNotificationsCommandInput,
|
|
20
13
|
DeleteVaultNotificationsCommandOutput,
|
|
21
|
-
GlacierClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlacierClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteVaultNotificationsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteVaultNotificationsCommandInput,
|
|
29
22
|
DeleteVaultNotificationsCommandOutput,
|
|
30
|
-
GlacierClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GlacierClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteVaultNotificationsCommand extends DeleteVaultNotificationsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DescribeJobCommandInput extends DescribeJobInput {}
|
|
12
5
|
export interface DescribeJobCommandOutput
|
|
13
6
|
extends GlacierJobDescription,
|
|
@@ -18,22 +11,20 @@ declare const DescribeJobCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeJobCommandInput,
|
|
20
13
|
DescribeJobCommandOutput,
|
|
21
|
-
GlacierClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlacierClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DescribeJobCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeJobCommandInput,
|
|
29
22
|
DescribeJobCommandOutput,
|
|
30
|
-
GlacierClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GlacierClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeJobCommand extends DescribeJobCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DescribeVaultCommandInput extends DescribeVaultInput {}
|
|
12
5
|
export interface DescribeVaultCommandOutput
|
|
13
6
|
extends DescribeVaultOutput,
|
|
@@ -18,22 +11,20 @@ declare const DescribeVaultCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeVaultCommandInput,
|
|
20
13
|
DescribeVaultCommandOutput,
|
|
21
|
-
GlacierClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlacierClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DescribeVaultCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeVaultCommandInput,
|
|
29
22
|
DescribeVaultCommandOutput,
|
|
30
|
-
GlacierClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GlacierClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeVaultCommand extends DescribeVaultCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import {
|
|
9
3
|
GetDataRetrievalPolicyInput,
|
|
10
4
|
GetDataRetrievalPolicyOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataRetrievalPolicyCommandInput
|
|
15
8
|
extends GetDataRetrievalPolicyInput {}
|
|
16
9
|
export interface GetDataRetrievalPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataRetrievalPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataRetrievalPolicyCommandInput,
|
|
24
17
|
GetDataRetrievalPolicyCommandOutput,
|
|
25
|
-
GlacierClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlacierClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDataRetrievalPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataRetrievalPolicyCommandInput,
|
|
33
26
|
GetDataRetrievalPolicyCommandOutput,
|
|
34
|
-
GlacierClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlacierClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataRetrievalPolicyCommand extends GetDataRetrievalPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import {
|
|
3
2
|
MetadataBearer as __MetadataBearer,
|
|
4
3
|
StreamingBlobPayloadOutputTypes,
|
|
5
4
|
} from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
GlacierClientResolvedConfig,
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
} from "../GlacierClient";
|
|
11
5
|
import { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetJobOutputCommandInput extends GetJobOutputInput {}
|
|
15
8
|
export interface GetJobOutputCommandOutput
|
|
16
9
|
extends Pick<GetJobOutputOutput, Exclude<keyof GetJobOutputOutput, "body">>,
|
|
@@ -23,22 +16,20 @@ declare const GetJobOutputCommand_base: {
|
|
|
23
16
|
): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetJobOutputCommandInput,
|
|
25
18
|
GetJobOutputCommandOutput,
|
|
26
|
-
GlacierClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").GlacierClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
23
|
new (
|
|
31
24
|
input: GetJobOutputCommandInput
|
|
32
25
|
): import("@smithy/core/client").CommandImpl<
|
|
33
26
|
GetJobOutputCommandInput,
|
|
34
27
|
GetJobOutputCommandOutput,
|
|
35
|
-
GlacierClientResolvedConfig,
|
|
36
|
-
ServiceInputTypes,
|
|
37
|
-
ServiceOutputTypes
|
|
28
|
+
import("..").GlacierClientResolvedConfig,
|
|
29
|
+
import("..").ServiceInputTypes,
|
|
30
|
+
import("..").ServiceOutputTypes
|
|
38
31
|
>;
|
|
39
|
-
getEndpointParameterInstructions():
|
|
40
|
-
[x: string]: unknown;
|
|
41
|
-
};
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
42
33
|
};
|
|
43
34
|
export declare class GetJobOutputCommand extends GetJobOutputCommand_base {
|
|
44
35
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import {
|
|
9
3
|
GetVaultAccessPolicyInput,
|
|
10
4
|
GetVaultAccessPolicyOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetVaultAccessPolicyCommandInput
|
|
15
8
|
extends GetVaultAccessPolicyInput {}
|
|
16
9
|
export interface GetVaultAccessPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetVaultAccessPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetVaultAccessPolicyCommandInput,
|
|
24
17
|
GetVaultAccessPolicyCommandOutput,
|
|
25
|
-
GlacierClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlacierClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetVaultAccessPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetVaultAccessPolicyCommandInput,
|
|
33
26
|
GetVaultAccessPolicyCommandOutput,
|
|
34
|
-
GlacierClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlacierClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetVaultAccessPolicyCommand extends GetVaultAccessPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetVaultLockCommandInput extends GetVaultLockInput {}
|
|
12
5
|
export interface GetVaultLockCommandOutput
|
|
13
6
|
extends GetVaultLockOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetVaultLockCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetVaultLockCommandInput,
|
|
20
13
|
GetVaultLockCommandOutput,
|
|
21
|
-
GlacierClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlacierClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetVaultLockCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetVaultLockCommandInput,
|
|
29
22
|
GetVaultLockCommandOutput,
|
|
30
|
-
GlacierClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GlacierClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetVaultLockCommand extends GetVaultLockCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import {
|
|
9
3
|
GetVaultNotificationsInput,
|
|
10
4
|
GetVaultNotificationsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetVaultNotificationsCommandInput
|
|
15
8
|
extends GetVaultNotificationsInput {}
|
|
16
9
|
export interface GetVaultNotificationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetVaultNotificationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetVaultNotificationsCommandInput,
|
|
24
17
|
GetVaultNotificationsCommandOutput,
|
|
25
|
-
GlacierClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlacierClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetVaultNotificationsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetVaultNotificationsCommandInput,
|
|
33
26
|
GetVaultNotificationsCommandOutput,
|
|
34
|
-
GlacierClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlacierClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetVaultNotificationsCommand extends GetVaultNotificationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface InitiateJobCommandInput extends InitiateJobInput {}
|
|
12
5
|
export interface InitiateJobCommandOutput
|
|
13
6
|
extends InitiateJobOutput,
|
|
@@ -18,22 +11,20 @@ declare const InitiateJobCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
InitiateJobCommandInput,
|
|
20
13
|
InitiateJobCommandOutput,
|
|
21
|
-
GlacierClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlacierClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: InitiateJobCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
InitiateJobCommandInput,
|
|
29
22
|
InitiateJobCommandOutput,
|
|
30
|
-
GlacierClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GlacierClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class InitiateJobCommand extends InitiateJobCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import {
|
|
9
3
|
InitiateMultipartUploadInput,
|
|
10
4
|
InitiateMultipartUploadOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface InitiateMultipartUploadCommandInput
|
|
15
8
|
extends InitiateMultipartUploadInput {}
|
|
16
9
|
export interface InitiateMultipartUploadCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const InitiateMultipartUploadCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
InitiateMultipartUploadCommandInput,
|
|
24
17
|
InitiateMultipartUploadCommandOutput,
|
|
25
|
-
GlacierClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlacierClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: InitiateMultipartUploadCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
InitiateMultipartUploadCommandInput,
|
|
33
26
|
InitiateMultipartUploadCommandOutput,
|
|
34
|
-
GlacierClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlacierClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class InitiateMultipartUploadCommand extends InitiateMultipartUploadCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import {
|
|
9
3
|
InitiateVaultLockInput,
|
|
10
4
|
InitiateVaultLockOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {}
|
|
15
8
|
export interface InitiateVaultLockCommandOutput
|
|
16
9
|
extends InitiateVaultLockOutput,
|
|
@@ -21,22 +14,20 @@ declare const InitiateVaultLockCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
InitiateVaultLockCommandInput,
|
|
23
16
|
InitiateVaultLockCommandOutput,
|
|
24
|
-
GlacierClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GlacierClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: InitiateVaultLockCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
InitiateVaultLockCommandInput,
|
|
32
25
|
InitiateVaultLockCommandOutput,
|
|
33
|
-
GlacierClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").GlacierClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class InitiateVaultLockCommand extends InitiateVaultLockCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { ListJobsInput, ListJobsOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListJobsCommandInput extends ListJobsInput {}
|
|
12
5
|
export interface ListJobsCommandOutput
|
|
13
6
|
extends ListJobsOutput,
|
|
@@ -16,20 +9,18 @@ declare const ListJobsCommand_base: {
|
|
|
16
9
|
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListJobsCommandInput,
|
|
18
11
|
ListJobsCommandOutput,
|
|
19
|
-
GlacierClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").GlacierClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
ListJobsCommandInput,
|
|
25
18
|
ListJobsCommandOutput,
|
|
26
|
-
GlacierClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").GlacierClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import {
|
|
9
3
|
ListMultipartUploadsInput,
|
|
10
4
|
ListMultipartUploadsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListMultipartUploadsCommandInput
|
|
15
8
|
extends ListMultipartUploadsInput {}
|
|
16
9
|
export interface ListMultipartUploadsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListMultipartUploadsCommandInput,
|
|
24
17
|
ListMultipartUploadsCommandOutput,
|
|
25
|
-
GlacierClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlacierClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListMultipartUploadsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListMultipartUploadsCommandInput,
|
|
33
26
|
ListMultipartUploadsCommandOutput,
|
|
34
|
-
GlacierClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlacierClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListMultipartUploadsCommand extends ListMultipartUploadsCommand_base {
|
|
43
34
|
protected static __types: {
|