Skip to content

Commit 1fa5863

Browse files
authored
Remove enableGenerateCompiledEndpointRules entries from all customization.config files (#7268)
1 parent 439d174 commit 1fa5863

356 files changed

Lines changed: 147 additions & 524 deletions

File tree

Some content is hidden

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

codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/s3-test/customization.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@
331331
}
332332
},
333333

334-
"enableGenerateCompiledEndpointRules": true,
335334
"endpointParameters": {
336335
"DeleteObjectKeys": {
337336
"required": false,

codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/s3control-test/customization.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22

3-
"enableGenerateCompiledEndpointRules": true,
43
"serviceConfig": {
54
"className": "S3ControlConfiguration",
65
"hasDualstackProperty": true,
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
32
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
32
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"verifiedSimpleMethods": [
33
"listCertificates"
4-
],
5-
"enableGenerateCompiledEndpointRules": true
4+
]
65
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"verifiedSimpleMethods": [
33
"listCertificateAuthorities"
4-
],
5-
"enableGenerateCompiledEndpointRules": true
4+
]
65
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
32
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"verifiedSimpleMethods": [
33
"listApps"
4-
],
5-
"enableGenerateCompiledEndpointRules": true
4+
]
65
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
32
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{
2-
"enableGenerateCompiledEndpointRules": true
32
}

0 commit comments

Comments
 (0)