aws-sdk-dynamodb 1.51.0 → 1.52.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-dynamodb.rb +2 -2
- data/lib/aws-sdk-dynamodb/client.rb +23 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab3ddd96ec1365ea48a00f30e2990ca18cc2bae708386669292f39553667b15c
|
4
|
+
data.tar.gz: e1fa39dcf94c8f3b605a20615a6868ebc8939c93330216d7bd5d0931a4c6afe5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cb08614e115d203a84a34a802187c88811a73b34cbe20e5cab9999f5df7b0c6efa12f302dff5304e941e6dc3086a1df3a55d375c0d360a1378ee421d5cd7551
|
7
|
+
data.tar.gz: 9dc2fe6e7be35e60a34adab5b3369f069f65076d3e395e5047a9b5634750046dcdd17fb58186c1194bb6436337ac90b9acb6aee77e4724254b0a93e2cdd55d9e
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
@@ -91,13 +91,28 @@ module Aws::DynamoDB
|
|
91
91
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
92
92
|
# credentials.
|
93
93
|
#
|
94
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
95
|
+
# shared file, such as `~/.aws/config`.
|
96
|
+
#
|
97
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
98
|
+
#
|
99
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
100
|
+
# assume a role after providing credentials via the web.
|
101
|
+
#
|
102
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
103
|
+
# access token generated from `aws login`.
|
104
|
+
#
|
105
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
106
|
+
# process that outputs to stdout.
|
107
|
+
#
|
94
108
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
95
109
|
# from an EC2 IMDS on an EC2 instance.
|
96
110
|
#
|
97
|
-
# * `Aws::
|
98
|
-
#
|
111
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
112
|
+
# instances running in ECS.
|
99
113
|
#
|
100
|
-
# * `Aws::
|
114
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
115
|
+
# from the Cognito Identity service.
|
101
116
|
#
|
102
117
|
# When `:credentials` are not configured directly, the following
|
103
118
|
# locations will be searched for credentials:
|
@@ -107,10 +122,10 @@ module Aws::DynamoDB
|
|
107
122
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
108
123
|
# * `~/.aws/credentials`
|
109
124
|
# * `~/.aws/config`
|
110
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
111
|
-
# very aggressive. Construct and pass an instance of
|
112
|
-
# `Aws::InstanceProfileCredentails`
|
113
|
-
# timeouts.
|
125
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
126
|
+
# are very aggressive. Construct and pass an instance of
|
127
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
128
|
+
# enable retries and extended timeouts.
|
114
129
|
#
|
115
130
|
# @option options [required, String] :region
|
116
131
|
# The AWS region to connect to. The configured `:region` is
|
@@ -6660,7 +6675,7 @@ module Aws::DynamoDB
|
|
6660
6675
|
params: params,
|
6661
6676
|
config: config)
|
6662
6677
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
6663
|
-
context[:gem_version] = '1.
|
6678
|
+
context[:gem_version] = '1.52.0'
|
6664
6679
|
Seahorse::Client::Request.new(handlers, context)
|
6665
6680
|
end
|
6666
6681
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-dynamodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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: 2020-
|
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
|