From 93b99c87034fb530e8cc5396679ed3c5ac4385be Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Mon, 2 Jan 2023 12:15:43 +0100 Subject: [PATCH] chore: set api key into rest xml extras model --- codegen-client-test/model/rest-xml-extras.smithy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codegen-client-test/model/rest-xml-extras.smithy b/codegen-client-test/model/rest-xml-extras.smithy index 76a6bbd9fa..cd268634e3 100644 --- a/codegen-client-test/model/rest-xml-extras.smithy +++ b/codegen-client-test/model/rest-xml-extras.smithy @@ -10,6 +10,8 @@ use smithy.test#httpRequestTests /// A REST XML service that sends XML requests and responses. @service(sdkId: "Rest XML Protocol") @restXml +@httpApiKeyAuth(scheme: "Apikey", name: "Authorization", in: "header") +@auth([httpApiKeyAuth]) service RestXmlExtras { version: "2019-12-16", operations: [