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

Description

Starts analyzing the specified Network Access Scope.

Synopsis

Creating a Request

data StartNetworkInsightsAccessScopeAnalysis Source #

Constructors

StartNetworkInsightsAccessScopeAnalysis' 

Fields

Instances

Instances details
ToHeaders StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

ToPath StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

ToQuery StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

AWSRequest StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

Generic StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

Read StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

Show StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

NFData StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

Eq StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

Hashable StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

type AWSResponse StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

type Rep StartNetworkInsightsAccessScopeAnalysis Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

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

newStartNetworkInsightsAccessScopeAnalysis Source #

Create a value of StartNetworkInsightsAccessScopeAnalysis 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:StartNetworkInsightsAccessScopeAnalysis', startNetworkInsightsAccessScopeAnalysis_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.

StartNetworkInsightsAccessScopeAnalysis, startNetworkInsightsAccessScopeAnalysis_tagSpecifications - The tags to apply.

StartNetworkInsightsAccessScopeAnalysis, startNetworkInsightsAccessScopeAnalysis_networkInsightsAccessScopeId - The ID of the Network Access Scope.

StartNetworkInsightsAccessScopeAnalysis, startNetworkInsightsAccessScopeAnalysis_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

startNetworkInsightsAccessScopeAnalysis_dryRun :: Lens' StartNetworkInsightsAccessScopeAnalysis (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.

startNetworkInsightsAccessScopeAnalysis_clientToken :: Lens' StartNetworkInsightsAccessScopeAnalysis 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 StartNetworkInsightsAccessScopeAnalysisResponse Source #

Constructors

StartNetworkInsightsAccessScopeAnalysisResponse' 

Fields

Instances

Instances details
Generic StartNetworkInsightsAccessScopeAnalysisResponse Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

Read StartNetworkInsightsAccessScopeAnalysisResponse Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

Show StartNetworkInsightsAccessScopeAnalysisResponse Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

NFData StartNetworkInsightsAccessScopeAnalysisResponse Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

Eq StartNetworkInsightsAccessScopeAnalysisResponse Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

type Rep StartNetworkInsightsAccessScopeAnalysisResponse Source # 
Instance details

Defined in Amazonka.EC2.StartNetworkInsightsAccessScopeAnalysis

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

Response Lenses