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

Description

Creates a path to analyze for reachability.

Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see What is Reachability Analyzer.

Synopsis

Creating a Request

data CreateNetworkInsightsPath Source #

See: newCreateNetworkInsightsPath smart constructor.

Constructors

CreateNetworkInsightsPath' 

Fields

Instances

Instances details
ToHeaders CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

ToPath CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

ToQuery CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

AWSRequest CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

Generic CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

Associated Types

type Rep CreateNetworkInsightsPath :: Type -> Type #

Read CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

Show CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

NFData CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

Eq CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

Hashable CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

type AWSResponse CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

type Rep CreateNetworkInsightsPath Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

newCreateNetworkInsightsPath Source #

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

CreateNetworkInsightsPath, createNetworkInsightsPath_destinationIp - The IP address of the Amazon Web Services resource that is the destination of the path.

CreateNetworkInsightsPath, createNetworkInsightsPath_destinationPort - The destination port.

$sel:dryRun:CreateNetworkInsightsPath', createNetworkInsightsPath_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.

CreateNetworkInsightsPath, createNetworkInsightsPath_sourceIp - The IP address of the Amazon Web Services resource that is the source of the path.

CreateNetworkInsightsPath, createNetworkInsightsPath_tagSpecifications - The tags to add to the path.

CreateNetworkInsightsPath, createNetworkInsightsPath_source - The Amazon Web Services resource that is the source of the path.

CreateNetworkInsightsPath, createNetworkInsightsPath_destination - The Amazon Web Services resource that is the destination of the path.

CreateNetworkInsightsPath, createNetworkInsightsPath_protocol - The protocol.

CreateNetworkInsightsPath, createNetworkInsightsPath_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Request Lenses

createNetworkInsightsPath_destinationIp :: Lens' CreateNetworkInsightsPath (Maybe Text) Source #

The IP address of the Amazon Web Services resource that is the destination of the path.

createNetworkInsightsPath_dryRun :: Lens' CreateNetworkInsightsPath (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.

createNetworkInsightsPath_sourceIp :: Lens' CreateNetworkInsightsPath (Maybe Text) Source #

The IP address of the Amazon Web Services resource that is the source of the path.

createNetworkInsightsPath_source :: Lens' CreateNetworkInsightsPath Text Source #

The Amazon Web Services resource that is the source of the path.

createNetworkInsightsPath_destination :: Lens' CreateNetworkInsightsPath Text Source #

The Amazon Web Services resource that is the destination of the path.

createNetworkInsightsPath_clientToken :: Lens' CreateNetworkInsightsPath Text Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Destructuring the Response

data CreateNetworkInsightsPathResponse Source #

See: newCreateNetworkInsightsPathResponse smart constructor.

Constructors

CreateNetworkInsightsPathResponse' 

Fields

Instances

Instances details
Generic CreateNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

Associated Types

type Rep CreateNetworkInsightsPathResponse :: Type -> Type #

Read CreateNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

Show CreateNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

NFData CreateNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

Eq CreateNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

type Rep CreateNetworkInsightsPathResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateNetworkInsightsPath

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

newCreateNetworkInsightsPathResponse Source #

Create a value of CreateNetworkInsightsPathResponse 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:networkInsightsPath:CreateNetworkInsightsPathResponse', createNetworkInsightsPathResponse_networkInsightsPath - Information about the path.

$sel:httpStatus:CreateNetworkInsightsPathResponse', createNetworkInsightsPathResponse_httpStatus - The response's http status code.

Response Lenses