@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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { AbortVaultLockInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AbortVaultLockCommandInput extends AbortVaultLockInput {
|
|
|
22
19
|
export interface AbortVaultLockCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AbortVaultLockCommand_base: {
|
|
25
|
-
new (input: AbortVaultLockCommandInput): import("@smithy/core/client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AbortVaultLockCommandInput): import("@smithy/core/client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AbortVaultLockCommandInput): import("@smithy/core/client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AbortVaultLockCommandInput): import("@smithy/core/client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation aborts the vault locking process if the vault lock is not in the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { AddTagsToVaultInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddTagsToVaultCommandInput extends AddTagsToVaultInput {
|
|
|
22
19
|
export interface AddTagsToVaultCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddTagsToVaultCommand_base: {
|
|
25
|
-
new (input: AddTagsToVaultCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AddTagsToVaultCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AddTagsToVaultCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddTagsToVaultCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation adds the specified tags to a vault. Each tag is composed of a key and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CompleteMultipartUploadCommandInput extends CompleteMultipartUp
|
|
|
22
19
|
export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CompleteMultipartUploadCommand_base: {
|
|
25
|
-
new (input: CompleteMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CompleteMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CompleteMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CompleteMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>You call this operation to inform Amazon Glacier (Glacier) that all the archive parts have been
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { CompleteVaultLockInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {
|
|
|
22
19
|
export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CompleteVaultLockCommand_base: {
|
|
25
|
-
new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation completes the vault locking process by transitioning the vault lock
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateVaultCommandInput extends CreateVaultInput {
|
|
|
22
19
|
export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateVaultCommand_base: {
|
|
25
|
-
new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation creates a new vault with the specified name. The name of the vault
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { DeleteArchiveInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteArchiveCommandInput extends DeleteArchiveInput {
|
|
|
22
19
|
export interface DeleteArchiveCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteArchiveCommand_base: {
|
|
25
|
-
new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation deletes an archive from a vault. Subsequent requests to initiate a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { DeleteVaultAccessPolicyInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteVaultAccessPolicyCommandInput extends DeleteVaultAccessPo
|
|
|
22
19
|
export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteVaultAccessPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation deletes the access policy associated with the specified vault. The
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { DeleteVaultInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteVaultCommandInput extends DeleteVaultInput {
|
|
|
22
19
|
export interface DeleteVaultCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteVaultCommand_base: {
|
|
25
|
-
new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation deletes a vault. Amazon Glacier will delete a vault only if there are
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { DeleteVaultNotificationsInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteVaultNotificationsCommandInput extends DeleteVaultNotific
|
|
|
22
19
|
export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteVaultNotificationsCommand_base: {
|
|
25
|
-
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation deletes the notification configuration set for a vault. The operation
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeJobCommandInput extends DescribeJobInput {
|
|
|
22
19
|
export interface DescribeJobCommandOutput extends GlacierJobDescription, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeJobCommand_base: {
|
|
25
|
-
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation returns information about a job you previously initiated, including
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeVaultCommandInput extends DescribeVaultInput {
|
|
|
22
19
|
export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeVaultCommand_base: {
|
|
25
|
-
new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation returns information about a vault, including the vault's Amazon
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDataRetrievalPolicyCommandInput extends GetDataRetrievalPoli
|
|
|
22
19
|
export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPolicyOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDataRetrievalPolicyCommand_base: {
|
|
25
|
-
new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation returns the current data retrieval policy for the account and region
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -23,11 +20,9 @@ export interface GetJobOutputCommandOutput extends Omit<GetJobOutputOutput, "bod
|
|
|
23
20
|
body?: StreamingBlobPayloadOutputTypes;
|
|
24
21
|
}
|
|
25
22
|
declare const GetJobOutputCommand_base: {
|
|
26
|
-
new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
23
|
+
new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
26
|
};
|
|
32
27
|
/**
|
|
33
28
|
* <p>This operation downloads the output of the job you initiated using <a>InitiateJob</a>. Depending on the job type you specified when you initiated the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetVaultAccessPolicyCommandInput extends GetVaultAccessPolicyIn
|
|
|
22
19
|
export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetVaultAccessPolicyCommand_base: {
|
|
25
|
-
new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation retrieves the <code>access-policy</code> subresource set on the vault;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetVaultLockCommandInput extends GetVaultLockInput {
|
|
|
22
19
|
export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetVaultLockCommand_base: {
|
|
25
|
-
new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation retrieves the following attributes from the <code>lock-policy</code>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetVaultNotificationsCommandInput extends GetVaultNotifications
|
|
|
22
19
|
export interface GetVaultNotificationsCommandOutput extends GetVaultNotificationsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetVaultNotificationsCommand_base: {
|
|
25
|
-
new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation retrieves the <code>notification-configuration</code> subresource of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InitiateJobCommandInput extends InitiateJobInput {
|
|
|
22
19
|
export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InitiateJobCommand_base: {
|
|
25
|
-
new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation initiates a job of the specified type, which can be a select, an archival retrieval,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InitiateMultipartUploadCommandInput extends InitiateMultipartUp
|
|
|
22
19
|
export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartUploadOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InitiateMultipartUploadCommand_base: {
|
|
25
|
-
new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation initiates a multipart upload. Amazon Glacier creates a multipart
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {
|
|
|
22
19
|
export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InitiateVaultLockCommand_base: {
|
|
25
|
-
new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation initiates the vault locking process by doing the following:</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { ListJobsInput, ListJobsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListJobsCommandInput extends ListJobsInput {
|
|
|
22
19
|
export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListJobsCommand_base: {
|
|
25
|
-
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation lists jobs for a vault, including jobs that are in-progress and jobs
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsIn
|
|
|
22
19
|
export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMultipartUploadsCommand_base: {
|
|
25
|
-
new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation lists in-progress multipart uploads for the specified vault. An
|