Skip to content

Commit 78f7ef7

Browse files
authored
Enable compiled endpoint rules, last wave (#5004)
1 parent 8e21bbd commit 78f7ef7

File tree

179 files changed

+537
-179
lines changed

Some content is hidden

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

179 files changed

+537
-179
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@
2424
"interceptors": [
2525
"software.amazon.awssdk.services.apigateway.internal.AcceptJsonInterceptor"
2626
],
27-
"useSraAuth": true
27+
"useSraAuth": true,
28+
"enableGenerateCompiledEndpointRules": true
29+
2830
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
"getApis",
44
"getDomainNames"
55
],
6-
"useSraAuth": true
6+
"useSraAuth": true,
7+
"enableGenerateCompiledEndpointRules": true
8+
79
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"useSraAuth": true
2+
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true
4+
35
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"verifiedSimpleMethods": [
33
"listMeshes"
44
],
5-
"useSraAuth": true
5+
"useSraAuth": true,
6+
"enableGenerateCompiledEndpointRules": true
7+
68
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"useSraAuth": true
2+
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true
4+
35
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"describeImages",
1111
"describeStacks"
1212
],
13-
"useSraAuth": true
13+
"useSraAuth": true,
14+
"enableGenerateCompiledEndpointRules": true
15+
1416
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"verifiedSimpleMethods": [
33
"listGraphqlApis"
44
],
5-
"useSraAuth": true
5+
"useSraAuth": true,
6+
"enableGenerateCompiledEndpointRules": true
7+
68
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"useSraAuth": true
2+
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true
4+
35
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
"listNamedQueries",
44
"listQueryExecutions"
55
],
6-
"useSraAuth": true
6+
"useSraAuth": true,
7+
"enableGenerateCompiledEndpointRules": true
8+
79
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"useSraAuth": true
2+
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true
4+
35
}

0 commit comments

Comments
 (0)