Skip to content
Closed
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
6 changes: 6 additions & 0 deletions .changes/next-release/removal-AWSSMS-e175328.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "removal",
"category": "AWS SMS",
"contributor": "",
"description": "SMS service is being removed"
}
5 changes: 0 additions & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -973,11 +973,6 @@
<artifactId>signer</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sms</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>snowball</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class PartitionServiceMetadataTest {
"iot", "kinesis", "kinesisanalytics", "kms", "lambda", "lightsail", "logs", "machinelearning",
"marketplacecommerceanalytics", "metering.marketplace", "mobileanalytics", "monitoring",
"pinpoint", "polly", "rds", "redshift", "rekognition", "route53domains", "s3",
"sdb", "servicecatalog", "sms", "snowball", "sns", "sqs", "ssm", "states", "storagegateway",
"sdb", "servicecatalog", "snowball", "sns", "sqs", "ssm", "states", "storagegateway",
"streams.dynamodb", "sts", "support", "swf", "waf-regional", "workspaces", "xray");

private static final List<String> AWS_CN_PARTITION_GLOBAL_SERVICES = Arrays.asList("iam");
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@
<exclude>software/amazon/awssdk/services/kinesis/KinesisAsyncClient.java</exclude>
<exclude>software/amazon/awssdk/services/kinesis/DefaultKinesisAsyncClient.java</exclude>
<exclude>software/amazon/awssdk/services/kinesis/DefaultKinesisBaseClientBuilder.java</exclude>
<exclude>software/amazon/awssdk/services/sms/model/InternalError.java</exclude>
<exclude>software/amazon/awssdk/services/kinesis/transform/SubscribeToShardResponseUnmarshaller.java</exclude>
</excludes>
</configuration>
Expand Down Expand Up @@ -1433,10 +1432,6 @@
<title>Budgets</title>
<packages>software.amazon.awssdk.services.budgets*</packages>
</group>
<group>
<title>Server Migration</title>
<packages>software.amazon.awssdk.services.sms*</packages>
</group>
<group>
<title>Rekognition</title>
<packages>software.amazon.awssdk.services.rekognition*</packages>
Expand Down
1 change: 0 additions & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
<module>route53domains</module>
<module>s3</module>
<module>s3control</module>
<module>sms</module>
<module>servicecatalog</module>
<module>ses</module>
<module>shield</module>
Expand Down
25 changes: 0 additions & 25 deletions services/sms/build.properties

This file was deleted.

65 changes: 0 additions & 65 deletions services/sms/pom.xml

This file was deleted.

This file was deleted.

Loading
Loading