Skip to content

Commit ada7514

Browse files
authored
misc: remove deprecated services (#1308)
1 parent 1823c07 commit ada7514

File tree

7 files changed

+10
-14500
lines changed

7 files changed

+10
-14500
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "ccfb5203-cec0-487e-a938-52376e181558",
3+
"type": "misc",
4+
"description": "Remove Honeycode service"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "d6232702-f967-4fac-ba42-c36a08f94eb3",
3+
"type": "misc",
4+
"description": "Remove Alexa for Business service"
5+
}

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8946,11 +8946,6 @@
89468946
"us-west-2" : { }
89478947
}
89488948
},
8949-
"honeycode" : {
8950-
"endpoints" : {
8951-
"us-west-2" : { }
8952-
}
8953-
},
89548949
"iam" : {
89558950
"endpoints" : {
89568951
"aws-global" : {

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ private const val testSuiteJson = """
7373
"services_section_name": "acm_pca",
7474
"service_envvar_name": "AWS_ENDPOINT_URL_ACM_PCA"
7575
},
76-
{
77-
"service_id": "Alexa For Business",
78-
"services_section_name": "alexa_for_business",
79-
"service_envvar_name": "AWS_ENDPOINT_URL_ALEXA_FOR_BUSINESS"
80-
},
8176
{
8277
"service_id": "amp",
8378
"services_section_name": "amp",
@@ -728,11 +723,6 @@ private const val testSuiteJson = """
728723
"services_section_name": "healthlake",
729724
"service_envvar_name": "AWS_ENDPOINT_URL_HEALTHLAKE"
730725
},
731-
{
732-
"service_id": "Honeycode",
733-
"services_section_name": "honeycode",
734-
"service_envvar_name": "AWS_ENDPOINT_URL_HONEYCODE"
735-
},
736726
{
737727
"service_id": "IAM",
738728
"services_section_name": "iam",
@@ -1718,7 +1708,6 @@ private const val javaClientNamesJson = """
17181708
"nimble": "NimbleClient",
17191709
"Lex Model Building Service": "LexModelBuildingClient",
17201710
"Medical Imaging": "MedicalImagingClient",
1721-
"Alexa For Business": "AlexaForBusinessClient",
17221711
"Auto Scaling": "AutoScalingClient",
17231712
"RoboMaker": "RoboMakerClient",
17241713
"SES": "SesClient",
@@ -1861,7 +1850,6 @@ private const val javaClientNamesJson = """
18611850
"IoT Events Data": "IotEventsDataClient",
18621851
"Storage Gateway": "StorageGatewayClient",
18631852
"grafana": "GrafanaClient",
1864-
"Honeycode": "HoneycodeClient",
18651853
"rbin": "RbinClient",
18661854
"S3Outposts": "S3OutpostsClient",
18671855
"Application Auto Scaling": "ApplicationAutoScalingClient",

0 commit comments

Comments
 (0)