@aws-sdk/client-snowball 3.296.0 → 3.298.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 (93) hide show
  1. package/dist-cjs/commands/CancelClusterCommand.js +2 -3
  2. package/dist-cjs/commands/CancelJobCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAddressCommand.js +2 -3
  4. package/dist-cjs/commands/CreateClusterCommand.js +2 -3
  5. package/dist-cjs/commands/CreateJobCommand.js +2 -3
  6. package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -3
  7. package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeAddressCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeAddressesCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeJobCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -3
  13. package/dist-cjs/commands/GetJobManifestCommand.js +2 -3
  14. package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -3
  15. package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -3
  16. package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -3
  17. package/dist-cjs/commands/ListClusterJobsCommand.js +2 -3
  18. package/dist-cjs/commands/ListClustersCommand.js +2 -3
  19. package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -3
  20. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  21. package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -3
  22. package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateClusterCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateJobCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -331
  28. package/dist-es/commands/CancelClusterCommand.js +2 -3
  29. package/dist-es/commands/CancelJobCommand.js +2 -3
  30. package/dist-es/commands/CreateAddressCommand.js +2 -3
  31. package/dist-es/commands/CreateClusterCommand.js +2 -3
  32. package/dist-es/commands/CreateJobCommand.js +2 -3
  33. package/dist-es/commands/CreateLongTermPricingCommand.js +2 -3
  34. package/dist-es/commands/CreateReturnShippingLabelCommand.js +2 -3
  35. package/dist-es/commands/DescribeAddressCommand.js +2 -3
  36. package/dist-es/commands/DescribeAddressesCommand.js +2 -3
  37. package/dist-es/commands/DescribeClusterCommand.js +2 -3
  38. package/dist-es/commands/DescribeJobCommand.js +2 -3
  39. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +2 -3
  40. package/dist-es/commands/GetJobManifestCommand.js +2 -3
  41. package/dist-es/commands/GetJobUnlockCodeCommand.js +2 -3
  42. package/dist-es/commands/GetSnowballUsageCommand.js +2 -3
  43. package/dist-es/commands/GetSoftwareUpdatesCommand.js +2 -3
  44. package/dist-es/commands/ListClusterJobsCommand.js +2 -3
  45. package/dist-es/commands/ListClustersCommand.js +2 -3
  46. package/dist-es/commands/ListCompatibleImagesCommand.js +2 -3
  47. package/dist-es/commands/ListJobsCommand.js +2 -3
  48. package/dist-es/commands/ListLongTermPricingCommand.js +2 -3
  49. package/dist-es/commands/ListServiceVersionsCommand.js +2 -3
  50. package/dist-es/commands/UpdateClusterCommand.js +2 -3
  51. package/dist-es/commands/UpdateJobCommand.js +2 -3
  52. package/dist-es/commands/UpdateJobShipmentStateCommand.js +2 -3
  53. package/dist-es/commands/UpdateLongTermPricingCommand.js +2 -3
  54. package/dist-es/models/models_0.js +0 -246
  55. package/dist-types/Snowball.d.ts +27 -0
  56. package/dist-types/SnowballClient.d.ts +24 -4
  57. package/dist-types/commands/CancelClusterCommand.d.ts +16 -0
  58. package/dist-types/commands/CancelJobCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateAddressCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
  61. package/dist-types/commands/CreateJobCommand.d.ts +16 -0
  62. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +16 -0
  63. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +16 -0
  64. package/dist-types/commands/DescribeAddressCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeAddressesCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +16 -0
  69. package/dist-types/commands/GetJobManifestCommand.d.ts +16 -0
  70. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +16 -0
  71. package/dist-types/commands/GetSnowballUsageCommand.d.ts +16 -0
  72. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +16 -0
  73. package/dist-types/commands/ListClusterJobsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListClustersCommand.d.ts +16 -0
  75. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +16 -0
  76. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListLongTermPricingCommand.d.ts +16 -0
  78. package/dist-types/commands/ListServiceVersionsCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateClusterCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +16 -0
  83. package/dist-types/models/SnowballServiceException.d.ts +2 -0
  84. package/dist-types/models/models_0.d.ts +239 -328
  85. package/dist-types/pagination/DescribeAddressesPaginator.d.ts +3 -0
  86. package/dist-types/pagination/Interfaces.d.ts +3 -0
  87. package/dist-types/pagination/ListClusterJobsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListCompatibleImagesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListLongTermPricingPaginator.d.ts +3 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +0 -224
  93. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SnowballServiceException as __BaseException } from "./SnowballServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>The address that you want the Snow device(s) associated with a specific job to be
5
6
  * shipped to. Addresses are validated at the time of creation. The address you provide must be
6
7
  * located within the serviceable area of your region. Although no individual elements of the
@@ -70,6 +71,9 @@ export interface Address {
70
71
  */
71
72
  IsRestricted?: boolean;
72
73
  }
74
+ /**
75
+ * @public
76
+ */
73
77
  export interface CancelClusterRequest {
74
78
  /**
75
79
  * <p>The 39-character ID for the cluster that you want to cancel, for example
@@ -77,9 +81,13 @@ export interface CancelClusterRequest {
77
81
  */
78
82
  ClusterId: string | undefined;
79
83
  }
84
+ /**
85
+ * @public
86
+ */
80
87
  export interface CancelClusterResult {
81
88
  }
82
89
  /**
90
+ * @public
83
91
  * <p>The action can't be performed because the job's current state doesn't allow that action
84
92
  * to be performed.</p>
85
93
  */
@@ -93,6 +101,7 @@ export declare class InvalidJobStateException extends __BaseException {
93
101
  constructor(opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>);
94
102
  }
95
103
  /**
104
+ * @public
96
105
  * <p>The specified resource can't be found. Check the information you provided in your last
97
106
  * request, and try again.</p>
98
107
  */
@@ -110,6 +119,7 @@ export declare class InvalidResourceException extends __BaseException {
110
119
  constructor(opts: __ExceptionOptionType<InvalidResourceException, __BaseException>);
111
120
  }
112
121
  /**
122
+ * @public
113
123
  * <p>The provided Key Management Service key lacks the permissions to perform the specified
114
124
  * <a>CreateJob</a> or <a>UpdateJob</a> action.</p>
115
125
  */
@@ -122,6 +132,9 @@ export declare class KMSRequestFailedException extends __BaseException {
122
132
  */
123
133
  constructor(opts: __ExceptionOptionType<KMSRequestFailedException, __BaseException>);
124
134
  }
135
+ /**
136
+ * @public
137
+ */
125
138
  export interface CancelJobRequest {
126
139
  /**
127
140
  * <p>The 39-character job ID for the job that you want to cancel, for example
@@ -129,14 +142,23 @@ export interface CancelJobRequest {
129
142
  */
130
143
  JobId: string | undefined;
131
144
  }
145
+ /**
146
+ * @public
147
+ */
132
148
  export interface CancelJobResult {
133
149
  }
150
+ /**
151
+ * @public
152
+ */
134
153
  export interface CreateAddressRequest {
135
154
  /**
136
155
  * <p>The address that you want the Snow device shipped to.</p>
137
156
  */
138
157
  Address: Address | undefined;
139
158
  }
159
+ /**
160
+ * @public
161
+ */
140
162
  export interface CreateAddressResult {
141
163
  /**
142
164
  * <p>The automatically generated ID for a specific address. You'll use this ID when you
@@ -146,6 +168,7 @@ export interface CreateAddressResult {
146
168
  AddressId?: string;
147
169
  }
148
170
  /**
171
+ * @public
149
172
  * <p>The address provided was invalid. Check the address with your region's carrier, and try
150
173
  * again.</p>
151
174
  */
@@ -159,6 +182,7 @@ export declare class InvalidAddressException extends __BaseException {
159
182
  constructor(opts: __ExceptionOptionType<InvalidAddressException, __BaseException>);
160
183
  }
161
184
  /**
185
+ * @public
162
186
  * <p>The address is either outside the serviceable area for your region, or an error
163
187
  * occurred. Check the address with your region's carrier and try again. If the issue persists,
164
188
  * contact Amazon Web Services Support.</p>
@@ -172,11 +196,17 @@ export declare class UnsupportedAddressException extends __BaseException {
172
196
  */
173
197
  constructor(opts: __ExceptionOptionType<UnsupportedAddressException, __BaseException>);
174
198
  }
199
+ /**
200
+ * @public
201
+ */
175
202
  export declare enum JobType {
176
203
  EXPORT = "EXPORT",
177
204
  IMPORT = "IMPORT",
178
205
  LOCAL_USE = "LOCAL_USE"
179
206
  }
207
+ /**
208
+ * @public
209
+ */
180
210
  export declare enum JobState {
181
211
  CANCELLED = "Cancelled",
182
212
  COMPLETE = "Complete",
@@ -193,6 +223,7 @@ export declare enum JobState {
193
223
  WITH_CUSTOMER = "WithCustomer"
194
224
  }
195
225
  /**
226
+ * @public
196
227
  * <p>The Amazon Simple Notification Service (Amazon SNS) notification settings associated
197
228
  * with a specific job. The <code>Notification</code> object is returned as a part of the
198
229
  * response syntax of the <code>DescribeJob</code> action in the <code>JobMetadata</code> data
@@ -221,6 +252,7 @@ export interface Notification {
221
252
  NotifyAll?: boolean;
222
253
  }
223
254
  /**
255
+ * @public
224
256
  * <p>An object representing the metadata and configuration settings of EKS Anywhere on the Snow Family device.</p>
225
257
  */
226
258
  export interface EKSOnDeviceServiceConfiguration {
@@ -233,10 +265,14 @@ export interface EKSOnDeviceServiceConfiguration {
233
265
  */
234
266
  EKSAnywhereVersion?: string;
235
267
  }
268
+ /**
269
+ * @public
270
+ */
236
271
  export declare enum StorageUnit {
237
272
  TB = "TB"
238
273
  }
239
274
  /**
275
+ * @public
240
276
  * <p>An object that represents the metadata and configuration settings for the NFS (Network
241
277
  * File System) service on an Amazon Web Services Snow Family device.</p>
242
278
  */
@@ -252,6 +288,7 @@ export interface NFSOnDeviceServiceConfiguration {
252
288
  StorageUnit?: StorageUnit | string;
253
289
  }
254
290
  /**
291
+ * @public
255
292
  * <p>An object that represents the metadata and configuration settings for the Storage Gateway
256
293
  * service Tape Gateway type on an Amazon Web Services Snow Family device.</p>
257
294
  */
@@ -267,6 +304,7 @@ export interface TGWOnDeviceServiceConfiguration {
267
304
  StorageUnit?: StorageUnit | string;
268
305
  }
269
306
  /**
307
+ * @public
270
308
  * <p>An object that represents the metadata and configuration settings for services on an Amazon Web Services
271
309
  * Snow Family device.</p>
272
310
  */
@@ -284,11 +322,15 @@ export interface OnDeviceServiceConfiguration {
284
322
  */
285
323
  EKSOnDeviceService?: EKSOnDeviceServiceConfiguration;
286
324
  }
325
+ /**
326
+ * @public
327
+ */
287
328
  export declare enum RemoteManagement {
288
329
  INSTALLED_AUTOSTART = "INSTALLED_AUTOSTART",
289
330
  INSTALLED_ONLY = "INSTALLED_ONLY"
290
331
  }
291
332
  /**
333
+ * @public
292
334
  * <p>A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI),
293
335
  * including the Amazon EC2 AMI ID and the Snow device AMI ID. Each AMI has these two IDs to
294
336
  * simplify identifying the AMI in both the Amazon Web Services Cloud and on the device.</p>
@@ -304,6 +346,7 @@ export interface Ec2AmiResource {
304
346
  SnowballAmiId?: string;
305
347
  }
306
348
  /**
349
+ * @public
307
350
  * <p>The container for the <a>EventTriggerDefinition$EventResourceARN</a>.</p>
308
351
  */
309
352
  export interface EventTriggerDefinition {
@@ -313,6 +356,7 @@ export interface EventTriggerDefinition {
313
356
  EventResourceARN?: string;
314
357
  }
315
358
  /**
359
+ * @public
316
360
  * <p>Identifies </p>
317
361
  */
318
362
  export interface LambdaResource {
@@ -327,6 +371,7 @@ export interface LambdaResource {
327
371
  EventTriggers?: EventTriggerDefinition[];
328
372
  }
329
373
  /**
374
+ * @public
330
375
  * <p>Contains a key range. For export jobs, a <code>S3Resource</code> object can have an
331
376
  * optional <code>KeyRange</code> value. The length of the range is defined at job creation, and
332
377
  * has either an inclusive <code>BeginMarker</code>, an inclusive <code>EndMarker</code>, or
@@ -344,16 +389,23 @@ export interface KeyRange {
344
389
  */
345
390
  EndMarker?: string;
346
391
  }
392
+ /**
393
+ * @public
394
+ */
347
395
  export declare enum DeviceServiceName {
348
396
  NFS_ON_DEVICE_SERVICE = "NFS_ON_DEVICE_SERVICE",
349
397
  S3_ON_DEVICE_SERVICE = "S3_ON_DEVICE_SERVICE"
350
398
  }
399
+ /**
400
+ * @public
401
+ */
351
402
  export declare enum TransferOption {
352
403
  EXPORT = "EXPORT",
353
404
  IMPORT = "IMPORT",
354
405
  LOCAL_USE = "LOCAL_USE"
355
406
  }
356
407
  /**
408
+ * @public
357
409
  * <p>An object that represents the service or services on the Snow Family device that your
358
410
  * transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and
359
411
  * NFS (Network File System).</p>
@@ -371,6 +423,7 @@ export interface TargetOnDeviceService {
371
423
  TransferOption?: TransferOption | string;
372
424
  }
373
425
  /**
426
+ * @public
374
427
  * <p>Each <code>S3Resource</code> object represents an Amazon S3 bucket that your
375
428
  * transferred data will be exported from or imported into. For export jobs, this object can have
376
429
  * an optional <code>KeyRange</code> value. The length of the range is defined at job creation,
@@ -397,6 +450,7 @@ export interface S3Resource {
397
450
  TargetOnDeviceServices?: TargetOnDeviceService[];
398
451
  }
399
452
  /**
453
+ * @public
400
454
  * <p>Contains an array of Amazon Web Services resource objects. Each object represents an
401
455
  * Amazon S3 bucket, an Lambda function, or an Amazon Machine Image (AMI) based
402
456
  * on Amazon EC2 that is associated with a particular job.</p>
@@ -415,12 +469,18 @@ export interface JobResource {
415
469
  */
416
470
  Ec2AmiResources?: Ec2AmiResource[];
417
471
  }
472
+ /**
473
+ * @public
474
+ */
418
475
  export declare enum ShippingOption {
419
476
  EXPRESS = "EXPRESS",
420
477
  NEXT_DAY = "NEXT_DAY",
421
478
  SECOND_DAY = "SECOND_DAY",
422
479
  STANDARD = "STANDARD"
423
480
  }
481
+ /**
482
+ * @public
483
+ */
424
484
  export declare enum SnowballType {
425
485
  EDGE = "EDGE",
426
486
  EDGE_C = "EDGE_C",
@@ -432,6 +492,7 @@ export declare enum SnowballType {
432
492
  V3_5C = "V3_5C"
433
493
  }
434
494
  /**
495
+ * @public
435
496
  * <p>The tax documents required in Amazon Web Services Region in India.</p>
436
497
  */
437
498
  export interface INDTaxDocuments {
@@ -442,6 +503,7 @@ export interface INDTaxDocuments {
442
503
  GSTIN?: string;
443
504
  }
444
505
  /**
506
+ * @public
445
507
  * <p>The tax documents required in your Amazon Web Services Region.</p>
446
508
  */
447
509
  export interface TaxDocuments {
@@ -450,6 +512,9 @@ export interface TaxDocuments {
450
512
  */
451
513
  IND?: INDTaxDocuments;
452
514
  }
515
+ /**
516
+ * @public
517
+ */
453
518
  export interface CreateClusterRequest {
454
519
  /**
455
520
  * <p>The type of job for this cluster. Currently, the only job type supported for clusters
@@ -570,6 +635,9 @@ export interface CreateClusterRequest {
570
635
  */
571
636
  RemoteManagement?: RemoteManagement | string;
572
637
  }
638
+ /**
639
+ * @public
640
+ */
573
641
  export interface CreateClusterResult {
574
642
  /**
575
643
  * <p>The automatically generated ID for a cluster.</p>
@@ -577,6 +645,7 @@ export interface CreateClusterResult {
577
645
  ClusterId?: string;
578
646
  }
579
647
  /**
648
+ * @public
580
649
  * <p>Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted
581
650
  * action.</p>
582
651
  */
@@ -590,6 +659,7 @@ export declare class Ec2RequestFailedException extends __BaseException {
590
659
  constructor(opts: __ExceptionOptionType<Ec2RequestFailedException, __BaseException>);
591
660
  }
592
661
  /**
662
+ * @public
593
663
  * <p>Job or cluster creation failed. One or more inputs were invalid. Confirm that the <a>CreateClusterRequest$SnowballType</a> value supports your <a>CreateJobRequest$JobType</a>, and try again.</p>
594
664
  */
595
665
  export declare class InvalidInputCombinationException extends __BaseException {
@@ -602,6 +672,7 @@ export declare class InvalidInputCombinationException extends __BaseException {
602
672
  constructor(opts: __ExceptionOptionType<InvalidInputCombinationException, __BaseException>);
603
673
  }
604
674
  /**
675
+ * @public
605
676
  * <p>Job creation failed. Currently, clusters support five nodes. If you have fewer than
606
677
  * five nodes for your cluster and you have more nodes to create for this cluster, try again and
607
678
  * create jobs until your cluster has exactly five nodes.</p>
@@ -616,6 +687,7 @@ export declare class ClusterLimitExceededException extends __BaseException {
616
687
  constructor(opts: __ExceptionOptionType<ClusterLimitExceededException, __BaseException>);
617
688
  }
618
689
  /**
690
+ * @public
619
691
  * <p>Configures the wireless connection on an Snowcone device.</p>
620
692
  */
621
693
  export interface WirelessConnection {
@@ -625,6 +697,7 @@ export interface WirelessConnection {
625
697
  IsWifiEnabled?: boolean;
626
698
  }
627
699
  /**
700
+ * @public
628
701
  * <p>Specifies the device configuration for an Snowcone job.</p>
629
702
  */
630
703
  export interface SnowconeDeviceConfiguration {
@@ -634,6 +707,7 @@ export interface SnowconeDeviceConfiguration {
634
707
  WirelessConnection?: WirelessConnection;
635
708
  }
636
709
  /**
710
+ * @public
637
711
  * <p>The container for <code>SnowconeDeviceConfiguration</code>. </p>
638
712
  */
639
713
  export interface DeviceConfiguration {
@@ -643,6 +717,9 @@ export interface DeviceConfiguration {
643
717
  */
644
718
  SnowconeDeviceConfiguration?: SnowconeDeviceConfiguration;
645
719
  }
720
+ /**
721
+ * @public
722
+ */
646
723
  export declare enum SnowballCapacity {
647
724
  NO_PREFERENCE = "NoPreference",
648
725
  T100 = "T100",
@@ -654,6 +731,9 @@ export declare enum SnowballCapacity {
654
731
  T80 = "T80",
655
732
  T98 = "T98"
656
733
  }
734
+ /**
735
+ * @public
736
+ */
657
737
  export interface CreateJobRequest {
658
738
  /**
659
739
  * <p>Defines the type of job that you're creating.
@@ -792,6 +872,9 @@ export interface CreateJobRequest {
792
872
  */
793
873
  LongTermPricingId?: string;
794
874
  }
875
+ /**
876
+ * @public
877
+ */
795
878
  export interface CreateJobResult {
796
879
  /**
797
880
  * <p>The automatically generated ID for a job, for example
@@ -799,10 +882,16 @@ export interface CreateJobResult {
799
882
  */
800
883
  JobId?: string;
801
884
  }
885
+ /**
886
+ * @public
887
+ */
802
888
  export declare enum LongTermPricingType {
803
889
  ONE_YEAR = "OneYear",
804
890
  THREE_YEAR = "ThreeYear"
805
891
  }
892
+ /**
893
+ * @public
894
+ */
806
895
  export interface CreateLongTermPricingRequest {
807
896
  /**
808
897
  * <p>The type of long-term pricing option you want for the device, either 1-year or 3-year
@@ -819,6 +908,9 @@ export interface CreateLongTermPricingRequest {
819
908
  */
820
909
  SnowballType?: SnowballType | string;
821
910
  }
911
+ /**
912
+ * @public
913
+ */
822
914
  export interface CreateLongTermPricingResult {
823
915
  /**
824
916
  * <p>The ID of the long-term pricing type for the device.</p>
@@ -826,6 +918,7 @@ export interface CreateLongTermPricingResult {
826
918
  LongTermPricingId?: string;
827
919
  }
828
920
  /**
921
+ * @public
829
922
  * <p>You get this exception when you call <code>CreateReturnShippingLabel</code> more than once
830
923
  * when other requests are not completed.</p>
831
924
  */
@@ -842,6 +935,9 @@ export declare class ConflictException extends __BaseException {
842
935
  */
843
936
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
844
937
  }
938
+ /**
939
+ * @public
940
+ */
845
941
  export interface CreateReturnShippingLabelRequest {
846
942
  /**
847
943
  * <p>The ID for a job that you want to create the return shipping label for; for example,
@@ -855,12 +951,18 @@ export interface CreateReturnShippingLabelRequest {
855
951
  */
856
952
  ShippingOption?: ShippingOption | string;
857
953
  }
954
+ /**
955
+ * @public
956
+ */
858
957
  export declare enum ShippingLabelStatus {
859
958
  FAILED = "Failed",
860
959
  IN_PROGRESS = "InProgress",
861
960
  SUCCEEDED = "Succeeded",
862
961
  TIMED_OUT = "TimedOut"
863
962
  }
963
+ /**
964
+ * @public
965
+ */
864
966
  export interface CreateReturnShippingLabelResult {
865
967
  /**
866
968
  * <p>The status information of the task on a Snow device that is being returned to Amazon Web Services.</p>
@@ -868,6 +970,7 @@ export interface CreateReturnShippingLabelResult {
868
970
  Status?: ShippingLabelStatus | string;
869
971
  }
870
972
  /**
973
+ * @public
871
974
  * <p>You get this exception if you call <code>CreateReturnShippingLabel</code> and a valid
872
975
  * return shipping label already exists. In this case, use
873
976
  * <code>DescribeReturnShippingLabel</code> to get the URL.</p>
@@ -881,12 +984,18 @@ export declare class ReturnShippingLabelAlreadyExistsException extends __BaseExc
881
984
  */
882
985
  constructor(opts: __ExceptionOptionType<ReturnShippingLabelAlreadyExistsException, __BaseException>);
883
986
  }
987
+ /**
988
+ * @public
989
+ */
884
990
  export interface DescribeAddressRequest {
885
991
  /**
886
992
  * <p>The automatically generated ID for a specific address.</p>
887
993
  */
888
994
  AddressId: string | undefined;
889
995
  }
996
+ /**
997
+ * @public
998
+ */
890
999
  export interface DescribeAddressResult {
891
1000
  /**
892
1001
  * <p>The address that you want the Snow device(s) associated with a specific job to be
@@ -894,6 +1003,9 @@ export interface DescribeAddressResult {
894
1003
  */
895
1004
  Address?: Address;
896
1005
  }
1006
+ /**
1007
+ * @public
1008
+ */
897
1009
  export interface DescribeAddressesRequest {
898
1010
  /**
899
1011
  * <p>The number of <code>ADDRESS</code> objects to return.</p>
@@ -906,6 +1018,9 @@ export interface DescribeAddressesRequest {
906
1018
  */
907
1019
  NextToken?: string;
908
1020
  }
1021
+ /**
1022
+ * @public
1023
+ */
909
1024
  export interface DescribeAddressesResult {
910
1025
  /**
911
1026
  * <p>The Snow device shipping addresses that were created for this account.</p>
@@ -919,6 +1034,7 @@ export interface DescribeAddressesResult {
919
1034
  NextToken?: string;
920
1035
  }
921
1036
  /**
1037
+ * @public
922
1038
  * <p>The <code>NextToken</code> string was altered unexpectedly, and the operation has
923
1039
  * stopped. Run the operation without changing the <code>NextToken</code> string, and try
924
1040
  * again.</p>
@@ -932,12 +1048,18 @@ export declare class InvalidNextTokenException extends __BaseException {
932
1048
  */
933
1049
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
934
1050
  }
1051
+ /**
1052
+ * @public
1053
+ */
935
1054
  export interface DescribeClusterRequest {
936
1055
  /**
937
1056
  * <p>The automatically generated ID for a cluster.</p>
938
1057
  */
939
1058
  ClusterId: string | undefined;
940
1059
  }
1060
+ /**
1061
+ * @public
1062
+ */
941
1063
  export declare enum ClusterState {
942
1064
  AWAITING_QUORUM = "AwaitingQuorum",
943
1065
  CANCELLED = "Cancelled",
@@ -946,6 +1068,7 @@ export declare enum ClusterState {
946
1068
  PENDING = "Pending"
947
1069
  }
948
1070
  /**
1071
+ * @public
949
1072
  * <p>Contains metadata about a specific cluster.</p>
950
1073
  */
951
1074
  export interface ClusterMetadata {
@@ -1041,6 +1164,9 @@ export interface ClusterMetadata {
1041
1164
  */
1042
1165
  OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
1043
1166
  }
1167
+ /**
1168
+ * @public
1169
+ */
1044
1170
  export interface DescribeClusterResult {
1045
1171
  /**
1046
1172
  * <p>Information about a specific cluster, including shipping information, cluster status,
@@ -1048,6 +1174,9 @@ export interface DescribeClusterResult {
1048
1174
  */
1049
1175
  ClusterMetadata?: ClusterMetadata;
1050
1176
  }
1177
+ /**
1178
+ * @public
1179
+ */
1051
1180
  export interface DescribeJobRequest {
1052
1181
  /**
1053
1182
  * <p>The automatically generated ID for a job, for example
@@ -1056,6 +1185,7 @@ export interface DescribeJobRequest {
1056
1185
  JobId: string | undefined;
1057
1186
  }
1058
1187
  /**
1188
+ * @public
1059
1189
  * <p>Defines the real-time status of a Snow device's data transfer while the device is at
1060
1190
  * Amazon Web Services. This data is only available while a job has a <code>JobState</code>
1061
1191
  * value of <code>InProgress</code>, for both import and export jobs.</p>
@@ -1082,6 +1212,7 @@ export interface DataTransfer {
1082
1212
  TotalObjects?: number;
1083
1213
  }
1084
1214
  /**
1215
+ * @public
1085
1216
  * <p>Contains job logs. Whenever a Snow device is used to import data into or export data
1086
1217
  * out of Amazon S3, you'll have the option of downloading a PDF job report. Job logs are
1087
1218
  * returned as a part of the response syntax of the <code>DescribeJob</code> action in the
@@ -1114,6 +1245,7 @@ export interface JobLogs {
1114
1245
  JobFailureLogURI?: string;
1115
1246
  }
1116
1247
  /**
1248
+ * @public
1117
1249
  * <p>The <code>Status</code> and <code>TrackingNumber</code> information for an inbound or
1118
1250
  * outbound shipment.</p>
1119
1251
  */
@@ -1131,6 +1263,7 @@ export interface Shipment {
1131
1263
  TrackingNumber?: string;
1132
1264
  }
1133
1265
  /**
1266
+ * @public
1134
1267
  * <p>A job's shipping information, including inbound and outbound tracking numbers and
1135
1268
  * shipping speed options.</p>
1136
1269
  */
@@ -1172,6 +1305,7 @@ export interface ShippingDetails {
1172
1305
  OutboundShipment?: Shipment;
1173
1306
  }
1174
1307
  /**
1308
+ * @public
1175
1309
  * <p>Contains information about a specific job including shipping information, job status,
1176
1310
  * and other important metadata. This information is returned as a part of the response syntax of
1177
1311
  * the <code>DescribeJob</code> action.</p>
@@ -1294,6 +1428,9 @@ export interface JobMetadata {
1294
1428
  */
1295
1429
  OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
1296
1430
  }
1431
+ /**
1432
+ * @public
1433
+ */
1297
1434
  export interface DescribeJobResult {
1298
1435
  /**
1299
1436
  * <p>Information about a specific job, including shipping information, job status, and other
@@ -1306,6 +1443,9 @@ export interface DescribeJobResult {
1306
1443
  */
1307
1444
  SubJobMetadata?: JobMetadata[];
1308
1445
  }
1446
+ /**
1447
+ * @public
1448
+ */
1309
1449
  export interface DescribeReturnShippingLabelRequest {
1310
1450
  /**
1311
1451
  * <p>The automatically generated ID for a job, for example
@@ -1313,6 +1453,9 @@ export interface DescribeReturnShippingLabelRequest {
1313
1453
  */
1314
1454
  JobId: string | undefined;
1315
1455
  }
1456
+ /**
1457
+ * @public
1458
+ */
1316
1459
  export interface DescribeReturnShippingLabelResult {
1317
1460
  /**
1318
1461
  * <p>The status information of the task on a Snow device that is being returned to Amazon Web Services.</p>
@@ -1327,6 +1470,9 @@ export interface DescribeReturnShippingLabelResult {
1327
1470
  */
1328
1471
  ReturnShippingLabelURI?: string;
1329
1472
  }
1473
+ /**
1474
+ * @public
1475
+ */
1330
1476
  export interface GetJobManifestRequest {
1331
1477
  /**
1332
1478
  * <p>The ID for a job that you want to get the manifest file for, for example
@@ -1334,6 +1480,9 @@ export interface GetJobManifestRequest {
1334
1480
  */
1335
1481
  JobId: string | undefined;
1336
1482
  }
1483
+ /**
1484
+ * @public
1485
+ */
1337
1486
  export interface GetJobManifestResult {
1338
1487
  /**
1339
1488
  * <p>The Amazon S3 presigned URL for the manifest file associated with the specified
@@ -1341,6 +1490,9 @@ export interface GetJobManifestResult {
1341
1490
  */
1342
1491
  ManifestURI?: string;
1343
1492
  }
1493
+ /**
1494
+ * @public
1495
+ */
1344
1496
  export interface GetJobUnlockCodeRequest {
1345
1497
  /**
1346
1498
  * <p>The ID for the job that you want to get the <code>UnlockCode</code> value for, for
@@ -1348,6 +1500,9 @@ export interface GetJobUnlockCodeRequest {
1348
1500
  */
1349
1501
  JobId: string | undefined;
1350
1502
  }
1503
+ /**
1504
+ * @public
1505
+ */
1351
1506
  export interface GetJobUnlockCodeResult {
1352
1507
  /**
1353
1508
  * <p>The <code>UnlockCode</code> value for the specified job. The <code>UnlockCode</code>
@@ -1355,8 +1510,14 @@ export interface GetJobUnlockCodeResult {
1355
1510
  */
1356
1511
  UnlockCode?: string;
1357
1512
  }
1513
+ /**
1514
+ * @public
1515
+ */
1358
1516
  export interface GetSnowballUsageRequest {
1359
1517
  }
1518
+ /**
1519
+ * @public
1520
+ */
1360
1521
  export interface GetSnowballUsageResult {
1361
1522
  /**
1362
1523
  * <p>The service limit for number of Snow devices this account can have at once. The default
@@ -1368,6 +1529,9 @@ export interface GetSnowballUsageResult {
1368
1529
  */
1369
1530
  SnowballsInUse?: number;
1370
1531
  }
1532
+ /**
1533
+ * @public
1534
+ */
1371
1535
  export interface GetSoftwareUpdatesRequest {
1372
1536
  /**
1373
1537
  * <p>The ID for a job that you want to get the software update file for, for example
@@ -1375,6 +1539,9 @@ export interface GetSoftwareUpdatesRequest {
1375
1539
  */
1376
1540
  JobId: string | undefined;
1377
1541
  }
1542
+ /**
1543
+ * @public
1544
+ */
1378
1545
  export interface GetSoftwareUpdatesResult {
1379
1546
  /**
1380
1547
  * <p>The Amazon S3 presigned URL for the update file associated with the specified
@@ -1384,6 +1551,9 @@ export interface GetSoftwareUpdatesResult {
1384
1551
  */
1385
1552
  UpdatesURI?: string;
1386
1553
  }
1554
+ /**
1555
+ * @public
1556
+ */
1387
1557
  export interface ListClusterJobsRequest {
1388
1558
  /**
1389
1559
  * <p>The 39-character ID for the cluster that you want to list, for example
@@ -1402,6 +1572,7 @@ export interface ListClusterJobsRequest {
1402
1572
  NextToken?: string;
1403
1573
  }
1404
1574
  /**
1575
+ * @public
1405
1576
  * <p>Each <code>JobListEntry</code> object contains a job's state, a job's ID, and a value
1406
1577
  * that indicates whether the job is a job part, in the case of an export job.</p>
1407
1578
  */
@@ -1441,6 +1612,9 @@ export interface JobListEntry {
1441
1612
  */
1442
1613
  Description?: string;
1443
1614
  }
1615
+ /**
1616
+ * @public
1617
+ */
1444
1618
  export interface ListClusterJobsResult {
1445
1619
  /**
1446
1620
  * <p>Each <code>JobListEntry</code> object contains a job's state, a job's ID, and a value
@@ -1454,6 +1628,9 @@ export interface ListClusterJobsResult {
1454
1628
  */
1455
1629
  NextToken?: string;
1456
1630
  }
1631
+ /**
1632
+ * @public
1633
+ */
1457
1634
  export interface ListClustersRequest {
1458
1635
  /**
1459
1636
  * <p>The number of <code>ClusterListEntry</code> objects to return.</p>
@@ -1467,6 +1644,7 @@ export interface ListClustersRequest {
1467
1644
  NextToken?: string;
1468
1645
  }
1469
1646
  /**
1647
+ * @public
1470
1648
  * <p>Contains a cluster's state, a cluster's ID, and other important information.</p>
1471
1649
  */
1472
1650
  export interface ClusterListEntry {
@@ -1490,6 +1668,9 @@ export interface ClusterListEntry {
1490
1668
  */
1491
1669
  Description?: string;
1492
1670
  }
1671
+ /**
1672
+ * @public
1673
+ */
1493
1674
  export interface ListClustersResult {
1494
1675
  /**
1495
1676
  * <p>Each <code>ClusterListEntry</code> object contains a cluster's state, a cluster's ID,
@@ -1503,6 +1684,9 @@ export interface ListClustersResult {
1503
1684
  */
1504
1685
  NextToken?: string;
1505
1686
  }
1687
+ /**
1688
+ * @public
1689
+ */
1506
1690
  export interface ListCompatibleImagesRequest {
1507
1691
  /**
1508
1692
  * <p>The maximum number of results for the list of compatible images. Currently, a Snowball
@@ -1517,6 +1701,7 @@ export interface ListCompatibleImagesRequest {
1517
1701
  NextToken?: string;
1518
1702
  }
1519
1703
  /**
1704
+ * @public
1520
1705
  * <p>A JSON-formatted object that describes a compatible Amazon Machine Image (AMI),
1521
1706
  * including the ID and name for a Snow device AMI. This AMI is compatible with the device's
1522
1707
  * physical hardware requirements, and it should be able to be run in an SBE1 instance on the
@@ -1532,6 +1717,9 @@ export interface CompatibleImage {
1532
1717
  */
1533
1718
  Name?: string;
1534
1719
  }
1720
+ /**
1721
+ * @public
1722
+ */
1535
1723
  export interface ListCompatibleImagesResult {
1536
1724
  /**
1537
1725
  * <p>A JSON-formatted object that describes a compatible AMI, including the ID and name for
@@ -1544,6 +1732,9 @@ export interface ListCompatibleImagesResult {
1544
1732
  */
1545
1733
  NextToken?: string;
1546
1734
  }
1735
+ /**
1736
+ * @public
1737
+ */
1547
1738
  export interface ListJobsRequest {
1548
1739
  /**
1549
1740
  * <p>The number of <code>JobListEntry</code> objects to return.</p>
@@ -1556,6 +1747,9 @@ export interface ListJobsRequest {
1556
1747
  */
1557
1748
  NextToken?: string;
1558
1749
  }
1750
+ /**
1751
+ * @public
1752
+ */
1559
1753
  export interface ListJobsResult {
1560
1754
  /**
1561
1755
  * <p>Each <code>JobListEntry</code> object contains a job's state, a job's ID, and a value
@@ -1569,6 +1763,9 @@ export interface ListJobsResult {
1569
1763
  */
1570
1764
  NextToken?: string;
1571
1765
  }
1766
+ /**
1767
+ * @public
1768
+ */
1572
1769
  export interface ListLongTermPricingRequest {
1573
1770
  /**
1574
1771
  * <p>The maximum number of <code>ListLongTermPricing</code> objects to return.</p>
@@ -1581,6 +1778,7 @@ export interface ListLongTermPricingRequest {
1581
1778
  NextToken?: string;
1582
1779
  }
1583
1780
  /**
1781
+ * @public
1584
1782
  * <p>Each <code>LongTermPricingListEntry</code> object contains information about a long-term
1585
1783
  * pricing type.</p>
1586
1784
  */
@@ -1627,6 +1825,9 @@ export interface LongTermPricingListEntry {
1627
1825
  */
1628
1826
  JobIds?: string[];
1629
1827
  }
1828
+ /**
1829
+ * @public
1830
+ */
1630
1831
  export interface ListLongTermPricingResult {
1631
1832
  /**
1632
1833
  * <p>Each <code>LongTermPricingEntry</code> object contains a status, ID, and other information
@@ -1639,11 +1840,15 @@ export interface ListLongTermPricingResult {
1639
1840
  */
1640
1841
  NextToken?: string;
1641
1842
  }
1843
+ /**
1844
+ * @public
1845
+ */
1642
1846
  export declare enum ServiceName {
1643
1847
  EKS_ANYWHERE = "EKS_ANYWHERE",
1644
1848
  KUBERNETES = "KUBERNETES"
1645
1849
  }
1646
1850
  /**
1851
+ * @public
1647
1852
  * <p>The version of the requested service.</p>
1648
1853
  */
1649
1854
  export interface ServiceVersion {
@@ -1653,6 +1858,7 @@ export interface ServiceVersion {
1653
1858
  Version?: string;
1654
1859
  }
1655
1860
  /**
1861
+ * @public
1656
1862
  * <p>The name and version of the service dependant on the requested service.</p>
1657
1863
  */
1658
1864
  export interface DependentService {
@@ -1665,6 +1871,9 @@ export interface DependentService {
1665
1871
  */
1666
1872
  ServiceVersion?: ServiceVersion;
1667
1873
  }
1874
+ /**
1875
+ * @public
1876
+ */
1668
1877
  export interface ListServiceVersionsRequest {
1669
1878
  /**
1670
1879
  * <p>The name of the service for which you're requesting supported versions.</p>
@@ -1684,6 +1893,9 @@ export interface ListServiceVersionsRequest {
1684
1893
  */
1685
1894
  NextToken?: string;
1686
1895
  }
1896
+ /**
1897
+ * @public
1898
+ */
1687
1899
  export interface ListServiceVersionsResult {
1688
1900
  /**
1689
1901
  * <p>A list of supported versions.</p>
@@ -1703,6 +1915,9 @@ export interface ListServiceVersionsResult {
1703
1915
  */
1704
1916
  NextToken?: string;
1705
1917
  }
1918
+ /**
1919
+ * @public
1920
+ */
1706
1921
  export interface UpdateClusterRequest {
1707
1922
  /**
1708
1923
  * <p>The cluster ID of the cluster that you want to update, for example
@@ -1748,8 +1963,14 @@ export interface UpdateClusterRequest {
1748
1963
  */
1749
1964
  ForwardingAddressId?: string;
1750
1965
  }
1966
+ /**
1967
+ * @public
1968
+ */
1751
1969
  export interface UpdateClusterResult {
1752
1970
  }
1971
+ /**
1972
+ * @public
1973
+ */
1753
1974
  export interface UpdateJobRequest {
1754
1975
  /**
1755
1976
  * <p>The job ID of the job that you want to update, for example
@@ -1805,12 +2026,21 @@ export interface UpdateJobRequest {
1805
2026
  */
1806
2027
  ForwardingAddressId?: string;
1807
2028
  }
2029
+ /**
2030
+ * @public
2031
+ */
1808
2032
  export interface UpdateJobResult {
1809
2033
  }
2034
+ /**
2035
+ * @public
2036
+ */
1810
2037
  export declare enum ShipmentState {
1811
2038
  RECEIVED = "RECEIVED",
1812
2039
  RETURNED = "RETURNED"
1813
2040
  }
2041
+ /**
2042
+ * @public
2043
+ */
1814
2044
  export interface UpdateJobShipmentStateRequest {
1815
2045
  /**
1816
2046
  * <p>The job ID of the job whose shipment date you want to update, for example
@@ -1824,8 +2054,14 @@ export interface UpdateJobShipmentStateRequest {
1824
2054
  */
1825
2055
  ShipmentState: ShipmentState | string | undefined;
1826
2056
  }
2057
+ /**
2058
+ * @public
2059
+ */
1827
2060
  export interface UpdateJobShipmentStateResult {
1828
2061
  }
2062
+ /**
2063
+ * @public
2064
+ */
1829
2065
  export interface UpdateLongTermPricingRequest {
1830
2066
  /**
1831
2067
  * <p>The ID of the long-term pricing type for the device.</p>
@@ -1842,333 +2078,8 @@ export interface UpdateLongTermPricingRequest {
1842
2078
  */
1843
2079
  IsLongTermPricingAutoRenew?: boolean;
1844
2080
  }
1845
- export interface UpdateLongTermPricingResult {
1846
- }
1847
- /**
1848
- * @internal
1849
- */
1850
- export declare const AddressFilterSensitiveLog: (obj: Address) => any;
1851
- /**
1852
- * @internal
1853
- */
1854
- export declare const CancelClusterRequestFilterSensitiveLog: (obj: CancelClusterRequest) => any;
1855
- /**
1856
- * @internal
1857
- */
1858
- export declare const CancelClusterResultFilterSensitiveLog: (obj: CancelClusterResult) => any;
1859
- /**
1860
- * @internal
1861
- */
1862
- export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
1863
- /**
1864
- * @internal
1865
- */
1866
- export declare const CancelJobResultFilterSensitiveLog: (obj: CancelJobResult) => any;
1867
- /**
1868
- * @internal
1869
- */
1870
- export declare const CreateAddressRequestFilterSensitiveLog: (obj: CreateAddressRequest) => any;
1871
- /**
1872
- * @internal
1873
- */
1874
- export declare const CreateAddressResultFilterSensitiveLog: (obj: CreateAddressResult) => any;
1875
- /**
1876
- * @internal
1877
- */
1878
- export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
1879
2081
  /**
1880
- * @internal
2082
+ * @public
1881
2083
  */
1882
- export declare const EKSOnDeviceServiceConfigurationFilterSensitiveLog: (obj: EKSOnDeviceServiceConfiguration) => any;
1883
- /**
1884
- * @internal
1885
- */
1886
- export declare const NFSOnDeviceServiceConfigurationFilterSensitiveLog: (obj: NFSOnDeviceServiceConfiguration) => any;
1887
- /**
1888
- * @internal
1889
- */
1890
- export declare const TGWOnDeviceServiceConfigurationFilterSensitiveLog: (obj: TGWOnDeviceServiceConfiguration) => any;
1891
- /**
1892
- * @internal
1893
- */
1894
- export declare const OnDeviceServiceConfigurationFilterSensitiveLog: (obj: OnDeviceServiceConfiguration) => any;
1895
- /**
1896
- * @internal
1897
- */
1898
- export declare const Ec2AmiResourceFilterSensitiveLog: (obj: Ec2AmiResource) => any;
1899
- /**
1900
- * @internal
1901
- */
1902
- export declare const EventTriggerDefinitionFilterSensitiveLog: (obj: EventTriggerDefinition) => any;
1903
- /**
1904
- * @internal
1905
- */
1906
- export declare const LambdaResourceFilterSensitiveLog: (obj: LambdaResource) => any;
1907
- /**
1908
- * @internal
1909
- */
1910
- export declare const KeyRangeFilterSensitiveLog: (obj: KeyRange) => any;
1911
- /**
1912
- * @internal
1913
- */
1914
- export declare const TargetOnDeviceServiceFilterSensitiveLog: (obj: TargetOnDeviceService) => any;
1915
- /**
1916
- * @internal
1917
- */
1918
- export declare const S3ResourceFilterSensitiveLog: (obj: S3Resource) => any;
1919
- /**
1920
- * @internal
1921
- */
1922
- export declare const JobResourceFilterSensitiveLog: (obj: JobResource) => any;
1923
- /**
1924
- * @internal
1925
- */
1926
- export declare const INDTaxDocumentsFilterSensitiveLog: (obj: INDTaxDocuments) => any;
1927
- /**
1928
- * @internal
1929
- */
1930
- export declare const TaxDocumentsFilterSensitiveLog: (obj: TaxDocuments) => any;
1931
- /**
1932
- * @internal
1933
- */
1934
- export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
1935
- /**
1936
- * @internal
1937
- */
1938
- export declare const CreateClusterResultFilterSensitiveLog: (obj: CreateClusterResult) => any;
1939
- /**
1940
- * @internal
1941
- */
1942
- export declare const WirelessConnectionFilterSensitiveLog: (obj: WirelessConnection) => any;
1943
- /**
1944
- * @internal
1945
- */
1946
- export declare const SnowconeDeviceConfigurationFilterSensitiveLog: (obj: SnowconeDeviceConfiguration) => any;
1947
- /**
1948
- * @internal
1949
- */
1950
- export declare const DeviceConfigurationFilterSensitiveLog: (obj: DeviceConfiguration) => any;
1951
- /**
1952
- * @internal
1953
- */
1954
- export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
1955
- /**
1956
- * @internal
1957
- */
1958
- export declare const CreateJobResultFilterSensitiveLog: (obj: CreateJobResult) => any;
1959
- /**
1960
- * @internal
1961
- */
1962
- export declare const CreateLongTermPricingRequestFilterSensitiveLog: (obj: CreateLongTermPricingRequest) => any;
1963
- /**
1964
- * @internal
1965
- */
1966
- export declare const CreateLongTermPricingResultFilterSensitiveLog: (obj: CreateLongTermPricingResult) => any;
1967
- /**
1968
- * @internal
1969
- */
1970
- export declare const CreateReturnShippingLabelRequestFilterSensitiveLog: (obj: CreateReturnShippingLabelRequest) => any;
1971
- /**
1972
- * @internal
1973
- */
1974
- export declare const CreateReturnShippingLabelResultFilterSensitiveLog: (obj: CreateReturnShippingLabelResult) => any;
1975
- /**
1976
- * @internal
1977
- */
1978
- export declare const DescribeAddressRequestFilterSensitiveLog: (obj: DescribeAddressRequest) => any;
1979
- /**
1980
- * @internal
1981
- */
1982
- export declare const DescribeAddressResultFilterSensitiveLog: (obj: DescribeAddressResult) => any;
1983
- /**
1984
- * @internal
1985
- */
1986
- export declare const DescribeAddressesRequestFilterSensitiveLog: (obj: DescribeAddressesRequest) => any;
1987
- /**
1988
- * @internal
1989
- */
1990
- export declare const DescribeAddressesResultFilterSensitiveLog: (obj: DescribeAddressesResult) => any;
1991
- /**
1992
- * @internal
1993
- */
1994
- export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
1995
- /**
1996
- * @internal
1997
- */
1998
- export declare const ClusterMetadataFilterSensitiveLog: (obj: ClusterMetadata) => any;
1999
- /**
2000
- * @internal
2001
- */
2002
- export declare const DescribeClusterResultFilterSensitiveLog: (obj: DescribeClusterResult) => any;
2003
- /**
2004
- * @internal
2005
- */
2006
- export declare const DescribeJobRequestFilterSensitiveLog: (obj: DescribeJobRequest) => any;
2007
- /**
2008
- * @internal
2009
- */
2010
- export declare const DataTransferFilterSensitiveLog: (obj: DataTransfer) => any;
2011
- /**
2012
- * @internal
2013
- */
2014
- export declare const JobLogsFilterSensitiveLog: (obj: JobLogs) => any;
2015
- /**
2016
- * @internal
2017
- */
2018
- export declare const ShipmentFilterSensitiveLog: (obj: Shipment) => any;
2019
- /**
2020
- * @internal
2021
- */
2022
- export declare const ShippingDetailsFilterSensitiveLog: (obj: ShippingDetails) => any;
2023
- /**
2024
- * @internal
2025
- */
2026
- export declare const JobMetadataFilterSensitiveLog: (obj: JobMetadata) => any;
2027
- /**
2028
- * @internal
2029
- */
2030
- export declare const DescribeJobResultFilterSensitiveLog: (obj: DescribeJobResult) => any;
2031
- /**
2032
- * @internal
2033
- */
2034
- export declare const DescribeReturnShippingLabelRequestFilterSensitiveLog: (obj: DescribeReturnShippingLabelRequest) => any;
2035
- /**
2036
- * @internal
2037
- */
2038
- export declare const DescribeReturnShippingLabelResultFilterSensitiveLog: (obj: DescribeReturnShippingLabelResult) => any;
2039
- /**
2040
- * @internal
2041
- */
2042
- export declare const GetJobManifestRequestFilterSensitiveLog: (obj: GetJobManifestRequest) => any;
2043
- /**
2044
- * @internal
2045
- */
2046
- export declare const GetJobManifestResultFilterSensitiveLog: (obj: GetJobManifestResult) => any;
2047
- /**
2048
- * @internal
2049
- */
2050
- export declare const GetJobUnlockCodeRequestFilterSensitiveLog: (obj: GetJobUnlockCodeRequest) => any;
2051
- /**
2052
- * @internal
2053
- */
2054
- export declare const GetJobUnlockCodeResultFilterSensitiveLog: (obj: GetJobUnlockCodeResult) => any;
2055
- /**
2056
- * @internal
2057
- */
2058
- export declare const GetSnowballUsageRequestFilterSensitiveLog: (obj: GetSnowballUsageRequest) => any;
2059
- /**
2060
- * @internal
2061
- */
2062
- export declare const GetSnowballUsageResultFilterSensitiveLog: (obj: GetSnowballUsageResult) => any;
2063
- /**
2064
- * @internal
2065
- */
2066
- export declare const GetSoftwareUpdatesRequestFilterSensitiveLog: (obj: GetSoftwareUpdatesRequest) => any;
2067
- /**
2068
- * @internal
2069
- */
2070
- export declare const GetSoftwareUpdatesResultFilterSensitiveLog: (obj: GetSoftwareUpdatesResult) => any;
2071
- /**
2072
- * @internal
2073
- */
2074
- export declare const ListClusterJobsRequestFilterSensitiveLog: (obj: ListClusterJobsRequest) => any;
2075
- /**
2076
- * @internal
2077
- */
2078
- export declare const JobListEntryFilterSensitiveLog: (obj: JobListEntry) => any;
2079
- /**
2080
- * @internal
2081
- */
2082
- export declare const ListClusterJobsResultFilterSensitiveLog: (obj: ListClusterJobsResult) => any;
2083
- /**
2084
- * @internal
2085
- */
2086
- export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
2087
- /**
2088
- * @internal
2089
- */
2090
- export declare const ClusterListEntryFilterSensitiveLog: (obj: ClusterListEntry) => any;
2091
- /**
2092
- * @internal
2093
- */
2094
- export declare const ListClustersResultFilterSensitiveLog: (obj: ListClustersResult) => any;
2095
- /**
2096
- * @internal
2097
- */
2098
- export declare const ListCompatibleImagesRequestFilterSensitiveLog: (obj: ListCompatibleImagesRequest) => any;
2099
- /**
2100
- * @internal
2101
- */
2102
- export declare const CompatibleImageFilterSensitiveLog: (obj: CompatibleImage) => any;
2103
- /**
2104
- * @internal
2105
- */
2106
- export declare const ListCompatibleImagesResultFilterSensitiveLog: (obj: ListCompatibleImagesResult) => any;
2107
- /**
2108
- * @internal
2109
- */
2110
- export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
2111
- /**
2112
- * @internal
2113
- */
2114
- export declare const ListJobsResultFilterSensitiveLog: (obj: ListJobsResult) => any;
2115
- /**
2116
- * @internal
2117
- */
2118
- export declare const ListLongTermPricingRequestFilterSensitiveLog: (obj: ListLongTermPricingRequest) => any;
2119
- /**
2120
- * @internal
2121
- */
2122
- export declare const LongTermPricingListEntryFilterSensitiveLog: (obj: LongTermPricingListEntry) => any;
2123
- /**
2124
- * @internal
2125
- */
2126
- export declare const ListLongTermPricingResultFilterSensitiveLog: (obj: ListLongTermPricingResult) => any;
2127
- /**
2128
- * @internal
2129
- */
2130
- export declare const ServiceVersionFilterSensitiveLog: (obj: ServiceVersion) => any;
2131
- /**
2132
- * @internal
2133
- */
2134
- export declare const DependentServiceFilterSensitiveLog: (obj: DependentService) => any;
2135
- /**
2136
- * @internal
2137
- */
2138
- export declare const ListServiceVersionsRequestFilterSensitiveLog: (obj: ListServiceVersionsRequest) => any;
2139
- /**
2140
- * @internal
2141
- */
2142
- export declare const ListServiceVersionsResultFilterSensitiveLog: (obj: ListServiceVersionsResult) => any;
2143
- /**
2144
- * @internal
2145
- */
2146
- export declare const UpdateClusterRequestFilterSensitiveLog: (obj: UpdateClusterRequest) => any;
2147
- /**
2148
- * @internal
2149
- */
2150
- export declare const UpdateClusterResultFilterSensitiveLog: (obj: UpdateClusterResult) => any;
2151
- /**
2152
- * @internal
2153
- */
2154
- export declare const UpdateJobRequestFilterSensitiveLog: (obj: UpdateJobRequest) => any;
2155
- /**
2156
- * @internal
2157
- */
2158
- export declare const UpdateJobResultFilterSensitiveLog: (obj: UpdateJobResult) => any;
2159
- /**
2160
- * @internal
2161
- */
2162
- export declare const UpdateJobShipmentStateRequestFilterSensitiveLog: (obj: UpdateJobShipmentStateRequest) => any;
2163
- /**
2164
- * @internal
2165
- */
2166
- export declare const UpdateJobShipmentStateResultFilterSensitiveLog: (obj: UpdateJobShipmentStateResult) => any;
2167
- /**
2168
- * @internal
2169
- */
2170
- export declare const UpdateLongTermPricingRequestFilterSensitiveLog: (obj: UpdateLongTermPricingRequest) => any;
2171
- /**
2172
- * @internal
2173
- */
2174
- export declare const UpdateLongTermPricingResultFilterSensitiveLog: (obj: UpdateLongTermPricingResult) => any;
2084
+ export interface UpdateLongTermPricingResult {
2085
+ }