@aws-sdk/client-dynamodb 3.582.0 → 3.584.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 +15 -17
- package/package.json +6 -6
|
@@ -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
|
|
@@ -5785,13 +5785,13 @@ export interface UpdateGlobalTableSettingsInput {
|
|
|
5785
5785
|
* <li>
|
|
5786
5786
|
* <p>
|
|
5787
5787
|
* <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/
|
|
5788
|
+
* 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
5789
|
* </li>
|
|
5790
5790
|
* <li>
|
|
5791
5791
|
* <p>
|
|
5792
5792
|
* <code>PAY_PER_REQUEST</code> - We recommend using <code>PAY_PER_REQUEST</code>
|
|
5793
5793
|
* for unpredictable workloads. <code>PAY_PER_REQUEST</code> sets the billing mode
|
|
5794
|
-
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
5794
|
+
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html">On-demand capacity mode</a>. </p>
|
|
5795
5795
|
* </li>
|
|
5796
5796
|
* </ul>
|
|
5797
5797
|
* @public
|
|
@@ -6092,13 +6092,13 @@ export interface UpdateTableInput {
|
|
|
6092
6092
|
* <li>
|
|
6093
6093
|
* <p>
|
|
6094
6094
|
* <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/
|
|
6095
|
+
* 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
6096
|
* </li>
|
|
6097
6097
|
* <li>
|
|
6098
6098
|
* <p>
|
|
6099
6099
|
* <code>PAY_PER_REQUEST</code> - We recommend using <code>PAY_PER_REQUEST</code>
|
|
6100
6100
|
* for unpredictable workloads. <code>PAY_PER_REQUEST</code> sets the billing mode
|
|
6101
|
-
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
6101
|
+
* to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html">On-demand capacity mode</a>. </p>
|
|
6102
6102
|
* </li>
|
|
6103
6103
|
* </ul>
|
|
6104
6104
|
* @public
|
|
@@ -6153,8 +6153,7 @@ export interface UpdateTableInput {
|
|
|
6153
6153
|
/**
|
|
6154
6154
|
* <p>A list of replica update actions (create, delete, or update) for the table.</p>
|
|
6155
6155
|
* <note>
|
|
6156
|
-
* <p>
|
|
6157
|
-
* of global tables.
|
|
6156
|
+
* <p>For global tables, this property only applies to global tables using Version 2019.11.21 (Current version).
|
|
6158
6157
|
* </p>
|
|
6159
6158
|
* </note>
|
|
6160
6159
|
* @public
|
|
@@ -7289,7 +7288,7 @@ export interface GetItemOutput {
|
|
|
7289
7288
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
7290
7289
|
* and any indexes involved in the operation. <code>ConsumedCapacity</code> is only
|
|
7291
7290
|
* returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For more
|
|
7292
|
-
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
7291
|
+
* 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
7292
|
* Guide</i>.</p>
|
|
7294
7293
|
* @public
|
|
7295
7294
|
*/
|
|
@@ -8513,7 +8512,7 @@ export interface DeleteItemOutput {
|
|
|
8513
8512
|
* returned includes the total provisioned throughput consumed, along with statistics for
|
|
8514
8513
|
* the table and any indexes involved in the operation. <code>ConsumedCapacity</code> is
|
|
8515
8514
|
* 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/
|
|
8515
|
+
* 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
8516
|
* Guide</i>.</p>
|
|
8518
8517
|
* @public
|
|
8519
8518
|
*/
|
|
@@ -8569,7 +8568,7 @@ export interface ExecuteStatementOutput {
|
|
|
8569
8568
|
* <p>The capacity units consumed by an operation. The data returned includes the total
|
|
8570
8569
|
* provisioned throughput consumed, along with statistics for the table and any indexes
|
|
8571
8570
|
* 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/
|
|
8571
|
+
* 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
8572
|
* Guide</i>.</p>
|
|
8574
8573
|
* @public
|
|
8575
8574
|
*/
|
|
@@ -8603,7 +8602,7 @@ export interface PutItemOutput {
|
|
|
8603
8602
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
8604
8603
|
* and any indexes involved in the operation. <code>ConsumedCapacity</code> is only
|
|
8605
8604
|
* returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For more
|
|
8606
|
-
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
8605
|
+
* 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
8606
|
* Guide</i>.</p>
|
|
8608
8607
|
* @public
|
|
8609
8608
|
*/
|
|
@@ -8686,7 +8685,7 @@ export interface QueryOutput {
|
|
|
8686
8685
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
8687
8686
|
* and any indexes involved in the operation. <code>ConsumedCapacity</code> is only
|
|
8688
8687
|
* returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For more
|
|
8689
|
-
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
8688
|
+
* 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
8689
|
* Guide</i>.</p>
|
|
8691
8690
|
* @public
|
|
8692
8691
|
*/
|
|
@@ -8742,8 +8741,7 @@ export interface ScanOutput {
|
|
|
8742
8741
|
* and any indexes involved in the operation. <code>ConsumedCapacity</code> is only
|
|
8743
8742
|
* returned if the <code>ReturnConsumedCapacity</code> parameter was specified. For more
|
|
8744
8743
|
* information, see
|
|
8745
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
8746
|
-
* in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
8744
|
+
* <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
8745
|
* @public
|
|
8748
8746
|
*/
|
|
8749
8747
|
ConsumedCapacity?: ConsumedCapacity;
|
|
@@ -8767,7 +8765,7 @@ export interface UpdateItemOutput {
|
|
|
8767
8765
|
* returned includes the total provisioned throughput consumed, along with statistics for
|
|
8768
8766
|
* the table and any indexes involved in the operation. <code>ConsumedCapacity</code> is
|
|
8769
8767
|
* 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/
|
|
8768
|
+
* 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
8769
|
* Guide</i>.</p>
|
|
8772
8770
|
* @public
|
|
8773
8771
|
*/
|
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.584.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",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.583.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.583.0",
|
|
25
25
|
"@aws-sdk/core": "3.582.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.583.0",
|
|
27
27
|
"@aws-sdk/middleware-endpoint-discovery": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.583.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.577.0",
|
|
33
33
|
"@aws-sdk/types": "3.577.0",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.583.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "3.577.0",
|
|
37
37
|
"@smithy/config-resolver": "^3.0.0",
|