From 16a7293c73dc4a4699819b54f37efeb7594096bc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 2 Dec 2024 03:50:54 +0000 Subject: [PATCH 1/3] Merge customizations for Bedrock Agent Runtime --- awscli/customizations/removals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awscli/customizations/removals.py b/awscli/customizations/removals.py index ad986d1ebbf8..5add46dc4f81 100644 --- a/awscli/customizations/removals.py +++ b/awscli/customizations/removals.py @@ -57,7 +57,8 @@ def register_removals(event_handler): remove_commands=['invoke-agent', 'invoke-flow', 'invoke-inline-agent', - 'optimize-prompt']) + 'optimize-prompt', + 'retrieve-and-generate-stream']) cmd_remover.remove(on_event='building-command-table.qbusiness', remove_commands=['chat']) cmd_remover.remove(on_event='building-command-table.iotsitewise', From 6a1b9fced168b8c0c159e6a09aa60516bb4c26c0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 2 Dec 2024 03:51:00 +0000 Subject: [PATCH 2/3] Update changelog based on model updates --- .changes/next-release/api-change-bedrock-55289.json | 5 +++++ .changes/next-release/api-change-bedrockagent-55519.json | 5 +++++ .../next-release/api-change-bedrockagentruntime-23970.json | 5 +++++ .changes/next-release/api-change-chimesdkvoice-15296.json | 5 +++++ .changes/next-release/api-change-cleanrooms-91800.json | 5 +++++ .changes/next-release/api-change-connect-46348.json | 5 +++++ .../next-release/api-change-connectcampaignsv2-36372.json | 5 +++++ .changes/next-release/api-change-customerprofiles-1205.json | 5 +++++ .changes/next-release/api-change-ec2-65778.json | 5 +++++ .changes/next-release/api-change-ecs-26722.json | 5 +++++ .changes/next-release/api-change-eks-62210.json | 5 +++++ .changes/next-release/api-change-events-11626.json | 5 +++++ .changes/next-release/api-change-fsx-31899.json | 5 +++++ .changes/next-release/api-change-guardduty-19350.json | 5 +++++ .changes/next-release/api-change-imagebuilder-121.json | 5 +++++ .changes/next-release/api-change-invoicing-86942.json | 5 +++++ .changes/next-release/api-change-logs-91871.json | 5 +++++ .changes/next-release/api-change-memorydb-88398.json | 5 +++++ .../next-release/api-change-networkflowmonitor-40089.json | 5 +++++ .changes/next-release/api-change-opensearch-81554.json | 5 +++++ .changes/next-release/api-change-organizations-1836.json | 5 +++++ .changes/next-release/api-change-qbusiness-45772.json | 5 +++++ .changes/next-release/api-change-qconnect-58426.json | 5 +++++ .changes/next-release/api-change-rds-4618.json | 5 +++++ .changes/next-release/api-change-s3-22661.json | 5 +++++ .changes/next-release/api-change-s3control-38247.json | 5 +++++ .changes/next-release/api-change-securityhub-228.json | 5 +++++ .changes/next-release/api-change-securityir-23174.json | 5 +++++ .changes/next-release/api-change-transfer-933.json | 5 +++++ .changes/next-release/api-change-vpclattice-4248.json | 5 +++++ 30 files changed, 150 insertions(+) create mode 100644 .changes/next-release/api-change-bedrock-55289.json create mode 100644 .changes/next-release/api-change-bedrockagent-55519.json create mode 100644 .changes/next-release/api-change-bedrockagentruntime-23970.json create mode 100644 .changes/next-release/api-change-chimesdkvoice-15296.json create mode 100644 .changes/next-release/api-change-cleanrooms-91800.json create mode 100644 .changes/next-release/api-change-connect-46348.json create mode 100644 .changes/next-release/api-change-connectcampaignsv2-36372.json create mode 100644 .changes/next-release/api-change-customerprofiles-1205.json create mode 100644 .changes/next-release/api-change-ec2-65778.json create mode 100644 .changes/next-release/api-change-ecs-26722.json create mode 100644 .changes/next-release/api-change-eks-62210.json create mode 100644 .changes/next-release/api-change-events-11626.json create mode 100644 .changes/next-release/api-change-fsx-31899.json create mode 100644 .changes/next-release/api-change-guardduty-19350.json create mode 100644 .changes/next-release/api-change-imagebuilder-121.json create mode 100644 .changes/next-release/api-change-invoicing-86942.json create mode 100644 .changes/next-release/api-change-logs-91871.json create mode 100644 .changes/next-release/api-change-memorydb-88398.json create mode 100644 .changes/next-release/api-change-networkflowmonitor-40089.json create mode 100644 .changes/next-release/api-change-opensearch-81554.json create mode 100644 .changes/next-release/api-change-organizations-1836.json create mode 100644 .changes/next-release/api-change-qbusiness-45772.json create mode 100644 .changes/next-release/api-change-qconnect-58426.json create mode 100644 .changes/next-release/api-change-rds-4618.json create mode 100644 .changes/next-release/api-change-s3-22661.json create mode 100644 .changes/next-release/api-change-s3control-38247.json create mode 100644 .changes/next-release/api-change-securityhub-228.json create mode 100644 .changes/next-release/api-change-securityir-23174.json create mode 100644 .changes/next-release/api-change-transfer-933.json create mode 100644 .changes/next-release/api-change-vpclattice-4248.json diff --git a/.changes/next-release/api-change-bedrock-55289.json b/.changes/next-release/api-change-bedrock-55289.json new file mode 100644 index 000000000000..90232421a14d --- /dev/null +++ b/.changes/next-release/api-change-bedrock-55289.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock``", + "description": "Add support for Knowledge Base Evaluations & LLM as a judge" +} diff --git a/.changes/next-release/api-change-bedrockagent-55519.json b/.changes/next-release/api-change-bedrockagent-55519.json new file mode 100644 index 000000000000..336d5120bc54 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-55519.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "This release introduces APIs to upload documents directly into a Knowledge Base" +} diff --git a/.changes/next-release/api-change-bedrockagentruntime-23970.json b/.changes/next-release/api-change-bedrockagentruntime-23970.json new file mode 100644 index 000000000000..129997772163 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagentruntime-23970.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent-runtime``", + "description": "This release introduces a new Rerank API to leverage reranking models (with integration into Knowledge Bases); APIs to upload documents directly into Knowledge Base; RetrieveAndGenerateStream API for streaming response; Guardrails on Retrieve API; and ability to automatically generate filters" +} diff --git a/.changes/next-release/api-change-chimesdkvoice-15296.json b/.changes/next-release/api-change-chimesdkvoice-15296.json new file mode 100644 index 000000000000..bbdad93e761c --- /dev/null +++ b/.changes/next-release/api-change-chimesdkvoice-15296.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-voice``", + "description": "This release adds supports for enterprises to integrate Amazon Connect with other voice systems. It supports directly transferring voice calls and metadata without using the public telephone network. It also supports real-time and post-call analytics." +} diff --git a/.changes/next-release/api-change-cleanrooms-91800.json b/.changes/next-release/api-change-cleanrooms-91800.json new file mode 100644 index 000000000000..aef9a24d3fc2 --- /dev/null +++ b/.changes/next-release/api-change-cleanrooms-91800.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanrooms``", + "description": "This release allows customers and their partners to easily collaborate with data stored in Snowflake and Amazon Athena, without having to move or share their underlying data among collaborators." +} diff --git a/.changes/next-release/api-change-connect-46348.json b/.changes/next-release/api-change-connect-46348.json new file mode 100644 index 000000000000..2d1ef209b6a1 --- /dev/null +++ b/.changes/next-release/api-change-connect-46348.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "Adds support for WhatsApp Business messaging, IVR call recording, enabling Contact Lens for existing on-premise contact centers and telephony platforms, and enabling telephony and IVR migration to Amazon Connect independent of their contact center agents." +} diff --git a/.changes/next-release/api-change-connectcampaignsv2-36372.json b/.changes/next-release/api-change-connectcampaignsv2-36372.json new file mode 100644 index 000000000000..f06ebb711174 --- /dev/null +++ b/.changes/next-release/api-change-connectcampaignsv2-36372.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connectcampaignsv2``", + "description": "Amazon Connect Outbound Campaigns V2 / Features : Adds support for Event-Triggered Campaigns." +} diff --git a/.changes/next-release/api-change-customerprofiles-1205.json b/.changes/next-release/api-change-customerprofiles-1205.json new file mode 100644 index 000000000000..cdfdd7e0e402 --- /dev/null +++ b/.changes/next-release/api-change-customerprofiles-1205.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``customer-profiles``", + "description": "This release introduces Event Trigger APIs as part of Amazon Connect Customer Profiles service." +} diff --git a/.changes/next-release/api-change-ec2-65778.json b/.changes/next-release/api-change-ec2-65778.json new file mode 100644 index 000000000000..04814eb5a462 --- /dev/null +++ b/.changes/next-release/api-change-ec2-65778.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "Adds support for declarative policies that allow you to enforce desired configuration across an AWS organization through configuring account attributes. Adds support for Allowed AMIs that allows you to limit the use of AMIs in AWS accounts. Adds support for connectivity over non-HTTP protocols." +} diff --git a/.changes/next-release/api-change-ecs-26722.json b/.changes/next-release/api-change-ecs-26722.json new file mode 100644 index 000000000000..94ac84bc1cef --- /dev/null +++ b/.changes/next-release/api-change-ecs-26722.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "This release adds support for Container Insights with Enhanced Observability for Amazon ECS." +} diff --git a/.changes/next-release/api-change-eks-62210.json b/.changes/next-release/api-change-eks-62210.json new file mode 100644 index 000000000000..343d67aa19ae --- /dev/null +++ b/.changes/next-release/api-change-eks-62210.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "Added support for Auto Mode Clusters, Hybrid Nodes, and specifying computeTypes in the DescribeAddonVersions API." +} diff --git a/.changes/next-release/api-change-events-11626.json b/.changes/next-release/api-change-events-11626.json new file mode 100644 index 000000000000..ebf2b14d639c --- /dev/null +++ b/.changes/next-release/api-change-events-11626.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``events``", + "description": "Call private APIs by configuring Connections with VPC connectivity through PrivateLink and VPC Lattice" +} diff --git a/.changes/next-release/api-change-fsx-31899.json b/.changes/next-release/api-change-fsx-31899.json new file mode 100644 index 000000000000..e5bbaf8d7720 --- /dev/null +++ b/.changes/next-release/api-change-fsx-31899.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fsx``", + "description": "FSx API changes to support the public launch of the Amazon FSx Intelligent Tiering for OpenZFS storage class." +} diff --git a/.changes/next-release/api-change-guardduty-19350.json b/.changes/next-release/api-change-guardduty-19350.json new file mode 100644 index 000000000000..a41ca76df627 --- /dev/null +++ b/.changes/next-release/api-change-guardduty-19350.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``guardduty``", + "description": "Add new Multi Domain Correlation findings." +} diff --git a/.changes/next-release/api-change-imagebuilder-121.json b/.changes/next-release/api-change-imagebuilder-121.json new file mode 100644 index 000000000000..cb8f7d71ba92 --- /dev/null +++ b/.changes/next-release/api-change-imagebuilder-121.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``imagebuilder``", + "description": "Added support for EC2 Image Builder's integration with AWS Marketplace for Marketplace components." +} diff --git a/.changes/next-release/api-change-invoicing-86942.json b/.changes/next-release/api-change-invoicing-86942.json new file mode 100644 index 000000000000..15d38de8ec38 --- /dev/null +++ b/.changes/next-release/api-change-invoicing-86942.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``invoicing``", + "description": "AWS Invoice Configuration allows you to receive separate AWS invoices based on your organizational needs. You can use the AWS SDKs to manage Invoice Units and programmatically fetch the information of the invoice receiver." +} diff --git a/.changes/next-release/api-change-logs-91871.json b/.changes/next-release/api-change-logs-91871.json new file mode 100644 index 000000000000..c17deb3bb531 --- /dev/null +++ b/.changes/next-release/api-change-logs-91871.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``logs``", + "description": "Adds PutIntegration, GetIntegration, ListIntegrations and DeleteIntegration APIs. Adds QueryLanguage support to StartQuery, GetQueryResults, DescribeQueries, DescribeQueryDefinitions, and PutQueryDefinition APIs." +} diff --git a/.changes/next-release/api-change-memorydb-88398.json b/.changes/next-release/api-change-memorydb-88398.json new file mode 100644 index 000000000000..9723a85dd945 --- /dev/null +++ b/.changes/next-release/api-change-memorydb-88398.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``memorydb``", + "description": "Amazon MemoryDB SDK now supports all APIs for Multi-Region. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage." +} diff --git a/.changes/next-release/api-change-networkflowmonitor-40089.json b/.changes/next-release/api-change-networkflowmonitor-40089.json new file mode 100644 index 000000000000..35287f29ca74 --- /dev/null +++ b/.changes/next-release/api-change-networkflowmonitor-40089.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkflowmonitor``", + "description": "This release adds documentation for a new feature in Amazon CloudWatch called Network Flow Monitor. You can use Network Flow Monitor to get near real-time metrics, including retransmissions and data transferred, for your actual workloads." +} diff --git a/.changes/next-release/api-change-opensearch-81554.json b/.changes/next-release/api-change-opensearch-81554.json new file mode 100644 index 000000000000..132976a85dcd --- /dev/null +++ b/.changes/next-release/api-change-opensearch-81554.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``opensearch``", + "description": "This feature introduces support for CRUDL APIs, enabling the creation and management of Connected data sources." +} diff --git a/.changes/next-release/api-change-organizations-1836.json b/.changes/next-release/api-change-organizations-1836.json new file mode 100644 index 000000000000..031bbe6c5342 --- /dev/null +++ b/.changes/next-release/api-change-organizations-1836.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``organizations``", + "description": "Add support for policy operations on the DECLARATIVE_POLICY_EC2 policy type." +} diff --git a/.changes/next-release/api-change-qbusiness-45772.json b/.changes/next-release/api-change-qbusiness-45772.json new file mode 100644 index 000000000000..146d12f1c7f8 --- /dev/null +++ b/.changes/next-release/api-change-qbusiness-45772.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qbusiness``", + "description": "Amazon Q Business now supports capabilities to extract insights and answer questions from visual elements embedded within documents, a browser extension for Google Chrome, Mozilla Firefox, and Microsoft Edge, and attachments across conversations." +} diff --git a/.changes/next-release/api-change-qconnect-58426.json b/.changes/next-release/api-change-qconnect-58426.json new file mode 100644 index 000000000000..5a6e486b66ce --- /dev/null +++ b/.changes/next-release/api-change-qconnect-58426.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qconnect``", + "description": "This release adds following capabilities: Configuring safeguards via AIGuardrails for Q in Connect inferencing, and APIs to support Q&A self-service use cases" +} diff --git a/.changes/next-release/api-change-rds-4618.json b/.changes/next-release/api-change-rds-4618.json new file mode 100644 index 000000000000..02782be1a3f2 --- /dev/null +++ b/.changes/next-release/api-change-rds-4618.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "Amazon RDS supports CloudWatch Database Insights. You can use the SDK to create, modify, and describe the DatabaseInsightsMode for your DB instances and clusters." +} diff --git a/.changes/next-release/api-change-s3-22661.json b/.changes/next-release/api-change-s3-22661.json new file mode 100644 index 000000000000..4f92f8dd4345 --- /dev/null +++ b/.changes/next-release/api-change-s3-22661.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "Amazon S3 introduces support for AWS Dedicated Local Zones" +} diff --git a/.changes/next-release/api-change-s3control-38247.json b/.changes/next-release/api-change-s3control-38247.json new file mode 100644 index 000000000000..32ed983d199b --- /dev/null +++ b/.changes/next-release/api-change-s3control-38247.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3control``", + "description": "Amazon S3 introduces support for AWS Dedicated Local Zones" +} diff --git a/.changes/next-release/api-change-securityhub-228.json b/.changes/next-release/api-change-securityhub-228.json new file mode 100644 index 000000000000..0e1916042399 --- /dev/null +++ b/.changes/next-release/api-change-securityhub-228.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``securityhub``", + "description": "Add new Multi Domain Correlation findings." +} diff --git a/.changes/next-release/api-change-securityir-23174.json b/.changes/next-release/api-change-securityir-23174.json new file mode 100644 index 000000000000..a6d82956f5dc --- /dev/null +++ b/.changes/next-release/api-change-securityir-23174.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``security-ir``", + "description": "AWS Security Incident Response is a purpose-built security incident solution designed to help customers prepare for, respond to, and recover from security incidents." +} diff --git a/.changes/next-release/api-change-transfer-933.json b/.changes/next-release/api-change-transfer-933.json new file mode 100644 index 000000000000..b24e51233f2c --- /dev/null +++ b/.changes/next-release/api-change-transfer-933.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transfer``", + "description": "AWS Transfer Family now offers Web apps that enables simple and secure access to data stored in Amazon S3." +} diff --git a/.changes/next-release/api-change-vpclattice-4248.json b/.changes/next-release/api-change-vpclattice-4248.json new file mode 100644 index 000000000000..c342c6fae1a9 --- /dev/null +++ b/.changes/next-release/api-change-vpclattice-4248.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``vpc-lattice``", + "description": "Lattice APIs that allow sharing and access of VPC resources across accounts." +} From 14febb2b38189abfbe7f25da964954f2747e8209 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 2 Dec 2024 03:52:28 +0000 Subject: [PATCH 3/3] Bumping version to 1.36.13 --- .changes/1.36.13.json | 152 ++++++++++++++++++ .../api-change-bedrock-55289.json | 5 - .../api-change-bedrockagent-55519.json | 5 - .../api-change-bedrockagentruntime-23970.json | 5 - .../api-change-chimesdkvoice-15296.json | 5 - .../api-change-cleanrooms-91800.json | 5 - .../api-change-connect-46348.json | 5 - .../api-change-connectcampaignsv2-36372.json | 5 - .../api-change-customerprofiles-1205.json | 5 - .../next-release/api-change-ec2-65778.json | 5 - .../next-release/api-change-ecs-26722.json | 5 - .../next-release/api-change-eks-62210.json | 5 - .../next-release/api-change-events-11626.json | 5 - .../next-release/api-change-fsx-31899.json | 5 - .../api-change-guardduty-19350.json | 5 - .../api-change-imagebuilder-121.json | 5 - .../api-change-invoicing-86942.json | 5 - .../next-release/api-change-logs-91871.json | 5 - .../api-change-memorydb-88398.json | 5 - .../api-change-networkflowmonitor-40089.json | 5 - .../api-change-opensearch-81554.json | 5 - .../api-change-organizations-1836.json | 5 - .../api-change-qbusiness-45772.json | 5 - .../api-change-qconnect-58426.json | 5 - .../next-release/api-change-rds-4618.json | 5 - .../next-release/api-change-s3-22661.json | 5 - .../api-change-s3control-38247.json | 5 - .../api-change-securityhub-228.json | 5 - .../api-change-securityir-23174.json | 5 - .../next-release/api-change-transfer-933.json | 5 - .../api-change-vpclattice-4248.json | 5 - CHANGELOG.rst | 35 ++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 36 files changed, 191 insertions(+), 154 deletions(-) create mode 100644 .changes/1.36.13.json delete mode 100644 .changes/next-release/api-change-bedrock-55289.json delete mode 100644 .changes/next-release/api-change-bedrockagent-55519.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-23970.json delete mode 100644 .changes/next-release/api-change-chimesdkvoice-15296.json delete mode 100644 .changes/next-release/api-change-cleanrooms-91800.json delete mode 100644 .changes/next-release/api-change-connect-46348.json delete mode 100644 .changes/next-release/api-change-connectcampaignsv2-36372.json delete mode 100644 .changes/next-release/api-change-customerprofiles-1205.json delete mode 100644 .changes/next-release/api-change-ec2-65778.json delete mode 100644 .changes/next-release/api-change-ecs-26722.json delete mode 100644 .changes/next-release/api-change-eks-62210.json delete mode 100644 .changes/next-release/api-change-events-11626.json delete mode 100644 .changes/next-release/api-change-fsx-31899.json delete mode 100644 .changes/next-release/api-change-guardduty-19350.json delete mode 100644 .changes/next-release/api-change-imagebuilder-121.json delete mode 100644 .changes/next-release/api-change-invoicing-86942.json delete mode 100644 .changes/next-release/api-change-logs-91871.json delete mode 100644 .changes/next-release/api-change-memorydb-88398.json delete mode 100644 .changes/next-release/api-change-networkflowmonitor-40089.json delete mode 100644 .changes/next-release/api-change-opensearch-81554.json delete mode 100644 .changes/next-release/api-change-organizations-1836.json delete mode 100644 .changes/next-release/api-change-qbusiness-45772.json delete mode 100644 .changes/next-release/api-change-qconnect-58426.json delete mode 100644 .changes/next-release/api-change-rds-4618.json delete mode 100644 .changes/next-release/api-change-s3-22661.json delete mode 100644 .changes/next-release/api-change-s3control-38247.json delete mode 100644 .changes/next-release/api-change-securityhub-228.json delete mode 100644 .changes/next-release/api-change-securityir-23174.json delete mode 100644 .changes/next-release/api-change-transfer-933.json delete mode 100644 .changes/next-release/api-change-vpclattice-4248.json diff --git a/.changes/1.36.13.json b/.changes/1.36.13.json new file mode 100644 index 000000000000..f9293ba5d512 --- /dev/null +++ b/.changes/1.36.13.json @@ -0,0 +1,152 @@ +[ + { + "category": "``bedrock``", + "description": "Add support for Knowledge Base Evaluations & LLM as a judge", + "type": "api-change" + }, + { + "category": "``bedrock-agent``", + "description": "This release introduces APIs to upload documents directly into a Knowledge Base", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "This release introduces a new Rerank API to leverage reranking models (with integration into Knowledge Bases); APIs to upload documents directly into Knowledge Base; RetrieveAndGenerateStream API for streaming response; Guardrails on Retrieve API; and ability to automatically generate filters", + "type": "api-change" + }, + { + "category": "``chime-sdk-voice``", + "description": "This release adds supports for enterprises to integrate Amazon Connect with other voice systems. It supports directly transferring voice calls and metadata without using the public telephone network. It also supports real-time and post-call analytics.", + "type": "api-change" + }, + { + "category": "``cleanrooms``", + "description": "This release allows customers and their partners to easily collaborate with data stored in Snowflake and Amazon Athena, without having to move or share their underlying data among collaborators.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Adds support for WhatsApp Business messaging, IVR call recording, enabling Contact Lens for existing on-premise contact centers and telephony platforms, and enabling telephony and IVR migration to Amazon Connect independent of their contact center agents.", + "type": "api-change" + }, + { + "category": "``connectcampaignsv2``", + "description": "Amazon Connect Outbound Campaigns V2 / Features : Adds support for Event-Triggered Campaigns.", + "type": "api-change" + }, + { + "category": "``customer-profiles``", + "description": "This release introduces Event Trigger APIs as part of Amazon Connect Customer Profiles service.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Adds support for declarative policies that allow you to enforce desired configuration across an AWS organization through configuring account attributes. Adds support for Allowed AMIs that allows you to limit the use of AMIs in AWS accounts. Adds support for connectivity over non-HTTP protocols.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "This release adds support for Container Insights with Enhanced Observability for Amazon ECS.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "Added support for Auto Mode Clusters, Hybrid Nodes, and specifying computeTypes in the DescribeAddonVersions API.", + "type": "api-change" + }, + { + "category": "``events``", + "description": "Call private APIs by configuring Connections with VPC connectivity through PrivateLink and VPC Lattice", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "FSx API changes to support the public launch of the Amazon FSx Intelligent Tiering for OpenZFS storage class.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "Add new Multi Domain Correlation findings.", + "type": "api-change" + }, + { + "category": "``imagebuilder``", + "description": "Added support for EC2 Image Builder's integration with AWS Marketplace for Marketplace components.", + "type": "api-change" + }, + { + "category": "``invoicing``", + "description": "AWS Invoice Configuration allows you to receive separate AWS invoices based on your organizational needs. You can use the AWS SDKs to manage Invoice Units and programmatically fetch the information of the invoice receiver.", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "Adds PutIntegration, GetIntegration, ListIntegrations and DeleteIntegration APIs. Adds QueryLanguage support to StartQuery, GetQueryResults, DescribeQueries, DescribeQueryDefinitions, and PutQueryDefinition APIs.", + "type": "api-change" + }, + { + "category": "``memorydb``", + "description": "Amazon MemoryDB SDK now supports all APIs for Multi-Region. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.", + "type": "api-change" + }, + { + "category": "``networkflowmonitor``", + "description": "This release adds documentation for a new feature in Amazon CloudWatch called Network Flow Monitor. You can use Network Flow Monitor to get near real-time metrics, including retransmissions and data transferred, for your actual workloads.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "This feature introduces support for CRUDL APIs, enabling the creation and management of Connected data sources.", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "Add support for policy operations on the DECLARATIVE_POLICY_EC2 policy type.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "Amazon Q Business now supports capabilities to extract insights and answer questions from visual elements embedded within documents, a browser extension for Google Chrome, Mozilla Firefox, and Microsoft Edge, and attachments across conversations.", + "type": "api-change" + }, + { + "category": "``qconnect``", + "description": "This release adds following capabilities: Configuring safeguards via AIGuardrails for Q in Connect inferencing, and APIs to support Q&A self-service use cases", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Amazon RDS supports CloudWatch Database Insights. You can use the SDK to create, modify, and describe the DatabaseInsightsMode for your DB instances and clusters.", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "Amazon S3 introduces support for AWS Dedicated Local Zones", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "Amazon S3 introduces support for AWS Dedicated Local Zones", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "Add new Multi Domain Correlation findings.", + "type": "api-change" + }, + { + "category": "``security-ir``", + "description": "AWS Security Incident Response is a purpose-built security incident solution designed to help customers prepare for, respond to, and recover from security incidents.", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "AWS Transfer Family now offers Web apps that enables simple and secure access to data stored in Amazon S3.", + "type": "api-change" + }, + { + "category": "``vpc-lattice``", + "description": "Lattice APIs that allow sharing and access of VPC resources across accounts.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-55289.json b/.changes/next-release/api-change-bedrock-55289.json deleted file mode 100644 index 90232421a14d..000000000000 --- a/.changes/next-release/api-change-bedrock-55289.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "Add support for Knowledge Base Evaluations & LLM as a judge" -} diff --git a/.changes/next-release/api-change-bedrockagent-55519.json b/.changes/next-release/api-change-bedrockagent-55519.json deleted file mode 100644 index 336d5120bc54..000000000000 --- a/.changes/next-release/api-change-bedrockagent-55519.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "This release introduces APIs to upload documents directly into a Knowledge Base" -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-23970.json b/.changes/next-release/api-change-bedrockagentruntime-23970.json deleted file mode 100644 index 129997772163..000000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-23970.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "This release introduces a new Rerank API to leverage reranking models (with integration into Knowledge Bases); APIs to upload documents directly into Knowledge Base; RetrieveAndGenerateStream API for streaming response; Guardrails on Retrieve API; and ability to automatically generate filters" -} diff --git a/.changes/next-release/api-change-chimesdkvoice-15296.json b/.changes/next-release/api-change-chimesdkvoice-15296.json deleted file mode 100644 index bbdad93e761c..000000000000 --- a/.changes/next-release/api-change-chimesdkvoice-15296.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-voice``", - "description": "This release adds supports for enterprises to integrate Amazon Connect with other voice systems. It supports directly transferring voice calls and metadata without using the public telephone network. It also supports real-time and post-call analytics." -} diff --git a/.changes/next-release/api-change-cleanrooms-91800.json b/.changes/next-release/api-change-cleanrooms-91800.json deleted file mode 100644 index aef9a24d3fc2..000000000000 --- a/.changes/next-release/api-change-cleanrooms-91800.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanrooms``", - "description": "This release allows customers and their partners to easily collaborate with data stored in Snowflake and Amazon Athena, without having to move or share their underlying data among collaborators." -} diff --git a/.changes/next-release/api-change-connect-46348.json b/.changes/next-release/api-change-connect-46348.json deleted file mode 100644 index 2d1ef209b6a1..000000000000 --- a/.changes/next-release/api-change-connect-46348.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Adds support for WhatsApp Business messaging, IVR call recording, enabling Contact Lens for existing on-premise contact centers and telephony platforms, and enabling telephony and IVR migration to Amazon Connect independent of their contact center agents." -} diff --git a/.changes/next-release/api-change-connectcampaignsv2-36372.json b/.changes/next-release/api-change-connectcampaignsv2-36372.json deleted file mode 100644 index f06ebb711174..000000000000 --- a/.changes/next-release/api-change-connectcampaignsv2-36372.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectcampaignsv2``", - "description": "Amazon Connect Outbound Campaigns V2 / Features : Adds support for Event-Triggered Campaigns." -} diff --git a/.changes/next-release/api-change-customerprofiles-1205.json b/.changes/next-release/api-change-customerprofiles-1205.json deleted file mode 100644 index cdfdd7e0e402..000000000000 --- a/.changes/next-release/api-change-customerprofiles-1205.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``customer-profiles``", - "description": "This release introduces Event Trigger APIs as part of Amazon Connect Customer Profiles service." -} diff --git a/.changes/next-release/api-change-ec2-65778.json b/.changes/next-release/api-change-ec2-65778.json deleted file mode 100644 index 04814eb5a462..000000000000 --- a/.changes/next-release/api-change-ec2-65778.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Adds support for declarative policies that allow you to enforce desired configuration across an AWS organization through configuring account attributes. Adds support for Allowed AMIs that allows you to limit the use of AMIs in AWS accounts. Adds support for connectivity over non-HTTP protocols." -} diff --git a/.changes/next-release/api-change-ecs-26722.json b/.changes/next-release/api-change-ecs-26722.json deleted file mode 100644 index 94ac84bc1cef..000000000000 --- a/.changes/next-release/api-change-ecs-26722.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "This release adds support for Container Insights with Enhanced Observability for Amazon ECS." -} diff --git a/.changes/next-release/api-change-eks-62210.json b/.changes/next-release/api-change-eks-62210.json deleted file mode 100644 index 343d67aa19ae..000000000000 --- a/.changes/next-release/api-change-eks-62210.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "Added support for Auto Mode Clusters, Hybrid Nodes, and specifying computeTypes in the DescribeAddonVersions API." -} diff --git a/.changes/next-release/api-change-events-11626.json b/.changes/next-release/api-change-events-11626.json deleted file mode 100644 index ebf2b14d639c..000000000000 --- a/.changes/next-release/api-change-events-11626.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``events``", - "description": "Call private APIs by configuring Connections with VPC connectivity through PrivateLink and VPC Lattice" -} diff --git a/.changes/next-release/api-change-fsx-31899.json b/.changes/next-release/api-change-fsx-31899.json deleted file mode 100644 index e5bbaf8d7720..000000000000 --- a/.changes/next-release/api-change-fsx-31899.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "FSx API changes to support the public launch of the Amazon FSx Intelligent Tiering for OpenZFS storage class." -} diff --git a/.changes/next-release/api-change-guardduty-19350.json b/.changes/next-release/api-change-guardduty-19350.json deleted file mode 100644 index a41ca76df627..000000000000 --- a/.changes/next-release/api-change-guardduty-19350.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "Add new Multi Domain Correlation findings." -} diff --git a/.changes/next-release/api-change-imagebuilder-121.json b/.changes/next-release/api-change-imagebuilder-121.json deleted file mode 100644 index cb8f7d71ba92..000000000000 --- a/.changes/next-release/api-change-imagebuilder-121.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``imagebuilder``", - "description": "Added support for EC2 Image Builder's integration with AWS Marketplace for Marketplace components." -} diff --git a/.changes/next-release/api-change-invoicing-86942.json b/.changes/next-release/api-change-invoicing-86942.json deleted file mode 100644 index 15d38de8ec38..000000000000 --- a/.changes/next-release/api-change-invoicing-86942.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``invoicing``", - "description": "AWS Invoice Configuration allows you to receive separate AWS invoices based on your organizational needs. You can use the AWS SDKs to manage Invoice Units and programmatically fetch the information of the invoice receiver." -} diff --git a/.changes/next-release/api-change-logs-91871.json b/.changes/next-release/api-change-logs-91871.json deleted file mode 100644 index c17deb3bb531..000000000000 --- a/.changes/next-release/api-change-logs-91871.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "Adds PutIntegration, GetIntegration, ListIntegrations and DeleteIntegration APIs. Adds QueryLanguage support to StartQuery, GetQueryResults, DescribeQueries, DescribeQueryDefinitions, and PutQueryDefinition APIs." -} diff --git a/.changes/next-release/api-change-memorydb-88398.json b/.changes/next-release/api-change-memorydb-88398.json deleted file mode 100644 index 9723a85dd945..000000000000 --- a/.changes/next-release/api-change-memorydb-88398.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``memorydb``", - "description": "Amazon MemoryDB SDK now supports all APIs for Multi-Region. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage." -} diff --git a/.changes/next-release/api-change-networkflowmonitor-40089.json b/.changes/next-release/api-change-networkflowmonitor-40089.json deleted file mode 100644 index 35287f29ca74..000000000000 --- a/.changes/next-release/api-change-networkflowmonitor-40089.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkflowmonitor``", - "description": "This release adds documentation for a new feature in Amazon CloudWatch called Network Flow Monitor. You can use Network Flow Monitor to get near real-time metrics, including retransmissions and data transferred, for your actual workloads." -} diff --git a/.changes/next-release/api-change-opensearch-81554.json b/.changes/next-release/api-change-opensearch-81554.json deleted file mode 100644 index 132976a85dcd..000000000000 --- a/.changes/next-release/api-change-opensearch-81554.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "This feature introduces support for CRUDL APIs, enabling the creation and management of Connected data sources." -} diff --git a/.changes/next-release/api-change-organizations-1836.json b/.changes/next-release/api-change-organizations-1836.json deleted file mode 100644 index 031bbe6c5342..000000000000 --- a/.changes/next-release/api-change-organizations-1836.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``organizations``", - "description": "Add support for policy operations on the DECLARATIVE_POLICY_EC2 policy type." -} diff --git a/.changes/next-release/api-change-qbusiness-45772.json b/.changes/next-release/api-change-qbusiness-45772.json deleted file mode 100644 index 146d12f1c7f8..000000000000 --- a/.changes/next-release/api-change-qbusiness-45772.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "Amazon Q Business now supports capabilities to extract insights and answer questions from visual elements embedded within documents, a browser extension for Google Chrome, Mozilla Firefox, and Microsoft Edge, and attachments across conversations." -} diff --git a/.changes/next-release/api-change-qconnect-58426.json b/.changes/next-release/api-change-qconnect-58426.json deleted file mode 100644 index 5a6e486b66ce..000000000000 --- a/.changes/next-release/api-change-qconnect-58426.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qconnect``", - "description": "This release adds following capabilities: Configuring safeguards via AIGuardrails for Q in Connect inferencing, and APIs to support Q&A self-service use cases" -} diff --git a/.changes/next-release/api-change-rds-4618.json b/.changes/next-release/api-change-rds-4618.json deleted file mode 100644 index 02782be1a3f2..000000000000 --- a/.changes/next-release/api-change-rds-4618.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Amazon RDS supports CloudWatch Database Insights. You can use the SDK to create, modify, and describe the DatabaseInsightsMode for your DB instances and clusters." -} diff --git a/.changes/next-release/api-change-s3-22661.json b/.changes/next-release/api-change-s3-22661.json deleted file mode 100644 index 4f92f8dd4345..000000000000 --- a/.changes/next-release/api-change-s3-22661.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "Amazon S3 introduces support for AWS Dedicated Local Zones" -} diff --git a/.changes/next-release/api-change-s3control-38247.json b/.changes/next-release/api-change-s3control-38247.json deleted file mode 100644 index 32ed983d199b..000000000000 --- a/.changes/next-release/api-change-s3control-38247.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "Amazon S3 introduces support for AWS Dedicated Local Zones" -} diff --git a/.changes/next-release/api-change-securityhub-228.json b/.changes/next-release/api-change-securityhub-228.json deleted file mode 100644 index 0e1916042399..000000000000 --- a/.changes/next-release/api-change-securityhub-228.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "Add new Multi Domain Correlation findings." -} diff --git a/.changes/next-release/api-change-securityir-23174.json b/.changes/next-release/api-change-securityir-23174.json deleted file mode 100644 index a6d82956f5dc..000000000000 --- a/.changes/next-release/api-change-securityir-23174.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``security-ir``", - "description": "AWS Security Incident Response is a purpose-built security incident solution designed to help customers prepare for, respond to, and recover from security incidents." -} diff --git a/.changes/next-release/api-change-transfer-933.json b/.changes/next-release/api-change-transfer-933.json deleted file mode 100644 index b24e51233f2c..000000000000 --- a/.changes/next-release/api-change-transfer-933.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transfer``", - "description": "AWS Transfer Family now offers Web apps that enables simple and secure access to data stored in Amazon S3." -} diff --git a/.changes/next-release/api-change-vpclattice-4248.json b/.changes/next-release/api-change-vpclattice-4248.json deleted file mode 100644 index c342c6fae1a9..000000000000 --- a/.changes/next-release/api-change-vpclattice-4248.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``vpc-lattice``", - "description": "Lattice APIs that allow sharing and access of VPC resources across accounts." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ff263a00784..54b97e29427d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,41 @@ CHANGELOG ========= +1.36.13 +======= + +* api-change:``bedrock``: Add support for Knowledge Base Evaluations & LLM as a judge +* api-change:``bedrock-agent``: This release introduces APIs to upload documents directly into a Knowledge Base +* api-change:``bedrock-agent-runtime``: This release introduces a new Rerank API to leverage reranking models (with integration into Knowledge Bases); APIs to upload documents directly into Knowledge Base; RetrieveAndGenerateStream API for streaming response; Guardrails on Retrieve API; and ability to automatically generate filters +* api-change:``chime-sdk-voice``: This release adds supports for enterprises to integrate Amazon Connect with other voice systems. It supports directly transferring voice calls and metadata without using the public telephone network. It also supports real-time and post-call analytics. +* api-change:``cleanrooms``: This release allows customers and their partners to easily collaborate with data stored in Snowflake and Amazon Athena, without having to move or share their underlying data among collaborators. +* api-change:``connect``: Adds support for WhatsApp Business messaging, IVR call recording, enabling Contact Lens for existing on-premise contact centers and telephony platforms, and enabling telephony and IVR migration to Amazon Connect independent of their contact center agents. +* api-change:``connectcampaignsv2``: Amazon Connect Outbound Campaigns V2 / Features : Adds support for Event-Triggered Campaigns. +* api-change:``customer-profiles``: This release introduces Event Trigger APIs as part of Amazon Connect Customer Profiles service. +* api-change:``ec2``: Adds support for declarative policies that allow you to enforce desired configuration across an AWS organization through configuring account attributes. Adds support for Allowed AMIs that allows you to limit the use of AMIs in AWS accounts. Adds support for connectivity over non-HTTP protocols. +* api-change:``ecs``: This release adds support for Container Insights with Enhanced Observability for Amazon ECS. +* api-change:``eks``: Added support for Auto Mode Clusters, Hybrid Nodes, and specifying computeTypes in the DescribeAddonVersions API. +* api-change:``events``: Call private APIs by configuring Connections with VPC connectivity through PrivateLink and VPC Lattice +* api-change:``fsx``: FSx API changes to support the public launch of the Amazon FSx Intelligent Tiering for OpenZFS storage class. +* api-change:``guardduty``: Add new Multi Domain Correlation findings. +* api-change:``imagebuilder``: Added support for EC2 Image Builder's integration with AWS Marketplace for Marketplace components. +* api-change:``invoicing``: AWS Invoice Configuration allows you to receive separate AWS invoices based on your organizational needs. You can use the AWS SDKs to manage Invoice Units and programmatically fetch the information of the invoice receiver. +* api-change:``logs``: Adds PutIntegration, GetIntegration, ListIntegrations and DeleteIntegration APIs. Adds QueryLanguage support to StartQuery, GetQueryResults, DescribeQueries, DescribeQueryDefinitions, and PutQueryDefinition APIs. +* api-change:``memorydb``: Amazon MemoryDB SDK now supports all APIs for Multi-Region. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage. +* api-change:``networkflowmonitor``: This release adds documentation for a new feature in Amazon CloudWatch called Network Flow Monitor. You can use Network Flow Monitor to get near real-time metrics, including retransmissions and data transferred, for your actual workloads. +* api-change:``opensearch``: This feature introduces support for CRUDL APIs, enabling the creation and management of Connected data sources. +* api-change:``organizations``: Add support for policy operations on the DECLARATIVE_POLICY_EC2 policy type. +* api-change:``qbusiness``: Amazon Q Business now supports capabilities to extract insights and answer questions from visual elements embedded within documents, a browser extension for Google Chrome, Mozilla Firefox, and Microsoft Edge, and attachments across conversations. +* api-change:``qconnect``: This release adds following capabilities: Configuring safeguards via AIGuardrails for Q in Connect inferencing, and APIs to support Q&A self-service use cases +* api-change:``rds``: Amazon RDS supports CloudWatch Database Insights. You can use the SDK to create, modify, and describe the DatabaseInsightsMode for your DB instances and clusters. +* api-change:``s3``: Amazon S3 introduces support for AWS Dedicated Local Zones +* api-change:``s3control``: Amazon S3 introduces support for AWS Dedicated Local Zones +* api-change:``securityhub``: Add new Multi Domain Correlation findings. +* api-change:``security-ir``: AWS Security Incident Response is a purpose-built security incident solution designed to help customers prepare for, respond to, and recover from security incidents. +* api-change:``transfer``: AWS Transfer Family now offers Web apps that enables simple and secure access to data stored in Amazon S3. +* api-change:``vpc-lattice``: Lattice APIs that allow sharing and access of VPC resources across accounts. + + 1.36.12 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 28384d3581e7..f3467b91c7ba 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.36.12' +__version__ = '1.36.13' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 54ff120960e9..5bc03b333936 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.36.' # The full version, including alpha/beta/rc tags. -release = '1.36.12' +release = '1.36.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 38183c38c780..3e99ae6a74e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.71 + botocore==1.35.72 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index ff4a4a8906e1..74c8fe1c3963 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.71', + 'botocore==1.35.72', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',