aws-sdk-ram 1.19.0 → 1.20.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: 86fc035af29b1e124bc7a945587e550a266983810072912cef097dc144ccd7c7
4
- data.tar.gz: 79ebd2a5096f672015a5b83b43f32d730b4379dbf08c28884225df9f38ed60db
3
+ metadata.gz: 13febe151a7c15c7c1aef8699067e3ceb73e79854793d5362bfaf8b16caaf09c
4
+ data.tar.gz: ad2ae6650010d62046d3273c4569b9dbc74dd51e043298d32c831f9df17e7514
5
5
  SHA512:
6
- metadata.gz: d7baa5d61c042e3e7c2dc1a54071b34477640886b2b36696ef2d9397f0d0eaf0fbd638d2820ab26d175bfc90891b8574785df317fd86e28050a37ffa07fa572d
7
- data.tar.gz: e5231f075a169374cb9777899c459774eb6b9df26c1a577e687bcc14702ef7c4e9c3e9d9e081f642d52d5e3b7ec36d9682aad6c56204abdab45bf9d6829bf3d1
6
+ metadata.gz: 62e6de9e588b6acc63fea025948af48acde5b285a4ac93216c76b065058ca0e6bbc354970138ba91a6a8ced7617a9a8081855b2a869d54e8bf4461ebe5102715
7
+ data.tar.gz: cf404082e5c22dcee66620fab35ccd3fcb570a4a58d7e6e41617977c8585ac8eb628e3cdae478e557556ae1e4c06e975f3af550e74986abff3d52d58c958642a
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-ram/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::RAM
49
49
 
50
- GEM_VERSION = '1.19.0'
50
+ GEM_VERSION = '1.20.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::RAM
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::RAM
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
@@ -1535,7 +1550,7 @@ module Aws::RAM
1535
1550
  params: params,
1536
1551
  config: config)
1537
1552
  context[:gem_name] = 'aws-sdk-ram'
1538
- context[:gem_version] = '1.19.0'
1553
+ context[:gem_version] = '1.20.0'
1539
1554
  Seahorse::Client::Request.new(handlers, context)
1540
1555
  end
1541
1556
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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-06-23 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