@@ -759,15 +759,15 @@ abstract module AbstractAwsCryptographyDbEncryptionSdkDynamoDbTransformsService
759
759
var tmps4 := set t4 | t4 in tmp3. search. value. versions;
760
760
forall tmp4 :: tmp4 in tmps4 ==>
761
761
tmp4. keyStore. ValidState ()
762
- requires var tmps5 := set t5 | t5 in config. tableEncryptionConfigs. Values;
763
- forall tmp5 :: tmp5 in tmps5 ==>
764
- tmp5. search. Some? ==>
765
- var tmps6 := set t6 | t6 in tmp5. search. value. versions;
766
- forall tmp6 :: tmp6 in tmps6 ==>
767
- tmp6. keySource. multi? ==>
768
- tmp6. keySource. multi. cache. Some? ==>
769
- tmp6. keySource. multi. cache. value. Shared? ==>
770
- tmp6. keySource. multi. cache. value. Shared. ValidState ()
762
+ // requires var tmps5 := set t5 | t5 in config.tableEncryptionConfigs.Values;
763
+ // forall tmp5 :: tmp5 in tmps5 ==>
764
+ // tmp5.search.Some? ==>
765
+ // var tmps6 := set t6 | t6 in tmp5.search.value.versions;
766
+ // forall tmp6 :: tmp6 in tmps6 ==>
767
+ // tmp6.keySource.multi? ==>
768
+ // tmp6.keySource.multi.cache.Some? ==>
769
+ // tmp6.keySource.multi.cache.value.Shared? ==>
770
+ // tmp6.keySource.multi.cache.value.Shared.ValidState()
771
771
modifies set tmps7 < - set t7 < - config. tableEncryptionConfigs. Values | true
772
772
&& t7. keyring. Some?
773
773
:: t7. keyring. value,
@@ -785,14 +785,14 @@ abstract module AbstractAwsCryptographyDbEncryptionSdkDynamoDbTransformsService
785
785
, t11 < - t10. search. value. versions | true
786
786
:: t11. keyStore,
787
787
obj < - tmps10. Modifies | obj in tmps10. Modifies :: obj
788
- modifies set tmps12 < - set t12 < - config. tableEncryptionConfigs. Values | true
789
- && t12. search. Some?
790
- , t13 < - t12. search. value. versions | true
791
- && t13. keySource. multi?
792
- && t13. keySource. multi. cache. Some?
793
- && t13. keySource. multi. cache. value. Shared?
794
- :: t13. keySource. multi. cache. value. Shared,
795
- obj < - tmps12. Modifies | obj in tmps12. Modifies :: obj
788
+ // modifies set tmps12 <- set t12 <- config.tableEncryptionConfigs.Values | true
789
+ // && t12.search.Some?
790
+ // , t13 <- t12.search.value.versions | true
791
+ // && t13.keySource.multi?
792
+ // && t13.keySource.multi.cache.Some?
793
+ // && t13.keySource.multi.cache.value.Shared?
794
+ // :: t13.keySource.multi.cache.value.Shared,
795
+ // obj <- tmps12.Modifies | obj in tmps12.Modifies :: obj
796
796
ensures res. Success? ==>
797
797
&& fresh (res. value)
798
798
&& fresh (res. value. Modifies
@@ -813,14 +813,14 @@ abstract module AbstractAwsCryptographyDbEncryptionSdkDynamoDbTransformsService
813
813
, t18 < - t17. search. value. versions | true
814
814
:: t18. keyStore,
815
815
obj < - tmps17. Modifies | obj in tmps17. Modifies :: obj
816
- ) - ( set tmps19 < - set t19 < - config. tableEncryptionConfigs. Values | true
817
- && t19. search. Some?
818
- , t20 < - t19. search. value. versions | true
819
- && t20. keySource. multi?
820
- && t20. keySource. multi. cache. Some?
821
- && t20. keySource. multi. cache. value. Shared?
822
- :: t20. keySource. multi. cache. value. Shared,
823
- obj < - tmps19. Modifies | obj in tmps19. Modifies :: obj
816
+ // ) - ( set tmps19 <- set t19 <- config.tableEncryptionConfigs.Values | true
817
+ // && t19.search.Some?
818
+ // , t20 <- t19.search.value.versions | true
819
+ // && t20.keySource.multi?
820
+ // && t20.keySource.multi.cache.Some?
821
+ // && t20.keySource.multi.cache.value.Shared?
822
+ // :: t20.keySource.multi.cache.value.Shared,
823
+ // obj <- tmps19.Modifies | obj in tmps19.Modifies :: obj
824
824
) )
825
825
&& fresh (res. value. History)
826
826
&& res. value. ValidState ()
0 commit comments