Learn R Programming

paws.machine.learning (version 0.7.0)

panorama_register_package_version: Registers a package version

Description

Registers a package version.

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

Usage

panorama_register_package_version(
  MarkLatest = NULL,
  OwnerAccount = NULL,
  PackageId,
  PackageVersion,
  PatchVersion
)

Arguments

MarkLatest

Whether to mark the new version as the latest version.

OwnerAccount

An owner account.

PackageId

[required] A package ID.

PackageVersion

[required] A package version.

PatchVersion

[required] A patch version.