aws-sdk-snowball 1.101.0 → 1.102.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e47e9d35342f1226329204fdd237c3ac73bc6a2797ba9a45756685667f5f773
4
- data.tar.gz: 9e9ad0329a4e2d6487e8fa9bf449df673608cbab341c877db5110fbbb7d002ef
3
+ metadata.gz: '079e463fb5e43687c8db54bc83d0ac10ac18126cc2f5b090404bfd076aac4e77'
4
+ data.tar.gz: ebff46084081d32a8b639a53f40de1d1f134f9ea8a4c91c2dfbcf01634a884e9
5
5
  SHA512:
6
- metadata.gz: 5999f6de57562eaf84b67400b469dd675a62385da6d1f982d3ba317304a04e1e22f7f9869cd591cce993597e0945a19fbd315c923ce9284b596ef4c96b0b4529
7
- data.tar.gz: 84661403e769535c96d209d42f949775436f974de49506a5b82b410091e1164ea412f9f810a8dae39cb1ed79c76d55e924a49b75ad3a822236e371f7e262364e
6
+ metadata.gz: a2d89d32c697b4b4eca5af79b1359241a0dcf4db68a580c52562547c58de5245473c632a633b7f9817e98103c92199b1339f40109ed8874232ea2e5f0049e6b6
7
+ data.tar.gz: 49d6e93736bf4f0db15e4511ad5e6533efe3a915548f207d4998169554679eb66eb90ca1c2f711835fbc3f74a23bf00cee6cec222e42eefe595872c532877247
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.101.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.102.0
@@ -2974,7 +2974,7 @@ module Aws::Snowball
2974
2974
  tracer: tracer
2975
2975
  )
2976
2976
  context[:gem_name] = 'aws-sdk-snowball'
2977
- context[:gem_version] = '1.101.0'
2977
+ context[:gem_version] = '1.102.0'
2978
2978
  Seahorse::Client::Request.new(handlers, context)
2979
2979
  end
2980
2980
 
@@ -54,7 +54,7 @@ module Aws::Snowball
54
54
  autoload :EndpointProvider, 'aws-sdk-snowball/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-snowball/endpoints'
56
56
 
57
- GEM_VERSION = '1.101.0'
57
+ GEM_VERSION = '1.102.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -131,59 +131,8 @@ module Aws
131
131
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#create_cluster-instance_method
132
132
  def create_cluster: (
133
133
  job_type: ("IMPORT" | "EXPORT" | "LOCAL_USE"),
134
- ?resources: {
135
- s3_resources: Array[
136
- {
137
- bucket_arn: ::String?,
138
- key_range: {
139
- begin_marker: ::String?,
140
- end_marker: ::String?
141
- }?,
142
- target_on_device_services: Array[
143
- {
144
- service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")?,
145
- transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")?
146
- },
147
- ]?
148
- },
149
- ]?,
150
- lambda_resources: Array[
151
- {
152
- lambda_arn: ::String?,
153
- event_triggers: Array[
154
- {
155
- event_resource_arn: ::String?
156
- },
157
- ]?
158
- },
159
- ]?,
160
- ec2_ami_resources: Array[
161
- {
162
- ami_id: ::String,
163
- snowball_ami_id: ::String?
164
- },
165
- ]?
166
- },
167
- ?on_device_service_configuration: {
168
- nfs_on_device_service: {
169
- storage_limit: ::Integer?,
170
- storage_unit: ("TB")?
171
- }?,
172
- tgw_on_device_service: {
173
- storage_limit: ::Integer?,
174
- storage_unit: ("TB")?
175
- }?,
176
- eks_on_device_service: {
177
- kubernetes_version: ::String?,
178
- eks_anywhere_version: ::String?
179
- }?,
180
- s3_on_device_service: {
181
- storage_limit: ::Float?,
182
- storage_unit: ("TB")?,
183
- service_size: ::Integer?,
184
- fault_tolerance: ::Integer?
185
- }?
186
- },
134
+ ?resources: Params::job_resource,
135
+ ?on_device_service_configuration: Params::on_device_service_configuration,
187
136
  ?description: ::String,
188
137
  address_id: ::String,
189
138
  ?kms_key_arn: ::String,
@@ -217,59 +166,8 @@ module Aws
217
166
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Snowball/Client.html#create_job-instance_method
218
167
  def create_job: (
219
168
  ?job_type: ("IMPORT" | "EXPORT" | "LOCAL_USE"),
220
- ?resources: {
221
- s3_resources: Array[
222
- {
223
- bucket_arn: ::String?,
224
- key_range: {
225
- begin_marker: ::String?,
226
- end_marker: ::String?
227
- }?,
228
- target_on_device_services: Array[
229
- {
230
- service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")?,
231
- transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")?
232
- },
233
- ]?
234
- },
235
- ]?,
236
- lambda_resources: Array[
237
- {
238
- lambda_arn: ::String?,
239
- event_triggers: Array[
240
- {
241
- event_resource_arn: ::String?
242
- },
243
- ]?
244
- },
245
- ]?,
246
- ec2_ami_resources: Array[
247
- {
248
- ami_id: ::String,
249
- snowball_ami_id: ::String?
250
- },
251
- ]?
252
- },
253
- ?on_device_service_configuration: {
254
- nfs_on_device_service: {
255
- storage_limit: ::Integer?,
256
- storage_unit: ("TB")?
257
- }?,
258
- tgw_on_device_service: {
259
- storage_limit: ::Integer?,
260
- storage_unit: ("TB")?
261
- }?,
262
- eks_on_device_service: {
263
- kubernetes_version: ::String?,
264
- eks_anywhere_version: ::String?
265
- }?,
266
- s3_on_device_service: {
267
- storage_limit: ::Float?,
268
- storage_unit: ("TB")?,
269
- service_size: ::Integer?,
270
- fault_tolerance: ::Integer?
271
- }?
272
- },
169
+ ?resources: Params::job_resource,
170
+ ?on_device_service_configuration: Params::on_device_service_configuration,
273
171
  ?description: ::String,
274
172
  ?address_id: ::String,
275
173
  ?kms_key_arn: ::String,
@@ -300,15 +198,7 @@ module Aws
300
198
  ?remote_management: ("INSTALLED_ONLY" | "INSTALLED_AUTOSTART" | "NOT_INSTALLED"),
301
199
  ?long_term_pricing_id: ::String,
302
200
  ?impact_level: ("IL2" | "IL4" | "IL5" | "IL6" | "IL99"),
303
- ?pickup_details: {
304
- name: ::String?,
305
- phone_number: ::String?,
306
- email: ::String?,
307
- identification_number: ::String?,
308
- identification_expiration_date: ::Time?,
309
- identification_issuing_org: ::String?,
310
- device_pickup_id: ::String?
311
- }
201
+ ?pickup_details: Params::pickup_details
312
202
  ) -> _CreateJobResponseSuccess
313
203
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateJobResponseSuccess
314
204
 
@@ -519,7 +409,7 @@ module Aws
519
409
  service_version: {
520
410
  version: ::String?
521
411
  }?
522
- },
412
+ }
523
413
  ],
524
414
  ?max_results: ::Integer,
525
415
  ?next_token: ::String
@@ -534,59 +424,8 @@ module Aws
534
424
  cluster_id: ::String,
535
425
  ?role_arn: ::String,
536
426
  ?description: ::String,
537
- ?resources: {
538
- s3_resources: Array[
539
- {
540
- bucket_arn: ::String?,
541
- key_range: {
542
- begin_marker: ::String?,
543
- end_marker: ::String?
544
- }?,
545
- target_on_device_services: Array[
546
- {
547
- service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")?,
548
- transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")?
549
- },
550
- ]?
551
- },
552
- ]?,
553
- lambda_resources: Array[
554
- {
555
- lambda_arn: ::String?,
556
- event_triggers: Array[
557
- {
558
- event_resource_arn: ::String?
559
- },
560
- ]?
561
- },
562
- ]?,
563
- ec2_ami_resources: Array[
564
- {
565
- ami_id: ::String,
566
- snowball_ami_id: ::String?
567
- },
568
- ]?
569
- },
570
- ?on_device_service_configuration: {
571
- nfs_on_device_service: {
572
- storage_limit: ::Integer?,
573
- storage_unit: ("TB")?
574
- }?,
575
- tgw_on_device_service: {
576
- storage_limit: ::Integer?,
577
- storage_unit: ("TB")?
578
- }?,
579
- eks_on_device_service: {
580
- kubernetes_version: ::String?,
581
- eks_anywhere_version: ::String?
582
- }?,
583
- s3_on_device_service: {
584
- storage_limit: ::Float?,
585
- storage_unit: ("TB")?,
586
- service_size: ::Integer?,
587
- fault_tolerance: ::Integer?
588
- }?
589
- },
427
+ ?resources: Params::job_resource,
428
+ ?on_device_service_configuration: Params::on_device_service_configuration,
590
429
  ?address_id: ::String,
591
430
  ?shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD"),
592
431
  ?notification: {
@@ -612,73 +451,14 @@ module Aws
612
451
  notify_all: bool?,
613
452
  device_pickup_sns_topic_arn: ::String?
614
453
  },
615
- ?resources: {
616
- s3_resources: Array[
617
- {
618
- bucket_arn: ::String?,
619
- key_range: {
620
- begin_marker: ::String?,
621
- end_marker: ::String?
622
- }?,
623
- target_on_device_services: Array[
624
- {
625
- service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")?,
626
- transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")?
627
- },
628
- ]?
629
- },
630
- ]?,
631
- lambda_resources: Array[
632
- {
633
- lambda_arn: ::String?,
634
- event_triggers: Array[
635
- {
636
- event_resource_arn: ::String?
637
- },
638
- ]?
639
- },
640
- ]?,
641
- ec2_ami_resources: Array[
642
- {
643
- ami_id: ::String,
644
- snowball_ami_id: ::String?
645
- },
646
- ]?
647
- },
648
- ?on_device_service_configuration: {
649
- nfs_on_device_service: {
650
- storage_limit: ::Integer?,
651
- storage_unit: ("TB")?
652
- }?,
653
- tgw_on_device_service: {
654
- storage_limit: ::Integer?,
655
- storage_unit: ("TB")?
656
- }?,
657
- eks_on_device_service: {
658
- kubernetes_version: ::String?,
659
- eks_anywhere_version: ::String?
660
- }?,
661
- s3_on_device_service: {
662
- storage_limit: ::Float?,
663
- storage_unit: ("TB")?,
664
- service_size: ::Integer?,
665
- fault_tolerance: ::Integer?
666
- }?
667
- },
454
+ ?resources: Params::job_resource,
455
+ ?on_device_service_configuration: Params::on_device_service_configuration,
668
456
  ?address_id: ::String,
669
457
  ?shipping_option: ("SECOND_DAY" | "NEXT_DAY" | "EXPRESS" | "STANDARD"),
670
458
  ?description: ::String,
671
459
  ?snowball_capacity_preference: ("T50" | "T80" | "T100" | "T42" | "T98" | "T8" | "T14" | "T32" | "NoPreference" | "T240" | "T13"),
672
460
  ?forwarding_address_id: ::String,
673
- ?pickup_details: {
674
- name: ::String?,
675
- phone_number: ::String?,
676
- email: ::String?,
677
- identification_number: ::String?,
678
- identification_expiration_date: ::Time?,
679
- identification_issuing_org: ::String?,
680
- device_pickup_id: ::String?
681
- }
461
+ ?pickup_details: Params::pickup_details
682
462
  ) -> _UpdateJobResponseSuccess
683
463
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateJobResponseSuccess
684
464
 
data/sig/params.rbs ADDED
@@ -0,0 +1,80 @@
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 Params
11
+ type job_resource = {
12
+ s3_resources: Array[
13
+ Params::s3_resource
14
+ ]?,
15
+ lambda_resources: Array[
16
+ {
17
+ lambda_arn: ::String?,
18
+ event_triggers: Array[
19
+ {
20
+ event_resource_arn: ::String?
21
+ }
22
+ ]?
23
+ }
24
+ ]?,
25
+ ec2_ami_resources: Array[
26
+ {
27
+ ami_id: ::String,
28
+ snowball_ami_id: ::String?
29
+ }
30
+ ]?
31
+ }
32
+
33
+ type s3_resource = {
34
+ bucket_arn: ::String?,
35
+ key_range: {
36
+ begin_marker: ::String?,
37
+ end_marker: ::String?
38
+ }?,
39
+ target_on_device_services: Array[
40
+ {
41
+ service_name: ("NFS_ON_DEVICE_SERVICE" | "S3_ON_DEVICE_SERVICE")?,
42
+ transfer_option: ("IMPORT" | "EXPORT" | "LOCAL_USE")?
43
+ }
44
+ ]?
45
+ }
46
+
47
+ type on_device_service_configuration = {
48
+ nfs_on_device_service: {
49
+ storage_limit: ::Integer?,
50
+ storage_unit: ("TB")?
51
+ }?,
52
+ tgw_on_device_service: {
53
+ storage_limit: ::Integer?,
54
+ storage_unit: ("TB")?
55
+ }?,
56
+ eks_on_device_service: {
57
+ kubernetes_version: ::String?,
58
+ eks_anywhere_version: ::String?
59
+ }?,
60
+ s3_on_device_service: {
61
+ storage_limit: ::Float?,
62
+ storage_unit: ("TB")?,
63
+ service_size: ::Integer?,
64
+ fault_tolerance: ::Integer?
65
+ }?
66
+ }
67
+
68
+ type pickup_details = {
69
+ name: ::String?,
70
+ phone_number: ::String?,
71
+ email: ::String?,
72
+ identification_number: ::String?,
73
+ identification_expiration_date: ::Time?,
74
+ identification_issuing_org: ::String?,
75
+ device_pickup_id: ::String?
76
+ }
77
+
78
+ end
79
+ end
80
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.101.0
4
+ version: 1.102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-snowball/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs