aws-sdk-core 2.6.30 → 2.6.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +503 -4
- data/apis/appstream/2016-12-01/api-2.json +820 -0
- data/apis/appstream/2016-12-01/examples-1.json +5 -0
- data/apis/appstream/2016-12-01/waiters-2.json +55 -0
- data/apis/codebuild/2016-10-06/api-2.json +702 -0
- data/apis/codebuild/2016-10-06/examples-1.json +5 -0
- data/apis/directconnect/2012-10-25/api-2.json +112 -9
- data/apis/ec2/2016-11-15/api-2.json +15025 -0
- data/apis/ec2/2016-11-15/examples-1.json +3740 -0
- data/apis/ec2/2016-11-15/paginators-1.json +138 -0
- data/apis/ec2/2016-11-15/resources-1.json +2582 -0
- data/apis/ec2/2016-11-15/waiters-2.json +593 -0
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +53 -4
- data/apis/health/2016-08-04/api-2.json +547 -0
- data/apis/health/2016-08-04/examples-1.json +5 -0
- data/apis/health/2016-08-04/paginators-1.json +31 -0
- data/apis/lambda/2015-03-31/api-2.json +81 -11
- data/apis/opsworkscm/2016-11-01/api-2.json +712 -0
- data/apis/opsworkscm/2016-11-01/examples-1.json +5 -0
- data/apis/pinpoint/2016-12-01/api-2.json +2793 -0
- data/apis/pinpoint/2016-12-01/examples-1.json +5 -0
- data/apis/shield/2016-06-02/api-2.json +494 -0
- data/apis/shield/2016-06-02/examples-1.json +5 -0
- data/apis/ssm/2014-11-06/api-2.json +2671 -117
- data/apis/states/2016-11-23/api-2.json +1021 -0
- data/apis/states/2016-11-23/examples-1.json +5 -0
- data/apis/states/2016-11-23/paginators-1.json +28 -0
- data/apis/xray/2016-04-12/api-2.json +491 -0
- data/apis/xray/2016-04-12/examples-1.json +5 -0
- data/endpoints.json +82 -0
- data/lib/aws-sdk-core.rb +8 -0
- data/lib/aws-sdk-core/appstream.rb +6 -0
- data/lib/aws-sdk-core/codebuild.rb +5 -0
- data/lib/aws-sdk-core/ec2.rb +6 -6
- data/lib/aws-sdk-core/health.rb +6 -0
- data/lib/aws-sdk-core/opsworkscm.rb +5 -0
- data/lib/aws-sdk-core/pinpoint.rb +5 -0
- data/lib/aws-sdk-core/shield.rb +5 -0
- data/lib/aws-sdk-core/states.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xray.rb +5 -0
- data/service-models.json +33 -1
- metadata +34 -2
@@ -0,0 +1,1021 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2016-11-23",
|
5
|
+
"endpointPrefix":"states",
|
6
|
+
"jsonVersion":"1.0",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceAbbreviation":"AWS SFN",
|
9
|
+
"serviceFullName":"AWS Step Functions",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"targetPrefix":"AWSStepFunctions",
|
12
|
+
"uid":"states-2016-11-23"
|
13
|
+
},
|
14
|
+
"operations":{
|
15
|
+
"CreateActivity":{
|
16
|
+
"name":"CreateActivity",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/"
|
20
|
+
},
|
21
|
+
"input":{"shape":"CreateActivityInput"},
|
22
|
+
"output":{"shape":"CreateActivityOutput"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"ActivityLimitExceeded"},
|
25
|
+
{"shape":"InvalidName"}
|
26
|
+
],
|
27
|
+
"idempotent":true
|
28
|
+
},
|
29
|
+
"CreateStateMachine":{
|
30
|
+
"name":"CreateStateMachine",
|
31
|
+
"http":{
|
32
|
+
"method":"POST",
|
33
|
+
"requestUri":"/"
|
34
|
+
},
|
35
|
+
"input":{"shape":"CreateStateMachineInput"},
|
36
|
+
"output":{"shape":"CreateStateMachineOutput"},
|
37
|
+
"errors":[
|
38
|
+
{"shape":"InvalidArn"},
|
39
|
+
{"shape":"InvalidDefinition"},
|
40
|
+
{"shape":"InvalidName"},
|
41
|
+
{"shape":"StateMachineAlreadyExists"},
|
42
|
+
{"shape":"StateMachineDeleting"},
|
43
|
+
{"shape":"StateMachineLimitExceeded"}
|
44
|
+
],
|
45
|
+
"idempotent":true
|
46
|
+
},
|
47
|
+
"DeleteActivity":{
|
48
|
+
"name":"DeleteActivity",
|
49
|
+
"http":{
|
50
|
+
"method":"POST",
|
51
|
+
"requestUri":"/"
|
52
|
+
},
|
53
|
+
"input":{"shape":"DeleteActivityInput"},
|
54
|
+
"output":{"shape":"DeleteActivityOutput"},
|
55
|
+
"errors":[
|
56
|
+
{"shape":"InvalidArn"}
|
57
|
+
]
|
58
|
+
},
|
59
|
+
"DeleteStateMachine":{
|
60
|
+
"name":"DeleteStateMachine",
|
61
|
+
"http":{
|
62
|
+
"method":"POST",
|
63
|
+
"requestUri":"/"
|
64
|
+
},
|
65
|
+
"input":{"shape":"DeleteStateMachineInput"},
|
66
|
+
"output":{"shape":"DeleteStateMachineOutput"},
|
67
|
+
"errors":[
|
68
|
+
{"shape":"InvalidArn"}
|
69
|
+
]
|
70
|
+
},
|
71
|
+
"DescribeActivity":{
|
72
|
+
"name":"DescribeActivity",
|
73
|
+
"http":{
|
74
|
+
"method":"POST",
|
75
|
+
"requestUri":"/"
|
76
|
+
},
|
77
|
+
"input":{"shape":"DescribeActivityInput"},
|
78
|
+
"output":{"shape":"DescribeActivityOutput"},
|
79
|
+
"errors":[
|
80
|
+
{"shape":"ActivityDoesNotExist"},
|
81
|
+
{"shape":"InvalidArn"}
|
82
|
+
]
|
83
|
+
},
|
84
|
+
"DescribeExecution":{
|
85
|
+
"name":"DescribeExecution",
|
86
|
+
"http":{
|
87
|
+
"method":"POST",
|
88
|
+
"requestUri":"/"
|
89
|
+
},
|
90
|
+
"input":{"shape":"DescribeExecutionInput"},
|
91
|
+
"output":{"shape":"DescribeExecutionOutput"},
|
92
|
+
"errors":[
|
93
|
+
{"shape":"ExecutionDoesNotExist"},
|
94
|
+
{"shape":"InvalidArn"}
|
95
|
+
]
|
96
|
+
},
|
97
|
+
"DescribeStateMachine":{
|
98
|
+
"name":"DescribeStateMachine",
|
99
|
+
"http":{
|
100
|
+
"method":"POST",
|
101
|
+
"requestUri":"/"
|
102
|
+
},
|
103
|
+
"input":{"shape":"DescribeStateMachineInput"},
|
104
|
+
"output":{"shape":"DescribeStateMachineOutput"},
|
105
|
+
"errors":[
|
106
|
+
{"shape":"InvalidArn"},
|
107
|
+
{"shape":"StateMachineDoesNotExist"}
|
108
|
+
]
|
109
|
+
},
|
110
|
+
"GetActivityTask":{
|
111
|
+
"name":"GetActivityTask",
|
112
|
+
"http":{
|
113
|
+
"method":"POST",
|
114
|
+
"requestUri":"/"
|
115
|
+
},
|
116
|
+
"input":{"shape":"GetActivityTaskInput"},
|
117
|
+
"output":{"shape":"GetActivityTaskOutput"},
|
118
|
+
"errors":[
|
119
|
+
{"shape":"ActivityDoesNotExist"},
|
120
|
+
{"shape":"ActivityWorkerLimitExceeded"},
|
121
|
+
{"shape":"InvalidArn"}
|
122
|
+
]
|
123
|
+
},
|
124
|
+
"GetExecutionHistory":{
|
125
|
+
"name":"GetExecutionHistory",
|
126
|
+
"http":{
|
127
|
+
"method":"POST",
|
128
|
+
"requestUri":"/"
|
129
|
+
},
|
130
|
+
"input":{"shape":"GetExecutionHistoryInput"},
|
131
|
+
"output":{"shape":"GetExecutionHistoryOutput"},
|
132
|
+
"errors":[
|
133
|
+
{"shape":"ExecutionDoesNotExist"},
|
134
|
+
{"shape":"InvalidArn"},
|
135
|
+
{"shape":"InvalidToken"}
|
136
|
+
]
|
137
|
+
},
|
138
|
+
"ListActivities":{
|
139
|
+
"name":"ListActivities",
|
140
|
+
"http":{
|
141
|
+
"method":"POST",
|
142
|
+
"requestUri":"/"
|
143
|
+
},
|
144
|
+
"input":{"shape":"ListActivitiesInput"},
|
145
|
+
"output":{"shape":"ListActivitiesOutput"},
|
146
|
+
"errors":[
|
147
|
+
{"shape":"InvalidToken"}
|
148
|
+
]
|
149
|
+
},
|
150
|
+
"ListExecutions":{
|
151
|
+
"name":"ListExecutions",
|
152
|
+
"http":{
|
153
|
+
"method":"POST",
|
154
|
+
"requestUri":"/"
|
155
|
+
},
|
156
|
+
"input":{"shape":"ListExecutionsInput"},
|
157
|
+
"output":{"shape":"ListExecutionsOutput"},
|
158
|
+
"errors":[
|
159
|
+
{"shape":"InvalidArn"},
|
160
|
+
{"shape":"InvalidToken"},
|
161
|
+
{"shape":"StateMachineDoesNotExist"}
|
162
|
+
]
|
163
|
+
},
|
164
|
+
"ListStateMachines":{
|
165
|
+
"name":"ListStateMachines",
|
166
|
+
"http":{
|
167
|
+
"method":"POST",
|
168
|
+
"requestUri":"/"
|
169
|
+
},
|
170
|
+
"input":{"shape":"ListStateMachinesInput"},
|
171
|
+
"output":{"shape":"ListStateMachinesOutput"},
|
172
|
+
"errors":[
|
173
|
+
{"shape":"InvalidToken"}
|
174
|
+
]
|
175
|
+
},
|
176
|
+
"SendTaskFailure":{
|
177
|
+
"name":"SendTaskFailure",
|
178
|
+
"http":{
|
179
|
+
"method":"POST",
|
180
|
+
"requestUri":"/"
|
181
|
+
},
|
182
|
+
"input":{"shape":"SendTaskFailureInput"},
|
183
|
+
"output":{"shape":"SendTaskFailureOutput"},
|
184
|
+
"errors":[
|
185
|
+
{"shape":"TaskDoesNotExist"},
|
186
|
+
{"shape":"InvalidToken"},
|
187
|
+
{"shape":"TaskTimedOut"}
|
188
|
+
]
|
189
|
+
},
|
190
|
+
"SendTaskHeartbeat":{
|
191
|
+
"name":"SendTaskHeartbeat",
|
192
|
+
"http":{
|
193
|
+
"method":"POST",
|
194
|
+
"requestUri":"/"
|
195
|
+
},
|
196
|
+
"input":{"shape":"SendTaskHeartbeatInput"},
|
197
|
+
"output":{"shape":"SendTaskHeartbeatOutput"},
|
198
|
+
"errors":[
|
199
|
+
{"shape":"TaskDoesNotExist"},
|
200
|
+
{"shape":"InvalidToken"},
|
201
|
+
{"shape":"TaskTimedOut"}
|
202
|
+
]
|
203
|
+
},
|
204
|
+
"SendTaskSuccess":{
|
205
|
+
"name":"SendTaskSuccess",
|
206
|
+
"http":{
|
207
|
+
"method":"POST",
|
208
|
+
"requestUri":"/"
|
209
|
+
},
|
210
|
+
"input":{"shape":"SendTaskSuccessInput"},
|
211
|
+
"output":{"shape":"SendTaskSuccessOutput"},
|
212
|
+
"errors":[
|
213
|
+
{"shape":"TaskDoesNotExist"},
|
214
|
+
{"shape":"InvalidOutput"},
|
215
|
+
{"shape":"InvalidToken"},
|
216
|
+
{"shape":"TaskTimedOut"}
|
217
|
+
]
|
218
|
+
},
|
219
|
+
"StartExecution":{
|
220
|
+
"name":"StartExecution",
|
221
|
+
"http":{
|
222
|
+
"method":"POST",
|
223
|
+
"requestUri":"/"
|
224
|
+
},
|
225
|
+
"input":{"shape":"StartExecutionInput"},
|
226
|
+
"output":{"shape":"StartExecutionOutput"},
|
227
|
+
"errors":[
|
228
|
+
{"shape":"ExecutionLimitExceeded"},
|
229
|
+
{"shape":"ExecutionAlreadyExists"},
|
230
|
+
{"shape":"InvalidArn"},
|
231
|
+
{"shape":"InvalidExecutionInput"},
|
232
|
+
{"shape":"InvalidName"},
|
233
|
+
{"shape":"StateMachineDoesNotExist"},
|
234
|
+
{"shape":"StateMachineDeleting"}
|
235
|
+
],
|
236
|
+
"idempotent":true
|
237
|
+
},
|
238
|
+
"StopExecution":{
|
239
|
+
"name":"StopExecution",
|
240
|
+
"http":{
|
241
|
+
"method":"POST",
|
242
|
+
"requestUri":"/"
|
243
|
+
},
|
244
|
+
"input":{"shape":"StopExecutionInput"},
|
245
|
+
"output":{"shape":"StopExecutionOutput"},
|
246
|
+
"errors":[
|
247
|
+
{"shape":"ExecutionDoesNotExist"},
|
248
|
+
{"shape":"InvalidArn"}
|
249
|
+
]
|
250
|
+
}
|
251
|
+
},
|
252
|
+
"shapes":{
|
253
|
+
"ActivityDoesNotExist":{
|
254
|
+
"type":"structure",
|
255
|
+
"members":{
|
256
|
+
"message":{"shape":"ErrorMessage"}
|
257
|
+
},
|
258
|
+
"exception":true
|
259
|
+
},
|
260
|
+
"ActivityFailedEventDetails":{
|
261
|
+
"type":"structure",
|
262
|
+
"members":{
|
263
|
+
"error":{"shape":"Error"},
|
264
|
+
"cause":{"shape":"Cause"}
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"ActivityLimitExceeded":{
|
268
|
+
"type":"structure",
|
269
|
+
"members":{
|
270
|
+
"message":{"shape":"ErrorMessage"}
|
271
|
+
},
|
272
|
+
"exception":true
|
273
|
+
},
|
274
|
+
"ActivityList":{
|
275
|
+
"type":"list",
|
276
|
+
"member":{"shape":"ActivityListItem"}
|
277
|
+
},
|
278
|
+
"ActivityListItem":{
|
279
|
+
"type":"structure",
|
280
|
+
"required":[
|
281
|
+
"activityArn",
|
282
|
+
"name",
|
283
|
+
"creationDate"
|
284
|
+
],
|
285
|
+
"members":{
|
286
|
+
"activityArn":{"shape":"Arn"},
|
287
|
+
"name":{"shape":"Name"},
|
288
|
+
"creationDate":{"shape":"Timestamp"}
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"ActivityScheduleFailedEventDetails":{
|
292
|
+
"type":"structure",
|
293
|
+
"members":{
|
294
|
+
"error":{"shape":"Error"},
|
295
|
+
"cause":{"shape":"Cause"}
|
296
|
+
}
|
297
|
+
},
|
298
|
+
"ActivityScheduledEventDetails":{
|
299
|
+
"type":"structure",
|
300
|
+
"required":["resource"],
|
301
|
+
"members":{
|
302
|
+
"resource":{"shape":"Arn"},
|
303
|
+
"input":{"shape":"Data"},
|
304
|
+
"timeoutInSeconds":{
|
305
|
+
"shape":"TimeoutInSeconds",
|
306
|
+
"box":true
|
307
|
+
},
|
308
|
+
"heartbeatInSeconds":{
|
309
|
+
"shape":"TimeoutInSeconds",
|
310
|
+
"box":true
|
311
|
+
}
|
312
|
+
}
|
313
|
+
},
|
314
|
+
"ActivityStartedEventDetails":{
|
315
|
+
"type":"structure",
|
316
|
+
"members":{
|
317
|
+
"workerName":{"shape":"Identity"}
|
318
|
+
}
|
319
|
+
},
|
320
|
+
"ActivitySucceededEventDetails":{
|
321
|
+
"type":"structure",
|
322
|
+
"members":{
|
323
|
+
"output":{"shape":"Data"}
|
324
|
+
}
|
325
|
+
},
|
326
|
+
"ActivityTimedOutEventDetails":{
|
327
|
+
"type":"structure",
|
328
|
+
"members":{
|
329
|
+
"error":{"shape":"Error"},
|
330
|
+
"cause":{"shape":"Cause"}
|
331
|
+
}
|
332
|
+
},
|
333
|
+
"ActivityWorkerLimitExceeded":{
|
334
|
+
"type":"structure",
|
335
|
+
"members":{
|
336
|
+
"message":{"shape":"ErrorMessage"}
|
337
|
+
},
|
338
|
+
"exception":true
|
339
|
+
},
|
340
|
+
"Arn":{
|
341
|
+
"type":"string",
|
342
|
+
"max":256,
|
343
|
+
"min":1
|
344
|
+
},
|
345
|
+
"Cause":{
|
346
|
+
"type":"string",
|
347
|
+
"max":32768,
|
348
|
+
"min":0
|
349
|
+
},
|
350
|
+
"CreateActivityInput":{
|
351
|
+
"type":"structure",
|
352
|
+
"required":["name"],
|
353
|
+
"members":{
|
354
|
+
"name":{"shape":"Name"}
|
355
|
+
}
|
356
|
+
},
|
357
|
+
"CreateActivityOutput":{
|
358
|
+
"type":"structure",
|
359
|
+
"required":[
|
360
|
+
"activityArn",
|
361
|
+
"creationDate"
|
362
|
+
],
|
363
|
+
"members":{
|
364
|
+
"activityArn":{"shape":"Arn"},
|
365
|
+
"creationDate":{"shape":"Timestamp"}
|
366
|
+
}
|
367
|
+
},
|
368
|
+
"CreateStateMachineInput":{
|
369
|
+
"type":"structure",
|
370
|
+
"required":[
|
371
|
+
"name",
|
372
|
+
"definition",
|
373
|
+
"roleArn"
|
374
|
+
],
|
375
|
+
"members":{
|
376
|
+
"name":{"shape":"Name"},
|
377
|
+
"definition":{"shape":"Definition"},
|
378
|
+
"roleArn":{"shape":"Arn"}
|
379
|
+
}
|
380
|
+
},
|
381
|
+
"CreateStateMachineOutput":{
|
382
|
+
"type":"structure",
|
383
|
+
"required":[
|
384
|
+
"stateMachineArn",
|
385
|
+
"creationDate"
|
386
|
+
],
|
387
|
+
"members":{
|
388
|
+
"stateMachineArn":{"shape":"Arn"},
|
389
|
+
"creationDate":{"shape":"Timestamp"}
|
390
|
+
}
|
391
|
+
},
|
392
|
+
"Data":{
|
393
|
+
"type":"string",
|
394
|
+
"max":32768
|
395
|
+
},
|
396
|
+
"Definition":{
|
397
|
+
"type":"string",
|
398
|
+
"max":1048576,
|
399
|
+
"min":1
|
400
|
+
},
|
401
|
+
"DeleteActivityInput":{
|
402
|
+
"type":"structure",
|
403
|
+
"required":["activityArn"],
|
404
|
+
"members":{
|
405
|
+
"activityArn":{"shape":"Arn"}
|
406
|
+
}
|
407
|
+
},
|
408
|
+
"DeleteActivityOutput":{
|
409
|
+
"type":"structure",
|
410
|
+
"members":{
|
411
|
+
}
|
412
|
+
},
|
413
|
+
"DeleteStateMachineInput":{
|
414
|
+
"type":"structure",
|
415
|
+
"required":["stateMachineArn"],
|
416
|
+
"members":{
|
417
|
+
"stateMachineArn":{"shape":"Arn"}
|
418
|
+
}
|
419
|
+
},
|
420
|
+
"DeleteStateMachineOutput":{
|
421
|
+
"type":"structure",
|
422
|
+
"members":{
|
423
|
+
}
|
424
|
+
},
|
425
|
+
"DescribeActivityInput":{
|
426
|
+
"type":"structure",
|
427
|
+
"required":["activityArn"],
|
428
|
+
"members":{
|
429
|
+
"activityArn":{"shape":"Arn"}
|
430
|
+
}
|
431
|
+
},
|
432
|
+
"DescribeActivityOutput":{
|
433
|
+
"type":"structure",
|
434
|
+
"required":[
|
435
|
+
"activityArn",
|
436
|
+
"name",
|
437
|
+
"creationDate"
|
438
|
+
],
|
439
|
+
"members":{
|
440
|
+
"activityArn":{"shape":"Arn"},
|
441
|
+
"name":{"shape":"Name"},
|
442
|
+
"creationDate":{"shape":"Timestamp"}
|
443
|
+
}
|
444
|
+
},
|
445
|
+
"DescribeExecutionInput":{
|
446
|
+
"type":"structure",
|
447
|
+
"required":["executionArn"],
|
448
|
+
"members":{
|
449
|
+
"executionArn":{"shape":"Arn"}
|
450
|
+
}
|
451
|
+
},
|
452
|
+
"DescribeExecutionOutput":{
|
453
|
+
"type":"structure",
|
454
|
+
"required":[
|
455
|
+
"executionArn",
|
456
|
+
"stateMachineArn",
|
457
|
+
"status",
|
458
|
+
"startDate",
|
459
|
+
"input"
|
460
|
+
],
|
461
|
+
"members":{
|
462
|
+
"executionArn":{"shape":"Arn"},
|
463
|
+
"stateMachineArn":{"shape":"Arn"},
|
464
|
+
"name":{"shape":"Name"},
|
465
|
+
"status":{"shape":"ExecutionStatus"},
|
466
|
+
"startDate":{"shape":"Timestamp"},
|
467
|
+
"stopDate":{"shape":"Timestamp"},
|
468
|
+
"input":{"shape":"Data"},
|
469
|
+
"output":{"shape":"Data"}
|
470
|
+
}
|
471
|
+
},
|
472
|
+
"DescribeStateMachineInput":{
|
473
|
+
"type":"structure",
|
474
|
+
"required":["stateMachineArn"],
|
475
|
+
"members":{
|
476
|
+
"stateMachineArn":{"shape":"Arn"}
|
477
|
+
}
|
478
|
+
},
|
479
|
+
"DescribeStateMachineOutput":{
|
480
|
+
"type":"structure",
|
481
|
+
"required":[
|
482
|
+
"stateMachineArn",
|
483
|
+
"name",
|
484
|
+
"definition",
|
485
|
+
"roleArn",
|
486
|
+
"creationDate"
|
487
|
+
],
|
488
|
+
"members":{
|
489
|
+
"stateMachineArn":{"shape":"Arn"},
|
490
|
+
"name":{"shape":"Name"},
|
491
|
+
"status":{"shape":"StateMachineStatus"},
|
492
|
+
"definition":{"shape":"Definition"},
|
493
|
+
"roleArn":{"shape":"Arn"},
|
494
|
+
"creationDate":{"shape":"Timestamp"}
|
495
|
+
}
|
496
|
+
},
|
497
|
+
"Error":{
|
498
|
+
"type":"string",
|
499
|
+
"max":256,
|
500
|
+
"min":0
|
501
|
+
},
|
502
|
+
"ErrorMessage":{"type":"string"},
|
503
|
+
"EventId":{"type":"long"},
|
504
|
+
"ExecutionAbortedEventDetails":{
|
505
|
+
"type":"structure",
|
506
|
+
"members":{
|
507
|
+
"error":{"shape":"Error"},
|
508
|
+
"cause":{"shape":"Cause"}
|
509
|
+
}
|
510
|
+
},
|
511
|
+
"ExecutionAlreadyExists":{
|
512
|
+
"type":"structure",
|
513
|
+
"members":{
|
514
|
+
"message":{"shape":"ErrorMessage"}
|
515
|
+
},
|
516
|
+
"exception":true
|
517
|
+
},
|
518
|
+
"ExecutionDoesNotExist":{
|
519
|
+
"type":"structure",
|
520
|
+
"members":{
|
521
|
+
"message":{"shape":"ErrorMessage"}
|
522
|
+
},
|
523
|
+
"exception":true
|
524
|
+
},
|
525
|
+
"ExecutionFailedEventDetails":{
|
526
|
+
"type":"structure",
|
527
|
+
"members":{
|
528
|
+
"error":{"shape":"Error"},
|
529
|
+
"cause":{"shape":"Cause"}
|
530
|
+
}
|
531
|
+
},
|
532
|
+
"ExecutionLimitExceeded":{
|
533
|
+
"type":"structure",
|
534
|
+
"members":{
|
535
|
+
"message":{"shape":"ErrorMessage"}
|
536
|
+
},
|
537
|
+
"exception":true
|
538
|
+
},
|
539
|
+
"ExecutionList":{
|
540
|
+
"type":"list",
|
541
|
+
"member":{"shape":"ExecutionListItem"}
|
542
|
+
},
|
543
|
+
"ExecutionListItem":{
|
544
|
+
"type":"structure",
|
545
|
+
"required":[
|
546
|
+
"executionArn",
|
547
|
+
"stateMachineArn",
|
548
|
+
"name",
|
549
|
+
"status",
|
550
|
+
"startDate"
|
551
|
+
],
|
552
|
+
"members":{
|
553
|
+
"executionArn":{"shape":"Arn"},
|
554
|
+
"stateMachineArn":{"shape":"Arn"},
|
555
|
+
"name":{"shape":"Name"},
|
556
|
+
"status":{"shape":"ExecutionStatus"},
|
557
|
+
"startDate":{"shape":"Timestamp"},
|
558
|
+
"stopDate":{"shape":"Timestamp"}
|
559
|
+
}
|
560
|
+
},
|
561
|
+
"ExecutionStartedEventDetails":{
|
562
|
+
"type":"structure",
|
563
|
+
"members":{
|
564
|
+
"input":{"shape":"Data"},
|
565
|
+
"roleArn":{"shape":"Arn"}
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"ExecutionStatus":{
|
569
|
+
"type":"string",
|
570
|
+
"enum":[
|
571
|
+
"RUNNING",
|
572
|
+
"SUCCEEDED",
|
573
|
+
"FAILED",
|
574
|
+
"TIMED_OUT",
|
575
|
+
"ABORTED"
|
576
|
+
]
|
577
|
+
},
|
578
|
+
"ExecutionSucceededEventDetails":{
|
579
|
+
"type":"structure",
|
580
|
+
"members":{
|
581
|
+
"output":{"shape":"Data"}
|
582
|
+
}
|
583
|
+
},
|
584
|
+
"ExecutionTimedOutEventDetails":{
|
585
|
+
"type":"structure",
|
586
|
+
"members":{
|
587
|
+
"error":{"shape":"Error"},
|
588
|
+
"cause":{"shape":"Cause"}
|
589
|
+
}
|
590
|
+
},
|
591
|
+
"GetActivityTaskInput":{
|
592
|
+
"type":"structure",
|
593
|
+
"required":["activityArn"],
|
594
|
+
"members":{
|
595
|
+
"activityArn":{"shape":"Arn"},
|
596
|
+
"workerName":{"shape":"Name"}
|
597
|
+
}
|
598
|
+
},
|
599
|
+
"GetActivityTaskOutput":{
|
600
|
+
"type":"structure",
|
601
|
+
"members":{
|
602
|
+
"taskToken":{"shape":"TaskToken"},
|
603
|
+
"input":{"shape":"Data"}
|
604
|
+
}
|
605
|
+
},
|
606
|
+
"GetExecutionHistoryInput":{
|
607
|
+
"type":"structure",
|
608
|
+
"required":["executionArn"],
|
609
|
+
"members":{
|
610
|
+
"executionArn":{"shape":"Arn"},
|
611
|
+
"maxResults":{"shape":"PageSize"},
|
612
|
+
"reverseOrder":{"shape":"ReverseOrder"},
|
613
|
+
"nextToken":{"shape":"PageToken"}
|
614
|
+
}
|
615
|
+
},
|
616
|
+
"GetExecutionHistoryOutput":{
|
617
|
+
"type":"structure",
|
618
|
+
"required":["events"],
|
619
|
+
"members":{
|
620
|
+
"events":{"shape":"HistoryEventList"},
|
621
|
+
"nextToken":{"shape":"PageToken"}
|
622
|
+
}
|
623
|
+
},
|
624
|
+
"HistoryEvent":{
|
625
|
+
"type":"structure",
|
626
|
+
"required":[
|
627
|
+
"timestamp",
|
628
|
+
"type",
|
629
|
+
"id"
|
630
|
+
],
|
631
|
+
"members":{
|
632
|
+
"timestamp":{"shape":"Timestamp"},
|
633
|
+
"type":{"shape":"HistoryEventType"},
|
634
|
+
"id":{"shape":"EventId"},
|
635
|
+
"previousEventId":{"shape":"EventId"},
|
636
|
+
"activityFailedEventDetails":{"shape":"ActivityFailedEventDetails"},
|
637
|
+
"activityScheduleFailedEventDetails":{"shape":"ActivityScheduleFailedEventDetails"},
|
638
|
+
"activityScheduledEventDetails":{"shape":"ActivityScheduledEventDetails"},
|
639
|
+
"activityStartedEventDetails":{"shape":"ActivityStartedEventDetails"},
|
640
|
+
"activitySucceededEventDetails":{"shape":"ActivitySucceededEventDetails"},
|
641
|
+
"activityTimedOutEventDetails":{"shape":"ActivityTimedOutEventDetails"},
|
642
|
+
"executionFailedEventDetails":{"shape":"ExecutionFailedEventDetails"},
|
643
|
+
"executionStartedEventDetails":{"shape":"ExecutionStartedEventDetails"},
|
644
|
+
"executionSucceededEventDetails":{"shape":"ExecutionSucceededEventDetails"},
|
645
|
+
"executionAbortedEventDetails":{"shape":"ExecutionAbortedEventDetails"},
|
646
|
+
"executionTimedOutEventDetails":{"shape":"ExecutionTimedOutEventDetails"},
|
647
|
+
"lambdaFunctionFailedEventDetails":{"shape":"LambdaFunctionFailedEventDetails"},
|
648
|
+
"lambdaFunctionScheduleFailedEventDetails":{"shape":"LambdaFunctionScheduleFailedEventDetails"},
|
649
|
+
"lambdaFunctionScheduledEventDetails":{"shape":"LambdaFunctionScheduledEventDetails"},
|
650
|
+
"lambdaFunctionStartFailedEventDetails":{"shape":"LambdaFunctionStartFailedEventDetails"},
|
651
|
+
"lambdaFunctionSucceededEventDetails":{"shape":"LambdaFunctionSucceededEventDetails"},
|
652
|
+
"lambdaFunctionTimedOutEventDetails":{"shape":"LambdaFunctionTimedOutEventDetails"},
|
653
|
+
"stateEnteredEventDetails":{"shape":"StateEnteredEventDetails"},
|
654
|
+
"stateExitedEventDetails":{"shape":"StateExitedEventDetails"}
|
655
|
+
}
|
656
|
+
},
|
657
|
+
"HistoryEventList":{
|
658
|
+
"type":"list",
|
659
|
+
"member":{"shape":"HistoryEvent"}
|
660
|
+
},
|
661
|
+
"HistoryEventType":{
|
662
|
+
"type":"string",
|
663
|
+
"enum":[
|
664
|
+
"ActivityFailed",
|
665
|
+
"ActivityScheduleFailed",
|
666
|
+
"ActivityScheduled",
|
667
|
+
"ActivityStarted",
|
668
|
+
"ActivitySucceeded",
|
669
|
+
"ActivityTimedOut",
|
670
|
+
"ChoiceStateEntered",
|
671
|
+
"ChoiceStateExited",
|
672
|
+
"ExecutionFailed",
|
673
|
+
"ExecutionStarted",
|
674
|
+
"ExecutionSucceeded",
|
675
|
+
"ExecutionAborted",
|
676
|
+
"ExecutionTimedOut",
|
677
|
+
"FailStateEntered",
|
678
|
+
"LambdaFunctionFailed",
|
679
|
+
"LambdaFunctionScheduleFailed",
|
680
|
+
"LambdaFunctionScheduled",
|
681
|
+
"LambdaFunctionStartFailed",
|
682
|
+
"LambdaFunctionStarted",
|
683
|
+
"LambdaFunctionSucceeded",
|
684
|
+
"LambdaFunctionTimedOut",
|
685
|
+
"SucceedStateEntered",
|
686
|
+
"SucceedStateExited",
|
687
|
+
"TaskStateEntered",
|
688
|
+
"TaskStateExited",
|
689
|
+
"PassStateEntered",
|
690
|
+
"PassStateExited",
|
691
|
+
"ParallelStateEntered",
|
692
|
+
"ParallelStateExited",
|
693
|
+
"WaitStateEntered",
|
694
|
+
"WaitStateExited"
|
695
|
+
]
|
696
|
+
},
|
697
|
+
"Identity":{
|
698
|
+
"type":"string",
|
699
|
+
"max":256
|
700
|
+
},
|
701
|
+
"InvalidArn":{
|
702
|
+
"type":"structure",
|
703
|
+
"members":{
|
704
|
+
"message":{"shape":"ErrorMessage"}
|
705
|
+
},
|
706
|
+
"exception":true
|
707
|
+
},
|
708
|
+
"InvalidDefinition":{
|
709
|
+
"type":"structure",
|
710
|
+
"members":{
|
711
|
+
"message":{"shape":"ErrorMessage"}
|
712
|
+
},
|
713
|
+
"exception":true
|
714
|
+
},
|
715
|
+
"InvalidExecutionInput":{
|
716
|
+
"type":"structure",
|
717
|
+
"members":{
|
718
|
+
"message":{"shape":"ErrorMessage"}
|
719
|
+
},
|
720
|
+
"exception":true
|
721
|
+
},
|
722
|
+
"InvalidName":{
|
723
|
+
"type":"structure",
|
724
|
+
"members":{
|
725
|
+
"message":{"shape":"ErrorMessage"}
|
726
|
+
},
|
727
|
+
"exception":true
|
728
|
+
},
|
729
|
+
"InvalidOutput":{
|
730
|
+
"type":"structure",
|
731
|
+
"members":{
|
732
|
+
"message":{"shape":"ErrorMessage"}
|
733
|
+
},
|
734
|
+
"exception":true
|
735
|
+
},
|
736
|
+
"InvalidToken":{
|
737
|
+
"type":"structure",
|
738
|
+
"members":{
|
739
|
+
"message":{"shape":"ErrorMessage"}
|
740
|
+
},
|
741
|
+
"exception":true
|
742
|
+
},
|
743
|
+
"LambdaFunctionFailedEventDetails":{
|
744
|
+
"type":"structure",
|
745
|
+
"members":{
|
746
|
+
"error":{"shape":"Error"},
|
747
|
+
"cause":{"shape":"Cause"}
|
748
|
+
}
|
749
|
+
},
|
750
|
+
"LambdaFunctionScheduleFailedEventDetails":{
|
751
|
+
"type":"structure",
|
752
|
+
"members":{
|
753
|
+
"error":{"shape":"Error"},
|
754
|
+
"cause":{"shape":"Cause"}
|
755
|
+
}
|
756
|
+
},
|
757
|
+
"LambdaFunctionScheduledEventDetails":{
|
758
|
+
"type":"structure",
|
759
|
+
"required":["resource"],
|
760
|
+
"members":{
|
761
|
+
"resource":{"shape":"Arn"},
|
762
|
+
"input":{"shape":"Data"},
|
763
|
+
"timeoutInSeconds":{
|
764
|
+
"shape":"TimeoutInSeconds",
|
765
|
+
"box":true
|
766
|
+
}
|
767
|
+
}
|
768
|
+
},
|
769
|
+
"LambdaFunctionStartFailedEventDetails":{
|
770
|
+
"type":"structure",
|
771
|
+
"members":{
|
772
|
+
"error":{"shape":"Error"},
|
773
|
+
"cause":{"shape":"Cause"}
|
774
|
+
}
|
775
|
+
},
|
776
|
+
"LambdaFunctionSucceededEventDetails":{
|
777
|
+
"type":"structure",
|
778
|
+
"members":{
|
779
|
+
"output":{"shape":"Data"}
|
780
|
+
}
|
781
|
+
},
|
782
|
+
"LambdaFunctionTimedOutEventDetails":{
|
783
|
+
"type":"structure",
|
784
|
+
"members":{
|
785
|
+
"error":{"shape":"Error"},
|
786
|
+
"cause":{"shape":"Cause"}
|
787
|
+
}
|
788
|
+
},
|
789
|
+
"ListActivitiesInput":{
|
790
|
+
"type":"structure",
|
791
|
+
"members":{
|
792
|
+
"maxResults":{"shape":"PageSize"},
|
793
|
+
"nextToken":{"shape":"PageToken"}
|
794
|
+
}
|
795
|
+
},
|
796
|
+
"ListActivitiesOutput":{
|
797
|
+
"type":"structure",
|
798
|
+
"required":["activities"],
|
799
|
+
"members":{
|
800
|
+
"activities":{"shape":"ActivityList"},
|
801
|
+
"nextToken":{"shape":"PageToken"}
|
802
|
+
}
|
803
|
+
},
|
804
|
+
"ListExecutionsInput":{
|
805
|
+
"type":"structure",
|
806
|
+
"required":["stateMachineArn"],
|
807
|
+
"members":{
|
808
|
+
"stateMachineArn":{"shape":"Arn"},
|
809
|
+
"statusFilter":{"shape":"ExecutionStatus"},
|
810
|
+
"maxResults":{"shape":"PageSize"},
|
811
|
+
"nextToken":{"shape":"PageToken"}
|
812
|
+
}
|
813
|
+
},
|
814
|
+
"ListExecutionsOutput":{
|
815
|
+
"type":"structure",
|
816
|
+
"required":["executions"],
|
817
|
+
"members":{
|
818
|
+
"executions":{"shape":"ExecutionList"},
|
819
|
+
"nextToken":{"shape":"PageToken"}
|
820
|
+
}
|
821
|
+
},
|
822
|
+
"ListStateMachinesInput":{
|
823
|
+
"type":"structure",
|
824
|
+
"members":{
|
825
|
+
"maxResults":{"shape":"PageSize"},
|
826
|
+
"nextToken":{"shape":"PageToken"}
|
827
|
+
}
|
828
|
+
},
|
829
|
+
"ListStateMachinesOutput":{
|
830
|
+
"type":"structure",
|
831
|
+
"required":["stateMachines"],
|
832
|
+
"members":{
|
833
|
+
"stateMachines":{"shape":"StateMachineList"},
|
834
|
+
"nextToken":{"shape":"PageToken"}
|
835
|
+
}
|
836
|
+
},
|
837
|
+
"Name":{
|
838
|
+
"type":"string",
|
839
|
+
"max":80,
|
840
|
+
"min":1
|
841
|
+
},
|
842
|
+
"PageSize":{
|
843
|
+
"type":"integer",
|
844
|
+
"max":1000,
|
845
|
+
"min":0
|
846
|
+
},
|
847
|
+
"PageToken":{
|
848
|
+
"type":"string",
|
849
|
+
"max":1024,
|
850
|
+
"min":1
|
851
|
+
},
|
852
|
+
"ReverseOrder":{"type":"boolean"},
|
853
|
+
"SendTaskFailureInput":{
|
854
|
+
"type":"structure",
|
855
|
+
"required":["taskToken"],
|
856
|
+
"members":{
|
857
|
+
"taskToken":{"shape":"TaskToken"},
|
858
|
+
"error":{"shape":"Error"},
|
859
|
+
"cause":{"shape":"Cause"}
|
860
|
+
}
|
861
|
+
},
|
862
|
+
"SendTaskFailureOutput":{
|
863
|
+
"type":"structure",
|
864
|
+
"members":{
|
865
|
+
}
|
866
|
+
},
|
867
|
+
"SendTaskHeartbeatInput":{
|
868
|
+
"type":"structure",
|
869
|
+
"required":["taskToken"],
|
870
|
+
"members":{
|
871
|
+
"taskToken":{"shape":"TaskToken"}
|
872
|
+
}
|
873
|
+
},
|
874
|
+
"SendTaskHeartbeatOutput":{
|
875
|
+
"type":"structure",
|
876
|
+
"members":{
|
877
|
+
}
|
878
|
+
},
|
879
|
+
"SendTaskSuccessInput":{
|
880
|
+
"type":"structure",
|
881
|
+
"required":[
|
882
|
+
"taskToken",
|
883
|
+
"output"
|
884
|
+
],
|
885
|
+
"members":{
|
886
|
+
"taskToken":{"shape":"TaskToken"},
|
887
|
+
"output":{"shape":"Data"}
|
888
|
+
}
|
889
|
+
},
|
890
|
+
"SendTaskSuccessOutput":{
|
891
|
+
"type":"structure",
|
892
|
+
"members":{
|
893
|
+
}
|
894
|
+
},
|
895
|
+
"StartExecutionInput":{
|
896
|
+
"type":"structure",
|
897
|
+
"required":["stateMachineArn"],
|
898
|
+
"members":{
|
899
|
+
"stateMachineArn":{"shape":"Arn"},
|
900
|
+
"name":{"shape":"Name"},
|
901
|
+
"input":{"shape":"Data"}
|
902
|
+
}
|
903
|
+
},
|
904
|
+
"StartExecutionOutput":{
|
905
|
+
"type":"structure",
|
906
|
+
"required":[
|
907
|
+
"executionArn",
|
908
|
+
"startDate"
|
909
|
+
],
|
910
|
+
"members":{
|
911
|
+
"executionArn":{"shape":"Arn"},
|
912
|
+
"startDate":{"shape":"Timestamp"}
|
913
|
+
}
|
914
|
+
},
|
915
|
+
"StateEnteredEventDetails":{
|
916
|
+
"type":"structure",
|
917
|
+
"required":["name"],
|
918
|
+
"members":{
|
919
|
+
"name":{"shape":"Name"},
|
920
|
+
"input":{"shape":"Data"}
|
921
|
+
}
|
922
|
+
},
|
923
|
+
"StateExitedEventDetails":{
|
924
|
+
"type":"structure",
|
925
|
+
"required":["name"],
|
926
|
+
"members":{
|
927
|
+
"name":{"shape":"Name"},
|
928
|
+
"output":{"shape":"Data"}
|
929
|
+
}
|
930
|
+
},
|
931
|
+
"StateMachineAlreadyExists":{
|
932
|
+
"type":"structure",
|
933
|
+
"members":{
|
934
|
+
"message":{"shape":"ErrorMessage"}
|
935
|
+
},
|
936
|
+
"exception":true
|
937
|
+
},
|
938
|
+
"StateMachineDeleting":{
|
939
|
+
"type":"structure",
|
940
|
+
"members":{
|
941
|
+
"message":{"shape":"ErrorMessage"}
|
942
|
+
},
|
943
|
+
"exception":true
|
944
|
+
},
|
945
|
+
"StateMachineDoesNotExist":{
|
946
|
+
"type":"structure",
|
947
|
+
"members":{
|
948
|
+
"message":{"shape":"ErrorMessage"}
|
949
|
+
},
|
950
|
+
"exception":true
|
951
|
+
},
|
952
|
+
"StateMachineLimitExceeded":{
|
953
|
+
"type":"structure",
|
954
|
+
"members":{
|
955
|
+
"message":{"shape":"ErrorMessage"}
|
956
|
+
},
|
957
|
+
"exception":true
|
958
|
+
},
|
959
|
+
"StateMachineList":{
|
960
|
+
"type":"list",
|
961
|
+
"member":{"shape":"StateMachineListItem"}
|
962
|
+
},
|
963
|
+
"StateMachineListItem":{
|
964
|
+
"type":"structure",
|
965
|
+
"required":[
|
966
|
+
"stateMachineArn",
|
967
|
+
"name",
|
968
|
+
"creationDate"
|
969
|
+
],
|
970
|
+
"members":{
|
971
|
+
"stateMachineArn":{"shape":"Arn"},
|
972
|
+
"name":{"shape":"Name"},
|
973
|
+
"creationDate":{"shape":"Timestamp"}
|
974
|
+
}
|
975
|
+
},
|
976
|
+
"StateMachineStatus":{
|
977
|
+
"type":"string",
|
978
|
+
"enum":[
|
979
|
+
"ACTIVE",
|
980
|
+
"DELETING"
|
981
|
+
]
|
982
|
+
},
|
983
|
+
"StopExecutionInput":{
|
984
|
+
"type":"structure",
|
985
|
+
"required":["executionArn"],
|
986
|
+
"members":{
|
987
|
+
"executionArn":{"shape":"Arn"},
|
988
|
+
"error":{"shape":"Error"},
|
989
|
+
"cause":{"shape":"Cause"}
|
990
|
+
}
|
991
|
+
},
|
992
|
+
"StopExecutionOutput":{
|
993
|
+
"type":"structure",
|
994
|
+
"required":["stopDate"],
|
995
|
+
"members":{
|
996
|
+
"stopDate":{"shape":"Timestamp"}
|
997
|
+
}
|
998
|
+
},
|
999
|
+
"TaskDoesNotExist":{
|
1000
|
+
"type":"structure",
|
1001
|
+
"members":{
|
1002
|
+
"message":{"shape":"ErrorMessage"}
|
1003
|
+
},
|
1004
|
+
"exception":true
|
1005
|
+
},
|
1006
|
+
"TaskTimedOut":{
|
1007
|
+
"type":"structure",
|
1008
|
+
"members":{
|
1009
|
+
"message":{"shape":"ErrorMessage"}
|
1010
|
+
},
|
1011
|
+
"exception":true
|
1012
|
+
},
|
1013
|
+
"TaskToken":{
|
1014
|
+
"type":"string",
|
1015
|
+
"max":1024,
|
1016
|
+
"min":1
|
1017
|
+
},
|
1018
|
+
"TimeoutInSeconds":{"type":"long"},
|
1019
|
+
"Timestamp":{"type":"timestamp"}
|
1020
|
+
}
|
1021
|
+
}
|