lib/aws-sdk-directconnect/client.rb in aws-sdk-directconnect-1.2.0 vs lib/aws-sdk-directconnect/client.rb in aws-sdk-directconnect-1.3.0
- old
+ new
@@ -227,10 +227,11 @@
# * {Types::Connection#vlan #vlan} => Integer
# * {Types::Connection#partner_name #partner_name} => String
# * {Types::Connection#loa_issue_time #loa_issue_time} => Time
# * {Types::Connection#lag_id #lag_id} => String
# * {Types::Connection#aws_device #aws_device} => String
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.allocate_connection_on_interconnect({
# bandwidth: "Bandwidth", # required
@@ -252,10 +253,11 @@
# resp.vlan #=> Integer
# resp.partner_name #=> String
# resp.loa_issue_time #=> Time
# resp.lag_id #=> String
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect AWS API Documentation
#
# @overload allocate_connection_on_interconnect(params = {})
# @param [Hash] params ({})
@@ -325,10 +327,11 @@
# * {Types::Connection#vlan #vlan} => Integer
# * {Types::Connection#partner_name #partner_name} => String
# * {Types::Connection#loa_issue_time #loa_issue_time} => Time
# * {Types::Connection#lag_id #lag_id} => String
# * {Types::Connection#aws_device #aws_device} => String
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.allocate_hosted_connection({
# connection_id: "ConnectionId", # required
@@ -350,10 +353,11 @@
# resp.vlan #=> Integer
# resp.partner_name #=> String
# resp.loa_issue_time #=> Time
# resp.lag_id #=> String
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection AWS API Documentation
#
# @overload allocate_hosted_connection(params = {})
# @param [Hash] params ({})
@@ -406,10 +410,12 @@
# * {Types::VirtualInterface#customer_router_config #customer_router_config} => String
# * {Types::VirtualInterface#virtual_gateway_id #virtual_gateway_id} => String
# * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
# * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
# * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
+ # * {Types::VirtualInterface#region #region} => String
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.allocate_private_virtual_interface({
# connection_id: "ConnectionId", # required
@@ -452,10 +458,13 @@
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
# resp.bgp_peers[0].amazon_address #=> String
# resp.bgp_peers[0].customer_address #=> String
# resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
# resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
+ # resp.bgp_peers[0].aws_device_v2 #=> String
+ # resp.region #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface AWS API Documentation
#
# @overload allocate_private_virtual_interface(params = {})
# @param [Hash] params ({})
@@ -516,10 +525,12 @@
# * {Types::VirtualInterface#customer_router_config #customer_router_config} => String
# * {Types::VirtualInterface#virtual_gateway_id #virtual_gateway_id} => String
# * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
# * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
# * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
+ # * {Types::VirtualInterface#region #region} => String
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.allocate_public_virtual_interface({
# connection_id: "ConnectionId", # required
@@ -567,10 +578,13 @@
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
# resp.bgp_peers[0].amazon_address #=> String
# resp.bgp_peers[0].customer_address #=> String
# resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
# resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
+ # resp.bgp_peers[0].aws_device_v2 #=> String
+ # resp.region #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface AWS API Documentation
#
# @overload allocate_public_virtual_interface(params = {})
# @param [Hash] params ({})
@@ -625,10 +639,11 @@
# * {Types::Connection#vlan #vlan} => Integer
# * {Types::Connection#partner_name #partner_name} => String
# * {Types::Connection#loa_issue_time #loa_issue_time} => Time
# * {Types::Connection#lag_id #lag_id} => String
# * {Types::Connection#aws_device #aws_device} => String
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.associate_connection_with_lag({
# connection_id: "ConnectionId", # required
@@ -647,10 +662,11 @@
# resp.vlan #=> Integer
# resp.partner_name #=> String
# resp.loa_issue_time #=> Time
# resp.lag_id #=> String
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag AWS API Documentation
#
# @overload associate_connection_with_lag(params = {})
# @param [Hash] params ({})
@@ -695,10 +711,11 @@
# * {Types::Connection#vlan #vlan} => Integer
# * {Types::Connection#partner_name #partner_name} => String
# * {Types::Connection#loa_issue_time #loa_issue_time} => Time
# * {Types::Connection#lag_id #lag_id} => String
# * {Types::Connection#aws_device #aws_device} => String
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.associate_hosted_connection({
# connection_id: "ConnectionId", # required
@@ -717,10 +734,11 @@
# resp.vlan #=> Integer
# resp.partner_name #=> String
# resp.loa_issue_time #=> Time
# resp.lag_id #=> String
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection AWS API Documentation
#
# @overload associate_hosted_connection(params = {})
# @param [Hash] params ({})
@@ -779,10 +797,12 @@
# * {Types::VirtualInterface#customer_router_config #customer_router_config} => String
# * {Types::VirtualInterface#virtual_gateway_id #virtual_gateway_id} => String
# * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
# * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
# * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
+ # * {Types::VirtualInterface#region #region} => String
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.associate_virtual_interface({
# virtual_interface_id: "VirtualInterfaceId", # required
@@ -816,10 +836,13 @@
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
# resp.bgp_peers[0].amazon_address #=> String
# resp.bgp_peers[0].customer_address #=> String
# resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
# resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
+ # resp.bgp_peers[0].aws_device_v2 #=> String
+ # resp.region #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface AWS API Documentation
#
# @overload associate_virtual_interface(params = {})
# @param [Hash] params ({})
@@ -1037,10 +1060,13 @@
# resp.virtual_interface.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
# resp.virtual_interface.bgp_peers[0].amazon_address #=> String
# resp.virtual_interface.bgp_peers[0].customer_address #=> String
# resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
# resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down"
+ # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
+ # resp.virtual_interface.region #=> String
+ # resp.virtual_interface.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer AWS API Documentation
#
# @overload create_bgp_peer(params = {})
# @param [Hash] params ({})
@@ -1107,10 +1133,11 @@
# * {Types::Connection#vlan #vlan} => Integer
# * {Types::Connection#partner_name #partner_name} => String
# * {Types::Connection#loa_issue_time #loa_issue_time} => Time
# * {Types::Connection#lag_id #lag_id} => String
# * {Types::Connection#aws_device #aws_device} => String
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.create_connection({
# location: "LocationCode", # required
@@ -1131,10 +1158,11 @@
# resp.vlan #=> Integer
# resp.partner_name #=> String
# resp.loa_issue_time #=> Time
# resp.lag_id #=> String
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection AWS API Documentation
#
# @overload create_connection(params = {})
# @param [Hash] params ({})
@@ -1312,10 +1340,11 @@
# * {Types::Interconnect#location #location} => String
# * {Types::Interconnect#bandwidth #bandwidth} => String
# * {Types::Interconnect#loa_issue_time #loa_issue_time} => Time
# * {Types::Interconnect#lag_id #lag_id} => String
# * {Types::Interconnect#aws_device #aws_device} => String
+ # * {Types::Interconnect#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.create_interconnect({
# interconnect_name: "InterconnectName", # required
@@ -1333,10 +1362,11 @@
# resp.location #=> String
# resp.bandwidth #=> String
# resp.loa_issue_time #=> Time
# resp.lag_id #=> String
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnect AWS API Documentation
#
# @overload create_interconnect(params = {})
# @param [Hash] params ({})
@@ -1416,10 +1446,11 @@
# * {Types::Lag#lag_state #lag_state} => String
# * {Types::Lag#location #location} => String
# * {Types::Lag#region #region} => String
# * {Types::Lag#minimum_links #minimum_links} => Integer
# * {Types::Lag#aws_device #aws_device} => String
+ # * {Types::Lag#aws_device_v2 #aws_device_v2} => String
# * {Types::Lag#connections #connections} => Array<Types::Connection>
# * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
#
# @example Request syntax with placeholder values
#
@@ -1441,10 +1472,11 @@
# resp.lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
# resp.location #=> String
# resp.region #=> String
# resp.minimum_links #=> Integer
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
# resp.connections #=> Array
# resp.connections[0].owner_account #=> String
# resp.connections[0].connection_id #=> String
# resp.connections[0].connection_name #=> String
# resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
@@ -1454,10 +1486,11 @@
# resp.connections[0].vlan #=> Integer
# resp.connections[0].partner_name #=> String
# resp.connections[0].loa_issue_time #=> Time
# resp.connections[0].lag_id #=> String
# resp.connections[0].aws_device #=> String
+ # resp.connections[0].aws_device_v2 #=> String
# resp.allows_hosted_connections #=> Boolean
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLag AWS API Documentation
#
# @overload create_lag(params = {})
@@ -1505,10 +1538,12 @@
# * {Types::VirtualInterface#customer_router_config #customer_router_config} => String
# * {Types::VirtualInterface#virtual_gateway_id #virtual_gateway_id} => String
# * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
# * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
# * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
+ # * {Types::VirtualInterface#region #region} => String
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.create_private_virtual_interface({
# connection_id: "ConnectionId", # required
@@ -1552,10 +1587,13 @@
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
# resp.bgp_peers[0].amazon_address #=> String
# resp.bgp_peers[0].customer_address #=> String
# resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
# resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
+ # resp.bgp_peers[0].aws_device_v2 #=> String
+ # resp.region #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface AWS API Documentation
#
# @overload create_private_virtual_interface(params = {})
# @param [Hash] params ({})
@@ -1607,10 +1645,12 @@
# * {Types::VirtualInterface#customer_router_config #customer_router_config} => String
# * {Types::VirtualInterface#virtual_gateway_id #virtual_gateway_id} => String
# * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
# * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
# * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
+ # * {Types::VirtualInterface#region #region} => String
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.create_public_virtual_interface({
# connection_id: "ConnectionId", # required
@@ -1657,10 +1697,13 @@
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
# resp.bgp_peers[0].amazon_address #=> String
# resp.bgp_peers[0].customer_address #=> String
# resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
# resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
+ # resp.bgp_peers[0].aws_device_v2 #=> String
+ # resp.region #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface AWS API Documentation
#
# @overload create_public_virtual_interface(params = {})
# @param [Hash] params ({})
@@ -1731,10 +1774,13 @@
# resp.virtual_interface.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
# resp.virtual_interface.bgp_peers[0].amazon_address #=> String
# resp.virtual_interface.bgp_peers[0].customer_address #=> String
# resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
# resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down"
+ # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
+ # resp.virtual_interface.region #=> String
+ # resp.virtual_interface.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer AWS API Documentation
#
# @overload delete_bgp_peer(params = {})
# @param [Hash] params ({})
@@ -1771,10 +1817,11 @@
# * {Types::Connection#vlan #vlan} => Integer
# * {Types::Connection#partner_name #partner_name} => String
# * {Types::Connection#loa_issue_time #loa_issue_time} => Time
# * {Types::Connection#lag_id #lag_id} => String
# * {Types::Connection#aws_device #aws_device} => String
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.delete_connection({
# connection_id: "ConnectionId", # required
@@ -1792,10 +1839,11 @@
# resp.vlan #=> Integer
# resp.partner_name #=> String
# resp.loa_issue_time #=> Time
# resp.lag_id #=> String
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection AWS API Documentation
#
# @overload delete_connection(params = {})
# @param [Hash] params ({})
@@ -1944,10 +1992,11 @@
# * {Types::Lag#lag_state #lag_state} => String
# * {Types::Lag#location #location} => String
# * {Types::Lag#region #region} => String
# * {Types::Lag#minimum_links #minimum_links} => Integer
# * {Types::Lag#aws_device #aws_device} => String
+ # * {Types::Lag#aws_device_v2 #aws_device_v2} => String
# * {Types::Lag#connections #connections} => Array<Types::Connection>
# * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
#
# @example Request syntax with placeholder values
#
@@ -1965,10 +2014,11 @@
# resp.lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
# resp.location #=> String
# resp.region #=> String
# resp.minimum_links #=> Integer
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
# resp.connections #=> Array
# resp.connections[0].owner_account #=> String
# resp.connections[0].connection_id #=> String
# resp.connections[0].connection_name #=> String
# resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
@@ -1978,10 +2028,11 @@
# resp.connections[0].vlan #=> Integer
# resp.connections[0].partner_name #=> String
# resp.connections[0].loa_issue_time #=> Time
# resp.connections[0].lag_id #=> String
# resp.connections[0].aws_device #=> String
+ # resp.connections[0].aws_device_v2 #=> String
# resp.allows_hosted_connections #=> Boolean
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLag AWS API Documentation
#
# @overload delete_lag(params = {})
@@ -2123,10 +2174,11 @@
# resp.connections[0].vlan #=> Integer
# resp.connections[0].partner_name #=> String
# resp.connections[0].loa_issue_time #=> Time
# resp.connections[0].lag_id #=> String
# resp.connections[0].aws_device #=> String
+ # resp.connections[0].aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections AWS API Documentation
#
# @overload describe_connections(params = {})
# @param [Hash] params ({})
@@ -2174,10 +2226,11 @@
# resp.connections[0].vlan #=> Integer
# resp.connections[0].partner_name #=> String
# resp.connections[0].loa_issue_time #=> Time
# resp.connections[0].lag_id #=> String
# resp.connections[0].aws_device #=> String
+ # resp.connections[0].aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect AWS API Documentation
#
# @overload describe_connections_on_interconnect(params = {})
# @param [Hash] params ({})
@@ -2426,10 +2479,11 @@
# resp.connections[0].vlan #=> Integer
# resp.connections[0].partner_name #=> String
# resp.connections[0].loa_issue_time #=> Time
# resp.connections[0].lag_id #=> String
# resp.connections[0].aws_device #=> String
+ # resp.connections[0].aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections AWS API Documentation
#
# @overload describe_hosted_connections(params = {})
# @param [Hash] params ({})
@@ -2527,10 +2581,11 @@
# resp.interconnects[0].location #=> String
# resp.interconnects[0].bandwidth #=> String
# resp.interconnects[0].loa_issue_time #=> Time
# resp.interconnects[0].lag_id #=> String
# resp.interconnects[0].aws_device #=> String
+ # resp.interconnects[0].aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects AWS API Documentation
#
# @overload describe_interconnects(params = {})
# @param [Hash] params ({})
@@ -2572,10 +2627,11 @@
# resp.lags[0].lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
# resp.lags[0].location #=> String
# resp.lags[0].region #=> String
# resp.lags[0].minimum_links #=> Integer
# resp.lags[0].aws_device #=> String
+ # resp.lags[0].aws_device_v2 #=> String
# resp.lags[0].connections #=> Array
# resp.lags[0].connections[0].owner_account #=> String
# resp.lags[0].connections[0].connection_id #=> String
# resp.lags[0].connections[0].connection_name #=> String
# resp.lags[0].connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
@@ -2585,10 +2641,11 @@
# resp.lags[0].connections[0].vlan #=> Integer
# resp.lags[0].connections[0].partner_name #=> String
# resp.lags[0].connections[0].loa_issue_time #=> Time
# resp.lags[0].connections[0].lag_id #=> String
# resp.lags[0].connections[0].aws_device #=> String
+ # resp.lags[0].connections[0].aws_device_v2 #=> String
# resp.lags[0].allows_hosted_connections #=> Boolean
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags AWS API Documentation
#
# @overload describe_lags(params = {})
@@ -2671,10 +2728,11 @@
# @example Response structure
#
# resp.locations #=> Array
# resp.locations[0].location_code #=> String
# resp.locations[0].location_name #=> String
+ # resp.locations[0].region #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocations AWS API Documentation
#
# @overload describe_locations(params = {})
# @param [Hash] params ({})
@@ -2810,10 +2868,13 @@
# resp.virtual_interfaces[0].bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
# resp.virtual_interfaces[0].bgp_peers[0].amazon_address #=> String
# resp.virtual_interfaces[0].bgp_peers[0].customer_address #=> String
# resp.virtual_interfaces[0].bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
# resp.virtual_interfaces[0].bgp_peers[0].bgp_status #=> String, one of "up", "down"
+ # resp.virtual_interfaces[0].bgp_peers[0].aws_device_v2 #=> String
+ # resp.virtual_interfaces[0].region #=> String
+ # resp.virtual_interfaces[0].aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces AWS API Documentation
#
# @overload describe_virtual_interfaces(params = {})
# @param [Hash] params ({})
@@ -2862,10 +2923,11 @@
# * {Types::Connection#vlan #vlan} => Integer
# * {Types::Connection#partner_name #partner_name} => String
# * {Types::Connection#loa_issue_time #loa_issue_time} => Time
# * {Types::Connection#lag_id #lag_id} => String
# * {Types::Connection#aws_device #aws_device} => String
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
#
# @example Request syntax with placeholder values
#
# resp = client.disassociate_connection_from_lag({
# connection_id: "ConnectionId", # required
@@ -2884,10 +2946,11 @@
# resp.vlan #=> Integer
# resp.partner_name #=> String
# resp.loa_issue_time #=> Time
# resp.lag_id #=> String
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag AWS API Documentation
#
# @overload disassociate_connection_from_lag(params = {})
# @param [Hash] params ({})
@@ -3008,10 +3071,11 @@
# * {Types::Lag#lag_state #lag_state} => String
# * {Types::Lag#location #location} => String
# * {Types::Lag#region #region} => String
# * {Types::Lag#minimum_links #minimum_links} => Integer
# * {Types::Lag#aws_device #aws_device} => String
+ # * {Types::Lag#aws_device_v2 #aws_device_v2} => String
# * {Types::Lag#connections #connections} => Array<Types::Connection>
# * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
#
# @example Request syntax with placeholder values
#
@@ -3031,10 +3095,11 @@
# resp.lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
# resp.location #=> String
# resp.region #=> String
# resp.minimum_links #=> Integer
# resp.aws_device #=> String
+ # resp.aws_device_v2 #=> String
# resp.connections #=> Array
# resp.connections[0].owner_account #=> String
# resp.connections[0].connection_id #=> String
# resp.connections[0].connection_name #=> String
# resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
@@ -3044,10 +3109,11 @@
# resp.connections[0].vlan #=> Integer
# resp.connections[0].partner_name #=> String
# resp.connections[0].loa_issue_time #=> Time
# resp.connections[0].lag_id #=> String
# resp.connections[0].aws_device #=> String
+ # resp.connections[0].aws_device_v2 #=> String
# resp.allows_hosted_connections #=> Boolean
#
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLag AWS API Documentation
#
# @overload update_lag(params = {})
@@ -3068,10 +3134,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-directconnect'
- context[:gem_version] = '1.2.0'
+ context[:gem_version] = '1.3.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated