Values.AccountSourceRepresents an AWS account that is associated with API Gateway.
type nonrec t = {cloudwatchRoleArn : String_.t option;The ARN of an Amazon CloudWatch role for the current Account.
*)throttleSettings : ThrottleSettings.t option;Specifies the API request limits configured for the current Account.
*)features : ListOfString.t option;A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".
*)apiKeyVersion : String_.t option;The version of the API keys used for the account.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.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
| `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
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]