|
1155 | 1155 | "category": {
|
1156 | 1156 | "target": "com.amazonaws.codepipeline#ActionCategory",
|
1157 | 1157 | "traits": {
|
1158 |
| - "smithy.api#documentation": "<p>A category defines what kind of action can be taken in the stage, and constrains\n the provider type for the action. Valid categories are limited to one of the following\n values. </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>Invoke</p>\n </li>\n <li>\n <p>Approval</p>\n </li>\n </ul>", |
| 1158 | + "smithy.api#documentation": "<p>A category defines what kind of action can be taken in the stage, and constrains\n the provider type for the action. Valid categories are limited to one of the following\n values. </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>Invoke</p>\n </li>\n <li>\n <p>Approval</p>\n </li>\n <li>\n <p>Compute</p>\n </li>\n </ul>", |
1159 | 1159 | "smithy.api#required": {}
|
1160 | 1160 | }
|
1161 | 1161 | },
|
|
2955 | 2955 | }
|
2956 | 2956 | },
|
2957 | 2957 | "traits": {
|
2958 |
| - "smithy.api#documentation": "<p>The condition for the stage. A condition is made up of the rules and the result for\n the condition.</p>" |
| 2958 | + "smithy.api#documentation": "<p>The condition for the stage. A condition is made up of the rules and the result for\n the condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>.\n For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>" |
2959 | 2959 | }
|
2960 | 2960 | },
|
2961 | 2961 | "com.amazonaws.codepipeline#ConditionExecution": {
|
|
4024 | 4024 | "category": {
|
4025 | 4025 | "target": "com.amazonaws.codepipeline#ActionCategory",
|
4026 | 4026 | "traits": {
|
4027 |
| - "smithy.api#documentation": "<p>Defines what kind of action can be taken in the stage. The following are the valid\n values:</p>\n <ul>\n <li>\n <p>\n <code>Source</code>\n </p>\n </li>\n <li>\n <p>\n <code>Build</code>\n </p>\n </li>\n <li>\n <p>\n <code>Test</code>\n </p>\n </li>\n <li>\n <p>\n <code>Deploy</code>\n </p>\n </li>\n <li>\n <p>\n <code>Approval</code>\n </p>\n </li>\n <li>\n <p>\n <code>Invoke</code>\n </p>\n </li>\n </ul>", |
| 4027 | + "smithy.api#documentation": "<p>Defines what kind of action can be taken in the stage. The following are the valid\n values:</p>\n <ul>\n <li>\n <p>\n <code>Source</code>\n </p>\n </li>\n <li>\n <p>\n <code>Build</code>\n </p>\n </li>\n <li>\n <p>\n <code>Test</code>\n </p>\n </li>\n <li>\n <p>\n <code>Deploy</code>\n </p>\n </li>\n <li>\n <p>\n <code>Approval</code>\n </p>\n </li>\n <li>\n <p>\n <code>Invoke</code>\n </p>\n </li>\n <li>\n <p>\n <code>Compute</code>\n </p>\n </li>\n </ul>", |
4028 | 4028 | "smithy.api#required": {}
|
4029 | 4029 | }
|
4030 | 4030 | },
|
|
5611 | 5611 | }
|
5612 | 5612 | ],
|
5613 | 5613 | "traits": {
|
5614 |
| - "smithy.api#documentation": "<p>Lists the rules for the condition.</p>" |
| 5614 | + "smithy.api#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\n 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>" |
5615 | 5615 | }
|
5616 | 5616 | },
|
5617 | 5617 | "com.amazonaws.codepipeline#ListRuleTypesInput": {
|
|
8057 | 8057 | "name": {
|
8058 | 8058 | "target": "com.amazonaws.codepipeline#RuleName",
|
8059 | 8059 | "traits": {
|
8060 |
| - "smithy.api#documentation": "<p>The name of the rule that is created for the condition, such as\n CheckAllResults.</p>", |
| 8060 | + "smithy.api#documentation": "<p>The name of the rule that is created for the condition, such as\n <code>VariableCheck</code>.</p>", |
8061 | 8061 | "smithy.api#required": {}
|
8062 | 8062 | }
|
8063 | 8063 | },
|
|
8074 | 8074 | "smithy.api#documentation": "<p>The action configuration fields for the rule.</p>"
|
8075 | 8075 | }
|
8076 | 8076 | },
|
| 8077 | + "commands": { |
| 8078 | + "target": "com.amazonaws.codepipeline#CommandList", |
| 8079 | + "traits": { |
| 8080 | + "smithy.api#documentation": "<p>The shell commands to run with your commands rule in CodePipeline. All commands\n are supported except multi-line formats. While CodeBuild logs and permissions\n are used, you do not need to create any resources in CodeBuild.</p>\n <note>\n <p>Using compute time for this action will incur separate charges in CodeBuild.</p>\n </note>" |
| 8081 | + } |
| 8082 | + }, |
8077 | 8083 | "inputArtifacts": {
|
8078 | 8084 | "target": "com.amazonaws.codepipeline#InputArtifactList",
|
8079 | 8085 | "traits": {
|
|
8100 | 8106 | }
|
8101 | 8107 | },
|
8102 | 8108 | "traits": {
|
8103 |
| - "smithy.api#documentation": "<p>Represents information about the rule to be created for an associated condition. An\n example would be creating a new rule for an entry condition, such as a rule that checks\n for a test result before allowing the run to enter the deployment stage.</p>" |
| 8109 | + "smithy.api#documentation": "<p>Represents information about the rule to be created for an associated condition. An\n example would be creating a new rule for an entry condition, such as a rule that checks\n for a test result before allowing the run to enter the deployment stage. For more\n information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>.\n For more information about rules, see the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>" |
8104 | 8110 | }
|
8105 | 8111 | },
|
8106 | 8112 | "com.amazonaws.codepipeline#RuleDeclarationList": {
|
|
0 commit comments