Skip to content

Commit fe81a61

Browse files
committed
add kdoc
1 parent aa237f3 commit fe81a61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/SdkIdTransform.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ object SdkIdTransform {
6767
}
6868
}
6969

70+
/**
71+
* Implements all standardized SigV4 service signing name transforms.
72+
*/
7073
object SigV4NameTransform {
7174
/**
7275
* Replace all dashes from the SigV4 service signing name with underscores and capitalize all letters.

0 commit comments

Comments
 (0)