Panorama.Client.
register_package_version
(**kwargs)¶Registers a package version.
See also: AWS API Documentation
Request Syntax
response = client.register_package_version(
MarkLatest=True|False,
OwnerAccount='string',
PackageId='string',
PackageVersion='string',
PatchVersion='string'
)
[REQUIRED]
A package ID.
[REQUIRED]
A package version.
[REQUIRED]
A patch version.
dict
Response Syntax
{}
Response Structure
Exceptions
Panorama.Client.exceptions.ConflictException
Panorama.Client.exceptions.ValidationException
Panorama.Client.exceptions.AccessDeniedException
Panorama.Client.exceptions.InternalServerException