@@ -44,7 +44,7 @@ class EncryptedTablesCollectionManager(object):
4444 # pylint: disable=too-few-public-methods,too-many-instance-attributes
4545 """Tables collection manager that provides :class:`EncryptedTable` objects.
4646
47- https://boto3.readthedocs.io/en/ latest/reference/services/dynamodb.html#DynamoDB.ServiceResource.tables
47+ https://boto3.amazonaws.com/v1/documentation/api/ latest/reference/services/dynamodb/service-resource/tables .html
4848
4949 :param collection: Pre-configured boto3 DynamoDB table collection manager
5050 :type collection: boto3.resources.collection.CollectionManager
@@ -137,7 +137,7 @@ class EncryptedResource(object):
137137 This class provides a superset of the boto3 DynamoDB service resource API, so should
138138 work as a drop-in replacement once configured.
139139
140- https://boto3.readthedocs.io/en/ latest/reference/services/dynamodb.html# service-resource
140+ https://boto3.amazonaws.com/v1/documentation/api/ latest/reference/services/dynamodb/ service-resource/index.html
141141
142142 If you want to provide per-request cryptographic details, the ``batch_write_item``
143143 and ``batch_get_item`` methods will also accept a ``crypto_config`` parameter, defining
@@ -217,7 +217,7 @@ def Table(self, name, **kwargs):
217217 If any of the optional configuration values are not provided, the corresponding values
218218 for this ``EncryptedResource`` will be used.
219219
220- https://boto3.readthedocs.io/en/ latest/reference/services/dynamodb.html#DynamoDB.ServiceResource .Table
220+ https://boto3.amazonaws.com/v1/documentation/api/ latest/reference/services/dynamodb/table/index .html#DynamoDB.Table
221221
222222 :param name: The table name.
223223 :param CryptographicMaterialsProvider materials_provider: Cryptographic materials
0 commit comments