Values.DescribeExpressGatewayServiceRequestSourceRetrieves detailed information about an Express service, including current status, configuration, managed infrastructure, and service revisions. Returns comprehensive service details, active service revisions, ingress paths with endpoints, and managed Amazon Web Services resource status including load balancers and auto-scaling policies. Use the include parameter to retrieve additional information such as resource tags.
type nonrec t = {serviceArn : String_.t;The Amazon Resource Name (ARN) of the Express service to describe. The ARN uniquely identifies the service within your Amazon Web Services account and region.
*)include_ : ExpressGatewayServiceIncludeList.t option;Specifies additional information to include in the response. Valid values are TAGS to include resource tags associated with the Express service.
*)}