amazonka-pinpoint-sms-voice-v2-2.0: Amazon Pinpoint SMS Voice V2 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.PinpointSmsVoiceV2.DescribeConfigurationSets

Description

Describes the specified configuration sets or all in your account.

If you specify configuration set names, the output includes information for only the specified configuration sets. If you specify filters, the output includes information for only those configuration sets that meet the filter criteria. If you don't specify configuration set names or filters, the output includes information for all configuration sets.

If you specify a configuration set name that isn't valid, an error is returned.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeConfigurationSets Source #

See: newDescribeConfigurationSets smart constructor.

Constructors

DescribeConfigurationSets' 

Fields

Instances

Instances details
ToJSON DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

ToHeaders DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

ToPath DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

ToQuery DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

AWSPager DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

AWSRequest DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

Generic DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

Associated Types

type Rep DescribeConfigurationSets :: Type -> Type #

Read DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

Show DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

NFData DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

Eq DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

Hashable DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

type AWSResponse DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

type Rep DescribeConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

type Rep DescribeConfigurationSets = D1 ('MetaData "DescribeConfigurationSets" "Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "DescribeConfigurationSets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configurationSetNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationSetFilter]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeConfigurationSets :: DescribeConfigurationSets Source #

Create a value of DescribeConfigurationSets 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:configurationSetNames:DescribeConfigurationSets', describeConfigurationSets_configurationSetNames - An array of strings. Each element can be either a ConfigurationSetName or ConfigurationSetArn.

$sel:filters:DescribeConfigurationSets', describeConfigurationSets_filters - An array of filters to apply to the results that are returned.

$sel:maxResults:DescribeConfigurationSets', describeConfigurationSets_maxResults - The maximum number of results to return per each request.

DescribeConfigurationSets, describeConfigurationSets_nextToken - The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

Request Lenses

describeConfigurationSets_configurationSetNames :: Lens' DescribeConfigurationSets (Maybe [Text]) Source #

An array of strings. Each element can be either a ConfigurationSetName or ConfigurationSetArn.

describeConfigurationSets_filters :: Lens' DescribeConfigurationSets (Maybe [ConfigurationSetFilter]) Source #

An array of filters to apply to the results that are returned.

describeConfigurationSets_maxResults :: Lens' DescribeConfigurationSets (Maybe Natural) Source #

The maximum number of results to return per each request.

describeConfigurationSets_nextToken :: Lens' DescribeConfigurationSets (Maybe Text) Source #

The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

Destructuring the Response

data DescribeConfigurationSetsResponse Source #

See: newDescribeConfigurationSetsResponse smart constructor.

Constructors

DescribeConfigurationSetsResponse' 

Fields

Instances

Instances details
Generic DescribeConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

Associated Types

type Rep DescribeConfigurationSetsResponse :: Type -> Type #

Read DescribeConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

Show DescribeConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

NFData DescribeConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

Eq DescribeConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

type Rep DescribeConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets

type Rep DescribeConfigurationSetsResponse = D1 ('MetaData "DescribeConfigurationSetsResponse" "Amazonka.PinpointSmsVoiceV2.DescribeConfigurationSets" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "DescribeConfigurationSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationSetInformation])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConfigurationSetsResponse Source #

Create a value of DescribeConfigurationSetsResponse 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:DescribeConfigurationSetsResponse', describeConfigurationSetsResponse_configurationSets - An array of ConfigurationSets objects.

DescribeConfigurationSets, describeConfigurationSetsResponse_nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no more results.

$sel:httpStatus:DescribeConfigurationSetsResponse', describeConfigurationSetsResponse_httpStatus - The response's http status code.

Response Lenses

describeConfigurationSetsResponse_nextToken :: Lens' DescribeConfigurationSetsResponse (Maybe Text) Source #

The token to be used for the next set of paginated results. If this field is empty then there are no more results.