@aws-sdk/client-dynamodb 3.598.0 → 3.602.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/CreateGlobalTableCommand.d.ts +2 -7
- package/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -7
- package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +2 -7
- package/dist-types/commands/ListGlobalTablesCommand.d.ts +2 -7
- package/dist-types/commands/UpdateGlobalTableCommand.d.ts +2 -7
- package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +2 -7
- package/package.json +4 -4
|
@@ -31,13 +31,8 @@ declare const CreateGlobalTableCommand_base: {
|
|
|
31
31
|
* relationship between two or more DynamoDB tables with the same table name in the
|
|
32
32
|
* provided Regions. </p>
|
|
33
33
|
* <important>
|
|
34
|
-
* <p>
|
|
35
|
-
*
|
|
36
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
37
|
-
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
38
|
-
* 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">
|
|
39
|
-
* Updating global tables</a>.
|
|
40
|
-
* </p>
|
|
34
|
+
* <p>This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html">Global Tables version 2019.11.21 (Current)</a> when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy).</p>
|
|
35
|
+
* <p>To determine which version you're using, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the global table version you are using</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">Upgrading global tables</a>.</p>
|
|
41
36
|
* </important>
|
|
42
37
|
* <p>If you want to add a new replica table to a global table, each of the following
|
|
43
38
|
* conditions must be true:</p>
|
|
@@ -29,13 +29,8 @@ declare const DescribeGlobalTableCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns information about the specified global table.</p>
|
|
31
31
|
* <important>
|
|
32
|
-
* <p>
|
|
33
|
-
*
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
35
|
-
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
36
|
-
* 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">
|
|
37
|
-
* Updating global tables</a>.
|
|
38
|
-
* </p>
|
|
32
|
+
* <p>This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html">Global Tables version 2019.11.21 (Current)</a> when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy).</p>
|
|
33
|
+
* <p>To determine which version you're using, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the global table version you are using</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">Upgrading global tables</a>.</p>
|
|
39
34
|
* </important>
|
|
40
35
|
* @example
|
|
41
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -29,13 +29,8 @@ declare const DescribeGlobalTableSettingsCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes Region-specific settings for a global table.</p>
|
|
31
31
|
* <important>
|
|
32
|
-
* <p>
|
|
33
|
-
*
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
35
|
-
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
36
|
-
* 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">
|
|
37
|
-
* Updating global tables</a>.
|
|
38
|
-
* </p>
|
|
32
|
+
* <p>This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html">Global Tables version 2019.11.21 (Current)</a> when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy).</p>
|
|
33
|
+
* <p>To determine which version you're using, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the global table version you are using</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">Upgrading global tables</a>.</p>
|
|
39
34
|
* </important>
|
|
40
35
|
* @example
|
|
41
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -29,13 +29,8 @@ declare const ListGlobalTablesCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Lists all global tables that have a replica in the specified Region.</p>
|
|
31
31
|
* <important>
|
|
32
|
-
* <p>
|
|
33
|
-
*
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
35
|
-
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
36
|
-
* 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">
|
|
37
|
-
* Updating global tables</a>.
|
|
38
|
-
* </p>
|
|
32
|
+
* <p>This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html">Global Tables version 2019.11.21 (Current)</a> when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy).</p>
|
|
33
|
+
* <p>To determine which version you're using, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the global table version you are using</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">Upgrading global tables</a>.</p>
|
|
39
34
|
* </important>
|
|
40
35
|
* @example
|
|
41
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -32,13 +32,8 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
32
32
|
* same name as the global table, have the same key schema, have DynamoDB Streams enabled,
|
|
33
33
|
* and have the same provisioned and maximum write capacity units.</p>
|
|
34
34
|
* <important>
|
|
35
|
-
* <p>
|
|
36
|
-
*
|
|
37
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
38
|
-
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
39
|
-
* 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">
|
|
40
|
-
* Updating global tables</a>.
|
|
41
|
-
* </p>
|
|
35
|
+
* <p>This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html">Global Tables version 2019.11.21 (Current)</a> when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy).</p>
|
|
36
|
+
* <p>To determine which version you're using, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the global table version you are using</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">Upgrading global tables</a>.</p>
|
|
42
37
|
* </important>
|
|
43
38
|
* <note>
|
|
44
39
|
* <p>
|
|
@@ -29,13 +29,8 @@ declare const UpdateGlobalTableSettingsCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Updates settings for a global table.</p>
|
|
31
31
|
* <important>
|
|
32
|
-
* <p>
|
|
33
|
-
*
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
|
|
35
|
-
* To update existing global tables from version 2017.11.29 (Legacy) to version
|
|
36
|
-
* 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">
|
|
37
|
-
* Updating global tables</a>.
|
|
38
|
-
* </p>
|
|
32
|
+
* <p>This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html">Global Tables version 2019.11.21 (Current)</a> when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy).</p>
|
|
33
|
+
* <p>To determine which version you're using, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the global table version you are using</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">Upgrading global tables</a>.</p>
|
|
39
34
|
* </important>
|
|
40
35
|
* @example
|
|
41
36
|
* Use a bare-bones client and the command you need to make an API call.
|
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.602.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.600.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.600.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-endpoint-discovery": "3.598.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.598.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.598.0",
|