Skip to content

Commit

Permalink
Enable compiled endpoint rules for the second wave (#4883)
Browse files Browse the repository at this point in the history
Services included are: backupstorage, codecatalyst, cognitoidentity, kinesis, mediastoredata, transcribe, transcribestreaming
  • Loading branch information
sugmanue authored Feb 2, 2024
1 parent 19e6862 commit 0a6e8e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"enableGenerateCompiledEndpointRules": true,
"useSraAuth": true
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"enableGenerateCompiledEndpointRules": true,
"useSraAuth": true
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"enableGenerateCompiledEndpointRules": true,
"useSraAuth": true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"useSraAuth": true,
"enableGenerateCompiledEndpointRules": true,
"verifiedSimpleMethods": [
"describeLimits",
"listStreams"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"useSraAuth": true,
"enableGenerateCompiledEndpointRules": true,
"excludedSimpleMethods" : [
"listItems"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"useSraAuth": true,
"enableGenerateCompiledEndpointRules": true,
"verifiedSimpleMethods" : [
"listTranscriptionJobs",
"listVocabularies"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"useSraAuth": true,
"enableGenerateCompiledEndpointRules": true,
"serviceSpecificHttpConfig": "software.amazon.awssdk.services.transcribestreaming.internal.DefaultHttpConfigurationOptions",
"skipSyncClientGeneration": true,
"useLegacyEventGenerationScheme": {
Expand Down

0 comments on commit 0a6e8e3

Please sign in to comment.