Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GenerateMacCommandOutputProtected

The output of GenerateMacCommand.

Hierarchy

Properties

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?: MacAlgorithmSpec

The MAC algorithm that was used to generate the HMAC.