deregister_package_version(**kwargs)¶Deregisters a package version.
See also: AWS API Documentation
Request Syntax
response = client.deregister_package_version(
OwnerAccount='string',
PackageId='string',
PackageVersion='string',
PatchVersion='string',
UpdatedLatestPatchVersion='string'
)
[REQUIRED]
A package ID.
[REQUIRED]
A package version.
[REQUIRED]
A patch version.
dict
Response Syntax
{}
Response Structure
Exceptions
Panorama.Client.exceptions.ConflictExceptionPanorama.Client.exceptions.ValidationExceptionPanorama.Client.exceptions.AccessDeniedExceptionPanorama.Client.exceptions.ResourceNotFoundExceptionPanorama.Client.exceptions.InternalServerException