From db1931dd304c476b3650012ae6598af5e5f6f4e9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 31 Jan 2024 19:10:08 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-cloudformation-14502.json | 5 +++++ .changes/next-release/api-change-elbv2-33614.json | 5 +++++ .changes/next-release/api-change-glue-69986.json | 5 +++++ .changes/next-release/api-change-ssm-34198.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-cloudformation-14502.json create mode 100644 .changes/next-release/api-change-elbv2-33614.json create mode 100644 .changes/next-release/api-change-glue-69986.json create mode 100644 .changes/next-release/api-change-ssm-34198.json diff --git a/.changes/next-release/api-change-cloudformation-14502.json b/.changes/next-release/api-change-cloudformation-14502.json new file mode 100644 index 0000000000..832152d8a6 --- /dev/null +++ b/.changes/next-release/api-change-cloudformation-14502.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudformation``", + "description": "[``botocore``] CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack." +} diff --git a/.changes/next-release/api-change-elbv2-33614.json b/.changes/next-release/api-change-elbv2-33614.json new file mode 100644 index 0000000000..aaded39a44 --- /dev/null +++ b/.changes/next-release/api-change-elbv2-33614.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``elbv2``", + "description": "[``botocore``] Update elbv2 client to latest version" +} diff --git a/.changes/next-release/api-change-glue-69986.json b/.changes/next-release/api-change-glue-69986.json new file mode 100644 index 0000000000..da2cdd8ed4 --- /dev/null +++ b/.changes/next-release/api-change-glue-69986.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] Update page size limits for GetJobRuns and GetTriggers APIs." +} diff --git a/.changes/next-release/api-change-ssm-34198.json b/.changes/next-release/api-change-ssm-34198.json new file mode 100644 index 0000000000..f1155f1c2b --- /dev/null +++ b/.changes/next-release/api-change-ssm-34198.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled." +}