| 17 | #[non_exhaustive] |
| 18 | #[derive(Clone)] |
| 19 | pub(crate) struct PathParameters(pub(crate) QueryMap); |
| 20 | |
| 21 | /// API gateway configured |
| 22 | /// [stage variables](https://docs.aws.amazon.com/apigateway/latest/developerguide/stage-variables.html) |
no outgoing calls
no test coverage detected