@aws-sdk/client-glacier 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Glacier.d.ts +1 -1
- package/dist-types/GlacierClient.d.ts +1 -1
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -1
- package/dist-types/commands/AbortVaultLockCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +2 -1
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +2 -1
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +2 -1
- package/dist-types/commands/CreateVaultCommand.d.ts +2 -1
- package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVaultCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVaultCommand.d.ts +2 -1
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetJobOutputCommand.d.ts +2 -1
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetVaultLockCommand.d.ts +2 -1
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/InitiateJobCommand.d.ts +2 -1
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +2 -1
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -1
- package/dist-types/commands/ListPartsCommand.d.ts +2 -1
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +2 -1
- package/dist-types/commands/ListVaultsCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +2 -1
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +2 -1
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/UploadArchiveCommand.d.ts +2 -1
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +329 -329
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +45 -45
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -2217,9 +2217,6 @@ var waitUntilVaultNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
2217
2217
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState2);
|
|
2218
2218
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
2219
2219
|
}, "waitUntilVaultNotExists");
|
|
2220
|
-
|
|
2221
|
-
// src/index.ts
|
|
2222
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2223
2220
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2224
2221
|
|
|
2225
2222
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
package/dist-types/Glacier.d.ts
CHANGED
|
@@ -234,7 +234,6 @@ export interface Glacier {
|
|
|
234
234
|
uploadMultipartPart(args: UploadMultipartPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadMultipartPartCommandOutput) => void): void;
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
|
-
* @public
|
|
238
237
|
* <p> Amazon S3 Glacier (Glacier) is a storage solution for "cold data."</p>
|
|
239
238
|
*
|
|
240
239
|
* <p>Glacier is an extremely low-cost storage service that provides secure,
|
|
@@ -273,6 +272,7 @@ export interface Glacier {
|
|
|
273
272
|
* retrieving the job output, and deleting archives.</p>
|
|
274
273
|
* </li>
|
|
275
274
|
* </ul>
|
|
275
|
+
* @public
|
|
276
276
|
*/
|
|
277
277
|
export declare class Glacier extends GlacierClient implements Glacier {
|
|
278
278
|
}
|
|
@@ -197,7 +197,6 @@ export type GlacierClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
|
|
|
197
197
|
export interface GlacierClientResolvedConfig extends GlacierClientResolvedConfigType {
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
|
-
* @public
|
|
201
200
|
* <p> Amazon S3 Glacier (Glacier) is a storage solution for "cold data."</p>
|
|
202
201
|
*
|
|
203
202
|
* <p>Glacier is an extremely low-cost storage service that provides secure,
|
|
@@ -236,6 +235,7 @@ export interface GlacierClientResolvedConfig extends GlacierClientResolvedConfig
|
|
|
236
235
|
* retrieving the job output, and deleting archives.</p>
|
|
237
236
|
* </li>
|
|
238
237
|
* </ul>
|
|
238
|
+
* @public
|
|
239
239
|
*/
|
|
240
240
|
export declare class GlacierClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GlacierClientResolvedConfig> {
|
|
241
241
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const AbortMultipartUploadCommand_base: {
|
|
24
24
|
new (input: AbortMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AbortMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation aborts a multipart upload identified by the upload ID.</p>
|
|
30
30
|
*
|
|
31
31
|
*
|
|
@@ -83,6 +83,7 @@ declare const AbortMultipartUploadCommand_base: {
|
|
|
83
83
|
* @throws {@link GlacierServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
* @example To abort a multipart upload identified by the upload ID
|
|
87
88
|
* ```javascript
|
|
88
89
|
* // The example deletes an in-progress multipart upload to a vault named my-vault:
|
|
@@ -22,10 +22,10 @@ export interface AbortVaultLockCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const AbortVaultLockCommand_base: {
|
|
24
24
|
new (input: AbortVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AbortVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation aborts the vault locking process if the vault lock is not in the
|
|
30
30
|
* <code>Locked</code> state. If the vault lock is in the <code>Locked</code> state when
|
|
31
31
|
* this operation is requested, the operation returns an <code>AccessDeniedException</code>
|
|
@@ -78,6 +78,7 @@ declare const AbortVaultLockCommand_base: {
|
|
|
78
78
|
* @throws {@link GlacierServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
* @example To abort a vault lock
|
|
82
83
|
* ```javascript
|
|
83
84
|
* // The example aborts the vault locking process if the vault lock is not in the Locked state for the vault named examplevault.
|
|
@@ -22,10 +22,10 @@ export interface AddTagsToVaultCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddTagsToVaultCommand_base: {
|
|
24
24
|
new (input: AddTagsToVaultCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddTagsToVaultCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation adds the specified tags to a vault. Each tag is composed of a key and
|
|
30
30
|
* a value. Each vault can have up to 10 tags. If your request would cause the tag limit for
|
|
31
31
|
* the vault to be exceeded, the operation throws the <code>LimitExceededException</code>
|
|
@@ -76,6 +76,7 @@ declare const AddTagsToVaultCommand_base: {
|
|
|
76
76
|
* @throws {@link GlacierServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
* @example To add tags to a vault
|
|
80
81
|
* ```javascript
|
|
81
82
|
* // The example adds two tags to a my-vault.
|
|
@@ -22,10 +22,10 @@ export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const CompleteMultipartUploadCommand_base: {
|
|
24
24
|
new (input: CompleteMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CompleteMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>You call this operation to inform Amazon S3 Glacier (Glacier) that all the archive parts have been
|
|
30
30
|
* uploaded and that Glacier can now assemble the archive from the uploaded parts.
|
|
31
31
|
* After assembling and saving the archive to the vault, Glacier returns the URI path
|
|
@@ -109,6 +109,7 @@ declare const CompleteMultipartUploadCommand_base: {
|
|
|
109
109
|
* @throws {@link GlacierServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
111
111
|
*
|
|
112
|
+
* @public
|
|
112
113
|
* @example To complete a multipart upload
|
|
113
114
|
* ```javascript
|
|
114
115
|
* // The example completes a multipart upload for a 3 MiB archive.
|
|
@@ -22,10 +22,10 @@ export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const CompleteVaultLockCommand_base: {
|
|
24
24
|
new (input: CompleteVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CompleteVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation completes the vault locking process by transitioning the vault lock
|
|
30
30
|
* from the <code>InProgress</code> state to the <code>Locked</code> state, which causes the
|
|
31
31
|
* vault lock policy to become unchangeable. A vault lock is put into the
|
|
@@ -79,6 +79,7 @@ declare const CompleteVaultLockCommand_base: {
|
|
|
79
79
|
* @throws {@link GlacierServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
* @example To complete a vault lock
|
|
83
84
|
* ```javascript
|
|
84
85
|
* // The example completes the vault locking process by transitioning the vault lock from the InProgress state to the Locked state.
|
|
@@ -22,10 +22,10 @@ export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateVaultCommand_base: {
|
|
24
24
|
new (input: CreateVaultCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateVaultCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation creates a new vault with the specified name. The name of the vault
|
|
30
30
|
* must be unique within a region for an AWS account. You can create up to 1,000 vaults per
|
|
31
31
|
* account. If you need to create more vaults, contact Amazon S3 Glacier.</p>
|
|
@@ -89,6 +89,7 @@ declare const CreateVaultCommand_base: {
|
|
|
89
89
|
* @throws {@link GlacierServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
* @example To create a new vault
|
|
93
94
|
* ```javascript
|
|
94
95
|
* // The following example creates a new vault named my-vault.
|
|
@@ -22,10 +22,10 @@ export interface DeleteArchiveCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteArchiveCommand_base: {
|
|
24
24
|
new (input: DeleteArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation deletes an archive from a vault. Subsequent requests to initiate a
|
|
30
30
|
* retrieval of this archive will fail. Archive retrievals that are in progress for this
|
|
31
31
|
* archive ID may or may not succeed according to the following scenarios:</p>
|
|
@@ -92,6 +92,7 @@ declare const DeleteArchiveCommand_base: {
|
|
|
92
92
|
* @throws {@link GlacierServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
* @example To delete an archive
|
|
96
97
|
* ```javascript
|
|
97
98
|
* // The example deletes the archive specified by the archive ID.
|
|
@@ -22,10 +22,10 @@ export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteVaultAccessPolicyCommand_base: {
|
|
24
24
|
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation deletes the access policy associated with the specified vault. The
|
|
30
30
|
* operation is eventually consistent; that is, it might take some time for Amazon S3 Glacier to
|
|
31
31
|
* completely remove the access policy, and you might still see the effect of the policy for a
|
|
@@ -71,6 +71,7 @@ declare const DeleteVaultAccessPolicyCommand_base: {
|
|
|
71
71
|
* @throws {@link GlacierServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
* @example To delete the vault access policy
|
|
75
76
|
* ```javascript
|
|
76
77
|
* // The example deletes the access policy associated with the vault named examplevault.
|
|
@@ -22,10 +22,10 @@ export interface DeleteVaultCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteVaultCommand_base: {
|
|
24
24
|
new (input: DeleteVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation deletes a vault. Amazon S3 Glacier will delete a vault only if there are
|
|
30
30
|
* no archives in the vault as of the last inventory and there have been no writes to the
|
|
31
31
|
* vault since the last inventory. If either of these conditions is not satisfied, the vault
|
|
@@ -84,6 +84,7 @@ declare const DeleteVaultCommand_base: {
|
|
|
84
84
|
* @throws {@link GlacierServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
* @example To delete a vault
|
|
88
89
|
* ```javascript
|
|
89
90
|
* // The example deletes a vault named my-vault:
|
|
@@ -22,10 +22,10 @@ export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteVaultNotificationsCommand_base: {
|
|
24
24
|
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation deletes the notification configuration set for a vault. The operation
|
|
30
30
|
* is eventually consistent; that is, it might take some time for Amazon S3 Glacier to completely
|
|
31
31
|
* disable the notifications and you might still receive some notifications for a short time
|
|
@@ -77,6 +77,7 @@ declare const DeleteVaultNotificationsCommand_base: {
|
|
|
77
77
|
* @throws {@link GlacierServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
* @example To delete the notification configuration set for a vault
|
|
81
82
|
* ```javascript
|
|
82
83
|
* // The example deletes the notification configuration set for the vault named examplevault.
|
|
@@ -22,10 +22,10 @@ export interface DescribeJobCommandOutput extends GlacierJobDescription, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeJobCommand_base: {
|
|
24
24
|
new (input: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation returns information about a job you previously initiated, including
|
|
30
30
|
* the job initiation date, the user who initiated the job, the job status code/message and
|
|
31
31
|
* the Amazon SNS topic to notify after Amazon S3 Glacier (Glacier) completes the job. For more information
|
|
@@ -169,6 +169,7 @@ declare const DescribeJobCommand_base: {
|
|
|
169
169
|
* @throws {@link GlacierServiceException}
|
|
170
170
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
171
171
|
*
|
|
172
|
+
* @public
|
|
172
173
|
* @example To get information about a previously initiated job
|
|
173
174
|
* ```javascript
|
|
174
175
|
* // The example returns information about the previously initiated job specified by the job ID.
|
|
@@ -22,10 +22,10 @@ export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeVaultCommand_base: {
|
|
24
24
|
new (input: DescribeVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeVaultCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation returns information about a vault, including the vault's Amazon
|
|
30
30
|
* Resource Name (ARN), the date the vault was created, the number of archives it contains,
|
|
31
31
|
* and the total size of all the archives in the vault. The number of archives and their total
|
|
@@ -89,6 +89,7 @@ declare const DescribeVaultCommand_base: {
|
|
|
89
89
|
* @throws {@link GlacierServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
* @example To retrieve information about a vault
|
|
93
94
|
* ```javascript
|
|
94
95
|
* // The example retrieves data about a vault named my-vault.
|
|
@@ -22,10 +22,10 @@ export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPol
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDataRetrievalPolicyCommand_base: {
|
|
24
24
|
new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation returns the current data retrieval policy for the account and region
|
|
30
30
|
* specified in the GET request. For more information about data retrieval policies, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html">Amazon Glacier Data Retrieval Policies</a>.</p>
|
|
@@ -71,6 +71,7 @@ declare const GetDataRetrievalPolicyCommand_base: {
|
|
|
71
71
|
* @throws {@link GlacierServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
* @example To get the current data retrieval policy for an account
|
|
75
76
|
* ```javascript
|
|
76
77
|
* // The example returns the current data retrieval policy for the account.
|
|
@@ -23,10 +23,10 @@ export interface GetJobOutputCommandOutput extends Omit<GetJobOutputOutput, "bod
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetJobOutputCommand_base: {
|
|
25
25
|
new (input: GetJobOutputCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetJobOutputCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* @public
|
|
30
30
|
* <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
|
|
31
31
|
* job, the output will be either the content of an archive or a vault inventory.</p>
|
|
32
32
|
*
|
|
@@ -112,6 +112,7 @@ declare const GetJobOutputCommand_base: {
|
|
|
112
112
|
* @throws {@link GlacierServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
114
114
|
*
|
|
115
|
+
* @public
|
|
115
116
|
* @example To get the output of a previously initiated job
|
|
116
117
|
* ```javascript
|
|
117
118
|
* // The example downloads the output of a previously initiated inventory retrieval job that is identified by the job ID.
|
|
@@ -22,10 +22,10 @@ export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyO
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetVaultAccessPolicyCommand_base: {
|
|
24
24
|
new (input: GetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation retrieves the <code>access-policy</code> subresource set on the vault;
|
|
30
30
|
* for more information on setting this subresource, see <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/api-SetVaultAccessPolicy.html">Set Vault Access Policy
|
|
31
31
|
* (PUT access-policy)</a>. If there is no access policy set on the vault, the
|
|
@@ -74,6 +74,7 @@ declare const GetVaultAccessPolicyCommand_base: {
|
|
|
74
74
|
* @throws {@link GlacierServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
* @example To get the access-policy set on the vault
|
|
78
79
|
* ```javascript
|
|
79
80
|
* // The example retrieves the access-policy set on the vault named example-vault.
|
|
@@ -22,10 +22,10 @@ export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetVaultLockCommand_base: {
|
|
24
24
|
new (input: GetVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation retrieves the following attributes from the <code>lock-policy</code>
|
|
30
30
|
* subresource set on the specified vault: </p>
|
|
31
31
|
* <ul>
|
|
@@ -97,6 +97,7 @@ declare const GetVaultLockCommand_base: {
|
|
|
97
97
|
* @throws {@link GlacierServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
* @example To retrieve vault lock-policy related attributes that are set on a vault
|
|
101
102
|
* ```javascript
|
|
102
103
|
* // The example retrieves the attributes from the lock-policy subresource set on the vault named examplevault.
|
|
@@ -22,10 +22,10 @@ export interface GetVaultNotificationsCommandOutput extends GetVaultNotification
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetVaultNotificationsCommand_base: {
|
|
24
24
|
new (input: GetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation retrieves the <code>notification-configuration</code> subresource of
|
|
30
30
|
* the specified vault.</p>
|
|
31
31
|
*
|
|
@@ -87,6 +87,7 @@ declare const GetVaultNotificationsCommand_base: {
|
|
|
87
87
|
* @throws {@link GlacierServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
* @example To get the notification-configuration for the specified vault
|
|
91
92
|
* ```javascript
|
|
92
93
|
* // The example retrieves the notification-configuration for the vault named my-vault.
|
|
@@ -22,10 +22,10 @@ export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const InitiateJobCommand_base: {
|
|
24
24
|
new (input: InitiateJobCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: InitiateJobCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation initiates a job of the specified type, which can be a select, an archival retrieval,
|
|
30
30
|
* or a vault retrieval. For more information about using this operation,
|
|
31
31
|
* see the documentation for the underlying REST API <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html">Initiate
|
|
@@ -151,6 +151,7 @@ declare const InitiateJobCommand_base: {
|
|
|
151
151
|
* @throws {@link GlacierServiceException}
|
|
152
152
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
153
153
|
*
|
|
154
|
+
* @public
|
|
154
155
|
* @example To initiate an inventory-retrieval job
|
|
155
156
|
* ```javascript
|
|
156
157
|
* // The example initiates an inventory-retrieval job for the vault named examplevault.
|
|
@@ -22,10 +22,10 @@ export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartU
|
|
|
22
22
|
}
|
|
23
23
|
declare const InitiateMultipartUploadCommand_base: {
|
|
24
24
|
new (input: InitiateMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: InitiateMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation initiates a multipart upload. Amazon S3 Glacier creates a multipart
|
|
30
30
|
* upload resource and returns its ID in the response. The multipart upload ID is used in
|
|
31
31
|
* subsequent requests to upload parts of an archive (see <a>UploadMultipartPart</a>).</p>
|
|
@@ -103,6 +103,7 @@ declare const InitiateMultipartUploadCommand_base: {
|
|
|
103
103
|
* @throws {@link GlacierServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
* @example To initiate a multipart upload
|
|
107
108
|
* ```javascript
|
|
108
109
|
* // The example initiates a multipart upload to a vault named my-vault with a part size of 1 MiB (1024 x 1024 bytes) per file.
|
|
@@ -22,10 +22,10 @@ export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const InitiateVaultLockCommand_base: {
|
|
24
24
|
new (input: InitiateVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: InitiateVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation initiates the vault locking process by doing the following:</p>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
@@ -104,6 +104,7 @@ declare const InitiateVaultLockCommand_base: {
|
|
|
104
104
|
* @throws {@link GlacierServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
* @example To initiate the vault locking process
|
|
108
109
|
* ```javascript
|
|
109
110
|
* // The example initiates the vault locking process for the vault named my-vault.
|
|
@@ -22,10 +22,10 @@ export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListJobsCommand_base: {
|
|
24
24
|
new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation lists jobs for a vault, including jobs that are in-progress and jobs
|
|
30
30
|
* that have recently finished. The List Job operation returns a list of these jobs sorted by job initiation
|
|
31
31
|
* time.</p>
|
|
@@ -189,6 +189,7 @@ declare const ListJobsCommand_base: {
|
|
|
189
189
|
* @throws {@link GlacierServiceException}
|
|
190
190
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
191
191
|
*
|
|
192
|
+
* @public
|
|
192
193
|
* @example To list jobs for a vault
|
|
193
194
|
* ```javascript
|
|
194
195
|
* // The example lists jobs for the vault named my-vault.
|
|
@@ -22,10 +22,10 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMultipartUploadsCommand_base: {
|
|
24
24
|
new (input: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation lists in-progress multipart uploads for the specified vault. An
|
|
30
30
|
* in-progress multipart upload is a multipart upload that has been initiated by an <a>InitiateMultipartUpload</a> request, but has not yet been completed or aborted.
|
|
31
31
|
* The list returned in the List Multipart Upload response has no guaranteed order. </p>
|
|
@@ -103,6 +103,7 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
103
103
|
* @throws {@link GlacierServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
* @example To list all the in-progress multipart uploads for a vault
|
|
107
108
|
* ```javascript
|
|
108
109
|
* // The example lists all the in-progress multipart uploads for the vault named examplevault.
|
|
@@ -22,10 +22,10 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPartsCommand_base: {
|
|
24
24
|
new (input: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation lists the parts of an archive that have been uploaded in a specific
|
|
30
30
|
* multipart upload. You can make this request at any time during an in-progress multipart
|
|
31
31
|
* upload before you complete the upload (see <a>CompleteMultipartUpload</a>. List
|
|
@@ -102,6 +102,7 @@ declare const ListPartsCommand_base: {
|
|
|
102
102
|
* @throws {@link GlacierServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
* @example To list the parts of an archive that have been uploaded in a multipart upload
|
|
106
107
|
* ```javascript
|
|
107
108
|
* // The example lists all the parts of a multipart upload.
|
|
@@ -22,10 +22,10 @@ export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCap
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProvisionedCapacityCommand_base: {
|
|
24
24
|
new (input: ListProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation lists the provisioned capacity units for the specified AWS
|
|
30
30
|
* account.</p>
|
|
31
31
|
* @example
|
|
@@ -69,6 +69,7 @@ declare const ListProvisionedCapacityCommand_base: {
|
|
|
69
69
|
* @throws {@link GlacierServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
* @example To list the provisioned capacity units for an account
|
|
73
74
|
* ```javascript
|
|
74
75
|
* // The example lists the provisioned capacity units for an account.
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForVaultCommand_base: {
|
|
24
24
|
new (input: ListTagsForVaultCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForVaultCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation lists all the tags attached to a vault. The operation returns an empty
|
|
30
30
|
* map if there are no tags. For more information about tags, see <a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html">Tagging Amazon S3 Glacier
|
|
31
31
|
* Resources</a>.</p>
|
|
@@ -71,6 +71,7 @@ declare const ListTagsForVaultCommand_base: {
|
|
|
71
71
|
* @throws {@link GlacierServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
* @example To list the tags for a vault
|
|
75
76
|
* ```javascript
|
|
76
77
|
* // The example lists all the tags attached to the vault examplevault.
|
|
@@ -22,10 +22,10 @@ export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListVaultsCommand_base: {
|
|
24
24
|
new (input: ListVaultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListVaultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation lists all vaults owned by the calling user's account. The list
|
|
30
30
|
* returned in the response is ASCII-sorted by vault name.</p>
|
|
31
31
|
*
|
|
@@ -96,6 +96,7 @@ declare const ListVaultsCommand_base: {
|
|
|
96
96
|
* @throws {@link GlacierServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Glacier service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
* @example To list all vaults owned by the calling user's account
|
|
100
101
|
* ```javascript
|
|
101
102
|
* // The example lists all vaults owned by the specified AWS account.
|