Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 963 Bytes

application-autoscaling.rst

File metadata and controls

48 lines (29 loc) · 963 Bytes

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

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