Skip to content

Commit 778529b

Browse files
authored
chore: remove deprecated Mobile service (#1364)
1 parent 665996c commit 778529b

File tree

4 files changed

+6
-1935
lines changed

4 files changed

+6
-1935
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "6d98b791-1532-4969-8e4a-fdda3aedc1a3",
3+
"type": "misc",
4+
"description": "Remove deprecated Mobile 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
@@ -1088,11 +1088,6 @@ private const val TEST_SUITE_JSON = """
10881088
"services_section_name": "migrationhubstrategy",
10891089
"service_envvar_name": "AWS_ENDPOINT_URL_MIGRATIONHUBSTRATEGY"
10901090
},
1091-
{
1092-
"service_id": "Mobile",
1093-
"services_section_name": "mobile",
1094-
"service_envvar_name": "AWS_ENDPOINT_URL_MOBILE"
1095-
},
10961091
{
10971092
"service_id": "mq",
10981093
"services_section_name": "mq",
@@ -1751,7 +1746,6 @@ private const val JAVA_CLIENT_NAMES_JSON = """
17511746
"AmplifyBackend": "AmplifyBackendClient",
17521747
"IoT 1Click Projects": "Iot1ClickProjectsClient",
17531748
"CloudHSM V2": "CloudHsmV2Client",
1754-
"Mobile": "MobileClient",
17551749
"savingsplans": "SavingsplansClient",
17561750
"Batch": "BatchClient",
17571751
"MigrationHubStrategy": "MigrationHubStrategyClient",

0 commit comments

Comments
 (0)