From 29ed16ca94885f7d1a52908ccd1a67be49429874 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 27 Jun 2022 18:08:03 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-iot-75807.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/next-release/api-change-iot-75807.json diff --git a/.changes/next-release/api-change-iot-75807.json b/.changes/next-release/api-change-iot-75807.json new file mode 100644 index 0000000000..fc14c6d355 --- /dev/null +++ b/.changes/next-release/api-change-iot-75807.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iot``", + "description": "[``botocore``] This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0." +}