IoT / Client / disassociate_sbom_from_package_version
disassociate_sbom_from_package_version#
- IoT.Client.disassociate_sbom_from_package_version(**kwargs)#
Disassociates the selected software bill of materials (SBOM) from a specific software package version.
Requires permission to access the DisassociateSbomWithPackageVersion action.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_sbom_from_package_version( packageName='string', versionName='string', clientToken='string' )
- Parameters:
packageName (string) –
[REQUIRED]
The name of the new software package.
versionName (string) –
[REQUIRED]
The name of the new package version.
clientToken (string) –
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions