@@ -237,31 +237,31 @@ module TestFixtures {
237
237
assume {:axiom} fresh (encryption. Modifies);
238
238
}
239
239
240
- method GetDynamoDbEncryptionTransforms2 (actions : AttributeActions , sortKey : Option <string >)
241
- returns (encryption: DynamoDbEncryptionTransforms. DynamoDbEncryptionTransformsClient)
242
- ensures encryption. ValidState ()
243
- ensures fresh (encryption)
244
- ensures fresh (encryption. Modifies)
245
- {
246
- var keyring := GetKmsKeyring ();
247
- encryption :- expect DynamoDbEncryptionTransforms. DynamoDbEncryptionTransforms (
248
- DynamoDbTablesEncryptionConfig(
249
- tableEncryptionConfigs := map[
250
- "foo" := DynamoDbTableEncryptionConfig(
251
- logicalTableName := "foo",
252
- partitionKeyName := "bar",
253
- sortKeyName := sortKey,
254
- attributeActionsOnEncrypt := actions,
255
- allowedUnsignedAttributes := Some(["plain"]),
256
- allowedUnsignedAttributePrefix := None (),
257
- algorithmSuiteId := None (),
258
- keyring := Some (keyring)
259
- )
260
- ]
261
- )
262
- );
263
- assume {:axiom} fresh (encryption. Modifies);
264
- }
240
+ // method GetDynamoDbEncryptionTransforms2(actions : AttributeActions, sortKey : Option<string>)
241
+ // returns (encryption: DynamoDbEncryptionTransforms.DynamoDbEncryptionTransformsClient)
242
+ // ensures encryption.ValidState()
243
+ // ensures fresh(encryption)
244
+ // ensures fresh(encryption.Modifies)
245
+ // {
246
+ // var keyring := GetKmsKeyring();
247
+ // encryption :- expect DynamoDbEncryptionTransforms.DynamoDbEncryptionTransforms(
248
+ // DynamoDbTablesEncryptionConfig(
249
+ // tableEncryptionConfigs := map[
250
+ // "foo" := DynamoDbTableEncryptionConfig(
251
+ // logicalTableName := "foo",
252
+ // partitionKeyName := "bar",
253
+ // sortKeyName := sortKey,
254
+ // attributeActionsOnEncrypt := actions,
255
+ // allowedUnsignedAttributes := Some(["plain"]),
256
+ // allowedUnsignedAttributePrefix := None(),
257
+ // algorithmSuiteId := None(),
258
+ // keyring := Some(keyring)
259
+ // )
260
+ // ]
261
+ // )
262
+ // );
263
+ // assume {:axiom} fresh(encryption.Modifies);
264
+ // }
265
265
266
266
// type AttributeActions = map<ComAmazonawsDynamodbTypes.AttributeName, AwsCryptographyDbEncryptionSdkStructuredEncryptionTypes.CryptoAction>
267
267
0 commit comments