aws.internal.MediaSource
`ImageSource` / `VideoSource` / `DocumentSource` / `AudioSource` union: base64 `bytes` or an `s3Location`. All four media unions have the same two members in the current Converse API.
Reference version
Signature
class aws.internal.MediaSourceImageSource / VideoSource / DocumentSource / AudioSource union:
base64 bytes or an s3Location. All four media unions have the same two
members in the current Converse API.
Source:<builtin>/aws/ns_internal/bedrock.bamlbytes 4140–4210
Fields
bytes
string | nulls3Location
aws.internal.S3Location | null