aws-sdk-directconnect 1.10.0 → 1.11.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: 9f4f8da093132c41f06616d5520cea769001e858
4
- data.tar.gz: 3b59688cae39d9420d45e685c8ee9e982582daeb
3
+ metadata.gz: fa1bb80e8d36367a68a7fe890b32e5fb4241ee1b
4
+ data.tar.gz: 8f0e5a0883e3905938ef732fac0ec2ba67dadce4
5
5
  SHA512:
6
- metadata.gz: 8e4c1b54fe6b342f8ce70b45c92df700e0d5a50a21bf8d7d6600787558f81ccb93f95e3f2f05127e726ade3b5a03efb0ae472e42bdb5939e21b38e41569fef78
7
- data.tar.gz: 5d3e198051a309a556536773485ec699c3c3eae4d3b2ed468b7e15b425f759f144ce73cee5fe986e54a2aff1acd0d044de5b20bde479f721c2bd3058ab98cada
6
+ metadata.gz: 8b7afb6e08ba1220535fcb8bbfe1cce59002362a6ecd69a13ea0f4731b4f31a127470b09399c7b49077670ff4b79a979270a21b8a9b28407a456b867ed605797
7
+ data.tar.gz: ba00fc2cd6209bf7bd6fd22722d49ba57e4fb17b270ee52073ec484489525b6e351b7365c6870f70e222c530831e2813aae348d9392371e9728c700aabf031d9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directconnect/customizations'
42
42
  # @service
43
43
  module Aws::DirectConnect
44
44
 
45
- GEM_VERSION = '1.10.0'
45
+ GEM_VERSION = '1.11.0'
46
46
 
47
47
  end
@@ -277,7 +277,7 @@ module Aws::DirectConnect
277
277
  # resp.owner_account #=> String
278
278
  # resp.connection_id #=> String
279
279
  # resp.connection_name #=> String
280
- # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
280
+ # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
281
281
  # resp.region #=> String
282
282
  # resp.location #=> String
283
283
  # resp.bandwidth #=> String
@@ -358,7 +358,7 @@ module Aws::DirectConnect
358
358
  # resp.owner_account #=> String
359
359
  # resp.connection_id #=> String
360
360
  # resp.connection_name #=> String
361
- # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
361
+ # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
362
362
  # resp.region #=> String
363
363
  # resp.location #=> String
364
364
  # resp.bandwidth #=> String
@@ -456,7 +456,7 @@ module Aws::DirectConnect
456
456
  # resp.amazon_address #=> String
457
457
  # resp.customer_address #=> String
458
458
  # resp.address_family #=> String, one of "ipv4", "ipv6"
459
- # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
459
+ # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
460
460
  # resp.customer_router_config #=> String
461
461
  # resp.mtu #=> Integer
462
462
  # resp.jumbo_frame_capable #=> Boolean
@@ -472,7 +472,7 @@ module Aws::DirectConnect
472
472
  # resp.bgp_peers[0].amazon_address #=> String
473
473
  # resp.bgp_peers[0].customer_address #=> String
474
474
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
475
- # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
475
+ # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
476
476
  # resp.bgp_peers[0].aws_device_v2 #=> String
477
477
  # resp.region #=> String
478
478
  # resp.aws_device_v2 #=> String
@@ -574,7 +574,7 @@ module Aws::DirectConnect
574
574
  # resp.amazon_address #=> String
575
575
  # resp.customer_address #=> String
576
576
  # resp.address_family #=> String, one of "ipv4", "ipv6"
577
- # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
577
+ # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
578
578
  # resp.customer_router_config #=> String
579
579
  # resp.mtu #=> Integer
580
580
  # resp.jumbo_frame_capable #=> Boolean
@@ -590,7 +590,7 @@ module Aws::DirectConnect
590
590
  # resp.bgp_peers[0].amazon_address #=> String
591
591
  # resp.bgp_peers[0].customer_address #=> String
592
592
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
593
- # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
593
+ # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
594
594
  # resp.bgp_peers[0].aws_device_v2 #=> String
595
595
  # resp.region #=> String
596
596
  # resp.aws_device_v2 #=> String
@@ -661,7 +661,7 @@ module Aws::DirectConnect
661
661
  # resp.owner_account #=> String
662
662
  # resp.connection_id #=> String
663
663
  # resp.connection_name #=> String
664
- # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
664
+ # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
665
665
  # resp.region #=> String
666
666
  # resp.location #=> String
667
667
  # resp.bandwidth #=> String
@@ -729,7 +729,7 @@ module Aws::DirectConnect
729
729
  # resp.owner_account #=> String
730
730
  # resp.connection_id #=> String
731
731
  # resp.connection_name #=> String
732
- # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
732
+ # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
733
733
  # resp.region #=> String
734
734
  # resp.location #=> String
735
735
  # resp.bandwidth #=> String
@@ -821,7 +821,7 @@ module Aws::DirectConnect
821
821
  # resp.amazon_address #=> String
822
822
  # resp.customer_address #=> String
823
823
  # resp.address_family #=> String, one of "ipv4", "ipv6"
824
- # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
824
+ # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
825
825
  # resp.customer_router_config #=> String
826
826
  # resp.mtu #=> Integer
827
827
  # resp.jumbo_frame_capable #=> Boolean
@@ -837,7 +837,7 @@ module Aws::DirectConnect
837
837
  # resp.bgp_peers[0].amazon_address #=> String
838
838
  # resp.bgp_peers[0].customer_address #=> String
839
839
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
840
- # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
840
+ # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
841
841
  # resp.bgp_peers[0].aws_device_v2 #=> String
842
842
  # resp.region #=> String
843
843
  # resp.aws_device_v2 #=> String
@@ -873,7 +873,7 @@ module Aws::DirectConnect
873
873
  #
874
874
  # @example Response structure
875
875
  #
876
- # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
876
+ # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
877
877
  #
878
878
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnection AWS API Documentation
879
879
  #
@@ -915,7 +915,7 @@ module Aws::DirectConnect
915
915
  #
916
916
  # @example Response structure
917
917
  #
918
- # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
918
+ # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
919
919
  #
920
920
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterface AWS API Documentation
921
921
  #
@@ -947,7 +947,7 @@ module Aws::DirectConnect
947
947
  #
948
948
  # @example Response structure
949
949
  #
950
- # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
950
+ # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
951
951
  #
952
952
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterface AWS API Documentation
953
953
  #
@@ -1013,7 +1013,7 @@ module Aws::DirectConnect
1013
1013
  # resp.virtual_interface.amazon_address #=> String
1014
1014
  # resp.virtual_interface.customer_address #=> String
1015
1015
  # resp.virtual_interface.address_family #=> String, one of "ipv4", "ipv6"
1016
- # resp.virtual_interface.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
1016
+ # resp.virtual_interface.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
1017
1017
  # resp.virtual_interface.customer_router_config #=> String
1018
1018
  # resp.virtual_interface.mtu #=> Integer
1019
1019
  # resp.virtual_interface.jumbo_frame_capable #=> Boolean
@@ -1029,7 +1029,7 @@ module Aws::DirectConnect
1029
1029
  # resp.virtual_interface.bgp_peers[0].amazon_address #=> String
1030
1030
  # resp.virtual_interface.bgp_peers[0].customer_address #=> String
1031
1031
  # resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1032
- # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down"
1032
+ # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
1033
1033
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
1034
1034
  # resp.virtual_interface.region #=> String
1035
1035
  # resp.virtual_interface.aws_device_v2 #=> String
@@ -1103,7 +1103,7 @@ module Aws::DirectConnect
1103
1103
  # resp.owner_account #=> String
1104
1104
  # resp.connection_id #=> String
1105
1105
  # resp.connection_name #=> String
1106
- # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
1106
+ # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
1107
1107
  # resp.region #=> String
1108
1108
  # resp.location #=> String
1109
1109
  # resp.bandwidth #=> String
@@ -1278,7 +1278,7 @@ module Aws::DirectConnect
1278
1278
  #
1279
1279
  # resp.interconnect_id #=> String
1280
1280
  # resp.interconnect_name #=> String
1281
- # resp.interconnect_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
1281
+ # resp.interconnect_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted", "unknown"
1282
1282
  # resp.region #=> String
1283
1283
  # resp.location #=> String
1284
1284
  # resp.bandwidth #=> String
@@ -1377,7 +1377,7 @@ module Aws::DirectConnect
1377
1377
  # resp.lag_id #=> String
1378
1378
  # resp.owner_account #=> String
1379
1379
  # resp.lag_name #=> String
1380
- # resp.lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
1380
+ # resp.lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted", "unknown"
1381
1381
  # resp.location #=> String
1382
1382
  # resp.region #=> String
1383
1383
  # resp.minimum_links #=> Integer
@@ -1387,7 +1387,7 @@ module Aws::DirectConnect
1387
1387
  # resp.connections[0].owner_account #=> String
1388
1388
  # resp.connections[0].connection_id #=> String
1389
1389
  # resp.connections[0].connection_name #=> String
1390
- # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
1390
+ # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
1391
1391
  # resp.connections[0].region #=> String
1392
1392
  # resp.connections[0].location #=> String
1393
1393
  # resp.connections[0].bandwidth #=> String
@@ -1486,7 +1486,7 @@ module Aws::DirectConnect
1486
1486
  # resp.amazon_address #=> String
1487
1487
  # resp.customer_address #=> String
1488
1488
  # resp.address_family #=> String, one of "ipv4", "ipv6"
1489
- # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
1489
+ # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
1490
1490
  # resp.customer_router_config #=> String
1491
1491
  # resp.mtu #=> Integer
1492
1492
  # resp.jumbo_frame_capable #=> Boolean
@@ -1502,7 +1502,7 @@ module Aws::DirectConnect
1502
1502
  # resp.bgp_peers[0].amazon_address #=> String
1503
1503
  # resp.bgp_peers[0].customer_address #=> String
1504
1504
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1505
- # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
1505
+ # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
1506
1506
  # resp.bgp_peers[0].aws_device_v2 #=> String
1507
1507
  # resp.region #=> String
1508
1508
  # resp.aws_device_v2 #=> String
@@ -1591,7 +1591,7 @@ module Aws::DirectConnect
1591
1591
  # resp.amazon_address #=> String
1592
1592
  # resp.customer_address #=> String
1593
1593
  # resp.address_family #=> String, one of "ipv4", "ipv6"
1594
- # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
1594
+ # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
1595
1595
  # resp.customer_router_config #=> String
1596
1596
  # resp.mtu #=> Integer
1597
1597
  # resp.jumbo_frame_capable #=> Boolean
@@ -1607,7 +1607,7 @@ module Aws::DirectConnect
1607
1607
  # resp.bgp_peers[0].amazon_address #=> String
1608
1608
  # resp.bgp_peers[0].customer_address #=> String
1609
1609
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1610
- # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
1610
+ # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
1611
1611
  # resp.bgp_peers[0].aws_device_v2 #=> String
1612
1612
  # resp.region #=> String
1613
1613
  # resp.aws_device_v2 #=> String
@@ -1667,7 +1667,7 @@ module Aws::DirectConnect
1667
1667
  # resp.virtual_interface.amazon_address #=> String
1668
1668
  # resp.virtual_interface.customer_address #=> String
1669
1669
  # resp.virtual_interface.address_family #=> String, one of "ipv4", "ipv6"
1670
- # resp.virtual_interface.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
1670
+ # resp.virtual_interface.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
1671
1671
  # resp.virtual_interface.customer_router_config #=> String
1672
1672
  # resp.virtual_interface.mtu #=> Integer
1673
1673
  # resp.virtual_interface.jumbo_frame_capable #=> Boolean
@@ -1683,7 +1683,7 @@ module Aws::DirectConnect
1683
1683
  # resp.virtual_interface.bgp_peers[0].amazon_address #=> String
1684
1684
  # resp.virtual_interface.bgp_peers[0].customer_address #=> String
1685
1685
  # resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1686
- # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down"
1686
+ # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
1687
1687
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
1688
1688
  # resp.virtual_interface.region #=> String
1689
1689
  # resp.virtual_interface.aws_device_v2 #=> String
@@ -1736,7 +1736,7 @@ module Aws::DirectConnect
1736
1736
  # resp.owner_account #=> String
1737
1737
  # resp.connection_id #=> String
1738
1738
  # resp.connection_name #=> String
1739
- # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
1739
+ # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
1740
1740
  # resp.region #=> String
1741
1741
  # resp.location #=> String
1742
1742
  # resp.bandwidth #=> String
@@ -1853,7 +1853,7 @@ module Aws::DirectConnect
1853
1853
  #
1854
1854
  # @example Response structure
1855
1855
  #
1856
- # resp.interconnect_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
1856
+ # resp.interconnect_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted", "unknown"
1857
1857
  #
1858
1858
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnect AWS API Documentation
1859
1859
  #
@@ -1901,7 +1901,7 @@ module Aws::DirectConnect
1901
1901
  # resp.lag_id #=> String
1902
1902
  # resp.owner_account #=> String
1903
1903
  # resp.lag_name #=> String
1904
- # resp.lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
1904
+ # resp.lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted", "unknown"
1905
1905
  # resp.location #=> String
1906
1906
  # resp.region #=> String
1907
1907
  # resp.minimum_links #=> Integer
@@ -1911,7 +1911,7 @@ module Aws::DirectConnect
1911
1911
  # resp.connections[0].owner_account #=> String
1912
1912
  # resp.connections[0].connection_id #=> String
1913
1913
  # resp.connections[0].connection_name #=> String
1914
- # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
1914
+ # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
1915
1915
  # resp.connections[0].region #=> String
1916
1916
  # resp.connections[0].location #=> String
1917
1917
  # resp.connections[0].bandwidth #=> String
@@ -1953,7 +1953,7 @@ module Aws::DirectConnect
1953
1953
  #
1954
1954
  # @example Response structure
1955
1955
  #
1956
- # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
1956
+ # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
1957
1957
  #
1958
1958
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterface AWS API Documentation
1959
1959
  #
@@ -1976,7 +1976,7 @@ module Aws::DirectConnect
1976
1976
  #
1977
1977
  #
1978
1978
  #
1979
- # [1]: http://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html
1979
+ # [1]: https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html
1980
1980
  #
1981
1981
  # @option params [required, String] :connection_id
1982
1982
  # The ID of the connection.
@@ -2038,7 +2038,7 @@ module Aws::DirectConnect
2038
2038
  # resp.connections[0].owner_account #=> String
2039
2039
  # resp.connections[0].connection_id #=> String
2040
2040
  # resp.connections[0].connection_name #=> String
2041
- # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
2041
+ # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
2042
2042
  # resp.connections[0].region #=> String
2043
2043
  # resp.connections[0].location #=> String
2044
2044
  # resp.connections[0].bandwidth #=> String
@@ -2088,7 +2088,7 @@ module Aws::DirectConnect
2088
2088
  # resp.connections[0].owner_account #=> String
2089
2089
  # resp.connections[0].connection_id #=> String
2090
2090
  # resp.connections[0].connection_name #=> String
2091
- # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
2091
+ # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
2092
2092
  # resp.connections[0].region #=> String
2093
2093
  # resp.connections[0].location #=> String
2094
2094
  # resp.connections[0].bandwidth #=> String
@@ -2292,7 +2292,7 @@ module Aws::DirectConnect
2292
2292
  # resp.connections[0].owner_account #=> String
2293
2293
  # resp.connections[0].connection_id #=> String
2294
2294
  # resp.connections[0].connection_name #=> String
2295
- # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
2295
+ # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
2296
2296
  # resp.connections[0].region #=> String
2297
2297
  # resp.connections[0].location #=> String
2298
2298
  # resp.connections[0].bandwidth #=> String
@@ -2326,7 +2326,7 @@ module Aws::DirectConnect
2326
2326
  #
2327
2327
  #
2328
2328
  #
2329
- # [1]: http://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html
2329
+ # [1]: https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html
2330
2330
  #
2331
2331
  # @option params [required, String] :interconnect_id
2332
2332
  # The ID of the interconnect.
@@ -2388,7 +2388,7 @@ module Aws::DirectConnect
2388
2388
  # resp.interconnects #=> Array
2389
2389
  # resp.interconnects[0].interconnect_id #=> String
2390
2390
  # resp.interconnects[0].interconnect_name #=> String
2391
- # resp.interconnects[0].interconnect_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
2391
+ # resp.interconnects[0].interconnect_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted", "unknown"
2392
2392
  # resp.interconnects[0].region #=> String
2393
2393
  # resp.interconnects[0].location #=> String
2394
2394
  # resp.interconnects[0].bandwidth #=> String
@@ -2431,7 +2431,7 @@ module Aws::DirectConnect
2431
2431
  # resp.lags[0].lag_id #=> String
2432
2432
  # resp.lags[0].owner_account #=> String
2433
2433
  # resp.lags[0].lag_name #=> String
2434
- # resp.lags[0].lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
2434
+ # resp.lags[0].lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted", "unknown"
2435
2435
  # resp.lags[0].location #=> String
2436
2436
  # resp.lags[0].region #=> String
2437
2437
  # resp.lags[0].minimum_links #=> Integer
@@ -2441,7 +2441,7 @@ module Aws::DirectConnect
2441
2441
  # resp.lags[0].connections[0].owner_account #=> String
2442
2442
  # resp.lags[0].connections[0].connection_id #=> String
2443
2443
  # resp.lags[0].connections[0].connection_name #=> String
2444
- # resp.lags[0].connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
2444
+ # resp.lags[0].connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
2445
2445
  # resp.lags[0].connections[0].region #=> String
2446
2446
  # resp.lags[0].connections[0].location #=> String
2447
2447
  # resp.lags[0].connections[0].bandwidth #=> String
@@ -2477,7 +2477,7 @@ module Aws::DirectConnect
2477
2477
  #
2478
2478
  #
2479
2479
  #
2480
- # [1]: http://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html
2480
+ # [1]: https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html
2481
2481
  #
2482
2482
  # @option params [required, String] :connection_id
2483
2483
  # The ID of a connection, LAG, or interconnect.
@@ -2642,7 +2642,7 @@ module Aws::DirectConnect
2642
2642
  # resp.virtual_interfaces[0].amazon_address #=> String
2643
2643
  # resp.virtual_interfaces[0].customer_address #=> String
2644
2644
  # resp.virtual_interfaces[0].address_family #=> String, one of "ipv4", "ipv6"
2645
- # resp.virtual_interfaces[0].virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
2645
+ # resp.virtual_interfaces[0].virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
2646
2646
  # resp.virtual_interfaces[0].customer_router_config #=> String
2647
2647
  # resp.virtual_interfaces[0].mtu #=> Integer
2648
2648
  # resp.virtual_interfaces[0].jumbo_frame_capable #=> Boolean
@@ -2658,7 +2658,7 @@ module Aws::DirectConnect
2658
2658
  # resp.virtual_interfaces[0].bgp_peers[0].amazon_address #=> String
2659
2659
  # resp.virtual_interfaces[0].bgp_peers[0].customer_address #=> String
2660
2660
  # resp.virtual_interfaces[0].bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
2661
- # resp.virtual_interfaces[0].bgp_peers[0].bgp_status #=> String, one of "up", "down"
2661
+ # resp.virtual_interfaces[0].bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
2662
2662
  # resp.virtual_interfaces[0].bgp_peers[0].aws_device_v2 #=> String
2663
2663
  # resp.virtual_interfaces[0].region #=> String
2664
2664
  # resp.virtual_interfaces[0].aws_device_v2 #=> String
@@ -2722,7 +2722,7 @@ module Aws::DirectConnect
2722
2722
  # resp.owner_account #=> String
2723
2723
  # resp.connection_id #=> String
2724
2724
  # resp.connection_name #=> String
2725
- # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
2725
+ # resp.connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
2726
2726
  # resp.region #=> String
2727
2727
  # resp.location #=> String
2728
2728
  # resp.bandwidth #=> String
@@ -2867,7 +2867,7 @@ module Aws::DirectConnect
2867
2867
  # resp.lag_id #=> String
2868
2868
  # resp.owner_account #=> String
2869
2869
  # resp.lag_name #=> String
2870
- # resp.lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted"
2870
+ # resp.lag_state #=> String, one of "requested", "pending", "available", "down", "deleting", "deleted", "unknown"
2871
2871
  # resp.location #=> String
2872
2872
  # resp.region #=> String
2873
2873
  # resp.minimum_links #=> Integer
@@ -2877,7 +2877,7 @@ module Aws::DirectConnect
2877
2877
  # resp.connections[0].owner_account #=> String
2878
2878
  # resp.connections[0].connection_id #=> String
2879
2879
  # resp.connections[0].connection_name #=> String
2880
- # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected"
2880
+ # resp.connections[0].connection_state #=> String, one of "ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
2881
2881
  # resp.connections[0].region #=> String
2882
2882
  # resp.connections[0].location #=> String
2883
2883
  # resp.connections[0].bandwidth #=> String
@@ -2969,7 +2969,7 @@ module Aws::DirectConnect
2969
2969
  # resp.amazon_address #=> String
2970
2970
  # resp.customer_address #=> String
2971
2971
  # resp.address_family #=> String, one of "ipv4", "ipv6"
2972
- # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected"
2972
+ # resp.virtual_interface_state #=> String, one of "confirming", "verifying", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown"
2973
2973
  # resp.customer_router_config #=> String
2974
2974
  # resp.mtu #=> Integer
2975
2975
  # resp.jumbo_frame_capable #=> Boolean
@@ -2985,7 +2985,7 @@ module Aws::DirectConnect
2985
2985
  # resp.bgp_peers[0].amazon_address #=> String
2986
2986
  # resp.bgp_peers[0].customer_address #=> String
2987
2987
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
2988
- # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down"
2988
+ # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
2989
2989
  # resp.bgp_peers[0].aws_device_v2 #=> String
2990
2990
  # resp.region #=> String
2991
2991
  # resp.aws_device_v2 #=> String
@@ -3012,7 +3012,7 @@ module Aws::DirectConnect
3012
3012
  params: params,
3013
3013
  config: config)
3014
3014
  context[:gem_name] = 'aws-sdk-directconnect'
3015
- context[:gem_version] = '1.10.0'
3015
+ context[:gem_version] = '1.11.0'
3016
3016
  Seahorse::Client::Request.new(handlers, context)
3017
3017
  end
3018
3018
 
@@ -306,7 +306,7 @@ module Aws::DirectConnect
306
306
  #
307
307
  # * `down`\: The BGP peer is down.
308
308
  #
309
- # * `unknown`\: The BGP peer status is unknown.
309
+ # * `unknown`\: The BGP peer status is not available.
310
310
  # @return [String]
311
311
  #
312
312
  # @!attribute [rw] aws_device_v2
@@ -372,6 +372,8 @@ module Aws::DirectConnect
372
372
  #
373
373
  # * `rejected`\: A hosted connection in the `ordering` state enters
374
374
  # the `rejected` state if it is deleted by the customer.
375
+ #
376
+ # * `unknown`\: The state of the connection is not available.
375
377
  # @return [String]
376
378
  #
377
379
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnectionResponse AWS API Documentation
@@ -443,6 +445,8 @@ module Aws::DirectConnect
443
445
  # the virtual interface. If a virtual interface in the `Confirming`
444
446
  # state is deleted by the virtual interface owner, the virtual
445
447
  # interface enters the `Rejected` state.
448
+ #
449
+ # * `unknown`\: The state of the virtual interface is not available.
446
450
  # @return [String]
447
451
  #
448
452
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterfaceResponse AWS API Documentation
@@ -502,6 +506,8 @@ module Aws::DirectConnect
502
506
  # the virtual interface. If a virtual interface in the `Confirming`
503
507
  # state is deleted by the virtual interface owner, the virtual
504
508
  # interface enters the `Rejected` state.
509
+ #
510
+ # * `unknown`\: The state of the virtual interface is not available.
505
511
  # @return [String]
506
512
  #
507
513
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterfaceResponse AWS API Documentation
@@ -551,6 +557,8 @@ module Aws::DirectConnect
551
557
  #
552
558
  # * `rejected`\: A hosted connection in the `ordering` state enters
553
559
  # the `rejected` state if it is deleted by the customer.
560
+ #
561
+ # * `unknown`\: The state of the connection is not available.
554
562
  # @return [String]
555
563
  #
556
564
  # @!attribute [rw] region
@@ -1102,6 +1110,8 @@ module Aws::DirectConnect
1102
1110
  # * `deleting`\: The interconnect is being deleted.
1103
1111
  #
1104
1112
  # * `deleted`\: The interconnect is deleted.
1113
+ #
1114
+ # * `unknown`\: The state of the interconnect is not available.
1105
1115
  # @return [String]
1106
1116
  #
1107
1117
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectResponse AWS API Documentation
@@ -1179,6 +1189,8 @@ module Aws::DirectConnect
1179
1189
  # the virtual interface. If a virtual interface in the `Confirming`
1180
1190
  # state is deleted by the virtual interface owner, the virtual
1181
1191
  # interface enters the `Rejected` state.
1192
+ #
1193
+ # * `unknown`\: The state of the virtual interface is not available.
1182
1194
  # @return [String]
1183
1195
  #
1184
1196
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceResponse AWS API Documentation
@@ -1817,6 +1829,8 @@ module Aws::DirectConnect
1817
1829
  # * `deleting`\: The interconnect is being deleted.
1818
1830
  #
1819
1831
  # * `deleted`\: The interconnect is deleted.
1832
+ #
1833
+ # * `unknown`\: The state of the interconnect is not available.
1820
1834
  # @return [String]
1821
1835
  #
1822
1836
  # @!attribute [rw] region
@@ -1928,6 +1942,8 @@ module Aws::DirectConnect
1928
1942
  # * `deleting`\: The LAG is being deleted.
1929
1943
  #
1930
1944
  # * `deleted`\: The LAG is deleted.
1945
+ #
1946
+ # * `unknown`\: The state of the LAG is not available.
1931
1947
  # @return [String]
1932
1948
  #
1933
1949
  # @!attribute [rw] location
@@ -2693,6 +2709,8 @@ module Aws::DirectConnect
2693
2709
  # the virtual interface. If a virtual interface in the `Confirming`
2694
2710
  # state is deleted by the virtual interface owner, the virtual
2695
2711
  # interface enters the `Rejected` state.
2712
+ #
2713
+ # * `unknown`\: The state of the virtual interface is not available.
2696
2714
  # @return [String]
2697
2715
  #
2698
2716
  # @!attribute [rw] customer_router_config
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.10.0
4
+ version: 1.11.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-11-20 00:00:00.000000000 Z
11
+ date: 2019-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core