Skip to content

Commit a575375

Browse files
committed
misc: remove InternalApi annotation from AwsSigningResult
1 parent 28465b6 commit a575375

File tree

1 file changed

+0
-3
lines changed
  • runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning

1 file changed

+0
-3
lines changed

runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning/AwsSigningResult.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44
*/
55
package aws.smithy.kotlin.runtime.auth.awssigning
66

7-
import aws.smithy.kotlin.runtime.InternalApi
8-
97
/**
108
* The result of an AWS signing operation
119
* @param T The type of the result
1210
*/
13-
@InternalApi
1411
public data class AwsSigningResult<T>(
1512
/**
1613
* The signed output.

0 commit comments

Comments
 (0)