@ndlib/ndlib-cdk2 1.0.21 → 1.0.23
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/lib/artifact-bucket.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +825 -757
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +152 -76
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RollbackStageCommand.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +50 -41
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +7 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +13 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RollbackStageCommand.d.ts +86 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +770 -602
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +9 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +56 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +4 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +43 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +462 -268
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +69 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +17 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePropertiesPaginator.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +116 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +37 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +28 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +151 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +8 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +42 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1418 -1333
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1396 -1358
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +497 -238
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +46 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +9 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +11 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +13 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +13 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +109 -66
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +70 -71
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +73 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePropertiesPaginator.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +4 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +44 -44
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +6 -49
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -40
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +32 -32
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +40 -41
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +55 -52
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +25 -41
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +25 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +150 -89
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +4 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +11 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +42 -45
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +10 -44
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +2 -34
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +98 -98
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +6 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +22 -42
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +42 -45
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/CHANGELOG.md +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/README.md +35 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/client.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -322
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +226 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +158 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/jest.config.integ.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/package.json +49 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +8 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +15 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +11 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +39 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +5 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/package.json +7 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/package.json +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +11 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/package.json +8 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/README.md +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +11 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/package.json +9 -26
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/package.json +7 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/package.json +9 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +7 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +7 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/package.json +12 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/index.js +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/package.json +7 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/README.md +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/index.js +60 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +16 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/package.json +8 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-cjs/index.js +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/index.js +130 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/package.json +10 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/command.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/command.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/package.json +9 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/retry.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/serde.d.ts +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/shapes.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +14 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +27 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/util.d.ts +22 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +16 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +14 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +16 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.js +14 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/package.json +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-cjs/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/package.json +9 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +8 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/package.json +14 -30
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/index.js +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +53 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js +24 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/has-magic.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js +37 -26
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts +7 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js +44 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs +5 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js +23 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/has-magic.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js +37 -26
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts +7 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js +44 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +14 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/README.md +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts +26 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js +204 -92
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts +26 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js +204 -92
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/package.json +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts +9 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts +9 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js +1016 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js +588 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts +94 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js +1000 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/package.json +21 -25
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +34 -29
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts +1116 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts +1116 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js +1979 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +33 -31
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/README.md +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +12 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +80 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +54 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +826 -2152
- package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +3 -3
- package/package.json +13 -14
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "source-watcher-lambda",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"lockfileVersion":
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
@@ -9,30 +9,15 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-codepipeline": "3.
|
|
13
|
-
"@aws-sdk/client-ssm": "3.
|
|
14
|
-
"glob": "^10.
|
|
12
|
+
"@aws-sdk/client-codepipeline": "3.583.0",
|
|
13
|
+
"@aws-sdk/client-ssm": "3.583.0",
|
|
14
|
+
"glob": "^10.4.1",
|
|
15
15
|
"multimatch": "^5.0.0"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
18
|
"node": ">=18.0.0"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
|
-
"node_modules/@aws-crypto/crc32": {
|
|
22
|
-
"version": "3.0.0",
|
|
23
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
|
|
24
|
-
"integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@aws-crypto/util": "^3.0.0",
|
|
27
|
-
"@aws-sdk/types": "^3.222.0",
|
|
28
|
-
"tslib": "^1.11.1"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
|
32
|
-
"version": "1.14.1",
|
|
33
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
34
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
35
|
-
},
|
|
36
21
|
"node_modules/@aws-crypto/ie11-detection": {
|
|
37
22
|
"version": "3.0.0",
|
|
38
23
|
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
|
|
@@ -110,547 +95,575 @@
|
|
|
110
95
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
111
96
|
},
|
|
112
97
|
"node_modules/@aws-sdk/client-codepipeline": {
|
|
113
|
-
"version": "3.
|
|
114
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.
|
|
115
|
-
"integrity": "sha512-
|
|
98
|
+
"version": "3.583.0",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.583.0.tgz",
|
|
100
|
+
"integrity": "sha512-WIaKzcBtiX8mJio+VJCwyyayZOeowCUu9pW+LbtGchwb42ho7bjUp8dHEQ8yflojG6Oyh2BayMfUJgkONqwjeg==",
|
|
101
|
+
"license": "Apache-2.0",
|
|
116
102
|
"dependencies": {
|
|
117
103
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
118
104
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
119
|
-
"@aws-sdk/client-
|
|
120
|
-
"@aws-sdk/
|
|
121
|
-
"@aws-sdk/
|
|
122
|
-
"@aws-sdk/
|
|
123
|
-
"@aws-sdk/middleware-
|
|
124
|
-
"@aws-sdk/middleware-
|
|
125
|
-
"@aws-sdk/middleware-
|
|
126
|
-
"@aws-sdk/
|
|
127
|
-
"@aws-sdk/
|
|
128
|
-
"@aws-sdk/
|
|
129
|
-
"@aws-sdk/util-
|
|
130
|
-
"@aws-sdk/util-user-agent-
|
|
131
|
-
"@
|
|
132
|
-
"@smithy/
|
|
133
|
-
"@smithy/
|
|
134
|
-
"@smithy/
|
|
135
|
-
"@smithy/
|
|
136
|
-
"@smithy/
|
|
137
|
-
"@smithy/middleware-
|
|
138
|
-
"@smithy/middleware-
|
|
139
|
-
"@smithy/middleware-
|
|
140
|
-
"@smithy/middleware-
|
|
141
|
-
"@smithy/
|
|
142
|
-
"@smithy/node-
|
|
143
|
-
"@smithy/
|
|
144
|
-
"@smithy/
|
|
145
|
-
"@smithy/
|
|
146
|
-
"@smithy/
|
|
147
|
-
"@smithy/
|
|
148
|
-
"@smithy/util-
|
|
149
|
-
"@smithy/util-body-length-
|
|
150
|
-
"@smithy/util-
|
|
151
|
-
"@smithy/util-defaults-mode-
|
|
152
|
-
"@smithy/util-
|
|
153
|
-
"@smithy/util-
|
|
154
|
-
"@smithy/util-
|
|
155
|
-
"@smithy/util-
|
|
156
|
-
"
|
|
105
|
+
"@aws-sdk/client-sso-oidc": "3.583.0",
|
|
106
|
+
"@aws-sdk/client-sts": "3.583.0",
|
|
107
|
+
"@aws-sdk/core": "3.582.0",
|
|
108
|
+
"@aws-sdk/credential-provider-node": "3.583.0",
|
|
109
|
+
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
110
|
+
"@aws-sdk/middleware-logger": "3.577.0",
|
|
111
|
+
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
112
|
+
"@aws-sdk/middleware-user-agent": "3.583.0",
|
|
113
|
+
"@aws-sdk/region-config-resolver": "3.577.0",
|
|
114
|
+
"@aws-sdk/types": "3.577.0",
|
|
115
|
+
"@aws-sdk/util-endpoints": "3.583.0",
|
|
116
|
+
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
117
|
+
"@aws-sdk/util-user-agent-node": "3.577.0",
|
|
118
|
+
"@smithy/config-resolver": "^3.0.0",
|
|
119
|
+
"@smithy/core": "^2.0.1",
|
|
120
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
121
|
+
"@smithy/hash-node": "^3.0.0",
|
|
122
|
+
"@smithy/invalid-dependency": "^3.0.0",
|
|
123
|
+
"@smithy/middleware-content-length": "^3.0.0",
|
|
124
|
+
"@smithy/middleware-endpoint": "^3.0.0",
|
|
125
|
+
"@smithy/middleware-retry": "^3.0.1",
|
|
126
|
+
"@smithy/middleware-serde": "^3.0.0",
|
|
127
|
+
"@smithy/middleware-stack": "^3.0.0",
|
|
128
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
129
|
+
"@smithy/node-http-handler": "^3.0.0",
|
|
130
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
131
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
132
|
+
"@smithy/types": "^3.0.0",
|
|
133
|
+
"@smithy/url-parser": "^3.0.0",
|
|
134
|
+
"@smithy/util-base64": "^3.0.0",
|
|
135
|
+
"@smithy/util-body-length-browser": "^3.0.0",
|
|
136
|
+
"@smithy/util-body-length-node": "^3.0.0",
|
|
137
|
+
"@smithy/util-defaults-mode-browser": "^3.0.1",
|
|
138
|
+
"@smithy/util-defaults-mode-node": "^3.0.1",
|
|
139
|
+
"@smithy/util-endpoints": "^2.0.0",
|
|
140
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
141
|
+
"@smithy/util-retry": "^3.0.0",
|
|
142
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
143
|
+
"tslib": "^2.6.2",
|
|
157
144
|
"uuid": "^9.0.1"
|
|
158
145
|
},
|
|
159
146
|
"engines": {
|
|
160
|
-
"node": ">=
|
|
147
|
+
"node": ">=16.0.0"
|
|
161
148
|
}
|
|
162
149
|
},
|
|
163
150
|
"node_modules/@aws-sdk/client-ssm": {
|
|
164
|
-
"version": "3.
|
|
165
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.
|
|
166
|
-
"integrity": "sha512-
|
|
151
|
+
"version": "3.583.0",
|
|
152
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.583.0.tgz",
|
|
153
|
+
"integrity": "sha512-qdbFmU50EXKIIGvU0KVkgOTlzm6bN92LAJnizDo8Fz0nQUYKLF3GdNBXpD8FIu6Y5JqO6yAvl0mEch0PvyyejA==",
|
|
154
|
+
"license": "Apache-2.0",
|
|
167
155
|
"dependencies": {
|
|
168
156
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
169
157
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
170
|
-
"@aws-sdk/client-
|
|
171
|
-
"@aws-sdk/
|
|
172
|
-
"@aws-sdk/
|
|
173
|
-
"@aws-sdk/
|
|
174
|
-
"@aws-sdk/middleware-
|
|
175
|
-
"@aws-sdk/middleware-
|
|
176
|
-
"@aws-sdk/middleware-
|
|
177
|
-
"@aws-sdk/
|
|
178
|
-
"@aws-sdk/
|
|
179
|
-
"@aws-sdk/
|
|
180
|
-
"@aws-sdk/util-
|
|
181
|
-
"@aws-sdk/util-user-agent-
|
|
182
|
-
"@
|
|
183
|
-
"@smithy/
|
|
184
|
-
"@smithy/
|
|
185
|
-
"@smithy/
|
|
186
|
-
"@smithy/
|
|
187
|
-
"@smithy/
|
|
188
|
-
"@smithy/middleware-
|
|
189
|
-
"@smithy/middleware-
|
|
190
|
-
"@smithy/middleware-
|
|
191
|
-
"@smithy/middleware-
|
|
192
|
-
"@smithy/
|
|
193
|
-
"@smithy/node-
|
|
194
|
-
"@smithy/
|
|
195
|
-
"@smithy/
|
|
196
|
-
"@smithy/
|
|
197
|
-
"@smithy/
|
|
198
|
-
"@smithy/
|
|
199
|
-
"@smithy/util-
|
|
200
|
-
"@smithy/util-body-length-
|
|
201
|
-
"@smithy/util-
|
|
202
|
-
"@smithy/util-defaults-mode-
|
|
203
|
-
"@smithy/util-
|
|
204
|
-
"@smithy/util-
|
|
205
|
-
"@smithy/util-
|
|
206
|
-
"@smithy/util-
|
|
207
|
-
"@smithy/util-
|
|
208
|
-
"
|
|
158
|
+
"@aws-sdk/client-sso-oidc": "3.583.0",
|
|
159
|
+
"@aws-sdk/client-sts": "3.583.0",
|
|
160
|
+
"@aws-sdk/core": "3.582.0",
|
|
161
|
+
"@aws-sdk/credential-provider-node": "3.583.0",
|
|
162
|
+
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
163
|
+
"@aws-sdk/middleware-logger": "3.577.0",
|
|
164
|
+
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
165
|
+
"@aws-sdk/middleware-user-agent": "3.583.0",
|
|
166
|
+
"@aws-sdk/region-config-resolver": "3.577.0",
|
|
167
|
+
"@aws-sdk/types": "3.577.0",
|
|
168
|
+
"@aws-sdk/util-endpoints": "3.583.0",
|
|
169
|
+
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
170
|
+
"@aws-sdk/util-user-agent-node": "3.577.0",
|
|
171
|
+
"@smithy/config-resolver": "^3.0.0",
|
|
172
|
+
"@smithy/core": "^2.0.1",
|
|
173
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
174
|
+
"@smithy/hash-node": "^3.0.0",
|
|
175
|
+
"@smithy/invalid-dependency": "^3.0.0",
|
|
176
|
+
"@smithy/middleware-content-length": "^3.0.0",
|
|
177
|
+
"@smithy/middleware-endpoint": "^3.0.0",
|
|
178
|
+
"@smithy/middleware-retry": "^3.0.1",
|
|
179
|
+
"@smithy/middleware-serde": "^3.0.0",
|
|
180
|
+
"@smithy/middleware-stack": "^3.0.0",
|
|
181
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
182
|
+
"@smithy/node-http-handler": "^3.0.0",
|
|
183
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
184
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
185
|
+
"@smithy/types": "^3.0.0",
|
|
186
|
+
"@smithy/url-parser": "^3.0.0",
|
|
187
|
+
"@smithy/util-base64": "^3.0.0",
|
|
188
|
+
"@smithy/util-body-length-browser": "^3.0.0",
|
|
189
|
+
"@smithy/util-body-length-node": "^3.0.0",
|
|
190
|
+
"@smithy/util-defaults-mode-browser": "^3.0.1",
|
|
191
|
+
"@smithy/util-defaults-mode-node": "^3.0.1",
|
|
192
|
+
"@smithy/util-endpoints": "^2.0.0",
|
|
193
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
194
|
+
"@smithy/util-retry": "^3.0.0",
|
|
195
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
196
|
+
"@smithy/util-waiter": "^3.0.0",
|
|
197
|
+
"tslib": "^2.6.2",
|
|
209
198
|
"uuid": "^9.0.1"
|
|
210
199
|
},
|
|
211
200
|
"engines": {
|
|
212
|
-
"node": ">=
|
|
201
|
+
"node": ">=16.0.0"
|
|
213
202
|
}
|
|
214
203
|
},
|
|
215
204
|
"node_modules/@aws-sdk/client-sso": {
|
|
216
|
-
"version": "3.
|
|
217
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
218
|
-
"integrity": "sha512-
|
|
205
|
+
"version": "3.583.0",
|
|
206
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.583.0.tgz",
|
|
207
|
+
"integrity": "sha512-FNJ2MmiBtZZwgkj4+GLVrzqwmD6D8FBptrFZk7PnGkSf7v1Q8txYNI6gY938RRhYJ4lBW4cNbhPvWoDxAl90Hw==",
|
|
208
|
+
"license": "Apache-2.0",
|
|
219
209
|
"dependencies": {
|
|
220
210
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
221
211
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
222
|
-
"@aws-sdk/core": "3.
|
|
223
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
224
|
-
"@aws-sdk/middleware-logger": "3.
|
|
225
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
226
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
227
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
228
|
-
"@aws-sdk/types": "3.
|
|
229
|
-
"@aws-sdk/util-endpoints": "3.
|
|
230
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
231
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
232
|
-
"@smithy/config-resolver": "^
|
|
233
|
-
"@smithy/core": "^
|
|
234
|
-
"@smithy/fetch-http-handler": "^
|
|
235
|
-
"@smithy/hash-node": "^
|
|
236
|
-
"@smithy/invalid-dependency": "^
|
|
237
|
-
"@smithy/middleware-content-length": "^
|
|
238
|
-
"@smithy/middleware-endpoint": "^
|
|
239
|
-
"@smithy/middleware-retry": "^
|
|
240
|
-
"@smithy/middleware-serde": "^
|
|
241
|
-
"@smithy/middleware-stack": "^
|
|
242
|
-
"@smithy/node-config-provider": "^
|
|
243
|
-
"@smithy/node-http-handler": "^
|
|
244
|
-
"@smithy/protocol-http": "^
|
|
245
|
-
"@smithy/smithy-client": "^
|
|
246
|
-
"@smithy/types": "^
|
|
247
|
-
"@smithy/url-parser": "^
|
|
248
|
-
"@smithy/util-base64": "^
|
|
249
|
-
"@smithy/util-body-length-browser": "^
|
|
250
|
-
"@smithy/util-body-length-node": "^
|
|
251
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
252
|
-
"@smithy/util-defaults-mode-node": "^
|
|
253
|
-
"@smithy/util-endpoints": "^
|
|
254
|
-
"@smithy/util-middleware": "^
|
|
255
|
-
"@smithy/util-retry": "^
|
|
256
|
-
"@smithy/util-utf8": "^
|
|
257
|
-
"tslib": "^2.
|
|
258
|
-
},
|
|
259
|
-
"engines": {
|
|
260
|
-
"node": ">=
|
|
212
|
+
"@aws-sdk/core": "3.582.0",
|
|
213
|
+
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
214
|
+
"@aws-sdk/middleware-logger": "3.577.0",
|
|
215
|
+
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
216
|
+
"@aws-sdk/middleware-user-agent": "3.583.0",
|
|
217
|
+
"@aws-sdk/region-config-resolver": "3.577.0",
|
|
218
|
+
"@aws-sdk/types": "3.577.0",
|
|
219
|
+
"@aws-sdk/util-endpoints": "3.583.0",
|
|
220
|
+
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
221
|
+
"@aws-sdk/util-user-agent-node": "3.577.0",
|
|
222
|
+
"@smithy/config-resolver": "^3.0.0",
|
|
223
|
+
"@smithy/core": "^2.0.1",
|
|
224
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
225
|
+
"@smithy/hash-node": "^3.0.0",
|
|
226
|
+
"@smithy/invalid-dependency": "^3.0.0",
|
|
227
|
+
"@smithy/middleware-content-length": "^3.0.0",
|
|
228
|
+
"@smithy/middleware-endpoint": "^3.0.0",
|
|
229
|
+
"@smithy/middleware-retry": "^3.0.1",
|
|
230
|
+
"@smithy/middleware-serde": "^3.0.0",
|
|
231
|
+
"@smithy/middleware-stack": "^3.0.0",
|
|
232
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
233
|
+
"@smithy/node-http-handler": "^3.0.0",
|
|
234
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
235
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
236
|
+
"@smithy/types": "^3.0.0",
|
|
237
|
+
"@smithy/url-parser": "^3.0.0",
|
|
238
|
+
"@smithy/util-base64": "^3.0.0",
|
|
239
|
+
"@smithy/util-body-length-browser": "^3.0.0",
|
|
240
|
+
"@smithy/util-body-length-node": "^3.0.0",
|
|
241
|
+
"@smithy/util-defaults-mode-browser": "^3.0.1",
|
|
242
|
+
"@smithy/util-defaults-mode-node": "^3.0.1",
|
|
243
|
+
"@smithy/util-endpoints": "^2.0.0",
|
|
244
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
245
|
+
"@smithy/util-retry": "^3.0.0",
|
|
246
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
247
|
+
"tslib": "^2.6.2"
|
|
248
|
+
},
|
|
249
|
+
"engines": {
|
|
250
|
+
"node": ">=16.0.0"
|
|
261
251
|
}
|
|
262
252
|
},
|
|
263
253
|
"node_modules/@aws-sdk/client-sso-oidc": {
|
|
264
|
-
"version": "3.
|
|
265
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.
|
|
266
|
-
"integrity": "sha512-
|
|
254
|
+
"version": "3.583.0",
|
|
255
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.583.0.tgz",
|
|
256
|
+
"integrity": "sha512-LO3wmrFXPi2kNE46lD1XATfRrvdNxXd4DlTFouoWmr7lvqoUkcbmtkV2r/XChZA2z0HiDauphC1e8b8laJVeSg==",
|
|
257
|
+
"license": "Apache-2.0",
|
|
267
258
|
"dependencies": {
|
|
268
259
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
269
260
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
270
|
-
"@aws-sdk/client-sts": "3.
|
|
271
|
-
"@aws-sdk/core": "3.
|
|
272
|
-
"@aws-sdk/
|
|
273
|
-
"@aws-sdk/middleware-
|
|
274
|
-
"@aws-sdk/middleware-
|
|
275
|
-
"@aws-sdk/middleware-
|
|
276
|
-
"@aws-sdk/
|
|
277
|
-
"@aws-sdk/
|
|
278
|
-
"@aws-sdk/
|
|
279
|
-
"@aws-sdk/util-
|
|
280
|
-
"@aws-sdk/util-user-agent-
|
|
281
|
-
"@
|
|
282
|
-
"@smithy/
|
|
283
|
-
"@smithy/
|
|
284
|
-
"@smithy/
|
|
285
|
-
"@smithy/
|
|
286
|
-
"@smithy/
|
|
287
|
-
"@smithy/middleware-
|
|
288
|
-
"@smithy/middleware-
|
|
289
|
-
"@smithy/middleware-
|
|
290
|
-
"@smithy/middleware-
|
|
291
|
-
"@smithy/
|
|
292
|
-
"@smithy/node-
|
|
293
|
-
"@smithy/
|
|
294
|
-
"@smithy/
|
|
295
|
-
"@smithy/
|
|
296
|
-
"@smithy/
|
|
297
|
-
"@smithy/
|
|
298
|
-
"@smithy/util-
|
|
299
|
-
"@smithy/util-body-length-
|
|
300
|
-
"@smithy/util-
|
|
301
|
-
"@smithy/util-defaults-mode-
|
|
302
|
-
"@smithy/util-
|
|
303
|
-
"@smithy/util-
|
|
304
|
-
"@smithy/util-
|
|
305
|
-
"@smithy/util-
|
|
306
|
-
"
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
"peerDependencies": {
|
|
312
|
-
"@aws-sdk/credential-provider-node": "^3.515.0"
|
|
261
|
+
"@aws-sdk/client-sts": "3.583.0",
|
|
262
|
+
"@aws-sdk/core": "3.582.0",
|
|
263
|
+
"@aws-sdk/credential-provider-node": "3.583.0",
|
|
264
|
+
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
265
|
+
"@aws-sdk/middleware-logger": "3.577.0",
|
|
266
|
+
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
267
|
+
"@aws-sdk/middleware-user-agent": "3.583.0",
|
|
268
|
+
"@aws-sdk/region-config-resolver": "3.577.0",
|
|
269
|
+
"@aws-sdk/types": "3.577.0",
|
|
270
|
+
"@aws-sdk/util-endpoints": "3.583.0",
|
|
271
|
+
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
272
|
+
"@aws-sdk/util-user-agent-node": "3.577.0",
|
|
273
|
+
"@smithy/config-resolver": "^3.0.0",
|
|
274
|
+
"@smithy/core": "^2.0.1",
|
|
275
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
276
|
+
"@smithy/hash-node": "^3.0.0",
|
|
277
|
+
"@smithy/invalid-dependency": "^3.0.0",
|
|
278
|
+
"@smithy/middleware-content-length": "^3.0.0",
|
|
279
|
+
"@smithy/middleware-endpoint": "^3.0.0",
|
|
280
|
+
"@smithy/middleware-retry": "^3.0.1",
|
|
281
|
+
"@smithy/middleware-serde": "^3.0.0",
|
|
282
|
+
"@smithy/middleware-stack": "^3.0.0",
|
|
283
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
284
|
+
"@smithy/node-http-handler": "^3.0.0",
|
|
285
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
286
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
287
|
+
"@smithy/types": "^3.0.0",
|
|
288
|
+
"@smithy/url-parser": "^3.0.0",
|
|
289
|
+
"@smithy/util-base64": "^3.0.0",
|
|
290
|
+
"@smithy/util-body-length-browser": "^3.0.0",
|
|
291
|
+
"@smithy/util-body-length-node": "^3.0.0",
|
|
292
|
+
"@smithy/util-defaults-mode-browser": "^3.0.1",
|
|
293
|
+
"@smithy/util-defaults-mode-node": "^3.0.1",
|
|
294
|
+
"@smithy/util-endpoints": "^2.0.0",
|
|
295
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
296
|
+
"@smithy/util-retry": "^3.0.0",
|
|
297
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
298
|
+
"tslib": "^2.6.2"
|
|
299
|
+
},
|
|
300
|
+
"engines": {
|
|
301
|
+
"node": ">=16.0.0"
|
|
313
302
|
}
|
|
314
303
|
},
|
|
315
304
|
"node_modules/@aws-sdk/client-sts": {
|
|
316
|
-
"version": "3.
|
|
317
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
318
|
-
"integrity": "sha512-
|
|
305
|
+
"version": "3.583.0",
|
|
306
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.583.0.tgz",
|
|
307
|
+
"integrity": "sha512-xDMxiemPDWr9dY2Q4AyixkRnk/hvS6fs6OWxuVCz1WO47YhaAfOsEGAgQMgDLLaOfj/oLU5D14uTNBEPGh4rBA==",
|
|
308
|
+
"license": "Apache-2.0",
|
|
319
309
|
"dependencies": {
|
|
320
310
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
321
311
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
322
|
-
"@aws-sdk/
|
|
323
|
-
"@aws-sdk/
|
|
324
|
-
"@aws-sdk/
|
|
325
|
-
"@aws-sdk/middleware-
|
|
326
|
-
"@aws-sdk/middleware-
|
|
327
|
-
"@aws-sdk/
|
|
328
|
-
"@aws-sdk/
|
|
329
|
-
"@aws-sdk/
|
|
330
|
-
"@aws-sdk/
|
|
331
|
-
"@aws-sdk/util-
|
|
332
|
-
"@
|
|
333
|
-
"@
|
|
334
|
-
"@smithy/
|
|
335
|
-
"@smithy/
|
|
336
|
-
"@smithy/
|
|
337
|
-
"@smithy/
|
|
338
|
-
"@smithy/
|
|
339
|
-
"@smithy/middleware-
|
|
340
|
-
"@smithy/middleware-
|
|
341
|
-
"@smithy/middleware-
|
|
342
|
-
"@smithy/
|
|
343
|
-
"@smithy/
|
|
344
|
-
"@smithy/
|
|
345
|
-
"@smithy/
|
|
346
|
-
"@smithy/
|
|
347
|
-
"@smithy/
|
|
348
|
-
"@smithy/
|
|
349
|
-
"@smithy/
|
|
350
|
-
"@smithy/util-
|
|
351
|
-
"@smithy/util-
|
|
352
|
-
"@smithy/util-
|
|
353
|
-
"@smithy/util-
|
|
354
|
-
"@smithy/util-
|
|
355
|
-
"@smithy/util-
|
|
356
|
-
"@smithy/util-
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
"peerDependencies": {
|
|
364
|
-
"@aws-sdk/credential-provider-node": "^3.515.0"
|
|
312
|
+
"@aws-sdk/client-sso-oidc": "3.583.0",
|
|
313
|
+
"@aws-sdk/core": "3.582.0",
|
|
314
|
+
"@aws-sdk/credential-provider-node": "3.583.0",
|
|
315
|
+
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
316
|
+
"@aws-sdk/middleware-logger": "3.577.0",
|
|
317
|
+
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
318
|
+
"@aws-sdk/middleware-user-agent": "3.583.0",
|
|
319
|
+
"@aws-sdk/region-config-resolver": "3.577.0",
|
|
320
|
+
"@aws-sdk/types": "3.577.0",
|
|
321
|
+
"@aws-sdk/util-endpoints": "3.583.0",
|
|
322
|
+
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
323
|
+
"@aws-sdk/util-user-agent-node": "3.577.0",
|
|
324
|
+
"@smithy/config-resolver": "^3.0.0",
|
|
325
|
+
"@smithy/core": "^2.0.1",
|
|
326
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
327
|
+
"@smithy/hash-node": "^3.0.0",
|
|
328
|
+
"@smithy/invalid-dependency": "^3.0.0",
|
|
329
|
+
"@smithy/middleware-content-length": "^3.0.0",
|
|
330
|
+
"@smithy/middleware-endpoint": "^3.0.0",
|
|
331
|
+
"@smithy/middleware-retry": "^3.0.1",
|
|
332
|
+
"@smithy/middleware-serde": "^3.0.0",
|
|
333
|
+
"@smithy/middleware-stack": "^3.0.0",
|
|
334
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
335
|
+
"@smithy/node-http-handler": "^3.0.0",
|
|
336
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
337
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
338
|
+
"@smithy/types": "^3.0.0",
|
|
339
|
+
"@smithy/url-parser": "^3.0.0",
|
|
340
|
+
"@smithy/util-base64": "^3.0.0",
|
|
341
|
+
"@smithy/util-body-length-browser": "^3.0.0",
|
|
342
|
+
"@smithy/util-body-length-node": "^3.0.0",
|
|
343
|
+
"@smithy/util-defaults-mode-browser": "^3.0.1",
|
|
344
|
+
"@smithy/util-defaults-mode-node": "^3.0.1",
|
|
345
|
+
"@smithy/util-endpoints": "^2.0.0",
|
|
346
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
347
|
+
"@smithy/util-retry": "^3.0.0",
|
|
348
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
349
|
+
"tslib": "^2.6.2"
|
|
350
|
+
},
|
|
351
|
+
"engines": {
|
|
352
|
+
"node": ">=16.0.0"
|
|
365
353
|
}
|
|
366
354
|
},
|
|
367
355
|
"node_modules/@aws-sdk/core": {
|
|
368
|
-
"version": "3.
|
|
369
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.
|
|
370
|
-
"integrity": "sha512-
|
|
356
|
+
"version": "3.582.0",
|
|
357
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.582.0.tgz",
|
|
358
|
+
"integrity": "sha512-ofmD96IQc9g1dbyqlCyxu5fCG7kIl9p1NoN5+vGBUyLdbmPCV3Pdg99nRHYEJuv2MgGx5AUFGDPMHcqbJpnZIw==",
|
|
359
|
+
"license": "Apache-2.0",
|
|
371
360
|
"dependencies": {
|
|
372
|
-
"@smithy/core": "^
|
|
373
|
-
"@smithy/protocol-http": "^
|
|
374
|
-
"@smithy/signature-v4": "^
|
|
375
|
-
"@smithy/smithy-client": "^
|
|
376
|
-
"@smithy/types": "^
|
|
377
|
-
"
|
|
361
|
+
"@smithy/core": "^2.0.1",
|
|
362
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
363
|
+
"@smithy/signature-v4": "^3.0.0",
|
|
364
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
365
|
+
"@smithy/types": "^3.0.0",
|
|
366
|
+
"fast-xml-parser": "4.2.5",
|
|
367
|
+
"tslib": "^2.6.2"
|
|
378
368
|
},
|
|
379
369
|
"engines": {
|
|
380
|
-
"node": ">=
|
|
370
|
+
"node": ">=16.0.0"
|
|
381
371
|
}
|
|
382
372
|
},
|
|
383
373
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
384
|
-
"version": "3.
|
|
385
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
386
|
-
"integrity": "sha512-
|
|
374
|
+
"version": "3.577.0",
|
|
375
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.577.0.tgz",
|
|
376
|
+
"integrity": "sha512-Jxu255j0gToMGEiqufP8ZtKI8HW90lOLjwJ3LrdlD/NLsAY0tOQf1fWc53u28hWmmNGMxmCrL2p66IOgMDhDUw==",
|
|
377
|
+
"license": "Apache-2.0",
|
|
387
378
|
"dependencies": {
|
|
388
|
-
"@aws-sdk/types": "3.
|
|
389
|
-
"@smithy/property-provider": "^
|
|
390
|
-
"@smithy/types": "^
|
|
391
|
-
"tslib": "^2.
|
|
379
|
+
"@aws-sdk/types": "3.577.0",
|
|
380
|
+
"@smithy/property-provider": "^3.0.0",
|
|
381
|
+
"@smithy/types": "^3.0.0",
|
|
382
|
+
"tslib": "^2.6.2"
|
|
392
383
|
},
|
|
393
384
|
"engines": {
|
|
394
|
-
"node": ">=
|
|
385
|
+
"node": ">=16.0.0"
|
|
395
386
|
}
|
|
396
387
|
},
|
|
397
388
|
"node_modules/@aws-sdk/credential-provider-http": {
|
|
398
|
-
"version": "3.
|
|
399
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.
|
|
400
|
-
"integrity": "sha512-
|
|
389
|
+
"version": "3.582.0",
|
|
390
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.582.0.tgz",
|
|
391
|
+
"integrity": "sha512-kGOUKw5ryPkDIYB69PjK3SicVLTbWB06ouFN2W1EvqUJpkQGPAUGzYcomKtt3mJaCTf/1kfoaHwARAl6KKSP8Q==",
|
|
392
|
+
"license": "Apache-2.0",
|
|
401
393
|
"dependencies": {
|
|
402
|
-
"@aws-sdk/types": "3.
|
|
403
|
-
"@smithy/fetch-http-handler": "^
|
|
404
|
-
"@smithy/node-http-handler": "^
|
|
405
|
-
"@smithy/property-provider": "^
|
|
406
|
-
"@smithy/protocol-http": "^
|
|
407
|
-
"@smithy/smithy-client": "^
|
|
408
|
-
"@smithy/types": "^
|
|
409
|
-
"@smithy/util-stream": "^
|
|
410
|
-
"tslib": "^2.
|
|
394
|
+
"@aws-sdk/types": "3.577.0",
|
|
395
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
396
|
+
"@smithy/node-http-handler": "^3.0.0",
|
|
397
|
+
"@smithy/property-provider": "^3.0.0",
|
|
398
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
399
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
400
|
+
"@smithy/types": "^3.0.0",
|
|
401
|
+
"@smithy/util-stream": "^3.0.1",
|
|
402
|
+
"tslib": "^2.6.2"
|
|
411
403
|
},
|
|
412
404
|
"engines": {
|
|
413
|
-
"node": ">=
|
|
405
|
+
"node": ">=16.0.0"
|
|
414
406
|
}
|
|
415
407
|
},
|
|
416
408
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
417
|
-
"version": "3.
|
|
418
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
419
|
-
"integrity": "sha512-
|
|
420
|
-
"
|
|
421
|
-
|
|
422
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
423
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
424
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
425
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
426
|
-
"@aws-sdk/types": "3.
|
|
427
|
-
"@smithy/credential-provider-imds": "^
|
|
428
|
-
"@smithy/property-provider": "^
|
|
429
|
-
"@smithy/shared-ini-file-loader": "^
|
|
430
|
-
"@smithy/types": "^
|
|
431
|
-
"tslib": "^2.
|
|
409
|
+
"version": "3.583.0",
|
|
410
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.583.0.tgz",
|
|
411
|
+
"integrity": "sha512-8I0oWNg/yps6ctjhEeL/qJ9BIa/+xXP7RPDQqFKZ2zBkWbmLLOoMWXRvl8uKUBD6qCe+DGmcu9skfVXeXSesEQ==",
|
|
412
|
+
"license": "Apache-2.0",
|
|
413
|
+
"dependencies": {
|
|
414
|
+
"@aws-sdk/credential-provider-env": "3.577.0",
|
|
415
|
+
"@aws-sdk/credential-provider-process": "3.577.0",
|
|
416
|
+
"@aws-sdk/credential-provider-sso": "3.583.0",
|
|
417
|
+
"@aws-sdk/credential-provider-web-identity": "3.577.0",
|
|
418
|
+
"@aws-sdk/types": "3.577.0",
|
|
419
|
+
"@smithy/credential-provider-imds": "^3.0.0",
|
|
420
|
+
"@smithy/property-provider": "^3.0.0",
|
|
421
|
+
"@smithy/shared-ini-file-loader": "^3.0.0",
|
|
422
|
+
"@smithy/types": "^3.0.0",
|
|
423
|
+
"tslib": "^2.6.2"
|
|
432
424
|
},
|
|
433
425
|
"engines": {
|
|
434
|
-
"node": ">=
|
|
426
|
+
"node": ">=16.0.0"
|
|
427
|
+
},
|
|
428
|
+
"peerDependencies": {
|
|
429
|
+
"@aws-sdk/client-sts": "^3.583.0"
|
|
435
430
|
}
|
|
436
431
|
},
|
|
437
432
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
438
|
-
"version": "3.
|
|
439
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
440
|
-
"integrity": "sha512-
|
|
441
|
-
"
|
|
442
|
-
|
|
443
|
-
"@aws-sdk/credential-provider-
|
|
444
|
-
"@aws-sdk/credential-provider-
|
|
445
|
-
"@aws-sdk/credential-provider-
|
|
446
|
-
"@aws-sdk/credential-provider-
|
|
447
|
-
"@aws-sdk/credential-provider-
|
|
448
|
-
"@aws-sdk/
|
|
449
|
-
"@
|
|
450
|
-
"@smithy/
|
|
451
|
-
"@smithy/
|
|
452
|
-
"@smithy/
|
|
453
|
-
"
|
|
433
|
+
"version": "3.583.0",
|
|
434
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.583.0.tgz",
|
|
435
|
+
"integrity": "sha512-yBNypBXny7zJH85SzxDj8s1mbLXv9c/Vbq0qR3R3POj2idZ6ywB/qlIRC1XwBuv49Wvg8kA1wKXk3K3jrpcVIw==",
|
|
436
|
+
"license": "Apache-2.0",
|
|
437
|
+
"dependencies": {
|
|
438
|
+
"@aws-sdk/credential-provider-env": "3.577.0",
|
|
439
|
+
"@aws-sdk/credential-provider-http": "3.582.0",
|
|
440
|
+
"@aws-sdk/credential-provider-ini": "3.583.0",
|
|
441
|
+
"@aws-sdk/credential-provider-process": "3.577.0",
|
|
442
|
+
"@aws-sdk/credential-provider-sso": "3.583.0",
|
|
443
|
+
"@aws-sdk/credential-provider-web-identity": "3.577.0",
|
|
444
|
+
"@aws-sdk/types": "3.577.0",
|
|
445
|
+
"@smithy/credential-provider-imds": "^3.0.0",
|
|
446
|
+
"@smithy/property-provider": "^3.0.0",
|
|
447
|
+
"@smithy/shared-ini-file-loader": "^3.0.0",
|
|
448
|
+
"@smithy/types": "^3.0.0",
|
|
449
|
+
"tslib": "^2.6.2"
|
|
454
450
|
},
|
|
455
451
|
"engines": {
|
|
456
|
-
"node": ">=
|
|
452
|
+
"node": ">=16.0.0"
|
|
457
453
|
}
|
|
458
454
|
},
|
|
459
455
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
460
|
-
"version": "3.
|
|
461
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
462
|
-
"integrity": "sha512-
|
|
456
|
+
"version": "3.577.0",
|
|
457
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.577.0.tgz",
|
|
458
|
+
"integrity": "sha512-Gin6BWtOiXxIgITrJ3Nwc+Y2P1uVT6huYR4EcbA/DJUPWyO0n9y5UFLewPvVbLkRn15JeEqErBLUrHclkiOKtw==",
|
|
459
|
+
"license": "Apache-2.0",
|
|
463
460
|
"dependencies": {
|
|
464
|
-
"@aws-sdk/types": "3.
|
|
465
|
-
"@smithy/property-provider": "^
|
|
466
|
-
"@smithy/shared-ini-file-loader": "^
|
|
467
|
-
"@smithy/types": "^
|
|
468
|
-
"tslib": "^2.
|
|
461
|
+
"@aws-sdk/types": "3.577.0",
|
|
462
|
+
"@smithy/property-provider": "^3.0.0",
|
|
463
|
+
"@smithy/shared-ini-file-loader": "^3.0.0",
|
|
464
|
+
"@smithy/types": "^3.0.0",
|
|
465
|
+
"tslib": "^2.6.2"
|
|
469
466
|
},
|
|
470
467
|
"engines": {
|
|
471
|
-
"node": ">=
|
|
468
|
+
"node": ">=16.0.0"
|
|
472
469
|
}
|
|
473
470
|
},
|
|
474
471
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
475
|
-
"version": "3.
|
|
476
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
477
|
-
"integrity": "sha512-
|
|
472
|
+
"version": "3.583.0",
|
|
473
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.583.0.tgz",
|
|
474
|
+
"integrity": "sha512-G/1EvL9tBezSiU+06tG4K/kOvFfPjnheT4JSXqjPM7+vjKzgp2jxp1J9MMd69zs4jVWon932zMeGgjrCplzMEg==",
|
|
475
|
+
"license": "Apache-2.0",
|
|
478
476
|
"dependencies": {
|
|
479
|
-
"@aws-sdk/client-sso": "3.
|
|
480
|
-
"@aws-sdk/token-providers": "3.
|
|
481
|
-
"@aws-sdk/types": "3.
|
|
482
|
-
"@smithy/property-provider": "^
|
|
483
|
-
"@smithy/shared-ini-file-loader": "^
|
|
484
|
-
"@smithy/types": "^
|
|
485
|
-
"tslib": "^2.
|
|
477
|
+
"@aws-sdk/client-sso": "3.583.0",
|
|
478
|
+
"@aws-sdk/token-providers": "3.577.0",
|
|
479
|
+
"@aws-sdk/types": "3.577.0",
|
|
480
|
+
"@smithy/property-provider": "^3.0.0",
|
|
481
|
+
"@smithy/shared-ini-file-loader": "^3.0.0",
|
|
482
|
+
"@smithy/types": "^3.0.0",
|
|
483
|
+
"tslib": "^2.6.2"
|
|
486
484
|
},
|
|
487
485
|
"engines": {
|
|
488
|
-
"node": ">=
|
|
486
|
+
"node": ">=16.0.0"
|
|
489
487
|
}
|
|
490
488
|
},
|
|
491
489
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
492
|
-
"version": "3.
|
|
493
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
494
|
-
"integrity": "sha512-
|
|
490
|
+
"version": "3.577.0",
|
|
491
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.577.0.tgz",
|
|
492
|
+
"integrity": "sha512-ZGHGNRaCtJJmszb9UTnC7izNCtRUttdPlLdMkh41KPS32vfdrBDHs1JrpbZijItRj1xKuOXsiYSXLAaHGcLh8Q==",
|
|
493
|
+
"license": "Apache-2.0",
|
|
495
494
|
"dependencies": {
|
|
496
|
-
"@aws-sdk/
|
|
497
|
-
"@
|
|
498
|
-
"@smithy/
|
|
499
|
-
"
|
|
500
|
-
"tslib": "^2.5.0"
|
|
495
|
+
"@aws-sdk/types": "3.577.0",
|
|
496
|
+
"@smithy/property-provider": "^3.0.0",
|
|
497
|
+
"@smithy/types": "^3.0.0",
|
|
498
|
+
"tslib": "^2.6.2"
|
|
501
499
|
},
|
|
502
500
|
"engines": {
|
|
503
|
-
"node": ">=
|
|
501
|
+
"node": ">=16.0.0"
|
|
502
|
+
},
|
|
503
|
+
"peerDependencies": {
|
|
504
|
+
"@aws-sdk/client-sts": "^3.577.0"
|
|
504
505
|
}
|
|
505
506
|
},
|
|
506
507
|
"node_modules/@aws-sdk/middleware-host-header": {
|
|
507
|
-
"version": "3.
|
|
508
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
509
|
-
"integrity": "sha512-
|
|
508
|
+
"version": "3.577.0",
|
|
509
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.577.0.tgz",
|
|
510
|
+
"integrity": "sha512-9ca5MJz455CODIVXs0/sWmJm7t3QO4EUa1zf8pE8grLpzf0J94bz/skDWm37Pli13T3WaAQBHCTiH2gUVfCsWg==",
|
|
511
|
+
"license": "Apache-2.0",
|
|
510
512
|
"dependencies": {
|
|
511
|
-
"@aws-sdk/types": "3.
|
|
512
|
-
"@smithy/protocol-http": "^
|
|
513
|
-
"@smithy/types": "^
|
|
514
|
-
"tslib": "^2.
|
|
513
|
+
"@aws-sdk/types": "3.577.0",
|
|
514
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
515
|
+
"@smithy/types": "^3.0.0",
|
|
516
|
+
"tslib": "^2.6.2"
|
|
515
517
|
},
|
|
516
518
|
"engines": {
|
|
517
|
-
"node": ">=
|
|
519
|
+
"node": ">=16.0.0"
|
|
518
520
|
}
|
|
519
521
|
},
|
|
520
522
|
"node_modules/@aws-sdk/middleware-logger": {
|
|
521
|
-
"version": "3.
|
|
522
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
523
|
-
"integrity": "sha512-
|
|
523
|
+
"version": "3.577.0",
|
|
524
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.577.0.tgz",
|
|
525
|
+
"integrity": "sha512-aPFGpGjTZcJYk+24bg7jT4XdIp42mFXSuPt49lw5KygefLyJM/sB0bKKqPYYivW0rcuZ9brQ58eZUNthrzYAvg==",
|
|
526
|
+
"license": "Apache-2.0",
|
|
524
527
|
"dependencies": {
|
|
525
|
-
"@aws-sdk/types": "3.
|
|
526
|
-
"@smithy/types": "^
|
|
527
|
-
"tslib": "^2.
|
|
528
|
+
"@aws-sdk/types": "3.577.0",
|
|
529
|
+
"@smithy/types": "^3.0.0",
|
|
530
|
+
"tslib": "^2.6.2"
|
|
528
531
|
},
|
|
529
532
|
"engines": {
|
|
530
|
-
"node": ">=
|
|
533
|
+
"node": ">=16.0.0"
|
|
531
534
|
}
|
|
532
535
|
},
|
|
533
536
|
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
534
|
-
"version": "3.
|
|
535
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.
|
|
536
|
-
"integrity": "sha512-
|
|
537
|
+
"version": "3.577.0",
|
|
538
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.577.0.tgz",
|
|
539
|
+
"integrity": "sha512-pn3ZVEd2iobKJlR3H+bDilHjgRnNrQ6HMmK9ZzZw89Ckn3Dcbv48xOv4RJvu0aU8SDLl/SNCxppKjeLDTPGBNA==",
|
|
540
|
+
"license": "Apache-2.0",
|
|
537
541
|
"dependencies": {
|
|
538
|
-
"@aws-sdk/types": "3.
|
|
539
|
-
"@smithy/protocol-http": "^
|
|
540
|
-
"@smithy/types": "^
|
|
541
|
-
"tslib": "^2.
|
|
542
|
+
"@aws-sdk/types": "3.577.0",
|
|
543
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
544
|
+
"@smithy/types": "^3.0.0",
|
|
545
|
+
"tslib": "^2.6.2"
|
|
542
546
|
},
|
|
543
547
|
"engines": {
|
|
544
|
-
"node": ">=
|
|
548
|
+
"node": ">=16.0.0"
|
|
545
549
|
}
|
|
546
550
|
},
|
|
547
551
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
548
|
-
"version": "3.
|
|
549
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
550
|
-
"integrity": "sha512-
|
|
552
|
+
"version": "3.583.0",
|
|
553
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.583.0.tgz",
|
|
554
|
+
"integrity": "sha512-xVNXXXDWvBVI/AeVtSdA9SVumqxiZaESk/JpUn9GMkmtTKfter0Cweap+1iQ9j8bRAO0vNhmIkbcvdB1S4WVUw==",
|
|
555
|
+
"license": "Apache-2.0",
|
|
551
556
|
"dependencies": {
|
|
552
|
-
"@aws-sdk/types": "3.
|
|
553
|
-
"@aws-sdk/util-endpoints": "3.
|
|
554
|
-
"@smithy/protocol-http": "^
|
|
555
|
-
"@smithy/types": "^
|
|
556
|
-
"tslib": "^2.
|
|
557
|
+
"@aws-sdk/types": "3.577.0",
|
|
558
|
+
"@aws-sdk/util-endpoints": "3.583.0",
|
|
559
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
560
|
+
"@smithy/types": "^3.0.0",
|
|
561
|
+
"tslib": "^2.6.2"
|
|
557
562
|
},
|
|
558
563
|
"engines": {
|
|
559
|
-
"node": ">=
|
|
564
|
+
"node": ">=16.0.0"
|
|
560
565
|
}
|
|
561
566
|
},
|
|
562
567
|
"node_modules/@aws-sdk/region-config-resolver": {
|
|
563
|
-
"version": "3.
|
|
564
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.
|
|
565
|
-
"integrity": "sha512-
|
|
568
|
+
"version": "3.577.0",
|
|
569
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.577.0.tgz",
|
|
570
|
+
"integrity": "sha512-4ChCFACNwzqx/xjg3zgFcW8Ali6R9C95cFECKWT/7CUM1D0MGvkclSH2cLarmHCmJgU6onKkJroFtWp0kHhgyg==",
|
|
571
|
+
"license": "Apache-2.0",
|
|
566
572
|
"dependencies": {
|
|
567
|
-
"@aws-sdk/types": "3.
|
|
568
|
-
"@smithy/node-config-provider": "^
|
|
569
|
-
"@smithy/types": "^
|
|
570
|
-
"@smithy/util-config-provider": "^
|
|
571
|
-
"@smithy/util-middleware": "^
|
|
572
|
-
"tslib": "^2.
|
|
573
|
+
"@aws-sdk/types": "3.577.0",
|
|
574
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
575
|
+
"@smithy/types": "^3.0.0",
|
|
576
|
+
"@smithy/util-config-provider": "^3.0.0",
|
|
577
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
578
|
+
"tslib": "^2.6.2"
|
|
573
579
|
},
|
|
574
580
|
"engines": {
|
|
575
|
-
"node": ">=
|
|
581
|
+
"node": ">=16.0.0"
|
|
576
582
|
}
|
|
577
583
|
},
|
|
578
584
|
"node_modules/@aws-sdk/token-providers": {
|
|
579
|
-
"version": "3.
|
|
580
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
581
|
-
"integrity": "sha512-
|
|
585
|
+
"version": "3.577.0",
|
|
586
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.577.0.tgz",
|
|
587
|
+
"integrity": "sha512-0CkIZpcC3DNQJQ1hDjm2bdSy/Xjs7Ny5YvSsacasGOkNfk+FdkiQy6N67bZX3Zbc9KIx+Nz4bu3iDeNSNplnnQ==",
|
|
588
|
+
"license": "Apache-2.0",
|
|
582
589
|
"dependencies": {
|
|
583
|
-
"@aws-sdk/
|
|
584
|
-
"@
|
|
585
|
-
"@smithy/
|
|
586
|
-
"@smithy/
|
|
587
|
-
"
|
|
588
|
-
"tslib": "^2.5.0"
|
|
590
|
+
"@aws-sdk/types": "3.577.0",
|
|
591
|
+
"@smithy/property-provider": "^3.0.0",
|
|
592
|
+
"@smithy/shared-ini-file-loader": "^3.0.0",
|
|
593
|
+
"@smithy/types": "^3.0.0",
|
|
594
|
+
"tslib": "^2.6.2"
|
|
589
595
|
},
|
|
590
596
|
"engines": {
|
|
591
|
-
"node": ">=
|
|
597
|
+
"node": ">=16.0.0"
|
|
598
|
+
},
|
|
599
|
+
"peerDependencies": {
|
|
600
|
+
"@aws-sdk/client-sso-oidc": "^3.577.0"
|
|
592
601
|
}
|
|
593
602
|
},
|
|
594
603
|
"node_modules/@aws-sdk/types": {
|
|
595
|
-
"version": "3.
|
|
596
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.
|
|
597
|
-
"integrity": "sha512-
|
|
604
|
+
"version": "3.577.0",
|
|
605
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.577.0.tgz",
|
|
606
|
+
"integrity": "sha512-FT2JZES3wBKN/alfmhlo+3ZOq/XJ0C7QOZcDNrpKjB0kqYoKjhVKZ/Hx6ArR0czkKfHzBBEs6y40ebIHx2nSmA==",
|
|
607
|
+
"license": "Apache-2.0",
|
|
598
608
|
"dependencies": {
|
|
599
|
-
"@smithy/types": "^
|
|
600
|
-
"tslib": "^2.
|
|
609
|
+
"@smithy/types": "^3.0.0",
|
|
610
|
+
"tslib": "^2.6.2"
|
|
601
611
|
},
|
|
602
612
|
"engines": {
|
|
603
|
-
"node": ">=
|
|
613
|
+
"node": ">=16.0.0"
|
|
604
614
|
}
|
|
605
615
|
},
|
|
606
616
|
"node_modules/@aws-sdk/util-endpoints": {
|
|
607
|
-
"version": "3.
|
|
608
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.
|
|
609
|
-
"integrity": "sha512-
|
|
617
|
+
"version": "3.583.0",
|
|
618
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.583.0.tgz",
|
|
619
|
+
"integrity": "sha512-ZC9mb2jq6BFXPYsUsD2tmYcnlmd+9PGNwnFNn8jk4abna5Jjk2wDknN81ybktmBR5ttN9W8ugmktuKtvAMIDCQ==",
|
|
620
|
+
"license": "Apache-2.0",
|
|
610
621
|
"dependencies": {
|
|
611
|
-
"@aws-sdk/types": "3.
|
|
612
|
-
"@smithy/types": "^
|
|
613
|
-
"@smithy/util-endpoints": "^
|
|
614
|
-
"tslib": "^2.
|
|
622
|
+
"@aws-sdk/types": "3.577.0",
|
|
623
|
+
"@smithy/types": "^3.0.0",
|
|
624
|
+
"@smithy/util-endpoints": "^2.0.0",
|
|
625
|
+
"tslib": "^2.6.2"
|
|
615
626
|
},
|
|
616
627
|
"engines": {
|
|
617
|
-
"node": ">=
|
|
628
|
+
"node": ">=16.0.0"
|
|
618
629
|
}
|
|
619
630
|
},
|
|
620
631
|
"node_modules/@aws-sdk/util-locate-window": {
|
|
621
|
-
"version": "3.
|
|
622
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.
|
|
623
|
-
"integrity": "sha512-
|
|
632
|
+
"version": "3.535.0",
|
|
633
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.535.0.tgz",
|
|
634
|
+
"integrity": "sha512-PHJ3SL6d2jpcgbqdgiPxkXpu7Drc2PYViwxSIqvvMKhDwzSB1W3mMvtpzwKM4IE7zLFodZo0GKjJ9AsoXndXhA==",
|
|
624
635
|
"dependencies": {
|
|
625
|
-
"tslib": "^2.
|
|
636
|
+
"tslib": "^2.6.2"
|
|
626
637
|
},
|
|
627
638
|
"engines": {
|
|
628
639
|
"node": ">=14.0.0"
|
|
629
640
|
}
|
|
630
641
|
},
|
|
631
642
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
632
|
-
"version": "3.
|
|
633
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
634
|
-
"integrity": "sha512-
|
|
643
|
+
"version": "3.577.0",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.577.0.tgz",
|
|
645
|
+
"integrity": "sha512-zEAzHgR6HWpZOH7xFgeJLc6/CzMcx4nxeQolZxVZoB5pPaJd3CjyRhZN0xXeZB0XIRCWmb4yJBgyiugXLNMkLA==",
|
|
646
|
+
"license": "Apache-2.0",
|
|
635
647
|
"dependencies": {
|
|
636
|
-
"@aws-sdk/types": "3.
|
|
637
|
-
"@smithy/types": "^
|
|
648
|
+
"@aws-sdk/types": "3.577.0",
|
|
649
|
+
"@smithy/types": "^3.0.0",
|
|
638
650
|
"bowser": "^2.11.0",
|
|
639
|
-
"tslib": "^2.
|
|
651
|
+
"tslib": "^2.6.2"
|
|
640
652
|
}
|
|
641
653
|
},
|
|
642
654
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
643
|
-
"version": "3.
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
645
|
-
"integrity": "sha512-
|
|
655
|
+
"version": "3.577.0",
|
|
656
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.577.0.tgz",
|
|
657
|
+
"integrity": "sha512-XqvtFjbSMtycZTWVwDe8DRWovuoMbA54nhUoZwVU6rW9OSD6NZWGR512BUGHFaWzW0Wg8++Dj10FrKTG2XtqfA==",
|
|
658
|
+
"license": "Apache-2.0",
|
|
646
659
|
"dependencies": {
|
|
647
|
-
"@aws-sdk/types": "3.
|
|
648
|
-
"@smithy/node-config-provider": "^
|
|
649
|
-
"@smithy/types": "^
|
|
650
|
-
"tslib": "^2.
|
|
660
|
+
"@aws-sdk/types": "3.577.0",
|
|
661
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
662
|
+
"@smithy/types": "^3.0.0",
|
|
663
|
+
"tslib": "^2.6.2"
|
|
651
664
|
},
|
|
652
665
|
"engines": {
|
|
653
|
-
"node": ">=
|
|
666
|
+
"node": ">=16.0.0"
|
|
654
667
|
},
|
|
655
668
|
"peerDependencies": {
|
|
656
669
|
"aws-crt": ">=1.0.0"
|
|
@@ -673,6 +686,7 @@
|
|
|
673
686
|
"version": "8.0.2",
|
|
674
687
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
675
688
|
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
689
|
+
"license": "ISC",
|
|
676
690
|
"dependencies": {
|
|
677
691
|
"string-width": "^5.1.2",
|
|
678
692
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
@@ -689,552 +703,574 @@
|
|
|
689
703
|
"version": "0.11.0",
|
|
690
704
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
691
705
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
706
|
+
"license": "MIT",
|
|
692
707
|
"optional": true,
|
|
693
708
|
"engines": {
|
|
694
709
|
"node": ">=14"
|
|
695
710
|
}
|
|
696
711
|
},
|
|
697
712
|
"node_modules/@smithy/abort-controller": {
|
|
698
|
-
"version": "
|
|
699
|
-
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-
|
|
700
|
-
"integrity": "sha512-
|
|
713
|
+
"version": "3.0.0",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
715
|
+
"integrity": "sha512-p6GlFGBt9K4MYLu72YuJ523NVR4A8oHlC5M2JO6OmQqN8kAc/uh1JqLE+FizTokrSJGg0CSvC+BrsmGzKtsZKA==",
|
|
716
|
+
"license": "Apache-2.0",
|
|
701
717
|
"dependencies": {
|
|
702
|
-
"@smithy/types": "^
|
|
703
|
-
"tslib": "^2.
|
|
718
|
+
"@smithy/types": "^3.0.0",
|
|
719
|
+
"tslib": "^2.6.2"
|
|
704
720
|
},
|
|
705
721
|
"engines": {
|
|
706
|
-
"node": ">=
|
|
722
|
+
"node": ">=16.0.0"
|
|
707
723
|
}
|
|
708
724
|
},
|
|
709
725
|
"node_modules/@smithy/config-resolver": {
|
|
710
|
-
"version": "
|
|
711
|
-
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-
|
|
712
|
-
"integrity": "sha512-
|
|
726
|
+
"version": "3.0.0",
|
|
727
|
+
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-3.0.0.tgz",
|
|
728
|
+
"integrity": "sha512-2GzOfADwYLQugYkKQhIyZyQlM05K+tMKvRnc6eFfZcpJGRfKoMUMYdPlBKmqHwQFXQKBrGV6cxL9oymWgDzvFw==",
|
|
729
|
+
"license": "Apache-2.0",
|
|
713
730
|
"dependencies": {
|
|
714
|
-
"@smithy/node-config-provider": "^
|
|
715
|
-
"@smithy/types": "^
|
|
716
|
-
"@smithy/util-config-provider": "^
|
|
717
|
-
"@smithy/util-middleware": "^
|
|
718
|
-
"tslib": "^2.
|
|
731
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
732
|
+
"@smithy/types": "^3.0.0",
|
|
733
|
+
"@smithy/util-config-provider": "^3.0.0",
|
|
734
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
735
|
+
"tslib": "^2.6.2"
|
|
719
736
|
},
|
|
720
737
|
"engines": {
|
|
721
|
-
"node": ">=
|
|
738
|
+
"node": ">=16.0.0"
|
|
722
739
|
}
|
|
723
740
|
},
|
|
724
741
|
"node_modules/@smithy/core": {
|
|
725
|
-
"version": "
|
|
726
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-
|
|
727
|
-
"integrity": "sha512-
|
|
742
|
+
"version": "2.0.1",
|
|
743
|
+
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-2.0.1.tgz",
|
|
744
|
+
"integrity": "sha512-rcMkjvwxH/bER+oZUPR0yTA0ELD6m3A+d92+CFkdF6HJFCBB1bXo7P5pm21L66XwTN01B6bUhSCQ7cymWRD8zg==",
|
|
745
|
+
"license": "Apache-2.0",
|
|
728
746
|
"dependencies": {
|
|
729
|
-
"@smithy/middleware-endpoint": "^
|
|
730
|
-
"@smithy/middleware-retry": "^
|
|
731
|
-
"@smithy/middleware-serde": "^
|
|
732
|
-
"@smithy/protocol-http": "^
|
|
733
|
-
"@smithy/smithy-client": "^
|
|
734
|
-
"@smithy/types": "^
|
|
735
|
-
"@smithy/util-middleware": "^
|
|
736
|
-
"tslib": "^2.
|
|
747
|
+
"@smithy/middleware-endpoint": "^3.0.0",
|
|
748
|
+
"@smithy/middleware-retry": "^3.0.1",
|
|
749
|
+
"@smithy/middleware-serde": "^3.0.0",
|
|
750
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
751
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
752
|
+
"@smithy/types": "^3.0.0",
|
|
753
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
754
|
+
"tslib": "^2.6.2"
|
|
737
755
|
},
|
|
738
756
|
"engines": {
|
|
739
|
-
"node": ">=
|
|
757
|
+
"node": ">=16.0.0"
|
|
740
758
|
}
|
|
741
759
|
},
|
|
742
760
|
"node_modules/@smithy/credential-provider-imds": {
|
|
743
|
-
"version": "
|
|
744
|
-
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-
|
|
745
|
-
"integrity": "sha512-
|
|
761
|
+
"version": "3.0.0",
|
|
762
|
+
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-3.0.0.tgz",
|
|
763
|
+
"integrity": "sha512-lfmBiFQcA3FsDAPxNfY0L7CawcWtbyWsBOHo34nF095728JLkBX4Y9q/VPPE2r7fqMVK+drmDigqE2/SSQeVRA==",
|
|
764
|
+
"license": "Apache-2.0",
|
|
746
765
|
"dependencies": {
|
|
747
|
-
"@smithy/node-config-provider": "^
|
|
748
|
-
"@smithy/property-provider": "^
|
|
749
|
-
"@smithy/types": "^
|
|
750
|
-
"@smithy/url-parser": "^
|
|
751
|
-
"tslib": "^2.
|
|
766
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
767
|
+
"@smithy/property-provider": "^3.0.0",
|
|
768
|
+
"@smithy/types": "^3.0.0",
|
|
769
|
+
"@smithy/url-parser": "^3.0.0",
|
|
770
|
+
"tslib": "^2.6.2"
|
|
752
771
|
},
|
|
753
772
|
"engines": {
|
|
754
|
-
"node": ">=
|
|
755
|
-
}
|
|
756
|
-
},
|
|
757
|
-
"node_modules/@smithy/eventstream-codec": {
|
|
758
|
-
"version": "2.1.2",
|
|
759
|
-
"resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.1.2.tgz",
|
|
760
|
-
"integrity": "sha512-2PHrVRixITHSOj3bxfZmY93apGf8/DFiyhRh9W0ukfi07cvlhlRonZ0fjgcqryJjUZ5vYHqqmfIE/Qe1HM9mlw==",
|
|
761
|
-
"dependencies": {
|
|
762
|
-
"@aws-crypto/crc32": "3.0.0",
|
|
763
|
-
"@smithy/types": "^2.10.0",
|
|
764
|
-
"@smithy/util-hex-encoding": "^2.1.1",
|
|
765
|
-
"tslib": "^2.5.0"
|
|
773
|
+
"node": ">=16.0.0"
|
|
766
774
|
}
|
|
767
775
|
},
|
|
768
776
|
"node_modules/@smithy/fetch-http-handler": {
|
|
769
|
-
"version": "
|
|
770
|
-
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-
|
|
771
|
-
"integrity": "sha512-
|
|
777
|
+
"version": "3.0.1",
|
|
778
|
+
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-3.0.1.tgz",
|
|
779
|
+
"integrity": "sha512-uaH74i5BDj+rBwoQaXioKpI0SHBJFtOVwzrCpxZxphOW0ki5jhj7dXvDMYM2IJem8TpdFvS2iC08sjOblfFGFg==",
|
|
780
|
+
"license": "Apache-2.0",
|
|
772
781
|
"dependencies": {
|
|
773
|
-
"@smithy/protocol-http": "^
|
|
774
|
-
"@smithy/querystring-builder": "^
|
|
775
|
-
"@smithy/types": "^
|
|
776
|
-
"@smithy/util-base64": "^
|
|
777
|
-
"tslib": "^2.
|
|
782
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
783
|
+
"@smithy/querystring-builder": "^3.0.0",
|
|
784
|
+
"@smithy/types": "^3.0.0",
|
|
785
|
+
"@smithy/util-base64": "^3.0.0",
|
|
786
|
+
"tslib": "^2.6.2"
|
|
778
787
|
}
|
|
779
788
|
},
|
|
780
789
|
"node_modules/@smithy/hash-node": {
|
|
781
|
-
"version": "
|
|
782
|
-
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-
|
|
783
|
-
"integrity": "sha512-
|
|
790
|
+
"version": "3.0.0",
|
|
791
|
+
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-3.0.0.tgz",
|
|
792
|
+
"integrity": "sha512-84qXstNemP3XS5jcof0el6+bDfjzuvhJPQTEfro3lgtbCtKgzPm3MgiS6ehXVPjeQ5+JS0HqmTz8f/RYfzHVxw==",
|
|
793
|
+
"license": "Apache-2.0",
|
|
784
794
|
"dependencies": {
|
|
785
|
-
"@smithy/types": "^
|
|
786
|
-
"@smithy/util-buffer-from": "^
|
|
787
|
-
"@smithy/util-utf8": "^
|
|
788
|
-
"tslib": "^2.
|
|
795
|
+
"@smithy/types": "^3.0.0",
|
|
796
|
+
"@smithy/util-buffer-from": "^3.0.0",
|
|
797
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
798
|
+
"tslib": "^2.6.2"
|
|
789
799
|
},
|
|
790
800
|
"engines": {
|
|
791
|
-
"node": ">=
|
|
801
|
+
"node": ">=16.0.0"
|
|
792
802
|
}
|
|
793
803
|
},
|
|
794
804
|
"node_modules/@smithy/invalid-dependency": {
|
|
795
|
-
"version": "
|
|
796
|
-
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-
|
|
797
|
-
"integrity": "sha512-
|
|
805
|
+
"version": "3.0.0",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-3.0.0.tgz",
|
|
807
|
+
"integrity": "sha512-F6wBBaEFgJzj0s4KUlliIGPmqXemwP6EavgvDqYwCH40O5Xr2iMHvS8todmGVZtuJCorBkXsYLyTu4PuizVq5g==",
|
|
808
|
+
"license": "Apache-2.0",
|
|
798
809
|
"dependencies": {
|
|
799
|
-
"@smithy/types": "^
|
|
800
|
-
"tslib": "^2.
|
|
810
|
+
"@smithy/types": "^3.0.0",
|
|
811
|
+
"tslib": "^2.6.2"
|
|
801
812
|
}
|
|
802
813
|
},
|
|
803
814
|
"node_modules/@smithy/is-array-buffer": {
|
|
804
|
-
"version": "
|
|
805
|
-
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-
|
|
806
|
-
"integrity": "sha512
|
|
815
|
+
"version": "3.0.0",
|
|
816
|
+
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz",
|
|
817
|
+
"integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==",
|
|
818
|
+
"license": "Apache-2.0",
|
|
807
819
|
"dependencies": {
|
|
808
|
-
"tslib": "^2.
|
|
820
|
+
"tslib": "^2.6.2"
|
|
809
821
|
},
|
|
810
822
|
"engines": {
|
|
811
|
-
"node": ">=
|
|
823
|
+
"node": ">=16.0.0"
|
|
812
824
|
}
|
|
813
825
|
},
|
|
814
826
|
"node_modules/@smithy/middleware-content-length": {
|
|
815
|
-
"version": "
|
|
816
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-
|
|
817
|
-
"integrity": "sha512-
|
|
827
|
+
"version": "3.0.0",
|
|
828
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-3.0.0.tgz",
|
|
829
|
+
"integrity": "sha512-3C4s4d/iGobgCtk2tnWW6+zSTOBg1PRAm2vtWZLdriwTroFbbWNSr3lcyzHdrQHnEXYCC5K52EbpfodaIUY8sg==",
|
|
830
|
+
"license": "Apache-2.0",
|
|
818
831
|
"dependencies": {
|
|
819
|
-
"@smithy/protocol-http": "^
|
|
820
|
-
"@smithy/types": "^
|
|
821
|
-
"tslib": "^2.
|
|
832
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
833
|
+
"@smithy/types": "^3.0.0",
|
|
834
|
+
"tslib": "^2.6.2"
|
|
822
835
|
},
|
|
823
836
|
"engines": {
|
|
824
|
-
"node": ">=
|
|
837
|
+
"node": ">=16.0.0"
|
|
825
838
|
}
|
|
826
839
|
},
|
|
827
840
|
"node_modules/@smithy/middleware-endpoint": {
|
|
828
|
-
"version": "
|
|
829
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-
|
|
830
|
-
"integrity": "sha512-
|
|
841
|
+
"version": "3.0.0",
|
|
842
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-3.0.0.tgz",
|
|
843
|
+
"integrity": "sha512-aXOAWztw/5qAfp0NcA2OWpv6ZI/E+Dh9mByif7i91D/0iyYNUcKvskmXiowKESFkuZ7PIMd3VOR4fTibZDs2OQ==",
|
|
844
|
+
"license": "Apache-2.0",
|
|
831
845
|
"dependencies": {
|
|
832
|
-
"@smithy/middleware-serde": "^
|
|
833
|
-
"@smithy/node-config-provider": "^
|
|
834
|
-
"@smithy/shared-ini-file-loader": "^
|
|
835
|
-
"@smithy/types": "^
|
|
836
|
-
"@smithy/url-parser": "^
|
|
837
|
-
"@smithy/util-middleware": "^
|
|
838
|
-
"tslib": "^2.
|
|
846
|
+
"@smithy/middleware-serde": "^3.0.0",
|
|
847
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
848
|
+
"@smithy/shared-ini-file-loader": "^3.0.0",
|
|
849
|
+
"@smithy/types": "^3.0.0",
|
|
850
|
+
"@smithy/url-parser": "^3.0.0",
|
|
851
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
852
|
+
"tslib": "^2.6.2"
|
|
839
853
|
},
|
|
840
854
|
"engines": {
|
|
841
|
-
"node": ">=
|
|
855
|
+
"node": ">=16.0.0"
|
|
842
856
|
}
|
|
843
857
|
},
|
|
844
858
|
"node_modules/@smithy/middleware-retry": {
|
|
845
|
-
"version": "
|
|
846
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-
|
|
847
|
-
"integrity": "sha512-
|
|
859
|
+
"version": "3.0.1",
|
|
860
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-3.0.1.tgz",
|
|
861
|
+
"integrity": "sha512-hBhSEuL841FhJBK/19WpaGk5YWSzFk/P2UaVjANGKRv3eYNO8Y1lANWgqnuPWjOyCEWMPr58vELFDWpxvRKANw==",
|
|
862
|
+
"license": "Apache-2.0",
|
|
848
863
|
"dependencies": {
|
|
849
|
-
"@smithy/node-config-provider": "^
|
|
850
|
-
"@smithy/protocol-http": "^
|
|
851
|
-
"@smithy/service-error-classification": "^
|
|
852
|
-
"@smithy/smithy-client": "^
|
|
853
|
-
"@smithy/types": "^
|
|
854
|
-
"@smithy/util-middleware": "^
|
|
855
|
-
"@smithy/util-retry": "^
|
|
856
|
-
"tslib": "^2.
|
|
857
|
-
"uuid": "^
|
|
864
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
865
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
866
|
+
"@smithy/service-error-classification": "^3.0.0",
|
|
867
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
868
|
+
"@smithy/types": "^3.0.0",
|
|
869
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
870
|
+
"@smithy/util-retry": "^3.0.0",
|
|
871
|
+
"tslib": "^2.6.2",
|
|
872
|
+
"uuid": "^9.0.1"
|
|
858
873
|
},
|
|
859
874
|
"engines": {
|
|
860
|
-
"node": ">=
|
|
861
|
-
}
|
|
862
|
-
},
|
|
863
|
-
"node_modules/@smithy/middleware-retry/node_modules/uuid": {
|
|
864
|
-
"version": "8.3.2",
|
|
865
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
866
|
-
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
867
|
-
"bin": {
|
|
868
|
-
"uuid": "dist/bin/uuid"
|
|
875
|
+
"node": ">=16.0.0"
|
|
869
876
|
}
|
|
870
877
|
},
|
|
871
878
|
"node_modules/@smithy/middleware-serde": {
|
|
872
|
-
"version": "
|
|
873
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-
|
|
874
|
-
"integrity": "sha512-
|
|
879
|
+
"version": "3.0.0",
|
|
880
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.0.tgz",
|
|
881
|
+
"integrity": "sha512-I1vKG1foI+oPgG9r7IMY1S+xBnmAn1ISqployvqkwHoSb8VPsngHDTOgYGYBonuOKndaWRUGJZrKYYLB+Ane6w==",
|
|
882
|
+
"license": "Apache-2.0",
|
|
875
883
|
"dependencies": {
|
|
876
|
-
"@smithy/types": "^
|
|
877
|
-
"tslib": "^2.
|
|
884
|
+
"@smithy/types": "^3.0.0",
|
|
885
|
+
"tslib": "^2.6.2"
|
|
878
886
|
},
|
|
879
887
|
"engines": {
|
|
880
|
-
"node": ">=
|
|
888
|
+
"node": ">=16.0.0"
|
|
881
889
|
}
|
|
882
890
|
},
|
|
883
891
|
"node_modules/@smithy/middleware-stack": {
|
|
884
|
-
"version": "
|
|
885
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-
|
|
886
|
-
"integrity": "sha512
|
|
892
|
+
"version": "3.0.0",
|
|
893
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-3.0.0.tgz",
|
|
894
|
+
"integrity": "sha512-+H0jmyfAyHRFXm6wunskuNAqtj7yfmwFB6Fp37enytp2q047/Od9xetEaUbluyImOlGnGpaVGaVfjwawSr+i6Q==",
|
|
895
|
+
"license": "Apache-2.0",
|
|
887
896
|
"dependencies": {
|
|
888
|
-
"@smithy/types": "^
|
|
889
|
-
"tslib": "^2.
|
|
897
|
+
"@smithy/types": "^3.0.0",
|
|
898
|
+
"tslib": "^2.6.2"
|
|
890
899
|
},
|
|
891
900
|
"engines": {
|
|
892
|
-
"node": ">=
|
|
901
|
+
"node": ">=16.0.0"
|
|
893
902
|
}
|
|
894
903
|
},
|
|
895
904
|
"node_modules/@smithy/node-config-provider": {
|
|
896
|
-
"version": "
|
|
897
|
-
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-
|
|
898
|
-
"integrity": "sha512-
|
|
905
|
+
"version": "3.0.0",
|
|
906
|
+
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-3.0.0.tgz",
|
|
907
|
+
"integrity": "sha512-buqfaSdDh0zo62EPLf8rGDvcpKwGpO5ho4bXS2cdFhlOta7tBkWJt+O5uiaAeICfIOfPclNOndshDNSanX2X9g==",
|
|
908
|
+
"license": "Apache-2.0",
|
|
899
909
|
"dependencies": {
|
|
900
|
-
"@smithy/property-provider": "^
|
|
901
|
-
"@smithy/shared-ini-file-loader": "^
|
|
902
|
-
"@smithy/types": "^
|
|
903
|
-
"tslib": "^2.
|
|
910
|
+
"@smithy/property-provider": "^3.0.0",
|
|
911
|
+
"@smithy/shared-ini-file-loader": "^3.0.0",
|
|
912
|
+
"@smithy/types": "^3.0.0",
|
|
913
|
+
"tslib": "^2.6.2"
|
|
904
914
|
},
|
|
905
915
|
"engines": {
|
|
906
|
-
"node": ">=
|
|
916
|
+
"node": ">=16.0.0"
|
|
907
917
|
}
|
|
908
918
|
},
|
|
909
919
|
"node_modules/@smithy/node-http-handler": {
|
|
910
|
-
"version": "
|
|
911
|
-
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-
|
|
912
|
-
"integrity": "sha512-
|
|
920
|
+
"version": "3.0.0",
|
|
921
|
+
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.0.0.tgz",
|
|
922
|
+
"integrity": "sha512-3trD4r7NOMygwLbUJo4eodyQuypAWr7uvPnebNJ9a70dQhVn+US8j/lCnvoJS6BXfZeF7PkkkI0DemVJw+n+eQ==",
|
|
923
|
+
"license": "Apache-2.0",
|
|
913
924
|
"dependencies": {
|
|
914
|
-
"@smithy/abort-controller": "^
|
|
915
|
-
"@smithy/protocol-http": "^
|
|
916
|
-
"@smithy/querystring-builder": "^
|
|
917
|
-
"@smithy/types": "^
|
|
918
|
-
"tslib": "^2.
|
|
925
|
+
"@smithy/abort-controller": "^3.0.0",
|
|
926
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
927
|
+
"@smithy/querystring-builder": "^3.0.0",
|
|
928
|
+
"@smithy/types": "^3.0.0",
|
|
929
|
+
"tslib": "^2.6.2"
|
|
919
930
|
},
|
|
920
931
|
"engines": {
|
|
921
|
-
"node": ">=
|
|
932
|
+
"node": ">=16.0.0"
|
|
922
933
|
}
|
|
923
934
|
},
|
|
924
935
|
"node_modules/@smithy/property-provider": {
|
|
925
|
-
"version": "
|
|
926
|
-
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-
|
|
927
|
-
"integrity": "sha512-
|
|
936
|
+
"version": "3.0.0",
|
|
937
|
+
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.0.0.tgz",
|
|
938
|
+
"integrity": "sha512-LmbPgHBswdXCrkWWuUwBm9w72S2iLWyC/5jet9/Y9cGHtzqxi+GVjfCfahkvNV4KXEwgnH8EMpcrD9RUYe0eLQ==",
|
|
939
|
+
"license": "Apache-2.0",
|
|
928
940
|
"dependencies": {
|
|
929
|
-
"@smithy/types": "^
|
|
930
|
-
"tslib": "^2.
|
|
941
|
+
"@smithy/types": "^3.0.0",
|
|
942
|
+
"tslib": "^2.6.2"
|
|
931
943
|
},
|
|
932
944
|
"engines": {
|
|
933
|
-
"node": ">=
|
|
945
|
+
"node": ">=16.0.0"
|
|
934
946
|
}
|
|
935
947
|
},
|
|
936
948
|
"node_modules/@smithy/protocol-http": {
|
|
937
|
-
"version": "
|
|
938
|
-
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-
|
|
939
|
-
"integrity": "sha512-
|
|
949
|
+
"version": "4.0.0",
|
|
950
|
+
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.0.0.tgz",
|
|
951
|
+
"integrity": "sha512-qOQZOEI2XLWRWBO9AgIYuHuqjZ2csyr8/IlgFDHDNuIgLAMRx2Bl8ck5U5D6Vh9DPdoaVpuzwWMa0xcdL4O/AQ==",
|
|
952
|
+
"license": "Apache-2.0",
|
|
940
953
|
"dependencies": {
|
|
941
|
-
"@smithy/types": "^
|
|
942
|
-
"tslib": "^2.
|
|
954
|
+
"@smithy/types": "^3.0.0",
|
|
955
|
+
"tslib": "^2.6.2"
|
|
943
956
|
},
|
|
944
957
|
"engines": {
|
|
945
|
-
"node": ">=
|
|
958
|
+
"node": ">=16.0.0"
|
|
946
959
|
}
|
|
947
960
|
},
|
|
948
961
|
"node_modules/@smithy/querystring-builder": {
|
|
949
|
-
"version": "
|
|
950
|
-
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-
|
|
951
|
-
"integrity": "sha512-
|
|
962
|
+
"version": "3.0.0",
|
|
963
|
+
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.0.tgz",
|
|
964
|
+
"integrity": "sha512-bW8Fi0NzyfkE0TmQphDXr1AmBDbK01cA4C1Z7ggwMAU5RDz5AAv/KmoRwzQAS0kxXNf/D2ALTEgwK0U2c4LtRg==",
|
|
965
|
+
"license": "Apache-2.0",
|
|
952
966
|
"dependencies": {
|
|
953
|
-
"@smithy/types": "^
|
|
954
|
-
"@smithy/util-uri-escape": "^
|
|
955
|
-
"tslib": "^2.
|
|
967
|
+
"@smithy/types": "^3.0.0",
|
|
968
|
+
"@smithy/util-uri-escape": "^3.0.0",
|
|
969
|
+
"tslib": "^2.6.2"
|
|
956
970
|
},
|
|
957
971
|
"engines": {
|
|
958
|
-
"node": ">=
|
|
972
|
+
"node": ">=16.0.0"
|
|
959
973
|
}
|
|
960
974
|
},
|
|
961
975
|
"node_modules/@smithy/querystring-parser": {
|
|
962
|
-
"version": "
|
|
963
|
-
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-
|
|
964
|
-
"integrity": "sha512-
|
|
976
|
+
"version": "3.0.0",
|
|
977
|
+
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-3.0.0.tgz",
|
|
978
|
+
"integrity": "sha512-UzHwthk0UEccV4dHzPySnBy34AWw3V9lIqUTxmozQ+wPDAO9csCWMfOLe7V9A2agNYy7xE+Pb0S6K/J23JSzfQ==",
|
|
979
|
+
"license": "Apache-2.0",
|
|
965
980
|
"dependencies": {
|
|
966
|
-
"@smithy/types": "^
|
|
967
|
-
"tslib": "^2.
|
|
981
|
+
"@smithy/types": "^3.0.0",
|
|
982
|
+
"tslib": "^2.6.2"
|
|
968
983
|
},
|
|
969
984
|
"engines": {
|
|
970
|
-
"node": ">=
|
|
985
|
+
"node": ">=16.0.0"
|
|
971
986
|
}
|
|
972
987
|
},
|
|
973
988
|
"node_modules/@smithy/service-error-classification": {
|
|
974
|
-
"version": "
|
|
975
|
-
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-
|
|
976
|
-
"integrity": "sha512-
|
|
989
|
+
"version": "3.0.0",
|
|
990
|
+
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-3.0.0.tgz",
|
|
991
|
+
"integrity": "sha512-3BsBtOUt2Gsnc3X23ew+r2M71WwtpHfEDGhHYHSDg6q1t8FrWh15jT25DLajFV1H+PpxAJ6gqe9yYeRUsmSdFA==",
|
|
992
|
+
"license": "Apache-2.0",
|
|
977
993
|
"dependencies": {
|
|
978
|
-
"@smithy/types": "^
|
|
994
|
+
"@smithy/types": "^3.0.0"
|
|
979
995
|
},
|
|
980
996
|
"engines": {
|
|
981
|
-
"node": ">=
|
|
997
|
+
"node": ">=16.0.0"
|
|
982
998
|
}
|
|
983
999
|
},
|
|
984
1000
|
"node_modules/@smithy/shared-ini-file-loader": {
|
|
985
|
-
"version": "
|
|
986
|
-
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-
|
|
987
|
-
"integrity": "sha512-
|
|
1001
|
+
"version": "3.0.0",
|
|
1002
|
+
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-3.0.0.tgz",
|
|
1003
|
+
"integrity": "sha512-REVw6XauXk8xE4zo5aGL7Rz4ywA8qNMUn8RtWeTRQsgAlmlvbJ7CEPBcaXU2NDC3AYBgYAXrGyWD8XrN8UGDog==",
|
|
1004
|
+
"license": "Apache-2.0",
|
|
988
1005
|
"dependencies": {
|
|
989
|
-
"@smithy/types": "^
|
|
990
|
-
"tslib": "^2.
|
|
1006
|
+
"@smithy/types": "^3.0.0",
|
|
1007
|
+
"tslib": "^2.6.2"
|
|
991
1008
|
},
|
|
992
1009
|
"engines": {
|
|
993
|
-
"node": ">=
|
|
1010
|
+
"node": ">=16.0.0"
|
|
994
1011
|
}
|
|
995
1012
|
},
|
|
996
1013
|
"node_modules/@smithy/signature-v4": {
|
|
997
|
-
"version": "
|
|
998
|
-
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-
|
|
999
|
-
"integrity": "sha512-
|
|
1014
|
+
"version": "3.0.0",
|
|
1015
|
+
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-3.0.0.tgz",
|
|
1016
|
+
"integrity": "sha512-kXFOkNX+BQHe2qnLxpMEaCRGap9J6tUGLzc3A9jdn+nD4JdMwCKTJ+zFwQ20GkY+mAXGatyTw3HcoUlR39HwmA==",
|
|
1017
|
+
"license": "Apache-2.0",
|
|
1000
1018
|
"dependencies": {
|
|
1001
|
-
"@smithy/
|
|
1002
|
-
"@smithy/
|
|
1003
|
-
"@smithy/
|
|
1004
|
-
"@smithy/util-
|
|
1005
|
-
"@smithy/util-
|
|
1006
|
-
"@smithy/util-
|
|
1007
|
-
"
|
|
1008
|
-
"tslib": "^2.5.0"
|
|
1019
|
+
"@smithy/is-array-buffer": "^3.0.0",
|
|
1020
|
+
"@smithy/types": "^3.0.0",
|
|
1021
|
+
"@smithy/util-hex-encoding": "^3.0.0",
|
|
1022
|
+
"@smithy/util-middleware": "^3.0.0",
|
|
1023
|
+
"@smithy/util-uri-escape": "^3.0.0",
|
|
1024
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
1025
|
+
"tslib": "^2.6.2"
|
|
1009
1026
|
},
|
|
1010
1027
|
"engines": {
|
|
1011
|
-
"node": ">=
|
|
1028
|
+
"node": ">=16.0.0"
|
|
1012
1029
|
}
|
|
1013
1030
|
},
|
|
1014
1031
|
"node_modules/@smithy/smithy-client": {
|
|
1015
|
-
"version": "
|
|
1016
|
-
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-
|
|
1017
|
-
"integrity": "sha512-
|
|
1032
|
+
"version": "3.0.1",
|
|
1033
|
+
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-3.0.1.tgz",
|
|
1034
|
+
"integrity": "sha512-KAiFY4Y4jdHxR+4zerH/VBhaFKM8pbaVmJZ/CWJRwtM/CmwzTfXfvYwf6GoUwiHepdv+lwiOXCuOl6UBDUEINw==",
|
|
1035
|
+
"license": "Apache-2.0",
|
|
1018
1036
|
"dependencies": {
|
|
1019
|
-
"@smithy/middleware-endpoint": "^
|
|
1020
|
-
"@smithy/middleware-stack": "^
|
|
1021
|
-
"@smithy/protocol-http": "^
|
|
1022
|
-
"@smithy/types": "^
|
|
1023
|
-
"@smithy/util-stream": "^
|
|
1024
|
-
"tslib": "^2.
|
|
1037
|
+
"@smithy/middleware-endpoint": "^3.0.0",
|
|
1038
|
+
"@smithy/middleware-stack": "^3.0.0",
|
|
1039
|
+
"@smithy/protocol-http": "^4.0.0",
|
|
1040
|
+
"@smithy/types": "^3.0.0",
|
|
1041
|
+
"@smithy/util-stream": "^3.0.1",
|
|
1042
|
+
"tslib": "^2.6.2"
|
|
1025
1043
|
},
|
|
1026
1044
|
"engines": {
|
|
1027
|
-
"node": ">=
|
|
1045
|
+
"node": ">=16.0.0"
|
|
1028
1046
|
}
|
|
1029
1047
|
},
|
|
1030
1048
|
"node_modules/@smithy/types": {
|
|
1031
|
-
"version": "
|
|
1032
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-
|
|
1033
|
-
"integrity": "sha512-
|
|
1049
|
+
"version": "3.0.0",
|
|
1050
|
+
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.0.0.tgz",
|
|
1051
|
+
"integrity": "sha512-VvWuQk2RKFuOr98gFhjca7fkBS+xLLURT8bUjk5XQoV0ZLm7WPwWPPY3/AwzTLuUBDeoKDCthfe1AsTUWaSEhw==",
|
|
1052
|
+
"license": "Apache-2.0",
|
|
1034
1053
|
"dependencies": {
|
|
1035
|
-
"tslib": "^2.
|
|
1054
|
+
"tslib": "^2.6.2"
|
|
1036
1055
|
},
|
|
1037
1056
|
"engines": {
|
|
1038
|
-
"node": ">=
|
|
1057
|
+
"node": ">=16.0.0"
|
|
1039
1058
|
}
|
|
1040
1059
|
},
|
|
1041
1060
|
"node_modules/@smithy/url-parser": {
|
|
1042
|
-
"version": "
|
|
1043
|
-
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-
|
|
1044
|
-
"integrity": "sha512-
|
|
1061
|
+
"version": "3.0.0",
|
|
1062
|
+
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-3.0.0.tgz",
|
|
1063
|
+
"integrity": "sha512-2XLazFgUu+YOGHtWihB3FSLAfCUajVfNBXGGYjOaVKjLAuAxx3pSBY3hBgLzIgB17haf59gOG3imKqTy8mcrjw==",
|
|
1064
|
+
"license": "Apache-2.0",
|
|
1045
1065
|
"dependencies": {
|
|
1046
|
-
"@smithy/querystring-parser": "^
|
|
1047
|
-
"@smithy/types": "^
|
|
1048
|
-
"tslib": "^2.
|
|
1066
|
+
"@smithy/querystring-parser": "^3.0.0",
|
|
1067
|
+
"@smithy/types": "^3.0.0",
|
|
1068
|
+
"tslib": "^2.6.2"
|
|
1049
1069
|
}
|
|
1050
1070
|
},
|
|
1051
1071
|
"node_modules/@smithy/util-base64": {
|
|
1052
|
-
"version": "
|
|
1053
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-
|
|
1054
|
-
"integrity": "sha512-
|
|
1072
|
+
"version": "3.0.0",
|
|
1073
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-3.0.0.tgz",
|
|
1074
|
+
"integrity": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==",
|
|
1075
|
+
"license": "Apache-2.0",
|
|
1055
1076
|
"dependencies": {
|
|
1056
|
-
"@smithy/util-buffer-from": "^
|
|
1057
|
-
"
|
|
1077
|
+
"@smithy/util-buffer-from": "^3.0.0",
|
|
1078
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
1079
|
+
"tslib": "^2.6.2"
|
|
1058
1080
|
},
|
|
1059
1081
|
"engines": {
|
|
1060
|
-
"node": ">=
|
|
1082
|
+
"node": ">=16.0.0"
|
|
1061
1083
|
}
|
|
1062
1084
|
},
|
|
1063
1085
|
"node_modules/@smithy/util-body-length-browser": {
|
|
1064
|
-
"version": "
|
|
1065
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-
|
|
1066
|
-
"integrity": "sha512-
|
|
1086
|
+
"version": "3.0.0",
|
|
1087
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-3.0.0.tgz",
|
|
1088
|
+
"integrity": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==",
|
|
1089
|
+
"license": "Apache-2.0",
|
|
1067
1090
|
"dependencies": {
|
|
1068
|
-
"tslib": "^2.
|
|
1091
|
+
"tslib": "^2.6.2"
|
|
1069
1092
|
}
|
|
1070
1093
|
},
|
|
1071
1094
|
"node_modules/@smithy/util-body-length-node": {
|
|
1072
|
-
"version": "
|
|
1073
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-
|
|
1074
|
-
"integrity": "sha512
|
|
1095
|
+
"version": "3.0.0",
|
|
1096
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-3.0.0.tgz",
|
|
1097
|
+
"integrity": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==",
|
|
1098
|
+
"license": "Apache-2.0",
|
|
1075
1099
|
"dependencies": {
|
|
1076
|
-
"tslib": "^2.
|
|
1100
|
+
"tslib": "^2.6.2"
|
|
1077
1101
|
},
|
|
1078
1102
|
"engines": {
|
|
1079
|
-
"node": ">=
|
|
1103
|
+
"node": ">=16.0.0"
|
|
1080
1104
|
}
|
|
1081
1105
|
},
|
|
1082
1106
|
"node_modules/@smithy/util-buffer-from": {
|
|
1083
|
-
"version": "
|
|
1084
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-
|
|
1085
|
-
"integrity": "sha512-
|
|
1107
|
+
"version": "3.0.0",
|
|
1108
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz",
|
|
1109
|
+
"integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==",
|
|
1110
|
+
"license": "Apache-2.0",
|
|
1086
1111
|
"dependencies": {
|
|
1087
|
-
"@smithy/is-array-buffer": "^
|
|
1088
|
-
"tslib": "^2.
|
|
1112
|
+
"@smithy/is-array-buffer": "^3.0.0",
|
|
1113
|
+
"tslib": "^2.6.2"
|
|
1089
1114
|
},
|
|
1090
1115
|
"engines": {
|
|
1091
|
-
"node": ">=
|
|
1116
|
+
"node": ">=16.0.0"
|
|
1092
1117
|
}
|
|
1093
1118
|
},
|
|
1094
1119
|
"node_modules/@smithy/util-config-provider": {
|
|
1095
|
-
"version": "
|
|
1096
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-
|
|
1097
|
-
"integrity": "sha512-
|
|
1120
|
+
"version": "3.0.0",
|
|
1121
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-3.0.0.tgz",
|
|
1122
|
+
"integrity": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==",
|
|
1123
|
+
"license": "Apache-2.0",
|
|
1098
1124
|
"dependencies": {
|
|
1099
|
-
"tslib": "^2.
|
|
1125
|
+
"tslib": "^2.6.2"
|
|
1100
1126
|
},
|
|
1101
1127
|
"engines": {
|
|
1102
|
-
"node": ">=
|
|
1128
|
+
"node": ">=16.0.0"
|
|
1103
1129
|
}
|
|
1104
1130
|
},
|
|
1105
1131
|
"node_modules/@smithy/util-defaults-mode-browser": {
|
|
1106
|
-
"version": "
|
|
1107
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-
|
|
1108
|
-
"integrity": "sha512-
|
|
1132
|
+
"version": "3.0.1",
|
|
1133
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.1.tgz",
|
|
1134
|
+
"integrity": "sha512-nW5kEzdJn1Bn5TF+gOPHh2rcPli8JU9vSSXLbfg7uPnfR1TMRQqs9zlYRhIb87NeSxIbpdXOI94tvXSy+fvDYg==",
|
|
1135
|
+
"license": "Apache-2.0",
|
|
1109
1136
|
"dependencies": {
|
|
1110
|
-
"@smithy/property-provider": "^
|
|
1111
|
-
"@smithy/smithy-client": "^
|
|
1112
|
-
"@smithy/types": "^
|
|
1137
|
+
"@smithy/property-provider": "^3.0.0",
|
|
1138
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
1139
|
+
"@smithy/types": "^3.0.0",
|
|
1113
1140
|
"bowser": "^2.11.0",
|
|
1114
|
-
"tslib": "^2.
|
|
1141
|
+
"tslib": "^2.6.2"
|
|
1115
1142
|
},
|
|
1116
1143
|
"engines": {
|
|
1117
1144
|
"node": ">= 10.0.0"
|
|
1118
1145
|
}
|
|
1119
1146
|
},
|
|
1120
1147
|
"node_modules/@smithy/util-defaults-mode-node": {
|
|
1121
|
-
"version": "
|
|
1122
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-
|
|
1123
|
-
"integrity": "sha512-
|
|
1148
|
+
"version": "3.0.1",
|
|
1149
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.1.tgz",
|
|
1150
|
+
"integrity": "sha512-TFk+Qb+elLc/MOhtSp+50fstyfZ6avQbgH2d96xUBpeScu+Al9elxv+UFAjaTHe0HQe5n+wem8ZLpXvU8lwV6Q==",
|
|
1151
|
+
"license": "Apache-2.0",
|
|
1124
1152
|
"dependencies": {
|
|
1125
|
-
"@smithy/config-resolver": "^
|
|
1126
|
-
"@smithy/credential-provider-imds": "^
|
|
1127
|
-
"@smithy/node-config-provider": "^
|
|
1128
|
-
"@smithy/property-provider": "^
|
|
1129
|
-
"@smithy/smithy-client": "^
|
|
1130
|
-
"@smithy/types": "^
|
|
1131
|
-
"tslib": "^2.
|
|
1153
|
+
"@smithy/config-resolver": "^3.0.0",
|
|
1154
|
+
"@smithy/credential-provider-imds": "^3.0.0",
|
|
1155
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
1156
|
+
"@smithy/property-provider": "^3.0.0",
|
|
1157
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
1158
|
+
"@smithy/types": "^3.0.0",
|
|
1159
|
+
"tslib": "^2.6.2"
|
|
1132
1160
|
},
|
|
1133
1161
|
"engines": {
|
|
1134
1162
|
"node": ">= 10.0.0"
|
|
1135
1163
|
}
|
|
1136
1164
|
},
|
|
1137
1165
|
"node_modules/@smithy/util-endpoints": {
|
|
1138
|
-
"version": "
|
|
1139
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-
|
|
1140
|
-
"integrity": "sha512
|
|
1166
|
+
"version": "2.0.0",
|
|
1167
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-2.0.0.tgz",
|
|
1168
|
+
"integrity": "sha512-+exaXzEY3DNt2qtA2OtRNSDlVrE4p32j1JSsQkzA5AdP0YtJNjkYbYhJxkFmPYcjI1abuwopOZCwUmv682QkiQ==",
|
|
1169
|
+
"license": "Apache-2.0",
|
|
1141
1170
|
"dependencies": {
|
|
1142
|
-
"@smithy/node-config-provider": "^
|
|
1143
|
-
"@smithy/types": "^
|
|
1144
|
-
"tslib": "^2.
|
|
1171
|
+
"@smithy/node-config-provider": "^3.0.0",
|
|
1172
|
+
"@smithy/types": "^3.0.0",
|
|
1173
|
+
"tslib": "^2.6.2"
|
|
1145
1174
|
},
|
|
1146
1175
|
"engines": {
|
|
1147
|
-
"node": ">=
|
|
1176
|
+
"node": ">=16.0.0"
|
|
1148
1177
|
}
|
|
1149
1178
|
},
|
|
1150
1179
|
"node_modules/@smithy/util-hex-encoding": {
|
|
1151
|
-
"version": "
|
|
1152
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-
|
|
1153
|
-
"integrity": "sha512-
|
|
1180
|
+
"version": "3.0.0",
|
|
1181
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-3.0.0.tgz",
|
|
1182
|
+
"integrity": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==",
|
|
1183
|
+
"license": "Apache-2.0",
|
|
1154
1184
|
"dependencies": {
|
|
1155
|
-
"tslib": "^2.
|
|
1185
|
+
"tslib": "^2.6.2"
|
|
1156
1186
|
},
|
|
1157
1187
|
"engines": {
|
|
1158
|
-
"node": ">=
|
|
1188
|
+
"node": ">=16.0.0"
|
|
1159
1189
|
}
|
|
1160
1190
|
},
|
|
1161
1191
|
"node_modules/@smithy/util-middleware": {
|
|
1162
|
-
"version": "
|
|
1163
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-
|
|
1164
|
-
"integrity": "sha512-
|
|
1192
|
+
"version": "3.0.0",
|
|
1193
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.0.tgz",
|
|
1194
|
+
"integrity": "sha512-q5ITdOnV2pXHSVDnKWrwgSNTDBAMHLptFE07ua/5Ty5WJ11bvr0vk2a7agu7qRhrCFRQlno5u3CneU5EELK+DQ==",
|
|
1195
|
+
"license": "Apache-2.0",
|
|
1165
1196
|
"dependencies": {
|
|
1166
|
-
"@smithy/types": "^
|
|
1167
|
-
"tslib": "^2.
|
|
1197
|
+
"@smithy/types": "^3.0.0",
|
|
1198
|
+
"tslib": "^2.6.2"
|
|
1168
1199
|
},
|
|
1169
1200
|
"engines": {
|
|
1170
|
-
"node": ">=
|
|
1201
|
+
"node": ">=16.0.0"
|
|
1171
1202
|
}
|
|
1172
1203
|
},
|
|
1173
1204
|
"node_modules/@smithy/util-retry": {
|
|
1174
|
-
"version": "
|
|
1175
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-
|
|
1176
|
-
"integrity": "sha512-
|
|
1205
|
+
"version": "3.0.0",
|
|
1206
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-3.0.0.tgz",
|
|
1207
|
+
"integrity": "sha512-nK99bvJiziGv/UOKJlDvFF45F00WgPLKVIGUfAK+mDhzVN2hb/S33uW2Tlhg5PVBoqY7tDVqL0zmu4OxAHgo9g==",
|
|
1208
|
+
"license": "Apache-2.0",
|
|
1177
1209
|
"dependencies": {
|
|
1178
|
-
"@smithy/service-error-classification": "^
|
|
1179
|
-
"@smithy/types": "^
|
|
1180
|
-
"tslib": "^2.
|
|
1210
|
+
"@smithy/service-error-classification": "^3.0.0",
|
|
1211
|
+
"@smithy/types": "^3.0.0",
|
|
1212
|
+
"tslib": "^2.6.2"
|
|
1181
1213
|
},
|
|
1182
1214
|
"engines": {
|
|
1183
|
-
"node": ">=
|
|
1215
|
+
"node": ">=16.0.0"
|
|
1184
1216
|
}
|
|
1185
1217
|
},
|
|
1186
1218
|
"node_modules/@smithy/util-stream": {
|
|
1187
|
-
"version": "
|
|
1188
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-
|
|
1189
|
-
"integrity": "sha512-
|
|
1219
|
+
"version": "3.0.1",
|
|
1220
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-3.0.1.tgz",
|
|
1221
|
+
"integrity": "sha512-7F7VNNhAsfMRA8I986YdOY5fE0/T1/ZjFF6OLsqkvQVNP3vZ/szYDfGCyphb7ioA09r32K/0qbSFfNFU68aSzA==",
|
|
1222
|
+
"license": "Apache-2.0",
|
|
1190
1223
|
"dependencies": {
|
|
1191
|
-
"@smithy/fetch-http-handler": "^
|
|
1192
|
-
"@smithy/node-http-handler": "^
|
|
1193
|
-
"@smithy/types": "^
|
|
1194
|
-
"@smithy/util-base64": "^
|
|
1195
|
-
"@smithy/util-buffer-from": "^
|
|
1196
|
-
"@smithy/util-hex-encoding": "^
|
|
1197
|
-
"@smithy/util-utf8": "^
|
|
1198
|
-
"tslib": "^2.
|
|
1224
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
1225
|
+
"@smithy/node-http-handler": "^3.0.0",
|
|
1226
|
+
"@smithy/types": "^3.0.0",
|
|
1227
|
+
"@smithy/util-base64": "^3.0.0",
|
|
1228
|
+
"@smithy/util-buffer-from": "^3.0.0",
|
|
1229
|
+
"@smithy/util-hex-encoding": "^3.0.0",
|
|
1230
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
1231
|
+
"tslib": "^2.6.2"
|
|
1199
1232
|
},
|
|
1200
1233
|
"engines": {
|
|
1201
|
-
"node": ">=
|
|
1234
|
+
"node": ">=16.0.0"
|
|
1202
1235
|
}
|
|
1203
1236
|
},
|
|
1204
1237
|
"node_modules/@smithy/util-uri-escape": {
|
|
1205
|
-
"version": "
|
|
1206
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-
|
|
1207
|
-
"integrity": "sha512-
|
|
1238
|
+
"version": "3.0.0",
|
|
1239
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz",
|
|
1240
|
+
"integrity": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==",
|
|
1241
|
+
"license": "Apache-2.0",
|
|
1208
1242
|
"dependencies": {
|
|
1209
|
-
"tslib": "^2.
|
|
1243
|
+
"tslib": "^2.6.2"
|
|
1210
1244
|
},
|
|
1211
1245
|
"engines": {
|
|
1212
|
-
"node": ">=
|
|
1246
|
+
"node": ">=16.0.0"
|
|
1213
1247
|
}
|
|
1214
1248
|
},
|
|
1215
1249
|
"node_modules/@smithy/util-utf8": {
|
|
1216
|
-
"version": "
|
|
1217
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-
|
|
1218
|
-
"integrity": "sha512-
|
|
1250
|
+
"version": "3.0.0",
|
|
1251
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz",
|
|
1252
|
+
"integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==",
|
|
1253
|
+
"license": "Apache-2.0",
|
|
1219
1254
|
"dependencies": {
|
|
1220
|
-
"@smithy/util-buffer-from": "^
|
|
1221
|
-
"tslib": "^2.
|
|
1255
|
+
"@smithy/util-buffer-from": "^3.0.0",
|
|
1256
|
+
"tslib": "^2.6.2"
|
|
1222
1257
|
},
|
|
1223
1258
|
"engines": {
|
|
1224
|
-
"node": ">=
|
|
1259
|
+
"node": ">=16.0.0"
|
|
1225
1260
|
}
|
|
1226
1261
|
},
|
|
1227
1262
|
"node_modules/@smithy/util-waiter": {
|
|
1228
|
-
"version": "
|
|
1229
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-
|
|
1230
|
-
"integrity": "sha512
|
|
1263
|
+
"version": "3.0.0",
|
|
1264
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-3.0.0.tgz",
|
|
1265
|
+
"integrity": "sha512-+fEXJxGDLCoqRKVSmo0auGxaqbiCo+8oph+4auefYjaNxjOLKSY2MxVQfRzo65PaZv4fr+5lWg+au7vSuJJ/zw==",
|
|
1266
|
+
"license": "Apache-2.0",
|
|
1231
1267
|
"dependencies": {
|
|
1232
|
-
"@smithy/abort-controller": "^
|
|
1233
|
-
"@smithy/types": "^
|
|
1234
|
-
"tslib": "^2.
|
|
1268
|
+
"@smithy/abort-controller": "^3.0.0",
|
|
1269
|
+
"@smithy/types": "^3.0.0",
|
|
1270
|
+
"tslib": "^2.6.2"
|
|
1235
1271
|
},
|
|
1236
1272
|
"engines": {
|
|
1237
|
-
"node": ">=
|
|
1273
|
+
"node": ">=16.0.0"
|
|
1238
1274
|
}
|
|
1239
1275
|
},
|
|
1240
1276
|
"node_modules/@types/minimatch": {
|
|
@@ -1246,6 +1282,7 @@
|
|
|
1246
1282
|
"version": "6.0.1",
|
|
1247
1283
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
1248
1284
|
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
1285
|
+
"license": "MIT",
|
|
1249
1286
|
"engines": {
|
|
1250
1287
|
"node": ">=12"
|
|
1251
1288
|
},
|
|
@@ -1257,6 +1294,7 @@
|
|
|
1257
1294
|
"version": "6.2.1",
|
|
1258
1295
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
1259
1296
|
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
1297
|
+
"license": "MIT",
|
|
1260
1298
|
"engines": {
|
|
1261
1299
|
"node": ">=12"
|
|
1262
1300
|
},
|
|
@@ -1296,12 +1334,14 @@
|
|
|
1296
1334
|
"node_modules/bowser": {
|
|
1297
1335
|
"version": "2.11.0",
|
|
1298
1336
|
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
|
|
1299
|
-
"integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA=="
|
|
1337
|
+
"integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==",
|
|
1338
|
+
"license": "MIT"
|
|
1300
1339
|
},
|
|
1301
1340
|
"node_modules/brace-expansion": {
|
|
1302
1341
|
"version": "2.0.1",
|
|
1303
1342
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
1304
1343
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
1344
|
+
"license": "MIT",
|
|
1305
1345
|
"dependencies": {
|
|
1306
1346
|
"balanced-match": "^1.0.0"
|
|
1307
1347
|
}
|
|
@@ -1310,6 +1350,7 @@
|
|
|
1310
1350
|
"version": "2.0.1",
|
|
1311
1351
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
1312
1352
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
1353
|
+
"license": "MIT",
|
|
1313
1354
|
"dependencies": {
|
|
1314
1355
|
"color-name": "~1.1.4"
|
|
1315
1356
|
},
|
|
@@ -1320,7 +1361,8 @@
|
|
|
1320
1361
|
"node_modules/color-name": {
|
|
1321
1362
|
"version": "1.1.4",
|
|
1322
1363
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
1323
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
1364
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
1365
|
+
"license": "MIT"
|
|
1324
1366
|
},
|
|
1325
1367
|
"node_modules/concat-map": {
|
|
1326
1368
|
"version": "0.0.1",
|
|
@@ -1343,12 +1385,14 @@
|
|
|
1343
1385
|
"node_modules/eastasianwidth": {
|
|
1344
1386
|
"version": "0.2.0",
|
|
1345
1387
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
1346
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
|
|
1388
|
+
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
1389
|
+
"license": "MIT"
|
|
1347
1390
|
},
|
|
1348
1391
|
"node_modules/emoji-regex": {
|
|
1349
1392
|
"version": "9.2.2",
|
|
1350
1393
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
1351
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
1394
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
1395
|
+
"license": "MIT"
|
|
1352
1396
|
},
|
|
1353
1397
|
"node_modules/fast-xml-parser": {
|
|
1354
1398
|
"version": "4.2.5",
|
|
@@ -1364,6 +1408,7 @@
|
|
|
1364
1408
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1365
1409
|
}
|
|
1366
1410
|
],
|
|
1411
|
+
"license": "MIT",
|
|
1367
1412
|
"dependencies": {
|
|
1368
1413
|
"strnum": "^1.0.5"
|
|
1369
1414
|
},
|
|
@@ -1387,21 +1432,22 @@
|
|
|
1387
1432
|
}
|
|
1388
1433
|
},
|
|
1389
1434
|
"node_modules/glob": {
|
|
1390
|
-
"version": "10.
|
|
1391
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.
|
|
1392
|
-
"integrity": "sha512-
|
|
1435
|
+
"version": "10.4.1",
|
|
1436
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
|
|
1437
|
+
"integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
|
|
1438
|
+
"license": "ISC",
|
|
1393
1439
|
"dependencies": {
|
|
1394
1440
|
"foreground-child": "^3.1.0",
|
|
1395
|
-
"jackspeak": "^
|
|
1396
|
-
"minimatch": "^9.0.
|
|
1397
|
-
"minipass": "^
|
|
1398
|
-
"path-scurry": "^1.
|
|
1441
|
+
"jackspeak": "^3.1.2",
|
|
1442
|
+
"minimatch": "^9.0.4",
|
|
1443
|
+
"minipass": "^7.1.2",
|
|
1444
|
+
"path-scurry": "^1.11.1"
|
|
1399
1445
|
},
|
|
1400
1446
|
"bin": {
|
|
1401
1447
|
"glob": "dist/esm/bin.mjs"
|
|
1402
1448
|
},
|
|
1403
1449
|
"engines": {
|
|
1404
|
-
"node": ">=16 || 14 >=14.
|
|
1450
|
+
"node": ">=16 || 14 >=14.18"
|
|
1405
1451
|
},
|
|
1406
1452
|
"funding": {
|
|
1407
1453
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -1411,6 +1457,7 @@
|
|
|
1411
1457
|
"version": "3.0.0",
|
|
1412
1458
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1413
1459
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1460
|
+
"license": "MIT",
|
|
1414
1461
|
"engines": {
|
|
1415
1462
|
"node": ">=8"
|
|
1416
1463
|
}
|
|
@@ -1421,9 +1468,10 @@
|
|
|
1421
1468
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
1422
1469
|
},
|
|
1423
1470
|
"node_modules/jackspeak": {
|
|
1424
|
-
"version": "
|
|
1425
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-
|
|
1426
|
-
"integrity": "sha512-
|
|
1471
|
+
"version": "3.1.2",
|
|
1472
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz",
|
|
1473
|
+
"integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==",
|
|
1474
|
+
"license": "BlueOak-1.0.0",
|
|
1427
1475
|
"dependencies": {
|
|
1428
1476
|
"@isaacs/cliui": "^8.0.2"
|
|
1429
1477
|
},
|
|
@@ -1438,17 +1486,19 @@
|
|
|
1438
1486
|
}
|
|
1439
1487
|
},
|
|
1440
1488
|
"node_modules/lru-cache": {
|
|
1441
|
-
"version": "10.
|
|
1442
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
1443
|
-
"integrity": "sha512
|
|
1489
|
+
"version": "10.2.2",
|
|
1490
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
|
|
1491
|
+
"integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
|
|
1492
|
+
"license": "ISC",
|
|
1444
1493
|
"engines": {
|
|
1445
1494
|
"node": "14 || >=16.14"
|
|
1446
1495
|
}
|
|
1447
1496
|
},
|
|
1448
1497
|
"node_modules/minimatch": {
|
|
1449
|
-
"version": "9.0.
|
|
1450
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
1451
|
-
"integrity": "sha512-
|
|
1498
|
+
"version": "9.0.4",
|
|
1499
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
1500
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
1501
|
+
"license": "ISC",
|
|
1452
1502
|
"dependencies": {
|
|
1453
1503
|
"brace-expansion": "^2.0.1"
|
|
1454
1504
|
},
|
|
@@ -1460,9 +1510,10 @@
|
|
|
1460
1510
|
}
|
|
1461
1511
|
},
|
|
1462
1512
|
"node_modules/minipass": {
|
|
1463
|
-
"version": "7.
|
|
1464
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.
|
|
1465
|
-
"integrity": "sha512-
|
|
1513
|
+
"version": "7.1.2",
|
|
1514
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
1515
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
1516
|
+
"license": "ISC",
|
|
1466
1517
|
"engines": {
|
|
1467
1518
|
"node": ">=16 || 14 >=14.17"
|
|
1468
1519
|
}
|
|
@@ -1514,15 +1565,16 @@
|
|
|
1514
1565
|
}
|
|
1515
1566
|
},
|
|
1516
1567
|
"node_modules/path-scurry": {
|
|
1517
|
-
"version": "1.
|
|
1518
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.
|
|
1519
|
-
"integrity": "sha512-
|
|
1568
|
+
"version": "1.11.1",
|
|
1569
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
1570
|
+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
1571
|
+
"license": "BlueOak-1.0.0",
|
|
1520
1572
|
"dependencies": {
|
|
1521
|
-
"lru-cache": "^
|
|
1573
|
+
"lru-cache": "^10.2.0",
|
|
1522
1574
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
1523
1575
|
},
|
|
1524
1576
|
"engines": {
|
|
1525
|
-
"node": ">=16 || 14 >=14.
|
|
1577
|
+
"node": ">=16 || 14 >=14.18"
|
|
1526
1578
|
},
|
|
1527
1579
|
"funding": {
|
|
1528
1580
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -1562,6 +1614,7 @@
|
|
|
1562
1614
|
"version": "5.1.2",
|
|
1563
1615
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
1564
1616
|
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
1617
|
+
"license": "MIT",
|
|
1565
1618
|
"dependencies": {
|
|
1566
1619
|
"eastasianwidth": "^0.2.0",
|
|
1567
1620
|
"emoji-regex": "^9.2.2",
|
|
@@ -1579,6 +1632,7 @@
|
|
|
1579
1632
|
"version": "4.2.3",
|
|
1580
1633
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
1581
1634
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
1635
|
+
"license": "MIT",
|
|
1582
1636
|
"dependencies": {
|
|
1583
1637
|
"emoji-regex": "^8.0.0",
|
|
1584
1638
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -1592,6 +1646,7 @@
|
|
|
1592
1646
|
"version": "5.0.1",
|
|
1593
1647
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1594
1648
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1649
|
+
"license": "MIT",
|
|
1595
1650
|
"engines": {
|
|
1596
1651
|
"node": ">=8"
|
|
1597
1652
|
}
|
|
@@ -1599,12 +1654,14 @@
|
|
|
1599
1654
|
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
1600
1655
|
"version": "8.0.0",
|
|
1601
1656
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1602
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
1657
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
1658
|
+
"license": "MIT"
|
|
1603
1659
|
},
|
|
1604
1660
|
"node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
1605
1661
|
"version": "6.0.1",
|
|
1606
1662
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
1607
1663
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
1664
|
+
"license": "MIT",
|
|
1608
1665
|
"dependencies": {
|
|
1609
1666
|
"ansi-regex": "^5.0.1"
|
|
1610
1667
|
},
|
|
@@ -1616,6 +1673,7 @@
|
|
|
1616
1673
|
"version": "7.1.0",
|
|
1617
1674
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
1618
1675
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
1676
|
+
"license": "MIT",
|
|
1619
1677
|
"dependencies": {
|
|
1620
1678
|
"ansi-regex": "^6.0.1"
|
|
1621
1679
|
},
|
|
@@ -1631,6 +1689,7 @@
|
|
|
1631
1689
|
"version": "6.0.1",
|
|
1632
1690
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
1633
1691
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
1692
|
+
"license": "MIT",
|
|
1634
1693
|
"dependencies": {
|
|
1635
1694
|
"ansi-regex": "^5.0.1"
|
|
1636
1695
|
},
|
|
@@ -1642,6 +1701,7 @@
|
|
|
1642
1701
|
"version": "5.0.1",
|
|
1643
1702
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1644
1703
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1704
|
+
"license": "MIT",
|
|
1645
1705
|
"engines": {
|
|
1646
1706
|
"node": ">=8"
|
|
1647
1707
|
}
|
|
@@ -1649,12 +1709,13 @@
|
|
|
1649
1709
|
"node_modules/strnum": {
|
|
1650
1710
|
"version": "1.0.5",
|
|
1651
1711
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
|
1652
|
-
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
|
|
1712
|
+
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
|
|
1713
|
+
"license": "MIT"
|
|
1653
1714
|
},
|
|
1654
1715
|
"node_modules/tslib": {
|
|
1655
|
-
"version": "2.
|
|
1656
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.
|
|
1657
|
-
"integrity": "sha512-
|
|
1716
|
+
"version": "2.6.2",
|
|
1717
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
1718
|
+
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
|
|
1658
1719
|
},
|
|
1659
1720
|
"node_modules/uuid": {
|
|
1660
1721
|
"version": "9.0.1",
|
|
@@ -1686,6 +1747,7 @@
|
|
|
1686
1747
|
"version": "8.1.0",
|
|
1687
1748
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
1688
1749
|
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
1750
|
+
"license": "MIT",
|
|
1689
1751
|
"dependencies": {
|
|
1690
1752
|
"ansi-styles": "^6.1.0",
|
|
1691
1753
|
"string-width": "^5.0.1",
|
|
@@ -1703,6 +1765,7 @@
|
|
|
1703
1765
|
"version": "7.0.0",
|
|
1704
1766
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
1705
1767
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
1768
|
+
"license": "MIT",
|
|
1706
1769
|
"dependencies": {
|
|
1707
1770
|
"ansi-styles": "^4.0.0",
|
|
1708
1771
|
"string-width": "^4.1.0",
|
|
@@ -1719,6 +1782,7 @@
|
|
|
1719
1782
|
"version": "5.0.1",
|
|
1720
1783
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1721
1784
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1785
|
+
"license": "MIT",
|
|
1722
1786
|
"engines": {
|
|
1723
1787
|
"node": ">=8"
|
|
1724
1788
|
}
|
|
@@ -1727,6 +1791,7 @@
|
|
|
1727
1791
|
"version": "4.3.0",
|
|
1728
1792
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
1729
1793
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1794
|
+
"license": "MIT",
|
|
1730
1795
|
"dependencies": {
|
|
1731
1796
|
"color-convert": "^2.0.1"
|
|
1732
1797
|
},
|
|
@@ -1740,12 +1805,14 @@
|
|
|
1740
1805
|
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
1741
1806
|
"version": "8.0.0",
|
|
1742
1807
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1743
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
1808
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
1809
|
+
"license": "MIT"
|
|
1744
1810
|
},
|
|
1745
1811
|
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
1746
1812
|
"version": "4.2.3",
|
|
1747
1813
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
1748
1814
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
1815
|
+
"license": "MIT",
|
|
1749
1816
|
"dependencies": {
|
|
1750
1817
|
"emoji-regex": "^8.0.0",
|
|
1751
1818
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -1759,6 +1826,7 @@
|
|
|
1759
1826
|
"version": "6.0.1",
|
|
1760
1827
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
1761
1828
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
1829
|
+
"license": "MIT",
|
|
1762
1830
|
"dependencies": {
|
|
1763
1831
|
"ansi-regex": "^5.0.1"
|
|
1764
1832
|
},
|
|
@@ -1766,1399 +1834,5 @@
|
|
|
1766
1834
|
"node": ">=8"
|
|
1767
1835
|
}
|
|
1768
1836
|
}
|
|
1769
|
-
},
|
|
1770
|
-
"dependencies": {
|
|
1771
|
-
"@aws-crypto/crc32": {
|
|
1772
|
-
"version": "3.0.0",
|
|
1773
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
|
|
1774
|
-
"integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
|
|
1775
|
-
"requires": {
|
|
1776
|
-
"@aws-crypto/util": "^3.0.0",
|
|
1777
|
-
"@aws-sdk/types": "^3.222.0",
|
|
1778
|
-
"tslib": "^1.11.1"
|
|
1779
|
-
},
|
|
1780
|
-
"dependencies": {
|
|
1781
|
-
"tslib": {
|
|
1782
|
-
"version": "1.14.1",
|
|
1783
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
1784
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1787
|
-
},
|
|
1788
|
-
"@aws-crypto/ie11-detection": {
|
|
1789
|
-
"version": "3.0.0",
|
|
1790
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
|
|
1791
|
-
"integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==",
|
|
1792
|
-
"requires": {
|
|
1793
|
-
"tslib": "^1.11.1"
|
|
1794
|
-
},
|
|
1795
|
-
"dependencies": {
|
|
1796
|
-
"tslib": {
|
|
1797
|
-
"version": "1.14.1",
|
|
1798
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
1799
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
},
|
|
1803
|
-
"@aws-crypto/sha256-browser": {
|
|
1804
|
-
"version": "3.0.0",
|
|
1805
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz",
|
|
1806
|
-
"integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==",
|
|
1807
|
-
"requires": {
|
|
1808
|
-
"@aws-crypto/ie11-detection": "^3.0.0",
|
|
1809
|
-
"@aws-crypto/sha256-js": "^3.0.0",
|
|
1810
|
-
"@aws-crypto/supports-web-crypto": "^3.0.0",
|
|
1811
|
-
"@aws-crypto/util": "^3.0.0",
|
|
1812
|
-
"@aws-sdk/types": "^3.222.0",
|
|
1813
|
-
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
1814
|
-
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
1815
|
-
"tslib": "^1.11.1"
|
|
1816
|
-
},
|
|
1817
|
-
"dependencies": {
|
|
1818
|
-
"tslib": {
|
|
1819
|
-
"version": "1.14.1",
|
|
1820
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
1821
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
1822
|
-
}
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
"@aws-crypto/sha256-js": {
|
|
1826
|
-
"version": "3.0.0",
|
|
1827
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz",
|
|
1828
|
-
"integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==",
|
|
1829
|
-
"requires": {
|
|
1830
|
-
"@aws-crypto/util": "^3.0.0",
|
|
1831
|
-
"@aws-sdk/types": "^3.222.0",
|
|
1832
|
-
"tslib": "^1.11.1"
|
|
1833
|
-
},
|
|
1834
|
-
"dependencies": {
|
|
1835
|
-
"tslib": {
|
|
1836
|
-
"version": "1.14.1",
|
|
1837
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
1838
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
1839
|
-
}
|
|
1840
|
-
}
|
|
1841
|
-
},
|
|
1842
|
-
"@aws-crypto/supports-web-crypto": {
|
|
1843
|
-
"version": "3.0.0",
|
|
1844
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz",
|
|
1845
|
-
"integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==",
|
|
1846
|
-
"requires": {
|
|
1847
|
-
"tslib": "^1.11.1"
|
|
1848
|
-
},
|
|
1849
|
-
"dependencies": {
|
|
1850
|
-
"tslib": {
|
|
1851
|
-
"version": "1.14.1",
|
|
1852
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
1853
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
1854
|
-
}
|
|
1855
|
-
}
|
|
1856
|
-
},
|
|
1857
|
-
"@aws-crypto/util": {
|
|
1858
|
-
"version": "3.0.0",
|
|
1859
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
|
|
1860
|
-
"integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
|
|
1861
|
-
"requires": {
|
|
1862
|
-
"@aws-sdk/types": "^3.222.0",
|
|
1863
|
-
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
1864
|
-
"tslib": "^1.11.1"
|
|
1865
|
-
},
|
|
1866
|
-
"dependencies": {
|
|
1867
|
-
"tslib": {
|
|
1868
|
-
"version": "1.14.1",
|
|
1869
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
1870
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
"@aws-sdk/client-codepipeline": {
|
|
1875
|
-
"version": "3.515.0",
|
|
1876
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.515.0.tgz",
|
|
1877
|
-
"integrity": "sha512-qgl1JNYOMEANJ8thdQY8Mca6qe/QlD6Yy9AuPXxGbNM6jusfXNiJHgfLGTxZChZYk8FYbDKsCZkkNHlPxMr9ew==",
|
|
1878
|
-
"requires": {
|
|
1879
|
-
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1880
|
-
"@aws-crypto/sha256-js": "3.0.0",
|
|
1881
|
-
"@aws-sdk/client-sts": "3.515.0",
|
|
1882
|
-
"@aws-sdk/core": "3.513.0",
|
|
1883
|
-
"@aws-sdk/credential-provider-node": "3.515.0",
|
|
1884
|
-
"@aws-sdk/middleware-host-header": "3.515.0",
|
|
1885
|
-
"@aws-sdk/middleware-logger": "3.515.0",
|
|
1886
|
-
"@aws-sdk/middleware-recursion-detection": "3.515.0",
|
|
1887
|
-
"@aws-sdk/middleware-user-agent": "3.515.0",
|
|
1888
|
-
"@aws-sdk/region-config-resolver": "3.515.0",
|
|
1889
|
-
"@aws-sdk/types": "3.515.0",
|
|
1890
|
-
"@aws-sdk/util-endpoints": "3.515.0",
|
|
1891
|
-
"@aws-sdk/util-user-agent-browser": "3.515.0",
|
|
1892
|
-
"@aws-sdk/util-user-agent-node": "3.515.0",
|
|
1893
|
-
"@smithy/config-resolver": "^2.1.1",
|
|
1894
|
-
"@smithy/core": "^1.3.2",
|
|
1895
|
-
"@smithy/fetch-http-handler": "^2.4.1",
|
|
1896
|
-
"@smithy/hash-node": "^2.1.1",
|
|
1897
|
-
"@smithy/invalid-dependency": "^2.1.1",
|
|
1898
|
-
"@smithy/middleware-content-length": "^2.1.1",
|
|
1899
|
-
"@smithy/middleware-endpoint": "^2.4.1",
|
|
1900
|
-
"@smithy/middleware-retry": "^2.1.1",
|
|
1901
|
-
"@smithy/middleware-serde": "^2.1.1",
|
|
1902
|
-
"@smithy/middleware-stack": "^2.1.1",
|
|
1903
|
-
"@smithy/node-config-provider": "^2.2.1",
|
|
1904
|
-
"@smithy/node-http-handler": "^2.3.1",
|
|
1905
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
1906
|
-
"@smithy/smithy-client": "^2.3.1",
|
|
1907
|
-
"@smithy/types": "^2.9.1",
|
|
1908
|
-
"@smithy/url-parser": "^2.1.1",
|
|
1909
|
-
"@smithy/util-base64": "^2.1.1",
|
|
1910
|
-
"@smithy/util-body-length-browser": "^2.1.1",
|
|
1911
|
-
"@smithy/util-body-length-node": "^2.2.1",
|
|
1912
|
-
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
1913
|
-
"@smithy/util-defaults-mode-node": "^2.2.0",
|
|
1914
|
-
"@smithy/util-endpoints": "^1.1.1",
|
|
1915
|
-
"@smithy/util-middleware": "^2.1.1",
|
|
1916
|
-
"@smithy/util-retry": "^2.1.1",
|
|
1917
|
-
"@smithy/util-utf8": "^2.1.1",
|
|
1918
|
-
"tslib": "^2.5.0",
|
|
1919
|
-
"uuid": "^9.0.1"
|
|
1920
|
-
}
|
|
1921
|
-
},
|
|
1922
|
-
"@aws-sdk/client-ssm": {
|
|
1923
|
-
"version": "3.515.0",
|
|
1924
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.515.0.tgz",
|
|
1925
|
-
"integrity": "sha512-Ifvy6J3BbypLTbw9x25T9c2huKh4kTZLaAGqOWOjCyl0/0ySgJqDUuvvdxWl7dPn0sMBRq3OiXyjQLbVP/gAqg==",
|
|
1926
|
-
"requires": {
|
|
1927
|
-
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1928
|
-
"@aws-crypto/sha256-js": "3.0.0",
|
|
1929
|
-
"@aws-sdk/client-sts": "3.515.0",
|
|
1930
|
-
"@aws-sdk/core": "3.513.0",
|
|
1931
|
-
"@aws-sdk/credential-provider-node": "3.515.0",
|
|
1932
|
-
"@aws-sdk/middleware-host-header": "3.515.0",
|
|
1933
|
-
"@aws-sdk/middleware-logger": "3.515.0",
|
|
1934
|
-
"@aws-sdk/middleware-recursion-detection": "3.515.0",
|
|
1935
|
-
"@aws-sdk/middleware-user-agent": "3.515.0",
|
|
1936
|
-
"@aws-sdk/region-config-resolver": "3.515.0",
|
|
1937
|
-
"@aws-sdk/types": "3.515.0",
|
|
1938
|
-
"@aws-sdk/util-endpoints": "3.515.0",
|
|
1939
|
-
"@aws-sdk/util-user-agent-browser": "3.515.0",
|
|
1940
|
-
"@aws-sdk/util-user-agent-node": "3.515.0",
|
|
1941
|
-
"@smithy/config-resolver": "^2.1.1",
|
|
1942
|
-
"@smithy/core": "^1.3.2",
|
|
1943
|
-
"@smithy/fetch-http-handler": "^2.4.1",
|
|
1944
|
-
"@smithy/hash-node": "^2.1.1",
|
|
1945
|
-
"@smithy/invalid-dependency": "^2.1.1",
|
|
1946
|
-
"@smithy/middleware-content-length": "^2.1.1",
|
|
1947
|
-
"@smithy/middleware-endpoint": "^2.4.1",
|
|
1948
|
-
"@smithy/middleware-retry": "^2.1.1",
|
|
1949
|
-
"@smithy/middleware-serde": "^2.1.1",
|
|
1950
|
-
"@smithy/middleware-stack": "^2.1.1",
|
|
1951
|
-
"@smithy/node-config-provider": "^2.2.1",
|
|
1952
|
-
"@smithy/node-http-handler": "^2.3.1",
|
|
1953
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
1954
|
-
"@smithy/smithy-client": "^2.3.1",
|
|
1955
|
-
"@smithy/types": "^2.9.1",
|
|
1956
|
-
"@smithy/url-parser": "^2.1.1",
|
|
1957
|
-
"@smithy/util-base64": "^2.1.1",
|
|
1958
|
-
"@smithy/util-body-length-browser": "^2.1.1",
|
|
1959
|
-
"@smithy/util-body-length-node": "^2.2.1",
|
|
1960
|
-
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
1961
|
-
"@smithy/util-defaults-mode-node": "^2.2.0",
|
|
1962
|
-
"@smithy/util-endpoints": "^1.1.1",
|
|
1963
|
-
"@smithy/util-middleware": "^2.1.1",
|
|
1964
|
-
"@smithy/util-retry": "^2.1.1",
|
|
1965
|
-
"@smithy/util-utf8": "^2.1.1",
|
|
1966
|
-
"@smithy/util-waiter": "^2.1.1",
|
|
1967
|
-
"tslib": "^2.5.0",
|
|
1968
|
-
"uuid": "^9.0.1"
|
|
1969
|
-
}
|
|
1970
|
-
},
|
|
1971
|
-
"@aws-sdk/client-sso": {
|
|
1972
|
-
"version": "3.515.0",
|
|
1973
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.515.0.tgz",
|
|
1974
|
-
"integrity": "sha512-4oGBLW476zmkdN98lAns3bObRNO+DLOfg4MDUSR6l6GYBV/zGAtoy2O/FhwYKgA2L5h2ZtElGopLlk/1Q0ePLw==",
|
|
1975
|
-
"requires": {
|
|
1976
|
-
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1977
|
-
"@aws-crypto/sha256-js": "3.0.0",
|
|
1978
|
-
"@aws-sdk/core": "3.513.0",
|
|
1979
|
-
"@aws-sdk/middleware-host-header": "3.515.0",
|
|
1980
|
-
"@aws-sdk/middleware-logger": "3.515.0",
|
|
1981
|
-
"@aws-sdk/middleware-recursion-detection": "3.515.0",
|
|
1982
|
-
"@aws-sdk/middleware-user-agent": "3.515.0",
|
|
1983
|
-
"@aws-sdk/region-config-resolver": "3.515.0",
|
|
1984
|
-
"@aws-sdk/types": "3.515.0",
|
|
1985
|
-
"@aws-sdk/util-endpoints": "3.515.0",
|
|
1986
|
-
"@aws-sdk/util-user-agent-browser": "3.515.0",
|
|
1987
|
-
"@aws-sdk/util-user-agent-node": "3.515.0",
|
|
1988
|
-
"@smithy/config-resolver": "^2.1.1",
|
|
1989
|
-
"@smithy/core": "^1.3.2",
|
|
1990
|
-
"@smithy/fetch-http-handler": "^2.4.1",
|
|
1991
|
-
"@smithy/hash-node": "^2.1.1",
|
|
1992
|
-
"@smithy/invalid-dependency": "^2.1.1",
|
|
1993
|
-
"@smithy/middleware-content-length": "^2.1.1",
|
|
1994
|
-
"@smithy/middleware-endpoint": "^2.4.1",
|
|
1995
|
-
"@smithy/middleware-retry": "^2.1.1",
|
|
1996
|
-
"@smithy/middleware-serde": "^2.1.1",
|
|
1997
|
-
"@smithy/middleware-stack": "^2.1.1",
|
|
1998
|
-
"@smithy/node-config-provider": "^2.2.1",
|
|
1999
|
-
"@smithy/node-http-handler": "^2.3.1",
|
|
2000
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
2001
|
-
"@smithy/smithy-client": "^2.3.1",
|
|
2002
|
-
"@smithy/types": "^2.9.1",
|
|
2003
|
-
"@smithy/url-parser": "^2.1.1",
|
|
2004
|
-
"@smithy/util-base64": "^2.1.1",
|
|
2005
|
-
"@smithy/util-body-length-browser": "^2.1.1",
|
|
2006
|
-
"@smithy/util-body-length-node": "^2.2.1",
|
|
2007
|
-
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
2008
|
-
"@smithy/util-defaults-mode-node": "^2.2.0",
|
|
2009
|
-
"@smithy/util-endpoints": "^1.1.1",
|
|
2010
|
-
"@smithy/util-middleware": "^2.1.1",
|
|
2011
|
-
"@smithy/util-retry": "^2.1.1",
|
|
2012
|
-
"@smithy/util-utf8": "^2.1.1",
|
|
2013
|
-
"tslib": "^2.5.0"
|
|
2014
|
-
}
|
|
2015
|
-
},
|
|
2016
|
-
"@aws-sdk/client-sso-oidc": {
|
|
2017
|
-
"version": "3.515.0",
|
|
2018
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.515.0.tgz",
|
|
2019
|
-
"integrity": "sha512-zACa8LNlPUdlNUBqQRf5a3MfouLNtcBfm84v2c8M976DwJrMGONPe1QjyLLsD38uESQiXiVQRruj/b000iMXNw==",
|
|
2020
|
-
"requires": {
|
|
2021
|
-
"@aws-crypto/sha256-browser": "3.0.0",
|
|
2022
|
-
"@aws-crypto/sha256-js": "3.0.0",
|
|
2023
|
-
"@aws-sdk/client-sts": "3.515.0",
|
|
2024
|
-
"@aws-sdk/core": "3.513.0",
|
|
2025
|
-
"@aws-sdk/middleware-host-header": "3.515.0",
|
|
2026
|
-
"@aws-sdk/middleware-logger": "3.515.0",
|
|
2027
|
-
"@aws-sdk/middleware-recursion-detection": "3.515.0",
|
|
2028
|
-
"@aws-sdk/middleware-user-agent": "3.515.0",
|
|
2029
|
-
"@aws-sdk/region-config-resolver": "3.515.0",
|
|
2030
|
-
"@aws-sdk/types": "3.515.0",
|
|
2031
|
-
"@aws-sdk/util-endpoints": "3.515.0",
|
|
2032
|
-
"@aws-sdk/util-user-agent-browser": "3.515.0",
|
|
2033
|
-
"@aws-sdk/util-user-agent-node": "3.515.0",
|
|
2034
|
-
"@smithy/config-resolver": "^2.1.1",
|
|
2035
|
-
"@smithy/core": "^1.3.2",
|
|
2036
|
-
"@smithy/fetch-http-handler": "^2.4.1",
|
|
2037
|
-
"@smithy/hash-node": "^2.1.1",
|
|
2038
|
-
"@smithy/invalid-dependency": "^2.1.1",
|
|
2039
|
-
"@smithy/middleware-content-length": "^2.1.1",
|
|
2040
|
-
"@smithy/middleware-endpoint": "^2.4.1",
|
|
2041
|
-
"@smithy/middleware-retry": "^2.1.1",
|
|
2042
|
-
"@smithy/middleware-serde": "^2.1.1",
|
|
2043
|
-
"@smithy/middleware-stack": "^2.1.1",
|
|
2044
|
-
"@smithy/node-config-provider": "^2.2.1",
|
|
2045
|
-
"@smithy/node-http-handler": "^2.3.1",
|
|
2046
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
2047
|
-
"@smithy/smithy-client": "^2.3.1",
|
|
2048
|
-
"@smithy/types": "^2.9.1",
|
|
2049
|
-
"@smithy/url-parser": "^2.1.1",
|
|
2050
|
-
"@smithy/util-base64": "^2.1.1",
|
|
2051
|
-
"@smithy/util-body-length-browser": "^2.1.1",
|
|
2052
|
-
"@smithy/util-body-length-node": "^2.2.1",
|
|
2053
|
-
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
2054
|
-
"@smithy/util-defaults-mode-node": "^2.2.0",
|
|
2055
|
-
"@smithy/util-endpoints": "^1.1.1",
|
|
2056
|
-
"@smithy/util-middleware": "^2.1.1",
|
|
2057
|
-
"@smithy/util-retry": "^2.1.1",
|
|
2058
|
-
"@smithy/util-utf8": "^2.1.1",
|
|
2059
|
-
"tslib": "^2.5.0"
|
|
2060
|
-
}
|
|
2061
|
-
},
|
|
2062
|
-
"@aws-sdk/client-sts": {
|
|
2063
|
-
"version": "3.515.0",
|
|
2064
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.515.0.tgz",
|
|
2065
|
-
"integrity": "sha512-ScYuvaIDgip3atOJIA1FU2n0gJkEdveu1KrrCPathoUCV5zpK8qQmO/n+Fj/7hKFxeKdFbB+4W4CsJWYH94nlg==",
|
|
2066
|
-
"requires": {
|
|
2067
|
-
"@aws-crypto/sha256-browser": "3.0.0",
|
|
2068
|
-
"@aws-crypto/sha256-js": "3.0.0",
|
|
2069
|
-
"@aws-sdk/core": "3.513.0",
|
|
2070
|
-
"@aws-sdk/middleware-host-header": "3.515.0",
|
|
2071
|
-
"@aws-sdk/middleware-logger": "3.515.0",
|
|
2072
|
-
"@aws-sdk/middleware-recursion-detection": "3.515.0",
|
|
2073
|
-
"@aws-sdk/middleware-user-agent": "3.515.0",
|
|
2074
|
-
"@aws-sdk/region-config-resolver": "3.515.0",
|
|
2075
|
-
"@aws-sdk/types": "3.515.0",
|
|
2076
|
-
"@aws-sdk/util-endpoints": "3.515.0",
|
|
2077
|
-
"@aws-sdk/util-user-agent-browser": "3.515.0",
|
|
2078
|
-
"@aws-sdk/util-user-agent-node": "3.515.0",
|
|
2079
|
-
"@smithy/config-resolver": "^2.1.1",
|
|
2080
|
-
"@smithy/core": "^1.3.2",
|
|
2081
|
-
"@smithy/fetch-http-handler": "^2.4.1",
|
|
2082
|
-
"@smithy/hash-node": "^2.1.1",
|
|
2083
|
-
"@smithy/invalid-dependency": "^2.1.1",
|
|
2084
|
-
"@smithy/middleware-content-length": "^2.1.1",
|
|
2085
|
-
"@smithy/middleware-endpoint": "^2.4.1",
|
|
2086
|
-
"@smithy/middleware-retry": "^2.1.1",
|
|
2087
|
-
"@smithy/middleware-serde": "^2.1.1",
|
|
2088
|
-
"@smithy/middleware-stack": "^2.1.1",
|
|
2089
|
-
"@smithy/node-config-provider": "^2.2.1",
|
|
2090
|
-
"@smithy/node-http-handler": "^2.3.1",
|
|
2091
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
2092
|
-
"@smithy/smithy-client": "^2.3.1",
|
|
2093
|
-
"@smithy/types": "^2.9.1",
|
|
2094
|
-
"@smithy/url-parser": "^2.1.1",
|
|
2095
|
-
"@smithy/util-base64": "^2.1.1",
|
|
2096
|
-
"@smithy/util-body-length-browser": "^2.1.1",
|
|
2097
|
-
"@smithy/util-body-length-node": "^2.2.1",
|
|
2098
|
-
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
2099
|
-
"@smithy/util-defaults-mode-node": "^2.2.0",
|
|
2100
|
-
"@smithy/util-endpoints": "^1.1.1",
|
|
2101
|
-
"@smithy/util-middleware": "^2.1.1",
|
|
2102
|
-
"@smithy/util-retry": "^2.1.1",
|
|
2103
|
-
"@smithy/util-utf8": "^2.1.1",
|
|
2104
|
-
"fast-xml-parser": "4.2.5",
|
|
2105
|
-
"tslib": "^2.5.0"
|
|
2106
|
-
}
|
|
2107
|
-
},
|
|
2108
|
-
"@aws-sdk/core": {
|
|
2109
|
-
"version": "3.513.0",
|
|
2110
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.513.0.tgz",
|
|
2111
|
-
"integrity": "sha512-L+9DL4apWuqNKVOMJ8siAuWoRM9rZf9w1iPv8S2o83WO2jVK7E/m+rNW1dFo9HsA5V1ccDl2H2qLXx24HiHmOw==",
|
|
2112
|
-
"requires": {
|
|
2113
|
-
"@smithy/core": "^1.3.2",
|
|
2114
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
2115
|
-
"@smithy/signature-v4": "^2.1.1",
|
|
2116
|
-
"@smithy/smithy-client": "^2.3.1",
|
|
2117
|
-
"@smithy/types": "^2.9.1",
|
|
2118
|
-
"tslib": "^2.5.0"
|
|
2119
|
-
}
|
|
2120
|
-
},
|
|
2121
|
-
"@aws-sdk/credential-provider-env": {
|
|
2122
|
-
"version": "3.515.0",
|
|
2123
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.515.0.tgz",
|
|
2124
|
-
"integrity": "sha512-45vxdyqhTAaUMERYVWOziG3K8L2TV9G4ryQS/KZ84o7NAybE9GMdoZRVmGHAO7mJJ1wQiYCM/E+i5b3NW9JfNA==",
|
|
2125
|
-
"requires": {
|
|
2126
|
-
"@aws-sdk/types": "3.515.0",
|
|
2127
|
-
"@smithy/property-provider": "^2.1.1",
|
|
2128
|
-
"@smithy/types": "^2.9.1",
|
|
2129
|
-
"tslib": "^2.5.0"
|
|
2130
|
-
}
|
|
2131
|
-
},
|
|
2132
|
-
"@aws-sdk/credential-provider-http": {
|
|
2133
|
-
"version": "3.515.0",
|
|
2134
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.515.0.tgz",
|
|
2135
|
-
"integrity": "sha512-Ba6FXK77vU4WyheiamNjEuTFmir0eAXuJGPO27lBaA8g+V/seXGHScsbOG14aQGDOr2P02OPwKGZrWWA7BFpfQ==",
|
|
2136
|
-
"requires": {
|
|
2137
|
-
"@aws-sdk/types": "3.515.0",
|
|
2138
|
-
"@smithy/fetch-http-handler": "^2.4.1",
|
|
2139
|
-
"@smithy/node-http-handler": "^2.3.1",
|
|
2140
|
-
"@smithy/property-provider": "^2.1.1",
|
|
2141
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
2142
|
-
"@smithy/smithy-client": "^2.3.1",
|
|
2143
|
-
"@smithy/types": "^2.9.1",
|
|
2144
|
-
"@smithy/util-stream": "^2.1.1",
|
|
2145
|
-
"tslib": "^2.5.0"
|
|
2146
|
-
}
|
|
2147
|
-
},
|
|
2148
|
-
"@aws-sdk/credential-provider-ini": {
|
|
2149
|
-
"version": "3.515.0",
|
|
2150
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.515.0.tgz",
|
|
2151
|
-
"integrity": "sha512-ouDlNZdv2TKeVEA/YZk2+XklTXyAAGdbWnl4IgN9ItaodWI+lZjdIoNC8BAooVH+atIV/cZgoGTGQL7j2TxJ9A==",
|
|
2152
|
-
"requires": {
|
|
2153
|
-
"@aws-sdk/client-sts": "3.515.0",
|
|
2154
|
-
"@aws-sdk/credential-provider-env": "3.515.0",
|
|
2155
|
-
"@aws-sdk/credential-provider-process": "3.515.0",
|
|
2156
|
-
"@aws-sdk/credential-provider-sso": "3.515.0",
|
|
2157
|
-
"@aws-sdk/credential-provider-web-identity": "3.515.0",
|
|
2158
|
-
"@aws-sdk/types": "3.515.0",
|
|
2159
|
-
"@smithy/credential-provider-imds": "^2.2.1",
|
|
2160
|
-
"@smithy/property-provider": "^2.1.1",
|
|
2161
|
-
"@smithy/shared-ini-file-loader": "^2.3.1",
|
|
2162
|
-
"@smithy/types": "^2.9.1",
|
|
2163
|
-
"tslib": "^2.5.0"
|
|
2164
|
-
}
|
|
2165
|
-
},
|
|
2166
|
-
"@aws-sdk/credential-provider-node": {
|
|
2167
|
-
"version": "3.515.0",
|
|
2168
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.515.0.tgz",
|
|
2169
|
-
"integrity": "sha512-Y4kHSpbxksiCZZNcvsiKUd8Fb2XlyUuONEwqWFNL82ZH6TCCjBGS31wJQCSxBHqYcOL3tiORUEJkoO7uS30uQA==",
|
|
2170
|
-
"requires": {
|
|
2171
|
-
"@aws-sdk/credential-provider-env": "3.515.0",
|
|
2172
|
-
"@aws-sdk/credential-provider-http": "3.515.0",
|
|
2173
|
-
"@aws-sdk/credential-provider-ini": "3.515.0",
|
|
2174
|
-
"@aws-sdk/credential-provider-process": "3.515.0",
|
|
2175
|
-
"@aws-sdk/credential-provider-sso": "3.515.0",
|
|
2176
|
-
"@aws-sdk/credential-provider-web-identity": "3.515.0",
|
|
2177
|
-
"@aws-sdk/types": "3.515.0",
|
|
2178
|
-
"@smithy/credential-provider-imds": "^2.2.1",
|
|
2179
|
-
"@smithy/property-provider": "^2.1.1",
|
|
2180
|
-
"@smithy/shared-ini-file-loader": "^2.3.1",
|
|
2181
|
-
"@smithy/types": "^2.9.1",
|
|
2182
|
-
"tslib": "^2.5.0"
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
"@aws-sdk/credential-provider-process": {
|
|
2186
|
-
"version": "3.515.0",
|
|
2187
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.515.0.tgz",
|
|
2188
|
-
"integrity": "sha512-pSjiOA2FM63LHRKNDvEpBRp80FVGT0Mw/gzgbqFXP+sewk0WVonYbEcMDTJptH3VsLPGzqH/DQ1YL/aEIBuXFQ==",
|
|
2189
|
-
"requires": {
|
|
2190
|
-
"@aws-sdk/types": "3.515.0",
|
|
2191
|
-
"@smithy/property-provider": "^2.1.1",
|
|
2192
|
-
"@smithy/shared-ini-file-loader": "^2.3.1",
|
|
2193
|
-
"@smithy/types": "^2.9.1",
|
|
2194
|
-
"tslib": "^2.5.0"
|
|
2195
|
-
}
|
|
2196
|
-
},
|
|
2197
|
-
"@aws-sdk/credential-provider-sso": {
|
|
2198
|
-
"version": "3.515.0",
|
|
2199
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.515.0.tgz",
|
|
2200
|
-
"integrity": "sha512-j7vUkiSmuhpBvZYoPTRTI4ePnQbiZMFl6TNhg9b9DprC1zHkucsZnhRhqjOVlrw/H6J4jmcPGcHHTZ5WQNI5xQ==",
|
|
2201
|
-
"requires": {
|
|
2202
|
-
"@aws-sdk/client-sso": "3.515.0",
|
|
2203
|
-
"@aws-sdk/token-providers": "3.515.0",
|
|
2204
|
-
"@aws-sdk/types": "3.515.0",
|
|
2205
|
-
"@smithy/property-provider": "^2.1.1",
|
|
2206
|
-
"@smithy/shared-ini-file-loader": "^2.3.1",
|
|
2207
|
-
"@smithy/types": "^2.9.1",
|
|
2208
|
-
"tslib": "^2.5.0"
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
|
-
"@aws-sdk/credential-provider-web-identity": {
|
|
2212
|
-
"version": "3.515.0",
|
|
2213
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.515.0.tgz",
|
|
2214
|
-
"integrity": "sha512-66+2g4z3fWwdoGReY8aUHvm6JrKZMTRxjuizljVmMyOBttKPeBYXvUTop/g3ZGUx1f8j+C5qsGK52viYBvtjuQ==",
|
|
2215
|
-
"requires": {
|
|
2216
|
-
"@aws-sdk/client-sts": "3.515.0",
|
|
2217
|
-
"@aws-sdk/types": "3.515.0",
|
|
2218
|
-
"@smithy/property-provider": "^2.1.1",
|
|
2219
|
-
"@smithy/types": "^2.9.1",
|
|
2220
|
-
"tslib": "^2.5.0"
|
|
2221
|
-
}
|
|
2222
|
-
},
|
|
2223
|
-
"@aws-sdk/middleware-host-header": {
|
|
2224
|
-
"version": "3.515.0",
|
|
2225
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.515.0.tgz",
|
|
2226
|
-
"integrity": "sha512-I1MwWPzdRKM1luvdDdjdGsDjNVPhj9zaIytEchjTY40NcKOg+p2evLD2y69ozzg8pyXK63r8DdvDGOo9QPuh0A==",
|
|
2227
|
-
"requires": {
|
|
2228
|
-
"@aws-sdk/types": "3.515.0",
|
|
2229
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
2230
|
-
"@smithy/types": "^2.9.1",
|
|
2231
|
-
"tslib": "^2.5.0"
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
|
-
"@aws-sdk/middleware-logger": {
|
|
2235
|
-
"version": "3.515.0",
|
|
2236
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.515.0.tgz",
|
|
2237
|
-
"integrity": "sha512-qXomJzg2m/5seQOxHi/yOXOKfSjwrrJSmEmfwJKJyQgdMbBcjz3Cz0H/1LyC6c5hHm6a/SZgSTzDAbAoUmyL+Q==",
|
|
2238
|
-
"requires": {
|
|
2239
|
-
"@aws-sdk/types": "3.515.0",
|
|
2240
|
-
"@smithy/types": "^2.9.1",
|
|
2241
|
-
"tslib": "^2.5.0"
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
"@aws-sdk/middleware-recursion-detection": {
|
|
2245
|
-
"version": "3.515.0",
|
|
2246
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.515.0.tgz",
|
|
2247
|
-
"integrity": "sha512-dokHLbTV3IHRIBrw9mGoxcNTnQsjlm7TpkJhPdGT9T4Mq399EyQo51u6IsVMm07RXLl2Zw7u+u9p+qWBFzmFRA==",
|
|
2248
|
-
"requires": {
|
|
2249
|
-
"@aws-sdk/types": "3.515.0",
|
|
2250
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
2251
|
-
"@smithy/types": "^2.9.1",
|
|
2252
|
-
"tslib": "^2.5.0"
|
|
2253
|
-
}
|
|
2254
|
-
},
|
|
2255
|
-
"@aws-sdk/middleware-user-agent": {
|
|
2256
|
-
"version": "3.515.0",
|
|
2257
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.515.0.tgz",
|
|
2258
|
-
"integrity": "sha512-nOqZjGA/GkjuJ5fUshec9Fv6HFd7ovOTxMJbw3MfAhqXuVZ6dKF41lpVJ4imNsgyFt3shUg9WDY8zGFjlYMB3g==",
|
|
2259
|
-
"requires": {
|
|
2260
|
-
"@aws-sdk/types": "3.515.0",
|
|
2261
|
-
"@aws-sdk/util-endpoints": "3.515.0",
|
|
2262
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
2263
|
-
"@smithy/types": "^2.9.1",
|
|
2264
|
-
"tslib": "^2.5.0"
|
|
2265
|
-
}
|
|
2266
|
-
},
|
|
2267
|
-
"@aws-sdk/region-config-resolver": {
|
|
2268
|
-
"version": "3.515.0",
|
|
2269
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.515.0.tgz",
|
|
2270
|
-
"integrity": "sha512-RIRx9loxMgEAc/r1wPfnfShOuzn4RBi8pPPv6/jhhITEeMnJe6enAh2k5y9DdiVDDgCWZgVFSv0YkAIfzAFsnQ==",
|
|
2271
|
-
"requires": {
|
|
2272
|
-
"@aws-sdk/types": "3.515.0",
|
|
2273
|
-
"@smithy/node-config-provider": "^2.2.1",
|
|
2274
|
-
"@smithy/types": "^2.9.1",
|
|
2275
|
-
"@smithy/util-config-provider": "^2.2.1",
|
|
2276
|
-
"@smithy/util-middleware": "^2.1.1",
|
|
2277
|
-
"tslib": "^2.5.0"
|
|
2278
|
-
}
|
|
2279
|
-
},
|
|
2280
|
-
"@aws-sdk/token-providers": {
|
|
2281
|
-
"version": "3.515.0",
|
|
2282
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.515.0.tgz",
|
|
2283
|
-
"integrity": "sha512-MQuf04rIcTXqwDzmyHSpFPF1fKEzRl64oXtCRUF3ddxTdK6wxXkePfK6wNCuL+GEbEcJAoCtIGIRpzGPJvQjHA==",
|
|
2284
|
-
"requires": {
|
|
2285
|
-
"@aws-sdk/client-sso-oidc": "3.515.0",
|
|
2286
|
-
"@aws-sdk/types": "3.515.0",
|
|
2287
|
-
"@smithy/property-provider": "^2.1.1",
|
|
2288
|
-
"@smithy/shared-ini-file-loader": "^2.3.1",
|
|
2289
|
-
"@smithy/types": "^2.9.1",
|
|
2290
|
-
"tslib": "^2.5.0"
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
|
-
"@aws-sdk/types": {
|
|
2294
|
-
"version": "3.515.0",
|
|
2295
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.515.0.tgz",
|
|
2296
|
-
"integrity": "sha512-B3gUpiMlpT6ERaLvZZ61D0RyrQPsFYDkCncLPVkZOKkCOoFU46zi1o6T5JcYiz8vkx1q9RGloQ5exh79s5pU/w==",
|
|
2297
|
-
"requires": {
|
|
2298
|
-
"@smithy/types": "^2.9.1",
|
|
2299
|
-
"tslib": "^2.5.0"
|
|
2300
|
-
}
|
|
2301
|
-
},
|
|
2302
|
-
"@aws-sdk/util-endpoints": {
|
|
2303
|
-
"version": "3.515.0",
|
|
2304
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.515.0.tgz",
|
|
2305
|
-
"integrity": "sha512-UJi+jdwcGFV/F7d3+e2aQn5yZOVpDiAgfgNhPnEtgV0WozJ5/ZUeZBgWvSc/K415N4A4D/9cbBc7+I+35qzcDQ==",
|
|
2306
|
-
"requires": {
|
|
2307
|
-
"@aws-sdk/types": "3.515.0",
|
|
2308
|
-
"@smithy/types": "^2.9.1",
|
|
2309
|
-
"@smithy/util-endpoints": "^1.1.1",
|
|
2310
|
-
"tslib": "^2.5.0"
|
|
2311
|
-
}
|
|
2312
|
-
},
|
|
2313
|
-
"@aws-sdk/util-locate-window": {
|
|
2314
|
-
"version": "3.292.0",
|
|
2315
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.292.0.tgz",
|
|
2316
|
-
"integrity": "sha512-6xnFJXZI9pKw5lQCDvuWA5PnOaUtNRKWwdxvGkkLx5orboFaoVMS6zowjSQxwVNRjW82u6dYNkhmj9mZ8VSjWg==",
|
|
2317
|
-
"requires": {
|
|
2318
|
-
"tslib": "^2.3.1"
|
|
2319
|
-
}
|
|
2320
|
-
},
|
|
2321
|
-
"@aws-sdk/util-user-agent-browser": {
|
|
2322
|
-
"version": "3.515.0",
|
|
2323
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.515.0.tgz",
|
|
2324
|
-
"integrity": "sha512-pTWQb0JCafTmLHLDv3Qqs/nAAJghcPdGQIBpsCStb0YEzg3At/dOi2AIQ683yYnXmeOxLXJDzmlsovfVObJScw==",
|
|
2325
|
-
"requires": {
|
|
2326
|
-
"@aws-sdk/types": "3.515.0",
|
|
2327
|
-
"@smithy/types": "^2.9.1",
|
|
2328
|
-
"bowser": "^2.11.0",
|
|
2329
|
-
"tslib": "^2.5.0"
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2332
|
-
"@aws-sdk/util-user-agent-node": {
|
|
2333
|
-
"version": "3.515.0",
|
|
2334
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.515.0.tgz",
|
|
2335
|
-
"integrity": "sha512-A/KJ+/HTohHyVXLH+t/bO0Z2mPrQgELbQO8tX+B2nElo8uklj70r5cT7F8ETsI9oOy+HDVpiL5/v45ZgpUOiPg==",
|
|
2336
|
-
"requires": {
|
|
2337
|
-
"@aws-sdk/types": "3.515.0",
|
|
2338
|
-
"@smithy/node-config-provider": "^2.2.1",
|
|
2339
|
-
"@smithy/types": "^2.9.1",
|
|
2340
|
-
"tslib": "^2.5.0"
|
|
2341
|
-
}
|
|
2342
|
-
},
|
|
2343
|
-
"@aws-sdk/util-utf8-browser": {
|
|
2344
|
-
"version": "3.259.0",
|
|
2345
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
|
|
2346
|
-
"integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
|
|
2347
|
-
"requires": {
|
|
2348
|
-
"tslib": "^2.3.1"
|
|
2349
|
-
}
|
|
2350
|
-
},
|
|
2351
|
-
"@isaacs/cliui": {
|
|
2352
|
-
"version": "8.0.2",
|
|
2353
|
-
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
2354
|
-
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
2355
|
-
"requires": {
|
|
2356
|
-
"string-width": "^5.1.2",
|
|
2357
|
-
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
2358
|
-
"strip-ansi": "^7.0.1",
|
|
2359
|
-
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
2360
|
-
"wrap-ansi": "^8.1.0",
|
|
2361
|
-
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
2362
|
-
}
|
|
2363
|
-
},
|
|
2364
|
-
"@pkgjs/parseargs": {
|
|
2365
|
-
"version": "0.11.0",
|
|
2366
|
-
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
2367
|
-
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
2368
|
-
"optional": true
|
|
2369
|
-
},
|
|
2370
|
-
"@smithy/abort-controller": {
|
|
2371
|
-
"version": "2.1.2",
|
|
2372
|
-
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.1.2.tgz",
|
|
2373
|
-
"integrity": "sha512-iwUxrFm/ZFCXhzhtZ6JnoJzAsqUrVfBAZUTQj8ypXGtIjwXZpKqmgYiuqrDERiydDI5gesqvsC4Rqe57GGhbVg==",
|
|
2374
|
-
"requires": {
|
|
2375
|
-
"@smithy/types": "^2.10.0",
|
|
2376
|
-
"tslib": "^2.5.0"
|
|
2377
|
-
}
|
|
2378
|
-
},
|
|
2379
|
-
"@smithy/config-resolver": {
|
|
2380
|
-
"version": "2.1.2",
|
|
2381
|
-
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.1.2.tgz",
|
|
2382
|
-
"integrity": "sha512-ZDMY63xJVsJl7ei/yIMv9nx8OiEOulwNnQOUDGpIvzoBrcbvYwiMjIMe5mP5J4fUmttKkpiTKwta/7IUriAn9w==",
|
|
2383
|
-
"requires": {
|
|
2384
|
-
"@smithy/node-config-provider": "^2.2.2",
|
|
2385
|
-
"@smithy/types": "^2.10.0",
|
|
2386
|
-
"@smithy/util-config-provider": "^2.2.1",
|
|
2387
|
-
"@smithy/util-middleware": "^2.1.2",
|
|
2388
|
-
"tslib": "^2.5.0"
|
|
2389
|
-
}
|
|
2390
|
-
},
|
|
2391
|
-
"@smithy/core": {
|
|
2392
|
-
"version": "1.3.3",
|
|
2393
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-1.3.3.tgz",
|
|
2394
|
-
"integrity": "sha512-8cT/swERvU1EUMuJF914+psSeVy4+NcNhbRe1WEKN1yIMPE5+Tq5EaPq1HWjKCodcdBIyU9ViTjd62XnebXMHA==",
|
|
2395
|
-
"requires": {
|
|
2396
|
-
"@smithy/middleware-endpoint": "^2.4.2",
|
|
2397
|
-
"@smithy/middleware-retry": "^2.1.2",
|
|
2398
|
-
"@smithy/middleware-serde": "^2.1.2",
|
|
2399
|
-
"@smithy/protocol-http": "^3.2.0",
|
|
2400
|
-
"@smithy/smithy-client": "^2.4.0",
|
|
2401
|
-
"@smithy/types": "^2.10.0",
|
|
2402
|
-
"@smithy/util-middleware": "^2.1.2",
|
|
2403
|
-
"tslib": "^2.5.0"
|
|
2404
|
-
}
|
|
2405
|
-
},
|
|
2406
|
-
"@smithy/credential-provider-imds": {
|
|
2407
|
-
"version": "2.2.2",
|
|
2408
|
-
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.2.tgz",
|
|
2409
|
-
"integrity": "sha512-a2xpqWzhzcYwImGbFox5qJLf6i5HKdVeOVj7d6kVFElmbS2QW2T4HmefRc5z1huVArk9bh5Rk1NiFp9YBCXU3g==",
|
|
2410
|
-
"requires": {
|
|
2411
|
-
"@smithy/node-config-provider": "^2.2.2",
|
|
2412
|
-
"@smithy/property-provider": "^2.1.2",
|
|
2413
|
-
"@smithy/types": "^2.10.0",
|
|
2414
|
-
"@smithy/url-parser": "^2.1.2",
|
|
2415
|
-
"tslib": "^2.5.0"
|
|
2416
|
-
}
|
|
2417
|
-
},
|
|
2418
|
-
"@smithy/eventstream-codec": {
|
|
2419
|
-
"version": "2.1.2",
|
|
2420
|
-
"resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.1.2.tgz",
|
|
2421
|
-
"integrity": "sha512-2PHrVRixITHSOj3bxfZmY93apGf8/DFiyhRh9W0ukfi07cvlhlRonZ0fjgcqryJjUZ5vYHqqmfIE/Qe1HM9mlw==",
|
|
2422
|
-
"requires": {
|
|
2423
|
-
"@aws-crypto/crc32": "3.0.0",
|
|
2424
|
-
"@smithy/types": "^2.10.0",
|
|
2425
|
-
"@smithy/util-hex-encoding": "^2.1.1",
|
|
2426
|
-
"tslib": "^2.5.0"
|
|
2427
|
-
}
|
|
2428
|
-
},
|
|
2429
|
-
"@smithy/fetch-http-handler": {
|
|
2430
|
-
"version": "2.4.2",
|
|
2431
|
-
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.4.2.tgz",
|
|
2432
|
-
"integrity": "sha512-sIGMVwa/8h6eqNjarI3F07gvML3mMXcqBe+BINNLuKsVKXMNBN6wRzeZbbx7lfiJDEHAP28qRns8flHEoBB7zw==",
|
|
2433
|
-
"requires": {
|
|
2434
|
-
"@smithy/protocol-http": "^3.2.0",
|
|
2435
|
-
"@smithy/querystring-builder": "^2.1.2",
|
|
2436
|
-
"@smithy/types": "^2.10.0",
|
|
2437
|
-
"@smithy/util-base64": "^2.1.1",
|
|
2438
|
-
"tslib": "^2.5.0"
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
"@smithy/hash-node": {
|
|
2442
|
-
"version": "2.1.2",
|
|
2443
|
-
"resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.1.2.tgz",
|
|
2444
|
-
"integrity": "sha512-3Sgn4s0g4xud1M/j6hQwYCkz04lVJ24wvCAx4xI26frr3Ao6v0o2VZkBpUySTeQbMUBp2DhuzJ0fV1zybzkckw==",
|
|
2445
|
-
"requires": {
|
|
2446
|
-
"@smithy/types": "^2.10.0",
|
|
2447
|
-
"@smithy/util-buffer-from": "^2.1.1",
|
|
2448
|
-
"@smithy/util-utf8": "^2.1.1",
|
|
2449
|
-
"tslib": "^2.5.0"
|
|
2450
|
-
}
|
|
2451
|
-
},
|
|
2452
|
-
"@smithy/invalid-dependency": {
|
|
2453
|
-
"version": "2.1.2",
|
|
2454
|
-
"resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.1.2.tgz",
|
|
2455
|
-
"integrity": "sha512-qdgKhkFYxDJnKecx2ANwz3JRkXjm0qDgEnAs5BIfb2z/XqA2l7s9BTH7GTC/RR4E8h6EDCeb5rM2rnARxviqIg==",
|
|
2456
|
-
"requires": {
|
|
2457
|
-
"@smithy/types": "^2.10.0",
|
|
2458
|
-
"tslib": "^2.5.0"
|
|
2459
|
-
}
|
|
2460
|
-
},
|
|
2461
|
-
"@smithy/is-array-buffer": {
|
|
2462
|
-
"version": "2.1.1",
|
|
2463
|
-
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.1.1.tgz",
|
|
2464
|
-
"integrity": "sha512-xozSQrcUinPpNPNPds4S7z/FakDTh1MZWtRP/2vQtYB/u3HYrX2UXuZs+VhaKBd6Vc7g2XPr2ZtwGBNDN6fNKQ==",
|
|
2465
|
-
"requires": {
|
|
2466
|
-
"tslib": "^2.5.0"
|
|
2467
|
-
}
|
|
2468
|
-
},
|
|
2469
|
-
"@smithy/middleware-content-length": {
|
|
2470
|
-
"version": "2.1.2",
|
|
2471
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.1.2.tgz",
|
|
2472
|
-
"integrity": "sha512-XEWtul1tHP31EtUIobEyN499paUIbnCTRtjY+ciDCEXW81lZmpjrDG3aL0FxJDPnvatVQuMV1V5eg6MCqTFaLQ==",
|
|
2473
|
-
"requires": {
|
|
2474
|
-
"@smithy/protocol-http": "^3.2.0",
|
|
2475
|
-
"@smithy/types": "^2.10.0",
|
|
2476
|
-
"tslib": "^2.5.0"
|
|
2477
|
-
}
|
|
2478
|
-
},
|
|
2479
|
-
"@smithy/middleware-endpoint": {
|
|
2480
|
-
"version": "2.4.2",
|
|
2481
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.4.2.tgz",
|
|
2482
|
-
"integrity": "sha512-72qbmVwaWcLOd/OT52fszrrlXywPwciwpsRiIk/dIvpcwkpGE9qrYZ2bt/SYcA/ma8Rz9Ni2AbBuSXLDYISS+A==",
|
|
2483
|
-
"requires": {
|
|
2484
|
-
"@smithy/middleware-serde": "^2.1.2",
|
|
2485
|
-
"@smithy/node-config-provider": "^2.2.2",
|
|
2486
|
-
"@smithy/shared-ini-file-loader": "^2.3.2",
|
|
2487
|
-
"@smithy/types": "^2.10.0",
|
|
2488
|
-
"@smithy/url-parser": "^2.1.2",
|
|
2489
|
-
"@smithy/util-middleware": "^2.1.2",
|
|
2490
|
-
"tslib": "^2.5.0"
|
|
2491
|
-
}
|
|
2492
|
-
},
|
|
2493
|
-
"@smithy/middleware-retry": {
|
|
2494
|
-
"version": "2.1.2",
|
|
2495
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.1.2.tgz",
|
|
2496
|
-
"integrity": "sha512-tlvSK+v9bPHHb0dLWvEaFW2Iz0IeA57ISvSaso36I33u8F8wYqo5FCvenH7TgMVBx57jyJBXOmYCZa9n5gdJIg==",
|
|
2497
|
-
"requires": {
|
|
2498
|
-
"@smithy/node-config-provider": "^2.2.2",
|
|
2499
|
-
"@smithy/protocol-http": "^3.2.0",
|
|
2500
|
-
"@smithy/service-error-classification": "^2.1.2",
|
|
2501
|
-
"@smithy/smithy-client": "^2.4.0",
|
|
2502
|
-
"@smithy/types": "^2.10.0",
|
|
2503
|
-
"@smithy/util-middleware": "^2.1.2",
|
|
2504
|
-
"@smithy/util-retry": "^2.1.2",
|
|
2505
|
-
"tslib": "^2.5.0",
|
|
2506
|
-
"uuid": "^8.3.2"
|
|
2507
|
-
},
|
|
2508
|
-
"dependencies": {
|
|
2509
|
-
"uuid": {
|
|
2510
|
-
"version": "8.3.2",
|
|
2511
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
2512
|
-
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
|
2513
|
-
}
|
|
2514
|
-
}
|
|
2515
|
-
},
|
|
2516
|
-
"@smithy/middleware-serde": {
|
|
2517
|
-
"version": "2.1.2",
|
|
2518
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.1.2.tgz",
|
|
2519
|
-
"integrity": "sha512-XNU6aVIhlSbjuo2XsfZ7rd4HhjTXDlNWxAmhlBfViTW1TNK02CeWdeEntp5XtQKYD//pyTIbYi35EQvIidAkOw==",
|
|
2520
|
-
"requires": {
|
|
2521
|
-
"@smithy/types": "^2.10.0",
|
|
2522
|
-
"tslib": "^2.5.0"
|
|
2523
|
-
}
|
|
2524
|
-
},
|
|
2525
|
-
"@smithy/middleware-stack": {
|
|
2526
|
-
"version": "2.1.2",
|
|
2527
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.1.2.tgz",
|
|
2528
|
-
"integrity": "sha512-EPGaHGd4XmZcaRYjbhyqiqN/Q/ESxXu5e5TK24CTZUe99y8/XCxmiX8VLMM4H0DI7K3yfElR0wPAAvceoSkTgw==",
|
|
2529
|
-
"requires": {
|
|
2530
|
-
"@smithy/types": "^2.10.0",
|
|
2531
|
-
"tslib": "^2.5.0"
|
|
2532
|
-
}
|
|
2533
|
-
},
|
|
2534
|
-
"@smithy/node-config-provider": {
|
|
2535
|
-
"version": "2.2.2",
|
|
2536
|
-
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.2.2.tgz",
|
|
2537
|
-
"integrity": "sha512-QXvpqHSijAm13ZsVkUo92b085UzDvYP1LblWTb3uWi9WilhDvYnVyPLXaryLhOWZ2YvdhK2170T3ZBqtg+quIQ==",
|
|
2538
|
-
"requires": {
|
|
2539
|
-
"@smithy/property-provider": "^2.1.2",
|
|
2540
|
-
"@smithy/shared-ini-file-loader": "^2.3.2",
|
|
2541
|
-
"@smithy/types": "^2.10.0",
|
|
2542
|
-
"tslib": "^2.5.0"
|
|
2543
|
-
}
|
|
2544
|
-
},
|
|
2545
|
-
"@smithy/node-http-handler": {
|
|
2546
|
-
"version": "2.4.0",
|
|
2547
|
-
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.4.0.tgz",
|
|
2548
|
-
"integrity": "sha512-Mf2f7MMy31W8LisJ9O+7J5cKiNwBwBBLU6biQ7/sFSFdhuOxPN7hOPoZ8vlaFjvrpfOUJw9YOpjGyNTKuvomOQ==",
|
|
2549
|
-
"requires": {
|
|
2550
|
-
"@smithy/abort-controller": "^2.1.2",
|
|
2551
|
-
"@smithy/protocol-http": "^3.2.0",
|
|
2552
|
-
"@smithy/querystring-builder": "^2.1.2",
|
|
2553
|
-
"@smithy/types": "^2.10.0",
|
|
2554
|
-
"tslib": "^2.5.0"
|
|
2555
|
-
}
|
|
2556
|
-
},
|
|
2557
|
-
"@smithy/property-provider": {
|
|
2558
|
-
"version": "2.1.2",
|
|
2559
|
-
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.1.2.tgz",
|
|
2560
|
-
"integrity": "sha512-yaXCVFKzxbSXqOoyA7AdAgXhwdjiLeui7n2P6XLjBCz/GZFdLUJgSY6KL1PevaxT4REMwUSs/bSHAe/0jdzEHw==",
|
|
2561
|
-
"requires": {
|
|
2562
|
-
"@smithy/types": "^2.10.0",
|
|
2563
|
-
"tslib": "^2.5.0"
|
|
2564
|
-
}
|
|
2565
|
-
},
|
|
2566
|
-
"@smithy/protocol-http": {
|
|
2567
|
-
"version": "3.2.0",
|
|
2568
|
-
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.2.0.tgz",
|
|
2569
|
-
"integrity": "sha512-VRp0YITYIQum+rX4zeZ3cW1wl9r90IQzQN+VLS1NxdSMt6NLsJiJqR9czTxlaeWNrLHsFAETmjmdrS48Ug1liA==",
|
|
2570
|
-
"requires": {
|
|
2571
|
-
"@smithy/types": "^2.10.0",
|
|
2572
|
-
"tslib": "^2.5.0"
|
|
2573
|
-
}
|
|
2574
|
-
},
|
|
2575
|
-
"@smithy/querystring-builder": {
|
|
2576
|
-
"version": "2.1.2",
|
|
2577
|
-
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.1.2.tgz",
|
|
2578
|
-
"integrity": "sha512-wk6QpuvBBLJF5w8aADsZOtxaHY9cF5MZe1Ry3hSqqBxARdUrMoXi/jukUz5W0ftXGlbA398IN8dIIUj3WXqJXg==",
|
|
2579
|
-
"requires": {
|
|
2580
|
-
"@smithy/types": "^2.10.0",
|
|
2581
|
-
"@smithy/util-uri-escape": "^2.1.1",
|
|
2582
|
-
"tslib": "^2.5.0"
|
|
2583
|
-
}
|
|
2584
|
-
},
|
|
2585
|
-
"@smithy/querystring-parser": {
|
|
2586
|
-
"version": "2.1.2",
|
|
2587
|
-
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.1.2.tgz",
|
|
2588
|
-
"integrity": "sha512-z1yL5Iiagm/UxVy1tcuTFZdfOBK/QtYeK6wfClAJ7cOY7kIaYR6jn1cVXXJmhAQSh1b2ljP4xiZN4Ybj7Tbs5w==",
|
|
2589
|
-
"requires": {
|
|
2590
|
-
"@smithy/types": "^2.10.0",
|
|
2591
|
-
"tslib": "^2.5.0"
|
|
2592
|
-
}
|
|
2593
|
-
},
|
|
2594
|
-
"@smithy/service-error-classification": {
|
|
2595
|
-
"version": "2.1.2",
|
|
2596
|
-
"resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.1.2.tgz",
|
|
2597
|
-
"integrity": "sha512-R+gL1pAPuWkH6unFridk57wDH5PFY2IlVg2NUjSAjoaIaU+sxqKf/7AOWIcx9Bdn+xY0/4IRQ69urlC+F3I9gg==",
|
|
2598
|
-
"requires": {
|
|
2599
|
-
"@smithy/types": "^2.10.0"
|
|
2600
|
-
}
|
|
2601
|
-
},
|
|
2602
|
-
"@smithy/shared-ini-file-loader": {
|
|
2603
|
-
"version": "2.3.2",
|
|
2604
|
-
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.3.2.tgz",
|
|
2605
|
-
"integrity": "sha512-idHGDJB+gBh+aaIjmWj6agmtNWftoyAenErky74hAtKyUaCvfocSBgEJ2pQ6o68svBluvGIj4NGFgJu0198mow==",
|
|
2606
|
-
"requires": {
|
|
2607
|
-
"@smithy/types": "^2.10.0",
|
|
2608
|
-
"tslib": "^2.5.0"
|
|
2609
|
-
}
|
|
2610
|
-
},
|
|
2611
|
-
"@smithy/signature-v4": {
|
|
2612
|
-
"version": "2.1.2",
|
|
2613
|
-
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.1.2.tgz",
|
|
2614
|
-
"integrity": "sha512-DdPWaNGIbxzyocR3ncH8xlxQgsqteRADEdCPoivgBzwv17UzKy2obtdi2vwNc5lAJ955bGEkkWef9O7kc1Eocg==",
|
|
2615
|
-
"requires": {
|
|
2616
|
-
"@smithy/eventstream-codec": "^2.1.2",
|
|
2617
|
-
"@smithy/is-array-buffer": "^2.1.1",
|
|
2618
|
-
"@smithy/types": "^2.10.0",
|
|
2619
|
-
"@smithy/util-hex-encoding": "^2.1.1",
|
|
2620
|
-
"@smithy/util-middleware": "^2.1.2",
|
|
2621
|
-
"@smithy/util-uri-escape": "^2.1.1",
|
|
2622
|
-
"@smithy/util-utf8": "^2.1.1",
|
|
2623
|
-
"tslib": "^2.5.0"
|
|
2624
|
-
}
|
|
2625
|
-
},
|
|
2626
|
-
"@smithy/smithy-client": {
|
|
2627
|
-
"version": "2.4.0",
|
|
2628
|
-
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.4.0.tgz",
|
|
2629
|
-
"integrity": "sha512-6/jxk0om9l2s9BcgHtrBn+Hd3xcFGDzxfEJ2FvGpZxIz0S7bgvZg1gyR66O1xf1w9WZBH+W7JClhfSn2gETINw==",
|
|
2630
|
-
"requires": {
|
|
2631
|
-
"@smithy/middleware-endpoint": "^2.4.2",
|
|
2632
|
-
"@smithy/middleware-stack": "^2.1.2",
|
|
2633
|
-
"@smithy/protocol-http": "^3.2.0",
|
|
2634
|
-
"@smithy/types": "^2.10.0",
|
|
2635
|
-
"@smithy/util-stream": "^2.1.2",
|
|
2636
|
-
"tslib": "^2.5.0"
|
|
2637
|
-
}
|
|
2638
|
-
},
|
|
2639
|
-
"@smithy/types": {
|
|
2640
|
-
"version": "2.10.0",
|
|
2641
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
2642
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
2643
|
-
"requires": {
|
|
2644
|
-
"tslib": "^2.5.0"
|
|
2645
|
-
}
|
|
2646
|
-
},
|
|
2647
|
-
"@smithy/url-parser": {
|
|
2648
|
-
"version": "2.1.2",
|
|
2649
|
-
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.1.2.tgz",
|
|
2650
|
-
"integrity": "sha512-KBPi740ciTujUaY+RfQuPABD0QFmgSBN5qNVDCGTryfsbG4jkwC0YnElSzi72m24HegMyxzZDLG4Oh4/97mw2g==",
|
|
2651
|
-
"requires": {
|
|
2652
|
-
"@smithy/querystring-parser": "^2.1.2",
|
|
2653
|
-
"@smithy/types": "^2.10.0",
|
|
2654
|
-
"tslib": "^2.5.0"
|
|
2655
|
-
}
|
|
2656
|
-
},
|
|
2657
|
-
"@smithy/util-base64": {
|
|
2658
|
-
"version": "2.1.1",
|
|
2659
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.1.1.tgz",
|
|
2660
|
-
"integrity": "sha512-UfHVpY7qfF/MrgndI5PexSKVTxSZIdz9InghTFa49QOvuu9I52zLPLUHXvHpNuMb1iD2vmc6R+zbv/bdMipR/g==",
|
|
2661
|
-
"requires": {
|
|
2662
|
-
"@smithy/util-buffer-from": "^2.1.1",
|
|
2663
|
-
"tslib": "^2.5.0"
|
|
2664
|
-
}
|
|
2665
|
-
},
|
|
2666
|
-
"@smithy/util-body-length-browser": {
|
|
2667
|
-
"version": "2.1.1",
|
|
2668
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.1.1.tgz",
|
|
2669
|
-
"integrity": "sha512-ekOGBLvs1VS2d1zM2ER4JEeBWAvIOUKeaFch29UjjJsxmZ/f0L3K3x0dEETgh3Q9bkZNHgT+rkdl/J/VUqSRag==",
|
|
2670
|
-
"requires": {
|
|
2671
|
-
"tslib": "^2.5.0"
|
|
2672
|
-
}
|
|
2673
|
-
},
|
|
2674
|
-
"@smithy/util-body-length-node": {
|
|
2675
|
-
"version": "2.2.1",
|
|
2676
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.2.1.tgz",
|
|
2677
|
-
"integrity": "sha512-/ggJG+ta3IDtpNVq4ktmEUtOkH1LW64RHB5B0hcr5ZaWBmo96UX2cIOVbjCqqDickTXqBWZ4ZO0APuaPrD7Abg==",
|
|
2678
|
-
"requires": {
|
|
2679
|
-
"tslib": "^2.5.0"
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
|
-
"@smithy/util-buffer-from": {
|
|
2683
|
-
"version": "2.1.1",
|
|
2684
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.1.1.tgz",
|
|
2685
|
-
"integrity": "sha512-clhNjbyfqIv9Md2Mg6FffGVrJxw7bgK7s3Iax36xnfVj6cg0fUG7I4RH0XgXJF8bxi+saY5HR21g2UPKSxVCXg==",
|
|
2686
|
-
"requires": {
|
|
2687
|
-
"@smithy/is-array-buffer": "^2.1.1",
|
|
2688
|
-
"tslib": "^2.5.0"
|
|
2689
|
-
}
|
|
2690
|
-
},
|
|
2691
|
-
"@smithy/util-config-provider": {
|
|
2692
|
-
"version": "2.2.1",
|
|
2693
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.2.1.tgz",
|
|
2694
|
-
"integrity": "sha512-50VL/tx9oYYcjJn/qKqNy7sCtpD0+s8XEBamIFo4mFFTclKMNp+rsnymD796uybjiIquB7VCB/DeafduL0y2kw==",
|
|
2695
|
-
"requires": {
|
|
2696
|
-
"tslib": "^2.5.0"
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
"@smithy/util-defaults-mode-browser": {
|
|
2700
|
-
"version": "2.1.2",
|
|
2701
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.1.2.tgz",
|
|
2702
|
-
"integrity": "sha512-YmojdmsE7VbvFGJ/8btn/5etLm1HOQkgVX6nMWlB0yBL/Vb//s3aTebUJ66zj2+LNrBS3B9S+18+LQU72Yj0AQ==",
|
|
2703
|
-
"requires": {
|
|
2704
|
-
"@smithy/property-provider": "^2.1.2",
|
|
2705
|
-
"@smithy/smithy-client": "^2.4.0",
|
|
2706
|
-
"@smithy/types": "^2.10.0",
|
|
2707
|
-
"bowser": "^2.11.0",
|
|
2708
|
-
"tslib": "^2.5.0"
|
|
2709
|
-
}
|
|
2710
|
-
},
|
|
2711
|
-
"@smithy/util-defaults-mode-node": {
|
|
2712
|
-
"version": "2.2.1",
|
|
2713
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.1.tgz",
|
|
2714
|
-
"integrity": "sha512-kof7M9Q2qP5yaQn8hHJL3KwozyvIfLe+ys7feifSul6gBAAeoraibo/MWqotb/I0fVLMlCMDwn7WXFsGUwnsew==",
|
|
2715
|
-
"requires": {
|
|
2716
|
-
"@smithy/config-resolver": "^2.1.2",
|
|
2717
|
-
"@smithy/credential-provider-imds": "^2.2.2",
|
|
2718
|
-
"@smithy/node-config-provider": "^2.2.2",
|
|
2719
|
-
"@smithy/property-provider": "^2.1.2",
|
|
2720
|
-
"@smithy/smithy-client": "^2.4.0",
|
|
2721
|
-
"@smithy/types": "^2.10.0",
|
|
2722
|
-
"tslib": "^2.5.0"
|
|
2723
|
-
}
|
|
2724
|
-
},
|
|
2725
|
-
"@smithy/util-endpoints": {
|
|
2726
|
-
"version": "1.1.2",
|
|
2727
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-1.1.2.tgz",
|
|
2728
|
-
"integrity": "sha512-2/REfdcJ20y9iF+9kSBRBsaoGzjT5dZ3E6/TA45GHJuJAb/vZTj76VLTcrl2iN3fWXiDK1B8RxchaLGbr7RxxA==",
|
|
2729
|
-
"requires": {
|
|
2730
|
-
"@smithy/node-config-provider": "^2.2.2",
|
|
2731
|
-
"@smithy/types": "^2.10.0",
|
|
2732
|
-
"tslib": "^2.5.0"
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2735
|
-
"@smithy/util-hex-encoding": {
|
|
2736
|
-
"version": "2.1.1",
|
|
2737
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.1.1.tgz",
|
|
2738
|
-
"integrity": "sha512-3UNdP2pkYUUBGEXzQI9ODTDK+Tcu1BlCyDBaRHwyxhA+8xLP8agEKQq4MGmpjqb4VQAjq9TwlCQX0kP6XDKYLg==",
|
|
2739
|
-
"requires": {
|
|
2740
|
-
"tslib": "^2.5.0"
|
|
2741
|
-
}
|
|
2742
|
-
},
|
|
2743
|
-
"@smithy/util-middleware": {
|
|
2744
|
-
"version": "2.1.2",
|
|
2745
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.1.2.tgz",
|
|
2746
|
-
"integrity": "sha512-lvSOnwQ7iAajtWb1nAyy0CkOIn8d+jGykQOtt2NXDsPzOTfejZM/Uph+O/TmVgWoXdcGuw5peUMG2f5xEIl6UQ==",
|
|
2747
|
-
"requires": {
|
|
2748
|
-
"@smithy/types": "^2.10.0",
|
|
2749
|
-
"tslib": "^2.5.0"
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
"@smithy/util-retry": {
|
|
2753
|
-
"version": "2.1.2",
|
|
2754
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.1.2.tgz",
|
|
2755
|
-
"integrity": "sha512-pqifOgRqwLfRu+ks3awEKKqPeYxrHLwo4Yu2EarGzeoarTd1LVEyyf5qLE6M7IiCsxnXRhn9FoWIdZOC+oC/VQ==",
|
|
2756
|
-
"requires": {
|
|
2757
|
-
"@smithy/service-error-classification": "^2.1.2",
|
|
2758
|
-
"@smithy/types": "^2.10.0",
|
|
2759
|
-
"tslib": "^2.5.0"
|
|
2760
|
-
}
|
|
2761
|
-
},
|
|
2762
|
-
"@smithy/util-stream": {
|
|
2763
|
-
"version": "2.1.2",
|
|
2764
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.1.2.tgz",
|
|
2765
|
-
"integrity": "sha512-AbGjvoSok7YeUKv9WRVRSChQfsufLR54YCAabTbaABRdIucywRQs29em0uAP6r4RLj+4aFZStWGYpFgT0P8UlQ==",
|
|
2766
|
-
"requires": {
|
|
2767
|
-
"@smithy/fetch-http-handler": "^2.4.2",
|
|
2768
|
-
"@smithy/node-http-handler": "^2.4.0",
|
|
2769
|
-
"@smithy/types": "^2.10.0",
|
|
2770
|
-
"@smithy/util-base64": "^2.1.1",
|
|
2771
|
-
"@smithy/util-buffer-from": "^2.1.1",
|
|
2772
|
-
"@smithy/util-hex-encoding": "^2.1.1",
|
|
2773
|
-
"@smithy/util-utf8": "^2.1.1",
|
|
2774
|
-
"tslib": "^2.5.0"
|
|
2775
|
-
}
|
|
2776
|
-
},
|
|
2777
|
-
"@smithy/util-uri-escape": {
|
|
2778
|
-
"version": "2.1.1",
|
|
2779
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.1.1.tgz",
|
|
2780
|
-
"integrity": "sha512-saVzI1h6iRBUVSqtnlOnc9ssU09ypo7n+shdQ8hBTZno/9rZ3AuRYvoHInV57VF7Qn7B+pFJG7qTzFiHxWlWBw==",
|
|
2781
|
-
"requires": {
|
|
2782
|
-
"tslib": "^2.5.0"
|
|
2783
|
-
}
|
|
2784
|
-
},
|
|
2785
|
-
"@smithy/util-utf8": {
|
|
2786
|
-
"version": "2.1.1",
|
|
2787
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.1.1.tgz",
|
|
2788
|
-
"integrity": "sha512-BqTpzYEcUMDwAKr7/mVRUtHDhs6ZoXDi9NypMvMfOr/+u1NW7JgqodPDECiiLboEm6bobcPcECxzjtQh865e9A==",
|
|
2789
|
-
"requires": {
|
|
2790
|
-
"@smithy/util-buffer-from": "^2.1.1",
|
|
2791
|
-
"tslib": "^2.5.0"
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
|
-
"@smithy/util-waiter": {
|
|
2795
|
-
"version": "2.1.2",
|
|
2796
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-2.1.2.tgz",
|
|
2797
|
-
"integrity": "sha512-yxLC57GBDmbDmrnH+vJxsrbV4/aYUucBONkSRLZyJIVFAl/QJH+O/h+phITHDaxVZCYZAcudYJw4ERE32BJM7g==",
|
|
2798
|
-
"requires": {
|
|
2799
|
-
"@smithy/abort-controller": "^2.1.2",
|
|
2800
|
-
"@smithy/types": "^2.10.0",
|
|
2801
|
-
"tslib": "^2.5.0"
|
|
2802
|
-
}
|
|
2803
|
-
},
|
|
2804
|
-
"@types/minimatch": {
|
|
2805
|
-
"version": "3.0.5",
|
|
2806
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
|
|
2807
|
-
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
|
|
2808
|
-
},
|
|
2809
|
-
"ansi-regex": {
|
|
2810
|
-
"version": "6.0.1",
|
|
2811
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
2812
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
|
|
2813
|
-
},
|
|
2814
|
-
"ansi-styles": {
|
|
2815
|
-
"version": "6.2.1",
|
|
2816
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
2817
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="
|
|
2818
|
-
},
|
|
2819
|
-
"array-differ": {
|
|
2820
|
-
"version": "3.0.0",
|
|
2821
|
-
"resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
|
|
2822
|
-
"integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg=="
|
|
2823
|
-
},
|
|
2824
|
-
"array-union": {
|
|
2825
|
-
"version": "2.1.0",
|
|
2826
|
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
2827
|
-
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
|
|
2828
|
-
},
|
|
2829
|
-
"arrify": {
|
|
2830
|
-
"version": "2.0.1",
|
|
2831
|
-
"resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
|
|
2832
|
-
"integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug=="
|
|
2833
|
-
},
|
|
2834
|
-
"balanced-match": {
|
|
2835
|
-
"version": "1.0.2",
|
|
2836
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2837
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
2838
|
-
},
|
|
2839
|
-
"bowser": {
|
|
2840
|
-
"version": "2.11.0",
|
|
2841
|
-
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
|
|
2842
|
-
"integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA=="
|
|
2843
|
-
},
|
|
2844
|
-
"brace-expansion": {
|
|
2845
|
-
"version": "2.0.1",
|
|
2846
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
2847
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
2848
|
-
"requires": {
|
|
2849
|
-
"balanced-match": "^1.0.0"
|
|
2850
|
-
}
|
|
2851
|
-
},
|
|
2852
|
-
"color-convert": {
|
|
2853
|
-
"version": "2.0.1",
|
|
2854
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
2855
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
2856
|
-
"requires": {
|
|
2857
|
-
"color-name": "~1.1.4"
|
|
2858
|
-
}
|
|
2859
|
-
},
|
|
2860
|
-
"color-name": {
|
|
2861
|
-
"version": "1.1.4",
|
|
2862
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
2863
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
2864
|
-
},
|
|
2865
|
-
"concat-map": {
|
|
2866
|
-
"version": "0.0.1",
|
|
2867
|
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
2868
|
-
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
|
|
2869
|
-
},
|
|
2870
|
-
"cross-spawn": {
|
|
2871
|
-
"version": "7.0.3",
|
|
2872
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
2873
|
-
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
2874
|
-
"requires": {
|
|
2875
|
-
"path-key": "^3.1.0",
|
|
2876
|
-
"shebang-command": "^2.0.0",
|
|
2877
|
-
"which": "^2.0.1"
|
|
2878
|
-
}
|
|
2879
|
-
},
|
|
2880
|
-
"eastasianwidth": {
|
|
2881
|
-
"version": "0.2.0",
|
|
2882
|
-
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
2883
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
|
|
2884
|
-
},
|
|
2885
|
-
"emoji-regex": {
|
|
2886
|
-
"version": "9.2.2",
|
|
2887
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
2888
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
2889
|
-
},
|
|
2890
|
-
"fast-xml-parser": {
|
|
2891
|
-
"version": "4.2.5",
|
|
2892
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
|
|
2893
|
-
"integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
|
|
2894
|
-
"requires": {
|
|
2895
|
-
"strnum": "^1.0.5"
|
|
2896
|
-
}
|
|
2897
|
-
},
|
|
2898
|
-
"foreground-child": {
|
|
2899
|
-
"version": "3.1.1",
|
|
2900
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
|
|
2901
|
-
"integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
|
|
2902
|
-
"requires": {
|
|
2903
|
-
"cross-spawn": "^7.0.0",
|
|
2904
|
-
"signal-exit": "^4.0.1"
|
|
2905
|
-
}
|
|
2906
|
-
},
|
|
2907
|
-
"glob": {
|
|
2908
|
-
"version": "10.3.10",
|
|
2909
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
2910
|
-
"integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
|
|
2911
|
-
"requires": {
|
|
2912
|
-
"foreground-child": "^3.1.0",
|
|
2913
|
-
"jackspeak": "^2.3.5",
|
|
2914
|
-
"minimatch": "^9.0.1",
|
|
2915
|
-
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
2916
|
-
"path-scurry": "^1.10.1"
|
|
2917
|
-
}
|
|
2918
|
-
},
|
|
2919
|
-
"is-fullwidth-code-point": {
|
|
2920
|
-
"version": "3.0.0",
|
|
2921
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
2922
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
|
|
2923
|
-
},
|
|
2924
|
-
"isexe": {
|
|
2925
|
-
"version": "2.0.0",
|
|
2926
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
2927
|
-
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
2928
|
-
},
|
|
2929
|
-
"jackspeak": {
|
|
2930
|
-
"version": "2.3.6",
|
|
2931
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
2932
|
-
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
2933
|
-
"requires": {
|
|
2934
|
-
"@isaacs/cliui": "^8.0.2",
|
|
2935
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
2936
|
-
}
|
|
2937
|
-
},
|
|
2938
|
-
"lru-cache": {
|
|
2939
|
-
"version": "10.1.0",
|
|
2940
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
|
|
2941
|
-
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag=="
|
|
2942
|
-
},
|
|
2943
|
-
"minimatch": {
|
|
2944
|
-
"version": "9.0.3",
|
|
2945
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
2946
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
2947
|
-
"requires": {
|
|
2948
|
-
"brace-expansion": "^2.0.1"
|
|
2949
|
-
}
|
|
2950
|
-
},
|
|
2951
|
-
"minipass": {
|
|
2952
|
-
"version": "7.0.4",
|
|
2953
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
2954
|
-
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ=="
|
|
2955
|
-
},
|
|
2956
|
-
"multimatch": {
|
|
2957
|
-
"version": "5.0.0",
|
|
2958
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
2959
|
-
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
|
2960
|
-
"requires": {
|
|
2961
|
-
"@types/minimatch": "^3.0.3",
|
|
2962
|
-
"array-differ": "^3.0.0",
|
|
2963
|
-
"array-union": "^2.1.0",
|
|
2964
|
-
"arrify": "^2.0.1",
|
|
2965
|
-
"minimatch": "^3.0.4"
|
|
2966
|
-
},
|
|
2967
|
-
"dependencies": {
|
|
2968
|
-
"brace-expansion": {
|
|
2969
|
-
"version": "1.1.11",
|
|
2970
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
2971
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
2972
|
-
"requires": {
|
|
2973
|
-
"balanced-match": "^1.0.0",
|
|
2974
|
-
"concat-map": "0.0.1"
|
|
2975
|
-
}
|
|
2976
|
-
},
|
|
2977
|
-
"minimatch": {
|
|
2978
|
-
"version": "3.1.2",
|
|
2979
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
2980
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
2981
|
-
"requires": {
|
|
2982
|
-
"brace-expansion": "^1.1.7"
|
|
2983
|
-
}
|
|
2984
|
-
}
|
|
2985
|
-
}
|
|
2986
|
-
},
|
|
2987
|
-
"path-key": {
|
|
2988
|
-
"version": "3.1.1",
|
|
2989
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
2990
|
-
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
|
|
2991
|
-
},
|
|
2992
|
-
"path-scurry": {
|
|
2993
|
-
"version": "1.10.1",
|
|
2994
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
|
|
2995
|
-
"integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==",
|
|
2996
|
-
"requires": {
|
|
2997
|
-
"lru-cache": "^9.1.1 || ^10.0.0",
|
|
2998
|
-
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
2999
|
-
}
|
|
3000
|
-
},
|
|
3001
|
-
"shebang-command": {
|
|
3002
|
-
"version": "2.0.0",
|
|
3003
|
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
3004
|
-
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
3005
|
-
"requires": {
|
|
3006
|
-
"shebang-regex": "^3.0.0"
|
|
3007
|
-
}
|
|
3008
|
-
},
|
|
3009
|
-
"shebang-regex": {
|
|
3010
|
-
"version": "3.0.0",
|
|
3011
|
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
3012
|
-
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
|
|
3013
|
-
},
|
|
3014
|
-
"signal-exit": {
|
|
3015
|
-
"version": "4.1.0",
|
|
3016
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
3017
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw=="
|
|
3018
|
-
},
|
|
3019
|
-
"string-width": {
|
|
3020
|
-
"version": "5.1.2",
|
|
3021
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
3022
|
-
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
3023
|
-
"requires": {
|
|
3024
|
-
"eastasianwidth": "^0.2.0",
|
|
3025
|
-
"emoji-regex": "^9.2.2",
|
|
3026
|
-
"strip-ansi": "^7.0.1"
|
|
3027
|
-
}
|
|
3028
|
-
},
|
|
3029
|
-
"string-width-cjs": {
|
|
3030
|
-
"version": "npm:string-width@4.2.3",
|
|
3031
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
3032
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
3033
|
-
"requires": {
|
|
3034
|
-
"emoji-regex": "^8.0.0",
|
|
3035
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
3036
|
-
"strip-ansi": "^6.0.1"
|
|
3037
|
-
},
|
|
3038
|
-
"dependencies": {
|
|
3039
|
-
"ansi-regex": {
|
|
3040
|
-
"version": "5.0.1",
|
|
3041
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3042
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
3043
|
-
},
|
|
3044
|
-
"emoji-regex": {
|
|
3045
|
-
"version": "8.0.0",
|
|
3046
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
3047
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
3048
|
-
},
|
|
3049
|
-
"strip-ansi": {
|
|
3050
|
-
"version": "6.0.1",
|
|
3051
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3052
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3053
|
-
"requires": {
|
|
3054
|
-
"ansi-regex": "^5.0.1"
|
|
3055
|
-
}
|
|
3056
|
-
}
|
|
3057
|
-
}
|
|
3058
|
-
},
|
|
3059
|
-
"strip-ansi": {
|
|
3060
|
-
"version": "7.1.0",
|
|
3061
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
3062
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
3063
|
-
"requires": {
|
|
3064
|
-
"ansi-regex": "^6.0.1"
|
|
3065
|
-
}
|
|
3066
|
-
},
|
|
3067
|
-
"strip-ansi-cjs": {
|
|
3068
|
-
"version": "npm:strip-ansi@6.0.1",
|
|
3069
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3070
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3071
|
-
"requires": {
|
|
3072
|
-
"ansi-regex": "^5.0.1"
|
|
3073
|
-
},
|
|
3074
|
-
"dependencies": {
|
|
3075
|
-
"ansi-regex": {
|
|
3076
|
-
"version": "5.0.1",
|
|
3077
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3078
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
3079
|
-
}
|
|
3080
|
-
}
|
|
3081
|
-
},
|
|
3082
|
-
"strnum": {
|
|
3083
|
-
"version": "1.0.5",
|
|
3084
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
|
3085
|
-
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
|
|
3086
|
-
},
|
|
3087
|
-
"tslib": {
|
|
3088
|
-
"version": "2.5.0",
|
|
3089
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
|
|
3090
|
-
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
|
|
3091
|
-
},
|
|
3092
|
-
"uuid": {
|
|
3093
|
-
"version": "9.0.1",
|
|
3094
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
3095
|
-
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="
|
|
3096
|
-
},
|
|
3097
|
-
"which": {
|
|
3098
|
-
"version": "2.0.2",
|
|
3099
|
-
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
3100
|
-
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
3101
|
-
"requires": {
|
|
3102
|
-
"isexe": "^2.0.0"
|
|
3103
|
-
}
|
|
3104
|
-
},
|
|
3105
|
-
"wrap-ansi": {
|
|
3106
|
-
"version": "8.1.0",
|
|
3107
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
3108
|
-
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
3109
|
-
"requires": {
|
|
3110
|
-
"ansi-styles": "^6.1.0",
|
|
3111
|
-
"string-width": "^5.0.1",
|
|
3112
|
-
"strip-ansi": "^7.0.1"
|
|
3113
|
-
}
|
|
3114
|
-
},
|
|
3115
|
-
"wrap-ansi-cjs": {
|
|
3116
|
-
"version": "npm:wrap-ansi@7.0.0",
|
|
3117
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3118
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3119
|
-
"requires": {
|
|
3120
|
-
"ansi-styles": "^4.0.0",
|
|
3121
|
-
"string-width": "^4.1.0",
|
|
3122
|
-
"strip-ansi": "^6.0.0"
|
|
3123
|
-
},
|
|
3124
|
-
"dependencies": {
|
|
3125
|
-
"ansi-regex": {
|
|
3126
|
-
"version": "5.0.1",
|
|
3127
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3128
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
3129
|
-
},
|
|
3130
|
-
"ansi-styles": {
|
|
3131
|
-
"version": "4.3.0",
|
|
3132
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3133
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3134
|
-
"requires": {
|
|
3135
|
-
"color-convert": "^2.0.1"
|
|
3136
|
-
}
|
|
3137
|
-
},
|
|
3138
|
-
"emoji-regex": {
|
|
3139
|
-
"version": "8.0.0",
|
|
3140
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
3141
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
3142
|
-
},
|
|
3143
|
-
"string-width": {
|
|
3144
|
-
"version": "4.2.3",
|
|
3145
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
3146
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
3147
|
-
"requires": {
|
|
3148
|
-
"emoji-regex": "^8.0.0",
|
|
3149
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
3150
|
-
"strip-ansi": "^6.0.1"
|
|
3151
|
-
}
|
|
3152
|
-
},
|
|
3153
|
-
"strip-ansi": {
|
|
3154
|
-
"version": "6.0.1",
|
|
3155
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3156
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3157
|
-
"requires": {
|
|
3158
|
-
"ansi-regex": "^5.0.1"
|
|
3159
|
-
}
|
|
3160
|
-
}
|
|
3161
|
-
}
|
|
3162
|
-
}
|
|
3163
1837
|
}
|
|
3164
1838
|
}
|