Class SesClient
- Aws\AwsClient implements Aws\AwsClientInterface uses Aws\AwsClientTrait
-
Aws\Ses\SesClient
- Namespace: Aws\Ses
- Located at Ses/SesClient.php
This client is used to interact with the Amazon Simple Email Service (Amazon SES).
Supported API Versions
This class uses a service description model that is associated at
runtime based on the version
option given when constructing the
client. The version
option will determine which API operations,
waiters, and paginators are available for a client. Creating a command or a
specific API operation can be done using magic methods (e.g.,
$client->commandName(/** parameters */)
, or using the
$\client->getCommand
method of the client.
Methods Summary
-
static
generateSmtpPassword ( Aws\Credentials\CredentialsInterface $creds )
Create an SMTP password for a given IAM user's credentials.
Methods inherited from Aws\AwsClient
__construct()
,
__sleep()
,
applyDocFilters()
,
factory()
,
getApi()
,
getArguments()
,
getCommand()
,
getConfig()
,
getCredentials()
,
getEndpoint()
,
getHandlerList()
,
getRegion()
Methods inherited from Aws\AwsClientInterface
Methods used from Aws\AwsClientTrait
Methods Details
static
string
generateSmtpPassword (
Aws\Credentials\CredentialsInterface
$creds
)
Create an SMTP password for a given IAM user's credentials.
The SMTP username is the Access Key ID for the provided credentials.
Parameters
Aws\Credentials\CredentialsInterface |
$creds |
Returns
string |