Skip to content

Commit 6fb4cb6

Browse files
authored
Enable fast unmarshaller wave two (#5896)
* Enable fast unmarshaller wave two * Add SdkClientJsonProtocolAdvancedOption to the exception list
1 parent c00c417 commit 6fb4cb6

File tree

60 files changed

+61
-60
lines changed

Some content is hidden

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

60 files changed

+61
-60
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"listCertificateAuthorities"
44
],
55
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"software.amazon.awssdk.services.apigateway.internal.AcceptJsonInterceptor"
2626
],
2727
"enableGenerateCompiledEndpointRules": true,
28-
"enableFastUnmarshaller": false
28+
"enableFastUnmarshaller": true
2929
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"getDomainNames"
55
],
66
"enableGenerateCompiledEndpointRules": true,
7-
"enableFastUnmarshaller": false
7+
"enableFastUnmarshaller": true
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"listMeshes"
44
],
55
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"listGraphqlApis"
44
],
55
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"describeClusters"
55
],
66
"enableGenerateCompiledEndpointRules": true,
7-
"enableFastUnmarshaller": false
7+
"enableFastUnmarshaller": true
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"listSourceCredentials"
77
],
88
"enableGenerateCompiledEndpointRules": true,
9-
"enableFastUnmarshaller": false
9+
"enableFastUnmarshaller": true
1010
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"getBranch"
77
],
88
"enableGenerateCompiledEndpointRules": true,
9-
"enableFastUnmarshaller": false
9+
"enableFastUnmarshaller": true
1010
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"InstanceSummary"
3333
],
3434
"enableGenerateCompiledEndpointRules": true,
35-
"enableFastUnmarshaller": false
35+
"enableFastUnmarshaller": true
3636
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"registerWebhookWithThirdParty"
1010
],
1111
"enableGenerateCompiledEndpointRules": true,
12-
"enableFastUnmarshaller": false
12+
"enableFastUnmarshaller": true
1313
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"listVPCEConfigurations"
1717
],
1818
"enableGenerateCompiledEndpointRules": true,
19-
"enableFastUnmarshaller": false
19+
"enableFastUnmarshaller": true
2020
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"TestRole"
88
],
99
"enableGenerateCompiledEndpointRules": true,
10-
"enableFastUnmarshaller": false
10+
"enableFastUnmarshaller": true
1111
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"listPolicies"
77
],
88
"enableGenerateCompiledEndpointRules": true,
9-
"enableFastUnmarshaller": false
9+
"enableFastUnmarshaller": true
1010
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"describeFileSystems"
55
],
66
"enableGenerateCompiledEndpointRules": true,
7-
"enableFastUnmarshaller": false
7+
"enableFastUnmarshaller": true
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"software.amazon.awssdk.services.glacier.internal.AcceptJsonInterceptor",
2929
"software.amazon.awssdk.services.glacier.internal.GlacierExecutionInterceptor"
3030
],
31-
"enableFastUnmarshaller": false
31+
"enableFastUnmarshaller": true
3232
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"describeAcceleratorAttributes"
88
],
99
"enableGenerateCompiledEndpointRules": true,
10-
"enableFastUnmarshaller": false
10+
"enableFastUnmarshaller": true
1111
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"createSoftwareUpdateJob"
2626
],
2727
"enableGenerateCompiledEndpointRules": true,
28-
"enableFastUnmarshaller": false
28+
"enableFastUnmarshaller": true
2929
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"discoverInputSchema"
77
],
88
"enableGenerateCompiledEndpointRules": true,
9-
"enableFastUnmarshaller": false
9+
"enableFastUnmarshaller": true
1010
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"listApplications"
44
],
55
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
},
55
"enableGenerateCompiledEndpointRules": true,
66
"usePriorKnowledgeForH2": true,
7-
"enableFastUnmarshaller": false
7+
"enableFastUnmarshaller": true
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"listFlows"
55
],
66
"enableGenerateCompiledEndpointRules": true,
7-
"enableFastUnmarshaller": false
7+
"enableFastUnmarshaller": true
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"__PeriodTriggersElement": "PeriodTriggersElement"
1313
},
1414
"enableGenerateCompiledEndpointRules": true,
15-
"enableFastUnmarshaller": false
15+
"enableFastUnmarshaller": true
1616
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
// Do not keep adding to this list. Require the service team to name enums like they're naming their shapes.
44
"__PeriodTriggersElement": "PeriodTriggersElement"
55
},
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"describeContainer"
77
],
88
"enableGenerateCompiledEndpointRules": true,
9-
"enableFastUnmarshaller": false
9+
"enableFastUnmarshaller": true
1010
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"createConfiguration"
99
],
1010
"enableGenerateCompiledEndpointRules": true,
11-
"enableFastUnmarshaller": false
11+
"enableFastUnmarshaller": true
1212
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"describeVolumes"
2323
],
2424
"enableGenerateCompiledEndpointRules": true,
25-
"enableFastUnmarshaller": false
25+
"enableFastUnmarshaller": true
2626
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"enableSharingWithAwsOrganization"
55
],
66
"enableGenerateCompiledEndpointRules": true,
7-
"enableFastUnmarshaller": false
7+
"enableFastUnmarshaller": true
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"listGroups"
44
],
55
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"listResolverRules"
1111
],
1212
"enableGenerateCompiledEndpointRules": true,
13-
"enableFastUnmarshaller": false
13+
"enableFastUnmarshaller": true
1414
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"getInsights"
1515
],
1616
"enableGenerateCompiledEndpointRules": true,
17-
"enableFastUnmarshaller": false
17+
"enableFastUnmarshaller": true
1818
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"getAWSOrganizationsAccessStatus"
1414
],
1515
"enableGenerateCompiledEndpointRules": true,
16-
"enableFastUnmarshaller": false
16+
"enableFastUnmarshaller": true
1717
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"enableFastUnmarshaller": false
2+
"enableFastUnmarshaller": true
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
}
2020
},
2121
"enableGenerateCompiledEndpointRules": true,
22-
"enableFastUnmarshaller": false
22+
"enableFastUnmarshaller": true
2323
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"listTranscriptionJobs",
55
"listVocabularies"
66
],
7-
"enableFastUnmarshaller": false
7+
"enableFastUnmarshaller": true
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"contentType": "application/json"
44
},
55
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"listOrganizations"
44
],
55
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
}
1616
},
1717
"enableGenerateCompiledEndpointRules": true,
18-
"enableFastUnmarshaller": false
18+
"enableFastUnmarshaller": true
1919
}

0 commit comments

Comments
 (0)