aws-sdk-emr 1.34.0 → 1.35.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: 59904f57bbbd83f0a89ebce723ecffd03d3adbe99c756e2674b7196e9014a224
4
- data.tar.gz: 85518ff5f5785196f1154e80a95ff3a9f175ca7ccbabe6a2c87e7f1666117fcc
3
+ metadata.gz: 95cc2de83ff9b8d382ab78003581b6146ecf4d9e6e4e03dc7069f56d263cd93a
4
+ data.tar.gz: 27035301f6534d5aa603df81d442b904a9d901f5cb2d1203ec655d12e0694701
5
5
  SHA512:
6
- metadata.gz: 39477357c2785d11878bd394e37e1ec75d13410c5e7f795a2d2b1b12a00befd9706347af5dd55a66b4dcad5f24e65e70816e1ba7f4e61d5a68e7bb2c81306207
7
- data.tar.gz: '029339bdfddf9d9ff4d42865233622a6e09db971e04faa02a800096e83a9b9facf5887106f11c02d3efa440d26e289bb6c7de1acc40311241e868fce22cd2a5d'
6
+ metadata.gz: 11e2ae607b790bcd9b7c3bf31bf27ca3c80591a780e893562f27cccc9f999b3421c1b27e7c2aebe4377bd4b13c45e4e08b7d76bf975e200d352b3d9b990c83e0
7
+ data.tar.gz: d77317342e21f47154c169b2cf1096e8269f1b0141308f3297c4178e18710d8e058e21f5f18eab6677c25d0ff98eb5c12337bfb11240bdaaaff69eb1e280b916
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-emr/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::EMR
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.35.0'
52
52
 
53
53
  end
@@ -85,13 +85,28 @@ module Aws::EMR
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::EMR
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -2646,7 +2661,7 @@ module Aws::EMR
2646
2661
  params: params,
2647
2662
  config: config)
2648
2663
  context[:gem_name] = 'aws-sdk-emr'
2649
- context[:gem_version] = '1.34.0'
2664
+ context[:gem_version] = '1.35.0'
2650
2665
  Seahorse::Client::Request.new(handlers, context)
2651
2666
  end
2652
2667
 
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.34.0
4
+ version: 1.35.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-07-02 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core