@aws-sdk/client-glacier 3.987.0 → 3.989.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.
@@ -7,6 +7,7 @@ import { sdkStreamMixin } from "@smithy/util-stream";
7
7
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
8
8
  import { defaultGlacierHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
9
9
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
10
+ import { errorTypeRegistries } from "./schemas/schemas_0";
10
11
  export const getRuntimeConfig = (config) => {
11
12
  return {
12
13
  apiVersion: "2012-06-01",
@@ -27,6 +28,7 @@ export const getRuntimeConfig = (config) => {
27
28
  protocol: config?.protocol ?? AwsRestJsonProtocol,
28
29
  protocolSettings: config?.protocolSettings ?? {
29
30
  defaultNamespace: "com.amazonaws.glacier",
31
+ errorTypeRegistries,
30
32
  xmlNamespace: "http://glacier.amazonaws.com/doc/2012-06-01/",
31
33
  version: "2012-06-01",
32
34
  serviceTarget: "Glacier",
@@ -203,11 +203,11 @@ const _aIr = "archiveId";
203
203
  const _aR = "acceptRanges";
204
204
  const _aS = "archiveSize";
205
205
  const _b = "body";
206
- const _c = "checksum";
206
+ const _c = "client";
207
207
  const _cI = "capacityId";
208
208
  const _cR = "contentRange";
209
209
  const _cT = "contentType";
210
- const _cl = "client";
210
+ const _ch = "checksum";
211
211
  const _co = "code";
212
212
  const _com = "completed";
213
213
  const _cs = "csv";
@@ -227,11 +227,11 @@ const _ma = "marker";
227
227
  const _p = "policy";
228
228
  const _pS = "partSize";
229
229
  const _r = "range";
230
- const _s = "streaming";
230
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.glacier";
231
231
  const _se = "server";
232
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.glacier";
233
- const _st = "status";
234
- const _sta = "statuscode";
232
+ const _st = "streaming";
233
+ const _sta = "status";
234
+ const _stat = "statuscode";
235
235
  const _t = "type";
236
236
  const _uI = "uploadId";
237
237
  const _vN = "vaultName";
@@ -250,7 +250,69 @@ const n0 = "com.amazonaws.glacier";
250
250
  import { TypeRegistry } from "@smithy/core/schema";
251
251
  import { InsufficientCapacityException, InvalidParameterValueException, LimitExceededException, MissingParameterValueException, NoLongerSupportedException, PolicyEnforcedException, RequestTimeoutException, ResourceNotFoundException, ServiceUnavailableException, } from "../models/errors";
252
252
  import { GlacierServiceException } from "../models/GlacierServiceException";
253
- var _Stream = [0, n0, _S, { [_s]: 1 }, 42];
253
+ const _s_registry = TypeRegistry.for(_s);
254
+ export var GlacierServiceException$ = [-3, _s, "GlacierServiceException", 0, [], []];
255
+ _s_registry.registerError(GlacierServiceException$, GlacierServiceException);
256
+ const n0_registry = TypeRegistry.for(n0);
257
+ export var InsufficientCapacityException$ = [-3, n0, _ICE,
258
+ { [_e]: _c, [_hE]: 400 },
259
+ [_t, _co, _m],
260
+ [0, 0, 0]
261
+ ];
262
+ n0_registry.registerError(InsufficientCapacityException$, InsufficientCapacityException);
263
+ export var InvalidParameterValueException$ = [-3, n0, _IPVE,
264
+ { [_e]: _c, [_hE]: 400 },
265
+ [_t, _co, _m],
266
+ [0, 0, 0]
267
+ ];
268
+ n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
269
+ export var LimitExceededException$ = [-3, n0, _LEE,
270
+ { [_e]: _c, [_hE]: 400 },
271
+ [_t, _co, _m],
272
+ [0, 0, 0]
273
+ ];
274
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
275
+ export var MissingParameterValueException$ = [-3, n0, _MPVE,
276
+ { [_e]: _c, [_hE]: 400 },
277
+ [_t, _co, _m],
278
+ [0, 0, 0]
279
+ ];
280
+ n0_registry.registerError(MissingParameterValueException$, MissingParameterValueException);
281
+ export var NoLongerSupportedException$ = [-3, n0, _NLSE,
282
+ { [_e]: _c, [_hE]: 400 },
283
+ [_t, _co, _m],
284
+ [0, 0, 0]
285
+ ];
286
+ n0_registry.registerError(NoLongerSupportedException$, NoLongerSupportedException);
287
+ export var PolicyEnforcedException$ = [-3, n0, _PEE,
288
+ { [_e]: _c, [_hE]: 400 },
289
+ [_t, _co, _m],
290
+ [0, 0, 0]
291
+ ];
292
+ n0_registry.registerError(PolicyEnforcedException$, PolicyEnforcedException);
293
+ export var RequestTimeoutException$ = [-3, n0, _RTE,
294
+ { [_e]: _c, [_hE]: 408 },
295
+ [_t, _co, _m],
296
+ [0, 0, 0]
297
+ ];
298
+ n0_registry.registerError(RequestTimeoutException$, RequestTimeoutException);
299
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
300
+ { [_e]: _c, [_hE]: 404 },
301
+ [_t, _co, _m],
302
+ [0, 0, 0]
303
+ ];
304
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
305
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
306
+ { [_e]: _se, [_hE]: 500 },
307
+ [_t, _co, _m],
308
+ [0, 0, 0]
309
+ ];
310
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
311
+ export const errorTypeRegistries = [
312
+ _s_registry,
313
+ n0_registry,
314
+ ];
315
+ var _Stream = [0, n0, _S, { [_st]: 1 }, 42];
254
316
  export var AbortMultipartUploadInput$ = [3, n0, _AMUI,
255
317
  0,
256
318
  [_aI, _vN, _uI],
@@ -268,12 +330,12 @@ export var AddTagsToVaultInput$ = [3, n0, _ATTVI,
268
330
  ];
269
331
  export var ArchiveCreationOutput$ = [3, n0, _ACO,
270
332
  0,
271
- [_l, _c, _aIr],
333
+ [_l, _ch, _aIr],
272
334
  [[0, { [_hH]: _L }], [0, { [_hH]: _xasth }], [0, { [_hH]: _xaai }]]
273
335
  ];
274
336
  export var CompleteMultipartUploadInput$ = [3, n0, _CMUI,
275
337
  0,
276
- [_aI, _vN, _uI, _aS, _c],
338
+ [_aI, _vN, _uI, _aS, _ch],
277
339
  [[0, 1], [0, 1], [0, 1], [0, { [_hH]: _xaas }], [0, { [_hH]: _xasth }]], 3
278
340
  ];
279
341
  export var CompleteVaultLockInput$ = [3, n0, _CVLI,
@@ -368,7 +430,7 @@ export var GetJobOutputInput$ = [3, n0, _GJOI,
368
430
  ];
369
431
  export var GetJobOutputOutput$ = [3, n0, _GJOO,
370
432
  0,
371
- [_b, _c, _st, _cR, _aR, _cT, _aD],
433
+ [_b, _ch, _sta, _cR, _aR, _cT, _aD],
372
434
  [[() => _Stream, 16], [0, { [_hH]: _xasth }], [1, 32], [0, { [_hH]: _CR }], [0, { [_hH]: _AR }], [0, { [_hH]: _CT }], [0, { [_hH]: _xaad }]]
373
435
  ];
374
436
  export var GetVaultAccessPolicyInput$ = [3, n0, _GVAPI,
@@ -451,18 +513,6 @@ export var InputSerialization$ = [3, n0, _IS,
451
513
  [_cs],
452
514
  [() => CSVInput$]
453
515
  ];
454
- export var InsufficientCapacityException$ = [-3, n0, _ICE,
455
- { [_e]: _cl, [_hE]: 400 },
456
- [_t, _co, _m],
457
- [0, 0, 0]
458
- ];
459
- TypeRegistry.for(n0).registerError(InsufficientCapacityException$, InsufficientCapacityException);
460
- export var InvalidParameterValueException$ = [-3, n0, _IPVE,
461
- { [_e]: _cl, [_hE]: 400 },
462
- [_t, _co, _m],
463
- [0, 0, 0]
464
- ];
465
- TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
466
516
  export var InventoryRetrievalJobDescription$ = [3, n0, _IRJD,
467
517
  0,
468
518
  [_F, _SD, _EDn, _Li, _M],
@@ -478,16 +528,10 @@ export var JobParameters$ = [3, n0, _JP,
478
528
  [_F, _Ty, _AI, _D, _SNST, _RBR, _Ti, _IRP, _SP, _OL],
479
529
  [0, 0, 0, 0, 0, 0, 0, () => InventoryRetrievalJobInput$, () => SelectParameters$, () => OutputLocation$]
480
530
  ];
481
- export var LimitExceededException$ = [-3, n0, _LEE,
482
- { [_e]: _cl, [_hE]: 400 },
483
- [_t, _co, _m],
484
- [0, 0, 0]
485
- ];
486
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
487
531
  export var ListJobsInput$ = [3, n0, _LJI,
488
532
  0,
489
- [_aI, _vN, _li, _ma, _sta, _com],
490
- [[0, 1], [0, 1], [1, { [_hQ]: _li }], [0, { [_hQ]: _ma }], [0, { [_hQ]: _sta }], [0, { [_hQ]: _com }]], 2
533
+ [_aI, _vN, _li, _ma, _stat, _com],
534
+ [[0, 1], [0, 1], [1, { [_hQ]: _li }], [0, { [_hQ]: _ma }], [0, { [_hQ]: _stat }], [0, { [_hQ]: _com }]], 2
491
535
  ];
492
536
  export var ListJobsOutput$ = [3, n0, _LJO,
493
537
  0,
@@ -544,18 +588,6 @@ export var ListVaultsOutput$ = [3, n0, _LVO,
544
588
  [_VL, _M],
545
589
  [() => VaultList, 0]
546
590
  ];
547
- export var MissingParameterValueException$ = [-3, n0, _MPVE,
548
- { [_e]: _cl, [_hE]: 400 },
549
- [_t, _co, _m],
550
- [0, 0, 0]
551
- ];
552
- TypeRegistry.for(n0).registerError(MissingParameterValueException$, MissingParameterValueException);
553
- export var NoLongerSupportedException$ = [-3, n0, _NLSE,
554
- { [_e]: _cl, [_hE]: 400 },
555
- [_t, _co, _m],
556
- [0, 0, 0]
557
- ];
558
- TypeRegistry.for(n0).registerError(NoLongerSupportedException$, NoLongerSupportedException);
559
591
  export var OutputLocation$ = [3, n0, _OL,
560
592
  0,
561
593
  [_S_],
@@ -571,12 +603,6 @@ export var PartListElement$ = [3, n0, _PLE,
571
603
  [_RIB, _SHATH],
572
604
  [0, 0]
573
605
  ];
574
- export var PolicyEnforcedException$ = [-3, n0, _PEE,
575
- { [_e]: _cl, [_hE]: 400 },
576
- [_t, _co, _m],
577
- [0, 0, 0]
578
- ];
579
- TypeRegistry.for(n0).registerError(PolicyEnforcedException$, PolicyEnforcedException);
580
606
  export var ProvisionedCapacityDescription$ = [3, n0, _PCD,
581
607
  0,
582
608
  [_CI, _SD, _ED],
@@ -597,18 +623,6 @@ export var RemoveTagsFromVaultInput$ = [3, n0, _RTFVI,
597
623
  [_aI, _vN, _TK],
598
624
  [[0, 1], [0, 1], 64 | 0], 2
599
625
  ];
600
- export var RequestTimeoutException$ = [-3, n0, _RTE,
601
- { [_e]: _cl, [_hE]: 408 },
602
- [_t, _co, _m],
603
- [0, 0, 0]
604
- ];
605
- TypeRegistry.for(n0).registerError(RequestTimeoutException$, RequestTimeoutException);
606
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
607
- { [_e]: _cl, [_hE]: 404 },
608
- [_t, _co, _m],
609
- [0, 0, 0]
610
- ];
611
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
612
626
  export var S3Location$ = [3, n0, _SL,
613
627
  0,
614
628
  [_BN, _Pr, _E, _CACL, _ACL, _Ta, _UM, _SCt],
@@ -619,12 +633,6 @@ export var SelectParameters$ = [3, n0, _SP,
619
633
  [_IS, _ETx, _Ex, _OS],
620
634
  [() => InputSerialization$, 0, 0, () => OutputSerialization$]
621
635
  ];
622
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
623
- { [_e]: _se, [_hE]: 500 },
624
- [_t, _co, _m],
625
- [0, 0, 0]
626
- ];
627
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
628
636
  export var SetDataRetrievalPolicyInput$ = [3, n0, _SDRPI,
629
637
  0,
630
638
  [_aI, _P],
@@ -642,7 +650,7 @@ export var SetVaultNotificationsInput$ = [3, n0, _SVNI,
642
650
  ];
643
651
  export var UploadArchiveInput$ = [3, n0, _UAI,
644
652
  0,
645
- [_vN, _aI, _aD, _c, _b],
653
+ [_vN, _aI, _aD, _ch, _b],
646
654
  [[0, 1], [0, 1], [0, { [_hH]: _xaad }], [0, { [_hH]: _xasth }], [() => _Stream, 16]], 2
647
655
  ];
648
656
  export var UploadListElement$ = [3, n0, _ULE,
@@ -652,12 +660,12 @@ export var UploadListElement$ = [3, n0, _ULE,
652
660
  ];
653
661
  export var UploadMultipartPartInput$ = [3, n0, _UMPI,
654
662
  0,
655
- [_aI, _vN, _uI, _c, _r, _b],
663
+ [_aI, _vN, _uI, _ch, _r, _b],
656
664
  [[0, 1], [0, 1], [0, 1], [0, { [_hH]: _xasth }], [0, { [_hH]: _CR }], [() => _Stream, 16]], 3
657
665
  ];
658
666
  export var UploadMultipartPartOutput$ = [3, n0, _UMPO,
659
667
  0,
660
- [_c],
668
+ [_ch],
661
669
  [[0, { [_hH]: _xasth }]]
662
670
  ];
663
671
  export var VaultAccessPolicy$ = [3, n0, _VAP,
@@ -676,8 +684,6 @@ export var VaultNotificationConfig$ = [3, n0, _VNC,
676
684
  [0, 64 | 0]
677
685
  ];
678
686
  var __Unit = "unit";
679
- export var GlacierServiceException$ = [-3, _sm, "GlacierServiceException", 0, [], []];
680
- TypeRegistry.for(_sm).registerError(GlacierServiceException$, GlacierServiceException);
681
687
  var AccessControlPolicyList = [1, n0, _ACPL,
682
688
  0, () => Grant$
683
689
  ];
@@ -1,4 +1,21 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var GlacierServiceException$: StaticErrorSchema;
4
+ export declare var InsufficientCapacityException$: StaticErrorSchema;
5
+ export declare var InvalidParameterValueException$: StaticErrorSchema;
6
+ export declare var LimitExceededException$: StaticErrorSchema;
7
+ export declare var MissingParameterValueException$: StaticErrorSchema;
8
+ export declare var NoLongerSupportedException$: StaticErrorSchema;
9
+ export declare var PolicyEnforcedException$: StaticErrorSchema;
10
+ export declare var RequestTimeoutException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
13
+ /**
14
+ * TypeRegistry instances containing modeled errors.
15
+ * @internal
16
+ *
17
+ */
18
+ export declare const errorTypeRegistries: TypeRegistry[];
2
19
  export declare var AbortMultipartUploadInput$: StaticStructureSchema;
3
20
  export declare var AbortVaultLockInput$: StaticStructureSchema;
4
21
  export declare var AddTagsToVaultInput$: StaticStructureSchema;
@@ -39,12 +56,9 @@ export declare var InitiateMultipartUploadOutput$: StaticStructureSchema;
39
56
  export declare var InitiateVaultLockInput$: StaticStructureSchema;
40
57
  export declare var InitiateVaultLockOutput$: StaticStructureSchema;
41
58
  export declare var InputSerialization$: StaticStructureSchema;
42
- export declare var InsufficientCapacityException$: StaticErrorSchema;
43
- export declare var InvalidParameterValueException$: StaticErrorSchema;
44
59
  export declare var InventoryRetrievalJobDescription$: StaticStructureSchema;
45
60
  export declare var InventoryRetrievalJobInput$: StaticStructureSchema;
46
61
  export declare var JobParameters$: StaticStructureSchema;
47
- export declare var LimitExceededException$: StaticErrorSchema;
48
62
  export declare var ListJobsInput$: StaticStructureSchema;
49
63
  export declare var ListJobsOutput$: StaticStructureSchema;
50
64
  export declare var ListMultipartUploadsInput$: StaticStructureSchema;
@@ -57,21 +71,15 @@ export declare var ListTagsForVaultInput$: StaticStructureSchema;
57
71
  export declare var ListTagsForVaultOutput$: StaticStructureSchema;
58
72
  export declare var ListVaultsInput$: StaticStructureSchema;
59
73
  export declare var ListVaultsOutput$: StaticStructureSchema;
60
- export declare var MissingParameterValueException$: StaticErrorSchema;
61
- export declare var NoLongerSupportedException$: StaticErrorSchema;
62
74
  export declare var OutputLocation$: StaticStructureSchema;
63
75
  export declare var OutputSerialization$: StaticStructureSchema;
64
76
  export declare var PartListElement$: StaticStructureSchema;
65
- export declare var PolicyEnforcedException$: StaticErrorSchema;
66
77
  export declare var ProvisionedCapacityDescription$: StaticStructureSchema;
67
78
  export declare var PurchaseProvisionedCapacityInput$: StaticStructureSchema;
68
79
  export declare var PurchaseProvisionedCapacityOutput$: StaticStructureSchema;
69
80
  export declare var RemoveTagsFromVaultInput$: StaticStructureSchema;
70
- export declare var RequestTimeoutException$: StaticErrorSchema;
71
- export declare var ResourceNotFoundException$: StaticErrorSchema;
72
81
  export declare var S3Location$: StaticStructureSchema;
73
82
  export declare var SelectParameters$: StaticStructureSchema;
74
- export declare var ServiceUnavailableException$: StaticErrorSchema;
75
83
  export declare var SetDataRetrievalPolicyInput$: StaticStructureSchema;
76
84
  export declare var SetVaultAccessPolicyInput$: StaticStructureSchema;
77
85
  export declare var SetVaultNotificationsInput$: StaticStructureSchema;
@@ -82,7 +90,6 @@ export declare var UploadMultipartPartOutput$: StaticStructureSchema;
82
90
  export declare var VaultAccessPolicy$: StaticStructureSchema;
83
91
  export declare var VaultLockPolicy$: StaticStructureSchema;
84
92
  export declare var VaultNotificationConfig$: StaticStructureSchema;
85
- export declare var GlacierServiceException$: StaticErrorSchema;
86
93
  export declare var AbortMultipartUpload$: StaticOperationSchema;
87
94
  export declare var AbortVaultLock$: StaticOperationSchema;
88
95
  export declare var AddTagsToVault$: StaticOperationSchema;
@@ -1,8 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var GlacierServiceException$: StaticErrorSchema;
8
+ export declare var InsufficientCapacityException$: StaticErrorSchema;
9
+ export declare var InvalidParameterValueException$: StaticErrorSchema;
10
+ export declare var LimitExceededException$: StaticErrorSchema;
11
+ export declare var MissingParameterValueException$: StaticErrorSchema;
12
+ export declare var NoLongerSupportedException$: StaticErrorSchema;
13
+ export declare var PolicyEnforcedException$: StaticErrorSchema;
14
+ export declare var RequestTimeoutException$: StaticErrorSchema;
15
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
16
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
17
+ export declare const errorTypeRegistries: TypeRegistry[];
6
18
  export declare var AbortMultipartUploadInput$: StaticStructureSchema;
7
19
  export declare var AbortVaultLockInput$: StaticStructureSchema;
8
20
  export declare var AddTagsToVaultInput$: StaticStructureSchema;
@@ -43,12 +55,9 @@ export declare var InitiateMultipartUploadOutput$: StaticStructureSchema;
43
55
  export declare var InitiateVaultLockInput$: StaticStructureSchema;
44
56
  export declare var InitiateVaultLockOutput$: StaticStructureSchema;
45
57
  export declare var InputSerialization$: StaticStructureSchema;
46
- export declare var InsufficientCapacityException$: StaticErrorSchema;
47
- export declare var InvalidParameterValueException$: StaticErrorSchema;
48
58
  export declare var InventoryRetrievalJobDescription$: StaticStructureSchema;
49
59
  export declare var InventoryRetrievalJobInput$: StaticStructureSchema;
50
60
  export declare var JobParameters$: StaticStructureSchema;
51
- export declare var LimitExceededException$: StaticErrorSchema;
52
61
  export declare var ListJobsInput$: StaticStructureSchema;
53
62
  export declare var ListJobsOutput$: StaticStructureSchema;
54
63
  export declare var ListMultipartUploadsInput$: StaticStructureSchema;
@@ -61,21 +70,15 @@ export declare var ListTagsForVaultInput$: StaticStructureSchema;
61
70
  export declare var ListTagsForVaultOutput$: StaticStructureSchema;
62
71
  export declare var ListVaultsInput$: StaticStructureSchema;
63
72
  export declare var ListVaultsOutput$: StaticStructureSchema;
64
- export declare var MissingParameterValueException$: StaticErrorSchema;
65
- export declare var NoLongerSupportedException$: StaticErrorSchema;
66
73
  export declare var OutputLocation$: StaticStructureSchema;
67
74
  export declare var OutputSerialization$: StaticStructureSchema;
68
75
  export declare var PartListElement$: StaticStructureSchema;
69
- export declare var PolicyEnforcedException$: StaticErrorSchema;
70
76
  export declare var ProvisionedCapacityDescription$: StaticStructureSchema;
71
77
  export declare var PurchaseProvisionedCapacityInput$: StaticStructureSchema;
72
78
  export declare var PurchaseProvisionedCapacityOutput$: StaticStructureSchema;
73
79
  export declare var RemoveTagsFromVaultInput$: StaticStructureSchema;
74
- export declare var RequestTimeoutException$: StaticErrorSchema;
75
- export declare var ResourceNotFoundException$: StaticErrorSchema;
76
80
  export declare var S3Location$: StaticStructureSchema;
77
81
  export declare var SelectParameters$: StaticStructureSchema;
78
- export declare var ServiceUnavailableException$: StaticErrorSchema;
79
82
  export declare var SetDataRetrievalPolicyInput$: StaticStructureSchema;
80
83
  export declare var SetVaultAccessPolicyInput$: StaticStructureSchema;
81
84
  export declare var SetVaultNotificationsInput$: StaticStructureSchema;
@@ -86,7 +89,6 @@ export declare var UploadMultipartPartOutput$: StaticStructureSchema;
86
89
  export declare var VaultAccessPolicy$: StaticStructureSchema;
87
90
  export declare var VaultLockPolicy$: StaticStructureSchema;
88
91
  export declare var VaultNotificationConfig$: StaticStructureSchema;
89
- export declare var GlacierServiceException$: StaticErrorSchema;
90
92
  export declare var AbortMultipartUpload$: StaticOperationSchema;
91
93
  export declare var AbortVaultLock$: StaticOperationSchema;
92
94
  export declare var AddTagsToVault$: StaticOperationSchema;
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.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-glacier",
@@ -23,43 +23,43 @@
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/body-checksum-browser": "^3.972.3",
25
25
  "@aws-sdk/body-checksum-node": "^3.972.3",
26
- "@aws-sdk/core": "^3.973.7",
27
- "@aws-sdk/credential-provider-node": "^3.972.6",
26
+ "@aws-sdk/core": "^3.973.9",
27
+ "@aws-sdk/credential-provider-node": "^3.972.8",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
31
  "@aws-sdk/middleware-sdk-glacier": "^3.972.3",
32
- "@aws-sdk/middleware-user-agent": "^3.972.7",
32
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
33
33
  "@aws-sdk/region-config-resolver": "^3.972.3",
34
34
  "@aws-sdk/types": "^3.973.1",
35
- "@aws-sdk/util-endpoints": "3.987.0",
35
+ "@aws-sdk/util-endpoints": "3.989.0",
36
36
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
37
- "@aws-sdk/util-user-agent-node": "^3.972.5",
37
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
38
38
  "@smithy/config-resolver": "^4.4.6",
39
- "@smithy/core": "^3.22.1",
39
+ "@smithy/core": "^3.23.0",
40
40
  "@smithy/fetch-http-handler": "^5.3.9",
41
41
  "@smithy/hash-node": "^4.2.8",
42
42
  "@smithy/invalid-dependency": "^4.2.8",
43
43
  "@smithy/middleware-content-length": "^4.2.8",
44
- "@smithy/middleware-endpoint": "^4.4.13",
45
- "@smithy/middleware-retry": "^4.4.30",
44
+ "@smithy/middleware-endpoint": "^4.4.14",
45
+ "@smithy/middleware-retry": "^4.4.31",
46
46
  "@smithy/middleware-serde": "^4.2.9",
47
47
  "@smithy/middleware-stack": "^4.2.8",
48
48
  "@smithy/node-config-provider": "^4.3.8",
49
- "@smithy/node-http-handler": "^4.4.9",
49
+ "@smithy/node-http-handler": "^4.4.10",
50
50
  "@smithy/protocol-http": "^5.3.8",
51
- "@smithy/smithy-client": "^4.11.2",
51
+ "@smithy/smithy-client": "^4.11.3",
52
52
  "@smithy/types": "^4.12.0",
53
53
  "@smithy/url-parser": "^4.2.8",
54
54
  "@smithy/util-base64": "^4.3.0",
55
55
  "@smithy/util-body-length-browser": "^4.2.0",
56
56
  "@smithy/util-body-length-node": "^4.2.1",
57
- "@smithy/util-defaults-mode-browser": "^4.3.29",
58
- "@smithy/util-defaults-mode-node": "^4.2.32",
57
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
58
+ "@smithy/util-defaults-mode-node": "^4.2.33",
59
59
  "@smithy/util-endpoints": "^3.2.8",
60
60
  "@smithy/util-middleware": "^4.2.8",
61
61
  "@smithy/util-retry": "^4.2.8",
62
- "@smithy/util-stream": "^4.5.11",
62
+ "@smithy/util-stream": "^4.5.12",
63
63
  "@smithy/util-utf8": "^4.2.0",
64
64
  "@smithy/util-waiter": "^4.2.8",
65
65
  "tslib": "^2.6.2"