Skip to content

Commit d59712f

Browse files
authored
Enable fast unmarshaller wave three (#5930)
1 parent 5c1b86b commit d59712f

File tree

63 files changed

+63
-63
lines changed

Some content is hidden

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

63 files changed

+63
-63
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"describeStacks"
1212
],
1313
"enableGenerateCompiledEndpointRules": true,
14-
"enableFastUnmarshaller": false
14+
"enableFastUnmarshaller": true
1515
}

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"listRestoreJobs"
1212
],
1313
"enableGenerateCompiledEndpointRules": true,
14-
"enableFastUnmarshaller": false
14+
"enableFastUnmarshaller": true
1515
}

services/batch/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
"listJobs"
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
}
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/cloudtrail/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
"lookupEvents"
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
}

0 commit comments

Comments
 (0)