Skip to content

Commit ded0ab9

Browse files
author
AWS
committed
CodeArtifact Update: Add support for the dual stack endpoints.
1 parent 2ada510 commit ded0ab9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
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": "CodeArtifact",
4+
"contributor": "",
5+
"description": "Add support for the dual stack endpoints."
6+
}

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,6 +1973,13 @@
19731973
"type":"list",
19741974
"member":{"shape":"DomainSummary"}
19751975
},
1976+
"EndpointType":{
1977+
"type":"string",
1978+
"enum":[
1979+
"dualstack",
1980+
"ipv4"
1981+
]
1982+
},
19761983
"ErrorMessage":{"type":"string"},
19771984
"ExternalConnectionName":{
19781985
"type":"string",
@@ -2311,6 +2318,12 @@
23112318
"documentation":"<p> Returns which endpoint of a repository to return. A repository has one endpoint for each package format. </p>",
23122319
"location":"querystring",
23132320
"locationName":"format"
2321+
},
2322+
"endpointType":{
2323+
"shape":"EndpointType",
2324+
"documentation":"<p>A string that specifies the type of endpoint.</p>",
2325+
"location":"querystring",
2326+
"locationName":"endpointType"
23142327
}
23152328
}
23162329
},
@@ -4029,7 +4042,7 @@
40294042
},
40304043
"packageFormat":{
40314044
"shape":"PackageFormat",
4032-
"documentation":"<p> The package format associated with a repository's external connection. The valid package formats are: </p> <ul> <li> <p> <code>npm</code>: A Node Package Manager (npm) package. </p> </li> <li> <p> <code>pypi</code>: A Python Package Index (PyPI) package. </p> </li> <li> <p> <code>maven</code>: A Maven package that contains compiled code in a distributable format, such as a JAR file. </p> </li> <li> <p> <code>nuget</code>: A NuGet package. </p> </li> </ul>"
4045+
"documentation":"<p> The package format associated with a repository's external connection. The valid package formats are: </p> <ul> <li> <p> <code>npm</code>: A Node Package Manager (npm) package. </p> </li> <li> <p> <code>pypi</code>: A Python Package Index (PyPI) package. </p> </li> <li> <p> <code>maven</code>: A Maven package that contains compiled code in a distributable format, such as a JAR file. </p> </li> <li> <p> <code>nuget</code>: A NuGet package. </p> </li> <li> <p> <code>generic</code>: A generic package. </p> </li> <li> <p> <code>ruby</code>: A Ruby package. </p> </li> <li> <p> <code>swift</code>: A Swift package. </p> </li> <li> <p> <code>cargo</code>: A Cargo package. </p> </li> </ul>"
40334046
},
40344047
"status":{
40354048
"shape":"ExternalConnectionStatus",

0 commit comments

Comments
 (0)