File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
AwsEncryptionSDK/runtimes/python/src/aws_encryption_sdk/smithygenerated/aws_cryptography_encryptionsdk Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
import aws_cryptographic_material_providers .smithygenerated .aws_cryptography_materialproviders .dafny_to_smithy
6
6
from aws_encryption_sdk .internaldafny .generated .AwsCryptographyEncryptionSdkTypes import (
7
- NetV4_0_0_RetryPolicy_ALLOW__RETRY ,
8
- NetV4_0_0_RetryPolicy_FORBID__RETRY ,
7
+ NetV4__0__0__RetryPolicy_ALLOW__RETRY ,
8
+ NetV4__0__0__RetryPolicy_FORBID__RETRY ,
9
9
)
10
10
import aws_encryption_sdk .internaldafny .generated .module_
11
11
import aws_encryption_sdk .smithygenerated .aws_cryptography_encryptionsdk .dafny_to_smithy
@@ -125,10 +125,10 @@ def aws_cryptography_encryptionsdk_DecryptOutput(dafny_input):
125
125
126
126
127
127
def aws_cryptography_encryptionsdk_NetV4_0_0_RetryPolicy (dafny_input ):
128
- if isinstance (dafny_input , NetV4_0_0_RetryPolicy_FORBID__RETRY ):
128
+ if isinstance (dafny_input , NetV4__0__0__RetryPolicy_FORBID__RETRY ):
129
129
return "FORBID_RETRY"
130
130
131
- elif isinstance (dafny_input , NetV4_0_0_RetryPolicy_ALLOW__RETRY ):
131
+ elif isinstance (dafny_input , NetV4__0__0__RetryPolicy_ALLOW__RETRY ):
132
132
return "ALLOW_RETRY"
133
133
134
134
else :
Original file line number Diff line number Diff line change 10
10
DecryptOutput_DecryptOutput as DafnyDecryptOutput ,
11
11
EncryptInput_EncryptInput as DafnyEncryptInput ,
12
12
EncryptOutput_EncryptOutput as DafnyEncryptOutput ,
13
- NetV4_0_0_RetryPolicy_ALLOW__RETRY ,
14
- NetV4_0_0_RetryPolicy_FORBID__RETRY ,
13
+ NetV4__0__0__RetryPolicy_ALLOW__RETRY ,
14
+ NetV4__0__0__RetryPolicy_FORBID__RETRY ,
15
15
)
16
16
import aws_encryption_sdk .internaldafny .generated .module_
17
17
import aws_encryption_sdk .smithygenerated .aws_cryptography_encryptionsdk .smithy_to_dafny
@@ -217,10 +217,10 @@ def aws_cryptography_encryptionsdk_AwsEncryptionSdkConfig(native_input):
217
217
218
218
def aws_cryptography_encryptionsdk_NetV4_0_0_RetryPolicy (native_input ):
219
219
if native_input == "FORBID_RETRY" :
220
- return NetV4_0_0_RetryPolicy_FORBID__RETRY ()
220
+ return NetV4__0__0__RetryPolicy_FORBID__RETRY ()
221
221
222
222
elif native_input == "ALLOW_RETRY" :
223
- return NetV4_0_0_RetryPolicy_ALLOW__RETRY ()
223
+ return NetV4__0__0__RetryPolicy_ALLOW__RETRY ()
224
224
225
225
else :
226
226
raise ValueError (f"No recognized enum value in enum type: { native_input = } " )
You can’t perform that action at this time.
0 commit comments