Values.DescribeCustomDomainsResponseSourceReturn a description of custom domain names that are associated with an App Runner service.
type nonrec t = {dNSTarget : String_.t option;The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
*)serviceArn : AppRunnerResourceArn.t option;The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
*)customDomains : CustomDomainList.t option;A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to MaxResults records per call.
*)vpcDNSTargets : VpcDNSTargetList.t option;DNS Target records for the custom domains of this Amazon VPC.
*)nextToken : String_.t option;The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
*)}type nonrec error = [ | `InternalServiceErrorException of InternalServiceErrorException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ]
list
| `String of DomainName.t ])
list ]
list
| `String of String_.t ])
list ]