Skip to content

Commit

Permalink
misc: remove deprecated services (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored May 13, 2024
1 parent 1823c07 commit ada7514
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 14,500 deletions.
5 changes: 5 additions & 0 deletions .changes/ccfb5203-cec0-487e-a938-52376e181558.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "ccfb5203-cec0-487e-a938-52376e181558",
"type": "misc",
"description": "Remove Honeycode service"
}
5 changes: 5 additions & 0 deletions .changes/d6232702-f967-4fac-ba42-c36a08f94eb3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "d6232702-f967-4fac-ba42-c36a08f94eb3",
"type": "misc",
"description": "Remove Alexa for Business service"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8946,11 +8946,6 @@
"us-west-2" : { }
}
},
"honeycode" : {
"endpoints" : {
"us-west-2" : { }
}
},
"iam" : {
"endpoints" : {
"aws-global" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ private const val testSuiteJson = """
"services_section_name": "acm_pca",
"service_envvar_name": "AWS_ENDPOINT_URL_ACM_PCA"
},
{
"service_id": "Alexa For Business",
"services_section_name": "alexa_for_business",
"service_envvar_name": "AWS_ENDPOINT_URL_ALEXA_FOR_BUSINESS"
},
{
"service_id": "amp",
"services_section_name": "amp",
Expand Down Expand Up @@ -728,11 +723,6 @@ private const val testSuiteJson = """
"services_section_name": "healthlake",
"service_envvar_name": "AWS_ENDPOINT_URL_HEALTHLAKE"
},
{
"service_id": "Honeycode",
"services_section_name": "honeycode",
"service_envvar_name": "AWS_ENDPOINT_URL_HONEYCODE"
},
{
"service_id": "IAM",
"services_section_name": "iam",
Expand Down Expand Up @@ -1718,7 +1708,6 @@ private const val javaClientNamesJson = """
"nimble": "NimbleClient",
"Lex Model Building Service": "LexModelBuildingClient",
"Medical Imaging": "MedicalImagingClient",
"Alexa For Business": "AlexaForBusinessClient",
"Auto Scaling": "AutoScalingClient",
"RoboMaker": "RoboMakerClient",
"SES": "SesClient",
Expand Down Expand Up @@ -1861,7 +1850,6 @@ private const val javaClientNamesJson = """
"IoT Events Data": "IotEventsDataClient",
"Storage Gateway": "StorageGatewayClient",
"grafana": "GrafanaClient",
"Honeycode": "HoneycodeClient",
"rbin": "RbinClient",
"S3Outposts": "S3OutpostsClient",
"Application Auto Scaling": "ApplicationAutoScalingClient",
Expand Down
Loading

0 comments on commit ada7514

Please sign in to comment.