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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b563dc9ce50eb546dc1e21f1a1c5d76dbb63b883202ea4310b3024004ef85aa
4
- data.tar.gz: 6f86b6b068cde0e07c44f68fd0f2d513fefec4667f9aae2142cf3c567196732d
3
+ metadata.gz: ab3ddd96ec1365ea48a00f30e2990ca18cc2bae708386669292f39553667b15c
4
+ data.tar.gz: e1fa39dcf94c8f3b605a20615a6868ebc8939c93330216d7bd5d0931a4c6afe5
5
5
  SHA512:
6
- metadata.gz: 410364591ca7803741b788bd3d7d57e7ea748e22f19e9009c60dc7c9fcb02553391edb8274044bdf699553ec9b02d52ec810c384388ed1ba61f94325dd075c33
7
- data.tar.gz: f582b2aaa7ac7b9d66572c63891155a662eb360e393cde6619a09212035137a7b39bcb6955d792c75b1ab35353eaf5f09d6d55fae49b1a741f9336e065640c03
6
+ metadata.gz: 8cb08614e115d203a84a34a802187c88811a73b34cbe20e5cab9999f5df7b0c6efa12f302dff5304e941e6dc3086a1df3a55d375c0d360a1378ee421d5cd7551
7
+ data.tar.gz: 9dc2fe6e7be35e60a34adab5b3369f069f65076d3e395e5047a9b5634750046dcdd17fb58186c1194bb6436337ac90b9acb6aee77e4724254b0a93e2cdd55d9e
@@ -46,9 +46,9 @@ require_relative 'aws-sdk-dynamodb/customizations'
46
46
  #
47
47
  # See {Errors} for more information.
48
48
  #
49
- # @service
49
+ # @!group service
50
50
  module Aws::DynamoDB
51
51
 
52
- GEM_VERSION = '1.51.0'
52
+ GEM_VERSION = '1.52.0'
53
53
 
54
54
  end
@@ -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::SharedCredentials` - Used for loading credentials from a
98
- # shared file, such as `~/.aws/config`.
111
+ # * `Aws::ECSCredentials` - Used for loading credentials from
112
+ # instances running in ECS.
99
113
  #
100
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
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 are
111
- # very aggressive. Construct and pass an instance of
112
- # `Aws::InstanceProfileCredentails` to enable retries and extended
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.51.0'
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.51.0
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-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