Module Values.DeleteConnectionInputSource

Deletes and connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The ID of the domain where the connection is deleted.

    *)
  2. identifier : ConnectionId.t;
    (*

    The ID of the connection that is deleted.

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