Values.UpdateAliasInputSourceAssociates an existing Amazon Web Services Payment Cryptography alias with a different key. Each alias is associated with only one Amazon Web Services Payment Cryptography key at a time, although a key can have multiple aliases. The alias and the Amazon Web Services Payment Cryptography key must be in the same Amazon Web Services account and Amazon Web Services Region Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: CreateAlias DeleteAlias GetAlias ListAliases
type nonrec t = {aliasName : AliasName.t;The alias whose associated key is changing.
*)keyArn : KeyArn.t option;The KeyARN for the key that you are updating or removing from the alias.
*)}