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

Description

Gets the network resource relationships for the specified global network.

This operation returns paginated results.

Synopsis

Creating a Request

data GetNetworkResourceRelationships Source #

See: newGetNetworkResourceRelationships smart constructor.

Constructors

GetNetworkResourceRelationships' 

Fields

Instances

Instances details
ToHeaders GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

ToPath GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

ToQuery GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

AWSPager GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

AWSRequest GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

Generic GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

Associated Types

type Rep GetNetworkResourceRelationships :: Type -> Type #

Read GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

Show GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

NFData GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

Eq GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

Hashable GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

type AWSResponse GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

type Rep GetNetworkResourceRelationships Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

type Rep GetNetworkResourceRelationships = D1 ('MetaData "GetNetworkResourceRelationships" "Amazonka.NetworkManager.GetNetworkResourceRelationships" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "GetNetworkResourceRelationships'" '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))))))

newGetNetworkResourceRelationships Source #

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

GetNetworkResourceRelationships, getNetworkResourceRelationships_accountId - The Amazon Web Services account ID.

GetNetworkResourceRelationships, getNetworkResourceRelationships_awsRegion - The Amazon Web Services Region.

GetNetworkResourceRelationships, getNetworkResourceRelationships_coreNetworkId - The ID of a core network.

$sel:maxResults:GetNetworkResourceRelationships', getNetworkResourceRelationships_maxResults - The maximum number of results to return.

GetNetworkResourceRelationships, getNetworkResourceRelationships_nextToken - The token for the next page of results.

GetNetworkResourceRelationships, getNetworkResourceRelationships_registeredGatewayArn - The ARN of the registered gateway.

GetNetworkResourceRelationships, getNetworkResourceRelationships_resourceArn - The ARN of the gateway.

GetNetworkResourceRelationships, getNetworkResourceRelationships_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

GetNetworkResourceRelationships, getNetworkResourceRelationships_globalNetworkId - The ID of the global network.

Request Lenses

getNetworkResourceRelationships_resourceType :: Lens' GetNetworkResourceRelationships (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 GetNetworkResourceRelationshipsResponse Source #

Constructors

GetNetworkResourceRelationshipsResponse' 

Fields

Instances

Instances details
Generic GetNetworkResourceRelationshipsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

Read GetNetworkResourceRelationshipsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

Show GetNetworkResourceRelationshipsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

NFData GetNetworkResourceRelationshipsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

Eq GetNetworkResourceRelationshipsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

type Rep GetNetworkResourceRelationshipsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetNetworkResourceRelationships

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

newGetNetworkResourceRelationshipsResponse Source #

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

GetNetworkResourceRelationships, getNetworkResourceRelationshipsResponse_nextToken - The token for the next page of results.

$sel:relationships:GetNetworkResourceRelationshipsResponse', getNetworkResourceRelationshipsResponse_relationships - The resource relationships.

$sel:httpStatus:GetNetworkResourceRelationshipsResponse', getNetworkResourceRelationshipsResponse_httpStatus - The response's http status code.

Response Lenses