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

Change Kinesis MetricsNameList min length to 0 #306

Merged

Conversation

puffnfresh
Copy link
Contributor

AWS can actually respond with an EnhancedMonitoring field containing a
ShardLevelMetrics with a length of 0.

This change targets all fields of shape MetricsNameList. It might be
possible to restrict it to just changing ShardLevelMetrics.

Fixes #305

AWS can actually respond with an EnhancedMonitoring field containing a
ShardLevelMetrics with a length of 0.

This change targets all fields of shape MetricsNameList. It might be
possible to restrict it to just changing ShardLevelMetrics.
@brendanhay
Copy link
Owner

Currently the only way to override a shared type such as MetricsNameList would be to duplicate it in the relevant ./gen/annex/*.json and make the relevant updates, and then reference this duplicate in the SharedLevelMetrics EnhancedMonitoring field.

👍

@brendanhay brendanhay merged commit 746178c into brendanhay:develop Jul 22, 2016
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.

None yet

2 participants