@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,11 @@
|
|
|
1
|
+
import { faker } from "@faker-js/faker";
|
|
2
|
+
/**
|
|
3
|
+
* Allocate a resource id.
|
|
4
|
+
*
|
|
5
|
+
* Real API Gateway ids are opaque short lowercase alphanumeric strings. The
|
|
6
|
+
* exact length is no part of the API contract, so only the shape is matched.
|
|
7
|
+
*/
|
|
8
|
+
export function makeSimRestApiResourceId() {
|
|
9
|
+
return faker.helpers.fromRegExp(/[a-z0-9]{7}/);
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=sim-rest-api-resource-id.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-resource-id.js","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/resource/sim-rest-api-resource-id.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AASxC;;;;;GAKG;AACH,MAAM,UAAU,wBAAwB;IACtC,OAAO,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,aAAa,CAAyB,CAAC;AACzE,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import type { SimRestApiPathPart } from "./sim-rest-api-path-part.js";
|
|
2
|
+
import { type SimRestApiResourceId } from "./sim-rest-api-resource-id.js";
|
|
3
|
+
import { SimRestApiResource } from "./sim-rest-api-resource.js";
|
|
4
|
+
/**
|
|
5
|
+
* The path tree of one REST API, keyed by resource id.
|
|
6
|
+
*
|
|
7
|
+
* The tree is held flat and each resource names its parent, which is how the
|
|
8
|
+
* REST API addresses one: `GetResource` takes a resource id and nothing else,
|
|
9
|
+
* and `CreateResource` names its parent by id. Walking a request path is a
|
|
10
|
+
* matter of following parent ids, and it belongs to the serving layer.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SimRestApiResourceStore {
|
|
13
|
+
/**
|
|
14
|
+
* The root resource, which every API is created with and which cannot be
|
|
15
|
+
* deleted.
|
|
16
|
+
*/
|
|
17
|
+
readonly root: SimRestApiResource;
|
|
18
|
+
private readonly resources;
|
|
19
|
+
constructor();
|
|
20
|
+
/**
|
|
21
|
+
* Add a path part under a parent, refusing a part the parent already has.
|
|
22
|
+
*/
|
|
23
|
+
addChild(parent: SimRestApiResource, pathPart: SimRestApiPathPart): SimRestApiResource;
|
|
24
|
+
/**
|
|
25
|
+
* Find a resource by id.
|
|
26
|
+
*/
|
|
27
|
+
find(resourceId: string): SimRestApiResource | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* Find a resource by its full path.
|
|
30
|
+
*/
|
|
31
|
+
findByPath(path: string): SimRestApiResource | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The resources directly under a parent.
|
|
34
|
+
*/
|
|
35
|
+
children(parentId: SimRestApiResourceId): SimRestApiResource[];
|
|
36
|
+
/**
|
|
37
|
+
* Forget a resource and everything under it, as DeleteResource does.
|
|
38
|
+
*
|
|
39
|
+
* Real API Gateway deletes the subtree with the resource. A caller tearing a
|
|
40
|
+
* path down therefore names only the top of it.
|
|
41
|
+
*
|
|
42
|
+
* The root is refused here rather than in the command, because this store
|
|
43
|
+
* creates the root and is what would be left holding a tree with no node to
|
|
44
|
+
* hang a path on.
|
|
45
|
+
*/
|
|
46
|
+
remove(resource: SimRestApiResource): void;
|
|
47
|
+
/**
|
|
48
|
+
* Every resource of this API, the root first.
|
|
49
|
+
*/
|
|
50
|
+
list(): SimRestApiResource[];
|
|
51
|
+
/**
|
|
52
|
+
* The full path a part gets under a parent. The root's own path is the
|
|
53
|
+
* separator, so a part under it takes no second one.
|
|
54
|
+
*/
|
|
55
|
+
private childPath;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=sim-rest-api-resource-store.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-resource-store.d.ts","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/resource/sim-rest-api-resource-store.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAEL,KAAK,oBAAoB,EAC1B,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,kBAAkB,EAEnB,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;GAOG;AACH,qBAAa,uBAAuB;IAClC;;;OAGG;IACH,SAAgB,IAAI,EAAE,kBAAkB,CAAC;IAEzC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAGtB;IAEJ,cAMC;IAED;;OAEG;IACH,QAAQ,CACN,MAAM,EAAE,kBAAkB,EAC1B,QAAQ,EAAE,kBAAkB,GAC3B,kBAAkB,CAkBpB;IAED;;OAEG;IACH,IAAI,CAAC,UAAU,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS,CAEvD;IAED;;OAEG;IACH,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS,CAEvD;IAED;;OAEG;IACH,QAAQ,CAAC,QAAQ,EAAE,oBAAoB,GAAG,kBAAkB,EAAE,CAE7D;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,QAAQ,EAAE,kBAAkB,GAAG,IAAI,CAYzC;IAED;;OAEG;IACH,IAAI,IAAI,kBAAkB,EAAE,CAE3B;IAED;;;OAGG;IACH,OAAO,CAAC,SAAS;CAQlB"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { SimApiGatewayBadRequest, SimApiGatewayConflict, } from "../../error/sim-api-gateway.error.js";
|
|
2
|
+
import { makeSimRestApiResourceId, } from "./sim-rest-api-resource-id.js";
|
|
3
|
+
import { SimRestApiResource, simRestApiRootPath, } from "./sim-rest-api-resource.js";
|
|
4
|
+
/**
|
|
5
|
+
* The path tree of one REST API, keyed by resource id.
|
|
6
|
+
*
|
|
7
|
+
* The tree is held flat and each resource names its parent, which is how the
|
|
8
|
+
* REST API addresses one: `GetResource` takes a resource id and nothing else,
|
|
9
|
+
* and `CreateResource` names its parent by id. Walking a request path is a
|
|
10
|
+
* matter of following parent ids, and it belongs to the serving layer.
|
|
11
|
+
*/
|
|
12
|
+
export class SimRestApiResourceStore {
|
|
13
|
+
/**
|
|
14
|
+
* The root resource, which every API is created with and which cannot be
|
|
15
|
+
* deleted.
|
|
16
|
+
*/
|
|
17
|
+
root;
|
|
18
|
+
resources = new Map();
|
|
19
|
+
constructor() {
|
|
20
|
+
this.root = new SimRestApiResource({
|
|
21
|
+
resourceId: makeSimRestApiResourceId(),
|
|
22
|
+
path: simRestApiRootPath,
|
|
23
|
+
});
|
|
24
|
+
this.resources.set(this.root.resourceId, this.root);
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Add a path part under a parent, refusing a part the parent already has.
|
|
28
|
+
*/
|
|
29
|
+
addChild(parent, pathPart) {
|
|
30
|
+
const path = this.childPath(parent, pathPart);
|
|
31
|
+
if (this.findByPath(path) !== undefined) {
|
|
32
|
+
throw new SimApiGatewayConflict(`Another resource with the same parent already has this name: ${pathPart.pathPart}`);
|
|
33
|
+
}
|
|
34
|
+
const resource = new SimRestApiResource({
|
|
35
|
+
resourceId: makeSimRestApiResourceId(),
|
|
36
|
+
parentId: parent.resourceId,
|
|
37
|
+
pathPart,
|
|
38
|
+
path,
|
|
39
|
+
});
|
|
40
|
+
this.resources.set(resource.resourceId, resource);
|
|
41
|
+
return resource;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Find a resource by id.
|
|
45
|
+
*/
|
|
46
|
+
find(resourceId) {
|
|
47
|
+
return this.resources.get(resourceId);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Find a resource by its full path.
|
|
51
|
+
*/
|
|
52
|
+
findByPath(path) {
|
|
53
|
+
return this.list().find((resource) => resource.path === path);
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* The resources directly under a parent.
|
|
57
|
+
*/
|
|
58
|
+
children(parentId) {
|
|
59
|
+
return this.list().filter((resource) => resource.parentId === parentId);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Forget a resource and everything under it, as DeleteResource does.
|
|
63
|
+
*
|
|
64
|
+
* Real API Gateway deletes the subtree with the resource. A caller tearing a
|
|
65
|
+
* path down therefore names only the top of it.
|
|
66
|
+
*
|
|
67
|
+
* The root is refused here rather than in the command, because this store
|
|
68
|
+
* creates the root and is what would be left holding a tree with no node to
|
|
69
|
+
* hang a path on.
|
|
70
|
+
*/
|
|
71
|
+
remove(resource) {
|
|
72
|
+
if (resource.resourceId === this.root.resourceId) {
|
|
73
|
+
throw new SimApiGatewayBadRequest("The root resource cannot be deleted, as every REST API has one");
|
|
74
|
+
}
|
|
75
|
+
for (const child of this.children(resource.resourceId)) {
|
|
76
|
+
this.remove(child);
|
|
77
|
+
}
|
|
78
|
+
this.resources.delete(resource.resourceId);
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Every resource of this API, the root first.
|
|
82
|
+
*/
|
|
83
|
+
list() {
|
|
84
|
+
return this.resources.values().toArray();
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* The full path a part gets under a parent. The root's own path is the
|
|
88
|
+
* separator, so a part under it takes no second one.
|
|
89
|
+
*/
|
|
90
|
+
childPath(parent, pathPart) {
|
|
91
|
+
return parent.path === simRestApiRootPath
|
|
92
|
+
? `${simRestApiRootPath}${pathPart.pathPart}`
|
|
93
|
+
: `${parent.path}/${pathPart.pathPart}`;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
//# sourceMappingURL=sim-rest-api-resource-store.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-resource-store.js","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/resource/sim-rest-api-resource-store.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,qBAAqB,GACtB,MAAM,sCAAsC,CAAC;AAE9C,OAAO,EACL,wBAAwB,GAEzB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,4BAA4B,CAAC;AAEpC;;;;;;;GAOG;AACH,MAAM,OAAO,uBAAuB;IAClC;;;OAGG;IACa,IAAI,CAAqB;IAExB,SAAS,GAAG,IAAI,GAAG,EAGjC,CAAC;IAEJ;QACE,IAAI,CAAC,IAAI,GAAG,IAAI,kBAAkB,CAAC;YACjC,UAAU,EAAE,wBAAwB,EAAE;YACtC,IAAI,EAAE,kBAAkB;SACzB,CAAC,CAAC;QACH,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,MAA0B,EAC1B,QAA4B;QAE5B,MAAM,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QAE9C,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,SAAS,EAAE,CAAC;YACxC,MAAM,IAAI,qBAAqB,CAC7B,gEAAgE,QAAQ,CAAC,QAAQ,EAAE,CACpF,CAAC;QACJ,CAAC;QAED,MAAM,QAAQ,GAAG,IAAI,kBAAkB,CAAC;YACtC,UAAU,EAAE,wBAAwB,EAAE;YACtC,QAAQ,EAAE,MAAM,CAAC,UAAU;YAC3B,QAAQ;YACR,IAAI;SACL,CAAC,CAAC;QACH,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;QAElD,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED;;OAEG;IACH,IAAI,CAAC,UAAkB;QACrB,OAAO,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,UAAkC,CAAC,CAAC;IAChE,CAAC;IAED;;OAEG;IACH,UAAU,CAAC,IAAY;QACrB,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC;IAChE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,QAA8B;QACrC,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC,MAAM,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,QAAQ,KAAK,QAAQ,CAAC,CAAC;IAC1E,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,QAA4B;QACjC,IAAI,QAAQ,CAAC,UAAU,KAAK,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;YACjD,MAAM,IAAI,uBAAuB,CAC/B,gEAAgE,CACjE,CAAC;QACJ,CAAC;QAED,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,CAAC;YACvD,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QACrB,CAAC;QAED,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;IAC7C,CAAC;IAED;;OAEG;IACH,IAAI;QACF,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,CAAC;IAC3C,CAAC;IAED;;;OAGG;IACK,SAAS,CACf,MAA0B,EAC1B,QAA4B;QAE5B,OAAO,MAAM,CAAC,IAAI,KAAK,kBAAkB;YACvC,CAAC,CAAC,GAAG,kBAAkB,GAAG,QAAQ,CAAC,QAAQ,EAAE;YAC7C,CAAC,CAAC,GAAG,MAAM,CAAC,IAAI,IAAI,QAAQ,CAAC,QAAQ,EAAE,CAAC;IAC5C,CAAC;CACF"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import type { SimRestApiMethod, SimRestApiMethodView } from "../method/sim-rest-api-method.js";
|
|
2
|
+
import type { SimRestApiPathPart } from "./sim-rest-api-path-part.js";
|
|
3
|
+
import type { SimRestApiResourceId } from "./sim-rest-api-resource-id.js";
|
|
4
|
+
/**
|
|
5
|
+
* The path of the root resource, which every API is created with.
|
|
6
|
+
*/
|
|
7
|
+
export declare const simRestApiRootPath = "/";
|
|
8
|
+
interface SimRestApiResourceProperties {
|
|
9
|
+
readonly resourceId: SimRestApiResourceId;
|
|
10
|
+
readonly parentId?: SimRestApiResourceId | undefined;
|
|
11
|
+
readonly pathPart?: SimRestApiPathPart | undefined;
|
|
12
|
+
readonly path: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Minimal structural resource view, as the Create and Get commands return.
|
|
16
|
+
*/
|
|
17
|
+
export interface SimRestApiResourceView {
|
|
18
|
+
id: string;
|
|
19
|
+
path: string;
|
|
20
|
+
parentId?: string;
|
|
21
|
+
pathPart?: string;
|
|
22
|
+
resourceMethods?: Record<string, SimRestApiMethodView>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A simulated REST API resource: one node of the API's path tree.
|
|
26
|
+
*
|
|
27
|
+
* The root resource carries no parent and no path part, and every other
|
|
28
|
+
* resource is a path part under a parent. A resource owns the methods declared
|
|
29
|
+
* on it, keyed by HTTP method, because a method is addressed by resource id
|
|
30
|
+
* and HTTP method on real AWS and none of them outlives its resource.
|
|
31
|
+
*/
|
|
32
|
+
export declare class SimRestApiResource {
|
|
33
|
+
readonly resourceId: SimRestApiResourceId;
|
|
34
|
+
readonly parentId?: SimRestApiResourceId | undefined;
|
|
35
|
+
readonly pathPart?: SimRestApiPathPart | undefined;
|
|
36
|
+
readonly path: string;
|
|
37
|
+
private readonly methods;
|
|
38
|
+
constructor(properties: SimRestApiResourceProperties);
|
|
39
|
+
/**
|
|
40
|
+
* Whether this resource captures the rest of the path, which is what a
|
|
41
|
+
* `{proxy+}` part does. Such a resource takes no children, since nothing can
|
|
42
|
+
* follow a segment that has already matched everything left.
|
|
43
|
+
*/
|
|
44
|
+
get greedy(): boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Declare a method on this resource, refusing one already declared.
|
|
47
|
+
*/
|
|
48
|
+
addMethod(method: SimRestApiMethod): void;
|
|
49
|
+
/**
|
|
50
|
+
* Find a method declared on this resource by HTTP method.
|
|
51
|
+
*/
|
|
52
|
+
findMethod(httpMethod: string): SimRestApiMethod | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Forget a method, as DeleteMethod does. Its integration goes with it,
|
|
55
|
+
* because the integration belongs to the method.
|
|
56
|
+
*/
|
|
57
|
+
removeMethod(httpMethod: string): void;
|
|
58
|
+
/**
|
|
59
|
+
* Every method declared on this resource.
|
|
60
|
+
*/
|
|
61
|
+
listMethods(): SimRestApiMethod[];
|
|
62
|
+
/**
|
|
63
|
+
* Get the AWS-like view of this resource.
|
|
64
|
+
*
|
|
65
|
+
* The methods are left out unless they were asked for, which is what the
|
|
66
|
+
* `embed` option of `GetResource` and `GetResources` decides. Real API
|
|
67
|
+
* Gateway omits them by default, and a caller reading them from an
|
|
68
|
+
* unembedded response would be reading something AWS never sends.
|
|
69
|
+
*/
|
|
70
|
+
view(options?: {
|
|
71
|
+
readonly methods?: boolean;
|
|
72
|
+
}): SimRestApiResourceView;
|
|
73
|
+
}
|
|
74
|
+
export {};
|
|
75
|
+
//# sourceMappingURL=sim-rest-api-resource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-resource.d.ts","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/resource/sim-rest-api-resource.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,kBAAkB,MAAM,CAAC;AAEtC,UAAU,4BAA4B;IACpC,QAAQ,CAAC,UAAU,EAAE,oBAAoB,CAAC;IAC1C,QAAQ,CAAC,QAAQ,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACrD,QAAQ,CAAC,QAAQ,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACnD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;CACxD;AAED;;;;;;;GAOG;AACH,qBAAa,kBAAkB;IAC7B,SAAgB,UAAU,EAAE,oBAAoB,CAAC;IACjD,SAAgB,QAAQ,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAC5D,SAAgB,QAAQ,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAC1D,SAAgB,IAAI,EAAE,MAAM,CAAC;IAE7B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAE/D,YAAY,UAAU,EAAE,4BAA4B,EAKnD;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED;;OAEG;IACH,SAAS,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI,CAQxC;IAED;;OAEG;IACH,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,gBAAgB,GAAG,SAAS,CAE3D;IAED;;;OAGG;IACH,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAErC;IAED;;OAEG;IACH,WAAW,IAAI,gBAAgB,EAAE,CAEhC;IAED;;;;;;;OAOG;IACH,IAAI,CAAC,OAAO,GAAE;QAAE,QAAQ,CAAC,OAAO,CAAC,EAAE,OAAO,CAAA;KAAO,GAAG,sBAAsB,CAqBzE;CACF"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { SimApiGatewayConflict } from "../../error/sim-api-gateway.error.js";
|
|
2
|
+
/**
|
|
3
|
+
* The path of the root resource, which every API is created with.
|
|
4
|
+
*/
|
|
5
|
+
export const simRestApiRootPath = "/";
|
|
6
|
+
/**
|
|
7
|
+
* A simulated REST API resource: one node of the API's path tree.
|
|
8
|
+
*
|
|
9
|
+
* The root resource carries no parent and no path part, and every other
|
|
10
|
+
* resource is a path part under a parent. A resource owns the methods declared
|
|
11
|
+
* on it, keyed by HTTP method, because a method is addressed by resource id
|
|
12
|
+
* and HTTP method on real AWS and none of them outlives its resource.
|
|
13
|
+
*/
|
|
14
|
+
export class SimRestApiResource {
|
|
15
|
+
resourceId;
|
|
16
|
+
parentId;
|
|
17
|
+
pathPart;
|
|
18
|
+
path;
|
|
19
|
+
methods = new Map();
|
|
20
|
+
constructor(properties) {
|
|
21
|
+
this.resourceId = properties.resourceId;
|
|
22
|
+
this.parentId = properties.parentId;
|
|
23
|
+
this.pathPart = properties.pathPart;
|
|
24
|
+
this.path = properties.path;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Whether this resource captures the rest of the path, which is what a
|
|
28
|
+
* `{proxy+}` part does. Such a resource takes no children, since nothing can
|
|
29
|
+
* follow a segment that has already matched everything left.
|
|
30
|
+
*/
|
|
31
|
+
get greedy() {
|
|
32
|
+
return this.pathPart?.greedy ?? false;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Declare a method on this resource, refusing one already declared.
|
|
36
|
+
*/
|
|
37
|
+
addMethod(method) {
|
|
38
|
+
if (this.methods.has(method.httpMethod)) {
|
|
39
|
+
throw new SimApiGatewayConflict(`Method ${method.httpMethod} already exists on resource ${this.path}`);
|
|
40
|
+
}
|
|
41
|
+
this.methods.set(method.httpMethod, method);
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Find a method declared on this resource by HTTP method.
|
|
45
|
+
*/
|
|
46
|
+
findMethod(httpMethod) {
|
|
47
|
+
return this.methods.get(httpMethod);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Forget a method, as DeleteMethod does. Its integration goes with it,
|
|
51
|
+
* because the integration belongs to the method.
|
|
52
|
+
*/
|
|
53
|
+
removeMethod(httpMethod) {
|
|
54
|
+
this.methods.delete(httpMethod);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Every method declared on this resource.
|
|
58
|
+
*/
|
|
59
|
+
listMethods() {
|
|
60
|
+
return this.methods.values().toArray();
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Get the AWS-like view of this resource.
|
|
64
|
+
*
|
|
65
|
+
* The methods are left out unless they were asked for, which is what the
|
|
66
|
+
* `embed` option of `GetResource` and `GetResources` decides. Real API
|
|
67
|
+
* Gateway omits them by default, and a caller reading them from an
|
|
68
|
+
* unembedded response would be reading something AWS never sends.
|
|
69
|
+
*/
|
|
70
|
+
view(options = {}) {
|
|
71
|
+
const view = {
|
|
72
|
+
id: this.resourceId,
|
|
73
|
+
path: this.path,
|
|
74
|
+
};
|
|
75
|
+
if (this.parentId !== undefined) {
|
|
76
|
+
view.parentId = this.parentId;
|
|
77
|
+
}
|
|
78
|
+
if (this.pathPart !== undefined) {
|
|
79
|
+
view.pathPart = this.pathPart.pathPart;
|
|
80
|
+
}
|
|
81
|
+
if (options.methods === true && this.methods.size > 0) {
|
|
82
|
+
view.resourceMethods = Object.fromEntries(this.listMethods().map((method) => [method.httpMethod, method.view()]));
|
|
83
|
+
}
|
|
84
|
+
return view;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
//# sourceMappingURL=sim-rest-api-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-resource.js","sourceRoot":"","sources":["../../../../../src/service/apigateway/api/resource/sim-rest-api-resource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAQ7E;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAAC;AAoBtC;;;;;;;GAOG;AACH,MAAM,OAAO,kBAAkB;IACb,UAAU,CAAuB;IACjC,QAAQ,CAAoC;IAC5C,QAAQ,CAAkC;IAC1C,IAAI,CAAS;IAEZ,OAAO,GAAG,IAAI,GAAG,EAA4B,CAAC;IAE/D,YAAY,UAAwC;QAClD,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;QACxC,IAAI,CAAC,QAAQ,GAAG,UAAU,CAAC,QAAQ,CAAC;QACpC,IAAI,CAAC,QAAQ,GAAG,UAAU,CAAC,QAAQ,CAAC;QACpC,IAAI,CAAC,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;IAC9B,CAAC;IAED;;;;OAIG;IACH,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,QAAQ,EAAE,MAAM,IAAI,KAAK,CAAC;IACxC,CAAC;IAED;;OAEG;IACH,SAAS,CAAC,MAAwB;QAChC,IAAI,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,CAAC;YACxC,MAAM,IAAI,qBAAqB,CAC7B,UAAU,MAAM,CAAC,UAAU,+BAA+B,IAAI,CAAC,IAAI,EAAE,CACtE,CAAC;QACJ,CAAC;QAED,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;IAC9C,CAAC;IAED;;OAEG;IACH,UAAU,CAAC,UAAkB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACtC,CAAC;IAED;;;OAGG;IACH,YAAY,CAAC,UAAkB;QAC7B,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAClC,CAAC;IAED;;OAEG;IACH,WAAW;QACT,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,CAAC;IACzC,CAAC;IAED;;;;;;;OAOG;IACH,IAAI,CAAC,OAAO,GAAmC,EAAE;QAC/C,MAAM,IAAI,GAA2B;YACnC,EAAE,EAAE,IAAI,CAAC,UAAU;YACnB,IAAI,EAAE,IAAI,CAAC,IAAI;SAChB,CAAC;QAEF,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,EAAE,CAAC;YAChC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAChC,CAAC;QAED,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,EAAE,CAAC;YAChC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC;QACzC,CAAC;QAED,IAAI,OAAO,CAAC,OAAO,KAAK,IAAI,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,GAAG,CAAC,EAAE,CAAC;YACtD,IAAI,CAAC,eAAe,GAAG,MAAM,CAAC,WAAW,CACvC,IAAI,CAAC,WAAW,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC,CACvE,CAAC;QACJ,CAAC;QAED,OAAO,IAAI,CAAC;IACd,CAAC;CACF"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { SimRestApiProxyAuthorization } from "./sim-rest-api-proxy-authorizer.js";
|
|
2
|
+
import type { SimApiGateway } from "../sim-api-gateway.js";
|
|
3
|
+
interface SimRestApiDeclaredMethodInput {
|
|
4
|
+
readonly restApiId: string;
|
|
5
|
+
readonly rootResourceId: string;
|
|
6
|
+
readonly resourcePath: string;
|
|
7
|
+
readonly httpMethod: string;
|
|
8
|
+
readonly functionArn: string;
|
|
9
|
+
/** How every method of the API says who may call it. */
|
|
10
|
+
readonly authorization: SimRestApiProxyAuthorization;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Declare every path template of an API, each with its method and the
|
|
14
|
+
* integration behind it.
|
|
15
|
+
*
|
|
16
|
+
* They are declared one at a time because they share resources. Two paths
|
|
17
|
+
* under `/orders` build that resource once, and whichever gets there first
|
|
18
|
+
* creates it.
|
|
19
|
+
*/
|
|
20
|
+
export declare function declaredMethods(apiGateway: SimApiGateway, resourcePaths: readonly string[], input: Omit<SimRestApiDeclaredMethodInput, "resourcePath">): Promise<void>;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=sim-rest-api-declared-method.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-declared-method.d.ts","sourceRoot":"","sources":["../../../../src/service/apigateway/api/sim-rest-api-declared-method.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,UAAU,6BAA6B;IACrC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,wDAAwD;IACxD,QAAQ,CAAC,aAAa,EAAE,4BAA4B,CAAC;CACtD;AAED;;;;;;;GAOG;AACH,wBAAsB,eAAe,CACnC,UAAU,EAAE,aAAa,EACzB,aAAa,EAAE,SAAS,MAAM,EAAE,EAChC,KAAK,EAAE,IAAI,CAAC,6BAA6B,EAAE,cAAc,CAAC,GACzD,OAAO,CAAC,IAAI,CAAC,CAKf"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Declare every path template of an API, each with its method and the
|
|
3
|
+
* integration behind it.
|
|
4
|
+
*
|
|
5
|
+
* They are declared one at a time because they share resources. Two paths
|
|
6
|
+
* under `/orders` build that resource once, and whichever gets there first
|
|
7
|
+
* creates it.
|
|
8
|
+
*/
|
|
9
|
+
export async function declaredMethods(apiGateway, resourcePaths, input) {
|
|
10
|
+
for (const resourcePath of resourcePaths) {
|
|
11
|
+
// oxlint-disable-next-line no-await-in-loop -- paths share resources, so one at a time
|
|
12
|
+
await declaredMethod(apiGateway, { ...input, resourcePath });
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Declare one path template, its method, and the integration behind it.
|
|
17
|
+
*/
|
|
18
|
+
async function declaredMethod(apiGateway, input) {
|
|
19
|
+
const { restApiId, httpMethod } = input;
|
|
20
|
+
const resourceId = await declaredResource(apiGateway, restApiId, input.rootResourceId, input.resourcePath);
|
|
21
|
+
await apiGateway.putMethod({
|
|
22
|
+
input: { restApiId, resourceId, httpMethod, ...input.authorization },
|
|
23
|
+
});
|
|
24
|
+
await apiGateway.putIntegration({
|
|
25
|
+
input: {
|
|
26
|
+
restApiId,
|
|
27
|
+
resourceId,
|
|
28
|
+
httpMethod,
|
|
29
|
+
type: "AWS_PROXY",
|
|
30
|
+
integrationHttpMethod: "POST",
|
|
31
|
+
uri: input.functionArn,
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Declare the chain of resources one path template needs, reusing whatever the
|
|
37
|
+
* API already has, and answer the id of the leaf.
|
|
38
|
+
*/
|
|
39
|
+
async function declaredResource(apiGateway, restApiId, rootResourceId, resourcePath) {
|
|
40
|
+
const pathParts = resourcePath.split("/").filter((part) => part !== "");
|
|
41
|
+
let parentId = rootResourceId;
|
|
42
|
+
for (const pathPart of pathParts) {
|
|
43
|
+
const existing = apiGateway
|
|
44
|
+
.findRestApi(restApiId)
|
|
45
|
+
?.resources.list()
|
|
46
|
+
.find((one) => one.parentId === parentId && one.pathPart?.pathPart === pathPart);
|
|
47
|
+
if (existing !== undefined) {
|
|
48
|
+
parentId = existing.resourceId;
|
|
49
|
+
continue;
|
|
50
|
+
}
|
|
51
|
+
// Each resource is the parent of the next, so the chain is built one at a
|
|
52
|
+
// time rather than in parallel.
|
|
53
|
+
// oxlint-disable-next-line no-await-in-loop -- each parent id comes from the call before it
|
|
54
|
+
const created = await apiGateway.createResource({
|
|
55
|
+
input: { restApiId, parentId, pathPart },
|
|
56
|
+
});
|
|
57
|
+
parentId = created.id;
|
|
58
|
+
}
|
|
59
|
+
return parentId;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=sim-rest-api-declared-method.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-declared-method.js","sourceRoot":"","sources":["../../../../src/service/apigateway/api/sim-rest-api-declared-method.ts"],"names":[],"mappings":"AAaA;;;;;;;GAOG;AACH,MAAM,CAAC,KAAK,UAAU,eAAe,CACnC,UAAyB,EACzB,aAAgC,EAChC,KAA0D;IAE1D,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;QACzC,uFAAuF;QACvF,MAAM,cAAc,CAAC,UAAU,EAAE,EAAE,GAAG,KAAK,EAAE,YAAY,EAAE,CAAC,CAAC;IAC/D,CAAC;AACH,CAAC;AAED;;GAEG;AACH,KAAK,UAAU,cAAc,CAC3B,UAAyB,EACzB,KAAoC;IAEpC,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IACxC,MAAM,UAAU,GAAG,MAAM,gBAAgB,CACvC,UAAU,EACV,SAAS,EACT,KAAK,CAAC,cAAc,EACpB,KAAK,CAAC,YAAY,CACnB,CAAC;IAEF,MAAM,UAAU,CAAC,SAAS,CAAC;QACzB,KAAK,EAAE,EAAE,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC,aAAa,EAAE;KACrE,CAAC,CAAC;IACH,MAAM,UAAU,CAAC,cAAc,CAAC;QAC9B,KAAK,EAAE;YACL,SAAS;YACT,UAAU;YACV,UAAU;YACV,IAAI,EAAE,WAAW;YACjB,qBAAqB,EAAE,MAAM;YAC7B,GAAG,EAAE,KAAK,CAAC,WAAW;SACvB;KACF,CAAC,CAAC;AACL,CAAC;AAED;;;GAGG;AACH,KAAK,UAAU,gBAAgB,CAC7B,UAAyB,EACzB,SAAiB,EACjB,cAAsB,EACtB,YAAoB;IAEpB,MAAM,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,EAAE,CAAC,CAAC;IACxE,IAAI,QAAQ,GAAG,cAAc,CAAC;IAE9B,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE,CAAC;QACjC,MAAM,QAAQ,GAAG,UAAU;aACxB,WAAW,CAAC,SAAS,CAAC;YACvB,EAAE,SAAS,CAAC,IAAI,EAAE;aACjB,IAAI,CACH,CAAC,GAAG,EAAE,EAAE,CACN,GAAG,CAAC,QAAQ,KAAK,QAAQ,IAAI,GAAG,CAAC,QAAQ,EAAE,QAAQ,KAAK,QAAQ,CACnE,CAAC;QAEJ,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,QAAQ,GAAG,QAAQ,CAAC,UAAU,CAAC;YAC/B,SAAS;QACX,CAAC;QAED,0EAA0E;QAC1E,gCAAgC;QAChC,4FAA4F;QAC5F,MAAM,OAAO,GAAG,MAAM,UAAU,CAAC,cAAc,CAAC;YAC9C,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE;SACzC,CAAC,CAAC;QACH,QAAQ,GAAG,OAAO,CAAC,EAAE,CAAC;IACxB,CAAC;IAED,OAAO,QAAQ,CAAC;AAClB,CAAC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import type { SimRestApiMatch } from "./match/sim-rest-api-match.js";
|
|
2
|
+
import type { SimRestApi } from "./sim-rest-api.js";
|
|
3
|
+
interface SimRestApiExecuteApiArnProperties {
|
|
4
|
+
readonly restApi: SimRestApi;
|
|
5
|
+
readonly stageName: string;
|
|
6
|
+
/** The method and path part, such as `GET/orders/{orderId}`. */
|
|
7
|
+
readonly methodAndPath: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* The `execute-api` ARN of one request to a REST API.
|
|
11
|
+
*
|
|
12
|
+
* ```text
|
|
13
|
+
* arn:aws:execute-api:<region>:<account>:<apiId>/<stage>/<METHOD>/<path>
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* This is the `SourceArn` an `AWS::Lambda::Permission` for a proxy integration
|
|
17
|
+
* is granted on, and it is the same shape an HTTP API uses. What differs is
|
|
18
|
+
* the last part. A REST API names the resource path template with its braces
|
|
19
|
+
* intact, which is the form CDK's `arnForExecuteApi` writes, while an HTTP API
|
|
20
|
+
* names a route key.
|
|
21
|
+
*
|
|
22
|
+
* The method segment carries the verb the client used rather than the `ANY` a
|
|
23
|
+
* resource may have declared. CDK wildcards that segment, and a concrete verb
|
|
24
|
+
* matches a wildcard where a literal `ANY` would not, so this is the reading
|
|
25
|
+
* that keeps a CDK-deployed API working.
|
|
26
|
+
*
|
|
27
|
+
* Three things want this ARN and they fill the last part differently:
|
|
28
|
+
*
|
|
29
|
+
* - the invoke permission a Lambda integration is authorized against, where
|
|
30
|
+
* the path is the matched resource's template with its braces intact;
|
|
31
|
+
* - the `methodArn` a Lambda authorizer is handed, and the resource the policy
|
|
32
|
+
* it answers with is evaluated against, where the path is the one the client
|
|
33
|
+
* asked for;
|
|
34
|
+
* - the ARN API Gateway invokes an authorizer's own function under, which
|
|
35
|
+
* names the authorizer and no stage at all.
|
|
36
|
+
*/
|
|
37
|
+
export declare class SimRestApiExecuteApiArn {
|
|
38
|
+
private readonly restApi;
|
|
39
|
+
private readonly stageName;
|
|
40
|
+
private readonly methodAndPath;
|
|
41
|
+
constructor(properties: SimRestApiExecuteApiArnProperties);
|
|
42
|
+
/**
|
|
43
|
+
* The ARN of the method a request matched.
|
|
44
|
+
*/
|
|
45
|
+
static forMatch(restApi: SimRestApi, match: SimRestApiMatch, requestMethod: string): SimRestApiExecuteApiArn;
|
|
46
|
+
/**
|
|
47
|
+
* The ARN of the request a client made, which is the `methodArn` a Lambda
|
|
48
|
+
* authorizer is handed.
|
|
49
|
+
*
|
|
50
|
+
* This names the concrete path rather than the resource template, so an
|
|
51
|
+
* authorizer behind a `{proxy+}` sees the path that was asked for. The
|
|
52
|
+
* policy it answers with is evaluated against this same ARN, which is why an
|
|
53
|
+
* authorizer allowing one path leaves another unauthorized.
|
|
54
|
+
*/
|
|
55
|
+
static forRequest(restApi: SimRestApi, match: SimRestApiMatch, requestMethod: string): SimRestApiExecuteApiArn;
|
|
56
|
+
/**
|
|
57
|
+
* The ARN API Gateway invokes one of an API's authorizers under.
|
|
58
|
+
*
|
|
59
|
+
* ```text
|
|
60
|
+
* arn:aws:execute-api:<region>:<account>:<apiId>/authorizers/<authorizerId>
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* This is the `SourceArn` AWS documents for granting API Gateway permission
|
|
64
|
+
* to invoke a Lambda authorizer's function, and it names no stage. An
|
|
65
|
+
* authorizer belongs to the API rather than to anything serving a request. A
|
|
66
|
+
* function integrated behind a method and used as that method's authorizer
|
|
67
|
+
* therefore needs two permissions, as it does on AWS.
|
|
68
|
+
*/
|
|
69
|
+
static forAuthorizer(restApi: SimRestApi, authorizerId: string): SimRestApiExecuteApiArn;
|
|
70
|
+
/**
|
|
71
|
+
* The ARN as a permission or a policy names it.
|
|
72
|
+
*/
|
|
73
|
+
toString(): string;
|
|
74
|
+
}
|
|
75
|
+
export {};
|
|
76
|
+
//# sourceMappingURL=sim-rest-api-execute-api-arn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-execute-api-arn.d.ts","sourceRoot":"","sources":["../../../../src/service/apigateway/api/sim-rest-api-execute-api-arn.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,UAAU,iCAAiC;IACzC,QAAQ,CAAC,OAAO,EAAE,UAAU,CAAC;IAC7B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,gEAAgE;IAChE,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;CAChC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,qBAAa,uBAAuB;IAClC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAa;IACrC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAS;IACnC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAS;IAEvC,YAAY,UAAU,EAAE,iCAAiC,EAIxD;IAED;;OAEG;IACH,MAAM,CAAC,QAAQ,CACb,OAAO,EAAE,UAAU,EACnB,KAAK,EAAE,eAAe,EACtB,aAAa,EAAE,MAAM,GACpB,uBAAuB,CAQzB;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,UAAU,CACf,OAAO,EAAE,UAAU,EACnB,KAAK,EAAE,eAAe,EACtB,aAAa,EAAE,MAAM,GACpB,uBAAuB,CAMzB;IAED;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,aAAa,CAClB,OAAO,EAAE,UAAU,EACnB,YAAY,EAAE,MAAM,GACnB,uBAAuB,CAMzB;IAED;;OAEG;IACH,QAAQ,IAAI,MAAM,CAOjB;CACF"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The `execute-api` ARN of one request to a REST API.
|
|
3
|
+
*
|
|
4
|
+
* ```text
|
|
5
|
+
* arn:aws:execute-api:<region>:<account>:<apiId>/<stage>/<METHOD>/<path>
|
|
6
|
+
* ```
|
|
7
|
+
*
|
|
8
|
+
* This is the `SourceArn` an `AWS::Lambda::Permission` for a proxy integration
|
|
9
|
+
* is granted on, and it is the same shape an HTTP API uses. What differs is
|
|
10
|
+
* the last part. A REST API names the resource path template with its braces
|
|
11
|
+
* intact, which is the form CDK's `arnForExecuteApi` writes, while an HTTP API
|
|
12
|
+
* names a route key.
|
|
13
|
+
*
|
|
14
|
+
* The method segment carries the verb the client used rather than the `ANY` a
|
|
15
|
+
* resource may have declared. CDK wildcards that segment, and a concrete verb
|
|
16
|
+
* matches a wildcard where a literal `ANY` would not, so this is the reading
|
|
17
|
+
* that keeps a CDK-deployed API working.
|
|
18
|
+
*
|
|
19
|
+
* Three things want this ARN and they fill the last part differently:
|
|
20
|
+
*
|
|
21
|
+
* - the invoke permission a Lambda integration is authorized against, where
|
|
22
|
+
* the path is the matched resource's template with its braces intact;
|
|
23
|
+
* - the `methodArn` a Lambda authorizer is handed, and the resource the policy
|
|
24
|
+
* it answers with is evaluated against, where the path is the one the client
|
|
25
|
+
* asked for;
|
|
26
|
+
* - the ARN API Gateway invokes an authorizer's own function under, which
|
|
27
|
+
* names the authorizer and no stage at all.
|
|
28
|
+
*/
|
|
29
|
+
export class SimRestApiExecuteApiArn {
|
|
30
|
+
restApi;
|
|
31
|
+
stageName;
|
|
32
|
+
methodAndPath;
|
|
33
|
+
constructor(properties) {
|
|
34
|
+
this.restApi = properties.restApi;
|
|
35
|
+
this.stageName = properties.stageName;
|
|
36
|
+
this.methodAndPath = properties.methodAndPath;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* The ARN of the method a request matched.
|
|
40
|
+
*/
|
|
41
|
+
static forMatch(restApi, match, requestMethod) {
|
|
42
|
+
return new SimRestApiExecuteApiArn({
|
|
43
|
+
restApi,
|
|
44
|
+
stageName: match.stage.stageName,
|
|
45
|
+
// The resource path carries a leading separator and the ARN supplies its
|
|
46
|
+
// own, so a root-resource request reads `<apiId>/<stage>/GET/`.
|
|
47
|
+
methodAndPath: `${requestMethod}${match.resource.path}`,
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* The ARN of the request a client made, which is the `methodArn` a Lambda
|
|
52
|
+
* authorizer is handed.
|
|
53
|
+
*
|
|
54
|
+
* This names the concrete path rather than the resource template, so an
|
|
55
|
+
* authorizer behind a `{proxy+}` sees the path that was asked for. The
|
|
56
|
+
* policy it answers with is evaluated against this same ARN, which is why an
|
|
57
|
+
* authorizer allowing one path leaves another unauthorized.
|
|
58
|
+
*/
|
|
59
|
+
static forRequest(restApi, match, requestMethod) {
|
|
60
|
+
return new SimRestApiExecuteApiArn({
|
|
61
|
+
restApi,
|
|
62
|
+
stageName: match.stage.stageName,
|
|
63
|
+
methodAndPath: `${requestMethod.toUpperCase()}/${match.pathAfterStage}`,
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* The ARN API Gateway invokes one of an API's authorizers under.
|
|
68
|
+
*
|
|
69
|
+
* ```text
|
|
70
|
+
* arn:aws:execute-api:<region>:<account>:<apiId>/authorizers/<authorizerId>
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* This is the `SourceArn` AWS documents for granting API Gateway permission
|
|
74
|
+
* to invoke a Lambda authorizer's function, and it names no stage. An
|
|
75
|
+
* authorizer belongs to the API rather than to anything serving a request. A
|
|
76
|
+
* function integrated behind a method and used as that method's authorizer
|
|
77
|
+
* therefore needs two permissions, as it does on AWS.
|
|
78
|
+
*/
|
|
79
|
+
static forAuthorizer(restApi, authorizerId) {
|
|
80
|
+
return new SimRestApiExecuteApiArn({
|
|
81
|
+
restApi,
|
|
82
|
+
stageName: "authorizers",
|
|
83
|
+
methodAndPath: authorizerId,
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* The ARN as a permission or a policy names it.
|
|
88
|
+
*/
|
|
89
|
+
toString() {
|
|
90
|
+
const { accountId, regionName } = this.restApi.accountRegionScope;
|
|
91
|
+
return (`arn:aws:execute-api:${regionName}:${accountId}:` +
|
|
92
|
+
`${this.restApi.apiId}/${this.stageName}/${this.methodAndPath}`);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=sim-rest-api-execute-api-arn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-rest-api-execute-api-arn.js","sourceRoot":"","sources":["../../../../src/service/apigateway/api/sim-rest-api-execute-api-arn.ts"],"names":[],"mappings":"AAUA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,OAAO,uBAAuB;IACjB,OAAO,CAAa;IACpB,SAAS,CAAS;IAClB,aAAa,CAAS;IAEvC,YAAY,UAA6C;QACvD,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC;QAClC,IAAI,CAAC,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC;QACtC,IAAI,CAAC,aAAa,GAAG,UAAU,CAAC,aAAa,CAAC;IAChD,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,QAAQ,CACb,OAAmB,EACnB,KAAsB,EACtB,aAAqB;QAErB,OAAO,IAAI,uBAAuB,CAAC;YACjC,OAAO;YACP,SAAS,EAAE,KAAK,CAAC,KAAK,CAAC,SAAS;YAChC,yEAAyE;YACzE,gEAAgE;YAChE,aAAa,EAAE,GAAG,aAAa,GAAG,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE;SACxD,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,UAAU,CACf,OAAmB,EACnB,KAAsB,EACtB,aAAqB;QAErB,OAAO,IAAI,uBAAuB,CAAC;YACjC,OAAO;YACP,SAAS,EAAE,KAAK,CAAC,KAAK,CAAC,SAAS;YAChC,aAAa,EAAE,GAAG,aAAa,CAAC,WAAW,EAAE,IAAI,KAAK,CAAC,cAAc,EAAE;SACxE,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,aAAa,CAClB,OAAmB,EACnB,YAAoB;QAEpB,OAAO,IAAI,uBAAuB,CAAC;YACjC,OAAO;YACP,SAAS,EAAE,aAAa;YACxB,aAAa,EAAE,YAAY;SAC5B,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,QAAQ;QACN,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC;QAElE,OAAO,CACL,uBAAuB,UAAU,IAAI,SAAS,GAAG;YACjD,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,IAAI,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,aAAa,EAAE,CAChE,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
interface SimRestApiHostProperties {
|
|
2
|
+
readonly apiId: string;
|
|
3
|
+
readonly regionName: string;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Build the real AWS endpoint hostname for a REST API.
|
|
7
|
+
*
|
|
8
|
+
* REST APIs and HTTP APIs are issued endpoints under the same `execute-api`
|
|
9
|
+
* host, which is why the two labels come from one place. What differs is the
|
|
10
|
+
* path. Every REST API request carries its stage as the first path segment,
|
|
11
|
+
* where an HTTP API can serve a `$default` stage at the root.
|
|
12
|
+
*/
|
|
13
|
+
export declare function simRestApiHost(properties: SimRestApiHostProperties): string;
|
|
14
|
+
/**
|
|
15
|
+
* Build the logical hostname for a REST API: the AWS endpoint hostname without
|
|
16
|
+
* the real AWS domain.
|
|
17
|
+
*
|
|
18
|
+
* This is the form Yulin serves on localhost, where the `.amazonaws.com` tail
|
|
19
|
+
* is replaced by the local suffix.
|
|
20
|
+
*/
|
|
21
|
+
export declare function simRestApiLogicalHost(properties: SimRestApiHostProperties): string;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=sim-rest-api-host.d.ts.map
|