Module Values.UpdateConnectionInputSource

Updates a 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. configurations : Configurations.t option;
    (*

    The configurations of the connection.

    *)
  2. domainIdentifier : DomainId.t;
    (*

    The ID of the domain where a connection is to be updated.

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

    The ID of the connection to be updated.

    *)
  4. description : UpdateConnectionInputDescriptionString.t option;
    (*

    The description of a connection.

    *)
  5. awsLocation : AwsLocation.t option;
    (*

    The location where a connection is to be updated.

    *)
  6. props : ConnectionPropertiesPatch.t option;
    (*

    The connection props.

    *)
}
Sourceval context_ : string
Sourceval make : ?configurations:??? -> ?description:??? -> ?awsLocation:??? -> ?props:??? -> domainIdentifier:DomainId.t -> identifier:ConnectionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of PropertyMapKeyString.t ] * [> `String of PropertyMapValueString.t ]) list | `String of ConfigurationClassificationString.t ]) list ] list | `String of DomainId.t | `Structure of (string * [> `String of AwsLocationAccessRoleString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of AthenaPropertiesPatchWorkgroupNameString.t | `Structure of (string * [> `Boolean of Boolean.t | `Map of ([> `String of String_.t ] * [> `String of ConnectionPropertiesValueString.t ]) list | `String of String_.t | `Structure of (string * [> `String of AuthenticationConfigurationPatchSecretArnString.t | `Structure of (string * [> `String of BasicAuthenticationCredentialsUserNameString.t ]) list ]) list ]) list ]) list ]) list ]) 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