You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/smithygenerated/aws_cryptography_dbencryptionsdk_dynamodb/client.py
"""Create a Branch Key Supplier for use with the Hierarchical Keyring that decides what Branch Key to use based on the primary key of the DynamoDB item being read or written.
68
+
"""Create a Branch Key Supplier for use with the Hierarchical Keyring
69
+
that decides what Branch Key to use based on the primary key of the
70
+
DynamoDB item being read or written.
67
71
68
-
:param input: Inputs for creating a Branch Key Supplier from a DynamoDB Key Branch Key Id Supplier
72
+
:param input: Inputs for creating a Branch Key Supplier from a
Copy file name to clipboardExpand all lines: DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/smithygenerated/aws_cryptography_dbencryptionsdk_dynamodb/config.py
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,10 @@ def __init__(
36
36
):
37
37
"""Constructor.
38
38
39
-
:param interceptors: The list of interceptors, which are hooks that are called
40
-
during the execution of a request.
41
-
42
-
:param retry_strategy: The retry strategy for issuing retry tokens and computing
43
-
retry delays.
44
-
39
+
:param interceptors: The list of interceptors, which are hooks
40
+
that are called during the execution of a request.
41
+
:param retry_strategy: The retry strategy for issuing retry
42
+
tokens and computing retry delays.
45
43
:param dafnyImplInterface:
46
44
"""
47
45
self.interceptors=interceptorsor []
@@ -57,7 +55,7 @@ class DynamoDbEncryptionConfig(Config):
Copy file name to clipboardExpand all lines: DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/smithygenerated/aws_cryptography_dbencryptionsdk_dynamodb/dafnyImplInterface.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
# Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
Copy file name to clipboardExpand all lines: DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/smithygenerated/aws_cryptography_dbencryptionsdk_dynamodb/dafny_to_smithy.py
Copy file name to clipboardExpand all lines: DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/smithygenerated/aws_cryptography_dbencryptionsdk_dynamodb/errors.py
0 commit comments