cloudstructs 0.13.4 → 0.13.5
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 +180 -7
- package/assets/slack-app/provider.lambda/index.js +20 -6628
- package/assets/slack-textract/detect.lambda/index.js +2390 -8083
- package/assets/ssl-server-test/analyze.lambda/index.js +37 -6639
- package/assets/toolkit-cleaner/clean.lambda/index.js +1 -1
- 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/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/provider.lambda.js +21 -12
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/detect.lambda.js +7 -4
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/analyze.lambda.js +18 -13
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/state-machine-cr-provider/runtime/http.d.ts +1 -1
- package/lib/state-machine-cr-provider/runtime/http.js +5 -20
- 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/dist/index.mjs +2 -2
- package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js +2 -2
- package/node_modules/@aws/durable-execution-sdk-js/package.json +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/endpointResolver.js +5 -5
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +243 -244
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/LambdaServiceException.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +14 -16
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +20 -24
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +9 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +6 -6
- package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/StopDurableExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/bdd.js +46 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/LambdaServiceException.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +5 -7
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +5 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeExtensions.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +7 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +6 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionStateCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCapacityProvidersCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/StopDurableExecutionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/LambdaServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +7 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +12 -18
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +6 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionStateCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/StopDurableExecutionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +10 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +8 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +8 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +10 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +8 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForPublishedVersionActive.d.ts +10 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +5 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActiveV2.d.ts +5 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +5 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +5 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +5 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForPublishedVersionActive.d.ts +5 -4
- package/node_modules/@aws-sdk/client-lambda/package.json +21 -41
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -108
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +18 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +118 -94
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +12 -11
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +11 -11
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +7 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +10 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +43 -28
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -9
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +6 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/util-arn-parser/arn.js +21 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/util-format-url/format-url.js +29 -0
- package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/util-arn-parser/arn.d.ts +32 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/util-format-url/format-url.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +4 -0
- package/node_modules/@aws-sdk/core/package.json +18 -13
- package/node_modules/@aws-sdk/core/util.d.ts +7 -0
- package/node_modules/@aws-sdk/core/util.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -12
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -6
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -10
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -5
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +520 -52
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +454 -49
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +399 -49
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +593 -49
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +835 -55
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +4 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +5 -5
- 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/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +4 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +4 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +5 -5
- 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/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -2
- 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 +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +11 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +16 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +13 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +7 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +8 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +8 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +8 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +8 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -19
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +15 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +38 -19
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +16 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +13 -33
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +6 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +4 -5
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +1 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +3 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -4
- package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +157 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js +36 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4SignWithCredentials.d.ts +20 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +21 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +60 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
- package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +4 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +1 -34
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +4 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +13 -10
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +8 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -2
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -2
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +5 -4
- package/node_modules/@nodable/entities/README.md +41 -0
- package/node_modules/@nodable/entities/package.json +54 -0
- package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
- package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
- package/node_modules/@nodable/entities/src/entities.js +1177 -0
- package/node_modules/@nodable/entities/src/entityTries.js +49 -0
- package/node_modules/@nodable/entities/src/index.d.ts +264 -0
- package/node_modules/@nodable/entities/src/index.js +29 -0
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +71 -2
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/chunk.d.ts +11 -1
- package/node_modules/@slack/types/dist/chunk.d.ts.map +1 -1
- package/node_modules/@slack/types/package.json +1 -1
- package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
- package/node_modules/@slack/web-api/package.json +4 -5
- package/node_modules/@smithy/core/checksum.d.ts +5 -0
- package/node_modules/@smithy/core/checksum.js +5 -0
- package/node_modules/@smithy/core/client.d.ts +7 -0
- package/node_modules/@smithy/core/client.js +6 -0
- package/node_modules/@smithy/core/config.d.ts +5 -0
- package/node_modules/@smithy/core/config.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +8 -8
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +41 -27
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +202 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +259 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +229 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +1136 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +375 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +735 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +364 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +860 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +875 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +866 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +643 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +314 -30
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +800 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +827 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +1405 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1100 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +1405 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +24 -14
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +3 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +11 -6
- package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-blob-browser/blobHasher.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/HashCalculator.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/fileStreamHasher.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/readableStreamHasher.js +19 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +168 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/index.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js +51 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js +131 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +49 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/createWaiter.js +48 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/poller.js +87 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +30 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +98 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.js +19 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/index.browser.js +43 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/index.js +29 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/index.native.js +43 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/configLoader.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromEnv.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromSharedConfigFiles.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromStatic.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/fromValue.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigFilepath.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getCredentialsFilepath.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getHomeDir.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.js +39 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +65 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +31 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +47 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +3 -3
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateCondition.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateConditions.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.js +28 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js +46 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateRules.js +42 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperties.js +28 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +17 -9
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +184 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/Int64.js +44 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.js +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.js +45 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/utils.js +28 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.js +30 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.browser.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +14 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +12 -8
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +11 -8
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +39 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/querystring-builder/buildQueryString.js +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +1 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/url-parser/parseUrl.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/index.browser.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/index.js +20 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +50 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +49 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +95 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.js +7 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +109 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/service-error-classification.js +44 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/AdaptiveRetryStrategy.js +36 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +19 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +111 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +93 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +18 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/hash-node/hash-node.js +36 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +41 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +40 -10
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +43 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +58 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.browser.js +36 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +35 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-buffer-from/buffer-from.js +13 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +23 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +60 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.js +57 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +38 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +64 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +50 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.js +13 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +53 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +48 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js +32 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -1
- package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +5 -4
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +4 -4
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +3 -4
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client.d.ts +84 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +119 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/exceptions.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/object-mapping.d.ts +163 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/ser-utils.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/serde-json.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-middleware/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/poller.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/index.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/index.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/index.native.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/configLoader.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/ProviderError.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/chain.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/fromValue.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +110 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.browser.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +23 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/Field.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpHandler.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpRequest.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +3 -2
- package/node_modules/@smithy/core/dist-types/submodules/retry/index.browser.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/index.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/configurations.d.ts +68 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/constants.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +7 -19
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +39 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +37 -10
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +4 -6
- package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +31 -51
- package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +3 -12
- package/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/headStream.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/splitStream.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/uuid/v4.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +2 -1
- package/node_modules/@smithy/core/package.json +110 -11
- package/node_modules/@smithy/core/retry.d.ts +5 -0
- package/node_modules/@smithy/core/retry.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +39 -41
- package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +3 -3
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +2 -3
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -3
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +3 -3
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +3 -3
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -2
- package/node_modules/@smithy/credential-provider-imds/package.json +2 -4
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -7
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +1 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +2 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -7
- package/node_modules/@smithy/fetch-http-handler/package.json +2 -4
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +30 -4
- package/node_modules/@smithy/is-array-buffer/package.json +12 -13
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +246 -120
- package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +26 -16
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +90 -41
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +46 -43
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +6 -5
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +36 -14
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +33 -9
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +7 -7
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -2
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -2
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +2 -3
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +167 -170
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +1 -2
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +3 -4
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +3 -4
- package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +1 -2
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +1 -3
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +2 -1
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -2
- package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +2 -3
- package/node_modules/@smithy/signature-v4/package.json +2 -7
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +44 -17
- package/node_modules/@smithy/util-buffer-from/package.json +14 -15
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +60 -27
- package/node_modules/@smithy/util-utf8/package.json +13 -14
- package/node_modules/@types/node/README.md +15 -0
- package/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/node_modules/@types/node/assert.d.ts +1005 -0
- package/node_modules/@types/node/async_hooks.d.ts +586 -0
- package/node_modules/@types/node/buffer.buffer.d.ts +457 -0
- package/node_modules/@types/node/buffer.d.ts +1901 -0
- package/node_modules/@types/node/child_process.d.ts +1453 -0
- package/node_modules/@types/node/cluster.d.ts +578 -0
- package/node_modules/@types/node/compatibility/disposable.d.ts +14 -0
- package/node_modules/@types/node/compatibility/index.d.ts +9 -0
- package/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
- package/node_modules/@types/node/compatibility/iterators.d.ts +20 -0
- package/node_modules/@types/node/console.d.ts +452 -0
- package/node_modules/@types/node/constants.d.ts +21 -0
- package/node_modules/@types/node/crypto.d.ts +4504 -0
- package/node_modules/@types/node/dgram.d.ts +596 -0
- package/node_modules/@types/node/diagnostics_channel.d.ts +551 -0
- package/node_modules/@types/node/dns/promises.d.ts +477 -0
- package/node_modules/@types/node/dns.d.ts +860 -0
- package/node_modules/@types/node/domain.d.ts +170 -0
- package/node_modules/@types/node/events.d.ts +863 -0
- package/node_modules/@types/node/fs/promises.d.ts +1208 -0
- package/node_modules/@types/node/fs.d.ts +4332 -0
- package/node_modules/@types/node/globals.d.ts +170 -0
- package/node_modules/@types/node/globals.typedarray.d.ts +21 -0
- package/node_modules/@types/node/http.d.ts +1919 -0
- package/node_modules/@types/node/http2.d.ts +2580 -0
- package/node_modules/@types/node/https.d.ts +549 -0
- package/node_modules/@types/node/index.d.ts +92 -0
- package/node_modules/@types/node/inspector.generated.d.ts +2775 -0
- package/node_modules/@types/node/module.d.ts +503 -0
- package/node_modules/@types/node/net.d.ts +924 -0
- package/node_modules/@types/node/os.d.ts +480 -0
- package/node_modules/@types/node/package.json +145 -0
- package/node_modules/@types/node/path.d.ts +191 -0
- package/node_modules/@types/node/perf_hooks.d.ts +860 -0
- package/node_modules/@types/node/process.d.ts +1632 -0
- package/node_modules/@types/node/punycode.d.ts +117 -0
- package/node_modules/@types/node/querystring.d.ts +140 -0
- package/node_modules/@types/node/readline/promises.d.ts +154 -0
- package/node_modules/@types/node/readline.d.ts +715 -0
- package/node_modules/@types/node/repl.d.ts +430 -0
- package/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/node_modules/@types/node/stream/web.d.ts +527 -0
- package/node_modules/@types/node/stream.d.ts +1680 -0
- package/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/node_modules/@types/node/test.d.ts +1208 -0
- package/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/node_modules/@types/node/timers.d.ts +286 -0
- package/node_modules/@types/node/tls.d.ts +1204 -0
- package/node_modules/@types/node/trace_events.d.ts +171 -0
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +455 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +92 -0
- package/node_modules/@types/node/tty.d.ts +206 -0
- package/node_modules/@types/node/url.d.ts +957 -0
- package/node_modules/@types/node/util.d.ts +2083 -0
- package/node_modules/@types/node/v8.d.ts +753 -0
- package/node_modules/@types/node/vm.d.ts +704 -0
- package/node_modules/@types/node/wasi.d.ts +160 -0
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/node/web-globals/events.d.ts +81 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +38 -0
- package/node_modules/@types/node/worker_threads.d.ts +698 -0
- package/node_modules/@types/node/zlib.d.ts +517 -0
- package/node_modules/agent-base/README.md +145 -0
- package/node_modules/agent-base/dist/src/index.d.ts +78 -0
- package/node_modules/agent-base/dist/src/index.js +203 -0
- package/node_modules/agent-base/dist/src/index.js.map +1 -0
- package/node_modules/agent-base/dist/src/promisify.d.ts +4 -0
- package/node_modules/agent-base/dist/src/promisify.js +18 -0
- package/node_modules/agent-base/dist/src/promisify.js.map +1 -0
- package/node_modules/agent-base/package.json +64 -0
- package/node_modules/agent-base/src/index.ts +345 -0
- package/node_modules/agent-base/src/promisify.ts +33 -0
- package/node_modules/axios/CHANGELOG.md +331 -0
- package/node_modules/axios/README.md +634 -227
- package/node_modules/axios/dist/axios.js +1516 -1118
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +3 -3
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +1657 -1197
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +1657 -1196
- 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 +1762 -1104
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +40 -41
- package/node_modules/axios/index.d.ts +151 -227
- package/node_modules/axios/index.js +2 -0
- package/node_modules/axios/lib/adapters/adapters.js +4 -2
- package/node_modules/axios/lib/adapters/fetch.js +152 -17
- package/node_modules/axios/lib/adapters/http.js +426 -68
- package/node_modules/axios/lib/adapters/xhr.js +8 -3
- package/node_modules/axios/lib/core/Axios.js +7 -3
- package/node_modules/axios/lib/core/AxiosError.js +120 -34
- package/node_modules/axios/lib/core/AxiosHeaders.js +5 -35
- package/node_modules/axios/lib/core/buildFullPath.js +1 -1
- package/node_modules/axios/lib/core/dispatchRequest.js +19 -7
- package/node_modules/axios/lib/core/mergeConfig.js +21 -4
- package/node_modules/axios/lib/core/settle.js +7 -11
- package/node_modules/axios/lib/defaults/index.js +14 -9
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +1 -2
- package/node_modules/axios/lib/helpers/buildURL.js +1 -1
- package/node_modules/axios/lib/helpers/composeSignals.js +48 -47
- package/node_modules/axios/lib/helpers/cookies.js +14 -2
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +28 -1
- package/node_modules/axios/lib/helpers/formDataToJSON.js +4 -2
- package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
- package/node_modules/axios/lib/helpers/fromDataURI.js +18 -5
- package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
- package/node_modules/axios/lib/helpers/progressEventReducer.js +8 -5
- package/node_modules/axios/lib/helpers/resolveConfig.js +54 -18
- package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
- package/node_modules/axios/lib/helpers/shouldBypassProxy.js +74 -2
- package/node_modules/axios/lib/helpers/toFormData.js +10 -2
- package/node_modules/axios/lib/helpers/validator.js +3 -1
- package/node_modules/axios/lib/utils.js +41 -28
- package/node_modules/axios/package.json +19 -24
- package/node_modules/debug/LICENSE +20 -0
- package/node_modules/debug/README.md +481 -0
- package/node_modules/debug/package.json +64 -0
- package/node_modules/debug/src/browser.js +272 -0
- package/node_modules/debug/src/common.js +292 -0
- package/node_modules/debug/src/index.js +10 -0
- package/node_modules/debug/src/node.js +263 -0
- package/node_modules/fast-xml-builder/CHANGELOG.md +24 -0
- package/node_modules/fast-xml-builder/README.md +53 -2
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -1
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +91 -1
- package/node_modules/fast-xml-builder/lib/fxb.min.js +1 -1
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -1
- package/node_modules/fast-xml-builder/package.json +3 -2
- package/node_modules/fast-xml-builder/src/fxb.d.ts +93 -3
- package/node_modules/fast-xml-builder/src/fxb.js +108 -38
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +97 -30
- package/node_modules/fast-xml-builder/src/util.js +16 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +820 -0
- package/node_modules/fast-xml-parser/README.md +205 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +769 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/fast-xml-parser/package.json +95 -0
- package/node_modules/fast-xml-parser/src/fxp.d.ts +738 -0
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +407 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +163 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +840 -0
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
- package/node_modules/hasown/CHANGELOG.md +11 -0
- package/node_modules/hasown/eslint.config.mjs +6 -0
- package/node_modules/hasown/index.d.ts +1 -0
- package/node_modules/hasown/package.json +14 -14
- package/node_modules/https-proxy-agent/README.md +137 -0
- package/node_modules/https-proxy-agent/dist/agent.d.ts +30 -0
- package/node_modules/https-proxy-agent/dist/agent.js +177 -0
- package/node_modules/https-proxy-agent/dist/agent.js.map +1 -0
- package/node_modules/https-proxy-agent/dist/index.d.ts +23 -0
- package/node_modules/https-proxy-agent/dist/index.js +14 -0
- package/node_modules/https-proxy-agent/dist/index.js.map +1 -0
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -0
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
- package/node_modules/https-proxy-agent/package.json +56 -0
- package/node_modules/ms/index.js +162 -0
- package/node_modules/ms/license.md +21 -0
- package/node_modules/ms/package.json +38 -0
- package/node_modules/ms/readme.md +59 -0
- package/node_modules/strnum/CHANGELOG.md +3 -0
- package/node_modules/strnum/package.json +3 -2
- package/node_modules/strnum/strnum.js +12 -10
- package/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/node_modules/undici-types/client.d.ts +97 -0
- package/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/node_modules/undici-types/errors.d.ts +128 -0
- package/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/undici-types/handlers.d.ts +9 -0
- package/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/undici-types/index.d.ts +63 -0
- package/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/undici-types/package.json +55 -0
- package/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/undici-types/pool.d.ts +28 -0
- package/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/node_modules/undici-types/readable.d.ts +61 -0
- package/node_modules/undici-types/webidl.d.ts +220 -0
- package/node_modules/undici-types/websocket.d.ts +131 -0
- package/node_modules/xml-naming/README.md +189 -0
- package/node_modules/xml-naming/package.json +54 -0
- package/node_modules/xml-naming/src/index.d.ts +74 -0
- package/node_modules/xml-naming/src/index.js +270 -0
- package/package.json +20 -23
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +0 -10
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +0 -60
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +0 -10
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +0 -61
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +0 -201
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +0 -4
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +0 -10
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +0 -60
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +0 -10
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +0 -61
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +0 -201
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +0 -4
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -54
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -62
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -95
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -68
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -50
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +0 -759
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +0 -225
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +0 -603
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +0 -94
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +0 -579
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -410
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -159
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -911
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -71
- package/node_modules/@sindresorhus/is/dist/index.d.ts +0 -232
- package/node_modules/@sindresorhus/is/dist/index.js +0 -434
- package/node_modules/@sindresorhus/is/dist/types.d.ts +0 -25
- package/node_modules/@sindresorhus/is/dist/types.js +0 -3
- package/node_modules/@sindresorhus/is/license +0 -9
- package/node_modules/@sindresorhus/is/package.json +0 -96
- package/node_modules/@sindresorhus/is/readme.md +0 -669
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
- package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -59
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -950
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -603
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1765
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1366
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@slack/logger/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -4047
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1011
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1319
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4658
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2147
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2470
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
- package/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4401
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -754
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
- package/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -612
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2175
- package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -897
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -507
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -405
- package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1021
- package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -296
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1774
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -58
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2202
- package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -532
- package/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -980
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1170
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -671
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/@slack/logger/node_modules/undici-types/LICENSE +0 -21
- package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +0 -32
- package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +0 -43
- package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +0 -30
- package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +0 -179
- package/node_modules/@slack/logger/node_modules/undici-types/client-stats.d.ts +0 -15
- package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +0 -118
- package/node_modules/@slack/logger/node_modules/undici-types/connector.d.ts +0 -34
- package/node_modules/@slack/logger/node_modules/undici-types/cookies.d.ts +0 -30
- package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
- package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +0 -276
- package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
- package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +0 -161
- package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +0 -66
- package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +0 -211
- package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +0 -108
- package/node_modules/@slack/logger/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/node_modules/@slack/logger/node_modules/undici-types/global-origin.d.ts +0 -7
- package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +0 -73
- package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +0 -15
- package/node_modules/@slack/logger/node_modules/undici-types/header.d.ts +0 -160
- package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +0 -88
- package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +0 -73
- package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +0 -68
- package/node_modules/@slack/logger/node_modules/undici-types/mock-call-history.d.ts +0 -111
- package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +0 -27
- package/node_modules/@slack/logger/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +0 -94
- package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +0 -27
- package/node_modules/@slack/logger/node_modules/undici-types/package.json +0 -55
- package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +0 -29
- package/node_modules/@slack/logger/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +0 -41
- package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +0 -29
- package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +0 -68
- package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +0 -125
- package/node_modules/@slack/logger/node_modules/undici-types/round-robin-pool.d.ts +0 -41
- package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +0 -109
- package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +0 -18
- package/node_modules/@slack/logger/node_modules/undici-types/utility.d.ts +0 -7
- package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +0 -341
- package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +0 -186
- package/node_modules/@slack/web-api/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +0 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +0 -59
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +0 -950
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +0 -603
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +0 -1765
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +0 -1366
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -4047
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +0 -1011
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +0 -1319
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +0 -4658
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +0 -2147
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +0 -2470
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +0 -115
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +0 -4401
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -754
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +0 -155
- package/node_modules/@slack/web-api/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +0 -612
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +0 -2175
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +0 -897
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +0 -507
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +0 -405
- package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +0 -1021
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +0 -296
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +0 -1774
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@slack/web-api/node_modules/@types/node/test/reporters.d.ts +0 -58
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +0 -2202
- package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +0 -532
- package/node_modules/@slack/web-api/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +0 -980
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +0 -1170
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +0 -671
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/@slack/web-api/node_modules/undici-types/LICENSE +0 -21
- package/node_modules/@slack/web-api/node_modules/undici-types/README.md +0 -6
- package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +0 -32
- package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +0 -43
- package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +0 -30
- package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +0 -179
- package/node_modules/@slack/web-api/node_modules/undici-types/cache.d.ts +0 -36
- package/node_modules/@slack/web-api/node_modules/undici-types/client-stats.d.ts +0 -15
- package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +0 -118
- package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +0 -34
- package/node_modules/@slack/web-api/node_modules/undici-types/content-type.d.ts +0 -21
- package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +0 -30
- package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
- package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +0 -276
- package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
- package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +0 -161
- package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +0 -66
- package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +0 -211
- package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +0 -108
- package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +0 -7
- package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +0 -73
- package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +0 -15
- package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +0 -160
- package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +0 -88
- package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +0 -73
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +0 -68
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-call-history.d.ts +0 -111
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +0 -27
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +0 -94
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +0 -27
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +0 -55
- package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +0 -29
- package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +0 -41
- package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +0 -29
- package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +0 -68
- package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +0 -125
- package/node_modules/@slack/web-api/node_modules/undici-types/round-robin-pool.d.ts +0 -41
- package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +0 -109
- package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +0 -18
- package/node_modules/@slack/web-api/node_modules/undici-types/utility.d.ts +0 -7
- package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +0 -341
- package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +0 -186
- package/node_modules/@smithy/config-resolver/LICENSE +0 -201
- package/node_modules/@smithy/config-resolver/README.md +0 -17
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -198
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -14
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -14
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -10
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -14
- package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +0 -15
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -23
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -23
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
- package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/package.json +0 -65
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +0 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +0 -2
- package/node_modules/@smithy/eventstream-codec/LICENSE +0 -201
- package/node_modules/@smithy/eventstream-codec/README.md +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -401
- package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +0 -184
- package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +0 -44
- package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -8
- package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +0 -31
- package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-codec/package.json +0 -64
- package/node_modules/@smithy/eventstream-serde-browser/README.md +0 -17
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -58
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +0 -20
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/provider.js +0 -2
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/utils.js +0 -28
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +0 -47
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/index.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/utils.d.ts +0 -13
- package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -60
- package/node_modules/@smithy/eventstream-serde-config-resolver/LICENSE +0 -201
- package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +0 -17
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -7
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/index.js +0 -1
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +0 -61
- package/node_modules/@smithy/eventstream-serde-node/LICENSE +0 -201
- package/node_modules/@smithy/eventstream-serde-node/README.md +0 -17
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -53
- package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +0 -19
- package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -2
- package/node_modules/@smithy/eventstream-serde-node/dist-es/provider.js +0 -2
- package/node_modules/@smithy/eventstream-serde-node/dist-es/utils.js +0 -26
- package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-node/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-node/package.json +0 -61
- package/node_modules/@smithy/eventstream-serde-universal/LICENSE +0 -201
- package/node_modules/@smithy/eventstream-serde-universal/README.md +0 -17
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +0 -132
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +0 -25
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/index.js +0 -2
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/provider.js +0 -2
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +0 -65
- package/node_modules/@smithy/hash-node/LICENSE +0 -201
- package/node_modules/@smithy/hash-node/README.md +0 -17
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -42
- package/node_modules/@smithy/hash-node/dist-es/index.js +0 -37
- package/node_modules/@smithy/hash-node/package.json +0 -64
- package/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
- package/node_modules/@smithy/invalid-dependency/README.md +0 -17
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -10
- package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -2
- package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/invalid-dependency/package.json +0 -60
- package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
- package/node_modules/@smithy/middleware-content-length/README.md +0 -17
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -46
- package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
- package/node_modules/@smithy/middleware-content-length/package.json +0 -63
- package/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
- package/node_modules/@smithy/middleware-endpoint/README.md +0 -17
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -7
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -35
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -264
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -3
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -64
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -31
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +0 -2
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -17
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +0 -36
- package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -18
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -6
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -24
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -28
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -8
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -6
- package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -10
- package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -11
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -18
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -109
- package/node_modules/@smithy/middleware-endpoint/package.json +0 -74
- package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
- package/node_modules/@smithy/middleware-retry/README.md +0 -24
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -396
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -48
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -8
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
- package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
- package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +0 -49
- package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +0 -21
- package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +0 -94
- package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/defaultRetryQuota.js +0 -27
- package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/delayDecider.js +0 -2
- package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/retryDecider.js +0 -7
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -105
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -68
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +0 -24
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -14
- package/node_modules/@smithy/middleware-retry/package.json +0 -79
- package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
- package/node_modules/@smithy/middleware-serde/README.md +0 -17
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -104
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -58
- package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
- package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
- package/node_modules/@smithy/middleware-serde/package.json +0 -65
- package/node_modules/@smithy/middleware-stack/LICENSE +0 -201
- package/node_modules/@smithy/middleware-stack/README.md +0 -91
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -285
- package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
- package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -1
- package/node_modules/@smithy/middleware-stack/package.json +0 -63
- package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
- package/node_modules/@smithy/node-config-provider/README.md +0 -17
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -62
- package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -9
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -14
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -23
- package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
- package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -31
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/node-config-provider/package.json +0 -65
- package/node_modules/@smithy/property-provider/LICENSE +0 -201
- package/node_modules/@smithy/property-provider/README.md +0 -17
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -117
- package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
- package/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -39
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
- package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
- package/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
- package/node_modules/@smithy/property-provider/package.json +0 -60
- package/node_modules/@smithy/protocol-http/LICENSE +0 -201
- package/node_modules/@smithy/protocol-http/README.md +0 -17
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -169
- package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -8
- package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -50
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -33
- package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -35
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -56
- package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/protocol-http/package.json +0 -61
- package/node_modules/@smithy/querystring-builder/LICENSE +0 -201
- package/node_modules/@smithy/querystring-builder/README.md +0 -17
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -26
- package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -21
- package/node_modules/@smithy/querystring-builder/package.json +0 -60
- package/node_modules/@smithy/querystring-parser/LICENSE +0 -201
- package/node_modules/@smithy/querystring-parser/README.md +0 -17
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -27
- package/node_modules/@smithy/querystring-parser/package.json +0 -60
- package/node_modules/@smithy/service-error-classification/LICENSE +0 -201
- package/node_modules/@smithy/service-error-classification/README.md +0 -17
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -77
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -39
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -24
- package/node_modules/@smithy/service-error-classification/package.json +0 -59
- package/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
- package/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -15
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -196
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -16
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -11
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -52
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
- package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
- package/node_modules/@smithy/smithy-client/LICENSE +0 -201
- package/node_modules/@smithy/smithy-client/README.md +0 -17
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -642
- package/node_modules/@smithy/smithy-client/dist-es/client.js +0 -51
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-es/command.js +0 -131
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -49
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -9
- package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -20
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -87
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -119
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -18
- package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -42
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -26
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
- package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -21
- package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -12
- package/node_modules/@smithy/smithy-client/package.json +0 -69
- package/node_modules/@smithy/url-parser/LICENSE +0 -201
- package/node_modules/@smithy/url-parser/README.md +0 -17
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -23
- package/node_modules/@smithy/url-parser/dist-es/index.js +0 -18
- package/node_modules/@smithy/url-parser/package.json +0 -61
- package/node_modules/@smithy/util-base64/LICENSE +0 -201
- package/node_modules/@smithy/util-base64/README.md +0 -4
- package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -12
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -38
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
- package/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
- package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -5
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
- package/node_modules/@smithy/util-base64/package.json +0 -74
- package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
- package/node_modules/@smithy/util-body-length-browser/README.md +0 -12
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -30
- package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-browser/package.json +0 -61
- package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
- package/node_modules/@smithy/util-body-length-node/README.md +0 -12
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -27
- package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-node/package.json +0 -62
- package/node_modules/@smithy/util-config-provider/LICENSE +0 -201
- package/node_modules/@smithy/util-config-provider/README.md +0 -4
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -30
- package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -3
- package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -3
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -10
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +0 -9
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +0 -4
- package/node_modules/@smithy/util-config-provider/package.json +0 -63
- package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -17
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -16
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -34
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -30
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -65
- package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
- package/node_modules/@smithy/util-defaults-mode-node/README.md +0 -17
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -74
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -66
- package/node_modules/@smithy/util-endpoints/LICENSE +0 -201
- package/node_modules/@smithy/util-endpoints/README.md +0 -17
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -561
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -8
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -44
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -42
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -28
- package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
- package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -15
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/package.json +0 -68
- package/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
- package/node_modules/@smithy/util-hex-encoding/README.md +0 -4
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -38
- package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/util-hex-encoding/package.json +0 -61
- package/node_modules/@smithy/util-middleware/LICENSE +0 -201
- package/node_modules/@smithy/util-middleware/README.md +0 -17
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -15
- package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -2
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/util-middleware/package.json +0 -66
- package/node_modules/@smithy/util-retry/LICENSE +0 -201
- package/node_modules/@smithy/util-retry/README.md +0 -78
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -333
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -33
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -19
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -110
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -83
- package/node_modules/@smithy/util-retry/dist-es/index.js +0 -8
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -38
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -48
- package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -60
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +0 -11
- package/node_modules/@smithy/util-retry/package.json +0 -70
- package/node_modules/@smithy/util-stream/LICENSE +0 -201
- package/node_modules/@smithy/util-stream/README.md +0 -6
- package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -36
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -7
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -64
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -39
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -12
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -60
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -103
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -31
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -41
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -34
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -42
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -108
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -68
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -54
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -10
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -16
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -10
- package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -23
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -60
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -35
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -9
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +0 -57
- package/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -38
- package/node_modules/@smithy/util-stream/dist-es/index.js +0 -9
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -64
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -50
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -13
- package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -61
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -14
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -13
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -15
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +0 -50
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -10
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -12
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -11
- package/node_modules/@smithy/util-stream/package.json +0 -98
- package/node_modules/@smithy/util-uri-escape/LICENSE +0 -201
- package/node_modules/@smithy/util-uri-escape/README.md +0 -10
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +0 -9
- package/node_modules/@smithy/util-uri-escape/dist-es/index.js +0 -2
- package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -4
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -4
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/util-uri-escape/package.json +0 -60
- package/node_modules/@smithy/util-waiter/LICENSE +0 -201
- package/node_modules/@smithy/util-waiter/README.md +0 -17
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +0 -179
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +0 -48
- package/node_modules/@smithy/util-waiter/dist-es/index.js +0 -2
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +0 -60
- package/node_modules/@smithy/util-waiter/dist-es/utils/index.js +0 -2
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +0 -11
- package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +0 -2
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +0 -10
- package/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +0 -49
- package/node_modules/@smithy/util-waiter/package.json +0 -62
- package/node_modules/@smithy/uuid/LICENSE +0 -201
- package/node_modules/@smithy/uuid/README.md +0 -10
- package/node_modules/@smithy/uuid/dist-cjs/index.js +0 -36
- package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +0 -6
- package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +0 -4
- package/node_modules/@smithy/uuid/dist-es/index.js +0 -1
- package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +0 -1
- package/node_modules/@smithy/uuid/dist-es/randomUUID.js +0 -2
- package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +0 -1
- package/node_modules/@smithy/uuid/dist-es/v4.js +0 -31
- package/node_modules/@smithy/uuid/dist-types/index.d.ts +0 -1
- package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +0 -1
- package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +0 -2
- package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +0 -1
- package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +0 -1
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +0 -2
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +0 -1
- package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +0 -19
- package/node_modules/@smithy/uuid/dist-types/v4.d.ts +0 -19
- package/node_modules/@smithy/uuid/package.json +0 -66
- package/node_modules/@szmarczak/http-timer/LICENSE +0 -21
- package/node_modules/@szmarczak/http-timer/README.md +0 -93
- package/node_modules/@szmarczak/http-timer/dist/source/index.d.ts +0 -32
- package/node_modules/@szmarczak/http-timer/dist/source/index.js +0 -126
- package/node_modules/@szmarczak/http-timer/package.json +0 -72
- package/node_modules/@types/cacheable-request/LICENSE +0 -21
- package/node_modules/@types/cacheable-request/README.md +0 -16
- package/node_modules/@types/cacheable-request/index.d.ts +0 -137
- package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +0 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +0 -59
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +0 -950
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +0 -603
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -1765
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +0 -1366
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +0 -4047
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +0 -1011
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +0 -1319
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +0 -4658
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +0 -2147
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +0 -2470
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +0 -115
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +0 -4401
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -754
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +0 -155
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +0 -612
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +0 -2175
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@types/cacheable-request/node_modules/@types/node/quic.d.ts +0 -897
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +0 -507
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +0 -405
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +0 -1021
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +0 -296
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +0 -1774
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test/reporters.d.ts +0 -58
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +0 -2202
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +0 -532
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +0 -980
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +0 -1170
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +0 -671
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/@types/cacheable-request/node_modules/undici-types/LICENSE +0 -21
- package/node_modules/@types/cacheable-request/node_modules/undici-types/README.md +0 -6
- package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +0 -32
- package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +0 -43
- package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +0 -30
- package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +0 -179
- package/node_modules/@types/cacheable-request/node_modules/undici-types/cache.d.ts +0 -36
- package/node_modules/@types/cacheable-request/node_modules/undici-types/client-stats.d.ts +0 -15
- package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +0 -118
- package/node_modules/@types/cacheable-request/node_modules/undici-types/connector.d.ts +0 -34
- package/node_modules/@types/cacheable-request/node_modules/undici-types/content-type.d.ts +0 -21
- package/node_modules/@types/cacheable-request/node_modules/undici-types/cookies.d.ts +0 -30
- package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
- package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +0 -276
- package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
- package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +0 -161
- package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +0 -66
- package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +0 -211
- package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +0 -108
- package/node_modules/@types/cacheable-request/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/node_modules/@types/cacheable-request/node_modules/undici-types/global-origin.d.ts +0 -7
- package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +0 -73
- package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +0 -15
- package/node_modules/@types/cacheable-request/node_modules/undici-types/header.d.ts +0 -160
- package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +0 -88
- package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +0 -73
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +0 -68
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-call-history.d.ts +0 -111
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +0 -27
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +0 -94
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +0 -27
- package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +0 -55
- package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +0 -29
- package/node_modules/@types/cacheable-request/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +0 -41
- package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +0 -29
- package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +0 -68
- package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +0 -125
- package/node_modules/@types/cacheable-request/node_modules/undici-types/round-robin-pool.d.ts +0 -41
- package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +0 -109
- package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +0 -18
- package/node_modules/@types/cacheable-request/node_modules/undici-types/utility.d.ts +0 -7
- package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +0 -341
- package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +0 -186
- package/node_modules/@types/cacheable-request/package.json +0 -35
- package/node_modules/@types/http-cache-semantics/LICENSE +0 -21
- package/node_modules/@types/http-cache-semantics/README.md +0 -15
- package/node_modules/@types/http-cache-semantics/index.d.ts +0 -251
- package/node_modules/@types/http-cache-semantics/package.json +0 -26
- package/node_modules/@types/keyv/LICENSE +0 -21
- package/node_modules/@types/keyv/README.md +0 -16
- package/node_modules/@types/keyv/index.d.ts +0 -90
- package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +0 -15
- package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +0 -59
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +0 -950
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +0 -603
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -1765
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +0 -1366
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@types/keyv/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +0 -4047
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +0 -1011
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +0 -1319
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +0 -4658
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +0 -2147
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +0 -2470
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +0 -115
- package/node_modules/@types/keyv/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +0 -4401
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -754
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +0 -155
- package/node_modules/@types/keyv/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@types/keyv/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +0 -612
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +0 -2175
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@types/keyv/node_modules/@types/node/quic.d.ts +0 -897
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +0 -507
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +0 -405
- package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +0 -1021
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +0 -296
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +0 -1774
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@types/keyv/node_modules/@types/node/test/reporters.d.ts +0 -58
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +0 -2202
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +0 -532
- package/node_modules/@types/keyv/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +0 -980
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +0 -1170
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +0 -671
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/@types/keyv/node_modules/undici-types/LICENSE +0 -21
- package/node_modules/@types/keyv/node_modules/undici-types/README.md +0 -6
- package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +0 -32
- package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +0 -43
- package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +0 -30
- package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +0 -179
- package/node_modules/@types/keyv/node_modules/undici-types/cache.d.ts +0 -36
- package/node_modules/@types/keyv/node_modules/undici-types/client-stats.d.ts +0 -15
- package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +0 -118
- package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +0 -34
- package/node_modules/@types/keyv/node_modules/undici-types/content-type.d.ts +0 -21
- package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +0 -30
- package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
- package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +0 -276
- package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
- package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +0 -161
- package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +0 -66
- package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +0 -211
- package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +0 -108
- package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +0 -7
- package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +0 -73
- package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +0 -15
- package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +0 -160
- package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +0 -88
- package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +0 -73
- package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +0 -68
- package/node_modules/@types/keyv/node_modules/undici-types/mock-call-history.d.ts +0 -111
- package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +0 -27
- package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +0 -94
- package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +0 -27
- package/node_modules/@types/keyv/node_modules/undici-types/package.json +0 -55
- package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +0 -29
- package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +0 -41
- package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +0 -29
- package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +0 -68
- package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +0 -125
- package/node_modules/@types/keyv/node_modules/undici-types/round-robin-pool.d.ts +0 -41
- package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +0 -109
- package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +0 -18
- package/node_modules/@types/keyv/node_modules/undici-types/utility.d.ts +0 -7
- package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +0 -341
- package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +0 -186
- package/node_modules/@types/keyv/package.json +0 -32
- package/node_modules/@types/responselike/LICENSE +0 -21
- package/node_modules/@types/responselike/README.md +0 -48
- package/node_modules/@types/responselike/index.d.ts +0 -29
- package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +0 -15
- package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +0 -59
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +0 -950
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +0 -603
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -1765
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +0 -1366
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@types/responselike/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +0 -4047
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +0 -1011
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +0 -1319
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +0 -4658
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +0 -2147
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +0 -2470
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +0 -115
- package/node_modules/@types/responselike/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +0 -4401
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -754
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +0 -155
- package/node_modules/@types/responselike/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@types/responselike/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +0 -612
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +0 -2175
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@types/responselike/node_modules/@types/node/quic.d.ts +0 -897
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +0 -507
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +0 -405
- package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +0 -1021
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +0 -296
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +0 -1774
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@types/responselike/node_modules/@types/node/test/reporters.d.ts +0 -58
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +0 -2202
- package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +0 -532
- package/node_modules/@types/responselike/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +0 -980
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +0 -1170
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +0 -671
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/@types/responselike/node_modules/undici-types/LICENSE +0 -21
- package/node_modules/@types/responselike/node_modules/undici-types/README.md +0 -6
- package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +0 -32
- package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +0 -43
- package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +0 -30
- package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +0 -179
- package/node_modules/@types/responselike/node_modules/undici-types/cache.d.ts +0 -36
- package/node_modules/@types/responselike/node_modules/undici-types/client-stats.d.ts +0 -15
- package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +0 -118
- package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +0 -34
- package/node_modules/@types/responselike/node_modules/undici-types/content-type.d.ts +0 -21
- package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +0 -30
- package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
- package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +0 -276
- package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
- package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +0 -161
- package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +0 -66
- package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +0 -211
- package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +0 -108
- package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +0 -7
- package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +0 -73
- package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +0 -15
- package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +0 -160
- package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +0 -88
- package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +0 -73
- package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +0 -68
- package/node_modules/@types/responselike/node_modules/undici-types/mock-call-history.d.ts +0 -111
- package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +0 -27
- package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +0 -94
- package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +0 -27
- package/node_modules/@types/responselike/node_modules/undici-types/package.json +0 -55
- package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +0 -29
- package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +0 -41
- package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +0 -29
- package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +0 -68
- package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +0 -125
- package/node_modules/@types/responselike/node_modules/undici-types/round-robin-pool.d.ts +0 -41
- package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +0 -109
- package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +0 -18
- package/node_modules/@types/responselike/node_modules/undici-types/utility.d.ts +0 -7
- package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +0 -341
- package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +0 -186
- package/node_modules/@types/responselike/package.json +0 -27
- package/node_modules/cacheable-lookup/LICENSE +0 -21
- package/node_modules/cacheable-lookup/README.md +0 -240
- package/node_modules/cacheable-lookup/index.d.ts +0 -139
- package/node_modules/cacheable-lookup/package.json +0 -45
- package/node_modules/cacheable-lookup/source/index.js +0 -436
- package/node_modules/cacheable-request/LICENSE +0 -21
- package/node_modules/cacheable-request/README.md +0 -206
- package/node_modules/cacheable-request/package.json +0 -56
- package/node_modules/cacheable-request/src/index.js +0 -251
- package/node_modules/clone-response/LICENSE +0 -21
- package/node_modules/clone-response/README.md +0 -62
- package/node_modules/clone-response/node_modules/mimic-response/index.js +0 -32
- package/node_modules/clone-response/node_modules/mimic-response/license +0 -9
- package/node_modules/clone-response/node_modules/mimic-response/package.json +0 -37
- package/node_modules/clone-response/node_modules/mimic-response/readme.md +0 -54
- package/node_modules/clone-response/package.json +0 -41
- package/node_modules/clone-response/src/index.js +0 -17
- package/node_modules/decompress-response/index.d.ts +0 -22
- package/node_modules/decompress-response/index.js +0 -58
- package/node_modules/decompress-response/license +0 -9
- package/node_modules/decompress-response/package.json +0 -56
- package/node_modules/decompress-response/readme.md +0 -48
- package/node_modules/defer-to-connect/LICENSE +0 -21
- package/node_modules/defer-to-connect/README.md +0 -38
- package/node_modules/defer-to-connect/dist/source/index.d.ts +0 -10
- package/node_modules/defer-to-connect/dist/source/index.js +0 -47
- package/node_modules/defer-to-connect/package.json +0 -71
- package/node_modules/end-of-stream/LICENSE +0 -21
- package/node_modules/end-of-stream/README.md +0 -54
- package/node_modules/end-of-stream/index.js +0 -96
- package/node_modules/end-of-stream/package.json +0 -37
- package/node_modules/get-stream/buffer-stream.js +0 -52
- package/node_modules/get-stream/index.d.ts +0 -108
- package/node_modules/get-stream/index.js +0 -60
- package/node_modules/get-stream/license +0 -9
- package/node_modules/get-stream/package.json +0 -50
- package/node_modules/get-stream/readme.md +0 -124
- package/node_modules/got/dist/source/as-promise/create-rejection.d.ts +0 -2
- package/node_modules/got/dist/source/as-promise/create-rejection.js +0 -30
- package/node_modules/got/dist/source/as-promise/index.d.ts +0 -3
- package/node_modules/got/dist/source/as-promise/index.js +0 -176
- package/node_modules/got/dist/source/as-promise/normalize-arguments.d.ts +0 -3
- package/node_modules/got/dist/source/as-promise/normalize-arguments.js +0 -78
- package/node_modules/got/dist/source/as-promise/parse-body.d.ts +0 -3
- package/node_modules/got/dist/source/as-promise/parse-body.js +0 -25
- package/node_modules/got/dist/source/as-promise/types.d.ts +0 -256
- package/node_modules/got/dist/source/as-promise/types.js +0 -42
- package/node_modules/got/dist/source/core/calculate-retry-delay.d.ts +0 -5
- package/node_modules/got/dist/source/core/calculate-retry-delay.js +0 -29
- package/node_modules/got/dist/source/core/index.d.ts +0 -1124
- package/node_modules/got/dist/source/core/index.js +0 -1505
- package/node_modules/got/dist/source/core/utils/dns-ip-version.d.ts +0 -5
- package/node_modules/got/dist/source/core/utils/dns-ip-version.js +0 -17
- package/node_modules/got/dist/source/core/utils/get-body-size.d.ts +0 -3
- package/node_modules/got/dist/source/core/utils/get-body-size.js +0 -32
- package/node_modules/got/dist/source/core/utils/get-buffer.d.ts +0 -4
- package/node_modules/got/dist/source/core/utils/get-buffer.js +0 -16
- package/node_modules/got/dist/source/core/utils/is-form-data.d.ts +0 -8
- package/node_modules/got/dist/source/core/utils/is-form-data.js +0 -4
- package/node_modules/got/dist/source/core/utils/is-response-ok.d.ts +0 -2
- package/node_modules/got/dist/source/core/utils/is-response-ok.js +0 -8
- package/node_modules/got/dist/source/core/utils/options-to-url.d.ts +0 -14
- package/node_modules/got/dist/source/core/utils/options-to-url.js +0 -53
- package/node_modules/got/dist/source/core/utils/proxy-events.d.ts +0 -3
- package/node_modules/got/dist/source/core/utils/proxy-events.js +0 -17
- package/node_modules/got/dist/source/core/utils/timed-out.d.ts +0 -29
- package/node_modules/got/dist/source/core/utils/timed-out.js +0 -121
- package/node_modules/got/dist/source/core/utils/unhandle.d.ts +0 -11
- package/node_modules/got/dist/source/core/utils/unhandle.js +0 -22
- package/node_modules/got/dist/source/core/utils/url-to-options.d.ts +0 -15
- package/node_modules/got/dist/source/core/utils/url-to-options.js +0 -24
- package/node_modules/got/dist/source/core/utils/weakable-map.d.ts +0 -8
- package/node_modules/got/dist/source/core/utils/weakable-map.js +0 -29
- package/node_modules/got/dist/source/create.d.ts +0 -5
- package/node_modules/got/dist/source/create.js +0 -240
- package/node_modules/got/dist/source/index.d.ts +0 -4
- package/node_modules/got/dist/source/index.js +0 -132
- package/node_modules/got/dist/source/types.d.ts +0 -344
- package/node_modules/got/dist/source/types.js +0 -2
- package/node_modules/got/dist/source/utils/deep-freeze.d.ts +0 -1
- package/node_modules/got/dist/source/utils/deep-freeze.js +0 -12
- package/node_modules/got/dist/source/utils/deprecation-warning.d.ts +0 -2
- package/node_modules/got/dist/source/utils/deprecation-warning.js +0 -13
- package/node_modules/got/license +0 -9
- package/node_modules/got/package.json +0 -131
- package/node_modules/got/readme.md +0 -2477
- package/node_modules/hasown/.eslintrc +0 -5
- package/node_modules/http-cache-semantics/LICENSE +0 -9
- package/node_modules/http-cache-semantics/README.md +0 -268
- package/node_modules/http-cache-semantics/index.js +0 -928
- package/node_modules/http-cache-semantics/package.json +0 -22
- package/node_modules/http2-wrapper/LICENSE +0 -21
- package/node_modules/http2-wrapper/README.md +0 -470
- package/node_modules/http2-wrapper/package.json +0 -54
- package/node_modules/http2-wrapper/source/agent.js +0 -670
- package/node_modules/http2-wrapper/source/auto.js +0 -149
- package/node_modules/http2-wrapper/source/client-request.js +0 -445
- package/node_modules/http2-wrapper/source/incoming-message.js +0 -58
- package/node_modules/http2-wrapper/source/index.js +0 -28
- package/node_modules/http2-wrapper/source/utils/calculate-server-name.js +0 -27
- package/node_modules/http2-wrapper/source/utils/errors.js +0 -45
- package/node_modules/http2-wrapper/source/utils/is-request-pseudo-header.js +0 -13
- package/node_modules/http2-wrapper/source/utils/proxy-events.js +0 -7
- package/node_modules/http2-wrapper/source/utils/url-to-options.js +0 -25
- package/node_modules/json-buffer/.travis.yml +0 -3
- package/node_modules/json-buffer/LICENSE +0 -22
- package/node_modules/json-buffer/README.md +0 -24
- package/node_modules/json-buffer/index.js +0 -58
- package/node_modules/json-buffer/package.json +0 -34
- package/node_modules/json-buffer/test/index.js +0 -63
- package/node_modules/keyv/README.md +0 -429
- package/node_modules/keyv/package.json +0 -57
- package/node_modules/keyv/src/index.d.ts +0 -112
- package/node_modules/keyv/src/index.js +0 -259
- package/node_modules/lowercase-keys/index.d.ts +0 -16
- package/node_modules/lowercase-keys/index.js +0 -10
- package/node_modules/lowercase-keys/license +0 -9
- package/node_modules/lowercase-keys/package.json +0 -38
- package/node_modules/lowercase-keys/readme.md +0 -32
- package/node_modules/mimic-response/index.d.ts +0 -17
- package/node_modules/mimic-response/index.js +0 -77
- package/node_modules/mimic-response/license +0 -9
- package/node_modules/mimic-response/package.json +0 -42
- package/node_modules/mimic-response/readme.md +0 -78
- package/node_modules/normalize-url/index.d.ts +0 -267
- package/node_modules/normalize-url/index.js +0 -216
- package/node_modules/normalize-url/license +0 -9
- package/node_modules/normalize-url/package.json +0 -50
- package/node_modules/normalize-url/readme.md +0 -286
- package/node_modules/once/LICENSE +0 -15
- package/node_modules/once/README.md +0 -79
- package/node_modules/once/once.js +0 -42
- package/node_modules/once/package.json +0 -33
- package/node_modules/p-cancelable/index.d.ts +0 -176
- package/node_modules/p-cancelable/index.js +0 -111
- package/node_modules/p-cancelable/license +0 -9
- package/node_modules/p-cancelable/package.json +0 -49
- package/node_modules/p-cancelable/readme.md +0 -153
- package/node_modules/pump/.github/FUNDING.yml +0 -2
- package/node_modules/pump/.travis.yml +0 -5
- package/node_modules/pump/LICENSE +0 -21
- package/node_modules/pump/README.md +0 -74
- package/node_modules/pump/SECURITY.md +0 -5
- package/node_modules/pump/empty.js +0 -1
- package/node_modules/pump/index.js +0 -86
- package/node_modules/pump/package.json +0 -30
- package/node_modules/pump/test-browser.js +0 -66
- package/node_modules/pump/test-node.js +0 -53
- package/node_modules/quick-lru/index.d.ts +0 -97
- package/node_modules/quick-lru/index.js +0 -123
- package/node_modules/quick-lru/license +0 -9
- package/node_modules/quick-lru/package.json +0 -43
- package/node_modules/quick-lru/readme.md +0 -111
- package/node_modules/resolve-alpn/LICENSE +0 -22
- package/node_modules/resolve-alpn/README.md +0 -60
- package/node_modules/resolve-alpn/index.js +0 -43
- package/node_modules/resolve-alpn/package.json +0 -34
- package/node_modules/responselike/LICENSE +0 -19
- package/node_modules/responselike/README.md +0 -77
- package/node_modules/responselike/package.json +0 -39
- package/node_modules/responselike/src/index.js +0 -34
- package/node_modules/wrappy/LICENSE +0 -15
- package/node_modules/wrappy/README.md +0 -36
- package/node_modules/wrappy/package.json +0 -29
- package/node_modules/wrappy/wrappy.js +0 -33
- /package/node_modules/{@smithy/eventstream-serde-browser → @aws-sdk/signature-v4-multi-region}/LICENSE +0 -0
- /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidFunction.js +0 -0
- /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidProvider.js +0 -0
- /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/client/middleware-stack}/MiddlewareStack.js +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/client/middleware-stack}/types.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/NoOpLogger.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/constants.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/create-aggregated-client.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/default-error-handler.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/defaults-mode.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/emitWarningIfUnsupportedVersion.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/exceptions.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/extensions/retry.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-array-if-single-item.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-value-from-text-node.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/is-serializable-header-value.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/object-mapping.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/schemaLogFilter.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/ser-utils.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/serde-json.js +0 -0
- /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/getSmithyContext.js +0 -0
- /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/normalizeProvider.js +0 -0
- /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/circularReplacer.js +0 -0
- /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/sleep.js +0 -0
- /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/validate.js +0 -0
- /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/waiter.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/config.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/getRealRegion.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/isFipsRegion.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariant.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/PartitionHash.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/RegionHash.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getRegionInfo.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedHostname.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedPartition.js +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.js +0 -0
- /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/constants.js +0 -0
- /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/defaultsModeConfig.js +0 -0
- /package/node_modules/@smithy/{node-config-provider/dist-es → core/dist-es/submodules/config/node-config-provider}/getSelectorName.js +0 -0
- /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/CredentialsProviderError.js +0 -0
- /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/ProviderError.js +0 -0
- /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/TokenProviderError.js +0 -0
- /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/chain.js +0 -0
- /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/memoize.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/constants.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/externalDataInterceptor.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getConfigData.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getProfileName.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getSsoSessionData.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/loadSsoSessionData.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/mergeConfigFiles.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseIni.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseKnownFiles.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/readFile.js +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-es/retry-pre-sra-deprecated → core/dist-es/submodules/config/shared-ini-file-loader}/types.js +0 -0
- /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/booleanSelector.js +0 -0
- /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/numberSelector.js +0 -0
- /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/types.js +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.js +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.browser.js +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.js +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/index.js +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/s3.js +0 -0
- /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/types.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/cache/EndpointCache.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/debugId.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/index.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/toDebugString.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/decideEndpoint.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/getEndpointUrlConfig.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/booleanEquals.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/coalesce.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttr.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttrPathList.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/index.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isIpAddress.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isSet.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/ite.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/not.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/parseURL.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/split.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/stringEquals.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/substring.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/uriEncode.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/resolveEndpoint.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointError.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointFunctions.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/RuleSetObject.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/TreeRuleObject.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/index.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/shared.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/callFunction.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/endpointFunctions.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointUrl.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getReferenceValue.js +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/index.js +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/EventStreamCodec.js +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/Message.js +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/MessageDecoderStream.js +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/MessageEncoderStream.js +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/SmithyMessageDecoderStream.js +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/SmithyMessageEncoderStream.js +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/TestVectors.fixture.js +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/splitMessage.js +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/vectorTypes.fixture.js +0 -0
- /package/node_modules/@smithy/{eventstream-serde-config-resolver/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-config-resolver}/EventStreamSerdeConfig.js +0 -0
- /package/node_modules/@smithy/{eventstream-serde-universal/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-universal}/getChunkedStream.js +0 -0
- /package/node_modules/@smithy/{eventstream-serde-universal/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-universal}/getUnmarshalledStream.js +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Field.js +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Fields.js +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpHandler.js +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpRequest.js +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpResponse.js +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/isValidHostname.js +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/types.js +0 -0
- /package/node_modules/@smithy/{querystring-parser/dist-es/index.js → core/dist-es/submodules/protocols/querystring-parser/parseQueryString.js} +0 -0
- /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri-path.js +0 -0
- /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri.js +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/isStreamingPayload/isStreamingPayload.browser.js +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/longPollMiddleware.js +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated}/types.js +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/util.js +0 -0
- /package/node_modules/@smithy/{service-error-classification/dist-es → core/dist-es/submodules/retry/service-error-classification}/constants.js +0 -0
- /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.js +0 -0
- /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryToken.js +0 -0
- /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/config.js +0 -0
- /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/constants.js +0 -0
- /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/retries-2026-config.js +0 -0
- /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/types.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js → @smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js} +0 -0
- /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serdePlugin.js +0 -0
- /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serializerMiddleware.js +0 -0
- /package/node_modules/@smithy/{util-base64/dist-es/constants.browser.js → core/dist-es/submodules/serde/util-base64/constants-for-browser.js} +0 -0
- /package/node_modules/@smithy/{util-body-length-browser/dist-es/calculateBodyLength.js → core/dist-es/submodules/serde/util-body-length/calculateBodyLength.browser.js} +0 -0
- /package/node_modules/@smithy/{util-hex-encoding/dist-es/index.js → core/dist-es/submodules/serde/util-hex-encoding/hex-encoding.js} +0 -0
- /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/ByteArrayCollector.js +0 -0
- /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/checksum/ChecksumStream.browser.js +0 -0
- /package/node_modules/@smithy/{util-stream/dist-es/createBufferedReadableStream.js → core/dist-es/submodules/serde/util-stream/createBufferedReadable.browser.js} +0 -0
- /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.js +0 -0
- /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.js +0 -0
- /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/headStream.browser.js +0 -0
- /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/splitStream.browser.js +0 -0
- /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/stream-type-check.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/fromUtf8.browser.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUint8Array.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUtf8.browser.js +0 -0
- /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidFunction.d.ts +0 -0
- /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidProvider.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/MiddlewareStack.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/types.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/NoOpLogger.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/constants.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/defaults-mode.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/extensions/retry.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/is-serializable-header-value.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/schemaLogFilter.d.ts +0 -0
- /package/node_modules/@smithy/{util-middleware/dist-types → core/dist-types/submodules/client/util-middleware}/normalizeProvider.d.ts +0 -0
- /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/circularReplacer.d.ts +0 -0
- /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/utils/sleep.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/checkRegion.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/getRealRegion.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/isFipsRegion.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariant.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/PartitionHash.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/RegionHash.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getRegionInfo.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedHostname.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedPartition.d.ts +0 -0
- /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.d.ts +0 -0
- /package/node_modules/@smithy/{util-defaults-mode-node/dist-types → core/dist-types/submodules/config/defaults-mode}/constants.d.ts +0 -0
- /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromEnv.d.ts +0 -0
- /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromStatic.d.ts +0 -0
- /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/getSelectorName.d.ts +0 -0
- /package/node_modules/@smithy/{property-provider/dist-types → core/dist-types/submodules/config/property-provider}/memoize.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/constants.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/externalDataInterceptor.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getConfigFilepath.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getCredentialsFilepath.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getHomeDir.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getProfileName.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getSSOTokenFilepath.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSharedConfigFiles.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSsoSessionData.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/mergeConfigFiles.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/readFile.d.ts +0 -0
- /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/types.d.ts +0 -0
- /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/booleanSelector.d.ts +0 -0
- /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/numberSelector.d.ts +0 -0
- /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/types.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/index.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/s3.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/types.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/debugId.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/index.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/toDebugString.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/booleanEquals.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/coalesce.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttr.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttrPathList.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/index.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isSet.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/ite.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/not.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/split.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/stringEquals.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/substring.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/uriEncode.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointError.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointFunctions.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/index.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/callFunction.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateEndpointRule.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.d.ts +0 -0
- /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/index.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/HeaderMarshaller.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/Int64.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/Message.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/MessageDecoderStream.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/MessageEncoderStream.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/SmithyMessageDecoderStream.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/SmithyMessageEncoderStream.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/TestVectors.fixture.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/splitMessage.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/vectorTypes.fixture.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-serde-config-resolver/dist-types → core/dist-types/submodules/event-streams/eventstream-serde-config-resolver}/EventStreamSerdeConfig.d.ts +0 -0
- /package/node_modules/@smithy/{eventstream-serde-universal/dist-types → core/dist-types/submodules/event-streams/eventstream-serde-universal}/getChunkedStream.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-content-length/dist-types/index.d.ts → core/dist-types/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts} +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/Fields.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/httpResponse.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/isValidHostname.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/types.d.ts +0 -0
- /package/node_modules/@smithy/{querystring-builder/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-builder/buildQueryString.d.ts} +0 -0
- /package/node_modules/@smithy/{querystring-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-parser/parseQueryString.d.ts} +0 -0
- /package/node_modules/@smithy/{url-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/url-parser/parseUrl.d.ts} +0 -0
- /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri-path.d.ts +0 -0
- /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/longPollMiddleware.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/omitRetryHeadersMiddleware.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/parseRetryAfterHeader.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/delayDecider.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/retryDecider.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/types.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/util.d.ts +0 -0
- /package/node_modules/@smithy/{service-error-classification/dist-types → core/dist-types/submodules/retry/service-error-classification}/constants.d.ts +0 -0
- /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/ConfiguredRetryStrategy.d.ts +0 -0
- /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRateLimiter.d.ts +0 -0
- /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.d.ts +0 -0
- /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryToken.d.ts +0 -0
- /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/config.d.ts +0 -0
- /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/types.d.ts +0 -0
- /package/node_modules/@smithy/{hash-node/dist-types/index.d.ts → core/dist-types/submodules/serde/hash-node/hash-node.d.ts} +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts → @smithy/core/dist-types/submodules/serde/is-array-buffer/is-array-buffer.d.ts} +0 -0
- /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/deserializerMiddleware.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serdePlugin.d.ts +0 -0
- /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serializerMiddleware.d.ts +0 -0
- /package/node_modules/@smithy/{util-base64/dist-types/constants.browser.d.ts → core/dist-types/submodules/serde/util-base64/constants-for-browser.d.ts} +0 -0
- /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.browser.d.ts +0 -0
- /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.d.ts +0 -0
- /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.browser.d.ts +0 -0
- /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.d.ts +0 -0
- /package/node_modules/@smithy/{util-body-length-browser/dist-types/calculateBodyLength.d.ts → core/dist-types/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts} +0 -0
- /package/node_modules/@smithy/{util-body-length-node/dist-types → core/dist-types/submodules/serde/util-body-length}/calculateBodyLength.d.ts +0 -0
- /package/node_modules/@smithy/{util-hex-encoding/dist-types/index.d.ts → core/dist-types/submodules/serde/util-hex-encoding/hex-encoding.d.ts} +0 -0
- /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/ByteArrayCollector.d.ts +0 -0
- /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/checksum/ChecksumStream.browser.d.ts +0 -0
- /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.d.ts +0 -0
- /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/headStream.browser.d.ts +0 -0
- /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/sdk-stream-mixin.browser.d.ts +0 -0
- /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/splitStream.browser.d.ts +0 -0
- /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/stream-type-check.d.ts +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.browser.d.ts +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.d.ts +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUint8Array.d.ts +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.browser.d.ts +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.d.ts +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
- /package/node_modules/{@slack/logger/node_modules/@types → @types}/node/LICENSE +0 -0
- /package/node_modules/{@slack/logger/node_modules/@types → @types}/node/web-globals/domexception.d.ts +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
- /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/README.md +0 -0
- /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/cache.d.ts +0 -0
- /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/content-type.d.ts +0 -0
|
@@ -0,0 +1,2775 @@
|
|
|
1
|
+
// Type definitions for inspector
|
|
2
|
+
|
|
3
|
+
// These definitions are auto-generated.
|
|
4
|
+
// Please see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19330
|
|
5
|
+
// for more information.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* The `inspector` module provides an API for interacting with the V8 inspector.
|
|
10
|
+
*
|
|
11
|
+
* It can be accessed using:
|
|
12
|
+
*
|
|
13
|
+
* ```js
|
|
14
|
+
* import inspector from 'node:inspector';
|
|
15
|
+
* ```
|
|
16
|
+
* @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/inspector.js)
|
|
17
|
+
*/
|
|
18
|
+
declare module 'inspector' {
|
|
19
|
+
import EventEmitter = require('node:events');
|
|
20
|
+
interface InspectorNotification<T> {
|
|
21
|
+
method: string;
|
|
22
|
+
params: T;
|
|
23
|
+
}
|
|
24
|
+
namespace Schema {
|
|
25
|
+
/**
|
|
26
|
+
* Description of the protocol domain.
|
|
27
|
+
*/
|
|
28
|
+
interface Domain {
|
|
29
|
+
/**
|
|
30
|
+
* Domain name.
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/**
|
|
34
|
+
* Domain version.
|
|
35
|
+
*/
|
|
36
|
+
version: string;
|
|
37
|
+
}
|
|
38
|
+
interface GetDomainsReturnType {
|
|
39
|
+
/**
|
|
40
|
+
* List of supported domains.
|
|
41
|
+
*/
|
|
42
|
+
domains: Domain[];
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
namespace Runtime {
|
|
46
|
+
/**
|
|
47
|
+
* Unique script identifier.
|
|
48
|
+
*/
|
|
49
|
+
type ScriptId = string;
|
|
50
|
+
/**
|
|
51
|
+
* Unique object identifier.
|
|
52
|
+
*/
|
|
53
|
+
type RemoteObjectId = string;
|
|
54
|
+
/**
|
|
55
|
+
* Primitive value which cannot be JSON-stringified.
|
|
56
|
+
*/
|
|
57
|
+
type UnserializableValue = string;
|
|
58
|
+
/**
|
|
59
|
+
* Mirror object referencing original JavaScript object.
|
|
60
|
+
*/
|
|
61
|
+
interface RemoteObject {
|
|
62
|
+
/**
|
|
63
|
+
* Object type.
|
|
64
|
+
*/
|
|
65
|
+
type: string;
|
|
66
|
+
/**
|
|
67
|
+
* Object subtype hint. Specified for <code>object</code> type values only.
|
|
68
|
+
*/
|
|
69
|
+
subtype?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* Object class (constructor) name. Specified for <code>object</code> type values only.
|
|
72
|
+
*/
|
|
73
|
+
className?: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* Remote object value in case of primitive values or JSON values (if it was requested).
|
|
76
|
+
*/
|
|
77
|
+
value?: any;
|
|
78
|
+
/**
|
|
79
|
+
* Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.
|
|
80
|
+
*/
|
|
81
|
+
unserializableValue?: UnserializableValue | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* String representation of the object.
|
|
84
|
+
*/
|
|
85
|
+
description?: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* Unique object identifier (for non-primitive values).
|
|
88
|
+
*/
|
|
89
|
+
objectId?: RemoteObjectId | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Preview containing abbreviated property values. Specified for <code>object</code> type values only.
|
|
92
|
+
* @experimental
|
|
93
|
+
*/
|
|
94
|
+
preview?: ObjectPreview | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* @experimental
|
|
97
|
+
*/
|
|
98
|
+
customPreview?: CustomPreview | undefined;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* @experimental
|
|
102
|
+
*/
|
|
103
|
+
interface CustomPreview {
|
|
104
|
+
header: string;
|
|
105
|
+
hasBody: boolean;
|
|
106
|
+
formatterObjectId: RemoteObjectId;
|
|
107
|
+
bindRemoteObjectFunctionId: RemoteObjectId;
|
|
108
|
+
configObjectId?: RemoteObjectId | undefined;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Object containing abbreviated remote object value.
|
|
112
|
+
* @experimental
|
|
113
|
+
*/
|
|
114
|
+
interface ObjectPreview {
|
|
115
|
+
/**
|
|
116
|
+
* Object type.
|
|
117
|
+
*/
|
|
118
|
+
type: string;
|
|
119
|
+
/**
|
|
120
|
+
* Object subtype hint. Specified for <code>object</code> type values only.
|
|
121
|
+
*/
|
|
122
|
+
subtype?: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* String representation of the object.
|
|
125
|
+
*/
|
|
126
|
+
description?: string | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* True iff some of the properties or entries of the original object did not fit.
|
|
129
|
+
*/
|
|
130
|
+
overflow: boolean;
|
|
131
|
+
/**
|
|
132
|
+
* List of the properties.
|
|
133
|
+
*/
|
|
134
|
+
properties: PropertyPreview[];
|
|
135
|
+
/**
|
|
136
|
+
* List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.
|
|
137
|
+
*/
|
|
138
|
+
entries?: EntryPreview[] | undefined;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* @experimental
|
|
142
|
+
*/
|
|
143
|
+
interface PropertyPreview {
|
|
144
|
+
/**
|
|
145
|
+
* Property name.
|
|
146
|
+
*/
|
|
147
|
+
name: string;
|
|
148
|
+
/**
|
|
149
|
+
* Object type. Accessor means that the property itself is an accessor property.
|
|
150
|
+
*/
|
|
151
|
+
type: string;
|
|
152
|
+
/**
|
|
153
|
+
* User-friendly property value string.
|
|
154
|
+
*/
|
|
155
|
+
value?: string | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* Nested value preview.
|
|
158
|
+
*/
|
|
159
|
+
valuePreview?: ObjectPreview | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* Object subtype hint. Specified for <code>object</code> type values only.
|
|
162
|
+
*/
|
|
163
|
+
subtype?: string | undefined;
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* @experimental
|
|
167
|
+
*/
|
|
168
|
+
interface EntryPreview {
|
|
169
|
+
/**
|
|
170
|
+
* Preview of the key. Specified for map-like collection entries.
|
|
171
|
+
*/
|
|
172
|
+
key?: ObjectPreview | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* Preview of the value.
|
|
175
|
+
*/
|
|
176
|
+
value: ObjectPreview;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Object property descriptor.
|
|
180
|
+
*/
|
|
181
|
+
interface PropertyDescriptor {
|
|
182
|
+
/**
|
|
183
|
+
* Property name or symbol description.
|
|
184
|
+
*/
|
|
185
|
+
name: string;
|
|
186
|
+
/**
|
|
187
|
+
* The value associated with the property.
|
|
188
|
+
*/
|
|
189
|
+
value?: RemoteObject | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* True if the value associated with the property may be changed (data descriptors only).
|
|
192
|
+
*/
|
|
193
|
+
writable?: boolean | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only).
|
|
196
|
+
*/
|
|
197
|
+
get?: RemoteObject | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only).
|
|
200
|
+
*/
|
|
201
|
+
set?: RemoteObject | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
|
|
204
|
+
*/
|
|
205
|
+
configurable: boolean;
|
|
206
|
+
/**
|
|
207
|
+
* True if this property shows up during enumeration of the properties on the corresponding object.
|
|
208
|
+
*/
|
|
209
|
+
enumerable: boolean;
|
|
210
|
+
/**
|
|
211
|
+
* True if the result was thrown during the evaluation.
|
|
212
|
+
*/
|
|
213
|
+
wasThrown?: boolean | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* True if the property is owned for the object.
|
|
216
|
+
*/
|
|
217
|
+
isOwn?: boolean | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* Property symbol object, if the property is of the <code>symbol</code> type.
|
|
220
|
+
*/
|
|
221
|
+
symbol?: RemoteObject | undefined;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Object internal property descriptor. This property isn't normally visible in JavaScript code.
|
|
225
|
+
*/
|
|
226
|
+
interface InternalPropertyDescriptor {
|
|
227
|
+
/**
|
|
228
|
+
* Conventional property name.
|
|
229
|
+
*/
|
|
230
|
+
name: string;
|
|
231
|
+
/**
|
|
232
|
+
* The value associated with the property.
|
|
233
|
+
*/
|
|
234
|
+
value?: RemoteObject | undefined;
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, unserializable primitive value or neither of (for undefined) them should be specified.
|
|
238
|
+
*/
|
|
239
|
+
interface CallArgument {
|
|
240
|
+
/**
|
|
241
|
+
* Primitive value or serializable javascript object.
|
|
242
|
+
*/
|
|
243
|
+
value?: any;
|
|
244
|
+
/**
|
|
245
|
+
* Primitive value which can not be JSON-stringified.
|
|
246
|
+
*/
|
|
247
|
+
unserializableValue?: UnserializableValue | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* Remote object handle.
|
|
250
|
+
*/
|
|
251
|
+
objectId?: RemoteObjectId | undefined;
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Id of an execution context.
|
|
255
|
+
*/
|
|
256
|
+
type ExecutionContextId = number;
|
|
257
|
+
/**
|
|
258
|
+
* Description of an isolated world.
|
|
259
|
+
*/
|
|
260
|
+
interface ExecutionContextDescription {
|
|
261
|
+
/**
|
|
262
|
+
* Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
|
|
263
|
+
*/
|
|
264
|
+
id: ExecutionContextId;
|
|
265
|
+
/**
|
|
266
|
+
* Execution context origin.
|
|
267
|
+
*/
|
|
268
|
+
origin: string;
|
|
269
|
+
/**
|
|
270
|
+
* Human readable name describing given context.
|
|
271
|
+
*/
|
|
272
|
+
name: string;
|
|
273
|
+
/**
|
|
274
|
+
* Embedder-specific auxiliary data.
|
|
275
|
+
*/
|
|
276
|
+
auxData?: {} | undefined;
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Detailed information about exception (or error) that was thrown during script compilation or execution.
|
|
280
|
+
*/
|
|
281
|
+
interface ExceptionDetails {
|
|
282
|
+
/**
|
|
283
|
+
* Exception id.
|
|
284
|
+
*/
|
|
285
|
+
exceptionId: number;
|
|
286
|
+
/**
|
|
287
|
+
* Exception text, which should be used together with exception object when available.
|
|
288
|
+
*/
|
|
289
|
+
text: string;
|
|
290
|
+
/**
|
|
291
|
+
* Line number of the exception location (0-based).
|
|
292
|
+
*/
|
|
293
|
+
lineNumber: number;
|
|
294
|
+
/**
|
|
295
|
+
* Column number of the exception location (0-based).
|
|
296
|
+
*/
|
|
297
|
+
columnNumber: number;
|
|
298
|
+
/**
|
|
299
|
+
* Script ID of the exception location.
|
|
300
|
+
*/
|
|
301
|
+
scriptId?: ScriptId | undefined;
|
|
302
|
+
/**
|
|
303
|
+
* URL of the exception location, to be used when the script was not reported.
|
|
304
|
+
*/
|
|
305
|
+
url?: string | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* JavaScript stack trace if available.
|
|
308
|
+
*/
|
|
309
|
+
stackTrace?: StackTrace | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* Exception object if available.
|
|
312
|
+
*/
|
|
313
|
+
exception?: RemoteObject | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* Identifier of the context where exception happened.
|
|
316
|
+
*/
|
|
317
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* Number of milliseconds since epoch.
|
|
321
|
+
*/
|
|
322
|
+
type Timestamp = number;
|
|
323
|
+
/**
|
|
324
|
+
* Stack entry for runtime errors and assertions.
|
|
325
|
+
*/
|
|
326
|
+
interface CallFrame {
|
|
327
|
+
/**
|
|
328
|
+
* JavaScript function name.
|
|
329
|
+
*/
|
|
330
|
+
functionName: string;
|
|
331
|
+
/**
|
|
332
|
+
* JavaScript script id.
|
|
333
|
+
*/
|
|
334
|
+
scriptId: ScriptId;
|
|
335
|
+
/**
|
|
336
|
+
* JavaScript script name or url.
|
|
337
|
+
*/
|
|
338
|
+
url: string;
|
|
339
|
+
/**
|
|
340
|
+
* JavaScript script line number (0-based).
|
|
341
|
+
*/
|
|
342
|
+
lineNumber: number;
|
|
343
|
+
/**
|
|
344
|
+
* JavaScript script column number (0-based).
|
|
345
|
+
*/
|
|
346
|
+
columnNumber: number;
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* Call frames for assertions or error messages.
|
|
350
|
+
*/
|
|
351
|
+
interface StackTrace {
|
|
352
|
+
/**
|
|
353
|
+
* String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
|
|
354
|
+
*/
|
|
355
|
+
description?: string | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* JavaScript function name.
|
|
358
|
+
*/
|
|
359
|
+
callFrames: CallFrame[];
|
|
360
|
+
/**
|
|
361
|
+
* Asynchronous JavaScript stack trace that preceded this stack, if available.
|
|
362
|
+
*/
|
|
363
|
+
parent?: StackTrace | undefined;
|
|
364
|
+
/**
|
|
365
|
+
* Asynchronous JavaScript stack trace that preceded this stack, if available.
|
|
366
|
+
* @experimental
|
|
367
|
+
*/
|
|
368
|
+
parentId?: StackTraceId | undefined;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Unique identifier of current debugger.
|
|
372
|
+
* @experimental
|
|
373
|
+
*/
|
|
374
|
+
type UniqueDebuggerId = string;
|
|
375
|
+
/**
|
|
376
|
+
* If <code>debuggerId</code> is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See <code>Runtime.StackTrace</code> and <code>Debugger.paused</code> for usages.
|
|
377
|
+
* @experimental
|
|
378
|
+
*/
|
|
379
|
+
interface StackTraceId {
|
|
380
|
+
id: string;
|
|
381
|
+
debuggerId?: UniqueDebuggerId | undefined;
|
|
382
|
+
}
|
|
383
|
+
interface EvaluateParameterType {
|
|
384
|
+
/**
|
|
385
|
+
* Expression to evaluate.
|
|
386
|
+
*/
|
|
387
|
+
expression: string;
|
|
388
|
+
/**
|
|
389
|
+
* Symbolic group name that can be used to release multiple objects.
|
|
390
|
+
*/
|
|
391
|
+
objectGroup?: string | undefined;
|
|
392
|
+
/**
|
|
393
|
+
* Determines whether Command Line API should be available during the evaluation.
|
|
394
|
+
*/
|
|
395
|
+
includeCommandLineAPI?: boolean | undefined;
|
|
396
|
+
/**
|
|
397
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
398
|
+
*/
|
|
399
|
+
silent?: boolean | undefined;
|
|
400
|
+
/**
|
|
401
|
+
* Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
|
|
402
|
+
*/
|
|
403
|
+
contextId?: ExecutionContextId | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* Whether the result is expected to be a JSON object that should be sent by value.
|
|
406
|
+
*/
|
|
407
|
+
returnByValue?: boolean | undefined;
|
|
408
|
+
/**
|
|
409
|
+
* Whether preview should be generated for the result.
|
|
410
|
+
* @experimental
|
|
411
|
+
*/
|
|
412
|
+
generatePreview?: boolean | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* Whether execution should be treated as initiated by user in the UI.
|
|
415
|
+
*/
|
|
416
|
+
userGesture?: boolean | undefined;
|
|
417
|
+
/**
|
|
418
|
+
* Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
|
|
419
|
+
*/
|
|
420
|
+
awaitPromise?: boolean | undefined;
|
|
421
|
+
}
|
|
422
|
+
interface AwaitPromiseParameterType {
|
|
423
|
+
/**
|
|
424
|
+
* Identifier of the promise.
|
|
425
|
+
*/
|
|
426
|
+
promiseObjectId: RemoteObjectId;
|
|
427
|
+
/**
|
|
428
|
+
* Whether the result is expected to be a JSON object that should be sent by value.
|
|
429
|
+
*/
|
|
430
|
+
returnByValue?: boolean | undefined;
|
|
431
|
+
/**
|
|
432
|
+
* Whether preview should be generated for the result.
|
|
433
|
+
*/
|
|
434
|
+
generatePreview?: boolean | undefined;
|
|
435
|
+
}
|
|
436
|
+
interface CallFunctionOnParameterType {
|
|
437
|
+
/**
|
|
438
|
+
* Declaration of the function to call.
|
|
439
|
+
*/
|
|
440
|
+
functionDeclaration: string;
|
|
441
|
+
/**
|
|
442
|
+
* Identifier of the object to call function on. Either objectId or executionContextId should be specified.
|
|
443
|
+
*/
|
|
444
|
+
objectId?: RemoteObjectId | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* Call arguments. All call arguments must belong to the same JavaScript world as the target object.
|
|
447
|
+
*/
|
|
448
|
+
arguments?: CallArgument[] | undefined;
|
|
449
|
+
/**
|
|
450
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
451
|
+
*/
|
|
452
|
+
silent?: boolean | undefined;
|
|
453
|
+
/**
|
|
454
|
+
* Whether the result is expected to be a JSON object which should be sent by value.
|
|
455
|
+
*/
|
|
456
|
+
returnByValue?: boolean | undefined;
|
|
457
|
+
/**
|
|
458
|
+
* Whether preview should be generated for the result.
|
|
459
|
+
* @experimental
|
|
460
|
+
*/
|
|
461
|
+
generatePreview?: boolean | undefined;
|
|
462
|
+
/**
|
|
463
|
+
* Whether execution should be treated as initiated by user in the UI.
|
|
464
|
+
*/
|
|
465
|
+
userGesture?: boolean | undefined;
|
|
466
|
+
/**
|
|
467
|
+
* Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
|
|
468
|
+
*/
|
|
469
|
+
awaitPromise?: boolean | undefined;
|
|
470
|
+
/**
|
|
471
|
+
* Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.
|
|
472
|
+
*/
|
|
473
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.
|
|
476
|
+
*/
|
|
477
|
+
objectGroup?: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
interface GetPropertiesParameterType {
|
|
480
|
+
/**
|
|
481
|
+
* Identifier of the object to return properties for.
|
|
482
|
+
*/
|
|
483
|
+
objectId: RemoteObjectId;
|
|
484
|
+
/**
|
|
485
|
+
* If true, returns properties belonging only to the element itself, not to its prototype chain.
|
|
486
|
+
*/
|
|
487
|
+
ownProperties?: boolean | undefined;
|
|
488
|
+
/**
|
|
489
|
+
* If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.
|
|
490
|
+
* @experimental
|
|
491
|
+
*/
|
|
492
|
+
accessorPropertiesOnly?: boolean | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* Whether preview should be generated for the results.
|
|
495
|
+
* @experimental
|
|
496
|
+
*/
|
|
497
|
+
generatePreview?: boolean | undefined;
|
|
498
|
+
}
|
|
499
|
+
interface ReleaseObjectParameterType {
|
|
500
|
+
/**
|
|
501
|
+
* Identifier of the object to release.
|
|
502
|
+
*/
|
|
503
|
+
objectId: RemoteObjectId;
|
|
504
|
+
}
|
|
505
|
+
interface ReleaseObjectGroupParameterType {
|
|
506
|
+
/**
|
|
507
|
+
* Symbolic object group name.
|
|
508
|
+
*/
|
|
509
|
+
objectGroup: string;
|
|
510
|
+
}
|
|
511
|
+
interface SetCustomObjectFormatterEnabledParameterType {
|
|
512
|
+
enabled: boolean;
|
|
513
|
+
}
|
|
514
|
+
interface CompileScriptParameterType {
|
|
515
|
+
/**
|
|
516
|
+
* Expression to compile.
|
|
517
|
+
*/
|
|
518
|
+
expression: string;
|
|
519
|
+
/**
|
|
520
|
+
* Source url to be set for the script.
|
|
521
|
+
*/
|
|
522
|
+
sourceURL: string;
|
|
523
|
+
/**
|
|
524
|
+
* Specifies whether the compiled script should be persisted.
|
|
525
|
+
*/
|
|
526
|
+
persistScript: boolean;
|
|
527
|
+
/**
|
|
528
|
+
* Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
|
|
529
|
+
*/
|
|
530
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
531
|
+
}
|
|
532
|
+
interface RunScriptParameterType {
|
|
533
|
+
/**
|
|
534
|
+
* Id of the script to run.
|
|
535
|
+
*/
|
|
536
|
+
scriptId: ScriptId;
|
|
537
|
+
/**
|
|
538
|
+
* Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
|
|
539
|
+
*/
|
|
540
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
541
|
+
/**
|
|
542
|
+
* Symbolic group name that can be used to release multiple objects.
|
|
543
|
+
*/
|
|
544
|
+
objectGroup?: string | undefined;
|
|
545
|
+
/**
|
|
546
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
547
|
+
*/
|
|
548
|
+
silent?: boolean | undefined;
|
|
549
|
+
/**
|
|
550
|
+
* Determines whether Command Line API should be available during the evaluation.
|
|
551
|
+
*/
|
|
552
|
+
includeCommandLineAPI?: boolean | undefined;
|
|
553
|
+
/**
|
|
554
|
+
* Whether the result is expected to be a JSON object which should be sent by value.
|
|
555
|
+
*/
|
|
556
|
+
returnByValue?: boolean | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* Whether preview should be generated for the result.
|
|
559
|
+
*/
|
|
560
|
+
generatePreview?: boolean | undefined;
|
|
561
|
+
/**
|
|
562
|
+
* Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
|
|
563
|
+
*/
|
|
564
|
+
awaitPromise?: boolean | undefined;
|
|
565
|
+
}
|
|
566
|
+
interface QueryObjectsParameterType {
|
|
567
|
+
/**
|
|
568
|
+
* Identifier of the prototype to return objects for.
|
|
569
|
+
*/
|
|
570
|
+
prototypeObjectId: RemoteObjectId;
|
|
571
|
+
}
|
|
572
|
+
interface GlobalLexicalScopeNamesParameterType {
|
|
573
|
+
/**
|
|
574
|
+
* Specifies in which execution context to lookup global scope variables.
|
|
575
|
+
*/
|
|
576
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
577
|
+
}
|
|
578
|
+
interface EvaluateReturnType {
|
|
579
|
+
/**
|
|
580
|
+
* Evaluation result.
|
|
581
|
+
*/
|
|
582
|
+
result: RemoteObject;
|
|
583
|
+
/**
|
|
584
|
+
* Exception details.
|
|
585
|
+
*/
|
|
586
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
587
|
+
}
|
|
588
|
+
interface AwaitPromiseReturnType {
|
|
589
|
+
/**
|
|
590
|
+
* Promise result. Will contain rejected value if promise was rejected.
|
|
591
|
+
*/
|
|
592
|
+
result: RemoteObject;
|
|
593
|
+
/**
|
|
594
|
+
* Exception details if stack strace is available.
|
|
595
|
+
*/
|
|
596
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
597
|
+
}
|
|
598
|
+
interface CallFunctionOnReturnType {
|
|
599
|
+
/**
|
|
600
|
+
* Call result.
|
|
601
|
+
*/
|
|
602
|
+
result: RemoteObject;
|
|
603
|
+
/**
|
|
604
|
+
* Exception details.
|
|
605
|
+
*/
|
|
606
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
607
|
+
}
|
|
608
|
+
interface GetPropertiesReturnType {
|
|
609
|
+
/**
|
|
610
|
+
* Object properties.
|
|
611
|
+
*/
|
|
612
|
+
result: PropertyDescriptor[];
|
|
613
|
+
/**
|
|
614
|
+
* Internal object properties (only of the element itself).
|
|
615
|
+
*/
|
|
616
|
+
internalProperties?: InternalPropertyDescriptor[] | undefined;
|
|
617
|
+
/**
|
|
618
|
+
* Exception details.
|
|
619
|
+
*/
|
|
620
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
621
|
+
}
|
|
622
|
+
interface CompileScriptReturnType {
|
|
623
|
+
/**
|
|
624
|
+
* Id of the script.
|
|
625
|
+
*/
|
|
626
|
+
scriptId?: ScriptId | undefined;
|
|
627
|
+
/**
|
|
628
|
+
* Exception details.
|
|
629
|
+
*/
|
|
630
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
631
|
+
}
|
|
632
|
+
interface RunScriptReturnType {
|
|
633
|
+
/**
|
|
634
|
+
* Run result.
|
|
635
|
+
*/
|
|
636
|
+
result: RemoteObject;
|
|
637
|
+
/**
|
|
638
|
+
* Exception details.
|
|
639
|
+
*/
|
|
640
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
641
|
+
}
|
|
642
|
+
interface QueryObjectsReturnType {
|
|
643
|
+
/**
|
|
644
|
+
* Array with objects.
|
|
645
|
+
*/
|
|
646
|
+
objects: RemoteObject;
|
|
647
|
+
}
|
|
648
|
+
interface GlobalLexicalScopeNamesReturnType {
|
|
649
|
+
names: string[];
|
|
650
|
+
}
|
|
651
|
+
interface ExecutionContextCreatedEventDataType {
|
|
652
|
+
/**
|
|
653
|
+
* A newly created execution context.
|
|
654
|
+
*/
|
|
655
|
+
context: ExecutionContextDescription;
|
|
656
|
+
}
|
|
657
|
+
interface ExecutionContextDestroyedEventDataType {
|
|
658
|
+
/**
|
|
659
|
+
* Id of the destroyed context
|
|
660
|
+
*/
|
|
661
|
+
executionContextId: ExecutionContextId;
|
|
662
|
+
}
|
|
663
|
+
interface ExceptionThrownEventDataType {
|
|
664
|
+
/**
|
|
665
|
+
* Timestamp of the exception.
|
|
666
|
+
*/
|
|
667
|
+
timestamp: Timestamp;
|
|
668
|
+
exceptionDetails: ExceptionDetails;
|
|
669
|
+
}
|
|
670
|
+
interface ExceptionRevokedEventDataType {
|
|
671
|
+
/**
|
|
672
|
+
* Reason describing why exception was revoked.
|
|
673
|
+
*/
|
|
674
|
+
reason: string;
|
|
675
|
+
/**
|
|
676
|
+
* The id of revoked exception, as reported in <code>exceptionThrown</code>.
|
|
677
|
+
*/
|
|
678
|
+
exceptionId: number;
|
|
679
|
+
}
|
|
680
|
+
interface ConsoleAPICalledEventDataType {
|
|
681
|
+
/**
|
|
682
|
+
* Type of the call.
|
|
683
|
+
*/
|
|
684
|
+
type: string;
|
|
685
|
+
/**
|
|
686
|
+
* Call arguments.
|
|
687
|
+
*/
|
|
688
|
+
args: RemoteObject[];
|
|
689
|
+
/**
|
|
690
|
+
* Identifier of the context where the call was made.
|
|
691
|
+
*/
|
|
692
|
+
executionContextId: ExecutionContextId;
|
|
693
|
+
/**
|
|
694
|
+
* Call timestamp.
|
|
695
|
+
*/
|
|
696
|
+
timestamp: Timestamp;
|
|
697
|
+
/**
|
|
698
|
+
* Stack trace captured when the call was made.
|
|
699
|
+
*/
|
|
700
|
+
stackTrace?: StackTrace | undefined;
|
|
701
|
+
/**
|
|
702
|
+
* Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.
|
|
703
|
+
* @experimental
|
|
704
|
+
*/
|
|
705
|
+
context?: string | undefined;
|
|
706
|
+
}
|
|
707
|
+
interface InspectRequestedEventDataType {
|
|
708
|
+
object: RemoteObject;
|
|
709
|
+
hints: {};
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
namespace Debugger {
|
|
713
|
+
/**
|
|
714
|
+
* Breakpoint identifier.
|
|
715
|
+
*/
|
|
716
|
+
type BreakpointId = string;
|
|
717
|
+
/**
|
|
718
|
+
* Call frame identifier.
|
|
719
|
+
*/
|
|
720
|
+
type CallFrameId = string;
|
|
721
|
+
/**
|
|
722
|
+
* Location in the source code.
|
|
723
|
+
*/
|
|
724
|
+
interface Location {
|
|
725
|
+
/**
|
|
726
|
+
* Script identifier as reported in the <code>Debugger.scriptParsed</code>.
|
|
727
|
+
*/
|
|
728
|
+
scriptId: Runtime.ScriptId;
|
|
729
|
+
/**
|
|
730
|
+
* Line number in the script (0-based).
|
|
731
|
+
*/
|
|
732
|
+
lineNumber: number;
|
|
733
|
+
/**
|
|
734
|
+
* Column number in the script (0-based).
|
|
735
|
+
*/
|
|
736
|
+
columnNumber?: number | undefined;
|
|
737
|
+
}
|
|
738
|
+
/**
|
|
739
|
+
* Location in the source code.
|
|
740
|
+
* @experimental
|
|
741
|
+
*/
|
|
742
|
+
interface ScriptPosition {
|
|
743
|
+
lineNumber: number;
|
|
744
|
+
columnNumber: number;
|
|
745
|
+
}
|
|
746
|
+
/**
|
|
747
|
+
* JavaScript call frame. Array of call frames form the call stack.
|
|
748
|
+
*/
|
|
749
|
+
interface CallFrame {
|
|
750
|
+
/**
|
|
751
|
+
* Call frame identifier. This identifier is only valid while the virtual machine is paused.
|
|
752
|
+
*/
|
|
753
|
+
callFrameId: CallFrameId;
|
|
754
|
+
/**
|
|
755
|
+
* Name of the JavaScript function called on this call frame.
|
|
756
|
+
*/
|
|
757
|
+
functionName: string;
|
|
758
|
+
/**
|
|
759
|
+
* Location in the source code.
|
|
760
|
+
*/
|
|
761
|
+
functionLocation?: Location | undefined;
|
|
762
|
+
/**
|
|
763
|
+
* Location in the source code.
|
|
764
|
+
*/
|
|
765
|
+
location: Location;
|
|
766
|
+
/**
|
|
767
|
+
* JavaScript script name or url.
|
|
768
|
+
*/
|
|
769
|
+
url: string;
|
|
770
|
+
/**
|
|
771
|
+
* Scope chain for this call frame.
|
|
772
|
+
*/
|
|
773
|
+
scopeChain: Scope[];
|
|
774
|
+
/**
|
|
775
|
+
* <code>this</code> object for this call frame.
|
|
776
|
+
*/
|
|
777
|
+
this: Runtime.RemoteObject;
|
|
778
|
+
/**
|
|
779
|
+
* The value being returned, if the function is at return point.
|
|
780
|
+
*/
|
|
781
|
+
returnValue?: Runtime.RemoteObject | undefined;
|
|
782
|
+
}
|
|
783
|
+
/**
|
|
784
|
+
* Scope description.
|
|
785
|
+
*/
|
|
786
|
+
interface Scope {
|
|
787
|
+
/**
|
|
788
|
+
* Scope type.
|
|
789
|
+
*/
|
|
790
|
+
type: string;
|
|
791
|
+
/**
|
|
792
|
+
* Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
|
|
793
|
+
*/
|
|
794
|
+
object: Runtime.RemoteObject;
|
|
795
|
+
name?: string | undefined;
|
|
796
|
+
/**
|
|
797
|
+
* Location in the source code where scope starts
|
|
798
|
+
*/
|
|
799
|
+
startLocation?: Location | undefined;
|
|
800
|
+
/**
|
|
801
|
+
* Location in the source code where scope ends
|
|
802
|
+
*/
|
|
803
|
+
endLocation?: Location | undefined;
|
|
804
|
+
}
|
|
805
|
+
/**
|
|
806
|
+
* Search match for resource.
|
|
807
|
+
*/
|
|
808
|
+
interface SearchMatch {
|
|
809
|
+
/**
|
|
810
|
+
* Line number in resource content.
|
|
811
|
+
*/
|
|
812
|
+
lineNumber: number;
|
|
813
|
+
/**
|
|
814
|
+
* Line with match content.
|
|
815
|
+
*/
|
|
816
|
+
lineContent: string;
|
|
817
|
+
}
|
|
818
|
+
interface BreakLocation {
|
|
819
|
+
/**
|
|
820
|
+
* Script identifier as reported in the <code>Debugger.scriptParsed</code>.
|
|
821
|
+
*/
|
|
822
|
+
scriptId: Runtime.ScriptId;
|
|
823
|
+
/**
|
|
824
|
+
* Line number in the script (0-based).
|
|
825
|
+
*/
|
|
826
|
+
lineNumber: number;
|
|
827
|
+
/**
|
|
828
|
+
* Column number in the script (0-based).
|
|
829
|
+
*/
|
|
830
|
+
columnNumber?: number | undefined;
|
|
831
|
+
type?: string | undefined;
|
|
832
|
+
}
|
|
833
|
+
interface SetBreakpointsActiveParameterType {
|
|
834
|
+
/**
|
|
835
|
+
* New value for breakpoints active state.
|
|
836
|
+
*/
|
|
837
|
+
active: boolean;
|
|
838
|
+
}
|
|
839
|
+
interface SetSkipAllPausesParameterType {
|
|
840
|
+
/**
|
|
841
|
+
* New value for skip pauses state.
|
|
842
|
+
*/
|
|
843
|
+
skip: boolean;
|
|
844
|
+
}
|
|
845
|
+
interface SetBreakpointByUrlParameterType {
|
|
846
|
+
/**
|
|
847
|
+
* Line number to set breakpoint at.
|
|
848
|
+
*/
|
|
849
|
+
lineNumber: number;
|
|
850
|
+
/**
|
|
851
|
+
* URL of the resources to set breakpoint on.
|
|
852
|
+
*/
|
|
853
|
+
url?: string | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified.
|
|
856
|
+
*/
|
|
857
|
+
urlRegex?: string | undefined;
|
|
858
|
+
/**
|
|
859
|
+
* Script hash of the resources to set breakpoint on.
|
|
860
|
+
*/
|
|
861
|
+
scriptHash?: string | undefined;
|
|
862
|
+
/**
|
|
863
|
+
* Offset in the line to set breakpoint at.
|
|
864
|
+
*/
|
|
865
|
+
columnNumber?: number | undefined;
|
|
866
|
+
/**
|
|
867
|
+
* Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
|
|
868
|
+
*/
|
|
869
|
+
condition?: string | undefined;
|
|
870
|
+
}
|
|
871
|
+
interface SetBreakpointParameterType {
|
|
872
|
+
/**
|
|
873
|
+
* Location to set breakpoint in.
|
|
874
|
+
*/
|
|
875
|
+
location: Location;
|
|
876
|
+
/**
|
|
877
|
+
* Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
|
|
878
|
+
*/
|
|
879
|
+
condition?: string | undefined;
|
|
880
|
+
}
|
|
881
|
+
interface RemoveBreakpointParameterType {
|
|
882
|
+
breakpointId: BreakpointId;
|
|
883
|
+
}
|
|
884
|
+
interface GetPossibleBreakpointsParameterType {
|
|
885
|
+
/**
|
|
886
|
+
* Start of range to search possible breakpoint locations in.
|
|
887
|
+
*/
|
|
888
|
+
start: Location;
|
|
889
|
+
/**
|
|
890
|
+
* End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.
|
|
891
|
+
*/
|
|
892
|
+
end?: Location | undefined;
|
|
893
|
+
/**
|
|
894
|
+
* Only consider locations which are in the same (non-nested) function as start.
|
|
895
|
+
*/
|
|
896
|
+
restrictToFunction?: boolean | undefined;
|
|
897
|
+
}
|
|
898
|
+
interface ContinueToLocationParameterType {
|
|
899
|
+
/**
|
|
900
|
+
* Location to continue to.
|
|
901
|
+
*/
|
|
902
|
+
location: Location;
|
|
903
|
+
targetCallFrames?: string | undefined;
|
|
904
|
+
}
|
|
905
|
+
interface PauseOnAsyncCallParameterType {
|
|
906
|
+
/**
|
|
907
|
+
* Debugger will pause when async call with given stack trace is started.
|
|
908
|
+
*/
|
|
909
|
+
parentStackTraceId: Runtime.StackTraceId;
|
|
910
|
+
}
|
|
911
|
+
interface StepIntoParameterType {
|
|
912
|
+
/**
|
|
913
|
+
* Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause.
|
|
914
|
+
* @experimental
|
|
915
|
+
*/
|
|
916
|
+
breakOnAsyncCall?: boolean | undefined;
|
|
917
|
+
}
|
|
918
|
+
interface GetStackTraceParameterType {
|
|
919
|
+
stackTraceId: Runtime.StackTraceId;
|
|
920
|
+
}
|
|
921
|
+
interface SearchInContentParameterType {
|
|
922
|
+
/**
|
|
923
|
+
* Id of the script to search in.
|
|
924
|
+
*/
|
|
925
|
+
scriptId: Runtime.ScriptId;
|
|
926
|
+
/**
|
|
927
|
+
* String to search for.
|
|
928
|
+
*/
|
|
929
|
+
query: string;
|
|
930
|
+
/**
|
|
931
|
+
* If true, search is case sensitive.
|
|
932
|
+
*/
|
|
933
|
+
caseSensitive?: boolean | undefined;
|
|
934
|
+
/**
|
|
935
|
+
* If true, treats string parameter as regex.
|
|
936
|
+
*/
|
|
937
|
+
isRegex?: boolean | undefined;
|
|
938
|
+
}
|
|
939
|
+
interface SetScriptSourceParameterType {
|
|
940
|
+
/**
|
|
941
|
+
* Id of the script to edit.
|
|
942
|
+
*/
|
|
943
|
+
scriptId: Runtime.ScriptId;
|
|
944
|
+
/**
|
|
945
|
+
* New content of the script.
|
|
946
|
+
*/
|
|
947
|
+
scriptSource: string;
|
|
948
|
+
/**
|
|
949
|
+
* If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.
|
|
950
|
+
*/
|
|
951
|
+
dryRun?: boolean | undefined;
|
|
952
|
+
}
|
|
953
|
+
interface RestartFrameParameterType {
|
|
954
|
+
/**
|
|
955
|
+
* Call frame identifier to evaluate on.
|
|
956
|
+
*/
|
|
957
|
+
callFrameId: CallFrameId;
|
|
958
|
+
}
|
|
959
|
+
interface GetScriptSourceParameterType {
|
|
960
|
+
/**
|
|
961
|
+
* Id of the script to get source for.
|
|
962
|
+
*/
|
|
963
|
+
scriptId: Runtime.ScriptId;
|
|
964
|
+
}
|
|
965
|
+
interface SetPauseOnExceptionsParameterType {
|
|
966
|
+
/**
|
|
967
|
+
* Pause on exceptions mode.
|
|
968
|
+
*/
|
|
969
|
+
state: string;
|
|
970
|
+
}
|
|
971
|
+
interface EvaluateOnCallFrameParameterType {
|
|
972
|
+
/**
|
|
973
|
+
* Call frame identifier to evaluate on.
|
|
974
|
+
*/
|
|
975
|
+
callFrameId: CallFrameId;
|
|
976
|
+
/**
|
|
977
|
+
* Expression to evaluate.
|
|
978
|
+
*/
|
|
979
|
+
expression: string;
|
|
980
|
+
/**
|
|
981
|
+
* String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>).
|
|
982
|
+
*/
|
|
983
|
+
objectGroup?: string | undefined;
|
|
984
|
+
/**
|
|
985
|
+
* Specifies whether command line API should be available to the evaluated expression, defaults to false.
|
|
986
|
+
*/
|
|
987
|
+
includeCommandLineAPI?: boolean | undefined;
|
|
988
|
+
/**
|
|
989
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
990
|
+
*/
|
|
991
|
+
silent?: boolean | undefined;
|
|
992
|
+
/**
|
|
993
|
+
* Whether the result is expected to be a JSON object that should be sent by value.
|
|
994
|
+
*/
|
|
995
|
+
returnByValue?: boolean | undefined;
|
|
996
|
+
/**
|
|
997
|
+
* Whether preview should be generated for the result.
|
|
998
|
+
* @experimental
|
|
999
|
+
*/
|
|
1000
|
+
generatePreview?: boolean | undefined;
|
|
1001
|
+
/**
|
|
1002
|
+
* Whether to throw an exception if side effect cannot be ruled out during evaluation.
|
|
1003
|
+
*/
|
|
1004
|
+
throwOnSideEffect?: boolean | undefined;
|
|
1005
|
+
}
|
|
1006
|
+
interface SetVariableValueParameterType {
|
|
1007
|
+
/**
|
|
1008
|
+
* 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.
|
|
1009
|
+
*/
|
|
1010
|
+
scopeNumber: number;
|
|
1011
|
+
/**
|
|
1012
|
+
* Variable name.
|
|
1013
|
+
*/
|
|
1014
|
+
variableName: string;
|
|
1015
|
+
/**
|
|
1016
|
+
* New variable value.
|
|
1017
|
+
*/
|
|
1018
|
+
newValue: Runtime.CallArgument;
|
|
1019
|
+
/**
|
|
1020
|
+
* Id of callframe that holds variable.
|
|
1021
|
+
*/
|
|
1022
|
+
callFrameId: CallFrameId;
|
|
1023
|
+
}
|
|
1024
|
+
interface SetReturnValueParameterType {
|
|
1025
|
+
/**
|
|
1026
|
+
* New return value.
|
|
1027
|
+
*/
|
|
1028
|
+
newValue: Runtime.CallArgument;
|
|
1029
|
+
}
|
|
1030
|
+
interface SetAsyncCallStackDepthParameterType {
|
|
1031
|
+
/**
|
|
1032
|
+
* Maximum depth of async call stacks. Setting to <code>0</code> will effectively disable collecting async call stacks (default).
|
|
1033
|
+
*/
|
|
1034
|
+
maxDepth: number;
|
|
1035
|
+
}
|
|
1036
|
+
interface SetBlackboxPatternsParameterType {
|
|
1037
|
+
/**
|
|
1038
|
+
* Array of regexps that will be used to check script url for blackbox state.
|
|
1039
|
+
*/
|
|
1040
|
+
patterns: string[];
|
|
1041
|
+
}
|
|
1042
|
+
interface SetBlackboxedRangesParameterType {
|
|
1043
|
+
/**
|
|
1044
|
+
* Id of the script.
|
|
1045
|
+
*/
|
|
1046
|
+
scriptId: Runtime.ScriptId;
|
|
1047
|
+
positions: ScriptPosition[];
|
|
1048
|
+
}
|
|
1049
|
+
interface EnableReturnType {
|
|
1050
|
+
/**
|
|
1051
|
+
* Unique identifier of the debugger.
|
|
1052
|
+
* @experimental
|
|
1053
|
+
*/
|
|
1054
|
+
debuggerId: Runtime.UniqueDebuggerId;
|
|
1055
|
+
}
|
|
1056
|
+
interface SetBreakpointByUrlReturnType {
|
|
1057
|
+
/**
|
|
1058
|
+
* Id of the created breakpoint for further reference.
|
|
1059
|
+
*/
|
|
1060
|
+
breakpointId: BreakpointId;
|
|
1061
|
+
/**
|
|
1062
|
+
* List of the locations this breakpoint resolved into upon addition.
|
|
1063
|
+
*/
|
|
1064
|
+
locations: Location[];
|
|
1065
|
+
}
|
|
1066
|
+
interface SetBreakpointReturnType {
|
|
1067
|
+
/**
|
|
1068
|
+
* Id of the created breakpoint for further reference.
|
|
1069
|
+
*/
|
|
1070
|
+
breakpointId: BreakpointId;
|
|
1071
|
+
/**
|
|
1072
|
+
* Location this breakpoint resolved into.
|
|
1073
|
+
*/
|
|
1074
|
+
actualLocation: Location;
|
|
1075
|
+
}
|
|
1076
|
+
interface GetPossibleBreakpointsReturnType {
|
|
1077
|
+
/**
|
|
1078
|
+
* List of the possible breakpoint locations.
|
|
1079
|
+
*/
|
|
1080
|
+
locations: BreakLocation[];
|
|
1081
|
+
}
|
|
1082
|
+
interface GetStackTraceReturnType {
|
|
1083
|
+
stackTrace: Runtime.StackTrace;
|
|
1084
|
+
}
|
|
1085
|
+
interface SearchInContentReturnType {
|
|
1086
|
+
/**
|
|
1087
|
+
* List of search matches.
|
|
1088
|
+
*/
|
|
1089
|
+
result: SearchMatch[];
|
|
1090
|
+
}
|
|
1091
|
+
interface SetScriptSourceReturnType {
|
|
1092
|
+
/**
|
|
1093
|
+
* New stack trace in case editing has happened while VM was stopped.
|
|
1094
|
+
*/
|
|
1095
|
+
callFrames?: CallFrame[] | undefined;
|
|
1096
|
+
/**
|
|
1097
|
+
* Whether current call stack was modified after applying the changes.
|
|
1098
|
+
*/
|
|
1099
|
+
stackChanged?: boolean | undefined;
|
|
1100
|
+
/**
|
|
1101
|
+
* Async stack trace, if any.
|
|
1102
|
+
*/
|
|
1103
|
+
asyncStackTrace?: Runtime.StackTrace | undefined;
|
|
1104
|
+
/**
|
|
1105
|
+
* Async stack trace, if any.
|
|
1106
|
+
* @experimental
|
|
1107
|
+
*/
|
|
1108
|
+
asyncStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1109
|
+
/**
|
|
1110
|
+
* Exception details if any.
|
|
1111
|
+
*/
|
|
1112
|
+
exceptionDetails?: Runtime.ExceptionDetails | undefined;
|
|
1113
|
+
}
|
|
1114
|
+
interface RestartFrameReturnType {
|
|
1115
|
+
/**
|
|
1116
|
+
* New stack trace.
|
|
1117
|
+
*/
|
|
1118
|
+
callFrames: CallFrame[];
|
|
1119
|
+
/**
|
|
1120
|
+
* Async stack trace, if any.
|
|
1121
|
+
*/
|
|
1122
|
+
asyncStackTrace?: Runtime.StackTrace | undefined;
|
|
1123
|
+
/**
|
|
1124
|
+
* Async stack trace, if any.
|
|
1125
|
+
* @experimental
|
|
1126
|
+
*/
|
|
1127
|
+
asyncStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1128
|
+
}
|
|
1129
|
+
interface GetScriptSourceReturnType {
|
|
1130
|
+
/**
|
|
1131
|
+
* Script source.
|
|
1132
|
+
*/
|
|
1133
|
+
scriptSource: string;
|
|
1134
|
+
}
|
|
1135
|
+
interface EvaluateOnCallFrameReturnType {
|
|
1136
|
+
/**
|
|
1137
|
+
* Object wrapper for the evaluation result.
|
|
1138
|
+
*/
|
|
1139
|
+
result: Runtime.RemoteObject;
|
|
1140
|
+
/**
|
|
1141
|
+
* Exception details.
|
|
1142
|
+
*/
|
|
1143
|
+
exceptionDetails?: Runtime.ExceptionDetails | undefined;
|
|
1144
|
+
}
|
|
1145
|
+
interface ScriptParsedEventDataType {
|
|
1146
|
+
/**
|
|
1147
|
+
* Identifier of the script parsed.
|
|
1148
|
+
*/
|
|
1149
|
+
scriptId: Runtime.ScriptId;
|
|
1150
|
+
/**
|
|
1151
|
+
* URL or name of the script parsed (if any).
|
|
1152
|
+
*/
|
|
1153
|
+
url: string;
|
|
1154
|
+
/**
|
|
1155
|
+
* Line offset of the script within the resource with given URL (for script tags).
|
|
1156
|
+
*/
|
|
1157
|
+
startLine: number;
|
|
1158
|
+
/**
|
|
1159
|
+
* Column offset of the script within the resource with given URL.
|
|
1160
|
+
*/
|
|
1161
|
+
startColumn: number;
|
|
1162
|
+
/**
|
|
1163
|
+
* Last line of the script.
|
|
1164
|
+
*/
|
|
1165
|
+
endLine: number;
|
|
1166
|
+
/**
|
|
1167
|
+
* Length of the last line of the script.
|
|
1168
|
+
*/
|
|
1169
|
+
endColumn: number;
|
|
1170
|
+
/**
|
|
1171
|
+
* Specifies script creation context.
|
|
1172
|
+
*/
|
|
1173
|
+
executionContextId: Runtime.ExecutionContextId;
|
|
1174
|
+
/**
|
|
1175
|
+
* Content hash of the script.
|
|
1176
|
+
*/
|
|
1177
|
+
hash: string;
|
|
1178
|
+
/**
|
|
1179
|
+
* Embedder-specific auxiliary data.
|
|
1180
|
+
*/
|
|
1181
|
+
executionContextAuxData?: {} | undefined;
|
|
1182
|
+
/**
|
|
1183
|
+
* True, if this script is generated as a result of the live edit operation.
|
|
1184
|
+
* @experimental
|
|
1185
|
+
*/
|
|
1186
|
+
isLiveEdit?: boolean | undefined;
|
|
1187
|
+
/**
|
|
1188
|
+
* URL of source map associated with script (if any).
|
|
1189
|
+
*/
|
|
1190
|
+
sourceMapURL?: string | undefined;
|
|
1191
|
+
/**
|
|
1192
|
+
* True, if this script has sourceURL.
|
|
1193
|
+
*/
|
|
1194
|
+
hasSourceURL?: boolean | undefined;
|
|
1195
|
+
/**
|
|
1196
|
+
* True, if this script is ES6 module.
|
|
1197
|
+
*/
|
|
1198
|
+
isModule?: boolean | undefined;
|
|
1199
|
+
/**
|
|
1200
|
+
* This script length.
|
|
1201
|
+
*/
|
|
1202
|
+
length?: number | undefined;
|
|
1203
|
+
/**
|
|
1204
|
+
* JavaScript top stack frame of where the script parsed event was triggered if available.
|
|
1205
|
+
* @experimental
|
|
1206
|
+
*/
|
|
1207
|
+
stackTrace?: Runtime.StackTrace | undefined;
|
|
1208
|
+
}
|
|
1209
|
+
interface ScriptFailedToParseEventDataType {
|
|
1210
|
+
/**
|
|
1211
|
+
* Identifier of the script parsed.
|
|
1212
|
+
*/
|
|
1213
|
+
scriptId: Runtime.ScriptId;
|
|
1214
|
+
/**
|
|
1215
|
+
* URL or name of the script parsed (if any).
|
|
1216
|
+
*/
|
|
1217
|
+
url: string;
|
|
1218
|
+
/**
|
|
1219
|
+
* Line offset of the script within the resource with given URL (for script tags).
|
|
1220
|
+
*/
|
|
1221
|
+
startLine: number;
|
|
1222
|
+
/**
|
|
1223
|
+
* Column offset of the script within the resource with given URL.
|
|
1224
|
+
*/
|
|
1225
|
+
startColumn: number;
|
|
1226
|
+
/**
|
|
1227
|
+
* Last line of the script.
|
|
1228
|
+
*/
|
|
1229
|
+
endLine: number;
|
|
1230
|
+
/**
|
|
1231
|
+
* Length of the last line of the script.
|
|
1232
|
+
*/
|
|
1233
|
+
endColumn: number;
|
|
1234
|
+
/**
|
|
1235
|
+
* Specifies script creation context.
|
|
1236
|
+
*/
|
|
1237
|
+
executionContextId: Runtime.ExecutionContextId;
|
|
1238
|
+
/**
|
|
1239
|
+
* Content hash of the script.
|
|
1240
|
+
*/
|
|
1241
|
+
hash: string;
|
|
1242
|
+
/**
|
|
1243
|
+
* Embedder-specific auxiliary data.
|
|
1244
|
+
*/
|
|
1245
|
+
executionContextAuxData?: {} | undefined;
|
|
1246
|
+
/**
|
|
1247
|
+
* URL of source map associated with script (if any).
|
|
1248
|
+
*/
|
|
1249
|
+
sourceMapURL?: string | undefined;
|
|
1250
|
+
/**
|
|
1251
|
+
* True, if this script has sourceURL.
|
|
1252
|
+
*/
|
|
1253
|
+
hasSourceURL?: boolean | undefined;
|
|
1254
|
+
/**
|
|
1255
|
+
* True, if this script is ES6 module.
|
|
1256
|
+
*/
|
|
1257
|
+
isModule?: boolean | undefined;
|
|
1258
|
+
/**
|
|
1259
|
+
* This script length.
|
|
1260
|
+
*/
|
|
1261
|
+
length?: number | undefined;
|
|
1262
|
+
/**
|
|
1263
|
+
* JavaScript top stack frame of where the script parsed event was triggered if available.
|
|
1264
|
+
* @experimental
|
|
1265
|
+
*/
|
|
1266
|
+
stackTrace?: Runtime.StackTrace | undefined;
|
|
1267
|
+
}
|
|
1268
|
+
interface BreakpointResolvedEventDataType {
|
|
1269
|
+
/**
|
|
1270
|
+
* Breakpoint unique identifier.
|
|
1271
|
+
*/
|
|
1272
|
+
breakpointId: BreakpointId;
|
|
1273
|
+
/**
|
|
1274
|
+
* Actual breakpoint location.
|
|
1275
|
+
*/
|
|
1276
|
+
location: Location;
|
|
1277
|
+
}
|
|
1278
|
+
interface PausedEventDataType {
|
|
1279
|
+
/**
|
|
1280
|
+
* Call stack the virtual machine stopped on.
|
|
1281
|
+
*/
|
|
1282
|
+
callFrames: CallFrame[];
|
|
1283
|
+
/**
|
|
1284
|
+
* Pause reason.
|
|
1285
|
+
*/
|
|
1286
|
+
reason: string;
|
|
1287
|
+
/**
|
|
1288
|
+
* Object containing break-specific auxiliary properties.
|
|
1289
|
+
*/
|
|
1290
|
+
data?: {} | undefined;
|
|
1291
|
+
/**
|
|
1292
|
+
* Hit breakpoints IDs
|
|
1293
|
+
*/
|
|
1294
|
+
hitBreakpoints?: string[] | undefined;
|
|
1295
|
+
/**
|
|
1296
|
+
* Async stack trace, if any.
|
|
1297
|
+
*/
|
|
1298
|
+
asyncStackTrace?: Runtime.StackTrace | undefined;
|
|
1299
|
+
/**
|
|
1300
|
+
* Async stack trace, if any.
|
|
1301
|
+
* @experimental
|
|
1302
|
+
*/
|
|
1303
|
+
asyncStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1304
|
+
/**
|
|
1305
|
+
* Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after <code>Debugger.stepInto</code> call with <code>breakOnAsynCall</code> flag.
|
|
1306
|
+
* @experimental
|
|
1307
|
+
*/
|
|
1308
|
+
asyncCallStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
namespace Console {
|
|
1312
|
+
/**
|
|
1313
|
+
* Console message.
|
|
1314
|
+
*/
|
|
1315
|
+
interface ConsoleMessage {
|
|
1316
|
+
/**
|
|
1317
|
+
* Message source.
|
|
1318
|
+
*/
|
|
1319
|
+
source: string;
|
|
1320
|
+
/**
|
|
1321
|
+
* Message severity.
|
|
1322
|
+
*/
|
|
1323
|
+
level: string;
|
|
1324
|
+
/**
|
|
1325
|
+
* Message text.
|
|
1326
|
+
*/
|
|
1327
|
+
text: string;
|
|
1328
|
+
/**
|
|
1329
|
+
* URL of the message origin.
|
|
1330
|
+
*/
|
|
1331
|
+
url?: string | undefined;
|
|
1332
|
+
/**
|
|
1333
|
+
* Line number in the resource that generated this message (1-based).
|
|
1334
|
+
*/
|
|
1335
|
+
line?: number | undefined;
|
|
1336
|
+
/**
|
|
1337
|
+
* Column number in the resource that generated this message (1-based).
|
|
1338
|
+
*/
|
|
1339
|
+
column?: number | undefined;
|
|
1340
|
+
}
|
|
1341
|
+
interface MessageAddedEventDataType {
|
|
1342
|
+
/**
|
|
1343
|
+
* Console message that has been added.
|
|
1344
|
+
*/
|
|
1345
|
+
message: ConsoleMessage;
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
namespace Profiler {
|
|
1349
|
+
/**
|
|
1350
|
+
* Profile node. Holds callsite information, execution statistics and child nodes.
|
|
1351
|
+
*/
|
|
1352
|
+
interface ProfileNode {
|
|
1353
|
+
/**
|
|
1354
|
+
* Unique id of the node.
|
|
1355
|
+
*/
|
|
1356
|
+
id: number;
|
|
1357
|
+
/**
|
|
1358
|
+
* Function location.
|
|
1359
|
+
*/
|
|
1360
|
+
callFrame: Runtime.CallFrame;
|
|
1361
|
+
/**
|
|
1362
|
+
* Number of samples where this node was on top of the call stack.
|
|
1363
|
+
*/
|
|
1364
|
+
hitCount?: number | undefined;
|
|
1365
|
+
/**
|
|
1366
|
+
* Child node ids.
|
|
1367
|
+
*/
|
|
1368
|
+
children?: number[] | undefined;
|
|
1369
|
+
/**
|
|
1370
|
+
* The reason of being not optimized. The function may be deoptimized or marked as don't optimize.
|
|
1371
|
+
*/
|
|
1372
|
+
deoptReason?: string | undefined;
|
|
1373
|
+
/**
|
|
1374
|
+
* An array of source position ticks.
|
|
1375
|
+
*/
|
|
1376
|
+
positionTicks?: PositionTickInfo[] | undefined;
|
|
1377
|
+
}
|
|
1378
|
+
/**
|
|
1379
|
+
* Profile.
|
|
1380
|
+
*/
|
|
1381
|
+
interface Profile {
|
|
1382
|
+
/**
|
|
1383
|
+
* The list of profile nodes. First item is the root node.
|
|
1384
|
+
*/
|
|
1385
|
+
nodes: ProfileNode[];
|
|
1386
|
+
/**
|
|
1387
|
+
* Profiling start timestamp in microseconds.
|
|
1388
|
+
*/
|
|
1389
|
+
startTime: number;
|
|
1390
|
+
/**
|
|
1391
|
+
* Profiling end timestamp in microseconds.
|
|
1392
|
+
*/
|
|
1393
|
+
endTime: number;
|
|
1394
|
+
/**
|
|
1395
|
+
* Ids of samples top nodes.
|
|
1396
|
+
*/
|
|
1397
|
+
samples?: number[] | undefined;
|
|
1398
|
+
/**
|
|
1399
|
+
* Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.
|
|
1400
|
+
*/
|
|
1401
|
+
timeDeltas?: number[] | undefined;
|
|
1402
|
+
}
|
|
1403
|
+
/**
|
|
1404
|
+
* Specifies a number of samples attributed to a certain source position.
|
|
1405
|
+
*/
|
|
1406
|
+
interface PositionTickInfo {
|
|
1407
|
+
/**
|
|
1408
|
+
* Source line number (1-based).
|
|
1409
|
+
*/
|
|
1410
|
+
line: number;
|
|
1411
|
+
/**
|
|
1412
|
+
* Number of samples attributed to the source line.
|
|
1413
|
+
*/
|
|
1414
|
+
ticks: number;
|
|
1415
|
+
}
|
|
1416
|
+
/**
|
|
1417
|
+
* Coverage data for a source range.
|
|
1418
|
+
*/
|
|
1419
|
+
interface CoverageRange {
|
|
1420
|
+
/**
|
|
1421
|
+
* JavaScript script source offset for the range start.
|
|
1422
|
+
*/
|
|
1423
|
+
startOffset: number;
|
|
1424
|
+
/**
|
|
1425
|
+
* JavaScript script source offset for the range end.
|
|
1426
|
+
*/
|
|
1427
|
+
endOffset: number;
|
|
1428
|
+
/**
|
|
1429
|
+
* Collected execution count of the source range.
|
|
1430
|
+
*/
|
|
1431
|
+
count: number;
|
|
1432
|
+
}
|
|
1433
|
+
/**
|
|
1434
|
+
* Coverage data for a JavaScript function.
|
|
1435
|
+
*/
|
|
1436
|
+
interface FunctionCoverage {
|
|
1437
|
+
/**
|
|
1438
|
+
* JavaScript function name.
|
|
1439
|
+
*/
|
|
1440
|
+
functionName: string;
|
|
1441
|
+
/**
|
|
1442
|
+
* Source ranges inside the function with coverage data.
|
|
1443
|
+
*/
|
|
1444
|
+
ranges: CoverageRange[];
|
|
1445
|
+
/**
|
|
1446
|
+
* Whether coverage data for this function has block granularity.
|
|
1447
|
+
*/
|
|
1448
|
+
isBlockCoverage: boolean;
|
|
1449
|
+
}
|
|
1450
|
+
/**
|
|
1451
|
+
* Coverage data for a JavaScript script.
|
|
1452
|
+
*/
|
|
1453
|
+
interface ScriptCoverage {
|
|
1454
|
+
/**
|
|
1455
|
+
* JavaScript script id.
|
|
1456
|
+
*/
|
|
1457
|
+
scriptId: Runtime.ScriptId;
|
|
1458
|
+
/**
|
|
1459
|
+
* JavaScript script name or url.
|
|
1460
|
+
*/
|
|
1461
|
+
url: string;
|
|
1462
|
+
/**
|
|
1463
|
+
* Functions contained in the script that has coverage data.
|
|
1464
|
+
*/
|
|
1465
|
+
functions: FunctionCoverage[];
|
|
1466
|
+
}
|
|
1467
|
+
/**
|
|
1468
|
+
* Describes a type collected during runtime.
|
|
1469
|
+
* @experimental
|
|
1470
|
+
*/
|
|
1471
|
+
interface TypeObject {
|
|
1472
|
+
/**
|
|
1473
|
+
* Name of a type collected with type profiling.
|
|
1474
|
+
*/
|
|
1475
|
+
name: string;
|
|
1476
|
+
}
|
|
1477
|
+
/**
|
|
1478
|
+
* Source offset and types for a parameter or return value.
|
|
1479
|
+
* @experimental
|
|
1480
|
+
*/
|
|
1481
|
+
interface TypeProfileEntry {
|
|
1482
|
+
/**
|
|
1483
|
+
* Source offset of the parameter or end of function for return values.
|
|
1484
|
+
*/
|
|
1485
|
+
offset: number;
|
|
1486
|
+
/**
|
|
1487
|
+
* The types for this parameter or return value.
|
|
1488
|
+
*/
|
|
1489
|
+
types: TypeObject[];
|
|
1490
|
+
}
|
|
1491
|
+
/**
|
|
1492
|
+
* Type profile data collected during runtime for a JavaScript script.
|
|
1493
|
+
* @experimental
|
|
1494
|
+
*/
|
|
1495
|
+
interface ScriptTypeProfile {
|
|
1496
|
+
/**
|
|
1497
|
+
* JavaScript script id.
|
|
1498
|
+
*/
|
|
1499
|
+
scriptId: Runtime.ScriptId;
|
|
1500
|
+
/**
|
|
1501
|
+
* JavaScript script name or url.
|
|
1502
|
+
*/
|
|
1503
|
+
url: string;
|
|
1504
|
+
/**
|
|
1505
|
+
* Type profile entries for parameters and return values of the functions in the script.
|
|
1506
|
+
*/
|
|
1507
|
+
entries: TypeProfileEntry[];
|
|
1508
|
+
}
|
|
1509
|
+
interface SetSamplingIntervalParameterType {
|
|
1510
|
+
/**
|
|
1511
|
+
* New sampling interval in microseconds.
|
|
1512
|
+
*/
|
|
1513
|
+
interval: number;
|
|
1514
|
+
}
|
|
1515
|
+
interface StartPreciseCoverageParameterType {
|
|
1516
|
+
/**
|
|
1517
|
+
* Collect accurate call counts beyond simple 'covered' or 'not covered'.
|
|
1518
|
+
*/
|
|
1519
|
+
callCount?: boolean | undefined;
|
|
1520
|
+
/**
|
|
1521
|
+
* Collect block-based coverage.
|
|
1522
|
+
*/
|
|
1523
|
+
detailed?: boolean | undefined;
|
|
1524
|
+
}
|
|
1525
|
+
interface StopReturnType {
|
|
1526
|
+
/**
|
|
1527
|
+
* Recorded profile.
|
|
1528
|
+
*/
|
|
1529
|
+
profile: Profile;
|
|
1530
|
+
}
|
|
1531
|
+
interface TakePreciseCoverageReturnType {
|
|
1532
|
+
/**
|
|
1533
|
+
* Coverage data for the current isolate.
|
|
1534
|
+
*/
|
|
1535
|
+
result: ScriptCoverage[];
|
|
1536
|
+
}
|
|
1537
|
+
interface GetBestEffortCoverageReturnType {
|
|
1538
|
+
/**
|
|
1539
|
+
* Coverage data for the current isolate.
|
|
1540
|
+
*/
|
|
1541
|
+
result: ScriptCoverage[];
|
|
1542
|
+
}
|
|
1543
|
+
interface TakeTypeProfileReturnType {
|
|
1544
|
+
/**
|
|
1545
|
+
* Type profile for all scripts since startTypeProfile() was turned on.
|
|
1546
|
+
*/
|
|
1547
|
+
result: ScriptTypeProfile[];
|
|
1548
|
+
}
|
|
1549
|
+
interface ConsoleProfileStartedEventDataType {
|
|
1550
|
+
id: string;
|
|
1551
|
+
/**
|
|
1552
|
+
* Location of console.profile().
|
|
1553
|
+
*/
|
|
1554
|
+
location: Debugger.Location;
|
|
1555
|
+
/**
|
|
1556
|
+
* Profile title passed as an argument to console.profile().
|
|
1557
|
+
*/
|
|
1558
|
+
title?: string | undefined;
|
|
1559
|
+
}
|
|
1560
|
+
interface ConsoleProfileFinishedEventDataType {
|
|
1561
|
+
id: string;
|
|
1562
|
+
/**
|
|
1563
|
+
* Location of console.profileEnd().
|
|
1564
|
+
*/
|
|
1565
|
+
location: Debugger.Location;
|
|
1566
|
+
profile: Profile;
|
|
1567
|
+
/**
|
|
1568
|
+
* Profile title passed as an argument to console.profile().
|
|
1569
|
+
*/
|
|
1570
|
+
title?: string | undefined;
|
|
1571
|
+
}
|
|
1572
|
+
}
|
|
1573
|
+
namespace HeapProfiler {
|
|
1574
|
+
/**
|
|
1575
|
+
* Heap snapshot object id.
|
|
1576
|
+
*/
|
|
1577
|
+
type HeapSnapshotObjectId = string;
|
|
1578
|
+
/**
|
|
1579
|
+
* Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
|
|
1580
|
+
*/
|
|
1581
|
+
interface SamplingHeapProfileNode {
|
|
1582
|
+
/**
|
|
1583
|
+
* Function location.
|
|
1584
|
+
*/
|
|
1585
|
+
callFrame: Runtime.CallFrame;
|
|
1586
|
+
/**
|
|
1587
|
+
* Allocations size in bytes for the node excluding children.
|
|
1588
|
+
*/
|
|
1589
|
+
selfSize: number;
|
|
1590
|
+
/**
|
|
1591
|
+
* Child nodes.
|
|
1592
|
+
*/
|
|
1593
|
+
children: SamplingHeapProfileNode[];
|
|
1594
|
+
}
|
|
1595
|
+
/**
|
|
1596
|
+
* Profile.
|
|
1597
|
+
*/
|
|
1598
|
+
interface SamplingHeapProfile {
|
|
1599
|
+
head: SamplingHeapProfileNode;
|
|
1600
|
+
}
|
|
1601
|
+
interface StartTrackingHeapObjectsParameterType {
|
|
1602
|
+
trackAllocations?: boolean | undefined;
|
|
1603
|
+
}
|
|
1604
|
+
interface StopTrackingHeapObjectsParameterType {
|
|
1605
|
+
/**
|
|
1606
|
+
* If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.
|
|
1607
|
+
*/
|
|
1608
|
+
reportProgress?: boolean | undefined;
|
|
1609
|
+
}
|
|
1610
|
+
interface TakeHeapSnapshotParameterType {
|
|
1611
|
+
/**
|
|
1612
|
+
* If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.
|
|
1613
|
+
*/
|
|
1614
|
+
reportProgress?: boolean | undefined;
|
|
1615
|
+
}
|
|
1616
|
+
interface GetObjectByHeapObjectIdParameterType {
|
|
1617
|
+
objectId: HeapSnapshotObjectId;
|
|
1618
|
+
/**
|
|
1619
|
+
* Symbolic group name that can be used to release multiple objects.
|
|
1620
|
+
*/
|
|
1621
|
+
objectGroup?: string | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
interface AddInspectedHeapObjectParameterType {
|
|
1624
|
+
/**
|
|
1625
|
+
* Heap snapshot object id to be accessible by means of $x command line API.
|
|
1626
|
+
*/
|
|
1627
|
+
heapObjectId: HeapSnapshotObjectId;
|
|
1628
|
+
}
|
|
1629
|
+
interface GetHeapObjectIdParameterType {
|
|
1630
|
+
/**
|
|
1631
|
+
* Identifier of the object to get heap object id for.
|
|
1632
|
+
*/
|
|
1633
|
+
objectId: Runtime.RemoteObjectId;
|
|
1634
|
+
}
|
|
1635
|
+
interface StartSamplingParameterType {
|
|
1636
|
+
/**
|
|
1637
|
+
* Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.
|
|
1638
|
+
*/
|
|
1639
|
+
samplingInterval?: number | undefined;
|
|
1640
|
+
}
|
|
1641
|
+
interface GetObjectByHeapObjectIdReturnType {
|
|
1642
|
+
/**
|
|
1643
|
+
* Evaluation result.
|
|
1644
|
+
*/
|
|
1645
|
+
result: Runtime.RemoteObject;
|
|
1646
|
+
}
|
|
1647
|
+
interface GetHeapObjectIdReturnType {
|
|
1648
|
+
/**
|
|
1649
|
+
* Id of the heap snapshot object corresponding to the passed remote object id.
|
|
1650
|
+
*/
|
|
1651
|
+
heapSnapshotObjectId: HeapSnapshotObjectId;
|
|
1652
|
+
}
|
|
1653
|
+
interface StopSamplingReturnType {
|
|
1654
|
+
/**
|
|
1655
|
+
* Recorded sampling heap profile.
|
|
1656
|
+
*/
|
|
1657
|
+
profile: SamplingHeapProfile;
|
|
1658
|
+
}
|
|
1659
|
+
interface GetSamplingProfileReturnType {
|
|
1660
|
+
/**
|
|
1661
|
+
* Return the sampling profile being collected.
|
|
1662
|
+
*/
|
|
1663
|
+
profile: SamplingHeapProfile;
|
|
1664
|
+
}
|
|
1665
|
+
interface AddHeapSnapshotChunkEventDataType {
|
|
1666
|
+
chunk: string;
|
|
1667
|
+
}
|
|
1668
|
+
interface ReportHeapSnapshotProgressEventDataType {
|
|
1669
|
+
done: number;
|
|
1670
|
+
total: number;
|
|
1671
|
+
finished?: boolean | undefined;
|
|
1672
|
+
}
|
|
1673
|
+
interface LastSeenObjectIdEventDataType {
|
|
1674
|
+
lastSeenObjectId: number;
|
|
1675
|
+
timestamp: number;
|
|
1676
|
+
}
|
|
1677
|
+
interface HeapStatsUpdateEventDataType {
|
|
1678
|
+
/**
|
|
1679
|
+
* An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
|
|
1680
|
+
*/
|
|
1681
|
+
statsUpdate: number[];
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
namespace NodeTracing {
|
|
1685
|
+
interface TraceConfig {
|
|
1686
|
+
/**
|
|
1687
|
+
* Controls how the trace buffer stores data.
|
|
1688
|
+
*/
|
|
1689
|
+
recordMode?: string | undefined;
|
|
1690
|
+
/**
|
|
1691
|
+
* Included category filters.
|
|
1692
|
+
*/
|
|
1693
|
+
includedCategories: string[];
|
|
1694
|
+
}
|
|
1695
|
+
interface StartParameterType {
|
|
1696
|
+
traceConfig: TraceConfig;
|
|
1697
|
+
}
|
|
1698
|
+
interface GetCategoriesReturnType {
|
|
1699
|
+
/**
|
|
1700
|
+
* A list of supported tracing categories.
|
|
1701
|
+
*/
|
|
1702
|
+
categories: string[];
|
|
1703
|
+
}
|
|
1704
|
+
interface DataCollectedEventDataType {
|
|
1705
|
+
value: Array<{}>;
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
namespace NodeWorker {
|
|
1709
|
+
type WorkerID = string;
|
|
1710
|
+
/**
|
|
1711
|
+
* Unique identifier of attached debugging session.
|
|
1712
|
+
*/
|
|
1713
|
+
type SessionID = string;
|
|
1714
|
+
interface WorkerInfo {
|
|
1715
|
+
workerId: WorkerID;
|
|
1716
|
+
type: string;
|
|
1717
|
+
title: string;
|
|
1718
|
+
url: string;
|
|
1719
|
+
}
|
|
1720
|
+
interface SendMessageToWorkerParameterType {
|
|
1721
|
+
message: string;
|
|
1722
|
+
/**
|
|
1723
|
+
* Identifier of the session.
|
|
1724
|
+
*/
|
|
1725
|
+
sessionId: SessionID;
|
|
1726
|
+
}
|
|
1727
|
+
interface EnableParameterType {
|
|
1728
|
+
/**
|
|
1729
|
+
* Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger`
|
|
1730
|
+
* message to run them.
|
|
1731
|
+
*/
|
|
1732
|
+
waitForDebuggerOnStart: boolean;
|
|
1733
|
+
}
|
|
1734
|
+
interface DetachParameterType {
|
|
1735
|
+
sessionId: SessionID;
|
|
1736
|
+
}
|
|
1737
|
+
interface AttachedToWorkerEventDataType {
|
|
1738
|
+
/**
|
|
1739
|
+
* Identifier assigned to the session used to send/receive messages.
|
|
1740
|
+
*/
|
|
1741
|
+
sessionId: SessionID;
|
|
1742
|
+
workerInfo: WorkerInfo;
|
|
1743
|
+
waitingForDebugger: boolean;
|
|
1744
|
+
}
|
|
1745
|
+
interface DetachedFromWorkerEventDataType {
|
|
1746
|
+
/**
|
|
1747
|
+
* Detached session identifier.
|
|
1748
|
+
*/
|
|
1749
|
+
sessionId: SessionID;
|
|
1750
|
+
}
|
|
1751
|
+
interface ReceivedMessageFromWorkerEventDataType {
|
|
1752
|
+
/**
|
|
1753
|
+
* Identifier of a session which sends a message.
|
|
1754
|
+
*/
|
|
1755
|
+
sessionId: SessionID;
|
|
1756
|
+
message: string;
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1759
|
+
namespace NodeRuntime {
|
|
1760
|
+
interface NotifyWhenWaitingForDisconnectParameterType {
|
|
1761
|
+
enabled: boolean;
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
/**
|
|
1765
|
+
* The `inspector.Session` is used for dispatching messages to the V8 inspector
|
|
1766
|
+
* back-end and receiving message responses and notifications.
|
|
1767
|
+
*/
|
|
1768
|
+
class Session extends EventEmitter {
|
|
1769
|
+
/**
|
|
1770
|
+
* Create a new instance of the inspector.Session class.
|
|
1771
|
+
* The inspector session needs to be connected through session.connect() before the messages can be dispatched to the inspector backend.
|
|
1772
|
+
*/
|
|
1773
|
+
constructor();
|
|
1774
|
+
/**
|
|
1775
|
+
* Connects a session to the inspector back-end.
|
|
1776
|
+
* @since v8.0.0
|
|
1777
|
+
*/
|
|
1778
|
+
connect(): void;
|
|
1779
|
+
/**
|
|
1780
|
+
* Connects a session to the inspector back-end.
|
|
1781
|
+
* An exception will be thrown if this API was not called on a Worker thread.
|
|
1782
|
+
* @since v12.11.0
|
|
1783
|
+
*/
|
|
1784
|
+
connectToMainThread(): void;
|
|
1785
|
+
/**
|
|
1786
|
+
* Immediately close the session. All pending message callbacks will be called
|
|
1787
|
+
* with an error. `session.connect()` will need to be called to be able to send
|
|
1788
|
+
* messages again. Reconnected session will lose all inspector state, such as
|
|
1789
|
+
* enabled agents or configured breakpoints.
|
|
1790
|
+
* @since v8.0.0
|
|
1791
|
+
*/
|
|
1792
|
+
disconnect(): void;
|
|
1793
|
+
/**
|
|
1794
|
+
* Posts a message to the inspector back-end. `callback` will be notified when
|
|
1795
|
+
* a response is received. `callback` is a function that accepts two optional
|
|
1796
|
+
* arguments: error and message-specific result.
|
|
1797
|
+
*
|
|
1798
|
+
* ```js
|
|
1799
|
+
* session.post('Runtime.evaluate', { expression: '2 + 2' },
|
|
1800
|
+
* (error, { result }) => console.log(result));
|
|
1801
|
+
* // Output: { type: 'number', value: 4, description: '4' }
|
|
1802
|
+
* ```
|
|
1803
|
+
*
|
|
1804
|
+
* The latest version of the V8 inspector protocol is published on the [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/).
|
|
1805
|
+
*
|
|
1806
|
+
* Node.js inspector supports all the Chrome DevTools Protocol domains declared
|
|
1807
|
+
* by V8\. Chrome DevTools Protocol domain provides an interface for interacting
|
|
1808
|
+
* with one of the runtime agents used to inspect the application state and listen
|
|
1809
|
+
* to the run-time events.
|
|
1810
|
+
*
|
|
1811
|
+
* ## Example usage
|
|
1812
|
+
*
|
|
1813
|
+
* Apart from the debugger, various V8 Profilers are available through the DevTools
|
|
1814
|
+
* protocol.
|
|
1815
|
+
* @since v8.0.0
|
|
1816
|
+
*/
|
|
1817
|
+
post(method: string, params?: {}, callback?: (err: Error | null, params?: {}) => void): void;
|
|
1818
|
+
post(method: string, callback?: (err: Error | null, params?: {}) => void): void;
|
|
1819
|
+
/**
|
|
1820
|
+
* Returns supported domains.
|
|
1821
|
+
*/
|
|
1822
|
+
post(method: 'Schema.getDomains', callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void;
|
|
1823
|
+
/**
|
|
1824
|
+
* Evaluates expression on global object.
|
|
1825
|
+
*/
|
|
1826
|
+
post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
|
|
1827
|
+
post(method: 'Runtime.evaluate', callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
|
|
1828
|
+
/**
|
|
1829
|
+
* Add handler to promise with given promise object id.
|
|
1830
|
+
*/
|
|
1831
|
+
post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
|
|
1832
|
+
post(method: 'Runtime.awaitPromise', callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
|
|
1833
|
+
/**
|
|
1834
|
+
* Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
|
|
1835
|
+
*/
|
|
1836
|
+
post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
|
|
1837
|
+
post(method: 'Runtime.callFunctionOn', callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
|
|
1838
|
+
/**
|
|
1839
|
+
* Returns properties of a given object. Object group of the result is inherited from the target object.
|
|
1840
|
+
*/
|
|
1841
|
+
post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
|
|
1842
|
+
post(method: 'Runtime.getProperties', callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
|
|
1843
|
+
/**
|
|
1844
|
+
* Releases remote object with given id.
|
|
1845
|
+
*/
|
|
1846
|
+
post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void;
|
|
1847
|
+
post(method: 'Runtime.releaseObject', callback?: (err: Error | null) => void): void;
|
|
1848
|
+
/**
|
|
1849
|
+
* Releases all remote objects that belong to a given group.
|
|
1850
|
+
*/
|
|
1851
|
+
post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void;
|
|
1852
|
+
post(method: 'Runtime.releaseObjectGroup', callback?: (err: Error | null) => void): void;
|
|
1853
|
+
/**
|
|
1854
|
+
* Tells inspected instance to run if it was waiting for debugger to attach.
|
|
1855
|
+
*/
|
|
1856
|
+
post(method: 'Runtime.runIfWaitingForDebugger', callback?: (err: Error | null) => void): void;
|
|
1857
|
+
/**
|
|
1858
|
+
* Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
|
|
1859
|
+
*/
|
|
1860
|
+
post(method: 'Runtime.enable', callback?: (err: Error | null) => void): void;
|
|
1861
|
+
/**
|
|
1862
|
+
* Disables reporting of execution contexts creation.
|
|
1863
|
+
*/
|
|
1864
|
+
post(method: 'Runtime.disable', callback?: (err: Error | null) => void): void;
|
|
1865
|
+
/**
|
|
1866
|
+
* Discards collected exceptions and console API calls.
|
|
1867
|
+
*/
|
|
1868
|
+
post(method: 'Runtime.discardConsoleEntries', callback?: (err: Error | null) => void): void;
|
|
1869
|
+
/**
|
|
1870
|
+
* @experimental
|
|
1871
|
+
*/
|
|
1872
|
+
post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void;
|
|
1873
|
+
post(method: 'Runtime.setCustomObjectFormatterEnabled', callback?: (err: Error | null) => void): void;
|
|
1874
|
+
/**
|
|
1875
|
+
* Compiles expression.
|
|
1876
|
+
*/
|
|
1877
|
+
post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
|
|
1878
|
+
post(method: 'Runtime.compileScript', callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
|
|
1879
|
+
/**
|
|
1880
|
+
* Runs script with given id in a given context.
|
|
1881
|
+
*/
|
|
1882
|
+
post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
|
|
1883
|
+
post(method: 'Runtime.runScript', callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
|
|
1884
|
+
post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
|
|
1885
|
+
post(method: 'Runtime.queryObjects', callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
|
|
1886
|
+
/**
|
|
1887
|
+
* Returns all let, const and class variables from global scope.
|
|
1888
|
+
*/
|
|
1889
|
+
post(
|
|
1890
|
+
method: 'Runtime.globalLexicalScopeNames',
|
|
1891
|
+
params?: Runtime.GlobalLexicalScopeNamesParameterType,
|
|
1892
|
+
callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void
|
|
1893
|
+
): void;
|
|
1894
|
+
post(method: 'Runtime.globalLexicalScopeNames', callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void;
|
|
1895
|
+
/**
|
|
1896
|
+
* Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
|
|
1897
|
+
*/
|
|
1898
|
+
post(method: 'Debugger.enable', callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void;
|
|
1899
|
+
/**
|
|
1900
|
+
* Disables debugger for given page.
|
|
1901
|
+
*/
|
|
1902
|
+
post(method: 'Debugger.disable', callback?: (err: Error | null) => void): void;
|
|
1903
|
+
/**
|
|
1904
|
+
* Activates / deactivates all breakpoints on the page.
|
|
1905
|
+
*/
|
|
1906
|
+
post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void;
|
|
1907
|
+
post(method: 'Debugger.setBreakpointsActive', callback?: (err: Error | null) => void): void;
|
|
1908
|
+
/**
|
|
1909
|
+
* Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
|
|
1910
|
+
*/
|
|
1911
|
+
post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void;
|
|
1912
|
+
post(method: 'Debugger.setSkipAllPauses', callback?: (err: Error | null) => void): void;
|
|
1913
|
+
/**
|
|
1914
|
+
* Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
|
|
1915
|
+
*/
|
|
1916
|
+
post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
|
|
1917
|
+
post(method: 'Debugger.setBreakpointByUrl', callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
|
|
1918
|
+
/**
|
|
1919
|
+
* Sets JavaScript breakpoint at a given location.
|
|
1920
|
+
*/
|
|
1921
|
+
post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
|
|
1922
|
+
post(method: 'Debugger.setBreakpoint', callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
|
|
1923
|
+
/**
|
|
1924
|
+
* Removes JavaScript breakpoint.
|
|
1925
|
+
*/
|
|
1926
|
+
post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void;
|
|
1927
|
+
post(method: 'Debugger.removeBreakpoint', callback?: (err: Error | null) => void): void;
|
|
1928
|
+
/**
|
|
1929
|
+
* Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
|
|
1930
|
+
*/
|
|
1931
|
+
post(
|
|
1932
|
+
method: 'Debugger.getPossibleBreakpoints',
|
|
1933
|
+
params?: Debugger.GetPossibleBreakpointsParameterType,
|
|
1934
|
+
callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void
|
|
1935
|
+
): void;
|
|
1936
|
+
post(method: 'Debugger.getPossibleBreakpoints', callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void;
|
|
1937
|
+
/**
|
|
1938
|
+
* Continues execution until specific location is reached.
|
|
1939
|
+
*/
|
|
1940
|
+
post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void;
|
|
1941
|
+
post(method: 'Debugger.continueToLocation', callback?: (err: Error | null) => void): void;
|
|
1942
|
+
/**
|
|
1943
|
+
* @experimental
|
|
1944
|
+
*/
|
|
1945
|
+
post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void;
|
|
1946
|
+
post(method: 'Debugger.pauseOnAsyncCall', callback?: (err: Error | null) => void): void;
|
|
1947
|
+
/**
|
|
1948
|
+
* Steps over the statement.
|
|
1949
|
+
*/
|
|
1950
|
+
post(method: 'Debugger.stepOver', callback?: (err: Error | null) => void): void;
|
|
1951
|
+
/**
|
|
1952
|
+
* Steps into the function call.
|
|
1953
|
+
*/
|
|
1954
|
+
post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void;
|
|
1955
|
+
post(method: 'Debugger.stepInto', callback?: (err: Error | null) => void): void;
|
|
1956
|
+
/**
|
|
1957
|
+
* Steps out of the function call.
|
|
1958
|
+
*/
|
|
1959
|
+
post(method: 'Debugger.stepOut', callback?: (err: Error | null) => void): void;
|
|
1960
|
+
/**
|
|
1961
|
+
* Stops on the next JavaScript statement.
|
|
1962
|
+
*/
|
|
1963
|
+
post(method: 'Debugger.pause', callback?: (err: Error | null) => void): void;
|
|
1964
|
+
/**
|
|
1965
|
+
* This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
|
|
1966
|
+
* @experimental
|
|
1967
|
+
*/
|
|
1968
|
+
post(method: 'Debugger.scheduleStepIntoAsync', callback?: (err: Error | null) => void): void;
|
|
1969
|
+
/**
|
|
1970
|
+
* Resumes JavaScript execution.
|
|
1971
|
+
*/
|
|
1972
|
+
post(method: 'Debugger.resume', callback?: (err: Error | null) => void): void;
|
|
1973
|
+
/**
|
|
1974
|
+
* Returns stack trace with given <code>stackTraceId</code>.
|
|
1975
|
+
* @experimental
|
|
1976
|
+
*/
|
|
1977
|
+
post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
|
|
1978
|
+
post(method: 'Debugger.getStackTrace', callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
|
|
1979
|
+
/**
|
|
1980
|
+
* Searches for given string in script content.
|
|
1981
|
+
*/
|
|
1982
|
+
post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
|
|
1983
|
+
post(method: 'Debugger.searchInContent', callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
|
|
1984
|
+
/**
|
|
1985
|
+
* Edits JavaScript source live.
|
|
1986
|
+
*/
|
|
1987
|
+
post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
|
|
1988
|
+
post(method: 'Debugger.setScriptSource', callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
|
|
1989
|
+
/**
|
|
1990
|
+
* Restarts particular call frame from the beginning.
|
|
1991
|
+
*/
|
|
1992
|
+
post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
|
|
1993
|
+
post(method: 'Debugger.restartFrame', callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
|
|
1994
|
+
/**
|
|
1995
|
+
* Returns source for the script with given id.
|
|
1996
|
+
*/
|
|
1997
|
+
post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
|
|
1998
|
+
post(method: 'Debugger.getScriptSource', callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
|
|
1999
|
+
/**
|
|
2000
|
+
* Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.
|
|
2001
|
+
*/
|
|
2002
|
+
post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void;
|
|
2003
|
+
post(method: 'Debugger.setPauseOnExceptions', callback?: (err: Error | null) => void): void;
|
|
2004
|
+
/**
|
|
2005
|
+
* Evaluates expression on a given call frame.
|
|
2006
|
+
*/
|
|
2007
|
+
post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
|
|
2008
|
+
post(method: 'Debugger.evaluateOnCallFrame', callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
|
|
2009
|
+
/**
|
|
2010
|
+
* Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
|
|
2011
|
+
*/
|
|
2012
|
+
post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void;
|
|
2013
|
+
post(method: 'Debugger.setVariableValue', callback?: (err: Error | null) => void): void;
|
|
2014
|
+
/**
|
|
2015
|
+
* Changes return value in top frame. Available only at return break position.
|
|
2016
|
+
* @experimental
|
|
2017
|
+
*/
|
|
2018
|
+
post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void;
|
|
2019
|
+
post(method: 'Debugger.setReturnValue', callback?: (err: Error | null) => void): void;
|
|
2020
|
+
/**
|
|
2021
|
+
* Enables or disables async call stacks tracking.
|
|
2022
|
+
*/
|
|
2023
|
+
post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void;
|
|
2024
|
+
post(method: 'Debugger.setAsyncCallStackDepth', callback?: (err: Error | null) => void): void;
|
|
2025
|
+
/**
|
|
2026
|
+
* Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
|
|
2027
|
+
* @experimental
|
|
2028
|
+
*/
|
|
2029
|
+
post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void;
|
|
2030
|
+
post(method: 'Debugger.setBlackboxPatterns', callback?: (err: Error | null) => void): void;
|
|
2031
|
+
/**
|
|
2032
|
+
* Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
|
|
2033
|
+
* @experimental
|
|
2034
|
+
*/
|
|
2035
|
+
post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void;
|
|
2036
|
+
post(method: 'Debugger.setBlackboxedRanges', callback?: (err: Error | null) => void): void;
|
|
2037
|
+
/**
|
|
2038
|
+
* Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification.
|
|
2039
|
+
*/
|
|
2040
|
+
post(method: 'Console.enable', callback?: (err: Error | null) => void): void;
|
|
2041
|
+
/**
|
|
2042
|
+
* Disables console domain, prevents further console messages from being reported to the client.
|
|
2043
|
+
*/
|
|
2044
|
+
post(method: 'Console.disable', callback?: (err: Error | null) => void): void;
|
|
2045
|
+
/**
|
|
2046
|
+
* Does nothing.
|
|
2047
|
+
*/
|
|
2048
|
+
post(method: 'Console.clearMessages', callback?: (err: Error | null) => void): void;
|
|
2049
|
+
post(method: 'Profiler.enable', callback?: (err: Error | null) => void): void;
|
|
2050
|
+
post(method: 'Profiler.disable', callback?: (err: Error | null) => void): void;
|
|
2051
|
+
/**
|
|
2052
|
+
* Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
|
|
2053
|
+
*/
|
|
2054
|
+
post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void;
|
|
2055
|
+
post(method: 'Profiler.setSamplingInterval', callback?: (err: Error | null) => void): void;
|
|
2056
|
+
post(method: 'Profiler.start', callback?: (err: Error | null) => void): void;
|
|
2057
|
+
post(method: 'Profiler.stop', callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void;
|
|
2058
|
+
/**
|
|
2059
|
+
* Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
|
|
2060
|
+
*/
|
|
2061
|
+
post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void;
|
|
2062
|
+
post(method: 'Profiler.startPreciseCoverage', callback?: (err: Error | null) => void): void;
|
|
2063
|
+
/**
|
|
2064
|
+
* Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
|
|
2065
|
+
*/
|
|
2066
|
+
post(method: 'Profiler.stopPreciseCoverage', callback?: (err: Error | null) => void): void;
|
|
2067
|
+
/**
|
|
2068
|
+
* Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
|
|
2069
|
+
*/
|
|
2070
|
+
post(method: 'Profiler.takePreciseCoverage', callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void;
|
|
2071
|
+
/**
|
|
2072
|
+
* Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
|
|
2073
|
+
*/
|
|
2074
|
+
post(method: 'Profiler.getBestEffortCoverage', callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void;
|
|
2075
|
+
/**
|
|
2076
|
+
* Enable type profile.
|
|
2077
|
+
* @experimental
|
|
2078
|
+
*/
|
|
2079
|
+
post(method: 'Profiler.startTypeProfile', callback?: (err: Error | null) => void): void;
|
|
2080
|
+
/**
|
|
2081
|
+
* Disable type profile. Disabling releases type profile data collected so far.
|
|
2082
|
+
* @experimental
|
|
2083
|
+
*/
|
|
2084
|
+
post(method: 'Profiler.stopTypeProfile', callback?: (err: Error | null) => void): void;
|
|
2085
|
+
/**
|
|
2086
|
+
* Collect type profile.
|
|
2087
|
+
* @experimental
|
|
2088
|
+
*/
|
|
2089
|
+
post(method: 'Profiler.takeTypeProfile', callback?: (err: Error | null, params: Profiler.TakeTypeProfileReturnType) => void): void;
|
|
2090
|
+
post(method: 'HeapProfiler.enable', callback?: (err: Error | null) => void): void;
|
|
2091
|
+
post(method: 'HeapProfiler.disable', callback?: (err: Error | null) => void): void;
|
|
2092
|
+
post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
|
|
2093
|
+
post(method: 'HeapProfiler.startTrackingHeapObjects', callback?: (err: Error | null) => void): void;
|
|
2094
|
+
post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
|
|
2095
|
+
post(method: 'HeapProfiler.stopTrackingHeapObjects', callback?: (err: Error | null) => void): void;
|
|
2096
|
+
post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void;
|
|
2097
|
+
post(method: 'HeapProfiler.takeHeapSnapshot', callback?: (err: Error | null) => void): void;
|
|
2098
|
+
post(method: 'HeapProfiler.collectGarbage', callback?: (err: Error | null) => void): void;
|
|
2099
|
+
post(
|
|
2100
|
+
method: 'HeapProfiler.getObjectByHeapObjectId',
|
|
2101
|
+
params?: HeapProfiler.GetObjectByHeapObjectIdParameterType,
|
|
2102
|
+
callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void
|
|
2103
|
+
): void;
|
|
2104
|
+
post(method: 'HeapProfiler.getObjectByHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void;
|
|
2105
|
+
/**
|
|
2106
|
+
* Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
|
|
2107
|
+
*/
|
|
2108
|
+
post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void;
|
|
2109
|
+
post(method: 'HeapProfiler.addInspectedHeapObject', callback?: (err: Error | null) => void): void;
|
|
2110
|
+
post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
|
|
2111
|
+
post(method: 'HeapProfiler.getHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
|
|
2112
|
+
post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void;
|
|
2113
|
+
post(method: 'HeapProfiler.startSampling', callback?: (err: Error | null) => void): void;
|
|
2114
|
+
post(method: 'HeapProfiler.stopSampling', callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void;
|
|
2115
|
+
post(method: 'HeapProfiler.getSamplingProfile', callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void;
|
|
2116
|
+
/**
|
|
2117
|
+
* Gets supported tracing categories.
|
|
2118
|
+
*/
|
|
2119
|
+
post(method: 'NodeTracing.getCategories', callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void;
|
|
2120
|
+
/**
|
|
2121
|
+
* Start trace events collection.
|
|
2122
|
+
*/
|
|
2123
|
+
post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void;
|
|
2124
|
+
post(method: 'NodeTracing.start', callback?: (err: Error | null) => void): void;
|
|
2125
|
+
/**
|
|
2126
|
+
* Stop trace events collection. Remaining collected events will be sent as a sequence of
|
|
2127
|
+
* dataCollected events followed by tracingComplete event.
|
|
2128
|
+
*/
|
|
2129
|
+
post(method: 'NodeTracing.stop', callback?: (err: Error | null) => void): void;
|
|
2130
|
+
/**
|
|
2131
|
+
* Sends protocol message over session with given id.
|
|
2132
|
+
*/
|
|
2133
|
+
post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void;
|
|
2134
|
+
post(method: 'NodeWorker.sendMessageToWorker', callback?: (err: Error | null) => void): void;
|
|
2135
|
+
/**
|
|
2136
|
+
* Instructs the inspector to attach to running workers. Will also attach to new workers
|
|
2137
|
+
* as they start
|
|
2138
|
+
*/
|
|
2139
|
+
post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void;
|
|
2140
|
+
post(method: 'NodeWorker.enable', callback?: (err: Error | null) => void): void;
|
|
2141
|
+
/**
|
|
2142
|
+
* Detaches from all running workers and disables attaching to new workers as they are started.
|
|
2143
|
+
*/
|
|
2144
|
+
post(method: 'NodeWorker.disable', callback?: (err: Error | null) => void): void;
|
|
2145
|
+
/**
|
|
2146
|
+
* Detached from the worker with given sessionId.
|
|
2147
|
+
*/
|
|
2148
|
+
post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void;
|
|
2149
|
+
post(method: 'NodeWorker.detach', callback?: (err: Error | null) => void): void;
|
|
2150
|
+
/**
|
|
2151
|
+
* Enable the `NodeRuntime.waitingForDisconnect`.
|
|
2152
|
+
*/
|
|
2153
|
+
post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void;
|
|
2154
|
+
post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', callback?: (err: Error | null) => void): void;
|
|
2155
|
+
// Events
|
|
2156
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
2157
|
+
/**
|
|
2158
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2159
|
+
*/
|
|
2160
|
+
addListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this;
|
|
2161
|
+
/**
|
|
2162
|
+
* Issued when new execution context is created.
|
|
2163
|
+
*/
|
|
2164
|
+
addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2165
|
+
/**
|
|
2166
|
+
* Issued when execution context is destroyed.
|
|
2167
|
+
*/
|
|
2168
|
+
addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2169
|
+
/**
|
|
2170
|
+
* Issued when all executionContexts were cleared in browser
|
|
2171
|
+
*/
|
|
2172
|
+
addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2173
|
+
/**
|
|
2174
|
+
* Issued when exception was thrown and unhandled.
|
|
2175
|
+
*/
|
|
2176
|
+
addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2177
|
+
/**
|
|
2178
|
+
* Issued when unhandled exception was revoked.
|
|
2179
|
+
*/
|
|
2180
|
+
addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2181
|
+
/**
|
|
2182
|
+
* Issued when console API was called.
|
|
2183
|
+
*/
|
|
2184
|
+
addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2185
|
+
/**
|
|
2186
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2187
|
+
*/
|
|
2188
|
+
addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2189
|
+
/**
|
|
2190
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2191
|
+
*/
|
|
2192
|
+
addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2193
|
+
/**
|
|
2194
|
+
* Fired when virtual machine fails to parse the script.
|
|
2195
|
+
*/
|
|
2196
|
+
addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2197
|
+
/**
|
|
2198
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2199
|
+
*/
|
|
2200
|
+
addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2201
|
+
/**
|
|
2202
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2203
|
+
*/
|
|
2204
|
+
addListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2205
|
+
/**
|
|
2206
|
+
* Fired when the virtual machine resumed execution.
|
|
2207
|
+
*/
|
|
2208
|
+
addListener(event: 'Debugger.resumed', listener: () => void): this;
|
|
2209
|
+
/**
|
|
2210
|
+
* Issued when new console message is added.
|
|
2211
|
+
*/
|
|
2212
|
+
addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2213
|
+
/**
|
|
2214
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2215
|
+
*/
|
|
2216
|
+
addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2217
|
+
addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2218
|
+
addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2219
|
+
addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2220
|
+
addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2221
|
+
/**
|
|
2222
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2223
|
+
*/
|
|
2224
|
+
addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2225
|
+
/**
|
|
2226
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2227
|
+
*/
|
|
2228
|
+
addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2229
|
+
/**
|
|
2230
|
+
* Contains an bucket of collected trace events.
|
|
2231
|
+
*/
|
|
2232
|
+
addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2233
|
+
/**
|
|
2234
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2235
|
+
* delivered via dataCollected events.
|
|
2236
|
+
*/
|
|
2237
|
+
addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2238
|
+
/**
|
|
2239
|
+
* Issued when attached to a worker.
|
|
2240
|
+
*/
|
|
2241
|
+
addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2242
|
+
/**
|
|
2243
|
+
* Issued when detached from the worker.
|
|
2244
|
+
*/
|
|
2245
|
+
addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2246
|
+
/**
|
|
2247
|
+
* Notifies about a new protocol message received from the session
|
|
2248
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2249
|
+
*/
|
|
2250
|
+
addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2251
|
+
/**
|
|
2252
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2253
|
+
* enabled.
|
|
2254
|
+
* It is fired when the Node process finished all code execution and is
|
|
2255
|
+
* waiting for all frontends to disconnect.
|
|
2256
|
+
*/
|
|
2257
|
+
addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2258
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
2259
|
+
emit(event: 'inspectorNotification', message: InspectorNotification<{}>): boolean;
|
|
2260
|
+
emit(event: 'Runtime.executionContextCreated', message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
|
|
2261
|
+
emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean;
|
|
2262
|
+
emit(event: 'Runtime.executionContextsCleared'): boolean;
|
|
2263
|
+
emit(event: 'Runtime.exceptionThrown', message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean;
|
|
2264
|
+
emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean;
|
|
2265
|
+
emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean;
|
|
2266
|
+
emit(event: 'Runtime.inspectRequested', message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean;
|
|
2267
|
+
emit(event: 'Debugger.scriptParsed', message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean;
|
|
2268
|
+
emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean;
|
|
2269
|
+
emit(event: 'Debugger.breakpointResolved', message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean;
|
|
2270
|
+
emit(event: 'Debugger.paused', message: InspectorNotification<Debugger.PausedEventDataType>): boolean;
|
|
2271
|
+
emit(event: 'Debugger.resumed'): boolean;
|
|
2272
|
+
emit(event: 'Console.messageAdded', message: InspectorNotification<Console.MessageAddedEventDataType>): boolean;
|
|
2273
|
+
emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean;
|
|
2274
|
+
emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean;
|
|
2275
|
+
emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean;
|
|
2276
|
+
emit(event: 'HeapProfiler.resetProfiles'): boolean;
|
|
2277
|
+
emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
|
|
2278
|
+
emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
|
|
2279
|
+
emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
|
|
2280
|
+
emit(event: 'NodeTracing.dataCollected', message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
|
|
2281
|
+
emit(event: 'NodeTracing.tracingComplete'): boolean;
|
|
2282
|
+
emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
|
|
2283
|
+
emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
|
|
2284
|
+
emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
|
|
2285
|
+
emit(event: 'NodeRuntime.waitingForDisconnect'): boolean;
|
|
2286
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
|
2287
|
+
/**
|
|
2288
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2289
|
+
*/
|
|
2290
|
+
on(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this;
|
|
2291
|
+
/**
|
|
2292
|
+
* Issued when new execution context is created.
|
|
2293
|
+
*/
|
|
2294
|
+
on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2295
|
+
/**
|
|
2296
|
+
* Issued when execution context is destroyed.
|
|
2297
|
+
*/
|
|
2298
|
+
on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2299
|
+
/**
|
|
2300
|
+
* Issued when all executionContexts were cleared in browser
|
|
2301
|
+
*/
|
|
2302
|
+
on(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2303
|
+
/**
|
|
2304
|
+
* Issued when exception was thrown and unhandled.
|
|
2305
|
+
*/
|
|
2306
|
+
on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2307
|
+
/**
|
|
2308
|
+
* Issued when unhandled exception was revoked.
|
|
2309
|
+
*/
|
|
2310
|
+
on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2311
|
+
/**
|
|
2312
|
+
* Issued when console API was called.
|
|
2313
|
+
*/
|
|
2314
|
+
on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2315
|
+
/**
|
|
2316
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2317
|
+
*/
|
|
2318
|
+
on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2319
|
+
/**
|
|
2320
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2321
|
+
*/
|
|
2322
|
+
on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2323
|
+
/**
|
|
2324
|
+
* Fired when virtual machine fails to parse the script.
|
|
2325
|
+
*/
|
|
2326
|
+
on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2327
|
+
/**
|
|
2328
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2329
|
+
*/
|
|
2330
|
+
on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2331
|
+
/**
|
|
2332
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2333
|
+
*/
|
|
2334
|
+
on(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2335
|
+
/**
|
|
2336
|
+
* Fired when the virtual machine resumed execution.
|
|
2337
|
+
*/
|
|
2338
|
+
on(event: 'Debugger.resumed', listener: () => void): this;
|
|
2339
|
+
/**
|
|
2340
|
+
* Issued when new console message is added.
|
|
2341
|
+
*/
|
|
2342
|
+
on(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2343
|
+
/**
|
|
2344
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2345
|
+
*/
|
|
2346
|
+
on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2347
|
+
on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2348
|
+
on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2349
|
+
on(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2350
|
+
on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2351
|
+
/**
|
|
2352
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2353
|
+
*/
|
|
2354
|
+
on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2355
|
+
/**
|
|
2356
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2357
|
+
*/
|
|
2358
|
+
on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2359
|
+
/**
|
|
2360
|
+
* Contains an bucket of collected trace events.
|
|
2361
|
+
*/
|
|
2362
|
+
on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2363
|
+
/**
|
|
2364
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2365
|
+
* delivered via dataCollected events.
|
|
2366
|
+
*/
|
|
2367
|
+
on(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2368
|
+
/**
|
|
2369
|
+
* Issued when attached to a worker.
|
|
2370
|
+
*/
|
|
2371
|
+
on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2372
|
+
/**
|
|
2373
|
+
* Issued when detached from the worker.
|
|
2374
|
+
*/
|
|
2375
|
+
on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2376
|
+
/**
|
|
2377
|
+
* Notifies about a new protocol message received from the session
|
|
2378
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2379
|
+
*/
|
|
2380
|
+
on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2381
|
+
/**
|
|
2382
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2383
|
+
* enabled.
|
|
2384
|
+
* It is fired when the Node process finished all code execution and is
|
|
2385
|
+
* waiting for all frontends to disconnect.
|
|
2386
|
+
*/
|
|
2387
|
+
on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2388
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
|
2389
|
+
/**
|
|
2390
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2391
|
+
*/
|
|
2392
|
+
once(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this;
|
|
2393
|
+
/**
|
|
2394
|
+
* Issued when new execution context is created.
|
|
2395
|
+
*/
|
|
2396
|
+
once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2397
|
+
/**
|
|
2398
|
+
* Issued when execution context is destroyed.
|
|
2399
|
+
*/
|
|
2400
|
+
once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2401
|
+
/**
|
|
2402
|
+
* Issued when all executionContexts were cleared in browser
|
|
2403
|
+
*/
|
|
2404
|
+
once(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2405
|
+
/**
|
|
2406
|
+
* Issued when exception was thrown and unhandled.
|
|
2407
|
+
*/
|
|
2408
|
+
once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2409
|
+
/**
|
|
2410
|
+
* Issued when unhandled exception was revoked.
|
|
2411
|
+
*/
|
|
2412
|
+
once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2413
|
+
/**
|
|
2414
|
+
* Issued when console API was called.
|
|
2415
|
+
*/
|
|
2416
|
+
once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2417
|
+
/**
|
|
2418
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2419
|
+
*/
|
|
2420
|
+
once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2421
|
+
/**
|
|
2422
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2423
|
+
*/
|
|
2424
|
+
once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2425
|
+
/**
|
|
2426
|
+
* Fired when virtual machine fails to parse the script.
|
|
2427
|
+
*/
|
|
2428
|
+
once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2429
|
+
/**
|
|
2430
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2431
|
+
*/
|
|
2432
|
+
once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2433
|
+
/**
|
|
2434
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2435
|
+
*/
|
|
2436
|
+
once(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2437
|
+
/**
|
|
2438
|
+
* Fired when the virtual machine resumed execution.
|
|
2439
|
+
*/
|
|
2440
|
+
once(event: 'Debugger.resumed', listener: () => void): this;
|
|
2441
|
+
/**
|
|
2442
|
+
* Issued when new console message is added.
|
|
2443
|
+
*/
|
|
2444
|
+
once(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2445
|
+
/**
|
|
2446
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2447
|
+
*/
|
|
2448
|
+
once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2449
|
+
once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2450
|
+
once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2451
|
+
once(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2452
|
+
once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2453
|
+
/**
|
|
2454
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2455
|
+
*/
|
|
2456
|
+
once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2457
|
+
/**
|
|
2458
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2459
|
+
*/
|
|
2460
|
+
once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2461
|
+
/**
|
|
2462
|
+
* Contains an bucket of collected trace events.
|
|
2463
|
+
*/
|
|
2464
|
+
once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2465
|
+
/**
|
|
2466
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2467
|
+
* delivered via dataCollected events.
|
|
2468
|
+
*/
|
|
2469
|
+
once(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2470
|
+
/**
|
|
2471
|
+
* Issued when attached to a worker.
|
|
2472
|
+
*/
|
|
2473
|
+
once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2474
|
+
/**
|
|
2475
|
+
* Issued when detached from the worker.
|
|
2476
|
+
*/
|
|
2477
|
+
once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2478
|
+
/**
|
|
2479
|
+
* Notifies about a new protocol message received from the session
|
|
2480
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2481
|
+
*/
|
|
2482
|
+
once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2483
|
+
/**
|
|
2484
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2485
|
+
* enabled.
|
|
2486
|
+
* It is fired when the Node process finished all code execution and is
|
|
2487
|
+
* waiting for all frontends to disconnect.
|
|
2488
|
+
*/
|
|
2489
|
+
once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2490
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
2491
|
+
/**
|
|
2492
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2493
|
+
*/
|
|
2494
|
+
prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this;
|
|
2495
|
+
/**
|
|
2496
|
+
* Issued when new execution context is created.
|
|
2497
|
+
*/
|
|
2498
|
+
prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2499
|
+
/**
|
|
2500
|
+
* Issued when execution context is destroyed.
|
|
2501
|
+
*/
|
|
2502
|
+
prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2503
|
+
/**
|
|
2504
|
+
* Issued when all executionContexts were cleared in browser
|
|
2505
|
+
*/
|
|
2506
|
+
prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2507
|
+
/**
|
|
2508
|
+
* Issued when exception was thrown and unhandled.
|
|
2509
|
+
*/
|
|
2510
|
+
prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2511
|
+
/**
|
|
2512
|
+
* Issued when unhandled exception was revoked.
|
|
2513
|
+
*/
|
|
2514
|
+
prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2515
|
+
/**
|
|
2516
|
+
* Issued when console API was called.
|
|
2517
|
+
*/
|
|
2518
|
+
prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2519
|
+
/**
|
|
2520
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2521
|
+
*/
|
|
2522
|
+
prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2523
|
+
/**
|
|
2524
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2525
|
+
*/
|
|
2526
|
+
prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2527
|
+
/**
|
|
2528
|
+
* Fired when virtual machine fails to parse the script.
|
|
2529
|
+
*/
|
|
2530
|
+
prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2531
|
+
/**
|
|
2532
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2533
|
+
*/
|
|
2534
|
+
prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2535
|
+
/**
|
|
2536
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2537
|
+
*/
|
|
2538
|
+
prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2539
|
+
/**
|
|
2540
|
+
* Fired when the virtual machine resumed execution.
|
|
2541
|
+
*/
|
|
2542
|
+
prependListener(event: 'Debugger.resumed', listener: () => void): this;
|
|
2543
|
+
/**
|
|
2544
|
+
* Issued when new console message is added.
|
|
2545
|
+
*/
|
|
2546
|
+
prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2547
|
+
/**
|
|
2548
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2549
|
+
*/
|
|
2550
|
+
prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2551
|
+
prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2552
|
+
prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2553
|
+
prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2554
|
+
prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2555
|
+
/**
|
|
2556
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2557
|
+
*/
|
|
2558
|
+
prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2559
|
+
/**
|
|
2560
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2561
|
+
*/
|
|
2562
|
+
prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2563
|
+
/**
|
|
2564
|
+
* Contains an bucket of collected trace events.
|
|
2565
|
+
*/
|
|
2566
|
+
prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2567
|
+
/**
|
|
2568
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2569
|
+
* delivered via dataCollected events.
|
|
2570
|
+
*/
|
|
2571
|
+
prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2572
|
+
/**
|
|
2573
|
+
* Issued when attached to a worker.
|
|
2574
|
+
*/
|
|
2575
|
+
prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2576
|
+
/**
|
|
2577
|
+
* Issued when detached from the worker.
|
|
2578
|
+
*/
|
|
2579
|
+
prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2580
|
+
/**
|
|
2581
|
+
* Notifies about a new protocol message received from the session
|
|
2582
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2583
|
+
*/
|
|
2584
|
+
prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2585
|
+
/**
|
|
2586
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2587
|
+
* enabled.
|
|
2588
|
+
* It is fired when the Node process finished all code execution and is
|
|
2589
|
+
* waiting for all frontends to disconnect.
|
|
2590
|
+
*/
|
|
2591
|
+
prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2592
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
2593
|
+
/**
|
|
2594
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2595
|
+
*/
|
|
2596
|
+
prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this;
|
|
2597
|
+
/**
|
|
2598
|
+
* Issued when new execution context is created.
|
|
2599
|
+
*/
|
|
2600
|
+
prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2601
|
+
/**
|
|
2602
|
+
* Issued when execution context is destroyed.
|
|
2603
|
+
*/
|
|
2604
|
+
prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2605
|
+
/**
|
|
2606
|
+
* Issued when all executionContexts were cleared in browser
|
|
2607
|
+
*/
|
|
2608
|
+
prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2609
|
+
/**
|
|
2610
|
+
* Issued when exception was thrown and unhandled.
|
|
2611
|
+
*/
|
|
2612
|
+
prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2613
|
+
/**
|
|
2614
|
+
* Issued when unhandled exception was revoked.
|
|
2615
|
+
*/
|
|
2616
|
+
prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2617
|
+
/**
|
|
2618
|
+
* Issued when console API was called.
|
|
2619
|
+
*/
|
|
2620
|
+
prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2621
|
+
/**
|
|
2622
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2623
|
+
*/
|
|
2624
|
+
prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2625
|
+
/**
|
|
2626
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2627
|
+
*/
|
|
2628
|
+
prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2629
|
+
/**
|
|
2630
|
+
* Fired when virtual machine fails to parse the script.
|
|
2631
|
+
*/
|
|
2632
|
+
prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2633
|
+
/**
|
|
2634
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2635
|
+
*/
|
|
2636
|
+
prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2637
|
+
/**
|
|
2638
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2639
|
+
*/
|
|
2640
|
+
prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2641
|
+
/**
|
|
2642
|
+
* Fired when the virtual machine resumed execution.
|
|
2643
|
+
*/
|
|
2644
|
+
prependOnceListener(event: 'Debugger.resumed', listener: () => void): this;
|
|
2645
|
+
/**
|
|
2646
|
+
* Issued when new console message is added.
|
|
2647
|
+
*/
|
|
2648
|
+
prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2649
|
+
/**
|
|
2650
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2651
|
+
*/
|
|
2652
|
+
prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2653
|
+
prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2654
|
+
prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2655
|
+
prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2656
|
+
prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2657
|
+
/**
|
|
2658
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2659
|
+
*/
|
|
2660
|
+
prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2661
|
+
/**
|
|
2662
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2663
|
+
*/
|
|
2664
|
+
prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2665
|
+
/**
|
|
2666
|
+
* Contains an bucket of collected trace events.
|
|
2667
|
+
*/
|
|
2668
|
+
prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2669
|
+
/**
|
|
2670
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2671
|
+
* delivered via dataCollected events.
|
|
2672
|
+
*/
|
|
2673
|
+
prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2674
|
+
/**
|
|
2675
|
+
* Issued when attached to a worker.
|
|
2676
|
+
*/
|
|
2677
|
+
prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2678
|
+
/**
|
|
2679
|
+
* Issued when detached from the worker.
|
|
2680
|
+
*/
|
|
2681
|
+
prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2682
|
+
/**
|
|
2683
|
+
* Notifies about a new protocol message received from the session
|
|
2684
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2685
|
+
*/
|
|
2686
|
+
prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2687
|
+
/**
|
|
2688
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2689
|
+
* enabled.
|
|
2690
|
+
* It is fired when the Node process finished all code execution and is
|
|
2691
|
+
* waiting for all frontends to disconnect.
|
|
2692
|
+
*/
|
|
2693
|
+
prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2694
|
+
}
|
|
2695
|
+
/**
|
|
2696
|
+
* Activate inspector on host and port. Equivalent to`node --inspect=[[host:]port]`, but can be done programmatically after node has
|
|
2697
|
+
* started.
|
|
2698
|
+
*
|
|
2699
|
+
* If wait is `true`, will block until a client has connected to the inspect port
|
|
2700
|
+
* and flow control has been passed to the debugger client.
|
|
2701
|
+
*
|
|
2702
|
+
* See the `security warning` regarding the `host`parameter usage.
|
|
2703
|
+
* @param [port='what was specified on the CLI'] Port to listen on for inspector connections. Optional.
|
|
2704
|
+
* @param [host='what was specified on the CLI'] Host to listen on for inspector connections. Optional.
|
|
2705
|
+
* @param [wait=false] Block until a client has connected. Optional.
|
|
2706
|
+
*/
|
|
2707
|
+
function open(port?: number, host?: string, wait?: boolean): void;
|
|
2708
|
+
/**
|
|
2709
|
+
* Deactivate the inspector. Blocks until there are no active connections.
|
|
2710
|
+
*/
|
|
2711
|
+
function close(): void;
|
|
2712
|
+
/**
|
|
2713
|
+
* Return the URL of the active inspector, or `undefined` if there is none.
|
|
2714
|
+
*
|
|
2715
|
+
* ```console
|
|
2716
|
+
* $ node --inspect -p 'inspector.url()'
|
|
2717
|
+
* Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
|
|
2718
|
+
* For help, see: https://nodejs.org/en/docs/inspector
|
|
2719
|
+
* ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
|
|
2720
|
+
*
|
|
2721
|
+
* $ node --inspect=localhost:3000 -p 'inspector.url()'
|
|
2722
|
+
* Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
|
|
2723
|
+
* For help, see: https://nodejs.org/en/docs/inspector
|
|
2724
|
+
* ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
|
|
2725
|
+
*
|
|
2726
|
+
* $ node -p 'inspector.url()'
|
|
2727
|
+
* undefined
|
|
2728
|
+
* ```
|
|
2729
|
+
*/
|
|
2730
|
+
function url(): string | undefined;
|
|
2731
|
+
/**
|
|
2732
|
+
* Blocks until a client (existing or connected later) has sent`Runtime.runIfWaitingForDebugger` command.
|
|
2733
|
+
*
|
|
2734
|
+
* An exception will be thrown if there is no active inspector.
|
|
2735
|
+
* @since v12.7.0
|
|
2736
|
+
*/
|
|
2737
|
+
function waitForDebugger(): void;
|
|
2738
|
+
// These methods are exposed by the V8 inspector console API (inspector/v8-console.h).
|
|
2739
|
+
// The method signatures differ from those of the Node.js console, and are deliberately
|
|
2740
|
+
// typed permissively.
|
|
2741
|
+
interface InspectorConsole {
|
|
2742
|
+
debug(...data: any[]): void;
|
|
2743
|
+
error(...data: any[]): void;
|
|
2744
|
+
info(...data: any[]): void;
|
|
2745
|
+
log(...data: any[]): void;
|
|
2746
|
+
warn(...data: any[]): void;
|
|
2747
|
+
dir(...data: any[]): void;
|
|
2748
|
+
dirxml(...data: any[]): void;
|
|
2749
|
+
table(...data: any[]): void;
|
|
2750
|
+
trace(...data: any[]): void;
|
|
2751
|
+
group(...data: any[]): void;
|
|
2752
|
+
groupCollapsed(...data: any[]): void;
|
|
2753
|
+
groupEnd(...data: any[]): void;
|
|
2754
|
+
clear(...data: any[]): void;
|
|
2755
|
+
count(label?: any): void;
|
|
2756
|
+
countReset(label?: any): void;
|
|
2757
|
+
assert(value?: any, ...data: any[]): void;
|
|
2758
|
+
profile(label?: any): void;
|
|
2759
|
+
profileEnd(label?: any): void;
|
|
2760
|
+
time(label?: any): void;
|
|
2761
|
+
timeLog(label?: any): void;
|
|
2762
|
+
timeStamp(label?: any): void;
|
|
2763
|
+
}
|
|
2764
|
+
/**
|
|
2765
|
+
* An object to send messages to the remote inspector console.
|
|
2766
|
+
* @since v11.0.0
|
|
2767
|
+
*/
|
|
2768
|
+
const console: InspectorConsole;
|
|
2769
|
+
}
|
|
2770
|
+
/**
|
|
2771
|
+
* The inspector module provides an API for interacting with the V8 inspector.
|
|
2772
|
+
*/
|
|
2773
|
+
declare module 'node:inspector' {
|
|
2774
|
+
export * from 'inspector';
|
|
2775
|
+
}
|