glue_delete_schema_versions: Remove versions from the specified schema

View source: R/glue_operations.R

glue_delete_schema_versionsR 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:

  • a single version number, 5

  • a range, 5-8 : deletes versions 5, 6, 7, 8


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.