amazonka-ds-2.0: Amazon Directory Service 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.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
ToJSON RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.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

AWSRequest RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Associated Types

type AWSResponse RemoveIpRoutes #

Generic RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Associated Types

type Rep RemoveIpRoutes :: Type -> Type #

Read RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Show RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

NFData RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Methods

rnf :: RemoveIpRoutes -> () #

Eq RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Hashable RemoveIpRoutes Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

type AWSResponse 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" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" 'False) (C1 ('MetaCons "RemoveIpRoutes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cidrIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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:

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
Generic RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Associated Types

type Rep RemoveIpRoutesResponse :: Type -> Type #

Read RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Show RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

NFData RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

Methods

rnf :: RemoveIpRoutesResponse -> () #

Eq RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

type Rep RemoveIpRoutesResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.RemoveIpRoutes

type Rep RemoveIpRoutesResponse = D1 ('MetaData "RemoveIpRoutesResponse" "Amazonka.DirectoryService.RemoveIpRoutes" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" '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