Skip to content

Commit c137099

Browse files
Update models for release
1 parent 1710f37 commit c137099

6 files changed

Lines changed: 21 additions & 8 deletions

File tree

.changes/3.366.1

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\Lambda` - Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.
6+
37
## 3.366.0 - 2025-12-03
48

59
* `Aws\` - Adds support for PHP 8.5

src/data/lambda/2015-03-31/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4350,7 +4350,8 @@
43504350
"FunctionError.InvalidWorkingDirectory",
43514351
"FunctionError.PermissionDenied",
43524352
"FunctionError.TooManyExtensions",
4353-
"FunctionError.InitResourceExhausted"
4353+
"FunctionError.InitResourceExhausted",
4354+
"DisallowedByVpcEncryptionControl"
43544355
]
43554356
},
43564357
"Layer":{
@@ -6150,7 +6151,8 @@
61506151
"FunctionError.InvalidWorkingDirectory",
61516152
"FunctionError.PermissionDenied",
61526153
"FunctionError.TooManyExtensions",
6153-
"FunctionError.InitResourceExhausted"
6154+
"FunctionError.InitResourceExhausted",
6155+
"DisallowedByVpcEncryptionControl"
61546156
]
61556157
},
61566158
"StatementId":{

src/data/lambda/2015-03-31/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/lambda/2015-03-31/examples-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,9 @@
518518
"RequestedProvisionedConcurrentExecutions": 100,
519519
"Status": "READY"
520520
},
521-
"description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
521+
"description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
522522
"id": "example-1",
523-
"title": "To view a provisioned concurrency configuration"
523+
"title": "To get a provisioned concurrency configuration"
524524
},
525525
{
526526
"input": {
@@ -534,9 +534,9 @@
534534
"RequestedProvisionedConcurrentExecutions": 100,
535535
"Status": "READY"
536536
},
537-
"description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
537+
"description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
538538
"id": "example-2",
539-
"title": "To get a provisioned concurrency configuration"
539+
"title": "To view a provisioned concurrency configuration"
540540
}
541541
],
542542
"Invoke": [

src/data/lambda/2015-03-31/examples-1.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)