Skip to content

Commit 220c0b0

Browse files
Merge branch 'release-1.42.3' into develop
* release-1.42.3: Bumping version to 1.42.3 Update to latest models
2 parents 068b770 + ac07545 commit 220c0b0

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.changes/1.42.3.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "``lambda``",
4+
"description": "Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.",
5+
"type": "api-change"
6+
}
7+
]

CHANGELOG.rst

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

5+
1.42.3
6+
======
7+
8+
* api-change:``lambda``: Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.
9+
10+
511
1.42.2
612
======
713

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.42.2'
20+
__version__ = '1.42.3'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/lambda/2015-03-31/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5990,7 +5990,8 @@
59905990
"FunctionError.InvalidWorkingDirectory",
59915991
"FunctionError.PermissionDenied",
59925992
"FunctionError.TooManyExtensions",
5993-
"FunctionError.InitResourceExhausted"
5993+
"FunctionError.InitResourceExhausted",
5994+
"DisallowedByVpcEncryptionControl"
59945995
]
59955996
},
59965997
"Layer":{
@@ -8386,7 +8387,8 @@
83868387
"FunctionError.InvalidWorkingDirectory",
83878388
"FunctionError.PermissionDenied",
83888389
"FunctionError.TooManyExtensions",
8389-
"FunctionError.InitResourceExhausted"
8390+
"FunctionError.InitResourceExhausted",
8391+
"DisallowedByVpcEncryptionControl"
83908392
]
83918393
},
83928394
"StatementId":{

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.42'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.42.2'
62+
release = '1.42.3'
6363

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

0 commit comments

Comments
 (0)