amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.DeleteNetworkInsightsPath

Description

Deletes the specified path.

Synopsis

Creating a Request

data DeleteNetworkInsightsPath Source #

See: newDeleteNetworkInsightsPath smart constructor.

Constructors

DeleteNetworkInsightsPath' 

Fields

  • dryRun :: Maybe Bool

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • networkInsightsPathId :: Text

    The ID of the path.

Instances

Instances details
ToHeaders DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

ToPath DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

ToQuery DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

AWSRequest DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

Generic DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

Associated Types

type Rep DeleteNetworkInsightsPath :: Type -> Type #

Read DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

Show DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

NFData DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

Eq DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

Hashable DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

type AWSResponse DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

type Rep DeleteNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

type Rep DeleteNetworkInsightsPath = D1 ('MetaData "DeleteNetworkInsightsPath" "Amazonka.EC2.DeleteNetworkInsightsPath" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DeleteNetworkInsightsPath'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "networkInsightsPathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteNetworkInsightsPath Source #

Create a value of DeleteNetworkInsightsPath 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:dryRun:DeleteNetworkInsightsPath', deleteNetworkInsightsPath_dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteNetworkInsightsPath, deleteNetworkInsightsPath_networkInsightsPathId - The ID of the path.

Request Lenses

deleteNetworkInsightsPath_dryRun :: Lens' DeleteNetworkInsightsPath (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Destructuring the Response

data DeleteNetworkInsightsPathResponse Source #

See: newDeleteNetworkInsightsPathResponse smart constructor.

Constructors

DeleteNetworkInsightsPathResponse' 

Fields

Instances

Instances details
Generic DeleteNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

Associated Types

type Rep DeleteNetworkInsightsPathResponse :: Type -> Type #

Read DeleteNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

Show DeleteNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

NFData DeleteNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

Eq DeleteNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

type Rep DeleteNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteNetworkInsightsPath

type Rep DeleteNetworkInsightsPathResponse = D1 ('MetaData "DeleteNetworkInsightsPathResponse" "Amazonka.EC2.DeleteNetworkInsightsPath" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DeleteNetworkInsightsPathResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkInsightsPathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteNetworkInsightsPathResponse Source #

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

DeleteNetworkInsightsPath, deleteNetworkInsightsPathResponse_networkInsightsPathId - The ID of the path.

$sel:httpStatus:DeleteNetworkInsightsPathResponse', deleteNetworkInsightsPathResponse_httpStatus - The response's http status code.

Response Lenses