Module Values.GetDataflowEndpointGroupResponseSource

Output for the GetDataflowEndpointGroup operation.

Sourcetype nonrec t = {
  1. dataflowEndpointGroupId : Uuid.t option;
    (*

    UUID of a dataflow endpoint group.

    *)
  2. dataflowEndpointGroupArn : DataflowEndpointGroupArn.t option;
    (*

    ARN of a dataflow endpoint group.

    *)
  3. endpointsDetails : EndpointDetailsList.t option;
    (*

    Details of a dataflow endpoint.

    *)
  4. tags : TagsMap.t option;
    (*

    Tags assigned to a dataflow endpoint group.

    *)
  5. contactPrePassDurationSeconds : DataflowEndpointGroupDurationInSeconds.t option;
    (*

    Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the PREPASS state.

    *)
  6. contactPostPassDurationSeconds : DataflowEndpointGroupDurationInSeconds.t option;
    (*

    Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the POSTPASS state.

    *)
}
Sourcetype nonrec error = [
  1. | `DependencyException of DependencyException.t
  2. | `InvalidParameterException of InvalidParameterException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?dataflowEndpointGroupId:??? -> ?dataflowEndpointGroupArn:??? -> ?endpointsDetails:??? -> ?tags:??? -> ?contactPrePassDurationSeconds:??? -> ?contactPostPassDurationSeconds:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DependencyException of DependencyException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DependencyException of DependencyException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of DataflowEndpointGroupDurationInSeconds.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `Structure of (string * [> `Enum of string | `Integer of DataflowEndpointMtuInteger.t | `List of [> `String of String_.t ] list | `String of RoleArn.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of Uuid.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