aws-sdk-dax 1.24.0 → 1.25.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: d14b028b2fd90bf269197b21c611800636bef11a8062761a80d9803c1497afae
4
- data.tar.gz: 807f11f55eec2d4864d7ba6a4c20c0d5cdecfb4867542a395218217941a0727f
3
+ metadata.gz: 0206f18015878cbf31ed4e0edec866f229e34b3292219a050d3f7ef5b1e9f035
4
+ data.tar.gz: d7fde15e4440b6363b870a0590c94c0389e99ad5361eb0a6505cd0c91c62c8dc
5
5
  SHA512:
6
- metadata.gz: 86641880a7bc39990f7e1c344d3e18be385a322824edcc5dd7225844e7e9d1c6209e263f3a27f888bca85a0d049fc798bc53658d2342a3be4b1711753f2d542b
7
- data.tar.gz: 959eb545fa4efe8f2937eeb3f1462b2524ead7aa21066506350a01e7079c8cb8130ad44cda559030409bd7bcc12597ef3b4ce506a83ec9cc80e4743bd9c4e7e1
6
+ metadata.gz: 73fb8cdb85222f735b626dc3661e43f156d520876bb0b362b6428398a963aeef4cfdbe6397c80f4ddf034b7f9e730273b848be02bb67c013ad2079969736cf9d
7
+ data.tar.gz: 8f5657430bee4acc389a00366f1f65d73f59ddd91a20f23810fbde2ccde25993ef87eb315bac5ef65147f1a414fa19ad1155863d1b9f64bcdb02291748a9dbdd
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-dax/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::DAX
49
49
 
50
- GEM_VERSION = '1.24.0'
50
+ GEM_VERSION = '1.25.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::DAX
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::DAX
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
@@ -1609,7 +1624,7 @@ module Aws::DAX
1609
1624
  params: params,
1610
1625
  config: config)
1611
1626
  context[:gem_name] = 'aws-sdk-dax'
1612
- context[:gem_version] = '1.24.0'
1627
+ context[:gem_version] = '1.25.0'
1613
1628
  Seahorse::Client::Request.new(handlers, context)
1614
1629
  end
1615
1630
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dax
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.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