Module Values.StopKeyUsageInputSource

Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services Payment Cryptography. You can use this operation instead of DeleteKey to deactivate a key. You can enable the key in the future by calling StartKeyUsage. Cross-account use: This operation supports cross-account use when the key has a resource-based policy that grants access. For more information, see Resource-based policies. Related operations: DeleteKey StartKeyUsage

Sourcetype nonrec t = {
  1. keyIdentifier : KeyArnOrKeyAliasType.t;
    (*

    The KeyArn of the key.

    *)
}
Sourceval context_ : string
Sourceval make : keyIdentifier:KeyArnOrKeyAliasType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KeyArnOrKeyAliasType.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