aws-sdk-emrcontainers 1.40.0 → 1.41.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-emrcontainers/client.rb +1 -1
- data/lib/aws-sdk-emrcontainers/types.rb +1 -1
- data/lib/aws-sdk-emrcontainers.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d63c44dfd1f11bfb8c3461943041d266ed66bc1383e6c3c6b27db5e6c2aa3603
|
4
|
+
data.tar.gz: fed490cfb2870aa2ccf4ac82f57bd76437a300629d9968a414cc1810163b84eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc40d494e5569c84cbf60c44f5c5c9efc1151b9034dc0f0c314f274447b622989355222f72bafc3ab9f4495fb3c24846f2698ac141d3e59a7e48ecf4728901c8
|
7
|
+
data.tar.gz: ec88dbcd33bb212434a37c6272cdbcee9dfbe8279295c17898721123fba456a78e9ce769b73ca189e40fe0f41f905fcc56fcbcd8242cdcbf751aeff2762411bb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.41.0
|
@@ -1884,7 +1884,7 @@ module Aws::EMRContainers
|
|
1884
1884
|
params: params,
|
1885
1885
|
config: config)
|
1886
1886
|
context[:gem_name] = 'aws-sdk-emrcontainers'
|
1887
|
-
context[:gem_version] = '1.
|
1887
|
+
context[:gem_version] = '1.41.0'
|
1888
1888
|
Seahorse::Client::Request.new(handlers, context)
|
1889
1889
|
end
|
1890
1890
|
|
@@ -1820,7 +1820,7 @@ module Aws::EMRContainers
|
|
1820
1820
|
:entry_point,
|
1821
1821
|
:entry_point_arguments,
|
1822
1822
|
:spark_submit_parameters)
|
1823
|
-
SENSITIVE = [:entry_point, :spark_submit_parameters]
|
1823
|
+
SENSITIVE = [:entry_point, :entry_point_arguments, :spark_submit_parameters]
|
1824
1824
|
include Aws::Structure
|
1825
1825
|
end
|
1826
1826
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-emrcontainers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.41.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|