aws-sdk-core 2.1.25 → 2.1.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1bb6a7743b993a5f10deb1702d31e04fd98e8e15
4
- data.tar.gz: 3a105842a09293aeae5534dfe3b89e35a4798024
3
+ metadata.gz: d54f7fa8057504724ded6f1bd267045b814724cb
4
+ data.tar.gz: ba8189323baa12bb78d5f4bdc657530151fd8dc3
5
5
  SHA512:
6
- metadata.gz: fb82cc84ccc292e9fea3f01885a4fa5e4424d497cd91713a069ca48aa6a76d29b16684837b76bab8d416de48bf8626c411cd20db9c471718272759434a07c090
7
- data.tar.gz: 34ce8e350d85b7e7266ae8dc0e0adf763d96949ff3863d8145926f5698d6b0400f3a8755323111462dddb123a8ab0fb59d2faa340efa5d43c7e891f293e7d361
6
+ metadata.gz: 2923ec915ea6e2d96a858e605693e87b80467e19fdb3fb9ed230d0f8a598c06907e18cd68005b91e853b138473f2097d9e2ed53a3caece0c5fc9bad28517c126
7
+ data.tar.gz: 465e3483baf15bedfcdaca669ece9fae8fc90b04ecdcc3bfb2fc68f2eac06877496610f5b718b90659d1b3b9a43f05885304f493f4cb50cea3503c9c9fe7bd26
@@ -238,59 +238,6 @@
238
238
  }
239
239
  ]
240
240
  },
241
- "DefineIndexFields":{
242
- "name":"DefineIndexFields",
243
- "http":{
244
- "method":"POST",
245
- "requestUri":"/"
246
- },
247
- "input":{"shape":"DefineIndexFieldsRequest"},
248
- "output":{
249
- "shape":"DefineIndexFieldsResponse",
250
- "resultWrapper":"DefineIndexFieldsResult"
251
- },
252
- "errors":[
253
- {
254
- "shape":"BaseException",
255
- "exception":true
256
- },
257
- {
258
- "shape":"InternalException",
259
- "error":{
260
- "code":"InternalException",
261
- "httpStatusCode":500
262
- },
263
- "exception":true
264
- },
265
- {
266
- "shape":"LimitExceededException",
267
- "error":{
268
- "code":"LimitExceeded",
269
- "httpStatusCode":409,
270
- "senderFault":true
271
- },
272
- "exception":true
273
- },
274
- {
275
- "shape":"InvalidTypeException",
276
- "error":{
277
- "code":"InvalidType",
278
- "httpStatusCode":409,
279
- "senderFault":true
280
- },
281
- "exception":true
282
- },
283
- {
284
- "shape":"ResourceNotFoundException",
285
- "error":{
286
- "code":"ResourceNotFound",
287
- "httpStatusCode":409,
288
- "senderFault":true
289
- },
290
- "exception":true
291
- }
292
- ]
293
- },
294
241
  "DefineSuggester":{
295
242
  "name":"DefineSuggester",
296
243
  "http":{
@@ -1176,10 +1123,6 @@
1176
1123
  "Status":{"shape":"OptionStatus"}
1177
1124
  }
1178
1125
  },
1179
- "AvailableInstanceTypes":{
1180
- "type":"list",
1181
- "member":{"shape":"String"}
1182
- },
1183
1126
  "BaseException":{
1184
1127
  "type":"structure",
1185
1128
  "members":{
@@ -1290,24 +1233,6 @@
1290
1233
  "IndexField":{"shape":"IndexFieldStatus"}
1291
1234
  }
1292
1235
  },
1293
- "DefineIndexFieldsRequest":{
1294
- "type":"structure",
1295
- "required":[
1296
- "DomainName",
1297
- "IndexFields"
1298
- ],
1299
- "members":{
1300
- "DomainName":{"shape":"DomainName"},
1301
- "IndexFields":{"shape":"IndexFieldList"}
1302
- }
1303
- },
1304
- "DefineIndexFieldsResponse":{
1305
- "type":"structure",
1306
- "required":["IndexFields"],
1307
- "members":{
1308
- "IndexFields":{"shape":"IndexFieldStatusList"}
1309
- }
1310
- },
1311
1236
  "DefineSuggesterRequest":{
1312
1237
  "type":"structure",
1313
1238
  "required":[
@@ -1717,10 +1642,6 @@
1717
1642
  "DateArrayOptions":{"shape":"DateArrayOptions"}
1718
1643
  }
1719
1644
  },
1720
- "IndexFieldList":{
1721
- "type":"list",
1722
- "member":{"shape":"IndexField"}
1723
- },
1724
1645
  "IndexFieldStatus":{
1725
1646
  "type":"structure",
1726
1647
  "required":[
@@ -1824,13 +1745,11 @@
1824
1745
  "type":"structure",
1825
1746
  "required":[
1826
1747
  "MaximumReplicationCount",
1827
- "MaximumPartitionCount",
1828
- "AvailableInstanceTypes"
1748
+ "MaximumPartitionCount"
1829
1749
  ],
1830
1750
  "members":{
1831
1751
  "MaximumReplicationCount":{"shape":"MaximumReplicationCount"},
1832
- "MaximumPartitionCount":{"shape":"MaximumPartitionCount"},
1833
- "AvailableInstanceTypes":{"shape":"AvailableInstanceTypes"}
1752
+ "MaximumPartitionCount":{"shape":"MaximumPartitionCount"}
1834
1753
  }
1835
1754
  },
1836
1755
  "ListDomainNamesResponse":{
@@ -1923,20 +1842,12 @@
1923
1842
  },
1924
1843
  "exception":true
1925
1844
  },
1926
- "ScalingMode":{
1927
- "type":"string",
1928
- "enum":[
1929
- "Automatic",
1930
- "Manual"
1931
- ]
1932
- },
1933
1845
  "ScalingParameters":{
1934
1846
  "type":"structure",
1935
1847
  "members":{
1936
1848
  "DesiredInstanceType":{"shape":"PartitionInstanceType"},
1937
1849
  "DesiredReplicationCount":{"shape":"UIntValue"},
1938
- "DesiredPartitionCount":{"shape":"UIntValue"},
1939
- "ScalingMode":{"shape":"ScalingMode"}
1850
+ "DesiredPartitionCount":{"shape":"UIntValue"}
1940
1851
  }
1941
1852
  },
1942
1853
  "ScalingParametersStatus":{
@@ -0,0 +1,764 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-01-01",
5
+ "endpointPrefix":"es",
6
+ "serviceFullName":"Amazon Elasticsearch Service",
7
+ "signatureVersion":"v4",
8
+ "protocol":"rest-json"
9
+ },
10
+ "operations":{
11
+ "AddTags":{
12
+ "name":"AddTags",
13
+ "http":{
14
+ "method":"POST",
15
+ "requestUri":"/2015-01-01/tags"
16
+ },
17
+ "input":{"shape":"AddTagsRequest"},
18
+ "errors":[
19
+ {
20
+ "shape":"BaseException",
21
+ "exception":true
22
+ },
23
+ {
24
+ "shape":"LimitExceededException",
25
+ "error":{"httpStatusCode":409},
26
+ "exception":true
27
+ },
28
+ {
29
+ "shape":"ValidationException",
30
+ "error":{"httpStatusCode":400},
31
+ "exception":true
32
+ },
33
+ {
34
+ "shape":"InternalException",
35
+ "error":{"httpStatusCode":500},
36
+ "exception":true
37
+ }
38
+ ]
39
+ },
40
+ "CreateElasticsearchDomain":{
41
+ "name":"CreateElasticsearchDomain",
42
+ "http":{
43
+ "method":"POST",
44
+ "requestUri":"/2015-01-01/es/domain"
45
+ },
46
+ "input":{"shape":"CreateElasticsearchDomainRequest"},
47
+ "output":{"shape":"CreateElasticsearchDomainResponse"},
48
+ "errors":[
49
+ {
50
+ "shape":"BaseException",
51
+ "exception":true
52
+ },
53
+ {
54
+ "shape":"DisabledOperationException",
55
+ "error":{"httpStatusCode":409},
56
+ "exception":true
57
+ },
58
+ {
59
+ "shape":"InternalException",
60
+ "error":{"httpStatusCode":500},
61
+ "exception":true
62
+ },
63
+ {
64
+ "shape":"InvalidTypeException",
65
+ "error":{"httpStatusCode":409},
66
+ "exception":true
67
+ },
68
+ {
69
+ "shape":"LimitExceededException",
70
+ "error":{"httpStatusCode":409},
71
+ "exception":true
72
+ },
73
+ {
74
+ "shape":"ResourceAlreadyExistsException",
75
+ "error":{"httpStatusCode":409},
76
+ "exception":true
77
+ },
78
+ {
79
+ "shape":"ValidationException",
80
+ "error":{"httpStatusCode":400},
81
+ "exception":true
82
+ }
83
+ ]
84
+ },
85
+ "DeleteElasticsearchDomain":{
86
+ "name":"DeleteElasticsearchDomain",
87
+ "http":{
88
+ "method":"DELETE",
89
+ "requestUri":"/2015-01-01/es/domain/{DomainName}"
90
+ },
91
+ "input":{"shape":"DeleteElasticsearchDomainRequest"},
92
+ "output":{"shape":"DeleteElasticsearchDomainResponse"},
93
+ "errors":[
94
+ {
95
+ "shape":"BaseException",
96
+ "exception":true
97
+ },
98
+ {
99
+ "shape":"InternalException",
100
+ "error":{"httpStatusCode":500},
101
+ "exception":true
102
+ },
103
+ {
104
+ "shape":"ResourceNotFoundException",
105
+ "error":{"httpStatusCode":409},
106
+ "exception":true
107
+ },
108
+ {
109
+ "shape":"ValidationException",
110
+ "error":{"httpStatusCode":400},
111
+ "exception":true
112
+ }
113
+ ]
114
+ },
115
+ "DescribeElasticsearchDomain":{
116
+ "name":"DescribeElasticsearchDomain",
117
+ "http":{
118
+ "method":"GET",
119
+ "requestUri":"/2015-01-01/es/domain/{DomainName}"
120
+ },
121
+ "input":{"shape":"DescribeElasticsearchDomainRequest"},
122
+ "output":{"shape":"DescribeElasticsearchDomainResponse"},
123
+ "errors":[
124
+ {
125
+ "shape":"BaseException",
126
+ "exception":true
127
+ },
128
+ {
129
+ "shape":"InternalException",
130
+ "error":{"httpStatusCode":500},
131
+ "exception":true
132
+ },
133
+ {
134
+ "shape":"ResourceNotFoundException",
135
+ "error":{"httpStatusCode":409},
136
+ "exception":true
137
+ },
138
+ {
139
+ "shape":"ValidationException",
140
+ "error":{"httpStatusCode":400},
141
+ "exception":true
142
+ }
143
+ ]
144
+ },
145
+ "DescribeElasticsearchDomainConfig":{
146
+ "name":"DescribeElasticsearchDomainConfig",
147
+ "http":{
148
+ "method":"GET",
149
+ "requestUri":"/2015-01-01/es/domain/{DomainName}/config"
150
+ },
151
+ "input":{"shape":"DescribeElasticsearchDomainConfigRequest"},
152
+ "output":{"shape":"DescribeElasticsearchDomainConfigResponse"},
153
+ "errors":[
154
+ {
155
+ "shape":"BaseException",
156
+ "exception":true
157
+ },
158
+ {
159
+ "shape":"InternalException",
160
+ "error":{"httpStatusCode":500},
161
+ "exception":true
162
+ },
163
+ {
164
+ "shape":"ResourceNotFoundException",
165
+ "error":{"httpStatusCode":409},
166
+ "exception":true
167
+ },
168
+ {
169
+ "shape":"ValidationException",
170
+ "error":{"httpStatusCode":400},
171
+ "exception":true
172
+ }
173
+ ]
174
+ },
175
+ "DescribeElasticsearchDomains":{
176
+ "name":"DescribeElasticsearchDomains",
177
+ "http":{
178
+ "method":"POST",
179
+ "requestUri":"/2015-01-01/es/domain-info"
180
+ },
181
+ "input":{"shape":"DescribeElasticsearchDomainsRequest"},
182
+ "output":{"shape":"DescribeElasticsearchDomainsResponse"},
183
+ "errors":[
184
+ {
185
+ "shape":"BaseException",
186
+ "exception":true
187
+ },
188
+ {
189
+ "shape":"InternalException",
190
+ "error":{"httpStatusCode":500},
191
+ "exception":true
192
+ },
193
+ {
194
+ "shape":"ValidationException",
195
+ "error":{"httpStatusCode":400},
196
+ "exception":true
197
+ }
198
+ ]
199
+ },
200
+ "ListDomainNames":{
201
+ "name":"ListDomainNames",
202
+ "http":{
203
+ "method":"GET",
204
+ "requestUri":"/2015-01-01/domain"
205
+ },
206
+ "output":{"shape":"ListDomainNamesResponse"},
207
+ "errors":[
208
+ {
209
+ "shape":"BaseException",
210
+ "exception":true
211
+ },
212
+ {
213
+ "shape":"ValidationException",
214
+ "error":{"httpStatusCode":400},
215
+ "exception":true
216
+ }
217
+ ]
218
+ },
219
+ "ListTags":{
220
+ "name":"ListTags",
221
+ "http":{
222
+ "method":"GET",
223
+ "requestUri":"/2015-01-01/tags/"
224
+ },
225
+ "input":{"shape":"ListTagsRequest"},
226
+ "output":{"shape":"ListTagsResponse"},
227
+ "errors":[
228
+ {
229
+ "shape":"BaseException",
230
+ "exception":true
231
+ },
232
+ {
233
+ "shape":"ResourceNotFoundException",
234
+ "error":{"httpStatusCode":409},
235
+ "exception":true
236
+ },
237
+ {
238
+ "shape":"ValidationException",
239
+ "error":{"httpStatusCode":400},
240
+ "exception":true
241
+ },
242
+ {
243
+ "shape":"InternalException",
244
+ "error":{"httpStatusCode":500},
245
+ "exception":true
246
+ }
247
+ ]
248
+ },
249
+ "RemoveTags":{
250
+ "name":"RemoveTags",
251
+ "http":{
252
+ "method":"POST",
253
+ "requestUri":"/2015-01-01/tags-removal"
254
+ },
255
+ "input":{"shape":"RemoveTagsRequest"},
256
+ "errors":[
257
+ {
258
+ "shape":"BaseException",
259
+ "exception":true
260
+ },
261
+ {
262
+ "shape":"ValidationException",
263
+ "error":{"httpStatusCode":400},
264
+ "exception":true
265
+ },
266
+ {
267
+ "shape":"InternalException",
268
+ "error":{"httpStatusCode":500},
269
+ "exception":true
270
+ }
271
+ ]
272
+ },
273
+ "UpdateElasticsearchDomainConfig":{
274
+ "name":"UpdateElasticsearchDomainConfig",
275
+ "http":{
276
+ "method":"POST",
277
+ "requestUri":"/2015-01-01/es/domain/{DomainName}/config"
278
+ },
279
+ "input":{"shape":"UpdateElasticsearchDomainConfigRequest"},
280
+ "output":{"shape":"UpdateElasticsearchDomainConfigResponse"},
281
+ "errors":[
282
+ {
283
+ "shape":"BaseException",
284
+ "exception":true
285
+ },
286
+ {
287
+ "shape":"InternalException",
288
+ "error":{"httpStatusCode":500},
289
+ "exception":true
290
+ },
291
+ {
292
+ "shape":"InvalidTypeException",
293
+ "error":{"httpStatusCode":409},
294
+ "exception":true
295
+ },
296
+ {
297
+ "shape":"LimitExceededException",
298
+ "error":{"httpStatusCode":409},
299
+ "exception":true
300
+ },
301
+ {
302
+ "shape":"ResourceNotFoundException",
303
+ "error":{"httpStatusCode":409},
304
+ "exception":true
305
+ },
306
+ {
307
+ "shape":"ValidationException",
308
+ "error":{"httpStatusCode":400},
309
+ "exception":true
310
+ }
311
+ ]
312
+ }
313
+ },
314
+ "shapes":{
315
+ "ARN":{"type":"string"},
316
+ "AccessPoliciesStatus":{
317
+ "type":"structure",
318
+ "required":[
319
+ "Options",
320
+ "Status"
321
+ ],
322
+ "members":{
323
+ "Options":{"shape":"PolicyDocument"},
324
+ "Status":{"shape":"OptionStatus"}
325
+ }
326
+ },
327
+ "AddTagsRequest":{
328
+ "type":"structure",
329
+ "required":[
330
+ "ARN",
331
+ "TagList"
332
+ ],
333
+ "members":{
334
+ "ARN":{"shape":"ARN"},
335
+ "TagList":{"shape":"TagList"}
336
+ }
337
+ },
338
+ "AdvancedOptions":{
339
+ "type":"map",
340
+ "key":{"shape":"String"},
341
+ "value":{"shape":"String"}
342
+ },
343
+ "AdvancedOptionsStatus":{
344
+ "type":"structure",
345
+ "required":[
346
+ "Options",
347
+ "Status"
348
+ ],
349
+ "members":{
350
+ "Options":{"shape":"AdvancedOptions"},
351
+ "Status":{"shape":"OptionStatus"}
352
+ }
353
+ },
354
+ "BaseException":{
355
+ "type":"structure",
356
+ "members":{
357
+ "message":{"shape":"ErrorMessage"}
358
+ },
359
+ "exception":true
360
+ },
361
+ "Boolean":{"type":"boolean"},
362
+ "CreateElasticsearchDomainRequest":{
363
+ "type":"structure",
364
+ "required":["DomainName"],
365
+ "members":{
366
+ "DomainName":{"shape":"DomainName"},
367
+ "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
368
+ "EBSOptions":{"shape":"EBSOptions"},
369
+ "AccessPolicies":{"shape":"PolicyDocument"},
370
+ "SnapshotOptions":{"shape":"SnapshotOptions"},
371
+ "AdvancedOptions":{"shape":"AdvancedOptions"}
372
+ }
373
+ },
374
+ "CreateElasticsearchDomainResponse":{
375
+ "type":"structure",
376
+ "members":{
377
+ "DomainStatus":{"shape":"ElasticsearchDomainStatus"}
378
+ }
379
+ },
380
+ "DeleteElasticsearchDomainRequest":{
381
+ "type":"structure",
382
+ "required":["DomainName"],
383
+ "members":{
384
+ "DomainName":{
385
+ "shape":"DomainName",
386
+ "location":"uri",
387
+ "locationName":"DomainName"
388
+ }
389
+ }
390
+ },
391
+ "DeleteElasticsearchDomainResponse":{
392
+ "type":"structure",
393
+ "members":{
394
+ "DomainStatus":{"shape":"ElasticsearchDomainStatus"}
395
+ }
396
+ },
397
+ "DescribeElasticsearchDomainConfigRequest":{
398
+ "type":"structure",
399
+ "required":["DomainName"],
400
+ "members":{
401
+ "DomainName":{
402
+ "shape":"DomainName",
403
+ "location":"uri",
404
+ "locationName":"DomainName"
405
+ }
406
+ }
407
+ },
408
+ "DescribeElasticsearchDomainConfigResponse":{
409
+ "type":"structure",
410
+ "required":["DomainConfig"],
411
+ "members":{
412
+ "DomainConfig":{"shape":"ElasticsearchDomainConfig"}
413
+ }
414
+ },
415
+ "DescribeElasticsearchDomainRequest":{
416
+ "type":"structure",
417
+ "required":["DomainName"],
418
+ "members":{
419
+ "DomainName":{
420
+ "shape":"DomainName",
421
+ "location":"uri",
422
+ "locationName":"DomainName"
423
+ }
424
+ }
425
+ },
426
+ "DescribeElasticsearchDomainResponse":{
427
+ "type":"structure",
428
+ "required":["DomainStatus"],
429
+ "members":{
430
+ "DomainStatus":{"shape":"ElasticsearchDomainStatus"}
431
+ }
432
+ },
433
+ "DescribeElasticsearchDomainsRequest":{
434
+ "type":"structure",
435
+ "required":["DomainNames"],
436
+ "members":{
437
+ "DomainNames":{"shape":"DomainNameList"}
438
+ }
439
+ },
440
+ "DescribeElasticsearchDomainsResponse":{
441
+ "type":"structure",
442
+ "required":["DomainStatusList"],
443
+ "members":{
444
+ "DomainStatusList":{"shape":"ElasticsearchDomainStatusList"}
445
+ }
446
+ },
447
+ "DisabledOperationException":{
448
+ "type":"structure",
449
+ "members":{
450
+ },
451
+ "error":{"httpStatusCode":409},
452
+ "exception":true
453
+ },
454
+ "DomainId":{
455
+ "type":"string",
456
+ "min":1,
457
+ "max":64
458
+ },
459
+ "DomainInfo":{
460
+ "type":"structure",
461
+ "members":{
462
+ "DomainName":{"shape":"DomainName"}
463
+ }
464
+ },
465
+ "DomainInfoList":{
466
+ "type":"list",
467
+ "member":{"shape":"DomainInfo"}
468
+ },
469
+ "DomainName":{
470
+ "type":"string",
471
+ "min":3,
472
+ "max":28,
473
+ "pattern":"[a-z][a-z0-9\\-]+"
474
+ },
475
+ "DomainNameList":{
476
+ "type":"list",
477
+ "member":{"shape":"DomainName"}
478
+ },
479
+ "EBSOptions":{
480
+ "type":"structure",
481
+ "members":{
482
+ "EBSEnabled":{"shape":"Boolean"},
483
+ "VolumeType":{"shape":"VolumeType"},
484
+ "VolumeSize":{"shape":"IntegerClass"},
485
+ "Iops":{"shape":"IntegerClass"}
486
+ }
487
+ },
488
+ "EBSOptionsStatus":{
489
+ "type":"structure",
490
+ "required":[
491
+ "Options",
492
+ "Status"
493
+ ],
494
+ "members":{
495
+ "Options":{"shape":"EBSOptions"},
496
+ "Status":{"shape":"OptionStatus"}
497
+ }
498
+ },
499
+ "ESPartitionInstanceType":{
500
+ "type":"string",
501
+ "enum":[
502
+ "m3.medium.elasticsearch",
503
+ "m3.large.elasticsearch",
504
+ "m3.xlarge.elasticsearch",
505
+ "m3.2xlarge.elasticsearch",
506
+ "t2.micro.elasticsearch",
507
+ "t2.small.elasticsearch",
508
+ "t2.medium.elasticsearch",
509
+ "r3.large.elasticsearch",
510
+ "r3.xlarge.elasticsearch",
511
+ "r3.2xlarge.elasticsearch",
512
+ "r3.4xlarge.elasticsearch",
513
+ "r3.8xlarge.elasticsearch",
514
+ "i2.xlarge.elasticsearch",
515
+ "i2.2xlarge.elasticsearch"
516
+ ]
517
+ },
518
+ "ElasticsearchClusterConfig":{
519
+ "type":"structure",
520
+ "members":{
521
+ "InstanceType":{"shape":"ESPartitionInstanceType"},
522
+ "InstanceCount":{"shape":"IntegerClass"},
523
+ "DedicatedMasterEnabled":{"shape":"Boolean"},
524
+ "ZoneAwarenessEnabled":{"shape":"Boolean"},
525
+ "DedicatedMasterType":{"shape":"ESPartitionInstanceType"},
526
+ "DedicatedMasterCount":{"shape":"IntegerClass"}
527
+ }
528
+ },
529
+ "ElasticsearchClusterConfigStatus":{
530
+ "type":"structure",
531
+ "required":[
532
+ "Options",
533
+ "Status"
534
+ ],
535
+ "members":{
536
+ "Options":{"shape":"ElasticsearchClusterConfig"},
537
+ "Status":{"shape":"OptionStatus"}
538
+ }
539
+ },
540
+ "ElasticsearchDomainConfig":{
541
+ "type":"structure",
542
+ "members":{
543
+ "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfigStatus"},
544
+ "EBSOptions":{"shape":"EBSOptionsStatus"},
545
+ "AccessPolicies":{"shape":"AccessPoliciesStatus"},
546
+ "SnapshotOptions":{"shape":"SnapshotOptionsStatus"},
547
+ "AdvancedOptions":{"shape":"AdvancedOptionsStatus"}
548
+ }
549
+ },
550
+ "ElasticsearchDomainStatus":{
551
+ "type":"structure",
552
+ "required":[
553
+ "DomainId",
554
+ "DomainName",
555
+ "ARN",
556
+ "ElasticsearchClusterConfig"
557
+ ],
558
+ "members":{
559
+ "DomainId":{"shape":"DomainId"},
560
+ "DomainName":{"shape":"DomainName"},
561
+ "ARN":{"shape":"ARN"},
562
+ "Created":{"shape":"Boolean"},
563
+ "Deleted":{"shape":"Boolean"},
564
+ "Endpoint":{"shape":"ServiceUrl"},
565
+ "Processing":{"shape":"Boolean"},
566
+ "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
567
+ "EBSOptions":{"shape":"EBSOptions"},
568
+ "AccessPolicies":{"shape":"PolicyDocument"},
569
+ "SnapshotOptions":{"shape":"SnapshotOptions"},
570
+ "AdvancedOptions":{"shape":"AdvancedOptions"}
571
+ }
572
+ },
573
+ "ElasticsearchDomainStatusList":{
574
+ "type":"list",
575
+ "member":{"shape":"ElasticsearchDomainStatus"}
576
+ },
577
+ "ErrorMessage":{"type":"string"},
578
+ "IntegerClass":{"type":"integer"},
579
+ "InternalException":{
580
+ "type":"structure",
581
+ "members":{
582
+ },
583
+ "error":{"httpStatusCode":500},
584
+ "exception":true
585
+ },
586
+ "InvalidTypeException":{
587
+ "type":"structure",
588
+ "members":{
589
+ },
590
+ "error":{"httpStatusCode":409},
591
+ "exception":true
592
+ },
593
+ "LimitExceededException":{
594
+ "type":"structure",
595
+ "members":{
596
+ },
597
+ "error":{"httpStatusCode":409},
598
+ "exception":true
599
+ },
600
+ "ListDomainNamesResponse":{
601
+ "type":"structure",
602
+ "members":{
603
+ "DomainNames":{"shape":"DomainInfoList"}
604
+ }
605
+ },
606
+ "ListTagsRequest":{
607
+ "type":"structure",
608
+ "required":["ARN"],
609
+ "members":{
610
+ "ARN":{
611
+ "shape":"ARN",
612
+ "location":"querystring",
613
+ "locationName":"arn"
614
+ }
615
+ }
616
+ },
617
+ "ListTagsResponse":{
618
+ "type":"structure",
619
+ "members":{
620
+ "TagList":{"shape":"TagList"}
621
+ }
622
+ },
623
+ "OptionState":{
624
+ "type":"string",
625
+ "enum":[
626
+ "RequiresIndexDocuments",
627
+ "Processing",
628
+ "Active"
629
+ ]
630
+ },
631
+ "OptionStatus":{
632
+ "type":"structure",
633
+ "required":[
634
+ "CreationDate",
635
+ "UpdateDate",
636
+ "State"
637
+ ],
638
+ "members":{
639
+ "CreationDate":{"shape":"UpdateTimestamp"},
640
+ "UpdateDate":{"shape":"UpdateTimestamp"},
641
+ "UpdateVersion":{"shape":"UIntValue"},
642
+ "State":{"shape":"OptionState"},
643
+ "PendingDeletion":{"shape":"Boolean"}
644
+ }
645
+ },
646
+ "PolicyDocument":{"type":"string"},
647
+ "RemoveTagsRequest":{
648
+ "type":"structure",
649
+ "required":[
650
+ "ARN",
651
+ "TagKeys"
652
+ ],
653
+ "members":{
654
+ "ARN":{"shape":"ARN"},
655
+ "TagKeys":{"shape":"StringList"}
656
+ }
657
+ },
658
+ "ResourceAlreadyExistsException":{
659
+ "type":"structure",
660
+ "members":{
661
+ },
662
+ "error":{"httpStatusCode":409},
663
+ "exception":true
664
+ },
665
+ "ResourceNotFoundException":{
666
+ "type":"structure",
667
+ "members":{
668
+ },
669
+ "error":{"httpStatusCode":409},
670
+ "exception":true
671
+ },
672
+ "ServiceUrl":{"type":"string"},
673
+ "SnapshotOptions":{
674
+ "type":"structure",
675
+ "members":{
676
+ "AutomatedSnapshotStartHour":{"shape":"IntegerClass"}
677
+ }
678
+ },
679
+ "SnapshotOptionsStatus":{
680
+ "type":"structure",
681
+ "required":[
682
+ "Options",
683
+ "Status"
684
+ ],
685
+ "members":{
686
+ "Options":{"shape":"SnapshotOptions"},
687
+ "Status":{"shape":"OptionStatus"}
688
+ }
689
+ },
690
+ "String":{"type":"string"},
691
+ "StringList":{
692
+ "type":"list",
693
+ "member":{"shape":"String"}
694
+ },
695
+ "Tag":{
696
+ "type":"structure",
697
+ "required":[
698
+ "Key",
699
+ "Value"
700
+ ],
701
+ "members":{
702
+ "Key":{"shape":"TagKey"},
703
+ "Value":{"shape":"TagValue"}
704
+ }
705
+ },
706
+ "TagKey":{
707
+ "type":"string",
708
+ "min":1,
709
+ "max":128
710
+ },
711
+ "TagList":{
712
+ "type":"list",
713
+ "member":{"shape":"Tag"}
714
+ },
715
+ "TagValue":{
716
+ "type":"string",
717
+ "min":0,
718
+ "max":256
719
+ },
720
+ "UIntValue":{
721
+ "type":"integer",
722
+ "min":0
723
+ },
724
+ "UpdateElasticsearchDomainConfigRequest":{
725
+ "type":"structure",
726
+ "required":["DomainName"],
727
+ "members":{
728
+ "DomainName":{
729
+ "shape":"DomainName",
730
+ "location":"uri",
731
+ "locationName":"DomainName"
732
+ },
733
+ "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
734
+ "EBSOptions":{"shape":"EBSOptions"},
735
+ "SnapshotOptions":{"shape":"SnapshotOptions"},
736
+ "AdvancedOptions":{"shape":"AdvancedOptions"},
737
+ "AccessPolicies":{"shape":"PolicyDocument"}
738
+ }
739
+ },
740
+ "UpdateElasticsearchDomainConfigResponse":{
741
+ "type":"structure",
742
+ "required":["DomainConfig"],
743
+ "members":{
744
+ "DomainConfig":{"shape":"ElasticsearchDomainConfig"}
745
+ }
746
+ },
747
+ "UpdateTimestamp":{"type":"timestamp"},
748
+ "ValidationException":{
749
+ "type":"structure",
750
+ "members":{
751
+ },
752
+ "error":{"httpStatusCode":400},
753
+ "exception":true
754
+ },
755
+ "VolumeType":{
756
+ "type":"string",
757
+ "enum":[
758
+ "standard",
759
+ "gp2",
760
+ "io1"
761
+ ]
762
+ }
763
+ }
764
+ }
@@ -46,6 +46,7 @@ module Aws
46
46
  ElastiCache
47
47
  ElasticBeanstalk
48
48
  ElasticLoadBalancing
49
+ ElasticsearchService
49
50
  ElasticTranscoder
50
51
  EMR
51
52
  Glacier
@@ -0,0 +1,4 @@
1
+ Aws.add_service(:ElasticsearchService, {
2
+ api: "#{Aws::API_DIR}/es/2015-01-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/es/2015-01-01/docs-2.json",
4
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.25'
2
+ VERSION = '2.1.26'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.25
4
+ version: 2.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -93,6 +93,7 @@ files:
93
93
  - apis/email/2010-12-01/api-2.json
94
94
  - apis/email/2010-12-01/paginators-1.json
95
95
  - apis/email/2010-12-01/waiters-2.json
96
+ - apis/es/2015-01-01/api-2.json
96
97
  - apis/glacier/2012-06-01/api-2.json
97
98
  - apis/glacier/2012-06-01/paginators-1.json
98
99
  - apis/glacier/2012-06-01/resources-1.json
@@ -208,6 +209,7 @@ files:
208
209
  - lib/aws-sdk-core/elasticache.rb
209
210
  - lib/aws-sdk-core/elasticbeanstalk.rb
210
211
  - lib/aws-sdk-core/elasticloadbalancing.rb
212
+ - lib/aws-sdk-core/elasticsearchservice.rb
211
213
  - lib/aws-sdk-core/elastictranscoder.rb
212
214
  - lib/aws-sdk-core/empty_structure.rb
213
215
  - lib/aws-sdk-core/emr.rb