about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/deadline/2023-10-12/waiters-2.json
blob: eb6bcc6dfc6cf5ee7d73f70c0b72226031b06d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
  "version" : 2,
  "waiters" : {
    "FleetActive" : {
      "description" : "Wait until a Fleet is activated. Use this after invoking CreateFleet or UpdateFleet.",
      "delay" : 5,
      "maxAttempts" : 180,
      "operation" : "GetFleet",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ACTIVE"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "CREATE_FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "UPDATE_FAILED"
      } ]
    },
    "JobCreateComplete" : {
      "description" : "Wait until a Job is created. Use this after invoking CreateJob.",
      "delay" : 1,
      "maxAttempts" : 120,
      "operation" : "GetJob",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "lifecycleStatus",
        "state" : "success",
        "expected" : "CREATE_COMPLETE"
      }, {
        "matcher" : "path",
        "argument" : "lifecycleStatus",
        "state" : "success",
        "expected" : "UPDATE_IN_PROGRESS"
      }, {
        "matcher" : "path",
        "argument" : "lifecycleStatus",
        "state" : "success",
        "expected" : "UPDATE_FAILED"
      }, {
        "matcher" : "path",
        "argument" : "lifecycleStatus",
        "state" : "success",
        "expected" : "UPDATE_SUCCEEDED"
      }, {
        "matcher" : "path",
        "argument" : "lifecycleStatus",
        "state" : "failure",
        "expected" : "UPLOAD_FAILED"
      }, {
        "matcher" : "path",
        "argument" : "lifecycleStatus",
        "state" : "failure",
        "expected" : "CREATE_FAILED"
      } ]
    },
    "LicenseEndpointDeleted" : {
      "description" : "Wait until a LicenseEndpoint is Deleted. Use this after invoking DeleteLicenseEndpoint.",
      "delay" : 10,
      "maxAttempts" : 234,
      "operation" : "GetLicenseEndpoint",
      "acceptors" : [ {
        "matcher" : "error",
        "state" : "success",
        "expected" : "ResourceNotFoundException"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "NOT_READY"
      } ]
    },
    "LicenseEndpointValid" : {
      "description" : "Wait until a LicenseEndpoint is Ready. Use this after invoking CreateLicenseEndpoint.",
      "delay" : 10,
      "maxAttempts" : 114,
      "operation" : "GetLicenseEndpoint",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "READY"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "NOT_READY"
      } ]
    },
    "QueueFleetAssociationStopped" : {
      "description" : "Wait until a QueueFleetAssociation is stopped. Use this after setting the status to STOP_SCHEDULING_AND_COMPLETE_TASKS or STOP_SCHEDULING_AND_CANCEL_TASKS to wait for a QueueFleetAssociation to reach STOPPED",
      "delay" : 10,
      "maxAttempts" : 60,
      "operation" : "GetQueueFleetAssociation",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "STOPPED"
      } ]
    },
    "QueueLimitAssociationStopped" : {
      "description" : "Wait until a QueueLimitAssociation is stopped. Use this after setting the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS to wait for a QueueLimitAssociation to reach STOPPED",
      "delay" : 10,
      "maxAttempts" : 60,
      "operation" : "GetQueueLimitAssociation",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "STOPPED"
      } ]
    },
    "QueueScheduling" : {
      "delay" : 10,
      "maxAttempts" : 70,
      "operation" : "GetQueue",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "SCHEDULING"
      } ]
    },
    "QueueSchedulingBlocked" : {
      "delay" : 10,
      "maxAttempts" : 30,
      "operation" : "GetQueue",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "SCHEDULING_BLOCKED"
      } ]
    }
  }
}