jsonValueProvider is a valueProvider that returns the JSON value encoder as is.
| 44 | |
| 45 | // jsonValueProvider is a valueProvider that returns the JSON value encoder as is. |
| 46 | type jsonValueProvider smithyjson.Value |
| 47 | |
| 48 | func (p jsonValueProvider) GetValue() smithyjson.Value { |
| 49 | return smithyjson.Value(p) |