diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/opsworkscm')
5 files changed, 58 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/endpoint-rule-set-1.json.gz new file mode 100644 index 00000000..fca418b8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/endpoint-rule-set-1.json.gz Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/examples-1.json new file mode 100644 index 00000000..0ea7e3b0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/paginators-1.json new file mode 100644 index 00000000..e714aab1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/paginators-1.json @@ -0,0 +1,28 @@ +{ + "pagination": { + "DescribeBackups": { + "input_token": "NextToken", + "limit_key": "MaxResults", + "output_token": "NextToken", + "result_key": "Backups" + }, + "DescribeEvents": { + "input_token": "NextToken", + "limit_key": "MaxResults", + "output_token": "NextToken", + "result_key": "ServerEvents" + }, + "DescribeServers": { + "input_token": "NextToken", + "limit_key": "MaxResults", + "output_token": "NextToken", + "result_key": "Servers" + }, + "ListTagsForResource": { + "input_token": "NextToken", + "limit_key": "MaxResults", + "output_token": "NextToken", + "result_key": "Tags" + } + } +} diff --git a/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/service-2.json.gz new file mode 100644 index 00000000..38dba59e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/service-2.json.gz Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/waiters-2.json new file mode 100644 index 00000000..f37dd040 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/opsworkscm/2016-11-01/waiters-2.json @@ -0,0 +1,25 @@ +{ + "version": 2, + "waiters": { + "NodeAssociated": { + "delay": 15, + "maxAttempts": 15, + "operation": "DescribeNodeAssociationStatus", + "description": "Wait until node is associated or disassociated.", + "acceptors": [ + { + "expected": "SUCCESS", + "state": "success", + "matcher": "path", + "argument": "NodeAssociationStatus" + }, + { + "expected": "FAILED", + "state": "failure", + "matcher": "path", + "argument": "NodeAssociationStatus" + } + ] + } + } +} |
