https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/awscli/examples/deploy/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/awscli/examples/deploy/list-deployment-targets.rst
**To retrieve a list of target IDs that are associated with a deployment**

The following ``list-deployment-targets`` example retrieves a list of target IDs associated with deployments that have a status of "Failed" or "InProgress." ::

    aws deploy list-deployment-targets \
        --deployment-id "d-A1B2C3111" \
        --target-filters "{\"TargetStatus\":[\"Failed\",\"InProgress\"]}"

Output::

    {
        "targetIds": [
            "i-0f1558aaf90e5f1f9"
        ]
    }

For more information, see `ListDeploymentTargets <https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_ListDeploymentTargets.html>`_ in the *AWS CodeDeploy API Reference*.

https://t.me/RX1948 - 2025