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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 338dd2554eb4036da264dc3f1eab3093f359f2f337c10736014518900e92974b
4
- data.tar.gz: '09774898f27e3b5301eff619ce378c1af99c620d2e9418d774ad3c0a97cd61d9'
3
+ metadata.gz: d1203fa0fb542298349b9d42b64933e34f55348bf2c828d644e69a286c5e91e4
4
+ data.tar.gz: e3d90e612f84669b35c19bb666985bd2c434c7c257f5779d26438d5aa96ef495
5
5
  SHA512:
6
- metadata.gz: ab3e2917028de5e95fe721467dd02141a1f76e5104a49690a86434e896b811694139ff9fd9a5794b662e1f54a6b777d67a20ca85709c1ec42503c193b851b65b
7
- data.tar.gz: 6021636e184e19572f4541501a957ecf90f76d7306e3115ddec27a26f1bd1a486e9c0793321e50e834685925cb251f4a02a20f4cafde672de925ed8ee0620400
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.110.0
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.110.0'
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
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
54
54
  # @!group service
55
55
  module Aws::DynamoDB
56
56
 
57
- GEM_VERSION = '1.110.0'
57
+ GEM_VERSION = '1.111.0'
58
58
 
59
59
  end
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.110.0
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-24 00:00:00.000000000 Z
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