libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice
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.PinpointSMSVoice.CreateConfigurationSet

Description

Create a new configuration set. After you create the configuration set, you can add one or more event destinations to it.

Synopsis

Creating a Request

data CreateConfigurationSet Source #

A request to create a new configuration set.

See: newCreateConfigurationSet smart constructor.

Constructors

CreateConfigurationSet' 

Fields

Instances

Instances details
Eq CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Read CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Show CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Generic CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Associated Types

type Rep CreateConfigurationSet :: Type -> Type #

NFData CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Methods

rnf :: CreateConfigurationSet -> () #

Hashable CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

ToJSON CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

AWSRequest CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Associated Types

type AWSResponse CreateConfigurationSet #

ToHeaders CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

ToPath CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

ToQuery CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

type Rep CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

type Rep CreateConfigurationSet = D1 ('MetaData "CreateConfigurationSet" "Amazonka.PinpointSMSVoice.CreateConfigurationSet" "libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice" 'False) (C1 ('MetaCons "CreateConfigurationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

newCreateConfigurationSet :: CreateConfigurationSet Source #

Create a value of CreateConfigurationSet 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:configurationSetName:CreateConfigurationSet', createConfigurationSet_configurationSetName - The name that you want to give the configuration set.

Request Lenses

createConfigurationSet_configurationSetName :: Lens' CreateConfigurationSet (Maybe Text) Source #

The name that you want to give the configuration set.

Destructuring the Response

data CreateConfigurationSetResponse Source #

An empty object that indicates that the configuration set was successfully created.

See: newCreateConfigurationSetResponse smart constructor.

Constructors

CreateConfigurationSetResponse' 

Fields

Instances

Instances details
Eq CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Read CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Show CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Generic CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

Associated Types

type Rep CreateConfigurationSetResponse :: Type -> Type #

NFData CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

type Rep CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.CreateConfigurationSet

type Rep CreateConfigurationSetResponse = D1 ('MetaData "CreateConfigurationSetResponse" "Amazonka.PinpointSMSVoice.CreateConfigurationSet" "libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice" 'False) (C1 ('MetaCons "CreateConfigurationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateConfigurationSetResponse Source #

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

Response Lenses