Skip to content

Commit 40a47a3

Browse files
author
AWS
committed
AWS Identity and Access Management Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 81ec334 commit 40a47a3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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": "AWS Identity and Access Management",
4+
"contributor": "",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
}

services/iam/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"iam",
66
"globalEndpoint":"iam.amazonaws.com",
77
"protocol":"query",
8+
"protocols":["query"],
89
"serviceAbbreviation":"IAM",
910
"serviceFullName":"AWS Identity and Access Management",
1011
"serviceId":"IAM",
1112
"signatureVersion":"v4",
1213
"uid":"iam-2010-05-08",
13-
"xmlNamespace":"https://iam.amazonaws.com/doc/2010-05-08/"
14+
"xmlNamespace":"https://iam.amazonaws.com/doc/2010-05-08/",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AddClientIDToOpenIDConnectProvider":{

0 commit comments

Comments
 (0)