Skip to content

Commit 56b04f7

Browse files
author
AWS
committed
AWS CodeConnections Update: New integration with Azure DevOps provider type.
1 parent e302d3f commit 56b04f7

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
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": "New integration with Azure DevOps provider type."
6+
}

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

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
},
521521
"ConnectionArn":{
522522
"shape":"ConnectionArn",
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>"
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 Services services.</p> <note> <p>The ARN is never reused if the connection is deleted.</p> </note>"
524524
},
525525
"ProviderType":{
526526
"shape":"ProviderType",
@@ -756,8 +756,7 @@
756756
},
757757
"DeleteConnectionOutput":{
758758
"type":"structure",
759-
"members":{
760-
}
759+
"members":{}
761760
},
762761
"DeleteHostInput":{
763762
"type":"structure",
@@ -771,8 +770,7 @@
771770
},
772771
"DeleteHostOutput":{
773772
"type":"structure",
774-
"members":{
775-
}
773+
"members":{}
776774
},
777775
"DeleteRepositoryLinkInput":{
778776
"type":"structure",
@@ -786,8 +784,7 @@
786784
},
787785
"DeleteRepositoryLinkOutput":{
788786
"type":"structure",
789-
"members":{
790-
}
787+
"members":{}
791788
},
792789
"DeleteSyncConfigurationInput":{
793790
"type":"structure",
@@ -808,8 +805,7 @@
808805
},
809806
"DeleteSyncConfigurationOutput":{
810807
"type":"structure",
811-
"members":{
812-
}
808+
"members":{}
813809
},
814810
"DeploymentFilePath":{"type":"string"},
815811
"Directory":{"type":"string"},
@@ -1317,7 +1313,8 @@
13171313
"GitHub",
13181314
"GitHubEnterpriseServer",
13191315
"GitLab",
1320-
"GitLabSelfManaged"
1316+
"GitLabSelfManaged",
1317+
"AzureDevOps"
13211318
]
13221319
},
13231320
"PublishDeploymentStatus":{
@@ -1915,8 +1912,7 @@
19151912
},
19161913
"TagResourceOutput":{
19171914
"type":"structure",
1918-
"members":{
1919-
}
1915+
"members":{}
19201916
},
19211917
"TagValue":{
19221918
"type":"string",
@@ -1983,8 +1979,7 @@
19831979
},
19841980
"UntagResourceOutput":{
19851981
"type":"structure",
1986-
"members":{
1987-
}
1982+
"members":{}
19881983
},
19891984
"UpdateHostInput":{
19901985
"type":"structure",
@@ -2006,8 +2001,7 @@
20062001
},
20072002
"UpdateHostOutput":{
20082003
"type":"structure",
2009-
"members":{
2010-
}
2004+
"members":{}
20112005
},
20122006
"UpdateOutOfSyncException":{
20132007
"type":"structure",

0 commit comments

Comments
 (0)