From 782b9f4640e5926c7ba5e8987b246de4824164c7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 25 Nov 2024 19:20:10 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-directconnect-94847.json | 5 +++++ .changes/next-release/api-change-networkmanager-97846.json | 5 +++++ .changes/next-release/api-change-s3-18448.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-directconnect-94847.json create mode 100644 .changes/next-release/api-change-networkmanager-97846.json create mode 100644 .changes/next-release/api-change-s3-18448.json diff --git a/.changes/next-release/api-change-directconnect-94847.json b/.changes/next-release/api-change-directconnect-94847.json new file mode 100644 index 0000000000..0695e81617 --- /dev/null +++ b/.changes/next-release/api-change-directconnect-94847.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``directconnect``", + "description": "[``botocore``] Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network." +} diff --git a/.changes/next-release/api-change-networkmanager-97846.json b/.changes/next-release/api-change-networkmanager-97846.json new file mode 100644 index 0000000000..455d6c7bf1 --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-97846.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "[``botocore``] This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway." +} diff --git a/.changes/next-release/api-change-s3-18448.json b/.changes/next-release/api-change-s3-18448.json new file mode 100644 index 0000000000..1436a30138 --- /dev/null +++ b/.changes/next-release/api-change-s3-18448.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "[``botocore``] Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications." +}