|
1482 | 1482 | "smithy.api#documentation": "<p>The type of sync configuration.</p>", |
1483 | 1483 | "smithy.api#required": {} |
1484 | 1484 | } |
| 1485 | + }, |
| 1486 | + "PublishDeploymentStatus": { |
| 1487 | + "target": "com.amazonaws.codestarconnections#PublishDeploymentStatus", |
| 1488 | + "traits": { |
| 1489 | + "smithy.api#documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>" |
| 1490 | + } |
| 1491 | + }, |
| 1492 | + "TriggerResourceUpdateOn": { |
| 1493 | + "target": "com.amazonaws.codestarconnections#TriggerResourceUpdateOn", |
| 1494 | + "traits": { |
| 1495 | + "smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>" |
| 1496 | + } |
1485 | 1497 | } |
1486 | 1498 | }, |
1487 | 1499 | "traits": { |
|
2847 | 2859 | } |
2848 | 2860 | } |
2849 | 2861 | }, |
| 2862 | + "com.amazonaws.codestarconnections#PublishDeploymentStatus": { |
| 2863 | + "type": "enum", |
| 2864 | + "members": { |
| 2865 | + "ENABLED": { |
| 2866 | + "target": "smithy.api#Unit", |
| 2867 | + "traits": { |
| 2868 | + "smithy.api#enumValue": "ENABLED" |
| 2869 | + } |
| 2870 | + }, |
| 2871 | + "DISABLED": { |
| 2872 | + "target": "smithy.api#Unit", |
| 2873 | + "traits": { |
| 2874 | + "smithy.api#enumValue": "DISABLED" |
| 2875 | + } |
| 2876 | + } |
| 2877 | + } |
| 2878 | + }, |
2850 | 2879 | "com.amazonaws.codestarconnections#RepositoryLinkArn": { |
2851 | 2880 | "type": "string", |
2852 | 2881 | "traits": { |
|
3581 | 3610 | "smithy.api#documentation": "<p>The type of sync for a specific sync configuration.</p>", |
3582 | 3611 | "smithy.api#required": {} |
3583 | 3612 | } |
| 3613 | + }, |
| 3614 | + "PublishDeploymentStatus": { |
| 3615 | + "target": "com.amazonaws.codestarconnections#PublishDeploymentStatus", |
| 3616 | + "traits": { |
| 3617 | + "smithy.api#documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>" |
| 3618 | + } |
| 3619 | + }, |
| 3620 | + "TriggerResourceUpdateOn": { |
| 3621 | + "target": "com.amazonaws.codestarconnections#TriggerResourceUpdateOn", |
| 3622 | + "traits": { |
| 3623 | + "smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>" |
| 3624 | + } |
3584 | 3625 | } |
3585 | 3626 | }, |
3586 | 3627 | "traits": { |
|
3761 | 3802 | "smithy.api#pattern": "^[\\s\\S]*$" |
3762 | 3803 | } |
3763 | 3804 | }, |
| 3805 | + "com.amazonaws.codestarconnections#TriggerResourceUpdateOn": { |
| 3806 | + "type": "enum", |
| 3807 | + "members": { |
| 3808 | + "ANY_CHANGE": { |
| 3809 | + "target": "smithy.api#Unit", |
| 3810 | + "traits": { |
| 3811 | + "smithy.api#enumValue": "ANY_CHANGE" |
| 3812 | + } |
| 3813 | + }, |
| 3814 | + "FILE_CHANGE": { |
| 3815 | + "target": "smithy.api#Unit", |
| 3816 | + "traits": { |
| 3817 | + "smithy.api#enumValue": "FILE_CHANGE" |
| 3818 | + } |
| 3819 | + } |
| 3820 | + } |
| 3821 | + }, |
3764 | 3822 | "com.amazonaws.codestarconnections#Type": { |
3765 | 3823 | "type": "string" |
3766 | 3824 | }, |
|
4160 | 4218 | "smithy.api#documentation": "<p>The sync type for the sync configuration to be updated.</p>", |
4161 | 4219 | "smithy.api#required": {} |
4162 | 4220 | } |
| 4221 | + }, |
| 4222 | + "PublishDeploymentStatus": { |
| 4223 | + "target": "com.amazonaws.codestarconnections#PublishDeploymentStatus", |
| 4224 | + "traits": { |
| 4225 | + "smithy.api#documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>" |
| 4226 | + } |
| 4227 | + }, |
| 4228 | + "TriggerResourceUpdateOn": { |
| 4229 | + "target": "com.amazonaws.codestarconnections#TriggerResourceUpdateOn", |
| 4230 | + "traits": { |
| 4231 | + "smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>" |
| 4232 | + } |
4163 | 4233 | } |
4164 | 4234 | }, |
4165 | 4235 | "traits": { |
|
0 commit comments