diff options
| author | S. Solomon Darnell | 2025-03-28 21:52:21 -0500 |
|---|---|---|
| committer | S. Solomon Darnell | 2025-03-28 21:52:21 -0500 |
| commit | 4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch) | |
| tree | ee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/botocore/data/mediaconnect | |
| parent | cc961e04ba734dd72309fb548a2f97d67d578813 (diff) | |
| download | gn-ai-master.tar.gz | |
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/mediaconnect')
4 files changed, 150 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.gz new file mode 100644 index 00000000..ada657ef --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.gz Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/paginators-1.json new file mode 100644 index 00000000..65df623e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/paginators-1.json @@ -0,0 +1,46 @@ +{ + "pagination": { + "ListFlows": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Flows" + }, + "ListEntitlements": { + "input_token": "NextToken", + "limit_key": "MaxResults", + "output_token": "NextToken", + "result_key": "Entitlements" + }, + "ListOfferings": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Offerings" + }, + "ListReservations": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Reservations" + }, + "ListBridges": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Bridges" + }, + "ListGatewayInstances": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Instances" + }, + "ListGateways": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Gateways" + } + } +} diff --git a/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/service-2.json.gz new file mode 100644 index 00000000..8013c09a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/service-2.json.gz Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/waiters-2.json new file mode 100644 index 00000000..0f4968ad --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/mediaconnect/2018-11-14/waiters-2.json @@ -0,0 +1,104 @@ +{ + "version" : 2, + "waiters" : { + "FlowActive" : { + "description" : "Wait until a flow is active", + "delay" : 3, + "maxAttempts" : 40, + "operation" : "DescribeFlow", + "acceptors" : [ { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "success", + "expected" : "ACTIVE" + }, { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "retry", + "expected" : "STARTING" + }, { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "retry", + "expected" : "UPDATING" + }, { + "matcher" : "error", + "state" : "retry", + "expected" : "InternalServerErrorException" + }, { + "matcher" : "error", + "state" : "retry", + "expected" : "ServiceUnavailableException" + }, { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "failure", + "expected" : "STANDBY" + }, { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "failure", + "expected" : "ERROR" + } ] + }, + "FlowDeleted" : { + "description" : "Wait until a flow is deleted", + "delay" : 3, + "maxAttempts" : 40, + "operation" : "DescribeFlow", + "acceptors" : [ { + "matcher" : "error", + "state" : "success", + "expected" : "NotFoundException" + }, { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "retry", + "expected" : "DELETING" + }, { + "matcher" : "error", + "state" : "retry", + "expected" : "InternalServerErrorException" + }, { + "matcher" : "error", + "state" : "retry", + "expected" : "ServiceUnavailableException" + }, { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "failure", + "expected" : "ERROR" + } ] + }, + "FlowStandby" : { + "description" : "Wait until a flow is in standby mode", + "delay" : 3, + "maxAttempts" : 40, + "operation" : "DescribeFlow", + "acceptors" : [ { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "success", + "expected" : "STANDBY" + }, { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "retry", + "expected" : "STOPPING" + }, { + "matcher" : "error", + "state" : "retry", + "expected" : "InternalServerErrorException" + }, { + "matcher" : "error", + "state" : "retry", + "expected" : "ServiceUnavailableException" + }, { + "matcher" : "path", + "argument" : "Flow.Status", + "state" : "failure", + "expected" : "ERROR" + } ] + } + } +} \ No newline at end of file |
