Skip to content

Commit ab1b535

Browse files
Merge branch 'release-1.36.16'
* release-1.36.16: Bumping version to 1.36.16 Update endpoints model Update to latest models
2 parents f230031 + 43a9908 commit ab1b535

File tree

10 files changed

+288
-77
lines changed

10 files changed

+288
-77
lines changed

.changes/1.36.16.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``ecr``",
4+
"description": "Adds support to handle the new basic scanning daily quota.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``eks``",
9+
"description": "Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``mediaconvert``",
14+
"description": "This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``pi``",
19+
"description": "Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``transcribe``",
24+
"description": "This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.",
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.36.16
6+
=======
7+
8+
* api-change:``ecr``: Adds support to handle the new basic scanning daily quota.
9+
* api-change:``eks``: Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API
10+
* api-change:``mediaconvert``: This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format
11+
* api-change:``pi``: Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.
12+
* api-change:``transcribe``: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.
13+
14+
515
1.36.15
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 os
1717
import re
1818

19-
__version__ = '1.36.15'
19+
__version__ = '1.36.16'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/ecr/2015-09-21/service-2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
{"shape":"ImageNotFoundException"},
704704
{"shape":"ValidationException"}
705705
],
706-
"documentation":"<p>Starts an image vulnerability scan. An image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html\">Image scanning</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>"
706+
"documentation":"<p>Starts a basic image vulnerability scan.</p> <p> A basic image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. You can start up to 100,000 basic scans per 24 hours. This limit includes both scans on initial push and scans initiated by the StartImageScan API. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning-basic.html\">Basic scanning</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>"
707707
},
708708
"StartLifecyclePolicyPreview":{
709709
"name":"StartLifecyclePolicyPreview",
@@ -3836,7 +3836,8 @@
38363836
"ACTIVE",
38373837
"PENDING",
38383838
"SCAN_ELIGIBILITY_EXPIRED",
3839-
"FINDINGS_UNAVAILABLE"
3839+
"FINDINGS_UNAVAILABLE",
3840+
"LIMIT_EXCEEDED"
38403841
]
38413842
},
38423843
"ScanStatusDescription":{"type":"string"},

botocore/data/eks/2017-11-01/service-2.json

Lines changed: 30 additions & 9 deletions
Large diffs are not rendered by default.

botocore/data/endpoints.json

Lines changed: 60 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11084,13 +11084,41 @@
1108411084
},
1108511085
"groundstation" : {
1108611086
"endpoints" : {
11087-
"af-south-1" : { },
11088-
"ap-northeast-2" : { },
11089-
"ap-southeast-1" : { },
11090-
"ap-southeast-2" : { },
11091-
"eu-central-1" : { },
11092-
"eu-north-1" : { },
11093-
"eu-west-1" : { },
11087+
"af-south-1" : {
11088+
"variants" : [ {
11089+
"tags" : [ "dualstack" ]
11090+
} ]
11091+
},
11092+
"ap-northeast-2" : {
11093+
"variants" : [ {
11094+
"tags" : [ "dualstack" ]
11095+
} ]
11096+
},
11097+
"ap-southeast-1" : {
11098+
"variants" : [ {
11099+
"tags" : [ "dualstack" ]
11100+
} ]
11101+
},
11102+
"ap-southeast-2" : {
11103+
"variants" : [ {
11104+
"tags" : [ "dualstack" ]
11105+
} ]
11106+
},
11107+
"eu-central-1" : {
11108+
"variants" : [ {
11109+
"tags" : [ "dualstack" ]
11110+
} ]
11111+
},
11112+
"eu-north-1" : {
11113+
"variants" : [ {
11114+
"tags" : [ "dualstack" ]
11115+
} ]
11116+
},
11117+
"eu-west-1" : {
11118+
"variants" : [ {
11119+
"tags" : [ "dualstack" ]
11120+
} ]
11121+
},
1109411122
"fips-us-east-1" : {
1109511123
"credentialScope" : {
1109611124
"region" : "us-east-1"
@@ -11112,24 +11140,47 @@
1111211140
"deprecated" : true,
1111311141
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
1111411142
},
11115-
"me-south-1" : { },
11116-
"sa-east-1" : { },
11143+
"me-south-1" : {
11144+
"variants" : [ {
11145+
"tags" : [ "dualstack" ]
11146+
} ]
11147+
},
11148+
"sa-east-1" : {
11149+
"variants" : [ {
11150+
"tags" : [ "dualstack" ]
11151+
} ]
11152+
},
1111711153
"us-east-1" : {
1111811154
"variants" : [ {
11155+
"tags" : [ "dualstack" ]
11156+
}, {
1111911157
"hostname" : "groundstation-fips.us-east-1.amazonaws.com",
1112011158
"tags" : [ "fips" ]
11159+
}, {
11160+
"hostname" : "groundstation-fips.us-east-1.api.aws",
11161+
"tags" : [ "dualstack", "fips" ]
1112111162
} ]
1112211163
},
1112311164
"us-east-2" : {
1112411165
"variants" : [ {
11166+
"tags" : [ "dualstack" ]
11167+
}, {
1112511168
"hostname" : "groundstation-fips.us-east-2.amazonaws.com",
1112611169
"tags" : [ "fips" ]
11170+
}, {
11171+
"hostname" : "groundstation-fips.us-east-2.api.aws",
11172+
"tags" : [ "dualstack", "fips" ]
1112711173
} ]
1112811174
},
1112911175
"us-west-2" : {
1113011176
"variants" : [ {
11177+
"tags" : [ "dualstack" ]
11178+
}, {
1113111179
"hostname" : "groundstation-fips.us-west-2.amazonaws.com",
1113211180
"tags" : [ "fips" ]
11181+
}, {
11182+
"hostname" : "groundstation-fips.us-west-2.api.aws",
11183+
"tags" : [ "dualstack", "fips" ]
1113311184
} ]
1113411185
}
1113511186
}

0 commit comments

Comments
 (0)