Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Type alias WriteGetObjectResponseCommandInputType

WriteGetObjectResponseCommandInputType: Omit<WriteGetObjectResponseRequest, "Body"> & {
    Body?: WriteGetObjectResponseRequest["Body"] | string | Uint8Array | Buffer;
}