From a1ed36ed79a23e90dfad1000ea99f31757d4833f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 4 Oct 2021 18:06:53 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-codebuild-68958.json | 5 +++++ .changes/next-release/api-change-efs-88620.json | 5 +++++ .changes/next-release/api-change-kms-10824.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-codebuild-68958.json create mode 100644 .changes/next-release/api-change-efs-88620.json create mode 100644 .changes/next-release/api-change-kms-10824.json diff --git a/.changes/next-release/api-change-codebuild-68958.json b/.changes/next-release/api-change-codebuild-68958.json new file mode 100644 index 0000000000..a74e382945 --- /dev/null +++ b/.changes/next-release/api-change-codebuild-68958.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project." +} diff --git a/.changes/next-release/api-change-efs-88620.json b/.changes/next-release/api-change-efs-88620.json new file mode 100644 index 0000000000..3f260d2652 --- /dev/null +++ b/.changes/next-release/api-change-efs-88620.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``efs``", + "description": "[``botocore``] Update efs client to latest version" +} diff --git a/.changes/next-release/api-change-kms-10824.json b/.changes/next-release/api-change-kms-10824.json new file mode 100644 index 0000000000..e206148e94 --- /dev/null +++ b/.changes/next-release/api-change-kms-10824.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kms``", + "description": "[``botocore``] Added SDK examples for ConnectCustomKeyStore, CreateCustomKeyStore, CreateKey, DeleteCustomKeyStore, DescribeCustomKeyStores, DisconnectCustomKeyStore, GenerateDataKeyPair, GenerateDataKeyPairWithoutPlaintext, GetPublicKey, ReplicateKey, Sign, UpdateCustomKeyStore and Verify APIs" +}