cloudstructs 0.12.8 → 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 +1 -1
- 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
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AddLayerVersionPermissionCommandInput,
|
|
4
10
|
AddLayerVersionPermissionCommandOutput,
|
|
@@ -1488,5 +1494,171 @@ export interface Lambda {
|
|
|
1488
1494
|
options: __HttpHandlerOptions,
|
|
1489
1495
|
cb: (err: any, data?: UpdateFunctionUrlConfigCommandOutput) => void
|
|
1490
1496
|
): void;
|
|
1497
|
+
paginateGetDurableExecutionHistory(
|
|
1498
|
+
args: GetDurableExecutionHistoryCommandInput,
|
|
1499
|
+
paginationConfig?: Pick<
|
|
1500
|
+
PaginationConfiguration,
|
|
1501
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1502
|
+
>
|
|
1503
|
+
): Paginator<GetDurableExecutionHistoryCommandOutput>;
|
|
1504
|
+
paginateGetDurableExecutionState(
|
|
1505
|
+
args: GetDurableExecutionStateCommandInput,
|
|
1506
|
+
paginationConfig?: Pick<
|
|
1507
|
+
PaginationConfiguration,
|
|
1508
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1509
|
+
>
|
|
1510
|
+
): Paginator<GetDurableExecutionStateCommandOutput>;
|
|
1511
|
+
paginateListAliases(
|
|
1512
|
+
args: ListAliasesCommandInput,
|
|
1513
|
+
paginationConfig?: Pick<
|
|
1514
|
+
PaginationConfiguration,
|
|
1515
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1516
|
+
>
|
|
1517
|
+
): Paginator<ListAliasesCommandOutput>;
|
|
1518
|
+
paginateListCapacityProviders(
|
|
1519
|
+
args?: ListCapacityProvidersCommandInput,
|
|
1520
|
+
paginationConfig?: Pick<
|
|
1521
|
+
PaginationConfiguration,
|
|
1522
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1523
|
+
>
|
|
1524
|
+
): Paginator<ListCapacityProvidersCommandOutput>;
|
|
1525
|
+
paginateListCodeSigningConfigs(
|
|
1526
|
+
args?: ListCodeSigningConfigsCommandInput,
|
|
1527
|
+
paginationConfig?: Pick<
|
|
1528
|
+
PaginationConfiguration,
|
|
1529
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1530
|
+
>
|
|
1531
|
+
): Paginator<ListCodeSigningConfigsCommandOutput>;
|
|
1532
|
+
paginateListDurableExecutionsByFunction(
|
|
1533
|
+
args: ListDurableExecutionsByFunctionCommandInput,
|
|
1534
|
+
paginationConfig?: Pick<
|
|
1535
|
+
PaginationConfiguration,
|
|
1536
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1537
|
+
>
|
|
1538
|
+
): Paginator<ListDurableExecutionsByFunctionCommandOutput>;
|
|
1539
|
+
paginateListEventSourceMappings(
|
|
1540
|
+
args?: ListEventSourceMappingsCommandInput,
|
|
1541
|
+
paginationConfig?: Pick<
|
|
1542
|
+
PaginationConfiguration,
|
|
1543
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1544
|
+
>
|
|
1545
|
+
): Paginator<ListEventSourceMappingsCommandOutput>;
|
|
1546
|
+
paginateListFunctionEventInvokeConfigs(
|
|
1547
|
+
args: ListFunctionEventInvokeConfigsCommandInput,
|
|
1548
|
+
paginationConfig?: Pick<
|
|
1549
|
+
PaginationConfiguration,
|
|
1550
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1551
|
+
>
|
|
1552
|
+
): Paginator<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
1553
|
+
paginateListFunctions(
|
|
1554
|
+
args?: ListFunctionsCommandInput,
|
|
1555
|
+
paginationConfig?: Pick<
|
|
1556
|
+
PaginationConfiguration,
|
|
1557
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1558
|
+
>
|
|
1559
|
+
): Paginator<ListFunctionsCommandOutput>;
|
|
1560
|
+
paginateListFunctionsByCodeSigningConfig(
|
|
1561
|
+
args: ListFunctionsByCodeSigningConfigCommandInput,
|
|
1562
|
+
paginationConfig?: Pick<
|
|
1563
|
+
PaginationConfiguration,
|
|
1564
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1565
|
+
>
|
|
1566
|
+
): Paginator<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
1567
|
+
paginateListFunctionUrlConfigs(
|
|
1568
|
+
args: ListFunctionUrlConfigsCommandInput,
|
|
1569
|
+
paginationConfig?: Pick<
|
|
1570
|
+
PaginationConfiguration,
|
|
1571
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1572
|
+
>
|
|
1573
|
+
): Paginator<ListFunctionUrlConfigsCommandOutput>;
|
|
1574
|
+
paginateListFunctionVersionsByCapacityProvider(
|
|
1575
|
+
args: ListFunctionVersionsByCapacityProviderCommandInput,
|
|
1576
|
+
paginationConfig?: Pick<
|
|
1577
|
+
PaginationConfiguration,
|
|
1578
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1579
|
+
>
|
|
1580
|
+
): Paginator<ListFunctionVersionsByCapacityProviderCommandOutput>;
|
|
1581
|
+
paginateListLayers(
|
|
1582
|
+
args?: ListLayersCommandInput,
|
|
1583
|
+
paginationConfig?: Pick<
|
|
1584
|
+
PaginationConfiguration,
|
|
1585
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1586
|
+
>
|
|
1587
|
+
): Paginator<ListLayersCommandOutput>;
|
|
1588
|
+
paginateListLayerVersions(
|
|
1589
|
+
args: ListLayerVersionsCommandInput,
|
|
1590
|
+
paginationConfig?: Pick<
|
|
1591
|
+
PaginationConfiguration,
|
|
1592
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1593
|
+
>
|
|
1594
|
+
): Paginator<ListLayerVersionsCommandOutput>;
|
|
1595
|
+
paginateListProvisionedConcurrencyConfigs(
|
|
1596
|
+
args: ListProvisionedConcurrencyConfigsCommandInput,
|
|
1597
|
+
paginationConfig?: Pick<
|
|
1598
|
+
PaginationConfiguration,
|
|
1599
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1600
|
+
>
|
|
1601
|
+
): Paginator<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
1602
|
+
paginateListVersionsByFunction(
|
|
1603
|
+
args: ListVersionsByFunctionCommandInput,
|
|
1604
|
+
paginationConfig?: Pick<
|
|
1605
|
+
PaginationConfiguration,
|
|
1606
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1607
|
+
>
|
|
1608
|
+
): Paginator<ListVersionsByFunctionCommandOutput>;
|
|
1609
|
+
waitUntilFunctionActiveV2(
|
|
1610
|
+
args: GetFunctionCommandInput,
|
|
1611
|
+
waiterConfig:
|
|
1612
|
+
| number
|
|
1613
|
+
| Pick<
|
|
1614
|
+
WaiterConfiguration<Lambda>,
|
|
1615
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1616
|
+
>
|
|
1617
|
+
): Promise<WaiterResult>;
|
|
1618
|
+
waitUntilFunctionExists(
|
|
1619
|
+
args: GetFunctionCommandInput,
|
|
1620
|
+
waiterConfig:
|
|
1621
|
+
| number
|
|
1622
|
+
| Pick<
|
|
1623
|
+
WaiterConfiguration<Lambda>,
|
|
1624
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1625
|
+
>
|
|
1626
|
+
): Promise<WaiterResult>;
|
|
1627
|
+
waitUntilFunctionUpdatedV2(
|
|
1628
|
+
args: GetFunctionCommandInput,
|
|
1629
|
+
waiterConfig:
|
|
1630
|
+
| number
|
|
1631
|
+
| Pick<
|
|
1632
|
+
WaiterConfiguration<Lambda>,
|
|
1633
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1634
|
+
>
|
|
1635
|
+
): Promise<WaiterResult>;
|
|
1636
|
+
waitUntilFunctionActive(
|
|
1637
|
+
args: GetFunctionConfigurationCommandInput,
|
|
1638
|
+
waiterConfig:
|
|
1639
|
+
| number
|
|
1640
|
+
| Pick<
|
|
1641
|
+
WaiterConfiguration<Lambda>,
|
|
1642
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1643
|
+
>
|
|
1644
|
+
): Promise<WaiterResult>;
|
|
1645
|
+
waitUntilFunctionUpdated(
|
|
1646
|
+
args: GetFunctionConfigurationCommandInput,
|
|
1647
|
+
waiterConfig:
|
|
1648
|
+
| number
|
|
1649
|
+
| Pick<
|
|
1650
|
+
WaiterConfiguration<Lambda>,
|
|
1651
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1652
|
+
>
|
|
1653
|
+
): Promise<WaiterResult>;
|
|
1654
|
+
waitUntilPublishedVersionActive(
|
|
1655
|
+
args: GetFunctionConfigurationCommandInput,
|
|
1656
|
+
waiterConfig:
|
|
1657
|
+
| number
|
|
1658
|
+
| Pick<
|
|
1659
|
+
WaiterConfiguration<Lambda>,
|
|
1660
|
+
Exclude<keyof WaiterConfiguration<Lambda>, "client">
|
|
1661
|
+
>
|
|
1662
|
+
): Promise<WaiterResult>;
|
|
1491
1663
|
}
|
|
1492
1664
|
export declare class Lambda extends LambdaClient implements Lambda {}
|
|
@@ -124,8 +124,17 @@ export declare const FunctionResponseType: {
|
|
|
124
124
|
};
|
|
125
125
|
export type FunctionResponseType =
|
|
126
126
|
(typeof FunctionResponseType)[keyof typeof FunctionResponseType];
|
|
127
|
+
export declare const EventSourceMappingSystemLogLevel: {
|
|
128
|
+
readonly Debug: "DEBUG";
|
|
129
|
+
readonly Info: "INFO";
|
|
130
|
+
readonly Warn: "WARN";
|
|
131
|
+
};
|
|
132
|
+
export type EventSourceMappingSystemLogLevel =
|
|
133
|
+
(typeof EventSourceMappingSystemLogLevel)[keyof typeof EventSourceMappingSystemLogLevel];
|
|
127
134
|
export declare const EventSourceMappingMetric: {
|
|
135
|
+
readonly ErrorCount: "ErrorCount";
|
|
128
136
|
readonly EventCount: "EventCount";
|
|
137
|
+
readonly KafkaMetrics: "KafkaMetrics";
|
|
129
138
|
};
|
|
130
139
|
export type EventSourceMappingMetric =
|
|
131
140
|
(typeof EventSourceMappingMetric)[keyof typeof EventSourceMappingMetric];
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
CodeSigningPolicy,
|
|
9
9
|
EndPointType,
|
|
10
10
|
EventSourceMappingMetric,
|
|
11
|
+
EventSourceMappingSystemLogLevel,
|
|
11
12
|
EventSourcePosition,
|
|
12
13
|
EventType,
|
|
13
14
|
ExecutionStatus,
|
|
@@ -382,6 +383,9 @@ export interface Filter {
|
|
|
382
383
|
export interface FilterCriteria {
|
|
383
384
|
Filters?: Filter[] | undefined;
|
|
384
385
|
}
|
|
386
|
+
export interface EventSourceMappingLoggingConfig {
|
|
387
|
+
SystemLogLevel?: EventSourceMappingSystemLogLevel | undefined;
|
|
388
|
+
}
|
|
385
389
|
export interface EventSourceMappingMetricsConfig {
|
|
386
390
|
Metrics?: EventSourceMappingMetric[] | undefined;
|
|
387
391
|
}
|
|
@@ -435,6 +439,7 @@ export interface CreateEventSourceMappingRequest {
|
|
|
435
439
|
DocumentDBEventSourceConfig?: DocumentDBEventSourceConfig | undefined;
|
|
436
440
|
KMSKeyArn?: string | undefined;
|
|
437
441
|
MetricsConfig?: EventSourceMappingMetricsConfig | undefined;
|
|
442
|
+
LoggingConfig?: EventSourceMappingLoggingConfig | undefined;
|
|
438
443
|
ProvisionedPollerConfig?: ProvisionedPollerConfig | undefined;
|
|
439
444
|
}
|
|
440
445
|
export interface FilterCriteriaError {
|
|
@@ -477,6 +482,7 @@ export interface EventSourceMappingConfiguration {
|
|
|
477
482
|
FilterCriteriaError?: FilterCriteriaError | undefined;
|
|
478
483
|
EventSourceMappingArn?: string | undefined;
|
|
479
484
|
MetricsConfig?: EventSourceMappingMetricsConfig | undefined;
|
|
485
|
+
LoggingConfig?: EventSourceMappingLoggingConfig | undefined;
|
|
480
486
|
ProvisionedPollerConfig?: ProvisionedPollerConfig | undefined;
|
|
481
487
|
}
|
|
482
488
|
export interface DeleteEventSourceMappingRequest {
|
|
@@ -520,6 +526,7 @@ export interface UpdateEventSourceMappingRequest {
|
|
|
520
526
|
DocumentDBEventSourceConfig?: DocumentDBEventSourceConfig | undefined;
|
|
521
527
|
KMSKeyArn?: string | undefined;
|
|
522
528
|
MetricsConfig?: EventSourceMappingMetricsConfig | undefined;
|
|
529
|
+
LoggingConfig?: EventSourceMappingLoggingConfig | undefined;
|
|
523
530
|
ProvisionedPollerConfig?: ProvisionedPollerConfig | undefined;
|
|
524
531
|
}
|
|
525
532
|
export interface LambdaManagedInstancesCapacityProviderConfig {
|
|
@@ -1,9 +1,56 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var LambdaServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var CallbackTimeoutException$: StaticErrorSchema;
|
|
10
|
+
export declare var CapacityProviderLimitExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var CodeSigningConfigNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var CodeStorageExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var CodeVerificationFailedException$: StaticErrorSchema;
|
|
14
|
+
export declare var DurableExecutionAlreadyStartedException$: StaticErrorSchema;
|
|
15
|
+
export declare var EC2AccessDeniedException$: StaticErrorSchema;
|
|
16
|
+
export declare var EC2ThrottledException$: StaticErrorSchema;
|
|
17
|
+
export declare var EC2UnexpectedException$: StaticErrorSchema;
|
|
18
|
+
export declare var EFSIOException$: StaticErrorSchema;
|
|
19
|
+
export declare var EFSMountConnectivityException$: StaticErrorSchema;
|
|
20
|
+
export declare var EFSMountFailureException$: StaticErrorSchema;
|
|
21
|
+
export declare var EFSMountTimeoutException$: StaticErrorSchema;
|
|
22
|
+
export declare var ENILimitReachedException$: StaticErrorSchema;
|
|
23
|
+
export declare var FunctionVersionsPerCapacityProviderLimitExceededException$: StaticErrorSchema;
|
|
24
|
+
export declare var InvalidCodeSignatureException$: StaticErrorSchema;
|
|
25
|
+
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
26
|
+
export declare var InvalidRequestContentException$: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidRuntimeException$: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidSecurityGroupIDException$: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidSubnetIDException$: StaticErrorSchema;
|
|
30
|
+
export declare var InvalidZipFileException$: StaticErrorSchema;
|
|
31
|
+
export declare var KMSAccessDeniedException$: StaticErrorSchema;
|
|
32
|
+
export declare var KMSDisabledException$: StaticErrorSchema;
|
|
33
|
+
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
34
|
+
export declare var KMSNotFoundException$: StaticErrorSchema;
|
|
35
|
+
export declare var NoPublishedVersionException$: StaticErrorSchema;
|
|
36
|
+
export declare var PolicyLengthExceededException$: StaticErrorSchema;
|
|
37
|
+
export declare var PreconditionFailedException$: StaticErrorSchema;
|
|
38
|
+
export declare var ProvisionedConcurrencyConfigNotFoundException$: StaticErrorSchema;
|
|
39
|
+
export declare var RecursiveInvocationException$: StaticErrorSchema;
|
|
40
|
+
export declare var RequestTooLargeException$: StaticErrorSchema;
|
|
41
|
+
export declare var ResourceConflictException$: StaticErrorSchema;
|
|
42
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
43
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
44
|
+
export declare var ResourceNotReadyException$: StaticErrorSchema;
|
|
45
|
+
export declare var SerializedRequestEntityTooLargeException$: StaticErrorSchema;
|
|
46
|
+
export declare var ServiceException$: StaticErrorSchema;
|
|
47
|
+
export declare var SnapStartException$: StaticErrorSchema;
|
|
48
|
+
export declare var SnapStartNotReadyException$: StaticErrorSchema;
|
|
49
|
+
export declare var SnapStartTimeoutException$: StaticErrorSchema;
|
|
50
|
+
export declare var SubnetIPAddressLimitReachedException$: StaticErrorSchema;
|
|
51
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
52
|
+
export declare var UnsupportedMediaTypeException$: StaticErrorSchema;
|
|
53
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
54
|
export declare var AccountLimit$: StaticStructureSchema;
|
|
8
55
|
export declare var AccountUsage$: StaticStructureSchema;
|
|
9
56
|
export declare var AddLayerVersionPermissionRequest$: StaticStructureSchema;
|
|
@@ -20,10 +67,8 @@ export declare var CallbackOptions$: StaticStructureSchema;
|
|
|
20
67
|
export declare var CallbackStartedDetails$: StaticStructureSchema;
|
|
21
68
|
export declare var CallbackSucceededDetails$: StaticStructureSchema;
|
|
22
69
|
export declare var CallbackTimedOutDetails$: StaticStructureSchema;
|
|
23
|
-
export declare var CallbackTimeoutException$: StaticErrorSchema;
|
|
24
70
|
export declare var CapacityProvider$: StaticStructureSchema;
|
|
25
71
|
export declare var CapacityProviderConfig$: StaticStructureSchema;
|
|
26
|
-
export declare var CapacityProviderLimitExceededException$: StaticErrorSchema;
|
|
27
72
|
export declare var CapacityProviderPermissionsConfig$: StaticStructureSchema;
|
|
28
73
|
export declare var CapacityProviderScalingConfig$: StaticStructureSchema;
|
|
29
74
|
export declare var CapacityProviderVpcConfig$: StaticStructureSchema;
|
|
@@ -38,10 +83,7 @@ export declare var CheckpointDurableExecutionRequest$: StaticStructureSchema;
|
|
|
38
83
|
export declare var CheckpointDurableExecutionResponse$: StaticStructureSchema;
|
|
39
84
|
export declare var CheckpointUpdatedExecutionState$: StaticStructureSchema;
|
|
40
85
|
export declare var CodeSigningConfig$: StaticStructureSchema;
|
|
41
|
-
export declare var CodeSigningConfigNotFoundException$: StaticErrorSchema;
|
|
42
86
|
export declare var CodeSigningPolicies$: StaticStructureSchema;
|
|
43
|
-
export declare var CodeStorageExceededException$: StaticErrorSchema;
|
|
44
|
-
export declare var CodeVerificationFailedException$: StaticErrorSchema;
|
|
45
87
|
export declare var Concurrency$: StaticStructureSchema;
|
|
46
88
|
export declare var ContextDetails$: StaticStructureSchema;
|
|
47
89
|
export declare var ContextFailedDetails$: StaticStructureSchema;
|
|
@@ -76,15 +118,6 @@ export declare var DeleteProvisionedConcurrencyConfigRequest$: StaticStructureSc
|
|
|
76
118
|
export declare var DestinationConfig$: StaticStructureSchema;
|
|
77
119
|
export declare var DocumentDBEventSourceConfig$: StaticStructureSchema;
|
|
78
120
|
export declare var DurableConfig$: StaticStructureSchema;
|
|
79
|
-
export declare var DurableExecutionAlreadyStartedException$: StaticErrorSchema;
|
|
80
|
-
export declare var EC2AccessDeniedException$: StaticErrorSchema;
|
|
81
|
-
export declare var EC2ThrottledException$: StaticErrorSchema;
|
|
82
|
-
export declare var EC2UnexpectedException$: StaticErrorSchema;
|
|
83
|
-
export declare var EFSIOException$: StaticErrorSchema;
|
|
84
|
-
export declare var EFSMountConnectivityException$: StaticErrorSchema;
|
|
85
|
-
export declare var EFSMountFailureException$: StaticErrorSchema;
|
|
86
|
-
export declare var EFSMountTimeoutException$: StaticErrorSchema;
|
|
87
|
-
export declare var ENILimitReachedException$: StaticErrorSchema;
|
|
88
121
|
export declare var Environment$: StaticStructureSchema;
|
|
89
122
|
export declare var EnvironmentError$: StaticStructureSchema;
|
|
90
123
|
export declare var EnvironmentResponse$: StaticStructureSchema;
|
|
@@ -95,6 +128,7 @@ export declare var EventError$: StaticStructureSchema;
|
|
|
95
128
|
export declare var EventInput$: StaticStructureSchema;
|
|
96
129
|
export declare var EventResult$: StaticStructureSchema;
|
|
97
130
|
export declare var EventSourceMappingConfiguration$: StaticStructureSchema;
|
|
131
|
+
export declare var EventSourceMappingLoggingConfig$: StaticStructureSchema;
|
|
98
132
|
export declare var EventSourceMappingMetricsConfig$: StaticStructureSchema;
|
|
99
133
|
export declare var Execution$: StaticStructureSchema;
|
|
100
134
|
export declare var ExecutionDetails$: StaticStructureSchema;
|
|
@@ -114,7 +148,6 @@ export declare var FunctionEventInvokeConfig$: StaticStructureSchema;
|
|
|
114
148
|
export declare var FunctionScalingConfig$: StaticStructureSchema;
|
|
115
149
|
export declare var FunctionUrlConfig$: StaticStructureSchema;
|
|
116
150
|
export declare var FunctionVersionsByCapacityProviderListItem$: StaticStructureSchema;
|
|
117
|
-
export declare var FunctionVersionsPerCapacityProviderLimitExceededException$: StaticErrorSchema;
|
|
118
151
|
export declare var GetAccountSettingsRequest$: StaticStructureSchema;
|
|
119
152
|
export declare var GetAccountSettingsResponse$: StaticStructureSchema;
|
|
120
153
|
export declare var GetAliasRequest$: StaticStructureSchema;
|
|
@@ -158,13 +191,6 @@ export declare var ImageConfig$: StaticStructureSchema;
|
|
|
158
191
|
export declare var ImageConfigError$: StaticStructureSchema;
|
|
159
192
|
export declare var ImageConfigResponse$: StaticStructureSchema;
|
|
160
193
|
export declare var InstanceRequirements$: StaticStructureSchema;
|
|
161
|
-
export declare var InvalidCodeSignatureException$: StaticErrorSchema;
|
|
162
|
-
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
163
|
-
export declare var InvalidRequestContentException$: StaticErrorSchema;
|
|
164
|
-
export declare var InvalidRuntimeException$: StaticErrorSchema;
|
|
165
|
-
export declare var InvalidSecurityGroupIDException$: StaticErrorSchema;
|
|
166
|
-
export declare var InvalidSubnetIDException$: StaticErrorSchema;
|
|
167
|
-
export declare var InvalidZipFileException$: StaticErrorSchema;
|
|
168
194
|
export declare var InvocationCompletedDetails$: StaticStructureSchema;
|
|
169
195
|
export declare var InvocationRequest$: StaticStructureSchema;
|
|
170
196
|
export declare var InvocationResponse$: StaticStructureSchema;
|
|
@@ -177,10 +203,6 @@ export declare var InvokeWithResponseStreamResponse$: StaticStructureSchema;
|
|
|
177
203
|
export declare var KafkaSchemaRegistryAccessConfig$: StaticStructureSchema;
|
|
178
204
|
export declare var KafkaSchemaRegistryConfig$: StaticStructureSchema;
|
|
179
205
|
export declare var KafkaSchemaValidationConfig$: StaticStructureSchema;
|
|
180
|
-
export declare var KMSAccessDeniedException$: StaticErrorSchema;
|
|
181
|
-
export declare var KMSDisabledException$: StaticErrorSchema;
|
|
182
|
-
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
183
|
-
export declare var KMSNotFoundException$: StaticErrorSchema;
|
|
184
206
|
export declare var LambdaManagedInstancesCapacityProviderConfig$: StaticStructureSchema;
|
|
185
207
|
export declare var Layer$: StaticStructureSchema;
|
|
186
208
|
export declare var LayersListItem$: StaticStructureSchema;
|
|
@@ -218,15 +240,11 @@ export declare var ListTagsResponse$: StaticStructureSchema;
|
|
|
218
240
|
export declare var ListVersionsByFunctionRequest$: StaticStructureSchema;
|
|
219
241
|
export declare var ListVersionsByFunctionResponse$: StaticStructureSchema;
|
|
220
242
|
export declare var LoggingConfig$: StaticStructureSchema;
|
|
221
|
-
export declare var NoPublishedVersionException$: StaticErrorSchema;
|
|
222
243
|
export declare var OnFailure$: StaticStructureSchema;
|
|
223
244
|
export declare var OnSuccess$: StaticStructureSchema;
|
|
224
245
|
export declare var Operation$: StaticStructureSchema;
|
|
225
246
|
export declare var OperationUpdate$: StaticStructureSchema;
|
|
226
|
-
export declare var PolicyLengthExceededException$: StaticErrorSchema;
|
|
227
|
-
export declare var PreconditionFailedException$: StaticErrorSchema;
|
|
228
247
|
export declare var ProvisionedConcurrencyConfigListItem$: StaticStructureSchema;
|
|
229
|
-
export declare var ProvisionedConcurrencyConfigNotFoundException$: StaticErrorSchema;
|
|
230
248
|
export declare var ProvisionedPollerConfig$: StaticStructureSchema;
|
|
231
249
|
export declare var PublishLayerVersionRequest$: StaticStructureSchema;
|
|
232
250
|
export declare var PublishLayerVersionResponse$: StaticStructureSchema;
|
|
@@ -243,14 +261,8 @@ export declare var PutProvisionedConcurrencyConfigRequest$: StaticStructureSchem
|
|
|
243
261
|
export declare var PutProvisionedConcurrencyConfigResponse$: StaticStructureSchema;
|
|
244
262
|
export declare var PutRuntimeManagementConfigRequest$: StaticStructureSchema;
|
|
245
263
|
export declare var PutRuntimeManagementConfigResponse$: StaticStructureSchema;
|
|
246
|
-
export declare var RecursiveInvocationException$: StaticErrorSchema;
|
|
247
264
|
export declare var RemoveLayerVersionPermissionRequest$: StaticStructureSchema;
|
|
248
265
|
export declare var RemovePermissionRequest$: StaticStructureSchema;
|
|
249
|
-
export declare var RequestTooLargeException$: StaticErrorSchema;
|
|
250
|
-
export declare var ResourceConflictException$: StaticErrorSchema;
|
|
251
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
252
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
253
|
-
export declare var ResourceNotReadyException$: StaticErrorSchema;
|
|
254
266
|
export declare var RetryDetails$: StaticStructureSchema;
|
|
255
267
|
export declare var RuntimeVersionConfig$: StaticStructureSchema;
|
|
256
268
|
export declare var RuntimeVersionError$: StaticStructureSchema;
|
|
@@ -263,13 +275,8 @@ export declare var SendDurableExecutionCallbackHeartbeatRequest$: StaticStructur
|
|
|
263
275
|
export declare var SendDurableExecutionCallbackHeartbeatResponse$: StaticStructureSchema;
|
|
264
276
|
export declare var SendDurableExecutionCallbackSuccessRequest$: StaticStructureSchema;
|
|
265
277
|
export declare var SendDurableExecutionCallbackSuccessResponse$: StaticStructureSchema;
|
|
266
|
-
export declare var SerializedRequestEntityTooLargeException$: StaticErrorSchema;
|
|
267
|
-
export declare var ServiceException$: StaticErrorSchema;
|
|
268
278
|
export declare var SnapStart$: StaticStructureSchema;
|
|
269
|
-
export declare var SnapStartException$: StaticErrorSchema;
|
|
270
|
-
export declare var SnapStartNotReadyException$: StaticErrorSchema;
|
|
271
279
|
export declare var SnapStartResponse$: StaticStructureSchema;
|
|
272
|
-
export declare var SnapStartTimeoutException$: StaticErrorSchema;
|
|
273
280
|
export declare var SourceAccessConfiguration$: StaticStructureSchema;
|
|
274
281
|
export declare var StepDetails$: StaticStructureSchema;
|
|
275
282
|
export declare var StepFailedDetails$: StaticStructureSchema;
|
|
@@ -278,16 +285,13 @@ export declare var StepStartedDetails$: StaticStructureSchema;
|
|
|
278
285
|
export declare var StepSucceededDetails$: StaticStructureSchema;
|
|
279
286
|
export declare var StopDurableExecutionRequest$: StaticStructureSchema;
|
|
280
287
|
export declare var StopDurableExecutionResponse$: StaticStructureSchema;
|
|
281
|
-
export declare var SubnetIPAddressLimitReachedException$: StaticErrorSchema;
|
|
282
288
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
283
289
|
export declare var TagsError$: StaticStructureSchema;
|
|
284
290
|
export declare var TargetTrackingScalingPolicy$: StaticStructureSchema;
|
|
285
291
|
export declare var TenancyConfig$: StaticStructureSchema;
|
|
286
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
287
292
|
export declare var TraceHeader$: StaticStructureSchema;
|
|
288
293
|
export declare var TracingConfig$: StaticStructureSchema;
|
|
289
294
|
export declare var TracingConfigResponse$: StaticStructureSchema;
|
|
290
|
-
export declare var UnsupportedMediaTypeException$: StaticErrorSchema;
|
|
291
295
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
292
296
|
export declare var UpdateAliasRequest$: StaticStructureSchema;
|
|
293
297
|
export declare var UpdateCapacityProviderRequest$: StaticStructureSchema;
|
|
@@ -307,7 +311,6 @@ export declare var WaitDetails$: StaticStructureSchema;
|
|
|
307
311
|
export declare var WaitOptions$: StaticStructureSchema;
|
|
308
312
|
export declare var WaitStartedDetails$: StaticStructureSchema;
|
|
309
313
|
export declare var WaitSucceededDetails$: StaticStructureSchema;
|
|
310
|
-
export declare var LambdaServiceException$: StaticErrorSchema;
|
|
311
314
|
export declare var InvokeWithResponseStreamResponseEvent$: StaticUnionSchema;
|
|
312
315
|
export declare var AddLayerVersionPermission$: StaticOperationSchema;
|
|
313
316
|
export declare var AddPermission$: StaticOperationSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lambda",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.991.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.972.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.10",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.9",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.10",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.991.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.8",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/eventstream-serde-browser": "^4.2.8",
|
|
40
40
|
"@smithy/eventstream-serde-config-resolver": "^4.3.8",
|
|
41
41
|
"@smithy/eventstream-serde-node": "^4.2.8",
|
|
@@ -43,25 +43,25 @@
|
|
|
43
43
|
"@smithy/hash-node": "^4.2.8",
|
|
44
44
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
45
45
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
46
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
47
|
-
"@smithy/middleware-retry": "^4.4.
|
|
46
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
47
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
48
48
|
"@smithy/middleware-serde": "^4.2.9",
|
|
49
49
|
"@smithy/middleware-stack": "^4.2.8",
|
|
50
50
|
"@smithy/node-config-provider": "^4.3.8",
|
|
51
|
-
"@smithy/node-http-handler": "^4.4.
|
|
51
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
52
52
|
"@smithy/protocol-http": "^5.3.8",
|
|
53
|
-
"@smithy/smithy-client": "^4.
|
|
53
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
54
54
|
"@smithy/types": "^4.12.0",
|
|
55
55
|
"@smithy/url-parser": "^4.2.8",
|
|
56
56
|
"@smithy/util-base64": "^4.3.0",
|
|
57
57
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
58
58
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
61
61
|
"@smithy/util-endpoints": "^3.2.8",
|
|
62
62
|
"@smithy/util-middleware": "^4.2.8",
|
|
63
63
|
"@smithy/util-retry": "^4.2.8",
|
|
64
|
-
"@smithy/util-stream": "^4.5.
|
|
64
|
+
"@smithy/util-stream": "^4.5.12",
|
|
65
65
|
"@smithy/util-utf8": "^4.2.0",
|
|
66
66
|
"@smithy/util-waiter": "^4.2.8",
|
|
67
67
|
"tslib": "^2.6.2"
|