Skip to content

Commit c939f3a

Browse files
authored
fix: remove @sensitive from smithy models (#1123)
1 parent 4ad1ed5 commit c939f3a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/Model/structures.smithy

-1
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,4 @@ map EncryptionContext {
150150
value: Utf8Bytes,
151151
}
152152

153-
@sensitive
154153
blob Secret

AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStore/Model/KeyStore.smithy

-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ map HmacKeyMap {
364364
value: Secret
365365
}
366366

367-
@sensitive
368367
blob Secret
369368

370369
map EncryptionContext {

0 commit comments

Comments
 (0)