5.0.0 • Published 5 years ago
@datafire/amazonaws_networkmanager v5.0.0
@datafire/amazonaws_networkmanager
Client library for AWS Network Manager
Installation and Usage
npm install --save @datafire/amazonaws_networkmanagerlet 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
- globalNetworkIds
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.- items Tag
- Description
Output
- output CreateGlobalNetworkResponse
DeleteGlobalNetwork
amazonaws_networkmanager.DeleteGlobalNetwork({
"globalNetworkId": ""
}, context)Input
- input
object- globalNetworkId required
string
- globalNetworkId required
Output
- output DeleteGlobalNetworkResponse
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.
- globalNetworkId required
Output
- output UpdateGlobalNetworkResponse
GetConnections
amazonaws_networkmanager.GetConnections({
"globalNetworkId": ""
}, context)Input
- input
object- globalNetworkId required
string - connectionIds
array - deviceId
string - maxResults
integer - nextToken
string - MaxResults
string - NextToken
string
- globalNetworkId required
Output
- output GetConnectionsResponse
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.- items Tag
- globalNetworkId required
Output
- output CreateConnectionResponse
DeleteConnection
amazonaws_networkmanager.DeleteConnection({
"globalNetworkId": "",
"connectionId": ""
}, context)Input
- input
object- globalNetworkId required
string - connectionId required
string
- globalNetworkId required
Output
- output DeleteConnectionResponse
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.
- globalNetworkId required
Output
- output UpdateConnectionResponse
GetCustomerGatewayAssociations
amazonaws_networkmanager.GetCustomerGatewayAssociations({
"globalNetworkId": ""
}, context)Input
- input
object- globalNetworkId required
string - customerGatewayArns
array - maxResults
integer - nextToken
string - MaxResults
string - NextToken
string
- globalNetworkId required
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.
- globalNetworkId required
Output
DisassociateCustomerGateway
amazonaws_networkmanager.DisassociateCustomerGateway({
"globalNetworkId": "",
"customerGatewayArn": ""
}, context)Input
- input
object- globalNetworkId required
string - customerGatewayArn required
string
- globalNetworkId required
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
- globalNetworkId required
Output
- output GetDevicesResponse
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.- items Tag
- Type
string: The type of the device. - Vendor
string: The vendor of the device. Length Constraints: Maximum length of 128 characters.
- globalNetworkId required
Output
- output CreateDeviceResponse
DeleteDevice
amazonaws_networkmanager.DeleteDevice({
"globalNetworkId": "",
"deviceId": ""
}, context)Input
- input
object- globalNetworkId required
string - deviceId required
string
- globalNetworkId required
Output
- output DeleteDeviceResponse
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.
- globalNetworkId required
Output
- output UpdateDeviceResponse
GetLinkAssociations
amazonaws_networkmanager.GetLinkAssociations({
"globalNetworkId": ""
}, context)Input
- input
object- globalNetworkId required
string - deviceId
string - linkId
string - maxResults
integer - nextToken
string - MaxResults
string - NextToken
string
- globalNetworkId required
Output
- output GetLinkAssociationsResponse
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.
- globalNetworkId required
Output
- output AssociateLinkResponse
DisassociateLink
amazonaws_networkmanager.DisassociateLink({
"globalNetworkId": "",
"deviceId": "",
"linkId": ""
}, context)Input
- input
object- globalNetworkId required
string - deviceId required
string - linkId required
string
- globalNetworkId required
Output
- output DisassociateLinkResponse
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
- globalNetworkId required
Output
- output GetLinksResponse
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.- items Tag
- Type
string: The type of the link. Constraints: Cannot include the following characters: | \ ^ Length Constraints: Maximum length of 128 characters.
- globalNetworkId required
Output
- output CreateLinkResponse
DeleteLink
amazonaws_networkmanager.DeleteLink({
"globalNetworkId": "",
"linkId": ""
}, context)Input
- input
object- globalNetworkId required
string - linkId required
string
- globalNetworkId required
Output
- output DeleteLinkResponse
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.
- globalNetworkId required
Output
- output UpdateLinkResponse
GetSites
amazonaws_networkmanager.GetSites({
"globalNetworkId": ""
}, context)Input
- input
object- globalNetworkId required
string - siteIds
array - maxResults
integer - nextToken
string - MaxResults
string - NextToken
string
- globalNetworkId required
Output
- output GetSitesResponse
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.- items Tag
- globalNetworkId required
Output
- output CreateSiteResponse
DeleteSite
amazonaws_networkmanager.DeleteSite({
"globalNetworkId": "",
"siteId": ""
}, context)Input
- input
object- globalNetworkId required
string - siteId required
string
- globalNetworkId required
Output
- output DeleteSiteResponse
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
- globalNetworkId required
Output
- output UpdateSiteResponse
GetTransitGatewayConnectPeerAssociations
amazonaws_networkmanager.GetTransitGatewayConnectPeerAssociations({
"globalNetworkId": ""
}, context)Input
- input
object- globalNetworkId required
string - transitGatewayConnectPeerArns
array - maxResults
integer - nextToken
string - MaxResults
string - NextToken
string
- globalNetworkId required
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.
- globalNetworkId required
Output
DisassociateTransitGatewayConnectPeer
amazonaws_networkmanager.DisassociateTransitGatewayConnectPeer({
"globalNetworkId": "",
"transitGatewayConnectPeerArn": ""
}, context)Input
- input
object- globalNetworkId required
string - transitGatewayConnectPeerArn required
string
- globalNetworkId required
Output
GetTransitGatewayRegistrations
amazonaws_networkmanager.GetTransitGatewayRegistrations({
"globalNetworkId": ""
}, context)Input
- input
object- globalNetworkId required
string - transitGatewayArns
array - maxResults
integer - nextToken
string - MaxResults
string - NextToken
string
- globalNetworkId required
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.
- globalNetworkId required
Output
DeregisterTransitGateway
amazonaws_networkmanager.DeregisterTransitGateway({
"globalNetworkId": "",
"transitGatewayArn": ""
}, context)Input
- input
object- globalNetworkId required
string - transitGatewayArn required
string
- globalNetworkId required
Output
ListTagsForResource
amazonaws_networkmanager.ListTagsForResource({
"resourceArn": ""
}, context)Input
- input
object- resourceArn required
string
- resourceArn required
Output
- output ListTagsForResourceResponse
TagResource
amazonaws_networkmanager.TagResource({
"resourceArn": "",
"Tags": []
}, context)Input
- input
object- resourceArn required
string - Tags required
array: The tags to apply to the specified resource.- items Tag
- resourceArn required
Output
- output TagResourceResponse
UntagResource
amazonaws_networkmanager.UntagResource({
"resourceArn": "",
"tagKeys": []
}, context)Input
- input
object- resourceArn required
string - tagKeys required
array
- resourceArn required
Output
- output UntagResourceResponse
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
- CustomerGatewayAssociation
AssociateLinkRequest
- AssociateLinkRequest
object- DeviceId required
- LinkId required
AssociateLinkResponse
- AssociateLinkResponse
object- LinkAssociation
- DeviceId
- GlobalNetworkId
- LinkAssociationState
- LinkId
- LinkAssociation
AssociateTransitGatewayConnectPeerRequest
- AssociateTransitGatewayConnectPeerRequest
object- DeviceId required
- LinkId
- TransitGatewayConnectPeerArn required
AssociateTransitGatewayConnectPeerResponse
- AssociateTransitGatewayConnectPeerResponse
object- TransitGatewayConnectPeerAssociation
- DeviceId
- GlobalNetworkId
- LinkId
- State
- TransitGatewayConnectPeerArn
- TransitGatewayConnectPeerAssociation
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
- items Tag
ConnectionList
- ConnectionList
array- items Connection
ConnectionState
- ConnectionState
string(values: PENDING, AVAILABLE, DELETING, UPDATING)
CreateConnectionRequest
- CreateConnectionRequest
object- ConnectedDeviceId required
- ConnectedLinkId
- Description
- DeviceId required
- LinkId
- Tags
- items Tag
CreateConnectionResponse
- CreateConnectionResponse
object- Connection
- ConnectedDeviceId
- ConnectedLinkId
- ConnectionArn
- ConnectionId
- CreatedAt
- Description
- DeviceId
- GlobalNetworkId
- LinkId
- State
- Tags
- items Tag
- Connection
CreateDeviceRequest
- CreateDeviceRequest
object- AWSLocation
- SubnetArn
- Zone
- Description
- Location
- Address
- Latitude
- Longitude
- Model
- SerialNumber
- SiteId
- Tags
- items Tag
- Type
- Vendor
- AWSLocation
CreateDeviceResponse
- CreateDeviceResponse
object- Device
- AWSLocation
- SubnetArn
- Zone
- CreatedAt
- Description
- DeviceArn
- DeviceId
- GlobalNetworkId
- Location
- Address
- Latitude
- Longitude
- Model
- SerialNumber
- SiteId
- State
- Tags
- items Tag
- Type
- Vendor
- AWSLocation
- Device
CreateGlobalNetworkRequest
- CreateGlobalNetworkRequest
object- Description
- Tags
- items Tag
CreateGlobalNetworkResponse
- CreateGlobalNetworkResponse
object- GlobalNetwork
- CreatedAt
- Description
- GlobalNetworkArn
- GlobalNetworkId
- State
- Tags
- items Tag
- GlobalNetwork
CreateLinkRequest
- CreateLinkRequest
object- Bandwidth required
- DownloadSpeed
- UploadSpeed
- Description
- Provider
- SiteId required
- Tags
- items Tag
- Type
- Bandwidth required
CreateLinkResponse
- CreateLinkResponse
object- Link
- Bandwidth
- DownloadSpeed
- UploadSpeed
- CreatedAt
- Description
- GlobalNetworkId
- LinkArn
- LinkId
- Provider
- SiteId
- State
- Tags
- items Tag
- Type
- Bandwidth
- Link
CreateSiteRequest
- CreateSiteRequest
object- Description
- Location
- Address
- Latitude
- Longitude
- Tags
- items Tag
CreateSiteResponse
- CreateSiteResponse
object- Site
- CreatedAt
- Description
- GlobalNetworkId
- Location
- Address
- Latitude
- Longitude
- SiteArn
- SiteId
- State
- Tags
- items Tag
- Site
CustomerGatewayAssociation
- CustomerGatewayAssociation
object: Describes the association between a customer gateway, a device, and a link.- CustomerGatewayArn
- DeviceId
- GlobalNetworkId
- LinkId
- State
CustomerGatewayAssociationList
- CustomerGatewayAssociationList
array
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
- items Tag
- Connection
DeleteDeviceRequest
- DeleteDeviceRequest
object
DeleteDeviceResponse
- DeleteDeviceResponse
object- Device
- AWSLocation
- SubnetArn
- Zone
- CreatedAt
- Description
- DeviceArn
- DeviceId
- GlobalNetworkId
- Location
- Address
- Latitude
- Longitude
- Model
- SerialNumber
- SiteId
- State
- Tags
- items Tag
- Type
- Vendor
- AWSLocation
- Device
DeleteGlobalNetworkRequest
- DeleteGlobalNetworkRequest
object
DeleteGlobalNetworkResponse
- DeleteGlobalNetworkResponse
object- GlobalNetwork
- CreatedAt
- Description
- GlobalNetworkArn
- GlobalNetworkId
- State
- Tags
- items Tag
- GlobalNetwork
DeleteLinkRequest
- DeleteLinkRequest
object
DeleteLinkResponse
- DeleteLinkResponse
object- Link
- Bandwidth
- DownloadSpeed
- UploadSpeed
- CreatedAt
- Description
- GlobalNetworkId
- LinkArn
- LinkId
- Provider
- SiteId
- State
- Tags
- items Tag
- Type
- Bandwidth
- Link
DeleteSiteRequest
- DeleteSiteRequest
object
DeleteSiteResponse
- DeleteSiteResponse
object- Site
- CreatedAt
- Description
- GlobalNetworkId
- Location
- Address
- Latitude
- Longitude
- SiteArn
- SiteId
- State
- Tags
- items Tag
- Site
DeregisterTransitGatewayRequest
- DeregisterTransitGatewayRequest
object
DeregisterTransitGatewayResponse
- DeregisterTransitGatewayResponse
object- TransitGatewayRegistration
- GlobalNetworkId
- State
- Code
- Message
- TransitGatewayArn
- TransitGatewayRegistration
DescribeGlobalNetworksRequest
- DescribeGlobalNetworksRequest
object
DescribeGlobalNetworksResponse
- DescribeGlobalNetworksResponse
object- GlobalNetworks
- items GlobalNetwork
- NextToken
- GlobalNetworks
Device
- Device
object: Describes a device.- AWSLocation
- SubnetArn
- Zone
- CreatedAt
- Description
- DeviceArn
- DeviceId
- GlobalNetworkId
- Location
- Address
- Latitude
- Longitude
- Model
- SerialNumber
- SiteId
- State
- Tags
- items Tag
- Type
- Vendor
- AWSLocation
DeviceList
- DeviceList
array- items Device
DeviceState
- DeviceState
string(values: PENDING, AVAILABLE, DELETING, UPDATING)
DisassociateCustomerGatewayRequest
- DisassociateCustomerGatewayRequest
object
DisassociateCustomerGatewayResponse
- DisassociateCustomerGatewayResponse
object- CustomerGatewayAssociation
- CustomerGatewayArn
- DeviceId
- GlobalNetworkId
- LinkId
- State
- CustomerGatewayAssociation
DisassociateLinkRequest
- DisassociateLinkRequest
object
DisassociateLinkResponse
- DisassociateLinkResponse
object- LinkAssociation
- DeviceId
- GlobalNetworkId
- LinkAssociationState
- LinkId
- LinkAssociation
DisassociateTransitGatewayConnectPeerRequest
- DisassociateTransitGatewayConnectPeerRequest
object
DisassociateTransitGatewayConnectPeerResponse
- DisassociateTransitGatewayConnectPeerResponse
object- TransitGatewayConnectPeerAssociation
- DeviceId
- GlobalNetworkId
- LinkId
- State
- TransitGatewayConnectPeerArn
- TransitGatewayConnectPeerAssociation
GetConnectionsRequest
- GetConnectionsRequest
object
GetConnectionsResponse
- GetConnectionsResponse
object- Connections
- items Connection
- NextToken
- Connections
GetCustomerGatewayAssociationsRequest
- GetCustomerGatewayAssociationsRequest
object
GetCustomerGatewayAssociationsResponse
- GetCustomerGatewayAssociationsResponse
object- CustomerGatewayAssociations
- NextToken
GetDevicesRequest
- GetDevicesRequest
object
GetDevicesResponse
- GetDevicesResponse
object- Devices
- items Device
- NextToken
- Devices
GetLinkAssociationsRequest
- GetLinkAssociationsRequest
object
GetLinkAssociationsResponse
- GetLinkAssociationsResponse
object- LinkAssociations
- items LinkAssociation
- NextToken
- LinkAssociations
GetLinksRequest
- GetLinksRequest
object
GetLinksResponse
- GetLinksResponse
object- Links
- items Link
- NextToken
- Links
GetSitesRequest
- GetSitesRequest
object
GetSitesResponse
- GetSitesResponse
object- NextToken
- Sites
- items Site
GetTransitGatewayConnectPeerAssociationsRequest
- GetTransitGatewayConnectPeerAssociationsRequest
object
GetTransitGatewayConnectPeerAssociationsResponse
- GetTransitGatewayConnectPeerAssociationsResponse
object- NextToken
- TransitGatewayConnectPeerAssociations
GetTransitGatewayRegistrationsRequest
- GetTransitGatewayRegistrationsRequest
object
GetTransitGatewayRegistrationsResponse
- GetTransitGatewayRegistrationsResponse
object- NextToken
- TransitGatewayRegistrations
GlobalNetwork
- GlobalNetwork
object: Describes a global network.- CreatedAt
- Description
- GlobalNetworkArn
- GlobalNetworkId
- State
- Tags
- items Tag
GlobalNetworkList
- GlobalNetworkList
array- items GlobalNetwork
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
- items Tag
- Type
- Bandwidth
LinkAssociation
- LinkAssociation
object: Describes the association between a device and a link.- DeviceId
- GlobalNetworkId
- LinkAssociationState
- LinkId
LinkAssociationList
- LinkAssociationList
array- items LinkAssociation
LinkAssociationState
- LinkAssociationState
string(values: PENDING, AVAILABLE, DELETING, DELETED)
LinkList
- LinkList
array- items Link
LinkState
- LinkState
string(values: PENDING, AVAILABLE, DELETING, UPDATING)
ListTagsForResourceRequest
- ListTagsForResourceRequest
object
ListTagsForResourceResponse
- ListTagsForResourceResponse
object- TagList
- items Tag
- 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
- TransitGatewayRegistration
ResourceARN
- ResourceARN
string
ResourceNotFoundException
ServiceQuotaExceededException
Site
- Site
object: Describes a site.- CreatedAt
- Description
- GlobalNetworkId
- Location
- Address
- Latitude
- Longitude
- SiteArn
- SiteId
- State
- Tags
- items Tag
SiteList
- SiteList
array- items Site
SiteState
- SiteState
string(values: PENDING, AVAILABLE, DELETING, UPDATING)
String
- String
string
StringList
- StringList
array- items String
Tag
- Tag
object: Describes a tag.- Key
- Value
TagKey
- TagKey
string
TagKeyList
- TagKeyList
array- items TagKey
TagList
- TagList
array- items Tag
TagResourceRequest
- TagResourceRequest
object- Tags required
- items Tag
- 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
- TransitGatewayConnectPeerAssociationList
array
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
- TransitGatewayRegistrationList
array
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
- items Tag
- Connection
UpdateDeviceRequest
- UpdateDeviceRequest
object- AWSLocation
- SubnetArn
- Zone
- Description
- Location Location
- Model
- SerialNumber
- SiteId
- Type
- Vendor
- AWSLocation
UpdateDeviceResponse
- UpdateDeviceResponse
object- Device
- AWSLocation
- SubnetArn
- Zone
- CreatedAt
- Description
- DeviceArn
- DeviceId
- GlobalNetworkId
- Location
- Address
- Latitude
- Longitude
- Model
- SerialNumber
- SiteId
- State
- Tags
- items Tag
- Type
- Vendor
- AWSLocation
- Device
UpdateGlobalNetworkRequest
- UpdateGlobalNetworkRequest
object- Description
UpdateGlobalNetworkResponse
- UpdateGlobalNetworkResponse
object- GlobalNetwork
- CreatedAt
- Description
- GlobalNetworkArn
- GlobalNetworkId
- State
- Tags
- items Tag
- GlobalNetwork
UpdateLinkRequest
- UpdateLinkRequest
object- Bandwidth
- DownloadSpeed
- UploadSpeed
- Description
- Provider
- Type
- Bandwidth
UpdateLinkResponse
- UpdateLinkResponse
object- Link
- Bandwidth
- DownloadSpeed
- UploadSpeed
- CreatedAt
- Description
- GlobalNetworkId
- LinkArn
- LinkId
- Provider
- SiteId
- State
- Tags
- items Tag
- Type
- Bandwidth
- Link
UpdateSiteRequest
- UpdateSiteRequest
object- Description
- Location
- Address
- Latitude
- Longitude
UpdateSiteResponse
- UpdateSiteResponse
object- Site
- CreatedAt
- Description
- GlobalNetworkId
- Location
- Address
- Latitude
- Longitude
- SiteArn
- SiteId
- State
- Tags
- items Tag
- Site
ValidationException
5.0.0
5 years ago