Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/aws_connect_quick_connect (#22250)
* feat(connect): add QuickConnect schema * feat(connect): add aws_connect_quick_connect * feat(connect): add QuickConnect expand, flatten condition on QuickConnectType that has values USER, QUEUE, PHONE_NUMBER * feat(connect): add QuickConnect ParseID func * feat(connect): add QuickConnect read DescribeQuickConnectWithContext api * feat(connect): add QuickConnect create CreateQuickConnectWithContext api * feat(connect): add QuickConnect update QuickConnect has 2 update APIs UpdateQuickConnectConfigWithContext: for configuration settings UpdateQuickConnectNameWithContext for name and description * feat(connect): add QuickConnect delete DeleteQuickConnectWithContext api * test(connect): config for instance, QuickConnect * test(connect): serialise tests * test(connect): check QuickConnect exists * test(connect): check QuickConnect destroy * test(connect): QuickConnect create and update update description field * test(connect): QuickConnect disappear * fix(connect): update for name req name or desc * test(connect): QuickConnect change phone number * docs(connect): add aws_connect_quick_connect * ci(connect): add CHANGELOG entry * style(connect): fix terrafmt errors * refactor(connect): many HasChange to 1 HasChanges * refactor(connect): rename quick_connect_arn to arn * style(connect): reorder comments for update * refactor(connect): remove quickConnect timeouts * chore(connect): remove unused variables
- Loading branch information