Skip to content

Commit ebc27b9

Browse files
authored
Enable fast unmarshaller wave one (#5816)
1 parent 0bef9fd commit ebc27b9

File tree

377 files changed

+787
-986
lines changed

Some content is hidden

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

377 files changed

+787
-986
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
3-
"enableGenerateCompiledEndpointRules": true
2+
"enableGenerateCompiledEndpointRules": true,
3+
"enableFastUnmarshaller": false
44
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
3-
"enableGenerateCompiledEndpointRules": true
2+
"enableGenerateCompiledEndpointRules": true,
3+
"enableFastUnmarshaller": false
44
}

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)