@aws-sdk/client-snowball 3.131.0 → 3.142.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 (59) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CancelClusterCommand.js +2 -2
  4. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAddressCommand.js +2 -2
  6. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  7. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  8. package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -2
  9. package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeAddressCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeAddressesCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -2
  15. package/dist-cjs/commands/GetJobManifestCommand.js +2 -2
  16. package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -2
  17. package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -2
  18. package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -2
  19. package/dist-cjs/commands/ListClusterJobsCommand.js +2 -2
  20. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  21. package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -2
  22. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  23. package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateJobCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -2
  28. package/dist-cjs/models/models_0.js +311 -465
  29. package/dist-cjs/protocols/Aws_json1_1.js +127 -223
  30. package/dist-es/commands/CancelClusterCommand.js +3 -3
  31. package/dist-es/commands/CancelJobCommand.js +3 -3
  32. package/dist-es/commands/CreateAddressCommand.js +3 -3
  33. package/dist-es/commands/CreateClusterCommand.js +3 -3
  34. package/dist-es/commands/CreateJobCommand.js +3 -3
  35. package/dist-es/commands/CreateLongTermPricingCommand.js +3 -3
  36. package/dist-es/commands/CreateReturnShippingLabelCommand.js +3 -3
  37. package/dist-es/commands/DescribeAddressCommand.js +3 -3
  38. package/dist-es/commands/DescribeAddressesCommand.js +3 -3
  39. package/dist-es/commands/DescribeClusterCommand.js +3 -3
  40. package/dist-es/commands/DescribeJobCommand.js +3 -3
  41. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +3 -3
  42. package/dist-es/commands/GetJobManifestCommand.js +3 -3
  43. package/dist-es/commands/GetJobUnlockCodeCommand.js +3 -3
  44. package/dist-es/commands/GetSnowballUsageCommand.js +3 -3
  45. package/dist-es/commands/GetSoftwareUpdatesCommand.js +3 -3
  46. package/dist-es/commands/ListClusterJobsCommand.js +3 -3
  47. package/dist-es/commands/ListClustersCommand.js +3 -3
  48. package/dist-es/commands/ListCompatibleImagesCommand.js +3 -3
  49. package/dist-es/commands/ListJobsCommand.js +3 -3
  50. package/dist-es/commands/ListLongTermPricingCommand.js +3 -3
  51. package/dist-es/commands/UpdateClusterCommand.js +3 -3
  52. package/dist-es/commands/UpdateJobCommand.js +3 -3
  53. package/dist-es/commands/UpdateJobShipmentStateCommand.js +3 -3
  54. package/dist-es/commands/UpdateLongTermPricingCommand.js +3 -3
  55. package/dist-es/models/models_0.js +77 -308
  56. package/dist-es/protocols/Aws_json1_1.js +201 -224
  57. package/dist-types/models/models_0.d.ts +308 -462
  58. package/dist-types/ts3.4/models/models_0.d.ts +154 -308
  59. package/package.json +6 -6
@@ -31,24 +31,12 @@ export interface Address {
31
31
 
32
32
  IsRestricted?: boolean;
33
33
  }
34
- export declare namespace Address {
35
-
36
- const filterSensitiveLog: (obj: Address) => any;
37
- }
38
34
  export interface CancelClusterRequest {
39
35
 
40
36
  ClusterId: string | undefined;
41
37
  }
42
- export declare namespace CancelClusterRequest {
43
-
44
- const filterSensitiveLog: (obj: CancelClusterRequest) => any;
45
- }
46
38
  export interface CancelClusterResult {
47
39
  }
48
- export declare namespace CancelClusterResult {
49
-
50
- const filterSensitiveLog: (obj: CancelClusterResult) => any;
51
- }
52
40
 
53
41
  export declare class InvalidJobStateException extends __BaseException {
54
42
  readonly name: "InvalidJobStateException";
@@ -79,32 +67,16 @@ export interface CancelJobRequest {
79
67
 
80
68
  JobId: string | undefined;
81
69
  }
82
- export declare namespace CancelJobRequest {
83
-
84
- const filterSensitiveLog: (obj: CancelJobRequest) => any;
85
- }
86
70
  export interface CancelJobResult {
87
71
  }
88
- export declare namespace CancelJobResult {
89
-
90
- const filterSensitiveLog: (obj: CancelJobResult) => any;
91
- }
92
72
  export interface CreateAddressRequest {
93
73
 
94
74
  Address: Address | undefined;
95
75
  }
96
- export declare namespace CreateAddressRequest {
97
-
98
- const filterSensitiveLog: (obj: CreateAddressRequest) => any;
99
- }
100
76
  export interface CreateAddressResult {
101
77
 
102
78
  AddressId?: string;
103
79
  }
104
- export declare namespace CreateAddressResult {
105
-
106
- const filterSensitiveLog: (obj: CreateAddressResult) => any;
107
- }
108
80
 
109
81
  export declare class InvalidAddressException extends __BaseException {
110
82
  readonly name: "InvalidAddressException";
@@ -150,10 +122,6 @@ export interface Notification {
150
122
 
151
123
  NotifyAll?: boolean;
152
124
  }
153
- export declare namespace Notification {
154
-
155
- const filterSensitiveLog: (obj: Notification) => any;
156
- }
157
125
  export declare enum StorageUnit {
158
126
  TB = "TB"
159
127
  }
@@ -164,10 +132,6 @@ export interface NFSOnDeviceServiceConfiguration {
164
132
 
165
133
  StorageUnit?: StorageUnit | string;
166
134
  }
167
- export declare namespace NFSOnDeviceServiceConfiguration {
168
-
169
- const filterSensitiveLog: (obj: NFSOnDeviceServiceConfiguration) => any;
170
- }
171
135
 
172
136
  export interface TGWOnDeviceServiceConfiguration {
173
137
 
@@ -175,10 +139,6 @@ export interface TGWOnDeviceServiceConfiguration {
175
139
 
176
140
  StorageUnit?: StorageUnit | string;
177
141
  }
178
- export declare namespace TGWOnDeviceServiceConfiguration {
179
-
180
- const filterSensitiveLog: (obj: TGWOnDeviceServiceConfiguration) => any;
181
- }
182
142
 
183
143
  export interface OnDeviceServiceConfiguration {
184
144
 
@@ -186,10 +146,6 @@ export interface OnDeviceServiceConfiguration {
186
146
 
187
147
  TGWOnDeviceService?: TGWOnDeviceServiceConfiguration;
188
148
  }
189
- export declare namespace OnDeviceServiceConfiguration {
190
-
191
- const filterSensitiveLog: (obj: OnDeviceServiceConfiguration) => any;
192
- }
193
149
  export declare enum RemoteManagement {
194
150
  INSTALLED_AUTOSTART = "INSTALLED_AUTOSTART",
195
151
  INSTALLED_ONLY = "INSTALLED_ONLY"
@@ -201,19 +157,11 @@ export interface Ec2AmiResource {
201
157
 
202
158
  SnowballAmiId?: string;
203
159
  }
204
- export declare namespace Ec2AmiResource {
205
-
206
- const filterSensitiveLog: (obj: Ec2AmiResource) => any;
207
- }
208
160
 
209
161
  export interface EventTriggerDefinition {
210
162
 
211
163
  EventResourceARN?: string;
212
164
  }
213
- export declare namespace EventTriggerDefinition {
214
-
215
- const filterSensitiveLog: (obj: EventTriggerDefinition) => any;
216
- }
217
165
 
218
166
  export interface LambdaResource {
219
167
 
@@ -221,10 +169,6 @@ export interface LambdaResource {
221
169
 
222
170
  EventTriggers?: EventTriggerDefinition[];
223
171
  }
224
- export declare namespace LambdaResource {
225
-
226
- const filterSensitiveLog: (obj: LambdaResource) => any;
227
- }
228
172
 
229
173
  export interface KeyRange {
230
174
 
@@ -232,10 +176,6 @@ export interface KeyRange {
232
176
 
233
177
  EndMarker?: string;
234
178
  }
235
- export declare namespace KeyRange {
236
-
237
- const filterSensitiveLog: (obj: KeyRange) => any;
238
- }
239
179
  export declare enum DeviceServiceName {
240
180
  NFS_ON_DEVICE_SERVICE = "NFS_ON_DEVICE_SERVICE",
241
181
  S3_ON_DEVICE_SERVICE = "S3_ON_DEVICE_SERVICE"
@@ -252,10 +192,6 @@ export interface TargetOnDeviceService {
252
192
 
253
193
  TransferOption?: TransferOption | string;
254
194
  }
255
- export declare namespace TargetOnDeviceService {
256
-
257
- const filterSensitiveLog: (obj: TargetOnDeviceService) => any;
258
- }
259
195
 
260
196
  export interface S3Resource {
261
197
 
@@ -265,10 +201,6 @@ export interface S3Resource {
265
201
 
266
202
  TargetOnDeviceServices?: TargetOnDeviceService[];
267
203
  }
268
- export declare namespace S3Resource {
269
-
270
- const filterSensitiveLog: (obj: S3Resource) => any;
271
- }
272
204
 
273
205
  export interface JobResource {
274
206
 
@@ -278,10 +210,6 @@ export interface JobResource {
278
210
 
279
211
  Ec2AmiResources?: Ec2AmiResource[];
280
212
  }
281
- export declare namespace JobResource {
282
-
283
- const filterSensitiveLog: (obj: JobResource) => any;
284
- }
285
213
  export declare enum ShippingOption {
286
214
  EXPRESS = "EXPRESS",
287
215
  NEXT_DAY = "NEXT_DAY",
@@ -302,19 +230,11 @@ export interface INDTaxDocuments {
302
230
 
303
231
  GSTIN?: string;
304
232
  }
305
- export declare namespace INDTaxDocuments {
306
-
307
- const filterSensitiveLog: (obj: INDTaxDocuments) => any;
308
- }
309
233
 
310
234
  export interface TaxDocuments {
311
235
 
312
236
  IND?: INDTaxDocuments;
313
237
  }
314
- export declare namespace TaxDocuments {
315
-
316
- const filterSensitiveLog: (obj: TaxDocuments) => any;
317
- }
318
238
  export interface CreateClusterRequest {
319
239
 
320
240
  JobType: JobType | string | undefined;
@@ -343,18 +263,10 @@ export interface CreateClusterRequest {
343
263
 
344
264
  RemoteManagement?: RemoteManagement | string;
345
265
  }
346
- export declare namespace CreateClusterRequest {
347
-
348
- const filterSensitiveLog: (obj: CreateClusterRequest) => any;
349
- }
350
266
  export interface CreateClusterResult {
351
267
 
352
268
  ClusterId?: string;
353
269
  }
354
- export declare namespace CreateClusterResult {
355
-
356
- const filterSensitiveLog: (obj: CreateClusterResult) => any;
357
- }
358
270
 
359
271
  export declare class Ec2RequestFailedException extends __BaseException {
360
272
  readonly name: "Ec2RequestFailedException";
@@ -384,28 +296,16 @@ export interface WirelessConnection {
384
296
 
385
297
  IsWifiEnabled?: boolean;
386
298
  }
387
- export declare namespace WirelessConnection {
388
-
389
- const filterSensitiveLog: (obj: WirelessConnection) => any;
390
- }
391
299
 
392
300
  export interface SnowconeDeviceConfiguration {
393
301
 
394
302
  WirelessConnection?: WirelessConnection;
395
303
  }
396
- export declare namespace SnowconeDeviceConfiguration {
397
-
398
- const filterSensitiveLog: (obj: SnowconeDeviceConfiguration) => any;
399
- }
400
304
 
401
305
  export interface DeviceConfiguration {
402
306
 
403
307
  SnowconeDeviceConfiguration?: SnowconeDeviceConfiguration;
404
308
  }
405
- export declare namespace DeviceConfiguration {
406
-
407
- const filterSensitiveLog: (obj: DeviceConfiguration) => any;
408
- }
409
309
  export declare enum SnowballCapacity {
410
310
  NO_PREFERENCE = "NoPreference",
411
311
  T100 = "T100",
@@ -452,18 +352,10 @@ export interface CreateJobRequest {
452
352
 
453
353
  LongTermPricingId?: string;
454
354
  }
455
- export declare namespace CreateJobRequest {
456
-
457
- const filterSensitiveLog: (obj: CreateJobRequest) => any;
458
- }
459
355
  export interface CreateJobResult {
460
356
 
461
357
  JobId?: string;
462
358
  }
463
- export declare namespace CreateJobResult {
464
-
465
- const filterSensitiveLog: (obj: CreateJobResult) => any;
466
- }
467
359
  export declare enum LongTermPricingType {
468
360
  ONE_YEAR = "OneYear",
469
361
  THREE_YEAR = "ThreeYear"
@@ -476,18 +368,10 @@ export interface CreateLongTermPricingRequest {
476
368
 
477
369
  SnowballType?: SnowballType | string;
478
370
  }
479
- export declare namespace CreateLongTermPricingRequest {
480
-
481
- const filterSensitiveLog: (obj: CreateLongTermPricingRequest) => any;
482
- }
483
371
  export interface CreateLongTermPricingResult {
484
372
 
485
373
  LongTermPricingId?: string;
486
374
  }
487
- export declare namespace CreateLongTermPricingResult {
488
-
489
- const filterSensitiveLog: (obj: CreateLongTermPricingResult) => any;
490
- }
491
375
 
492
376
  export declare class ConflictException extends __BaseException {
493
377
  readonly name: "ConflictException";
@@ -504,10 +388,6 @@ export interface CreateReturnShippingLabelRequest {
504
388
 
505
389
  ShippingOption?: ShippingOption | string;
506
390
  }
507
- export declare namespace CreateReturnShippingLabelRequest {
508
-
509
- const filterSensitiveLog: (obj: CreateReturnShippingLabelRequest) => any;
510
- }
511
391
  export declare enum ShippingLabelStatus {
512
392
  FAILED = "Failed",
513
393
  IN_PROGRESS = "InProgress",
@@ -518,10 +398,6 @@ export interface CreateReturnShippingLabelResult {
518
398
 
519
399
  Status?: ShippingLabelStatus | string;
520
400
  }
521
- export declare namespace CreateReturnShippingLabelResult {
522
-
523
- const filterSensitiveLog: (obj: CreateReturnShippingLabelResult) => any;
524
- }
525
401
 
526
402
  export declare class ReturnShippingLabelAlreadyExistsException extends __BaseException {
527
403
  readonly name: "ReturnShippingLabelAlreadyExistsException";
@@ -534,38 +410,22 @@ export interface DescribeAddressRequest {
534
410
 
535
411
  AddressId: string | undefined;
536
412
  }
537
- export declare namespace DescribeAddressRequest {
538
-
539
- const filterSensitiveLog: (obj: DescribeAddressRequest) => any;
540
- }
541
413
  export interface DescribeAddressResult {
542
414
 
543
415
  Address?: Address;
544
416
  }
545
- export declare namespace DescribeAddressResult {
546
-
547
- const filterSensitiveLog: (obj: DescribeAddressResult) => any;
548
- }
549
417
  export interface DescribeAddressesRequest {
550
418
 
551
419
  MaxResults?: number;
552
420
 
553
421
  NextToken?: string;
554
422
  }
555
- export declare namespace DescribeAddressesRequest {
556
-
557
- const filterSensitiveLog: (obj: DescribeAddressesRequest) => any;
558
- }
559
423
  export interface DescribeAddressesResult {
560
424
 
561
425
  Addresses?: Address[];
562
426
 
563
427
  NextToken?: string;
564
428
  }
565
- export declare namespace DescribeAddressesResult {
566
-
567
- const filterSensitiveLog: (obj: DescribeAddressesResult) => any;
568
- }
569
429
 
570
430
  export declare class InvalidNextTokenException extends __BaseException {
571
431
  readonly name: "InvalidNextTokenException";
@@ -578,10 +438,6 @@ export interface DescribeClusterRequest {
578
438
 
579
439
  ClusterId: string | undefined;
580
440
  }
581
- export declare namespace DescribeClusterRequest {
582
-
583
- const filterSensitiveLog: (obj: DescribeClusterRequest) => any;
584
- }
585
441
  export declare enum ClusterState {
586
442
  AWAITING_QUORUM = "AwaitingQuorum",
587
443
  CANCELLED = "Cancelled",
@@ -622,26 +478,14 @@ export interface ClusterMetadata {
622
478
 
623
479
  OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
624
480
  }
625
- export declare namespace ClusterMetadata {
626
-
627
- const filterSensitiveLog: (obj: ClusterMetadata) => any;
628
- }
629
481
  export interface DescribeClusterResult {
630
482
 
631
483
  ClusterMetadata?: ClusterMetadata;
632
484
  }
633
- export declare namespace DescribeClusterResult {
634
-
635
- const filterSensitiveLog: (obj: DescribeClusterResult) => any;
636
- }
637
485
  export interface DescribeJobRequest {
638
486
 
639
487
  JobId: string | undefined;
640
488
  }
641
- export declare namespace DescribeJobRequest {
642
-
643
- const filterSensitiveLog: (obj: DescribeJobRequest) => any;
644
- }
645
489
 
646
490
  export interface DataTransfer {
647
491
 
@@ -653,10 +497,6 @@ export interface DataTransfer {
653
497
 
654
498
  TotalObjects?: number;
655
499
  }
656
- export declare namespace DataTransfer {
657
-
658
- const filterSensitiveLog: (obj: DataTransfer) => any;
659
- }
660
500
 
661
501
  export interface JobLogs {
662
502
 
@@ -666,10 +506,6 @@ export interface JobLogs {
666
506
 
667
507
  JobFailureLogURI?: string;
668
508
  }
669
- export declare namespace JobLogs {
670
-
671
- const filterSensitiveLog: (obj: JobLogs) => any;
672
- }
673
509
 
674
510
  export interface Shipment {
675
511
 
@@ -677,10 +513,6 @@ export interface Shipment {
677
513
 
678
514
  TrackingNumber?: string;
679
515
  }
680
- export declare namespace Shipment {
681
-
682
- const filterSensitiveLog: (obj: Shipment) => any;
683
- }
684
516
 
685
517
  export interface ShippingDetails {
686
518
 
@@ -690,10 +522,6 @@ export interface ShippingDetails {
690
522
 
691
523
  OutboundShipment?: Shipment;
692
524
  }
693
- export declare namespace ShippingDetails {
694
-
695
- const filterSensitiveLog: (obj: ShippingDetails) => any;
696
- }
697
525
 
698
526
  export interface JobMetadata {
699
527
 
@@ -741,28 +569,16 @@ export interface JobMetadata {
741
569
 
742
570
  OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
743
571
  }
744
- export declare namespace JobMetadata {
745
-
746
- const filterSensitiveLog: (obj: JobMetadata) => any;
747
- }
748
572
  export interface DescribeJobResult {
749
573
 
750
574
  JobMetadata?: JobMetadata;
751
575
 
752
576
  SubJobMetadata?: JobMetadata[];
753
577
  }
754
- export declare namespace DescribeJobResult {
755
-
756
- const filterSensitiveLog: (obj: DescribeJobResult) => any;
757
- }
758
578
  export interface DescribeReturnShippingLabelRequest {
759
579
 
760
580
  JobId: string | undefined;
761
581
  }
762
- export declare namespace DescribeReturnShippingLabelRequest {
763
-
764
- const filterSensitiveLog: (obj: DescribeReturnShippingLabelRequest) => any;
765
- }
766
582
  export interface DescribeReturnShippingLabelResult {
767
583
 
768
584
  Status?: ShippingLabelStatus | string;
@@ -771,74 +587,38 @@ export interface DescribeReturnShippingLabelResult {
771
587
 
772
588
  ReturnShippingLabelURI?: string;
773
589
  }
774
- export declare namespace DescribeReturnShippingLabelResult {
775
-
776
- const filterSensitiveLog: (obj: DescribeReturnShippingLabelResult) => any;
777
- }
778
590
  export interface GetJobManifestRequest {
779
591
 
780
592
  JobId: string | undefined;
781
593
  }
782
- export declare namespace GetJobManifestRequest {
783
-
784
- const filterSensitiveLog: (obj: GetJobManifestRequest) => any;
785
- }
786
594
  export interface GetJobManifestResult {
787
595
 
788
596
  ManifestURI?: string;
789
597
  }
790
- export declare namespace GetJobManifestResult {
791
-
792
- const filterSensitiveLog: (obj: GetJobManifestResult) => any;
793
- }
794
598
  export interface GetJobUnlockCodeRequest {
795
599
 
796
600
  JobId: string | undefined;
797
601
  }
798
- export declare namespace GetJobUnlockCodeRequest {
799
-
800
- const filterSensitiveLog: (obj: GetJobUnlockCodeRequest) => any;
801
- }
802
602
  export interface GetJobUnlockCodeResult {
803
603
 
804
604
  UnlockCode?: string;
805
605
  }
806
- export declare namespace GetJobUnlockCodeResult {
807
-
808
- const filterSensitiveLog: (obj: GetJobUnlockCodeResult) => any;
809
- }
810
606
  export interface GetSnowballUsageRequest {
811
607
  }
812
- export declare namespace GetSnowballUsageRequest {
813
-
814
- const filterSensitiveLog: (obj: GetSnowballUsageRequest) => any;
815
- }
816
608
  export interface GetSnowballUsageResult {
817
609
 
818
610
  SnowballLimit?: number;
819
611
 
820
612
  SnowballsInUse?: number;
821
613
  }
822
- export declare namespace GetSnowballUsageResult {
823
-
824
- const filterSensitiveLog: (obj: GetSnowballUsageResult) => any;
825
- }
826
614
  export interface GetSoftwareUpdatesRequest {
827
615
 
828
616
  JobId: string | undefined;
829
617
  }
830
- export declare namespace GetSoftwareUpdatesRequest {
831
-
832
- const filterSensitiveLog: (obj: GetSoftwareUpdatesRequest) => any;
833
- }
834
618
  export interface GetSoftwareUpdatesResult {
835
619
 
836
620
  UpdatesURI?: string;
837
621
  }
838
- export declare namespace GetSoftwareUpdatesResult {
839
-
840
- const filterSensitiveLog: (obj: GetSoftwareUpdatesResult) => any;
841
- }
842
622
  export interface ListClusterJobsRequest {
843
623
 
844
624
  ClusterId: string | undefined;
@@ -847,10 +627,6 @@ export interface ListClusterJobsRequest {
847
627
 
848
628
  NextToken?: string;
849
629
  }
850
- export declare namespace ListClusterJobsRequest {
851
-
852
- const filterSensitiveLog: (obj: ListClusterJobsRequest) => any;
853
- }
854
630
 
855
631
  export interface JobListEntry {
856
632
 
@@ -868,30 +644,18 @@ export interface JobListEntry {
868
644
 
869
645
  Description?: string;
870
646
  }
871
- export declare namespace JobListEntry {
872
-
873
- const filterSensitiveLog: (obj: JobListEntry) => any;
874
- }
875
647
  export interface ListClusterJobsResult {
876
648
 
877
649
  JobListEntries?: JobListEntry[];
878
650
 
879
651
  NextToken?: string;
880
652
  }
881
- export declare namespace ListClusterJobsResult {
882
-
883
- const filterSensitiveLog: (obj: ListClusterJobsResult) => any;
884
- }
885
653
  export interface ListClustersRequest {
886
654
 
887
655
  MaxResults?: number;
888
656
 
889
657
  NextToken?: string;
890
658
  }
891
- export declare namespace ListClustersRequest {
892
-
893
- const filterSensitiveLog: (obj: ListClustersRequest) => any;
894
- }
895
659
 
896
660
  export interface ClusterListEntry {
897
661
 
@@ -903,30 +667,18 @@ export interface ClusterListEntry {
903
667
 
904
668
  Description?: string;
905
669
  }
906
- export declare namespace ClusterListEntry {
907
-
908
- const filterSensitiveLog: (obj: ClusterListEntry) => any;
909
- }
910
670
  export interface ListClustersResult {
911
671
 
912
672
  ClusterListEntries?: ClusterListEntry[];
913
673
 
914
674
  NextToken?: string;
915
675
  }
916
- export declare namespace ListClustersResult {
917
-
918
- const filterSensitiveLog: (obj: ListClustersResult) => any;
919
- }
920
676
  export interface ListCompatibleImagesRequest {
921
677
 
922
678
  MaxResults?: number;
923
679
 
924
680
  NextToken?: string;
925
681
  }
926
- export declare namespace ListCompatibleImagesRequest {
927
-
928
- const filterSensitiveLog: (obj: ListCompatibleImagesRequest) => any;
929
- }
930
682
 
931
683
  export interface CompatibleImage {
932
684
 
@@ -934,50 +686,30 @@ export interface CompatibleImage {
934
686
 
935
687
  Name?: string;
936
688
  }
937
- export declare namespace CompatibleImage {
938
-
939
- const filterSensitiveLog: (obj: CompatibleImage) => any;
940
- }
941
689
  export interface ListCompatibleImagesResult {
942
690
 
943
691
  CompatibleImages?: CompatibleImage[];
944
692
 
945
693
  NextToken?: string;
946
694
  }
947
- export declare namespace ListCompatibleImagesResult {
948
-
949
- const filterSensitiveLog: (obj: ListCompatibleImagesResult) => any;
950
- }
951
695
  export interface ListJobsRequest {
952
696
 
953
697
  MaxResults?: number;
954
698
 
955
699
  NextToken?: string;
956
700
  }
957
- export declare namespace ListJobsRequest {
958
-
959
- const filterSensitiveLog: (obj: ListJobsRequest) => any;
960
- }
961
701
  export interface ListJobsResult {
962
702
 
963
703
  JobListEntries?: JobListEntry[];
964
704
 
965
705
  NextToken?: string;
966
706
  }
967
- export declare namespace ListJobsResult {
968
-
969
- const filterSensitiveLog: (obj: ListJobsResult) => any;
970
- }
971
707
  export interface ListLongTermPricingRequest {
972
708
 
973
709
  MaxResults?: number;
974
710
 
975
711
  NextToken?: string;
976
712
  }
977
- export declare namespace ListLongTermPricingRequest {
978
-
979
- const filterSensitiveLog: (obj: ListLongTermPricingRequest) => any;
980
- }
981
713
 
982
714
  export interface LongTermPricingListEntry {
983
715
 
@@ -1001,20 +733,12 @@ export interface LongTermPricingListEntry {
1001
733
 
1002
734
  JobIds?: string[];
1003
735
  }
1004
- export declare namespace LongTermPricingListEntry {
1005
-
1006
- const filterSensitiveLog: (obj: LongTermPricingListEntry) => any;
1007
- }
1008
736
  export interface ListLongTermPricingResult {
1009
737
 
1010
738
  LongTermPricingEntries?: LongTermPricingListEntry[];
1011
739
 
1012
740
  NextToken?: string;
1013
741
  }
1014
- export declare namespace ListLongTermPricingResult {
1015
-
1016
- const filterSensitiveLog: (obj: ListLongTermPricingResult) => any;
1017
- }
1018
742
  export interface UpdateClusterRequest {
1019
743
 
1020
744
  ClusterId: string | undefined;
@@ -1035,16 +759,8 @@ export interface UpdateClusterRequest {
1035
759
 
1036
760
  ForwardingAddressId?: string;
1037
761
  }
1038
- export declare namespace UpdateClusterRequest {
1039
-
1040
- const filterSensitiveLog: (obj: UpdateClusterRequest) => any;
1041
- }
1042
762
  export interface UpdateClusterResult {
1043
763
  }
1044
- export declare namespace UpdateClusterResult {
1045
-
1046
- const filterSensitiveLog: (obj: UpdateClusterResult) => any;
1047
- }
1048
764
  export interface UpdateJobRequest {
1049
765
 
1050
766
  JobId: string | undefined;
@@ -1067,16 +783,8 @@ export interface UpdateJobRequest {
1067
783
 
1068
784
  ForwardingAddressId?: string;
1069
785
  }
1070
- export declare namespace UpdateJobRequest {
1071
-
1072
- const filterSensitiveLog: (obj: UpdateJobRequest) => any;
1073
- }
1074
786
  export interface UpdateJobResult {
1075
787
  }
1076
- export declare namespace UpdateJobResult {
1077
-
1078
- const filterSensitiveLog: (obj: UpdateJobResult) => any;
1079
- }
1080
788
  export declare enum ShipmentState {
1081
789
  RECEIVED = "RECEIVED",
1082
790
  RETURNED = "RETURNED"
@@ -1087,16 +795,8 @@ export interface UpdateJobShipmentStateRequest {
1087
795
 
1088
796
  ShipmentState: ShipmentState | string | undefined;
1089
797
  }
1090
- export declare namespace UpdateJobShipmentStateRequest {
1091
-
1092
- const filterSensitiveLog: (obj: UpdateJobShipmentStateRequest) => any;
1093
- }
1094
798
  export interface UpdateJobShipmentStateResult {
1095
799
  }
1096
- export declare namespace UpdateJobShipmentStateResult {
1097
-
1098
- const filterSensitiveLog: (obj: UpdateJobShipmentStateResult) => any;
1099
- }
1100
800
  export interface UpdateLongTermPricingRequest {
1101
801
 
1102
802
  LongTermPricingId: string | undefined;
@@ -1105,13 +805,159 @@ export interface UpdateLongTermPricingRequest {
1105
805
 
1106
806
  IsLongTermPricingAutoRenew?: boolean;
1107
807
  }
1108
- export declare namespace UpdateLongTermPricingRequest {
1109
-
1110
- const filterSensitiveLog: (obj: UpdateLongTermPricingRequest) => any;
1111
- }
1112
808
  export interface UpdateLongTermPricingResult {
1113
809
  }
1114
- export declare namespace UpdateLongTermPricingResult {
1115
-
1116
- const filterSensitiveLog: (obj: UpdateLongTermPricingResult) => any;
1117
- }
810
+
811
+ export declare const AddressFilterSensitiveLog: (obj: Address) => any;
812
+
813
+ export declare const CancelClusterRequestFilterSensitiveLog: (obj: CancelClusterRequest) => any;
814
+
815
+ export declare const CancelClusterResultFilterSensitiveLog: (obj: CancelClusterResult) => any;
816
+
817
+ export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
818
+
819
+ export declare const CancelJobResultFilterSensitiveLog: (obj: CancelJobResult) => any;
820
+
821
+ export declare const CreateAddressRequestFilterSensitiveLog: (obj: CreateAddressRequest) => any;
822
+
823
+ export declare const CreateAddressResultFilterSensitiveLog: (obj: CreateAddressResult) => any;
824
+
825
+ export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
826
+
827
+ export declare const NFSOnDeviceServiceConfigurationFilterSensitiveLog: (obj: NFSOnDeviceServiceConfiguration) => any;
828
+
829
+ export declare const TGWOnDeviceServiceConfigurationFilterSensitiveLog: (obj: TGWOnDeviceServiceConfiguration) => any;
830
+
831
+ export declare const OnDeviceServiceConfigurationFilterSensitiveLog: (obj: OnDeviceServiceConfiguration) => any;
832
+
833
+ export declare const Ec2AmiResourceFilterSensitiveLog: (obj: Ec2AmiResource) => any;
834
+
835
+ export declare const EventTriggerDefinitionFilterSensitiveLog: (obj: EventTriggerDefinition) => any;
836
+
837
+ export declare const LambdaResourceFilterSensitiveLog: (obj: LambdaResource) => any;
838
+
839
+ export declare const KeyRangeFilterSensitiveLog: (obj: KeyRange) => any;
840
+
841
+ export declare const TargetOnDeviceServiceFilterSensitiveLog: (obj: TargetOnDeviceService) => any;
842
+
843
+ export declare const S3ResourceFilterSensitiveLog: (obj: S3Resource) => any;
844
+
845
+ export declare const JobResourceFilterSensitiveLog: (obj: JobResource) => any;
846
+
847
+ export declare const INDTaxDocumentsFilterSensitiveLog: (obj: INDTaxDocuments) => any;
848
+
849
+ export declare const TaxDocumentsFilterSensitiveLog: (obj: TaxDocuments) => any;
850
+
851
+ export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
852
+
853
+ export declare const CreateClusterResultFilterSensitiveLog: (obj: CreateClusterResult) => any;
854
+
855
+ export declare const WirelessConnectionFilterSensitiveLog: (obj: WirelessConnection) => any;
856
+
857
+ export declare const SnowconeDeviceConfigurationFilterSensitiveLog: (obj: SnowconeDeviceConfiguration) => any;
858
+
859
+ export declare const DeviceConfigurationFilterSensitiveLog: (obj: DeviceConfiguration) => any;
860
+
861
+ export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
862
+
863
+ export declare const CreateJobResultFilterSensitiveLog: (obj: CreateJobResult) => any;
864
+
865
+ export declare const CreateLongTermPricingRequestFilterSensitiveLog: (obj: CreateLongTermPricingRequest) => any;
866
+
867
+ export declare const CreateLongTermPricingResultFilterSensitiveLog: (obj: CreateLongTermPricingResult) => any;
868
+
869
+ export declare const CreateReturnShippingLabelRequestFilterSensitiveLog: (obj: CreateReturnShippingLabelRequest) => any;
870
+
871
+ export declare const CreateReturnShippingLabelResultFilterSensitiveLog: (obj: CreateReturnShippingLabelResult) => any;
872
+
873
+ export declare const DescribeAddressRequestFilterSensitiveLog: (obj: DescribeAddressRequest) => any;
874
+
875
+ export declare const DescribeAddressResultFilterSensitiveLog: (obj: DescribeAddressResult) => any;
876
+
877
+ export declare const DescribeAddressesRequestFilterSensitiveLog: (obj: DescribeAddressesRequest) => any;
878
+
879
+ export declare const DescribeAddressesResultFilterSensitiveLog: (obj: DescribeAddressesResult) => any;
880
+
881
+ export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
882
+
883
+ export declare const ClusterMetadataFilterSensitiveLog: (obj: ClusterMetadata) => any;
884
+
885
+ export declare const DescribeClusterResultFilterSensitiveLog: (obj: DescribeClusterResult) => any;
886
+
887
+ export declare const DescribeJobRequestFilterSensitiveLog: (obj: DescribeJobRequest) => any;
888
+
889
+ export declare const DataTransferFilterSensitiveLog: (obj: DataTransfer) => any;
890
+
891
+ export declare const JobLogsFilterSensitiveLog: (obj: JobLogs) => any;
892
+
893
+ export declare const ShipmentFilterSensitiveLog: (obj: Shipment) => any;
894
+
895
+ export declare const ShippingDetailsFilterSensitiveLog: (obj: ShippingDetails) => any;
896
+
897
+ export declare const JobMetadataFilterSensitiveLog: (obj: JobMetadata) => any;
898
+
899
+ export declare const DescribeJobResultFilterSensitiveLog: (obj: DescribeJobResult) => any;
900
+
901
+ export declare const DescribeReturnShippingLabelRequestFilterSensitiveLog: (obj: DescribeReturnShippingLabelRequest) => any;
902
+
903
+ export declare const DescribeReturnShippingLabelResultFilterSensitiveLog: (obj: DescribeReturnShippingLabelResult) => any;
904
+
905
+ export declare const GetJobManifestRequestFilterSensitiveLog: (obj: GetJobManifestRequest) => any;
906
+
907
+ export declare const GetJobManifestResultFilterSensitiveLog: (obj: GetJobManifestResult) => any;
908
+
909
+ export declare const GetJobUnlockCodeRequestFilterSensitiveLog: (obj: GetJobUnlockCodeRequest) => any;
910
+
911
+ export declare const GetJobUnlockCodeResultFilterSensitiveLog: (obj: GetJobUnlockCodeResult) => any;
912
+
913
+ export declare const GetSnowballUsageRequestFilterSensitiveLog: (obj: GetSnowballUsageRequest) => any;
914
+
915
+ export declare const GetSnowballUsageResultFilterSensitiveLog: (obj: GetSnowballUsageResult) => any;
916
+
917
+ export declare const GetSoftwareUpdatesRequestFilterSensitiveLog: (obj: GetSoftwareUpdatesRequest) => any;
918
+
919
+ export declare const GetSoftwareUpdatesResultFilterSensitiveLog: (obj: GetSoftwareUpdatesResult) => any;
920
+
921
+ export declare const ListClusterJobsRequestFilterSensitiveLog: (obj: ListClusterJobsRequest) => any;
922
+
923
+ export declare const JobListEntryFilterSensitiveLog: (obj: JobListEntry) => any;
924
+
925
+ export declare const ListClusterJobsResultFilterSensitiveLog: (obj: ListClusterJobsResult) => any;
926
+
927
+ export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
928
+
929
+ export declare const ClusterListEntryFilterSensitiveLog: (obj: ClusterListEntry) => any;
930
+
931
+ export declare const ListClustersResultFilterSensitiveLog: (obj: ListClustersResult) => any;
932
+
933
+ export declare const ListCompatibleImagesRequestFilterSensitiveLog: (obj: ListCompatibleImagesRequest) => any;
934
+
935
+ export declare const CompatibleImageFilterSensitiveLog: (obj: CompatibleImage) => any;
936
+
937
+ export declare const ListCompatibleImagesResultFilterSensitiveLog: (obj: ListCompatibleImagesResult) => any;
938
+
939
+ export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
940
+
941
+ export declare const ListJobsResultFilterSensitiveLog: (obj: ListJobsResult) => any;
942
+
943
+ export declare const ListLongTermPricingRequestFilterSensitiveLog: (obj: ListLongTermPricingRequest) => any;
944
+
945
+ export declare const LongTermPricingListEntryFilterSensitiveLog: (obj: LongTermPricingListEntry) => any;
946
+
947
+ export declare const ListLongTermPricingResultFilterSensitiveLog: (obj: ListLongTermPricingResult) => any;
948
+
949
+ export declare const UpdateClusterRequestFilterSensitiveLog: (obj: UpdateClusterRequest) => any;
950
+
951
+ export declare const UpdateClusterResultFilterSensitiveLog: (obj: UpdateClusterResult) => any;
952
+
953
+ export declare const UpdateJobRequestFilterSensitiveLog: (obj: UpdateJobRequest) => any;
954
+
955
+ export declare const UpdateJobResultFilterSensitiveLog: (obj: UpdateJobResult) => any;
956
+
957
+ export declare const UpdateJobShipmentStateRequestFilterSensitiveLog: (obj: UpdateJobShipmentStateRequest) => any;
958
+
959
+ export declare const UpdateJobShipmentStateResultFilterSensitiveLog: (obj: UpdateJobShipmentStateResult) => any;
960
+
961
+ export declare const UpdateLongTermPricingRequestFilterSensitiveLog: (obj: UpdateLongTermPricingRequest) => any;
962
+
963
+ export declare const UpdateLongTermPricingResultFilterSensitiveLog: (obj: UpdateLongTermPricingResult) => any;