aws-sdk-snowball 1.101.0 → 1.103.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: 7c0f3e8843c184845734f49cf560f2570f0652008b09451ea35d7dbe39e18908
4
+ data.tar.gz: c567d613526ff337b14e5e92e89f2df71ac6fe7326af5cdbac37b3acb8a0e4f5
5
5
  SHA512:
6
- metadata.gz: 5999f6de57562eaf84b67400b469dd675a62385da6d1f982d3ba317304a04e1e22f7f9869cd591cce993597e0945a19fbd315c923ce9284b596ef4c96b0b4529
7
- data.tar.gz: 84661403e769535c96d209d42f949775436f974de49506a5b82b410091e1164ea412f9f810a8dae39cb1ed79c76d55e924a49b75ad3a822236e371f7e262364e
6
+ metadata.gz: 7022bad8ae903f9e345c4be144282dacf06ebe1edf269539f421e1c7011f3e56b1ab5e061524ac7bb0f0e788f47e376e92314bda4b6b142b268b19cbb1c5ef95
7
+ data.tar.gz: 3627dd27d0da6de494d6366776eec9188c50d3bf4232b8310f8194e2aff10d0fd2d3037edf087d2981d19ddaae4d2dbf8a26c6f1f909dbff9ff86b2d9962337a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.103.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.102.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.101.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.103.0
@@ -199,7 +199,7 @@ module Aws::Snowball
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::Snowball
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2974,7 +2972,7 @@ module Aws::Snowball
2974
2972
  tracer: tracer
2975
2973
  )
2976
2974
  context[:gem_name] = 'aws-sdk-snowball'
2977
- context[:gem_version] = '1.101.0'
2975
+ context[:gem_version] = '1.103.0'
2978
2976
  Seahorse::Client::Request.new(handlers, context)
2979
2977
  end
2980
2978
 
@@ -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.103.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.103.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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