about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/acm-pca
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/botocore/data/acm-pca
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are here HEAD master
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/acm-pca')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/endpoint-rule-set-1.json.gzbin0 -> 1236 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/examples-1.json5
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/paginators-1.json22
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/service-2.json.gzbin0 -> 24708 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/waiters-2.json64
5 files changed, 91 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/endpoint-rule-set-1.json.gz
new file mode 100644
index 00000000..09cf6aa5
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/endpoint-rule-set-1.json.gz
Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/examples-1.json
new file mode 100644
index 00000000..0ea7e3b0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/examples-1.json
@@ -0,0 +1,5 @@
+{
+  "version": "1.0",
+  "examples": {
+  }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/paginators-1.json
new file mode 100644
index 00000000..c1f4e234
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/paginators-1.json
@@ -0,0 +1,22 @@
+{
+  "pagination": {
+    "ListCertificateAuthorities": {
+      "input_token": "NextToken",
+      "limit_key": "MaxResults",
+      "output_token": "NextToken",
+      "result_key": "CertificateAuthorities"
+    },
+    "ListTags": {
+      "input_token": "NextToken",
+      "limit_key": "MaxResults",
+      "output_token": "NextToken",
+      "result_key": "Tags"
+    },
+    "ListPermissions": {
+      "input_token": "NextToken",
+      "limit_key": "MaxResults",
+      "output_token": "NextToken",
+      "result_key": "Permissions"
+    }
+  }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/service-2.json.gz
new file mode 100644
index 00000000..d00ceeb5
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/service-2.json.gz
Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/waiters-2.json
new file mode 100644
index 00000000..1d48140d
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22/waiters-2.json
@@ -0,0 +1,64 @@
+{
+  "version" : 2,
+  "waiters" : {
+    "AuditReportCreated" : {
+      "description" : "Wait until a Audit Report is created",
+      "delay" : 3,
+      "maxAttempts" : 60,
+      "operation" : "DescribeCertificateAuthorityAuditReport",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "AuditReportStatus",
+        "state" : "success",
+        "expected" : "SUCCESS"
+      }, {
+        "matcher" : "path",
+        "argument" : "AuditReportStatus",
+        "state" : "failure",
+        "expected" : "FAILED"
+      }, {
+        "matcher" : "error",
+        "state" : "failure",
+        "expected" : "AccessDeniedException"
+      } ]
+    },
+    "CertificateAuthorityCSRCreated" : {
+      "description" : "Wait until a Certificate Authority CSR is created",
+      "delay" : 3,
+      "maxAttempts" : 60,
+      "operation" : "GetCertificateAuthorityCsr",
+      "acceptors" : [ {
+        "matcher" : "error",
+        "state" : "success",
+        "expected" : false
+      }, {
+        "matcher" : "error",
+        "state" : "retry",
+        "expected" : "RequestInProgressException"
+      }, {
+        "matcher" : "error",
+        "state" : "failure",
+        "expected" : "AccessDeniedException"
+      } ]
+    },
+    "CertificateIssued" : {
+      "description" : "Wait until a certificate is issued",
+      "delay" : 1,
+      "maxAttempts" : 60,
+      "operation" : "GetCertificate",
+      "acceptors" : [ {
+        "matcher" : "error",
+        "state" : "success",
+        "expected" : false
+      }, {
+        "matcher" : "error",
+        "state" : "retry",
+        "expected" : "RequestInProgressException"
+      }, {
+        "matcher" : "error",
+        "state" : "failure",
+        "expected" : "AccessDeniedException"
+      } ]
+    }
+  }
+}
\ No newline at end of file