Skip to content

Commit f8e3e39

Browse files
authored
Enable compiled endpoint rules for the fourth wave (#4973)
1 parent 7e9c01d commit f8e3e39

File tree

155 files changed

+465
-155
lines changed

Some content is hidden

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

155 files changed

+465
-155
lines changed
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
}
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
}
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
}
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
}
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/chime/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
"listAccounts"
44
],
55
"generateEndpointClientTests": true,
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
}
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
}
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/cloudfront/src/main/resources/codegen-resources/customization.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
"returnType": "software.amazon.awssdk.services.cloudfront.CloudFrontUtilities",
1212
"createMethodParams": []
1313
},
14-
"useSraAuth": true
14+
"useSraAuth": true,
15+
"enableGenerateCompiledEndpointRules": true
16+
1517
}

0 commit comments

Comments
 (0)