aws-sdk-core 2.9.20 → 2.9.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/athena/2017-05-18/api-2.json +615 -0
- data/apis/athena/2017-05-18/examples-1.json +5 -0
- data/apis/athena/2017-05-18/paginators-1.json +19 -0
- data/apis/lightsail/2016-11-28/api-2.json +55 -5
- data/apis/lightsail/2016-11-28/paginators-1.json +4 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/athena.rb +6 -0
- data/lib/aws-sdk-core/lightsail.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c782e54ba9727968033ff2d5210d33b081c09eb5
|
4
|
+
data.tar.gz: e059d4014d11526c43d8498287ee6e51a726a12b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce2365ea1d74d3381abdd6ba21530204a54d8698a60a287cc94ded9a9834a5898160084d7d75d7fba50bdaa0bd3810543cb7ea576720165814bb33bcbe131b3d
|
7
|
+
data.tar.gz: e20fc195bf3680d056ac107ee47b68802eb3f31fca09d393cafe76ebcb3536875d6f12d0022897318e9c741cb8ffc782b37e14844956ed5f8335182032405a5e
|
@@ -0,0 +1,615 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2017-05-18",
|
5
|
+
"endpointPrefix":"athena",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceFullName":"Amazon Athena",
|
9
|
+
"signatureVersion":"v4",
|
10
|
+
"targetPrefix":"AmazonAthena",
|
11
|
+
"uid":"athena-2017-05-18"
|
12
|
+
},
|
13
|
+
"operations":{
|
14
|
+
"BatchGetNamedQuery":{
|
15
|
+
"name":"BatchGetNamedQuery",
|
16
|
+
"http":{
|
17
|
+
"method":"POST",
|
18
|
+
"requestUri":"/"
|
19
|
+
},
|
20
|
+
"input":{"shape":"BatchGetNamedQueryInput"},
|
21
|
+
"output":{"shape":"BatchGetNamedQueryOutput"},
|
22
|
+
"errors":[
|
23
|
+
{"shape":"InternalServerException"},
|
24
|
+
{"shape":"InvalidRequestException"}
|
25
|
+
]
|
26
|
+
},
|
27
|
+
"BatchGetQueryExecution":{
|
28
|
+
"name":"BatchGetQueryExecution",
|
29
|
+
"http":{
|
30
|
+
"method":"POST",
|
31
|
+
"requestUri":"/"
|
32
|
+
},
|
33
|
+
"input":{"shape":"BatchGetQueryExecutionInput"},
|
34
|
+
"output":{"shape":"BatchGetQueryExecutionOutput"},
|
35
|
+
"errors":[
|
36
|
+
{"shape":"InternalServerException"},
|
37
|
+
{"shape":"InvalidRequestException"}
|
38
|
+
]
|
39
|
+
},
|
40
|
+
"CreateNamedQuery":{
|
41
|
+
"name":"CreateNamedQuery",
|
42
|
+
"http":{
|
43
|
+
"method":"POST",
|
44
|
+
"requestUri":"/"
|
45
|
+
},
|
46
|
+
"input":{"shape":"CreateNamedQueryInput"},
|
47
|
+
"output":{"shape":"CreateNamedQueryOutput"},
|
48
|
+
"errors":[
|
49
|
+
{"shape":"InternalServerException"},
|
50
|
+
{"shape":"InvalidRequestException"}
|
51
|
+
],
|
52
|
+
"idempotent":true
|
53
|
+
},
|
54
|
+
"DeleteNamedQuery":{
|
55
|
+
"name":"DeleteNamedQuery",
|
56
|
+
"http":{
|
57
|
+
"method":"POST",
|
58
|
+
"requestUri":"/"
|
59
|
+
},
|
60
|
+
"input":{"shape":"DeleteNamedQueryInput"},
|
61
|
+
"output":{"shape":"DeleteNamedQueryOutput"},
|
62
|
+
"errors":[
|
63
|
+
{"shape":"InternalServerException"},
|
64
|
+
{"shape":"InvalidRequestException"}
|
65
|
+
],
|
66
|
+
"idempotent":true
|
67
|
+
},
|
68
|
+
"GetNamedQuery":{
|
69
|
+
"name":"GetNamedQuery",
|
70
|
+
"http":{
|
71
|
+
"method":"POST",
|
72
|
+
"requestUri":"/"
|
73
|
+
},
|
74
|
+
"input":{"shape":"GetNamedQueryInput"},
|
75
|
+
"output":{"shape":"GetNamedQueryOutput"},
|
76
|
+
"errors":[
|
77
|
+
{"shape":"InternalServerException"},
|
78
|
+
{"shape":"InvalidRequestException"}
|
79
|
+
]
|
80
|
+
},
|
81
|
+
"GetQueryExecution":{
|
82
|
+
"name":"GetQueryExecution",
|
83
|
+
"http":{
|
84
|
+
"method":"POST",
|
85
|
+
"requestUri":"/"
|
86
|
+
},
|
87
|
+
"input":{"shape":"GetQueryExecutionInput"},
|
88
|
+
"output":{"shape":"GetQueryExecutionOutput"},
|
89
|
+
"errors":[
|
90
|
+
{"shape":"InternalServerException"},
|
91
|
+
{"shape":"InvalidRequestException"}
|
92
|
+
]
|
93
|
+
},
|
94
|
+
"GetQueryResults":{
|
95
|
+
"name":"GetQueryResults",
|
96
|
+
"http":{
|
97
|
+
"method":"POST",
|
98
|
+
"requestUri":"/"
|
99
|
+
},
|
100
|
+
"input":{"shape":"GetQueryResultsInput"},
|
101
|
+
"output":{"shape":"GetQueryResultsOutput"},
|
102
|
+
"errors":[
|
103
|
+
{"shape":"InternalServerException"},
|
104
|
+
{"shape":"InvalidRequestException"}
|
105
|
+
]
|
106
|
+
},
|
107
|
+
"ListNamedQueries":{
|
108
|
+
"name":"ListNamedQueries",
|
109
|
+
"http":{
|
110
|
+
"method":"POST",
|
111
|
+
"requestUri":"/"
|
112
|
+
},
|
113
|
+
"input":{"shape":"ListNamedQueriesInput"},
|
114
|
+
"output":{"shape":"ListNamedQueriesOutput"},
|
115
|
+
"errors":[
|
116
|
+
{"shape":"InternalServerException"},
|
117
|
+
{"shape":"InvalidRequestException"}
|
118
|
+
]
|
119
|
+
},
|
120
|
+
"ListQueryExecutions":{
|
121
|
+
"name":"ListQueryExecutions",
|
122
|
+
"http":{
|
123
|
+
"method":"POST",
|
124
|
+
"requestUri":"/"
|
125
|
+
},
|
126
|
+
"input":{"shape":"ListQueryExecutionsInput"},
|
127
|
+
"output":{"shape":"ListQueryExecutionsOutput"},
|
128
|
+
"errors":[
|
129
|
+
{"shape":"InternalServerException"},
|
130
|
+
{"shape":"InvalidRequestException"}
|
131
|
+
]
|
132
|
+
},
|
133
|
+
"StartQueryExecution":{
|
134
|
+
"name":"StartQueryExecution",
|
135
|
+
"http":{
|
136
|
+
"method":"POST",
|
137
|
+
"requestUri":"/"
|
138
|
+
},
|
139
|
+
"input":{"shape":"StartQueryExecutionInput"},
|
140
|
+
"output":{"shape":"StartQueryExecutionOutput"},
|
141
|
+
"errors":[
|
142
|
+
{"shape":"InternalServerException"},
|
143
|
+
{"shape":"InvalidRequestException"},
|
144
|
+
{"shape":"TooManyRequestsException"}
|
145
|
+
],
|
146
|
+
"idempotent":true
|
147
|
+
},
|
148
|
+
"StopQueryExecution":{
|
149
|
+
"name":"StopQueryExecution",
|
150
|
+
"http":{
|
151
|
+
"method":"POST",
|
152
|
+
"requestUri":"/"
|
153
|
+
},
|
154
|
+
"input":{"shape":"StopQueryExecutionInput"},
|
155
|
+
"output":{"shape":"StopQueryExecutionOutput"},
|
156
|
+
"errors":[
|
157
|
+
{"shape":"InternalServerException"},
|
158
|
+
{"shape":"InvalidRequestException"}
|
159
|
+
],
|
160
|
+
"idempotent":true
|
161
|
+
}
|
162
|
+
},
|
163
|
+
"shapes":{
|
164
|
+
"BatchGetNamedQueryInput":{
|
165
|
+
"type":"structure",
|
166
|
+
"required":["NamedQueryIds"],
|
167
|
+
"members":{
|
168
|
+
"NamedQueryIds":{"shape":"NamedQueryIdList"}
|
169
|
+
}
|
170
|
+
},
|
171
|
+
"BatchGetNamedQueryOutput":{
|
172
|
+
"type":"structure",
|
173
|
+
"members":{
|
174
|
+
"NamedQueries":{"shape":"NamedQueryList"},
|
175
|
+
"UnprocessedNamedQueryIds":{"shape":"UnprocessedNamedQueryIdList"}
|
176
|
+
}
|
177
|
+
},
|
178
|
+
"BatchGetQueryExecutionInput":{
|
179
|
+
"type":"structure",
|
180
|
+
"required":["QueryExecutionIds"],
|
181
|
+
"members":{
|
182
|
+
"QueryExecutionIds":{"shape":"QueryExecutionIdList"}
|
183
|
+
}
|
184
|
+
},
|
185
|
+
"BatchGetQueryExecutionOutput":{
|
186
|
+
"type":"structure",
|
187
|
+
"members":{
|
188
|
+
"QueryExecutions":{"shape":"QueryExecutionList"},
|
189
|
+
"UnprocessedQueryExecutionIds":{"shape":"UnprocessedQueryExecutionIdList"}
|
190
|
+
}
|
191
|
+
},
|
192
|
+
"Boolean":{"type":"boolean"},
|
193
|
+
"ColumnInfo":{
|
194
|
+
"type":"structure",
|
195
|
+
"required":[
|
196
|
+
"Name",
|
197
|
+
"Type"
|
198
|
+
],
|
199
|
+
"members":{
|
200
|
+
"CatalogName":{"shape":"String"},
|
201
|
+
"SchemaName":{"shape":"String"},
|
202
|
+
"TableName":{"shape":"String"},
|
203
|
+
"Name":{"shape":"String"},
|
204
|
+
"Label":{"shape":"String"},
|
205
|
+
"Type":{"shape":"String"},
|
206
|
+
"Precision":{"shape":"Integer"},
|
207
|
+
"Scale":{"shape":"Integer"},
|
208
|
+
"Nullable":{"shape":"ColumnNullable"},
|
209
|
+
"CaseSensitive":{"shape":"Boolean"}
|
210
|
+
}
|
211
|
+
},
|
212
|
+
"ColumnInfoList":{
|
213
|
+
"type":"list",
|
214
|
+
"member":{"shape":"ColumnInfo"}
|
215
|
+
},
|
216
|
+
"ColumnNullable":{
|
217
|
+
"type":"string",
|
218
|
+
"enum":[
|
219
|
+
"NOT_NULL",
|
220
|
+
"NULLABLE",
|
221
|
+
"UNKNOWN"
|
222
|
+
]
|
223
|
+
},
|
224
|
+
"CreateNamedQueryInput":{
|
225
|
+
"type":"structure",
|
226
|
+
"required":[
|
227
|
+
"Name",
|
228
|
+
"Database",
|
229
|
+
"QueryString"
|
230
|
+
],
|
231
|
+
"members":{
|
232
|
+
"Name":{"shape":"NameString"},
|
233
|
+
"Description":{"shape":"DescriptionString"},
|
234
|
+
"Database":{"shape":"DatabaseString"},
|
235
|
+
"QueryString":{"shape":"QueryString"},
|
236
|
+
"ClientRequestToken":{
|
237
|
+
"shape":"IdempotencyToken",
|
238
|
+
"idempotencyToken":true
|
239
|
+
}
|
240
|
+
}
|
241
|
+
},
|
242
|
+
"CreateNamedQueryOutput":{
|
243
|
+
"type":"structure",
|
244
|
+
"members":{
|
245
|
+
"NamedQueryId":{"shape":"NamedQueryId"}
|
246
|
+
}
|
247
|
+
},
|
248
|
+
"DatabaseString":{
|
249
|
+
"type":"string",
|
250
|
+
"max":32,
|
251
|
+
"min":1
|
252
|
+
},
|
253
|
+
"Date":{"type":"timestamp"},
|
254
|
+
"Datum":{
|
255
|
+
"type":"structure",
|
256
|
+
"members":{
|
257
|
+
"VarCharValue":{"shape":"datumString"}
|
258
|
+
}
|
259
|
+
},
|
260
|
+
"DeleteNamedQueryInput":{
|
261
|
+
"type":"structure",
|
262
|
+
"required":["NamedQueryId"],
|
263
|
+
"members":{
|
264
|
+
"NamedQueryId":{
|
265
|
+
"shape":"NamedQueryId",
|
266
|
+
"idempotencyToken":true
|
267
|
+
}
|
268
|
+
}
|
269
|
+
},
|
270
|
+
"DeleteNamedQueryOutput":{
|
271
|
+
"type":"structure",
|
272
|
+
"members":{
|
273
|
+
}
|
274
|
+
},
|
275
|
+
"DescriptionString":{
|
276
|
+
"type":"string",
|
277
|
+
"max":1024,
|
278
|
+
"min":1
|
279
|
+
},
|
280
|
+
"EncryptionConfiguration":{
|
281
|
+
"type":"structure",
|
282
|
+
"required":["EncryptionOption"],
|
283
|
+
"members":{
|
284
|
+
"EncryptionOption":{"shape":"EncryptionOption"},
|
285
|
+
"KmsKey":{"shape":"String"}
|
286
|
+
}
|
287
|
+
},
|
288
|
+
"EncryptionOption":{
|
289
|
+
"type":"string",
|
290
|
+
"enum":[
|
291
|
+
"SSE_S3",
|
292
|
+
"SSE_KMS",
|
293
|
+
"CSE_KMS"
|
294
|
+
]
|
295
|
+
},
|
296
|
+
"ErrorCode":{
|
297
|
+
"type":"string",
|
298
|
+
"max":256,
|
299
|
+
"min":1
|
300
|
+
},
|
301
|
+
"ErrorMessage":{"type":"string"},
|
302
|
+
"GetNamedQueryInput":{
|
303
|
+
"type":"structure",
|
304
|
+
"required":["NamedQueryId"],
|
305
|
+
"members":{
|
306
|
+
"NamedQueryId":{"shape":"NamedQueryId"}
|
307
|
+
}
|
308
|
+
},
|
309
|
+
"GetNamedQueryOutput":{
|
310
|
+
"type":"structure",
|
311
|
+
"members":{
|
312
|
+
"NamedQuery":{"shape":"NamedQuery"}
|
313
|
+
}
|
314
|
+
},
|
315
|
+
"GetQueryExecutionInput":{
|
316
|
+
"type":"structure",
|
317
|
+
"required":["QueryExecutionId"],
|
318
|
+
"members":{
|
319
|
+
"QueryExecutionId":{"shape":"QueryExecutionId"}
|
320
|
+
}
|
321
|
+
},
|
322
|
+
"GetQueryExecutionOutput":{
|
323
|
+
"type":"structure",
|
324
|
+
"members":{
|
325
|
+
"QueryExecution":{"shape":"QueryExecution"}
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"GetQueryResultsInput":{
|
329
|
+
"type":"structure",
|
330
|
+
"required":["QueryExecutionId"],
|
331
|
+
"members":{
|
332
|
+
"QueryExecutionId":{"shape":"QueryExecutionId"},
|
333
|
+
"NextToken":{"shape":"Token"},
|
334
|
+
"MaxResults":{"shape":"MaxQueryResults"}
|
335
|
+
}
|
336
|
+
},
|
337
|
+
"GetQueryResultsOutput":{
|
338
|
+
"type":"structure",
|
339
|
+
"members":{
|
340
|
+
"ResultSet":{"shape":"ResultSet"},
|
341
|
+
"NextToken":{"shape":"Token"}
|
342
|
+
}
|
343
|
+
},
|
344
|
+
"IdempotencyToken":{
|
345
|
+
"type":"string",
|
346
|
+
"max":128,
|
347
|
+
"min":32
|
348
|
+
},
|
349
|
+
"Integer":{"type":"integer"},
|
350
|
+
"InternalServerException":{
|
351
|
+
"type":"structure",
|
352
|
+
"members":{
|
353
|
+
"Message":{"shape":"ErrorMessage"}
|
354
|
+
},
|
355
|
+
"exception":true,
|
356
|
+
"fault":true
|
357
|
+
},
|
358
|
+
"InvalidRequestException":{
|
359
|
+
"type":"structure",
|
360
|
+
"members":{
|
361
|
+
"AthenaErrorCode":{"shape":"ErrorCode"},
|
362
|
+
"Message":{"shape":"ErrorMessage"}
|
363
|
+
},
|
364
|
+
"exception":true
|
365
|
+
},
|
366
|
+
"ListNamedQueriesInput":{
|
367
|
+
"type":"structure",
|
368
|
+
"members":{
|
369
|
+
"NextToken":{"shape":"Token"},
|
370
|
+
"MaxResults":{"shape":"MaxNamedQueriesCount"}
|
371
|
+
}
|
372
|
+
},
|
373
|
+
"ListNamedQueriesOutput":{
|
374
|
+
"type":"structure",
|
375
|
+
"members":{
|
376
|
+
"NamedQueryIds":{"shape":"NamedQueryIdList"},
|
377
|
+
"NextToken":{"shape":"Token"}
|
378
|
+
}
|
379
|
+
},
|
380
|
+
"ListQueryExecutionsInput":{
|
381
|
+
"type":"structure",
|
382
|
+
"members":{
|
383
|
+
"NextToken":{"shape":"Token"},
|
384
|
+
"MaxResults":{"shape":"MaxQueryExecutionsCount"}
|
385
|
+
}
|
386
|
+
},
|
387
|
+
"ListQueryExecutionsOutput":{
|
388
|
+
"type":"structure",
|
389
|
+
"members":{
|
390
|
+
"QueryExecutionIds":{"shape":"QueryExecutionIdList"},
|
391
|
+
"NextToken":{"shape":"Token"}
|
392
|
+
}
|
393
|
+
},
|
394
|
+
"Long":{"type":"long"},
|
395
|
+
"MaxNamedQueriesCount":{
|
396
|
+
"type":"integer",
|
397
|
+
"box":true,
|
398
|
+
"max":50,
|
399
|
+
"min":0
|
400
|
+
},
|
401
|
+
"MaxQueryExecutionsCount":{
|
402
|
+
"type":"integer",
|
403
|
+
"box":true,
|
404
|
+
"max":50,
|
405
|
+
"min":0
|
406
|
+
},
|
407
|
+
"MaxQueryResults":{
|
408
|
+
"type":"integer",
|
409
|
+
"box":true,
|
410
|
+
"max":1000,
|
411
|
+
"min":0
|
412
|
+
},
|
413
|
+
"NameString":{
|
414
|
+
"type":"string",
|
415
|
+
"max":128,
|
416
|
+
"min":1
|
417
|
+
},
|
418
|
+
"NamedQuery":{
|
419
|
+
"type":"structure",
|
420
|
+
"required":[
|
421
|
+
"Name",
|
422
|
+
"Database",
|
423
|
+
"QueryString"
|
424
|
+
],
|
425
|
+
"members":{
|
426
|
+
"Name":{"shape":"NameString"},
|
427
|
+
"Description":{"shape":"DescriptionString"},
|
428
|
+
"Database":{"shape":"DatabaseString"},
|
429
|
+
"QueryString":{"shape":"QueryString"},
|
430
|
+
"NamedQueryId":{"shape":"NamedQueryId"}
|
431
|
+
}
|
432
|
+
},
|
433
|
+
"NamedQueryId":{"type":"string"},
|
434
|
+
"NamedQueryIdList":{
|
435
|
+
"type":"list",
|
436
|
+
"member":{"shape":"NamedQueryId"},
|
437
|
+
"max":50,
|
438
|
+
"min":1
|
439
|
+
},
|
440
|
+
"NamedQueryList":{
|
441
|
+
"type":"list",
|
442
|
+
"member":{"shape":"NamedQuery"}
|
443
|
+
},
|
444
|
+
"QueryExecution":{
|
445
|
+
"type":"structure",
|
446
|
+
"members":{
|
447
|
+
"QueryExecutionId":{"shape":"QueryExecutionId"},
|
448
|
+
"Query":{"shape":"QueryString"},
|
449
|
+
"ResultConfiguration":{"shape":"ResultConfiguration"},
|
450
|
+
"QueryExecutionContext":{"shape":"QueryExecutionContext"},
|
451
|
+
"Status":{"shape":"QueryExecutionStatus"},
|
452
|
+
"Statistics":{"shape":"QueryExecutionStatistics"}
|
453
|
+
}
|
454
|
+
},
|
455
|
+
"QueryExecutionContext":{
|
456
|
+
"type":"structure",
|
457
|
+
"members":{
|
458
|
+
"Database":{"shape":"DatabaseString"}
|
459
|
+
}
|
460
|
+
},
|
461
|
+
"QueryExecutionId":{"type":"string"},
|
462
|
+
"QueryExecutionIdList":{
|
463
|
+
"type":"list",
|
464
|
+
"member":{"shape":"QueryExecutionId"},
|
465
|
+
"max":50,
|
466
|
+
"min":1
|
467
|
+
},
|
468
|
+
"QueryExecutionList":{
|
469
|
+
"type":"list",
|
470
|
+
"member":{"shape":"QueryExecution"}
|
471
|
+
},
|
472
|
+
"QueryExecutionState":{
|
473
|
+
"type":"string",
|
474
|
+
"enum":[
|
475
|
+
"QUEUED",
|
476
|
+
"RUNNING",
|
477
|
+
"SUCCEEDED",
|
478
|
+
"FAILED",
|
479
|
+
"CANCELLED"
|
480
|
+
]
|
481
|
+
},
|
482
|
+
"QueryExecutionStatistics":{
|
483
|
+
"type":"structure",
|
484
|
+
"members":{
|
485
|
+
"EngineExecutionTimeInMillis":{"shape":"Long"},
|
486
|
+
"DataScannedInBytes":{"shape":"Long"}
|
487
|
+
}
|
488
|
+
},
|
489
|
+
"QueryExecutionStatus":{
|
490
|
+
"type":"structure",
|
491
|
+
"members":{
|
492
|
+
"State":{"shape":"QueryExecutionState"},
|
493
|
+
"StateChangeReason":{"shape":"String"},
|
494
|
+
"SubmissionDateTime":{"shape":"Date"},
|
495
|
+
"CompletionDateTime":{"shape":"Date"}
|
496
|
+
}
|
497
|
+
},
|
498
|
+
"QueryString":{
|
499
|
+
"type":"string",
|
500
|
+
"max":262144,
|
501
|
+
"min":1
|
502
|
+
},
|
503
|
+
"ResultConfiguration":{
|
504
|
+
"type":"structure",
|
505
|
+
"required":["OutputLocation"],
|
506
|
+
"members":{
|
507
|
+
"OutputLocation":{"shape":"String"},
|
508
|
+
"EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
|
509
|
+
}
|
510
|
+
},
|
511
|
+
"ResultSet":{
|
512
|
+
"type":"structure",
|
513
|
+
"members":{
|
514
|
+
"Rows":{"shape":"RowList"},
|
515
|
+
"ResultSetMetadata":{"shape":"ResultSetMetadata"}
|
516
|
+
}
|
517
|
+
},
|
518
|
+
"ResultSetMetadata":{
|
519
|
+
"type":"structure",
|
520
|
+
"members":{
|
521
|
+
"ColumnInfo":{"shape":"ColumnInfoList"}
|
522
|
+
}
|
523
|
+
},
|
524
|
+
"Row":{
|
525
|
+
"type":"structure",
|
526
|
+
"members":{
|
527
|
+
"Data":{"shape":"datumList"}
|
528
|
+
}
|
529
|
+
},
|
530
|
+
"RowList":{
|
531
|
+
"type":"list",
|
532
|
+
"member":{"shape":"Row"}
|
533
|
+
},
|
534
|
+
"StartQueryExecutionInput":{
|
535
|
+
"type":"structure",
|
536
|
+
"required":[
|
537
|
+
"QueryString",
|
538
|
+
"ResultConfiguration"
|
539
|
+
],
|
540
|
+
"members":{
|
541
|
+
"QueryString":{"shape":"QueryString"},
|
542
|
+
"ClientRequestToken":{
|
543
|
+
"shape":"IdempotencyToken",
|
544
|
+
"idempotencyToken":true
|
545
|
+
},
|
546
|
+
"QueryExecutionContext":{"shape":"QueryExecutionContext"},
|
547
|
+
"ResultConfiguration":{"shape":"ResultConfiguration"}
|
548
|
+
}
|
549
|
+
},
|
550
|
+
"StartQueryExecutionOutput":{
|
551
|
+
"type":"structure",
|
552
|
+
"members":{
|
553
|
+
"QueryExecutionId":{"shape":"QueryExecutionId"}
|
554
|
+
}
|
555
|
+
},
|
556
|
+
"StopQueryExecutionInput":{
|
557
|
+
"type":"structure",
|
558
|
+
"required":["QueryExecutionId"],
|
559
|
+
"members":{
|
560
|
+
"QueryExecutionId":{
|
561
|
+
"shape":"QueryExecutionId",
|
562
|
+
"idempotencyToken":true
|
563
|
+
}
|
564
|
+
}
|
565
|
+
},
|
566
|
+
"StopQueryExecutionOutput":{
|
567
|
+
"type":"structure",
|
568
|
+
"members":{
|
569
|
+
}
|
570
|
+
},
|
571
|
+
"String":{"type":"string"},
|
572
|
+
"ThrottleReason":{
|
573
|
+
"type":"string",
|
574
|
+
"enum":["CONCURRENT_QUERY_LIMIT_EXCEEDED"]
|
575
|
+
},
|
576
|
+
"Token":{"type":"string"},
|
577
|
+
"TooManyRequestsException":{
|
578
|
+
"type":"structure",
|
579
|
+
"members":{
|
580
|
+
"Message":{"shape":"ErrorMessage"},
|
581
|
+
"Reason":{"shape":"ThrottleReason"}
|
582
|
+
},
|
583
|
+
"exception":true
|
584
|
+
},
|
585
|
+
"UnprocessedNamedQueryId":{
|
586
|
+
"type":"structure",
|
587
|
+
"members":{
|
588
|
+
"NamedQueryId":{"shape":"NamedQueryId"},
|
589
|
+
"ErrorCode":{"shape":"ErrorCode"},
|
590
|
+
"ErrorMessage":{"shape":"ErrorMessage"}
|
591
|
+
}
|
592
|
+
},
|
593
|
+
"UnprocessedNamedQueryIdList":{
|
594
|
+
"type":"list",
|
595
|
+
"member":{"shape":"UnprocessedNamedQueryId"}
|
596
|
+
},
|
597
|
+
"UnprocessedQueryExecutionId":{
|
598
|
+
"type":"structure",
|
599
|
+
"members":{
|
600
|
+
"QueryExecutionId":{"shape":"QueryExecutionId"},
|
601
|
+
"ErrorCode":{"shape":"ErrorCode"},
|
602
|
+
"ErrorMessage":{"shape":"ErrorMessage"}
|
603
|
+
}
|
604
|
+
},
|
605
|
+
"UnprocessedQueryExecutionIdList":{
|
606
|
+
"type":"list",
|
607
|
+
"member":{"shape":"UnprocessedQueryExecutionId"}
|
608
|
+
},
|
609
|
+
"datumList":{
|
610
|
+
"type":"list",
|
611
|
+
"member":{"shape":"Datum"}
|
612
|
+
},
|
613
|
+
"datumString":{"type":"string"}
|
614
|
+
}
|
615
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"GetQueryResults": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults"
|
7
|
+
},
|
8
|
+
"ListNamedQueries": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults"
|
12
|
+
},
|
13
|
+
"ListQueryExecutions": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
}
|
18
|
+
}
|
19
|
+
}
|
@@ -749,6 +749,24 @@
|
|
749
749
|
{"shape":"UnauthenticatedException"}
|
750
750
|
]
|
751
751
|
},
|
752
|
+
"PutInstancePublicPorts":{
|
753
|
+
"name":"PutInstancePublicPorts",
|
754
|
+
"http":{
|
755
|
+
"method":"POST",
|
756
|
+
"requestUri":"/"
|
757
|
+
},
|
758
|
+
"input":{"shape":"PutInstancePublicPortsRequest"},
|
759
|
+
"output":{"shape":"PutInstancePublicPortsResult"},
|
760
|
+
"errors":[
|
761
|
+
{"shape":"ServiceException"},
|
762
|
+
{"shape":"InvalidInputException"},
|
763
|
+
{"shape":"NotFoundException"},
|
764
|
+
{"shape":"OperationFailureException"},
|
765
|
+
{"shape":"AccessDeniedException"},
|
766
|
+
{"shape":"AccountSetupInProgressException"},
|
767
|
+
{"shape":"UnauthenticatedException"}
|
768
|
+
]
|
769
|
+
},
|
752
770
|
"RebootInstance":{
|
753
771
|
"name":"RebootInstance",
|
754
772
|
"http":{
|
@@ -1375,7 +1393,7 @@
|
|
1375
1393
|
"GetInstancePortStatesResult":{
|
1376
1394
|
"type":"structure",
|
1377
1395
|
"members":{
|
1378
|
-
"portStates":{"shape":"
|
1396
|
+
"portStates":{"shape":"InstancePortStateList"}
|
1379
1397
|
}
|
1380
1398
|
},
|
1381
1399
|
"GetInstanceRequest":{
|
@@ -1654,6 +1672,19 @@
|
|
1654
1672
|
"type":"list",
|
1655
1673
|
"member":{"shape":"InstancePortInfo"}
|
1656
1674
|
},
|
1675
|
+
"InstancePortState":{
|
1676
|
+
"type":"structure",
|
1677
|
+
"members":{
|
1678
|
+
"fromPort":{"shape":"Port"},
|
1679
|
+
"toPort":{"shape":"Port"},
|
1680
|
+
"protocol":{"shape":"NetworkProtocol"},
|
1681
|
+
"state":{"shape":"PortState"}
|
1682
|
+
}
|
1683
|
+
},
|
1684
|
+
"InstancePortStateList":{
|
1685
|
+
"type":"list",
|
1686
|
+
"member":{"shape":"InstancePortState"}
|
1687
|
+
},
|
1657
1688
|
"InstanceSnapshot":{
|
1658
1689
|
"type":"structure",
|
1659
1690
|
"members":{
|
@@ -1898,6 +1929,7 @@
|
|
1898
1929
|
"StartInstance",
|
1899
1930
|
"RebootInstance",
|
1900
1931
|
"OpenInstancePublicPorts",
|
1932
|
+
"PutInstancePublicPorts",
|
1901
1933
|
"CloseInstancePublicPorts",
|
1902
1934
|
"AllocateStaticIp",
|
1903
1935
|
"ReleaseStaticIp",
|
@@ -1943,6 +1975,10 @@
|
|
1943
1975
|
"protocol":{"shape":"NetworkProtocol"}
|
1944
1976
|
}
|
1945
1977
|
},
|
1978
|
+
"PortInfoList":{
|
1979
|
+
"type":"list",
|
1980
|
+
"member":{"shape":"PortInfo"}
|
1981
|
+
},
|
1946
1982
|
"PortState":{
|
1947
1983
|
"type":"string",
|
1948
1984
|
"enum":[
|
@@ -1950,9 +1986,22 @@
|
|
1950
1986
|
"closed"
|
1951
1987
|
]
|
1952
1988
|
},
|
1953
|
-
"
|
1954
|
-
"type":"
|
1955
|
-
"
|
1989
|
+
"PutInstancePublicPortsRequest":{
|
1990
|
+
"type":"structure",
|
1991
|
+
"required":[
|
1992
|
+
"portInfos",
|
1993
|
+
"instanceName"
|
1994
|
+
],
|
1995
|
+
"members":{
|
1996
|
+
"portInfos":{"shape":"PortInfoList"},
|
1997
|
+
"instanceName":{"shape":"ResourceName"}
|
1998
|
+
}
|
1999
|
+
},
|
2000
|
+
"PutInstancePublicPortsResult":{
|
2001
|
+
"type":"structure",
|
2002
|
+
"members":{
|
2003
|
+
"operation":{"shape":"Operation"}
|
2004
|
+
}
|
1956
2005
|
},
|
1957
2006
|
"RebootInstanceRequest":{
|
1958
2007
|
"type":"structure",
|
@@ -2039,7 +2088,8 @@
|
|
2039
2088
|
"message":{"shape":"string"},
|
2040
2089
|
"tip":{"shape":"string"}
|
2041
2090
|
},
|
2042
|
-
"exception":true
|
2091
|
+
"exception":true,
|
2092
|
+
"fault":true
|
2043
2093
|
},
|
2044
2094
|
"StartInstanceRequest":{
|
2045
2095
|
"type":"structure",
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:Athena, {
|
2
|
+
api: "#{Aws::API_DIR}/athena/2017-05-18/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/athena/2017-05-18/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/athena/2017-05-18/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/athena/2017-05-18/paginators-1.json",
|
6
|
+
})
|
@@ -2,4 +2,5 @@ Aws.add_service(:Lightsail, {
|
|
2
2
|
api: "#{Aws::API_DIR}/lightsail/2016-11-28/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/lightsail/2016-11-28/docs-2.json",
|
4
4
|
examples: "#{Aws::API_DIR}/lightsail/2016-11-28/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/lightsail/2016-11-28/paginators-1.json",
|
5
6
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
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.9.
|
4
|
+
version: 2.9.21
|
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-05-
|
11
|
+
date: 2017-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -60,6 +60,9 @@ files:
|
|
60
60
|
- apis/appstream/2016-12-01/examples-1.json
|
61
61
|
- apis/appstream/2016-12-01/paginators-1.json
|
62
62
|
- apis/appstream/2016-12-01/waiters-2.json
|
63
|
+
- apis/athena/2017-05-18/api-2.json
|
64
|
+
- apis/athena/2017-05-18/examples-1.json
|
65
|
+
- apis/athena/2017-05-18/paginators-1.json
|
63
66
|
- apis/autoscaling/2011-01-01/api-2.json
|
64
67
|
- apis/autoscaling/2011-01-01/examples-1.json
|
65
68
|
- apis/autoscaling/2011-01-01/paginators-1.json
|
@@ -276,6 +279,7 @@ files:
|
|
276
279
|
- apis/lex-models/2017-04-19/paginators-1.json
|
277
280
|
- apis/lightsail/2016-11-28/api-2.json
|
278
281
|
- apis/lightsail/2016-11-28/examples-1.json
|
282
|
+
- apis/lightsail/2016-11-28/paginators-1.json
|
279
283
|
- apis/logs/2014-03-28/api-2.json
|
280
284
|
- apis/logs/2014-03-28/examples-1.json
|
281
285
|
- apis/logs/2014-03-28/paginators-1.json
|
@@ -431,6 +435,7 @@ files:
|
|
431
435
|
- lib/aws-sdk-core/applicationdiscoveryservice.rb
|
432
436
|
- lib/aws-sdk-core/appstream.rb
|
433
437
|
- lib/aws-sdk-core/assume_role_credentials.rb
|
438
|
+
- lib/aws-sdk-core/athena.rb
|
434
439
|
- lib/aws-sdk-core/autoscaling.rb
|
435
440
|
- lib/aws-sdk-core/batch.rb
|
436
441
|
- lib/aws-sdk-core/budgets.rb
|