@aws-sdk/client-dynamodb 3.584.0 → 3.585.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.
@@ -2399,6 +2399,9 @@ export interface CreateTableInput {
2399
2399
  * <p>An Amazon Web Services resource-based policy document in JSON format that will be attached to the table.</p>
2400
2400
  * <p>When you attach a resource-based policy while creating a table, the policy application is <i>strongly consistent</i>.</p>
2401
2401
  * <p>The maximum size supported for a resource-based policy document is 20 KB. DynamoDB counts whitespaces when calculating the size of a policy against this limit. For a full list of all considerations that apply for resource-based policies, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html">Resource-based policy considerations</a>.</p>
2402
+ * <note>
2403
+ * <p>You need to specify the <code>CreateTable</code> and <code>PutResourcePolicy</code> IAM actions for authorizing a user to create a table with a resource-based policy.</p>
2404
+ * </note>
2402
2405
  * @public
2403
2406
  */
2404
2407
  ResourcePolicy?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dynamodb",
3
3
  "description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
4
- "version": "3.584.0",
4
+ "version": "3.585.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-dynamodb",