Module Values.DescribeWebAppRequestSource

Describes the web app that's identified by WebAppId. The response includes endpoint configuration details such as whether the web app is publicly accessible or VPC hosted. For more information about using VPC endpoints with Transfer Family, see Create a Transfer Family web app in a VPC.

Sourcetype nonrec t = {
  1. webAppId : WebAppId.t;
    (*

    Provide the unique identifier for the web app.

    *)
}
Sourceval context_ : string
Sourceval make : webAppId:WebAppId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WebAppId.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