|
7143 | 7143 | "smithy.api#documentation": "<p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>", |
7144 | 7144 | "smithy.api#examples": [ |
7145 | 7145 | { |
7146 | | - "title": "To get a provisioned concurrency configuration", |
7147 | | - "documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.", |
| 7146 | + "title": "To view a provisioned concurrency configuration", |
| 7147 | + "documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.", |
7148 | 7148 | "input": { |
7149 | 7149 | "FunctionName": "my-function", |
7150 | 7150 | "Qualifier": "BLUE" |
|
7158 | 7158 | } |
7159 | 7159 | }, |
7160 | 7160 | { |
7161 | | - "title": "To view a provisioned concurrency configuration", |
7162 | | - "documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.", |
| 7161 | + "title": "To get a provisioned concurrency configuration", |
| 7162 | + "documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.", |
7163 | 7163 | "input": { |
7164 | 7164 | "FunctionName": "my-function", |
7165 | 7165 | "Qualifier": "BLUE" |
@@ -12499,11 +12499,23 @@ |
12499 | 12499 | "smithy.api#enumValue": "nodejs22.x" |
12500 | 12500 | } |
12501 | 12501 | }, |
| 12502 | + "java25": { |
| 12503 | + "target": "smithy.api#Unit", |
| 12504 | + "traits": { |
| 12505 | + "smithy.api#enumValue": "java25" |
| 12506 | + } |
| 12507 | + }, |
12502 | 12508 | "nodejs24x": { |
12503 | 12509 | "target": "smithy.api#Unit", |
12504 | 12510 | "traits": { |
12505 | 12511 | "smithy.api#enumValue": "nodejs24.x" |
12506 | 12512 | } |
| 12513 | + }, |
| 12514 | + "python314": { |
| 12515 | + "target": "smithy.api#Unit", |
| 12516 | + "traits": { |
| 12517 | + "smithy.api#enumValue": "python3.14" |
| 12518 | + } |
12507 | 12519 | } |
12508 | 12520 | } |
12509 | 12521 | }, |
|
0 commit comments