codedeploy

class moto.codedeploy.models.CodeDeployBackend(region_name: str, account_id: str)

Implementation of CodeDeploy APIs.

Implemented features for this service

  • [ ] add_tags_to_on_premises_instances

  • [ ] batch_get_application_revisions

  • [X] batch_get_applications

  • [ ] batch_get_deployment_groups

  • [ ] batch_get_deployment_instances

  • [ ] batch_get_deployment_targets

  • [X] batch_get_deployments

  • [ ] batch_get_on_premises_instances

  • [ ] continue_deployment

  • [X] create_application

  • [X] create_deployment

  • [ ] create_deployment_config

  • [X] create_deployment_group

  • [ ] delete_application

  • [ ] delete_deployment_config

  • [ ] delete_deployment_group

  • [ ] delete_git_hub_account_token

  • [ ] delete_resources_by_external_id

  • [ ] deregister_on_premises_instance

  • [X] get_application

  • [ ] get_application_revision

  • [X] get_deployment

  • [ ] get_deployment_config

  • [X] get_deployment_group

  • [ ] get_deployment_instance

  • [ ] get_deployment_target

  • [ ] get_on_premises_instance

  • [ ] list_application_revisions

  • [X] list_applications

  • [ ] list_deployment_configs

  • [X] list_deployment_groups

  • [ ] list_deployment_instances

  • [ ] list_deployment_targets

  • [X] list_deployments

  • [ ] list_git_hub_account_token_names

  • [ ] list_on_premises_instances

  • [ ] list_tags_for_resource

  • [ ] put_lifecycle_event_hook_execution_status

  • [ ] register_application_revision

  • [ ] register_on_premises_instance

  • [ ] remove_tags_from_on_premises_instances

  • [ ] skip_wait_time_for_instance_termination

  • [ ] stop_deployment

  • [ ] tag_resource

  • [ ] untag_resource

  • [ ] update_application

  • [ ] update_deployment_group