{ "$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": "

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.

" } ] } } }