aws-sdk 2.1628.0 → 2.1629.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.
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/kafka-2018-11-14.min.json +10 -0
- package/apis/swf-2012-01-25.min.json +100 -67
- package/clients/dynamodb.d.ts +1 -1
- package/clients/ec2.d.ts +12 -4
- package/clients/kafka.d.ts +14 -0
- package/clients/swf.d.ts +38 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +9 -3
- package/dist/aws-sdk.min.js +57 -57
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +1 -1
- package/package.json +1 -1
package/lib/core.js
CHANGED
@@ -758,7 +758,7 @@ export namespace DocumentClient {
|
|
758
758
|
*/
|
759
759
|
DeletionProtectionEnabled?: DeletionProtectionEnabled;
|
760
760
|
/**
|
761
|
-
* An Amazon Web Services resource-based policy document in JSON format that will be attached to the table. When you attach a resource-based policy while creating a table, the policy application is strongly consistent. 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 Resource-based policy considerations.
|
761
|
+
* An Amazon Web Services resource-based policy document in JSON format that will be attached to the table. When you attach a resource-based policy while creating a table, the policy application is strongly consistent. 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 Resource-based policy considerations. You need to specify the CreateTable and PutResourcePolicy IAM actions for authorizing a user to create a table with a resource-based policy.
|
762
762
|
*/
|
763
763
|
ResourcePolicy?: ResourcePolicy;
|
764
764
|
/**
|