amazonka-sms-voice-2.0: Amazon Pinpoint SMS and Voice Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SmsVoice.ListConfigurationSets

Description

List all of the configuration sets associated with your Amazon Pinpoint account in the current region.

Synopsis

Creating a Request

data ListConfigurationSets Source #

See: newListConfigurationSets smart constructor.

Constructors

ListConfigurationSets' 

Fields

  • nextToken :: Maybe Text

    A token returned from a previous call to the API that indicates the position in the list of results.

  • pageSize :: Maybe Text

    Used to specify the number of items that should be returned in the response.

Instances

Instances details
ToHeaders ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

ToPath ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

ToQuery ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

AWSRequest ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

Associated Types

type AWSResponse ListConfigurationSets #

Generic ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

Associated Types

type Rep ListConfigurationSets :: Type -> Type #

Read ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

Show ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

NFData ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

Methods

rnf :: ListConfigurationSets -> () #

Eq ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

Hashable ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

type AWSResponse ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

type Rep ListConfigurationSets Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

type Rep ListConfigurationSets = D1 ('MetaData "ListConfigurationSets" "Amazonka.SmsVoice.ListConfigurationSets" "amazonka-sms-voice-2.0-3p97esUzflC4CxQYj8cHEb" 'False) (C1 ('MetaCons "ListConfigurationSets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListConfigurationSets :: ListConfigurationSets Source #

Create a value of ListConfigurationSets 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:

ListConfigurationSets, listConfigurationSets_nextToken - A token returned from a previous call to the API that indicates the position in the list of results.

$sel:pageSize:ListConfigurationSets', listConfigurationSets_pageSize - Used to specify the number of items that should be returned in the response.

Request Lenses

listConfigurationSets_nextToken :: Lens' ListConfigurationSets (Maybe Text) Source #

A token returned from a previous call to the API that indicates the position in the list of results.

listConfigurationSets_pageSize :: Lens' ListConfigurationSets (Maybe Text) Source #

Used to specify the number of items that should be returned in the response.

Destructuring the Response

data ListConfigurationSetsResponse Source #

An object that contains information about the configuration sets for your account in the current region.

See: newListConfigurationSetsResponse smart constructor.

Constructors

ListConfigurationSetsResponse' 

Fields

  • configurationSets :: Maybe [Text]

    An object that contains a list of configuration sets for your account in the current region.

  • nextToken :: Maybe Text

    A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

Associated Types

type Rep ListConfigurationSetsResponse :: Type -> Type #

Read ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

Show ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

NFData ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

Eq ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

type Rep ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.SmsVoice.ListConfigurationSets

type Rep ListConfigurationSetsResponse = D1 ('MetaData "ListConfigurationSetsResponse" "Amazonka.SmsVoice.ListConfigurationSets" "amazonka-sms-voice-2.0-3p97esUzflC4CxQYj8cHEb" 'False) (C1 ('MetaCons "ListConfigurationSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConfigurationSetsResponse Source #

Create a value of ListConfigurationSetsResponse 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:configurationSets:ListConfigurationSetsResponse', listConfigurationSetsResponse_configurationSets - An object that contains a list of configuration sets for your account in the current region.

ListConfigurationSets, listConfigurationSetsResponse_nextToken - A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.

$sel:httpStatus:ListConfigurationSetsResponse', listConfigurationSetsResponse_httpStatus - The response's http status code.

Response Lenses

listConfigurationSetsResponse_configurationSets :: Lens' ListConfigurationSetsResponse (Maybe [Text]) Source #

An object that contains a list of configuration sets for your account in the current region.

listConfigurationSetsResponse_nextToken :: Lens' ListConfigurationSetsResponse (Maybe Text) Source #

A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.