|
342 | 342 | {"shape":"ValidationException"},
|
343 | 343 | {"shape":"InvalidNextTokenException"}
|
344 | 344 | ],
|
345 |
| - "documentation":"<p>Lists the rules for the condition.</p>" |
| 345 | + "documentation":"<p>Lists the rules for the condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>. For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>" |
346 | 346 | },
|
347 | 347 | "ListTagsForResource":{
|
348 | 348 | "name":"ListTagsForResource",
|
|
1394 | 1394 | "members":{
|
1395 | 1395 | "category":{
|
1396 | 1396 | "shape":"ActionCategory",
|
1397 |
| - "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>" |
| 1397 | + "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> <li> <p>Compute</p> </li> </ul>" |
1398 | 1398 | },
|
1399 | 1399 | "owner":{
|
1400 | 1400 | "shape":"ActionOwner",
|
|
1848 | 1848 | "documentation":"<p>The rules that make up the condition.</p>"
|
1849 | 1849 | }
|
1850 | 1850 | },
|
1851 |
| - "documentation":"<p>The condition for the stage. A condition is made up of the rules and the result for the condition.</p>" |
| 1851 | + "documentation":"<p>The condition for the stage. A condition is made up of the rules and the result for the condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>. For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>" |
1852 | 1852 | },
|
1853 | 1853 | "ConditionExecution":{
|
1854 | 1854 | "type":"structure",
|
|
2375 | 2375 | "members":{
|
2376 | 2376 | "category":{
|
2377 | 2377 | "shape":"ActionCategory",
|
2378 |
| - "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>" |
| 2378 | + "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> <li> <p> <code>Compute</code> </p> </li> </ul>" |
2379 | 2379 | },
|
2380 | 2380 | "owner":{
|
2381 | 2381 | "shape":"ActionTypeOwner",
|
|
4426 | 4426 | "members":{
|
4427 | 4427 | "name":{
|
4428 | 4428 | "shape":"RuleName",
|
4429 |
| - "documentation":"<p>The name of the rule that is created for the condition, such as CheckAllResults.</p>" |
| 4429 | + "documentation":"<p>The name of the rule that is created for the condition, such as <code>VariableCheck</code>.</p>" |
4430 | 4430 | },
|
4431 | 4431 | "ruleTypeId":{
|
4432 | 4432 | "shape":"RuleTypeId",
|
|
4436 | 4436 | "shape":"RuleConfigurationMap",
|
4437 | 4437 | "documentation":"<p>The action configuration fields for the rule.</p>"
|
4438 | 4438 | },
|
| 4439 | + "commands":{ |
| 4440 | + "shape":"CommandList", |
| 4441 | + "documentation":"<p>The shell commands to run with your commands rule in CodePipeline. All commands are supported except multi-line formats. While CodeBuild logs and permissions are used, you do not need to create any resources in CodeBuild.</p> <note> <p>Using compute time for this action will incur separate charges in CodeBuild.</p> </note>" |
| 4442 | + }, |
4439 | 4443 | "inputArtifacts":{
|
4440 | 4444 | "shape":"InputArtifactList",
|
4441 | 4445 | "documentation":"<p>The input artifacts fields for the rule, such as specifying an input file for the rule.</p>"
|
|
4453 | 4457 | "documentation":"<p>The action timeout for the rule.</p>"
|
4454 | 4458 | }
|
4455 | 4459 | },
|
4456 |
| - "documentation":"<p>Represents information about the rule to be created for an associated condition. An example would be creating a new rule for an entry condition, such as a rule that checks for a test result before allowing the run to enter the deployment stage.</p>" |
| 4460 | + "documentation":"<p>Represents information about the rule to be created for an associated condition. An example would be creating a new rule for an entry condition, such as a rule that checks for a test result before allowing the run to enter the deployment stage. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>. For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule reference</a>.</p>" |
4457 | 4461 | },
|
4458 | 4462 | "RuleDeclarationList":{
|
4459 | 4463 | "type":"list",
|
|
0 commit comments