Skip to content

Commit 392c168

Browse files
authored
misc: deprecate private networks service (#1602)
1 parent 548df05 commit 392c168

File tree

4 files changed

+5
-3960
lines changed

4 files changed

+5
-3960
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "64cc90c7-4694-4ece-912d-2b90c0c83b1f",
3+
"type": "misc",
4+
"description": "Removing private networks service due to deprecation"
5+
}

codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,11 +1178,6 @@ private const val TEST_SUITE_JSON = """
11781178
"services_section_name": "pricing",
11791179
"service_envvar_name": "AWS_ENDPOINT_URL_PRICING"
11801180
},
1181-
{
1182-
"service_id": "PrivateNetworks",
1183-
"services_section_name": "privatenetworks",
1184-
"service_envvar_name": "AWS_ENDPOINT_URL_PRIVATENETWORKS"
1185-
},
11861181
{
11871182
"service_id": "Proton",
11881183
"services_section_name": "proton",
@@ -1865,7 +1860,6 @@ private const val JAVA_CLIENT_NAMES_JSON = """
18651860
"MemoryDB": "MemoryDbClient",
18661861
"Payment Cryptography": "PaymentCryptographyClient",
18671862
"Cognito Identity": "CognitoIdentityClient",
1868-
"PrivateNetworks": "PrivateNetworksClient",
18691863
"SMS": "SmsClient",
18701864
"OSIS": "OsisClient",
18711865
"Proton": "ProtonClient",

0 commit comments

Comments
 (0)