Skip to content
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

Fix up use statements in 2023-01-26 changelog #734

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

ysaito1001
Copy link
Collaborator

This PR fixes the use statements in the example snippets in the 2023-01-26 changelog. Snippets for credentials caching shown under After should update their use statements from

aws_types::provider::ProvideCredentials

to

aws_credential_types::provider::ProvideCredentials.

Motivation and Context

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This commit fixes the use statements in the example snippets in the
2023-01-26 changelog. Snippets shown under `After` should update
their use statements from `aws_types::provider::ProvideCredentials`
to `aws_credential_types::provider::ProvideCredentials`.
@ysaito1001 ysaito1001 requested a review from a team as a code owner February 7, 2023 21:55
@Velfi Velfi enabled auto-merge (squash) February 8, 2023 14:37
@Velfi Velfi disabled auto-merge February 8, 2023 14:37
@ysaito1001 ysaito1001 enabled auto-merge (squash) March 30, 2023 22:33
@ysaito1001 ysaito1001 merged commit cacde52 into main Mar 30, 2023
@jdisanti jdisanti deleted the ysaito/fix-up-use-statements-in-changelog branch February 8, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants