Skip to content

Commit

Permalink
Merge branch 'release-1.17.111'
Browse files Browse the repository at this point in the history
* release-1.17.111:
  Bumping version to 1.17.111
  Add changelog entries from botocore
  Typo fixes (#2916)
  • Loading branch information
aws-sdk-python-automation committed Jul 13, 2021
2 parents 454ddc9 + 0ce0f9d commit f77e500
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 11 deletions.
32 changes: 32 additions & 0 deletions .changes/1.17.111.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``amplifybackend``",
"description": "[``botocore``] Added Sign in with Apple OAuth provider.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] Release new APIs to support new Redshift feature - Authentication Profile",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "[``botocore``] Changes to OpsCenter APIs to support a new feature, operational insights.",
"type": "api-change"
},
{
"category": "``lex-models``",
"description": "[``botocore``] Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot.",
"type": "api-change"
},
{
"category": "``directconnect``",
"description": "[``botocore``] This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.",
"type": "api-change"
},
{
"category": "``pricing``",
"description": "[``botocore``] Documentation updates for api.pricing",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.17.111
========

* api-change:``amplifybackend``: [``botocore``] Added Sign in with Apple OAuth provider.
* api-change:``redshift``: [``botocore``] Release new APIs to support new Redshift feature - Authentication Profile
* api-change:``ssm``: [``botocore``] Changes to OpsCenter APIs to support a new feature, operational insights.
* api-change:``lex-models``: [``botocore``] Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot.
* api-change:``directconnect``: [``botocore``] This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.
* api-change:``pricing``: [``botocore``] Documentation updates for api.pricing


1.17.110
========

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.17.110'
__version__ = '1.17.111'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/guide/cloud9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in the *AWS Cloud9 User Guide*.
Step 2: Create an environment
-----------------------------
After you sign in to the AWS Cloud9 console, use the console to
create an AWS Cloud9 development environment. (A *development environment* is
create an AWS Cloud9 development environment. (A *development environment*
is a place where you store your project's files and where you run the tools
to develop your apps.) After you create
the environment, AWS Cloud9 automatically opens the IDE for that environment.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/guide/credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The shared credentials file has a default location of ``~/.aws/credentials``. Yo

This file is an INI formatted file with section names corresponding to profiles. With each section, the three configuration variables shown above can be specified: ``aws_access_key_id``, ``aws_secret_access_key``, ``aws_session_token``. *These are the only supported values in the shared credential file.*

Below is an minimal example of the shared credentials file:
Below is a minimal example of the shared credentials file:

.. code-block:: ini
Expand Down
2 changes: 1 addition & 1 deletion docs/source/guide/cw-example-subscription-filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Prerequisite tasks

Use the following role policy when creating the IAM role.

.. code-block:: python
.. code-block:: python
{
"Version": "2012-10-17",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/guide/cw-example-using-alarms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Prerequisite tasks

Use the following role policy when creating the IAM role.

.. code-block:: python
.. code-block:: python
{
"Version": "2012-10-17",
Expand Down
4 changes: 2 additions & 2 deletions docs/source/guide/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Here is an example of how the event system works::

In this example, the handler ``add_my_bucket``
is registered such that the handler will inject the
value ``'mybucket`` for the ``Bucket`` parameter whenever the the
value ``'mybucket`` for the ``Bucket`` parameter whenever the
``list_objects`` client call is made without the ``Bucket`` parameter. Note
that if the same ``list_objects`` call is made without the ``Bucket``
parameter and the registered handler, it will result in a validation error.
Expand All @@ -58,7 +58,7 @@ Here are the takeaways from this example:
``meta.events`` attribute on the client.
* All functions registered to the event system must have ``**kwargs`` in
the function signature. This is because emitting an event can have any
number of keyword arguments emitted along side it, and so if your
number of keyword arguments emitted alongside it, and so if your
function is called without ``**kwargs``, its signature will have to
match every keyword argument emitted by the event. This also allows for
more keyword arguments to be added to the emitted event in the future
Expand Down
2 changes: 1 addition & 1 deletion docs/source/guide/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ exist without a bucket, these are parent to child relationships.

Waiters
-------
A waiter is similiar to an action. A waiter will poll the status of a
A waiter is similar to an action. A waiter will poll the status of a
resource and suspend execution until the resource reaches the state that is
being polled for or a failure occurs while polling.
Waiters automatically set the resource
Expand Down
2 changes: 1 addition & 1 deletion scripts/new-change
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You'll see this template::
Fill in the appropriate values, save and exit the editor.
Make sure to commit these changes as part of your pull request.
If, when your editor is open, you decide don't don't want to add a changelog
If, when your editor is open, you decide don't want to add a changelog
entry, save an empty file and no entry will be generated.
You can then use the ``scripts/gen-changelog`` to generate the
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ universal = 1

[metadata]
requires_dist =
botocore>=1.20.110,<1.21.0
botocore>=1.20.111,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.4.0,<0.5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.110,<1.21.0',
'botocore>=1.20.111,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
]
Expand Down

0 comments on commit f77e500

Please sign in to comment.