@ndlib/ndlib-cdk2 1.0.21 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/artifact-bucket.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +825 -757
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +152 -76
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RollbackStageCommand.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +50 -41
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +7 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +13 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RollbackStageCommand.d.ts +86 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +770 -602
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +9 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +56 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +4 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +43 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +462 -268
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +69 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +17 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePropertiesPaginator.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +116 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +37 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +28 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +151 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +8 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +42 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1418 -1333
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1396 -1358
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +497 -238
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +46 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +9 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +11 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +13 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +13 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +109 -66
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +70 -71
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +73 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePropertiesPaginator.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +4 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +44 -44
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +6 -49
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -40
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +32 -32
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +40 -41
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +55 -52
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +25 -41
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +25 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +150 -89
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +4 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +11 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +42 -45
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +10 -44
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +2 -34
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +98 -98
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +6 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +22 -42
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +42 -45
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/CHANGELOG.md +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/README.md +35 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/client.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -322
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +226 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +158 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/jest.config.integ.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/package.json +49 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +8 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +15 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +11 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +39 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +5 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/package.json +7 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/package.json +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +11 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/package.json +8 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/README.md +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +11 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/package.json +9 -26
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/package.json +7 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/package.json +9 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +7 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +7 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/package.json +12 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/index.js +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/package.json +7 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/README.md +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/index.js +60 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +16 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/package.json +8 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-cjs/index.js +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/index.js +130 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/package.json +10 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/command.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/command.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/package.json +9 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/retry.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/serde.d.ts +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/shapes.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +14 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +27 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/util.d.ts +22 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +16 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +14 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +16 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.js +14 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/package.json +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-cjs/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/package.json +9 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +8 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/package.json +14 -30
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/package.json +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/index.js +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/package.json +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/package.json +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +53 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js +24 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/has-magic.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js +37 -26
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts +7 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js +44 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs +5 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js +23 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/has-magic.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js +37 -26
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js +4 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts +7 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js +44 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +14 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/README.md +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts +26 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js +204 -92
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts +26 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js +204 -92
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/package.json +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts +9 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts +9 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +6 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js +1016 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js +588 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts +94 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js +1000 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/package.json +21 -25
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/package.json +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +34 -29
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts +1116 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts +1116 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js +1979 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +33 -31
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/README.md +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +12 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +80 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +54 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +826 -2152
- package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +3 -3
- package/package.json +13 -14
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>Represents the input of an AcknowledgeJob action.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export interface AcknowledgeJobInput {
|
|
8
8
|
/**
|
|
9
|
-
* @public
|
|
10
9
|
* <p>The unique system-generated ID of the job for which you want to confirm
|
|
11
10
|
* receipt.</p>
|
|
11
|
+
* @public
|
|
12
12
|
*/
|
|
13
13
|
jobId: string | undefined;
|
|
14
14
|
/**
|
|
15
|
-
* @public
|
|
16
15
|
* <p>A system-generated random number that CodePipeline uses to ensure that the
|
|
17
16
|
* job is being worked on by only one job worker. Get this number from the response of the
|
|
18
17
|
* <a>PollForJobs</a> request that returned this job.</p>
|
|
18
|
+
* @public
|
|
19
19
|
*/
|
|
20
20
|
nonce: string | undefined;
|
|
21
21
|
}
|
|
@@ -37,19 +37,19 @@ export declare const JobStatus: {
|
|
|
37
37
|
*/
|
|
38
38
|
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
39
39
|
/**
|
|
40
|
-
* @public
|
|
41
40
|
* <p>Represents the output of an AcknowledgeJob action.</p>
|
|
41
|
+
* @public
|
|
42
42
|
*/
|
|
43
43
|
export interface AcknowledgeJobOutput {
|
|
44
44
|
/**
|
|
45
|
-
* @public
|
|
46
45
|
* <p>Whether the job worker has received the specified job.</p>
|
|
46
|
+
* @public
|
|
47
47
|
*/
|
|
48
48
|
status?: JobStatus;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
* @public
|
|
52
51
|
* <p>The nonce was specified in an invalid format.</p>
|
|
52
|
+
* @public
|
|
53
53
|
*/
|
|
54
54
|
export declare class InvalidNonceException extends __BaseException {
|
|
55
55
|
readonly name: "InvalidNonceException";
|
|
@@ -60,8 +60,8 @@ export declare class InvalidNonceException extends __BaseException {
|
|
|
60
60
|
constructor(opts: __ExceptionOptionType<InvalidNonceException, __BaseException>);
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
|
-
* @public
|
|
64
63
|
* <p>The job was specified in an invalid format or cannot be found.</p>
|
|
64
|
+
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class JobNotFoundException extends __BaseException {
|
|
67
67
|
readonly name: "JobNotFoundException";
|
|
@@ -72,8 +72,8 @@ export declare class JobNotFoundException extends __BaseException {
|
|
|
72
72
|
constructor(opts: __ExceptionOptionType<JobNotFoundException, __BaseException>);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
|
-
* @public
|
|
76
75
|
* <p>The validation was specified in an invalid format.</p>
|
|
76
|
+
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ValidationException extends __BaseException {
|
|
79
79
|
readonly name: "ValidationException";
|
|
@@ -84,43 +84,43 @@ export declare class ValidationException extends __BaseException {
|
|
|
84
84
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
|
-
* @public
|
|
88
87
|
* <p>Represents the input of an AcknowledgeThirdPartyJob action.</p>
|
|
88
|
+
* @public
|
|
89
89
|
*/
|
|
90
90
|
export interface AcknowledgeThirdPartyJobInput {
|
|
91
91
|
/**
|
|
92
|
-
* @public
|
|
93
92
|
* <p>The unique system-generated ID of the job.</p>
|
|
93
|
+
* @public
|
|
94
94
|
*/
|
|
95
95
|
jobId: string | undefined;
|
|
96
96
|
/**
|
|
97
|
-
* @public
|
|
98
97
|
* <p>A system-generated random number that CodePipeline uses to ensure that the
|
|
99
98
|
* job is being worked on by only one job worker. Get this number from the response to a
|
|
100
99
|
* <a>GetThirdPartyJobDetails</a> request.</p>
|
|
100
|
+
* @public
|
|
101
101
|
*/
|
|
102
102
|
nonce: string | undefined;
|
|
103
103
|
/**
|
|
104
|
-
* @public
|
|
105
104
|
* <p>The clientToken portion of the clientId and clientToken pair used to verify that
|
|
106
105
|
* the calling entity is allowed access to the job and its details.</p>
|
|
106
|
+
* @public
|
|
107
107
|
*/
|
|
108
108
|
clientToken: string | undefined;
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
|
-
* @public
|
|
112
111
|
* <p>Represents the output of an AcknowledgeThirdPartyJob action.</p>
|
|
112
|
+
* @public
|
|
113
113
|
*/
|
|
114
114
|
export interface AcknowledgeThirdPartyJobOutput {
|
|
115
115
|
/**
|
|
116
|
-
* @public
|
|
117
116
|
* <p>The status information for the third party job, if any.</p>
|
|
117
|
+
* @public
|
|
118
118
|
*/
|
|
119
119
|
status?: JobStatus;
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
|
-
* @public
|
|
123
122
|
* <p>The client token was specified in an invalid format</p>
|
|
123
|
+
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class InvalidClientTokenException extends __BaseException {
|
|
126
126
|
readonly name: "InvalidClientTokenException";
|
|
@@ -147,13 +147,13 @@ export declare const ActionCategory: {
|
|
|
147
147
|
*/
|
|
148
148
|
export type ActionCategory = (typeof ActionCategory)[keyof typeof ActionCategory];
|
|
149
149
|
/**
|
|
150
|
-
* @public
|
|
151
150
|
* <p>Represents information about an action configuration.</p>
|
|
151
|
+
* @public
|
|
152
152
|
*/
|
|
153
153
|
export interface ActionConfiguration {
|
|
154
154
|
/**
|
|
155
|
-
* @public
|
|
156
155
|
* <p>The configuration data for the action.</p>
|
|
156
|
+
* @public
|
|
157
157
|
*/
|
|
158
158
|
configuration?: Record<string, string>;
|
|
159
159
|
}
|
|
@@ -171,36 +171,35 @@ export declare const ActionConfigurationPropertyType: {
|
|
|
171
171
|
*/
|
|
172
172
|
export type ActionConfigurationPropertyType = (typeof ActionConfigurationPropertyType)[keyof typeof ActionConfigurationPropertyType];
|
|
173
173
|
/**
|
|
174
|
-
* @public
|
|
175
174
|
* <p>Represents information about an action configuration property.</p>
|
|
175
|
+
* @public
|
|
176
176
|
*/
|
|
177
177
|
export interface ActionConfigurationProperty {
|
|
178
178
|
/**
|
|
179
|
-
* @public
|
|
180
179
|
* <p>The name of the action configuration property.</p>
|
|
180
|
+
* @public
|
|
181
181
|
*/
|
|
182
182
|
name: string | undefined;
|
|
183
183
|
/**
|
|
184
|
-
* @public
|
|
185
184
|
* <p>Whether the configuration property is a required value.</p>
|
|
185
|
+
* @public
|
|
186
186
|
*/
|
|
187
187
|
required: boolean | undefined;
|
|
188
188
|
/**
|
|
189
|
-
* @public
|
|
190
189
|
* <p>Whether the configuration property is a key.</p>
|
|
190
|
+
* @public
|
|
191
191
|
*/
|
|
192
192
|
key: boolean | undefined;
|
|
193
193
|
/**
|
|
194
|
-
* @public
|
|
195
194
|
* <p>Whether the configuration property is secret. Secrets are hidden from all calls
|
|
196
195
|
* except for <code>GetJobDetails</code>, <code>GetThirdPartyJobDetails</code>,
|
|
197
196
|
* <code>PollForJobs</code>, and <code>PollForThirdPartyJobs</code>.</p>
|
|
198
197
|
* <p>When updating a pipeline, passing * * * * * without changing any other values of
|
|
199
198
|
* the action preserves the previous value of the secret.</p>
|
|
199
|
+
* @public
|
|
200
200
|
*/
|
|
201
201
|
secret: boolean | undefined;
|
|
202
202
|
/**
|
|
203
|
-
* @public
|
|
204
203
|
* <p>Indicates that the property is used with <code>PollForJobs</code>. When creating a
|
|
205
204
|
* custom action, an action can have up to one queryable property. If it has one, that
|
|
206
205
|
* property must be both required and not secret.</p>
|
|
@@ -208,34 +207,35 @@ export interface ActionConfigurationProperty {
|
|
|
208
207
|
* a queryable property, the value for that configuration property is subject to other
|
|
209
208
|
* restrictions. The value must be less than or equal to twenty (20) characters. The value
|
|
210
209
|
* can contain only alphanumeric characters, underscores, and hyphens.</p>
|
|
210
|
+
* @public
|
|
211
211
|
*/
|
|
212
212
|
queryable?: boolean;
|
|
213
213
|
/**
|
|
214
|
-
* @public
|
|
215
214
|
* <p>The description of the action configuration property that is displayed to
|
|
216
215
|
* users.</p>
|
|
216
|
+
* @public
|
|
217
217
|
*/
|
|
218
218
|
description?: string;
|
|
219
219
|
/**
|
|
220
|
-
* @public
|
|
221
220
|
* <p>The type of the configuration property.</p>
|
|
221
|
+
* @public
|
|
222
222
|
*/
|
|
223
223
|
type?: ActionConfigurationPropertyType;
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
|
-
* @public
|
|
227
226
|
* <p>Represents the context of an action in the stage of a pipeline to a job
|
|
228
227
|
* worker.</p>
|
|
228
|
+
* @public
|
|
229
229
|
*/
|
|
230
230
|
export interface ActionContext {
|
|
231
231
|
/**
|
|
232
|
-
* @public
|
|
233
232
|
* <p>The name of the action in the context of a job.</p>
|
|
233
|
+
* @public
|
|
234
234
|
*/
|
|
235
235
|
name?: string;
|
|
236
236
|
/**
|
|
237
|
-
* @public
|
|
238
237
|
* <p>The system-generated unique ID that corresponds to an action's execution.</p>
|
|
238
|
+
* @public
|
|
239
239
|
*/
|
|
240
240
|
actionExecutionId?: string;
|
|
241
241
|
}
|
|
@@ -253,12 +253,11 @@ export declare const ActionOwner: {
|
|
|
253
253
|
*/
|
|
254
254
|
export type ActionOwner = (typeof ActionOwner)[keyof typeof ActionOwner];
|
|
255
255
|
/**
|
|
256
|
-
* @public
|
|
257
256
|
* <p>Represents information about an action type.</p>
|
|
257
|
+
* @public
|
|
258
258
|
*/
|
|
259
259
|
export interface ActionTypeId {
|
|
260
260
|
/**
|
|
261
|
-
* @public
|
|
262
261
|
* <p>A category defines what kind of action can be taken in the stage, and constrains
|
|
263
262
|
* the provider type for the action. Valid categories are limited to one of the following
|
|
264
263
|
* values. </p>
|
|
@@ -282,38 +281,38 @@ export interface ActionTypeId {
|
|
|
282
281
|
* <p>Approval</p>
|
|
283
282
|
* </li>
|
|
284
283
|
* </ul>
|
|
284
|
+
* @public
|
|
285
285
|
*/
|
|
286
286
|
category: ActionCategory | undefined;
|
|
287
287
|
/**
|
|
288
|
-
* @public
|
|
289
288
|
* <p>The creator of the action being called. There are three valid values for the
|
|
290
289
|
* <code>Owner</code> field in the action category section within your pipeline
|
|
291
290
|
* structure: <code>AWS</code>, <code>ThirdParty</code>, and <code>Custom</code>. For more
|
|
292
291
|
* information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers">Valid Action Types and Providers in CodePipeline</a>.</p>
|
|
292
|
+
* @public
|
|
293
293
|
*/
|
|
294
294
|
owner: ActionOwner | undefined;
|
|
295
295
|
/**
|
|
296
|
-
* @public
|
|
297
296
|
* <p>The provider of the service being called by the action. Valid providers are
|
|
298
297
|
* determined by the action category. For example, an action in the Deploy category type
|
|
299
298
|
* might have a provider of CodeDeploy, which would be specified as
|
|
300
299
|
* <code>CodeDeploy</code>. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers">Valid Action Types and Providers in CodePipeline</a>.</p>
|
|
300
|
+
* @public
|
|
301
301
|
*/
|
|
302
302
|
provider: string | undefined;
|
|
303
303
|
/**
|
|
304
|
-
* @public
|
|
305
304
|
* <p>A string that describes the action version.</p>
|
|
305
|
+
* @public
|
|
306
306
|
*/
|
|
307
307
|
version: string | undefined;
|
|
308
308
|
}
|
|
309
309
|
/**
|
|
310
|
-
* @public
|
|
311
310
|
* <p>Represents information about an artifact to be worked on, such as a test or build
|
|
312
311
|
* artifact.</p>
|
|
312
|
+
* @public
|
|
313
313
|
*/
|
|
314
314
|
export interface InputArtifact {
|
|
315
315
|
/**
|
|
316
|
-
* @public
|
|
317
316
|
* <p>The name of the artifact to be worked on (for example, "My App").</p>
|
|
318
317
|
* <p>Artifacts are the files that are worked on by actions in the pipeline. See the
|
|
319
318
|
* action configuration for each action for details about artifact parameters. For example,
|
|
@@ -324,16 +323,16 @@ export interface InputArtifact {
|
|
|
324
323
|
* sequence from the action that provided the output artifact. Actions in parallel can
|
|
325
324
|
* declare different output artifacts, which are in turn consumed by different following
|
|
326
325
|
* actions.</p>
|
|
326
|
+
* @public
|
|
327
327
|
*/
|
|
328
328
|
name: string | undefined;
|
|
329
329
|
}
|
|
330
330
|
/**
|
|
331
|
-
* @public
|
|
332
331
|
* <p>Represents information about the output of an action.</p>
|
|
332
|
+
* @public
|
|
333
333
|
*/
|
|
334
334
|
export interface OutputArtifact {
|
|
335
335
|
/**
|
|
336
|
-
* @public
|
|
337
336
|
* <p>The name of the output of an artifact, such as "My App".</p>
|
|
338
337
|
* <p>The input artifact of an action must exactly match the output artifact declared in
|
|
339
338
|
* a preceding action, but the input artifact does not have to be the next action in strict
|
|
@@ -341,31 +340,31 @@ export interface OutputArtifact {
|
|
|
341
340
|
* declare different output artifacts, which are in turn consumed by different following
|
|
342
341
|
* actions.</p>
|
|
343
342
|
* <p>Output artifact names must be unique within a pipeline.</p>
|
|
343
|
+
* @public
|
|
344
344
|
*/
|
|
345
345
|
name: string | undefined;
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
|
-
* @public
|
|
349
348
|
* <p>Represents information about an action declaration.</p>
|
|
349
|
+
* @public
|
|
350
350
|
*/
|
|
351
351
|
export interface ActionDeclaration {
|
|
352
352
|
/**
|
|
353
|
-
* @public
|
|
354
353
|
* <p>The action declaration's name.</p>
|
|
354
|
+
* @public
|
|
355
355
|
*/
|
|
356
356
|
name: string | undefined;
|
|
357
357
|
/**
|
|
358
|
-
* @public
|
|
359
358
|
* <p>Specifies the action type and the provider of the action.</p>
|
|
359
|
+
* @public
|
|
360
360
|
*/
|
|
361
361
|
actionTypeId: ActionTypeId | undefined;
|
|
362
362
|
/**
|
|
363
|
-
* @public
|
|
364
363
|
* <p>The order in which actions are run.</p>
|
|
364
|
+
* @public
|
|
365
365
|
*/
|
|
366
366
|
runOrder?: number;
|
|
367
367
|
/**
|
|
368
|
-
* @public
|
|
369
368
|
* <p>The action's configuration. These are key-value pairs that specify input values for
|
|
370
369
|
* an action. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements">Action Structure Requirements in CodePipeline</a>. For the list of
|
|
371
370
|
* configuration properties for the CloudFormation action type in CodePipeline, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html">Configuration Properties Reference</a> in the <i>CloudFormation
|
|
@@ -379,58 +378,59 @@ export interface ActionDeclaration {
|
|
|
379
378
|
* <p>
|
|
380
379
|
* <code>"Configuration" : \{ Key : Value \},</code>
|
|
381
380
|
* </p>
|
|
381
|
+
* @public
|
|
382
382
|
*/
|
|
383
383
|
configuration?: Record<string, string>;
|
|
384
384
|
/**
|
|
385
|
-
* @public
|
|
386
385
|
* <p>The name or ID of the result of the action declaration, such as a test or build
|
|
387
386
|
* artifact.</p>
|
|
387
|
+
* @public
|
|
388
388
|
*/
|
|
389
389
|
outputArtifacts?: OutputArtifact[];
|
|
390
390
|
/**
|
|
391
|
-
* @public
|
|
392
391
|
* <p>The name or ID of the artifact consumed by the action, such as a test or build
|
|
393
392
|
* artifact.</p>
|
|
393
|
+
* @public
|
|
394
394
|
*/
|
|
395
395
|
inputArtifacts?: InputArtifact[];
|
|
396
396
|
/**
|
|
397
|
-
* @public
|
|
398
397
|
* <p>The ARN of the IAM service role that performs the declared action. This is assumed
|
|
399
398
|
* through the roleArn for the pipeline.</p>
|
|
399
|
+
* @public
|
|
400
400
|
*/
|
|
401
401
|
roleArn?: string;
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p>The action declaration's Amazon Web Services Region, such as us-east-1.</p>
|
|
404
|
+
* @public
|
|
405
405
|
*/
|
|
406
406
|
region?: string;
|
|
407
407
|
/**
|
|
408
|
-
* @public
|
|
409
408
|
* <p>The variable namespace associated with the action. All variables produced as output by
|
|
410
409
|
* this action fall under this namespace.</p>
|
|
410
|
+
* @public
|
|
411
411
|
*/
|
|
412
412
|
namespace?: string;
|
|
413
413
|
/**
|
|
414
|
-
* @public
|
|
415
414
|
* <p>A timeout duration in minutes that can be applied against the ActionType’s default
|
|
416
415
|
* timeout value specified in <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/limits.html">Quotas for CodePipeline
|
|
417
416
|
* </a>. This attribute is available only to the manual approval ActionType.</p>
|
|
417
|
+
* @public
|
|
418
418
|
*/
|
|
419
419
|
timeoutInMinutes?: number;
|
|
420
420
|
}
|
|
421
421
|
/**
|
|
422
|
-
* @public
|
|
423
422
|
* <p>Represents information about an error in CodePipeline.</p>
|
|
423
|
+
* @public
|
|
424
424
|
*/
|
|
425
425
|
export interface ErrorDetails {
|
|
426
426
|
/**
|
|
427
|
-
* @public
|
|
428
427
|
* <p>The system ID or number code of the error.</p>
|
|
428
|
+
* @public
|
|
429
429
|
*/
|
|
430
430
|
code?: string;
|
|
431
431
|
/**
|
|
432
|
-
* @public
|
|
433
432
|
* <p>The text of the error message.</p>
|
|
433
|
+
* @public
|
|
434
434
|
*/
|
|
435
435
|
message?: string;
|
|
436
436
|
}
|
|
@@ -449,261 +449,261 @@ export declare const ActionExecutionStatus: {
|
|
|
449
449
|
*/
|
|
450
450
|
export type ActionExecutionStatus = (typeof ActionExecutionStatus)[keyof typeof ActionExecutionStatus];
|
|
451
451
|
/**
|
|
452
|
-
* @public
|
|
453
452
|
* <p>Represents information about the run of an action.</p>
|
|
453
|
+
* @public
|
|
454
454
|
*/
|
|
455
455
|
export interface ActionExecution {
|
|
456
456
|
/**
|
|
457
|
-
* @public
|
|
458
457
|
* <p>ID of the workflow action execution in the current stage. Use the <a>GetPipelineState</a> action to retrieve the current action execution details
|
|
459
458
|
* of the current stage.</p>
|
|
460
459
|
* <note>
|
|
461
460
|
* <p>For older executions, this field might be empty. The action execution ID is
|
|
462
461
|
* available for executions run on or after March 2020.</p>
|
|
463
462
|
* </note>
|
|
463
|
+
* @public
|
|
464
464
|
*/
|
|
465
465
|
actionExecutionId?: string;
|
|
466
466
|
/**
|
|
467
|
-
* @public
|
|
468
467
|
* <p>The status of the action, or for a completed action, the last status of the
|
|
469
468
|
* action.</p>
|
|
469
|
+
* @public
|
|
470
470
|
*/
|
|
471
471
|
status?: ActionExecutionStatus;
|
|
472
472
|
/**
|
|
473
|
-
* @public
|
|
474
473
|
* <p>A summary of the run of the action.</p>
|
|
474
|
+
* @public
|
|
475
475
|
*/
|
|
476
476
|
summary?: string;
|
|
477
477
|
/**
|
|
478
|
-
* @public
|
|
479
478
|
* <p>The last status change of the action.</p>
|
|
479
|
+
* @public
|
|
480
480
|
*/
|
|
481
481
|
lastStatusChange?: Date;
|
|
482
482
|
/**
|
|
483
|
-
* @public
|
|
484
483
|
* <p>The system-generated token used to identify a unique approval request. The token
|
|
485
484
|
* for each open approval request can be obtained using the <code>GetPipelineState</code>
|
|
486
485
|
* command. It is used to validate that the approval request corresponding to this token is
|
|
487
486
|
* still valid.</p>
|
|
487
|
+
* @public
|
|
488
488
|
*/
|
|
489
489
|
token?: string;
|
|
490
490
|
/**
|
|
491
|
-
* @public
|
|
492
491
|
* <p>The ARN of the user who last changed the pipeline.</p>
|
|
492
|
+
* @public
|
|
493
493
|
*/
|
|
494
494
|
lastUpdatedBy?: string;
|
|
495
495
|
/**
|
|
496
|
-
* @public
|
|
497
496
|
* <p>The external ID of the run of the action.</p>
|
|
497
|
+
* @public
|
|
498
498
|
*/
|
|
499
499
|
externalExecutionId?: string;
|
|
500
500
|
/**
|
|
501
|
-
* @public
|
|
502
501
|
* <p>The URL of a resource external to Amazon Web Services that is used when running the
|
|
503
502
|
* action (for example, an external repository URL).</p>
|
|
503
|
+
* @public
|
|
504
504
|
*/
|
|
505
505
|
externalExecutionUrl?: string;
|
|
506
506
|
/**
|
|
507
|
-
* @public
|
|
508
507
|
* <p>A percentage of completeness of the action as it runs.</p>
|
|
508
|
+
* @public
|
|
509
509
|
*/
|
|
510
510
|
percentComplete?: number;
|
|
511
511
|
/**
|
|
512
|
-
* @public
|
|
513
512
|
* <p>The details of an error returned by a URL external to Amazon Web Services.</p>
|
|
513
|
+
* @public
|
|
514
514
|
*/
|
|
515
515
|
errorDetails?: ErrorDetails;
|
|
516
516
|
}
|
|
517
517
|
/**
|
|
518
|
-
* @public
|
|
519
518
|
* <p>The Amazon S3 artifact location for an action's artifacts.</p>
|
|
519
|
+
* @public
|
|
520
520
|
*/
|
|
521
521
|
export interface S3Location {
|
|
522
522
|
/**
|
|
523
|
-
* @public
|
|
524
523
|
* <p>The Amazon S3 artifact bucket for an action's artifacts.</p>
|
|
524
|
+
* @public
|
|
525
525
|
*/
|
|
526
526
|
bucket?: string;
|
|
527
527
|
/**
|
|
528
|
-
* @public
|
|
529
528
|
* <p>The artifact name.</p>
|
|
529
|
+
* @public
|
|
530
530
|
*/
|
|
531
531
|
key?: string;
|
|
532
532
|
}
|
|
533
533
|
/**
|
|
534
|
-
* @public
|
|
535
534
|
* <p>Artifact details for the action execution, such as the artifact location.</p>
|
|
535
|
+
* @public
|
|
536
536
|
*/
|
|
537
537
|
export interface ArtifactDetail {
|
|
538
538
|
/**
|
|
539
|
-
* @public
|
|
540
539
|
* <p>The artifact object name for the action execution.</p>
|
|
540
|
+
* @public
|
|
541
541
|
*/
|
|
542
542
|
name?: string;
|
|
543
543
|
/**
|
|
544
|
-
* @public
|
|
545
544
|
* <p>The Amazon S3 artifact location for the action execution.</p>
|
|
545
|
+
* @public
|
|
546
546
|
*/
|
|
547
547
|
s3location?: S3Location;
|
|
548
548
|
}
|
|
549
549
|
/**
|
|
550
|
-
* @public
|
|
551
550
|
* <p>Input information used for an action execution.</p>
|
|
551
|
+
* @public
|
|
552
552
|
*/
|
|
553
553
|
export interface ActionExecutionInput {
|
|
554
554
|
/**
|
|
555
|
-
* @public
|
|
556
555
|
* <p>Represents information about an action type.</p>
|
|
556
|
+
* @public
|
|
557
557
|
*/
|
|
558
558
|
actionTypeId?: ActionTypeId;
|
|
559
559
|
/**
|
|
560
|
-
* @public
|
|
561
560
|
* <p>Configuration data for an action execution.</p>
|
|
561
|
+
* @public
|
|
562
562
|
*/
|
|
563
563
|
configuration?: Record<string, string>;
|
|
564
564
|
/**
|
|
565
|
-
* @public
|
|
566
565
|
* <p>Configuration data for an action execution with all variable references replaced with
|
|
567
566
|
* their real values for the execution.</p>
|
|
567
|
+
* @public
|
|
568
568
|
*/
|
|
569
569
|
resolvedConfiguration?: Record<string, string>;
|
|
570
570
|
/**
|
|
571
|
-
* @public
|
|
572
571
|
* <p>The ARN of the IAM service role that performs the declared action. This is assumed
|
|
573
572
|
* through the roleArn for the pipeline. </p>
|
|
573
|
+
* @public
|
|
574
574
|
*/
|
|
575
575
|
roleArn?: string;
|
|
576
576
|
/**
|
|
577
|
-
* @public
|
|
578
577
|
* <p>The Amazon Web Services Region for the action, such as us-east-1.</p>
|
|
578
|
+
* @public
|
|
579
579
|
*/
|
|
580
580
|
region?: string;
|
|
581
581
|
/**
|
|
582
|
-
* @public
|
|
583
582
|
* <p>Details of input artifacts of the action that correspond to the action
|
|
584
583
|
* execution.</p>
|
|
584
|
+
* @public
|
|
585
585
|
*/
|
|
586
586
|
inputArtifacts?: ArtifactDetail[];
|
|
587
587
|
/**
|
|
588
|
-
* @public
|
|
589
588
|
* <p>The variable namespace associated with the action. All variables produced as output by
|
|
590
589
|
* this action fall under this namespace.</p>
|
|
590
|
+
* @public
|
|
591
591
|
*/
|
|
592
592
|
namespace?: string;
|
|
593
593
|
}
|
|
594
594
|
/**
|
|
595
|
-
* @public
|
|
596
595
|
* <p>Execution result information, such as the external execution ID.</p>
|
|
596
|
+
* @public
|
|
597
597
|
*/
|
|
598
598
|
export interface ActionExecutionResult {
|
|
599
599
|
/**
|
|
600
|
-
* @public
|
|
601
600
|
* <p>The action provider's external ID for the action execution.</p>
|
|
601
|
+
* @public
|
|
602
602
|
*/
|
|
603
603
|
externalExecutionId?: string;
|
|
604
604
|
/**
|
|
605
|
-
* @public
|
|
606
605
|
* <p>The action provider's summary for the action execution.</p>
|
|
606
|
+
* @public
|
|
607
607
|
*/
|
|
608
608
|
externalExecutionSummary?: string;
|
|
609
609
|
/**
|
|
610
|
-
* @public
|
|
611
610
|
* <p>The deepest external link to the external resource (for example, a repository URL or
|
|
612
611
|
* deployment endpoint) that is used when running the action.</p>
|
|
612
|
+
* @public
|
|
613
613
|
*/
|
|
614
614
|
externalExecutionUrl?: string;
|
|
615
615
|
/**
|
|
616
|
-
* @public
|
|
617
616
|
* <p>Represents information about an error in CodePipeline.</p>
|
|
617
|
+
* @public
|
|
618
618
|
*/
|
|
619
619
|
errorDetails?: ErrorDetails;
|
|
620
620
|
}
|
|
621
621
|
/**
|
|
622
|
-
* @public
|
|
623
622
|
* <p>Output details listed for an action execution, such as the action execution
|
|
624
623
|
* result.</p>
|
|
624
|
+
* @public
|
|
625
625
|
*/
|
|
626
626
|
export interface ActionExecutionOutput {
|
|
627
627
|
/**
|
|
628
|
-
* @public
|
|
629
628
|
* <p>Details of output artifacts of the action that correspond to the action
|
|
630
629
|
* execution.</p>
|
|
630
|
+
* @public
|
|
631
631
|
*/
|
|
632
632
|
outputArtifacts?: ArtifactDetail[];
|
|
633
633
|
/**
|
|
634
|
-
* @public
|
|
635
634
|
* <p>Execution result information listed in the output details for an action
|
|
636
635
|
* execution.</p>
|
|
636
|
+
* @public
|
|
637
637
|
*/
|
|
638
638
|
executionResult?: ActionExecutionResult;
|
|
639
639
|
/**
|
|
640
|
-
* @public
|
|
641
640
|
* <p>The outputVariables field shows the key-value pairs that were output as part of that
|
|
642
641
|
* execution.</p>
|
|
642
|
+
* @public
|
|
643
643
|
*/
|
|
644
644
|
outputVariables?: Record<string, string>;
|
|
645
645
|
}
|
|
646
646
|
/**
|
|
647
|
-
* @public
|
|
648
647
|
* <p>Returns information about an execution of an action, including the action execution
|
|
649
648
|
* ID, and the name, version, and timing of the action. </p>
|
|
649
|
+
* @public
|
|
650
650
|
*/
|
|
651
651
|
export interface ActionExecutionDetail {
|
|
652
652
|
/**
|
|
653
|
-
* @public
|
|
654
653
|
* <p>The pipeline execution ID for the action execution.</p>
|
|
654
|
+
* @public
|
|
655
655
|
*/
|
|
656
656
|
pipelineExecutionId?: string;
|
|
657
657
|
/**
|
|
658
|
-
* @public
|
|
659
658
|
* <p>The action execution ID.</p>
|
|
659
|
+
* @public
|
|
660
660
|
*/
|
|
661
661
|
actionExecutionId?: string;
|
|
662
662
|
/**
|
|
663
|
-
* @public
|
|
664
663
|
* <p>The version of the pipeline where the action was run.</p>
|
|
664
|
+
* @public
|
|
665
665
|
*/
|
|
666
666
|
pipelineVersion?: number;
|
|
667
667
|
/**
|
|
668
|
-
* @public
|
|
669
668
|
* <p>The name of the stage that contains the action.</p>
|
|
669
|
+
* @public
|
|
670
670
|
*/
|
|
671
671
|
stageName?: string;
|
|
672
672
|
/**
|
|
673
|
-
* @public
|
|
674
673
|
* <p>The name of the action.</p>
|
|
674
|
+
* @public
|
|
675
675
|
*/
|
|
676
676
|
actionName?: string;
|
|
677
677
|
/**
|
|
678
|
-
* @public
|
|
679
678
|
* <p>The start time of the action execution.</p>
|
|
679
|
+
* @public
|
|
680
680
|
*/
|
|
681
681
|
startTime?: Date;
|
|
682
682
|
/**
|
|
683
|
-
* @public
|
|
684
683
|
* <p>The last update time of the action execution.</p>
|
|
684
|
+
* @public
|
|
685
685
|
*/
|
|
686
686
|
lastUpdateTime?: Date;
|
|
687
687
|
/**
|
|
688
|
-
* @public
|
|
689
688
|
* <p>The ARN of the user who changed the pipeline execution details.</p>
|
|
689
|
+
* @public
|
|
690
690
|
*/
|
|
691
691
|
updatedBy?: string;
|
|
692
692
|
/**
|
|
693
|
-
* @public
|
|
694
693
|
* <p> The status of the action execution. Status categories are <code>InProgress</code>,
|
|
695
694
|
* <code>Succeeded</code>, and <code>Failed</code>.</p>
|
|
695
|
+
* @public
|
|
696
696
|
*/
|
|
697
697
|
status?: ActionExecutionStatus;
|
|
698
698
|
/**
|
|
699
|
-
* @public
|
|
700
699
|
* <p>Input details for the action execution, such as role ARN, Region, and input
|
|
701
700
|
* artifacts.</p>
|
|
701
|
+
* @public
|
|
702
702
|
*/
|
|
703
703
|
input?: ActionExecutionInput;
|
|
704
704
|
/**
|
|
705
|
-
* @public
|
|
706
705
|
* <p>Output details for the action execution, such as the action execution result.</p>
|
|
706
|
+
* @public
|
|
707
707
|
*/
|
|
708
708
|
output?: ActionExecutionOutput;
|
|
709
709
|
}
|
|
@@ -720,22 +720,21 @@ export declare const StartTimeRange: {
|
|
|
720
720
|
*/
|
|
721
721
|
export type StartTimeRange = (typeof StartTimeRange)[keyof typeof StartTimeRange];
|
|
722
722
|
/**
|
|
723
|
-
* @public
|
|
724
723
|
* <p>The field that specifies to filter on the latest execution in the
|
|
725
724
|
* pipeline.</p>
|
|
726
725
|
* <note>
|
|
727
726
|
* <p>Filtering on the latest execution is available for executions run on or after
|
|
728
727
|
* February 08, 2024.</p>
|
|
729
728
|
* </note>
|
|
729
|
+
* @public
|
|
730
730
|
*/
|
|
731
731
|
export interface LatestInPipelineExecutionFilter {
|
|
732
732
|
/**
|
|
733
|
-
* @public
|
|
734
733
|
* <p>The execution ID for the latest execution in the pipeline.</p>
|
|
734
|
+
* @public
|
|
735
735
|
*/
|
|
736
736
|
pipelineExecutionId: string | undefined;
|
|
737
737
|
/**
|
|
738
|
-
* @public
|
|
739
738
|
* <p>The start time to filter on for the latest execution in the pipeline. Valid
|
|
740
739
|
* options:</p>
|
|
741
740
|
* <ul>
|
|
@@ -746,32 +745,33 @@ export interface LatestInPipelineExecutionFilter {
|
|
|
746
745
|
* <p>Latest</p>
|
|
747
746
|
* </li>
|
|
748
747
|
* </ul>
|
|
748
|
+
* @public
|
|
749
749
|
*/
|
|
750
750
|
startTimeRange: StartTimeRange | undefined;
|
|
751
751
|
}
|
|
752
752
|
/**
|
|
753
|
-
* @public
|
|
754
753
|
* <p>Filter values for the action execution.</p>
|
|
754
|
+
* @public
|
|
755
755
|
*/
|
|
756
756
|
export interface ActionExecutionFilter {
|
|
757
757
|
/**
|
|
758
|
-
* @public
|
|
759
758
|
* <p>The pipeline execution ID used to filter action execution history.</p>
|
|
759
|
+
* @public
|
|
760
760
|
*/
|
|
761
761
|
pipelineExecutionId?: string;
|
|
762
762
|
/**
|
|
763
|
-
* @public
|
|
764
763
|
* <p>The latest execution in the pipeline.</p>
|
|
765
764
|
* <note>
|
|
766
765
|
* <p>Filtering on the latest execution is available for executions run on or after
|
|
767
766
|
* February 08, 2024.</p>
|
|
768
767
|
* </note>
|
|
768
|
+
* @public
|
|
769
769
|
*/
|
|
770
770
|
latestInPipelineExecution?: LatestInPipelineExecutionFilter;
|
|
771
771
|
}
|
|
772
772
|
/**
|
|
773
|
-
* @public
|
|
774
773
|
* <p>The specified action cannot be found.</p>
|
|
774
|
+
* @public
|
|
775
775
|
*/
|
|
776
776
|
export declare class ActionNotFoundException extends __BaseException {
|
|
777
777
|
readonly name: "ActionNotFoundException";
|
|
@@ -782,210 +782,210 @@ export declare class ActionNotFoundException extends __BaseException {
|
|
|
782
782
|
constructor(opts: __ExceptionOptionType<ActionNotFoundException, __BaseException>);
|
|
783
783
|
}
|
|
784
784
|
/**
|
|
785
|
-
* @public
|
|
786
785
|
* <p>Represents information about the version (or revision) of an action.</p>
|
|
786
|
+
* @public
|
|
787
787
|
*/
|
|
788
788
|
export interface ActionRevision {
|
|
789
789
|
/**
|
|
790
|
-
* @public
|
|
791
790
|
* <p>The system-generated unique ID that identifies the revision number of the
|
|
792
791
|
* action.</p>
|
|
792
|
+
* @public
|
|
793
793
|
*/
|
|
794
794
|
revisionId: string | undefined;
|
|
795
795
|
/**
|
|
796
|
-
* @public
|
|
797
796
|
* <p>The unique identifier of the change that set the state to this revision (for
|
|
798
797
|
* example, a deployment ID or timestamp).</p>
|
|
798
|
+
* @public
|
|
799
799
|
*/
|
|
800
800
|
revisionChangeId: string | undefined;
|
|
801
801
|
/**
|
|
802
|
-
* @public
|
|
803
802
|
* <p>The date and time when the most recent version of the action was created, in
|
|
804
803
|
* timestamp format.</p>
|
|
804
|
+
* @public
|
|
805
805
|
*/
|
|
806
806
|
created: Date | undefined;
|
|
807
807
|
}
|
|
808
808
|
/**
|
|
809
|
-
* @public
|
|
810
809
|
* <p>Represents information about the state of an action.</p>
|
|
810
|
+
* @public
|
|
811
811
|
*/
|
|
812
812
|
export interface ActionState {
|
|
813
813
|
/**
|
|
814
|
-
* @public
|
|
815
814
|
* <p>The name of the action.</p>
|
|
815
|
+
* @public
|
|
816
816
|
*/
|
|
817
817
|
actionName?: string;
|
|
818
818
|
/**
|
|
819
|
-
* @public
|
|
820
819
|
* <p>Represents information about the version (or revision) of an action.</p>
|
|
820
|
+
* @public
|
|
821
821
|
*/
|
|
822
822
|
currentRevision?: ActionRevision;
|
|
823
823
|
/**
|
|
824
|
-
* @public
|
|
825
824
|
* <p>Represents information about the run of an action.</p>
|
|
825
|
+
* @public
|
|
826
826
|
*/
|
|
827
827
|
latestExecution?: ActionExecution;
|
|
828
828
|
/**
|
|
829
|
-
* @public
|
|
830
829
|
* <p>A URL link for more information about the state of the action, such as a deployment
|
|
831
830
|
* group details page.</p>
|
|
831
|
+
* @public
|
|
832
832
|
*/
|
|
833
833
|
entityUrl?: string;
|
|
834
834
|
/**
|
|
835
|
-
* @public
|
|
836
835
|
* <p>A URL link for more information about the revision, such as a commit details
|
|
837
836
|
* page.</p>
|
|
837
|
+
* @public
|
|
838
838
|
*/
|
|
839
839
|
revisionUrl?: string;
|
|
840
840
|
}
|
|
841
841
|
/**
|
|
842
|
-
* @public
|
|
843
842
|
* <p>Returns information about the details of an artifact.</p>
|
|
843
|
+
* @public
|
|
844
844
|
*/
|
|
845
845
|
export interface ArtifactDetails {
|
|
846
846
|
/**
|
|
847
|
-
* @public
|
|
848
847
|
* <p>The minimum number of artifacts allowed for the action type.</p>
|
|
848
|
+
* @public
|
|
849
849
|
*/
|
|
850
850
|
minimumCount: number | undefined;
|
|
851
851
|
/**
|
|
852
|
-
* @public
|
|
853
852
|
* <p>The maximum number of artifacts allowed for the action type.</p>
|
|
853
|
+
* @public
|
|
854
854
|
*/
|
|
855
855
|
maximumCount: number | undefined;
|
|
856
856
|
}
|
|
857
857
|
/**
|
|
858
|
-
* @public
|
|
859
858
|
* <p>Returns information about the settings for an action type.</p>
|
|
859
|
+
* @public
|
|
860
860
|
*/
|
|
861
861
|
export interface ActionTypeSettings {
|
|
862
862
|
/**
|
|
863
|
-
* @public
|
|
864
863
|
* <p>The URL of a sign-up page where users can sign up for an external service and
|
|
865
864
|
* perform initial configuration of the action provided by that service.</p>
|
|
865
|
+
* @public
|
|
866
866
|
*/
|
|
867
867
|
thirdPartyConfigurationUrl?: string;
|
|
868
868
|
/**
|
|
869
|
-
* @public
|
|
870
869
|
* <p>The URL returned to the CodePipeline console that provides a deep link to the
|
|
871
870
|
* resources of the external system, such as the configuration page for a CodeDeploy
|
|
872
871
|
* deployment group. This link is provided as part of the action display in the
|
|
873
872
|
* pipeline.</p>
|
|
873
|
+
* @public
|
|
874
874
|
*/
|
|
875
875
|
entityUrlTemplate?: string;
|
|
876
876
|
/**
|
|
877
|
-
* @public
|
|
878
877
|
* <p>The URL returned to the CodePipeline console that contains a link to the
|
|
879
878
|
* top-level landing page for the external system, such as the console page for CodeDeploy.
|
|
880
879
|
* This link is shown on the pipeline view page in the CodePipeline console and
|
|
881
880
|
* provides a link to the execution entity of the external action.</p>
|
|
881
|
+
* @public
|
|
882
882
|
*/
|
|
883
883
|
executionUrlTemplate?: string;
|
|
884
884
|
/**
|
|
885
|
-
* @public
|
|
886
885
|
* <p>The URL returned to the CodePipeline console that contains a link to the page
|
|
887
886
|
* where customers can update or change the configuration of the external action.</p>
|
|
887
|
+
* @public
|
|
888
888
|
*/
|
|
889
889
|
revisionUrlTemplate?: string;
|
|
890
890
|
}
|
|
891
891
|
/**
|
|
892
|
-
* @public
|
|
893
892
|
* <p>Returns information about the details of an action type.</p>
|
|
893
|
+
* @public
|
|
894
894
|
*/
|
|
895
895
|
export interface ActionType {
|
|
896
896
|
/**
|
|
897
|
-
* @public
|
|
898
897
|
* <p>Represents information about an action type.</p>
|
|
898
|
+
* @public
|
|
899
899
|
*/
|
|
900
900
|
id: ActionTypeId | undefined;
|
|
901
901
|
/**
|
|
902
|
-
* @public
|
|
903
902
|
* <p>The settings for the action type.</p>
|
|
903
|
+
* @public
|
|
904
904
|
*/
|
|
905
905
|
settings?: ActionTypeSettings;
|
|
906
906
|
/**
|
|
907
|
-
* @public
|
|
908
907
|
* <p>The configuration properties for the action type.</p>
|
|
908
|
+
* @public
|
|
909
909
|
*/
|
|
910
910
|
actionConfigurationProperties?: ActionConfigurationProperty[];
|
|
911
911
|
/**
|
|
912
|
-
* @public
|
|
913
912
|
* <p>The details of the input artifact for the action, such as its commit ID.</p>
|
|
913
|
+
* @public
|
|
914
914
|
*/
|
|
915
915
|
inputArtifactDetails: ArtifactDetails | undefined;
|
|
916
916
|
/**
|
|
917
|
-
* @public
|
|
918
917
|
* <p>The details of the output artifact of the action, such as its commit ID.</p>
|
|
918
|
+
* @public
|
|
919
919
|
*/
|
|
920
920
|
outputArtifactDetails: ArtifactDetails | undefined;
|
|
921
921
|
}
|
|
922
922
|
/**
|
|
923
|
-
* @public
|
|
924
923
|
* <p>Information about parameters for artifacts associated with the action type, such as
|
|
925
924
|
* the minimum and maximum artifacts allowed.</p>
|
|
925
|
+
* @public
|
|
926
926
|
*/
|
|
927
927
|
export interface ActionTypeArtifactDetails {
|
|
928
928
|
/**
|
|
929
|
-
* @public
|
|
930
929
|
* <p>The minimum number of artifacts that can be used with the action type. For example,
|
|
931
930
|
* you should specify a minimum and maximum of zero input artifacts for an action type with
|
|
932
931
|
* a category of <code>source</code>.</p>
|
|
932
|
+
* @public
|
|
933
933
|
*/
|
|
934
934
|
minimumCount: number | undefined;
|
|
935
935
|
/**
|
|
936
|
-
* @public
|
|
937
936
|
* <p>The maximum number of artifacts that can be used with the actiontype. For example, you
|
|
938
937
|
* should specify a minimum and maximum of zero input artifacts for an action type with a
|
|
939
938
|
* category of <code>source</code>.</p>
|
|
939
|
+
* @public
|
|
940
940
|
*/
|
|
941
941
|
maximumCount: number | undefined;
|
|
942
942
|
}
|
|
943
943
|
/**
|
|
944
|
-
* @public
|
|
945
944
|
* <p>Details about the polling configuration for the <code>JobWorker</code> action engine,
|
|
946
945
|
* or executor.</p>
|
|
946
|
+
* @public
|
|
947
947
|
*/
|
|
948
948
|
export interface JobWorkerExecutorConfiguration {
|
|
949
949
|
/**
|
|
950
|
-
* @public
|
|
951
950
|
* <p>The accounts in which the job worker is configured and might poll for jobs as part of
|
|
952
951
|
* the action execution.</p>
|
|
952
|
+
* @public
|
|
953
953
|
*/
|
|
954
954
|
pollingAccounts?: string[];
|
|
955
955
|
/**
|
|
956
|
-
* @public
|
|
957
956
|
* <p>The service Principals in which the job worker is configured and might poll for jobs
|
|
958
957
|
* as part of the action execution.</p>
|
|
958
|
+
* @public
|
|
959
959
|
*/
|
|
960
960
|
pollingServicePrincipals?: string[];
|
|
961
961
|
}
|
|
962
962
|
/**
|
|
963
|
-
* @public
|
|
964
963
|
* <p>Details about the configuration for the <code>Lambda</code> action engine, or
|
|
965
964
|
* executor.</p>
|
|
965
|
+
* @public
|
|
966
966
|
*/
|
|
967
967
|
export interface LambdaExecutorConfiguration {
|
|
968
968
|
/**
|
|
969
|
-
* @public
|
|
970
969
|
* <p>The ARN of the Lambda function used by the action engine.</p>
|
|
970
|
+
* @public
|
|
971
971
|
*/
|
|
972
972
|
lambdaFunctionArn: string | undefined;
|
|
973
973
|
}
|
|
974
974
|
/**
|
|
975
|
-
* @public
|
|
976
975
|
* <p>The action engine, or executor, related to the supported integration model used to
|
|
977
976
|
* create and update the action type. The available executor types are <code>Lambda</code>
|
|
978
977
|
* and <code>JobWorker</code>.</p>
|
|
978
|
+
* @public
|
|
979
979
|
*/
|
|
980
980
|
export interface ExecutorConfiguration {
|
|
981
981
|
/**
|
|
982
|
-
* @public
|
|
983
982
|
* <p>Details about the <code>Lambda</code> executor of the action type.</p>
|
|
983
|
+
* @public
|
|
984
984
|
*/
|
|
985
985
|
lambdaExecutorConfiguration?: LambdaExecutorConfiguration;
|
|
986
986
|
/**
|
|
987
|
-
* @public
|
|
988
987
|
* <p>Details about the <code>JobWorker</code> executor of the action type.</p>
|
|
988
|
+
* @public
|
|
989
989
|
*/
|
|
990
990
|
jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
|
|
991
991
|
}
|
|
@@ -1002,27 +1002,26 @@ export declare const ExecutorType: {
|
|
|
1002
1002
|
*/
|
|
1003
1003
|
export type ExecutorType = (typeof ExecutorType)[keyof typeof ExecutorType];
|
|
1004
1004
|
/**
|
|
1005
|
-
* @public
|
|
1006
1005
|
* <p>The action engine, or executor, for an action type created for a provider, where the
|
|
1007
1006
|
* action is to be used by customers of the provider. The action engine is associated with
|
|
1008
1007
|
* the model used to create and update the action, such as the Lambda integration
|
|
1009
1008
|
* model.</p>
|
|
1009
|
+
* @public
|
|
1010
1010
|
*/
|
|
1011
1011
|
export interface ActionTypeExecutor {
|
|
1012
1012
|
/**
|
|
1013
|
-
* @public
|
|
1014
1013
|
* <p>The action configuration properties for the action type. These properties are
|
|
1015
1014
|
* specified in the action definition when the action type is created.</p>
|
|
1015
|
+
* @public
|
|
1016
1016
|
*/
|
|
1017
1017
|
configuration: ExecutorConfiguration | undefined;
|
|
1018
1018
|
/**
|
|
1019
|
-
* @public
|
|
1020
1019
|
* <p>The integration model used to create and update the action type, <code>Lambda</code>
|
|
1021
1020
|
* or <code>JobWorker</code>. </p>
|
|
1021
|
+
* @public
|
|
1022
1022
|
*/
|
|
1023
1023
|
type: ExecutorType | undefined;
|
|
1024
1024
|
/**
|
|
1025
|
-
* @public
|
|
1026
1025
|
* <p>The policy statement that specifies the permissions in the CodePipeline customer
|
|
1027
1026
|
* account that are needed to successfully run an action.</p>
|
|
1028
1027
|
* <p>To grant permission to another account, specify the account ID as the Principal, a
|
|
@@ -1031,22 +1030,22 @@ export interface ActionTypeExecutor {
|
|
|
1031
1030
|
* <note>
|
|
1032
1031
|
* <p>The size of the passed JSON policy document cannot exceed 2048 characters.</p>
|
|
1033
1032
|
* </note>
|
|
1033
|
+
* @public
|
|
1034
1034
|
*/
|
|
1035
1035
|
policyStatementsTemplate?: string;
|
|
1036
1036
|
/**
|
|
1037
|
-
* @public
|
|
1038
1037
|
* <p>The timeout in seconds for the job. An action execution can have multiple jobs. This
|
|
1039
1038
|
* is the timeout for a single job, not the entire action execution.</p>
|
|
1039
|
+
* @public
|
|
1040
1040
|
*/
|
|
1041
1041
|
jobTimeout?: number;
|
|
1042
1042
|
}
|
|
1043
1043
|
/**
|
|
1044
|
-
* @public
|
|
1045
1044
|
* <p>Specifies the category, owner, provider, and version of the action type.</p>
|
|
1045
|
+
* @public
|
|
1046
1046
|
*/
|
|
1047
1047
|
export interface ActionTypeIdentifier {
|
|
1048
1048
|
/**
|
|
1049
|
-
* @public
|
|
1050
1049
|
* <p>Defines what kind of action can be taken in the stage, one of the following:</p>
|
|
1051
1050
|
* <ul>
|
|
1052
1051
|
* <li>
|
|
@@ -1080,167 +1079,168 @@ export interface ActionTypeIdentifier {
|
|
|
1080
1079
|
* </p>
|
|
1081
1080
|
* </li>
|
|
1082
1081
|
* </ul>
|
|
1082
|
+
* @public
|
|
1083
1083
|
*/
|
|
1084
1084
|
category: ActionCategory | undefined;
|
|
1085
1085
|
/**
|
|
1086
|
-
* @public
|
|
1087
1086
|
* <p>The creator of the action type being called: <code>AWS</code> or
|
|
1088
1087
|
* <code>ThirdParty</code>.</p>
|
|
1088
|
+
* @public
|
|
1089
1089
|
*/
|
|
1090
1090
|
owner: string | undefined;
|
|
1091
1091
|
/**
|
|
1092
|
-
* @public
|
|
1093
1092
|
* <p>The provider of the action type being called. The provider name is supplied when the
|
|
1094
1093
|
* action type is created.</p>
|
|
1094
|
+
* @public
|
|
1095
1095
|
*/
|
|
1096
1096
|
provider: string | undefined;
|
|
1097
1097
|
/**
|
|
1098
|
-
* @public
|
|
1099
1098
|
* <p>A string that describes the action type version.</p>
|
|
1099
|
+
* @public
|
|
1100
1100
|
*/
|
|
1101
1101
|
version: string | undefined;
|
|
1102
1102
|
}
|
|
1103
1103
|
/**
|
|
1104
|
-
* @public
|
|
1105
1104
|
* <p>Details identifying the users with permissions to use the action type.</p>
|
|
1105
|
+
* @public
|
|
1106
1106
|
*/
|
|
1107
1107
|
export interface ActionTypePermissions {
|
|
1108
1108
|
/**
|
|
1109
|
-
* @public
|
|
1110
1109
|
* <p>A list of Amazon Web Services account IDs with access to use the action type in their
|
|
1111
1110
|
* pipelines.</p>
|
|
1111
|
+
* @public
|
|
1112
1112
|
*/
|
|
1113
1113
|
allowedAccounts: string[] | undefined;
|
|
1114
1114
|
}
|
|
1115
1115
|
/**
|
|
1116
|
-
* @public
|
|
1117
1116
|
* <p>Represents information about each property specified in the action configuration, such
|
|
1118
1117
|
* as the description and key name that display for the customer using the action
|
|
1119
1118
|
* type.</p>
|
|
1119
|
+
* @public
|
|
1120
1120
|
*/
|
|
1121
1121
|
export interface ActionTypeProperty {
|
|
1122
1122
|
/**
|
|
1123
|
-
* @public
|
|
1124
1123
|
* <p>The property name that is displayed to users.</p>
|
|
1124
|
+
* @public
|
|
1125
1125
|
*/
|
|
1126
1126
|
name: string | undefined;
|
|
1127
1127
|
/**
|
|
1128
|
-
* @public
|
|
1129
1128
|
* <p>Whether the configuration property is an optional value.</p>
|
|
1129
|
+
* @public
|
|
1130
1130
|
*/
|
|
1131
1131
|
optional: boolean | undefined;
|
|
1132
1132
|
/**
|
|
1133
|
-
* @public
|
|
1134
1133
|
* <p>Whether the configuration property is a key.</p>
|
|
1134
|
+
* @public
|
|
1135
1135
|
*/
|
|
1136
1136
|
key: boolean | undefined;
|
|
1137
1137
|
/**
|
|
1138
|
-
* @public
|
|
1139
1138
|
* <p>Whether to omit the field value entered by the customer in the log. If
|
|
1140
1139
|
* <code>true</code>, the value is not saved in CloudTrail logs for the action
|
|
1141
1140
|
* execution.</p>
|
|
1141
|
+
* @public
|
|
1142
1142
|
*/
|
|
1143
1143
|
noEcho: boolean | undefined;
|
|
1144
1144
|
/**
|
|
1145
|
-
* @public
|
|
1146
1145
|
* <p>Indicates that the property is used with polling. An action type can have up to one
|
|
1147
1146
|
* queryable property. If it has one, that property must be both required and not
|
|
1148
1147
|
* secret.</p>
|
|
1148
|
+
* @public
|
|
1149
1149
|
*/
|
|
1150
1150
|
queryable?: boolean;
|
|
1151
1151
|
/**
|
|
1152
|
-
* @public
|
|
1153
1152
|
* <p>The description of the property that is displayed to users.</p>
|
|
1153
|
+
* @public
|
|
1154
1154
|
*/
|
|
1155
1155
|
description?: string;
|
|
1156
1156
|
}
|
|
1157
1157
|
/**
|
|
1158
|
-
* @public
|
|
1159
1158
|
* <p>Returns information about URLs for web pages that display to customers as links on the
|
|
1160
1159
|
* pipeline view, such as an external configuration page for the action type.</p>
|
|
1160
|
+
* @public
|
|
1161
1161
|
*/
|
|
1162
1162
|
export interface ActionTypeUrls {
|
|
1163
1163
|
/**
|
|
1164
|
-
* @public
|
|
1165
1164
|
* <p>The URL returned to the CodePipeline console that contains a link to the page
|
|
1166
1165
|
* where customers can configure the external action.</p>
|
|
1166
|
+
* @public
|
|
1167
1167
|
*/
|
|
1168
1168
|
configurationUrl?: string;
|
|
1169
1169
|
/**
|
|
1170
|
-
* @public
|
|
1171
1170
|
* <p>The URL returned to the CodePipeline console that provides a deep link to the
|
|
1172
1171
|
* resources of the external system, such as a status page. This link is provided as part
|
|
1173
1172
|
* of the action display in the pipeline.</p>
|
|
1173
|
+
* @public
|
|
1174
1174
|
*/
|
|
1175
1175
|
entityUrlTemplate?: string;
|
|
1176
1176
|
/**
|
|
1177
|
-
* @public
|
|
1178
1177
|
* <p>The link to an execution page for the action type in progress. For example, for a
|
|
1179
1178
|
* CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.</p>
|
|
1179
|
+
* @public
|
|
1180
1180
|
*/
|
|
1181
1181
|
executionUrlTemplate?: string;
|
|
1182
1182
|
/**
|
|
1183
|
-
* @public
|
|
1184
1183
|
* <p>The URL returned to the CodePipeline console that contains a link to the page
|
|
1185
1184
|
* where customers can update or change the configuration of the external action.</p>
|
|
1185
|
+
* @public
|
|
1186
1186
|
*/
|
|
1187
1187
|
revisionUrlTemplate?: string;
|
|
1188
1188
|
}
|
|
1189
1189
|
/**
|
|
1190
|
-
* @public
|
|
1191
1190
|
* <p>The parameters for the action type definition that are provided when the action type
|
|
1192
1191
|
* is created or updated.</p>
|
|
1192
|
+
* @public
|
|
1193
1193
|
*/
|
|
1194
1194
|
export interface ActionTypeDeclaration {
|
|
1195
1195
|
/**
|
|
1196
|
-
* @public
|
|
1197
1196
|
* <p>The description for the action type to be updated.</p>
|
|
1197
|
+
* @public
|
|
1198
1198
|
*/
|
|
1199
1199
|
description?: string;
|
|
1200
1200
|
/**
|
|
1201
|
-
* @public
|
|
1202
1201
|
* <p>Information about the executor for an action type that was created with any supported
|
|
1203
1202
|
* integration model.</p>
|
|
1203
|
+
* @public
|
|
1204
1204
|
*/
|
|
1205
1205
|
executor: ActionTypeExecutor | undefined;
|
|
1206
1206
|
/**
|
|
1207
|
-
* @public
|
|
1208
1207
|
* <p>The action category, owner, provider, and version of the action type to be
|
|
1209
1208
|
* updated.</p>
|
|
1209
|
+
* @public
|
|
1210
1210
|
*/
|
|
1211
1211
|
id: ActionTypeIdentifier | undefined;
|
|
1212
1212
|
/**
|
|
1213
|
-
* @public
|
|
1214
1213
|
* <p>Details for the artifacts, such as application files, to be worked on by the action.
|
|
1215
1214
|
* For example, the minimum and maximum number of input artifacts allowed.</p>
|
|
1215
|
+
* @public
|
|
1216
1216
|
*/
|
|
1217
1217
|
inputArtifactDetails: ActionTypeArtifactDetails | undefined;
|
|
1218
1218
|
/**
|
|
1219
|
-
* @public
|
|
1220
1219
|
* <p>Details for the output artifacts, such as a built application, that are the result of
|
|
1221
1220
|
* the action. For example, the minimum and maximum number of output artifacts
|
|
1222
1221
|
* allowed.</p>
|
|
1222
|
+
* @public
|
|
1223
1223
|
*/
|
|
1224
1224
|
outputArtifactDetails: ActionTypeArtifactDetails | undefined;
|
|
1225
1225
|
/**
|
|
1226
|
-
* @public
|
|
1227
1226
|
* <p>Details identifying the accounts with permissions to use the action type.</p>
|
|
1227
|
+
* @public
|
|
1228
1228
|
*/
|
|
1229
1229
|
permissions?: ActionTypePermissions;
|
|
1230
1230
|
/**
|
|
1231
|
-
* @public
|
|
1232
1231
|
* <p>The properties of the action type to be updated.</p>
|
|
1232
|
+
* @public
|
|
1233
1233
|
*/
|
|
1234
1234
|
properties?: ActionTypeProperty[];
|
|
1235
1235
|
/**
|
|
1236
|
-
* @public
|
|
1237
1236
|
* <p>The links associated with the action type to be updated.</p>
|
|
1237
|
+
* @public
|
|
1238
1238
|
*/
|
|
1239
1239
|
urls?: ActionTypeUrls;
|
|
1240
1240
|
}
|
|
1241
1241
|
/**
|
|
1242
|
-
* @public
|
|
1243
1242
|
* <p>The specified action type cannot be found.</p>
|
|
1243
|
+
* @public
|
|
1244
1244
|
*/
|
|
1245
1245
|
export declare class ActionTypeNotFoundException extends __BaseException {
|
|
1246
1246
|
readonly name: "ActionTypeNotFoundException";
|
|
@@ -1251,8 +1251,8 @@ export declare class ActionTypeNotFoundException extends __BaseException {
|
|
|
1251
1251
|
constructor(opts: __ExceptionOptionType<ActionTypeNotFoundException, __BaseException>);
|
|
1252
1252
|
}
|
|
1253
1253
|
/**
|
|
1254
|
-
* @public
|
|
1255
1254
|
* <p>The approval action has already been approved or rejected.</p>
|
|
1255
|
+
* @public
|
|
1256
1256
|
*/
|
|
1257
1257
|
export declare class ApprovalAlreadyCompletedException extends __BaseException {
|
|
1258
1258
|
readonly name: "ApprovalAlreadyCompletedException";
|
|
@@ -1275,36 +1275,36 @@ export declare const ApprovalStatus: {
|
|
|
1275
1275
|
*/
|
|
1276
1276
|
export type ApprovalStatus = (typeof ApprovalStatus)[keyof typeof ApprovalStatus];
|
|
1277
1277
|
/**
|
|
1278
|
-
* @public
|
|
1279
1278
|
* <p>Represents information about the result of an approval request.</p>
|
|
1279
|
+
* @public
|
|
1280
1280
|
*/
|
|
1281
1281
|
export interface ApprovalResult {
|
|
1282
1282
|
/**
|
|
1283
|
-
* @public
|
|
1284
1283
|
* <p>The summary of the current status of the approval request.</p>
|
|
1284
|
+
* @public
|
|
1285
1285
|
*/
|
|
1286
1286
|
summary: string | undefined;
|
|
1287
1287
|
/**
|
|
1288
|
-
* @public
|
|
1289
1288
|
* <p>The response submitted by a reviewer assigned to an approval action
|
|
1290
1289
|
* request.</p>
|
|
1290
|
+
* @public
|
|
1291
1291
|
*/
|
|
1292
1292
|
status: ApprovalStatus | undefined;
|
|
1293
1293
|
}
|
|
1294
1294
|
/**
|
|
1295
|
-
* @public
|
|
1296
1295
|
* <p>The location of the S3 bucket that contains a revision.</p>
|
|
1296
|
+
* @public
|
|
1297
1297
|
*/
|
|
1298
1298
|
export interface S3ArtifactLocation {
|
|
1299
1299
|
/**
|
|
1300
|
-
* @public
|
|
1301
1300
|
* <p>The name of the S3 bucket.</p>
|
|
1301
|
+
* @public
|
|
1302
1302
|
*/
|
|
1303
1303
|
bucketName: string | undefined;
|
|
1304
1304
|
/**
|
|
1305
|
-
* @public
|
|
1306
1305
|
* <p>The key of the object in the S3 bucket, which uniquely identifies the object in the
|
|
1307
1306
|
* bucket.</p>
|
|
1307
|
+
* @public
|
|
1308
1308
|
*/
|
|
1309
1309
|
objectKey: string | undefined;
|
|
1310
1310
|
}
|
|
@@ -1320,86 +1320,86 @@ export declare const ArtifactLocationType: {
|
|
|
1320
1320
|
*/
|
|
1321
1321
|
export type ArtifactLocationType = (typeof ArtifactLocationType)[keyof typeof ArtifactLocationType];
|
|
1322
1322
|
/**
|
|
1323
|
-
* @public
|
|
1324
1323
|
* <p>Represents information about the location of an artifact.</p>
|
|
1324
|
+
* @public
|
|
1325
1325
|
*/
|
|
1326
1326
|
export interface ArtifactLocation {
|
|
1327
1327
|
/**
|
|
1328
|
-
* @public
|
|
1329
1328
|
* <p>The type of artifact in the location.</p>
|
|
1329
|
+
* @public
|
|
1330
1330
|
*/
|
|
1331
1331
|
type?: ArtifactLocationType;
|
|
1332
1332
|
/**
|
|
1333
|
-
* @public
|
|
1334
1333
|
* <p>The S3 bucket that contains the artifact.</p>
|
|
1334
|
+
* @public
|
|
1335
1335
|
*/
|
|
1336
1336
|
s3Location?: S3ArtifactLocation;
|
|
1337
1337
|
}
|
|
1338
1338
|
/**
|
|
1339
|
-
* @public
|
|
1340
1339
|
* <p>Artifacts are the files that are worked on by actions in the pipeline. See the
|
|
1341
1340
|
* action configuration for each action for details about artifact parameters. For example,
|
|
1342
1341
|
* the S3 source action artifact is a file name (or file path), and the files are generally
|
|
1343
1342
|
* provided as a ZIP file. Example artifact name: SampleApp_Windows.zip</p>
|
|
1343
|
+
* @public
|
|
1344
1344
|
*/
|
|
1345
1345
|
export interface Artifact {
|
|
1346
1346
|
/**
|
|
1347
|
-
* @public
|
|
1348
1347
|
* <p>The artifact's name.</p>
|
|
1348
|
+
* @public
|
|
1349
1349
|
*/
|
|
1350
1350
|
name?: string;
|
|
1351
1351
|
/**
|
|
1352
|
-
* @public
|
|
1353
1352
|
* <p>The artifact's revision ID. Depending on the type of object, this could be a commit
|
|
1354
1353
|
* ID (GitHub) or a revision ID (Amazon S3).</p>
|
|
1354
|
+
* @public
|
|
1355
1355
|
*/
|
|
1356
1356
|
revision?: string;
|
|
1357
1357
|
/**
|
|
1358
|
-
* @public
|
|
1359
1358
|
* <p>The location of an artifact.</p>
|
|
1359
|
+
* @public
|
|
1360
1360
|
*/
|
|
1361
1361
|
location?: ArtifactLocation;
|
|
1362
1362
|
}
|
|
1363
1363
|
/**
|
|
1364
|
-
* @public
|
|
1365
1364
|
* <p>Represents revision details of an artifact. </p>
|
|
1365
|
+
* @public
|
|
1366
1366
|
*/
|
|
1367
1367
|
export interface ArtifactRevision {
|
|
1368
1368
|
/**
|
|
1369
|
-
* @public
|
|
1370
1369
|
* <p>The name of an artifact. This name might be system-generated, such as "MyApp", or
|
|
1371
1370
|
* defined by the user when an action is created.</p>
|
|
1371
|
+
* @public
|
|
1372
1372
|
*/
|
|
1373
1373
|
name?: string;
|
|
1374
1374
|
/**
|
|
1375
|
-
* @public
|
|
1376
1375
|
* <p>The revision ID of the artifact.</p>
|
|
1376
|
+
* @public
|
|
1377
1377
|
*/
|
|
1378
1378
|
revisionId?: string;
|
|
1379
1379
|
/**
|
|
1380
|
-
* @public
|
|
1381
1380
|
* <p>An additional identifier for a revision, such as a commit date or, for artifacts
|
|
1382
1381
|
* stored in Amazon S3 buckets, the ETag value.</p>
|
|
1382
|
+
* @public
|
|
1383
1383
|
*/
|
|
1384
1384
|
revisionChangeIdentifier?: string;
|
|
1385
1385
|
/**
|
|
1386
|
-
* @public
|
|
1387
1386
|
* <p>Summary information about the most recent revision of the artifact. For GitHub and
|
|
1388
1387
|
* CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the
|
|
1389
1388
|
* user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
|
|
1390
1389
|
* specified in the object metadata.</p>
|
|
1390
|
+
* @public
|
|
1391
1391
|
*/
|
|
1392
1392
|
revisionSummary?: string;
|
|
1393
1393
|
/**
|
|
1394
|
-
* @public
|
|
1395
1394
|
* <p>The date and time when the most recent revision of the artifact was created, in
|
|
1396
1395
|
* timestamp format.</p>
|
|
1396
|
+
* @public
|
|
1397
1397
|
*/
|
|
1398
1398
|
created?: Date;
|
|
1399
1399
|
/**
|
|
1400
|
-
* @public
|
|
1401
1400
|
* <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
|
|
1402
1401
|
* CodeCommit repositories, the commit ID is linked to a commit details page.</p>
|
|
1402
|
+
* @public
|
|
1403
1403
|
*/
|
|
1404
1404
|
revisionUrl?: string;
|
|
1405
1405
|
}
|
|
@@ -1415,14 +1415,13 @@ export declare const EncryptionKeyType: {
|
|
|
1415
1415
|
*/
|
|
1416
1416
|
export type EncryptionKeyType = (typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
|
|
1417
1417
|
/**
|
|
1418
|
-
* @public
|
|
1419
1418
|
* <p>Represents information about the key used to encrypt data in the artifact store,
|
|
1420
1419
|
* such as an Amazon Web Services Key Management Service (Key Management Service)
|
|
1421
1420
|
* key.</p>
|
|
1421
|
+
* @public
|
|
1422
1422
|
*/
|
|
1423
1423
|
export interface EncryptionKey {
|
|
1424
1424
|
/**
|
|
1425
|
-
* @public
|
|
1426
1425
|
* <p>The ID used to identify the key. For an Amazon Web Services KMS key, you can use the
|
|
1427
1426
|
* key ID, the key ARN, or the alias ARN.</p>
|
|
1428
1427
|
* <note>
|
|
@@ -1432,12 +1431,13 @@ export interface EncryptionKey {
|
|
|
1432
1431
|
* (AccountB), so specifying the key ID will use the key from the other account
|
|
1433
1432
|
* (AccountB).</p>
|
|
1434
1433
|
* </note>
|
|
1434
|
+
* @public
|
|
1435
1435
|
*/
|
|
1436
1436
|
id: string | undefined;
|
|
1437
1437
|
/**
|
|
1438
|
-
* @public
|
|
1439
1438
|
* <p>The type of encryption key, such as an Amazon Web Services KMS key. When creating or
|
|
1440
1439
|
* updating a pipeline, the value must be set to 'KMS'.</p>
|
|
1440
|
+
* @public
|
|
1441
1441
|
*/
|
|
1442
1442
|
type: EncryptionKeyType | undefined;
|
|
1443
1443
|
}
|
|
@@ -1453,7 +1453,6 @@ export declare const ArtifactStoreType: {
|
|
|
1453
1453
|
*/
|
|
1454
1454
|
export type ArtifactStoreType = (typeof ArtifactStoreType)[keyof typeof ArtifactStoreType];
|
|
1455
1455
|
/**
|
|
1456
|
-
* @public
|
|
1457
1456
|
* <p>The S3 bucket where artifacts for the pipeline are stored.</p>
|
|
1458
1457
|
* <note>
|
|
1459
1458
|
* <p>You must include either <code>artifactStore</code> or
|
|
@@ -1461,51 +1460,52 @@ export type ArtifactStoreType = (typeof ArtifactStoreType)[keyof typeof Artifact
|
|
|
1461
1460
|
* create a cross-region action in your pipeline, you must use
|
|
1462
1461
|
* <code>artifactStores</code>.</p>
|
|
1463
1462
|
* </note>
|
|
1463
|
+
* @public
|
|
1464
1464
|
*/
|
|
1465
1465
|
export interface ArtifactStore {
|
|
1466
1466
|
/**
|
|
1467
|
-
* @public
|
|
1468
1467
|
* <p>The type of the artifact store, such as S3.</p>
|
|
1468
|
+
* @public
|
|
1469
1469
|
*/
|
|
1470
1470
|
type: ArtifactStoreType | undefined;
|
|
1471
1471
|
/**
|
|
1472
|
-
* @public
|
|
1473
1472
|
* <p>The S3 bucket used for storing the artifacts for a pipeline. You can specify the
|
|
1474
1473
|
* name of an S3 bucket but not a folder in the bucket. A folder to contain the pipeline
|
|
1475
1474
|
* artifacts is created for you based on the name of the pipeline. You can use any S3
|
|
1476
1475
|
* bucket in the same Amazon Web Services Region as the pipeline to store your pipeline
|
|
1477
1476
|
* artifacts.</p>
|
|
1477
|
+
* @public
|
|
1478
1478
|
*/
|
|
1479
1479
|
location: string | undefined;
|
|
1480
1480
|
/**
|
|
1481
|
-
* @public
|
|
1482
1481
|
* <p>The encryption key used to encrypt the data in the artifact store, such as an
|
|
1483
1482
|
* Amazon Web Services Key Management Service key. If this is undefined, the default key
|
|
1484
1483
|
* for Amazon S3 is used.</p>
|
|
1484
|
+
* @public
|
|
1485
1485
|
*/
|
|
1486
1486
|
encryptionKey?: EncryptionKey;
|
|
1487
1487
|
}
|
|
1488
1488
|
/**
|
|
1489
|
-
* @public
|
|
1490
1489
|
* <p>Represents an Amazon Web Services session credentials object. These credentials are
|
|
1491
1490
|
* temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
|
|
1492
1491
|
* They can be used to access input and output artifacts in the S3 bucket used to store
|
|
1493
1492
|
* artifact for the pipeline in CodePipeline.</p>
|
|
1493
|
+
* @public
|
|
1494
1494
|
*/
|
|
1495
1495
|
export interface AWSSessionCredentials {
|
|
1496
1496
|
/**
|
|
1497
|
-
* @public
|
|
1498
1497
|
* <p>The access key for the session.</p>
|
|
1498
|
+
* @public
|
|
1499
1499
|
*/
|
|
1500
1500
|
accessKeyId: string | undefined;
|
|
1501
1501
|
/**
|
|
1502
|
-
* @public
|
|
1503
1502
|
* <p>The secret access key for the session.</p>
|
|
1503
|
+
* @public
|
|
1504
1504
|
*/
|
|
1505
1505
|
secretAccessKey: string | undefined;
|
|
1506
1506
|
/**
|
|
1507
|
-
* @public
|
|
1508
1507
|
* <p>The token for the session.</p>
|
|
1508
|
+
* @public
|
|
1509
1509
|
*/
|
|
1510
1510
|
sessionToken: string | undefined;
|
|
1511
1511
|
}
|
|
@@ -1521,24 +1521,24 @@ export declare const BlockerType: {
|
|
|
1521
1521
|
*/
|
|
1522
1522
|
export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
|
|
1523
1523
|
/**
|
|
1524
|
-
* @public
|
|
1525
1524
|
* <p>Reserved for future use.</p>
|
|
1525
|
+
* @public
|
|
1526
1526
|
*/
|
|
1527
1527
|
export interface BlockerDeclaration {
|
|
1528
1528
|
/**
|
|
1529
|
-
* @public
|
|
1530
1529
|
* <p>Reserved for future use.</p>
|
|
1530
|
+
* @public
|
|
1531
1531
|
*/
|
|
1532
1532
|
name: string | undefined;
|
|
1533
1533
|
/**
|
|
1534
|
-
* @public
|
|
1535
1534
|
* <p>Reserved for future use.</p>
|
|
1535
|
+
* @public
|
|
1536
1536
|
*/
|
|
1537
1537
|
type: BlockerType | undefined;
|
|
1538
1538
|
}
|
|
1539
1539
|
/**
|
|
1540
|
-
* @public
|
|
1541
1540
|
* <p>Unable to modify the tag due to a simultaneous update request.</p>
|
|
1541
|
+
* @public
|
|
1542
1542
|
*/
|
|
1543
1543
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
1544
1544
|
readonly name: "ConcurrentModificationException";
|
|
@@ -1549,50 +1549,49 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
1549
1549
|
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
1550
1550
|
}
|
|
1551
1551
|
/**
|
|
1552
|
-
* @public
|
|
1553
1552
|
* <p>A tag is a key-value pair that is used to manage the resource.</p>
|
|
1553
|
+
* @public
|
|
1554
1554
|
*/
|
|
1555
1555
|
export interface Tag {
|
|
1556
1556
|
/**
|
|
1557
|
-
* @public
|
|
1558
1557
|
* <p>The tag's key.</p>
|
|
1558
|
+
* @public
|
|
1559
1559
|
*/
|
|
1560
1560
|
key: string | undefined;
|
|
1561
1561
|
/**
|
|
1562
|
-
* @public
|
|
1563
1562
|
* <p>The tag's value.</p>
|
|
1563
|
+
* @public
|
|
1564
1564
|
*/
|
|
1565
1565
|
value: string | undefined;
|
|
1566
1566
|
}
|
|
1567
1567
|
/**
|
|
1568
|
-
* @public
|
|
1569
1568
|
* <p>Represents the input of a CreateCustomActionType operation.</p>
|
|
1569
|
+
* @public
|
|
1570
1570
|
*/
|
|
1571
1571
|
export interface CreateCustomActionTypeInput {
|
|
1572
1572
|
/**
|
|
1573
|
-
* @public
|
|
1574
1573
|
* <p>The category of the custom action, such as a build action or a test
|
|
1575
1574
|
* action.</p>
|
|
1575
|
+
* @public
|
|
1576
1576
|
*/
|
|
1577
1577
|
category: ActionCategory | undefined;
|
|
1578
1578
|
/**
|
|
1579
|
-
* @public
|
|
1580
1579
|
* <p>The provider of the service used in the custom action, such as
|
|
1581
1580
|
* CodeDeploy.</p>
|
|
1581
|
+
* @public
|
|
1582
1582
|
*/
|
|
1583
1583
|
provider: string | undefined;
|
|
1584
1584
|
/**
|
|
1585
|
-
* @public
|
|
1586
1585
|
* <p>The version identifier of the custom action.</p>
|
|
1586
|
+
* @public
|
|
1587
1587
|
*/
|
|
1588
1588
|
version: string | undefined;
|
|
1589
1589
|
/**
|
|
1590
|
-
* @public
|
|
1591
1590
|
* <p>URLs that provide users information about this custom action.</p>
|
|
1591
|
+
* @public
|
|
1592
1592
|
*/
|
|
1593
1593
|
settings?: ActionTypeSettings;
|
|
1594
1594
|
/**
|
|
1595
|
-
* @public
|
|
1596
1595
|
* <p>The configuration properties for the custom action.</p>
|
|
1597
1596
|
* <note>
|
|
1598
1597
|
* <p>You can refer to a name in the configuration properties of the custom action
|
|
@@ -1601,43 +1600,44 @@ export interface CreateCustomActionTypeInput {
|
|
|
1601
1600
|
* <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-create-custom-action.html">Create a
|
|
1602
1601
|
* Custom Action for a Pipeline</a>.</p>
|
|
1603
1602
|
* </note>
|
|
1603
|
+
* @public
|
|
1604
1604
|
*/
|
|
1605
1605
|
configurationProperties?: ActionConfigurationProperty[];
|
|
1606
1606
|
/**
|
|
1607
|
-
* @public
|
|
1608
1607
|
* <p>The details of the input artifact for the action, such as its commit ID.</p>
|
|
1608
|
+
* @public
|
|
1609
1609
|
*/
|
|
1610
1610
|
inputArtifactDetails: ArtifactDetails | undefined;
|
|
1611
1611
|
/**
|
|
1612
|
-
* @public
|
|
1613
1612
|
* <p>The details of the output artifact of the action, such as its commit ID.</p>
|
|
1613
|
+
* @public
|
|
1614
1614
|
*/
|
|
1615
1615
|
outputArtifactDetails: ArtifactDetails | undefined;
|
|
1616
1616
|
/**
|
|
1617
|
-
* @public
|
|
1618
1617
|
* <p>The tags for the custom action.</p>
|
|
1618
|
+
* @public
|
|
1619
1619
|
*/
|
|
1620
1620
|
tags?: Tag[];
|
|
1621
1621
|
}
|
|
1622
1622
|
/**
|
|
1623
|
-
* @public
|
|
1624
1623
|
* <p>Represents the output of a <code>CreateCustomActionType</code> operation.</p>
|
|
1624
|
+
* @public
|
|
1625
1625
|
*/
|
|
1626
1626
|
export interface CreateCustomActionTypeOutput {
|
|
1627
1627
|
/**
|
|
1628
|
-
* @public
|
|
1629
1628
|
* <p>Returns information about the details of an action type.</p>
|
|
1629
|
+
* @public
|
|
1630
1630
|
*/
|
|
1631
1631
|
actionType: ActionType | undefined;
|
|
1632
1632
|
/**
|
|
1633
|
-
* @public
|
|
1634
1633
|
* <p>Specifies the tags applied to the custom action.</p>
|
|
1634
|
+
* @public
|
|
1635
1635
|
*/
|
|
1636
1636
|
tags?: Tag[];
|
|
1637
1637
|
}
|
|
1638
1638
|
/**
|
|
1639
|
-
* @public
|
|
1640
1639
|
* <p>The specified resource tags are invalid.</p>
|
|
1640
|
+
* @public
|
|
1641
1641
|
*/
|
|
1642
1642
|
export declare class InvalidTagsException extends __BaseException {
|
|
1643
1643
|
readonly name: "InvalidTagsException";
|
|
@@ -1648,9 +1648,9 @@ export declare class InvalidTagsException extends __BaseException {
|
|
|
1648
1648
|
constructor(opts: __ExceptionOptionType<InvalidTagsException, __BaseException>);
|
|
1649
1649
|
}
|
|
1650
1650
|
/**
|
|
1651
|
-
* @public
|
|
1652
1651
|
* <p>The number of pipelines associated with the Amazon Web Services account has exceeded
|
|
1653
1652
|
* the limit allowed for the account.</p>
|
|
1653
|
+
* @public
|
|
1654
1654
|
*/
|
|
1655
1655
|
export declare class LimitExceededException extends __BaseException {
|
|
1656
1656
|
readonly name: "LimitExceededException";
|
|
@@ -1661,8 +1661,8 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
1661
1661
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
1662
1662
|
}
|
|
1663
1663
|
/**
|
|
1664
|
-
* @public
|
|
1665
1664
|
* <p>The tags limit for a resource has been exceeded.</p>
|
|
1665
|
+
* @public
|
|
1666
1666
|
*/
|
|
1667
1667
|
export declare class TooManyTagsException extends __BaseException {
|
|
1668
1668
|
readonly name: "TooManyTagsException";
|
|
@@ -1699,41 +1699,68 @@ export declare const PipelineType: {
|
|
|
1699
1699
|
export type PipelineType = (typeof PipelineType)[keyof typeof PipelineType];
|
|
1700
1700
|
/**
|
|
1701
1701
|
* @public
|
|
1702
|
+
* @enum
|
|
1703
|
+
*/
|
|
1704
|
+
export declare const Result: {
|
|
1705
|
+
readonly ROLLBACK: "ROLLBACK";
|
|
1706
|
+
};
|
|
1707
|
+
/**
|
|
1708
|
+
* @public
|
|
1709
|
+
*/
|
|
1710
|
+
export type Result = (typeof Result)[keyof typeof Result];
|
|
1711
|
+
/**
|
|
1712
|
+
* <p>The configuration that specifies the result, such as rollback, to occur upon stage failure. </p>
|
|
1713
|
+
* @public
|
|
1714
|
+
*/
|
|
1715
|
+
export interface FailureConditions {
|
|
1716
|
+
/**
|
|
1717
|
+
* <p>The specified result for when the failure conditions are met, such as rolling back the stage.</p>
|
|
1718
|
+
* @public
|
|
1719
|
+
*/
|
|
1720
|
+
result?: Result;
|
|
1721
|
+
}
|
|
1722
|
+
/**
|
|
1702
1723
|
* <p>Represents information about a stage and its definition.</p>
|
|
1724
|
+
* @public
|
|
1703
1725
|
*/
|
|
1704
1726
|
export interface StageDeclaration {
|
|
1705
1727
|
/**
|
|
1706
|
-
* @public
|
|
1707
1728
|
* <p>The name of the stage.</p>
|
|
1729
|
+
* @public
|
|
1708
1730
|
*/
|
|
1709
1731
|
name: string | undefined;
|
|
1710
1732
|
/**
|
|
1711
|
-
* @public
|
|
1712
1733
|
* <p>Reserved for future use.</p>
|
|
1734
|
+
* @public
|
|
1713
1735
|
*/
|
|
1714
1736
|
blockers?: BlockerDeclaration[];
|
|
1715
1737
|
/**
|
|
1716
|
-
* @public
|
|
1717
1738
|
* <p>The actions included in a stage.</p>
|
|
1739
|
+
* @public
|
|
1718
1740
|
*/
|
|
1719
1741
|
actions: ActionDeclaration[] | undefined;
|
|
1742
|
+
/**
|
|
1743
|
+
* <p>The method to use when a stage has not completed successfully. For example, configuring this field for rollback will roll back a failed stage automatically to the last successful pipeline execution in the stage.</p>
|
|
1744
|
+
* @public
|
|
1745
|
+
*/
|
|
1746
|
+
onFailure?: FailureConditions;
|
|
1720
1747
|
}
|
|
1721
1748
|
/**
|
|
1722
|
-
* @public
|
|
1723
1749
|
* <p>The Git repository branches specified as filter criteria to start the
|
|
1724
1750
|
* pipeline.</p>
|
|
1751
|
+
* @public
|
|
1725
1752
|
*/
|
|
1726
1753
|
export interface GitBranchFilterCriteria {
|
|
1727
1754
|
/**
|
|
1728
|
-
* @public
|
|
1729
1755
|
* <p>The list of patterns of Git branches that, when a commit is pushed, are to be
|
|
1730
1756
|
* included as criteria that starts the pipeline.</p>
|
|
1757
|
+
* @public
|
|
1731
1758
|
*/
|
|
1732
1759
|
includes?: string[];
|
|
1733
1760
|
/**
|
|
1734
|
-
* @public
|
|
1735
1761
|
* <p>The list of patterns of Git branches that, when a commit is pushed, are to be
|
|
1736
1762
|
* excluded from starting the pipeline.</p>
|
|
1763
|
+
* @public
|
|
1737
1764
|
*/
|
|
1738
1765
|
excludes?: string[];
|
|
1739
1766
|
}
|
|
@@ -1751,124 +1778,124 @@ export declare const GitPullRequestEventType: {
|
|
|
1751
1778
|
*/
|
|
1752
1779
|
export type GitPullRequestEventType = (typeof GitPullRequestEventType)[keyof typeof GitPullRequestEventType];
|
|
1753
1780
|
/**
|
|
1754
|
-
* @public
|
|
1755
1781
|
* <p>The Git repository file paths specified as filter criteria to start the
|
|
1756
1782
|
* pipeline.</p>
|
|
1783
|
+
* @public
|
|
1757
1784
|
*/
|
|
1758
1785
|
export interface GitFilePathFilterCriteria {
|
|
1759
1786
|
/**
|
|
1760
|
-
* @public
|
|
1761
1787
|
* <p>The list of patterns of Git repository file paths that, when a commit is pushed,
|
|
1762
1788
|
* are to be included as criteria that starts the pipeline.</p>
|
|
1789
|
+
* @public
|
|
1763
1790
|
*/
|
|
1764
1791
|
includes?: string[];
|
|
1765
1792
|
/**
|
|
1766
|
-
* @public
|
|
1767
1793
|
* <p>The list of patterns of Git repository file paths that, when a commit is pushed,
|
|
1768
1794
|
* are to be excluded from starting the pipeline.</p>
|
|
1795
|
+
* @public
|
|
1769
1796
|
*/
|
|
1770
1797
|
excludes?: string[];
|
|
1771
1798
|
}
|
|
1772
1799
|
/**
|
|
1773
|
-
* @public
|
|
1774
1800
|
* <p>The event criteria for the pull request trigger configuration, such as the lists of
|
|
1775
1801
|
* branches or file paths to include and exclude.</p>
|
|
1802
|
+
* @public
|
|
1776
1803
|
*/
|
|
1777
1804
|
export interface GitPullRequestFilter {
|
|
1778
1805
|
/**
|
|
1779
|
-
* @public
|
|
1780
1806
|
* <p>The field that specifies which pull request events to filter on (opened, updated,
|
|
1781
1807
|
* closed) for the trigger configuration.</p>
|
|
1808
|
+
* @public
|
|
1782
1809
|
*/
|
|
1783
1810
|
events?: GitPullRequestEventType[];
|
|
1784
1811
|
/**
|
|
1785
|
-
* @public
|
|
1786
1812
|
* <p>The field that specifies to filter on branches for the pull request trigger
|
|
1787
1813
|
* configuration.</p>
|
|
1814
|
+
* @public
|
|
1788
1815
|
*/
|
|
1789
1816
|
branches?: GitBranchFilterCriteria;
|
|
1790
1817
|
/**
|
|
1791
|
-
* @public
|
|
1792
1818
|
* <p>The field that specifies to filter on file paths for the pull request trigger
|
|
1793
1819
|
* configuration.</p>
|
|
1820
|
+
* @public
|
|
1794
1821
|
*/
|
|
1795
1822
|
filePaths?: GitFilePathFilterCriteria;
|
|
1796
1823
|
}
|
|
1797
1824
|
/**
|
|
1798
|
-
* @public
|
|
1799
1825
|
* <p>The Git tags specified as filter criteria for whether a Git tag repository event
|
|
1800
1826
|
* will start the pipeline.</p>
|
|
1827
|
+
* @public
|
|
1801
1828
|
*/
|
|
1802
1829
|
export interface GitTagFilterCriteria {
|
|
1803
1830
|
/**
|
|
1804
|
-
* @public
|
|
1805
1831
|
* <p>The list of patterns of Git tags that, when pushed, are to be included as criteria
|
|
1806
1832
|
* that starts the pipeline.</p>
|
|
1833
|
+
* @public
|
|
1807
1834
|
*/
|
|
1808
1835
|
includes?: string[];
|
|
1809
1836
|
/**
|
|
1810
|
-
* @public
|
|
1811
1837
|
* <p>The list of patterns of Git tags that, when pushed, are to be excluded from
|
|
1812
1838
|
* starting the pipeline.</p>
|
|
1839
|
+
* @public
|
|
1813
1840
|
*/
|
|
1814
1841
|
excludes?: string[];
|
|
1815
1842
|
}
|
|
1816
1843
|
/**
|
|
1817
|
-
* @public
|
|
1818
1844
|
* <p>The event criteria that specify when a specified repository event will start the
|
|
1819
1845
|
* pipeline for the specified trigger configuration, such as the lists of Git tags to
|
|
1820
1846
|
* include and exclude.</p>
|
|
1847
|
+
* @public
|
|
1821
1848
|
*/
|
|
1822
1849
|
export interface GitPushFilter {
|
|
1823
1850
|
/**
|
|
1824
|
-
* @public
|
|
1825
1851
|
* <p>The field that contains the details for the Git tags trigger
|
|
1826
1852
|
* configuration.</p>
|
|
1853
|
+
* @public
|
|
1827
1854
|
*/
|
|
1828
1855
|
tags?: GitTagFilterCriteria;
|
|
1829
1856
|
/**
|
|
1830
|
-
* @public
|
|
1831
1857
|
* <p>The field that specifies to filter on branches for the push trigger
|
|
1832
1858
|
* configuration.</p>
|
|
1859
|
+
* @public
|
|
1833
1860
|
*/
|
|
1834
1861
|
branches?: GitBranchFilterCriteria;
|
|
1835
1862
|
/**
|
|
1836
|
-
* @public
|
|
1837
1863
|
* <p>The field that specifies to filter on file paths for the push trigger
|
|
1838
1864
|
* configuration.</p>
|
|
1865
|
+
* @public
|
|
1839
1866
|
*/
|
|
1840
1867
|
filePaths?: GitFilePathFilterCriteria;
|
|
1841
1868
|
}
|
|
1842
1869
|
/**
|
|
1843
|
-
* @public
|
|
1844
1870
|
* <p>A type of trigger configuration for Git-based source actions.</p>
|
|
1845
1871
|
* <note>
|
|
1846
1872
|
* <p>You can specify the Git configuration trigger type for all third-party
|
|
1847
1873
|
* Git-based source actions that are supported by the
|
|
1848
1874
|
* <code>CodeStarSourceConnection</code> action type.</p>
|
|
1849
1875
|
* </note>
|
|
1876
|
+
* @public
|
|
1850
1877
|
*/
|
|
1851
1878
|
export interface GitConfiguration {
|
|
1852
1879
|
/**
|
|
1853
|
-
* @public
|
|
1854
1880
|
* <p>The name of the pipeline source action where the trigger configuration, such as Git
|
|
1855
1881
|
* tags, is specified. The trigger configuration will start the pipeline upon the specified
|
|
1856
1882
|
* change only.</p>
|
|
1857
1883
|
* <note>
|
|
1858
1884
|
* <p>You can only specify one trigger configuration per source action.</p>
|
|
1859
1885
|
* </note>
|
|
1886
|
+
* @public
|
|
1860
1887
|
*/
|
|
1861
1888
|
sourceActionName: string | undefined;
|
|
1862
1889
|
/**
|
|
1863
|
-
* @public
|
|
1864
1890
|
* <p>The field where the repository event that will start the pipeline, such as pushing
|
|
1865
1891
|
* Git tags, is specified with details.</p>
|
|
1892
|
+
* @public
|
|
1866
1893
|
*/
|
|
1867
1894
|
push?: GitPushFilter[];
|
|
1868
1895
|
/**
|
|
1869
|
-
* @public
|
|
1870
1896
|
* <p>The field where the repository event that will start the pipeline is specified as
|
|
1871
1897
|
* pull requests.</p>
|
|
1898
|
+
* @public
|
|
1872
1899
|
*/
|
|
1873
1900
|
pullRequest?: GitPullRequestFilter[];
|
|
1874
1901
|
}
|
|
@@ -1884,7 +1911,6 @@ export declare const PipelineTriggerProviderType: {
|
|
|
1884
1911
|
*/
|
|
1885
1912
|
export type PipelineTriggerProviderType = (typeof PipelineTriggerProviderType)[keyof typeof PipelineTriggerProviderType];
|
|
1886
1913
|
/**
|
|
1887
|
-
* @public
|
|
1888
1914
|
* <p>Represents information about the specified trigger configuration, such as the
|
|
1889
1915
|
* filter criteria and the source stage for the action that contains the trigger.</p>
|
|
1890
1916
|
* <note>
|
|
@@ -1895,63 +1921,63 @@ export type PipelineTriggerProviderType = (typeof PipelineTriggerProviderType)[k
|
|
|
1895
1921
|
* <p>When a trigger configuration is specified, default change detection for
|
|
1896
1922
|
* repository and branch commits is disabled.</p>
|
|
1897
1923
|
* </note>
|
|
1924
|
+
* @public
|
|
1898
1925
|
*/
|
|
1899
1926
|
export interface PipelineTriggerDeclaration {
|
|
1900
1927
|
/**
|
|
1901
|
-
* @public
|
|
1902
1928
|
* <p>The source provider for the event, such as connections configured for a repository
|
|
1903
1929
|
* with Git tags, for the specified trigger configuration.</p>
|
|
1930
|
+
* @public
|
|
1904
1931
|
*/
|
|
1905
1932
|
providerType: PipelineTriggerProviderType | undefined;
|
|
1906
1933
|
/**
|
|
1907
|
-
* @public
|
|
1908
1934
|
* <p>Provides the filter criteria and the source stage for the repository event that
|
|
1909
1935
|
* starts the pipeline, such as Git tags.</p>
|
|
1936
|
+
* @public
|
|
1910
1937
|
*/
|
|
1911
1938
|
gitConfiguration: GitConfiguration | undefined;
|
|
1912
1939
|
}
|
|
1913
1940
|
/**
|
|
1914
|
-
* @public
|
|
1915
1941
|
* <p>A variable declared at the pipeline level.</p>
|
|
1942
|
+
* @public
|
|
1916
1943
|
*/
|
|
1917
1944
|
export interface PipelineVariableDeclaration {
|
|
1918
1945
|
/**
|
|
1919
|
-
* @public
|
|
1920
1946
|
* <p>The name of a pipeline-level variable.</p>
|
|
1947
|
+
* @public
|
|
1921
1948
|
*/
|
|
1922
1949
|
name: string | undefined;
|
|
1923
1950
|
/**
|
|
1924
|
-
* @public
|
|
1925
1951
|
* <p>The value of a pipeline-level variable.</p>
|
|
1952
|
+
* @public
|
|
1926
1953
|
*/
|
|
1927
1954
|
defaultValue?: string;
|
|
1928
1955
|
/**
|
|
1929
|
-
* @public
|
|
1930
1956
|
* <p>The description of a pipeline-level variable. It's used to add additional context
|
|
1931
1957
|
* about the variable, and not being used at time when pipeline executes.</p>
|
|
1958
|
+
* @public
|
|
1932
1959
|
*/
|
|
1933
1960
|
description?: string;
|
|
1934
1961
|
}
|
|
1935
1962
|
/**
|
|
1936
|
-
* @public
|
|
1937
1963
|
* <p>Represents the structure of actions and stages to be performed in the
|
|
1938
1964
|
* pipeline.</p>
|
|
1965
|
+
* @public
|
|
1939
1966
|
*/
|
|
1940
1967
|
export interface PipelineDeclaration {
|
|
1941
1968
|
/**
|
|
1942
|
-
* @public
|
|
1943
1969
|
* <p>The name of the pipeline.</p>
|
|
1970
|
+
* @public
|
|
1944
1971
|
*/
|
|
1945
1972
|
name: string | undefined;
|
|
1946
1973
|
/**
|
|
1947
|
-
* @public
|
|
1948
1974
|
* <p>The Amazon Resource Name (ARN) for CodePipeline to use to either perform
|
|
1949
1975
|
* actions with no <code>actionRoleArn</code>, or to use to assume roles for actions with
|
|
1950
1976
|
* an <code>actionRoleArn</code>.</p>
|
|
1977
|
+
* @public
|
|
1951
1978
|
*/
|
|
1952
1979
|
roleArn: string | undefined;
|
|
1953
1980
|
/**
|
|
1954
|
-
* @public
|
|
1955
1981
|
* <p>Represents information about the S3 bucket where artifacts are stored for the
|
|
1956
1982
|
* pipeline.</p>
|
|
1957
1983
|
* <note>
|
|
@@ -1960,10 +1986,10 @@ export interface PipelineDeclaration {
|
|
|
1960
1986
|
* create a cross-region action in your pipeline, you must use
|
|
1961
1987
|
* <code>artifactStores</code>.</p>
|
|
1962
1988
|
* </note>
|
|
1989
|
+
* @public
|
|
1963
1990
|
*/
|
|
1964
1991
|
artifactStore?: ArtifactStore;
|
|
1965
1992
|
/**
|
|
1966
|
-
* @public
|
|
1967
1993
|
* <p>A mapping of <code>artifactStore</code> objects and their corresponding Amazon Web Services Regions. There must be an artifact store for the pipeline Region and for
|
|
1968
1994
|
* each cross-region action in the pipeline.</p>
|
|
1969
1995
|
* <note>
|
|
@@ -1972,27 +1998,27 @@ export interface PipelineDeclaration {
|
|
|
1972
1998
|
* create a cross-region action in your pipeline, you must use
|
|
1973
1999
|
* <code>artifactStores</code>.</p>
|
|
1974
2000
|
* </note>
|
|
2001
|
+
* @public
|
|
1975
2002
|
*/
|
|
1976
2003
|
artifactStores?: Record<string, ArtifactStore>;
|
|
1977
2004
|
/**
|
|
1978
|
-
* @public
|
|
1979
2005
|
* <p>The stage in which to perform the action.</p>
|
|
2006
|
+
* @public
|
|
1980
2007
|
*/
|
|
1981
2008
|
stages: StageDeclaration[] | undefined;
|
|
1982
2009
|
/**
|
|
1983
|
-
* @public
|
|
1984
2010
|
* <p>The version number of the pipeline. A new pipeline always has a version number of
|
|
1985
2011
|
* 1. This number is incremented when a pipeline is updated.</p>
|
|
2012
|
+
* @public
|
|
1986
2013
|
*/
|
|
1987
2014
|
version?: number;
|
|
1988
2015
|
/**
|
|
1989
|
-
* @public
|
|
1990
2016
|
* <p>The method that the pipeline will use to handle multiple executions. The default
|
|
1991
2017
|
* mode is SUPERSEDED.</p>
|
|
2018
|
+
* @public
|
|
1992
2019
|
*/
|
|
1993
2020
|
executionMode?: ExecutionMode;
|
|
1994
2021
|
/**
|
|
1995
|
-
* @public
|
|
1996
2022
|
* <p>CodePipeline provides the following pipeline types, which differ in
|
|
1997
2023
|
* characteristics and price, so that you can tailor your pipeline features and cost to the
|
|
1998
2024
|
* needs of your applications.</p>
|
|
@@ -2014,63 +2040,64 @@ export interface PipelineDeclaration {
|
|
|
2014
2040
|
* <p>For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
|
|
2015
2041
|
* <p> For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of
|
|
2016
2042
|
* pipeline is right for me?</a>.</p>
|
|
2043
|
+
* @public
|
|
2017
2044
|
*/
|
|
2018
2045
|
pipelineType?: PipelineType;
|
|
2019
2046
|
/**
|
|
2020
|
-
* @public
|
|
2021
2047
|
* <p>A list that defines the pipeline variables for a pipeline resource. Variable names can
|
|
2022
2048
|
* have alphanumeric and underscore characters, and the values must match
|
|
2023
2049
|
* <code>[A-Za-z0-9@\-_]+</code>.</p>
|
|
2050
|
+
* @public
|
|
2024
2051
|
*/
|
|
2025
2052
|
variables?: PipelineVariableDeclaration[];
|
|
2026
2053
|
/**
|
|
2027
|
-
* @public
|
|
2028
2054
|
* <p>The trigger configuration specifying a type of event, such as Git tags, that starts
|
|
2029
2055
|
* the pipeline.</p>
|
|
2030
2056
|
* <note>
|
|
2031
2057
|
* <p>When a trigger configuration is specified, default change detection for
|
|
2032
2058
|
* repository and branch commits is disabled.</p>
|
|
2033
2059
|
* </note>
|
|
2060
|
+
* @public
|
|
2034
2061
|
*/
|
|
2035
2062
|
triggers?: PipelineTriggerDeclaration[];
|
|
2036
2063
|
}
|
|
2037
2064
|
/**
|
|
2038
|
-
* @public
|
|
2039
2065
|
* <p>Represents the input of a <code>CreatePipeline</code> action.</p>
|
|
2066
|
+
* @public
|
|
2040
2067
|
*/
|
|
2041
2068
|
export interface CreatePipelineInput {
|
|
2042
2069
|
/**
|
|
2043
|
-
* @public
|
|
2044
2070
|
* <p>Represents the structure of actions and stages to be performed in the pipeline.
|
|
2045
2071
|
* </p>
|
|
2072
|
+
* @public
|
|
2046
2073
|
*/
|
|
2047
2074
|
pipeline: PipelineDeclaration | undefined;
|
|
2048
2075
|
/**
|
|
2049
|
-
* @public
|
|
2050
2076
|
* <p>The tags for the pipeline.</p>
|
|
2077
|
+
* @public
|
|
2051
2078
|
*/
|
|
2052
2079
|
tags?: Tag[];
|
|
2053
2080
|
}
|
|
2054
2081
|
/**
|
|
2055
|
-
* @public
|
|
2056
2082
|
* <p>Represents the output of a <code>CreatePipeline</code> action.</p>
|
|
2083
|
+
* @public
|
|
2057
2084
|
*/
|
|
2058
2085
|
export interface CreatePipelineOutput {
|
|
2059
2086
|
/**
|
|
2060
|
-
* @public
|
|
2061
2087
|
* <p>Represents the structure of actions and stages to be performed in the pipeline.
|
|
2062
2088
|
* </p>
|
|
2089
|
+
* @public
|
|
2063
2090
|
*/
|
|
2064
2091
|
pipeline?: PipelineDeclaration;
|
|
2065
2092
|
/**
|
|
2066
|
-
* @public
|
|
2067
2093
|
* <p>Specifies the tags applied to the pipeline.</p>
|
|
2094
|
+
* @public
|
|
2068
2095
|
*/
|
|
2069
2096
|
tags?: Tag[];
|
|
2070
2097
|
}
|
|
2071
2098
|
/**
|
|
2072
|
-
* @public
|
|
2073
2099
|
* <p>The action declaration was specified in an invalid format.</p>
|
|
2100
|
+
* @public
|
|
2074
2101
|
*/
|
|
2075
2102
|
export declare class InvalidActionDeclarationException extends __BaseException {
|
|
2076
2103
|
readonly name: "InvalidActionDeclarationException";
|
|
@@ -2081,8 +2108,8 @@ export declare class InvalidActionDeclarationException extends __BaseException {
|
|
|
2081
2108
|
constructor(opts: __ExceptionOptionType<InvalidActionDeclarationException, __BaseException>);
|
|
2082
2109
|
}
|
|
2083
2110
|
/**
|
|
2084
|
-
* @public
|
|
2085
2111
|
* <p>Reserved for future use.</p>
|
|
2112
|
+
* @public
|
|
2086
2113
|
*/
|
|
2087
2114
|
export declare class InvalidBlockerDeclarationException extends __BaseException {
|
|
2088
2115
|
readonly name: "InvalidBlockerDeclarationException";
|
|
@@ -2093,8 +2120,8 @@ export declare class InvalidBlockerDeclarationException extends __BaseException
|
|
|
2093
2120
|
constructor(opts: __ExceptionOptionType<InvalidBlockerDeclarationException, __BaseException>);
|
|
2094
2121
|
}
|
|
2095
2122
|
/**
|
|
2096
|
-
* @public
|
|
2097
2123
|
* <p>The stage declaration was specified in an invalid format.</p>
|
|
2124
|
+
* @public
|
|
2098
2125
|
*/
|
|
2099
2126
|
export declare class InvalidStageDeclarationException extends __BaseException {
|
|
2100
2127
|
readonly name: "InvalidStageDeclarationException";
|
|
@@ -2105,8 +2132,8 @@ export declare class InvalidStageDeclarationException extends __BaseException {
|
|
|
2105
2132
|
constructor(opts: __ExceptionOptionType<InvalidStageDeclarationException, __BaseException>);
|
|
2106
2133
|
}
|
|
2107
2134
|
/**
|
|
2108
|
-
* @public
|
|
2109
2135
|
* <p>The structure was specified in an invalid format.</p>
|
|
2136
|
+
* @public
|
|
2110
2137
|
*/
|
|
2111
2138
|
export declare class InvalidStructureException extends __BaseException {
|
|
2112
2139
|
readonly name: "InvalidStructureException";
|
|
@@ -2117,8 +2144,8 @@ export declare class InvalidStructureException extends __BaseException {
|
|
|
2117
2144
|
constructor(opts: __ExceptionOptionType<InvalidStructureException, __BaseException>);
|
|
2118
2145
|
}
|
|
2119
2146
|
/**
|
|
2120
|
-
* @public
|
|
2121
2147
|
* <p>The specified pipeline name is already in use.</p>
|
|
2148
|
+
* @public
|
|
2122
2149
|
*/
|
|
2123
2150
|
export declare class PipelineNameInUseException extends __BaseException {
|
|
2124
2151
|
readonly name: "PipelineNameInUseException";
|
|
@@ -2129,37 +2156,37 @@ export declare class PipelineNameInUseException extends __BaseException {
|
|
|
2129
2156
|
constructor(opts: __ExceptionOptionType<PipelineNameInUseException, __BaseException>);
|
|
2130
2157
|
}
|
|
2131
2158
|
/**
|
|
2132
|
-
* @public
|
|
2133
2159
|
* <p>Represents the input of a <code>DeleteCustomActionType</code> operation. The custom
|
|
2134
2160
|
* action will be marked as deleted.</p>
|
|
2161
|
+
* @public
|
|
2135
2162
|
*/
|
|
2136
2163
|
export interface DeleteCustomActionTypeInput {
|
|
2137
2164
|
/**
|
|
2138
|
-
* @public
|
|
2139
2165
|
* <p>The category of the custom action that you want to delete, such as source or
|
|
2140
2166
|
* deploy.</p>
|
|
2167
|
+
* @public
|
|
2141
2168
|
*/
|
|
2142
2169
|
category: ActionCategory | undefined;
|
|
2143
2170
|
/**
|
|
2144
|
-
* @public
|
|
2145
2171
|
* <p>The provider of the service used in the custom action, such as
|
|
2146
2172
|
* CodeDeploy.</p>
|
|
2173
|
+
* @public
|
|
2147
2174
|
*/
|
|
2148
2175
|
provider: string | undefined;
|
|
2149
2176
|
/**
|
|
2150
|
-
* @public
|
|
2151
2177
|
* <p>The version of the custom action to delete.</p>
|
|
2178
|
+
* @public
|
|
2152
2179
|
*/
|
|
2153
2180
|
version: string | undefined;
|
|
2154
2181
|
}
|
|
2155
2182
|
/**
|
|
2156
|
-
* @public
|
|
2157
2183
|
* <p>Represents the input of a <code>DeletePipeline</code> action.</p>
|
|
2184
|
+
* @public
|
|
2158
2185
|
*/
|
|
2159
2186
|
export interface DeletePipelineInput {
|
|
2160
2187
|
/**
|
|
2161
|
-
* @public
|
|
2162
2188
|
* <p>The name of the pipeline to be deleted.</p>
|
|
2189
|
+
* @public
|
|
2163
2190
|
*/
|
|
2164
2191
|
name: string | undefined;
|
|
2165
2192
|
}
|
|
@@ -2168,8 +2195,8 @@ export interface DeletePipelineInput {
|
|
|
2168
2195
|
*/
|
|
2169
2196
|
export interface DeleteWebhookInput {
|
|
2170
2197
|
/**
|
|
2171
|
-
* @public
|
|
2172
2198
|
* <p>The name of the webhook you want to delete.</p>
|
|
2199
|
+
* @public
|
|
2173
2200
|
*/
|
|
2174
2201
|
name: string | undefined;
|
|
2175
2202
|
}
|
|
@@ -2183,8 +2210,8 @@ export interface DeleteWebhookOutput {
|
|
|
2183
2210
|
*/
|
|
2184
2211
|
export interface DeregisterWebhookWithThirdPartyInput {
|
|
2185
2212
|
/**
|
|
2186
|
-
* @public
|
|
2187
2213
|
* <p>The name of the webhook you want to deregister.</p>
|
|
2214
|
+
* @public
|
|
2188
2215
|
*/
|
|
2189
2216
|
webhookName?: string;
|
|
2190
2217
|
}
|
|
@@ -2194,9 +2221,9 @@ export interface DeregisterWebhookWithThirdPartyInput {
|
|
|
2194
2221
|
export interface DeregisterWebhookWithThirdPartyOutput {
|
|
2195
2222
|
}
|
|
2196
2223
|
/**
|
|
2197
|
-
* @public
|
|
2198
2224
|
* <p>The specified webhook was entered in an invalid format or cannot be
|
|
2199
2225
|
* found.</p>
|
|
2226
|
+
* @public
|
|
2200
2227
|
*/
|
|
2201
2228
|
export declare class WebhookNotFoundException extends __BaseException {
|
|
2202
2229
|
readonly name: "WebhookNotFoundException";
|
|
@@ -2219,41 +2246,41 @@ export declare const StageTransitionType: {
|
|
|
2219
2246
|
*/
|
|
2220
2247
|
export type StageTransitionType = (typeof StageTransitionType)[keyof typeof StageTransitionType];
|
|
2221
2248
|
/**
|
|
2222
|
-
* @public
|
|
2223
2249
|
* <p>Represents the input of a <code>DisableStageTransition</code> action.</p>
|
|
2250
|
+
* @public
|
|
2224
2251
|
*/
|
|
2225
2252
|
export interface DisableStageTransitionInput {
|
|
2226
2253
|
/**
|
|
2227
|
-
* @public
|
|
2228
2254
|
* <p>The name of the pipeline in which you want to disable the flow of artifacts from
|
|
2229
2255
|
* one stage to another.</p>
|
|
2256
|
+
* @public
|
|
2230
2257
|
*/
|
|
2231
2258
|
pipelineName: string | undefined;
|
|
2232
2259
|
/**
|
|
2233
|
-
* @public
|
|
2234
2260
|
* <p>The name of the stage where you want to disable the inbound or outbound transition
|
|
2235
2261
|
* of artifacts.</p>
|
|
2262
|
+
* @public
|
|
2236
2263
|
*/
|
|
2237
2264
|
stageName: string | undefined;
|
|
2238
2265
|
/**
|
|
2239
|
-
* @public
|
|
2240
2266
|
* <p>Specifies whether artifacts are prevented from transitioning into the stage and
|
|
2241
2267
|
* being processed by the actions in that stage (inbound), or prevented from transitioning
|
|
2242
2268
|
* from the stage after they have been processed by the actions in that stage
|
|
2243
2269
|
* (outbound).</p>
|
|
2270
|
+
* @public
|
|
2244
2271
|
*/
|
|
2245
2272
|
transitionType: StageTransitionType | undefined;
|
|
2246
2273
|
/**
|
|
2247
|
-
* @public
|
|
2248
2274
|
* <p>The reason given to the user that a stage is disabled, such as waiting for manual
|
|
2249
2275
|
* approval or manual tests. This message is displayed in the pipeline console
|
|
2250
2276
|
* UI.</p>
|
|
2277
|
+
* @public
|
|
2251
2278
|
*/
|
|
2252
2279
|
reason: string | undefined;
|
|
2253
2280
|
}
|
|
2254
2281
|
/**
|
|
2255
|
-
* @public
|
|
2256
2282
|
* <p>The pipeline was specified in an invalid format or cannot be found.</p>
|
|
2283
|
+
* @public
|
|
2257
2284
|
*/
|
|
2258
2285
|
export declare class PipelineNotFoundException extends __BaseException {
|
|
2259
2286
|
readonly name: "PipelineNotFoundException";
|
|
@@ -2264,8 +2291,8 @@ export declare class PipelineNotFoundException extends __BaseException {
|
|
|
2264
2291
|
constructor(opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>);
|
|
2265
2292
|
}
|
|
2266
2293
|
/**
|
|
2267
|
-
* @public
|
|
2268
2294
|
* <p>The stage was specified in an invalid format or cannot be found.</p>
|
|
2295
|
+
* @public
|
|
2269
2296
|
*/
|
|
2270
2297
|
export declare class StageNotFoundException extends __BaseException {
|
|
2271
2298
|
readonly name: "StageNotFoundException";
|
|
@@ -2276,27 +2303,27 @@ export declare class StageNotFoundException extends __BaseException {
|
|
|
2276
2303
|
constructor(opts: __ExceptionOptionType<StageNotFoundException, __BaseException>);
|
|
2277
2304
|
}
|
|
2278
2305
|
/**
|
|
2279
|
-
* @public
|
|
2280
2306
|
* <p>Represents the input of an <code>EnableStageTransition</code> action.</p>
|
|
2307
|
+
* @public
|
|
2281
2308
|
*/
|
|
2282
2309
|
export interface EnableStageTransitionInput {
|
|
2283
2310
|
/**
|
|
2284
|
-
* @public
|
|
2285
2311
|
* <p>The name of the pipeline in which you want to enable the flow of artifacts from one
|
|
2286
2312
|
* stage to another.</p>
|
|
2313
|
+
* @public
|
|
2287
2314
|
*/
|
|
2288
2315
|
pipelineName: string | undefined;
|
|
2289
2316
|
/**
|
|
2290
|
-
* @public
|
|
2291
2317
|
* <p>The name of the stage where you want to enable the transition of artifacts, either
|
|
2292
2318
|
* into the stage (inbound) or from that stage to the next stage (outbound).</p>
|
|
2319
|
+
* @public
|
|
2293
2320
|
*/
|
|
2294
2321
|
stageName: string | undefined;
|
|
2295
2322
|
/**
|
|
2296
|
-
* @public
|
|
2297
2323
|
* <p>Specifies whether artifacts are allowed to enter the stage and be processed by the
|
|
2298
2324
|
* actions in that stage (inbound) or whether already processed artifacts are allowed to
|
|
2299
2325
|
* transition to the next stage (outbound).</p>
|
|
2326
|
+
* @public
|
|
2300
2327
|
*/
|
|
2301
2328
|
transitionType: StageTransitionType | undefined;
|
|
2302
2329
|
}
|
|
@@ -2305,7 +2332,6 @@ export interface EnableStageTransitionInput {
|
|
|
2305
2332
|
*/
|
|
2306
2333
|
export interface GetActionTypeInput {
|
|
2307
2334
|
/**
|
|
2308
|
-
* @public
|
|
2309
2335
|
* <p>Defines what kind of action can be taken in the stage. The following are the valid
|
|
2310
2336
|
* values:</p>
|
|
2311
2337
|
* <ul>
|
|
@@ -2340,23 +2366,24 @@ export interface GetActionTypeInput {
|
|
|
2340
2366
|
* </p>
|
|
2341
2367
|
* </li>
|
|
2342
2368
|
* </ul>
|
|
2369
|
+
* @public
|
|
2343
2370
|
*/
|
|
2344
2371
|
category: ActionCategory | undefined;
|
|
2345
2372
|
/**
|
|
2346
|
-
* @public
|
|
2347
2373
|
* <p>The creator of an action type that was created with any supported integration model.
|
|
2348
2374
|
* There are two valid values: <code>AWS</code> and <code>ThirdParty</code>.</p>
|
|
2375
|
+
* @public
|
|
2349
2376
|
*/
|
|
2350
2377
|
owner: string | undefined;
|
|
2351
2378
|
/**
|
|
2352
|
-
* @public
|
|
2353
2379
|
* <p>The provider of the action type being called. The provider name is specified when the
|
|
2354
2380
|
* action type is created.</p>
|
|
2381
|
+
* @public
|
|
2355
2382
|
*/
|
|
2356
2383
|
provider: string | undefined;
|
|
2357
2384
|
/**
|
|
2358
|
-
* @public
|
|
2359
2385
|
* <p>A string that describes the action type version.</p>
|
|
2386
|
+
* @public
|
|
2360
2387
|
*/
|
|
2361
2388
|
version: string | undefined;
|
|
2362
2389
|
}
|
|
@@ -2365,36 +2392,35 @@ export interface GetActionTypeInput {
|
|
|
2365
2392
|
*/
|
|
2366
2393
|
export interface GetActionTypeOutput {
|
|
2367
2394
|
/**
|
|
2368
|
-
* @public
|
|
2369
2395
|
* <p>The action type information for the requested action type, such as the action type
|
|
2370
2396
|
* ID.</p>
|
|
2397
|
+
* @public
|
|
2371
2398
|
*/
|
|
2372
2399
|
actionType?: ActionTypeDeclaration;
|
|
2373
2400
|
}
|
|
2374
2401
|
/**
|
|
2375
|
-
* @public
|
|
2376
2402
|
* <p>Represents the input of a <code>GetJobDetails</code> action.</p>
|
|
2403
|
+
* @public
|
|
2377
2404
|
*/
|
|
2378
2405
|
export interface GetJobDetailsInput {
|
|
2379
2406
|
/**
|
|
2380
|
-
* @public
|
|
2381
2407
|
* <p>The unique system-generated ID for the job.</p>
|
|
2408
|
+
* @public
|
|
2382
2409
|
*/
|
|
2383
2410
|
jobId: string | undefined;
|
|
2384
2411
|
}
|
|
2385
2412
|
/**
|
|
2386
|
-
* @public
|
|
2387
2413
|
* <p>Represents information about a stage to a job worker.</p>
|
|
2414
|
+
* @public
|
|
2388
2415
|
*/
|
|
2389
2416
|
export interface StageContext {
|
|
2390
2417
|
/**
|
|
2391
|
-
* @public
|
|
2392
2418
|
* <p>The name of the stage.</p>
|
|
2419
|
+
* @public
|
|
2393
2420
|
*/
|
|
2394
2421
|
name?: string;
|
|
2395
2422
|
}
|
|
2396
2423
|
/**
|
|
2397
|
-
* @public
|
|
2398
2424
|
* <p>Represents information about a pipeline to a job worker.</p>
|
|
2399
2425
|
* <note>
|
|
2400
2426
|
* <p>PipelineContext contains <code>pipelineArn</code> and
|
|
@@ -2402,168 +2428,168 @@ export interface StageContext {
|
|
|
2402
2428
|
* <code>pipelineArn</code> and <code>pipelineExecutionId</code> fields are not
|
|
2403
2429
|
* populated for ThirdParty action jobs.</p>
|
|
2404
2430
|
* </note>
|
|
2431
|
+
* @public
|
|
2405
2432
|
*/
|
|
2406
2433
|
export interface PipelineContext {
|
|
2407
2434
|
/**
|
|
2408
|
-
* @public
|
|
2409
2435
|
* <p>The name of the pipeline. This is a user-specified value. Pipeline names must be
|
|
2410
2436
|
* unique across all pipeline names under an Amazon Web Services account.</p>
|
|
2437
|
+
* @public
|
|
2411
2438
|
*/
|
|
2412
2439
|
pipelineName?: string;
|
|
2413
2440
|
/**
|
|
2414
|
-
* @public
|
|
2415
2441
|
* <p>The stage of the pipeline.</p>
|
|
2442
|
+
* @public
|
|
2416
2443
|
*/
|
|
2417
2444
|
stage?: StageContext;
|
|
2418
2445
|
/**
|
|
2419
|
-
* @public
|
|
2420
2446
|
* <p>The context of an action to a job worker in the stage of a pipeline.</p>
|
|
2447
|
+
* @public
|
|
2421
2448
|
*/
|
|
2422
2449
|
action?: ActionContext;
|
|
2423
2450
|
/**
|
|
2424
|
-
* @public
|
|
2425
2451
|
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
2452
|
+
* @public
|
|
2426
2453
|
*/
|
|
2427
2454
|
pipelineArn?: string;
|
|
2428
2455
|
/**
|
|
2429
|
-
* @public
|
|
2430
2456
|
* <p>The execution ID of the pipeline.</p>
|
|
2457
|
+
* @public
|
|
2431
2458
|
*/
|
|
2432
2459
|
pipelineExecutionId?: string;
|
|
2433
2460
|
}
|
|
2434
2461
|
/**
|
|
2435
|
-
* @public
|
|
2436
2462
|
* <p>Represents other information about a job required for a job worker to complete the
|
|
2437
2463
|
* job.</p>
|
|
2464
|
+
* @public
|
|
2438
2465
|
*/
|
|
2439
2466
|
export interface JobData {
|
|
2440
2467
|
/**
|
|
2441
|
-
* @public
|
|
2442
2468
|
* <p>Represents information about an action type.</p>
|
|
2469
|
+
* @public
|
|
2443
2470
|
*/
|
|
2444
2471
|
actionTypeId?: ActionTypeId;
|
|
2445
2472
|
/**
|
|
2446
|
-
* @public
|
|
2447
2473
|
* <p>Represents information about an action configuration.</p>
|
|
2474
|
+
* @public
|
|
2448
2475
|
*/
|
|
2449
2476
|
actionConfiguration?: ActionConfiguration;
|
|
2450
2477
|
/**
|
|
2451
|
-
* @public
|
|
2452
2478
|
* <p>Represents information about a pipeline to a job worker.</p>
|
|
2453
2479
|
* <note>
|
|
2454
2480
|
* <p>Includes <code>pipelineArn</code> and <code>pipelineExecutionId</code> for
|
|
2455
2481
|
* custom jobs.</p>
|
|
2456
2482
|
* </note>
|
|
2483
|
+
* @public
|
|
2457
2484
|
*/
|
|
2458
2485
|
pipelineContext?: PipelineContext;
|
|
2459
2486
|
/**
|
|
2460
|
-
* @public
|
|
2461
2487
|
* <p>The artifact supplied to the job.</p>
|
|
2488
|
+
* @public
|
|
2462
2489
|
*/
|
|
2463
2490
|
inputArtifacts?: Artifact[];
|
|
2464
2491
|
/**
|
|
2465
|
-
* @public
|
|
2466
2492
|
* <p>The output of the job.</p>
|
|
2493
|
+
* @public
|
|
2467
2494
|
*/
|
|
2468
2495
|
outputArtifacts?: Artifact[];
|
|
2469
2496
|
/**
|
|
2470
|
-
* @public
|
|
2471
2497
|
* <p>Represents an Amazon Web Services session credentials object. These credentials are
|
|
2472
2498
|
* temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
|
|
2473
2499
|
* They can be used to access input and output artifacts in the S3 bucket used to store
|
|
2474
2500
|
* artifacts for the pipeline in CodePipeline.</p>
|
|
2501
|
+
* @public
|
|
2475
2502
|
*/
|
|
2476
2503
|
artifactCredentials?: AWSSessionCredentials;
|
|
2477
2504
|
/**
|
|
2478
|
-
* @public
|
|
2479
2505
|
* <p>A system-generated token, such as a deployment ID, required by a job to continue
|
|
2480
2506
|
* the job asynchronously.</p>
|
|
2507
|
+
* @public
|
|
2481
2508
|
*/
|
|
2482
2509
|
continuationToken?: string;
|
|
2483
2510
|
/**
|
|
2484
|
-
* @public
|
|
2485
2511
|
* <p>Represents information about the key used to encrypt data in the artifact store,
|
|
2486
2512
|
* such as an KMS key. </p>
|
|
2513
|
+
* @public
|
|
2487
2514
|
*/
|
|
2488
2515
|
encryptionKey?: EncryptionKey;
|
|
2489
2516
|
}
|
|
2490
2517
|
/**
|
|
2491
|
-
* @public
|
|
2492
2518
|
* <p>Represents information about the details of a job.</p>
|
|
2519
|
+
* @public
|
|
2493
2520
|
*/
|
|
2494
2521
|
export interface JobDetails {
|
|
2495
2522
|
/**
|
|
2496
|
-
* @public
|
|
2497
2523
|
* <p>The unique system-generated ID of the job.</p>
|
|
2524
|
+
* @public
|
|
2498
2525
|
*/
|
|
2499
2526
|
id?: string;
|
|
2500
2527
|
/**
|
|
2501
|
-
* @public
|
|
2502
2528
|
* <p>Represents other information about a job required for a job worker to complete the
|
|
2503
2529
|
* job. </p>
|
|
2530
|
+
* @public
|
|
2504
2531
|
*/
|
|
2505
2532
|
data?: JobData;
|
|
2506
2533
|
/**
|
|
2507
|
-
* @public
|
|
2508
2534
|
* <p>The Amazon Web Services account ID associated with the job.</p>
|
|
2535
|
+
* @public
|
|
2509
2536
|
*/
|
|
2510
2537
|
accountId?: string;
|
|
2511
2538
|
}
|
|
2512
2539
|
/**
|
|
2513
|
-
* @public
|
|
2514
2540
|
* <p>Represents the output of a <code>GetJobDetails</code> action.</p>
|
|
2541
|
+
* @public
|
|
2515
2542
|
*/
|
|
2516
2543
|
export interface GetJobDetailsOutput {
|
|
2517
2544
|
/**
|
|
2518
|
-
* @public
|
|
2519
2545
|
* <p>The details of the job.</p>
|
|
2520
2546
|
* <note>
|
|
2521
2547
|
* <p>If AWSSessionCredentials is used, a long-running job can call
|
|
2522
2548
|
* <code>GetJobDetails</code> again to obtain new credentials.</p>
|
|
2523
2549
|
* </note>
|
|
2550
|
+
* @public
|
|
2524
2551
|
*/
|
|
2525
2552
|
jobDetails?: JobDetails;
|
|
2526
2553
|
}
|
|
2527
2554
|
/**
|
|
2528
|
-
* @public
|
|
2529
2555
|
* <p>Represents the input of a <code>GetPipeline</code> action.</p>
|
|
2556
|
+
* @public
|
|
2530
2557
|
*/
|
|
2531
2558
|
export interface GetPipelineInput {
|
|
2532
2559
|
/**
|
|
2533
|
-
* @public
|
|
2534
2560
|
* <p>The name of the pipeline for which you want to get information. Pipeline names must
|
|
2535
2561
|
* be unique in an Amazon Web Services account.</p>
|
|
2562
|
+
* @public
|
|
2536
2563
|
*/
|
|
2537
2564
|
name: string | undefined;
|
|
2538
2565
|
/**
|
|
2539
|
-
* @public
|
|
2540
2566
|
* <p>The version number of the pipeline. If you do not specify a version, defaults to
|
|
2541
2567
|
* the current version.</p>
|
|
2568
|
+
* @public
|
|
2542
2569
|
*/
|
|
2543
2570
|
version?: number;
|
|
2544
2571
|
}
|
|
2545
2572
|
/**
|
|
2546
|
-
* @public
|
|
2547
2573
|
* <p>Information about a pipeline.</p>
|
|
2574
|
+
* @public
|
|
2548
2575
|
*/
|
|
2549
2576
|
export interface PipelineMetadata {
|
|
2550
2577
|
/**
|
|
2551
|
-
* @public
|
|
2552
2578
|
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
2579
|
+
* @public
|
|
2553
2580
|
*/
|
|
2554
2581
|
pipelineArn?: string;
|
|
2555
2582
|
/**
|
|
2556
|
-
* @public
|
|
2557
2583
|
* <p>The date and time the pipeline was created, in timestamp format.</p>
|
|
2584
|
+
* @public
|
|
2558
2585
|
*/
|
|
2559
2586
|
created?: Date;
|
|
2560
2587
|
/**
|
|
2561
|
-
* @public
|
|
2562
2588
|
* <p>The date and time the pipeline was last updated, in timestamp format.</p>
|
|
2589
|
+
* @public
|
|
2563
2590
|
*/
|
|
2564
2591
|
updated?: Date;
|
|
2565
2592
|
/**
|
|
2566
|
-
* @public
|
|
2567
2593
|
* <p>The date and time that polling for source changes (periodic checks) was stopped for
|
|
2568
2594
|
* the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use
|
|
2569
2595
|
* event-based change detection. For example, for a pipeline with a CodeCommit
|
|
@@ -2571,31 +2597,32 @@ export interface PipelineMetadata {
|
|
|
2571
2597
|
* learn more, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html">Migrate polling
|
|
2572
2598
|
* pipelines to use event-based change detection</a> in the CodePipeline
|
|
2573
2599
|
* User Guide.</p>
|
|
2600
|
+
* @public
|
|
2574
2601
|
*/
|
|
2575
2602
|
pollingDisabledAt?: Date;
|
|
2576
2603
|
}
|
|
2577
2604
|
/**
|
|
2578
|
-
* @public
|
|
2579
2605
|
* <p>Represents the output of a <code>GetPipeline</code> action.</p>
|
|
2606
|
+
* @public
|
|
2580
2607
|
*/
|
|
2581
2608
|
export interface GetPipelineOutput {
|
|
2582
2609
|
/**
|
|
2583
|
-
* @public
|
|
2584
2610
|
* <p>Represents the structure of actions and stages to be performed in the pipeline.
|
|
2585
2611
|
* </p>
|
|
2612
|
+
* @public
|
|
2586
2613
|
*/
|
|
2587
2614
|
pipeline?: PipelineDeclaration;
|
|
2588
2615
|
/**
|
|
2589
|
-
* @public
|
|
2590
2616
|
* <p>Represents the pipeline metadata information returned as part of the output of a
|
|
2591
2617
|
* <code>GetPipeline</code> action.</p>
|
|
2618
|
+
* @public
|
|
2592
2619
|
*/
|
|
2593
2620
|
metadata?: PipelineMetadata;
|
|
2594
2621
|
}
|
|
2595
2622
|
/**
|
|
2596
|
-
* @public
|
|
2597
2623
|
* <p>The pipeline version was specified in an invalid format or cannot be
|
|
2598
2624
|
* found.</p>
|
|
2625
|
+
* @public
|
|
2599
2626
|
*/
|
|
2600
2627
|
export declare class PipelineVersionNotFoundException extends __BaseException {
|
|
2601
2628
|
readonly name: "PipelineVersionNotFoundException";
|
|
@@ -2606,22 +2633,45 @@ export declare class PipelineVersionNotFoundException extends __BaseException {
|
|
|
2606
2633
|
constructor(opts: __ExceptionOptionType<PipelineVersionNotFoundException, __BaseException>);
|
|
2607
2634
|
}
|
|
2608
2635
|
/**
|
|
2609
|
-
* @public
|
|
2610
2636
|
* <p>Represents the input of a <code>GetPipelineExecution</code> action.</p>
|
|
2637
|
+
* @public
|
|
2611
2638
|
*/
|
|
2612
2639
|
export interface GetPipelineExecutionInput {
|
|
2613
2640
|
/**
|
|
2614
|
-
* @public
|
|
2615
2641
|
* <p>The name of the pipeline about which you want to get execution details.</p>
|
|
2642
|
+
* @public
|
|
2616
2643
|
*/
|
|
2617
2644
|
pipelineName: string | undefined;
|
|
2618
2645
|
/**
|
|
2619
|
-
* @public
|
|
2620
2646
|
* <p>The ID of the pipeline execution about which you want to get execution
|
|
2621
2647
|
* details.</p>
|
|
2648
|
+
* @public
|
|
2622
2649
|
*/
|
|
2623
2650
|
pipelineExecutionId: string | undefined;
|
|
2624
2651
|
}
|
|
2652
|
+
/**
|
|
2653
|
+
* @public
|
|
2654
|
+
* @enum
|
|
2655
|
+
*/
|
|
2656
|
+
export declare const ExecutionType: {
|
|
2657
|
+
readonly ROLLBACK: "ROLLBACK";
|
|
2658
|
+
readonly STANDARD: "STANDARD";
|
|
2659
|
+
};
|
|
2660
|
+
/**
|
|
2661
|
+
* @public
|
|
2662
|
+
*/
|
|
2663
|
+
export type ExecutionType = (typeof ExecutionType)[keyof typeof ExecutionType];
|
|
2664
|
+
/**
|
|
2665
|
+
* <p>The metadata for the stage execution to be rolled back.</p>
|
|
2666
|
+
* @public
|
|
2667
|
+
*/
|
|
2668
|
+
export interface PipelineRollbackMetadata {
|
|
2669
|
+
/**
|
|
2670
|
+
* <p>The pipeline execution ID to which the stage will be rolled back.</p>
|
|
2671
|
+
* @public
|
|
2672
|
+
*/
|
|
2673
|
+
rollbackTargetPipelineExecutionId?: string;
|
|
2674
|
+
}
|
|
2625
2675
|
/**
|
|
2626
2676
|
* @public
|
|
2627
2677
|
* @enum
|
|
@@ -2644,8 +2694,10 @@ export type PipelineExecutionStatus = (typeof PipelineExecutionStatus)[keyof typ
|
|
|
2644
2694
|
* @enum
|
|
2645
2695
|
*/
|
|
2646
2696
|
export declare const TriggerType: {
|
|
2697
|
+
readonly AutomatedRollback: "AutomatedRollback";
|
|
2647
2698
|
readonly CloudWatchEvent: "CloudWatchEvent";
|
|
2648
2699
|
readonly CreatePipeline: "CreatePipeline";
|
|
2700
|
+
readonly ManualRollback: "ManualRollback";
|
|
2649
2701
|
readonly PollForSourceChanges: "PollForSourceChanges";
|
|
2650
2702
|
readonly PutActionRevision: "PutActionRevision";
|
|
2651
2703
|
readonly StartPipelineExecution: "StartPipelineExecution";
|
|
@@ -2657,62 +2709,61 @@ export declare const TriggerType: {
|
|
|
2657
2709
|
*/
|
|
2658
2710
|
export type TriggerType = (typeof TriggerType)[keyof typeof TriggerType];
|
|
2659
2711
|
/**
|
|
2660
|
-
* @public
|
|
2661
2712
|
* <p>The interaction or event that started a pipeline execution.</p>
|
|
2713
|
+
* @public
|
|
2662
2714
|
*/
|
|
2663
2715
|
export interface ExecutionTrigger {
|
|
2664
2716
|
/**
|
|
2665
|
-
* @public
|
|
2666
2717
|
* <p>The type of change-detection method, command, or user interaction that started a
|
|
2667
2718
|
* pipeline execution.</p>
|
|
2719
|
+
* @public
|
|
2668
2720
|
*/
|
|
2669
2721
|
triggerType?: TriggerType;
|
|
2670
2722
|
/**
|
|
2671
|
-
* @public
|
|
2672
2723
|
* <p>Detail related to the event that started a pipeline execution, such as the webhook ARN
|
|
2673
2724
|
* of the webhook that triggered the pipeline execution or the user ARN for a
|
|
2674
2725
|
* user-initiated <code>start-pipeline-execution</code> CLI command.</p>
|
|
2726
|
+
* @public
|
|
2675
2727
|
*/
|
|
2676
2728
|
triggerDetail?: string;
|
|
2677
2729
|
}
|
|
2678
2730
|
/**
|
|
2679
|
-
* @public
|
|
2680
2731
|
* <p>A pipeline-level variable used for a pipeline execution.</p>
|
|
2732
|
+
* @public
|
|
2681
2733
|
*/
|
|
2682
2734
|
export interface ResolvedPipelineVariable {
|
|
2683
2735
|
/**
|
|
2684
|
-
* @public
|
|
2685
2736
|
* <p>The name of a pipeline-level variable.</p>
|
|
2737
|
+
* @public
|
|
2686
2738
|
*/
|
|
2687
2739
|
name?: string;
|
|
2688
2740
|
/**
|
|
2689
|
-
* @public
|
|
2690
2741
|
* <p>The resolved value of a pipeline-level variable.</p>
|
|
2742
|
+
* @public
|
|
2691
2743
|
*/
|
|
2692
2744
|
resolvedValue?: string;
|
|
2693
2745
|
}
|
|
2694
2746
|
/**
|
|
2695
|
-
* @public
|
|
2696
2747
|
* <p>Represents information about an execution of a pipeline.</p>
|
|
2748
|
+
* @public
|
|
2697
2749
|
*/
|
|
2698
2750
|
export interface PipelineExecution {
|
|
2699
2751
|
/**
|
|
2700
|
-
* @public
|
|
2701
2752
|
* <p>The name of the pipeline with the specified pipeline execution.</p>
|
|
2753
|
+
* @public
|
|
2702
2754
|
*/
|
|
2703
2755
|
pipelineName?: string;
|
|
2704
2756
|
/**
|
|
2705
|
-
* @public
|
|
2706
2757
|
* <p>The version number of the pipeline with the specified pipeline execution.</p>
|
|
2758
|
+
* @public
|
|
2707
2759
|
*/
|
|
2708
2760
|
pipelineVersion?: number;
|
|
2709
2761
|
/**
|
|
2710
|
-
* @public
|
|
2711
2762
|
* <p>The ID of the pipeline execution.</p>
|
|
2763
|
+
* @public
|
|
2712
2764
|
*/
|
|
2713
2765
|
pipelineExecutionId?: string;
|
|
2714
2766
|
/**
|
|
2715
|
-
* @public
|
|
2716
2767
|
* <p>The status of the pipeline execution.</p>
|
|
2717
2768
|
* <ul>
|
|
2718
2769
|
* <li>
|
|
@@ -2743,51 +2794,62 @@ export interface PipelineExecution {
|
|
|
2743
2794
|
* <p>Failed: The pipeline execution was not completed successfully.</p>
|
|
2744
2795
|
* </li>
|
|
2745
2796
|
* </ul>
|
|
2797
|
+
* @public
|
|
2746
2798
|
*/
|
|
2747
2799
|
status?: PipelineExecutionStatus;
|
|
2748
2800
|
/**
|
|
2749
|
-
* @public
|
|
2750
2801
|
* <p>A summary that contains a description of the pipeline execution status.</p>
|
|
2802
|
+
* @public
|
|
2751
2803
|
*/
|
|
2752
2804
|
statusSummary?: string;
|
|
2753
2805
|
/**
|
|
2754
|
-
* @public
|
|
2755
2806
|
* <p>A list of <code>ArtifactRevision</code> objects included in a pipeline
|
|
2756
2807
|
* execution.</p>
|
|
2808
|
+
* @public
|
|
2757
2809
|
*/
|
|
2758
2810
|
artifactRevisions?: ArtifactRevision[];
|
|
2759
2811
|
/**
|
|
2760
|
-
* @public
|
|
2761
2812
|
* <p>A list of pipeline variables used for the pipeline execution.</p>
|
|
2813
|
+
* @public
|
|
2762
2814
|
*/
|
|
2763
2815
|
variables?: ResolvedPipelineVariable[];
|
|
2764
2816
|
/**
|
|
2765
|
-
* @public
|
|
2766
2817
|
* <p>The interaction or event that started a pipeline execution.</p>
|
|
2818
|
+
* @public
|
|
2767
2819
|
*/
|
|
2768
2820
|
trigger?: ExecutionTrigger;
|
|
2769
2821
|
/**
|
|
2770
|
-
* @public
|
|
2771
2822
|
* <p>The method that the pipeline will use to handle multiple executions. The default
|
|
2772
2823
|
* mode is SUPERSEDED.</p>
|
|
2824
|
+
* @public
|
|
2773
2825
|
*/
|
|
2774
2826
|
executionMode?: ExecutionMode;
|
|
2827
|
+
/**
|
|
2828
|
+
* <p>The type of the pipeline execution.</p>
|
|
2829
|
+
* @public
|
|
2830
|
+
*/
|
|
2831
|
+
executionType?: ExecutionType;
|
|
2832
|
+
/**
|
|
2833
|
+
* <p>The metadata about the execution pertaining to stage rollback.</p>
|
|
2834
|
+
* @public
|
|
2835
|
+
*/
|
|
2836
|
+
rollbackMetadata?: PipelineRollbackMetadata;
|
|
2775
2837
|
}
|
|
2776
2838
|
/**
|
|
2777
|
-
* @public
|
|
2778
2839
|
* <p>Represents the output of a <code>GetPipelineExecution</code> action.</p>
|
|
2840
|
+
* @public
|
|
2779
2841
|
*/
|
|
2780
2842
|
export interface GetPipelineExecutionOutput {
|
|
2781
2843
|
/**
|
|
2782
|
-
* @public
|
|
2783
2844
|
* <p>Represents information about the execution of a pipeline.</p>
|
|
2845
|
+
* @public
|
|
2784
2846
|
*/
|
|
2785
2847
|
pipelineExecution?: PipelineExecution;
|
|
2786
2848
|
}
|
|
2787
2849
|
/**
|
|
2788
|
-
* @public
|
|
2789
2850
|
* <p>The pipeline execution was specified in an invalid format or cannot be found, or an
|
|
2790
2851
|
* execution ID does not belong to the specified pipeline. </p>
|
|
2852
|
+
* @public
|
|
2791
2853
|
*/
|
|
2792
2854
|
export declare class PipelineExecutionNotFoundException extends __BaseException {
|
|
2793
2855
|
readonly name: "PipelineExecutionNotFoundException";
|
|
@@ -2798,13 +2860,13 @@ export declare class PipelineExecutionNotFoundException extends __BaseException
|
|
|
2798
2860
|
constructor(opts: __ExceptionOptionType<PipelineExecutionNotFoundException, __BaseException>);
|
|
2799
2861
|
}
|
|
2800
2862
|
/**
|
|
2801
|
-
* @public
|
|
2802
2863
|
* <p>Represents the input of a <code>GetPipelineState</code> action.</p>
|
|
2864
|
+
* @public
|
|
2803
2865
|
*/
|
|
2804
2866
|
export interface GetPipelineStateInput {
|
|
2805
2867
|
/**
|
|
2806
|
-
* @public
|
|
2807
2868
|
* <p>The name of the pipeline about which you want to get information.</p>
|
|
2869
|
+
* @public
|
|
2808
2870
|
*/
|
|
2809
2871
|
name: string | undefined;
|
|
2810
2872
|
}
|
|
@@ -2825,244 +2887,249 @@ export declare const StageExecutionStatus: {
|
|
|
2825
2887
|
*/
|
|
2826
2888
|
export type StageExecutionStatus = (typeof StageExecutionStatus)[keyof typeof StageExecutionStatus];
|
|
2827
2889
|
/**
|
|
2828
|
-
* @public
|
|
2829
2890
|
* <p>Represents information about the run of a stage.</p>
|
|
2891
|
+
* @public
|
|
2830
2892
|
*/
|
|
2831
2893
|
export interface StageExecution {
|
|
2832
2894
|
/**
|
|
2833
|
-
* @public
|
|
2834
2895
|
* <p>The ID of the pipeline execution associated with the stage.</p>
|
|
2896
|
+
* @public
|
|
2835
2897
|
*/
|
|
2836
2898
|
pipelineExecutionId: string | undefined;
|
|
2837
2899
|
/**
|
|
2838
|
-
* @public
|
|
2839
2900
|
* <p>The status of the stage, or for a completed stage, the last status of the
|
|
2840
2901
|
* stage.</p>
|
|
2841
2902
|
* <note>
|
|
2842
2903
|
* <p>A status of cancelled means that the pipeline’s definition was updated before the
|
|
2843
2904
|
* stage execution could be completed.</p>
|
|
2844
2905
|
* </note>
|
|
2906
|
+
* @public
|
|
2845
2907
|
*/
|
|
2846
2908
|
status: StageExecutionStatus | undefined;
|
|
2909
|
+
/**
|
|
2910
|
+
* <p>The type of pipeline execution for the stage, such as a rollback pipeline execution.</p>
|
|
2911
|
+
* @public
|
|
2912
|
+
*/
|
|
2913
|
+
type?: ExecutionType;
|
|
2847
2914
|
}
|
|
2848
2915
|
/**
|
|
2849
|
-
* @public
|
|
2850
2916
|
* <p>Represents information about the state of transitions between one stage and another
|
|
2851
2917
|
* stage.</p>
|
|
2918
|
+
* @public
|
|
2852
2919
|
*/
|
|
2853
2920
|
export interface TransitionState {
|
|
2854
2921
|
/**
|
|
2855
|
-
* @public
|
|
2856
2922
|
* <p>Whether the transition between stages is enabled (true) or disabled
|
|
2857
2923
|
* (false).</p>
|
|
2924
|
+
* @public
|
|
2858
2925
|
*/
|
|
2859
2926
|
enabled?: boolean;
|
|
2860
2927
|
/**
|
|
2861
|
-
* @public
|
|
2862
2928
|
* <p>The ID of the user who last changed the transition state.</p>
|
|
2929
|
+
* @public
|
|
2863
2930
|
*/
|
|
2864
2931
|
lastChangedBy?: string;
|
|
2865
2932
|
/**
|
|
2866
|
-
* @public
|
|
2867
2933
|
* <p>The timestamp when the transition state was last changed.</p>
|
|
2934
|
+
* @public
|
|
2868
2935
|
*/
|
|
2869
2936
|
lastChangedAt?: Date;
|
|
2870
2937
|
/**
|
|
2871
|
-
* @public
|
|
2872
2938
|
* <p>The user-specified reason why the transition between two stages of a pipeline was
|
|
2873
2939
|
* disabled.</p>
|
|
2940
|
+
* @public
|
|
2874
2941
|
*/
|
|
2875
2942
|
disabledReason?: string;
|
|
2876
2943
|
}
|
|
2877
2944
|
/**
|
|
2878
|
-
* @public
|
|
2879
2945
|
* <p>Represents information about the state of the stage.</p>
|
|
2946
|
+
* @public
|
|
2880
2947
|
*/
|
|
2881
2948
|
export interface StageState {
|
|
2882
2949
|
/**
|
|
2883
|
-
* @public
|
|
2884
2950
|
* <p>The name of the stage.</p>
|
|
2951
|
+
* @public
|
|
2885
2952
|
*/
|
|
2886
2953
|
stageName?: string;
|
|
2887
2954
|
/**
|
|
2888
|
-
* @public
|
|
2889
2955
|
* <p>Represents information about the run of a stage.</p>
|
|
2956
|
+
* @public
|
|
2890
2957
|
*/
|
|
2891
2958
|
inboundExecution?: StageExecution;
|
|
2892
2959
|
/**
|
|
2893
|
-
* @public
|
|
2894
2960
|
* <p>The inbound executions for a stage.</p>
|
|
2961
|
+
* @public
|
|
2895
2962
|
*/
|
|
2896
2963
|
inboundExecutions?: StageExecution[];
|
|
2897
2964
|
/**
|
|
2898
|
-
* @public
|
|
2899
2965
|
* <p>The state of the inbound transition, which is either enabled or disabled.</p>
|
|
2966
|
+
* @public
|
|
2900
2967
|
*/
|
|
2901
2968
|
inboundTransitionState?: TransitionState;
|
|
2902
2969
|
/**
|
|
2903
|
-
* @public
|
|
2904
2970
|
* <p>The state of the stage.</p>
|
|
2971
|
+
* @public
|
|
2905
2972
|
*/
|
|
2906
2973
|
actionStates?: ActionState[];
|
|
2907
2974
|
/**
|
|
2908
|
-
* @public
|
|
2909
2975
|
* <p>Information about the latest execution in the stage, including its ID and
|
|
2910
2976
|
* status.</p>
|
|
2977
|
+
* @public
|
|
2911
2978
|
*/
|
|
2912
2979
|
latestExecution?: StageExecution;
|
|
2913
2980
|
}
|
|
2914
2981
|
/**
|
|
2915
|
-
* @public
|
|
2916
2982
|
* <p>Represents the output of a <code>GetPipelineState</code> action.</p>
|
|
2983
|
+
* @public
|
|
2917
2984
|
*/
|
|
2918
2985
|
export interface GetPipelineStateOutput {
|
|
2919
2986
|
/**
|
|
2920
|
-
* @public
|
|
2921
2987
|
* <p>The name of the pipeline for which you want to get the state.</p>
|
|
2988
|
+
* @public
|
|
2922
2989
|
*/
|
|
2923
2990
|
pipelineName?: string;
|
|
2924
2991
|
/**
|
|
2925
|
-
* @public
|
|
2926
2992
|
* <p>The version number of the pipeline.</p>
|
|
2927
2993
|
* <note>
|
|
2928
2994
|
* <p>A newly created pipeline is always assigned a version number of
|
|
2929
2995
|
* <code>1</code>.</p>
|
|
2930
2996
|
* </note>
|
|
2997
|
+
* @public
|
|
2931
2998
|
*/
|
|
2932
2999
|
pipelineVersion?: number;
|
|
2933
3000
|
/**
|
|
2934
|
-
* @public
|
|
2935
3001
|
* <p>A list of the pipeline stage output information, including stage name, state, most
|
|
2936
3002
|
* recent run details, whether the stage is disabled, and other data.</p>
|
|
3003
|
+
* @public
|
|
2937
3004
|
*/
|
|
2938
3005
|
stageStates?: StageState[];
|
|
2939
3006
|
/**
|
|
2940
|
-
* @public
|
|
2941
3007
|
* <p>The date and time the pipeline was created, in timestamp format.</p>
|
|
3008
|
+
* @public
|
|
2942
3009
|
*/
|
|
2943
3010
|
created?: Date;
|
|
2944
3011
|
/**
|
|
2945
|
-
* @public
|
|
2946
3012
|
* <p>The date and time the pipeline was last updated, in timestamp format.</p>
|
|
3013
|
+
* @public
|
|
2947
3014
|
*/
|
|
2948
3015
|
updated?: Date;
|
|
2949
3016
|
}
|
|
2950
3017
|
/**
|
|
2951
|
-
* @public
|
|
2952
3018
|
* <p>Represents the input of a <code>GetThirdPartyJobDetails</code> action.</p>
|
|
3019
|
+
* @public
|
|
2953
3020
|
*/
|
|
2954
3021
|
export interface GetThirdPartyJobDetailsInput {
|
|
2955
3022
|
/**
|
|
2956
|
-
* @public
|
|
2957
3023
|
* <p>The unique system-generated ID used for identifying the job.</p>
|
|
3024
|
+
* @public
|
|
2958
3025
|
*/
|
|
2959
3026
|
jobId: string | undefined;
|
|
2960
3027
|
/**
|
|
2961
|
-
* @public
|
|
2962
3028
|
* <p>The clientToken portion of the clientId and clientToken pair used to verify that
|
|
2963
3029
|
* the calling entity is allowed access to the job and its details.</p>
|
|
3030
|
+
* @public
|
|
2964
3031
|
*/
|
|
2965
3032
|
clientToken: string | undefined;
|
|
2966
3033
|
}
|
|
2967
3034
|
/**
|
|
2968
|
-
* @public
|
|
2969
3035
|
* <p>Represents information about the job data for a partner action.</p>
|
|
3036
|
+
* @public
|
|
2970
3037
|
*/
|
|
2971
3038
|
export interface ThirdPartyJobData {
|
|
2972
3039
|
/**
|
|
2973
|
-
* @public
|
|
2974
3040
|
* <p>Represents information about an action type.</p>
|
|
3041
|
+
* @public
|
|
2975
3042
|
*/
|
|
2976
3043
|
actionTypeId?: ActionTypeId;
|
|
2977
3044
|
/**
|
|
2978
|
-
* @public
|
|
2979
3045
|
* <p>Represents information about an action configuration.</p>
|
|
3046
|
+
* @public
|
|
2980
3047
|
*/
|
|
2981
3048
|
actionConfiguration?: ActionConfiguration;
|
|
2982
3049
|
/**
|
|
2983
|
-
* @public
|
|
2984
3050
|
* <p>Represents information about a pipeline to a job worker.</p>
|
|
2985
3051
|
* <note>
|
|
2986
3052
|
* <p>Does not include <code>pipelineArn</code> and <code>pipelineExecutionId</code>
|
|
2987
3053
|
* for ThirdParty jobs.</p>
|
|
2988
3054
|
* </note>
|
|
3055
|
+
* @public
|
|
2989
3056
|
*/
|
|
2990
3057
|
pipelineContext?: PipelineContext;
|
|
2991
3058
|
/**
|
|
2992
|
-
* @public
|
|
2993
3059
|
* <p>The name of the artifact that is worked on by the action, if any. This name might
|
|
2994
3060
|
* be system-generated, such as "MyApp", or it might be defined by the user when the action
|
|
2995
3061
|
* is created. The input artifact name must match the name of an output artifact generated
|
|
2996
3062
|
* by an action in an earlier action or stage of the pipeline.</p>
|
|
3063
|
+
* @public
|
|
2997
3064
|
*/
|
|
2998
3065
|
inputArtifacts?: Artifact[];
|
|
2999
3066
|
/**
|
|
3000
|
-
* @public
|
|
3001
3067
|
* <p>The name of the artifact that is the result of the action, if any. This name might
|
|
3002
3068
|
* be system-generated, such as "MyBuiltApp", or it might be defined by the user when the
|
|
3003
3069
|
* action is created.</p>
|
|
3070
|
+
* @public
|
|
3004
3071
|
*/
|
|
3005
3072
|
outputArtifacts?: Artifact[];
|
|
3006
3073
|
/**
|
|
3007
|
-
* @public
|
|
3008
3074
|
* <p>Represents an Amazon Web Services session credentials object. These credentials are
|
|
3009
3075
|
* temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
|
|
3010
3076
|
* They can be used to access input and output artifacts in the S3 bucket used to store
|
|
3011
3077
|
* artifact for the pipeline in CodePipeline. </p>
|
|
3078
|
+
* @public
|
|
3012
3079
|
*/
|
|
3013
3080
|
artifactCredentials?: AWSSessionCredentials;
|
|
3014
3081
|
/**
|
|
3015
|
-
* @public
|
|
3016
3082
|
* <p>A system-generated token, such as a CodeDeploy deployment ID, that a job requires
|
|
3017
3083
|
* to continue the job asynchronously.</p>
|
|
3084
|
+
* @public
|
|
3018
3085
|
*/
|
|
3019
3086
|
continuationToken?: string;
|
|
3020
3087
|
/**
|
|
3021
|
-
* @public
|
|
3022
3088
|
* <p>The encryption key used to encrypt and decrypt data in the artifact store for the
|
|
3023
3089
|
* pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS)
|
|
3024
3090
|
* key. This is optional and might not be present.</p>
|
|
3091
|
+
* @public
|
|
3025
3092
|
*/
|
|
3026
3093
|
encryptionKey?: EncryptionKey;
|
|
3027
3094
|
}
|
|
3028
3095
|
/**
|
|
3029
|
-
* @public
|
|
3030
3096
|
* <p>The details of a job sent in response to a <code>GetThirdPartyJobDetails</code>
|
|
3031
3097
|
* request.</p>
|
|
3098
|
+
* @public
|
|
3032
3099
|
*/
|
|
3033
3100
|
export interface ThirdPartyJobDetails {
|
|
3034
3101
|
/**
|
|
3035
|
-
* @public
|
|
3036
3102
|
* <p>The identifier used to identify the job details in CodePipeline.</p>
|
|
3103
|
+
* @public
|
|
3037
3104
|
*/
|
|
3038
3105
|
id?: string;
|
|
3039
3106
|
/**
|
|
3040
|
-
* @public
|
|
3041
3107
|
* <p>The data to be returned by the third party job worker.</p>
|
|
3108
|
+
* @public
|
|
3042
3109
|
*/
|
|
3043
3110
|
data?: ThirdPartyJobData;
|
|
3044
3111
|
/**
|
|
3045
|
-
* @public
|
|
3046
3112
|
* <p>A system-generated random number that CodePipeline uses to ensure that the
|
|
3047
3113
|
* job is being worked on by only one job worker. Use this number in an <a>AcknowledgeThirdPartyJob</a> request.</p>
|
|
3114
|
+
* @public
|
|
3048
3115
|
*/
|
|
3049
3116
|
nonce?: string;
|
|
3050
3117
|
}
|
|
3051
3118
|
/**
|
|
3052
|
-
* @public
|
|
3053
3119
|
* <p>Represents the output of a <code>GetThirdPartyJobDetails</code> action.</p>
|
|
3120
|
+
* @public
|
|
3054
3121
|
*/
|
|
3055
3122
|
export interface GetThirdPartyJobDetailsOutput {
|
|
3056
3123
|
/**
|
|
3057
|
-
* @public
|
|
3058
3124
|
* <p>The details of the job, including any protected values defined for the
|
|
3059
3125
|
* job.</p>
|
|
3126
|
+
* @public
|
|
3060
3127
|
*/
|
|
3061
3128
|
jobDetails?: ThirdPartyJobDetails;
|
|
3062
3129
|
}
|
|
3063
3130
|
/**
|
|
3064
|
-
* @public
|
|
3065
3131
|
* <p>The job was specified in an invalid format or cannot be found.</p>
|
|
3132
|
+
* @public
|
|
3066
3133
|
*/
|
|
3067
3134
|
export declare class InvalidJobException extends __BaseException {
|
|
3068
3135
|
readonly name: "InvalidJobException";
|
|
@@ -3073,9 +3140,9 @@ export declare class InvalidJobException extends __BaseException {
|
|
|
3073
3140
|
constructor(opts: __ExceptionOptionType<InvalidJobException, __BaseException>);
|
|
3074
3141
|
}
|
|
3075
3142
|
/**
|
|
3076
|
-
* @public
|
|
3077
3143
|
* <p>The next token was specified in an invalid format. Make sure that the next token
|
|
3078
3144
|
* you provide is the token returned by a previous call.</p>
|
|
3145
|
+
* @public
|
|
3079
3146
|
*/
|
|
3080
3147
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
3081
3148
|
readonly name: "InvalidNextTokenException";
|
|
@@ -3090,17 +3157,16 @@ export declare class InvalidNextTokenException extends __BaseException {
|
|
|
3090
3157
|
*/
|
|
3091
3158
|
export interface ListActionExecutionsInput {
|
|
3092
3159
|
/**
|
|
3093
|
-
* @public
|
|
3094
3160
|
* <p> The name of the pipeline for which you want to list action execution history.</p>
|
|
3161
|
+
* @public
|
|
3095
3162
|
*/
|
|
3096
3163
|
pipelineName: string | undefined;
|
|
3097
3164
|
/**
|
|
3098
|
-
* @public
|
|
3099
3165
|
* <p>Input information used to filter action execution history.</p>
|
|
3166
|
+
* @public
|
|
3100
3167
|
*/
|
|
3101
3168
|
filter?: ActionExecutionFilter;
|
|
3102
3169
|
/**
|
|
3103
|
-
* @public
|
|
3104
3170
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
3105
3171
|
* results, make another call with the returned nextToken value. Action execution history
|
|
3106
3172
|
* is retained for up to 12 months, based on action execution start times. Default value is
|
|
@@ -3109,12 +3175,13 @@ export interface ListActionExecutionsInput {
|
|
|
3109
3175
|
* <p>Detailed execution history is available for executions run on or after February
|
|
3110
3176
|
* 21, 2019.</p>
|
|
3111
3177
|
* </note>
|
|
3178
|
+
* @public
|
|
3112
3179
|
*/
|
|
3113
3180
|
maxResults?: number;
|
|
3114
3181
|
/**
|
|
3115
|
-
* @public
|
|
3116
3182
|
* <p>The token that was returned from the previous <code>ListActionExecutions</code> call,
|
|
3117
3183
|
* which can be used to return the next set of action executions in the list.</p>
|
|
3184
|
+
* @public
|
|
3118
3185
|
*/
|
|
3119
3186
|
nextToken?: string;
|
|
3120
3187
|
}
|
|
@@ -3123,141 +3190,169 @@ export interface ListActionExecutionsInput {
|
|
|
3123
3190
|
*/
|
|
3124
3191
|
export interface ListActionExecutionsOutput {
|
|
3125
3192
|
/**
|
|
3126
|
-
* @public
|
|
3127
3193
|
* <p>The details for a list of recent executions, such as action execution ID.</p>
|
|
3194
|
+
* @public
|
|
3128
3195
|
*/
|
|
3129
3196
|
actionExecutionDetails?: ActionExecutionDetail[];
|
|
3130
3197
|
/**
|
|
3131
|
-
* @public
|
|
3132
3198
|
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
3133
3199
|
* returned and can be used in a subsequent <code>ListActionExecutions</code> call to
|
|
3134
3200
|
* return the next set of action executions in the list.</p>
|
|
3201
|
+
* @public
|
|
3135
3202
|
*/
|
|
3136
3203
|
nextToken?: string;
|
|
3137
3204
|
}
|
|
3138
3205
|
/**
|
|
3139
|
-
* @public
|
|
3140
3206
|
* <p>Represents the input of a <code>ListActionTypes</code> action.</p>
|
|
3207
|
+
* @public
|
|
3141
3208
|
*/
|
|
3142
3209
|
export interface ListActionTypesInput {
|
|
3143
3210
|
/**
|
|
3144
|
-
* @public
|
|
3145
3211
|
* <p>Filters the list of action types to those created by a specified entity.</p>
|
|
3212
|
+
* @public
|
|
3146
3213
|
*/
|
|
3147
3214
|
actionOwnerFilter?: ActionOwner;
|
|
3148
3215
|
/**
|
|
3149
|
-
* @public
|
|
3150
3216
|
* <p>An identifier that was returned from the previous list action types call, which can
|
|
3151
3217
|
* be used to return the next set of action types in the list.</p>
|
|
3218
|
+
* @public
|
|
3152
3219
|
*/
|
|
3153
3220
|
nextToken?: string;
|
|
3154
3221
|
/**
|
|
3155
|
-
* @public
|
|
3156
3222
|
* <p>The Region to filter on for the list of action types.</p>
|
|
3223
|
+
* @public
|
|
3157
3224
|
*/
|
|
3158
3225
|
regionFilter?: string;
|
|
3159
3226
|
}
|
|
3160
3227
|
/**
|
|
3161
|
-
* @public
|
|
3162
3228
|
* <p>Represents the output of a <code>ListActionTypes</code> action.</p>
|
|
3229
|
+
* @public
|
|
3163
3230
|
*/
|
|
3164
3231
|
export interface ListActionTypesOutput {
|
|
3165
3232
|
/**
|
|
3166
|
-
* @public
|
|
3167
3233
|
* <p>Provides details of the action types.</p>
|
|
3234
|
+
* @public
|
|
3168
3235
|
*/
|
|
3169
3236
|
actionTypes: ActionType[] | undefined;
|
|
3170
3237
|
/**
|
|
3171
|
-
* @public
|
|
3172
3238
|
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
3173
3239
|
* returned. It can be used in a subsequent list action types call to return the next set
|
|
3174
3240
|
* of action types in the list.</p>
|
|
3241
|
+
* @public
|
|
3175
3242
|
*/
|
|
3176
3243
|
nextToken?: string;
|
|
3177
3244
|
}
|
|
3178
3245
|
/**
|
|
3246
|
+
* <p>Filter for pipeline executions that have successfully completed the stage in the current pipeline version.</p>
|
|
3247
|
+
* @public
|
|
3248
|
+
*/
|
|
3249
|
+
export interface SucceededInStageFilter {
|
|
3250
|
+
/**
|
|
3251
|
+
* <p>The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline
|
|
3252
|
+
* version.</p>
|
|
3253
|
+
* @public
|
|
3254
|
+
*/
|
|
3255
|
+
stageName?: string;
|
|
3256
|
+
}
|
|
3257
|
+
/**
|
|
3258
|
+
* <p>The pipeline execution to filter on.</p>
|
|
3179
3259
|
* @public
|
|
3260
|
+
*/
|
|
3261
|
+
export interface PipelineExecutionFilter {
|
|
3262
|
+
/**
|
|
3263
|
+
* <p>Filter for pipeline executions where the stage was successful in the current pipeline
|
|
3264
|
+
* version.</p>
|
|
3265
|
+
* @public
|
|
3266
|
+
*/
|
|
3267
|
+
succeededInStage?: SucceededInStageFilter;
|
|
3268
|
+
}
|
|
3269
|
+
/**
|
|
3180
3270
|
* <p>Represents the input of a <code>ListPipelineExecutions</code> action.</p>
|
|
3271
|
+
* @public
|
|
3181
3272
|
*/
|
|
3182
3273
|
export interface ListPipelineExecutionsInput {
|
|
3183
3274
|
/**
|
|
3184
|
-
* @public
|
|
3185
3275
|
* <p>The name of the pipeline for which you want to get execution summary
|
|
3186
3276
|
* information.</p>
|
|
3277
|
+
* @public
|
|
3187
3278
|
*/
|
|
3188
3279
|
pipelineName: string | undefined;
|
|
3189
3280
|
/**
|
|
3190
|
-
* @public
|
|
3191
3281
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
3192
3282
|
* results, make another call with the returned nextToken value. Pipeline history is
|
|
3193
3283
|
* limited to the most recent 12 months, based on pipeline execution start times. Default
|
|
3194
3284
|
* value is 100.</p>
|
|
3285
|
+
* @public
|
|
3195
3286
|
*/
|
|
3196
3287
|
maxResults?: number;
|
|
3197
3288
|
/**
|
|
3289
|
+
* <p>The pipeline execution to filter on.</p>
|
|
3198
3290
|
* @public
|
|
3291
|
+
*/
|
|
3292
|
+
filter?: PipelineExecutionFilter;
|
|
3293
|
+
/**
|
|
3199
3294
|
* <p>The token that was returned from the previous <code>ListPipelineExecutions</code>
|
|
3200
3295
|
* call, which can be used to return the next set of pipeline executions in the
|
|
3201
3296
|
* list.</p>
|
|
3297
|
+
* @public
|
|
3202
3298
|
*/
|
|
3203
3299
|
nextToken?: string;
|
|
3204
3300
|
}
|
|
3205
3301
|
/**
|
|
3206
|
-
* @public
|
|
3207
3302
|
* <p>Information about the version (or revision) of a source artifact that initiated a
|
|
3208
3303
|
* pipeline execution.</p>
|
|
3304
|
+
* @public
|
|
3209
3305
|
*/
|
|
3210
3306
|
export interface SourceRevision {
|
|
3211
3307
|
/**
|
|
3212
|
-
* @public
|
|
3213
3308
|
* <p>The name of the action that processed the revision to the source
|
|
3214
3309
|
* artifact.</p>
|
|
3310
|
+
* @public
|
|
3215
3311
|
*/
|
|
3216
3312
|
actionName: string | undefined;
|
|
3217
3313
|
/**
|
|
3218
|
-
* @public
|
|
3219
3314
|
* <p>The system-generated unique ID that identifies the revision number of the
|
|
3220
3315
|
* artifact.</p>
|
|
3316
|
+
* @public
|
|
3221
3317
|
*/
|
|
3222
3318
|
revisionId?: string;
|
|
3223
3319
|
/**
|
|
3224
|
-
* @public
|
|
3225
3320
|
* <p>Summary information about the most recent revision of the artifact. For GitHub and
|
|
3226
3321
|
* CodeCommit repositories, the commit message. For Amazon S3 buckets or actions,
|
|
3227
3322
|
* the user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
|
|
3228
3323
|
* specified in the object metadata.</p>
|
|
3324
|
+
* @public
|
|
3229
3325
|
*/
|
|
3230
3326
|
revisionSummary?: string;
|
|
3231
3327
|
/**
|
|
3232
|
-
* @public
|
|
3233
3328
|
* <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
|
|
3234
3329
|
* CodeCommit repositories, the commit ID is linked to a commit details page.</p>
|
|
3330
|
+
* @public
|
|
3235
3331
|
*/
|
|
3236
3332
|
revisionUrl?: string;
|
|
3237
3333
|
}
|
|
3238
3334
|
/**
|
|
3239
|
-
* @public
|
|
3240
3335
|
* <p>The interaction that stopped a pipeline execution.</p>
|
|
3336
|
+
* @public
|
|
3241
3337
|
*/
|
|
3242
3338
|
export interface StopExecutionTrigger {
|
|
3243
3339
|
/**
|
|
3244
|
-
* @public
|
|
3245
3340
|
* <p>The user-specified reason the pipeline was stopped.</p>
|
|
3341
|
+
* @public
|
|
3246
3342
|
*/
|
|
3247
3343
|
reason?: string;
|
|
3248
3344
|
}
|
|
3249
3345
|
/**
|
|
3250
|
-
* @public
|
|
3251
3346
|
* <p>Summary information about a pipeline execution.</p>
|
|
3347
|
+
* @public
|
|
3252
3348
|
*/
|
|
3253
3349
|
export interface PipelineExecutionSummary {
|
|
3254
3350
|
/**
|
|
3255
|
-
* @public
|
|
3256
3351
|
* <p>The ID of the pipeline execution.</p>
|
|
3352
|
+
* @public
|
|
3257
3353
|
*/
|
|
3258
3354
|
pipelineExecutionId?: string;
|
|
3259
3355
|
/**
|
|
3260
|
-
* @public
|
|
3261
3356
|
* <p>The status of the pipeline execution.</p>
|
|
3262
3357
|
* <ul>
|
|
3263
3358
|
* <li>
|
|
@@ -3284,97 +3379,112 @@ export interface PipelineExecutionSummary {
|
|
|
3284
3379
|
* <p>Failed: The pipeline execution was not completed successfully.</p>
|
|
3285
3380
|
* </li>
|
|
3286
3381
|
* </ul>
|
|
3382
|
+
* @public
|
|
3287
3383
|
*/
|
|
3288
3384
|
status?: PipelineExecutionStatus;
|
|
3289
3385
|
/**
|
|
3386
|
+
* <p>Status summary for the pipeline.</p>
|
|
3290
3387
|
* @public
|
|
3388
|
+
*/
|
|
3389
|
+
statusSummary?: string;
|
|
3390
|
+
/**
|
|
3291
3391
|
* <p>The date and time when the pipeline execution began, in timestamp format.</p>
|
|
3392
|
+
* @public
|
|
3292
3393
|
*/
|
|
3293
3394
|
startTime?: Date;
|
|
3294
3395
|
/**
|
|
3295
|
-
* @public
|
|
3296
3396
|
* <p>The date and time of the last change to the pipeline execution, in timestamp
|
|
3297
3397
|
* format.</p>
|
|
3398
|
+
* @public
|
|
3298
3399
|
*/
|
|
3299
3400
|
lastUpdateTime?: Date;
|
|
3300
3401
|
/**
|
|
3301
|
-
* @public
|
|
3302
3402
|
* <p>A list of the source artifact revisions that initiated a pipeline
|
|
3303
3403
|
* execution.</p>
|
|
3404
|
+
* @public
|
|
3304
3405
|
*/
|
|
3305
3406
|
sourceRevisions?: SourceRevision[];
|
|
3306
3407
|
/**
|
|
3307
|
-
* @public
|
|
3308
3408
|
* <p>The interaction or event that started a pipeline execution, such as automated change
|
|
3309
3409
|
* detection or a <code>StartPipelineExecution</code> API call.</p>
|
|
3410
|
+
* @public
|
|
3310
3411
|
*/
|
|
3311
3412
|
trigger?: ExecutionTrigger;
|
|
3312
3413
|
/**
|
|
3313
|
-
* @public
|
|
3314
3414
|
* <p>The interaction that stopped a pipeline execution.</p>
|
|
3415
|
+
* @public
|
|
3315
3416
|
*/
|
|
3316
3417
|
stopTrigger?: StopExecutionTrigger;
|
|
3317
3418
|
/**
|
|
3318
|
-
* @public
|
|
3319
3419
|
* <p>The method that the pipeline will use to handle multiple executions. The default
|
|
3320
3420
|
* mode is SUPERSEDED.</p>
|
|
3421
|
+
* @public
|
|
3321
3422
|
*/
|
|
3322
3423
|
executionMode?: ExecutionMode;
|
|
3424
|
+
/**
|
|
3425
|
+
* <p>Type of the pipeline execution.</p>
|
|
3426
|
+
* @public
|
|
3427
|
+
*/
|
|
3428
|
+
executionType?: ExecutionType;
|
|
3429
|
+
/**
|
|
3430
|
+
* <p>The metadata for the stage execution to be rolled back.</p>
|
|
3431
|
+
* @public
|
|
3432
|
+
*/
|
|
3433
|
+
rollbackMetadata?: PipelineRollbackMetadata;
|
|
3323
3434
|
}
|
|
3324
3435
|
/**
|
|
3325
|
-
* @public
|
|
3326
3436
|
* <p>Represents the output of a <code>ListPipelineExecutions</code> action.</p>
|
|
3437
|
+
* @public
|
|
3327
3438
|
*/
|
|
3328
3439
|
export interface ListPipelineExecutionsOutput {
|
|
3329
3440
|
/**
|
|
3330
|
-
* @public
|
|
3331
3441
|
* <p>A list of executions in the history of a pipeline.</p>
|
|
3442
|
+
* @public
|
|
3332
3443
|
*/
|
|
3333
3444
|
pipelineExecutionSummaries?: PipelineExecutionSummary[];
|
|
3334
3445
|
/**
|
|
3335
|
-
* @public
|
|
3336
3446
|
* <p>A token that can be used in the next <code>ListPipelineExecutions</code> call. To
|
|
3337
3447
|
* view all items in the list, continue to call this operation with each subsequent token
|
|
3338
3448
|
* until no more nextToken values are returned.</p>
|
|
3449
|
+
* @public
|
|
3339
3450
|
*/
|
|
3340
3451
|
nextToken?: string;
|
|
3341
3452
|
}
|
|
3342
3453
|
/**
|
|
3343
|
-
* @public
|
|
3344
3454
|
* <p>Represents the input of a <code>ListPipelines</code> action.</p>
|
|
3455
|
+
* @public
|
|
3345
3456
|
*/
|
|
3346
3457
|
export interface ListPipelinesInput {
|
|
3347
3458
|
/**
|
|
3348
|
-
* @public
|
|
3349
3459
|
* <p>An identifier that was returned from the previous list pipelines call. It can be
|
|
3350
3460
|
* used to return the next set of pipelines in the list.</p>
|
|
3461
|
+
* @public
|
|
3351
3462
|
*/
|
|
3352
3463
|
nextToken?: string;
|
|
3353
3464
|
/**
|
|
3354
|
-
* @public
|
|
3355
3465
|
* <p>The maximum number of pipelines to return in a single call. To retrieve the remaining
|
|
3356
3466
|
* pipelines, make another call with the returned nextToken value. The minimum value you
|
|
3357
3467
|
* can specify is 1. The maximum accepted value is 1000.</p>
|
|
3468
|
+
* @public
|
|
3358
3469
|
*/
|
|
3359
3470
|
maxResults?: number;
|
|
3360
3471
|
}
|
|
3361
3472
|
/**
|
|
3362
|
-
* @public
|
|
3363
3473
|
* <p>Returns a summary of a pipeline.</p>
|
|
3474
|
+
* @public
|
|
3364
3475
|
*/
|
|
3365
3476
|
export interface PipelineSummary {
|
|
3366
3477
|
/**
|
|
3367
|
-
* @public
|
|
3368
3478
|
* <p>The name of the pipeline.</p>
|
|
3479
|
+
* @public
|
|
3369
3480
|
*/
|
|
3370
3481
|
name?: string;
|
|
3371
3482
|
/**
|
|
3372
|
-
* @public
|
|
3373
3483
|
* <p>The version number of the pipeline.</p>
|
|
3484
|
+
* @public
|
|
3374
3485
|
*/
|
|
3375
3486
|
version?: number;
|
|
3376
3487
|
/**
|
|
3377
|
-
* @public
|
|
3378
3488
|
* <p>CodePipeline provides the following pipeline types, which differ in
|
|
3379
3489
|
* characteristics and price, so that you can tailor your pipeline features and cost to the
|
|
3380
3490
|
* needs of your applications.</p>
|
|
@@ -3396,47 +3506,48 @@ export interface PipelineSummary {
|
|
|
3396
3506
|
* <p>For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
|
|
3397
3507
|
* <p> For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of
|
|
3398
3508
|
* pipeline is right for me?</a>.</p>
|
|
3509
|
+
* @public
|
|
3399
3510
|
*/
|
|
3400
3511
|
pipelineType?: PipelineType;
|
|
3401
3512
|
/**
|
|
3402
|
-
* @public
|
|
3403
3513
|
* <p>The method that the pipeline will use to handle multiple executions. The default
|
|
3404
3514
|
* mode is SUPERSEDED.</p>
|
|
3515
|
+
* @public
|
|
3405
3516
|
*/
|
|
3406
3517
|
executionMode?: ExecutionMode;
|
|
3407
3518
|
/**
|
|
3408
|
-
* @public
|
|
3409
3519
|
* <p>The date and time the pipeline was created, in timestamp format.</p>
|
|
3520
|
+
* @public
|
|
3410
3521
|
*/
|
|
3411
3522
|
created?: Date;
|
|
3412
3523
|
/**
|
|
3413
|
-
* @public
|
|
3414
3524
|
* <p>The date and time of the last update to the pipeline, in timestamp
|
|
3415
3525
|
* format.</p>
|
|
3526
|
+
* @public
|
|
3416
3527
|
*/
|
|
3417
3528
|
updated?: Date;
|
|
3418
3529
|
}
|
|
3419
3530
|
/**
|
|
3420
|
-
* @public
|
|
3421
3531
|
* <p>Represents the output of a <code>ListPipelines</code> action.</p>
|
|
3532
|
+
* @public
|
|
3422
3533
|
*/
|
|
3423
3534
|
export interface ListPipelinesOutput {
|
|
3424
3535
|
/**
|
|
3425
|
-
* @public
|
|
3426
3536
|
* <p>The list of pipelines.</p>
|
|
3537
|
+
* @public
|
|
3427
3538
|
*/
|
|
3428
3539
|
pipelines?: PipelineSummary[];
|
|
3429
3540
|
/**
|
|
3430
|
-
* @public
|
|
3431
3541
|
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
3432
3542
|
* returned. It can be used in a subsequent list pipelines call to return the next set of
|
|
3433
3543
|
* pipelines in the list.</p>
|
|
3544
|
+
* @public
|
|
3434
3545
|
*/
|
|
3435
3546
|
nextToken?: string;
|
|
3436
3547
|
}
|
|
3437
3548
|
/**
|
|
3438
|
-
* @public
|
|
3439
3549
|
* <p>The specified resource ARN is invalid.</p>
|
|
3550
|
+
* @public
|
|
3440
3551
|
*/
|
|
3441
3552
|
export declare class InvalidArnException extends __BaseException {
|
|
3442
3553
|
readonly name: "InvalidArnException";
|
|
@@ -3451,20 +3562,20 @@ export declare class InvalidArnException extends __BaseException {
|
|
|
3451
3562
|
*/
|
|
3452
3563
|
export interface ListTagsForResourceInput {
|
|
3453
3564
|
/**
|
|
3454
|
-
* @public
|
|
3455
3565
|
* <p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>
|
|
3566
|
+
* @public
|
|
3456
3567
|
*/
|
|
3457
3568
|
resourceArn: string | undefined;
|
|
3458
3569
|
/**
|
|
3459
|
-
* @public
|
|
3460
3570
|
* <p>The token that was returned from the previous API call, which would be used to return
|
|
3461
3571
|
* the next page of the list. The ListTagsforResource call lists all available tags in one
|
|
3462
3572
|
* call and does not use pagination.</p>
|
|
3573
|
+
* @public
|
|
3463
3574
|
*/
|
|
3464
3575
|
nextToken?: string;
|
|
3465
3576
|
/**
|
|
3466
|
-
* @public
|
|
3467
3577
|
* <p>The maximum number of results to return in a single call.</p>
|
|
3578
|
+
* @public
|
|
3468
3579
|
*/
|
|
3469
3580
|
maxResults?: number;
|
|
3470
3581
|
}
|
|
@@ -3473,22 +3584,22 @@ export interface ListTagsForResourceInput {
|
|
|
3473
3584
|
*/
|
|
3474
3585
|
export interface ListTagsForResourceOutput {
|
|
3475
3586
|
/**
|
|
3476
|
-
* @public
|
|
3477
3587
|
* <p>The tags for the resource.</p>
|
|
3588
|
+
* @public
|
|
3478
3589
|
*/
|
|
3479
3590
|
tags?: Tag[];
|
|
3480
3591
|
/**
|
|
3481
|
-
* @public
|
|
3482
3592
|
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
3483
3593
|
* returned and can be used in a subsequent API call to return the next page of the list.
|
|
3484
3594
|
* The ListTagsforResource call lists all available tags in one call and does not use
|
|
3485
3595
|
* pagination.</p>
|
|
3596
|
+
* @public
|
|
3486
3597
|
*/
|
|
3487
3598
|
nextToken?: string;
|
|
3488
3599
|
}
|
|
3489
3600
|
/**
|
|
3490
|
-
* @public
|
|
3491
3601
|
* <p>The resource was specified in an invalid format.</p>
|
|
3602
|
+
* @public
|
|
3492
3603
|
*/
|
|
3493
3604
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
3494
3605
|
readonly name: "ResourceNotFoundException";
|
|
@@ -3503,15 +3614,15 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
3503
3614
|
*/
|
|
3504
3615
|
export interface ListWebhooksInput {
|
|
3505
3616
|
/**
|
|
3506
|
-
* @public
|
|
3507
3617
|
* <p>The token that was returned from the previous ListWebhooks call, which can be used
|
|
3508
3618
|
* to return the next set of webhooks in the list.</p>
|
|
3619
|
+
* @public
|
|
3509
3620
|
*/
|
|
3510
3621
|
NextToken?: string;
|
|
3511
3622
|
/**
|
|
3512
|
-
* @public
|
|
3513
3623
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
3514
3624
|
* results, make another call with the returned nextToken value.</p>
|
|
3625
|
+
* @public
|
|
3515
3626
|
*/
|
|
3516
3627
|
MaxResults?: number;
|
|
3517
3628
|
}
|
|
@@ -3529,41 +3640,40 @@ export declare const WebhookAuthenticationType: {
|
|
|
3529
3640
|
*/
|
|
3530
3641
|
export type WebhookAuthenticationType = (typeof WebhookAuthenticationType)[keyof typeof WebhookAuthenticationType];
|
|
3531
3642
|
/**
|
|
3532
|
-
* @public
|
|
3533
3643
|
* <p>The authentication applied to incoming webhook trigger requests.</p>
|
|
3644
|
+
* @public
|
|
3534
3645
|
*/
|
|
3535
3646
|
export interface WebhookAuthConfiguration {
|
|
3536
3647
|
/**
|
|
3537
|
-
* @public
|
|
3538
3648
|
* <p>The property used to configure acceptance of webhooks in an IP address range. For
|
|
3539
3649
|
* IP, only the <code>AllowedIPRange</code> property must be set. This property must be set
|
|
3540
3650
|
* to a valid CIDR range.</p>
|
|
3651
|
+
* @public
|
|
3541
3652
|
*/
|
|
3542
3653
|
AllowedIPRange?: string;
|
|
3543
3654
|
/**
|
|
3544
|
-
* @public
|
|
3545
3655
|
* <p>The property used to configure GitHub authentication. For GITHUB_HMAC, only the
|
|
3546
3656
|
* <code>SecretToken</code> property must be set.</p>
|
|
3657
|
+
* @public
|
|
3547
3658
|
*/
|
|
3548
3659
|
SecretToken?: string;
|
|
3549
3660
|
}
|
|
3550
3661
|
/**
|
|
3551
|
-
* @public
|
|
3552
3662
|
* <p>The event criteria that specify when a webhook notification is sent to your
|
|
3553
3663
|
* URL.</p>
|
|
3664
|
+
* @public
|
|
3554
3665
|
*/
|
|
3555
3666
|
export interface WebhookFilterRule {
|
|
3556
3667
|
/**
|
|
3557
|
-
* @public
|
|
3558
3668
|
* <p>A JsonPath expression that is applied to the body/payload of the webhook. The value
|
|
3559
3669
|
* selected by the JsonPath expression must match the value specified in the
|
|
3560
3670
|
* <code>MatchEquals</code> field. Otherwise, the request is ignored. For more
|
|
3561
3671
|
* information, see <a href="https://github.com/json-path/JsonPath">Java JsonPath
|
|
3562
3672
|
* implementation</a> in GitHub.</p>
|
|
3673
|
+
* @public
|
|
3563
3674
|
*/
|
|
3564
3675
|
jsonPath: string | undefined;
|
|
3565
3676
|
/**
|
|
3566
|
-
* @public
|
|
3567
3677
|
* <p>The value selected by the <code>JsonPath</code> expression must match what is
|
|
3568
3678
|
* supplied in the <code>MatchEquals</code> field. Otherwise, the request is ignored.
|
|
3569
3679
|
* Properties from the target action configuration can be included as placeholders in this
|
|
@@ -3572,39 +3682,39 @@ export interface WebhookFilterRule {
|
|
|
3572
3682
|
* configuration property called "Branch" with a value of "main", the
|
|
3573
3683
|
* <code>MatchEquals</code> value is evaluated as "refs/heads/main". For a list of
|
|
3574
3684
|
* action configuration properties for built-in action types, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements">Pipeline Structure Reference Action Requirements</a>.</p>
|
|
3685
|
+
* @public
|
|
3575
3686
|
*/
|
|
3576
3687
|
matchEquals?: string;
|
|
3577
3688
|
}
|
|
3578
3689
|
/**
|
|
3579
|
-
* @public
|
|
3580
3690
|
* <p>Represents information about a webhook and its definition.</p>
|
|
3691
|
+
* @public
|
|
3581
3692
|
*/
|
|
3582
3693
|
export interface WebhookDefinition {
|
|
3583
3694
|
/**
|
|
3584
|
-
* @public
|
|
3585
3695
|
* <p>The name of the webhook.</p>
|
|
3696
|
+
* @public
|
|
3586
3697
|
*/
|
|
3587
3698
|
name: string | undefined;
|
|
3588
3699
|
/**
|
|
3589
|
-
* @public
|
|
3590
3700
|
* <p>The name of the pipeline you want to connect to the webhook.</p>
|
|
3701
|
+
* @public
|
|
3591
3702
|
*/
|
|
3592
3703
|
targetPipeline: string | undefined;
|
|
3593
3704
|
/**
|
|
3594
|
-
* @public
|
|
3595
3705
|
* <p>The name of the action in a pipeline you want to connect to the webhook. The action
|
|
3596
3706
|
* must be from the source (first) stage of the pipeline.</p>
|
|
3707
|
+
* @public
|
|
3597
3708
|
*/
|
|
3598
3709
|
targetAction: string | undefined;
|
|
3599
3710
|
/**
|
|
3600
|
-
* @public
|
|
3601
3711
|
* <p>A list of rules applied to the body/payload sent in the POST request to a webhook
|
|
3602
3712
|
* URL. All defined rules must pass for the request to be accepted and the pipeline
|
|
3603
3713
|
* started.</p>
|
|
3714
|
+
* @public
|
|
3604
3715
|
*/
|
|
3605
3716
|
filters: WebhookFilterRule[] | undefined;
|
|
3606
3717
|
/**
|
|
3607
|
-
* @public
|
|
3608
3718
|
* <p>Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.</p>
|
|
3609
3719
|
* <ul>
|
|
3610
3720
|
* <li>
|
|
@@ -3622,62 +3732,63 @@ export interface WebhookDefinition {
|
|
|
3622
3732
|
* origin.</p>
|
|
3623
3733
|
* </li>
|
|
3624
3734
|
* </ul>
|
|
3735
|
+
* @public
|
|
3625
3736
|
*/
|
|
3626
3737
|
authentication: WebhookAuthenticationType | undefined;
|
|
3627
3738
|
/**
|
|
3628
|
-
* @public
|
|
3629
3739
|
* <p>Properties that configure the authentication applied to incoming webhook trigger
|
|
3630
3740
|
* requests. The required properties depend on the authentication type. For GITHUB_HMAC,
|
|
3631
3741
|
* only the <code>SecretToken </code>property must be set. For IP, only the
|
|
3632
3742
|
* <code>AllowedIPRange </code>property must be set to a valid CIDR range. For
|
|
3633
3743
|
* UNAUTHENTICATED, no properties can be set.</p>
|
|
3744
|
+
* @public
|
|
3634
3745
|
*/
|
|
3635
3746
|
authenticationConfiguration: WebhookAuthConfiguration | undefined;
|
|
3636
3747
|
}
|
|
3637
3748
|
/**
|
|
3638
|
-
* @public
|
|
3639
3749
|
* <p>The detail returned for each webhook after listing webhooks, such as the webhook
|
|
3640
3750
|
* URL, the webhook name, and the webhook ARN.</p>
|
|
3751
|
+
* @public
|
|
3641
3752
|
*/
|
|
3642
3753
|
export interface ListWebhookItem {
|
|
3643
3754
|
/**
|
|
3644
|
-
* @public
|
|
3645
3755
|
* <p>The detail returned for each webhook, such as the webhook authentication type and
|
|
3646
3756
|
* filter rules.</p>
|
|
3757
|
+
* @public
|
|
3647
3758
|
*/
|
|
3648
3759
|
definition: WebhookDefinition | undefined;
|
|
3649
3760
|
/**
|
|
3650
|
-
* @public
|
|
3651
3761
|
* <p>A unique URL generated by CodePipeline. When a POST request is made to this
|
|
3652
3762
|
* URL, the defined pipeline is started as long as the body of the post request satisfies
|
|
3653
3763
|
* the defined authentication and filtering conditions. Deleting and re-creating a webhook
|
|
3654
3764
|
* makes the old URL invalid and generates a new one.</p>
|
|
3765
|
+
* @public
|
|
3655
3766
|
*/
|
|
3656
3767
|
url: string | undefined;
|
|
3657
3768
|
/**
|
|
3658
|
-
* @public
|
|
3659
3769
|
* <p>The text of the error message about the webhook.</p>
|
|
3770
|
+
* @public
|
|
3660
3771
|
*/
|
|
3661
3772
|
errorMessage?: string;
|
|
3662
3773
|
/**
|
|
3663
|
-
* @public
|
|
3664
3774
|
* <p>The number code of the error.</p>
|
|
3775
|
+
* @public
|
|
3665
3776
|
*/
|
|
3666
3777
|
errorCode?: string;
|
|
3667
3778
|
/**
|
|
3668
|
-
* @public
|
|
3669
3779
|
* <p>The date and time a webhook was last successfully triggered, in timestamp
|
|
3670
3780
|
* format.</p>
|
|
3781
|
+
* @public
|
|
3671
3782
|
*/
|
|
3672
3783
|
lastTriggered?: Date;
|
|
3673
3784
|
/**
|
|
3674
|
-
* @public
|
|
3675
3785
|
* <p>The Amazon Resource Name (ARN) of the webhook.</p>
|
|
3786
|
+
* @public
|
|
3676
3787
|
*/
|
|
3677
3788
|
arn?: string;
|
|
3678
3789
|
/**
|
|
3679
|
-
* @public
|
|
3680
3790
|
* <p>Specifies the tags applied to the webhook.</p>
|
|
3791
|
+
* @public
|
|
3681
3792
|
*/
|
|
3682
3793
|
tags?: Tag[];
|
|
3683
3794
|
}
|
|
@@ -3686,173 +3797,173 @@ export interface ListWebhookItem {
|
|
|
3686
3797
|
*/
|
|
3687
3798
|
export interface ListWebhooksOutput {
|
|
3688
3799
|
/**
|
|
3689
|
-
* @public
|
|
3690
3800
|
* <p>The JSON detail returned for each webhook in the list output for the ListWebhooks
|
|
3691
3801
|
* call.</p>
|
|
3802
|
+
* @public
|
|
3692
3803
|
*/
|
|
3693
3804
|
webhooks?: ListWebhookItem[];
|
|
3694
3805
|
/**
|
|
3695
|
-
* @public
|
|
3696
3806
|
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
3697
3807
|
* returned and can be used in a subsequent ListWebhooks call to return the next set of
|
|
3698
3808
|
* webhooks in the list. </p>
|
|
3809
|
+
* @public
|
|
3699
3810
|
*/
|
|
3700
3811
|
NextToken?: string;
|
|
3701
3812
|
}
|
|
3702
3813
|
/**
|
|
3703
|
-
* @public
|
|
3704
3814
|
* <p>Represents the input of a <code>PollForJobs</code> action.</p>
|
|
3815
|
+
* @public
|
|
3705
3816
|
*/
|
|
3706
3817
|
export interface PollForJobsInput {
|
|
3707
3818
|
/**
|
|
3708
|
-
* @public
|
|
3709
3819
|
* <p>Represents information about an action type.</p>
|
|
3820
|
+
* @public
|
|
3710
3821
|
*/
|
|
3711
3822
|
actionTypeId: ActionTypeId | undefined;
|
|
3712
3823
|
/**
|
|
3713
|
-
* @public
|
|
3714
3824
|
* <p>The maximum number of jobs to return in a poll for jobs call.</p>
|
|
3825
|
+
* @public
|
|
3715
3826
|
*/
|
|
3716
3827
|
maxBatchSize?: number;
|
|
3717
3828
|
/**
|
|
3718
|
-
* @public
|
|
3719
3829
|
* <p>A map of property names and values. For an action type with no queryable
|
|
3720
3830
|
* properties, this value must be null or an empty map. For an action type with a queryable
|
|
3721
3831
|
* property, you must supply that property as a key in the map. Only jobs whose action
|
|
3722
3832
|
* configuration matches the mapped value are returned.</p>
|
|
3833
|
+
* @public
|
|
3723
3834
|
*/
|
|
3724
3835
|
queryParam?: Record<string, string>;
|
|
3725
3836
|
}
|
|
3726
3837
|
/**
|
|
3727
|
-
* @public
|
|
3728
3838
|
* <p>Represents information about a job.</p>
|
|
3839
|
+
* @public
|
|
3729
3840
|
*/
|
|
3730
3841
|
export interface Job {
|
|
3731
3842
|
/**
|
|
3732
|
-
* @public
|
|
3733
3843
|
* <p>The unique system-generated ID of the job.</p>
|
|
3844
|
+
* @public
|
|
3734
3845
|
*/
|
|
3735
3846
|
id?: string;
|
|
3736
3847
|
/**
|
|
3737
|
-
* @public
|
|
3738
3848
|
* <p>Other data about a job.</p>
|
|
3849
|
+
* @public
|
|
3739
3850
|
*/
|
|
3740
3851
|
data?: JobData;
|
|
3741
3852
|
/**
|
|
3742
|
-
* @public
|
|
3743
3853
|
* <p>A system-generated random number that CodePipeline uses to ensure that the
|
|
3744
3854
|
* job is being worked on by only one job worker. Use this number in an <a>AcknowledgeJob</a> request.</p>
|
|
3855
|
+
* @public
|
|
3745
3856
|
*/
|
|
3746
3857
|
nonce?: string;
|
|
3747
3858
|
/**
|
|
3748
|
-
* @public
|
|
3749
3859
|
* <p>The ID of the Amazon Web Services account to use when performing the job.</p>
|
|
3860
|
+
* @public
|
|
3750
3861
|
*/
|
|
3751
3862
|
accountId?: string;
|
|
3752
3863
|
}
|
|
3753
3864
|
/**
|
|
3754
|
-
* @public
|
|
3755
3865
|
* <p>Represents the output of a <code>PollForJobs</code> action.</p>
|
|
3866
|
+
* @public
|
|
3756
3867
|
*/
|
|
3757
3868
|
export interface PollForJobsOutput {
|
|
3758
3869
|
/**
|
|
3759
|
-
* @public
|
|
3760
3870
|
* <p>Information about the jobs to take action on.</p>
|
|
3871
|
+
* @public
|
|
3761
3872
|
*/
|
|
3762
3873
|
jobs?: Job[];
|
|
3763
3874
|
}
|
|
3764
3875
|
/**
|
|
3765
|
-
* @public
|
|
3766
3876
|
* <p>Represents the input of a <code>PollForThirdPartyJobs</code> action.</p>
|
|
3877
|
+
* @public
|
|
3767
3878
|
*/
|
|
3768
3879
|
export interface PollForThirdPartyJobsInput {
|
|
3769
3880
|
/**
|
|
3770
|
-
* @public
|
|
3771
3881
|
* <p>Represents information about an action type.</p>
|
|
3882
|
+
* @public
|
|
3772
3883
|
*/
|
|
3773
3884
|
actionTypeId: ActionTypeId | undefined;
|
|
3774
3885
|
/**
|
|
3775
|
-
* @public
|
|
3776
3886
|
* <p>The maximum number of jobs to return in a poll for jobs call.</p>
|
|
3887
|
+
* @public
|
|
3777
3888
|
*/
|
|
3778
3889
|
maxBatchSize?: number;
|
|
3779
3890
|
}
|
|
3780
3891
|
/**
|
|
3781
|
-
* @public
|
|
3782
3892
|
* <p>A response to a <code>PollForThirdPartyJobs</code> request returned by CodePipeline when there is a job to be worked on by a partner action.</p>
|
|
3893
|
+
* @public
|
|
3783
3894
|
*/
|
|
3784
3895
|
export interface ThirdPartyJob {
|
|
3785
3896
|
/**
|
|
3786
|
-
* @public
|
|
3787
3897
|
* <p>The <code>clientToken</code> portion of the <code>clientId</code> and
|
|
3788
3898
|
* <code>clientToken</code> pair used to verify that the calling entity is allowed
|
|
3789
3899
|
* access to the job and its details.</p>
|
|
3900
|
+
* @public
|
|
3790
3901
|
*/
|
|
3791
3902
|
clientId?: string;
|
|
3792
3903
|
/**
|
|
3793
|
-
* @public
|
|
3794
3904
|
* <p>The identifier used to identify the job in CodePipeline.</p>
|
|
3905
|
+
* @public
|
|
3795
3906
|
*/
|
|
3796
3907
|
jobId?: string;
|
|
3797
3908
|
}
|
|
3798
3909
|
/**
|
|
3799
|
-
* @public
|
|
3800
3910
|
* <p>Represents the output of a <code>PollForThirdPartyJobs</code> action.</p>
|
|
3911
|
+
* @public
|
|
3801
3912
|
*/
|
|
3802
3913
|
export interface PollForThirdPartyJobsOutput {
|
|
3803
3914
|
/**
|
|
3804
|
-
* @public
|
|
3805
3915
|
* <p>Information about the jobs to take action on.</p>
|
|
3916
|
+
* @public
|
|
3806
3917
|
*/
|
|
3807
3918
|
jobs?: ThirdPartyJob[];
|
|
3808
3919
|
}
|
|
3809
3920
|
/**
|
|
3810
|
-
* @public
|
|
3811
3921
|
* <p>Represents the input of a <code>PutActionRevision</code> action.</p>
|
|
3922
|
+
* @public
|
|
3812
3923
|
*/
|
|
3813
3924
|
export interface PutActionRevisionInput {
|
|
3814
3925
|
/**
|
|
3815
|
-
* @public
|
|
3816
3926
|
* <p>The name of the pipeline that starts processing the revision to the
|
|
3817
3927
|
* source.</p>
|
|
3928
|
+
* @public
|
|
3818
3929
|
*/
|
|
3819
3930
|
pipelineName: string | undefined;
|
|
3820
3931
|
/**
|
|
3821
|
-
* @public
|
|
3822
3932
|
* <p>The name of the stage that contains the action that acts on the revision.</p>
|
|
3933
|
+
* @public
|
|
3823
3934
|
*/
|
|
3824
3935
|
stageName: string | undefined;
|
|
3825
3936
|
/**
|
|
3826
|
-
* @public
|
|
3827
3937
|
* <p>The name of the action that processes the revision.</p>
|
|
3938
|
+
* @public
|
|
3828
3939
|
*/
|
|
3829
3940
|
actionName: string | undefined;
|
|
3830
3941
|
/**
|
|
3831
|
-
* @public
|
|
3832
3942
|
* <p>Represents information about the version (or revision) of an action.</p>
|
|
3943
|
+
* @public
|
|
3833
3944
|
*/
|
|
3834
3945
|
actionRevision: ActionRevision | undefined;
|
|
3835
3946
|
}
|
|
3836
3947
|
/**
|
|
3837
|
-
* @public
|
|
3838
3948
|
* <p>Represents the output of a <code>PutActionRevision</code> action.</p>
|
|
3949
|
+
* @public
|
|
3839
3950
|
*/
|
|
3840
3951
|
export interface PutActionRevisionOutput {
|
|
3841
3952
|
/**
|
|
3842
|
-
* @public
|
|
3843
3953
|
* <p>Indicates whether the artifact revision was previously used in an execution of the
|
|
3844
3954
|
* specified pipeline.</p>
|
|
3955
|
+
* @public
|
|
3845
3956
|
*/
|
|
3846
3957
|
newRevision?: boolean;
|
|
3847
3958
|
/**
|
|
3848
|
-
* @public
|
|
3849
3959
|
* <p>The ID of the current workflow state of the pipeline.</p>
|
|
3960
|
+
* @public
|
|
3850
3961
|
*/
|
|
3851
3962
|
pipelineExecutionId?: string;
|
|
3852
3963
|
}
|
|
3853
3964
|
/**
|
|
3854
|
-
* @public
|
|
3855
3965
|
* <p>The approval request already received a response or has expired.</p>
|
|
3966
|
+
* @public
|
|
3856
3967
|
*/
|
|
3857
3968
|
export declare class InvalidApprovalTokenException extends __BaseException {
|
|
3858
3969
|
readonly name: "InvalidApprovalTokenException";
|
|
@@ -3863,52 +3974,52 @@ export declare class InvalidApprovalTokenException extends __BaseException {
|
|
|
3863
3974
|
constructor(opts: __ExceptionOptionType<InvalidApprovalTokenException, __BaseException>);
|
|
3864
3975
|
}
|
|
3865
3976
|
/**
|
|
3866
|
-
* @public
|
|
3867
3977
|
* <p>Represents the input of a <code>PutApprovalResult</code> action.</p>
|
|
3978
|
+
* @public
|
|
3868
3979
|
*/
|
|
3869
3980
|
export interface PutApprovalResultInput {
|
|
3870
3981
|
/**
|
|
3871
|
-
* @public
|
|
3872
3982
|
* <p>The name of the pipeline that contains the action. </p>
|
|
3983
|
+
* @public
|
|
3873
3984
|
*/
|
|
3874
3985
|
pipelineName: string | undefined;
|
|
3875
3986
|
/**
|
|
3876
|
-
* @public
|
|
3877
3987
|
* <p>The name of the stage that contains the action.</p>
|
|
3988
|
+
* @public
|
|
3878
3989
|
*/
|
|
3879
3990
|
stageName: string | undefined;
|
|
3880
3991
|
/**
|
|
3881
|
-
* @public
|
|
3882
3992
|
* <p>The name of the action for which approval is requested.</p>
|
|
3993
|
+
* @public
|
|
3883
3994
|
*/
|
|
3884
3995
|
actionName: string | undefined;
|
|
3885
3996
|
/**
|
|
3886
|
-
* @public
|
|
3887
3997
|
* <p>Represents information about the result of the approval request.</p>
|
|
3998
|
+
* @public
|
|
3888
3999
|
*/
|
|
3889
4000
|
result: ApprovalResult | undefined;
|
|
3890
4001
|
/**
|
|
3891
|
-
* @public
|
|
3892
4002
|
* <p>The system-generated token used to identify a unique approval request. The token
|
|
3893
4003
|
* for each open approval request can be obtained using the <a>GetPipelineState</a> action. It is used to validate that the approval
|
|
3894
4004
|
* request corresponding to this token is still valid.</p>
|
|
4005
|
+
* @public
|
|
3895
4006
|
*/
|
|
3896
4007
|
token: string | undefined;
|
|
3897
4008
|
}
|
|
3898
4009
|
/**
|
|
3899
|
-
* @public
|
|
3900
4010
|
* <p>Represents the output of a <code>PutApprovalResult</code> action.</p>
|
|
4011
|
+
* @public
|
|
3901
4012
|
*/
|
|
3902
4013
|
export interface PutApprovalResultOutput {
|
|
3903
4014
|
/**
|
|
3904
|
-
* @public
|
|
3905
4015
|
* <p>The timestamp showing when the approval or rejection was submitted.</p>
|
|
4016
|
+
* @public
|
|
3906
4017
|
*/
|
|
3907
4018
|
approvedAt?: Date;
|
|
3908
4019
|
}
|
|
3909
4020
|
/**
|
|
3910
|
-
* @public
|
|
3911
4021
|
* <p>The job state was specified in an invalid format.</p>
|
|
4022
|
+
* @public
|
|
3912
4023
|
*/
|
|
3913
4024
|
export declare class InvalidJobStateException extends __BaseException {
|
|
3914
4025
|
readonly name: "InvalidJobStateException";
|
|
@@ -3935,46 +4046,46 @@ export declare const FailureType: {
|
|
|
3935
4046
|
*/
|
|
3936
4047
|
export type FailureType = (typeof FailureType)[keyof typeof FailureType];
|
|
3937
4048
|
/**
|
|
3938
|
-
* @public
|
|
3939
4049
|
* <p>Represents information about failure details.</p>
|
|
4050
|
+
* @public
|
|
3940
4051
|
*/
|
|
3941
4052
|
export interface FailureDetails {
|
|
3942
4053
|
/**
|
|
3943
|
-
* @public
|
|
3944
4054
|
* <p>The type of the failure.</p>
|
|
4055
|
+
* @public
|
|
3945
4056
|
*/
|
|
3946
4057
|
type: FailureType | undefined;
|
|
3947
4058
|
/**
|
|
3948
|
-
* @public
|
|
3949
4059
|
* <p>The message about the failure.</p>
|
|
4060
|
+
* @public
|
|
3950
4061
|
*/
|
|
3951
4062
|
message: string | undefined;
|
|
3952
4063
|
/**
|
|
3953
|
-
* @public
|
|
3954
4064
|
* <p>The external ID of the run of the action that failed.</p>
|
|
4065
|
+
* @public
|
|
3955
4066
|
*/
|
|
3956
4067
|
externalExecutionId?: string;
|
|
3957
4068
|
}
|
|
3958
4069
|
/**
|
|
3959
|
-
* @public
|
|
3960
4070
|
* <p>Represents the input of a <code>PutJobFailureResult</code> action.</p>
|
|
4071
|
+
* @public
|
|
3961
4072
|
*/
|
|
3962
4073
|
export interface PutJobFailureResultInput {
|
|
3963
4074
|
/**
|
|
3964
|
-
* @public
|
|
3965
4075
|
* <p>The unique system-generated ID of the job that failed. This is the same ID returned
|
|
3966
4076
|
* from <code>PollForJobs</code>.</p>
|
|
4077
|
+
* @public
|
|
3967
4078
|
*/
|
|
3968
4079
|
jobId: string | undefined;
|
|
3969
4080
|
/**
|
|
3970
|
-
* @public
|
|
3971
4081
|
* <p>The details about the failure of a job.</p>
|
|
4082
|
+
* @public
|
|
3972
4083
|
*/
|
|
3973
4084
|
failureDetails: FailureDetails | undefined;
|
|
3974
4085
|
}
|
|
3975
4086
|
/**
|
|
3976
|
-
* @public
|
|
3977
4087
|
* <p>Exceeded the total size limit for all variables in the pipeline.</p>
|
|
4088
|
+
* @public
|
|
3978
4089
|
*/
|
|
3979
4090
|
export declare class OutputVariablesSizeExceededException extends __BaseException {
|
|
3980
4091
|
readonly name: "OutputVariablesSizeExceededException";
|
|
@@ -3985,162 +4096,162 @@ export declare class OutputVariablesSizeExceededException extends __BaseExceptio
|
|
|
3985
4096
|
constructor(opts: __ExceptionOptionType<OutputVariablesSizeExceededException, __BaseException>);
|
|
3986
4097
|
}
|
|
3987
4098
|
/**
|
|
3988
|
-
* @public
|
|
3989
4099
|
* <p>Represents information about a current revision.</p>
|
|
4100
|
+
* @public
|
|
3990
4101
|
*/
|
|
3991
4102
|
export interface CurrentRevision {
|
|
3992
4103
|
/**
|
|
3993
|
-
* @public
|
|
3994
4104
|
* <p>The revision ID of the current version of an artifact.</p>
|
|
4105
|
+
* @public
|
|
3995
4106
|
*/
|
|
3996
4107
|
revision: string | undefined;
|
|
3997
4108
|
/**
|
|
3998
|
-
* @public
|
|
3999
4109
|
* <p>The change identifier for the current revision.</p>
|
|
4110
|
+
* @public
|
|
4000
4111
|
*/
|
|
4001
4112
|
changeIdentifier: string | undefined;
|
|
4002
4113
|
/**
|
|
4003
|
-
* @public
|
|
4004
4114
|
* <p>The date and time when the most recent revision of the artifact was created, in
|
|
4005
4115
|
* timestamp format.</p>
|
|
4116
|
+
* @public
|
|
4006
4117
|
*/
|
|
4007
4118
|
created?: Date;
|
|
4008
4119
|
/**
|
|
4009
|
-
* @public
|
|
4010
4120
|
* <p>The summary of the most recent revision of the artifact.</p>
|
|
4121
|
+
* @public
|
|
4011
4122
|
*/
|
|
4012
4123
|
revisionSummary?: string;
|
|
4013
4124
|
}
|
|
4014
4125
|
/**
|
|
4015
|
-
* @public
|
|
4016
4126
|
* <p>The details of the actions taken and results produced on an artifact as it passes
|
|
4017
4127
|
* through stages in the pipeline.</p>
|
|
4128
|
+
* @public
|
|
4018
4129
|
*/
|
|
4019
4130
|
export interface ExecutionDetails {
|
|
4020
4131
|
/**
|
|
4021
|
-
* @public
|
|
4022
4132
|
* <p>The summary of the current status of the actions.</p>
|
|
4133
|
+
* @public
|
|
4023
4134
|
*/
|
|
4024
4135
|
summary?: string;
|
|
4025
4136
|
/**
|
|
4026
|
-
* @public
|
|
4027
4137
|
* <p>The system-generated unique ID of this action used to identify this job worker in
|
|
4028
4138
|
* any external systems, such as CodeDeploy.</p>
|
|
4139
|
+
* @public
|
|
4029
4140
|
*/
|
|
4030
4141
|
externalExecutionId?: string;
|
|
4031
4142
|
/**
|
|
4032
|
-
* @public
|
|
4033
4143
|
* <p>The percentage of work completed on the action, represented on a scale of 0 to 100
|
|
4034
4144
|
* percent.</p>
|
|
4145
|
+
* @public
|
|
4035
4146
|
*/
|
|
4036
4147
|
percentComplete?: number;
|
|
4037
4148
|
}
|
|
4038
4149
|
/**
|
|
4039
|
-
* @public
|
|
4040
4150
|
* <p>Represents the input of a <code>PutJobSuccessResult</code> action.</p>
|
|
4151
|
+
* @public
|
|
4041
4152
|
*/
|
|
4042
4153
|
export interface PutJobSuccessResultInput {
|
|
4043
4154
|
/**
|
|
4044
|
-
* @public
|
|
4045
4155
|
* <p>The unique system-generated ID of the job that succeeded. This is the same ID
|
|
4046
4156
|
* returned from <code>PollForJobs</code>.</p>
|
|
4157
|
+
* @public
|
|
4047
4158
|
*/
|
|
4048
4159
|
jobId: string | undefined;
|
|
4049
4160
|
/**
|
|
4050
|
-
* @public
|
|
4051
4161
|
* <p>The ID of the current revision of the artifact successfully worked on by the
|
|
4052
4162
|
* job.</p>
|
|
4163
|
+
* @public
|
|
4053
4164
|
*/
|
|
4054
4165
|
currentRevision?: CurrentRevision;
|
|
4055
4166
|
/**
|
|
4056
|
-
* @public
|
|
4057
4167
|
* <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
|
|
4058
4168
|
* successful job provides to identify a custom action in progress. Future jobs use this
|
|
4059
4169
|
* token to identify the running instance of the action. It can be reused to return more
|
|
4060
4170
|
* information about the progress of the custom action. When the action is complete, no
|
|
4061
4171
|
* continuation token should be supplied.</p>
|
|
4172
|
+
* @public
|
|
4062
4173
|
*/
|
|
4063
4174
|
continuationToken?: string;
|
|
4064
4175
|
/**
|
|
4065
|
-
* @public
|
|
4066
4176
|
* <p>The execution details of the successful job, such as the actions taken by the job
|
|
4067
4177
|
* worker.</p>
|
|
4178
|
+
* @public
|
|
4068
4179
|
*/
|
|
4069
4180
|
executionDetails?: ExecutionDetails;
|
|
4070
4181
|
/**
|
|
4071
|
-
* @public
|
|
4072
4182
|
* <p>Key-value pairs produced as output by a job worker that can be made available to a
|
|
4073
4183
|
* downstream action configuration. <code>outputVariables</code> can be included only when
|
|
4074
4184
|
* there is no continuation token on the request.</p>
|
|
4185
|
+
* @public
|
|
4075
4186
|
*/
|
|
4076
4187
|
outputVariables?: Record<string, string>;
|
|
4077
4188
|
}
|
|
4078
4189
|
/**
|
|
4079
|
-
* @public
|
|
4080
4190
|
* <p>Represents the input of a <code>PutThirdPartyJobFailureResult</code>
|
|
4081
4191
|
* action.</p>
|
|
4192
|
+
* @public
|
|
4082
4193
|
*/
|
|
4083
4194
|
export interface PutThirdPartyJobFailureResultInput {
|
|
4084
4195
|
/**
|
|
4085
|
-
* @public
|
|
4086
4196
|
* <p>The ID of the job that failed. This is the same ID returned from
|
|
4087
4197
|
* <code>PollForThirdPartyJobs</code>.</p>
|
|
4198
|
+
* @public
|
|
4088
4199
|
*/
|
|
4089
4200
|
jobId: string | undefined;
|
|
4090
4201
|
/**
|
|
4091
|
-
* @public
|
|
4092
4202
|
* <p>The clientToken portion of the clientId and clientToken pair used to verify that
|
|
4093
4203
|
* the calling entity is allowed access to the job and its details.</p>
|
|
4204
|
+
* @public
|
|
4094
4205
|
*/
|
|
4095
4206
|
clientToken: string | undefined;
|
|
4096
4207
|
/**
|
|
4097
|
-
* @public
|
|
4098
4208
|
* <p>Represents information about failure details.</p>
|
|
4209
|
+
* @public
|
|
4099
4210
|
*/
|
|
4100
4211
|
failureDetails: FailureDetails | undefined;
|
|
4101
4212
|
}
|
|
4102
4213
|
/**
|
|
4103
|
-
* @public
|
|
4104
4214
|
* <p>Represents the input of a <code>PutThirdPartyJobSuccessResult</code>
|
|
4105
4215
|
* action.</p>
|
|
4216
|
+
* @public
|
|
4106
4217
|
*/
|
|
4107
4218
|
export interface PutThirdPartyJobSuccessResultInput {
|
|
4108
4219
|
/**
|
|
4109
|
-
* @public
|
|
4110
4220
|
* <p>The ID of the job that successfully completed. This is the same ID returned from
|
|
4111
4221
|
* <code>PollForThirdPartyJobs</code>.</p>
|
|
4222
|
+
* @public
|
|
4112
4223
|
*/
|
|
4113
4224
|
jobId: string | undefined;
|
|
4114
4225
|
/**
|
|
4115
|
-
* @public
|
|
4116
4226
|
* <p>The clientToken portion of the clientId and clientToken pair used to verify that
|
|
4117
4227
|
* the calling entity is allowed access to the job and its details.</p>
|
|
4228
|
+
* @public
|
|
4118
4229
|
*/
|
|
4119
4230
|
clientToken: string | undefined;
|
|
4120
4231
|
/**
|
|
4121
|
-
* @public
|
|
4122
4232
|
* <p>Represents information about a current revision.</p>
|
|
4233
|
+
* @public
|
|
4123
4234
|
*/
|
|
4124
4235
|
currentRevision?: CurrentRevision;
|
|
4125
4236
|
/**
|
|
4126
|
-
* @public
|
|
4127
4237
|
* <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
|
|
4128
4238
|
* successful job provides to identify a partner action in progress. Future jobs use this
|
|
4129
4239
|
* token to identify the running instance of the action. It can be reused to return more
|
|
4130
4240
|
* information about the progress of the partner action. When the action is complete, no
|
|
4131
4241
|
* continuation token should be supplied.</p>
|
|
4242
|
+
* @public
|
|
4132
4243
|
*/
|
|
4133
4244
|
continuationToken?: string;
|
|
4134
4245
|
/**
|
|
4135
|
-
* @public
|
|
4136
4246
|
* <p>The details of the actions taken and results produced on an artifact as it passes
|
|
4137
4247
|
* through stages in the pipeline. </p>
|
|
4248
|
+
* @public
|
|
4138
4249
|
*/
|
|
4139
4250
|
executionDetails?: ExecutionDetails;
|
|
4140
4251
|
}
|
|
4141
4252
|
/**
|
|
4142
|
-
* @public
|
|
4143
4253
|
* <p>The specified authentication type is in an invalid format.</p>
|
|
4254
|
+
* @public
|
|
4144
4255
|
*/
|
|
4145
4256
|
export declare class InvalidWebhookAuthenticationParametersException extends __BaseException {
|
|
4146
4257
|
readonly name: "InvalidWebhookAuthenticationParametersException";
|
|
@@ -4151,8 +4262,8 @@ export declare class InvalidWebhookAuthenticationParametersException extends __B
|
|
|
4151
4262
|
constructor(opts: __ExceptionOptionType<InvalidWebhookAuthenticationParametersException, __BaseException>);
|
|
4152
4263
|
}
|
|
4153
4264
|
/**
|
|
4154
|
-
* @public
|
|
4155
4265
|
* <p>The specified event filter rule is in an invalid format.</p>
|
|
4266
|
+
* @public
|
|
4156
4267
|
*/
|
|
4157
4268
|
export declare class InvalidWebhookFilterPatternException extends __BaseException {
|
|
4158
4269
|
readonly name: "InvalidWebhookFilterPatternException";
|
|
@@ -4167,16 +4278,16 @@ export declare class InvalidWebhookFilterPatternException extends __BaseExceptio
|
|
|
4167
4278
|
*/
|
|
4168
4279
|
export interface PutWebhookInput {
|
|
4169
4280
|
/**
|
|
4170
|
-
* @public
|
|
4171
4281
|
* <p>The detail provided in an input file to create the webhook, such as the webhook
|
|
4172
4282
|
* name, the pipeline name, and the action name. Give the webhook a unique name that helps
|
|
4173
4283
|
* you identify it. You might name the webhook after the pipeline and action it targets so
|
|
4174
4284
|
* that you can easily recognize what it's used for later.</p>
|
|
4285
|
+
* @public
|
|
4175
4286
|
*/
|
|
4176
4287
|
webhook: WebhookDefinition | undefined;
|
|
4177
4288
|
/**
|
|
4178
|
-
* @public
|
|
4179
4289
|
* <p>The tags for the webhook.</p>
|
|
4290
|
+
* @public
|
|
4180
4291
|
*/
|
|
4181
4292
|
tags?: Tag[];
|
|
4182
4293
|
}
|
|
@@ -4185,9 +4296,9 @@ export interface PutWebhookInput {
|
|
|
4185
4296
|
*/
|
|
4186
4297
|
export interface PutWebhookOutput {
|
|
4187
4298
|
/**
|
|
4188
|
-
* @public
|
|
4189
4299
|
* <p>The detail returned from creating the webhook, such as the webhook name, webhook
|
|
4190
4300
|
* URL, and webhook ARN.</p>
|
|
4301
|
+
* @public
|
|
4191
4302
|
*/
|
|
4192
4303
|
webhook?: ListWebhookItem;
|
|
4193
4304
|
}
|
|
@@ -4196,9 +4307,9 @@ export interface PutWebhookOutput {
|
|
|
4196
4307
|
*/
|
|
4197
4308
|
export interface RegisterWebhookWithThirdPartyInput {
|
|
4198
4309
|
/**
|
|
4199
|
-
* @public
|
|
4200
4310
|
* <p>The name of an existing webhook created with PutWebhook to register with a
|
|
4201
4311
|
* supported third party. </p>
|
|
4312
|
+
* @public
|
|
4202
4313
|
*/
|
|
4203
4314
|
webhookName?: string;
|
|
4204
4315
|
}
|
|
@@ -4208,9 +4319,9 @@ export interface RegisterWebhookWithThirdPartyInput {
|
|
|
4208
4319
|
export interface RegisterWebhookWithThirdPartyOutput {
|
|
4209
4320
|
}
|
|
4210
4321
|
/**
|
|
4211
|
-
* @public
|
|
4212
4322
|
* <p>Your request cannot be handled because the pipeline is busy handling ongoing
|
|
4213
4323
|
* activities. Try again later.</p>
|
|
4324
|
+
* @public
|
|
4214
4325
|
*/
|
|
4215
4326
|
export declare class ConflictException extends __BaseException {
|
|
4216
4327
|
readonly name: "ConflictException";
|
|
@@ -4221,10 +4332,10 @@ export declare class ConflictException extends __BaseException {
|
|
|
4221
4332
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
4222
4333
|
}
|
|
4223
4334
|
/**
|
|
4224
|
-
* @public
|
|
4225
4335
|
* <p>The stage has failed in a later run of the pipeline and the
|
|
4226
4336
|
* <code>pipelineExecutionId</code> associated with the request is out of
|
|
4227
4337
|
* date.</p>
|
|
4338
|
+
* @public
|
|
4228
4339
|
*/
|
|
4229
4340
|
export declare class NotLatestPipelineExecutionException extends __BaseException {
|
|
4230
4341
|
readonly name: "NotLatestPipelineExecutionException";
|
|
@@ -4247,48 +4358,48 @@ export declare const StageRetryMode: {
|
|
|
4247
4358
|
*/
|
|
4248
4359
|
export type StageRetryMode = (typeof StageRetryMode)[keyof typeof StageRetryMode];
|
|
4249
4360
|
/**
|
|
4250
|
-
* @public
|
|
4251
4361
|
* <p>Represents the input of a <code>RetryStageExecution</code> action.</p>
|
|
4362
|
+
* @public
|
|
4252
4363
|
*/
|
|
4253
4364
|
export interface RetryStageExecutionInput {
|
|
4254
4365
|
/**
|
|
4255
|
-
* @public
|
|
4256
4366
|
* <p>The name of the pipeline that contains the failed stage.</p>
|
|
4367
|
+
* @public
|
|
4257
4368
|
*/
|
|
4258
4369
|
pipelineName: string | undefined;
|
|
4259
4370
|
/**
|
|
4260
|
-
* @public
|
|
4261
4371
|
* <p>The name of the failed stage to be retried.</p>
|
|
4372
|
+
* @public
|
|
4262
4373
|
*/
|
|
4263
4374
|
stageName: string | undefined;
|
|
4264
4375
|
/**
|
|
4265
|
-
* @public
|
|
4266
4376
|
* <p>The ID of the pipeline execution in the failed stage to be retried. Use the <a>GetPipelineState</a> action to retrieve the current pipelineExecutionId of
|
|
4267
4377
|
* the failed stage</p>
|
|
4378
|
+
* @public
|
|
4268
4379
|
*/
|
|
4269
4380
|
pipelineExecutionId: string | undefined;
|
|
4270
4381
|
/**
|
|
4271
|
-
* @public
|
|
4272
4382
|
* <p>The scope of the retry attempt.</p>
|
|
4383
|
+
* @public
|
|
4273
4384
|
*/
|
|
4274
4385
|
retryMode: StageRetryMode | undefined;
|
|
4275
4386
|
}
|
|
4276
4387
|
/**
|
|
4277
|
-
* @public
|
|
4278
4388
|
* <p>Represents the output of a <code>RetryStageExecution</code> action.</p>
|
|
4389
|
+
* @public
|
|
4279
4390
|
*/
|
|
4280
4391
|
export interface RetryStageExecutionOutput {
|
|
4281
4392
|
/**
|
|
4282
|
-
* @public
|
|
4283
4393
|
* <p>The ID of the current workflow execution in the failed stage.</p>
|
|
4394
|
+
* @public
|
|
4284
4395
|
*/
|
|
4285
4396
|
pipelineExecutionId?: string;
|
|
4286
4397
|
}
|
|
4287
4398
|
/**
|
|
4288
|
-
* @public
|
|
4289
4399
|
* <p>Unable to retry. The pipeline structure or stage state might have changed while
|
|
4290
4400
|
* actions awaited retry, or the stage contains no failed
|
|
4291
4401
|
* actions.</p>
|
|
4402
|
+
* @public
|
|
4292
4403
|
*/
|
|
4293
4404
|
export declare class StageNotRetryableException extends __BaseException {
|
|
4294
4405
|
readonly name: "StageNotRetryableException";
|
|
@@ -4299,8 +4410,65 @@ export declare class StageNotRetryableException extends __BaseException {
|
|
|
4299
4410
|
constructor(opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>);
|
|
4300
4411
|
}
|
|
4301
4412
|
/**
|
|
4413
|
+
* <p>The specified pipeline execution is outdated and cannot be used as a target pipeline execution for rollback.</p>
|
|
4414
|
+
* @public
|
|
4415
|
+
*/
|
|
4416
|
+
export declare class PipelineExecutionOutdatedException extends __BaseException {
|
|
4417
|
+
readonly name: "PipelineExecutionOutdatedException";
|
|
4418
|
+
readonly $fault: "client";
|
|
4419
|
+
/**
|
|
4420
|
+
* @internal
|
|
4421
|
+
*/
|
|
4422
|
+
constructor(opts: __ExceptionOptionType<PipelineExecutionOutdatedException, __BaseException>);
|
|
4423
|
+
}
|
|
4424
|
+
/**
|
|
4425
|
+
* @public
|
|
4426
|
+
*/
|
|
4427
|
+
export interface RollbackStageInput {
|
|
4428
|
+
/**
|
|
4429
|
+
* <p>The name of the pipeline for which the stage will be rolled back. </p>
|
|
4430
|
+
* @public
|
|
4431
|
+
*/
|
|
4432
|
+
pipelineName: string | undefined;
|
|
4433
|
+
/**
|
|
4434
|
+
* <p>The name of the stage in the pipeline to be rolled back. </p>
|
|
4435
|
+
* @public
|
|
4436
|
+
*/
|
|
4437
|
+
stageName: string | undefined;
|
|
4438
|
+
/**
|
|
4439
|
+
* <p>The pipeline execution ID for the stage to be rolled back to. </p>
|
|
4440
|
+
* @public
|
|
4441
|
+
*/
|
|
4442
|
+
targetPipelineExecutionId: string | undefined;
|
|
4443
|
+
}
|
|
4444
|
+
/**
|
|
4445
|
+
* @public
|
|
4446
|
+
*/
|
|
4447
|
+
export interface RollbackStageOutput {
|
|
4448
|
+
/**
|
|
4449
|
+
* <p>The execution ID of the pipeline execution for the stage that has been rolled
|
|
4450
|
+
* back.</p>
|
|
4451
|
+
* @public
|
|
4452
|
+
*/
|
|
4453
|
+
pipelineExecutionId: string | undefined;
|
|
4454
|
+
}
|
|
4455
|
+
/**
|
|
4456
|
+
* <p>Unable to roll back the stage. The cause might be if the pipeline version has changed
|
|
4457
|
+
* since the target pipeline execution was deployed, the stage is currently running, or an
|
|
4458
|
+
* incorrect target pipeline execution ID was provided.</p>
|
|
4302
4459
|
* @public
|
|
4460
|
+
*/
|
|
4461
|
+
export declare class UnableToRollbackStageException extends __BaseException {
|
|
4462
|
+
readonly name: "UnableToRollbackStageException";
|
|
4463
|
+
readonly $fault: "client";
|
|
4464
|
+
/**
|
|
4465
|
+
* @internal
|
|
4466
|
+
*/
|
|
4467
|
+
constructor(opts: __ExceptionOptionType<UnableToRollbackStageException, __BaseException>);
|
|
4468
|
+
}
|
|
4469
|
+
/**
|
|
4303
4470
|
* <p>The pipeline has reached the limit for concurrent pipeline executions.</p>
|
|
4471
|
+
* @public
|
|
4304
4472
|
*/
|
|
4305
4473
|
export declare class ConcurrentPipelineExecutionsLimitExceededException extends __BaseException {
|
|
4306
4474
|
readonly name: "ConcurrentPipelineExecutionsLimitExceededException";
|
|
@@ -4324,96 +4492,96 @@ export declare const SourceRevisionType: {
|
|
|
4324
4492
|
*/
|
|
4325
4493
|
export type SourceRevisionType = (typeof SourceRevisionType)[keyof typeof SourceRevisionType];
|
|
4326
4494
|
/**
|
|
4327
|
-
* @public
|
|
4328
4495
|
* <p>A list that allows you to specify, or override, the source revision for a pipeline
|
|
4329
4496
|
* execution that's being started. A source revision is the version with all the changes to
|
|
4330
4497
|
* your application code, or source artifact, for the pipeline execution.</p>
|
|
4498
|
+
* @public
|
|
4331
4499
|
*/
|
|
4332
4500
|
export interface SourceRevisionOverride {
|
|
4333
4501
|
/**
|
|
4334
|
-
* @public
|
|
4335
4502
|
* <p>The name of the action where the override will be applied.</p>
|
|
4503
|
+
* @public
|
|
4336
4504
|
*/
|
|
4337
4505
|
actionName: string | undefined;
|
|
4338
4506
|
/**
|
|
4339
|
-
* @public
|
|
4340
4507
|
* <p>The type of source revision, based on the source provider. For example, the revision
|
|
4341
4508
|
* type for the CodeCommit action provider is the commit ID.</p>
|
|
4509
|
+
* @public
|
|
4342
4510
|
*/
|
|
4343
4511
|
revisionType: SourceRevisionType | undefined;
|
|
4344
4512
|
/**
|
|
4345
|
-
* @public
|
|
4346
4513
|
* <p>The source revision, or version of your source artifact, with the changes that you
|
|
4347
4514
|
* want to run in the pipeline execution.</p>
|
|
4515
|
+
* @public
|
|
4348
4516
|
*/
|
|
4349
4517
|
revisionValue: string | undefined;
|
|
4350
4518
|
}
|
|
4351
4519
|
/**
|
|
4352
|
-
* @public
|
|
4353
4520
|
* <p>A pipeline-level variable used for a pipeline execution.</p>
|
|
4521
|
+
* @public
|
|
4354
4522
|
*/
|
|
4355
4523
|
export interface PipelineVariable {
|
|
4356
4524
|
/**
|
|
4357
|
-
* @public
|
|
4358
4525
|
* <p>The name of a pipeline-level variable.</p>
|
|
4526
|
+
* @public
|
|
4359
4527
|
*/
|
|
4360
4528
|
name: string | undefined;
|
|
4361
4529
|
/**
|
|
4362
|
-
* @public
|
|
4363
4530
|
* <p>The value of a pipeline-level variable.</p>
|
|
4531
|
+
* @public
|
|
4364
4532
|
*/
|
|
4365
4533
|
value: string | undefined;
|
|
4366
4534
|
}
|
|
4367
4535
|
/**
|
|
4368
|
-
* @public
|
|
4369
4536
|
* <p>Represents the input of a <code>StartPipelineExecution</code> action.</p>
|
|
4537
|
+
* @public
|
|
4370
4538
|
*/
|
|
4371
4539
|
export interface StartPipelineExecutionInput {
|
|
4372
4540
|
/**
|
|
4373
|
-
* @public
|
|
4374
4541
|
* <p>The name of the pipeline to start.</p>
|
|
4542
|
+
* @public
|
|
4375
4543
|
*/
|
|
4376
4544
|
name: string | undefined;
|
|
4377
4545
|
/**
|
|
4378
|
-
* @public
|
|
4379
4546
|
* <p>A list that overrides pipeline variables for a pipeline execution that's being
|
|
4380
4547
|
* started. Variable names must match <code>[A-Za-z0-9@\-_]+</code>, and the values can be
|
|
4381
4548
|
* anything except an empty string.</p>
|
|
4549
|
+
* @public
|
|
4382
4550
|
*/
|
|
4383
4551
|
variables?: PipelineVariable[];
|
|
4384
4552
|
/**
|
|
4385
|
-
* @public
|
|
4386
4553
|
* <p>The system-generated unique ID used to identify a unique execution
|
|
4387
4554
|
* request.</p>
|
|
4555
|
+
* @public
|
|
4388
4556
|
*/
|
|
4389
4557
|
clientRequestToken?: string;
|
|
4390
4558
|
/**
|
|
4391
|
-
* @public
|
|
4392
4559
|
* <p>A list that allows you to specify, or override, the source revision for a pipeline
|
|
4393
4560
|
* execution that's being started. A source revision is the version with all the changes to
|
|
4394
4561
|
* your application code, or source artifact, for the pipeline execution.</p>
|
|
4562
|
+
* @public
|
|
4395
4563
|
*/
|
|
4396
4564
|
sourceRevisions?: SourceRevisionOverride[];
|
|
4397
4565
|
}
|
|
4398
4566
|
/**
|
|
4399
|
-
* @public
|
|
4400
4567
|
* <p>Represents the output of a <code>StartPipelineExecution</code> action.</p>
|
|
4568
|
+
* @public
|
|
4401
4569
|
*/
|
|
4402
4570
|
export interface StartPipelineExecutionOutput {
|
|
4403
4571
|
/**
|
|
4404
|
-
* @public
|
|
4405
4572
|
* <p>The unique system-generated ID of the pipeline execution that was
|
|
4406
4573
|
* started.</p>
|
|
4574
|
+
* @public
|
|
4407
4575
|
*/
|
|
4408
4576
|
pipelineExecutionId?: string;
|
|
4409
4577
|
}
|
|
4410
4578
|
/**
|
|
4411
|
-
* @public
|
|
4412
4579
|
* <p>The pipeline execution is already in a <code>Stopping</code> state. If you already
|
|
4413
4580
|
* chose to stop and wait, you cannot make that request again. You can choose to stop and
|
|
4414
4581
|
* abandon now, but be aware that this option can lead to failed tasks or out of sequence
|
|
4415
4582
|
* tasks. If you already chose to stop and abandon, you cannot make that request
|
|
4416
4583
|
* again.</p>
|
|
4584
|
+
* @public
|
|
4417
4585
|
*/
|
|
4418
4586
|
export declare class DuplicatedStopRequestException extends __BaseException {
|
|
4419
4587
|
readonly name: "DuplicatedStopRequestException";
|
|
@@ -4424,9 +4592,9 @@ export declare class DuplicatedStopRequestException extends __BaseException {
|
|
|
4424
4592
|
constructor(opts: __ExceptionOptionType<DuplicatedStopRequestException, __BaseException>);
|
|
4425
4593
|
}
|
|
4426
4594
|
/**
|
|
4427
|
-
* @public
|
|
4428
4595
|
* <p>Unable to stop the pipeline execution. The execution might already be in a
|
|
4429
4596
|
* <code>Stopped</code> state, or it might no longer be in progress.</p>
|
|
4597
|
+
* @public
|
|
4430
4598
|
*/
|
|
4431
4599
|
export declare class PipelineExecutionNotStoppableException extends __BaseException {
|
|
4432
4600
|
readonly name: "PipelineExecutionNotStoppableException";
|
|
@@ -4441,29 +4609,29 @@ export declare class PipelineExecutionNotStoppableException extends __BaseExcept
|
|
|
4441
4609
|
*/
|
|
4442
4610
|
export interface StopPipelineExecutionInput {
|
|
4443
4611
|
/**
|
|
4444
|
-
* @public
|
|
4445
4612
|
* <p>The name of the pipeline to stop.</p>
|
|
4613
|
+
* @public
|
|
4446
4614
|
*/
|
|
4447
4615
|
pipelineName: string | undefined;
|
|
4448
4616
|
/**
|
|
4449
|
-
* @public
|
|
4450
4617
|
* <p>The ID of the pipeline execution to be stopped in the current stage. Use the
|
|
4451
4618
|
* <code>GetPipelineState</code> action to retrieve the current
|
|
4452
4619
|
* pipelineExecutionId.</p>
|
|
4620
|
+
* @public
|
|
4453
4621
|
*/
|
|
4454
4622
|
pipelineExecutionId: string | undefined;
|
|
4455
4623
|
/**
|
|
4456
|
-
* @public
|
|
4457
4624
|
* <p>Use this option to stop the pipeline execution by abandoning, rather than finishing,
|
|
4458
4625
|
* in-progress actions.</p>
|
|
4459
4626
|
* <note>
|
|
4460
4627
|
* <p>This option can lead to failed or out-of-sequence tasks.</p>
|
|
4461
4628
|
* </note>
|
|
4629
|
+
* @public
|
|
4462
4630
|
*/
|
|
4463
4631
|
abandon?: boolean;
|
|
4464
4632
|
/**
|
|
4465
|
-
* @public
|
|
4466
4633
|
* <p>Use this option to enter comments, such as the reason the pipeline was stopped.</p>
|
|
4634
|
+
* @public
|
|
4467
4635
|
*/
|
|
4468
4636
|
reason?: string;
|
|
4469
4637
|
}
|
|
@@ -4472,8 +4640,8 @@ export interface StopPipelineExecutionInput {
|
|
|
4472
4640
|
*/
|
|
4473
4641
|
export interface StopPipelineExecutionOutput {
|
|
4474
4642
|
/**
|
|
4475
|
-
* @public
|
|
4476
4643
|
* <p>The unique system-generated ID of the pipeline execution that was stopped.</p>
|
|
4644
|
+
* @public
|
|
4477
4645
|
*/
|
|
4478
4646
|
pipelineExecutionId?: string;
|
|
4479
4647
|
}
|
|
@@ -4482,13 +4650,13 @@ export interface StopPipelineExecutionOutput {
|
|
|
4482
4650
|
*/
|
|
4483
4651
|
export interface TagResourceInput {
|
|
4484
4652
|
/**
|
|
4485
|
-
* @public
|
|
4486
4653
|
* <p>The Amazon Resource Name (ARN) of the resource you want to add tags to.</p>
|
|
4654
|
+
* @public
|
|
4487
4655
|
*/
|
|
4488
4656
|
resourceArn: string | undefined;
|
|
4489
4657
|
/**
|
|
4490
|
-
* @public
|
|
4491
4658
|
* <p>The tags you want to modify or add to the resource.</p>
|
|
4659
|
+
* @public
|
|
4492
4660
|
*/
|
|
4493
4661
|
tags: Tag[] | undefined;
|
|
4494
4662
|
}
|
|
@@ -4502,13 +4670,13 @@ export interface TagResourceOutput {
|
|
|
4502
4670
|
*/
|
|
4503
4671
|
export interface UntagResourceInput {
|
|
4504
4672
|
/**
|
|
4505
|
-
* @public
|
|
4506
4673
|
* <p> The Amazon Resource Name (ARN) of the resource to remove tags from.</p>
|
|
4674
|
+
* @public
|
|
4507
4675
|
*/
|
|
4508
4676
|
resourceArn: string | undefined;
|
|
4509
4677
|
/**
|
|
4510
|
-
* @public
|
|
4511
4678
|
* <p>The list of keys for the tags to be removed from the resource.</p>
|
|
4679
|
+
* @public
|
|
4512
4680
|
*/
|
|
4513
4681
|
tagKeys: string[] | undefined;
|
|
4514
4682
|
}
|
|
@@ -4518,8 +4686,8 @@ export interface UntagResourceInput {
|
|
|
4518
4686
|
export interface UntagResourceOutput {
|
|
4519
4687
|
}
|
|
4520
4688
|
/**
|
|
4521
|
-
* @public
|
|
4522
4689
|
* <p>The request failed because of an unknown error, exception, or failure.</p>
|
|
4690
|
+
* @public
|
|
4523
4691
|
*/
|
|
4524
4692
|
export declare class RequestFailedException extends __BaseException {
|
|
4525
4693
|
readonly name: "RequestFailedException";
|
|
@@ -4534,30 +4702,30 @@ export declare class RequestFailedException extends __BaseException {
|
|
|
4534
4702
|
*/
|
|
4535
4703
|
export interface UpdateActionTypeInput {
|
|
4536
4704
|
/**
|
|
4537
|
-
* @public
|
|
4538
4705
|
* <p>The action type definition for the action type to be updated.</p>
|
|
4706
|
+
* @public
|
|
4539
4707
|
*/
|
|
4540
4708
|
actionType: ActionTypeDeclaration | undefined;
|
|
4541
4709
|
}
|
|
4542
4710
|
/**
|
|
4543
|
-
* @public
|
|
4544
4711
|
* <p>Represents the input of an <code>UpdatePipeline</code> action.</p>
|
|
4712
|
+
* @public
|
|
4545
4713
|
*/
|
|
4546
4714
|
export interface UpdatePipelineInput {
|
|
4547
4715
|
/**
|
|
4548
|
-
* @public
|
|
4549
4716
|
* <p>The name of the pipeline to be updated.</p>
|
|
4717
|
+
* @public
|
|
4550
4718
|
*/
|
|
4551
4719
|
pipeline: PipelineDeclaration | undefined;
|
|
4552
4720
|
}
|
|
4553
4721
|
/**
|
|
4554
|
-
* @public
|
|
4555
4722
|
* <p>Represents the output of an <code>UpdatePipeline</code> action.</p>
|
|
4723
|
+
* @public
|
|
4556
4724
|
*/
|
|
4557
4725
|
export interface UpdatePipelineOutput {
|
|
4558
4726
|
/**
|
|
4559
|
-
* @public
|
|
4560
4727
|
* <p>The structure of the updated pipeline.</p>
|
|
4728
|
+
* @public
|
|
4561
4729
|
*/
|
|
4562
4730
|
pipeline?: PipelineDeclaration;
|
|
4563
4731
|
}
|