Skip to content

Commit aec29f2

Browse files
Merge branch 'release-1.40.26' into develop
* release-1.40.26: Bumping version to 1.40.26 Update endpoints model Update to latest models
2 parents bf1a4d1 + 8be01be commit aec29f2

File tree

8 files changed

+45
-6
lines changed

8 files changed

+45
-6
lines changed

.changes/1.40.26.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"category": "``iotsitewise``",
4+
"description": "Add ComputationModelVersion support in IoT SiteWise APIs",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``s3``",
9+
"description": "This release includes backward compatibility work on the \"Expires\" parameter.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``securityhub``",
14+
"description": "This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls.",
15+
"type": "api-change"
16+
}
17+
]

CHANGELOG.rst

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

5+
1.40.26
6+
=======
7+
8+
* api-change:``iotsitewise``: Add ComputationModelVersion support in IoT SiteWise APIs
9+
* api-change:``s3``: This release includes backward compatibility work on the "Expires" parameter.
10+
* api-change:``securityhub``: This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls.
11+
12+
513
1.40.25
614
=======
715

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.40.25'
20+
__version__ = '1.40.26'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/endpoints.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14050,6 +14050,7 @@
1405014050
"ap-south-2" : { },
1405114051
"ap-southeast-1" : { },
1405214052
"ap-southeast-2" : { },
14053+
"ap-southeast-5" : { },
1405314054
"ca-central-1" : { },
1405414055
"eu-central-1" : { },
1405514056
"eu-north-1" : { },
@@ -22620,6 +22621,7 @@
2262022621
"ap-southeast-3" : { },
2262122622
"ap-southeast-4" : { },
2262222623
"ap-southeast-5" : { },
22624+
"ap-southeast-6" : { },
2262322625
"ap-southeast-7" : { },
2262422626
"ca-central-1" : { },
2262522627
"ca-west-1" : { },
@@ -39649,6 +39651,7 @@
3964939651
},
3965039652
"compute-optimizer" : {
3965139653
"endpoints" : {
39654+
"us-isof-east-1" : { },
3965239655
"us-isof-south-1" : {
3965339656
"credentialScope" : {
3965439657
"region" : "us-isof-south-1"

botocore/data/iotsitewise/2019-12-02/service-2.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
{"shape":"ThrottlingException"},
175175
{"shape":"LimitExceededException"}
176176
],
177-
"documentation":"<p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>",
177+
"documentation":"<p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p> <note> <p>Support for access policies that use an SSO Group as the identity is not supported at this time.</p> </note>",
178178
"endpoint":{"hostPrefix":"monitor."}
179179
},
180180
"CreateAsset":{
@@ -4325,6 +4325,10 @@
43254325
"type":"string",
43264326
"enum":["ANOMALY_DETECTION"]
43274327
},
4328+
"ComputationModelVersionFilter":{
4329+
"type":"string",
4330+
"pattern":"^(LATEST|ACTIVE|[1-9]{1}\\d{0,9})$"
4331+
},
43284332
"ComputeLocation":{
43294333
"type":"string",
43304334
"enum":[
@@ -6414,6 +6418,12 @@
64146418
"documentation":"<p>The ID of the computation model.</p>",
64156419
"location":"uri",
64166420
"locationName":"computationModelId"
6421+
},
6422+
"computationModelVersion":{
6423+
"shape":"ComputationModelVersionFilter",
6424+
"documentation":"<p>The version of the computation model.</p>",
6425+
"location":"querystring",
6426+
"locationName":"computationModelVersion"
64176427
}
64186428
}
64196429
},
@@ -7317,7 +7327,7 @@
73177327
},
73187328
"maxResults":{
73197329
"shape":"ExecuteQueryMaxResults",
7320-
"documentation":"<p>The maximum number of results to return at one time.</p> <ul> <li> <p>Minimum is 1</p> </li> <li> <p>Maximum is 20000</p> </li> <li> <p>Default is 250</p> </li> </ul>"
7330+
"documentation":"<p>The maximum number of results to return at one time.</p> <ul> <li> <p>Minimum is 1</p> </li> <li> <p>Maximum is 20000</p> </li> <li> <p>Default is 20000</p> </li> </ul>"
73217331
},
73227332
"clientToken":{
73237333
"shape":"ClientToken",

botocore/data/s3/2006-03-01/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4309,7 +4309,7 @@
43094309
"type":"boolean",
43104310
"box":true
43114311
},
4312-
"Expires":{"type":"timestamp"},
4312+
"Expires":{"type":"string"},
43134313
"ExposeHeader":{"type":"string"},
43144314
"ExposeHeaders":{
43154315
"type":"list",
@@ -10773,7 +10773,7 @@
1077310773
"members":{
1077410774
"Payload":{
1077510775
"shape":"Body",
10776-
"documentation":"<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might split the same record across multiple record frames instead of aggregating the results in memory. Some S3 clients (for example, the SDKforJava) handle this behavior by creating a <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior by default. In those cases, you must aggregate the results on the client side and parse the response.</p>",
10776+
"documentation":"<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might split the same record across multiple record frames instead of aggregating the results in memory. Some S3 clients (for example, the SDK for Java) handle this behavior by creating a <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior by default. In those cases, you must aggregate the results on the client side and parse the response.</p>",
1077710777
"eventpayload":true
1077810778
}
1077910779
},

botocore/data/securityhub/2018-10-26/service-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24009,6 +24009,7 @@
2400924009
"INVALID_INPUT",
2401024010
"ACCESS_DENIED",
2401124011
"NOT_FOUND",
24012+
"RESOURCE_NOT_FOUND",
2401224013
"LIMIT_EXCEEDED"
2401324014
]
2401424015
},

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.40.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.40.25'
62+
release = '1.40.26'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)