Skip to content

Commit 1b53935

Browse files
Release Model Changes:
3b5bbdc4-fa94-474c-bba5-b74b55bec6a2
1 parent dbc653f commit 1b53935

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.125
1+
model.all.version=1.0.126
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.2
44
model.acm.version=1.0.3
@@ -209,7 +209,7 @@ model.kinesis-video-signaling.version=1.0.2
209209
model.kinesis-video-webrtc-storage.version=1.0.2
210210
model.kms.version=1.0.11
211211
model.lakeformation.version=1.0.3
212-
model.lambda.version=1.0.12
212+
model.lambda.version=1.0.13
213213
model.launch-wizard.version=1.0.2
214214
model.lex-model-building-service.version=1.0.2
215215
model.lex-models-v2.version=1.0.6

models/lambda/service/2015-03-31/lambda-2015-03-31.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9636,8 +9636,8 @@
96369636
"smithy.api#documentation": "<p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>",
96379637
"smithy.api#examples": [
96389638
{
9639-
"title": "To view a provisioned concurrency configuration",
9640-
"documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
9639+
"title": "To get a provisioned concurrency configuration",
9640+
"documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
96419641
"input": {
96429642
"FunctionName": "my-function",
96439643
"Qualifier": "BLUE"
@@ -9651,8 +9651,8 @@
96519651
}
96529652
},
96539653
{
9654-
"title": "To get a provisioned concurrency configuration",
9655-
"documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
9654+
"title": "To view a provisioned concurrency configuration",
9655+
"documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
96569656
"input": {
96579657
"FunctionName": "my-function",
96589658
"Qualifier": "BLUE"
@@ -11347,6 +11347,12 @@
1134711347
"traits": {
1134811348
"smithy.api#enumValue": "FunctionError.InitResourceExhausted"
1134911349
}
11350+
},
11351+
"DisallowedByVpcEncryptionControl": {
11352+
"target": "smithy.api#Unit",
11353+
"traits": {
11354+
"smithy.api#enumValue": "DisallowedByVpcEncryptionControl"
11355+
}
1135011356
}
1135111357
}
1135211358
},
@@ -17076,6 +17082,12 @@
1707617082
"traits": {
1707717083
"smithy.api#enumValue": "FunctionError.InitResourceExhausted"
1707817084
}
17085+
},
17086+
"DisallowedByVpcEncryptionControl": {
17087+
"target": "smithy.api#Unit",
17088+
"traits": {
17089+
"smithy.api#enumValue": "DisallowedByVpcEncryptionControl"
17090+
}
1707917091
}
1708017092
}
1708117093
},

0 commit comments

Comments
 (0)