You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix/improve xanzy#66 (xanzy#68)
Fixing it this way makes it cleaner to use/set the `usersecuritygrouplist` in clients using this, and keeps it simular in use compared to working with `serviceproviderlist` and `tags`.
Fixesxanzy#67
Fix a bug that created bad parameter names (xanzy#60)
When the parameter is called `type` we have to convert this to prevent using the reserved keyword `type` as a variable name. But we were doing it in a few other locations as well. That’s fixed now.
Fix the ListLoadBalancerRuleInstances response (xanzy#59)
This one can have two possible response types, depending on the query values used. By adding this, both types are supported.