@aws-sdk/client-kms

GenerateMacCommandOutput Interface

The output of GenerateMacCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
KeyId string | undefined

The HMAC KMS key used in the operation.

Mac Uint8Array | undefined

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 | undefined

The MAC algorithm that was used to generate the HMAC.

Full Signature

export interface GenerateMacCommandOutput extends GenerateMacResponse, MetadataBearer