Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 532

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**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*.