From 8a198332841d96eb0791c951369a939f6ee2afeb Mon Sep 17 00:00:00 2001
From: aws-sdk-python-automation <github-aws-sdk-python-automation@amazon.com>
Date: Fri, 3 Mar 2023 19:09:25 +0000
Subject: [PATCH] Bumping version to 1.27.84

---
 .changes/1.27.84.json                         | 32 +++++++++++++++++++
 .../api-change-dynamodb-84402.json            |  5 ---
 .../next-release/api-change-ec2-10974.json    |  5 ---
 .../next-release/api-change-macie2-24774.json |  5 ---
 .../api-change-mediaconvert-54048.json        |  5 ---
 .../api-change-medialive-91951.json           |  5 ---
 .../api-change-transcribe-20023.json          |  5 ---
 CHANGELOG.rst                                 | 11 +++++++
 awscli/__init__.py                            |  2 +-
 doc/source/conf.py                            |  2 +-
 setup.cfg                                     |  2 +-
 setup.py                                      |  2 +-
 12 files changed, 47 insertions(+), 34 deletions(-)
 create mode 100644 .changes/1.27.84.json
 delete mode 100644 .changes/next-release/api-change-dynamodb-84402.json
 delete mode 100644 .changes/next-release/api-change-ec2-10974.json
 delete mode 100644 .changes/next-release/api-change-macie2-24774.json
 delete mode 100644 .changes/next-release/api-change-mediaconvert-54048.json
 delete mode 100644 .changes/next-release/api-change-medialive-91951.json
 delete mode 100644 .changes/next-release/api-change-transcribe-20023.json

diff --git a/.changes/1.27.84.json b/.changes/1.27.84.json
new file mode 100644
index 000000000000..19bae3104217
--- /dev/null
+++ b/.changes/1.27.84.json
@@ -0,0 +1,32 @@
+[
+  {
+    "category": "``dynamodb``",
+    "description": "Documentation updates for DynamoDB.",
+    "type": "api-change"
+  },
+  {
+    "category": "``ec2``",
+    "description": "This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.",
+    "type": "api-change"
+  },
+  {
+    "category": "``macie2``",
+    "description": "Documentation updates for Amazon Macie",
+    "type": "api-change"
+  },
+  {
+    "category": "``mediaconvert``",
+    "description": "The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.",
+    "type": "api-change"
+  },
+  {
+    "category": "``medialive``",
+    "description": "AWS Elemental MediaLive adds support for Nielsen watermark timezones.",
+    "type": "api-change"
+  },
+  {
+    "category": "``transcribe``",
+    "description": "Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff --git a/.changes/next-release/api-change-dynamodb-84402.json b/.changes/next-release/api-change-dynamodb-84402.json
deleted file mode 100644
index 4091004e82d4..000000000000
--- a/.changes/next-release/api-change-dynamodb-84402.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "type": "api-change",
-  "category": "``dynamodb``",
-  "description": "Documentation updates for DynamoDB."
-}
diff --git a/.changes/next-release/api-change-ec2-10974.json b/.changes/next-release/api-change-ec2-10974.json
deleted file mode 100644
index 82503e6f8737..000000000000
--- a/.changes/next-release/api-change-ec2-10974.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "type": "api-change",
-  "category": "``ec2``",
-  "description": "This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'."
-}
diff --git a/.changes/next-release/api-change-macie2-24774.json b/.changes/next-release/api-change-macie2-24774.json
deleted file mode 100644
index b930e6632ff0..000000000000
--- a/.changes/next-release/api-change-macie2-24774.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "type": "api-change",
-  "category": "``macie2``",
-  "description": "Documentation updates for Amazon Macie"
-}
diff --git a/.changes/next-release/api-change-mediaconvert-54048.json b/.changes/next-release/api-change-mediaconvert-54048.json
deleted file mode 100644
index 5f9a57379699..000000000000
--- a/.changes/next-release/api-change-mediaconvert-54048.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "type": "api-change",
-  "category": "``mediaconvert``",
-  "description": "The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations."
-}
diff --git a/.changes/next-release/api-change-medialive-91951.json b/.changes/next-release/api-change-medialive-91951.json
deleted file mode 100644
index d4ce8e16ef5d..000000000000
--- a/.changes/next-release/api-change-medialive-91951.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "type": "api-change",
-  "category": "``medialive``",
-  "description": "AWS Elemental MediaLive adds support for Nielsen watermark timezones."
-}
diff --git a/.changes/next-release/api-change-transcribe-20023.json b/.changes/next-release/api-change-transcribe-20023.json
deleted file mode 100644
index 448bab8a95a3..000000000000
--- a/.changes/next-release/api-change-transcribe-20023.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "type": "api-change",
-  "category": "``transcribe``",
-  "description": "Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter."
-}
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d71930634882..f4fee0239098 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,17 @@
 CHANGELOG
 =========
 
+1.27.84
+=======
+
+* api-change:``dynamodb``: Documentation updates for DynamoDB.
+* api-change:``ec2``: This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.
+* api-change:``macie2``: Documentation updates for Amazon Macie
+* api-change:``mediaconvert``: The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.
+* api-change:``medialive``: AWS Elemental MediaLive adds support for Nielsen watermark timezones.
+* api-change:``transcribe``: Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter.
+
+
 1.27.83
 =======
 
diff --git a/awscli/__init__.py b/awscli/__init__.py
index f899fdeb0d26..8fbeaada2e45 100644
--- a/awscli/__init__.py
+++ b/awscli/__init__.py
@@ -17,7 +17,7 @@
 """
 import os
 
-__version__ = '1.27.83'
+__version__ = '1.27.84'
 
 #
 # 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 96ffcba26344..9c7f29b0b012 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -52,7 +52,7 @@
 # The short X.Y version.
 version = '1.27.'
 # The full version, including alpha/beta/rc tags.
-release = '1.27.83'
+release = '1.27.84'
 
 # 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 5c2359f05c07..2cd76f07ca38 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@ universal = 0
 
 [metadata]
 requires_dist =
-        botocore==1.29.83
+        botocore==1.29.84
         docutils>=0.10,<0.17
         s3transfer>=0.6.0,<0.7.0
         PyYAML>=3.10,<5.5
diff --git a/setup.py b/setup.py
index 5825152bab88..9ce7769264bd 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ def find_version(*file_paths):
 
 
 install_requires = [
-    'botocore==1.29.83',
+    'botocore==1.29.84',
     'docutils>=0.10,<0.17',
     's3transfer>=0.6.0,<0.7.0',
     'PyYAML>=3.10,<5.5',