Converts a base-64 encoded string to a Uint8Array of bytes using Node.JS's
buffer
module.
The base-64 encoded string
Converts a Uint8Array of binary data to a base-64 encoded string using
Node.JS's buffer
module.
The binary data to encode
@aws-sdk/util-base64-node