case array([AWSDocument])
s8SotoCore11AWSDocumentO5arrayyACSayACGcACmF
2ECDS
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 map([String : AWSDocument])
case null