@aws-sdk/client-glacier 3.130.0 → 3.141.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 (73) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -1
  4. package/dist-cjs/commands/AbortVaultLockCommand.js +1 -1
  5. package/dist-cjs/commands/AddTagsToVaultCommand.js +1 -1
  6. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +2 -2
  7. package/dist-cjs/commands/CompleteVaultLockCommand.js +1 -1
  8. package/dist-cjs/commands/CreateVaultCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteArchiveCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteVaultCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +1 -1
  13. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeVaultCommand.js +2 -2
  15. package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +2 -2
  16. package/dist-cjs/commands/GetJobOutputCommand.js +2 -2
  17. package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +2 -2
  18. package/dist-cjs/commands/GetVaultLockCommand.js +2 -2
  19. package/dist-cjs/commands/GetVaultNotificationsCommand.js +2 -2
  20. package/dist-cjs/commands/InitiateJobCommand.js +2 -2
  21. package/dist-cjs/commands/InitiateMultipartUploadCommand.js +2 -2
  22. package/dist-cjs/commands/InitiateVaultLockCommand.js +2 -2
  23. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  24. package/dist-cjs/commands/ListMultipartUploadsCommand.js +2 -2
  25. package/dist-cjs/commands/ListPartsCommand.js +2 -2
  26. package/dist-cjs/commands/ListProvisionedCapacityCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForVaultCommand.js +2 -2
  28. package/dist-cjs/commands/ListVaultsCommand.js +2 -2
  29. package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +2 -2
  30. package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +1 -1
  31. package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +1 -1
  32. package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +1 -1
  33. package/dist-cjs/commands/SetVaultNotificationsCommand.js +1 -1
  34. package/dist-cjs/commands/UploadArchiveCommand.js +2 -2
  35. package/dist-cjs/commands/UploadMultipartPartCommand.js +2 -2
  36. package/dist-cjs/models/models_0.js +298 -446
  37. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
  38. package/dist-es/commands/AbortVaultLockCommand.js +2 -2
  39. package/dist-es/commands/AddTagsToVaultCommand.js +2 -2
  40. package/dist-es/commands/CompleteMultipartUploadCommand.js +3 -3
  41. package/dist-es/commands/CompleteVaultLockCommand.js +2 -2
  42. package/dist-es/commands/CreateVaultCommand.js +3 -3
  43. package/dist-es/commands/DeleteArchiveCommand.js +2 -2
  44. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -2
  45. package/dist-es/commands/DeleteVaultCommand.js +2 -2
  46. package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -2
  47. package/dist-es/commands/DescribeJobCommand.js +3 -3
  48. package/dist-es/commands/DescribeVaultCommand.js +3 -3
  49. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +3 -3
  50. package/dist-es/commands/GetJobOutputCommand.js +3 -3
  51. package/dist-es/commands/GetVaultAccessPolicyCommand.js +3 -3
  52. package/dist-es/commands/GetVaultLockCommand.js +3 -3
  53. package/dist-es/commands/GetVaultNotificationsCommand.js +3 -3
  54. package/dist-es/commands/InitiateJobCommand.js +3 -3
  55. package/dist-es/commands/InitiateMultipartUploadCommand.js +3 -3
  56. package/dist-es/commands/InitiateVaultLockCommand.js +3 -3
  57. package/dist-es/commands/ListJobsCommand.js +3 -3
  58. package/dist-es/commands/ListMultipartUploadsCommand.js +3 -3
  59. package/dist-es/commands/ListPartsCommand.js +3 -3
  60. package/dist-es/commands/ListProvisionedCapacityCommand.js +3 -3
  61. package/dist-es/commands/ListTagsForVaultCommand.js +3 -3
  62. package/dist-es/commands/ListVaultsCommand.js +3 -3
  63. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +3 -3
  64. package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -2
  65. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -2
  66. package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -2
  67. package/dist-es/commands/SetVaultNotificationsCommand.js +2 -2
  68. package/dist-es/commands/UploadArchiveCommand.js +3 -3
  69. package/dist-es/commands/UploadMultipartPartCommand.js +3 -3
  70. package/dist-es/models/models_0.js +74 -296
  71. package/dist-types/models/models_0.d.ts +296 -444
  72. package/dist-types/ts3.4/models/models_0.d.ts +0 -288
  73. package/package.json +7 -7
@@ -27,12 +27,6 @@ export interface AbortMultipartUploadInput {
27
27
  */
28
28
  uploadId: string | undefined;
29
29
  }
30
- export declare namespace AbortMultipartUploadInput {
31
- /**
32
- * @internal
33
- */
34
- const filterSensitiveLog: (obj: AbortMultipartUploadInput) => any;
35
- }
36
30
  /**
37
31
  * <p>Returned if a parameter of the request is incorrectly specified.</p>
38
32
  */
@@ -127,12 +121,6 @@ export interface AbortVaultLockInput {
127
121
  */
128
122
  vaultName: string | undefined;
129
123
  }
130
- export declare namespace AbortVaultLockInput {
131
- /**
132
- * @internal
133
- */
134
- const filterSensitiveLog: (obj: AbortVaultLockInput) => any;
135
- }
136
124
  export declare enum Type {
137
125
  AmazonCustomerByEmail = "AmazonCustomerByEmail",
138
126
  CanonicalUser = "CanonicalUser",
@@ -163,12 +151,6 @@ export interface Grantee {
163
151
  */
164
152
  EmailAddress?: string;
165
153
  }
166
- export declare namespace Grantee {
167
- /**
168
- * @internal
169
- */
170
- const filterSensitiveLog: (obj: Grantee) => any;
171
- }
172
154
  export declare enum Permission {
173
155
  FULL_CONTROL = "FULL_CONTROL",
174
156
  READ = "READ",
@@ -189,12 +171,6 @@ export interface Grant {
189
171
  */
190
172
  Permission?: Permission | string;
191
173
  }
192
- export declare namespace Grant {
193
- /**
194
- * @internal
195
- */
196
- const filterSensitiveLog: (obj: Grant) => any;
197
- }
198
174
  export declare enum ActionCode {
199
175
  ArchiveRetrieval = "ArchiveRetrieval",
200
176
  InventoryRetrieval = "InventoryRetrieval",
@@ -222,12 +198,6 @@ export interface AddTagsToVaultInput {
222
198
  */
223
199
  Tags?: Record<string, string>;
224
200
  }
225
- export declare namespace AddTagsToVaultInput {
226
- /**
227
- * @internal
228
- */
229
- const filterSensitiveLog: (obj: AddTagsToVaultInput) => any;
230
- }
231
201
  /**
232
202
  * <p>Returned if the request results in a vault or account limit being exceeded.</p>
233
203
  */
@@ -267,12 +237,6 @@ export interface ArchiveCreationOutput {
267
237
  */
268
238
  archiveId?: string;
269
239
  }
270
- export declare namespace ArchiveCreationOutput {
271
- /**
272
- * @internal
273
- */
274
- const filterSensitiveLog: (obj: ArchiveCreationOutput) => any;
275
- }
276
240
  export declare enum CannedACL {
277
241
  AuthenticatedRead = "authenticated-read",
278
242
  AwsExecRead = "aws-exec-read",
@@ -318,12 +282,6 @@ export interface CompleteMultipartUploadInput {
318
282
  */
319
283
  checksum?: string;
320
284
  }
321
- export declare namespace CompleteMultipartUploadInput {
322
- /**
323
- * @internal
324
- */
325
- const filterSensitiveLog: (obj: CompleteMultipartUploadInput) => any;
326
- }
327
285
  /**
328
286
  * <p>The input values for <code>CompleteVaultLock</code>.</p>
329
287
  */
@@ -345,12 +303,6 @@ export interface CompleteVaultLockInput {
345
303
  */
346
304
  lockId: string | undefined;
347
305
  }
348
- export declare namespace CompleteVaultLockInput {
349
- /**
350
- * @internal
351
- */
352
- const filterSensitiveLog: (obj: CompleteVaultLockInput) => any;
353
- }
354
306
  /**
355
307
  * <p>Provides options to create a vault.</p>
356
308
  */
@@ -368,12 +320,6 @@ export interface CreateVaultInput {
368
320
  */
369
321
  vaultName: string | undefined;
370
322
  }
371
- export declare namespace CreateVaultInput {
372
- /**
373
- * @internal
374
- */
375
- const filterSensitiveLog: (obj: CreateVaultInput) => any;
376
- }
377
323
  /**
378
324
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
379
325
  */
@@ -383,12 +329,6 @@ export interface CreateVaultOutput {
383
329
  */
384
330
  location?: string;
385
331
  }
386
- export declare namespace CreateVaultOutput {
387
- /**
388
- * @internal
389
- */
390
- const filterSensitiveLog: (obj: CreateVaultOutput) => any;
391
- }
392
332
  export declare enum FileHeaderInfo {
393
333
  Ignore = "IGNORE",
394
334
  None = "NONE",
@@ -427,12 +367,6 @@ export interface CSVInput {
427
367
  */
428
368
  QuoteCharacter?: string;
429
369
  }
430
- export declare namespace CSVInput {
431
- /**
432
- * @internal
433
- */
434
- const filterSensitiveLog: (obj: CSVInput) => any;
435
- }
436
370
  export declare enum QuoteFields {
437
371
  Always = "ALWAYS",
438
372
  AsNeeded = "ASNEEDED"
@@ -466,12 +400,6 @@ export interface CSVOutput {
466
400
  */
467
401
  QuoteCharacter?: string;
468
402
  }
469
- export declare namespace CSVOutput {
470
- /**
471
- * @internal
472
- */
473
- const filterSensitiveLog: (obj: CSVOutput) => any;
474
- }
475
403
  /**
476
404
  * <p>Data retrieval policy rule.</p>
477
405
  */
@@ -489,12 +417,6 @@ export interface DataRetrievalRule {
489
417
  */
490
418
  BytesPerHour?: number;
491
419
  }
492
- export declare namespace DataRetrievalRule {
493
- /**
494
- * @internal
495
- */
496
- const filterSensitiveLog: (obj: DataRetrievalRule) => any;
497
- }
498
420
  /**
499
421
  * <p>Data retrieval policy.</p>
500
422
  */
@@ -505,12 +427,6 @@ export interface DataRetrievalPolicy {
505
427
  */
506
428
  Rules?: DataRetrievalRule[];
507
429
  }
508
- export declare namespace DataRetrievalPolicy {
509
- /**
510
- * @internal
511
- */
512
- const filterSensitiveLog: (obj: DataRetrievalPolicy) => any;
513
- }
514
430
  /**
515
431
  * <p>Provides options for deleting an archive from an Amazon S3 Glacier vault.</p>
516
432
  */
@@ -532,12 +448,6 @@ export interface DeleteArchiveInput {
532
448
  */
533
449
  archiveId: string | undefined;
534
450
  }
535
- export declare namespace DeleteArchiveInput {
536
- /**
537
- * @internal
538
- */
539
- const filterSensitiveLog: (obj: DeleteArchiveInput) => any;
540
- }
541
451
  /**
542
452
  * <p>Provides options for deleting a vault from Amazon S3 Glacier.</p>
543
453
  */
@@ -555,12 +465,6 @@ export interface DeleteVaultInput {
555
465
  */
556
466
  vaultName: string | undefined;
557
467
  }
558
- export declare namespace DeleteVaultInput {
559
- /**
560
- * @internal
561
- */
562
- const filterSensitiveLog: (obj: DeleteVaultInput) => any;
563
- }
564
468
  /**
565
469
  * <p>DeleteVaultAccessPolicy input.</p>
566
470
  */
@@ -578,12 +482,6 @@ export interface DeleteVaultAccessPolicyInput {
578
482
  */
579
483
  vaultName: string | undefined;
580
484
  }
581
- export declare namespace DeleteVaultAccessPolicyInput {
582
- /**
583
- * @internal
584
- */
585
- const filterSensitiveLog: (obj: DeleteVaultAccessPolicyInput) => any;
586
- }
587
485
  /**
588
486
  * <p>Provides options for deleting a vault notification configuration from an Amazon
589
487
  * Glacier vault.</p>
@@ -602,12 +500,6 @@ export interface DeleteVaultNotificationsInput {
602
500
  */
603
501
  vaultName: string | undefined;
604
502
  }
605
- export declare namespace DeleteVaultNotificationsInput {
606
- /**
607
- * @internal
608
- */
609
- const filterSensitiveLog: (obj: DeleteVaultNotificationsInput) => any;
610
- }
611
503
  /**
612
504
  * <p>Provides options for retrieving a job description.</p>
613
505
  */
@@ -629,12 +521,6 @@ export interface DescribeJobInput {
629
521
  */
630
522
  jobId: string | undefined;
631
523
  }
632
- export declare namespace DescribeJobInput {
633
- /**
634
- * @internal
635
- */
636
- const filterSensitiveLog: (obj: DescribeJobInput) => any;
637
- }
638
524
  /**
639
525
  * <p>Describes the options for a range inventory retrieval job.</p>
640
526
  */
@@ -670,12 +556,6 @@ export interface InventoryRetrievalJobDescription {
670
556
  */
671
557
  Marker?: string;
672
558
  }
673
- export declare namespace InventoryRetrievalJobDescription {
674
- /**
675
- * @internal
676
- */
677
- const filterSensitiveLog: (obj: InventoryRetrievalJobDescription) => any;
678
- }
679
559
  export declare enum EncryptionType {
680
560
  KMS = "aws:kms",
681
561
  S3 = "AES256"
@@ -701,12 +581,6 @@ export interface Encryption {
701
581
  */
702
582
  KMSContext?: string;
703
583
  }
704
- export declare namespace Encryption {
705
- /**
706
- * @internal
707
- */
708
- const filterSensitiveLog: (obj: Encryption) => any;
709
- }
710
584
  export declare enum StorageClass {
711
585
  ReducedRedundancy = "REDUCED_REDUNDANCY",
712
586
  Standard = "STANDARD",
@@ -749,12 +623,6 @@ export interface S3Location {
749
623
  */
750
624
  StorageClass?: StorageClass | string;
751
625
  }
752
- export declare namespace S3Location {
753
- /**
754
- * @internal
755
- */
756
- const filterSensitiveLog: (obj: S3Location) => any;
757
- }
758
626
  /**
759
627
  * <p>Contains information about the location where the select job results are stored.</p>
760
628
  */
@@ -764,12 +632,6 @@ export interface OutputLocation {
764
632
  */
765
633
  S3?: S3Location;
766
634
  }
767
- export declare namespace OutputLocation {
768
- /**
769
- * @internal
770
- */
771
- const filterSensitiveLog: (obj: OutputLocation) => any;
772
- }
773
635
  export declare enum ExpressionType {
774
636
  SQL = "SQL"
775
637
  }
@@ -782,12 +644,6 @@ export interface InputSerialization {
782
644
  */
783
645
  csv?: CSVInput;
784
646
  }
785
- export declare namespace InputSerialization {
786
- /**
787
- * @internal
788
- */
789
- const filterSensitiveLog: (obj: InputSerialization) => any;
790
- }
791
647
  /**
792
648
  * <p>Describes how the select output is serialized.</p>
793
649
  */
@@ -797,12 +653,6 @@ export interface OutputSerialization {
797
653
  */
798
654
  csv?: CSVOutput;
799
655
  }
800
- export declare namespace OutputSerialization {
801
- /**
802
- * @internal
803
- */
804
- const filterSensitiveLog: (obj: OutputSerialization) => any;
805
- }
806
656
  /**
807
657
  * <p>Contains information about the parameters used for a select.</p>
808
658
  */
@@ -824,12 +674,6 @@ export interface SelectParameters {
824
674
  */
825
675
  OutputSerialization?: OutputSerialization;
826
676
  }
827
- export declare namespace SelectParameters {
828
- /**
829
- * @internal
830
- */
831
- const filterSensitiveLog: (obj: SelectParameters) => any;
832
- }
833
677
  export declare enum StatusCode {
834
678
  Failed = "Failed",
835
679
  InProgress = "InProgress",
@@ -971,12 +815,6 @@ export interface GlacierJobDescription {
971
815
  */
972
816
  OutputLocation?: OutputLocation;
973
817
  }
974
- export declare namespace GlacierJobDescription {
975
- /**
976
- * @internal
977
- */
978
- const filterSensitiveLog: (obj: GlacierJobDescription) => any;
979
- }
980
818
  /**
981
819
  * <p>Provides options for retrieving metadata for a specific vault in Amazon
982
820
  * Glacier.</p>
@@ -995,12 +833,6 @@ export interface DescribeVaultInput {
995
833
  */
996
834
  vaultName: string | undefined;
997
835
  }
998
- export declare namespace DescribeVaultInput {
999
- /**
1000
- * @internal
1001
- */
1002
- const filterSensitiveLog: (obj: DescribeVaultInput) => any;
1003
- }
1004
836
  /**
1005
837
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
1006
838
  */
@@ -1038,12 +870,6 @@ export interface DescribeVaultOutput {
1038
870
  */
1039
871
  SizeInBytes?: number;
1040
872
  }
1041
- export declare namespace DescribeVaultOutput {
1042
- /**
1043
- * @internal
1044
- */
1045
- const filterSensitiveLog: (obj: DescribeVaultOutput) => any;
1046
- }
1047
873
  /**
1048
874
  * <p>Input for GetDataRetrievalPolicy.</p>
1049
875
  */
@@ -1057,12 +883,6 @@ export interface GetDataRetrievalPolicyInput {
1057
883
  */
1058
884
  accountId: string | undefined;
1059
885
  }
1060
- export declare namespace GetDataRetrievalPolicyInput {
1061
- /**
1062
- * @internal
1063
- */
1064
- const filterSensitiveLog: (obj: GetDataRetrievalPolicyInput) => any;
1065
- }
1066
886
  /**
1067
887
  * <p>Contains the Amazon S3 Glacier response to the <code>GetDataRetrievalPolicy</code>
1068
888
  * request.</p>
@@ -1073,12 +893,6 @@ export interface GetDataRetrievalPolicyOutput {
1073
893
  */
1074
894
  Policy?: DataRetrievalPolicy;
1075
895
  }
1076
- export declare namespace GetDataRetrievalPolicyOutput {
1077
- /**
1078
- * @internal
1079
- */
1080
- const filterSensitiveLog: (obj: GetDataRetrievalPolicyOutput) => any;
1081
- }
1082
896
  /**
1083
897
  * <p>Provides options for downloading output of an Amazon S3 Glacier job.</p>
1084
898
  */
@@ -1139,12 +953,6 @@ export interface GetJobOutputInput {
1139
953
  */
1140
954
  range?: string;
1141
955
  }
1142
- export declare namespace GetJobOutputInput {
1143
- /**
1144
- * @internal
1145
- */
1146
- const filterSensitiveLog: (obj: GetJobOutputInput) => any;
1147
- }
1148
956
  /**
1149
957
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
1150
958
  */
@@ -1204,12 +1012,6 @@ export interface GetJobOutputOutput {
1204
1012
  */
1205
1013
  archiveDescription?: string;
1206
1014
  }
1207
- export declare namespace GetJobOutputOutput {
1208
- /**
1209
- * @internal
1210
- */
1211
- const filterSensitiveLog: (obj: GetJobOutputOutput) => any;
1212
- }
1213
1015
  /**
1214
1016
  * <p>Input for GetVaultAccessPolicy.</p>
1215
1017
  */
@@ -1227,12 +1029,6 @@ export interface GetVaultAccessPolicyInput {
1227
1029
  */
1228
1030
  vaultName: string | undefined;
1229
1031
  }
1230
- export declare namespace GetVaultAccessPolicyInput {
1231
- /**
1232
- * @internal
1233
- */
1234
- const filterSensitiveLog: (obj: GetVaultAccessPolicyInput) => any;
1235
- }
1236
1032
  /**
1237
1033
  * <p>Contains the vault access policy.</p>
1238
1034
  */
@@ -1242,12 +1038,6 @@ export interface VaultAccessPolicy {
1242
1038
  */
1243
1039
  Policy?: string;
1244
1040
  }
1245
- export declare namespace VaultAccessPolicy {
1246
- /**
1247
- * @internal
1248
- */
1249
- const filterSensitiveLog: (obj: VaultAccessPolicy) => any;
1250
- }
1251
1041
  /**
1252
1042
  * <p>Output for GetVaultAccessPolicy.</p>
1253
1043
  */
@@ -1257,12 +1047,6 @@ export interface GetVaultAccessPolicyOutput {
1257
1047
  */
1258
1048
  policy?: VaultAccessPolicy;
1259
1049
  }
1260
- export declare namespace GetVaultAccessPolicyOutput {
1261
- /**
1262
- * @internal
1263
- */
1264
- const filterSensitiveLog: (obj: GetVaultAccessPolicyOutput) => any;
1265
- }
1266
1050
  /**
1267
1051
  * <p>The input values for <code>GetVaultLock</code>.</p>
1268
1052
  */
@@ -1280,12 +1064,6 @@ export interface GetVaultLockInput {
1280
1064
  */
1281
1065
  vaultName: string | undefined;
1282
1066
  }
1283
- export declare namespace GetVaultLockInput {
1284
- /**
1285
- * @internal
1286
- */
1287
- const filterSensitiveLog: (obj: GetVaultLockInput) => any;
1288
- }
1289
1067
  /**
1290
1068
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
1291
1069
  */
@@ -1311,12 +1089,6 @@ export interface GetVaultLockOutput {
1311
1089
  */
1312
1090
  CreationDate?: string;
1313
1091
  }
1314
- export declare namespace GetVaultLockOutput {
1315
- /**
1316
- * @internal
1317
- */
1318
- const filterSensitiveLog: (obj: GetVaultLockOutput) => any;
1319
- }
1320
1092
  /**
1321
1093
  * <p>Provides options for retrieving the notification configuration set on an Amazon
1322
1094
  * Glacier vault.</p>
@@ -1335,12 +1107,6 @@ export interface GetVaultNotificationsInput {
1335
1107
  */
1336
1108
  vaultName: string | undefined;
1337
1109
  }
1338
- export declare namespace GetVaultNotificationsInput {
1339
- /**
1340
- * @internal
1341
- */
1342
- const filterSensitiveLog: (obj: GetVaultNotificationsInput) => any;
1343
- }
1344
1110
  /**
1345
1111
  * <p>Represents a vault's notification configuration.</p>
1346
1112
  */
@@ -1356,12 +1122,6 @@ export interface VaultNotificationConfig {
1356
1122
  */
1357
1123
  Events?: string[];
1358
1124
  }
1359
- export declare namespace VaultNotificationConfig {
1360
- /**
1361
- * @internal
1362
- */
1363
- const filterSensitiveLog: (obj: VaultNotificationConfig) => any;
1364
- }
1365
1125
  /**
1366
1126
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
1367
1127
  */
@@ -1371,12 +1131,6 @@ export interface GetVaultNotificationsOutput {
1371
1131
  */
1372
1132
  vaultNotificationConfig?: VaultNotificationConfig;
1373
1133
  }
1374
- export declare namespace GetVaultNotificationsOutput {
1375
- /**
1376
- * @internal
1377
- */
1378
- const filterSensitiveLog: (obj: GetVaultNotificationsOutput) => any;
1379
- }
1380
1134
  /**
1381
1135
  * <p>Provides options for specifying a range inventory retrieval job.</p>
1382
1136
  */
@@ -1406,12 +1160,6 @@ export interface InventoryRetrievalJobInput {
1406
1160
  */
1407
1161
  Marker?: string;
1408
1162
  }
1409
- export declare namespace InventoryRetrievalJobInput {
1410
- /**
1411
- * @internal
1412
- */
1413
- const filterSensitiveLog: (obj: InventoryRetrievalJobInput) => any;
1414
- }
1415
1163
  /**
1416
1164
  * <p>Provides options for defining a job.</p>
1417
1165
  */
@@ -1479,12 +1227,6 @@ export interface JobParameters {
1479
1227
  */
1480
1228
  OutputLocation?: OutputLocation;
1481
1229
  }
1482
- export declare namespace JobParameters {
1483
- /**
1484
- * @internal
1485
- */
1486
- const filterSensitiveLog: (obj: JobParameters) => any;
1487
- }
1488
1230
  /**
1489
1231
  * <p>Provides options for initiating an Amazon S3 Glacier job.</p>
1490
1232
  */
@@ -1506,12 +1248,6 @@ export interface InitiateJobInput {
1506
1248
  */
1507
1249
  jobParameters?: JobParameters;
1508
1250
  }
1509
- export declare namespace InitiateJobInput {
1510
- /**
1511
- * @internal
1512
- */
1513
- const filterSensitiveLog: (obj: InitiateJobInput) => any;
1514
- }
1515
1251
  /**
1516
1252
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
1517
1253
  */
@@ -1529,12 +1265,6 @@ export interface InitiateJobOutput {
1529
1265
  */
1530
1266
  jobOutputPath?: string;
1531
1267
  }
1532
- export declare namespace InitiateJobOutput {
1533
- /**
1534
- * @internal
1535
- */
1536
- const filterSensitiveLog: (obj: InitiateJobOutput) => any;
1537
- }
1538
1268
  /**
1539
1269
  * <p>Returned if there is insufficient capacity to process this expedited request. This
1540
1270
  * error only applies to expedited retrievals and not to standard or bulk
@@ -1600,12 +1330,6 @@ export interface InitiateMultipartUploadInput {
1600
1330
  */
1601
1331
  partSize?: string;
1602
1332
  }
1603
- export declare namespace InitiateMultipartUploadInput {
1604
- /**
1605
- * @internal
1606
- */
1607
- const filterSensitiveLog: (obj: InitiateMultipartUploadInput) => any;
1608
- }
1609
1333
  /**
1610
1334
  * <p>The Amazon S3 Glacier response to your request.</p>
1611
1335
  */
@@ -1620,12 +1344,6 @@ export interface InitiateMultipartUploadOutput {
1620
1344
  */
1621
1345
  uploadId?: string;
1622
1346
  }
1623
- export declare namespace InitiateMultipartUploadOutput {
1624
- /**
1625
- * @internal
1626
- */
1627
- const filterSensitiveLog: (obj: InitiateMultipartUploadOutput) => any;
1628
- }
1629
1347
  /**
1630
1348
  * <p>Contains the vault lock policy.</p>
1631
1349
  */
@@ -1635,12 +1353,6 @@ export interface VaultLockPolicy {
1635
1353
  */
1636
1354
  Policy?: string;
1637
1355
  }
1638
- export declare namespace VaultLockPolicy {
1639
- /**
1640
- * @internal
1641
- */
1642
- const filterSensitiveLog: (obj: VaultLockPolicy) => any;
1643
- }
1644
1356
  /**
1645
1357
  * <p>The input values for <code>InitiateVaultLock</code>.</p>
1646
1358
  */
@@ -1663,12 +1375,6 @@ export interface InitiateVaultLockInput {
1663
1375
  */
1664
1376
  policy?: VaultLockPolicy;
1665
1377
  }
1666
- export declare namespace InitiateVaultLockInput {
1667
- /**
1668
- * @internal
1669
- */
1670
- const filterSensitiveLog: (obj: InitiateVaultLockInput) => any;
1671
- }
1672
1378
  /**
1673
1379
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
1674
1380
  */
@@ -1678,12 +1384,6 @@ export interface InitiateVaultLockOutput {
1678
1384
  */
1679
1385
  lockId?: string;
1680
1386
  }
1681
- export declare namespace InitiateVaultLockOutput {
1682
- /**
1683
- * @internal
1684
- */
1685
- const filterSensitiveLog: (obj: InitiateVaultLockOutput) => any;
1686
- }
1687
1387
  /**
1688
1388
  * <p>Provides options for retrieving a job list for an Amazon S3 Glacier vault.</p>
1689
1389
  */
@@ -1724,12 +1424,6 @@ export interface ListJobsInput {
1724
1424
  */
1725
1425
  completed?: string;
1726
1426
  }
1727
- export declare namespace ListJobsInput {
1728
- /**
1729
- * @internal
1730
- */
1731
- const filterSensitiveLog: (obj: ListJobsInput) => any;
1732
- }
1733
1427
  /**
1734
1428
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
1735
1429
  */
@@ -1748,12 +1442,6 @@ export interface ListJobsOutput {
1748
1442
  */
1749
1443
  Marker?: string;
1750
1444
  }
1751
- export declare namespace ListJobsOutput {
1752
- /**
1753
- * @internal
1754
- */
1755
- const filterSensitiveLog: (obj: ListJobsOutput) => any;
1756
- }
1757
1445
  /**
1758
1446
  * <p>Provides options for retrieving list of in-progress multipart uploads for an Amazon
1759
1447
  * Glacier vault.</p>
@@ -1784,12 +1472,6 @@ export interface ListMultipartUploadsInput {
1784
1472
  */
1785
1473
  marker?: string;
1786
1474
  }
1787
- export declare namespace ListMultipartUploadsInput {
1788
- /**
1789
- * @internal
1790
- */
1791
- const filterSensitiveLog: (obj: ListMultipartUploadsInput) => any;
1792
- }
1793
1475
  /**
1794
1476
  * <p>A list of in-progress multipart uploads for a vault.</p>
1795
1477
  */
@@ -1818,12 +1500,6 @@ export interface UploadListElement {
1818
1500
  */
1819
1501
  CreationDate?: string;
1820
1502
  }
1821
- export declare namespace UploadListElement {
1822
- /**
1823
- * @internal
1824
- */
1825
- const filterSensitiveLog: (obj: UploadListElement) => any;
1826
- }
1827
1503
  /**
1828
1504
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
1829
1505
  */
@@ -1839,12 +1515,6 @@ export interface ListMultipartUploadsOutput {
1839
1515
  */
1840
1516
  Marker?: string;
1841
1517
  }
1842
- export declare namespace ListMultipartUploadsOutput {
1843
- /**
1844
- * @internal
1845
- */
1846
- const filterSensitiveLog: (obj: ListMultipartUploadsOutput) => any;
1847
- }
1848
1518
  /**
1849
1519
  * <p>Provides options for retrieving a list of parts of an archive that have been uploaded
1850
1520
  * in a specific multipart upload.</p>
@@ -1880,12 +1550,6 @@ export interface ListPartsInput {
1880
1550
  */
1881
1551
  limit?: number;
1882
1552
  }
1883
- export declare namespace ListPartsInput {
1884
- /**
1885
- * @internal
1886
- */
1887
- const filterSensitiveLog: (obj: ListPartsInput) => any;
1888
- }
1889
1553
  /**
1890
1554
  * <p>A list of the part sizes of the multipart upload.</p>
1891
1555
  */
@@ -1900,12 +1564,6 @@ export interface PartListElement {
1900
1564
  */
1901
1565
  SHA256TreeHash?: string;
1902
1566
  }
1903
- export declare namespace PartListElement {
1904
- /**
1905
- * @internal
1906
- */
1907
- const filterSensitiveLog: (obj: PartListElement) => any;
1908
- }
1909
1567
  /**
1910
1568
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
1911
1569
  */
@@ -1946,12 +1604,6 @@ export interface ListPartsOutput {
1946
1604
  */
1947
1605
  Marker?: string;
1948
1606
  }
1949
- export declare namespace ListPartsOutput {
1950
- /**
1951
- * @internal
1952
- */
1953
- const filterSensitiveLog: (obj: ListPartsOutput) => any;
1954
- }
1955
1607
  export interface ListProvisionedCapacityInput {
1956
1608
  /**
1957
1609
  * <p>The AWS account ID of the account that owns the vault. You can either specify an AWS
@@ -1961,12 +1613,6 @@ export interface ListProvisionedCapacityInput {
1961
1613
  */
1962
1614
  accountId: string | undefined;
1963
1615
  }
1964
- export declare namespace ListProvisionedCapacityInput {
1965
- /**
1966
- * @internal
1967
- */
1968
- const filterSensitiveLog: (obj: ListProvisionedCapacityInput) => any;
1969
- }
1970
1616
  /**
1971
1617
  * <p>The definition for a provisioned capacity unit.</p>
1972
1618
  */
@@ -1984,24 +1630,12 @@ export interface ProvisionedCapacityDescription {
1984
1630
  */
1985
1631
  ExpirationDate?: string;
1986
1632
  }
1987
- export declare namespace ProvisionedCapacityDescription {
1988
- /**
1989
- * @internal
1990
- */
1991
- const filterSensitiveLog: (obj: ProvisionedCapacityDescription) => any;
1992
- }
1993
1633
  export interface ListProvisionedCapacityOutput {
1994
1634
  /**
1995
1635
  * <p>The response body contains the following JSON fields.</p>
1996
1636
  */
1997
1637
  ProvisionedCapacityList?: ProvisionedCapacityDescription[];
1998
1638
  }
1999
- export declare namespace ListProvisionedCapacityOutput {
2000
- /**
2001
- * @internal
2002
- */
2003
- const filterSensitiveLog: (obj: ListProvisionedCapacityOutput) => any;
2004
- }
2005
1639
  /**
2006
1640
  * <p>The input value for <code>ListTagsForVaultInput</code>.</p>
2007
1641
  */
@@ -2019,12 +1653,6 @@ export interface ListTagsForVaultInput {
2019
1653
  */
2020
1654
  vaultName: string | undefined;
2021
1655
  }
2022
- export declare namespace ListTagsForVaultInput {
2023
- /**
2024
- * @internal
2025
- */
2026
- const filterSensitiveLog: (obj: ListTagsForVaultInput) => any;
2027
- }
2028
1656
  /**
2029
1657
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
2030
1658
  */
@@ -2034,12 +1662,6 @@ export interface ListTagsForVaultOutput {
2034
1662
  */
2035
1663
  Tags?: Record<string, string>;
2036
1664
  }
2037
- export declare namespace ListTagsForVaultOutput {
2038
- /**
2039
- * @internal
2040
- */
2041
- const filterSensitiveLog: (obj: ListTagsForVaultOutput) => any;
2042
- }
2043
1665
  /**
2044
1666
  * <p>Provides options to retrieve the vault list owned by the calling user's account. The
2045
1667
  * list provides metadata information for each vault.</p>
@@ -2065,12 +1687,6 @@ export interface ListVaultsInput {
2065
1687
  */
2066
1688
  limit?: number;
2067
1689
  }
2068
- export declare namespace ListVaultsInput {
2069
- /**
2070
- * @internal
2071
- */
2072
- const filterSensitiveLog: (obj: ListVaultsInput) => any;
2073
- }
2074
1690
  /**
2075
1691
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
2076
1692
  */
@@ -2085,12 +1701,6 @@ export interface ListVaultsOutput {
2085
1701
  */
2086
1702
  Marker?: string;
2087
1703
  }
2088
- export declare namespace ListVaultsOutput {
2089
- /**
2090
- * @internal
2091
- */
2092
- const filterSensitiveLog: (obj: ListVaultsOutput) => any;
2093
- }
2094
1704
  export interface PurchaseProvisionedCapacityInput {
2095
1705
  /**
2096
1706
  * <p>The AWS account ID of the account that owns the vault. You can either specify an AWS
@@ -2100,24 +1710,12 @@ export interface PurchaseProvisionedCapacityInput {
2100
1710
  */
2101
1711
  accountId: string | undefined;
2102
1712
  }
2103
- export declare namespace PurchaseProvisionedCapacityInput {
2104
- /**
2105
- * @internal
2106
- */
2107
- const filterSensitiveLog: (obj: PurchaseProvisionedCapacityInput) => any;
2108
- }
2109
1713
  export interface PurchaseProvisionedCapacityOutput {
2110
1714
  /**
2111
1715
  * <p>The ID that identifies the provisioned capacity unit.</p>
2112
1716
  */
2113
1717
  capacityId?: string;
2114
1718
  }
2115
- export declare namespace PurchaseProvisionedCapacityOutput {
2116
- /**
2117
- * @internal
2118
- */
2119
- const filterSensitiveLog: (obj: PurchaseProvisionedCapacityOutput) => any;
2120
- }
2121
1719
  /**
2122
1720
  * <p>The input value for <code>RemoveTagsFromVaultInput</code>.</p>
2123
1721
  */
@@ -2139,12 +1737,6 @@ export interface RemoveTagsFromVaultInput {
2139
1737
  */
2140
1738
  TagKeys?: string[];
2141
1739
  }
2142
- export declare namespace RemoveTagsFromVaultInput {
2143
- /**
2144
- * @internal
2145
- */
2146
- const filterSensitiveLog: (obj: RemoveTagsFromVaultInput) => any;
2147
- }
2148
1740
  /**
2149
1741
  * <p>SetDataRetrievalPolicy input.</p>
2150
1742
  */
@@ -2162,12 +1754,6 @@ export interface SetDataRetrievalPolicyInput {
2162
1754
  */
2163
1755
  Policy?: DataRetrievalPolicy;
2164
1756
  }
2165
- export declare namespace SetDataRetrievalPolicyInput {
2166
- /**
2167
- * @internal
2168
- */
2169
- const filterSensitiveLog: (obj: SetDataRetrievalPolicyInput) => any;
2170
- }
2171
1757
  /**
2172
1758
  * <p>SetVaultAccessPolicy input.</p>
2173
1759
  */
@@ -2189,12 +1775,6 @@ export interface SetVaultAccessPolicyInput {
2189
1775
  */
2190
1776
  policy?: VaultAccessPolicy;
2191
1777
  }
2192
- export declare namespace SetVaultAccessPolicyInput {
2193
- /**
2194
- * @internal
2195
- */
2196
- const filterSensitiveLog: (obj: SetVaultAccessPolicyInput) => any;
2197
- }
2198
1778
  /**
2199
1779
  * <p>Provides options to configure notifications that will be sent when specific events
2200
1780
  * happen to a vault.</p>
@@ -2217,12 +1797,6 @@ export interface SetVaultNotificationsInput {
2217
1797
  */
2218
1798
  vaultNotificationConfig?: VaultNotificationConfig;
2219
1799
  }
2220
- export declare namespace SetVaultNotificationsInput {
2221
- /**
2222
- * @internal
2223
- */
2224
- const filterSensitiveLog: (obj: SetVaultNotificationsInput) => any;
2225
- }
2226
1800
  /**
2227
1801
  * <p>Returned if, when uploading an archive, Amazon S3 Glacier times out while receiving the
2228
1802
  * upload.</p>
@@ -2272,12 +1846,6 @@ export interface UploadArchiveInput {
2272
1846
  */
2273
1847
  body?: Readable | ReadableStream | Blob;
2274
1848
  }
2275
- export declare namespace UploadArchiveInput {
2276
- /**
2277
- * @internal
2278
- */
2279
- const filterSensitiveLog: (obj: UploadArchiveInput) => any;
2280
- }
2281
1849
  /**
2282
1850
  * <p>Provides options to upload a part of an archive in a multipart upload
2283
1851
  * operation.</p>
@@ -2315,12 +1883,6 @@ export interface UploadMultipartPartInput {
2315
1883
  */
2316
1884
  body?: Readable | ReadableStream | Blob;
2317
1885
  }
2318
- export declare namespace UploadMultipartPartInput {
2319
- /**
2320
- * @internal
2321
- */
2322
- const filterSensitiveLog: (obj: UploadMultipartPartInput) => any;
2323
- }
2324
1886
  /**
2325
1887
  * <p>Contains the Amazon S3 Glacier response to your request.</p>
2326
1888
  */
@@ -2330,9 +1892,299 @@ export interface UploadMultipartPartOutput {
2330
1892
  */
2331
1893
  checksum?: string;
2332
1894
  }
2333
- export declare namespace UploadMultipartPartOutput {
2334
- /**
2335
- * @internal
2336
- */
2337
- const filterSensitiveLog: (obj: UploadMultipartPartOutput) => any;
2338
- }
1895
+ /**
1896
+ * @internal
1897
+ */
1898
+ export declare const AbortMultipartUploadInputFilterSensitiveLog: (obj: AbortMultipartUploadInput) => any;
1899
+ /**
1900
+ * @internal
1901
+ */
1902
+ export declare const AbortVaultLockInputFilterSensitiveLog: (obj: AbortVaultLockInput) => any;
1903
+ /**
1904
+ * @internal
1905
+ */
1906
+ export declare const GranteeFilterSensitiveLog: (obj: Grantee) => any;
1907
+ /**
1908
+ * @internal
1909
+ */
1910
+ export declare const GrantFilterSensitiveLog: (obj: Grant) => any;
1911
+ /**
1912
+ * @internal
1913
+ */
1914
+ export declare const AddTagsToVaultInputFilterSensitiveLog: (obj: AddTagsToVaultInput) => any;
1915
+ /**
1916
+ * @internal
1917
+ */
1918
+ export declare const ArchiveCreationOutputFilterSensitiveLog: (obj: ArchiveCreationOutput) => any;
1919
+ /**
1920
+ * @internal
1921
+ */
1922
+ export declare const CompleteMultipartUploadInputFilterSensitiveLog: (obj: CompleteMultipartUploadInput) => any;
1923
+ /**
1924
+ * @internal
1925
+ */
1926
+ export declare const CompleteVaultLockInputFilterSensitiveLog: (obj: CompleteVaultLockInput) => any;
1927
+ /**
1928
+ * @internal
1929
+ */
1930
+ export declare const CreateVaultInputFilterSensitiveLog: (obj: CreateVaultInput) => any;
1931
+ /**
1932
+ * @internal
1933
+ */
1934
+ export declare const CreateVaultOutputFilterSensitiveLog: (obj: CreateVaultOutput) => any;
1935
+ /**
1936
+ * @internal
1937
+ */
1938
+ export declare const CSVInputFilterSensitiveLog: (obj: CSVInput) => any;
1939
+ /**
1940
+ * @internal
1941
+ */
1942
+ export declare const CSVOutputFilterSensitiveLog: (obj: CSVOutput) => any;
1943
+ /**
1944
+ * @internal
1945
+ */
1946
+ export declare const DataRetrievalRuleFilterSensitiveLog: (obj: DataRetrievalRule) => any;
1947
+ /**
1948
+ * @internal
1949
+ */
1950
+ export declare const DataRetrievalPolicyFilterSensitiveLog: (obj: DataRetrievalPolicy) => any;
1951
+ /**
1952
+ * @internal
1953
+ */
1954
+ export declare const DeleteArchiveInputFilterSensitiveLog: (obj: DeleteArchiveInput) => any;
1955
+ /**
1956
+ * @internal
1957
+ */
1958
+ export declare const DeleteVaultInputFilterSensitiveLog: (obj: DeleteVaultInput) => any;
1959
+ /**
1960
+ * @internal
1961
+ */
1962
+ export declare const DeleteVaultAccessPolicyInputFilterSensitiveLog: (obj: DeleteVaultAccessPolicyInput) => any;
1963
+ /**
1964
+ * @internal
1965
+ */
1966
+ export declare const DeleteVaultNotificationsInputFilterSensitiveLog: (obj: DeleteVaultNotificationsInput) => any;
1967
+ /**
1968
+ * @internal
1969
+ */
1970
+ export declare const DescribeJobInputFilterSensitiveLog: (obj: DescribeJobInput) => any;
1971
+ /**
1972
+ * @internal
1973
+ */
1974
+ export declare const InventoryRetrievalJobDescriptionFilterSensitiveLog: (obj: InventoryRetrievalJobDescription) => any;
1975
+ /**
1976
+ * @internal
1977
+ */
1978
+ export declare const EncryptionFilterSensitiveLog: (obj: Encryption) => any;
1979
+ /**
1980
+ * @internal
1981
+ */
1982
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
1983
+ /**
1984
+ * @internal
1985
+ */
1986
+ export declare const OutputLocationFilterSensitiveLog: (obj: OutputLocation) => any;
1987
+ /**
1988
+ * @internal
1989
+ */
1990
+ export declare const InputSerializationFilterSensitiveLog: (obj: InputSerialization) => any;
1991
+ /**
1992
+ * @internal
1993
+ */
1994
+ export declare const OutputSerializationFilterSensitiveLog: (obj: OutputSerialization) => any;
1995
+ /**
1996
+ * @internal
1997
+ */
1998
+ export declare const SelectParametersFilterSensitiveLog: (obj: SelectParameters) => any;
1999
+ /**
2000
+ * @internal
2001
+ */
2002
+ export declare const GlacierJobDescriptionFilterSensitiveLog: (obj: GlacierJobDescription) => any;
2003
+ /**
2004
+ * @internal
2005
+ */
2006
+ export declare const DescribeVaultInputFilterSensitiveLog: (obj: DescribeVaultInput) => any;
2007
+ /**
2008
+ * @internal
2009
+ */
2010
+ export declare const DescribeVaultOutputFilterSensitiveLog: (obj: DescribeVaultOutput) => any;
2011
+ /**
2012
+ * @internal
2013
+ */
2014
+ export declare const GetDataRetrievalPolicyInputFilterSensitiveLog: (obj: GetDataRetrievalPolicyInput) => any;
2015
+ /**
2016
+ * @internal
2017
+ */
2018
+ export declare const GetDataRetrievalPolicyOutputFilterSensitiveLog: (obj: GetDataRetrievalPolicyOutput) => any;
2019
+ /**
2020
+ * @internal
2021
+ */
2022
+ export declare const GetJobOutputInputFilterSensitiveLog: (obj: GetJobOutputInput) => any;
2023
+ /**
2024
+ * @internal
2025
+ */
2026
+ export declare const GetJobOutputOutputFilterSensitiveLog: (obj: GetJobOutputOutput) => any;
2027
+ /**
2028
+ * @internal
2029
+ */
2030
+ export declare const GetVaultAccessPolicyInputFilterSensitiveLog: (obj: GetVaultAccessPolicyInput) => any;
2031
+ /**
2032
+ * @internal
2033
+ */
2034
+ export declare const VaultAccessPolicyFilterSensitiveLog: (obj: VaultAccessPolicy) => any;
2035
+ /**
2036
+ * @internal
2037
+ */
2038
+ export declare const GetVaultAccessPolicyOutputFilterSensitiveLog: (obj: GetVaultAccessPolicyOutput) => any;
2039
+ /**
2040
+ * @internal
2041
+ */
2042
+ export declare const GetVaultLockInputFilterSensitiveLog: (obj: GetVaultLockInput) => any;
2043
+ /**
2044
+ * @internal
2045
+ */
2046
+ export declare const GetVaultLockOutputFilterSensitiveLog: (obj: GetVaultLockOutput) => any;
2047
+ /**
2048
+ * @internal
2049
+ */
2050
+ export declare const GetVaultNotificationsInputFilterSensitiveLog: (obj: GetVaultNotificationsInput) => any;
2051
+ /**
2052
+ * @internal
2053
+ */
2054
+ export declare const VaultNotificationConfigFilterSensitiveLog: (obj: VaultNotificationConfig) => any;
2055
+ /**
2056
+ * @internal
2057
+ */
2058
+ export declare const GetVaultNotificationsOutputFilterSensitiveLog: (obj: GetVaultNotificationsOutput) => any;
2059
+ /**
2060
+ * @internal
2061
+ */
2062
+ export declare const InventoryRetrievalJobInputFilterSensitiveLog: (obj: InventoryRetrievalJobInput) => any;
2063
+ /**
2064
+ * @internal
2065
+ */
2066
+ export declare const JobParametersFilterSensitiveLog: (obj: JobParameters) => any;
2067
+ /**
2068
+ * @internal
2069
+ */
2070
+ export declare const InitiateJobInputFilterSensitiveLog: (obj: InitiateJobInput) => any;
2071
+ /**
2072
+ * @internal
2073
+ */
2074
+ export declare const InitiateJobOutputFilterSensitiveLog: (obj: InitiateJobOutput) => any;
2075
+ /**
2076
+ * @internal
2077
+ */
2078
+ export declare const InitiateMultipartUploadInputFilterSensitiveLog: (obj: InitiateMultipartUploadInput) => any;
2079
+ /**
2080
+ * @internal
2081
+ */
2082
+ export declare const InitiateMultipartUploadOutputFilterSensitiveLog: (obj: InitiateMultipartUploadOutput) => any;
2083
+ /**
2084
+ * @internal
2085
+ */
2086
+ export declare const VaultLockPolicyFilterSensitiveLog: (obj: VaultLockPolicy) => any;
2087
+ /**
2088
+ * @internal
2089
+ */
2090
+ export declare const InitiateVaultLockInputFilterSensitiveLog: (obj: InitiateVaultLockInput) => any;
2091
+ /**
2092
+ * @internal
2093
+ */
2094
+ export declare const InitiateVaultLockOutputFilterSensitiveLog: (obj: InitiateVaultLockOutput) => any;
2095
+ /**
2096
+ * @internal
2097
+ */
2098
+ export declare const ListJobsInputFilterSensitiveLog: (obj: ListJobsInput) => any;
2099
+ /**
2100
+ * @internal
2101
+ */
2102
+ export declare const ListJobsOutputFilterSensitiveLog: (obj: ListJobsOutput) => any;
2103
+ /**
2104
+ * @internal
2105
+ */
2106
+ export declare const ListMultipartUploadsInputFilterSensitiveLog: (obj: ListMultipartUploadsInput) => any;
2107
+ /**
2108
+ * @internal
2109
+ */
2110
+ export declare const UploadListElementFilterSensitiveLog: (obj: UploadListElement) => any;
2111
+ /**
2112
+ * @internal
2113
+ */
2114
+ export declare const ListMultipartUploadsOutputFilterSensitiveLog: (obj: ListMultipartUploadsOutput) => any;
2115
+ /**
2116
+ * @internal
2117
+ */
2118
+ export declare const ListPartsInputFilterSensitiveLog: (obj: ListPartsInput) => any;
2119
+ /**
2120
+ * @internal
2121
+ */
2122
+ export declare const PartListElementFilterSensitiveLog: (obj: PartListElement) => any;
2123
+ /**
2124
+ * @internal
2125
+ */
2126
+ export declare const ListPartsOutputFilterSensitiveLog: (obj: ListPartsOutput) => any;
2127
+ /**
2128
+ * @internal
2129
+ */
2130
+ export declare const ListProvisionedCapacityInputFilterSensitiveLog: (obj: ListProvisionedCapacityInput) => any;
2131
+ /**
2132
+ * @internal
2133
+ */
2134
+ export declare const ProvisionedCapacityDescriptionFilterSensitiveLog: (obj: ProvisionedCapacityDescription) => any;
2135
+ /**
2136
+ * @internal
2137
+ */
2138
+ export declare const ListProvisionedCapacityOutputFilterSensitiveLog: (obj: ListProvisionedCapacityOutput) => any;
2139
+ /**
2140
+ * @internal
2141
+ */
2142
+ export declare const ListTagsForVaultInputFilterSensitiveLog: (obj: ListTagsForVaultInput) => any;
2143
+ /**
2144
+ * @internal
2145
+ */
2146
+ export declare const ListTagsForVaultOutputFilterSensitiveLog: (obj: ListTagsForVaultOutput) => any;
2147
+ /**
2148
+ * @internal
2149
+ */
2150
+ export declare const ListVaultsInputFilterSensitiveLog: (obj: ListVaultsInput) => any;
2151
+ /**
2152
+ * @internal
2153
+ */
2154
+ export declare const ListVaultsOutputFilterSensitiveLog: (obj: ListVaultsOutput) => any;
2155
+ /**
2156
+ * @internal
2157
+ */
2158
+ export declare const PurchaseProvisionedCapacityInputFilterSensitiveLog: (obj: PurchaseProvisionedCapacityInput) => any;
2159
+ /**
2160
+ * @internal
2161
+ */
2162
+ export declare const PurchaseProvisionedCapacityOutputFilterSensitiveLog: (obj: PurchaseProvisionedCapacityOutput) => any;
2163
+ /**
2164
+ * @internal
2165
+ */
2166
+ export declare const RemoveTagsFromVaultInputFilterSensitiveLog: (obj: RemoveTagsFromVaultInput) => any;
2167
+ /**
2168
+ * @internal
2169
+ */
2170
+ export declare const SetDataRetrievalPolicyInputFilterSensitiveLog: (obj: SetDataRetrievalPolicyInput) => any;
2171
+ /**
2172
+ * @internal
2173
+ */
2174
+ export declare const SetVaultAccessPolicyInputFilterSensitiveLog: (obj: SetVaultAccessPolicyInput) => any;
2175
+ /**
2176
+ * @internal
2177
+ */
2178
+ export declare const SetVaultNotificationsInputFilterSensitiveLog: (obj: SetVaultNotificationsInput) => any;
2179
+ /**
2180
+ * @internal
2181
+ */
2182
+ export declare const UploadArchiveInputFilterSensitiveLog: (obj: UploadArchiveInput) => any;
2183
+ /**
2184
+ * @internal
2185
+ */
2186
+ export declare const UploadMultipartPartInputFilterSensitiveLog: (obj: UploadMultipartPartInput) => any;
2187
+ /**
2188
+ * @internal
2189
+ */
2190
+ export declare const UploadMultipartPartOutputFilterSensitiveLog: (obj: UploadMultipartPartOutput) => any;