diff --git a/docs/source-2.0/aws/aws-core.rst b/docs/source-2.0/aws/aws-core.rst index 523eb17b48f..44b5ea64470 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 @@ -953,7 +953,8 @@ The ``httpChecksum`` trait is a structure that contains the following members: - ``set`` - Defines the checksum algorithms clients SHOULD look for when validating checksums returned in the HTTP response. Each algorithm must be one of - the following supported values: "CRC32C", "CRC32", "SHA1", or "SHA256". + the following supported values: "CRC64NVME", "CRC32C", "CRC32", "SHA1", + or "SHA256". The ``httpChecksum`` trait MUST define at least one of the request checksumming behavior, by setting the ``requestAlgorithmMember`` or