From bcacd2e140ac11f2e7181dec2933c9690019e807 Mon Sep 17 00:00:00 2001 From: Nicki Stone Date: Thu, 7 Oct 2021 15:31:50 -0700 Subject: [PATCH] update glacier test --- .../model/restJson1/services/glacier.smithy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smithy-aws-protocol-tests/model/restJson1/services/glacier.smithy b/smithy-aws-protocol-tests/model/restJson1/services/glacier.smithy index c641df4cc9f..cb9e9f38270 100644 --- a/smithy-aws-protocol-tests/model/restJson1/services/glacier.smithy +++ b/smithy-aws-protocol-tests/model/restJson1/services/glacier.smithy @@ -66,6 +66,7 @@ service Glacier { params: { accountId: "foo", vaultName: "bar", + body: "hello world" }, appliesTo: "client", }, @@ -123,6 +124,7 @@ operation UploadArchive { accountId: "foo", vaultName: "bar", uploadId: "baz", + body: "hello world" }, appliesTo: "client", }