aws-sdk-core 2.9.35 → 2.9.36
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/iot/2015-05-28/api-2.json +5 -0
- data/apis/pinpoint/2016-12-01/api-2.json +1028 -47
- data/apis/rekognition/2016-06-27/api-2.json +93 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -138,6 +138,23 @@
|
|
138
138
|
{"shape":"InvalidImageFormatException"}
|
139
139
|
]
|
140
140
|
},
|
141
|
+
"GetCelebrityInfo":{
|
142
|
+
"name":"GetCelebrityInfo",
|
143
|
+
"http":{
|
144
|
+
"method":"POST",
|
145
|
+
"requestUri":"/"
|
146
|
+
},
|
147
|
+
"input":{"shape":"GetCelebrityInfoRequest"},
|
148
|
+
"output":{"shape":"GetCelebrityInfoResponse"},
|
149
|
+
"errors":[
|
150
|
+
{"shape":"InvalidParameterException"},
|
151
|
+
{"shape":"AccessDeniedException"},
|
152
|
+
{"shape":"InternalServerError"},
|
153
|
+
{"shape":"ThrottlingException"},
|
154
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
155
|
+
{"shape":"ResourceNotFoundException"}
|
156
|
+
]
|
157
|
+
},
|
141
158
|
"IndexFaces":{
|
142
159
|
"name":"IndexFaces",
|
143
160
|
"http":{
|
@@ -194,6 +211,26 @@
|
|
194
211
|
{"shape":"ResourceNotFoundException"}
|
195
212
|
]
|
196
213
|
},
|
214
|
+
"RecognizeCelebrities":{
|
215
|
+
"name":"RecognizeCelebrities",
|
216
|
+
"http":{
|
217
|
+
"method":"POST",
|
218
|
+
"requestUri":"/"
|
219
|
+
},
|
220
|
+
"input":{"shape":"RecognizeCelebritiesRequest"},
|
221
|
+
"output":{"shape":"RecognizeCelebritiesResponse"},
|
222
|
+
"errors":[
|
223
|
+
{"shape":"InvalidS3ObjectException"},
|
224
|
+
{"shape":"InvalidParameterException"},
|
225
|
+
{"shape":"InvalidImageFormatException"},
|
226
|
+
{"shape":"ImageTooLargeException"},
|
227
|
+
{"shape":"AccessDeniedException"},
|
228
|
+
{"shape":"InternalServerError"},
|
229
|
+
{"shape":"ThrottlingException"},
|
230
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
231
|
+
{"shape":"InvalidImageFormatException"}
|
232
|
+
]
|
233
|
+
},
|
197
234
|
"SearchFaces":{
|
198
235
|
"name":"SearchFaces",
|
199
236
|
"http":{
|
@@ -274,6 +311,20 @@
|
|
274
311
|
"Top":{"shape":"Float"}
|
275
312
|
}
|
276
313
|
},
|
314
|
+
"Celebrity":{
|
315
|
+
"type":"structure",
|
316
|
+
"members":{
|
317
|
+
"Urls":{"shape":"Urls"},
|
318
|
+
"Name":{"shape":"String"},
|
319
|
+
"Id":{"shape":"RekognitionUniqueId"},
|
320
|
+
"Face":{"shape":"ComparedFace"},
|
321
|
+
"MatchConfidence":{"shape":"Percent"}
|
322
|
+
}
|
323
|
+
},
|
324
|
+
"CelebrityList":{
|
325
|
+
"type":"list",
|
326
|
+
"member":{"shape":"Celebrity"}
|
327
|
+
},
|
277
328
|
"CollectionId":{
|
278
329
|
"type":"string",
|
279
330
|
"max":255,
|
@@ -331,6 +382,10 @@
|
|
331
382
|
"Quality":{"shape":"ImageQuality"}
|
332
383
|
}
|
333
384
|
},
|
385
|
+
"ComparedFaceList":{
|
386
|
+
"type":"list",
|
387
|
+
"member":{"shape":"ComparedFace"}
|
388
|
+
},
|
334
389
|
"ComparedSourceImageFace":{
|
335
390
|
"type":"structure",
|
336
391
|
"members":{
|
@@ -561,6 +616,20 @@
|
|
561
616
|
"FEMALE"
|
562
617
|
]
|
563
618
|
},
|
619
|
+
"GetCelebrityInfoRequest":{
|
620
|
+
"type":"structure",
|
621
|
+
"required":["Id"],
|
622
|
+
"members":{
|
623
|
+
"Id":{"shape":"RekognitionUniqueId"}
|
624
|
+
}
|
625
|
+
},
|
626
|
+
"GetCelebrityInfoResponse":{
|
627
|
+
"type":"structure",
|
628
|
+
"members":{
|
629
|
+
"Urls":{"shape":"Urls"},
|
630
|
+
"Name":{"shape":"String"}
|
631
|
+
}
|
632
|
+
},
|
564
633
|
"Image":{
|
565
634
|
"type":"structure",
|
566
635
|
"members":{
|
@@ -792,6 +861,25 @@
|
|
792
861
|
},
|
793
862
|
"exception":true
|
794
863
|
},
|
864
|
+
"RecognizeCelebritiesRequest":{
|
865
|
+
"type":"structure",
|
866
|
+
"required":["Image"],
|
867
|
+
"members":{
|
868
|
+
"Image":{"shape":"Image"}
|
869
|
+
}
|
870
|
+
},
|
871
|
+
"RecognizeCelebritiesResponse":{
|
872
|
+
"type":"structure",
|
873
|
+
"members":{
|
874
|
+
"CelebrityFaces":{"shape":"CelebrityList"},
|
875
|
+
"UnrecognizedFaces":{"shape":"ComparedFaceList"},
|
876
|
+
"OrientationCorrection":{"shape":"OrientationCorrection"}
|
877
|
+
}
|
878
|
+
},
|
879
|
+
"RekognitionUniqueId":{
|
880
|
+
"type":"string",
|
881
|
+
"pattern":"[0-9A-Za-z]*"
|
882
|
+
},
|
795
883
|
"ResourceAlreadyExistsException":{
|
796
884
|
"type":"structure",
|
797
885
|
"members":{
|
@@ -894,6 +982,11 @@
|
|
894
982
|
"UInteger":{
|
895
983
|
"type":"integer",
|
896
984
|
"min":0
|
985
|
+
},
|
986
|
+
"Url":{"type":"string"},
|
987
|
+
"Urls":{
|
988
|
+
"type":"list",
|
989
|
+
"member":{"shape":"Url"}
|
897
990
|
}
|
898
991
|
}
|
899
992
|
}
|
data/lib/aws-sdk-core/version.rb
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.36
|
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-06-
|
11
|
+
date: 2017-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|