Sophie

Sophie

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

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

**To get status information for the delivery channel**

The following command returns the status of the delivery channel::

    aws configservice describe-delivery-channel-status

Output::

    {
        "DeliveryChannelsStatus": [
            {
                "configStreamDeliveryInfo": {
                    "lastStatusChangeTime": 1452193834.381,
                    "lastStatus": "SUCCESS"
                },
                "configHistoryDeliveryInfo": {
                    "lastSuccessfulTime": 1450317838.412,
                    "lastStatus": "SUCCESS",
                    "lastAttemptTime": 1450317838.412
                },
                "configSnapshotDeliveryInfo": {
                    "lastSuccessfulTime": 1452185597.094,
                    "lastStatus": "SUCCESS",
                    "lastAttemptTime": 1452185597.094
                },
                "name": "default"
            }
        ]
    }