about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/endpoint-rule-set-1.json.gzbin0 -> 1408 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/examples-1.json5
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/paginators-1.json44
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/service-2.json.gzbin0 -> 73899 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/waiters-2.json41
5 files changed, 90 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/endpoint-rule-set-1.json.gz
new file mode 100644
index 00000000..b43ad5ce
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/endpoint-rule-set-1.json.gz
Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/examples-1.json
new file mode 100644
index 00000000..0ea7e3b0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/examples-1.json
@@ -0,0 +1,5 @@
+{
+  "version": "1.0",
+  "examples": {
+  }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/paginators-1.json
new file mode 100644
index 00000000..f83b5884
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/paginators-1.json
@@ -0,0 +1,44 @@
+{
+  "pagination": {
+    "ListCloudFrontOriginAccessIdentities": {
+      "input_token": "Marker",
+      "output_token": "CloudFrontOriginAccessIdentityList.NextMarker",
+      "limit_key": "MaxItems",
+      "more_results": "CloudFrontOriginAccessIdentityList.IsTruncated",
+      "result_key": "CloudFrontOriginAccessIdentityList.Items"
+    },
+    "ListDistributions": {
+      "input_token": "Marker",
+      "output_token": "DistributionList.NextMarker",
+      "limit_key": "MaxItems",
+      "more_results": "DistributionList.IsTruncated",
+      "result_key": "DistributionList.Items"
+    },
+    "ListInvalidations": {
+      "input_token": "Marker",
+      "output_token": "InvalidationList.NextMarker",
+      "limit_key": "MaxItems",
+      "more_results": "InvalidationList.IsTruncated",
+      "result_key": "InvalidationList.Items"
+    },
+    "ListStreamingDistributions": {
+      "input_token": "Marker",
+      "output_token": "StreamingDistributionList.NextMarker",
+      "limit_key": "MaxItems",
+      "more_results": "StreamingDistributionList.IsTruncated",
+      "result_key": "StreamingDistributionList.Items"
+    },
+    "ListKeyValueStores": {
+      "input_token": "Marker",
+      "limit_key": "MaxItems",
+      "output_token": "KeyValueStoreList.NextMarker",
+      "result_key": "KeyValueStoreList.Items"
+    },
+    "ListPublicKeys": {
+      "input_token": "Marker",
+      "output_token": "PublicKeyList.NextMarker",
+      "limit_key": "MaxItems",
+      "result_key": "PublicKeyList.Items"
+    }
+  }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/service-2.json.gz
new file mode 100644
index 00000000..a4135b0c
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/service-2.json.gz
Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/waiters-2.json
new file mode 100644
index 00000000..4d238cb1
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudfront/2020-05-31/waiters-2.json
@@ -0,0 +1,41 @@
+{
+  "version" : 2,
+  "waiters" : {
+    "DistributionDeployed" : {
+      "description" : "Wait until a distribution is deployed.",
+      "delay" : 60,
+      "maxAttempts" : 35,
+      "operation" : "GetDistribution",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "Distribution.Status",
+        "state" : "success",
+        "expected" : "Deployed"
+      } ]
+    },
+    "InvalidationCompleted" : {
+      "description" : "Wait until an invalidation has completed.",
+      "delay" : 20,
+      "maxAttempts" : 30,
+      "operation" : "GetInvalidation",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "Invalidation.Status",
+        "state" : "success",
+        "expected" : "Completed"
+      } ]
+    },
+    "StreamingDistributionDeployed" : {
+      "description" : "Wait until a streaming distribution is deployed.",
+      "delay" : 60,
+      "maxAttempts" : 25,
+      "operation" : "GetStreamingDistribution",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "StreamingDistribution.Status",
+        "state" : "success",
+        "expected" : "Deployed"
+      } ]
+    }
+  }
+}
\ No newline at end of file