Searched refs:pipeline_status_timeout (Results 1 – 2 of 2) sorted by relevance
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/ |
H A D | data_pipeline.py | 337 def pipeline_status_timeout(client, dp_id, status, timeout): function 367 pipeline_status_timeout(client, dp_id, status=DP_ACTIVE_STATES, 402 pipeline_status_timeout(client, dp_id, status=DP_INACTIVE_STATES, 419 …pipeline_status_timeout(client=client, dp_id=dp_id, status=[PIPELINE_DOESNT_EXIST], timeout=timeou…
|
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/ |
H A D | data_pipeline.py | 292 def pipeline_status_timeout(client, dp_id, status, timeout): function 323 pipeline_status_timeout(client, dp_id, status=DP_ACTIVE_STATES, 358 pipeline_status_timeout(client, dp_id, status=DP_INACTIVE_STATES, 375 …pipeline_status_timeout(client=client, dp_id=dp_id, status=[PIPELINE_DOESNT_EXIST], timeout=timeou…
|