|
5 | 5 | "endpointPrefix":"codeconnections",
|
6 | 6 | "jsonVersion":"1.0",
|
7 | 7 | "protocol":"json",
|
| 8 | + "protocols":["json"], |
8 | 9 | "serviceFullName":"AWS CodeConnections",
|
9 | 10 | "serviceId":"CodeConnections",
|
10 | 11 | "signatureVersion":"v4",
|
11 | 12 | "signingName":"codeconnections",
|
12 | 13 | "targetPrefix":"com.amazonaws.codeconnections.CodeConnections_20231201",
|
13 |
| - "uid":"codeconnections-2023-12-01" |
| 14 | + "uid":"codeconnections-2023-12-01", |
| 15 | + "auth":["aws.auth#sigv4"] |
14 | 16 | },
|
15 | 17 | "operations":{
|
16 | 18 | "CreateConnection":{
|
|
518 | 520 | },
|
519 | 521 | "ConnectionArn":{
|
520 | 522 | "shape":"ConnectionArn",
|
521 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Services.</p> <note> <p>The ARN is never reused if the connection is deleted.</p> </note>" |
| 523 | + "documentation":"<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Servicesservices.</p> <note> <p>The ARN is never reused if the connection is deleted.</p> </note>" |
522 | 524 | },
|
523 | 525 | "ProviderType":{
|
524 | 526 | "shape":"ProviderType",
|
|
724 | 726 | "TriggerResourceUpdateOn":{
|
725 | 727 | "shape":"TriggerResourceUpdateOn",
|
726 | 728 | "documentation":"<p>When to trigger Git sync to begin the stack update.</p>"
|
| 729 | + }, |
| 730 | + "PullRequestComment":{ |
| 731 | + "shape":"PullRequestComment", |
| 732 | + "documentation":"<p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>" |
727 | 733 | }
|
728 | 734 | }
|
729 | 735 | },
|
|
1321 | 1327 | "DISABLED"
|
1322 | 1328 | ]
|
1323 | 1329 | },
|
| 1330 | + "PullRequestComment":{ |
| 1331 | + "type":"string", |
| 1332 | + "enum":[ |
| 1333 | + "ENABLED", |
| 1334 | + "DISABLED" |
| 1335 | + ] |
| 1336 | + }, |
1324 | 1337 | "RepositoryLinkArn":{
|
1325 | 1338 | "type":"string",
|
1326 | 1339 | "pattern":"^arn:aws(?:-[a-z]+)*:(codestar-connections|codeconnections):[a-z\\-0-9]+:\\d{12}:repository-link\\/[a-zA-Z0-9\\-:/]+"
|
|
1823 | 1836 | "TriggerResourceUpdateOn":{
|
1824 | 1837 | "shape":"TriggerResourceUpdateOn",
|
1825 | 1838 | "documentation":"<p>When to trigger Git sync to begin the stack update.</p>"
|
| 1839 | + }, |
| 1840 | + "PullRequestComment":{ |
| 1841 | + "shape":"PullRequestComment", |
| 1842 | + "documentation":"<p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>" |
1826 | 1843 | }
|
1827 | 1844 | },
|
1828 | 1845 | "documentation":"<p>Information, such as repository, branch, provider, and resource names for a specific sync configuration.</p>"
|
|
2114 | 2131 | "TriggerResourceUpdateOn":{
|
2115 | 2132 | "shape":"TriggerResourceUpdateOn",
|
2116 | 2133 | "documentation":"<p>When to trigger Git sync to begin the stack update.</p>"
|
| 2134 | + }, |
| 2135 | + "PullRequestComment":{ |
| 2136 | + "shape":"PullRequestComment", |
| 2137 | + "documentation":"<p>TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.</p>" |
2117 | 2138 | }
|
2118 | 2139 | }
|
2119 | 2140 | },
|
|
0 commit comments