aws-sdk-dynamodb 1.110.0 → 1.111.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +7 -1
- data/lib/aws-sdk-dynamodb/resource.rb +6 -0
- data/lib/aws-sdk-dynamodb/types.rb +6 -0
- data/lib/aws-sdk-dynamodb.rb +1 -1
- 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: d1203fa0fb542298349b9d42b64933e34f55348bf2c828d644e69a286c5e91e4
|
|
4
|
+
data.tar.gz: e3d90e612f84669b35c19bb666985bd2c434c7c257f5779d26438d5aa96ef495
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3d1b4d0e09220b7a3dc15532a66973286f41179b12047734bb1226a83e9a2cfe6079508df93d819369a53065662598306d5adb23a2fdc2e882cc9e9701ba6b2
|
|
7
|
+
data.tar.gz: 47e100b55cfe58ef7e370b804736d9479134d120d5786d7114ca5df1cfee19aaeb1edbe825ab460ac3e208ba08cd7203ad134bbf3c51285c8fe6d347e6c9aeb8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.111.0 (2024-05-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy.
|
|
8
|
+
|
|
4
9
|
1.110.0 (2024-05-24)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.111.0
|
|
@@ -1503,6 +1503,12 @@ module Aws::DynamoDB
|
|
|
1503
1503
|
# for resource-based policies, see [Resource-based policy
|
|
1504
1504
|
# considerations][1].
|
|
1505
1505
|
#
|
|
1506
|
+
# <note markdown="1"> You need to specify the `CreateTable` and `PutResourcePolicy` IAM
|
|
1507
|
+
# actions for authorizing a user to create a table with a resource-based
|
|
1508
|
+
# policy.
|
|
1509
|
+
#
|
|
1510
|
+
# </note>
|
|
1511
|
+
#
|
|
1506
1512
|
#
|
|
1507
1513
|
#
|
|
1508
1514
|
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html
|
|
@@ -8327,7 +8333,7 @@ module Aws::DynamoDB
|
|
|
8327
8333
|
params: params,
|
|
8328
8334
|
config: config)
|
|
8329
8335
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
|
8330
|
-
context[:gem_version] = '1.
|
|
8336
|
+
context[:gem_version] = '1.111.0'
|
|
8331
8337
|
Seahorse::Client::Request.new(handlers, context)
|
|
8332
8338
|
end
|
|
8333
8339
|
|
|
@@ -543,6 +543,12 @@ module Aws::DynamoDB
|
|
|
543
543
|
# for resource-based policies, see [Resource-based policy
|
|
544
544
|
# considerations][1].
|
|
545
545
|
#
|
|
546
|
+
# <note markdown="1"> You need to specify the `CreateTable` and `PutResourcePolicy` IAM
|
|
547
|
+
# actions for authorizing a user to create a table with a resource-based
|
|
548
|
+
# policy.
|
|
549
|
+
#
|
|
550
|
+
# </note>
|
|
551
|
+
#
|
|
546
552
|
#
|
|
547
553
|
#
|
|
548
554
|
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html
|
|
@@ -2074,6 +2074,12 @@ module Aws::DynamoDB
|
|
|
2074
2074
|
# that apply for resource-based policies, see [Resource-based policy
|
|
2075
2075
|
# considerations][1].
|
|
2076
2076
|
#
|
|
2077
|
+
# <note markdown="1"> You need to specify the `CreateTable` and `PutResourcePolicy` IAM
|
|
2078
|
+
# actions for authorizing a user to create a table with a
|
|
2079
|
+
# resource-based policy.
|
|
2080
|
+
#
|
|
2081
|
+
# </note>
|
|
2082
|
+
#
|
|
2077
2083
|
#
|
|
2078
2084
|
#
|
|
2079
2085
|
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
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.111.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: 2024-05-
|
|
11
|
+
date: 2024-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|