Skip to content

Commit b1cca07

Browse files
committed
Revert "Remove the enableFastUnmarshaller key from the config files (#6061)"
This reverts commit f19cff6.
1 parent 567f029 commit b1cca07

File tree

374 files changed

+715
-341
lines changed

Some content is hidden

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

374 files changed

+715
-341
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
2+
"enableGenerateCompiledEndpointRules": true,
3+
"enableFastUnmarshaller": true
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
2+
"enableGenerateCompiledEndpointRules": true,
3+
"enableFastUnmarshaller": 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-
"enableGenerateCompiledEndpointRules": true
5+
"enableGenerateCompiledEndpointRules": true,
6+
"enableFastUnmarshaller": 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-
"enableGenerateCompiledEndpointRules": true
5+
"enableGenerateCompiledEndpointRules": true,
6+
"enableFastUnmarshaller": true
67
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
2+
"enableGenerateCompiledEndpointRules": true,
3+
"enableFastUnmarshaller": 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-
"enableGenerateCompiledEndpointRules": true
5+
"enableGenerateCompiledEndpointRules": true,
6+
"enableFastUnmarshaller": true
67
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
2+
"enableGenerateCompiledEndpointRules": true,
3+
"enableFastUnmarshaller": true
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
2+
"enableGenerateCompiledEndpointRules": true,
3+
"enableFastUnmarshaller": true
34
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"interceptors": [
2525
"software.amazon.awssdk.services.apigateway.internal.AcceptJsonInterceptor"
2626
],
27-
"enableGenerateCompiledEndpointRules": true
27+
"enableGenerateCompiledEndpointRules": true,
28+
"enableFastUnmarshaller": true
2829
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
2+
"enableGenerateCompiledEndpointRules": true,
3+
"enableFastUnmarshaller": true
34
}

0 commit comments

Comments
 (0)