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

Support special rrset types in Route53 client #35

Open
exarkun opened this issue Jan 14, 2017 · 1 comment
Open

Support special rrset types in Route53 client #35

exarkun opened this issue Jan 14, 2017 · 1 comment

Comments

@exarkun
Copy link
Member

exarkun commented Jan 14, 2017

#3 introduced support only for regular resource record sets. change_resource_record_sets and list_resource_record_sets should probably both know about some extra things to fully expose the Route53 functionality: http://docs.aws.amazon.com/Route53/latest/APIReference/API_ResourceRecordSet.html defines the schema for specifying things like "alias resource record sets" and "failover resource record sets" and so on.

I'm just filing one ticket for now but it probably makes sense to have one ticket per special rrset type.

exarkun added a commit that referenced this issue Jan 15, 2017
@exarkun
Copy link
Member Author

exarkun commented Feb 22, 2017

An intermediate step here might be to not blow up when encountering these other rrset types. Since they have different elements, they currently break list_resource_record_sets merely by existing. :/

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

No branches or pull requests

1 participant