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
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}

services/autoscaling/src/main/resources/codegen-resources/customization.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"verifiedSimpleMethods" : [
2+
"verifiedSimpleMethods": [
33
"describeAccountLimits",
44
"describeAdjustmentTypes",
55
"describeAutoScalingGroups",
@@ -15,5 +15,6 @@
1515
"describeScheduledActions",
1616
"describeTags",
1717
"describeTerminationPolicyTypes"
18-
]
18+
],
19+
"useSraAuth": true
1920
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"verifiedSimpleMethods" : [
2+
"verifiedSimpleMethods": [
33
"describeScalingPlans"
4-
]
4+
],
5+
"useSraAuth": true
56
}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"excludedSimpleMethods" : [
2+
"excludedSimpleMethods": [
33
"getSupportedResourceTypes"
44
],
5-
"verifiedSimpleMethods" : [
5+
"verifiedSimpleMethods": [
66
"listBackupJobs",
77
"listBackupPlanTemplates",
88
"listBackupPlans",
99
"listBackupVaults",
1010
"listProtectedResources",
1111
"listRestoreJobs"
12-
]
12+
],
13+
"useSraAuth": true
1314
}
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: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"verifiedSimpleMethods": [
3-
"describeComputeEnvironments",
4-
"describeJobDefinitions",
5-
"describeJobQueues"
6-
],
7-
"excludedSimpleMethods": [
8-
"listJobs"
9-
]
2+
"verifiedSimpleMethods": [
3+
"describeComputeEnvironments",
4+
"describeJobDefinitions",
5+
"describeJobQueues"
6+
],
7+
"excludedSimpleMethods": [
8+
"listJobs"
9+
],
10+
"useSraAuth": true
1011
}
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"shapeModifiers": {
33
"Spend": {
4-
"modify":[
5-
{
6-
"Amount": {
7-
"emitAsType": "bigdecimal"
8-
}
4+
"modify": [
5+
{
6+
"Amount": {
7+
"emitAsType": "bigdecimal"
8+
}
99
}
1010
]
1111
}
12-
}
12+
},
13+
"useSraAuth": true
1314
}
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
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
"describeEnvironmentMemberships",
44
"listEnvironments"
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,5 @@
11
{
2-
"verifiedSimpleMethods" : [
2+
"verifiedSimpleMethods": [
33
"listDevelopmentSchemaArns",
44
"listDirectories",
55
"listManagedSchemaArns",
@@ -9,5 +9,6 @@
99
"TypedAttributeValue": {
1010
"union": true
1111
}
12-
}
12+
},
13+
"useSraAuth": true
1314
}
Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
{
2-
"verifiedSimpleMethods": [
3-
"describeAccountLimits",
4-
"describeStacks",
5-
"listExports",
6-
"listStackSets",
7-
"listStacks"
8-
],
9-
"shapeModifiers": {
10-
"ListStacksInput": {
11-
"modify": [
12-
{
13-
"StackStatusFilter": {
14-
"emitPropertyName": "stackStatusFilters"
15-
}
2+
"verifiedSimpleMethods": [
3+
"describeAccountLimits",
4+
"describeStacks",
5+
"listExports",
6+
"listStackSets",
7+
"listStacks"
8+
],
9+
"shapeModifiers": {
10+
"ListStacksInput": {
11+
"modify": [
12+
{
13+
"StackStatusFilter": {
14+
"emitPropertyName": "stackStatusFilters"
15+
}
16+
}
17+
]
1618
}
17-
]
18-
}
19-
},
20-
"excludedSimpleMethods": [
21-
"estimateTemplateCost",
22-
"validateTemplate",
23-
"getTemplate",
24-
"describeStackResources",
25-
"describeStackEvents",
26-
"getTemplateSummary"
27-
]
19+
},
20+
"excludedSimpleMethods": [
21+
"estimateTemplateCost",
22+
"validateTemplate",
23+
"getTemplate",
24+
"describeStackResources",
25+
"describeStackEvents",
26+
"getTemplateSummary"
27+
],
28+
"useSraAuth": true
2829
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"verifiedSimpleMethods" : [
2+
"verifiedSimpleMethods": [
33
"describeBackups",
44
"describeClusters"
5-
]
5+
],
6+
"useSraAuth": true
67
}

services/cloudtrail/src/main/resources/codegen-resources/customization.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"deprecatedShapes": [
33
"KmsKeyDisabledException"
44
],
5-
"verifiedSimpleMethods" : [
5+
"verifiedSimpleMethods": [
66
"describeTrails",
77
"listPublicKeys",
88
"lookupEvents"
9-
]
10-
}
9+
],
10+
"useSraAuth": true
11+
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"verifiedSimpleMethods" : [
2+
"verifiedSimpleMethods": [
33
"describeEventBus",
44
"listRules"
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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"verifiedSimpleMethods": [
3-
"listRepositories"
4-
],
5-
"excludedSimpleMethods": [
6-
"getBranch"
7-
]
2+
"verifiedSimpleMethods": [
3+
"listRepositories"
4+
],
5+
"excludedSimpleMethods": [
6+
"getBranch"
7+
],
8+
"useSraAuth": true
89
}

0 commit comments

Comments
 (0)