Skip to content

Commit 9cf0cc1

Browse files
feat: update AWS API models
1 parent 2f5dfc0 commit 9cf0cc1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

codegen/sdk/aws-models/codepipeline.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@
250250
"traits": {
251251
"smithy.api#enumValue": "Approval"
252252
}
253+
},
254+
"Compute": {
255+
"target": "smithy.api#Unit",
256+
"traits": {
257+
"smithy.api#enumValue": "Compute"
258+
}
253259
}
254260
}
255261
},
@@ -1928,7 +1934,7 @@
19281934
"name": "codepipeline"
19291935
},
19301936
"aws.protocols#awsJson1_1": {},
1931-
"smithy.api#documentation": "<fullname>CodePipeline</fullname>\n <p>\n <b>Overview</b>\n </p>\n <p>This is the CodePipeline API Reference. This guide provides descriptions\n of the actions and data types for CodePipeline. Some functionality for your\n 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\">CodePipeline User Guide</a>.</p>\n <p>You can use the CodePipeline API to work with pipelines, stages, actions,\n and transitions.</p>\n <p>\n <i>Pipelines</i> are models of automated release processes. Each pipeline\n is uniquely named, and consists of stages, actions, and transitions. </p>\n <p>You can work with pipelines by calling:</p>\n <ul>\n <li>\n <p>\n <a>CreatePipeline</a>, which creates a uniquely named\n pipeline.</p>\n </li>\n <li>\n <p>\n <a>DeletePipeline</a>, which deletes the specified\n pipeline.</p>\n </li>\n <li>\n <p>\n <a>GetPipeline</a>, which returns information about the pipeline\n structure and pipeline metadata, including the pipeline Amazon Resource Name\n (ARN).</p>\n </li>\n <li>\n <p>\n <a>GetPipelineExecution</a>, which returns information about a\n specific execution of a pipeline.</p>\n </li>\n <li>\n <p>\n <a>GetPipelineState</a>, which returns information about the current\n state of the stages and actions of a pipeline.</p>\n </li>\n <li>\n <p>\n <a>ListActionExecutions</a>, which returns action-level details\n for past executions. The details include full stage and action-level details,\n including individual action duration, status, any errors that occurred during\n the execution, and input and output artifact location details.</p>\n </li>\n <li>\n <p>\n <a>ListPipelines</a>, which gets a summary of all of the pipelines\n associated with your account.</p>\n </li>\n <li>\n <p>\n <a>ListPipelineExecutions</a>, which gets a summary of the most\n recent executions for a pipeline.</p>\n </li>\n <li>\n <p>\n <a>StartPipelineExecution</a>, which runs the most recent revision of\n an artifact through the pipeline.</p>\n </li>\n <li>\n <p>\n <a>StopPipelineExecution</a>, which stops the specified pipeline\n execution from continuing through the pipeline.</p>\n </li>\n <li>\n <p>\n <a>UpdatePipeline</a>, which updates a pipeline with edits or changes\n to the structure of the pipeline.</p>\n </li>\n </ul>\n <p>Pipelines include <i>stages</i>. Each stage contains one or more\n actions that must complete before the next stage begins. A stage results in success or\n failure. If a stage fails, the pipeline stops at that stage and remains stopped until\n either a new version of an artifact appears in the source location, or a user takes\n 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\n status of stages in the pipeline, or <a>GetPipeline</a>, which returns the\n entire structure of the pipeline, including the stages of that pipeline. For more\n information about the structure of stages and actions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-structure.html\">CodePipeline\n Pipeline Structure Reference</a>.</p>\n <p>Pipeline stages include <i>actions</i> that are categorized into\n categories such as source or build actions performed in a stage of a pipeline. For\n example, you can use a source action to import artifacts into a pipeline from a source\n such as Amazon S3. Like stages, you do not work with actions directly in most cases, but\n you do define and interact with actions when working with pipeline operations such as\n <a>CreatePipeline</a> and <a>GetPipelineState</a>. Valid\n action categories are:</p>\n <ul>\n <li>\n <p>Source</p>\n </li>\n <li>\n <p>Build</p>\n </li>\n <li>\n <p>Test</p>\n </li>\n <li>\n <p>Deploy</p>\n </li>\n <li>\n <p>Approval</p>\n </li>\n <li>\n <p>Invoke</p>\n </li>\n </ul>\n <p>Pipelines also include <i>transitions</i>, which allow the transition\n of artifacts from one stage to the next in a pipeline after the actions in one stage\n complete.</p>\n <p>You can work with transitions by calling:</p>\n <ul>\n <li>\n <p>\n <a>DisableStageTransition</a>, which prevents artifacts from\n transitioning to the next stage in a pipeline.</p>\n </li>\n <li>\n <p>\n <a>EnableStageTransition</a>, which enables transition of artifacts\n between stages in a pipeline. </p>\n </li>\n </ul>\n <p>\n <b>Using the API to integrate with CodePipeline</b>\n </p>\n <p>For third-party integrators or developers who want to create their own integrations\n with CodePipeline, the expected sequence varies from the standard API user. To\n integrate with CodePipeline, developers need to work with the following\n items:</p>\n <p>\n <b>Jobs</b>, which are instances of an action. For\n example, a job for a source action might import a revision of an artifact from a source. </p>\n <p>You can work with jobs by calling:</p>\n <ul>\n <li>\n <p>\n <a>AcknowledgeJob</a>, which confirms whether a job worker has\n received the specified job.</p>\n </li>\n <li>\n <p>\n <a>GetJobDetails</a>, which returns the details of a job.</p>\n </li>\n <li>\n <p>\n <a>PollForJobs</a>, which determines whether there are any jobs to\n act on.</p>\n </li>\n <li>\n <p>\n <a>PutJobFailureResult</a>, which provides details of a job failure.\n </p>\n </li>\n <li>\n <p>\n <a>PutJobSuccessResult</a>, which provides details of a job\n success.</p>\n </li>\n </ul>\n <p>\n <b>Third party jobs</b>, which are instances of an action\n created by a partner action and integrated into CodePipeline. Partner actions are\n created by members of the Amazon Web Services Partner Network.</p>\n <p>You can work with third party jobs by calling:</p>\n <ul>\n <li>\n <p>\n <a>AcknowledgeThirdPartyJob</a>, which confirms whether a job worker\n has received the specified job.</p>\n </li>\n <li>\n <p>\n <a>GetThirdPartyJobDetails</a>, which requests the details of a job\n for a partner action.</p>\n </li>\n <li>\n <p>\n <a>PollForThirdPartyJobs</a>, which determines whether there are any\n jobs to act on. </p>\n </li>\n <li>\n <p>\n <a>PutThirdPartyJobFailureResult</a>, which provides details of a job\n failure.</p>\n </li>\n <li>\n <p>\n <a>PutThirdPartyJobSuccessResult</a>, which provides details of a job\n success.</p>\n </li>\n </ul>",
1937+
"smithy.api#documentation": "<fullname>CodePipeline</fullname>\n <p>\n <b>Overview</b>\n </p>\n <p>This is the CodePipeline API Reference. This guide provides descriptions\n of the actions and data types for CodePipeline. Some functionality for your\n 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\">CodePipeline User Guide</a>.</p>\n <p>You can use the CodePipeline API to work with pipelines, stages, actions,\n and transitions.</p>\n <p>\n <i>Pipelines</i> are models of automated release processes. Each pipeline\n is uniquely named, and consists of stages, actions, and transitions. </p>\n <p>You can work with pipelines by calling:</p>\n <ul>\n <li>\n <p>\n <a>CreatePipeline</a>, which creates a uniquely named\n pipeline.</p>\n </li>\n <li>\n <p>\n <a>DeletePipeline</a>, which deletes the specified\n pipeline.</p>\n </li>\n <li>\n <p>\n <a>GetPipeline</a>, which returns information about the pipeline\n structure and pipeline metadata, including the pipeline Amazon Resource Name\n (ARN).</p>\n </li>\n <li>\n <p>\n <a>GetPipelineExecution</a>, which returns information about a\n specific execution of a pipeline.</p>\n </li>\n <li>\n <p>\n <a>GetPipelineState</a>, which returns information about the current\n state of the stages and actions of a pipeline.</p>\n </li>\n <li>\n <p>\n <a>ListActionExecutions</a>, which returns action-level details\n for past executions. The details include full stage and action-level details,\n including individual action duration, status, any errors that occurred during\n the execution, and input and output artifact location details.</p>\n </li>\n <li>\n <p>\n <a>ListPipelines</a>, which gets a summary of all of the pipelines\n associated with your account.</p>\n </li>\n <li>\n <p>\n <a>ListPipelineExecutions</a>, which gets a summary of the most\n recent executions for a pipeline.</p>\n </li>\n <li>\n <p>\n <a>StartPipelineExecution</a>, which runs the most recent revision of\n an artifact through the pipeline.</p>\n </li>\n <li>\n <p>\n <a>StopPipelineExecution</a>, which stops the specified pipeline\n execution from continuing through the pipeline.</p>\n </li>\n <li>\n <p>\n <a>UpdatePipeline</a>, which updates a pipeline with edits or changes\n to the structure of the pipeline.</p>\n </li>\n </ul>\n <p>Pipelines include <i>stages</i>. Each stage contains one or more\n actions that must complete before the next stage begins. A stage results in success or\n failure. If a stage fails, the pipeline stops at that stage and remains stopped until\n either a new version of an artifact appears in the source location, or a user takes\n 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\n status of stages in the pipeline, or <a>GetPipeline</a>, which returns the\n entire structure of the pipeline, including the stages of that pipeline. For more\n information about the structure of stages and actions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-structure.html\">CodePipeline\n Pipeline Structure Reference</a>.</p>\n <p>Pipeline stages include <i>actions</i> that are categorized into\n categories such as source or build actions performed in a stage of a pipeline. For\n example, you can use a source action to import artifacts into a pipeline from a source\n such as Amazon S3. Like stages, you do not work with actions directly in most cases, but\n you do define and interact with actions when working with pipeline operations such as\n <a>CreatePipeline</a> and <a>GetPipelineState</a>. Valid\n action categories are:</p>\n <ul>\n <li>\n <p>Source</p>\n </li>\n <li>\n <p>Build</p>\n </li>\n <li>\n <p>Test</p>\n </li>\n <li>\n <p>Deploy</p>\n </li>\n <li>\n <p>Approval</p>\n </li>\n <li>\n <p>Invoke</p>\n </li>\n <li>\n <p>Compute</p>\n </li>\n </ul>\n <p>Pipelines also include <i>transitions</i>, which allow the transition\n of artifacts from one stage to the next in a pipeline after the actions in one stage\n complete.</p>\n <p>You can work with transitions by calling:</p>\n <ul>\n <li>\n <p>\n <a>DisableStageTransition</a>, which prevents artifacts from\n transitioning to the next stage in a pipeline.</p>\n </li>\n <li>\n <p>\n <a>EnableStageTransition</a>, which enables transition of artifacts\n between stages in a pipeline. </p>\n </li>\n </ul>\n <p>\n <b>Using the API to integrate with CodePipeline</b>\n </p>\n <p>For third-party integrators or developers who want to create their own integrations\n with CodePipeline, the expected sequence varies from the standard API user. To\n integrate with CodePipeline, developers need to work with the following\n items:</p>\n <p>\n <b>Jobs</b>, which are instances of an action. For\n example, a job for a source action might import a revision of an artifact from a source. </p>\n <p>You can work with jobs by calling:</p>\n <ul>\n <li>\n <p>\n <a>AcknowledgeJob</a>, which confirms whether a job worker has\n received the specified job.</p>\n </li>\n <li>\n <p>\n <a>GetJobDetails</a>, which returns the details of a job.</p>\n </li>\n <li>\n <p>\n <a>PollForJobs</a>, which determines whether there are any jobs to\n act on.</p>\n </li>\n <li>\n <p>\n <a>PutJobFailureResult</a>, which provides details of a job failure.\n </p>\n </li>\n <li>\n <p>\n <a>PutJobSuccessResult</a>, which provides details of a job\n success.</p>\n </li>\n </ul>\n <p>\n <b>Third party jobs</b>, which are instances of an action\n created by a partner action and integrated into CodePipeline. Partner actions are\n created by members of the Amazon Web Services Partner Network.</p>\n <p>You can work with third party jobs by calling:</p>\n <ul>\n <li>\n <p>\n <a>AcknowledgeThirdPartyJob</a>, which confirms whether a job worker\n has received the specified job.</p>\n </li>\n <li>\n <p>\n <a>GetThirdPartyJobDetails</a>, which requests the details of a job\n for a partner action.</p>\n </li>\n <li>\n <p>\n <a>PollForThirdPartyJobs</a>, which determines whether there are any\n jobs to act on. </p>\n </li>\n <li>\n <p>\n <a>PutThirdPartyJobFailureResult</a>, which provides details of a job\n failure.</p>\n </li>\n <li>\n <p>\n <a>PutThirdPartyJobSuccessResult</a>, which provides details of a job\n success.</p>\n </li>\n </ul>",
19321938
"smithy.api#title": "AWS CodePipeline",
19331939
"smithy.api#xmlNamespace": {
19341940
"uri": "http://codepipeline.amazonaws.com/doc/2015-07-09/"

0 commit comments

Comments
 (0)