|
1884 | 1884 | "MetricsConfig":{
|
1885 | 1885 | "shape":"EventSourceMappingMetricsConfig",
|
1886 | 1886 | "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>"
|
| 1887 | + }, |
| 1888 | + "ProvisionedPollerConfig":{ |
| 1889 | + "shape":"ProvisionedPollerConfig", |
| 1890 | + "documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The Provisioned Mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">Provisioned Mode</a>.</p>" |
1887 | 1891 | }
|
1888 | 1892 | }
|
1889 | 1893 | },
|
|
2597 | 2601 | "MetricsConfig":{
|
2598 | 2602 | "shape":"EventSourceMappingMetricsConfig",
|
2599 | 2603 | "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>"
|
| 2604 | + }, |
| 2605 | + "ProvisionedPollerConfig":{ |
| 2606 | + "shape":"ProvisionedPollerConfig", |
| 2607 | + "documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The Provisioned Mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">Provisioned Mode</a>.</p>" |
2600 | 2608 | }
|
2601 | 2609 | },
|
2602 | 2610 | "documentation":"<p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>"
|
|
4742 | 4750 | "max":21600,
|
4743 | 4751 | "min":60
|
4744 | 4752 | },
|
| 4753 | + "MaximumNumberOfPollers":{ |
| 4754 | + "type":"integer", |
| 4755 | + "max":2000, |
| 4756 | + "min":1 |
| 4757 | + }, |
4745 | 4758 | "MaximumRecordAgeInSeconds":{
|
4746 | 4759 | "type":"integer",
|
4747 | 4760 | "max":604800,
|
|
4767 | 4780 | "max":6,
|
4768 | 4781 | "pattern":".*"
|
4769 | 4782 | },
|
| 4783 | + "MinimumNumberOfPollers":{ |
| 4784 | + "type":"integer", |
| 4785 | + "max":200, |
| 4786 | + "min":1 |
| 4787 | + }, |
4770 | 4788 | "NameSpacedFunctionArn":{
|
4771 | 4789 | "type":"string",
|
4772 | 4790 | "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
|
|
4933 | 4951 | "FAILED"
|
4934 | 4952 | ]
|
4935 | 4953 | },
|
| 4954 | + "ProvisionedPollerConfig":{ |
| 4955 | + "type":"structure", |
| 4956 | + "members":{ |
| 4957 | + "MinimumPollers":{ |
| 4958 | + "shape":"MinimumNumberOfPollers", |
| 4959 | + "documentation":"<p>The minimum number of event pollers this event source can scale down to.</p>" |
| 4960 | + }, |
| 4961 | + "MaximumPollers":{ |
| 4962 | + "shape":"MaximumNumberOfPollers", |
| 4963 | + "documentation":"<p>The maximum number of event pollers this event source can scale up to.</p>" |
| 4964 | + } |
| 4965 | + }, |
| 4966 | + "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\"> Provisioned Mode</a> configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source. An event poller is a compute unit that provides approximately 5 MBps of throughput.</p>" |
| 4967 | + }, |
4936 | 4968 | "PublishLayerVersionRequest":{
|
4937 | 4969 | "type":"structure",
|
4938 | 4970 | "required":[
|
|
6110 | 6142 | "MetricsConfig":{
|
6111 | 6143 | "shape":"EventSourceMappingMetricsConfig",
|
6112 | 6144 | "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>"
|
| 6145 | + }, |
| 6146 | + "ProvisionedPollerConfig":{ |
| 6147 | + "shape":"ProvisionedPollerConfig", |
| 6148 | + "documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The Provisioned Mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">Provisioned Mode</a>.</p>" |
6113 | 6149 | }
|
6114 | 6150 | }
|
6115 | 6151 | },
|
|
0 commit comments