Skip to content

Commit b26bc20

Browse files
authored
Enable compiled endpoint rules for the third wave (#4927)
Services included are: - accessanalyzer - account - acm - acmpca - alexaforbusiness - amp - amplify - amplifybackend - amplifyuibuilder - apigatewaymanagementapi - appconfig - appfabric - appflow - appintegrations - applicationautoscaling - applicationcostprofiler - applicationdiscovery - applicationinsights - cloudfrontkeyvaluestore - cognitoidentityprovider - eks - emrcontainers - iam - iot - marketplacemetering - paymentcryptography - securityhub
1 parent 21f9e2d commit b26bc20

File tree

27 files changed

+51
-24
lines changed

27 files changed

+51
-24
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"useSraAuth": true
2+
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"useSraAuth": true
2+
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true
34
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"verifiedSimpleMethods": [
33
"listCertificates"
44
],
5-
"useSraAuth": true
5+
"useSraAuth": true,
6+
"enableGenerateCompiledEndpointRules": true
67
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"verifiedSimpleMethods": [
33
"listCertificateAuthorities"
44
],
5-
"useSraAuth": true
5+
"useSraAuth": true,
6+
"enableGenerateCompiledEndpointRules": true
67
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"excludedSimpleMethods": [
33
"*"
44
],
5-
"useSraAuth": true
5+
"useSraAuth": true,
6+
"enableGenerateCompiledEndpointRules": true
67
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"useSraAuth": true
2+
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true
34
}

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

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

0 commit comments

Comments
 (0)