libZSservicesZSamazonka-dsZSamazonka-ds
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.DirectoryService.DeleteConditionalForwarder

Description

Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.

Synopsis

Creating a Request

data DeleteConditionalForwarder Source #

Deletes a conditional forwarder.

See: newDeleteConditionalForwarder smart constructor.

Constructors

DeleteConditionalForwarder' 

Fields

  • directoryId :: Text

    The directory ID for which you are deleting the conditional forwarder.

  • remoteDomainName :: Text

    The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

Instances

Instances details
Eq DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

Read DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

Show DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

Generic DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

Associated Types

type Rep DeleteConditionalForwarder :: Type -> Type #

NFData DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

Hashable DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

ToJSON DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

AWSRequest DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

ToHeaders DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

ToPath DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

ToQuery DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

type Rep DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

type Rep DeleteConditionalForwarder = D1 ('MetaData "DeleteConditionalForwarder" "Amazonka.DirectoryService.DeleteConditionalForwarder" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "DeleteConditionalForwarder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "remoteDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

newDeleteConditionalForwarder Source #

Create a value of DeleteConditionalForwarder 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:directoryId:DeleteConditionalForwarder', deleteConditionalForwarder_directoryId - The directory ID for which you are deleting the conditional forwarder.

$sel:remoteDomainName:DeleteConditionalForwarder', deleteConditionalForwarder_remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

Request Lenses

deleteConditionalForwarder_directoryId :: Lens' DeleteConditionalForwarder Text Source #

The directory ID for which you are deleting the conditional forwarder.

deleteConditionalForwarder_remoteDomainName :: Lens' DeleteConditionalForwarder Text Source #

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

Destructuring the Response

data DeleteConditionalForwarderResponse Source #

The result of a DeleteConditionalForwarder request.

See: newDeleteConditionalForwarderResponse smart constructor.

Constructors

DeleteConditionalForwarderResponse' 

Fields

Instances

Instances details
Eq DeleteConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

Read DeleteConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

Show DeleteConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

Generic DeleteConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

Associated Types

type Rep DeleteConditionalForwarderResponse :: Type -> Type #

NFData DeleteConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

type Rep DeleteConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DeleteConditionalForwarder

type Rep DeleteConditionalForwarderResponse = D1 ('MetaData "DeleteConditionalForwarderResponse" "Amazonka.DirectoryService.DeleteConditionalForwarder" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "DeleteConditionalForwarderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConditionalForwarderResponse Source #

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

Response Lenses