Module Smaws_Client_Glue.PutSchemaVersionMetadata

Puts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `AlreadyExistsException of Types.already_exists_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InvalidInputException of Types.invalid_input_exception | `ResourceNumberLimitExceededException of Types.resource_number_limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.put_schema_version_metadata_input -> (Types.put_schema_version_metadata_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `AlreadyExistsException of Types.already_exists_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InvalidInputException of Types.invalid_input_exception | `ResourceNumberLimitExceededException of Types.resource_number_limit_exceeded_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.put_schema_version_metadata_input -> (Types.put_schema_version_metadata_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `AlreadyExistsException of Types.already_exists_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InvalidInputException of Types.invalid_input_exception | `ResourceNumberLimitExceededException of Types.resource_number_limit_exceeded_exception ] * Smaws_Lib.Response.metadata) Stdlib.result