aws-sdk-core 2.10.9 → 2.10.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +86 -8
- data/apis/swf/2012-01-25/api-2.json +139 -365
- data/apis/swf/2012-01-25/examples-1.json +5 -0
- data/apis/swf/2012-01-25/paginators-1.json +8 -8
- data/endpoints.json +32 -1
- data/lib/aws-sdk-core/swf.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 730603d3f0708612b6f877e39943495bb4f71e97
|
4
|
+
data.tar.gz: 9fe71db987a4e238e5194e12502d8a9b34c410a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 366c36e3297cd52a25f8625f65640c57e8c34d0a04cebd0d166ffa81ae8edde94cbe516a62d5110f8d474a9ae15985ba73794b2e2ca81636d62de07498c4a99a
|
7
|
+
data.tar.gz: 55a3df1bcbb06a58214f84692a6a7b34b2f7ad9430cb287cb101c09940adf134f4131452c26851ce27ad21c815797e1d365be831744e5ee3154526f09af41922
|
@@ -102,7 +102,8 @@
|
|
102
102
|
"errors":[
|
103
103
|
{"shape":"LimitExceededFault"},
|
104
104
|
{"shape":"AlreadyExistsFault"},
|
105
|
-
{"shape":"ResourceContentionFault"}
|
105
|
+
{"shape":"ResourceContentionFault"},
|
106
|
+
{"shape":"ResourceInUseFault"}
|
106
107
|
]
|
107
108
|
},
|
108
109
|
"DeleteAutoScalingGroup":{
|
@@ -186,7 +187,8 @@
|
|
186
187
|
},
|
187
188
|
"input":{"shape":"DeleteTagsType"},
|
188
189
|
"errors":[
|
189
|
-
{"shape":"ResourceContentionFault"}
|
190
|
+
{"shape":"ResourceContentionFault"},
|
191
|
+
{"shape":"ResourceInUseFault"}
|
190
192
|
]
|
191
193
|
},
|
192
194
|
"DescribeAccountLimits":{
|
@@ -1077,6 +1079,21 @@
|
|
1077
1079
|
"Tags":{"shape":"Tags"}
|
1078
1080
|
}
|
1079
1081
|
},
|
1082
|
+
"CustomizedMetricSpecification":{
|
1083
|
+
"type":"structure",
|
1084
|
+
"required":[
|
1085
|
+
"MetricName",
|
1086
|
+
"Namespace",
|
1087
|
+
"Statistic"
|
1088
|
+
],
|
1089
|
+
"members":{
|
1090
|
+
"MetricName":{"shape":"MetricName"},
|
1091
|
+
"Namespace":{"shape":"MetricNamespace"},
|
1092
|
+
"Dimensions":{"shape":"MetricDimensions"},
|
1093
|
+
"Statistic":{"shape":"MetricStatistic"},
|
1094
|
+
"Unit":{"shape":"MetricUnit"}
|
1095
|
+
}
|
1096
|
+
},
|
1080
1097
|
"DeleteAutoScalingGroupType":{
|
1081
1098
|
"type":"structure",
|
1082
1099
|
"required":["AutoScalingGroupName"],
|
@@ -1344,6 +1361,7 @@
|
|
1344
1361
|
"Metrics":{"shape":"Metrics"}
|
1345
1362
|
}
|
1346
1363
|
},
|
1364
|
+
"DisableScaleIn":{"type":"boolean"},
|
1347
1365
|
"Ebs":{
|
1348
1366
|
"type":"structure",
|
1349
1367
|
"members":{
|
@@ -1568,7 +1586,8 @@
|
|
1568
1586
|
},
|
1569
1587
|
"LifecycleHookNames":{
|
1570
1588
|
"type":"list",
|
1571
|
-
"member":{"shape":"AsciiStringMaxLen255"}
|
1589
|
+
"member":{"shape":"AsciiStringMaxLen255"},
|
1590
|
+
"max":50
|
1572
1591
|
},
|
1573
1592
|
"LifecycleHooks":{
|
1574
1593
|
"type":"list",
|
@@ -1644,6 +1663,23 @@
|
|
1644
1663
|
"type":"list",
|
1645
1664
|
"member":{"shape":"MetricCollectionType"}
|
1646
1665
|
},
|
1666
|
+
"MetricDimension":{
|
1667
|
+
"type":"structure",
|
1668
|
+
"required":[
|
1669
|
+
"Name",
|
1670
|
+
"Value"
|
1671
|
+
],
|
1672
|
+
"members":{
|
1673
|
+
"Name":{"shape":"MetricDimensionName"},
|
1674
|
+
"Value":{"shape":"MetricDimensionValue"}
|
1675
|
+
}
|
1676
|
+
},
|
1677
|
+
"MetricDimensionName":{"type":"string"},
|
1678
|
+
"MetricDimensionValue":{"type":"string"},
|
1679
|
+
"MetricDimensions":{
|
1680
|
+
"type":"list",
|
1681
|
+
"member":{"shape":"MetricDimension"}
|
1682
|
+
},
|
1647
1683
|
"MetricGranularityType":{
|
1648
1684
|
"type":"structure",
|
1649
1685
|
"members":{
|
@@ -1654,7 +1690,29 @@
|
|
1654
1690
|
"type":"list",
|
1655
1691
|
"member":{"shape":"MetricGranularityType"}
|
1656
1692
|
},
|
1693
|
+
"MetricName":{"type":"string"},
|
1694
|
+
"MetricNamespace":{"type":"string"},
|
1657
1695
|
"MetricScale":{"type":"double"},
|
1696
|
+
"MetricStatistic":{
|
1697
|
+
"type":"string",
|
1698
|
+
"enum":[
|
1699
|
+
"Average",
|
1700
|
+
"Minimum",
|
1701
|
+
"Maximum",
|
1702
|
+
"SampleCount",
|
1703
|
+
"Sum"
|
1704
|
+
]
|
1705
|
+
},
|
1706
|
+
"MetricType":{
|
1707
|
+
"type":"string",
|
1708
|
+
"enum":[
|
1709
|
+
"ASGAverageCPUUtilization",
|
1710
|
+
"ASGAverageNetworkIn",
|
1711
|
+
"ASGAverageNetworkOut",
|
1712
|
+
"ALBRequestCountPerTarget"
|
1713
|
+
]
|
1714
|
+
},
|
1715
|
+
"MetricUnit":{"type":"string"},
|
1658
1716
|
"Metrics":{
|
1659
1717
|
"type":"list",
|
1660
1718
|
"member":{"shape":"XmlStringMaxLen255"}
|
@@ -1696,7 +1754,8 @@
|
|
1696
1754
|
"PolicyARNType":{
|
1697
1755
|
"type":"structure",
|
1698
1756
|
"members":{
|
1699
|
-
"PolicyARN":{"shape":"ResourceName"}
|
1757
|
+
"PolicyARN":{"shape":"ResourceName"},
|
1758
|
+
"Alarms":{"shape":"Alarms"}
|
1700
1759
|
}
|
1701
1760
|
},
|
1702
1761
|
"PolicyIncrement":{"type":"integer"},
|
@@ -1708,6 +1767,14 @@
|
|
1708
1767
|
"type":"list",
|
1709
1768
|
"member":{"shape":"XmlStringMaxLen64"}
|
1710
1769
|
},
|
1770
|
+
"PredefinedMetricSpecification":{
|
1771
|
+
"type":"structure",
|
1772
|
+
"required":["PredefinedMetricType"],
|
1773
|
+
"members":{
|
1774
|
+
"PredefinedMetricType":{"shape":"MetricType"},
|
1775
|
+
"ResourceLabel":{"shape":"XmlStringMaxLen1023"}
|
1776
|
+
}
|
1777
|
+
},
|
1711
1778
|
"ProcessNames":{
|
1712
1779
|
"type":"list",
|
1713
1780
|
"member":{"shape":"XmlStringMaxLen255"}
|
@@ -1771,8 +1838,7 @@
|
|
1771
1838
|
"type":"structure",
|
1772
1839
|
"required":[
|
1773
1840
|
"AutoScalingGroupName",
|
1774
|
-
"PolicyName"
|
1775
|
-
"AdjustmentType"
|
1841
|
+
"PolicyName"
|
1776
1842
|
],
|
1777
1843
|
"members":{
|
1778
1844
|
"AutoScalingGroupName":{"shape":"ResourceName"},
|
@@ -1785,7 +1851,8 @@
|
|
1785
1851
|
"Cooldown":{"shape":"Cooldown"},
|
1786
1852
|
"MetricAggregationType":{"shape":"XmlStringMaxLen32"},
|
1787
1853
|
"StepAdjustments":{"shape":"StepAdjustments"},
|
1788
|
-
"EstimatedInstanceWarmup":{"shape":"EstimatedInstanceWarmup"}
|
1854
|
+
"EstimatedInstanceWarmup":{"shape":"EstimatedInstanceWarmup"},
|
1855
|
+
"TargetTrackingConfiguration":{"shape":"TargetTrackingConfiguration"}
|
1789
1856
|
}
|
1790
1857
|
},
|
1791
1858
|
"PutScheduledUpdateGroupActionType":{
|
@@ -1902,7 +1969,8 @@
|
|
1902
1969
|
"StepAdjustments":{"shape":"StepAdjustments"},
|
1903
1970
|
"MetricAggregationType":{"shape":"XmlStringMaxLen32"},
|
1904
1971
|
"EstimatedInstanceWarmup":{"shape":"EstimatedInstanceWarmup"},
|
1905
|
-
"Alarms":{"shape":"Alarms"}
|
1972
|
+
"Alarms":{"shape":"Alarms"},
|
1973
|
+
"TargetTrackingConfiguration":{"shape":"TargetTrackingConfiguration"}
|
1906
1974
|
}
|
1907
1975
|
},
|
1908
1976
|
"ScalingProcessQuery":{
|
@@ -2072,6 +2140,16 @@
|
|
2072
2140
|
"type":"list",
|
2073
2141
|
"member":{"shape":"XmlStringMaxLen511"}
|
2074
2142
|
},
|
2143
|
+
"TargetTrackingConfiguration":{
|
2144
|
+
"type":"structure",
|
2145
|
+
"required":["TargetValue"],
|
2146
|
+
"members":{
|
2147
|
+
"PredefinedMetricSpecification":{"shape":"PredefinedMetricSpecification"},
|
2148
|
+
"CustomizedMetricSpecification":{"shape":"CustomizedMetricSpecification"},
|
2149
|
+
"TargetValue":{"shape":"MetricScale"},
|
2150
|
+
"DisableScaleIn":{"shape":"DisableScaleIn"}
|
2151
|
+
}
|
2152
|
+
},
|
2075
2153
|
"TerminateInstanceInAutoScalingGroupType":{
|
2076
2154
|
"type":"structure",
|
2077
2155
|
"required":[
|
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"version":"2.0",
|
3
3
|
"metadata":{
|
4
|
-
"uid":"swf-2012-01-25",
|
5
4
|
"apiVersion":"2012-01-25",
|
6
5
|
"endpointPrefix":"swf",
|
7
6
|
"jsonVersion":"1.0",
|
7
|
+
"protocol":"json",
|
8
8
|
"serviceAbbreviation":"Amazon SWF",
|
9
9
|
"serviceFullName":"Amazon Simple Workflow Service",
|
10
10
|
"signatureVersion":"v4",
|
11
11
|
"targetPrefix":"SimpleWorkflowService",
|
12
12
|
"timestampFormat":"unixTimestamp",
|
13
|
-
"
|
13
|
+
"uid":"swf-2012-01-25"
|
14
14
|
},
|
15
15
|
"operations":{
|
16
16
|
"CountClosedWorkflowExecutions":{
|
@@ -22,14 +22,8 @@
|
|
22
22
|
"input":{"shape":"CountClosedWorkflowExecutionsInput"},
|
23
23
|
"output":{"shape":"WorkflowExecutionCount"},
|
24
24
|
"errors":[
|
25
|
-
{
|
26
|
-
|
27
|
-
"exception":true
|
28
|
-
},
|
29
|
-
{
|
30
|
-
"shape":"OperationNotPermittedFault",
|
31
|
-
"exception":true
|
32
|
-
}
|
25
|
+
{"shape":"UnknownResourceFault"},
|
26
|
+
{"shape":"OperationNotPermittedFault"}
|
33
27
|
]
|
34
28
|
},
|
35
29
|
"CountOpenWorkflowExecutions":{
|
@@ -41,14 +35,8 @@
|
|
41
35
|
"input":{"shape":"CountOpenWorkflowExecutionsInput"},
|
42
36
|
"output":{"shape":"WorkflowExecutionCount"},
|
43
37
|
"errors":[
|
44
|
-
{
|
45
|
-
|
46
|
-
"exception":true
|
47
|
-
},
|
48
|
-
{
|
49
|
-
"shape":"OperationNotPermittedFault",
|
50
|
-
"exception":true
|
51
|
-
}
|
38
|
+
{"shape":"UnknownResourceFault"},
|
39
|
+
{"shape":"OperationNotPermittedFault"}
|
52
40
|
]
|
53
41
|
},
|
54
42
|
"CountPendingActivityTasks":{
|
@@ -60,14 +48,8 @@
|
|
60
48
|
"input":{"shape":"CountPendingActivityTasksInput"},
|
61
49
|
"output":{"shape":"PendingTaskCount"},
|
62
50
|
"errors":[
|
63
|
-
{
|
64
|
-
|
65
|
-
"exception":true
|
66
|
-
},
|
67
|
-
{
|
68
|
-
"shape":"OperationNotPermittedFault",
|
69
|
-
"exception":true
|
70
|
-
}
|
51
|
+
{"shape":"UnknownResourceFault"},
|
52
|
+
{"shape":"OperationNotPermittedFault"}
|
71
53
|
]
|
72
54
|
},
|
73
55
|
"CountPendingDecisionTasks":{
|
@@ -79,14 +61,8 @@
|
|
79
61
|
"input":{"shape":"CountPendingDecisionTasksInput"},
|
80
62
|
"output":{"shape":"PendingTaskCount"},
|
81
63
|
"errors":[
|
82
|
-
{
|
83
|
-
|
84
|
-
"exception":true
|
85
|
-
},
|
86
|
-
{
|
87
|
-
"shape":"OperationNotPermittedFault",
|
88
|
-
"exception":true
|
89
|
-
}
|
64
|
+
{"shape":"UnknownResourceFault"},
|
65
|
+
{"shape":"OperationNotPermittedFault"}
|
90
66
|
]
|
91
67
|
},
|
92
68
|
"DeprecateActivityType":{
|
@@ -97,18 +73,9 @@
|
|
97
73
|
},
|
98
74
|
"input":{"shape":"DeprecateActivityTypeInput"},
|
99
75
|
"errors":[
|
100
|
-
{
|
101
|
-
|
102
|
-
|
103
|
-
},
|
104
|
-
{
|
105
|
-
"shape":"TypeDeprecatedFault",
|
106
|
-
"exception":true
|
107
|
-
},
|
108
|
-
{
|
109
|
-
"shape":"OperationNotPermittedFault",
|
110
|
-
"exception":true
|
111
|
-
}
|
76
|
+
{"shape":"UnknownResourceFault"},
|
77
|
+
{"shape":"TypeDeprecatedFault"},
|
78
|
+
{"shape":"OperationNotPermittedFault"}
|
112
79
|
]
|
113
80
|
},
|
114
81
|
"DeprecateDomain":{
|
@@ -119,18 +86,9 @@
|
|
119
86
|
},
|
120
87
|
"input":{"shape":"DeprecateDomainInput"},
|
121
88
|
"errors":[
|
122
|
-
{
|
123
|
-
|
124
|
-
|
125
|
-
},
|
126
|
-
{
|
127
|
-
"shape":"DomainDeprecatedFault",
|
128
|
-
"exception":true
|
129
|
-
},
|
130
|
-
{
|
131
|
-
"shape":"OperationNotPermittedFault",
|
132
|
-
"exception":true
|
133
|
-
}
|
89
|
+
{"shape":"UnknownResourceFault"},
|
90
|
+
{"shape":"DomainDeprecatedFault"},
|
91
|
+
{"shape":"OperationNotPermittedFault"}
|
134
92
|
]
|
135
93
|
},
|
136
94
|
"DeprecateWorkflowType":{
|
@@ -141,18 +99,9 @@
|
|
141
99
|
},
|
142
100
|
"input":{"shape":"DeprecateWorkflowTypeInput"},
|
143
101
|
"errors":[
|
144
|
-
{
|
145
|
-
|
146
|
-
|
147
|
-
},
|
148
|
-
{
|
149
|
-
"shape":"TypeDeprecatedFault",
|
150
|
-
"exception":true
|
151
|
-
},
|
152
|
-
{
|
153
|
-
"shape":"OperationNotPermittedFault",
|
154
|
-
"exception":true
|
155
|
-
}
|
102
|
+
{"shape":"UnknownResourceFault"},
|
103
|
+
{"shape":"TypeDeprecatedFault"},
|
104
|
+
{"shape":"OperationNotPermittedFault"}
|
156
105
|
]
|
157
106
|
},
|
158
107
|
"DescribeActivityType":{
|
@@ -164,14 +113,8 @@
|
|
164
113
|
"input":{"shape":"DescribeActivityTypeInput"},
|
165
114
|
"output":{"shape":"ActivityTypeDetail"},
|
166
115
|
"errors":[
|
167
|
-
{
|
168
|
-
|
169
|
-
"exception":true
|
170
|
-
},
|
171
|
-
{
|
172
|
-
"shape":"OperationNotPermittedFault",
|
173
|
-
"exception":true
|
174
|
-
}
|
116
|
+
{"shape":"UnknownResourceFault"},
|
117
|
+
{"shape":"OperationNotPermittedFault"}
|
175
118
|
]
|
176
119
|
},
|
177
120
|
"DescribeDomain":{
|
@@ -183,14 +126,8 @@
|
|
183
126
|
"input":{"shape":"DescribeDomainInput"},
|
184
127
|
"output":{"shape":"DomainDetail"},
|
185
128
|
"errors":[
|
186
|
-
{
|
187
|
-
|
188
|
-
"exception":true
|
189
|
-
},
|
190
|
-
{
|
191
|
-
"shape":"OperationNotPermittedFault",
|
192
|
-
"exception":true
|
193
|
-
}
|
129
|
+
{"shape":"UnknownResourceFault"},
|
130
|
+
{"shape":"OperationNotPermittedFault"}
|
194
131
|
]
|
195
132
|
},
|
196
133
|
"DescribeWorkflowExecution":{
|
@@ -202,14 +139,8 @@
|
|
202
139
|
"input":{"shape":"DescribeWorkflowExecutionInput"},
|
203
140
|
"output":{"shape":"WorkflowExecutionDetail"},
|
204
141
|
"errors":[
|
205
|
-
{
|
206
|
-
|
207
|
-
"exception":true
|
208
|
-
},
|
209
|
-
{
|
210
|
-
"shape":"OperationNotPermittedFault",
|
211
|
-
"exception":true
|
212
|
-
}
|
142
|
+
{"shape":"UnknownResourceFault"},
|
143
|
+
{"shape":"OperationNotPermittedFault"}
|
213
144
|
]
|
214
145
|
},
|
215
146
|
"DescribeWorkflowType":{
|
@@ -221,14 +152,8 @@
|
|
221
152
|
"input":{"shape":"DescribeWorkflowTypeInput"},
|
222
153
|
"output":{"shape":"WorkflowTypeDetail"},
|
223
154
|
"errors":[
|
224
|
-
{
|
225
|
-
|
226
|
-
"exception":true
|
227
|
-
},
|
228
|
-
{
|
229
|
-
"shape":"OperationNotPermittedFault",
|
230
|
-
"exception":true
|
231
|
-
}
|
155
|
+
{"shape":"UnknownResourceFault"},
|
156
|
+
{"shape":"OperationNotPermittedFault"}
|
232
157
|
]
|
233
158
|
},
|
234
159
|
"GetWorkflowExecutionHistory":{
|
@@ -240,14 +165,8 @@
|
|
240
165
|
"input":{"shape":"GetWorkflowExecutionHistoryInput"},
|
241
166
|
"output":{"shape":"History"},
|
242
167
|
"errors":[
|
243
|
-
{
|
244
|
-
|
245
|
-
"exception":true
|
246
|
-
},
|
247
|
-
{
|
248
|
-
"shape":"OperationNotPermittedFault",
|
249
|
-
"exception":true
|
250
|
-
}
|
168
|
+
{"shape":"UnknownResourceFault"},
|
169
|
+
{"shape":"OperationNotPermittedFault"}
|
251
170
|
]
|
252
171
|
},
|
253
172
|
"ListActivityTypes":{
|
@@ -259,14 +178,8 @@
|
|
259
178
|
"input":{"shape":"ListActivityTypesInput"},
|
260
179
|
"output":{"shape":"ActivityTypeInfos"},
|
261
180
|
"errors":[
|
262
|
-
{
|
263
|
-
|
264
|
-
"exception":true
|
265
|
-
},
|
266
|
-
{
|
267
|
-
"shape":"UnknownResourceFault",
|
268
|
-
"exception":true
|
269
|
-
}
|
181
|
+
{"shape":"OperationNotPermittedFault"},
|
182
|
+
{"shape":"UnknownResourceFault"}
|
270
183
|
]
|
271
184
|
},
|
272
185
|
"ListClosedWorkflowExecutions":{
|
@@ -278,14 +191,8 @@
|
|
278
191
|
"input":{"shape":"ListClosedWorkflowExecutionsInput"},
|
279
192
|
"output":{"shape":"WorkflowExecutionInfos"},
|
280
193
|
"errors":[
|
281
|
-
{
|
282
|
-
|
283
|
-
"exception":true
|
284
|
-
},
|
285
|
-
{
|
286
|
-
"shape":"OperationNotPermittedFault",
|
287
|
-
"exception":true
|
288
|
-
}
|
194
|
+
{"shape":"UnknownResourceFault"},
|
195
|
+
{"shape":"OperationNotPermittedFault"}
|
289
196
|
]
|
290
197
|
},
|
291
198
|
"ListDomains":{
|
@@ -297,10 +204,7 @@
|
|
297
204
|
"input":{"shape":"ListDomainsInput"},
|
298
205
|
"output":{"shape":"DomainInfos"},
|
299
206
|
"errors":[
|
300
|
-
{
|
301
|
-
"shape":"OperationNotPermittedFault",
|
302
|
-
"exception":true
|
303
|
-
}
|
207
|
+
{"shape":"OperationNotPermittedFault"}
|
304
208
|
]
|
305
209
|
},
|
306
210
|
"ListOpenWorkflowExecutions":{
|
@@ -312,14 +216,8 @@
|
|
312
216
|
"input":{"shape":"ListOpenWorkflowExecutionsInput"},
|
313
217
|
"output":{"shape":"WorkflowExecutionInfos"},
|
314
218
|
"errors":[
|
315
|
-
{
|
316
|
-
|
317
|
-
"exception":true
|
318
|
-
},
|
319
|
-
{
|
320
|
-
"shape":"OperationNotPermittedFault",
|
321
|
-
"exception":true
|
322
|
-
}
|
219
|
+
{"shape":"UnknownResourceFault"},
|
220
|
+
{"shape":"OperationNotPermittedFault"}
|
323
221
|
]
|
324
222
|
},
|
325
223
|
"ListWorkflowTypes":{
|
@@ -331,14 +229,8 @@
|
|
331
229
|
"input":{"shape":"ListWorkflowTypesInput"},
|
332
230
|
"output":{"shape":"WorkflowTypeInfos"},
|
333
231
|
"errors":[
|
334
|
-
{
|
335
|
-
|
336
|
-
"exception":true
|
337
|
-
},
|
338
|
-
{
|
339
|
-
"shape":"UnknownResourceFault",
|
340
|
-
"exception":true
|
341
|
-
}
|
232
|
+
{"shape":"OperationNotPermittedFault"},
|
233
|
+
{"shape":"UnknownResourceFault"}
|
342
234
|
]
|
343
235
|
},
|
344
236
|
"PollForActivityTask":{
|
@@ -350,18 +242,9 @@
|
|
350
242
|
"input":{"shape":"PollForActivityTaskInput"},
|
351
243
|
"output":{"shape":"ActivityTask"},
|
352
244
|
"errors":[
|
353
|
-
{
|
354
|
-
|
355
|
-
|
356
|
-
},
|
357
|
-
{
|
358
|
-
"shape":"OperationNotPermittedFault",
|
359
|
-
"exception":true
|
360
|
-
},
|
361
|
-
{
|
362
|
-
"shape":"LimitExceededFault",
|
363
|
-
"exception":true
|
364
|
-
}
|
245
|
+
{"shape":"UnknownResourceFault"},
|
246
|
+
{"shape":"OperationNotPermittedFault"},
|
247
|
+
{"shape":"LimitExceededFault"}
|
365
248
|
]
|
366
249
|
},
|
367
250
|
"PollForDecisionTask":{
|
@@ -373,18 +256,9 @@
|
|
373
256
|
"input":{"shape":"PollForDecisionTaskInput"},
|
374
257
|
"output":{"shape":"DecisionTask"},
|
375
258
|
"errors":[
|
376
|
-
{
|
377
|
-
|
378
|
-
|
379
|
-
},
|
380
|
-
{
|
381
|
-
"shape":"OperationNotPermittedFault",
|
382
|
-
"exception":true
|
383
|
-
},
|
384
|
-
{
|
385
|
-
"shape":"LimitExceededFault",
|
386
|
-
"exception":true
|
387
|
-
}
|
259
|
+
{"shape":"UnknownResourceFault"},
|
260
|
+
{"shape":"OperationNotPermittedFault"},
|
261
|
+
{"shape":"LimitExceededFault"}
|
388
262
|
]
|
389
263
|
},
|
390
264
|
"RecordActivityTaskHeartbeat":{
|
@@ -396,14 +270,8 @@
|
|
396
270
|
"input":{"shape":"RecordActivityTaskHeartbeatInput"},
|
397
271
|
"output":{"shape":"ActivityTaskStatus"},
|
398
272
|
"errors":[
|
399
|
-
{
|
400
|
-
|
401
|
-
"exception":true
|
402
|
-
},
|
403
|
-
{
|
404
|
-
"shape":"OperationNotPermittedFault",
|
405
|
-
"exception":true
|
406
|
-
}
|
273
|
+
{"shape":"UnknownResourceFault"},
|
274
|
+
{"shape":"OperationNotPermittedFault"}
|
407
275
|
]
|
408
276
|
},
|
409
277
|
"RegisterActivityType":{
|
@@ -414,22 +282,10 @@
|
|
414
282
|
},
|
415
283
|
"input":{"shape":"RegisterActivityTypeInput"},
|
416
284
|
"errors":[
|
417
|
-
{
|
418
|
-
|
419
|
-
|
420
|
-
}
|
421
|
-
{
|
422
|
-
"shape":"LimitExceededFault",
|
423
|
-
"exception":true
|
424
|
-
},
|
425
|
-
{
|
426
|
-
"shape":"UnknownResourceFault",
|
427
|
-
"exception":true
|
428
|
-
},
|
429
|
-
{
|
430
|
-
"shape":"OperationNotPermittedFault",
|
431
|
-
"exception":true
|
432
|
-
}
|
285
|
+
{"shape":"TypeAlreadyExistsFault"},
|
286
|
+
{"shape":"LimitExceededFault"},
|
287
|
+
{"shape":"UnknownResourceFault"},
|
288
|
+
{"shape":"OperationNotPermittedFault"}
|
433
289
|
]
|
434
290
|
},
|
435
291
|
"RegisterDomain":{
|
@@ -440,18 +296,9 @@
|
|
440
296
|
},
|
441
297
|
"input":{"shape":"RegisterDomainInput"},
|
442
298
|
"errors":[
|
443
|
-
{
|
444
|
-
|
445
|
-
|
446
|
-
},
|
447
|
-
{
|
448
|
-
"shape":"LimitExceededFault",
|
449
|
-
"exception":true
|
450
|
-
},
|
451
|
-
{
|
452
|
-
"shape":"OperationNotPermittedFault",
|
453
|
-
"exception":true
|
454
|
-
}
|
299
|
+
{"shape":"DomainAlreadyExistsFault"},
|
300
|
+
{"shape":"LimitExceededFault"},
|
301
|
+
{"shape":"OperationNotPermittedFault"}
|
455
302
|
]
|
456
303
|
},
|
457
304
|
"RegisterWorkflowType":{
|
@@ -462,22 +309,10 @@
|
|
462
309
|
},
|
463
310
|
"input":{"shape":"RegisterWorkflowTypeInput"},
|
464
311
|
"errors":[
|
465
|
-
{
|
466
|
-
|
467
|
-
|
468
|
-
}
|
469
|
-
{
|
470
|
-
"shape":"LimitExceededFault",
|
471
|
-
"exception":true
|
472
|
-
},
|
473
|
-
{
|
474
|
-
"shape":"UnknownResourceFault",
|
475
|
-
"exception":true
|
476
|
-
},
|
477
|
-
{
|
478
|
-
"shape":"OperationNotPermittedFault",
|
479
|
-
"exception":true
|
480
|
-
}
|
312
|
+
{"shape":"TypeAlreadyExistsFault"},
|
313
|
+
{"shape":"LimitExceededFault"},
|
314
|
+
{"shape":"UnknownResourceFault"},
|
315
|
+
{"shape":"OperationNotPermittedFault"}
|
481
316
|
]
|
482
317
|
},
|
483
318
|
"RequestCancelWorkflowExecution":{
|
@@ -488,14 +323,8 @@
|
|
488
323
|
},
|
489
324
|
"input":{"shape":"RequestCancelWorkflowExecutionInput"},
|
490
325
|
"errors":[
|
491
|
-
{
|
492
|
-
|
493
|
-
"exception":true
|
494
|
-
},
|
495
|
-
{
|
496
|
-
"shape":"OperationNotPermittedFault",
|
497
|
-
"exception":true
|
498
|
-
}
|
326
|
+
{"shape":"UnknownResourceFault"},
|
327
|
+
{"shape":"OperationNotPermittedFault"}
|
499
328
|
]
|
500
329
|
},
|
501
330
|
"RespondActivityTaskCanceled":{
|
@@ -506,14 +335,8 @@
|
|
506
335
|
},
|
507
336
|
"input":{"shape":"RespondActivityTaskCanceledInput"},
|
508
337
|
"errors":[
|
509
|
-
{
|
510
|
-
|
511
|
-
"exception":true
|
512
|
-
},
|
513
|
-
{
|
514
|
-
"shape":"OperationNotPermittedFault",
|
515
|
-
"exception":true
|
516
|
-
}
|
338
|
+
{"shape":"UnknownResourceFault"},
|
339
|
+
{"shape":"OperationNotPermittedFault"}
|
517
340
|
]
|
518
341
|
},
|
519
342
|
"RespondActivityTaskCompleted":{
|
@@ -524,14 +347,8 @@
|
|
524
347
|
},
|
525
348
|
"input":{"shape":"RespondActivityTaskCompletedInput"},
|
526
349
|
"errors":[
|
527
|
-
{
|
528
|
-
|
529
|
-
"exception":true
|
530
|
-
},
|
531
|
-
{
|
532
|
-
"shape":"OperationNotPermittedFault",
|
533
|
-
"exception":true
|
534
|
-
}
|
350
|
+
{"shape":"UnknownResourceFault"},
|
351
|
+
{"shape":"OperationNotPermittedFault"}
|
535
352
|
]
|
536
353
|
},
|
537
354
|
"RespondActivityTaskFailed":{
|
@@ -542,14 +359,8 @@
|
|
542
359
|
},
|
543
360
|
"input":{"shape":"RespondActivityTaskFailedInput"},
|
544
361
|
"errors":[
|
545
|
-
{
|
546
|
-
|
547
|
-
"exception":true
|
548
|
-
},
|
549
|
-
{
|
550
|
-
"shape":"OperationNotPermittedFault",
|
551
|
-
"exception":true
|
552
|
-
}
|
362
|
+
{"shape":"UnknownResourceFault"},
|
363
|
+
{"shape":"OperationNotPermittedFault"}
|
553
364
|
]
|
554
365
|
},
|
555
366
|
"RespondDecisionTaskCompleted":{
|
@@ -560,14 +371,8 @@
|
|
560
371
|
},
|
561
372
|
"input":{"shape":"RespondDecisionTaskCompletedInput"},
|
562
373
|
"errors":[
|
563
|
-
{
|
564
|
-
|
565
|
-
"exception":true
|
566
|
-
},
|
567
|
-
{
|
568
|
-
"shape":"OperationNotPermittedFault",
|
569
|
-
"exception":true
|
570
|
-
}
|
374
|
+
{"shape":"UnknownResourceFault"},
|
375
|
+
{"shape":"OperationNotPermittedFault"}
|
571
376
|
]
|
572
377
|
},
|
573
378
|
"SignalWorkflowExecution":{
|
@@ -578,14 +383,8 @@
|
|
578
383
|
},
|
579
384
|
"input":{"shape":"SignalWorkflowExecutionInput"},
|
580
385
|
"errors":[
|
581
|
-
{
|
582
|
-
|
583
|
-
"exception":true
|
584
|
-
},
|
585
|
-
{
|
586
|
-
"shape":"OperationNotPermittedFault",
|
587
|
-
"exception":true
|
588
|
-
}
|
386
|
+
{"shape":"UnknownResourceFault"},
|
387
|
+
{"shape":"OperationNotPermittedFault"}
|
589
388
|
]
|
590
389
|
},
|
591
390
|
"StartWorkflowExecution":{
|
@@ -597,30 +396,12 @@
|
|
597
396
|
"input":{"shape":"StartWorkflowExecutionInput"},
|
598
397
|
"output":{"shape":"Run"},
|
599
398
|
"errors":[
|
600
|
-
{
|
601
|
-
|
602
|
-
|
603
|
-
},
|
604
|
-
{
|
605
|
-
|
606
|
-
"exception":true
|
607
|
-
},
|
608
|
-
{
|
609
|
-
"shape":"WorkflowExecutionAlreadyStartedFault",
|
610
|
-
"exception":true
|
611
|
-
},
|
612
|
-
{
|
613
|
-
"shape":"LimitExceededFault",
|
614
|
-
"exception":true
|
615
|
-
},
|
616
|
-
{
|
617
|
-
"shape":"OperationNotPermittedFault",
|
618
|
-
"exception":true
|
619
|
-
},
|
620
|
-
{
|
621
|
-
"shape":"DefaultUndefinedFault",
|
622
|
-
"exception":true
|
623
|
-
}
|
399
|
+
{"shape":"UnknownResourceFault"},
|
400
|
+
{"shape":"TypeDeprecatedFault"},
|
401
|
+
{"shape":"WorkflowExecutionAlreadyStartedFault"},
|
402
|
+
{"shape":"LimitExceededFault"},
|
403
|
+
{"shape":"OperationNotPermittedFault"},
|
404
|
+
{"shape":"DefaultUndefinedFault"}
|
624
405
|
]
|
625
406
|
},
|
626
407
|
"TerminateWorkflowExecution":{
|
@@ -631,22 +412,16 @@
|
|
631
412
|
},
|
632
413
|
"input":{"shape":"TerminateWorkflowExecutionInput"},
|
633
414
|
"errors":[
|
634
|
-
{
|
635
|
-
|
636
|
-
"exception":true
|
637
|
-
},
|
638
|
-
{
|
639
|
-
"shape":"OperationNotPermittedFault",
|
640
|
-
"exception":true
|
641
|
-
}
|
415
|
+
{"shape":"UnknownResourceFault"},
|
416
|
+
{"shape":"OperationNotPermittedFault"}
|
642
417
|
]
|
643
418
|
}
|
644
419
|
},
|
645
420
|
"shapes":{
|
646
421
|
"ActivityId":{
|
647
422
|
"type":"string",
|
648
|
-
"
|
649
|
-
"
|
423
|
+
"max":256,
|
424
|
+
"min":1
|
650
425
|
},
|
651
426
|
"ActivityTask":{
|
652
427
|
"type":"structure",
|
@@ -837,8 +612,8 @@
|
|
837
612
|
},
|
838
613
|
"Arn":{
|
839
614
|
"type":"string",
|
840
|
-
"
|
841
|
-
"
|
615
|
+
"max":1600,
|
616
|
+
"min":1
|
842
617
|
},
|
843
618
|
"CancelTimerDecisionAttributes":{
|
844
619
|
"type":"structure",
|
@@ -1381,18 +1156,18 @@
|
|
1381
1156
|
},
|
1382
1157
|
"DomainName":{
|
1383
1158
|
"type":"string",
|
1384
|
-
"
|
1385
|
-
"
|
1159
|
+
"max":256,
|
1160
|
+
"min":1
|
1386
1161
|
},
|
1387
1162
|
"DurationInDays":{
|
1388
1163
|
"type":"string",
|
1389
|
-
"
|
1390
|
-
"
|
1164
|
+
"max":8,
|
1165
|
+
"min":1
|
1391
1166
|
},
|
1392
1167
|
"DurationInSeconds":{
|
1393
1168
|
"type":"string",
|
1394
|
-
"
|
1395
|
-
"
|
1169
|
+
"max":8,
|
1170
|
+
"min":1
|
1396
1171
|
},
|
1397
1172
|
"DurationInSecondsOptional":{
|
1398
1173
|
"type":"string",
|
@@ -1527,18 +1302,18 @@
|
|
1527
1302
|
},
|
1528
1303
|
"FunctionId":{
|
1529
1304
|
"type":"string",
|
1530
|
-
"
|
1531
|
-
"
|
1305
|
+
"max":256,
|
1306
|
+
"min":1
|
1532
1307
|
},
|
1533
1308
|
"FunctionInput":{
|
1534
1309
|
"type":"string",
|
1535
|
-
"
|
1536
|
-
"
|
1310
|
+
"max":32768,
|
1311
|
+
"min":0
|
1537
1312
|
},
|
1538
1313
|
"FunctionName":{
|
1539
1314
|
"type":"string",
|
1540
|
-
"
|
1541
|
-
"
|
1315
|
+
"max":64,
|
1316
|
+
"min":1
|
1542
1317
|
},
|
1543
1318
|
"GetWorkflowExecutionHistoryInput":{
|
1544
1319
|
"type":"structure",
|
@@ -1672,6 +1447,7 @@
|
|
1672
1447
|
"members":{
|
1673
1448
|
"id":{"shape":"FunctionId"},
|
1674
1449
|
"name":{"shape":"FunctionName"},
|
1450
|
+
"control":{"shape":"Data"},
|
1675
1451
|
"input":{"shape":"FunctionInput"},
|
1676
1452
|
"startToCloseTimeout":{"shape":"DurationInSecondsOptional"},
|
1677
1453
|
"decisionTaskCompletedEventId":{"shape":"EventId"}
|
@@ -1786,8 +1562,8 @@
|
|
1786
1562
|
},
|
1787
1563
|
"MarkerName":{
|
1788
1564
|
"type":"string",
|
1789
|
-
"
|
1790
|
-
"
|
1565
|
+
"max":256,
|
1566
|
+
"min":1
|
1791
1567
|
},
|
1792
1568
|
"MarkerRecordedEventAttributes":{
|
1793
1569
|
"type":"structure",
|
@@ -1803,13 +1579,13 @@
|
|
1803
1579
|
},
|
1804
1580
|
"Name":{
|
1805
1581
|
"type":"string",
|
1806
|
-
"
|
1807
|
-
"
|
1582
|
+
"max":256,
|
1583
|
+
"min":1
|
1808
1584
|
},
|
1809
1585
|
"OpenDecisionTasksCount":{
|
1810
1586
|
"type":"integer",
|
1811
|
-
"
|
1812
|
-
"
|
1587
|
+
"max":1,
|
1588
|
+
"min":0
|
1813
1589
|
},
|
1814
1590
|
"OperationNotPermittedFault":{
|
1815
1591
|
"type":"structure",
|
@@ -1820,8 +1596,8 @@
|
|
1820
1596
|
},
|
1821
1597
|
"PageSize":{
|
1822
1598
|
"type":"integer",
|
1823
|
-
"
|
1824
|
-
"
|
1599
|
+
"max":1000,
|
1600
|
+
"min":0
|
1825
1601
|
},
|
1826
1602
|
"PageToken":{
|
1827
1603
|
"type":"string",
|
@@ -1986,7 +1762,7 @@
|
|
1986
1762
|
"required":["workflowId"],
|
1987
1763
|
"members":{
|
1988
1764
|
"workflowId":{"shape":"WorkflowId"},
|
1989
|
-
"runId":{"shape":"
|
1765
|
+
"runId":{"shape":"WorkflowRunIdOptional"},
|
1990
1766
|
"control":{"shape":"Data"}
|
1991
1767
|
}
|
1992
1768
|
},
|
@@ -2008,7 +1784,7 @@
|
|
2008
1784
|
],
|
2009
1785
|
"members":{
|
2010
1786
|
"workflowId":{"shape":"WorkflowId"},
|
2011
|
-
"runId":{"shape":"
|
1787
|
+
"runId":{"shape":"WorkflowRunIdOptional"},
|
2012
1788
|
"cause":{"shape":"RequestCancelExternalWorkflowExecutionFailedCause"},
|
2013
1789
|
"initiatedEventId":{"shape":"EventId"},
|
2014
1790
|
"decisionTaskCompletedEventId":{"shape":"EventId"},
|
@@ -2023,7 +1799,7 @@
|
|
2023
1799
|
],
|
2024
1800
|
"members":{
|
2025
1801
|
"workflowId":{"shape":"WorkflowId"},
|
2026
|
-
"runId":{"shape":"
|
1802
|
+
"runId":{"shape":"WorkflowRunIdOptional"},
|
2027
1803
|
"decisionTaskCompletedEventId":{"shape":"EventId"},
|
2028
1804
|
"control":{"shape":"Data"}
|
2029
1805
|
}
|
@@ -2037,7 +1813,7 @@
|
|
2037
1813
|
"members":{
|
2038
1814
|
"domain":{"shape":"DomainName"},
|
2039
1815
|
"workflowId":{"shape":"WorkflowId"},
|
2040
|
-
"runId":{"shape":"
|
1816
|
+
"runId":{"shape":"WorkflowRunIdOptional"}
|
2041
1817
|
}
|
2042
1818
|
},
|
2043
1819
|
"RespondActivityTaskCanceledInput":{
|
@@ -2078,18 +1854,9 @@
|
|
2078
1854
|
"Run":{
|
2079
1855
|
"type":"structure",
|
2080
1856
|
"members":{
|
2081
|
-
"runId":{"shape":"
|
1857
|
+
"runId":{"shape":"WorkflowRunId"}
|
2082
1858
|
}
|
2083
1859
|
},
|
2084
|
-
"RunId":{
|
2085
|
-
"type":"string",
|
2086
|
-
"min":1,
|
2087
|
-
"max":64
|
2088
|
-
},
|
2089
|
-
"RunIdOptional":{
|
2090
|
-
"type":"string",
|
2091
|
-
"max":64
|
2092
|
-
},
|
2093
1860
|
"ScheduleActivityTaskDecisionAttributes":{
|
2094
1861
|
"type":"structure",
|
2095
1862
|
"required":[
|
@@ -2149,6 +1916,7 @@
|
|
2149
1916
|
"members":{
|
2150
1917
|
"id":{"shape":"FunctionId"},
|
2151
1918
|
"name":{"shape":"FunctionName"},
|
1919
|
+
"control":{"shape":"Data"},
|
2152
1920
|
"input":{"shape":"FunctionInput"},
|
2153
1921
|
"startToCloseTimeout":{"shape":"DurationInSecondsOptional"}
|
2154
1922
|
}
|
@@ -2185,7 +1953,7 @@
|
|
2185
1953
|
],
|
2186
1954
|
"members":{
|
2187
1955
|
"workflowId":{"shape":"WorkflowId"},
|
2188
|
-
"runId":{"shape":"
|
1956
|
+
"runId":{"shape":"WorkflowRunIdOptional"},
|
2189
1957
|
"signalName":{"shape":"SignalName"},
|
2190
1958
|
"input":{"shape":"Data"},
|
2191
1959
|
"control":{"shape":"Data"}
|
@@ -2209,7 +1977,7 @@
|
|
2209
1977
|
],
|
2210
1978
|
"members":{
|
2211
1979
|
"workflowId":{"shape":"WorkflowId"},
|
2212
|
-
"runId":{"shape":"
|
1980
|
+
"runId":{"shape":"WorkflowRunIdOptional"},
|
2213
1981
|
"cause":{"shape":"SignalExternalWorkflowExecutionFailedCause"},
|
2214
1982
|
"initiatedEventId":{"shape":"EventId"},
|
2215
1983
|
"decisionTaskCompletedEventId":{"shape":"EventId"},
|
@@ -2225,7 +1993,7 @@
|
|
2225
1993
|
],
|
2226
1994
|
"members":{
|
2227
1995
|
"workflowId":{"shape":"WorkflowId"},
|
2228
|
-
"runId":{"shape":"
|
1996
|
+
"runId":{"shape":"WorkflowRunIdOptional"},
|
2229
1997
|
"signalName":{"shape":"SignalName"},
|
2230
1998
|
"input":{"shape":"Data"},
|
2231
1999
|
"decisionTaskCompletedEventId":{"shape":"EventId"},
|
@@ -2234,8 +2002,8 @@
|
|
2234
2002
|
},
|
2235
2003
|
"SignalName":{
|
2236
2004
|
"type":"string",
|
2237
|
-
"
|
2238
|
-
"
|
2005
|
+
"max":256,
|
2006
|
+
"min":1
|
2239
2007
|
},
|
2240
2008
|
"SignalWorkflowExecutionInput":{
|
2241
2009
|
"type":"structure",
|
@@ -2247,7 +2015,7 @@
|
|
2247
2015
|
"members":{
|
2248
2016
|
"domain":{"shape":"DomainName"},
|
2249
2017
|
"workflowId":{"shape":"WorkflowId"},
|
2250
|
-
"runId":{"shape":"
|
2018
|
+
"runId":{"shape":"WorkflowRunIdOptional"},
|
2251
2019
|
"signalName":{"shape":"SignalName"},
|
2252
2020
|
"input":{"shape":"Data"}
|
2253
2021
|
}
|
@@ -2399,8 +2167,8 @@
|
|
2399
2167
|
},
|
2400
2168
|
"Tag":{
|
2401
2169
|
"type":"string",
|
2402
|
-
"
|
2403
|
-
"
|
2170
|
+
"max":256,
|
2171
|
+
"min":0
|
2404
2172
|
},
|
2405
2173
|
"TagFilter":{
|
2406
2174
|
"type":"structure",
|
@@ -2421,14 +2189,11 @@
|
|
2421
2189
|
"name":{"shape":"Name"}
|
2422
2190
|
}
|
2423
2191
|
},
|
2424
|
-
"TaskPriority":{
|
2425
|
-
"type":"string",
|
2426
|
-
"max":11
|
2427
|
-
},
|
2192
|
+
"TaskPriority":{"type":"string"},
|
2428
2193
|
"TaskToken":{
|
2429
2194
|
"type":"string",
|
2430
|
-
"
|
2431
|
-
"
|
2195
|
+
"max":1024,
|
2196
|
+
"min":1
|
2432
2197
|
},
|
2433
2198
|
"TerminateReason":{
|
2434
2199
|
"type":"string",
|
@@ -2443,7 +2208,7 @@
|
|
2443
2208
|
"members":{
|
2444
2209
|
"domain":{"shape":"DomainName"},
|
2445
2210
|
"workflowId":{"shape":"WorkflowId"},
|
2446
|
-
"runId":{"shape":"
|
2211
|
+
"runId":{"shape":"WorkflowRunIdOptional"},
|
2447
2212
|
"reason":{"shape":"TerminateReason"},
|
2448
2213
|
"details":{"shape":"Data"},
|
2449
2214
|
"childPolicy":{"shape":"ChildPolicy"}
|
@@ -2475,8 +2240,8 @@
|
|
2475
2240
|
},
|
2476
2241
|
"TimerId":{
|
2477
2242
|
"type":"string",
|
2478
|
-
"
|
2479
|
-
"
|
2243
|
+
"max":256,
|
2244
|
+
"min":1
|
2480
2245
|
},
|
2481
2246
|
"TimerStartedEventAttributes":{
|
2482
2247
|
"type":"structure",
|
@@ -2517,8 +2282,8 @@
|
|
2517
2282
|
},
|
2518
2283
|
"Version":{
|
2519
2284
|
"type":"string",
|
2520
|
-
"
|
2521
|
-
"
|
2285
|
+
"max":64,
|
2286
|
+
"min":1
|
2522
2287
|
},
|
2523
2288
|
"VersionOptional":{
|
2524
2289
|
"type":"string",
|
@@ -2532,7 +2297,7 @@
|
|
2532
2297
|
],
|
2533
2298
|
"members":{
|
2534
2299
|
"workflowId":{"shape":"WorkflowId"},
|
2535
|
-
"runId":{"shape":"
|
2300
|
+
"runId":{"shape":"WorkflowRunId"}
|
2536
2301
|
}
|
2537
2302
|
},
|
2538
2303
|
"WorkflowExecutionAlreadyStartedFault":{
|
@@ -2599,7 +2364,7 @@
|
|
2599
2364
|
"members":{
|
2600
2365
|
"input":{"shape":"Data"},
|
2601
2366
|
"decisionTaskCompletedEventId":{"shape":"EventId"},
|
2602
|
-
"newExecutionRunId":{"shape":"
|
2367
|
+
"newExecutionRunId":{"shape":"WorkflowRunId"},
|
2603
2368
|
"executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
|
2604
2369
|
"taskList":{"shape":"TaskList"},
|
2605
2370
|
"taskPriority":{"shape":"TaskPriority"},
|
@@ -2720,10 +2485,10 @@
|
|
2720
2485
|
"taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
|
2721
2486
|
"childPolicy":{"shape":"ChildPolicy"},
|
2722
2487
|
"taskList":{"shape":"TaskList"},
|
2488
|
+
"taskPriority":{"shape":"TaskPriority"},
|
2723
2489
|
"workflowType":{"shape":"WorkflowType"},
|
2724
2490
|
"tagList":{"shape":"TagList"},
|
2725
|
-
"
|
2726
|
-
"continuedExecutionRunId":{"shape":"RunIdOptional"},
|
2491
|
+
"continuedExecutionRunId":{"shape":"WorkflowRunIdOptional"},
|
2727
2492
|
"parentWorkflowExecution":{"shape":"WorkflowExecution"},
|
2728
2493
|
"parentInitiatedEventId":{"shape":"EventId"},
|
2729
2494
|
"lambdaRole":{"shape":"Arn"}
|
@@ -2764,8 +2529,17 @@
|
|
2764
2529
|
},
|
2765
2530
|
"WorkflowId":{
|
2766
2531
|
"type":"string",
|
2767
|
-
"
|
2768
|
-
"
|
2532
|
+
"max":256,
|
2533
|
+
"min":1
|
2534
|
+
},
|
2535
|
+
"WorkflowRunId":{
|
2536
|
+
"type":"string",
|
2537
|
+
"max":64,
|
2538
|
+
"min":1
|
2539
|
+
},
|
2540
|
+
"WorkflowRunIdOptional":{
|
2541
|
+
"type":"string",
|
2542
|
+
"max":64
|
2769
2543
|
},
|
2770
2544
|
"WorkflowType":{
|
2771
2545
|
"type":"structure",
|
@@ -1,46 +1,46 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
3
|
"GetWorkflowExecutionHistory": {
|
4
|
-
"limit_key": "maximumPageSize",
|
5
4
|
"input_token": "nextPageToken",
|
5
|
+
"limit_key": "maximumPageSize",
|
6
6
|
"output_token": "nextPageToken",
|
7
7
|
"result_key": "events"
|
8
8
|
},
|
9
9
|
"ListActivityTypes": {
|
10
|
-
"limit_key": "maximumPageSize",
|
11
10
|
"input_token": "nextPageToken",
|
11
|
+
"limit_key": "maximumPageSize",
|
12
12
|
"output_token": "nextPageToken",
|
13
13
|
"result_key": "typeInfos"
|
14
14
|
},
|
15
15
|
"ListClosedWorkflowExecutions": {
|
16
|
-
"limit_key": "maximumPageSize",
|
17
16
|
"input_token": "nextPageToken",
|
17
|
+
"limit_key": "maximumPageSize",
|
18
18
|
"output_token": "nextPageToken",
|
19
19
|
"result_key": "executionInfos"
|
20
20
|
},
|
21
21
|
"ListDomains": {
|
22
|
-
"limit_key": "maximumPageSize",
|
23
22
|
"input_token": "nextPageToken",
|
23
|
+
"limit_key": "maximumPageSize",
|
24
24
|
"output_token": "nextPageToken",
|
25
25
|
"result_key": "domainInfos"
|
26
26
|
},
|
27
27
|
"ListOpenWorkflowExecutions": {
|
28
|
-
"limit_key": "maximumPageSize",
|
29
28
|
"input_token": "nextPageToken",
|
29
|
+
"limit_key": "maximumPageSize",
|
30
30
|
"output_token": "nextPageToken",
|
31
31
|
"result_key": "executionInfos"
|
32
32
|
},
|
33
33
|
"ListWorkflowTypes": {
|
34
|
-
"limit_key": "maximumPageSize",
|
35
34
|
"input_token": "nextPageToken",
|
35
|
+
"limit_key": "maximumPageSize",
|
36
36
|
"output_token": "nextPageToken",
|
37
37
|
"result_key": "typeInfos"
|
38
38
|
},
|
39
39
|
"PollForDecisionTask": {
|
40
|
-
"limit_key": "maximumPageSize",
|
41
40
|
"input_token": "nextPageToken",
|
41
|
+
"limit_key": "maximumPageSize",
|
42
42
|
"output_token": "nextPageToken",
|
43
43
|
"result_key": "events"
|
44
44
|
}
|
45
45
|
}
|
46
|
-
}
|
46
|
+
}
|
data/endpoints.json
CHANGED
@@ -131,6 +131,9 @@
|
|
131
131
|
},
|
132
132
|
"athena" : {
|
133
133
|
"endpoints" : {
|
134
|
+
"ap-northeast-1" : { },
|
135
|
+
"ap-southeast-1" : { },
|
136
|
+
"eu-west-1" : { },
|
134
137
|
"us-east-1" : { },
|
135
138
|
"us-east-2" : { },
|
136
139
|
"us-west-2" : { }
|
@@ -274,10 +277,13 @@
|
|
274
277
|
"ap-northeast-1" : { },
|
275
278
|
"ap-southeast-1" : { },
|
276
279
|
"ap-southeast-2" : { },
|
280
|
+
"ca-central-1" : { },
|
277
281
|
"eu-central-1" : { },
|
278
282
|
"eu-west-1" : { },
|
283
|
+
"eu-west-2" : { },
|
279
284
|
"us-east-1" : { },
|
280
285
|
"us-east-2" : { },
|
286
|
+
"us-west-1" : { },
|
281
287
|
"us-west-2" : { }
|
282
288
|
}
|
283
289
|
},
|
@@ -285,8 +291,10 @@
|
|
285
291
|
"endpoints" : {
|
286
292
|
"ap-northeast-1" : { },
|
287
293
|
"ap-northeast-2" : { },
|
294
|
+
"ap-south-1" : { },
|
288
295
|
"ap-southeast-1" : { },
|
289
296
|
"ap-southeast-2" : { },
|
297
|
+
"ca-central-1" : { },
|
290
298
|
"eu-central-1" : { },
|
291
299
|
"eu-west-1" : { },
|
292
300
|
"eu-west-2" : { },
|
@@ -320,11 +328,14 @@
|
|
320
328
|
"ap-northeast-1" : { },
|
321
329
|
"ap-southeast-1" : { },
|
322
330
|
"ap-southeast-2" : { },
|
331
|
+
"ca-central-1" : { },
|
323
332
|
"eu-central-1" : { },
|
324
333
|
"eu-west-1" : { },
|
334
|
+
"eu-west-2" : { },
|
325
335
|
"sa-east-1" : { },
|
326
336
|
"us-east-1" : { },
|
327
337
|
"us-east-2" : { },
|
338
|
+
"us-west-1" : { },
|
328
339
|
"us-west-2" : { }
|
329
340
|
}
|
330
341
|
},
|
@@ -1604,6 +1615,16 @@
|
|
1604
1615
|
"cn-north-1" : { }
|
1605
1616
|
}
|
1606
1617
|
},
|
1618
|
+
"ecr" : {
|
1619
|
+
"endpoints" : {
|
1620
|
+
"cn-north-1" : { }
|
1621
|
+
}
|
1622
|
+
},
|
1623
|
+
"ecs" : {
|
1624
|
+
"endpoints" : {
|
1625
|
+
"cn-north-1" : { }
|
1626
|
+
}
|
1627
|
+
},
|
1607
1628
|
"elasticache" : {
|
1608
1629
|
"endpoints" : {
|
1609
1630
|
"cn-north-1" : { }
|
@@ -1709,6 +1730,11 @@
|
|
1709
1730
|
"cn-north-1" : { }
|
1710
1731
|
}
|
1711
1732
|
},
|
1733
|
+
"ssm" : {
|
1734
|
+
"endpoints" : {
|
1735
|
+
"cn-north-1" : { }
|
1736
|
+
}
|
1737
|
+
},
|
1712
1738
|
"storagegateway" : {
|
1713
1739
|
"endpoints" : {
|
1714
1740
|
"cn-north-1" : { }
|
@@ -1929,6 +1955,11 @@
|
|
1929
1955
|
}
|
1930
1956
|
}
|
1931
1957
|
},
|
1958
|
+
"ssm" : {
|
1959
|
+
"endpoints" : {
|
1960
|
+
"us-gov-west-1" : { }
|
1961
|
+
}
|
1962
|
+
},
|
1932
1963
|
"streams.dynamodb" : {
|
1933
1964
|
"defaults" : {
|
1934
1965
|
"credentialScope" : {
|
@@ -1952,4 +1983,4 @@
|
|
1952
1983
|
}
|
1953
1984
|
} ],
|
1954
1985
|
"version" : 3
|
1955
|
-
}
|
1986
|
+
}
|
data/lib/aws-sdk-core/swf.rb
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.10.
|
4
|
+
version: 2.10.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -409,6 +409,7 @@ files:
|
|
409
409
|
- apis/support/2013-04-15/examples-1.json
|
410
410
|
- apis/support/2013-04-15/paginators-1.json
|
411
411
|
- apis/swf/2012-01-25/api-2.json
|
412
|
+
- apis/swf/2012-01-25/examples-1.json
|
412
413
|
- apis/swf/2012-01-25/paginators-1.json
|
413
414
|
- apis/waf-regional/2016-11-28/api-2.json
|
414
415
|
- apis/waf-regional/2016-11-28/examples-1.json
|