aws-sdk-emr 1.106.0 → 1.108.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: e3df722bcc5883699e217a929314f70b845dbdcf8dadead5f04ef4378c09cdb1
4
- data.tar.gz: 332c88a06465b89202d276aebd6ee9a2217cd28530d0804b5c5d51f8d5bceeaf
3
+ metadata.gz: 61e1c94be4304f78458cc09c677c14409e3f735b5c353033ba93c6272dc912d3
4
+ data.tar.gz: dd42a828028dd591eaae764a1019f86e5026faca2226f9973ee2c012df595d32
5
5
  SHA512:
6
- metadata.gz: a9e29c7cb9933e61c2d30a1562c560ee5271efff35b58132c77b95429c0f222b9b1722b3acb411449c3440f299d5c740442d05f0e86f0833083300d28f35c93e
7
- data.tar.gz: e81bef9f8d291f07f7f81acbd000aa07b2730c9d6ba1c3ce79568c135d0124211185431a8447383d26317971c5219ae95463e46f0c18406f597c393f21a7080f
6
+ metadata.gz: bd9f4420a78a1814b024651c3da0cf500e35a83c9f439b7bef4beaf05075f1270b56dee3025c73cee7af84bb8a00692da3c675b2b486a24a960d1b1557d74add
7
+ data.tar.gz: b84f0dcba564b0183ec0ee76bd2bcd0dd3503b1ffbb9325d9a580ee47a3378679bfdf2abeaf27062ebf96b25e3adfa752dff2c4bbf079604b65c6104adc0afae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.107.0 (2025-02-27)
10
+ ------------------
11
+
12
+ * Feature - Definition update for EbsConfiguration.
13
+
4
14
  1.106.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.108.0
@@ -4305,7 +4305,7 @@ module Aws::EMR
4305
4305
  tracer: tracer
4306
4306
  )
4307
4307
  context[:gem_name] = 'aws-sdk-emr'
4308
- context[:gem_version] = '1.106.0'
4308
+ context[:gem_version] = '1.108.0'
4309
4309
  Seahorse::Client::Request.new(handlers, context)
4310
4310
  end
4311
4311
 
@@ -1709,7 +1709,9 @@ module Aws::EMR
1709
1709
  # @return [Array<Types::EbsBlockDeviceConfig>]
1710
1710
  #
1711
1711
  # @!attribute [rw] ebs_optimized
1712
- # Indicates whether an Amazon EBS volume is EBS-optimized.
1712
+ # Indicates whether an Amazon EBS volume is EBS-optimized. The default
1713
+ # is false. You should explicitly set this value to true to enable the
1714
+ # Amazon EBS-optimized setting for an EC2 instance.
1713
1715
  # @return [Boolean]
1714
1716
  #
1715
1717
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/EbsConfiguration AWS API Documentation
data/lib/aws-sdk-emr.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EMR
55
55
  autoload :EndpointProvider, 'aws-sdk-emr/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-emr/endpoints'
57
57
 
58
- GEM_VERSION = '1.106.0'
58
+ GEM_VERSION = '1.108.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.106.0
4
+ version: 1.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emr
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emr/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - Amazon EMR
100
97
  test_files: []