From 8ecc67a1e948450caafea5730f97008fd8c2aba0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 19 Jan 2024 19:19:38 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-athena-57350.json | 5 +++++ .changes/next-release/api-change-codebuild-50094.json | 5 +++++ .changes/next-release/api-change-dynamodb-56962.json | 5 +++++ .changes/next-release/api-change-qconnect-855.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-athena-57350.json create mode 100644 .changes/next-release/api-change-codebuild-50094.json create mode 100644 .changes/next-release/api-change-dynamodb-56962.json create mode 100644 .changes/next-release/api-change-qconnect-855.json diff --git a/.changes/next-release/api-change-athena-57350.json b/.changes/next-release/api-change-athena-57350.json new file mode 100644 index 0000000000..23d6118cf4 --- /dev/null +++ b/.changes/next-release/api-change-athena-57350.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``athena``", + "description": "[``botocore``] Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown." +} diff --git a/.changes/next-release/api-change-codebuild-50094.json b/.changes/next-release/api-change-codebuild-50094.json new file mode 100644 index 0000000000..b87e8ac3b1 --- /dev/null +++ b/.changes/next-release/api-change-codebuild-50094.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] Release CodeBuild Reserved Capacity feature" +} diff --git a/.changes/next-release/api-change-dynamodb-56962.json b/.changes/next-release/api-change-dynamodb-56962.json new file mode 100644 index 0000000000..99d27c92dd --- /dev/null +++ b/.changes/next-release/api-change-dynamodb-56962.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``dynamodb``", + "description": "[``botocore``] This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API." +} diff --git a/.changes/next-release/api-change-qconnect-855.json b/.changes/next-release/api-change-qconnect-855.json new file mode 100644 index 0000000000..67c418cf50 --- /dev/null +++ b/.changes/next-release/api-change-qconnect-855.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qconnect``", + "description": "[``botocore``] Increased Quick Response name max length to 100" +}