aws-sdk-elasticache 1.40.0 → 1.41.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: 490d271b0577d8dd860441e86e67d6b5807ee632ddb5d1f62f8a65a567d5b2fb
4
- data.tar.gz: 98d55a2e9bfcb86418145c9c54ed54d9dd5a56a8f862881683767388b40176ff
3
+ metadata.gz: f191e6150ab7ec6ce11fe97063cf3a3e4c1cb8a7ad22d6e34c3a9175898ca4d9
4
+ data.tar.gz: ff7d9f12c490014512e1be5e8a5969e6fc7576af077e26a82094b5fb9d273256
5
5
  SHA512:
6
- metadata.gz: 1584689ba0e4ae631bb84b43dafcd23bf82f4f0cdd40154d8ebe7a8aaae9ef6b5d5078581a8caa53b9e7e82390bda2be939cf66742c29179ad901df6fb784827
7
- data.tar.gz: 3ef3abe309ef219eff46b20483a382bab881346e7be1809eadf8f8262f6af96a9d4a64adf0b6e198e6938885f45ae51eef18190604bf3b21c204ce3c25a3218a
6
+ metadata.gz: ccc80f149c2b09a633c61632ccba7e9c0477d1be2e0b95bf213cb9853d1cbd6c7d7fea1b0fe4e71e4c15d6f70db88746b7ae05d8776b7101bf48346dc879f5d3
7
+ data.tar.gz: 9346de443fd17a719a572ccd1be5c91ff0d8c62499ceb4d7aa47cb40e8e3074c21b0c249461456eef78fb1a63215176628572e587078ae6e06c1d8ad1805d4e9
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-elasticache/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::ElastiCache
50
50
 
51
- GEM_VERSION = '1.40.0'
51
+ GEM_VERSION = '1.41.0'
52
52
 
53
53
  end
@@ -85,13 +85,28 @@ module Aws::ElastiCache
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::ElastiCache
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
@@ -8923,7 +8938,7 @@ module Aws::ElastiCache
8923
8938
  params: params,
8924
8939
  config: config)
8925
8940
  context[:gem_name] = 'aws-sdk-elasticache'
8926
- context[:gem_version] = '1.40.0'
8941
+ context[:gem_version] = '1.41.0'
8927
8942
  Seahorse::Client::Request.new(handlers, context)
8928
8943
  end
8929
8944
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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