amazonka-networkmanager-2.0: Amazon Network Manager 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.NetworkManager.GetNetworkTelemetry

Description

Gets the network telemetry of the specified global network.

This operation returns paginated results.

Synopsis

Creating a Request

data GetNetworkTelemetry Source #

See: newGetNetworkTelemetry smart constructor.

Constructors

GetNetworkTelemetry' 

Fields

Instances

Instances details
ToHeaders GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

ToPath GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

ToQuery GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

AWSPager GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

AWSRequest GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

Associated Types

type AWSResponse GetNetworkTelemetry #

Generic GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

Associated Types

type Rep GetNetworkTelemetry :: Type -> Type #

Read GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

Show GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

NFData GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

Methods

rnf :: GetNetworkTelemetry -> () #

Eq GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

Hashable GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

type AWSResponse GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

type Rep GetNetworkTelemetry Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

type Rep GetNetworkTelemetry = D1 ('MetaData "GetNetworkTelemetry" "Amazonka.NetworkManager.GetNetworkTelemetry" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "GetNetworkTelemetry'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "coreNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registeredGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newGetNetworkTelemetry Source #

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

GetNetworkTelemetry, getNetworkTelemetry_accountId - The Amazon Web Services account ID.

GetNetworkTelemetry, getNetworkTelemetry_awsRegion - The Amazon Web Services Region.

GetNetworkTelemetry, getNetworkTelemetry_coreNetworkId - The ID of a core network.

$sel:maxResults:GetNetworkTelemetry', getNetworkTelemetry_maxResults - The maximum number of results to return.

GetNetworkTelemetry, getNetworkTelemetry_nextToken - The token for the next page of results.

GetNetworkTelemetry, getNetworkTelemetry_registeredGatewayArn - The ARN of the gateway.

GetNetworkTelemetry, getNetworkTelemetry_resourceArn - The ARN of the resource.

GetNetworkTelemetry, getNetworkTelemetry_resourceType - The resource type.

The following are the supported resource types for Direct Connect:

  • dxcon
  • dx-gateway
  • dx-vif

The following are the supported resource types for Network Manager:

  • connection
  • device
  • link
  • site

The following are the supported resource types for Amazon VPC:

  • customer-gateway
  • transit-gateway
  • transit-gateway-attachment
  • transit-gateway-connect-peer
  • transit-gateway-route-table
  • vpn-connection

GetNetworkTelemetry, getNetworkTelemetry_globalNetworkId - The ID of the global network.

Request Lenses

getNetworkTelemetry_accountId :: Lens' GetNetworkTelemetry (Maybe Text) Source #

The Amazon Web Services account ID.

getNetworkTelemetry_maxResults :: Lens' GetNetworkTelemetry (Maybe Natural) Source #

The maximum number of results to return.

getNetworkTelemetry_nextToken :: Lens' GetNetworkTelemetry (Maybe Text) Source #

The token for the next page of results.

getNetworkTelemetry_resourceType :: Lens' GetNetworkTelemetry (Maybe Text) Source #

The resource type.

The following are the supported resource types for Direct Connect:

  • dxcon
  • dx-gateway
  • dx-vif

The following are the supported resource types for Network Manager:

  • connection
  • device
  • link
  • site

The following are the supported resource types for Amazon VPC:

  • customer-gateway
  • transit-gateway
  • transit-gateway-attachment
  • transit-gateway-connect-peer
  • transit-gateway-route-table
  • vpn-connection

Destructuring the Response

data GetNetworkTelemetryResponse Source #

See: newGetNetworkTelemetryResponse smart constructor.

Constructors

GetNetworkTelemetryResponse' 

Fields

Instances

Instances details
Generic GetNetworkTelemetryResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

Associated Types

type Rep GetNetworkTelemetryResponse :: Type -> Type #

Read GetNetworkTelemetryResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

Show GetNetworkTelemetryResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

NFData GetNetworkTelemetryResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

Eq GetNetworkTelemetryResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

type Rep GetNetworkTelemetryResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkTelemetry

type Rep GetNetworkTelemetryResponse = D1 ('MetaData "GetNetworkTelemetryResponse" "Amazonka.NetworkManager.GetNetworkTelemetry" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "GetNetworkTelemetryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkTelemetry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkTelemetry])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetNetworkTelemetryResponse Source #

Create a value of GetNetworkTelemetryResponse 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:networkTelemetry:GetNetworkTelemetryResponse', getNetworkTelemetryResponse_networkTelemetry - The network telemetry.

GetNetworkTelemetry, getNetworkTelemetryResponse_nextToken - The token for the next page of results.

$sel:httpStatus:GetNetworkTelemetryResponse', getNetworkTelemetryResponse_httpStatus - The response's http status code.

Response Lenses