Skip to content

Commit 0b28c31

Browse files
Merge branch 'release-1.39.3' into develop
* release-1.39.3: Bumping version to 1.39.3 Update endpoints model Update to latest models
2 parents 1866e7b + 5ee9ffd commit 0b28c31

15 files changed

Lines changed: 1009 additions & 15 deletions

File tree

.changes/1.39.3.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``customer-profiles``",
4+
"description": "This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``deadline``",
9+
"description": "Added fields for output manifest reporting and task chunking parameters",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated).",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mediapackagev2``",
19+
"description": "This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``route53``",
24+
"description": "Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart.",
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.39.3
6+
======
7+
8+
* api-change:``customer-profiles``: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain.
9+
* api-change:``deadline``: Added fields for output manifest reporting and task chunking parameters
10+
* api-change:``ec2``: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated).
11+
* api-change:``mediapackagev2``: This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints
12+
* api-change:``route53``: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks.
13+
* api-change:``sagemaker``: Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart.
14+
15+
516
1.39.2
617
======
718

botocore/__init__.py

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

19-
__version__ = '1.39.2'
19+
__version__ = '1.39.3'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/customer-profiles/2020-08-15/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
"output_token": "NextToken",
4242
"limit_key": "MaxResults",
4343
"result_key": "Items"
44+
},
45+
"ListUploadJobs": {
46+
"input_token": "NextToken",
47+
"output_token": "NextToken",
48+
"limit_key": "MaxResults",
49+
"result_key": "Items"
4450
}
4551
}
4652
}

0 commit comments

Comments
 (0)