@aws-sdk/client-dynamodb 3.583.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.
- package/dist-types/commands/BatchWriteItemCommand.d.ts +5 -0
- package/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -4
- package/dist-types/commands/DeleteTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -4
- package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -4
- package/dist-types/commands/DescribeTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +1 -2
- package/dist-types/commands/ListGlobalTablesCommand.d.ts +1 -4
- package/dist-types/commands/UpdateGlobalTableCommand.d.ts +2 -6
- package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +1 -4
- package/dist-types/commands/UpdateTableCommand.d.ts +1 -2
- package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +18 -17
- package/package.json +1 -1
|
@@ -107,6 +107,11 @@ declare const BatchWriteItemCommand_base: {
|
|
|
107
107
|
* <li>
|
|
108
108
|
* <p>The total request size exceeds 16 MB.</p>
|
|
109
109
|
* </li>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>Any individual items with keys exceeding the key length limits. For a
|
|
112
|
+
* partition key, the limit is 2048 bytes and for a sort key, the limit is 1024
|
|
113
|
+
* bytes.</p>
|
|
114
|
+
* </li>
|
|
110
115
|
* </ul>
|
|
111
116
|
* @example
|
|
112
117
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -30,10 +30,7 @@ declare const CreateGlobalTableCommand_base: {
|
|
|
30
30
|
* relationship between two or more DynamoDB tables with the same table name in the
|
|
31
31
|
* provided Regions. </p>
|
|
32
32
|
* <important>
|
|
33
|
-
* <p>
|
|
34
|
-
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
|
|
35
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
|
|
36
|
-
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
33
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
37
34
|
* 2017.11.29 (Legacy). To determine which version you are using, see
|
|
38
35
|
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
39
36
|
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
@@ -35,8 +35,7 @@ declare const DeleteTableCommand_base: {
|
|
|
35
35
|
* returns a <code>ResourceNotFoundException</code>. If table is already in the
|
|
36
36
|
* <code>DELETING</code> state, no error is returned. </p>
|
|
37
37
|
* <important>
|
|
38
|
-
* <p>
|
|
39
|
-
* of global tables.
|
|
38
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).
|
|
40
39
|
* </p>
|
|
41
40
|
* </important>
|
|
42
41
|
* <note>
|
|
@@ -28,10 +28,7 @@ declare const DescribeGlobalTableCommand_base: {
|
|
|
28
28
|
/**
|
|
29
29
|
* <p>Returns information about the specified global table.</p>
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>
|
|
32
|
-
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
|
|
34
|
-
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
31
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
35
32
|
* 2017.11.29 (Legacy). To determine which version you are using, see
|
|
36
33
|
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
37
34
|
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
@@ -28,10 +28,7 @@ declare const DescribeGlobalTableSettingsCommand_base: {
|
|
|
28
28
|
/**
|
|
29
29
|
* <p>Describes Region-specific settings for a global table.</p>
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>
|
|
32
|
-
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
|
|
34
|
-
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
31
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
35
32
|
* 2017.11.29 (Legacy). To determine which version you are using, see
|
|
36
33
|
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
37
34
|
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
@@ -29,8 +29,7 @@ declare const DescribeTableCommand_base: {
|
|
|
29
29
|
* <p>Returns information about the table, including the current status of the table, when
|
|
30
30
|
* it was created, the primary key schema, and any indexes on the table.</p>
|
|
31
31
|
* <important>
|
|
32
|
-
* <p>
|
|
33
|
-
* of global tables.
|
|
32
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).
|
|
34
33
|
* </p>
|
|
35
34
|
* </important>
|
|
36
35
|
* <note>
|
|
@@ -28,8 +28,7 @@ declare const DescribeTableReplicaAutoScalingCommand_base: {
|
|
|
28
28
|
/**
|
|
29
29
|
* <p>Describes auto scaling settings across replicas of the global table at once.</p>
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>
|
|
32
|
-
* of global tables.</p>
|
|
31
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).</p>
|
|
33
32
|
* </important>
|
|
34
33
|
* @example
|
|
35
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,10 +28,7 @@ declare const ListGlobalTablesCommand_base: {
|
|
|
28
28
|
/**
|
|
29
29
|
* <p>Lists all global tables that have a replica in the specified Region.</p>
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>
|
|
32
|
-
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
|
|
34
|
-
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
31
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
35
32
|
* 2017.11.29 (Legacy). To determine which version you are using, see
|
|
36
33
|
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
37
34
|
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
@@ -31,10 +31,7 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
31
31
|
* same name as the global table, have the same key schema, have DynamoDB Streams enabled,
|
|
32
32
|
* and have the same provisioned and maximum write capacity units.</p>
|
|
33
33
|
* <important>
|
|
34
|
-
* <p>
|
|
35
|
-
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
|
|
36
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
|
|
37
|
-
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
34
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
38
35
|
* 2017.11.29 (Legacy). To determine which version you are using, see
|
|
39
36
|
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
40
37
|
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
@@ -44,8 +41,7 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
44
41
|
* </important>
|
|
45
42
|
* <note>
|
|
46
43
|
* <p>
|
|
47
|
-
*
|
|
48
|
-
* 2017.11.29</a> of global tables. If you are using global tables <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version
|
|
44
|
+
* For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version). If you are using global tables <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html">Version
|
|
49
45
|
* 2019.11.21</a> you can use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html">UpdateTable</a> instead.
|
|
50
46
|
* </p>
|
|
51
47
|
* <p>
|
|
@@ -28,10 +28,7 @@ declare const UpdateGlobalTableSettingsCommand_base: {
|
|
|
28
28
|
/**
|
|
29
29
|
* <p>Updates settings for a global table.</p>
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>
|
|
32
|
-
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
|
|
34
|
-
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
31
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than
|
|
35
32
|
* 2017.11.29 (Legacy). To determine which version you are using, see
|
|
36
33
|
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
37
34
|
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
@@ -29,8 +29,7 @@ declare const UpdateTableCommand_base: {
|
|
|
29
29
|
* <p>Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB
|
|
30
30
|
* Streams settings for a given table.</p>
|
|
31
31
|
* <important>
|
|
32
|
-
* <p>
|
|
33
|
-
* of global tables.
|
|
32
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).
|
|
34
33
|
* </p>
|
|
35
34
|
* </important>
|
|
36
35
|
* <p>You can only perform one of the following operations at once:</p>
|
|
@@ -28,8 +28,7 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
28
28
|
/**
|
|
29
29
|
* <p>Updates auto scaling settings on your global tables at once.</p>
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>
|
|
32
|
-
* of global tables.
|
|
31
|
+
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).
|
|
33
32
|
* </p>
|
|
34
33
|
* </important>
|
|
35
34
|
* @example
|
|
@@ -1093,7 +1093,7 @@ export interface Capacity {
|
|
|
1093
1093
|
* <p>The capacity units consumed by an operation. The data returned includes the total
|
|
1094
1094
|
* provisioned throughput consumed, along with statistics for the table and any indexes
|
|
1095
1095
|
* involved in the operation. <code>ConsumedCapacity</code> is only returned if the request
|
|
1096
|
-
* asked for it. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
1096
|
+
* asked for it. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a> in the <i>Amazon DynamoDB Developer
|
|
1097
1097
|
* Guide</i>.</p>
|
|
1098
1098
|
* @public
|
|
1099
1099
|
*/
|
|
@@ -2309,13 +2309,13 @@ export interface CreateTableInput {
|
|
|
2309
2309
|
* <li>
|
|
2310
2310
|
* <p>
|
|
2311
2311
|
* <code>PROVISIONED</code> - We recommend using <code>PROVISIONED</code> for
|
|
2312
|
-
* predictable workloads. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
2312
|
+
* predictable workloads. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a>.</p>
|
|
2313
2313
|
* </li>
|
|
2314
2314
|
* <li>
|
|
2315
2315
|
* <p>
|
|
2316
2316
|
* <code>PAY_PER_REQUEST</code> - We recommend using <code>PAY_PER_REQUEST</code>
|
|
2317
2317
|
* for unpredictable workloads. <code>PAY_PER_REQUEST</code> sets the billing mode
|
|
2318
|
-
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
2318
|
+
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html">On-demand capacity mode</a>. </p>
|
|
2319
2319
|
* </li>
|
|
2320
2320
|
* </ul>
|
|
2321
2321
|
* @public
|
|
@@ -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;
|
|
@@ -5785,13 +5788,13 @@ export interface UpdateGlobalTableSettingsInput {
|
|
|
5785
5788
|
* <li>
|
|
5786
5789
|
* <p>
|
|
5787
5790
|
* <code>PROVISIONED</code> - We recommend using <code>PROVISIONED</code> for
|
|
5788
|
-
* predictable workloads. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
5791
|
+
* predictable workloads. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a>.</p>
|
|
5789
5792
|
* </li>
|
|
5790
5793
|
* <li>
|
|
5791
5794
|
* <p>
|
|
5792
5795
|
* <code>PAY_PER_REQUEST</code> - We recommend using <code>PAY_PER_REQUEST</code>
|
|
5793
5796
|
* for unpredictable workloads. <code>PAY_PER_REQUEST</code> sets the billing mode
|
|
5794
|
-
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
5797
|
+
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html">On-demand capacity mode</a>. </p>
|
|
5795
5798
|
* </li>
|
|
5796
5799
|
* </ul>
|
|
5797
5800
|
* @public
|
|
@@ -6092,13 +6095,13 @@ export interface UpdateTableInput {
|
|
|
6092
6095
|
* <li>
|
|
6093
6096
|
* <p>
|
|
6094
6097
|
* <code>PROVISIONED</code> - We recommend using <code>PROVISIONED</code> for
|
|
6095
|
-
* predictable workloads. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
6098
|
+
* predictable workloads. <code>PROVISIONED</code> sets the billing mode to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a>.</p>
|
|
6096
6099
|
* </li>
|
|
6097
6100
|
* <li>
|
|
6098
6101
|
* <p>
|
|
6099
6102
|
* <code>PAY_PER_REQUEST</code> - We recommend using <code>PAY_PER_REQUEST</code>
|
|
6100
6103
|
* for unpredictable workloads. <code>PAY_PER_REQUEST</code> sets the billing mode
|
|
6101
|
-
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
6104
|
+
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html">On-demand capacity mode</a>. </p>
|
|
6102
6105
|
* </li>
|
|
6103
6106
|
* </ul>
|
|
6104
6107
|
* @public
|
|
@@ -6153,8 +6156,7 @@ export interface UpdateTableInput {
|
|
|
6153
6156
|
/**
|
|
6154
6157
|
* <p>A list of replica update actions (create, delete, or update) for the table.</p>
|
|
6155
6158
|
* <note>
|
|
6156
|
-
* <p>
|
|
6157
|
-
* of global tables.
|
|
6159
|
+
* <p>For global tables, this property only applies to global tables using Version 2019.11.21 (Current version).
|
|
6158
6160
|
* </p>
|
|
6159
6161
|
* </note>
|
|
6160
6162
|
* @public
|
|
@@ -7289,7 +7291,7 @@ export interface GetItemOutput {
|
|
|
7289
7291
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
7290
7292
|
* and any indexes involved in the operation. <code>ConsumedCapacity</code> is only
|
|
7291
7293
|
* returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For more
|
|
7292
|
-
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
7294
|
+
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/read-write-operations.html#read-operation-consumption">Capacity unit consumption for read operations</a> in the <i>Amazon DynamoDB Developer
|
|
7293
7295
|
* Guide</i>.</p>
|
|
7294
7296
|
* @public
|
|
7295
7297
|
*/
|
|
@@ -8513,7 +8515,7 @@ export interface DeleteItemOutput {
|
|
|
8513
8515
|
* returned includes the total provisioned throughput consumed, along with statistics for
|
|
8514
8516
|
* the table and any indexes involved in the operation. <code>ConsumedCapacity</code> is
|
|
8515
8517
|
* only returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For
|
|
8516
|
-
* more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
8518
|
+
* more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a> in the <i>Amazon DynamoDB Developer
|
|
8517
8519
|
* Guide</i>.</p>
|
|
8518
8520
|
* @public
|
|
8519
8521
|
*/
|
|
@@ -8569,7 +8571,7 @@ export interface ExecuteStatementOutput {
|
|
|
8569
8571
|
* <p>The capacity units consumed by an operation. The data returned includes the total
|
|
8570
8572
|
* provisioned throughput consumed, along with statistics for the table and any indexes
|
|
8571
8573
|
* involved in the operation. <code>ConsumedCapacity</code> is only returned if the request
|
|
8572
|
-
* asked for it. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
8574
|
+
* asked for it. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html">Provisioned capacity mode</a> in the <i>Amazon DynamoDB Developer
|
|
8573
8575
|
* Guide</i>.</p>
|
|
8574
8576
|
* @public
|
|
8575
8577
|
*/
|
|
@@ -8603,7 +8605,7 @@ export interface PutItemOutput {
|
|
|
8603
8605
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
8604
8606
|
* and any indexes involved in the operation. <code>ConsumedCapacity</code> is only
|
|
8605
8607
|
* returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For more
|
|
8606
|
-
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
8608
|
+
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/read-write-operations.html#write-operation-consumption">Capacity unity consumption for write operations</a> in the <i>Amazon DynamoDB Developer
|
|
8607
8609
|
* Guide</i>.</p>
|
|
8608
8610
|
* @public
|
|
8609
8611
|
*/
|
|
@@ -8686,7 +8688,7 @@ export interface QueryOutput {
|
|
|
8686
8688
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
8687
8689
|
* and any indexes involved in the operation. <code>ConsumedCapacity</code> is only
|
|
8688
8690
|
* returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For more
|
|
8689
|
-
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
8691
|
+
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/read-write-operations.html#read-operation-consumption">Capacity unit consumption for read operations</a> in the <i>Amazon DynamoDB Developer
|
|
8690
8692
|
* Guide</i>.</p>
|
|
8691
8693
|
* @public
|
|
8692
8694
|
*/
|
|
@@ -8742,8 +8744,7 @@ export interface ScanOutput {
|
|
|
8742
8744
|
* and any indexes involved in the operation. <code>ConsumedCapacity</code> is only
|
|
8743
8745
|
* returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For more
|
|
8744
8746
|
* information, see
|
|
8745
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
8746
|
-
* in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
8747
|
+
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/read-write-operations.html#read-operation-consumption">Capacity unit consumption for read operations</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
8747
8748
|
* @public
|
|
8748
8749
|
*/
|
|
8749
8750
|
ConsumedCapacity?: ConsumedCapacity;
|
|
@@ -8767,7 +8768,7 @@ export interface UpdateItemOutput {
|
|
|
8767
8768
|
* returned includes the total provisioned throughput consumed, along with statistics for
|
|
8768
8769
|
* the table and any indexes involved in the operation. <code>ConsumedCapacity</code> is
|
|
8769
8770
|
* only returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For
|
|
8770
|
-
* more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
8771
|
+
* more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/read-write-operations.html#write-operation-consumption">Capacity unity consumption for write operations</a> in the <i>Amazon DynamoDB Developer
|
|
8771
8772
|
* Guide</i>.</p>
|
|
8772
8773
|
* @public
|
|
8773
8774
|
*/
|
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.
|
|
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",
|