Skip to content

Commit c939f3a

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

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/Model/structures.smithy

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)