aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/endpoint-rule-set-1.json.gzbin0 -> 1156 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/examples-1.json5
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/paginators-1.json10
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/service-2.json.gzbin0 -> 11762 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/waiters-2.json58
5 files changed, 73 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/endpoint-rule-set-1.json.gz
new file mode 100644
index 00000000..fa38ee9a
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/endpoint-rule-set-1.json.gz
Binary files differ
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/examples-1.json
new file mode 100644
index 00000000..0ea7e3b0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/examples-1.json
@@ -0,0 +1,5 @@
+{
+ "version": "1.0",
+ "examples": {
+ }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/paginators-1.json
new file mode 100644
index 00000000..bbc1f584
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/paginators-1.json
@@ -0,0 +1,10 @@
+{
+ "pagination": {
+ "ListRepositoryAssociations": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "RepositoryAssociationSummaries"
+ }
+ }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/service-2.json.gz
new file mode 100644
index 00000000..75859335
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/service-2.json.gz
Binary files differ
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/waiters-2.json
new file mode 100644
index 00000000..cd1730fa
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/codeguru-reviewer/2019-09-19/waiters-2.json
@@ -0,0 +1,58 @@
+{
+ "version": 2,
+ "waiters":
+ {
+ "RepositoryAssociationSucceeded":
+ {
+ "description": "Wait until a repository association is complete.",
+ "operation": "DescribeRepositoryAssociation",
+ "delay": 10,
+ "maxAttempts": 30,
+ "acceptors": [
+ {
+ "state": "success",
+ "matcher": "path",
+ "argument": "RepositoryAssociation.State",
+ "expected": "Associated"
+ },
+ {
+ "state": "failure",
+ "matcher": "path",
+ "argument": "RepositoryAssociation.State",
+ "expected": "Failed"
+ },
+ {
+ "state": "retry",
+ "matcher": "path",
+ "argument": "RepositoryAssociation.State",
+ "expected": "Associating"
+ }]
+ },
+ "CodeReviewCompleted":
+ {
+ "description": "Wait until a code review is complete.",
+ "operation": "DescribeCodeReview",
+ "delay": 10,
+ "maxAttempts": 180,
+ "acceptors": [
+ {
+ "state": "success",
+ "matcher": "path",
+ "argument": "CodeReview.State",
+ "expected": "Completed"
+ },
+ {
+ "state": "failure",
+ "matcher": "path",
+ "argument": "CodeReview.State",
+ "expected": "Failed"
+ },
+ {
+ "state": "retry",
+ "matcher": "path",
+ "argument": "CodeReview.State",
+ "expected": "Pending"
+ }]
+ }
+ }
+} \ No newline at end of file