Skip to content

Commit 5d44053

Browse files
author
AWS
committed
Amazon Rekognition Update: Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories"
1 parent b8bf84f commit 5d44053

File tree

4 files changed

+373
-133
lines changed

4 files changed

+373
-133
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Rekognition",
4+
"contributor": "",
5+
"description": "Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, \"aliases\" and \"categories\""
6+
}

services/rekognition/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@
255255
{
256256
"ref": "Region"
257257
},
258-
"rekognition.us-east-2"
258+
"rekognition.us-east-1"
259259
]
260260
}
261261
],
262262
"endpoint": {
263-
"url": "https://rekognition-fips.us-east-2.amazonaws.com",
263+
"url": "https://rekognition-fips.us-east-1.amazonaws.com",
264264
"properties": {},
265265
"headers": {}
266266
},
@@ -274,12 +274,12 @@
274274
{
275275
"ref": "Region"
276276
},
277-
"rekognition.us-west-1"
277+
"rekognition.us-east-2"
278278
]
279279
}
280280
],
281281
"endpoint": {
282-
"url": "https://rekognition-fips.us-west-1.amazonaws.com",
282+
"url": "https://rekognition-fips.us-east-2.amazonaws.com",
283283
"properties": {},
284284
"headers": {}
285285
},
@@ -293,12 +293,12 @@
293293
{
294294
"ref": "Region"
295295
},
296-
"rekognition.us-east-1"
296+
"rekognition.us-west-1"
297297
]
298298
}
299299
],
300300
"endpoint": {
301-
"url": "https://rekognition-fips.us-east-1.amazonaws.com",
301+
"url": "https://rekognition-fips.us-west-1.amazonaws.com",
302302
"properties": {},
303303
"headers": {}
304304
},

0 commit comments

Comments
 (0)