Skip to content

Commit 9f78be8

Browse files
Merge branch 'release-1.18.2'
* release-1.18.2: Bumping version to 1.18.2 Add changelog entries from botocore Add project_urls to setup.py (#1888) Use TLS for Apache license and docs links (#2049) Fix according to pycodestyle format (#2052)
2 parents a74ce41 + 0c22215 commit 9f78be8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+149
-101
lines changed

.changes/1.18.2.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``imagebuilder``",
4+
"description": "[``botocore``] Documentation updates for reversal of default value for additional instance configuration SSM switch, plus improved descriptions for semantic versioning.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``directconnect``",
9+
"description": "[``botocore``] Documentation updates for directconnect",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``health``",
14+
"description": "[``botocore``] In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``robomaker``",
19+
"description": "[``botocore``] This release allows customers to create a new version of WorldTemplates with support for Doors.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``location``",
24+
"description": "[``botocore``] Add five new API operations: UpdateGeofenceCollection, UpdateMap, UpdatePlaceIndex, UpdateRouteCalculator, UpdateTracker.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``emr-containers``",
29+
"description": "[``botocore``] Updated DescribeManagedEndpoint and ListManagedEndpoints to return failureReason and stateDetails in API response.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.18.2
6+
======
7+
8+
* api-change:``imagebuilder``: [``botocore``] Documentation updates for reversal of default value for additional instance configuration SSM switch, plus improved descriptions for semantic versioning.
9+
* api-change:``directconnect``: [``botocore``] Documentation updates for directconnect
10+
* api-change:``health``: [``botocore``] In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.
11+
* api-change:``robomaker``: [``botocore``] This release allows customers to create a new version of WorldTemplates with support for Doors.
12+
* api-change:``location``: [``botocore``] Add five new API operations: UpdateGeofenceCollection, UpdateMap, UpdatePlaceIndex, UpdateRouteCalculator, UpdateTracker.
13+
* api-change:``emr-containers``: [``botocore``] Updated DescribeManagedEndpoint and ListManagedEndpoints to return failureReason and stateDetails in API response.
14+
15+
516
1.18.1
617
======
718

boto3/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.18.1'
21+
__version__ = '1.18.2'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.
@@ -103,7 +103,7 @@ def resource(*args, **kwargs):
103103

104104

105105
# Set up logging to ``/dev/null`` like a library is supposed to.
106-
# http://docs.python.org/3.3/howto/logging.html#configuring-logging-for-a-library
106+
# https://docs.python.org/3.3/howto/logging.html#configuring-logging-for-a-library
107107
class NullHandler(logging.Handler):
108108
def emit(self, record):
109109
pass

boto3/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/attr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/docstring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/subresource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/docs/waiter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/dynamodb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/dynamodb/conditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/dynamodb/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/dynamodb/transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/dynamodb/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/ec2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/ec2/createtags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/ec2/deletetags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
@@ -91,6 +91,7 @@ def __init__(self, operation, value):
9191
(operation, value, type(value)))
9292
Exception.__init__(self, msg)
9393

94+
9495
# FIXME: Backward compatibility
9596
DynanmoDBOperationNotSupportedError = DynamoDBOperationNotSupportedError
9697

boto3/resources/action.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
@@ -78,7 +78,7 @@ def __call__(self, parent, *args, **kwargs):
7878
params.update(kwargs)
7979

8080
logger.debug('Calling %s:%s with %r', parent.meta.service_name,
81-
operation_name, params)
81+
operation_name, params)
8282

8383
response = getattr(parent.meta.client, operation_name)(*args, **params)
8484

@@ -147,7 +147,7 @@ def __call__(self, parent, *args, **kwargs):
147147
params.update(kwargs)
148148

149149
logger.debug('Calling %s:%s with %r',
150-
service_name, operation_name, params)
150+
service_name, operation_name, params)
151151

152152
response = getattr(client, operation_name)(*args, **params)
153153

@@ -194,8 +194,8 @@ def __call__(self, parent, *args, **kwargs):
194194
params.update(kwargs)
195195

196196
logger.debug('Calling %s:%s with %r',
197-
parent.meta.service_name,
198-
self._waiter_resource_name, params)
197+
parent.meta.service_name,
198+
self._waiter_resource_name, params)
199199

200200
client = parent.meta.client
201201
waiter = client.get_waiter(client_waiter_name)

boto3/resources/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/resources/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/resources/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/resources/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/resources/params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/resources/response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

boto3/s3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# may not use this file except in compliance with the License. A copy of
55
# the License is located at
66
#
7-
# http://aws.amazon.com/apache2.0/
7+
# https://aws.amazon.com/apache2.0/
88
#
99
# or in the "license" file accompanying this file. This file is
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF

0 commit comments

Comments
 (0)