Removes a key value pair from the schema version metadata for the specified schema version ID.
glue_remove_schema_version_metadata(SchemaId, SchemaVersionNumber,
SchemaVersionId, MetadataKeyValue)A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
The version number of the schema.
The unique version ID of the schema version.
[required] The value of the metadata key.
A list with the following syntax:
list( SchemaArn = "string", SchemaName = "string", RegistryName = "string", LatestVersion = TRUE|FALSE, VersionNumber = 123, SchemaVersionId = "string", MetadataKey = "string", MetadataValue = "string" )
svc$remove_schema_version_metadata(
SchemaId = list(
SchemaArn = "string",
SchemaName = "string",
RegistryName = "string"
),
SchemaVersionNumber = list(
LatestVersion = TRUE|FALSE,
VersionNumber = 123
),
SchemaVersionId = "string",
MetadataKeyValue = list(
MetadataKey = "string",
MetadataValue = "string"
)
)