Module Values.GetAliasInputSource

Gets the Amazon Web Services Payment Cryptography key associated with the alias. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: CreateAlias DeleteAlias ListAliases UpdateAlias

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

    The alias of the Amazon Web Services Payment Cryptography key.

    *)
}
Sourceval context_ : string
Sourceval make : 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