aws-sdk-emrserverless 1.65.0 → 1.66.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: a602b6dca762662917d528fc5f096a7da4d158e88f50e0a67a471a8b3eb99c41
4
+ data.tar.gz: f2c84749761175570a81cab6607d5bcd8ab1dfbacf9ee2dce4ec6f7ba9baf6ff
5
5
  SHA512:
6
- metadata.gz: ec6bff1437d93546ca70d0f973237b9780bc95a88fd7b47245375fdc3d6e2594bc11f2e1f841fcbbc718d209448e90c9d0b7ca61002d78427df99e3caf9b589e
7
- data.tar.gz: d29939360f9aa5de2eddab45a2335716869be11e4590573efd5332a45b3d75f8f03334afcea0fc7de0acd8bbf5faaa4a221d27b65bbc2ddaf72f90c65f2660cf
6
+ metadata.gz: e6f7e74e20771b6f2c25d77f98045d109dea0e397f2c9e42d047e8dabba41db2afe2ec2e3a4e1a55ee6c8cbe44915be19d78cfc31482214c218a6115aedaa3ff
7
+ data.tar.gz: 3d2a78e6284d3d939d3ca7109fb4c3c259b5fbc3476a5bc8e8b1a89a0f77170ecdaa93045b984e6c82c0d1e2fa33678f2af4bc0643f66cc0df090d6da0760ed5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.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.65.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -2092,7 +2092,7 @@ module Aws::EMRServerless
2092
2092
  tracer: tracer
2093
2093
  )
2094
2094
  context[:gem_name] = 'aws-sdk-emrserverless'
2095
- context[:gem_version] = '1.65.0'
2095
+ context[:gem_version] = '1.66.0'
2096
2096
  Seahorse::Client::Request.new(handlers, context)
2097
2097
  end
2098
2098
 
@@ -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.66.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.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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