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

rename: hosted_zone_preprocessor.rs to route53_resource_id_preprocess… #1472

Merged
merged 4 commits into from
Jun 16, 2022

Conversation

Velfi
Copy link
Contributor

@Velfi Velfi commented Jun 16, 2022

Motivation and Context

aws-sdk-rust#554

Description

rename: hosted_zone_preprocessor.rs to route53_resource_id_preprocessor.rs
update: trim_hosted_zone to work for more kinds of resource ids
add: new Route53 protocol test for GetChange resource id trimming
update: InlineDependency.forRustFile to accept filenames with a ".rs" extension

Testing

I added a new protocol test

Checklist

  • I have updated CHANGELOG.next.toml if I made changes to the smithy-rs codegen or runtime crates
  • I have updated CHANGELOG.next.toml if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates

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

…or.rs

update: trim_hosted_zone to work for more resource ids
add: new Route53 protocol test for GetChange resource id trimming
update: InlineDependency.forRustFile to accept filenames with a ".rs" extension
add: CHANGELOG.next.toml entry
@Velfi Velfi requested a review from a team as a code owner June 16, 2022 15:12
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

Copy link
Collaborator

@jdisanti jdisanti left a comment

Choose a reason for hiding this comment

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

LGTM!

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

Copy link
Collaborator

@rcoh rcoh left a comment

Choose a reason for hiding this comment

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

looks good! small changes requested

add: delegationset prefix trim protocol test
remove: unused dep from prefix trim codegen
@Velfi
Copy link
Contributor Author

Velfi commented Jun 16, 2022

I had originally added the resource prefix because boto had it but I can't see anywhere in the model where that would be used so I've removed it. I also added a test for delegationset so now all 3 supported prefixes are supported

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@Velfi Velfi merged commit 2f2db5a into main Jun 16, 2022
@Velfi Velfi deleted the update/route53-resource-id-prefix-stripping branch June 16, 2022 19:37
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.

3 participants