|
779 | 779 | ], |
780 | 780 | "documentation":"<p>Lists event source mappings. Specify an <code>EventSourceArn</code> to show only event source mappings for a single event source.</p>" |
781 | 781 | }, |
782 | | - "ListDurableExecutions":{ |
783 | | - "name":"ListDurableExecutions", |
| 782 | + "ListDurableExecutionsByFunction":{ |
| 783 | + "name":"ListDurableExecutionsByFunction", |
784 | 784 | "http":{ |
785 | 785 | "method":"GET", |
786 | | - "requestUri":"/2025-12-01/durable-executions", |
| 786 | + "requestUri":"/2025-12-01/functions/{FunctionName}/durable-executions", |
787 | 787 | "responseCode":200 |
788 | 788 | }, |
789 | | - "input":{"shape":"ListDurableExecutionsRequest"}, |
790 | | - "output":{"shape":"ListDurableExecutionsResponse"}, |
| 789 | + "input":{"shape":"ListDurableExecutionsByFunctionRequest"}, |
| 790 | + "output":{"shape":"ListDurableExecutionsByFunctionResponse"}, |
791 | 791 | "errors":[ |
792 | 792 | {"shape":"InvalidParameterValueException"}, |
793 | 793 | {"shape":"TooManyRequestsException"}, |
794 | 794 | {"shape":"ServiceException"} |
795 | | - ] |
| 795 | + ], |
| 796 | + "readonly":true |
796 | 797 | }, |
797 | 798 | "ListFunctionEventInvokeConfigs":{ |
798 | 799 | "name":"ListFunctionEventInvokeConfigs", |
|
4194 | 4195 | } |
4195 | 4196 | } |
4196 | 4197 | }, |
4197 | | - "ListDurableExecutionsRequest":{ |
| 4198 | + "ListDurableExecutionsByFunctionRequest":{ |
4198 | 4199 | "type":"structure", |
| 4200 | + "required":["FunctionName"], |
4199 | 4201 | "members":{ |
4200 | 4202 | "FunctionName":{ |
4201 | 4203 | "shape":"FunctionName", |
4202 | | - "location":"querystring", |
| 4204 | + "location":"uri", |
4203 | 4205 | "locationName":"FunctionName" |
4204 | 4206 | }, |
4205 | | - "FunctionVersion":{ |
4206 | | - "shape":"Version", |
| 4207 | + "Qualifier":{ |
| 4208 | + "shape":"Qualifier", |
4207 | 4209 | "location":"querystring", |
4208 | | - "locationName":"FunctionVersion" |
| 4210 | + "locationName":"Qualifier" |
4209 | 4211 | }, |
4210 | 4212 | "DurableExecutionName":{ |
4211 | 4213 | "shape":"DurableExecutionName", |
4212 | 4214 | "location":"querystring", |
4213 | 4215 | "locationName":"DurableExecutionName" |
4214 | 4216 | }, |
4215 | 4217 | "StatusFilter":{ |
4216 | | - "shape":"ExecutionStatus", |
| 4218 | + "shape":"ExecutionStatusList", |
4217 | 4219 | "location":"querystring", |
4218 | 4220 | "locationName":"StatusFilter" |
4219 | 4221 | }, |
4220 | | - "TimeFilter":{ |
4221 | | - "shape":"TimeFilter", |
4222 | | - "location":"querystring", |
4223 | | - "locationName":"TimeFilter" |
4224 | | - }, |
4225 | 4222 | "TimeAfter":{ |
4226 | 4223 | "shape":"ExecutionTimestamp", |
4227 | 4224 | "location":"querystring", |
|
4249 | 4246 | } |
4250 | 4247 | } |
4251 | 4248 | }, |
4252 | | - "ListDurableExecutionsResponse":{ |
| 4249 | + "ListDurableExecutionsByFunctionResponse":{ |
4253 | 4250 | "type":"structure", |
4254 | 4251 | "members":{ |
4255 | 4252 | "DurableExecutions":{"shape":"DurableExecutions"}, |
|
0 commit comments