()
| 46 | type jsonValueProvider smithyjson.Value |
| 47 | |
| 48 | func (p jsonValueProvider) GetValue() smithyjson.Value { |
| 49 | return smithyjson.Value(p) |
| 50 | } |
| 51 | |
| 52 | // jsonObjectKeyProvider is a valueProvider that returns a JSON value type for encoding a value for the given JSON object |
| 53 | // key. |