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
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"getApis",
44
"getDomainNames"
55
],
6-
"enableGenerateCompiledEndpointRules": true
6+
"enableGenerateCompiledEndpointRules": true,
7+
"enableFastUnmarshaller": true
78
}
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
}
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
}
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
}
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/applicationdiscovery/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"DescribeExportConfigurations",
1818
"ExportConfigurations"
1919
],
20-
"enableGenerateCompiledEndpointRules": true
20+
"enableGenerateCompiledEndpointRules": true,
21+
"enableFastUnmarshaller": true
2122
}
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2+
"enableFastUnmarshaller": true
23
}

services/appmesh/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
"listMeshes"
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/appstream/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"describeImages",
1111
"describeStacks"
1212
],
13-
"enableGenerateCompiledEndpointRules": true
13+
"enableGenerateCompiledEndpointRules": true,
14+
"enableFastUnmarshaller": true
1415
}

services/appsync/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
"listGraphqlApis"
44
],
5-
"enableGenerateCompiledEndpointRules": true
5+
"enableGenerateCompiledEndpointRules": true,
6+
"enableFastUnmarshaller": true
67
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2+
"enableFastUnmarshaller": true
23
}
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/athena/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"listNamedQueries",
44
"listQueryExecutions"
55
],
6-
"enableGenerateCompiledEndpointRules": true
6+
"enableGenerateCompiledEndpointRules": true,
7+
"enableFastUnmarshaller": true
78
}
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/autoscalingplans/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
"describeScalingPlans"
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/backup/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"listProtectedResources",
1111
"listRestoreJobs"
1212
],
13-
"enableGenerateCompiledEndpointRules": true
13+
"enableGenerateCompiledEndpointRules": true,
14+
"enableFastUnmarshaller": true
1415
}
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2+
"enableFastUnmarshaller": true
23
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"excludedSimpleMethods": [
88
"listJobs"
99
],
10-
"enableGenerateCompiledEndpointRules": true
10+
"enableGenerateCompiledEndpointRules": true,
11+
"enableFastUnmarshaller": true
1112
}
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2+
"enableFastUnmarshaller": true
23
}
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
}
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2+
"enableFastUnmarshaller": true
23
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2+
"enableFastUnmarshaller": true
23
}
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2+
"enableFastUnmarshaller": true
23
}
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/budgets/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
]
1111
}
1212
},
13-
"enableGenerateCompiledEndpointRules": true
13+
"enableGenerateCompiledEndpointRules": true,
14+
"enableFastUnmarshaller": true
1415
}
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/chime/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"listAccounts"
44
],
55
"generateEndpointClientTests": true,
6-
"enableGenerateCompiledEndpointRules": true
6+
"enableGenerateCompiledEndpointRules": true,
7+
"enableFastUnmarshaller": true
78
}
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
}
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
}
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
}
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/cloud9/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"describeEnvironmentMemberships",
44
"listEnvironments"
55
],
6-
"enableGenerateCompiledEndpointRules": true
6+
"enableGenerateCompiledEndpointRules": true,
7+
"enableFastUnmarshaller": true
78
}
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/clouddirectory/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"union": true
1111
}
1212
},
13-
"enableGenerateCompiledEndpointRules": true
13+
"enableGenerateCompiledEndpointRules": true,
14+
"enableFastUnmarshaller": true
1415
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableEndpointAuthSchemeParams": true
3+
"enableEndpointAuthSchemeParams": true,
4+
"enableFastUnmarshaller": true
45
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"listHsms",
3131
"listLunaClients"
3232
],
33-
"enableGenerateCompiledEndpointRules": true
33+
"enableGenerateCompiledEndpointRules": true,
34+
"enableFastUnmarshaller": true
3435
}

0 commit comments

Comments
 (0)