schemas_update_schema: Updates the schema definition

View source: R/schemas_operations.R

schemas_update_schemaR Documentation

Updates the schema definition

Description

Updates the schema definition

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

Usage

schemas_update_schema(
  ClientTokenId = NULL,
  Content = NULL,
  Description = NULL,
  RegistryName,
  SchemaName,
  Type = NULL
)

Arguments

ClientTokenId

The ID of the client token.

Content

The source of the schema definition.

Description

The description of the schema.

RegistryName

[required] The name of the registry.

SchemaName

[required] The name of the schema.

Type

The schema type for the events schema.


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