Updates the specified domain. This API has clobber behavior, and clears and replaces all attributes. If an optional field, such as 'Description' is not provided, it is removed from the domain.
See https://www.paws-r-sdk.com/docs/voiceid_update_domain/ for full documentation.
voiceid_update_domain(
Description = NULL,
DomainId,
Name,
ServerSideEncryptionConfiguration
)
A brief description about this domain.
[required] The identifier of the domain to be updated.
[required] The name of the domain.
[required] The configuration, containing the KMS key identifier, to be used by
Voice ID for the server-side encryption of your data. Changing the
domain's associated KMS key immediately triggers an asynchronous process
to remove dependency on the old KMS key, such that the domain's data can
only be accessed using the new KMS key. The domain's
ServerSideEncryptionUpdateDetails
contains the details for this
process.