aws-sdk-emr 1.26.0 → 1.27.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: 29c230648d4beaedcfe0dc2194b50c2de504547f3b898d34afb9d110de5880d3
4
- data.tar.gz: 4b1e025932579a7b5c44645e8c4679043f3f9f717064819ec1f5aa2eb8aaaf09
3
+ metadata.gz: ad92d26c1e0e7fafc0fbea89a8af7469ec9ba40c4970a1b4952c32efc1e86aeb
4
+ data.tar.gz: 87d64da94408f027b7426e934c94fcb0bcce85cd38bf7c653d8977625eefbef6
5
5
  SHA512:
6
- metadata.gz: 99ac1ee4933e5b100accb396e3c22f7972c00e4e685ad79e6178254a944e483466642451641c4ad11e2cfd0e3facbdd26df25de71fd941911ed07b93307d8a84
7
- data.tar.gz: f29f81f25703790f22c13ffb8398876a5e3ce4c0fe5baff82d74ce908a7e1215e2775ab3cacd0986be4b27619bf56556c937fd7751f5ab614b736ee0c68c9539
6
+ metadata.gz: b196f410b78989648be8701671ce23c9ed913c796996488678bafbe14ef2134bdc4374046f9311d32217c215f4705fa02385ae0119c357eee3e3abaf7a5e288d
7
+ data.tar.gz: 354fcddca8f08139bd6eda453c90bf92f91b519302376bebb0d7d8b510828f7092ffcf0c1aeb7cc08c83f37b359ad3b555b89f78e574506edd4fbded56e92f4b
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-emr/customizations'
46
46
  # @service
47
47
  module Aws::EMR
48
48
 
49
- GEM_VERSION = '1.26.0'
49
+ GEM_VERSION = '1.27.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::EMR
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::EMR
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2620,7 +2620,7 @@ module Aws::EMR
2620
2620
  params: params,
2621
2621
  config: config)
2622
2622
  context[:gem_name] = 'aws-sdk-emr'
2623
- context[:gem_version] = '1.26.0'
2623
+ context[:gem_version] = '1.27.0'
2624
2624
  Seahorse::Client::Request.new(handlers, context)
2625
2625
  end
2626
2626
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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: 2020-04-21 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core