"smithy.api#documentation": "<p>The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.</p>\n <p>You must use a <code>LambdaVersion</code> of <code>V1_0</code> with an inbound federation\n function.</p>",
"smithy.api#documentation": "<p>The ARN of an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#master_keys\">KMS key</a>. Amazon Cognito uses the key to encrypt codes and temporary passwords sent to\n custom sender Lambda triggers.</p>"
"smithy.api#documentation": "<p>The configuration of an inbound federation Lambda trigger. This trigger can transform federated user attributes during the authentication with external identity providers.</p>"
"smithy.api#documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, \n and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. \n Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.ec2#String",
"traits": {
"smithy.api#documentation": "<p>The token for the next page of results.</p>"
}
}
},
"traits": {
@@ -115696,6 +115708,14 @@
"smithy.api#documentation": "<p>Indicates whether there are additional routes available.</p>",
"smithy.api#xmlName": "additionalRoutesAvailable"
}
},
"NextToken": {
"target": "com.amazonaws.ec2#String",
"traits": {
"aws.protocols#ec2QueryName": "NextToken",
"smithy.api#documentation": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
"smithy.api#documentation": "<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>"
"smithy.api#documentation": "<p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html\">Event source mapping logging</a>.</p>"
"smithy.api#documentation": "<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>"
"smithy.api#documentation": "<p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html\">Event source mapping logging</a>.</p>"
"smithy.api#documentation": "<p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>"
"smithy.api#documentation": "<p> The log level you want your event source mapping to use. Lambda event poller only sends system logs at the selected level of detail and lower, where <code>DEBUG</code> is the highest level and <code>WARN</code> is the lowest. For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html\"> Event source mapping logging</a>. </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. Use this configuration object to define the level of logs for your event source mapping. </p>"
"smithy.api#documentation": "<p> The metrics you want your event source mapping to produce. Include <code>EventCount</code> to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\"> Event source mapping metrics</a>. </p>"
"smithy.api#documentation": "<p> The metrics you want your event source mapping to produce, including <code>EventCount</code>, <code>ErrorCount</code>, <code>KafkaMetrics</code>. </p> <ul> <li> <p> <code>EventCount</code> to receive metrics related to the number of events processed by your event source mapping.</p> </li> <li> <p> <code>ErrorCount</code> (Amazon MSK and self-managed Apache Kafka) to receive metrics related to the number of errors in your event source mapping processing.</p> </li> <li> <p> <code>KafkaMetrics</code> (Amazon MSK and self-managed Apache Kafka) to receive metrics related to the Kafka consumers from your event source mapping.</p> </li> </ul> <p> For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\"> Event source mapping metrics</a>. </p>"
}
}
},
@@ -6104,6 +6142,29 @@
"smithy.api#documentation": "<p>The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.</p>"
"smithy.api#documentation": "<p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>",
"smithy.api#examples": [
{
"title": "To get a provisioned concurrency configuration",
"documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"title": "To view a provisioned concurrency configuration",
"documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"input": {
"FunctionName": "my-function",
"Qualifier": "BLUE"
@@ -9651,8 +9712,8 @@
}
},
{
"title": "To view a provisioned concurrency configuration",
"documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"title": "To get a provisioned concurrency configuration",
"documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"input": {
"FunctionName": "my-function",
"Qualifier": "BLUE"
@@ -18342,6 +18403,9 @@
"smithy.api#documentation": "<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>"