{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetAccessKeyLastUsedRequest",
"title": "GetAccessKeyLastUsedRequest",
"type": "object",
"required": [
"AccessKeyId"
],
"properties": {
"AccessKeyId": {
"allOf": [
{
"$ref": "#/components/schemas/accessKeyIdType"
},
{
"description": "<p>The identifier of an access key.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters that can consist of any upper or lowercased letter or digit.</p>"
}
]
}
}
}