Module Values.DiscoverPollEndpointResponseSource

Sourcetype nonrec t = {
  1. endpoint : String_.t option;
    (*

    The endpoint for the Amazon ECS agent to poll.

    *)
  2. telemetryEndpoint : String_.t option;
    (*

    The telemetry endpoint for the Amazon ECS agent.

    *)
  3. serviceConnectEndpoint : String_.t option;
    (*

    The endpoint for the Amazon ECS agent to poll for Service Connect configuration. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ClientException of ClientException.t
  3. | `InvalidParameterException of InvalidParameterException.t
  4. | `ServerException of ServerException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?endpoint:??? -> ?telemetryEndpoint:??? -> ?serviceConnectEndpoint:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `InvalidParameterException of InvalidParameterException.t | `ServerException of ServerException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `InvalidParameterException of InvalidParameterException.t | `ServerException of ServerException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `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