Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: remove deprecated services #1308

Merged
merged 4 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -8945,11 +8945,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
Loading