Skip to content

Commit f59dddb

Browse files
authored
Activating SRA auth for services with specific signer behaviors, and iam (#4821)
* Activating SRA auth for services with specific signer behaviors, and iam * Adding changelog
1 parent d642347 commit f59dddb

File tree

10 files changed

+21
-0
lines changed

10 files changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Backup Storage, Amazon CodeCatalyst, Amazon Cognito Identity, Amazon Cognito Identity Provider, AWS Identity and Access Management (IAM), Amazon Kinesis, AWS Elemental MediaStore Data Plane, Amazon Transcribe Service, Amazon Transcribe Streaming Service",
4+
"contributor": "",
5+
"description": "Switching a set of services onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0."
6+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSraAuth": true
3+
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"useSraAuth": true,
23
"excludedSimpleMethods" : [
34
"associateSoftwareToken"
45
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"useSraAuth": true,
23
"verifiedSimpleMethods": [
34
"createAccessKey",
45
"deleteAccountPasswordPolicy",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"useSraAuth": true,
23
"verifiedSimpleMethods": [
34
"describeLimits",
45
"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,4 +1,5 @@
11
{
2+
"useSraAuth": true,
23
"excludedSimpleMethods" : [
34
"listItems"
45
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"useSraAuth": true,
23
"verifiedSimpleMethods" : [
34
"listTranscriptionJobs",
45
"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,4 +1,5 @@
11
{
2+
"useSraAuth": true,
23
"serviceSpecificHttpConfig": "software.amazon.awssdk.services.transcribestreaming.internal.DefaultHttpConfigurationOptions",
34
"skipSyncClientGeneration": true,
45
"useLegacyEventGenerationScheme": {

0 commit comments

Comments
 (0)