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

Description

Removes IP address blocks from a directory.

Synopsis

Creating a Request

data RemoveIpRoutes Source #

See: newRemoveIpRoutes smart constructor.

Constructors

RemoveIpRoutes' 

Fields

  • directoryId :: Text

    Identifier (ID) of the directory from which you want to remove the IP addresses.

  • cidrIps :: [Text]

    IP address blocks that you want to remove.

Instances

Instances details
Eq RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Read RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Show RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Generic RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Associated Types

type Rep RemoveIpRoutes :: Type -> Type #

NFData RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Methods

rnf :: RemoveIpRoutes -> () #

Hashable RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

ToJSON RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

AWSRequest RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Associated Types

type AWSResponse RemoveIpRoutes #

ToHeaders RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

ToPath RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

ToQuery RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

type Rep RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

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

Defined in Amazonka.DirectoryService.RemoveIpRoutes

newRemoveIpRoutes Source #

Create a value of RemoveIpRoutes 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:RemoveIpRoutes', removeIpRoutes_directoryId - Identifier (ID) of the directory from which you want to remove the IP addresses.

$sel:cidrIps:RemoveIpRoutes', removeIpRoutes_cidrIps - IP address blocks that you want to remove.

Request Lenses

removeIpRoutes_directoryId :: Lens' RemoveIpRoutes Text Source #

Identifier (ID) of the directory from which you want to remove the IP addresses.

removeIpRoutes_cidrIps :: Lens' RemoveIpRoutes [Text] Source #

IP address blocks that you want to remove.

Destructuring the Response

data RemoveIpRoutesResponse Source #

See: newRemoveIpRoutesResponse smart constructor.

Constructors

RemoveIpRoutesResponse' 

Fields

Instances

Instances details
Eq RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Read RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Show RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Generic RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Associated Types

type Rep RemoveIpRoutesResponse :: Type -> Type #

NFData RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Methods

rnf :: RemoveIpRoutesResponse -> () #

type Rep RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

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

newRemoveIpRoutesResponse Source #

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

Response Lenses