aws-sdk-snowball 1.62.0 → 1.64.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,702 @@
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
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _CancelClusterResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelClusterResult]
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#cancel_cluster-instance_method
80
+ def cancel_cluster: (
81
+ cluster_id: ::String
82
+ ) -> _CancelClusterResponseSuccess
83
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelClusterResponseSuccess
84
+
85
+ interface _CancelJobResponseSuccess
86
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelJobResult]
87
+ end
88
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#cancel_job-instance_method
89
+ def cancel_job: (
90
+ job_id: ::String
91
+ ) -> _CancelJobResponseSuccess
92
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelJobResponseSuccess
93
+
94
+ interface _CreateAddressResponseSuccess
95
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAddressResult]
96
+ def address_id: () -> ::String
97
+ end
98
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#create_address-instance_method
99
+ def create_address: (
100
+ address: {
101
+ address_id: ::String?,
102
+ name: ::String?,
103
+ company: ::String?,
104
+ street_1: ::String?,
105
+ street_2: ::String?,
106
+ street_3: ::String?,
107
+ city: ::String?,
108
+ state_or_province: ::String?,
109
+ prefecture_or_district: ::String?,
110
+ landmark: ::String?,
111
+ country: ::String?,
112
+ postal_code: ::String?,
113
+ phone_number: ::String?,
114
+ is_restricted: bool?,
115
+ type: ("CUST_PICKUP" | "AWS_SHIP")?
116
+ }
117
+ ) -> _CreateAddressResponseSuccess
118
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAddressResponseSuccess
119
+
120
+ interface _CreateClusterResponseSuccess
121
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateClusterResult]
122
+ def cluster_id: () -> ::String
123
+ def job_list_entries: () -> ::Array[Types::JobListEntry]
124
+ end
125
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#create_cluster-instance_method
126
+ def create_cluster: (
127
+ job_type: ("IMPORT" | "EXPORT" | "LOCAL_USE"),
128
+ ?resources: {
129
+ s3_resources: Array[
130
+ {
131
+ bucket_arn: ::String?,
132
+ key_range: {
133
+ begin_marker: ::String?,
134
+ end_marker: ::String?
135
+ }?,
136
+ target_on_device_services: Array[
137
+ {
138
+ service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")?,
139
+ transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")?
140
+ },
141
+ ]?
142
+ },
143
+ ]?,
144
+ lambda_resources: Array[
145
+ {
146
+ lambda_arn: ::String?,
147
+ event_triggers: Array[
148
+ {
149
+ event_resource_arn: ::String?
150
+ },
151
+ ]?
152
+ },
153
+ ]?,
154
+ ec2_ami_resources: Array[
155
+ {
156
+ ami_id: ::String,
157
+ snowball_ami_id: ::String?
158
+ },
159
+ ]?
160
+ },
161
+ ?on_device_service_configuration: {
162
+ nfs_on_device_service: {
163
+ storage_limit: ::Integer?,
164
+ storage_unit: ("TB")?
165
+ }?,
166
+ tgw_on_device_service: {
167
+ storage_limit: ::Integer?,
168
+ storage_unit: ("TB")?
169
+ }?,
170
+ eks_on_device_service: {
171
+ kubernetes_version: ::String?,
172
+ eks_anywhere_version: ::String?
173
+ }?,
174
+ s3_on_device_service: {
175
+ storage_limit: ::Float?,
176
+ storage_unit: ("TB")?,
177
+ service_size: ::Integer?,
178
+ fault_tolerance: ::Integer?
179
+ }?
180
+ },
181
+ ?description: ::String,
182
+ address_id: ::String,
183
+ ?kms_key_arn: ::String,
184
+ ?role_arn: ::String,
185
+ snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C"),
186
+ shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD"),
187
+ ?notification: {
188
+ sns_topic_arn: ::String?,
189
+ job_states_to_notify: Array[("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")]?,
190
+ notify_all: bool?,
191
+ device_pickup_sns_topic_arn: ::String?
192
+ },
193
+ ?forwarding_address_id: ::String,
194
+ ?tax_documents: {
195
+ ind: {
196
+ gstin: ::String?
197
+ }?
198
+ },
199
+ ?remote_management: ("INSTALLED_ONLY" | "INSTALLED_AUTOSTART" | "NOT_INSTALLED"),
200
+ ?initial_cluster_size: ::Integer,
201
+ ?force_create_jobs: bool,
202
+ ?long_term_pricing_ids: Array[::String],
203
+ ?snowball_capacity_preference: ("T50" | "T80" | "T100" | "T42" | "T98" | "T8" | "T14" | "T32" | "NoPreference" | "T240" | "T13")
204
+ ) -> _CreateClusterResponseSuccess
205
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
206
+
207
+ interface _CreateJobResponseSuccess
208
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateJobResult]
209
+ def job_id: () -> ::String
210
+ end
211
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#create_job-instance_method
212
+ def create_job: (
213
+ ?job_type: ("IMPORT" | "EXPORT" | "LOCAL_USE"),
214
+ ?resources: {
215
+ s3_resources: Array[
216
+ {
217
+ bucket_arn: ::String?,
218
+ key_range: {
219
+ begin_marker: ::String?,
220
+ end_marker: ::String?
221
+ }?,
222
+ target_on_device_services: Array[
223
+ {
224
+ service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")?,
225
+ transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")?
226
+ },
227
+ ]?
228
+ },
229
+ ]?,
230
+ lambda_resources: Array[
231
+ {
232
+ lambda_arn: ::String?,
233
+ event_triggers: Array[
234
+ {
235
+ event_resource_arn: ::String?
236
+ },
237
+ ]?
238
+ },
239
+ ]?,
240
+ ec2_ami_resources: Array[
241
+ {
242
+ ami_id: ::String,
243
+ snowball_ami_id: ::String?
244
+ },
245
+ ]?
246
+ },
247
+ ?on_device_service_configuration: {
248
+ nfs_on_device_service: {
249
+ storage_limit: ::Integer?,
250
+ storage_unit: ("TB")?
251
+ }?,
252
+ tgw_on_device_service: {
253
+ storage_limit: ::Integer?,
254
+ storage_unit: ("TB")?
255
+ }?,
256
+ eks_on_device_service: {
257
+ kubernetes_version: ::String?,
258
+ eks_anywhere_version: ::String?
259
+ }?,
260
+ s3_on_device_service: {
261
+ storage_limit: ::Float?,
262
+ storage_unit: ("TB")?,
263
+ service_size: ::Integer?,
264
+ fault_tolerance: ::Integer?
265
+ }?
266
+ },
267
+ ?description: ::String,
268
+ ?address_id: ::String,
269
+ ?kms_key_arn: ::String,
270
+ ?role_arn: ::String,
271
+ ?snowball_capacity_preference: ("T50" | "T80" | "T100" | "T42" | "T98" | "T8" | "T14" | "T32" | "NoPreference" | "T240" | "T13"),
272
+ ?shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD"),
273
+ ?notification: {
274
+ sns_topic_arn: ::String?,
275
+ job_states_to_notify: Array[("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")]?,
276
+ notify_all: bool?,
277
+ device_pickup_sns_topic_arn: ::String?
278
+ },
279
+ ?cluster_id: ::String,
280
+ ?snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C"),
281
+ ?forwarding_address_id: ::String,
282
+ ?tax_documents: {
283
+ ind: {
284
+ gstin: ::String?
285
+ }?
286
+ },
287
+ ?device_configuration: {
288
+ snowcone_device_configuration: {
289
+ wireless_connection: {
290
+ is_wifi_enabled: bool?
291
+ }?
292
+ }?
293
+ },
294
+ ?remote_management: ("INSTALLED_ONLY" | "INSTALLED_AUTOSTART" | "NOT_INSTALLED"),
295
+ ?long_term_pricing_id: ::String,
296
+ ?impact_level: ("IL2" | "IL4" | "IL5" | "IL6" | "IL99"),
297
+ ?pickup_details: {
298
+ name: ::String?,
299
+ phone_number: ::String?,
300
+ email: ::String?,
301
+ identification_number: ::String?,
302
+ identification_expiration_date: ::Time?,
303
+ identification_issuing_org: ::String?,
304
+ device_pickup_id: ::String?
305
+ }
306
+ ) -> _CreateJobResponseSuccess
307
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateJobResponseSuccess
308
+
309
+ interface _CreateLongTermPricingResponseSuccess
310
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateLongTermPricingResult]
311
+ def long_term_pricing_id: () -> ::String
312
+ end
313
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#create_long_term_pricing-instance_method
314
+ def create_long_term_pricing: (
315
+ long_term_pricing_type: ("OneYear" | "ThreeYear" | "OneMonth"),
316
+ ?is_long_term_pricing_auto_renew: bool,
317
+ snowball_type: ("STANDARD" | "EDGE" | "EDGE_C" | "EDGE_CG" | "EDGE_S" | "SNC1_HDD" | "SNC1_SSD" | "V3_5C" | "V3_5S" | "RACK_5U_C")
318
+ ) -> _CreateLongTermPricingResponseSuccess
319
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLongTermPricingResponseSuccess
320
+
321
+ interface _CreateReturnShippingLabelResponseSuccess
322
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateReturnShippingLabelResult]
323
+ def status: () -> ("InProgress" | "TimedOut" | "Succeeded" | "Failed")
324
+ end
325
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#create_return_shipping_label-instance_method
326
+ def create_return_shipping_label: (
327
+ job_id: ::String,
328
+ ?shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD")
329
+ ) -> _CreateReturnShippingLabelResponseSuccess
330
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReturnShippingLabelResponseSuccess
331
+
332
+ interface _DescribeAddressResponseSuccess
333
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAddressResult]
334
+ def address: () -> Types::Address
335
+ end
336
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#describe_address-instance_method
337
+ def describe_address: (
338
+ address_id: ::String
339
+ ) -> _DescribeAddressResponseSuccess
340
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAddressResponseSuccess
341
+
342
+ interface _DescribeAddressesResponseSuccess
343
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAddressesResult]
344
+ def addresses: () -> ::Array[Types::Address]
345
+ def next_token: () -> ::String
346
+ end
347
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#describe_addresses-instance_method
348
+ def describe_addresses: (
349
+ ?max_results: ::Integer,
350
+ ?next_token: ::String
351
+ ) -> _DescribeAddressesResponseSuccess
352
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAddressesResponseSuccess
353
+
354
+ interface _DescribeClusterResponseSuccess
355
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeClusterResult]
356
+ def cluster_metadata: () -> Types::ClusterMetadata
357
+ end
358
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#describe_cluster-instance_method
359
+ def describe_cluster: (
360
+ cluster_id: ::String
361
+ ) -> _DescribeClusterResponseSuccess
362
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeClusterResponseSuccess
363
+
364
+ interface _DescribeJobResponseSuccess
365
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeJobResult]
366
+ def job_metadata: () -> Types::JobMetadata
367
+ def sub_job_metadata: () -> ::Array[Types::JobMetadata]
368
+ end
369
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#describe_job-instance_method
370
+ def describe_job: (
371
+ job_id: ::String
372
+ ) -> _DescribeJobResponseSuccess
373
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeJobResponseSuccess
374
+
375
+ interface _DescribeReturnShippingLabelResponseSuccess
376
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeReturnShippingLabelResult]
377
+ def status: () -> ("InProgress" | "TimedOut" | "Succeeded" | "Failed")
378
+ def expiration_date: () -> ::Time
379
+ def return_shipping_label_uri: () -> ::String
380
+ end
381
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#describe_return_shipping_label-instance_method
382
+ def describe_return_shipping_label: (
383
+ job_id: ::String
384
+ ) -> _DescribeReturnShippingLabelResponseSuccess
385
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReturnShippingLabelResponseSuccess
386
+
387
+ interface _GetJobManifestResponseSuccess
388
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetJobManifestResult]
389
+ def manifest_uri: () -> ::String
390
+ end
391
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#get_job_manifest-instance_method
392
+ def get_job_manifest: (
393
+ job_id: ::String
394
+ ) -> _GetJobManifestResponseSuccess
395
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetJobManifestResponseSuccess
396
+
397
+ interface _GetJobUnlockCodeResponseSuccess
398
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetJobUnlockCodeResult]
399
+ def unlock_code: () -> ::String
400
+ end
401
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#get_job_unlock_code-instance_method
402
+ def get_job_unlock_code: (
403
+ job_id: ::String
404
+ ) -> _GetJobUnlockCodeResponseSuccess
405
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetJobUnlockCodeResponseSuccess
406
+
407
+ interface _GetSnowballUsageResponseSuccess
408
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSnowballUsageResult]
409
+ def snowball_limit: () -> ::Integer
410
+ def snowballs_in_use: () -> ::Integer
411
+ end
412
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#get_snowball_usage-instance_method
413
+ def get_snowball_usage: (
414
+ ) -> _GetSnowballUsageResponseSuccess
415
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSnowballUsageResponseSuccess
416
+
417
+ interface _GetSoftwareUpdatesResponseSuccess
418
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSoftwareUpdatesResult]
419
+ def updates_uri: () -> ::String
420
+ end
421
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#get_software_updates-instance_method
422
+ def get_software_updates: (
423
+ job_id: ::String
424
+ ) -> _GetSoftwareUpdatesResponseSuccess
425
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSoftwareUpdatesResponseSuccess
426
+
427
+ interface _ListClusterJobsResponseSuccess
428
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListClusterJobsResult]
429
+ def job_list_entries: () -> ::Array[Types::JobListEntry]
430
+ def next_token: () -> ::String
431
+ end
432
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#list_cluster_jobs-instance_method
433
+ def list_cluster_jobs: (
434
+ cluster_id: ::String,
435
+ ?max_results: ::Integer,
436
+ ?next_token: ::String
437
+ ) -> _ListClusterJobsResponseSuccess
438
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListClusterJobsResponseSuccess
439
+
440
+ interface _ListClustersResponseSuccess
441
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListClustersResult]
442
+ def cluster_list_entries: () -> ::Array[Types::ClusterListEntry]
443
+ def next_token: () -> ::String
444
+ end
445
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#list_clusters-instance_method
446
+ def list_clusters: (
447
+ ?max_results: ::Integer,
448
+ ?next_token: ::String
449
+ ) -> _ListClustersResponseSuccess
450
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListClustersResponseSuccess
451
+
452
+ interface _ListCompatibleImagesResponseSuccess
453
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCompatibleImagesResult]
454
+ def compatible_images: () -> ::Array[Types::CompatibleImage]
455
+ def next_token: () -> ::String
456
+ end
457
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#list_compatible_images-instance_method
458
+ def list_compatible_images: (
459
+ ?max_results: ::Integer,
460
+ ?next_token: ::String
461
+ ) -> _ListCompatibleImagesResponseSuccess
462
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCompatibleImagesResponseSuccess
463
+
464
+ interface _ListJobsResponseSuccess
465
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListJobsResult]
466
+ def job_list_entries: () -> ::Array[Types::JobListEntry]
467
+ def next_token: () -> ::String
468
+ end
469
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#list_jobs-instance_method
470
+ def list_jobs: (
471
+ ?max_results: ::Integer,
472
+ ?next_token: ::String
473
+ ) -> _ListJobsResponseSuccess
474
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListJobsResponseSuccess
475
+
476
+ interface _ListLongTermPricingResponseSuccess
477
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListLongTermPricingResult]
478
+ def long_term_pricing_entries: () -> ::Array[Types::LongTermPricingListEntry]
479
+ def next_token: () -> ::String
480
+ end
481
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#list_long_term_pricing-instance_method
482
+ def list_long_term_pricing: (
483
+ ?max_results: ::Integer,
484
+ ?next_token: ::String
485
+ ) -> _ListLongTermPricingResponseSuccess
486
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLongTermPricingResponseSuccess
487
+
488
+ interface _ListPickupLocationsResponseSuccess
489
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPickupLocationsResult]
490
+ def addresses: () -> ::Array[Types::Address]
491
+ def next_token: () -> ::String
492
+ end
493
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#list_pickup_locations-instance_method
494
+ def list_pickup_locations: (
495
+ ?max_results: ::Integer,
496
+ ?next_token: ::String
497
+ ) -> _ListPickupLocationsResponseSuccess
498
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPickupLocationsResponseSuccess
499
+
500
+ interface _ListServiceVersionsResponseSuccess
501
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListServiceVersionsResult]
502
+ def service_versions: () -> ::Array[Types::ServiceVersion]
503
+ def service_name: () -> ("KUBERNETES" | "EKS_ANYWHERE")
504
+ def dependent_services: () -> ::Array[Types::DependentService]
505
+ def next_token: () -> ::String
506
+ end
507
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#list_service_versions-instance_method
508
+ def list_service_versions: (
509
+ service_name: ("KUBERNETES" | "EKS_ANYWHERE"),
510
+ ?dependent_services: Array[
511
+ {
512
+ service_name: ("KUBERNETES" | "EKS_ANYWHERE")?,
513
+ service_version: {
514
+ version: ::String?
515
+ }?
516
+ },
517
+ ],
518
+ ?max_results: ::Integer,
519
+ ?next_token: ::String
520
+ ) -> _ListServiceVersionsResponseSuccess
521
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceVersionsResponseSuccess
522
+
523
+ interface _UpdateClusterResponseSuccess
524
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateClusterResult]
525
+ end
526
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#update_cluster-instance_method
527
+ def update_cluster: (
528
+ cluster_id: ::String,
529
+ ?role_arn: ::String,
530
+ ?description: ::String,
531
+ ?resources: {
532
+ s3_resources: Array[
533
+ {
534
+ bucket_arn: ::String?,
535
+ key_range: {
536
+ begin_marker: ::String?,
537
+ end_marker: ::String?
538
+ }?,
539
+ target_on_device_services: Array[
540
+ {
541
+ service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")?,
542
+ transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")?
543
+ },
544
+ ]?
545
+ },
546
+ ]?,
547
+ lambda_resources: Array[
548
+ {
549
+ lambda_arn: ::String?,
550
+ event_triggers: Array[
551
+ {
552
+ event_resource_arn: ::String?
553
+ },
554
+ ]?
555
+ },
556
+ ]?,
557
+ ec2_ami_resources: Array[
558
+ {
559
+ ami_id: ::String,
560
+ snowball_ami_id: ::String?
561
+ },
562
+ ]?
563
+ },
564
+ ?on_device_service_configuration: {
565
+ nfs_on_device_service: {
566
+ storage_limit: ::Integer?,
567
+ storage_unit: ("TB")?
568
+ }?,
569
+ tgw_on_device_service: {
570
+ storage_limit: ::Integer?,
571
+ storage_unit: ("TB")?
572
+ }?,
573
+ eks_on_device_service: {
574
+ kubernetes_version: ::String?,
575
+ eks_anywhere_version: ::String?
576
+ }?,
577
+ s3_on_device_service: {
578
+ storage_limit: ::Float?,
579
+ storage_unit: ("TB")?,
580
+ service_size: ::Integer?,
581
+ fault_tolerance: ::Integer?
582
+ }?
583
+ },
584
+ ?address_id: ::String,
585
+ ?shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD"),
586
+ ?notification: {
587
+ sns_topic_arn: ::String?,
588
+ job_states_to_notify: Array[("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")]?,
589
+ notify_all: bool?,
590
+ device_pickup_sns_topic_arn: ::String?
591
+ },
592
+ ?forwarding_address_id: ::String
593
+ ) -> _UpdateClusterResponseSuccess
594
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterResponseSuccess
595
+
596
+ interface _UpdateJobResponseSuccess
597
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateJobResult]
598
+ end
599
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#update_job-instance_method
600
+ def update_job: (
601
+ job_id: ::String,
602
+ ?role_arn: ::String,
603
+ ?notification: {
604
+ sns_topic_arn: ::String?,
605
+ job_states_to_notify: Array[("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")]?,
606
+ notify_all: bool?,
607
+ device_pickup_sns_topic_arn: ::String?
608
+ },
609
+ ?resources: {
610
+ s3_resources: Array[
611
+ {
612
+ bucket_arn: ::String?,
613
+ key_range: {
614
+ begin_marker: ::String?,
615
+ end_marker: ::String?
616
+ }?,
617
+ target_on_device_services: Array[
618
+ {
619
+ service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")?,
620
+ transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")?
621
+ },
622
+ ]?
623
+ },
624
+ ]?,
625
+ lambda_resources: Array[
626
+ {
627
+ lambda_arn: ::String?,
628
+ event_triggers: Array[
629
+ {
630
+ event_resource_arn: ::String?
631
+ },
632
+ ]?
633
+ },
634
+ ]?,
635
+ ec2_ami_resources: Array[
636
+ {
637
+ ami_id: ::String,
638
+ snowball_ami_id: ::String?
639
+ },
640
+ ]?
641
+ },
642
+ ?on_device_service_configuration: {
643
+ nfs_on_device_service: {
644
+ storage_limit: ::Integer?,
645
+ storage_unit: ("TB")?
646
+ }?,
647
+ tgw_on_device_service: {
648
+ storage_limit: ::Integer?,
649
+ storage_unit: ("TB")?
650
+ }?,
651
+ eks_on_device_service: {
652
+ kubernetes_version: ::String?,
653
+ eks_anywhere_version: ::String?
654
+ }?,
655
+ s3_on_device_service: {
656
+ storage_limit: ::Float?,
657
+ storage_unit: ("TB")?,
658
+ service_size: ::Integer?,
659
+ fault_tolerance: ::Integer?
660
+ }?
661
+ },
662
+ ?address_id: ::String,
663
+ ?shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD"),
664
+ ?description: ::String,
665
+ ?snowball_capacity_preference: ("T50" | "T80" | "T100" | "T42" | "T98" | "T8" | "T14" | "T32" | "NoPreference" | "T240" | "T13"),
666
+ ?forwarding_address_id: ::String,
667
+ ?pickup_details: {
668
+ name: ::String?,
669
+ phone_number: ::String?,
670
+ email: ::String?,
671
+ identification_number: ::String?,
672
+ identification_expiration_date: ::Time?,
673
+ identification_issuing_org: ::String?,
674
+ device_pickup_id: ::String?
675
+ }
676
+ ) -> _UpdateJobResponseSuccess
677
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateJobResponseSuccess
678
+
679
+ interface _UpdateJobShipmentStateResponseSuccess
680
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateJobShipmentStateResult]
681
+ end
682
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#update_job_shipment_state-instance_method
683
+ def update_job_shipment_state: (
684
+ job_id: ::String,
685
+ shipment_state: ("RECEIVED" | "RETURNED")
686
+ ) -> _UpdateJobShipmentStateResponseSuccess
687
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateJobShipmentStateResponseSuccess
688
+
689
+ interface _UpdateLongTermPricingResponseSuccess
690
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLongTermPricingResult]
691
+ end
692
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#update_long_term_pricing-instance_method
693
+ def update_long_term_pricing: (
694
+ long_term_pricing_id: ::String,
695
+ ?replacement_job: ::String,
696
+ ?is_long_term_pricing_auto_renew: bool
697
+ ) -> _UpdateLongTermPricingResponseSuccess
698
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLongTermPricingResponseSuccess
699
+ end
700
+ end
701
+ end
702
+