Module Values_2.PutSchemaVersionMetadataResponseSource

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.

Sourcetype nonrec t = {
  1. schemaArn : Values_0.GlueResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) for the schema.

    *)
  2. schemaName : Values_0.SchemaRegistryNameString.t option;
    (*

    The name for the schema.

    *)
  3. registryName : Values_0.SchemaRegistryNameString.t option;
    (*

    The name for the registry.

    *)
  4. latestVersion : LatestSchemaVersionBoolean.t option;
    (*

    The latest version of the schema.

    *)
  5. versionNumber : Values_0.VersionLongNumber.t option;
    (*

    The version number of the schema.

    *)
  6. schemaVersionId : Values_0.SchemaVersionIdString.t option;
    (*

    The unique version ID of the schema version.

    *)
  7. metadataKey : MetadataKeyString.t option;
    (*

    The metadata key.

    *)
  8. metadataValue : MetadataValueString.t option;
    (*

    The value of the metadata key.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `AlreadyExistsException of Values_0.AlreadyExistsException.t
  3. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  4. | `InvalidInputException of Values_0.InvalidInputException.t
  5. | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?schemaArn:??? -> ?schemaName:??? -> ?registryName:??? -> ?latestVersion:??? -> ?versionNumber:??? -> ?schemaVersionId:??? -> ?metadataKey:??? -> ?metadataValue:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `AlreadyExistsException of Values_0.AlreadyExistsException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InvalidInputException of Values_0.InvalidInputException.t | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `AlreadyExistsException of Values_0.AlreadyExistsException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InvalidInputException of Values_0.InvalidInputException.t | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of LatestSchemaVersionBoolean.t | `Long of Values_0.VersionLongNumber.t | `String of Values_0.GlueResourceArn.t ]) 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