@kensio/yulin 1.17.1 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/sdk/router/resolve-sim-sdk-command-router.d.ts.map +1 -1
- package/dist/sdk/router/resolve-sim-sdk-command-router.js +5 -0
- package/dist/sdk/router/resolve-sim-sdk-command-router.js.map +1 -1
- package/dist/serve/controller/factory/sim-aws-service-controller-factory.js +3 -3
- package/dist/serve/controller/factory/sim-aws-service-controller-factory.js.map +1 -1
- package/dist/serve/controller/sim-aws-service-signing-name.d.ts.map +1 -1
- package/dist/serve/controller/sim-aws-service-signing-name.js +4 -3
- package/dist/serve/controller/sim-aws-service-signing-name.js.map +1 -1
- package/dist/serve/controller/sim-service-controller.d.ts +1 -1
- package/dist/serve/controller/sim-service-controller.d.ts.map +1 -1
- package/dist/serve/execute-api/sim-execute-api-controller.d.ts +35 -0
- package/dist/serve/execute-api/sim-execute-api-controller.d.ts.map +1 -0
- package/dist/serve/execute-api/sim-execute-api-controller.js +45 -0
- package/dist/serve/execute-api/sim-execute-api-controller.js.map +1 -0
- package/dist/serve/http/local-server/sim-aws-local-location.d.ts +55 -0
- package/dist/serve/http/local-server/sim-aws-local-location.d.ts.map +1 -0
- package/dist/serve/http/local-server/sim-aws-local-location.js +80 -0
- package/dist/serve/http/local-server/sim-aws-local-location.js.map +1 -0
- package/dist/serve/http/local-server/sim-aws-local-request-handler.d.ts +7 -0
- package/dist/serve/http/local-server/sim-aws-local-request-handler.d.ts.map +1 -1
- package/dist/serve/http/local-server/sim-aws-local-request-handler.js +10 -3
- package/dist/serve/http/local-server/sim-aws-local-request-handler.js.map +1 -1
- package/dist/serve/http/local-server/sim-aws-local-server.d.ts.map +1 -1
- package/dist/serve/http/local-server/sim-aws-local-server.js +5 -0
- package/dist/serve/http/local-server/sim-aws-local-server.js.map +1 -1
- package/dist/serve/http/node-fetch-http-adapter.d.ts +9 -0
- package/dist/serve/http/node-fetch-http-adapter.d.ts.map +1 -1
- package/dist/serve/http/node-fetch-http-adapter.js +17 -1
- package/dist/serve/http/node-fetch-http-adapter.js.map +1 -1
- package/dist/serve/index.d.ts +5 -0
- package/dist/serve/index.d.ts.map +1 -1
- package/dist/serve/index.js +2 -0
- package/dist/serve/index.js.map +1 -1
- package/dist/serve/payload-1/sim-payload-1-body.d.ts +15 -0
- package/dist/serve/payload-1/sim-payload-1-body.d.ts.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-body.js +15 -0
- package/dist/serve/payload-1/sim-payload-1-body.js.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-endpoint.d.ts +29 -0
- package/dist/serve/payload-1/sim-payload-1-endpoint.d.ts.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-endpoint.js +2 -0
- package/dist/serve/payload-1/sim-payload-1-endpoint.js.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-event-builder.d.ts +36 -0
- package/dist/serve/payload-1/sim-payload-1-event-builder.d.ts.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-event-builder.js +61 -0
- package/dist/serve/payload-1/sim-payload-1-event-builder.js.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-event.type.d.ts +127 -0
- package/dist/serve/payload-1/sim-payload-1-event.type.d.ts.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-event.type.js +2 -0
- package/dist/serve/payload-1/sim-payload-1-event.type.js.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-iam-caller.d.ts +38 -0
- package/dist/serve/payload-1/sim-payload-1-iam-caller.d.ts.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-iam-caller.js +51 -0
- package/dist/serve/payload-1/sim-payload-1-iam-caller.js.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-request-context.d.ts +51 -0
- package/dist/serve/payload-1/sim-payload-1-request-context.d.ts.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-request-context.js +69 -0
- package/dist/serve/payload-1/sim-payload-1-request-context.js.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-request-parts.d.ts +33 -0
- package/dist/serve/payload-1/sim-payload-1-request-parts.d.ts.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-request-parts.js +59 -0
- package/dist/serve/payload-1/sim-payload-1-request-parts.js.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-response-builder.d.ts +24 -0
- package/dist/serve/payload-1/sim-payload-1-response-builder.d.ts.map +1 -0
- package/dist/serve/payload-1/sim-payload-1-response-builder.js +49 -0
- package/dist/serve/payload-1/sim-payload-1-response-builder.js.map +1 -0
- package/dist/serve/payload-2/sim-payload-2-event-builder.d.ts.map +1 -1
- package/dist/serve/payload-2/sim-payload-2-event-builder.js +2 -2
- package/dist/serve/payload-2/sim-payload-2-event-builder.js.map +1 -1
- package/dist/serve/payload-2/sim-payload-2-event.factory.d.ts.map +1 -1
- package/dist/serve/payload-2/sim-payload-2-event.factory.js +5 -4
- package/dist/serve/payload-2/sim-payload-2-event.factory.js.map +1 -1
- package/dist/serve/payload-2/sim-payload-2-request-context.js +2 -2
- package/dist/serve/payload-2/sim-payload-2-request-context.js.map +1 -1
- package/dist/serve/payload-2/sim-payload-2-request-parts.d.ts +2 -22
- package/dist/serve/payload-2/sim-payload-2-request-parts.d.ts.map +1 -1
- package/dist/serve/payload-2/sim-payload-2-request-parts.js +2 -21
- package/dist/serve/payload-2/sim-payload-2-request-parts.js.map +1 -1
- package/dist/serve/payload-2/sim-payload-2-response-builder.d.ts.map +1 -1
- package/dist/serve/payload-2/sim-payload-2-response-builder.js +2 -2
- package/dist/serve/payload-2/sim-payload-2-response-builder.js.map +1 -1
- package/dist/serve/{payload-2/sim-payload-2-body-encoding.d.ts → proxy/sim-proxy-body-encoding.d.ts} +4 -3
- package/dist/serve/proxy/sim-proxy-body-encoding.d.ts.map +1 -0
- package/dist/serve/{payload-2/sim-payload-2-body-encoding.js → proxy/sim-proxy-body-encoding.js} +4 -3
- package/dist/serve/proxy/sim-proxy-body-encoding.js.map +1 -0
- package/dist/serve/proxy/sim-proxy-event-time.d.ts +11 -0
- package/dist/serve/proxy/sim-proxy-event-time.d.ts.map +1 -0
- package/dist/serve/{payload-2/sim-payload-2-event-time.js → proxy/sim-proxy-event-time.js} +7 -5
- package/dist/serve/proxy/sim-proxy-event-time.js.map +1 -0
- package/dist/serve/proxy/sim-proxy-headers.d.ts +23 -0
- package/dist/serve/proxy/sim-proxy-headers.d.ts.map +1 -0
- package/dist/serve/proxy/sim-proxy-headers.js +23 -0
- package/dist/serve/proxy/sim-proxy-headers.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-header-identity-source.d.ts +22 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-header-identity-source.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-header-identity-source.js +27 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-header-identity-source.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-source-parser.d.ts +45 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-source-parser.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-source-parser.js +82 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-source-parser.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-source.d.ts +33 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-source.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-source.js +14 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-source.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-sources.d.ts +48 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-sources.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-sources.js +79 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-identity-sources.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-query-string-identity-source.d.ts +22 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-query-string-identity-source.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-query-string-identity-source.js +27 -0
- package/dist/service/apigateway/api/authorizer/identity/sim-rest-api-query-string-identity-source.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-cognito-rest-api-user-pools.d.ts +24 -0
- package/dist/service/apigateway/api/authorizer/sim-cognito-rest-api-user-pools.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-cognito-rest-api-user-pools.js +30 -0
- package/dist/service/apigateway/api/authorizer/sim-cognito-rest-api-user-pools.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorization.d.ts +77 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorization.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorization.js +60 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorization.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer-result-cache.d.ts +69 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer-result-cache.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer-result-cache.js +79 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer-result-cache.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer-store.d.ts +31 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer-store.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer-store.js +46 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer-store.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer.d.ts +74 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer.js +34 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-authorizer.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-cognito-authorizer.d.ts +42 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-cognito-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-cognito-authorizer.js +46 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-cognito-authorizer.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-cognito-verification.d.ts +61 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-cognito-verification.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-cognito-verification.js +97 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-cognito-verification.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-lambda-authorizer.d.ts +59 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-lambda-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-lambda-authorizer.js +61 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-lambda-authorizer.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-user-pool-providers.d.ts +30 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-user-pool-providers.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-user-pool-providers.js +59 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-user-pool-providers.js.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-user-pools.d.ts +45 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-user-pools.d.ts.map +1 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-user-pools.js +17 -0
- package/dist/service/apigateway/api/authorizer/sim-rest-api-user-pools.js.map +1 -0
- package/dist/service/apigateway/api/deployment/sim-rest-api-deployment-store.d.ts +16 -0
- package/dist/service/apigateway/api/deployment/sim-rest-api-deployment-store.d.ts.map +1 -0
- package/dist/service/apigateway/api/deployment/sim-rest-api-deployment-store.js +19 -0
- package/dist/service/apigateway/api/deployment/sim-rest-api-deployment-store.js.map +1 -0
- package/dist/service/apigateway/api/deployment/sim-rest-api-deployment.d.ts +44 -0
- package/dist/service/apigateway/api/deployment/sim-rest-api-deployment.d.ts.map +1 -0
- package/dist/service/apigateway/api/deployment/sim-rest-api-deployment.js +41 -0
- package/dist/service/apigateway/api/deployment/sim-rest-api-deployment.js.map +1 -0
- package/dist/service/apigateway/api/match/sim-rest-api-match.d.ts +59 -0
- package/dist/service/apigateway/api/match/sim-rest-api-match.d.ts.map +1 -0
- package/dist/service/apigateway/api/match/sim-rest-api-match.js +48 -0
- package/dist/service/apigateway/api/match/sim-rest-api-match.js.map +1 -0
- package/dist/service/apigateway/api/match/sim-rest-api-request.d.ts +23 -0
- package/dist/service/apigateway/api/match/sim-rest-api-request.d.ts.map +1 -0
- package/dist/service/apigateway/api/match/sim-rest-api-request.js +23 -0
- package/dist/service/apigateway/api/match/sim-rest-api-request.js.map +1 -0
- package/dist/service/apigateway/api/match/sim-rest-api-resource-walk.d.ts +39 -0
- package/dist/service/apigateway/api/match/sim-rest-api-resource-walk.d.ts.map +1 -0
- package/dist/service/apigateway/api/match/sim-rest-api-resource-walk.js +81 -0
- package/dist/service/apigateway/api/match/sim-rest-api-resource-walk.js.map +1 -0
- package/dist/service/apigateway/api/method/sim-rest-api-integration.d.ts +49 -0
- package/dist/service/apigateway/api/method/sim-rest-api-integration.d.ts.map +1 -0
- package/dist/service/apigateway/api/method/sim-rest-api-integration.js +36 -0
- package/dist/service/apigateway/api/method/sim-rest-api-integration.js.map +1 -0
- package/dist/service/apigateway/api/method/sim-rest-api-lambda-uri.d.ts +30 -0
- package/dist/service/apigateway/api/method/sim-rest-api-lambda-uri.d.ts.map +1 -0
- package/dist/service/apigateway/api/method/sim-rest-api-lambda-uri.js +50 -0
- package/dist/service/apigateway/api/method/sim-rest-api-lambda-uri.js.map +1 -0
- package/dist/service/apigateway/api/method/sim-rest-api-method-scopes.d.ts +26 -0
- package/dist/service/apigateway/api/method/sim-rest-api-method-scopes.d.ts.map +1 -0
- package/dist/service/apigateway/api/method/sim-rest-api-method-scopes.js +38 -0
- package/dist/service/apigateway/api/method/sim-rest-api-method-scopes.js.map +1 -0
- package/dist/service/apigateway/api/method/sim-rest-api-method.d.ts +75 -0
- package/dist/service/apigateway/api/method/sim-rest-api-method.d.ts.map +1 -0
- package/dist/service/apigateway/api/method/sim-rest-api-method.js +69 -0
- package/dist/service/apigateway/api/method/sim-rest-api-method.js.map +1 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-path-part.d.ts +22 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-path-part.d.ts.map +1 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-path-part.js +44 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-path-part.js.map +1 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource-id.d.ts +13 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource-id.d.ts.map +1 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource-id.js +11 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource-id.js.map +1 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource-store.d.ts +57 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource-store.d.ts.map +1 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource-store.js +96 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource-store.js.map +1 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource.d.ts +75 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource.d.ts.map +1 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource.js +87 -0
- package/dist/service/apigateway/api/resource/sim-rest-api-resource.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-declared-method.d.ts +22 -0
- package/dist/service/apigateway/api/sim-rest-api-declared-method.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-declared-method.js +61 -0
- package/dist/service/apigateway/api/sim-rest-api-declared-method.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-execute-api-arn.d.ts +76 -0
- package/dist/service/apigateway/api/sim-rest-api-execute-api-arn.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-execute-api-arn.js +95 -0
- package/dist/service/apigateway/api/sim-rest-api-execute-api-arn.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-host.d.ts +23 -0
- package/dist/service/apigateway/api/sim-rest-api-host.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-host.js +23 -0
- package/dist/service/apigateway/api/sim-rest-api-host.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-id.d.ts +15 -0
- package/dist/service/apigateway/api/sim-rest-api-id.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-id.js +12 -0
- package/dist/service/apigateway/api/sim-rest-api-id.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-lambda-proxy.factory.d.ts +66 -0
- package/dist/service/apigateway/api/sim-rest-api-lambda-proxy.factory.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-lambda-proxy.factory.js +89 -0
- package/dist/service/apigateway/api/sim-rest-api-lambda-proxy.factory.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-authorizer.d.ts +70 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-authorizer.js +37 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-authorizer.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-function.d.ts +25 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-function.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-function.js +42 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-function.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-lambda-authorizer.d.ts +13 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-lambda-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-lambda-authorizer.js +71 -0
- package/dist/service/apigateway/api/sim-rest-api-proxy-lambda-authorizer.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-store.d.ts +29 -0
- package/dist/service/apigateway/api/sim-rest-api-store.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-store.js +35 -0
- package/dist/service/apigateway/api/sim-rest-api-store.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-view.d.ts +20 -0
- package/dist/service/apigateway/api/sim-rest-api-view.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api-view.js +20 -0
- package/dist/service/apigateway/api/sim-rest-api-view.js.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api.d.ts +105 -0
- package/dist/service/apigateway/api/sim-rest-api.d.ts.map +1 -0
- package/dist/service/apigateway/api/sim-rest-api.js +126 -0
- package/dist/service/apigateway/api/sim-rest-api.js.map +1 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage-arn.d.ts +16 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage-arn.d.ts.map +1 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage-arn.js +12 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage-arn.js.map +1 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage-store.d.ts +27 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage-store.d.ts.map +1 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage-store.js +34 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage-store.js.map +1 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage.d.ts +55 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage.d.ts.map +1 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage.js +59 -0
- package/dist/service/apigateway/api/stage/sim-rest-api-stage.js.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-creator.d.ts +32 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-creator.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-creator.js +52 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-creator.js.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-document.d.ts +43 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-document.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-document.js +54 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-document.js.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-import-properties.d.ts +27 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-import-properties.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-import-properties.js +40 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-import-properties.js.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-properties.d.ts +36 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-properties.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-properties.js +49 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-properties.js.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-property-names.d.ts +11 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-property-names.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-property-names.js +17 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-property-names.js.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-property-rules.d.ts +51 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-property-rules.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-property-rules.js +87 -0
- package/dist/service/apigateway/cfn/api/sim-cfn-rest-api-property-rules.js.map +1 -0
- package/dist/service/apigateway/cfn/authorizer/sim-cfn-rest-api-authorizer-creator.d.ts +25 -0
- package/dist/service/apigateway/cfn/authorizer/sim-cfn-rest-api-authorizer-creator.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/authorizer/sim-cfn-rest-api-authorizer-creator.js +34 -0
- package/dist/service/apigateway/cfn/authorizer/sim-cfn-rest-api-authorizer-creator.js.map +1 -0
- package/dist/service/apigateway/cfn/authorizer/sim-cfn-rest-api-authorizer-properties.d.ts +40 -0
- package/dist/service/apigateway/cfn/authorizer/sim-cfn-rest-api-authorizer-properties.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/authorizer/sim-cfn-rest-api-authorizer-properties.js +69 -0
- package/dist/service/apigateway/cfn/authorizer/sim-cfn-rest-api-authorizer-properties.js.map +1 -0
- package/dist/service/apigateway/cfn/deployment/sim-cfn-rest-api-deployment-creator.d.ts +25 -0
- package/dist/service/apigateway/cfn/deployment/sim-cfn-rest-api-deployment-creator.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/deployment/sim-cfn-rest-api-deployment-creator.js +35 -0
- package/dist/service/apigateway/cfn/deployment/sim-cfn-rest-api-deployment-creator.js.map +1 -0
- package/dist/service/apigateway/cfn/deployment/sim-cfn-rest-api-deployment-properties.d.ts +28 -0
- package/dist/service/apigateway/cfn/deployment/sim-cfn-rest-api-deployment-properties.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/deployment/sim-cfn-rest-api-deployment-properties.js +45 -0
- package/dist/service/apigateway/cfn/deployment/sim-cfn-rest-api-deployment-properties.js.map +1 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-integration-properties.d.ts +41 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-integration-properties.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-integration-properties.js +65 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-integration-properties.js.map +1 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-creator.d.ts +30 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-creator.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-creator.js +44 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-creator.js.map +1 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-integration.d.ts +24 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-integration.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-integration.js +31 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-integration.js.map +1 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-properties.d.ts +68 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-properties.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-properties.js +113 -0
- package/dist/service/apigateway/cfn/method/sim-cfn-rest-api-method-properties.js.map +1 -0
- package/dist/service/apigateway/cfn/resource/sim-cfn-rest-api-resource-creator.d.ts +27 -0
- package/dist/service/apigateway/cfn/resource/sim-cfn-rest-api-resource-creator.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/resource/sim-cfn-rest-api-resource-creator.js +37 -0
- package/dist/service/apigateway/cfn/resource/sim-cfn-rest-api-resource-creator.js.map +1 -0
- package/dist/service/apigateway/cfn/resource/sim-cfn-rest-api-resource-properties.d.ts +33 -0
- package/dist/service/apigateway/cfn/resource/sim-cfn-rest-api-resource-properties.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/resource/sim-cfn-rest-api-resource-properties.js +46 -0
- package/dist/service/apigateway/cfn/resource/sim-cfn-rest-api-resource-properties.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-property-parser.d.ts +65 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-property-parser.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-property-parser.js +96 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-property-parser.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-resource-deleter.d.ts +31 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-resource-deleter.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-resource-deleter.js +39 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-resource-deleter.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-resource-factory.d.ts +39 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-resource-factory.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-resource-factory.js +76 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-resource-factory.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-scalar-values.d.ts +50 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-scalar-values.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-scalar-values.js +99 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-scalar-values.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-unsupported.d.ts +6 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-unsupported.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-unsupported.js +29 -0
- package/dist/service/apigateway/cfn/sim-cfn-api-gateway-unsupported.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-imported-rest-api-template.factory.d.ts +46 -0
- package/dist/service/apigateway/cfn/sim-cfn-imported-rest-api-template.factory.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-imported-rest-api-template.factory.js +117 -0
- package/dist/service/apigateway/cfn/sim-cfn-imported-rest-api-template.factory.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-imports.d.ts +28 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-imports.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-imports.js +39 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-imports.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-part-deleter.d.ts +37 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-part-deleter.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-part-deleter.js +86 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-part-deleter.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template-ids.d.ts +19 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template-ids.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template-ids.js +37 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template-ids.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template-parts.d.ts +29 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template-parts.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template-parts.js +88 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template-parts.js.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template.factory.d.ts +60 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template.factory.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template.factory.js +130 -0
- package/dist/service/apigateway/cfn/sim-cfn-rest-api-template.factory.js.map +1 -0
- package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-creator.d.ts +23 -0
- package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-creator.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-creator.js +33 -0
- package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-creator.js.map +1 -0
- package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-properties.d.ts +38 -0
- package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-properties.d.ts.map +1 -0
- package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-properties.js +67 -0
- package/dist/service/apigateway/cfn/stage/sim-cfn-rest-api-stage-properties.js.map +1 -0
- package/dist/service/apigateway/command/api/rest-api.command.d.ts +129 -0
- package/dist/service/apigateway/command/api/rest-api.command.d.ts.map +1 -0
- package/dist/service/apigateway/command/api/rest-api.command.js +2 -0
- package/dist/service/apigateway/command/api/rest-api.command.js.map +1 -0
- package/dist/service/apigateway/command/api/sim-rest-api-commands.d.ts +60 -0
- package/dist/service/apigateway/command/api/sim-rest-api-commands.d.ts.map +1 -0
- package/dist/service/apigateway/command/api/sim-rest-api-commands.js +125 -0
- package/dist/service/apigateway/command/api/sim-rest-api-commands.js.map +1 -0
- package/dist/service/apigateway/command/api/sim-rest-api-import-commands.d.ts +63 -0
- package/dist/service/apigateway/command/api/sim-rest-api-import-commands.d.ts.map +1 -0
- package/dist/service/apigateway/command/api/sim-rest-api-import-commands.js +86 -0
- package/dist/service/apigateway/command/api/sim-rest-api-import-commands.js.map +1 -0
- package/dist/service/apigateway/command/api/sim-rest-api-import-input.d.ts +52 -0
- package/dist/service/apigateway/command/api/sim-rest-api-import-input.d.ts.map +1 -0
- package/dist/service/apigateway/command/api/sim-rest-api-import-input.js +96 -0
- package/dist/service/apigateway/command/api/sim-rest-api-import-input.js.map +1 -0
- package/dist/service/apigateway/command/api/sim-rest-api-patch.d.ts +19 -0
- package/dist/service/apigateway/command/api/sim-rest-api-patch.d.ts.map +1 -0
- package/dist/service/apigateway/command/api/sim-rest-api-patch.js +54 -0
- package/dist/service/apigateway/command/api/sim-rest-api-patch.js.map +1 -0
- package/dist/service/apigateway/command/authorize/sim-api-gateway-authorizer.d.ts +42 -0
- package/dist/service/apigateway/command/authorize/sim-api-gateway-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/command/authorize/sim-api-gateway-authorizer.js +36 -0
- package/dist/service/apigateway/command/authorize/sim-api-gateway-authorizer.js.map +1 -0
- package/dist/service/apigateway/command/authorizer/authorizer.command.d.ts +70 -0
- package/dist/service/apigateway/command/authorizer/authorizer.command.d.ts.map +1 -0
- package/dist/service/apigateway/command/authorizer/authorizer.command.js +2 -0
- package/dist/service/apigateway/command/authorizer/authorizer.command.js.map +1 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-commands.d.ts +45 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-commands.d.ts.map +1 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-commands.js +123 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-commands.js.map +1 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-input.d.ts +51 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-input.d.ts.map +1 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-input.js +101 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-input.js.map +1 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-result-ttl.d.ts +19 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-result-ttl.d.ts.map +1 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-result-ttl.js +35 -0
- package/dist/service/apigateway/command/authorizer/sim-rest-api-authorizer-result-ttl.js.map +1 -0
- package/dist/service/apigateway/command/deployment/sim-rest-api-deployment-commands.d.ts +34 -0
- package/dist/service/apigateway/command/deployment/sim-rest-api-deployment-commands.d.ts.map +1 -0
- package/dist/service/apigateway/command/deployment/sim-rest-api-deployment-commands.js +70 -0
- package/dist/service/apigateway/command/deployment/sim-rest-api-deployment-commands.js.map +1 -0
- package/dist/service/apigateway/command/integration/sim-rest-api-integration-commands.d.ts +32 -0
- package/dist/service/apigateway/command/integration/sim-rest-api-integration-commands.d.ts.map +1 -0
- package/dist/service/apigateway/command/integration/sim-rest-api-integration-commands.js +63 -0
- package/dist/service/apigateway/command/integration/sim-rest-api-integration-commands.js.map +1 -0
- package/dist/service/apigateway/command/method/method.command.d.ts +92 -0
- package/dist/service/apigateway/command/method/method.command.d.ts.map +1 -0
- package/dist/service/apigateway/command/method/method.command.js +2 -0
- package/dist/service/apigateway/command/method/method.command.js.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-http-method.d.ts +9 -0
- package/dist/service/apigateway/command/method/sim-rest-api-http-method.d.ts.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-http-method.js +31 -0
- package/dist/service/apigateway/command/method/sim-rest-api-http-method.js.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-address.d.ts +58 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-address.d.ts.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-address.js +57 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-address.js.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization-options.d.ts +42 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization-options.d.ts.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization-options.js +50 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization-options.js.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization-type.d.ts +10 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization-type.d.ts.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization-type.js +46 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization-type.js.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization.d.ts +48 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization.d.ts.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization.js +58 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorization.js.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorizer-input.d.ts +48 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorizer-input.d.ts.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorizer-input.js +65 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-authorizer-input.js.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-commands.d.ts +28 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-commands.d.ts.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-commands.js +67 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-commands.js.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-rules.d.ts +19 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-rules.d.ts.map +1 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-rules.js +29 -0
- package/dist/service/apigateway/command/method/sim-rest-api-method-rules.js.map +1 -0
- package/dist/service/apigateway/command/resource/resource.command.d.ts +68 -0
- package/dist/service/apigateway/command/resource/resource.command.d.ts.map +1 -0
- package/dist/service/apigateway/command/resource/resource.command.js +2 -0
- package/dist/service/apigateway/command/resource/resource.command.js.map +1 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-commands.d.ts +35 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-commands.d.ts.map +1 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-commands.js +100 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-commands.js.map +1 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-embed.d.ts +16 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-embed.d.ts.map +1 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-embed.js +23 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-embed.js.map +1 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-rules.d.ts +14 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-rules.d.ts.map +1 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-rules.js +20 -0
- package/dist/service/apigateway/command/resource/sim-rest-api-resource-rules.js.map +1 -0
- package/dist/service/apigateway/command/sim-api-gateway-command.types.d.ts +9 -0
- package/dist/service/apigateway/command/sim-api-gateway-command.types.d.ts.map +1 -0
- package/dist/service/apigateway/command/sim-api-gateway-command.types.js +2 -0
- package/dist/service/apigateway/command/sim-api-gateway-command.types.js.map +1 -0
- package/dist/service/apigateway/command/sim-api-gateway-request-options.d.ts +8 -0
- package/dist/service/apigateway/command/sim-api-gateway-request-options.d.ts.map +1 -0
- package/dist/service/apigateway/command/sim-api-gateway-request-options.js +2 -0
- package/dist/service/apigateway/command/sim-api-gateway-request-options.js.map +1 -0
- package/dist/service/apigateway/command/sim-api-gateway-unsimulated-input.d.ts +42 -0
- package/dist/service/apigateway/command/sim-api-gateway-unsimulated-input.d.ts.map +1 -0
- package/dist/service/apigateway/command/sim-api-gateway-unsimulated-input.js +82 -0
- package/dist/service/apigateway/command/sim-api-gateway-unsimulated-input.js.map +1 -0
- package/dist/service/apigateway/command/sim-rest-api-access.d.ts +46 -0
- package/dist/service/apigateway/command/sim-rest-api-access.d.ts.map +1 -0
- package/dist/service/apigateway/command/sim-rest-api-access.js +41 -0
- package/dist/service/apigateway/command/sim-rest-api-access.js.map +1 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-commands.d.ts +43 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-commands.d.ts.map +1 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-commands.js +114 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-commands.js.map +1 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-publisher.d.ts +43 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-publisher.d.ts.map +1 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-publisher.js +47 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-publisher.js.map +1 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-rules.d.ts +27 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-rules.d.ts.map +1 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-rules.js +47 -0
- package/dist/service/apigateway/command/stage/sim-rest-api-stage-rules.js.map +1 -0
- package/dist/service/apigateway/command/stage/stage.command.d.ts +86 -0
- package/dist/service/apigateway/command/stage/stage.command.d.ts.map +1 -0
- package/dist/service/apigateway/command/stage/stage.command.js +2 -0
- package/dist/service/apigateway/command/stage/stage.command.js.map +1 -0
- package/dist/service/apigateway/error/sim-api-gateway.error.d.ts +41 -0
- package/dist/service/apigateway/error/sim-api-gateway.error.d.ts.map +1 -0
- package/dist/service/apigateway/error/sim-api-gateway.error.js +44 -0
- package/dist/service/apigateway/error/sim-api-gateway.error.js.map +1 -0
- package/dist/service/apigateway/index.d.ts +49 -0
- package/dist/service/apigateway/index.d.ts.map +1 -0
- package/dist/service/apigateway/index.js +43 -0
- package/dist/service/apigateway/index.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-authorizer-type.d.ts +12 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-authorizer-type.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-authorizer-type.js +43 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-authorizer-type.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-body.d.ts +11 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-body.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-body.js +30 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-body.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-cognito-authorizer-scheme.d.ts +27 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-cognito-authorizer-scheme.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-cognito-authorizer-scheme.js +53 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-cognito-authorizer-scheme.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-command.d.ts +18 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-command.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-command.js +29 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-command.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-document.d.ts +44 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-document.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-document.factory.d.ts +30 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-document.factory.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-document.factory.js +26 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-document.factory.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-document.js +85 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-document.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-iam-authorization.d.ts +11 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-iam-authorization.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-iam-authorization.js +30 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-iam-authorization.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-import.d.ts +31 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-import.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-import.js +50 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-import.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-integration.d.ts +38 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-integration.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-integration.factory.d.ts +19 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-integration.factory.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-integration.factory.js +19 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-integration.factory.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-integration.js +75 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-integration.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-lambda-authorizer-scheme.d.ts +38 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-lambda-authorizer-scheme.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-lambda-authorizer-scheme.js +66 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-lambda-authorizer-scheme.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-method-authorization.d.ts +47 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-method-authorization.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-method-authorization.js +86 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-method-authorization.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-method.d.ts +36 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-method.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-method.js +40 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-method.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-object.d.ts +47 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-object.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-object.js +63 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-object.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-operation.d.ts +59 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-operation.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-operation.js +106 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-operation.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-path-item.d.ts +40 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-path-item.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-path-item.js +110 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-path-item.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-path-tree.d.ts +38 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-path-tree.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-path-tree.js +52 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-path-tree.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-paths.d.ts +18 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-paths.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-paths.js +24 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-paths.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-pointer.d.ts +29 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-pointer.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-pointer.js +43 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-pointer.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-refusal.d.ts +15 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-refusal.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-refusal.js +16 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-refusal.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-replacement.d.ts +45 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-replacement.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-replacement.js +61 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-replacement.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-root-members.d.ts +8 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-root-members.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-root-members.js +48 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-root-members.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-scheme-identity-source.d.ts +12 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-scheme-identity-source.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-scheme-identity-source.js +20 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-scheme-identity-source.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-security-scheme.d.ts +26 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-security-scheme.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-security-scheme.js +88 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-security-scheme.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-security-schemes.d.ts +53 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-security-schemes.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-security-schemes.js +52 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-security-schemes.js.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-value.d.ts +60 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-value.d.ts.map +1 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-value.js +115 -0
- package/dist/service/apigateway/openapi/sim-rest-api-openapi-value.js.map +1 -0
- package/dist/service/apigateway/registry/sim-rest-api-registry.d.ts +36 -0
- package/dist/service/apigateway/registry/sim-rest-api-registry.d.ts.map +1 -0
- package/dist/service/apigateway/registry/sim-rest-api-registry.js +47 -0
- package/dist/service/apigateway/registry/sim-rest-api-registry.js.map +1 -0
- package/dist/service/apigateway/sdk/sim-api-gateway-sdk-command-router.d.ts +23 -0
- package/dist/service/apigateway/sdk/sim-api-gateway-sdk-command-router.d.ts.map +1 -0
- package/dist/service/apigateway/sdk/sim-api-gateway-sdk-command-router.js +129 -0
- package/dist/service/apigateway/sdk/sim-api-gateway-sdk-command-router.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-decisions.d.ts +37 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-decisions.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-decisions.js +39 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-decisions.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-event.d.ts +23 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-event.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-event.js +7 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-event.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-invocation.d.ts +44 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-invocation.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-invocation.js +63 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-invocation.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-policy.d.ts +38 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-policy.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-policy.js +70 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-policy.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-response.d.ts +41 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-response.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-response.js +75 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-authorizer-response.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-cognito-method-authorizer.d.ts +28 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-cognito-method-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-cognito-method-authorizer.js +40 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-cognito-method-authorizer.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-iam-method-authorizer.d.ts +24 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-iam-method-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-iam-method-authorizer.js +43 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-iam-method-authorizer.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-invoke-authorizer.d.ts +16 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-invoke-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-invoke-authorizer.js +23 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-invoke-authorizer.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-method-authorize-input.d.ts +28 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-method-authorize-input.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-method-authorize-input.js +2 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-method-authorize-input.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-method-authorizer.d.ts +59 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-method-authorizer.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-method-authorizer.js +90 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-method-authorizer.js.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-request-authorizer-event.d.ts +62 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-request-authorizer-event.d.ts.map +1 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-request-authorizer-event.js +40 -0
- package/dist/service/apigateway/serve/auth/sim-rest-api-request-authorizer-event.js.map +1 -0
- package/dist/service/apigateway/serve/sim-api-gateway-controller.d.ts +50 -0
- package/dist/service/apigateway/serve/sim-api-gateway-controller.d.ts.map +1 -0
- package/dist/service/apigateway/serve/sim-api-gateway-controller.js +120 -0
- package/dist/service/apigateway/serve/sim-api-gateway-controller.js.map +1 -0
- package/dist/service/apigateway/serve/sim-api-gateway-error-response.d.ts +52 -0
- package/dist/service/apigateway/serve/sim-api-gateway-error-response.d.ts.map +1 -0
- package/dist/service/apigateway/serve/sim-api-gateway-error-response.js +70 -0
- package/dist/service/apigateway/serve/sim-api-gateway-error-response.js.map +1 -0
- package/dist/service/apigateway/serve/sim-api-gateway-router.d.ts +56 -0
- package/dist/service/apigateway/serve/sim-api-gateway-router.d.ts.map +1 -0
- package/dist/service/apigateway/serve/sim-api-gateway-router.js +68 -0
- package/dist/service/apigateway/serve/sim-api-gateway-router.js.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-endpoint.d.ts +12 -0
- package/dist/service/apigateway/serve/sim-rest-api-endpoint.d.ts.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-endpoint.js +21 -0
- package/dist/service/apigateway/serve/sim-rest-api-endpoint.js.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-function-target.d.ts +17 -0
- package/dist/service/apigateway/serve/sim-rest-api-function-target.d.ts.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-function-target.js +2 -0
- package/dist/service/apigateway/serve/sim-rest-api-function-target.js.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-integration-invocation.d.ts +55 -0
- package/dist/service/apigateway/serve/sim-rest-api-integration-invocation.d.ts.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-integration-invocation.js +89 -0
- package/dist/service/apigateway/serve/sim-rest-api-integration-invocation.js.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-refusal-response.d.ts +18 -0
- package/dist/service/apigateway/serve/sim-rest-api-refusal-response.d.ts.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-refusal-response.js +33 -0
- package/dist/service/apigateway/serve/sim-rest-api-refusal-response.js.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-web-acl-inspection.d.ts +25 -0
- package/dist/service/apigateway/serve/sim-rest-api-web-acl-inspection.d.ts.map +1 -0
- package/dist/service/apigateway/serve/sim-rest-api-web-acl-inspection.js +27 -0
- package/dist/service/apigateway/serve/sim-rest-api-web-acl-inspection.js.map +1 -0
- package/dist/service/apigateway/sim-api-gateway-commands.d.ts +59 -0
- package/dist/service/apigateway/sim-api-gateway-commands.d.ts.map +1 -0
- package/dist/service/apigateway/sim-api-gateway-commands.js +74 -0
- package/dist/service/apigateway/sim-api-gateway-commands.js.map +1 -0
- package/dist/service/apigateway/sim-api-gateway-service-principal.d.ts +15 -0
- package/dist/service/apigateway/sim-api-gateway-service-principal.d.ts.map +1 -0
- package/dist/service/apigateway/sim-api-gateway-service-principal.js +15 -0
- package/dist/service/apigateway/sim-api-gateway-service-principal.js.map +1 -0
- package/dist/service/apigateway/sim-api-gateway.d.ts +91 -0
- package/dist/service/apigateway/sim-api-gateway.d.ts.map +1 -0
- package/dist/service/apigateway/sim-api-gateway.js +134 -0
- package/dist/service/apigateway/sim-api-gateway.js.map +1 -0
- package/dist/service/apigateway/sim-rest-api-parts.d.ts +69 -0
- package/dist/service/apigateway/sim-rest-api-parts.d.ts.map +1 -0
- package/dist/service/apigateway/sim-rest-api-parts.js +107 -0
- package/dist/service/apigateway/sim-rest-api-parts.js.map +1 -0
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-jwt-claim-checks.d.ts +1 -14
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-jwt-claim-checks.d.ts.map +1 -1
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-jwt-claim-checks.js +6 -31
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-jwt-claim-checks.js.map +1 -1
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-jwt-claims.d.ts +6 -17
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-jwt-claims.d.ts.map +1 -1
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-jwt-claims.js +9 -55
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-jwt-claims.js.map +1 -1
- package/dist/service/apigatewayv2/api/integration/sim-http-api-lambda-uri.d.ts +18 -12
- package/dist/service/apigatewayv2/api/integration/sim-http-api-lambda-uri.d.ts.map +1 -1
- package/dist/service/apigatewayv2/api/integration/sim-http-api-lambda-uri.js +35 -42
- package/dist/service/apigatewayv2/api/integration/sim-http-api-lambda-uri.js.map +1 -1
- package/dist/service/apigatewayv2/api/sim-http-api-lambda-proxy.factory.d.ts.map +1 -1
- package/dist/service/apigatewayv2/api/sim-http-api-lambda-proxy.factory.js +1 -1
- package/dist/service/apigatewayv2/api/sim-http-api-lambda-proxy.factory.js.map +1 -1
- package/dist/service/apigatewayv2/api/sim-http-api-proxy-request-authorizer.d.ts.map +1 -1
- package/dist/service/apigatewayv2/api/sim-http-api-proxy-request-authorizer.js +1 -1
- package/dist/service/apigatewayv2/api/sim-http-api-proxy-request-authorizer.js.map +1 -1
- package/dist/service/apigatewayv2/serve/auth/sim-http-api-authorizer-invocation.d.ts +1 -1
- package/dist/service/apigatewayv2/serve/auth/sim-http-api-authorizer-invocation.d.ts.map +1 -1
- package/dist/service/apigatewayv2/serve/auth/sim-http-api-invoke-authorizer.d.ts +7 -8
- package/dist/service/apigatewayv2/serve/auth/sim-http-api-invoke-authorizer.d.ts.map +1 -1
- package/dist/service/apigatewayv2/serve/auth/sim-http-api-invoke-authorizer.js +7 -7
- package/dist/service/apigatewayv2/serve/auth/sim-http-api-invoke-authorizer.js.map +1 -1
- package/dist/service/apigatewayv2/serve/auth/sim-http-api-jwt-route-authorizer.d.ts.map +1 -1
- package/dist/service/apigatewayv2/serve/auth/sim-http-api-jwt-route-authorizer.js +2 -2
- package/dist/service/apigatewayv2/serve/auth/sim-http-api-jwt-route-authorizer.js.map +1 -1
- package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-router.d.ts +11 -12
- package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-router.d.ts.map +1 -1
- package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-router.js +16 -8
- package/dist/service/apigatewayv2/serve/sim-api-gateway-v2-router.js.map +1 -1
- package/dist/service/apigatewayv2/serve/sim-http-api-function-target.d.ts +17 -0
- package/dist/service/apigatewayv2/serve/sim-http-api-function-target.d.ts.map +1 -0
- package/dist/service/apigatewayv2/serve/sim-http-api-function-target.js +2 -0
- package/dist/service/apigatewayv2/serve/sim-http-api-function-target.js.map +1 -0
- package/dist/service/apigatewayv2/serve/sim-http-api-integration-invocation.d.ts.map +1 -1
- package/dist/service/apigatewayv2/serve/sim-http-api-integration-invocation.js +1 -1
- package/dist/service/apigatewayv2/serve/sim-http-api-integration-invocation.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts +10 -0
- package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-account-region-service-builder.js +22 -0
- package/dist/service/aws/factory/sim-aws-account-region-service-builder.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-account-service-cache.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-account-service-cache.js +5 -0
- package/dist/service/aws/factory/sim-aws-account-service-cache.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-cross-account-collaborators.d.ts +8 -0
- package/dist/service/aws/factory/sim-aws-cross-account-collaborators.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-cross-account-collaborators.js +12 -0
- package/dist/service/aws/factory/sim-aws-cross-account-collaborators.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-registered-service-builder.d.ts +8 -0
- package/dist/service/aws/factory/sim-aws-registered-service-builder.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-registered-service-builder.js +20 -1
- package/dist/service/aws/factory/sim-aws-registered-service-builder.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-scoped-service-registries.d.ts +8 -0
- package/dist/service/aws/factory/sim-aws-scoped-service-registries.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-scoped-service-registries.js +8 -0
- package/dist/service/aws/factory/sim-aws-scoped-service-registries.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-service-factory.d.ts +14 -21
- package/dist/service/aws/factory/sim-aws-service-factory.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-service-factory.js +14 -22
- package/dist/service/aws/factory/sim-aws-service-factory.js.map +1 -1
- package/dist/service/aws/sim-aws-account-region-scope.d.ts +6 -0
- package/dist/service/aws/sim-aws-account-region-scope.d.ts.map +1 -1
- package/dist/service/aws/sim-aws-account-region-scope.js +8 -0
- package/dist/service/aws/sim-aws-account-region-scope.js.map +1 -1
- package/dist/service/aws/sim-aws-service-accessors.d.ts +6 -0
- package/dist/service/aws/sim-aws-service-accessors.d.ts.map +1 -1
- package/dist/service/aws/sim-aws-service-accessors.js +8 -0
- package/dist/service/aws/sim-aws-service-accessors.js.map +1 -1
- package/dist/service/cloudformation/bind/validate/sim-cfn-exec-binding-matcher.js +1 -1
- package/dist/service/cloudformation/bind/validate/sim-cfn-exec-binding-matcher.js.map +1 -1
- package/dist/service/cloudformation/command/create-stack/create-stack.handler.d.ts.map +1 -1
- package/dist/service/cloudformation/command/create-stack/create-stack.handler.js +2 -2
- package/dist/service/cloudformation/command/create-stack/create-stack.handler.js.map +1 -1
- package/dist/service/cloudformation/command/update-stack/update-stack.handler.d.ts.map +1 -1
- package/dist/service/cloudformation/command/update-stack/update-stack.handler.js +2 -2
- package/dist/service/cloudformation/command/update-stack/update-stack.handler.js.map +1 -1
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-loader.d.ts.map +1 -1
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-loader.js +3 -3
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-loader.js.map +1 -1
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-parse.d.ts +10 -0
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-parse.d.ts.map +1 -0
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-parse.js +30 -0
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-parse.js.map +1 -0
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.d.ts +2 -4
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.d.ts.map +1 -1
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.js +2 -3
- package/dist/service/cloudformation/deploy/sim-cfn-template-file-read.js.map +1 -1
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-api-gateway-cfn-value-adapter.d.ts +13 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-api-gateway-cfn-value-adapter.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-api-gateway-cfn-value-adapter.js +44 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-api-gateway-cfn-value-adapter.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-authorizer-cfn.d.ts +24 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-authorizer-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-authorizer-cfn.js +26 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-authorizer-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-cfn.d.ts +29 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-cfn.js +34 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-deployment-cfn.d.ts +24 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-deployment-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-deployment-cfn.js +26 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-deployment-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-resource-cfn.d.ts +25 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-resource-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-resource-cfn.js +27 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-resource-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-stage-cfn.d.ts +25 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-stage-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-stage-cfn.js +24 -0
- package/dist/service/cloudformation/resource/cfn/apigateway/sim-rest-api-stage-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-cfn-value-adapter.d.ts.map +1 -1
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-cfn-value-adapter.js +11 -0
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-cfn-value-adapter.js.map +1 -1
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-function-alias-cfn.d.ts +29 -0
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-function-alias-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-function-alias-cfn.js +31 -0
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-function-alias-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-function-version-cfn.d.ts +35 -0
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-function-version-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-function-version-cfn.js +40 -0
- package/dist/service/cloudformation/resource/cfn/lambda/sim-lambda-function-version-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.d.ts.map +1 -1
- package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js +4 -0
- package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js.map +1 -1
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-association-cfn.d.ts +27 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-association-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-association-cfn.js +26 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-association-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-cfn-value-adapter.d.ts +6 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-cfn-value-adapter.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-cfn-value-adapter.js +38 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-cfn-value-adapter.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-resource-cfn.d.ts +42 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-resource-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-resource-cfn.js +54 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-resource-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-web-acl-cfn.d.ts +28 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-web-acl-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-web-acl-cfn.js +44 -0
- package/dist/service/cloudformation/resource/cfn/wafv2/sim-wafv2-web-acl-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.d.ts.map +1 -1
- package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js +8 -0
- package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js.map +1 -1
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api-stage.d.ts +20 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api-stage.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api-stage.js +60 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api-stage.js.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api-template.factory.d.ts +46 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api-template.factory.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api-template.factory.js +103 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api-template.factory.js.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api.d.ts +28 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api.js +81 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-http-api.js.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api-stage.d.ts +33 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api-stage.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api-stage.js +56 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api-stage.js.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api-template.factory.d.ts +55 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api-template.factory.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api-template.factory.js +100 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api-template.factory.js.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api.d.ts +42 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api.js +77 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-rest-api.js.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-stage-logical-id.d.ts +16 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-stage-logical-id.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-stage-logical-id.js +29 -0
- package/dist/service/cloudformation/sam/api/sim-cfn-sam-stage-logical-id.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-event-path.d.ts +30 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-event-path.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-event-path.js +69 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-event-path.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-event.d.ts +20 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-event.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-event.js +132 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-event.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-invoke-permission.d.ts +26 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-invoke-permission.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-invoke-permission.js +39 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-api-invoke-permission.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-declared-event.d.ts +63 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-declared-event.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-declared-event.js +39 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-declared-event.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-bridge-rule-event.d.ts +16 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-bridge-rule-event.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-bridge-rule-event.js +21 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-bridge-rule-event.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-rule.d.ts +26 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-rule.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-rule.js +84 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-rule.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-kind.d.ts +24 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-kind.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-kind.js +41 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-kind.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-mapping-event.d.ts +20 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-mapping-event.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-mapping-event.js +56 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-mapping-event.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-role.d.ts +11 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-role.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-role.js +57 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source-role.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source.resources.d.ts +25 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source.resources.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source.resources.js +42 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-source.resources.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-state.d.ts +17 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-state.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-state.js +26 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-event-state.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-function-events.d.ts +32 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-function-events.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-function-events.js +72 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-function-events.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-http-api-event.d.ts +20 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-http-api-event.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-http-api-event.js +75 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-http-api-event.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-http-api-route.d.ts +18 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-http-api-route.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-http-api-route.js +56 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-http-api-route.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-implicit-http-api.d.ts +20 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-implicit-http-api.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-implicit-http-api.js +41 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-implicit-http-api.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-implicit-rest-api.d.ts +22 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-implicit-rest-api.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-implicit-rest-api.js +29 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-implicit-rest-api.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-resource-edit.d.ts +29 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-resource-edit.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-resource-edit.js +23 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-resource-edit.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-s3-event.d.ts +33 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-s3-event.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-s3-event.js +103 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-s3-event.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-s3-notified-bucket.d.ts +22 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-s3-notified-bucket.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-s3-notified-bucket.js +76 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-s3-notified-bucket.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-schedule-event.d.ts +17 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-schedule-event.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-schedule-event.js +22 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-schedule-event.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-schedule-v2-event.d.ts +15 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-schedule-v2-event.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-schedule-v2-event.js +97 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-schedule-v2-event.js.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-sns-event.d.ts +23 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-sns-event.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-sns-event.js +60 -0
- package/dist/service/cloudformation/sam/function/event/sim-cfn-sam-sns-event.js.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-policies.d.ts +31 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-policies.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-policies.js +74 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-policies.js.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-properties.d.ts +24 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-properties.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-properties.js +67 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-properties.js.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-role.d.ts +18 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-role.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-role.js +35 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-role.js.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-template.factory.d.ts +50 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-template.factory.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-template.factory.js +63 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-template.factory.js.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-url.d.ts +19 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-url.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-url.js +37 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function-url.js.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function.d.ts +49 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function.js +80 -0
- package/dist/service/cloudformation/sam/function/sim-cfn-sam-function.js.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-expansion.d.ts +18 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-expansion.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-expansion.js +83 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-expansion.js.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-globals.d.ts +40 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-globals.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-globals.js +79 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-globals.js.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-picked.d.ts +10 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-picked.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-picked.js +11 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-picked.js.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-record.d.ts +40 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-record.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-record.js +50 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-record.js.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-transform.d.ts +23 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-transform.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-transform.js +48 -0
- package/dist/service/cloudformation/sam/sim-cfn-sam-transform.js.map +1 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table-key.d.ts +18 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table-key.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table-key.js +52 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table-key.js.map +1 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table-template.factory.d.ts +40 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table-template.factory.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table-template.factory.js +47 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table-template.factory.js.map +1 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table.d.ts +25 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table.d.ts.map +1 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table.js +77 -0
- package/dist/service/cloudformation/sam/table/sim-cfn-sam-simple-table.js.map +1 -0
- package/dist/service/cloudformation/template/sim-cfn-template-body-parse.d.ts +19 -0
- package/dist/service/cloudformation/template/sim-cfn-template-body-parse.d.ts.map +1 -0
- package/dist/service/cloudformation/template/sim-cfn-template-body-parse.js +36 -0
- package/dist/service/cloudformation/template/sim-cfn-template-body-parse.js.map +1 -0
- package/dist/service/cloudformation/template/sim-cfn-template.d.ts +11 -4
- package/dist/service/cloudformation/template/sim-cfn-template.d.ts.map +1 -1
- package/dist/service/cloudformation/template/sim-cfn-template.js +16 -13
- package/dist/service/cloudformation/template/sim-cfn-template.js.map +1 -1
- package/dist/service/cloudformation/template/yaml/sim-cfn-template-yaml.d.ts +11 -0
- package/dist/service/cloudformation/template/yaml/sim-cfn-template-yaml.d.ts.map +1 -0
- package/dist/service/cloudformation/template/yaml/sim-cfn-template-yaml.js +41 -0
- package/dist/service/cloudformation/template/yaml/sim-cfn-template-yaml.js.map +1 -0
- package/dist/service/cloudformation/template/yaml/sim-cfn-yaml-short-forms.d.ts +17 -0
- package/dist/service/cloudformation/template/yaml/sim-cfn-yaml-short-forms.d.ts.map +1 -0
- package/dist/service/cloudformation/template/yaml/sim-cfn-yaml-short-forms.js +70 -0
- package/dist/service/cloudformation/template/yaml/sim-cfn-yaml-short-forms.js.map +1 -0
- package/dist/service/cloudformation/watch/sim-cfn-template-file-events.d.ts +7 -0
- package/dist/service/cloudformation/watch/sim-cfn-template-file-events.d.ts.map +1 -1
- package/dist/service/cloudformation/watch/sim-cfn-template-file-events.js +20 -2
- package/dist/service/cloudformation/watch/sim-cfn-template-file-events.js.map +1 -1
- package/dist/service/cloudfront/cff/adapter/sim-cff-request-metadata-adapter.d.ts +23 -0
- package/dist/service/cloudfront/cff/adapter/sim-cff-request-metadata-adapter.d.ts.map +1 -1
- package/dist/service/cloudfront/cff/adapter/sim-cff-request-metadata-adapter.js +64 -22
- package/dist/service/cloudfront/cff/adapter/sim-cff-request-metadata-adapter.js.map +1 -1
- package/dist/service/cloudfront/command/create-distribution/create-distribution.command.d.ts +10 -0
- package/dist/service/cloudfront/command/create-distribution/create-distribution.command.d.ts.map +1 -1
- package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.d.ts +2 -0
- package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.d.ts.map +1 -1
- package/dist/service/cloudfront/command/create-distribution/create-distribution.handler.js.map +1 -1
- package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.d.ts +2 -0
- package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.d.ts.map +1 -1
- package/dist/service/cloudfront/command/update-distribution/update-distribution.handler.js.map +1 -1
- package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.d.ts +3 -0
- package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.d.ts.map +1 -1
- package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.js +4 -0
- package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.js.map +1 -1
- package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.d.ts +5 -4
- package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.d.ts.map +1 -1
- package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.js +14 -4
- package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.js.map +1 -1
- package/dist/service/cloudfront/controller/web-acl/sim-cf-web-acl-guard.d.ts +25 -0
- package/dist/service/cloudfront/controller/web-acl/sim-cf-web-acl-guard.d.ts.map +1 -0
- package/dist/service/cloudfront/controller/web-acl/sim-cf-web-acl-guard.js +86 -0
- package/dist/service/cloudfront/controller/web-acl/sim-cf-web-acl-guard.js.map +1 -0
- package/dist/service/cloudfront/distribution/configurator/sim-cf-distribution-configurator.factory.d.ts +4 -2
- package/dist/service/cloudfront/distribution/configurator/sim-cf-distribution-configurator.factory.d.ts.map +1 -1
- package/dist/service/cloudfront/distribution/configurator/sim-cf-distribution-configurator.factory.js +4 -3
- package/dist/service/cloudfront/distribution/configurator/sim-cf-distribution-configurator.factory.js.map +1 -1
- package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-distribution-configurator.d.ts +7 -1
- package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-distribution-configurator.d.ts.map +1 -1
- package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-distribution-configurator.js +13 -1
- package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-distribution-configurator.js.map +1 -1
- package/dist/service/cloudfront/distribution/sim-cf-distribution-configuration-state.d.ts +24 -0
- package/dist/service/cloudfront/distribution/sim-cf-distribution-configuration-state.d.ts.map +1 -0
- package/dist/service/cloudfront/distribution/sim-cf-distribution-configuration-state.js +2 -0
- package/dist/service/cloudfront/distribution/sim-cf-distribution-configuration-state.js.map +1 -0
- package/dist/service/cloudfront/distribution/sim-cf-distribution-reconfigurer.d.ts +2 -0
- package/dist/service/cloudfront/distribution/sim-cf-distribution-reconfigurer.d.ts.map +1 -1
- package/dist/service/cloudfront/distribution/sim-cf-distribution-reconfigurer.js.map +1 -1
- package/dist/service/cloudfront/distribution/sim-cloudfront-distribution.d.ts +12 -0
- package/dist/service/cloudfront/distribution/sim-cloudfront-distribution.d.ts.map +1 -1
- package/dist/service/cloudfront/distribution/sim-cloudfront-distribution.js +18 -0
- package/dist/service/cloudfront/distribution/sim-cloudfront-distribution.js.map +1 -1
- package/dist/service/cloudfront/error/sim-cloudfront.error.d.ts +11 -0
- package/dist/service/cloudfront/error/sim-cloudfront.error.d.ts.map +1 -1
- package/dist/service/cloudfront/error/sim-cloudfront.error.js +13 -0
- package/dist/service/cloudfront/error/sim-cloudfront.error.js.map +1 -1
- package/dist/service/cloudfront/sim-cloudfront-commands.d.ts +4 -9
- package/dist/service/cloudfront/sim-cloudfront-commands.d.ts.map +1 -1
- package/dist/service/cloudfront/sim-cloudfront-commands.js +12 -25
- package/dist/service/cloudfront/sim-cloudfront-commands.js.map +1 -1
- package/dist/service/cloudfront/typings/cloudfront-functions.namespace.d.ts +1 -1
- package/dist/service/cloudfront/typings/cloudfront-functions.namespace.d.ts.map +1 -1
- package/dist/service/cloudfront/web-acl/sim-cf-distribution-web-acl.d.ts +33 -0
- package/dist/service/cloudfront/web-acl/sim-cf-distribution-web-acl.d.ts.map +1 -0
- package/dist/service/cloudfront/web-acl/sim-cf-distribution-web-acl.js +58 -0
- package/dist/service/cloudfront/web-acl/sim-cf-distribution-web-acl.js.map +1 -0
- package/dist/service/cloudfront/web-acl/sim-cf-web-acl-resolver.factory.d.ts +13 -0
- package/dist/service/cloudfront/web-acl/sim-cf-web-acl-resolver.factory.d.ts.map +1 -0
- package/dist/service/cloudfront/web-acl/sim-cf-web-acl-resolver.factory.js +25 -0
- package/dist/service/cloudfront/web-acl/sim-cf-web-acl-resolver.factory.js.map +1 -0
- package/dist/service/cloudfront/web-acl/sim-cf-web-acl.d.ts +24 -0
- package/dist/service/cloudfront/web-acl/sim-cf-web-acl.d.ts.map +1 -0
- package/dist/service/cloudfront/web-acl/sim-cf-web-acl.js +2 -0
- package/dist/service/cloudfront/web-acl/sim-cf-web-acl.js.map +1 -0
- package/dist/service/cognito/command/hosted/hosted-auth.command.d.ts +10 -0
- package/dist/service/cognito/command/hosted/hosted-auth.command.d.ts.map +1 -1
- package/dist/service/cognito/command/hosted/sim-cognito-authorize-endpoint.d.ts +8 -4
- package/dist/service/cognito/command/hosted/sim-cognito-authorize-endpoint.d.ts.map +1 -1
- package/dist/service/cognito/command/hosted/sim-cognito-authorize-endpoint.js +11 -5
- package/dist/service/cognito/command/hosted/sim-cognito-authorize-endpoint.js.map +1 -1
- package/dist/service/cognito/command/hosted/sim-cognito-browser-session.d.ts +28 -0
- package/dist/service/cognito/command/hosted/sim-cognito-browser-session.d.ts.map +1 -0
- package/dist/service/cognito/command/hosted/sim-cognito-browser-session.js +54 -0
- package/dist/service/cognito/command/hosted/sim-cognito-browser-session.js.map +1 -0
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-credentials.d.ts +20 -0
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-credentials.d.ts.map +1 -0
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-credentials.js +31 -0
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-credentials.js.map +1 -0
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-password-sign-in.d.ts +3 -11
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-password-sign-in.d.ts.map +1 -1
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-password-sign-in.js +3 -21
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-password-sign-in.js.map +1 -1
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-sign-in.d.ts +22 -8
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-sign-in.d.ts.map +1 -1
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-sign-in.js +40 -13
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-sign-in.js.map +1 -1
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-signed-in.d.ts +21 -0
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-signed-in.d.ts.map +1 -0
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-signed-in.js +17 -0
- package/dist/service/cognito/command/hosted/sim-cognito-hosted-signed-in.js.map +1 -0
- package/dist/service/cognito/command/hosted/sim-cognito-logout-endpoint.d.ts +15 -8
- package/dist/service/cognito/command/hosted/sim-cognito-logout-endpoint.d.ts.map +1 -1
- package/dist/service/cognito/command/hosted/sim-cognito-logout-endpoint.js +18 -9
- package/dist/service/cognito/command/hosted/sim-cognito-logout-endpoint.js.map +1 -1
- package/dist/service/cognito/command/hosted/sim-cognito-session-change.d.ts +40 -0
- package/dist/service/cognito/command/hosted/sim-cognito-session-change.d.ts.map +1 -0
- package/dist/service/cognito/command/hosted/sim-cognito-session-change.js +47 -0
- package/dist/service/cognito/command/hosted/sim-cognito-session-change.js.map +1 -0
- package/dist/service/cognito/command/sim-cognito-commands.d.ts +8 -0
- package/dist/service/cognito/command/sim-cognito-commands.d.ts.map +1 -1
- package/dist/service/cognito/command/sim-cognito-commands.js +8 -0
- package/dist/service/cognito/command/sim-cognito-commands.js.map +1 -1
- package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-commands.d.ts +7 -0
- package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-commands.d.ts.map +1 -1
- package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-commands.js +7 -0
- package/dist/service/cognito/command/user-pool/sim-cognito-user-pool-commands.js.map +1 -1
- package/dist/service/cognito/serve/page/sim-cognito-page-markup.d.ts +4 -4
- package/dist/service/cognito/serve/page/sim-cognito-page-markup.d.ts.map +1 -1
- package/dist/service/cognito/serve/page/sim-cognito-page-markup.js +10 -7
- package/dist/service/cognito/serve/page/sim-cognito-page-markup.js.map +1 -1
- package/dist/service/cognito/serve/page/sim-cognito-page-style.d.ts +17 -0
- package/dist/service/cognito/serve/page/sim-cognito-page-style.d.ts.map +1 -0
- package/dist/service/cognito/serve/page/sim-cognito-page-style.js +73 -0
- package/dist/service/cognito/serve/page/sim-cognito-page-style.js.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-authorize-route.d.ts +27 -0
- package/dist/service/cognito/serve/sim-cognito-authorize-route.d.ts.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-authorize-route.js +41 -0
- package/dist/service/cognito/serve/sim-cognito-authorize-route.js.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-controller.d.ts +14 -12
- package/dist/service/cognito/serve/sim-cognito-controller.d.ts.map +1 -1
- package/dist/service/cognito/serve/sim-cognito-controller.js +39 -53
- package/dist/service/cognito/serve/sim-cognito-controller.js.map +1 -1
- package/dist/service/cognito/serve/sim-cognito-domain-controller.d.ts +6 -9
- package/dist/service/cognito/serve/sim-cognito-domain-controller.d.ts.map +1 -1
- package/dist/service/cognito/serve/sim-cognito-domain-controller.js +39 -17
- package/dist/service/cognito/serve/sim-cognito-domain-controller.js.map +1 -1
- package/dist/service/cognito/serve/sim-cognito-domain-endpoints.d.ts +6 -12
- package/dist/service/cognito/serve/sim-cognito-domain-endpoints.d.ts.map +1 -1
- package/dist/service/cognito/serve/sim-cognito-domain-endpoints.js +10 -26
- package/dist/service/cognito/serve/sim-cognito-domain-endpoints.js.map +1 -1
- package/dist/service/cognito/serve/sim-cognito-oauth-response.d.ts +3 -1
- package/dist/service/cognito/serve/sim-cognito-oauth-response.d.ts.map +1 -1
- package/dist/service/cognito/serve/sim-cognito-oauth-response.js +10 -5
- package/dist/service/cognito/serve/sim-cognito-oauth-response.js.map +1 -1
- package/dist/service/cognito/serve/sim-cognito-pool-documents.d.ts +40 -0
- package/dist/service/cognito/serve/sim-cognito-pool-documents.d.ts.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-pool-documents.js +68 -0
- package/dist/service/cognito/serve/sim-cognito-pool-documents.js.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-pool-scope.d.ts +14 -0
- package/dist/service/cognito/serve/sim-cognito-pool-scope.d.ts.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-pool-scope.js +17 -0
- package/dist/service/cognito/serve/sim-cognito-pool-scope.js.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-session-cookie.d.ts +25 -0
- package/dist/service/cognito/serve/sim-cognito-session-cookie.d.ts.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-session-cookie.js +64 -0
- package/dist/service/cognito/serve/sim-cognito-session-cookie.js.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-web-acl-inspection.d.ts +32 -0
- package/dist/service/cognito/serve/sim-cognito-web-acl-inspection.d.ts.map +1 -0
- package/dist/service/cognito/serve/sim-cognito-web-acl-inspection.js +30 -0
- package/dist/service/cognito/serve/sim-cognito-web-acl-inspection.js.map +1 -0
- package/dist/service/cognito/sim-cognito-federation.d.ts +10 -2
- package/dist/service/cognito/sim-cognito-federation.d.ts.map +1 -1
- package/dist/service/cognito/sim-cognito-federation.js +12 -4
- package/dist/service/cognito/sim-cognito-federation.js.map +1 -1
- package/dist/service/cognito/sim-cognito-identity-provider.d.ts +15 -33
- package/dist/service/cognito/sim-cognito-identity-provider.d.ts.map +1 -1
- package/dist/service/cognito/sim-cognito-identity-provider.js +12 -52
- package/dist/service/cognito/sim-cognito-identity-provider.js.map +1 -1
- package/dist/service/cognito/sim-cognito-user-pools.d.ts +55 -0
- package/dist/service/cognito/sim-cognito-user-pools.d.ts.map +1 -0
- package/dist/service/cognito/sim-cognito-user-pools.js +69 -0
- package/dist/service/cognito/sim-cognito-user-pools.js.map +1 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-managed-login-session-store.d.ts +24 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-managed-login-session-store.d.ts.map +1 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-managed-login-session-store.js +43 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-managed-login-session-store.js.map +1 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-managed-login-session.d.ts +24 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-managed-login-session.d.ts.map +1 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-managed-login-session.js +36 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-managed-login-session.js.map +1 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-pool-auth.d.ts +20 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-pool-auth.d.ts.map +1 -1
- package/dist/service/cognito/user-pool/auth/sim-cognito-pool-auth.js +26 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-pool-auth.js.map +1 -1
- package/dist/service/cognito/user-pool/auth/sim-cognito-signed-in.factory.d.ts +2 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-signed-in.factory.d.ts.map +1 -1
- package/dist/service/cognito/user-pool/auth/sim-cognito-signed-in.factory.js +1 -0
- package/dist/service/cognito/user-pool/auth/sim-cognito-signed-in.factory.js.map +1 -1
- package/dist/service/cognito/user-pool/trigger/sim-aws-cognito-trigger-functions.d.ts +1 -1
- package/dist/service/cognito/user-pool/trigger/sim-aws-cognito-trigger-functions.d.ts.map +1 -1
- package/dist/service/cognito/user-pool/trigger/sim-aws-cognito-trigger-functions.js +26 -19
- package/dist/service/cognito/user-pool/trigger/sim-aws-cognito-trigger-functions.js.map +1 -1
- package/dist/service/elbv2/serve/sim-elbv2-invoke-authorizer.js +1 -1
- package/dist/service/elbv2/serve/sim-elbv2-invoke-authorizer.js.map +1 -1
- package/dist/service/elbv2/serve/sim-elbv2-router.js +1 -1
- package/dist/service/elbv2/serve/sim-elbv2-router.js.map +1 -1
- package/dist/service/eventbridge/delivery/sim-event-bridge-delivery-function.d.ts +5 -3
- package/dist/service/eventbridge/delivery/sim-event-bridge-delivery-function.d.ts.map +1 -1
- package/dist/service/eventbridge/delivery/sim-event-bridge-delivery-function.js +14 -9
- package/dist/service/eventbridge/delivery/sim-event-bridge-delivery-function.js.map +1 -1
- package/dist/service/eventbridge/target/sim-event-target-arn.d.ts +13 -6
- package/dist/service/eventbridge/target/sim-event-target-arn.d.ts.map +1 -1
- package/dist/service/eventbridge/target/sim-event-target-arn.js +17 -7
- package/dist/service/eventbridge/target/sim-event-target-arn.js.map +1 -1
- package/dist/service/lambda/cfn/alias/sim-cfn-lambda-alias-creator.d.ts +30 -0
- package/dist/service/lambda/cfn/alias/sim-cfn-lambda-alias-creator.d.ts.map +1 -0
- package/dist/service/lambda/cfn/alias/sim-cfn-lambda-alias-creator.js +41 -0
- package/dist/service/lambda/cfn/alias/sim-cfn-lambda-alias-creator.js.map +1 -0
- package/dist/service/lambda/cfn/function/sim-cfn-lambda-code-input.js +1 -1
- package/dist/service/lambda/cfn/function/sim-cfn-lambda-code-input.js.map +1 -1
- package/dist/service/lambda/cfn/function/sim-cfn-lambda-target-function.d.ts +12 -1
- package/dist/service/lambda/cfn/function/sim-cfn-lambda-target-function.d.ts.map +1 -1
- package/dist/service/lambda/cfn/function/sim-cfn-lambda-target-function.js +15 -3
- package/dist/service/lambda/cfn/function/sim-cfn-lambda-target-function.js.map +1 -1
- package/dist/service/lambda/cfn/permission/sim-cfn-lambda-permission-creator.d.ts +6 -1
- package/dist/service/lambda/cfn/permission/sim-cfn-lambda-permission-creator.d.ts.map +1 -1
- package/dist/service/lambda/cfn/permission/sim-cfn-lambda-permission-creator.js +11 -5
- package/dist/service/lambda/cfn/permission/sim-cfn-lambda-permission-creator.js.map +1 -1
- package/dist/service/lambda/cfn/permission/sim-cfn-lambda-permission-revoker.d.ts +12 -0
- package/dist/service/lambda/cfn/permission/sim-cfn-lambda-permission-revoker.d.ts.map +1 -0
- package/dist/service/lambda/cfn/permission/sim-cfn-lambda-permission-revoker.js +22 -0
- package/dist/service/lambda/cfn/permission/sim-cfn-lambda-permission-revoker.js.map +1 -0
- package/dist/service/lambda/cfn/sim-cfn-lambda-created-resource.d.ts +10 -0
- package/dist/service/lambda/cfn/sim-cfn-lambda-created-resource.d.ts.map +1 -0
- package/dist/service/lambda/cfn/sim-cfn-lambda-created-resource.js +14 -0
- package/dist/service/lambda/cfn/sim-cfn-lambda-created-resource.js.map +1 -0
- package/dist/service/lambda/cfn/sim-cfn-lambda-resource-deleter.d.ts +2 -6
- package/dist/service/lambda/cfn/sim-cfn-lambda-resource-deleter.d.ts.map +1 -1
- package/dist/service/lambda/cfn/sim-cfn-lambda-resource-deleter.js +24 -19
- package/dist/service/lambda/cfn/sim-cfn-lambda-resource-deleter.js.map +1 -1
- package/dist/service/lambda/cfn/sim-cfn-lambda-resource-factory.d.ts +2 -0
- package/dist/service/lambda/cfn/sim-cfn-lambda-resource-factory.d.ts.map +1 -1
- package/dist/service/lambda/cfn/sim-cfn-lambda-resource-factory.js +12 -0
- package/dist/service/lambda/cfn/sim-cfn-lambda-resource-factory.js.map +1 -1
- package/dist/service/lambda/cfn/version/sim-cfn-lambda-version-creator.d.ts +31 -0
- package/dist/service/lambda/cfn/version/sim-cfn-lambda-version-creator.d.ts.map +1 -0
- package/dist/service/lambda/cfn/version/sim-cfn-lambda-version-creator.js +40 -0
- package/dist/service/lambda/cfn/version/sim-cfn-lambda-version-creator.js.map +1 -0
- package/dist/service/lambda/command/add-permission/add-permission.command.d.ts +1 -0
- package/dist/service/lambda/command/add-permission/add-permission.command.d.ts.map +1 -1
- package/dist/service/lambda/command/add-permission/add-permission.handler.d.ts +8 -1
- package/dist/service/lambda/command/add-permission/add-permission.handler.d.ts.map +1 -1
- package/dist/service/lambda/command/add-permission/add-permission.handler.js +13 -6
- package/dist/service/lambda/command/add-permission/add-permission.handler.js.map +1 -1
- package/dist/service/lambda/command/alias/alias-input.d.ts +21 -0
- package/dist/service/lambda/command/alias/alias-input.d.ts.map +1 -0
- package/dist/service/lambda/command/alias/alias-input.js +30 -0
- package/dist/service/lambda/command/alias/alias-input.js.map +1 -0
- package/dist/service/lambda/command/alias/sim-lambda-alias-commands.d.ts +52 -0
- package/dist/service/lambda/command/alias/sim-lambda-alias-commands.d.ts.map +1 -0
- package/dist/service/lambda/command/alias/sim-lambda-alias-commands.js +49 -0
- package/dist/service/lambda/command/alias/sim-lambda-alias-commands.js.map +1 -0
- package/dist/service/lambda/command/authorize/sim-lambda-resource-policies.d.ts +9 -7
- package/dist/service/lambda/command/authorize/sim-lambda-resource-policies.d.ts.map +1 -1
- package/dist/service/lambda/command/authorize/sim-lambda-resource-policies.js +11 -9
- package/dist/service/lambda/command/authorize/sim-lambda-resource-policies.js.map +1 -1
- package/dist/service/lambda/command/authorize/sim-lambda-service-invoke-authorizer.d.ts +10 -2
- package/dist/service/lambda/command/authorize/sim-lambda-service-invoke-authorizer.d.ts.map +1 -1
- package/dist/service/lambda/command/authorize/sim-lambda-service-invoke-authorizer.js +2 -2
- package/dist/service/lambda/command/authorize/sim-lambda-service-invoke-authorizer.js.map +1 -1
- package/dist/service/lambda/command/create-alias/create-alias.command.d.ts +31 -0
- package/dist/service/lambda/command/create-alias/create-alias.command.d.ts.map +1 -0
- package/dist/service/lambda/command/create-alias/create-alias.command.js +5 -0
- package/dist/service/lambda/command/create-alias/create-alias.command.js.map +1 -0
- package/dist/service/lambda/command/create-alias/create-alias.handler.d.ts +35 -0
- package/dist/service/lambda/command/create-alias/create-alias.handler.d.ts.map +1 -0
- package/dist/service/lambda/command/create-alias/create-alias.handler.js +52 -0
- package/dist/service/lambda/command/create-alias/create-alias.handler.js.map +1 -0
- package/dist/service/lambda/command/create-function/create-function.command.d.ts +1 -1
- package/dist/service/lambda/command/create-function/create-function.command.d.ts.map +1 -1
- package/dist/service/lambda/command/create-function/create-function.handler.d.ts.map +1 -1
- package/dist/service/lambda/command/create-function/create-function.handler.js +2 -1
- package/dist/service/lambda/command/create-function/create-function.handler.js.map +1 -1
- package/dist/service/lambda/command/delete-alias/delete-alias.command.d.ts +24 -0
- package/dist/service/lambda/command/delete-alias/delete-alias.command.d.ts.map +1 -0
- package/dist/service/lambda/command/delete-alias/delete-alias.command.js +5 -0
- package/dist/service/lambda/command/delete-alias/delete-alias.command.js.map +1 -0
- package/dist/service/lambda/command/delete-alias/delete-alias.handler.d.ts +37 -0
- package/dist/service/lambda/command/delete-alias/delete-alias.handler.d.ts.map +1 -0
- package/dist/service/lambda/command/delete-alias/delete-alias.handler.js +44 -0
- package/dist/service/lambda/command/delete-alias/delete-alias.handler.js.map +1 -0
- package/dist/service/lambda/command/delete-function/delete-function.handler.d.ts +6 -2
- package/dist/service/lambda/command/delete-function/delete-function.handler.d.ts.map +1 -1
- package/dist/service/lambda/command/delete-function/delete-function.handler.js +7 -3
- package/dist/service/lambda/command/delete-function/delete-function.handler.js.map +1 -1
- package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-input.d.ts +8 -0
- package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-input.d.ts.map +1 -1
- package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-input.js +11 -2
- package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping-input.js.map +1 -1
- package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping.handler.d.ts.map +1 -1
- package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping.handler.js +13 -6
- package/dist/service/lambda/command/event-source-mapping/create-event-source-mapping.handler.js.map +1 -1
- package/dist/service/lambda/command/function/sim-lambda-function-commands.d.ts +3 -1
- package/dist/service/lambda/command/function/sim-lambda-function-commands.d.ts.map +1 -1
- package/dist/service/lambda/command/function/sim-lambda-function-commands.js +1 -1
- package/dist/service/lambda/command/function/sim-lambda-function-commands.js.map +1 -1
- package/dist/service/lambda/command/get-alias/get-alias.command.d.ts +25 -0
- package/dist/service/lambda/command/get-alias/get-alias.command.d.ts.map +1 -0
- package/dist/service/lambda/command/get-alias/get-alias.command.js +5 -0
- package/dist/service/lambda/command/get-alias/get-alias.command.js.map +1 -0
- package/dist/service/lambda/command/get-alias/get-alias.handler.d.ts +34 -0
- package/dist/service/lambda/command/get-alias/get-alias.handler.d.ts.map +1 -0
- package/dist/service/lambda/command/get-alias/get-alias.handler.js +38 -0
- package/dist/service/lambda/command/get-alias/get-alias.handler.js.map +1 -0
- package/dist/service/lambda/command/get-function/get-function.command.d.ts +2 -1
- package/dist/service/lambda/command/get-function/get-function.command.d.ts.map +1 -1
- package/dist/service/lambda/command/get-function/get-function.handler.d.ts +6 -2
- package/dist/service/lambda/command/get-function/get-function.handler.d.ts.map +1 -1
- package/dist/service/lambda/command/get-function/get-function.handler.js +13 -6
- package/dist/service/lambda/command/get-function/get-function.handler.js.map +1 -1
- package/dist/service/lambda/command/get-policy/get-policy.command.d.ts +1 -0
- package/dist/service/lambda/command/get-policy/get-policy.command.d.ts.map +1 -1
- package/dist/service/lambda/command/get-policy/get-policy.handler.d.ts +8 -3
- package/dist/service/lambda/command/get-policy/get-policy.handler.d.ts.map +1 -1
- package/dist/service/lambda/command/get-policy/get-policy.handler.js +11 -6
- package/dist/service/lambda/command/get-policy/get-policy.handler.js.map +1 -1
- package/dist/service/lambda/command/invoke/invoke-authorizer.d.ts +11 -8
- package/dist/service/lambda/command/invoke/invoke-authorizer.d.ts.map +1 -1
- package/dist/service/lambda/command/invoke/invoke-authorizer.js +11 -8
- package/dist/service/lambda/command/invoke/invoke-authorizer.js.map +1 -1
- package/dist/service/lambda/command/invoke/invoke-dispatcher.d.ts +3 -0
- package/dist/service/lambda/command/invoke/invoke-dispatcher.d.ts.map +1 -1
- package/dist/service/lambda/command/invoke/invoke-dispatcher.js +5 -2
- package/dist/service/lambda/command/invoke/invoke-dispatcher.js.map +1 -1
- package/dist/service/lambda/command/invoke/invoke.handler.d.ts +9 -2
- package/dist/service/lambda/command/invoke/invoke.handler.d.ts.map +1 -1
- package/dist/service/lambda/command/invoke/invoke.handler.js +20 -10
- package/dist/service/lambda/command/invoke/invoke.handler.js.map +1 -1
- package/dist/service/lambda/command/list-aliases/list-aliases.command.d.ts +30 -0
- package/dist/service/lambda/command/list-aliases/list-aliases.command.d.ts.map +1 -0
- package/dist/service/lambda/command/list-aliases/list-aliases.command.js +5 -0
- package/dist/service/lambda/command/list-aliases/list-aliases.command.js.map +1 -0
- package/dist/service/lambda/command/list-aliases/list-aliases.handler.d.ts +35 -0
- package/dist/service/lambda/command/list-aliases/list-aliases.handler.d.ts.map +1 -0
- package/dist/service/lambda/command/list-aliases/list-aliases.handler.js +44 -0
- package/dist/service/lambda/command/list-aliases/list-aliases.handler.js.map +1 -0
- package/dist/service/lambda/command/list-versions-by-function/list-versions-by-function.command.d.ts +28 -0
- package/dist/service/lambda/command/list-versions-by-function/list-versions-by-function.command.d.ts.map +1 -0
- package/dist/service/lambda/command/list-versions-by-function/list-versions-by-function.command.js +5 -0
- package/dist/service/lambda/command/list-versions-by-function/list-versions-by-function.command.js.map +1 -0
- package/dist/service/lambda/command/list-versions-by-function/list-versions-by-function.handler.d.ts +35 -0
- package/dist/service/lambda/command/list-versions-by-function/list-versions-by-function.handler.d.ts.map +1 -0
- package/dist/service/lambda/command/list-versions-by-function/list-versions-by-function.handler.js +43 -0
- package/dist/service/lambda/command/list-versions-by-function/list-versions-by-function.handler.js.map +1 -0
- package/dist/service/lambda/command/permission/sim-lambda-permission-commands.d.ts +8 -3
- package/dist/service/lambda/command/permission/sim-lambda-permission-commands.d.ts.map +1 -1
- package/dist/service/lambda/command/permission/sim-lambda-permission-commands.js +6 -3
- package/dist/service/lambda/command/permission/sim-lambda-permission-commands.js.map +1 -1
- package/dist/service/lambda/command/publish-version/publish-version.command.d.ts +34 -0
- package/dist/service/lambda/command/publish-version/publish-version.command.d.ts.map +1 -0
- package/dist/service/lambda/command/publish-version/publish-version.command.js +5 -0
- package/dist/service/lambda/command/publish-version/publish-version.command.js.map +1 -0
- package/dist/service/lambda/command/publish-version/publish-version.handler.d.ts +37 -0
- package/dist/service/lambda/command/publish-version/publish-version.handler.d.ts.map +1 -0
- package/dist/service/lambda/command/publish-version/publish-version.handler.js +42 -0
- package/dist/service/lambda/command/publish-version/publish-version.handler.js.map +1 -0
- package/dist/service/lambda/command/remove-permission/remove-permission.command.d.ts +1 -0
- package/dist/service/lambda/command/remove-permission/remove-permission.command.d.ts.map +1 -1
- package/dist/service/lambda/command/remove-permission/remove-permission.handler.d.ts +8 -1
- package/dist/service/lambda/command/remove-permission/remove-permission.handler.d.ts.map +1 -1
- package/dist/service/lambda/command/remove-permission/remove-permission.handler.js +12 -5
- package/dist/service/lambda/command/remove-permission/remove-permission.handler.js.map +1 -1
- package/dist/service/lambda/command/sim-lambda-command.types.d.ts +7 -0
- package/dist/service/lambda/command/sim-lambda-command.types.d.ts.map +1 -1
- package/dist/service/lambda/command/update-alias/update-alias.command.d.ts +31 -0
- package/dist/service/lambda/command/update-alias/update-alias.command.d.ts.map +1 -0
- package/dist/service/lambda/command/update-alias/update-alias.command.js +5 -0
- package/dist/service/lambda/command/update-alias/update-alias.command.js.map +1 -0
- package/dist/service/lambda/command/update-alias/update-alias.handler.d.ts +35 -0
- package/dist/service/lambda/command/update-alias/update-alias.handler.d.ts.map +1 -0
- package/dist/service/lambda/command/update-alias/update-alias.handler.js +48 -0
- package/dist/service/lambda/command/update-alias/update-alias.handler.js.map +1 -0
- package/dist/service/lambda/command/version/sim-lambda-version-commands.d.ts +37 -0
- package/dist/service/lambda/command/version/sim-lambda-version-commands.d.ts.map +1 -0
- package/dist/service/lambda/command/version/sim-lambda-version-commands.js +28 -0
- package/dist/service/lambda/command/version/sim-lambda-version-commands.js.map +1 -0
- package/dist/service/lambda/command/version/version-authorizer.d.ts +29 -0
- package/dist/service/lambda/command/version/version-authorizer.d.ts.map +1 -0
- package/dist/service/lambda/command/version/version-authorizer.js +39 -0
- package/dist/service/lambda/command/version/version-authorizer.js.map +1 -0
- package/dist/service/lambda/event-source/poll/sim-lambda-dynamodb-stream-event-source-poller.d.ts.map +1 -1
- package/dist/service/lambda/event-source/poll/sim-lambda-dynamodb-stream-event-source-poller.js +2 -1
- package/dist/service/lambda/event-source/poll/sim-lambda-dynamodb-stream-event-source-poller.js.map +1 -1
- package/dist/service/lambda/event-source/poll/sim-lambda-event-source-function.d.ts +13 -0
- package/dist/service/lambda/event-source/poll/sim-lambda-event-source-function.d.ts.map +1 -0
- package/dist/service/lambda/event-source/poll/sim-lambda-event-source-function.js +13 -0
- package/dist/service/lambda/event-source/poll/sim-lambda-event-source-function.js.map +1 -0
- package/dist/service/lambda/event-source/poll/sim-lambda-sqs-event-source-consumer.d.ts.map +1 -1
- package/dist/service/lambda/event-source/poll/sim-lambda-sqs-event-source-consumer.js +2 -1
- package/dist/service/lambda/event-source/poll/sim-lambda-sqs-event-source-consumer.js.map +1 -1
- package/dist/service/lambda/event-source/sim-lambda-event-source-mapping.d.ts +9 -1
- package/dist/service/lambda/event-source/sim-lambda-event-source-mapping.d.ts.map +1 -1
- package/dist/service/lambda/event-source/sim-lambda-event-source-mapping.js +8 -0
- package/dist/service/lambda/event-source/sim-lambda-event-source-mapping.js.map +1 -1
- package/dist/service/lambda/function/invoke/sim-lambda-invoke-context-builder.d.ts +2 -0
- package/dist/service/lambda/function/invoke/sim-lambda-invoke-context-builder.d.ts.map +1 -1
- package/dist/service/lambda/function/invoke/sim-lambda-invoke-context-builder.js +2 -2
- package/dist/service/lambda/function/invoke/sim-lambda-invoke-context-builder.js.map +1 -1
- package/dist/service/lambda/function/policy/sim-lambda-policy-resource.d.ts +17 -0
- package/dist/service/lambda/function/policy/sim-lambda-policy-resource.d.ts.map +1 -0
- package/dist/service/lambda/function/policy/sim-lambda-policy-resource.js +2 -0
- package/dist/service/lambda/function/policy/sim-lambda-policy-resource.js.map +1 -0
- package/dist/service/lambda/function/sim-lambda-function-arn-parts.d.ts +3 -3
- package/dist/service/lambda/function/sim-lambda-function-configuration.d.ts +43 -0
- package/dist/service/lambda/function/sim-lambda-function-configuration.d.ts.map +1 -0
- package/dist/service/lambda/function/sim-lambda-function-configuration.js +22 -0
- package/dist/service/lambda/function/sim-lambda-function-configuration.js.map +1 -0
- package/dist/service/lambda/function/sim-lambda-function-name.d.ts +3 -1
- package/dist/service/lambda/function/sim-lambda-function-name.d.ts.map +1 -1
- package/dist/service/lambda/function/sim-lambda-function-name.js +3 -1
- package/dist/service/lambda/function/sim-lambda-function-name.js.map +1 -1
- package/dist/service/lambda/function/sim-lambda-function-reference.d.ts +36 -0
- package/dist/service/lambda/function/sim-lambda-function-reference.d.ts.map +1 -0
- package/dist/service/lambda/function/sim-lambda-function-reference.js +56 -0
- package/dist/service/lambda/function/sim-lambda-function-reference.js.map +1 -0
- package/dist/service/lambda/function/sim-lambda-function.d.ts +17 -31
- package/dist/service/lambda/function/sim-lambda-function.d.ts.map +1 -1
- package/dist/service/lambda/function/sim-lambda-function.js +28 -12
- package/dist/service/lambda/function/sim-lambda-function.js.map +1 -1
- package/dist/service/lambda/function/uri/sim-lambda-invocation-uri.d.ts +29 -0
- package/dist/service/lambda/function/uri/sim-lambda-invocation-uri.d.ts.map +1 -0
- package/dist/service/lambda/function/uri/sim-lambda-invocation-uri.js +86 -0
- package/dist/service/lambda/function/uri/sim-lambda-invocation-uri.js.map +1 -0
- package/dist/service/lambda/function/url/sim-lambda-function-lookup.d.ts +22 -3
- package/dist/service/lambda/function/url/sim-lambda-function-lookup.d.ts.map +1 -1
- package/dist/service/lambda/function/url/sim-lambda-function-lookup.js +24 -4
- package/dist/service/lambda/function/url/sim-lambda-function-lookup.js.map +1 -1
- package/dist/service/lambda/function/version/sim-lambda-function-alias-store.d.ts +55 -0
- package/dist/service/lambda/function/version/sim-lambda-function-alias-store.d.ts.map +1 -0
- package/dist/service/lambda/function/version/sim-lambda-function-alias-store.js +80 -0
- package/dist/service/lambda/function/version/sim-lambda-function-alias-store.js.map +1 -0
- package/dist/service/lambda/function/version/sim-lambda-function-alias.d.ts +60 -0
- package/dist/service/lambda/function/version/sim-lambda-function-alias.d.ts.map +1 -0
- package/dist/service/lambda/function/version/sim-lambda-function-alias.js +57 -0
- package/dist/service/lambda/function/version/sim-lambda-function-alias.js.map +1 -0
- package/dist/service/lambda/function/version/sim-lambda-function-target.d.ts +16 -0
- package/dist/service/lambda/function/version/sim-lambda-function-target.d.ts.map +1 -0
- package/dist/service/lambda/function/version/sim-lambda-function-target.js +2 -0
- package/dist/service/lambda/function/version/sim-lambda-function-target.js.map +1 -0
- package/dist/service/lambda/function/version/sim-lambda-function-version-store.d.ts +80 -0
- package/dist/service/lambda/function/version/sim-lambda-function-version-store.d.ts.map +1 -0
- package/dist/service/lambda/function/version/sim-lambda-function-version-store.js +114 -0
- package/dist/service/lambda/function/version/sim-lambda-function-version-store.js.map +1 -0
- package/dist/service/lambda/function/version/sim-lambda-function-versions.d.ts +61 -0
- package/dist/service/lambda/function/version/sim-lambda-function-versions.d.ts.map +1 -0
- package/dist/service/lambda/function/version/sim-lambda-function-versions.js +96 -0
- package/dist/service/lambda/function/version/sim-lambda-function-versions.js.map +1 -0
- package/dist/service/lambda/sdk/sim-lambda-sdk-command-router.d.ts.map +1 -1
- package/dist/service/lambda/sdk/sim-lambda-sdk-command-router.js +28 -0
- package/dist/service/lambda/sdk/sim-lambda-sdk-command-router.js.map +1 -1
- package/dist/service/lambda/serve/api/sim-lambda-api-routes.d.ts +2 -1
- package/dist/service/lambda/serve/api/sim-lambda-api-routes.d.ts.map +1 -1
- package/dist/service/lambda/serve/api/sim-lambda-api-routes.js +2 -1
- package/dist/service/lambda/serve/api/sim-lambda-api-routes.js.map +1 -1
- package/dist/service/lambda/sim-lambda-commands.d.ts +8 -0
- package/dist/service/lambda/sim-lambda-commands.d.ts.map +1 -1
- package/dist/service/lambda/sim-lambda-commands.js +25 -0
- package/dist/service/lambda/sim-lambda-commands.js.map +1 -1
- package/dist/service/lambda/sim-lambda-inspection.d.ts +43 -0
- package/dist/service/lambda/sim-lambda-inspection.d.ts.map +1 -0
- package/dist/service/lambda/sim-lambda-inspection.js +50 -0
- package/dist/service/lambda/sim-lambda-inspection.js.map +1 -0
- package/dist/service/lambda/sim-lambda.d.ts +44 -80
- package/dist/service/lambda/sim-lambda.d.ts.map +1 -1
- package/dist/service/lambda/sim-lambda.js +55 -82
- package/dist/service/lambda/sim-lambda.js.map +1 -1
- package/dist/service/logs/subscription/lambda/sim-aws-logs-subscription-functions.d.ts.map +1 -1
- package/dist/service/logs/subscription/lambda/sim-aws-logs-subscription-functions.js +2 -2
- package/dist/service/logs/subscription/lambda/sim-aws-logs-subscription-functions.js.map +1 -1
- package/dist/service/logs/subscription/lambda/sim-logs-destination-permission.d.ts +7 -5
- package/dist/service/logs/subscription/lambda/sim-logs-destination-permission.d.ts.map +1 -1
- package/dist/service/logs/subscription/lambda/sim-logs-destination-permission.js +15 -9
- package/dist/service/logs/subscription/lambda/sim-logs-destination-permission.js.map +1 -1
- package/dist/service/logs/subscription/lambda/sim-logs-subscription-function-arn.d.ts +9 -0
- package/dist/service/logs/subscription/lambda/sim-logs-subscription-function-arn.d.ts.map +1 -1
- package/dist/service/logs/subscription/lambda/sim-logs-subscription-function-arn.js +11 -5
- package/dist/service/logs/subscription/lambda/sim-logs-subscription-function-arn.js.map +1 -1
- package/dist/service/route53/resolve/sim-r53-regional-service-target.js +1 -1
- package/dist/service/route53/resolve/sim-r53-regional-service-target.js.map +1 -1
- package/dist/service/s3/notification/destination/lambda/sim-aws-s3-notification-functions.d.ts +1 -1
- package/dist/service/s3/notification/destination/lambda/sim-aws-s3-notification-functions.d.ts.map +1 -1
- package/dist/service/s3/notification/destination/lambda/sim-aws-s3-notification-functions.js +23 -10
- package/dist/service/s3/notification/destination/lambda/sim-aws-s3-notification-functions.js.map +1 -1
- package/dist/service/s3/notification/destination/lambda/sim-s3-notification-function-arn.d.ts +8 -4
- package/dist/service/s3/notification/destination/lambda/sim-s3-notification-function-arn.d.ts.map +1 -1
- package/dist/service/s3/notification/destination/lambda/sim-s3-notification-function-arn.js +12 -12
- package/dist/service/s3/notification/destination/lambda/sim-s3-notification-function-arn.js.map +1 -1
- package/dist/service/sns/delivery/lambda/sim-sns-delivery-function.d.ts +5 -4
- package/dist/service/sns/delivery/lambda/sim-sns-delivery-function.d.ts.map +1 -1
- package/dist/service/sns/delivery/lambda/sim-sns-delivery-function.js +16 -11
- package/dist/service/sns/delivery/lambda/sim-sns-delivery-function.js.map +1 -1
- package/dist/service/sns/subscription/sim-sns-function-endpoint-arn.d.ts +8 -4
- package/dist/service/sns/subscription/sim-sns-function-endpoint-arn.d.ts.map +1 -1
- package/dist/service/sns/subscription/sim-sns-function-endpoint-arn.js +11 -10
- package/dist/service/sns/subscription/sim-sns-function-endpoint-arn.js.map +1 -1
- package/dist/service/wafv2/association/sim-aws-waf-protected-resources.d.ts +45 -0
- package/dist/service/wafv2/association/sim-aws-waf-protected-resources.d.ts.map +1 -0
- package/dist/service/wafv2/association/sim-aws-waf-protected-resources.js +56 -0
- package/dist/service/wafv2/association/sim-aws-waf-protected-resources.js.map +1 -0
- package/dist/service/wafv2/association/sim-waf-associations.d.ts +52 -0
- package/dist/service/wafv2/association/sim-waf-associations.d.ts.map +1 -0
- package/dist/service/wafv2/association/sim-waf-associations.js +74 -0
- package/dist/service/wafv2/association/sim-waf-associations.js.map +1 -0
- package/dist/service/wafv2/association/sim-waf-protected-resource.d.ts +38 -0
- package/dist/service/wafv2/association/sim-waf-protected-resource.d.ts.map +1 -0
- package/dist/service/wafv2/association/sim-waf-protected-resource.js +100 -0
- package/dist/service/wafv2/association/sim-waf-protected-resource.js.map +1 -0
- package/dist/service/wafv2/association/sim-waf-protected-resources.d.ts +29 -0
- package/dist/service/wafv2/association/sim-waf-protected-resources.d.ts.map +1 -0
- package/dist/service/wafv2/association/sim-waf-protected-resources.js +17 -0
- package/dist/service/wafv2/association/sim-waf-protected-resources.js.map +1 -0
- package/dist/service/wafv2/association/sim-waf-protection.d.ts +60 -0
- package/dist/service/wafv2/association/sim-waf-protection.d.ts.map +1 -0
- package/dist/service/wafv2/association/sim-waf-protection.js +27 -0
- package/dist/service/wafv2/association/sim-waf-protection.js.map +1 -0
- package/dist/service/wafv2/association/sim-waf-request-inspection.d.ts +48 -0
- package/dist/service/wafv2/association/sim-waf-request-inspection.d.ts.map +1 -0
- package/dist/service/wafv2/association/sim-waf-request-inspection.js +77 -0
- package/dist/service/wafv2/association/sim-waf-request-inspection.js.map +1 -0
- package/dist/service/wafv2/association/sim-waf-rest-api-stage.d.ts +29 -0
- package/dist/service/wafv2/association/sim-waf-rest-api-stage.d.ts.map +1 -0
- package/dist/service/wafv2/association/sim-waf-rest-api-stage.js +27 -0
- package/dist/service/wafv2/association/sim-waf-rest-api-stage.js.map +1 -0
- package/dist/service/wafv2/association/sim-waf-user-pool.d.ts +24 -0
- package/dist/service/wafv2/association/sim-waf-user-pool.d.ts.map +1 -0
- package/dist/service/wafv2/association/sim-waf-user-pool.js +22 -0
- package/dist/service/wafv2/association/sim-waf-user-pool.js.map +1 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-association-config.d.ts +23 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-association-config.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-association-config.js +32 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-association-config.js.map +1 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-association-creator.d.ts +42 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-association-creator.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-association-creator.js +69 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-association-creator.js.map +1 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-web-acl-association.d.ts +18 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-web-acl-association.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-web-acl-association.js +18 -0
- package/dist/service/wafv2/cfn/association/sim-cfn-waf-web-acl-association.js.map +1 -0
- package/dist/service/wafv2/cfn/ip-set/sim-cfn-waf-ip-set-config.d.ts +18 -0
- package/dist/service/wafv2/cfn/ip-set/sim-cfn-waf-ip-set-config.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/ip-set/sim-cfn-waf-ip-set-config.js +28 -0
- package/dist/service/wafv2/cfn/ip-set/sim-cfn-waf-ip-set-config.js.map +1 -0
- package/dist/service/wafv2/cfn/ip-set/sim-cfn-waf-ip-set-creator.d.ts +29 -0
- package/dist/service/wafv2/cfn/ip-set/sim-cfn-waf-ip-set-creator.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/ip-set/sim-cfn-waf-ip-set-creator.js +49 -0
- package/dist/service/wafv2/cfn/ip-set/sim-cfn-waf-ip-set-creator.js.map +1 -0
- package/dist/service/wafv2/cfn/regex-pattern-set/sim-cfn-waf-regex-set-config.d.ts +19 -0
- package/dist/service/wafv2/cfn/regex-pattern-set/sim-cfn-waf-regex-set-config.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/regex-pattern-set/sim-cfn-waf-regex-set-config.js +28 -0
- package/dist/service/wafv2/cfn/regex-pattern-set/sim-cfn-waf-regex-set-config.js.map +1 -0
- package/dist/service/wafv2/cfn/regex-pattern-set/sim-cfn-waf-regex-set-creator.d.ts +29 -0
- package/dist/service/wafv2/cfn/regex-pattern-set/sim-cfn-waf-regex-set-creator.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/regex-pattern-set/sim-cfn-waf-regex-set-creator.js +49 -0
- package/dist/service/wafv2/cfn/regex-pattern-set/sim-cfn-waf-regex-set-creator.js.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-creators.d.ts +32 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-creators.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-creators.js +28 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-creators.js.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-config.d.ts +72 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-config.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-config.js +114 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-config.js.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-deleter.d.ts +21 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-deleter.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-deleter.js +53 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-deleter.js.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-error.d.ts +26 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-error.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-error.js +41 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-error.js.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-types.d.ts +17 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-types.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-types.js +17 -0
- package/dist/service/wafv2/cfn/sim-cfn-waf-resource-types.js.map +1 -0
- package/dist/service/wafv2/cfn/sim-waf-cfn-resource-factory.d.ts +34 -0
- package/dist/service/wafv2/cfn/sim-waf-cfn-resource-factory.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/sim-waf-cfn-resource-factory.js +58 -0
- package/dist/service/wafv2/cfn/sim-waf-cfn-resource-factory.js.map +1 -0
- package/dist/service/wafv2/cfn/web-acl/sim-cfn-waf-web-acl-config.d.ts +31 -0
- package/dist/service/wafv2/cfn/web-acl/sim-cfn-waf-web-acl-config.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/web-acl/sim-cfn-waf-web-acl-config.js +59 -0
- package/dist/service/wafv2/cfn/web-acl/sim-cfn-waf-web-acl-config.js.map +1 -0
- package/dist/service/wafv2/cfn/web-acl/sim-cfn-waf-web-acl-creator.d.ts +34 -0
- package/dist/service/wafv2/cfn/web-acl/sim-cfn-waf-web-acl-creator.d.ts.map +1 -0
- package/dist/service/wafv2/cfn/web-acl/sim-cfn-waf-web-acl-creator.js +54 -0
- package/dist/service/wafv2/cfn/web-acl/sim-cfn-waf-web-acl-creator.js.map +1 -0
- package/dist/service/wafv2/command/association/association.command.d.ts +63 -0
- package/dist/service/wafv2/command/association/association.command.d.ts.map +1 -0
- package/dist/service/wafv2/command/association/association.command.js +2 -0
- package/dist/service/wafv2/command/association/association.command.js.map +1 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-access.d.ts +54 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-access.d.ts.map +1 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-access.js +71 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-access.js.map +1 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-commands.d.ts +45 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-commands.d.ts.map +1 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-commands.js +72 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-commands.js.map +1 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-input.d.ts +18 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-input.d.ts.map +1 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-input.js +56 -0
- package/dist/service/wafv2/command/association/sim-wafv2-association-input.js.map +1 -0
- package/dist/service/wafv2/command/association/sim-wafv2-regional-web-acl.d.ts +22 -0
- package/dist/service/wafv2/command/association/sim-wafv2-regional-web-acl.d.ts.map +1 -0
- package/dist/service/wafv2/command/association/sim-wafv2-regional-web-acl.js +43 -0
- package/dist/service/wafv2/command/association/sim-wafv2-regional-web-acl.js.map +1 -0
- package/dist/service/wafv2/command/authorize/sim-wafv2-authorizer.d.ts +34 -0
- package/dist/service/wafv2/command/authorize/sim-wafv2-authorizer.d.ts.map +1 -0
- package/dist/service/wafv2/command/authorize/sim-wafv2-authorizer.js +51 -0
- package/dist/service/wafv2/command/authorize/sim-wafv2-authorizer.js.map +1 -0
- package/dist/service/wafv2/command/ip-set/ip-set.command.d.ts +107 -0
- package/dist/service/wafv2/command/ip-set/ip-set.command.d.ts.map +1 -0
- package/dist/service/wafv2/command/ip-set/ip-set.command.js +2 -0
- package/dist/service/wafv2/command/ip-set/ip-set.command.js.map +1 -0
- package/dist/service/wafv2/command/ip-set/sim-wafv2-ip-set-commands.d.ts +45 -0
- package/dist/service/wafv2/command/ip-set/sim-wafv2-ip-set-commands.d.ts.map +1 -0
- package/dist/service/wafv2/command/ip-set/sim-wafv2-ip-set-commands.js +108 -0
- package/dist/service/wafv2/command/ip-set/sim-wafv2-ip-set-commands.js.map +1 -0
- package/dist/service/wafv2/command/managed-rule-group/managed-rule-group.command.d.ts +38 -0
- package/dist/service/wafv2/command/managed-rule-group/managed-rule-group.command.d.ts.map +1 -0
- package/dist/service/wafv2/command/managed-rule-group/managed-rule-group.command.js +2 -0
- package/dist/service/wafv2/command/managed-rule-group/managed-rule-group.command.js.map +1 -0
- package/dist/service/wafv2/command/managed-rule-group/sim-wafv2-described-rule-group.d.ts +14 -0
- package/dist/service/wafv2/command/managed-rule-group/sim-wafv2-described-rule-group.d.ts.map +1 -0
- package/dist/service/wafv2/command/managed-rule-group/sim-wafv2-described-rule-group.js +29 -0
- package/dist/service/wafv2/command/managed-rule-group/sim-wafv2-described-rule-group.js.map +1 -0
- package/dist/service/wafv2/command/managed-rule-group/sim-wafv2-managed-rule-group-commands.d.ts +26 -0
- package/dist/service/wafv2/command/managed-rule-group/sim-wafv2-managed-rule-group-commands.d.ts.map +1 -0
- package/dist/service/wafv2/command/managed-rule-group/sim-wafv2-managed-rule-group-commands.js +41 -0
- package/dist/service/wafv2/command/managed-rule-group/sim-wafv2-managed-rule-group-commands.js.map +1 -0
- package/dist/service/wafv2/command/regex-pattern-set/regex-pattern-set.command.d.ts +108 -0
- package/dist/service/wafv2/command/regex-pattern-set/regex-pattern-set.command.d.ts.map +1 -0
- package/dist/service/wafv2/command/regex-pattern-set/regex-pattern-set.command.js +2 -0
- package/dist/service/wafv2/command/regex-pattern-set/regex-pattern-set.command.js.map +1 -0
- package/dist/service/wafv2/command/regex-pattern-set/sim-wafv2-regex-pattern-set-commands.d.ts +49 -0
- package/dist/service/wafv2/command/regex-pattern-set/sim-wafv2-regex-pattern-set-commands.d.ts.map +1 -0
- package/dist/service/wafv2/command/regex-pattern-set/sim-wafv2-regex-pattern-set-commands.js +115 -0
- package/dist/service/wafv2/command/regex-pattern-set/sim-wafv2-regex-pattern-set-commands.js.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-command.types.d.ts +9 -0
- package/dist/service/wafv2/command/sim-wafv2-command.types.d.ts.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-command.types.js +2 -0
- package/dist/service/wafv2/command/sim-wafv2-command.types.js.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-input.d.ts +27 -0
- package/dist/service/wafv2/command/sim-wafv2-input.d.ts.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-input.js +50 -0
- package/dist/service/wafv2/command/sim-wafv2-input.js.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-page.d.ts +20 -0
- package/dist/service/wafv2/command/sim-wafv2-page.d.ts.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-page.js +48 -0
- package/dist/service/wafv2/command/sim-wafv2-page.js.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-request-options.d.ts +12 -0
- package/dist/service/wafv2/command/sim-wafv2-request-options.d.ts.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-request-options.js +2 -0
- package/dist/service/wafv2/command/sim-wafv2-request-options.js.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-resource-lookup.d.ts +33 -0
- package/dist/service/wafv2/command/sim-wafv2-resource-lookup.d.ts.map +1 -0
- package/dist/service/wafv2/command/sim-wafv2-resource-lookup.js +26 -0
- package/dist/service/wafv2/command/sim-wafv2-resource-lookup.js.map +1 -0
- package/dist/service/wafv2/command/web-acl/sim-waf-create-web-acl.factory.d.ts +11 -0
- package/dist/service/wafv2/command/web-acl/sim-waf-create-web-acl.factory.d.ts.map +1 -0
- package/dist/service/wafv2/command/web-acl/sim-waf-create-web-acl.factory.js +18 -0
- package/dist/service/wafv2/command/web-acl/sim-waf-create-web-acl.factory.js.map +1 -0
- package/dist/service/wafv2/command/web-acl/sim-waf-web-acl-output.d.ts +10 -0
- package/dist/service/wafv2/command/web-acl/sim-waf-web-acl-output.d.ts.map +1 -0
- package/dist/service/wafv2/command/web-acl/sim-waf-web-acl-output.js +22 -0
- package/dist/service/wafv2/command/web-acl/sim-waf-web-acl-output.js.map +1 -0
- package/dist/service/wafv2/command/web-acl/sim-wafv2-unsimulated-web-acl-input.d.ts +10 -0
- package/dist/service/wafv2/command/web-acl/sim-wafv2-unsimulated-web-acl-input.d.ts.map +1 -0
- package/dist/service/wafv2/command/web-acl/sim-wafv2-unsimulated-web-acl-input.js +47 -0
- package/dist/service/wafv2/command/web-acl/sim-wafv2-unsimulated-web-acl-input.js.map +1 -0
- package/dist/service/wafv2/command/web-acl/sim-wafv2-web-acl-commands.d.ts +62 -0
- package/dist/service/wafv2/command/web-acl/sim-wafv2-web-acl-commands.d.ts.map +1 -0
- package/dist/service/wafv2/command/web-acl/sim-wafv2-web-acl-commands.js +137 -0
- package/dist/service/wafv2/command/web-acl/sim-wafv2-web-acl-commands.js.map +1 -0
- package/dist/service/wafv2/command/web-acl/web-acl.command.d.ts +132 -0
- package/dist/service/wafv2/command/web-acl/web-acl.command.d.ts.map +1 -0
- package/dist/service/wafv2/command/web-acl/web-acl.command.js +2 -0
- package/dist/service/wafv2/command/web-acl/web-acl.command.js.map +1 -0
- package/dist/service/wafv2/error/sim-wafv2.error.d.ts +104 -0
- package/dist/service/wafv2/error/sim-wafv2.error.d.ts.map +1 -0
- package/dist/service/wafv2/error/sim-wafv2.error.js +115 -0
- package/dist/service/wafv2/error/sim-wafv2.error.js.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-blocked-response.d.ts +30 -0
- package/dist/service/wafv2/evaluate/sim-waf-blocked-response.d.ts.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-blocked-response.js +37 -0
- package/dist/service/wafv2/evaluate/sim-waf-blocked-response.js.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-decision.d.ts +58 -0
- package/dist/service/wafv2/evaluate/sim-waf-decision.d.ts.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-decision.js +16 -0
- package/dist/service/wafv2/evaluate/sim-waf-decision.js.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-evaluate-rules.d.ts +27 -0
- package/dist/service/wafv2/evaluate/sim-waf-evaluate-rules.d.ts.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-evaluate-rules.js +35 -0
- package/dist/service/wafv2/evaluate/sim-waf-evaluate-rules.js.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-evaluation-request.d.ts +14 -0
- package/dist/service/wafv2/evaluate/sim-waf-evaluation-request.d.ts.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-evaluation-request.js +2 -0
- package/dist/service/wafv2/evaluate/sim-waf-evaluation-request.js.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-inspected-request.d.ts +41 -0
- package/dist/service/wafv2/evaluate/sim-waf-inspected-request.d.ts.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-inspected-request.js +30 -0
- package/dist/service/wafv2/evaluate/sim-waf-inspected-request.js.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-request-labels.d.ts +34 -0
- package/dist/service/wafv2/evaluate/sim-waf-request-labels.d.ts.map +1 -0
- package/dist/service/wafv2/evaluate/sim-waf-request-labels.js +43 -0
- package/dist/service/wafv2/evaluate/sim-waf-request-labels.js.map +1 -0
- package/dist/service/wafv2/index.d.ts +35 -0
- package/dist/service/wafv2/index.d.ts.map +1 -0
- package/dist/service/wafv2/index.js +24 -0
- package/dist/service/wafv2/index.js.map +1 -0
- package/dist/service/wafv2/ip-set/sim-waf-ip-set.d.ts +45 -0
- package/dist/service/wafv2/ip-set/sim-waf-ip-set.d.ts.map +1 -0
- package/dist/service/wafv2/ip-set/sim-waf-ip-set.js +81 -0
- package/dist/service/wafv2/ip-set/sim-waf-ip-set.js.map +1 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-components.d.ts +40 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-components.d.ts.map +1 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-components.js +47 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-components.js.map +1 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-patterns.d.ts +61 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-patterns.d.ts.map +1 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-patterns.js +121 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-patterns.js.map +1 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-sizes.d.ts +15 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-sizes.d.ts.map +1 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-sizes.js +15 -0
- package/dist/service/wafv2/managed/detect/sim-waf-managed-sizes.js.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-admin-protection.d.ts +10 -0
- package/dist/service/wafv2/managed/group/sim-waf-admin-protection.d.ts.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-admin-protection.js +23 -0
- package/dist/service/wafv2/managed/group/sim-waf-admin-protection.js.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-common-rule-set.d.ts +16 -0
- package/dist/service/wafv2/managed/group/sim-waf-common-rule-set.d.ts.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-common-rule-set.js +22 -0
- package/dist/service/wafv2/managed/group/sim-waf-common-rule-set.js.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-core-payload-rules.d.ts +11 -0
- package/dist/service/wafv2/managed/group/sim-waf-core-payload-rules.d.ts.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-core-payload-rules.js +105 -0
- package/dist/service/wafv2/managed/group/sim-waf-core-payload-rules.js.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-core-request-rules.d.ts +11 -0
- package/dist/service/wafv2/managed/group/sim-waf-core-request-rules.d.ts.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-core-request-rules.js +49 -0
- package/dist/service/wafv2/managed/group/sim-waf-core-request-rules.js.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-known-bad-inputs.d.ts +14 -0
- package/dist/service/wafv2/managed/group/sim-waf-known-bad-inputs.d.ts.map +1 -0
- package/dist/service/wafv2/managed/group/sim-waf-known-bad-inputs.js +87 -0
- package/dist/service/wafv2/managed/group/sim-waf-known-bad-inputs.js.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group-input.d.ts +20 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group-input.d.ts.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group-input.js +64 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group-input.js.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group-statement.d.ts +25 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group-statement.d.ts.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group-statement.js +61 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group-statement.js.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group.type.d.ts +35 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group.type.d.ts.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group.type.js +2 -0
- package/dist/service/wafv2/managed/sim-waf-managed-group.type.js.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-request.d.ts +45 -0
- package/dist/service/wafv2/managed/sim-waf-managed-request.d.ts.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-request.js +38 -0
- package/dist/service/wafv2/managed/sim-waf-managed-request.js.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-groups.d.ts +39 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-groups.d.ts.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-groups.js +53 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-groups.js.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-overrides.d.ts +13 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-overrides.d.ts.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-overrides.js +25 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-overrides.js.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-report.d.ts +20 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-report.d.ts.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-report.js +17 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule-report.js.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule.type.d.ts +48 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule.type.d.ts.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule.type.js +2 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rule.type.js.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rules.d.ts +59 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rules.d.ts.map +1 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rules.js +73 -0
- package/dist/service/wafv2/managed/sim-waf-managed-rules.js.map +1 -0
- package/dist/service/wafv2/regex-pattern-set/sim-waf-regex-pattern-set.d.ts +37 -0
- package/dist/service/wafv2/regex-pattern-set/sim-waf-regex-pattern-set.d.ts.map +1 -0
- package/dist/service/wafv2/regex-pattern-set/sim-waf-regex-pattern-set.js +46 -0
- package/dist/service/wafv2/regex-pattern-set/sim-waf-regex-pattern-set.js.map +1 -0
- package/dist/service/wafv2/regex-pattern-set/sim-waf-regular-expressions.d.ts +15 -0
- package/dist/service/wafv2/regex-pattern-set/sim-waf-regular-expressions.d.ts.map +1 -0
- package/dist/service/wafv2/regex-pattern-set/sim-waf-regular-expressions.js +27 -0
- package/dist/service/wafv2/regex-pattern-set/sim-waf-regular-expressions.js.map +1 -0
- package/dist/service/wafv2/resource/sim-waf-resource-store.d.ts +52 -0
- package/dist/service/wafv2/resource/sim-waf-resource-store.d.ts.map +1 -0
- package/dist/service/wafv2/resource/sim-waf-resource-store.js +75 -0
- package/dist/service/wafv2/resource/sim-waf-resource-store.js.map +1 -0
- package/dist/service/wafv2/resource/sim-waf-resource.d.ts +60 -0
- package/dist/service/wafv2/resource/sim-waf-resource.d.ts.map +1 -0
- package/dist/service/wafv2/resource/sim-waf-resource.js +77 -0
- package/dist/service/wafv2/resource/sim-waf-resource.js.map +1 -0
- package/dist/service/wafv2/scope/sim-waf-scope.d.ts +29 -0
- package/dist/service/wafv2/scope/sim-waf-scope.d.ts.map +1 -0
- package/dist/service/wafv2/scope/sim-waf-scope.js +34 -0
- package/dist/service/wafv2/scope/sim-waf-scope.js.map +1 -0
- package/dist/service/wafv2/sdk/sim-wafv2-sdk-command-router.d.ts +18 -0
- package/dist/service/wafv2/sdk/sim-wafv2-sdk-command-router.d.ts.map +1 -0
- package/dist/service/wafv2/sdk/sim-wafv2-sdk-command-router.js +104 -0
- package/dist/service/wafv2/sdk/sim-wafv2-sdk-command-router.js.map +1 -0
- package/dist/service/wafv2/sim-wafv2-arn.d.ts +47 -0
- package/dist/service/wafv2/sim-wafv2-arn.d.ts.map +1 -0
- package/dist/service/wafv2/sim-wafv2-arn.js +44 -0
- package/dist/service/wafv2/sim-wafv2-arn.js.map +1 -0
- package/dist/service/wafv2/sim-wafv2-commands.d.ts +55 -0
- package/dist/service/wafv2/sim-wafv2-commands.d.ts.map +1 -0
- package/dist/service/wafv2/sim-wafv2-commands.js +78 -0
- package/dist/service/wafv2/sim-wafv2-commands.js.map +1 -0
- package/dist/service/wafv2/sim-wafv2-sets.d.ts +57 -0
- package/dist/service/wafv2/sim-wafv2-sets.d.ts.map +1 -0
- package/dist/service/wafv2/sim-wafv2-sets.js +86 -0
- package/dist/service/wafv2/sim-wafv2-sets.js.map +1 -0
- package/dist/service/wafv2/sim-wafv2.d.ts +139 -0
- package/dist/service/wafv2/sim-wafv2.d.ts.map +1 -0
- package/dist/service/wafv2/sim-wafv2.fixture.d.ts +50 -0
- package/dist/service/wafv2/sim-wafv2.fixture.d.ts.map +1 -0
- package/dist/service/wafv2/sim-wafv2.fixture.js +63 -0
- package/dist/service/wafv2/sim-wafv2.fixture.js.map +1 -0
- package/dist/service/wafv2/sim-wafv2.js +186 -0
- package/dist/service/wafv2/sim-wafv2.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-byte-match.d.ts +18 -0
- package/dist/service/wafv2/statement/sim-waf-byte-match.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-byte-match.js +69 -0
- package/dist/service/wafv2/statement/sim-waf-byte-match.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-field-content.d.ts +42 -0
- package/dist/service/wafv2/statement/sim-waf-field-content.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-field-content.js +62 -0
- package/dist/service/wafv2/statement/sim-waf-field-content.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-field-match.d.ts +29 -0
- package/dist/service/wafv2/statement/sim-waf-field-match.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-field-match.js +21 -0
- package/dist/service/wafv2/statement/sim-waf-field-match.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-field-to-match.d.ts +17 -0
- package/dist/service/wafv2/statement/sim-waf-field-to-match.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-field-to-match.js +74 -0
- package/dist/service/wafv2/statement/sim-waf-field-to-match.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-field-to-match.type.d.ts +42 -0
- package/dist/service/wafv2/statement/sim-waf-field-to-match.type.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-field-to-match.type.js +2 -0
- package/dist/service/wafv2/statement/sim-waf-field-to-match.type.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-label-match.d.ts +22 -0
- package/dist/service/wafv2/statement/sim-waf-label-match.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-label-match.js +27 -0
- package/dist/service/wafv2/statement/sim-waf-label-match.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-logical-statement.d.ts +11 -0
- package/dist/service/wafv2/statement/sim-waf-logical-statement.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-logical-statement.js +36 -0
- package/dist/service/wafv2/statement/sim-waf-logical-statement.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-match-pattern.d.ts +28 -0
- package/dist/service/wafv2/statement/sim-waf-match-pattern.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-match-pattern.js +26 -0
- package/dist/service/wafv2/statement/sim-waf-match-pattern.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-regex-match.d.ts +29 -0
- package/dist/service/wafv2/statement/sim-waf-regex-match.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-regex-match.js +38 -0
- package/dist/service/wafv2/statement/sim-waf-regex-match.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-regex.d.ts +15 -0
- package/dist/service/wafv2/statement/sim-waf-regex.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-regex.js +29 -0
- package/dist/service/wafv2/statement/sim-waf-regex.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-request-fields.d.ts +42 -0
- package/dist/service/wafv2/statement/sim-waf-request-fields.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-request-fields.js +74 -0
- package/dist/service/wafv2/statement/sim-waf-request-fields.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-rule-refusals.d.ts +14 -0
- package/dist/service/wafv2/statement/sim-waf-rule-refusals.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-rule-refusals.js +21 -0
- package/dist/service/wafv2/statement/sim-waf-rule-refusals.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-set-field.d.ts +12 -0
- package/dist/service/wafv2/statement/sim-waf-set-field.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-set-field.js +37 -0
- package/dist/service/wafv2/statement/sim-waf-set-field.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-size-constraint.d.ts +17 -0
- package/dist/service/wafv2/statement/sim-waf-size-constraint.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-size-constraint.js +30 -0
- package/dist/service/wafv2/statement/sim-waf-size-constraint.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-statement.d.ts +21 -0
- package/dist/service/wafv2/statement/sim-waf-statement.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-statement.js +64 -0
- package/dist/service/wafv2/statement/sim-waf-statement.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-statement.type.d.ts +48 -0
- package/dist/service/wafv2/statement/sim-waf-statement.type.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-statement.type.js +2 -0
- package/dist/service/wafv2/statement/sim-waf-statement.type.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-text-transformation.d.ts +20 -0
- package/dist/service/wafv2/statement/sim-waf-text-transformation.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-text-transformation.js +76 -0
- package/dist/service/wafv2/statement/sim-waf-text-transformation.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-unsimulated-field.d.ts +11 -0
- package/dist/service/wafv2/statement/sim-waf-unsimulated-field.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-unsimulated-field.js +50 -0
- package/dist/service/wafv2/statement/sim-waf-unsimulated-field.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-unsimulated-statement.d.ts +6 -0
- package/dist/service/wafv2/statement/sim-waf-unsimulated-statement.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-unsimulated-statement.js +38 -0
- package/dist/service/wafv2/statement/sim-waf-unsimulated-statement.js.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-url-decode.d.ts +13 -0
- package/dist/service/wafv2/statement/sim-waf-url-decode.d.ts.map +1 -0
- package/dist/service/wafv2/statement/sim-waf-url-decode.js +51 -0
- package/dist/service/wafv2/statement/sim-waf-url-decode.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-action-input.d.ts +19 -0
- package/dist/service/wafv2/web-acl/sim-waf-action-input.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-action-input.js +62 -0
- package/dist/service/wafv2/web-acl/sim-waf-action-input.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-action.d.ts +27 -0
- package/dist/service/wafv2/web-acl/sim-waf-action.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-action.js +55 -0
- package/dist/service/wafv2/web-acl/sim-waf-action.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-action.type.d.ts +25 -0
- package/dist/service/wafv2/web-acl/sim-waf-action.type.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-action.type.js +2 -0
- package/dist/service/wafv2/web-acl/sim-waf-action.type.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-custom-response.d.ts +26 -0
- package/dist/service/wafv2/web-acl/sim-waf-custom-response.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-custom-response.js +64 -0
- package/dist/service/wafv2/web-acl/sim-waf-custom-response.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-custom-response.type.d.ts +48 -0
- package/dist/service/wafv2/web-acl/sim-waf-custom-response.type.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-custom-response.type.js +2 -0
- package/dist/service/wafv2/web-acl/sim-waf-custom-response.type.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-evaluator.d.ts +11 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-evaluator.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-evaluator.js +39 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-evaluator.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-input.d.ts +15 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-input.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-input.js +44 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-input.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-labels.d.ts +15 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-labels.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-labels.js +17 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule-labels.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.d.ts +30 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.factory.d.ts +39 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.factory.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.factory.js +63 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.factory.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.js +53 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.type.d.ts +50 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.type.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.type.js +2 -0
- package/dist/service/wafv2/web-acl/sim-waf-rule.type.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rules.d.ts +23 -0
- package/dist/service/wafv2/web-acl/sim-waf-rules.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-rules.js +43 -0
- package/dist/service/wafv2/web-acl/sim-waf-rules.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-statement-capacity.d.ts +11 -0
- package/dist/service/wafv2/web-acl/sim-waf-statement-capacity.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-statement-capacity.js +57 -0
- package/dist/service/wafv2/web-acl/sim-waf-statement-capacity.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl-capacity.d.ts +15 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl-capacity.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl-capacity.js +58 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl-capacity.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl-configuration.d.ts +23 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl-configuration.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl-configuration.js +18 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl-configuration.js.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl.d.ts +52 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl.d.ts.map +1 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl.js +85 -0
- package/dist/service/wafv2/web-acl/sim-waf-web-acl.js.map +1 -0
- package/dist/util/filesystem/test-sam-endpoint-methods.d.ts +9 -0
- package/dist/util/filesystem/test-sam-endpoint-methods.d.ts.map +1 -0
- package/dist/util/filesystem/test-sam-endpoint-methods.js +25 -0
- package/dist/util/filesystem/test-sam-endpoint-methods.js.map +1 -0
- package/dist/util/filesystem/test-sam-project.d.ts +57 -0
- package/dist/util/filesystem/test-sam-project.d.ts.map +1 -0
- package/dist/util/filesystem/test-sam-project.js +101 -0
- package/dist/util/filesystem/test-sam-project.js.map +1 -0
- package/dist/util/jwt/sim-jwt-bearer-token.d.ts +9 -0
- package/dist/util/jwt/sim-jwt-bearer-token.d.ts.map +1 -0
- package/dist/{service/apigatewayv2/api/authorizer/sim-http-api-bearer-token.js → util/jwt/sim-jwt-bearer-token.js} +6 -6
- package/dist/util/jwt/sim-jwt-bearer-token.js.map +1 -0
- package/dist/util/jwt/sim-jwt-claim-strings.d.ts +13 -0
- package/dist/util/jwt/sim-jwt-claim-strings.d.ts.map +1 -0
- package/dist/util/jwt/sim-jwt-claim-strings.js +37 -0
- package/dist/util/jwt/sim-jwt-claim-strings.js.map +1 -0
- package/dist/util/jwt/sim-jwt-scopes.d.ts +9 -0
- package/dist/util/jwt/sim-jwt-scopes.d.ts.map +1 -0
- package/dist/util/jwt/sim-jwt-scopes.js +35 -0
- package/dist/util/jwt/sim-jwt-scopes.js.map +1 -0
- package/dist/util/jwt/sim-jwt-time-claims.d.ts +31 -0
- package/dist/util/jwt/sim-jwt-time-claims.d.ts.map +1 -0
- package/dist/util/jwt/sim-jwt-time-claims.js +37 -0
- package/dist/util/jwt/sim-jwt-time-claims.js.map +1 -0
- package/dist/watch/sim-watch-file-poll.d.ts +59 -0
- package/dist/watch/sim-watch-file-poll.d.ts.map +1 -0
- package/dist/watch/sim-watch-file-poll.js +75 -0
- package/dist/watch/sim-watch-file-poll.js.map +1 -0
- package/dist/watch/sim-watch.config.d.ts +1 -0
- package/dist/watch/sim-watch.config.d.ts.map +1 -1
- package/dist/watch/sim-watch.config.js +10 -0
- package/dist/watch/sim-watch.config.js.map +1 -1
- package/package.json +14 -2
- package/dist/serve/payload-2/sim-payload-2-body-encoding.d.ts.map +0 -1
- package/dist/serve/payload-2/sim-payload-2-body-encoding.js.map +0 -1
- package/dist/serve/payload-2/sim-payload-2-event-time.d.ts +0 -9
- package/dist/serve/payload-2/sim-payload-2-event-time.d.ts.map +0 -1
- package/dist/serve/payload-2/sim-payload-2-event-time.js.map +0 -1
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-bearer-token.d.ts +0 -9
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-bearer-token.d.ts.map +0 -1
- package/dist/service/apigatewayv2/api/authorizer/sim-http-api-bearer-token.js.map +0 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { SimRestApiResourceStore } from "../resource/sim-rest-api-resource-store.js";
|
|
2
|
+
import type { SimRestApiResource } from "../resource/sim-rest-api-resource.js";
|
|
3
|
+
/**
|
|
4
|
+
* The resource a request path reached, and the path parameters captured on the
|
|
5
|
+
* way to it.
|
|
6
|
+
*/
|
|
7
|
+
export interface SimRestApiResourceMatch {
|
|
8
|
+
readonly resource: SimRestApiResource;
|
|
9
|
+
readonly pathParameters: Readonly<Record<string, string>>;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Walks a request path down a REST API's resource tree.
|
|
13
|
+
*
|
|
14
|
+
* At each segment the children are tried in the order real API Gateway
|
|
15
|
+
* resolves them: an exact literal first, then a single-segment `{name}` path
|
|
16
|
+
* parameter, then a greedy `{name+}` one that takes the rest of the path. That
|
|
17
|
+
* order is what makes `/orders/new` reach a literal `new` resource where an
|
|
18
|
+
* `{orderId}` sibling would otherwise have caught it.
|
|
19
|
+
*/
|
|
20
|
+
export declare class SimRestApiResourceWalk {
|
|
21
|
+
/**
|
|
22
|
+
* Find the resource a request path reaches, if the tree has one.
|
|
23
|
+
*/
|
|
24
|
+
walk(resources: SimRestApiResourceStore, segments: readonly string[]): SimRestApiResourceMatch | undefined;
|
|
25
|
+
private from;
|
|
26
|
+
/**
|
|
27
|
+
* Follow a child whose path part is the segment itself.
|
|
28
|
+
*/
|
|
29
|
+
private literal;
|
|
30
|
+
/**
|
|
31
|
+
* Follow a `{name}` child, capturing the segment it stands for.
|
|
32
|
+
*/
|
|
33
|
+
private parameter;
|
|
34
|
+
/**
|
|
35
|
+
* Follow a `{name+}` child, which takes every segment that is left.
|
|
36
|
+
*/
|
|
37
|
+
private greedy;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=sim-rest-api-resource-walk.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-resource-walk.d.ts","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/match/sim-rest-api-resource-walk.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,4CAA4C,CAAC;AAC1F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,QAAQ,EAAE,kBAAkB,CAAC;IACtC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;CAC3D;AAED;;;;;;;;GAQG;AACH,qBAAa,sBAAsB;IACjC;;OAEG;IACH,IAAI,CACF,SAAS,EAAE,uBAAuB,EAClC,QAAQ,EAAE,SAAS,MAAM,EAAE,GAC1B,uBAAuB,GAAG,SAAS,CAErC;IAED,OAAO,CAAC,IAAI;IAmBZ;;OAEG;IACH,OAAO,CAAC,OAAO;IAiBf;;OAEG;IACH,OAAO,CAAC,SAAS;IAsBjB;;OAEG;IACH,OAAO,CAAC,MAAM;CAoBf"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Walks a request path down a REST API's resource tree.
|
|
3
|
+
*
|
|
4
|
+
* At each segment the children are tried in the order real API Gateway
|
|
5
|
+
* resolves them: an exact literal first, then a single-segment `{name}` path
|
|
6
|
+
* parameter, then a greedy `{name+}` one that takes the rest of the path. That
|
|
7
|
+
* order is what makes `/orders/new` reach a literal `new` resource where an
|
|
8
|
+
* `{orderId}` sibling would otherwise have caught it.
|
|
9
|
+
*/
|
|
10
|
+
export class SimRestApiResourceWalk {
|
|
11
|
+
/**
|
|
12
|
+
* Find the resource a request path reaches, if the tree has one.
|
|
13
|
+
*/
|
|
14
|
+
walk(resources, segments) {
|
|
15
|
+
return this.from(resources, resources.root, segments, {});
|
|
16
|
+
}
|
|
17
|
+
from(resources, resource, segments, captured) {
|
|
18
|
+
if (segments.length === 0) {
|
|
19
|
+
return { resource, pathParameters: captured };
|
|
20
|
+
}
|
|
21
|
+
const children = resources.children(resource.resourceId);
|
|
22
|
+
return (this.literal(resources, children, segments, captured) ??
|
|
23
|
+
this.parameter(resources, children, segments, captured) ??
|
|
24
|
+
this.greedy(children, segments, captured));
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Follow a child whose path part is the segment itself.
|
|
28
|
+
*/
|
|
29
|
+
literal(resources, children, segments, captured) {
|
|
30
|
+
const child = children.find((one) => one.pathPart?.parameterName === undefined &&
|
|
31
|
+
one.pathPart?.pathPart === segments[0]);
|
|
32
|
+
return child === undefined
|
|
33
|
+
? undefined
|
|
34
|
+
: this.from(resources, child, segments.slice(1), captured);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Follow a `{name}` child, capturing the segment it stands for.
|
|
38
|
+
*/
|
|
39
|
+
parameter(resources, children, segments, captured) {
|
|
40
|
+
const child = children.find((one) => one.pathPart?.parameterName !== undefined && !one.greedy);
|
|
41
|
+
const name = child?.pathPart?.parameterName;
|
|
42
|
+
if (child === undefined || name === undefined) {
|
|
43
|
+
return undefined;
|
|
44
|
+
}
|
|
45
|
+
return this.from(resources, child, segments.slice(1), {
|
|
46
|
+
...captured,
|
|
47
|
+
/* v8 ignore next -- the walk only recurses while a segment is left */
|
|
48
|
+
[name]: decodedSegment(segments[0] ?? ""),
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Follow a `{name+}` child, which takes every segment that is left.
|
|
53
|
+
*/
|
|
54
|
+
greedy(children, segments, captured) {
|
|
55
|
+
const child = children.find((one) => one.greedy);
|
|
56
|
+
const name = child?.pathPart?.parameterName;
|
|
57
|
+
if (child === undefined || name === undefined) {
|
|
58
|
+
return undefined;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
resource: child,
|
|
62
|
+
pathParameters: {
|
|
63
|
+
...captured,
|
|
64
|
+
[name]: segments.map((segment) => decodedSegment(segment)).join("/"),
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* A path segment as a handler reads it. API Gateway percent-decodes what it
|
|
71
|
+
* puts in `pathParameters`, and leaves a segment it cannot decode alone.
|
|
72
|
+
*/
|
|
73
|
+
function decodedSegment(segment) {
|
|
74
|
+
try {
|
|
75
|
+
return decodeURIComponent(segment);
|
|
76
|
+
}
|
|
77
|
+
catch {
|
|
78
|
+
return segment;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=sim-rest-api-resource-walk.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-resource-walk.js","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/match/sim-rest-api-resource-walk.ts"],"names":[],"mappings":"AAYA;;;;;;;;GAQG;AACH,MAAM,OAAO,sBAAsB;IACjC;;OAEG;IACH,IAAI,CACF,SAAkC,EAClC,QAA2B;QAE3B,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,IAAI,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC;IAC5D,CAAC;IAEO,IAAI,CACV,SAAkC,EAClC,QAA4B,EAC5B,QAA2B,EAC3B,QAA0C;QAE1C,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAC1B,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,QAAQ,EAAE,CAAC;QAChD,CAAC;QAED,MAAM,QAAQ,GAAG,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;QAEzD,OAAO,CACL,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC;YACrD,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC;YACvD,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAC1C,CAAC;IACJ,CAAC;IAED;;OAEG;IACK,OAAO,CACb,SAAkC,EAClC,QAAuC,EACvC,QAA2B,EAC3B,QAA0C;QAE1C,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CACzB,CAAC,GAAG,EAAE,EAAE,CACN,GAAG,CAAC,QAAQ,EAAE,aAAa,KAAK,SAAS;YACzC,GAAG,CAAC,QAAQ,EAAE,QAAQ,KAAK,QAAQ,CAAC,CAAC,CAAC,CACzC,CAAC;QAEF,OAAO,KAAK,KAAK,SAAS;YACxB,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC;IAC/D,CAAC;IAED;;OAEG;IACK,SAAS,CACf,SAAkC,EAClC,QAAuC,EACvC,QAA2B,EAC3B,QAA0C;QAE1C,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CACzB,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,QAAQ,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,MAAM,CAClE,CAAC;QACF,MAAM,IAAI,GAAG,KAAK,EAAE,QAAQ,EAAE,aAAa,CAAC;QAE5C,IAAI,KAAK,KAAK,SAAS,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAC9C,OAAO,SAAS,CAAC;QACnB,CAAC;QAED,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACpD,GAAG,QAAQ;YACX,sEAAsE;YACtE,CAAC,IAAI,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;SAC1C,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACK,MAAM,CACZ,QAAuC,EACvC,QAA2B,EAC3B,QAA0C;QAE1C,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QACjD,MAAM,IAAI,GAAG,KAAK,EAAE,QAAQ,EAAE,aAAa,CAAC;QAE5C,IAAI,KAAK,KAAK,SAAS,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAC9C,OAAO,SAAS,CAAC;QACnB,CAAC;QAED,OAAO;YACL,QAAQ,EAAE,KAAK;YACf,cAAc,EAAE;gBACd,GAAG,QAAQ;gBACX,CAAC,IAAI,CAAC,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC;aACrE;SACF,CAAC;IACJ,CAAC;CACF;AAED;;;GAGG;AACH,SAAS,cAAc,CAAC,OAAe;IACrC,IAAI,CAAC;QACH,OAAO,kBAAkB,CAAC,OAAO,CAAC,CAAC;IACrC,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,OAAO,CAAC;IACjB,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import type { SimRestApiLambdaUri } from "./sim-rest-api-lambda-uri.js";
|
|
2
|
+
/**
|
|
3
|
+
* The only integration type simulated: a Lambda proxy integration.
|
|
4
|
+
*
|
|
5
|
+
* `MOCK`, `HTTP`, `HTTP_PROXY` and the non-proxy `AWS` type are refused rather
|
|
6
|
+
* than treated as this one, because each of them answers a request from
|
|
7
|
+
* somewhere else entirely.
|
|
8
|
+
*/
|
|
9
|
+
export type SimRestApiIntegrationType = "AWS_PROXY";
|
|
10
|
+
/**
|
|
11
|
+
* The HTTP method API Gateway uses to call a Lambda integration. It is always
|
|
12
|
+
* `POST`, whatever method the client used, because that is the method the
|
|
13
|
+
* Lambda invoke API takes.
|
|
14
|
+
*/
|
|
15
|
+
export declare const simRestApiLambdaIntegrationHttpMethod = "POST";
|
|
16
|
+
interface SimRestApiIntegrationProperties {
|
|
17
|
+
readonly integrationType: SimRestApiIntegrationType;
|
|
18
|
+
readonly lambdaUri: SimRestApiLambdaUri;
|
|
19
|
+
readonly integrationHttpMethod: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Minimal structural integration view, as the Put and Get commands return.
|
|
23
|
+
*/
|
|
24
|
+
export interface SimRestApiIntegrationView {
|
|
25
|
+
type: SimRestApiIntegrationType;
|
|
26
|
+
httpMethod: string;
|
|
27
|
+
uri: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A simulated REST API integration: what the API does with a request one of
|
|
31
|
+
* its methods matched.
|
|
32
|
+
*
|
|
33
|
+
* Only `AWS_PROXY` is modelled, so an integration is the Lambda function the
|
|
34
|
+
* method invokes. An integration belongs to one method of one resource, unlike
|
|
35
|
+
* an HTTP API integration, which is a resource of its own that several routes
|
|
36
|
+
* can share.
|
|
37
|
+
*/
|
|
38
|
+
export declare class SimRestApiIntegration {
|
|
39
|
+
readonly integrationType: SimRestApiIntegrationType;
|
|
40
|
+
readonly lambdaUri: SimRestApiLambdaUri;
|
|
41
|
+
readonly integrationHttpMethod: string;
|
|
42
|
+
constructor(properties: SimRestApiIntegrationProperties);
|
|
43
|
+
/**
|
|
44
|
+
* Get the AWS-like view of this integration.
|
|
45
|
+
*/
|
|
46
|
+
view(): SimRestApiIntegrationView;
|
|
47
|
+
}
|
|
48
|
+
export {};
|
|
49
|
+
//# sourceMappingURL=sim-rest-api-integration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-integration.d.ts","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/method/sim-rest-api-integration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAExE;;;;;;GAMG;AACH,MAAM,MAAM,yBAAyB,GAAG,WAAW,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,qCAAqC,SAAS,CAAC;AAE5D,UAAU,+BAA+B;IACvC,QAAQ,CAAC,eAAe,EAAE,yBAAyB,CAAC;IACpD,QAAQ,CAAC,SAAS,EAAE,mBAAmB,CAAC;IACxC,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAC;CACxC;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,yBAAyB,CAAC;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;;;;;;;GAQG;AACH,qBAAa,qBAAqB;IAChC,SAAgB,eAAe,EAAE,yBAAyB,CAAC;IAC3D,SAAgB,SAAS,EAAE,mBAAmB,CAAC;IAC/C,SAAgB,qBAAqB,EAAE,MAAM,CAAC;IAE9C,YAAY,UAAU,EAAE,+BAA+B,EAItD;IAED;;OAEG;IACH,IAAI,IAAI,yBAAyB,CAMhC;CACF"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The HTTP method API Gateway uses to call a Lambda integration. It is always
|
|
3
|
+
* `POST`, whatever method the client used, because that is the method the
|
|
4
|
+
* Lambda invoke API takes.
|
|
5
|
+
*/
|
|
6
|
+
export const simRestApiLambdaIntegrationHttpMethod = "POST";
|
|
7
|
+
/**
|
|
8
|
+
* A simulated REST API integration: what the API does with a request one of
|
|
9
|
+
* its methods matched.
|
|
10
|
+
*
|
|
11
|
+
* Only `AWS_PROXY` is modelled, so an integration is the Lambda function the
|
|
12
|
+
* method invokes. An integration belongs to one method of one resource, unlike
|
|
13
|
+
* an HTTP API integration, which is a resource of its own that several routes
|
|
14
|
+
* can share.
|
|
15
|
+
*/
|
|
16
|
+
export class SimRestApiIntegration {
|
|
17
|
+
integrationType;
|
|
18
|
+
lambdaUri;
|
|
19
|
+
integrationHttpMethod;
|
|
20
|
+
constructor(properties) {
|
|
21
|
+
this.integrationType = properties.integrationType;
|
|
22
|
+
this.lambdaUri = properties.lambdaUri;
|
|
23
|
+
this.integrationHttpMethod = properties.integrationHttpMethod;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Get the AWS-like view of this integration.
|
|
27
|
+
*/
|
|
28
|
+
view() {
|
|
29
|
+
return {
|
|
30
|
+
type: this.integrationType,
|
|
31
|
+
httpMethod: this.integrationHttpMethod,
|
|
32
|
+
uri: this.lambdaUri.uri,
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=sim-rest-api-integration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-integration.js","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/method/sim-rest-api-integration.ts"],"names":[],"mappings":"AAWA;;;;GAIG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAG,MAAM,CAAC;AAiB5D;;;;;;;;GAQG;AACH,MAAM,OAAO,qBAAqB;IAChB,eAAe,CAA4B;IAC3C,SAAS,CAAsB;IAC/B,qBAAqB,CAAS;IAE9C,YAAY,UAA2C;QACrD,IAAI,CAAC,eAAe,GAAG,UAAU,CAAC,eAAe,CAAC;QAClD,IAAI,CAAC,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC;QACtC,IAAI,CAAC,qBAAqB,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAChE,CAAC;IAED;;OAEG;IACH,IAAI;QACF,OAAO;YACL,IAAI,EAAE,IAAI,CAAC,eAAe;YAC1B,UAAU,EAAE,IAAI,CAAC,qBAAqB;YACtC,GAAG,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG;SACxB,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A URI naming the Lambda function a REST API method invokes.
|
|
3
|
+
*
|
|
4
|
+
* It is written either as the bare function ARN or wrapped in the API Gateway
|
|
5
|
+
* invoke path CDK, CloudFormation and OpenAPI documents all emit. The string
|
|
6
|
+
* is kept as it was given, because `GetIntegration` echoes back what was
|
|
7
|
+
* configured rather than a form of its own, and the function ARN is held
|
|
8
|
+
* beside it for whatever has to reach the function.
|
|
9
|
+
*
|
|
10
|
+
* A version or alias qualifier on the end of the ARN is held apart from the
|
|
11
|
+
* function name, because the name finds the function and the qualifier picks
|
|
12
|
+
* which of its versions runs. Neither is resolved here. An integration built
|
|
13
|
+
* on an alias therefore follows that alias wherever it is moved to afterwards.
|
|
14
|
+
*/
|
|
15
|
+
export declare class SimRestApiLambdaUri {
|
|
16
|
+
/** The URI as it was configured, which is what the API hands back. */
|
|
17
|
+
readonly uri: string;
|
|
18
|
+
/** The function ARN the URI named, with any wrapper taken off. */
|
|
19
|
+
readonly functionArn: string;
|
|
20
|
+
readonly regionName: string;
|
|
21
|
+
readonly accountId: string;
|
|
22
|
+
readonly functionName: string;
|
|
23
|
+
readonly qualifier: string | undefined;
|
|
24
|
+
private constructor();
|
|
25
|
+
/**
|
|
26
|
+
* Read an integration URI, refusing anything other than a Lambda function.
|
|
27
|
+
*/
|
|
28
|
+
static parse(uri: string): SimRestApiLambdaUri;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=sim-rest-api-lambda-uri.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-lambda-uri.d.ts","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/method/sim-rest-api-lambda-uri.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AACH,qBAAa,mBAAmB;IAC9B,sEAAsE;IACtE,SAAgB,GAAG,EAAE,MAAM,CAAC;IAE5B,kEAAkE;IAClE,SAAgB,WAAW,EAAE,MAAM,CAAC;IAEpC,SAAgB,UAAU,EAAE,MAAM,CAAC;IACnC,SAAgB,SAAS,EAAE,MAAM,CAAC;IAClC,SAAgB,YAAY,EAAE,MAAM,CAAC;IACrC,SAAgB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAE9C,OAAO,eAcN;IAED;;OAEG;IACH,MAAM,CAAC,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB,CAe7C;CACF"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { simLambdaInvocationUriOf } from "../../../lambda/function/uri/sim-lambda-invocation-uri.js";
|
|
2
|
+
import { SimApiGatewayBadRequest } from "../../error/sim-api-gateway.error.js";
|
|
3
|
+
/**
|
|
4
|
+
* A URI naming the Lambda function a REST API method invokes.
|
|
5
|
+
*
|
|
6
|
+
* It is written either as the bare function ARN or wrapped in the API Gateway
|
|
7
|
+
* invoke path CDK, CloudFormation and OpenAPI documents all emit. The string
|
|
8
|
+
* is kept as it was given, because `GetIntegration` echoes back what was
|
|
9
|
+
* configured rather than a form of its own, and the function ARN is held
|
|
10
|
+
* beside it for whatever has to reach the function.
|
|
11
|
+
*
|
|
12
|
+
* A version or alias qualifier on the end of the ARN is held apart from the
|
|
13
|
+
* function name, because the name finds the function and the qualifier picks
|
|
14
|
+
* which of its versions runs. Neither is resolved here. An integration built
|
|
15
|
+
* on an alias therefore follows that alias wherever it is moved to afterwards.
|
|
16
|
+
*/
|
|
17
|
+
export class SimRestApiLambdaUri {
|
|
18
|
+
/** The URI as it was configured, which is what the API hands back. */
|
|
19
|
+
uri;
|
|
20
|
+
/** The function ARN the URI named, with any wrapper taken off. */
|
|
21
|
+
functionArn;
|
|
22
|
+
regionName;
|
|
23
|
+
accountId;
|
|
24
|
+
functionName;
|
|
25
|
+
qualifier;
|
|
26
|
+
constructor(properties) {
|
|
27
|
+
this.uri = properties.uri;
|
|
28
|
+
this.functionArn = properties.functionArn;
|
|
29
|
+
this.regionName = properties.regionName;
|
|
30
|
+
this.accountId = properties.accountId;
|
|
31
|
+
this.functionName = properties.functionName;
|
|
32
|
+
this.qualifier = properties.qualifier;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Read an integration URI, refusing anything other than a Lambda function.
|
|
36
|
+
*/
|
|
37
|
+
static parse(uri) {
|
|
38
|
+
const invocation = simLambdaInvocationUriOf(uri);
|
|
39
|
+
if (invocation === undefined) {
|
|
40
|
+
throw new SimApiGatewayBadRequest(`uri '${uri}' is not a simulated invocation target: an AWS_PROXY ` +
|
|
41
|
+
`integration is simulated only for a Lambda function ARN, with or ` +
|
|
42
|
+
`without a version or alias qualifier, such as ` +
|
|
43
|
+
`arn:aws:lambda:eu-west-2:111111111111:function:orders or ` +
|
|
44
|
+
`arn:aws:apigateway:eu-west-2:lambda:path/2015-03-31/functions/` +
|
|
45
|
+
`arn:aws:lambda:eu-west-2:111111111111:function:orders/invocations`);
|
|
46
|
+
}
|
|
47
|
+
return new SimRestApiLambdaUri({ ...invocation, uri });
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=sim-rest-api-lambda-uri.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-lambda-uri.js","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/method/sim-rest-api-lambda-uri.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,2DAA2D,CAAC;AACrG,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAE/E;;;;;;;;;;;;;GAaG;AACH,MAAM,OAAO,mBAAmB;IAC9B,sEAAsE;IACtD,GAAG,CAAS;IAE5B,kEAAkE;IAClD,WAAW,CAAS;IAEpB,UAAU,CAAS;IACnB,SAAS,CAAS;IAClB,YAAY,CAAS;IACrB,SAAS,CAAqB;IAE9C,YAAoB,UAOnB;QACC,IAAI,CAAC,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;QAC1B,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC,WAAW,CAAC;QAC1C,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;QACxC,IAAI,CAAC,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC;QACtC,IAAI,CAAC,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;QAC5C,IAAI,CAAC,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC;IACxC,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,KAAK,CAAC,GAAW;QACtB,MAAM,UAAU,GAAG,wBAAwB,CAAC,GAAG,CAAC,CAAC;QAEjD,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;YAC7B,MAAM,IAAI,uBAAuB,CAC/B,QAAQ,GAAG,uDAAuD;gBAChE,mEAAmE;gBACnE,gDAAgD;gBAChD,2DAA2D;gBAC3D,gEAAgE;gBAChE,mEAAmE,CACtE,CAAC;QACJ,CAAC;QAED,OAAO,IAAI,mBAAmB,CAAC,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC;IACzD,CAAC;CACF"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The scopes a method asks a token for.
|
|
3
|
+
*
|
|
4
|
+
* A method with no scopes asks for nothing beyond a token its authorizer
|
|
5
|
+
* accepted. A method with scopes is satisfied by any one of them, which is
|
|
6
|
+
* what AWS documents: the check is any-of, not all-of.
|
|
7
|
+
*
|
|
8
|
+
* Only a `COGNITO_USER_POOLS` method has them, since they are checked against
|
|
9
|
+
* the token's own `scope` claim.
|
|
10
|
+
*/
|
|
11
|
+
export declare class SimRestApiMethodScopes {
|
|
12
|
+
readonly values: readonly string[];
|
|
13
|
+
constructor(values?: readonly string[]);
|
|
14
|
+
/**
|
|
15
|
+
* Whether this method asks for no scope in particular.
|
|
16
|
+
*/
|
|
17
|
+
get isEmpty(): boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Whether a token claiming these scopes may have this method.
|
|
20
|
+
*
|
|
21
|
+
* A token claiming no scopes at all, which is every Cognito id token, meets
|
|
22
|
+
* no method scope and is refused by any method that asks for one.
|
|
23
|
+
*/
|
|
24
|
+
permits(claimed: readonly string[] | null): boolean;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=sim-rest-api-method-scopes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-method-scopes.d.ts","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/method/sim-rest-api-method-scopes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,qBAAa,sBAAsB;IACjC,SAAgB,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC;IAE1C,YAAY,MAAM,GAAE,SAAS,MAAM,EAAO,EAEzC;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;;;;OAKG;IACH,OAAO,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,GAAG,IAAI,GAAG,OAAO,CAUlD;CACF"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The scopes a method asks a token for.
|
|
3
|
+
*
|
|
4
|
+
* A method with no scopes asks for nothing beyond a token its authorizer
|
|
5
|
+
* accepted. A method with scopes is satisfied by any one of them, which is
|
|
6
|
+
* what AWS documents: the check is any-of, not all-of.
|
|
7
|
+
*
|
|
8
|
+
* Only a `COGNITO_USER_POOLS` method has them, since they are checked against
|
|
9
|
+
* the token's own `scope` claim.
|
|
10
|
+
*/
|
|
11
|
+
export class SimRestApiMethodScopes {
|
|
12
|
+
values;
|
|
13
|
+
constructor(values = []) {
|
|
14
|
+
this.values = values;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Whether this method asks for no scope in particular.
|
|
18
|
+
*/
|
|
19
|
+
get isEmpty() {
|
|
20
|
+
return this.values.length === 0;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Whether a token claiming these scopes may have this method.
|
|
24
|
+
*
|
|
25
|
+
* A token claiming no scopes at all, which is every Cognito id token, meets
|
|
26
|
+
* no method scope and is refused by any method that asks for one.
|
|
27
|
+
*/
|
|
28
|
+
permits(claimed) {
|
|
29
|
+
if (this.isEmpty) {
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
if (claimed === null) {
|
|
33
|
+
return false;
|
|
34
|
+
}
|
|
35
|
+
return claimed.some((scope) => this.values.includes(scope));
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=sim-rest-api-method-scopes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-method-scopes.js","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/method/sim-rest-api-method-scopes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,MAAM,OAAO,sBAAsB;IACjB,MAAM,CAAoB;IAE1C,YAAY,MAAM,GAAsB,EAAE;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;OAEG;IACH,IAAI,OAAO;QACT,OAAO,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,CAAC,CAAC;IAClC,CAAC;IAED;;;;;OAKG;IACH,OAAO,CAAC,OAAiC;QACvC,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;YACjB,OAAO,IAAI,CAAC;QACd,CAAC;QAED,IAAI,OAAO,KAAK,IAAI,EAAE,CAAC;YACrB,OAAO,KAAK,CAAC;QACf,CAAC;QAED,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC;IAC9D,CAAC;CACF"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import type { SimRestApiIntegration, SimRestApiIntegrationView } from "./sim-rest-api-integration.js";
|
|
2
|
+
import { SimRestApiMethodScopes } from "./sim-rest-api-method-scopes.js";
|
|
3
|
+
/**
|
|
4
|
+
* The method matching any HTTP method the client used, where no method of that
|
|
5
|
+
* name is declared on the resource.
|
|
6
|
+
*/
|
|
7
|
+
export declare const simRestApiAnyMethod = "ANY";
|
|
8
|
+
/**
|
|
9
|
+
* The authorization types simulated so far.
|
|
10
|
+
*
|
|
11
|
+
* `NONE` is an open method, `CUSTOM` sends the request through the Lambda
|
|
12
|
+
* authorizer the method names, `AWS_IAM` asks IAM whether the caller the
|
|
13
|
+
* request was attributed to may invoke the method, and `COGNITO_USER_POOLS`
|
|
14
|
+
* verifies the token against the user pools its authorizer names. A method
|
|
15
|
+
* served open where AWS would have gated it lets a test pass on a request
|
|
16
|
+
* real AWS rejects.
|
|
17
|
+
*/
|
|
18
|
+
export type SimRestApiAuthorizationType = "NONE" | "CUSTOM" | "AWS_IAM" | "COGNITO_USER_POOLS";
|
|
19
|
+
interface SimRestApiMethodProperties {
|
|
20
|
+
readonly httpMethod: string;
|
|
21
|
+
readonly authorizationType: SimRestApiAuthorizationType;
|
|
22
|
+
readonly apiKeyRequired: boolean;
|
|
23
|
+
readonly operationName?: string | undefined;
|
|
24
|
+
readonly authorizerId?: string | undefined;
|
|
25
|
+
readonly authorizationScopes?: SimRestApiMethodScopes | undefined;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Minimal structural method view, as the Put and Get commands return.
|
|
29
|
+
*/
|
|
30
|
+
export interface SimRestApiMethodView {
|
|
31
|
+
httpMethod: string;
|
|
32
|
+
authorizationType: SimRestApiAuthorizationType;
|
|
33
|
+
apiKeyRequired: boolean;
|
|
34
|
+
operationName?: string;
|
|
35
|
+
authorizerId?: string;
|
|
36
|
+
authorizationScopes?: string[];
|
|
37
|
+
methodIntegration?: SimRestApiIntegrationView;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A simulated REST API method: one HTTP method declared on one resource.
|
|
41
|
+
*
|
|
42
|
+
* The integration sits on the method rather than beside it, which is how the
|
|
43
|
+
* REST API models it. `PutIntegration` addresses a resource and an HTTP
|
|
44
|
+
* method, and `GetMethod` hands the integration back under `methodIntegration`.
|
|
45
|
+
*/
|
|
46
|
+
export declare class SimRestApiMethod {
|
|
47
|
+
readonly httpMethod: string;
|
|
48
|
+
readonly authorizationType: SimRestApiAuthorizationType;
|
|
49
|
+
readonly apiKeyRequired: boolean;
|
|
50
|
+
readonly operationName?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* The authorizer of this API a `CUSTOM` method sends its requests through.
|
|
53
|
+
* An open method names none.
|
|
54
|
+
*/
|
|
55
|
+
readonly authorizerId?: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* The scopes a `COGNITO_USER_POOLS` method asks the token for, which are
|
|
58
|
+
* the method's own rather than its authorizer's. A method of any other type
|
|
59
|
+
* asks for none.
|
|
60
|
+
*/
|
|
61
|
+
readonly authorizationScopes: SimRestApiMethodScopes;
|
|
62
|
+
/**
|
|
63
|
+
* What this method does with a request. A method with none declared is a
|
|
64
|
+
* method real API Gateway answers 500 for, and it is what `PutMethod`
|
|
65
|
+
* leaves behind until `PutIntegration` follows it.
|
|
66
|
+
*/
|
|
67
|
+
integration: SimRestApiIntegration | undefined;
|
|
68
|
+
constructor(properties: SimRestApiMethodProperties);
|
|
69
|
+
/**
|
|
70
|
+
* Get the AWS-like view of this method.
|
|
71
|
+
*/
|
|
72
|
+
view(): SimRestApiMethodView;
|
|
73
|
+
}
|
|
74
|
+
export {};
|
|
75
|
+
//# sourceMappingURL=sim-rest-api-method.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-method.d.ts","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/method/sim-rest-api-method.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,yBAAyB,EAC1B,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAEzE;;;GAGG;AACH,eAAO,MAAM,mBAAmB,QAAQ,CAAC;AAEzC;;;;;;;;;GASG;AACH,MAAM,MAAM,2BAA2B,GACnC,MAAM,GACN,QAAQ,GACR,SAAS,GACT,oBAAoB,CAAC;AAEzB,UAAU,0BAA0B;IAClC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,iBAAiB,EAAE,2BAA2B,CAAC;IACxD,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;IACjC,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5C,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3C,QAAQ,CAAC,mBAAmB,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CACnE;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,2BAA2B,CAAC;IAC/C,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,iBAAiB,CAAC,EAAE,yBAAyB,CAAC;CAC/C;AAED;;;;;;GAMG;AACH,qBAAa,gBAAgB;IAC3B,SAAgB,UAAU,EAAE,MAAM,CAAC;IACnC,SAAgB,iBAAiB,EAAE,2BAA2B,CAAC;IAC/D,SAAgB,cAAc,EAAE,OAAO,CAAC;IACxC,SAAgB,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEnD;;;OAGG;IACH,SAAgB,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAElD;;;;OAIG;IACH,SAAgB,mBAAmB,EAAE,sBAAsB,CAAC;IAE5D;;;;OAIG;IACI,WAAW,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAEtD,YAAY,UAAU,EAAE,0BAA0B,EAQjD;IAED;;OAEG;IACH,IAAI,IAAI,oBAAoB,CAwB3B;CACF"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { SimRestApiMethodScopes } from "./sim-rest-api-method-scopes.js";
|
|
2
|
+
/**
|
|
3
|
+
* The method matching any HTTP method the client used, where no method of that
|
|
4
|
+
* name is declared on the resource.
|
|
5
|
+
*/
|
|
6
|
+
export const simRestApiAnyMethod = "ANY";
|
|
7
|
+
/**
|
|
8
|
+
* A simulated REST API method: one HTTP method declared on one resource.
|
|
9
|
+
*
|
|
10
|
+
* The integration sits on the method rather than beside it, which is how the
|
|
11
|
+
* REST API models it. `PutIntegration` addresses a resource and an HTTP
|
|
12
|
+
* method, and `GetMethod` hands the integration back under `methodIntegration`.
|
|
13
|
+
*/
|
|
14
|
+
export class SimRestApiMethod {
|
|
15
|
+
httpMethod;
|
|
16
|
+
authorizationType;
|
|
17
|
+
apiKeyRequired;
|
|
18
|
+
operationName;
|
|
19
|
+
/**
|
|
20
|
+
* The authorizer of this API a `CUSTOM` method sends its requests through.
|
|
21
|
+
* An open method names none.
|
|
22
|
+
*/
|
|
23
|
+
authorizerId;
|
|
24
|
+
/**
|
|
25
|
+
* The scopes a `COGNITO_USER_POOLS` method asks the token for, which are
|
|
26
|
+
* the method's own rather than its authorizer's. A method of any other type
|
|
27
|
+
* asks for none.
|
|
28
|
+
*/
|
|
29
|
+
authorizationScopes;
|
|
30
|
+
/**
|
|
31
|
+
* What this method does with a request. A method with none declared is a
|
|
32
|
+
* method real API Gateway answers 500 for, and it is what `PutMethod`
|
|
33
|
+
* leaves behind until `PutIntegration` follows it.
|
|
34
|
+
*/
|
|
35
|
+
integration;
|
|
36
|
+
constructor(properties) {
|
|
37
|
+
this.httpMethod = properties.httpMethod;
|
|
38
|
+
this.authorizationType = properties.authorizationType;
|
|
39
|
+
this.apiKeyRequired = properties.apiKeyRequired;
|
|
40
|
+
this.operationName = properties.operationName;
|
|
41
|
+
this.authorizerId = properties.authorizerId;
|
|
42
|
+
this.authorizationScopes =
|
|
43
|
+
properties.authorizationScopes ?? new SimRestApiMethodScopes();
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Get the AWS-like view of this method.
|
|
47
|
+
*/
|
|
48
|
+
view() {
|
|
49
|
+
const view = {
|
|
50
|
+
httpMethod: this.httpMethod,
|
|
51
|
+
authorizationType: this.authorizationType,
|
|
52
|
+
apiKeyRequired: this.apiKeyRequired,
|
|
53
|
+
};
|
|
54
|
+
if (this.operationName !== undefined) {
|
|
55
|
+
view.operationName = this.operationName;
|
|
56
|
+
}
|
|
57
|
+
if (this.authorizerId !== undefined) {
|
|
58
|
+
view.authorizerId = this.authorizerId;
|
|
59
|
+
}
|
|
60
|
+
if (!this.authorizationScopes.isEmpty) {
|
|
61
|
+
view.authorizationScopes = [...this.authorizationScopes.values];
|
|
62
|
+
}
|
|
63
|
+
if (this.integration !== undefined) {
|
|
64
|
+
view.methodIntegration = this.integration.view();
|
|
65
|
+
}
|
|
66
|
+
return view;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=sim-rest-api-method.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-method.js","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/method/sim-rest-api-method.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAEzE;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,KAAK,CAAC;AAwCzC;;;;;;GAMG;AACH,MAAM,OAAO,gBAAgB;IACX,UAAU,CAAS;IACnB,iBAAiB,CAA8B;IAC/C,cAAc,CAAU;IACxB,aAAa,CAAsB;IAEnD;;;OAGG;IACa,YAAY,CAAsB;IAElD;;;;OAIG;IACa,mBAAmB,CAAyB;IAE5D;;;;OAIG;IACI,WAAW,CAAoC;IAEtD,YAAY,UAAsC;QAChD,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;QACxC,IAAI,CAAC,iBAAiB,GAAG,UAAU,CAAC,iBAAiB,CAAC;QACtD,IAAI,CAAC,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;QAChD,IAAI,CAAC,aAAa,GAAG,UAAU,CAAC,aAAa,CAAC;QAC9C,IAAI,CAAC,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;QAC5C,IAAI,CAAC,mBAAmB;YACtB,UAAU,CAAC,mBAAmB,IAAI,IAAI,sBAAsB,EAAE,CAAC;IACnE,CAAC;IAED;;OAEG;IACH,IAAI;QACF,MAAM,IAAI,GAAyB;YACjC,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,iBAAiB,EAAE,IAAI,CAAC,iBAAiB;YACzC,cAAc,EAAE,IAAI,CAAC,cAAc;SACpC,CAAC;QAEF,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,EAAE,CAAC;YACrC,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC;QAC1C,CAAC;QAED,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,EAAE,CAAC;YACpC,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC;QACxC,CAAC;QAED,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,OAAO,EAAE,CAAC;YACtC,IAAI,CAAC,mBAAmB,GAAG,CAAC,GAAG,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC;QAClE,CAAC;QAED,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,EAAE,CAAC;YACnC,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,CAAC;QACnD,CAAC;QAED,OAAO,IAAI,CAAC;IACd,CAAC;CACF"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* One segment of a REST API resource path.
|
|
3
|
+
*
|
|
4
|
+
* API Gateway builds a path out of resources rather than storing it whole, and
|
|
5
|
+
* each resource holds one segment. A segment is a literal, a `{name}` path
|
|
6
|
+
* parameter matching one segment, or a `{name+}` greedy parameter matching the
|
|
7
|
+
* rest of the path. Only one greedy parameter can appear on a path, and it is
|
|
8
|
+
* always the last segment, which is why a resource carrying one takes no
|
|
9
|
+
* children.
|
|
10
|
+
*/
|
|
11
|
+
export declare class SimRestApiPathPart {
|
|
12
|
+
readonly pathPart: string;
|
|
13
|
+
/** The parameter name, for a `{name}` or `{name+}` part. */
|
|
14
|
+
readonly parameterName: string | undefined;
|
|
15
|
+
readonly greedy: boolean;
|
|
16
|
+
private constructor();
|
|
17
|
+
/**
|
|
18
|
+
* Read a path part, refusing one real API Gateway would refuse.
|
|
19
|
+
*/
|
|
20
|
+
static parse(pathPart: string): SimRestApiPathPart;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=sim-rest-api-path-part.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-path-part.d.ts","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/resource/sim-rest-api-path-part.ts"],"names":[],"mappings":"AAaA;;;;;;;;;GASG;AACH,qBAAa,kBAAkB;IAC7B,SAAgB,QAAQ,EAAE,MAAM,CAAC;IAEjC,4DAA4D;IAC5D,SAAgB,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAElD,SAAgB,MAAM,EAAE,OAAO,CAAC;IAEhC,OAAO,eAQN;IAED;;OAEG;IACH,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,MAAM,GAAG,kBAAkB,CAgBjD;CACF"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { SimApiGatewayBadRequest } from "../../error/sim-api-gateway.error.js";
|
|
2
|
+
/**
|
|
3
|
+
* A literal path segment, or a `{name}` path parameter, or a `{name+}` greedy
|
|
4
|
+
* path parameter.
|
|
5
|
+
*/
|
|
6
|
+
const pathPartPattern = /^(?:[a-zA-Z0-9._~:@-]+|\{[a-zA-Z0-9._-]+\+?\})$/;
|
|
7
|
+
/**
|
|
8
|
+
* The name inside a `{name}` or `{name+}` path part.
|
|
9
|
+
*/
|
|
10
|
+
const parameterPattern = /^\{(?<name>[a-zA-Z0-9._-]+)(?<greedy>\+?)\}$/;
|
|
11
|
+
/**
|
|
12
|
+
* One segment of a REST API resource path.
|
|
13
|
+
*
|
|
14
|
+
* API Gateway builds a path out of resources rather than storing it whole, and
|
|
15
|
+
* each resource holds one segment. A segment is a literal, a `{name}` path
|
|
16
|
+
* parameter matching one segment, or a `{name+}` greedy parameter matching the
|
|
17
|
+
* rest of the path. Only one greedy parameter can appear on a path, and it is
|
|
18
|
+
* always the last segment, which is why a resource carrying one takes no
|
|
19
|
+
* children.
|
|
20
|
+
*/
|
|
21
|
+
export class SimRestApiPathPart {
|
|
22
|
+
pathPart;
|
|
23
|
+
/** The parameter name, for a `{name}` or `{name+}` part. */
|
|
24
|
+
parameterName;
|
|
25
|
+
greedy;
|
|
26
|
+
constructor(pathPart, parameterName, greedy) {
|
|
27
|
+
this.pathPart = pathPart;
|
|
28
|
+
this.parameterName = parameterName;
|
|
29
|
+
this.greedy = greedy;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Read a path part, refusing one real API Gateway would refuse.
|
|
33
|
+
*/
|
|
34
|
+
static parse(pathPart) {
|
|
35
|
+
if (!pathPartPattern.test(pathPart)) {
|
|
36
|
+
throw new SimApiGatewayBadRequest(`Path part '${pathPart}' is invalid. A path part is one segment, ` +
|
|
37
|
+
"written as a literal such as 'orders', a path parameter such as " +
|
|
38
|
+
"'{orderId}', or a greedy path parameter such as '{proxy+}'");
|
|
39
|
+
}
|
|
40
|
+
const groups = parameterPattern.exec(pathPart)?.groups;
|
|
41
|
+
return new SimRestApiPathPart(pathPart, groups?.["name"], groups?.["greedy"] === "+");
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=sim-rest-api-path-part.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-path-part.js","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/resource/sim-rest-api-path-part.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAE/E;;;GAGG;AACH,MAAM,eAAe,GAAG,iDAAiD,CAAC;AAE1E;;GAEG;AACH,MAAM,gBAAgB,GAAG,8CAA8C,CAAC;AAExE;;;;;;;;;GASG;AACH,MAAM,OAAO,kBAAkB;IACb,QAAQ,CAAS;IAEjC,4DAA4D;IAC5C,aAAa,CAAqB;IAElC,MAAM,CAAU;IAEhC,YACE,QAAgB,EAChB,aAAiC,EACjC,MAAe;QAEf,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;QACnC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,KAAK,CAAC,QAAgB;QAC3B,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;YACpC,MAAM,IAAI,uBAAuB,CAC/B,cAAc,QAAQ,4CAA4C;gBAChE,kEAAkE;gBAClE,4DAA4D,CAC/D,CAAC;QACJ,CAAC;QAED,MAAM,MAAM,GAAG,gBAAgB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAEvD,OAAO,IAAI,kBAAkB,CAC3B,QAAQ,EACR,MAAM,EAAE,CAAC,MAAM,CAAC,EAChB,MAAM,EAAE,CAAC,QAAQ,CAAC,KAAK,GAAG,CAC3B,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Brand } from "../../../../util/brand.type.js";
|
|
2
|
+
/**
|
|
3
|
+
* The id API Gateway allocates for one resource in a REST API's path tree.
|
|
4
|
+
*/
|
|
5
|
+
export type SimRestApiResourceId = Brand<string, "SimRestApiResourceId">;
|
|
6
|
+
/**
|
|
7
|
+
* Allocate a resource id.
|
|
8
|
+
*
|
|
9
|
+
* Real API Gateway ids are opaque short lowercase alphanumeric strings. The
|
|
10
|
+
* exact length is no part of the API contract, so only the shape is matched.
|
|
11
|
+
*/
|
|
12
|
+
export declare function makeSimRestApiResourceId(): SimRestApiResourceId;
|
|
13
|
+
//# sourceMappingURL=sim-rest-api-resource-id.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-resource-id.d.ts","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/resource/sim-rest-api-resource-id.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAE5D;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,MAAM,EAAE,sBAAsB,CAAC,CAAC;AAEzE;;;;;GAKG;AACH,wBAAgB,wBAAwB,IAAI,oBAAoB,CAE/D"}
|