schemas_list_schema_versions: Provides a list of the schema versions and related...

View source: R/schemas_operations.R

schemas_list_schema_versionsR Documentation

Provides a list of the schema versions and related information

Description

Provides a list of the schema versions and related information.

See https://www.paws-r-sdk.com/docs/schemas_list_schema_versions/ for full documentation.

Usage

schemas_list_schema_versions(
  Limit = NULL,
  NextToken = NULL,
  RegistryName,
  SchemaName
)

Arguments

Limit
NextToken

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

RegistryName

[required] The name of the registry.

SchemaName

[required] The name of the schema.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.