Skip to content

Commit 0a6e8e3

Browse files
authored
Enable compiled endpoint rules for the second wave (#4883)
Services included are: backupstorage, codecatalyst, cognitoidentity, kinesis, mediastoredata, transcribe, transcribestreaming
1 parent 19e6862 commit 0a6e8e3

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"enableGenerateCompiledEndpointRules": true,
23
"useSraAuth": true
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"enableGenerateCompiledEndpointRules": true,
23
"useSraAuth": true
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"enableGenerateCompiledEndpointRules": true,
23
"useSraAuth": true
34
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true,
34
"verifiedSimpleMethods": [
45
"describeLimits",
56
"listStreams"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true,
34
"excludedSimpleMethods" : [
45
"listItems"
56
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true,
34
"verifiedSimpleMethods" : [
45
"listTranscriptionJobs",
56
"listVocabularies"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true,
34
"serviceSpecificHttpConfig": "software.amazon.awssdk.services.transcribestreaming.internal.DefaultHttpConfigurationOptions",
45
"skipSyncClientGeneration": true,
56
"useLegacyEventGenerationScheme": {

0 commit comments

Comments
 (0)