aws-sdk-snowball 1.63.0 → 1.64.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,674 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::Snowball
9
+ module Types
10
+
11
+ class Address
12
+ attr_accessor address_id: ::String
13
+ attr_accessor name: ::String
14
+ attr_accessor company: ::String
15
+ attr_accessor street_1: ::String
16
+ attr_accessor street_2: ::String
17
+ attr_accessor street_3: ::String
18
+ attr_accessor city: ::String
19
+ attr_accessor state_or_province: ::String
20
+ attr_accessor prefecture_or_district: ::String
21
+ attr_accessor landmark: ::String
22
+ attr_accessor country: ::String
23
+ attr_accessor postal_code: ::String
24
+ attr_accessor phone_number: ::String
25
+ attr_accessor is_restricted: bool
26
+ attr_accessor type: ("CUST_PICKUP" | "AWS_SHIP")
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class CancelClusterRequest
31
+ attr_accessor cluster_id: ::String
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class CancelClusterResult < Aws::EmptyStructure
36
+ end
37
+
38
+ class CancelJobRequest
39
+ attr_accessor job_id: ::String
40
+ SENSITIVE: []
41
+ end
42
+
43
+ class CancelJobResult < Aws::EmptyStructure
44
+ end
45
+
46
+ class ClusterLimitExceededException
47
+ attr_accessor message: ::String
48
+ SENSITIVE: []
49
+ end
50
+
51
+ class ClusterListEntry
52
+ attr_accessor cluster_id: ::String
53
+ attr_accessor cluster_state: ("AwaitingQuorum" | "Pending" | "InUse" | "Complete" | "Cancelled")
54
+ attr_accessor creation_date: ::Time
55
+ attr_accessor description: ::String
56
+ SENSITIVE: []
57
+ end
58
+
59
+ class ClusterMetadata
60
+ attr_accessor cluster_id: ::String
61
+ attr_accessor description: ::String
62
+ attr_accessor kms_key_arn: ::String
63
+ attr_accessor role_arn: ::String
64
+ attr_accessor cluster_state: ("AwaitingQuorum" | "Pending" | "InUse" | "Complete" | "Cancelled")
65
+ attr_accessor job_type: ("IMPORT" | "EXPORT" | "LOCAL_USE")
66
+ attr_accessor snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C")
67
+ attr_accessor creation_date: ::Time
68
+ attr_accessor resources: Types::JobResource
69
+ attr_accessor address_id: ::String
70
+ attr_accessor shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD")
71
+ attr_accessor notification: Types::Notification
72
+ attr_accessor forwarding_address_id: ::String
73
+ attr_accessor tax_documents: Types::TaxDocuments
74
+ attr_accessor on_device_service_configuration: Types::OnDeviceServiceConfiguration
75
+ SENSITIVE: []
76
+ end
77
+
78
+ class CompatibleImage
79
+ attr_accessor ami_id: ::String
80
+ attr_accessor name: ::String
81
+ SENSITIVE: []
82
+ end
83
+
84
+ class ConflictException
85
+ attr_accessor conflict_resource: ::String
86
+ attr_accessor message: ::String
87
+ SENSITIVE: []
88
+ end
89
+
90
+ class CreateAddressRequest
91
+ attr_accessor address: Types::Address
92
+ SENSITIVE: []
93
+ end
94
+
95
+ class CreateAddressResult
96
+ attr_accessor address_id: ::String
97
+ SENSITIVE: []
98
+ end
99
+
100
+ class CreateClusterRequest
101
+ attr_accessor job_type: ("IMPORT" | "EXPORT" | "LOCAL_USE")
102
+ attr_accessor resources: Types::JobResource
103
+ attr_accessor on_device_service_configuration: Types::OnDeviceServiceConfiguration
104
+ attr_accessor description: ::String
105
+ attr_accessor address_id: ::String
106
+ attr_accessor kms_key_arn: ::String
107
+ attr_accessor role_arn: ::String
108
+ attr_accessor snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C")
109
+ attr_accessor shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD")
110
+ attr_accessor notification: Types::Notification
111
+ attr_accessor forwarding_address_id: ::String
112
+ attr_accessor tax_documents: Types::TaxDocuments
113
+ attr_accessor remote_management: ("INSTALLED_ONLY" | "INSTALLED_AUTOSTART" | "NOT_INSTALLED")
114
+ attr_accessor initial_cluster_size: ::Integer
115
+ attr_accessor force_create_jobs: bool
116
+ attr_accessor long_term_pricing_ids: ::Array[::String]
117
+ attr_accessor snowball_capacity_preference: ("T50" | "T80" | "T100" | "T42" | "T98" | "T8" | "T14" | "T32" | "NoPreference" | "T240" | "T13")
118
+ SENSITIVE: []
119
+ end
120
+
121
+ class CreateClusterResult
122
+ attr_accessor cluster_id: ::String
123
+ attr_accessor job_list_entries: ::Array[Types::JobListEntry]
124
+ SENSITIVE: []
125
+ end
126
+
127
+ class CreateJobRequest
128
+ attr_accessor job_type: ("IMPORT" | "EXPORT" | "LOCAL_USE")
129
+ attr_accessor resources: Types::JobResource
130
+ attr_accessor on_device_service_configuration: Types::OnDeviceServiceConfiguration
131
+ attr_accessor description: ::String
132
+ attr_accessor address_id: ::String
133
+ attr_accessor kms_key_arn: ::String
134
+ attr_accessor role_arn: ::String
135
+ attr_accessor snowball_capacity_preference: ("T50" | "T80" | "T100" | "T42" | "T98" | "T8" | "T14" | "T32" | "NoPreference" | "T240" | "T13")
136
+ attr_accessor shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD")
137
+ attr_accessor notification: Types::Notification
138
+ attr_accessor cluster_id: ::String
139
+ attr_accessor snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C")
140
+ attr_accessor forwarding_address_id: ::String
141
+ attr_accessor tax_documents: Types::TaxDocuments
142
+ attr_accessor device_configuration: Types::DeviceConfiguration
143
+ attr_accessor remote_management: ("INSTALLED_ONLY" | "INSTALLED_AUTOSTART" | "NOT_INSTALLED")
144
+ attr_accessor long_term_pricing_id: ::String
145
+ attr_accessor impact_level: ("IL2" | "IL4" | "IL5" | "IL6" | "IL99")
146
+ attr_accessor pickup_details: Types::PickupDetails
147
+ SENSITIVE: []
148
+ end
149
+
150
+ class CreateJobResult
151
+ attr_accessor job_id: ::String
152
+ SENSITIVE: []
153
+ end
154
+
155
+ class CreateLongTermPricingRequest
156
+ attr_accessor long_term_pricing_type: ("OneYear" | "ThreeYear" | "OneMonth")
157
+ attr_accessor is_long_term_pricing_auto_renew: bool
158
+ attr_accessor snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C")
159
+ SENSITIVE: []
160
+ end
161
+
162
+ class CreateLongTermPricingResult
163
+ attr_accessor long_term_pricing_id: ::String
164
+ SENSITIVE: []
165
+ end
166
+
167
+ class CreateReturnShippingLabelRequest
168
+ attr_accessor job_id: ::String
169
+ attr_accessor shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD")
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class CreateReturnShippingLabelResult
174
+ attr_accessor status: ("InProgress" | "TimedOut" | "Succeeded" | "Failed")
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class DataTransfer
179
+ attr_accessor bytes_transferred: ::Integer
180
+ attr_accessor objects_transferred: ::Integer
181
+ attr_accessor total_bytes: ::Integer
182
+ attr_accessor total_objects: ::Integer
183
+ SENSITIVE: []
184
+ end
185
+
186
+ class DependentService
187
+ attr_accessor service_name: ("KUBERNETES" | "EKS_ANYWHERE")
188
+ attr_accessor service_version: Types::ServiceVersion
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class DescribeAddressRequest
193
+ attr_accessor address_id: ::String
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class DescribeAddressResult
198
+ attr_accessor address: Types::Address
199
+ SENSITIVE: []
200
+ end
201
+
202
+ class DescribeAddressesRequest
203
+ attr_accessor max_results: ::Integer
204
+ attr_accessor next_token: ::String
205
+ SENSITIVE: []
206
+ end
207
+
208
+ class DescribeAddressesResult
209
+ attr_accessor addresses: ::Array[Types::Address]
210
+ attr_accessor next_token: ::String
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class DescribeClusterRequest
215
+ attr_accessor cluster_id: ::String
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class DescribeClusterResult
220
+ attr_accessor cluster_metadata: Types::ClusterMetadata
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class DescribeJobRequest
225
+ attr_accessor job_id: ::String
226
+ SENSITIVE: []
227
+ end
228
+
229
+ class DescribeJobResult
230
+ attr_accessor job_metadata: Types::JobMetadata
231
+ attr_accessor sub_job_metadata: ::Array[Types::JobMetadata]
232
+ SENSITIVE: []
233
+ end
234
+
235
+ class DescribeReturnShippingLabelRequest
236
+ attr_accessor job_id: ::String
237
+ SENSITIVE: []
238
+ end
239
+
240
+ class DescribeReturnShippingLabelResult
241
+ attr_accessor status: ("InProgress" | "TimedOut" | "Succeeded" | "Failed")
242
+ attr_accessor expiration_date: ::Time
243
+ attr_accessor return_shipping_label_uri: ::String
244
+ SENSITIVE: []
245
+ end
246
+
247
+ class DeviceConfiguration
248
+ attr_accessor snowcone_device_configuration: Types::SnowconeDeviceConfiguration
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class EKSOnDeviceServiceConfiguration
253
+ attr_accessor kubernetes_version: ::String
254
+ attr_accessor eks_anywhere_version: ::String
255
+ SENSITIVE: []
256
+ end
257
+
258
+ class Ec2AmiResource
259
+ attr_accessor ami_id: ::String
260
+ attr_accessor snowball_ami_id: ::String
261
+ SENSITIVE: []
262
+ end
263
+
264
+ class Ec2RequestFailedException
265
+ attr_accessor message: ::String
266
+ SENSITIVE: []
267
+ end
268
+
269
+ class EventTriggerDefinition
270
+ attr_accessor event_resource_arn: ::String
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class GetJobManifestRequest
275
+ attr_accessor job_id: ::String
276
+ SENSITIVE: []
277
+ end
278
+
279
+ class GetJobManifestResult
280
+ attr_accessor manifest_uri: ::String
281
+ SENSITIVE: []
282
+ end
283
+
284
+ class GetJobUnlockCodeRequest
285
+ attr_accessor job_id: ::String
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class GetJobUnlockCodeResult
290
+ attr_accessor unlock_code: ::String
291
+ SENSITIVE: []
292
+ end
293
+
294
+ class GetSnowballUsageRequest < Aws::EmptyStructure
295
+ end
296
+
297
+ class GetSnowballUsageResult
298
+ attr_accessor snowball_limit: ::Integer
299
+ attr_accessor snowballs_in_use: ::Integer
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class GetSoftwareUpdatesRequest
304
+ attr_accessor job_id: ::String
305
+ SENSITIVE: []
306
+ end
307
+
308
+ class GetSoftwareUpdatesResult
309
+ attr_accessor updates_uri: ::String
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class INDTaxDocuments
314
+ attr_accessor gstin: ::String
315
+ SENSITIVE: []
316
+ end
317
+
318
+ class InvalidAddressException
319
+ attr_accessor message: ::String
320
+ SENSITIVE: []
321
+ end
322
+
323
+ class InvalidInputCombinationException
324
+ attr_accessor message: ::String
325
+ SENSITIVE: []
326
+ end
327
+
328
+ class InvalidJobStateException
329
+ attr_accessor message: ::String
330
+ SENSITIVE: []
331
+ end
332
+
333
+ class InvalidNextTokenException
334
+ attr_accessor message: ::String
335
+ SENSITIVE: []
336
+ end
337
+
338
+ class InvalidResourceException
339
+ attr_accessor message: ::String
340
+ attr_accessor resource_type: ::String
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class JobListEntry
345
+ attr_accessor job_id: ::String
346
+ attr_accessor job_state: ("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")
347
+ attr_accessor is_master: bool
348
+ attr_accessor job_type: ("IMPORT" | "EXPORT" | "LOCAL_USE")
349
+ attr_accessor snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C")
350
+ attr_accessor creation_date: ::Time
351
+ attr_accessor description: ::String
352
+ SENSITIVE: []
353
+ end
354
+
355
+ class JobLogs
356
+ attr_accessor job_completion_report_uri: ::String
357
+ attr_accessor job_success_log_uri: ::String
358
+ attr_accessor job_failure_log_uri: ::String
359
+ SENSITIVE: []
360
+ end
361
+
362
+ class JobMetadata
363
+ attr_accessor job_id: ::String
364
+ attr_accessor job_state: ("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")
365
+ attr_accessor job_type: ("IMPORT" | "EXPORT" | "LOCAL_USE")
366
+ attr_accessor snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C")
367
+ attr_accessor creation_date: ::Time
368
+ attr_accessor resources: Types::JobResource
369
+ attr_accessor description: ::String
370
+ attr_accessor kms_key_arn: ::String
371
+ attr_accessor role_arn: ::String
372
+ attr_accessor address_id: ::String
373
+ attr_accessor shipping_details: Types::ShippingDetails
374
+ attr_accessor snowball_capacity_preference: ("T50" | "T80" | "T100" | "T42" | "T98" | "T8" | "T14" | "T32" | "NoPreference" | "T240" | "T13")
375
+ attr_accessor notification: Types::Notification
376
+ attr_accessor data_transfer_progress: Types::DataTransfer
377
+ attr_accessor job_log_info: Types::JobLogs
378
+ attr_accessor cluster_id: ::String
379
+ attr_accessor forwarding_address_id: ::String
380
+ attr_accessor tax_documents: Types::TaxDocuments
381
+ attr_accessor device_configuration: Types::DeviceConfiguration
382
+ attr_accessor remote_management: ("INSTALLED_ONLY" | "INSTALLED_AUTOSTART" | "NOT_INSTALLED")
383
+ attr_accessor long_term_pricing_id: ::String
384
+ attr_accessor on_device_service_configuration: Types::OnDeviceServiceConfiguration
385
+ attr_accessor impact_level: ("IL2" | "IL4" | "IL5" | "IL6" | "IL99")
386
+ attr_accessor pickup_details: Types::PickupDetails
387
+ attr_accessor snowball_id: ::String
388
+ SENSITIVE: []
389
+ end
390
+
391
+ class JobResource
392
+ attr_accessor s3_resources: ::Array[Types::S3Resource]
393
+ attr_accessor lambda_resources: ::Array[Types::LambdaResource]
394
+ attr_accessor ec2_ami_resources: ::Array[Types::Ec2AmiResource]
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class KMSRequestFailedException
399
+ attr_accessor message: ::String
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class KeyRange
404
+ attr_accessor begin_marker: ::String
405
+ attr_accessor end_marker: ::String
406
+ SENSITIVE: []
407
+ end
408
+
409
+ class LambdaResource
410
+ attr_accessor lambda_arn: ::String
411
+ attr_accessor event_triggers: ::Array[Types::EventTriggerDefinition]
412
+ SENSITIVE: []
413
+ end
414
+
415
+ class ListClusterJobsRequest
416
+ attr_accessor cluster_id: ::String
417
+ attr_accessor max_results: ::Integer
418
+ attr_accessor next_token: ::String
419
+ SENSITIVE: []
420
+ end
421
+
422
+ class ListClusterJobsResult
423
+ attr_accessor job_list_entries: ::Array[Types::JobListEntry]
424
+ attr_accessor next_token: ::String
425
+ SENSITIVE: []
426
+ end
427
+
428
+ class ListClustersRequest
429
+ attr_accessor max_results: ::Integer
430
+ attr_accessor next_token: ::String
431
+ SENSITIVE: []
432
+ end
433
+
434
+ class ListClustersResult
435
+ attr_accessor cluster_list_entries: ::Array[Types::ClusterListEntry]
436
+ attr_accessor next_token: ::String
437
+ SENSITIVE: []
438
+ end
439
+
440
+ class ListCompatibleImagesRequest
441
+ attr_accessor max_results: ::Integer
442
+ attr_accessor next_token: ::String
443
+ SENSITIVE: []
444
+ end
445
+
446
+ class ListCompatibleImagesResult
447
+ attr_accessor compatible_images: ::Array[Types::CompatibleImage]
448
+ attr_accessor next_token: ::String
449
+ SENSITIVE: []
450
+ end
451
+
452
+ class ListJobsRequest
453
+ attr_accessor max_results: ::Integer
454
+ attr_accessor next_token: ::String
455
+ SENSITIVE: []
456
+ end
457
+
458
+ class ListJobsResult
459
+ attr_accessor job_list_entries: ::Array[Types::JobListEntry]
460
+ attr_accessor next_token: ::String
461
+ SENSITIVE: []
462
+ end
463
+
464
+ class ListLongTermPricingRequest
465
+ attr_accessor max_results: ::Integer
466
+ attr_accessor next_token: ::String
467
+ SENSITIVE: []
468
+ end
469
+
470
+ class ListLongTermPricingResult
471
+ attr_accessor long_term_pricing_entries: ::Array[Types::LongTermPricingListEntry]
472
+ attr_accessor next_token: ::String
473
+ SENSITIVE: []
474
+ end
475
+
476
+ class ListPickupLocationsRequest
477
+ attr_accessor max_results: ::Integer
478
+ attr_accessor next_token: ::String
479
+ SENSITIVE: []
480
+ end
481
+
482
+ class ListPickupLocationsResult
483
+ attr_accessor addresses: ::Array[Types::Address]
484
+ attr_accessor next_token: ::String
485
+ SENSITIVE: []
486
+ end
487
+
488
+ class ListServiceVersionsRequest
489
+ attr_accessor service_name: ("KUBERNETES" | "EKS_ANYWHERE")
490
+ attr_accessor dependent_services: ::Array[Types::DependentService]
491
+ attr_accessor max_results: ::Integer
492
+ attr_accessor next_token: ::String
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class ListServiceVersionsResult
497
+ attr_accessor service_versions: ::Array[Types::ServiceVersion]
498
+ attr_accessor service_name: ("KUBERNETES" | "EKS_ANYWHERE")
499
+ attr_accessor dependent_services: ::Array[Types::DependentService]
500
+ attr_accessor next_token: ::String
501
+ SENSITIVE: []
502
+ end
503
+
504
+ class LongTermPricingListEntry
505
+ attr_accessor long_term_pricing_id: ::String
506
+ attr_accessor long_term_pricing_end_date: ::Time
507
+ attr_accessor long_term_pricing_start_date: ::Time
508
+ attr_accessor long_term_pricing_type: ("OneYear" | "ThreeYear" | "OneMonth")
509
+ attr_accessor current_active_job: ::String
510
+ attr_accessor replacement_job: ::String
511
+ attr_accessor is_long_term_pricing_auto_renew: bool
512
+ attr_accessor long_term_pricing_status: ::String
513
+ attr_accessor snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C")
514
+ attr_accessor job_ids: ::Array[::String]
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class NFSOnDeviceServiceConfiguration
519
+ attr_accessor storage_limit: ::Integer
520
+ attr_accessor storage_unit: ("TB")
521
+ SENSITIVE: []
522
+ end
523
+
524
+ class Notification
525
+ attr_accessor sns_topic_arn: ::String
526
+ attr_accessor job_states_to_notify: ::Array[("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")]
527
+ attr_accessor notify_all: bool
528
+ attr_accessor device_pickup_sns_topic_arn: ::String
529
+ SENSITIVE: []
530
+ end
531
+
532
+ class OnDeviceServiceConfiguration
533
+ attr_accessor nfs_on_device_service: Types::NFSOnDeviceServiceConfiguration
534
+ attr_accessor tgw_on_device_service: Types::TGWOnDeviceServiceConfiguration
535
+ attr_accessor eks_on_device_service: Types::EKSOnDeviceServiceConfiguration
536
+ attr_accessor s3_on_device_service: Types::S3OnDeviceServiceConfiguration
537
+ SENSITIVE: []
538
+ end
539
+
540
+ class PickupDetails
541
+ attr_accessor name: ::String
542
+ attr_accessor phone_number: ::String
543
+ attr_accessor email: ::String
544
+ attr_accessor identification_number: ::String
545
+ attr_accessor identification_expiration_date: ::Time
546
+ attr_accessor identification_issuing_org: ::String
547
+ attr_accessor device_pickup_id: ::String
548
+ SENSITIVE: [:phone_number, :email]
549
+ end
550
+
551
+ class ReturnShippingLabelAlreadyExistsException
552
+ attr_accessor message: ::String
553
+ SENSITIVE: []
554
+ end
555
+
556
+ class S3OnDeviceServiceConfiguration
557
+ attr_accessor storage_limit: ::Float
558
+ attr_accessor storage_unit: ("TB")
559
+ attr_accessor service_size: ::Integer
560
+ attr_accessor fault_tolerance: ::Integer
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class S3Resource
565
+ attr_accessor bucket_arn: ::String
566
+ attr_accessor key_range: Types::KeyRange
567
+ attr_accessor target_on_device_services: ::Array[Types::TargetOnDeviceService]
568
+ SENSITIVE: []
569
+ end
570
+
571
+ class ServiceVersion
572
+ attr_accessor version: ::String
573
+ SENSITIVE: []
574
+ end
575
+
576
+ class Shipment
577
+ attr_accessor status: ::String
578
+ attr_accessor tracking_number: ::String
579
+ SENSITIVE: []
580
+ end
581
+
582
+ class ShippingDetails
583
+ attr_accessor shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD")
584
+ attr_accessor inbound_shipment: Types::Shipment
585
+ attr_accessor outbound_shipment: Types::Shipment
586
+ SENSITIVE: []
587
+ end
588
+
589
+ class SnowconeDeviceConfiguration
590
+ attr_accessor wireless_connection: Types::WirelessConnection
591
+ SENSITIVE: []
592
+ end
593
+
594
+ class TGWOnDeviceServiceConfiguration
595
+ attr_accessor storage_limit: ::Integer
596
+ attr_accessor storage_unit: ("TB")
597
+ SENSITIVE: []
598
+ end
599
+
600
+ class TargetOnDeviceService
601
+ attr_accessor service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")
602
+ attr_accessor transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")
603
+ SENSITIVE: []
604
+ end
605
+
606
+ class TaxDocuments
607
+ attr_accessor ind: Types::INDTaxDocuments
608
+ SENSITIVE: []
609
+ end
610
+
611
+ class UnsupportedAddressException
612
+ attr_accessor message: ::String
613
+ SENSITIVE: []
614
+ end
615
+
616
+ class UpdateClusterRequest
617
+ attr_accessor cluster_id: ::String
618
+ attr_accessor role_arn: ::String
619
+ attr_accessor description: ::String
620
+ attr_accessor resources: Types::JobResource
621
+ attr_accessor on_device_service_configuration: Types::OnDeviceServiceConfiguration
622
+ attr_accessor address_id: ::String
623
+ attr_accessor shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD")
624
+ attr_accessor notification: Types::Notification
625
+ attr_accessor forwarding_address_id: ::String
626
+ SENSITIVE: []
627
+ end
628
+
629
+ class UpdateClusterResult < Aws::EmptyStructure
630
+ end
631
+
632
+ class UpdateJobRequest
633
+ attr_accessor job_id: ::String
634
+ attr_accessor role_arn: ::String
635
+ attr_accessor notification: Types::Notification
636
+ attr_accessor resources: Types::JobResource
637
+ attr_accessor on_device_service_configuration: Types::OnDeviceServiceConfiguration
638
+ attr_accessor address_id: ::String
639
+ attr_accessor shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD")
640
+ attr_accessor description: ::String
641
+ attr_accessor snowball_capacity_preference: ("T50" | "T80" | "T100" | "T42" | "T98" | "T8" | "T14" | "T32" | "NoPreference" | "T240" | "T13")
642
+ attr_accessor forwarding_address_id: ::String
643
+ attr_accessor pickup_details: Types::PickupDetails
644
+ SENSITIVE: []
645
+ end
646
+
647
+ class UpdateJobResult < Aws::EmptyStructure
648
+ end
649
+
650
+ class UpdateJobShipmentStateRequest
651
+ attr_accessor job_id: ::String
652
+ attr_accessor shipment_state: ("RECEIVED" | "RETURNED")
653
+ SENSITIVE: []
654
+ end
655
+
656
+ class UpdateJobShipmentStateResult < Aws::EmptyStructure
657
+ end
658
+
659
+ class UpdateLongTermPricingRequest
660
+ attr_accessor long_term_pricing_id: ::String
661
+ attr_accessor replacement_job: ::String
662
+ attr_accessor is_long_term_pricing_auto_renew: bool
663
+ SENSITIVE: []
664
+ end
665
+
666
+ class UpdateLongTermPricingResult < Aws::EmptyStructure
667
+ end
668
+
669
+ class WirelessConnection
670
+ attr_accessor is_wifi_enabled: bool
671
+ SENSITIVE: []
672
+ end
673
+ end
674
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Snowball
10
+ module Waiters
11
+ end
12
+ end
13
+ end