Skip to content

fix(docs): Update AWS Doc URLs #913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CachingMostRecentProvider replaces MostRecentProvider and provides a cache entry
the key with the key provider.

MostRecentProvider is now deprecated, and is removed in 2.0.0.
See https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/most-recent-provider.html#mrp-versions for more details.
See https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/most-recent-provider.html#mrp-versions for more details.

1.15.0 also fixes interoperability issues between the Python and Java implementations of DynamoDB Encryption Client.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ automatically.
Whenever you change your data model, that is, when you add or remove attributes from your table items, you need to take
additional steps to safely migrate the client-side encryption configuration.

For guidance on this process, please see the developer guide on [Changing Your Data Model](https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/data-model.html).
For guidance on this process, please see the developer guide on [Changing Your Data Model](https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/data-model.html).

### Downloads

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* SaveBehavior#PUT} or {@link SaveBehavior#CLOBBER}.</em>
*
* <p>For guidance on performing a safe data model change procedure, please see <a
* href="https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/data-model.html"
* href="https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/data-model.html"
* target="_blank"> DynamoDB Encryption Client Developer Guide: Changing your data model</a>
*
* @author Greg Rubin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Prevents the associated item (class or attribute) from being encrypted.
*
* <p>For guidance on performing a safe data model change procedure, please see <a
* href="https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/data-model.html"
* href="https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/data-model.html"
* target="_blank"> DynamoDB Encryption Client Developer Guide: Changing your data model</a>
*
* @author Greg Rubin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Prevents the associated item from being encrypted or signed.
*
* <p>For guidance on performing a safe data model change procedure, please see <a
* href="https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/data-model.html"
* href="https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/data-model.html"
* target="_blank"> DynamoDB Encryption Client Developer Guide: Changing your data model</a>
*
* @author Greg Rubin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* attributes.
*
* <p>For guidance on performing a safe data model change procedure, please see <a
* href="https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/data-model.html"
* href="https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/data-model.html"
* target="_blank"> DynamoDB Encryption Client Developer Guide: Changing your data model</a>
*
* @author Greg Rubin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

/**
* For guidance on performing a safe data model change procedure, please see <a
* href="https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/data-model.html"
* href="https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/data-model.html"
* target="_blank"> DynamoDB Encryption Client Developer Guide: Changing your data model</a>
*
* @author Greg Rubin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* encryption behavior, the unknown attributes will be signed and decrypted.
*
* <p>For guidance on performing a safe data model change procedure, please see <a
* href="https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/data-model.html"
* href="https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/data-model.html"
* target="_blank"> DynamoDB Encryption Client Developer Guide: Changing your data model</a>
*
* @author Dan Cavallaro
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* to be copied or moved between them without needing to be reencrypted.
*
* <p>For guidance on performing a safe data model change procedure, please see <a
* href="https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/data-model.html"
* href="https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/data-model.html"
* target="_blank"> DynamoDB Encryption Client Developer Guide: Changing your data model</a>
*
* @author Greg Rubin
Expand Down