Module Values_2.UpdateIntegrationResourcePropertyResponseSource

This API can be used for updating the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target). These properties can include the role to access the connection or database. Since the same resource can be used across multiple integrations, updating resource properties will impact all the integrations using it.

Sourcetype nonrec t = {
  1. resourceArn : Values_1.String512.t option;
    (*

    The connection ARN of the source, or the database ARN of the target.

    *)
  2. resourcePropertyArn : Values_1.String512.t option;
    (*

    The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*

    *)
  3. sourceProcessingProperties : Values_1.SourceProcessingProperties.t option;
    (*

    The resource properties associated with the integration source.

    *)
  4. targetProcessingProperties : Values_1.TargetProcessingProperties.t option;
    (*

    The resource properties associated with the integration target.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  3. | `InternalServerException of Values_1.InternalServerException.t
  4. | `InternalServiceException of Values_0.InternalServiceException.t
  5. | `InvalidInputException of Values_0.InvalidInputException.t
  6. | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
  7. | `ValidationException of Values_1.ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?resourceArn:??? -> ?resourcePropertyArn:??? -> ?sourceProcessingProperties:??? -> ?targetProcessingProperties:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InternalServerException of Values_1.InternalServerException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of Values_1.ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InternalServerException of Values_1.InternalServerException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of Values_1.ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.String512.t | `Structure of (string * [> `String of string ]) 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