File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
smithy-aws-protocol-tests/model Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ structure NoCustomCodeError {
5151
5252apply NoCustomCodeError @httpResponseTests ([
5353 {
54- id : " QueryCompatibleAwsJson10CborNoCustomCodeError "
54+ id : " QueryCompatibleAwsJson10NoCustomCodeError "
5555 documentation : " Parses simple errors with no query error code"
5656 protocol : awsJson1_0
5757 params : { message : " Hi" }
@@ -60,7 +60,7 @@ apply NoCustomCodeError @httpResponseTests([
6060 body : """
6161 {
6262 "__type": "aws.protocoltests.json10#NoCustomCodeError",
63- "Message ": "Hi"
63+ "message ": "Hi"
6464 }"""
6565 bodyMediaType : " application/json"
6666 vendorParamsShape : ErrorCodeParams
@@ -85,7 +85,7 @@ apply CustomCodeError @httpResponseTests([
8585 body : """
8686 {
8787 "__type": "aws.protocoltests.json10#CustomCodeError",
88- "Message ": "Hi"
88+ "message ": "Hi"
8989 }"""
9090 bodyMediaType : " application/json"
9191 vendorParamsShape : ErrorCodeParams
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ apply NoCustomCodeError @httpResponseTests([
5959 params : { message : " Hi" }
6060 code : 400
6161 headers : { "smithy-protocol": "rpc-v2-cbor", "Content-Type" : " application/cbor" }
62- body : " uQACZl9fdHlwZXgtYXdzLnByb3RvY29sdGVzdHMucnBjdjJjYm9yI05vQ3VzdG9tQ29kZUVycm9yZ01lc3NhZ2ViSGk ="
62+ body : " uQACZl9fdHlwZXgtYXdzLnByb3RvY29sdGVzdHMucnBjdjJjYm9yI05vQ3VzdG9tQ29kZUVycm9yZ21lc3NhZ2ViSGk ="
6363 bodyMediaType : " application/cbor"
6464 vendorParamsShape : ErrorCodeParams
6565 vendorParams : { code : " NoCustomCodeError" }
@@ -80,7 +80,7 @@ apply CustomCodeError @httpResponseTests([
8080 params : { message : " Hi" }
8181 code : 400
8282 headers : { "smithy-protocol": "rpc-v2-cbor", "Content-Type": "application/cbor", "x-amzn-query-error" : " Customized;Sender" }
83- body : " uQACZl9fdHlwZXgrYXdzLnByb3RvY29sdGVzdHMucnBjdjJjYm9yI0N1c3RvbUNvZGVFcnJvcmdNZXNzYWdlYkhp "
83+ body : " uQACZl9fdHlwZXgrYXdzLnByb3RvY29sdGVzdHMucnBjdjJjYm9yI0N1c3RvbUNvZGVFcnJvcmdtZXNzYWdlYkhp "
8484 bodyMediaType : " application/cbor"
8585 vendorParamsShape : ErrorCodeParams
8686 vendorParams : { code : " Customized" , type : " Sender" }
You can’t perform that action at this time.
0 commit comments