From 2374f0f2c64c3f95f37efb18b42fdb67ccc4f5c8 Mon Sep 17 00:00:00 2001 From: Steven Yuan Date: Mon, 19 Dec 2022 14:53:13 -0500 Subject: [PATCH] Update paginated trait /items breaking change rule --- .../software/amazon/smithy/model/loader/prelude.smithy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 703314e969d..9709bb51054 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 @@ -714,7 +714,7 @@ structure unstable {} {change: "remove"}, {path: "/inputToken", change: "update"}, {path: "/outputToken", change: "update"}, - {path: "/items", change: "any"}, + {path: "/items", change: "any", severity: "NOTE"}, {path: "/pageSize", change: "update"}, {path: "/pageSize", change: "remove"}, ]