|
1761 | 1761 | "traits": { |
1762 | 1762 | "smithy.api#documentation": "<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Security and auth model for Lambda function URLs</a>.</p>" |
1763 | 1763 | } |
| 1764 | + }, |
| 1765 | + "InvokedViaFunctionUrl": { |
| 1766 | + "target": "com.amazonaws.lambda#InvokedViaFunctionUrl", |
| 1767 | + "traits": { |
| 1768 | + "smithy.api#documentation": "<p>Restricts the <code>lambda:InvokeFunction</code> action to calls coming from a function URL. When set to <code>true</code>, this prevents the principal from invoking the function by any means other than the function URL. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Security and auth model for Lambda function URLs</a>.</p>" |
| 1769 | + } |
1764 | 1770 | } |
1765 | 1771 | }, |
1766 | 1772 | "traits": { |
|
2177 | 2183 | "UntrustedArtifactOnDeployment": { |
2178 | 2184 | "target": "com.amazonaws.lambda#CodeSigningPolicy", |
2179 | 2185 | "traits": { |
2180 | | - "smithy.api#documentation": "<p>Code signing configuration policy for deployment validation failure. If you set the policy to <code>Enforce</code>, Lambda blocks the deployment request if signature validation checks fail. If you set the policy to <code>Warn</code>, Lambda allows the deployment and creates a CloudWatch log. </p> <p>Default value: <code>Warn</code> </p>" |
| 2186 | + "smithy.api#documentation": "<p>Code signing configuration policy for deployment validation failure. If you set the policy to <code>Enforce</code>, Lambda blocks the deployment request if signature validation checks fail. If you set the policy to <code>Warn</code>, Lambda allows the deployment and issues a new Amazon CloudWatch metric (<code>SignatureValidationErrors</code>) and also stores the warning in the CloudTrail log.</p> <p>Default value: <code>Warn</code> </p>" |
2181 | 2187 | } |
2182 | 2188 | } |
2183 | 2189 | }, |
|
7072 | 7078 | "smithy.api#documentation": "<p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>", |
7073 | 7079 | "smithy.api#examples": [ |
7074 | 7080 | { |
7075 | | - "title": "To get a provisioned concurrency configuration", |
7076 | | - "documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.", |
| 7081 | + "title": "To view a provisioned concurrency configuration", |
| 7082 | + "documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.", |
7077 | 7083 | "input": { |
7078 | 7084 | "FunctionName": "my-function", |
7079 | 7085 | "Qualifier": "BLUE" |
|
7087 | 7093 | } |
7088 | 7094 | }, |
7089 | 7095 | { |
7090 | | - "title": "To view a provisioned concurrency configuration", |
7091 | | - "documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.", |
| 7096 | + "title": "To get a provisioned concurrency configuration", |
| 7097 | + "documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.", |
7092 | 7098 | "input": { |
7093 | 7099 | "FunctionName": "my-function", |
7094 | 7100 | "Qualifier": "BLUE" |
|
8172 | 8178 | "smithy.api#streaming": {} |
8173 | 8179 | } |
8174 | 8180 | }, |
| 8181 | + "com.amazonaws.lambda#InvokedViaFunctionUrl": { |
| 8182 | + "type": "boolean" |
| 8183 | + }, |
8175 | 8184 | "com.amazonaws.lambda#KMSAccessDeniedException": { |
8176 | 8185 | "type": "structure", |
8177 | 8186 | "members": { |
|
0 commit comments