libZSservicesZSamazonka-smsZSamazonka-sms
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.SMS.GetConnectors

Description

Describes the connectors registered with the AWS SMS.

This operation returns paginated results.

Synopsis

Creating a Request

data GetConnectors Source #

See: newGetConnectors smart constructor.

Constructors

GetConnectors' 

Fields

  • nextToken :: Maybe Text

    The token for the next set of results.

  • maxResults :: Maybe Int

    The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

Instances

Instances details
Eq GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Read GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Show GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Generic GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Associated Types

type Rep GetConnectors :: Type -> Type #

NFData GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Methods

rnf :: GetConnectors -> () #

Hashable GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

ToJSON GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

AWSPager GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

AWSRequest GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Associated Types

type AWSResponse GetConnectors #

ToHeaders GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

ToPath GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

ToQuery GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

type Rep GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

type Rep GetConnectors = D1 ('MetaData "GetConnectors" "Amazonka.SMS.GetConnectors" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "GetConnectors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse GetConnectors Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

newGetConnectors :: GetConnectors Source #

Create a value of GetConnectors 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:nextToken:GetConnectors', getConnectors_nextToken - The token for the next set of results.

$sel:maxResults:GetConnectors', getConnectors_maxResults - The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

Request Lenses

getConnectors_nextToken :: Lens' GetConnectors (Maybe Text) Source #

The token for the next set of results.

getConnectors_maxResults :: Lens' GetConnectors (Maybe Int) Source #

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

Destructuring the Response

data GetConnectorsResponse Source #

See: newGetConnectorsResponse smart constructor.

Constructors

GetConnectorsResponse' 

Fields

Instances

Instances details
Eq GetConnectorsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Read GetConnectorsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Show GetConnectorsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Generic GetConnectorsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Associated Types

type Rep GetConnectorsResponse :: Type -> Type #

NFData GetConnectorsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

Methods

rnf :: GetConnectorsResponse -> () #

type Rep GetConnectorsResponse Source # 
Instance details

Defined in Amazonka.SMS.GetConnectors

type Rep GetConnectorsResponse = D1 ('MetaData "GetConnectorsResponse" "Amazonka.SMS.GetConnectors" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "GetConnectorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Connector])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetConnectorsResponse Source #

Create a value of GetConnectorsResponse 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:connectorList:GetConnectorsResponse', getConnectorsResponse_connectorList - Information about the registered connectors.

$sel:nextToken:GetConnectors', getConnectorsResponse_nextToken - The token required to retrieve the next set of results. This value is null when there are no more results to return.

$sel:httpStatus:GetConnectorsResponse', getConnectorsResponse_httpStatus - The response's http status code.

Response Lenses

getConnectorsResponse_connectorList :: Lens' GetConnectorsResponse (Maybe [Connector]) Source #

Information about the registered connectors.

getConnectorsResponse_nextToken :: Lens' GetConnectorsResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.