Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 909 Bytes

application-autoscaling.rst

File metadata and controls

44 lines (28 loc) · 909 Bytes

application-autoscaling

Example usage

python

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

Implemented features for this service

  • [X] delete_scaling_policy
  • [ ] 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
  • [ ] describe_scheduled_actions
  • [X] put_scaling_policy
  • [ ] put_scheduled_action
  • [X] register_scalable_target Registers or updates a scalable target.