Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.
glue_update_registry(RegistryId, Description)[required] This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
[required] A description of the registry. If description is not provided, this field will not be updated.
A list with the following syntax:
list( RegistryName = "string", RegistryArn = "string" )
svc$update_registry(
RegistryId = list(
RegistryName = "string",
RegistryArn = "string"
),
Description = "string"
)