Module Values.UpdateConnectionOutputSource

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. connectionId : ConnectionId.t option;
    (*

    The ID of the connection.

    *)
  3. description : Description.t option;
    (*

    The connection description.

    *)
  4. domainId : DomainId.t option;
    (*

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

    *)
  5. domainUnitId : DomainUnitId.t option;
    (*

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

    *)
  6. environmentId : EnvironmentId.t option;
    (*

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

    *)
  7. name : ConnectionName.t option;
    (*

    The name of the connection.

    *)
  8. physicalEndpoints : PhysicalEndpoints.t option;
    (*

    The physical endpoints of the connection.

    *)
  9. projectId : ProjectId.t option;
    (*

    The project ID of the connection.

    *)
  10. props : ConnectionPropertiesOutput.t option;
    (*

    The connection props.

    *)
  11. type_ : ConnectionType.t option;
    (*

    The connection type.

    *)
  12. scope : ConnectionScope.t option;
    (*

    The scope of the connection.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `UnauthorizedException of UnauthorizedException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?configurations:??? -> ?connectionId:??? -> ?description:??? -> ?domainId:??? -> ?domainUnitId:??? -> ?environmentId:??? -> ?name:??? -> ?physicalEndpoints:??? -> ?projectId:??? -> ?props:??? -> ?type_:??? -> ?scope:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of GlueConnectionName.t ] list | `Map of ([> `String of PropertyMapKeyString.t ] * [> `String of PropertyMapValueString.t ]) list | `String of ConfigurationClassificationString.t | `Structure of (string * [> `Enum of string | `Integer of GlueConnectionConnectionSchemaVersionInteger.t | `List of [> `Enum of string | `String of String_.t ] list | `Map of ([> `String of String_.t ] * [> `String of ConnectionPropertiesValueString.t ]) list | `String of AwsLocationAccessRoleString.t | `Structure of (string * [> `Enum of string | `List of [> `String of SubnetId.t ] list | `String of SubnetId.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of TokenUrlParametersMapKeyString.t ] * [> `String of TokenUrlParametersMapValueString.t ]) list | `String of OAuth2PropertiesTokenUrlString.t | `Structure of (string * [> `String of OAuth2ClientApplicationUserManagedClientApplicationClientIdString.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ]) list ] list | `String of ConnectionId.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of GlueConnectionName.t ] list | `String of AthenaPropertiesOutputWorkgroupNameString.t | `Structure of (string * [> `Boolean of Boolean.t | `String of RedshiftStoragePropertiesClusterNameString.t | `Structure of (string * [> `String of Password.t ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.t ]) 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