From a954d933f102941a28919a5d1f103fc51ead907c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 30 Jul 2021 18:23:07 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-appsync-4334.json | 5 +++++ .changes/next-release/api-change-elbv2-67451.json | 5 +++++ .changes/next-release/api-change-sagemaker-13384.json | 5 +++++ .changes/next-release/api-change-secretsmanager-37485.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-appsync-4334.json create mode 100644 .changes/next-release/api-change-elbv2-67451.json create mode 100644 .changes/next-release/api-change-sagemaker-13384.json create mode 100644 .changes/next-release/api-change-secretsmanager-37485.json diff --git a/.changes/next-release/api-change-appsync-4334.json b/.changes/next-release/api-change-appsync-4334.json new file mode 100644 index 0000000000..ed8d036d9b --- /dev/null +++ b/.changes/next-release/api-change-appsync-4334.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appsync``", + "description": "[``botocore``] AWS AppSync now supports a new authorization mode allowing you to define your own authorization logic using an AWS Lambda function." +} diff --git a/.changes/next-release/api-change-elbv2-67451.json b/.changes/next-release/api-change-elbv2-67451.json new file mode 100644 index 0000000000..aaded39a44 --- /dev/null +++ b/.changes/next-release/api-change-elbv2-67451.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-sagemaker-13384.json b/.changes/next-release/api-change-sagemaker-13384.json new file mode 100644 index 0000000000..d1e1bdb76c --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-13384.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] API changes with respect to Lambda steps in model building pipelines. Adds several waiters to async Sagemaker Image APIs. Add more instance types to AppInstanceType field" +} diff --git a/.changes/next-release/api-change-secretsmanager-37485.json b/.changes/next-release/api-change-secretsmanager-37485.json new file mode 100644 index 0000000000..5bce821edc --- /dev/null +++ b/.changes/next-release/api-change-secretsmanager-37485.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``secretsmanager``", + "description": "[``botocore``] Add support for KmsKeyIds in the ListSecretVersionIds API response" +}