@ndlib/ndlib-cdk2 1.0.13 → 1.0.14
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 +1 -1
- package/lib/dashboards/summary-dashboard.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +601 -527
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/README.md +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js +108 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +218 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +284 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/package.json +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +12 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipeline.js +43 -546
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipelineClient.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeJobCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreateCustomActionTypeCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreatePipelineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteCustomActionTypeCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeletePipelineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteWebhookCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DisableStageTransitionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/EnableStageTransitionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetActionTypeCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetJobDetailsCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineStateCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionTypesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelineExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelinesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListTagsForResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListWebhooksCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForJobsCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForThirdPartyJobsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutActionRevisionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutApprovalResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobFailureResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobSuccessResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutWebhookCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RetryStageExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StartPipelineExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StopPipelineExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/TagResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UntagResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdateActionTypeCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdatePipelineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/CodePipelineServiceException.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/models_0.js +99 -631
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/protocols/Aws_json1_1.js +883 -2667
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +43 -546
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipelineClient.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeJobCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreateCustomActionTypeCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreatePipelineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteCustomActionTypeCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeletePipelineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteWebhookCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DisableStageTransitionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/EnableStageTransitionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetActionTypeCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetJobDetailsCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineStateCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetThirdPartyJobDetailsCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionTypesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelineExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelinesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListTagsForResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListWebhooksCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForJobsCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForThirdPartyJobsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutActionRevisionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutApprovalResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobFailureResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobSuccessResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutWebhookCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RetryStageExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StartPipelineExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StopPipelineExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/TagResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UntagResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdateActionTypeCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdatePipelineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/CodePipelineServiceException.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +98 -500
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +794 -2578
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +239 -333
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +116 -96
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +103 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +167 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +31 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +28 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +30 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +87 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +99 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +97 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +46 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +80 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +100 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +91 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +67 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +64 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +114 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +45 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +39 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +37 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +88 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +35 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +31 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +82 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +153 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/endpoint/EndpointParameters.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +200 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/CodePipelineServiceException.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +667 -799
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionExecutionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionTypesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListWebhooksPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +314 -80
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +13 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +12 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +129 -464
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +80 -80
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +39 -37
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +0 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +142 -1932
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +10 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +10 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetResourcePoliciesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutResourcePolicyCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +345 -1038
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +222 -1001
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +7 -100
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +3833 -9782
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +142 -1932
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +10 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +10 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/SSMServiceException.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +344 -873
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +220 -811
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +6 -76
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +3551 -9500
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +181 -817
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +33 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +46 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +267 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +202 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +124 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +63 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +86 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +44 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +129 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +155 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +117 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +71 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +97 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +71 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +76 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +50 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +56 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +49 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +82 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +68 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +50 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +215 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +50 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +84 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +93 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +46 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +113 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +91 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +85 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +99 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +71 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +83 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +102 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +50 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +75 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +70 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +112 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +136 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +90 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +97 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +197 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +133 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +110 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +194 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +133 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +44 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +42 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1217 -1015
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1078 -989
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +122 -101
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +1106 -278
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +13 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +12 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +430 -801
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +281 -763
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +8 -75
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +278 -278
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +40 -38
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +0 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +8 -56
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +1 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +97 -147
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +8 -56
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +72 -122
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +28 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +33 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +25 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +34 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +8 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +12 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +36 -34
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +7 -42
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +1 -25
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +178 -231
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +7 -42
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +156 -209
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +22 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +33 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +45 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +30 -24
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +26 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +8 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +12 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +8 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +36 -34
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +1 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +12 -112
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +10 -53
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +202 -292
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STS.js +12 -112
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +9 -39
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +185 -275
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +18 -568
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +34 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +66 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +55 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +33 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +60 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +51 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +10 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +49 -54
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +66 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +13 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +14 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +12 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +3 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -37
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +18 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +19 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +40 -38
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/package.json +8 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/package.json +8 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +1 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/EventStreamCodec.js +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/HeaderMarshaller.js +186 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/Int64.js +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/Message.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/MessageDecoderStream.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/MessageEncoderStream.js +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/TestVectors.fixture.js +149 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/index.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/splitMessage.js +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/vectorTypes.fixture.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/EventStreamCodec.js +62 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/HeaderMarshaller.js +182 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/Int64.js +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/Message.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/MessageDecoderStream.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/MessageEncoderStream.js +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/TestVectors.fixture.js +146 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/index.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/splitMessage.js +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/vectorTypes.fixture.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/EventStreamCodec.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/HeaderMarshaller.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/Int64.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/Message.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/MessageDecoderStream.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/MessageEncoderStream.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/TestVectors.fixture.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/index.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/splitMessage.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Int64.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Message.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/index.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +17 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +16 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/package.json +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/package.json +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +9 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/package.json +10 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/package.json +13 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +8 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/package.json +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +108 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +50 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +103 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +68 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +11 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/package.json +8 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +18 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +18 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +41 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-manager.js +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-pool.js +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +50 -51
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-keep-alive.js +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +24 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +39 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +50 -51
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +23 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +9 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/package.json +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +19 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-es/chain.js +19 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Field.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Fields.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +2 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseKnownFiles.js +2 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +20 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +18 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/package.json +13 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/collect-stream-body.js +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/create-aggregated-client.js +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/object-mapping.js +44 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/serde-json.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/collect-stream-body.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/create-aggregated-client.js +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/object-mapping.js +42 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/serde-json.js +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +40 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/serde-json.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts +27 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/serde-json.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/package.json +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/config.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/index.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/manager.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/pool.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/encode.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/transfer.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/uri.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/config.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/manager.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/pool.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/index.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/transfer.js +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/encode.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +16 -65
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +5 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +23 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/token.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +10 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/manager.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/pool.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +16 -38
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +6 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +20 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +10 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/uri.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +12 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +11 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-config-provider/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/package.json +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +4 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/README.md +68 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/ConfiguredRetryStrategy.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/StandardRetryStrategy.js +34 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/config.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryToken.js +6 -46
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/StandardRetryStrategy.js +35 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/config.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryToken.js +5 -44
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts +9 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +8 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/config.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +10 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/package.json +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/README.md +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/blob/transforms.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/index.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/blob/transforms.js +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/sdk-stream-mixin.js +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/blob/transforms.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/package.json +71 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/README.md +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Field.js +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/index.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/types.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/index.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +63 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/README.md +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/abort.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/checksum.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/client.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/command.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/config.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/index.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/manager.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/pool.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/crypto.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/encode.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoint.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/index.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/eventStream.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/http.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/identity.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/index.js +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/logger.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/pagination.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/profile.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/response.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/retry.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/serde.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/shapes.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/signature.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/stream.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transfer.js +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/uri.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/util.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/waiter.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/index.js +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/profile.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/index.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/middleware.d.ts +475 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/profile.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/retry.d.ts +128 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/serde.d.ts +104 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/shapes.d.ts +72 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/util.d.ts +155 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +62 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +12 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +106 -72
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +43 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/node2json.js +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js +1395 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js +1391 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js +566 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js +1016 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js +562 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js +1000 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/LICENSE +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/README.md +129 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/index.js +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/package.json +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/README.md +230 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/minimatch.js +947 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/package.json +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/README.md +829 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.d.ts +183 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.js +702 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.mjs +702 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/package.json +76 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +370 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +1187 -1052
- package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +2 -2
- package/lib/slack-integration/slack-integrated-manual-approval.d.ts +19 -9
- package/lib/slack-integration/slack-integrated-manual-approval.js +9 -5
- package/lib/slos/alarms.d.ts +1 -1
- package/lib/slos/types.d.ts +12 -12
- package/lib/slos/types.js +2 -2
- package/package.json +12 -12
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-codepipeline": "3.
|
|
13
|
-
"@aws-sdk/client-ssm": "3.
|
|
12
|
+
"@aws-sdk/client-codepipeline": "3.360.0",
|
|
13
|
+
"@aws-sdk/client-ssm": "3.360.0",
|
|
14
14
|
"glob": "^9.3.0",
|
|
15
15
|
"multimatch": "^5.0.0"
|
|
16
16
|
},
|
|
@@ -18,6 +18,21 @@
|
|
|
18
18
|
"node": ">=16.0.0"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
|
+
"node_modules/@aws-crypto/crc32": {
|
|
22
|
+
"version": "3.0.0",
|
|
23
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
|
|
24
|
+
"integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@aws-crypto/util": "^3.0.0",
|
|
27
|
+
"@aws-sdk/types": "^3.222.0",
|
|
28
|
+
"tslib": "^1.11.1"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
|
32
|
+
"version": "1.14.1",
|
|
33
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
34
|
+
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
35
|
+
},
|
|
21
36
|
"node_modules/@aws-crypto/ie11-detection": {
|
|
22
37
|
"version": "3.0.0",
|
|
23
38
|
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
|
|
@@ -95,57 +110,58 @@
|
|
|
95
110
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
96
111
|
},
|
|
97
112
|
"node_modules/@aws-sdk/abort-controller": {
|
|
98
|
-
"version": "3.
|
|
99
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.
|
|
100
|
-
"integrity": "sha512-
|
|
113
|
+
"version": "3.357.0",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.357.0.tgz",
|
|
115
|
+
"integrity": "sha512-nQYDJon87quPwt2JZJwUN2GFKJnvE5kWb6tZP4xb5biSGUKBqDQo06oYed7yokatCuCMouIXV462aN0fWODtOw==",
|
|
101
116
|
"dependencies": {
|
|
102
|
-
"@aws-sdk/types": "3.
|
|
103
|
-
"tslib": "^2.
|
|
117
|
+
"@aws-sdk/types": "3.357.0",
|
|
118
|
+
"tslib": "^2.5.0"
|
|
104
119
|
},
|
|
105
120
|
"engines": {
|
|
106
121
|
"node": ">=14.0.0"
|
|
107
122
|
}
|
|
108
123
|
},
|
|
109
124
|
"node_modules/@aws-sdk/client-codepipeline": {
|
|
110
|
-
"version": "3.
|
|
111
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.
|
|
112
|
-
"integrity": "sha512-
|
|
125
|
+
"version": "3.360.0",
|
|
126
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.360.0.tgz",
|
|
127
|
+
"integrity": "sha512-gOKF/j1Mlbs3rLg8/JVdaU1TXEpT2KwDTbIN0ezqWx30pKY0P7UGUdrkObRj2ePE3Ux3sIaFREBJ1FabF9Ul4A==",
|
|
113
128
|
"dependencies": {
|
|
114
129
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
115
130
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
116
|
-
"@aws-sdk/client-sts": "3.
|
|
117
|
-
"@aws-sdk/config-resolver": "3.
|
|
118
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
119
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
120
|
-
"@aws-sdk/hash-node": "3.
|
|
121
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
122
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
123
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
124
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
125
|
-
"@aws-sdk/middleware-logger": "3.
|
|
126
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
127
|
-
"@aws-sdk/middleware-retry": "3.
|
|
128
|
-
"@aws-sdk/middleware-serde": "3.
|
|
129
|
-
"@aws-sdk/middleware-signing": "3.
|
|
130
|
-
"@aws-sdk/middleware-stack": "3.
|
|
131
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
132
|
-
"@aws-sdk/node-config-provider": "3.
|
|
133
|
-
"@aws-sdk/node-http-handler": "3.
|
|
134
|
-
"@aws-sdk/
|
|
135
|
-
"@aws-sdk/
|
|
136
|
-
"@aws-sdk/
|
|
137
|
-
"@aws-sdk/
|
|
138
|
-
"@aws-sdk/util-
|
|
139
|
-
"@aws-sdk/util-body-length-
|
|
140
|
-
"@aws-sdk/util-
|
|
141
|
-
"@aws-sdk/util-defaults-mode-
|
|
142
|
-
"@aws-sdk/util-
|
|
143
|
-
"@aws-sdk/util-
|
|
144
|
-
"@aws-sdk/util-
|
|
145
|
-
"@aws-sdk/util-user-agent-
|
|
146
|
-
"@aws-sdk/util-
|
|
147
|
-
"@
|
|
148
|
-
"
|
|
131
|
+
"@aws-sdk/client-sts": "3.360.0",
|
|
132
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
133
|
+
"@aws-sdk/credential-provider-node": "3.360.0",
|
|
134
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
135
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
136
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
137
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
138
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
139
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
140
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
141
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
142
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
143
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
144
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
145
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
146
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
147
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
148
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
149
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
150
|
+
"@aws-sdk/types": "3.357.0",
|
|
151
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
152
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
153
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
154
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
155
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
156
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
157
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
158
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
159
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
160
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
161
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
162
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
163
|
+
"@smithy/types": "^1.0.0",
|
|
164
|
+
"tslib": "^2.5.0",
|
|
149
165
|
"uuid": "^8.3.2"
|
|
150
166
|
},
|
|
151
167
|
"engines": {
|
|
@@ -153,46 +169,47 @@
|
|
|
153
169
|
}
|
|
154
170
|
},
|
|
155
171
|
"node_modules/@aws-sdk/client-ssm": {
|
|
156
|
-
"version": "3.
|
|
157
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.
|
|
158
|
-
"integrity": "sha512-
|
|
172
|
+
"version": "3.360.0",
|
|
173
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.360.0.tgz",
|
|
174
|
+
"integrity": "sha512-VpykmgTlXeoCpOZFuvRuanJTJHa0OGrN84t2/07xAY1oxii0O+/ZH7/lcENpJAm9CJH1a/64smE/vVW4d0TFiw==",
|
|
159
175
|
"dependencies": {
|
|
160
176
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
161
177
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
162
|
-
"@aws-sdk/client-sts": "3.
|
|
163
|
-
"@aws-sdk/config-resolver": "3.
|
|
164
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
165
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
166
|
-
"@aws-sdk/hash-node": "3.
|
|
167
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
168
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
169
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
170
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
171
|
-
"@aws-sdk/middleware-logger": "3.
|
|
172
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
173
|
-
"@aws-sdk/middleware-retry": "3.
|
|
174
|
-
"@aws-sdk/middleware-serde": "3.
|
|
175
|
-
"@aws-sdk/middleware-signing": "3.
|
|
176
|
-
"@aws-sdk/middleware-stack": "3.
|
|
177
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
178
|
-
"@aws-sdk/node-config-provider": "3.
|
|
179
|
-
"@aws-sdk/node-http-handler": "3.
|
|
180
|
-
"@aws-sdk/
|
|
181
|
-
"@aws-sdk/
|
|
182
|
-
"@aws-sdk/
|
|
183
|
-
"@aws-sdk/
|
|
184
|
-
"@aws-sdk/util-
|
|
185
|
-
"@aws-sdk/util-body-length-
|
|
186
|
-
"@aws-sdk/util-
|
|
187
|
-
"@aws-sdk/util-defaults-mode-
|
|
188
|
-
"@aws-sdk/util-
|
|
189
|
-
"@aws-sdk/util-
|
|
190
|
-
"@aws-sdk/util-
|
|
191
|
-
"@aws-sdk/util-user-agent-
|
|
192
|
-
"@aws-sdk/util-
|
|
193
|
-
"@aws-sdk/util-
|
|
194
|
-
"@
|
|
195
|
-
"
|
|
178
|
+
"@aws-sdk/client-sts": "3.360.0",
|
|
179
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
180
|
+
"@aws-sdk/credential-provider-node": "3.360.0",
|
|
181
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
182
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
183
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
184
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
185
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
186
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
187
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
188
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
189
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
190
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
191
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
192
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
193
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
194
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
195
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
196
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
197
|
+
"@aws-sdk/types": "3.357.0",
|
|
198
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
199
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
200
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
201
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
202
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
203
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
204
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
205
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
206
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
207
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
208
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
209
|
+
"@aws-sdk/util-waiter": "3.357.0",
|
|
210
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
211
|
+
"@smithy/types": "^1.0.0",
|
|
212
|
+
"tslib": "^2.5.0",
|
|
196
213
|
"uuid": "^8.3.2"
|
|
197
214
|
},
|
|
198
215
|
"engines": {
|
|
@@ -200,386 +217,396 @@
|
|
|
200
217
|
}
|
|
201
218
|
},
|
|
202
219
|
"node_modules/@aws-sdk/client-sso": {
|
|
203
|
-
"version": "3.
|
|
204
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
205
|
-
"integrity": "sha512-
|
|
220
|
+
"version": "3.360.0",
|
|
221
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.360.0.tgz",
|
|
222
|
+
"integrity": "sha512-0f6eG+6XFbDxrma5xxNGg/FJxh/OHC6h8AkfNms9Lv1gBoQSagpcTor+ax0z9F6lypOjaelX6k4DpeKAp4PZeA==",
|
|
206
223
|
"dependencies": {
|
|
207
224
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
208
225
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
209
|
-
"@aws-sdk/config-resolver": "3.
|
|
210
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
211
|
-
"@aws-sdk/hash-node": "3.
|
|
212
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
213
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
214
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
215
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
216
|
-
"@aws-sdk/middleware-logger": "3.
|
|
217
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
218
|
-
"@aws-sdk/middleware-retry": "3.
|
|
219
|
-
"@aws-sdk/middleware-serde": "3.
|
|
220
|
-
"@aws-sdk/middleware-stack": "3.
|
|
221
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
222
|
-
"@aws-sdk/node-config-provider": "3.
|
|
223
|
-
"@aws-sdk/node-http-handler": "3.
|
|
224
|
-
"@aws-sdk/
|
|
225
|
-
"@aws-sdk/
|
|
226
|
-
"@aws-sdk/
|
|
227
|
-
"@aws-sdk/
|
|
228
|
-
"@aws-sdk/util-
|
|
229
|
-
"@aws-sdk/util-body-length-
|
|
230
|
-
"@aws-sdk/util-
|
|
231
|
-
"@aws-sdk/util-defaults-mode-
|
|
232
|
-
"@aws-sdk/util-
|
|
233
|
-
"@aws-sdk/util-
|
|
234
|
-
"@aws-sdk/util-
|
|
235
|
-
"@aws-sdk/util-user-agent-
|
|
236
|
-
"@aws-sdk/util-
|
|
237
|
-
"@
|
|
238
|
-
"
|
|
226
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
227
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
228
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
229
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
230
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
231
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
232
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
233
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
234
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
235
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
236
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
237
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
238
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
239
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
240
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
241
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
242
|
+
"@aws-sdk/types": "3.357.0",
|
|
243
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
244
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
245
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
246
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
247
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
248
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
249
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
250
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
251
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
252
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
253
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
254
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
255
|
+
"@smithy/types": "^1.0.0",
|
|
256
|
+
"tslib": "^2.5.0"
|
|
239
257
|
},
|
|
240
258
|
"engines": {
|
|
241
259
|
"node": ">=14.0.0"
|
|
242
260
|
}
|
|
243
261
|
},
|
|
244
262
|
"node_modules/@aws-sdk/client-sso-oidc": {
|
|
245
|
-
"version": "3.
|
|
246
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.
|
|
247
|
-
"integrity": "sha512-
|
|
263
|
+
"version": "3.360.0",
|
|
264
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.360.0.tgz",
|
|
265
|
+
"integrity": "sha512-czIpPt75fS3gH3vgFz76+WTaKcvPxC/DnPuqVyHdihMmP0UuwGPU9jn+Xx9RdUw7Yay3+rJRe3AYgBn4Xb220g==",
|
|
248
266
|
"dependencies": {
|
|
249
267
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
250
268
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
251
|
-
"@aws-sdk/config-resolver": "3.
|
|
252
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
253
|
-
"@aws-sdk/hash-node": "3.
|
|
254
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
255
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
256
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
257
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
258
|
-
"@aws-sdk/middleware-logger": "3.
|
|
259
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
260
|
-
"@aws-sdk/middleware-retry": "3.
|
|
261
|
-
"@aws-sdk/middleware-serde": "3.
|
|
262
|
-
"@aws-sdk/middleware-stack": "3.
|
|
263
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
264
|
-
"@aws-sdk/node-config-provider": "3.
|
|
265
|
-
"@aws-sdk/node-http-handler": "3.
|
|
266
|
-
"@aws-sdk/
|
|
267
|
-
"@aws-sdk/
|
|
268
|
-
"@aws-sdk/
|
|
269
|
-
"@aws-sdk/
|
|
270
|
-
"@aws-sdk/util-
|
|
271
|
-
"@aws-sdk/util-body-length-
|
|
272
|
-
"@aws-sdk/util-
|
|
273
|
-
"@aws-sdk/util-defaults-mode-
|
|
274
|
-
"@aws-sdk/util-
|
|
275
|
-
"@aws-sdk/util-
|
|
276
|
-
"@aws-sdk/util-
|
|
277
|
-
"@aws-sdk/util-user-agent-
|
|
278
|
-
"@aws-sdk/util-
|
|
279
|
-
"@
|
|
280
|
-
"
|
|
269
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
270
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
271
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
272
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
273
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
274
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
275
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
276
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
277
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
278
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
279
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
280
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
281
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
282
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
283
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
284
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
285
|
+
"@aws-sdk/types": "3.357.0",
|
|
286
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
287
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
288
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
289
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
290
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
291
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
292
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
293
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
294
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
295
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
296
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
297
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
298
|
+
"@smithy/types": "^1.0.0",
|
|
299
|
+
"tslib": "^2.5.0"
|
|
281
300
|
},
|
|
282
301
|
"engines": {
|
|
283
302
|
"node": ">=14.0.0"
|
|
284
303
|
}
|
|
285
304
|
},
|
|
286
305
|
"node_modules/@aws-sdk/client-sts": {
|
|
287
|
-
"version": "3.
|
|
288
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
289
|
-
"integrity": "sha512-
|
|
306
|
+
"version": "3.360.0",
|
|
307
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.360.0.tgz",
|
|
308
|
+
"integrity": "sha512-ORRwSdwlSYGHfhQCXKtr1eJeTjI14l5IZRJbRDgXs46y4/GQj/rt/2Q6WGjVMfM1ZRRiEII2/vK7mU7IJcWkFw==",
|
|
290
309
|
"dependencies": {
|
|
291
310
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
292
311
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
293
|
-
"@aws-sdk/config-resolver": "3.
|
|
294
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
295
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
296
|
-
"@aws-sdk/hash-node": "3.
|
|
297
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
298
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
299
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
300
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
301
|
-
"@aws-sdk/middleware-logger": "3.
|
|
302
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
303
|
-
"@aws-sdk/middleware-retry": "3.
|
|
304
|
-
"@aws-sdk/middleware-sdk-sts": "3.
|
|
305
|
-
"@aws-sdk/middleware-serde": "3.
|
|
306
|
-
"@aws-sdk/middleware-signing": "3.
|
|
307
|
-
"@aws-sdk/middleware-stack": "3.
|
|
308
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
309
|
-
"@aws-sdk/node-config-provider": "3.
|
|
310
|
-
"@aws-sdk/node-http-handler": "3.
|
|
311
|
-
"@aws-sdk/
|
|
312
|
-
"@aws-sdk/
|
|
313
|
-
"@aws-sdk/
|
|
314
|
-
"@aws-sdk/
|
|
315
|
-
"@aws-sdk/util-
|
|
316
|
-
"@aws-sdk/util-body-length-
|
|
317
|
-
"@aws-sdk/util-
|
|
318
|
-
"@aws-sdk/util-defaults-mode-
|
|
319
|
-
"@aws-sdk/util-
|
|
320
|
-
"@aws-sdk/util-
|
|
321
|
-
"@aws-sdk/util-
|
|
322
|
-
"@aws-sdk/util-user-agent-
|
|
323
|
-
"@aws-sdk/util-
|
|
324
|
-
"@
|
|
325
|
-
"
|
|
326
|
-
"
|
|
312
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
313
|
+
"@aws-sdk/credential-provider-node": "3.360.0",
|
|
314
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
315
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
316
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
317
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
318
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
319
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
320
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
321
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
322
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
323
|
+
"@aws-sdk/middleware-sdk-sts": "3.357.0",
|
|
324
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
325
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
326
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
327
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
328
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
329
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
330
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
331
|
+
"@aws-sdk/types": "3.357.0",
|
|
332
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
333
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
334
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
335
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
336
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
337
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
338
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
339
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
340
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
341
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
342
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
343
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
344
|
+
"@smithy/types": "^1.0.0",
|
|
345
|
+
"fast-xml-parser": "4.2.5",
|
|
346
|
+
"tslib": "^2.5.0"
|
|
327
347
|
},
|
|
328
348
|
"engines": {
|
|
329
349
|
"node": ">=14.0.0"
|
|
330
350
|
}
|
|
331
351
|
},
|
|
332
352
|
"node_modules/@aws-sdk/config-resolver": {
|
|
333
|
-
"version": "3.
|
|
334
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.
|
|
335
|
-
"integrity": "sha512-
|
|
353
|
+
"version": "3.357.0",
|
|
354
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.357.0.tgz",
|
|
355
|
+
"integrity": "sha512-cukfg0nX7Tzx/xFyH5F4Eyb8DA1ITCGtSQv4vnEjgUop+bkzckuGLKEeBcBhyZY+aw+2C9CVwIHwIMhRm0ul5w==",
|
|
336
356
|
"dependencies": {
|
|
337
|
-
"@aws-sdk/
|
|
338
|
-
"@aws-sdk/
|
|
339
|
-
"@aws-sdk/util-
|
|
340
|
-
"
|
|
341
|
-
"tslib": "^2.3.1"
|
|
357
|
+
"@aws-sdk/types": "3.357.0",
|
|
358
|
+
"@aws-sdk/util-config-provider": "3.310.0",
|
|
359
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
360
|
+
"tslib": "^2.5.0"
|
|
342
361
|
},
|
|
343
362
|
"engines": {
|
|
344
363
|
"node": ">=14.0.0"
|
|
345
364
|
}
|
|
346
365
|
},
|
|
347
366
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
348
|
-
"version": "3.
|
|
349
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
350
|
-
"integrity": "sha512-
|
|
367
|
+
"version": "3.357.0",
|
|
368
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.357.0.tgz",
|
|
369
|
+
"integrity": "sha512-UOecwfqvXgJVqhfWSZ2S44v2Nq2oceW0PQVQp0JAa9opc2rxSVIfyOhPr0yMoPmpyNcP22rgeg6ce70KULYwiA==",
|
|
351
370
|
"dependencies": {
|
|
352
|
-
"@aws-sdk/property-provider": "3.
|
|
353
|
-
"@aws-sdk/types": "3.
|
|
354
|
-
"tslib": "^2.
|
|
371
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
372
|
+
"@aws-sdk/types": "3.357.0",
|
|
373
|
+
"tslib": "^2.5.0"
|
|
355
374
|
},
|
|
356
375
|
"engines": {
|
|
357
376
|
"node": ">=14.0.0"
|
|
358
377
|
}
|
|
359
378
|
},
|
|
360
379
|
"node_modules/@aws-sdk/credential-provider-imds": {
|
|
361
|
-
"version": "3.
|
|
362
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.
|
|
363
|
-
"integrity": "sha512-
|
|
380
|
+
"version": "3.357.0",
|
|
381
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.357.0.tgz",
|
|
382
|
+
"integrity": "sha512-upw/bfsl7/WydT6gM0lBuR4Ipp4fzYm/E3ObFr0Mg5OkgVPt5ZJE+eeFTvwCpDdBSTKs4JfrK6/iEK8A23Q1jQ==",
|
|
364
383
|
"dependencies": {
|
|
365
|
-
"@aws-sdk/node-config-provider": "3.
|
|
366
|
-
"@aws-sdk/property-provider": "3.
|
|
367
|
-
"@aws-sdk/types": "3.
|
|
368
|
-
"@aws-sdk/url-parser": "3.
|
|
369
|
-
"tslib": "^2.
|
|
384
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
385
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
386
|
+
"@aws-sdk/types": "3.357.0",
|
|
387
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
388
|
+
"tslib": "^2.5.0"
|
|
370
389
|
},
|
|
371
390
|
"engines": {
|
|
372
391
|
"node": ">=14.0.0"
|
|
373
392
|
}
|
|
374
393
|
},
|
|
375
394
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
376
|
-
"version": "3.
|
|
377
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
378
|
-
"integrity": "sha512-
|
|
379
|
-
"dependencies": {
|
|
380
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
381
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
382
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
383
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
384
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
385
|
-
"@aws-sdk/property-provider": "3.
|
|
386
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
387
|
-
"@aws-sdk/types": "3.
|
|
388
|
-
"tslib": "^2.
|
|
395
|
+
"version": "3.360.0",
|
|
396
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.360.0.tgz",
|
|
397
|
+
"integrity": "sha512-pWuLTq+yjSFssPGhDJ8oxvZsu7/F1KissGRt65G4qrfxHhoiMRcLF1GtFJueDQpitZ1i3mZXHVn/OSv4LPQ1Lw==",
|
|
398
|
+
"dependencies": {
|
|
399
|
+
"@aws-sdk/credential-provider-env": "3.357.0",
|
|
400
|
+
"@aws-sdk/credential-provider-imds": "3.357.0",
|
|
401
|
+
"@aws-sdk/credential-provider-process": "3.357.0",
|
|
402
|
+
"@aws-sdk/credential-provider-sso": "3.360.0",
|
|
403
|
+
"@aws-sdk/credential-provider-web-identity": "3.357.0",
|
|
404
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
405
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
406
|
+
"@aws-sdk/types": "3.357.0",
|
|
407
|
+
"tslib": "^2.5.0"
|
|
389
408
|
},
|
|
390
409
|
"engines": {
|
|
391
410
|
"node": ">=14.0.0"
|
|
392
411
|
}
|
|
393
412
|
},
|
|
394
413
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
395
|
-
"version": "3.
|
|
396
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
397
|
-
"integrity": "sha512-
|
|
398
|
-
"dependencies": {
|
|
399
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
400
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
401
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
402
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
403
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
404
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
405
|
-
"@aws-sdk/property-provider": "3.
|
|
406
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
407
|
-
"@aws-sdk/types": "3.
|
|
408
|
-
"tslib": "^2.
|
|
414
|
+
"version": "3.360.0",
|
|
415
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.360.0.tgz",
|
|
416
|
+
"integrity": "sha512-j4Lu5vXkdzz/L6fGKKxnL0vcwAGHlwFHjTg9nRagMn1lvaVjtktXeM30duHTBQq9i+ejdFxpVNWYrmHGaWPNdg==",
|
|
417
|
+
"dependencies": {
|
|
418
|
+
"@aws-sdk/credential-provider-env": "3.357.0",
|
|
419
|
+
"@aws-sdk/credential-provider-imds": "3.357.0",
|
|
420
|
+
"@aws-sdk/credential-provider-ini": "3.360.0",
|
|
421
|
+
"@aws-sdk/credential-provider-process": "3.357.0",
|
|
422
|
+
"@aws-sdk/credential-provider-sso": "3.360.0",
|
|
423
|
+
"@aws-sdk/credential-provider-web-identity": "3.357.0",
|
|
424
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
425
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
426
|
+
"@aws-sdk/types": "3.357.0",
|
|
427
|
+
"tslib": "^2.5.0"
|
|
409
428
|
},
|
|
410
429
|
"engines": {
|
|
411
430
|
"node": ">=14.0.0"
|
|
412
431
|
}
|
|
413
432
|
},
|
|
414
433
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
415
|
-
"version": "3.
|
|
416
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
417
|
-
"integrity": "sha512-
|
|
434
|
+
"version": "3.357.0",
|
|
435
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.357.0.tgz",
|
|
436
|
+
"integrity": "sha512-qFWWilFPsc2hR7O0KIhwcE78w+pVIK+uQR6MQMfdRyxUndgiuCorJwVjedc3yZtmnoELHF34j+m8whTBXv9E7Q==",
|
|
418
437
|
"dependencies": {
|
|
419
|
-
"@aws-sdk/property-provider": "3.
|
|
420
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
421
|
-
"@aws-sdk/types": "3.
|
|
422
|
-
"tslib": "^2.
|
|
438
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
439
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
440
|
+
"@aws-sdk/types": "3.357.0",
|
|
441
|
+
"tslib": "^2.5.0"
|
|
423
442
|
},
|
|
424
443
|
"engines": {
|
|
425
444
|
"node": ">=14.0.0"
|
|
426
445
|
}
|
|
427
446
|
},
|
|
428
447
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
429
|
-
"version": "3.
|
|
430
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
431
|
-
"integrity": "sha512-
|
|
432
|
-
"dependencies": {
|
|
433
|
-
"@aws-sdk/client-sso": "3.
|
|
434
|
-
"@aws-sdk/property-provider": "3.
|
|
435
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
436
|
-
"@aws-sdk/token-providers": "3.
|
|
437
|
-
"@aws-sdk/types": "3.
|
|
438
|
-
"tslib": "^2.
|
|
448
|
+
"version": "3.360.0",
|
|
449
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.360.0.tgz",
|
|
450
|
+
"integrity": "sha512-kW0FR8AbMQrJxADxIqYSjHVN2RXwHmA5DzogYm1AjOkYRMN9JHDVOMQP2K2M6FCynZqTYsKW5lzjPOjS0fu8Dw==",
|
|
451
|
+
"dependencies": {
|
|
452
|
+
"@aws-sdk/client-sso": "3.360.0",
|
|
453
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
454
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
455
|
+
"@aws-sdk/token-providers": "3.360.0",
|
|
456
|
+
"@aws-sdk/types": "3.357.0",
|
|
457
|
+
"tslib": "^2.5.0"
|
|
439
458
|
},
|
|
440
459
|
"engines": {
|
|
441
460
|
"node": ">=14.0.0"
|
|
442
461
|
}
|
|
443
462
|
},
|
|
444
463
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
445
|
-
"version": "3.
|
|
446
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
447
|
-
"integrity": "sha512-
|
|
464
|
+
"version": "3.357.0",
|
|
465
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.357.0.tgz",
|
|
466
|
+
"integrity": "sha512-0KRRAFrXy5HJe2vqnCWCoCS+fQw7IoIj3KQsuURJMW4F+ifisxCgEsh3brJ2LQlN4ElWTRJhlrDHNZ/pd61D4w==",
|
|
448
467
|
"dependencies": {
|
|
449
|
-
"@aws-sdk/property-provider": "3.
|
|
450
|
-
"@aws-sdk/types": "3.
|
|
451
|
-
"tslib": "^2.
|
|
468
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
469
|
+
"@aws-sdk/types": "3.357.0",
|
|
470
|
+
"tslib": "^2.5.0"
|
|
452
471
|
},
|
|
453
472
|
"engines": {
|
|
454
473
|
"node": ">=14.0.0"
|
|
455
474
|
}
|
|
456
475
|
},
|
|
476
|
+
"node_modules/@aws-sdk/eventstream-codec": {
|
|
477
|
+
"version": "3.357.0",
|
|
478
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-codec/-/eventstream-codec-3.357.0.tgz",
|
|
479
|
+
"integrity": "sha512-bqenTHG6GH6aCk/Il+ooWXVVAZuc8lOgVEy9bE2hI49oVqT8zSuXxQB+w1WWyZoAOPcelsjayB1wfPub8VDBxQ==",
|
|
480
|
+
"dependencies": {
|
|
481
|
+
"@aws-crypto/crc32": "3.0.0",
|
|
482
|
+
"@aws-sdk/types": "3.357.0",
|
|
483
|
+
"@aws-sdk/util-hex-encoding": "3.310.0",
|
|
484
|
+
"tslib": "^2.5.0"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
457
487
|
"node_modules/@aws-sdk/fetch-http-handler": {
|
|
458
|
-
"version": "3.
|
|
459
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.
|
|
460
|
-
"integrity": "sha512-
|
|
488
|
+
"version": "3.357.0",
|
|
489
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.357.0.tgz",
|
|
490
|
+
"integrity": "sha512-5sPloTO8y8fAnS/6/Sfp/aVoL9zuhzkLdWBORNzMazdynVNEzWKWCPZ27RQpgkaCDHiXjqUY4kfuFXAGkvFfDQ==",
|
|
461
491
|
"dependencies": {
|
|
462
|
-
"@aws-sdk/protocol-http": "3.
|
|
463
|
-
"@aws-sdk/querystring-builder": "3.
|
|
464
|
-
"@aws-sdk/types": "3.
|
|
465
|
-
"@aws-sdk/util-base64": "3.
|
|
466
|
-
"tslib": "^2.
|
|
492
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
493
|
+
"@aws-sdk/querystring-builder": "3.357.0",
|
|
494
|
+
"@aws-sdk/types": "3.357.0",
|
|
495
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
496
|
+
"tslib": "^2.5.0"
|
|
467
497
|
}
|
|
468
498
|
},
|
|
469
499
|
"node_modules/@aws-sdk/hash-node": {
|
|
470
|
-
"version": "3.
|
|
471
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.
|
|
472
|
-
"integrity": "sha512-
|
|
500
|
+
"version": "3.357.0",
|
|
501
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.357.0.tgz",
|
|
502
|
+
"integrity": "sha512-fq3LS9AxHKb7dTZkm6iM1TrGk6XOTZz96iEZPME1+vjiSEXGWuebHt87q92n+KozVGRypn9MId3lHOPBBjygNQ==",
|
|
473
503
|
"dependencies": {
|
|
474
|
-
"@aws-sdk/types": "3.
|
|
475
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
476
|
-
"@aws-sdk/util-utf8": "3.
|
|
477
|
-
"tslib": "^2.
|
|
504
|
+
"@aws-sdk/types": "3.357.0",
|
|
505
|
+
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
506
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
507
|
+
"tslib": "^2.5.0"
|
|
478
508
|
},
|
|
479
509
|
"engines": {
|
|
480
510
|
"node": ">=14.0.0"
|
|
481
511
|
}
|
|
482
512
|
},
|
|
483
513
|
"node_modules/@aws-sdk/invalid-dependency": {
|
|
484
|
-
"version": "3.
|
|
485
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.
|
|
486
|
-
"integrity": "sha512-
|
|
514
|
+
"version": "3.357.0",
|
|
515
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.357.0.tgz",
|
|
516
|
+
"integrity": "sha512-HnCYZczf0VdyxMVMMxmA3QJAyyPSFbcMtZzgKbxVTWTG7GKpQe0psWZu/7O2Nk31mKg6vEUdiP1FylqLBsgMOA==",
|
|
487
517
|
"dependencies": {
|
|
488
|
-
"@aws-sdk/types": "3.
|
|
489
|
-
"tslib": "^2.
|
|
518
|
+
"@aws-sdk/types": "3.357.0",
|
|
519
|
+
"tslib": "^2.5.0"
|
|
490
520
|
}
|
|
491
521
|
},
|
|
492
522
|
"node_modules/@aws-sdk/is-array-buffer": {
|
|
493
|
-
"version": "3.
|
|
494
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.
|
|
495
|
-
"integrity": "sha512-
|
|
523
|
+
"version": "3.310.0",
|
|
524
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.310.0.tgz",
|
|
525
|
+
"integrity": "sha512-urnbcCR+h9NWUnmOtet/s4ghvzsidFmspfhYaHAmSRdy9yDjdjBJMFjjsn85A1ODUktztm+cVncXjQ38WCMjMQ==",
|
|
496
526
|
"dependencies": {
|
|
497
|
-
"tslib": "^2.
|
|
527
|
+
"tslib": "^2.5.0"
|
|
498
528
|
},
|
|
499
529
|
"engines": {
|
|
500
530
|
"node": ">=14.0.0"
|
|
501
531
|
}
|
|
502
532
|
},
|
|
503
533
|
"node_modules/@aws-sdk/middleware-content-length": {
|
|
504
|
-
"version": "3.
|
|
505
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.
|
|
506
|
-
"integrity": "sha512-
|
|
534
|
+
"version": "3.357.0",
|
|
535
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.357.0.tgz",
|
|
536
|
+
"integrity": "sha512-zQOFEyzOXAgN4M54tYNWGxKxnyzY0WwYDTFzh9riJRmxN1hTEKHUKmze4nILIf5rkQmOG4kTf1qmfazjkvZAhw==",
|
|
507
537
|
"dependencies": {
|
|
508
|
-
"@aws-sdk/protocol-http": "3.
|
|
509
|
-
"@aws-sdk/types": "3.
|
|
510
|
-
"tslib": "^2.
|
|
538
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
539
|
+
"@aws-sdk/types": "3.357.0",
|
|
540
|
+
"tslib": "^2.5.0"
|
|
511
541
|
},
|
|
512
542
|
"engines": {
|
|
513
543
|
"node": ">=14.0.0"
|
|
514
544
|
}
|
|
515
545
|
},
|
|
516
546
|
"node_modules/@aws-sdk/middleware-endpoint": {
|
|
517
|
-
"version": "3.
|
|
518
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.
|
|
519
|
-
"integrity": "sha512-
|
|
520
|
-
"dependencies": {
|
|
521
|
-
"@aws-sdk/middleware-serde": "3.
|
|
522
|
-
"@aws-sdk/
|
|
523
|
-
"@aws-sdk/
|
|
524
|
-
"@aws-sdk/
|
|
525
|
-
"
|
|
526
|
-
"@aws-sdk/util-config-provider": "3.292.0",
|
|
527
|
-
"@aws-sdk/util-middleware": "3.292.0",
|
|
528
|
-
"tslib": "^2.3.1"
|
|
547
|
+
"version": "3.357.0",
|
|
548
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.357.0.tgz",
|
|
549
|
+
"integrity": "sha512-ScJi0SL8X/Lyi0Fp5blg0QN/Z6PoRwV/ZJXd8dQkXSznkbSvJHfqPP0xk/w3GcQ1TKsu5YEPfeYy8ejcq+7Pgg==",
|
|
550
|
+
"dependencies": {
|
|
551
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
552
|
+
"@aws-sdk/types": "3.357.0",
|
|
553
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
554
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
555
|
+
"tslib": "^2.5.0"
|
|
529
556
|
},
|
|
530
557
|
"engines": {
|
|
531
558
|
"node": ">=14.0.0"
|
|
532
559
|
}
|
|
533
560
|
},
|
|
534
561
|
"node_modules/@aws-sdk/middleware-host-header": {
|
|
535
|
-
"version": "3.
|
|
536
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
537
|
-
"integrity": "sha512-
|
|
562
|
+
"version": "3.357.0",
|
|
563
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.357.0.tgz",
|
|
564
|
+
"integrity": "sha512-HuGLcP7JP1qJ5wGT9GSlEknDaTSnOzHY4T6IPFuvFjAy3PvY5siQNm6+VRqdVS+n6/kzpL3JP5sAVM3aoxHT6Q==",
|
|
538
565
|
"dependencies": {
|
|
539
|
-
"@aws-sdk/protocol-http": "3.
|
|
540
|
-
"@aws-sdk/types": "3.
|
|
541
|
-
"tslib": "^2.
|
|
566
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
567
|
+
"@aws-sdk/types": "3.357.0",
|
|
568
|
+
"tslib": "^2.5.0"
|
|
542
569
|
},
|
|
543
570
|
"engines": {
|
|
544
571
|
"node": ">=14.0.0"
|
|
545
572
|
}
|
|
546
573
|
},
|
|
547
574
|
"node_modules/@aws-sdk/middleware-logger": {
|
|
548
|
-
"version": "3.
|
|
549
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
550
|
-
"integrity": "sha512-
|
|
575
|
+
"version": "3.357.0",
|
|
576
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.357.0.tgz",
|
|
577
|
+
"integrity": "sha512-dncT3tr+lZ9+duZo52rASgO6AKVwRcsc2/T93gmaYVrJqI6WWAwQ7yML5s72l9ZjQ5LZ+4jjrgtlufavAS0eCg==",
|
|
551
578
|
"dependencies": {
|
|
552
|
-
"@aws-sdk/types": "3.
|
|
553
|
-
"tslib": "^2.
|
|
579
|
+
"@aws-sdk/types": "3.357.0",
|
|
580
|
+
"tslib": "^2.5.0"
|
|
554
581
|
},
|
|
555
582
|
"engines": {
|
|
556
583
|
"node": ">=14.0.0"
|
|
557
584
|
}
|
|
558
585
|
},
|
|
559
586
|
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
560
|
-
"version": "3.
|
|
561
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.
|
|
562
|
-
"integrity": "sha512-
|
|
587
|
+
"version": "3.357.0",
|
|
588
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.357.0.tgz",
|
|
589
|
+
"integrity": "sha512-AXC54IeDS3jC1dbbkYHML4STvBPcKZ4IJTWdjEK1RCOgqXd0Ze1cE1e21wyj1tM6prF03zLyvpBd+3TS++nqfA==",
|
|
563
590
|
"dependencies": {
|
|
564
|
-
"@aws-sdk/protocol-http": "3.
|
|
565
|
-
"@aws-sdk/types": "3.
|
|
566
|
-
"tslib": "^2.
|
|
591
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
592
|
+
"@aws-sdk/types": "3.357.0",
|
|
593
|
+
"tslib": "^2.5.0"
|
|
567
594
|
},
|
|
568
595
|
"engines": {
|
|
569
596
|
"node": ">=14.0.0"
|
|
570
597
|
}
|
|
571
598
|
},
|
|
572
599
|
"node_modules/@aws-sdk/middleware-retry": {
|
|
573
|
-
"version": "3.
|
|
574
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.
|
|
575
|
-
"integrity": "sha512-
|
|
576
|
-
"dependencies": {
|
|
577
|
-
"@aws-sdk/protocol-http": "3.
|
|
578
|
-
"@aws-sdk/service-error-classification": "3.
|
|
579
|
-
"@aws-sdk/types": "3.
|
|
580
|
-
"@aws-sdk/util-middleware": "3.
|
|
581
|
-
"@aws-sdk/util-retry": "3.
|
|
582
|
-
"tslib": "^2.
|
|
600
|
+
"version": "3.357.0",
|
|
601
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.357.0.tgz",
|
|
602
|
+
"integrity": "sha512-ZCbXCYv3nglQqwREYxxpclrnR9MYPAnHlLcC8e9PbApqxGnaZdhoywxoqbgqT3hf/RM7kput4vEHDl1fyymcRQ==",
|
|
603
|
+
"dependencies": {
|
|
604
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
605
|
+
"@aws-sdk/service-error-classification": "3.357.0",
|
|
606
|
+
"@aws-sdk/types": "3.357.0",
|
|
607
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
608
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
609
|
+
"tslib": "^2.5.0",
|
|
583
610
|
"uuid": "^8.3.2"
|
|
584
611
|
},
|
|
585
612
|
"engines": {
|
|
@@ -587,340 +614,340 @@
|
|
|
587
614
|
}
|
|
588
615
|
},
|
|
589
616
|
"node_modules/@aws-sdk/middleware-sdk-sts": {
|
|
590
|
-
"version": "3.
|
|
591
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.
|
|
592
|
-
"integrity": "sha512-
|
|
593
|
-
"dependencies": {
|
|
594
|
-
"@aws-sdk/middleware-signing": "3.
|
|
595
|
-
"@aws-sdk/
|
|
596
|
-
"
|
|
597
|
-
"@aws-sdk/signature-v4": "3.292.0",
|
|
598
|
-
"@aws-sdk/types": "3.292.0",
|
|
599
|
-
"tslib": "^2.3.1"
|
|
617
|
+
"version": "3.357.0",
|
|
618
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.357.0.tgz",
|
|
619
|
+
"integrity": "sha512-Ng2VjLrPiL02QOcs1qs9jG2boO4Gn+v3VIbOJLG4zXcfbSq55iIWtlmr2ljfw9vP5aLhWtcODfmKHS5Bp+019Q==",
|
|
620
|
+
"dependencies": {
|
|
621
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
622
|
+
"@aws-sdk/types": "3.357.0",
|
|
623
|
+
"tslib": "^2.5.0"
|
|
600
624
|
},
|
|
601
625
|
"engines": {
|
|
602
626
|
"node": ">=14.0.0"
|
|
603
627
|
}
|
|
604
628
|
},
|
|
605
629
|
"node_modules/@aws-sdk/middleware-serde": {
|
|
606
|
-
"version": "3.
|
|
607
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.
|
|
608
|
-
"integrity": "sha512-
|
|
630
|
+
"version": "3.357.0",
|
|
631
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.357.0.tgz",
|
|
632
|
+
"integrity": "sha512-bGI4kYuuEsFjlANbyJLyy4AovETnyf/SukgLOG7Qjbua+ZGuzvRhMsk21mBKKGrnsTO4PmtieJo6xClThGAN8g==",
|
|
609
633
|
"dependencies": {
|
|
610
|
-
"@aws-sdk/types": "3.
|
|
611
|
-
"tslib": "^2.
|
|
634
|
+
"@aws-sdk/types": "3.357.0",
|
|
635
|
+
"tslib": "^2.5.0"
|
|
612
636
|
},
|
|
613
637
|
"engines": {
|
|
614
638
|
"node": ">=14.0.0"
|
|
615
639
|
}
|
|
616
640
|
},
|
|
617
641
|
"node_modules/@aws-sdk/middleware-signing": {
|
|
618
|
-
"version": "3.
|
|
619
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.
|
|
620
|
-
"integrity": "sha512-
|
|
621
|
-
"dependencies": {
|
|
622
|
-
"@aws-sdk/property-provider": "3.
|
|
623
|
-
"@aws-sdk/protocol-http": "3.
|
|
624
|
-
"@aws-sdk/signature-v4": "3.
|
|
625
|
-
"@aws-sdk/types": "3.
|
|
626
|
-
"@aws-sdk/util-middleware": "3.
|
|
627
|
-
"tslib": "^2.
|
|
642
|
+
"version": "3.357.0",
|
|
643
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.357.0.tgz",
|
|
644
|
+
"integrity": "sha512-yB9ewEqI6Fw1OrmKFrUypbCqN5ijk06UGPochybamMuPxxkwMT3bnrm7eezsCA+TZbJyKhpffpyobwuv+xGNrA==",
|
|
645
|
+
"dependencies": {
|
|
646
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
647
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
648
|
+
"@aws-sdk/signature-v4": "3.357.0",
|
|
649
|
+
"@aws-sdk/types": "3.357.0",
|
|
650
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
651
|
+
"tslib": "^2.5.0"
|
|
628
652
|
},
|
|
629
653
|
"engines": {
|
|
630
654
|
"node": ">=14.0.0"
|
|
631
655
|
}
|
|
632
656
|
},
|
|
633
657
|
"node_modules/@aws-sdk/middleware-stack": {
|
|
634
|
-
"version": "3.
|
|
635
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.
|
|
636
|
-
"integrity": "sha512-
|
|
658
|
+
"version": "3.357.0",
|
|
659
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.357.0.tgz",
|
|
660
|
+
"integrity": "sha512-nNV+jfwGwmbOGZujAY/U8AW3EbVlxa9DJDLz3TPp/39o6Vu5KEzHJyDDNreo2k9V/TMvV+nOzHafufgPdagv7w==",
|
|
637
661
|
"dependencies": {
|
|
638
|
-
"tslib": "^2.
|
|
662
|
+
"tslib": "^2.5.0"
|
|
639
663
|
},
|
|
640
664
|
"engines": {
|
|
641
665
|
"node": ">=14.0.0"
|
|
642
666
|
}
|
|
643
667
|
},
|
|
644
668
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
645
|
-
"version": "3.
|
|
646
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
647
|
-
"integrity": "sha512-
|
|
669
|
+
"version": "3.357.0",
|
|
670
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.357.0.tgz",
|
|
671
|
+
"integrity": "sha512-M/CsAXjGblZS4rEbMb0Dn9IXbfq4EjVaTHBfvuILU/dKRppWvjnm2lRtqCZ+LIT3ATbAjA3/dY7dWsjxQWwijA==",
|
|
648
672
|
"dependencies": {
|
|
649
|
-
"@aws-sdk/protocol-http": "3.
|
|
650
|
-
"@aws-sdk/types": "3.
|
|
651
|
-
"@aws-sdk/util-endpoints": "3.
|
|
652
|
-
"tslib": "^2.
|
|
673
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
674
|
+
"@aws-sdk/types": "3.357.0",
|
|
675
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
676
|
+
"tslib": "^2.5.0"
|
|
653
677
|
},
|
|
654
678
|
"engines": {
|
|
655
679
|
"node": ">=14.0.0"
|
|
656
680
|
}
|
|
657
681
|
},
|
|
658
682
|
"node_modules/@aws-sdk/node-config-provider": {
|
|
659
|
-
"version": "3.
|
|
660
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.
|
|
661
|
-
"integrity": "sha512-
|
|
683
|
+
"version": "3.357.0",
|
|
684
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.357.0.tgz",
|
|
685
|
+
"integrity": "sha512-kwBIzKCaW3UWqLdELhy7TcN8itNMOjbzga530nalFILMvn2IxrkdKQhNgxGBXy6QK6kCOtH6OmcrG3/oZkLwig==",
|
|
662
686
|
"dependencies": {
|
|
663
|
-
"@aws-sdk/property-provider": "3.
|
|
664
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
665
|
-
"@aws-sdk/types": "3.
|
|
666
|
-
"tslib": "^2.
|
|
687
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
688
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
689
|
+
"@aws-sdk/types": "3.357.0",
|
|
690
|
+
"tslib": "^2.5.0"
|
|
667
691
|
},
|
|
668
692
|
"engines": {
|
|
669
693
|
"node": ">=14.0.0"
|
|
670
694
|
}
|
|
671
695
|
},
|
|
672
696
|
"node_modules/@aws-sdk/node-http-handler": {
|
|
673
|
-
"version": "3.
|
|
674
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.
|
|
675
|
-
"integrity": "sha512-
|
|
697
|
+
"version": "3.360.0",
|
|
698
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.360.0.tgz",
|
|
699
|
+
"integrity": "sha512-oMsXdMmNwHpUbebETO44bq0N4SocEMGfPjYNUTRs8md7ita5fuFd2qFuvf+ZRt6iVcGWluIqmF8DidD+b7d+TA==",
|
|
676
700
|
"dependencies": {
|
|
677
|
-
"@aws-sdk/abort-controller": "3.
|
|
678
|
-
"@aws-sdk/protocol-http": "3.
|
|
679
|
-
"@aws-sdk/querystring-builder": "3.
|
|
680
|
-
"@aws-sdk/types": "3.
|
|
681
|
-
"tslib": "^2.
|
|
701
|
+
"@aws-sdk/abort-controller": "3.357.0",
|
|
702
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
703
|
+
"@aws-sdk/querystring-builder": "3.357.0",
|
|
704
|
+
"@aws-sdk/types": "3.357.0",
|
|
705
|
+
"tslib": "^2.5.0"
|
|
682
706
|
},
|
|
683
707
|
"engines": {
|
|
684
708
|
"node": ">=14.0.0"
|
|
685
709
|
}
|
|
686
710
|
},
|
|
687
711
|
"node_modules/@aws-sdk/property-provider": {
|
|
688
|
-
"version": "3.
|
|
689
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.
|
|
690
|
-
"integrity": "sha512-
|
|
712
|
+
"version": "3.357.0",
|
|
713
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.357.0.tgz",
|
|
714
|
+
"integrity": "sha512-im4W0u8WaYxG7J7ko4Xl3OEzK3Mrm1Rz6/txTGe6hTIHlyUISu1ekOQJXK6XYPqNMn8v1G3BiQREoRXUEJFbHg==",
|
|
691
715
|
"dependencies": {
|
|
692
|
-
"@aws-sdk/types": "3.
|
|
693
|
-
"tslib": "^2.
|
|
716
|
+
"@aws-sdk/types": "3.357.0",
|
|
717
|
+
"tslib": "^2.5.0"
|
|
694
718
|
},
|
|
695
719
|
"engines": {
|
|
696
720
|
"node": ">=14.0.0"
|
|
697
721
|
}
|
|
698
722
|
},
|
|
699
723
|
"node_modules/@aws-sdk/protocol-http": {
|
|
700
|
-
"version": "3.
|
|
701
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.
|
|
702
|
-
"integrity": "sha512-
|
|
724
|
+
"version": "3.357.0",
|
|
725
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.357.0.tgz",
|
|
726
|
+
"integrity": "sha512-w1JHiI50VEea7duDeAspUiKJmmdIQblvRyjVMOqWA6FIQAyDVuEiPX7/MdQr0ScxhtRQxHbP0I4MFyl7ctRQvA==",
|
|
703
727
|
"dependencies": {
|
|
704
|
-
"@aws-sdk/types": "3.
|
|
705
|
-
"tslib": "^2.
|
|
728
|
+
"@aws-sdk/types": "3.357.0",
|
|
729
|
+
"tslib": "^2.5.0"
|
|
706
730
|
},
|
|
707
731
|
"engines": {
|
|
708
732
|
"node": ">=14.0.0"
|
|
709
733
|
}
|
|
710
734
|
},
|
|
711
735
|
"node_modules/@aws-sdk/querystring-builder": {
|
|
712
|
-
"version": "3.
|
|
713
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.
|
|
714
|
-
"integrity": "sha512-
|
|
736
|
+
"version": "3.357.0",
|
|
737
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.357.0.tgz",
|
|
738
|
+
"integrity": "sha512-aQcicqB6Y2cNaXPPwunz612a01SMiQQPsdz632F/3Lzn0ua82BJKobHOtaiTUlmVJ5Q4/EAeNfwZgL7tTUNtDQ==",
|
|
715
739
|
"dependencies": {
|
|
716
|
-
"@aws-sdk/types": "3.
|
|
717
|
-
"@aws-sdk/util-uri-escape": "3.
|
|
718
|
-
"tslib": "^2.
|
|
740
|
+
"@aws-sdk/types": "3.357.0",
|
|
741
|
+
"@aws-sdk/util-uri-escape": "3.310.0",
|
|
742
|
+
"tslib": "^2.5.0"
|
|
719
743
|
},
|
|
720
744
|
"engines": {
|
|
721
745
|
"node": ">=14.0.0"
|
|
722
746
|
}
|
|
723
747
|
},
|
|
724
748
|
"node_modules/@aws-sdk/querystring-parser": {
|
|
725
|
-
"version": "3.
|
|
726
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.
|
|
727
|
-
"integrity": "sha512-
|
|
749
|
+
"version": "3.357.0",
|
|
750
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.357.0.tgz",
|
|
751
|
+
"integrity": "sha512-Svvq+atRNP9s2VxiklcUNgCzmt3T5kfs7X2C+yjmxHvOQTPjLNaNGbfC/vhjOK7aoXw0h+lBac48r5ymx1PbQA==",
|
|
728
752
|
"dependencies": {
|
|
729
|
-
"@aws-sdk/types": "3.
|
|
730
|
-
"tslib": "^2.
|
|
753
|
+
"@aws-sdk/types": "3.357.0",
|
|
754
|
+
"tslib": "^2.5.0"
|
|
731
755
|
},
|
|
732
756
|
"engines": {
|
|
733
757
|
"node": ">=14.0.0"
|
|
734
758
|
}
|
|
735
759
|
},
|
|
736
760
|
"node_modules/@aws-sdk/service-error-classification": {
|
|
737
|
-
"version": "3.
|
|
738
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.
|
|
739
|
-
"integrity": "sha512-
|
|
761
|
+
"version": "3.357.0",
|
|
762
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.357.0.tgz",
|
|
763
|
+
"integrity": "sha512-VuXeL4g5vKO9HjgCZlxmH8Uv1FcqUSjmbPpQkbNtYIDck6u0qzM0rG+n0/1EjyQbPSr3MhW/pkWs5nx2Nljlyg==",
|
|
740
764
|
"engines": {
|
|
741
765
|
"node": ">=14.0.0"
|
|
742
766
|
}
|
|
743
767
|
},
|
|
744
768
|
"node_modules/@aws-sdk/shared-ini-file-loader": {
|
|
745
|
-
"version": "3.
|
|
746
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.
|
|
747
|
-
"integrity": "sha512-
|
|
769
|
+
"version": "3.357.0",
|
|
770
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.357.0.tgz",
|
|
771
|
+
"integrity": "sha512-ceyqM4XxQe0Plb/oQAD2t1UOV2Iy4PFe1oAGM8dfJzYrRKu7zvMwru7/WaB3NYq+/mIY6RU+jjhRmjQ3GySVqA==",
|
|
748
772
|
"dependencies": {
|
|
749
|
-
"@aws-sdk/types": "3.
|
|
750
|
-
"tslib": "^2.
|
|
773
|
+
"@aws-sdk/types": "3.357.0",
|
|
774
|
+
"tslib": "^2.5.0"
|
|
751
775
|
},
|
|
752
776
|
"engines": {
|
|
753
777
|
"node": ">=14.0.0"
|
|
754
778
|
}
|
|
755
779
|
},
|
|
756
780
|
"node_modules/@aws-sdk/signature-v4": {
|
|
757
|
-
"version": "3.
|
|
758
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.
|
|
759
|
-
"integrity": "sha512
|
|
760
|
-
"dependencies": {
|
|
761
|
-
"@aws-sdk/
|
|
762
|
-
"@aws-sdk/
|
|
763
|
-
"@aws-sdk/
|
|
764
|
-
"@aws-sdk/util-
|
|
765
|
-
"@aws-sdk/util-
|
|
766
|
-
"@aws-sdk/util-
|
|
767
|
-
"
|
|
781
|
+
"version": "3.357.0",
|
|
782
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.357.0.tgz",
|
|
783
|
+
"integrity": "sha512-itt4/Jh9FqnzK30qIjXFBvM4J7zN4S/AAqsRMnaX7U4f/MV+1YxQHmzimpdMnsCXXs2jqFqKVRu6DewxJ3nbxg==",
|
|
784
|
+
"dependencies": {
|
|
785
|
+
"@aws-sdk/eventstream-codec": "3.357.0",
|
|
786
|
+
"@aws-sdk/is-array-buffer": "3.310.0",
|
|
787
|
+
"@aws-sdk/types": "3.357.0",
|
|
788
|
+
"@aws-sdk/util-hex-encoding": "3.310.0",
|
|
789
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
790
|
+
"@aws-sdk/util-uri-escape": "3.310.0",
|
|
791
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
792
|
+
"tslib": "^2.5.0"
|
|
768
793
|
},
|
|
769
794
|
"engines": {
|
|
770
795
|
"node": ">=14.0.0"
|
|
771
796
|
}
|
|
772
797
|
},
|
|
773
798
|
"node_modules/@aws-sdk/smithy-client": {
|
|
774
|
-
"version": "3.
|
|
775
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.
|
|
776
|
-
"integrity": "sha512-
|
|
799
|
+
"version": "3.360.0",
|
|
800
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.360.0.tgz",
|
|
801
|
+
"integrity": "sha512-R7wbT2SkgWNEAxMekOTNcPcvBszabW2+qHjrcelbbVJNjx/2yK+MbpZI4WRSncByQMeeoW+aSUP+JgsbpiOWfw==",
|
|
777
802
|
"dependencies": {
|
|
778
|
-
"@aws-sdk/middleware-stack": "3.
|
|
779
|
-
"@aws-sdk/types": "3.
|
|
780
|
-
"
|
|
803
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
804
|
+
"@aws-sdk/types": "3.357.0",
|
|
805
|
+
"@aws-sdk/util-stream": "3.360.0",
|
|
806
|
+
"@smithy/types": "^1.0.0",
|
|
807
|
+
"tslib": "^2.5.0"
|
|
781
808
|
},
|
|
782
809
|
"engines": {
|
|
783
810
|
"node": ">=14.0.0"
|
|
784
811
|
}
|
|
785
812
|
},
|
|
786
813
|
"node_modules/@aws-sdk/token-providers": {
|
|
787
|
-
"version": "3.
|
|
788
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
789
|
-
"integrity": "sha512-
|
|
790
|
-
"dependencies": {
|
|
791
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
792
|
-
"@aws-sdk/property-provider": "3.
|
|
793
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
794
|
-
"@aws-sdk/types": "3.
|
|
795
|
-
"tslib": "^2.
|
|
814
|
+
"version": "3.360.0",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.360.0.tgz",
|
|
816
|
+
"integrity": "sha512-gtnCmn2NL7uSwadqQPeU74Wo7Wf1NMJtui+KSWPYpc3joRZqIYj0kL5w0IT2S9tPQwCFerWVfhkvRkSGJ4nZ/g==",
|
|
817
|
+
"dependencies": {
|
|
818
|
+
"@aws-sdk/client-sso-oidc": "3.360.0",
|
|
819
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
820
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
821
|
+
"@aws-sdk/types": "3.357.0",
|
|
822
|
+
"tslib": "^2.5.0"
|
|
796
823
|
},
|
|
797
824
|
"engines": {
|
|
798
825
|
"node": ">=14.0.0"
|
|
799
826
|
}
|
|
800
827
|
},
|
|
801
828
|
"node_modules/@aws-sdk/types": {
|
|
802
|
-
"version": "3.
|
|
803
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.
|
|
804
|
-
"integrity": "sha512
|
|
829
|
+
"version": "3.357.0",
|
|
830
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.357.0.tgz",
|
|
831
|
+
"integrity": "sha512-/riCRaXg3p71BeWnShrai0y0QTdXcouPSM0Cn1olZbzTf7s71aLEewrc96qFrL70XhY4XvnxMpqQh+r43XIL3g==",
|
|
805
832
|
"dependencies": {
|
|
806
|
-
"tslib": "^2.
|
|
833
|
+
"tslib": "^2.5.0"
|
|
807
834
|
},
|
|
808
835
|
"engines": {
|
|
809
836
|
"node": ">=14.0.0"
|
|
810
837
|
}
|
|
811
838
|
},
|
|
812
839
|
"node_modules/@aws-sdk/url-parser": {
|
|
813
|
-
"version": "3.
|
|
814
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.
|
|
815
|
-
"integrity": "sha512-
|
|
840
|
+
"version": "3.357.0",
|
|
841
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.357.0.tgz",
|
|
842
|
+
"integrity": "sha512-fAaU6cFsaAba01lCRsRJiYR/LfXvX2wudyEyutBVglE4dWSoSeu3QJNxImIzTBULfbiFhz59++NQ1JUVx88IVg==",
|
|
816
843
|
"dependencies": {
|
|
817
|
-
"@aws-sdk/querystring-parser": "3.
|
|
818
|
-
"@aws-sdk/types": "3.
|
|
819
|
-
"tslib": "^2.
|
|
844
|
+
"@aws-sdk/querystring-parser": "3.357.0",
|
|
845
|
+
"@aws-sdk/types": "3.357.0",
|
|
846
|
+
"tslib": "^2.5.0"
|
|
820
847
|
}
|
|
821
848
|
},
|
|
822
849
|
"node_modules/@aws-sdk/util-base64": {
|
|
823
|
-
"version": "3.
|
|
824
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.
|
|
825
|
-
"integrity": "sha512-
|
|
850
|
+
"version": "3.310.0",
|
|
851
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.310.0.tgz",
|
|
852
|
+
"integrity": "sha512-v3+HBKQvqgdzcbL+pFswlx5HQsd9L6ZTlyPVL2LS9nNXnCcR3XgGz9jRskikRUuUvUXtkSG1J88GAOnJ/apTPg==",
|
|
826
853
|
"dependencies": {
|
|
827
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
828
|
-
"tslib": "^2.
|
|
854
|
+
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
855
|
+
"tslib": "^2.5.0"
|
|
829
856
|
},
|
|
830
857
|
"engines": {
|
|
831
858
|
"node": ">=14.0.0"
|
|
832
859
|
}
|
|
833
860
|
},
|
|
834
861
|
"node_modules/@aws-sdk/util-body-length-browser": {
|
|
835
|
-
"version": "3.
|
|
836
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.
|
|
837
|
-
"integrity": "sha512-
|
|
862
|
+
"version": "3.310.0",
|
|
863
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.310.0.tgz",
|
|
864
|
+
"integrity": "sha512-sxsC3lPBGfpHtNTUoGXMQXLwjmR0zVpx0rSvzTPAuoVILVsp5AU/w5FphNPxD5OVIjNbZv9KsKTuvNTiZjDp9g==",
|
|
838
865
|
"dependencies": {
|
|
839
|
-
"tslib": "^2.
|
|
866
|
+
"tslib": "^2.5.0"
|
|
840
867
|
}
|
|
841
868
|
},
|
|
842
869
|
"node_modules/@aws-sdk/util-body-length-node": {
|
|
843
|
-
"version": "3.
|
|
844
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.
|
|
845
|
-
"integrity": "sha512-
|
|
870
|
+
"version": "3.310.0",
|
|
871
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.310.0.tgz",
|
|
872
|
+
"integrity": "sha512-2tqGXdyKhyA6w4zz7UPoS8Ip+7sayOg9BwHNidiGm2ikbDxm1YrCfYXvCBdwaJxa4hJfRVz+aL9e+d3GqPI9pQ==",
|
|
846
873
|
"dependencies": {
|
|
847
|
-
"tslib": "^2.
|
|
874
|
+
"tslib": "^2.5.0"
|
|
848
875
|
},
|
|
849
876
|
"engines": {
|
|
850
877
|
"node": ">=14.0.0"
|
|
851
878
|
}
|
|
852
879
|
},
|
|
853
880
|
"node_modules/@aws-sdk/util-buffer-from": {
|
|
854
|
-
"version": "3.
|
|
855
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.
|
|
856
|
-
"integrity": "sha512-
|
|
881
|
+
"version": "3.310.0",
|
|
882
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.310.0.tgz",
|
|
883
|
+
"integrity": "sha512-i6LVeXFtGih5Zs8enLrt+ExXY92QV25jtEnTKHsmlFqFAuL3VBeod6boeMXkN2p9lbSVVQ1sAOOYZOHYbYkntw==",
|
|
857
884
|
"dependencies": {
|
|
858
|
-
"@aws-sdk/is-array-buffer": "3.
|
|
859
|
-
"tslib": "^2.
|
|
885
|
+
"@aws-sdk/is-array-buffer": "3.310.0",
|
|
886
|
+
"tslib": "^2.5.0"
|
|
860
887
|
},
|
|
861
888
|
"engines": {
|
|
862
889
|
"node": ">=14.0.0"
|
|
863
890
|
}
|
|
864
891
|
},
|
|
865
892
|
"node_modules/@aws-sdk/util-config-provider": {
|
|
866
|
-
"version": "3.
|
|
867
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.
|
|
868
|
-
"integrity": "sha512-
|
|
893
|
+
"version": "3.310.0",
|
|
894
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.310.0.tgz",
|
|
895
|
+
"integrity": "sha512-xIBaYo8dwiojCw8vnUcIL4Z5tyfb1v3yjqyJKJWV/dqKUFOOS0U591plmXbM+M/QkXyML3ypon1f8+BoaDExrg==",
|
|
869
896
|
"dependencies": {
|
|
870
|
-
"tslib": "^2.
|
|
897
|
+
"tslib": "^2.5.0"
|
|
871
898
|
},
|
|
872
899
|
"engines": {
|
|
873
900
|
"node": ">=14.0.0"
|
|
874
901
|
}
|
|
875
902
|
},
|
|
876
903
|
"node_modules/@aws-sdk/util-defaults-mode-browser": {
|
|
877
|
-
"version": "3.
|
|
878
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.
|
|
879
|
-
"integrity": "sha512
|
|
904
|
+
"version": "3.360.0",
|
|
905
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.360.0.tgz",
|
|
906
|
+
"integrity": "sha512-/GR8VlK9xo1Q5WbVYuNaZ+XfoCFdWNb4z4mpoEgvEgBH4R0GjqiAqLftUA8Ykq1tJuDAKPYVzUNzK8DC0pt7/g==",
|
|
880
907
|
"dependencies": {
|
|
881
|
-
"@aws-sdk/property-provider": "3.
|
|
882
|
-
"@aws-sdk/types": "3.
|
|
908
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
909
|
+
"@aws-sdk/types": "3.357.0",
|
|
883
910
|
"bowser": "^2.11.0",
|
|
884
|
-
"tslib": "^2.
|
|
911
|
+
"tslib": "^2.5.0"
|
|
885
912
|
},
|
|
886
913
|
"engines": {
|
|
887
914
|
"node": ">= 10.0.0"
|
|
888
915
|
}
|
|
889
916
|
},
|
|
890
917
|
"node_modules/@aws-sdk/util-defaults-mode-node": {
|
|
891
|
-
"version": "3.
|
|
892
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.
|
|
893
|
-
"integrity": "sha512-
|
|
894
|
-
"dependencies": {
|
|
895
|
-
"@aws-sdk/config-resolver": "3.
|
|
896
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
897
|
-
"@aws-sdk/node-config-provider": "3.
|
|
898
|
-
"@aws-sdk/property-provider": "3.
|
|
899
|
-
"@aws-sdk/types": "3.
|
|
900
|
-
"tslib": "^2.
|
|
918
|
+
"version": "3.360.0",
|
|
919
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.360.0.tgz",
|
|
920
|
+
"integrity": "sha512-gR3Ctqpyl7SgStDJ1Jlq6qQDuw/rS9AgbAXx+s3wsmm3fm8lHKkXkDPYVvNDqd6dVXRO6q8MRx00lwkGI4qrpQ==",
|
|
921
|
+
"dependencies": {
|
|
922
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
923
|
+
"@aws-sdk/credential-provider-imds": "3.357.0",
|
|
924
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
925
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
926
|
+
"@aws-sdk/types": "3.357.0",
|
|
927
|
+
"tslib": "^2.5.0"
|
|
901
928
|
},
|
|
902
929
|
"engines": {
|
|
903
930
|
"node": ">= 10.0.0"
|
|
904
931
|
}
|
|
905
932
|
},
|
|
906
933
|
"node_modules/@aws-sdk/util-endpoints": {
|
|
907
|
-
"version": "3.
|
|
908
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.
|
|
909
|
-
"integrity": "sha512-
|
|
934
|
+
"version": "3.357.0",
|
|
935
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.357.0.tgz",
|
|
936
|
+
"integrity": "sha512-XHKyS5JClT9su9hDif715jpZiWHQF9gKZXER8tW0gOizU3R9cyWc9EsJ2BRhFNhi7nt/JF/CLUEc5qDx3ETbUw==",
|
|
910
937
|
"dependencies": {
|
|
911
|
-
"@aws-sdk/types": "3.
|
|
912
|
-
"tslib": "^2.
|
|
938
|
+
"@aws-sdk/types": "3.357.0",
|
|
939
|
+
"tslib": "^2.5.0"
|
|
913
940
|
},
|
|
914
941
|
"engines": {
|
|
915
942
|
"node": ">=14.0.0"
|
|
916
943
|
}
|
|
917
944
|
},
|
|
918
945
|
"node_modules/@aws-sdk/util-hex-encoding": {
|
|
919
|
-
"version": "3.
|
|
920
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.
|
|
921
|
-
"integrity": "sha512-
|
|
946
|
+
"version": "3.310.0",
|
|
947
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.310.0.tgz",
|
|
948
|
+
"integrity": "sha512-sVN7mcCCDSJ67pI1ZMtk84SKGqyix6/0A1Ab163YKn+lFBQRMKexleZzpYzNGxYzmQS6VanP/cfU7NiLQOaSfA==",
|
|
922
949
|
"dependencies": {
|
|
923
|
-
"tslib": "^2.
|
|
950
|
+
"tslib": "^2.5.0"
|
|
924
951
|
},
|
|
925
952
|
"engines": {
|
|
926
953
|
"node": ">=14.0.0"
|
|
@@ -938,57 +965,75 @@
|
|
|
938
965
|
}
|
|
939
966
|
},
|
|
940
967
|
"node_modules/@aws-sdk/util-middleware": {
|
|
941
|
-
"version": "3.
|
|
942
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.
|
|
943
|
-
"integrity": "sha512-
|
|
968
|
+
"version": "3.357.0",
|
|
969
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.357.0.tgz",
|
|
970
|
+
"integrity": "sha512-pV1krjZs7BdahZBfsCJMatE8kcor7GFsBOWrQgQDm9T0We5b5xPpOO2vxAD0RytBpY8Ky2ELs/+qXMv7l5fWIA==",
|
|
944
971
|
"dependencies": {
|
|
945
|
-
"tslib": "^2.
|
|
972
|
+
"tslib": "^2.5.0"
|
|
946
973
|
},
|
|
947
974
|
"engines": {
|
|
948
975
|
"node": ">=14.0.0"
|
|
949
976
|
}
|
|
950
977
|
},
|
|
951
978
|
"node_modules/@aws-sdk/util-retry": {
|
|
952
|
-
"version": "3.
|
|
953
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.
|
|
954
|
-
"integrity": "sha512-
|
|
979
|
+
"version": "3.357.0",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.357.0.tgz",
|
|
981
|
+
"integrity": "sha512-SUqYJE9msbuOVq+vnUy+t0LH7XuYNFz66dSF8q6tedsbJK4j8tgya0I1Ct3m06ynGrXDJMaj39I7AXCyW9bjtw==",
|
|
955
982
|
"dependencies": {
|
|
956
|
-
"@aws-sdk/service-error-classification": "3.
|
|
957
|
-
"tslib": "^2.
|
|
983
|
+
"@aws-sdk/service-error-classification": "3.357.0",
|
|
984
|
+
"tslib": "^2.5.0"
|
|
958
985
|
},
|
|
959
986
|
"engines": {
|
|
960
987
|
"node": ">= 14.0.0"
|
|
961
988
|
}
|
|
962
989
|
},
|
|
990
|
+
"node_modules/@aws-sdk/util-stream": {
|
|
991
|
+
"version": "3.360.0",
|
|
992
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-stream/-/util-stream-3.360.0.tgz",
|
|
993
|
+
"integrity": "sha512-t3naBfNesXwLis29pzSfLx2ifCn2180GiPjRaIsQP14IiVCBOeT1xaU6Dpyk7WeR/jW4cu7wGl+kbeyfNF6QmQ==",
|
|
994
|
+
"dependencies": {
|
|
995
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
996
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
997
|
+
"@aws-sdk/types": "3.357.0",
|
|
998
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
999
|
+
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
1000
|
+
"@aws-sdk/util-hex-encoding": "3.310.0",
|
|
1001
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
1002
|
+
"tslib": "^2.5.0"
|
|
1003
|
+
},
|
|
1004
|
+
"engines": {
|
|
1005
|
+
"node": ">=14.0.0"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
963
1008
|
"node_modules/@aws-sdk/util-uri-escape": {
|
|
964
|
-
"version": "3.
|
|
965
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.
|
|
966
|
-
"integrity": "sha512-
|
|
1009
|
+
"version": "3.310.0",
|
|
1010
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.310.0.tgz",
|
|
1011
|
+
"integrity": "sha512-drzt+aB2qo2LgtDoiy/3sVG8w63cgLkqFIa2NFlGpUgHFWTXkqtbgf4L5QdjRGKWhmZsnqkbtL7vkSWEcYDJ4Q==",
|
|
967
1012
|
"dependencies": {
|
|
968
|
-
"tslib": "^2.
|
|
1013
|
+
"tslib": "^2.5.0"
|
|
969
1014
|
},
|
|
970
1015
|
"engines": {
|
|
971
1016
|
"node": ">=14.0.0"
|
|
972
1017
|
}
|
|
973
1018
|
},
|
|
974
1019
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
975
|
-
"version": "3.
|
|
976
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
977
|
-
"integrity": "sha512-
|
|
1020
|
+
"version": "3.357.0",
|
|
1021
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.357.0.tgz",
|
|
1022
|
+
"integrity": "sha512-JHaWlNIUkPNvXkqeDOrqFzAlAgdwZK5mZw7FQnCRvf8tdSogpGZSkuyb9Z6rLD9gC40Srbc2nepO1cFpeMsDkA==",
|
|
978
1023
|
"dependencies": {
|
|
979
|
-
"@aws-sdk/types": "3.
|
|
1024
|
+
"@aws-sdk/types": "3.357.0",
|
|
980
1025
|
"bowser": "^2.11.0",
|
|
981
|
-
"tslib": "^2.
|
|
1026
|
+
"tslib": "^2.5.0"
|
|
982
1027
|
}
|
|
983
1028
|
},
|
|
984
1029
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
985
|
-
"version": "3.
|
|
986
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
987
|
-
"integrity": "sha512-
|
|
1030
|
+
"version": "3.357.0",
|
|
1031
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.357.0.tgz",
|
|
1032
|
+
"integrity": "sha512-RdpQoaJWQvcS99TVgSbT451iGrlH4qpWUWFA9U1IRhxOSsmC1hz8ME7xc8nci9SREx/ZlfT3ai6LpoAzAtIEMA==",
|
|
988
1033
|
"dependencies": {
|
|
989
|
-
"@aws-sdk/node-config-provider": "3.
|
|
990
|
-
"@aws-sdk/types": "3.
|
|
991
|
-
"tslib": "^2.
|
|
1034
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
1035
|
+
"@aws-sdk/types": "3.357.0",
|
|
1036
|
+
"tslib": "^2.5.0"
|
|
992
1037
|
},
|
|
993
1038
|
"engines": {
|
|
994
1039
|
"node": ">=14.0.0"
|
|
@@ -1003,12 +1048,12 @@
|
|
|
1003
1048
|
}
|
|
1004
1049
|
},
|
|
1005
1050
|
"node_modules/@aws-sdk/util-utf8": {
|
|
1006
|
-
"version": "3.
|
|
1007
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.
|
|
1008
|
-
"integrity": "sha512-
|
|
1051
|
+
"version": "3.310.0",
|
|
1052
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.310.0.tgz",
|
|
1053
|
+
"integrity": "sha512-DnLfFT8uCO22uOJc0pt0DsSNau1GTisngBCDw8jQuWT5CqogMJu4b/uXmwEqfj8B3GX6Xsz8zOd6JpRlPftQoA==",
|
|
1009
1054
|
"dependencies": {
|
|
1010
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
1011
|
-
"tslib": "^2.
|
|
1055
|
+
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
1056
|
+
"tslib": "^2.5.0"
|
|
1012
1057
|
},
|
|
1013
1058
|
"engines": {
|
|
1014
1059
|
"node": ">=14.0.0"
|
|
@@ -1023,13 +1068,36 @@
|
|
|
1023
1068
|
}
|
|
1024
1069
|
},
|
|
1025
1070
|
"node_modules/@aws-sdk/util-waiter": {
|
|
1026
|
-
"version": "3.
|
|
1027
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.
|
|
1028
|
-
"integrity": "sha512
|
|
1071
|
+
"version": "3.357.0",
|
|
1072
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.357.0.tgz",
|
|
1073
|
+
"integrity": "sha512-jQQGA5G8bm0JP5C4U85VzMpkFHdeeT7fOSUncXLG9Sh8Ambzi4XTud8m5/dA7aNJkvPwZeIF9QdgWCOzpkp1xA==",
|
|
1029
1074
|
"dependencies": {
|
|
1030
|
-
"@aws-sdk/abort-controller": "3.
|
|
1031
|
-
"@aws-sdk/types": "3.
|
|
1032
|
-
"tslib": "^2.
|
|
1075
|
+
"@aws-sdk/abort-controller": "3.357.0",
|
|
1076
|
+
"@aws-sdk/types": "3.357.0",
|
|
1077
|
+
"tslib": "^2.5.0"
|
|
1078
|
+
},
|
|
1079
|
+
"engines": {
|
|
1080
|
+
"node": ">=14.0.0"
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"node_modules/@smithy/protocol-http": {
|
|
1084
|
+
"version": "1.1.0",
|
|
1085
|
+
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-1.1.0.tgz",
|
|
1086
|
+
"integrity": "sha512-H5y/kZOqfJSqRkwtcAoVbqONmhdXwSgYNJ1Glk5Ry8qlhVVy5qUzD9EklaCH8/XLnoCsLO/F/Giee8MIvaBRkg==",
|
|
1087
|
+
"dependencies": {
|
|
1088
|
+
"@smithy/types": "^1.1.0",
|
|
1089
|
+
"tslib": "^2.5.0"
|
|
1090
|
+
},
|
|
1091
|
+
"engines": {
|
|
1092
|
+
"node": ">=14.0.0"
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"node_modules/@smithy/types": {
|
|
1096
|
+
"version": "1.1.0",
|
|
1097
|
+
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.1.0.tgz",
|
|
1098
|
+
"integrity": "sha512-KzmvisMmuwD2jZXuC9e65JrgsZM97y5NpDU7g347oB+Q+xQLU6hQZ5zFNNbEfwwOJHoOvEVTna+dk1h/lW7alw==",
|
|
1099
|
+
"dependencies": {
|
|
1100
|
+
"tslib": "^2.5.0"
|
|
1033
1101
|
},
|
|
1034
1102
|
"engines": {
|
|
1035
1103
|
"node": ">=14.0.0"
|
|
@@ -1089,18 +1157,24 @@
|
|
|
1089
1157
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
|
1090
1158
|
},
|
|
1091
1159
|
"node_modules/fast-xml-parser": {
|
|
1092
|
-
"version": "4.
|
|
1093
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.
|
|
1094
|
-
"integrity": "sha512-
|
|
1160
|
+
"version": "4.2.5",
|
|
1161
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
|
|
1162
|
+
"integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
|
|
1163
|
+
"funding": [
|
|
1164
|
+
{
|
|
1165
|
+
"type": "paypal",
|
|
1166
|
+
"url": "https://paypal.me/naturalintelligence"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"type": "github",
|
|
1170
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1171
|
+
}
|
|
1172
|
+
],
|
|
1095
1173
|
"dependencies": {
|
|
1096
1174
|
"strnum": "^1.0.5"
|
|
1097
1175
|
},
|
|
1098
1176
|
"bin": {
|
|
1099
1177
|
"fxparser": "src/cli/cli.js"
|
|
1100
|
-
},
|
|
1101
|
-
"funding": {
|
|
1102
|
-
"type": "paypal",
|
|
1103
|
-
"url": "https://paypal.me/naturalintelligence"
|
|
1104
1178
|
}
|
|
1105
1179
|
},
|
|
1106
1180
|
"node_modules/fs.realpath": {
|
|
@@ -1227,6 +1301,23 @@
|
|
|
1227
1301
|
}
|
|
1228
1302
|
},
|
|
1229
1303
|
"dependencies": {
|
|
1304
|
+
"@aws-crypto/crc32": {
|
|
1305
|
+
"version": "3.0.0",
|
|
1306
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
|
|
1307
|
+
"integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
|
|
1308
|
+
"requires": {
|
|
1309
|
+
"@aws-crypto/util": "^3.0.0",
|
|
1310
|
+
"@aws-sdk/types": "^3.222.0",
|
|
1311
|
+
"tslib": "^1.11.1"
|
|
1312
|
+
},
|
|
1313
|
+
"dependencies": {
|
|
1314
|
+
"tslib": {
|
|
1315
|
+
"version": "1.14.1",
|
|
1316
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
1317
|
+
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1230
1321
|
"@aws-crypto/ie11-detection": {
|
|
1231
1322
|
"version": "3.0.0",
|
|
1232
1323
|
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
|
|
@@ -1314,694 +1405,706 @@
|
|
|
1314
1405
|
}
|
|
1315
1406
|
},
|
|
1316
1407
|
"@aws-sdk/abort-controller": {
|
|
1317
|
-
"version": "3.
|
|
1318
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.
|
|
1319
|
-
"integrity": "sha512-
|
|
1408
|
+
"version": "3.357.0",
|
|
1409
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.357.0.tgz",
|
|
1410
|
+
"integrity": "sha512-nQYDJon87quPwt2JZJwUN2GFKJnvE5kWb6tZP4xb5biSGUKBqDQo06oYed7yokatCuCMouIXV462aN0fWODtOw==",
|
|
1320
1411
|
"requires": {
|
|
1321
|
-
"@aws-sdk/types": "3.
|
|
1322
|
-
"tslib": "^2.
|
|
1412
|
+
"@aws-sdk/types": "3.357.0",
|
|
1413
|
+
"tslib": "^2.5.0"
|
|
1323
1414
|
}
|
|
1324
1415
|
},
|
|
1325
1416
|
"@aws-sdk/client-codepipeline": {
|
|
1326
|
-
"version": "3.
|
|
1327
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.
|
|
1328
|
-
"integrity": "sha512-
|
|
1417
|
+
"version": "3.360.0",
|
|
1418
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.360.0.tgz",
|
|
1419
|
+
"integrity": "sha512-gOKF/j1Mlbs3rLg8/JVdaU1TXEpT2KwDTbIN0ezqWx30pKY0P7UGUdrkObRj2ePE3Ux3sIaFREBJ1FabF9Ul4A==",
|
|
1329
1420
|
"requires": {
|
|
1330
1421
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1331
1422
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
1332
|
-
"@aws-sdk/client-sts": "3.
|
|
1333
|
-
"@aws-sdk/config-resolver": "3.
|
|
1334
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
1335
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
1336
|
-
"@aws-sdk/hash-node": "3.
|
|
1337
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
1338
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
1339
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
1340
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
1341
|
-
"@aws-sdk/middleware-logger": "3.
|
|
1342
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
1343
|
-
"@aws-sdk/middleware-retry": "3.
|
|
1344
|
-
"@aws-sdk/middleware-serde": "3.
|
|
1345
|
-
"@aws-sdk/middleware-signing": "3.
|
|
1346
|
-
"@aws-sdk/middleware-stack": "3.
|
|
1347
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
1348
|
-
"@aws-sdk/node-config-provider": "3.
|
|
1349
|
-
"@aws-sdk/node-http-handler": "3.
|
|
1350
|
-
"@aws-sdk/
|
|
1351
|
-
"@aws-sdk/
|
|
1352
|
-
"@aws-sdk/
|
|
1353
|
-
"@aws-sdk/
|
|
1354
|
-
"@aws-sdk/util-
|
|
1355
|
-
"@aws-sdk/util-body-length-
|
|
1356
|
-
"@aws-sdk/util-
|
|
1357
|
-
"@aws-sdk/util-defaults-mode-
|
|
1358
|
-
"@aws-sdk/util-
|
|
1359
|
-
"@aws-sdk/util-
|
|
1360
|
-
"@aws-sdk/util-
|
|
1361
|
-
"@aws-sdk/util-user-agent-
|
|
1362
|
-
"@aws-sdk/util-
|
|
1363
|
-
"@
|
|
1364
|
-
"
|
|
1423
|
+
"@aws-sdk/client-sts": "3.360.0",
|
|
1424
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
1425
|
+
"@aws-sdk/credential-provider-node": "3.360.0",
|
|
1426
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
1427
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
1428
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
1429
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
1430
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
1431
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
1432
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
1433
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
1434
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
1435
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
1436
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
1437
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
1438
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
1439
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
1440
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
1441
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
1442
|
+
"@aws-sdk/types": "3.357.0",
|
|
1443
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
1444
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
1445
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
1446
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
1447
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
1448
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
1449
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
1450
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
1451
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
1452
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
1453
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
1454
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
1455
|
+
"@smithy/types": "^1.0.0",
|
|
1456
|
+
"tslib": "^2.5.0",
|
|
1365
1457
|
"uuid": "^8.3.2"
|
|
1366
1458
|
}
|
|
1367
1459
|
},
|
|
1368
1460
|
"@aws-sdk/client-ssm": {
|
|
1369
|
-
"version": "3.
|
|
1370
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.
|
|
1371
|
-
"integrity": "sha512-
|
|
1461
|
+
"version": "3.360.0",
|
|
1462
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.360.0.tgz",
|
|
1463
|
+
"integrity": "sha512-VpykmgTlXeoCpOZFuvRuanJTJHa0OGrN84t2/07xAY1oxii0O+/ZH7/lcENpJAm9CJH1a/64smE/vVW4d0TFiw==",
|
|
1372
1464
|
"requires": {
|
|
1373
1465
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1374
1466
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
1375
|
-
"@aws-sdk/client-sts": "3.
|
|
1376
|
-
"@aws-sdk/config-resolver": "3.
|
|
1377
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
1378
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
1379
|
-
"@aws-sdk/hash-node": "3.
|
|
1380
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
1381
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
1382
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
1383
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
1384
|
-
"@aws-sdk/middleware-logger": "3.
|
|
1385
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
1386
|
-
"@aws-sdk/middleware-retry": "3.
|
|
1387
|
-
"@aws-sdk/middleware-serde": "3.
|
|
1388
|
-
"@aws-sdk/middleware-signing": "3.
|
|
1389
|
-
"@aws-sdk/middleware-stack": "3.
|
|
1390
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
1391
|
-
"@aws-sdk/node-config-provider": "3.
|
|
1392
|
-
"@aws-sdk/node-http-handler": "3.
|
|
1393
|
-
"@aws-sdk/
|
|
1394
|
-
"@aws-sdk/
|
|
1395
|
-
"@aws-sdk/
|
|
1396
|
-
"@aws-sdk/
|
|
1397
|
-
"@aws-sdk/util-
|
|
1398
|
-
"@aws-sdk/util-body-length-
|
|
1399
|
-
"@aws-sdk/util-
|
|
1400
|
-
"@aws-sdk/util-defaults-mode-
|
|
1401
|
-
"@aws-sdk/util-
|
|
1402
|
-
"@aws-sdk/util-
|
|
1403
|
-
"@aws-sdk/util-
|
|
1404
|
-
"@aws-sdk/util-user-agent-
|
|
1405
|
-
"@aws-sdk/util-
|
|
1406
|
-
"@aws-sdk/util-
|
|
1407
|
-
"@
|
|
1408
|
-
"
|
|
1467
|
+
"@aws-sdk/client-sts": "3.360.0",
|
|
1468
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
1469
|
+
"@aws-sdk/credential-provider-node": "3.360.0",
|
|
1470
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
1471
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
1472
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
1473
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
1474
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
1475
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
1476
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
1477
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
1478
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
1479
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
1480
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
1481
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
1482
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
1483
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
1484
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
1485
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
1486
|
+
"@aws-sdk/types": "3.357.0",
|
|
1487
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
1488
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
1489
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
1490
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
1491
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
1492
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
1493
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
1494
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
1495
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
1496
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
1497
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
1498
|
+
"@aws-sdk/util-waiter": "3.357.0",
|
|
1499
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
1500
|
+
"@smithy/types": "^1.0.0",
|
|
1501
|
+
"tslib": "^2.5.0",
|
|
1409
1502
|
"uuid": "^8.3.2"
|
|
1410
1503
|
}
|
|
1411
1504
|
},
|
|
1412
1505
|
"@aws-sdk/client-sso": {
|
|
1413
|
-
"version": "3.
|
|
1414
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
1415
|
-
"integrity": "sha512-
|
|
1506
|
+
"version": "3.360.0",
|
|
1507
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.360.0.tgz",
|
|
1508
|
+
"integrity": "sha512-0f6eG+6XFbDxrma5xxNGg/FJxh/OHC6h8AkfNms9Lv1gBoQSagpcTor+ax0z9F6lypOjaelX6k4DpeKAp4PZeA==",
|
|
1416
1509
|
"requires": {
|
|
1417
1510
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1418
1511
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
1419
|
-
"@aws-sdk/config-resolver": "3.
|
|
1420
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
1421
|
-
"@aws-sdk/hash-node": "3.
|
|
1422
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
1423
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
1424
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
1425
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
1426
|
-
"@aws-sdk/middleware-logger": "3.
|
|
1427
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
1428
|
-
"@aws-sdk/middleware-retry": "3.
|
|
1429
|
-
"@aws-sdk/middleware-serde": "3.
|
|
1430
|
-
"@aws-sdk/middleware-stack": "3.
|
|
1431
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
1432
|
-
"@aws-sdk/node-config-provider": "3.
|
|
1433
|
-
"@aws-sdk/node-http-handler": "3.
|
|
1434
|
-
"@aws-sdk/
|
|
1435
|
-
"@aws-sdk/
|
|
1436
|
-
"@aws-sdk/
|
|
1437
|
-
"@aws-sdk/
|
|
1438
|
-
"@aws-sdk/util-
|
|
1439
|
-
"@aws-sdk/util-body-length-
|
|
1440
|
-
"@aws-sdk/util-
|
|
1441
|
-
"@aws-sdk/util-defaults-mode-
|
|
1442
|
-
"@aws-sdk/util-
|
|
1443
|
-
"@aws-sdk/util-
|
|
1444
|
-
"@aws-sdk/util-
|
|
1445
|
-
"@aws-sdk/util-user-agent-
|
|
1446
|
-
"@aws-sdk/util-
|
|
1447
|
-
"@
|
|
1448
|
-
"
|
|
1512
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
1513
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
1514
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
1515
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
1516
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
1517
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
1518
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
1519
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
1520
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
1521
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
1522
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
1523
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
1524
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
1525
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
1526
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
1527
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
1528
|
+
"@aws-sdk/types": "3.357.0",
|
|
1529
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
1530
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
1531
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
1532
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
1533
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
1534
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
1535
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
1536
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
1537
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
1538
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
1539
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
1540
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
1541
|
+
"@smithy/types": "^1.0.0",
|
|
1542
|
+
"tslib": "^2.5.0"
|
|
1449
1543
|
}
|
|
1450
1544
|
},
|
|
1451
1545
|
"@aws-sdk/client-sso-oidc": {
|
|
1452
|
-
"version": "3.
|
|
1453
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.
|
|
1454
|
-
"integrity": "sha512-
|
|
1546
|
+
"version": "3.360.0",
|
|
1547
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.360.0.tgz",
|
|
1548
|
+
"integrity": "sha512-czIpPt75fS3gH3vgFz76+WTaKcvPxC/DnPuqVyHdihMmP0UuwGPU9jn+Xx9RdUw7Yay3+rJRe3AYgBn4Xb220g==",
|
|
1455
1549
|
"requires": {
|
|
1456
1550
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1457
1551
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
1458
|
-
"@aws-sdk/config-resolver": "3.
|
|
1459
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
1460
|
-
"@aws-sdk/hash-node": "3.
|
|
1461
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
1462
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
1463
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
1464
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
1465
|
-
"@aws-sdk/middleware-logger": "3.
|
|
1466
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
1467
|
-
"@aws-sdk/middleware-retry": "3.
|
|
1468
|
-
"@aws-sdk/middleware-serde": "3.
|
|
1469
|
-
"@aws-sdk/middleware-stack": "3.
|
|
1470
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
1471
|
-
"@aws-sdk/node-config-provider": "3.
|
|
1472
|
-
"@aws-sdk/node-http-handler": "3.
|
|
1473
|
-
"@aws-sdk/
|
|
1474
|
-
"@aws-sdk/
|
|
1475
|
-
"@aws-sdk/
|
|
1476
|
-
"@aws-sdk/
|
|
1477
|
-
"@aws-sdk/util-
|
|
1478
|
-
"@aws-sdk/util-body-length-
|
|
1479
|
-
"@aws-sdk/util-
|
|
1480
|
-
"@aws-sdk/util-defaults-mode-
|
|
1481
|
-
"@aws-sdk/util-
|
|
1482
|
-
"@aws-sdk/util-
|
|
1483
|
-
"@aws-sdk/util-
|
|
1484
|
-
"@aws-sdk/util-user-agent-
|
|
1485
|
-
"@aws-sdk/util-
|
|
1486
|
-
"@
|
|
1487
|
-
"
|
|
1552
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
1553
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
1554
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
1555
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
1556
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
1557
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
1558
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
1559
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
1560
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
1561
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
1562
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
1563
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
1564
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
1565
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
1566
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
1567
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
1568
|
+
"@aws-sdk/types": "3.357.0",
|
|
1569
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
1570
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
1571
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
1572
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
1573
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
1574
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
1575
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
1576
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
1577
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
1578
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
1579
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
1580
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
1581
|
+
"@smithy/types": "^1.0.0",
|
|
1582
|
+
"tslib": "^2.5.0"
|
|
1488
1583
|
}
|
|
1489
1584
|
},
|
|
1490
1585
|
"@aws-sdk/client-sts": {
|
|
1491
|
-
"version": "3.
|
|
1492
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
1493
|
-
"integrity": "sha512-
|
|
1586
|
+
"version": "3.360.0",
|
|
1587
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.360.0.tgz",
|
|
1588
|
+
"integrity": "sha512-ORRwSdwlSYGHfhQCXKtr1eJeTjI14l5IZRJbRDgXs46y4/GQj/rt/2Q6WGjVMfM1ZRRiEII2/vK7mU7IJcWkFw==",
|
|
1494
1589
|
"requires": {
|
|
1495
1590
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1496
1591
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
1497
|
-
"@aws-sdk/config-resolver": "3.
|
|
1498
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
1499
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
1500
|
-
"@aws-sdk/hash-node": "3.
|
|
1501
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
1502
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
1503
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
1504
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
1505
|
-
"@aws-sdk/middleware-logger": "3.
|
|
1506
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
1507
|
-
"@aws-sdk/middleware-retry": "3.
|
|
1508
|
-
"@aws-sdk/middleware-sdk-sts": "3.
|
|
1509
|
-
"@aws-sdk/middleware-serde": "3.
|
|
1510
|
-
"@aws-sdk/middleware-signing": "3.
|
|
1511
|
-
"@aws-sdk/middleware-stack": "3.
|
|
1512
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
1513
|
-
"@aws-sdk/node-config-provider": "3.
|
|
1514
|
-
"@aws-sdk/node-http-handler": "3.
|
|
1515
|
-
"@aws-sdk/
|
|
1516
|
-
"@aws-sdk/
|
|
1517
|
-
"@aws-sdk/
|
|
1518
|
-
"@aws-sdk/
|
|
1519
|
-
"@aws-sdk/util-
|
|
1520
|
-
"@aws-sdk/util-body-length-
|
|
1521
|
-
"@aws-sdk/util-
|
|
1522
|
-
"@aws-sdk/util-defaults-mode-
|
|
1523
|
-
"@aws-sdk/util-
|
|
1524
|
-
"@aws-sdk/util-
|
|
1525
|
-
"@aws-sdk/util-
|
|
1526
|
-
"@aws-sdk/util-user-agent-
|
|
1527
|
-
"@aws-sdk/util-
|
|
1528
|
-
"@
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1592
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
1593
|
+
"@aws-sdk/credential-provider-node": "3.360.0",
|
|
1594
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
1595
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
1596
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
1597
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
1598
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
1599
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
1600
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
1601
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
1602
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
1603
|
+
"@aws-sdk/middleware-sdk-sts": "3.357.0",
|
|
1604
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
1605
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
1606
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
1607
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
1608
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
1609
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
1610
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
1611
|
+
"@aws-sdk/types": "3.357.0",
|
|
1612
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
1613
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
1614
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
1615
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
1616
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
1617
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
1618
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
1619
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
1620
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
1621
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
1622
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
1623
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
1624
|
+
"@smithy/types": "^1.0.0",
|
|
1625
|
+
"fast-xml-parser": "4.2.5",
|
|
1626
|
+
"tslib": "^2.5.0"
|
|
1531
1627
|
}
|
|
1532
1628
|
},
|
|
1533
1629
|
"@aws-sdk/config-resolver": {
|
|
1534
|
-
"version": "3.
|
|
1535
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.
|
|
1536
|
-
"integrity": "sha512-
|
|
1630
|
+
"version": "3.357.0",
|
|
1631
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.357.0.tgz",
|
|
1632
|
+
"integrity": "sha512-cukfg0nX7Tzx/xFyH5F4Eyb8DA1ITCGtSQv4vnEjgUop+bkzckuGLKEeBcBhyZY+aw+2C9CVwIHwIMhRm0ul5w==",
|
|
1537
1633
|
"requires": {
|
|
1538
|
-
"@aws-sdk/
|
|
1539
|
-
"@aws-sdk/
|
|
1540
|
-
"@aws-sdk/util-
|
|
1541
|
-
"
|
|
1542
|
-
"tslib": "^2.3.1"
|
|
1634
|
+
"@aws-sdk/types": "3.357.0",
|
|
1635
|
+
"@aws-sdk/util-config-provider": "3.310.0",
|
|
1636
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
1637
|
+
"tslib": "^2.5.0"
|
|
1543
1638
|
}
|
|
1544
1639
|
},
|
|
1545
1640
|
"@aws-sdk/credential-provider-env": {
|
|
1546
|
-
"version": "3.
|
|
1547
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
1548
|
-
"integrity": "sha512-
|
|
1641
|
+
"version": "3.357.0",
|
|
1642
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.357.0.tgz",
|
|
1643
|
+
"integrity": "sha512-UOecwfqvXgJVqhfWSZ2S44v2Nq2oceW0PQVQp0JAa9opc2rxSVIfyOhPr0yMoPmpyNcP22rgeg6ce70KULYwiA==",
|
|
1549
1644
|
"requires": {
|
|
1550
|
-
"@aws-sdk/property-provider": "3.
|
|
1551
|
-
"@aws-sdk/types": "3.
|
|
1552
|
-
"tslib": "^2.
|
|
1645
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
1646
|
+
"@aws-sdk/types": "3.357.0",
|
|
1647
|
+
"tslib": "^2.5.0"
|
|
1553
1648
|
}
|
|
1554
1649
|
},
|
|
1555
1650
|
"@aws-sdk/credential-provider-imds": {
|
|
1556
|
-
"version": "3.
|
|
1557
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.
|
|
1558
|
-
"integrity": "sha512-
|
|
1651
|
+
"version": "3.357.0",
|
|
1652
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.357.0.tgz",
|
|
1653
|
+
"integrity": "sha512-upw/bfsl7/WydT6gM0lBuR4Ipp4fzYm/E3ObFr0Mg5OkgVPt5ZJE+eeFTvwCpDdBSTKs4JfrK6/iEK8A23Q1jQ==",
|
|
1559
1654
|
"requires": {
|
|
1560
|
-
"@aws-sdk/node-config-provider": "3.
|
|
1561
|
-
"@aws-sdk/property-provider": "3.
|
|
1562
|
-
"@aws-sdk/types": "3.
|
|
1563
|
-
"@aws-sdk/url-parser": "3.
|
|
1564
|
-
"tslib": "^2.
|
|
1655
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
1656
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
1657
|
+
"@aws-sdk/types": "3.357.0",
|
|
1658
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
1659
|
+
"tslib": "^2.5.0"
|
|
1565
1660
|
}
|
|
1566
1661
|
},
|
|
1567
1662
|
"@aws-sdk/credential-provider-ini": {
|
|
1568
|
-
"version": "3.
|
|
1569
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
1570
|
-
"integrity": "sha512-
|
|
1571
|
-
"requires": {
|
|
1572
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
1573
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
1574
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
1575
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
1576
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
1577
|
-
"@aws-sdk/property-provider": "3.
|
|
1578
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
1579
|
-
"@aws-sdk/types": "3.
|
|
1580
|
-
"tslib": "^2.
|
|
1663
|
+
"version": "3.360.0",
|
|
1664
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.360.0.tgz",
|
|
1665
|
+
"integrity": "sha512-pWuLTq+yjSFssPGhDJ8oxvZsu7/F1KissGRt65G4qrfxHhoiMRcLF1GtFJueDQpitZ1i3mZXHVn/OSv4LPQ1Lw==",
|
|
1666
|
+
"requires": {
|
|
1667
|
+
"@aws-sdk/credential-provider-env": "3.357.0",
|
|
1668
|
+
"@aws-sdk/credential-provider-imds": "3.357.0",
|
|
1669
|
+
"@aws-sdk/credential-provider-process": "3.357.0",
|
|
1670
|
+
"@aws-sdk/credential-provider-sso": "3.360.0",
|
|
1671
|
+
"@aws-sdk/credential-provider-web-identity": "3.357.0",
|
|
1672
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
1673
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
1674
|
+
"@aws-sdk/types": "3.357.0",
|
|
1675
|
+
"tslib": "^2.5.0"
|
|
1581
1676
|
}
|
|
1582
1677
|
},
|
|
1583
1678
|
"@aws-sdk/credential-provider-node": {
|
|
1584
|
-
"version": "3.
|
|
1585
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
1586
|
-
"integrity": "sha512-
|
|
1587
|
-
"requires": {
|
|
1588
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
1589
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
1590
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
1591
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
1592
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
1593
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
1594
|
-
"@aws-sdk/property-provider": "3.
|
|
1595
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
1596
|
-
"@aws-sdk/types": "3.
|
|
1597
|
-
"tslib": "^2.
|
|
1679
|
+
"version": "3.360.0",
|
|
1680
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.360.0.tgz",
|
|
1681
|
+
"integrity": "sha512-j4Lu5vXkdzz/L6fGKKxnL0vcwAGHlwFHjTg9nRagMn1lvaVjtktXeM30duHTBQq9i+ejdFxpVNWYrmHGaWPNdg==",
|
|
1682
|
+
"requires": {
|
|
1683
|
+
"@aws-sdk/credential-provider-env": "3.357.0",
|
|
1684
|
+
"@aws-sdk/credential-provider-imds": "3.357.0",
|
|
1685
|
+
"@aws-sdk/credential-provider-ini": "3.360.0",
|
|
1686
|
+
"@aws-sdk/credential-provider-process": "3.357.0",
|
|
1687
|
+
"@aws-sdk/credential-provider-sso": "3.360.0",
|
|
1688
|
+
"@aws-sdk/credential-provider-web-identity": "3.357.0",
|
|
1689
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
1690
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
1691
|
+
"@aws-sdk/types": "3.357.0",
|
|
1692
|
+
"tslib": "^2.5.0"
|
|
1598
1693
|
}
|
|
1599
1694
|
},
|
|
1600
1695
|
"@aws-sdk/credential-provider-process": {
|
|
1601
|
-
"version": "3.
|
|
1602
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
1603
|
-
"integrity": "sha512-
|
|
1696
|
+
"version": "3.357.0",
|
|
1697
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.357.0.tgz",
|
|
1698
|
+
"integrity": "sha512-qFWWilFPsc2hR7O0KIhwcE78w+pVIK+uQR6MQMfdRyxUndgiuCorJwVjedc3yZtmnoELHF34j+m8whTBXv9E7Q==",
|
|
1604
1699
|
"requires": {
|
|
1605
|
-
"@aws-sdk/property-provider": "3.
|
|
1606
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
1607
|
-
"@aws-sdk/types": "3.
|
|
1608
|
-
"tslib": "^2.
|
|
1700
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
1701
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
1702
|
+
"@aws-sdk/types": "3.357.0",
|
|
1703
|
+
"tslib": "^2.5.0"
|
|
1609
1704
|
}
|
|
1610
1705
|
},
|
|
1611
1706
|
"@aws-sdk/credential-provider-sso": {
|
|
1612
|
-
"version": "3.
|
|
1613
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
1614
|
-
"integrity": "sha512-
|
|
1615
|
-
"requires": {
|
|
1616
|
-
"@aws-sdk/client-sso": "3.
|
|
1617
|
-
"@aws-sdk/property-provider": "3.
|
|
1618
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
1619
|
-
"@aws-sdk/token-providers": "3.
|
|
1620
|
-
"@aws-sdk/types": "3.
|
|
1621
|
-
"tslib": "^2.
|
|
1707
|
+
"version": "3.360.0",
|
|
1708
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.360.0.tgz",
|
|
1709
|
+
"integrity": "sha512-kW0FR8AbMQrJxADxIqYSjHVN2RXwHmA5DzogYm1AjOkYRMN9JHDVOMQP2K2M6FCynZqTYsKW5lzjPOjS0fu8Dw==",
|
|
1710
|
+
"requires": {
|
|
1711
|
+
"@aws-sdk/client-sso": "3.360.0",
|
|
1712
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
1713
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
1714
|
+
"@aws-sdk/token-providers": "3.360.0",
|
|
1715
|
+
"@aws-sdk/types": "3.357.0",
|
|
1716
|
+
"tslib": "^2.5.0"
|
|
1622
1717
|
}
|
|
1623
1718
|
},
|
|
1624
1719
|
"@aws-sdk/credential-provider-web-identity": {
|
|
1625
|
-
"version": "3.
|
|
1626
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
1627
|
-
"integrity": "sha512-
|
|
1720
|
+
"version": "3.357.0",
|
|
1721
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.357.0.tgz",
|
|
1722
|
+
"integrity": "sha512-0KRRAFrXy5HJe2vqnCWCoCS+fQw7IoIj3KQsuURJMW4F+ifisxCgEsh3brJ2LQlN4ElWTRJhlrDHNZ/pd61D4w==",
|
|
1628
1723
|
"requires": {
|
|
1629
|
-
"@aws-sdk/property-provider": "3.
|
|
1630
|
-
"@aws-sdk/types": "3.
|
|
1631
|
-
"tslib": "^2.
|
|
1724
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
1725
|
+
"@aws-sdk/types": "3.357.0",
|
|
1726
|
+
"tslib": "^2.5.0"
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
"@aws-sdk/eventstream-codec": {
|
|
1730
|
+
"version": "3.357.0",
|
|
1731
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-codec/-/eventstream-codec-3.357.0.tgz",
|
|
1732
|
+
"integrity": "sha512-bqenTHG6GH6aCk/Il+ooWXVVAZuc8lOgVEy9bE2hI49oVqT8zSuXxQB+w1WWyZoAOPcelsjayB1wfPub8VDBxQ==",
|
|
1733
|
+
"requires": {
|
|
1734
|
+
"@aws-crypto/crc32": "3.0.0",
|
|
1735
|
+
"@aws-sdk/types": "3.357.0",
|
|
1736
|
+
"@aws-sdk/util-hex-encoding": "3.310.0",
|
|
1737
|
+
"tslib": "^2.5.0"
|
|
1632
1738
|
}
|
|
1633
1739
|
},
|
|
1634
1740
|
"@aws-sdk/fetch-http-handler": {
|
|
1635
|
-
"version": "3.
|
|
1636
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.
|
|
1637
|
-
"integrity": "sha512-
|
|
1741
|
+
"version": "3.357.0",
|
|
1742
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.357.0.tgz",
|
|
1743
|
+
"integrity": "sha512-5sPloTO8y8fAnS/6/Sfp/aVoL9zuhzkLdWBORNzMazdynVNEzWKWCPZ27RQpgkaCDHiXjqUY4kfuFXAGkvFfDQ==",
|
|
1638
1744
|
"requires": {
|
|
1639
|
-
"@aws-sdk/protocol-http": "3.
|
|
1640
|
-
"@aws-sdk/querystring-builder": "3.
|
|
1641
|
-
"@aws-sdk/types": "3.
|
|
1642
|
-
"@aws-sdk/util-base64": "3.
|
|
1643
|
-
"tslib": "^2.
|
|
1745
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
1746
|
+
"@aws-sdk/querystring-builder": "3.357.0",
|
|
1747
|
+
"@aws-sdk/types": "3.357.0",
|
|
1748
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
1749
|
+
"tslib": "^2.5.0"
|
|
1644
1750
|
}
|
|
1645
1751
|
},
|
|
1646
1752
|
"@aws-sdk/hash-node": {
|
|
1647
|
-
"version": "3.
|
|
1648
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.
|
|
1649
|
-
"integrity": "sha512-
|
|
1753
|
+
"version": "3.357.0",
|
|
1754
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.357.0.tgz",
|
|
1755
|
+
"integrity": "sha512-fq3LS9AxHKb7dTZkm6iM1TrGk6XOTZz96iEZPME1+vjiSEXGWuebHt87q92n+KozVGRypn9MId3lHOPBBjygNQ==",
|
|
1650
1756
|
"requires": {
|
|
1651
|
-
"@aws-sdk/types": "3.
|
|
1652
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
1653
|
-
"@aws-sdk/util-utf8": "3.
|
|
1654
|
-
"tslib": "^2.
|
|
1757
|
+
"@aws-sdk/types": "3.357.0",
|
|
1758
|
+
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
1759
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
1760
|
+
"tslib": "^2.5.0"
|
|
1655
1761
|
}
|
|
1656
1762
|
},
|
|
1657
1763
|
"@aws-sdk/invalid-dependency": {
|
|
1658
|
-
"version": "3.
|
|
1659
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.
|
|
1660
|
-
"integrity": "sha512-
|
|
1764
|
+
"version": "3.357.0",
|
|
1765
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.357.0.tgz",
|
|
1766
|
+
"integrity": "sha512-HnCYZczf0VdyxMVMMxmA3QJAyyPSFbcMtZzgKbxVTWTG7GKpQe0psWZu/7O2Nk31mKg6vEUdiP1FylqLBsgMOA==",
|
|
1661
1767
|
"requires": {
|
|
1662
|
-
"@aws-sdk/types": "3.
|
|
1663
|
-
"tslib": "^2.
|
|
1768
|
+
"@aws-sdk/types": "3.357.0",
|
|
1769
|
+
"tslib": "^2.5.0"
|
|
1664
1770
|
}
|
|
1665
1771
|
},
|
|
1666
1772
|
"@aws-sdk/is-array-buffer": {
|
|
1667
|
-
"version": "3.
|
|
1668
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.
|
|
1669
|
-
"integrity": "sha512-
|
|
1773
|
+
"version": "3.310.0",
|
|
1774
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.310.0.tgz",
|
|
1775
|
+
"integrity": "sha512-urnbcCR+h9NWUnmOtet/s4ghvzsidFmspfhYaHAmSRdy9yDjdjBJMFjjsn85A1ODUktztm+cVncXjQ38WCMjMQ==",
|
|
1670
1776
|
"requires": {
|
|
1671
|
-
"tslib": "^2.
|
|
1777
|
+
"tslib": "^2.5.0"
|
|
1672
1778
|
}
|
|
1673
1779
|
},
|
|
1674
1780
|
"@aws-sdk/middleware-content-length": {
|
|
1675
|
-
"version": "3.
|
|
1676
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.
|
|
1677
|
-
"integrity": "sha512-
|
|
1781
|
+
"version": "3.357.0",
|
|
1782
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.357.0.tgz",
|
|
1783
|
+
"integrity": "sha512-zQOFEyzOXAgN4M54tYNWGxKxnyzY0WwYDTFzh9riJRmxN1hTEKHUKmze4nILIf5rkQmOG4kTf1qmfazjkvZAhw==",
|
|
1678
1784
|
"requires": {
|
|
1679
|
-
"@aws-sdk/protocol-http": "3.
|
|
1680
|
-
"@aws-sdk/types": "3.
|
|
1681
|
-
"tslib": "^2.
|
|
1785
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
1786
|
+
"@aws-sdk/types": "3.357.0",
|
|
1787
|
+
"tslib": "^2.5.0"
|
|
1682
1788
|
}
|
|
1683
1789
|
},
|
|
1684
1790
|
"@aws-sdk/middleware-endpoint": {
|
|
1685
|
-
"version": "3.
|
|
1686
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.
|
|
1687
|
-
"integrity": "sha512-
|
|
1688
|
-
"requires": {
|
|
1689
|
-
"@aws-sdk/middleware-serde": "3.
|
|
1690
|
-
"@aws-sdk/
|
|
1691
|
-
"@aws-sdk/
|
|
1692
|
-
"@aws-sdk/
|
|
1693
|
-
"
|
|
1694
|
-
"@aws-sdk/util-config-provider": "3.292.0",
|
|
1695
|
-
"@aws-sdk/util-middleware": "3.292.0",
|
|
1696
|
-
"tslib": "^2.3.1"
|
|
1791
|
+
"version": "3.357.0",
|
|
1792
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.357.0.tgz",
|
|
1793
|
+
"integrity": "sha512-ScJi0SL8X/Lyi0Fp5blg0QN/Z6PoRwV/ZJXd8dQkXSznkbSvJHfqPP0xk/w3GcQ1TKsu5YEPfeYy8ejcq+7Pgg==",
|
|
1794
|
+
"requires": {
|
|
1795
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
1796
|
+
"@aws-sdk/types": "3.357.0",
|
|
1797
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
1798
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
1799
|
+
"tslib": "^2.5.0"
|
|
1697
1800
|
}
|
|
1698
1801
|
},
|
|
1699
1802
|
"@aws-sdk/middleware-host-header": {
|
|
1700
|
-
"version": "3.
|
|
1701
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
1702
|
-
"integrity": "sha512-
|
|
1803
|
+
"version": "3.357.0",
|
|
1804
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.357.0.tgz",
|
|
1805
|
+
"integrity": "sha512-HuGLcP7JP1qJ5wGT9GSlEknDaTSnOzHY4T6IPFuvFjAy3PvY5siQNm6+VRqdVS+n6/kzpL3JP5sAVM3aoxHT6Q==",
|
|
1703
1806
|
"requires": {
|
|
1704
|
-
"@aws-sdk/protocol-http": "3.
|
|
1705
|
-
"@aws-sdk/types": "3.
|
|
1706
|
-
"tslib": "^2.
|
|
1807
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
1808
|
+
"@aws-sdk/types": "3.357.0",
|
|
1809
|
+
"tslib": "^2.5.0"
|
|
1707
1810
|
}
|
|
1708
1811
|
},
|
|
1709
1812
|
"@aws-sdk/middleware-logger": {
|
|
1710
|
-
"version": "3.
|
|
1711
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
1712
|
-
"integrity": "sha512-
|
|
1813
|
+
"version": "3.357.0",
|
|
1814
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.357.0.tgz",
|
|
1815
|
+
"integrity": "sha512-dncT3tr+lZ9+duZo52rASgO6AKVwRcsc2/T93gmaYVrJqI6WWAwQ7yML5s72l9ZjQ5LZ+4jjrgtlufavAS0eCg==",
|
|
1713
1816
|
"requires": {
|
|
1714
|
-
"@aws-sdk/types": "3.
|
|
1715
|
-
"tslib": "^2.
|
|
1817
|
+
"@aws-sdk/types": "3.357.0",
|
|
1818
|
+
"tslib": "^2.5.0"
|
|
1716
1819
|
}
|
|
1717
1820
|
},
|
|
1718
1821
|
"@aws-sdk/middleware-recursion-detection": {
|
|
1719
|
-
"version": "3.
|
|
1720
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.
|
|
1721
|
-
"integrity": "sha512-
|
|
1822
|
+
"version": "3.357.0",
|
|
1823
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.357.0.tgz",
|
|
1824
|
+
"integrity": "sha512-AXC54IeDS3jC1dbbkYHML4STvBPcKZ4IJTWdjEK1RCOgqXd0Ze1cE1e21wyj1tM6prF03zLyvpBd+3TS++nqfA==",
|
|
1722
1825
|
"requires": {
|
|
1723
|
-
"@aws-sdk/protocol-http": "3.
|
|
1724
|
-
"@aws-sdk/types": "3.
|
|
1725
|
-
"tslib": "^2.
|
|
1826
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
1827
|
+
"@aws-sdk/types": "3.357.0",
|
|
1828
|
+
"tslib": "^2.5.0"
|
|
1726
1829
|
}
|
|
1727
1830
|
},
|
|
1728
1831
|
"@aws-sdk/middleware-retry": {
|
|
1729
|
-
"version": "3.
|
|
1730
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.
|
|
1731
|
-
"integrity": "sha512-
|
|
1732
|
-
"requires": {
|
|
1733
|
-
"@aws-sdk/protocol-http": "3.
|
|
1734
|
-
"@aws-sdk/service-error-classification": "3.
|
|
1735
|
-
"@aws-sdk/types": "3.
|
|
1736
|
-
"@aws-sdk/util-middleware": "3.
|
|
1737
|
-
"@aws-sdk/util-retry": "3.
|
|
1738
|
-
"tslib": "^2.
|
|
1832
|
+
"version": "3.357.0",
|
|
1833
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.357.0.tgz",
|
|
1834
|
+
"integrity": "sha512-ZCbXCYv3nglQqwREYxxpclrnR9MYPAnHlLcC8e9PbApqxGnaZdhoywxoqbgqT3hf/RM7kput4vEHDl1fyymcRQ==",
|
|
1835
|
+
"requires": {
|
|
1836
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
1837
|
+
"@aws-sdk/service-error-classification": "3.357.0",
|
|
1838
|
+
"@aws-sdk/types": "3.357.0",
|
|
1839
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
1840
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
1841
|
+
"tslib": "^2.5.0",
|
|
1739
1842
|
"uuid": "^8.3.2"
|
|
1740
1843
|
}
|
|
1741
1844
|
},
|
|
1742
1845
|
"@aws-sdk/middleware-sdk-sts": {
|
|
1743
|
-
"version": "3.
|
|
1744
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.
|
|
1745
|
-
"integrity": "sha512-
|
|
1746
|
-
"requires": {
|
|
1747
|
-
"@aws-sdk/middleware-signing": "3.
|
|
1748
|
-
"@aws-sdk/
|
|
1749
|
-
"
|
|
1750
|
-
"@aws-sdk/signature-v4": "3.292.0",
|
|
1751
|
-
"@aws-sdk/types": "3.292.0",
|
|
1752
|
-
"tslib": "^2.3.1"
|
|
1846
|
+
"version": "3.357.0",
|
|
1847
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.357.0.tgz",
|
|
1848
|
+
"integrity": "sha512-Ng2VjLrPiL02QOcs1qs9jG2boO4Gn+v3VIbOJLG4zXcfbSq55iIWtlmr2ljfw9vP5aLhWtcODfmKHS5Bp+019Q==",
|
|
1849
|
+
"requires": {
|
|
1850
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
1851
|
+
"@aws-sdk/types": "3.357.0",
|
|
1852
|
+
"tslib": "^2.5.0"
|
|
1753
1853
|
}
|
|
1754
1854
|
},
|
|
1755
1855
|
"@aws-sdk/middleware-serde": {
|
|
1756
|
-
"version": "3.
|
|
1757
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.
|
|
1758
|
-
"integrity": "sha512-
|
|
1856
|
+
"version": "3.357.0",
|
|
1857
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.357.0.tgz",
|
|
1858
|
+
"integrity": "sha512-bGI4kYuuEsFjlANbyJLyy4AovETnyf/SukgLOG7Qjbua+ZGuzvRhMsk21mBKKGrnsTO4PmtieJo6xClThGAN8g==",
|
|
1759
1859
|
"requires": {
|
|
1760
|
-
"@aws-sdk/types": "3.
|
|
1761
|
-
"tslib": "^2.
|
|
1860
|
+
"@aws-sdk/types": "3.357.0",
|
|
1861
|
+
"tslib": "^2.5.0"
|
|
1762
1862
|
}
|
|
1763
1863
|
},
|
|
1764
1864
|
"@aws-sdk/middleware-signing": {
|
|
1765
|
-
"version": "3.
|
|
1766
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.
|
|
1767
|
-
"integrity": "sha512-
|
|
1768
|
-
"requires": {
|
|
1769
|
-
"@aws-sdk/property-provider": "3.
|
|
1770
|
-
"@aws-sdk/protocol-http": "3.
|
|
1771
|
-
"@aws-sdk/signature-v4": "3.
|
|
1772
|
-
"@aws-sdk/types": "3.
|
|
1773
|
-
"@aws-sdk/util-middleware": "3.
|
|
1774
|
-
"tslib": "^2.
|
|
1865
|
+
"version": "3.357.0",
|
|
1866
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.357.0.tgz",
|
|
1867
|
+
"integrity": "sha512-yB9ewEqI6Fw1OrmKFrUypbCqN5ijk06UGPochybamMuPxxkwMT3bnrm7eezsCA+TZbJyKhpffpyobwuv+xGNrA==",
|
|
1868
|
+
"requires": {
|
|
1869
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
1870
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
1871
|
+
"@aws-sdk/signature-v4": "3.357.0",
|
|
1872
|
+
"@aws-sdk/types": "3.357.0",
|
|
1873
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
1874
|
+
"tslib": "^2.5.0"
|
|
1775
1875
|
}
|
|
1776
1876
|
},
|
|
1777
1877
|
"@aws-sdk/middleware-stack": {
|
|
1778
|
-
"version": "3.
|
|
1779
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.
|
|
1780
|
-
"integrity": "sha512-
|
|
1878
|
+
"version": "3.357.0",
|
|
1879
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.357.0.tgz",
|
|
1880
|
+
"integrity": "sha512-nNV+jfwGwmbOGZujAY/U8AW3EbVlxa9DJDLz3TPp/39o6Vu5KEzHJyDDNreo2k9V/TMvV+nOzHafufgPdagv7w==",
|
|
1781
1881
|
"requires": {
|
|
1782
|
-
"tslib": "^2.
|
|
1882
|
+
"tslib": "^2.5.0"
|
|
1783
1883
|
}
|
|
1784
1884
|
},
|
|
1785
1885
|
"@aws-sdk/middleware-user-agent": {
|
|
1786
|
-
"version": "3.
|
|
1787
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
1788
|
-
"integrity": "sha512-
|
|
1886
|
+
"version": "3.357.0",
|
|
1887
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.357.0.tgz",
|
|
1888
|
+
"integrity": "sha512-M/CsAXjGblZS4rEbMb0Dn9IXbfq4EjVaTHBfvuILU/dKRppWvjnm2lRtqCZ+LIT3ATbAjA3/dY7dWsjxQWwijA==",
|
|
1789
1889
|
"requires": {
|
|
1790
|
-
"@aws-sdk/protocol-http": "3.
|
|
1791
|
-
"@aws-sdk/types": "3.
|
|
1792
|
-
"@aws-sdk/util-endpoints": "3.
|
|
1793
|
-
"tslib": "^2.
|
|
1890
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
1891
|
+
"@aws-sdk/types": "3.357.0",
|
|
1892
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
1893
|
+
"tslib": "^2.5.0"
|
|
1794
1894
|
}
|
|
1795
1895
|
},
|
|
1796
1896
|
"@aws-sdk/node-config-provider": {
|
|
1797
|
-
"version": "3.
|
|
1798
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.
|
|
1799
|
-
"integrity": "sha512-
|
|
1897
|
+
"version": "3.357.0",
|
|
1898
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.357.0.tgz",
|
|
1899
|
+
"integrity": "sha512-kwBIzKCaW3UWqLdELhy7TcN8itNMOjbzga530nalFILMvn2IxrkdKQhNgxGBXy6QK6kCOtH6OmcrG3/oZkLwig==",
|
|
1800
1900
|
"requires": {
|
|
1801
|
-
"@aws-sdk/property-provider": "3.
|
|
1802
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
1803
|
-
"@aws-sdk/types": "3.
|
|
1804
|
-
"tslib": "^2.
|
|
1901
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
1902
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
1903
|
+
"@aws-sdk/types": "3.357.0",
|
|
1904
|
+
"tslib": "^2.5.0"
|
|
1805
1905
|
}
|
|
1806
1906
|
},
|
|
1807
1907
|
"@aws-sdk/node-http-handler": {
|
|
1808
|
-
"version": "3.
|
|
1809
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.
|
|
1810
|
-
"integrity": "sha512-
|
|
1908
|
+
"version": "3.360.0",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.360.0.tgz",
|
|
1910
|
+
"integrity": "sha512-oMsXdMmNwHpUbebETO44bq0N4SocEMGfPjYNUTRs8md7ita5fuFd2qFuvf+ZRt6iVcGWluIqmF8DidD+b7d+TA==",
|
|
1811
1911
|
"requires": {
|
|
1812
|
-
"@aws-sdk/abort-controller": "3.
|
|
1813
|
-
"@aws-sdk/protocol-http": "3.
|
|
1814
|
-
"@aws-sdk/querystring-builder": "3.
|
|
1815
|
-
"@aws-sdk/types": "3.
|
|
1816
|
-
"tslib": "^2.
|
|
1912
|
+
"@aws-sdk/abort-controller": "3.357.0",
|
|
1913
|
+
"@aws-sdk/protocol-http": "3.357.0",
|
|
1914
|
+
"@aws-sdk/querystring-builder": "3.357.0",
|
|
1915
|
+
"@aws-sdk/types": "3.357.0",
|
|
1916
|
+
"tslib": "^2.5.0"
|
|
1817
1917
|
}
|
|
1818
1918
|
},
|
|
1819
1919
|
"@aws-sdk/property-provider": {
|
|
1820
|
-
"version": "3.
|
|
1821
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.
|
|
1822
|
-
"integrity": "sha512-
|
|
1920
|
+
"version": "3.357.0",
|
|
1921
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.357.0.tgz",
|
|
1922
|
+
"integrity": "sha512-im4W0u8WaYxG7J7ko4Xl3OEzK3Mrm1Rz6/txTGe6hTIHlyUISu1ekOQJXK6XYPqNMn8v1G3BiQREoRXUEJFbHg==",
|
|
1823
1923
|
"requires": {
|
|
1824
|
-
"@aws-sdk/types": "3.
|
|
1825
|
-
"tslib": "^2.
|
|
1924
|
+
"@aws-sdk/types": "3.357.0",
|
|
1925
|
+
"tslib": "^2.5.0"
|
|
1826
1926
|
}
|
|
1827
1927
|
},
|
|
1828
1928
|
"@aws-sdk/protocol-http": {
|
|
1829
|
-
"version": "3.
|
|
1830
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.
|
|
1831
|
-
"integrity": "sha512-
|
|
1929
|
+
"version": "3.357.0",
|
|
1930
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.357.0.tgz",
|
|
1931
|
+
"integrity": "sha512-w1JHiI50VEea7duDeAspUiKJmmdIQblvRyjVMOqWA6FIQAyDVuEiPX7/MdQr0ScxhtRQxHbP0I4MFyl7ctRQvA==",
|
|
1832
1932
|
"requires": {
|
|
1833
|
-
"@aws-sdk/types": "3.
|
|
1834
|
-
"tslib": "^2.
|
|
1933
|
+
"@aws-sdk/types": "3.357.0",
|
|
1934
|
+
"tslib": "^2.5.0"
|
|
1835
1935
|
}
|
|
1836
1936
|
},
|
|
1837
1937
|
"@aws-sdk/querystring-builder": {
|
|
1838
|
-
"version": "3.
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.
|
|
1840
|
-
"integrity": "sha512-
|
|
1938
|
+
"version": "3.357.0",
|
|
1939
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.357.0.tgz",
|
|
1940
|
+
"integrity": "sha512-aQcicqB6Y2cNaXPPwunz612a01SMiQQPsdz632F/3Lzn0ua82BJKobHOtaiTUlmVJ5Q4/EAeNfwZgL7tTUNtDQ==",
|
|
1841
1941
|
"requires": {
|
|
1842
|
-
"@aws-sdk/types": "3.
|
|
1843
|
-
"@aws-sdk/util-uri-escape": "3.
|
|
1844
|
-
"tslib": "^2.
|
|
1942
|
+
"@aws-sdk/types": "3.357.0",
|
|
1943
|
+
"@aws-sdk/util-uri-escape": "3.310.0",
|
|
1944
|
+
"tslib": "^2.5.0"
|
|
1845
1945
|
}
|
|
1846
1946
|
},
|
|
1847
1947
|
"@aws-sdk/querystring-parser": {
|
|
1848
|
-
"version": "3.
|
|
1849
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.
|
|
1850
|
-
"integrity": "sha512-
|
|
1948
|
+
"version": "3.357.0",
|
|
1949
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.357.0.tgz",
|
|
1950
|
+
"integrity": "sha512-Svvq+atRNP9s2VxiklcUNgCzmt3T5kfs7X2C+yjmxHvOQTPjLNaNGbfC/vhjOK7aoXw0h+lBac48r5ymx1PbQA==",
|
|
1851
1951
|
"requires": {
|
|
1852
|
-
"@aws-sdk/types": "3.
|
|
1853
|
-
"tslib": "^2.
|
|
1952
|
+
"@aws-sdk/types": "3.357.0",
|
|
1953
|
+
"tslib": "^2.5.0"
|
|
1854
1954
|
}
|
|
1855
1955
|
},
|
|
1856
1956
|
"@aws-sdk/service-error-classification": {
|
|
1857
|
-
"version": "3.
|
|
1858
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.
|
|
1859
|
-
"integrity": "sha512-
|
|
1957
|
+
"version": "3.357.0",
|
|
1958
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.357.0.tgz",
|
|
1959
|
+
"integrity": "sha512-VuXeL4g5vKO9HjgCZlxmH8Uv1FcqUSjmbPpQkbNtYIDck6u0qzM0rG+n0/1EjyQbPSr3MhW/pkWs5nx2Nljlyg=="
|
|
1860
1960
|
},
|
|
1861
1961
|
"@aws-sdk/shared-ini-file-loader": {
|
|
1862
|
-
"version": "3.
|
|
1863
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.
|
|
1864
|
-
"integrity": "sha512-
|
|
1962
|
+
"version": "3.357.0",
|
|
1963
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.357.0.tgz",
|
|
1964
|
+
"integrity": "sha512-ceyqM4XxQe0Plb/oQAD2t1UOV2Iy4PFe1oAGM8dfJzYrRKu7zvMwru7/WaB3NYq+/mIY6RU+jjhRmjQ3GySVqA==",
|
|
1865
1965
|
"requires": {
|
|
1866
|
-
"@aws-sdk/types": "3.
|
|
1867
|
-
"tslib": "^2.
|
|
1966
|
+
"@aws-sdk/types": "3.357.0",
|
|
1967
|
+
"tslib": "^2.5.0"
|
|
1868
1968
|
}
|
|
1869
1969
|
},
|
|
1870
1970
|
"@aws-sdk/signature-v4": {
|
|
1871
|
-
"version": "3.
|
|
1872
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.
|
|
1873
|
-
"integrity": "sha512
|
|
1874
|
-
"requires": {
|
|
1875
|
-
"@aws-sdk/
|
|
1876
|
-
"@aws-sdk/
|
|
1877
|
-
"@aws-sdk/
|
|
1878
|
-
"@aws-sdk/util-
|
|
1879
|
-
"@aws-sdk/util-
|
|
1880
|
-
"@aws-sdk/util-
|
|
1881
|
-
"
|
|
1971
|
+
"version": "3.357.0",
|
|
1972
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.357.0.tgz",
|
|
1973
|
+
"integrity": "sha512-itt4/Jh9FqnzK30qIjXFBvM4J7zN4S/AAqsRMnaX7U4f/MV+1YxQHmzimpdMnsCXXs2jqFqKVRu6DewxJ3nbxg==",
|
|
1974
|
+
"requires": {
|
|
1975
|
+
"@aws-sdk/eventstream-codec": "3.357.0",
|
|
1976
|
+
"@aws-sdk/is-array-buffer": "3.310.0",
|
|
1977
|
+
"@aws-sdk/types": "3.357.0",
|
|
1978
|
+
"@aws-sdk/util-hex-encoding": "3.310.0",
|
|
1979
|
+
"@aws-sdk/util-middleware": "3.357.0",
|
|
1980
|
+
"@aws-sdk/util-uri-escape": "3.310.0",
|
|
1981
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
1982
|
+
"tslib": "^2.5.0"
|
|
1882
1983
|
}
|
|
1883
1984
|
},
|
|
1884
1985
|
"@aws-sdk/smithy-client": {
|
|
1885
|
-
"version": "3.
|
|
1886
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.
|
|
1887
|
-
"integrity": "sha512-
|
|
1986
|
+
"version": "3.360.0",
|
|
1987
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.360.0.tgz",
|
|
1988
|
+
"integrity": "sha512-R7wbT2SkgWNEAxMekOTNcPcvBszabW2+qHjrcelbbVJNjx/2yK+MbpZI4WRSncByQMeeoW+aSUP+JgsbpiOWfw==",
|
|
1888
1989
|
"requires": {
|
|
1889
|
-
"@aws-sdk/middleware-stack": "3.
|
|
1890
|
-
"@aws-sdk/types": "3.
|
|
1891
|
-
"
|
|
1990
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
1991
|
+
"@aws-sdk/types": "3.357.0",
|
|
1992
|
+
"@aws-sdk/util-stream": "3.360.0",
|
|
1993
|
+
"@smithy/types": "^1.0.0",
|
|
1994
|
+
"tslib": "^2.5.0"
|
|
1892
1995
|
}
|
|
1893
1996
|
},
|
|
1894
1997
|
"@aws-sdk/token-providers": {
|
|
1895
|
-
"version": "3.
|
|
1896
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
1897
|
-
"integrity": "sha512-
|
|
1898
|
-
"requires": {
|
|
1899
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
1900
|
-
"@aws-sdk/property-provider": "3.
|
|
1901
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
1902
|
-
"@aws-sdk/types": "3.
|
|
1903
|
-
"tslib": "^2.
|
|
1998
|
+
"version": "3.360.0",
|
|
1999
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.360.0.tgz",
|
|
2000
|
+
"integrity": "sha512-gtnCmn2NL7uSwadqQPeU74Wo7Wf1NMJtui+KSWPYpc3joRZqIYj0kL5w0IT2S9tPQwCFerWVfhkvRkSGJ4nZ/g==",
|
|
2001
|
+
"requires": {
|
|
2002
|
+
"@aws-sdk/client-sso-oidc": "3.360.0",
|
|
2003
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
2004
|
+
"@aws-sdk/shared-ini-file-loader": "3.357.0",
|
|
2005
|
+
"@aws-sdk/types": "3.357.0",
|
|
2006
|
+
"tslib": "^2.5.0"
|
|
1904
2007
|
}
|
|
1905
2008
|
},
|
|
1906
2009
|
"@aws-sdk/types": {
|
|
1907
|
-
"version": "3.
|
|
1908
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.
|
|
1909
|
-
"integrity": "sha512
|
|
2010
|
+
"version": "3.357.0",
|
|
2011
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.357.0.tgz",
|
|
2012
|
+
"integrity": "sha512-/riCRaXg3p71BeWnShrai0y0QTdXcouPSM0Cn1olZbzTf7s71aLEewrc96qFrL70XhY4XvnxMpqQh+r43XIL3g==",
|
|
1910
2013
|
"requires": {
|
|
1911
|
-
"tslib": "^2.
|
|
2014
|
+
"tslib": "^2.5.0"
|
|
1912
2015
|
}
|
|
1913
2016
|
},
|
|
1914
2017
|
"@aws-sdk/url-parser": {
|
|
1915
|
-
"version": "3.
|
|
1916
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.
|
|
1917
|
-
"integrity": "sha512-
|
|
2018
|
+
"version": "3.357.0",
|
|
2019
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.357.0.tgz",
|
|
2020
|
+
"integrity": "sha512-fAaU6cFsaAba01lCRsRJiYR/LfXvX2wudyEyutBVglE4dWSoSeu3QJNxImIzTBULfbiFhz59++NQ1JUVx88IVg==",
|
|
1918
2021
|
"requires": {
|
|
1919
|
-
"@aws-sdk/querystring-parser": "3.
|
|
1920
|
-
"@aws-sdk/types": "3.
|
|
1921
|
-
"tslib": "^2.
|
|
2022
|
+
"@aws-sdk/querystring-parser": "3.357.0",
|
|
2023
|
+
"@aws-sdk/types": "3.357.0",
|
|
2024
|
+
"tslib": "^2.5.0"
|
|
1922
2025
|
}
|
|
1923
2026
|
},
|
|
1924
2027
|
"@aws-sdk/util-base64": {
|
|
1925
|
-
"version": "3.
|
|
1926
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.
|
|
1927
|
-
"integrity": "sha512-
|
|
2028
|
+
"version": "3.310.0",
|
|
2029
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.310.0.tgz",
|
|
2030
|
+
"integrity": "sha512-v3+HBKQvqgdzcbL+pFswlx5HQsd9L6ZTlyPVL2LS9nNXnCcR3XgGz9jRskikRUuUvUXtkSG1J88GAOnJ/apTPg==",
|
|
1928
2031
|
"requires": {
|
|
1929
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
1930
|
-
"tslib": "^2.
|
|
2032
|
+
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
2033
|
+
"tslib": "^2.5.0"
|
|
1931
2034
|
}
|
|
1932
2035
|
},
|
|
1933
2036
|
"@aws-sdk/util-body-length-browser": {
|
|
1934
|
-
"version": "3.
|
|
1935
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.
|
|
1936
|
-
"integrity": "sha512-
|
|
2037
|
+
"version": "3.310.0",
|
|
2038
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.310.0.tgz",
|
|
2039
|
+
"integrity": "sha512-sxsC3lPBGfpHtNTUoGXMQXLwjmR0zVpx0rSvzTPAuoVILVsp5AU/w5FphNPxD5OVIjNbZv9KsKTuvNTiZjDp9g==",
|
|
1937
2040
|
"requires": {
|
|
1938
|
-
"tslib": "^2.
|
|
2041
|
+
"tslib": "^2.5.0"
|
|
1939
2042
|
}
|
|
1940
2043
|
},
|
|
1941
2044
|
"@aws-sdk/util-body-length-node": {
|
|
1942
|
-
"version": "3.
|
|
1943
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.
|
|
1944
|
-
"integrity": "sha512-
|
|
2045
|
+
"version": "3.310.0",
|
|
2046
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.310.0.tgz",
|
|
2047
|
+
"integrity": "sha512-2tqGXdyKhyA6w4zz7UPoS8Ip+7sayOg9BwHNidiGm2ikbDxm1YrCfYXvCBdwaJxa4hJfRVz+aL9e+d3GqPI9pQ==",
|
|
1945
2048
|
"requires": {
|
|
1946
|
-
"tslib": "^2.
|
|
2049
|
+
"tslib": "^2.5.0"
|
|
1947
2050
|
}
|
|
1948
2051
|
},
|
|
1949
2052
|
"@aws-sdk/util-buffer-from": {
|
|
1950
|
-
"version": "3.
|
|
1951
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.
|
|
1952
|
-
"integrity": "sha512-
|
|
2053
|
+
"version": "3.310.0",
|
|
2054
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.310.0.tgz",
|
|
2055
|
+
"integrity": "sha512-i6LVeXFtGih5Zs8enLrt+ExXY92QV25jtEnTKHsmlFqFAuL3VBeod6boeMXkN2p9lbSVVQ1sAOOYZOHYbYkntw==",
|
|
1953
2056
|
"requires": {
|
|
1954
|
-
"@aws-sdk/is-array-buffer": "3.
|
|
1955
|
-
"tslib": "^2.
|
|
2057
|
+
"@aws-sdk/is-array-buffer": "3.310.0",
|
|
2058
|
+
"tslib": "^2.5.0"
|
|
1956
2059
|
}
|
|
1957
2060
|
},
|
|
1958
2061
|
"@aws-sdk/util-config-provider": {
|
|
1959
|
-
"version": "3.
|
|
1960
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.
|
|
1961
|
-
"integrity": "sha512-
|
|
2062
|
+
"version": "3.310.0",
|
|
2063
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.310.0.tgz",
|
|
2064
|
+
"integrity": "sha512-xIBaYo8dwiojCw8vnUcIL4Z5tyfb1v3yjqyJKJWV/dqKUFOOS0U591plmXbM+M/QkXyML3ypon1f8+BoaDExrg==",
|
|
1962
2065
|
"requires": {
|
|
1963
|
-
"tslib": "^2.
|
|
2066
|
+
"tslib": "^2.5.0"
|
|
1964
2067
|
}
|
|
1965
2068
|
},
|
|
1966
2069
|
"@aws-sdk/util-defaults-mode-browser": {
|
|
1967
|
-
"version": "3.
|
|
1968
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.
|
|
1969
|
-
"integrity": "sha512
|
|
2070
|
+
"version": "3.360.0",
|
|
2071
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.360.0.tgz",
|
|
2072
|
+
"integrity": "sha512-/GR8VlK9xo1Q5WbVYuNaZ+XfoCFdWNb4z4mpoEgvEgBH4R0GjqiAqLftUA8Ykq1tJuDAKPYVzUNzK8DC0pt7/g==",
|
|
1970
2073
|
"requires": {
|
|
1971
|
-
"@aws-sdk/property-provider": "3.
|
|
1972
|
-
"@aws-sdk/types": "3.
|
|
2074
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
2075
|
+
"@aws-sdk/types": "3.357.0",
|
|
1973
2076
|
"bowser": "^2.11.0",
|
|
1974
|
-
"tslib": "^2.
|
|
2077
|
+
"tslib": "^2.5.0"
|
|
1975
2078
|
}
|
|
1976
2079
|
},
|
|
1977
2080
|
"@aws-sdk/util-defaults-mode-node": {
|
|
1978
|
-
"version": "3.
|
|
1979
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.
|
|
1980
|
-
"integrity": "sha512-
|
|
1981
|
-
"requires": {
|
|
1982
|
-
"@aws-sdk/config-resolver": "3.
|
|
1983
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
1984
|
-
"@aws-sdk/node-config-provider": "3.
|
|
1985
|
-
"@aws-sdk/property-provider": "3.
|
|
1986
|
-
"@aws-sdk/types": "3.
|
|
1987
|
-
"tslib": "^2.
|
|
2081
|
+
"version": "3.360.0",
|
|
2082
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.360.0.tgz",
|
|
2083
|
+
"integrity": "sha512-gR3Ctqpyl7SgStDJ1Jlq6qQDuw/rS9AgbAXx+s3wsmm3fm8lHKkXkDPYVvNDqd6dVXRO6q8MRx00lwkGI4qrpQ==",
|
|
2084
|
+
"requires": {
|
|
2085
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
2086
|
+
"@aws-sdk/credential-provider-imds": "3.357.0",
|
|
2087
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
2088
|
+
"@aws-sdk/property-provider": "3.357.0",
|
|
2089
|
+
"@aws-sdk/types": "3.357.0",
|
|
2090
|
+
"tslib": "^2.5.0"
|
|
1988
2091
|
}
|
|
1989
2092
|
},
|
|
1990
2093
|
"@aws-sdk/util-endpoints": {
|
|
1991
|
-
"version": "3.
|
|
1992
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.
|
|
1993
|
-
"integrity": "sha512-
|
|
2094
|
+
"version": "3.357.0",
|
|
2095
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.357.0.tgz",
|
|
2096
|
+
"integrity": "sha512-XHKyS5JClT9su9hDif715jpZiWHQF9gKZXER8tW0gOizU3R9cyWc9EsJ2BRhFNhi7nt/JF/CLUEc5qDx3ETbUw==",
|
|
1994
2097
|
"requires": {
|
|
1995
|
-
"@aws-sdk/types": "3.
|
|
1996
|
-
"tslib": "^2.
|
|
2098
|
+
"@aws-sdk/types": "3.357.0",
|
|
2099
|
+
"tslib": "^2.5.0"
|
|
1997
2100
|
}
|
|
1998
2101
|
},
|
|
1999
2102
|
"@aws-sdk/util-hex-encoding": {
|
|
2000
|
-
"version": "3.
|
|
2001
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.
|
|
2002
|
-
"integrity": "sha512-
|
|
2103
|
+
"version": "3.310.0",
|
|
2104
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.310.0.tgz",
|
|
2105
|
+
"integrity": "sha512-sVN7mcCCDSJ67pI1ZMtk84SKGqyix6/0A1Ab163YKn+lFBQRMKexleZzpYzNGxYzmQS6VanP/cfU7NiLQOaSfA==",
|
|
2003
2106
|
"requires": {
|
|
2004
|
-
"tslib": "^2.
|
|
2107
|
+
"tslib": "^2.5.0"
|
|
2005
2108
|
}
|
|
2006
2109
|
},
|
|
2007
2110
|
"@aws-sdk/util-locate-window": {
|
|
@@ -2013,57 +2116,72 @@
|
|
|
2013
2116
|
}
|
|
2014
2117
|
},
|
|
2015
2118
|
"@aws-sdk/util-middleware": {
|
|
2016
|
-
"version": "3.
|
|
2017
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.
|
|
2018
|
-
"integrity": "sha512-
|
|
2119
|
+
"version": "3.357.0",
|
|
2120
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.357.0.tgz",
|
|
2121
|
+
"integrity": "sha512-pV1krjZs7BdahZBfsCJMatE8kcor7GFsBOWrQgQDm9T0We5b5xPpOO2vxAD0RytBpY8Ky2ELs/+qXMv7l5fWIA==",
|
|
2019
2122
|
"requires": {
|
|
2020
|
-
"tslib": "^2.
|
|
2123
|
+
"tslib": "^2.5.0"
|
|
2021
2124
|
}
|
|
2022
2125
|
},
|
|
2023
2126
|
"@aws-sdk/util-retry": {
|
|
2024
|
-
"version": "3.
|
|
2025
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.
|
|
2026
|
-
"integrity": "sha512-
|
|
2127
|
+
"version": "3.357.0",
|
|
2128
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.357.0.tgz",
|
|
2129
|
+
"integrity": "sha512-SUqYJE9msbuOVq+vnUy+t0LH7XuYNFz66dSF8q6tedsbJK4j8tgya0I1Ct3m06ynGrXDJMaj39I7AXCyW9bjtw==",
|
|
2027
2130
|
"requires": {
|
|
2028
|
-
"@aws-sdk/service-error-classification": "3.
|
|
2029
|
-
"tslib": "^2.
|
|
2131
|
+
"@aws-sdk/service-error-classification": "3.357.0",
|
|
2132
|
+
"tslib": "^2.5.0"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
"@aws-sdk/util-stream": {
|
|
2136
|
+
"version": "3.360.0",
|
|
2137
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-stream/-/util-stream-3.360.0.tgz",
|
|
2138
|
+
"integrity": "sha512-t3naBfNesXwLis29pzSfLx2ifCn2180GiPjRaIsQP14IiVCBOeT1xaU6Dpyk7WeR/jW4cu7wGl+kbeyfNF6QmQ==",
|
|
2139
|
+
"requires": {
|
|
2140
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
2141
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
2142
|
+
"@aws-sdk/types": "3.357.0",
|
|
2143
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
2144
|
+
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
2145
|
+
"@aws-sdk/util-hex-encoding": "3.310.0",
|
|
2146
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
2147
|
+
"tslib": "^2.5.0"
|
|
2030
2148
|
}
|
|
2031
2149
|
},
|
|
2032
2150
|
"@aws-sdk/util-uri-escape": {
|
|
2033
|
-
"version": "3.
|
|
2034
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.
|
|
2035
|
-
"integrity": "sha512-
|
|
2151
|
+
"version": "3.310.0",
|
|
2152
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.310.0.tgz",
|
|
2153
|
+
"integrity": "sha512-drzt+aB2qo2LgtDoiy/3sVG8w63cgLkqFIa2NFlGpUgHFWTXkqtbgf4L5QdjRGKWhmZsnqkbtL7vkSWEcYDJ4Q==",
|
|
2036
2154
|
"requires": {
|
|
2037
|
-
"tslib": "^2.
|
|
2155
|
+
"tslib": "^2.5.0"
|
|
2038
2156
|
}
|
|
2039
2157
|
},
|
|
2040
2158
|
"@aws-sdk/util-user-agent-browser": {
|
|
2041
|
-
"version": "3.
|
|
2042
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
2043
|
-
"integrity": "sha512-
|
|
2159
|
+
"version": "3.357.0",
|
|
2160
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.357.0.tgz",
|
|
2161
|
+
"integrity": "sha512-JHaWlNIUkPNvXkqeDOrqFzAlAgdwZK5mZw7FQnCRvf8tdSogpGZSkuyb9Z6rLD9gC40Srbc2nepO1cFpeMsDkA==",
|
|
2044
2162
|
"requires": {
|
|
2045
|
-
"@aws-sdk/types": "3.
|
|
2163
|
+
"@aws-sdk/types": "3.357.0",
|
|
2046
2164
|
"bowser": "^2.11.0",
|
|
2047
|
-
"tslib": "^2.
|
|
2165
|
+
"tslib": "^2.5.0"
|
|
2048
2166
|
}
|
|
2049
2167
|
},
|
|
2050
2168
|
"@aws-sdk/util-user-agent-node": {
|
|
2051
|
-
"version": "3.
|
|
2052
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
2053
|
-
"integrity": "sha512-
|
|
2169
|
+
"version": "3.357.0",
|
|
2170
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.357.0.tgz",
|
|
2171
|
+
"integrity": "sha512-RdpQoaJWQvcS99TVgSbT451iGrlH4qpWUWFA9U1IRhxOSsmC1hz8ME7xc8nci9SREx/ZlfT3ai6LpoAzAtIEMA==",
|
|
2054
2172
|
"requires": {
|
|
2055
|
-
"@aws-sdk/node-config-provider": "3.
|
|
2056
|
-
"@aws-sdk/types": "3.
|
|
2057
|
-
"tslib": "^2.
|
|
2173
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
2174
|
+
"@aws-sdk/types": "3.357.0",
|
|
2175
|
+
"tslib": "^2.5.0"
|
|
2058
2176
|
}
|
|
2059
2177
|
},
|
|
2060
2178
|
"@aws-sdk/util-utf8": {
|
|
2061
|
-
"version": "3.
|
|
2062
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.
|
|
2063
|
-
"integrity": "sha512-
|
|
2179
|
+
"version": "3.310.0",
|
|
2180
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.310.0.tgz",
|
|
2181
|
+
"integrity": "sha512-DnLfFT8uCO22uOJc0pt0DsSNau1GTisngBCDw8jQuWT5CqogMJu4b/uXmwEqfj8B3GX6Xsz8zOd6JpRlPftQoA==",
|
|
2064
2182
|
"requires": {
|
|
2065
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
2066
|
-
"tslib": "^2.
|
|
2183
|
+
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
2184
|
+
"tslib": "^2.5.0"
|
|
2067
2185
|
}
|
|
2068
2186
|
},
|
|
2069
2187
|
"@aws-sdk/util-utf8-browser": {
|
|
@@ -2075,13 +2193,30 @@
|
|
|
2075
2193
|
}
|
|
2076
2194
|
},
|
|
2077
2195
|
"@aws-sdk/util-waiter": {
|
|
2078
|
-
"version": "3.
|
|
2079
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.
|
|
2080
|
-
"integrity": "sha512
|
|
2196
|
+
"version": "3.357.0",
|
|
2197
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.357.0.tgz",
|
|
2198
|
+
"integrity": "sha512-jQQGA5G8bm0JP5C4U85VzMpkFHdeeT7fOSUncXLG9Sh8Ambzi4XTud8m5/dA7aNJkvPwZeIF9QdgWCOzpkp1xA==",
|
|
2081
2199
|
"requires": {
|
|
2082
|
-
"@aws-sdk/abort-controller": "3.
|
|
2083
|
-
"@aws-sdk/types": "3.
|
|
2084
|
-
"tslib": "^2.
|
|
2200
|
+
"@aws-sdk/abort-controller": "3.357.0",
|
|
2201
|
+
"@aws-sdk/types": "3.357.0",
|
|
2202
|
+
"tslib": "^2.5.0"
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2205
|
+
"@smithy/protocol-http": {
|
|
2206
|
+
"version": "1.1.0",
|
|
2207
|
+
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-1.1.0.tgz",
|
|
2208
|
+
"integrity": "sha512-H5y/kZOqfJSqRkwtcAoVbqONmhdXwSgYNJ1Glk5Ry8qlhVVy5qUzD9EklaCH8/XLnoCsLO/F/Giee8MIvaBRkg==",
|
|
2209
|
+
"requires": {
|
|
2210
|
+
"@smithy/types": "^1.1.0",
|
|
2211
|
+
"tslib": "^2.5.0"
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
"@smithy/types": {
|
|
2215
|
+
"version": "1.1.0",
|
|
2216
|
+
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.1.0.tgz",
|
|
2217
|
+
"integrity": "sha512-KzmvisMmuwD2jZXuC9e65JrgsZM97y5NpDU7g347oB+Q+xQLU6hQZ5zFNNbEfwwOJHoOvEVTna+dk1h/lW7alw==",
|
|
2218
|
+
"requires": {
|
|
2219
|
+
"tslib": "^2.5.0"
|
|
2085
2220
|
}
|
|
2086
2221
|
},
|
|
2087
2222
|
"@types/minimatch": {
|
|
@@ -2129,9 +2264,9 @@
|
|
|
2129
2264
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
|
2130
2265
|
},
|
|
2131
2266
|
"fast-xml-parser": {
|
|
2132
|
-
"version": "4.
|
|
2133
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.
|
|
2134
|
-
"integrity": "sha512-
|
|
2267
|
+
"version": "4.2.5",
|
|
2268
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
|
|
2269
|
+
"integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
|
|
2135
2270
|
"requires": {
|
|
2136
2271
|
"strnum": "^1.0.5"
|
|
2137
2272
|
}
|