clouddirectory_upgrade_applied_schema: Upgrades a single directory in-place using the...

View source: R/clouddirectory_operations.R

clouddirectory_upgrade_applied_schemaR Documentation

Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion

Description

Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory. Note: This is a synchronous API call and upgrades only one schema on a given directory per call. To upgrade multiple directories from one schema, you would need to call this API on each directory.

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

Usage

clouddirectory_upgrade_applied_schema(
  PublishedSchemaArn,
  DirectoryArn,
  DryRun = NULL
)

Arguments

PublishedSchemaArn

[required] The revision of the published schema to upgrade the directory to.

DirectoryArn

[required] The ARN for the directory to which the upgraded schema will be applied.

DryRun

Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.