@ndlib/ndlib-cdk2 1.0.9 → 1.0.11
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/README.md +3 -29
- package/lib/edge-lambdas/index.d.ts +0 -1
- package/lib/edge-lambdas/index.js +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +770 -543
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +15 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/package.json +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +41 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/README.md +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +7 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +20 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +5 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +20 -24
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/package.json +8 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +9 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +26 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +27 -37
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +37 -22
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/README.md +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +6 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +25 -35
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +153 -153
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/package.json +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +32 -48
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +15 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/package.json +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +320 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionTypesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListWebhooksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionTypesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelineExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListTagsForResourcePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListWebhooksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +67 -61
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +1135 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetResourcePoliciesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetResourcePoliciesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +63 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +31 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +74 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +62 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +57 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +15 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +33 -22
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +68 -62
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +50 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +64 -58
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +48 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +32 -37
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +75 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +80 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +84 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +67 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +70 -63
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/package.json +32 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/README.md +4 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/README.md +4 -28
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/package.json +30 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/README.md +4 -120
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +34 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +16 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +35 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/README.md +4 -56
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +29 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/README.md +4 -90
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +31 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/README.md +4 -132
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +36 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/package.json +29 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/package.json +29 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/package.json +30 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/package.json +12 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +29 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +24 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +23 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +27 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/package.json +32 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +33 -21
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +33 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +29 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/package.json +29 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/package.json +30 -24
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Fields.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Fields.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/package.json +30 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/package.json +25 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/README.md +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +11 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/slurpFile.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +11 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/slurpFile.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/package.json +27 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/package.json +34 -21
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +26 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +36 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +73 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +5 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/package.json +30 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/auth.d.ts +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/client.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/command.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/dns.d.ts +23 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +61 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +24 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +123 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +12 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/request.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +32 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +32 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +19 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +32 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/stream.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/token.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +28 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +29 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-config-provider/package.json +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +8 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/package.json +11 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +12 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/package.json +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +37 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/README.md +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/package.json +23 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +14 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/package.json +29 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/README.md +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/index.d.ts +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/package.json +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +125 -274
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +18 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +6 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/util.js +1 -36
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/validator.js +52 -29
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +56 -65
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +73 -51
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/LICENSE +1 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +987 -279
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts +328 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js +228 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js +103 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts +75 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js +68 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js +219 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js +307 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js +370 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts +328 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js +224 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js +99 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js +215 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js +300 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js +361 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/README.md +267 -67
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js +1304 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js +1289 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/package.json +65 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +75 -29
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/README.md +1117 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.d.ts +869 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.js +1227 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.mjs +1227 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/README.md +769 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.d.ts +150 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.js +702 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.mjs +702 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +76 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/LICENSE.md +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +559 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts +1055 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js +1865 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts +1055 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js +1827 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +87 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/CopyrightNotice.txt +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +314 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +59 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +69 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +1458 -1050
- package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +4 -4
- package/lib/newman-runner.js +1 -3
- package/package.json +18 -19
- package/lib/edge-lambdas/transclusionLambda/index.d.ts +0 -19
- package/lib/edge-lambdas/transclusionLambda/index.js +0 -48
- package/lib/edge-lambdas/transclusionLambda/src/getFromS3.d.ts +0 -3
- package/lib/edge-lambdas/transclusionLambda/src/getFromS3.js +0 -20
- package/lib/edge-lambdas/transclusionLambda/src/getFromS3.ts +0 -20
- package/lib/edge-lambdas/transclusionLambda/src/handler.d.ts +0 -7
- package/lib/edge-lambdas/transclusionLambda/src/handler.js +0 -86
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"node_modules/@aws-crypto/ie11-detection": {
|
|
8
|
-
"version": "
|
|
9
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-
|
|
10
|
-
"integrity": "sha512-
|
|
8
|
+
"version": "3.0.0",
|
|
9
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
|
|
10
|
+
"integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^1.11.1"
|
|
13
13
|
}
|
|
@@ -18,14 +18,15 @@
|
|
|
18
18
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
19
19
|
},
|
|
20
20
|
"node_modules/@aws-crypto/sha256-browser": {
|
|
21
|
-
"version": "
|
|
22
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-
|
|
23
|
-
"integrity": "sha512-
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@aws-crypto/ie11-detection": "^
|
|
26
|
-
"@aws-crypto/sha256-js": "^
|
|
27
|
-
"@aws-crypto/supports-web-crypto": "^
|
|
28
|
-
"@aws-
|
|
21
|
+
"version": "3.0.0",
|
|
22
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz",
|
|
23
|
+
"integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==",
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@aws-crypto/ie11-detection": "^3.0.0",
|
|
26
|
+
"@aws-crypto/sha256-js": "^3.0.0",
|
|
27
|
+
"@aws-crypto/supports-web-crypto": "^3.0.0",
|
|
28
|
+
"@aws-crypto/util": "^3.0.0",
|
|
29
|
+
"@aws-sdk/types": "^3.222.0",
|
|
29
30
|
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
30
31
|
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
31
32
|
"tslib": "^1.11.1"
|
|
@@ -37,12 +38,12 @@
|
|
|
37
38
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
38
39
|
},
|
|
39
40
|
"node_modules/@aws-crypto/sha256-js": {
|
|
40
|
-
"version": "
|
|
41
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-
|
|
42
|
-
"integrity": "sha512-
|
|
41
|
+
"version": "3.0.0",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz",
|
|
43
|
+
"integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==",
|
|
43
44
|
"dependencies": {
|
|
44
|
-
"@aws-
|
|
45
|
-
"@aws-sdk/
|
|
45
|
+
"@aws-crypto/util": "^3.0.0",
|
|
46
|
+
"@aws-sdk/types": "^3.222.0",
|
|
46
47
|
"tslib": "^1.11.1"
|
|
47
48
|
}
|
|
48
49
|
},
|
|
@@ -52,9 +53,9 @@
|
|
|
52
53
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
53
54
|
},
|
|
54
55
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
55
|
-
"version": "
|
|
56
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-
|
|
57
|
-
"integrity": "sha512-
|
|
56
|
+
"version": "3.0.0",
|
|
57
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz",
|
|
58
|
+
"integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==",
|
|
58
59
|
"dependencies": {
|
|
59
60
|
"tslib": "^1.11.1"
|
|
60
61
|
}
|
|
@@ -64,756 +65,966 @@
|
|
|
64
65
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
65
66
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
66
67
|
},
|
|
68
|
+
"node_modules/@aws-crypto/util": {
|
|
69
|
+
"version": "3.0.0",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
|
|
71
|
+
"integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
|
|
72
|
+
"dependencies": {
|
|
73
|
+
"@aws-sdk/types": "^3.222.0",
|
|
74
|
+
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
75
|
+
"tslib": "^1.11.1"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"node_modules/@aws-crypto/util/node_modules/tslib": {
|
|
79
|
+
"version": "1.14.1",
|
|
80
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
81
|
+
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
82
|
+
},
|
|
67
83
|
"node_modules/@aws-sdk/abort-controller": {
|
|
68
|
-
"version": "3.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.
|
|
70
|
-
"integrity": "sha512-
|
|
84
|
+
"version": "3.292.0",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.292.0.tgz",
|
|
86
|
+
"integrity": "sha512-lf+OPptL01kvryIJy7+dvFux5KbJ6OTwLPPEekVKZ2AfEvwcVtOZWFUhyw3PJCBTVncjKB1Kjl3V/eTS3YuPXQ==",
|
|
71
87
|
"dependencies": {
|
|
72
|
-
"@aws-sdk/types": "3.
|
|
73
|
-
"tslib": "^2.
|
|
88
|
+
"@aws-sdk/types": "3.292.0",
|
|
89
|
+
"tslib": "^2.3.1"
|
|
74
90
|
},
|
|
75
91
|
"engines": {
|
|
76
|
-
"node": ">=
|
|
92
|
+
"node": ">=14.0.0"
|
|
77
93
|
}
|
|
78
94
|
},
|
|
79
95
|
"node_modules/@aws-sdk/client-codepipeline": {
|
|
80
|
-
"version": "3.
|
|
81
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.
|
|
82
|
-
"integrity": "sha512-
|
|
83
|
-
"dependencies": {
|
|
84
|
-
"@aws-crypto/sha256-browser": "
|
|
85
|
-
"@aws-crypto/sha256-js": "
|
|
86
|
-
"@aws-sdk/client-sts": "3.
|
|
87
|
-
"@aws-sdk/config-resolver": "3.
|
|
88
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
89
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
90
|
-
"@aws-sdk/hash-node": "3.
|
|
91
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
92
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
93
|
-
"@aws-sdk/middleware-
|
|
94
|
-
"@aws-sdk/middleware-
|
|
95
|
-
"@aws-sdk/middleware-
|
|
96
|
-
"@aws-sdk/middleware-
|
|
97
|
-
"@aws-sdk/middleware-
|
|
98
|
-
"@aws-sdk/middleware-
|
|
99
|
-
"@aws-sdk/middleware-
|
|
100
|
-
"@aws-sdk/
|
|
101
|
-
"@aws-sdk/
|
|
102
|
-
"@aws-sdk/
|
|
103
|
-
"@aws-sdk/
|
|
104
|
-
"@aws-sdk/
|
|
105
|
-
"@aws-sdk/
|
|
106
|
-
"@aws-sdk/
|
|
107
|
-
"@aws-sdk/
|
|
108
|
-
"@aws-sdk/util-
|
|
109
|
-
"@aws-sdk/util-body-length-
|
|
110
|
-
"@aws-sdk/util-
|
|
111
|
-
"@aws-sdk/util-
|
|
112
|
-
"@aws-sdk/util-
|
|
113
|
-
"@aws-sdk/util-
|
|
114
|
-
"
|
|
96
|
+
"version": "3.293.0",
|
|
97
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.293.0.tgz",
|
|
98
|
+
"integrity": "sha512-qMIIZud9D2CQZ8meoB6rT8seHaA4EFpAMTUVNXm0XGxON6ssvUJkTdQd0ixk4ZNT+PyXwWvaF1w46UB45Yv5cA==",
|
|
99
|
+
"dependencies": {
|
|
100
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
101
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
102
|
+
"@aws-sdk/client-sts": "3.293.0",
|
|
103
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
104
|
+
"@aws-sdk/credential-provider-node": "3.293.0",
|
|
105
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
106
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
107
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
108
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
109
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
110
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
111
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
112
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
113
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
114
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
115
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
116
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
117
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
118
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
119
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
120
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
121
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
122
|
+
"@aws-sdk/types": "3.292.0",
|
|
123
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
124
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
125
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
126
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
127
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
128
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
129
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
130
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
131
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
132
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
133
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
134
|
+
"tslib": "^2.3.1",
|
|
115
135
|
"uuid": "^8.3.2"
|
|
116
136
|
},
|
|
117
137
|
"engines": {
|
|
118
|
-
"node": ">=
|
|
138
|
+
"node": ">=14.0.0"
|
|
119
139
|
}
|
|
120
140
|
},
|
|
121
141
|
"node_modules/@aws-sdk/client-ssm": {
|
|
122
|
-
"version": "3.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.
|
|
124
|
-
"integrity": "sha512-
|
|
125
|
-
"dependencies": {
|
|
126
|
-
"@aws-crypto/sha256-browser": "
|
|
127
|
-
"@aws-crypto/sha256-js": "
|
|
128
|
-
"@aws-sdk/client-sts": "3.
|
|
129
|
-
"@aws-sdk/config-resolver": "3.
|
|
130
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
131
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
132
|
-
"@aws-sdk/hash-node": "3.
|
|
133
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
134
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
135
|
-
"@aws-sdk/middleware-
|
|
136
|
-
"@aws-sdk/middleware-
|
|
137
|
-
"@aws-sdk/middleware-
|
|
138
|
-
"@aws-sdk/middleware-
|
|
139
|
-
"@aws-sdk/middleware-
|
|
140
|
-
"@aws-sdk/middleware-
|
|
141
|
-
"@aws-sdk/middleware-
|
|
142
|
-
"@aws-sdk/
|
|
143
|
-
"@aws-sdk/
|
|
144
|
-
"@aws-sdk/
|
|
145
|
-
"@aws-sdk/
|
|
146
|
-
"@aws-sdk/
|
|
147
|
-
"@aws-sdk/
|
|
148
|
-
"@aws-sdk/
|
|
149
|
-
"@aws-sdk/
|
|
150
|
-
"@aws-sdk/util-
|
|
151
|
-
"@aws-sdk/util-body-length-
|
|
152
|
-
"@aws-sdk/util-
|
|
153
|
-
"@aws-sdk/util-
|
|
154
|
-
"@aws-sdk/util-
|
|
155
|
-
"@aws-sdk/util-
|
|
156
|
-
"@aws-sdk/util-
|
|
157
|
-
"
|
|
142
|
+
"version": "3.293.0",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.293.0.tgz",
|
|
144
|
+
"integrity": "sha512-XcvzD5DiOOnoD4wertLyXRlkfeAqwIJTlStd05y+531slI8+siKLz3KDLDhQhuLdUZFH39Sut9sXtGDq8N9uAg==",
|
|
145
|
+
"dependencies": {
|
|
146
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
147
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
148
|
+
"@aws-sdk/client-sts": "3.293.0",
|
|
149
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
150
|
+
"@aws-sdk/credential-provider-node": "3.293.0",
|
|
151
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
152
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
153
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
154
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
155
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
156
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
157
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
158
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
159
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
160
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
161
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
162
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
163
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
164
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
165
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
166
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
167
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
168
|
+
"@aws-sdk/types": "3.292.0",
|
|
169
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
170
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
171
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
172
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
173
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
174
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
175
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
176
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
177
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
178
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
179
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
180
|
+
"@aws-sdk/util-waiter": "3.292.0",
|
|
181
|
+
"tslib": "^2.3.1",
|
|
158
182
|
"uuid": "^8.3.2"
|
|
159
183
|
},
|
|
160
184
|
"engines": {
|
|
161
|
-
"node": ">=
|
|
185
|
+
"node": ">=14.0.0"
|
|
162
186
|
}
|
|
163
187
|
},
|
|
164
188
|
"node_modules/@aws-sdk/client-sso": {
|
|
165
|
-
"version": "3.
|
|
166
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
167
|
-
"integrity": "sha512-
|
|
168
|
-
"dependencies": {
|
|
169
|
-
"@aws-crypto/sha256-browser": "
|
|
170
|
-
"@aws-crypto/sha256-js": "
|
|
171
|
-
"@aws-sdk/config-resolver": "3.
|
|
172
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
173
|
-
"@aws-sdk/hash-node": "3.
|
|
174
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
175
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
176
|
-
"@aws-sdk/middleware-
|
|
177
|
-
"@aws-sdk/middleware-
|
|
178
|
-
"@aws-sdk/middleware-
|
|
179
|
-
"@aws-sdk/middleware-
|
|
180
|
-
"@aws-sdk/middleware-
|
|
181
|
-
"@aws-sdk/middleware-
|
|
182
|
-
"@aws-sdk/
|
|
183
|
-
"@aws-sdk/
|
|
184
|
-
"@aws-sdk/
|
|
185
|
-
"@aws-sdk/
|
|
186
|
-
"@aws-sdk/
|
|
187
|
-
"@aws-sdk/
|
|
188
|
-
"@aws-sdk/
|
|
189
|
-
"@aws-sdk/
|
|
190
|
-
"@aws-sdk/util-
|
|
191
|
-
"@aws-sdk/util-body-length-
|
|
192
|
-
"@aws-sdk/util-
|
|
193
|
-
"@aws-sdk/util-
|
|
194
|
-
"@aws-sdk/util-
|
|
195
|
-
"@aws-sdk/util-
|
|
196
|
-
"
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
"
|
|
189
|
+
"version": "3.293.0",
|
|
190
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.293.0.tgz",
|
|
191
|
+
"integrity": "sha512-EtVgEqL4vSDAV6vi9QzeZA5M+CIQIPoy14Q6Gl7TWehakxBqGFw2xnEHBo2djWH5oJMQAGOfjICPkZLoKxJT1A==",
|
|
192
|
+
"dependencies": {
|
|
193
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
194
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
195
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
196
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
197
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
198
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
199
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
200
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
201
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
202
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
203
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
204
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
205
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
206
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
207
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
208
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
209
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
210
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
211
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
212
|
+
"@aws-sdk/types": "3.292.0",
|
|
213
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
214
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
215
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
216
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
217
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
218
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
219
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
220
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
221
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
222
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
223
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
224
|
+
"tslib": "^2.3.1"
|
|
225
|
+
},
|
|
226
|
+
"engines": {
|
|
227
|
+
"node": ">=14.0.0"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"node_modules/@aws-sdk/client-sso-oidc": {
|
|
231
|
+
"version": "3.293.0",
|
|
232
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.293.0.tgz",
|
|
233
|
+
"integrity": "sha512-GrbcBzRxWNRc5unZ0rOe1Jzhjvf7xIiCfLDhXYKaafb38gxUc3vDPy4Uzih6Trcq525oB0fG7iiZJgstMXelcw==",
|
|
234
|
+
"dependencies": {
|
|
235
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
236
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
237
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
238
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
239
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
240
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
241
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
242
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
243
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
244
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
245
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
246
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
247
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
248
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
249
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
250
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
251
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
252
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
253
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
254
|
+
"@aws-sdk/types": "3.292.0",
|
|
255
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
256
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
257
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
258
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
259
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
260
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
261
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
262
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
263
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
264
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
265
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
266
|
+
"tslib": "^2.3.1"
|
|
267
|
+
},
|
|
268
|
+
"engines": {
|
|
269
|
+
"node": ">=14.0.0"
|
|
200
270
|
}
|
|
201
271
|
},
|
|
202
272
|
"node_modules/@aws-sdk/client-sts": {
|
|
203
|
-
"version": "3.
|
|
204
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
205
|
-
"integrity": "sha512-
|
|
206
|
-
"dependencies": {
|
|
207
|
-
"@aws-crypto/sha256-browser": "
|
|
208
|
-
"@aws-crypto/sha256-js": "
|
|
209
|
-
"@aws-sdk/config-resolver": "3.
|
|
210
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
211
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
212
|
-
"@aws-sdk/hash-node": "3.
|
|
213
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
214
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
215
|
-
"@aws-sdk/middleware-
|
|
216
|
-
"@aws-sdk/middleware-
|
|
217
|
-
"@aws-sdk/middleware-
|
|
218
|
-
"@aws-sdk/middleware-
|
|
219
|
-
"@aws-sdk/middleware-
|
|
220
|
-
"@aws-sdk/middleware-
|
|
221
|
-
"@aws-sdk/middleware-
|
|
222
|
-
"@aws-sdk/middleware-
|
|
223
|
-
"@aws-sdk/
|
|
224
|
-
"@aws-sdk/
|
|
225
|
-
"@aws-sdk/
|
|
226
|
-
"@aws-sdk/
|
|
227
|
-
"@aws-sdk/
|
|
228
|
-
"@aws-sdk/
|
|
229
|
-
"@aws-sdk/
|
|
230
|
-
"@aws-sdk/
|
|
231
|
-
"@aws-sdk/util-
|
|
232
|
-
"@aws-sdk/util-body-length-
|
|
233
|
-
"@aws-sdk/util-
|
|
234
|
-
"@aws-sdk/util-
|
|
235
|
-
"@aws-sdk/util-
|
|
236
|
-
"@aws-sdk/util-
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
"
|
|
273
|
+
"version": "3.293.0",
|
|
274
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.293.0.tgz",
|
|
275
|
+
"integrity": "sha512-cNKWt9Xnv1sQvdLnzCdDJBRgavWH6g5F8TzrueaCq10cg/GanKkCgiIZFoKDv8LQ3dHzTkp/OKp4sN5N5DH/Ow==",
|
|
276
|
+
"dependencies": {
|
|
277
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
278
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
279
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
280
|
+
"@aws-sdk/credential-provider-node": "3.293.0",
|
|
281
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
282
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
283
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
284
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
285
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
286
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
287
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
288
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
289
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
290
|
+
"@aws-sdk/middleware-sdk-sts": "3.292.0",
|
|
291
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
292
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
293
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
294
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
295
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
296
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
297
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
298
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
299
|
+
"@aws-sdk/types": "3.292.0",
|
|
300
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
301
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
302
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
303
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
304
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
305
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
306
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
307
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
308
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
309
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
310
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
311
|
+
"fast-xml-parser": "4.1.2",
|
|
312
|
+
"tslib": "^2.3.1"
|
|
313
|
+
},
|
|
314
|
+
"engines": {
|
|
315
|
+
"node": ">=14.0.0"
|
|
243
316
|
}
|
|
244
317
|
},
|
|
245
318
|
"node_modules/@aws-sdk/config-resolver": {
|
|
246
|
-
"version": "3.
|
|
247
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.
|
|
248
|
-
"integrity": "sha512-
|
|
319
|
+
"version": "3.292.0",
|
|
320
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.292.0.tgz",
|
|
321
|
+
"integrity": "sha512-cB3twnNR7vYvlt2jvw8VlA1+iv/tVzl+/S39MKqw2tepU+AbJAM0EHwb/dkf1OKSmlrnANXhshx80MHF9zL4mA==",
|
|
249
322
|
"dependencies": {
|
|
250
|
-
"@aws-sdk/signature-v4": "3.
|
|
251
|
-
"@aws-sdk/types": "3.
|
|
252
|
-
"
|
|
323
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
324
|
+
"@aws-sdk/types": "3.292.0",
|
|
325
|
+
"@aws-sdk/util-config-provider": "3.292.0",
|
|
326
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
327
|
+
"tslib": "^2.3.1"
|
|
253
328
|
},
|
|
254
329
|
"engines": {
|
|
255
|
-
"node": ">=
|
|
330
|
+
"node": ">=14.0.0"
|
|
256
331
|
}
|
|
257
332
|
},
|
|
258
333
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
259
|
-
"version": "3.
|
|
260
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
261
|
-
"integrity": "sha512
|
|
334
|
+
"version": "3.292.0",
|
|
335
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.292.0.tgz",
|
|
336
|
+
"integrity": "sha512-YbafSG0ZEKE2969CJWVtUhh3hfOeLPecFVoXOtegCyAJgY5Ghtu4TsVhL4DgiGAgOC30ojAmUVQEXzd7xJF5xA==",
|
|
262
337
|
"dependencies": {
|
|
263
|
-
"@aws-sdk/property-provider": "3.
|
|
264
|
-
"@aws-sdk/types": "3.
|
|
265
|
-
"tslib": "^2.
|
|
338
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
339
|
+
"@aws-sdk/types": "3.292.0",
|
|
340
|
+
"tslib": "^2.3.1"
|
|
266
341
|
},
|
|
267
342
|
"engines": {
|
|
268
|
-
"node": ">=
|
|
343
|
+
"node": ">=14.0.0"
|
|
269
344
|
}
|
|
270
345
|
},
|
|
271
346
|
"node_modules/@aws-sdk/credential-provider-imds": {
|
|
272
|
-
"version": "3.
|
|
273
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.
|
|
274
|
-
"integrity": "sha512-
|
|
347
|
+
"version": "3.292.0",
|
|
348
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.292.0.tgz",
|
|
349
|
+
"integrity": "sha512-W/peOgDSRYulgzFpUhvgi1pCm6piBz6xrVN17N4QOy+3NHBXRVMVzYk6ct2qpLPgJUSEZkcpP+Gds+bBm8ed1A==",
|
|
275
350
|
"dependencies": {
|
|
276
|
-
"@aws-sdk/
|
|
277
|
-
"@aws-sdk/
|
|
278
|
-
"
|
|
351
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
352
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
353
|
+
"@aws-sdk/types": "3.292.0",
|
|
354
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
355
|
+
"tslib": "^2.3.1"
|
|
279
356
|
},
|
|
280
357
|
"engines": {
|
|
281
|
-
"node": ">=
|
|
358
|
+
"node": ">=14.0.0"
|
|
282
359
|
}
|
|
283
360
|
},
|
|
284
361
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
285
|
-
"version": "3.
|
|
286
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
287
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "3.293.0",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.293.0.tgz",
|
|
364
|
+
"integrity": "sha512-Cy32aGm8Qc70Jc7VjcaxAEBfhLCS6/iewX4ZSI6MRoo0NrggnIwD9pdtO0Y0eqzEHXJvl2bycXFTJPmW4AzQIA==",
|
|
288
365
|
"dependencies": {
|
|
289
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
290
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
291
|
-
"@aws-sdk/credential-provider-
|
|
292
|
-
"@aws-sdk/
|
|
293
|
-
"@aws-sdk/
|
|
294
|
-
"@aws-sdk/
|
|
295
|
-
"
|
|
366
|
+
"@aws-sdk/credential-provider-env": "3.292.0",
|
|
367
|
+
"@aws-sdk/credential-provider-imds": "3.292.0",
|
|
368
|
+
"@aws-sdk/credential-provider-process": "3.292.0",
|
|
369
|
+
"@aws-sdk/credential-provider-sso": "3.293.0",
|
|
370
|
+
"@aws-sdk/credential-provider-web-identity": "3.292.0",
|
|
371
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
372
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
373
|
+
"@aws-sdk/types": "3.292.0",
|
|
374
|
+
"tslib": "^2.3.1"
|
|
296
375
|
},
|
|
297
376
|
"engines": {
|
|
298
|
-
"node": ">=
|
|
377
|
+
"node": ">=14.0.0"
|
|
299
378
|
}
|
|
300
379
|
},
|
|
301
380
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
302
|
-
"version": "3.
|
|
303
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
304
|
-
"integrity": "sha512-
|
|
381
|
+
"version": "3.293.0",
|
|
382
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.293.0.tgz",
|
|
383
|
+
"integrity": "sha512-w6NuuEiVZ5Ja2fmXbo5GiH2cykKw682HvL6bZ5Yhdj27twFL+4jUuXONxibQkXgTJbtiTx3tlcdLOa67RDq8ow==",
|
|
305
384
|
"dependencies": {
|
|
306
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
307
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
308
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
309
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
310
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
311
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
312
|
-
"@aws-sdk/property-provider": "3.
|
|
313
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
314
|
-
"@aws-sdk/types": "3.
|
|
315
|
-
"tslib": "^2.
|
|
385
|
+
"@aws-sdk/credential-provider-env": "3.292.0",
|
|
386
|
+
"@aws-sdk/credential-provider-imds": "3.292.0",
|
|
387
|
+
"@aws-sdk/credential-provider-ini": "3.293.0",
|
|
388
|
+
"@aws-sdk/credential-provider-process": "3.292.0",
|
|
389
|
+
"@aws-sdk/credential-provider-sso": "3.293.0",
|
|
390
|
+
"@aws-sdk/credential-provider-web-identity": "3.292.0",
|
|
391
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
392
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
393
|
+
"@aws-sdk/types": "3.292.0",
|
|
394
|
+
"tslib": "^2.3.1"
|
|
316
395
|
},
|
|
317
396
|
"engines": {
|
|
318
|
-
"node": ">=
|
|
397
|
+
"node": ">=14.0.0"
|
|
319
398
|
}
|
|
320
399
|
},
|
|
321
400
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
322
|
-
"version": "3.
|
|
323
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
324
|
-
"integrity": "sha512-
|
|
401
|
+
"version": "3.292.0",
|
|
402
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.292.0.tgz",
|
|
403
|
+
"integrity": "sha512-CFVXuMuUvg/a4tknzRikEDwZBnKlHs1LZCpTXIGjBdUTdosoi4WNzDLzGp93ZRTtcgFz+4wirz2f7P3lC0NrQw==",
|
|
325
404
|
"dependencies": {
|
|
326
|
-
"@aws-sdk/
|
|
327
|
-
"@aws-sdk/
|
|
328
|
-
"@aws-sdk/
|
|
329
|
-
"
|
|
330
|
-
"tslib": "^2.0.0"
|
|
405
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
406
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
407
|
+
"@aws-sdk/types": "3.292.0",
|
|
408
|
+
"tslib": "^2.3.1"
|
|
331
409
|
},
|
|
332
410
|
"engines": {
|
|
333
|
-
"node": ">=
|
|
411
|
+
"node": ">=14.0.0"
|
|
334
412
|
}
|
|
335
413
|
},
|
|
336
414
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
337
|
-
"version": "3.
|
|
338
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
339
|
-
"integrity": "sha512-
|
|
415
|
+
"version": "3.293.0",
|
|
416
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.293.0.tgz",
|
|
417
|
+
"integrity": "sha512-XdZW6mgAcV20AXrQ3FYKVZAO8LuFZwZnEf34Xc1Z2MuHkbSXxixPDu+mqbUKMwru1rmy6YaZ0eNuIbZYVCq0mw==",
|
|
340
418
|
"dependencies": {
|
|
341
|
-
"@aws-sdk/client-sso": "3.
|
|
342
|
-
"@aws-sdk/
|
|
343
|
-
"@aws-sdk/
|
|
344
|
-
"@aws-sdk/
|
|
345
|
-
"@aws-sdk/types": "3.
|
|
346
|
-
"tslib": "^2.
|
|
419
|
+
"@aws-sdk/client-sso": "3.293.0",
|
|
420
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
421
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
422
|
+
"@aws-sdk/token-providers": "3.293.0",
|
|
423
|
+
"@aws-sdk/types": "3.292.0",
|
|
424
|
+
"tslib": "^2.3.1"
|
|
347
425
|
},
|
|
348
426
|
"engines": {
|
|
349
|
-
"node": ">=
|
|
427
|
+
"node": ">=14.0.0"
|
|
350
428
|
}
|
|
351
429
|
},
|
|
352
430
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
353
|
-
"version": "3.
|
|
354
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
355
|
-
"integrity": "sha512-
|
|
431
|
+
"version": "3.292.0",
|
|
432
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.292.0.tgz",
|
|
433
|
+
"integrity": "sha512-4DbtIEM9gGVfqYlMdYXg3XY+vBhemjB1zXIequottW8loLYM8Vuz4/uGxxKNze6evVVzowsA0wKrYclE1aj/Rg==",
|
|
356
434
|
"dependencies": {
|
|
357
|
-
"@aws-sdk/property-provider": "3.
|
|
358
|
-
"@aws-sdk/types": "3.
|
|
359
|
-
"tslib": "^2.
|
|
435
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
436
|
+
"@aws-sdk/types": "3.292.0",
|
|
437
|
+
"tslib": "^2.3.1"
|
|
360
438
|
},
|
|
361
439
|
"engines": {
|
|
362
|
-
"node": ">=
|
|
440
|
+
"node": ">=14.0.0"
|
|
363
441
|
}
|
|
364
442
|
},
|
|
365
443
|
"node_modules/@aws-sdk/fetch-http-handler": {
|
|
366
|
-
"version": "3.
|
|
367
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.
|
|
368
|
-
"integrity": "sha512-
|
|
444
|
+
"version": "3.292.0",
|
|
445
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.292.0.tgz",
|
|
446
|
+
"integrity": "sha512-zh3bhUJbL8RSa39ZKDcy+AghtUkIP8LwcNlwRIoxMQh3Row4D1s4fCq0KZCx98NJBEXoiTLyTQlZxxI//BOb1Q==",
|
|
369
447
|
"dependencies": {
|
|
370
|
-
"@aws-sdk/protocol-http": "3.
|
|
371
|
-
"@aws-sdk/querystring-builder": "3.
|
|
372
|
-
"@aws-sdk/types": "3.
|
|
373
|
-
"@aws-sdk/util-base64
|
|
374
|
-
"tslib": "^2.
|
|
448
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
449
|
+
"@aws-sdk/querystring-builder": "3.292.0",
|
|
450
|
+
"@aws-sdk/types": "3.292.0",
|
|
451
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
452
|
+
"tslib": "^2.3.1"
|
|
375
453
|
}
|
|
376
454
|
},
|
|
377
455
|
"node_modules/@aws-sdk/hash-node": {
|
|
378
|
-
"version": "3.
|
|
379
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.
|
|
380
|
-
"integrity": "sha512-
|
|
456
|
+
"version": "3.292.0",
|
|
457
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.292.0.tgz",
|
|
458
|
+
"integrity": "sha512-1yLxmIsvE+eK36JXEgEIouTITdykQLVhsA5Oai//Lar6Ddgu1sFpLDbdkMtKbrh4I0jLN9RacNCkeVQjZPTCCQ==",
|
|
381
459
|
"dependencies": {
|
|
382
|
-
"@aws-sdk/types": "3.
|
|
383
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
384
|
-
"
|
|
460
|
+
"@aws-sdk/types": "3.292.0",
|
|
461
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
462
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
463
|
+
"tslib": "^2.3.1"
|
|
385
464
|
},
|
|
386
465
|
"engines": {
|
|
387
|
-
"node": ">=
|
|
466
|
+
"node": ">=14.0.0"
|
|
388
467
|
}
|
|
389
468
|
},
|
|
390
469
|
"node_modules/@aws-sdk/invalid-dependency": {
|
|
391
|
-
"version": "3.
|
|
392
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.
|
|
393
|
-
"integrity": "sha512
|
|
470
|
+
"version": "3.292.0",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.292.0.tgz",
|
|
472
|
+
"integrity": "sha512-39OUV78CD3TmEbjhpt+V+Fk4wAGWhixqHxDSN8+4WL0uB4Fl7k5m3Z9hNY78AttHQSl2twR7WtLztnXPAFsriw==",
|
|
394
473
|
"dependencies": {
|
|
395
|
-
"@aws-sdk/types": "3.
|
|
396
|
-
"tslib": "^2.
|
|
474
|
+
"@aws-sdk/types": "3.292.0",
|
|
475
|
+
"tslib": "^2.3.1"
|
|
397
476
|
}
|
|
398
477
|
},
|
|
399
478
|
"node_modules/@aws-sdk/is-array-buffer": {
|
|
400
|
-
"version": "3.
|
|
401
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.
|
|
402
|
-
"integrity": "sha512-
|
|
479
|
+
"version": "3.292.0",
|
|
480
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.292.0.tgz",
|
|
481
|
+
"integrity": "sha512-kW/G5T/fzI0sJH5foZG6XJiNCevXqKLxV50qIT4B1pMuw7regd4ALIy0HwSqj1nnn9mSbRWBfmby0jWCJsMcwg==",
|
|
403
482
|
"dependencies": {
|
|
404
|
-
"tslib": "^2.
|
|
483
|
+
"tslib": "^2.3.1"
|
|
405
484
|
},
|
|
406
485
|
"engines": {
|
|
407
|
-
"node": ">=
|
|
486
|
+
"node": ">=14.0.0"
|
|
408
487
|
}
|
|
409
488
|
},
|
|
410
489
|
"node_modules/@aws-sdk/middleware-content-length": {
|
|
411
|
-
"version": "3.
|
|
412
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.
|
|
413
|
-
"integrity": "sha512-
|
|
490
|
+
"version": "3.292.0",
|
|
491
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.292.0.tgz",
|
|
492
|
+
"integrity": "sha512-2gMWzQus5mj14menolpPDbYBeaOYcj7KNFZOjTjjI3iQ0KqyetG6XasirNrcJ/8QX1BRmpTol8Xjp2Ue3Gbzwg==",
|
|
414
493
|
"dependencies": {
|
|
415
|
-
"@aws-sdk/protocol-http": "3.
|
|
416
|
-
"@aws-sdk/types": "3.
|
|
417
|
-
"tslib": "^2.
|
|
494
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
495
|
+
"@aws-sdk/types": "3.292.0",
|
|
496
|
+
"tslib": "^2.3.1"
|
|
418
497
|
},
|
|
419
498
|
"engines": {
|
|
420
|
-
"node": ">=
|
|
499
|
+
"node": ">=14.0.0"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"node_modules/@aws-sdk/middleware-endpoint": {
|
|
503
|
+
"version": "3.292.0",
|
|
504
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.292.0.tgz",
|
|
505
|
+
"integrity": "sha512-cPMkiSxpZGG6tYlW4OS+ucS6r43f9ddX9kcUoemJCY10MOuogdPjulCAjE0HTs2PLKSOrrG4CTP4Q4wWDrH4Bw==",
|
|
506
|
+
"dependencies": {
|
|
507
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
508
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
509
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
510
|
+
"@aws-sdk/types": "3.292.0",
|
|
511
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
512
|
+
"@aws-sdk/util-config-provider": "3.292.0",
|
|
513
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
514
|
+
"tslib": "^2.3.1"
|
|
515
|
+
},
|
|
516
|
+
"engines": {
|
|
517
|
+
"node": ">=14.0.0"
|
|
421
518
|
}
|
|
422
519
|
},
|
|
423
520
|
"node_modules/@aws-sdk/middleware-host-header": {
|
|
424
|
-
"version": "3.
|
|
425
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
426
|
-
"integrity": "sha512-
|
|
521
|
+
"version": "3.292.0",
|
|
522
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.292.0.tgz",
|
|
523
|
+
"integrity": "sha512-mHuCWe3Yg2S5YZ7mB7sKU6C97XspfqrimWjMW9pfV2usAvLA3R0HrB03jpR5vpZ3P4q7HB6wK3S6CjYMGGRNag==",
|
|
427
524
|
"dependencies": {
|
|
428
|
-
"@aws-sdk/protocol-http": "3.
|
|
429
|
-
"@aws-sdk/types": "3.
|
|
430
|
-
"tslib": "^2.
|
|
525
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
526
|
+
"@aws-sdk/types": "3.292.0",
|
|
527
|
+
"tslib": "^2.3.1"
|
|
431
528
|
},
|
|
432
529
|
"engines": {
|
|
433
|
-
"node": ">=
|
|
530
|
+
"node": ">=14.0.0"
|
|
434
531
|
}
|
|
435
532
|
},
|
|
436
533
|
"node_modules/@aws-sdk/middleware-logger": {
|
|
437
|
-
"version": "3.
|
|
438
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
439
|
-
"integrity": "sha512-
|
|
534
|
+
"version": "3.292.0",
|
|
535
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.292.0.tgz",
|
|
536
|
+
"integrity": "sha512-yZNY1XYmG3NG+uonET7jzKXNiwu61xm/ZZ6i/l51SusuaYN+qQtTAhOFsieQqTehF9kP4FzbsWgPDwD8ZZX9lw==",
|
|
440
537
|
"dependencies": {
|
|
441
|
-
"@aws-sdk/types": "3.
|
|
442
|
-
"tslib": "^2.
|
|
538
|
+
"@aws-sdk/types": "3.292.0",
|
|
539
|
+
"tslib": "^2.3.1"
|
|
443
540
|
},
|
|
444
541
|
"engines": {
|
|
445
|
-
"node": ">=
|
|
542
|
+
"node": ">=14.0.0"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
546
|
+
"version": "3.292.0",
|
|
547
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.292.0.tgz",
|
|
548
|
+
"integrity": "sha512-kA3VZpPko0Zqd7CYPTKAxhjEv0HJqFu2054L04dde1JLr43ro+2MTdX7vsHzeAFUVRphqatFFofCumvXmU6Mig==",
|
|
549
|
+
"dependencies": {
|
|
550
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
551
|
+
"@aws-sdk/types": "3.292.0",
|
|
552
|
+
"tslib": "^2.3.1"
|
|
553
|
+
},
|
|
554
|
+
"engines": {
|
|
555
|
+
"node": ">=14.0.0"
|
|
446
556
|
}
|
|
447
557
|
},
|
|
448
558
|
"node_modules/@aws-sdk/middleware-retry": {
|
|
449
|
-
"version": "3.
|
|
450
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.
|
|
451
|
-
"integrity": "sha512-
|
|
452
|
-
"dependencies": {
|
|
453
|
-
"@aws-sdk/protocol-http": "3.
|
|
454
|
-
"@aws-sdk/service-error-classification": "3.
|
|
455
|
-
"@aws-sdk/types": "3.
|
|
456
|
-
"
|
|
559
|
+
"version": "3.293.0",
|
|
560
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.293.0.tgz",
|
|
561
|
+
"integrity": "sha512-7tiaz2GzRecNHaZ6YnF+Nrtk3au8qF6oiipf11R7MJiqJ0fkMLnz/iRrlakDziS9qF/a9v+3yxb4W4NHK3f4Tw==",
|
|
562
|
+
"dependencies": {
|
|
563
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
564
|
+
"@aws-sdk/service-error-classification": "3.292.0",
|
|
565
|
+
"@aws-sdk/types": "3.292.0",
|
|
566
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
567
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
568
|
+
"tslib": "^2.3.1",
|
|
457
569
|
"uuid": "^8.3.2"
|
|
458
570
|
},
|
|
459
571
|
"engines": {
|
|
460
|
-
"node": ">=
|
|
572
|
+
"node": ">=14.0.0"
|
|
461
573
|
}
|
|
462
574
|
},
|
|
463
575
|
"node_modules/@aws-sdk/middleware-sdk-sts": {
|
|
464
|
-
"version": "3.
|
|
465
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.
|
|
466
|
-
"integrity": "sha512-
|
|
576
|
+
"version": "3.292.0",
|
|
577
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.292.0.tgz",
|
|
578
|
+
"integrity": "sha512-GN5ZHEqXZqDi+HkVbaXRX9HaW/vA5rikYpWKYsmxTUZ7fB7ijvEO3co3lleJv2C+iGYRtUIHC4wYNB5xgoTCxg==",
|
|
467
579
|
"dependencies": {
|
|
468
|
-
"@aws-sdk/middleware-signing": "3.
|
|
469
|
-
"@aws-sdk/property-provider": "3.
|
|
470
|
-
"@aws-sdk/protocol-http": "3.
|
|
471
|
-
"@aws-sdk/signature-v4": "3.
|
|
472
|
-
"@aws-sdk/types": "3.
|
|
473
|
-
"tslib": "^2.
|
|
580
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
581
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
582
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
583
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
584
|
+
"@aws-sdk/types": "3.292.0",
|
|
585
|
+
"tslib": "^2.3.1"
|
|
474
586
|
},
|
|
475
587
|
"engines": {
|
|
476
|
-
"node": ">=
|
|
588
|
+
"node": ">=14.0.0"
|
|
477
589
|
}
|
|
478
590
|
},
|
|
479
591
|
"node_modules/@aws-sdk/middleware-serde": {
|
|
480
|
-
"version": "3.
|
|
481
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.
|
|
482
|
-
"integrity": "sha512-
|
|
592
|
+
"version": "3.292.0",
|
|
593
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.292.0.tgz",
|
|
594
|
+
"integrity": "sha512-6hN9mTQwSvV8EcGvtXbS/MpK7WMCokUku5Wu7X24UwCNMVkoRHLIkYcxHcvBTwttuOU0d8hph1/lIX4dkLwkQw==",
|
|
483
595
|
"dependencies": {
|
|
484
|
-
"@aws-sdk/types": "3.
|
|
485
|
-
"tslib": "^2.
|
|
596
|
+
"@aws-sdk/types": "3.292.0",
|
|
597
|
+
"tslib": "^2.3.1"
|
|
486
598
|
},
|
|
487
599
|
"engines": {
|
|
488
|
-
"node": ">=
|
|
600
|
+
"node": ">=14.0.0"
|
|
489
601
|
}
|
|
490
602
|
},
|
|
491
603
|
"node_modules/@aws-sdk/middleware-signing": {
|
|
492
|
-
"version": "3.
|
|
493
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.
|
|
494
|
-
"integrity": "sha512-
|
|
604
|
+
"version": "3.292.0",
|
|
605
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.292.0.tgz",
|
|
606
|
+
"integrity": "sha512-GVfoSjDjEQ4TaO6x9MffyP3uRV+2KcS5FtexLCYOM9pJcnE9tqq9FJOrZ1xl1g+YjUVKxo4x8lu3tpEtIb17qg==",
|
|
495
607
|
"dependencies": {
|
|
496
|
-
"@aws-sdk/property-provider": "3.
|
|
497
|
-
"@aws-sdk/protocol-http": "3.
|
|
498
|
-
"@aws-sdk/signature-v4": "3.
|
|
499
|
-
"@aws-sdk/types": "3.
|
|
500
|
-
"
|
|
608
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
609
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
610
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
611
|
+
"@aws-sdk/types": "3.292.0",
|
|
612
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
613
|
+
"tslib": "^2.3.1"
|
|
501
614
|
},
|
|
502
615
|
"engines": {
|
|
503
|
-
"node": ">=
|
|
616
|
+
"node": ">=14.0.0"
|
|
504
617
|
}
|
|
505
618
|
},
|
|
506
619
|
"node_modules/@aws-sdk/middleware-stack": {
|
|
507
|
-
"version": "3.
|
|
508
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.
|
|
509
|
-
"integrity": "sha512
|
|
620
|
+
"version": "3.292.0",
|
|
621
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.292.0.tgz",
|
|
622
|
+
"integrity": "sha512-WdQpRkuMysrEwrkByCM1qCn2PPpFGGQ2iXqaFha5RzCdZDlxJni9cVNb6HzWUcgjLEYVTXCmOR9Wxm3CNW44Qg==",
|
|
510
623
|
"dependencies": {
|
|
511
|
-
"tslib": "^2.
|
|
624
|
+
"tslib": "^2.3.1"
|
|
512
625
|
},
|
|
513
626
|
"engines": {
|
|
514
|
-
"node": ">=
|
|
627
|
+
"node": ">=14.0.0"
|
|
515
628
|
}
|
|
516
629
|
},
|
|
517
630
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
518
|
-
"version": "3.
|
|
519
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
520
|
-
"integrity": "sha512-
|
|
631
|
+
"version": "3.293.0",
|
|
632
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.293.0.tgz",
|
|
633
|
+
"integrity": "sha512-gZ7/e6XwpKk9mvgA78q4Ffc796jTn02TUKx2qMDnkLVbeJXBNN2jnvYEKq8v70+o7fd/ALRudg8gBDmkkhM/Hw==",
|
|
521
634
|
"dependencies": {
|
|
522
|
-
"@aws-sdk/protocol-http": "3.
|
|
523
|
-
"@aws-sdk/types": "3.
|
|
524
|
-
"
|
|
635
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
636
|
+
"@aws-sdk/types": "3.292.0",
|
|
637
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
638
|
+
"tslib": "^2.3.1"
|
|
525
639
|
},
|
|
526
640
|
"engines": {
|
|
527
|
-
"node": ">=
|
|
641
|
+
"node": ">=14.0.0"
|
|
528
642
|
}
|
|
529
643
|
},
|
|
530
644
|
"node_modules/@aws-sdk/node-config-provider": {
|
|
531
|
-
"version": "3.
|
|
532
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.
|
|
533
|
-
"integrity": "sha512-
|
|
645
|
+
"version": "3.292.0",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.292.0.tgz",
|
|
647
|
+
"integrity": "sha512-S3NnC9dQ5GIbJYSDIldZb4zdpCOEua1tM7bjYL3VS5uqCEM93kIi/o/UkIUveMp/eqTS2LJa5HjNIz5Te6je0A==",
|
|
534
648
|
"dependencies": {
|
|
535
|
-
"@aws-sdk/property-provider": "3.
|
|
536
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
537
|
-
"@aws-sdk/types": "3.
|
|
538
|
-
"tslib": "^2.
|
|
649
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
650
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
651
|
+
"@aws-sdk/types": "3.292.0",
|
|
652
|
+
"tslib": "^2.3.1"
|
|
539
653
|
},
|
|
540
654
|
"engines": {
|
|
541
|
-
"node": ">=
|
|
655
|
+
"node": ">=14.0.0"
|
|
542
656
|
}
|
|
543
657
|
},
|
|
544
658
|
"node_modules/@aws-sdk/node-http-handler": {
|
|
545
|
-
"version": "3.
|
|
546
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.
|
|
547
|
-
"integrity": "sha512-
|
|
659
|
+
"version": "3.292.0",
|
|
660
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.292.0.tgz",
|
|
661
|
+
"integrity": "sha512-L/E3UDSwXLXjt1XWWh0RBD55F+aZI1AEdPwdES9i1PjnZLyuxuDhEDptVibNN56+I9/4Q3SbmuVRVlOD0uzBag==",
|
|
548
662
|
"dependencies": {
|
|
549
|
-
"@aws-sdk/abort-controller": "3.
|
|
550
|
-
"@aws-sdk/protocol-http": "3.
|
|
551
|
-
"@aws-sdk/querystring-builder": "3.
|
|
552
|
-
"@aws-sdk/types": "3.
|
|
553
|
-
"tslib": "^2.
|
|
663
|
+
"@aws-sdk/abort-controller": "3.292.0",
|
|
664
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
665
|
+
"@aws-sdk/querystring-builder": "3.292.0",
|
|
666
|
+
"@aws-sdk/types": "3.292.0",
|
|
667
|
+
"tslib": "^2.3.1"
|
|
554
668
|
},
|
|
555
669
|
"engines": {
|
|
556
|
-
"node": ">=
|
|
670
|
+
"node": ">=14.0.0"
|
|
557
671
|
}
|
|
558
672
|
},
|
|
559
673
|
"node_modules/@aws-sdk/property-provider": {
|
|
560
|
-
"version": "3.
|
|
561
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.
|
|
562
|
-
"integrity": "sha512-
|
|
674
|
+
"version": "3.292.0",
|
|
675
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.292.0.tgz",
|
|
676
|
+
"integrity": "sha512-dHArSvsiqhno/g55N815gXmAMrmN8DP7OeFNqJ4wJG42xsF2PFN3DAsjIuHuXMwu+7A3R1LHqIpvv0hA9KeoJQ==",
|
|
563
677
|
"dependencies": {
|
|
564
|
-
"@aws-sdk/types": "3.
|
|
565
|
-
"tslib": "^2.
|
|
678
|
+
"@aws-sdk/types": "3.292.0",
|
|
679
|
+
"tslib": "^2.3.1"
|
|
566
680
|
},
|
|
567
681
|
"engines": {
|
|
568
|
-
"node": ">=
|
|
682
|
+
"node": ">=14.0.0"
|
|
569
683
|
}
|
|
570
684
|
},
|
|
571
685
|
"node_modules/@aws-sdk/protocol-http": {
|
|
572
|
-
"version": "3.
|
|
573
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.
|
|
574
|
-
"integrity": "sha512-
|
|
686
|
+
"version": "3.292.0",
|
|
687
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.292.0.tgz",
|
|
688
|
+
"integrity": "sha512-NLi4fq3k41aXIh1I97yX0JTy+3p6aW1NdwFwdMa674z86QNfb4SfRQRZBQe9wEnAZ/eWHVnlKIuII+U1URk/Kg==",
|
|
575
689
|
"dependencies": {
|
|
576
|
-
"@aws-sdk/types": "3.
|
|
577
|
-
"tslib": "^2.
|
|
690
|
+
"@aws-sdk/types": "3.292.0",
|
|
691
|
+
"tslib": "^2.3.1"
|
|
578
692
|
},
|
|
579
693
|
"engines": {
|
|
580
|
-
"node": ">=
|
|
694
|
+
"node": ">=14.0.0"
|
|
581
695
|
}
|
|
582
696
|
},
|
|
583
697
|
"node_modules/@aws-sdk/querystring-builder": {
|
|
584
|
-
"version": "3.
|
|
585
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.
|
|
586
|
-
"integrity": "sha512-
|
|
698
|
+
"version": "3.292.0",
|
|
699
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.292.0.tgz",
|
|
700
|
+
"integrity": "sha512-XElIFJaReIm24eEvBtV2dOtZvcm3gXsGu/ftG8MLJKbKXFKpAP1q+K6En0Bs7/T88voKghKdKpKT+eZUWgTqlg==",
|
|
587
701
|
"dependencies": {
|
|
588
|
-
"@aws-sdk/types": "3.
|
|
589
|
-
"@aws-sdk/util-uri-escape": "3.
|
|
590
|
-
"tslib": "^2.
|
|
702
|
+
"@aws-sdk/types": "3.292.0",
|
|
703
|
+
"@aws-sdk/util-uri-escape": "3.292.0",
|
|
704
|
+
"tslib": "^2.3.1"
|
|
591
705
|
},
|
|
592
706
|
"engines": {
|
|
593
|
-
"node": ">=
|
|
707
|
+
"node": ">=14.0.0"
|
|
594
708
|
}
|
|
595
709
|
},
|
|
596
710
|
"node_modules/@aws-sdk/querystring-parser": {
|
|
597
|
-
"version": "3.
|
|
598
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.
|
|
599
|
-
"integrity": "sha512-
|
|
711
|
+
"version": "3.292.0",
|
|
712
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.292.0.tgz",
|
|
713
|
+
"integrity": "sha512-iTYpYo7a8X9RxiPbjjewIpm6XQPx2EOcF1dWCPRII9EFlmZ4bwnX+PDI36fIo9oVs8TIKXmwNGODU9nsg7CSAw==",
|
|
600
714
|
"dependencies": {
|
|
601
|
-
"@aws-sdk/types": "3.
|
|
602
|
-
"tslib": "^2.
|
|
715
|
+
"@aws-sdk/types": "3.292.0",
|
|
716
|
+
"tslib": "^2.3.1"
|
|
603
717
|
},
|
|
604
718
|
"engines": {
|
|
605
|
-
"node": ">=
|
|
719
|
+
"node": ">=14.0.0"
|
|
606
720
|
}
|
|
607
721
|
},
|
|
608
722
|
"node_modules/@aws-sdk/service-error-classification": {
|
|
609
|
-
"version": "3.
|
|
610
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.
|
|
611
|
-
"integrity": "sha512-
|
|
723
|
+
"version": "3.292.0",
|
|
724
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.292.0.tgz",
|
|
725
|
+
"integrity": "sha512-X1k3sixCeC45XSNHBe+kRBQBwPDyTFtFITb8O5Qw4dS9XWGhrUJT4CX0qE5aj8qP3F9U5nRizs9c2mBVVP0Caw==",
|
|
612
726
|
"engines": {
|
|
613
|
-
"node": ">=
|
|
727
|
+
"node": ">=14.0.0"
|
|
614
728
|
}
|
|
615
729
|
},
|
|
616
730
|
"node_modules/@aws-sdk/shared-ini-file-loader": {
|
|
617
|
-
"version": "3.
|
|
618
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.
|
|
619
|
-
"integrity": "sha512-
|
|
731
|
+
"version": "3.292.0",
|
|
732
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.292.0.tgz",
|
|
733
|
+
"integrity": "sha512-Av2TTYg1Jig2kbkD56ybiqZJB6vVrYjv1W5UQwY/q3nA/T2mcrgQ20ByCOt5Bv9VvY7FSgC+znj+L4a7RLGmBg==",
|
|
620
734
|
"dependencies": {
|
|
621
|
-
"
|
|
735
|
+
"@aws-sdk/types": "3.292.0",
|
|
736
|
+
"tslib": "^2.3.1"
|
|
622
737
|
},
|
|
623
738
|
"engines": {
|
|
624
|
-
"node": ">=
|
|
739
|
+
"node": ">=14.0.0"
|
|
625
740
|
}
|
|
626
741
|
},
|
|
627
742
|
"node_modules/@aws-sdk/signature-v4": {
|
|
628
|
-
"version": "3.
|
|
629
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.
|
|
630
|
-
"integrity": "sha512
|
|
743
|
+
"version": "3.292.0",
|
|
744
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.292.0.tgz",
|
|
745
|
+
"integrity": "sha512-+rw47VY5mvBecn13tDQTl1ipGWg5tE63faWgmZe68HoBL87ZiDzsd7bUKOvjfW21iMgWlwAppkaNNQayYRb2zg==",
|
|
631
746
|
"dependencies": {
|
|
632
|
-
"@aws-sdk/is-array-buffer": "3.
|
|
633
|
-
"@aws-sdk/types": "3.
|
|
634
|
-
"@aws-sdk/util-hex-encoding": "3.
|
|
635
|
-
"@aws-sdk/util-
|
|
636
|
-
"
|
|
747
|
+
"@aws-sdk/is-array-buffer": "3.292.0",
|
|
748
|
+
"@aws-sdk/types": "3.292.0",
|
|
749
|
+
"@aws-sdk/util-hex-encoding": "3.292.0",
|
|
750
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
751
|
+
"@aws-sdk/util-uri-escape": "3.292.0",
|
|
752
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
753
|
+
"tslib": "^2.3.1"
|
|
637
754
|
},
|
|
638
755
|
"engines": {
|
|
639
|
-
"node": ">=
|
|
756
|
+
"node": ">=14.0.0"
|
|
640
757
|
}
|
|
641
758
|
},
|
|
642
759
|
"node_modules/@aws-sdk/smithy-client": {
|
|
643
|
-
"version": "3.
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.
|
|
645
|
-
"integrity": "sha512-
|
|
760
|
+
"version": "3.292.0",
|
|
761
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.292.0.tgz",
|
|
762
|
+
"integrity": "sha512-S8PKzjPkZ6SXYZuZiU787dMsvQ0d/LFEhw2OI4Oe2An9Fc2IwJ2FYukyHoQJOV2tV0DiuMebPo7eMyQyjKElvA==",
|
|
646
763
|
"dependencies": {
|
|
647
|
-
"@aws-sdk/middleware-stack": "3.
|
|
648
|
-
"@aws-sdk/types": "3.
|
|
649
|
-
"tslib": "^2.
|
|
764
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
765
|
+
"@aws-sdk/types": "3.292.0",
|
|
766
|
+
"tslib": "^2.3.1"
|
|
650
767
|
},
|
|
651
768
|
"engines": {
|
|
652
|
-
"node": ">=
|
|
769
|
+
"node": ">=14.0.0"
|
|
653
770
|
}
|
|
654
771
|
},
|
|
655
|
-
"node_modules/@aws-sdk/
|
|
656
|
-
"version": "3.
|
|
657
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/
|
|
658
|
-
"integrity": "sha512-
|
|
772
|
+
"node_modules/@aws-sdk/token-providers": {
|
|
773
|
+
"version": "3.293.0",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.293.0.tgz",
|
|
775
|
+
"integrity": "sha512-Ly5pdUZJcufNHTovmA0XjyUV6Qth89oK3VHSnrNbVYKFCDvApF4tuR8lBYayn7vEWrdlkGCnfJu42yN71NPfDw==",
|
|
776
|
+
"dependencies": {
|
|
777
|
+
"@aws-sdk/client-sso-oidc": "3.293.0",
|
|
778
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
779
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
780
|
+
"@aws-sdk/types": "3.292.0",
|
|
781
|
+
"tslib": "^2.3.1"
|
|
782
|
+
},
|
|
659
783
|
"engines": {
|
|
660
|
-
"node": ">=
|
|
784
|
+
"node": ">=14.0.0"
|
|
661
785
|
}
|
|
662
786
|
},
|
|
663
|
-
"node_modules/@aws-sdk/
|
|
664
|
-
"version": "3.
|
|
665
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/
|
|
666
|
-
"integrity": "sha512-
|
|
787
|
+
"node_modules/@aws-sdk/types": {
|
|
788
|
+
"version": "3.292.0",
|
|
789
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.292.0.tgz",
|
|
790
|
+
"integrity": "sha512-1teYAY2M73UXZxMAxqZxVS2qwXjQh0OWtt7qyLfha0TtIk/fZ1hRwFgxbDCHUFcdNBSOSbKH/ESor90KROXLCQ==",
|
|
667
791
|
"dependencies": {
|
|
668
|
-
"
|
|
669
|
-
|
|
670
|
-
|
|
792
|
+
"tslib": "^2.3.1"
|
|
793
|
+
},
|
|
794
|
+
"engines": {
|
|
795
|
+
"node": ">=14.0.0"
|
|
671
796
|
}
|
|
672
797
|
},
|
|
673
|
-
"node_modules/@aws-sdk/
|
|
674
|
-
"version": "3.
|
|
675
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/
|
|
676
|
-
"integrity": "sha512-
|
|
798
|
+
"node_modules/@aws-sdk/url-parser": {
|
|
799
|
+
"version": "3.292.0",
|
|
800
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.292.0.tgz",
|
|
801
|
+
"integrity": "sha512-NZeAuZCk1x6TIiWuRfbOU6wHPBhf0ly2qOHzWut4BCH+b4RrDmFF8EmXcH1auEfGhE7yRyR6XqIN0t3S+hYACA==",
|
|
677
802
|
"dependencies": {
|
|
678
|
-
"
|
|
803
|
+
"@aws-sdk/querystring-parser": "3.292.0",
|
|
804
|
+
"@aws-sdk/types": "3.292.0",
|
|
805
|
+
"tslib": "^2.3.1"
|
|
679
806
|
}
|
|
680
807
|
},
|
|
681
|
-
"node_modules/@aws-sdk/util-base64
|
|
682
|
-
"version": "3.
|
|
683
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64
|
|
684
|
-
"integrity": "sha512-
|
|
808
|
+
"node_modules/@aws-sdk/util-base64": {
|
|
809
|
+
"version": "3.292.0",
|
|
810
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.292.0.tgz",
|
|
811
|
+
"integrity": "sha512-zjNCwNdy617yFvEjZorepNWXB2sQCVfsShCwFy/kIQ5iW5tT2jQKaqc0K77diU9atkooxw9p1W9m9sOgrkOFNw==",
|
|
685
812
|
"dependencies": {
|
|
686
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
687
|
-
"tslib": "^2.
|
|
813
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
814
|
+
"tslib": "^2.3.1"
|
|
688
815
|
},
|
|
689
816
|
"engines": {
|
|
690
|
-
"node": ">=
|
|
817
|
+
"node": ">=14.0.0"
|
|
691
818
|
}
|
|
692
819
|
},
|
|
693
820
|
"node_modules/@aws-sdk/util-body-length-browser": {
|
|
694
|
-
"version": "3.
|
|
695
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.
|
|
696
|
-
"integrity": "sha512
|
|
821
|
+
"version": "3.292.0",
|
|
822
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.292.0.tgz",
|
|
823
|
+
"integrity": "sha512-Wd/BM+JsMiKvKs/bN3z6TredVEHh2pKudGfg3CSjTRpqFpOG903KDfyHBD42yg5PuCHoHoewJvTPKwgn7/vhaw==",
|
|
697
824
|
"dependencies": {
|
|
698
|
-
"tslib": "^2.
|
|
825
|
+
"tslib": "^2.3.1"
|
|
699
826
|
}
|
|
700
827
|
},
|
|
701
828
|
"node_modules/@aws-sdk/util-body-length-node": {
|
|
702
|
-
"version": "3.
|
|
703
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.
|
|
704
|
-
"integrity": "sha512-
|
|
829
|
+
"version": "3.292.0",
|
|
830
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.292.0.tgz",
|
|
831
|
+
"integrity": "sha512-BBgipZ2P6RhogWE/qj0oqpdlyd3iSBYmb+aD/TBXwB2lA/X8A99GxweBd/kp06AmcJRoMS9WIXgbWkiiBlRlSA==",
|
|
705
832
|
"dependencies": {
|
|
706
|
-
"tslib": "^2.
|
|
833
|
+
"tslib": "^2.3.1"
|
|
707
834
|
},
|
|
708
835
|
"engines": {
|
|
709
|
-
"node": ">=
|
|
836
|
+
"node": ">=14.0.0"
|
|
710
837
|
}
|
|
711
838
|
},
|
|
712
839
|
"node_modules/@aws-sdk/util-buffer-from": {
|
|
713
|
-
"version": "3.
|
|
714
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.
|
|
715
|
-
"integrity": "sha512-
|
|
840
|
+
"version": "3.292.0",
|
|
841
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.292.0.tgz",
|
|
842
|
+
"integrity": "sha512-RxNZjLoXNxHconH9TYsk5RaEBjSgTtozHeyIdacaHPj5vlQKi4hgL2hIfKeeNiAfQEVjaUFF29lv81xpNMzVMQ==",
|
|
843
|
+
"dependencies": {
|
|
844
|
+
"@aws-sdk/is-array-buffer": "3.292.0",
|
|
845
|
+
"tslib": "^2.3.1"
|
|
846
|
+
},
|
|
847
|
+
"engines": {
|
|
848
|
+
"node": ">=14.0.0"
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
"node_modules/@aws-sdk/util-config-provider": {
|
|
852
|
+
"version": "3.292.0",
|
|
853
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.292.0.tgz",
|
|
854
|
+
"integrity": "sha512-t3noYll6bPRSxeeNNEkC5czVjAiTPcsq00OwfJ2xyUqmquhLEfLwoJKmrT1uP7DjIEXdUtfoIQ2jWiIVm/oO5A==",
|
|
855
|
+
"dependencies": {
|
|
856
|
+
"tslib": "^2.3.1"
|
|
857
|
+
},
|
|
858
|
+
"engines": {
|
|
859
|
+
"node": ">=14.0.0"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
"node_modules/@aws-sdk/util-defaults-mode-browser": {
|
|
863
|
+
"version": "3.292.0",
|
|
864
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.292.0.tgz",
|
|
865
|
+
"integrity": "sha512-7+zVUlMGfa8/KT++9humHo6IDxTnxMCmWUj5jVNlkpk6h7Ecmppf7aXotviyVIA43lhtz0p2AErs0N0ekEUK+w==",
|
|
716
866
|
"dependencies": {
|
|
717
|
-
"@aws-sdk/
|
|
718
|
-
"
|
|
867
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
868
|
+
"@aws-sdk/types": "3.292.0",
|
|
869
|
+
"bowser": "^2.11.0",
|
|
870
|
+
"tslib": "^2.3.1"
|
|
719
871
|
},
|
|
720
872
|
"engines": {
|
|
721
873
|
"node": ">= 10.0.0"
|
|
722
874
|
}
|
|
723
875
|
},
|
|
724
|
-
"node_modules/@aws-sdk/util-
|
|
725
|
-
"version": "3.
|
|
726
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-
|
|
727
|
-
"integrity": "sha512-
|
|
876
|
+
"node_modules/@aws-sdk/util-defaults-mode-node": {
|
|
877
|
+
"version": "3.292.0",
|
|
878
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.292.0.tgz",
|
|
879
|
+
"integrity": "sha512-SSIw85eF4BVs0fOJRyshT+R3b/UmBPhiVKCUZm2rq6+lIGkDPiSwQU3d/80AhXtiL5SFT/IzAKKgQd8qMa7q3A==",
|
|
728
880
|
"dependencies": {
|
|
729
|
-
"
|
|
881
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
882
|
+
"@aws-sdk/credential-provider-imds": "3.292.0",
|
|
883
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
884
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
885
|
+
"@aws-sdk/types": "3.292.0",
|
|
886
|
+
"tslib": "^2.3.1"
|
|
730
887
|
},
|
|
731
888
|
"engines": {
|
|
732
889
|
"node": ">= 10.0.0"
|
|
733
890
|
}
|
|
734
891
|
},
|
|
892
|
+
"node_modules/@aws-sdk/util-endpoints": {
|
|
893
|
+
"version": "3.293.0",
|
|
894
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.293.0.tgz",
|
|
895
|
+
"integrity": "sha512-R/99aNV49Refpv5guiUjEUrZYlvnfaNBniB+/ZtMO3ixxUopapssCrUivuJrmhccmrYaTCZw7dRzIWjU1jJhKg==",
|
|
896
|
+
"dependencies": {
|
|
897
|
+
"@aws-sdk/types": "3.292.0",
|
|
898
|
+
"tslib": "^2.3.1"
|
|
899
|
+
},
|
|
900
|
+
"engines": {
|
|
901
|
+
"node": ">=14.0.0"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"node_modules/@aws-sdk/util-hex-encoding": {
|
|
905
|
+
"version": "3.292.0",
|
|
906
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.292.0.tgz",
|
|
907
|
+
"integrity": "sha512-qBd5KFIUywQ3qSSbj814S2srk0vfv8A6QMI+Obs1y2LHZFdQN5zViptI4UhXhKOHe+NnrHWxSuLC/LMH6q3SmA==",
|
|
908
|
+
"dependencies": {
|
|
909
|
+
"tslib": "^2.3.1"
|
|
910
|
+
},
|
|
911
|
+
"engines": {
|
|
912
|
+
"node": ">=14.0.0"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
735
915
|
"node_modules/@aws-sdk/util-locate-window": {
|
|
736
|
-
"version": "3.
|
|
737
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.
|
|
738
|
-
"integrity": "sha512-
|
|
916
|
+
"version": "3.292.0",
|
|
917
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.292.0.tgz",
|
|
918
|
+
"integrity": "sha512-6xnFJXZI9pKw5lQCDvuWA5PnOaUtNRKWwdxvGkkLx5orboFaoVMS6zowjSQxwVNRjW82u6dYNkhmj9mZ8VSjWg==",
|
|
739
919
|
"dependencies": {
|
|
740
|
-
"tslib": "^2.
|
|
920
|
+
"tslib": "^2.3.1"
|
|
741
921
|
},
|
|
742
922
|
"engines": {
|
|
743
|
-
"node": ">=
|
|
923
|
+
"node": ">=14.0.0"
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
"node_modules/@aws-sdk/util-middleware": {
|
|
927
|
+
"version": "3.292.0",
|
|
928
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.292.0.tgz",
|
|
929
|
+
"integrity": "sha512-KjhS7flfoBKDxbiBZjLjMvEizXgjfQb7GQEItgzGoI9rfGCmZtvqCcqQQoIlxb8bIzGRggAUHtBGWnlLbpb+GQ==",
|
|
930
|
+
"dependencies": {
|
|
931
|
+
"tslib": "^2.3.1"
|
|
932
|
+
},
|
|
933
|
+
"engines": {
|
|
934
|
+
"node": ">=14.0.0"
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
"node_modules/@aws-sdk/util-retry": {
|
|
938
|
+
"version": "3.292.0",
|
|
939
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.292.0.tgz",
|
|
940
|
+
"integrity": "sha512-JEHyF7MpVeRF5uR4LDYgpOKcFpOPiAj8TqN46SVOQQcL1K+V7cSr7O7N7J6MwJaN9XOzAcBadeIupMm7/BFbgw==",
|
|
941
|
+
"dependencies": {
|
|
942
|
+
"@aws-sdk/service-error-classification": "3.292.0",
|
|
943
|
+
"tslib": "^2.3.1"
|
|
944
|
+
},
|
|
945
|
+
"engines": {
|
|
946
|
+
"node": ">= 14.0.0"
|
|
744
947
|
}
|
|
745
948
|
},
|
|
746
949
|
"node_modules/@aws-sdk/util-uri-escape": {
|
|
747
|
-
"version": "3.
|
|
748
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.
|
|
749
|
-
"integrity": "sha512-
|
|
950
|
+
"version": "3.292.0",
|
|
951
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.292.0.tgz",
|
|
952
|
+
"integrity": "sha512-hOQtUMQ4VcQ9iwKz50AoCp1XBD5gJ9nly/gJZccAM7zSA5mOO8RRKkbdonqquVHxrO0CnYgiFeCh3V35GFecUw==",
|
|
750
953
|
"dependencies": {
|
|
751
|
-
"tslib": "^2.
|
|
954
|
+
"tslib": "^2.3.1"
|
|
752
955
|
},
|
|
753
956
|
"engines": {
|
|
754
|
-
"node": ">=
|
|
957
|
+
"node": ">=14.0.0"
|
|
755
958
|
}
|
|
756
959
|
},
|
|
757
960
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
758
|
-
"version": "3.
|
|
759
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
760
|
-
"integrity": "sha512-
|
|
961
|
+
"version": "3.292.0",
|
|
962
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.292.0.tgz",
|
|
963
|
+
"integrity": "sha512-dld+lpC3QdmTQHdBWJ0WFDkXDSrJgfz03q6mQ8+7H+BC12ZhT0I0g9iuvUjolqy7QR00OxOy47Y9FVhq8EC0Gg==",
|
|
761
964
|
"dependencies": {
|
|
762
|
-
"@aws-sdk/types": "3.
|
|
965
|
+
"@aws-sdk/types": "3.292.0",
|
|
763
966
|
"bowser": "^2.11.0",
|
|
764
|
-
"tslib": "^2.
|
|
967
|
+
"tslib": "^2.3.1"
|
|
765
968
|
}
|
|
766
969
|
},
|
|
767
970
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
768
|
-
"version": "3.
|
|
769
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
770
|
-
"integrity": "sha512-
|
|
971
|
+
"version": "3.292.0",
|
|
972
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.292.0.tgz",
|
|
973
|
+
"integrity": "sha512-f+NfIMal5E61MDc5WGhUEoicr7b1eNNhA+GgVdSB/Hg5fYhEZvFK9RZizH5rrtsLjjgcr9nPYSR7/nDKCJLumw==",
|
|
771
974
|
"dependencies": {
|
|
772
|
-
"@aws-sdk/node-config-provider": "3.
|
|
773
|
-
"@aws-sdk/types": "3.
|
|
774
|
-
"tslib": "^2.
|
|
975
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
976
|
+
"@aws-sdk/types": "3.292.0",
|
|
977
|
+
"tslib": "^2.3.1"
|
|
775
978
|
},
|
|
776
979
|
"engines": {
|
|
777
|
-
"node": ">=
|
|
980
|
+
"node": ">=14.0.0"
|
|
981
|
+
},
|
|
982
|
+
"peerDependencies": {
|
|
983
|
+
"aws-crt": ">=1.0.0"
|
|
984
|
+
},
|
|
985
|
+
"peerDependenciesMeta": {
|
|
986
|
+
"aws-crt": {
|
|
987
|
+
"optional": true
|
|
988
|
+
}
|
|
778
989
|
}
|
|
779
990
|
},
|
|
780
|
-
"node_modules/@aws-sdk/util-utf8
|
|
781
|
-
"version": "3.
|
|
782
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8
|
|
783
|
-
"integrity": "sha512-
|
|
991
|
+
"node_modules/@aws-sdk/util-utf8": {
|
|
992
|
+
"version": "3.292.0",
|
|
993
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.292.0.tgz",
|
|
994
|
+
"integrity": "sha512-FPkj+Z59/DQWvoVu2wFaRncc3KVwe/pgK3MfVb0Lx+Ibey5KUx+sNpJmYcVYHUAe/Nv/JeIpOtYuC96IXOnI6w==",
|
|
784
995
|
"dependencies": {
|
|
785
|
-
"
|
|
996
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
997
|
+
"tslib": "^2.3.1"
|
|
998
|
+
},
|
|
999
|
+
"engines": {
|
|
1000
|
+
"node": ">=14.0.0"
|
|
786
1001
|
}
|
|
787
1002
|
},
|
|
788
|
-
"node_modules/@aws-sdk/util-utf8-
|
|
789
|
-
"version": "3.
|
|
790
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-
|
|
791
|
-
"integrity": "sha512-
|
|
1003
|
+
"node_modules/@aws-sdk/util-utf8-browser": {
|
|
1004
|
+
"version": "3.259.0",
|
|
1005
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
|
|
1006
|
+
"integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
|
|
792
1007
|
"dependencies": {
|
|
793
|
-
"
|
|
794
|
-
"tslib": "^2.0.0"
|
|
795
|
-
},
|
|
796
|
-
"engines": {
|
|
797
|
-
"node": ">= 10.0.0"
|
|
1008
|
+
"tslib": "^2.3.1"
|
|
798
1009
|
}
|
|
799
1010
|
},
|
|
800
1011
|
"node_modules/@aws-sdk/util-waiter": {
|
|
801
|
-
"version": "3.
|
|
802
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.
|
|
803
|
-
"integrity": "sha512
|
|
1012
|
+
"version": "3.292.0",
|
|
1013
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.292.0.tgz",
|
|
1014
|
+
"integrity": "sha512-+7j+mcWUY4GwU8nTK4MvLWpOzS34SJZL85qLxQ04pysoCSHkInyS51D1ejBVNlJdbUSFvIcU0WHU0y6MDDeJzg==",
|
|
804
1015
|
"dependencies": {
|
|
805
|
-
"@aws-sdk/abort-controller": "3.
|
|
806
|
-
"@aws-sdk/types": "3.
|
|
807
|
-
"tslib": "^2.
|
|
1016
|
+
"@aws-sdk/abort-controller": "3.292.0",
|
|
1017
|
+
"@aws-sdk/types": "3.292.0",
|
|
1018
|
+
"tslib": "^2.3.1"
|
|
808
1019
|
},
|
|
809
1020
|
"engines": {
|
|
810
|
-
"node": ">=
|
|
1021
|
+
"node": ">=14.0.0"
|
|
811
1022
|
}
|
|
812
1023
|
},
|
|
813
1024
|
"node_modules/@types/minimatch": {
|
|
814
|
-
"version": "3.0.
|
|
815
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.
|
|
816
|
-
"integrity": "sha512-
|
|
1025
|
+
"version": "3.0.5",
|
|
1026
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
|
|
1027
|
+
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
|
|
817
1028
|
},
|
|
818
1029
|
"node_modules/array-differ": {
|
|
819
1030
|
"version": "3.0.0",
|
|
@@ -863,20 +1074,15 @@
|
|
|
863
1074
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
864
1075
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
|
865
1076
|
},
|
|
866
|
-
"node_modules/entities": {
|
|
867
|
-
"version": "2.2.0",
|
|
868
|
-
"resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
|
|
869
|
-
"integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
|
|
870
|
-
"funding": {
|
|
871
|
-
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
1077
|
"node_modules/fast-xml-parser": {
|
|
875
|
-
"version": "
|
|
876
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-
|
|
877
|
-
"integrity": "sha512-
|
|
1078
|
+
"version": "4.1.2",
|
|
1079
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
|
|
1080
|
+
"integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
|
|
1081
|
+
"dependencies": {
|
|
1082
|
+
"strnum": "^1.0.5"
|
|
1083
|
+
},
|
|
878
1084
|
"bin": {
|
|
879
|
-
"
|
|
1085
|
+
"fxparser": "src/cli/cli.js"
|
|
880
1086
|
},
|
|
881
1087
|
"funding": {
|
|
882
1088
|
"type": "paypal",
|
|
@@ -889,37 +1095,51 @@
|
|
|
889
1095
|
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
|
|
890
1096
|
},
|
|
891
1097
|
"node_modules/glob": {
|
|
892
|
-
"version": "
|
|
893
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
894
|
-
"integrity": "sha512-
|
|
1098
|
+
"version": "9.3.0",
|
|
1099
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz",
|
|
1100
|
+
"integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==",
|
|
895
1101
|
"dependencies": {
|
|
896
1102
|
"fs.realpath": "^1.0.0",
|
|
897
|
-
"
|
|
898
|
-
"
|
|
899
|
-
"
|
|
900
|
-
"once": "^1.3.0",
|
|
901
|
-
"path-is-absolute": "^1.0.0"
|
|
1103
|
+
"minimatch": "^7.4.1",
|
|
1104
|
+
"minipass": "^4.2.4",
|
|
1105
|
+
"path-scurry": "^1.6.1"
|
|
902
1106
|
},
|
|
903
1107
|
"engines": {
|
|
904
|
-
"node": "
|
|
1108
|
+
"node": ">=16 || 14 >=14.17"
|
|
905
1109
|
},
|
|
906
1110
|
"funding": {
|
|
907
1111
|
"url": "https://github.com/sponsors/isaacs"
|
|
908
1112
|
}
|
|
909
1113
|
},
|
|
910
|
-
"node_modules/
|
|
911
|
-
"version": "
|
|
912
|
-
"resolved": "https://registry.npmjs.org/
|
|
913
|
-
"integrity": "
|
|
1114
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
|
1115
|
+
"version": "2.0.1",
|
|
1116
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
1117
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
914
1118
|
"dependencies": {
|
|
915
|
-
"
|
|
916
|
-
"wrappy": "1"
|
|
1119
|
+
"balanced-match": "^1.0.0"
|
|
917
1120
|
}
|
|
918
1121
|
},
|
|
919
|
-
"node_modules/
|
|
920
|
-
"version": "
|
|
921
|
-
"resolved": "https://registry.npmjs.org/
|
|
922
|
-
"integrity": "sha512-
|
|
1122
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
1123
|
+
"version": "7.4.2",
|
|
1124
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
|
|
1125
|
+
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
|
|
1126
|
+
"dependencies": {
|
|
1127
|
+
"brace-expansion": "^2.0.1"
|
|
1128
|
+
},
|
|
1129
|
+
"engines": {
|
|
1130
|
+
"node": ">=10"
|
|
1131
|
+
},
|
|
1132
|
+
"funding": {
|
|
1133
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"node_modules/lru-cache": {
|
|
1137
|
+
"version": "7.18.3",
|
|
1138
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
|
1139
|
+
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
1140
|
+
"engines": {
|
|
1141
|
+
"node": ">=12"
|
|
1142
|
+
}
|
|
923
1143
|
},
|
|
924
1144
|
"node_modules/minimatch": {
|
|
925
1145
|
"version": "3.1.2",
|
|
@@ -932,6 +1152,14 @@
|
|
|
932
1152
|
"node": "*"
|
|
933
1153
|
}
|
|
934
1154
|
},
|
|
1155
|
+
"node_modules/minipass": {
|
|
1156
|
+
"version": "4.2.5",
|
|
1157
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
|
|
1158
|
+
"integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
|
|
1159
|
+
"engines": {
|
|
1160
|
+
"node": ">=8"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
935
1163
|
"node_modules/multimatch": {
|
|
936
1164
|
"version": "5.0.0",
|
|
937
1165
|
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
@@ -950,26 +1178,30 @@
|
|
|
950
1178
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
951
1179
|
}
|
|
952
1180
|
},
|
|
953
|
-
"node_modules/
|
|
954
|
-
"version": "1.
|
|
955
|
-
"resolved": "https://registry.npmjs.org/
|
|
956
|
-
"integrity": "
|
|
1181
|
+
"node_modules/path-scurry": {
|
|
1182
|
+
"version": "1.6.1",
|
|
1183
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz",
|
|
1184
|
+
"integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==",
|
|
957
1185
|
"dependencies": {
|
|
958
|
-
"
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
"node_modules/path-is-absolute": {
|
|
962
|
-
"version": "1.0.1",
|
|
963
|
-
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
964
|
-
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
|
1186
|
+
"lru-cache": "^7.14.1",
|
|
1187
|
+
"minipass": "^4.0.2"
|
|
1188
|
+
},
|
|
965
1189
|
"engines": {
|
|
966
|
-
"node": ">=
|
|
1190
|
+
"node": ">=14"
|
|
1191
|
+
},
|
|
1192
|
+
"funding": {
|
|
1193
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
967
1194
|
}
|
|
968
1195
|
},
|
|
1196
|
+
"node_modules/strnum": {
|
|
1197
|
+
"version": "1.0.5",
|
|
1198
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
|
1199
|
+
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
|
|
1200
|
+
},
|
|
969
1201
|
"node_modules/tslib": {
|
|
970
|
-
"version": "2.
|
|
971
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.
|
|
972
|
-
"integrity": "sha512-
|
|
1202
|
+
"version": "2.5.0",
|
|
1203
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
|
|
1204
|
+
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
|
|
973
1205
|
},
|
|
974
1206
|
"node_modules/uuid": {
|
|
975
1207
|
"version": "8.3.2",
|
|
@@ -978,11 +1210,6 @@
|
|
|
978
1210
|
"bin": {
|
|
979
1211
|
"uuid": "dist/bin/uuid"
|
|
980
1212
|
}
|
|
981
|
-
},
|
|
982
|
-
"node_modules/wrappy": {
|
|
983
|
-
"version": "1.0.2",
|
|
984
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
985
|
-
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
|
986
1213
|
}
|
|
987
1214
|
}
|
|
988
1215
|
}
|