aws-sdk-core 2.11.43 → 2.11.44

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: 57ae54876303965103b6a14c3d7da7e175413889
4
- data.tar.gz: 4d60359f5b69821251e9b4fd952b65ce6fe472f8
3
+ metadata.gz: b8e7a9c024a8bd22d0bef0172d5c5a7c79661362
4
+ data.tar.gz: ee4371f52b409499dddecfa05eda081de8a102fe
5
5
  SHA512:
6
- metadata.gz: d5c0b058f4f1a432bccb376c61f7c70a398a5cad3f6589436969f513889daff4589e1e08bedd43ff408d7689bbb000a29a414e06cc08d70d7fc6d65439447339
7
- data.tar.gz: 0dfc4eec41a427b63dbb7d92a7caa960e4eb26ab76c42c310b8fa7b67be08d27148048ec7af420c27f884389d1de21e7f6e8715d1c69cae5b743ad8e35242791
6
+ metadata.gz: 342dda51646029b4a3b1801fd8ce4faddd39c41051eb7c16ff71a1e12c3c7cdbe94e59c684f4c4900ce8e979d373aea63294a52883d923e53b2936363c466991
7
+ data.tar.gz: f0baaf7ca1503220d147b623ffd6e9890ee524ba84441d89e71cf163f0cbff3ca32eae24c46fccda677ce1173db424f7dc93e383c2dc242a04b5e26de35d2dda
@@ -966,7 +966,10 @@
966
966
  },
967
967
  "DeviceEventType":{
968
968
  "type":"string",
969
- "enum":["CONNECTION_STATUS"]
969
+ "enum":[
970
+ "CONNECTION_STATUS",
971
+ "DEVICE_STATUS"
972
+ ]
970
973
  },
971
974
  "DeviceEventValue":{"type":"string"},
972
975
  "DeviceName":{
@@ -984,7 +987,8 @@
984
987
  "enum":[
985
988
  "READY",
986
989
  "PENDING",
987
- "WAS_OFFLINE"
990
+ "WAS_OFFLINE",
991
+ "DEREGISTERED"
988
992
  ]
989
993
  },
990
994
  "DeviceStatusDetail":{
@@ -242,7 +242,8 @@
242
242
  "enum":[
243
243
  "USAGE",
244
244
  "COST",
245
- "RI_UTILIZATION"
245
+ "RI_UTILIZATION",
246
+ "RI_COVERAGE"
246
247
  ]
247
248
  },
248
249
  "Budgets":{
@@ -130,6 +130,36 @@
130
130
  {"shape":"ValidationException"}
131
131
  ]
132
132
  },
133
+ "DescribeReservedElasticsearchInstanceOfferings":{
134
+ "name":"DescribeReservedElasticsearchInstanceOfferings",
135
+ "http":{
136
+ "method":"GET",
137
+ "requestUri":"/2015-01-01/es/reservedInstanceOfferings"
138
+ },
139
+ "input":{"shape":"DescribeReservedElasticsearchInstanceOfferingsRequest"},
140
+ "output":{"shape":"DescribeReservedElasticsearchInstanceOfferingsResponse"},
141
+ "errors":[
142
+ {"shape":"ResourceNotFoundException"},
143
+ {"shape":"ValidationException"},
144
+ {"shape":"DisabledOperationException"},
145
+ {"shape":"InternalException"}
146
+ ]
147
+ },
148
+ "DescribeReservedElasticsearchInstances":{
149
+ "name":"DescribeReservedElasticsearchInstances",
150
+ "http":{
151
+ "method":"GET",
152
+ "requestUri":"/2015-01-01/es/reservedInstances"
153
+ },
154
+ "input":{"shape":"DescribeReservedElasticsearchInstancesRequest"},
155
+ "output":{"shape":"DescribeReservedElasticsearchInstancesResponse"},
156
+ "errors":[
157
+ {"shape":"ResourceNotFoundException"},
158
+ {"shape":"InternalException"},
159
+ {"shape":"ValidationException"},
160
+ {"shape":"DisabledOperationException"}
161
+ ]
162
+ },
133
163
  "ListDomainNames":{
134
164
  "name":"ListDomainNames",
135
165
  "http":{
@@ -187,6 +217,23 @@
187
217
  {"shape":"InternalException"}
188
218
  ]
189
219
  },
220
+ "PurchaseReservedElasticsearchInstanceOffering":{
221
+ "name":"PurchaseReservedElasticsearchInstanceOffering",
222
+ "http":{
223
+ "method":"POST",
224
+ "requestUri":"/2015-01-01/es/purchaseReservedInstanceOffering"
225
+ },
226
+ "input":{"shape":"PurchaseReservedElasticsearchInstanceOfferingRequest"},
227
+ "output":{"shape":"PurchaseReservedElasticsearchInstanceOfferingResponse"},
228
+ "errors":[
229
+ {"shape":"ResourceNotFoundException"},
230
+ {"shape":"ResourceAlreadyExistsException"},
231
+ {"shape":"LimitExceededException"},
232
+ {"shape":"DisabledOperationException"},
233
+ {"shape":"ValidationException"},
234
+ {"shape":"InternalException"}
235
+ ]
236
+ },
190
237
  "RemoveTags":{
191
238
  "name":"RemoveTags",
192
239
  "http":{
@@ -418,6 +465,60 @@
418
465
  "LimitsByRole":{"shape":"LimitsByRole"}
419
466
  }
420
467
  },
468
+ "DescribeReservedElasticsearchInstanceOfferingsRequest":{
469
+ "type":"structure",
470
+ "members":{
471
+ "ReservedElasticsearchInstanceOfferingId":{
472
+ "shape":"GUID",
473
+ "location":"querystring",
474
+ "locationName":"offeringId"
475
+ },
476
+ "MaxResults":{
477
+ "shape":"MaxResults",
478
+ "location":"querystring",
479
+ "locationName":"maxResults"
480
+ },
481
+ "NextToken":{
482
+ "shape":"NextToken",
483
+ "location":"querystring",
484
+ "locationName":"nextToken"
485
+ }
486
+ }
487
+ },
488
+ "DescribeReservedElasticsearchInstanceOfferingsResponse":{
489
+ "type":"structure",
490
+ "members":{
491
+ "NextToken":{"shape":"NextToken"},
492
+ "ReservedElasticsearchInstanceOfferings":{"shape":"ReservedElasticsearchInstanceOfferingList"}
493
+ }
494
+ },
495
+ "DescribeReservedElasticsearchInstancesRequest":{
496
+ "type":"structure",
497
+ "members":{
498
+ "ReservedElasticsearchInstanceId":{
499
+ "shape":"GUID",
500
+ "location":"querystring",
501
+ "locationName":"reservationId"
502
+ },
503
+ "MaxResults":{
504
+ "shape":"MaxResults",
505
+ "location":"querystring",
506
+ "locationName":"maxResults"
507
+ },
508
+ "NextToken":{
509
+ "shape":"NextToken",
510
+ "location":"querystring",
511
+ "locationName":"nextToken"
512
+ }
513
+ }
514
+ },
515
+ "DescribeReservedElasticsearchInstancesResponse":{
516
+ "type":"structure",
517
+ "members":{
518
+ "NextToken":{"shape":"String"},
519
+ "ReservedElasticsearchInstances":{"shape":"ReservedElasticsearchInstanceList"}
520
+ }
521
+ },
421
522
  "DisabledOperationException":{
422
523
  "type":"structure",
423
524
  "members":{
@@ -450,6 +551,7 @@
450
551
  "type":"list",
451
552
  "member":{"shape":"DomainName"}
452
553
  },
554
+ "Double":{"type":"double"},
453
555
  "EBSOptions":{
454
556
  "type":"structure",
455
557
  "members":{
@@ -629,12 +731,20 @@
629
731
  "value":{"shape":"ServiceUrl"}
630
732
  },
631
733
  "ErrorMessage":{"type":"string"},
734
+ "GUID":{
735
+ "type":"string",
736
+ "pattern":"\\p{XDigit}{8}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{12}"
737
+ },
632
738
  "IdentityPoolId":{
633
739
  "type":"string",
634
740
  "max":55,
635
741
  "min":1,
636
742
  "pattern":"[\\w-]+:[0-9a-f-]+"
637
743
  },
744
+ "InstanceCount":{
745
+ "type":"integer",
746
+ "min":1
747
+ },
638
748
  "InstanceCountLimits":{
639
749
  "type":"structure",
640
750
  "members":{
@@ -649,6 +759,7 @@
649
759
  }
650
760
  },
651
761
  "InstanceRole":{"type":"string"},
762
+ "Integer":{"type":"integer"},
652
763
  "IntegerClass":{"type":"integer"},
653
764
  "InternalException":{
654
765
  "type":"structure",
@@ -830,6 +941,36 @@
830
941
  }
831
942
  },
832
943
  "PolicyDocument":{"type":"string"},
944
+ "PurchaseReservedElasticsearchInstanceOfferingRequest":{
945
+ "type":"structure",
946
+ "required":[
947
+ "ReservedElasticsearchInstanceOfferingId",
948
+ "ReservationName"
949
+ ],
950
+ "members":{
951
+ "ReservedElasticsearchInstanceOfferingId":{"shape":"GUID"},
952
+ "ReservationName":{"shape":"ReservationToken"},
953
+ "InstanceCount":{"shape":"InstanceCount"}
954
+ }
955
+ },
956
+ "PurchaseReservedElasticsearchInstanceOfferingResponse":{
957
+ "type":"structure",
958
+ "members":{
959
+ "ReservedElasticsearchInstanceId":{"shape":"GUID"},
960
+ "ReservationName":{"shape":"ReservationToken"}
961
+ }
962
+ },
963
+ "RecurringCharge":{
964
+ "type":"structure",
965
+ "members":{
966
+ "RecurringChargeAmount":{"shape":"Double"},
967
+ "RecurringChargeFrequency":{"shape":"String"}
968
+ }
969
+ },
970
+ "RecurringChargeList":{
971
+ "type":"list",
972
+ "member":{"shape":"RecurringCharge"}
973
+ },
833
974
  "RemoveTagsRequest":{
834
975
  "type":"structure",
835
976
  "required":[
@@ -841,6 +982,58 @@
841
982
  "TagKeys":{"shape":"StringList"}
842
983
  }
843
984
  },
985
+ "ReservationToken":{
986
+ "type":"string",
987
+ "max":64,
988
+ "min":5
989
+ },
990
+ "ReservedElasticsearchInstance":{
991
+ "type":"structure",
992
+ "members":{
993
+ "ReservationName":{"shape":"ReservationToken"},
994
+ "ReservedElasticsearchInstanceId":{"shape":"GUID"},
995
+ "ReservedElasticsearchInstanceOfferingId":{"shape":"String"},
996
+ "ElasticsearchInstanceType":{"shape":"ESPartitionInstanceType"},
997
+ "StartTime":{"shape":"UpdateTimestamp"},
998
+ "Duration":{"shape":"Integer"},
999
+ "FixedPrice":{"shape":"Double"},
1000
+ "UsagePrice":{"shape":"Double"},
1001
+ "CurrencyCode":{"shape":"String"},
1002
+ "ElasticsearchInstanceCount":{"shape":"Integer"},
1003
+ "State":{"shape":"String"},
1004
+ "PaymentOption":{"shape":"ReservedElasticsearchInstancePaymentOption"},
1005
+ "RecurringCharges":{"shape":"RecurringChargeList"}
1006
+ }
1007
+ },
1008
+ "ReservedElasticsearchInstanceList":{
1009
+ "type":"list",
1010
+ "member":{"shape":"ReservedElasticsearchInstance"}
1011
+ },
1012
+ "ReservedElasticsearchInstanceOffering":{
1013
+ "type":"structure",
1014
+ "members":{
1015
+ "ReservedElasticsearchInstanceOfferingId":{"shape":"GUID"},
1016
+ "ElasticsearchInstanceType":{"shape":"ESPartitionInstanceType"},
1017
+ "Duration":{"shape":"Integer"},
1018
+ "FixedPrice":{"shape":"Double"},
1019
+ "UsagePrice":{"shape":"Double"},
1020
+ "CurrencyCode":{"shape":"String"},
1021
+ "PaymentOption":{"shape":"ReservedElasticsearchInstancePaymentOption"},
1022
+ "RecurringCharges":{"shape":"RecurringChargeList"}
1023
+ }
1024
+ },
1025
+ "ReservedElasticsearchInstanceOfferingList":{
1026
+ "type":"list",
1027
+ "member":{"shape":"ReservedElasticsearchInstanceOffering"}
1028
+ },
1029
+ "ReservedElasticsearchInstancePaymentOption":{
1030
+ "type":"string",
1031
+ "enum":[
1032
+ "ALL_UPFRONT",
1033
+ "PARTIAL_UPFRONT",
1034
+ "NO_UPFRONT"
1035
+ ]
1036
+ },
844
1037
  "ResourceAlreadyExistsException":{
845
1038
  "type":"structure",
846
1039
  "members":{
@@ -1,5 +1,15 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeReservedElasticsearchInstanceOfferings": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "DescribeReservedElasticsearchInstances": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
3
13
  "ListElasticsearchInstanceTypes": {
4
14
  "input_token": "NextToken",
5
15
  "output_token": "NextToken",
@@ -1030,6 +1030,7 @@
1030
1030
  }
1031
1031
  },
1032
1032
  "BytesProcessed":{"type":"long"},
1033
+ "BytesReturned":{"type":"long"},
1033
1034
  "BytesScanned":{"type":"long"},
1034
1035
  "CORSConfiguration":{
1035
1036
  "type":"structure",
@@ -4183,7 +4184,8 @@
4183
4184
  "type":"structure",
4184
4185
  "members":{
4185
4186
  "BytesScanned":{"shape":"BytesScanned"},
4186
- "BytesProcessed":{"shape":"BytesProcessed"}
4187
+ "BytesProcessed":{"shape":"BytesProcessed"},
4188
+ "BytesReturned":{"shape":"BytesReturned"}
4187
4189
  }
4188
4190
  },
4189
4191
  "ProgressEvent":{
@@ -5432,7 +5434,8 @@
5432
5434
  "type":"structure",
5433
5435
  "members":{
5434
5436
  "BytesScanned":{"shape":"BytesScanned"},
5435
- "BytesProcessed":{"shape":"BytesProcessed"}
5437
+ "BytesProcessed":{"shape":"BytesProcessed"},
5438
+ "BytesReturned":{"shape":"BytesReturned"}
5436
5439
  }
5437
5440
  },
5438
5441
  "StatsEvent":{
@@ -1184,12 +1184,15 @@
1184
1184
  "lightsail" : {
1185
1185
  "endpoints" : {
1186
1186
  "ap-northeast-1" : { },
1187
+ "ap-northeast-2" : { },
1187
1188
  "ap-south-1" : { },
1188
1189
  "ap-southeast-1" : { },
1189
1190
  "ap-southeast-2" : { },
1191
+ "ca-central-1" : { },
1190
1192
  "eu-central-1" : { },
1191
1193
  "eu-west-1" : { },
1192
1194
  "eu-west-2" : { },
1195
+ "eu-west-3" : { },
1193
1196
  "us-east-1" : { },
1194
1197
  "us-east-2" : { },
1195
1198
  "us-west-2" : { }
@@ -1980,6 +1983,7 @@
1980
1983
  "protocols" : [ "https" ]
1981
1984
  },
1982
1985
  "endpoints" : {
1986
+ "eu-west-1" : { },
1983
1987
  "us-east-1" : { },
1984
1988
  "us-east-2" : { },
1985
1989
  "us-west-2" : { }
@@ -2004,6 +2008,7 @@
2004
2008
  "eu-central-1" : { },
2005
2009
  "eu-west-1" : { },
2006
2010
  "us-east-1" : { },
2011
+ "us-east-2" : { },
2007
2012
  "us-west-1" : { },
2008
2013
  "us-west-2" : { }
2009
2014
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.43'
2
+ VERSION = '2.11.44'
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.11.43
4
+ version: 2.11.44
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: 2018-05-04 00:00:00.000000000 Z
11
+ date: 2018-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath