libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
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.Pinpoint.GetSmsChannel

Description

Retrieves information about the status and settings of the SMS channel for an application.

Synopsis

Creating a Request

data GetSmsChannel Source #

See: newGetSmsChannel smart constructor.

Constructors

GetSmsChannel' 

Fields

  • applicationId :: Text

    The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Instances

Instances details
Eq GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Read GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Show GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Generic GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Associated Types

type Rep GetSmsChannel :: Type -> Type #

NFData GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Methods

rnf :: GetSmsChannel -> () #

Hashable GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

AWSRequest GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Associated Types

type AWSResponse GetSmsChannel #

ToHeaders GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

ToPath GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

ToQuery GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

type Rep GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

type Rep GetSmsChannel = D1 ('MetaData "GetSmsChannel" "Amazonka.Pinpoint.GetSmsChannel" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetSmsChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

newGetSmsChannel Source #

Create a value of GetSmsChannel 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:applicationId:GetSmsChannel', getSmsChannel_applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Request Lenses

getSmsChannel_applicationId :: Lens' GetSmsChannel Text Source #

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Destructuring the Response

data GetSmsChannelResponse Source #

See: newGetSmsChannelResponse smart constructor.

Constructors

GetSmsChannelResponse' 

Fields

Instances

Instances details
Eq GetSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Read GetSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Show GetSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Generic GetSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Associated Types

type Rep GetSmsChannelResponse :: Type -> Type #

NFData GetSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

Methods

rnf :: GetSmsChannelResponse -> () #

type Rep GetSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSmsChannel

type Rep GetSmsChannelResponse = D1 ('MetaData "GetSmsChannelResponse" "Amazonka.Pinpoint.GetSmsChannel" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetSmsChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "sMSChannelResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SMSChannelResponse)))

newGetSmsChannelResponse Source #

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

$sel:sMSChannelResponse:GetSmsChannelResponse', getSmsChannelResponse_sMSChannelResponse - Undocumented member.

Response Lenses