Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface GenerateMacCommandOutputProtected

The output of GenerateMacCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

KeyId?: string

The HMAC KMS key used in the operation.

Mac?: Uint8Array

The hash-based message authentication code (HMAC) that was generated for the specified message, HMAC KMS key, and MAC algorithm.

This is the standard, raw HMAC defined in RFC 2104.

MacAlgorithm?: string

The MAC algorithm that was used to generate the HMAC.