case null
s8SotoCore11AWSDocumentO4nullyA2CmF
8DXOP
import SotoCore
enum AWSDocument
Document value that can hold arbitrary data (See https://smithy.io/2.0/spec/simple-types.html#document)
case string(String)
case double(Double)
case integer(Int)
case boolean(Bool)
case array([AWSDocument])
case map([String : AWSDocument])