From d7e4e961b363eebb220cba383efc69bd3dc22340 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 23 Apr 2024 15:15:48 -0600 Subject: [PATCH] Add missing changelog entry (#4096) --- .changes/1.34.90.json | 7 ++++++- CHANGELOG.rst | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.changes/1.34.90.json b/.changes/1.34.90.json index 2f741047e0..c5d7bd440c 100644 --- a/.changes/1.34.90.json +++ b/.changes/1.34.90.json @@ -39,9 +39,14 @@ "description": "[``botocore``] Fix the example ARN for ModifyActivityStreamRequest", "type": "api-change" }, + { + "category": "``sqs``", + "description": "[``botocore``] This release enables customers to call SQS using AWS JSON-1.0 protocol", + "type": "api-change" + }, { "category": "``workspaces-web``", "description": "[``botocore``] Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)", "type": "api-change" } -] \ No newline at end of file +] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3bb44077d4..7eac0b516b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,7 @@ CHANGELOG * api-change:``ec2``: [``botocore``] This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API. * api-change:``pi``: [``botocore``] Clarifies how aggregation works for GetResourceMetrics in the Performance Insights API. * api-change:``rds``: [``botocore``] Fix the example ARN for ModifyActivityStreamRequest +* api-change:``sqs``: [``botocore``] This release enables customers to call SQS using AWS JSON-1.0 protocol * api-change:``workspaces-web``: [``botocore``] Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)