Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.08 KB

signer.rst

File metadata and controls

55 lines (35 loc) · 1.08 KB

signer

moto.signer.models.SignerBackend

Example usage

python

@mock_signer def test_signer_behaviour: boto3.client("signer") ...

Implemented features for this service

  • [ ] add_profile_permission
  • [X] cancel_signing_profile
  • [ ] describe_signing_job
  • [ ] get_signing_platform
  • [X] get_signing_profile
  • [ ] list_profile_permissions
  • [ ] list_signing_jobs
  • [X] list_signing_platforms

    Pagination is not yet implemented. The parameters category, partner, target are not yet implemented

  • [ ] list_signing_profiles
  • [ ] list_tags_for_resource
  • [X] put_signing_profile

    The following parameters are not yet implemented: SigningMaterial, Overrides, SigningParamaters

  • [ ] remove_profile_permission
  • [ ] revoke_signature
  • [ ] revoke_signing_profile
  • [ ] start_signing_job
  • [ ] tag_resource
  • [ ] untag_resource