|
9636 | 9636 | "smithy.api#documentation": "<p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>", |
9637 | 9637 | "smithy.api#examples": [ |
9638 | 9638 | { |
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.", |
9641 | 9641 | "input": { |
9642 | 9642 | "FunctionName": "my-function", |
9643 | 9643 | "Qualifier": "BLUE" |
|
9651 | 9651 | } |
9652 | 9652 | }, |
9653 | 9653 | { |
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.", |
9656 | 9656 | "input": { |
9657 | 9657 | "FunctionName": "my-function", |
9658 | 9658 | "Qualifier": "BLUE" |
|
11347 | 11347 | "traits": { |
11348 | 11348 | "smithy.api#enumValue": "FunctionError.InitResourceExhausted" |
11349 | 11349 | } |
| 11350 | + }, |
| 11351 | + "DisallowedByVpcEncryptionControl": { |
| 11352 | + "target": "smithy.api#Unit", |
| 11353 | + "traits": { |
| 11354 | + "smithy.api#enumValue": "DisallowedByVpcEncryptionControl" |
| 11355 | + } |
11350 | 11356 | } |
11351 | 11357 | } |
11352 | 11358 | }, |
|
17076 | 17082 | "traits": { |
17077 | 17083 | "smithy.api#enumValue": "FunctionError.InitResourceExhausted" |
17078 | 17084 | } |
| 17085 | + }, |
| 17086 | + "DisallowedByVpcEncryptionControl": { |
| 17087 | + "target": "smithy.api#Unit", |
| 17088 | + "traits": { |
| 17089 | + "smithy.api#enumValue": "DisallowedByVpcEncryptionControl" |
| 17090 | + } |
17079 | 17091 | } |
17080 | 17092 | } |
17081 | 17093 | }, |
|
0 commit comments