aws-sdk-emrcontainers 1.30.0 → 1.31.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96e0474680bedbdf856e0d62fdf84535043bee6f2b6038dec0fffc68592cbdf4
4
- data.tar.gz: d5762f92b85f086bf544fa60f92e52666666fa312bdd12322bfd5da656881f8e
3
+ metadata.gz: e6bb644e186e1897a09eb4ed334e5b3cbc33ab07670fbd7657da70c8adfba2ec
4
+ data.tar.gz: 360ac06f14d3a17e9122ab9470cce92d53508bdb207793a26c69f956eb00ad41
5
5
  SHA512:
6
- metadata.gz: 42ad121078ca87a6c5a884551a65a3f8d293b04ca6be446f80e871dc15f0d13b620773e00e251ab30907fa9ccddc46f1e0df992dcd5980052f9553acfa6e1d50
7
- data.tar.gz: 9d62bcae54f9ab3cdab862f0630e3d28beab553da155dc3eecbcec2ec8f1d3d00b27a42ac3b6a7cc1c5c57f065fb70c1954d5fb4e582996cb49ed428d3781417
6
+ metadata.gz: e8951bf208a45f8412a96bc75dbe93fa1df9fc22174fa31e13339eea40efa8ff80510e5cd032f2fd9d4d1765995fcdf903c99de84b053c358dbabfc13584c514
7
+ data.tar.gz: 4e361faa93ad2233b90615b00efb5f4f8de84631f71e474b5509f8711506042aecd59544826f958deba0068a4af5f36ce0d203c4d7e2e39d8e8165d97d8d377b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2024-03-25)
5
+ ------------------
6
+
7
+ * Feature - This release increases the number of supported job template parameters from 20 to 100.
8
+
4
9
  1.30.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -1651,7 +1651,7 @@ module Aws::EMRContainers
1651
1651
  params: params,
1652
1652
  config: config)
1653
1653
  context[:gem_name] = 'aws-sdk-emrcontainers'
1654
- context[:gem_version] = '1.30.0'
1654
+ context[:gem_version] = '1.31.0'
1655
1655
  Seahorse::Client::Request.new(handlers, context)
1656
1656
  end
1657
1657
 
@@ -32,7 +32,7 @@ module Aws::EMRContainers
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://emr-containers-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-emrcontainers/customizations'
52
52
  # @!group service
53
53
  module Aws::EMRContainers
54
54
 
55
- GEM_VERSION = '1.30.0'
55
+ GEM_VERSION = '1.31.0'
56
56
 
57
57
  end
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.30.0
4
+ version: 1.31.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core