npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/amazonaws_networkmanager

v5.0.0

Published

DataFire integration for AWS Network Manager

Downloads

3

Readme

@datafire/amazonaws_networkmanager

Client library for AWS Network Manager

Installation and Usage

npm install --save @datafire/amazonaws_networkmanager
let amazonaws_networkmanager = require('@datafire/amazonaws_networkmanager').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

.then(data => {
  console.log(data);
});

Description

Actions

DescribeGlobalNetworks

amazonaws_networkmanager.DescribeGlobalNetworks({}, context)

Input

  • input object
    • globalNetworkIds array
    • maxResults integer
    • nextToken string
    • MaxResults string
    • NextToken string

Output

CreateGlobalNetwork

amazonaws_networkmanager.CreateGlobalNetwork({}, context)

Input

  • input object
    • Description string: A description of the global network. Length Constraints: Maximum length of 256 characters.
    • Tags array: The tags to apply to the resource during creation.

Output

DeleteGlobalNetwork

amazonaws_networkmanager.DeleteGlobalNetwork({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string

Output

UpdateGlobalNetwork

amazonaws_networkmanager.UpdateGlobalNetwork({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • Description string: A description of the global network. Length Constraints: Maximum length of 256 characters.

Output

GetConnections

amazonaws_networkmanager.GetConnections({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • connectionIds array
    • deviceId string
    • maxResults integer
    • nextToken string
    • MaxResults string
    • NextToken string

Output

CreateConnection

amazonaws_networkmanager.CreateConnection({
  "globalNetworkId": "",
  "DeviceId": "",
  "ConnectedDeviceId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • ConnectedDeviceId required string: The ID of the second device in the connection.
    • ConnectedLinkId string: The ID of the link for the second device.
    • Description string: A description of the connection. Length Constraints: Maximum length of 256 characters.
    • DeviceId required string: The ID of the first device in the connection.
    • LinkId string: The ID of the link for the first device.
    • Tags array: The tags to apply to the resource during creation.

Output

DeleteConnection

amazonaws_networkmanager.DeleteConnection({
  "globalNetworkId": "",
  "connectionId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • connectionId required string

Output

UpdateConnection

amazonaws_networkmanager.UpdateConnection({
  "globalNetworkId": "",
  "connectionId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • connectionId required string
    • ConnectedLinkId string: The ID of the link for the second device in the connection.
    • Description string: A description of the connection. Length Constraints: Maximum length of 256 characters.
    • LinkId string: The ID of the link for the first device in the connection.

Output

GetCustomerGatewayAssociations

amazonaws_networkmanager.GetCustomerGatewayAssociations({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • customerGatewayArns array
    • maxResults integer
    • nextToken string
    • MaxResults string
    • NextToken string

Output

AssociateCustomerGateway

amazonaws_networkmanager.AssociateCustomerGateway({
  "globalNetworkId": "",
  "CustomerGatewayArn": "",
  "DeviceId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • CustomerGatewayArn required string: The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
    • DeviceId required string: The ID of the device.
    • LinkId string: The ID of the link.

Output

DisassociateCustomerGateway

amazonaws_networkmanager.DisassociateCustomerGateway({
  "globalNetworkId": "",
  "customerGatewayArn": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • customerGatewayArn required string

Output

GetDevices

amazonaws_networkmanager.GetDevices({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • deviceIds array
    • siteId string
    • maxResults integer
    • nextToken string
    • MaxResults string
    • NextToken string

Output

CreateDevice

amazonaws_networkmanager.CreateDevice({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • AWSLocation object: Specifies a location in AWS.
      • SubnetArn
      • Zone
    • Description string: A description of the device. Length Constraints: Maximum length of 256 characters.
    • Location object: Describes a location.
      • Address
      • Latitude
      • Longitude
    • Model string: The model of the device. Length Constraints: Maximum length of 128 characters.
    • SerialNumber string: The serial number of the device. Length Constraints: Maximum length of 128 characters.
    • SiteId string: The ID of the site.
    • Tags array: The tags to apply to the resource during creation.
    • Type string: The type of the device.
    • Vendor string: The vendor of the device. Length Constraints: Maximum length of 128 characters.

Output

DeleteDevice

amazonaws_networkmanager.DeleteDevice({
  "globalNetworkId": "",
  "deviceId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • deviceId required string

Output

UpdateDevice

amazonaws_networkmanager.UpdateDevice({
  "globalNetworkId": "",
  "deviceId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • deviceId required string
    • AWSLocation object: Specifies a location in AWS.
      • SubnetArn
      • Zone
    • Description string: A description of the device. Length Constraints: Maximum length of 256 characters.
    • Location object: Describes a location.
      • Address
      • Latitude
      • Longitude
    • Model string: The model of the device. Length Constraints: Maximum length of 128 characters.
    • SerialNumber string: The serial number of the device. Length Constraints: Maximum length of 128 characters.
    • SiteId string: The ID of the site.
    • Type string: The type of the device.
    • Vendor string: The vendor of the device. Length Constraints: Maximum length of 128 characters.

Output

GetLinkAssociations

amazonaws_networkmanager.GetLinkAssociations({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • deviceId string
    • linkId string
    • maxResults integer
    • nextToken string
    • MaxResults string
    • NextToken string

Output

AssociateLink

amazonaws_networkmanager.AssociateLink({
  "globalNetworkId": "",
  "DeviceId": "",
  "LinkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • DeviceId required string: The ID of the device.
    • LinkId required string: The ID of the link.

Output

DisassociateLink

amazonaws_networkmanager.DisassociateLink({
  "globalNetworkId": "",
  "deviceId": "",
  "linkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • deviceId required string
    • linkId required string

Output

GetLinks

amazonaws_networkmanager.GetLinks({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • linkIds array
    • siteId string
    • type string
    • provider string
    • maxResults integer
    • nextToken string
    • MaxResults string
    • NextToken string

Output

CreateLink

amazonaws_networkmanager.CreateLink({
  "globalNetworkId": "",
  "Bandwidth": {},
  "SiteId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • Bandwidth required object: Describes bandwidth information.
      • DownloadSpeed
      • UploadSpeed
    • Description string: A description of the link. Length Constraints: Maximum length of 256 characters.
    • Provider string: The provider of the link. Constraints: Cannot include the following characters: | \ ^ Length Constraints: Maximum length of 128 characters.
    • SiteId required string: The ID of the site.
    • Tags array: The tags to apply to the resource during creation.
    • Type string: The type of the link. Constraints: Cannot include the following characters: | \ ^ Length Constraints: Maximum length of 128 characters.

Output

DeleteLink

amazonaws_networkmanager.DeleteLink({
  "globalNetworkId": "",
  "linkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • linkId required string

Output

UpdateLink

amazonaws_networkmanager.UpdateLink({
  "globalNetworkId": "",
  "linkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • linkId required string
    • Bandwidth object: Describes bandwidth information.
      • DownloadSpeed
      • UploadSpeed
    • Description string: A description of the link. Length Constraints: Maximum length of 256 characters.
    • Provider string: The provider of the link. Length Constraints: Maximum length of 128 characters.
    • Type string: The type of the link. Length Constraints: Maximum length of 128 characters.

Output

GetSites

amazonaws_networkmanager.GetSites({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • siteIds array
    • maxResults integer
    • nextToken string
    • MaxResults string
    • NextToken string

Output

CreateSite

amazonaws_networkmanager.CreateSite({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • Description string: A description of your site. Length Constraints: Maximum length of 256 characters.
    • Location object: Describes a location.
      • Address
      • Latitude
      • Longitude
    • Tags array: The tags to apply to the resource during creation.

Output

DeleteSite

amazonaws_networkmanager.DeleteSite({
  "globalNetworkId": "",
  "siteId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • siteId required string

Output

UpdateSite

amazonaws_networkmanager.UpdateSite({
  "globalNetworkId": "",
  "siteId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • siteId required string
    • Description string: A description of your site. Length Constraints: Maximum length of 256 characters.
    • Location object: Describes a location.
      • Address
      • Latitude
      • Longitude

Output

GetTransitGatewayConnectPeerAssociations

amazonaws_networkmanager.GetTransitGatewayConnectPeerAssociations({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • transitGatewayConnectPeerArns array
    • maxResults integer
    • nextToken string
    • MaxResults string
    • NextToken string

Output

AssociateTransitGatewayConnectPeer

amazonaws_networkmanager.AssociateTransitGatewayConnectPeer({
  "globalNetworkId": "",
  "TransitGatewayConnectPeerArn": "",
  "DeviceId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • DeviceId required string: The ID of the device.
    • LinkId string: The ID of the link.
    • TransitGatewayConnectPeerArn required string: The Amazon Resource Name (ARN) of the Connect peer.

Output

DisassociateTransitGatewayConnectPeer

amazonaws_networkmanager.DisassociateTransitGatewayConnectPeer({
  "globalNetworkId": "",
  "transitGatewayConnectPeerArn": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • transitGatewayConnectPeerArn required string

Output

GetTransitGatewayRegistrations

amazonaws_networkmanager.GetTransitGatewayRegistrations({
  "globalNetworkId": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • transitGatewayArns array
    • maxResults integer
    • nextToken string
    • MaxResults string
    • NextToken string

Output

RegisterTransitGateway

amazonaws_networkmanager.RegisterTransitGateway({
  "globalNetworkId": "",
  "TransitGatewayArn": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • TransitGatewayArn required string: The Amazon Resource Name (ARN) of the transit gateway. For more information, see Resources Defined by Amazon EC2.

Output

DeregisterTransitGateway

amazonaws_networkmanager.DeregisterTransitGateway({
  "globalNetworkId": "",
  "transitGatewayArn": ""
}, context)

Input

  • input object
    • globalNetworkId required string
    • transitGatewayArn required string

Output

ListTagsForResource

amazonaws_networkmanager.ListTagsForResource({
  "resourceArn": ""
}, context)

Input

  • input object
    • resourceArn required string

Output

TagResource

amazonaws_networkmanager.TagResource({
  "resourceArn": "",
  "Tags": []
}, context)

Input

  • input object
    • resourceArn required string
    • Tags required array: The tags to apply to the specified resource.

Output

UntagResource

amazonaws_networkmanager.UntagResource({
  "resourceArn": "",
  "tagKeys": []
}, context)

Input

  • input object
    • resourceArn required string
    • tagKeys required array

Output

Definitions

AWSLocation

  • AWSLocation object: Specifies a location in AWS.
    • SubnetArn
    • Zone

AccessDeniedException

AssociateCustomerGatewayRequest

  • AssociateCustomerGatewayRequest object
    • CustomerGatewayArn required
    • DeviceId required
    • LinkId

AssociateCustomerGatewayResponse

  • AssociateCustomerGatewayResponse object
    • CustomerGatewayAssociation
      • CustomerGatewayArn
      • DeviceId
      • GlobalNetworkId
      • LinkId
      • State

AssociateLinkRequest

  • AssociateLinkRequest object
    • DeviceId required
    • LinkId required

AssociateLinkResponse

  • AssociateLinkResponse object
    • LinkAssociation
      • DeviceId
      • GlobalNetworkId
      • LinkAssociationState
      • LinkId

AssociateTransitGatewayConnectPeerRequest

  • AssociateTransitGatewayConnectPeerRequest object
    • DeviceId required
    • LinkId
    • TransitGatewayConnectPeerArn required

AssociateTransitGatewayConnectPeerResponse

  • AssociateTransitGatewayConnectPeerResponse object
    • TransitGatewayConnectPeerAssociation
      • DeviceId
      • GlobalNetworkId
      • LinkId
      • State
      • TransitGatewayConnectPeerArn

Bandwidth

  • Bandwidth object: Describes bandwidth information.
    • DownloadSpeed
    • UploadSpeed

ConflictException

Connection

  • Connection object: Describes a connection.
    • ConnectedDeviceId
    • ConnectedLinkId
    • ConnectionArn
    • ConnectionId
    • CreatedAt
    • Description
    • DeviceId
    • GlobalNetworkId
    • LinkId
    • State
    • Tags

ConnectionList

ConnectionState

  • ConnectionState string (values: PENDING, AVAILABLE, DELETING, UPDATING)

CreateConnectionRequest

  • CreateConnectionRequest object
    • ConnectedDeviceId required
    • ConnectedLinkId
    • Description
    • DeviceId required
    • LinkId
    • Tags

CreateConnectionResponse

  • CreateConnectionResponse object
    • Connection
      • ConnectedDeviceId
      • ConnectedLinkId
      • ConnectionArn
      • ConnectionId
      • CreatedAt
      • Description
      • DeviceId
      • GlobalNetworkId
      • LinkId
      • State
      • Tags

CreateDeviceRequest

  • CreateDeviceRequest object
    • AWSLocation
      • SubnetArn
      • Zone
    • Description
    • Location
      • Address
      • Latitude
      • Longitude
    • Model
    • SerialNumber
    • SiteId
    • Tags
    • Type
    • Vendor

CreateDeviceResponse

  • CreateDeviceResponse object
    • Device
      • AWSLocation
        • SubnetArn
        • Zone
      • CreatedAt
      • Description
      • DeviceArn
      • DeviceId
      • GlobalNetworkId
      • Location
        • Address
        • Latitude
        • Longitude
      • Model
      • SerialNumber
      • SiteId
      • State
      • Tags
      • Type
      • Vendor

CreateGlobalNetworkRequest

  • CreateGlobalNetworkRequest object
    • Description
    • Tags

CreateGlobalNetworkResponse

  • CreateGlobalNetworkResponse object
    • GlobalNetwork
      • CreatedAt
      • Description
      • GlobalNetworkArn
      • GlobalNetworkId
      • State
      • Tags

CreateLinkRequest

  • CreateLinkRequest object
    • Bandwidth required
      • DownloadSpeed
      • UploadSpeed
    • Description
    • Provider
    • SiteId required
    • Tags
    • Type

CreateLinkResponse

  • CreateLinkResponse object
    • Link
      • Bandwidth
        • DownloadSpeed
        • UploadSpeed
      • CreatedAt
      • Description
      • GlobalNetworkId
      • LinkArn
      • LinkId
      • Provider
      • SiteId
      • State
      • Tags
      • Type

CreateSiteRequest

  • CreateSiteRequest object
    • Description
    • Location
      • Address
      • Latitude
      • Longitude
    • Tags

CreateSiteResponse

  • CreateSiteResponse object
    • Site
      • CreatedAt
      • Description
      • GlobalNetworkId
      • Location
        • Address
        • Latitude
        • Longitude
      • SiteArn
      • SiteId
      • State
      • Tags

CustomerGatewayAssociation

  • CustomerGatewayAssociation object: Describes the association between a customer gateway, a device, and a link.
    • CustomerGatewayArn
    • DeviceId
    • GlobalNetworkId
    • LinkId
    • State

CustomerGatewayAssociationList

CustomerGatewayAssociationState

  • CustomerGatewayAssociationState string (values: PENDING, AVAILABLE, DELETING, DELETED)

DateTime

  • DateTime string

DeleteConnectionRequest

  • DeleteConnectionRequest object

DeleteConnectionResponse

  • DeleteConnectionResponse object
    • Connection
      • ConnectedDeviceId
      • ConnectedLinkId
      • ConnectionArn
      • ConnectionId
      • CreatedAt
      • Description
      • DeviceId
      • GlobalNetworkId
      • LinkId
      • State
      • Tags

DeleteDeviceRequest

  • DeleteDeviceRequest object

DeleteDeviceResponse

  • DeleteDeviceResponse object
    • Device
      • AWSLocation
        • SubnetArn
        • Zone
      • CreatedAt
      • Description
      • DeviceArn
      • DeviceId
      • GlobalNetworkId
      • Location
        • Address
        • Latitude
        • Longitude
      • Model
      • SerialNumber
      • SiteId
      • State
      • Tags
      • Type
      • Vendor

DeleteGlobalNetworkRequest

  • DeleteGlobalNetworkRequest object

DeleteGlobalNetworkResponse

  • DeleteGlobalNetworkResponse object
    • GlobalNetwork
      • CreatedAt
      • Description
      • GlobalNetworkArn
      • GlobalNetworkId
      • State
      • Tags

DeleteLinkRequest

  • DeleteLinkRequest object

DeleteLinkResponse

  • DeleteLinkResponse object
    • Link
      • Bandwidth
        • DownloadSpeed
        • UploadSpeed
      • CreatedAt
      • Description
      • GlobalNetworkId
      • LinkArn
      • LinkId
      • Provider
      • SiteId
      • State
      • Tags
      • Type

DeleteSiteRequest

  • DeleteSiteRequest object

DeleteSiteResponse

  • DeleteSiteResponse object
    • Site
      • CreatedAt
      • Description
      • GlobalNetworkId
      • Location
        • Address
        • Latitude
        • Longitude
      • SiteArn
      • SiteId
      • State
      • Tags

DeregisterTransitGatewayRequest

  • DeregisterTransitGatewayRequest object

DeregisterTransitGatewayResponse

  • DeregisterTransitGatewayResponse object
    • TransitGatewayRegistration
      • GlobalNetworkId
      • State
        • Code
        • Message
      • TransitGatewayArn

DescribeGlobalNetworksRequest

  • DescribeGlobalNetworksRequest object

DescribeGlobalNetworksResponse

  • DescribeGlobalNetworksResponse object

Device

  • Device object: Describes a device.
    • AWSLocation
      • SubnetArn
      • Zone
    • CreatedAt
    • Description
    • DeviceArn
    • DeviceId
    • GlobalNetworkId
    • Location
      • Address
      • Latitude
      • Longitude
    • Model
    • SerialNumber
    • SiteId
    • State
    • Tags
    • Type
    • Vendor

DeviceList

DeviceState

  • DeviceState string (values: PENDING, AVAILABLE, DELETING, UPDATING)

DisassociateCustomerGatewayRequest

  • DisassociateCustomerGatewayRequest object

DisassociateCustomerGatewayResponse

  • DisassociateCustomerGatewayResponse object
    • CustomerGatewayAssociation
      • CustomerGatewayArn
      • DeviceId
      • GlobalNetworkId
      • LinkId
      • State

DisassociateLinkRequest

  • DisassociateLinkRequest object

DisassociateLinkResponse

  • DisassociateLinkResponse object
    • LinkAssociation
      • DeviceId
      • GlobalNetworkId
      • LinkAssociationState
      • LinkId

DisassociateTransitGatewayConnectPeerRequest

  • DisassociateTransitGatewayConnectPeerRequest object

DisassociateTransitGatewayConnectPeerResponse

  • DisassociateTransitGatewayConnectPeerResponse object
    • TransitGatewayConnectPeerAssociation
      • DeviceId
      • GlobalNetworkId
      • LinkId
      • State
      • TransitGatewayConnectPeerArn

GetConnectionsRequest

  • GetConnectionsRequest object

GetConnectionsResponse

  • GetConnectionsResponse object

GetCustomerGatewayAssociationsRequest

  • GetCustomerGatewayAssociationsRequest object

GetCustomerGatewayAssociationsResponse

GetDevicesRequest

  • GetDevicesRequest object

GetDevicesResponse

  • GetDevicesResponse object

GetLinkAssociationsRequest

  • GetLinkAssociationsRequest object

GetLinkAssociationsResponse

  • GetLinkAssociationsResponse object

GetLinksRequest

  • GetLinksRequest object

GetLinksResponse

  • GetLinksResponse object
    • Links
    • NextToken

GetSitesRequest

  • GetSitesRequest object

GetSitesResponse

  • GetSitesResponse object
    • NextToken
    • Sites

GetTransitGatewayConnectPeerAssociationsRequest

  • GetTransitGatewayConnectPeerAssociationsRequest object

GetTransitGatewayConnectPeerAssociationsResponse

GetTransitGatewayRegistrationsRequest

  • GetTransitGatewayRegistrationsRequest object

GetTransitGatewayRegistrationsResponse

GlobalNetwork

  • GlobalNetwork object: Describes a global network.
    • CreatedAt
    • Description
    • GlobalNetworkArn
    • GlobalNetworkId
    • State
    • Tags

GlobalNetworkList

GlobalNetworkState

  • GlobalNetworkState string (values: PENDING, AVAILABLE, DELETING, UPDATING)

Integer

  • Integer integer

InternalServerException

Link

  • Link object: Describes a link.
    • Bandwidth
      • DownloadSpeed
      • UploadSpeed
    • CreatedAt
    • Description
    • GlobalNetworkId
    • LinkArn
    • LinkId
    • Provider
    • SiteId
    • State
    • Tags
    • Type

LinkAssociation

  • LinkAssociation object: Describes the association between a device and a link.
    • DeviceId
    • GlobalNetworkId
    • LinkAssociationState
    • LinkId

LinkAssociationList

LinkAssociationState

  • LinkAssociationState string (values: PENDING, AVAILABLE, DELETING, DELETED)

LinkList

  • LinkList array

LinkState

  • LinkState string (values: PENDING, AVAILABLE, DELETING, UPDATING)

ListTagsForResourceRequest

  • ListTagsForResourceRequest object

ListTagsForResourceResponse

  • ListTagsForResourceResponse object
    • TagList

Location

  • Location object: Describes a location.
    • Address
    • Latitude
    • Longitude

MaxResults

  • MaxResults integer

RegisterTransitGatewayRequest

  • RegisterTransitGatewayRequest object
    • TransitGatewayArn required

RegisterTransitGatewayResponse

  • RegisterTransitGatewayResponse object
    • TransitGatewayRegistration
      • GlobalNetworkId
      • State
        • Code
        • Message
      • TransitGatewayArn

ResourceARN

  • ResourceARN string

ResourceNotFoundException

ServiceQuotaExceededException

Site

  • Site object: Describes a site.
    • CreatedAt
    • Description
    • GlobalNetworkId
    • Location
      • Address
      • Latitude
      • Longitude
    • SiteArn
    • SiteId
    • State
    • Tags

SiteList

  • SiteList array

SiteState

  • SiteState string (values: PENDING, AVAILABLE, DELETING, UPDATING)

String

  • String string

StringList

Tag

  • Tag object: Describes a tag.
    • Key
    • Value

TagKey

  • TagKey string

TagKeyList

TagList

  • TagList array

TagResourceRequest

  • TagResourceRequest object
    • Tags required

TagResourceResponse

  • TagResourceResponse object

TagValue

  • TagValue string

ThrottlingException

TransitGatewayConnectPeerAssociation

  • TransitGatewayConnectPeerAssociation object: Describes a transit gateway Connect peer association.
    • DeviceId
    • GlobalNetworkId
    • LinkId
    • State
    • TransitGatewayConnectPeerArn

TransitGatewayConnectPeerAssociationList

TransitGatewayConnectPeerAssociationState

  • TransitGatewayConnectPeerAssociationState string (values: PENDING, AVAILABLE, DELETING, DELETED)

TransitGatewayRegistration

  • TransitGatewayRegistration object: Describes the registration of a transit gateway to a global network.
    • GlobalNetworkId
    • State
      • Code
      • Message
    • TransitGatewayArn

TransitGatewayRegistrationList

TransitGatewayRegistrationState

  • TransitGatewayRegistrationState string (values: PENDING, AVAILABLE, DELETING, DELETED, FAILED)

TransitGatewayRegistrationStateReason

  • TransitGatewayRegistrationStateReason object: Describes the status of a transit gateway registration.
    • Code
    • Message

UntagResourceRequest

  • UntagResourceRequest object

UntagResourceResponse

  • UntagResourceResponse object

UpdateConnectionRequest

  • UpdateConnectionRequest object
    • ConnectedLinkId
    • Description
    • LinkId

UpdateConnectionResponse

  • UpdateConnectionResponse object
    • Connection
      • ConnectedDeviceId
      • ConnectedLinkId
      • ConnectionArn
      • ConnectionId
      • CreatedAt
      • Description
      • DeviceId
      • GlobalNetworkId
      • LinkId
      • State
      • Tags

UpdateDeviceRequest

  • UpdateDeviceRequest object
    • AWSLocation
      • SubnetArn
      • Zone
    • Description
    • Location Location
    • Model
    • SerialNumber
    • SiteId
    • Type
    • Vendor

UpdateDeviceResponse

  • UpdateDeviceResponse object
    • Device
      • AWSLocation
        • SubnetArn
        • Zone
      • CreatedAt
      • Description
      • DeviceArn
      • DeviceId
      • GlobalNetworkId
      • Location
        • Address
        • Latitude
        • Longitude
      • Model
      • SerialNumber
      • SiteId
      • State
      • Tags
      • Type
      • Vendor

UpdateGlobalNetworkRequest

  • UpdateGlobalNetworkRequest object
    • Description

UpdateGlobalNetworkResponse

  • UpdateGlobalNetworkResponse object
    • GlobalNetwork
      • CreatedAt
      • Description
      • GlobalNetworkArn
      • GlobalNetworkId
      • State
      • Tags

UpdateLinkRequest

  • UpdateLinkRequest object
    • Bandwidth
      • DownloadSpeed
      • UploadSpeed
    • Description
    • Provider
    • Type

UpdateLinkResponse

  • UpdateLinkResponse object
    • Link
      • Bandwidth
        • DownloadSpeed
        • UploadSpeed
      • CreatedAt
      • Description
      • GlobalNetworkId
      • LinkArn
      • LinkId
      • Provider
      • SiteId
      • State
      • Tags
      • Type

UpdateSiteRequest

  • UpdateSiteRequest object
    • Description
    • Location
      • Address
      • Latitude
      • Longitude

UpdateSiteResponse

  • UpdateSiteResponse object
    • Site
      • CreatedAt
      • Description
      • GlobalNetworkId
      • Location
        • Address
        • Latitude
        • Longitude
      • SiteArn
      • SiteId
      • State
      • Tags

ValidationException