Values.ApiKeySourceA resource that can be distributed to callers for executing Method resources that require an API key. API keys can be mapped to any Stage on any RestApi, which indicates that the callers with the API key can make requests to that stage.
type nonrec t = {id : String_.t option;The identifier of the API Key.
*)value : String_.t option;The value of the API Key.
*)name : String_.t option;The name of the API Key.
*)customerId : String_.t option;An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
*)description : String_.t option;The description of the API Key.
*)enabled : Boolean.t option;Specifies whether the API Key can be used by callers.
*)createdDate : Timestamp.t option;The timestamp when the API Key was created.
*)lastUpdatedDate : Timestamp.t option;The timestamp when the API Key was last updated.
*)stageKeys : ListOfString.t option;A list of Stage resources that are associated with the ApiKey resource.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]