Skip to content

Commit 9c652eb

Browse files
authored
Activating SRA auth for remaining service APIs (#4967)
1 parent 29676c4 commit 9c652eb

File tree

185 files changed

+1504
-1112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+1504
-1112
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 SDK for Java v2",
4+
"contributor": "",
5+
"description": "Switching remaining AWS service clients onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0. For a list of individual services affected, please check the committed files."
6+
}
Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
{
2-
"shapeSubstitutions": {
3-
"CacheClusterSize": {
4-
"emitAsShape": "String"
5-
}
6-
},
7-
"excludedSimpleMethods" : [
8-
"updateAccount",
9-
"createApiKey",
10-
"generateClientCertificate"
11-
],
12-
"verifiedSimpleMethods" : [
13-
"getAccount",
14-
"getApiKeys",
15-
"getClientCertificates",
16-
"getDomainNames",
17-
"getRestApis",
18-
"getSdkTypes",
19-
"getUsagePlans",
20-
"getVpcLinks",
21-
"createApiKey",
22-
"generateClientCertificate"
23-
],
24-
"interceptors": [
25-
"software.amazon.awssdk.services.apigateway.internal.AcceptJsonInterceptor"
26-
]
2+
"shapeSubstitutions": {
3+
"CacheClusterSize": {
4+
"emitAsShape": "String"
5+
}
6+
},
7+
"excludedSimpleMethods": [
8+
"updateAccount",
9+
"createApiKey",
10+
"generateClientCertificate"
11+
],
12+
"verifiedSimpleMethods": [
13+
"getAccount",
14+
"getApiKeys",
15+
"getClientCertificates",
16+
"getDomainNames",
17+
"getRestApis",
18+
"getSdkTypes",
19+
"getUsagePlans",
20+
"getVpcLinks",
21+
"createApiKey",
22+
"generateClientCertificate"
23+
],
24+
"interceptors": [
25+
"software.amazon.awssdk.services.apigateway.internal.AcceptJsonInterceptor"
26+
],
27+
"useSraAuth": true
2728
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"verifiedSimpleMethods" : [
2+
"verifiedSimpleMethods": [
33
"getApis",
44
"getDomainNames"
5-
]
5+
],
6+
"useSraAuth": true
67
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"verifiedSimpleMethods" : [
2+
"verifiedSimpleMethods": [
33
"listMeshes"
4-
]
4+
],
5+
"useSraAuth": true
56
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"excludedSimpleMethods" : [
2+
"excludedSimpleMethods": [
33
"updateFleet",
4-
"describeUserStackAssociations"
5-
],
6-
"verifiedSimpleMethods" : [
4+
"describeUserStackAssociations"
5+
],
6+
"verifiedSimpleMethods": [
77
"describeDirectoryConfigs",
88
"describeFleets",
99
"describeImageBuilders",
1010
"describeImages",
1111
"describeStacks"
12-
]
12+
],
13+
"useSraAuth": true
1314
}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"verifiedSimpleMethods": [
3-
"listGraphqlApis"
4-
]
2+
"verifiedSimpleMethods": [
3+
"listGraphqlApis"
4+
],
5+
"useSraAuth": true
56
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"verifiedSimpleMethods" : [
2+
"verifiedSimpleMethods": [
33
"listNamedQueries",
44
"listQueryExecutions"
5-
]
5+
],
6+
"useSraAuth": true
67
}

0 commit comments

Comments
 (0)