|
1727 | 1727 | }
|
1728 | 1728 | },
|
1729 | 1729 | "traits": {
|
1730 |
| - "smithy.api#documentation": "<p>The conditions for making checks for entry to a stage. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>. </p>" |
| 1730 | + "smithy.api#documentation": "<p>The conditions for making checks for entry to a stage. For more information about\n conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>. </p>" |
1731 | 1731 | }
|
1732 | 1732 | },
|
1733 | 1733 | "com.amazonaws.codepipeline#BlockerDeclaration": {
|
|
2961 | 2961 | }
|
2962 | 2962 | },
|
2963 | 2963 | "traits": {
|
2964 |
| - "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\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</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>" |
| 2964 | + "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 and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</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>" |
2965 | 2965 | }
|
2966 | 2966 | },
|
2967 | 2967 | "com.amazonaws.codepipeline#ConditionExecution": {
|
|
3737 | 3737 | "smithy.api#documentation": "<p>The environment variable value in the key-value pair.</p>",
|
3738 | 3738 | "smithy.api#required": {}
|
3739 | 3739 | }
|
| 3740 | + }, |
| 3741 | + "type": { |
| 3742 | + "target": "com.amazonaws.codepipeline#EnvironmentVariableType", |
| 3743 | + "traits": { |
| 3744 | + "smithy.api#documentation": "<p>Specifies the type of use for the environment variable value. The value can be either\n <code>PLAINTEXT</code> or <code>SECRETS_MANAGER</code>. If the value is <code>SECRETS_MANAGER</code>, provide the Secrets\n reference in the EnvironmentVariable value.</p>" |
| 3745 | + } |
3740 | 3746 | }
|
3741 | 3747 | },
|
3742 | 3748 | "traits": {
|
|
3765 | 3771 | "smithy.api#pattern": "^[A-Za-z0-9_]+$"
|
3766 | 3772 | }
|
3767 | 3773 | },
|
| 3774 | + "com.amazonaws.codepipeline#EnvironmentVariableType": { |
| 3775 | + "type": "enum", |
| 3776 | + "members": { |
| 3777 | + "PLAINTEXT": { |
| 3778 | + "target": "smithy.api#Unit", |
| 3779 | + "traits": { |
| 3780 | + "smithy.api#enumValue": "PLAINTEXT" |
| 3781 | + } |
| 3782 | + }, |
| 3783 | + "SECRETS_MANAGER": { |
| 3784 | + "target": "smithy.api#Unit", |
| 3785 | + "traits": { |
| 3786 | + "smithy.api#enumValue": "SECRETS_MANAGER" |
| 3787 | + } |
| 3788 | + } |
| 3789 | + } |
| 3790 | + }, |
3768 | 3791 | "com.amazonaws.codepipeline#EnvironmentVariableValue": {
|
3769 | 3792 | "type": "string",
|
3770 | 3793 | "traits": {
|
|
3960 | 3983 | "conditions": {
|
3961 | 3984 | "target": "com.amazonaws.codepipeline#ConditionList",
|
3962 | 3985 | "traits": {
|
3963 |
| - "smithy.api#documentation": "<p>The conditions that are configured as failure conditions. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>.</p>" |
| 3986 | + "smithy.api#documentation": "<p>The conditions that are configured as failure conditions. For more information about\n conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>.</p>" |
3964 | 3987 | }
|
3965 | 3988 | }
|
3966 | 3989 | },
|
3967 | 3990 | "traits": {
|
3968 |
| - "smithy.api#documentation": "<p>The configuration that specifies the result, such as rollback, to occur upon stage\n failure. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>. </p>" |
| 3991 | + "smithy.api#documentation": "<p>The configuration that specifies the result, such as rollback, to occur upon stage\n failure. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>. </p>" |
3969 | 3992 | }
|
3970 | 3993 | },
|
3971 | 3994 | "com.amazonaws.codepipeline#FailureDetails": {
|
|
5671 | 5694 | }
|
5672 | 5695 | ],
|
5673 | 5696 | "traits": {
|
5674 |
| - "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> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</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>" |
| 5697 | + "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> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</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>" |
5675 | 5698 | }
|
5676 | 5699 | },
|
5677 | 5700 | "com.amazonaws.codepipeline#ListRuleTypesInput": {
|
|
6142 | 6165 | }
|
6143 | 6166 | ],
|
6144 | 6167 | "traits": {
|
6145 |
| - "smithy.api#documentation": "<p>Used to override a stage condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>.</p>" |
| 6168 | + "smithy.api#documentation": "<p>Used to override a stage condition. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>.</p>" |
6146 | 6169 | }
|
6147 | 6170 | },
|
6148 | 6171 | "com.amazonaws.codepipeline#OverrideStageConditionInput": {
|
|
6595 | 6618 | "pollingDisabledAt": {
|
6596 | 6619 | "target": "com.amazonaws.codepipeline#Timestamp",
|
6597 | 6620 | "traits": {
|
6598 |
| - "smithy.api#documentation": "<p>The date and time that polling for source changes (periodic checks) was stopped for\n the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use\n event-based change detection. For example, for a pipeline with a CodeCommit\n source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To\n learn more, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html\">Migrate polling\n pipelines to use event-based change detection</a> in the CodePipeline\n User Guide.</p>" |
| 6621 | + "smithy.api#documentation": "<p>The date and time that polling for source changes (periodic checks) was stopped for\n the pipeline, in timestamp format. </p>\n <important>\n <p>Pipelines that are inactive for longer than 30 days will have polling disabled for\n the pipeline. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#metadata.pollingDisabledAt\">pollingDisabledAt</a> in the pipeline structure reference. For the steps to\n migrate your pipeline from polling to event-based change detection, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html\">Migrate polling\n pipelines to use event-based change detection</a>.</p>\n </important>\n <p>You can migrate (update) a polling pipeline to use event-based change detection. For\n example, for a pipeline with a CodeCommit source, we recommend you migrate\n (update) your pipeline to use CloudWatch Events. To learn more, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html\">Migrate polling\n pipelines to use event-based change detection</a> in the <i>CodePipeline User Guide</i>.</p>" |
6599 | 6622 | }
|
6600 | 6623 | }
|
6601 | 6624 | },
|
|
8166 | 8189 | }
|
8167 | 8190 | },
|
8168 | 8191 | "traits": {
|
8169 |
| - "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 information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</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>" |
| 8192 | + "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 and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</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>" |
8170 | 8193 | }
|
8171 | 8194 | },
|
8172 | 8195 | "com.amazonaws.codepipeline#RuleDeclarationList": {
|
|
8352 | 8375 | "ruleTypeId": {
|
8353 | 8376 | "target": "com.amazonaws.codepipeline#RuleTypeId",
|
8354 | 8377 | "traits": {
|
8355 |
| - "smithy.api#documentation": "<p>The ID for the rule type, which is made up of the combined values for category, owner,\n provider, and version. 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>" |
| 8378 | + "smithy.api#documentation": "<p>The ID for the rule type, which is made up of the combined values for category, owner,\n provider, and version. 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>" |
8356 | 8379 | }
|
8357 | 8380 | },
|
8358 | 8381 | "configuration": {
|
|
8637 | 8660 | "provider": {
|
8638 | 8661 | "target": "com.amazonaws.codepipeline#RuleProvider",
|
8639 | 8662 | "traits": {
|
8640 |
| - "smithy.api#documentation": "<p>The rule provider, such as the <code>DeploymentWindow</code> rule. For a list of rule provider names, see the rules listed in the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>", |
| 8663 | + "smithy.api#documentation": "<p>The rule provider, such as the <code>DeploymentWindow</code> rule. For a list of rule\n provider names, see the rules listed in the <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html\">CodePipeline rule\n reference</a>.</p>", |
8641 | 8664 | "smithy.api#required": {}
|
8642 | 8665 | }
|
8643 | 8666 | },
|
|
8649 | 8672 | }
|
8650 | 8673 | },
|
8651 | 8674 | "traits": {
|
8652 |
| - "smithy.api#documentation": "<p>The ID for the rule type, which is made up of the combined values for category, owner,\n provider, and version. 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>" |
| 8675 | + "smithy.api#documentation": "<p>The ID for the rule type, which is made up of the combined values for category, owner,\n provider, and version. 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>" |
8653 | 8676 | }
|
8654 | 8677 | },
|
8655 | 8678 | "com.amazonaws.codepipeline#RuleTypeList": {
|
|
9447 | 9470 | }
|
9448 | 9471 | },
|
9449 | 9472 | "traits": {
|
9450 |
| - "smithy.api#documentation": "<p>The conditions for making checks that, if met, succeed a stage. For more information about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage\n conditions</a> and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do stage conditions work?</a>.</p>" |
| 9473 | + "smithy.api#documentation": "<p>The conditions for making checks that, if met, succeed a stage. For more information\n about conditions, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html\">Stage conditions</a>\n and <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html\">How do\n stage conditions work?</a>.</p>" |
9451 | 9474 | }
|
9452 | 9475 | },
|
9453 | 9476 | "com.amazonaws.codepipeline#Tag": {
|
|
0 commit comments