aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/acm-pca/2017-08-22')
-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 differ
diff --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 differ
diff --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