@@ -573,6 +573,8 @@ public static software.amazon.cryptography.materialproviders.internaldafny.types
573
573
// Therefore it defers to the dependant module for conversion
574
574
return AWS . Cryptography . MaterialProviders . TypeConversion . ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S28_BranchKeyIdSupplierReference ( value ) ;
575
575
}
576
+
577
+ [ Obsolete ]
576
578
public static string FromDafny_N6_smithy__N3_api__S6_String ( Dafny . ISequence < char > value )
577
579
{
578
580
return new string ( value . Elements ) ;
@@ -591,6 +593,8 @@ public static Dafny.ISequence<char> ToDafny_N6_smithy__N3_api__S6_String(string
591
593
new Dafny . Pair < Dafny . ISequence < char > , software . amazon . cryptography . services . dynamodb . internaldafny . types . _IAttributeValue > ( ToDafny_N3_com__N9_amazonaws__N8_dynamodb__S3_Key__M3_key ( pair . Key ) , ToDafny_N3_com__N9_amazonaws__N8_dynamodb__S3_Key__M5_value ( pair . Value ) )
592
594
) ) ;
593
595
}
596
+
597
+ [ Obsolete ]
594
598
public static System . Collections . Generic . List < AWS . Cryptography . DbEncryptionSDK . DynamoDb . EncryptedDataKeyDescription > FromDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__S31_EncryptedDataKeyDescriptionList ( Dafny . ISequence < software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . _IEncryptedDataKeyDescription > value )
595
599
{
596
600
return new System . Collections . Generic . List < AWS . Cryptography . DbEncryptionSDK . DynamoDb . EncryptedDataKeyDescription > ( value . Elements . Select ( FromDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__S31_EncryptedDataKeyDescriptionList__M6_member ) ) ;
@@ -599,6 +603,8 @@ public static Dafny.ISequence<char> ToDafny_N6_smithy__N3_api__S6_String(string
599
603
{
600
604
return Dafny . Sequence < software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . _IEncryptedDataKeyDescription > . FromArray ( value . Select ( ToDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__S31_EncryptedDataKeyDescriptionList__M6_member ) . ToArray ( ) ) ;
601
605
}
606
+
607
+ [ Obsolete ]
602
608
public static System . IO . MemoryStream FromDafny_N6_smithy__N3_api__S4_Blob ( Dafny . ISequence < byte > value )
603
609
{
604
610
return new System . IO . MemoryStream ( value . Elements ) ;
@@ -944,6 +950,8 @@ public static software.amazon.cryptography.materialproviders.internaldafny.types
944
950
}
945
951
throw new System . ArgumentException ( "Invalid AWS.Cryptography.MaterialProviders.CacheType state" ) ;
946
952
}
953
+
954
+ [ Obsolete ]
947
955
public static string FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S13_AttributeName ( Dafny . ISequence < char > value )
948
956
{
949
957
return new string ( value . Elements ) ;
@@ -1066,6 +1074,8 @@ public static software.amazon.cryptography.dbencryptionsdk.dynamodb.internaldafn
1066
1074
string var_branchKeyVersion = value . IsSetBranchKeyVersion ( ) ? value . BranchKeyVersion : ( string ) null ;
1067
1075
return new software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . EncryptedDataKeyDescription ( ToDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__S27_EncryptedDataKeyDescription__M13_keyProviderId ( value . KeyProviderId ) , ToDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__S27_EncryptedDataKeyDescription__M15_keyProviderInfo ( var_keyProviderInfo ) , ToDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__S27_EncryptedDataKeyDescription__M11_branchKeyId ( var_branchKeyId ) , ToDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__S27_EncryptedDataKeyDescription__M16_branchKeyVersion ( var_branchKeyVersion ) ) ;
1068
1076
}
1077
+
1078
+ [ Obsolete ]
1069
1079
public static string FromDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__S4_Char ( Dafny . ISequence < char > value )
1070
1080
{
1071
1081
return new string ( value . Elements ) ;
@@ -1284,6 +1294,8 @@ public static software.amazon.cryptography.materialproviders.internaldafny.types
1284
1294
int ? var_entryPruningTailSize = value . IsSetEntryPruningTailSize ( ) ? value . EntryPruningTailSize : ( int ? ) null ;
1285
1295
return new software . amazon . cryptography . materialproviders . internaldafny . types . StormTrackingCache ( ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S18_StormTrackingCache__M13_entryCapacity ( value . EntryCapacity ) , ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S18_StormTrackingCache__M20_entryPruningTailSize ( var_entryPruningTailSize ) , ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S18_StormTrackingCache__M11_gracePeriod ( value . GracePeriod ) , ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S18_StormTrackingCache__M13_graceInterval ( value . GraceInterval ) , ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S18_StormTrackingCache__M6_fanOut ( value . FanOut ) , ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S18_StormTrackingCache__M11_inFlightTTL ( value . InFlightTTL ) , ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S18_StormTrackingCache__M10_sleepMilli ( value . SleepMilli ) ) ;
1286
1296
}
1297
+
1298
+ [ Obsolete ]
1287
1299
public static string FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S20_StringAttributeValue ( Dafny . ISequence < char > value )
1288
1300
{
1289
1301
return new string ( value . Elements ) ;
@@ -1292,6 +1304,8 @@ public static Dafny.ISequence<char> ToDafny_N3_com__N9_amazonaws__N8_dynamodb__S
1292
1304
{
1293
1305
return Dafny . Sequence < char > . FromString ( value ) ;
1294
1306
}
1307
+
1308
+ [ Obsolete ]
1295
1309
public static string FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S20_NumberAttributeValue ( Dafny . ISequence < char > value )
1296
1310
{
1297
1311
return new string ( value . Elements ) ;
@@ -1300,6 +1314,8 @@ public static Dafny.ISequence<char> ToDafny_N3_com__N9_amazonaws__N8_dynamodb__S
1300
1314
{
1301
1315
return Dafny . Sequence < char > . FromString ( value ) ;
1302
1316
}
1317
+
1318
+ [ Obsolete ]
1303
1319
public static System . IO . MemoryStream FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S20_BinaryAttributeValue ( Dafny . ISequence < byte > value )
1304
1320
{
1305
1321
return new System . IO . MemoryStream ( value . Elements ) ;
@@ -1313,6 +1329,8 @@ public static Dafny.ISequence<byte> ToDafny_N3_com__N9_amazonaws__N8_dynamodb__S
1313
1329
return Dafny . Sequence < byte > . FromArray ( value . ToArray ( ) ) ;
1314
1330
1315
1331
}
1332
+
1333
+ [ Obsolete ]
1316
1334
public static System . Collections . Generic . List < string > FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S23_StringSetAttributeValue ( Dafny . ISequence < Dafny . ISequence < char > > value )
1317
1335
{
1318
1336
return new System . Collections . Generic . List < string > ( value . Elements . Select ( FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S23_StringSetAttributeValue__M6_member ) ) ;
@@ -1321,6 +1339,8 @@ public static System.Collections.Generic.List<string> FromDafny_N3_com__N9_amazo
1321
1339
{
1322
1340
return Dafny . Sequence < Dafny . ISequence < char > > . FromArray ( value . Select ( ToDafny_N3_com__N9_amazonaws__N8_dynamodb__S23_StringSetAttributeValue__M6_member ) . ToArray ( ) ) ;
1323
1341
}
1342
+
1343
+ [ Obsolete ]
1324
1344
public static System . Collections . Generic . List < string > FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S23_NumberSetAttributeValue ( Dafny . ISequence < Dafny . ISequence < char > > value )
1325
1345
{
1326
1346
return new System . Collections . Generic . List < string > ( value . Elements . Select ( FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S23_NumberSetAttributeValue__M6_member ) ) ;
@@ -1329,6 +1349,8 @@ public static System.Collections.Generic.List<string> FromDafny_N3_com__N9_amazo
1329
1349
{
1330
1350
return Dafny . Sequence < Dafny . ISequence < char > > . FromArray ( value . Select ( ToDafny_N3_com__N9_amazonaws__N8_dynamodb__S23_NumberSetAttributeValue__M6_member ) . ToArray ( ) ) ;
1331
1351
}
1352
+
1353
+ [ Obsolete ]
1332
1354
public static System . Collections . Generic . List < System . IO . MemoryStream > FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S23_BinarySetAttributeValue ( Dafny . ISequence < Dafny . ISequence < byte > > value )
1333
1355
{
1334
1356
return new System . Collections . Generic . List < System . IO . MemoryStream > ( value . Elements . Select ( FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S23_BinarySetAttributeValue__M6_member ) ) ;
@@ -1347,6 +1369,8 @@ public static System.Collections.Generic.List<string> FromDafny_N3_com__N9_amazo
1347
1369
new Dafny . Pair < Dafny . ISequence < char > , software . amazon . cryptography . services . dynamodb . internaldafny . types . _IAttributeValue > ( ToDafny_N3_com__N9_amazonaws__N8_dynamodb__S17_MapAttributeValue__M3_key ( pair . Key ) , ToDafny_N3_com__N9_amazonaws__N8_dynamodb__S17_MapAttributeValue__M5_value ( pair . Value ) )
1348
1370
) ) ;
1349
1371
}
1372
+
1373
+ [ Obsolete ]
1350
1374
public static System . Collections . Generic . List < Amazon . DynamoDBv2 . Model . AttributeValue > FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S18_ListAttributeValue ( Dafny . ISequence < software . amazon . cryptography . services . dynamodb . internaldafny . types . _IAttributeValue > value )
1351
1375
{
1352
1376
return new System . Collections . Generic . List < Amazon . DynamoDBv2 . Model . AttributeValue > ( value . Elements . Select ( FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S18_ListAttributeValue__M6_member ) ) ;
0 commit comments