aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams
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/gameliftstreams
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are hereHEADmaster
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json.gzbin0 -> 840 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/paginators-1.json28
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/service-2.json.gzbin0 -> 19784 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/waiters-2.json88
4 files changed, 116 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json.gz
new file mode 100644
index 00000000..794e19d0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json.gz
Binary files differ
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/paginators-1.json
new file mode 100644
index 00000000..a396ef46
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/paginators-1.json
@@ -0,0 +1,28 @@
+{
+ "pagination": {
+ "ListApplications": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "Items"
+ },
+ "ListStreamGroups": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "Items"
+ },
+ "ListStreamSessions": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "Items"
+ },
+ "ListStreamSessionsByAccount": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "Items"
+ }
+ }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/service-2.json.gz
new file mode 100644
index 00000000..9937ade0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/service-2.json.gz
Binary files differ
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/waiters-2.json
new file mode 100644
index 00000000..2c064b00
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/gameliftstreams/2018-05-10/waiters-2.json
@@ -0,0 +1,88 @@
+{
+ "version" : 2,
+ "waiters" : {
+ "ApplicationDeleted" : {
+ "description" : "Waits until an application is deleted",
+ "delay" : 2,
+ "maxAttempts" : 60,
+ "operation" : "GetApplication",
+ "acceptors" : [ {
+ "matcher" : "error",
+ "state" : "success",
+ "expected" : "ResourceNotFoundException"
+ } ]
+ },
+ "ApplicationReady" : {
+ "description" : "Waits until an application is ready",
+ "delay" : 2,
+ "maxAttempts" : 60,
+ "operation" : "GetApplication",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "Status",
+ "state" : "success",
+ "expected" : "READY"
+ }, {
+ "matcher" : "path",
+ "argument" : "Status",
+ "state" : "failure",
+ "expected" : "ERROR"
+ } ]
+ },
+ "StreamGroupActive" : {
+ "description" : "Waits until a stream group is active",
+ "delay" : 30,
+ "maxAttempts" : 120,
+ "operation" : "GetStreamGroup",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "Status",
+ "state" : "success",
+ "expected" : "ACTIVE"
+ }, {
+ "matcher" : "path",
+ "argument" : "Status",
+ "state" : "failure",
+ "expected" : "ERROR"
+ }, {
+ "matcher" : "path",
+ "argument" : "Status",
+ "state" : "failure",
+ "expected" : "ACTIVE_WITH_ERRORS"
+ }, {
+ "matcher" : "path",
+ "argument" : "Status",
+ "state" : "failure",
+ "expected" : "DELETING"
+ } ]
+ },
+ "StreamGroupDeleted" : {
+ "description" : "Waits until a stream group is deleted",
+ "delay" : 30,
+ "maxAttempts" : 60,
+ "operation" : "GetStreamGroup",
+ "acceptors" : [ {
+ "matcher" : "error",
+ "state" : "success",
+ "expected" : "ResourceNotFoundException"
+ } ]
+ },
+ "StreamSessionActive" : {
+ "description" : "Waits until a stream session is active",
+ "delay" : 2,
+ "maxAttempts" : 60,
+ "operation" : "GetStreamSession",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "Status",
+ "state" : "success",
+ "expected" : "ACTIVE"
+ }, {
+ "matcher" : "path",
+ "argument" : "Status",
+ "state" : "failure",
+ "expected" : "ERROR"
+ } ]
+ }
+ }
+} \ No newline at end of file