updateKeyValueStore

Specifies the key value store to update.

Samples

// Use the following command to update a KeyValueStore.
val resp = cloudFrontClient.updateKeyValueStore {
    name = "my-keyvaluestore-name"
    comment = "my-changed-comment"
    ifMatch = "ETVPDKIKX0DER"
}