aws-sdk-emr 1.48.0 → 1.52.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/aws-sdk-emr.rb CHANGED
@@ -19,7 +19,7 @@ require_relative 'aws-sdk-emr/waiters'
19
19
  require_relative 'aws-sdk-emr/resource'
20
20
  require_relative 'aws-sdk-emr/customizations'
21
21
 
22
- # This module provides support for Amazon Elastic MapReduce. This module is available in the
22
+ # This module provides support for Amazon EMR. This module is available in the
23
23
  # `aws-sdk-emr` gem.
24
24
  #
25
25
  # # Client
@@ -35,13 +35,13 @@ require_relative 'aws-sdk-emr/customizations'
35
35
  #
36
36
  # # Errors
37
37
  #
38
- # Errors returned from Amazon Elastic MapReduce are defined in the
38
+ # Errors returned from Amazon EMR are defined in the
39
39
  # {Errors} module and all extend {Errors::ServiceError}.
40
40
  #
41
41
  # begin
42
42
  # # do stuff
43
43
  # rescue Aws::EMR::Errors::ServiceError
44
- # # rescues all Amazon Elastic MapReduce API errors
44
+ # # rescues all Amazon EMR API errors
45
45
  # end
46
46
  #
47
47
  # See {Errors} for more information.
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-emr/customizations'
49
49
  # @!group service
50
50
  module Aws::EMR
51
51
 
52
- GEM_VERSION = '1.48.0'
52
+ GEM_VERSION = '1.52.0'
53
53
 
54
54
  end
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.48.0
4
+ version: 1.52.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.119.0
22
+ version: 3.120.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.119.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -44,8 +44,8 @@ dependencies:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '1.1'
47
- description: Official AWS Ruby gem for Amazon Elastic MapReduce (Amazon EMR). This
48
- gem is part of the AWS SDK for Ruby.
47
+ description: Official AWS Ruby gem for Amazon EMR. This gem is part of the AWS SDK
48
+ for Ruby.
49
49
  email:
50
50
  - aws-dr-rubygems@amazon.com
51
51
  executables: []
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: '0'
80
+ version: '2.3'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="