Sophie

Sophie

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

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

The following command retrieves a list of invalidations for a CloudFront web distribution with the ID ``S11A16G5KZMEQD``::

  aws cloudfront list-invalidations --distribution-id S11A16G5KZMEQD

The distribution ID is available in the output of ``create-distribution`` and ``list-distributions``.

Output::

  {
      "InvalidationList": {
          "Marker": "",
          "Items": [
              {
                  "Status": "Completed",
                  "Id": "YNY2LI2BVJ4NJU",
                  "CreateTime": "2015-08-31T21:15:52.042Z"
              }
          ],
          "IsTruncated": false,
          "MaxItems": 100,
          "Quantity": 1
      }
  }