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.DeleteDefaultSenderId

Description

Deletes an existing default sender ID on a configuration set.

A default sender ID is the identity that appears on recipients' devices when they receive SMS messages. Support for sender ID capabilities varies by country or region.

Synopsis

Creating a Request

data DeleteDefaultSenderId Source #

See: newDeleteDefaultSenderId smart constructor.

Constructors

DeleteDefaultSenderId' 

Fields

  • configurationSetName :: Text

    The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default sender ID from. The ConfigurationSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.

Instances

Instances details
ToJSON DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

ToHeaders DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

ToPath DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

ToQuery DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

AWSRequest DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

Associated Types

type AWSResponse DeleteDefaultSenderId #

Generic DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

Associated Types

type Rep DeleteDefaultSenderId :: Type -> Type #

Read DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

Show DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

NFData DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

Methods

rnf :: DeleteDefaultSenderId -> () #

Eq DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

Hashable DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

type AWSResponse DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

type Rep DeleteDefaultSenderId Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

type Rep DeleteDefaultSenderId = D1 ('MetaData "DeleteDefaultSenderId" "Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "DeleteDefaultSenderId'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDefaultSenderId Source #

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

DeleteDefaultSenderId, deleteDefaultSenderId_configurationSetName - The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default sender ID from. The ConfigurationSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.

Request Lenses

deleteDefaultSenderId_configurationSetName :: Lens' DeleteDefaultSenderId Text Source #

The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default sender ID from. The ConfigurationSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.

Destructuring the Response

data DeleteDefaultSenderIdResponse Source #

See: newDeleteDefaultSenderIdResponse smart constructor.

Constructors

DeleteDefaultSenderIdResponse' 

Fields

Instances

Instances details
Generic DeleteDefaultSenderIdResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

Associated Types

type Rep DeleteDefaultSenderIdResponse :: Type -> Type #

Read DeleteDefaultSenderIdResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

Show DeleteDefaultSenderIdResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

NFData DeleteDefaultSenderIdResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

Eq DeleteDefaultSenderIdResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

type Rep DeleteDefaultSenderIdResponse Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId

type Rep DeleteDefaultSenderIdResponse = D1 ('MetaData "DeleteDefaultSenderIdResponse" "Amazonka.PinpointSmsVoiceV2.DeleteDefaultSenderId" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "DeleteDefaultSenderIdResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configurationSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "senderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteDefaultSenderIdResponse Source #

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

DeleteDefaultSenderIdResponse, deleteDefaultSenderIdResponse_configurationSetArn - The Amazon Resource Name (ARN) of the configuration set.

DeleteDefaultSenderId, deleteDefaultSenderIdResponse_configurationSetName - The name of the configuration set.

DeleteDefaultSenderIdResponse, deleteDefaultSenderIdResponse_senderId - The current sender ID for the configuration set.

$sel:httpStatus:DeleteDefaultSenderIdResponse', deleteDefaultSenderIdResponse_httpStatus - The response's http status code.

Response Lenses

deleteDefaultSenderIdResponse_configurationSetArn :: Lens' DeleteDefaultSenderIdResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the configuration set.

deleteDefaultSenderIdResponse_senderId :: Lens' DeleteDefaultSenderIdResponse (Maybe Text) Source #

The current sender ID for the configuration set.