We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef381ac commit 961584bCopy full SHA for 961584b
.changes/next-release/feature-AmazonRekognition-33f409e.json
@@ -0,0 +1,6 @@
1
+{
2
+ "type": "feature",
3
+ "category": "Amazon Rekognition",
4
+ "contributor": "",
5
+ "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6
+}
services/rekognition/src/main/resources/codegen-resources/service-2.json
@@ -5,11 +5,13 @@
"endpointPrefix":"rekognition",
"jsonVersion":"1.1",
7
"protocol":"json",
8
+ "protocols":["json"],
9
"serviceFullName":"Amazon Rekognition",
10
"serviceId":"Rekognition",
11
"signatureVersion":"v4",
12
"targetPrefix":"RekognitionService",
- "uid":"rekognition-2016-06-27"
13
+ "uid":"rekognition-2016-06-27",
14
+ "auth":["aws.auth#sigv4"]
15
},
16
"operations":{
17
"AssociateFaces":{
0 commit comments