# CodePipeline API Reference > Overview - [Welcome](https://docs.aws.amazon.com/codepipeline/latest/APIReference/Welcome.md) - [Common Parameters](https://docs.aws.amazon.com/codepipeline/latest/APIReference/CommonParameters.md) - [Common Error Types](https://docs.aws.amazon.com/codepipeline/latest/APIReference/CommonErrors.md) ## [Actions](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_Operations.md) - [AcknowledgeJob](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_AcknowledgeJob.md): Returns information about a specified job and whether that job has been received by the job worker. - [AcknowledgeThirdPartyJob](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_AcknowledgeThirdPartyJob.md): Confirms a job worker has received the specified job. - [CreateCustomActionType](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_CreateCustomActionType.md): Creates a new custom action that can be used in all pipelines associated with the AWS account. - [CreatePipeline](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_CreatePipeline.md): Creates a pipeline. - [DeleteCustomActionType](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_DeleteCustomActionType.md): Marks a custom action as deleted. - [DeletePipeline](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_DeletePipeline.md): Deletes the specified pipeline. - [DeleteWebhook](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_DeleteWebhook.md): Deletes a previously created webhook by name. - [DeregisterWebhookWithThirdParty](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_DeregisterWebhookWithThirdParty.md): Removes the connection between the webhook that was created by CodePipeline and the external tool with events to be detected. - [DisableStageTransition](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_DisableStageTransition.md): Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline. - [EnableStageTransition](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_EnableStageTransition.md): Enables artifacts in a pipeline to transition to a stage in a pipeline. - [GetActionType](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GetActionType.md): Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider. - [GetJobDetails](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GetJobDetails.md): Returns information about a job. - [GetPipeline](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GetPipeline.md): Returns the metadata, structure, stages, and actions of a pipeline. - [GetPipelineExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GetPipelineExecution.md): Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline. - [GetPipelineState](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GetPipelineState.md): Returns information about the state of a pipeline, including the stages and actions. - [GetThirdPartyJobDetails](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GetThirdPartyJobDetails.md): Requests the details of a job for a third party action. - [ListActionExecutions](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListActionExecutions.md): Lists the action executions that have occurred in a pipeline. - [ListActionTypes](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListActionTypes.md): Gets a summary of all CodePipeline action types associated with your account. - [ListDeployActionExecutionTargets](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListDeployActionExecutionTargets.md): Lists the targets for the deploy action. - [ListPipelineExecutions](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListPipelineExecutions.md): Gets a summary of the most recent executions for a pipeline. - [ListPipelines](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListPipelines.md): Gets a summary of all of the pipelines associated with your account. - [ListRuleExecutions](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListRuleExecutions.md): Lists the rule executions that have occurred in a pipeline configured for conditions with rules. - [ListRuleTypes](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListRuleTypes.md): Lists the rules for the condition. - [ListTagsForResource](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListTagsForResource.md): Gets the set of key-value pairs (metadata) that are used to manage the resource. - [ListWebhooks](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListWebhooks.md): Gets a listing of all the webhooks in this AWS Region for this account. - [OverrideStageCondition](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_OverrideStageCondition.md): Used to override a stage condition. - [PollForJobs](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PollForJobs.md): Returns information about any jobs for CodePipeline to act on. - [PollForThirdPartyJobs](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PollForThirdPartyJobs.md): Determines whether there are any third party jobs for a job worker to act on. - [PutActionRevision](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PutActionRevision.md): Provides information to CodePipeline about new revisions to a source. - [PutApprovalResult](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PutApprovalResult.md): Provides the response to a manual approval request to CodePipeline. - [PutJobFailureResult](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PutJobFailureResult.md): Represents the failure of a job as returned to the pipeline by a job worker. - [PutJobSuccessResult](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PutJobSuccessResult.md): Represents the success of a job as returned to the pipeline by a job worker. - [PutThirdPartyJobFailureResult](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PutThirdPartyJobFailureResult.md): Represents the failure of a third party job as returned to the pipeline by a job worker. - [PutThirdPartyJobSuccessResult](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PutThirdPartyJobSuccessResult.md): Represents the success of a third party job as returned to the pipeline by a job worker. - [PutWebhook](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PutWebhook.md): Defines a webhook and returns a unique webhook URL generated by CodePipeline. - [RegisterWebhookWithThirdParty](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RegisterWebhookWithThirdParty.md): Configures a connection between the webhook that was created and the external tool with events to be detected. - [RetryStageExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RetryStageExecution.md): You can retry a stage that has failed without having to run a pipeline again from the beginning. - [RollbackStage](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RollbackStage.md): Rolls back a stage execution. - [StartPipelineExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StartPipelineExecution.md): Starts the specified pipeline. - [StopPipelineExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StopPipelineExecution.md): Stops the specified pipeline execution. - [TagResource](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_TagResource.md): Adds to or modifies the tags of the given resource. - [UntagResource](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_UntagResource.md): Removes tags from an AWS resource. - [UpdateActionType](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_UpdateActionType.md): Updates an action type that was created with any supported integration model, where the action type is to be used by customers of the action type provider. - [UpdatePipeline](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_UpdatePipeline.md): Updates a specified pipeline with edits or changes to its structure. ## [Data Types](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_Types.md) - [ActionConfiguration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionConfiguration.md): Represents information about an action configuration. - [ActionConfigurationProperty](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionConfigurationProperty.md): Represents information about an action configuration property. - [ActionContext](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionContext.md): Represents the context of an action in the stage of a pipeline to a job worker. - [ActionDeclaration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionDeclaration.md): Represents information about an action declaration. - [ActionExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionExecution.md): Represents information about the run of an action. - [ActionExecutionDetail](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionExecutionDetail.md): Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action. - [ActionExecutionFilter](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionExecutionFilter.md): Filter values for the action execution. - [ActionExecutionInput](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionExecutionInput.md): Input information used for an action execution. - [ActionExecutionOutput](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionExecutionOutput.md): Output details listed for an action execution, such as the action execution result. - [ActionExecutionResult](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionExecutionResult.md): Execution result information, such as the external execution ID. - [ActionRevision](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionRevision.md): Represents information about the version (or revision) of an action. - [ActionState](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionState.md): Represents information about the state of an action. - [ActionType](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionType.md): Returns information about the details of an action type. - [ActionTypeArtifactDetails](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionTypeArtifactDetails.md): Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed. - [ActionTypeDeclaration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionTypeDeclaration.md): The parameters for the action type definition that are provided when the action type is created or updated. - [ActionTypeExecutor](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionTypeExecutor.md): The action engine, or executor, for an action type created for a provider, where the action is to be used by customers of the provider. - [ActionTypeId](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionTypeId.md): Represents information about an action type. - [ActionTypeIdentifier](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionTypeIdentifier.md): Specifies the category, owner, provider, and version of the action type. - [ActionTypePermissions](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionTypePermissions.md): Details identifying the users with permissions to use the action type. - [ActionTypeProperty](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionTypeProperty.md): Represents information about each property specified in the action configuration, such as the description and key name that display for the customer using the action type. - [ActionTypeSettings](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionTypeSettings.md): Returns information about the settings for an action type. - [ActionTypeUrls](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ActionTypeUrls.md): Returns information about URLs for web pages that display to customers as links on the pipeline view, such as an external configuration page for the action type. - [ApprovalResult](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ApprovalResult.md): Represents information about the result of an approval request. - [Artifact](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_Artifact.md): Artifacts are the files that are worked on by actions in the pipeline. - [ArtifactDetail](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ArtifactDetail.md): Artifact details for the action execution, such as the artifact location. - [ArtifactDetails](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ArtifactDetails.md): Returns information about the details of an artifact. - [ArtifactLocation](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ArtifactLocation.md): Represents information about the location of an artifact. - [ArtifactRevision](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ArtifactRevision.md): Represents revision details of an artifact. - [ArtifactStore](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ArtifactStore.md): The S3 bucket where artifacts for the pipeline are stored. - [AWSSessionCredentials](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_AWSSessionCredentials.md): Represents an AWS session credentials object. - [BeforeEntryConditions](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_BeforeEntryConditions.md): The conditions for making checks for entry to a stage. - [BlockerDeclaration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_BlockerDeclaration.md): Reserved for future use. - [Condition](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_Condition.md): The condition for the stage. - [ConditionExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ConditionExecution.md): The run of a condition. - [ConditionState](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ConditionState.md): Information about the state of the condition. - [CurrentRevision](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_CurrentRevision.md): Represents information about a current revision. - [DeployActionExecutionTarget](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_DeployActionExecutionTarget.md): The target for the deploy action. - [DeployTargetEvent](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_DeployTargetEvent.md): A lifecycle event for the deploy action. - [DeployTargetEventContext](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_DeployTargetEventContext.md): The context for the event for the deploy action. - [EncryptionKey](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_EncryptionKey.md): Represents information about the key used to encrypt data in the artifact store, such as an AWS Key Management Service (AWS Key Management Service) key. - [EnvironmentVariable](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_EnvironmentVariable.md): The environment variables for the action. - [ErrorDetails](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ErrorDetails.md): Represents information about an error in CodePipeline. - [ExecutionDetails](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ExecutionDetails.md): The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline. - [ExecutionTrigger](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ExecutionTrigger.md): The interaction or event that started a pipeline execution. - [ExecutorConfiguration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ExecutorConfiguration.md): The action engine, or executor, related to the supported integration model used to create and update the action type. - [FailureConditions](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_FailureConditions.md): The configuration that specifies the result, such as rollback, to occur upon stage failure. - [FailureDetails](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_FailureDetails.md): Represents information about failure details. - [GitBranchFilterCriteria](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GitBranchFilterCriteria.md): The Git repository branches specified as filter criteria to start the pipeline. - [GitConfiguration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GitConfiguration.md): A type of trigger configuration for Git-based source actions. - [GitFilePathFilterCriteria](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GitFilePathFilterCriteria.md): The Git repository file paths specified as filter criteria to start the pipeline. - [GitPullRequestFilter](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GitPullRequestFilter.md): The event criteria for the pull request trigger configuration, such as the lists of branches or file paths to include and exclude. - [GitPushFilter](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GitPushFilter.md): The event criteria that specify when a specified repository event will start the pipeline for the specified trigger configuration, such as the lists of Git tags to include and exclude. - [GitTagFilterCriteria](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GitTagFilterCriteria.md): The Git tags specified as filter criteria for whether a Git tag repository event will start the pipeline. - [InputArtifact](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_InputArtifact.md): Represents information about an artifact to be worked on, such as a test or build artifact. - [Job](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_Job.md): Represents information about a job. - [JobData](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_JobData.md): Represents other information about a job required for a job worker to complete the job. - [JobDetails](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_JobDetails.md): Represents information about the details of a job. - [JobWorkerExecutorConfiguration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_JobWorkerExecutorConfiguration.md): Details about the polling configuration for the JobWorker action engine, or executor. - [LambdaExecutorConfiguration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_LambdaExecutorConfiguration.md): Details about the configuration for the Lambda action engine, or executor. - [LatestInPipelineExecutionFilter](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_LatestInPipelineExecutionFilter.md): The field that specifies to filter on the latest execution in the pipeline. - [ListWebhookItem](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListWebhookItem.md): The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN. - [OutputArtifact](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_OutputArtifact.md): Represents information about the output of an action. - [PipelineContext](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineContext.md): Represents information about a pipeline to a job worker. - [PipelineDeclaration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineDeclaration.md): Represents the structure of actions and stages to be performed in the pipeline. - [PipelineExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineExecution.md): Represents information about an execution of a pipeline. - [PipelineExecutionFilter](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineExecutionFilter.md): The pipeline execution to filter on. - [PipelineExecutionSummary](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineExecutionSummary.md): Summary information about a pipeline execution. - [PipelineMetadata](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineMetadata.md): Information about a pipeline. - [PipelineRollbackMetadata](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineRollbackMetadata.md): The metadata for the stage execution to be rolled back. - [PipelineSummary](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineSummary.md): Returns a summary of a pipeline. - [PipelineTriggerDeclaration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineTriggerDeclaration.md): Represents information about the specified trigger configuration, such as the filter criteria and the source stage for the action that contains the trigger. - [PipelineVariable](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineVariable.md): A pipeline-level variable used for a pipeline execution. - [PipelineVariableDeclaration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineVariableDeclaration.md): A variable declared at the pipeline level. - [ResolvedPipelineVariable](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ResolvedPipelineVariable.md): A pipeline-level variable used for a pipeline execution. - [RetryConfiguration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RetryConfiguration.md): The retry configuration specifies automatic retry for a failed stage, along with the configured retry mode. - [RetryStageMetadata](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RetryStageMetadata.md): The details of a specific automatic retry on stage failure, including the attempt number and trigger. - [RuleConfigurationProperty](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleConfigurationProperty.md): Represents information about a rule configuration property. - [RuleDeclaration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleDeclaration.md): Represents information about the rule to be created for an associated condition. - [RuleExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleExecution.md): Represents information about each time a rule is run as part of the pipeline execution for a pipeline configured with conditions. - [RuleExecutionDetail](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleExecutionDetail.md): The details of the runs for a rule and the results produced on an artifact as it passes through stages in the pipeline. - [RuleExecutionFilter](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleExecutionFilter.md): Filter values for the rule execution. - [RuleExecutionInput](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleExecutionInput.md): Input information used for a rule execution. - [RuleExecutionOutput](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleExecutionOutput.md): Output details listed for a rule execution, such as the rule execution result. - [RuleExecutionResult](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleExecutionResult.md): Execution result information, such as the external execution ID. - [RuleRevision](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleRevision.md): The change to a rule that creates a revision of the rule. - [RuleState](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleState.md): Returns information about the state of a rule. - [RuleType](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleType.md): The rule type, which is made up of the combined values for category, owner, provider, and version. - [RuleTypeId](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleTypeId.md): The ID for the rule type, which is made up of the combined values for category, owner, provider, and version. - [RuleTypeSettings](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_RuleTypeSettings.md): Returns information about the settings for a rule type. - [S3ArtifactLocation](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_S3ArtifactLocation.md): The location of the S3 bucket that contains a revision. - [S3Location](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_S3Location.md): The Amazon S3 artifact location for an action's artifacts. - [SourceRevision](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_SourceRevision.md): Information about the version (or revision) of a source artifact that initiated a pipeline execution. - [SourceRevisionOverride](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_SourceRevisionOverride.md): A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. - [StageConditionsExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StageConditionsExecution.md): Represents information about the run of a condition for a stage. - [StageConditionState](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StageConditionState.md): The state of a run of a condition for a stage. - [StageContext](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StageContext.md): Represents information about a stage to a job worker. - [StageDeclaration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StageDeclaration.md): Represents information about a stage and its definition. - [StageExecution](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StageExecution.md): Represents information about the run of a stage. - [StageState](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StageState.md): Represents information about the state of the stage. - [StopExecutionTrigger](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_StopExecutionTrigger.md): The interaction that stopped a pipeline execution. - [SucceededInStageFilter](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_SucceededInStageFilter.md): Filter for pipeline executions that have successfully completed the stage in the current pipeline version. - [SuccessConditions](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_SuccessConditions.md): The conditions for making checks that, if met, succeed a stage. - [Tag](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_Tag.md): A tag is a key-value pair that is used to manage the resource. - [TargetFilter](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_TargetFilter.md): Filters the list of targets. - [ThirdPartyJob](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ThirdPartyJob.md): A response to a PollForThirdPartyJobs request returned by CodePipeline when there is a job to be worked on by a partner action. - [ThirdPartyJobData](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ThirdPartyJobData.md): Represents information about the job data for a partner action. - [ThirdPartyJobDetails](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ThirdPartyJobDetails.md): The details of a job sent in response to a GetThirdPartyJobDetails request. - [TransitionState](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_TransitionState.md): Represents information about the state of transitions between one stage and another stage. - [WebhookAuthConfiguration](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_WebhookAuthConfiguration.md): The authentication applied to incoming webhook trigger requests. - [WebhookDefinition](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_WebhookDefinition.md): Represents information about a webhook and its definition. - [WebhookFilterRule](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_WebhookFilterRule.md): The event criteria that specify when a webhook notification is sent to your URL.