v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1463321.8 KB

Creates a new key value pair or replaces the value of an existing key.

put/key-value-stores/{KvsARN}/keys/{Key}#If-Match

Path parameters

Keystring required

The key to put.

KvsARNstring required

The Amazon Resource Name (ARN) of the Key Value Store.

Headers

If-Matchstring required

The current version (ETag) of the Key Value Store that you are putting keys into, which you can get using DescribeKeyValueStore.

Request body

Valuestring password required

The value to put.

Response

Success

ItemCountinteger required

Number of key value pairs in the Key Value Store after the successful put.

TotalSizeInBytesinteger required

Total size of the Key Value Store after the successful put, in bytes.

All 6 operations