@aws-sdk/client-glacier 3.278.0 → 3.281.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.
Files changed (35) hide show
  1. package/README.md +267 -0
  2. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -0
  3. package/dist-types/commands/AbortVaultLockCommand.d.ts +6 -0
  4. package/dist-types/commands/AddTagsToVaultCommand.d.ts +6 -0
  5. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -0
  6. package/dist-types/commands/CompleteVaultLockCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateVaultCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteVaultCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +6 -0
  12. package/dist-types/commands/DescribeJobCommand.d.ts +6 -0
  13. package/dist-types/commands/DescribeVaultCommand.d.ts +6 -0
  14. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +6 -0
  15. package/dist-types/commands/GetJobOutputCommand.d.ts +6 -0
  16. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +6 -0
  17. package/dist-types/commands/GetVaultLockCommand.d.ts +6 -0
  18. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +6 -0
  19. package/dist-types/commands/InitiateJobCommand.d.ts +6 -0
  20. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +6 -0
  21. package/dist-types/commands/InitiateVaultLockCommand.d.ts +6 -0
  22. package/dist-types/commands/ListJobsCommand.d.ts +6 -0
  23. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -0
  24. package/dist-types/commands/ListPartsCommand.d.ts +6 -0
  25. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +6 -0
  26. package/dist-types/commands/ListTagsForVaultCommand.d.ts +6 -0
  27. package/dist-types/commands/ListVaultsCommand.d.ts +6 -0
  28. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -0
  29. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +6 -0
  30. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +6 -0
  31. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +6 -0
  32. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +6 -0
  33. package/dist-types/commands/UploadArchiveCommand.d.ts +6 -0
  34. package/dist-types/commands/UploadMultipartPartCommand.d.ts +6 -0
  35. package/package.json +6 -6
package/README.md CHANGED
@@ -240,3 +240,270 @@ To contribute to client you can check our [generate clients scripts](https://git
240
240
  This SDK is distributed under the
241
241
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
242
242
  see LICENSE for more information.
243
+
244
+ ## Client Commands (Operations List)
245
+
246
+ <details>
247
+ <summary>
248
+ AbortMultipartUpload
249
+ </summary>
250
+
251
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/abortmultipartuploadcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/abortmultipartuploadcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/abortmultipartuploadcommandoutput.html)
252
+
253
+ </details>
254
+ <details>
255
+ <summary>
256
+ AbortVaultLock
257
+ </summary>
258
+
259
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/abortvaultlockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/abortvaultlockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/abortvaultlockcommandoutput.html)
260
+
261
+ </details>
262
+ <details>
263
+ <summary>
264
+ AddTagsToVault
265
+ </summary>
266
+
267
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/addtagstovaultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/addtagstovaultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/addtagstovaultcommandoutput.html)
268
+
269
+ </details>
270
+ <details>
271
+ <summary>
272
+ CompleteMultipartUpload
273
+ </summary>
274
+
275
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/completemultipartuploadcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/completemultipartuploadcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/completemultipartuploadcommandoutput.html)
276
+
277
+ </details>
278
+ <details>
279
+ <summary>
280
+ CompleteVaultLock
281
+ </summary>
282
+
283
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/completevaultlockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/completevaultlockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/completevaultlockcommandoutput.html)
284
+
285
+ </details>
286
+ <details>
287
+ <summary>
288
+ CreateVault
289
+ </summary>
290
+
291
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/createvaultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/createvaultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/createvaultcommandoutput.html)
292
+
293
+ </details>
294
+ <details>
295
+ <summary>
296
+ DeleteArchive
297
+ </summary>
298
+
299
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/deletearchivecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/deletearchivecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/deletearchivecommandoutput.html)
300
+
301
+ </details>
302
+ <details>
303
+ <summary>
304
+ DeleteVault
305
+ </summary>
306
+
307
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/deletevaultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/deletevaultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/deletevaultcommandoutput.html)
308
+
309
+ </details>
310
+ <details>
311
+ <summary>
312
+ DeleteVaultAccessPolicy
313
+ </summary>
314
+
315
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/deletevaultaccesspolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/deletevaultaccesspolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/deletevaultaccesspolicycommandoutput.html)
316
+
317
+ </details>
318
+ <details>
319
+ <summary>
320
+ DeleteVaultNotifications
321
+ </summary>
322
+
323
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/deletevaultnotificationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/deletevaultnotificationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/deletevaultnotificationscommandoutput.html)
324
+
325
+ </details>
326
+ <details>
327
+ <summary>
328
+ DescribeJob
329
+ </summary>
330
+
331
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/describejobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/describejobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/describejobcommandoutput.html)
332
+
333
+ </details>
334
+ <details>
335
+ <summary>
336
+ DescribeVault
337
+ </summary>
338
+
339
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/describevaultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/describevaultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/describevaultcommandoutput.html)
340
+
341
+ </details>
342
+ <details>
343
+ <summary>
344
+ GetDataRetrievalPolicy
345
+ </summary>
346
+
347
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/getdataretrievalpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getdataretrievalpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getdataretrievalpolicycommandoutput.html)
348
+
349
+ </details>
350
+ <details>
351
+ <summary>
352
+ GetJobOutput
353
+ </summary>
354
+
355
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/getjoboutputcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getjoboutputcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getjoboutputcommandoutput.html)
356
+
357
+ </details>
358
+ <details>
359
+ <summary>
360
+ GetVaultAccessPolicy
361
+ </summary>
362
+
363
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/getvaultaccesspolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getvaultaccesspolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getvaultaccesspolicycommandoutput.html)
364
+
365
+ </details>
366
+ <details>
367
+ <summary>
368
+ GetVaultLock
369
+ </summary>
370
+
371
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/getvaultlockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getvaultlockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getvaultlockcommandoutput.html)
372
+
373
+ </details>
374
+ <details>
375
+ <summary>
376
+ GetVaultNotifications
377
+ </summary>
378
+
379
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/getvaultnotificationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getvaultnotificationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/getvaultnotificationscommandoutput.html)
380
+
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ InitiateJob
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/initiatejobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/initiatejobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/initiatejobcommandoutput.html)
388
+
389
+ </details>
390
+ <details>
391
+ <summary>
392
+ InitiateMultipartUpload
393
+ </summary>
394
+
395
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/initiatemultipartuploadcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/initiatemultipartuploadcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/initiatemultipartuploadcommandoutput.html)
396
+
397
+ </details>
398
+ <details>
399
+ <summary>
400
+ InitiateVaultLock
401
+ </summary>
402
+
403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/initiatevaultlockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/initiatevaultlockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/initiatevaultlockcommandoutput.html)
404
+
405
+ </details>
406
+ <details>
407
+ <summary>
408
+ ListJobs
409
+ </summary>
410
+
411
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/listjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listjobscommandoutput.html)
412
+
413
+ </details>
414
+ <details>
415
+ <summary>
416
+ ListMultipartUploads
417
+ </summary>
418
+
419
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/listmultipartuploadscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listmultipartuploadscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listmultipartuploadscommandoutput.html)
420
+
421
+ </details>
422
+ <details>
423
+ <summary>
424
+ ListParts
425
+ </summary>
426
+
427
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/listpartscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listpartscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listpartscommandoutput.html)
428
+
429
+ </details>
430
+ <details>
431
+ <summary>
432
+ ListProvisionedCapacity
433
+ </summary>
434
+
435
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/listprovisionedcapacitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listprovisionedcapacitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listprovisionedcapacitycommandoutput.html)
436
+
437
+ </details>
438
+ <details>
439
+ <summary>
440
+ ListTagsForVault
441
+ </summary>
442
+
443
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/listtagsforvaultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listtagsforvaultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listtagsforvaultcommandoutput.html)
444
+
445
+ </details>
446
+ <details>
447
+ <summary>
448
+ ListVaults
449
+ </summary>
450
+
451
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/listvaultscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listvaultscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/listvaultscommandoutput.html)
452
+
453
+ </details>
454
+ <details>
455
+ <summary>
456
+ PurchaseProvisionedCapacity
457
+ </summary>
458
+
459
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/purchaseprovisionedcapacitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/purchaseprovisionedcapacitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/purchaseprovisionedcapacitycommandoutput.html)
460
+
461
+ </details>
462
+ <details>
463
+ <summary>
464
+ RemoveTagsFromVault
465
+ </summary>
466
+
467
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/removetagsfromvaultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/removetagsfromvaultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/removetagsfromvaultcommandoutput.html)
468
+
469
+ </details>
470
+ <details>
471
+ <summary>
472
+ SetDataRetrievalPolicy
473
+ </summary>
474
+
475
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/setdataretrievalpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/setdataretrievalpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/setdataretrievalpolicycommandoutput.html)
476
+
477
+ </details>
478
+ <details>
479
+ <summary>
480
+ SetVaultAccessPolicy
481
+ </summary>
482
+
483
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/setvaultaccesspolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/setvaultaccesspolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/setvaultaccesspolicycommandoutput.html)
484
+
485
+ </details>
486
+ <details>
487
+ <summary>
488
+ SetVaultNotifications
489
+ </summary>
490
+
491
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/setvaultnotificationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/setvaultnotificationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/setvaultnotificationscommandoutput.html)
492
+
493
+ </details>
494
+ <details>
495
+ <summary>
496
+ UploadArchive
497
+ </summary>
498
+
499
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/uploadarchivecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/uploadarchivecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/uploadarchivecommandoutput.html)
500
+
501
+ </details>
502
+ <details>
503
+ <summary>
504
+ UploadMultipartPart
505
+ </summary>
506
+
507
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/classes/uploadmultipartpartcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/uploadmultipartpartcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glacier/interfaces/uploadmultipartpartcommandoutput.html)
508
+
509
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { AbortMultipartUploadInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AbortMultipartUploadCommand}.
8
+ */
6
9
  export interface AbortMultipartUploadCommandInput extends AbortMultipartUploadInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AbortMultipartUploadCommand}.
13
+ */
8
14
  export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { AbortVaultLockInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AbortVaultLockCommand}.
8
+ */
6
9
  export interface AbortVaultLockCommandInput extends AbortVaultLockInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AbortVaultLockCommand}.
13
+ */
8
14
  export interface AbortVaultLockCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { AddTagsToVaultInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddTagsToVaultCommand}.
8
+ */
6
9
  export interface AddTagsToVaultCommandInput extends AddTagsToVaultInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AddTagsToVaultCommand}.
13
+ */
8
14
  export interface AddTagsToVaultCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CompleteMultipartUploadCommand}.
8
+ */
6
9
  export interface CompleteMultipartUploadCommandInput extends CompleteMultipartUploadInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CompleteMultipartUploadCommand}.
13
+ */
8
14
  export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { CompleteVaultLockInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CompleteVaultLockCommand}.
8
+ */
6
9
  export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CompleteVaultLockCommand}.
13
+ */
8
14
  export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateVaultCommand}.
8
+ */
6
9
  export interface CreateVaultCommandInput extends CreateVaultInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVaultCommand}.
13
+ */
8
14
  export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DeleteArchiveInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteArchiveCommand}.
8
+ */
6
9
  export interface DeleteArchiveCommandInput extends DeleteArchiveInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteArchiveCommand}.
13
+ */
8
14
  export interface DeleteArchiveCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DeleteVaultAccessPolicyInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVaultAccessPolicyCommand}.
8
+ */
6
9
  export interface DeleteVaultAccessPolicyCommandInput extends DeleteVaultAccessPolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVaultAccessPolicyCommand}.
13
+ */
8
14
  export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DeleteVaultInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVaultCommand}.
8
+ */
6
9
  export interface DeleteVaultCommandInput extends DeleteVaultInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVaultCommand}.
13
+ */
8
14
  export interface DeleteVaultCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DeleteVaultNotificationsInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVaultNotificationsCommand}.
8
+ */
6
9
  export interface DeleteVaultNotificationsCommandInput extends DeleteVaultNotificationsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVaultNotificationsCommand}.
13
+ */
8
14
  export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeJobCommand}.
8
+ */
6
9
  export interface DescribeJobCommandInput extends DescribeJobInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeJobCommand}.
13
+ */
8
14
  export interface DescribeJobCommandOutput extends GlacierJobDescription, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeVaultCommand}.
8
+ */
6
9
  export interface DescribeVaultCommandInput extends DescribeVaultInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeVaultCommand}.
13
+ */
8
14
  export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDataRetrievalPolicyCommand}.
8
+ */
6
9
  export interface GetDataRetrievalPolicyCommandInput extends GetDataRetrievalPolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDataRetrievalPolicyCommand}.
13
+ */
8
14
  export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPolicyOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetJobOutputCommand}.
8
+ */
6
9
  export interface GetJobOutputCommandInput extends GetJobOutputInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetJobOutputCommand}.
13
+ */
8
14
  export interface GetJobOutputCommandOutput extends __WithSdkStreamMixin<GetJobOutputOutput, "body">, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVaultAccessPolicyCommand}.
8
+ */
6
9
  export interface GetVaultAccessPolicyCommandInput extends GetVaultAccessPolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVaultAccessPolicyCommand}.
13
+ */
8
14
  export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVaultLockCommand}.
8
+ */
6
9
  export interface GetVaultLockCommandInput extends GetVaultLockInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVaultLockCommand}.
13
+ */
8
14
  export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVaultNotificationsCommand}.
8
+ */
6
9
  export interface GetVaultNotificationsCommandInput extends GetVaultNotificationsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVaultNotificationsCommand}.
13
+ */
8
14
  export interface GetVaultNotificationsCommandOutput extends GetVaultNotificationsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link InitiateJobCommand}.
8
+ */
6
9
  export interface InitiateJobCommandInput extends InitiateJobInput {
7
10
  }
11
+ /**
12
+ * The output of {@link InitiateJobCommand}.
13
+ */
8
14
  export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link InitiateMultipartUploadCommand}.
8
+ */
6
9
  export interface InitiateMultipartUploadCommandInput extends InitiateMultipartUploadInput {
7
10
  }
11
+ /**
12
+ * The output of {@link InitiateMultipartUploadCommand}.
13
+ */
8
14
  export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartUploadOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link InitiateVaultLockCommand}.
8
+ */
6
9
  export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {
7
10
  }
11
+ /**
12
+ * The output of {@link InitiateVaultLockCommand}.
13
+ */
8
14
  export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListJobsInput, ListJobsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListJobsCommand}.
8
+ */
6
9
  export interface ListJobsCommandInput extends ListJobsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListJobsCommand}.
13
+ */
8
14
  export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListMultipartUploadsCommand}.
8
+ */
6
9
  export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMultipartUploadsCommand}.
13
+ */
8
14
  export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListPartsInput, ListPartsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPartsCommand}.
8
+ */
6
9
  export interface ListPartsCommandInput extends ListPartsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPartsCommand}.
13
+ */
8
14
  export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListProvisionedCapacityCommand}.
8
+ */
6
9
  export interface ListProvisionedCapacityCommandInput extends ListProvisionedCapacityInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListProvisionedCapacityCommand}.
13
+ */
8
14
  export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCapacityOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForVaultCommand}.
8
+ */
6
9
  export interface ListTagsForVaultCommandInput extends ListTagsForVaultInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForVaultCommand}.
13
+ */
8
14
  export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListVaultsCommand}.
8
+ */
6
9
  export interface ListVaultsCommandInput extends ListVaultsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVaultsCommand}.
13
+ */
8
14
  export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { PurchaseProvisionedCapacityInput, PurchaseProvisionedCapacityOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PurchaseProvisionedCapacityCommand}.
8
+ */
6
9
  export interface PurchaseProvisionedCapacityCommandInput extends PurchaseProvisionedCapacityInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PurchaseProvisionedCapacityCommand}.
13
+ */
8
14
  export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvisionedCapacityOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { RemoveTagsFromVaultInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RemoveTagsFromVaultCommand}.
8
+ */
6
9
  export interface RemoveTagsFromVaultCommandInput extends RemoveTagsFromVaultInput {
7
10
  }
11
+ /**
12
+ * The output of {@link RemoveTagsFromVaultCommand}.
13
+ */
8
14
  export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { SetDataRetrievalPolicyInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SetDataRetrievalPolicyCommand}.
8
+ */
6
9
  export interface SetDataRetrievalPolicyCommandInput extends SetDataRetrievalPolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetDataRetrievalPolicyCommand}.
13
+ */
8
14
  export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { SetVaultAccessPolicyInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SetVaultAccessPolicyCommand}.
8
+ */
6
9
  export interface SetVaultAccessPolicyCommandInput extends SetVaultAccessPolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetVaultAccessPolicyCommand}.
13
+ */
8
14
  export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
5
  import { SetVaultNotificationsInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SetVaultNotificationsCommand}.
8
+ */
6
9
  export interface SetVaultNotificationsCommandInput extends SetVaultNotificationsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetVaultNotificationsCommand}.
13
+ */
8
14
  export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,6 +4,9 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
5
5
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
6
6
  import { ArchiveCreationOutput, UploadArchiveInput } from "../models/models_0";
7
+ /**
8
+ * The input for {@link UploadArchiveCommand}.
9
+ */
7
10
  declare type UploadArchiveCommandInputType = Omit<UploadArchiveInput, "body"> & {
8
11
  /**
9
12
  * For *`UploadArchiveInput["body"]`*, see {@link UploadArchiveInput.body}.
@@ -15,6 +18,9 @@ declare type UploadArchiveCommandInputType = Omit<UploadArchiveInput, "body"> &
15
18
  */
16
19
  export interface UploadArchiveCommandInput extends UploadArchiveCommandInputType {
17
20
  }
21
+ /**
22
+ * The output of {@link UploadArchiveCommand}.
23
+ */
18
24
  export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __MetadataBearer {
19
25
  }
20
26
  /**
@@ -4,6 +4,9 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
5
5
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
6
6
  import { UploadMultipartPartInput, UploadMultipartPartOutput } from "../models/models_0";
7
+ /**
8
+ * The input for {@link UploadMultipartPartCommand}.
9
+ */
7
10
  declare type UploadMultipartPartCommandInputType = Omit<UploadMultipartPartInput, "body"> & {
8
11
  /**
9
12
  * For *`UploadMultipartPartInput["body"]`*, see {@link UploadMultipartPartInput.body}.
@@ -15,6 +18,9 @@ declare type UploadMultipartPartCommandInputType = Omit<UploadMultipartPartInput
15
18
  */
16
19
  export interface UploadMultipartPartCommandInput extends UploadMultipartPartCommandInputType {
17
20
  }
21
+ /**
22
+ * The output of {@link UploadMultipartPartCommand}.
23
+ */
18
24
  export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOutput, __MetadataBearer {
19
25
  }
20
26
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glacier",
3
3
  "description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,9 +22,9 @@
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
23
  "@aws-sdk/body-checksum-browser": "3.272.0",
24
24
  "@aws-sdk/body-checksum-node": "3.272.0",
25
- "@aws-sdk/client-sts": "3.278.0",
25
+ "@aws-sdk/client-sts": "3.281.0",
26
26
  "@aws-sdk/config-resolver": "3.272.0",
27
- "@aws-sdk/credential-provider-node": "3.278.0",
27
+ "@aws-sdk/credential-provider-node": "3.281.0",
28
28
  "@aws-sdk/fetch-http-handler": "3.272.0",
29
29
  "@aws-sdk/hash-node": "3.272.0",
30
30
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -42,14 +42,14 @@
42
42
  "@aws-sdk/node-config-provider": "3.272.0",
43
43
  "@aws-sdk/node-http-handler": "3.272.0",
44
44
  "@aws-sdk/protocol-http": "3.272.0",
45
- "@aws-sdk/smithy-client": "3.272.0",
45
+ "@aws-sdk/smithy-client": "3.279.0",
46
46
  "@aws-sdk/types": "3.272.0",
47
47
  "@aws-sdk/url-parser": "3.272.0",
48
48
  "@aws-sdk/util-base64": "3.208.0",
49
49
  "@aws-sdk/util-body-length-browser": "3.188.0",
50
50
  "@aws-sdk/util-body-length-node": "3.208.0",
51
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
52
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
51
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
52
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
53
53
  "@aws-sdk/util-endpoints": "3.272.0",
54
54
  "@aws-sdk/util-retry": "3.272.0",
55
55
  "@aws-sdk/util-stream-browser": "3.272.0",