glue_delete_schema_versions {paws.analytics} | R Documentation |
Remove versions from the specified schema
Description
Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the GetSchemaVersions
API after this call will list the status of the deleted versions.
See https://www.paws-r-sdk.com/docs/glue_delete_schema_versions/ for full documentation.
Usage
glue_delete_schema_versions(SchemaId, Versions)
Arguments
SchemaId |
[required] This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN). |
Versions |
[required] A version range may be supplied which may be of the format:
|
[Package paws.analytics version 0.7.0 Index]