Skip to content

Conversation

@mnorbury
Copy link
Contributor

Summary

Fixes: #12528

@github-actions
Copy link

github-actions bot commented Jul 26, 2023

This PR has the following changes to source plugin(s) tables:

  • Table aws_emr_studio_session_mappings was added
  • Table aws_emr_studios was added

Copy link
Member

@disq disq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work! Few comments + I think both tables also need primary keys of some sort, if possible

Copy link
Collaborator

@bbernays bbernays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks really good! The only thing that I think is missing is running the make gen-docs to generate the table documentation for the new resources

@mnorbury mnorbury marked this pull request as ready for review July 26, 2023 16:12
@bbernays bbernays dismissed their stale review July 26, 2023 16:13

changes have been addressed

@bbernays bbernays changed the title feat(aws-services): Add additional emr resources for studio and studio session mapping feat(resources): Add additional emr resources for studio and studio session mapping Jul 26, 2023
@mnorbury mnorbury force-pushed the mnorbury-adding-emr-resources branch from 4640109 to 4236723 Compare July 27, 2023 08:45
mnorbury and others added 6 commits July 27, 2023 13:56
- Correcting documention link for `aws_emr_studio_session_mapping`
- Adding region and account ID to `aws_emr_studio_session_mapping`
- Setting `aws_emr_studio_session_mapping` PK to composite of `StudioId`, `IdentityType`, `IdentityId`, `region` and `account_id`
- Setting `aws_emr_studios` PK to `StudioId`
Co-authored-by: bbernays <[email protected]>
@mnorbury mnorbury force-pushed the mnorbury-adding-emr-resources branch from 6023ef3 to 85d8ab1 Compare July 27, 2023 12:56
Copy link
Collaborator

@bbernays bbernays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚢 🚀

@mnorbury mnorbury added the automerge Automatically merge once required checks pass label Jul 27, 2023
@kodiakhq kodiakhq bot merged commit 66a20a5 into main Jul 27, 2023
@kodiakhq kodiakhq bot deleted the mnorbury-adding-emr-resources branch July 27, 2023 14:06
kodiakhq bot pushed a commit that referenced this pull request Jul 27, 2023
🤖 I have created a release *beep* *boop*
---


## [22.2.0](plugins-source-aws-v22.1.0...plugins-source-aws-v22.2.0) (2023-07-27)


### This Release has the Following Changes to Tables
- Table `aws_cloudformation_stack_instance_resource_drifts` was added
- Table `aws_cloudformation_stack_instance_summaries` was added
- Table `aws_emr_studio_session_mappings` was added
- Table `aws_emr_studios` was added
- Table `aws_route53recoverycontrolconfig_clusters` was added
- Table `aws_route53recoverycontrolconfig_control_panels` was added
- Table `aws_route53recoverycontrolconfig_routing_controls` was added
- Table `aws_route53recoverycontrolconfig_safety_rules` was added
- Table `aws_route53recoveryreadiness_cells` was added
- Table `aws_route53recoveryreadiness_readiness_checks` was added
- Table `aws_route53recoveryreadiness_recovery_groups` was added
- Table `aws_route53recoveryreadiness_resource_sets` was added
- Table `aws_s3_multi_region_access_points` was added

### Features

* **resources-s3:** Add support for S3 Multi Region Access Points ([#12525](#12525)) ([00c6a3f](00c6a3f))
* **resources:** Add additional emr resources for studio and studio session mapping ([#12529](#12529)) ([66a20a5](66a20a5))
* **resources:** Add Support for Amazon Route 53 ARC Recovery Control Configuration ([#12460](#12460)) ([8c3109b](8c3109b))
* **resources:** Add Support for Cloudformation Stack Instance Summaries and Stack Instance Resource Drifts ([#12495](#12495)) ([e1d9a74](e1d9a74)), closes [#12461](#12461)
* **resources:** Add Support for Route53 ARC Recovery Readiness ([#12459](#12459)) ([7d6d4c0](7d6d4c0))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AWS EMR Additional Resources: Studio and Studio Session Mapping

5 participants