Skip to content

Commit 38f9ab3

Browse files
author
AWS
committed
AWS CodeConnections Update: This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
1 parent 7ae6ed3 commit 38f9ab3

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodeConnections",
4+
"contributor": "",
5+
"description": "This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output"
6+
}

services/codeconnections/src/main/resources/codegen-resources/service-2.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"codeconnections",
66
"jsonVersion":"1.0",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS CodeConnections",
910
"serviceId":"CodeConnections",
1011
"signatureVersion":"v4",
1112
"signingName":"codeconnections",
1213
"targetPrefix":"com.amazonaws.codeconnections.CodeConnections_20231201",
13-
"uid":"codeconnections-2023-12-01"
14+
"uid":"codeconnections-2023-12-01",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"CreateConnection":{
@@ -518,7 +520,7 @@
518520
},
519521
"ConnectionArn":{
520522
"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>"
522524
},
523525
"ProviderType":{
524526
"shape":"ProviderType",
@@ -724,6 +726,10 @@
724726
"TriggerResourceUpdateOn":{
725727
"shape":"TriggerResourceUpdateOn",
726728
"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>"
727733
}
728734
}
729735
},
@@ -1321,6 +1327,13 @@
13211327
"DISABLED"
13221328
]
13231329
},
1330+
"PullRequestComment":{
1331+
"type":"string",
1332+
"enum":[
1333+
"ENABLED",
1334+
"DISABLED"
1335+
]
1336+
},
13241337
"RepositoryLinkArn":{
13251338
"type":"string",
13261339
"pattern":"^arn:aws(?:-[a-z]+)*:(codestar-connections|codeconnections):[a-z\\-0-9]+:\\d{12}:repository-link\\/[a-zA-Z0-9\\-:/]+"
@@ -1823,6 +1836,10 @@
18231836
"TriggerResourceUpdateOn":{
18241837
"shape":"TriggerResourceUpdateOn",
18251838
"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>"
18261843
}
18271844
},
18281845
"documentation":"<p>Information, such as repository, branch, provider, and resource names for a specific sync configuration.</p>"
@@ -2114,6 +2131,10 @@
21142131
"TriggerResourceUpdateOn":{
21152132
"shape":"TriggerResourceUpdateOn",
21162133
"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>"
21172138
}
21182139
}
21192140
},

0 commit comments

Comments
 (0)