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
Issue #, if available: N/A, [heuristic](https://github.com/aws-controllers-k8s/code-generator/blob/89b0a106fea6268609fd666270518145099646f7/pkg/model/op.go#L110-L118) is returning `ReadOne` operation for `DescribeDhcpOptions` when it is a `ReadMany` call
Description of changes:
* returns `OpTypeList` instead of `OpTypeGet` for "singular plural" in `"Describe"` processing
* removes duplicate code
* updates comments on singular-plural description to be clearer and present in all affected areas
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments