Skip to content

Commit c7f1a50

Browse files
Update to latest models
1 parent 9f04b48 commit c7f1a50

File tree

2 files changed

+9
-2
lines changed

2 files changed

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

awscli/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":{

0 commit comments

Comments
 (0)