Module Values.GetAccessKeyLastUsedRequestSource

Retrieves information about when the specified access key was last used. The information includes the date and time of last use, along with the Amazon Web Services service and Region that were specified in the last request made with that key.

Sourcetype nonrec t = {
  1. accessKeyId : AccessKeyIdType.t;
    (*

    The identifier of an access key. This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

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