Skip to content

Commit

Permalink
docs(client-dynamodb): Documentation only updates for DynamoDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 24, 2024
1 parent 256ea55 commit e087be2
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 76 deletions.
5 changes: 5 additions & 0 deletions clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ export interface BatchWriteItemCommandOutput extends BatchWriteItemOutput, __Met
* <li>
* <p>The total request size exceeds 16 MB.</p>
* </li>
* <li>
* <p>Any individual items with keys exceeding the key length limits. For a
* partition key, the limit is 2048 bytes and for a sort key, the limit is 1024
* bytes.</p>
* </li>
* </ul>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ export interface CreateGlobalTableCommandOutput extends CreateGlobalTableOutput,
* relationship between two or more DynamoDB tables with the same table name in the
* provided Regions. </p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html">Version
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
* <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
* 2017.11.29 (Legacy). To determine which version you are using, see
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
* To update existing global tables from version 2017.11.29 (Legacy) to version
Expand Down
3 changes: 1 addition & 2 deletions clients/client-dynamodb/src/commands/DeleteTableCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export interface DeleteTableCommandOutput extends DeleteTableOutput, __MetadataB
* returns a <code>ResourceNotFoundException</code>. If table is already in the
* <code>DELETING</code> state, no error is returned. </p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* of global tables.
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).
* </p>
* </important>
* <note>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ export interface DescribeGlobalTableCommandOutput extends DescribeGlobalTableOut
/**
* <p>Returns information about the specified global table.</p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html">Version
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
* <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
* 2017.11.29 (Legacy). To determine which version you are using, see
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
* To update existing global tables from version 2017.11.29 (Legacy) to version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ export interface DescribeGlobalTableSettingsCommandOutput extends DescribeGlobal
/**
* <p>Describes Region-specific settings for a global table.</p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html">Version
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
* <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
* 2017.11.29 (Legacy). To determine which version you are using, see
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
* To update existing global tables from version 2017.11.29 (Legacy) to version
Expand Down
3 changes: 1 addition & 2 deletions clients/client-dynamodb/src/commands/DescribeTableCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export interface DescribeTableCommandOutput extends DescribeTableOutput, __Metad
* <p>Returns information about the table, including the current status of the table, when
* it was created, the primary key schema, and any indexes on the table.</p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* of global tables.
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).
* </p>
* </important>
* <note>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export interface DescribeTableReplicaAutoScalingCommandOutput
/**
* <p>Describes auto scaling settings across replicas of the global table at once.</p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* of global tables.</p>
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).</p>
* </important>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ export interface ListGlobalTablesCommandOutput extends ListGlobalTablesOutput, _
/**
* <p>Lists all global tables that have a replica in the specified Region.</p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html">Version
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
* <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
* 2017.11.29 (Legacy). To determine which version you are using, see
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
* To update existing global tables from version 2017.11.29 (Legacy) to version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ export interface UpdateGlobalTableCommandOutput extends UpdateGlobalTableOutput,
* same name as the global table, have the same key schema, have DynamoDB Streams enabled,
* and have the same provisioned and maximum write capacity units.</p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html">Version
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
* <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
* 2017.11.29 (Legacy). To determine which version you are using, see
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
* To update existing global tables from version 2017.11.29 (Legacy) to version
Expand All @@ -45,8 +42,7 @@ export interface UpdateGlobalTableCommandOutput extends UpdateGlobalTableOutput,
* </important>
* <note>
* <p>
* This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html">Version
* 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
* 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
* 2019.11.21</a> you can use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html">UpdateTable</a> instead.
* </p>
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ export interface UpdateGlobalTableSettingsCommandOutput extends UpdateGlobalTabl
/**
* <p>Updates settings for a global table.</p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html">Version
* 2017.11.29 (Legacy)</a> of global tables. We recommend using
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than
* <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
* 2017.11.29 (Legacy). To determine which version you are using, see
* <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the version</a>.
* To update existing global tables from version 2017.11.29 (Legacy) to version
Expand Down
3 changes: 1 addition & 2 deletions clients/client-dynamodb/src/commands/UpdateTableCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export interface UpdateTableCommandOutput extends UpdateTableOutput, __MetadataB
* <p>Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB
* Streams settings for a given table.</p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* of global tables.
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).
* </p>
* </important>
* <p>You can only perform one of the following operations at once:</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export interface UpdateTableReplicaAutoScalingCommandOutput
/**
* <p>Updates auto scaling settings on your global tables at once.</p>
* <important>
* <p>This operation only applies to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html">Version 2019.11.21 (Current)</a>
* of global tables.
* <p>For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).
* </p>
* </important>
* @example
Expand Down
Loading

0 comments on commit e087be2

Please sign in to comment.