From 2a47b6e33c275a6a3c0eb6a93240155c6caae0dd Mon Sep 17 00:00:00 2001 From: kstich Date: Tue, 24 Nov 2020 08:33:37 -0800 Subject: [PATCH] Add diff removal error for idempotencyToken trait --- .../resources/software/amazon/smithy/model/loader/prelude.smithy | 1 + 1 file changed, 1 insertion(+) diff --git a/smithy-model/src/main/resources/software/amazon/smithy/model/loader/prelude.smithy b/smithy-model/src/main/resources/software/amazon/smithy/model/loader/prelude.smithy index 4aea71c4b58..b48215dec1e 100644 --- a/smithy-model/src/main/resources/software/amazon/smithy/model/loader/prelude.smithy +++ b/smithy-model/src/main/resources/software/amazon/smithy/model/loader/prelude.smithy @@ -267,6 +267,7 @@ structure idempotent {} /// identify and discard replayed requests. @trait(selector: "structure > :test(member > string)", structurallyExclusive: "member") +@tags(["diff.error.remove"]) structure idempotencyToken {} /// Shapes marked with the internal trait are meant only for internal use and