<?phpnamespace AwsSns;use AwsAwsClient;/** * This client is used to interact with the **Amazon Simple Notification Service (Amazon SNS)**. */class SnsClient extends AwsClient {}