Skip to content

Commit 9cd90ae

Browse files
authored
chore: remove sms service (#1674)
1 parent 0d5bc5b commit 9cd90ae

File tree

5 files changed

+5
-5716
lines changed

5 files changed

+5
-5716
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "caf14041-a20b-4e51-a29b-c0421231bf3d",
3+
"type": "misc",
4+
"description": "Remove SMS service"
5+
}

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24123,23 +24123,6 @@
2412324123
"us-west-2" : { }
2412424124
}
2412524125
},
24126-
"sms" : {
24127-
"endpoints" : {
24128-
"fips-us-west-2" : {
24129-
"credentialScope" : {
24130-
"region" : "us-west-2"
24131-
},
24132-
"deprecated" : true,
24133-
"hostname" : "sms-fips.us-west-2.amazonaws.com"
24134-
},
24135-
"us-west-2" : {
24136-
"variants" : [ {
24137-
"hostname" : "sms-fips.us-west-2.amazonaws.com",
24138-
"tags" : [ "fips" ]
24139-
} ]
24140-
}
24141-
}
24142-
},
2414324126
"sms-voice" : {
2414424127
"endpoints" : {
2414524128
"af-south-1" : {

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
@@ -1399,11 +1399,6 @@ private const val TEST_SUITE_JSON = """
13991399
"services_section_name": "signer",
14001400
"service_envvar_name": "AWS_ENDPOINT_URL_SIGNER"
14011401
},
1402-
{
1403-
"service_id": "SMS",
1404-
"services_section_name": "sms",
1405-
"service_envvar_name": "AWS_ENDPOINT_URL_SMS"
1406-
},
14071402
{
14081403
"service_id": "Pinpoint SMS Voice",
14091404
"services_section_name": "pinpoint_sms_voice",
@@ -1849,7 +1844,6 @@ private const val JAVA_CLIENT_NAMES_JSON = """
18491844
"MemoryDB": "MemoryDbClient",
18501845
"Payment Cryptography": "PaymentCryptographyClient",
18511846
"Cognito Identity": "CognitoIdentityClient",
1852-
"SMS": "SmsClient",
18531847
"OSIS": "OsisClient",
18541848
"Proton": "ProtonClient",
18551849
"ECR PUBLIC": "EcrPublicClient",

0 commit comments

Comments
 (0)