@aws-sdk/client-dynamodb-streams 3.112.0 → 3.113.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.113.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.112.0...v3.113.0) (2022-06-17)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-dynamodb-streams
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-dynamodb-streams
@@ -314,18 +314,16 @@ export declare namespace Identity {
314
314
  const filterSensitiveLog: (obj: Identity) => any;
315
315
  }
316
316
  /**
317
- * <p>There is no limit to the number of daily on-demand backups that can be
318
- * taken.</p>
319
- * <p>Up to 50 simultaneous table operations are allowed per account. These operations
320
- * include <code>CreateTable</code>, <code>UpdateTable</code>,
321
- * <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
322
- * <code>RestoreTableFromBackup</code>, and
323
- * <code>RestoreTableToPointInTime</code>.</p>
317
+ * <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
318
+ * <p>Up to 500 simultaneous table operations are allowed per account. These operations
319
+ * include <code>CreateTable</code>, <code>UpdateTable</code>,
320
+ * <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
321
+ * <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
324
322
  * <p>The only exception is when you are creating a table with one or more secondary
325
- * indexes. You can have up to 25 such requests running at a time; however, if the table or
326
- * index specifications are complex, DynamoDB might temporarily reduce the number of
327
- * concurrent operations.</p>
328
- * <p>There is a soft account quota of 256 tables.</p>
323
+ * indexes. You can have up to 250 such requests running at a time; however, if the table or
324
+ * index specifications are complex, DynamoDB might temporarily reduce the number
325
+ * of concurrent operations.</p>
326
+ * <p>There is a soft account quota of 2,500 tables.</p>
329
327
  */
330
328
  export declare class LimitExceededException extends __BaseException {
331
329
  readonly name: "LimitExceededException";
@@ -657,7 +655,7 @@ export declare namespace AttributeValue {
657
655
  /**
658
656
  * <p>An attribute of type List. For example:</p>
659
657
  * <p>
660
- * <code>"L": [ {"S": "Cookies"} , {"S": "Coffee"}, {"N", "3.14159"}]</code>
658
+ * <code>"L": [ {"S": "Cookies"} , {"S": "Coffee"}, {"N": "3.14159"}]</code>
661
659
  * </p>
662
660
  */
663
661
  interface LMember {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dynamodb-streams",
3
3
  "description": "AWS SDK for JavaScript Dynamodb Streams Client for Node.js, Browser and React Native",
4
- "version": "3.112.0",
4
+ "version": "3.113.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",