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,494 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2016-06-02",
|
5
|
+
"endpointPrefix":"shield",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceAbbreviation":"AWS Shield",
|
9
|
+
"serviceFullName":"AWS Shield",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"targetPrefix":"AWSShield_20160616",
|
12
|
+
"uid":"shield-2016-06-02"
|
13
|
+
},
|
14
|
+
"operations":{
|
15
|
+
"CreateProtection":{
|
16
|
+
"name":"CreateProtection",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/"
|
20
|
+
},
|
21
|
+
"input":{"shape":"CreateProtectionRequest"},
|
22
|
+
"output":{"shape":"CreateProtectionResponse"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"InternalErrorException"},
|
25
|
+
{"shape":"InvalidResourceException"},
|
26
|
+
{"shape":"InvalidOperationException"},
|
27
|
+
{"shape":"LimitsExceededException"},
|
28
|
+
{"shape":"ResourceAlreadyExistsException"},
|
29
|
+
{"shape":"OptimisticLockException"},
|
30
|
+
{"shape":"ResourceNotFoundException"}
|
31
|
+
]
|
32
|
+
},
|
33
|
+
"CreateSubscription":{
|
34
|
+
"name":"CreateSubscription",
|
35
|
+
"http":{
|
36
|
+
"method":"POST",
|
37
|
+
"requestUri":"/"
|
38
|
+
},
|
39
|
+
"input":{"shape":"CreateSubscriptionRequest"},
|
40
|
+
"output":{"shape":"CreateSubscriptionResponse"},
|
41
|
+
"errors":[
|
42
|
+
{"shape":"InternalErrorException"},
|
43
|
+
{"shape":"ResourceAlreadyExistsException"}
|
44
|
+
]
|
45
|
+
},
|
46
|
+
"DeleteProtection":{
|
47
|
+
"name":"DeleteProtection",
|
48
|
+
"http":{
|
49
|
+
"method":"POST",
|
50
|
+
"requestUri":"/"
|
51
|
+
},
|
52
|
+
"input":{"shape":"DeleteProtectionRequest"},
|
53
|
+
"output":{"shape":"DeleteProtectionResponse"},
|
54
|
+
"errors":[
|
55
|
+
{"shape":"InternalErrorException"},
|
56
|
+
{"shape":"ResourceNotFoundException"},
|
57
|
+
{"shape":"OptimisticLockException"}
|
58
|
+
]
|
59
|
+
},
|
60
|
+
"DeleteSubscription":{
|
61
|
+
"name":"DeleteSubscription",
|
62
|
+
"http":{
|
63
|
+
"method":"POST",
|
64
|
+
"requestUri":"/"
|
65
|
+
},
|
66
|
+
"input":{"shape":"DeleteSubscriptionRequest"},
|
67
|
+
"output":{"shape":"DeleteSubscriptionResponse"},
|
68
|
+
"errors":[
|
69
|
+
{"shape":"InternalErrorException"},
|
70
|
+
{"shape":"LockedSubscriptionException"},
|
71
|
+
{"shape":"ResourceNotFoundException"}
|
72
|
+
]
|
73
|
+
},
|
74
|
+
"DescribeAttack":{
|
75
|
+
"name":"DescribeAttack",
|
76
|
+
"http":{
|
77
|
+
"method":"POST",
|
78
|
+
"requestUri":"/"
|
79
|
+
},
|
80
|
+
"input":{"shape":"DescribeAttackRequest"},
|
81
|
+
"output":{"shape":"DescribeAttackResponse"},
|
82
|
+
"errors":[
|
83
|
+
{"shape":"InternalErrorException"},
|
84
|
+
{"shape":"InvalidParameterException"}
|
85
|
+
]
|
86
|
+
},
|
87
|
+
"DescribeProtection":{
|
88
|
+
"name":"DescribeProtection",
|
89
|
+
"http":{
|
90
|
+
"method":"POST",
|
91
|
+
"requestUri":"/"
|
92
|
+
},
|
93
|
+
"input":{"shape":"DescribeProtectionRequest"},
|
94
|
+
"output":{"shape":"DescribeProtectionResponse"},
|
95
|
+
"errors":[
|
96
|
+
{"shape":"InternalErrorException"},
|
97
|
+
{"shape":"ResourceNotFoundException"}
|
98
|
+
]
|
99
|
+
},
|
100
|
+
"DescribeSubscription":{
|
101
|
+
"name":"DescribeSubscription",
|
102
|
+
"http":{
|
103
|
+
"method":"POST",
|
104
|
+
"requestUri":"/"
|
105
|
+
},
|
106
|
+
"input":{"shape":"DescribeSubscriptionRequest"},
|
107
|
+
"output":{"shape":"DescribeSubscriptionResponse"},
|
108
|
+
"errors":[
|
109
|
+
{"shape":"InternalErrorException"},
|
110
|
+
{"shape":"ResourceNotFoundException"}
|
111
|
+
]
|
112
|
+
},
|
113
|
+
"ListAttacks":{
|
114
|
+
"name":"ListAttacks",
|
115
|
+
"http":{
|
116
|
+
"method":"POST",
|
117
|
+
"requestUri":"/"
|
118
|
+
},
|
119
|
+
"input":{"shape":"ListAttacksRequest"},
|
120
|
+
"output":{"shape":"ListAttacksResponse"},
|
121
|
+
"errors":[
|
122
|
+
{"shape":"InternalErrorException"},
|
123
|
+
{"shape":"InvalidParameterException"},
|
124
|
+
{"shape":"InvalidOperationException"}
|
125
|
+
]
|
126
|
+
},
|
127
|
+
"ListProtections":{
|
128
|
+
"name":"ListProtections",
|
129
|
+
"http":{
|
130
|
+
"method":"POST",
|
131
|
+
"requestUri":"/"
|
132
|
+
},
|
133
|
+
"input":{"shape":"ListProtectionsRequest"},
|
134
|
+
"output":{"shape":"ListProtectionsResponse"},
|
135
|
+
"errors":[
|
136
|
+
{"shape":"InternalErrorException"},
|
137
|
+
{"shape":"ResourceNotFoundException"}
|
138
|
+
]
|
139
|
+
}
|
140
|
+
},
|
141
|
+
"shapes":{
|
142
|
+
"AttackDetail":{
|
143
|
+
"type":"structure",
|
144
|
+
"members":{
|
145
|
+
"AttackId":{"shape":"AttackId"},
|
146
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
147
|
+
"SubResources":{"shape":"SubResourceSummaryList"},
|
148
|
+
"StartTime":{"shape":"AttackTimestamp"},
|
149
|
+
"EndTime":{"shape":"AttackTimestamp"},
|
150
|
+
"AttackCounters":{"shape":"SummarizedCounterList"},
|
151
|
+
"Mitigations":{"shape":"MitigationList"}
|
152
|
+
}
|
153
|
+
},
|
154
|
+
"AttackId":{
|
155
|
+
"type":"string",
|
156
|
+
"max":128,
|
157
|
+
"min":1,
|
158
|
+
"pattern":"[a-zA-Z0-9\\\\-]*"
|
159
|
+
},
|
160
|
+
"AttackSummaries":{
|
161
|
+
"type":"list",
|
162
|
+
"member":{"shape":"AttackSummary"}
|
163
|
+
},
|
164
|
+
"AttackSummary":{
|
165
|
+
"type":"structure",
|
166
|
+
"members":{
|
167
|
+
"AttackId":{"shape":"String"},
|
168
|
+
"ResourceArn":{"shape":"String"},
|
169
|
+
"StartTime":{"shape":"AttackTimestamp"},
|
170
|
+
"EndTime":{"shape":"AttackTimestamp"},
|
171
|
+
"AttackVectors":{"shape":"AttackVectorDescriptionList"}
|
172
|
+
}
|
173
|
+
},
|
174
|
+
"AttackTimestamp":{"type":"timestamp"},
|
175
|
+
"AttackVectorDescription":{
|
176
|
+
"type":"structure",
|
177
|
+
"required":["VectorType"],
|
178
|
+
"members":{
|
179
|
+
"VectorType":{"shape":"String"}
|
180
|
+
}
|
181
|
+
},
|
182
|
+
"AttackVectorDescriptionList":{
|
183
|
+
"type":"list",
|
184
|
+
"member":{"shape":"AttackVectorDescription"}
|
185
|
+
},
|
186
|
+
"CreateProtectionRequest":{
|
187
|
+
"type":"structure",
|
188
|
+
"required":[
|
189
|
+
"Name",
|
190
|
+
"ResourceArn"
|
191
|
+
],
|
192
|
+
"members":{
|
193
|
+
"Name":{"shape":"ProtectionName"},
|
194
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
195
|
+
}
|
196
|
+
},
|
197
|
+
"CreateProtectionResponse":{
|
198
|
+
"type":"structure",
|
199
|
+
"members":{
|
200
|
+
"ProtectionId":{"shape":"ProtectionId"}
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"CreateSubscriptionRequest":{
|
204
|
+
"type":"structure",
|
205
|
+
"members":{
|
206
|
+
}
|
207
|
+
},
|
208
|
+
"CreateSubscriptionResponse":{
|
209
|
+
"type":"structure",
|
210
|
+
"members":{
|
211
|
+
}
|
212
|
+
},
|
213
|
+
"DeleteProtectionRequest":{
|
214
|
+
"type":"structure",
|
215
|
+
"required":["ProtectionId"],
|
216
|
+
"members":{
|
217
|
+
"ProtectionId":{"shape":"ProtectionId"}
|
218
|
+
}
|
219
|
+
},
|
220
|
+
"DeleteProtectionResponse":{
|
221
|
+
"type":"structure",
|
222
|
+
"members":{
|
223
|
+
}
|
224
|
+
},
|
225
|
+
"DeleteSubscriptionRequest":{
|
226
|
+
"type":"structure",
|
227
|
+
"members":{
|
228
|
+
}
|
229
|
+
},
|
230
|
+
"DeleteSubscriptionResponse":{
|
231
|
+
"type":"structure",
|
232
|
+
"members":{
|
233
|
+
}
|
234
|
+
},
|
235
|
+
"DescribeAttackRequest":{
|
236
|
+
"type":"structure",
|
237
|
+
"required":["AttackId"],
|
238
|
+
"members":{
|
239
|
+
"AttackId":{"shape":"AttackId"}
|
240
|
+
}
|
241
|
+
},
|
242
|
+
"DescribeAttackResponse":{
|
243
|
+
"type":"structure",
|
244
|
+
"members":{
|
245
|
+
"Attack":{"shape":"AttackDetail"}
|
246
|
+
}
|
247
|
+
},
|
248
|
+
"DescribeProtectionRequest":{
|
249
|
+
"type":"structure",
|
250
|
+
"required":["ProtectionId"],
|
251
|
+
"members":{
|
252
|
+
"ProtectionId":{"shape":"ProtectionId"}
|
253
|
+
}
|
254
|
+
},
|
255
|
+
"DescribeProtectionResponse":{
|
256
|
+
"type":"structure",
|
257
|
+
"members":{
|
258
|
+
"Protection":{"shape":"Protection"}
|
259
|
+
}
|
260
|
+
},
|
261
|
+
"DescribeSubscriptionRequest":{
|
262
|
+
"type":"structure",
|
263
|
+
"members":{
|
264
|
+
}
|
265
|
+
},
|
266
|
+
"DescribeSubscriptionResponse":{
|
267
|
+
"type":"structure",
|
268
|
+
"members":{
|
269
|
+
"Subscription":{"shape":"Subscription"}
|
270
|
+
}
|
271
|
+
},
|
272
|
+
"Double":{"type":"double"},
|
273
|
+
"DurationInSeconds":{
|
274
|
+
"type":"long",
|
275
|
+
"min":0
|
276
|
+
},
|
277
|
+
"Integer":{"type":"integer"},
|
278
|
+
"InternalErrorException":{
|
279
|
+
"type":"structure",
|
280
|
+
"members":{
|
281
|
+
"message":{"shape":"errorMessage"}
|
282
|
+
},
|
283
|
+
"exception":true,
|
284
|
+
"fault":true
|
285
|
+
},
|
286
|
+
"InvalidOperationException":{
|
287
|
+
"type":"structure",
|
288
|
+
"members":{
|
289
|
+
"message":{"shape":"errorMessage"}
|
290
|
+
},
|
291
|
+
"exception":true
|
292
|
+
},
|
293
|
+
"InvalidParameterException":{
|
294
|
+
"type":"structure",
|
295
|
+
"members":{
|
296
|
+
"message":{"shape":"errorMessage"}
|
297
|
+
},
|
298
|
+
"exception":true
|
299
|
+
},
|
300
|
+
"InvalidResourceException":{
|
301
|
+
"type":"structure",
|
302
|
+
"members":{
|
303
|
+
"message":{"shape":"errorMessage"}
|
304
|
+
},
|
305
|
+
"exception":true
|
306
|
+
},
|
307
|
+
"LimitNumber":{"type":"long"},
|
308
|
+
"LimitType":{"type":"string"},
|
309
|
+
"LimitsExceededException":{
|
310
|
+
"type":"structure",
|
311
|
+
"members":{
|
312
|
+
"message":{"shape":"errorMessage"},
|
313
|
+
"Type":{"shape":"LimitType"},
|
314
|
+
"Limit":{"shape":"LimitNumber"}
|
315
|
+
},
|
316
|
+
"exception":true
|
317
|
+
},
|
318
|
+
"ListAttacksRequest":{
|
319
|
+
"type":"structure",
|
320
|
+
"members":{
|
321
|
+
"ResourceArns":{"shape":"ResourceArnFilterList"},
|
322
|
+
"StartTime":{"shape":"TimeRange"},
|
323
|
+
"EndTime":{"shape":"TimeRange"},
|
324
|
+
"NextToken":{"shape":"Token"},
|
325
|
+
"MaxResults":{"shape":"MaxResults"}
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"ListAttacksResponse":{
|
329
|
+
"type":"structure",
|
330
|
+
"members":{
|
331
|
+
"AttackSummaries":{"shape":"AttackSummaries"},
|
332
|
+
"NextToken":{"shape":"Token"}
|
333
|
+
}
|
334
|
+
},
|
335
|
+
"ListProtectionsRequest":{
|
336
|
+
"type":"structure",
|
337
|
+
"members":{
|
338
|
+
"NextToken":{"shape":"Token"},
|
339
|
+
"MaxResults":{"shape":"MaxResults"}
|
340
|
+
}
|
341
|
+
},
|
342
|
+
"ListProtectionsResponse":{
|
343
|
+
"type":"structure",
|
344
|
+
"members":{
|
345
|
+
"Protections":{"shape":"Protections"},
|
346
|
+
"NextToken":{"shape":"Token"}
|
347
|
+
}
|
348
|
+
},
|
349
|
+
"LockedSubscriptionException":{
|
350
|
+
"type":"structure",
|
351
|
+
"members":{
|
352
|
+
"message":{"shape":"errorMessage"}
|
353
|
+
},
|
354
|
+
"exception":true
|
355
|
+
},
|
356
|
+
"MaxResults":{
|
357
|
+
"type":"integer",
|
358
|
+
"box":true,
|
359
|
+
"max":100,
|
360
|
+
"min":0
|
361
|
+
},
|
362
|
+
"Mitigation":{
|
363
|
+
"type":"structure",
|
364
|
+
"members":{
|
365
|
+
"MitigationName":{"shape":"String"}
|
366
|
+
}
|
367
|
+
},
|
368
|
+
"MitigationList":{
|
369
|
+
"type":"list",
|
370
|
+
"member":{"shape":"Mitigation"}
|
371
|
+
},
|
372
|
+
"OptimisticLockException":{
|
373
|
+
"type":"structure",
|
374
|
+
"members":{
|
375
|
+
"message":{"shape":"errorMessage"}
|
376
|
+
},
|
377
|
+
"exception":true
|
378
|
+
},
|
379
|
+
"Protection":{
|
380
|
+
"type":"structure",
|
381
|
+
"members":{
|
382
|
+
"Id":{"shape":"ProtectionId"},
|
383
|
+
"Name":{"shape":"ProtectionName"},
|
384
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
385
|
+
}
|
386
|
+
},
|
387
|
+
"ProtectionId":{
|
388
|
+
"type":"string",
|
389
|
+
"max":36,
|
390
|
+
"min":1,
|
391
|
+
"pattern":"[a-zA-Z0-9\\\\-]*"
|
392
|
+
},
|
393
|
+
"ProtectionName":{
|
394
|
+
"type":"string",
|
395
|
+
"max":128,
|
396
|
+
"min":1,
|
397
|
+
"pattern":"[ a-zA-Z0-9_\\\\.\\\\-]*"
|
398
|
+
},
|
399
|
+
"Protections":{
|
400
|
+
"type":"list",
|
401
|
+
"member":{"shape":"Protection"}
|
402
|
+
},
|
403
|
+
"ResourceAlreadyExistsException":{
|
404
|
+
"type":"structure",
|
405
|
+
"members":{
|
406
|
+
"message":{"shape":"errorMessage"}
|
407
|
+
},
|
408
|
+
"exception":true
|
409
|
+
},
|
410
|
+
"ResourceArn":{
|
411
|
+
"type":"string",
|
412
|
+
"min":1
|
413
|
+
},
|
414
|
+
"ResourceArnFilterList":{
|
415
|
+
"type":"list",
|
416
|
+
"member":{"shape":"ResourceArn"}
|
417
|
+
},
|
418
|
+
"ResourceNotFoundException":{
|
419
|
+
"type":"structure",
|
420
|
+
"members":{
|
421
|
+
"message":{"shape":"errorMessage"}
|
422
|
+
},
|
423
|
+
"exception":true
|
424
|
+
},
|
425
|
+
"String":{"type":"string"},
|
426
|
+
"SubResourceSummary":{
|
427
|
+
"type":"structure",
|
428
|
+
"members":{
|
429
|
+
"Type":{"shape":"SubResourceType"},
|
430
|
+
"Id":{"shape":"String"},
|
431
|
+
"AttackVectors":{"shape":"SummarizedAttackVectorList"},
|
432
|
+
"Counters":{"shape":"SummarizedCounterList"}
|
433
|
+
}
|
434
|
+
},
|
435
|
+
"SubResourceSummaryList":{
|
436
|
+
"type":"list",
|
437
|
+
"member":{"shape":"SubResourceSummary"}
|
438
|
+
},
|
439
|
+
"SubResourceType":{
|
440
|
+
"type":"string",
|
441
|
+
"enum":[
|
442
|
+
"IP",
|
443
|
+
"URL"
|
444
|
+
]
|
445
|
+
},
|
446
|
+
"Subscription":{
|
447
|
+
"type":"structure",
|
448
|
+
"members":{
|
449
|
+
"StartTime":{"shape":"Timestamp"},
|
450
|
+
"TimeCommitmentInSeconds":{"shape":"DurationInSeconds"}
|
451
|
+
}
|
452
|
+
},
|
453
|
+
"SummarizedAttackVector":{
|
454
|
+
"type":"structure",
|
455
|
+
"required":["VectorType"],
|
456
|
+
"members":{
|
457
|
+
"VectorType":{"shape":"String"},
|
458
|
+
"VectorCounters":{"shape":"SummarizedCounterList"}
|
459
|
+
}
|
460
|
+
},
|
461
|
+
"SummarizedAttackVectorList":{
|
462
|
+
"type":"list",
|
463
|
+
"member":{"shape":"SummarizedAttackVector"}
|
464
|
+
},
|
465
|
+
"SummarizedCounter":{
|
466
|
+
"type":"structure",
|
467
|
+
"members":{
|
468
|
+
"Name":{"shape":"String"},
|
469
|
+
"Max":{"shape":"Double"},
|
470
|
+
"Average":{"shape":"Double"},
|
471
|
+
"Sum":{"shape":"Double"},
|
472
|
+
"N":{"shape":"Integer"},
|
473
|
+
"Unit":{"shape":"String"}
|
474
|
+
}
|
475
|
+
},
|
476
|
+
"SummarizedCounterList":{
|
477
|
+
"type":"list",
|
478
|
+
"member":{"shape":"SummarizedCounter"}
|
479
|
+
},
|
480
|
+
"TimeRange":{
|
481
|
+
"type":"structure",
|
482
|
+
"members":{
|
483
|
+
"FromInclusive":{"shape":"AttackTimestamp"},
|
484
|
+
"ToExclusive":{"shape":"AttackTimestamp"}
|
485
|
+
}
|
486
|
+
},
|
487
|
+
"Timestamp":{"type":"timestamp"},
|
488
|
+
"Token":{
|
489
|
+
"type":"string",
|
490
|
+
"min":1
|
491
|
+
},
|
492
|
+
"errorMessage":{"type":"string"}
|
493
|
+
}
|
494
|
+
}
|