Panorama / Client / deregister_package_version
deregister_package_version#
- Panorama.Client.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' )
- Parameters:
OwnerAccount (string) – An owner account.
PackageId (string) –
[REQUIRED]
A package ID.
PackageVersion (string) –
[REQUIRED]
A package version.
PatchVersion (string) –
[REQUIRED]
A patch version.
UpdatedLatestPatchVersion (string) – If the version was marked latest, the new version to maker as latest.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Panorama.Client.exceptions.ConflictException
Panorama.Client.exceptions.ValidationException
Panorama.Client.exceptions.AccessDeniedException
Panorama.Client.exceptions.ResourceNotFoundException
Panorama.Client.exceptions.InternalServerException