-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[New Service]: Add Amazon Connect Cases #34267
Closed
bschaatsbergen
wants to merge
41
commits into
hashicorp:main
from
bschaatsbergen:connect-contact-cases
Closed
[New Service]: Add Amazon Connect Cases #34267
bschaatsbergen
wants to merge
41
commits into
hashicorp:main
from
bschaatsbergen:connect-contact-cases
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Community NoteVoting for Prioritization
For Submitters
|
github-actions
bot
added
size/XS
Managed by automation to categorize the size of a PR.
service/connect
Issues and PRs that pertain to the connect service.
labels
Nov 5, 2023
terraform-aws-provider
bot
added
needs-triage
Waiting for first response or review from a maintainer.
external-maintainer
Contribution from a trusted external contributor.
labels
Nov 5, 2023
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
github-actions
bot
added
size/XL
Managed by automation to categorize the size of a PR.
documentation
Introduces or discusses updates to documentation.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
repository
Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog.
client-connections
Pertains to the AWS Client and service connections.
generators
Relates to code generators.
github_actions
Pull requests that update Github_actions code
and removed
size/XS
Managed by automation to categorize the size of a PR.
service/connect
Issues and PRs that pertain to the connect service.
labels
Nov 5, 2023
justinretzolk
added
new-resource
Introduces a new resource.
new-service
Introduces a new service.
and removed
needs-triage
Waiting for first response or review from a maintainer.
labels
Nov 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
client-connections
Pertains to the AWS Client and service connections.
documentation
Introduces or discusses updates to documentation.
external-maintainer
Contribution from a trusted external contributor.
generators
Relates to code generators.
github_actions
Pull requests that update Github_actions code
new-resource
Introduces a new resource.
new-service
Introduces a new service.
repository
Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog.
size/XL
Managed by automation to categorize the size of a PR.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds a new service:
connectcases
Adds several new resources:
aws_connectcases_contact_case
aws_connectcases_domain
aws_connectcases_related_item
aws_connectcases_layout
aws_connectcases_field
aws_connectcases_template
Relations
Closes #33934
References
Output from Acceptance Testing