moto/docs/docs/services/application-autoscaling.rst
2023-03-26 13:54:36 +00:00

52 lines
1.0 KiB
ReStructuredText

.. _implementedservice_application-autoscaling:
.. |start-h3| raw:: html
<h3>
.. |end-h3| raw:: html
</h3>
=======================
application-autoscaling
=======================
|start-h3| Example usage |end-h3|
.. sourcecode:: python
@mock_applicationautoscaling
def test_applicationautoscaling_behaviour:
boto3.client("application-autoscaling")
...
|start-h3| Implemented features for this service |end-h3|
- [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