libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.NetworkManager

Description

Derived from API version 2019-07-05 of the AWS service descriptions, licensed under Apache 2.0.

Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your AWS and on-premises networks that are built around transit gateways.

The Network Manager APIs are supported in the US West (Oregon) Region only. You must specify the us-west-2 Region in all requests made to Network Manager.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2019-07-05 of the Amazon Network Manager SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by NetworkManager.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The input fails to satisfy the constraints.

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You do not have sufficient access to perform this action.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.

ServiceQuotaExceededException

ThrottlingException

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request was denied due to request throttling.

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request has failed due to an internal error.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource could not be found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

GetLinkAssociations (Paginated)

data GetLinkAssociations Source #

See: newGetLinkAssociations smart constructor.

Instances

Instances details
Eq GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Read GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Show GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Generic GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Associated Types

type Rep GetLinkAssociations :: Type -> Type #

NFData GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Methods

rnf :: GetLinkAssociations -> () #

Hashable GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

AWSPager GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

AWSRequest GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Associated Types

type AWSResponse GetLinkAssociations #

ToHeaders GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

ToPath GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

ToQuery GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

type Rep GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

type Rep GetLinkAssociations = D1 ('MetaData "GetLinkAssociations" "Amazonka.NetworkManager.GetLinkAssociations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetLinkAssociations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse GetLinkAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

newGetLinkAssociations Source #

Create a value of GetLinkAssociations 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:nextToken:GetLinkAssociations', getLinkAssociations_nextToken - The token for the next page of results.

$sel:linkId:GetLinkAssociations', getLinkAssociations_linkId - The ID of the link.

$sel:deviceId:GetLinkAssociations', getLinkAssociations_deviceId - The ID of the device.

$sel:maxResults:GetLinkAssociations', getLinkAssociations_maxResults - The maximum number of results to return.

$sel:globalNetworkId:GetLinkAssociations', getLinkAssociations_globalNetworkId - The ID of the global network.

data GetLinkAssociationsResponse Source #

See: newGetLinkAssociationsResponse smart constructor.

Instances

Instances details
Eq GetLinkAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Read GetLinkAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Show GetLinkAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Generic GetLinkAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

Associated Types

type Rep GetLinkAssociationsResponse :: Type -> Type #

NFData GetLinkAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

type Rep GetLinkAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinkAssociations

type Rep GetLinkAssociationsResponse = D1 ('MetaData "GetLinkAssociationsResponse" "Amazonka.NetworkManager.GetLinkAssociations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetLinkAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "linkAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LinkAssociation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetLinkAssociationsResponse Source #

Create a value of GetLinkAssociationsResponse 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:nextToken:GetLinkAssociations', getLinkAssociationsResponse_nextToken - The token for the next page of results.

$sel:linkAssociations:GetLinkAssociationsResponse', getLinkAssociationsResponse_linkAssociations - The link associations.

$sel:httpStatus:GetLinkAssociationsResponse', getLinkAssociationsResponse_httpStatus - The response's http status code.

AssociateLink

data AssociateLink Source #

See: newAssociateLink smart constructor.

Instances

newAssociateLink Source #

Create a value of AssociateLink 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:globalNetworkId:AssociateLink', associateLink_globalNetworkId - The ID of the global network.

$sel:deviceId:AssociateLink', associateLink_deviceId - The ID of the device.

$sel:linkId:AssociateLink', associateLink_linkId - The ID of the link.

data AssociateLinkResponse Source #

See: newAssociateLinkResponse smart constructor.

Instances

Instances details
Eq AssociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateLink

Read AssociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateLink

Show AssociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateLink

Generic AssociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateLink

Associated Types

type Rep AssociateLinkResponse :: Type -> Type #

NFData AssociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateLink

Methods

rnf :: AssociateLinkResponse -> () #

type Rep AssociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateLink

type Rep AssociateLinkResponse = D1 ('MetaData "AssociateLinkResponse" "Amazonka.NetworkManager.AssociateLink" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "AssociateLinkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linkAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LinkAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateLinkResponse Source #

Create a value of AssociateLinkResponse 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:linkAssociation:AssociateLinkResponse', associateLinkResponse_linkAssociation - The link association.

$sel:httpStatus:AssociateLinkResponse', associateLinkResponse_httpStatus - The response's http status code.

AssociateTransitGatewayConnectPeer

data AssociateTransitGatewayConnectPeer Source #

Instances

Instances details
Eq AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

Read AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

Show AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

Generic AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

Associated Types

type Rep AssociateTransitGatewayConnectPeer :: Type -> Type #

NFData AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

Hashable AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

ToJSON AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

AWSRequest AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

ToHeaders AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

ToPath AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

ToQuery AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

type Rep AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

type Rep AssociateTransitGatewayConnectPeer = D1 ('MetaData "AssociateTransitGatewayConnectPeer" "Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "AssociateTransitGatewayConnectPeer'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "transitGatewayConnectPeerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse AssociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

data AssociateTransitGatewayConnectPeerResponse Source #

Instances

Instances details
Eq AssociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

Read AssociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

Show AssociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

Generic AssociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

NFData AssociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

type Rep AssociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer

type Rep AssociateTransitGatewayConnectPeerResponse = D1 ('MetaData "AssociateTransitGatewayConnectPeerResponse" "Amazonka.NetworkManager.AssociateTransitGatewayConnectPeer" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "AssociateTransitGatewayConnectPeerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transitGatewayConnectPeerAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayConnectPeerAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

CreateSite

data CreateSite Source #

See: newCreateSite smart constructor.

Instances

Instances details
Eq CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Show CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Generic CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Associated Types

type Rep CreateSite :: Type -> Type #

NFData CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Methods

rnf :: CreateSite -> () #

Hashable CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

ToJSON CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

AWSRequest CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Associated Types

type AWSResponse CreateSite #

ToHeaders CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Methods

toHeaders :: CreateSite -> [Header] #

ToPath CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

ToQuery CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

type Rep CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

type Rep CreateSite = D1 ('MetaData "CreateSite" "Amazonka.NetworkManager.CreateSite" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "CreateSite'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Location))) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

newCreateSite Source #

Create a value of CreateSite 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:location:CreateSite', createSite_location - The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.

  • Address: The physical address of the site.
  • Latitude: The latitude of the site.
  • Longitude: The longitude of the site.

$sel:description:CreateSite', createSite_description - A description of your site.

Length Constraints: Maximum length of 256 characters.

$sel:tags:CreateSite', createSite_tags - The tags to apply to the resource during creation.

$sel:globalNetworkId:CreateSite', createSite_globalNetworkId - The ID of the global network.

data CreateSiteResponse Source #

See: newCreateSiteResponse smart constructor.

Instances

Instances details
Eq CreateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Show CreateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Generic CreateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Associated Types

type Rep CreateSiteResponse :: Type -> Type #

NFData CreateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

Methods

rnf :: CreateSiteResponse -> () #

type Rep CreateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateSite

type Rep CreateSiteResponse = D1 ('MetaData "CreateSiteResponse" "Amazonka.NetworkManager.CreateSite" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "CreateSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "site") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Site)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSiteResponse Source #

Create a value of CreateSiteResponse 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:site:CreateSiteResponse', createSiteResponse_site - Information about the site.

$sel:httpStatus:CreateSiteResponse', createSiteResponse_httpStatus - The response's http status code.

DeleteConnection

data DeleteConnection Source #

See: newDeleteConnection smart constructor.

Instances

Instances details
Eq DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Read DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Show DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Generic DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Associated Types

type Rep DeleteConnection :: Type -> Type #

NFData DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Methods

rnf :: DeleteConnection -> () #

Hashable DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

AWSRequest DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Associated Types

type AWSResponse DeleteConnection #

ToHeaders DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

ToPath DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

ToQuery DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

type Rep DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

type Rep DeleteConnection = D1 ('MetaData "DeleteConnection" "Amazonka.NetworkManager.DeleteConnection" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeleteConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

newDeleteConnection Source #

Create a value of DeleteConnection 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:globalNetworkId:DeleteConnection', deleteConnection_globalNetworkId - The ID of the global network.

$sel:connectionId:DeleteConnection', deleteConnection_connectionId - The ID of the connection.

data DeleteConnectionResponse Source #

See: newDeleteConnectionResponse smart constructor.

Instances

Instances details
Eq DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Read DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Show DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Generic DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Associated Types

type Rep DeleteConnectionResponse :: Type -> Type #

NFData DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

type Rep DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

type Rep DeleteConnectionResponse = D1 ('MetaData "DeleteConnectionResponse" "Amazonka.NetworkManager.DeleteConnection" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeleteConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Connection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConnectionResponse Source #

Create a value of DeleteConnectionResponse 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:connection:DeleteConnectionResponse', deleteConnectionResponse_connection - Information about the connection.

$sel:httpStatus:DeleteConnectionResponse', deleteConnectionResponse_httpStatus - The response's http status code.

UpdateConnection

data UpdateConnection Source #

See: newUpdateConnection smart constructor.

Instances

Instances details
Eq UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Read UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Show UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Generic UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Associated Types

type Rep UpdateConnection :: Type -> Type #

NFData UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Methods

rnf :: UpdateConnection -> () #

Hashable UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

ToJSON UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

AWSRequest UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Associated Types

type AWSResponse UpdateConnection #

ToHeaders UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

ToPath UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

ToQuery UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

type Rep UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

type Rep UpdateConnection = D1 ('MetaData "UpdateConnection" "Amazonka.NetworkManager.UpdateConnection" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "UpdateConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectedLinkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

newUpdateConnection Source #

Create a value of UpdateConnection 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:connectedLinkId:UpdateConnection', updateConnection_connectedLinkId - The ID of the link for the second device in the connection.

$sel:linkId:UpdateConnection', updateConnection_linkId - The ID of the link for the first device in the connection.

$sel:description:UpdateConnection', updateConnection_description - A description of the connection.

Length Constraints: Maximum length of 256 characters.

$sel:globalNetworkId:UpdateConnection', updateConnection_globalNetworkId - The ID of the global network.

$sel:connectionId:UpdateConnection', updateConnection_connectionId - The ID of the connection.

data UpdateConnectionResponse Source #

See: newUpdateConnectionResponse smart constructor.

Instances

Instances details
Eq UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Read UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Show UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Generic UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

Associated Types

type Rep UpdateConnectionResponse :: Type -> Type #

NFData UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

type Rep UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateConnection

type Rep UpdateConnectionResponse = D1 ('MetaData "UpdateConnectionResponse" "Amazonka.NetworkManager.UpdateConnection" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "UpdateConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Connection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateConnectionResponse Source #

Create a value of UpdateConnectionResponse 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:connection:UpdateConnectionResponse', updateConnectionResponse_connection - Information about the connection.

$sel:httpStatus:UpdateConnectionResponse', updateConnectionResponse_httpStatus - The response's http status code.

DeregisterTransitGateway

data DeregisterTransitGateway Source #

See: newDeregisterTransitGateway smart constructor.

Instances

Instances details
Eq DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

Read DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

Show DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

Generic DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

Associated Types

type Rep DeregisterTransitGateway :: Type -> Type #

NFData DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

Hashable DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

AWSRequest DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

ToHeaders DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

ToPath DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

ToQuery DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

type Rep DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

type Rep DeregisterTransitGateway = D1 ('MetaData "DeregisterTransitGateway" "Amazonka.NetworkManager.DeregisterTransitGateway" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeregisterTransitGateway'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transitGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeregisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

newDeregisterTransitGateway Source #

Create a value of DeregisterTransitGateway 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:globalNetworkId:DeregisterTransitGateway', deregisterTransitGateway_globalNetworkId - The ID of the global network.

$sel:transitGatewayArn:DeregisterTransitGateway', deregisterTransitGateway_transitGatewayArn - The Amazon Resource Name (ARN) of the transit gateway.

data DeregisterTransitGatewayResponse Source #

See: newDeregisterTransitGatewayResponse smart constructor.

Instances

Instances details
Eq DeregisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

Read DeregisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

Show DeregisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

Generic DeregisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

Associated Types

type Rep DeregisterTransitGatewayResponse :: Type -> Type #

NFData DeregisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

type Rep DeregisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeregisterTransitGateway

type Rep DeregisterTransitGatewayResponse = D1 ('MetaData "DeregisterTransitGatewayResponse" "Amazonka.NetworkManager.DeregisterTransitGateway" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeregisterTransitGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transitGatewayRegistration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayRegistration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterTransitGatewayResponse Source #

Create a value of DeregisterTransitGatewayResponse 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:transitGatewayRegistration:DeregisterTransitGatewayResponse', deregisterTransitGatewayResponse_transitGatewayRegistration - The transit gateway registration information.

$sel:httpStatus:DeregisterTransitGatewayResponse', deregisterTransitGatewayResponse_httpStatus - The response's http status code.

GetTransitGatewayConnectPeerAssociations (Paginated)

data GetTransitGatewayConnectPeerAssociations Source #

Instances

Instances details
Eq GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

Read GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

Show GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

Generic GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

NFData GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

Hashable GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

AWSPager GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

AWSRequest GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

ToHeaders GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

ToPath GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

ToQuery GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

type Rep GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

type Rep GetTransitGatewayConnectPeerAssociations = D1 ('MetaData "GetTransitGatewayConnectPeerAssociations" "Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetTransitGatewayConnectPeerAssociations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "transitGatewayConnectPeerArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetTransitGatewayConnectPeerAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

data GetTransitGatewayConnectPeerAssociationsResponse Source #

Instances

Instances details
Eq GetTransitGatewayConnectPeerAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

Read GetTransitGatewayConnectPeerAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

Show GetTransitGatewayConnectPeerAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

Generic GetTransitGatewayConnectPeerAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

NFData GetTransitGatewayConnectPeerAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

type Rep GetTransitGatewayConnectPeerAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations

type Rep GetTransitGatewayConnectPeerAssociationsResponse = D1 ('MetaData "GetTransitGatewayConnectPeerAssociationsResponse" "Amazonka.NetworkManager.GetTransitGatewayConnectPeerAssociations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetTransitGatewayConnectPeerAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "transitGatewayConnectPeerAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TransitGatewayConnectPeerAssociation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

UpdateSite

data UpdateSite Source #

See: newUpdateSite smart constructor.

Instances

Instances details
Eq UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Show UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Generic UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Associated Types

type Rep UpdateSite :: Type -> Type #

NFData UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Methods

rnf :: UpdateSite -> () #

Hashable UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

ToJSON UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

AWSRequest UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Associated Types

type AWSResponse UpdateSite #

ToHeaders UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Methods

toHeaders :: UpdateSite -> [Header] #

ToPath UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

ToQuery UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

type Rep UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

type Rep UpdateSite = D1 ('MetaData "UpdateSite" "Amazonka.NetworkManager.UpdateSite" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "UpdateSite'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Location))) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateSite Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

newUpdateSite Source #

Create a value of UpdateSite 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:location:UpdateSite', updateSite_location - The site location:

  • Address: The physical address of the site.
  • Latitude: The latitude of the site.
  • Longitude: The longitude of the site.

$sel:description:UpdateSite', updateSite_description - A description of your site.

Length Constraints: Maximum length of 256 characters.

$sel:globalNetworkId:UpdateSite', updateSite_globalNetworkId - The ID of the global network.

$sel:siteId:UpdateSite', updateSite_siteId - The ID of your site.

data UpdateSiteResponse Source #

See: newUpdateSiteResponse smart constructor.

Instances

Instances details
Eq UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Show UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Generic UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Associated Types

type Rep UpdateSiteResponse :: Type -> Type #

NFData UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

Methods

rnf :: UpdateSiteResponse -> () #

type Rep UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateSite

type Rep UpdateSiteResponse = D1 ('MetaData "UpdateSiteResponse" "Amazonka.NetworkManager.UpdateSite" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "UpdateSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "site") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Site)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSiteResponse Source #

Create a value of UpdateSiteResponse 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:site:UpdateSiteResponse', updateSiteResponse_site - Information about the site.

$sel:httpStatus:UpdateSiteResponse', updateSiteResponse_httpStatus - The response's http status code.

DeleteSite

data DeleteSite Source #

See: newDeleteSite smart constructor.

Constructors

DeleteSite' Text Text 

Instances

Instances details
Eq DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Read DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Show DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Generic DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Associated Types

type Rep DeleteSite :: Type -> Type #

NFData DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Methods

rnf :: DeleteSite -> () #

Hashable DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

AWSRequest DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Associated Types

type AWSResponse DeleteSite #

ToHeaders DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Methods

toHeaders :: DeleteSite -> [Header] #

ToPath DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

ToQuery DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

type Rep DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

type Rep DeleteSite = D1 ('MetaData "DeleteSite" "Amazonka.NetworkManager.DeleteSite" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeleteSite'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSite Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

newDeleteSite Source #

Create a value of DeleteSite 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:globalNetworkId:DeleteSite', deleteSite_globalNetworkId - The ID of the global network.

$sel:siteId:DeleteSite', deleteSite_siteId - The ID of the site.

data DeleteSiteResponse Source #

See: newDeleteSiteResponse smart constructor.

Instances

Instances details
Eq DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Show DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Generic DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Associated Types

type Rep DeleteSiteResponse :: Type -> Type #

NFData DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

Methods

rnf :: DeleteSiteResponse -> () #

type Rep DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteSite

type Rep DeleteSiteResponse = D1 ('MetaData "DeleteSiteResponse" "Amazonka.NetworkManager.DeleteSite" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeleteSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "site") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Site)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteSiteResponse Source #

Create a value of DeleteSiteResponse 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:site:DeleteSiteResponse', deleteSiteResponse_site - Information about the site.

$sel:httpStatus:DeleteSiteResponse', deleteSiteResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.NetworkManager.ListTagsForResource" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.NetworkManager.ListTagsForResource" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tagList:ListTagsForResourceResponse', listTagsForResourceResponse_tagList - The list of tags.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

DisassociateLink

data DisassociateLink Source #

See: newDisassociateLink smart constructor.

Instances

newDisassociateLink Source #

Create a value of DisassociateLink 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:globalNetworkId:DisassociateLink', disassociateLink_globalNetworkId - The ID of the global network.

$sel:deviceId:DisassociateLink', disassociateLink_deviceId - The ID of the device.

$sel:linkId:DisassociateLink', disassociateLink_linkId - The ID of the link.

data DisassociateLinkResponse Source #

See: newDisassociateLinkResponse smart constructor.

Instances

Instances details
Eq DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Read DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Show DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Generic DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Associated Types

type Rep DisassociateLinkResponse :: Type -> Type #

NFData DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

type Rep DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

type Rep DisassociateLinkResponse = D1 ('MetaData "DisassociateLinkResponse" "Amazonka.NetworkManager.DisassociateLink" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DisassociateLinkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linkAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LinkAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateLinkResponse Source #

Create a value of DisassociateLinkResponse 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:linkAssociation:DisassociateLinkResponse', disassociateLinkResponse_linkAssociation - Information about the link association.

$sel:httpStatus:DisassociateLinkResponse', disassociateLinkResponse_httpStatus - The response's http status code.

CreateConnection

data CreateConnection Source #

See: newCreateConnection smart constructor.

Instances

Instances details
Eq CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Read CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Show CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Generic CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Associated Types

type Rep CreateConnection :: Type -> Type #

NFData CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Methods

rnf :: CreateConnection -> () #

Hashable CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

ToJSON CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

AWSRequest CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Associated Types

type AWSResponse CreateConnection #

ToHeaders CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

ToPath CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

ToQuery CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

type Rep CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

type Rep CreateConnection = D1 ('MetaData "CreateConnection" "Amazonka.NetworkManager.CreateConnection" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "CreateConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectedLinkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "connectedDeviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

newCreateConnection Source #

Create a value of CreateConnection 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:connectedLinkId:CreateConnection', createConnection_connectedLinkId - The ID of the link for the second device.

$sel:linkId:CreateConnection', createConnection_linkId - The ID of the link for the first device.

$sel:description:CreateConnection', createConnection_description - A description of the connection.

Length Constraints: Maximum length of 256 characters.

$sel:tags:CreateConnection', createConnection_tags - The tags to apply to the resource during creation.

$sel:globalNetworkId:CreateConnection', createConnection_globalNetworkId - The ID of the global network.

$sel:deviceId:CreateConnection', createConnection_deviceId - The ID of the first device in the connection.

$sel:connectedDeviceId:CreateConnection', createConnection_connectedDeviceId - The ID of the second device in the connection.

data CreateConnectionResponse Source #

See: newCreateConnectionResponse smart constructor.

Instances

Instances details
Eq CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Read CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Show CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Generic CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

Associated Types

type Rep CreateConnectionResponse :: Type -> Type #

NFData CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

type Rep CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateConnection

type Rep CreateConnectionResponse = D1 ('MetaData "CreateConnectionResponse" "Amazonka.NetworkManager.CreateConnection" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "CreateConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Connection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateConnectionResponse Source #

Create a value of CreateConnectionResponse 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:connection:CreateConnectionResponse', createConnectionResponse_connection - Information about the connection.

$sel:httpStatus:CreateConnectionResponse', createConnectionResponse_httpStatus - The response's http status code.

GetDevices (Paginated)

data GetDevices Source #

See: newGetDevices smart constructor.

Instances

Instances details
Eq GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Read GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Show GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Generic GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Associated Types

type Rep GetDevices :: Type -> Type #

NFData GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Methods

rnf :: GetDevices -> () #

Hashable GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

AWSPager GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

AWSRequest GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Associated Types

type AWSResponse GetDevices #

ToHeaders GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Methods

toHeaders :: GetDevices -> [Header] #

ToPath GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

ToQuery GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

type Rep GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

type Rep GetDevices = D1 ('MetaData "GetDevices" "Amazonka.NetworkManager.GetDevices" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetDevices'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deviceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse GetDevices Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

newGetDevices Source #

Create a value of GetDevices 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:deviceIds:GetDevices', getDevices_deviceIds - One or more device IDs. The maximum is 10.

$sel:nextToken:GetDevices', getDevices_nextToken - The token for the next page of results.

$sel:siteId:GetDevices', getDevices_siteId - The ID of the site.

$sel:maxResults:GetDevices', getDevices_maxResults - The maximum number of results to return.

$sel:globalNetworkId:GetDevices', getDevices_globalNetworkId - The ID of the global network.

data GetDevicesResponse Source #

See: newGetDevicesResponse smart constructor.

Instances

Instances details
Eq GetDevicesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Show GetDevicesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Generic GetDevicesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Associated Types

type Rep GetDevicesResponse :: Type -> Type #

NFData GetDevicesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

Methods

rnf :: GetDevicesResponse -> () #

type Rep GetDevicesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetDevices

type Rep GetDevicesResponse = D1 ('MetaData "GetDevicesResponse" "Amazonka.NetworkManager.GetDevices" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetDevicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "devices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Device])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDevicesResponse Source #

Create a value of GetDevicesResponse 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:nextToken:GetDevices', getDevicesResponse_nextToken - The token for the next page of results.

$sel:devices:GetDevicesResponse', getDevicesResponse_devices - The devices.

$sel:httpStatus:GetDevicesResponse', getDevicesResponse_httpStatus - The response's http status code.

GetLinks (Paginated)

data GetLinks Source #

See: newGetLinks smart constructor.

Instances

newGetLinks Source #

Create a value of GetLinks 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:linkIds:GetLinks', getLinks_linkIds - One or more link IDs. The maximum is 10.

$sel:nextToken:GetLinks', getLinks_nextToken - The token for the next page of results.

$sel:type':GetLinks', getLinks_type - The link type.

$sel:siteId:GetLinks', getLinks_siteId - The ID of the site.

$sel:maxResults:GetLinks', getLinks_maxResults - The maximum number of results to return.

$sel:provider:GetLinks', getLinks_provider - The link provider.

$sel:globalNetworkId:GetLinks', getLinks_globalNetworkId - The ID of the global network.

data GetLinksResponse Source #

See: newGetLinksResponse smart constructor.

Instances

Instances details
Eq GetLinksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinks

Read GetLinksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinks

Show GetLinksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinks

Generic GetLinksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinks

Associated Types

type Rep GetLinksResponse :: Type -> Type #

NFData GetLinksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinks

Methods

rnf :: GetLinksResponse -> () #

type Rep GetLinksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetLinks

type Rep GetLinksResponse = D1 ('MetaData "GetLinksResponse" "Amazonka.NetworkManager.GetLinks" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetLinksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "links") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Link])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetLinksResponse Source #

Create a value of GetLinksResponse 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:nextToken:GetLinks', getLinksResponse_nextToken - The token for the next page of results.

$sel:links:GetLinksResponse', getLinksResponse_links - The links.

$sel:httpStatus:GetLinksResponse', getLinksResponse_httpStatus - The response's http status code.

DescribeGlobalNetworks (Paginated)

data DescribeGlobalNetworks Source #

See: newDescribeGlobalNetworks smart constructor.

Instances

Instances details
Eq DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Read DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Show DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Generic DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Associated Types

type Rep DescribeGlobalNetworks :: Type -> Type #

NFData DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Methods

rnf :: DescribeGlobalNetworks -> () #

Hashable DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

AWSPager DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

AWSRequest DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Associated Types

type AWSResponse DescribeGlobalNetworks #

ToHeaders DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

ToPath DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

ToQuery DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

type Rep DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

type Rep DescribeGlobalNetworks = D1 ('MetaData "DescribeGlobalNetworks" "Amazonka.NetworkManager.DescribeGlobalNetworks" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DescribeGlobalNetworks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "globalNetworkIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse DescribeGlobalNetworks Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

newDescribeGlobalNetworks :: DescribeGlobalNetworks Source #

Create a value of DescribeGlobalNetworks 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:nextToken:DescribeGlobalNetworks', describeGlobalNetworks_nextToken - The token for the next page of results.

$sel:globalNetworkIds:DescribeGlobalNetworks', describeGlobalNetworks_globalNetworkIds - The IDs of one or more global networks. The maximum is 10.

$sel:maxResults:DescribeGlobalNetworks', describeGlobalNetworks_maxResults - The maximum number of results to return.

data DescribeGlobalNetworksResponse Source #

See: newDescribeGlobalNetworksResponse smart constructor.

Instances

Instances details
Eq DescribeGlobalNetworksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Read DescribeGlobalNetworksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Show DescribeGlobalNetworksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Generic DescribeGlobalNetworksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

Associated Types

type Rep DescribeGlobalNetworksResponse :: Type -> Type #

NFData DescribeGlobalNetworksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

type Rep DescribeGlobalNetworksResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DescribeGlobalNetworks

type Rep DescribeGlobalNetworksResponse = D1 ('MetaData "DescribeGlobalNetworksResponse" "Amazonka.NetworkManager.DescribeGlobalNetworks" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DescribeGlobalNetworksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GlobalNetwork])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeGlobalNetworksResponse Source #

Create a value of DescribeGlobalNetworksResponse 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:globalNetworks:DescribeGlobalNetworksResponse', describeGlobalNetworksResponse_globalNetworks - Information about the global networks.

$sel:nextToken:DescribeGlobalNetworks', describeGlobalNetworksResponse_nextToken - The token for the next page of results.

$sel:httpStatus:DescribeGlobalNetworksResponse', describeGlobalNetworksResponse_httpStatus - The response's http status code.

DisassociateCustomerGateway

data DisassociateCustomerGateway Source #

See: newDisassociateCustomerGateway smart constructor.

Instances

Instances details
Eq DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Read DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Show DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Generic DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Associated Types

type Rep DisassociateCustomerGateway :: Type -> Type #

NFData DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Hashable DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

AWSRequest DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

ToHeaders DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

ToPath DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

ToQuery DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type Rep DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type Rep DisassociateCustomerGateway = D1 ('MetaData "DisassociateCustomerGateway" "Amazonka.NetworkManager.DisassociateCustomerGateway" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DisassociateCustomerGateway'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "customerGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

newDisassociateCustomerGateway Source #

Create a value of DisassociateCustomerGateway 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:globalNetworkId:DisassociateCustomerGateway', disassociateCustomerGateway_globalNetworkId - The ID of the global network.

$sel:customerGatewayArn:DisassociateCustomerGateway', disassociateCustomerGateway_customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.

data DisassociateCustomerGatewayResponse Source #

Instances

Instances details
Eq DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Read DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Show DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Generic DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

NFData DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type Rep DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type Rep DisassociateCustomerGatewayResponse = D1 ('MetaData "DisassociateCustomerGatewayResponse" "Amazonka.NetworkManager.DisassociateCustomerGateway" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DisassociateCustomerGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customerGatewayAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerGatewayAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateCustomerGatewayResponse Source #

Create a value of DisassociateCustomerGatewayResponse 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:customerGatewayAssociation:DisassociateCustomerGatewayResponse', disassociateCustomerGatewayResponse_customerGatewayAssociation - Information about the customer gateway association.

$sel:httpStatus:DisassociateCustomerGatewayResponse', disassociateCustomerGatewayResponse_httpStatus - The response's http status code.

DisassociateTransitGatewayConnectPeer

data DisassociateTransitGatewayConnectPeer Source #

Instances

Instances details
Eq DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

Read DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

Show DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

Generic DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

NFData DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

Hashable DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

AWSRequest DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

ToHeaders DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

ToPath DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

ToQuery DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

type Rep DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

type Rep DisassociateTransitGatewayConnectPeer = D1 ('MetaData "DisassociateTransitGatewayConnectPeer" "Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DisassociateTransitGatewayConnectPeer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transitGatewayConnectPeerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateTransitGatewayConnectPeer Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

data DisassociateTransitGatewayConnectPeerResponse Source #

Instances

Instances details
Eq DisassociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

Read DisassociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

Show DisassociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

Generic DisassociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

NFData DisassociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

type Rep DisassociateTransitGatewayConnectPeerResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer

type Rep DisassociateTransitGatewayConnectPeerResponse = D1 ('MetaData "DisassociateTransitGatewayConnectPeerResponse" "Amazonka.NetworkManager.DisassociateTransitGatewayConnectPeer" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DisassociateTransitGatewayConnectPeerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transitGatewayConnectPeerAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayConnectPeerAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

CreateGlobalNetwork

data CreateGlobalNetwork Source #

See: newCreateGlobalNetwork smart constructor.

Instances

Instances details
Eq CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Read CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Show CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Generic CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Associated Types

type Rep CreateGlobalNetwork :: Type -> Type #

NFData CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Methods

rnf :: CreateGlobalNetwork -> () #

Hashable CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

ToJSON CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

AWSRequest CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Associated Types

type AWSResponse CreateGlobalNetwork #

ToHeaders CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

ToPath CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

ToQuery CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

type Rep CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

type Rep CreateGlobalNetwork = D1 ('MetaData "CreateGlobalNetwork" "Amazonka.NetworkManager.CreateGlobalNetwork" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "CreateGlobalNetwork'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))
type AWSResponse CreateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

newCreateGlobalNetwork :: CreateGlobalNetwork Source #

Create a value of CreateGlobalNetwork 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:description:CreateGlobalNetwork', createGlobalNetwork_description - A description of the global network.

Length Constraints: Maximum length of 256 characters.

$sel:tags:CreateGlobalNetwork', createGlobalNetwork_tags - The tags to apply to the resource during creation.

data CreateGlobalNetworkResponse Source #

See: newCreateGlobalNetworkResponse smart constructor.

Instances

Instances details
Eq CreateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Read CreateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Show CreateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Generic CreateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

Associated Types

type Rep CreateGlobalNetworkResponse :: Type -> Type #

NFData CreateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

type Rep CreateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateGlobalNetwork

type Rep CreateGlobalNetworkResponse = D1 ('MetaData "CreateGlobalNetworkResponse" "Amazonka.NetworkManager.CreateGlobalNetwork" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "CreateGlobalNetworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetwork") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalNetwork)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateGlobalNetworkResponse Source #

Create a value of CreateGlobalNetworkResponse 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:globalNetwork:CreateGlobalNetworkResponse', createGlobalNetworkResponse_globalNetwork - Information about the global network object.

$sel:httpStatus:CreateGlobalNetworkResponse', createGlobalNetworkResponse_httpStatus - The response's http status code.

CreateLink

data CreateLink Source #

See: newCreateLink smart constructor.

Instances

newCreateLink Source #

Create a value of CreateLink 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:type':CreateLink', createLink_type - The type of the link.

Constraints: Cannot include the following characters: | \ ^

Length Constraints: Maximum length of 128 characters.

$sel:description:CreateLink', createLink_description - A description of the link.

Length Constraints: Maximum length of 256 characters.

$sel:provider:CreateLink', createLink_provider - The provider of the link.

Constraints: Cannot include the following characters: | \ ^

Length Constraints: Maximum length of 128 characters.

$sel:tags:CreateLink', createLink_tags - The tags to apply to the resource during creation.

$sel:globalNetworkId:CreateLink', createLink_globalNetworkId - The ID of the global network.

$sel:bandwidth:CreateLink', createLink_bandwidth - The upload speed and download speed in Mbps.

$sel:siteId:CreateLink', createLink_siteId - The ID of the site.

data CreateLinkResponse Source #

See: newCreateLinkResponse smart constructor.

Instances

Instances details
Eq CreateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateLink

Read CreateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateLink

Show CreateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateLink

Generic CreateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateLink

Associated Types

type Rep CreateLinkResponse :: Type -> Type #

NFData CreateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateLink

Methods

rnf :: CreateLinkResponse -> () #

type Rep CreateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateLink

type Rep CreateLinkResponse = D1 ('MetaData "CreateLinkResponse" "Amazonka.NetworkManager.CreateLink" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "CreateLinkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "link") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Link)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateLinkResponse Source #

Create a value of CreateLinkResponse 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:link:CreateLinkResponse', createLinkResponse_link - Information about the link.

$sel:httpStatus:CreateLinkResponse', createLinkResponse_httpStatus - The response's http status code.

DeleteGlobalNetwork

data DeleteGlobalNetwork Source #

See: newDeleteGlobalNetwork smart constructor.

Instances

Instances details
Eq DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Read DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Show DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Generic DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Associated Types

type Rep DeleteGlobalNetwork :: Type -> Type #

NFData DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Methods

rnf :: DeleteGlobalNetwork -> () #

Hashable DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

AWSRequest DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Associated Types

type AWSResponse DeleteGlobalNetwork #

ToHeaders DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

ToPath DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

ToQuery DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

type Rep DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

type Rep DeleteGlobalNetwork = D1 ('MetaData "DeleteGlobalNetwork" "Amazonka.NetworkManager.DeleteGlobalNetwork" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeleteGlobalNetwork'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

newDeleteGlobalNetwork Source #

Create a value of DeleteGlobalNetwork 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:globalNetworkId:DeleteGlobalNetwork', deleteGlobalNetwork_globalNetworkId - The ID of the global network.

data DeleteGlobalNetworkResponse Source #

See: newDeleteGlobalNetworkResponse smart constructor.

Instances

Instances details
Eq DeleteGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Read DeleteGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Show DeleteGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Generic DeleteGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

Associated Types

type Rep DeleteGlobalNetworkResponse :: Type -> Type #

NFData DeleteGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

type Rep DeleteGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteGlobalNetwork

type Rep DeleteGlobalNetworkResponse = D1 ('MetaData "DeleteGlobalNetworkResponse" "Amazonka.NetworkManager.DeleteGlobalNetwork" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeleteGlobalNetworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetwork") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalNetwork)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteGlobalNetworkResponse Source #

Create a value of DeleteGlobalNetworkResponse 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:globalNetwork:DeleteGlobalNetworkResponse', deleteGlobalNetworkResponse_globalNetwork - Information about the global network.

$sel:httpStatus:DeleteGlobalNetworkResponse', deleteGlobalNetworkResponse_httpStatus - The response's http status code.

UpdateGlobalNetwork

data UpdateGlobalNetwork Source #

See: newUpdateGlobalNetwork smart constructor.

Instances

Instances details
Eq UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Read UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Show UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Generic UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Associated Types

type Rep UpdateGlobalNetwork :: Type -> Type #

NFData UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Methods

rnf :: UpdateGlobalNetwork -> () #

Hashable UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

ToJSON UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

AWSRequest UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Associated Types

type AWSResponse UpdateGlobalNetwork #

ToHeaders UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

ToPath UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

ToQuery UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

type Rep UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

type Rep UpdateGlobalNetwork = D1 ('MetaData "UpdateGlobalNetwork" "Amazonka.NetworkManager.UpdateGlobalNetwork" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "UpdateGlobalNetwork'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateGlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

newUpdateGlobalNetwork Source #

Create a value of UpdateGlobalNetwork 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:description:UpdateGlobalNetwork', updateGlobalNetwork_description - A description of the global network.

Length Constraints: Maximum length of 256 characters.

$sel:globalNetworkId:UpdateGlobalNetwork', updateGlobalNetwork_globalNetworkId - The ID of your global network.

data UpdateGlobalNetworkResponse Source #

See: newUpdateGlobalNetworkResponse smart constructor.

Instances

Instances details
Eq UpdateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Read UpdateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Show UpdateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Generic UpdateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

Associated Types

type Rep UpdateGlobalNetworkResponse :: Type -> Type #

NFData UpdateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

type Rep UpdateGlobalNetworkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateGlobalNetwork

type Rep UpdateGlobalNetworkResponse = D1 ('MetaData "UpdateGlobalNetworkResponse" "Amazonka.NetworkManager.UpdateGlobalNetwork" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "UpdateGlobalNetworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetwork") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalNetwork)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateGlobalNetworkResponse Source #

Create a value of UpdateGlobalNetworkResponse 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:globalNetwork:UpdateGlobalNetworkResponse', updateGlobalNetworkResponse_globalNetwork - Information about the global network object.

$sel:httpStatus:UpdateGlobalNetworkResponse', updateGlobalNetworkResponse_httpStatus - The response's http status code.

CreateDevice

data CreateDevice Source #

See: newCreateDevice smart constructor.

Instances

Instances details
Eq CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

Show CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

Generic CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

Associated Types

type Rep CreateDevice :: Type -> Type #

NFData CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

Methods

rnf :: CreateDevice -> () #

Hashable CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

ToJSON CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

AWSRequest CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

Associated Types

type AWSResponse CreateDevice #

ToHeaders CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

ToPath CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

ToQuery CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

type Rep CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

type AWSResponse CreateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.CreateDevice

newCreateDevice Source #

Create a value of CreateDevice 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:vendor:CreateDevice', createDevice_vendor - The vendor of the device.

Length Constraints: Maximum length of 128 characters.

$sel:location:CreateDevice', createDevice_location - The location of the device.

$sel:aWSLocation:CreateDevice', createDevice_aWSLocation - The AWS location of the device.

$sel:model:CreateDevice', createDevice_model - The model of the device.

Length Constraints: Maximum length of 128 characters.

$sel:type':CreateDevice', createDevice_type - The type of the device.

$sel:serialNumber:CreateDevice', createDevice_serialNumber - The serial number of the device.

Length Constraints: Maximum length of 128 characters.

$sel:siteId:CreateDevice', createDevice_siteId - The ID of the site.

$sel:description:CreateDevice', createDevice_description - A description of the device.

Length Constraints: Maximum length of 256 characters.

$sel:tags:CreateDevice', createDevice_tags - The tags to apply to the resource during creation.

$sel:globalNetworkId:CreateDevice', createDevice_globalNetworkId - The ID of the global network.

data CreateDeviceResponse Source #

See: newCreateDeviceResponse smart constructor.

newCreateDeviceResponse Source #

Create a value of CreateDeviceResponse 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:device:CreateDeviceResponse', createDeviceResponse_device - Information about the device.

$sel:httpStatus:CreateDeviceResponse', createDeviceResponse_httpStatus - The response's http status code.

AssociateCustomerGateway

data AssociateCustomerGateway Source #

See: newAssociateCustomerGateway smart constructor.

Instances

Instances details
Eq AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

Read AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

Show AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

Generic AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

Associated Types

type Rep AssociateCustomerGateway :: Type -> Type #

NFData AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

Hashable AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

ToJSON AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

AWSRequest AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

ToHeaders AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

ToPath AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

ToQuery AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

type Rep AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

type Rep AssociateCustomerGateway = D1 ('MetaData "AssociateCustomerGateway" "Amazonka.NetworkManager.AssociateCustomerGateway" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "AssociateCustomerGateway'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse AssociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

newAssociateCustomerGateway Source #

Create a value of AssociateCustomerGateway 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:linkId:AssociateCustomerGateway', associateCustomerGateway_linkId - The ID of the link.

$sel:customerGatewayArn:AssociateCustomerGateway', associateCustomerGateway_customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.

$sel:globalNetworkId:AssociateCustomerGateway', associateCustomerGateway_globalNetworkId - The ID of the global network.

$sel:deviceId:AssociateCustomerGateway', associateCustomerGateway_deviceId - The ID of the device.

data AssociateCustomerGatewayResponse Source #

See: newAssociateCustomerGatewayResponse smart constructor.

Instances

Instances details
Eq AssociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

Read AssociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

Show AssociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

Generic AssociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

Associated Types

type Rep AssociateCustomerGatewayResponse :: Type -> Type #

NFData AssociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

type Rep AssociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AssociateCustomerGateway

type Rep AssociateCustomerGatewayResponse = D1 ('MetaData "AssociateCustomerGatewayResponse" "Amazonka.NetworkManager.AssociateCustomerGateway" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "AssociateCustomerGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customerGatewayAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerGatewayAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateCustomerGatewayResponse Source #

Create a value of AssociateCustomerGatewayResponse 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:customerGatewayAssociation:AssociateCustomerGatewayResponse', associateCustomerGatewayResponse_customerGatewayAssociation - The customer gateway association.

$sel:httpStatus:AssociateCustomerGatewayResponse', associateCustomerGatewayResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.NetworkManager.TagResource" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:tags:TagResource', tagResource_tags - The tags to apply to the specified resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.NetworkManager.TagResource" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

GetCustomerGatewayAssociations (Paginated)

data GetCustomerGatewayAssociations Source #

See: newGetCustomerGatewayAssociations smart constructor.

Instances

Instances details
Eq GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Read GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Show GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Generic GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Associated Types

type Rep GetCustomerGatewayAssociations :: Type -> Type #

NFData GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Hashable GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

AWSPager GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

AWSRequest GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

ToHeaders GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

ToPath GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

ToQuery GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

type Rep GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

type Rep GetCustomerGatewayAssociations = D1 ('MetaData "GetCustomerGatewayAssociations" "Amazonka.NetworkManager.GetCustomerGatewayAssociations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetCustomerGatewayAssociations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerGatewayArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

newGetCustomerGatewayAssociations Source #

Create a value of GetCustomerGatewayAssociations 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:nextToken:GetCustomerGatewayAssociations', getCustomerGatewayAssociations_nextToken - The token for the next page of results.

$sel:customerGatewayArns:GetCustomerGatewayAssociations', getCustomerGatewayAssociations_customerGatewayArns - One or more customer gateway Amazon Resource Names (ARNs). For more information, see Resources Defined by Amazon EC2. The maximum is 10.

$sel:maxResults:GetCustomerGatewayAssociations', getCustomerGatewayAssociations_maxResults - The maximum number of results to return.

$sel:globalNetworkId:GetCustomerGatewayAssociations', getCustomerGatewayAssociations_globalNetworkId - The ID of the global network.

data GetCustomerGatewayAssociationsResponse Source #

Instances

Instances details
Eq GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Read GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Show GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Generic GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

NFData GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

type Rep GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

type Rep GetCustomerGatewayAssociationsResponse = D1 ('MetaData "GetCustomerGatewayAssociationsResponse" "Amazonka.NetworkManager.GetCustomerGatewayAssociations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetCustomerGatewayAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "customerGatewayAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomerGatewayAssociation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

GetTransitGatewayRegistrations (Paginated)

data GetTransitGatewayRegistrations Source #

See: newGetTransitGatewayRegistrations smart constructor.

Instances

Instances details
Eq GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

Read GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

Show GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

Generic GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

Associated Types

type Rep GetTransitGatewayRegistrations :: Type -> Type #

NFData GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

Hashable GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

AWSPager GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

AWSRequest GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

ToHeaders GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

ToPath GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

ToQuery GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

type Rep GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

type Rep GetTransitGatewayRegistrations = D1 ('MetaData "GetTransitGatewayRegistrations" "Amazonka.NetworkManager.GetTransitGatewayRegistrations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetTransitGatewayRegistrations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "transitGatewayArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetTransitGatewayRegistrations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

newGetTransitGatewayRegistrations Source #

Create a value of GetTransitGatewayRegistrations 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:transitGatewayArns:GetTransitGatewayRegistrations', getTransitGatewayRegistrations_transitGatewayArns - The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.

$sel:nextToken:GetTransitGatewayRegistrations', getTransitGatewayRegistrations_nextToken - The token for the next page of results.

$sel:maxResults:GetTransitGatewayRegistrations', getTransitGatewayRegistrations_maxResults - The maximum number of results to return.

$sel:globalNetworkId:GetTransitGatewayRegistrations', getTransitGatewayRegistrations_globalNetworkId - The ID of the global network.

data GetTransitGatewayRegistrationsResponse Source #

Instances

Instances details
Eq GetTransitGatewayRegistrationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

Read GetTransitGatewayRegistrationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

Show GetTransitGatewayRegistrationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

Generic GetTransitGatewayRegistrationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

NFData GetTransitGatewayRegistrationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

type Rep GetTransitGatewayRegistrationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetTransitGatewayRegistrations

type Rep GetTransitGatewayRegistrationsResponse = D1 ('MetaData "GetTransitGatewayRegistrationsResponse" "Amazonka.NetworkManager.GetTransitGatewayRegistrations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetTransitGatewayRegistrationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transitGatewayRegistrations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TransitGatewayRegistration])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

GetConnections (Paginated)

data GetConnections Source #

See: newGetConnections smart constructor.

Instances

Instances details
Eq GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Read GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Show GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Generic GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Associated Types

type Rep GetConnections :: Type -> Type #

NFData GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Methods

rnf :: GetConnections -> () #

Hashable GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

AWSPager GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

AWSRequest GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Associated Types

type AWSResponse GetConnections #

ToHeaders GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

ToPath GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

ToQuery GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

type Rep GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

type Rep GetConnections = D1 ('MetaData "GetConnections" "Amazonka.NetworkManager.GetConnections" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetConnections'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse GetConnections Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

newGetConnections Source #

Create a value of GetConnections 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:connectionIds:GetConnections', getConnections_connectionIds - One or more connection IDs.

$sel:nextToken:GetConnections', getConnections_nextToken - The token for the next page of results.

$sel:deviceId:GetConnections', getConnections_deviceId - The ID of the device.

$sel:maxResults:GetConnections', getConnections_maxResults - The maximum number of results to return.

$sel:globalNetworkId:GetConnections', getConnections_globalNetworkId - The ID of the global network.

data GetConnectionsResponse Source #

See: newGetConnectionsResponse smart constructor.

Instances

Instances details
Eq GetConnectionsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Read GetConnectionsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Show GetConnectionsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Generic GetConnectionsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Associated Types

type Rep GetConnectionsResponse :: Type -> Type #

NFData GetConnectionsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

Methods

rnf :: GetConnectionsResponse -> () #

type Rep GetConnectionsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnections

type Rep GetConnectionsResponse = D1 ('MetaData "GetConnectionsResponse" "Amazonka.NetworkManager.GetConnections" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Connection])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetConnectionsResponse Source #

Create a value of GetConnectionsResponse 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:connections:GetConnectionsResponse', getConnectionsResponse_connections - Information about the connections.

$sel:nextToken:GetConnections', getConnectionsResponse_nextToken - The token to use for the next page of results.

$sel:httpStatus:GetConnectionsResponse', getConnectionsResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.NetworkManager.UntagResource" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys to remove from the specified resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.NetworkManager.UntagResource" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

GetSites (Paginated)

data GetSites Source #

See: newGetSites smart constructor.

Constructors

GetSites' (Maybe Text) (Maybe [Text]) (Maybe Natural) Text 

Instances

Instances details
Eq GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Read GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Show GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Generic GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Associated Types

type Rep GetSites :: Type -> Type #

Methods

from :: GetSites -> Rep GetSites x #

to :: Rep GetSites x -> GetSites #

NFData GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Methods

rnf :: GetSites -> () #

Hashable GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Methods

hashWithSalt :: Int -> GetSites -> Int #

hash :: GetSites -> Int #

AWSPager GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

AWSRequest GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Associated Types

type AWSResponse GetSites #

ToHeaders GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Methods

toHeaders :: GetSites -> [Header] #

ToPath GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

ToQuery GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

type Rep GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

type Rep GetSites = D1 ('MetaData "GetSites" "Amazonka.NetworkManager.GetSites" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetSites'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "siteIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetSites Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

newGetSites Source #

Create a value of GetSites 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:nextToken:GetSites', getSites_nextToken - The token for the next page of results.

$sel:siteIds:GetSites', getSites_siteIds - One or more site IDs. The maximum is 10.

$sel:maxResults:GetSites', getSites_maxResults - The maximum number of results to return.

$sel:globalNetworkId:GetSites', getSites_globalNetworkId - The ID of the global network.

data GetSitesResponse Source #

See: newGetSitesResponse smart constructor.

Instances

Instances details
Eq GetSitesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Show GetSitesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Generic GetSitesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Associated Types

type Rep GetSitesResponse :: Type -> Type #

NFData GetSitesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

Methods

rnf :: GetSitesResponse -> () #

type Rep GetSitesResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSites

type Rep GetSitesResponse = D1 ('MetaData "GetSitesResponse" "Amazonka.NetworkManager.GetSites" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetSitesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sites") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Site])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetSitesResponse Source #

Create a value of GetSitesResponse 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:nextToken:GetSites', getSitesResponse_nextToken - The token for the next page of results.

$sel:sites:GetSitesResponse', getSitesResponse_sites - The sites.

$sel:httpStatus:GetSitesResponse', getSitesResponse_httpStatus - The response's http status code.

RegisterTransitGateway

data RegisterTransitGateway Source #

See: newRegisterTransitGateway smart constructor.

Instances

Instances details
Eq RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Read RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Show RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Generic RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Associated Types

type Rep RegisterTransitGateway :: Type -> Type #

NFData RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Methods

rnf :: RegisterTransitGateway -> () #

Hashable RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

ToJSON RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

AWSRequest RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Associated Types

type AWSResponse RegisterTransitGateway #

ToHeaders RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

ToPath RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

ToQuery RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

type Rep RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

type Rep RegisterTransitGateway = D1 ('MetaData "RegisterTransitGateway" "Amazonka.NetworkManager.RegisterTransitGateway" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "RegisterTransitGateway'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transitGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RegisterTransitGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

newRegisterTransitGateway Source #

Create a value of RegisterTransitGateway 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:globalNetworkId:RegisterTransitGateway', registerTransitGateway_globalNetworkId - The ID of the global network.

$sel:transitGatewayArn:RegisterTransitGateway', registerTransitGateway_transitGatewayArn - The Amazon Resource Name (ARN) of the transit gateway. For more information, see Resources Defined by Amazon EC2.

data RegisterTransitGatewayResponse Source #

See: newRegisterTransitGatewayResponse smart constructor.

Instances

Instances details
Eq RegisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Read RegisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Show RegisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Generic RegisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

Associated Types

type Rep RegisterTransitGatewayResponse :: Type -> Type #

NFData RegisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

type Rep RegisterTransitGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RegisterTransitGateway

type Rep RegisterTransitGatewayResponse = D1 ('MetaData "RegisterTransitGatewayResponse" "Amazonka.NetworkManager.RegisterTransitGateway" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "RegisterTransitGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transitGatewayRegistration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayRegistration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRegisterTransitGatewayResponse Source #

Create a value of RegisterTransitGatewayResponse 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:transitGatewayRegistration:RegisterTransitGatewayResponse', registerTransitGatewayResponse_transitGatewayRegistration - Information about the transit gateway registration.

$sel:httpStatus:RegisterTransitGatewayResponse', registerTransitGatewayResponse_httpStatus - The response's http status code.

DeleteDevice

data DeleteDevice Source #

See: newDeleteDevice smart constructor.

Constructors

DeleteDevice' Text Text 

Instances

Instances details
Eq DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Read DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Show DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Generic DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Associated Types

type Rep DeleteDevice :: Type -> Type #

NFData DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Methods

rnf :: DeleteDevice -> () #

Hashable DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

AWSRequest DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Associated Types

type AWSResponse DeleteDevice #

ToHeaders DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

ToPath DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

ToQuery DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

type Rep DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

type Rep DeleteDevice = D1 ('MetaData "DeleteDevice" "Amazonka.NetworkManager.DeleteDevice" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeleteDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

newDeleteDevice Source #

Create a value of DeleteDevice 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:globalNetworkId:DeleteDevice', deleteDevice_globalNetworkId - The ID of the global network.

$sel:deviceId:DeleteDevice', deleteDevice_deviceId - The ID of the device.

data DeleteDeviceResponse Source #

See: newDeleteDeviceResponse smart constructor.

newDeleteDeviceResponse Source #

Create a value of DeleteDeviceResponse 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:device:DeleteDeviceResponse', deleteDeviceResponse_device - Information about the device.

$sel:httpStatus:DeleteDeviceResponse', deleteDeviceResponse_httpStatus - The response's http status code.

UpdateDevice

data UpdateDevice Source #

See: newUpdateDevice smart constructor.

Instances

Instances details
Eq UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

Show UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

Generic UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

Associated Types

type Rep UpdateDevice :: Type -> Type #

NFData UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

Methods

rnf :: UpdateDevice -> () #

Hashable UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

ToJSON UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

AWSRequest UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

Associated Types

type AWSResponse UpdateDevice #

ToHeaders UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

ToPath UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

ToQuery UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

type Rep UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

type AWSResponse UpdateDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateDevice

newUpdateDevice Source #

Create a value of UpdateDevice 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:vendor:UpdateDevice', updateDevice_vendor - The vendor of the device.

Length Constraints: Maximum length of 128 characters.

$sel:location:UpdateDevice', updateDevice_location - Undocumented member.

$sel:aWSLocation:UpdateDevice', updateDevice_aWSLocation - The AWS location of the device.

$sel:model:UpdateDevice', updateDevice_model - The model of the device.

Length Constraints: Maximum length of 128 characters.

$sel:type':UpdateDevice', updateDevice_type - The type of the device.

$sel:serialNumber:UpdateDevice', updateDevice_serialNumber - The serial number of the device.

Length Constraints: Maximum length of 128 characters.

$sel:siteId:UpdateDevice', updateDevice_siteId - The ID of the site.

$sel:description:UpdateDevice', updateDevice_description - A description of the device.

Length Constraints: Maximum length of 256 characters.

$sel:globalNetworkId:UpdateDevice', updateDevice_globalNetworkId - The ID of the global network.

$sel:deviceId:UpdateDevice', updateDevice_deviceId - The ID of the device.

data UpdateDeviceResponse Source #

See: newUpdateDeviceResponse smart constructor.

newUpdateDeviceResponse Source #

Create a value of UpdateDeviceResponse 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:device:UpdateDeviceResponse', updateDeviceResponse_device - Information about the device.

$sel:httpStatus:UpdateDeviceResponse', updateDeviceResponse_httpStatus - The response's http status code.

DeleteLink

data DeleteLink Source #

See: newDeleteLink smart constructor.

Constructors

DeleteLink' Text Text 

Instances

newDeleteLink Source #

Create a value of DeleteLink 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:globalNetworkId:DeleteLink', deleteLink_globalNetworkId - The ID of the global network.

$sel:linkId:DeleteLink', deleteLink_linkId - The ID of the link.

data DeleteLinkResponse Source #

See: newDeleteLinkResponse smart constructor.

Instances

Instances details
Eq DeleteLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteLink

Read DeleteLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteLink

Show DeleteLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteLink

Generic DeleteLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteLink

Associated Types

type Rep DeleteLinkResponse :: Type -> Type #

NFData DeleteLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteLink

Methods

rnf :: DeleteLinkResponse -> () #

type Rep DeleteLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteLink

type Rep DeleteLinkResponse = D1 ('MetaData "DeleteLinkResponse" "Amazonka.NetworkManager.DeleteLink" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeleteLinkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "link") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Link)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLinkResponse Source #

Create a value of DeleteLinkResponse 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:link:DeleteLinkResponse', deleteLinkResponse_link - Information about the link.

$sel:httpStatus:DeleteLinkResponse', deleteLinkResponse_httpStatus - The response's http status code.

UpdateLink

data UpdateLink Source #

See: newUpdateLink smart constructor.

Instances

newUpdateLink Source #

Create a value of UpdateLink 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:bandwidth:UpdateLink', updateLink_bandwidth - The upload and download speed in Mbps.

$sel:type':UpdateLink', updateLink_type - The type of the link.

Length Constraints: Maximum length of 128 characters.

$sel:description:UpdateLink', updateLink_description - A description of the link.

Length Constraints: Maximum length of 256 characters.

$sel:provider:UpdateLink', updateLink_provider - The provider of the link.

Length Constraints: Maximum length of 128 characters.

$sel:globalNetworkId:UpdateLink', updateLink_globalNetworkId - The ID of the global network.

$sel:linkId:UpdateLink', updateLink_linkId - The ID of the link.

data UpdateLinkResponse Source #

See: newUpdateLinkResponse smart constructor.

Instances

Instances details
Eq UpdateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateLink

Read UpdateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateLink

Show UpdateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateLink

Generic UpdateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateLink

Associated Types

type Rep UpdateLinkResponse :: Type -> Type #

NFData UpdateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateLink

Methods

rnf :: UpdateLinkResponse -> () #

type Rep UpdateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.UpdateLink

type Rep UpdateLinkResponse = D1 ('MetaData "UpdateLinkResponse" "Amazonka.NetworkManager.UpdateLink" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "UpdateLinkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "link") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Link)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLinkResponse Source #

Create a value of UpdateLinkResponse 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:link:UpdateLinkResponse', updateLinkResponse_link - Information about the link.

$sel:httpStatus:UpdateLinkResponse', updateLinkResponse_httpStatus - The response's http status code.

Types

ConnectionState

newtype ConnectionState Source #

Constructors

ConnectionState' 

Instances

Instances details
Eq ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

Ord ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

Read ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

Show ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

Generic ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

Associated Types

type Rep ConnectionState :: Type -> Type #

NFData ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

Methods

rnf :: ConnectionState -> () #

Hashable ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

ToJSON ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

ToJSONKey ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

FromJSON ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

FromJSONKey ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

ToLog ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

ToHeader ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

ToQuery ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

FromXML ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

ToXML ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

Methods

toXML :: ConnectionState -> XML #

ToByteString ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

FromText ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

ToText ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

type Rep ConnectionState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectionState

type Rep ConnectionState = D1 ('MetaData "ConnectionState" "Amazonka.NetworkManager.Types.ConnectionState" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'True) (C1 ('MetaCons "ConnectionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CustomerGatewayAssociationState

newtype CustomerGatewayAssociationState Source #

Instances

Instances details
Eq CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

Ord CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

Read CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

Show CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

Generic CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

Associated Types

type Rep CustomerGatewayAssociationState :: Type -> Type #

NFData CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

Hashable CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

ToJSON CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

ToJSONKey CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

FromJSON CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

FromJSONKey CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

ToLog CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

ToHeader CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

ToQuery CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

FromXML CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

ToXML CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

ToByteString CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

FromText CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

ToText CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

type Rep CustomerGatewayAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociationState

type Rep CustomerGatewayAssociationState = D1 ('MetaData "CustomerGatewayAssociationState" "Amazonka.NetworkManager.Types.CustomerGatewayAssociationState" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'True) (C1 ('MetaCons "CustomerGatewayAssociationState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCustomerGatewayAssociationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeviceState

newtype DeviceState Source #

Constructors

DeviceState' 

Instances

Instances details
Eq DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

Ord DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

Read DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

Show DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

Generic DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

Associated Types

type Rep DeviceState :: Type -> Type #

NFData DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

Methods

rnf :: DeviceState -> () #

Hashable DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

ToJSON DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

ToJSONKey DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

FromJSON DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

FromJSONKey DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

ToLog DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

ToHeader DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

ToQuery DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

FromXML DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

ToXML DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

Methods

toXML :: DeviceState -> XML #

ToByteString DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

FromText DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

ToText DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

Methods

toText :: DeviceState -> Text #

type Rep DeviceState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.DeviceState

type Rep DeviceState = D1 ('MetaData "DeviceState" "Amazonka.NetworkManager.Types.DeviceState" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'True) (C1 ('MetaCons "DeviceState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeviceState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GlobalNetworkState

newtype GlobalNetworkState Source #

Instances

Instances details
Eq GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

Ord GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

Read GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

Show GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

Generic GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

Associated Types

type Rep GlobalNetworkState :: Type -> Type #

NFData GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

Methods

rnf :: GlobalNetworkState -> () #

Hashable GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

ToJSON GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

ToJSONKey GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

FromJSON GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

FromJSONKey GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

ToLog GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

ToHeader GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

ToQuery GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

FromXML GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

ToXML GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

ToByteString GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

FromText GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

ToText GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

type Rep GlobalNetworkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetworkState

type Rep GlobalNetworkState = D1 ('MetaData "GlobalNetworkState" "Amazonka.NetworkManager.Types.GlobalNetworkState" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'True) (C1 ('MetaCons "GlobalNetworkState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGlobalNetworkState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LinkAssociationState

newtype LinkAssociationState Source #

Instances

Instances details
Eq LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

Ord LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

Read LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

Show LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

Generic LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

Associated Types

type Rep LinkAssociationState :: Type -> Type #

NFData LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

Methods

rnf :: LinkAssociationState -> () #

Hashable LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

ToJSON LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

ToJSONKey LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

FromJSON LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

FromJSONKey LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

ToLog LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

ToHeader LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

ToQuery LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

FromXML LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

ToXML LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

ToByteString LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

FromText LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

ToText LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

type Rep LinkAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociationState

type Rep LinkAssociationState = D1 ('MetaData "LinkAssociationState" "Amazonka.NetworkManager.Types.LinkAssociationState" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'True) (C1 ('MetaCons "LinkAssociationState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLinkAssociationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LinkState

newtype LinkState Source #

Constructors

LinkState' 

Fields

Bundled Patterns

pattern LinkState_AVAILABLE :: LinkState 
pattern LinkState_DELETING :: LinkState 
pattern LinkState_PENDING :: LinkState 
pattern LinkState_UPDATING :: LinkState 

Instances

Instances details
Eq LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

Ord LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

Read LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

Show LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

Generic LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

Associated Types

type Rep LinkState :: Type -> Type #

NFData LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

Methods

rnf :: LinkState -> () #

Hashable LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

ToJSON LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

ToJSONKey LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

FromJSON LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

FromJSONKey LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

ToLog LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

ToHeader LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

ToQuery LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

FromXML LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

ToXML LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

Methods

toXML :: LinkState -> XML #

ToByteString LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

Methods

toBS :: LinkState -> ByteString #

FromText LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

ToText LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

Methods

toText :: LinkState -> Text #

type Rep LinkState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkState

type Rep LinkState = D1 ('MetaData "LinkState" "Amazonka.NetworkManager.Types.LinkState" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'True) (C1 ('MetaCons "LinkState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLinkState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SiteState

newtype SiteState Source #

Constructors

SiteState' 

Fields

Bundled Patterns

pattern SiteState_AVAILABLE :: SiteState 
pattern SiteState_DELETING :: SiteState 
pattern SiteState_PENDING :: SiteState 
pattern SiteState_UPDATING :: SiteState 

Instances

Instances details
Eq SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

Ord SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

Read SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

Show SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

Generic SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

Associated Types

type Rep SiteState :: Type -> Type #

NFData SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

Methods

rnf :: SiteState -> () #

Hashable SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

ToJSON SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

ToJSONKey SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

FromJSON SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

FromJSONKey SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

ToLog SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

ToHeader SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

ToQuery SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

FromXML SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

ToXML SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

Methods

toXML :: SiteState -> XML #

ToByteString SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

Methods

toBS :: SiteState -> ByteString #

FromText SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

ToText SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

Methods

toText :: SiteState -> Text #

type Rep SiteState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.SiteState

type Rep SiteState = D1 ('MetaData "SiteState" "Amazonka.NetworkManager.Types.SiteState" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'True) (C1 ('MetaCons "SiteState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSiteState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TransitGatewayConnectPeerAssociationState

newtype TransitGatewayConnectPeerAssociationState Source #

Instances

Instances details
Eq TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

Ord TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

Read TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

Show TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

Generic TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

NFData TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

Hashable TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

ToJSON TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

ToJSONKey TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

FromJSON TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

FromJSONKey TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

ToLog TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

ToHeader TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

ToQuery TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

FromXML TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

ToXML TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

ToByteString TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

FromText TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

ToText TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

type Rep TransitGatewayConnectPeerAssociationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState

type Rep TransitGatewayConnectPeerAssociationState = D1 ('MetaData "TransitGatewayConnectPeerAssociationState" "Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociationState" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'True) (C1 ('MetaCons "TransitGatewayConnectPeerAssociationState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTransitGatewayConnectPeerAssociationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TransitGatewayRegistrationState

newtype TransitGatewayRegistrationState Source #

Instances

Instances details
Eq TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

Ord TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

Read TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

Show TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

Generic TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

Associated Types

type Rep TransitGatewayRegistrationState :: Type -> Type #

NFData TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

Hashable TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

ToJSON TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

ToJSONKey TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

FromJSON TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

FromJSONKey TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

ToLog TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

ToHeader TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

ToQuery TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

FromXML TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

ToXML TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

ToByteString TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

FromText TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

ToText TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

type Rep TransitGatewayRegistrationState Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationState

type Rep TransitGatewayRegistrationState = D1 ('MetaData "TransitGatewayRegistrationState" "Amazonka.NetworkManager.Types.TransitGatewayRegistrationState" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'True) (C1 ('MetaCons "TransitGatewayRegistrationState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTransitGatewayRegistrationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AWSLocation

data AWSLocation Source #

Specifies a location in AWS.

See: newAWSLocation smart constructor.

Constructors

AWSLocation' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq AWSLocation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.AWSLocation

Read AWSLocation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.AWSLocation

Show AWSLocation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.AWSLocation

Generic AWSLocation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.AWSLocation

Associated Types

type Rep AWSLocation :: Type -> Type #

NFData AWSLocation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.AWSLocation

Methods

rnf :: AWSLocation -> () #

Hashable AWSLocation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.AWSLocation

ToJSON AWSLocation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.AWSLocation

FromJSON AWSLocation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.AWSLocation

type Rep AWSLocation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.AWSLocation

type Rep AWSLocation = D1 ('MetaData "AWSLocation" "Amazonka.NetworkManager.Types.AWSLocation" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "AWSLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "zone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAWSLocation :: AWSLocation Source #

Create a value of AWSLocation 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:zone:AWSLocation', aWSLocation_zone - The Zone the device is located in. This can be the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.

$sel:subnetArn:AWSLocation', aWSLocation_subnetArn - The Amazon Resource Name (ARN) of the subnet the device is located in.

Bandwidth

data Bandwidth Source #

Describes bandwidth information.

See: newBandwidth smart constructor.

Constructors

Bandwidth' (Maybe Int) (Maybe Int) 

Instances

Instances details
Eq Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Read Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Show Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Generic Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Associated Types

type Rep Bandwidth :: Type -> Type #

NFData Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Methods

rnf :: Bandwidth -> () #

Hashable Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

ToJSON Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

FromJSON Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

type Rep Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

type Rep Bandwidth = D1 ('MetaData "Bandwidth" "Amazonka.NetworkManager.Types.Bandwidth" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "Bandwidth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "downloadSpeed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "uploadSpeed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newBandwidth :: Bandwidth Source #

Create a value of Bandwidth 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:downloadSpeed:Bandwidth', bandwidth_downloadSpeed - Download speed in Mbps.

$sel:uploadSpeed:Bandwidth', bandwidth_uploadSpeed - Upload speed in Mbps.

Connection

data Connection Source #

Describes a connection.

See: newConnection smart constructor.

Instances

Instances details
Eq Connection Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Connection

Read Connection Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Connection

Show Connection Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Connection

Generic Connection Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Connection

Associated Types

type Rep Connection :: Type -> Type #

NFData Connection Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Connection

Methods

rnf :: Connection -> () #

Hashable Connection Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Connection

FromJSON Connection Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Connection

type Rep Connection Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Connection

type Rep Connection = D1 ('MetaData "Connection" "Amazonka.NetworkManager.Types.Connection" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "Connection'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectedDeviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "connectedLinkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newConnection :: Connection Source #

Create a value of Connection 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:state:Connection', connection_state - The state of the connection.

$sel:createdAt:Connection', connection_createdAt - The date and time that the connection was created.

$sel:globalNetworkId:Connection', connection_globalNetworkId - The ID of the global network.

$sel:connectionId:Connection', connection_connectionId - The ID of the connection.

$sel:connectedDeviceId:Connection', connection_connectedDeviceId - The ID of the second device in the connection.

$sel:connectedLinkId:Connection', connection_connectedLinkId - The ID of the link for the second device in the connection.

$sel:linkId:Connection', connection_linkId - The ID of the link for the first device in the connection.

$sel:deviceId:Connection', connection_deviceId - The ID of the first device in the connection.

$sel:connectionArn:Connection', connection_connectionArn - The Amazon Resource Name (ARN) of the connection.

$sel:description:Connection', connection_description - The description of the connection.

$sel:tags:Connection', connection_tags - The tags for the connection.

CustomerGatewayAssociation

data CustomerGatewayAssociation Source #

Describes the association between a customer gateway, a device, and a link.

See: newCustomerGatewayAssociation smart constructor.

Instances

Instances details
Eq CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Read CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Show CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Generic CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Associated Types

type Rep CustomerGatewayAssociation :: Type -> Type #

NFData CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

Hashable CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

FromJSON CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

type Rep CustomerGatewayAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CustomerGatewayAssociation

type Rep CustomerGatewayAssociation = D1 ('MetaData "CustomerGatewayAssociation" "Amazonka.NetworkManager.Types.CustomerGatewayAssociation" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "CustomerGatewayAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerGatewayAssociationState)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCustomerGatewayAssociation :: CustomerGatewayAssociation Source #

Create a value of CustomerGatewayAssociation 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:state:CustomerGatewayAssociation', customerGatewayAssociation_state - The association state.

$sel:globalNetworkId:CustomerGatewayAssociation', customerGatewayAssociation_globalNetworkId - The ID of the global network.

$sel:linkId:CustomerGatewayAssociation', customerGatewayAssociation_linkId - The ID of the link.

$sel:deviceId:CustomerGatewayAssociation', customerGatewayAssociation_deviceId - The ID of the device.

$sel:customerGatewayArn:CustomerGatewayAssociation', customerGatewayAssociation_customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway.

Device

data Device Source #

Describes a device.

See: newDevice smart constructor.

Instances

Instances details
Eq Device Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Device

Methods

(==) :: Device -> Device -> Bool #

(/=) :: Device -> Device -> Bool #

Show Device Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Device

Generic Device Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Device

Associated Types

type Rep Device :: Type -> Type #

Methods

from :: Device -> Rep Device x #

to :: Rep Device x -> Device #

NFData Device Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Device

Methods

rnf :: Device -> () #

Hashable Device Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Device

Methods

hashWithSalt :: Int -> Device -> Int #

hash :: Device -> Int #

FromJSON Device Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Device

type Rep Device Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Device

type Rep Device = D1 ('MetaData "Device" "Amazonka.NetworkManager.Types.Device" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "Device'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "vendor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceState)) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Location))))) :*: ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "aWSLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AWSLocation)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "serialNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newDevice :: Device Source #

Create a value of Device 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:vendor:Device', device_vendor - The device vendor.

$sel:state:Device', device_state - The device state.

$sel:location:Device', device_location - The site location.

$sel:createdAt:Device', device_createdAt - The date and time that the site was created.

$sel:deviceArn:Device', device_deviceArn - The Amazon Resource Name (ARN) of the device.

$sel:aWSLocation:Device', device_aWSLocation - The AWS location of the device.

$sel:globalNetworkId:Device', device_globalNetworkId - The ID of the global network.

$sel:model:Device', device_model - The device model.

$sel:deviceId:Device', device_deviceId - The ID of the device.

$sel:type':Device', device_type - The device type.

$sel:serialNumber:Device', device_serialNumber - The device serial number.

$sel:siteId:Device', device_siteId - The site ID.

$sel:description:Device', device_description - The description of the device.

$sel:tags:Device', device_tags - The tags for the device.

GlobalNetwork

data GlobalNetwork Source #

Describes a global network.

See: newGlobalNetwork smart constructor.

Instances

Instances details
Eq GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Read GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Show GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Generic GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Associated Types

type Rep GlobalNetwork :: Type -> Type #

NFData GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Methods

rnf :: GlobalNetwork -> () #

Hashable GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

FromJSON GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

type Rep GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

type Rep GlobalNetwork = D1 ('MetaData "GlobalNetwork" "Amazonka.NetworkManager.Types.GlobalNetwork" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GlobalNetwork'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalNetworkState)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "globalNetworkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

newGlobalNetwork :: GlobalNetwork Source #

Create a value of GlobalNetwork 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:state:GlobalNetwork', globalNetwork_state - The state of the global network.

$sel:createdAt:GlobalNetwork', globalNetwork_createdAt - The date and time that the global network was created.

$sel:globalNetworkArn:GlobalNetwork', globalNetwork_globalNetworkArn - The Amazon Resource Name (ARN) of the global network.

$sel:globalNetworkId:GlobalNetwork', globalNetwork_globalNetworkId - The ID of the global network.

$sel:description:GlobalNetwork', globalNetwork_description - The description of the global network.

$sel:tags:GlobalNetwork', globalNetwork_tags - The tags for the global network.

Link

data Link Source #

Describes a link.

See: newLink smart constructor.

Instances

newLink :: Link Source #

Create a value of Link 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:state:Link', link_state - The state of the link.

$sel:linkArn:Link', link_linkArn - The Amazon Resource Name (ARN) of the link.

$sel:createdAt:Link', link_createdAt - The date and time that the link was created.

$sel:globalNetworkId:Link', link_globalNetworkId - The ID of the global network.

$sel:bandwidth:Link', link_bandwidth - The bandwidth for the link.

$sel:linkId:Link', link_linkId - The ID of the link.

$sel:type':Link', link_type - The type of the link.

$sel:siteId:Link', link_siteId - The ID of the site.

$sel:description:Link', link_description - The description of the link.

$sel:provider:Link', link_provider - The provider of the link.

$sel:tags:Link', link_tags - The tags for the link.

LinkAssociation

data LinkAssociation Source #

Describes the association between a device and a link.

See: newLinkAssociation smart constructor.

Instances

Instances details
Eq LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Read LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Show LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Generic LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Associated Types

type Rep LinkAssociation :: Type -> Type #

NFData LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Methods

rnf :: LinkAssociation -> () #

Hashable LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

FromJSON LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

type Rep LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

type Rep LinkAssociation = D1 ('MetaData "LinkAssociation" "Amazonka.NetworkManager.Types.LinkAssociation" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "LinkAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "linkAssociationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LinkAssociationState)))))

newLinkAssociation :: LinkAssociation Source #

Create a value of LinkAssociation 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:globalNetworkId:LinkAssociation', linkAssociation_globalNetworkId - The ID of the global network.

$sel:linkId:LinkAssociation', linkAssociation_linkId - The ID of the link.

$sel:deviceId:LinkAssociation', linkAssociation_deviceId - The device ID for the link association.

$sel:linkAssociationState:LinkAssociation', linkAssociation_linkAssociationState - The state of the association.

Location

data Location Source #

Describes a location.

See: newLocation smart constructor.

Constructors

Location' (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Location Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Location

Show Location Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Location

Generic Location Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Location

Associated Types

type Rep Location :: Type -> Type #

Methods

from :: Location -> Rep Location x #

to :: Rep Location x -> Location #

NFData Location Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Location

Methods

rnf :: Location -> () #

Hashable Location Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Location

Methods

hashWithSalt :: Int -> Location -> Int #

hash :: Location -> Int #

ToJSON Location Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Location

FromJSON Location Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Location

type Rep Location Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Location

type Rep Location = D1 ('MetaData "Location" "Amazonka.NetworkManager.Types.Location" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "latitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "longitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLocation :: Location Source #

Create a value of Location 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:latitude:Location', location_latitude - The latitude.

$sel:address:Location', location_address - The physical address.

$sel:longitude:Location', location_longitude - The longitude.

Site

data Site Source #

Describes a site.

See: newSite smart constructor.

Instances

Instances details
Eq Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

Methods

(==) :: Site -> Site -> Bool #

(/=) :: Site -> Site -> Bool #

Show Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

Methods

showsPrec :: Int -> Site -> ShowS #

show :: Site -> String #

showList :: [Site] -> ShowS #

Generic Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

Associated Types

type Rep Site :: Type -> Type #

Methods

from :: Site -> Rep Site x #

to :: Rep Site x -> Site #

NFData Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

Methods

rnf :: Site -> () #

Hashable Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

Methods

hashWithSalt :: Int -> Site -> Int #

hash :: Site -> Int #

FromJSON Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

type Rep Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

newSite :: Site Source #

Create a value of Site 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:state:Site', site_state - The state of the site.

$sel:location:Site', site_location - The location of the site.

$sel:createdAt:Site', site_createdAt - The date and time that the site was created.

$sel:globalNetworkId:Site', site_globalNetworkId - The ID of the global network.

$sel:siteId:Site', site_siteId - The ID of the site.

$sel:siteArn:Site', site_siteArn - The Amazon Resource Name (ARN) of the site.

$sel:description:Site', site_description - The description of the site.

$sel:tags:Site', site_tags - The tags for the site.

Tag

data Tag Source #

Describes a tag.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.NetworkManager.Types.Tag" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag 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:value:Tag', tag_value - The tag value.

Length Constraints: Maximum length of 256 characters.

$sel:key:Tag', tag_key - The tag key.

Length Constraints: Maximum length of 128 characters.

TransitGatewayConnectPeerAssociation

data TransitGatewayConnectPeerAssociation Source #

Describes a transit gateway Connect peer association.

See: newTransitGatewayConnectPeerAssociation smart constructor.

Instances

Instances details
Eq TransitGatewayConnectPeerAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociation

Read TransitGatewayConnectPeerAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociation

Show TransitGatewayConnectPeerAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociation

Generic TransitGatewayConnectPeerAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociation

NFData TransitGatewayConnectPeerAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociation

Hashable TransitGatewayConnectPeerAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociation

FromJSON TransitGatewayConnectPeerAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociation

type Rep TransitGatewayConnectPeerAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociation

type Rep TransitGatewayConnectPeerAssociation = D1 ('MetaData "TransitGatewayConnectPeerAssociation" "Amazonka.NetworkManager.Types.TransitGatewayConnectPeerAssociation" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "TransitGatewayConnectPeerAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayConnectPeerAssociationState)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "transitGatewayConnectPeerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

TransitGatewayRegistration

data TransitGatewayRegistration Source #

Describes the registration of a transit gateway to a global network.

See: newTransitGatewayRegistration smart constructor.

Instances

Instances details
Eq TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Read TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Show TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Generic TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Associated Types

type Rep TransitGatewayRegistration :: Type -> Type #

NFData TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Hashable TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

FromJSON TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

type Rep TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

type Rep TransitGatewayRegistration = D1 ('MetaData "TransitGatewayRegistration" "Amazonka.NetworkManager.Types.TransitGatewayRegistration" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "TransitGatewayRegistration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayRegistrationStateReason)) :*: (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTransitGatewayRegistration :: TransitGatewayRegistration Source #

Create a value of TransitGatewayRegistration 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:state:TransitGatewayRegistration', transitGatewayRegistration_state - The state of the transit gateway registration.

$sel:globalNetworkId:TransitGatewayRegistration', transitGatewayRegistration_globalNetworkId - The ID of the global network.

$sel:transitGatewayArn:TransitGatewayRegistration', transitGatewayRegistration_transitGatewayArn - The Amazon Resource Name (ARN) of the transit gateway.

TransitGatewayRegistrationStateReason

data TransitGatewayRegistrationStateReason Source #

Describes the status of a transit gateway registration.

See: newTransitGatewayRegistrationStateReason smart constructor.

Instances

Instances details
Eq TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

Read TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

Show TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

Generic TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

NFData TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

Hashable TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

FromJSON TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

type Rep TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

type Rep TransitGatewayRegistrationStateReason = D1 ('MetaData "TransitGatewayRegistrationStateReason" "Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "TransitGatewayRegistrationStateReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayRegistrationState)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTransitGatewayRegistrationStateReason :: TransitGatewayRegistrationStateReason Source #

Create a value of TransitGatewayRegistrationStateReason 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:code:TransitGatewayRegistrationStateReason', transitGatewayRegistrationStateReason_code - The code for the state reason.

$sel:message:TransitGatewayRegistrationStateReason', transitGatewayRegistrationStateReason_message - The message for the state reason.