Skip to content

Commit db80257

Browse files
Update generated code (#1718)
update generated code
1 parent d667134 commit db80257

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.308.3"
3+
"${LATEST}": "3.308.4"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/DynamoDb/src/Input/CreateTableInput.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ final class CreateTableInput extends Input
228228
* calculating the size of a policy against this limit. For a full list of all considerations that apply for
229229
* resource-based policies, see Resource-based policy considerations [^1].
230230
*
231+
* > You need to specify the `CreateTable` and `PutResourcePolicy` IAM actions for authorizing a user to create a table
232+
* > with a resource-based policy.
233+
*
231234
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html
232235
*
233236
* @var string|null

0 commit comments

Comments
 (0)