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,820 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2016-12-01",
|
5
|
+
"endpointPrefix":"appstream2",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceFullName":"Amazon AppStream",
|
9
|
+
"signatureVersion":"v4",
|
10
|
+
"signingName":"appstream",
|
11
|
+
"targetPrefix":"PhotonAdminProxyService",
|
12
|
+
"uid":"appstream-2016-12-01"
|
13
|
+
},
|
14
|
+
"operations":{
|
15
|
+
"AssociateFleet":{
|
16
|
+
"name":"AssociateFleet",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/"
|
20
|
+
},
|
21
|
+
"input":{"shape":"AssociateFleetRequest"},
|
22
|
+
"output":{"shape":"AssociateFleetResult"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"LimitExceededException"},
|
25
|
+
{"shape":"ResourceNotFoundException"}
|
26
|
+
]
|
27
|
+
},
|
28
|
+
"CreateFleet":{
|
29
|
+
"name":"CreateFleet",
|
30
|
+
"http":{
|
31
|
+
"method":"POST",
|
32
|
+
"requestUri":"/"
|
33
|
+
},
|
34
|
+
"input":{"shape":"CreateFleetRequest"},
|
35
|
+
"output":{"shape":"CreateFleetResult"},
|
36
|
+
"errors":[
|
37
|
+
{"shape":"ResourceAlreadyExistsException"},
|
38
|
+
{"shape":"ResourceNotAvailableException"},
|
39
|
+
{"shape":"ResourceNotFoundException"},
|
40
|
+
{"shape":"LimitExceededException"},
|
41
|
+
{"shape":"InvalidRoleException"}
|
42
|
+
]
|
43
|
+
},
|
44
|
+
"CreateStack":{
|
45
|
+
"name":"CreateStack",
|
46
|
+
"http":{
|
47
|
+
"method":"POST",
|
48
|
+
"requestUri":"/"
|
49
|
+
},
|
50
|
+
"input":{"shape":"CreateStackRequest"},
|
51
|
+
"output":{"shape":"CreateStackResult"},
|
52
|
+
"errors":[
|
53
|
+
{"shape":"LimitExceededException"},
|
54
|
+
{"shape":"ResourceAlreadyExistsException"}
|
55
|
+
]
|
56
|
+
},
|
57
|
+
"CreateStreamingURL":{
|
58
|
+
"name":"CreateStreamingURL",
|
59
|
+
"http":{
|
60
|
+
"method":"POST",
|
61
|
+
"requestUri":"/"
|
62
|
+
},
|
63
|
+
"input":{"shape":"CreateStreamingURLRequest"},
|
64
|
+
"output":{"shape":"CreateStreamingURLResult"},
|
65
|
+
"errors":[
|
66
|
+
{"shape":"ResourceNotFoundException"},
|
67
|
+
{"shape":"ResourceNotAvailableException"},
|
68
|
+
{"shape":"OperationNotPermittedException"}
|
69
|
+
]
|
70
|
+
},
|
71
|
+
"DeleteFleet":{
|
72
|
+
"name":"DeleteFleet",
|
73
|
+
"http":{
|
74
|
+
"method":"POST",
|
75
|
+
"requestUri":"/"
|
76
|
+
},
|
77
|
+
"input":{"shape":"DeleteFleetRequest"},
|
78
|
+
"output":{"shape":"DeleteFleetResult"},
|
79
|
+
"errors":[
|
80
|
+
{"shape":"ResourceInUseException"},
|
81
|
+
{"shape":"ResourceNotFoundException"}
|
82
|
+
]
|
83
|
+
},
|
84
|
+
"DeleteStack":{
|
85
|
+
"name":"DeleteStack",
|
86
|
+
"http":{
|
87
|
+
"method":"POST",
|
88
|
+
"requestUri":"/"
|
89
|
+
},
|
90
|
+
"input":{"shape":"DeleteStackRequest"},
|
91
|
+
"output":{"shape":"DeleteStackResult"},
|
92
|
+
"errors":[
|
93
|
+
{"shape":"ResourceInUseException"},
|
94
|
+
{"shape":"ResourceNotFoundException"}
|
95
|
+
]
|
96
|
+
},
|
97
|
+
"DescribeFleets":{
|
98
|
+
"name":"DescribeFleets",
|
99
|
+
"http":{
|
100
|
+
"method":"POST",
|
101
|
+
"requestUri":"/"
|
102
|
+
},
|
103
|
+
"input":{"shape":"DescribeFleetsRequest"},
|
104
|
+
"output":{"shape":"DescribeFleetsResult"},
|
105
|
+
"errors":[
|
106
|
+
{"shape":"ResourceNotFoundException"}
|
107
|
+
]
|
108
|
+
},
|
109
|
+
"DescribeImages":{
|
110
|
+
"name":"DescribeImages",
|
111
|
+
"http":{
|
112
|
+
"method":"POST",
|
113
|
+
"requestUri":"/"
|
114
|
+
},
|
115
|
+
"input":{"shape":"DescribeImagesRequest"},
|
116
|
+
"output":{"shape":"DescribeImagesResult"},
|
117
|
+
"errors":[
|
118
|
+
{"shape":"ResourceNotFoundException"}
|
119
|
+
]
|
120
|
+
},
|
121
|
+
"DescribeSessions":{
|
122
|
+
"name":"DescribeSessions",
|
123
|
+
"http":{
|
124
|
+
"method":"POST",
|
125
|
+
"requestUri":"/"
|
126
|
+
},
|
127
|
+
"input":{"shape":"DescribeSessionsRequest"},
|
128
|
+
"output":{"shape":"DescribeSessionsResult"}
|
129
|
+
},
|
130
|
+
"DescribeStacks":{
|
131
|
+
"name":"DescribeStacks",
|
132
|
+
"http":{
|
133
|
+
"method":"POST",
|
134
|
+
"requestUri":"/"
|
135
|
+
},
|
136
|
+
"input":{"shape":"DescribeStacksRequest"},
|
137
|
+
"output":{"shape":"DescribeStacksResult"},
|
138
|
+
"errors":[
|
139
|
+
{"shape":"ResourceNotFoundException"}
|
140
|
+
]
|
141
|
+
},
|
142
|
+
"DisassociateFleet":{
|
143
|
+
"name":"DisassociateFleet",
|
144
|
+
"http":{
|
145
|
+
"method":"POST",
|
146
|
+
"requestUri":"/"
|
147
|
+
},
|
148
|
+
"input":{"shape":"DisassociateFleetRequest"},
|
149
|
+
"output":{"shape":"DisassociateFleetResult"},
|
150
|
+
"errors":[
|
151
|
+
{"shape":"ResourceInUseException"},
|
152
|
+
{"shape":"ResourceNotFoundException"}
|
153
|
+
]
|
154
|
+
},
|
155
|
+
"ExpireSession":{
|
156
|
+
"name":"ExpireSession",
|
157
|
+
"http":{
|
158
|
+
"method":"POST",
|
159
|
+
"requestUri":"/"
|
160
|
+
},
|
161
|
+
"input":{"shape":"ExpireSessionRequest"},
|
162
|
+
"output":{"shape":"ExpireSessionResult"}
|
163
|
+
},
|
164
|
+
"ListAssociatedFleets":{
|
165
|
+
"name":"ListAssociatedFleets",
|
166
|
+
"http":{
|
167
|
+
"method":"POST",
|
168
|
+
"requestUri":"/"
|
169
|
+
},
|
170
|
+
"input":{"shape":"ListAssociatedFleetsRequest"},
|
171
|
+
"output":{"shape":"ListAssociatedFleetsResult"}
|
172
|
+
},
|
173
|
+
"ListAssociatedStacks":{
|
174
|
+
"name":"ListAssociatedStacks",
|
175
|
+
"http":{
|
176
|
+
"method":"POST",
|
177
|
+
"requestUri":"/"
|
178
|
+
},
|
179
|
+
"input":{"shape":"ListAssociatedStacksRequest"},
|
180
|
+
"output":{"shape":"ListAssociatedStacksResult"}
|
181
|
+
},
|
182
|
+
"StartFleet":{
|
183
|
+
"name":"StartFleet",
|
184
|
+
"http":{
|
185
|
+
"method":"POST",
|
186
|
+
"requestUri":"/"
|
187
|
+
},
|
188
|
+
"input":{"shape":"StartFleetRequest"},
|
189
|
+
"output":{"shape":"StartFleetResult"},
|
190
|
+
"errors":[
|
191
|
+
{"shape":"ResourceNotFoundException"},
|
192
|
+
{"shape":"LimitExceededException"}
|
193
|
+
]
|
194
|
+
},
|
195
|
+
"StopFleet":{
|
196
|
+
"name":"StopFleet",
|
197
|
+
"http":{
|
198
|
+
"method":"POST",
|
199
|
+
"requestUri":"/"
|
200
|
+
},
|
201
|
+
"input":{"shape":"StopFleetRequest"},
|
202
|
+
"output":{"shape":"StopFleetResult"},
|
203
|
+
"errors":[
|
204
|
+
{"shape":"ResourceNotFoundException"}
|
205
|
+
]
|
206
|
+
},
|
207
|
+
"UpdateFleet":{
|
208
|
+
"name":"UpdateFleet",
|
209
|
+
"http":{
|
210
|
+
"method":"POST",
|
211
|
+
"requestUri":"/"
|
212
|
+
},
|
213
|
+
"input":{"shape":"UpdateFleetRequest"},
|
214
|
+
"output":{"shape":"UpdateFleetResult"},
|
215
|
+
"errors":[
|
216
|
+
{"shape":"ResourceInUseException"},
|
217
|
+
{"shape":"LimitExceededException"},
|
218
|
+
{"shape":"InvalidRoleException"},
|
219
|
+
{"shape":"ResourceNotFoundException"}
|
220
|
+
]
|
221
|
+
},
|
222
|
+
"UpdateStack":{
|
223
|
+
"name":"UpdateStack",
|
224
|
+
"http":{
|
225
|
+
"method":"POST",
|
226
|
+
"requestUri":"/"
|
227
|
+
},
|
228
|
+
"input":{"shape":"UpdateStackRequest"},
|
229
|
+
"output":{"shape":"UpdateStackResult"},
|
230
|
+
"errors":[
|
231
|
+
{"shape":"ResourceNotFoundException"},
|
232
|
+
{"shape":"ResourceInUseException"}
|
233
|
+
]
|
234
|
+
}
|
235
|
+
},
|
236
|
+
"shapes":{
|
237
|
+
"Application":{
|
238
|
+
"type":"structure",
|
239
|
+
"members":{
|
240
|
+
"Name":{"shape":"String"},
|
241
|
+
"DisplayName":{"shape":"String"},
|
242
|
+
"IconURL":{"shape":"String"},
|
243
|
+
"LaunchPath":{"shape":"String"},
|
244
|
+
"LaunchParameters":{"shape":"String"},
|
245
|
+
"Enabled":{"shape":"Boolean"},
|
246
|
+
"Metadata":{"shape":"Metadata"}
|
247
|
+
}
|
248
|
+
},
|
249
|
+
"Applications":{
|
250
|
+
"type":"list",
|
251
|
+
"member":{"shape":"Application"}
|
252
|
+
},
|
253
|
+
"Arn":{
|
254
|
+
"type":"string",
|
255
|
+
"pattern":"^arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
|
256
|
+
},
|
257
|
+
"AssociateFleetRequest":{
|
258
|
+
"type":"structure",
|
259
|
+
"required":[
|
260
|
+
"FleetName",
|
261
|
+
"StackName"
|
262
|
+
],
|
263
|
+
"members":{
|
264
|
+
"FleetName":{"shape":"String"},
|
265
|
+
"StackName":{"shape":"String"}
|
266
|
+
}
|
267
|
+
},
|
268
|
+
"AssociateFleetResult":{
|
269
|
+
"type":"structure",
|
270
|
+
"members":{
|
271
|
+
}
|
272
|
+
},
|
273
|
+
"Boolean":{"type":"boolean"},
|
274
|
+
"ComputeCapacity":{
|
275
|
+
"type":"structure",
|
276
|
+
"required":["DesiredInstances"],
|
277
|
+
"members":{
|
278
|
+
"DesiredInstances":{"shape":"Integer"}
|
279
|
+
}
|
280
|
+
},
|
281
|
+
"ComputeCapacityStatus":{
|
282
|
+
"type":"structure",
|
283
|
+
"required":["Desired"],
|
284
|
+
"members":{
|
285
|
+
"Desired":{"shape":"Integer"},
|
286
|
+
"Running":{"shape":"Integer"},
|
287
|
+
"InUse":{"shape":"Integer"},
|
288
|
+
"Available":{"shape":"Integer"}
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"CreateFleetRequest":{
|
292
|
+
"type":"structure",
|
293
|
+
"required":[
|
294
|
+
"Name",
|
295
|
+
"ImageName",
|
296
|
+
"InstanceType",
|
297
|
+
"ComputeCapacity"
|
298
|
+
],
|
299
|
+
"members":{
|
300
|
+
"Name":{"shape":"Name"},
|
301
|
+
"ImageName":{"shape":"String"},
|
302
|
+
"InstanceType":{"shape":"String"},
|
303
|
+
"ComputeCapacity":{"shape":"ComputeCapacity"},
|
304
|
+
"VpcConfig":{"shape":"VpcConfig"},
|
305
|
+
"MaxUserDurationInSeconds":{"shape":"Integer"},
|
306
|
+
"DisconnectTimeoutInSeconds":{"shape":"Integer"},
|
307
|
+
"Description":{"shape":"Description"},
|
308
|
+
"DisplayName":{"shape":"DisplayName"}
|
309
|
+
}
|
310
|
+
},
|
311
|
+
"CreateFleetResult":{
|
312
|
+
"type":"structure",
|
313
|
+
"members":{
|
314
|
+
"Fleet":{"shape":"Fleet"}
|
315
|
+
}
|
316
|
+
},
|
317
|
+
"CreateStackRequest":{
|
318
|
+
"type":"structure",
|
319
|
+
"required":["Name"],
|
320
|
+
"members":{
|
321
|
+
"Name":{"shape":"String"},
|
322
|
+
"Description":{"shape":"Description"},
|
323
|
+
"DisplayName":{"shape":"DisplayName"}
|
324
|
+
}
|
325
|
+
},
|
326
|
+
"CreateStackResult":{
|
327
|
+
"type":"structure",
|
328
|
+
"members":{
|
329
|
+
"Stack":{"shape":"Stack"}
|
330
|
+
}
|
331
|
+
},
|
332
|
+
"CreateStreamingURLRequest":{
|
333
|
+
"type":"structure",
|
334
|
+
"required":[
|
335
|
+
"StackName",
|
336
|
+
"FleetName",
|
337
|
+
"UserId"
|
338
|
+
],
|
339
|
+
"members":{
|
340
|
+
"StackName":{"shape":"String"},
|
341
|
+
"FleetName":{"shape":"String"},
|
342
|
+
"UserId":{"shape":"UserId"},
|
343
|
+
"ApplicationId":{"shape":"String"},
|
344
|
+
"Validity":{"shape":"Long"},
|
345
|
+
"SessionContext":{"shape":"String"}
|
346
|
+
}
|
347
|
+
},
|
348
|
+
"CreateStreamingURLResult":{
|
349
|
+
"type":"structure",
|
350
|
+
"members":{
|
351
|
+
"StreamingURL":{"shape":"String"},
|
352
|
+
"Expires":{"shape":"Timestamp"}
|
353
|
+
}
|
354
|
+
},
|
355
|
+
"DeleteFleetRequest":{
|
356
|
+
"type":"structure",
|
357
|
+
"required":["Name"],
|
358
|
+
"members":{
|
359
|
+
"Name":{"shape":"String"}
|
360
|
+
}
|
361
|
+
},
|
362
|
+
"DeleteFleetResult":{
|
363
|
+
"type":"structure",
|
364
|
+
"members":{
|
365
|
+
}
|
366
|
+
},
|
367
|
+
"DeleteStackRequest":{
|
368
|
+
"type":"structure",
|
369
|
+
"required":["Name"],
|
370
|
+
"members":{
|
371
|
+
"Name":{"shape":"String"}
|
372
|
+
}
|
373
|
+
},
|
374
|
+
"DeleteStackResult":{
|
375
|
+
"type":"structure",
|
376
|
+
"members":{
|
377
|
+
}
|
378
|
+
},
|
379
|
+
"DescribeFleetsRequest":{
|
380
|
+
"type":"structure",
|
381
|
+
"members":{
|
382
|
+
"Names":{"shape":"StringList"},
|
383
|
+
"NextToken":{"shape":"String"}
|
384
|
+
}
|
385
|
+
},
|
386
|
+
"DescribeFleetsResult":{
|
387
|
+
"type":"structure",
|
388
|
+
"members":{
|
389
|
+
"Fleets":{"shape":"FleetList"},
|
390
|
+
"NextToken":{"shape":"String"}
|
391
|
+
}
|
392
|
+
},
|
393
|
+
"DescribeImagesRequest":{
|
394
|
+
"type":"structure",
|
395
|
+
"members":{
|
396
|
+
"Names":{"shape":"StringList"}
|
397
|
+
}
|
398
|
+
},
|
399
|
+
"DescribeImagesResult":{
|
400
|
+
"type":"structure",
|
401
|
+
"members":{
|
402
|
+
"Images":{"shape":"ImageList"}
|
403
|
+
}
|
404
|
+
},
|
405
|
+
"DescribeSessionsRequest":{
|
406
|
+
"type":"structure",
|
407
|
+
"required":[
|
408
|
+
"StackName",
|
409
|
+
"FleetName"
|
410
|
+
],
|
411
|
+
"members":{
|
412
|
+
"StackName":{"shape":"String"},
|
413
|
+
"FleetName":{"shape":"String"},
|
414
|
+
"UserId":{"shape":"UserId"},
|
415
|
+
"NextToken":{"shape":"String"},
|
416
|
+
"Limit":{"shape":"Integer"}
|
417
|
+
}
|
418
|
+
},
|
419
|
+
"DescribeSessionsResult":{
|
420
|
+
"type":"structure",
|
421
|
+
"members":{
|
422
|
+
"Sessions":{"shape":"SessionList"},
|
423
|
+
"NextToken":{"shape":"String"}
|
424
|
+
}
|
425
|
+
},
|
426
|
+
"DescribeStacksRequest":{
|
427
|
+
"type":"structure",
|
428
|
+
"members":{
|
429
|
+
"Names":{"shape":"StringList"},
|
430
|
+
"NextToken":{"shape":"String"}
|
431
|
+
}
|
432
|
+
},
|
433
|
+
"DescribeStacksResult":{
|
434
|
+
"type":"structure",
|
435
|
+
"members":{
|
436
|
+
"Stacks":{"shape":"StackList"},
|
437
|
+
"NextToken":{"shape":"String"}
|
438
|
+
}
|
439
|
+
},
|
440
|
+
"Description":{
|
441
|
+
"type":"string",
|
442
|
+
"max":256
|
443
|
+
},
|
444
|
+
"DisassociateFleetRequest":{
|
445
|
+
"type":"structure",
|
446
|
+
"required":[
|
447
|
+
"FleetName",
|
448
|
+
"StackName"
|
449
|
+
],
|
450
|
+
"members":{
|
451
|
+
"FleetName":{"shape":"String"},
|
452
|
+
"StackName":{"shape":"String"}
|
453
|
+
}
|
454
|
+
},
|
455
|
+
"DisassociateFleetResult":{
|
456
|
+
"type":"structure",
|
457
|
+
"members":{
|
458
|
+
}
|
459
|
+
},
|
460
|
+
"DisplayName":{
|
461
|
+
"type":"string",
|
462
|
+
"max":100
|
463
|
+
},
|
464
|
+
"ErrorMessage":{"type":"string"},
|
465
|
+
"ExpireSessionRequest":{
|
466
|
+
"type":"structure",
|
467
|
+
"required":["SessionId"],
|
468
|
+
"members":{
|
469
|
+
"SessionId":{"shape":"String"}
|
470
|
+
}
|
471
|
+
},
|
472
|
+
"ExpireSessionResult":{
|
473
|
+
"type":"structure",
|
474
|
+
"members":{
|
475
|
+
}
|
476
|
+
},
|
477
|
+
"Fleet":{
|
478
|
+
"type":"structure",
|
479
|
+
"required":[
|
480
|
+
"Arn",
|
481
|
+
"Name",
|
482
|
+
"ImageName",
|
483
|
+
"InstanceType",
|
484
|
+
"ComputeCapacityStatus",
|
485
|
+
"State"
|
486
|
+
],
|
487
|
+
"members":{
|
488
|
+
"Arn":{"shape":"Arn"},
|
489
|
+
"Name":{"shape":"String"},
|
490
|
+
"DisplayName":{"shape":"String"},
|
491
|
+
"Description":{"shape":"String"},
|
492
|
+
"ImageName":{"shape":"String"},
|
493
|
+
"InstanceType":{"shape":"String"},
|
494
|
+
"ComputeCapacityStatus":{"shape":"ComputeCapacityStatus"},
|
495
|
+
"MaxUserDurationInSeconds":{"shape":"Integer"},
|
496
|
+
"DisconnectTimeoutInSeconds":{"shape":"Integer"},
|
497
|
+
"State":{"shape":"FleetState"},
|
498
|
+
"VpcConfig":{"shape":"VpcConfig"},
|
499
|
+
"CreatedTime":{"shape":"Timestamp"},
|
500
|
+
"FleetErrors":{"shape":"FleetErrors"}
|
501
|
+
}
|
502
|
+
},
|
503
|
+
"FleetError":{
|
504
|
+
"type":"structure",
|
505
|
+
"members":{
|
506
|
+
"ErrorCode":{"shape":"FleetErrorCode"},
|
507
|
+
"ErrorMessage":{"shape":"String"}
|
508
|
+
}
|
509
|
+
},
|
510
|
+
"FleetErrorCode":{
|
511
|
+
"type":"string",
|
512
|
+
"enum":[
|
513
|
+
"IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION",
|
514
|
+
"IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION",
|
515
|
+
"IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION",
|
516
|
+
"NETWORK_INTERFACE_LIMIT_EXCEEDED",
|
517
|
+
"INTERNAL_SERVICE_ERROR",
|
518
|
+
"IAM_SERVICE_ROLE_IS_MISSING",
|
519
|
+
"SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
|
520
|
+
"IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
|
521
|
+
"SUBNET_NOT_FOUND",
|
522
|
+
"IMAGE_NOT_FOUND",
|
523
|
+
"INVALID_SUBNET_CONFIGURATION"
|
524
|
+
]
|
525
|
+
},
|
526
|
+
"FleetErrors":{
|
527
|
+
"type":"list",
|
528
|
+
"member":{"shape":"FleetError"}
|
529
|
+
},
|
530
|
+
"FleetList":{
|
531
|
+
"type":"list",
|
532
|
+
"member":{"shape":"Fleet"}
|
533
|
+
},
|
534
|
+
"FleetState":{
|
535
|
+
"type":"string",
|
536
|
+
"enum":[
|
537
|
+
"STARTING",
|
538
|
+
"RUNNING",
|
539
|
+
"STOPPING",
|
540
|
+
"STOPPED"
|
541
|
+
]
|
542
|
+
},
|
543
|
+
"Image":{
|
544
|
+
"type":"structure",
|
545
|
+
"required":["Name"],
|
546
|
+
"members":{
|
547
|
+
"Name":{"shape":"String"},
|
548
|
+
"Arn":{"shape":"Arn"},
|
549
|
+
"BaseImageArn":{"shape":"Arn"},
|
550
|
+
"DisplayName":{"shape":"String"},
|
551
|
+
"State":{"shape":"ImageState"},
|
552
|
+
"Visibility":{"shape":"VisibilityType"},
|
553
|
+
"Platform":{"shape":"PlatformType"},
|
554
|
+
"Description":{"shape":"String"},
|
555
|
+
"StateChangeReason":{"shape":"ImageStateChangeReason"},
|
556
|
+
"Applications":{"shape":"Applications"},
|
557
|
+
"CreatedTime":{"shape":"Timestamp"}
|
558
|
+
}
|
559
|
+
},
|
560
|
+
"ImageList":{
|
561
|
+
"type":"list",
|
562
|
+
"member":{"shape":"Image"}
|
563
|
+
},
|
564
|
+
"ImageState":{
|
565
|
+
"type":"string",
|
566
|
+
"enum":[
|
567
|
+
"PENDING",
|
568
|
+
"AVAILABLE",
|
569
|
+
"FAILED",
|
570
|
+
"DELETING"
|
571
|
+
]
|
572
|
+
},
|
573
|
+
"ImageStateChangeReason":{
|
574
|
+
"type":"structure",
|
575
|
+
"members":{
|
576
|
+
"Code":{"shape":"ImageStateChangeReasonCode"},
|
577
|
+
"Message":{"shape":"String"}
|
578
|
+
}
|
579
|
+
},
|
580
|
+
"ImageStateChangeReasonCode":{
|
581
|
+
"type":"string",
|
582
|
+
"enum":[
|
583
|
+
"INTERNAL_ERROR",
|
584
|
+
"IMAGE_BUILDER_NOT_AVAILABLE"
|
585
|
+
]
|
586
|
+
},
|
587
|
+
"Integer":{"type":"integer"},
|
588
|
+
"InvalidRoleException":{
|
589
|
+
"type":"structure",
|
590
|
+
"members":{
|
591
|
+
"Message":{"shape":"ErrorMessage"}
|
592
|
+
},
|
593
|
+
"exception":true
|
594
|
+
},
|
595
|
+
"LimitExceededException":{
|
596
|
+
"type":"structure",
|
597
|
+
"members":{
|
598
|
+
"Message":{"shape":"ErrorMessage"}
|
599
|
+
},
|
600
|
+
"exception":true
|
601
|
+
},
|
602
|
+
"ListAssociatedFleetsRequest":{
|
603
|
+
"type":"structure",
|
604
|
+
"required":["StackName"],
|
605
|
+
"members":{
|
606
|
+
"StackName":{"shape":"String"},
|
607
|
+
"NextToken":{"shape":"String"}
|
608
|
+
}
|
609
|
+
},
|
610
|
+
"ListAssociatedFleetsResult":{
|
611
|
+
"type":"structure",
|
612
|
+
"members":{
|
613
|
+
"Names":{"shape":"StringList"},
|
614
|
+
"NextToken":{"shape":"String"}
|
615
|
+
}
|
616
|
+
},
|
617
|
+
"ListAssociatedStacksRequest":{
|
618
|
+
"type":"structure",
|
619
|
+
"required":["FleetName"],
|
620
|
+
"members":{
|
621
|
+
"FleetName":{"shape":"String"},
|
622
|
+
"NextToken":{"shape":"String"}
|
623
|
+
}
|
624
|
+
},
|
625
|
+
"ListAssociatedStacksResult":{
|
626
|
+
"type":"structure",
|
627
|
+
"members":{
|
628
|
+
"Names":{"shape":"StringList"},
|
629
|
+
"NextToken":{"shape":"String"}
|
630
|
+
}
|
631
|
+
},
|
632
|
+
"Long":{"type":"long"},
|
633
|
+
"Metadata":{
|
634
|
+
"type":"map",
|
635
|
+
"key":{"shape":"String"},
|
636
|
+
"value":{"shape":"String"}
|
637
|
+
},
|
638
|
+
"Name":{
|
639
|
+
"type":"string",
|
640
|
+
"pattern":"^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$"
|
641
|
+
},
|
642
|
+
"OperationNotPermittedException":{
|
643
|
+
"type":"structure",
|
644
|
+
"members":{
|
645
|
+
"Message":{"shape":"ErrorMessage"}
|
646
|
+
},
|
647
|
+
"exception":true
|
648
|
+
},
|
649
|
+
"PlatformType":{
|
650
|
+
"type":"string",
|
651
|
+
"enum":["WINDOWS"]
|
652
|
+
},
|
653
|
+
"ResourceAlreadyExistsException":{
|
654
|
+
"type":"structure",
|
655
|
+
"members":{
|
656
|
+
"Message":{"shape":"ErrorMessage"}
|
657
|
+
},
|
658
|
+
"exception":true
|
659
|
+
},
|
660
|
+
"ResourceInUseException":{
|
661
|
+
"type":"structure",
|
662
|
+
"members":{
|
663
|
+
"Message":{"shape":"ErrorMessage"}
|
664
|
+
},
|
665
|
+
"exception":true
|
666
|
+
},
|
667
|
+
"ResourceNotAvailableException":{
|
668
|
+
"type":"structure",
|
669
|
+
"members":{
|
670
|
+
"Message":{"shape":"ErrorMessage"}
|
671
|
+
},
|
672
|
+
"exception":true
|
673
|
+
},
|
674
|
+
"ResourceNotFoundException":{
|
675
|
+
"type":"structure",
|
676
|
+
"members":{
|
677
|
+
"Message":{"shape":"ErrorMessage"}
|
678
|
+
},
|
679
|
+
"exception":true
|
680
|
+
},
|
681
|
+
"Session":{
|
682
|
+
"type":"structure",
|
683
|
+
"required":[
|
684
|
+
"Id",
|
685
|
+
"UserId",
|
686
|
+
"StackName",
|
687
|
+
"FleetName",
|
688
|
+
"State"
|
689
|
+
],
|
690
|
+
"members":{
|
691
|
+
"Id":{"shape":"String"},
|
692
|
+
"UserId":{"shape":"UserId"},
|
693
|
+
"StackName":{"shape":"String"},
|
694
|
+
"FleetName":{"shape":"String"},
|
695
|
+
"State":{"shape":"SessionState"}
|
696
|
+
}
|
697
|
+
},
|
698
|
+
"SessionList":{
|
699
|
+
"type":"list",
|
700
|
+
"member":{"shape":"Session"}
|
701
|
+
},
|
702
|
+
"SessionState":{
|
703
|
+
"type":"string",
|
704
|
+
"enum":[
|
705
|
+
"ACTIVE",
|
706
|
+
"PENDING",
|
707
|
+
"EXPIRED"
|
708
|
+
]
|
709
|
+
},
|
710
|
+
"Stack":{
|
711
|
+
"type":"structure",
|
712
|
+
"required":["Name"],
|
713
|
+
"members":{
|
714
|
+
"Arn":{"shape":"Arn"},
|
715
|
+
"Name":{"shape":"String"},
|
716
|
+
"Description":{"shape":"String"},
|
717
|
+
"DisplayName":{"shape":"String"},
|
718
|
+
"CreatedTime":{"shape":"Timestamp"}
|
719
|
+
}
|
720
|
+
},
|
721
|
+
"StackList":{
|
722
|
+
"type":"list",
|
723
|
+
"member":{"shape":"Stack"}
|
724
|
+
},
|
725
|
+
"StartFleetRequest":{
|
726
|
+
"type":"structure",
|
727
|
+
"required":["Name"],
|
728
|
+
"members":{
|
729
|
+
"Name":{"shape":"String"}
|
730
|
+
}
|
731
|
+
},
|
732
|
+
"StartFleetResult":{
|
733
|
+
"type":"structure",
|
734
|
+
"members":{
|
735
|
+
}
|
736
|
+
},
|
737
|
+
"StopFleetRequest":{
|
738
|
+
"type":"structure",
|
739
|
+
"required":["Name"],
|
740
|
+
"members":{
|
741
|
+
"Name":{"shape":"String"}
|
742
|
+
}
|
743
|
+
},
|
744
|
+
"StopFleetResult":{
|
745
|
+
"type":"structure",
|
746
|
+
"members":{
|
747
|
+
}
|
748
|
+
},
|
749
|
+
"String":{
|
750
|
+
"type":"string",
|
751
|
+
"min":1
|
752
|
+
},
|
753
|
+
"StringList":{
|
754
|
+
"type":"list",
|
755
|
+
"member":{"shape":"String"}
|
756
|
+
},
|
757
|
+
"SubnetIdList":{
|
758
|
+
"type":"list",
|
759
|
+
"member":{"shape":"String"},
|
760
|
+
"min":1
|
761
|
+
},
|
762
|
+
"Timestamp":{"type":"timestamp"},
|
763
|
+
"UpdateFleetRequest":{
|
764
|
+
"type":"structure",
|
765
|
+
"required":["Name"],
|
766
|
+
"members":{
|
767
|
+
"ImageName":{"shape":"String"},
|
768
|
+
"Name":{"shape":"String"},
|
769
|
+
"InstanceType":{"shape":"String"},
|
770
|
+
"ComputeCapacity":{"shape":"ComputeCapacity"},
|
771
|
+
"VpcConfig":{"shape":"VpcConfig"},
|
772
|
+
"MaxUserDurationInSeconds":{"shape":"Integer"},
|
773
|
+
"DisconnectTimeoutInSeconds":{"shape":"Integer"},
|
774
|
+
"DeleteVpcConfig":{"shape":"Boolean"},
|
775
|
+
"Description":{"shape":"Description"},
|
776
|
+
"DisplayName":{"shape":"DisplayName"}
|
777
|
+
}
|
778
|
+
},
|
779
|
+
"UpdateFleetResult":{
|
780
|
+
"type":"structure",
|
781
|
+
"members":{
|
782
|
+
"Fleet":{"shape":"Fleet"}
|
783
|
+
}
|
784
|
+
},
|
785
|
+
"UpdateStackRequest":{
|
786
|
+
"type":"structure",
|
787
|
+
"required":["Name"],
|
788
|
+
"members":{
|
789
|
+
"DisplayName":{"shape":"DisplayName"},
|
790
|
+
"Description":{"shape":"Description"},
|
791
|
+
"Name":{"shape":"String"}
|
792
|
+
}
|
793
|
+
},
|
794
|
+
"UpdateStackResult":{
|
795
|
+
"type":"structure",
|
796
|
+
"members":{
|
797
|
+
"Stack":{"shape":"Stack"}
|
798
|
+
}
|
799
|
+
},
|
800
|
+
"UserId":{
|
801
|
+
"type":"string",
|
802
|
+
"max":32,
|
803
|
+
"min":2
|
804
|
+
},
|
805
|
+
"VisibilityType":{
|
806
|
+
"type":"string",
|
807
|
+
"enum":[
|
808
|
+
"PUBLIC",
|
809
|
+
"PRIVATE"
|
810
|
+
]
|
811
|
+
},
|
812
|
+
"VpcConfig":{
|
813
|
+
"type":"structure",
|
814
|
+
"required":["SubnetIds"],
|
815
|
+
"members":{
|
816
|
+
"SubnetIds":{"shape":"SubnetIdList"}
|
817
|
+
}
|
818
|
+
}
|
819
|
+
}
|
820
|
+
}
|