aws-sdk-core 2.7.14 → 2.7.15

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: 1b104317280a8b17623d43c834b36f2b6d65eb0a
4
- data.tar.gz: a0e00ddb0424759b3b1aef9bdc711fda9f902054
3
+ metadata.gz: b4c5953705d080a3058d933a6aeb63a6ffa6c2b0
4
+ data.tar.gz: 5aa83d988773c008d1a34863faa321c35ddd3d22
5
5
  SHA512:
6
- metadata.gz: 13749a5d7ca4e4aef2f8ac0dd4336b7292e060a252eb6c57d8e25462376812757f9c8d3f71d66a4582ba89666e0f5d7faebba549bfb7db285e968e57a674c2f7
7
- data.tar.gz: 435a7a767388ebeae9fb9ba8c2ab64a71e7ae6fe57953c8cb118a5a67312a0ce64e171495fd6668ef3d2d16e45cec422169072c8ed6bc4f19c4c8513dee7e5c6
6
+ metadata.gz: bb6702b8cc94d10cd076d425737ff1e6b52f493b7fd673fe791e628b8001a3bb514345b2fe70b09218dde458e5d3ba6728ff06bea78d6c035689fac89d83e8d7
7
+ data.tar.gz: 0d6e86a9e35b2aacf9820c8ad29f76d9ae54cde1cadc6dfd114ffdd60a2606f2ea723c20de166c7c7982d957eb763a7a70e959def30403c0246711be50b9f61a
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"es-2015-01-01",
5
4
  "apiVersion":"2015-01-01",
6
5
  "endpointPrefix":"es",
7
6
  "protocol":"rest-json",
8
7
  "serviceFullName":"Amazon Elasticsearch Service",
9
- "signatureVersion":"v4"
8
+ "signatureVersion":"v4",
9
+ "uid":"es-2015-01-01"
10
10
  },
11
11
  "operations":{
12
12
  "AddTags":{
@@ -100,6 +100,23 @@
100
100
  {"shape":"ValidationException"}
101
101
  ]
102
102
  },
103
+ "DescribeElasticsearchInstanceTypeLimits":{
104
+ "name":"DescribeElasticsearchInstanceTypeLimits",
105
+ "http":{
106
+ "method":"GET",
107
+ "requestUri":"/2015-01-01/es/instanceTypeLimits/{ElasticsearchVersion}/{InstanceType}"
108
+ },
109
+ "input":{"shape":"DescribeElasticsearchInstanceTypeLimitsRequest"},
110
+ "output":{"shape":"DescribeElasticsearchInstanceTypeLimitsResponse"},
111
+ "errors":[
112
+ {"shape":"BaseException"},
113
+ {"shape":"InternalException"},
114
+ {"shape":"InvalidTypeException"},
115
+ {"shape":"LimitExceededException"},
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"ValidationException"}
118
+ ]
119
+ },
103
120
  "ListDomainNames":{
104
121
  "name":"ListDomainNames",
105
122
  "http":{
@@ -112,6 +129,36 @@
112
129
  {"shape":"ValidationException"}
113
130
  ]
114
131
  },
132
+ "ListElasticsearchInstanceTypes":{
133
+ "name":"ListElasticsearchInstanceTypes",
134
+ "http":{
135
+ "method":"GET",
136
+ "requestUri":"/2015-01-01/es/instanceTypes/{ElasticsearchVersion}"
137
+ },
138
+ "input":{"shape":"ListElasticsearchInstanceTypesRequest"},
139
+ "output":{"shape":"ListElasticsearchInstanceTypesResponse"},
140
+ "errors":[
141
+ {"shape":"BaseException"},
142
+ {"shape":"InternalException"},
143
+ {"shape":"ResourceNotFoundException"},
144
+ {"shape":"ValidationException"}
145
+ ]
146
+ },
147
+ "ListElasticsearchVersions":{
148
+ "name":"ListElasticsearchVersions",
149
+ "http":{
150
+ "method":"GET",
151
+ "requestUri":"/2015-01-01/es/versions"
152
+ },
153
+ "input":{"shape":"ListElasticsearchVersionsRequest"},
154
+ "output":{"shape":"ListElasticsearchVersionsResponse"},
155
+ "errors":[
156
+ {"shape":"BaseException"},
157
+ {"shape":"InternalException"},
158
+ {"shape":"ResourceNotFoundException"},
159
+ {"shape":"ValidationException"}
160
+ ]
161
+ },
115
162
  "ListTags":{
116
163
  "name":"ListTags",
117
164
  "http":{
@@ -182,6 +229,17 @@
182
229
  "TagList":{"shape":"TagList"}
183
230
  }
184
231
  },
232
+ "AdditionalLimit":{
233
+ "type":"structure",
234
+ "members":{
235
+ "LimitName":{"shape":"LimitName"},
236
+ "LimitValues":{"shape":"LimitValueList"}
237
+ }
238
+ },
239
+ "AdditionalLimitList":{
240
+ "type":"list",
241
+ "member":{"shape":"AdditionalLimit"}
242
+ },
185
243
  "AdvancedOptions":{
186
244
  "type":"map",
187
245
  "key":{"shape":"String"},
@@ -292,6 +350,36 @@
292
350
  "DomainStatusList":{"shape":"ElasticsearchDomainStatusList"}
293
351
  }
294
352
  },
353
+ "DescribeElasticsearchInstanceTypeLimitsRequest":{
354
+ "type":"structure",
355
+ "required":[
356
+ "InstanceType",
357
+ "ElasticsearchVersion"
358
+ ],
359
+ "members":{
360
+ "DomainName":{
361
+ "shape":"DomainName",
362
+ "location":"querystring",
363
+ "locationName":"domainName"
364
+ },
365
+ "InstanceType":{
366
+ "shape":"ESPartitionInstanceType",
367
+ "location":"uri",
368
+ "locationName":"InstanceType"
369
+ },
370
+ "ElasticsearchVersion":{
371
+ "shape":"ElasticsearchVersionString",
372
+ "location":"uri",
373
+ "locationName":"ElasticsearchVersion"
374
+ }
375
+ }
376
+ },
377
+ "DescribeElasticsearchInstanceTypeLimitsResponse":{
378
+ "type":"structure",
379
+ "members":{
380
+ "LimitsByRole":{"shape":"LimitsByRole"}
381
+ }
382
+ },
295
383
  "DisabledOperationException":{
296
384
  "type":"structure",
297
385
  "members":{
@@ -365,7 +453,22 @@
365
453
  "r3.4xlarge.elasticsearch",
366
454
  "r3.8xlarge.elasticsearch",
367
455
  "i2.xlarge.elasticsearch",
368
- "i2.2xlarge.elasticsearch"
456
+ "i2.2xlarge.elasticsearch",
457
+ "d2.xlarge.elasticsearch",
458
+ "d2.2xlarge.elasticsearch",
459
+ "d2.4xlarge.elasticsearch",
460
+ "d2.8xlarge.elasticsearch",
461
+ "c4.large.elasticsearch",
462
+ "c4.xlarge.elasticsearch",
463
+ "c4.2xlarge.elasticsearch",
464
+ "c4.4xlarge.elasticsearch",
465
+ "c4.8xlarge.elasticsearch",
466
+ "r4.large.elasticsearch",
467
+ "r4.xlarge.elasticsearch",
468
+ "r4.2xlarge.elasticsearch",
469
+ "r4.4xlarge.elasticsearch",
470
+ "r4.8xlarge.elasticsearch",
471
+ "r4.16xlarge.elasticsearch"
369
472
  ]
370
473
  },
371
474
  "ElasticsearchClusterConfig":{
@@ -429,6 +532,14 @@
429
532
  "type":"list",
430
533
  "member":{"shape":"ElasticsearchDomainStatus"}
431
534
  },
535
+ "ElasticsearchInstanceTypeList":{
536
+ "type":"list",
537
+ "member":{"shape":"ESPartitionInstanceType"}
538
+ },
539
+ "ElasticsearchVersionList":{
540
+ "type":"list",
541
+ "member":{"shape":"ElasticsearchVersionString"}
542
+ },
432
543
  "ElasticsearchVersionStatus":{
433
544
  "type":"structure",
434
545
  "required":[
@@ -442,6 +553,20 @@
442
553
  },
443
554
  "ElasticsearchVersionString":{"type":"string"},
444
555
  "ErrorMessage":{"type":"string"},
556
+ "InstanceCountLimits":{
557
+ "type":"structure",
558
+ "members":{
559
+ "MinimumInstanceCount":{"shape":"MinimumInstanceCount"},
560
+ "MaximumInstanceCount":{"shape":"MaximumInstanceCount"}
561
+ }
562
+ },
563
+ "InstanceLimits":{
564
+ "type":"structure",
565
+ "members":{
566
+ "InstanceCountLimits":{"shape":"InstanceCountLimits"}
567
+ }
568
+ },
569
+ "InstanceRole":{"type":"string"},
445
570
  "IntegerClass":{"type":"integer"},
446
571
  "InternalException":{
447
572
  "type":"structure",
@@ -464,12 +589,86 @@
464
589
  "error":{"httpStatusCode":409},
465
590
  "exception":true
466
591
  },
592
+ "LimitName":{"type":"string"},
593
+ "LimitValue":{"type":"string"},
594
+ "LimitValueList":{
595
+ "type":"list",
596
+ "member":{"shape":"LimitValue"}
597
+ },
598
+ "Limits":{
599
+ "type":"structure",
600
+ "members":{
601
+ "StorageTypes":{"shape":"StorageTypeList"},
602
+ "InstanceLimits":{"shape":"InstanceLimits"},
603
+ "AdditionalLimits":{"shape":"AdditionalLimitList"}
604
+ }
605
+ },
606
+ "LimitsByRole":{
607
+ "type":"map",
608
+ "key":{"shape":"InstanceRole"},
609
+ "value":{"shape":"Limits"}
610
+ },
467
611
  "ListDomainNamesResponse":{
468
612
  "type":"structure",
469
613
  "members":{
470
614
  "DomainNames":{"shape":"DomainInfoList"}
471
615
  }
472
616
  },
617
+ "ListElasticsearchInstanceTypesRequest":{
618
+ "type":"structure",
619
+ "required":["ElasticsearchVersion"],
620
+ "members":{
621
+ "ElasticsearchVersion":{
622
+ "shape":"ElasticsearchVersionString",
623
+ "location":"uri",
624
+ "locationName":"ElasticsearchVersion"
625
+ },
626
+ "DomainName":{
627
+ "shape":"DomainName",
628
+ "location":"querystring",
629
+ "locationName":"domainName"
630
+ },
631
+ "MaxResults":{
632
+ "shape":"MaxResults",
633
+ "location":"querystring",
634
+ "locationName":"maxResults"
635
+ },
636
+ "NextToken":{
637
+ "shape":"NextToken",
638
+ "location":"querystring",
639
+ "locationName":"nextToken"
640
+ }
641
+ }
642
+ },
643
+ "ListElasticsearchInstanceTypesResponse":{
644
+ "type":"structure",
645
+ "members":{
646
+ "ElasticsearchInstanceTypes":{"shape":"ElasticsearchInstanceTypeList"},
647
+ "NextToken":{"shape":"NextToken"}
648
+ }
649
+ },
650
+ "ListElasticsearchVersionsRequest":{
651
+ "type":"structure",
652
+ "members":{
653
+ "MaxResults":{
654
+ "shape":"MaxResults",
655
+ "location":"querystring",
656
+ "locationName":"maxResults"
657
+ },
658
+ "NextToken":{
659
+ "shape":"NextToken",
660
+ "location":"querystring",
661
+ "locationName":"nextToken"
662
+ }
663
+ }
664
+ },
665
+ "ListElasticsearchVersionsResponse":{
666
+ "type":"structure",
667
+ "members":{
668
+ "ElasticsearchVersions":{"shape":"ElasticsearchVersionList"},
669
+ "NextToken":{"shape":"NextToken"}
670
+ }
671
+ },
473
672
  "ListTagsRequest":{
474
673
  "type":"structure",
475
674
  "required":["ARN"],
@@ -487,6 +686,13 @@
487
686
  "TagList":{"shape":"TagList"}
488
687
  }
489
688
  },
689
+ "MaxResults":{
690
+ "type":"integer",
691
+ "max":100
692
+ },
693
+ "MaximumInstanceCount":{"type":"integer"},
694
+ "MinimumInstanceCount":{"type":"integer"},
695
+ "NextToken":{"type":"string"},
490
696
  "OptionState":{
491
697
  "type":"string",
492
698
  "enum":[
@@ -554,6 +760,31 @@
554
760
  "Status":{"shape":"OptionStatus"}
555
761
  }
556
762
  },
763
+ "StorageSubTypeName":{"type":"string"},
764
+ "StorageType":{
765
+ "type":"structure",
766
+ "members":{
767
+ "StorageTypeName":{"shape":"StorageTypeName"},
768
+ "StorageSubTypeName":{"shape":"StorageSubTypeName"},
769
+ "StorageTypeLimits":{"shape":"StorageTypeLimitList"}
770
+ }
771
+ },
772
+ "StorageTypeLimit":{
773
+ "type":"structure",
774
+ "members":{
775
+ "LimitName":{"shape":"LimitName"},
776
+ "LimitValues":{"shape":"LimitValueList"}
777
+ }
778
+ },
779
+ "StorageTypeLimitList":{
780
+ "type":"list",
781
+ "member":{"shape":"StorageTypeLimit"}
782
+ },
783
+ "StorageTypeList":{
784
+ "type":"list",
785
+ "member":{"shape":"StorageType"}
786
+ },
787
+ "StorageTypeName":{"type":"string"},
557
788
  "String":{"type":"string"},
558
789
  "StringList":{
559
790
  "type":"list",
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListElasticsearchInstanceTypes": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListElasticsearchVersions": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }
@@ -1,4 +1,6 @@
1
1
  Aws.add_service(:ElasticsearchService, {
2
2
  api: "#{Aws::API_DIR}/es/2015-01-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/es/2015-01-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/es/2015-01-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/es/2015-01-01/paginators-1.json",
4
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.7.14'
2
+ VERSION = '2.7.15'
3
3
  end
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.7.14
4
+ version: 2.7.15
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-02-23 00:00:00.000000000 Z
11
+ date: 2017-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -211,6 +211,8 @@ files:
211
211
  - apis/email/2010-12-01/paginators-1.json
212
212
  - apis/email/2010-12-01/waiters-2.json
213
213
  - apis/es/2015-01-01/api-2.json
214
+ - apis/es/2015-01-01/examples-1.json
215
+ - apis/es/2015-01-01/paginators-1.json
214
216
  - apis/events/2015-10-07/api-2.json
215
217
  - apis/events/2015-10-07/examples-1.json
216
218
  - apis/firehose/2015-08-04/api-2.json