Skip to content

Commit 143d21b

Browse files
authored
misc: remove elastic inference service (#1538)
1 parent 90e89d5 commit 143d21b

File tree

4 files changed

+5
-1644
lines changed

4 files changed

+5
-1644
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "65002f2c-40d9-4f43-8093-19067e1793bf",
3+
"type": "misc",
4+
"description": "Remove Elastic Inference Service"
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
@@ -548,11 +548,6 @@ private const val TEST_SUITE_JSON = """
548548
"services_section_name": "eks",
549549
"service_envvar_name": "AWS_ENDPOINT_URL_EKS"
550550
},
551-
{
552-
"service_id": "Elastic Inference",
553-
"services_section_name": "elastic_inference",
554-
"service_envvar_name": "AWS_ENDPOINT_URL_ELASTIC_INFERENCE"
555-
},
556551
{
557552
"service_id": "ElastiCache",
558553
"services_section_name": "elasticache",
@@ -1911,7 +1906,6 @@ private const val JAVA_CLIENT_NAMES_JSON = """
19111906
"LookoutEquipment": "LookoutEquipmentClient",
19121907
"CloudWatch": "CloudWatchClient",
19131908
"Pca Connector Ad": "PcaConnectorAdClient",
1914-
"Elastic Inference": "ElasticInferenceClient",
19151909
"Glue": "GlueClient",
19161910
"SecurityLake": "SecurityLakeClient",
19171911
"Pinpoint SMS Voice": "PinpointSmsVoiceClient",

0 commit comments

Comments
 (0)