cloudstructs 0.12.7 → 0.12.9
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/.jsii +5 -5
- package/assets/slack-textract/detect.lambda/index.js +437 -344
- package/assets/ssl-server-test/analyze.lambda/index.js +51 -31
- package/assets/toolkit-cleaner/clean.lambda/index.js +51 -31
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/mjml-template/index.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +3 -3
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/README.md +25 -5
- package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs +101 -33
- package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js +101 -33
- package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/handlers/concurrent-execution-handler/concurrent-execution-handler.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/index.d.ts +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/index.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/step.d.ts +45 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/step.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/checkpoint/checkpoint-manager.d.ts +6 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/checkpoint/checkpoint-manager.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/with-durable-execution.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/package.json +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +287 -3988
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/LambdaServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/errors.js +730 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/schemas/schemas_0.js +2680 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +49 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +320 -308
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +150 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +15 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +28 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +53 -45
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +173 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -45
- package/node_modules/@aws-sdk/client-lambda/package.json +20 -20
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +32 -239
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +30 -50
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +30 -50
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +15 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +20 -198
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +20 -347
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +21 -308
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +18 -18
- package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +55 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +18 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +54 -2
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/chunk.d.ts +42 -0
- package/node_modules/@slack/types/dist/chunk.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/chunk.js +3 -0
- package/node_modules/@slack/types/dist/chunk.js.map +1 -0
- package/node_modules/@slack/types/dist/events/app.d.ts +53 -0
- package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/member.d.ts +1 -0
- package/node_modules/@slack/types/dist/events/member.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/user.d.ts +1 -0
- package/node_modules/@slack/types/dist/events/user.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/index.d.ts +1 -0
- package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/index.js +1 -0
- package/node_modules/@slack/types/dist/index.js.map +1 -1
- package/node_modules/@slack/types/package.json +8 -8
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.js +48 -12
- package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +3 -1
- package/node_modules/@slack/web-api/dist/index.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +21 -2
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@slack/web-api/package.json +10 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -6
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@types/http-cache-semantics/README.md +1 -1
- package/node_modules/@types/http-cache-semantics/index.d.ts +97 -11
- package/node_modules/@types/http-cache-semantics/package.json +4 -3
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/axios/CHANGELOG.md +296 -239
- package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
- package/node_modules/axios/README.md +584 -447
- package/node_modules/axios/dist/axios.js +779 -897
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +4 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +353 -283
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +353 -283
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +388 -315
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +22 -3
- package/node_modules/axios/index.d.ts +341 -116
- package/node_modules/axios/lib/adapters/README.md +1 -1
- package/node_modules/axios/lib/adapters/fetch.js +2 -2
- package/node_modules/axios/lib/adapters/http.js +13 -10
- package/node_modules/axios/lib/adapters/xhr.js +2 -2
- package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
- package/node_modules/axios/lib/core/Axios.js +12 -3
- package/node_modules/axios/lib/core/AxiosError.js +65 -102
- package/node_modules/axios/lib/core/InterceptorManager.js +2 -1
- package/node_modules/axios/lib/core/mergeConfig.js +24 -11
- package/node_modules/axios/lib/core/transformData.js +1 -1
- package/node_modules/axios/lib/defaults/transitional.js +2 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +7 -10
- package/node_modules/axios/lib/helpers/composeSignals.js +1 -1
- package/node_modules/axios/lib/helpers/cookies.js +1 -1
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +5 -0
- package/node_modules/axios/lib/helpers/isAxiosError.js +1 -1
- package/node_modules/axios/lib/helpers/parseHeaders.js +1 -1
- package/node_modules/axios/lib/helpers/spread.js +1 -1
- package/node_modules/axios/lib/utils.js +221 -140
- package/node_modules/axios/package.json +49 -68
- package/node_modules/bowser/README.md +72 -3
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +44 -6
- package/node_modules/bowser/package.json +10 -5
- package/node_modules/bowser/src/bowser.js +24 -8
- package/node_modules/bowser/src/constants.js +8 -0
- package/node_modules/bowser/src/parser-browsers.js +89 -0
- package/node_modules/bowser/src/parser-platforms.js +42 -0
- package/node_modules/bowser/src/parser.js +86 -5
- package/node_modules/semver/README.md +3 -2
- package/node_modules/semver/bin/semver.js +1 -1
- package/node_modules/semver/functions/diff.js +1 -1
- package/node_modules/semver/internal/re.js +2 -2
- package/node_modules/semver/package.json +4 -4
- package/node_modules/semver/ranges/subset.js +1 -1
- package/package.json +20 -20
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/bowser/CHANGELOG.md +0 -218
|
@@ -0,0 +1,2680 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddLayerVersionPermissionResponse$ = exports.AddLayerVersionPermissionRequest$ = exports.AccountUsage$ = exports.AccountLimit$ = exports.errorTypeRegistries = exports.UnsupportedMediaTypeException$ = exports.TooManyRequestsException$ = exports.SubnetIPAddressLimitReachedException$ = exports.SnapStartTimeoutException$ = exports.SnapStartNotReadyException$ = exports.SnapStartException$ = exports.ServiceException$ = exports.SerializedRequestEntityTooLargeException$ = exports.ResourceNotReadyException$ = exports.ResourceNotFoundException$ = exports.ResourceInUseException$ = exports.ResourceConflictException$ = exports.RequestTooLargeException$ = exports.RecursiveInvocationException$ = exports.ProvisionedConcurrencyConfigNotFoundException$ = exports.PreconditionFailedException$ = exports.PolicyLengthExceededException$ = exports.NoPublishedVersionException$ = exports.KMSNotFoundException$ = exports.KMSInvalidStateException$ = exports.KMSDisabledException$ = exports.KMSAccessDeniedException$ = exports.InvalidZipFileException$ = exports.InvalidSubnetIDException$ = exports.InvalidSecurityGroupIDException$ = exports.InvalidRuntimeException$ = exports.InvalidRequestContentException$ = exports.InvalidParameterValueException$ = exports.InvalidCodeSignatureException$ = exports.FunctionVersionsPerCapacityProviderLimitExceededException$ = exports.ENILimitReachedException$ = exports.EFSMountTimeoutException$ = exports.EFSMountFailureException$ = exports.EFSMountConnectivityException$ = exports.EFSIOException$ = exports.EC2UnexpectedException$ = exports.EC2ThrottledException$ = exports.EC2AccessDeniedException$ = exports.DurableExecutionAlreadyStartedException$ = exports.CodeVerificationFailedException$ = exports.CodeStorageExceededException$ = exports.CodeSigningConfigNotFoundException$ = exports.CapacityProviderLimitExceededException$ = exports.CallbackTimeoutException$ = exports.LambdaServiceException$ = void 0;
|
|
4
|
+
exports.DeleteCodeSigningConfigRequest$ = exports.DeleteCapacityProviderResponse$ = exports.DeleteCapacityProviderRequest$ = exports.DeleteAliasRequest$ = exports.DeadLetterConfig$ = exports.CreateFunctionUrlConfigResponse$ = exports.CreateFunctionUrlConfigRequest$ = exports.CreateFunctionRequest$ = exports.CreateEventSourceMappingRequest$ = exports.CreateCodeSigningConfigResponse$ = exports.CreateCodeSigningConfigRequest$ = exports.CreateCapacityProviderResponse$ = exports.CreateCapacityProviderRequest$ = exports.CreateAliasRequest$ = exports.Cors$ = exports.ContextSucceededDetails$ = exports.ContextStartedDetails$ = exports.ContextOptions$ = exports.ContextFailedDetails$ = exports.ContextDetails$ = exports.Concurrency$ = exports.CodeSigningPolicies$ = exports.CodeSigningConfig$ = exports.CheckpointUpdatedExecutionState$ = exports.CheckpointDurableExecutionResponse$ = exports.CheckpointDurableExecutionRequest$ = exports.ChainedInvokeTimedOutDetails$ = exports.ChainedInvokeSucceededDetails$ = exports.ChainedInvokeStoppedDetails$ = exports.ChainedInvokeStartedDetails$ = exports.ChainedInvokeOptions$ = exports.ChainedInvokeFailedDetails$ = exports.ChainedInvokeDetails$ = exports.CapacityProviderVpcConfig$ = exports.CapacityProviderScalingConfig$ = exports.CapacityProviderPermissionsConfig$ = exports.CapacityProviderConfig$ = exports.CapacityProvider$ = exports.CallbackTimedOutDetails$ = exports.CallbackSucceededDetails$ = exports.CallbackStartedDetails$ = exports.CallbackOptions$ = exports.CallbackFailedDetails$ = exports.CallbackDetails$ = exports.AmazonManagedKafkaEventSourceConfig$ = exports.AllowedPublishers$ = exports.AliasRoutingConfiguration$ = exports.AliasConfiguration$ = exports.AddPermissionResponse$ = exports.AddPermissionRequest$ = void 0;
|
|
5
|
+
exports.GetCodeSigningConfigResponse$ = exports.GetCodeSigningConfigRequest$ = exports.GetCapacityProviderResponse$ = exports.GetCapacityProviderRequest$ = exports.GetAliasRequest$ = exports.GetAccountSettingsResponse$ = exports.GetAccountSettingsRequest$ = exports.FunctionVersionsByCapacityProviderListItem$ = exports.FunctionUrlConfig$ = exports.FunctionScalingConfig$ = exports.FunctionEventInvokeConfig$ = exports.FunctionConfiguration$ = exports.FunctionCodeLocation$ = exports.FunctionCode$ = exports.FilterCriteriaError$ = exports.FilterCriteria$ = exports.Filter$ = exports.FileSystemConfig$ = exports.ExecutionTimedOutDetails$ = exports.ExecutionSucceededDetails$ = exports.ExecutionStoppedDetails$ = exports.ExecutionStartedDetails$ = exports.ExecutionFailedDetails$ = exports.ExecutionDetails$ = exports.Execution$ = exports.EventSourceMappingMetricsConfig$ = exports.EventSourceMappingLoggingConfig$ = exports.EventSourceMappingConfiguration$ = exports.EventResult$ = exports.EventInput$ = exports.EventError$ = exports.Event$ = exports.ErrorObject$ = exports.EphemeralStorage$ = exports.EnvironmentResponse$ = exports.EnvironmentError$ = exports.Environment$ = exports.DurableConfig$ = exports.DocumentDBEventSourceConfig$ = exports.DestinationConfig$ = exports.DeleteProvisionedConcurrencyConfigRequest$ = exports.DeleteLayerVersionRequest$ = exports.DeleteFunctionUrlConfigRequest$ = exports.DeleteFunctionResponse$ = exports.DeleteFunctionRequest$ = exports.DeleteFunctionEventInvokeConfigRequest$ = exports.DeleteFunctionConcurrencyRequest$ = exports.DeleteFunctionCodeSigningConfigRequest$ = exports.DeleteEventSourceMappingRequest$ = exports.DeleteCodeSigningConfigResponse$ = void 0;
|
|
6
|
+
exports.Layer$ = exports.LambdaManagedInstancesCapacityProviderConfig$ = exports.KafkaSchemaValidationConfig$ = exports.KafkaSchemaRegistryConfig$ = exports.KafkaSchemaRegistryAccessConfig$ = exports.InvokeWithResponseStreamResponse$ = exports.InvokeWithResponseStreamRequest$ = exports.InvokeWithResponseStreamCompleteEvent$ = exports.InvokeResponseStreamUpdate$ = exports.InvokeAsyncResponse$ = exports.InvokeAsyncRequest$ = exports.InvocationResponse$ = exports.InvocationRequest$ = exports.InvocationCompletedDetails$ = exports.InstanceRequirements$ = exports.ImageConfigResponse$ = exports.ImageConfigError$ = exports.ImageConfig$ = exports.GetRuntimeManagementConfigResponse$ = exports.GetRuntimeManagementConfigRequest$ = exports.GetProvisionedConcurrencyConfigResponse$ = exports.GetProvisionedConcurrencyConfigRequest$ = exports.GetPolicyResponse$ = exports.GetPolicyRequest$ = exports.GetLayerVersionResponse$ = exports.GetLayerVersionRequest$ = exports.GetLayerVersionPolicyResponse$ = exports.GetLayerVersionPolicyRequest$ = exports.GetLayerVersionByArnRequest$ = exports.GetFunctionUrlConfigResponse$ = exports.GetFunctionUrlConfigRequest$ = exports.GetFunctionScalingConfigResponse$ = exports.GetFunctionScalingConfigRequest$ = exports.GetFunctionResponse$ = exports.GetFunctionRequest$ = exports.GetFunctionRecursionConfigResponse$ = exports.GetFunctionRecursionConfigRequest$ = exports.GetFunctionEventInvokeConfigRequest$ = exports.GetFunctionConfigurationRequest$ = exports.GetFunctionConcurrencyResponse$ = exports.GetFunctionConcurrencyRequest$ = exports.GetFunctionCodeSigningConfigResponse$ = exports.GetFunctionCodeSigningConfigRequest$ = exports.GetEventSourceMappingRequest$ = exports.GetDurableExecutionStateResponse$ = exports.GetDurableExecutionStateRequest$ = exports.GetDurableExecutionResponse$ = exports.GetDurableExecutionRequest$ = exports.GetDurableExecutionHistoryResponse$ = exports.GetDurableExecutionHistoryRequest$ = void 0;
|
|
7
|
+
exports.PutFunctionRecursionConfigResponse$ = exports.PutFunctionRecursionConfigRequest$ = exports.PutFunctionEventInvokeConfigRequest$ = exports.PutFunctionConcurrencyRequest$ = exports.PutFunctionCodeSigningConfigResponse$ = exports.PutFunctionCodeSigningConfigRequest$ = exports.PublishVersionRequest$ = exports.PublishLayerVersionResponse$ = exports.PublishLayerVersionRequest$ = exports.ProvisionedPollerConfig$ = exports.ProvisionedConcurrencyConfigListItem$ = exports.OperationUpdate$ = exports.Operation$ = exports.OnSuccess$ = exports.OnFailure$ = exports.LoggingConfig$ = exports.ListVersionsByFunctionResponse$ = exports.ListVersionsByFunctionRequest$ = exports.ListTagsResponse$ = exports.ListTagsRequest$ = exports.ListProvisionedConcurrencyConfigsResponse$ = exports.ListProvisionedConcurrencyConfigsRequest$ = exports.ListLayerVersionsResponse$ = exports.ListLayerVersionsRequest$ = exports.ListLayersResponse$ = exports.ListLayersRequest$ = exports.ListFunctionVersionsByCapacityProviderResponse$ = exports.ListFunctionVersionsByCapacityProviderRequest$ = exports.ListFunctionUrlConfigsResponse$ = exports.ListFunctionUrlConfigsRequest$ = exports.ListFunctionsResponse$ = exports.ListFunctionsRequest$ = exports.ListFunctionsByCodeSigningConfigResponse$ = exports.ListFunctionsByCodeSigningConfigRequest$ = exports.ListFunctionEventInvokeConfigsResponse$ = exports.ListFunctionEventInvokeConfigsRequest$ = exports.ListEventSourceMappingsResponse$ = exports.ListEventSourceMappingsRequest$ = exports.ListDurableExecutionsByFunctionResponse$ = exports.ListDurableExecutionsByFunctionRequest$ = exports.ListCodeSigningConfigsResponse$ = exports.ListCodeSigningConfigsRequest$ = exports.ListCapacityProvidersResponse$ = exports.ListCapacityProvidersRequest$ = exports.ListAliasesResponse$ = exports.ListAliasesRequest$ = exports.LayerVersionsListItem$ = exports.LayerVersionContentOutput$ = exports.LayerVersionContentInput$ = exports.LayersListItem$ = void 0;
|
|
8
|
+
exports.VpcConfig$ = exports.UpdateFunctionUrlConfigResponse$ = exports.UpdateFunctionUrlConfigRequest$ = exports.UpdateFunctionEventInvokeConfigRequest$ = exports.UpdateFunctionConfigurationRequest$ = exports.UpdateFunctionCodeRequest$ = exports.UpdateEventSourceMappingRequest$ = exports.UpdateCodeSigningConfigResponse$ = exports.UpdateCodeSigningConfigRequest$ = exports.UpdateCapacityProviderResponse$ = exports.UpdateCapacityProviderRequest$ = exports.UpdateAliasRequest$ = exports.UntagResourceRequest$ = exports.TracingConfigResponse$ = exports.TracingConfig$ = exports.TraceHeader$ = exports.TenancyConfig$ = exports.TargetTrackingScalingPolicy$ = exports.TagsError$ = exports.TagResourceRequest$ = exports.StopDurableExecutionResponse$ = exports.StopDurableExecutionRequest$ = exports.StepSucceededDetails$ = exports.StepStartedDetails$ = exports.StepOptions$ = exports.StepFailedDetails$ = exports.StepDetails$ = exports.SourceAccessConfiguration$ = exports.SnapStartResponse$ = exports.SnapStart$ = exports.SendDurableExecutionCallbackSuccessResponse$ = exports.SendDurableExecutionCallbackSuccessRequest$ = exports.SendDurableExecutionCallbackHeartbeatResponse$ = exports.SendDurableExecutionCallbackHeartbeatRequest$ = exports.SendDurableExecutionCallbackFailureResponse$ = exports.SendDurableExecutionCallbackFailureRequest$ = exports.SelfManagedKafkaEventSourceConfig$ = exports.SelfManagedEventSource$ = exports.ScalingConfig$ = exports.RuntimeVersionError$ = exports.RuntimeVersionConfig$ = exports.RetryDetails$ = exports.RemovePermissionRequest$ = exports.RemoveLayerVersionPermissionRequest$ = exports.PutRuntimeManagementConfigResponse$ = exports.PutRuntimeManagementConfigRequest$ = exports.PutProvisionedConcurrencyConfigResponse$ = exports.PutProvisionedConcurrencyConfigRequest$ = exports.PutFunctionScalingConfigResponse$ = exports.PutFunctionScalingConfigRequest$ = void 0;
|
|
9
|
+
exports.Invoke$ = exports.GetRuntimeManagementConfig$ = exports.GetProvisionedConcurrencyConfig$ = exports.GetPolicy$ = exports.GetLayerVersionPolicy$ = exports.GetLayerVersionByArn$ = exports.GetLayerVersion$ = exports.GetFunctionUrlConfig$ = exports.GetFunctionScalingConfig$ = exports.GetFunctionRecursionConfig$ = exports.GetFunctionEventInvokeConfig$ = exports.GetFunctionConfiguration$ = exports.GetFunctionConcurrency$ = exports.GetFunctionCodeSigningConfig$ = exports.GetFunction$ = exports.GetEventSourceMapping$ = exports.GetDurableExecutionState$ = exports.GetDurableExecutionHistory$ = exports.GetDurableExecution$ = exports.GetCodeSigningConfig$ = exports.GetCapacityProvider$ = exports.GetAlias$ = exports.GetAccountSettings$ = exports.DeleteProvisionedConcurrencyConfig$ = exports.DeleteLayerVersion$ = exports.DeleteFunctionUrlConfig$ = exports.DeleteFunctionEventInvokeConfig$ = exports.DeleteFunctionConcurrency$ = exports.DeleteFunctionCodeSigningConfig$ = exports.DeleteFunction$ = exports.DeleteEventSourceMapping$ = exports.DeleteCodeSigningConfig$ = exports.DeleteCapacityProvider$ = exports.DeleteAlias$ = exports.CreateFunctionUrlConfig$ = exports.CreateFunction$ = exports.CreateEventSourceMapping$ = exports.CreateCodeSigningConfig$ = exports.CreateCapacityProvider$ = exports.CreateAlias$ = exports.CheckpointDurableExecution$ = exports.AddPermission$ = exports.AddLayerVersionPermission$ = exports.InvokeWithResponseStreamResponseEvent$ = exports.WaitSucceededDetails$ = exports.WaitStartedDetails$ = exports.WaitOptions$ = exports.WaitDetails$ = exports.WaitCancelledDetails$ = exports.VpcConfigResponse$ = void 0;
|
|
10
|
+
exports.UpdateFunctionUrlConfig$ = exports.UpdateFunctionEventInvokeConfig$ = exports.UpdateFunctionConfiguration$ = exports.UpdateFunctionCode$ = exports.UpdateEventSourceMapping$ = exports.UpdateCodeSigningConfig$ = exports.UpdateCapacityProvider$ = exports.UpdateAlias$ = exports.UntagResource$ = exports.TagResource$ = exports.StopDurableExecution$ = exports.SendDurableExecutionCallbackSuccess$ = exports.SendDurableExecutionCallbackHeartbeat$ = exports.SendDurableExecutionCallbackFailure$ = exports.RemovePermission$ = exports.RemoveLayerVersionPermission$ = exports.PutRuntimeManagementConfig$ = exports.PutProvisionedConcurrencyConfig$ = exports.PutFunctionScalingConfig$ = exports.PutFunctionRecursionConfig$ = exports.PutFunctionEventInvokeConfig$ = exports.PutFunctionConcurrency$ = exports.PutFunctionCodeSigningConfig$ = exports.PublishVersion$ = exports.PublishLayerVersion$ = exports.ListVersionsByFunction$ = exports.ListTags$ = exports.ListProvisionedConcurrencyConfigs$ = exports.ListLayerVersions$ = exports.ListLayers$ = exports.ListFunctionVersionsByCapacityProvider$ = exports.ListFunctionUrlConfigs$ = exports.ListFunctionsByCodeSigningConfig$ = exports.ListFunctions$ = exports.ListFunctionEventInvokeConfigs$ = exports.ListEventSourceMappings$ = exports.ListDurableExecutionsByFunction$ = exports.ListCodeSigningConfigs$ = exports.ListCapacityProviders$ = exports.ListAliases$ = exports.InvokeWithResponseStream$ = exports.InvokeAsync$ = void 0;
|
|
11
|
+
const _A = "Action";
|
|
12
|
+
const _AA = "AliasArn";
|
|
13
|
+
const _AC = "AliasConfiguration";
|
|
14
|
+
const _ACc = "AccessConfigs";
|
|
15
|
+
const _ACl = "AllowCredentials";
|
|
16
|
+
const _AFSC = "AppliedFunctionScalingConfig";
|
|
17
|
+
const _AH = "AllowHeaders";
|
|
18
|
+
const _AIT = "AllowedInstanceTypes";
|
|
19
|
+
const _AL = "AccountLimit";
|
|
20
|
+
const _ALL = "ApplicationLogLevel";
|
|
21
|
+
const _ALVP = "AddLayerVersionPermission";
|
|
22
|
+
const _ALVPR = "AddLayerVersionPermissionRequest";
|
|
23
|
+
const _ALVPRd = "AddLayerVersionPermissionResponse";
|
|
24
|
+
const _ALl = "AliasList";
|
|
25
|
+
const _AM = "AllowMethods";
|
|
26
|
+
const _AMKESC = "AmazonManagedKafkaEventSourceConfig";
|
|
27
|
+
const _AO = "AllowOrigins";
|
|
28
|
+
const _AOp = "ApplyOn";
|
|
29
|
+
const _AP = "AllowedPublishers";
|
|
30
|
+
const _APCE = "AvailableProvisionedConcurrentExecutions";
|
|
31
|
+
const _APCEl = "AllocatedProvisionedConcurrentExecutions";
|
|
32
|
+
const _APR = "AddPermissionRequest";
|
|
33
|
+
const _APRd = "AddPermissionResponse";
|
|
34
|
+
const _APd = "AddPermission";
|
|
35
|
+
const _ARC = "AliasRoutingConfiguration";
|
|
36
|
+
const _AT = "AuthType";
|
|
37
|
+
const _AU = "AccountUsage";
|
|
38
|
+
const _AVW = "AdditionalVersionWeights";
|
|
39
|
+
const _Al = "Aliases";
|
|
40
|
+
const _Ar = "Architectures";
|
|
41
|
+
const _Arn = "Arn";
|
|
42
|
+
const _At = "Attribute";
|
|
43
|
+
const _Att = "Attempt";
|
|
44
|
+
const _B = "Blob";
|
|
45
|
+
const _BBOFE = "BisectBatchOnFunctionError";
|
|
46
|
+
const _BOP = "BinaryOperationPayload";
|
|
47
|
+
const _BS = "BlobStream";
|
|
48
|
+
const _BSa = "BatchSize";
|
|
49
|
+
const _C = "Concurrency";
|
|
50
|
+
const _CA = "CompatibleArchitectures";
|
|
51
|
+
const _CAR = "CreateAliasRequest";
|
|
52
|
+
const _CAo = "CompatibleArchitecture";
|
|
53
|
+
const _CAr = "CreateAlias";
|
|
54
|
+
const _CAu = "CurrentAttempt";
|
|
55
|
+
const _CC = "ClientContext";
|
|
56
|
+
const _CCP = "CreateCapacityProvider";
|
|
57
|
+
const _CCPR = "CreateCapacityProviderRequest";
|
|
58
|
+
const _CCPRr = "CreateCapacityProviderResponse";
|
|
59
|
+
const _CCSC = "CreateCodeSigningConfig";
|
|
60
|
+
const _CCSCR = "CreateCodeSigningConfigRequest";
|
|
61
|
+
const _CCSCRr = "CreateCodeSigningConfigResponse";
|
|
62
|
+
const _CD = "CallbackDetails";
|
|
63
|
+
const _CDE = "CheckpointDurableExecution";
|
|
64
|
+
const _CDER = "CheckpointDurableExecutionRequest";
|
|
65
|
+
const _CDERh = "CheckpointDurableExecutionResponse";
|
|
66
|
+
const _CDo = "ContextDetails";
|
|
67
|
+
const _CDr = "CreatedDate";
|
|
68
|
+
const _CE = "ConcurrentExecutions";
|
|
69
|
+
const _CESM = "CreateEventSourceMapping";
|
|
70
|
+
const _CESMR = "CreateEventSourceMappingRequest";
|
|
71
|
+
const _CF = "CreateFunction";
|
|
72
|
+
const _CFD = "CallbackFailedDetails";
|
|
73
|
+
const _CFDo = "ContextFailedDetails";
|
|
74
|
+
const _CFR = "CreateFunctionRequest";
|
|
75
|
+
const _CFUC = "CreateFunctionUrlConfig";
|
|
76
|
+
const _CFUCR = "CreateFunctionUrlConfigRequest";
|
|
77
|
+
const _CFUCRr = "CreateFunctionUrlConfigResponse";
|
|
78
|
+
const _CGI = "ConsumerGroupId";
|
|
79
|
+
const _CI = "CallbackId";
|
|
80
|
+
const _CID = "ChainedInvokeDetails";
|
|
81
|
+
const _CIFD = "ChainedInvokeFailedDetails";
|
|
82
|
+
const _CIO = "ChainedInvokeOptions";
|
|
83
|
+
const _CISD = "ChainedInvokeStartedDetails";
|
|
84
|
+
const _CISDh = "ChainedInvokeStoppedDetails";
|
|
85
|
+
const _CISDha = "ChainedInvokeSucceededDetails";
|
|
86
|
+
const _CITOD = "ChainedInvokeTimedOutDetails";
|
|
87
|
+
const _CN = "CollectionName";
|
|
88
|
+
const _CO = "CallbackOptions";
|
|
89
|
+
const _COo = "ContextOptions";
|
|
90
|
+
const _CP = "CapacityProvider";
|
|
91
|
+
const _CPA = "CapacityProviderArn";
|
|
92
|
+
const _CPC = "CapacityProviderConfig";
|
|
93
|
+
const _CPL = "CapacityProvidersList";
|
|
94
|
+
const _CPLEE = "CapacityProviderLimitExceededException";
|
|
95
|
+
const _CPN = "CapacityProviderName";
|
|
96
|
+
const _CPORA = "CapacityProviderOperatorRoleArn";
|
|
97
|
+
const _CPPC = "CapacityProviderPermissionsConfig";
|
|
98
|
+
const _CPSC = "CapacityProviderScalingConfig";
|
|
99
|
+
const _CPSPL = "CapacityProviderScalingPoliciesList";
|
|
100
|
+
const _CPVC = "CapacityProviderVpcConfig";
|
|
101
|
+
const _CPa = "CapacityProviders";
|
|
102
|
+
const _CR = "CompatibleRuntimes";
|
|
103
|
+
const _CRo = "CompatibleRuntime";
|
|
104
|
+
const _CS = "CodeSize";
|
|
105
|
+
const _CSC = "CodeSigningConfig";
|
|
106
|
+
const _CSCA = "CodeSigningConfigArn";
|
|
107
|
+
const _CSCI = "CodeSigningConfigId";
|
|
108
|
+
const _CSCL = "CodeSigningConfigList";
|
|
109
|
+
const _CSCNFE = "CodeSigningConfigNotFoundException";
|
|
110
|
+
const _CSCo = "CodeSigningConfigs";
|
|
111
|
+
const _CSD = "CallbackStartedDetails";
|
|
112
|
+
const _CSDa = "CallbackSucceededDetails";
|
|
113
|
+
const _CSDo = "ContextStartedDetails";
|
|
114
|
+
const _CSDon = "ContextSucceededDetails";
|
|
115
|
+
const _CSEE = "CodeStorageExceededException";
|
|
116
|
+
const _CSP = "CodeSigningPolicies";
|
|
117
|
+
const _CSU = "CodeSizeUnzipped";
|
|
118
|
+
const _CSZ = "CodeSizeZipped";
|
|
119
|
+
const _CSo = "CodeSha256";
|
|
120
|
+
const _CSon = "ConfigSha256";
|
|
121
|
+
const _CT = "CheckpointToken";
|
|
122
|
+
const _CTE = "CallbackTimeoutException";
|
|
123
|
+
const _CTOD = "CallbackTimedOutDetails";
|
|
124
|
+
const _CT_ = "Content-Type";
|
|
125
|
+
const _CTl = "ClientToken";
|
|
126
|
+
const _CTr = "CreationTime";
|
|
127
|
+
const _CUES = "CheckpointUpdatedExecutionState";
|
|
128
|
+
const _CVFE = "CodeVerificationFailedException";
|
|
129
|
+
const _Co = "Cors";
|
|
130
|
+
const _Cod = "Code";
|
|
131
|
+
const _Com = "Command";
|
|
132
|
+
const _Con = "Configuration";
|
|
133
|
+
const _Cont = "Content";
|
|
134
|
+
const _D = "Description";
|
|
135
|
+
const _DA = "DeleteAlias";
|
|
136
|
+
const _DAR = "DeleteAliasRequest";
|
|
137
|
+
const _DC = "DestinationConfig";
|
|
138
|
+
const _DCP = "DeleteCapacityProvider";
|
|
139
|
+
const _DCPR = "DeleteCapacityProviderRequest";
|
|
140
|
+
const _DCPRe = "DeleteCapacityProviderResponse";
|
|
141
|
+
const _DCSC = "DeleteCodeSigningConfig";
|
|
142
|
+
const _DCSCR = "DeleteCodeSigningConfigRequest";
|
|
143
|
+
const _DCSCRe = "DeleteCodeSigningConfigResponse";
|
|
144
|
+
const _DCu = "DurableConfig";
|
|
145
|
+
const _DDBESC = "DocumentDBEventSourceConfig";
|
|
146
|
+
const _DE = "DurableExecutions";
|
|
147
|
+
const _DEA = "DurableExecutionArn";
|
|
148
|
+
const _DEASE = "DurableExecutionAlreadyStartedException";
|
|
149
|
+
const _DEN = "DurableExecutionName";
|
|
150
|
+
const _DESM = "DeleteEventSourceMapping";
|
|
151
|
+
const _DESMR = "DeleteEventSourceMappingRequest";
|
|
152
|
+
const _DF = "DeleteFunction";
|
|
153
|
+
const _DFC = "DeleteFunctionConcurrency";
|
|
154
|
+
const _DFCR = "DeleteFunctionConcurrencyRequest";
|
|
155
|
+
const _DFCSC = "DeleteFunctionCodeSigningConfig";
|
|
156
|
+
const _DFCSCR = "DeleteFunctionCodeSigningConfigRequest";
|
|
157
|
+
const _DFEIC = "DeleteFunctionEventInvokeConfig";
|
|
158
|
+
const _DFEICR = "DeleteFunctionEventInvokeConfigRequest";
|
|
159
|
+
const _DFR = "DeleteFunctionRequest";
|
|
160
|
+
const _DFRe = "DeleteFunctionResponse";
|
|
161
|
+
const _DFUC = "DeleteFunctionUrlConfig";
|
|
162
|
+
const _DFUCR = "DeleteFunctionUrlConfigRequest";
|
|
163
|
+
const _DLC = "DeadLetterConfig";
|
|
164
|
+
const _DLV = "DeleteLayerVersion";
|
|
165
|
+
const _DLVR = "DeleteLayerVersionRequest";
|
|
166
|
+
const _DN = "DatabaseName";
|
|
167
|
+
const _DPCC = "DeleteProvisionedConcurrencyConfig";
|
|
168
|
+
const _DPCCR = "DeleteProvisionedConcurrencyConfigRequest";
|
|
169
|
+
const _DR = "DryRun";
|
|
170
|
+
const _De = "Destination";
|
|
171
|
+
const _Du = "Duration";
|
|
172
|
+
const _E = "Error";
|
|
173
|
+
const _EC = "ErrorCode";
|
|
174
|
+
const _ECADE = "EC2AccessDeniedException";
|
|
175
|
+
const _ECEC = "EC2ErrorCode";
|
|
176
|
+
const _ECTE = "EC2ThrottledException";
|
|
177
|
+
const _ECUE = "EC2UnexpectedException";
|
|
178
|
+
const _ED = "ErrorData";
|
|
179
|
+
const _EDr = "ErrorDetails";
|
|
180
|
+
const _EDx = "ExecutionDetails";
|
|
181
|
+
const _EE = "EnvironmentError";
|
|
182
|
+
const _EEMGBPVC = "ExecutionEnvironmentMemoryGiBPerVCpu";
|
|
183
|
+
const _EEv = "EventError";
|
|
184
|
+
const _EFD = "ExecutionFailedDetails";
|
|
185
|
+
const _EFSIOE = "EFSIOException";
|
|
186
|
+
const _EFSMCE = "EFSMountConnectivityException";
|
|
187
|
+
const _EFSMFE = "EFSMountFailureException";
|
|
188
|
+
const _EFSMTE = "EFSMountTimeoutException";
|
|
189
|
+
const _EH = "ExposeHeaders";
|
|
190
|
+
const _EI = "EventId";
|
|
191
|
+
const _EIT = "ExcludedInstanceTypes";
|
|
192
|
+
const _EIv = "EventInput";
|
|
193
|
+
const _EM = "ErrorMessage";
|
|
194
|
+
const _ENILRE = "ENILimitReachedException";
|
|
195
|
+
const _EO = "ErrorObject";
|
|
196
|
+
const _EP = "EntryPoint";
|
|
197
|
+
const _ER = "EnvironmentResponse";
|
|
198
|
+
const _ERF = "EventRecordFormat";
|
|
199
|
+
const _ERv = "EventResult";
|
|
200
|
+
const _ES = "EphemeralStorage";
|
|
201
|
+
const _ESA = "EventSourceArn";
|
|
202
|
+
const _ESD = "ExecutionStartedDetails";
|
|
203
|
+
const _ESDx = "ExecutionSucceededDetails";
|
|
204
|
+
const _ESDxe = "ExecutionStoppedDetails";
|
|
205
|
+
const _ESM = "EventSourceMappings";
|
|
206
|
+
const _ESMA = "EventSourceMappingArn";
|
|
207
|
+
const _ESMC = "EventSourceMappingConfiguration";
|
|
208
|
+
const _ESML = "EventSourceMappingsList";
|
|
209
|
+
const _ESMLC = "EventSourceMappingLoggingConfig";
|
|
210
|
+
const _ESMMC = "EventSourceMappingMetricsConfig";
|
|
211
|
+
const _EST = "EventSourceToken";
|
|
212
|
+
const _ESv = "EventStream";
|
|
213
|
+
const _ET = "ErrorType";
|
|
214
|
+
const _ETOD = "ExecutionTimedOutDetails";
|
|
215
|
+
const _ETn = "EndTimestamp";
|
|
216
|
+
const _ETv = "EventType";
|
|
217
|
+
const _ETve = "EventTimestamp";
|
|
218
|
+
const _ETx = "ExecutionTimeout";
|
|
219
|
+
const _EV = "ExecutedVersion";
|
|
220
|
+
const _EVN = "EnvironmentVariableName";
|
|
221
|
+
const _EVV = "EnvironmentVariableValue";
|
|
222
|
+
const _EVn = "EnvironmentVariables";
|
|
223
|
+
const _En = "Enabled";
|
|
224
|
+
const _End = "Endpoints";
|
|
225
|
+
const _Env = "Environment";
|
|
226
|
+
const _Ev = "Event";
|
|
227
|
+
const _Eve = "Events";
|
|
228
|
+
const _Ex = "Execution";
|
|
229
|
+
const _F = "Filter";
|
|
230
|
+
const _FA = "FunctionArn";
|
|
231
|
+
const _FAu = "FunctionArns";
|
|
232
|
+
const _FC = "FunctionCount";
|
|
233
|
+
const _FCE = "FilterCriteriaError";
|
|
234
|
+
const _FCL = "FunctionCodeLocation";
|
|
235
|
+
const _FCi = "FilterCriteria";
|
|
236
|
+
const _FCu = "FunctionCode";
|
|
237
|
+
const _FCun = "FunctionConfiguration";
|
|
238
|
+
const _FD = "FullDocument";
|
|
239
|
+
const _FE = "FunctionError";
|
|
240
|
+
const _FEIC = "FunctionEventInvokeConfig";
|
|
241
|
+
const _FEICL = "FunctionEventInvokeConfigList";
|
|
242
|
+
const _FEICu = "FunctionEventInvokeConfigs";
|
|
243
|
+
const _FL = "FilterList";
|
|
244
|
+
const _FLu = "FunctionList";
|
|
245
|
+
const _FN = "FunctionName";
|
|
246
|
+
const _FRT = "FunctionResponseTypes";
|
|
247
|
+
const _FS = "FunctionState";
|
|
248
|
+
const _FSC = "FileSystemConfigs";
|
|
249
|
+
const _FSCL = "FileSystemConfigList";
|
|
250
|
+
const _FSCi = "FileSystemConfig";
|
|
251
|
+
const _FSCu = "FunctionScalingConfig";
|
|
252
|
+
const _FU = "FunctionUrl";
|
|
253
|
+
const _FUAT = "FunctionUrlAuthType";
|
|
254
|
+
const _FUC = "FunctionUrlConfig";
|
|
255
|
+
const _FUCL = "FunctionUrlConfigList";
|
|
256
|
+
const _FUCu = "FunctionUrlConfigs";
|
|
257
|
+
const _FV = "FunctionVersion";
|
|
258
|
+
const _FVBCPL = "FunctionVersionsByCapacityProviderList";
|
|
259
|
+
const _FVBCPLI = "FunctionVersionsByCapacityProviderListItem";
|
|
260
|
+
const _FVPCPLEE = "FunctionVersionsPerCapacityProviderLimitExceededException";
|
|
261
|
+
const _FVu = "FunctionVersions";
|
|
262
|
+
const _Fi = "Filters";
|
|
263
|
+
const _Fu = "Functions";
|
|
264
|
+
const _GA = "GetAlias";
|
|
265
|
+
const _GAR = "GetAliasRequest";
|
|
266
|
+
const _GAS = "GetAccountSettings";
|
|
267
|
+
const _GASR = "GetAccountSettingsRequest";
|
|
268
|
+
const _GASRe = "GetAccountSettingsResponse";
|
|
269
|
+
const _GCP = "GetCapacityProvider";
|
|
270
|
+
const _GCPR = "GetCapacityProviderRequest";
|
|
271
|
+
const _GCPRe = "GetCapacityProviderResponse";
|
|
272
|
+
const _GCSC = "GetCodeSigningConfig";
|
|
273
|
+
const _GCSCR = "GetCodeSigningConfigRequest";
|
|
274
|
+
const _GCSCRe = "GetCodeSigningConfigResponse";
|
|
275
|
+
const _GDE = "GetDurableExecution";
|
|
276
|
+
const _GDEH = "GetDurableExecutionHistory";
|
|
277
|
+
const _GDEHR = "GetDurableExecutionHistoryRequest";
|
|
278
|
+
const _GDEHRe = "GetDurableExecutionHistoryResponse";
|
|
279
|
+
const _GDER = "GetDurableExecutionRequest";
|
|
280
|
+
const _GDERe = "GetDurableExecutionResponse";
|
|
281
|
+
const _GDES = "GetDurableExecutionState";
|
|
282
|
+
const _GDESR = "GetDurableExecutionStateRequest";
|
|
283
|
+
const _GDESRe = "GetDurableExecutionStateResponse";
|
|
284
|
+
const _GESM = "GetEventSourceMapping";
|
|
285
|
+
const _GESMR = "GetEventSourceMappingRequest";
|
|
286
|
+
const _GF = "GetFunction";
|
|
287
|
+
const _GFC = "GetFunctionConcurrency";
|
|
288
|
+
const _GFCR = "GetFunctionConcurrencyRequest";
|
|
289
|
+
const _GFCRe = "GetFunctionConcurrencyResponse";
|
|
290
|
+
const _GFCRet = "GetFunctionConfigurationRequest";
|
|
291
|
+
const _GFCSC = "GetFunctionCodeSigningConfig";
|
|
292
|
+
const _GFCSCR = "GetFunctionCodeSigningConfigRequest";
|
|
293
|
+
const _GFCSCRe = "GetFunctionCodeSigningConfigResponse";
|
|
294
|
+
const _GFCe = "GetFunctionConfiguration";
|
|
295
|
+
const _GFEIC = "GetFunctionEventInvokeConfig";
|
|
296
|
+
const _GFEICR = "GetFunctionEventInvokeConfigRequest";
|
|
297
|
+
const _GFR = "GetFunctionRequest";
|
|
298
|
+
const _GFRC = "GetFunctionRecursionConfig";
|
|
299
|
+
const _GFRCR = "GetFunctionRecursionConfigRequest";
|
|
300
|
+
const _GFRCRe = "GetFunctionRecursionConfigResponse";
|
|
301
|
+
const _GFRe = "GetFunctionResponse";
|
|
302
|
+
const _GFSC = "GetFunctionScalingConfig";
|
|
303
|
+
const _GFSCR = "GetFunctionScalingConfigRequest";
|
|
304
|
+
const _GFSCRe = "GetFunctionScalingConfigResponse";
|
|
305
|
+
const _GFUC = "GetFunctionUrlConfig";
|
|
306
|
+
const _GFUCR = "GetFunctionUrlConfigRequest";
|
|
307
|
+
const _GFUCRe = "GetFunctionUrlConfigResponse";
|
|
308
|
+
const _GLV = "GetLayerVersion";
|
|
309
|
+
const _GLVBA = "GetLayerVersionByArn";
|
|
310
|
+
const _GLVBAR = "GetLayerVersionByArnRequest";
|
|
311
|
+
const _GLVP = "GetLayerVersionPolicy";
|
|
312
|
+
const _GLVPR = "GetLayerVersionPolicyRequest";
|
|
313
|
+
const _GLVPRe = "GetLayerVersionPolicyResponse";
|
|
314
|
+
const _GLVR = "GetLayerVersionRequest";
|
|
315
|
+
const _GLVRe = "GetLayerVersionResponse";
|
|
316
|
+
const _GP = "GetPolicy";
|
|
317
|
+
const _GPCC = "GetProvisionedConcurrencyConfig";
|
|
318
|
+
const _GPCCR = "GetProvisionedConcurrencyConfigRequest";
|
|
319
|
+
const _GPCCRe = "GetProvisionedConcurrencyConfigResponse";
|
|
320
|
+
const _GPR = "GetPolicyRequest";
|
|
321
|
+
const _GPRe = "GetPolicyResponse";
|
|
322
|
+
const _GRMC = "GetRuntimeManagementConfig";
|
|
323
|
+
const _GRMCR = "GetRuntimeManagementConfigRequest";
|
|
324
|
+
const _GRMCRe = "GetRuntimeManagementConfigResponse";
|
|
325
|
+
const _H = "Handler";
|
|
326
|
+
const _HT = "HeartbeatTimeout";
|
|
327
|
+
const _HTS = "HeartbeatTimeoutSeconds";
|
|
328
|
+
const _I = "Input";
|
|
329
|
+
const _IA = "InvokeArgs";
|
|
330
|
+
const _IAFDS = "Ipv6AllowedForDualStack";
|
|
331
|
+
const _IAR = "InvokeAsyncRequest";
|
|
332
|
+
const _IARn = "InvokeAsyncResponse";
|
|
333
|
+
const _IAn = "InvokeAsync";
|
|
334
|
+
const _IC = "ImageConfig";
|
|
335
|
+
const _ICD = "InvocationCompletedDetails";
|
|
336
|
+
const _ICE = "ImageConfigError";
|
|
337
|
+
const _ICR = "ImageConfigResponse";
|
|
338
|
+
const _ICSE = "InvalidCodeSignatureException";
|
|
339
|
+
const _ICn = "InvokeComplete";
|
|
340
|
+
const _IED = "IncludeExecutionData";
|
|
341
|
+
const _IM = "InvokeMode";
|
|
342
|
+
const _IP = "InputPayload";
|
|
343
|
+
const _IPVE = "InvalidParameterValueException";
|
|
344
|
+
const _IR = "InstanceRequirements";
|
|
345
|
+
const _IRCE = "InvalidRequestContentException";
|
|
346
|
+
const _IRE = "InvalidRuntimeException";
|
|
347
|
+
const _IRSU = "InvokeResponseStreamUpdate";
|
|
348
|
+
const _IRn = "InvocationRequest";
|
|
349
|
+
const _IRnv = "InvocationResponse";
|
|
350
|
+
const _ISGIDE = "InvalidSecurityGroupIDException";
|
|
351
|
+
const _ISIDE = "InvalidSubnetIDException";
|
|
352
|
+
const _IT = "InvocationType";
|
|
353
|
+
const _IU = "ImageUri";
|
|
354
|
+
const _IVFU = "InvokedViaFunctionUrl";
|
|
355
|
+
const _IWRS = "InvokeWithResponseStream";
|
|
356
|
+
const _IWRSCE = "InvokeWithResponseStreamCompleteEvent";
|
|
357
|
+
const _IWRSR = "InvokeWithResponseStreamRequest";
|
|
358
|
+
const _IWRSRE = "InvokeWithResponseStreamResponseEvent";
|
|
359
|
+
const _IWRSRn = "InvokeWithResponseStreamResponse";
|
|
360
|
+
const _IZFE = "InvalidZipFileException";
|
|
361
|
+
const _Id = "Id";
|
|
362
|
+
const _In = "Invoke";
|
|
363
|
+
const _KKA = "KmsKeyArn";
|
|
364
|
+
const _KMSADE = "KMSAccessDeniedException";
|
|
365
|
+
const _KMSDE = "KMSDisabledException";
|
|
366
|
+
const _KMSISE = "KMSInvalidStateException";
|
|
367
|
+
const _KMSKA = "KMSKeyArn";
|
|
368
|
+
const _KMSNFE = "KMSNotFoundException";
|
|
369
|
+
const _KSRAC = "KafkaSchemaRegistryAccessConfig";
|
|
370
|
+
const _KSRACL = "KafkaSchemaRegistryAccessConfigList";
|
|
371
|
+
const _KSRC = "KafkaSchemaRegistryConfig";
|
|
372
|
+
const _KSVC = "KafkaSchemaValidationConfig";
|
|
373
|
+
const _KSVCL = "KafkaSchemaValidationConfigList";
|
|
374
|
+
const _L = "Layers";
|
|
375
|
+
const _LA = "LayerArn";
|
|
376
|
+
const _LAR = "ListAliasesRequest";
|
|
377
|
+
const _LARi = "ListAliasesResponse";
|
|
378
|
+
const _LAi = "ListAliases";
|
|
379
|
+
const _LC = "LoggingConfig";
|
|
380
|
+
const _LCP = "ListCapacityProviders";
|
|
381
|
+
const _LCPR = "ListCapacityProvidersRequest";
|
|
382
|
+
const _LCPRi = "ListCapacityProvidersResponse";
|
|
383
|
+
const _LCSC = "ListCodeSigningConfigs";
|
|
384
|
+
const _LCSCR = "ListCodeSigningConfigsRequest";
|
|
385
|
+
const _LCSCRi = "ListCodeSigningConfigsResponse";
|
|
386
|
+
const _LDEBF = "ListDurableExecutionsByFunction";
|
|
387
|
+
const _LDEBFR = "ListDurableExecutionsByFunctionRequest";
|
|
388
|
+
const _LDEBFRi = "ListDurableExecutionsByFunctionResponse";
|
|
389
|
+
const _LESM = "ListEventSourceMappings";
|
|
390
|
+
const _LESMR = "ListEventSourceMappingsRequest";
|
|
391
|
+
const _LESMRi = "ListEventSourceMappingsResponse";
|
|
392
|
+
const _LF = "LogFormat";
|
|
393
|
+
const _LFBCSC = "ListFunctionsByCodeSigningConfig";
|
|
394
|
+
const _LFBCSCR = "ListFunctionsByCodeSigningConfigRequest";
|
|
395
|
+
const _LFBCSCRi = "ListFunctionsByCodeSigningConfigResponse";
|
|
396
|
+
const _LFEIC = "ListFunctionEventInvokeConfigs";
|
|
397
|
+
const _LFEICR = "ListFunctionEventInvokeConfigsRequest";
|
|
398
|
+
const _LFEICRi = "ListFunctionEventInvokeConfigsResponse";
|
|
399
|
+
const _LFR = "ListFunctionsRequest";
|
|
400
|
+
const _LFRi = "ListFunctionsResponse";
|
|
401
|
+
const _LFUC = "ListFunctionUrlConfigs";
|
|
402
|
+
const _LFUCR = "ListFunctionUrlConfigsRequest";
|
|
403
|
+
const _LFUCRi = "ListFunctionUrlConfigsResponse";
|
|
404
|
+
const _LFVBCP = "ListFunctionVersionsByCapacityProvider";
|
|
405
|
+
const _LFVBCPR = "ListFunctionVersionsByCapacityProviderRequest";
|
|
406
|
+
const _LFVBCPRi = "ListFunctionVersionsByCapacityProviderResponse";
|
|
407
|
+
const _LFi = "ListFunctions";
|
|
408
|
+
const _LG = "LogGroup";
|
|
409
|
+
const _LI = "LicenseInfo";
|
|
410
|
+
const _LL = "LayersList";
|
|
411
|
+
const _LLI = "LayersListItem";
|
|
412
|
+
const _LLR = "ListLayersRequest";
|
|
413
|
+
const _LLRi = "ListLayersResponse";
|
|
414
|
+
const _LLV = "ListLayerVersions";
|
|
415
|
+
const _LLVR = "ListLayerVersionsRequest";
|
|
416
|
+
const _LLVRi = "ListLayerVersionsResponse";
|
|
417
|
+
const _LLi = "ListLayers";
|
|
418
|
+
const _LM = "LastModified";
|
|
419
|
+
const _LMICPC = "LambdaManagedInstancesCapacityProviderConfig";
|
|
420
|
+
const _LMP = "LocalMountPath";
|
|
421
|
+
const _LMT = "LastModifiedTime";
|
|
422
|
+
const _LMV = "LatestMatchingVersion";
|
|
423
|
+
const _LN = "LayerName";
|
|
424
|
+
const _LPCC = "ListProvisionedConcurrencyConfigs";
|
|
425
|
+
const _LPCCR = "ListProvisionedConcurrencyConfigsRequest";
|
|
426
|
+
const _LPCCRi = "ListProvisionedConcurrencyConfigsResponse";
|
|
427
|
+
const _LPR = "LastProcessingResult";
|
|
428
|
+
const _LR = "LogResult";
|
|
429
|
+
const _LRL = "LayersReferenceList";
|
|
430
|
+
const _LT = "LogType";
|
|
431
|
+
const _LTR = "ListTagsRequest";
|
|
432
|
+
const _LTRi = "ListTagsResponse";
|
|
433
|
+
const _LTi = "ListTags";
|
|
434
|
+
const _LUS = "LastUpdateStatus";
|
|
435
|
+
const _LUSR = "LastUpdateStatusReason";
|
|
436
|
+
const _LUSRC = "LastUpdateStatusReasonCode";
|
|
437
|
+
const _LV = "LayerVersions";
|
|
438
|
+
const _LVA = "LayerVersionArn";
|
|
439
|
+
const _LVBF = "ListVersionsByFunction";
|
|
440
|
+
const _LVBFR = "ListVersionsByFunctionRequest";
|
|
441
|
+
const _LVBFRi = "ListVersionsByFunctionResponse";
|
|
442
|
+
const _LVCI = "LayerVersionContentInput";
|
|
443
|
+
const _LVCO = "LayerVersionContentOutput";
|
|
444
|
+
const _LVL = "LayerVersionsList";
|
|
445
|
+
const _LVLI = "LayerVersionsListItem";
|
|
446
|
+
const _La = "Layer";
|
|
447
|
+
const _Lo = "Location";
|
|
448
|
+
const _M = "Message";
|
|
449
|
+
const _MA = "MaxAge";
|
|
450
|
+
const _MAa = "MasterArn";
|
|
451
|
+
const _MBWIS = "MaximumBatchingWindowInSeconds";
|
|
452
|
+
const _MC = "MetricsConfig";
|
|
453
|
+
const _MCa = "MaximumConcurrency";
|
|
454
|
+
const _MEAIS = "MaximumEventAgeInSeconds";
|
|
455
|
+
const _MEE = "MinExecutionEnvironments";
|
|
456
|
+
const _MEEa = "MaxExecutionEnvironments";
|
|
457
|
+
const _MI = "MaxItems";
|
|
458
|
+
const _MP = "MinimumPollers";
|
|
459
|
+
const _MPa = "MaximumPollers";
|
|
460
|
+
const _MR = "MasterRegion";
|
|
461
|
+
const _MRA = "MaximumRetryAttempts";
|
|
462
|
+
const _MRAIS = "MaximumRecordAgeInSeconds";
|
|
463
|
+
const _MS = "MemorySize";
|
|
464
|
+
const _MVCC = "MaxVCpuCount";
|
|
465
|
+
const _Ma = "Marker";
|
|
466
|
+
const _Me = "Metrics";
|
|
467
|
+
const _Mo = "Mode";
|
|
468
|
+
const _N = "Name";
|
|
469
|
+
const _NADS = "NextAttemptDelaySeconds";
|
|
470
|
+
const _NAT = "NextAttemptTimestamp";
|
|
471
|
+
const _NES = "NewExecutionState";
|
|
472
|
+
const _NM = "NextMarker";
|
|
473
|
+
const _NPVE = "NoPublishedVersionException";
|
|
474
|
+
const _O = "Operations";
|
|
475
|
+
const _OF = "OnFailure";
|
|
476
|
+
const _OI = "OrganizationId";
|
|
477
|
+
const _OP = "OperationPayload";
|
|
478
|
+
const _OPu = "OutputPayload";
|
|
479
|
+
const _OS = "OnSuccess";
|
|
480
|
+
const _OSp = "OptimizationStatus";
|
|
481
|
+
const _OU = "OperationUpdate";
|
|
482
|
+
const _OUp = "OperationUpdates";
|
|
483
|
+
const _Op = "Operation";
|
|
484
|
+
const _P = "Principal";
|
|
485
|
+
const _PC = "PermissionsConfig";
|
|
486
|
+
const _PCC = "ProvisionedConcurrencyConfigs";
|
|
487
|
+
const _PCCL = "ProvisionedConcurrencyConfigList";
|
|
488
|
+
const _PCCLI = "ProvisionedConcurrencyConfigListItem";
|
|
489
|
+
const _PCCNFE = "ProvisionedConcurrencyConfigNotFoundException";
|
|
490
|
+
const _PCE = "ProvisionedConcurrentExecutions";
|
|
491
|
+
const _PCa = "PayloadChunk";
|
|
492
|
+
const _PEEMC = "PerExecutionEnvironmentMaxConcurrency";
|
|
493
|
+
const _PF = "ParallelizationFactor";
|
|
494
|
+
const _PFC = "PutFunctionConcurrency";
|
|
495
|
+
const _PFCR = "PutFunctionConcurrencyRequest";
|
|
496
|
+
const _PFCSC = "PutFunctionCodeSigningConfig";
|
|
497
|
+
const _PFCSCR = "PutFunctionCodeSigningConfigRequest";
|
|
498
|
+
const _PFCSCRu = "PutFunctionCodeSigningConfigResponse";
|
|
499
|
+
const _PFE = "PreconditionFailedException";
|
|
500
|
+
const _PFEIC = "PutFunctionEventInvokeConfig";
|
|
501
|
+
const _PFEICR = "PutFunctionEventInvokeConfigRequest";
|
|
502
|
+
const _PFRC = "PutFunctionRecursionConfig";
|
|
503
|
+
const _PFRCR = "PutFunctionRecursionConfigRequest";
|
|
504
|
+
const _PFRCRu = "PutFunctionRecursionConfigResponse";
|
|
505
|
+
const _PFSC = "PutFunctionScalingConfig";
|
|
506
|
+
const _PFSCR = "PutFunctionScalingConfigRequest";
|
|
507
|
+
const _PFSCRu = "PutFunctionScalingConfigResponse";
|
|
508
|
+
const _PGN = "PollerGroupName";
|
|
509
|
+
const _PI = "ParentId";
|
|
510
|
+
const _PLEE = "PolicyLengthExceededException";
|
|
511
|
+
const _PLV = "PublishLayerVersion";
|
|
512
|
+
const _PLVR = "PublishLayerVersionRequest";
|
|
513
|
+
const _PLVRu = "PublishLayerVersionResponse";
|
|
514
|
+
const _PMT = "PredefinedMetricType";
|
|
515
|
+
const _POID = "PrincipalOrgID";
|
|
516
|
+
const _PPC = "ProvisionedPollerConfig";
|
|
517
|
+
const _PPCC = "PutProvisionedConcurrencyConfig";
|
|
518
|
+
const _PPCCR = "PutProvisionedConcurrencyConfigRequest";
|
|
519
|
+
const _PPCCRu = "PutProvisionedConcurrencyConfigResponse";
|
|
520
|
+
const _PRMC = "PutRuntimeManagementConfig";
|
|
521
|
+
const _PRMCR = "PutRuntimeManagementConfigRequest";
|
|
522
|
+
const _PRMCRu = "PutRuntimeManagementConfigResponse";
|
|
523
|
+
const _PT = "PackageType";
|
|
524
|
+
const _PTu = "PublishTo";
|
|
525
|
+
const _PV = "PublishVersion";
|
|
526
|
+
const _PVR = "PublishVersionRequest";
|
|
527
|
+
const _Pa = "Payload";
|
|
528
|
+
const _Pat = "Pattern";
|
|
529
|
+
const _Po = "Policy";
|
|
530
|
+
const _Pu = "Publish";
|
|
531
|
+
const _Q = "Qualifier";
|
|
532
|
+
const _Qu = "Queues";
|
|
533
|
+
const _R = "Reason";
|
|
534
|
+
const _RA = "Retry-After";
|
|
535
|
+
const _RC = "RoutingConfig";
|
|
536
|
+
const _RCE = "ResourceConflictException";
|
|
537
|
+
const _RCEe = "ReservedConcurrentExecutions";
|
|
538
|
+
const _RCe = "ReplayChildren";
|
|
539
|
+
const _RD = "RetryDetails";
|
|
540
|
+
const _RFSC = "RequestedFunctionScalingConfig";
|
|
541
|
+
const _RI = "RevisionId";
|
|
542
|
+
const _RIE = "RecursiveInvocationException";
|
|
543
|
+
const _RIU = "ResolvedImageUri";
|
|
544
|
+
const _RIUE = "ResourceInUseException";
|
|
545
|
+
const _RIe = "RequestId";
|
|
546
|
+
const _RL = "RecursiveLoop";
|
|
547
|
+
const _RLVP = "RemoveLayerVersionPermission";
|
|
548
|
+
const _RLVPR = "RemoveLayerVersionPermissionRequest";
|
|
549
|
+
const _RNFE = "ResourceNotFoundException";
|
|
550
|
+
const _RNRE = "ResourceNotReadyException";
|
|
551
|
+
const _RO = "ReverseOrder";
|
|
552
|
+
const _RP = "RemovePermission";
|
|
553
|
+
const _RPCE = "RequestedProvisionedConcurrentExecutions";
|
|
554
|
+
const _RPID = "RetentionPeriodInDays";
|
|
555
|
+
const _RPR = "RemovePermissionRequest";
|
|
556
|
+
const _RSCT = "ResponseStreamContentType";
|
|
557
|
+
const _RT = "RepositoryType";
|
|
558
|
+
const _RTLE = "RequestTooLargeException";
|
|
559
|
+
const _RVA = "RuntimeVersionArn";
|
|
560
|
+
const _RVC = "RuntimeVersionConfig";
|
|
561
|
+
const _RVE = "RuntimeVersionError";
|
|
562
|
+
const _Re = "Result";
|
|
563
|
+
const _Res = "Resource";
|
|
564
|
+
const _Ro = "Role";
|
|
565
|
+
const _Ru = "Runtime";
|
|
566
|
+
const _S = "Statement";
|
|
567
|
+
const _SA = "SourceArn";
|
|
568
|
+
const _SAC = "SourceAccessConfigurations";
|
|
569
|
+
const _SACo = "SourceAccessConfiguration";
|
|
570
|
+
const _SAo = "SourceAccount";
|
|
571
|
+
const _SAt = "StartedAfter";
|
|
572
|
+
const _SB = "S3Bucket";
|
|
573
|
+
const _SBt = "StartedBefore";
|
|
574
|
+
const _SC = "ScalingConfig";
|
|
575
|
+
const _SCt = "StatusCode";
|
|
576
|
+
const _SD = "StepDetails";
|
|
577
|
+
const _SDE = "StopDurableExecution";
|
|
578
|
+
const _SDECF = "SendDurableExecutionCallbackFailure";
|
|
579
|
+
const _SDECFR = "SendDurableExecutionCallbackFailureRequest";
|
|
580
|
+
const _SDECFRe = "SendDurableExecutionCallbackFailureResponse";
|
|
581
|
+
const _SDECH = "SendDurableExecutionCallbackHeartbeat";
|
|
582
|
+
const _SDECHR = "SendDurableExecutionCallbackHeartbeatRequest";
|
|
583
|
+
const _SDECHRe = "SendDurableExecutionCallbackHeartbeatResponse";
|
|
584
|
+
const _SDECS = "SendDurableExecutionCallbackSuccess";
|
|
585
|
+
const _SDECSR = "SendDurableExecutionCallbackSuccessRequest";
|
|
586
|
+
const _SDECSRe = "SendDurableExecutionCallbackSuccessResponse";
|
|
587
|
+
const _SDER = "StopDurableExecutionRequest";
|
|
588
|
+
const _SDERt = "StopDurableExecutionResponse";
|
|
589
|
+
const _SE = "ServiceException";
|
|
590
|
+
const _SET = "ScheduledEndTimestamp";
|
|
591
|
+
const _SFD = "StepFailedDetails";
|
|
592
|
+
const _SGI = "SecurityGroupIds";
|
|
593
|
+
const _SI = "StatementId";
|
|
594
|
+
const _SIPALRE = "SubnetIPAddressLimitReachedException";
|
|
595
|
+
const _SIu = "SubnetIds";
|
|
596
|
+
const _SJA = "SigningJobArn";
|
|
597
|
+
const _SK = "S3Key";
|
|
598
|
+
const _SKMSKA = "SourceKMSKeyArn";
|
|
599
|
+
const _SLL = "SystemLogLevel";
|
|
600
|
+
const _SM = "ScalingMode";
|
|
601
|
+
const _SMES = "SelfManagedEventSource";
|
|
602
|
+
const _SMKESC = "SelfManagedKafkaEventSourceConfig";
|
|
603
|
+
const _SO = "StepOptions";
|
|
604
|
+
const _SOV = "S3ObjectVersion";
|
|
605
|
+
const _SP = "ScalingPolicies";
|
|
606
|
+
const _SPT = "StartingPositionTimestamp";
|
|
607
|
+
const _SPVA = "SigningProfileVersionArns";
|
|
608
|
+
const _SPVAi = "SigningProfileVersionArn";
|
|
609
|
+
const _SPt = "StartingPosition";
|
|
610
|
+
const _SR = "StateReason";
|
|
611
|
+
const _SRC = "SchemaRegistryConfig";
|
|
612
|
+
const _SRCt = "StateReasonCode";
|
|
613
|
+
const _SRETLE = "SerializedRequestEntityTooLargeException";
|
|
614
|
+
const _SRURI = "SchemaRegistryURI";
|
|
615
|
+
const _SRt = "StatusReason";
|
|
616
|
+
const _SS = "SensitiveString";
|
|
617
|
+
const _SSD = "StepStartedDetails";
|
|
618
|
+
const _SSDt = "StepSucceededDetails";
|
|
619
|
+
const _SSE = "SnapStartException";
|
|
620
|
+
const _SSNRE = "SnapStartNotReadyException";
|
|
621
|
+
const _SSR = "SnapStartResponse";
|
|
622
|
+
const _SSTE = "SnapStartTimeoutException";
|
|
623
|
+
const _SSn = "SnapStart";
|
|
624
|
+
const _ST = "StackTrace";
|
|
625
|
+
const _STE = "StackTraceEntry";
|
|
626
|
+
const _STEt = "StackTraceEntries";
|
|
627
|
+
const _STR = "StateTransitionReason";
|
|
628
|
+
const _STt = "StartTimestamp";
|
|
629
|
+
const _STto = "StopTimestamp";
|
|
630
|
+
const _STu = "SubType";
|
|
631
|
+
const _SVC = "SchemaValidationConfigs";
|
|
632
|
+
const _Si = "Size";
|
|
633
|
+
const _St = "State";
|
|
634
|
+
const _Sta = "Status";
|
|
635
|
+
const _Stat = "Statuses";
|
|
636
|
+
const _T = "Type";
|
|
637
|
+
const _TA = "TargetArn";
|
|
638
|
+
const _TC = "TracingConfig";
|
|
639
|
+
const _TCR = "TracingConfigResponse";
|
|
640
|
+
const _TCS = "TotalCodeSize";
|
|
641
|
+
const _TCe = "TenancyConfig";
|
|
642
|
+
const _TE = "TagsError";
|
|
643
|
+
const _TH = "TraceHeader";
|
|
644
|
+
const _TI = "TenantId";
|
|
645
|
+
const _TIM = "TenantIsolationMode";
|
|
646
|
+
const _TK = "TagKeys";
|
|
647
|
+
const _TMRE = "TooManyRequestsException";
|
|
648
|
+
const _TR = "TagResource";
|
|
649
|
+
const _TRR = "TagResourceRequest";
|
|
650
|
+
const _TS = "TimeoutSeconds";
|
|
651
|
+
const _TTSP = "TargetTrackingScalingPolicy";
|
|
652
|
+
const _TV = "TargetValue";
|
|
653
|
+
const _TWIS = "TumblingWindowInSeconds";
|
|
654
|
+
const _Ta = "Tags";
|
|
655
|
+
const _Ti = "Timeout";
|
|
656
|
+
const _To = "Topics";
|
|
657
|
+
const _Tr = "Truncated";
|
|
658
|
+
const _U = "Updates";
|
|
659
|
+
const _UA = "UpdateAlias";
|
|
660
|
+
const _UAOD = "UntrustedArtifactOnDeployment";
|
|
661
|
+
const _UAR = "UpdateAliasRequest";
|
|
662
|
+
const _UCE = "UnreservedConcurrentExecutions";
|
|
663
|
+
const _UCP = "UpdateCapacityProvider";
|
|
664
|
+
const _UCPR = "UpdateCapacityProviderRequest";
|
|
665
|
+
const _UCPRp = "UpdateCapacityProviderResponse";
|
|
666
|
+
const _UCSC = "UpdateCodeSigningConfig";
|
|
667
|
+
const _UCSCR = "UpdateCodeSigningConfigRequest";
|
|
668
|
+
const _UCSCRp = "UpdateCodeSigningConfigResponse";
|
|
669
|
+
const _UESM = "UpdateEventSourceMapping";
|
|
670
|
+
const _UESMR = "UpdateEventSourceMappingRequest";
|
|
671
|
+
const _UFC = "UpdateFunctionCode";
|
|
672
|
+
const _UFCR = "UpdateFunctionCodeRequest";
|
|
673
|
+
const _UFCRp = "UpdateFunctionConfigurationRequest";
|
|
674
|
+
const _UFCp = "UpdateFunctionConfiguration";
|
|
675
|
+
const _UFEIC = "UpdateFunctionEventInvokeConfig";
|
|
676
|
+
const _UFEICR = "UpdateFunctionEventInvokeConfigRequest";
|
|
677
|
+
const _UFUC = "UpdateFunctionUrlConfig";
|
|
678
|
+
const _UFUCR = "UpdateFunctionUrlConfigRequest";
|
|
679
|
+
const _UFUCRp = "UpdateFunctionUrlConfigResponse";
|
|
680
|
+
const _UMTE = "UnsupportedMediaTypeException";
|
|
681
|
+
const _UR = "UntagResource";
|
|
682
|
+
const _URI = "URI";
|
|
683
|
+
const _URO = "UpdateRuntimeOn";
|
|
684
|
+
const _URR = "UntagResourceRequest";
|
|
685
|
+
const _UUID = "UUID";
|
|
686
|
+
const _V = "Variables";
|
|
687
|
+
const _VC = "VpcConfig";
|
|
688
|
+
const _VCR = "VpcConfigResponse";
|
|
689
|
+
const _VI = "VpcId";
|
|
690
|
+
const _VN = "VersionNumber";
|
|
691
|
+
const _Ve = "Version";
|
|
692
|
+
const _Ver = "Versions";
|
|
693
|
+
const _WCD = "WaitCancelledDetails";
|
|
694
|
+
const _WD = "WorkingDirectory";
|
|
695
|
+
const _WDa = "WaitDetails";
|
|
696
|
+
const _WO = "WaitOptions";
|
|
697
|
+
const _WS = "WaitSeconds";
|
|
698
|
+
const _WSD = "WaitStartedDetails";
|
|
699
|
+
const _WSDa = "WaitSucceededDetails";
|
|
700
|
+
const _XACC = "X-Amz-Client-Context";
|
|
701
|
+
const _XADEA = "X-Amz-Durable-Execution-Arn";
|
|
702
|
+
const _XADEN = "X-Amz-Durable-Execution-Name";
|
|
703
|
+
const _XAEV = "X-Amz-Executed-Version";
|
|
704
|
+
const _XAFE = "X-Amz-Function-Error";
|
|
705
|
+
const _XAIT = "X-Amz-Invocation-Type";
|
|
706
|
+
const _XALR = "X-Amz-Log-Result";
|
|
707
|
+
const _XALT = "X-Amz-Log-Type";
|
|
708
|
+
const _XATI = "X-Amz-Tenant-Id";
|
|
709
|
+
const _XATIm = "XAmznTraceId";
|
|
710
|
+
const _ZF = "ZipFile";
|
|
711
|
+
const _c = "client";
|
|
712
|
+
const _e = "error";
|
|
713
|
+
const _eP = "eventPayload";
|
|
714
|
+
const _h = "http";
|
|
715
|
+
const _hE = "httpError";
|
|
716
|
+
const _hH = "httpHeader";
|
|
717
|
+
const _hQ = "httpQuery";
|
|
718
|
+
const _m = "message";
|
|
719
|
+
const _rAS = "retryAfterSeconds";
|
|
720
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.lambda";
|
|
721
|
+
const _se = "server";
|
|
722
|
+
const _st = "streaming";
|
|
723
|
+
const _tK = "tagKeys";
|
|
724
|
+
const n0 = "com.amazonaws.lambda";
|
|
725
|
+
const schema_1 = require("@smithy/core/schema");
|
|
726
|
+
const errors_1 = require("../models/errors");
|
|
727
|
+
const LambdaServiceException_1 = require("../models/LambdaServiceException");
|
|
728
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
729
|
+
exports.LambdaServiceException$ = [-3, _s, "LambdaServiceException", 0, [], []];
|
|
730
|
+
_s_registry.registerError(exports.LambdaServiceException$, LambdaServiceException_1.LambdaServiceException);
|
|
731
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
732
|
+
exports.CallbackTimeoutException$ = [-3, n0, _CTE,
|
|
733
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
734
|
+
[_T, _M],
|
|
735
|
+
[0, 0]
|
|
736
|
+
];
|
|
737
|
+
n0_registry.registerError(exports.CallbackTimeoutException$, errors_1.CallbackTimeoutException);
|
|
738
|
+
exports.CapacityProviderLimitExceededException$ = [-3, n0, _CPLEE,
|
|
739
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
740
|
+
[_T, _m],
|
|
741
|
+
[0, 0]
|
|
742
|
+
];
|
|
743
|
+
n0_registry.registerError(exports.CapacityProviderLimitExceededException$, errors_1.CapacityProviderLimitExceededException);
|
|
744
|
+
exports.CodeSigningConfigNotFoundException$ = [-3, n0, _CSCNFE,
|
|
745
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
746
|
+
[_T, _M],
|
|
747
|
+
[0, 0]
|
|
748
|
+
];
|
|
749
|
+
n0_registry.registerError(exports.CodeSigningConfigNotFoundException$, errors_1.CodeSigningConfigNotFoundException);
|
|
750
|
+
exports.CodeStorageExceededException$ = [-3, n0, _CSEE,
|
|
751
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
752
|
+
[_T, _m],
|
|
753
|
+
[0, 0]
|
|
754
|
+
];
|
|
755
|
+
n0_registry.registerError(exports.CodeStorageExceededException$, errors_1.CodeStorageExceededException);
|
|
756
|
+
exports.CodeVerificationFailedException$ = [-3, n0, _CVFE,
|
|
757
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
758
|
+
[_T, _M],
|
|
759
|
+
[0, 0]
|
|
760
|
+
];
|
|
761
|
+
n0_registry.registerError(exports.CodeVerificationFailedException$, errors_1.CodeVerificationFailedException);
|
|
762
|
+
exports.DurableExecutionAlreadyStartedException$ = [-3, n0, _DEASE,
|
|
763
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
764
|
+
[_T, _M],
|
|
765
|
+
[0, 0]
|
|
766
|
+
];
|
|
767
|
+
n0_registry.registerError(exports.DurableExecutionAlreadyStartedException$, errors_1.DurableExecutionAlreadyStartedException);
|
|
768
|
+
exports.EC2AccessDeniedException$ = [-3, n0, _ECADE,
|
|
769
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
770
|
+
[_T, _M],
|
|
771
|
+
[0, 0]
|
|
772
|
+
];
|
|
773
|
+
n0_registry.registerError(exports.EC2AccessDeniedException$, errors_1.EC2AccessDeniedException);
|
|
774
|
+
exports.EC2ThrottledException$ = [-3, n0, _ECTE,
|
|
775
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
776
|
+
[_T, _M],
|
|
777
|
+
[0, 0]
|
|
778
|
+
];
|
|
779
|
+
n0_registry.registerError(exports.EC2ThrottledException$, errors_1.EC2ThrottledException);
|
|
780
|
+
exports.EC2UnexpectedException$ = [-3, n0, _ECUE,
|
|
781
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
782
|
+
[_T, _M, _ECEC],
|
|
783
|
+
[0, 0, 0]
|
|
784
|
+
];
|
|
785
|
+
n0_registry.registerError(exports.EC2UnexpectedException$, errors_1.EC2UnexpectedException);
|
|
786
|
+
exports.EFSIOException$ = [-3, n0, _EFSIOE,
|
|
787
|
+
{ [_e]: _c, [_hE]: 410 },
|
|
788
|
+
[_T, _M],
|
|
789
|
+
[0, 0]
|
|
790
|
+
];
|
|
791
|
+
n0_registry.registerError(exports.EFSIOException$, errors_1.EFSIOException);
|
|
792
|
+
exports.EFSMountConnectivityException$ = [-3, n0, _EFSMCE,
|
|
793
|
+
{ [_e]: _c, [_hE]: 408 },
|
|
794
|
+
[_T, _M],
|
|
795
|
+
[0, 0]
|
|
796
|
+
];
|
|
797
|
+
n0_registry.registerError(exports.EFSMountConnectivityException$, errors_1.EFSMountConnectivityException);
|
|
798
|
+
exports.EFSMountFailureException$ = [-3, n0, _EFSMFE,
|
|
799
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
800
|
+
[_T, _M],
|
|
801
|
+
[0, 0]
|
|
802
|
+
];
|
|
803
|
+
n0_registry.registerError(exports.EFSMountFailureException$, errors_1.EFSMountFailureException);
|
|
804
|
+
exports.EFSMountTimeoutException$ = [-3, n0, _EFSMTE,
|
|
805
|
+
{ [_e]: _c, [_hE]: 408 },
|
|
806
|
+
[_T, _M],
|
|
807
|
+
[0, 0]
|
|
808
|
+
];
|
|
809
|
+
n0_registry.registerError(exports.EFSMountTimeoutException$, errors_1.EFSMountTimeoutException);
|
|
810
|
+
exports.ENILimitReachedException$ = [-3, n0, _ENILRE,
|
|
811
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
812
|
+
[_T, _M],
|
|
813
|
+
[0, 0]
|
|
814
|
+
];
|
|
815
|
+
n0_registry.registerError(exports.ENILimitReachedException$, errors_1.ENILimitReachedException);
|
|
816
|
+
exports.FunctionVersionsPerCapacityProviderLimitExceededException$ = [-3, n0, _FVPCPLEE,
|
|
817
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
818
|
+
[_T, _m],
|
|
819
|
+
[0, 0]
|
|
820
|
+
];
|
|
821
|
+
n0_registry.registerError(exports.FunctionVersionsPerCapacityProviderLimitExceededException$, errors_1.FunctionVersionsPerCapacityProviderLimitExceededException);
|
|
822
|
+
exports.InvalidCodeSignatureException$ = [-3, n0, _ICSE,
|
|
823
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
824
|
+
[_T, _M],
|
|
825
|
+
[0, 0]
|
|
826
|
+
];
|
|
827
|
+
n0_registry.registerError(exports.InvalidCodeSignatureException$, errors_1.InvalidCodeSignatureException);
|
|
828
|
+
exports.InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
829
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
830
|
+
[_T, _m],
|
|
831
|
+
[0, 0]
|
|
832
|
+
];
|
|
833
|
+
n0_registry.registerError(exports.InvalidParameterValueException$, errors_1.InvalidParameterValueException);
|
|
834
|
+
exports.InvalidRequestContentException$ = [-3, n0, _IRCE,
|
|
835
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
836
|
+
[_T, _m],
|
|
837
|
+
[0, 0]
|
|
838
|
+
];
|
|
839
|
+
n0_registry.registerError(exports.InvalidRequestContentException$, errors_1.InvalidRequestContentException);
|
|
840
|
+
exports.InvalidRuntimeException$ = [-3, n0, _IRE,
|
|
841
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
842
|
+
[_T, _M],
|
|
843
|
+
[0, 0]
|
|
844
|
+
];
|
|
845
|
+
n0_registry.registerError(exports.InvalidRuntimeException$, errors_1.InvalidRuntimeException);
|
|
846
|
+
exports.InvalidSecurityGroupIDException$ = [-3, n0, _ISGIDE,
|
|
847
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
848
|
+
[_T, _M],
|
|
849
|
+
[0, 0]
|
|
850
|
+
];
|
|
851
|
+
n0_registry.registerError(exports.InvalidSecurityGroupIDException$, errors_1.InvalidSecurityGroupIDException);
|
|
852
|
+
exports.InvalidSubnetIDException$ = [-3, n0, _ISIDE,
|
|
853
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
854
|
+
[_T, _M],
|
|
855
|
+
[0, 0]
|
|
856
|
+
];
|
|
857
|
+
n0_registry.registerError(exports.InvalidSubnetIDException$, errors_1.InvalidSubnetIDException);
|
|
858
|
+
exports.InvalidZipFileException$ = [-3, n0, _IZFE,
|
|
859
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
860
|
+
[_T, _M],
|
|
861
|
+
[0, 0]
|
|
862
|
+
];
|
|
863
|
+
n0_registry.registerError(exports.InvalidZipFileException$, errors_1.InvalidZipFileException);
|
|
864
|
+
exports.KMSAccessDeniedException$ = [-3, n0, _KMSADE,
|
|
865
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
866
|
+
[_T, _M],
|
|
867
|
+
[0, 0]
|
|
868
|
+
];
|
|
869
|
+
n0_registry.registerError(exports.KMSAccessDeniedException$, errors_1.KMSAccessDeniedException);
|
|
870
|
+
exports.KMSDisabledException$ = [-3, n0, _KMSDE,
|
|
871
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
872
|
+
[_T, _M],
|
|
873
|
+
[0, 0]
|
|
874
|
+
];
|
|
875
|
+
n0_registry.registerError(exports.KMSDisabledException$, errors_1.KMSDisabledException);
|
|
876
|
+
exports.KMSInvalidStateException$ = [-3, n0, _KMSISE,
|
|
877
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
878
|
+
[_T, _M],
|
|
879
|
+
[0, 0]
|
|
880
|
+
];
|
|
881
|
+
n0_registry.registerError(exports.KMSInvalidStateException$, errors_1.KMSInvalidStateException);
|
|
882
|
+
exports.KMSNotFoundException$ = [-3, n0, _KMSNFE,
|
|
883
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
884
|
+
[_T, _M],
|
|
885
|
+
[0, 0]
|
|
886
|
+
];
|
|
887
|
+
n0_registry.registerError(exports.KMSNotFoundException$, errors_1.KMSNotFoundException);
|
|
888
|
+
exports.NoPublishedVersionException$ = [-3, n0, _NPVE,
|
|
889
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
890
|
+
[_T, _M],
|
|
891
|
+
[0, 0]
|
|
892
|
+
];
|
|
893
|
+
n0_registry.registerError(exports.NoPublishedVersionException$, errors_1.NoPublishedVersionException);
|
|
894
|
+
exports.PolicyLengthExceededException$ = [-3, n0, _PLEE,
|
|
895
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
896
|
+
[_T, _m],
|
|
897
|
+
[0, 0]
|
|
898
|
+
];
|
|
899
|
+
n0_registry.registerError(exports.PolicyLengthExceededException$, errors_1.PolicyLengthExceededException);
|
|
900
|
+
exports.PreconditionFailedException$ = [-3, n0, _PFE,
|
|
901
|
+
{ [_e]: _c, [_hE]: 412 },
|
|
902
|
+
[_T, _m],
|
|
903
|
+
[0, 0]
|
|
904
|
+
];
|
|
905
|
+
n0_registry.registerError(exports.PreconditionFailedException$, errors_1.PreconditionFailedException);
|
|
906
|
+
exports.ProvisionedConcurrencyConfigNotFoundException$ = [-3, n0, _PCCNFE,
|
|
907
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
908
|
+
[_T, _m],
|
|
909
|
+
[0, 0]
|
|
910
|
+
];
|
|
911
|
+
n0_registry.registerError(exports.ProvisionedConcurrencyConfigNotFoundException$, errors_1.ProvisionedConcurrencyConfigNotFoundException);
|
|
912
|
+
exports.RecursiveInvocationException$ = [-3, n0, _RIE,
|
|
913
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
914
|
+
[_T, _M],
|
|
915
|
+
[0, 0]
|
|
916
|
+
];
|
|
917
|
+
n0_registry.registerError(exports.RecursiveInvocationException$, errors_1.RecursiveInvocationException);
|
|
918
|
+
exports.RequestTooLargeException$ = [-3, n0, _RTLE,
|
|
919
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
920
|
+
[_T, _m],
|
|
921
|
+
[0, 0]
|
|
922
|
+
];
|
|
923
|
+
n0_registry.registerError(exports.RequestTooLargeException$, errors_1.RequestTooLargeException);
|
|
924
|
+
exports.ResourceConflictException$ = [-3, n0, _RCE,
|
|
925
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
926
|
+
[_T, _m],
|
|
927
|
+
[0, 0]
|
|
928
|
+
];
|
|
929
|
+
n0_registry.registerError(exports.ResourceConflictException$, errors_1.ResourceConflictException);
|
|
930
|
+
exports.ResourceInUseException$ = [-3, n0, _RIUE,
|
|
931
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
932
|
+
[_T, _M],
|
|
933
|
+
[0, 0]
|
|
934
|
+
];
|
|
935
|
+
n0_registry.registerError(exports.ResourceInUseException$, errors_1.ResourceInUseException);
|
|
936
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
937
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
938
|
+
[_T, _M],
|
|
939
|
+
[0, 0]
|
|
940
|
+
];
|
|
941
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
942
|
+
exports.ResourceNotReadyException$ = [-3, n0, _RNRE,
|
|
943
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
944
|
+
[_T, _m],
|
|
945
|
+
[0, 0]
|
|
946
|
+
];
|
|
947
|
+
n0_registry.registerError(exports.ResourceNotReadyException$, errors_1.ResourceNotReadyException);
|
|
948
|
+
exports.SerializedRequestEntityTooLargeException$ = [-3, n0, _SRETLE,
|
|
949
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
950
|
+
[_T, _m],
|
|
951
|
+
[0, 0]
|
|
952
|
+
];
|
|
953
|
+
n0_registry.registerError(exports.SerializedRequestEntityTooLargeException$, errors_1.SerializedRequestEntityTooLargeException);
|
|
954
|
+
exports.ServiceException$ = [-3, n0, _SE,
|
|
955
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
956
|
+
[_T, _M],
|
|
957
|
+
[0, 0]
|
|
958
|
+
];
|
|
959
|
+
n0_registry.registerError(exports.ServiceException$, errors_1.ServiceException);
|
|
960
|
+
exports.SnapStartException$ = [-3, n0, _SSE,
|
|
961
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
962
|
+
[_T, _M],
|
|
963
|
+
[0, 0]
|
|
964
|
+
];
|
|
965
|
+
n0_registry.registerError(exports.SnapStartException$, errors_1.SnapStartException);
|
|
966
|
+
exports.SnapStartNotReadyException$ = [-3, n0, _SSNRE,
|
|
967
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
968
|
+
[_T, _M],
|
|
969
|
+
[0, 0]
|
|
970
|
+
];
|
|
971
|
+
n0_registry.registerError(exports.SnapStartNotReadyException$, errors_1.SnapStartNotReadyException);
|
|
972
|
+
exports.SnapStartTimeoutException$ = [-3, n0, _SSTE,
|
|
973
|
+
{ [_e]: _c, [_hE]: 408 },
|
|
974
|
+
[_T, _M],
|
|
975
|
+
[0, 0]
|
|
976
|
+
];
|
|
977
|
+
n0_registry.registerError(exports.SnapStartTimeoutException$, errors_1.SnapStartTimeoutException);
|
|
978
|
+
exports.SubnetIPAddressLimitReachedException$ = [-3, n0, _SIPALRE,
|
|
979
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
980
|
+
[_T, _M],
|
|
981
|
+
[0, 0]
|
|
982
|
+
];
|
|
983
|
+
n0_registry.registerError(exports.SubnetIPAddressLimitReachedException$, errors_1.SubnetIPAddressLimitReachedException);
|
|
984
|
+
exports.TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
985
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
986
|
+
[_rAS, _T, _m, _R],
|
|
987
|
+
[[0, { [_hH]: _RA }], 0, 0, 0]
|
|
988
|
+
];
|
|
989
|
+
n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
|
|
990
|
+
exports.UnsupportedMediaTypeException$ = [-3, n0, _UMTE,
|
|
991
|
+
{ [_e]: _c, [_hE]: 415 },
|
|
992
|
+
[_T, _m],
|
|
993
|
+
[0, 0]
|
|
994
|
+
];
|
|
995
|
+
n0_registry.registerError(exports.UnsupportedMediaTypeException$, errors_1.UnsupportedMediaTypeException);
|
|
996
|
+
exports.errorTypeRegistries = [
|
|
997
|
+
_s_registry,
|
|
998
|
+
n0_registry,
|
|
999
|
+
];
|
|
1000
|
+
var BinaryOperationPayload = [0, n0, _BOP, 8, 21];
|
|
1001
|
+
var _Blob = [0, n0, _B, 8, 21];
|
|
1002
|
+
var BlobStream = [0, n0, _BS, { [_st]: 1 }, 42];
|
|
1003
|
+
var EnvironmentVariableName = [0, n0, _EVN, 8, 0];
|
|
1004
|
+
var EnvironmentVariableValue = [0, n0, _EVV, 8, 0];
|
|
1005
|
+
var ErrorData = [0, n0, _ED, 8, 0];
|
|
1006
|
+
var ErrorMessage = [0, n0, _EM, 8, 0];
|
|
1007
|
+
var ErrorType = [0, n0, _ET, 8, 0];
|
|
1008
|
+
var InputPayload = [0, n0, _IP, 8, 0];
|
|
1009
|
+
var OperationPayload = [0, n0, _OP, 8, 0];
|
|
1010
|
+
var OutputPayload = [0, n0, _OPu, 8, 0];
|
|
1011
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
1012
|
+
var StackTraceEntry = [0, n0, _STE, 8, 0];
|
|
1013
|
+
exports.AccountLimit$ = [3, n0, _AL,
|
|
1014
|
+
0,
|
|
1015
|
+
[_TCS, _CSU, _CSZ, _CE, _UCE],
|
|
1016
|
+
[1, 1, 1, 1, 1]
|
|
1017
|
+
];
|
|
1018
|
+
exports.AccountUsage$ = [3, n0, _AU,
|
|
1019
|
+
0,
|
|
1020
|
+
[_TCS, _FC],
|
|
1021
|
+
[1, 1]
|
|
1022
|
+
];
|
|
1023
|
+
exports.AddLayerVersionPermissionRequest$ = [3, n0, _ALVPR,
|
|
1024
|
+
0,
|
|
1025
|
+
[_LN, _VN, _SI, _A, _P, _OI, _RI],
|
|
1026
|
+
[[0, 1], [1, 1], 0, 0, 0, 0, [0, { [_hQ]: _RI }]], 5
|
|
1027
|
+
];
|
|
1028
|
+
exports.AddLayerVersionPermissionResponse$ = [3, n0, _ALVPRd,
|
|
1029
|
+
0,
|
|
1030
|
+
[_S, _RI],
|
|
1031
|
+
[0, 0]
|
|
1032
|
+
];
|
|
1033
|
+
exports.AddPermissionRequest$ = [3, n0, _APR,
|
|
1034
|
+
0,
|
|
1035
|
+
[_FN, _SI, _A, _P, _SA, _SAo, _EST, _Q, _RI, _POID, _FUAT, _IVFU],
|
|
1036
|
+
[[0, 1], 0, 0, 0, 0, 0, 0, [0, { [_hQ]: _Q }], 0, 0, 0, 2], 4
|
|
1037
|
+
];
|
|
1038
|
+
exports.AddPermissionResponse$ = [3, n0, _APRd,
|
|
1039
|
+
0,
|
|
1040
|
+
[_S],
|
|
1041
|
+
[0]
|
|
1042
|
+
];
|
|
1043
|
+
exports.AliasConfiguration$ = [3, n0, _AC,
|
|
1044
|
+
0,
|
|
1045
|
+
[_AA, _N, _FV, _D, _RC, _RI],
|
|
1046
|
+
[0, 0, 0, 0, () => exports.AliasRoutingConfiguration$, 0]
|
|
1047
|
+
];
|
|
1048
|
+
exports.AliasRoutingConfiguration$ = [3, n0, _ARC,
|
|
1049
|
+
0,
|
|
1050
|
+
[_AVW],
|
|
1051
|
+
[128 | 1]
|
|
1052
|
+
];
|
|
1053
|
+
exports.AllowedPublishers$ = [3, n0, _AP,
|
|
1054
|
+
0,
|
|
1055
|
+
[_SPVA],
|
|
1056
|
+
[64 | 0], 1
|
|
1057
|
+
];
|
|
1058
|
+
exports.AmazonManagedKafkaEventSourceConfig$ = [3, n0, _AMKESC,
|
|
1059
|
+
0,
|
|
1060
|
+
[_CGI, _SRC],
|
|
1061
|
+
[0, () => exports.KafkaSchemaRegistryConfig$]
|
|
1062
|
+
];
|
|
1063
|
+
exports.CallbackDetails$ = [3, n0, _CD,
|
|
1064
|
+
0,
|
|
1065
|
+
[_CI, _Re, _E],
|
|
1066
|
+
[0, [() => OperationPayload, 0], [() => exports.ErrorObject$, 0]]
|
|
1067
|
+
];
|
|
1068
|
+
exports.CallbackFailedDetails$ = [3, n0, _CFD,
|
|
1069
|
+
0,
|
|
1070
|
+
[_E],
|
|
1071
|
+
[[() => exports.EventError$, 0]], 1
|
|
1072
|
+
];
|
|
1073
|
+
exports.CallbackOptions$ = [3, n0, _CO,
|
|
1074
|
+
0,
|
|
1075
|
+
[_TS, _HTS],
|
|
1076
|
+
[1, 1]
|
|
1077
|
+
];
|
|
1078
|
+
exports.CallbackStartedDetails$ = [3, n0, _CSD,
|
|
1079
|
+
0,
|
|
1080
|
+
[_CI, _HT, _Ti],
|
|
1081
|
+
[0, 1, 1], 1
|
|
1082
|
+
];
|
|
1083
|
+
exports.CallbackSucceededDetails$ = [3, n0, _CSDa,
|
|
1084
|
+
0,
|
|
1085
|
+
[_Re],
|
|
1086
|
+
[[() => exports.EventResult$, 0]], 1
|
|
1087
|
+
];
|
|
1088
|
+
exports.CallbackTimedOutDetails$ = [3, n0, _CTOD,
|
|
1089
|
+
0,
|
|
1090
|
+
[_E],
|
|
1091
|
+
[[() => exports.EventError$, 0]], 1
|
|
1092
|
+
];
|
|
1093
|
+
exports.CapacityProvider$ = [3, n0, _CP,
|
|
1094
|
+
0,
|
|
1095
|
+
[_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM],
|
|
1096
|
+
[0, 0, () => exports.CapacityProviderVpcConfig$, () => exports.CapacityProviderPermissionsConfig$, () => exports.InstanceRequirements$, () => exports.CapacityProviderScalingConfig$, 0, 0], 4
|
|
1097
|
+
];
|
|
1098
|
+
exports.CapacityProviderConfig$ = [3, n0, _CPC,
|
|
1099
|
+
0,
|
|
1100
|
+
[_LMICPC],
|
|
1101
|
+
[() => exports.LambdaManagedInstancesCapacityProviderConfig$], 1
|
|
1102
|
+
];
|
|
1103
|
+
exports.CapacityProviderPermissionsConfig$ = [3, n0, _CPPC,
|
|
1104
|
+
0,
|
|
1105
|
+
[_CPORA],
|
|
1106
|
+
[0], 1
|
|
1107
|
+
];
|
|
1108
|
+
exports.CapacityProviderScalingConfig$ = [3, n0, _CPSC,
|
|
1109
|
+
0,
|
|
1110
|
+
[_MVCC, _SM, _SP],
|
|
1111
|
+
[1, 0, () => CapacityProviderScalingPoliciesList]
|
|
1112
|
+
];
|
|
1113
|
+
exports.CapacityProviderVpcConfig$ = [3, n0, _CPVC,
|
|
1114
|
+
0,
|
|
1115
|
+
[_SIu, _SGI],
|
|
1116
|
+
[64 | 0, 64 | 0], 2
|
|
1117
|
+
];
|
|
1118
|
+
exports.ChainedInvokeDetails$ = [3, n0, _CID,
|
|
1119
|
+
0,
|
|
1120
|
+
[_Re, _E],
|
|
1121
|
+
[[() => OperationPayload, 0], [() => exports.ErrorObject$, 0]]
|
|
1122
|
+
];
|
|
1123
|
+
exports.ChainedInvokeFailedDetails$ = [3, n0, _CIFD,
|
|
1124
|
+
0,
|
|
1125
|
+
[_E],
|
|
1126
|
+
[[() => exports.EventError$, 0]], 1
|
|
1127
|
+
];
|
|
1128
|
+
exports.ChainedInvokeOptions$ = [3, n0, _CIO,
|
|
1129
|
+
0,
|
|
1130
|
+
[_FN, _TI],
|
|
1131
|
+
[0, 0], 1
|
|
1132
|
+
];
|
|
1133
|
+
exports.ChainedInvokeStartedDetails$ = [3, n0, _CISD,
|
|
1134
|
+
0,
|
|
1135
|
+
[_FN, _TI, _I, _EV, _DEA],
|
|
1136
|
+
[0, 0, [() => exports.EventInput$, 0], 0, 0], 1
|
|
1137
|
+
];
|
|
1138
|
+
exports.ChainedInvokeStoppedDetails$ = [3, n0, _CISDh,
|
|
1139
|
+
0,
|
|
1140
|
+
[_E],
|
|
1141
|
+
[[() => exports.EventError$, 0]], 1
|
|
1142
|
+
];
|
|
1143
|
+
exports.ChainedInvokeSucceededDetails$ = [3, n0, _CISDha,
|
|
1144
|
+
0,
|
|
1145
|
+
[_Re],
|
|
1146
|
+
[[() => exports.EventResult$, 0]], 1
|
|
1147
|
+
];
|
|
1148
|
+
exports.ChainedInvokeTimedOutDetails$ = [3, n0, _CITOD,
|
|
1149
|
+
0,
|
|
1150
|
+
[_E],
|
|
1151
|
+
[[() => exports.EventError$, 0]], 1
|
|
1152
|
+
];
|
|
1153
|
+
exports.CheckpointDurableExecutionRequest$ = [3, n0, _CDER,
|
|
1154
|
+
0,
|
|
1155
|
+
[_DEA, _CT, _U, _CTl],
|
|
1156
|
+
[[0, 1], 0, [() => OperationUpdates, 0], [0, 4]], 2
|
|
1157
|
+
];
|
|
1158
|
+
exports.CheckpointDurableExecutionResponse$ = [3, n0, _CDERh,
|
|
1159
|
+
0,
|
|
1160
|
+
[_NES, _CT],
|
|
1161
|
+
[[() => exports.CheckpointUpdatedExecutionState$, 0], 0], 1
|
|
1162
|
+
];
|
|
1163
|
+
exports.CheckpointUpdatedExecutionState$ = [3, n0, _CUES,
|
|
1164
|
+
0,
|
|
1165
|
+
[_O, _NM],
|
|
1166
|
+
[[() => Operations, 0], 0]
|
|
1167
|
+
];
|
|
1168
|
+
exports.CodeSigningConfig$ = [3, n0, _CSC,
|
|
1169
|
+
0,
|
|
1170
|
+
[_CSCI, _CSCA, _AP, _CSP, _LM, _D],
|
|
1171
|
+
[0, 0, () => exports.AllowedPublishers$, () => exports.CodeSigningPolicies$, 0, 0], 5
|
|
1172
|
+
];
|
|
1173
|
+
exports.CodeSigningPolicies$ = [3, n0, _CSP,
|
|
1174
|
+
0,
|
|
1175
|
+
[_UAOD],
|
|
1176
|
+
[0]
|
|
1177
|
+
];
|
|
1178
|
+
exports.Concurrency$ = [3, n0, _C,
|
|
1179
|
+
0,
|
|
1180
|
+
[_RCEe],
|
|
1181
|
+
[1]
|
|
1182
|
+
];
|
|
1183
|
+
exports.ContextDetails$ = [3, n0, _CDo,
|
|
1184
|
+
0,
|
|
1185
|
+
[_RCe, _Re, _E],
|
|
1186
|
+
[2, [() => OperationPayload, 0], [() => exports.ErrorObject$, 0]]
|
|
1187
|
+
];
|
|
1188
|
+
exports.ContextFailedDetails$ = [3, n0, _CFDo,
|
|
1189
|
+
0,
|
|
1190
|
+
[_E],
|
|
1191
|
+
[[() => exports.EventError$, 0]], 1
|
|
1192
|
+
];
|
|
1193
|
+
exports.ContextOptions$ = [3, n0, _COo,
|
|
1194
|
+
0,
|
|
1195
|
+
[_RCe],
|
|
1196
|
+
[2]
|
|
1197
|
+
];
|
|
1198
|
+
exports.ContextStartedDetails$ = [3, n0, _CSDo,
|
|
1199
|
+
0,
|
|
1200
|
+
[],
|
|
1201
|
+
[]
|
|
1202
|
+
];
|
|
1203
|
+
exports.ContextSucceededDetails$ = [3, n0, _CSDon,
|
|
1204
|
+
0,
|
|
1205
|
+
[_Re],
|
|
1206
|
+
[[() => exports.EventResult$, 0]], 1
|
|
1207
|
+
];
|
|
1208
|
+
exports.Cors$ = [3, n0, _Co,
|
|
1209
|
+
0,
|
|
1210
|
+
[_ACl, _AH, _AM, _AO, _EH, _MA],
|
|
1211
|
+
[2, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1]
|
|
1212
|
+
];
|
|
1213
|
+
exports.CreateAliasRequest$ = [3, n0, _CAR,
|
|
1214
|
+
0,
|
|
1215
|
+
[_FN, _N, _FV, _D, _RC],
|
|
1216
|
+
[[0, 1], 0, 0, 0, () => exports.AliasRoutingConfiguration$], 3
|
|
1217
|
+
];
|
|
1218
|
+
exports.CreateCapacityProviderRequest$ = [3, n0, _CCPR,
|
|
1219
|
+
0,
|
|
1220
|
+
[_CPN, _VC, _PC, _IR, _CPSC, _KKA, _Ta],
|
|
1221
|
+
[0, () => exports.CapacityProviderVpcConfig$, () => exports.CapacityProviderPermissionsConfig$, () => exports.InstanceRequirements$, () => exports.CapacityProviderScalingConfig$, 0, 128 | 0], 3
|
|
1222
|
+
];
|
|
1223
|
+
exports.CreateCapacityProviderResponse$ = [3, n0, _CCPRr,
|
|
1224
|
+
0,
|
|
1225
|
+
[_CP],
|
|
1226
|
+
[() => exports.CapacityProvider$], 1
|
|
1227
|
+
];
|
|
1228
|
+
exports.CreateCodeSigningConfigRequest$ = [3, n0, _CCSCR,
|
|
1229
|
+
0,
|
|
1230
|
+
[_AP, _D, _CSP, _Ta],
|
|
1231
|
+
[() => exports.AllowedPublishers$, 0, () => exports.CodeSigningPolicies$, 128 | 0], 1
|
|
1232
|
+
];
|
|
1233
|
+
exports.CreateCodeSigningConfigResponse$ = [3, n0, _CCSCRr,
|
|
1234
|
+
0,
|
|
1235
|
+
[_CSC],
|
|
1236
|
+
[() => exports.CodeSigningConfig$], 1
|
|
1237
|
+
];
|
|
1238
|
+
exports.CreateEventSourceMappingRequest$ = [3, n0, _CESMR,
|
|
1239
|
+
0,
|
|
1240
|
+
[_FN, _ESA, _En, _BSa, _FCi, _MBWIS, _PF, _SPt, _SPT, _DC, _MRAIS, _BBOFE, _MRA, _Ta, _TWIS, _To, _Qu, _SAC, _SMES, _FRT, _AMKESC, _SMKESC, _SC, _DDBESC, _KMSKA, _MC, _LC, _PPC],
|
|
1241
|
+
[0, 0, 2, 1, () => exports.FilterCriteria$, 1, 1, 0, 4, () => exports.DestinationConfig$, 1, 2, 1, 128 | 0, 1, 64 | 0, 64 | 0, () => SourceAccessConfigurations, () => exports.SelfManagedEventSource$, 64 | 0, () => exports.AmazonManagedKafkaEventSourceConfig$, () => exports.SelfManagedKafkaEventSourceConfig$, () => exports.ScalingConfig$, () => exports.DocumentDBEventSourceConfig$, 0, () => exports.EventSourceMappingMetricsConfig$, () => exports.EventSourceMappingLoggingConfig$, () => exports.ProvisionedPollerConfig$], 1
|
|
1242
|
+
];
|
|
1243
|
+
exports.CreateFunctionRequest$ = [3, n0, _CFR,
|
|
1244
|
+
0,
|
|
1245
|
+
[_FN, _Ro, _Cod, _Ru, _H, _D, _Ti, _MS, _Pu, _VC, _PT, _DLC, _Env, _KMSKA, _TC, _Ta, _L, _FSC, _IC, _CSCA, _Ar, _ES, _SSn, _LC, _CPC, _PTu, _DCu, _TCe],
|
|
1246
|
+
[0, 0, [() => exports.FunctionCode$, 0], 0, 0, 0, 1, 1, 2, () => exports.VpcConfig$, 0, () => exports.DeadLetterConfig$, [() => exports.Environment$, 0], 0, () => exports.TracingConfig$, 128 | 0, 64 | 0, () => FileSystemConfigList, () => exports.ImageConfig$, 0, 64 | 0, () => exports.EphemeralStorage$, () => exports.SnapStart$, () => exports.LoggingConfig$, () => exports.CapacityProviderConfig$, 0, () => exports.DurableConfig$, () => exports.TenancyConfig$], 3
|
|
1247
|
+
];
|
|
1248
|
+
exports.CreateFunctionUrlConfigRequest$ = [3, n0, _CFUCR,
|
|
1249
|
+
0,
|
|
1250
|
+
[_FN, _AT, _Q, _Co, _IM],
|
|
1251
|
+
[[0, 1], 0, [0, { [_hQ]: _Q }], () => exports.Cors$, 0], 2
|
|
1252
|
+
];
|
|
1253
|
+
exports.CreateFunctionUrlConfigResponse$ = [3, n0, _CFUCRr,
|
|
1254
|
+
0,
|
|
1255
|
+
[_FU, _FA, _AT, _CTr, _Co, _IM],
|
|
1256
|
+
[0, 0, 0, 0, () => exports.Cors$, 0], 4
|
|
1257
|
+
];
|
|
1258
|
+
exports.DeadLetterConfig$ = [3, n0, _DLC,
|
|
1259
|
+
0,
|
|
1260
|
+
[_TA],
|
|
1261
|
+
[0]
|
|
1262
|
+
];
|
|
1263
|
+
exports.DeleteAliasRequest$ = [3, n0, _DAR,
|
|
1264
|
+
0,
|
|
1265
|
+
[_FN, _N],
|
|
1266
|
+
[[0, 1], [0, 1]], 2
|
|
1267
|
+
];
|
|
1268
|
+
exports.DeleteCapacityProviderRequest$ = [3, n0, _DCPR,
|
|
1269
|
+
0,
|
|
1270
|
+
[_CPN],
|
|
1271
|
+
[[0, 1]], 1
|
|
1272
|
+
];
|
|
1273
|
+
exports.DeleteCapacityProviderResponse$ = [3, n0, _DCPRe,
|
|
1274
|
+
0,
|
|
1275
|
+
[_CP],
|
|
1276
|
+
[() => exports.CapacityProvider$], 1
|
|
1277
|
+
];
|
|
1278
|
+
exports.DeleteCodeSigningConfigRequest$ = [3, n0, _DCSCR,
|
|
1279
|
+
0,
|
|
1280
|
+
[_CSCA],
|
|
1281
|
+
[[0, 1]], 1
|
|
1282
|
+
];
|
|
1283
|
+
exports.DeleteCodeSigningConfigResponse$ = [3, n0, _DCSCRe,
|
|
1284
|
+
0,
|
|
1285
|
+
[],
|
|
1286
|
+
[]
|
|
1287
|
+
];
|
|
1288
|
+
exports.DeleteEventSourceMappingRequest$ = [3, n0, _DESMR,
|
|
1289
|
+
0,
|
|
1290
|
+
[_UUID],
|
|
1291
|
+
[[0, 1]], 1
|
|
1292
|
+
];
|
|
1293
|
+
exports.DeleteFunctionCodeSigningConfigRequest$ = [3, n0, _DFCSCR,
|
|
1294
|
+
0,
|
|
1295
|
+
[_FN],
|
|
1296
|
+
[[0, 1]], 1
|
|
1297
|
+
];
|
|
1298
|
+
exports.DeleteFunctionConcurrencyRequest$ = [3, n0, _DFCR,
|
|
1299
|
+
0,
|
|
1300
|
+
[_FN],
|
|
1301
|
+
[[0, 1]], 1
|
|
1302
|
+
];
|
|
1303
|
+
exports.DeleteFunctionEventInvokeConfigRequest$ = [3, n0, _DFEICR,
|
|
1304
|
+
0,
|
|
1305
|
+
[_FN, _Q],
|
|
1306
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 1
|
|
1307
|
+
];
|
|
1308
|
+
exports.DeleteFunctionRequest$ = [3, n0, _DFR,
|
|
1309
|
+
0,
|
|
1310
|
+
[_FN, _Q],
|
|
1311
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 1
|
|
1312
|
+
];
|
|
1313
|
+
exports.DeleteFunctionResponse$ = [3, n0, _DFRe,
|
|
1314
|
+
0,
|
|
1315
|
+
[_SCt],
|
|
1316
|
+
[[1, 32]]
|
|
1317
|
+
];
|
|
1318
|
+
exports.DeleteFunctionUrlConfigRequest$ = [3, n0, _DFUCR,
|
|
1319
|
+
0,
|
|
1320
|
+
[_FN, _Q],
|
|
1321
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 1
|
|
1322
|
+
];
|
|
1323
|
+
exports.DeleteLayerVersionRequest$ = [3, n0, _DLVR,
|
|
1324
|
+
0,
|
|
1325
|
+
[_LN, _VN],
|
|
1326
|
+
[[0, 1], [1, 1]], 2
|
|
1327
|
+
];
|
|
1328
|
+
exports.DeleteProvisionedConcurrencyConfigRequest$ = [3, n0, _DPCCR,
|
|
1329
|
+
0,
|
|
1330
|
+
[_FN, _Q],
|
|
1331
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 2
|
|
1332
|
+
];
|
|
1333
|
+
exports.DestinationConfig$ = [3, n0, _DC,
|
|
1334
|
+
0,
|
|
1335
|
+
[_OS, _OF],
|
|
1336
|
+
[() => exports.OnSuccess$, () => exports.OnFailure$]
|
|
1337
|
+
];
|
|
1338
|
+
exports.DocumentDBEventSourceConfig$ = [3, n0, _DDBESC,
|
|
1339
|
+
0,
|
|
1340
|
+
[_DN, _CN, _FD],
|
|
1341
|
+
[0, 0, 0]
|
|
1342
|
+
];
|
|
1343
|
+
exports.DurableConfig$ = [3, n0, _DCu,
|
|
1344
|
+
0,
|
|
1345
|
+
[_RPID, _ETx],
|
|
1346
|
+
[1, 1]
|
|
1347
|
+
];
|
|
1348
|
+
exports.Environment$ = [3, n0, _Env,
|
|
1349
|
+
0,
|
|
1350
|
+
[_V],
|
|
1351
|
+
[[() => EnvironmentVariables, 0]]
|
|
1352
|
+
];
|
|
1353
|
+
exports.EnvironmentError$ = [3, n0, _EE,
|
|
1354
|
+
0,
|
|
1355
|
+
[_EC, _M],
|
|
1356
|
+
[0, [() => SensitiveString, 0]]
|
|
1357
|
+
];
|
|
1358
|
+
exports.EnvironmentResponse$ = [3, n0, _ER,
|
|
1359
|
+
0,
|
|
1360
|
+
[_V, _E],
|
|
1361
|
+
[[() => EnvironmentVariables, 0], [() => exports.EnvironmentError$, 0]]
|
|
1362
|
+
];
|
|
1363
|
+
exports.EphemeralStorage$ = [3, n0, _ES,
|
|
1364
|
+
0,
|
|
1365
|
+
[_Si],
|
|
1366
|
+
[1], 1
|
|
1367
|
+
];
|
|
1368
|
+
exports.ErrorObject$ = [3, n0, _EO,
|
|
1369
|
+
0,
|
|
1370
|
+
[_EM, _ET, _ED, _ST],
|
|
1371
|
+
[[() => ErrorMessage, 0], [() => ErrorType, 0], [() => ErrorData, 0], [() => StackTraceEntries, 0]]
|
|
1372
|
+
];
|
|
1373
|
+
exports.Event$ = [3, n0, _Ev,
|
|
1374
|
+
0,
|
|
1375
|
+
[_ETv, _STu, _EI, _Id, _N, _ETve, _PI, _ESD, _ESDx, _EFD, _ETOD, _ESDxe, _CSDo, _CSDon, _CFDo, _WSD, _WSDa, _WCD, _SSD, _SSDt, _SFD, _CISD, _CISDha, _CIFD, _CITOD, _CISDh, _CSD, _CSDa, _CFD, _CTOD, _ICD],
|
|
1376
|
+
[0, 0, 1, 0, 0, 4, 0, [() => exports.ExecutionStartedDetails$, 0], [() => exports.ExecutionSucceededDetails$, 0], [() => exports.ExecutionFailedDetails$, 0], [() => exports.ExecutionTimedOutDetails$, 0], [() => exports.ExecutionStoppedDetails$, 0], () => exports.ContextStartedDetails$, [() => exports.ContextSucceededDetails$, 0], [() => exports.ContextFailedDetails$, 0], () => exports.WaitStartedDetails$, () => exports.WaitSucceededDetails$, [() => exports.WaitCancelledDetails$, 0], () => exports.StepStartedDetails$, [() => exports.StepSucceededDetails$, 0], [() => exports.StepFailedDetails$, 0], [() => exports.ChainedInvokeStartedDetails$, 0], [() => exports.ChainedInvokeSucceededDetails$, 0], [() => exports.ChainedInvokeFailedDetails$, 0], [() => exports.ChainedInvokeTimedOutDetails$, 0], [() => exports.ChainedInvokeStoppedDetails$, 0], () => exports.CallbackStartedDetails$, [() => exports.CallbackSucceededDetails$, 0], [() => exports.CallbackFailedDetails$, 0], [() => exports.CallbackTimedOutDetails$, 0], [() => exports.InvocationCompletedDetails$, 0]]
|
|
1377
|
+
];
|
|
1378
|
+
exports.EventError$ = [3, n0, _EEv,
|
|
1379
|
+
0,
|
|
1380
|
+
[_Pa, _Tr],
|
|
1381
|
+
[[() => exports.ErrorObject$, 0], 2]
|
|
1382
|
+
];
|
|
1383
|
+
exports.EventInput$ = [3, n0, _EIv,
|
|
1384
|
+
0,
|
|
1385
|
+
[_Pa, _Tr],
|
|
1386
|
+
[[() => InputPayload, 0], 2]
|
|
1387
|
+
];
|
|
1388
|
+
exports.EventResult$ = [3, n0, _ERv,
|
|
1389
|
+
0,
|
|
1390
|
+
[_Pa, _Tr],
|
|
1391
|
+
[[() => OperationPayload, 0], 2]
|
|
1392
|
+
];
|
|
1393
|
+
exports.EventSourceMappingConfiguration$ = [3, n0, _ESMC,
|
|
1394
|
+
0,
|
|
1395
|
+
[_UUID, _SPt, _SPT, _BSa, _MBWIS, _PF, _ESA, _FCi, _FA, _LM, _LPR, _St, _STR, _DC, _To, _Qu, _SAC, _SMES, _MRAIS, _BBOFE, _MRA, _TWIS, _FRT, _AMKESC, _SMKESC, _SC, _DDBESC, _KMSKA, _FCE, _ESMA, _MC, _LC, _PPC],
|
|
1396
|
+
[0, 0, 4, 1, 1, 1, 0, () => exports.FilterCriteria$, 0, 4, 0, 0, 0, () => exports.DestinationConfig$, 64 | 0, 64 | 0, () => SourceAccessConfigurations, () => exports.SelfManagedEventSource$, 1, 2, 1, 1, 64 | 0, () => exports.AmazonManagedKafkaEventSourceConfig$, () => exports.SelfManagedKafkaEventSourceConfig$, () => exports.ScalingConfig$, () => exports.DocumentDBEventSourceConfig$, 0, () => exports.FilterCriteriaError$, 0, () => exports.EventSourceMappingMetricsConfig$, () => exports.EventSourceMappingLoggingConfig$, () => exports.ProvisionedPollerConfig$]
|
|
1397
|
+
];
|
|
1398
|
+
exports.EventSourceMappingLoggingConfig$ = [3, n0, _ESMLC,
|
|
1399
|
+
0,
|
|
1400
|
+
[_SLL],
|
|
1401
|
+
[0]
|
|
1402
|
+
];
|
|
1403
|
+
exports.EventSourceMappingMetricsConfig$ = [3, n0, _ESMMC,
|
|
1404
|
+
0,
|
|
1405
|
+
[_Me],
|
|
1406
|
+
[64 | 0]
|
|
1407
|
+
];
|
|
1408
|
+
exports.Execution$ = [3, n0, _Ex,
|
|
1409
|
+
0,
|
|
1410
|
+
[_DEA, _DEN, _FA, _Sta, _STt, _ETn],
|
|
1411
|
+
[0, 0, 0, 0, 4, 4], 5
|
|
1412
|
+
];
|
|
1413
|
+
exports.ExecutionDetails$ = [3, n0, _EDx,
|
|
1414
|
+
0,
|
|
1415
|
+
[_IP],
|
|
1416
|
+
[[() => InputPayload, 0]]
|
|
1417
|
+
];
|
|
1418
|
+
exports.ExecutionFailedDetails$ = [3, n0, _EFD,
|
|
1419
|
+
0,
|
|
1420
|
+
[_E],
|
|
1421
|
+
[[() => exports.EventError$, 0]], 1
|
|
1422
|
+
];
|
|
1423
|
+
exports.ExecutionStartedDetails$ = [3, n0, _ESD,
|
|
1424
|
+
0,
|
|
1425
|
+
[_I, _ETx],
|
|
1426
|
+
[[() => exports.EventInput$, 0], 1], 2
|
|
1427
|
+
];
|
|
1428
|
+
exports.ExecutionStoppedDetails$ = [3, n0, _ESDxe,
|
|
1429
|
+
0,
|
|
1430
|
+
[_E],
|
|
1431
|
+
[[() => exports.EventError$, 0]], 1
|
|
1432
|
+
];
|
|
1433
|
+
exports.ExecutionSucceededDetails$ = [3, n0, _ESDx,
|
|
1434
|
+
0,
|
|
1435
|
+
[_Re],
|
|
1436
|
+
[[() => exports.EventResult$, 0]], 1
|
|
1437
|
+
];
|
|
1438
|
+
exports.ExecutionTimedOutDetails$ = [3, n0, _ETOD,
|
|
1439
|
+
0,
|
|
1440
|
+
[_E],
|
|
1441
|
+
[[() => exports.EventError$, 0]]
|
|
1442
|
+
];
|
|
1443
|
+
exports.FileSystemConfig$ = [3, n0, _FSCi,
|
|
1444
|
+
0,
|
|
1445
|
+
[_Arn, _LMP],
|
|
1446
|
+
[0, 0], 2
|
|
1447
|
+
];
|
|
1448
|
+
exports.Filter$ = [3, n0, _F,
|
|
1449
|
+
0,
|
|
1450
|
+
[_Pat],
|
|
1451
|
+
[0]
|
|
1452
|
+
];
|
|
1453
|
+
exports.FilterCriteria$ = [3, n0, _FCi,
|
|
1454
|
+
0,
|
|
1455
|
+
[_Fi],
|
|
1456
|
+
[() => FilterList]
|
|
1457
|
+
];
|
|
1458
|
+
exports.FilterCriteriaError$ = [3, n0, _FCE,
|
|
1459
|
+
0,
|
|
1460
|
+
[_EC, _M],
|
|
1461
|
+
[0, 0]
|
|
1462
|
+
];
|
|
1463
|
+
exports.FunctionCode$ = [3, n0, _FCu,
|
|
1464
|
+
0,
|
|
1465
|
+
[_ZF, _SB, _SK, _SOV, _IU, _SKMSKA],
|
|
1466
|
+
[[() => _Blob, 0], 0, 0, 0, 0, 0]
|
|
1467
|
+
];
|
|
1468
|
+
exports.FunctionCodeLocation$ = [3, n0, _FCL,
|
|
1469
|
+
0,
|
|
1470
|
+
[_RT, _Lo, _IU, _RIU, _SKMSKA],
|
|
1471
|
+
[0, 0, 0, 0, 0]
|
|
1472
|
+
];
|
|
1473
|
+
exports.FunctionConfiguration$ = [3, n0, _FCun,
|
|
1474
|
+
0,
|
|
1475
|
+
[_FN, _FA, _Ru, _Ro, _H, _CS, _D, _Ti, _MS, _LM, _CSo, _Ve, _VC, _DLC, _Env, _KMSKA, _TC, _MAa, _RI, _L, _St, _SR, _SRCt, _LUS, _LUSR, _LUSRC, _FSC, _PT, _ICR, _SPVAi, _SJA, _Ar, _ES, _SSn, _RVC, _LC, _CPC, _CSon, _DCu, _TCe],
|
|
1476
|
+
[0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, () => exports.VpcConfigResponse$, () => exports.DeadLetterConfig$, [() => exports.EnvironmentResponse$, 0], 0, () => exports.TracingConfigResponse$, 0, 0, () => LayersReferenceList, 0, 0, 0, 0, 0, 0, () => FileSystemConfigList, 0, [() => exports.ImageConfigResponse$, 0], 0, 0, 64 | 0, () => exports.EphemeralStorage$, () => exports.SnapStartResponse$, [() => exports.RuntimeVersionConfig$, 0], () => exports.LoggingConfig$, () => exports.CapacityProviderConfig$, 0, () => exports.DurableConfig$, () => exports.TenancyConfig$]
|
|
1477
|
+
];
|
|
1478
|
+
exports.FunctionEventInvokeConfig$ = [3, n0, _FEIC,
|
|
1479
|
+
0,
|
|
1480
|
+
[_LM, _FA, _MRA, _MEAIS, _DC],
|
|
1481
|
+
[4, 0, 1, 1, () => exports.DestinationConfig$]
|
|
1482
|
+
];
|
|
1483
|
+
exports.FunctionScalingConfig$ = [3, n0, _FSCu,
|
|
1484
|
+
0,
|
|
1485
|
+
[_MEE, _MEEa],
|
|
1486
|
+
[1, 1]
|
|
1487
|
+
];
|
|
1488
|
+
exports.FunctionUrlConfig$ = [3, n0, _FUC,
|
|
1489
|
+
0,
|
|
1490
|
+
[_FU, _FA, _CTr, _LMT, _AT, _Co, _IM],
|
|
1491
|
+
[0, 0, 0, 0, 0, () => exports.Cors$, 0], 5
|
|
1492
|
+
];
|
|
1493
|
+
exports.FunctionVersionsByCapacityProviderListItem$ = [3, n0, _FVBCPLI,
|
|
1494
|
+
0,
|
|
1495
|
+
[_FA, _St],
|
|
1496
|
+
[0, 0], 2
|
|
1497
|
+
];
|
|
1498
|
+
exports.GetAccountSettingsRequest$ = [3, n0, _GASR,
|
|
1499
|
+
0,
|
|
1500
|
+
[],
|
|
1501
|
+
[]
|
|
1502
|
+
];
|
|
1503
|
+
exports.GetAccountSettingsResponse$ = [3, n0, _GASRe,
|
|
1504
|
+
0,
|
|
1505
|
+
[_AL, _AU],
|
|
1506
|
+
[() => exports.AccountLimit$, () => exports.AccountUsage$]
|
|
1507
|
+
];
|
|
1508
|
+
exports.GetAliasRequest$ = [3, n0, _GAR,
|
|
1509
|
+
0,
|
|
1510
|
+
[_FN, _N],
|
|
1511
|
+
[[0, 1], [0, 1]], 2
|
|
1512
|
+
];
|
|
1513
|
+
exports.GetCapacityProviderRequest$ = [3, n0, _GCPR,
|
|
1514
|
+
0,
|
|
1515
|
+
[_CPN],
|
|
1516
|
+
[[0, 1]], 1
|
|
1517
|
+
];
|
|
1518
|
+
exports.GetCapacityProviderResponse$ = [3, n0, _GCPRe,
|
|
1519
|
+
0,
|
|
1520
|
+
[_CP],
|
|
1521
|
+
[() => exports.CapacityProvider$], 1
|
|
1522
|
+
];
|
|
1523
|
+
exports.GetCodeSigningConfigRequest$ = [3, n0, _GCSCR,
|
|
1524
|
+
0,
|
|
1525
|
+
[_CSCA],
|
|
1526
|
+
[[0, 1]], 1
|
|
1527
|
+
];
|
|
1528
|
+
exports.GetCodeSigningConfigResponse$ = [3, n0, _GCSCRe,
|
|
1529
|
+
0,
|
|
1530
|
+
[_CSC],
|
|
1531
|
+
[() => exports.CodeSigningConfig$], 1
|
|
1532
|
+
];
|
|
1533
|
+
exports.GetDurableExecutionHistoryRequest$ = [3, n0, _GDEHR,
|
|
1534
|
+
0,
|
|
1535
|
+
[_DEA, _IED, _MI, _Ma, _RO],
|
|
1536
|
+
[[0, 1], [2, { [_hQ]: _IED }], [1, { [_hQ]: _MI }], [0, { [_hQ]: _Ma }], [2, { [_hQ]: _RO }]], 1
|
|
1537
|
+
];
|
|
1538
|
+
exports.GetDurableExecutionHistoryResponse$ = [3, n0, _GDEHRe,
|
|
1539
|
+
0,
|
|
1540
|
+
[_Eve, _NM],
|
|
1541
|
+
[[() => Events, 0], 0], 1
|
|
1542
|
+
];
|
|
1543
|
+
exports.GetDurableExecutionRequest$ = [3, n0, _GDER,
|
|
1544
|
+
0,
|
|
1545
|
+
[_DEA],
|
|
1546
|
+
[[0, 1]], 1
|
|
1547
|
+
];
|
|
1548
|
+
exports.GetDurableExecutionResponse$ = [3, n0, _GDERe,
|
|
1549
|
+
0,
|
|
1550
|
+
[_DEA, _DEN, _FA, _STt, _Sta, _IP, _Re, _E, _ETn, _Ve, _TH],
|
|
1551
|
+
[0, 0, 0, 4, 0, [() => InputPayload, 0], [() => OutputPayload, 0], [() => exports.ErrorObject$, 0], 4, 0, () => exports.TraceHeader$], 5
|
|
1552
|
+
];
|
|
1553
|
+
exports.GetDurableExecutionStateRequest$ = [3, n0, _GDESR,
|
|
1554
|
+
0,
|
|
1555
|
+
[_DEA, _CT, _Ma, _MI],
|
|
1556
|
+
[[0, 1], [0, { [_hQ]: _CT }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]], 2
|
|
1557
|
+
];
|
|
1558
|
+
exports.GetDurableExecutionStateResponse$ = [3, n0, _GDESRe,
|
|
1559
|
+
0,
|
|
1560
|
+
[_O, _NM],
|
|
1561
|
+
[[() => Operations, 0], 0], 1
|
|
1562
|
+
];
|
|
1563
|
+
exports.GetEventSourceMappingRequest$ = [3, n0, _GESMR,
|
|
1564
|
+
0,
|
|
1565
|
+
[_UUID],
|
|
1566
|
+
[[0, 1]], 1
|
|
1567
|
+
];
|
|
1568
|
+
exports.GetFunctionCodeSigningConfigRequest$ = [3, n0, _GFCSCR,
|
|
1569
|
+
0,
|
|
1570
|
+
[_FN],
|
|
1571
|
+
[[0, 1]], 1
|
|
1572
|
+
];
|
|
1573
|
+
exports.GetFunctionCodeSigningConfigResponse$ = [3, n0, _GFCSCRe,
|
|
1574
|
+
0,
|
|
1575
|
+
[_CSCA, _FN],
|
|
1576
|
+
[0, 0], 2
|
|
1577
|
+
];
|
|
1578
|
+
exports.GetFunctionConcurrencyRequest$ = [3, n0, _GFCR,
|
|
1579
|
+
0,
|
|
1580
|
+
[_FN],
|
|
1581
|
+
[[0, 1]], 1
|
|
1582
|
+
];
|
|
1583
|
+
exports.GetFunctionConcurrencyResponse$ = [3, n0, _GFCRe,
|
|
1584
|
+
0,
|
|
1585
|
+
[_RCEe],
|
|
1586
|
+
[1]
|
|
1587
|
+
];
|
|
1588
|
+
exports.GetFunctionConfigurationRequest$ = [3, n0, _GFCRet,
|
|
1589
|
+
0,
|
|
1590
|
+
[_FN, _Q],
|
|
1591
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 1
|
|
1592
|
+
];
|
|
1593
|
+
exports.GetFunctionEventInvokeConfigRequest$ = [3, n0, _GFEICR,
|
|
1594
|
+
0,
|
|
1595
|
+
[_FN, _Q],
|
|
1596
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 1
|
|
1597
|
+
];
|
|
1598
|
+
exports.GetFunctionRecursionConfigRequest$ = [3, n0, _GFRCR,
|
|
1599
|
+
0,
|
|
1600
|
+
[_FN],
|
|
1601
|
+
[[0, 1]], 1
|
|
1602
|
+
];
|
|
1603
|
+
exports.GetFunctionRecursionConfigResponse$ = [3, n0, _GFRCRe,
|
|
1604
|
+
0,
|
|
1605
|
+
[_RL],
|
|
1606
|
+
[0]
|
|
1607
|
+
];
|
|
1608
|
+
exports.GetFunctionRequest$ = [3, n0, _GFR,
|
|
1609
|
+
0,
|
|
1610
|
+
[_FN, _Q],
|
|
1611
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 1
|
|
1612
|
+
];
|
|
1613
|
+
exports.GetFunctionResponse$ = [3, n0, _GFRe,
|
|
1614
|
+
0,
|
|
1615
|
+
[_Con, _Cod, _Ta, _TE, _C],
|
|
1616
|
+
[[() => exports.FunctionConfiguration$, 0], () => exports.FunctionCodeLocation$, 128 | 0, () => exports.TagsError$, () => exports.Concurrency$]
|
|
1617
|
+
];
|
|
1618
|
+
exports.GetFunctionScalingConfigRequest$ = [3, n0, _GFSCR,
|
|
1619
|
+
0,
|
|
1620
|
+
[_FN, _Q],
|
|
1621
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 2
|
|
1622
|
+
];
|
|
1623
|
+
exports.GetFunctionScalingConfigResponse$ = [3, n0, _GFSCRe,
|
|
1624
|
+
0,
|
|
1625
|
+
[_FA, _AFSC, _RFSC],
|
|
1626
|
+
[0, () => exports.FunctionScalingConfig$, () => exports.FunctionScalingConfig$]
|
|
1627
|
+
];
|
|
1628
|
+
exports.GetFunctionUrlConfigRequest$ = [3, n0, _GFUCR,
|
|
1629
|
+
0,
|
|
1630
|
+
[_FN, _Q],
|
|
1631
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 1
|
|
1632
|
+
];
|
|
1633
|
+
exports.GetFunctionUrlConfigResponse$ = [3, n0, _GFUCRe,
|
|
1634
|
+
0,
|
|
1635
|
+
[_FU, _FA, _AT, _CTr, _LMT, _Co, _IM],
|
|
1636
|
+
[0, 0, 0, 0, 0, () => exports.Cors$, 0], 5
|
|
1637
|
+
];
|
|
1638
|
+
exports.GetLayerVersionByArnRequest$ = [3, n0, _GLVBAR,
|
|
1639
|
+
0,
|
|
1640
|
+
[_Arn],
|
|
1641
|
+
[[0, { [_hQ]: _Arn }]], 1
|
|
1642
|
+
];
|
|
1643
|
+
exports.GetLayerVersionPolicyRequest$ = [3, n0, _GLVPR,
|
|
1644
|
+
0,
|
|
1645
|
+
[_LN, _VN],
|
|
1646
|
+
[[0, 1], [1, 1]], 2
|
|
1647
|
+
];
|
|
1648
|
+
exports.GetLayerVersionPolicyResponse$ = [3, n0, _GLVPRe,
|
|
1649
|
+
0,
|
|
1650
|
+
[_Po, _RI],
|
|
1651
|
+
[0, 0]
|
|
1652
|
+
];
|
|
1653
|
+
exports.GetLayerVersionRequest$ = [3, n0, _GLVR,
|
|
1654
|
+
0,
|
|
1655
|
+
[_LN, _VN],
|
|
1656
|
+
[[0, 1], [1, 1]], 2
|
|
1657
|
+
];
|
|
1658
|
+
exports.GetLayerVersionResponse$ = [3, n0, _GLVRe,
|
|
1659
|
+
0,
|
|
1660
|
+
[_Cont, _LA, _LVA, _D, _CDr, _Ve, _CR, _LI, _CA],
|
|
1661
|
+
[() => exports.LayerVersionContentOutput$, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0]
|
|
1662
|
+
];
|
|
1663
|
+
exports.GetPolicyRequest$ = [3, n0, _GPR,
|
|
1664
|
+
0,
|
|
1665
|
+
[_FN, _Q],
|
|
1666
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 1
|
|
1667
|
+
];
|
|
1668
|
+
exports.GetPolicyResponse$ = [3, n0, _GPRe,
|
|
1669
|
+
0,
|
|
1670
|
+
[_Po, _RI],
|
|
1671
|
+
[0, 0]
|
|
1672
|
+
];
|
|
1673
|
+
exports.GetProvisionedConcurrencyConfigRequest$ = [3, n0, _GPCCR,
|
|
1674
|
+
0,
|
|
1675
|
+
[_FN, _Q],
|
|
1676
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 2
|
|
1677
|
+
];
|
|
1678
|
+
exports.GetProvisionedConcurrencyConfigResponse$ = [3, n0, _GPCCRe,
|
|
1679
|
+
0,
|
|
1680
|
+
[_RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
|
|
1681
|
+
[1, 1, 1, 0, 0, 0]
|
|
1682
|
+
];
|
|
1683
|
+
exports.GetRuntimeManagementConfigRequest$ = [3, n0, _GRMCR,
|
|
1684
|
+
0,
|
|
1685
|
+
[_FN, _Q],
|
|
1686
|
+
[[0, 1], [0, { [_hQ]: _Q }]], 1
|
|
1687
|
+
];
|
|
1688
|
+
exports.GetRuntimeManagementConfigResponse$ = [3, n0, _GRMCRe,
|
|
1689
|
+
0,
|
|
1690
|
+
[_URO, _RVA, _FA],
|
|
1691
|
+
[0, 0, 0]
|
|
1692
|
+
];
|
|
1693
|
+
exports.ImageConfig$ = [3, n0, _IC,
|
|
1694
|
+
0,
|
|
1695
|
+
[_EP, _Com, _WD],
|
|
1696
|
+
[64 | 0, 64 | 0, 0]
|
|
1697
|
+
];
|
|
1698
|
+
exports.ImageConfigError$ = [3, n0, _ICE,
|
|
1699
|
+
0,
|
|
1700
|
+
[_EC, _M],
|
|
1701
|
+
[0, [() => SensitiveString, 0]]
|
|
1702
|
+
];
|
|
1703
|
+
exports.ImageConfigResponse$ = [3, n0, _ICR,
|
|
1704
|
+
0,
|
|
1705
|
+
[_IC, _E],
|
|
1706
|
+
[() => exports.ImageConfig$, [() => exports.ImageConfigError$, 0]]
|
|
1707
|
+
];
|
|
1708
|
+
exports.InstanceRequirements$ = [3, n0, _IR,
|
|
1709
|
+
0,
|
|
1710
|
+
[_Ar, _AIT, _EIT],
|
|
1711
|
+
[64 | 0, 64 | 0, 64 | 0]
|
|
1712
|
+
];
|
|
1713
|
+
exports.InvocationCompletedDetails$ = [3, n0, _ICD,
|
|
1714
|
+
0,
|
|
1715
|
+
[_STt, _ETn, _RIe, _E],
|
|
1716
|
+
[4, 4, 0, [() => exports.EventError$, 0]], 3
|
|
1717
|
+
];
|
|
1718
|
+
exports.InvocationRequest$ = [3, n0, _IRn,
|
|
1719
|
+
0,
|
|
1720
|
+
[_FN, _IT, _LT, _CC, _DEN, _Pa, _Q, _TI],
|
|
1721
|
+
[[0, 1], [0, { [_hH]: _XAIT }], [0, { [_hH]: _XALT }], [0, { [_hH]: _XACC }], [0, { [_hH]: _XADEN }], [() => _Blob, 16], [0, { [_hQ]: _Q }], [0, { [_hH]: _XATI }]], 1
|
|
1722
|
+
];
|
|
1723
|
+
exports.InvocationResponse$ = [3, n0, _IRnv,
|
|
1724
|
+
0,
|
|
1725
|
+
[_SCt, _FE, _LR, _Pa, _EV, _DEA],
|
|
1726
|
+
[[1, 32], [0, { [_hH]: _XAFE }], [0, { [_hH]: _XALR }], [() => _Blob, 16], [0, { [_hH]: _XAEV }], [0, { [_hH]: _XADEA }]]
|
|
1727
|
+
];
|
|
1728
|
+
exports.InvokeAsyncRequest$ = [3, n0, _IAR,
|
|
1729
|
+
0,
|
|
1730
|
+
[_FN, _IA],
|
|
1731
|
+
[[0, 1], [() => BlobStream, 16]], 2
|
|
1732
|
+
];
|
|
1733
|
+
exports.InvokeAsyncResponse$ = [3, n0, _IARn,
|
|
1734
|
+
0,
|
|
1735
|
+
[_Sta],
|
|
1736
|
+
[[1, 32]]
|
|
1737
|
+
];
|
|
1738
|
+
exports.InvokeResponseStreamUpdate$ = [3, n0, _IRSU,
|
|
1739
|
+
0,
|
|
1740
|
+
[_Pa],
|
|
1741
|
+
[[() => _Blob, { [_eP]: 1 }]]
|
|
1742
|
+
];
|
|
1743
|
+
exports.InvokeWithResponseStreamCompleteEvent$ = [3, n0, _IWRSCE,
|
|
1744
|
+
0,
|
|
1745
|
+
[_EC, _EDr, _LR],
|
|
1746
|
+
[0, 0, 0]
|
|
1747
|
+
];
|
|
1748
|
+
exports.InvokeWithResponseStreamRequest$ = [3, n0, _IWRSR,
|
|
1749
|
+
0,
|
|
1750
|
+
[_FN, _IT, _LT, _CC, _Q, _Pa, _TI],
|
|
1751
|
+
[[0, 1], [0, { [_hH]: _XAIT }], [0, { [_hH]: _XALT }], [0, { [_hH]: _XACC }], [0, { [_hQ]: _Q }], [() => _Blob, 16], [0, { [_hH]: _XATI }]], 1
|
|
1752
|
+
];
|
|
1753
|
+
exports.InvokeWithResponseStreamResponse$ = [3, n0, _IWRSRn,
|
|
1754
|
+
0,
|
|
1755
|
+
[_SCt, _EV, _ESv, _RSCT],
|
|
1756
|
+
[[1, 32], [0, { [_hH]: _XAEV }], [() => exports.InvokeWithResponseStreamResponseEvent$, 16], [0, { [_hH]: _CT_ }]]
|
|
1757
|
+
];
|
|
1758
|
+
exports.KafkaSchemaRegistryAccessConfig$ = [3, n0, _KSRAC,
|
|
1759
|
+
0,
|
|
1760
|
+
[_T, _URI],
|
|
1761
|
+
[0, 0]
|
|
1762
|
+
];
|
|
1763
|
+
exports.KafkaSchemaRegistryConfig$ = [3, n0, _KSRC,
|
|
1764
|
+
0,
|
|
1765
|
+
[_SRURI, _ERF, _ACc, _SVC],
|
|
1766
|
+
[0, 0, () => KafkaSchemaRegistryAccessConfigList, () => KafkaSchemaValidationConfigList]
|
|
1767
|
+
];
|
|
1768
|
+
exports.KafkaSchemaValidationConfig$ = [3, n0, _KSVC,
|
|
1769
|
+
0,
|
|
1770
|
+
[_At],
|
|
1771
|
+
[0]
|
|
1772
|
+
];
|
|
1773
|
+
exports.LambdaManagedInstancesCapacityProviderConfig$ = [3, n0, _LMICPC,
|
|
1774
|
+
0,
|
|
1775
|
+
[_CPA, _PEEMC, _EEMGBPVC],
|
|
1776
|
+
[0, 1, 1], 1
|
|
1777
|
+
];
|
|
1778
|
+
exports.Layer$ = [3, n0, _La,
|
|
1779
|
+
0,
|
|
1780
|
+
[_Arn, _CS, _SPVAi, _SJA],
|
|
1781
|
+
[0, 1, 0, 0]
|
|
1782
|
+
];
|
|
1783
|
+
exports.LayersListItem$ = [3, n0, _LLI,
|
|
1784
|
+
0,
|
|
1785
|
+
[_LN, _LA, _LMV],
|
|
1786
|
+
[0, 0, () => exports.LayerVersionsListItem$]
|
|
1787
|
+
];
|
|
1788
|
+
exports.LayerVersionContentInput$ = [3, n0, _LVCI,
|
|
1789
|
+
0,
|
|
1790
|
+
[_SB, _SK, _SOV, _ZF],
|
|
1791
|
+
[0, 0, 0, [() => _Blob, 0]]
|
|
1792
|
+
];
|
|
1793
|
+
exports.LayerVersionContentOutput$ = [3, n0, _LVCO,
|
|
1794
|
+
0,
|
|
1795
|
+
[_Lo, _CSo, _CS, _SPVAi, _SJA],
|
|
1796
|
+
[0, 0, 1, 0, 0]
|
|
1797
|
+
];
|
|
1798
|
+
exports.LayerVersionsListItem$ = [3, n0, _LVLI,
|
|
1799
|
+
0,
|
|
1800
|
+
[_LVA, _Ve, _D, _CDr, _CR, _LI, _CA],
|
|
1801
|
+
[0, 1, 0, 0, 64 | 0, 0, 64 | 0]
|
|
1802
|
+
];
|
|
1803
|
+
exports.ListAliasesRequest$ = [3, n0, _LAR,
|
|
1804
|
+
0,
|
|
1805
|
+
[_FN, _FV, _Ma, _MI],
|
|
1806
|
+
[[0, 1], [0, { [_hQ]: _FV }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]], 1
|
|
1807
|
+
];
|
|
1808
|
+
exports.ListAliasesResponse$ = [3, n0, _LARi,
|
|
1809
|
+
0,
|
|
1810
|
+
[_NM, _Al],
|
|
1811
|
+
[0, () => AliasList]
|
|
1812
|
+
];
|
|
1813
|
+
exports.ListCapacityProvidersRequest$ = [3, n0, _LCPR,
|
|
1814
|
+
0,
|
|
1815
|
+
[_St, _Ma, _MI],
|
|
1816
|
+
[[0, { [_hQ]: _St }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
1817
|
+
];
|
|
1818
|
+
exports.ListCapacityProvidersResponse$ = [3, n0, _LCPRi,
|
|
1819
|
+
0,
|
|
1820
|
+
[_CPa, _NM],
|
|
1821
|
+
[() => CapacityProvidersList, 0], 1
|
|
1822
|
+
];
|
|
1823
|
+
exports.ListCodeSigningConfigsRequest$ = [3, n0, _LCSCR,
|
|
1824
|
+
0,
|
|
1825
|
+
[_Ma, _MI],
|
|
1826
|
+
[[0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
1827
|
+
];
|
|
1828
|
+
exports.ListCodeSigningConfigsResponse$ = [3, n0, _LCSCRi,
|
|
1829
|
+
0,
|
|
1830
|
+
[_NM, _CSCo],
|
|
1831
|
+
[0, () => CodeSigningConfigList]
|
|
1832
|
+
];
|
|
1833
|
+
exports.ListDurableExecutionsByFunctionRequest$ = [3, n0, _LDEBFR,
|
|
1834
|
+
0,
|
|
1835
|
+
[_FN, _Q, _DEN, _Stat, _SAt, _SBt, _RO, _Ma, _MI],
|
|
1836
|
+
[[0, 1], [0, { [_hQ]: _Q }], [0, { [_hQ]: _DEN }], [64 | 0, { [_hQ]: _Stat }], [4, { [_hQ]: _SAt }], [4, { [_hQ]: _SBt }], [2, { [_hQ]: _RO }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]], 1
|
|
1837
|
+
];
|
|
1838
|
+
exports.ListDurableExecutionsByFunctionResponse$ = [3, n0, _LDEBFRi,
|
|
1839
|
+
0,
|
|
1840
|
+
[_DE, _NM],
|
|
1841
|
+
[() => DurableExecutions, 0]
|
|
1842
|
+
];
|
|
1843
|
+
exports.ListEventSourceMappingsRequest$ = [3, n0, _LESMR,
|
|
1844
|
+
0,
|
|
1845
|
+
[_ESA, _FN, _Ma, _MI],
|
|
1846
|
+
[[0, { [_hQ]: _ESA }], [0, { [_hQ]: _FN }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
1847
|
+
];
|
|
1848
|
+
exports.ListEventSourceMappingsResponse$ = [3, n0, _LESMRi,
|
|
1849
|
+
0,
|
|
1850
|
+
[_NM, _ESM],
|
|
1851
|
+
[0, () => EventSourceMappingsList]
|
|
1852
|
+
];
|
|
1853
|
+
exports.ListFunctionEventInvokeConfigsRequest$ = [3, n0, _LFEICR,
|
|
1854
|
+
0,
|
|
1855
|
+
[_FN, _Ma, _MI],
|
|
1856
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]], 1
|
|
1857
|
+
];
|
|
1858
|
+
exports.ListFunctionEventInvokeConfigsResponse$ = [3, n0, _LFEICRi,
|
|
1859
|
+
0,
|
|
1860
|
+
[_FEICu, _NM],
|
|
1861
|
+
[() => FunctionEventInvokeConfigList, 0]
|
|
1862
|
+
];
|
|
1863
|
+
exports.ListFunctionsByCodeSigningConfigRequest$ = [3, n0, _LFBCSCR,
|
|
1864
|
+
0,
|
|
1865
|
+
[_CSCA, _Ma, _MI],
|
|
1866
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]], 1
|
|
1867
|
+
];
|
|
1868
|
+
exports.ListFunctionsByCodeSigningConfigResponse$ = [3, n0, _LFBCSCRi,
|
|
1869
|
+
0,
|
|
1870
|
+
[_NM, _FAu],
|
|
1871
|
+
[0, 64 | 0]
|
|
1872
|
+
];
|
|
1873
|
+
exports.ListFunctionsRequest$ = [3, n0, _LFR,
|
|
1874
|
+
0,
|
|
1875
|
+
[_MR, _FV, _Ma, _MI],
|
|
1876
|
+
[[0, { [_hQ]: _MR }], [0, { [_hQ]: _FV }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
1877
|
+
];
|
|
1878
|
+
exports.ListFunctionsResponse$ = [3, n0, _LFRi,
|
|
1879
|
+
0,
|
|
1880
|
+
[_NM, _Fu],
|
|
1881
|
+
[0, [() => FunctionList, 0]]
|
|
1882
|
+
];
|
|
1883
|
+
exports.ListFunctionUrlConfigsRequest$ = [3, n0, _LFUCR,
|
|
1884
|
+
0,
|
|
1885
|
+
[_FN, _Ma, _MI],
|
|
1886
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]], 1
|
|
1887
|
+
];
|
|
1888
|
+
exports.ListFunctionUrlConfigsResponse$ = [3, n0, _LFUCRi,
|
|
1889
|
+
0,
|
|
1890
|
+
[_FUCu, _NM],
|
|
1891
|
+
[() => FunctionUrlConfigList, 0], 1
|
|
1892
|
+
];
|
|
1893
|
+
exports.ListFunctionVersionsByCapacityProviderRequest$ = [3, n0, _LFVBCPR,
|
|
1894
|
+
0,
|
|
1895
|
+
[_CPN, _Ma, _MI],
|
|
1896
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]], 1
|
|
1897
|
+
];
|
|
1898
|
+
exports.ListFunctionVersionsByCapacityProviderResponse$ = [3, n0, _LFVBCPRi,
|
|
1899
|
+
0,
|
|
1900
|
+
[_CPA, _FVu, _NM],
|
|
1901
|
+
[0, () => FunctionVersionsByCapacityProviderList, 0], 2
|
|
1902
|
+
];
|
|
1903
|
+
exports.ListLayersRequest$ = [3, n0, _LLR,
|
|
1904
|
+
0,
|
|
1905
|
+
[_CRo, _Ma, _MI, _CAo],
|
|
1906
|
+
[[0, { [_hQ]: _CRo }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }], [0, { [_hQ]: _CAo }]]
|
|
1907
|
+
];
|
|
1908
|
+
exports.ListLayersResponse$ = [3, n0, _LLRi,
|
|
1909
|
+
0,
|
|
1910
|
+
[_NM, _L],
|
|
1911
|
+
[0, () => LayersList]
|
|
1912
|
+
];
|
|
1913
|
+
exports.ListLayerVersionsRequest$ = [3, n0, _LLVR,
|
|
1914
|
+
0,
|
|
1915
|
+
[_LN, _CRo, _Ma, _MI, _CAo],
|
|
1916
|
+
[[0, 1], [0, { [_hQ]: _CRo }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }], [0, { [_hQ]: _CAo }]], 1
|
|
1917
|
+
];
|
|
1918
|
+
exports.ListLayerVersionsResponse$ = [3, n0, _LLVRi,
|
|
1919
|
+
0,
|
|
1920
|
+
[_NM, _LV],
|
|
1921
|
+
[0, () => LayerVersionsList]
|
|
1922
|
+
];
|
|
1923
|
+
exports.ListProvisionedConcurrencyConfigsRequest$ = [3, n0, _LPCCR,
|
|
1924
|
+
0,
|
|
1925
|
+
[_FN, _Ma, _MI],
|
|
1926
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]], 1
|
|
1927
|
+
];
|
|
1928
|
+
exports.ListProvisionedConcurrencyConfigsResponse$ = [3, n0, _LPCCRi,
|
|
1929
|
+
0,
|
|
1930
|
+
[_PCC, _NM],
|
|
1931
|
+
[() => ProvisionedConcurrencyConfigList, 0]
|
|
1932
|
+
];
|
|
1933
|
+
exports.ListTagsRequest$ = [3, n0, _LTR,
|
|
1934
|
+
0,
|
|
1935
|
+
[_Res],
|
|
1936
|
+
[[0, 1]], 1
|
|
1937
|
+
];
|
|
1938
|
+
exports.ListTagsResponse$ = [3, n0, _LTRi,
|
|
1939
|
+
0,
|
|
1940
|
+
[_Ta],
|
|
1941
|
+
[128 | 0]
|
|
1942
|
+
];
|
|
1943
|
+
exports.ListVersionsByFunctionRequest$ = [3, n0, _LVBFR,
|
|
1944
|
+
0,
|
|
1945
|
+
[_FN, _Ma, _MI],
|
|
1946
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]], 1
|
|
1947
|
+
];
|
|
1948
|
+
exports.ListVersionsByFunctionResponse$ = [3, n0, _LVBFRi,
|
|
1949
|
+
0,
|
|
1950
|
+
[_NM, _Ver],
|
|
1951
|
+
[0, [() => FunctionList, 0]]
|
|
1952
|
+
];
|
|
1953
|
+
exports.LoggingConfig$ = [3, n0, _LC,
|
|
1954
|
+
0,
|
|
1955
|
+
[_LF, _ALL, _SLL, _LG],
|
|
1956
|
+
[0, 0, 0, 0]
|
|
1957
|
+
];
|
|
1958
|
+
exports.OnFailure$ = [3, n0, _OF,
|
|
1959
|
+
0,
|
|
1960
|
+
[_De],
|
|
1961
|
+
[0]
|
|
1962
|
+
];
|
|
1963
|
+
exports.OnSuccess$ = [3, n0, _OS,
|
|
1964
|
+
0,
|
|
1965
|
+
[_De],
|
|
1966
|
+
[0]
|
|
1967
|
+
];
|
|
1968
|
+
exports.Operation$ = [3, n0, _Op,
|
|
1969
|
+
0,
|
|
1970
|
+
[_Id, _T, _STt, _Sta, _PI, _N, _STu, _ETn, _EDx, _CDo, _SD, _WDa, _CD, _CID],
|
|
1971
|
+
[0, 0, 4, 0, 0, 0, 0, 4, [() => exports.ExecutionDetails$, 0], [() => exports.ContextDetails$, 0], [() => exports.StepDetails$, 0], () => exports.WaitDetails$, [() => exports.CallbackDetails$, 0], [() => exports.ChainedInvokeDetails$, 0]], 4
|
|
1972
|
+
];
|
|
1973
|
+
exports.OperationUpdate$ = [3, n0, _OU,
|
|
1974
|
+
0,
|
|
1975
|
+
[_Id, _T, _A, _PI, _N, _STu, _Pa, _E, _COo, _SO, _WO, _CO, _CIO],
|
|
1976
|
+
[0, 0, 0, 0, 0, 0, [() => OperationPayload, 0], [() => exports.ErrorObject$, 0], () => exports.ContextOptions$, () => exports.StepOptions$, () => exports.WaitOptions$, () => exports.CallbackOptions$, () => exports.ChainedInvokeOptions$], 3
|
|
1977
|
+
];
|
|
1978
|
+
exports.ProvisionedConcurrencyConfigListItem$ = [3, n0, _PCCLI,
|
|
1979
|
+
0,
|
|
1980
|
+
[_FA, _RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
|
|
1981
|
+
[0, 1, 1, 1, 0, 0, 0]
|
|
1982
|
+
];
|
|
1983
|
+
exports.ProvisionedPollerConfig$ = [3, n0, _PPC,
|
|
1984
|
+
0,
|
|
1985
|
+
[_MP, _MPa, _PGN],
|
|
1986
|
+
[1, 1, 0]
|
|
1987
|
+
];
|
|
1988
|
+
exports.PublishLayerVersionRequest$ = [3, n0, _PLVR,
|
|
1989
|
+
0,
|
|
1990
|
+
[_LN, _Cont, _D, _CR, _LI, _CA],
|
|
1991
|
+
[[0, 1], [() => exports.LayerVersionContentInput$, 0], 0, 64 | 0, 0, 64 | 0], 2
|
|
1992
|
+
];
|
|
1993
|
+
exports.PublishLayerVersionResponse$ = [3, n0, _PLVRu,
|
|
1994
|
+
0,
|
|
1995
|
+
[_Cont, _LA, _LVA, _D, _CDr, _Ve, _CR, _LI, _CA],
|
|
1996
|
+
[() => exports.LayerVersionContentOutput$, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0]
|
|
1997
|
+
];
|
|
1998
|
+
exports.PublishVersionRequest$ = [3, n0, _PVR,
|
|
1999
|
+
0,
|
|
2000
|
+
[_FN, _CSo, _D, _RI, _PTu],
|
|
2001
|
+
[[0, 1], 0, 0, 0, 0], 1
|
|
2002
|
+
];
|
|
2003
|
+
exports.PutFunctionCodeSigningConfigRequest$ = [3, n0, _PFCSCR,
|
|
2004
|
+
0,
|
|
2005
|
+
[_CSCA, _FN],
|
|
2006
|
+
[0, [0, 1]], 2
|
|
2007
|
+
];
|
|
2008
|
+
exports.PutFunctionCodeSigningConfigResponse$ = [3, n0, _PFCSCRu,
|
|
2009
|
+
0,
|
|
2010
|
+
[_CSCA, _FN],
|
|
2011
|
+
[0, 0], 2
|
|
2012
|
+
];
|
|
2013
|
+
exports.PutFunctionConcurrencyRequest$ = [3, n0, _PFCR,
|
|
2014
|
+
0,
|
|
2015
|
+
[_FN, _RCEe],
|
|
2016
|
+
[[0, 1], 1], 2
|
|
2017
|
+
];
|
|
2018
|
+
exports.PutFunctionEventInvokeConfigRequest$ = [3, n0, _PFEICR,
|
|
2019
|
+
0,
|
|
2020
|
+
[_FN, _Q, _MRA, _MEAIS, _DC],
|
|
2021
|
+
[[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => exports.DestinationConfig$], 1
|
|
2022
|
+
];
|
|
2023
|
+
exports.PutFunctionRecursionConfigRequest$ = [3, n0, _PFRCR,
|
|
2024
|
+
0,
|
|
2025
|
+
[_FN, _RL],
|
|
2026
|
+
[[0, 1], 0], 2
|
|
2027
|
+
];
|
|
2028
|
+
exports.PutFunctionRecursionConfigResponse$ = [3, n0, _PFRCRu,
|
|
2029
|
+
0,
|
|
2030
|
+
[_RL],
|
|
2031
|
+
[0]
|
|
2032
|
+
];
|
|
2033
|
+
exports.PutFunctionScalingConfigRequest$ = [3, n0, _PFSCR,
|
|
2034
|
+
0,
|
|
2035
|
+
[_FN, _Q, _FSCu],
|
|
2036
|
+
[[0, 1], [0, { [_hQ]: _Q }], () => exports.FunctionScalingConfig$], 2
|
|
2037
|
+
];
|
|
2038
|
+
exports.PutFunctionScalingConfigResponse$ = [3, n0, _PFSCRu,
|
|
2039
|
+
0,
|
|
2040
|
+
[_FS],
|
|
2041
|
+
[0]
|
|
2042
|
+
];
|
|
2043
|
+
exports.PutProvisionedConcurrencyConfigRequest$ = [3, n0, _PPCCR,
|
|
2044
|
+
0,
|
|
2045
|
+
[_FN, _Q, _PCE],
|
|
2046
|
+
[[0, 1], [0, { [_hQ]: _Q }], 1], 3
|
|
2047
|
+
];
|
|
2048
|
+
exports.PutProvisionedConcurrencyConfigResponse$ = [3, n0, _PPCCRu,
|
|
2049
|
+
0,
|
|
2050
|
+
[_RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
|
|
2051
|
+
[1, 1, 1, 0, 0, 0]
|
|
2052
|
+
];
|
|
2053
|
+
exports.PutRuntimeManagementConfigRequest$ = [3, n0, _PRMCR,
|
|
2054
|
+
0,
|
|
2055
|
+
[_FN, _URO, _Q, _RVA],
|
|
2056
|
+
[[0, 1], 0, [0, { [_hQ]: _Q }], 0], 2
|
|
2057
|
+
];
|
|
2058
|
+
exports.PutRuntimeManagementConfigResponse$ = [3, n0, _PRMCRu,
|
|
2059
|
+
0,
|
|
2060
|
+
[_URO, _FA, _RVA],
|
|
2061
|
+
[0, 0, 0], 2
|
|
2062
|
+
];
|
|
2063
|
+
exports.RemoveLayerVersionPermissionRequest$ = [3, n0, _RLVPR,
|
|
2064
|
+
0,
|
|
2065
|
+
[_LN, _VN, _SI, _RI],
|
|
2066
|
+
[[0, 1], [1, 1], [0, 1], [0, { [_hQ]: _RI }]], 3
|
|
2067
|
+
];
|
|
2068
|
+
exports.RemovePermissionRequest$ = [3, n0, _RPR,
|
|
2069
|
+
0,
|
|
2070
|
+
[_FN, _SI, _Q, _RI],
|
|
2071
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _Q }], [0, { [_hQ]: _RI }]], 2
|
|
2072
|
+
];
|
|
2073
|
+
exports.RetryDetails$ = [3, n0, _RD,
|
|
2074
|
+
0,
|
|
2075
|
+
[_CAu, _NADS],
|
|
2076
|
+
[1, 1]
|
|
2077
|
+
];
|
|
2078
|
+
exports.RuntimeVersionConfig$ = [3, n0, _RVC,
|
|
2079
|
+
0,
|
|
2080
|
+
[_RVA, _E],
|
|
2081
|
+
[0, [() => exports.RuntimeVersionError$, 0]]
|
|
2082
|
+
];
|
|
2083
|
+
exports.RuntimeVersionError$ = [3, n0, _RVE,
|
|
2084
|
+
0,
|
|
2085
|
+
[_EC, _M],
|
|
2086
|
+
[0, [() => SensitiveString, 0]]
|
|
2087
|
+
];
|
|
2088
|
+
exports.ScalingConfig$ = [3, n0, _SC,
|
|
2089
|
+
0,
|
|
2090
|
+
[_MCa],
|
|
2091
|
+
[1]
|
|
2092
|
+
];
|
|
2093
|
+
exports.SelfManagedEventSource$ = [3, n0, _SMES,
|
|
2094
|
+
0,
|
|
2095
|
+
[_End],
|
|
2096
|
+
[[2, n0, _End, 0, 0, 64 | 0]]
|
|
2097
|
+
];
|
|
2098
|
+
exports.SelfManagedKafkaEventSourceConfig$ = [3, n0, _SMKESC,
|
|
2099
|
+
0,
|
|
2100
|
+
[_CGI, _SRC],
|
|
2101
|
+
[0, () => exports.KafkaSchemaRegistryConfig$]
|
|
2102
|
+
];
|
|
2103
|
+
exports.SendDurableExecutionCallbackFailureRequest$ = [3, n0, _SDECFR,
|
|
2104
|
+
0,
|
|
2105
|
+
[_CI, _E],
|
|
2106
|
+
[[0, 1], [() => exports.ErrorObject$, 16]], 1
|
|
2107
|
+
];
|
|
2108
|
+
exports.SendDurableExecutionCallbackFailureResponse$ = [3, n0, _SDECFRe,
|
|
2109
|
+
0,
|
|
2110
|
+
[],
|
|
2111
|
+
[]
|
|
2112
|
+
];
|
|
2113
|
+
exports.SendDurableExecutionCallbackHeartbeatRequest$ = [3, n0, _SDECHR,
|
|
2114
|
+
0,
|
|
2115
|
+
[_CI],
|
|
2116
|
+
[[0, 1]], 1
|
|
2117
|
+
];
|
|
2118
|
+
exports.SendDurableExecutionCallbackHeartbeatResponse$ = [3, n0, _SDECHRe,
|
|
2119
|
+
0,
|
|
2120
|
+
[],
|
|
2121
|
+
[]
|
|
2122
|
+
];
|
|
2123
|
+
exports.SendDurableExecutionCallbackSuccessRequest$ = [3, n0, _SDECSR,
|
|
2124
|
+
0,
|
|
2125
|
+
[_CI, _Re],
|
|
2126
|
+
[[0, 1], [() => BinaryOperationPayload, 16]], 1
|
|
2127
|
+
];
|
|
2128
|
+
exports.SendDurableExecutionCallbackSuccessResponse$ = [3, n0, _SDECSRe,
|
|
2129
|
+
0,
|
|
2130
|
+
[],
|
|
2131
|
+
[]
|
|
2132
|
+
];
|
|
2133
|
+
exports.SnapStart$ = [3, n0, _SSn,
|
|
2134
|
+
0,
|
|
2135
|
+
[_AOp],
|
|
2136
|
+
[0]
|
|
2137
|
+
];
|
|
2138
|
+
exports.SnapStartResponse$ = [3, n0, _SSR,
|
|
2139
|
+
0,
|
|
2140
|
+
[_AOp, _OSp],
|
|
2141
|
+
[0, 0]
|
|
2142
|
+
];
|
|
2143
|
+
exports.SourceAccessConfiguration$ = [3, n0, _SACo,
|
|
2144
|
+
0,
|
|
2145
|
+
[_T, _URI],
|
|
2146
|
+
[0, 0]
|
|
2147
|
+
];
|
|
2148
|
+
exports.StepDetails$ = [3, n0, _SD,
|
|
2149
|
+
0,
|
|
2150
|
+
[_Att, _NAT, _Re, _E],
|
|
2151
|
+
[1, 4, [() => OperationPayload, 0], [() => exports.ErrorObject$, 0]]
|
|
2152
|
+
];
|
|
2153
|
+
exports.StepFailedDetails$ = [3, n0, _SFD,
|
|
2154
|
+
0,
|
|
2155
|
+
[_E, _RD],
|
|
2156
|
+
[[() => exports.EventError$, 0], () => exports.RetryDetails$], 2
|
|
2157
|
+
];
|
|
2158
|
+
exports.StepOptions$ = [3, n0, _SO,
|
|
2159
|
+
0,
|
|
2160
|
+
[_NADS],
|
|
2161
|
+
[1]
|
|
2162
|
+
];
|
|
2163
|
+
exports.StepStartedDetails$ = [3, n0, _SSD,
|
|
2164
|
+
0,
|
|
2165
|
+
[],
|
|
2166
|
+
[]
|
|
2167
|
+
];
|
|
2168
|
+
exports.StepSucceededDetails$ = [3, n0, _SSDt,
|
|
2169
|
+
0,
|
|
2170
|
+
[_Re, _RD],
|
|
2171
|
+
[[() => exports.EventResult$, 0], () => exports.RetryDetails$], 2
|
|
2172
|
+
];
|
|
2173
|
+
exports.StopDurableExecutionRequest$ = [3, n0, _SDER,
|
|
2174
|
+
0,
|
|
2175
|
+
[_DEA, _E],
|
|
2176
|
+
[[0, 1], [() => exports.ErrorObject$, 16]], 1
|
|
2177
|
+
];
|
|
2178
|
+
exports.StopDurableExecutionResponse$ = [3, n0, _SDERt,
|
|
2179
|
+
0,
|
|
2180
|
+
[_STto],
|
|
2181
|
+
[4], 1
|
|
2182
|
+
];
|
|
2183
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
2184
|
+
0,
|
|
2185
|
+
[_Res, _Ta],
|
|
2186
|
+
[[0, 1], 128 | 0], 2
|
|
2187
|
+
];
|
|
2188
|
+
exports.TagsError$ = [3, n0, _TE,
|
|
2189
|
+
0,
|
|
2190
|
+
[_EC, _M],
|
|
2191
|
+
[0, 0], 2
|
|
2192
|
+
];
|
|
2193
|
+
exports.TargetTrackingScalingPolicy$ = [3, n0, _TTSP,
|
|
2194
|
+
0,
|
|
2195
|
+
[_PMT, _TV],
|
|
2196
|
+
[0, 1], 2
|
|
2197
|
+
];
|
|
2198
|
+
exports.TenancyConfig$ = [3, n0, _TCe,
|
|
2199
|
+
0,
|
|
2200
|
+
[_TIM],
|
|
2201
|
+
[0], 1
|
|
2202
|
+
];
|
|
2203
|
+
exports.TraceHeader$ = [3, n0, _TH,
|
|
2204
|
+
0,
|
|
2205
|
+
[_XATIm],
|
|
2206
|
+
[0]
|
|
2207
|
+
];
|
|
2208
|
+
exports.TracingConfig$ = [3, n0, _TC,
|
|
2209
|
+
0,
|
|
2210
|
+
[_Mo],
|
|
2211
|
+
[0]
|
|
2212
|
+
];
|
|
2213
|
+
exports.TracingConfigResponse$ = [3, n0, _TCR,
|
|
2214
|
+
0,
|
|
2215
|
+
[_Mo],
|
|
2216
|
+
[0]
|
|
2217
|
+
];
|
|
2218
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
2219
|
+
0,
|
|
2220
|
+
[_Res, _TK],
|
|
2221
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
2222
|
+
];
|
|
2223
|
+
exports.UpdateAliasRequest$ = [3, n0, _UAR,
|
|
2224
|
+
0,
|
|
2225
|
+
[_FN, _N, _FV, _D, _RC, _RI],
|
|
2226
|
+
[[0, 1], [0, 1], 0, 0, () => exports.AliasRoutingConfiguration$, 0], 2
|
|
2227
|
+
];
|
|
2228
|
+
exports.UpdateCapacityProviderRequest$ = [3, n0, _UCPR,
|
|
2229
|
+
0,
|
|
2230
|
+
[_CPN, _CPSC],
|
|
2231
|
+
[[0, 1], () => exports.CapacityProviderScalingConfig$], 1
|
|
2232
|
+
];
|
|
2233
|
+
exports.UpdateCapacityProviderResponse$ = [3, n0, _UCPRp,
|
|
2234
|
+
0,
|
|
2235
|
+
[_CP],
|
|
2236
|
+
[() => exports.CapacityProvider$], 1
|
|
2237
|
+
];
|
|
2238
|
+
exports.UpdateCodeSigningConfigRequest$ = [3, n0, _UCSCR,
|
|
2239
|
+
0,
|
|
2240
|
+
[_CSCA, _D, _AP, _CSP],
|
|
2241
|
+
[[0, 1], 0, () => exports.AllowedPublishers$, () => exports.CodeSigningPolicies$], 1
|
|
2242
|
+
];
|
|
2243
|
+
exports.UpdateCodeSigningConfigResponse$ = [3, n0, _UCSCRp,
|
|
2244
|
+
0,
|
|
2245
|
+
[_CSC],
|
|
2246
|
+
[() => exports.CodeSigningConfig$], 1
|
|
2247
|
+
];
|
|
2248
|
+
exports.UpdateEventSourceMappingRequest$ = [3, n0, _UESMR,
|
|
2249
|
+
0,
|
|
2250
|
+
[_UUID, _FN, _En, _BSa, _FCi, _MBWIS, _DC, _MRAIS, _BBOFE, _MRA, _PF, _SAC, _TWIS, _FRT, _SC, _AMKESC, _SMKESC, _DDBESC, _KMSKA, _MC, _LC, _PPC],
|
|
2251
|
+
[[0, 1], 0, 2, 1, () => exports.FilterCriteria$, 1, () => exports.DestinationConfig$, 1, 2, 1, 1, () => SourceAccessConfigurations, 1, 64 | 0, () => exports.ScalingConfig$, () => exports.AmazonManagedKafkaEventSourceConfig$, () => exports.SelfManagedKafkaEventSourceConfig$, () => exports.DocumentDBEventSourceConfig$, 0, () => exports.EventSourceMappingMetricsConfig$, () => exports.EventSourceMappingLoggingConfig$, () => exports.ProvisionedPollerConfig$], 1
|
|
2252
|
+
];
|
|
2253
|
+
exports.UpdateFunctionCodeRequest$ = [3, n0, _UFCR,
|
|
2254
|
+
0,
|
|
2255
|
+
[_FN, _ZF, _SB, _SK, _SOV, _IU, _Pu, _DR, _RI, _Ar, _SKMSKA, _PTu],
|
|
2256
|
+
[[0, 1], [() => _Blob, 0], 0, 0, 0, 0, 2, 2, 0, 64 | 0, 0, 0], 1
|
|
2257
|
+
];
|
|
2258
|
+
exports.UpdateFunctionConfigurationRequest$ = [3, n0, _UFCRp,
|
|
2259
|
+
0,
|
|
2260
|
+
[_FN, _Ro, _H, _D, _Ti, _MS, _VC, _Env, _Ru, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC, _CPC, _DCu],
|
|
2261
|
+
[[0, 1], 0, 0, 0, 1, 1, () => exports.VpcConfig$, [() => exports.Environment$, 0], 0, () => exports.DeadLetterConfig$, 0, () => exports.TracingConfig$, 0, 64 | 0, () => FileSystemConfigList, () => exports.ImageConfig$, () => exports.EphemeralStorage$, () => exports.SnapStart$, () => exports.LoggingConfig$, () => exports.CapacityProviderConfig$, () => exports.DurableConfig$], 1
|
|
2262
|
+
];
|
|
2263
|
+
exports.UpdateFunctionEventInvokeConfigRequest$ = [3, n0, _UFEICR,
|
|
2264
|
+
0,
|
|
2265
|
+
[_FN, _Q, _MRA, _MEAIS, _DC],
|
|
2266
|
+
[[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => exports.DestinationConfig$], 1
|
|
2267
|
+
];
|
|
2268
|
+
exports.UpdateFunctionUrlConfigRequest$ = [3, n0, _UFUCR,
|
|
2269
|
+
0,
|
|
2270
|
+
[_FN, _Q, _AT, _Co, _IM],
|
|
2271
|
+
[[0, 1], [0, { [_hQ]: _Q }], 0, () => exports.Cors$, 0], 1
|
|
2272
|
+
];
|
|
2273
|
+
exports.UpdateFunctionUrlConfigResponse$ = [3, n0, _UFUCRp,
|
|
2274
|
+
0,
|
|
2275
|
+
[_FU, _FA, _AT, _CTr, _LMT, _Co, _IM],
|
|
2276
|
+
[0, 0, 0, 0, 0, () => exports.Cors$, 0], 5
|
|
2277
|
+
];
|
|
2278
|
+
exports.VpcConfig$ = [3, n0, _VC,
|
|
2279
|
+
0,
|
|
2280
|
+
[_SIu, _SGI, _IAFDS],
|
|
2281
|
+
[64 | 0, 64 | 0, 2]
|
|
2282
|
+
];
|
|
2283
|
+
exports.VpcConfigResponse$ = [3, n0, _VCR,
|
|
2284
|
+
0,
|
|
2285
|
+
[_SIu, _SGI, _VI, _IAFDS],
|
|
2286
|
+
[64 | 0, 64 | 0, 0, 2]
|
|
2287
|
+
];
|
|
2288
|
+
exports.WaitCancelledDetails$ = [3, n0, _WCD,
|
|
2289
|
+
0,
|
|
2290
|
+
[_E],
|
|
2291
|
+
[[() => exports.EventError$, 0]]
|
|
2292
|
+
];
|
|
2293
|
+
exports.WaitDetails$ = [3, n0, _WDa,
|
|
2294
|
+
0,
|
|
2295
|
+
[_SET],
|
|
2296
|
+
[4]
|
|
2297
|
+
];
|
|
2298
|
+
exports.WaitOptions$ = [3, n0, _WO,
|
|
2299
|
+
0,
|
|
2300
|
+
[_WS],
|
|
2301
|
+
[1]
|
|
2302
|
+
];
|
|
2303
|
+
exports.WaitStartedDetails$ = [3, n0, _WSD,
|
|
2304
|
+
0,
|
|
2305
|
+
[_Du, _SET],
|
|
2306
|
+
[1, 4], 2
|
|
2307
|
+
];
|
|
2308
|
+
exports.WaitSucceededDetails$ = [3, n0, _WSDa,
|
|
2309
|
+
0,
|
|
2310
|
+
[_Du],
|
|
2311
|
+
[1]
|
|
2312
|
+
];
|
|
2313
|
+
var __Unit = "unit";
|
|
2314
|
+
var AliasList = [1, n0, _ALl,
|
|
2315
|
+
0, () => exports.AliasConfiguration$
|
|
2316
|
+
];
|
|
2317
|
+
var AllowMethodsList = 64 | 0;
|
|
2318
|
+
var AllowOriginsList = 64 | 0;
|
|
2319
|
+
var ArchitecturesList = 64 | 0;
|
|
2320
|
+
var CapacityProviderScalingPoliciesList = [1, n0, _CPSPL,
|
|
2321
|
+
0, () => exports.TargetTrackingScalingPolicy$
|
|
2322
|
+
];
|
|
2323
|
+
var CapacityProviderSecurityGroupIds = 64 | 0;
|
|
2324
|
+
var CapacityProvidersList = [1, n0, _CPL,
|
|
2325
|
+
0, () => exports.CapacityProvider$
|
|
2326
|
+
];
|
|
2327
|
+
var CapacityProviderSubnetIds = 64 | 0;
|
|
2328
|
+
var CodeSigningConfigList = [1, n0, _CSCL,
|
|
2329
|
+
0, () => exports.CodeSigningConfig$
|
|
2330
|
+
];
|
|
2331
|
+
var CompatibleArchitectures = 64 | 0;
|
|
2332
|
+
var CompatibleRuntimes = 64 | 0;
|
|
2333
|
+
var DurableExecutions = [1, n0, _DE,
|
|
2334
|
+
0, () => exports.Execution$
|
|
2335
|
+
];
|
|
2336
|
+
var EndpointLists = 64 | 0;
|
|
2337
|
+
var Events = [1, n0, _Eve,
|
|
2338
|
+
0, [() => exports.Event$,
|
|
2339
|
+
0]
|
|
2340
|
+
];
|
|
2341
|
+
var EventSourceMappingMetricList = 64 | 0;
|
|
2342
|
+
var EventSourceMappingsList = [1, n0, _ESML,
|
|
2343
|
+
0, () => exports.EventSourceMappingConfiguration$
|
|
2344
|
+
];
|
|
2345
|
+
var ExecutionStatusList = 64 | 0;
|
|
2346
|
+
var FileSystemConfigList = [1, n0, _FSCL,
|
|
2347
|
+
0, () => exports.FileSystemConfig$
|
|
2348
|
+
];
|
|
2349
|
+
var FilterList = [1, n0, _FL,
|
|
2350
|
+
0, () => exports.Filter$
|
|
2351
|
+
];
|
|
2352
|
+
var FunctionArnList = 64 | 0;
|
|
2353
|
+
var FunctionEventInvokeConfigList = [1, n0, _FEICL,
|
|
2354
|
+
0, () => exports.FunctionEventInvokeConfig$
|
|
2355
|
+
];
|
|
2356
|
+
var FunctionList = [1, n0, _FLu,
|
|
2357
|
+
0, [() => exports.FunctionConfiguration$,
|
|
2358
|
+
0]
|
|
2359
|
+
];
|
|
2360
|
+
var FunctionResponseTypeList = 64 | 0;
|
|
2361
|
+
var FunctionUrlConfigList = [1, n0, _FUCL,
|
|
2362
|
+
0, () => exports.FunctionUrlConfig$
|
|
2363
|
+
];
|
|
2364
|
+
var FunctionVersionsByCapacityProviderList = [1, n0, _FVBCPL,
|
|
2365
|
+
0, () => exports.FunctionVersionsByCapacityProviderListItem$
|
|
2366
|
+
];
|
|
2367
|
+
var HeadersList = 64 | 0;
|
|
2368
|
+
var InstanceTypeSet = 64 | 0;
|
|
2369
|
+
var KafkaSchemaRegistryAccessConfigList = [1, n0, _KSRACL,
|
|
2370
|
+
0, () => exports.KafkaSchemaRegistryAccessConfig$
|
|
2371
|
+
];
|
|
2372
|
+
var KafkaSchemaValidationConfigList = [1, n0, _KSVCL,
|
|
2373
|
+
0, () => exports.KafkaSchemaValidationConfig$
|
|
2374
|
+
];
|
|
2375
|
+
var LayerList = 64 | 0;
|
|
2376
|
+
var LayersList = [1, n0, _LL,
|
|
2377
|
+
0, () => exports.LayersListItem$
|
|
2378
|
+
];
|
|
2379
|
+
var LayersReferenceList = [1, n0, _LRL,
|
|
2380
|
+
0, () => exports.Layer$
|
|
2381
|
+
];
|
|
2382
|
+
var LayerVersionsList = [1, n0, _LVL,
|
|
2383
|
+
0, () => exports.LayerVersionsListItem$
|
|
2384
|
+
];
|
|
2385
|
+
var Operations = [1, n0, _O,
|
|
2386
|
+
0, [() => exports.Operation$,
|
|
2387
|
+
0]
|
|
2388
|
+
];
|
|
2389
|
+
var OperationUpdates = [1, n0, _OUp,
|
|
2390
|
+
0, [() => exports.OperationUpdate$,
|
|
2391
|
+
0]
|
|
2392
|
+
];
|
|
2393
|
+
var ProvisionedConcurrencyConfigList = [1, n0, _PCCL,
|
|
2394
|
+
0, () => exports.ProvisionedConcurrencyConfigListItem$
|
|
2395
|
+
];
|
|
2396
|
+
var Queues = 64 | 0;
|
|
2397
|
+
var SecurityGroupIds = 64 | 0;
|
|
2398
|
+
var SigningProfileVersionArns = 64 | 0;
|
|
2399
|
+
var SourceAccessConfigurations = [1, n0, _SAC,
|
|
2400
|
+
0, () => exports.SourceAccessConfiguration$
|
|
2401
|
+
];
|
|
2402
|
+
var StackTraceEntries = [1, n0, _STEt,
|
|
2403
|
+
0, [() => StackTraceEntry,
|
|
2404
|
+
0]
|
|
2405
|
+
];
|
|
2406
|
+
var StringList = 64 | 0;
|
|
2407
|
+
var SubnetIds = 64 | 0;
|
|
2408
|
+
var TagKeyList = 64 | 0;
|
|
2409
|
+
var Topics = 64 | 0;
|
|
2410
|
+
var AdditionalVersionWeights = 128 | 1;
|
|
2411
|
+
var Endpoints = [2, n0, _End,
|
|
2412
|
+
0, 0, 64 | 0
|
|
2413
|
+
];
|
|
2414
|
+
var EnvironmentVariables = [2, n0, _EVn,
|
|
2415
|
+
8, [() => EnvironmentVariableName,
|
|
2416
|
+
0],
|
|
2417
|
+
[() => EnvironmentVariableValue,
|
|
2418
|
+
0]
|
|
2419
|
+
];
|
|
2420
|
+
var Tags = 128 | 0;
|
|
2421
|
+
exports.InvokeWithResponseStreamResponseEvent$ = [4, n0, _IWRSRE,
|
|
2422
|
+
{ [_st]: 1 },
|
|
2423
|
+
[_PCa, _ICn],
|
|
2424
|
+
[[() => exports.InvokeResponseStreamUpdate$, 0], () => exports.InvokeWithResponseStreamCompleteEvent$]
|
|
2425
|
+
];
|
|
2426
|
+
exports.AddLayerVersionPermission$ = [9, n0, _ALVP,
|
|
2427
|
+
{ [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 201] }, () => exports.AddLayerVersionPermissionRequest$, () => exports.AddLayerVersionPermissionResponse$
|
|
2428
|
+
];
|
|
2429
|
+
exports.AddPermission$ = [9, n0, _APd,
|
|
2430
|
+
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/policy", 201] }, () => exports.AddPermissionRequest$, () => exports.AddPermissionResponse$
|
|
2431
|
+
];
|
|
2432
|
+
exports.CheckpointDurableExecution$ = [9, n0, _CDE,
|
|
2433
|
+
{ [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/checkpoint", 200] }, () => exports.CheckpointDurableExecutionRequest$, () => exports.CheckpointDurableExecutionResponse$
|
|
2434
|
+
];
|
|
2435
|
+
exports.CreateAlias$ = [9, n0, _CAr,
|
|
2436
|
+
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/aliases", 201] }, () => exports.CreateAliasRequest$, () => exports.AliasConfiguration$
|
|
2437
|
+
];
|
|
2438
|
+
exports.CreateCapacityProvider$ = [9, n0, _CCP,
|
|
2439
|
+
{ [_h]: ["POST", "/2025-11-30/capacity-providers", 202] }, () => exports.CreateCapacityProviderRequest$, () => exports.CreateCapacityProviderResponse$
|
|
2440
|
+
];
|
|
2441
|
+
exports.CreateCodeSigningConfig$ = [9, n0, _CCSC,
|
|
2442
|
+
{ [_h]: ["POST", "/2020-04-22/code-signing-configs", 201] }, () => exports.CreateCodeSigningConfigRequest$, () => exports.CreateCodeSigningConfigResponse$
|
|
2443
|
+
];
|
|
2444
|
+
exports.CreateEventSourceMapping$ = [9, n0, _CESM,
|
|
2445
|
+
{ [_h]: ["POST", "/2015-03-31/event-source-mappings", 202] }, () => exports.CreateEventSourceMappingRequest$, () => exports.EventSourceMappingConfiguration$
|
|
2446
|
+
];
|
|
2447
|
+
exports.CreateFunction$ = [9, n0, _CF,
|
|
2448
|
+
{ [_h]: ["POST", "/2015-03-31/functions", 201] }, () => exports.CreateFunctionRequest$, () => exports.FunctionConfiguration$
|
|
2449
|
+
];
|
|
2450
|
+
exports.CreateFunctionUrlConfig$ = [9, n0, _CFUC,
|
|
2451
|
+
{ [_h]: ["POST", "/2021-10-31/functions/{FunctionName}/url", 201] }, () => exports.CreateFunctionUrlConfigRequest$, () => exports.CreateFunctionUrlConfigResponse$
|
|
2452
|
+
];
|
|
2453
|
+
exports.DeleteAlias$ = [9, n0, _DA,
|
|
2454
|
+
{ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 204] }, () => exports.DeleteAliasRequest$, () => __Unit
|
|
2455
|
+
];
|
|
2456
|
+
exports.DeleteCapacityProvider$ = [9, n0, _DCP,
|
|
2457
|
+
{ [_h]: ["DELETE", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] }, () => exports.DeleteCapacityProviderRequest$, () => exports.DeleteCapacityProviderResponse$
|
|
2458
|
+
];
|
|
2459
|
+
exports.DeleteCodeSigningConfig$ = [9, n0, _DCSC,
|
|
2460
|
+
{ [_h]: ["DELETE", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 204] }, () => exports.DeleteCodeSigningConfigRequest$, () => exports.DeleteCodeSigningConfigResponse$
|
|
2461
|
+
];
|
|
2462
|
+
exports.DeleteEventSourceMapping$ = [9, n0, _DESM,
|
|
2463
|
+
{ [_h]: ["DELETE", "/2015-03-31/event-source-mappings/{UUID}", 202] }, () => exports.DeleteEventSourceMappingRequest$, () => exports.EventSourceMappingConfiguration$
|
|
2464
|
+
];
|
|
2465
|
+
exports.DeleteFunction$ = [9, n0, _DF,
|
|
2466
|
+
{ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 200] }, () => exports.DeleteFunctionRequest$, () => exports.DeleteFunctionResponse$
|
|
2467
|
+
];
|
|
2468
|
+
exports.DeleteFunctionCodeSigningConfig$ = [9, n0, _DFCSC,
|
|
2469
|
+
{ [_h]: ["DELETE", "/2020-06-30/functions/{FunctionName}/code-signing-config", 204] }, () => exports.DeleteFunctionCodeSigningConfigRequest$, () => __Unit
|
|
2470
|
+
];
|
|
2471
|
+
exports.DeleteFunctionConcurrency$ = [9, n0, _DFC,
|
|
2472
|
+
{ [_h]: ["DELETE", "/2017-10-31/functions/{FunctionName}/concurrency", 204] }, () => exports.DeleteFunctionConcurrencyRequest$, () => __Unit
|
|
2473
|
+
];
|
|
2474
|
+
exports.DeleteFunctionEventInvokeConfig$ = [9, n0, _DFEIC,
|
|
2475
|
+
{ [_h]: ["DELETE", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 204] }, () => exports.DeleteFunctionEventInvokeConfigRequest$, () => __Unit
|
|
2476
|
+
];
|
|
2477
|
+
exports.DeleteFunctionUrlConfig$ = [9, n0, _DFUC,
|
|
2478
|
+
{ [_h]: ["DELETE", "/2021-10-31/functions/{FunctionName}/url", 204] }, () => exports.DeleteFunctionUrlConfigRequest$, () => __Unit
|
|
2479
|
+
];
|
|
2480
|
+
exports.DeleteLayerVersion$ = [9, n0, _DLV,
|
|
2481
|
+
{ [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 204] }, () => exports.DeleteLayerVersionRequest$, () => __Unit
|
|
2482
|
+
];
|
|
2483
|
+
exports.DeleteProvisionedConcurrencyConfig$ = [9, n0, _DPCC,
|
|
2484
|
+
{ [_h]: ["DELETE", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 204] }, () => exports.DeleteProvisionedConcurrencyConfigRequest$, () => __Unit
|
|
2485
|
+
];
|
|
2486
|
+
exports.GetAccountSettings$ = [9, n0, _GAS,
|
|
2487
|
+
{ [_h]: ["GET", "/2016-08-19/account-settings", 200] }, () => exports.GetAccountSettingsRequest$, () => exports.GetAccountSettingsResponse$
|
|
2488
|
+
];
|
|
2489
|
+
exports.GetAlias$ = [9, n0, _GA,
|
|
2490
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] }, () => exports.GetAliasRequest$, () => exports.AliasConfiguration$
|
|
2491
|
+
];
|
|
2492
|
+
exports.GetCapacityProvider$ = [9, n0, _GCP,
|
|
2493
|
+
{ [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}", 200] }, () => exports.GetCapacityProviderRequest$, () => exports.GetCapacityProviderResponse$
|
|
2494
|
+
];
|
|
2495
|
+
exports.GetCodeSigningConfig$ = [9, n0, _GCSC,
|
|
2496
|
+
{ [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] }, () => exports.GetCodeSigningConfigRequest$, () => exports.GetCodeSigningConfigResponse$
|
|
2497
|
+
];
|
|
2498
|
+
exports.GetDurableExecution$ = [9, n0, _GDE,
|
|
2499
|
+
{ [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}", 200] }, () => exports.GetDurableExecutionRequest$, () => exports.GetDurableExecutionResponse$
|
|
2500
|
+
];
|
|
2501
|
+
exports.GetDurableExecutionHistory$ = [9, n0, _GDEH,
|
|
2502
|
+
{ [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/history", 200] }, () => exports.GetDurableExecutionHistoryRequest$, () => exports.GetDurableExecutionHistoryResponse$
|
|
2503
|
+
];
|
|
2504
|
+
exports.GetDurableExecutionState$ = [9, n0, _GDES,
|
|
2505
|
+
{ [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/state", 200] }, () => exports.GetDurableExecutionStateRequest$, () => exports.GetDurableExecutionStateResponse$
|
|
2506
|
+
];
|
|
2507
|
+
exports.GetEventSourceMapping$ = [9, n0, _GESM,
|
|
2508
|
+
{ [_h]: ["GET", "/2015-03-31/event-source-mappings/{UUID}", 200] }, () => exports.GetEventSourceMappingRequest$, () => exports.EventSourceMappingConfiguration$
|
|
2509
|
+
];
|
|
2510
|
+
exports.GetFunction$ = [9, n0, _GF,
|
|
2511
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}", 200] }, () => exports.GetFunctionRequest$, () => exports.GetFunctionResponse$
|
|
2512
|
+
];
|
|
2513
|
+
exports.GetFunctionCodeSigningConfig$ = [9, n0, _GFCSC,
|
|
2514
|
+
{ [_h]: ["GET", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] }, () => exports.GetFunctionCodeSigningConfigRequest$, () => exports.GetFunctionCodeSigningConfigResponse$
|
|
2515
|
+
];
|
|
2516
|
+
exports.GetFunctionConcurrency$ = [9, n0, _GFC,
|
|
2517
|
+
{ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/concurrency", 200] }, () => exports.GetFunctionConcurrencyRequest$, () => exports.GetFunctionConcurrencyResponse$
|
|
2518
|
+
];
|
|
2519
|
+
exports.GetFunctionConfiguration$ = [9, n0, _GFCe,
|
|
2520
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/configuration", 200] }, () => exports.GetFunctionConfigurationRequest$, () => exports.FunctionConfiguration$
|
|
2521
|
+
];
|
|
2522
|
+
exports.GetFunctionEventInvokeConfig$ = [9, n0, _GFEIC,
|
|
2523
|
+
{ [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] }, () => exports.GetFunctionEventInvokeConfigRequest$, () => exports.FunctionEventInvokeConfig$
|
|
2524
|
+
];
|
|
2525
|
+
exports.GetFunctionRecursionConfig$ = [9, n0, _GFRC,
|
|
2526
|
+
{ [_h]: ["GET", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] }, () => exports.GetFunctionRecursionConfigRequest$, () => exports.GetFunctionRecursionConfigResponse$
|
|
2527
|
+
];
|
|
2528
|
+
exports.GetFunctionScalingConfig$ = [9, n0, _GFSC,
|
|
2529
|
+
{ [_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200] }, () => exports.GetFunctionScalingConfigRequest$, () => exports.GetFunctionScalingConfigResponse$
|
|
2530
|
+
];
|
|
2531
|
+
exports.GetFunctionUrlConfig$ = [9, n0, _GFUC,
|
|
2532
|
+
{ [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/url", 200] }, () => exports.GetFunctionUrlConfigRequest$, () => exports.GetFunctionUrlConfigResponse$
|
|
2533
|
+
];
|
|
2534
|
+
exports.GetLayerVersion$ = [9, n0, _GLV,
|
|
2535
|
+
{ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 200] }, () => exports.GetLayerVersionRequest$, () => exports.GetLayerVersionResponse$
|
|
2536
|
+
];
|
|
2537
|
+
exports.GetLayerVersionByArn$ = [9, n0, _GLVBA,
|
|
2538
|
+
{ [_h]: ["GET", "/2018-10-31/layers?find=LayerVersion", 200] }, () => exports.GetLayerVersionByArnRequest$, () => exports.GetLayerVersionResponse$
|
|
2539
|
+
];
|
|
2540
|
+
exports.GetLayerVersionPolicy$ = [9, n0, _GLVP,
|
|
2541
|
+
{ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 200] }, () => exports.GetLayerVersionPolicyRequest$, () => exports.GetLayerVersionPolicyResponse$
|
|
2542
|
+
];
|
|
2543
|
+
exports.GetPolicy$ = [9, n0, _GP,
|
|
2544
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/policy", 200] }, () => exports.GetPolicyRequest$, () => exports.GetPolicyResponse$
|
|
2545
|
+
];
|
|
2546
|
+
exports.GetProvisionedConcurrencyConfig$ = [9, n0, _GPCC,
|
|
2547
|
+
{ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 200] }, () => exports.GetProvisionedConcurrencyConfigRequest$, () => exports.GetProvisionedConcurrencyConfigResponse$
|
|
2548
|
+
];
|
|
2549
|
+
exports.GetRuntimeManagementConfig$ = [9, n0, _GRMC,
|
|
2550
|
+
{ [_h]: ["GET", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] }, () => exports.GetRuntimeManagementConfigRequest$, () => exports.GetRuntimeManagementConfigResponse$
|
|
2551
|
+
];
|
|
2552
|
+
exports.Invoke$ = [9, n0, _In,
|
|
2553
|
+
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/invocations", 200] }, () => exports.InvocationRequest$, () => exports.InvocationResponse$
|
|
2554
|
+
];
|
|
2555
|
+
exports.InvokeAsync$ = [9, n0, _IAn,
|
|
2556
|
+
{ [_h]: ["POST", "/2014-11-13/functions/{FunctionName}/invoke-async", 202] }, () => exports.InvokeAsyncRequest$, () => exports.InvokeAsyncResponse$
|
|
2557
|
+
];
|
|
2558
|
+
exports.InvokeWithResponseStream$ = [9, n0, _IWRS,
|
|
2559
|
+
{ [_h]: ["POST", "/2021-11-15/functions/{FunctionName}/response-streaming-invocations", 200] }, () => exports.InvokeWithResponseStreamRequest$, () => exports.InvokeWithResponseStreamResponse$
|
|
2560
|
+
];
|
|
2561
|
+
exports.ListAliases$ = [9, n0, _LAi,
|
|
2562
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases", 200] }, () => exports.ListAliasesRequest$, () => exports.ListAliasesResponse$
|
|
2563
|
+
];
|
|
2564
|
+
exports.ListCapacityProviders$ = [9, n0, _LCP,
|
|
2565
|
+
{ [_h]: ["GET", "/2025-11-30/capacity-providers", 200] }, () => exports.ListCapacityProvidersRequest$, () => exports.ListCapacityProvidersResponse$
|
|
2566
|
+
];
|
|
2567
|
+
exports.ListCodeSigningConfigs$ = [9, n0, _LCSC,
|
|
2568
|
+
{ [_h]: ["GET", "/2020-04-22/code-signing-configs", 200] }, () => exports.ListCodeSigningConfigsRequest$, () => exports.ListCodeSigningConfigsResponse$
|
|
2569
|
+
];
|
|
2570
|
+
exports.ListDurableExecutionsByFunction$ = [9, n0, _LDEBF,
|
|
2571
|
+
{ [_h]: ["GET", "/2025-12-01/functions/{FunctionName}/durable-executions", 200] }, () => exports.ListDurableExecutionsByFunctionRequest$, () => exports.ListDurableExecutionsByFunctionResponse$
|
|
2572
|
+
];
|
|
2573
|
+
exports.ListEventSourceMappings$ = [9, n0, _LESM,
|
|
2574
|
+
{ [_h]: ["GET", "/2015-03-31/event-source-mappings", 200] }, () => exports.ListEventSourceMappingsRequest$, () => exports.ListEventSourceMappingsResponse$
|
|
2575
|
+
];
|
|
2576
|
+
exports.ListFunctionEventInvokeConfigs$ = [9, n0, _LFEIC,
|
|
2577
|
+
{ [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config/list", 200] }, () => exports.ListFunctionEventInvokeConfigsRequest$, () => exports.ListFunctionEventInvokeConfigsResponse$
|
|
2578
|
+
];
|
|
2579
|
+
exports.ListFunctions$ = [9, n0, _LFi,
|
|
2580
|
+
{ [_h]: ["GET", "/2015-03-31/functions", 200] }, () => exports.ListFunctionsRequest$, () => exports.ListFunctionsResponse$
|
|
2581
|
+
];
|
|
2582
|
+
exports.ListFunctionsByCodeSigningConfig$ = [9, n0, _LFBCSC,
|
|
2583
|
+
{ [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", 200] }, () => exports.ListFunctionsByCodeSigningConfigRequest$, () => exports.ListFunctionsByCodeSigningConfigResponse$
|
|
2584
|
+
];
|
|
2585
|
+
exports.ListFunctionUrlConfigs$ = [9, n0, _LFUC,
|
|
2586
|
+
{ [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/urls", 200] }, () => exports.ListFunctionUrlConfigsRequest$, () => exports.ListFunctionUrlConfigsResponse$
|
|
2587
|
+
];
|
|
2588
|
+
exports.ListFunctionVersionsByCapacityProvider$ = [9, n0, _LFVBCP,
|
|
2589
|
+
{ [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200] }, () => exports.ListFunctionVersionsByCapacityProviderRequest$, () => exports.ListFunctionVersionsByCapacityProviderResponse$
|
|
2590
|
+
];
|
|
2591
|
+
exports.ListLayers$ = [9, n0, _LLi,
|
|
2592
|
+
{ [_h]: ["GET", "/2018-10-31/layers", 200] }, () => exports.ListLayersRequest$, () => exports.ListLayersResponse$
|
|
2593
|
+
];
|
|
2594
|
+
exports.ListLayerVersions$ = [9, n0, _LLV,
|
|
2595
|
+
{ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions", 200] }, () => exports.ListLayerVersionsRequest$, () => exports.ListLayerVersionsResponse$
|
|
2596
|
+
];
|
|
2597
|
+
exports.ListProvisionedConcurrencyConfigs$ = [9, n0, _LPCC,
|
|
2598
|
+
{ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", 200] }, () => exports.ListProvisionedConcurrencyConfigsRequest$, () => exports.ListProvisionedConcurrencyConfigsResponse$
|
|
2599
|
+
];
|
|
2600
|
+
exports.ListTags$ = [9, n0, _LTi,
|
|
2601
|
+
{ [_h]: ["GET", "/2017-03-31/tags/{Resource}", 200] }, () => exports.ListTagsRequest$, () => exports.ListTagsResponse$
|
|
2602
|
+
];
|
|
2603
|
+
exports.ListVersionsByFunction$ = [9, n0, _LVBF,
|
|
2604
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/versions", 200] }, () => exports.ListVersionsByFunctionRequest$, () => exports.ListVersionsByFunctionResponse$
|
|
2605
|
+
];
|
|
2606
|
+
exports.PublishLayerVersion$ = [9, n0, _PLV,
|
|
2607
|
+
{ [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions", 201] }, () => exports.PublishLayerVersionRequest$, () => exports.PublishLayerVersionResponse$
|
|
2608
|
+
];
|
|
2609
|
+
exports.PublishVersion$ = [9, n0, _PV,
|
|
2610
|
+
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/versions", 201] }, () => exports.PublishVersionRequest$, () => exports.FunctionConfiguration$
|
|
2611
|
+
];
|
|
2612
|
+
exports.PutFunctionCodeSigningConfig$ = [9, n0, _PFCSC,
|
|
2613
|
+
{ [_h]: ["PUT", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] }, () => exports.PutFunctionCodeSigningConfigRequest$, () => exports.PutFunctionCodeSigningConfigResponse$
|
|
2614
|
+
];
|
|
2615
|
+
exports.PutFunctionConcurrency$ = [9, n0, _PFC,
|
|
2616
|
+
{ [_h]: ["PUT", "/2017-10-31/functions/{FunctionName}/concurrency", 200] }, () => exports.PutFunctionConcurrencyRequest$, () => exports.Concurrency$
|
|
2617
|
+
];
|
|
2618
|
+
exports.PutFunctionEventInvokeConfig$ = [9, n0, _PFEIC,
|
|
2619
|
+
{ [_h]: ["PUT", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] }, () => exports.PutFunctionEventInvokeConfigRequest$, () => exports.FunctionEventInvokeConfig$
|
|
2620
|
+
];
|
|
2621
|
+
exports.PutFunctionRecursionConfig$ = [9, n0, _PFRC,
|
|
2622
|
+
{ [_h]: ["PUT", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] }, () => exports.PutFunctionRecursionConfigRequest$, () => exports.PutFunctionRecursionConfigResponse$
|
|
2623
|
+
];
|
|
2624
|
+
exports.PutFunctionScalingConfig$ = [9, n0, _PFSC,
|
|
2625
|
+
{ [_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202] }, () => exports.PutFunctionScalingConfigRequest$, () => exports.PutFunctionScalingConfigResponse$
|
|
2626
|
+
];
|
|
2627
|
+
exports.PutProvisionedConcurrencyConfig$ = [9, n0, _PPCC,
|
|
2628
|
+
{ [_h]: ["PUT", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 202] }, () => exports.PutProvisionedConcurrencyConfigRequest$, () => exports.PutProvisionedConcurrencyConfigResponse$
|
|
2629
|
+
];
|
|
2630
|
+
exports.PutRuntimeManagementConfig$ = [9, n0, _PRMC,
|
|
2631
|
+
{ [_h]: ["PUT", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] }, () => exports.PutRuntimeManagementConfigRequest$, () => exports.PutRuntimeManagementConfigResponse$
|
|
2632
|
+
];
|
|
2633
|
+
exports.RemoveLayerVersionPermission$ = [9, n0, _RLVP,
|
|
2634
|
+
{ [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", 204] }, () => exports.RemoveLayerVersionPermissionRequest$, () => __Unit
|
|
2635
|
+
];
|
|
2636
|
+
exports.RemovePermission$ = [9, n0, _RP,
|
|
2637
|
+
{ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", 204] }, () => exports.RemovePermissionRequest$, () => __Unit
|
|
2638
|
+
];
|
|
2639
|
+
exports.SendDurableExecutionCallbackFailure$ = [9, n0, _SDECF,
|
|
2640
|
+
{ [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/fail", 200] }, () => exports.SendDurableExecutionCallbackFailureRequest$, () => exports.SendDurableExecutionCallbackFailureResponse$
|
|
2641
|
+
];
|
|
2642
|
+
exports.SendDurableExecutionCallbackHeartbeat$ = [9, n0, _SDECH,
|
|
2643
|
+
{ [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat", 200] }, () => exports.SendDurableExecutionCallbackHeartbeatRequest$, () => exports.SendDurableExecutionCallbackHeartbeatResponse$
|
|
2644
|
+
];
|
|
2645
|
+
exports.SendDurableExecutionCallbackSuccess$ = [9, n0, _SDECS,
|
|
2646
|
+
{ [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed", 200] }, () => exports.SendDurableExecutionCallbackSuccessRequest$, () => exports.SendDurableExecutionCallbackSuccessResponse$
|
|
2647
|
+
];
|
|
2648
|
+
exports.StopDurableExecution$ = [9, n0, _SDE,
|
|
2649
|
+
{ [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/stop", 200] }, () => exports.StopDurableExecutionRequest$, () => exports.StopDurableExecutionResponse$
|
|
2650
|
+
];
|
|
2651
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
2652
|
+
{ [_h]: ["POST", "/2017-03-31/tags/{Resource}", 204] }, () => exports.TagResourceRequest$, () => __Unit
|
|
2653
|
+
];
|
|
2654
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
2655
|
+
{ [_h]: ["DELETE", "/2017-03-31/tags/{Resource}", 204] }, () => exports.UntagResourceRequest$, () => __Unit
|
|
2656
|
+
];
|
|
2657
|
+
exports.UpdateAlias$ = [9, n0, _UA,
|
|
2658
|
+
{ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] }, () => exports.UpdateAliasRequest$, () => exports.AliasConfiguration$
|
|
2659
|
+
];
|
|
2660
|
+
exports.UpdateCapacityProvider$ = [9, n0, _UCP,
|
|
2661
|
+
{ [_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] }, () => exports.UpdateCapacityProviderRequest$, () => exports.UpdateCapacityProviderResponse$
|
|
2662
|
+
];
|
|
2663
|
+
exports.UpdateCodeSigningConfig$ = [9, n0, _UCSC,
|
|
2664
|
+
{ [_h]: ["PUT", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] }, () => exports.UpdateCodeSigningConfigRequest$, () => exports.UpdateCodeSigningConfigResponse$
|
|
2665
|
+
];
|
|
2666
|
+
exports.UpdateEventSourceMapping$ = [9, n0, _UESM,
|
|
2667
|
+
{ [_h]: ["PUT", "/2015-03-31/event-source-mappings/{UUID}", 202] }, () => exports.UpdateEventSourceMappingRequest$, () => exports.EventSourceMappingConfiguration$
|
|
2668
|
+
];
|
|
2669
|
+
exports.UpdateFunctionCode$ = [9, n0, _UFC,
|
|
2670
|
+
{ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/code", 200] }, () => exports.UpdateFunctionCodeRequest$, () => exports.FunctionConfiguration$
|
|
2671
|
+
];
|
|
2672
|
+
exports.UpdateFunctionConfiguration$ = [9, n0, _UFCp,
|
|
2673
|
+
{ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/configuration", 200] }, () => exports.UpdateFunctionConfigurationRequest$, () => exports.FunctionConfiguration$
|
|
2674
|
+
];
|
|
2675
|
+
exports.UpdateFunctionEventInvokeConfig$ = [9, n0, _UFEIC,
|
|
2676
|
+
{ [_h]: ["POST", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] }, () => exports.UpdateFunctionEventInvokeConfigRequest$, () => exports.FunctionEventInvokeConfig$
|
|
2677
|
+
];
|
|
2678
|
+
exports.UpdateFunctionUrlConfig$ = [9, n0, _UFUC,
|
|
2679
|
+
{ [_h]: ["PUT", "/2021-10-31/functions/{FunctionName}/url", 200] }, () => exports.UpdateFunctionUrlConfigRequest$, () => exports.UpdateFunctionUrlConfigResponse$
|
|
2680
|
+
];
|