File tree Expand file tree Collapse file tree 4 files changed +321
-24
lines changed
services/migrationhub/src/main/resources/codegen-resources Expand file tree Collapse file tree 4 files changed +321
-24
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Migration Hub" ,
4
+ "contributor" : " " ,
5
+ "description" : " API and documentation updates for AWS MigrationHub related to adding support for listing migration task updates and associating, disassociating and listing source resources"
6
+ }
Original file line number Diff line number Diff line change 40
40
]
41
41
}
42
42
],
43
- "type" : " tree" ,
44
43
"rules" : [
45
44
{
46
45
"conditions" : [
83
82
},
84
83
"type" : " endpoint"
85
84
}
86
- ]
85
+ ],
86
+ "type" : " tree"
87
87
},
88
88
{
89
89
"conditions" : [
96
96
]
97
97
}
98
98
],
99
- "type" : " tree" ,
100
99
"rules" : [
101
100
{
102
101
"conditions" : [
110
109
"assign" : " PartitionResult"
111
110
}
112
111
],
113
- "type" : " tree" ,
114
112
"rules" : [
115
113
{
116
114
"conditions" : [
133
131
]
134
132
}
135
133
],
136
- "type" : " tree" ,
137
134
"rules" : [
138
135
{
139
136
"conditions" : [
168
165
]
169
166
}
170
167
],
171
- "type" : " tree" ,
172
168
"rules" : [
173
169
{
174
170
"conditions" : [],
179
175
},
180
176
"type" : " endpoint"
181
177
}
182
- ]
178
+ ],
179
+ "type" : " tree"
183
180
},
184
181
{
185
182
"conditions" : [],
186
183
"error" : " FIPS and DualStack are enabled, but this partition does not support one or both" ,
187
184
"type" : " error"
188
185
}
189
- ]
186
+ ],
187
+ "type" : " tree"
190
188
},
191
189
{
192
190
"conditions" : [
200
198
]
201
199
}
202
200
],
203
- "type" : " tree" ,
204
201
"rules" : [
205
202
{
206
203
"conditions" : [
207
204
{
208
205
"fn" : " booleanEquals" ,
209
206
"argv" : [
210
- true ,
211
207
{
212
208
"fn" : " getAttr" ,
213
209
"argv" : [
216
212
},
217
213
" supportsFIPS"
218
214
]
219
- }
215
+ },
216
+ true
220
217
]
221
218
}
222
219
],
223
- "type" : " tree" ,
224
220
"rules" : [
225
221
{
226
222
"conditions" : [],
231
227
},
232
228
"type" : " endpoint"
233
229
}
234
- ]
230
+ ],
231
+ "type" : " tree"
235
232
},
236
233
{
237
234
"conditions" : [],
238
235
"error" : " FIPS is enabled but this partition does not support FIPS" ,
239
236
"type" : " error"
240
237
}
241
- ]
238
+ ],
239
+ "type" : " tree"
242
240
},
243
241
{
244
242
"conditions" : [
252
250
]
253
251
}
254
252
],
255
- "type" : " tree" ,
256
253
"rules" : [
257
254
{
258
255
"conditions" : [
272
269
]
273
270
}
274
271
],
275
- "type" : " tree" ,
276
272
"rules" : [
277
273
{
278
274
"conditions" : [],
283
279
},
284
280
"type" : " endpoint"
285
281
}
286
- ]
282
+ ],
283
+ "type" : " tree"
287
284
},
288
285
{
289
286
"conditions" : [],
290
287
"error" : " DualStack is enabled but this partition does not support DualStack" ,
291
288
"type" : " error"
292
289
}
293
- ]
290
+ ],
291
+ "type" : " tree"
294
292
},
295
293
{
296
294
"conditions" : [],
301
299
},
302
300
"type" : " endpoint"
303
301
}
304
- ]
302
+ ],
303
+ "type" : " tree"
305
304
}
306
- ]
305
+ ],
306
+ "type" : " tree"
307
307
},
308
308
{
309
309
"conditions" : [],
Original file line number Diff line number Diff line change 18
18
"output_token" : " NextToken" ,
19
19
"result_key" : " DiscoveredResourceList"
20
20
},
21
+ "ListMigrationTaskUpdates" : {
22
+ "input_token" : " NextToken" ,
23
+ "limit_key" : " MaxResults" ,
24
+ "output_token" : " NextToken" ,
25
+ "result_key" : " MigrationTaskUpdateList"
26
+ },
21
27
"ListMigrationTasks" : {
22
28
"input_token" : " NextToken" ,
23
29
"limit_key" : " MaxResults" ,
29
35
"limit_key" : " MaxResults" ,
30
36
"output_token" : " NextToken" ,
31
37
"result_key" : " ProgressUpdateStreamSummaryList"
38
+ },
39
+ "ListSourceResources" : {
40
+ "input_token" : " NextToken" ,
41
+ "limit_key" : " MaxResults" ,
42
+ "output_token" : " NextToken" ,
43
+ "result_key" : " SourceResourceList"
32
44
}
33
45
}
34
46
}
You can’t perform that action at this time.
0 commit comments