Commit ff8a108
authored
Return
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.OpTypeList for singular plurals (#269)1 parent 89b0a10 commit ff8a108
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments