-
Notifications
You must be signed in to change notification settings - Fork 859
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable compiled endpoint rules for the second wave (#4883)
Services included are: backupstorage, codecatalyst, cognitoidentity, kinesis, mediastoredata, transcribe, transcribestreaming
- Loading branch information
Showing
7 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
services/backupstorage/src/main/resources/codegen-resources/customization.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"enableGenerateCompiledEndpointRules": true, | ||
"useSraAuth": true | ||
} |
1 change: 1 addition & 0 deletions
1
services/codecatalyst/src/main/resources/codegen-resources/customization.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"enableGenerateCompiledEndpointRules": true, | ||
"useSraAuth": true | ||
} |
1 change: 1 addition & 0 deletions
1
services/cognitoidentity/src/main/resources/codegen-resources/customization.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"enableGenerateCompiledEndpointRules": true, | ||
"useSraAuth": true | ||
} |
1 change: 1 addition & 0 deletions
1
services/kinesis/src/main/resources/codegen-resources/customization.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
services/mediastoredata/src/main/resources/codegen-resources/customization.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"useSraAuth": true, | ||
"enableGenerateCompiledEndpointRules": true, | ||
"excludedSimpleMethods" : [ | ||
"listItems" | ||
] | ||
|
1 change: 1 addition & 0 deletions
1
services/transcribe/src/main/resources/codegen-resources/customization.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
services/transcribestreaming/src/main/resources/codegen-resources/customization.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters