|
1173 | 1173 | }, |
1174 | 1174 | "ActionNotFoundException":{ |
1175 | 1175 | "type":"structure", |
1176 | | - "members":{ |
1177 | | - }, |
| 1176 | + "members":{}, |
1178 | 1177 | "documentation":"<p>The specified action cannot be found.</p>", |
1179 | 1178 | "exception":true |
1180 | 1179 | }, |
|
1289 | 1288 | }, |
1290 | 1289 | "ActionTypeAlreadyExistsException":{ |
1291 | 1290 | "type":"structure", |
1292 | | - "members":{ |
1293 | | - }, |
| 1291 | + "members":{}, |
1294 | 1292 | "documentation":"<p>The specified action type already exists with a different definition.</p>", |
1295 | 1293 | "exception":true |
1296 | 1294 | }, |
|
1449 | 1447 | }, |
1450 | 1448 | "ActionTypeNotFoundException":{ |
1451 | 1449 | "type":"structure", |
1452 | | - "members":{ |
1453 | | - }, |
| 1450 | + "members":{}, |
1454 | 1451 | "documentation":"<p>The specified action type cannot be found.</p>", |
1455 | 1452 | "exception":true |
1456 | 1453 | }, |
|
1566 | 1563 | }, |
1567 | 1564 | "ApprovalAlreadyCompletedException":{ |
1568 | 1565 | "type":"structure", |
1569 | | - "members":{ |
1570 | | - }, |
| 1566 | + "members":{}, |
1571 | 1567 | "documentation":"<p>The approval action has already been approved or rejected.</p>", |
1572 | 1568 | "exception":true |
1573 | 1569 | }, |
|
2097 | 2093 | }, |
2098 | 2094 | "DeleteWebhookOutput":{ |
2099 | 2095 | "type":"structure", |
2100 | | - "members":{ |
2101 | | - } |
| 2096 | + "members":{} |
2102 | 2097 | }, |
2103 | 2098 | "DeregisterWebhookWithThirdPartyInput":{ |
2104 | 2099 | "type":"structure", |
|
2111 | 2106 | }, |
2112 | 2107 | "DeregisterWebhookWithThirdPartyOutput":{ |
2113 | 2108 | "type":"structure", |
2114 | | - "members":{ |
2115 | | - } |
| 2109 | + "members":{} |
2116 | 2110 | }, |
2117 | 2111 | "Description":{ |
2118 | 2112 | "type":"string", |
|
2226 | 2220 | "value":{ |
2227 | 2221 | "shape":"EnvironmentVariableValue", |
2228 | 2222 | "documentation":"<p>The environment variable value in the key-value pair.</p>" |
| 2223 | + }, |
| 2224 | + "type":{ |
| 2225 | + "shape":"EnvironmentVariableType", |
| 2226 | + "documentation":"<p>Specifies the type of use for the environment variable value. The value can be either <code>PLAINTEXT</code> or <code>SECRETS_MANAGER</code>. If the value is <code>SECRETS_MANAGER</code>, provide the Secrets reference in the EnvironmentVariable value.</p>" |
2229 | 2227 | } |
2230 | 2228 | }, |
2231 | 2229 | "documentation":"<p>The environment variables for the action.</p>" |
|
2242 | 2240 | "min":1, |
2243 | 2241 | "pattern":"[A-Za-z0-9_]+" |
2244 | 2242 | }, |
| 2243 | + "EnvironmentVariableType":{ |
| 2244 | + "type":"string", |
| 2245 | + "enum":[ |
| 2246 | + "PLAINTEXT", |
| 2247 | + "SECRETS_MANAGER" |
| 2248 | + ] |
| 2249 | + }, |
2245 | 2250 | "EnvironmentVariableValue":{ |
2246 | 2251 | "type":"string", |
2247 | 2252 | "max":2000, |
|
2758 | 2763 | }, |
2759 | 2764 | "InvalidActionDeclarationException":{ |
2760 | 2765 | "type":"structure", |
2761 | | - "members":{ |
2762 | | - }, |
| 2766 | + "members":{}, |
2763 | 2767 | "documentation":"<p>The action declaration was specified in an invalid format.</p>", |
2764 | 2768 | "exception":true |
2765 | 2769 | }, |
2766 | 2770 | "InvalidApprovalTokenException":{ |
2767 | 2771 | "type":"structure", |
2768 | | - "members":{ |
2769 | | - }, |
| 2772 | + "members":{}, |
2770 | 2773 | "documentation":"<p>The approval request already received a response or has expired.</p>", |
2771 | 2774 | "exception":true |
2772 | 2775 | }, |
|
2780 | 2783 | }, |
2781 | 2784 | "InvalidBlockerDeclarationException":{ |
2782 | 2785 | "type":"structure", |
2783 | | - "members":{ |
2784 | | - }, |
| 2786 | + "members":{}, |
2785 | 2787 | "documentation":"<p>Reserved for future use.</p>", |
2786 | 2788 | "exception":true |
2787 | 2789 | }, |
2788 | 2790 | "InvalidClientTokenException":{ |
2789 | 2791 | "type":"structure", |
2790 | | - "members":{ |
2791 | | - }, |
| 2792 | + "members":{}, |
2792 | 2793 | "documentation":"<p>The client token was specified in an invalid format</p>", |
2793 | 2794 | "exception":true |
2794 | 2795 | }, |
2795 | 2796 | "InvalidJobException":{ |
2796 | 2797 | "type":"structure", |
2797 | | - "members":{ |
2798 | | - }, |
| 2798 | + "members":{}, |
2799 | 2799 | "documentation":"<p>The job was specified in an invalid format or cannot be found.</p>", |
2800 | 2800 | "exception":true |
2801 | 2801 | }, |
2802 | 2802 | "InvalidJobStateException":{ |
2803 | 2803 | "type":"structure", |
2804 | | - "members":{ |
2805 | | - }, |
| 2804 | + "members":{}, |
2806 | 2805 | "documentation":"<p>The job state was specified in an invalid format.</p>", |
2807 | 2806 | "exception":true |
2808 | 2807 | }, |
2809 | 2808 | "InvalidNextTokenException":{ |
2810 | 2809 | "type":"structure", |
2811 | | - "members":{ |
2812 | | - }, |
| 2810 | + "members":{}, |
2813 | 2811 | "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>", |
2814 | 2812 | "exception":true |
2815 | 2813 | }, |
2816 | 2814 | "InvalidNonceException":{ |
2817 | 2815 | "type":"structure", |
2818 | | - "members":{ |
2819 | | - }, |
| 2816 | + "members":{}, |
2820 | 2817 | "documentation":"<p>The nonce was specified in an invalid format.</p>", |
2821 | 2818 | "exception":true |
2822 | 2819 | }, |
2823 | 2820 | "InvalidStageDeclarationException":{ |
2824 | 2821 | "type":"structure", |
2825 | | - "members":{ |
2826 | | - }, |
| 2822 | + "members":{}, |
2827 | 2823 | "documentation":"<p>The stage declaration was specified in an invalid format.</p>", |
2828 | 2824 | "exception":true |
2829 | 2825 | }, |
2830 | 2826 | "InvalidStructureException":{ |
2831 | 2827 | "type":"structure", |
2832 | | - "members":{ |
2833 | | - }, |
| 2828 | + "members":{}, |
2834 | 2829 | "documentation":"<p>The structure was specified in an invalid format.</p>", |
2835 | 2830 | "exception":true |
2836 | 2831 | }, |
|
2844 | 2839 | }, |
2845 | 2840 | "InvalidWebhookAuthenticationParametersException":{ |
2846 | 2841 | "type":"structure", |
2847 | | - "members":{ |
2848 | | - }, |
| 2842 | + "members":{}, |
2849 | 2843 | "documentation":"<p>The specified authentication type is in an invalid format.</p>", |
2850 | 2844 | "exception":true |
2851 | 2845 | }, |
2852 | 2846 | "InvalidWebhookFilterPatternException":{ |
2853 | 2847 | "type":"structure", |
2854 | | - "members":{ |
2855 | | - }, |
| 2848 | + "members":{}, |
2856 | 2849 | "documentation":"<p>The specified event filter rule is in an invalid format.</p>", |
2857 | 2850 | "exception":true |
2858 | 2851 | }, |
|
2944 | 2937 | }, |
2945 | 2938 | "JobNotFoundException":{ |
2946 | 2939 | "type":"structure", |
2947 | | - "members":{ |
2948 | | - }, |
| 2940 | + "members":{}, |
2949 | 2941 | "documentation":"<p>The job was specified in an invalid format or cannot be found.</p>", |
2950 | 2942 | "exception":true |
2951 | 2943 | }, |
|
3025 | 3017 | }, |
3026 | 3018 | "LimitExceededException":{ |
3027 | 3019 | "type":"structure", |
3028 | | - "members":{ |
3029 | | - }, |
| 3020 | + "members":{}, |
3030 | 3021 | "documentation":"<p>The number of pipelines associated with the Amazon Web Services account has exceeded the limit allowed for the account.</p>", |
3031 | 3022 | "exception":true |
3032 | 3023 | }, |
|
3377 | 3368 | }, |
3378 | 3369 | "NotLatestPipelineExecutionException":{ |
3379 | 3370 | "type":"structure", |
3380 | | - "members":{ |
3381 | | - }, |
| 3371 | + "members":{}, |
3382 | 3372 | "documentation":"<p>The stage has failed in a later run of the pipeline and the <code>pipelineExecutionId</code> associated with the request is out of date.</p>", |
3383 | 3373 | "exception":true |
3384 | 3374 | }, |
|
3606 | 3596 | }, |
3607 | 3597 | "PipelineExecutionNotFoundException":{ |
3608 | 3598 | "type":"structure", |
3609 | | - "members":{ |
3610 | | - }, |
| 3599 | + "members":{}, |
3611 | 3600 | "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>", |
3612 | 3601 | "exception":true |
3613 | 3602 | }, |
|
3715 | 3704 | }, |
3716 | 3705 | "pollingDisabledAt":{ |
3717 | 3706 | "shape":"Timestamp", |
3718 | | - "documentation":"<p>The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (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 pipelines to use event-based change detection</a> in the CodePipeline User Guide.</p>" |
| 3707 | + "documentation":"<p>The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. </p> <important> <p>Pipelines that are inactive for longer than 30 days will have polling disabled for 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 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 pipelines to use event-based change detection</a>.</p> </important> <p>You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (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 pipelines to use event-based change detection</a> in the <i>CodePipeline User Guide</i>.</p>" |
3719 | 3708 | } |
3720 | 3709 | }, |
3721 | 3710 | "documentation":"<p>Information about a pipeline.</p>" |
|
3728 | 3717 | }, |
3729 | 3718 | "PipelineNameInUseException":{ |
3730 | 3719 | "type":"structure", |
3731 | | - "members":{ |
3732 | | - }, |
| 3720 | + "members":{}, |
3733 | 3721 | "documentation":"<p>The specified pipeline name is already in use.</p>", |
3734 | 3722 | "exception":true |
3735 | 3723 | }, |
3736 | 3724 | "PipelineNotFoundException":{ |
3737 | 3725 | "type":"structure", |
3738 | | - "members":{ |
3739 | | - }, |
| 3726 | + "members":{}, |
3740 | 3727 | "documentation":"<p>The pipeline was specified in an invalid format or cannot be found.</p>", |
3741 | 3728 | "exception":true |
3742 | 3729 | }, |
|
3890 | 3877 | }, |
3891 | 3878 | "PipelineVersionNotFoundException":{ |
3892 | 3879 | "type":"structure", |
3893 | | - "members":{ |
3894 | | - }, |
| 3880 | + "members":{}, |
3895 | 3881 | "documentation":"<p>The pipeline version was specified in an invalid format or cannot be found.</p>", |
3896 | 3882 | "exception":true |
3897 | 3883 | }, |
|
4195 | 4181 | }, |
4196 | 4182 | "RegisterWebhookWithThirdPartyOutput":{ |
4197 | 4183 | "type":"structure", |
4198 | | - "members":{ |
4199 | | - } |
| 4184 | + "members":{} |
4200 | 4185 | }, |
4201 | 4186 | "RequestFailedException":{ |
4202 | 4187 | "type":"structure", |
|
4240 | 4225 | }, |
4241 | 4226 | "ResourceNotFoundException":{ |
4242 | 4227 | "type":"structure", |
4243 | | - "members":{ |
4244 | | - }, |
| 4228 | + "members":{}, |
4245 | 4229 | "documentation":"<p>The resource was specified in an invalid format.</p>", |
4246 | 4230 | "exception":true |
4247 | 4231 | }, |
|
5086 | 5070 | }, |
5087 | 5071 | "StageNotFoundException":{ |
5088 | 5072 | "type":"structure", |
5089 | | - "members":{ |
5090 | | - }, |
| 5073 | + "members":{}, |
5091 | 5074 | "documentation":"<p>The stage was specified in an invalid format or cannot be found.</p>", |
5092 | 5075 | "exception":true |
5093 | 5076 | }, |
5094 | 5077 | "StageNotRetryableException":{ |
5095 | 5078 | "type":"structure", |
5096 | | - "members":{ |
5097 | | - }, |
| 5079 | + "members":{}, |
5098 | 5080 | "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>", |
5099 | 5081 | "exception":true |
5100 | 5082 | }, |
|
5320 | 5302 | }, |
5321 | 5303 | "TagResourceOutput":{ |
5322 | 5304 | "type":"structure", |
5323 | | - "members":{ |
5324 | | - } |
| 5305 | + "members":{} |
5325 | 5306 | }, |
5326 | 5307 | "TagValue":{ |
5327 | 5308 | "type":"string", |
|
5485 | 5466 | }, |
5486 | 5467 | "UntagResourceOutput":{ |
5487 | 5468 | "type":"structure", |
5488 | | - "members":{ |
5489 | | - } |
| 5469 | + "members":{} |
5490 | 5470 | }, |
5491 | 5471 | "UpdateActionTypeInput":{ |
5492 | 5472 | "type":"structure", |
|
5531 | 5511 | }, |
5532 | 5512 | "ValidationException":{ |
5533 | 5513 | "type":"structure", |
5534 | | - "members":{ |
5535 | | - }, |
| 5514 | + "members":{}, |
5536 | 5515 | "documentation":"<p>The validation was specified in an invalid format.</p>", |
5537 | 5516 | "exception":true |
5538 | 5517 | }, |
|
5648 | 5627 | }, |
5649 | 5628 | "WebhookNotFoundException":{ |
5650 | 5629 | "type":"structure", |
5651 | | - "members":{ |
5652 | | - }, |
| 5630 | + "members":{}, |
5653 | 5631 | "documentation":"<p>The specified webhook was entered in an invalid format or cannot be found.</p>", |
5654 | 5632 | "exception":true |
5655 | 5633 | }, |
|
0 commit comments