Skip to content

Commit f19cff6

Browse files
authored
Remove the enableFastUnmarshaller key from the config files (#6061)
1 parent 54091ec commit f19cff6

File tree

374 files changed

+341
-715
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

+341
-715
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": true
2+
"enableGenerateCompiledEndpointRules": true
43
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": true
2+
"enableGenerateCompiledEndpointRules": true
43
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"verifiedSimpleMethods": [
33
"listCertificates"
44
],
5-
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": true
5+
"enableGenerateCompiledEndpointRules": true
76
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"verifiedSimpleMethods": [
33
"listCertificateAuthorities"
44
],
5-
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": true
5+
"enableGenerateCompiledEndpointRules": true
76
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": true
2+
"enableGenerateCompiledEndpointRules": true
43
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"verifiedSimpleMethods": [
33
"listApps"
44
],
5-
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": true
5+
"enableGenerateCompiledEndpointRules": true
76
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": true
2+
"enableGenerateCompiledEndpointRules": true
43
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": true
2+
"enableGenerateCompiledEndpointRules": true
43
}

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

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

0 commit comments

Comments
 (0)