python-botocore/botocore/data/codepipeline/2015-07-09/service-2.json
2021-03-23 16:16:10 -07:00

4170 lines
169 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"version":"2.0",
"metadata":{
"apiVersion":"2015-07-09",
"endpointPrefix":"codepipeline",
"jsonVersion":"1.1",
"protocol":"json",
"serviceAbbreviation":"CodePipeline",
"serviceFullName":"AWS CodePipeline",
"serviceId":"CodePipeline",
"signatureVersion":"v4",
"targetPrefix":"CodePipeline_20150709",
"uid":"codepipeline-2015-07-09"
},
"operations":{
"AcknowledgeJob":{
"name":"AcknowledgeJob",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AcknowledgeJobInput"},
"output":{"shape":"AcknowledgeJobOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidNonceException"},
{"shape":"JobNotFoundException"}
],
"documentation":"<p>Returns information about a specified job and whether that job has been received by the job worker. Used for custom actions only.</p>"
},
"AcknowledgeThirdPartyJob":{
"name":"AcknowledgeThirdPartyJob",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AcknowledgeThirdPartyJobInput"},
"output":{"shape":"AcknowledgeThirdPartyJobOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidNonceException"},
{"shape":"JobNotFoundException"},
{"shape":"InvalidClientTokenException"}
],
"documentation":"<p>Confirms a job worker has received the specified job. Used for partner actions only.</p>"
},
"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":"<p>Creates a new custom action that can be used in all pipelines associated with the AWS account. Only used for custom actions.</p>"
},
"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":"<p>Creates a pipeline.</p> <note> <p>In the pipeline structure, you must include either <code>artifactStore</code> or <code>artifactStores</code> in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use <code>artifactStores</code>.</p> </note>"
},
"DeleteCustomActionType":{
"name":"DeleteCustomActionType",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteCustomActionTypeInput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConcurrentModificationException"}
],
"documentation":"<p>Marks a custom action as deleted. <code>PollForJobs</code> for the custom action fails after the action is marked for deletion. Used for custom actions only.</p> <important> <p>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.</p> </important>"
},
"DeletePipeline":{
"name":"DeletePipeline",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeletePipelineInput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConcurrentModificationException"}
],
"documentation":"<p>Deletes the specified pipeline.</p>"
},
"DeleteWebhook":{
"name":"DeleteWebhook",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteWebhookInput"},
"output":{"shape":"DeleteWebhookOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConcurrentModificationException"}
],
"documentation":"<p>Deletes a previously created webhook by name. Deleting the webhook stops AWS 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.</p>"
},
"DeregisterWebhookWithThirdParty":{
"name":"DeregisterWebhookWithThirdParty",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeregisterWebhookWithThirdPartyInput"},
"output":{"shape":"DeregisterWebhookWithThirdPartyOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"WebhookNotFoundException"}
],
"documentation":"<p>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.</p>"
},
"DisableStageTransition":{
"name":"DisableStageTransition",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisableStageTransitionInput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"PipelineNotFoundException"},
{"shape":"StageNotFoundException"}
],
"documentation":"<p>Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.</p>"
},
"EnableStageTransition":{
"name":"EnableStageTransition",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"EnableStageTransitionInput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"PipelineNotFoundException"},
{"shape":"StageNotFoundException"}
],
"documentation":"<p>Enables artifacts in a pipeline to transition to a stage in a pipeline.</p>"
},
"GetActionType":{
"name":"GetActionType",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetActionTypeInput"},
"output":{"shape":"GetActionTypeOutput"},
"errors":[
{"shape":"ActionTypeNotFoundException"},
{"shape":"ValidationException"}
],
"documentation":"<p>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.</p>"
},
"GetJobDetails":{
"name":"GetJobDetails",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetJobDetailsInput"},
"output":{"shape":"GetJobDetailsOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"JobNotFoundException"}
],
"documentation":"<p>Returns information about a job. Used for custom actions only.</p> <important> <p>When this API is called, AWS 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.</p> </important>"
},
"GetPipeline":{
"name":"GetPipeline",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetPipelineInput"},
"output":{"shape":"GetPipelineOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"PipelineNotFoundException"},
{"shape":"PipelineVersionNotFoundException"}
],
"documentation":"<p>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 <a>UpdatePipeline</a>.</p>"
},
"GetPipelineExecution":{
"name":"GetPipelineExecution",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetPipelineExecutionInput"},
"output":{"shape":"GetPipelineExecutionOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"PipelineNotFoundException"},
{"shape":"PipelineExecutionNotFoundException"}
],
"documentation":"<p>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.</p>"
},
"GetPipelineState":{
"name":"GetPipelineState",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetPipelineStateInput"},
"output":{"shape":"GetPipelineStateOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"PipelineNotFoundException"}
],
"documentation":"<p>Returns information about the state of a pipeline, including the stages and actions.</p> <note> <p>Values returned in the <code>revisionId</code> and <code>revisionUrl</code> fields indicate the source revision information, such as the commit ID, for the current state.</p> </note>"
},
"GetThirdPartyJobDetails":{
"name":"GetThirdPartyJobDetails",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetThirdPartyJobDetailsInput"},
"output":{"shape":"GetThirdPartyJobDetailsOutput"},
"errors":[
{"shape":"JobNotFoundException"},
{"shape":"ValidationException"},
{"shape":"InvalidClientTokenException"},
{"shape":"InvalidJobException"}
],
"documentation":"<p>Requests the details of a job for a third party action. Used for partner actions only.</p> <important> <p>When this API is called, AWS 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.</p> </important>"
},
"ListActionExecutions":{
"name":"ListActionExecutions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListActionExecutionsInput"},
"output":{"shape":"ListActionExecutionsOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"PipelineNotFoundException"},
{"shape":"InvalidNextTokenException"},
{"shape":"PipelineExecutionNotFoundException"}
],
"documentation":"<p>Lists the action executions that have occurred in a pipeline.</p>"
},
"ListActionTypes":{
"name":"ListActionTypes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListActionTypesInput"},
"output":{"shape":"ListActionTypesOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Gets a summary of all AWS CodePipeline action types associated with your account.</p>"
},
"ListPipelineExecutions":{
"name":"ListPipelineExecutions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListPipelineExecutionsInput"},
"output":{"shape":"ListPipelineExecutionsOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"PipelineNotFoundException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Gets a summary of the most recent executions for a pipeline.</p>"
},
"ListPipelines":{
"name":"ListPipelines",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListPipelinesInput"},
"output":{"shape":"ListPipelinesOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Gets a summary of all of the pipelines associated with your account.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagsForResourceInput"},
"output":{"shape":"ListTagsForResourceOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidNextTokenException"},
{"shape":"InvalidArnException"}
],
"documentation":"<p>Gets the set of key-value pairs (metadata) that are used to manage the resource.</p>"
},
"ListWebhooks":{
"name":"ListWebhooks",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListWebhooksInput"},
"output":{"shape":"ListWebhooksOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Gets a listing of all the webhooks in this AWS Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook.</p>"
},
"PollForJobs":{
"name":"PollForJobs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PollForJobsInput"},
"output":{"shape":"PollForJobsOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ActionTypeNotFoundException"}
],
"documentation":"<p>Returns information about any jobs for AWS CodePipeline to act on. <code>PollForJobs</code> 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 <code>PollForJobs</code> action returns an error.</p> <important> <p>When this API is called, AWS 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.</p> </important>"
},
"PollForThirdPartyJobs":{
"name":"PollForThirdPartyJobs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PollForThirdPartyJobsInput"},
"output":{"shape":"PollForThirdPartyJobsOutput"},
"errors":[
{"shape":"ActionTypeNotFoundException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Determines whether there are any third party jobs for a job worker to act on. Used for partner actions only.</p> <important> <p>When this API is called, AWS 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.</p> </important>"
},
"PutActionRevision":{
"name":"PutActionRevision",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutActionRevisionInput"},
"output":{"shape":"PutActionRevisionOutput"},
"errors":[
{"shape":"PipelineNotFoundException"},
{"shape":"StageNotFoundException"},
{"shape":"ActionNotFoundException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Provides information to AWS CodePipeline about new revisions to a source.</p>"
},
"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":"<p>Provides the response to a manual approval request to AWS CodePipeline. Valid responses include Approved and Rejected.</p>"
},
"PutJobFailureResult":{
"name":"PutJobFailureResult",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutJobFailureResultInput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"JobNotFoundException"},
{"shape":"InvalidJobStateException"}
],
"documentation":"<p>Represents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.</p>"
},
"PutJobSuccessResult":{
"name":"PutJobSuccessResult",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutJobSuccessResultInput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"JobNotFoundException"},
{"shape":"InvalidJobStateException"},
{"shape":"OutputVariablesSizeExceededException"}
],
"documentation":"<p>Represents the success of a job as returned to the pipeline by a job worker. Used for custom actions only.</p>"
},
"PutThirdPartyJobFailureResult":{
"name":"PutThirdPartyJobFailureResult",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutThirdPartyJobFailureResultInput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"JobNotFoundException"},
{"shape":"InvalidJobStateException"},
{"shape":"InvalidClientTokenException"}
],
"documentation":"<p>Represents the failure of a third party job as returned to the pipeline by a job worker. Used for partner actions only.</p>"
},
"PutThirdPartyJobSuccessResult":{
"name":"PutThirdPartyJobSuccessResult",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutThirdPartyJobSuccessResultInput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"JobNotFoundException"},
{"shape":"InvalidJobStateException"},
{"shape":"InvalidClientTokenException"}
],
"documentation":"<p>Represents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.</p>"
},
"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":"<p>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.</p>"
},
"RegisterWebhookWithThirdParty":{
"name":"RegisterWebhookWithThirdParty",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RegisterWebhookWithThirdPartyInput"},
"output":{"shape":"RegisterWebhookWithThirdPartyOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"WebhookNotFoundException"}
],
"documentation":"<p>Configures a connection between the webhook that was created and the external tool with events to be detected.</p>"
},
"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"}
],
"documentation":"<p>Resumes the pipeline execution by retrying the last failed actions in a stage. You can retry a stage immediately if any of the actions in the stage fail. When you retry, all actions that are still in progress continue working, and failed actions are triggered again.</p>"
},
"StartPipelineExecution":{
"name":"StartPipelineExecution",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartPipelineExecutionInput"},
"output":{"shape":"StartPipelineExecutionOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"PipelineNotFoundException"}
],
"documentation":"<p>Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.</p>"
},
"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":"<p>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 <code>Stopping</code> state. After all in-progress actions are completed or abandoned, the pipeline execution is in a <code>Stopped</code> state.</p>"
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TagResourceInput"},
"output":{"shape":"TagResourceOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidArnException"},
{"shape":"TooManyTagsException"},
{"shape":"InvalidTagsException"},
{"shape":"ConcurrentModificationException"}
],
"documentation":"<p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource. </p>"
},
"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":"<p>Removes tags from an AWS resource.</p>"
},
"UpdateActionType":{
"name":"UpdateActionType",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateActionTypeInput"},
"errors":[
{"shape":"RequestFailedException"},
{"shape":"ValidationException"},
{"shape":"ActionTypeNotFoundException"}
],
"documentation":"<p>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 <code>UpdateActionType</code> to provide the full structure.</p>"
},
"UpdatePipeline":{
"name":"UpdatePipeline",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdatePipelineInput"},
"output":{"shape":"UpdatePipelineOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidStageDeclarationException"},
{"shape":"InvalidActionDeclarationException"},
{"shape":"InvalidBlockerDeclarationException"},
{"shape":"InvalidStructureException"},
{"shape":"LimitExceededException"}
],
"documentation":"<p>Updates a specified pipeline with edits or changes to its structure. Use a JSON file with the pipeline structure and <code>UpdatePipeline</code> to provide the full structure of the pipeline. Updating the pipeline increases the version number of the pipeline by 1.</p>"
}
},
"shapes":{
"AWSRegionName":{
"type":"string",
"max":30,
"min":4
},
"AWSSessionCredentials":{
"type":"structure",
"required":[
"accessKeyId",
"secretAccessKey",
"sessionToken"
],
"members":{
"accessKeyId":{
"shape":"AccessKeyId",
"documentation":"<p>The access key for the session.</p>"
},
"secretAccessKey":{
"shape":"SecretAccessKey",
"documentation":"<p>The secret access key for the session.</p>"
},
"sessionToken":{
"shape":"SessionToken",
"documentation":"<p>The token for the session.</p>"
}
},
"documentation":"<p>Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS 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 AWS CodePipeline.</p>",
"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":"<p>The unique system-generated ID of the job for which you want to confirm receipt.</p>"
},
"nonce":{
"shape":"Nonce",
"documentation":"<p>A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response of the <a>PollForJobs</a> request that returned this job.</p>"
}
},
"documentation":"<p>Represents the input of an AcknowledgeJob action.</p>"
},
"AcknowledgeJobOutput":{
"type":"structure",
"members":{
"status":{
"shape":"JobStatus",
"documentation":"<p>Whether the job worker has received the specified job.</p>"
}
},
"documentation":"<p>Represents the output of an AcknowledgeJob action.</p>"
},
"AcknowledgeThirdPartyJobInput":{
"type":"structure",
"required":[
"jobId",
"nonce",
"clientToken"
],
"members":{
"jobId":{
"shape":"ThirdPartyJobId",
"documentation":"<p>The unique system-generated ID of the job.</p>"
},
"nonce":{
"shape":"Nonce",
"documentation":"<p>A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a <a>GetThirdPartyJobDetails</a> request.</p>"
},
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Represents the input of an AcknowledgeThirdPartyJob action.</p>"
},
"AcknowledgeThirdPartyJobOutput":{
"type":"structure",
"members":{
"status":{
"shape":"JobStatus",
"documentation":"<p>The status information for the third party job, if any.</p>"
}
},
"documentation":"<p>Represents the output of an AcknowledgeThirdPartyJob action.</p>"
},
"ActionCategory":{
"type":"string",
"enum":[
"Source",
"Build",
"Deploy",
"Test",
"Invoke",
"Approval"
]
},
"ActionConfiguration":{
"type":"structure",
"members":{
"configuration":{
"shape":"ActionConfigurationMap",
"documentation":"<p>The configuration data for the action.</p>"
}
},
"documentation":"<p>Represents information about an action configuration.</p>"
},
"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":"<p>The name of the action configuration property.</p>"
},
"required":{
"shape":"Boolean",
"documentation":"<p>Whether the configuration property is a required value.</p>"
},
"key":{
"shape":"Boolean",
"documentation":"<p>Whether the configuration property is a key.</p>"
},
"secret":{
"shape":"Boolean",
"documentation":"<p>Whether the configuration property is secret. Secrets are hidden from all calls except for <code>GetJobDetails</code>, <code>GetThirdPartyJobDetails</code>, <code>PollForJobs</code>, and <code>PollForThirdPartyJobs</code>.</p> <p>When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.</p>"
},
"queryable":{
"shape":"Boolean",
"documentation":"<p>Indicates that the property is used with <code>PollForJobs</code>. 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.</p> <p>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.</p>"
},
"description":{
"shape":"Description",
"documentation":"<p>The description of the action configuration property that is displayed to users.</p>"
},
"type":{
"shape":"ActionConfigurationPropertyType",
"documentation":"<p>The type of the configuration property.</p>"
}
},
"documentation":"<p>Represents information about an action configuration property.</p>"
},
"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":"<p>The name of the action in the context of a job.</p>"
},
"actionExecutionId":{
"shape":"ActionExecutionId",
"documentation":"<p>The system-generated unique ID that corresponds to an action's execution.</p>"
}
},
"documentation":"<p>Represents the context of an action in the stage of a pipeline to a job worker.</p>"
},
"ActionDeclaration":{
"type":"structure",
"required":[
"name",
"actionTypeId"
],
"members":{
"name":{
"shape":"ActionName",
"documentation":"<p>The action declaration's name.</p>"
},
"actionTypeId":{
"shape":"ActionTypeId",
"documentation":"<p>Specifies the action type and the provider of the action.</p>"
},
"runOrder":{
"shape":"ActionRunOrder",
"documentation":"<p>The order in which actions are run.</p>"
},
"configuration":{
"shape":"ActionConfigurationMap",
"documentation":"<p>The action's configuration. These are key-value pairs that specify input values for an action. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements\">Action Structure Requirements in CodePipeline</a>. For the list of configuration properties for the AWS CloudFormation action type in CodePipeline, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html\">Configuration Properties Reference</a> in the <i>AWS CloudFormation User Guide</i>. For template snippets with examples, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html\">Using Parameter Override Functions with CodePipeline Pipelines</a> in the <i>AWS CloudFormation User Guide</i>.</p> <p>The values can be represented in either JSON or YAML format. For example, the JSON configuration item format is as follows: </p> <p> <i>JSON:</i> </p> <p> <code>\"Configuration\" : { Key : Value },</code> </p>"
},
"outputArtifacts":{
"shape":"OutputArtifactList",
"documentation":"<p>The name or ID of the result of the action declaration, such as a test or build artifact.</p>"
},
"inputArtifacts":{
"shape":"InputArtifactList",
"documentation":"<p>The name or ID of the artifact consumed by the action, such as a test or build artifact.</p>"
},
"roleArn":{
"shape":"RoleArn",
"documentation":"<p>The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.</p>"
},
"region":{
"shape":"AWSRegionName",
"documentation":"<p>The action declaration's AWS Region, such as us-east-1.</p>"
},
"namespace":{
"shape":"ActionNamespace",
"documentation":"<p>The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.</p>"
}
},
"documentation":"<p>Represents information about an action declaration.</p>"
},
"ActionExecution":{
"type":"structure",
"members":{
"actionExecutionId":{
"shape":"ActionExecutionId",
"documentation":"<p>ID of the workflow action execution in the current stage. Use the <a>GetPipelineState</a> action to retrieve the current action execution details of the current stage.</p> <note> <p>For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.</p> </note>"
},
"status":{
"shape":"ActionExecutionStatus",
"documentation":"<p>The status of the action, or for a completed action, the last status of the action.</p>"
},
"summary":{
"shape":"ExecutionSummary",
"documentation":"<p>A summary of the run of the action.</p>"
},
"lastStatusChange":{
"shape":"Timestamp",
"documentation":"<p>The last status change of the action.</p>"
},
"token":{
"shape":"ActionExecutionToken",
"documentation":"<p>The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the <code>GetPipelineState</code> command. It is used to validate that the approval request corresponding to this token is still valid.</p>"
},
"lastUpdatedBy":{
"shape":"LastUpdatedBy",
"documentation":"<p>The ARN of the user who last changed the pipeline.</p>"
},
"externalExecutionId":{
"shape":"ExecutionId",
"documentation":"<p>The external ID of the run of the action.</p>"
},
"externalExecutionUrl":{
"shape":"Url",
"documentation":"<p>The URL of a resource external to AWS that is used when running the action (for example, an external repository URL).</p>"
},
"percentComplete":{
"shape":"Percentage",
"documentation":"<p>A percentage of completeness of the action as it runs.</p>"
},
"errorDetails":{
"shape":"ErrorDetails",
"documentation":"<p>The details of an error returned by a URL external to AWS.</p>"
}
},
"documentation":"<p>Represents information about the run of an action.</p>"
},
"ActionExecutionDetail":{
"type":"structure",
"members":{
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The pipeline execution ID for the action execution.</p>"
},
"actionExecutionId":{
"shape":"ActionExecutionId",
"documentation":"<p>The action execution ID.</p>"
},
"pipelineVersion":{
"shape":"PipelineVersion",
"documentation":"<p>The version of the pipeline where the action was run.</p>"
},
"stageName":{
"shape":"StageName",
"documentation":"<p>The name of the stage that contains the action.</p>"
},
"actionName":{
"shape":"ActionName",
"documentation":"<p>The name of the action.</p>"
},
"startTime":{
"shape":"Timestamp",
"documentation":"<p>The start time of the action execution.</p>"
},
"lastUpdateTime":{
"shape":"Timestamp",
"documentation":"<p>The last update time of the action execution.</p>"
},
"status":{
"shape":"ActionExecutionStatus",
"documentation":"<p> The status of the action execution. Status categories are <code>InProgress</code>, <code>Succeeded</code>, and <code>Failed</code>.</p>"
},
"input":{
"shape":"ActionExecutionInput",
"documentation":"<p>Input details for the action execution, such as role ARN, Region, and input artifacts.</p>"
},
"output":{
"shape":"ActionExecutionOutput",
"documentation":"<p>Output details for the action execution, such as the action execution result.</p>"
}
},
"documentation":"<p>Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action. </p>"
},
"ActionExecutionDetailList":{
"type":"list",
"member":{"shape":"ActionExecutionDetail"}
},
"ActionExecutionFilter":{
"type":"structure",
"members":{
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The pipeline execution ID used to filter action execution history.</p>"
}
},
"documentation":"<p>Filter values for the action execution.</p>"
},
"ActionExecutionId":{"type":"string"},
"ActionExecutionInput":{
"type":"structure",
"members":{
"actionTypeId":{"shape":"ActionTypeId"},
"configuration":{
"shape":"ActionConfigurationMap",
"documentation":"<p>Configuration data for an action execution.</p>"
},
"resolvedConfiguration":{
"shape":"ResolvedActionConfigurationMap",
"documentation":"<p>Configuration data for an action execution with all variable references replaced with their real values for the execution.</p>"
},
"roleArn":{
"shape":"RoleArn",
"documentation":"<p>The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline. </p>"
},
"region":{
"shape":"AWSRegionName",
"documentation":"<p>The AWS Region for the action, such as us-east-1.</p>"
},
"inputArtifacts":{
"shape":"ArtifactDetailList",
"documentation":"<p>Details of input artifacts of the action that correspond to the action execution.</p>"
},
"namespace":{
"shape":"ActionNamespace",
"documentation":"<p>The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.</p>"
}
},
"documentation":"<p>Input information used for an action execution.</p>"
},
"ActionExecutionOutput":{
"type":"structure",
"members":{
"outputArtifacts":{
"shape":"ArtifactDetailList",
"documentation":"<p>Details of output artifacts of the action that correspond to the action execution.</p>"
},
"executionResult":{
"shape":"ActionExecutionResult",
"documentation":"<p>Execution result information listed in the output details for an action execution.</p>"
},
"outputVariables":{
"shape":"OutputVariablesMap",
"documentation":"<p>The outputVariables field shows the key-value pairs that were output as part of that execution.</p>"
}
},
"documentation":"<p>Output details listed for an action execution, such as the action execution result.</p>"
},
"ActionExecutionResult":{
"type":"structure",
"members":{
"externalExecutionId":{
"shape":"ExternalExecutionId",
"documentation":"<p>The action provider's external ID for the action execution.</p>"
},
"externalExecutionSummary":{
"shape":"ExternalExecutionSummary",
"documentation":"<p>The action provider's summary for the action execution.</p>"
},
"externalExecutionUrl":{
"shape":"Url",
"documentation":"<p>The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.</p>"
}
},
"documentation":"<p>Execution result information, such as the external execution ID.</p>"
},
"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@\\-_]+"
},
"ActionNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified action cannot be found.</p>",
"exception":true
},
"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":"<p>The system-generated unique ID that identifies the revision number of the action.</p>"
},
"revisionChangeId":{
"shape":"RevisionChangeIdentifier",
"documentation":"<p>The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).</p>"
},
"created":{
"shape":"Timestamp",
"documentation":"<p>The date and time when the most recent version of the action was created, in timestamp format.</p>"
}
},
"documentation":"<p>Represents information about the version (or revision) of an action.</p>"
},
"ActionRunOrder":{
"type":"integer",
"max":999,
"min":1
},
"ActionState":{
"type":"structure",
"members":{
"actionName":{
"shape":"ActionName",
"documentation":"<p>The name of the action.</p>"
},
"currentRevision":{
"shape":"ActionRevision",
"documentation":"<p>Represents information about the version (or revision) of an action.</p>"
},
"latestExecution":{
"shape":"ActionExecution",
"documentation":"<p>Represents information about the run of an action.</p>"
},
"entityUrl":{
"shape":"Url",
"documentation":"<p>A URL link for more information about the state of the action, such as a deployment group details page.</p>"
},
"revisionUrl":{
"shape":"Url",
"documentation":"<p>A URL link for more information about the revision, such as a commit details page.</p>"
}
},
"documentation":"<p>Represents information about the state of an action.</p>"
},
"ActionStateList":{
"type":"list",
"member":{"shape":"ActionState"}
},
"ActionType":{
"type":"structure",
"required":[
"id",
"inputArtifactDetails",
"outputArtifactDetails"
],
"members":{
"id":{
"shape":"ActionTypeId",
"documentation":"<p>Represents information about an action type.</p>"
},
"settings":{
"shape":"ActionTypeSettings",
"documentation":"<p>The settings for the action type.</p>"
},
"actionConfigurationProperties":{
"shape":"ActionConfigurationPropertyList",
"documentation":"<p>The configuration properties for the action type.</p>"
},
"inputArtifactDetails":{
"shape":"ArtifactDetails",
"documentation":"<p>The details of the input artifact for the action, such as its commit ID.</p>"
},
"outputArtifactDetails":{
"shape":"ArtifactDetails",
"documentation":"<p>The details of the output artifact of the action, such as its commit ID.</p>"
}
},
"documentation":"<p>Returns information about the details of an action type.</p>"
},
"ActionTypeAlreadyExistsException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified action type already exists with a different definition.</p>",
"exception":true
},
"ActionTypeArtifactDetails":{
"type":"structure",
"required":[
"minimumCount",
"maximumCount"
],
"members":{
"minimumCount":{
"shape":"MinimumActionTypeArtifactCount",
"documentation":"<p>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 <code>source</code>.</p>"
},
"maximumCount":{
"shape":"MaximumActionTypeArtifactCount",
"documentation":"<p>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 <code>source</code>.</p>"
}
},
"documentation":"<p>Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed.</p>"
},
"ActionTypeDeclaration":{
"type":"structure",
"required":[
"executor",
"id",
"inputArtifactDetails",
"outputArtifactDetails"
],
"members":{
"description":{
"shape":"ActionTypeDescription",
"documentation":"<p>The description for the action type to be updated.</p>"
},
"executor":{
"shape":"ActionTypeExecutor",
"documentation":"<p>Information about the executor for an action type that was created with any supported integration model.</p>"
},
"id":{
"shape":"ActionTypeIdentifier",
"documentation":"<p>The action category, owner, provider, and version of the action type to be updated.</p>"
},
"inputArtifactDetails":{
"shape":"ActionTypeArtifactDetails",
"documentation":"<p>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.</p>"
},
"outputArtifactDetails":{
"shape":"ActionTypeArtifactDetails",
"documentation":"<p>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.</p>"
},
"permissions":{
"shape":"ActionTypePermissions",
"documentation":"<p>Details identifying the accounts with permissions to use the action type.</p>"
},
"properties":{
"shape":"ActionTypeProperties",
"documentation":"<p>The properties of the action type to be updated.</p>"
},
"urls":{
"shape":"ActionTypeUrls",
"documentation":"<p>The links associated with the action type to be updated.</p>"
}
},
"documentation":"<p>The parameters for the action type definition that are provided when the action type is created or updated.</p>"
},
"ActionTypeDescription":{
"type":"string",
"max":1024,
"min":1
},
"ActionTypeExecutor":{
"type":"structure",
"required":[
"configuration",
"type"
],
"members":{
"configuration":{
"shape":"ExecutorConfiguration",
"documentation":"<p>The action configuration properties for the action type. These properties are specified in the action definition when the action type is created.</p>"
},
"type":{
"shape":"ExecutorType",
"documentation":"<p>The integration model used to create and update the action type, <code>Lambda</code> or <code>JobWorker</code>. </p>"
},
"policyStatementsTemplate":{
"shape":"PolicyStatementsTemplate",
"documentation":"<p>The policy statement that specifies the permissions in the CodePipeline customers account that are needed to successfully run an action.</p> <p>To grant permission to another account, specify the account ID as the Principal, a domain-style identifier defined by the service, for example <code>codepipeline.amazonaws.com</code>.</p> <note> <p>The size of the passed JSON policy document cannot exceed 2048 characters.</p> </note>"
},
"jobTimeout":{
"shape":"JobTimeout",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>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.</p>"
},
"ActionTypeId":{
"type":"structure",
"required":[
"category",
"owner",
"provider",
"version"
],
"members":{
"category":{
"shape":"ActionCategory",
"documentation":"<p>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. </p> <ul> <li> <p>Source</p> </li> <li> <p>Build</p> </li> <li> <p>Test</p> </li> <li> <p>Deploy</p> </li> <li> <p>Invoke</p> </li> <li> <p>Approval</p> </li> </ul>"
},
"owner":{
"shape":"ActionOwner",
"documentation":"<p>The creator of the action being called. There are three valid values for the <code>Owner</code> field in the action category section within your pipeline structure: <code>AWS</code>, <code>ThirdParty</code>, and <code>Custom</code>. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers\">Valid Action Types and Providers in CodePipeline</a>.</p>"
},
"provider":{
"shape":"ActionProvider",
"documentation":"<p>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 AWS CodeDeploy, which would be specified as CodeDeploy. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers\">Valid Action Types and Providers in CodePipeline</a>.</p>"
},
"version":{
"shape":"Version",
"documentation":"<p>A string that describes the action version.</p>"
}
},
"documentation":"<p>Represents information about an action type.</p>"
},
"ActionTypeIdentifier":{
"type":"structure",
"required":[
"category",
"owner",
"provider",
"version"
],
"members":{
"category":{
"shape":"ActionCategory",
"documentation":"<p>Defines what kind of action can be taken in the stage, one of the following:</p> <ul> <li> <p> <code>Source</code> </p> </li> <li> <p> <code>Build</code> </p> </li> <li> <p> <code>Test</code> </p> </li> <li> <p> <code>Deploy</code> </p> </li> <li> <p> <code>Approval</code> </p> </li> <li> <p> <code>Invoke</code> </p> </li> </ul>"
},
"owner":{
"shape":"ActionTypeOwner",
"documentation":"<p>The creator of the action type being called: <code>AWS</code> or <code>ThirdParty</code>.</p>"
},
"provider":{
"shape":"ActionProvider",
"documentation":"<p>The provider of the action type being called. The provider name is supplied when the action type is created.</p>"
},
"version":{
"shape":"Version",
"documentation":"<p>A string that describes the action type version.</p>"
}
},
"documentation":"<p>Specifies the category, owner, provider, and version of the action type.</p>"
},
"ActionTypeList":{
"type":"list",
"member":{"shape":"ActionType"}
},
"ActionTypeNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified action type cannot be found.</p>",
"exception":true
},
"ActionTypeOwner":{
"type":"string",
"pattern":"AWS|ThirdParty"
},
"ActionTypePermissions":{
"type":"structure",
"required":["allowedAccounts"],
"members":{
"allowedAccounts":{
"shape":"AllowedAccounts",
"documentation":"<p>A list of AWS account IDs with access to use the action type in their pipelines.</p>"
}
},
"documentation":"<p>Details identifying the users with permissions to use the action type.</p>"
},
"ActionTypeProperties":{
"type":"list",
"member":{"shape":"ActionTypeProperty"},
"max":10
},
"ActionTypeProperty":{
"type":"structure",
"required":[
"name",
"optional",
"key",
"noEcho"
],
"members":{
"name":{
"shape":"ActionConfigurationKey",
"documentation":"<p>The property name that is displayed to users.</p>"
},
"optional":{
"shape":"Boolean",
"documentation":"<p>Whether the configuration property is an optional value.</p>"
},
"key":{
"shape":"Boolean",
"documentation":"<p>Whether the configuration property is a key.</p>"
},
"noEcho":{
"shape":"Boolean",
"documentation":"<p>Whether to omit the field value entered by the customer in the log. If <code>true</code>, the value is not saved in CloudTrail logs for the action execution.</p>"
},
"queryable":{
"shape":"Boolean",
"documentation":"<p>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.</p>"
},
"description":{
"shape":"PropertyDescription",
"documentation":"<p>The description of the property that is displayed to users.</p>"
}
},
"documentation":"<p>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.</p>"
},
"ActionTypeSettings":{
"type":"structure",
"members":{
"thirdPartyConfigurationUrl":{
"shape":"Url",
"documentation":"<p>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.</p>"
},
"entityUrlTemplate":{
"shape":"UrlTemplate",
"documentation":"<p>The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.</p>"
},
"executionUrlTemplate":{
"shape":"UrlTemplate",
"documentation":"<p>The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.</p>"
},
"revisionUrlTemplate":{
"shape":"UrlTemplate",
"documentation":"<p>The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.</p>"
}
},
"documentation":"<p>Returns information about the settings for an action type.</p>"
},
"ActionTypeUrls":{
"type":"structure",
"members":{
"configurationUrl":{
"shape":"Url",
"documentation":"<p>The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.</p>"
},
"entityUrlTemplate":{
"shape":"UrlTemplate",
"documentation":"<p>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.</p>"
},
"executionUrlTemplate":{
"shape":"UrlTemplate",
"documentation":"<p>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.</p>"
},
"revisionUrlTemplate":{
"shape":"UrlTemplate",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>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.</p>"
},
"AllowedAccount":{
"type":"string",
"pattern":"[0-9]{12}|\\*"
},
"AllowedAccounts":{
"type":"list",
"member":{"shape":"AllowedAccount"},
"max":1000,
"min":1
},
"ApprovalAlreadyCompletedException":{
"type":"structure",
"members":{
},
"documentation":"<p>The approval action has already been approved or rejected.</p>",
"exception":true
},
"ApprovalResult":{
"type":"structure",
"required":[
"summary",
"status"
],
"members":{
"summary":{
"shape":"ApprovalSummary",
"documentation":"<p>The summary of the current status of the approval request.</p>"
},
"status":{
"shape":"ApprovalStatus",
"documentation":"<p>The response submitted by a reviewer assigned to an approval action request.</p>"
}
},
"documentation":"<p>Represents information about the result of an approval request.</p>"
},
"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":"<p>The artifact's name.</p>"
},
"revision":{
"shape":"Revision",
"documentation":"<p>The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).</p>"
},
"location":{
"shape":"ArtifactLocation",
"documentation":"<p>The location of an artifact.</p>"
}
},
"documentation":"<p>Represents information about an artifact that is worked on by actions in the pipeline.</p>"
},
"ArtifactDetail":{
"type":"structure",
"members":{
"name":{
"shape":"ArtifactName",
"documentation":"<p>The artifact object name for the action execution.</p>"
},
"s3location":{
"shape":"S3Location",
"documentation":"<p>The Amazon S3 artifact location for the action execution.</p>"
}
},
"documentation":"<p>Artifact details for the action execution, such as the artifact location.</p>"
},
"ArtifactDetailList":{
"type":"list",
"member":{"shape":"ArtifactDetail"}
},
"ArtifactDetails":{
"type":"structure",
"required":[
"minimumCount",
"maximumCount"
],
"members":{
"minimumCount":{
"shape":"MinimumArtifactCount",
"documentation":"<p>The minimum number of artifacts allowed for the action type.</p>"
},
"maximumCount":{
"shape":"MaximumArtifactCount",
"documentation":"<p>The maximum number of artifacts allowed for the action type.</p>"
}
},
"documentation":"<p>Returns information about the details of an artifact.</p>"
},
"ArtifactList":{
"type":"list",
"member":{"shape":"Artifact"}
},
"ArtifactLocation":{
"type":"structure",
"members":{
"type":{
"shape":"ArtifactLocationType",
"documentation":"<p>The type of artifact in the location.</p>"
},
"s3Location":{
"shape":"S3ArtifactLocation",
"documentation":"<p>The S3 bucket that contains the artifact.</p>"
}
},
"documentation":"<p>Represents information about the location of an artifact.</p>"
},
"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":"<p>The name of an artifact. This name might be system-generated, such as \"MyApp\", or defined by the user when an action is created.</p>"
},
"revisionId":{
"shape":"Revision",
"documentation":"<p>The revision ID of the artifact.</p>"
},
"revisionChangeIdentifier":{
"shape":"RevisionChangeIdentifier",
"documentation":"<p>An additional identifier for a revision, such as a commit date or, for artifacts stored in Amazon S3 buckets, the ETag value.</p>"
},
"revisionSummary":{
"shape":"RevisionSummary",
"documentation":"<p>Summary information about the most recent revision of the artifact. For GitHub and AWS CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the user-provided content of a <code>codepipeline-artifact-revision-summary</code> key specified in the object metadata.</p>"
},
"created":{
"shape":"Timestamp",
"documentation":"<p>The date and time when the most recent revision of the artifact was created, in timestamp format.</p>"
},
"revisionUrl":{
"shape":"Url",
"documentation":"<p>The commit ID for the artifact revision. For artifacts stored in GitHub or AWS CodeCommit repositories, the commit ID is linked to a commit details page.</p>"
}
},
"documentation":"<p>Represents revision details of an artifact. </p>"
},
"ArtifactRevisionList":{
"type":"list",
"member":{"shape":"ArtifactRevision"}
},
"ArtifactStore":{
"type":"structure",
"required":[
"type",
"location"
],
"members":{
"type":{
"shape":"ArtifactStoreType",
"documentation":"<p>The type of the artifact store, such as S3.</p>"
},
"location":{
"shape":"ArtifactStoreLocation",
"documentation":"<p>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 AWS Region as the pipeline to store your pipeline artifacts.</p>"
},
"encryptionKey":{
"shape":"EncryptionKey",
"documentation":"<p>The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key. If this is undefined, the default key for Amazon S3 is used.</p>"
}
},
"documentation":"<p>The S3 bucket where artifacts for the pipeline are stored.</p> <note> <p>You must include either <code>artifactStore</code> or <code>artifactStores</code> in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use <code>artifactStores</code>.</p> </note>"
},
"ArtifactStoreLocation":{
"type":"string",
"max":63,
"min":3,
"pattern":"[a-zA-Z0-9\\-\\.]+"
},
"ArtifactStoreMap":{
"type":"map",
"key":{"shape":"AWSRegionName"},
"value":{"shape":"ArtifactStore"}
},
"ArtifactStoreType":{
"type":"string",
"enum":["S3"]
},
"BlockerDeclaration":{
"type":"structure",
"required":[
"name",
"type"
],
"members":{
"name":{
"shape":"BlockerName",
"documentation":"<p>Reserved for future use.</p>"
},
"type":{
"shape":"BlockerType",
"documentation":"<p>Reserved for future use.</p>"
}
},
"documentation":"<p>Reserved for future use.</p>"
},
"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"},
"ConcurrentModificationException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>Unable to modify the tag due to a simultaneous update request.</p>",
"exception":true
},
"ConflictException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>Your request cannot be handled because the pipeline is busy handling ongoing activities. Try again later.</p>",
"exception":true
},
"ContinuationToken":{
"type":"string",
"max":2048,
"min":1
},
"CreateCustomActionTypeInput":{
"type":"structure",
"required":[
"category",
"provider",
"version",
"inputArtifactDetails",
"outputArtifactDetails"
],
"members":{
"category":{
"shape":"ActionCategory",
"documentation":"<p>The category of the custom action, such as a build action or a test action.</p>"
},
"provider":{
"shape":"ActionProvider",
"documentation":"<p>The provider of the service used in the custom action, such as AWS CodeDeploy.</p>"
},
"version":{
"shape":"Version",
"documentation":"<p>The version identifier of the custom action.</p>"
},
"settings":{
"shape":"ActionTypeSettings",
"documentation":"<p>URLs that provide users information about this custom action.</p>"
},
"configurationProperties":{
"shape":"ActionConfigurationPropertyList",
"documentation":"<p>The configuration properties for the custom action.</p> <note> <p>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 <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-create-custom-action.html\">Create a Custom Action for a Pipeline</a>.</p> </note>"
},
"inputArtifactDetails":{
"shape":"ArtifactDetails",
"documentation":"<p>The details of the input artifact for the action, such as its commit ID.</p>"
},
"outputArtifactDetails":{
"shape":"ArtifactDetails",
"documentation":"<p>The details of the output artifact of the action, such as its commit ID.</p>"
},
"tags":{
"shape":"TagList",
"documentation":"<p>The tags for the custom action.</p>"
}
},
"documentation":"<p>Represents the input of a CreateCustomActionType operation.</p>"
},
"CreateCustomActionTypeOutput":{
"type":"structure",
"required":["actionType"],
"members":{
"actionType":{
"shape":"ActionType",
"documentation":"<p>Returns information about the details of an action type.</p>"
},
"tags":{
"shape":"TagList",
"documentation":"<p>Specifies the tags applied to the custom action.</p>"
}
},
"documentation":"<p>Represents the output of a <code>CreateCustomActionType</code> operation.</p>"
},
"CreatePipelineInput":{
"type":"structure",
"required":["pipeline"],
"members":{
"pipeline":{
"shape":"PipelineDeclaration",
"documentation":"<p>Represents the structure of actions and stages to be performed in the pipeline. </p>"
},
"tags":{
"shape":"TagList",
"documentation":"<p>The tags for the pipeline.</p>"
}
},
"documentation":"<p>Represents the input of a <code>CreatePipeline</code> action.</p>"
},
"CreatePipelineOutput":{
"type":"structure",
"members":{
"pipeline":{
"shape":"PipelineDeclaration",
"documentation":"<p>Represents the structure of actions and stages to be performed in the pipeline. </p>"
},
"tags":{
"shape":"TagList",
"documentation":"<p>Specifies the tags applied to the pipeline.</p>"
}
},
"documentation":"<p>Represents the output of a <code>CreatePipeline</code> action.</p>"
},
"CurrentRevision":{
"type":"structure",
"required":[
"revision",
"changeIdentifier"
],
"members":{
"revision":{
"shape":"Revision",
"documentation":"<p>The revision ID of the current version of an artifact.</p>"
},
"changeIdentifier":{
"shape":"RevisionChangeIdentifier",
"documentation":"<p>The change identifier for the current revision.</p>"
},
"created":{
"shape":"Time",
"documentation":"<p>The date and time when the most recent revision of the artifact was created, in timestamp format.</p>"
},
"revisionSummary":{
"shape":"RevisionSummary",
"documentation":"<p>The summary of the most recent revision of the artifact.</p>"
}
},
"documentation":"<p>Represents information about a current revision.</p>"
},
"DeleteCustomActionTypeInput":{
"type":"structure",
"required":[
"category",
"provider",
"version"
],
"members":{
"category":{
"shape":"ActionCategory",
"documentation":"<p>The category of the custom action that you want to delete, such as source or deploy.</p>"
},
"provider":{
"shape":"ActionProvider",
"documentation":"<p>The provider of the service used in the custom action, such as AWS CodeDeploy.</p>"
},
"version":{
"shape":"Version",
"documentation":"<p>The version of the custom action to delete.</p>"
}
},
"documentation":"<p>Represents the input of a <code>DeleteCustomActionType</code> operation. The custom action will be marked as deleted.</p>"
},
"DeletePipelineInput":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline to be deleted.</p>"
}
},
"documentation":"<p>Represents the input of a <code>DeletePipeline</code> action.</p>"
},
"DeleteWebhookInput":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"WebhookName",
"documentation":"<p>The name of the webhook you want to delete.</p>"
}
}
},
"DeleteWebhookOutput":{
"type":"structure",
"members":{
}
},
"DeregisterWebhookWithThirdPartyInput":{
"type":"structure",
"members":{
"webhookName":{
"shape":"WebhookName",
"documentation":"<p>The name of the webhook you want to deregister.</p>"
}
}
},
"DeregisterWebhookWithThirdPartyOutput":{
"type":"structure",
"members":{
}
},
"Description":{
"type":"string",
"max":160,
"min":1
},
"DisableStageTransitionInput":{
"type":"structure",
"required":[
"pipelineName",
"stageName",
"transitionType",
"reason"
],
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.</p>"
},
"stageName":{
"shape":"StageName",
"documentation":"<p>The name of the stage where you want to disable the inbound or outbound transition of artifacts.</p>"
},
"transitionType":{
"shape":"StageTransitionType",
"documentation":"<p>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).</p>"
},
"reason":{
"shape":"DisabledReason",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Represents the input of a <code>DisableStageTransition</code> action.</p>"
},
"DisabledReason":{
"type":"string",
"max":300,
"min":1,
"pattern":"[a-zA-Z0-9!@ \\(\\)\\.\\*\\?\\-]+"
},
"DuplicatedStopRequestException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>The pipeline execution is already in a <code>Stopping</code> state. If you already chose to stop and wait, you cannot make that request again. You can choose to stop and abandon now, but be aware that this option can lead to failed tasks or out of sequence tasks. If you already chose to stop and abandon, you cannot make that request again.</p>",
"exception":true
},
"EnableStageTransitionInput":{
"type":"structure",
"required":[
"pipelineName",
"stageName",
"transitionType"
],
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.</p>"
},
"stageName":{
"shape":"StageName",
"documentation":"<p>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).</p>"
},
"transitionType":{
"shape":"StageTransitionType",
"documentation":"<p>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).</p>"
}
},
"documentation":"<p>Represents the input of an <code>EnableStageTransition</code> action.</p>"
},
"Enabled":{"type":"boolean"},
"EncryptionKey":{
"type":"structure",
"required":[
"id",
"type"
],
"members":{
"id":{
"shape":"EncryptionKeyId",
"documentation":"<p>The ID used to identify the key. For an AWS KMS key, you can use the key ID, the key ARN, or the alias ARN.</p> <note> <p>Aliases are recognized only in the account that created the customer master key (CMK). For cross-account actions, you can only use the key ID or key ARN to identify the key.</p> </note>"
},
"type":{
"shape":"EncryptionKeyType",
"documentation":"<p>The type of encryption key, such as an AWS Key Management Service (AWS KMS) key. When creating or updating a pipeline, the value must be set to 'KMS'.</p>"
}
},
"documentation":"<p>Represents information about the key used to encrypt data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.</p>"
},
"EncryptionKeyId":{
"type":"string",
"max":400,
"min":1
},
"EncryptionKeyType":{
"type":"string",
"enum":["KMS"]
},
"ErrorDetails":{
"type":"structure",
"members":{
"code":{
"shape":"Code",
"documentation":"<p>The system ID or number code of the error.</p>"
},
"message":{
"shape":"Message",
"documentation":"<p>The text of the error message.</p>"
}
},
"documentation":"<p>Represents information about an error in AWS CodePipeline.</p>"
},
"ExecutionDetails":{
"type":"structure",
"members":{
"summary":{
"shape":"ExecutionSummary",
"documentation":"<p>The summary of the current status of the actions.</p>"
},
"externalExecutionId":{
"shape":"ExecutionId",
"documentation":"<p>The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.</p>"
},
"percentComplete":{
"shape":"Percentage",
"documentation":"<p>The percentage of work completed on the action, represented on a scale of 0 to 100 percent.</p>"
}
},
"documentation":"<p>The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.</p>"
},
"ExecutionId":{
"type":"string",
"max":1500,
"min":1
},
"ExecutionSummary":{
"type":"string",
"max":2048,
"min":1
},
"ExecutionTrigger":{
"type":"structure",
"members":{
"triggerType":{
"shape":"TriggerType",
"documentation":"<p>The type of change-detection method, command, or user interaction that started a pipeline execution.</p>"
},
"triggerDetail":{
"shape":"TriggerDetail",
"documentation":"<p>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 <code>start-pipeline-execution</code> CLI command.</p>"
}
},
"documentation":"<p>The interaction or event that started a pipeline execution.</p>"
},
"ExecutorConfiguration":{
"type":"structure",
"members":{
"lambdaExecutorConfiguration":{
"shape":"LambdaExecutorConfiguration",
"documentation":"<p>Details about the <code>Lambda</code> executor of the action type.</p>"
},
"jobWorkerExecutorConfiguration":{
"shape":"JobWorkerExecutorConfiguration",
"documentation":"<p>Details about the <code>JobWorker</code> executor of the action type.</p>"
}
},
"documentation":"<p>The action engine, or executor, related to the supported integration model used to create and update the action type. The available executor types are <code>Lambda</code> and <code>JobWorker</code>.</p>"
},
"ExecutorType":{
"type":"string",
"enum":[
"JobWorker",
"Lambda"
]
},
"ExternalExecutionId":{"type":"string"},
"ExternalExecutionSummary":{"type":"string"},
"FailureDetails":{
"type":"structure",
"required":[
"type",
"message"
],
"members":{
"type":{
"shape":"FailureType",
"documentation":"<p>The type of the failure.</p>"
},
"message":{
"shape":"Message",
"documentation":"<p>The message about the failure.</p>"
},
"externalExecutionId":{
"shape":"ExecutionId",
"documentation":"<p>The external ID of the run of the action that failed.</p>"
}
},
"documentation":"<p>Represents information about failure details.</p>"
},
"FailureType":{
"type":"string",
"enum":[
"JobFailed",
"ConfigurationError",
"PermissionError",
"RevisionOutOfSync",
"RevisionUnavailable",
"SystemUnavailable"
]
},
"GetActionTypeInput":{
"type":"structure",
"required":[
"category",
"owner",
"provider",
"version"
],
"members":{
"category":{
"shape":"ActionCategory",
"documentation":"<p>Defines what kind of action can be taken in the stage. The following are the valid values:</p> <ul> <li> <p> <code>Source</code> </p> </li> <li> <p> <code>Build</code> </p> </li> <li> <p> <code>Test</code> </p> </li> <li> <p> <code>Deploy</code> </p> </li> <li> <p> <code>Approval</code> </p> </li> <li> <p> <code>Invoke</code> </p> </li> </ul>"
},
"owner":{
"shape":"ActionTypeOwner",
"documentation":"<p>The creator of an action type that was created with any supported integration model. There are two valid values: <code>AWS</code> and <code>ThirdParty</code>.</p>"
},
"provider":{
"shape":"ActionProvider",
"documentation":"<p>The provider of the action type being called. The provider name is specified when the action type is created.</p>"
},
"version":{
"shape":"Version",
"documentation":"<p>A string that describes the action type version.</p>"
}
}
},
"GetActionTypeOutput":{
"type":"structure",
"members":{
"actionType":{
"shape":"ActionTypeDeclaration",
"documentation":"<p>The action type information for the requested action type, such as the action type ID.</p>"
}
}
},
"GetJobDetailsInput":{
"type":"structure",
"required":["jobId"],
"members":{
"jobId":{
"shape":"JobId",
"documentation":"<p>The unique system-generated ID for the job.</p>"
}
},
"documentation":"<p>Represents the input of a <code>GetJobDetails</code> action.</p>"
},
"GetJobDetailsOutput":{
"type":"structure",
"members":{
"jobDetails":{
"shape":"JobDetails",
"documentation":"<p>The details of the job.</p> <note> <p>If AWSSessionCredentials is used, a long-running job can call <code>GetJobDetails</code> again to obtain new credentials.</p> </note>"
}
},
"documentation":"<p>Represents the output of a <code>GetJobDetails</code> action.</p>"
},
"GetPipelineExecutionInput":{
"type":"structure",
"required":[
"pipelineName",
"pipelineExecutionId"
],
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline about which you want to get execution details.</p>"
},
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The ID of the pipeline execution about which you want to get execution details.</p>"
}
},
"documentation":"<p>Represents the input of a <code>GetPipelineExecution</code> action.</p>"
},
"GetPipelineExecutionOutput":{
"type":"structure",
"members":{
"pipelineExecution":{
"shape":"PipelineExecution",
"documentation":"<p>Represents information about the execution of a pipeline.</p>"
}
},
"documentation":"<p>Represents the output of a <code>GetPipelineExecution</code> action.</p>"
},
"GetPipelineInput":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline for which you want to get information. Pipeline names must be unique under an AWS user account.</p>"
},
"version":{
"shape":"PipelineVersion",
"documentation":"<p>The version number of the pipeline. If you do not specify a version, defaults to the current version.</p>"
}
},
"documentation":"<p>Represents the input of a <code>GetPipeline</code> action.</p>"
},
"GetPipelineOutput":{
"type":"structure",
"members":{
"pipeline":{
"shape":"PipelineDeclaration",
"documentation":"<p>Represents the structure of actions and stages to be performed in the pipeline. </p>"
},
"metadata":{
"shape":"PipelineMetadata",
"documentation":"<p>Represents the pipeline metadata information returned as part of the output of a <code>GetPipeline</code> action.</p>"
}
},
"documentation":"<p>Represents the output of a <code>GetPipeline</code> action.</p>"
},
"GetPipelineStateInput":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline about which you want to get information.</p>"
}
},
"documentation":"<p>Represents the input of a <code>GetPipelineState</code> action.</p>"
},
"GetPipelineStateOutput":{
"type":"structure",
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline for which you want to get the state.</p>"
},
"pipelineVersion":{
"shape":"PipelineVersion",
"documentation":"<p>The version number of the pipeline.</p> <note> <p>A newly created pipeline is always assigned a version number of <code>1</code>.</p> </note>"
},
"stageStates":{
"shape":"StageStateList",
"documentation":"<p>A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.</p>"
},
"created":{
"shape":"Timestamp",
"documentation":"<p>The date and time the pipeline was created, in timestamp format.</p>"
},
"updated":{
"shape":"Timestamp",
"documentation":"<p>The date and time the pipeline was last updated, in timestamp format.</p>"
}
},
"documentation":"<p>Represents the output of a <code>GetPipelineState</code> action.</p>"
},
"GetThirdPartyJobDetailsInput":{
"type":"structure",
"required":[
"jobId",
"clientToken"
],
"members":{
"jobId":{
"shape":"ThirdPartyJobId",
"documentation":"<p>The unique system-generated ID used for identifying the job.</p>"
},
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Represents the input of a <code>GetThirdPartyJobDetails</code> action.</p>"
},
"GetThirdPartyJobDetailsOutput":{
"type":"structure",
"members":{
"jobDetails":{
"shape":"ThirdPartyJobDetails",
"documentation":"<p>The details of the job, including any protected values defined for the job.</p>"
}
},
"documentation":"<p>Represents the output of a <code>GetThirdPartyJobDetails</code> action.</p>"
},
"InputArtifact":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"ArtifactName",
"documentation":"<p>The name of the artifact to be worked on (for example, \"My App\").</p> <p>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.</p>"
}
},
"documentation":"<p>Represents information about an artifact to be worked on, such as a test or build artifact.</p>"
},
"InputArtifactList":{
"type":"list",
"member":{"shape":"InputArtifact"}
},
"InvalidActionDeclarationException":{
"type":"structure",
"members":{
},
"documentation":"<p>The action declaration was specified in an invalid format.</p>",
"exception":true
},
"InvalidApprovalTokenException":{
"type":"structure",
"members":{
},
"documentation":"<p>The approval request already received a response or has expired.</p>",
"exception":true
},
"InvalidArnException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>The specified resource ARN is invalid.</p>",
"exception":true
},
"InvalidBlockerDeclarationException":{
"type":"structure",
"members":{
},
"documentation":"<p>Reserved for future use.</p>",
"exception":true
},
"InvalidClientTokenException":{
"type":"structure",
"members":{
},
"documentation":"<p>The client token was specified in an invalid format</p>",
"exception":true
},
"InvalidJobException":{
"type":"structure",
"members":{
},
"documentation":"<p>The job was specified in an invalid format or cannot be found.</p>",
"exception":true
},
"InvalidJobStateException":{
"type":"structure",
"members":{
},
"documentation":"<p>The job state was specified in an invalid format.</p>",
"exception":true
},
"InvalidNextTokenException":{
"type":"structure",
"members":{
},
"documentation":"<p>The next token was specified in an invalid format. Make sure that the next token you provide is the token returned by a previous call.</p>",
"exception":true
},
"InvalidNonceException":{
"type":"structure",
"members":{
},
"documentation":"<p>The nonce was specified in an invalid format.</p>",
"exception":true
},
"InvalidStageDeclarationException":{
"type":"structure",
"members":{
},
"documentation":"<p>The stage declaration was specified in an invalid format.</p>",
"exception":true
},
"InvalidStructureException":{
"type":"structure",
"members":{
},
"documentation":"<p>The structure was specified in an invalid format.</p>",
"exception":true
},
"InvalidTagsException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>The specified resource tags are invalid.</p>",
"exception":true
},
"InvalidWebhookAuthenticationParametersException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified authentication type is in an invalid format.</p>",
"exception":true
},
"InvalidWebhookFilterPatternException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified event filter rule is in an invalid format.</p>",
"exception":true
},
"Job":{
"type":"structure",
"members":{
"id":{
"shape":"JobId",
"documentation":"<p>The unique system-generated ID of the job.</p>"
},
"data":{
"shape":"JobData",
"documentation":"<p>Other data about a job.</p>"
},
"nonce":{
"shape":"Nonce",
"documentation":"<p>A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an <a>AcknowledgeJob</a> request.</p>"
},
"accountId":{
"shape":"AccountId",
"documentation":"<p>The ID of the AWS account to use when performing the job.</p>"
}
},
"documentation":"<p>Represents information about a job.</p>"
},
"JobData":{
"type":"structure",
"members":{
"actionTypeId":{
"shape":"ActionTypeId",
"documentation":"<p>Represents information about an action type.</p>"
},
"actionConfiguration":{
"shape":"ActionConfiguration",
"documentation":"<p>Represents information about an action configuration.</p>"
},
"pipelineContext":{
"shape":"PipelineContext",
"documentation":"<p>Represents information about a pipeline to a job worker.</p> <note> <p>Includes <code>pipelineArn</code> and <code>pipelineExecutionId</code> for custom jobs.</p> </note>"
},
"inputArtifacts":{
"shape":"ArtifactList",
"documentation":"<p>The artifact supplied to the job.</p>"
},
"outputArtifacts":{
"shape":"ArtifactList",
"documentation":"<p>The output of the job.</p>"
},
"artifactCredentials":{
"shape":"AWSSessionCredentials",
"documentation":"<p>Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS 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 AWS CodePipeline.</p>"
},
"continuationToken":{
"shape":"ContinuationToken",
"documentation":"<p>A system-generated token, such as a AWS CodeDeploy deployment ID, required by a job to continue the job asynchronously.</p>"
},
"encryptionKey":{
"shape":"EncryptionKey",
"documentation":"<p>Represents information about the key used to encrypt data in the artifact store, such as an AWS Key Management Service (AWS KMS) key. </p>"
}
},
"documentation":"<p>Represents other information about a job required for a job worker to complete the job.</p>"
},
"JobDetails":{
"type":"structure",
"members":{
"id":{
"shape":"JobId",
"documentation":"<p>The unique system-generated ID of the job.</p>"
},
"data":{
"shape":"JobData",
"documentation":"<p>Represents other information about a job required for a job worker to complete the job. </p>"
},
"accountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID associated with the job.</p>"
}
},
"documentation":"<p>Represents information about the details of a job.</p>"
},
"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"}
},
"JobNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The job was specified in an invalid format or cannot be found.</p>",
"exception":true
},
"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":"<p>The accounts in which the job worker is configured and might poll for jobs as part of the action execution.</p>"
},
"pollingServicePrincipals":{
"shape":"PollingServicePrincipalList",
"documentation":"<p>The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.</p>"
}
},
"documentation":"<p>Details about the polling configuration for the <code>JobWorker</code> action engine, or executor.</p>"
},
"JsonPath":{
"type":"string",
"max":150,
"min":1
},
"LambdaExecutorConfiguration":{
"type":"structure",
"required":["lambdaFunctionArn"],
"members":{
"lambdaFunctionArn":{
"shape":"LambdaFunctionArn",
"documentation":"<p>The ARN of the Lambda function used by the action engine.</p>"
}
},
"documentation":"<p>Details about the configuration for the <code>Lambda</code> action engine, or executor.</p>"
},
"LambdaFunctionArn":{
"type":"string",
"max":140,
"min":1,
"pattern":"arn:aws(-[\\w]+)*:lambda:.+:[0-9]{12}:function:.+"
},
"LastChangedAt":{"type":"timestamp"},
"LastChangedBy":{"type":"string"},
"LastUpdatedBy":{"type":"string"},
"LimitExceededException":{
"type":"structure",
"members":{
},
"documentation":"<p>The number of pipelines associated with the AWS account has exceeded the limit allowed for the account.</p>",
"exception":true
},
"ListActionExecutionsInput":{
"type":"structure",
"required":["pipelineName"],
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p> The name of the pipeline for which you want to list action execution history.</p>"
},
"filter":{
"shape":"ActionExecutionFilter",
"documentation":"<p>Input information used to filter action execution history.</p>"
},
"maxResults":{
"shape":"MaxResults",
"documentation":"<p>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. </p> <note> <p>Detailed execution history is available for executions run on or after February 21, 2019.</p> </note>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>The token that was returned from the previous <code>ListActionExecutions</code> call, which can be used to return the next set of action executions in the list.</p>"
}
}
},
"ListActionExecutionsOutput":{
"type":"structure",
"members":{
"actionExecutionDetails":{
"shape":"ActionExecutionDetailList",
"documentation":"<p>The details for a list of recent executions, such as action execution ID.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent <code>ListActionExecutions</code> call to return the next set of action executions in the list.</p>"
}
}
},
"ListActionTypesInput":{
"type":"structure",
"members":{
"actionOwnerFilter":{
"shape":"ActionOwner",
"documentation":"<p>Filters the list of action types to those created by a specified entity.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>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.</p>"
},
"regionFilter":{
"shape":"AWSRegionName",
"documentation":"<p>The Region to filter on for the list of action types.</p>"
}
},
"documentation":"<p>Represents the input of a <code>ListActionTypes</code> action.</p>"
},
"ListActionTypesOutput":{
"type":"structure",
"required":["actionTypes"],
"members":{
"actionTypes":{
"shape":"ActionTypeList",
"documentation":"<p>Provides details of the action types.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Represents the output of a <code>ListActionTypes</code> action.</p>"
},
"ListPipelineExecutionsInput":{
"type":"structure",
"required":["pipelineName"],
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline for which you want to get execution summary information.</p>"
},
"maxResults":{
"shape":"MaxResults",
"documentation":"<p>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.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>The token that was returned from the previous <code>ListPipelineExecutions</code> call, which can be used to return the next set of pipeline executions in the list.</p>"
}
},
"documentation":"<p>Represents the input of a <code>ListPipelineExecutions</code> action.</p>"
},
"ListPipelineExecutionsOutput":{
"type":"structure",
"members":{
"pipelineExecutionSummaries":{
"shape":"PipelineExecutionSummaryList",
"documentation":"<p>A list of executions in the history of a pipeline.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>A token that can be used in the next <code>ListPipelineExecutions</code> call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.</p>"
}
},
"documentation":"<p>Represents the output of a <code>ListPipelineExecutions</code> action.</p>"
},
"ListPipelinesInput":{
"type":"structure",
"members":{
"nextToken":{
"shape":"NextToken",
"documentation":"<p>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.</p>"
},
"maxResults":{
"shape":"MaxPipelines",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Represents the input of a <code>ListPipelines</code> action.</p>"
},
"ListPipelinesOutput":{
"type":"structure",
"members":{
"pipelines":{
"shape":"PipelineList",
"documentation":"<p>The list of pipelines.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Represents the output of a <code>ListPipelines</code> action.</p>"
},
"ListTagsForResourceInput":{
"type":"structure",
"required":["resourceArn"],
"members":{
"resourceArn":{
"shape":"ResourceArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>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.</p>"
},
"maxResults":{
"shape":"MaxResults",
"documentation":"<p>The maximum number of results to return in a single call.</p>"
}
}
},
"ListTagsForResourceOutput":{
"type":"structure",
"members":{
"tags":{
"shape":"TagList",
"documentation":"<p>The tags for the resource.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>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.</p>"
}
}
},
"ListWebhookItem":{
"type":"structure",
"required":[
"definition",
"url"
],
"members":{
"definition":{
"shape":"WebhookDefinition",
"documentation":"<p>The detail returned for each webhook, such as the webhook authentication type and filter rules.</p>"
},
"url":{
"shape":"WebhookUrl",
"documentation":"<p>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.</p>"
},
"errorMessage":{
"shape":"WebhookErrorMessage",
"documentation":"<p>The text of the error message about the webhook.</p>"
},
"errorCode":{
"shape":"WebhookErrorCode",
"documentation":"<p>The number code of the error.</p>"
},
"lastTriggered":{
"shape":"WebhookLastTriggered",
"documentation":"<p>The date and time a webhook was last successfully triggered, in timestamp format.</p>"
},
"arn":{
"shape":"WebhookArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the webhook.</p>"
},
"tags":{
"shape":"TagList",
"documentation":"<p>Specifies the tags applied to the webhook.</p>"
}
},
"documentation":"<p>The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.</p>"
},
"ListWebhooksInput":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list.</p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.</p>"
}
}
},
"ListWebhooksOutput":{
"type":"structure",
"members":{
"webhooks":{
"shape":"WebhookList",
"documentation":"<p>The JSON detail returned for each webhook in the list output for the ListWebhooks call.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>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. </p>"
}
}
},
"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
},
"NotLatestPipelineExecutionException":{
"type":"structure",
"members":{
},
"documentation":"<p>The stage has failed in a later run of the pipeline and the pipelineExecutionId associated with the request is out of date.</p>",
"exception":true
},
"OutputArtifact":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"ArtifactName",
"documentation":"<p>The name of the output of an artifact, such as \"My App\".</p> <p>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.</p> <p>Output artifact names must be unique within a pipeline.</p>"
}
},
"documentation":"<p>Represents information about the output of an action.</p>"
},
"OutputArtifactList":{
"type":"list",
"member":{"shape":"OutputArtifact"}
},
"OutputVariablesKey":{
"type":"string",
"pattern":"[A-Za-z0-9@\\-_]+"
},
"OutputVariablesMap":{
"type":"map",
"key":{"shape":"OutputVariablesKey"},
"value":{"shape":"OutputVariablesValue"}
},
"OutputVariablesSizeExceededException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>Exceeded the total size limit for all variables in the pipeline.</p>",
"exception":true
},
"OutputVariablesValue":{"type":"string"},
"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":"<p>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.</p>"
},
"stage":{
"shape":"StageContext",
"documentation":"<p>The stage of the pipeline.</p>"
},
"action":{
"shape":"ActionContext",
"documentation":"<p>The context of an action to a job worker in the stage of a pipeline.</p>"
},
"pipelineArn":{
"shape":"PipelineArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the pipeline.</p>"
},
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The execution ID of the pipeline.</p>"
}
},
"documentation":"<p>Represents information about a pipeline to a job worker.</p> <note> <p>PipelineContext contains <code>pipelineArn</code> and <code>pipelineExecutionId</code> for custom action jobs. The <code>pipelineArn</code> and <code>pipelineExecutionId</code> fields are not populated for ThirdParty action jobs.</p> </note>"
},
"PipelineDeclaration":{
"type":"structure",
"required":[
"name",
"roleArn",
"stages"
],
"members":{
"name":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline.</p>"
},
"roleArn":{
"shape":"RoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) for AWS CodePipeline to use to either perform actions with no <code>actionRoleArn</code>, or to use to assume roles for actions with an <code>actionRoleArn</code>.</p>"
},
"artifactStore":{
"shape":"ArtifactStore",
"documentation":"<p>Represents information about the S3 bucket where artifacts are stored for the pipeline.</p> <note> <p>You must include either <code>artifactStore</code> or <code>artifactStores</code> in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use <code>artifactStores</code>.</p> </note>"
},
"artifactStores":{
"shape":"ArtifactStoreMap",
"documentation":"<p>A mapping of <code>artifactStore</code> objects and their corresponding AWS Regions. There must be an artifact store for the pipeline Region and for each cross-region action in the pipeline.</p> <note> <p>You must include either <code>artifactStore</code> or <code>artifactStores</code> in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use <code>artifactStores</code>.</p> </note>"
},
"stages":{
"shape":"PipelineStageDeclarationList",
"documentation":"<p>The stage in which to perform the action.</p>"
},
"version":{
"shape":"PipelineVersion",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Represents the structure of actions and stages to be performed in the pipeline.</p>"
},
"PipelineExecution":{
"type":"structure",
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline with the specified pipeline execution.</p>"
},
"pipelineVersion":{
"shape":"PipelineVersion",
"documentation":"<p>The version number of the pipeline with the specified pipeline execution.</p>"
},
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The ID of the pipeline execution.</p>"
},
"status":{
"shape":"PipelineExecutionStatus",
"documentation":"<p>The status of the pipeline execution.</p> <ul> <li> <p>Cancelled: The pipelines definition was updated before the pipeline execution could be completed.</p> </li> <li> <p>InProgress: The pipeline execution is currently running.</p> </li> <li> <p>Stopped: The pipeline execution was manually stopped. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>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 <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Succeeded: The pipeline execution was completed successfully. </p> </li> <li> <p>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 <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded\">Superseded Executions</a>.</p> </li> <li> <p>Failed: The pipeline execution was not completed successfully.</p> </li> </ul>"
},
"statusSummary":{
"shape":"PipelineExecutionStatusSummary",
"documentation":"<p>A summary that contains a description of the pipeline execution status.</p>"
},
"artifactRevisions":{
"shape":"ArtifactRevisionList",
"documentation":"<p>A list of <code>ArtifactRevision</code> objects included in a pipeline execution.</p>"
}
},
"documentation":"<p>Represents information about an execution of a pipeline.</p>"
},
"PipelineExecutionId":{
"type":"string",
"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
},
"PipelineExecutionNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The pipeline execution was specified in an invalid format or cannot be found, or an execution ID does not belong to the specified pipeline. </p>",
"exception":true
},
"PipelineExecutionNotStoppableException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>Unable to stop the pipeline execution. The execution might already be in a <code>Stopped</code> state, or it might no longer be in progress.</p>",
"exception":true
},
"PipelineExecutionStatus":{
"type":"string",
"enum":[
"Cancelled",
"InProgress",
"Stopped",
"Stopping",
"Succeeded",
"Superseded",
"Failed"
]
},
"PipelineExecutionStatusSummary":{"type":"string"},
"PipelineExecutionSummary":{
"type":"structure",
"members":{
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The ID of the pipeline execution.</p>"
},
"status":{
"shape":"PipelineExecutionStatus",
"documentation":"<p>The status of the pipeline execution.</p> <ul> <li> <p>InProgress: The pipeline execution is currently running.</p> </li> <li> <p>Stopped: The pipeline execution was manually stopped. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>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 <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Succeeded: The pipeline execution was completed successfully. </p> </li> <li> <p>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 <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded\">Superseded Executions</a>.</p> </li> <li> <p>Failed: The pipeline execution was not completed successfully.</p> </li> </ul>"
},
"startTime":{
"shape":"Timestamp",
"documentation":"<p>The date and time when the pipeline execution began, in timestamp format.</p>"
},
"lastUpdateTime":{
"shape":"Timestamp",
"documentation":"<p>The date and time of the last change to the pipeline execution, in timestamp format.</p>"
},
"sourceRevisions":{
"shape":"SourceRevisionList",
"documentation":"<p>A list of the source artifact revisions that initiated a pipeline execution.</p>"
},
"trigger":{
"shape":"ExecutionTrigger",
"documentation":"<p>The interaction or event that started a pipeline execution, such as automated change detection or a <code>StartPipelineExecution</code> API call.</p>"
},
"stopTrigger":{
"shape":"StopExecutionTrigger",
"documentation":"<p>The interaction that stopped a pipeline execution.</p>"
}
},
"documentation":"<p>Summary information about a pipeline execution.</p>"
},
"PipelineExecutionSummaryList":{
"type":"list",
"member":{"shape":"PipelineExecutionSummary"}
},
"PipelineList":{
"type":"list",
"member":{"shape":"PipelineSummary"}
},
"PipelineMetadata":{
"type":"structure",
"members":{
"pipelineArn":{
"shape":"PipelineArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the pipeline.</p>"
},
"created":{
"shape":"Timestamp",
"documentation":"<p>The date and time the pipeline was created, in timestamp format.</p>"
},
"updated":{
"shape":"Timestamp",
"documentation":"<p>The date and time the pipeline was last updated, in timestamp format.</p>"
}
},
"documentation":"<p>Information about a pipeline.</p>"
},
"PipelineName":{
"type":"string",
"max":100,
"min":1,
"pattern":"[A-Za-z0-9.@\\-_]+"
},
"PipelineNameInUseException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified pipeline name is already in use.</p>",
"exception":true
},
"PipelineNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The pipeline was specified in an invalid format or cannot be found.</p>",
"exception":true
},
"PipelineStageDeclarationList":{
"type":"list",
"member":{"shape":"StageDeclaration"}
},
"PipelineSummary":{
"type":"structure",
"members":{
"name":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline.</p>"
},
"version":{
"shape":"PipelineVersion",
"documentation":"<p>The version number of the pipeline.</p>"
},
"created":{
"shape":"Timestamp",
"documentation":"<p>The date and time the pipeline was created, in timestamp format.</p>"
},
"updated":{
"shape":"Timestamp",
"documentation":"<p>The date and time of the last update to the pipeline, in timestamp format.</p>"
}
},
"documentation":"<p>Returns a summary of a pipeline.</p>"
},
"PipelineVersion":{
"type":"integer",
"min":1
},
"PipelineVersionNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The pipeline version was specified in an invalid format or cannot be found.</p>",
"exception":true
},
"PolicyStatementsTemplate":{
"type":"string",
"max":2048,
"min":1
},
"PollForJobsInput":{
"type":"structure",
"required":["actionTypeId"],
"members":{
"actionTypeId":{
"shape":"ActionTypeId",
"documentation":"<p>Represents information about an action type.</p>"
},
"maxBatchSize":{
"shape":"MaxBatchSize",
"documentation":"<p>The maximum number of jobs to return in a poll for jobs call.</p>"
},
"queryParam":{
"shape":"QueryParamMap",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Represents the input of a <code>PollForJobs</code> action.</p>"
},
"PollForJobsOutput":{
"type":"structure",
"members":{
"jobs":{
"shape":"JobList",
"documentation":"<p>Information about the jobs to take action on.</p>"
}
},
"documentation":"<p>Represents the output of a <code>PollForJobs</code> action.</p>"
},
"PollForThirdPartyJobsInput":{
"type":"structure",
"required":["actionTypeId"],
"members":{
"actionTypeId":{
"shape":"ActionTypeId",
"documentation":"<p>Represents information about an action type.</p>"
},
"maxBatchSize":{
"shape":"MaxBatchSize",
"documentation":"<p>The maximum number of jobs to return in a poll for jobs call.</p>"
}
},
"documentation":"<p>Represents the input of a <code>PollForThirdPartyJobs</code> action.</p>"
},
"PollForThirdPartyJobsOutput":{
"type":"structure",
"members":{
"jobs":{
"shape":"ThirdPartyJobList",
"documentation":"<p>Information about the jobs to take action on.</p>"
}
},
"documentation":"<p>Represents the output of a <code>PollForThirdPartyJobs</code> action.</p>"
},
"PollingAccountList":{
"type":"list",
"member":{"shape":"AccountId"},
"max":1000,
"min":1
},
"PollingServicePrincipalList":{
"type":"list",
"member":{"shape":"ServicePrincipal"},
"max":10,
"min":1
},
"PropertyDescription":{
"type":"string",
"max":250,
"min":1
},
"PutActionRevisionInput":{
"type":"structure",
"required":[
"pipelineName",
"stageName",
"actionName",
"actionRevision"
],
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline that starts processing the revision to the source.</p>"
},
"stageName":{
"shape":"StageName",
"documentation":"<p>The name of the stage that contains the action that acts on the revision.</p>"
},
"actionName":{
"shape":"ActionName",
"documentation":"<p>The name of the action that processes the revision.</p>"
},
"actionRevision":{
"shape":"ActionRevision",
"documentation":"<p>Represents information about the version (or revision) of an action.</p>"
}
},
"documentation":"<p>Represents the input of a <code>PutActionRevision</code> action.</p>"
},
"PutActionRevisionOutput":{
"type":"structure",
"members":{
"newRevision":{
"shape":"Boolean",
"documentation":"<p>Indicates whether the artifact revision was previously used in an execution of the specified pipeline.</p>"
},
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The ID of the current workflow state of the pipeline.</p>"
}
},
"documentation":"<p>Represents the output of a <code>PutActionRevision</code> action.</p>"
},
"PutApprovalResultInput":{
"type":"structure",
"required":[
"pipelineName",
"stageName",
"actionName",
"result",
"token"
],
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline that contains the action. </p>"
},
"stageName":{
"shape":"StageName",
"documentation":"<p>The name of the stage that contains the action.</p>"
},
"actionName":{
"shape":"ActionName",
"documentation":"<p>The name of the action for which approval is requested.</p>"
},
"result":{
"shape":"ApprovalResult",
"documentation":"<p>Represents information about the result of the approval request.</p>"
},
"token":{
"shape":"ApprovalToken",
"documentation":"<p>The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the <a>GetPipelineState</a> action. It is used to validate that the approval request corresponding to this token is still valid.</p>"
}
},
"documentation":"<p>Represents the input of a <code>PutApprovalResult</code> action.</p>"
},
"PutApprovalResultOutput":{
"type":"structure",
"members":{
"approvedAt":{
"shape":"Timestamp",
"documentation":"<p>The timestamp showing when the approval or rejection was submitted.</p>"
}
},
"documentation":"<p>Represents the output of a <code>PutApprovalResult</code> action.</p>"
},
"PutJobFailureResultInput":{
"type":"structure",
"required":[
"jobId",
"failureDetails"
],
"members":{
"jobId":{
"shape":"JobId",
"documentation":"<p>The unique system-generated ID of the job that failed. This is the same ID returned from <code>PollForJobs</code>.</p>"
},
"failureDetails":{
"shape":"FailureDetails",
"documentation":"<p>The details about the failure of a job.</p>"
}
},
"documentation":"<p>Represents the input of a <code>PutJobFailureResult</code> action.</p>"
},
"PutJobSuccessResultInput":{
"type":"structure",
"required":["jobId"],
"members":{
"jobId":{
"shape":"JobId",
"documentation":"<p>The unique system-generated ID of the job that succeeded. This is the same ID returned from <code>PollForJobs</code>.</p>"
},
"currentRevision":{
"shape":"CurrentRevision",
"documentation":"<p>The ID of the current revision of the artifact successfully worked on by the job.</p>"
},
"continuationToken":{
"shape":"ContinuationToken",
"documentation":"<p>A token generated by a job worker, such as an AWS 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.</p>"
},
"executionDetails":{
"shape":"ExecutionDetails",
"documentation":"<p>The execution details of the successful job, such as the actions taken by the job worker.</p>"
},
"outputVariables":{
"shape":"OutputVariablesMap",
"documentation":"<p>Key-value pairs produced as output by a job worker that can be made available to a downstream action configuration. <code>outputVariables</code> can be included only when there is no continuation token on the request.</p>"
}
},
"documentation":"<p>Represents the input of a <code>PutJobSuccessResult</code> action.</p>"
},
"PutThirdPartyJobFailureResultInput":{
"type":"structure",
"required":[
"jobId",
"clientToken",
"failureDetails"
],
"members":{
"jobId":{
"shape":"ThirdPartyJobId",
"documentation":"<p>The ID of the job that failed. This is the same ID returned from <code>PollForThirdPartyJobs</code>.</p>"
},
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>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.</p>"
},
"failureDetails":{
"shape":"FailureDetails",
"documentation":"<p>Represents information about failure details.</p>"
}
},
"documentation":"<p>Represents the input of a <code>PutThirdPartyJobFailureResult</code> action.</p>"
},
"PutThirdPartyJobSuccessResultInput":{
"type":"structure",
"required":[
"jobId",
"clientToken"
],
"members":{
"jobId":{
"shape":"ThirdPartyJobId",
"documentation":"<p>The ID of the job that successfully completed. This is the same ID returned from <code>PollForThirdPartyJobs</code>.</p>"
},
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>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.</p>"
},
"currentRevision":{
"shape":"CurrentRevision",
"documentation":"<p>Represents information about a current revision.</p>"
},
"continuationToken":{
"shape":"ContinuationToken",
"documentation":"<p>A token generated by a job worker, such as an AWS 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.</p>"
},
"executionDetails":{
"shape":"ExecutionDetails",
"documentation":"<p>The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline. </p>"
}
},
"documentation":"<p>Represents the input of a <code>PutThirdPartyJobSuccessResult</code> action.</p>"
},
"PutWebhookInput":{
"type":"structure",
"required":["webhook"],
"members":{
"webhook":{
"shape":"WebhookDefinition",
"documentation":"<p>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.</p>"
},
"tags":{
"shape":"TagList",
"documentation":"<p>The tags for the webhook.</p>"
}
}
},
"PutWebhookOutput":{
"type":"structure",
"members":{
"webhook":{
"shape":"ListWebhookItem",
"documentation":"<p>The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.</p>"
}
}
},
"QueryParamMap":{
"type":"map",
"key":{"shape":"ActionConfigurationKey"},
"value":{"shape":"ActionConfigurationQueryableValue"},
"max":1,
"min":0
},
"RegisterWebhookWithThirdPartyInput":{
"type":"structure",
"members":{
"webhookName":{
"shape":"WebhookName",
"documentation":"<p>The name of an existing webhook created with PutWebhook to register with a supported third party. </p>"
}
}
},
"RegisterWebhookWithThirdPartyOutput":{
"type":"structure",
"members":{
}
},
"RequestFailedException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>The request failed because of an unknown error, exception, or failure.</p>",
"exception":true
},
"ResolvedActionConfigurationMap":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"ResourceArn":{
"type":"string",
"pattern":"arn:aws(-[\\w]+)*:codepipeline:.+:[0-9]{12}:.+"
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The resource was specified in an invalid format.</p>",
"exception":true
},
"RetryStageExecutionInput":{
"type":"structure",
"required":[
"pipelineName",
"stageName",
"pipelineExecutionId",
"retryMode"
],
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline that contains the failed stage.</p>"
},
"stageName":{
"shape":"StageName",
"documentation":"<p>The name of the failed stage to be retried.</p>"
},
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The ID of the pipeline execution in the failed stage to be retried. Use the <a>GetPipelineState</a> action to retrieve the current pipelineExecutionId of the failed stage</p>"
},
"retryMode":{
"shape":"StageRetryMode",
"documentation":"<p>The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.</p>"
}
},
"documentation":"<p>Represents the input of a <code>RetryStageExecution</code> action.</p>"
},
"RetryStageExecutionOutput":{
"type":"structure",
"members":{
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The ID of the current workflow execution in the failed stage.</p>"
}
},
"documentation":"<p>Represents the output of a <code>RetryStageExecution</code> action.</p>"
},
"Revision":{
"type":"string",
"max":1500,
"min":1
},
"RevisionChangeIdentifier":{
"type":"string",
"max":100,
"min":1
},
"RevisionSummary":{
"type":"string",
"max":2048,
"min":1
},
"RoleArn":{
"type":"string",
"max":1024,
"pattern":"arn:aws(-[\\w]+)*:iam::[0-9]{12}:role/.*"
},
"S3ArtifactLocation":{
"type":"structure",
"required":[
"bucketName",
"objectKey"
],
"members":{
"bucketName":{
"shape":"S3BucketName",
"documentation":"<p>The name of the S3 bucket.</p>"
},
"objectKey":{
"shape":"S3ObjectKey",
"documentation":"<p>The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.</p>"
}
},
"documentation":"<p>The location of the S3 bucket that contains a revision.</p>"
},
"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":"<p>The Amazon S3 artifact bucket for an action's artifacts.</p>"
},
"key":{
"shape":"S3Key",
"documentation":"<p>The artifact name.</p>"
}
},
"documentation":"<p>The Amazon S3 artifact location for an action's artifacts.</p>"
},
"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":"<p>The name of the action that processed the revision to the source artifact.</p>"
},
"revisionId":{
"shape":"Revision",
"documentation":"<p>The system-generated unique ID that identifies the revision number of the artifact.</p>"
},
"revisionSummary":{
"shape":"RevisionSummary",
"documentation":"<p>Summary information about the most recent revision of the artifact. For GitHub and AWS CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the user-provided content of a <code>codepipeline-artifact-revision-summary</code> key specified in the object metadata.</p>"
},
"revisionUrl":{
"shape":"Url",
"documentation":"<p>The commit ID for the artifact revision. For artifacts stored in GitHub or AWS CodeCommit repositories, the commit ID is linked to a commit details page.</p>"
}
},
"documentation":"<p>Information about the version (or revision) of a source artifact that initiated a pipeline execution.</p>"
},
"SourceRevisionList":{
"type":"list",
"member":{"shape":"SourceRevision"}
},
"StageActionDeclarationList":{
"type":"list",
"member":{"shape":"ActionDeclaration"}
},
"StageBlockerDeclarationList":{
"type":"list",
"member":{"shape":"BlockerDeclaration"}
},
"StageContext":{
"type":"structure",
"members":{
"name":{
"shape":"StageName",
"documentation":"<p>The name of the stage.</p>"
}
},
"documentation":"<p>Represents information about a stage to a job worker.</p>"
},
"StageDeclaration":{
"type":"structure",
"required":[
"name",
"actions"
],
"members":{
"name":{
"shape":"StageName",
"documentation":"<p>The name of the stage.</p>"
},
"blockers":{
"shape":"StageBlockerDeclarationList",
"documentation":"<p>Reserved for future use.</p>"
},
"actions":{
"shape":"StageActionDeclarationList",
"documentation":"<p>The actions included in a stage.</p>"
}
},
"documentation":"<p>Represents information about a stage and its definition.</p>"
},
"StageExecution":{
"type":"structure",
"required":[
"pipelineExecutionId",
"status"
],
"members":{
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The ID of the pipeline execution associated with the stage.</p>"
},
"status":{
"shape":"StageExecutionStatus",
"documentation":"<p>The status of the stage, or for a completed stage, the last status of the stage.</p> <note> <p>A status of cancelled means that the pipelines definition was updated before the stage execution could be completed.</p> </note>"
}
},
"documentation":"<p>Represents information about the run of a stage.</p>"
},
"StageExecutionStatus":{
"type":"string",
"enum":[
"Cancelled",
"InProgress",
"Failed",
"Stopped",
"Stopping",
"Succeeded"
]
},
"StageName":{
"type":"string",
"max":100,
"min":1,
"pattern":"[A-Za-z0-9.@\\-_]+"
},
"StageNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The stage was specified in an invalid format or cannot be found.</p>",
"exception":true
},
"StageNotRetryableException":{
"type":"structure",
"members":{
},
"documentation":"<p>Unable to retry. The pipeline structure or stage state might have changed while actions awaited retry, or the stage contains no failed actions.</p>",
"exception":true
},
"StageRetryMode":{
"type":"string",
"enum":["FAILED_ACTIONS"]
},
"StageState":{
"type":"structure",
"members":{
"stageName":{
"shape":"StageName",
"documentation":"<p>The name of the stage.</p>"
},
"inboundExecution":{"shape":"StageExecution"},
"inboundTransitionState":{
"shape":"TransitionState",
"documentation":"<p>The state of the inbound transition, which is either enabled or disabled.</p>"
},
"actionStates":{
"shape":"ActionStateList",
"documentation":"<p>The state of the stage.</p>"
},
"latestExecution":{
"shape":"StageExecution",
"documentation":"<p>Information about the latest execution in the stage, including its ID and status.</p>"
}
},
"documentation":"<p>Represents information about the state of the stage.</p>"
},
"StageStateList":{
"type":"list",
"member":{"shape":"StageState"}
},
"StageTransitionType":{
"type":"string",
"enum":[
"Inbound",
"Outbound"
]
},
"StartPipelineExecutionInput":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline to start.</p>"
},
"clientRequestToken":{
"shape":"ClientRequestToken",
"documentation":"<p>The system-generated unique ID used to identify a unique execution request.</p>",
"idempotencyToken":true
}
},
"documentation":"<p>Represents the input of a <code>StartPipelineExecution</code> action.</p>"
},
"StartPipelineExecutionOutput":{
"type":"structure",
"members":{
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The unique system-generated ID of the pipeline execution that was started.</p>"
}
},
"documentation":"<p>Represents the output of a <code>StartPipelineExecution</code> action.</p>"
},
"StopExecutionTrigger":{
"type":"structure",
"members":{
"reason":{
"shape":"StopPipelineExecutionReason",
"documentation":"<p>The user-specified reason the pipeline was stopped.</p>"
}
},
"documentation":"<p>The interaction that stopped a pipeline execution.</p>"
},
"StopPipelineExecutionInput":{
"type":"structure",
"required":[
"pipelineName",
"pipelineExecutionId"
],
"members":{
"pipelineName":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline to stop.</p>"
},
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The ID of the pipeline execution to be stopped in the current stage. Use the <code>GetPipelineState</code> action to retrieve the current pipelineExecutionId.</p>"
},
"abandon":{
"shape":"Boolean",
"documentation":"<p>Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.</p> <note> <p>This option can lead to failed or out-of-sequence tasks.</p> </note>"
},
"reason":{
"shape":"StopPipelineExecutionReason",
"documentation":"<p>Use this option to enter comments, such as the reason the pipeline was stopped.</p>"
}
}
},
"StopPipelineExecutionOutput":{
"type":"structure",
"members":{
"pipelineExecutionId":{
"shape":"PipelineExecutionId",
"documentation":"<p>The unique system-generated ID of the pipeline execution that was stopped.</p>"
}
}
},
"StopPipelineExecutionReason":{
"type":"string",
"max":200
},
"String":{"type":"string"},
"Tag":{
"type":"structure",
"required":[
"key",
"value"
],
"members":{
"key":{
"shape":"TagKey",
"documentation":"<p>The tag's key.</p>"
},
"value":{
"shape":"TagValue",
"documentation":"<p>The tag's value.</p>"
}
},
"documentation":"<p>A tag is a key-value pair that is used to manage the resource.</p>"
},
"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":"<p>The Amazon Resource Name (ARN) of the resource you want to add tags to.</p>"
},
"tags":{
"shape":"TagList",
"documentation":"<p>The tags you want to modify or add to the resource.</p>"
}
}
},
"TagResourceOutput":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":0
},
"ThirdPartyJob":{
"type":"structure",
"members":{
"clientId":{
"shape":"ClientId",
"documentation":"<p>The <code>clientToken</code> portion of the <code>clientId</code> and <code>clientToken</code> pair used to verify that the calling entity is allowed access to the job and its details.</p>"
},
"jobId":{
"shape":"JobId",
"documentation":"<p>The identifier used to identify the job in AWS CodePipeline.</p>"
}
},
"documentation":"<p>A response to a <code>PollForThirdPartyJobs</code> request returned by AWS CodePipeline when there is a job to be worked on by a partner action.</p>"
},
"ThirdPartyJobData":{
"type":"structure",
"members":{
"actionTypeId":{
"shape":"ActionTypeId",
"documentation":"<p>Represents information about an action type.</p>"
},
"actionConfiguration":{
"shape":"ActionConfiguration",
"documentation":"<p>Represents information about an action configuration.</p>"
},
"pipelineContext":{
"shape":"PipelineContext",
"documentation":"<p>Represents information about a pipeline to a job worker.</p> <note> <p>Does not include <code>pipelineArn</code> and <code>pipelineExecutionId</code> for ThirdParty jobs.</p> </note>"
},
"inputArtifacts":{
"shape":"ArtifactList",
"documentation":"<p>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.</p>"
},
"outputArtifacts":{
"shape":"ArtifactList",
"documentation":"<p>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.</p>"
},
"artifactCredentials":{
"shape":"AWSSessionCredentials",
"documentation":"<p>Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS 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 AWS CodePipeline. </p>"
},
"continuationToken":{
"shape":"ContinuationToken",
"documentation":"<p>A system-generated token, such as a AWS CodeDeploy deployment ID, that a job requires to continue the job asynchronously.</p>"
},
"encryptionKey":{
"shape":"EncryptionKey",
"documentation":"<p>The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an AWS Key Management Service (AWS KMS) key. This is optional and might not be present.</p>"
}
},
"documentation":"<p>Represents information about the job data for a partner action.</p>"
},
"ThirdPartyJobDetails":{
"type":"structure",
"members":{
"id":{
"shape":"ThirdPartyJobId",
"documentation":"<p>The identifier used to identify the job details in AWS CodePipeline.</p>"
},
"data":{
"shape":"ThirdPartyJobData",
"documentation":"<p>The data to be returned by the third party job worker.</p>"
},
"nonce":{
"shape":"Nonce",
"documentation":"<p>A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an <a>AcknowledgeThirdPartyJob</a> request.</p>"
}
},
"documentation":"<p>The details of a job sent in response to a <code>GetThirdPartyJobDetails</code> request.</p>"
},
"ThirdPartyJobId":{
"type":"string",
"max":512,
"min":1
},
"ThirdPartyJobList":{
"type":"list",
"member":{"shape":"ThirdPartyJob"}
},
"Time":{"type":"timestamp"},
"Timestamp":{"type":"timestamp"},
"TooManyTagsException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>The tags limit for a resource has been exceeded.</p>",
"exception":true
},
"TransitionState":{
"type":"structure",
"members":{
"enabled":{
"shape":"Enabled",
"documentation":"<p>Whether the transition between stages is enabled (true) or disabled (false).</p>"
},
"lastChangedBy":{
"shape":"LastChangedBy",
"documentation":"<p>The ID of the user who last changed the transition state.</p>"
},
"lastChangedAt":{
"shape":"LastChangedAt",
"documentation":"<p>The timestamp when the transition state was last changed.</p>"
},
"disabledReason":{
"shape":"DisabledReason",
"documentation":"<p>The user-specified reason why the transition between two stages of a pipeline was disabled.</p>"
}
},
"documentation":"<p>Represents information about the state of transitions between one stage and another stage.</p>"
},
"TriggerDetail":{
"type":"string",
"max":1024,
"min":0
},
"TriggerType":{
"type":"string",
"enum":[
"CreatePipeline",
"StartPipelineExecution",
"PollForSourceChanges",
"Webhook",
"CloudWatchEvent",
"PutActionRevision"
]
},
"UntagResourceInput":{
"type":"structure",
"required":[
"resourceArn",
"tagKeys"
],
"members":{
"resourceArn":{
"shape":"ResourceArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the resource to remove tags from.</p>"
},
"tagKeys":{
"shape":"TagKeyList",
"documentation":"<p>The list of keys for the tags to be removed from the resource.</p>"
}
}
},
"UntagResourceOutput":{
"type":"structure",
"members":{
}
},
"UpdateActionTypeInput":{
"type":"structure",
"required":["actionType"],
"members":{
"actionType":{
"shape":"ActionTypeDeclaration",
"documentation":"<p>The action type definition for the action type to be updated.</p>"
}
}
},
"UpdatePipelineInput":{
"type":"structure",
"required":["pipeline"],
"members":{
"pipeline":{
"shape":"PipelineDeclaration",
"documentation":"<p>The name of the pipeline to be updated.</p>"
}
},
"documentation":"<p>Represents the input of an <code>UpdatePipeline</code> action.</p>"
},
"UpdatePipelineOutput":{
"type":"structure",
"members":{
"pipeline":{
"shape":"PipelineDeclaration",
"documentation":"<p>The structure of the updated pipeline.</p>"
}
},
"documentation":"<p>Represents the output of an <code>UpdatePipeline</code> action.</p>"
},
"Url":{
"type":"string",
"max":2048,
"min":1
},
"UrlTemplate":{
"type":"string",
"max":2048,
"min":1
},
"ValidationException":{
"type":"structure",
"members":{
},
"documentation":"<p>The validation was specified in an invalid format.</p>",
"exception":true
},
"Version":{
"type":"string",
"max":9,
"min":1,
"pattern":"[0-9A-Za-z_-]+"
},
"WebhookArn":{"type":"string"},
"WebhookAuthConfiguration":{
"type":"structure",
"members":{
"AllowedIPRange":{
"shape":"WebhookAuthConfigurationAllowedIPRange",
"documentation":"<p>The property used to configure acceptance of webhooks in an IP address range. For IP, only the <code>AllowedIPRange</code> property must be set. This property must be set to a valid CIDR range.</p>"
},
"SecretToken":{
"shape":"WebhookAuthConfigurationSecretToken",
"documentation":"<p>The property used to configure GitHub authentication. For GITHUB_HMAC, only the <code>SecretToken</code> property must be set.</p>"
}
},
"documentation":"<p>The authentication applied to incoming webhook trigger requests.</p>"
},
"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":"<p>The name of the webhook.</p>"
},
"targetPipeline":{
"shape":"PipelineName",
"documentation":"<p>The name of the pipeline you want to connect to the webhook.</p>"
},
"targetAction":{
"shape":"ActionName",
"documentation":"<p>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.</p>"
},
"filters":{
"shape":"WebhookFilters",
"documentation":"<p>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.</p>"
},
"authentication":{
"shape":"WebhookAuthenticationType",
"documentation":"<p>Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.</p> <ul> <li> <p>For information about the authentication scheme implemented by GITHUB_HMAC, see <a href=\"https://developer.github.com/webhooks/securing/\">Securing your webhooks</a> on the GitHub Developer website.</p> </li> <li> <p> IP rejects webhooks trigger requests unless they originate from an IP address in the IP range whitelisted in the authentication configuration.</p> </li> <li> <p> UNAUTHENTICATED accepts all webhook trigger requests regardless of origin.</p> </li> </ul>"
},
"authenticationConfiguration":{
"shape":"WebhookAuthConfiguration",
"documentation":"<p>Properties that configure the authentication applied to incoming webhook trigger requests. The required properties depend on the authentication type. For GITHUB_HMAC, only the <code>SecretToken </code>property must be set. For IP, only the <code>AllowedIPRange </code>property must be set to a valid CIDR range. For UNAUTHENTICATED, no properties can be set.</p>"
}
},
"documentation":"<p>Represents information about a webhook and its definition.</p>"
},
"WebhookErrorCode":{"type":"string"},
"WebhookErrorMessage":{"type":"string"},
"WebhookFilterRule":{
"type":"structure",
"required":["jsonPath"],
"members":{
"jsonPath":{
"shape":"JsonPath",
"documentation":"<p>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 <code>MatchEquals</code> field. Otherwise, the request is ignored. For more information, see <a href=\"https://github.com/json-path/JsonPath\">Java JsonPath implementation</a> in GitHub.</p>"
},
"matchEquals":{
"shape":"MatchEquals",
"documentation":"<p>The value selected by the <code>JsonPath</code> expression must match what is supplied in the <code>MatchEquals</code> 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 \"master\", the <code>MatchEquals</code> value is evaluated as \"refs/heads/master\". For a list of action configuration properties for built-in action types, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements\">Pipeline Structure Reference Action Requirements</a>.</p>"
}
},
"documentation":"<p>The event criteria that specify when a webhook notification is sent to your URL.</p>"
},
"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.@\\-_]+"
},
"WebhookNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified webhook was entered in an invalid format or cannot be found.</p>",
"exception":true
},
"WebhookUrl":{
"type":"string",
"max":1000,
"min":1
}
},
"documentation":"<fullname>AWS CodePipeline</fullname> <p> <b>Overview</b> </p> <p>This is the AWS CodePipeline API Reference. This guide provides descriptions of the actions and data types for AWS CodePipeline. Some functionality for your pipeline can only be configured through the API. For more information, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html\">AWS CodePipeline User Guide</a>.</p> <p>You can use the AWS CodePipeline API to work with pipelines, stages, actions, and transitions.</p> <p> <i>Pipelines</i> are models of automated release processes. Each pipeline is uniquely named, and consists of stages, actions, and transitions. </p> <p>You can work with pipelines by calling:</p> <ul> <li> <p> <a>CreatePipeline</a>, which creates a uniquely named pipeline.</p> </li> <li> <p> <a>DeletePipeline</a>, which deletes the specified pipeline.</p> </li> <li> <p> <a>GetPipeline</a>, which returns information about the pipeline structure and pipeline metadata, including the pipeline Amazon Resource Name (ARN).</p> </li> <li> <p> <a>GetPipelineExecution</a>, which returns information about a specific execution of a pipeline.</p> </li> <li> <p> <a>GetPipelineState</a>, which returns information about the current state of the stages and actions of a pipeline.</p> </li> <li> <p> <a>ListActionExecutions</a>, 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.</p> </li> <li> <p> <a>ListPipelines</a>, which gets a summary of all of the pipelines associated with your account.</p> </li> <li> <p> <a>ListPipelineExecutions</a>, which gets a summary of the most recent executions for a pipeline.</p> </li> <li> <p> <a>StartPipelineExecution</a>, which runs the most recent revision of an artifact through the pipeline.</p> </li> <li> <p> <a>StopPipelineExecution</a>, which stops the specified pipeline execution from continuing through the pipeline.</p> </li> <li> <p> <a>UpdatePipeline</a>, which updates a pipeline with edits or changes to the structure of the pipeline.</p> </li> </ul> <p>Pipelines include <i>stages</i>. 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 <a>GetPipelineState</a>, which displays the status of a pipeline, including the status of stages in the pipeline, or <a>GetPipeline</a>, 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 <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-structure.html\">AWS CodePipeline Pipeline Structure Reference</a>.</p> <p>Pipeline stages include <i>actions</i> 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 <a>CreatePipeline</a> and <a>GetPipelineState</a>. Valid action categories are:</p> <ul> <li> <p>Source</p> </li> <li> <p>Build</p> </li> <li> <p>Test</p> </li> <li> <p>Deploy</p> </li> <li> <p>Approval</p> </li> <li> <p>Invoke</p> </li> </ul> <p>Pipelines also include <i>transitions</i>, which allow the transition of artifacts from one stage to the next in a pipeline after the actions in one stage complete.</p> <p>You can work with transitions by calling:</p> <ul> <li> <p> <a>DisableStageTransition</a>, which prevents artifacts from transitioning to the next stage in a pipeline.</p> </li> <li> <p> <a>EnableStageTransition</a>, which enables transition of artifacts between stages in a pipeline. </p> </li> </ul> <p> <b>Using the API to integrate with AWS CodePipeline</b> </p> <p>For third-party integrators or developers who want to create their own integrations with AWS CodePipeline, the expected sequence varies from the standard API user. To integrate with AWS CodePipeline, developers need to work with the following items:</p> <p> <b>Jobs</b>, which are instances of an action. For example, a job for a source action might import a revision of an artifact from a source. </p> <p>You can work with jobs by calling:</p> <ul> <li> <p> <a>AcknowledgeJob</a>, which confirms whether a job worker has received the specified job.</p> </li> <li> <p> <a>GetJobDetails</a>, which returns the details of a job.</p> </li> <li> <p> <a>PollForJobs</a>, which determines whether there are any jobs to act on.</p> </li> <li> <p> <a>PutJobFailureResult</a>, which provides details of a job failure. </p> </li> <li> <p> <a>PutJobSuccessResult</a>, which provides details of a job success.</p> </li> </ul> <p> <b>Third party jobs</b>, which are instances of an action created by a partner action and integrated into AWS CodePipeline. Partner actions are created by members of the AWS Partner Network.</p> <p>You can work with third party jobs by calling:</p> <ul> <li> <p> <a>AcknowledgeThirdPartyJob</a>, which confirms whether a job worker has received the specified job.</p> </li> <li> <p> <a>GetThirdPartyJobDetails</a>, which requests the details of a job for a partner action.</p> </li> <li> <p> <a>PollForThirdPartyJobs</a>, which determines whether there are any jobs to act on. </p> </li> <li> <p> <a>PutThirdPartyJobFailureResult</a>, which provides details of a job failure.</p> </li> <li> <p> <a>PutThirdPartyJobSuccessResult</a>, which provides details of a job success.</p> </li> </ul>"
}