{ "version": "2.0", "metadata": { "apiVersion": "2015-07-09", "endpointPrefix": "codepipeline", "jsonVersion": "1.1", "protocol": "json", "protocols": [ "json" ], "serviceAbbreviation": "CodePipeline", "serviceFullName": "AWS CodePipeline", "serviceId": "CodePipeline", "signatureVersion": "v4", "targetPrefix": "CodePipeline_20150709", "uid": "codepipeline-2015-07-09", "auth": [ "aws.auth#sigv4" ] }, "operations": { "AcknowledgeJob": { "name": "AcknowledgeJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "AcknowledgeJobInput" }, "output": { "shape": "AcknowledgeJobOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidNonceException" }, { "shape": "JobNotFoundException" } ], "documentation": "
Returns information about a specified job and whether that job has been received by the job worker. Used for custom actions only.
" }, "AcknowledgeThirdPartyJob": { "name": "AcknowledgeThirdPartyJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "AcknowledgeThirdPartyJobInput" }, "output": { "shape": "AcknowledgeThirdPartyJobOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidNonceException" }, { "shape": "JobNotFoundException" }, { "shape": "InvalidClientTokenException" } ], "documentation": "Confirms a job worker has received the specified job. Used for partner actions only.
" }, "CreateCustomActionType": { "name": "CreateCustomActionType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateCustomActionTypeInput" }, "output": { "shape": "CreateCustomActionTypeOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "LimitExceededException" }, { "shape": "TooManyTagsException" }, { "shape": "InvalidTagsException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account. Only used for custom actions.
" }, "CreatePipeline": { "name": "CreatePipeline", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreatePipelineInput" }, "output": { "shape": "CreatePipelineOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "PipelineNameInUseException" }, { "shape": "InvalidStageDeclarationException" }, { "shape": "InvalidActionDeclarationException" }, { "shape": "InvalidBlockerDeclarationException" }, { "shape": "InvalidStructureException" }, { "shape": "LimitExceededException" }, { "shape": "TooManyTagsException" }, { "shape": "InvalidTagsException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Creates a pipeline.
In the pipeline structure, you must include either artifactStore
or artifactStores
in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use artifactStores
.
Marks a custom action as deleted. PollForJobs
for the custom action fails after the action is marked for deletion. Used for custom actions only.
To re-create a custom action after it has been deleted you must use a string in the version field that has never been used before. This string can be an incremented version number, for example. To restore a deleted custom action, use a JSON file that is identical to the deleted action, including the original string in the version field.
Deletes the specified pipeline.
" }, "DeleteWebhook": { "name": "DeleteWebhook", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteWebhookInput" }, "output": { "shape": "DeleteWebhookOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Deletes a previously created webhook by name. Deleting the webhook stops CodePipeline from starting a pipeline every time an external event occurs. The API returns successfully when trying to delete a webhook that is already deleted. If a deleted webhook is re-created by calling PutWebhook with the same name, it will have a different URL.
" }, "DeregisterWebhookWithThirdParty": { "name": "DeregisterWebhookWithThirdParty", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeregisterWebhookWithThirdPartyInput" }, "output": { "shape": "DeregisterWebhookWithThirdPartyOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "WebhookNotFoundException" } ], "documentation": "Removes the connection between the webhook that was created by CodePipeline and the external tool with events to be detected. Currently supported only for webhooks that target an action type of GitHub.
" }, "DisableStageTransition": { "name": "DisableStageTransition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DisableStageTransitionInput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "PipelineNotFoundException" }, { "shape": "StageNotFoundException" } ], "documentation": "Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.
" }, "EnableStageTransition": { "name": "EnableStageTransition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "EnableStageTransitionInput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "PipelineNotFoundException" }, { "shape": "StageNotFoundException" } ], "documentation": "Enables artifacts in a pipeline to transition to a stage in a pipeline.
" }, "GetActionType": { "name": "GetActionType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetActionTypeInput" }, "output": { "shape": "GetActionTypeOutput" }, "errors": [ { "shape": "ActionTypeNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider. The action can be created with any supported integration model.
" }, "GetJobDetails": { "name": "GetJobDetails", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetJobDetailsInput" }, "output": { "shape": "GetJobDetailsOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "JobNotFoundException" } ], "documentation": "Returns information about a job. Used for custom actions only.
When this API is called, CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts. This API also returns any secret values defined for the action.
Returns the metadata, structure, stages, and actions of a pipeline. Can be used to return the entire structure of a pipeline in JSON format, which can then be modified and used to update the pipeline structure with UpdatePipeline.
" }, "GetPipelineExecution": { "name": "GetPipelineExecution", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetPipelineExecutionInput" }, "output": { "shape": "GetPipelineExecutionOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "PipelineNotFoundException" }, { "shape": "PipelineExecutionNotFoundException" } ], "documentation": "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": { "name": "GetPipelineState", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetPipelineStateInput" }, "output": { "shape": "GetPipelineStateOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "PipelineNotFoundException" } ], "documentation": "Returns information about the state of a pipeline, including the stages and actions.
Values returned in the revisionId
and revisionUrl
fields indicate the source revision information, such as the commit ID, for the current state.
Requests the details of a job for a third party action. Used for partner actions only.
When this API is called, CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts. This API also returns any secret values defined for the action.
Lists the action executions that have occurred in a pipeline.
" }, "ListActionTypes": { "name": "ListActionTypes", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListActionTypesInput" }, "output": { "shape": "ListActionTypesOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "Gets a summary of all CodePipeline action types associated with your account.
" }, "ListPipelineExecutions": { "name": "ListPipelineExecutions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListPipelineExecutionsInput" }, "output": { "shape": "ListPipelineExecutionsOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "PipelineNotFoundException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "Gets a summary of the most recent executions for a pipeline.
When applying the filter for pipeline executions that have succeeded in the stage, the operation returns all executions in the current pipeline version beginning on February 1, 2024.
Gets a summary of all of the pipelines associated with your account.
" }, "ListRuleExecutions": { "name": "ListRuleExecutions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListRuleExecutionsInput" }, "output": { "shape": "ListRuleExecutionsOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "PipelineNotFoundException" }, { "shape": "InvalidNextTokenException" }, { "shape": "PipelineExecutionNotFoundException" } ], "documentation": "Lists the rule executions that have occurred in a pipeline configured for conditions with rules.
" }, "ListRuleTypes": { "name": "ListRuleTypes", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListRuleTypesInput" }, "output": { "shape": "ListRuleTypesOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "Lists the rules for the condition.
" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTagsForResourceInput" }, "output": { "shape": "ListTagsForResourceOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidNextTokenException" }, { "shape": "InvalidArnException" } ], "documentation": "Gets the set of key-value pairs (metadata) that are used to manage the resource.
" }, "ListWebhooks": { "name": "ListWebhooks", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListWebhooksInput" }, "output": { "shape": "ListWebhooksOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "Gets a listing of all the webhooks in this Amazon Web Services Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook.
If a secret token was provided, it will be redacted in the response.
Used to override a stage condition.
" }, "PollForJobs": { "name": "PollForJobs", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PollForJobsInput" }, "output": { "shape": "PollForJobsOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ActionTypeNotFoundException" } ], "documentation": "Returns information about any jobs for CodePipeline to act on. PollForJobs
is valid only for action types with \"Custom\" in the owner field. If the action type contains AWS
or ThirdParty
in the owner field, the PollForJobs
action returns an error.
When this API is called, CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts. This API also returns any secret values defined for the action.
Determines whether there are any third party jobs for a job worker to act on. Used for partner actions only.
When this API is called, CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts.
Provides information to CodePipeline about new revisions to a source.
" }, "PutApprovalResult": { "name": "PutApprovalResult", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutApprovalResultInput" }, "output": { "shape": "PutApprovalResultOutput" }, "errors": [ { "shape": "InvalidApprovalTokenException" }, { "shape": "ApprovalAlreadyCompletedException" }, { "shape": "PipelineNotFoundException" }, { "shape": "StageNotFoundException" }, { "shape": "ActionNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "Provides the response to a manual approval request to CodePipeline. Valid responses include Approved and Rejected.
" }, "PutJobFailureResult": { "name": "PutJobFailureResult", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutJobFailureResultInput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "JobNotFoundException" }, { "shape": "InvalidJobStateException" } ], "documentation": "Represents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.
" }, "PutJobSuccessResult": { "name": "PutJobSuccessResult", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutJobSuccessResultInput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "JobNotFoundException" }, { "shape": "InvalidJobStateException" }, { "shape": "OutputVariablesSizeExceededException" } ], "documentation": "Represents the success of a job as returned to the pipeline by a job worker. Used for custom actions only.
" }, "PutThirdPartyJobFailureResult": { "name": "PutThirdPartyJobFailureResult", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutThirdPartyJobFailureResultInput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "JobNotFoundException" }, { "shape": "InvalidJobStateException" }, { "shape": "InvalidClientTokenException" } ], "documentation": "Represents the failure of a third party job as returned to the pipeline by a job worker. Used for partner actions only.
" }, "PutThirdPartyJobSuccessResult": { "name": "PutThirdPartyJobSuccessResult", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutThirdPartyJobSuccessResultInput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "JobNotFoundException" }, { "shape": "InvalidJobStateException" }, { "shape": "InvalidClientTokenException" } ], "documentation": "Represents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.
" }, "PutWebhook": { "name": "PutWebhook", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutWebhookInput" }, "output": { "shape": "PutWebhookOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "LimitExceededException" }, { "shape": "InvalidWebhookFilterPatternException" }, { "shape": "InvalidWebhookAuthenticationParametersException" }, { "shape": "PipelineNotFoundException" }, { "shape": "TooManyTagsException" }, { "shape": "InvalidTagsException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Defines a webhook and returns a unique webhook URL generated by CodePipeline. This URL can be supplied to third party source hosting providers to call every time there's a code change. When CodePipeline receives a POST request on this URL, the pipeline defined in the webhook is started as long as the POST request satisfied the authentication and filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty and DeregisterWebhookWithThirdParty APIs can be used to automatically configure supported third parties to call the generated webhook URL.
When creating CodePipeline webhooks, do not use your own credentials or reuse the same secret token across multiple webhooks. For optimal security, generate a unique secret token for each webhook you create. The secret token is an arbitrary string that you provide, which GitHub uses to compute and sign the webhook payloads sent to CodePipeline, for protecting the integrity and authenticity of the webhook payloads. Using your own credentials or reusing the same token across multiple webhooks can lead to security vulnerabilities.
If a secret token was provided, it will be redacted in the response.
Configures a connection between the webhook that was created and the external tool with events to be detected.
" }, "RetryStageExecution": { "name": "RetryStageExecution", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RetryStageExecutionInput" }, "output": { "shape": "RetryStageExecutionOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ConflictException" }, { "shape": "PipelineNotFoundException" }, { "shape": "StageNotFoundException" }, { "shape": "StageNotRetryableException" }, { "shape": "NotLatestPipelineExecutionException" }, { "shape": "ConcurrentPipelineExecutionsLimitExceededException" } ], "documentation": "You can retry a stage that has failed without having to run a pipeline again from the beginning. You do this by either retrying the failed actions in a stage or by retrying all actions in the stage starting from the first action in the stage. When you retry the failed actions in a stage, all actions that are still in progress continue working, and failed actions are triggered again. When you retry a failed stage from the first action in the stage, the stage cannot have any actions in progress. Before a stage can be retried, it must either have all actions failed or some actions failed and some succeeded.
" }, "RollbackStage": { "name": "RollbackStage", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RollbackStageInput" }, "output": { "shape": "RollbackStageOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ConflictException" }, { "shape": "PipelineNotFoundException" }, { "shape": "PipelineExecutionNotFoundException" }, { "shape": "PipelineExecutionOutdatedException" }, { "shape": "StageNotFoundException" }, { "shape": "UnableToRollbackStageException" } ], "documentation": "Rolls back a stage execution.
" }, "StartPipelineExecution": { "name": "StartPipelineExecution", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartPipelineExecutionInput" }, "output": { "shape": "StartPipelineExecutionOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ConflictException" }, { "shape": "PipelineNotFoundException" }, { "shape": "ConcurrentPipelineExecutionsLimitExceededException" } ], "documentation": "Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.
" }, "StopPipelineExecution": { "name": "StopPipelineExecution", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StopPipelineExecutionInput" }, "output": { "shape": "StopPipelineExecutionOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ConflictException" }, { "shape": "PipelineNotFoundException" }, { "shape": "PipelineExecutionNotStoppableException" }, { "shape": "DuplicatedStopRequestException" } ], "documentation": "Stops the specified pipeline execution. You choose to either stop the pipeline execution by completing in-progress actions without starting subsequent actions, or by abandoning in-progress actions. While completing or abandoning in-progress actions, the pipeline execution is in a Stopping
state. After all in-progress actions are completed or abandoned, the pipeline execution is in a Stopped
state.
Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
" }, "UntagResource": { "name": "UntagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UntagResourceInput" }, "output": { "shape": "UntagResourceOutput" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidArnException" }, { "shape": "InvalidTagsException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Removes tags from an Amazon Web Services resource.
" }, "UpdateActionType": { "name": "UpdateActionType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateActionTypeInput" }, "errors": [ { "shape": "RequestFailedException" }, { "shape": "ValidationException" }, { "shape": "ActionTypeNotFoundException" } ], "documentation": "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. Use a JSON file with the action definition and UpdateActionType
to provide the full structure.
Updates a specified pipeline with edits or changes to its structure. Use a JSON file with the pipeline structure and UpdatePipeline
to provide the full structure of the pipeline. Updating the pipeline increases the version number of the pipeline by 1.
The access key for the session.
" }, "secretAccessKey": { "shape": "SecretAccessKey", "documentation": "The secret access key for the session.
" }, "sessionToken": { "shape": "SessionToken", "documentation": "The token for the session.
" } }, "documentation": "Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in CodePipeline.
", "sensitive": true }, "AccessKeyId": { "type": "string", "sensitive": true }, "AccountId": { "type": "string", "pattern": "[0-9]{12}" }, "AcknowledgeJobInput": { "type": "structure", "required": [ "jobId", "nonce" ], "members": { "jobId": { "shape": "JobId", "documentation": "The unique system-generated ID of the job for which you want to confirm receipt.
" }, "nonce": { "shape": "Nonce", "documentation": "A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response of the PollForJobs request that returned this job.
" } }, "documentation": "Represents the input of an AcknowledgeJob action.
" }, "AcknowledgeJobOutput": { "type": "structure", "members": { "status": { "shape": "JobStatus", "documentation": "Whether the job worker has received the specified job.
" } }, "documentation": "Represents the output of an AcknowledgeJob action.
" }, "AcknowledgeThirdPartyJobInput": { "type": "structure", "required": [ "jobId", "nonce", "clientToken" ], "members": { "jobId": { "shape": "ThirdPartyJobId", "documentation": "The unique system-generated ID of the job.
" }, "nonce": { "shape": "Nonce", "documentation": "A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.
" }, "clientToken": { "shape": "ClientToken", "documentation": "The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
" } }, "documentation": "Represents the input of an AcknowledgeThirdPartyJob action.
" }, "AcknowledgeThirdPartyJobOutput": { "type": "structure", "members": { "status": { "shape": "JobStatus", "documentation": "The status information for the third party job, if any.
" } }, "documentation": "Represents the output of an AcknowledgeThirdPartyJob action.
" }, "ActionCategory": { "type": "string", "enum": [ "Source", "Build", "Deploy", "Test", "Invoke", "Approval" ] }, "ActionConfiguration": { "type": "structure", "members": { "configuration": { "shape": "ActionConfigurationMap", "documentation": "The configuration data for the action.
" } }, "documentation": "Represents information about an action configuration.
" }, "ActionConfigurationKey": { "type": "string", "max": 50, "min": 1 }, "ActionConfigurationMap": { "type": "map", "key": { "shape": "ActionConfigurationKey" }, "value": { "shape": "ActionConfigurationValue" } }, "ActionConfigurationProperty": { "type": "structure", "required": [ "name", "required", "key", "secret" ], "members": { "name": { "shape": "ActionConfigurationKey", "documentation": "The name of the action configuration property.
" }, "required": { "shape": "Boolean", "documentation": "Whether the configuration property is a required value.
" }, "key": { "shape": "Boolean", "documentation": "Whether the configuration property is a key.
" }, "secret": { "shape": "Boolean", "documentation": "Whether the configuration property is secret. Secrets are hidden from all calls except for GetJobDetails
, GetThirdPartyJobDetails
, PollForJobs
, and PollForThirdPartyJobs
.
When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.
" }, "queryable": { "shape": "Boolean", "documentation": "Indicates that the property is used with PollForJobs
. When creating a custom action, an action can have up to one queryable property. If it has one, that property must be both required and not secret.
If you create a pipeline with a custom action type, and that custom action contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.
" }, "description": { "shape": "Description", "documentation": "The description of the action configuration property that is displayed to users.
" }, "type": { "shape": "ActionConfigurationPropertyType", "documentation": "The type of the configuration property.
" } }, "documentation": "Represents information about an action configuration property.
" }, "ActionConfigurationPropertyList": { "type": "list", "member": { "shape": "ActionConfigurationProperty" }, "max": 10 }, "ActionConfigurationPropertyType": { "type": "string", "enum": [ "String", "Number", "Boolean" ] }, "ActionConfigurationQueryableValue": { "type": "string", "max": 50, "min": 1, "pattern": "[a-zA-Z0-9_-]+" }, "ActionConfigurationValue": { "type": "string", "max": 1000, "min": 1 }, "ActionContext": { "type": "structure", "members": { "name": { "shape": "ActionName", "documentation": "The name of the action in the context of a job.
" }, "actionExecutionId": { "shape": "ActionExecutionId", "documentation": "The system-generated unique ID that corresponds to an action's execution.
" } }, "documentation": "Represents the context of an action in the stage of a pipeline to a job worker.
" }, "ActionDeclaration": { "type": "structure", "required": [ "name", "actionTypeId" ], "members": { "name": { "shape": "ActionName", "documentation": "The action declaration's name.
" }, "actionTypeId": { "shape": "ActionTypeId", "documentation": "Specifies the action type and the provider of the action.
" }, "runOrder": { "shape": "ActionRunOrder", "documentation": "The order in which actions are run.
" }, "configuration": { "shape": "ActionConfigurationMap", "documentation": "The action's configuration. These are key-value pairs that specify input values for an action. For more information, see Action Structure Requirements in CodePipeline. For the list of configuration properties for the CloudFormation action type in CodePipeline, see Configuration Properties Reference in the CloudFormation User Guide. For template snippets with examples, see Using Parameter Override Functions with CodePipeline Pipelines in the CloudFormation User Guide.
The values can be represented in either JSON or YAML format. For example, the JSON configuration item format is as follows:
JSON:
\"Configuration\" : { Key : Value },
The name or ID of the result of the action declaration, such as a test or build artifact.
" }, "inputArtifacts": { "shape": "InputArtifactList", "documentation": "The name or ID of the artifact consumed by the action, such as a test or build artifact.
" }, "roleArn": { "shape": "RoleArn", "documentation": "The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
" }, "region": { "shape": "AWSRegionName", "documentation": "The action declaration's Amazon Web Services Region, such as us-east-1.
" }, "namespace": { "shape": "ActionNamespace", "documentation": "The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
" }, "timeoutInMinutes": { "shape": "ActionTimeout", "documentation": "A timeout duration in minutes that can be applied against the ActionType’s default timeout value specified in Quotas for CodePipeline . This attribute is available only to the manual approval ActionType.
" } }, "documentation": "Represents information about an action declaration.
" }, "ActionExecution": { "type": "structure", "members": { "actionExecutionId": { "shape": "ActionExecutionId", "documentation": "ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.
For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.
The status of the action, or for a completed action, the last status of the action.
" }, "summary": { "shape": "ExecutionSummary", "documentation": "A summary of the run of the action.
" }, "lastStatusChange": { "shape": "Timestamp", "documentation": "The last status change of the action.
" }, "token": { "shape": "ActionExecutionToken", "documentation": "The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState
command. It is used to validate that the approval request corresponding to this token is still valid.
The ARN of the user who last changed the pipeline.
" }, "externalExecutionId": { "shape": "ExecutionId", "documentation": "The external ID of the run of the action.
" }, "externalExecutionUrl": { "shape": "Url", "documentation": "The URL of a resource external to Amazon Web Services that is used when running the action (for example, an external repository URL).
" }, "percentComplete": { "shape": "Percentage", "documentation": "A percentage of completeness of the action as it runs.
" }, "errorDetails": { "shape": "ErrorDetails", "documentation": "The details of an error returned by a URL external to Amazon Web Services.
" } }, "documentation": "Represents information about the run of an action.
" }, "ActionExecutionDetail": { "type": "structure", "members": { "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The pipeline execution ID for the action execution.
" }, "actionExecutionId": { "shape": "ActionExecutionId", "documentation": "The action execution ID.
" }, "pipelineVersion": { "shape": "PipelineVersion", "documentation": "The version of the pipeline where the action was run.
" }, "stageName": { "shape": "StageName", "documentation": "The name of the stage that contains the action.
" }, "actionName": { "shape": "ActionName", "documentation": "The name of the action.
" }, "startTime": { "shape": "Timestamp", "documentation": "The start time of the action execution.
" }, "lastUpdateTime": { "shape": "Timestamp", "documentation": "The last update time of the action execution.
" }, "updatedBy": { "shape": "LastUpdatedBy", "documentation": "The ARN of the user who changed the pipeline execution details.
" }, "status": { "shape": "ActionExecutionStatus", "documentation": " The status of the action execution. Status categories are InProgress
, Succeeded
, and Failed
.
Input details for the action execution, such as role ARN, Region, and input artifacts.
" }, "output": { "shape": "ActionExecutionOutput", "documentation": "Output details for the action execution, such as the action execution result.
" } }, "documentation": "Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.
" }, "ActionExecutionDetailList": { "type": "list", "member": { "shape": "ActionExecutionDetail" } }, "ActionExecutionFilter": { "type": "structure", "members": { "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The pipeline execution ID used to filter action execution history.
" }, "latestInPipelineExecution": { "shape": "LatestInPipelineExecutionFilter", "documentation": "The latest execution in the pipeline.
Filtering on the latest execution is available for executions run on or after February 08, 2024.
Filter values for the action execution.
" }, "ActionExecutionId": { "type": "string" }, "ActionExecutionInput": { "type": "structure", "members": { "actionTypeId": { "shape": "ActionTypeId" }, "configuration": { "shape": "ActionConfigurationMap", "documentation": "Configuration data for an action execution.
" }, "resolvedConfiguration": { "shape": "ResolvedActionConfigurationMap", "documentation": "Configuration data for an action execution with all variable references replaced with their real values for the execution.
" }, "roleArn": { "shape": "RoleArn", "documentation": "The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
" }, "region": { "shape": "AWSRegionName", "documentation": "The Amazon Web Services Region for the action, such as us-east-1.
" }, "inputArtifacts": { "shape": "ArtifactDetailList", "documentation": "Details of input artifacts of the action that correspond to the action execution.
" }, "namespace": { "shape": "ActionNamespace", "documentation": "The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
" } }, "documentation": "Input information used for an action execution.
" }, "ActionExecutionOutput": { "type": "structure", "members": { "outputArtifacts": { "shape": "ArtifactDetailList", "documentation": "Details of output artifacts of the action that correspond to the action execution.
" }, "executionResult": { "shape": "ActionExecutionResult", "documentation": "Execution result information listed in the output details for an action execution.
" }, "outputVariables": { "shape": "OutputVariablesMap", "documentation": "The outputVariables field shows the key-value pairs that were output as part of that execution.
" } }, "documentation": "Output details listed for an action execution, such as the action execution result.
" }, "ActionExecutionResult": { "type": "structure", "members": { "externalExecutionId": { "shape": "ExternalExecutionId", "documentation": "The action provider's external ID for the action execution.
" }, "externalExecutionSummary": { "shape": "ExternalExecutionSummary", "documentation": "The action provider's summary for the action execution.
" }, "externalExecutionUrl": { "shape": "Url", "documentation": "The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
" }, "errorDetails": { "shape": "ErrorDetails" } }, "documentation": "Execution result information, such as the external execution ID.
" }, "ActionExecutionStatus": { "type": "string", "enum": [ "InProgress", "Abandoned", "Succeeded", "Failed" ] }, "ActionExecutionToken": { "type": "string" }, "ActionName": { "type": "string", "max": 100, "min": 1, "pattern": "[A-Za-z0-9.@\\-_]+" }, "ActionNamespace": { "type": "string", "max": 100, "min": 1, "pattern": "[A-Za-z0-9@\\-_]+" }, "ActionOwner": { "type": "string", "enum": [ "AWS", "ThirdParty", "Custom" ] }, "ActionProvider": { "type": "string", "max": 35, "min": 1, "pattern": "[0-9A-Za-z_-]+" }, "ActionRevision": { "type": "structure", "required": [ "revisionId", "revisionChangeId", "created" ], "members": { "revisionId": { "shape": "Revision", "documentation": "The system-generated unique ID that identifies the revision number of the action.
" }, "revisionChangeId": { "shape": "RevisionChangeIdentifier", "documentation": "The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
" }, "created": { "shape": "Timestamp", "documentation": "The date and time when the most recent version of the action was created, in timestamp format.
" } }, "documentation": "Represents information about the version (or revision) of an action.
" }, "ActionRunOrder": { "type": "integer", "max": 999, "min": 1 }, "ActionState": { "type": "structure", "members": { "actionName": { "shape": "ActionName", "documentation": "The name of the action.
" }, "currentRevision": { "shape": "ActionRevision", "documentation": "Represents information about the version (or revision) of an action.
" }, "latestExecution": { "shape": "ActionExecution", "documentation": "Represents information about the run of an action.
" }, "entityUrl": { "shape": "Url", "documentation": "A URL link for more information about the state of the action, such as a deployment group details page.
" }, "revisionUrl": { "shape": "Url", "documentation": "A URL link for more information about the revision, such as a commit details page.
" } }, "documentation": "Represents information about the state of an action.
" }, "ActionStateList": { "type": "list", "member": { "shape": "ActionState" } }, "ActionTimeout": { "type": "integer", "box": true, "max": 86400, "min": 5 }, "ActionType": { "type": "structure", "required": [ "id", "inputArtifactDetails", "outputArtifactDetails" ], "members": { "id": { "shape": "ActionTypeId", "documentation": "Represents information about an action type.
" }, "settings": { "shape": "ActionTypeSettings", "documentation": "The settings for the action type.
" }, "actionConfigurationProperties": { "shape": "ActionConfigurationPropertyList", "documentation": "The configuration properties for the action type.
" }, "inputArtifactDetails": { "shape": "ArtifactDetails", "documentation": "The details of the input artifact for the action, such as its commit ID.
" }, "outputArtifactDetails": { "shape": "ArtifactDetails", "documentation": "The details of the output artifact of the action, such as its commit ID.
" } }, "documentation": "Returns information about the details of an action type.
" }, "ActionTypeArtifactDetails": { "type": "structure", "required": [ "minimumCount", "maximumCount" ], "members": { "minimumCount": { "shape": "MinimumActionTypeArtifactCount", "documentation": "The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source
.
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source
.
Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed.
" }, "ActionTypeDeclaration": { "type": "structure", "required": [ "executor", "id", "inputArtifactDetails", "outputArtifactDetails" ], "members": { "description": { "shape": "ActionTypeDescription", "documentation": "The description for the action type to be updated.
" }, "executor": { "shape": "ActionTypeExecutor", "documentation": "Information about the executor for an action type that was created with any supported integration model.
" }, "id": { "shape": "ActionTypeIdentifier", "documentation": "The action category, owner, provider, and version of the action type to be updated.
" }, "inputArtifactDetails": { "shape": "ActionTypeArtifactDetails", "documentation": "Details for the artifacts, such as application files, to be worked on by the action. For example, the minimum and maximum number of input artifacts allowed.
" }, "outputArtifactDetails": { "shape": "ActionTypeArtifactDetails", "documentation": "Details for the output artifacts, such as a built application, that are the result of the action. For example, the minimum and maximum number of output artifacts allowed.
" }, "permissions": { "shape": "ActionTypePermissions", "documentation": "Details identifying the accounts with permissions to use the action type.
" }, "properties": { "shape": "ActionTypeProperties", "documentation": "The properties of the action type to be updated.
" }, "urls": { "shape": "ActionTypeUrls", "documentation": "The links associated with the action type to be updated.
" } }, "documentation": "The parameters for the action type definition that are provided when the action type is created or updated.
" }, "ActionTypeDescription": { "type": "string", "max": 1024, "min": 1 }, "ActionTypeExecutor": { "type": "structure", "required": [ "configuration", "type" ], "members": { "configuration": { "shape": "ExecutorConfiguration", "documentation": "The action configuration properties for the action type. These properties are specified in the action definition when the action type is created.
" }, "type": { "shape": "ExecutorType", "documentation": "The integration model used to create and update the action type, Lambda
or JobWorker
.
The policy statement that specifies the permissions in the CodePipeline customer account that are needed to successfully run an action.
To grant permission to another account, specify the account ID as the Principal, a domain-style identifier defined by the service, for example codepipeline.amazonaws.com
.
The size of the passed JSON policy document cannot exceed 2048 characters.
The timeout in seconds for the job. An action execution can have multiple jobs. This is the timeout for a single job, not the entire action execution.
" } }, "documentation": "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. The action engine is associated with the model used to create and update the action, such as the Lambda integration model.
" }, "ActionTypeId": { "type": "structure", "required": [ "category", "owner", "provider", "version" ], "members": { "category": { "shape": "ActionCategory", "documentation": "A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values.
Source
Build
Test
Deploy
Invoke
Approval
The creator of the action being called. There are three valid values for the Owner
field in the action category section within your pipeline structure: AWS
, ThirdParty
, and Custom
. For more information, see Valid Action Types and Providers in CodePipeline.
The provider of the service being called by the action. Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of CodeDeploy, which would be specified as CodeDeploy
. For more information, see Valid Action Types and Providers in CodePipeline.
A string that describes the action version.
" } }, "documentation": "Represents information about an action type.
" }, "ActionTypeIdentifier": { "type": "structure", "required": [ "category", "owner", "provider", "version" ], "members": { "category": { "shape": "ActionCategory", "documentation": "Defines what kind of action can be taken in the stage, one of the following:
Source
Build
Test
Deploy
Approval
Invoke
The creator of the action type being called: AWS
or ThirdParty
.
The provider of the action type being called. The provider name is supplied when the action type is created.
" }, "version": { "shape": "Version", "documentation": "A string that describes the action type version.
" } }, "documentation": "Specifies the category, owner, provider, and version of the action type.
" }, "ActionTypeList": { "type": "list", "member": { "shape": "ActionType" } }, "ActionTypeOwner": { "type": "string", "pattern": "AWS|ThirdParty" }, "ActionTypePermissions": { "type": "structure", "required": [ "allowedAccounts" ], "members": { "allowedAccounts": { "shape": "AllowedAccounts", "documentation": "A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
" } }, "documentation": "Details identifying the users with permissions to use the action type.
" }, "ActionTypeProperties": { "type": "list", "member": { "shape": "ActionTypeProperty" }, "max": 10 }, "ActionTypeProperty": { "type": "structure", "required": [ "name", "optional", "key", "noEcho" ], "members": { "name": { "shape": "ActionConfigurationKey", "documentation": "The property name that is displayed to users.
" }, "optional": { "shape": "Boolean", "documentation": "Whether the configuration property is an optional value.
" }, "key": { "shape": "Boolean", "documentation": "Whether the configuration property is a key.
" }, "noEcho": { "shape": "Boolean", "documentation": "Whether to omit the field value entered by the customer in the log. If true
, the value is not saved in CloudTrail logs for the action execution.
Indicates that the property is used with polling. An action type can have up to one queryable property. If it has one, that property must be both required and not secret.
" }, "description": { "shape": "PropertyDescription", "documentation": "The description of the property that is displayed to users.
" } }, "documentation": "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": { "type": "structure", "members": { "thirdPartyConfigurationUrl": { "shape": "Url", "documentation": "The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
" }, "entityUrlTemplate": { "shape": "UrlTemplate", "documentation": "The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for a CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.
" }, "executionUrlTemplate": { "shape": "UrlTemplate", "documentation": "The URL returned to the CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for CodeDeploy. This link is shown on the pipeline view page in the CodePipeline console and provides a link to the execution entity of the external action.
" }, "revisionUrlTemplate": { "shape": "UrlTemplate", "documentation": "The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
" } }, "documentation": "Returns information about the settings for an action type.
" }, "ActionTypeUrls": { "type": "structure", "members": { "configurationUrl": { "shape": "Url", "documentation": "The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.
" }, "entityUrlTemplate": { "shape": "UrlTemplate", "documentation": "The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.
" }, "executionUrlTemplate": { "shape": "UrlTemplate", "documentation": "The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.
" }, "revisionUrlTemplate": { "shape": "UrlTemplate", "documentation": "The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
" } }, "documentation": "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.
" }, "AllowedAccount": { "type": "string", "pattern": "[0-9]{12}|\\*" }, "AllowedAccounts": { "type": "list", "member": { "shape": "AllowedAccount" }, "max": 1000, "min": 1 }, "ApprovalResult": { "type": "structure", "required": [ "summary", "status" ], "members": { "summary": { "shape": "ApprovalSummary", "documentation": "The summary of the current status of the approval request.
" }, "status": { "shape": "ApprovalStatus", "documentation": "The response submitted by a reviewer assigned to an approval action request.
" } }, "documentation": "Represents information about the result of an approval request.
" }, "ApprovalStatus": { "type": "string", "enum": [ "Approved", "Rejected" ] }, "ApprovalSummary": { "type": "string", "max": 512, "min": 0 }, "ApprovalToken": { "type": "string", "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" }, "Artifact": { "type": "structure", "members": { "name": { "shape": "ArtifactName", "documentation": "The artifact's name.
" }, "revision": { "shape": "Revision", "documentation": "The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).
" }, "location": { "shape": "ArtifactLocation", "documentation": "The location of an artifact.
" } }, "documentation": "Artifacts are the files that are worked on by actions in the pipeline. See the action configuration for each action for details about artifact parameters. For example, the S3 source action artifact is a file name (or file path), and the files are generally provided as a ZIP file. Example artifact name: SampleApp_Windows.zip
" }, "ArtifactDetail": { "type": "structure", "members": { "name": { "shape": "ArtifactName", "documentation": "The artifact object name for the action execution.
" }, "s3location": { "shape": "S3Location", "documentation": "The Amazon S3 artifact location for the action execution.
" } }, "documentation": "Artifact details for the action execution, such as the artifact location.
" }, "ArtifactDetailList": { "type": "list", "member": { "shape": "ArtifactDetail" } }, "ArtifactDetails": { "type": "structure", "required": [ "minimumCount", "maximumCount" ], "members": { "minimumCount": { "shape": "MinimumArtifactCount", "documentation": "The minimum number of artifacts allowed for the action type.
" }, "maximumCount": { "shape": "MaximumArtifactCount", "documentation": "The maximum number of artifacts allowed for the action type.
" } }, "documentation": "Returns information about the details of an artifact.
" }, "ArtifactList": { "type": "list", "member": { "shape": "Artifact" } }, "ArtifactLocation": { "type": "structure", "members": { "type": { "shape": "ArtifactLocationType", "documentation": "The type of artifact in the location.
" }, "s3Location": { "shape": "S3ArtifactLocation", "documentation": "The S3 bucket that contains the artifact.
" } }, "documentation": "Represents information about the location of an artifact.
" }, "ArtifactLocationType": { "type": "string", "enum": [ "S3" ] }, "ArtifactName": { "type": "string", "max": 100, "min": 1, "pattern": "[a-zA-Z0-9_\\-]+" }, "ArtifactRevision": { "type": "structure", "members": { "name": { "shape": "ArtifactName", "documentation": "The name of an artifact. This name might be system-generated, such as \"MyApp\", or defined by the user when an action is created.
" }, "revisionId": { "shape": "Revision", "documentation": "The revision ID of the artifact.
" }, "revisionChangeIdentifier": { "shape": "RevisionChangeIdentifier", "documentation": "An additional identifier for a revision, such as a commit date or, for artifacts stored in Amazon S3 buckets, the ETag value.
" }, "revisionSummary": { "shape": "RevisionSummary", "documentation": "Summary information about the most recent revision of the artifact. For GitHub and CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the user-provided content of a codepipeline-artifact-revision-summary
key specified in the object metadata.
The date and time when the most recent revision of the artifact was created, in timestamp format.
" }, "revisionUrl": { "shape": "Url", "documentation": "The commit ID for the artifact revision. For artifacts stored in GitHub or CodeCommit repositories, the commit ID is linked to a commit details page.
" } }, "documentation": "Represents revision details of an artifact.
" }, "ArtifactRevisionList": { "type": "list", "member": { "shape": "ArtifactRevision" } }, "ArtifactStore": { "type": "structure", "required": [ "type", "location" ], "members": { "type": { "shape": "ArtifactStoreType", "documentation": "The type of the artifact store, such as S3.
" }, "location": { "shape": "ArtifactStoreLocation", "documentation": "The S3 bucket used for storing the artifacts for a pipeline. You can specify the name of an S3 bucket but not a folder in the bucket. A folder to contain the pipeline artifacts is created for you based on the name of the pipeline. You can use any S3 bucket in the same Amazon Web Services Region as the pipeline to store your pipeline artifacts.
" }, "encryptionKey": { "shape": "EncryptionKey", "documentation": "The encryption key used to encrypt the data in the artifact store, such as an Amazon Web Services Key Management Service key. If this is undefined, the default key for Amazon S3 is used.
" } }, "documentation": "The S3 bucket where artifacts for the pipeline are stored.
You must include either artifactStore
or artifactStores
in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use artifactStores
.
The conditions that are configured as entry conditions.
" } }, "documentation": "The conditions for making checks for entry to a stage.
" }, "BlockerDeclaration": { "type": "structure", "required": [ "name", "type" ], "members": { "name": { "shape": "BlockerName", "documentation": "Reserved for future use.
" }, "type": { "shape": "BlockerType", "documentation": "Reserved for future use.
" } }, "documentation": "Reserved for future use.
" }, "BlockerName": { "type": "string", "max": 100, "min": 1 }, "BlockerType": { "type": "string", "enum": [ "Schedule" ] }, "Boolean": { "type": "boolean" }, "ClientId": { "type": "string", "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" }, "ClientRequestToken": { "type": "string", "max": 128, "min": 1, "pattern": "^[a-zA-Z0-9-]+$" }, "ClientToken": { "type": "string", "max": 256, "min": 1 }, "Code": { "type": "string" }, "Condition": { "type": "structure", "members": { "result": { "shape": "Result", "documentation": "The action to be done when the condition is met. For example, rolling back an execution for a failure condition.
" }, "rules": { "shape": "RuleDeclarationList", "documentation": "The rules that make up the condition.
" } }, "documentation": "The condition for the stage. A condition is made up of the rules and the result for the condition.
" }, "ConditionExecution": { "type": "structure", "members": { "status": { "shape": "ConditionExecutionStatus", "documentation": "The status of the run for a condition.
" }, "summary": { "shape": "ExecutionSummary", "documentation": "The summary of information about a run for a condition.
" }, "lastStatusChange": { "shape": "Timestamp", "documentation": "The last status change of the condition.
" } }, "documentation": "The run of a condition.
" }, "ConditionExecutionStatus": { "type": "string", "enum": [ "InProgress", "Failed", "Errored", "Succeeded", "Cancelled", "Abandoned", "Overridden" ] }, "ConditionList": { "type": "list", "member": { "shape": "Condition" }, "max": 1, "min": 1 }, "ConditionState": { "type": "structure", "members": { "latestExecution": { "shape": "ConditionExecution", "documentation": "The state of the latest run of the rule.
" }, "ruleStates": { "shape": "RuleStateList", "documentation": "The state of the rules for the condition.
" } }, "documentation": "Information about the state of the condition.
" }, "ConditionStateList": { "type": "list", "member": { "shape": "ConditionState" } }, "ConditionType": { "type": "string", "enum": [ "BEFORE_ENTRY", "ON_SUCCESS" ] }, "ContinuationToken": { "type": "string", "max": 2048, "min": 1 }, "CreateCustomActionTypeInput": { "type": "structure", "required": [ "category", "provider", "version", "inputArtifactDetails", "outputArtifactDetails" ], "members": { "category": { "shape": "ActionCategory", "documentation": "The category of the custom action, such as a build action or a test action.
" }, "provider": { "shape": "ActionProvider", "documentation": "The provider of the service used in the custom action, such as CodeDeploy.
" }, "version": { "shape": "Version", "documentation": "The version identifier of the custom action.
" }, "settings": { "shape": "ActionTypeSettings", "documentation": "URLs that provide users information about this custom action.
" }, "configurationProperties": { "shape": "ActionConfigurationPropertyList", "documentation": "The configuration properties for the custom action.
You can refer to a name in the configuration properties of the custom action within the URL templates by following the format of {Config:name}, as long as the configuration property is both required and not secret. For more information, see Create a Custom Action for a Pipeline.
The details of the input artifact for the action, such as its commit ID.
" }, "outputArtifactDetails": { "shape": "ArtifactDetails", "documentation": "The details of the output artifact of the action, such as its commit ID.
" }, "tags": { "shape": "TagList", "documentation": "The tags for the custom action.
" } }, "documentation": "Represents the input of a CreateCustomActionType operation.
" }, "CreateCustomActionTypeOutput": { "type": "structure", "required": [ "actionType" ], "members": { "actionType": { "shape": "ActionType", "documentation": "Returns information about the details of an action type.
" }, "tags": { "shape": "TagList", "documentation": "Specifies the tags applied to the custom action.
" } }, "documentation": "Represents the output of a CreateCustomActionType
operation.
Represents the structure of actions and stages to be performed in the pipeline.
" }, "tags": { "shape": "TagList", "documentation": "The tags for the pipeline.
" } }, "documentation": "Represents the input of a CreatePipeline
action.
Represents the structure of actions and stages to be performed in the pipeline.
" }, "tags": { "shape": "TagList", "documentation": "Specifies the tags applied to the pipeline.
" } }, "documentation": "Represents the output of a CreatePipeline
action.
The revision ID of the current version of an artifact.
" }, "changeIdentifier": { "shape": "RevisionChangeIdentifier", "documentation": "The change identifier for the current revision.
" }, "created": { "shape": "Time", "documentation": "The date and time when the most recent revision of the artifact was created, in timestamp format.
" }, "revisionSummary": { "shape": "RevisionSummary", "documentation": "The summary of the most recent revision of the artifact.
" } }, "documentation": "Represents information about a current revision.
" }, "DeleteCustomActionTypeInput": { "type": "structure", "required": [ "category", "provider", "version" ], "members": { "category": { "shape": "ActionCategory", "documentation": "The category of the custom action that you want to delete, such as source or deploy.
" }, "provider": { "shape": "ActionProvider", "documentation": "The provider of the service used in the custom action, such as CodeDeploy.
" }, "version": { "shape": "Version", "documentation": "The version of the custom action to delete.
" } }, "documentation": "Represents the input of a DeleteCustomActionType
operation. The custom action will be marked as deleted.
The name of the pipeline to be deleted.
" } }, "documentation": "Represents the input of a DeletePipeline
action.
The name of the webhook you want to delete.
" } } }, "DeleteWebhookOutput": { "type": "structure", "members": {} }, "DeregisterWebhookWithThirdPartyInput": { "type": "structure", "members": { "webhookName": { "shape": "WebhookName", "documentation": "The name of the webhook you want to deregister.
" } } }, "DeregisterWebhookWithThirdPartyOutput": { "type": "structure", "members": {} }, "Description": { "type": "string", "max": 160, "min": 1 }, "DisableStageTransitionInput": { "type": "structure", "required": [ "pipelineName", "stageName", "transitionType", "reason" ], "members": { "pipelineName": { "shape": "PipelineName", "documentation": "The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
" }, "stageName": { "shape": "StageName", "documentation": "The name of the stage where you want to disable the inbound or outbound transition of artifacts.
" }, "transitionType": { "shape": "StageTransitionType", "documentation": "Specifies whether artifacts are prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).
" }, "reason": { "shape": "DisabledReason", "documentation": "The reason given to the user that a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.
" } }, "documentation": "Represents the input of a DisableStageTransition
action.
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
" }, "stageName": { "shape": "StageName", "documentation": "The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).
" }, "transitionType": { "shape": "StageTransitionType", "documentation": "Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
" } }, "documentation": "Represents the input of an EnableStageTransition
action.
The ID used to identify the key. For an Amazon Web Services KMS key, you can use the key ID, the key ARN, or the alias ARN.
Aliases are recognized only in the account that created the KMS key. For cross-account actions, you can only use the key ID or key ARN to identify the key. Cross-account actions involve using the role from the other account (AccountB), so specifying the key ID will use the key from the other account (AccountB).
The type of encryption key, such as an Amazon Web Services KMS key. When creating or updating a pipeline, the value must be set to 'KMS'.
" } }, "documentation": "Represents information about the key used to encrypt data in the artifact store, such as an Amazon Web Services Key Management Service (Key Management Service) key.
" }, "EncryptionKeyId": { "type": "string", "max": 400, "min": 1 }, "EncryptionKeyType": { "type": "string", "enum": [ "KMS" ] }, "ErrorDetails": { "type": "structure", "members": { "code": { "shape": "Code", "documentation": "The system ID or number code of the error.
" }, "message": { "shape": "Message", "documentation": "The text of the error message.
" } }, "documentation": "Represents information about an error in CodePipeline.
" }, "ExecutionDetails": { "type": "structure", "members": { "summary": { "shape": "ExecutionSummary", "documentation": "The summary of the current status of the actions.
" }, "externalExecutionId": { "shape": "ExecutionId", "documentation": "The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.
" }, "percentComplete": { "shape": "Percentage", "documentation": "The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
" } }, "documentation": "The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
" }, "ExecutionId": { "type": "string", "max": 1500, "min": 1 }, "ExecutionMode": { "type": "string", "enum": [ "QUEUED", "SUPERSEDED", "PARALLEL" ] }, "ExecutionSummary": { "type": "string", "max": 2048, "min": 1 }, "ExecutionTrigger": { "type": "structure", "members": { "triggerType": { "shape": "TriggerType", "documentation": "The type of change-detection method, command, or user interaction that started a pipeline execution.
" }, "triggerDetail": { "shape": "TriggerDetail", "documentation": "Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution
CLI command.
The interaction or event that started a pipeline execution.
" }, "ExecutionType": { "type": "string", "enum": [ "STANDARD", "ROLLBACK" ] }, "ExecutorConfiguration": { "type": "structure", "members": { "lambdaExecutorConfiguration": { "shape": "LambdaExecutorConfiguration", "documentation": "Details about the Lambda
executor of the action type.
Details about the JobWorker
executor of the action type.
The action engine, or executor, related to the supported integration model used to create and update the action type. The available executor types are Lambda
and JobWorker
.
The specified result for when the failure conditions are met, such as rolling back the stage.
" }, "conditions": { "shape": "ConditionList", "documentation": "The conditions that are configured as failure conditions.
" } }, "documentation": "The configuration that specifies the result, such as rollback, to occur upon stage failure.
" }, "FailureDetails": { "type": "structure", "required": [ "type", "message" ], "members": { "type": { "shape": "FailureType", "documentation": "The type of the failure.
" }, "message": { "shape": "Message", "documentation": "The message about the failure.
" }, "externalExecutionId": { "shape": "ExecutionId", "documentation": "The external ID of the run of the action that failed.
" } }, "documentation": "Represents information about failure details.
" }, "FailureType": { "type": "string", "enum": [ "JobFailed", "ConfigurationError", "PermissionError", "RevisionOutOfSync", "RevisionUnavailable", "SystemUnavailable" ] }, "GetActionTypeInput": { "type": "structure", "required": [ "category", "owner", "provider", "version" ], "members": { "category": { "shape": "ActionCategory", "documentation": "Defines what kind of action can be taken in the stage. The following are the valid values:
Source
Build
Test
Deploy
Approval
Invoke
The creator of an action type that was created with any supported integration model. There are two valid values: AWS
and ThirdParty
.
The provider of the action type being called. The provider name is specified when the action type is created.
" }, "version": { "shape": "Version", "documentation": "A string that describes the action type version.
" } } }, "GetActionTypeOutput": { "type": "structure", "members": { "actionType": { "shape": "ActionTypeDeclaration", "documentation": "The action type information for the requested action type, such as the action type ID.
" } } }, "GetJobDetailsInput": { "type": "structure", "required": [ "jobId" ], "members": { "jobId": { "shape": "JobId", "documentation": "The unique system-generated ID for the job.
" } }, "documentation": "Represents the input of a GetJobDetails
action.
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails
again to obtain new credentials.
Represents the output of a GetJobDetails
action.
The name of the pipeline about which you want to get execution details.
" }, "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The ID of the pipeline execution about which you want to get execution details.
" } }, "documentation": "Represents the input of a GetPipelineExecution
action.
Represents information about the execution of a pipeline.
" } }, "documentation": "Represents the output of a GetPipelineExecution
action.
The name of the pipeline for which you want to get information. Pipeline names must be unique in an Amazon Web Services account.
" }, "version": { "shape": "PipelineVersion", "documentation": "The version number of the pipeline. If you do not specify a version, defaults to the current version.
" } }, "documentation": "Represents the input of a GetPipeline
action.
Represents the structure of actions and stages to be performed in the pipeline.
" }, "metadata": { "shape": "PipelineMetadata", "documentation": "Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
Represents the output of a GetPipeline
action.
The name of the pipeline about which you want to get information.
" } }, "documentation": "Represents the input of a GetPipelineState
action.
The name of the pipeline for which you want to get the state.
" }, "pipelineVersion": { "shape": "PipelineVersion", "documentation": "The version number of the pipeline.
A newly created pipeline is always assigned a version number of 1
.
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
" }, "created": { "shape": "Timestamp", "documentation": "The date and time the pipeline was created, in timestamp format.
" }, "updated": { "shape": "Timestamp", "documentation": "The date and time the pipeline was last updated, in timestamp format.
" } }, "documentation": "Represents the output of a GetPipelineState
action.
The unique system-generated ID used for identifying the job.
" }, "clientToken": { "shape": "ClientToken", "documentation": "The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
" } }, "documentation": "Represents the input of a GetThirdPartyJobDetails
action.
The details of the job, including any protected values defined for the job.
" } }, "documentation": "Represents the output of a GetThirdPartyJobDetails
action.
The list of patterns of Git branches that, when a commit is pushed, are to be included as criteria that starts the pipeline.
" }, "excludes": { "shape": "GitBranchPatternList", "documentation": "The list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline.
" } }, "documentation": "The Git repository branches specified as filter criteria to start the pipeline.
" }, "GitBranchNamePattern": { "type": "string", "max": 255, "min": 1, "pattern": ".*" }, "GitBranchPatternList": { "type": "list", "member": { "shape": "GitBranchNamePattern" }, "max": 8, "min": 1 }, "GitConfiguration": { "type": "structure", "required": [ "sourceActionName" ], "members": { "sourceActionName": { "shape": "ActionName", "documentation": "The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.
You can only specify one trigger configuration per source action.
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
" }, "pullRequest": { "shape": "GitPullRequestFilterList", "documentation": "The field where the repository event that will start the pipeline is specified as pull requests.
" } }, "documentation": "A type of trigger configuration for Git-based source actions.
You can specify the Git configuration trigger type for all third-party Git-based source actions that are supported by the CodeStarSourceConnection
action type.
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.
" }, "excludes": { "shape": "GitFilePathPatternList", "documentation": "The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.
" } }, "documentation": "The Git repository file paths specified as filter criteria to start the pipeline.
" }, "GitFilePathPattern": { "type": "string", "max": 255, "min": 1, "pattern": ".*" }, "GitFilePathPatternList": { "type": "list", "member": { "shape": "GitFilePathPattern" }, "max": 8, "min": 1 }, "GitPullRequestEventType": { "type": "string", "enum": [ "OPEN", "UPDATED", "CLOSED" ] }, "GitPullRequestEventTypeList": { "type": "list", "member": { "shape": "GitPullRequestEventType" }, "max": 3, "min": 1 }, "GitPullRequestFilter": { "type": "structure", "members": { "events": { "shape": "GitPullRequestEventTypeList", "documentation": "The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.
" }, "branches": { "shape": "GitBranchFilterCriteria", "documentation": "The field that specifies to filter on branches for the pull request trigger configuration.
" }, "filePaths": { "shape": "GitFilePathFilterCriteria", "documentation": "The field that specifies to filter on file paths for the pull request trigger configuration.
" } }, "documentation": "The event criteria for the pull request trigger configuration, such as the lists of branches or file paths to include and exclude.
" }, "GitPullRequestFilterList": { "type": "list", "member": { "shape": "GitPullRequestFilter" }, "max": 3, "min": 1 }, "GitPushFilter": { "type": "structure", "members": { "tags": { "shape": "GitTagFilterCriteria", "documentation": "The field that contains the details for the Git tags trigger configuration.
" }, "branches": { "shape": "GitBranchFilterCriteria", "documentation": "The field that specifies to filter on branches for the push trigger configuration.
" }, "filePaths": { "shape": "GitFilePathFilterCriteria", "documentation": "The field that specifies to filter on file paths for the push trigger configuration.
" } }, "documentation": "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.
" }, "GitPushFilterList": { "type": "list", "member": { "shape": "GitPushFilter" }, "max": 3, "min": 1 }, "GitTagFilterCriteria": { "type": "structure", "members": { "includes": { "shape": "GitTagPatternList", "documentation": "The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
" }, "excludes": { "shape": "GitTagPatternList", "documentation": "The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
" } }, "documentation": "The Git tags specified as filter criteria for whether a Git tag repository event will start the pipeline.
" }, "GitTagNamePattern": { "type": "string", "max": 255, "min": 1 }, "GitTagPatternList": { "type": "list", "member": { "shape": "GitTagNamePattern" }, "max": 8, "min": 1 }, "InputArtifact": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "ArtifactName", "documentation": "The name of the artifact to be worked on (for example, \"My App\").
Artifacts are the files that are worked on by actions in the pipeline. See the action configuration for each action for details about artifact parameters. For example, the S3 source action input artifact is a file name (or file path), and the files are generally provided as a ZIP file. Example artifact name: SampleApp_Windows.zip
The input artifact of an action must exactly match the output artifact declared in a preceding action, but the input artifact does not have to be the next action in strict sequence from the action that provided the output artifact. Actions in parallel can declare different output artifacts, which are in turn consumed by different following actions.
" } }, "documentation": "Represents information about an artifact to be worked on, such as a test or build artifact.
" }, "InputArtifactList": { "type": "list", "member": { "shape": "InputArtifact" } }, "Job": { "type": "structure", "members": { "id": { "shape": "JobId", "documentation": "The unique system-generated ID of the job.
" }, "data": { "shape": "JobData", "documentation": "Other data about a job.
" }, "nonce": { "shape": "Nonce", "documentation": "A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.
" }, "accountId": { "shape": "AccountId", "documentation": "The ID of the Amazon Web Services account to use when performing the job.
" } }, "documentation": "Represents information about a job.
" }, "JobData": { "type": "structure", "members": { "actionTypeId": { "shape": "ActionTypeId", "documentation": "Represents information about an action type.
" }, "actionConfiguration": { "shape": "ActionConfiguration", "documentation": "Represents information about an action configuration.
" }, "pipelineContext": { "shape": "PipelineContext", "documentation": "Represents information about a pipeline to a job worker.
Includes pipelineArn
and pipelineExecutionId
for custom jobs.
The artifact supplied to the job.
" }, "outputArtifacts": { "shape": "ArtifactList", "documentation": "The output of the job.
" }, "artifactCredentials": { "shape": "AWSSessionCredentials", "documentation": "Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifacts for the pipeline in CodePipeline.
" }, "continuationToken": { "shape": "ContinuationToken", "documentation": "A system-generated token, such as a deployment ID, required by a job to continue the job asynchronously.
" }, "encryptionKey": { "shape": "EncryptionKey", "documentation": "Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
" } }, "documentation": "Represents other information about a job required for a job worker to complete the job.
" }, "JobDetails": { "type": "structure", "members": { "id": { "shape": "JobId", "documentation": "The unique system-generated ID of the job.
" }, "data": { "shape": "JobData", "documentation": "Represents other information about a job required for a job worker to complete the job.
" }, "accountId": { "shape": "AccountId", "documentation": "The Amazon Web Services account ID associated with the job.
" } }, "documentation": "Represents information about the details of a job.
" }, "JobId": { "type": "string", "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" }, "JobList": { "type": "list", "member": { "shape": "Job" } }, "JobStatus": { "type": "string", "enum": [ "Created", "Queued", "Dispatched", "InProgress", "TimedOut", "Succeeded", "Failed" ] }, "JobTimeout": { "type": "integer", "max": 43200, "min": 60 }, "JobWorkerExecutorConfiguration": { "type": "structure", "members": { "pollingAccounts": { "shape": "PollingAccountList", "documentation": "The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
" }, "pollingServicePrincipals": { "shape": "PollingServicePrincipalList", "documentation": "The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.
" } }, "documentation": "Details about the polling configuration for the JobWorker
action engine, or executor.
The ARN of the Lambda function used by the action engine.
" } }, "documentation": "Details about the configuration for the Lambda
action engine, or executor.
The execution ID for the latest execution in the pipeline.
" }, "startTimeRange": { "shape": "StartTimeRange", "documentation": "The start time to filter on for the latest execution in the pipeline. Valid options:
All
Latest
The field that specifies to filter on the latest execution in the pipeline.
Filtering on the latest execution is available for executions run on or after February 08, 2024.
The name of the pipeline for which you want to list action execution history.
" }, "filter": { "shape": "ActionExecutionFilter", "documentation": "Input information used to filter action execution history.
" }, "maxResults": { "shape": "MaxResults", "documentation": "The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.
" }, "nextToken": { "shape": "NextToken", "documentation": "The token that was returned from the previous ListActionExecutions
call, which can be used to return the next set of action executions in the list.
The details for a list of recent executions, such as action execution ID.
" }, "nextToken": { "shape": "NextToken", "documentation": "If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions
call to return the next set of action executions in the list.
Filters the list of action types to those created by a specified entity.
" }, "nextToken": { "shape": "NextToken", "documentation": "An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.
" }, "regionFilter": { "shape": "AWSRegionName", "documentation": "The Region to filter on for the list of action types.
" } }, "documentation": "Represents the input of a ListActionTypes
action.
Provides details of the action types.
" }, "nextToken": { "shape": "NextToken", "documentation": "If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list action types call to return the next set of action types in the list.
" } }, "documentation": "Represents the output of a ListActionTypes
action.
The name of the pipeline for which you want to get execution summary information.
" }, "maxResults": { "shape": "MaxResults", "documentation": "The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
" }, "filter": { "shape": "PipelineExecutionFilter", "documentation": "The pipeline execution to filter on.
" }, "nextToken": { "shape": "NextToken", "documentation": "The token that was returned from the previous ListPipelineExecutions
call, which can be used to return the next set of pipeline executions in the list.
Represents the input of a ListPipelineExecutions
action.
A list of executions in the history of a pipeline.
" }, "nextToken": { "shape": "NextToken", "documentation": "A token that can be used in the next ListPipelineExecutions
call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
Represents the output of a ListPipelineExecutions
action.
An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.
" }, "maxResults": { "shape": "MaxPipelines", "documentation": "The maximum number of pipelines to return in a single call. To retrieve the remaining pipelines, make another call with the returned nextToken value. The minimum value you can specify is 1. The maximum accepted value is 1000.
" } }, "documentation": "Represents the input of a ListPipelines
action.
The list of pipelines.
" }, "nextToken": { "shape": "NextToken", "documentation": "If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
" } }, "documentation": "Represents the output of a ListPipelines
action.
The name of the pipeline for which you want to get execution summary information.
" }, "filter": { "shape": "RuleExecutionFilter", "documentation": "Input information used to filter rule execution history.
" }, "maxResults": { "shape": "MaxResults", "documentation": "The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
" }, "nextToken": { "shape": "NextToken", "documentation": "The token that was returned from the previous ListRuleExecutions
call, which can be used to return the next set of rule executions in the list.
Details about the output for listing rule executions.
" }, "nextToken": { "shape": "NextToken", "documentation": "A token that can be used in the next ListRuleExecutions
call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
The rule owner to filter on.
" }, "regionFilter": { "shape": "AWSRegionName", "documentation": "The rule Region to filter on.
" } } }, "ListRuleTypesOutput": { "type": "structure", "required": [ "ruleTypes" ], "members": { "ruleTypes": { "shape": "RuleTypeList", "documentation": "Lists the rules that are configured for the condition.
" } } }, "ListTagsForResourceInput": { "type": "structure", "required": [ "resourceArn" ], "members": { "resourceArn": { "shape": "ResourceArn", "documentation": "The Amazon Resource Name (ARN) of the resource to get tags for.
" }, "nextToken": { "shape": "NextToken", "documentation": "The token that was returned from the previous API call, which would be used to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.
" }, "maxResults": { "shape": "MaxResults", "documentation": "The maximum number of results to return in a single call.
" } } }, "ListTagsForResourceOutput": { "type": "structure", "members": { "tags": { "shape": "TagList", "documentation": "The tags for the resource.
" }, "nextToken": { "shape": "NextToken", "documentation": "If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent API call to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.
" } } }, "ListWebhookItem": { "type": "structure", "required": [ "definition", "url" ], "members": { "definition": { "shape": "WebhookDefinition", "documentation": "The detail returned for each webhook, such as the webhook authentication type and filter rules.
" }, "url": { "shape": "WebhookUrl", "documentation": "A unique URL generated by CodePipeline. When a POST request is made to this URL, the defined pipeline is started as long as the body of the post request satisfies the defined authentication and filtering conditions. Deleting and re-creating a webhook makes the old URL invalid and generates a new one.
" }, "errorMessage": { "shape": "WebhookErrorMessage", "documentation": "The text of the error message about the webhook.
" }, "errorCode": { "shape": "WebhookErrorCode", "documentation": "The number code of the error.
" }, "lastTriggered": { "shape": "WebhookLastTriggered", "documentation": "The date and time a webhook was last successfully triggered, in timestamp format.
" }, "arn": { "shape": "WebhookArn", "documentation": "The Amazon Resource Name (ARN) of the webhook.
" }, "tags": { "shape": "TagList", "documentation": "Specifies the tags applied to the webhook.
" } }, "documentation": "The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.
" }, "ListWebhooksInput": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list.
" }, "MaxResults": { "shape": "MaxResults", "documentation": "The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
" } } }, "ListWebhooksOutput": { "type": "structure", "members": { "webhooks": { "shape": "WebhookList", "documentation": "The JSON detail returned for each webhook in the list output for the ListWebhooks call.
" }, "NextToken": { "shape": "NextToken", "documentation": "If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.
" } } }, "MatchEquals": { "type": "string", "max": 150, "min": 1 }, "MaxBatchSize": { "type": "integer", "min": 1 }, "MaxPipelines": { "type": "integer", "max": 1000, "min": 1 }, "MaxResults": { "type": "integer", "max": 100, "min": 1 }, "MaximumActionTypeArtifactCount": { "type": "integer", "max": 10, "min": 0 }, "MaximumArtifactCount": { "type": "integer", "max": 5, "min": 0 }, "Message": { "type": "string", "max": 5000, "min": 1 }, "MinimumActionTypeArtifactCount": { "type": "integer", "max": 10, "min": 0 }, "MinimumArtifactCount": { "type": "integer", "max": 5, "min": 0 }, "NextToken": { "type": "string", "max": 2048, "min": 1 }, "Nonce": { "type": "string", "max": 50, "min": 1 }, "OutputArtifact": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "ArtifactName", "documentation": "The name of the output of an artifact, such as \"My App\".
The input artifact of an action must exactly match the output artifact declared in a preceding action, but the input artifact does not have to be the next action in strict sequence from the action that provided the output artifact. Actions in parallel can declare different output artifacts, which are in turn consumed by different following actions.
Output artifact names must be unique within a pipeline.
" } }, "documentation": "Represents information about the output of an action.
" }, "OutputArtifactList": { "type": "list", "member": { "shape": "OutputArtifact" } }, "OutputVariablesKey": { "type": "string", "pattern": "[A-Za-z0-9@\\-_]+" }, "OutputVariablesMap": { "type": "map", "key": { "shape": "OutputVariablesKey" }, "value": { "shape": "OutputVariablesValue" } }, "OutputVariablesValue": { "type": "string" }, "OverrideStageConditionInput": { "type": "structure", "required": [ "pipelineName", "stageName", "pipelineExecutionId", "conditionType" ], "members": { "pipelineName": { "shape": "PipelineName", "documentation": "The name of the pipeline with the stage that will override the condition.
" }, "stageName": { "shape": "StageName", "documentation": "The name of the stage for the override.
" }, "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The ID of the pipeline execution for the override.
" }, "conditionType": { "shape": "ConditionType", "documentation": "The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.
" } } }, "Percentage": { "type": "integer", "max": 100, "min": 0 }, "PipelineArn": { "type": "string", "pattern": "arn:aws(-[\\w]+)*:codepipeline:.+:[0-9]{12}:.+" }, "PipelineContext": { "type": "structure", "members": { "pipelineName": { "shape": "PipelineName", "documentation": "The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
" }, "stage": { "shape": "StageContext", "documentation": "The stage of the pipeline.
" }, "action": { "shape": "ActionContext", "documentation": "The context of an action to a job worker in the stage of a pipeline.
" }, "pipelineArn": { "shape": "PipelineArn", "documentation": "The Amazon Resource Name (ARN) of the pipeline.
" }, "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The execution ID of the pipeline.
" } }, "documentation": "Represents information about a pipeline to a job worker.
PipelineContext contains pipelineArn
and pipelineExecutionId
for custom action jobs. The pipelineArn
and pipelineExecutionId
fields are not populated for ThirdParty action jobs.
The name of the pipeline.
" }, "roleArn": { "shape": "RoleArn", "documentation": "The Amazon Resource Name (ARN) for CodePipeline to use to either perform actions with no actionRoleArn
, or to use to assume roles for actions with an actionRoleArn
.
Represents information about the S3 bucket where artifacts are stored for the pipeline.
You must include either artifactStore
or artifactStores
in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use artifactStores
.
A mapping of artifactStore
objects and their corresponding Amazon Web Services Regions. There must be an artifact store for the pipeline Region and for each cross-region action in the pipeline.
You must include either artifactStore
or artifactStores
in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use artifactStores
.
The stage in which to perform the action.
" }, "version": { "shape": "PipelineVersion", "documentation": "The version number of the pipeline. A new pipeline always has a version number of 1. This number is incremented when a pipeline is updated.
" }, "executionMode": { "shape": "ExecutionMode", "documentation": "The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
" }, "pipelineType": { "shape": "PipelineType", "documentation": "CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
" }, "variables": { "shape": "PipelineVariableDeclarationList", "documentation": "A list that defines the pipeline variables for a pipeline resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9@\\-_]+
.
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
When a trigger configuration is specified, default change detection for repository and branch commits is disabled.
Represents the structure of actions and stages to be performed in the pipeline.
" }, "PipelineExecution": { "type": "structure", "members": { "pipelineName": { "shape": "PipelineName", "documentation": "The name of the pipeline with the specified pipeline execution.
" }, "pipelineVersion": { "shape": "PipelineVersion", "documentation": "The version number of the pipeline with the specified pipeline execution.
" }, "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The ID of the pipeline execution.
" }, "status": { "shape": "PipelineExecutionStatus", "documentation": "The status of the pipeline execution.
Cancelled: The pipeline’s definition was updated before the pipeline execution could be completed.
InProgress: The pipeline execution is currently running.
Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.
Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.
Failed: The pipeline execution was not completed successfully.
A summary that contains a description of the pipeline execution status.
" }, "artifactRevisions": { "shape": "ArtifactRevisionList", "documentation": "A list of ArtifactRevision
objects included in a pipeline execution.
A list of pipeline variables used for the pipeline execution.
" }, "trigger": { "shape": "ExecutionTrigger" }, "executionMode": { "shape": "ExecutionMode", "documentation": "The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
" }, "executionType": { "shape": "ExecutionType", "documentation": "The type of the pipeline execution.
" }, "rollbackMetadata": { "shape": "PipelineRollbackMetadata", "documentation": "The metadata about the execution pertaining to stage rollback.
" } }, "documentation": "Represents information about an execution of a pipeline.
" }, "PipelineExecutionFilter": { "type": "structure", "members": { "succeededInStage": { "shape": "SucceededInStageFilter", "documentation": "Filter for pipeline executions where the stage was successful in the current pipeline version.
" } }, "documentation": "The pipeline execution to filter on.
" }, "PipelineExecutionId": { "type": "string", "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" }, "PipelineExecutionStatus": { "type": "string", "enum": [ "Cancelled", "InProgress", "Stopped", "Stopping", "Succeeded", "Superseded", "Failed" ] }, "PipelineExecutionStatusSummary": { "type": "string" }, "PipelineExecutionSummary": { "type": "structure", "members": { "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The ID of the pipeline execution.
" }, "status": { "shape": "PipelineExecutionStatus", "documentation": "The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.
Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.
Failed: The pipeline execution was not completed successfully.
Status summary for the pipeline.
" }, "startTime": { "shape": "Timestamp", "documentation": "The date and time when the pipeline execution began, in timestamp format.
" }, "lastUpdateTime": { "shape": "Timestamp", "documentation": "The date and time of the last change to the pipeline execution, in timestamp format.
" }, "sourceRevisions": { "shape": "SourceRevisionList", "documentation": "A list of the source artifact revisions that initiated a pipeline execution.
" }, "trigger": { "shape": "ExecutionTrigger", "documentation": "The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution
API call.
The interaction that stopped a pipeline execution.
" }, "executionMode": { "shape": "ExecutionMode", "documentation": "The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
" }, "executionType": { "shape": "ExecutionType", "documentation": "Type of the pipeline execution.
" }, "rollbackMetadata": { "shape": "PipelineRollbackMetadata", "documentation": "The metadata for the stage execution to be rolled back.
" } }, "documentation": "Summary information about a pipeline execution.
" }, "PipelineExecutionSummaryList": { "type": "list", "member": { "shape": "PipelineExecutionSummary" } }, "PipelineList": { "type": "list", "member": { "shape": "PipelineSummary" } }, "PipelineMetadata": { "type": "structure", "members": { "pipelineArn": { "shape": "PipelineArn", "documentation": "The Amazon Resource Name (ARN) of the pipeline.
" }, "created": { "shape": "Timestamp", "documentation": "The date and time the pipeline was created, in timestamp format.
" }, "updated": { "shape": "Timestamp", "documentation": "The date and time the pipeline was last updated, in timestamp format.
" }, "pollingDisabledAt": { "shape": "Timestamp", "documentation": "The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.
" } }, "documentation": "Information about a pipeline.
" }, "PipelineName": { "type": "string", "max": 100, "min": 1, "pattern": "[A-Za-z0-9.@\\-_]+" }, "PipelineRollbackMetadata": { "type": "structure", "members": { "rollbackTargetPipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The pipeline execution ID to which the stage will be rolled back.
" } }, "documentation": "The metadata for the stage execution to be rolled back.
" }, "PipelineStageDeclarationList": { "type": "list", "member": { "shape": "StageDeclaration" } }, "PipelineSummary": { "type": "structure", "members": { "name": { "shape": "PipelineName", "documentation": "The name of the pipeline.
" }, "version": { "shape": "PipelineVersion", "documentation": "The version number of the pipeline.
" }, "pipelineType": { "shape": "PipelineType", "documentation": "CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
" }, "executionMode": { "shape": "ExecutionMode", "documentation": "The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
" }, "created": { "shape": "Timestamp", "documentation": "The date and time the pipeline was created, in timestamp format.
" }, "updated": { "shape": "Timestamp", "documentation": "The date and time of the last update to the pipeline, in timestamp format.
" } }, "documentation": "Returns a summary of a pipeline.
" }, "PipelineTriggerDeclaration": { "type": "structure", "required": [ "providerType", "gitConfiguration" ], "members": { "providerType": { "shape": "PipelineTriggerProviderType", "documentation": "The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.
" }, "gitConfiguration": { "shape": "GitConfiguration", "documentation": "Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.
" } }, "documentation": "Represents information about the specified trigger configuration, such as the filter criteria and the source stage for the action that contains the trigger.
This is only supported for the CodeStarSourceConnection
action type.
When a trigger configuration is specified, default change detection for repository and branch commits is disabled.
The name of a pipeline-level variable.
" }, "value": { "shape": "PipelineVariableValue", "documentation": "The value of a pipeline-level variable.
" } }, "documentation": "A pipeline-level variable used for a pipeline execution.
" }, "PipelineVariableDeclaration": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "PipelineVariableName", "documentation": "The name of a pipeline-level variable.
" }, "defaultValue": { "shape": "PipelineVariableValue", "documentation": "The value of a pipeline-level variable.
" }, "description": { "shape": "PipelineVariableDescription", "documentation": "The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.
" } }, "documentation": "A variable declared at the pipeline level.
" }, "PipelineVariableDeclarationList": { "type": "list", "member": { "shape": "PipelineVariableDeclaration" }, "max": 50 }, "PipelineVariableDescription": { "type": "string", "max": 200, "min": 0, "pattern": ".*" }, "PipelineVariableList": { "type": "list", "member": { "shape": "PipelineVariable" }, "max": 50, "min": 1 }, "PipelineVariableName": { "type": "string", "max": 128, "min": 1, "pattern": "[A-Za-z0-9@\\-_]+" }, "PipelineVariableValue": { "type": "string", "max": 1000, "min": 1, "pattern": ".*" }, "PipelineVersion": { "type": "integer", "min": 1 }, "PolicyStatementsTemplate": { "type": "string", "max": 2048, "min": 1 }, "PollForJobsInput": { "type": "structure", "required": [ "actionTypeId" ], "members": { "actionTypeId": { "shape": "ActionTypeId", "documentation": "Represents information about an action type.
" }, "maxBatchSize": { "shape": "MaxBatchSize", "documentation": "The maximum number of jobs to return in a poll for jobs call.
" }, "queryParam": { "shape": "QueryParamMap", "documentation": "A map of property names and values. For an action type with no queryable properties, this value must be null or an empty map. For an action type with a queryable property, you must supply that property as a key in the map. Only jobs whose action configuration matches the mapped value are returned.
" } }, "documentation": "Represents the input of a PollForJobs
action.
Information about the jobs to take action on.
" } }, "documentation": "Represents the output of a PollForJobs
action.
Represents information about an action type.
" }, "maxBatchSize": { "shape": "MaxBatchSize", "documentation": "The maximum number of jobs to return in a poll for jobs call.
" } }, "documentation": "Represents the input of a PollForThirdPartyJobs
action.
Information about the jobs to take action on.
" } }, "documentation": "Represents the output of a PollForThirdPartyJobs
action.
The name of the pipeline that starts processing the revision to the source.
" }, "stageName": { "shape": "StageName", "documentation": "The name of the stage that contains the action that acts on the revision.
" }, "actionName": { "shape": "ActionName", "documentation": "The name of the action that processes the revision.
" }, "actionRevision": { "shape": "ActionRevision", "documentation": "Represents information about the version (or revision) of an action.
" } }, "documentation": "Represents the input of a PutActionRevision
action.
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
" }, "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The ID of the current workflow state of the pipeline.
" } }, "documentation": "Represents the output of a PutActionRevision
action.
The name of the pipeline that contains the action.
" }, "stageName": { "shape": "StageName", "documentation": "The name of the stage that contains the action.
" }, "actionName": { "shape": "ActionName", "documentation": "The name of the action for which approval is requested.
" }, "result": { "shape": "ApprovalResult", "documentation": "Represents information about the result of the approval request.
" }, "token": { "shape": "ApprovalToken", "documentation": "The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action. It is used to validate that the approval request corresponding to this token is still valid.
" } }, "documentation": "Represents the input of a PutApprovalResult
action.
The timestamp showing when the approval or rejection was submitted.
" } }, "documentation": "Represents the output of a PutApprovalResult
action.
The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs
.
The details about the failure of a job.
" } }, "documentation": "Represents the input of a PutJobFailureResult
action.
The unique system-generated ID of the job that succeeded. This is the same ID returned from PollForJobs
.
The ID of the current revision of the artifact successfully worked on by the job.
" }, "continuationToken": { "shape": "ContinuationToken", "documentation": "A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a custom action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the custom action. When the action is complete, no continuation token should be supplied.
" }, "executionDetails": { "shape": "ExecutionDetails", "documentation": "The execution details of the successful job, such as the actions taken by the job worker.
" }, "outputVariables": { "shape": "OutputVariablesMap", "documentation": "Key-value pairs produced as output by a job worker that can be made available to a downstream action configuration. outputVariables
can be included only when there is no continuation token on the request.
Represents the input of a PutJobSuccessResult
action.
The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs
.
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
" }, "failureDetails": { "shape": "FailureDetails", "documentation": "Represents information about failure details.
" } }, "documentation": "Represents the input of a PutThirdPartyJobFailureResult
action.
The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs
.
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
" }, "currentRevision": { "shape": "CurrentRevision", "documentation": "Represents information about a current revision.
" }, "continuationToken": { "shape": "ContinuationToken", "documentation": "A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.
" }, "executionDetails": { "shape": "ExecutionDetails", "documentation": "The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
" } }, "documentation": "Represents the input of a PutThirdPartyJobSuccessResult
action.
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name. Give the webhook a unique name that helps you identify it. You might name the webhook after the pipeline and action it targets so that you can easily recognize what it's used for later.
" }, "tags": { "shape": "TagList", "documentation": "The tags for the webhook.
" } } }, "PutWebhookOutput": { "type": "structure", "members": { "webhook": { "shape": "ListWebhookItem", "documentation": "The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
" } } }, "QueryParamMap": { "type": "map", "key": { "shape": "ActionConfigurationKey" }, "value": { "shape": "ActionConfigurationQueryableValue" }, "max": 1, "min": 0 }, "RegisterWebhookWithThirdPartyInput": { "type": "structure", "members": { "webhookName": { "shape": "WebhookName", "documentation": "The name of an existing webhook created with PutWebhook to register with a supported third party.
" } } }, "RegisterWebhookWithThirdPartyOutput": { "type": "structure", "members": {} }, "ResolvedActionConfigurationMap": { "type": "map", "key": { "shape": "String" }, "value": { "shape": "String" } }, "ResolvedPipelineVariable": { "type": "structure", "members": { "name": { "shape": "String", "documentation": "The name of a pipeline-level variable.
" }, "resolvedValue": { "shape": "String", "documentation": "The resolved value of a pipeline-level variable.
" } }, "documentation": "A pipeline-level variable used for a pipeline execution.
" }, "ResolvedPipelineVariableList": { "type": "list", "member": { "shape": "ResolvedPipelineVariable" } }, "ResolvedRuleConfigurationMap": { "type": "map", "key": { "shape": "String" }, "value": { "shape": "String" } }, "ResourceArn": { "type": "string", "pattern": "arn:aws(-[\\w]+)*:codepipeline:.+:[0-9]{12}:.+" }, "Result": { "type": "string", "enum": [ "ROLLBACK", "FAIL" ] }, "RetryStageExecutionInput": { "type": "structure", "required": [ "pipelineName", "stageName", "pipelineExecutionId", "retryMode" ], "members": { "pipelineName": { "shape": "PipelineName", "documentation": "The name of the pipeline that contains the failed stage.
" }, "stageName": { "shape": "StageName", "documentation": "The name of the failed stage to be retried.
" }, "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage
" }, "retryMode": { "shape": "StageRetryMode", "documentation": "The scope of the retry attempt.
" } }, "documentation": "Represents the input of a RetryStageExecution
action.
The ID of the current workflow execution in the failed stage.
" } }, "documentation": "Represents the output of a RetryStageExecution
action.
The name of the pipeline for which the stage will be rolled back.
" }, "stageName": { "shape": "StageName", "documentation": "The name of the stage in the pipeline to be rolled back.
" }, "targetPipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The pipeline execution ID for the stage to be rolled back to.
" } } }, "RollbackStageOutput": { "type": "structure", "required": [ "pipelineExecutionId" ], "members": { "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The execution ID of the pipeline execution for the stage that has been rolled back.
" } } }, "RuleCategory": { "type": "string", "enum": [ "Rule" ] }, "RuleConfigurationKey": { "type": "string", "max": 50, "min": 1 }, "RuleConfigurationMap": { "type": "map", "key": { "shape": "RuleConfigurationKey" }, "value": { "shape": "RuleConfigurationValue" }, "max": 200, "min": 0 }, "RuleConfigurationProperty": { "type": "structure", "required": [ "name", "required", "key", "secret" ], "members": { "name": { "shape": "RuleConfigurationKey", "documentation": "The name of the rule configuration property.
" }, "required": { "shape": "Boolean", "documentation": "Whether the configuration property is a required value.
" }, "key": { "shape": "Boolean", "documentation": "Whether the configuration property is a key.
" }, "secret": { "shape": "Boolean", "documentation": "Whether the configuration property is secret.
When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.
" }, "queryable": { "shape": "Boolean", "documentation": "Indicates whether the property can be queried.
If you create a pipeline with a condition and rule, and that rule contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.
" }, "description": { "shape": "Description", "documentation": "The description of the action configuration property that is displayed to users.
" }, "type": { "shape": "RuleConfigurationPropertyType", "documentation": "The type of the configuration property.
" } }, "documentation": "Represents information about a rule configuration property.
" }, "RuleConfigurationPropertyList": { "type": "list", "member": { "shape": "RuleConfigurationProperty" }, "max": 10 }, "RuleConfigurationPropertyType": { "type": "string", "enum": [ "String", "Number", "Boolean" ] }, "RuleConfigurationValue": { "type": "string", "max": 10000, "min": 1 }, "RuleDeclaration": { "type": "structure", "required": [ "name", "ruleTypeId" ], "members": { "name": { "shape": "RuleName", "documentation": "The name of the rule that is created for the condition, such as CheckAllResults.
" }, "ruleTypeId": { "shape": "RuleTypeId", "documentation": "The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
" }, "configuration": { "shape": "RuleConfigurationMap", "documentation": "The action configuration fields for the rule.
" }, "inputArtifacts": { "shape": "InputArtifactList", "documentation": "The input artifacts fields for the rule, such as specifying an input file for the rule.
" }, "roleArn": { "shape": "RoleArn", "documentation": "The pipeline role ARN associated with the rule.
" }, "region": { "shape": "AWSRegionName", "documentation": "The Region for the condition associated with the rule.
" }, "timeoutInMinutes": { "shape": "RuleTimeout", "documentation": "The action timeout for the rule.
" } }, "documentation": "Represents information about the rule to be created for an associated condition. An example would be creating a new rule for an entry condition, such as a rule that checks for a test result before allowing the run to enter the deployment stage.
" }, "RuleDeclarationList": { "type": "list", "member": { "shape": "RuleDeclaration" }, "max": 5, "min": 1 }, "RuleExecution": { "type": "structure", "members": { "ruleExecutionId": { "shape": "RuleExecutionId", "documentation": "The execution ID for the run of the rule.
" }, "status": { "shape": "RuleExecutionStatus", "documentation": "The status of the run of the rule, such as FAILED.
" }, "summary": { "shape": "ExecutionSummary", "documentation": "A summary of the run of the rule.
" }, "lastStatusChange": { "shape": "Timestamp", "documentation": "The last status change of the rule.
" }, "token": { "shape": "RuleExecutionToken", "documentation": "The system-generated token used to identify a unique request.
" }, "lastUpdatedBy": { "shape": "LastUpdatedBy", "documentation": "The ARN of the user who last changed the rule.
" }, "externalExecutionId": { "shape": "ExecutionId", "documentation": "The external ID of the run of the rule.
" }, "externalExecutionUrl": { "shape": "Url", "documentation": "The URL of a resource external to Amazon Web Services that is used when running the rule (for example, an external repository URL).
" }, "errorDetails": { "shape": "ErrorDetails" } }, "documentation": "Represents information about each time a rule is run as part of the pipeline execution for a pipeline configured with conditions.
" }, "RuleExecutionDetail": { "type": "structure", "members": { "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The ID of the pipeline execution in the stage where the rule was run. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the stage.
" }, "ruleExecutionId": { "shape": "RuleExecutionId", "documentation": "The ID of the run for the rule.
" }, "pipelineVersion": { "shape": "PipelineVersion", "documentation": "The version number of the pipeline with the stage where the rule was run.
" }, "stageName": { "shape": "StageName", "documentation": "The name of the stage where the rule was run.
" }, "ruleName": { "shape": "RuleName", "documentation": "The name of the rule that was run in the stage.
" }, "startTime": { "shape": "Timestamp", "documentation": "The start time of the rule execution.
" }, "lastUpdateTime": { "shape": "Timestamp", "documentation": "The date and time of the last change to the rule execution, in timestamp format.
" }, "updatedBy": { "shape": "LastUpdatedBy", "documentation": "The ARN of the user who changed the rule execution details.
" }, "status": { "shape": "RuleExecutionStatus", "documentation": "The status of the rule execution. Status categories are InProgress
, Succeeded
, and Failed
.
Input details for the rule execution, such as role ARN, Region, and input artifacts.
" }, "output": { "shape": "RuleExecutionOutput", "documentation": "Output details for the rule execution, such as the rule execution result.
" } }, "documentation": "The details of the runs for a rule and the results produced on an artifact as it passes through stages in the pipeline.
" }, "RuleExecutionDetailList": { "type": "list", "member": { "shape": "RuleExecutionDetail" } }, "RuleExecutionFilter": { "type": "structure", "members": { "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The pipeline execution ID used to filter rule execution history.
" }, "latestInPipelineExecution": { "shape": "LatestInPipelineExecutionFilter" } }, "documentation": "Filter values for the rule execution.
" }, "RuleExecutionId": { "type": "string", "max": 200, "min": 1 }, "RuleExecutionInput": { "type": "structure", "members": { "ruleTypeId": { "shape": "RuleTypeId", "documentation": "The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
" }, "configuration": { "shape": "RuleConfigurationMap", "documentation": "Configuration data for a rule execution, such as the resolved values for that run.
" }, "resolvedConfiguration": { "shape": "ResolvedRuleConfigurationMap", "documentation": "Configuration data for a rule execution with all variable references replaced with their real values for the execution.
" }, "roleArn": { "shape": "RoleArn", "documentation": "The ARN of the IAM service role that performs the declared rule. This is assumed through the roleArn for the pipeline.
" }, "region": { "shape": "AWSRegionName", "documentation": "The Amazon Web Services Region for the rule, such as us-east-1.
" }, "inputArtifacts": { "shape": "ArtifactDetailList", "documentation": "Details of input artifacts of the rule that correspond to the rule execution.
" } }, "documentation": "Input information used for a rule execution.
" }, "RuleExecutionOutput": { "type": "structure", "members": { "executionResult": { "shape": "RuleExecutionResult", "documentation": "Execution result information listed in the output details for a rule execution.
" } }, "documentation": "Output details listed for a rule execution, such as the rule execution result.
" }, "RuleExecutionResult": { "type": "structure", "members": { "externalExecutionId": { "shape": "ExternalExecutionId", "documentation": "The external ID for the rule execution.
" }, "externalExecutionSummary": { "shape": "ExternalExecutionSummary", "documentation": "The external provider summary for the rule execution.
" }, "externalExecutionUrl": { "shape": "Url", "documentation": "The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the rule.
" }, "errorDetails": { "shape": "ErrorDetails" } }, "documentation": "Execution result information, such as the external execution ID.
" }, "RuleExecutionStatus": { "type": "string", "enum": [ "InProgress", "Abandoned", "Succeeded", "Failed" ] }, "RuleExecutionToken": { "type": "string", "max": 200, "min": 1, "pattern": "[a-zA-Z0-9\\-\\.]+" }, "RuleName": { "type": "string", "max": 100, "min": 1, "pattern": "[A-Za-z0-9.@\\-_]+" }, "RuleOwner": { "type": "string", "enum": [ "AWS" ] }, "RuleProvider": { "type": "string", "max": 35, "min": 1, "pattern": "[0-9A-Za-z_-]+" }, "RuleRevision": { "type": "structure", "required": [ "revisionId", "revisionChangeId", "created" ], "members": { "revisionId": { "shape": "Revision", "documentation": "The system-generated unique ID that identifies the revision number of the rule.
" }, "revisionChangeId": { "shape": "RevisionChangeIdentifier", "documentation": "The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
" }, "created": { "shape": "Timestamp", "documentation": "The date and time when the most recent version of the rule was created, in timestamp format.
" } }, "documentation": "The change to a rule that creates a revision of the rule.
" }, "RuleState": { "type": "structure", "members": { "ruleName": { "shape": "RuleName", "documentation": "The name of the rule.
" }, "currentRevision": { "shape": "RuleRevision", "documentation": "The ID of the current revision of the artifact successfully worked on by the job.
" }, "latestExecution": { "shape": "RuleExecution", "documentation": "Represents information about the latest run of an rule.
" }, "entityUrl": { "shape": "Url", "documentation": "A URL link for more information about the state of the action, such as a details page.
" }, "revisionUrl": { "shape": "Url", "documentation": "A URL link for more information about the revision, such as a commit details page.
" } }, "documentation": "Returns information about the state of a rule.
Values returned in the revisionId
field indicate the rule revision information, such as the commit ID, for the current state.
Represents information about a rule type.
" }, "settings": { "shape": "RuleTypeSettings", "documentation": "Returns information about the settings for a rule type.
" }, "ruleConfigurationProperties": { "shape": "RuleConfigurationPropertyList", "documentation": "The configuration properties for the rule type.
" }, "inputArtifactDetails": { "shape": "ArtifactDetails" } }, "documentation": "The rule type, which is made up of the combined values for category, owner, provider, and version.
" }, "RuleTypeId": { "type": "structure", "required": [ "category", "provider" ], "members": { "category": { "shape": "RuleCategory", "documentation": "A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule. The valid category is Rule
.
The creator of the rule being called. The valid value for the Owner
field in the rule category is AWS
.
The rule provider, such as the DeploymentWindow
rule.
A string that describes the rule version.
" } }, "documentation": "The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
" }, "RuleTypeList": { "type": "list", "member": { "shape": "RuleType" } }, "RuleTypeSettings": { "type": "structure", "members": { "thirdPartyConfigurationUrl": { "shape": "Url", "documentation": "The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
" }, "entityUrlTemplate": { "shape": "UrlTemplate", "documentation": "The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for a CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.
" }, "executionUrlTemplate": { "shape": "UrlTemplate", "documentation": "The URL returned to the CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for CodeDeploy. This link is shown on the pipeline view page in the CodePipeline console and provides a link to the execution entity of the external action.
" }, "revisionUrlTemplate": { "shape": "UrlTemplate", "documentation": "The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
" } }, "documentation": "Returns information about the settings for a rule type.
" }, "S3ArtifactLocation": { "type": "structure", "required": [ "bucketName", "objectKey" ], "members": { "bucketName": { "shape": "S3BucketName", "documentation": "The name of the S3 bucket.
" }, "objectKey": { "shape": "S3ObjectKey", "documentation": "The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
" } }, "documentation": "The location of the S3 bucket that contains a revision.
" }, "S3Bucket": { "type": "string", "max": 63, "min": 3 }, "S3BucketName": { "type": "string" }, "S3Key": { "type": "string", "max": 100, "min": 1 }, "S3Location": { "type": "structure", "members": { "bucket": { "shape": "S3Bucket", "documentation": "The Amazon S3 artifact bucket for an action's artifacts.
" }, "key": { "shape": "S3Key", "documentation": "The artifact name.
" } }, "documentation": "The Amazon S3 artifact location for an action's artifacts.
" }, "S3ObjectKey": { "type": "string" }, "SecretAccessKey": { "type": "string", "sensitive": true }, "ServicePrincipal": { "type": "string", "max": 128, "min": 1 }, "SessionToken": { "type": "string", "sensitive": true }, "SourceRevision": { "type": "structure", "required": [ "actionName" ], "members": { "actionName": { "shape": "ActionName", "documentation": "The name of the action that processed the revision to the source artifact.
" }, "revisionId": { "shape": "Revision", "documentation": "The system-generated unique ID that identifies the revision number of the artifact.
" }, "revisionSummary": { "shape": "RevisionSummary", "documentation": "Summary information about the most recent revision of the artifact. For GitHub and CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the user-provided content of a codepipeline-artifact-revision-summary
key specified in the object metadata.
The commit ID for the artifact revision. For artifacts stored in GitHub or CodeCommit repositories, the commit ID is linked to a commit details page.
" } }, "documentation": "Information about the version (or revision) of a source artifact that initiated a pipeline execution.
" }, "SourceRevisionList": { "type": "list", "member": { "shape": "SourceRevision" } }, "SourceRevisionOverride": { "type": "structure", "required": [ "actionName", "revisionType", "revisionValue" ], "members": { "actionName": { "shape": "ActionName", "documentation": "The name of the action where the override will be applied.
" }, "revisionType": { "shape": "SourceRevisionType", "documentation": "The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.
" }, "revisionValue": { "shape": "Revision", "documentation": "The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.
" } }, "documentation": "A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.
For the S3_OBJECT_VERSION_ID
and S3_OBJECT_KEY
types of source revisions, either of the types can be used independently, or they can be used together to override the source with a specific ObjectKey and VersionID.
Represents information about the latest run of a condition for a stage.
" }, "conditionStates": { "shape": "ConditionStateList", "documentation": "The states of the conditions for a run of a condition for a stage.
" } }, "documentation": "The state of a run of a condition for a stage.
" }, "StageConditionsExecution": { "type": "structure", "members": { "status": { "shape": "ConditionExecutionStatus", "documentation": "The status of a run of a condition for a stage.
" }, "summary": { "shape": "ExecutionSummary", "documentation": "A summary of the run of the condition for a stage.
" } }, "documentation": "Represents information about the run of a condition for a stage.
" }, "StageContext": { "type": "structure", "members": { "name": { "shape": "StageName", "documentation": "The name of the stage.
" } }, "documentation": "Represents information about a stage to a job worker.
" }, "StageDeclaration": { "type": "structure", "required": [ "name", "actions" ], "members": { "name": { "shape": "StageName", "documentation": "The name of the stage.
" }, "blockers": { "shape": "StageBlockerDeclarationList", "documentation": "Reserved for future use.
" }, "actions": { "shape": "StageActionDeclarationList", "documentation": "The actions included in a stage.
" }, "onFailure": { "shape": "FailureConditions", "documentation": "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.
" }, "onSuccess": { "shape": "SuccessConditions", "documentation": "The method to use when a stage has succeeded. For example, configuring this field for conditions will allow the stage to succeed when the conditions are met.
" }, "beforeEntry": { "shape": "BeforeEntryConditions", "documentation": "The method to use when a stage allows entry. For example, configuring this field for conditions will allow entry to the stage when the conditions are met.
" } }, "documentation": "Represents information about a stage and its definition.
" }, "StageExecution": { "type": "structure", "required": [ "pipelineExecutionId", "status" ], "members": { "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The ID of the pipeline execution associated with the stage.
" }, "status": { "shape": "StageExecutionStatus", "documentation": "The status of the stage, or for a completed stage, the last status of the stage.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
The type of pipeline execution for the stage, such as a rollback pipeline execution.
" } }, "documentation": "Represents information about the run of a stage.
" }, "StageExecutionList": { "type": "list", "member": { "shape": "StageExecution" } }, "StageExecutionStatus": { "type": "string", "enum": [ "Cancelled", "InProgress", "Failed", "Stopped", "Stopping", "Succeeded" ] }, "StageName": { "type": "string", "max": 100, "min": 1, "pattern": "[A-Za-z0-9.@\\-_]+" }, "StageRetryMode": { "type": "string", "enum": [ "FAILED_ACTIONS", "ALL_ACTIONS" ] }, "StageState": { "type": "structure", "members": { "stageName": { "shape": "StageName", "documentation": "The name of the stage.
" }, "inboundExecution": { "shape": "StageExecution" }, "inboundExecutions": { "shape": "StageExecutionList", "documentation": "The inbound executions for a stage.
" }, "inboundTransitionState": { "shape": "TransitionState", "documentation": "The state of the inbound transition, which is either enabled or disabled.
" }, "actionStates": { "shape": "ActionStateList", "documentation": "The state of the stage.
" }, "latestExecution": { "shape": "StageExecution", "documentation": "Information about the latest execution in the stage, including its ID and status.
" }, "beforeEntryConditionState": { "shape": "StageConditionState", "documentation": "The state of the entry conditions for a stage.
" }, "onSuccessConditionState": { "shape": "StageConditionState", "documentation": "The state of the success conditions for a stage.
" }, "onFailureConditionState": { "shape": "StageConditionState", "documentation": "The state of the failure conditions for a stage.
" } }, "documentation": "Represents information about the state of the stage.
" }, "StageStateList": { "type": "list", "member": { "shape": "StageState" } }, "StageTransitionType": { "type": "string", "enum": [ "Inbound", "Outbound" ] }, "StartPipelineExecutionInput": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "PipelineName", "documentation": "The name of the pipeline to start.
" }, "variables": { "shape": "PipelineVariableList", "documentation": "A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@\\-_]+
, and the values can be anything except an empty string.
The system-generated unique ID used to identify a unique execution request.
", "idempotencyToken": true }, "sourceRevisions": { "shape": "SourceRevisionOverrideList", "documentation": "A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.
" } }, "documentation": "Represents the input of a StartPipelineExecution
action.
The unique system-generated ID of the pipeline execution that was started.
" } }, "documentation": "Represents the output of a StartPipelineExecution
action.
The user-specified reason the pipeline was stopped.
" } }, "documentation": "The interaction that stopped a pipeline execution.
" }, "StopPipelineExecutionInput": { "type": "structure", "required": [ "pipelineName", "pipelineExecutionId" ], "members": { "pipelineName": { "shape": "PipelineName", "documentation": "The name of the pipeline to stop.
" }, "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The ID of the pipeline execution to be stopped in the current stage. Use the GetPipelineState
action to retrieve the current pipelineExecutionId.
Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.
This option can lead to failed or out-of-sequence tasks.
Use this option to enter comments, such as the reason the pipeline was stopped.
" } } }, "StopPipelineExecutionOutput": { "type": "structure", "members": { "pipelineExecutionId": { "shape": "PipelineExecutionId", "documentation": "The unique system-generated ID of the pipeline execution that was stopped.
" } } }, "StopPipelineExecutionReason": { "type": "string", "max": 200 }, "String": { "type": "string" }, "SucceededInStageFilter": { "type": "structure", "members": { "stageName": { "shape": "StageName", "documentation": "The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.
" } }, "documentation": "Filter for pipeline executions that have successfully completed the stage in the current pipeline version.
" }, "SuccessConditions": { "type": "structure", "required": [ "conditions" ], "members": { "conditions": { "shape": "ConditionList", "documentation": "The conditions that are success conditions.
" } }, "documentation": "The conditions for making checks that, if met, succeed a stage.
" }, "Tag": { "type": "structure", "required": [ "key", "value" ], "members": { "key": { "shape": "TagKey", "documentation": "The tag's key.
" }, "value": { "shape": "TagValue", "documentation": "The tag's value.
" } }, "documentation": "A tag is a key-value pair that is used to manage the resource.
" }, "TagKey": { "type": "string", "max": 128, "min": 1 }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" } }, "TagList": { "type": "list", "member": { "shape": "Tag" } }, "TagResourceInput": { "type": "structure", "required": [ "resourceArn", "tags" ], "members": { "resourceArn": { "shape": "ResourceArn", "documentation": "The Amazon Resource Name (ARN) of the resource you want to add tags to.
" }, "tags": { "shape": "TagList", "documentation": "The tags you want to modify or add to the resource.
" } } }, "TagResourceOutput": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "min": 0 }, "ThirdPartyJob": { "type": "structure", "members": { "clientId": { "shape": "ClientId", "documentation": "The clientToken
portion of the clientId
and clientToken
pair used to verify that the calling entity is allowed access to the job and its details.
The identifier used to identify the job in CodePipeline.
" } }, "documentation": "A response to a PollForThirdPartyJobs
request returned by CodePipeline when there is a job to be worked on by a partner action.
Represents information about an action type.
" }, "actionConfiguration": { "shape": "ActionConfiguration", "documentation": "Represents information about an action configuration.
" }, "pipelineContext": { "shape": "PipelineContext", "documentation": "Represents information about a pipeline to a job worker.
Does not include pipelineArn
and pipelineExecutionId
for ThirdParty jobs.
The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as \"MyApp\", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
" }, "outputArtifacts": { "shape": "ArtifactList", "documentation": "The name of the artifact that is the result of the action, if any. This name might be system-generated, such as \"MyBuiltApp\", or it might be defined by the user when the action is created.
" }, "artifactCredentials": { "shape": "AWSSessionCredentials", "documentation": "Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in CodePipeline.
" }, "continuationToken": { "shape": "ContinuationToken", "documentation": "A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job asynchronously.
" }, "encryptionKey": { "shape": "EncryptionKey", "documentation": "The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS) key. This is optional and might not be present.
" } }, "documentation": "Represents information about the job data for a partner action.
" }, "ThirdPartyJobDetails": { "type": "structure", "members": { "id": { "shape": "ThirdPartyJobId", "documentation": "The identifier used to identify the job details in CodePipeline.
" }, "data": { "shape": "ThirdPartyJobData", "documentation": "The data to be returned by the third party job worker.
" }, "nonce": { "shape": "Nonce", "documentation": "A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeThirdPartyJob request.
" } }, "documentation": "The details of a job sent in response to a GetThirdPartyJobDetails
request.
Whether the transition between stages is enabled (true) or disabled (false).
" }, "lastChangedBy": { "shape": "LastChangedBy", "documentation": "The ID of the user who last changed the transition state.
" }, "lastChangedAt": { "shape": "LastChangedAt", "documentation": "The timestamp when the transition state was last changed.
" }, "disabledReason": { "shape": "DisabledReason", "documentation": "The user-specified reason why the transition between two stages of a pipeline was disabled.
" } }, "documentation": "Represents information about the state of transitions between one stage and another stage.
" }, "TriggerDetail": { "type": "string", "max": 1024, "min": 0 }, "TriggerType": { "type": "string", "enum": [ "CreatePipeline", "StartPipelineExecution", "PollForSourceChanges", "Webhook", "CloudWatchEvent", "PutActionRevision", "WebhookV2", "ManualRollback", "AutomatedRollback" ] }, "UntagResourceInput": { "type": "structure", "required": [ "resourceArn", "tagKeys" ], "members": { "resourceArn": { "shape": "ResourceArn", "documentation": "The Amazon Resource Name (ARN) of the resource to remove tags from.
" }, "tagKeys": { "shape": "TagKeyList", "documentation": "The list of keys for the tags to be removed from the resource.
" } } }, "UntagResourceOutput": { "type": "structure", "members": {} }, "UpdateActionTypeInput": { "type": "structure", "required": [ "actionType" ], "members": { "actionType": { "shape": "ActionTypeDeclaration", "documentation": "The action type definition for the action type to be updated.
" } } }, "UpdatePipelineInput": { "type": "structure", "required": [ "pipeline" ], "members": { "pipeline": { "shape": "PipelineDeclaration", "documentation": "The name of the pipeline to be updated.
" } }, "documentation": "Represents the input of an UpdatePipeline
action.
The structure of the updated pipeline.
" } }, "documentation": "Represents the output of an UpdatePipeline
action.
The property used to configure acceptance of webhooks in an IP address range. For IP, only the AllowedIPRange
property must be set. This property must be set to a valid CIDR range.
The property used to configure GitHub authentication. For GITHUB_HMAC, only the SecretToken
property must be set.
When creating CodePipeline webhooks, do not use your own credentials or reuse the same secret token across multiple webhooks. For optimal security, generate a unique secret token for each webhook you create. The secret token is an arbitrary string that you provide, which GitHub uses to compute and sign the webhook payloads sent to CodePipeline, for protecting the integrity and authenticity of the webhook payloads. Using your own credentials or reusing the same token across multiple webhooks can lead to security vulnerabilities.
If a secret token was provided, it will be redacted in the response.
The authentication applied to incoming webhook trigger requests.
" }, "WebhookAuthConfigurationAllowedIPRange": { "type": "string", "max": 100, "min": 1 }, "WebhookAuthConfigurationSecretToken": { "type": "string", "max": 100, "min": 1 }, "WebhookAuthenticationType": { "type": "string", "enum": [ "GITHUB_HMAC", "IP", "UNAUTHENTICATED" ] }, "WebhookDefinition": { "type": "structure", "required": [ "name", "targetPipeline", "targetAction", "filters", "authentication", "authenticationConfiguration" ], "members": { "name": { "shape": "WebhookName", "documentation": "The name of the webhook.
" }, "targetPipeline": { "shape": "PipelineName", "documentation": "The name of the pipeline you want to connect to the webhook.
" }, "targetAction": { "shape": "ActionName", "documentation": "The name of the action in a pipeline you want to connect to the webhook. The action must be from the source (first) stage of the pipeline.
" }, "filters": { "shape": "WebhookFilters", "documentation": "A list of rules applied to the body/payload sent in the POST request to a webhook URL. All defined rules must pass for the request to be accepted and the pipeline started.
" }, "authentication": { "shape": "WebhookAuthenticationType", "documentation": "Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.
When creating CodePipeline webhooks, do not use your own credentials or reuse the same secret token across multiple webhooks. For optimal security, generate a unique secret token for each webhook you create. The secret token is an arbitrary string that you provide, which GitHub uses to compute and sign the webhook payloads sent to CodePipeline, for protecting the integrity and authenticity of the webhook payloads. Using your own credentials or reusing the same token across multiple webhooks can lead to security vulnerabilities.
If a secret token was provided, it will be redacted in the response.
For information about the authentication scheme implemented by GITHUB_HMAC, see Securing your webhooks on the GitHub Developer website.
IP rejects webhooks trigger requests unless they originate from an IP address in the IP range whitelisted in the authentication configuration.
UNAUTHENTICATED accepts all webhook trigger requests regardless of origin.
Properties that configure the authentication applied to incoming webhook trigger requests. The required properties depend on the authentication type. For GITHUB_HMAC, only the SecretToken
property must be set. For IP, only the AllowedIPRange
property must be set to a valid CIDR range. For UNAUTHENTICATED, no properties can be set.
Represents information about a webhook and its definition.
" }, "WebhookErrorCode": { "type": "string" }, "WebhookErrorMessage": { "type": "string" }, "WebhookFilterRule": { "type": "structure", "required": [ "jsonPath" ], "members": { "jsonPath": { "shape": "JsonPath", "documentation": "A JsonPath expression that is applied to the body/payload of the webhook. The value selected by the JsonPath expression must match the value specified in the MatchEquals
field. Otherwise, the request is ignored. For more information, see Java JsonPath implementation in GitHub.
The value selected by the JsonPath
expression must match what is supplied in the MatchEquals
field. Otherwise, the request is ignored. Properties from the target action configuration can be included as placeholders in this value by surrounding the action configuration key with curly brackets. For example, if the value supplied here is \"refs/heads/{Branch}\" and the target action has an action configuration property called \"Branch\" with a value of \"main\", the MatchEquals
value is evaluated as \"refs/heads/main\". For a list of action configuration properties for built-in action types, see Pipeline Structure Reference Action Requirements.
The event criteria that specify when a webhook notification is sent to your URL.
" }, "WebhookFilters": { "type": "list", "member": { "shape": "WebhookFilterRule" }, "max": 5 }, "WebhookLastTriggered": { "type": "timestamp" }, "WebhookList": { "type": "list", "member": { "shape": "ListWebhookItem" } }, "WebhookName": { "type": "string", "max": 100, "min": 1, "pattern": "[A-Za-z0-9.@\\-_]+" }, "WebhookUrl": { "type": "string", "max": 1000, "min": 1 } }, "documentation": "Overview
This is the CodePipeline API Reference. This guide provides descriptions of the actions and data types for CodePipeline. Some functionality for your pipeline can only be configured through the API. For more information, see the CodePipeline User Guide.
You can use the CodePipeline API to work with pipelines, stages, actions, and transitions.
Pipelines are models of automated release processes. Each pipeline is uniquely named, and consists of stages, actions, and transitions.
You can work with pipelines by calling:
CreatePipeline, which creates a uniquely named pipeline.
DeletePipeline, which deletes the specified pipeline.
GetPipeline, which returns information about the pipeline structure and pipeline metadata, including the pipeline Amazon Resource Name (ARN).
GetPipelineExecution, which returns information about a specific execution of a pipeline.
GetPipelineState, which returns information about the current state of the stages and actions of a pipeline.
ListActionExecutions, which returns action-level details for past executions. The details include full stage and action-level details, including individual action duration, status, any errors that occurred during the execution, and input and output artifact location details.
ListPipelines, which gets a summary of all of the pipelines associated with your account.
ListPipelineExecutions, which gets a summary of the most recent executions for a pipeline.
StartPipelineExecution, which runs the most recent revision of an artifact through the pipeline.
StopPipelineExecution, which stops the specified pipeline execution from continuing through the pipeline.
UpdatePipeline, which updates a pipeline with edits or changes to the structure of the pipeline.
Pipelines include stages. Each stage contains one or more actions that must complete before the next stage begins. A stage results in success or failure. If a stage fails, the pipeline stops at that stage and remains stopped until either a new version of an artifact appears in the source location, or a user takes action to rerun the most recent artifact through the pipeline. You can call GetPipelineState, which displays the status of a pipeline, including the status of stages in the pipeline, or GetPipeline, which returns the entire structure of the pipeline, including the stages of that pipeline. For more information about the structure of stages and actions, see CodePipeline Pipeline Structure Reference.
Pipeline stages include actions that are categorized into categories such as source or build actions performed in a stage of a pipeline. For example, you can use a source action to import artifacts into a pipeline from a source such as Amazon S3. Like stages, you do not work with actions directly in most cases, but you do define and interact with actions when working with pipeline operations such as CreatePipeline and GetPipelineState. Valid action categories are:
Source
Build
Test
Deploy
Approval
Invoke
Pipelines also include transitions, which allow the transition of artifacts from one stage to the next in a pipeline after the actions in one stage complete.
You can work with transitions by calling:
DisableStageTransition, which prevents artifacts from transitioning to the next stage in a pipeline.
EnableStageTransition, which enables transition of artifacts between stages in a pipeline.
Using the API to integrate with CodePipeline
For third-party integrators or developers who want to create their own integrations with CodePipeline, the expected sequence varies from the standard API user. To integrate with CodePipeline, developers need to work with the following items:
Jobs, which are instances of an action. For example, a job for a source action might import a revision of an artifact from a source.
You can work with jobs by calling:
AcknowledgeJob, which confirms whether a job worker has received the specified job.
GetJobDetails, which returns the details of a job.
PollForJobs, which determines whether there are any jobs to act on.
PutJobFailureResult, which provides details of a job failure.
PutJobSuccessResult, which provides details of a job success.
Third party jobs, which are instances of an action created by a partner action and integrated into CodePipeline. Partner actions are created by members of the Amazon Web Services Partner Network.
You can work with third party jobs by calling:
AcknowledgeThirdPartyJob, which confirms whether a job worker has received the specified job.
GetThirdPartyJobDetails, which requests the details of a job for a partner action.
PollForThirdPartyJobs, which determines whether there are any jobs to act on.
PutThirdPartyJobFailureResult, which provides details of a job failure.
PutThirdPartyJobSuccessResult, which provides details of a job success.