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
|
@@ -196,6 +196,7 @@ const _ESM = "EventSourceMappings";
|
|
|
196
196
|
const _ESMA = "EventSourceMappingArn";
|
|
197
197
|
const _ESMC = "EventSourceMappingConfiguration";
|
|
198
198
|
const _ESML = "EventSourceMappingsList";
|
|
199
|
+
const _ESMLC = "EventSourceMappingLoggingConfig";
|
|
199
200
|
const _ESMMC = "EventSourceMappingMetricsConfig";
|
|
200
201
|
const _EST = "EventSourceToken";
|
|
201
202
|
const _ESv = "EventStream";
|
|
@@ -519,11 +520,11 @@ const _Po = "Policy";
|
|
|
519
520
|
const _Pu = "Publish";
|
|
520
521
|
const _Q = "Qualifier";
|
|
521
522
|
const _Qu = "Queues";
|
|
522
|
-
const _R = "
|
|
523
|
+
const _R = "Reason";
|
|
523
524
|
const _RA = "Retry-After";
|
|
524
525
|
const _RC = "RoutingConfig";
|
|
525
|
-
const _RCE = "
|
|
526
|
-
const _RCEe = "
|
|
526
|
+
const _RCE = "ResourceConflictException";
|
|
527
|
+
const _RCEe = "ReservedConcurrentExecutions";
|
|
527
528
|
const _RCe = "ReplayChildren";
|
|
528
529
|
const _RD = "RetryDetails";
|
|
529
530
|
const _RFSC = "RequestedFunctionScalingConfig";
|
|
@@ -548,8 +549,8 @@ const _RTLE = "RequestTooLargeException";
|
|
|
548
549
|
const _RVA = "RuntimeVersionArn";
|
|
549
550
|
const _RVC = "RuntimeVersionConfig";
|
|
550
551
|
const _RVE = "RuntimeVersionError";
|
|
551
|
-
const _Re = "
|
|
552
|
-
const
|
|
552
|
+
const _Re = "Result";
|
|
553
|
+
const _Res = "Resource";
|
|
553
554
|
const _Ro = "Role";
|
|
554
555
|
const _Ru = "Runtime";
|
|
555
556
|
const _S = "Statement";
|
|
@@ -622,7 +623,7 @@ const _Si = "Size";
|
|
|
622
623
|
const _St = "State";
|
|
623
624
|
const _Sta = "Status";
|
|
624
625
|
const _Stat = "Statuses";
|
|
625
|
-
const _T = "
|
|
626
|
+
const _T = "Type";
|
|
626
627
|
const _TA = "TargetArn";
|
|
627
628
|
const _TC = "TracingConfig";
|
|
628
629
|
const _TCR = "TracingConfigResponse";
|
|
@@ -641,9 +642,9 @@ const _TTSP = "TargetTrackingScalingPolicy";
|
|
|
641
642
|
const _TV = "TargetValue";
|
|
642
643
|
const _TWIS = "TumblingWindowInSeconds";
|
|
643
644
|
const _Ta = "Tags";
|
|
645
|
+
const _Ti = "Timeout";
|
|
644
646
|
const _To = "Topics";
|
|
645
647
|
const _Tr = "Truncated";
|
|
646
|
-
const _Ty = "Type";
|
|
647
648
|
const _U = "Updates";
|
|
648
649
|
const _UA = "UpdateAlias";
|
|
649
650
|
const _UAOD = "UntrustedArtifactOnDeployment";
|
|
@@ -706,17 +707,289 @@ const _hH = "httpHeader";
|
|
|
706
707
|
const _hQ = "httpQuery";
|
|
707
708
|
const _m = "message";
|
|
708
709
|
const _rAS = "retryAfterSeconds";
|
|
709
|
-
const _s = "
|
|
710
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.lambda";
|
|
710
711
|
const _se = "server";
|
|
711
|
-
const
|
|
712
|
+
const _st = "streaming";
|
|
712
713
|
const _tK = "tagKeys";
|
|
713
714
|
const n0 = "com.amazonaws.lambda";
|
|
714
715
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
715
716
|
import { CallbackTimeoutException, CapacityProviderLimitExceededException, CodeSigningConfigNotFoundException, CodeStorageExceededException, CodeVerificationFailedException, DurableExecutionAlreadyStartedException, EC2AccessDeniedException, EC2ThrottledException, EC2UnexpectedException, EFSIOException, EFSMountConnectivityException, EFSMountFailureException, EFSMountTimeoutException, ENILimitReachedException, FunctionVersionsPerCapacityProviderLimitExceededException, InvalidCodeSignatureException, InvalidParameterValueException, InvalidRequestContentException, InvalidRuntimeException, InvalidSecurityGroupIDException, InvalidSubnetIDException, InvalidZipFileException, KMSAccessDeniedException, KMSDisabledException, KMSInvalidStateException, KMSNotFoundException, NoPublishedVersionException, PolicyLengthExceededException, PreconditionFailedException, ProvisionedConcurrencyConfigNotFoundException, RecursiveInvocationException, RequestTooLargeException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, SerializedRequestEntityTooLargeException, ServiceException, SnapStartException, SnapStartNotReadyException, SnapStartTimeoutException, SubnetIPAddressLimitReachedException, TooManyRequestsException, UnsupportedMediaTypeException, } from "../models/errors";
|
|
716
717
|
import { LambdaServiceException } from "../models/LambdaServiceException";
|
|
718
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
719
|
+
export var LambdaServiceException$ = [-3, _s, "LambdaServiceException", 0, [], []];
|
|
720
|
+
_s_registry.registerError(LambdaServiceException$, LambdaServiceException);
|
|
721
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
722
|
+
export var CallbackTimeoutException$ = [-3, n0, _CTE,
|
|
723
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
724
|
+
[_T, _M],
|
|
725
|
+
[0, 0]
|
|
726
|
+
];
|
|
727
|
+
n0_registry.registerError(CallbackTimeoutException$, CallbackTimeoutException);
|
|
728
|
+
export var CapacityProviderLimitExceededException$ = [-3, n0, _CPLEE,
|
|
729
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
730
|
+
[_T, _m],
|
|
731
|
+
[0, 0]
|
|
732
|
+
];
|
|
733
|
+
n0_registry.registerError(CapacityProviderLimitExceededException$, CapacityProviderLimitExceededException);
|
|
734
|
+
export var CodeSigningConfigNotFoundException$ = [-3, n0, _CSCNFE,
|
|
735
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
736
|
+
[_T, _M],
|
|
737
|
+
[0, 0]
|
|
738
|
+
];
|
|
739
|
+
n0_registry.registerError(CodeSigningConfigNotFoundException$, CodeSigningConfigNotFoundException);
|
|
740
|
+
export var CodeStorageExceededException$ = [-3, n0, _CSEE,
|
|
741
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
742
|
+
[_T, _m],
|
|
743
|
+
[0, 0]
|
|
744
|
+
];
|
|
745
|
+
n0_registry.registerError(CodeStorageExceededException$, CodeStorageExceededException);
|
|
746
|
+
export var CodeVerificationFailedException$ = [-3, n0, _CVFE,
|
|
747
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
748
|
+
[_T, _M],
|
|
749
|
+
[0, 0]
|
|
750
|
+
];
|
|
751
|
+
n0_registry.registerError(CodeVerificationFailedException$, CodeVerificationFailedException);
|
|
752
|
+
export var DurableExecutionAlreadyStartedException$ = [-3, n0, _DEASE,
|
|
753
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
754
|
+
[_T, _M],
|
|
755
|
+
[0, 0]
|
|
756
|
+
];
|
|
757
|
+
n0_registry.registerError(DurableExecutionAlreadyStartedException$, DurableExecutionAlreadyStartedException);
|
|
758
|
+
export var EC2AccessDeniedException$ = [-3, n0, _ECADE,
|
|
759
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
760
|
+
[_T, _M],
|
|
761
|
+
[0, 0]
|
|
762
|
+
];
|
|
763
|
+
n0_registry.registerError(EC2AccessDeniedException$, EC2AccessDeniedException);
|
|
764
|
+
export var EC2ThrottledException$ = [-3, n0, _ECTE,
|
|
765
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
766
|
+
[_T, _M],
|
|
767
|
+
[0, 0]
|
|
768
|
+
];
|
|
769
|
+
n0_registry.registerError(EC2ThrottledException$, EC2ThrottledException);
|
|
770
|
+
export var EC2UnexpectedException$ = [-3, n0, _ECUE,
|
|
771
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
772
|
+
[_T, _M, _ECEC],
|
|
773
|
+
[0, 0, 0]
|
|
774
|
+
];
|
|
775
|
+
n0_registry.registerError(EC2UnexpectedException$, EC2UnexpectedException);
|
|
776
|
+
export var EFSIOException$ = [-3, n0, _EFSIOE,
|
|
777
|
+
{ [_e]: _c, [_hE]: 410 },
|
|
778
|
+
[_T, _M],
|
|
779
|
+
[0, 0]
|
|
780
|
+
];
|
|
781
|
+
n0_registry.registerError(EFSIOException$, EFSIOException);
|
|
782
|
+
export var EFSMountConnectivityException$ = [-3, n0, _EFSMCE,
|
|
783
|
+
{ [_e]: _c, [_hE]: 408 },
|
|
784
|
+
[_T, _M],
|
|
785
|
+
[0, 0]
|
|
786
|
+
];
|
|
787
|
+
n0_registry.registerError(EFSMountConnectivityException$, EFSMountConnectivityException);
|
|
788
|
+
export var EFSMountFailureException$ = [-3, n0, _EFSMFE,
|
|
789
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
790
|
+
[_T, _M],
|
|
791
|
+
[0, 0]
|
|
792
|
+
];
|
|
793
|
+
n0_registry.registerError(EFSMountFailureException$, EFSMountFailureException);
|
|
794
|
+
export var EFSMountTimeoutException$ = [-3, n0, _EFSMTE,
|
|
795
|
+
{ [_e]: _c, [_hE]: 408 },
|
|
796
|
+
[_T, _M],
|
|
797
|
+
[0, 0]
|
|
798
|
+
];
|
|
799
|
+
n0_registry.registerError(EFSMountTimeoutException$, EFSMountTimeoutException);
|
|
800
|
+
export var ENILimitReachedException$ = [-3, n0, _ENILRE,
|
|
801
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
802
|
+
[_T, _M],
|
|
803
|
+
[0, 0]
|
|
804
|
+
];
|
|
805
|
+
n0_registry.registerError(ENILimitReachedException$, ENILimitReachedException);
|
|
806
|
+
export var FunctionVersionsPerCapacityProviderLimitExceededException$ = [-3, n0, _FVPCPLEE,
|
|
807
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
808
|
+
[_T, _m],
|
|
809
|
+
[0, 0]
|
|
810
|
+
];
|
|
811
|
+
n0_registry.registerError(FunctionVersionsPerCapacityProviderLimitExceededException$, FunctionVersionsPerCapacityProviderLimitExceededException);
|
|
812
|
+
export var InvalidCodeSignatureException$ = [-3, n0, _ICSE,
|
|
813
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
814
|
+
[_T, _M],
|
|
815
|
+
[0, 0]
|
|
816
|
+
];
|
|
817
|
+
n0_registry.registerError(InvalidCodeSignatureException$, InvalidCodeSignatureException);
|
|
818
|
+
export var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
819
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
820
|
+
[_T, _m],
|
|
821
|
+
[0, 0]
|
|
822
|
+
];
|
|
823
|
+
n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
824
|
+
export var InvalidRequestContentException$ = [-3, n0, _IRCE,
|
|
825
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
826
|
+
[_T, _m],
|
|
827
|
+
[0, 0]
|
|
828
|
+
];
|
|
829
|
+
n0_registry.registerError(InvalidRequestContentException$, InvalidRequestContentException);
|
|
830
|
+
export var InvalidRuntimeException$ = [-3, n0, _IRE,
|
|
831
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
832
|
+
[_T, _M],
|
|
833
|
+
[0, 0]
|
|
834
|
+
];
|
|
835
|
+
n0_registry.registerError(InvalidRuntimeException$, InvalidRuntimeException);
|
|
836
|
+
export var InvalidSecurityGroupIDException$ = [-3, n0, _ISGIDE,
|
|
837
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
838
|
+
[_T, _M],
|
|
839
|
+
[0, 0]
|
|
840
|
+
];
|
|
841
|
+
n0_registry.registerError(InvalidSecurityGroupIDException$, InvalidSecurityGroupIDException);
|
|
842
|
+
export var InvalidSubnetIDException$ = [-3, n0, _ISIDE,
|
|
843
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
844
|
+
[_T, _M],
|
|
845
|
+
[0, 0]
|
|
846
|
+
];
|
|
847
|
+
n0_registry.registerError(InvalidSubnetIDException$, InvalidSubnetIDException);
|
|
848
|
+
export var InvalidZipFileException$ = [-3, n0, _IZFE,
|
|
849
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
850
|
+
[_T, _M],
|
|
851
|
+
[0, 0]
|
|
852
|
+
];
|
|
853
|
+
n0_registry.registerError(InvalidZipFileException$, InvalidZipFileException);
|
|
854
|
+
export var KMSAccessDeniedException$ = [-3, n0, _KMSADE,
|
|
855
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
856
|
+
[_T, _M],
|
|
857
|
+
[0, 0]
|
|
858
|
+
];
|
|
859
|
+
n0_registry.registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
|
|
860
|
+
export var KMSDisabledException$ = [-3, n0, _KMSDE,
|
|
861
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
862
|
+
[_T, _M],
|
|
863
|
+
[0, 0]
|
|
864
|
+
];
|
|
865
|
+
n0_registry.registerError(KMSDisabledException$, KMSDisabledException);
|
|
866
|
+
export var KMSInvalidStateException$ = [-3, n0, _KMSISE,
|
|
867
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
868
|
+
[_T, _M],
|
|
869
|
+
[0, 0]
|
|
870
|
+
];
|
|
871
|
+
n0_registry.registerError(KMSInvalidStateException$, KMSInvalidStateException);
|
|
872
|
+
export var KMSNotFoundException$ = [-3, n0, _KMSNFE,
|
|
873
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
874
|
+
[_T, _M],
|
|
875
|
+
[0, 0]
|
|
876
|
+
];
|
|
877
|
+
n0_registry.registerError(KMSNotFoundException$, KMSNotFoundException);
|
|
878
|
+
export var NoPublishedVersionException$ = [-3, n0, _NPVE,
|
|
879
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
880
|
+
[_T, _M],
|
|
881
|
+
[0, 0]
|
|
882
|
+
];
|
|
883
|
+
n0_registry.registerError(NoPublishedVersionException$, NoPublishedVersionException);
|
|
884
|
+
export var PolicyLengthExceededException$ = [-3, n0, _PLEE,
|
|
885
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
886
|
+
[_T, _m],
|
|
887
|
+
[0, 0]
|
|
888
|
+
];
|
|
889
|
+
n0_registry.registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
|
|
890
|
+
export var PreconditionFailedException$ = [-3, n0, _PFE,
|
|
891
|
+
{ [_e]: _c, [_hE]: 412 },
|
|
892
|
+
[_T, _m],
|
|
893
|
+
[0, 0]
|
|
894
|
+
];
|
|
895
|
+
n0_registry.registerError(PreconditionFailedException$, PreconditionFailedException);
|
|
896
|
+
export var ProvisionedConcurrencyConfigNotFoundException$ = [-3, n0, _PCCNFE,
|
|
897
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
898
|
+
[_T, _m],
|
|
899
|
+
[0, 0]
|
|
900
|
+
];
|
|
901
|
+
n0_registry.registerError(ProvisionedConcurrencyConfigNotFoundException$, ProvisionedConcurrencyConfigNotFoundException);
|
|
902
|
+
export var RecursiveInvocationException$ = [-3, n0, _RIE,
|
|
903
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
904
|
+
[_T, _M],
|
|
905
|
+
[0, 0]
|
|
906
|
+
];
|
|
907
|
+
n0_registry.registerError(RecursiveInvocationException$, RecursiveInvocationException);
|
|
908
|
+
export var RequestTooLargeException$ = [-3, n0, _RTLE,
|
|
909
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
910
|
+
[_T, _m],
|
|
911
|
+
[0, 0]
|
|
912
|
+
];
|
|
913
|
+
n0_registry.registerError(RequestTooLargeException$, RequestTooLargeException);
|
|
914
|
+
export var ResourceConflictException$ = [-3, n0, _RCE,
|
|
915
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
916
|
+
[_T, _m],
|
|
917
|
+
[0, 0]
|
|
918
|
+
];
|
|
919
|
+
n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
|
|
920
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
921
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
922
|
+
[_T, _M],
|
|
923
|
+
[0, 0]
|
|
924
|
+
];
|
|
925
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
926
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
927
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
928
|
+
[_T, _M],
|
|
929
|
+
[0, 0]
|
|
930
|
+
];
|
|
931
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
932
|
+
export var ResourceNotReadyException$ = [-3, n0, _RNRE,
|
|
933
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
934
|
+
[_T, _m],
|
|
935
|
+
[0, 0]
|
|
936
|
+
];
|
|
937
|
+
n0_registry.registerError(ResourceNotReadyException$, ResourceNotReadyException);
|
|
938
|
+
export var SerializedRequestEntityTooLargeException$ = [-3, n0, _SRETLE,
|
|
939
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
940
|
+
[_T, _m],
|
|
941
|
+
[0, 0]
|
|
942
|
+
];
|
|
943
|
+
n0_registry.registerError(SerializedRequestEntityTooLargeException$, SerializedRequestEntityTooLargeException);
|
|
944
|
+
export var ServiceException$ = [-3, n0, _SE,
|
|
945
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
946
|
+
[_T, _M],
|
|
947
|
+
[0, 0]
|
|
948
|
+
];
|
|
949
|
+
n0_registry.registerError(ServiceException$, ServiceException);
|
|
950
|
+
export var SnapStartException$ = [-3, n0, _SSE,
|
|
951
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
952
|
+
[_T, _M],
|
|
953
|
+
[0, 0]
|
|
954
|
+
];
|
|
955
|
+
n0_registry.registerError(SnapStartException$, SnapStartException);
|
|
956
|
+
export var SnapStartNotReadyException$ = [-3, n0, _SSNRE,
|
|
957
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
958
|
+
[_T, _M],
|
|
959
|
+
[0, 0]
|
|
960
|
+
];
|
|
961
|
+
n0_registry.registerError(SnapStartNotReadyException$, SnapStartNotReadyException);
|
|
962
|
+
export var SnapStartTimeoutException$ = [-3, n0, _SSTE,
|
|
963
|
+
{ [_e]: _c, [_hE]: 408 },
|
|
964
|
+
[_T, _M],
|
|
965
|
+
[0, 0]
|
|
966
|
+
];
|
|
967
|
+
n0_registry.registerError(SnapStartTimeoutException$, SnapStartTimeoutException);
|
|
968
|
+
export var SubnetIPAddressLimitReachedException$ = [-3, n0, _SIPALRE,
|
|
969
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
970
|
+
[_T, _M],
|
|
971
|
+
[0, 0]
|
|
972
|
+
];
|
|
973
|
+
n0_registry.registerError(SubnetIPAddressLimitReachedException$, SubnetIPAddressLimitReachedException);
|
|
974
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
975
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
976
|
+
[_rAS, _T, _m, _R],
|
|
977
|
+
[[0, { [_hH]: _RA }], 0, 0, 0]
|
|
978
|
+
];
|
|
979
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
980
|
+
export var UnsupportedMediaTypeException$ = [-3, n0, _UMTE,
|
|
981
|
+
{ [_e]: _c, [_hE]: 415 },
|
|
982
|
+
[_T, _m],
|
|
983
|
+
[0, 0]
|
|
984
|
+
];
|
|
985
|
+
n0_registry.registerError(UnsupportedMediaTypeException$, UnsupportedMediaTypeException);
|
|
986
|
+
export const errorTypeRegistries = [
|
|
987
|
+
_s_registry,
|
|
988
|
+
n0_registry,
|
|
989
|
+
];
|
|
717
990
|
var BinaryOperationPayload = [0, n0, _BOP, 8, 21];
|
|
718
991
|
var _Blob = [0, n0, _B, 8, 21];
|
|
719
|
-
var BlobStream = [0, n0, _BS, { [
|
|
992
|
+
var BlobStream = [0, n0, _BS, { [_st]: 1 }, 42];
|
|
720
993
|
var EnvironmentVariableName = [0, n0, _EVN, 8, 0];
|
|
721
994
|
var EnvironmentVariableValue = [0, n0, _EVV, 8, 0];
|
|
722
995
|
var ErrorData = [0, n0, _ED, 8, 0];
|
|
@@ -779,7 +1052,7 @@ export var AmazonManagedKafkaEventSourceConfig$ = [3, n0, _AMKESC,
|
|
|
779
1052
|
];
|
|
780
1053
|
export var CallbackDetails$ = [3, n0, _CD,
|
|
781
1054
|
0,
|
|
782
|
-
[_CI,
|
|
1055
|
+
[_CI, _Re, _E],
|
|
783
1056
|
[0, [() => OperationPayload, 0], [() => ErrorObject$, 0]]
|
|
784
1057
|
];
|
|
785
1058
|
export var CallbackFailedDetails$ = [3, n0, _CFD,
|
|
@@ -794,12 +1067,12 @@ export var CallbackOptions$ = [3, n0, _CO,
|
|
|
794
1067
|
];
|
|
795
1068
|
export var CallbackStartedDetails$ = [3, n0, _CSD,
|
|
796
1069
|
0,
|
|
797
|
-
[_CI, _HT,
|
|
1070
|
+
[_CI, _HT, _Ti],
|
|
798
1071
|
[0, 1, 1], 1
|
|
799
1072
|
];
|
|
800
1073
|
export var CallbackSucceededDetails$ = [3, n0, _CSDa,
|
|
801
1074
|
0,
|
|
802
|
-
[
|
|
1075
|
+
[_Re],
|
|
803
1076
|
[[() => EventResult$, 0]], 1
|
|
804
1077
|
];
|
|
805
1078
|
export var CallbackTimedOutDetails$ = [3, n0, _CTOD,
|
|
@@ -807,12 +1080,6 @@ export var CallbackTimedOutDetails$ = [3, n0, _CTOD,
|
|
|
807
1080
|
[_E],
|
|
808
1081
|
[[() => EventError$, 0]], 1
|
|
809
1082
|
];
|
|
810
|
-
export var CallbackTimeoutException$ = [-3, n0, _CTE,
|
|
811
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
812
|
-
[_Ty, _M],
|
|
813
|
-
[0, 0]
|
|
814
|
-
];
|
|
815
|
-
TypeRegistry.for(n0).registerError(CallbackTimeoutException$, CallbackTimeoutException);
|
|
816
1083
|
export var CapacityProvider$ = [3, n0, _CP,
|
|
817
1084
|
0,
|
|
818
1085
|
[_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM],
|
|
@@ -823,12 +1090,6 @@ export var CapacityProviderConfig$ = [3, n0, _CPC,
|
|
|
823
1090
|
[_LMICPC],
|
|
824
1091
|
[() => LambdaManagedInstancesCapacityProviderConfig$], 1
|
|
825
1092
|
];
|
|
826
|
-
export var CapacityProviderLimitExceededException$ = [-3, n0, _CPLEE,
|
|
827
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
828
|
-
[_Ty, _m],
|
|
829
|
-
[0, 0]
|
|
830
|
-
];
|
|
831
|
-
TypeRegistry.for(n0).registerError(CapacityProviderLimitExceededException$, CapacityProviderLimitExceededException);
|
|
832
1093
|
export var CapacityProviderPermissionsConfig$ = [3, n0, _CPPC,
|
|
833
1094
|
0,
|
|
834
1095
|
[_CPORA],
|
|
@@ -846,7 +1107,7 @@ export var CapacityProviderVpcConfig$ = [3, n0, _CPVC,
|
|
|
846
1107
|
];
|
|
847
1108
|
export var ChainedInvokeDetails$ = [3, n0, _CID,
|
|
848
1109
|
0,
|
|
849
|
-
[
|
|
1110
|
+
[_Re, _E],
|
|
850
1111
|
[[() => OperationPayload, 0], [() => ErrorObject$, 0]]
|
|
851
1112
|
];
|
|
852
1113
|
export var ChainedInvokeFailedDetails$ = [3, n0, _CIFD,
|
|
@@ -871,7 +1132,7 @@ export var ChainedInvokeStoppedDetails$ = [3, n0, _CISDh,
|
|
|
871
1132
|
];
|
|
872
1133
|
export var ChainedInvokeSucceededDetails$ = [3, n0, _CISDha,
|
|
873
1134
|
0,
|
|
874
|
-
[
|
|
1135
|
+
[_Re],
|
|
875
1136
|
[[() => EventResult$, 0]], 1
|
|
876
1137
|
];
|
|
877
1138
|
export var ChainedInvokeTimedOutDetails$ = [3, n0, _CITOD,
|
|
@@ -899,37 +1160,19 @@ export var CodeSigningConfig$ = [3, n0, _CSC,
|
|
|
899
1160
|
[_CSCI, _CSCA, _AP, _CSP, _LM, _D],
|
|
900
1161
|
[0, 0, () => AllowedPublishers$, () => CodeSigningPolicies$, 0, 0], 5
|
|
901
1162
|
];
|
|
902
|
-
export var CodeSigningConfigNotFoundException$ = [-3, n0, _CSCNFE,
|
|
903
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
904
|
-
[_Ty, _M],
|
|
905
|
-
[0, 0]
|
|
906
|
-
];
|
|
907
|
-
TypeRegistry.for(n0).registerError(CodeSigningConfigNotFoundException$, CodeSigningConfigNotFoundException);
|
|
908
1163
|
export var CodeSigningPolicies$ = [3, n0, _CSP,
|
|
909
1164
|
0,
|
|
910
1165
|
[_UAOD],
|
|
911
1166
|
[0]
|
|
912
1167
|
];
|
|
913
|
-
export var CodeStorageExceededException$ = [-3, n0, _CSEE,
|
|
914
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
915
|
-
[_Ty, _m],
|
|
916
|
-
[0, 0]
|
|
917
|
-
];
|
|
918
|
-
TypeRegistry.for(n0).registerError(CodeStorageExceededException$, CodeStorageExceededException);
|
|
919
|
-
export var CodeVerificationFailedException$ = [-3, n0, _CVFE,
|
|
920
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
921
|
-
[_Ty, _M],
|
|
922
|
-
[0, 0]
|
|
923
|
-
];
|
|
924
|
-
TypeRegistry.for(n0).registerError(CodeVerificationFailedException$, CodeVerificationFailedException);
|
|
925
1168
|
export var Concurrency$ = [3, n0, _C,
|
|
926
1169
|
0,
|
|
927
|
-
[
|
|
1170
|
+
[_RCEe],
|
|
928
1171
|
[1]
|
|
929
1172
|
];
|
|
930
1173
|
export var ContextDetails$ = [3, n0, _CDo,
|
|
931
1174
|
0,
|
|
932
|
-
[_RCe,
|
|
1175
|
+
[_RCe, _Re, _E],
|
|
933
1176
|
[2, [() => OperationPayload, 0], [() => ErrorObject$, 0]]
|
|
934
1177
|
];
|
|
935
1178
|
export var ContextFailedDetails$ = [3, n0, _CFDo,
|
|
@@ -949,7 +1192,7 @@ export var ContextStartedDetails$ = [3, n0, _CSDo,
|
|
|
949
1192
|
];
|
|
950
1193
|
export var ContextSucceededDetails$ = [3, n0, _CSDon,
|
|
951
1194
|
0,
|
|
952
|
-
[
|
|
1195
|
+
[_Re],
|
|
953
1196
|
[[() => EventResult$, 0]], 1
|
|
954
1197
|
];
|
|
955
1198
|
export var Cors$ = [3, n0, _Co,
|
|
@@ -984,12 +1227,12 @@ export var CreateCodeSigningConfigResponse$ = [3, n0, _CCSCRr,
|
|
|
984
1227
|
];
|
|
985
1228
|
export var CreateEventSourceMappingRequest$ = [3, n0, _CESMR,
|
|
986
1229
|
0,
|
|
987
|
-
[_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, _PPC],
|
|
988
|
-
[0, 0, 2, 1, () => FilterCriteria$, 1, 1, 0, 4, () => DestinationConfig$, 1, 2, 1, 128 | 0, 1, 64 | 0, 64 | 0, () => SourceAccessConfigurations, () => SelfManagedEventSource$, 64 | 0, () => AmazonManagedKafkaEventSourceConfig$, () => SelfManagedKafkaEventSourceConfig$, () => ScalingConfig$, () => DocumentDBEventSourceConfig$, 0, () => EventSourceMappingMetricsConfig$, () => ProvisionedPollerConfig$], 1
|
|
1230
|
+
[_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],
|
|
1231
|
+
[0, 0, 2, 1, () => FilterCriteria$, 1, 1, 0, 4, () => DestinationConfig$, 1, 2, 1, 128 | 0, 1, 64 | 0, 64 | 0, () => SourceAccessConfigurations, () => SelfManagedEventSource$, 64 | 0, () => AmazonManagedKafkaEventSourceConfig$, () => SelfManagedKafkaEventSourceConfig$, () => ScalingConfig$, () => DocumentDBEventSourceConfig$, 0, () => EventSourceMappingMetricsConfig$, () => EventSourceMappingLoggingConfig$, () => ProvisionedPollerConfig$], 1
|
|
989
1232
|
];
|
|
990
1233
|
export var CreateFunctionRequest$ = [3, n0, _CFR,
|
|
991
1234
|
0,
|
|
992
|
-
[_FN, _Ro, _Cod, _Ru, _H, _D,
|
|
1235
|
+
[_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],
|
|
993
1236
|
[0, 0, [() => FunctionCode$, 0], 0, 0, 0, 1, 1, 2, () => VpcConfig$, 0, () => DeadLetterConfig$, [() => Environment$, 0], 0, () => TracingConfig$, 128 | 0, 64 | 0, () => FileSystemConfigList, () => ImageConfig$, 0, 64 | 0, () => EphemeralStorage$, () => SnapStart$, () => LoggingConfig$, () => CapacityProviderConfig$, 0, () => DurableConfig$, () => TenancyConfig$], 3
|
|
994
1237
|
];
|
|
995
1238
|
export var CreateFunctionUrlConfigRequest$ = [3, n0, _CFUCR,
|
|
@@ -1092,60 +1335,6 @@ export var DurableConfig$ = [3, n0, _DCu,
|
|
|
1092
1335
|
[_RPID, _ETx],
|
|
1093
1336
|
[1, 1]
|
|
1094
1337
|
];
|
|
1095
|
-
export var DurableExecutionAlreadyStartedException$ = [-3, n0, _DEASE,
|
|
1096
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1097
|
-
[_Ty, _M],
|
|
1098
|
-
[0, 0]
|
|
1099
|
-
];
|
|
1100
|
-
TypeRegistry.for(n0).registerError(DurableExecutionAlreadyStartedException$, DurableExecutionAlreadyStartedException);
|
|
1101
|
-
export var EC2AccessDeniedException$ = [-3, n0, _ECADE,
|
|
1102
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1103
|
-
[_Ty, _M],
|
|
1104
|
-
[0, 0]
|
|
1105
|
-
];
|
|
1106
|
-
TypeRegistry.for(n0).registerError(EC2AccessDeniedException$, EC2AccessDeniedException);
|
|
1107
|
-
export var EC2ThrottledException$ = [-3, n0, _ECTE,
|
|
1108
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1109
|
-
[_Ty, _M],
|
|
1110
|
-
[0, 0]
|
|
1111
|
-
];
|
|
1112
|
-
TypeRegistry.for(n0).registerError(EC2ThrottledException$, EC2ThrottledException);
|
|
1113
|
-
export var EC2UnexpectedException$ = [-3, n0, _ECUE,
|
|
1114
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1115
|
-
[_Ty, _M, _ECEC],
|
|
1116
|
-
[0, 0, 0]
|
|
1117
|
-
];
|
|
1118
|
-
TypeRegistry.for(n0).registerError(EC2UnexpectedException$, EC2UnexpectedException);
|
|
1119
|
-
export var EFSIOException$ = [-3, n0, _EFSIOE,
|
|
1120
|
-
{ [_e]: _c, [_hE]: 410 },
|
|
1121
|
-
[_Ty, _M],
|
|
1122
|
-
[0, 0]
|
|
1123
|
-
];
|
|
1124
|
-
TypeRegistry.for(n0).registerError(EFSIOException$, EFSIOException);
|
|
1125
|
-
export var EFSMountConnectivityException$ = [-3, n0, _EFSMCE,
|
|
1126
|
-
{ [_e]: _c, [_hE]: 408 },
|
|
1127
|
-
[_Ty, _M],
|
|
1128
|
-
[0, 0]
|
|
1129
|
-
];
|
|
1130
|
-
TypeRegistry.for(n0).registerError(EFSMountConnectivityException$, EFSMountConnectivityException);
|
|
1131
|
-
export var EFSMountFailureException$ = [-3, n0, _EFSMFE,
|
|
1132
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1133
|
-
[_Ty, _M],
|
|
1134
|
-
[0, 0]
|
|
1135
|
-
];
|
|
1136
|
-
TypeRegistry.for(n0).registerError(EFSMountFailureException$, EFSMountFailureException);
|
|
1137
|
-
export var EFSMountTimeoutException$ = [-3, n0, _EFSMTE,
|
|
1138
|
-
{ [_e]: _c, [_hE]: 408 },
|
|
1139
|
-
[_Ty, _M],
|
|
1140
|
-
[0, 0]
|
|
1141
|
-
];
|
|
1142
|
-
TypeRegistry.for(n0).registerError(EFSMountTimeoutException$, EFSMountTimeoutException);
|
|
1143
|
-
export var ENILimitReachedException$ = [-3, n0, _ENILRE,
|
|
1144
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1145
|
-
[_Ty, _M],
|
|
1146
|
-
[0, 0]
|
|
1147
|
-
];
|
|
1148
|
-
TypeRegistry.for(n0).registerError(ENILimitReachedException$, ENILimitReachedException);
|
|
1149
1338
|
export var Environment$ = [3, n0, _Env,
|
|
1150
1339
|
0,
|
|
1151
1340
|
[_V],
|
|
@@ -1193,8 +1382,13 @@ export var EventResult$ = [3, n0, _ERv,
|
|
|
1193
1382
|
];
|
|
1194
1383
|
export var EventSourceMappingConfiguration$ = [3, n0, _ESMC,
|
|
1195
1384
|
0,
|
|
1196
|
-
[_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, _PPC],
|
|
1197
|
-
[0, 0, 4, 1, 1, 1, 0, () => FilterCriteria$, 0, 4, 0, 0, 0, () => DestinationConfig$, 64 | 0, 64 | 0, () => SourceAccessConfigurations, () => SelfManagedEventSource$, 1, 2, 1, 1, 64 | 0, () => AmazonManagedKafkaEventSourceConfig$, () => SelfManagedKafkaEventSourceConfig$, () => ScalingConfig$, () => DocumentDBEventSourceConfig$, 0, () => FilterCriteriaError$, 0, () => EventSourceMappingMetricsConfig$, () => ProvisionedPollerConfig$]
|
|
1385
|
+
[_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],
|
|
1386
|
+
[0, 0, 4, 1, 1, 1, 0, () => FilterCriteria$, 0, 4, 0, 0, 0, () => DestinationConfig$, 64 | 0, 64 | 0, () => SourceAccessConfigurations, () => SelfManagedEventSource$, 1, 2, 1, 1, 64 | 0, () => AmazonManagedKafkaEventSourceConfig$, () => SelfManagedKafkaEventSourceConfig$, () => ScalingConfig$, () => DocumentDBEventSourceConfig$, 0, () => FilterCriteriaError$, 0, () => EventSourceMappingMetricsConfig$, () => EventSourceMappingLoggingConfig$, () => ProvisionedPollerConfig$]
|
|
1387
|
+
];
|
|
1388
|
+
export var EventSourceMappingLoggingConfig$ = [3, n0, _ESMLC,
|
|
1389
|
+
0,
|
|
1390
|
+
[_SLL],
|
|
1391
|
+
[0]
|
|
1198
1392
|
];
|
|
1199
1393
|
export var EventSourceMappingMetricsConfig$ = [3, n0, _ESMMC,
|
|
1200
1394
|
0,
|
|
@@ -1228,7 +1422,7 @@ export var ExecutionStoppedDetails$ = [3, n0, _ESDxe,
|
|
|
1228
1422
|
];
|
|
1229
1423
|
export var ExecutionSucceededDetails$ = [3, n0, _ESDx,
|
|
1230
1424
|
0,
|
|
1231
|
-
[
|
|
1425
|
+
[_Re],
|
|
1232
1426
|
[[() => EventResult$, 0]], 1
|
|
1233
1427
|
];
|
|
1234
1428
|
export var ExecutionTimedOutDetails$ = [3, n0, _ETOD,
|
|
@@ -1268,7 +1462,7 @@ export var FunctionCodeLocation$ = [3, n0, _FCL,
|
|
|
1268
1462
|
];
|
|
1269
1463
|
export var FunctionConfiguration$ = [3, n0, _FCun,
|
|
1270
1464
|
0,
|
|
1271
|
-
[_FN, _FA, _Ru, _Ro, _H, _CS, _D,
|
|
1465
|
+
[_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],
|
|
1272
1466
|
[0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, () => VpcConfigResponse$, () => DeadLetterConfig$, [() => EnvironmentResponse$, 0], 0, () => TracingConfigResponse$, 0, 0, () => LayersReferenceList, 0, 0, 0, 0, 0, 0, () => FileSystemConfigList, 0, [() => ImageConfigResponse$, 0], 0, 0, 64 | 0, () => EphemeralStorage$, () => SnapStartResponse$, [() => RuntimeVersionConfig$, 0], () => LoggingConfig$, () => CapacityProviderConfig$, 0, () => DurableConfig$, () => TenancyConfig$]
|
|
1273
1467
|
];
|
|
1274
1468
|
export var FunctionEventInvokeConfig$ = [3, n0, _FEIC,
|
|
@@ -1291,12 +1485,6 @@ export var FunctionVersionsByCapacityProviderListItem$ = [3, n0, _FVBCPLI,
|
|
|
1291
1485
|
[_FA, _St],
|
|
1292
1486
|
[0, 0], 2
|
|
1293
1487
|
];
|
|
1294
|
-
export var FunctionVersionsPerCapacityProviderLimitExceededException$ = [-3, n0, _FVPCPLEE,
|
|
1295
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1296
|
-
[_Ty, _m],
|
|
1297
|
-
[0, 0]
|
|
1298
|
-
];
|
|
1299
|
-
TypeRegistry.for(n0).registerError(FunctionVersionsPerCapacityProviderLimitExceededException$, FunctionVersionsPerCapacityProviderLimitExceededException);
|
|
1300
1488
|
export var GetAccountSettingsRequest$ = [3, n0, _GASR,
|
|
1301
1489
|
0,
|
|
1302
1490
|
[],
|
|
@@ -1349,7 +1537,7 @@ export var GetDurableExecutionRequest$ = [3, n0, _GDER,
|
|
|
1349
1537
|
];
|
|
1350
1538
|
export var GetDurableExecutionResponse$ = [3, n0, _GDERe,
|
|
1351
1539
|
0,
|
|
1352
|
-
[_DEA, _DEN, _FA, _STt, _Sta, _IP,
|
|
1540
|
+
[_DEA, _DEN, _FA, _STt, _Sta, _IP, _Re, _E, _ETn, _Ve, _TH],
|
|
1353
1541
|
[0, 0, 0, 4, 0, [() => InputPayload, 0], [() => OutputPayload, 0], [() => ErrorObject$, 0], 4, 0, () => TraceHeader$], 5
|
|
1354
1542
|
];
|
|
1355
1543
|
export var GetDurableExecutionStateRequest$ = [3, n0, _GDESR,
|
|
@@ -1384,7 +1572,7 @@ export var GetFunctionConcurrencyRequest$ = [3, n0, _GFCR,
|
|
|
1384
1572
|
];
|
|
1385
1573
|
export var GetFunctionConcurrencyResponse$ = [3, n0, _GFCRe,
|
|
1386
1574
|
0,
|
|
1387
|
-
[
|
|
1575
|
+
[_RCEe],
|
|
1388
1576
|
[1]
|
|
1389
1577
|
];
|
|
1390
1578
|
export var GetFunctionConfigurationRequest$ = [3, n0, _GFCRet,
|
|
@@ -1512,48 +1700,6 @@ export var InstanceRequirements$ = [3, n0, _IR,
|
|
|
1512
1700
|
[_Ar, _AIT, _EIT],
|
|
1513
1701
|
[64 | 0, 64 | 0, 64 | 0]
|
|
1514
1702
|
];
|
|
1515
|
-
export var InvalidCodeSignatureException$ = [-3, n0, _ICSE,
|
|
1516
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1517
|
-
[_Ty, _M],
|
|
1518
|
-
[0, 0]
|
|
1519
|
-
];
|
|
1520
|
-
TypeRegistry.for(n0).registerError(InvalidCodeSignatureException$, InvalidCodeSignatureException);
|
|
1521
|
-
export var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
1522
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1523
|
-
[_Ty, _m],
|
|
1524
|
-
[0, 0]
|
|
1525
|
-
];
|
|
1526
|
-
TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
1527
|
-
export var InvalidRequestContentException$ = [-3, n0, _IRCE,
|
|
1528
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1529
|
-
[_Ty, _m],
|
|
1530
|
-
[0, 0]
|
|
1531
|
-
];
|
|
1532
|
-
TypeRegistry.for(n0).registerError(InvalidRequestContentException$, InvalidRequestContentException);
|
|
1533
|
-
export var InvalidRuntimeException$ = [-3, n0, _IRE,
|
|
1534
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1535
|
-
[_Ty, _M],
|
|
1536
|
-
[0, 0]
|
|
1537
|
-
];
|
|
1538
|
-
TypeRegistry.for(n0).registerError(InvalidRuntimeException$, InvalidRuntimeException);
|
|
1539
|
-
export var InvalidSecurityGroupIDException$ = [-3, n0, _ISGIDE,
|
|
1540
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1541
|
-
[_Ty, _M],
|
|
1542
|
-
[0, 0]
|
|
1543
|
-
];
|
|
1544
|
-
TypeRegistry.for(n0).registerError(InvalidSecurityGroupIDException$, InvalidSecurityGroupIDException);
|
|
1545
|
-
export var InvalidSubnetIDException$ = [-3, n0, _ISIDE,
|
|
1546
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1547
|
-
[_Ty, _M],
|
|
1548
|
-
[0, 0]
|
|
1549
|
-
];
|
|
1550
|
-
TypeRegistry.for(n0).registerError(InvalidSubnetIDException$, InvalidSubnetIDException);
|
|
1551
|
-
export var InvalidZipFileException$ = [-3, n0, _IZFE,
|
|
1552
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1553
|
-
[_Ty, _M],
|
|
1554
|
-
[0, 0]
|
|
1555
|
-
];
|
|
1556
|
-
TypeRegistry.for(n0).registerError(InvalidZipFileException$, InvalidZipFileException);
|
|
1557
1703
|
export var InvocationCompletedDetails$ = [3, n0, _ICD,
|
|
1558
1704
|
0,
|
|
1559
1705
|
[_STt, _ETn, _RIe, _E],
|
|
@@ -1601,7 +1747,7 @@ export var InvokeWithResponseStreamResponse$ = [3, n0, _IWRSRn,
|
|
|
1601
1747
|
];
|
|
1602
1748
|
export var KafkaSchemaRegistryAccessConfig$ = [3, n0, _KSRAC,
|
|
1603
1749
|
0,
|
|
1604
|
-
[
|
|
1750
|
+
[_T, _URI],
|
|
1605
1751
|
[0, 0]
|
|
1606
1752
|
];
|
|
1607
1753
|
export var KafkaSchemaRegistryConfig$ = [3, n0, _KSRC,
|
|
@@ -1614,30 +1760,6 @@ export var KafkaSchemaValidationConfig$ = [3, n0, _KSVC,
|
|
|
1614
1760
|
[_At],
|
|
1615
1761
|
[0]
|
|
1616
1762
|
];
|
|
1617
|
-
export var KMSAccessDeniedException$ = [-3, n0, _KMSADE,
|
|
1618
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1619
|
-
[_Ty, _M],
|
|
1620
|
-
[0, 0]
|
|
1621
|
-
];
|
|
1622
|
-
TypeRegistry.for(n0).registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
|
|
1623
|
-
export var KMSDisabledException$ = [-3, n0, _KMSDE,
|
|
1624
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1625
|
-
[_Ty, _M],
|
|
1626
|
-
[0, 0]
|
|
1627
|
-
];
|
|
1628
|
-
TypeRegistry.for(n0).registerError(KMSDisabledException$, KMSDisabledException);
|
|
1629
|
-
export var KMSInvalidStateException$ = [-3, n0, _KMSISE,
|
|
1630
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1631
|
-
[_Ty, _M],
|
|
1632
|
-
[0, 0]
|
|
1633
|
-
];
|
|
1634
|
-
TypeRegistry.for(n0).registerError(KMSInvalidStateException$, KMSInvalidStateException);
|
|
1635
|
-
export var KMSNotFoundException$ = [-3, n0, _KMSNFE,
|
|
1636
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1637
|
-
[_Ty, _M],
|
|
1638
|
-
[0, 0]
|
|
1639
|
-
];
|
|
1640
|
-
TypeRegistry.for(n0).registerError(KMSNotFoundException$, KMSNotFoundException);
|
|
1641
1763
|
export var LambdaManagedInstancesCapacityProviderConfig$ = [3, n0, _LMICPC,
|
|
1642
1764
|
0,
|
|
1643
1765
|
[_CPA, _PEEMC, _EEMGBPVC],
|
|
@@ -1800,7 +1922,7 @@ export var ListProvisionedConcurrencyConfigsResponse$ = [3, n0, _LPCCRi,
|
|
|
1800
1922
|
];
|
|
1801
1923
|
export var ListTagsRequest$ = [3, n0, _LTR,
|
|
1802
1924
|
0,
|
|
1803
|
-
[
|
|
1925
|
+
[_Res],
|
|
1804
1926
|
[[0, 1]], 1
|
|
1805
1927
|
];
|
|
1806
1928
|
export var ListTagsResponse$ = [3, n0, _LTRi,
|
|
@@ -1823,12 +1945,6 @@ export var LoggingConfig$ = [3, n0, _LC,
|
|
|
1823
1945
|
[_LF, _ALL, _SLL, _LG],
|
|
1824
1946
|
[0, 0, 0, 0]
|
|
1825
1947
|
];
|
|
1826
|
-
export var NoPublishedVersionException$ = [-3, n0, _NPVE,
|
|
1827
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1828
|
-
[_Ty, _M],
|
|
1829
|
-
[0, 0]
|
|
1830
|
-
];
|
|
1831
|
-
TypeRegistry.for(n0).registerError(NoPublishedVersionException$, NoPublishedVersionException);
|
|
1832
1948
|
export var OnFailure$ = [3, n0, _OF,
|
|
1833
1949
|
0,
|
|
1834
1950
|
[_De],
|
|
@@ -1841,37 +1957,19 @@ export var OnSuccess$ = [3, n0, _OS,
|
|
|
1841
1957
|
];
|
|
1842
1958
|
export var Operation$ = [3, n0, _Op,
|
|
1843
1959
|
0,
|
|
1844
|
-
[_Id,
|
|
1960
|
+
[_Id, _T, _STt, _Sta, _PI, _N, _STu, _ETn, _EDx, _CDo, _SD, _WDa, _CD, _CID],
|
|
1845
1961
|
[0, 0, 4, 0, 0, 0, 0, 4, [() => ExecutionDetails$, 0], [() => ContextDetails$, 0], [() => StepDetails$, 0], () => WaitDetails$, [() => CallbackDetails$, 0], [() => ChainedInvokeDetails$, 0]], 4
|
|
1846
1962
|
];
|
|
1847
1963
|
export var OperationUpdate$ = [3, n0, _OU,
|
|
1848
1964
|
0,
|
|
1849
|
-
[_Id,
|
|
1965
|
+
[_Id, _T, _A, _PI, _N, _STu, _Pa, _E, _COo, _SO, _WO, _CO, _CIO],
|
|
1850
1966
|
[0, 0, 0, 0, 0, 0, [() => OperationPayload, 0], [() => ErrorObject$, 0], () => ContextOptions$, () => StepOptions$, () => WaitOptions$, () => CallbackOptions$, () => ChainedInvokeOptions$], 3
|
|
1851
1967
|
];
|
|
1852
|
-
export var PolicyLengthExceededException$ = [-3, n0, _PLEE,
|
|
1853
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1854
|
-
[_Ty, _m],
|
|
1855
|
-
[0, 0]
|
|
1856
|
-
];
|
|
1857
|
-
TypeRegistry.for(n0).registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
|
|
1858
|
-
export var PreconditionFailedException$ = [-3, n0, _PFE,
|
|
1859
|
-
{ [_e]: _c, [_hE]: 412 },
|
|
1860
|
-
[_Ty, _m],
|
|
1861
|
-
[0, 0]
|
|
1862
|
-
];
|
|
1863
|
-
TypeRegistry.for(n0).registerError(PreconditionFailedException$, PreconditionFailedException);
|
|
1864
1968
|
export var ProvisionedConcurrencyConfigListItem$ = [3, n0, _PCCLI,
|
|
1865
1969
|
0,
|
|
1866
1970
|
[_FA, _RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
|
|
1867
1971
|
[0, 1, 1, 1, 0, 0, 0]
|
|
1868
1972
|
];
|
|
1869
|
-
export var ProvisionedConcurrencyConfigNotFoundException$ = [-3, n0, _PCCNFE,
|
|
1870
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1871
|
-
[_Ty, _m],
|
|
1872
|
-
[0, 0]
|
|
1873
|
-
];
|
|
1874
|
-
TypeRegistry.for(n0).registerError(ProvisionedConcurrencyConfigNotFoundException$, ProvisionedConcurrencyConfigNotFoundException);
|
|
1875
1973
|
export var ProvisionedPollerConfig$ = [3, n0, _PPC,
|
|
1876
1974
|
0,
|
|
1877
1975
|
[_MP, _MPa, _PGN],
|
|
@@ -1904,7 +2002,7 @@ export var PutFunctionCodeSigningConfigResponse$ = [3, n0, _PFCSCRu,
|
|
|
1904
2002
|
];
|
|
1905
2003
|
export var PutFunctionConcurrencyRequest$ = [3, n0, _PFCR,
|
|
1906
2004
|
0,
|
|
1907
|
-
[_FN,
|
|
2005
|
+
[_FN, _RCEe],
|
|
1908
2006
|
[[0, 1], 1], 2
|
|
1909
2007
|
];
|
|
1910
2008
|
export var PutFunctionEventInvokeConfigRequest$ = [3, n0, _PFEICR,
|
|
@@ -1952,12 +2050,6 @@ export var PutRuntimeManagementConfigResponse$ = [3, n0, _PRMCRu,
|
|
|
1952
2050
|
[_URO, _FA, _RVA],
|
|
1953
2051
|
[0, 0, 0], 2
|
|
1954
2052
|
];
|
|
1955
|
-
export var RecursiveInvocationException$ = [-3, n0, _RIE,
|
|
1956
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1957
|
-
[_Ty, _M],
|
|
1958
|
-
[0, 0]
|
|
1959
|
-
];
|
|
1960
|
-
TypeRegistry.for(n0).registerError(RecursiveInvocationException$, RecursiveInvocationException);
|
|
1961
2053
|
export var RemoveLayerVersionPermissionRequest$ = [3, n0, _RLVPR,
|
|
1962
2054
|
0,
|
|
1963
2055
|
[_LN, _VN, _SI, _RI],
|
|
@@ -1968,36 +2060,6 @@ export var RemovePermissionRequest$ = [3, n0, _RPR,
|
|
|
1968
2060
|
[_FN, _SI, _Q, _RI],
|
|
1969
2061
|
[[0, 1], [0, 1], [0, { [_hQ]: _Q }], [0, { [_hQ]: _RI }]], 2
|
|
1970
2062
|
];
|
|
1971
|
-
export var RequestTooLargeException$ = [-3, n0, _RTLE,
|
|
1972
|
-
{ [_e]: _c, [_hE]: 413 },
|
|
1973
|
-
[_Ty, _m],
|
|
1974
|
-
[0, 0]
|
|
1975
|
-
];
|
|
1976
|
-
TypeRegistry.for(n0).registerError(RequestTooLargeException$, RequestTooLargeException);
|
|
1977
|
-
export var ResourceConflictException$ = [-3, n0, _RCEe,
|
|
1978
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1979
|
-
[_Ty, _m],
|
|
1980
|
-
[0, 0]
|
|
1981
|
-
];
|
|
1982
|
-
TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
|
|
1983
|
-
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
1984
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1985
|
-
[_Ty, _M],
|
|
1986
|
-
[0, 0]
|
|
1987
|
-
];
|
|
1988
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
1989
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1990
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1991
|
-
[_Ty, _M],
|
|
1992
|
-
[0, 0]
|
|
1993
|
-
];
|
|
1994
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1995
|
-
export var ResourceNotReadyException$ = [-3, n0, _RNRE,
|
|
1996
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
1997
|
-
[_Ty, _m],
|
|
1998
|
-
[0, 0]
|
|
1999
|
-
];
|
|
2000
|
-
TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
|
|
2001
2063
|
export var RetryDetails$ = [3, n0, _RD,
|
|
2002
2064
|
0,
|
|
2003
2065
|
[_CAu, _NADS],
|
|
@@ -2050,7 +2112,7 @@ export var SendDurableExecutionCallbackHeartbeatResponse$ = [3, n0, _SDECHRe,
|
|
|
2050
2112
|
];
|
|
2051
2113
|
export var SendDurableExecutionCallbackSuccessRequest$ = [3, n0, _SDECSR,
|
|
2052
2114
|
0,
|
|
2053
|
-
[_CI,
|
|
2115
|
+
[_CI, _Re],
|
|
2054
2116
|
[[0, 1], [() => BinaryOperationPayload, 16]], 1
|
|
2055
2117
|
];
|
|
2056
2118
|
export var SendDurableExecutionCallbackSuccessResponse$ = [3, n0, _SDECSRe,
|
|
@@ -2058,54 +2120,24 @@ export var SendDurableExecutionCallbackSuccessResponse$ = [3, n0, _SDECSRe,
|
|
|
2058
2120
|
[],
|
|
2059
2121
|
[]
|
|
2060
2122
|
];
|
|
2061
|
-
export var SerializedRequestEntityTooLargeException$ = [-3, n0, _SRETLE,
|
|
2062
|
-
{ [_e]: _c, [_hE]: 413 },
|
|
2063
|
-
[_Ty, _m],
|
|
2064
|
-
[0, 0]
|
|
2065
|
-
];
|
|
2066
|
-
TypeRegistry.for(n0).registerError(SerializedRequestEntityTooLargeException$, SerializedRequestEntityTooLargeException);
|
|
2067
|
-
export var ServiceException$ = [-3, n0, _SE,
|
|
2068
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
2069
|
-
[_Ty, _M],
|
|
2070
|
-
[0, 0]
|
|
2071
|
-
];
|
|
2072
|
-
TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
|
|
2073
2123
|
export var SnapStart$ = [3, n0, _SSn,
|
|
2074
2124
|
0,
|
|
2075
2125
|
[_AOp],
|
|
2076
2126
|
[0]
|
|
2077
2127
|
];
|
|
2078
|
-
export var SnapStartException$ = [-3, n0, _SSE,
|
|
2079
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2080
|
-
[_Ty, _M],
|
|
2081
|
-
[0, 0]
|
|
2082
|
-
];
|
|
2083
|
-
TypeRegistry.for(n0).registerError(SnapStartException$, SnapStartException);
|
|
2084
|
-
export var SnapStartNotReadyException$ = [-3, n0, _SSNRE,
|
|
2085
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
2086
|
-
[_Ty, _M],
|
|
2087
|
-
[0, 0]
|
|
2088
|
-
];
|
|
2089
|
-
TypeRegistry.for(n0).registerError(SnapStartNotReadyException$, SnapStartNotReadyException);
|
|
2090
2128
|
export var SnapStartResponse$ = [3, n0, _SSR,
|
|
2091
2129
|
0,
|
|
2092
2130
|
[_AOp, _OSp],
|
|
2093
2131
|
[0, 0]
|
|
2094
2132
|
];
|
|
2095
|
-
export var SnapStartTimeoutException$ = [-3, n0, _SSTE,
|
|
2096
|
-
{ [_e]: _c, [_hE]: 408 },
|
|
2097
|
-
[_Ty, _M],
|
|
2098
|
-
[0, 0]
|
|
2099
|
-
];
|
|
2100
|
-
TypeRegistry.for(n0).registerError(SnapStartTimeoutException$, SnapStartTimeoutException);
|
|
2101
2133
|
export var SourceAccessConfiguration$ = [3, n0, _SACo,
|
|
2102
2134
|
0,
|
|
2103
|
-
[
|
|
2135
|
+
[_T, _URI],
|
|
2104
2136
|
[0, 0]
|
|
2105
2137
|
];
|
|
2106
2138
|
export var StepDetails$ = [3, n0, _SD,
|
|
2107
2139
|
0,
|
|
2108
|
-
[_Att, _NAT,
|
|
2140
|
+
[_Att, _NAT, _Re, _E],
|
|
2109
2141
|
[1, 4, [() => OperationPayload, 0], [() => ErrorObject$, 0]]
|
|
2110
2142
|
];
|
|
2111
2143
|
export var StepFailedDetails$ = [3, n0, _SFD,
|
|
@@ -2125,7 +2157,7 @@ export var StepStartedDetails$ = [3, n0, _SSD,
|
|
|
2125
2157
|
];
|
|
2126
2158
|
export var StepSucceededDetails$ = [3, n0, _SSDt,
|
|
2127
2159
|
0,
|
|
2128
|
-
[
|
|
2160
|
+
[_Re, _RD],
|
|
2129
2161
|
[[() => EventResult$, 0], () => RetryDetails$], 2
|
|
2130
2162
|
];
|
|
2131
2163
|
export var StopDurableExecutionRequest$ = [3, n0, _SDER,
|
|
@@ -2138,15 +2170,9 @@ export var StopDurableExecutionResponse$ = [3, n0, _SDERt,
|
|
|
2138
2170
|
[_STto],
|
|
2139
2171
|
[4], 1
|
|
2140
2172
|
];
|
|
2141
|
-
export var SubnetIPAddressLimitReachedException$ = [-3, n0, _SIPALRE,
|
|
2142
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
2143
|
-
[_Ty, _M],
|
|
2144
|
-
[0, 0]
|
|
2145
|
-
];
|
|
2146
|
-
TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException$, SubnetIPAddressLimitReachedException);
|
|
2147
2173
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
2148
2174
|
0,
|
|
2149
|
-
[
|
|
2175
|
+
[_Res, _Ta],
|
|
2150
2176
|
[[0, 1], 128 | 0], 2
|
|
2151
2177
|
];
|
|
2152
2178
|
export var TagsError$ = [3, n0, _TE,
|
|
@@ -2164,12 +2190,6 @@ export var TenancyConfig$ = [3, n0, _TCe,
|
|
|
2164
2190
|
[_TIM],
|
|
2165
2191
|
[0], 1
|
|
2166
2192
|
];
|
|
2167
|
-
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
2168
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
2169
|
-
[_rAS, _Ty, _m, _Rea],
|
|
2170
|
-
[[0, { [_hH]: _RA }], 0, 0, 0]
|
|
2171
|
-
];
|
|
2172
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
2173
2193
|
export var TraceHeader$ = [3, n0, _TH,
|
|
2174
2194
|
0,
|
|
2175
2195
|
[_XATIm],
|
|
@@ -2185,15 +2205,9 @@ export var TracingConfigResponse$ = [3, n0, _TCR,
|
|
|
2185
2205
|
[_Mo],
|
|
2186
2206
|
[0]
|
|
2187
2207
|
];
|
|
2188
|
-
export var UnsupportedMediaTypeException$ = [-3, n0, _UMTE,
|
|
2189
|
-
{ [_e]: _c, [_hE]: 415 },
|
|
2190
|
-
[_Ty, _m],
|
|
2191
|
-
[0, 0]
|
|
2192
|
-
];
|
|
2193
|
-
TypeRegistry.for(n0).registerError(UnsupportedMediaTypeException$, UnsupportedMediaTypeException);
|
|
2194
2208
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
2195
2209
|
0,
|
|
2196
|
-
[
|
|
2210
|
+
[_Res, _TK],
|
|
2197
2211
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
2198
2212
|
];
|
|
2199
2213
|
export var UpdateAliasRequest$ = [3, n0, _UAR,
|
|
@@ -2223,8 +2237,8 @@ export var UpdateCodeSigningConfigResponse$ = [3, n0, _UCSCRp,
|
|
|
2223
2237
|
];
|
|
2224
2238
|
export var UpdateEventSourceMappingRequest$ = [3, n0, _UESMR,
|
|
2225
2239
|
0,
|
|
2226
|
-
[_UUID, _FN, _En, _BSa, _FCi, _MBWIS, _DC, _MRAIS, _BBOFE, _MRA, _PF, _SAC, _TWIS, _FRT, _SC, _AMKESC, _SMKESC, _DDBESC, _KMSKA, _MC, _PPC],
|
|
2227
|
-
[[0, 1], 0, 2, 1, () => FilterCriteria$, 1, () => DestinationConfig$, 1, 2, 1, 1, () => SourceAccessConfigurations, 1, 64 | 0, () => ScalingConfig$, () => AmazonManagedKafkaEventSourceConfig$, () => SelfManagedKafkaEventSourceConfig$, () => DocumentDBEventSourceConfig$, 0, () => EventSourceMappingMetricsConfig$, () => ProvisionedPollerConfig$], 1
|
|
2240
|
+
[_UUID, _FN, _En, _BSa, _FCi, _MBWIS, _DC, _MRAIS, _BBOFE, _MRA, _PF, _SAC, _TWIS, _FRT, _SC, _AMKESC, _SMKESC, _DDBESC, _KMSKA, _MC, _LC, _PPC],
|
|
2241
|
+
[[0, 1], 0, 2, 1, () => FilterCriteria$, 1, () => DestinationConfig$, 1, 2, 1, 1, () => SourceAccessConfigurations, 1, 64 | 0, () => ScalingConfig$, () => AmazonManagedKafkaEventSourceConfig$, () => SelfManagedKafkaEventSourceConfig$, () => DocumentDBEventSourceConfig$, 0, () => EventSourceMappingMetricsConfig$, () => EventSourceMappingLoggingConfig$, () => ProvisionedPollerConfig$], 1
|
|
2228
2242
|
];
|
|
2229
2243
|
export var UpdateFunctionCodeRequest$ = [3, n0, _UFCR,
|
|
2230
2244
|
0,
|
|
@@ -2233,7 +2247,7 @@ export var UpdateFunctionCodeRequest$ = [3, n0, _UFCR,
|
|
|
2233
2247
|
];
|
|
2234
2248
|
export var UpdateFunctionConfigurationRequest$ = [3, n0, _UFCRp,
|
|
2235
2249
|
0,
|
|
2236
|
-
[_FN, _Ro, _H, _D,
|
|
2250
|
+
[_FN, _Ro, _H, _D, _Ti, _MS, _VC, _Env, _Ru, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC, _CPC, _DCu],
|
|
2237
2251
|
[[0, 1], 0, 0, 0, 1, 1, () => VpcConfig$, [() => Environment$, 0], 0, () => DeadLetterConfig$, 0, () => TracingConfig$, 0, 64 | 0, () => FileSystemConfigList, () => ImageConfig$, () => EphemeralStorage$, () => SnapStart$, () => LoggingConfig$, () => CapacityProviderConfig$, () => DurableConfig$], 1
|
|
2238
2252
|
];
|
|
2239
2253
|
export var UpdateFunctionEventInvokeConfigRequest$ = [3, n0, _UFEICR,
|
|
@@ -2287,8 +2301,6 @@ export var WaitSucceededDetails$ = [3, n0, _WSDa,
|
|
|
2287
2301
|
[1]
|
|
2288
2302
|
];
|
|
2289
2303
|
var __Unit = "unit";
|
|
2290
|
-
export var LambdaServiceException$ = [-3, _sm, "LambdaServiceException", 0, [], []];
|
|
2291
|
-
TypeRegistry.for(_sm).registerError(LambdaServiceException$, LambdaServiceException);
|
|
2292
2304
|
var AliasList = [1, n0, _ALl,
|
|
2293
2305
|
0, () => AliasConfiguration$
|
|
2294
2306
|
];
|
|
@@ -2397,7 +2409,7 @@ var EnvironmentVariables = [2, n0, _EVn,
|
|
|
2397
2409
|
];
|
|
2398
2410
|
var Tags = 128 | 0;
|
|
2399
2411
|
export var InvokeWithResponseStreamResponseEvent$ = [4, n0, _IWRSRE,
|
|
2400
|
-
{ [
|
|
2412
|
+
{ [_st]: 1 },
|
|
2401
2413
|
[_PCa, _ICn],
|
|
2402
2414
|
[[() => InvokeResponseStreamUpdate$, 0], () => InvokeWithResponseStreamCompleteEvent$]
|
|
2403
2415
|
];
|