Module Values.DescribeExpressGatewayServiceRequestSource

Retrieves 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?include_:??? -> serviceArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t