Skip to content

Commit 41eeae0

Browse files
Merge branch 'release-1.22.11'
* release-1.22.11: Bumping version to 1.22.11 Update to latest endpoints Update to latest models Hide generate_presigned_url for all clients but S3
2 parents c4188e1 + 7439fe7 commit 41eeae0

File tree

15 files changed

+2910
-81
lines changed

15 files changed

+2910
-81
lines changed

.changes/1.22.11.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``chime-sdk-meetings``",
4+
"description": "The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``sagemaker``",
9+
"description": "ListDevices and DescribeDevice now show Edge Manager agent version.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"description": "This release adds CRUD operation support for Security profile resource in Amazon Connect",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``iotwireless``",
19+
"description": "Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ec2``",
24+
"description": "This release adds a new instance replacement strategy for EC2 Fleet, Spot Fleet. Now you can select an action to perform when your instance gets a rebalance notification. EC2 Fleet, Spot Fleet can launch a replacement then terminate the instance that received notification after a termination delay",
25+
"type": "api-change"
26+
}
27+
]

CHANGELOG.rst

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

5+
1.22.11
6+
=======
7+
8+
* api-change:``chime-sdk-meetings``: The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.
9+
* api-change:``sagemaker``: ListDevices and DescribeDevice now show Edge Manager agent version.
10+
* api-change:``connect``: This release adds CRUD operation support for Security profile resource in Amazon Connect
11+
* api-change:``iotwireless``: Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature.
12+
* api-change:``ec2``: This release adds a new instance replacement strategy for EC2 Fleet, Spot Fleet. Now you can select an action to perform when your instance gets a rebalance notification. EC2 Fleet, Spot Fleet can launch a replacement then terminate the instance that received notification after a termination delay
13+
14+
515
1.22.10
616
=======
717

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import logging
1818

19-
__version__ = '1.22.10'
19+
__version__ = '1.22.11'
2020

2121

2222
class NullHandler(logging.Handler):
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"pagination": {}
3+
}

0 commit comments

Comments
 (0)