Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.01 KB

application-autoscaling.rst

File metadata and controls

51 lines (32 loc) · 1.01 KB

application-autoscaling

Example usage

python

@mock_applicationautoscaling def test_applicationautoscaling_behaviour: boto3.client("application-autoscaling") ...

Implemented features for this service

  • [X] delete_scaling_policy
  • [X] delete_scheduled_action
  • [X] deregister_scalable_target Registers or updates a scalable target.
  • [X] describe_scalable_targets Describe scalable targets.
  • [ ] describe_scaling_activities
  • [X] describe_scaling_policies
  • [X] describe_scheduled_actions

    Pagination is not yet implemented

  • [ ] list_tags_for_resource
  • [X] put_scaling_policy
  • [X] put_scheduled_action
  • [X] register_scalable_target Registers or updates a scalable target.
  • [ ] tag_resource
  • [ ] untag_resource