Skip to content

Commit 80b1c08

Browse files
authored
Enable fast unmarshaller wave six (#6032)
1 parent 1ea73f6 commit 80b1c08

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

services/cloudwatchevents/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
"listRules"
55
],
66
"enableGenerateCompiledEndpointRules": true,
7-
"enableFastUnmarshaller": false
7+
"enableFastUnmarshaller": true
88
}

services/cloudwatchlogs/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
"GetLogEvents": "LastPageHasPreviousToken"
1616
},
1717
"enableGenerateCompiledEndpointRules": true,
18-
"enableFastUnmarshaller": false
18+
"enableFastUnmarshaller": true
1919
}

services/eventbridge/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
"EndpointId"
55
],
66
"enableGenerateCompiledEndpointRules": true,
7-
"enableFastUnmarshaller": false
7+
"enableFastUnmarshaller": true
88
}

services/firehose/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
"listDeliveryStreams"
44
],
55
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"RegionMismatch: client region should be used for endpoint region": "Test is broken for client tests, need operationInputs."
5454
},
5555
"usePriorKnowledgeForH2": true,
56-
"enableFastUnmarshaller": false
56+
"enableFastUnmarshaller": true
5757
}

services/kms/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
"listKeys"
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,5 +1,5 @@
11
{
22
"serviceSpecificHttpConfig": "software.amazon.awssdk.services.swf.internal.SwfHttpConfigurationOptions",
33
"enableGenerateCompiledEndpointRules": true,
4-
"enableFastUnmarshaller": false
4+
"enableFastUnmarshaller": true
55
}

0 commit comments

Comments
 (0)