libZSservicesZSamazonka-snsZSamazonka-sns
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SNS.Types.SMSSandboxPhoneNumber

Description

 
Synopsis

Documentation

data SMSSandboxPhoneNumber Source #

A verified or pending destination phone number in the SMS sandbox.

When you start using Amazon SNS to send SMS messages, your account is in the SMS sandbox. The SMS sandbox provides a safe environment for you to try Amazon SNS features without risking your reputation as an SMS sender. While your account is in the SMS sandbox, you can use all of the features of Amazon SNS. However, you can send SMS messages only to verified destination phone numbers. For more information, including how to move out of the sandbox to send messages without restrictions, see SMS sandbox in the Amazon SNS Developer Guide.

See: newSMSSandboxPhoneNumber smart constructor.

Constructors

SMSSandboxPhoneNumber' 

Fields

Instances

Instances details
Eq SMSSandboxPhoneNumber Source # 
Instance details

Defined in Amazonka.SNS.Types.SMSSandboxPhoneNumber

Read SMSSandboxPhoneNumber Source # 
Instance details

Defined in Amazonka.SNS.Types.SMSSandboxPhoneNumber

Show SMSSandboxPhoneNumber Source # 
Instance details

Defined in Amazonka.SNS.Types.SMSSandboxPhoneNumber

Generic SMSSandboxPhoneNumber Source # 
Instance details

Defined in Amazonka.SNS.Types.SMSSandboxPhoneNumber

Associated Types

type Rep SMSSandboxPhoneNumber :: Type -> Type #

NFData SMSSandboxPhoneNumber Source # 
Instance details

Defined in Amazonka.SNS.Types.SMSSandboxPhoneNumber

Methods

rnf :: SMSSandboxPhoneNumber -> () #

Hashable SMSSandboxPhoneNumber Source # 
Instance details

Defined in Amazonka.SNS.Types.SMSSandboxPhoneNumber

FromXML SMSSandboxPhoneNumber Source # 
Instance details

Defined in Amazonka.SNS.Types.SMSSandboxPhoneNumber

type Rep SMSSandboxPhoneNumber Source # 
Instance details

Defined in Amazonka.SNS.Types.SMSSandboxPhoneNumber

type Rep SMSSandboxPhoneNumber = D1 ('MetaData "SMSSandboxPhoneNumber" "Amazonka.SNS.Types.SMSSandboxPhoneNumber" "libZSservicesZSamazonka-snsZSamazonka-sns" 'False) (C1 ('MetaCons "SMSSandboxPhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SMSSandboxPhoneNumberVerificationStatus)) :*: S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSMSSandboxPhoneNumber :: SMSSandboxPhoneNumber Source #

Create a value of SMSSandboxPhoneNumber with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:SMSSandboxPhoneNumber', sMSSandboxPhoneNumber_status - The destination phone number's verification status.

$sel:phoneNumber:SMSSandboxPhoneNumber', sMSSandboxPhoneNumber_phoneNumber - The destination phone number.