aws-sdk-directconnect 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 718af1c6a84d6c3449094fa6e691867acfa91e00
4
- data.tar.gz: 3acaa31982cbef0d506a96dd8f8722d53ca69e91
3
+ metadata.gz: fab6788a33d3730ffd6f6e1bcd878251b0f19a31
4
+ data.tar.gz: 61f2665a326557c4e3fed9b68a73bf714298b5b4
5
5
  SHA512:
6
- metadata.gz: 796c47ac8adfe051ffacb0d7d2828caa68fd774b7ea6d42978fae007920ddd20a799b0c2ef7a9316d6659bfdf79b84ec8cd841ecff2afff4bf0238743181c7f2
7
- data.tar.gz: 8e83b595ccbf8821668bf440258ea81bc47cae9f60df998055e23357111d7943c9b11d831b5fe2be2d69924bfa2cfd0bb18ab1195669b7629bbda7f1c6a4a8b3
6
+ metadata.gz: 9aebfe9c65f6f6808e9a8ae22f6eb818358b14920e3fa99bf646ef7b211e97bdeace33bb81d8036c9ef93226af598d4ca6b3659e76f419236e171bd1ddfef86f
7
+ data.tar.gz: '08bc4ecc82019e8f99ac8c2f3ff00e798611e9b2488fbfb6f761fd5881e30d6775bf09a7eea398732e5016daa7346a57c7e26d8d5465db499f5e41dcd5bd035d'
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directconnect/customizations'
42
42
  # @service
43
43
  module Aws::DirectConnect
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -229,6 +229,7 @@ module Aws::DirectConnect
229
229
  # * {Types::Connection#loa_issue_time #loa_issue_time} => Time
230
230
  # * {Types::Connection#lag_id #lag_id} => String
231
231
  # * {Types::Connection#aws_device #aws_device} => String
232
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
232
233
  #
233
234
  # @example Request syntax with placeholder values
234
235
  #
@@ -254,6 +255,7 @@ module Aws::DirectConnect
254
255
  # resp.loa_issue_time #=> Time
255
256
  # resp.lag_id #=> String
256
257
  # resp.aws_device #=> String
258
+ # resp.aws_device_v2 #=> String
257
259
  #
258
260
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect AWS API Documentation
259
261
  #
@@ -327,6 +329,7 @@ module Aws::DirectConnect
327
329
  # * {Types::Connection#loa_issue_time #loa_issue_time} => Time
328
330
  # * {Types::Connection#lag_id #lag_id} => String
329
331
  # * {Types::Connection#aws_device #aws_device} => String
332
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
330
333
  #
331
334
  # @example Request syntax with placeholder values
332
335
  #
@@ -352,6 +355,7 @@ module Aws::DirectConnect
352
355
  # resp.loa_issue_time #=> Time
353
356
  # resp.lag_id #=> String
354
357
  # resp.aws_device #=> String
358
+ # resp.aws_device_v2 #=> String
355
359
  #
356
360
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection AWS API Documentation
357
361
  #
@@ -408,6 +412,8 @@ module Aws::DirectConnect
408
412
  # * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
409
413
  # * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
410
414
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
415
+ # * {Types::VirtualInterface#region #region} => String
416
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
411
417
  #
412
418
  # @example Request syntax with placeholder values
413
419
  #
@@ -454,6 +460,9 @@ module Aws::DirectConnect
454
460
  # resp.bgp_peers[0].customer_address #=> String
455
461
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
456
462
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
463
+ # resp.bgp_peers[0].aws_device_v2 #=> String
464
+ # resp.region #=> String
465
+ # resp.aws_device_v2 #=> String
457
466
  #
458
467
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface AWS API Documentation
459
468
  #
@@ -518,6 +527,8 @@ module Aws::DirectConnect
518
527
  # * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
519
528
  # * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
520
529
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
530
+ # * {Types::VirtualInterface#region #region} => String
531
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
521
532
  #
522
533
  # @example Request syntax with placeholder values
523
534
  #
@@ -569,6 +580,9 @@ module Aws::DirectConnect
569
580
  # resp.bgp_peers[0].customer_address #=> String
570
581
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
571
582
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
583
+ # resp.bgp_peers[0].aws_device_v2 #=> String
584
+ # resp.region #=> String
585
+ # resp.aws_device_v2 #=> String
572
586
  #
573
587
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface AWS API Documentation
574
588
  #
@@ -627,6 +641,7 @@ module Aws::DirectConnect
627
641
  # * {Types::Connection#loa_issue_time #loa_issue_time} => Time
628
642
  # * {Types::Connection#lag_id #lag_id} => String
629
643
  # * {Types::Connection#aws_device #aws_device} => String
644
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
630
645
  #
631
646
  # @example Request syntax with placeholder values
632
647
  #
@@ -649,6 +664,7 @@ module Aws::DirectConnect
649
664
  # resp.loa_issue_time #=> Time
650
665
  # resp.lag_id #=> String
651
666
  # resp.aws_device #=> String
667
+ # resp.aws_device_v2 #=> String
652
668
  #
653
669
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag AWS API Documentation
654
670
  #
@@ -697,6 +713,7 @@ module Aws::DirectConnect
697
713
  # * {Types::Connection#loa_issue_time #loa_issue_time} => Time
698
714
  # * {Types::Connection#lag_id #lag_id} => String
699
715
  # * {Types::Connection#aws_device #aws_device} => String
716
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
700
717
  #
701
718
  # @example Request syntax with placeholder values
702
719
  #
@@ -719,6 +736,7 @@ module Aws::DirectConnect
719
736
  # resp.loa_issue_time #=> Time
720
737
  # resp.lag_id #=> String
721
738
  # resp.aws_device #=> String
739
+ # resp.aws_device_v2 #=> String
722
740
  #
723
741
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection AWS API Documentation
724
742
  #
@@ -781,6 +799,8 @@ module Aws::DirectConnect
781
799
  # * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
782
800
  # * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
783
801
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
802
+ # * {Types::VirtualInterface#region #region} => String
803
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
784
804
  #
785
805
  # @example Request syntax with placeholder values
786
806
  #
@@ -818,6 +838,9 @@ module Aws::DirectConnect
818
838
  # resp.bgp_peers[0].customer_address #=> String
819
839
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
820
840
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
841
+ # resp.bgp_peers[0].aws_device_v2 #=> String
842
+ # resp.region #=> String
843
+ # resp.aws_device_v2 #=> String
821
844
  #
822
845
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface AWS API Documentation
823
846
  #
@@ -1039,6 +1062,9 @@ module Aws::DirectConnect
1039
1062
  # resp.virtual_interface.bgp_peers[0].customer_address #=> String
1040
1063
  # resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1041
1064
  # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down"
1065
+ # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
1066
+ # resp.virtual_interface.region #=> String
1067
+ # resp.virtual_interface.aws_device_v2 #=> String
1042
1068
  #
1043
1069
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer AWS API Documentation
1044
1070
  #
@@ -1109,6 +1135,7 @@ module Aws::DirectConnect
1109
1135
  # * {Types::Connection#loa_issue_time #loa_issue_time} => Time
1110
1136
  # * {Types::Connection#lag_id #lag_id} => String
1111
1137
  # * {Types::Connection#aws_device #aws_device} => String
1138
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
1112
1139
  #
1113
1140
  # @example Request syntax with placeholder values
1114
1141
  #
@@ -1133,6 +1160,7 @@ module Aws::DirectConnect
1133
1160
  # resp.loa_issue_time #=> Time
1134
1161
  # resp.lag_id #=> String
1135
1162
  # resp.aws_device #=> String
1163
+ # resp.aws_device_v2 #=> String
1136
1164
  #
1137
1165
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection AWS API Documentation
1138
1166
  #
@@ -1314,6 +1342,7 @@ module Aws::DirectConnect
1314
1342
  # * {Types::Interconnect#loa_issue_time #loa_issue_time} => Time
1315
1343
  # * {Types::Interconnect#lag_id #lag_id} => String
1316
1344
  # * {Types::Interconnect#aws_device #aws_device} => String
1345
+ # * {Types::Interconnect#aws_device_v2 #aws_device_v2} => String
1317
1346
  #
1318
1347
  # @example Request syntax with placeholder values
1319
1348
  #
@@ -1335,6 +1364,7 @@ module Aws::DirectConnect
1335
1364
  # resp.loa_issue_time #=> Time
1336
1365
  # resp.lag_id #=> String
1337
1366
  # resp.aws_device #=> String
1367
+ # resp.aws_device_v2 #=> String
1338
1368
  #
1339
1369
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnect AWS API Documentation
1340
1370
  #
@@ -1418,6 +1448,7 @@ module Aws::DirectConnect
1418
1448
  # * {Types::Lag#region #region} => String
1419
1449
  # * {Types::Lag#minimum_links #minimum_links} => Integer
1420
1450
  # * {Types::Lag#aws_device #aws_device} => String
1451
+ # * {Types::Lag#aws_device_v2 #aws_device_v2} => String
1421
1452
  # * {Types::Lag#connections #connections} => Array<Types::Connection>
1422
1453
  # * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
1423
1454
  #
@@ -1443,6 +1474,7 @@ module Aws::DirectConnect
1443
1474
  # resp.region #=> String
1444
1475
  # resp.minimum_links #=> Integer
1445
1476
  # resp.aws_device #=> String
1477
+ # resp.aws_device_v2 #=> String
1446
1478
  # resp.connections #=> Array
1447
1479
  # resp.connections[0].owner_account #=> String
1448
1480
  # resp.connections[0].connection_id #=> String
@@ -1456,6 +1488,7 @@ module Aws::DirectConnect
1456
1488
  # resp.connections[0].loa_issue_time #=> Time
1457
1489
  # resp.connections[0].lag_id #=> String
1458
1490
  # resp.connections[0].aws_device #=> String
1491
+ # resp.connections[0].aws_device_v2 #=> String
1459
1492
  # resp.allows_hosted_connections #=> Boolean
1460
1493
  #
1461
1494
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLag AWS API Documentation
@@ -1507,6 +1540,8 @@ module Aws::DirectConnect
1507
1540
  # * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
1508
1541
  # * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
1509
1542
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
1543
+ # * {Types::VirtualInterface#region #region} => String
1544
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
1510
1545
  #
1511
1546
  # @example Request syntax with placeholder values
1512
1547
  #
@@ -1554,6 +1589,9 @@ module Aws::DirectConnect
1554
1589
  # resp.bgp_peers[0].customer_address #=> String
1555
1590
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1556
1591
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
1592
+ # resp.bgp_peers[0].aws_device_v2 #=> String
1593
+ # resp.region #=> String
1594
+ # resp.aws_device_v2 #=> String
1557
1595
  #
1558
1596
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface AWS API Documentation
1559
1597
  #
@@ -1609,6 +1647,8 @@ module Aws::DirectConnect
1609
1647
  # * {Types::VirtualInterface#direct_connect_gateway_id #direct_connect_gateway_id} => String
1610
1648
  # * {Types::VirtualInterface#route_filter_prefixes #route_filter_prefixes} => Array<Types::RouteFilterPrefix>
1611
1649
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array<Types::BGPPeer>
1650
+ # * {Types::VirtualInterface#region #region} => String
1651
+ # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
1612
1652
  #
1613
1653
  # @example Request syntax with placeholder values
1614
1654
  #
@@ -1659,6 +1699,9 @@ module Aws::DirectConnect
1659
1699
  # resp.bgp_peers[0].customer_address #=> String
1660
1700
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1661
1701
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
1702
+ # resp.bgp_peers[0].aws_device_v2 #=> String
1703
+ # resp.region #=> String
1704
+ # resp.aws_device_v2 #=> String
1662
1705
  #
1663
1706
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface AWS API Documentation
1664
1707
  #
@@ -1733,6 +1776,9 @@ module Aws::DirectConnect
1733
1776
  # resp.virtual_interface.bgp_peers[0].customer_address #=> String
1734
1777
  # resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1735
1778
  # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down"
1779
+ # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
1780
+ # resp.virtual_interface.region #=> String
1781
+ # resp.virtual_interface.aws_device_v2 #=> String
1736
1782
  #
1737
1783
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer AWS API Documentation
1738
1784
  #
@@ -1773,6 +1819,7 @@ module Aws::DirectConnect
1773
1819
  # * {Types::Connection#loa_issue_time #loa_issue_time} => Time
1774
1820
  # * {Types::Connection#lag_id #lag_id} => String
1775
1821
  # * {Types::Connection#aws_device #aws_device} => String
1822
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
1776
1823
  #
1777
1824
  # @example Request syntax with placeholder values
1778
1825
  #
@@ -1794,6 +1841,7 @@ module Aws::DirectConnect
1794
1841
  # resp.loa_issue_time #=> Time
1795
1842
  # resp.lag_id #=> String
1796
1843
  # resp.aws_device #=> String
1844
+ # resp.aws_device_v2 #=> String
1797
1845
  #
1798
1846
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection AWS API Documentation
1799
1847
  #
@@ -1946,6 +1994,7 @@ module Aws::DirectConnect
1946
1994
  # * {Types::Lag#region #region} => String
1947
1995
  # * {Types::Lag#minimum_links #minimum_links} => Integer
1948
1996
  # * {Types::Lag#aws_device #aws_device} => String
1997
+ # * {Types::Lag#aws_device_v2 #aws_device_v2} => String
1949
1998
  # * {Types::Lag#connections #connections} => Array<Types::Connection>
1950
1999
  # * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
1951
2000
  #
@@ -1967,6 +2016,7 @@ module Aws::DirectConnect
1967
2016
  # resp.region #=> String
1968
2017
  # resp.minimum_links #=> Integer
1969
2018
  # resp.aws_device #=> String
2019
+ # resp.aws_device_v2 #=> String
1970
2020
  # resp.connections #=> Array
1971
2021
  # resp.connections[0].owner_account #=> String
1972
2022
  # resp.connections[0].connection_id #=> String
@@ -1980,6 +2030,7 @@ module Aws::DirectConnect
1980
2030
  # resp.connections[0].loa_issue_time #=> Time
1981
2031
  # resp.connections[0].lag_id #=> String
1982
2032
  # resp.connections[0].aws_device #=> String
2033
+ # resp.connections[0].aws_device_v2 #=> String
1983
2034
  # resp.allows_hosted_connections #=> Boolean
1984
2035
  #
1985
2036
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLag AWS API Documentation
@@ -2125,6 +2176,7 @@ module Aws::DirectConnect
2125
2176
  # resp.connections[0].loa_issue_time #=> Time
2126
2177
  # resp.connections[0].lag_id #=> String
2127
2178
  # resp.connections[0].aws_device #=> String
2179
+ # resp.connections[0].aws_device_v2 #=> String
2128
2180
  #
2129
2181
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections AWS API Documentation
2130
2182
  #
@@ -2176,6 +2228,7 @@ module Aws::DirectConnect
2176
2228
  # resp.connections[0].loa_issue_time #=> Time
2177
2229
  # resp.connections[0].lag_id #=> String
2178
2230
  # resp.connections[0].aws_device #=> String
2231
+ # resp.connections[0].aws_device_v2 #=> String
2179
2232
  #
2180
2233
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect AWS API Documentation
2181
2234
  #
@@ -2428,6 +2481,7 @@ module Aws::DirectConnect
2428
2481
  # resp.connections[0].loa_issue_time #=> Time
2429
2482
  # resp.connections[0].lag_id #=> String
2430
2483
  # resp.connections[0].aws_device #=> String
2484
+ # resp.connections[0].aws_device_v2 #=> String
2431
2485
  #
2432
2486
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections AWS API Documentation
2433
2487
  #
@@ -2529,6 +2583,7 @@ module Aws::DirectConnect
2529
2583
  # resp.interconnects[0].loa_issue_time #=> Time
2530
2584
  # resp.interconnects[0].lag_id #=> String
2531
2585
  # resp.interconnects[0].aws_device #=> String
2586
+ # resp.interconnects[0].aws_device_v2 #=> String
2532
2587
  #
2533
2588
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects AWS API Documentation
2534
2589
  #
@@ -2574,6 +2629,7 @@ module Aws::DirectConnect
2574
2629
  # resp.lags[0].region #=> String
2575
2630
  # resp.lags[0].minimum_links #=> Integer
2576
2631
  # resp.lags[0].aws_device #=> String
2632
+ # resp.lags[0].aws_device_v2 #=> String
2577
2633
  # resp.lags[0].connections #=> Array
2578
2634
  # resp.lags[0].connections[0].owner_account #=> String
2579
2635
  # resp.lags[0].connections[0].connection_id #=> String
@@ -2587,6 +2643,7 @@ module Aws::DirectConnect
2587
2643
  # resp.lags[0].connections[0].loa_issue_time #=> Time
2588
2644
  # resp.lags[0].connections[0].lag_id #=> String
2589
2645
  # resp.lags[0].connections[0].aws_device #=> String
2646
+ # resp.lags[0].connections[0].aws_device_v2 #=> String
2590
2647
  # resp.lags[0].allows_hosted_connections #=> Boolean
2591
2648
  #
2592
2649
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags AWS API Documentation
@@ -2673,6 +2730,7 @@ module Aws::DirectConnect
2673
2730
  # resp.locations #=> Array
2674
2731
  # resp.locations[0].location_code #=> String
2675
2732
  # resp.locations[0].location_name #=> String
2733
+ # resp.locations[0].region #=> String
2676
2734
  #
2677
2735
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocations AWS API Documentation
2678
2736
  #
@@ -2812,6 +2870,9 @@ module Aws::DirectConnect
2812
2870
  # resp.virtual_interfaces[0].bgp_peers[0].customer_address #=> String
2813
2871
  # resp.virtual_interfaces[0].bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
2814
2872
  # resp.virtual_interfaces[0].bgp_peers[0].bgp_status #=> String, one of "up", "down"
2873
+ # resp.virtual_interfaces[0].bgp_peers[0].aws_device_v2 #=> String
2874
+ # resp.virtual_interfaces[0].region #=> String
2875
+ # resp.virtual_interfaces[0].aws_device_v2 #=> String
2815
2876
  #
2816
2877
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces AWS API Documentation
2817
2878
  #
@@ -2864,6 +2925,7 @@ module Aws::DirectConnect
2864
2925
  # * {Types::Connection#loa_issue_time #loa_issue_time} => Time
2865
2926
  # * {Types::Connection#lag_id #lag_id} => String
2866
2927
  # * {Types::Connection#aws_device #aws_device} => String
2928
+ # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
2867
2929
  #
2868
2930
  # @example Request syntax with placeholder values
2869
2931
  #
@@ -2886,6 +2948,7 @@ module Aws::DirectConnect
2886
2948
  # resp.loa_issue_time #=> Time
2887
2949
  # resp.lag_id #=> String
2888
2950
  # resp.aws_device #=> String
2951
+ # resp.aws_device_v2 #=> String
2889
2952
  #
2890
2953
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag AWS API Documentation
2891
2954
  #
@@ -3010,6 +3073,7 @@ module Aws::DirectConnect
3010
3073
  # * {Types::Lag#region #region} => String
3011
3074
  # * {Types::Lag#minimum_links #minimum_links} => Integer
3012
3075
  # * {Types::Lag#aws_device #aws_device} => String
3076
+ # * {Types::Lag#aws_device_v2 #aws_device_v2} => String
3013
3077
  # * {Types::Lag#connections #connections} => Array<Types::Connection>
3014
3078
  # * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
3015
3079
  #
@@ -3033,6 +3097,7 @@ module Aws::DirectConnect
3033
3097
  # resp.region #=> String
3034
3098
  # resp.minimum_links #=> Integer
3035
3099
  # resp.aws_device #=> String
3100
+ # resp.aws_device_v2 #=> String
3036
3101
  # resp.connections #=> Array
3037
3102
  # resp.connections[0].owner_account #=> String
3038
3103
  # resp.connections[0].connection_id #=> String
@@ -3046,6 +3111,7 @@ module Aws::DirectConnect
3046
3111
  # resp.connections[0].loa_issue_time #=> Time
3047
3112
  # resp.connections[0].lag_id #=> String
3048
3113
  # resp.connections[0].aws_device #=> String
3114
+ # resp.connections[0].aws_device_v2 #=> String
3049
3115
  # resp.allows_hosted_connections #=> Boolean
3050
3116
  #
3051
3117
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLag AWS API Documentation
@@ -3070,7 +3136,7 @@ module Aws::DirectConnect
3070
3136
  params: params,
3071
3137
  config: config)
3072
3138
  context[:gem_name] = 'aws-sdk-directconnect'
3073
- context[:gem_version] = '1.2.0'
3139
+ context[:gem_version] = '1.3.0'
3074
3140
  Seahorse::Client::Request.new(handlers, context)
3075
3141
  end
3076
3142
 
@@ -22,6 +22,7 @@ module Aws::DirectConnect
22
22
  AssociateHostedConnectionRequest = Shapes::StructureShape.new(name: 'AssociateHostedConnectionRequest')
23
23
  AssociateVirtualInterfaceRequest = Shapes::StructureShape.new(name: 'AssociateVirtualInterfaceRequest')
24
24
  AwsDevice = Shapes::StringShape.new(name: 'AwsDevice')
25
+ AwsDeviceV2 = Shapes::StringShape.new(name: 'AwsDeviceV2')
25
26
  BGPAuthKey = Shapes::StringShape.new(name: 'BGPAuthKey')
26
27
  BGPPeer = Shapes::StructureShape.new(name: 'BGPPeer')
27
28
  BGPPeerList = Shapes::ListShape.new(name: 'BGPPeerList')
@@ -213,6 +214,7 @@ module Aws::DirectConnect
213
214
  BGPPeer.add_member(:customer_address, Shapes::ShapeRef.new(shape: CustomerAddress, location_name: "customerAddress"))
214
215
  BGPPeer.add_member(:bgp_peer_state, Shapes::ShapeRef.new(shape: BGPPeerState, location_name: "bgpPeerState"))
215
216
  BGPPeer.add_member(:bgp_status, Shapes::ShapeRef.new(shape: BGPStatus, location_name: "bgpStatus"))
217
+ BGPPeer.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
216
218
  BGPPeer.struct_class = Types::BGPPeer
217
219
 
218
220
  BGPPeerList.member = Shapes::ShapeRef.new(shape: BGPPeer)
@@ -248,7 +250,8 @@ module Aws::DirectConnect
248
250
  Connection.add_member(:partner_name, Shapes::ShapeRef.new(shape: PartnerName, location_name: "partnerName"))
249
251
  Connection.add_member(:loa_issue_time, Shapes::ShapeRef.new(shape: LoaIssueTime, location_name: "loaIssueTime"))
250
252
  Connection.add_member(:lag_id, Shapes::ShapeRef.new(shape: LagId, location_name: "lagId"))
251
- Connection.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, location_name: "awsDevice"))
253
+ Connection.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
254
+ Connection.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
252
255
  Connection.struct_class = Types::Connection
253
256
 
254
257
  ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
@@ -460,7 +463,8 @@ module Aws::DirectConnect
460
463
  Interconnect.add_member(:bandwidth, Shapes::ShapeRef.new(shape: Bandwidth, location_name: "bandwidth"))
461
464
  Interconnect.add_member(:loa_issue_time, Shapes::ShapeRef.new(shape: LoaIssueTime, location_name: "loaIssueTime"))
462
465
  Interconnect.add_member(:lag_id, Shapes::ShapeRef.new(shape: LagId, location_name: "lagId"))
463
- Interconnect.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, location_name: "awsDevice"))
466
+ Interconnect.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
467
+ Interconnect.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
464
468
  Interconnect.struct_class = Types::Interconnect
465
469
 
466
470
  InterconnectList.member = Shapes::ShapeRef.new(shape: Interconnect)
@@ -477,7 +481,8 @@ module Aws::DirectConnect
477
481
  Lag.add_member(:location, Shapes::ShapeRef.new(shape: LocationCode, location_name: "location"))
478
482
  Lag.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
479
483
  Lag.add_member(:minimum_links, Shapes::ShapeRef.new(shape: Count, location_name: "minimumLinks"))
480
- Lag.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, location_name: "awsDevice"))
484
+ Lag.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
485
+ Lag.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
481
486
  Lag.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "connections"))
482
487
  Lag.add_member(:allows_hosted_connections, Shapes::ShapeRef.new(shape: BooleanFlag, location_name: "allowsHostedConnections"))
483
488
  Lag.struct_class = Types::Lag
@@ -493,6 +498,7 @@ module Aws::DirectConnect
493
498
 
494
499
  Location.add_member(:location_code, Shapes::ShapeRef.new(shape: LocationCode, location_name: "locationCode"))
495
500
  Location.add_member(:location_name, Shapes::ShapeRef.new(shape: LocationName, location_name: "locationName"))
501
+ Location.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
496
502
  Location.struct_class = Types::Location
497
503
 
498
504
  LocationList.member = Shapes::ShapeRef.new(shape: Location)
@@ -613,6 +619,8 @@ module Aws::DirectConnect
613
619
  VirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
614
620
  VirtualInterface.add_member(:route_filter_prefixes, Shapes::ShapeRef.new(shape: RouteFilterPrefixList, location_name: "routeFilterPrefixes"))
615
621
  VirtualInterface.add_member(:bgp_peers, Shapes::ShapeRef.new(shape: BGPPeerList, location_name: "bgpPeers"))
622
+ VirtualInterface.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
623
+ VirtualInterface.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
616
624
  VirtualInterface.struct_class = Types::VirtualInterface
617
625
 
618
626
  VirtualInterfaceList.member = Shapes::ShapeRef.new(shape: VirtualInterface)
@@ -411,9 +411,19 @@ module Aws::DirectConnect
411
411
  #
412
412
  # * **Up**\: The BGP peer is established.
413
413
  #
414
+ # <note markdown="1"> A state of `up` does not indicate the state of the routing
415
+ # function. Ensure that you are receiving routes over the BGP
416
+ # session.
417
+ #
418
+ # </note>
419
+ #
414
420
  # * **Down**\: The BGP peer is down.
415
421
  # @return [String]
416
422
  #
423
+ # @!attribute [rw] aws_device_v2
424
+ # The Direct Connection endpoint which the BGP peer terminates on.
425
+ # @return [String]
426
+ #
417
427
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/BGPPeer AWS API Documentation
418
428
  #
419
429
  class BGPPeer < Struct.new(
@@ -423,7 +433,8 @@ module Aws::DirectConnect
423
433
  :amazon_address,
424
434
  :customer_address,
425
435
  :bgp_peer_state,
426
- :bgp_status)
436
+ :bgp_status,
437
+ :aws_device_v2)
427
438
  include Aws::Structure
428
439
  end
429
440
 
@@ -754,6 +765,13 @@ module Aws::DirectConnect
754
765
  # @return [String]
755
766
  #
756
767
  # @!attribute [rw] aws_device
768
+ # Deprecated in favor of awsDeviceV2.
769
+ #
770
+ # The Direct Connection endpoint which the physical connection
771
+ # terminates on.
772
+ # @return [String]
773
+ #
774
+ # @!attribute [rw] aws_device_v2
757
775
  # The Direct Connection endpoint which the physical connection
758
776
  # terminates on.
759
777
  # @return [String]
@@ -772,7 +790,8 @@ module Aws::DirectConnect
772
790
  :partner_name,
773
791
  :loa_issue_time,
774
792
  :lag_id,
775
- :aws_device)
793
+ :aws_device,
794
+ :aws_device_v2)
776
795
  include Aws::Structure
777
796
  end
778
797
 
@@ -2383,6 +2402,13 @@ module Aws::DirectConnect
2383
2402
  # @return [String]
2384
2403
  #
2385
2404
  # @!attribute [rw] aws_device
2405
+ # Deprecated in favor of awsDeviceV2.
2406
+ #
2407
+ # The Direct Connection endpoint which the physical connection
2408
+ # terminates on.
2409
+ # @return [String]
2410
+ #
2411
+ # @!attribute [rw] aws_device_v2
2386
2412
  # The Direct Connection endpoint which the physical connection
2387
2413
  # terminates on.
2388
2414
  # @return [String]
@@ -2398,7 +2424,8 @@ module Aws::DirectConnect
2398
2424
  :bandwidth,
2399
2425
  :loa_issue_time,
2400
2426
  :lag_id,
2401
- :aws_device)
2427
+ :aws_device,
2428
+ :aws_device_v2)
2402
2429
  include Aws::Structure
2403
2430
  end
2404
2431
 
@@ -2492,6 +2519,12 @@ module Aws::DirectConnect
2492
2519
  # @return [Integer]
2493
2520
  #
2494
2521
  # @!attribute [rw] aws_device
2522
+ # Deprecated in favor of awsDeviceV2.
2523
+ #
2524
+ # The AWS Direct Connection endpoint that hosts the LAG.
2525
+ # @return [String]
2526
+ #
2527
+ # @!attribute [rw] aws_device_v2
2495
2528
  # The AWS Direct Connection endpoint that hosts the LAG.
2496
2529
  # @return [String]
2497
2530
  #
@@ -2520,6 +2553,7 @@ module Aws::DirectConnect
2520
2553
  :region,
2521
2554
  :minimum_links,
2522
2555
  :aws_device,
2556
+ :aws_device_v2,
2523
2557
  :connections,
2524
2558
  :allows_hosted_connections)
2525
2559
  include Aws::Structure
@@ -2573,11 +2607,20 @@ module Aws::DirectConnect
2573
2607
  # colocation partner name and the physical site of the lit building.
2574
2608
  # @return [String]
2575
2609
  #
2610
+ # @!attribute [rw] region
2611
+ # The AWS region where the AWS Direct connect location is located.
2612
+ #
2613
+ # Example: us-east-1
2614
+ #
2615
+ # Default: None
2616
+ # @return [String]
2617
+ #
2576
2618
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Location AWS API Documentation
2577
2619
  #
2578
2620
  class Location < Struct.new(
2579
2621
  :location_code,
2580
- :location_name)
2622
+ :location_name,
2623
+ :region)
2581
2624
  include Aws::Structure
2582
2625
  end
2583
2626
 
@@ -3380,6 +3423,19 @@ module Aws::DirectConnect
3380
3423
  # A list of the BGP peers configured on this virtual interface.
3381
3424
  # @return [Array<Types::BGPPeer>]
3382
3425
  #
3426
+ # @!attribute [rw] region
3427
+ # The AWS region where the virtual interface is located.
3428
+ #
3429
+ # Example: us-east-1
3430
+ #
3431
+ # Default: None
3432
+ # @return [String]
3433
+ #
3434
+ # @!attribute [rw] aws_device_v2
3435
+ # The Direct Connection endpoint which the virtual interface
3436
+ # terminates on.
3437
+ # @return [String]
3438
+ #
3383
3439
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface AWS API Documentation
3384
3440
  #
3385
3441
  class VirtualInterface < Struct.new(
@@ -3401,7 +3457,9 @@ module Aws::DirectConnect
3401
3457
  :virtual_gateway_id,
3402
3458
  :direct_connect_gateway_id,
3403
3459
  :route_filter_prefixes,
3404
- :bgp_peers)
3460
+ :bgp_peers,
3461
+ :region,
3462
+ :aws_device_v2)
3405
3463
  include Aws::Structure
3406
3464
  end
3407
3465
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-26 00:00:00.000000000 Z
11
+ date: 2018-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core