Module Smaws_Client_Glue.UpdateIntegrationResourceProperty

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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServerException of Types.internal_server_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_integration_resource_property_request -> (Types.update_integration_resource_property_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServerException of Types.internal_server_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.update_integration_resource_property_request -> (Types.update_integration_resource_property_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServerException of Types.internal_server_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result