Values.CreateServiceResponseSourceCreates a service. A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC). For more information, see Services in the Amazon VPC Lattice User Guide.
type nonrec t = {id : ServiceId.t option;The ID of the service.
*)arn : ServiceArn.t option;The Amazon Resource Name (ARN) of the service.
*)name : ServiceName.t option;The 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. If the status is CREATE_FAILED, you must delete and recreate the service.
*)authType : AuthType.t option;The type of IAM policy.
*)dnsEntry : DnsEntry.t option;The public DNS name of the service.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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 ])
list ]