Skip to content

Commit 114e147

Browse files
Update API model
1 parent 5d771d4 commit 114e147

File tree

1 file changed

+16
-4
lines changed
  • tools/code-generation/smithy/api-descriptions

1 file changed

+16
-4
lines changed

tools/code-generation/smithy/api-descriptions/lambda.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)