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.GetSMSSandboxAccountStatus

Description

Retrieves the SMS sandbox status for the calling account in the target Region.

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.

Synopsis

Creating a Request

data GetSMSSandboxAccountStatus Source #

See: newGetSMSSandboxAccountStatus smart constructor.

Instances

Instances details
Eq GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

Read GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

Show GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

Generic GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

Associated Types

type Rep GetSMSSandboxAccountStatus :: Type -> Type #

NFData GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

Hashable GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

AWSRequest GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

ToHeaders GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

ToPath GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

ToQuery GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

type Rep GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

type Rep GetSMSSandboxAccountStatus = D1 ('MetaData "GetSMSSandboxAccountStatus" "Amazonka.SNS.GetSMSSandboxAccountStatus" "libZSservicesZSamazonka-snsZSamazonka-sns" 'False) (C1 ('MetaCons "GetSMSSandboxAccountStatus'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetSMSSandboxAccountStatus Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

newGetSMSSandboxAccountStatus :: GetSMSSandboxAccountStatus Source #

Create a value of GetSMSSandboxAccountStatus with all optional fields omitted.

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

Destructuring the Response

data GetSMSSandboxAccountStatusResponse Source #

Constructors

GetSMSSandboxAccountStatusResponse' 

Fields

Instances

Instances details
Eq GetSMSSandboxAccountStatusResponse Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

Read GetSMSSandboxAccountStatusResponse Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

Show GetSMSSandboxAccountStatusResponse Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

Generic GetSMSSandboxAccountStatusResponse Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

Associated Types

type Rep GetSMSSandboxAccountStatusResponse :: Type -> Type #

NFData GetSMSSandboxAccountStatusResponse Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

type Rep GetSMSSandboxAccountStatusResponse Source # 
Instance details

Defined in Amazonka.SNS.GetSMSSandboxAccountStatus

type Rep GetSMSSandboxAccountStatusResponse = D1 ('MetaData "GetSMSSandboxAccountStatusResponse" "Amazonka.SNS.GetSMSSandboxAccountStatus" "libZSservicesZSamazonka-snsZSamazonka-sns" 'False) (C1 ('MetaCons "GetSMSSandboxAccountStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "isInSandbox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newGetSMSSandboxAccountStatusResponse Source #

Create a value of GetSMSSandboxAccountStatusResponse 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:httpStatus:GetSMSSandboxAccountStatusResponse', getSMSSandboxAccountStatusResponse_httpStatus - The response's http status code.

$sel:isInSandbox:GetSMSSandboxAccountStatusResponse', getSMSSandboxAccountStatusResponse_isInSandbox - Indicates whether the calling account is in the SMS sandbox.

Response Lenses

getSMSSandboxAccountStatusResponse_isInSandbox :: Lens' GetSMSSandboxAccountStatusResponse Bool Source #

Indicates whether the calling account is in the SMS sandbox.