aws-sdk-core 2.11.177 → 2.11.178
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +1461 -60
- data/apis/globalaccelerator/2018-08-08/api-2.json +798 -0
- data/apis/globalaccelerator/2018-08-08/examples-1.json +5 -0
- data/apis/globalaccelerator/2018-08-08/paginators-1.json +4 -0
- data/apis/greengrass/2017-06-07/api-2.json +490 -0
- data/apis/iot/2015-05-28/api-2.json +22 -0
- data/apis/iotanalytics/2017-11-27/api-2.json +40 -0
- data/apis/kms/2014-11-01/api-2.json +337 -8
- data/apis/s3/2006-03-01/api-2.json +455 -4
- data/apis/sms/2016-10-24/api-2.json +785 -31
- data/apis/sms/2016-10-24/paginators-1.json +26 -26
- data/apis/sms/2016-10-24/smoke.json +18 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/globalaccelerator.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -2
@@ -0,0 +1,798 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-08-08",
|
5
|
+
"endpointPrefix":"globalaccelerator",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceFullName":"AWS Global Accelerator",
|
9
|
+
"serviceId":"Global Accelerator",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"signingName":"globalaccelerator",
|
12
|
+
"targetPrefix":"GlobalAccelerator_V20180706",
|
13
|
+
"uid":"globalaccelerator-2018-08-08"
|
14
|
+
},
|
15
|
+
"operations":{
|
16
|
+
"CreateAccelerator":{
|
17
|
+
"name":"CreateAccelerator",
|
18
|
+
"http":{
|
19
|
+
"method":"POST",
|
20
|
+
"requestUri":"/"
|
21
|
+
},
|
22
|
+
"input":{"shape":"CreateAcceleratorRequest"},
|
23
|
+
"output":{"shape":"CreateAcceleratorResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"InternalServiceErrorException"},
|
26
|
+
{"shape":"InvalidArgumentException"},
|
27
|
+
{"shape":"LimitExceededException"}
|
28
|
+
]
|
29
|
+
},
|
30
|
+
"CreateEndpointGroup":{
|
31
|
+
"name":"CreateEndpointGroup",
|
32
|
+
"http":{
|
33
|
+
"method":"POST",
|
34
|
+
"requestUri":"/"
|
35
|
+
},
|
36
|
+
"input":{"shape":"CreateEndpointGroupRequest"},
|
37
|
+
"output":{"shape":"CreateEndpointGroupResponse"},
|
38
|
+
"errors":[
|
39
|
+
{"shape":"AcceleratorNotFoundException"},
|
40
|
+
{"shape":"EndpointGroupAlreadyExistsException"},
|
41
|
+
{"shape":"ListenerNotFoundException"},
|
42
|
+
{"shape":"InternalServiceErrorException"},
|
43
|
+
{"shape":"InvalidArgumentException"},
|
44
|
+
{"shape":"LimitExceededException"}
|
45
|
+
]
|
46
|
+
},
|
47
|
+
"CreateListener":{
|
48
|
+
"name":"CreateListener",
|
49
|
+
"http":{
|
50
|
+
"method":"POST",
|
51
|
+
"requestUri":"/"
|
52
|
+
},
|
53
|
+
"input":{"shape":"CreateListenerRequest"},
|
54
|
+
"output":{"shape":"CreateListenerResponse"},
|
55
|
+
"errors":[
|
56
|
+
{"shape":"InvalidArgumentException"},
|
57
|
+
{"shape":"AcceleratorNotFoundException"},
|
58
|
+
{"shape":"InvalidPortRangeException"},
|
59
|
+
{"shape":"InternalServiceErrorException"},
|
60
|
+
{"shape":"LimitExceededException"}
|
61
|
+
]
|
62
|
+
},
|
63
|
+
"DeleteAccelerator":{
|
64
|
+
"name":"DeleteAccelerator",
|
65
|
+
"http":{
|
66
|
+
"method":"POST",
|
67
|
+
"requestUri":"/"
|
68
|
+
},
|
69
|
+
"input":{"shape":"DeleteAcceleratorRequest"},
|
70
|
+
"errors":[
|
71
|
+
{"shape":"AcceleratorNotFoundException"},
|
72
|
+
{"shape":"AcceleratorNotDisabledException"},
|
73
|
+
{"shape":"AssociatedListenerFoundException"},
|
74
|
+
{"shape":"InternalServiceErrorException"},
|
75
|
+
{"shape":"InvalidArgumentException"}
|
76
|
+
]
|
77
|
+
},
|
78
|
+
"DeleteEndpointGroup":{
|
79
|
+
"name":"DeleteEndpointGroup",
|
80
|
+
"http":{
|
81
|
+
"method":"POST",
|
82
|
+
"requestUri":"/"
|
83
|
+
},
|
84
|
+
"input":{"shape":"DeleteEndpointGroupRequest"},
|
85
|
+
"errors":[
|
86
|
+
{"shape":"EndpointGroupNotFoundException"},
|
87
|
+
{"shape":"InternalServiceErrorException"}
|
88
|
+
]
|
89
|
+
},
|
90
|
+
"DeleteListener":{
|
91
|
+
"name":"DeleteListener",
|
92
|
+
"http":{
|
93
|
+
"method":"POST",
|
94
|
+
"requestUri":"/"
|
95
|
+
},
|
96
|
+
"input":{"shape":"DeleteListenerRequest"},
|
97
|
+
"errors":[
|
98
|
+
{"shape":"ListenerNotFoundException"},
|
99
|
+
{"shape":"AssociatedEndpointGroupFoundException"},
|
100
|
+
{"shape":"InternalServiceErrorException"}
|
101
|
+
]
|
102
|
+
},
|
103
|
+
"DescribeAccelerator":{
|
104
|
+
"name":"DescribeAccelerator",
|
105
|
+
"http":{
|
106
|
+
"method":"POST",
|
107
|
+
"requestUri":"/"
|
108
|
+
},
|
109
|
+
"input":{"shape":"DescribeAcceleratorRequest"},
|
110
|
+
"output":{"shape":"DescribeAcceleratorResponse"},
|
111
|
+
"errors":[
|
112
|
+
{"shape":"AcceleratorNotFoundException"},
|
113
|
+
{"shape":"InternalServiceErrorException"},
|
114
|
+
{"shape":"InvalidArgumentException"}
|
115
|
+
]
|
116
|
+
},
|
117
|
+
"DescribeAcceleratorAttributes":{
|
118
|
+
"name":"DescribeAcceleratorAttributes",
|
119
|
+
"http":{
|
120
|
+
"method":"POST",
|
121
|
+
"requestUri":"/"
|
122
|
+
},
|
123
|
+
"input":{"shape":"DescribeAcceleratorAttributesRequest"},
|
124
|
+
"output":{"shape":"DescribeAcceleratorAttributesResponse"},
|
125
|
+
"errors":[
|
126
|
+
{"shape":"AcceleratorNotFoundException"},
|
127
|
+
{"shape":"InternalServiceErrorException"},
|
128
|
+
{"shape":"InvalidArgumentException"}
|
129
|
+
]
|
130
|
+
},
|
131
|
+
"DescribeEndpointGroup":{
|
132
|
+
"name":"DescribeEndpointGroup",
|
133
|
+
"http":{
|
134
|
+
"method":"POST",
|
135
|
+
"requestUri":"/"
|
136
|
+
},
|
137
|
+
"input":{"shape":"DescribeEndpointGroupRequest"},
|
138
|
+
"output":{"shape":"DescribeEndpointGroupResponse"},
|
139
|
+
"errors":[
|
140
|
+
{"shape":"EndpointGroupNotFoundException"},
|
141
|
+
{"shape":"InternalServiceErrorException"}
|
142
|
+
]
|
143
|
+
},
|
144
|
+
"DescribeListener":{
|
145
|
+
"name":"DescribeListener",
|
146
|
+
"http":{
|
147
|
+
"method":"POST",
|
148
|
+
"requestUri":"/"
|
149
|
+
},
|
150
|
+
"input":{"shape":"DescribeListenerRequest"},
|
151
|
+
"output":{"shape":"DescribeListenerResponse"},
|
152
|
+
"errors":[
|
153
|
+
{"shape":"InvalidArgumentException"},
|
154
|
+
{"shape":"ListenerNotFoundException"},
|
155
|
+
{"shape":"InternalServiceErrorException"}
|
156
|
+
]
|
157
|
+
},
|
158
|
+
"ListAccelerators":{
|
159
|
+
"name":"ListAccelerators",
|
160
|
+
"http":{
|
161
|
+
"method":"POST",
|
162
|
+
"requestUri":"/"
|
163
|
+
},
|
164
|
+
"input":{"shape":"ListAcceleratorsRequest"},
|
165
|
+
"output":{"shape":"ListAcceleratorsResponse"},
|
166
|
+
"errors":[
|
167
|
+
{"shape":"InvalidNextTokenException"},
|
168
|
+
{"shape":"InternalServiceErrorException"}
|
169
|
+
]
|
170
|
+
},
|
171
|
+
"ListEndpointGroups":{
|
172
|
+
"name":"ListEndpointGroups",
|
173
|
+
"http":{
|
174
|
+
"method":"POST",
|
175
|
+
"requestUri":"/"
|
176
|
+
},
|
177
|
+
"input":{"shape":"ListEndpointGroupsRequest"},
|
178
|
+
"output":{"shape":"ListEndpointGroupsResponse"},
|
179
|
+
"errors":[
|
180
|
+
{"shape":"ListenerNotFoundException"},
|
181
|
+
{"shape":"InvalidNextTokenException"},
|
182
|
+
{"shape":"InvalidArgumentException"},
|
183
|
+
{"shape":"InternalServiceErrorException"}
|
184
|
+
]
|
185
|
+
},
|
186
|
+
"ListListeners":{
|
187
|
+
"name":"ListListeners",
|
188
|
+
"http":{
|
189
|
+
"method":"POST",
|
190
|
+
"requestUri":"/"
|
191
|
+
},
|
192
|
+
"input":{"shape":"ListListenersRequest"},
|
193
|
+
"output":{"shape":"ListListenersResponse"},
|
194
|
+
"errors":[
|
195
|
+
{"shape":"AcceleratorNotFoundException"},
|
196
|
+
{"shape":"InvalidNextTokenException"},
|
197
|
+
{"shape":"InternalServiceErrorException"}
|
198
|
+
]
|
199
|
+
},
|
200
|
+
"UpdateAccelerator":{
|
201
|
+
"name":"UpdateAccelerator",
|
202
|
+
"http":{
|
203
|
+
"method":"POST",
|
204
|
+
"requestUri":"/"
|
205
|
+
},
|
206
|
+
"input":{"shape":"UpdateAcceleratorRequest"},
|
207
|
+
"output":{"shape":"UpdateAcceleratorResponse"},
|
208
|
+
"errors":[
|
209
|
+
{"shape":"AcceleratorNotFoundException"},
|
210
|
+
{"shape":"InternalServiceErrorException"},
|
211
|
+
{"shape":"InvalidArgumentException"}
|
212
|
+
]
|
213
|
+
},
|
214
|
+
"UpdateAcceleratorAttributes":{
|
215
|
+
"name":"UpdateAcceleratorAttributes",
|
216
|
+
"http":{
|
217
|
+
"method":"POST",
|
218
|
+
"requestUri":"/"
|
219
|
+
},
|
220
|
+
"input":{"shape":"UpdateAcceleratorAttributesRequest"},
|
221
|
+
"output":{"shape":"UpdateAcceleratorAttributesResponse"},
|
222
|
+
"errors":[
|
223
|
+
{"shape":"AcceleratorNotFoundException"},
|
224
|
+
{"shape":"InternalServiceErrorException"},
|
225
|
+
{"shape":"InvalidArgumentException"}
|
226
|
+
]
|
227
|
+
},
|
228
|
+
"UpdateEndpointGroup":{
|
229
|
+
"name":"UpdateEndpointGroup",
|
230
|
+
"http":{
|
231
|
+
"method":"POST",
|
232
|
+
"requestUri":"/"
|
233
|
+
},
|
234
|
+
"input":{"shape":"UpdateEndpointGroupRequest"},
|
235
|
+
"output":{"shape":"UpdateEndpointGroupResponse"},
|
236
|
+
"errors":[
|
237
|
+
{"shape":"InvalidArgumentException"},
|
238
|
+
{"shape":"EndpointGroupNotFoundException"},
|
239
|
+
{"shape":"InternalServiceErrorException"},
|
240
|
+
{"shape":"LimitExceededException"}
|
241
|
+
]
|
242
|
+
},
|
243
|
+
"UpdateListener":{
|
244
|
+
"name":"UpdateListener",
|
245
|
+
"http":{
|
246
|
+
"method":"POST",
|
247
|
+
"requestUri":"/"
|
248
|
+
},
|
249
|
+
"input":{"shape":"UpdateListenerRequest"},
|
250
|
+
"output":{"shape":"UpdateListenerResponse"},
|
251
|
+
"errors":[
|
252
|
+
{"shape":"InvalidArgumentException"},
|
253
|
+
{"shape":"InvalidPortRangeException"},
|
254
|
+
{"shape":"ListenerNotFoundException"},
|
255
|
+
{"shape":"InternalServiceErrorException"},
|
256
|
+
{"shape":"LimitExceededException"}
|
257
|
+
]
|
258
|
+
}
|
259
|
+
},
|
260
|
+
"shapes":{
|
261
|
+
"Accelerator":{
|
262
|
+
"type":"structure",
|
263
|
+
"members":{
|
264
|
+
"AcceleratorArn":{"shape":"GenericString"},
|
265
|
+
"Name":{"shape":"GenericString"},
|
266
|
+
"IpAddressType":{"shape":"IpAddressType"},
|
267
|
+
"Enabled":{"shape":"GenericBoolean"},
|
268
|
+
"IpSets":{"shape":"IpSets"},
|
269
|
+
"Status":{"shape":"AcceleratorStatus"},
|
270
|
+
"CreatedTime":{"shape":"Timestamp"},
|
271
|
+
"LastModifiedTime":{"shape":"Timestamp"}
|
272
|
+
}
|
273
|
+
},
|
274
|
+
"AcceleratorAttributes":{
|
275
|
+
"type":"structure",
|
276
|
+
"members":{
|
277
|
+
"FlowLogsEnabled":{"shape":"GenericBoolean"},
|
278
|
+
"FlowLogsS3Bucket":{"shape":"GenericString"},
|
279
|
+
"FlowLogsS3Prefix":{"shape":"GenericString"}
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"AcceleratorNotDisabledException":{
|
283
|
+
"type":"structure",
|
284
|
+
"members":{
|
285
|
+
"Message":{"shape":"ErrorMessage"}
|
286
|
+
},
|
287
|
+
"exception":true
|
288
|
+
},
|
289
|
+
"AcceleratorNotFoundException":{
|
290
|
+
"type":"structure",
|
291
|
+
"members":{
|
292
|
+
"Message":{"shape":"ErrorMessage"}
|
293
|
+
},
|
294
|
+
"exception":true
|
295
|
+
},
|
296
|
+
"AcceleratorStatus":{
|
297
|
+
"type":"string",
|
298
|
+
"enum":[
|
299
|
+
"DEPLOYED",
|
300
|
+
"IN_PROGRESS"
|
301
|
+
]
|
302
|
+
},
|
303
|
+
"Accelerators":{
|
304
|
+
"type":"list",
|
305
|
+
"member":{"shape":"Accelerator"}
|
306
|
+
},
|
307
|
+
"AssociatedEndpointGroupFoundException":{
|
308
|
+
"type":"structure",
|
309
|
+
"members":{
|
310
|
+
"Message":{"shape":"ErrorMessage"}
|
311
|
+
},
|
312
|
+
"exception":true
|
313
|
+
},
|
314
|
+
"AssociatedListenerFoundException":{
|
315
|
+
"type":"structure",
|
316
|
+
"members":{
|
317
|
+
"Message":{"shape":"ErrorMessage"}
|
318
|
+
},
|
319
|
+
"exception":true
|
320
|
+
},
|
321
|
+
"ClientAffinity":{
|
322
|
+
"type":"string",
|
323
|
+
"enum":[
|
324
|
+
"NONE",
|
325
|
+
"SOURCE_IP"
|
326
|
+
]
|
327
|
+
},
|
328
|
+
"CreateAcceleratorRequest":{
|
329
|
+
"type":"structure",
|
330
|
+
"required":[
|
331
|
+
"Name",
|
332
|
+
"IdempotencyToken"
|
333
|
+
],
|
334
|
+
"members":{
|
335
|
+
"Name":{"shape":"GenericString"},
|
336
|
+
"IpAddressType":{"shape":"IpAddressType"},
|
337
|
+
"Enabled":{"shape":"GenericBoolean"},
|
338
|
+
"IdempotencyToken":{"shape":"IdempotencyToken"}
|
339
|
+
}
|
340
|
+
},
|
341
|
+
"CreateAcceleratorResponse":{
|
342
|
+
"type":"structure",
|
343
|
+
"members":{
|
344
|
+
"Accelerator":{"shape":"Accelerator"}
|
345
|
+
}
|
346
|
+
},
|
347
|
+
"CreateEndpointGroupRequest":{
|
348
|
+
"type":"structure",
|
349
|
+
"required":[
|
350
|
+
"ListenerArn",
|
351
|
+
"EndpointGroupRegion",
|
352
|
+
"IdempotencyToken"
|
353
|
+
],
|
354
|
+
"members":{
|
355
|
+
"ListenerArn":{"shape":"GenericString"},
|
356
|
+
"EndpointGroupRegion":{"shape":"GenericString"},
|
357
|
+
"EndpointConfigurations":{"shape":"EndpointConfigurations"},
|
358
|
+
"TrafficDialPercentage":{"shape":"TrafficDialPercentage"},
|
359
|
+
"HealthCheckPort":{"shape":"HealthCheckPort"},
|
360
|
+
"HealthCheckProtocol":{"shape":"HealthCheckProtocol"},
|
361
|
+
"HealthCheckPath":{"shape":"GenericString"},
|
362
|
+
"HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
|
363
|
+
"ThresholdCount":{"shape":"ThresholdCount"},
|
364
|
+
"IdempotencyToken":{"shape":"IdempotencyToken"}
|
365
|
+
}
|
366
|
+
},
|
367
|
+
"CreateEndpointGroupResponse":{
|
368
|
+
"type":"structure",
|
369
|
+
"members":{
|
370
|
+
"EndpointGroup":{"shape":"EndpointGroup"}
|
371
|
+
}
|
372
|
+
},
|
373
|
+
"CreateListenerRequest":{
|
374
|
+
"type":"structure",
|
375
|
+
"required":[
|
376
|
+
"AcceleratorArn",
|
377
|
+
"PortRanges",
|
378
|
+
"Protocol",
|
379
|
+
"IdempotencyToken"
|
380
|
+
],
|
381
|
+
"members":{
|
382
|
+
"AcceleratorArn":{"shape":"GenericString"},
|
383
|
+
"PortRanges":{"shape":"PortRanges"},
|
384
|
+
"Protocol":{"shape":"Protocol"},
|
385
|
+
"ClientAffinity":{"shape":"ClientAffinity"},
|
386
|
+
"IdempotencyToken":{"shape":"IdempotencyToken"}
|
387
|
+
}
|
388
|
+
},
|
389
|
+
"CreateListenerResponse":{
|
390
|
+
"type":"structure",
|
391
|
+
"members":{
|
392
|
+
"Listener":{"shape":"Listener"}
|
393
|
+
}
|
394
|
+
},
|
395
|
+
"DeleteAcceleratorRequest":{
|
396
|
+
"type":"structure",
|
397
|
+
"required":["AcceleratorArn"],
|
398
|
+
"members":{
|
399
|
+
"AcceleratorArn":{"shape":"GenericString"}
|
400
|
+
}
|
401
|
+
},
|
402
|
+
"DeleteEndpointGroupRequest":{
|
403
|
+
"type":"structure",
|
404
|
+
"required":["EndpointGroupArn"],
|
405
|
+
"members":{
|
406
|
+
"EndpointGroupArn":{"shape":"GenericString"}
|
407
|
+
}
|
408
|
+
},
|
409
|
+
"DeleteListenerRequest":{
|
410
|
+
"type":"structure",
|
411
|
+
"required":["ListenerArn"],
|
412
|
+
"members":{
|
413
|
+
"ListenerArn":{"shape":"GenericString"}
|
414
|
+
}
|
415
|
+
},
|
416
|
+
"DescribeAcceleratorAttributesRequest":{
|
417
|
+
"type":"structure",
|
418
|
+
"members":{
|
419
|
+
"AcceleratorArn":{"shape":"GenericString"}
|
420
|
+
}
|
421
|
+
},
|
422
|
+
"DescribeAcceleratorAttributesResponse":{
|
423
|
+
"type":"structure",
|
424
|
+
"members":{
|
425
|
+
"AcceleratorAttributes":{"shape":"AcceleratorAttributes"}
|
426
|
+
}
|
427
|
+
},
|
428
|
+
"DescribeAcceleratorRequest":{
|
429
|
+
"type":"structure",
|
430
|
+
"required":["AcceleratorArn"],
|
431
|
+
"members":{
|
432
|
+
"AcceleratorArn":{"shape":"GenericString"}
|
433
|
+
}
|
434
|
+
},
|
435
|
+
"DescribeAcceleratorResponse":{
|
436
|
+
"type":"structure",
|
437
|
+
"members":{
|
438
|
+
"Accelerator":{"shape":"Accelerator"}
|
439
|
+
}
|
440
|
+
},
|
441
|
+
"DescribeEndpointGroupRequest":{
|
442
|
+
"type":"structure",
|
443
|
+
"required":["EndpointGroupArn"],
|
444
|
+
"members":{
|
445
|
+
"EndpointGroupArn":{"shape":"GenericString"}
|
446
|
+
}
|
447
|
+
},
|
448
|
+
"DescribeEndpointGroupResponse":{
|
449
|
+
"type":"structure",
|
450
|
+
"members":{
|
451
|
+
"EndpointGroup":{"shape":"EndpointGroup"}
|
452
|
+
}
|
453
|
+
},
|
454
|
+
"DescribeListenerRequest":{
|
455
|
+
"type":"structure",
|
456
|
+
"required":["ListenerArn"],
|
457
|
+
"members":{
|
458
|
+
"ListenerArn":{"shape":"GenericString"}
|
459
|
+
}
|
460
|
+
},
|
461
|
+
"DescribeListenerResponse":{
|
462
|
+
"type":"structure",
|
463
|
+
"members":{
|
464
|
+
"Listener":{"shape":"Listener"}
|
465
|
+
}
|
466
|
+
},
|
467
|
+
"EndpointConfiguration":{
|
468
|
+
"type":"structure",
|
469
|
+
"members":{
|
470
|
+
"EndpointId":{"shape":"GenericString"},
|
471
|
+
"Weight":{"shape":"EndpointWeight"}
|
472
|
+
}
|
473
|
+
},
|
474
|
+
"EndpointConfigurations":{
|
475
|
+
"type":"list",
|
476
|
+
"member":{"shape":"EndpointConfiguration"},
|
477
|
+
"max":10,
|
478
|
+
"min":0
|
479
|
+
},
|
480
|
+
"EndpointDescription":{
|
481
|
+
"type":"structure",
|
482
|
+
"members":{
|
483
|
+
"EndpointId":{"shape":"GenericString"},
|
484
|
+
"Weight":{"shape":"EndpointWeight"},
|
485
|
+
"HealthState":{"shape":"HealthState"},
|
486
|
+
"HealthReason":{"shape":"GenericString"}
|
487
|
+
}
|
488
|
+
},
|
489
|
+
"EndpointDescriptions":{
|
490
|
+
"type":"list",
|
491
|
+
"member":{"shape":"EndpointDescription"}
|
492
|
+
},
|
493
|
+
"EndpointGroup":{
|
494
|
+
"type":"structure",
|
495
|
+
"members":{
|
496
|
+
"EndpointGroupArn":{"shape":"GenericString"},
|
497
|
+
"EndpointGroupRegion":{"shape":"GenericString"},
|
498
|
+
"EndpointDescriptions":{"shape":"EndpointDescriptions"},
|
499
|
+
"TrafficDialPercentage":{"shape":"TrafficDialPercentage"},
|
500
|
+
"HealthCheckPort":{"shape":"HealthCheckPort"},
|
501
|
+
"HealthCheckProtocol":{"shape":"HealthCheckProtocol"},
|
502
|
+
"HealthCheckPath":{"shape":"GenericString"},
|
503
|
+
"HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
|
504
|
+
"ThresholdCount":{"shape":"ThresholdCount"}
|
505
|
+
}
|
506
|
+
},
|
507
|
+
"EndpointGroupAlreadyExistsException":{
|
508
|
+
"type":"structure",
|
509
|
+
"members":{
|
510
|
+
"Message":{"shape":"ErrorMessage"}
|
511
|
+
},
|
512
|
+
"exception":true
|
513
|
+
},
|
514
|
+
"EndpointGroupNotFoundException":{
|
515
|
+
"type":"structure",
|
516
|
+
"members":{
|
517
|
+
"Message":{"shape":"ErrorMessage"}
|
518
|
+
},
|
519
|
+
"exception":true
|
520
|
+
},
|
521
|
+
"EndpointGroups":{
|
522
|
+
"type":"list",
|
523
|
+
"member":{"shape":"EndpointGroup"}
|
524
|
+
},
|
525
|
+
"EndpointWeight":{
|
526
|
+
"type":"integer",
|
527
|
+
"max":255,
|
528
|
+
"min":0
|
529
|
+
},
|
530
|
+
"ErrorMessage":{"type":"string"},
|
531
|
+
"GenericBoolean":{"type":"boolean"},
|
532
|
+
"GenericString":{
|
533
|
+
"type":"string",
|
534
|
+
"max":255
|
535
|
+
},
|
536
|
+
"HealthCheckIntervalSeconds":{
|
537
|
+
"type":"integer",
|
538
|
+
"max":30,
|
539
|
+
"min":10
|
540
|
+
},
|
541
|
+
"HealthCheckPort":{
|
542
|
+
"type":"integer",
|
543
|
+
"max":65535,
|
544
|
+
"min":1
|
545
|
+
},
|
546
|
+
"HealthCheckProtocol":{
|
547
|
+
"type":"string",
|
548
|
+
"enum":[
|
549
|
+
"TCP",
|
550
|
+
"HTTP",
|
551
|
+
"HTTPS"
|
552
|
+
]
|
553
|
+
},
|
554
|
+
"HealthState":{
|
555
|
+
"type":"string",
|
556
|
+
"enum":[
|
557
|
+
"INITIAL",
|
558
|
+
"HEALTHY",
|
559
|
+
"UNHEALTHY"
|
560
|
+
]
|
561
|
+
},
|
562
|
+
"IdempotencyToken":{
|
563
|
+
"type":"string",
|
564
|
+
"max":255
|
565
|
+
},
|
566
|
+
"InternalServiceErrorException":{
|
567
|
+
"type":"structure",
|
568
|
+
"members":{
|
569
|
+
"Message":{"shape":"ErrorMessage"}
|
570
|
+
},
|
571
|
+
"exception":true
|
572
|
+
},
|
573
|
+
"InvalidArgumentException":{
|
574
|
+
"type":"structure",
|
575
|
+
"members":{
|
576
|
+
"Message":{"shape":"ErrorMessage"}
|
577
|
+
},
|
578
|
+
"exception":true
|
579
|
+
},
|
580
|
+
"InvalidNextTokenException":{
|
581
|
+
"type":"structure",
|
582
|
+
"members":{
|
583
|
+
"Message":{"shape":"ErrorMessage"}
|
584
|
+
},
|
585
|
+
"exception":true
|
586
|
+
},
|
587
|
+
"InvalidPortRangeException":{
|
588
|
+
"type":"structure",
|
589
|
+
"members":{
|
590
|
+
"Message":{"shape":"ErrorMessage"}
|
591
|
+
},
|
592
|
+
"exception":true
|
593
|
+
},
|
594
|
+
"IpAddress":{"type":"string"},
|
595
|
+
"IpAddressType":{
|
596
|
+
"type":"string",
|
597
|
+
"enum":["IPV4"]
|
598
|
+
},
|
599
|
+
"IpAddresses":{
|
600
|
+
"type":"list",
|
601
|
+
"member":{"shape":"IpAddress"},
|
602
|
+
"max":2,
|
603
|
+
"min":0
|
604
|
+
},
|
605
|
+
"IpSet":{
|
606
|
+
"type":"structure",
|
607
|
+
"members":{
|
608
|
+
"IpFamily":{"shape":"GenericString"},
|
609
|
+
"IpAddresses":{"shape":"IpAddresses"}
|
610
|
+
}
|
611
|
+
},
|
612
|
+
"IpSets":{
|
613
|
+
"type":"list",
|
614
|
+
"member":{"shape":"IpSet"}
|
615
|
+
},
|
616
|
+
"LimitExceededException":{
|
617
|
+
"type":"structure",
|
618
|
+
"members":{
|
619
|
+
"Message":{"shape":"ErrorMessage"}
|
620
|
+
},
|
621
|
+
"exception":true
|
622
|
+
},
|
623
|
+
"ListAcceleratorsRequest":{
|
624
|
+
"type":"structure",
|
625
|
+
"members":{
|
626
|
+
"MaxResults":{"shape":"MaxResults"},
|
627
|
+
"NextToken":{"shape":"GenericString"}
|
628
|
+
}
|
629
|
+
},
|
630
|
+
"ListAcceleratorsResponse":{
|
631
|
+
"type":"structure",
|
632
|
+
"members":{
|
633
|
+
"Accelerators":{"shape":"Accelerators"},
|
634
|
+
"NextToken":{"shape":"GenericString"}
|
635
|
+
}
|
636
|
+
},
|
637
|
+
"ListEndpointGroupsRequest":{
|
638
|
+
"type":"structure",
|
639
|
+
"required":["ListenerArn"],
|
640
|
+
"members":{
|
641
|
+
"ListenerArn":{"shape":"GenericString"},
|
642
|
+
"MaxResults":{"shape":"MaxResults"},
|
643
|
+
"NextToken":{"shape":"GenericString"}
|
644
|
+
}
|
645
|
+
},
|
646
|
+
"ListEndpointGroupsResponse":{
|
647
|
+
"type":"structure",
|
648
|
+
"members":{
|
649
|
+
"EndpointGroups":{"shape":"EndpointGroups"},
|
650
|
+
"NextToken":{"shape":"GenericString"}
|
651
|
+
}
|
652
|
+
},
|
653
|
+
"ListListenersRequest":{
|
654
|
+
"type":"structure",
|
655
|
+
"required":["AcceleratorArn"],
|
656
|
+
"members":{
|
657
|
+
"AcceleratorArn":{"shape":"GenericString"},
|
658
|
+
"MaxResults":{"shape":"MaxResults"},
|
659
|
+
"NextToken":{"shape":"GenericString"}
|
660
|
+
}
|
661
|
+
},
|
662
|
+
"ListListenersResponse":{
|
663
|
+
"type":"structure",
|
664
|
+
"members":{
|
665
|
+
"Listeners":{"shape":"Listeners"},
|
666
|
+
"NextToken":{"shape":"GenericString"}
|
667
|
+
}
|
668
|
+
},
|
669
|
+
"Listener":{
|
670
|
+
"type":"structure",
|
671
|
+
"members":{
|
672
|
+
"ListenerArn":{"shape":"GenericString"},
|
673
|
+
"PortRanges":{"shape":"PortRanges"},
|
674
|
+
"Protocol":{"shape":"Protocol"},
|
675
|
+
"ClientAffinity":{"shape":"ClientAffinity"}
|
676
|
+
}
|
677
|
+
},
|
678
|
+
"ListenerNotFoundException":{
|
679
|
+
"type":"structure",
|
680
|
+
"members":{
|
681
|
+
"Message":{"shape":"ErrorMessage"}
|
682
|
+
},
|
683
|
+
"exception":true
|
684
|
+
},
|
685
|
+
"Listeners":{
|
686
|
+
"type":"list",
|
687
|
+
"member":{"shape":"Listener"}
|
688
|
+
},
|
689
|
+
"MaxResults":{
|
690
|
+
"type":"integer",
|
691
|
+
"max":100,
|
692
|
+
"min":1
|
693
|
+
},
|
694
|
+
"PortNumber":{
|
695
|
+
"type":"integer",
|
696
|
+
"max":65535,
|
697
|
+
"min":1
|
698
|
+
},
|
699
|
+
"PortRange":{
|
700
|
+
"type":"structure",
|
701
|
+
"members":{
|
702
|
+
"FromPort":{"shape":"PortNumber"},
|
703
|
+
"ToPort":{"shape":"PortNumber"}
|
704
|
+
}
|
705
|
+
},
|
706
|
+
"PortRanges":{
|
707
|
+
"type":"list",
|
708
|
+
"member":{"shape":"PortRange"},
|
709
|
+
"max":10,
|
710
|
+
"min":1
|
711
|
+
},
|
712
|
+
"Protocol":{
|
713
|
+
"type":"string",
|
714
|
+
"enum":[
|
715
|
+
"TCP",
|
716
|
+
"UDP"
|
717
|
+
]
|
718
|
+
},
|
719
|
+
"ThresholdCount":{
|
720
|
+
"type":"integer",
|
721
|
+
"max":10,
|
722
|
+
"min":1
|
723
|
+
},
|
724
|
+
"Timestamp":{"type":"timestamp"},
|
725
|
+
"TrafficDialPercentage":{
|
726
|
+
"type":"float",
|
727
|
+
"max":100,
|
728
|
+
"min":0
|
729
|
+
},
|
730
|
+
"UpdateAcceleratorAttributesRequest":{
|
731
|
+
"type":"structure",
|
732
|
+
"members":{
|
733
|
+
"AcceleratorArn":{"shape":"GenericString"},
|
734
|
+
"FlowLogsEnabled":{"shape":"GenericBoolean"},
|
735
|
+
"FlowLogsS3Bucket":{"shape":"GenericString"},
|
736
|
+
"FlowLogsS3Prefix":{"shape":"GenericString"}
|
737
|
+
}
|
738
|
+
},
|
739
|
+
"UpdateAcceleratorAttributesResponse":{
|
740
|
+
"type":"structure",
|
741
|
+
"members":{
|
742
|
+
"AcceleratorAttributes":{"shape":"AcceleratorAttributes"}
|
743
|
+
}
|
744
|
+
},
|
745
|
+
"UpdateAcceleratorRequest":{
|
746
|
+
"type":"structure",
|
747
|
+
"required":["AcceleratorArn"],
|
748
|
+
"members":{
|
749
|
+
"AcceleratorArn":{"shape":"GenericString"},
|
750
|
+
"Name":{"shape":"GenericString"},
|
751
|
+
"IpAddressType":{"shape":"IpAddressType"},
|
752
|
+
"Enabled":{"shape":"GenericBoolean"}
|
753
|
+
}
|
754
|
+
},
|
755
|
+
"UpdateAcceleratorResponse":{
|
756
|
+
"type":"structure",
|
757
|
+
"members":{
|
758
|
+
"Accelerator":{"shape":"Accelerator"}
|
759
|
+
}
|
760
|
+
},
|
761
|
+
"UpdateEndpointGroupRequest":{
|
762
|
+
"type":"structure",
|
763
|
+
"required":["EndpointGroupArn"],
|
764
|
+
"members":{
|
765
|
+
"EndpointGroupArn":{"shape":"GenericString"},
|
766
|
+
"EndpointConfigurations":{"shape":"EndpointConfigurations"},
|
767
|
+
"TrafficDialPercentage":{"shape":"TrafficDialPercentage"},
|
768
|
+
"HealthCheckPort":{"shape":"HealthCheckPort"},
|
769
|
+
"HealthCheckProtocol":{"shape":"HealthCheckProtocol"},
|
770
|
+
"HealthCheckPath":{"shape":"GenericString"},
|
771
|
+
"HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
|
772
|
+
"ThresholdCount":{"shape":"ThresholdCount"}
|
773
|
+
}
|
774
|
+
},
|
775
|
+
"UpdateEndpointGroupResponse":{
|
776
|
+
"type":"structure",
|
777
|
+
"members":{
|
778
|
+
"EndpointGroup":{"shape":"EndpointGroup"}
|
779
|
+
}
|
780
|
+
},
|
781
|
+
"UpdateListenerRequest":{
|
782
|
+
"type":"structure",
|
783
|
+
"required":["ListenerArn"],
|
784
|
+
"members":{
|
785
|
+
"ListenerArn":{"shape":"GenericString"},
|
786
|
+
"PortRanges":{"shape":"PortRanges"},
|
787
|
+
"Protocol":{"shape":"Protocol"},
|
788
|
+
"ClientAffinity":{"shape":"ClientAffinity"}
|
789
|
+
}
|
790
|
+
},
|
791
|
+
"UpdateListenerResponse":{
|
792
|
+
"type":"structure",
|
793
|
+
"members":{
|
794
|
+
"Listener":{"shape":"Listener"}
|
795
|
+
}
|
796
|
+
}
|
797
|
+
}
|
798
|
+
}
|