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

chime: Upgrade to AWS SDK v2 #36774

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    c945dd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    bd92e0e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. r/aws_chime_voice_connector_group: handle NotFound error on delete

    The delete operation calls an update when the `connector` argument is configured, which was not handling cases where the group did not exist (deleted out of band). This change prevents this error from propagating back to the user, and instead just removes the resource from state when the group cannot be found during the delete operation.
    jar-b committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    426cff3 View commit details
    Browse the repository at this point in the history