@aws-sdk/client-glacier 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Glacier.d.ts +0 -33
- package/dist-types/ts3.4/GlacierClient.d.ts +0 -26
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +0 -3
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +0 -3
- package/dist-types/ts3.4/models/GlacierServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +722 -2190
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +0 -2
- package/package.json +30 -30
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-glacier
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-glacier
|
|
@@ -132,7 +132,6 @@ import {
|
|
|
132
132
|
UploadMultipartPartCommandOutput,
|
|
133
133
|
} from "./commands/UploadMultipartPartCommand";
|
|
134
134
|
import { GlacierClient } from "./GlacierClient";
|
|
135
|
-
|
|
136
135
|
export declare class Glacier extends GlacierClient {
|
|
137
136
|
abortMultipartUpload(
|
|
138
137
|
args: AbortMultipartUploadCommandInput,
|
|
@@ -147,7 +146,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
147
146
|
options: __HttpHandlerOptions,
|
|
148
147
|
cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void
|
|
149
148
|
): void;
|
|
150
|
-
|
|
151
149
|
abortVaultLock(
|
|
152
150
|
args: AbortVaultLockCommandInput,
|
|
153
151
|
options?: __HttpHandlerOptions
|
|
@@ -161,7 +159,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
161
159
|
options: __HttpHandlerOptions,
|
|
162
160
|
cb: (err: any, data?: AbortVaultLockCommandOutput) => void
|
|
163
161
|
): void;
|
|
164
|
-
|
|
165
162
|
addTagsToVault(
|
|
166
163
|
args: AddTagsToVaultCommandInput,
|
|
167
164
|
options?: __HttpHandlerOptions
|
|
@@ -175,7 +172,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
175
172
|
options: __HttpHandlerOptions,
|
|
176
173
|
cb: (err: any, data?: AddTagsToVaultCommandOutput) => void
|
|
177
174
|
): void;
|
|
178
|
-
|
|
179
175
|
completeMultipartUpload(
|
|
180
176
|
args: CompleteMultipartUploadCommandInput,
|
|
181
177
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +185,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
189
185
|
options: __HttpHandlerOptions,
|
|
190
186
|
cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void
|
|
191
187
|
): void;
|
|
192
|
-
|
|
193
188
|
completeVaultLock(
|
|
194
189
|
args: CompleteVaultLockCommandInput,
|
|
195
190
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +198,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
203
198
|
options: __HttpHandlerOptions,
|
|
204
199
|
cb: (err: any, data?: CompleteVaultLockCommandOutput) => void
|
|
205
200
|
): void;
|
|
206
|
-
|
|
207
201
|
createVault(
|
|
208
202
|
args: CreateVaultCommandInput,
|
|
209
203
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +211,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
217
211
|
options: __HttpHandlerOptions,
|
|
218
212
|
cb: (err: any, data?: CreateVaultCommandOutput) => void
|
|
219
213
|
): void;
|
|
220
|
-
|
|
221
214
|
deleteArchive(
|
|
222
215
|
args: DeleteArchiveCommandInput,
|
|
223
216
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +224,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
231
224
|
options: __HttpHandlerOptions,
|
|
232
225
|
cb: (err: any, data?: DeleteArchiveCommandOutput) => void
|
|
233
226
|
): void;
|
|
234
|
-
|
|
235
227
|
deleteVault(
|
|
236
228
|
args: DeleteVaultCommandInput,
|
|
237
229
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +237,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
245
237
|
options: __HttpHandlerOptions,
|
|
246
238
|
cb: (err: any, data?: DeleteVaultCommandOutput) => void
|
|
247
239
|
): void;
|
|
248
|
-
|
|
249
240
|
deleteVaultAccessPolicy(
|
|
250
241
|
args: DeleteVaultAccessPolicyCommandInput,
|
|
251
242
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +250,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
259
250
|
options: __HttpHandlerOptions,
|
|
260
251
|
cb: (err: any, data?: DeleteVaultAccessPolicyCommandOutput) => void
|
|
261
252
|
): void;
|
|
262
|
-
|
|
263
253
|
deleteVaultNotifications(
|
|
264
254
|
args: DeleteVaultNotificationsCommandInput,
|
|
265
255
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +263,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
273
263
|
options: __HttpHandlerOptions,
|
|
274
264
|
cb: (err: any, data?: DeleteVaultNotificationsCommandOutput) => void
|
|
275
265
|
): void;
|
|
276
|
-
|
|
277
266
|
describeJob(
|
|
278
267
|
args: DescribeJobCommandInput,
|
|
279
268
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +276,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
287
276
|
options: __HttpHandlerOptions,
|
|
288
277
|
cb: (err: any, data?: DescribeJobCommandOutput) => void
|
|
289
278
|
): void;
|
|
290
|
-
|
|
291
279
|
describeVault(
|
|
292
280
|
args: DescribeVaultCommandInput,
|
|
293
281
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +289,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
301
289
|
options: __HttpHandlerOptions,
|
|
302
290
|
cb: (err: any, data?: DescribeVaultCommandOutput) => void
|
|
303
291
|
): void;
|
|
304
|
-
|
|
305
292
|
getDataRetrievalPolicy(
|
|
306
293
|
args: GetDataRetrievalPolicyCommandInput,
|
|
307
294
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +302,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
315
302
|
options: __HttpHandlerOptions,
|
|
316
303
|
cb: (err: any, data?: GetDataRetrievalPolicyCommandOutput) => void
|
|
317
304
|
): void;
|
|
318
|
-
|
|
319
305
|
getJobOutput(
|
|
320
306
|
args: GetJobOutputCommandInput,
|
|
321
307
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +315,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
329
315
|
options: __HttpHandlerOptions,
|
|
330
316
|
cb: (err: any, data?: GetJobOutputCommandOutput) => void
|
|
331
317
|
): void;
|
|
332
|
-
|
|
333
318
|
getVaultAccessPolicy(
|
|
334
319
|
args: GetVaultAccessPolicyCommandInput,
|
|
335
320
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +328,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
343
328
|
options: __HttpHandlerOptions,
|
|
344
329
|
cb: (err: any, data?: GetVaultAccessPolicyCommandOutput) => void
|
|
345
330
|
): void;
|
|
346
|
-
|
|
347
331
|
getVaultLock(
|
|
348
332
|
args: GetVaultLockCommandInput,
|
|
349
333
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +341,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
357
341
|
options: __HttpHandlerOptions,
|
|
358
342
|
cb: (err: any, data?: GetVaultLockCommandOutput) => void
|
|
359
343
|
): void;
|
|
360
|
-
|
|
361
344
|
getVaultNotifications(
|
|
362
345
|
args: GetVaultNotificationsCommandInput,
|
|
363
346
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +354,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
371
354
|
options: __HttpHandlerOptions,
|
|
372
355
|
cb: (err: any, data?: GetVaultNotificationsCommandOutput) => void
|
|
373
356
|
): void;
|
|
374
|
-
|
|
375
357
|
initiateJob(
|
|
376
358
|
args: InitiateJobCommandInput,
|
|
377
359
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +367,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
385
367
|
options: __HttpHandlerOptions,
|
|
386
368
|
cb: (err: any, data?: InitiateJobCommandOutput) => void
|
|
387
369
|
): void;
|
|
388
|
-
|
|
389
370
|
initiateMultipartUpload(
|
|
390
371
|
args: InitiateMultipartUploadCommandInput,
|
|
391
372
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +380,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
399
380
|
options: __HttpHandlerOptions,
|
|
400
381
|
cb: (err: any, data?: InitiateMultipartUploadCommandOutput) => void
|
|
401
382
|
): void;
|
|
402
|
-
|
|
403
383
|
initiateVaultLock(
|
|
404
384
|
args: InitiateVaultLockCommandInput,
|
|
405
385
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +393,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
413
393
|
options: __HttpHandlerOptions,
|
|
414
394
|
cb: (err: any, data?: InitiateVaultLockCommandOutput) => void
|
|
415
395
|
): void;
|
|
416
|
-
|
|
417
396
|
listJobs(
|
|
418
397
|
args: ListJobsCommandInput,
|
|
419
398
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +406,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
427
406
|
options: __HttpHandlerOptions,
|
|
428
407
|
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
429
408
|
): void;
|
|
430
|
-
|
|
431
409
|
listMultipartUploads(
|
|
432
410
|
args: ListMultipartUploadsCommandInput,
|
|
433
411
|
options?: __HttpHandlerOptions
|
|
@@ -441,7 +419,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
441
419
|
options: __HttpHandlerOptions,
|
|
442
420
|
cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void
|
|
443
421
|
): void;
|
|
444
|
-
|
|
445
422
|
listParts(
|
|
446
423
|
args: ListPartsCommandInput,
|
|
447
424
|
options?: __HttpHandlerOptions
|
|
@@ -455,7 +432,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
455
432
|
options: __HttpHandlerOptions,
|
|
456
433
|
cb: (err: any, data?: ListPartsCommandOutput) => void
|
|
457
434
|
): void;
|
|
458
|
-
|
|
459
435
|
listProvisionedCapacity(
|
|
460
436
|
args: ListProvisionedCapacityCommandInput,
|
|
461
437
|
options?: __HttpHandlerOptions
|
|
@@ -469,7 +445,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
469
445
|
options: __HttpHandlerOptions,
|
|
470
446
|
cb: (err: any, data?: ListProvisionedCapacityCommandOutput) => void
|
|
471
447
|
): void;
|
|
472
|
-
|
|
473
448
|
listTagsForVault(
|
|
474
449
|
args: ListTagsForVaultCommandInput,
|
|
475
450
|
options?: __HttpHandlerOptions
|
|
@@ -483,7 +458,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
483
458
|
options: __HttpHandlerOptions,
|
|
484
459
|
cb: (err: any, data?: ListTagsForVaultCommandOutput) => void
|
|
485
460
|
): void;
|
|
486
|
-
|
|
487
461
|
listVaults(
|
|
488
462
|
args: ListVaultsCommandInput,
|
|
489
463
|
options?: __HttpHandlerOptions
|
|
@@ -497,7 +471,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
497
471
|
options: __HttpHandlerOptions,
|
|
498
472
|
cb: (err: any, data?: ListVaultsCommandOutput) => void
|
|
499
473
|
): void;
|
|
500
|
-
|
|
501
474
|
purchaseProvisionedCapacity(
|
|
502
475
|
args: PurchaseProvisionedCapacityCommandInput,
|
|
503
476
|
options?: __HttpHandlerOptions
|
|
@@ -511,7 +484,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
511
484
|
options: __HttpHandlerOptions,
|
|
512
485
|
cb: (err: any, data?: PurchaseProvisionedCapacityCommandOutput) => void
|
|
513
486
|
): void;
|
|
514
|
-
|
|
515
487
|
removeTagsFromVault(
|
|
516
488
|
args: RemoveTagsFromVaultCommandInput,
|
|
517
489
|
options?: __HttpHandlerOptions
|
|
@@ -525,7 +497,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
525
497
|
options: __HttpHandlerOptions,
|
|
526
498
|
cb: (err: any, data?: RemoveTagsFromVaultCommandOutput) => void
|
|
527
499
|
): void;
|
|
528
|
-
|
|
529
500
|
setDataRetrievalPolicy(
|
|
530
501
|
args: SetDataRetrievalPolicyCommandInput,
|
|
531
502
|
options?: __HttpHandlerOptions
|
|
@@ -539,7 +510,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
539
510
|
options: __HttpHandlerOptions,
|
|
540
511
|
cb: (err: any, data?: SetDataRetrievalPolicyCommandOutput) => void
|
|
541
512
|
): void;
|
|
542
|
-
|
|
543
513
|
setVaultAccessPolicy(
|
|
544
514
|
args: SetVaultAccessPolicyCommandInput,
|
|
545
515
|
options?: __HttpHandlerOptions
|
|
@@ -553,7 +523,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
553
523
|
options: __HttpHandlerOptions,
|
|
554
524
|
cb: (err: any, data?: SetVaultAccessPolicyCommandOutput) => void
|
|
555
525
|
): void;
|
|
556
|
-
|
|
557
526
|
setVaultNotifications(
|
|
558
527
|
args: SetVaultNotificationsCommandInput,
|
|
559
528
|
options?: __HttpHandlerOptions
|
|
@@ -567,7 +536,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
567
536
|
options: __HttpHandlerOptions,
|
|
568
537
|
cb: (err: any, data?: SetVaultNotificationsCommandOutput) => void
|
|
569
538
|
): void;
|
|
570
|
-
|
|
571
539
|
uploadArchive(
|
|
572
540
|
args: UploadArchiveCommandInput,
|
|
573
541
|
options?: __HttpHandlerOptions
|
|
@@ -581,7 +549,6 @@ export declare class Glacier extends GlacierClient {
|
|
|
581
549
|
options: __HttpHandlerOptions,
|
|
582
550
|
cb: (err: any, data?: UploadArchiveCommandOutput) => void
|
|
583
551
|
): void;
|
|
584
|
-
|
|
585
552
|
uploadMultipartPart(
|
|
586
553
|
args: UploadMultipartPartCommandInput,
|
|
587
554
|
options?: __HttpHandlerOptions
|
|
@@ -246,45 +246,25 @@ export declare type ServiceOutputTypes =
|
|
|
246
246
|
export interface ClientDefaults
|
|
247
247
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
248
248
|
requestHandler?: __HttpHandler;
|
|
249
|
-
|
|
250
249
|
sha256?: __HashConstructor;
|
|
251
|
-
|
|
252
250
|
urlParser?: __UrlParser;
|
|
253
|
-
|
|
254
251
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
255
|
-
|
|
256
252
|
streamCollector?: __StreamCollector;
|
|
257
|
-
|
|
258
253
|
base64Decoder?: __Decoder;
|
|
259
|
-
|
|
260
254
|
base64Encoder?: __Encoder;
|
|
261
|
-
|
|
262
255
|
utf8Decoder?: __Decoder;
|
|
263
|
-
|
|
264
256
|
utf8Encoder?: __Encoder;
|
|
265
|
-
|
|
266
257
|
runtime?: string;
|
|
267
|
-
|
|
268
258
|
disableHostPrefix?: boolean;
|
|
269
|
-
|
|
270
259
|
maxAttempts?: number | __Provider<number>;
|
|
271
|
-
|
|
272
260
|
retryMode?: string | __Provider<string>;
|
|
273
|
-
|
|
274
261
|
logger?: __Logger;
|
|
275
|
-
|
|
276
262
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
277
|
-
|
|
278
263
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
279
|
-
|
|
280
264
|
serviceId?: string;
|
|
281
|
-
|
|
282
265
|
region?: string | __Provider<string>;
|
|
283
|
-
|
|
284
266
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
285
|
-
|
|
286
267
|
regionInfoProvider?: RegionInfoProvider;
|
|
287
|
-
|
|
288
268
|
bodyChecksumGenerator?: (
|
|
289
269
|
request: __HttpRequest,
|
|
290
270
|
options: {
|
|
@@ -292,9 +272,7 @@ export interface ClientDefaults
|
|
|
292
272
|
utf8Decoder: __Decoder;
|
|
293
273
|
}
|
|
294
274
|
) => Promise<[string, string]>;
|
|
295
|
-
|
|
296
275
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
297
|
-
|
|
298
276
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
299
277
|
}
|
|
300
278
|
declare type GlacierClientConfigType = Partial<
|
|
@@ -307,7 +285,6 @@ declare type GlacierClientConfigType = Partial<
|
|
|
307
285
|
HostHeaderInputConfig &
|
|
308
286
|
AwsAuthInputConfig &
|
|
309
287
|
UserAgentInputConfig;
|
|
310
|
-
|
|
311
288
|
export interface GlacierClientConfig extends GlacierClientConfigType {}
|
|
312
289
|
declare type GlacierClientResolvedConfigType =
|
|
313
290
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -318,10 +295,8 @@ declare type GlacierClientResolvedConfigType =
|
|
|
318
295
|
HostHeaderResolvedConfig &
|
|
319
296
|
AwsAuthResolvedConfig &
|
|
320
297
|
UserAgentResolvedConfig;
|
|
321
|
-
|
|
322
298
|
export interface GlacierClientResolvedConfig
|
|
323
299
|
extends GlacierClientResolvedConfigType {}
|
|
324
|
-
|
|
325
300
|
export declare class GlacierClient extends __Client<
|
|
326
301
|
__HttpHandlerOptions,
|
|
327
302
|
ServiceInputTypes,
|
|
@@ -330,7 +305,6 @@ export declare class GlacierClient extends __Client<
|
|
|
330
305
|
> {
|
|
331
306
|
readonly config: GlacierClientResolvedConfig;
|
|
332
307
|
constructor(configuration: GlacierClientConfig);
|
|
333
|
-
|
|
334
308
|
destroy(): void;
|
|
335
309
|
}
|
|
336
310
|
export {};
|
|
@@ -14,7 +14,6 @@ import { AbortMultipartUploadInput } from "../models/models_0";
|
|
|
14
14
|
export interface AbortMultipartUploadCommandInput
|
|
15
15
|
extends AbortMultipartUploadInput {}
|
|
16
16
|
export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class AbortMultipartUploadCommand extends $Command<
|
|
19
18
|
AbortMultipartUploadCommandInput,
|
|
20
19
|
AbortMultipartUploadCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class AbortMultipartUploadCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: AbortMultipartUploadCommandInput;
|
|
24
23
|
constructor(input: AbortMultipartUploadCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { AbortVaultLockInput } from "../models/models_0";
|
|
14
14
|
export interface AbortVaultLockCommandInput extends AbortVaultLockInput {}
|
|
15
15
|
export interface AbortVaultLockCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class AbortVaultLockCommand extends $Command<
|
|
18
17
|
AbortVaultLockCommandInput,
|
|
19
18
|
AbortVaultLockCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class AbortVaultLockCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: AbortVaultLockCommandInput;
|
|
23
22
|
constructor(input: AbortVaultLockCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { AddTagsToVaultInput } from "../models/models_0";
|
|
14
14
|
export interface AddTagsToVaultCommandInput extends AddTagsToVaultInput {}
|
|
15
15
|
export interface AddTagsToVaultCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class AddTagsToVaultCommand extends $Command<
|
|
18
17
|
AddTagsToVaultCommandInput,
|
|
19
18
|
AddTagsToVaultCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class AddTagsToVaultCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: AddTagsToVaultCommandInput;
|
|
23
22
|
constructor(input: AddTagsToVaultCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CompleteMultipartUploadCommandInput
|
|
|
19
19
|
export interface CompleteMultipartUploadCommandOutput
|
|
20
20
|
extends ArchiveCreationOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CompleteMultipartUploadCommand extends $Command<
|
|
24
23
|
CompleteMultipartUploadCommandInput,
|
|
25
24
|
CompleteMultipartUploadCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CompleteMultipartUploadCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CompleteMultipartUploadCommandInput;
|
|
29
28
|
constructor(input: CompleteMultipartUploadCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { CompleteVaultLockInput } from "../models/models_0";
|
|
14
14
|
export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {}
|
|
15
15
|
export interface CompleteVaultLockCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class CompleteVaultLockCommand extends $Command<
|
|
18
17
|
CompleteVaultLockCommandInput,
|
|
19
18
|
CompleteVaultLockCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class CompleteVaultLockCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: CompleteVaultLockCommandInput;
|
|
23
22
|
constructor(input: CompleteVaultLockCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateVaultCommandInput extends CreateVaultInput {}
|
|
|
15
15
|
export interface CreateVaultCommandOutput
|
|
16
16
|
extends CreateVaultOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateVaultCommand extends $Command<
|
|
20
19
|
CreateVaultCommandInput,
|
|
21
20
|
CreateVaultCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateVaultCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateVaultCommandInput;
|
|
25
24
|
constructor(input: CreateVaultCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteArchiveInput } from "../models/models_0";
|
|
14
14
|
export interface DeleteArchiveCommandInput extends DeleteArchiveInput {}
|
|
15
15
|
export interface DeleteArchiveCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteArchiveCommand extends $Command<
|
|
18
17
|
DeleteArchiveCommandInput,
|
|
19
18
|
DeleteArchiveCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteArchiveCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteArchiveCommandInput;
|
|
23
22
|
constructor(input: DeleteArchiveCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteVaultAccessPolicyCommandInput
|
|
|
15
15
|
extends DeleteVaultAccessPolicyInput {}
|
|
16
16
|
export interface DeleteVaultAccessPolicyCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteVaultAccessPolicyCommand extends $Command<
|
|
20
19
|
DeleteVaultAccessPolicyCommandInput,
|
|
21
20
|
DeleteVaultAccessPolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteVaultAccessPolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteVaultAccessPolicyCommandInput;
|
|
25
24
|
constructor(input: DeleteVaultAccessPolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteVaultInput } from "../models/models_0";
|
|
14
14
|
export interface DeleteVaultCommandInput extends DeleteVaultInput {}
|
|
15
15
|
export interface DeleteVaultCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteVaultCommand extends $Command<
|
|
18
17
|
DeleteVaultCommandInput,
|
|
19
18
|
DeleteVaultCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteVaultCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteVaultCommandInput;
|
|
23
22
|
constructor(input: DeleteVaultCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteVaultNotificationsCommandInput
|
|
|
15
15
|
extends DeleteVaultNotificationsInput {}
|
|
16
16
|
export interface DeleteVaultNotificationsCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteVaultNotificationsCommand extends $Command<
|
|
20
19
|
DeleteVaultNotificationsCommandInput,
|
|
21
20
|
DeleteVaultNotificationsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteVaultNotificationsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteVaultNotificationsCommandInput;
|
|
25
24
|
constructor(input: DeleteVaultNotificationsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeJobCommandInput extends DescribeJobInput {}
|
|
|
15
15
|
export interface DescribeJobCommandOutput
|
|
16
16
|
extends GlacierJobDescription,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeJobCommand extends $Command<
|
|
20
19
|
DescribeJobCommandInput,
|
|
21
20
|
DescribeJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeJobCommandInput;
|
|
25
24
|
constructor(input: DescribeJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeVaultCommandInput extends DescribeVaultInput {}
|
|
|
15
15
|
export interface DescribeVaultCommandOutput
|
|
16
16
|
extends DescribeVaultOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeVaultCommand extends $Command<
|
|
20
19
|
DescribeVaultCommandInput,
|
|
21
20
|
DescribeVaultCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeVaultCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeVaultCommandInput;
|
|
25
24
|
constructor(input: DescribeVaultCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDataRetrievalPolicyCommandInput
|
|
|
19
19
|
export interface GetDataRetrievalPolicyCommandOutput
|
|
20
20
|
extends GetDataRetrievalPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDataRetrievalPolicyCommand extends $Command<
|
|
24
23
|
GetDataRetrievalPolicyCommandInput,
|
|
25
24
|
GetDataRetrievalPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDataRetrievalPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDataRetrievalPolicyCommandInput;
|
|
29
28
|
constructor(input: GetDataRetrievalPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetJobOutputCommandInput extends GetJobOutputInput {}
|
|
|
15
15
|
export interface GetJobOutputCommandOutput
|
|
16
16
|
extends GetJobOutputOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetJobOutputCommand extends $Command<
|
|
20
19
|
GetJobOutputCommandInput,
|
|
21
20
|
GetJobOutputCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetJobOutputCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetJobOutputCommandInput;
|
|
25
24
|
constructor(input: GetJobOutputCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetVaultAccessPolicyCommandInput
|
|
|
19
19
|
export interface GetVaultAccessPolicyCommandOutput
|
|
20
20
|
extends GetVaultAccessPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetVaultAccessPolicyCommand extends $Command<
|
|
24
23
|
GetVaultAccessPolicyCommandInput,
|
|
25
24
|
GetVaultAccessPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetVaultAccessPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetVaultAccessPolicyCommandInput;
|
|
29
28
|
constructor(input: GetVaultAccessPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetVaultLockCommandInput extends GetVaultLockInput {}
|
|
|
15
15
|
export interface GetVaultLockCommandOutput
|
|
16
16
|
extends GetVaultLockOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetVaultLockCommand extends $Command<
|
|
20
19
|
GetVaultLockCommandInput,
|
|
21
20
|
GetVaultLockCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetVaultLockCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetVaultLockCommandInput;
|
|
25
24
|
constructor(input: GetVaultLockCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetVaultNotificationsCommandInput
|
|
|
19
19
|
export interface GetVaultNotificationsCommandOutput
|
|
20
20
|
extends GetVaultNotificationsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetVaultNotificationsCommand extends $Command<
|
|
24
23
|
GetVaultNotificationsCommandInput,
|
|
25
24
|
GetVaultNotificationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetVaultNotificationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetVaultNotificationsCommandInput;
|
|
29
28
|
constructor(input: GetVaultNotificationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface InitiateJobCommandInput extends InitiateJobInput {}
|
|
|
15
15
|
export interface InitiateJobCommandOutput
|
|
16
16
|
extends InitiateJobOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class InitiateJobCommand extends $Command<
|
|
20
19
|
InitiateJobCommandInput,
|
|
21
20
|
InitiateJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class InitiateJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: InitiateJobCommandInput;
|
|
25
24
|
constructor(input: InitiateJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface InitiateMultipartUploadCommandInput
|
|
|
19
19
|
export interface InitiateMultipartUploadCommandOutput
|
|
20
20
|
extends InitiateMultipartUploadOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class InitiateMultipartUploadCommand extends $Command<
|
|
24
23
|
InitiateMultipartUploadCommandInput,
|
|
25
24
|
InitiateMultipartUploadCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class InitiateMultipartUploadCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: InitiateMultipartUploadCommandInput;
|
|
29
28
|
constructor(input: InitiateMultipartUploadCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlacierClientResolvedConfig,
|