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 1f868a4 commit ef381acCopy full SHA for ef381ac
.changes/next-release/feature-AWSConfig-8d432bc.json
@@ -0,0 +1,6 @@
1
+{
2
+ "type": "feature",
3
+ "category": "AWS Config",
4
+ "contributor": "",
5
+ "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6
+}
services/config/src/main/resources/codegen-resources/service-2.json
@@ -5,12 +5,14 @@
"endpointPrefix":"config",
"jsonVersion":"1.1",
7
"protocol":"json",
8
+ "protocols":["json"],
9
"serviceAbbreviation":"Config Service",
10
"serviceFullName":"AWS Config",
11
"serviceId":"Config Service",
12
"signatureVersion":"v4",
13
"targetPrefix":"StarlingDoveService",
- "uid":"config-2014-11-12"
14
+ "uid":"config-2014-11-12",
15
+ "auth":["aws.auth#sigv4"]
16
},
17
"operations":{
18
"BatchGetAggregateResourceConfig":{
0 commit comments