Module Values.UpdateAliasInputSource

Associates 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

Sourcetype nonrec t = {
  1. aliasName : AliasName.t;
    (*

    The alias whose associated key is changing.

    *)
  2. keyArn : KeyArn.t option;
    (*

    The KeyARN for the key that you are updating or removing from the alias.

    *)
}
Sourceval context_ : string
Sourceval make : ?keyArn:??? -> aliasName:AliasName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AliasName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t