@aws-sdk/client-snowball 3.686.0 → 3.691.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.
@@ -25,82 +25,82 @@ export interface Address {
25
25
  * <p>The unique ID for an address.</p>
26
26
  * @public
27
27
  */
28
- AddressId?: string;
28
+ AddressId?: string | undefined;
29
29
  /**
30
30
  * <p>The name of a person to receive a Snow device at an address.</p>
31
31
  * @public
32
32
  */
33
- Name?: string;
33
+ Name?: string | undefined;
34
34
  /**
35
35
  * <p>The name of the company to receive a Snow device at an address.</p>
36
36
  * @public
37
37
  */
38
- Company?: string;
38
+ Company?: string | undefined;
39
39
  /**
40
40
  * <p>The first line in a street address that a Snow device is to be delivered
41
41
  * to.</p>
42
42
  * @public
43
43
  */
44
- Street1?: string;
44
+ Street1?: string | undefined;
45
45
  /**
46
46
  * <p>The second line in a street address that a Snow device is to be delivered
47
47
  * to.</p>
48
48
  * @public
49
49
  */
50
- Street2?: string;
50
+ Street2?: string | undefined;
51
51
  /**
52
52
  * <p>The third line in a street address that a Snow device is to be delivered
53
53
  * to.</p>
54
54
  * @public
55
55
  */
56
- Street3?: string;
56
+ Street3?: string | undefined;
57
57
  /**
58
58
  * <p>The city in an address that a Snow device is to be delivered to.</p>
59
59
  * @public
60
60
  */
61
- City?: string;
61
+ City?: string | undefined;
62
62
  /**
63
63
  * <p>The state or province in an address that a Snow device is to be delivered to.</p>
64
64
  * @public
65
65
  */
66
- StateOrProvince?: string;
66
+ StateOrProvince?: string | undefined;
67
67
  /**
68
68
  * <p>This field is no longer used and the value is ignored.</p>
69
69
  * @public
70
70
  */
71
- PrefectureOrDistrict?: string;
71
+ PrefectureOrDistrict?: string | undefined;
72
72
  /**
73
73
  * <p>This field is no longer used and the value is ignored.</p>
74
74
  * @public
75
75
  */
76
- Landmark?: string;
76
+ Landmark?: string | undefined;
77
77
  /**
78
78
  * <p>The country in an address that a Snow device is to be delivered to.</p>
79
79
  * @public
80
80
  */
81
- Country?: string;
81
+ Country?: string | undefined;
82
82
  /**
83
83
  * <p>The postal code in an address that a Snow device is to be delivered to.</p>
84
84
  * @public
85
85
  */
86
- PostalCode?: string;
86
+ PostalCode?: string | undefined;
87
87
  /**
88
88
  * <p>The phone number associated with an address that a Snow device is to be delivered
89
89
  * to.</p>
90
90
  * @public
91
91
  */
92
- PhoneNumber?: string;
92
+ PhoneNumber?: string | undefined;
93
93
  /**
94
94
  * <p>If the address you are creating is a primary address, then set this option to
95
95
  * true. This field is not supported in most regions.</p>
96
96
  * @public
97
97
  */
98
- IsRestricted?: boolean;
98
+ IsRestricted?: boolean | undefined;
99
99
  /**
100
100
  * <p>Differentiates between delivery address and pickup address in the customer account. Provided at job creation.</p>
101
101
  * @public
102
102
  */
103
- Type?: AddressType;
103
+ Type?: AddressType | undefined;
104
104
  }
105
105
  /**
106
106
  * @public
@@ -126,7 +126,7 @@ export interface CancelClusterResult {
126
126
  export declare class InvalidJobStateException extends __BaseException {
127
127
  readonly name: "InvalidJobStateException";
128
128
  readonly $fault: "client";
129
- Message?: string;
129
+ Message?: string | undefined;
130
130
  /**
131
131
  * @internal
132
132
  */
@@ -140,12 +140,12 @@ export declare class InvalidJobStateException extends __BaseException {
140
140
  export declare class InvalidResourceException extends __BaseException {
141
141
  readonly name: "InvalidResourceException";
142
142
  readonly $fault: "client";
143
- Message?: string;
143
+ Message?: string | undefined;
144
144
  /**
145
145
  * <p>The provided resource value is invalid.</p>
146
146
  * @public
147
147
  */
148
- ResourceType?: string;
148
+ ResourceType?: string | undefined;
149
149
  /**
150
150
  * @internal
151
151
  */
@@ -159,7 +159,7 @@ export declare class InvalidResourceException extends __BaseException {
159
159
  export declare class KMSRequestFailedException extends __BaseException {
160
160
  readonly name: "KMSRequestFailedException";
161
161
  readonly $fault: "client";
162
- Message?: string;
162
+ Message?: string | undefined;
163
163
  /**
164
164
  * @internal
165
165
  */
@@ -201,7 +201,7 @@ export interface CreateAddressResult {
201
201
  * to.</p>
202
202
  * @public
203
203
  */
204
- AddressId?: string;
204
+ AddressId?: string | undefined;
205
205
  }
206
206
  /**
207
207
  * <p>The address provided was invalid. Check the address with your region's carrier, and try
@@ -211,7 +211,7 @@ export interface CreateAddressResult {
211
211
  export declare class InvalidAddressException extends __BaseException {
212
212
  readonly name: "InvalidAddressException";
213
213
  readonly $fault: "client";
214
- Message?: string;
214
+ Message?: string | undefined;
215
215
  /**
216
216
  * @internal
217
217
  */
@@ -226,7 +226,7 @@ export declare class InvalidAddressException extends __BaseException {
226
226
  export declare class UnsupportedAddressException extends __BaseException {
227
227
  readonly name: "UnsupportedAddressException";
228
228
  readonly $fault: "client";
229
- Message?: string;
229
+ Message?: string | undefined;
230
230
  /**
231
231
  * @internal
232
232
  */
@@ -288,22 +288,22 @@ export interface Notification {
288
288
  * Service (Amazon SNS) API action.</p>
289
289
  * @public
290
290
  */
291
- SnsTopicARN?: string;
291
+ SnsTopicARN?: string | undefined;
292
292
  /**
293
293
  * <p>The list of job states that will trigger a notification for this job.</p>
294
294
  * @public
295
295
  */
296
- JobStatesToNotify?: JobState[];
296
+ JobStatesToNotify?: JobState[] | undefined;
297
297
  /**
298
298
  * <p>Any change in job state will trigger a notification for this job.</p>
299
299
  * @public
300
300
  */
301
- NotifyAll?: boolean;
301
+ NotifyAll?: boolean | undefined;
302
302
  /**
303
303
  * <p>Used to send SNS notifications for the person picking up the device (identified during job creation).</p>
304
304
  * @public
305
305
  */
306
- DevicePickupSnsTopicARN?: string;
306
+ DevicePickupSnsTopicARN?: string | undefined;
307
307
  }
308
308
  /**
309
309
  * <p>An object representing the metadata and configuration settings of EKS Anywhere on the Snow Family device.</p>
@@ -314,12 +314,12 @@ export interface EKSOnDeviceServiceConfiguration {
314
314
  * <p>The Kubernetes version for EKS Anywhere on the Snow Family device.</p>
315
315
  * @public
316
316
  */
317
- KubernetesVersion?: string;
317
+ KubernetesVersion?: string | undefined;
318
318
  /**
319
319
  * <p>The optional version of EKS Anywhere on the Snow Family device.</p>
320
320
  * @public
321
321
  */
322
- EKSAnywhereVersion?: string;
322
+ EKSAnywhereVersion?: string | undefined;
323
323
  }
324
324
  /**
325
325
  * @public
@@ -342,13 +342,13 @@ export interface NFSOnDeviceServiceConfiguration {
342
342
  * <p>The maximum NFS storage for one Snow Family device.</p>
343
343
  * @public
344
344
  */
345
- StorageLimit?: number;
345
+ StorageLimit?: number | undefined;
346
346
  /**
347
347
  * <p>The scale unit of the NFS storage on the device.</p>
348
348
  * <p>Valid values: TB.</p>
349
349
  * @public
350
350
  */
351
- StorageUnit?: StorageUnit;
351
+ StorageUnit?: StorageUnit | undefined;
352
352
  }
353
353
  /**
354
354
  * <p>Amazon S3 compatible storage on Snow family devices configuration items.</p>
@@ -361,22 +361,22 @@ export interface S3OnDeviceServiceConfiguration {
361
361
  * the same storage limit as specified, the other input need to be provided.</p>
362
362
  * @public
363
363
  */
364
- StorageLimit?: number;
364
+ StorageLimit?: number | undefined;
365
365
  /**
366
366
  * <p>Storage unit. Currently the only supported unit is TB.</p>
367
367
  * @public
368
368
  */
369
- StorageUnit?: StorageUnit;
369
+ StorageUnit?: StorageUnit | undefined;
370
370
  /**
371
371
  * <p>Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.</p>
372
372
  * @public
373
373
  */
374
- ServiceSize?: number;
374
+ ServiceSize?: number | undefined;
375
375
  /**
376
376
  * <p>>Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specified <code>StorageLimit</code> matches more than one Amazon S3 compatible storage on Snow family devices service configuration.</p>
377
377
  * @public
378
378
  */
379
- FaultTolerance?: number;
379
+ FaultTolerance?: number | undefined;
380
380
  }
381
381
  /**
382
382
  * <p>An object that represents the metadata and configuration settings for the Storage Gateway
@@ -389,12 +389,12 @@ export interface TGWOnDeviceServiceConfiguration {
389
389
  * resource limitations, this value must be set to 80 for Snowball Edge.</p>
390
390
  * @public
391
391
  */
392
- StorageLimit?: number;
392
+ StorageLimit?: number | undefined;
393
393
  /**
394
394
  * <p>The scale unit of the virtual tapes on the device.</p>
395
395
  * @public
396
396
  */
397
- StorageUnit?: StorageUnit;
397
+ StorageUnit?: StorageUnit | undefined;
398
398
  }
399
399
  /**
400
400
  * <p>An object that represents the metadata and configuration settings for services on an Amazon Web Services
@@ -406,22 +406,22 @@ export interface OnDeviceServiceConfiguration {
406
406
  * <p>Represents the NFS (Network File System) service on a Snow Family device.</p>
407
407
  * @public
408
408
  */
409
- NFSOnDeviceService?: NFSOnDeviceServiceConfiguration;
409
+ NFSOnDeviceService?: NFSOnDeviceServiceConfiguration | undefined;
410
410
  /**
411
411
  * <p>Represents the Storage Gateway service Tape Gateway type on a Snow Family device.</p>
412
412
  * @public
413
413
  */
414
- TGWOnDeviceService?: TGWOnDeviceServiceConfiguration;
414
+ TGWOnDeviceService?: TGWOnDeviceServiceConfiguration | undefined;
415
415
  /**
416
416
  * <p>The configuration of EKS Anywhere on the Snow Family device.</p>
417
417
  * @public
418
418
  */
419
- EKSOnDeviceService?: EKSOnDeviceServiceConfiguration;
419
+ EKSOnDeviceService?: EKSOnDeviceServiceConfiguration | undefined;
420
420
  /**
421
421
  * <p>Configuration for Amazon S3 compatible storage on Snow family devices.</p>
422
422
  * @public
423
423
  */
424
- S3OnDeviceService?: S3OnDeviceServiceConfiguration;
424
+ S3OnDeviceService?: S3OnDeviceServiceConfiguration | undefined;
425
425
  }
426
426
  /**
427
427
  * @public
@@ -452,7 +452,7 @@ export interface Ec2AmiResource {
452
452
  * <p>The ID of the AMI on the Snow device.</p>
453
453
  * @public
454
454
  */
455
- SnowballAmiId?: string;
455
+ SnowballAmiId?: string | undefined;
456
456
  }
457
457
  /**
458
458
  * <p>The container for the <a>EventTriggerDefinition$EventResourceARN</a>.</p>
@@ -463,7 +463,7 @@ export interface EventTriggerDefinition {
463
463
  * <p>The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function's event trigger associated with this job.</p>
464
464
  * @public
465
465
  */
466
- EventResourceARN?: string;
466
+ EventResourceARN?: string | undefined;
467
467
  }
468
468
  /**
469
469
  * <p>Identifies </p>
@@ -475,12 +475,12 @@ export interface LambdaResource {
475
475
  * triggered by PUT object actions on the associated local Amazon S3 resource.</p>
476
476
  * @public
477
477
  */
478
- LambdaArn?: string;
478
+ LambdaArn?: string | undefined;
479
479
  /**
480
480
  * <p>The array of ARNs for <a>S3Resource</a> objects to trigger the <a>LambdaResource</a> objects associated with this job.</p>
481
481
  * @public
482
482
  */
483
- EventTriggers?: EventTriggerDefinition[];
483
+ EventTriggers?: EventTriggerDefinition[] | undefined;
484
484
  }
485
485
  /**
486
486
  * <p>Contains a key range. For export jobs, a <code>S3Resource</code> object can have an
@@ -495,13 +495,13 @@ export interface KeyRange {
495
495
  * UTF-8 binary sorted.</p>
496
496
  * @public
497
497
  */
498
- BeginMarker?: string;
498
+ BeginMarker?: string | undefined;
499
499
  /**
500
500
  * <p>The key that ends an optional key range for an export job. Ranges are inclusive and
501
501
  * UTF-8 binary sorted.</p>
502
502
  * @public
503
503
  */
504
- EndMarker?: string;
504
+ EndMarker?: string | undefined;
505
505
  }
506
506
  /**
507
507
  * @public
@@ -540,13 +540,13 @@ export interface TargetOnDeviceService {
540
540
  * will be exported from or imported into.</p>
541
541
  * @public
542
542
  */
543
- ServiceName?: DeviceServiceName;
543
+ ServiceName?: DeviceServiceName | undefined;
544
544
  /**
545
545
  * <p>Specifies whether the data is being imported or exported. You can import or export the
546
546
  * data, or use it locally on the device.</p>
547
547
  * @public
548
548
  */
549
- TransferOption?: TransferOption;
549
+ TransferOption?: TransferOption | undefined;
550
550
  }
551
551
  /**
552
552
  * <p>Each <code>S3Resource</code> object represents an Amazon S3 bucket that your
@@ -561,7 +561,7 @@ export interface S3Resource {
561
561
  * <p>The Amazon Resource Name (ARN) of an Amazon S3 bucket.</p>
562
562
  * @public
563
563
  */
564
- BucketArn?: string;
564
+ BucketArn?: string | undefined;
565
565
  /**
566
566
  * <p>For export jobs, you can provide an optional <code>KeyRange</code> within a specific
567
567
  * Amazon S3 bucket. The length of the range is defined at job creation, and has either an
@@ -569,14 +569,14 @@ export interface S3Resource {
569
569
  * UTF-8 binary sorted.</p>
570
570
  * @public
571
571
  */
572
- KeyRange?: KeyRange;
572
+ KeyRange?: KeyRange | undefined;
573
573
  /**
574
574
  * <p>Specifies the service or services on the Snow Family device that your transferred data
575
575
  * will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File
576
576
  * System).</p>
577
577
  * @public
578
578
  */
579
- TargetOnDeviceServices?: TargetOnDeviceService[];
579
+ TargetOnDeviceServices?: TargetOnDeviceService[] | undefined;
580
580
  }
581
581
  /**
582
582
  * <p>Contains an array of Amazon Web Services resource objects. Each object represents an
@@ -589,17 +589,17 @@ export interface JobResource {
589
589
  * <p>An array of <code>S3Resource</code> objects.</p>
590
590
  * @public
591
591
  */
592
- S3Resources?: S3Resource[];
592
+ S3Resources?: S3Resource[] | undefined;
593
593
  /**
594
594
  * <p>The Python-language Lambda functions for this job.</p>
595
595
  * @public
596
596
  */
597
- LambdaResources?: LambdaResource[];
597
+ LambdaResources?: LambdaResource[] | undefined;
598
598
  /**
599
599
  * <p>The Amazon Machine Images (AMIs) associated with this job.</p>
600
600
  * @public
601
601
  */
602
- Ec2AmiResources?: Ec2AmiResource[];
602
+ Ec2AmiResources?: Ec2AmiResource[] | undefined;
603
603
  }
604
604
  /**
605
605
  * @public
@@ -666,7 +666,7 @@ export interface INDTaxDocuments {
666
666
  * India.</p>
667
667
  * @public
668
668
  */
669
- GSTIN?: string;
669
+ GSTIN?: string | undefined;
670
670
  }
671
671
  /**
672
672
  * <p>The tax documents required in your Amazon Web Services Region.</p>
@@ -677,7 +677,7 @@ export interface TaxDocuments {
677
677
  * <p>The tax documents required in Amazon Web Services Region in India.</p>
678
678
  * @public
679
679
  */
680
- IND?: INDTaxDocuments;
680
+ IND?: INDTaxDocuments | undefined;
681
681
  }
682
682
  /**
683
683
  * @public
@@ -700,20 +700,20 @@ export interface CreateClusterRequest {
700
700
  * </p>
701
701
  * @public
702
702
  */
703
- Resources?: JobResource;
703
+ Resources?: JobResource | undefined;
704
704
  /**
705
705
  * <p>Specifies the service or services on the Snow Family device that your transferred data
706
706
  * will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS
707
707
  * (Network File System).</p>
708
708
  * @public
709
709
  */
710
- OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
710
+ OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | undefined;
711
711
  /**
712
712
  * <p>An optional description of this specific cluster, for example <code>Environmental Data
713
713
  * Cluster-01</code>.</p>
714
714
  * @public
715
715
  */
716
- Description?: string;
716
+ Description?: string | undefined;
717
717
  /**
718
718
  * <p>The ID for the address that you want the cluster shipped to.</p>
719
719
  * @public
@@ -724,13 +724,13 @@ export interface CreateClusterRequest {
724
724
  * <code>KmsKeyARN</code> values are created by using the <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html">CreateKey</a> API action in Key Management Service (KMS). </p>
725
725
  * @public
726
726
  */
727
- KmsKeyARN?: string;
727
+ KmsKeyARN?: string | undefined;
728
728
  /**
729
729
  * <p>The <code>RoleARN</code> that you want to associate with this cluster.
730
730
  * <code>RoleArn</code> values are created by using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html">CreateRole</a> API action in Identity and Access Management (IAM).</p>
731
731
  * @public
732
732
  */
733
- RoleARN?: string;
733
+ RoleARN?: string | undefined;
734
734
  /**
735
735
  * <p>The type of Snow Family devices to use for this cluster. </p>
736
736
  * <note>
@@ -794,18 +794,18 @@ export interface CreateClusterRequest {
794
794
  * cluster.</p>
795
795
  * @public
796
796
  */
797
- Notification?: Notification;
797
+ Notification?: Notification | undefined;
798
798
  /**
799
799
  * <p>The forwarding address ID for a cluster. This field is not supported in most
800
800
  * regions.</p>
801
801
  * @public
802
802
  */
803
- ForwardingAddressId?: string;
803
+ ForwardingAddressId?: string | undefined;
804
804
  /**
805
805
  * <p>The tax documents required in your Amazon Web Services Region.</p>
806
806
  * @public
807
807
  */
808
- TaxDocuments?: TaxDocuments;
808
+ TaxDocuments?: TaxDocuments | undefined;
809
809
  /**
810
810
  * <p>Allows you to securely operate and manage Snow devices in a cluster remotely from outside
811
811
  * of your internal network. When set to <code>INSTALLED_AUTOSTART</code>, remote management will
@@ -813,23 +813,23 @@ export interface CreateClusterRequest {
813
813
  * use the Snowball Client to manage the device.</p>
814
814
  * @public
815
815
  */
816
- RemoteManagement?: RemoteManagement;
816
+ RemoteManagement?: RemoteManagement | undefined;
817
817
  /**
818
818
  * <p>If provided, each job will be automatically created and associated with the new cluster. If not provided, will be treated as 0.</p>
819
819
  * @public
820
820
  */
821
- InitialClusterSize?: number;
821
+ InitialClusterSize?: number | undefined;
822
822
  /**
823
823
  * <p>Force to create cluster when user attempts to overprovision or underprovision a cluster. A cluster is overprovisioned or underprovisioned if the initial size of the cluster is more (overprovisioned) or less (underprovisioned) than what
824
824
  * needed to meet capacity requirement specified with <code>OnDeviceServiceConfiguration</code>.</p>
825
825
  * @public
826
826
  */
827
- ForceCreateJobs?: boolean;
827
+ ForceCreateJobs?: boolean | undefined;
828
828
  /**
829
829
  * <p>Lists long-term pricing id that will be used to associate with jobs automatically created for the new cluster.</p>
830
830
  * @public
831
831
  */
832
- LongTermPricingIds?: string[];
832
+ LongTermPricingIds?: string[] | undefined;
833
833
  /**
834
834
  * <p>If your job is being created in one of the US regions, you have the option of
835
835
  * specifying what size Snow device you'd like for this job. In all other regions, Snowballs come
@@ -841,7 +841,7 @@ export interface CreateClusterRequest {
841
841
  * Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>
842
842
  * @public
843
843
  */
844
- SnowballCapacityPreference?: SnowballCapacity;
844
+ SnowballCapacityPreference?: SnowballCapacity | undefined;
845
845
  }
846
846
  /**
847
847
  * <p>Each <code>JobListEntry</code> object contains a job's state, a job's ID, and a value
@@ -854,12 +854,12 @@ export interface JobListEntry {
854
854
  * <code>JID123e4567-e89b-12d3-a456-426655440000</code>.</p>
855
855
  * @public
856
856
  */
857
- JobId?: string;
857
+ JobId?: string | undefined;
858
858
  /**
859
859
  * <p>The current state of this job.</p>
860
860
  * @public
861
861
  */
862
- JobState?: JobState;
862
+ JobState?: JobState | undefined;
863
863
  /**
864
864
  * <p>A value that indicates that this job is a main job. A main job represents a successful
865
865
  * request to create an export job. Main jobs aren't associated with any Snowballs. Instead, each
@@ -868,28 +868,28 @@ export interface JobListEntry {
868
868
  * because they are created after the main job is created.</p>
869
869
  * @public
870
870
  */
871
- IsMaster?: boolean;
871
+ IsMaster?: boolean | undefined;
872
872
  /**
873
873
  * <p>The type of job.</p>
874
874
  * @public
875
875
  */
876
- JobType?: JobType;
876
+ JobType?: JobType | undefined;
877
877
  /**
878
878
  * <p>The type of device used with this job.</p>
879
879
  * @public
880
880
  */
881
- SnowballType?: SnowballType;
881
+ SnowballType?: SnowballType | undefined;
882
882
  /**
883
883
  * <p>The creation date for this job.</p>
884
884
  * @public
885
885
  */
886
- CreationDate?: Date;
886
+ CreationDate?: Date | undefined;
887
887
  /**
888
888
  * <p>The optional description of this specific job, for example <code>Important Photos
889
889
  * 2016-08-11</code>.</p>
890
890
  * @public
891
891
  */
892
- Description?: string;
892
+ Description?: string | undefined;
893
893
  }
894
894
  /**
895
895
  * @public
@@ -899,12 +899,12 @@ export interface CreateClusterResult {
899
899
  * <p>The automatically generated ID for a cluster.</p>
900
900
  * @public
901
901
  */
902
- ClusterId?: string;
902
+ ClusterId?: string | undefined;
903
903
  /**
904
904
  * <p>List of jobs created for this cluster. For syntax, see <a href="http://amazonaws.com/snowball/latest/api-reference/API_ListJobs.html#API_ListJobs_ResponseSyntax">ListJobsResult$JobListEntries</a> in this guide.</p>
905
905
  * @public
906
906
  */
907
- JobListEntries?: JobListEntry[];
907
+ JobListEntries?: JobListEntry[] | undefined;
908
908
  }
909
909
  /**
910
910
  * <p>Your user lacks the necessary Amazon EC2 permissions to perform the attempted
@@ -914,7 +914,7 @@ export interface CreateClusterResult {
914
914
  export declare class Ec2RequestFailedException extends __BaseException {
915
915
  readonly name: "Ec2RequestFailedException";
916
916
  readonly $fault: "client";
917
- Message?: string;
917
+ Message?: string | undefined;
918
918
  /**
919
919
  * @internal
920
920
  */
@@ -927,7 +927,7 @@ export declare class Ec2RequestFailedException extends __BaseException {
927
927
  export declare class InvalidInputCombinationException extends __BaseException {
928
928
  readonly name: "InvalidInputCombinationException";
929
929
  readonly $fault: "client";
930
- Message?: string;
930
+ Message?: string | undefined;
931
931
  /**
932
932
  * @internal
933
933
  */
@@ -942,7 +942,7 @@ export declare class InvalidInputCombinationException extends __BaseException {
942
942
  export declare class ClusterLimitExceededException extends __BaseException {
943
943
  readonly name: "ClusterLimitExceededException";
944
944
  readonly $fault: "client";
945
- Message?: string;
945
+ Message?: string | undefined;
946
946
  /**
947
947
  * @internal
948
948
  */
@@ -957,7 +957,7 @@ export interface WirelessConnection {
957
957
  * <p>Enables the Wi-Fi adapter on an Snowcone device.</p>
958
958
  * @public
959
959
  */
960
- IsWifiEnabled?: boolean;
960
+ IsWifiEnabled?: boolean | undefined;
961
961
  }
962
962
  /**
963
963
  * <p>Specifies the device configuration for an Snowcone job.</p>
@@ -968,7 +968,7 @@ export interface SnowconeDeviceConfiguration {
968
968
  * <p>Configures the wireless connection for the Snowcone device.</p>
969
969
  * @public
970
970
  */
971
- WirelessConnection?: WirelessConnection;
971
+ WirelessConnection?: WirelessConnection | undefined;
972
972
  }
973
973
  /**
974
974
  * <p>The container for <code>SnowconeDeviceConfiguration</code>. </p>
@@ -980,7 +980,7 @@ export interface DeviceConfiguration {
980
980
  * job.</p>
981
981
  * @public
982
982
  */
983
- SnowconeDeviceConfiguration?: SnowconeDeviceConfiguration;
983
+ SnowconeDeviceConfiguration?: SnowconeDeviceConfiguration | undefined;
984
984
  }
985
985
  /**
986
986
  * @public
@@ -1006,37 +1006,37 @@ export interface PickupDetails {
1006
1006
  * <p>The name of the person picking up the device.</p>
1007
1007
  * @public
1008
1008
  */
1009
- Name?: string;
1009
+ Name?: string | undefined;
1010
1010
  /**
1011
1011
  * <p>The phone number of the person picking up the device.</p>
1012
1012
  * @public
1013
1013
  */
1014
- PhoneNumber?: string;
1014
+ PhoneNumber?: string | undefined;
1015
1015
  /**
1016
1016
  * <p>The email address of the person picking up the device.</p>
1017
1017
  * @public
1018
1018
  */
1019
- Email?: string;
1019
+ Email?: string | undefined;
1020
1020
  /**
1021
1021
  * <p>The number on the credential identifying the person picking up the device.</p>
1022
1022
  * @public
1023
1023
  */
1024
- IdentificationNumber?: string;
1024
+ IdentificationNumber?: string | undefined;
1025
1025
  /**
1026
1026
  * <p>Expiration date of the credential identifying the person picking up the device.</p>
1027
1027
  * @public
1028
1028
  */
1029
- IdentificationExpirationDate?: Date;
1029
+ IdentificationExpirationDate?: Date | undefined;
1030
1030
  /**
1031
1031
  * <p>Organization that issued the credential identifying the person picking up the device.</p>
1032
1032
  * @public
1033
1033
  */
1034
- IdentificationIssuingOrg?: string;
1034
+ IdentificationIssuingOrg?: string | undefined;
1035
1035
  /**
1036
1036
  * <p>The unique ID for a device that will be picked up.</p>
1037
1037
  * @public
1038
1038
  */
1039
- DevicePickupId?: string;
1039
+ DevicePickupId?: string | undefined;
1040
1040
  }
1041
1041
  /**
1042
1042
  * @public
@@ -1047,7 +1047,7 @@ export interface CreateJobRequest {
1047
1047
  * </p>
1048
1048
  * @public
1049
1049
  */
1050
- JobType?: JobType;
1050
+ JobType?: JobType | undefined;
1051
1051
  /**
1052
1052
  * <p>Defines the Amazon S3 buckets associated with this job.</p>
1053
1053
  * <p>With <code>IMPORT</code> jobs, you specify the bucket or buckets that your transferred
@@ -1059,39 +1059,39 @@ export interface CreateJobRequest {
1059
1059
  * Ranges are UTF-8 binary sorted.</p>
1060
1060
  * @public
1061
1061
  */
1062
- Resources?: JobResource;
1062
+ Resources?: JobResource | undefined;
1063
1063
  /**
1064
1064
  * <p>Specifies the service or services on the Snow Family device that your transferred data
1065
1065
  * will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File
1066
1066
  * System) and the Amazon Web Services Storage Gateway service Tape Gateway type.</p>
1067
1067
  * @public
1068
1068
  */
1069
- OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
1069
+ OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | undefined;
1070
1070
  /**
1071
1071
  * <p>Defines an optional description of this specific job, for example <code>Important
1072
1072
  * Photos 2016-08-11</code>.</p>
1073
1073
  * @public
1074
1074
  */
1075
- Description?: string;
1075
+ Description?: string | undefined;
1076
1076
  /**
1077
1077
  * <p>The ID for the address that you want the Snow device shipped to.</p>
1078
1078
  * @public
1079
1079
  */
1080
- AddressId?: string;
1080
+ AddressId?: string | undefined;
1081
1081
  /**
1082
1082
  * <p>The <code>KmsKeyARN</code> that you want to associate with this job.
1083
1083
  * <code>KmsKeyARN</code>s are created using the <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html">CreateKey</a>
1084
1084
  * Key Management Service (KMS) API action.</p>
1085
1085
  * @public
1086
1086
  */
1087
- KmsKeyARN?: string;
1087
+ KmsKeyARN?: string | undefined;
1088
1088
  /**
1089
1089
  * <p>The <code>RoleARN</code> that you want to associate with this job.
1090
1090
  * <code>RoleArn</code>s are created using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html">CreateRole</a>
1091
1091
  * Identity and Access Management (IAM) API action.</p>
1092
1092
  * @public
1093
1093
  */
1094
- RoleARN?: string;
1094
+ RoleARN?: string | undefined;
1095
1095
  /**
1096
1096
  * <p>If your job is being created in one of the US regions, you have the option of
1097
1097
  * specifying what size Snow device you'd like for this job. In all other regions, Snowballs come
@@ -1103,7 +1103,7 @@ export interface CreateJobRequest {
1103
1103
  * Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>
1104
1104
  * @public
1105
1105
  */
1106
- SnowballCapacityPreference?: SnowballCapacity;
1106
+ SnowballCapacityPreference?: SnowballCapacity | undefined;
1107
1107
  /**
1108
1108
  * <p>The shipping speed for this job. This speed doesn't dictate how soon you'll get the
1109
1109
  * Snow device, rather it represents how quickly the Snow device moves to its destination while
@@ -1128,20 +1128,20 @@ export interface CreateJobRequest {
1128
1128
  * </ul>
1129
1129
  * @public
1130
1130
  */
1131
- ShippingOption?: ShippingOption;
1131
+ ShippingOption?: ShippingOption | undefined;
1132
1132
  /**
1133
1133
  * <p>Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for
1134
1134
  * this job.</p>
1135
1135
  * @public
1136
1136
  */
1137
- Notification?: Notification;
1137
+ Notification?: Notification | undefined;
1138
1138
  /**
1139
1139
  * <p>The ID of a cluster. If you're creating a job for a node in a cluster, you need to
1140
1140
  * provide only this <code>clusterId</code> value. The other job attributes are inherited from
1141
1141
  * the cluster.</p>
1142
1142
  * @public
1143
1143
  */
1144
- ClusterId?: string;
1144
+ ClusterId?: string | undefined;
1145
1145
  /**
1146
1146
  * <p>The type of Snow Family devices to use for this job.
1147
1147
  * </p>
@@ -1160,18 +1160,18 @@ export interface CreateJobRequest {
1160
1160
  * Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>
1161
1161
  * @public
1162
1162
  */
1163
- SnowballType?: SnowballType;
1163
+ SnowballType?: SnowballType | undefined;
1164
1164
  /**
1165
1165
  * <p>The forwarding address ID for a job. This field is not supported in most
1166
1166
  * Regions.</p>
1167
1167
  * @public
1168
1168
  */
1169
- ForwardingAddressId?: string;
1169
+ ForwardingAddressId?: string | undefined;
1170
1170
  /**
1171
1171
  * <p>The tax documents required in your Amazon Web Services Region.</p>
1172
1172
  * @public
1173
1173
  */
1174
- TaxDocuments?: TaxDocuments;
1174
+ TaxDocuments?: TaxDocuments | undefined;
1175
1175
  /**
1176
1176
  * <p>Defines the device configuration for an Snowcone job.</p>
1177
1177
  * <p>For more information, see
@@ -1181,7 +1181,7 @@ export interface CreateJobRequest {
1181
1181
  * Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>
1182
1182
  * @public
1183
1183
  */
1184
- DeviceConfiguration?: DeviceConfiguration;
1184
+ DeviceConfiguration?: DeviceConfiguration | undefined;
1185
1185
  /**
1186
1186
  * <p>Allows you to securely operate and manage Snowcone devices remotely from outside of your
1187
1187
  * internal network. When set to <code>INSTALLED_AUTOSTART</code>, remote management will
@@ -1189,22 +1189,22 @@ export interface CreateJobRequest {
1189
1189
  * use the Snowball Edge client to manage the device. When set to <code>NOT_INSTALLED</code>, remote management will not be available on the device. </p>
1190
1190
  * @public
1191
1191
  */
1192
- RemoteManagement?: RemoteManagement;
1192
+ RemoteManagement?: RemoteManagement | undefined;
1193
1193
  /**
1194
1194
  * <p>The ID of the long-term pricing type for the device.</p>
1195
1195
  * @public
1196
1196
  */
1197
- LongTermPricingId?: string;
1197
+ LongTermPricingId?: string | undefined;
1198
1198
  /**
1199
1199
  * <p>The highest impact level of data that will be stored or processed on the device, provided at job creation.</p>
1200
1200
  * @public
1201
1201
  */
1202
- ImpactLevel?: ImpactLevel;
1202
+ ImpactLevel?: ImpactLevel | undefined;
1203
1203
  /**
1204
1204
  * <p>Information identifying the person picking up the device.</p>
1205
1205
  * @public
1206
1206
  */
1207
- PickupDetails?: PickupDetails;
1207
+ PickupDetails?: PickupDetails | undefined;
1208
1208
  }
1209
1209
  /**
1210
1210
  * @public
@@ -1215,7 +1215,7 @@ export interface CreateJobResult {
1215
1215
  * <code>JID123e4567-e89b-12d3-a456-426655440000</code>.</p>
1216
1216
  * @public
1217
1217
  */
1218
- JobId?: string;
1218
+ JobId?: string | undefined;
1219
1219
  }
1220
1220
  /**
1221
1221
  * @public
@@ -1245,7 +1245,7 @@ export interface CreateLongTermPricingRequest {
1245
1245
  * renewed.</p>
1246
1246
  * @public
1247
1247
  */
1248
- IsLongTermPricingAutoRenew?: boolean;
1248
+ IsLongTermPricingAutoRenew?: boolean | undefined;
1249
1249
  /**
1250
1250
  * <p>The type of Snow Family devices to use for the long-term pricing job.</p>
1251
1251
  * @public
@@ -1260,7 +1260,7 @@ export interface CreateLongTermPricingResult {
1260
1260
  * <p>The ID of the long-term pricing type for the device.</p>
1261
1261
  * @public
1262
1262
  */
1263
- LongTermPricingId?: string;
1263
+ LongTermPricingId?: string | undefined;
1264
1264
  }
1265
1265
  /**
1266
1266
  * <p>You get this exception when you call <code>CreateReturnShippingLabel</code> more than once
@@ -1274,8 +1274,8 @@ export declare class ConflictException extends __BaseException {
1274
1274
  * <p>You get this resource when you call <code>CreateReturnShippingLabel</code> more than once when other requests are not completed. .</p>
1275
1275
  * @public
1276
1276
  */
1277
- ConflictResource?: string;
1278
- Message?: string;
1277
+ ConflictResource?: string | undefined;
1278
+ Message?: string | undefined;
1279
1279
  /**
1280
1280
  * @internal
1281
1281
  */
@@ -1297,7 +1297,7 @@ export interface CreateReturnShippingLabelRequest {
1297
1297
  * destination while in transit. Regional shipping speeds are as follows:</p>
1298
1298
  * @public
1299
1299
  */
1300
- ShippingOption?: ShippingOption;
1300
+ ShippingOption?: ShippingOption | undefined;
1301
1301
  }
1302
1302
  /**
1303
1303
  * @public
@@ -1321,7 +1321,7 @@ export interface CreateReturnShippingLabelResult {
1321
1321
  * <p>The status information of the task on a Snow device that is being returned to Amazon Web Services.</p>
1322
1322
  * @public
1323
1323
  */
1324
- Status?: ShippingLabelStatus;
1324
+ Status?: ShippingLabelStatus | undefined;
1325
1325
  }
1326
1326
  /**
1327
1327
  * <p>You get this exception if you call <code>CreateReturnShippingLabel</code> and a valid
@@ -1332,7 +1332,7 @@ export interface CreateReturnShippingLabelResult {
1332
1332
  export declare class ReturnShippingLabelAlreadyExistsException extends __BaseException {
1333
1333
  readonly name: "ReturnShippingLabelAlreadyExistsException";
1334
1334
  readonly $fault: "client";
1335
- Message?: string;
1335
+ Message?: string | undefined;
1336
1336
  /**
1337
1337
  * @internal
1338
1338
  */
@@ -1357,7 +1357,7 @@ export interface DescribeAddressResult {
1357
1357
  * shipped to.</p>
1358
1358
  * @public
1359
1359
  */
1360
- Address?: Address;
1360
+ Address?: Address | undefined;
1361
1361
  }
1362
1362
  /**
1363
1363
  * @public
@@ -1367,14 +1367,14 @@ export interface DescribeAddressesRequest {
1367
1367
  * <p>The number of <code>ADDRESS</code> objects to return.</p>
1368
1368
  * @public
1369
1369
  */
1370
- MaxResults?: number;
1370
+ MaxResults?: number | undefined;
1371
1371
  /**
1372
1372
  * <p>HTTP requests are stateless. To identify what object comes "next" in the list of
1373
1373
  * <code>ADDRESS</code> objects, you have the option of specifying a value for
1374
1374
  * <code>NextToken</code> as the starting point for your list of returned addresses.</p>
1375
1375
  * @public
1376
1376
  */
1377
- NextToken?: string;
1377
+ NextToken?: string | undefined;
1378
1378
  }
1379
1379
  /**
1380
1380
  * @public
@@ -1384,14 +1384,14 @@ export interface DescribeAddressesResult {
1384
1384
  * <p>The Snow device shipping addresses that were created for this account.</p>
1385
1385
  * @public
1386
1386
  */
1387
- Addresses?: Address[];
1387
+ Addresses?: Address[] | undefined;
1388
1388
  /**
1389
1389
  * <p>HTTP requests are stateless. If you use the automatically generated
1390
1390
  * <code>NextToken</code> value in your next <code>DescribeAddresses</code> call, your list of
1391
1391
  * returned addresses will start from this point in the array.</p>
1392
1392
  * @public
1393
1393
  */
1394
- NextToken?: string;
1394
+ NextToken?: string | undefined;
1395
1395
  }
1396
1396
  /**
1397
1397
  * <p>The <code>NextToken</code> string was altered unexpectedly, and the operation has
@@ -1402,7 +1402,7 @@ export interface DescribeAddressesResult {
1402
1402
  export declare class InvalidNextTokenException extends __BaseException {
1403
1403
  readonly name: "InvalidNextTokenException";
1404
1404
  readonly $fault: "client";
1405
- Message?: string;
1405
+ Message?: string | undefined;
1406
1406
  /**
1407
1407
  * @internal
1408
1408
  */
@@ -1442,35 +1442,35 @@ export interface ClusterMetadata {
1442
1442
  * <p>The automatically generated ID for a cluster.</p>
1443
1443
  * @public
1444
1444
  */
1445
- ClusterId?: string;
1445
+ ClusterId?: string | undefined;
1446
1446
  /**
1447
1447
  * <p>The optional description of the cluster.</p>
1448
1448
  * @public
1449
1449
  */
1450
- Description?: string;
1450
+ Description?: string | undefined;
1451
1451
  /**
1452
1452
  * <p>The <code>KmsKeyARN</code> Amazon Resource Name (ARN) associated with this cluster.
1453
1453
  * This ARN was created using the <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html">CreateKey</a> API action in Key Management Service (KMS.</p>
1454
1454
  * @public
1455
1455
  */
1456
- KmsKeyARN?: string;
1456
+ KmsKeyARN?: string | undefined;
1457
1457
  /**
1458
1458
  * <p>The role ARN associated with this cluster. This ARN was created using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html">CreateRole</a>
1459
1459
  * API action in Identity and Access Management (IAM).</p>
1460
1460
  * @public
1461
1461
  */
1462
- RoleARN?: string;
1462
+ RoleARN?: string | undefined;
1463
1463
  /**
1464
1464
  * <p>The current status of the cluster.</p>
1465
1465
  * @public
1466
1466
  */
1467
- ClusterState?: ClusterState;
1467
+ ClusterState?: ClusterState | undefined;
1468
1468
  /**
1469
1469
  * <p>The type of job for this cluster. Currently, the only job type supported for clusters
1470
1470
  * is <code>LOCAL_USE</code>.</p>
1471
1471
  * @public
1472
1472
  */
1473
- JobType?: JobType;
1473
+ JobType?: JobType | undefined;
1474
1474
  /**
1475
1475
  * <p>The type of Snowcone device to use for this cluster.
1476
1476
  * </p>
@@ -1480,22 +1480,22 @@ export interface ClusterMetadata {
1480
1480
  * </note>
1481
1481
  * @public
1482
1482
  */
1483
- SnowballType?: SnowballType;
1483
+ SnowballType?: SnowballType | undefined;
1484
1484
  /**
1485
1485
  * <p>The creation date for this cluster.</p>
1486
1486
  * @public
1487
1487
  */
1488
- CreationDate?: Date;
1488
+ CreationDate?: Date | undefined;
1489
1489
  /**
1490
1490
  * <p>The arrays of <a>JobResource</a> objects that can include updated <a>S3Resource</a> objects or <a>LambdaResource</a> objects.</p>
1491
1491
  * @public
1492
1492
  */
1493
- Resources?: JobResource;
1493
+ Resources?: JobResource | undefined;
1494
1494
  /**
1495
1495
  * <p>The automatically generated ID for a specific address.</p>
1496
1496
  * @public
1497
1497
  */
1498
- AddressId?: string;
1498
+ AddressId?: string | undefined;
1499
1499
  /**
1500
1500
  * <p>The shipping speed for each node in this cluster. This speed doesn't dictate how soon
1501
1501
  * you'll get each device, rather it represents how quickly each device moves to its destination
@@ -1520,30 +1520,30 @@ export interface ClusterMetadata {
1520
1520
  * </ul>
1521
1521
  * @public
1522
1522
  */
1523
- ShippingOption?: ShippingOption;
1523
+ ShippingOption?: ShippingOption | undefined;
1524
1524
  /**
1525
1525
  * <p>The Amazon Simple Notification Service (Amazon SNS) notification settings for this
1526
1526
  * cluster.</p>
1527
1527
  * @public
1528
1528
  */
1529
- Notification?: Notification;
1529
+ Notification?: Notification | undefined;
1530
1530
  /**
1531
1531
  * <p>The ID of the address that you want a cluster shipped to, after it will be
1532
1532
  * shipped to its primary address. This field is not supported in most regions.</p>
1533
1533
  * @public
1534
1534
  */
1535
- ForwardingAddressId?: string;
1535
+ ForwardingAddressId?: string | undefined;
1536
1536
  /**
1537
1537
  * <p>The tax documents required in your Amazon Web Services Region.</p>
1538
1538
  * @public
1539
1539
  */
1540
- TaxDocuments?: TaxDocuments;
1540
+ TaxDocuments?: TaxDocuments | undefined;
1541
1541
  /**
1542
1542
  * <p>Represents metadata and configuration settings for services on an Amazon Web Services Snow Family
1543
1543
  * device.</p>
1544
1544
  * @public
1545
1545
  */
1546
- OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
1546
+ OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | undefined;
1547
1547
  }
1548
1548
  /**
1549
1549
  * @public
@@ -1554,7 +1554,7 @@ export interface DescribeClusterResult {
1554
1554
  * and other important metadata.</p>
1555
1555
  * @public
1556
1556
  */
1557
- ClusterMetadata?: ClusterMetadata;
1557
+ ClusterMetadata?: ClusterMetadata | undefined;
1558
1558
  }
1559
1559
  /**
1560
1560
  * @public
@@ -1578,25 +1578,25 @@ export interface DataTransfer {
1578
1578
  * <p>The number of bytes transferred between a Snow device and Amazon S3.</p>
1579
1579
  * @public
1580
1580
  */
1581
- BytesTransferred?: number;
1581
+ BytesTransferred?: number | undefined;
1582
1582
  /**
1583
1583
  * <p>The number of objects transferred between a Snow device and Amazon S3.</p>
1584
1584
  * @public
1585
1585
  */
1586
- ObjectsTransferred?: number;
1586
+ ObjectsTransferred?: number | undefined;
1587
1587
  /**
1588
1588
  * <p>The total bytes of data for a transfer between a Snow device and Amazon S3. This value
1589
1589
  * is set to 0 (zero) until all the keys that will be transferred have been listed.</p>
1590
1590
  * @public
1591
1591
  */
1592
- TotalBytes?: number;
1592
+ TotalBytes?: number | undefined;
1593
1593
  /**
1594
1594
  * <p>The total number of objects for a transfer between a Snow device and Amazon S3. This
1595
1595
  * value is set to 0 (zero) until all the keys that will be transferred have been
1596
1596
  * listed.</p>
1597
1597
  * @public
1598
1598
  */
1599
- TotalObjects?: number;
1599
+ TotalObjects?: number | undefined;
1600
1600
  }
1601
1601
  /**
1602
1602
  * <p>Contains job logs. Whenever a Snow device is used to import data into or export data
@@ -1622,17 +1622,17 @@ export interface JobLogs {
1622
1622
  * located.</p>
1623
1623
  * @public
1624
1624
  */
1625
- JobCompletionReportURI?: string;
1625
+ JobCompletionReportURI?: string | undefined;
1626
1626
  /**
1627
1627
  * <p>A link to an Amazon S3 presigned URL where the job success log is located.</p>
1628
1628
  * @public
1629
1629
  */
1630
- JobSuccessLogURI?: string;
1630
+ JobSuccessLogURI?: string | undefined;
1631
1631
  /**
1632
1632
  * <p>A link to an Amazon S3 presigned URL where the job failure log is located.</p>
1633
1633
  * @public
1634
1634
  */
1635
- JobFailureLogURI?: string;
1635
+ JobFailureLogURI?: string | undefined;
1636
1636
  }
1637
1637
  /**
1638
1638
  * <p>The <code>Status</code> and <code>TrackingNumber</code> information for an inbound or
@@ -1644,7 +1644,7 @@ export interface Shipment {
1644
1644
  * <p>Status information for a shipment.</p>
1645
1645
  * @public
1646
1646
  */
1647
- Status?: string;
1647
+ Status?: string | undefined;
1648
1648
  /**
1649
1649
  * <p>The tracking number for this job. Using this tracking number with your region's
1650
1650
  * carrier's website, you can track a Snow device as the carrier transports it.</p>
@@ -1652,7 +1652,7 @@ export interface Shipment {
1652
1652
  * carrier.</p>
1653
1653
  * @public
1654
1654
  */
1655
- TrackingNumber?: string;
1655
+ TrackingNumber?: string | undefined;
1656
1656
  }
1657
1657
  /**
1658
1658
  * <p>A job's shipping information, including inbound and outbound tracking numbers and
@@ -1685,19 +1685,19 @@ export interface ShippingDetails {
1685
1685
  * </ul>
1686
1686
  * @public
1687
1687
  */
1688
- ShippingOption?: ShippingOption;
1688
+ ShippingOption?: ShippingOption | undefined;
1689
1689
  /**
1690
1690
  * <p>The <code>Status</code> and <code>TrackingNumber</code> values for a Snow device being
1691
1691
  * returned to Amazon Web Services for a particular job.</p>
1692
1692
  * @public
1693
1693
  */
1694
- InboundShipment?: Shipment;
1694
+ InboundShipment?: Shipment | undefined;
1695
1695
  /**
1696
1696
  * <p>The <code>Status</code> and <code>TrackingNumber</code> values for a Snow device being
1697
1697
  * delivered to the address that you specified for a particular job.</p>
1698
1698
  * @public
1699
1699
  */
1700
- OutboundShipment?: Shipment;
1700
+ OutboundShipment?: Shipment | undefined;
1701
1701
  }
1702
1702
  /**
1703
1703
  * <p>Contains information about a specific job including shipping information, job status,
@@ -1711,62 +1711,62 @@ export interface JobMetadata {
1711
1711
  * <code>JID123e4567-e89b-12d3-a456-426655440000</code>.</p>
1712
1712
  * @public
1713
1713
  */
1714
- JobId?: string;
1714
+ JobId?: string | undefined;
1715
1715
  /**
1716
1716
  * <p>The current status of the jobs.</p>
1717
1717
  * @public
1718
1718
  */
1719
- JobState?: JobState;
1719
+ JobState?: JobState | undefined;
1720
1720
  /**
1721
1721
  * <p>The type of job.</p>
1722
1722
  * @public
1723
1723
  */
1724
- JobType?: JobType;
1724
+ JobType?: JobType | undefined;
1725
1725
  /**
1726
1726
  * <p>The type of device used with this job.</p>
1727
1727
  * @public
1728
1728
  */
1729
- SnowballType?: SnowballType;
1729
+ SnowballType?: SnowballType | undefined;
1730
1730
  /**
1731
1731
  * <p>The creation date for this job.</p>
1732
1732
  * @public
1733
1733
  */
1734
- CreationDate?: Date;
1734
+ CreationDate?: Date | undefined;
1735
1735
  /**
1736
1736
  * <p>An array of <code>S3Resource</code> objects. Each <code>S3Resource</code> object
1737
1737
  * represents an Amazon S3 bucket that your transferred data will be exported from or imported
1738
1738
  * into.</p>
1739
1739
  * @public
1740
1740
  */
1741
- Resources?: JobResource;
1741
+ Resources?: JobResource | undefined;
1742
1742
  /**
1743
1743
  * <p>The description of the job, provided at job creation.</p>
1744
1744
  * @public
1745
1745
  */
1746
- Description?: string;
1746
+ Description?: string | undefined;
1747
1747
  /**
1748
1748
  * <p>The Amazon Resource Name (ARN) for the Key Management Service (KMS) key
1749
1749
  * associated with this job. This ARN was created using the <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html">CreateKey</a> API action in KMS.</p>
1750
1750
  * @public
1751
1751
  */
1752
- KmsKeyARN?: string;
1752
+ KmsKeyARN?: string | undefined;
1753
1753
  /**
1754
1754
  * <p>The role ARN associated with this job. This ARN was created using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html">CreateRole</a>
1755
1755
  * API action in Identity and Access Management.</p>
1756
1756
  * @public
1757
1757
  */
1758
- RoleARN?: string;
1758
+ RoleARN?: string | undefined;
1759
1759
  /**
1760
1760
  * <p>The ID for the address that you want the Snow device shipped to.</p>
1761
1761
  * @public
1762
1762
  */
1763
- AddressId?: string;
1763
+ AddressId?: string | undefined;
1764
1764
  /**
1765
1765
  * <p>A job's shipping information, including inbound and outbound tracking numbers and
1766
1766
  * shipping speed options.</p>
1767
1767
  * @public
1768
1768
  */
1769
- ShippingDetails?: ShippingDetails;
1769
+ ShippingDetails?: ShippingDetails | undefined;
1770
1770
  /**
1771
1771
  * <p>The Snow device capacity preference for this job, specified at job creation. In US
1772
1772
  * regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB
@@ -1778,7 +1778,7 @@ export interface JobMetadata {
1778
1778
  * Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>
1779
1779
  * @public
1780
1780
  */
1781
- SnowballCapacityPreference?: SnowballCapacity;
1781
+ SnowballCapacityPreference?: SnowballCapacity | undefined;
1782
1782
  /**
1783
1783
  * <p>The Amazon Simple Notification Service (Amazon SNS) notification settings associated
1784
1784
  * with a specific job. The <code>Notification</code> object is returned as a part of the
@@ -1786,7 +1786,7 @@ export interface JobMetadata {
1786
1786
  * type.</p>
1787
1787
  * @public
1788
1788
  */
1789
- Notification?: Notification;
1789
+ Notification?: Notification | undefined;
1790
1790
  /**
1791
1791
  * <p>A value that defines the real-time status of a Snow device's data transfer while the
1792
1792
  * device is at Amazon Web Services. This data is only available while a job has a
@@ -1794,7 +1794,7 @@ export interface JobMetadata {
1794
1794
  * jobs.</p>
1795
1795
  * @public
1796
1796
  */
1797
- DataTransferProgress?: DataTransfer;
1797
+ DataTransferProgress?: DataTransfer | undefined;
1798
1798
  /**
1799
1799
  * <p>Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF
1800
1800
  * job report becomes available at the end of the import process. For export jobs, your job
@@ -1802,29 +1802,29 @@ export interface JobMetadata {
1802
1802
  * to you.</p>
1803
1803
  * @public
1804
1804
  */
1805
- JobLogInfo?: JobLogs;
1805
+ JobLogInfo?: JobLogs | undefined;
1806
1806
  /**
1807
1807
  * <p>The 39-character ID for the cluster, for example
1808
1808
  * <code>CID123e4567-e89b-12d3-a456-426655440000</code>.</p>
1809
1809
  * @public
1810
1810
  */
1811
- ClusterId?: string;
1811
+ ClusterId?: string | undefined;
1812
1812
  /**
1813
1813
  * <p>The ID of the address that you want a job shipped to, after it will be
1814
1814
  * shipped to its primary address. This field is not supported in most regions.</p>
1815
1815
  * @public
1816
1816
  */
1817
- ForwardingAddressId?: string;
1817
+ ForwardingAddressId?: string | undefined;
1818
1818
  /**
1819
1819
  * <p>The metadata associated with the tax documents required in your Amazon Web Services Region.</p>
1820
1820
  * @public
1821
1821
  */
1822
- TaxDocuments?: TaxDocuments;
1822
+ TaxDocuments?: TaxDocuments | undefined;
1823
1823
  /**
1824
1824
  * <p>The container for <code>SnowconeDeviceConfiguration</code>. </p>
1825
1825
  * @public
1826
1826
  */
1827
- DeviceConfiguration?: DeviceConfiguration;
1827
+ DeviceConfiguration?: DeviceConfiguration | undefined;
1828
1828
  /**
1829
1829
  * <p>Allows you to securely operate and manage Snowcone devices remotely from outside of your
1830
1830
  * internal network. When set to <code>INSTALLED_AUTOSTART</code>, remote management will
@@ -1832,33 +1832,33 @@ export interface JobMetadata {
1832
1832
  * use the Snowball Client to manage the device.</p>
1833
1833
  * @public
1834
1834
  */
1835
- RemoteManagement?: RemoteManagement;
1835
+ RemoteManagement?: RemoteManagement | undefined;
1836
1836
  /**
1837
1837
  * <p>The ID of the long-term pricing type for the device.</p>
1838
1838
  * @public
1839
1839
  */
1840
- LongTermPricingId?: string;
1840
+ LongTermPricingId?: string | undefined;
1841
1841
  /**
1842
1842
  * <p>Represents metadata and configuration settings for services on an Amazon Web Services Snow Family
1843
1843
  * device.</p>
1844
1844
  * @public
1845
1845
  */
1846
- OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
1846
+ OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | undefined;
1847
1847
  /**
1848
1848
  * <p>The highest impact level of data that will be stored or processed on the device, provided at job creation.</p>
1849
1849
  * @public
1850
1850
  */
1851
- ImpactLevel?: ImpactLevel;
1851
+ ImpactLevel?: ImpactLevel | undefined;
1852
1852
  /**
1853
1853
  * <p>Information identifying the person picking up the device.</p>
1854
1854
  * @public
1855
1855
  */
1856
- PickupDetails?: PickupDetails;
1856
+ PickupDetails?: PickupDetails | undefined;
1857
1857
  /**
1858
1858
  * <p>Unique ID associated with a device.</p>
1859
1859
  * @public
1860
1860
  */
1861
- SnowballId?: string;
1861
+ SnowballId?: string | undefined;
1862
1862
  }
1863
1863
  /**
1864
1864
  * @public
@@ -1869,13 +1869,13 @@ export interface DescribeJobResult {
1869
1869
  * important metadata.</p>
1870
1870
  * @public
1871
1871
  */
1872
- JobMetadata?: JobMetadata;
1872
+ JobMetadata?: JobMetadata | undefined;
1873
1873
  /**
1874
1874
  * <p>Information about a specific job part (in the case of an export job), including
1875
1875
  * shipping information, job status, and other important metadata.</p>
1876
1876
  * @public
1877
1877
  */
1878
- SubJobMetadata?: JobMetadata[];
1878
+ SubJobMetadata?: JobMetadata[] | undefined;
1879
1879
  }
1880
1880
  /**
1881
1881
  * @public
@@ -1896,17 +1896,17 @@ export interface DescribeReturnShippingLabelResult {
1896
1896
  * <p>The status information of the task on a Snow device that is being returned to Amazon Web Services.</p>
1897
1897
  * @public
1898
1898
  */
1899
- Status?: ShippingLabelStatus;
1899
+ Status?: ShippingLabelStatus | undefined;
1900
1900
  /**
1901
1901
  * <p>The expiration date of the current return shipping label.</p>
1902
1902
  * @public
1903
1903
  */
1904
- ExpirationDate?: Date;
1904
+ ExpirationDate?: Date | undefined;
1905
1905
  /**
1906
1906
  * <p>The pre-signed Amazon S3 URI used to download the return shipping label.</p>
1907
1907
  * @public
1908
1908
  */
1909
- ReturnShippingLabelURI?: string;
1909
+ ReturnShippingLabelURI?: string | undefined;
1910
1910
  }
1911
1911
  /**
1912
1912
  * @public
@@ -1928,7 +1928,7 @@ export interface GetJobManifestResult {
1928
1928
  * <code>JobId</code> value.</p>
1929
1929
  * @public
1930
1930
  */
1931
- ManifestURI?: string;
1931
+ ManifestURI?: string | undefined;
1932
1932
  }
1933
1933
  /**
1934
1934
  * @public
@@ -1950,7 +1950,7 @@ export interface GetJobUnlockCodeResult {
1950
1950
  * value can be accessed for up to 360 days after the job has been created.</p>
1951
1951
  * @public
1952
1952
  */
1953
- UnlockCode?: string;
1953
+ UnlockCode?: string | undefined;
1954
1954
  }
1955
1955
  /**
1956
1956
  * @public
@@ -1966,12 +1966,12 @@ export interface GetSnowballUsageResult {
1966
1966
  * service limit is 1 (one).</p>
1967
1967
  * @public
1968
1968
  */
1969
- SnowballLimit?: number;
1969
+ SnowballLimit?: number | undefined;
1970
1970
  /**
1971
1971
  * <p>The number of Snow devices that this account is currently using.</p>
1972
1972
  * @public
1973
1973
  */
1974
- SnowballsInUse?: number;
1974
+ SnowballsInUse?: number | undefined;
1975
1975
  }
1976
1976
  /**
1977
1977
  * @public
@@ -1995,7 +1995,7 @@ export interface GetSoftwareUpdatesResult {
1995
1995
  * call to <code>GetSoftwareUpdates</code>.</p>
1996
1996
  * @public
1997
1997
  */
1998
- UpdatesURI?: string;
1998
+ UpdatesURI?: string | undefined;
1999
1999
  }
2000
2000
  /**
2001
2001
  * @public
@@ -2011,14 +2011,14 @@ export interface ListClusterJobsRequest {
2011
2011
  * <p>The number of <code>JobListEntry</code> objects to return.</p>
2012
2012
  * @public
2013
2013
  */
2014
- MaxResults?: number;
2014
+ MaxResults?: number | undefined;
2015
2015
  /**
2016
2016
  * <p>HTTP requests are stateless. To identify what object comes "next" in the list of
2017
2017
  * <code>JobListEntry</code> objects, you have the option of specifying <code>NextToken</code>
2018
2018
  * as the starting point for your returned list.</p>
2019
2019
  * @public
2020
2020
  */
2021
- NextToken?: string;
2021
+ NextToken?: string | undefined;
2022
2022
  }
2023
2023
  /**
2024
2024
  * @public
@@ -2029,14 +2029,14 @@ export interface ListClusterJobsResult {
2029
2029
  * that indicates whether the job is a job part, in the case of export jobs. </p>
2030
2030
  * @public
2031
2031
  */
2032
- JobListEntries?: JobListEntry[];
2032
+ JobListEntries?: JobListEntry[] | undefined;
2033
2033
  /**
2034
2034
  * <p>HTTP requests are stateless. If you use the automatically generated
2035
2035
  * <code>NextToken</code> value in your next <code>ListClusterJobsResult</code> call, your list
2036
2036
  * of returned jobs will start from this point in the array.</p>
2037
2037
  * @public
2038
2038
  */
2039
- NextToken?: string;
2039
+ NextToken?: string | undefined;
2040
2040
  }
2041
2041
  /**
2042
2042
  * @public
@@ -2046,14 +2046,14 @@ export interface ListClustersRequest {
2046
2046
  * <p>The number of <code>ClusterListEntry</code> objects to return.</p>
2047
2047
  * @public
2048
2048
  */
2049
- MaxResults?: number;
2049
+ MaxResults?: number | undefined;
2050
2050
  /**
2051
2051
  * <p>HTTP requests are stateless. To identify what object comes "next" in the list of
2052
2052
  * <code>ClusterListEntry</code> objects, you have the option of specifying
2053
2053
  * <code>NextToken</code> as the starting point for your returned list.</p>
2054
2054
  * @public
2055
2055
  */
2056
- NextToken?: string;
2056
+ NextToken?: string | undefined;
2057
2057
  }
2058
2058
  /**
2059
2059
  * <p>Contains a cluster's state, a cluster's ID, and other important information.</p>
@@ -2065,24 +2065,24 @@ export interface ClusterListEntry {
2065
2065
  * <code>CID123e4567-e89b-12d3-a456-426655440000</code>.</p>
2066
2066
  * @public
2067
2067
  */
2068
- ClusterId?: string;
2068
+ ClusterId?: string | undefined;
2069
2069
  /**
2070
2070
  * <p>The current state of this cluster. For information about the state of a specific node,
2071
2071
  * see <a>JobListEntry$JobState</a>.</p>
2072
2072
  * @public
2073
2073
  */
2074
- ClusterState?: ClusterState;
2074
+ ClusterState?: ClusterState | undefined;
2075
2075
  /**
2076
2076
  * <p>The creation date for this cluster.</p>
2077
2077
  * @public
2078
2078
  */
2079
- CreationDate?: Date;
2079
+ CreationDate?: Date | undefined;
2080
2080
  /**
2081
2081
  * <p>Defines an optional description of the cluster, for example <code>Environmental Data
2082
2082
  * Cluster-01</code>.</p>
2083
2083
  * @public
2084
2084
  */
2085
- Description?: string;
2085
+ Description?: string | undefined;
2086
2086
  }
2087
2087
  /**
2088
2088
  * @public
@@ -2093,14 +2093,14 @@ export interface ListClustersResult {
2093
2093
  * and other important status information.</p>
2094
2094
  * @public
2095
2095
  */
2096
- ClusterListEntries?: ClusterListEntry[];
2096
+ ClusterListEntries?: ClusterListEntry[] | undefined;
2097
2097
  /**
2098
2098
  * <p>HTTP requests are stateless. If you use the automatically generated
2099
2099
  * <code>NextToken</code> value in your next <code>ClusterListEntry</code> call, your list of
2100
2100
  * returned clusters will start from this point in the array.</p>
2101
2101
  * @public
2102
2102
  */
2103
- NextToken?: string;
2103
+ NextToken?: string | undefined;
2104
2104
  }
2105
2105
  /**
2106
2106
  * @public
@@ -2111,14 +2111,14 @@ export interface ListCompatibleImagesRequest {
2111
2111
  * Edge device can store 10 AMIs.</p>
2112
2112
  * @public
2113
2113
  */
2114
- MaxResults?: number;
2114
+ MaxResults?: number | undefined;
2115
2115
  /**
2116
2116
  * <p>HTTP requests are stateless. To identify what object comes "next" in the list of
2117
2117
  * compatible images, you can specify a value for <code>NextToken</code> as the starting point
2118
2118
  * for your list of returned images.</p>
2119
2119
  * @public
2120
2120
  */
2121
- NextToken?: string;
2121
+ NextToken?: string | undefined;
2122
2122
  }
2123
2123
  /**
2124
2124
  * <p>A JSON-formatted object that describes a compatible Amazon Machine Image (AMI),
@@ -2132,12 +2132,12 @@ export interface CompatibleImage {
2132
2132
  * <p>The unique identifier for an individual Snow device AMI.</p>
2133
2133
  * @public
2134
2134
  */
2135
- AmiId?: string;
2135
+ AmiId?: string | undefined;
2136
2136
  /**
2137
2137
  * <p>The optional name of a compatible image.</p>
2138
2138
  * @public
2139
2139
  */
2140
- Name?: string;
2140
+ Name?: string | undefined;
2141
2141
  }
2142
2142
  /**
2143
2143
  * @public
@@ -2148,13 +2148,13 @@ export interface ListCompatibleImagesResult {
2148
2148
  * a Snow device AMI.</p>
2149
2149
  * @public
2150
2150
  */
2151
- CompatibleImages?: CompatibleImage[];
2151
+ CompatibleImages?: CompatibleImage[] | undefined;
2152
2152
  /**
2153
2153
  * <p>Because HTTP requests are stateless, this is the starting point for your next list of
2154
2154
  * returned images.</p>
2155
2155
  * @public
2156
2156
  */
2157
- NextToken?: string;
2157
+ NextToken?: string | undefined;
2158
2158
  }
2159
2159
  /**
2160
2160
  * @public
@@ -2164,14 +2164,14 @@ export interface ListJobsRequest {
2164
2164
  * <p>The number of <code>JobListEntry</code> objects to return.</p>
2165
2165
  * @public
2166
2166
  */
2167
- MaxResults?: number;
2167
+ MaxResults?: number | undefined;
2168
2168
  /**
2169
2169
  * <p>HTTP requests are stateless. To identify what object comes "next" in the list of
2170
2170
  * <code>JobListEntry</code> objects, you have the option of specifying <code>NextToken</code>
2171
2171
  * as the starting point for your returned list.</p>
2172
2172
  * @public
2173
2173
  */
2174
- NextToken?: string;
2174
+ NextToken?: string | undefined;
2175
2175
  }
2176
2176
  /**
2177
2177
  * @public
@@ -2182,14 +2182,14 @@ export interface ListJobsResult {
2182
2182
  * that indicates whether the job is a job part, in the case of export jobs. </p>
2183
2183
  * @public
2184
2184
  */
2185
- JobListEntries?: JobListEntry[];
2185
+ JobListEntries?: JobListEntry[] | undefined;
2186
2186
  /**
2187
2187
  * <p>HTTP requests are stateless. If you use this automatically generated
2188
2188
  * <code>NextToken</code> value in your next <code>ListJobs</code> call, your returned
2189
2189
  * <code>JobListEntry</code> objects will start from this point in the array.</p>
2190
2190
  * @public
2191
2191
  */
2192
- NextToken?: string;
2192
+ NextToken?: string | undefined;
2193
2193
  }
2194
2194
  /**
2195
2195
  * @public
@@ -2199,13 +2199,13 @@ export interface ListLongTermPricingRequest {
2199
2199
  * <p>The maximum number of <code>ListLongTermPricing</code> objects to return.</p>
2200
2200
  * @public
2201
2201
  */
2202
- MaxResults?: number;
2202
+ MaxResults?: number | undefined;
2203
2203
  /**
2204
2204
  * <p>Because HTTP requests are stateless, this is the starting point for your next list of
2205
2205
  * <code>ListLongTermPricing</code> to return.</p>
2206
2206
  * @public
2207
2207
  */
2208
- NextToken?: string;
2208
+ NextToken?: string | undefined;
2209
2209
  }
2210
2210
  /**
2211
2211
  * <p>Each <code>LongTermPricingListEntry</code> object contains information about a long-term
@@ -2217,53 +2217,53 @@ export interface LongTermPricingListEntry {
2217
2217
  * <p>The ID of the long-term pricing type for the device.</p>
2218
2218
  * @public
2219
2219
  */
2220
- LongTermPricingId?: string;
2220
+ LongTermPricingId?: string | undefined;
2221
2221
  /**
2222
2222
  * <p>The end date the long-term pricing contract.</p>
2223
2223
  * @public
2224
2224
  */
2225
- LongTermPricingEndDate?: Date;
2225
+ LongTermPricingEndDate?: Date | undefined;
2226
2226
  /**
2227
2227
  * <p>The start date of the long-term pricing contract.</p>
2228
2228
  * @public
2229
2229
  */
2230
- LongTermPricingStartDate?: Date;
2230
+ LongTermPricingStartDate?: Date | undefined;
2231
2231
  /**
2232
2232
  * <p>The type of long-term pricing that was selected for the device.</p>
2233
2233
  * @public
2234
2234
  */
2235
- LongTermPricingType?: LongTermPricingType;
2235
+ LongTermPricingType?: LongTermPricingType | undefined;
2236
2236
  /**
2237
2237
  * <p>The current active jobs on the device the long-term pricing type.</p>
2238
2238
  * @public
2239
2239
  */
2240
- CurrentActiveJob?: string;
2240
+ CurrentActiveJob?: string | undefined;
2241
2241
  /**
2242
2242
  * <p>A new device that replaces a device that is ordered with long-term pricing.</p>
2243
2243
  * @public
2244
2244
  */
2245
- ReplacementJob?: string;
2245
+ ReplacementJob?: string | undefined;
2246
2246
  /**
2247
2247
  * <p>If set to <code>true</code>, specifies that the current long-term pricing type for the
2248
2248
  * device should be automatically renewed before the long-term pricing contract expires.</p>
2249
2249
  * @public
2250
2250
  */
2251
- IsLongTermPricingAutoRenew?: boolean;
2251
+ IsLongTermPricingAutoRenew?: boolean | undefined;
2252
2252
  /**
2253
2253
  * <p>The status of the long-term pricing type.</p>
2254
2254
  * @public
2255
2255
  */
2256
- LongTermPricingStatus?: string;
2256
+ LongTermPricingStatus?: string | undefined;
2257
2257
  /**
2258
2258
  * <p>The type of Snow Family devices associated with this long-term pricing job.</p>
2259
2259
  * @public
2260
2260
  */
2261
- SnowballType?: SnowballType;
2261
+ SnowballType?: SnowballType | undefined;
2262
2262
  /**
2263
2263
  * <p>The IDs of the jobs that are associated with a long-term pricing type.</p>
2264
2264
  * @public
2265
2265
  */
2266
- JobIds?: string[];
2266
+ JobIds?: string[] | undefined;
2267
2267
  }
2268
2268
  /**
2269
2269
  * @public
@@ -2274,13 +2274,13 @@ export interface ListLongTermPricingResult {
2274
2274
  * about the <code>LongTermPricing</code> type. </p>
2275
2275
  * @public
2276
2276
  */
2277
- LongTermPricingEntries?: LongTermPricingListEntry[];
2277
+ LongTermPricingEntries?: LongTermPricingListEntry[] | undefined;
2278
2278
  /**
2279
2279
  * <p>Because HTTP requests are stateless, this is the starting point for your next list of
2280
2280
  * returned <code>ListLongTermPricing</code> list.</p>
2281
2281
  * @public
2282
2282
  */
2283
- NextToken?: string;
2283
+ NextToken?: string | undefined;
2284
2284
  }
2285
2285
  /**
2286
2286
  * @public
@@ -2290,12 +2290,12 @@ export interface ListPickupLocationsRequest {
2290
2290
  * <p>The maximum number of locations to list per page.</p>
2291
2291
  * @public
2292
2292
  */
2293
- MaxResults?: number;
2293
+ MaxResults?: number | undefined;
2294
2294
  /**
2295
2295
  * <p>HTTP requests are stateless. To identify what object comes "next" in the list of <code>ListPickupLocationsRequest</code> objects, you have the option of specifying <code>NextToken</code> as the starting point for your returned list.</p>
2296
2296
  * @public
2297
2297
  */
2298
- NextToken?: string;
2298
+ NextToken?: string | undefined;
2299
2299
  }
2300
2300
  /**
2301
2301
  * @public
@@ -2305,12 +2305,12 @@ export interface ListPickupLocationsResult {
2305
2305
  * <p>Information about the address of pickup locations.</p>
2306
2306
  * @public
2307
2307
  */
2308
- Addresses?: Address[];
2308
+ Addresses?: Address[] | undefined;
2309
2309
  /**
2310
2310
  * <p>HTTP requests are stateless. To identify what object comes "next" in the list of <code>ListPickupLocationsResult</code> objects, you have the option of specifying <code>NextToken</code> as the starting point for your returned list.</p>
2311
2311
  * @public
2312
2312
  */
2313
- NextToken?: string;
2313
+ NextToken?: string | undefined;
2314
2314
  }
2315
2315
  /**
2316
2316
  * @public
@@ -2333,7 +2333,7 @@ export interface ServiceVersion {
2333
2333
  * <p>The version number of the requested service.</p>
2334
2334
  * @public
2335
2335
  */
2336
- Version?: string;
2336
+ Version?: string | undefined;
2337
2337
  }
2338
2338
  /**
2339
2339
  * <p>The name and version of the service dependant on the requested service.</p>
@@ -2344,12 +2344,12 @@ export interface DependentService {
2344
2344
  * <p>The name of the dependent service.</p>
2345
2345
  * @public
2346
2346
  */
2347
- ServiceName?: ServiceName;
2347
+ ServiceName?: ServiceName | undefined;
2348
2348
  /**
2349
2349
  * <p>The version of the dependent service.</p>
2350
2350
  * @public
2351
2351
  */
2352
- ServiceVersion?: ServiceVersion;
2352
+ ServiceVersion?: ServiceVersion | undefined;
2353
2353
  }
2354
2354
  /**
2355
2355
  * @public
@@ -2364,18 +2364,18 @@ export interface ListServiceVersionsRequest {
2364
2364
  * <p>A list of names and versions of dependant services of the requested service.</p>
2365
2365
  * @public
2366
2366
  */
2367
- DependentServices?: DependentService[];
2367
+ DependentServices?: DependentService[] | undefined;
2368
2368
  /**
2369
2369
  * <p>The maximum number of <code>ListServiceVersions</code> objects to return.</p>
2370
2370
  * @public
2371
2371
  */
2372
- MaxResults?: number;
2372
+ MaxResults?: number | undefined;
2373
2373
  /**
2374
2374
  * <p>Because HTTP requests are stateless, this is the starting point for the next list of returned
2375
2375
  * <code>ListServiceVersionsRequest</code> versions.</p>
2376
2376
  * @public
2377
2377
  */
2378
- NextToken?: string;
2378
+ NextToken?: string | undefined;
2379
2379
  }
2380
2380
  /**
2381
2381
  * @public
@@ -2395,13 +2395,13 @@ export interface ListServiceVersionsResult {
2395
2395
  * <p>A list of names and versions of dependant services of the service for which the system provided supported versions.</p>
2396
2396
  * @public
2397
2397
  */
2398
- DependentServices?: DependentService[];
2398
+ DependentServices?: DependentService[] | undefined;
2399
2399
  /**
2400
2400
  * <p>Because HTTP requests are stateless, this is the starting point of the next list of returned
2401
2401
  * <code>ListServiceVersionsResult</code> results.</p>
2402
2402
  * @public
2403
2403
  */
2404
- NextToken?: string;
2404
+ NextToken?: string | undefined;
2405
2405
  }
2406
2406
  /**
2407
2407
  * @public
@@ -2418,47 +2418,47 @@ export interface UpdateClusterRequest {
2418
2418
  * To create a role ARN, use the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html">CreateRole</a> API action in Identity and Access Management (IAM).</p>
2419
2419
  * @public
2420
2420
  */
2421
- RoleARN?: string;
2421
+ RoleARN?: string | undefined;
2422
2422
  /**
2423
2423
  * <p>The updated description of this cluster.</p>
2424
2424
  * @public
2425
2425
  */
2426
- Description?: string;
2426
+ Description?: string | undefined;
2427
2427
  /**
2428
2428
  * <p>The updated arrays of <a>JobResource</a> objects that can include updated
2429
2429
  * <a>S3Resource</a> objects or <a>LambdaResource</a> objects.</p>
2430
2430
  * @public
2431
2431
  */
2432
- Resources?: JobResource;
2432
+ Resources?: JobResource | undefined;
2433
2433
  /**
2434
2434
  * <p>Specifies the service or services on the Snow Family device that your transferred data
2435
2435
  * will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS
2436
2436
  * (Network File System).</p>
2437
2437
  * @public
2438
2438
  */
2439
- OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
2439
+ OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | undefined;
2440
2440
  /**
2441
2441
  * <p>The ID of the updated <a>Address</a> object.</p>
2442
2442
  * @public
2443
2443
  */
2444
- AddressId?: string;
2444
+ AddressId?: string | undefined;
2445
2445
  /**
2446
2446
  * <p>The updated shipping option value of this cluster's <a>ShippingDetails</a>
2447
2447
  * object.</p>
2448
2448
  * @public
2449
2449
  */
2450
- ShippingOption?: ShippingOption;
2450
+ ShippingOption?: ShippingOption | undefined;
2451
2451
  /**
2452
2452
  * <p>The new or updated <a>Notification</a> object.</p>
2453
2453
  * @public
2454
2454
  */
2455
- Notification?: Notification;
2455
+ Notification?: Notification | undefined;
2456
2456
  /**
2457
2457
  * <p>The updated ID for the forwarding address for a cluster. This field is not
2458
2458
  * supported in most regions.</p>
2459
2459
  * @public
2460
2460
  */
2461
- ForwardingAddressId?: string;
2461
+ ForwardingAddressId?: string | undefined;
2462
2462
  }
2463
2463
  /**
2464
2464
  * @public
@@ -2481,40 +2481,40 @@ export interface UpdateJobRequest {
2481
2481
  * (IAM) API action.</p>
2482
2482
  * @public
2483
2483
  */
2484
- RoleARN?: string;
2484
+ RoleARN?: string | undefined;
2485
2485
  /**
2486
2486
  * <p>The new or updated <a>Notification</a> object.</p>
2487
2487
  * @public
2488
2488
  */
2489
- Notification?: Notification;
2489
+ Notification?: Notification | undefined;
2490
2490
  /**
2491
2491
  * <p>The updated <code>JobResource</code> object, or the updated <a>JobResource</a> object. </p>
2492
2492
  * @public
2493
2493
  */
2494
- Resources?: JobResource;
2494
+ Resources?: JobResource | undefined;
2495
2495
  /**
2496
2496
  * <p>Specifies the service or services on the Snow Family device that your transferred data
2497
2497
  * will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File
2498
2498
  * System) and the Amazon Web Services Storage Gateway service Tape Gateway type.</p>
2499
2499
  * @public
2500
2500
  */
2501
- OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration;
2501
+ OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | undefined;
2502
2502
  /**
2503
2503
  * <p>The ID of the updated <a>Address</a> object.</p>
2504
2504
  * @public
2505
2505
  */
2506
- AddressId?: string;
2506
+ AddressId?: string | undefined;
2507
2507
  /**
2508
2508
  * <p>The updated shipping option value of this job's <a>ShippingDetails</a>
2509
2509
  * object.</p>
2510
2510
  * @public
2511
2511
  */
2512
- ShippingOption?: ShippingOption;
2512
+ ShippingOption?: ShippingOption | undefined;
2513
2513
  /**
2514
2514
  * <p>The updated description of this job's <a>JobMetadata</a> object.</p>
2515
2515
  * @public
2516
2516
  */
2517
- Description?: string;
2517
+ Description?: string | undefined;
2518
2518
  /**
2519
2519
  * <p>The updated <code>SnowballCapacityPreference</code> of this job's <a>JobMetadata</a> object. The 50 TB Snowballs are only available in the US
2520
2520
  * regions.</p>
@@ -2525,18 +2525,18 @@ export interface UpdateJobRequest {
2525
2525
  * Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>
2526
2526
  * @public
2527
2527
  */
2528
- SnowballCapacityPreference?: SnowballCapacity;
2528
+ SnowballCapacityPreference?: SnowballCapacity | undefined;
2529
2529
  /**
2530
2530
  * <p>The updated ID for the forwarding address for a job. This field is not
2531
2531
  * supported in most regions.</p>
2532
2532
  * @public
2533
2533
  */
2534
- ForwardingAddressId?: string;
2534
+ ForwardingAddressId?: string | undefined;
2535
2535
  /**
2536
2536
  * <p>Information identifying the person picking up the device.</p>
2537
2537
  * @public
2538
2538
  */
2539
- PickupDetails?: PickupDetails;
2539
+ PickupDetails?: PickupDetails | undefined;
2540
2540
  }
2541
2541
  /**
2542
2542
  * @public
@@ -2592,13 +2592,13 @@ export interface UpdateLongTermPricingRequest {
2592
2592
  * new device.</p>
2593
2593
  * @public
2594
2594
  */
2595
- ReplacementJob?: string;
2595
+ ReplacementJob?: string | undefined;
2596
2596
  /**
2597
2597
  * <p>If set to <code>true</code>, specifies that the current long-term pricing type for the
2598
2598
  * device should be automatically renewed before the long-term pricing contract expires.</p>
2599
2599
  * @public
2600
2600
  */
2601
- IsLongTermPricingAutoRenew?: boolean;
2601
+ IsLongTermPricingAutoRenew?: boolean | undefined;
2602
2602
  }
2603
2603
  /**
2604
2604
  * @public