From e9da5784bdcfec2eeed5bca94e98a144b55fa248 Mon Sep 17 00:00:00 2001 From: Kevin Stich Date: Wed, 11 Sep 2024 21:35:11 -0700 Subject: [PATCH] Fix httpChecksum algorithm list in spec --- docs/source-2.0/aws/aws-core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-2.0/aws/aws-core.rst b/docs/source-2.0/aws/aws-core.rst index 523eb17b48f..1b754599abd 100644 --- a/docs/source-2.0/aws/aws-core.rst +++ b/docs/source-2.0/aws/aws-core.rst @@ -935,7 +935,7 @@ The ``httpChecksum`` trait is a structure that contains the following members: request checksum behavior. The input member MUST target a string shape marked with the :ref:`enum-trait`. Each value in the enum represents a supported checksum algorithm. Algorithms MUST be one of the following - supported values: "CRC32C", "CRC32", "SHA1", or "SHA256". + supported values: "CRC64NVME", "CRC32C", "CRC32", "SHA1", or "SHA256". * - requestChecksumRequired - ``boolean`` - Indicates an operation requires a checksum in its HTTP request. By