Exemples d'utilisation de Dynamodb returns en Anglais et leurs traductions en Français
{-}
-
Colloquial
-
Official
If the request is unsuccessful, DynamoDB returns an error.
DynamoDB returns all of the item attributes by default.
If the request is successful, DynamoDB returns an HTTP 200 response code OK.
DynamoDB returns all of the items with that partition key value.
If the specified table does not exist, DynamoDB returns a ResourceNotFoundException.
DynamoDB returns an HTTP(S) response containing the results of the operation.
If the request is unsuccessful, DynamoDB returns an HTTP error code and an error message.
DynamoDB returns the requested item, and DAX stores it in the item cache.
If the condition expression evaluates to false, DynamoDB returns the following error message.
By default, DynamoDB returns the item with values that are eventually consistent.
If you specify{"Exists": true}without an attribute value to check, DynamoDB returns an error.
If there is an error, DynamoDB returns an HTTP error status and messages.
If you use DescribeTable too early in the process of creating a table, DynamoDB returns a ResourceNotFoundException.
By default, DynamoDB returns the item that has values that are eventually consistent.
If a table is in CREATING or UPDATING states, then DynamoDB returns a ResourceInUseException error.
If DynamoDB returns any unprocessed items, you should retry the batch operation on those items.
If you create multiple tables with indexes at the same time, DynamoDB returns an error and the stack operation fails.
If the request is successful, DynamoDB returns an HTTP success status code( 200 OK), along with the results from the requested operation.
If the response size limit is exceeded or a partial result is returned because the table'sprovisioned throughput is exceeded, or because of an internal processing failure, DynamoDB returns an UnprocessedKeys value so you can retry the operation starting with the next item to get.
If set to true, DynamoDB returns a total number of items for the Scan operation, even if the operation has no matching items for the assigned filter.
If the ReturnValues parameter is provided as ALL_OLD in the request, DynamoDB returns an array of attribute name-value pairs essentially, the deleted item.
DynamoDB returns data to the application in 1 MB increments, and an application performs additional Scan operations to retrieve the next 1 MB of data.
If you provide only the HashKeyValue, DynamoDB returns all items with the specified hash key element value.
If set to true, DynamoDB returns a total number of items that match the query parameters, instead of a list of the matching items and their attributes.
When you request a strongly consistent read, DynamoDB returns a response with the most up-to-date data, reflecting the updates from all prior write operations that were successful.
DynamoDB immediately returns the state of the table( CREATING) until the table is in the ACTIVE state.
DynamoDB can return the results in ascending or descending order.
If you issue a DescribeTable request immediately after a CreateTable request, DynamoDB might return an error ResourceNotFoundException.