aws-sdk-emrserverless 1.65.0 → 1.67.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: '021893ea912ff55115b1d5e965dcd52cae177e11387189bdf10c44a4333867f8'
4
- data.tar.gz: cae4b0bd894972ecf1d037cd2be7eb6a929bca1d8f461fc3b1f716812c8eb901
3
+ metadata.gz: b8afc6b53749772dfb9a557d9348f39402b30095aff4e2ff7f83d16e53f38b04
4
+ data.tar.gz: 36507e33d6890f489bbfeb8eed9920f90d632690757d671b88c0c678c104752f
5
5
  SHA512:
6
- metadata.gz: ec6bff1437d93546ca70d0f973237b9780bc95a88fd7b47245375fdc3d6e2594bc11f2e1f841fcbbc718d209448e90c9d0b7ca61002d78427df99e3caf9b589e
7
- data.tar.gz: d29939360f9aa5de2eddab45a2335716869be11e4590573efd5332a45b3d75f8f03334afcea0fc7de0acd8bbf5faaa4a221d27b65bbc2ddaf72f90c65f2660cf
6
+ metadata.gz: c6aac8262516d3e60d9eaa57e411288de752f62a0b1781c9f22b854b67b81a21ef6b48c37eb1fa2217d4fd3babfab45ecc7a0e528066d64ab46735725af7005d
7
+ data.tar.gz: b2de87dbd0d862f53620b38c744a44337cea7e96d09292426afc85df210785a5ff17d63f4a24771f225d898cc25f6aa32000ba34c7aacd75654674292561029d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.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.66.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.65.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.67.0
@@ -199,7 +199,7 @@ module Aws::EMRServerless
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::EMRServerless
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
@@ -2092,7 +2090,7 @@ module Aws::EMRServerless
2092
2090
  tracer: tracer
2093
2091
  )
2094
2092
  context[:gem_name] = 'aws-sdk-emrserverless'
2095
- context[:gem_version] = '1.65.0'
2093
+ context[:gem_version] = '1.67.0'
2096
2094
  Seahorse::Client::Request.new(handlers, context)
2097
2095
  end
2098
2096
 
@@ -54,7 +54,7 @@ module Aws::EMRServerless
54
54
  autoload :EndpointProvider, 'aws-sdk-emrserverless/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-emrserverless/endpoints'
56
56
 
57
- GEM_VERSION = '1.65.0'
57
+ GEM_VERSION = '1.67.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -103,15 +103,7 @@ module Aws
103
103
  release_label: ::String,
104
104
  type: ::String,
105
105
  client_token: ::String,
106
- ?initial_capacity: Hash[::String, {
107
- worker_count: ::Integer,
108
- worker_configuration: {
109
- cpu: ::String,
110
- memory: ::String,
111
- disk: ::String?,
112
- disk_type: ::String?
113
- }?
114
- }],
106
+ ?initial_capacity: Hash[::String, Params::initial_capacity_config],
115
107
  ?maximum_capacity: {
116
108
  cpu: ::String,
117
109
  memory: ::String,
@@ -143,28 +135,9 @@ module Aws
143
135
  classification: ::String,
144
136
  properties: Hash[::String, ::String]?,
145
137
  configurations: untyped?
146
- },
138
+ }
147
139
  ],
148
- ?monitoring_configuration: {
149
- s3_monitoring_configuration: {
150
- log_uri: ::String?,
151
- encryption_key_arn: ::String?
152
- }?,
153
- managed_persistence_monitoring_configuration: {
154
- enabled: bool?,
155
- encryption_key_arn: ::String?
156
- }?,
157
- cloud_watch_logging_configuration: {
158
- enabled: bool,
159
- log_group_name: ::String?,
160
- log_stream_name_prefix: ::String?,
161
- encryption_key_arn: ::String?,
162
- log_types: Hash[::String, Array[::String]]?
163
- }?,
164
- prometheus_monitoring_configuration: {
165
- remote_write_url: ::String?
166
- }?
167
- },
140
+ ?monitoring_configuration: Params::monitoring_configuration,
168
141
  ?disk_encryption_configuration: {
169
142
  encryption_context: Hash[::String, ::String]?,
170
143
  encryption_key_arn: ::String?
@@ -382,28 +355,9 @@ module Aws
382
355
  classification: ::String,
383
356
  properties: Hash[::String, ::String]?,
384
357
  configurations: untyped?
385
- },
358
+ }
386
359
  ]?,
387
- monitoring_configuration: {
388
- s3_monitoring_configuration: {
389
- log_uri: ::String?,
390
- encryption_key_arn: ::String?
391
- }?,
392
- managed_persistence_monitoring_configuration: {
393
- enabled: bool?,
394
- encryption_key_arn: ::String?
395
- }?,
396
- cloud_watch_logging_configuration: {
397
- enabled: bool,
398
- log_group_name: ::String?,
399
- log_stream_name_prefix: ::String?,
400
- encryption_key_arn: ::String?,
401
- log_types: Hash[::String, Array[::String]]?
402
- }?,
403
- prometheus_monitoring_configuration: {
404
- remote_write_url: ::String?
405
- }?
406
- }?,
360
+ monitoring_configuration: Params::monitoring_configuration?,
407
361
  disk_encryption_configuration: {
408
362
  encryption_context: Hash[::String, ::String]?,
409
363
  encryption_key_arn: ::String?
@@ -437,7 +391,7 @@ module Aws
437
391
  classification: ::String,
438
392
  properties: Hash[::String, ::String]?,
439
393
  configurations: untyped?
440
- },
394
+ }
441
395
  ]?
442
396
  },
443
397
  ?tags: Hash[::String, ::String],
@@ -495,15 +449,7 @@ module Aws
495
449
  def update_application: (
496
450
  application_id: ::String,
497
451
  client_token: ::String,
498
- ?initial_capacity: Hash[::String, {
499
- worker_count: ::Integer,
500
- worker_configuration: {
501
- cpu: ::String,
502
- memory: ::String,
503
- disk: ::String?,
504
- disk_type: ::String?
505
- }?
506
- }],
452
+ ?initial_capacity: Hash[::String, Params::initial_capacity_config],
507
453
  ?maximum_capacity: {
508
454
  cpu: ::String,
509
455
  memory: ::String,
@@ -540,28 +486,9 @@ module Aws
540
486
  classification: ::String,
541
487
  properties: Hash[::String, ::String]?,
542
488
  configurations: untyped?
543
- },
489
+ }
544
490
  ],
545
- ?monitoring_configuration: {
546
- s3_monitoring_configuration: {
547
- log_uri: ::String?,
548
- encryption_key_arn: ::String?
549
- }?,
550
- managed_persistence_monitoring_configuration: {
551
- enabled: bool?,
552
- encryption_key_arn: ::String?
553
- }?,
554
- cloud_watch_logging_configuration: {
555
- enabled: bool,
556
- log_group_name: ::String?,
557
- log_stream_name_prefix: ::String?,
558
- encryption_key_arn: ::String?,
559
- log_types: Hash[::String, Array[::String]]?
560
- }?,
561
- prometheus_monitoring_configuration: {
562
- remote_write_url: ::String?
563
- }?
564
- },
491
+ ?monitoring_configuration: Params::monitoring_configuration,
565
492
  ?disk_encryption_configuration: {
566
493
  encryption_context: Hash[::String, ::String]?,
567
494
  encryption_key_arn: ::String?
data/sig/params.rbs ADDED
@@ -0,0 +1,44 @@
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 EMRServerless
10
+ module Params
11
+ type initial_capacity_config = {
12
+ worker_count: ::Integer,
13
+ worker_configuration: {
14
+ cpu: ::String,
15
+ memory: ::String,
16
+ disk: ::String?,
17
+ disk_type: ::String?
18
+ }?
19
+ }
20
+
21
+ type monitoring_configuration = {
22
+ s3_monitoring_configuration: {
23
+ log_uri: ::String?,
24
+ encryption_key_arn: ::String?
25
+ }?,
26
+ managed_persistence_monitoring_configuration: {
27
+ enabled: bool?,
28
+ encryption_key_arn: ::String?
29
+ }?,
30
+ cloud_watch_logging_configuration: {
31
+ enabled: bool,
32
+ log_group_name: ::String?,
33
+ log_stream_name_prefix: ::String?,
34
+ encryption_key_arn: ::String?,
35
+ log_types: Hash[::String, Array[::String]]?
36
+ }?,
37
+ prometheus_monitoring_configuration: {
38
+ remote_write_url: ::String?
39
+ }?
40
+ }
41
+
42
+ end
43
+ end
44
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emrserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.67.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-emrserverless/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