Values.CreateApiKeyRequestSourceRequest to create an ApiKey resource.
type nonrec t = {name : String_.t option;The name of the ApiKey.
*)description : String_.t option;The description of the ApiKey.
*)enabled : Boolean.t option;Specifies whether the ApiKey can be used by callers.
*)generateDistinctId : Boolean.t option;Specifies whether (true) or not (false) the key identifier is distinct from the created API key value. This parameter is deprecated and should not be used.
*)value : String_.t option;Specifies a value of the API key.
*)stageKeys : ListOfStageKeys.t option;DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
*)customerId : String_.t option;An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
*)}