Values.GetServiceResponseSourceRetrieves information about the specified service.
type nonrec t = {id : ServiceId.t option;The ID of the service.
*)name : ServiceName.t option;The name of the service.
*)arn : ServiceArn.t option;The Amazon Resource Name (ARN) of the service.
*)createdAt : Timestamp.t option;The date and time that the service was created, in ISO-8601 format.
*)lastUpdatedAt : Timestamp.t option;The date and time that the service was last updated, in ISO-8601 format.
*)dnsEntry : DnsEntry.t option;The DNS name of the service.
*)customDomainName : ServiceCustomDomainName.t option;The custom domain name of the service.
*)certificateArn : CertificateArn.t option;The Amazon Resource Name (ARN) of the certificate.
*)status : ServiceStatus.t option;The status of the service.
*)authType : AuthType.t option;The type of IAM policy.
*)failureCode : FailureCode.t option;The failure code.
*)failureMessage : FailureMessage.t option;The failure message.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ServiceId.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]