AWS cli documentation change
Summary
Added HMAC to Algorithm options and updated CLI version
Security assessment
Adds HMAC as a supported MAC algorithm, enhancing security documentation without addressing a specific issue.
Diff
diff --git a/cli/latest/reference/payment-cryptography-data/verify-mac.md b/cli/latest/reference/payment-cryptography-data/verify-mac.md index 75ee4ffcf..5e7651072 100644 --- a//cli/latest/reference/payment-cryptography-data/verify-mac.md +++ b//cli/latest/reference/payment-cryptography-data/verify-mac.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -227 +227 @@ JSON Syntax: - "Algorithm": "ISO9797_ALGORITHM1"|"ISO9797_ALGORITHM3"|"CMAC"|"HMAC_SHA224"|"HMAC_SHA256"|"HMAC_SHA384"|"HMAC_SHA512", + "Algorithm": "ISO9797_ALGORITHM1"|"ISO9797_ALGORITHM3"|"CMAC"|"HMAC"|"HMAC_SHA224"|"HMAC_SHA256"|"HMAC_SHA384"|"HMAC_SHA512", @@ -410 +410 @@ KeyCheckValue -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »