aws-sdk-directconnect 1.113.0 → 1.115.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
  SHA256:
3
- metadata.gz: bf931fcf1630f8cab67e69b2cbc74e663d060c328f123c90d190d286c82cc869
4
- data.tar.gz: 4c47f84496a46dc7bb51185119784268cafddaa4abf8ce0954c171878c916a07
3
+ metadata.gz: c6e8127120562c5db33e9070db216f71aa2c94f12eaf11925c9decb9370cf2a1
4
+ data.tar.gz: 1d458e20d83dc9f3087a579d67c8c98a1918b6b17666b10ae9be13514f94136e
5
5
  SHA512:
6
- metadata.gz: bc343518b3d3eef387b7c08afa205b8c307c847e98c9a1a0b72411b258cfe920c4f3498ddea5cc5da58f393ba599b8fb3e5ab417f337f205ae72304fa3a43892
7
- data.tar.gz: 66598da2b59cdf76d84064a403a50f4a0b52f2f73b5b52fdf558d70f04059219802cdfcc85965d684938a25e2a7df03fafa5a388dbcaa6cfdc784b081b56e3c3
6
+ metadata.gz: 754af3d56d479c03e813fdc0056baacc4b05ab699e315e218b67f39594831d953569dd56651b4f2659987f0bcad84ffeb4851dd244c2f195b59859218434b6e3
7
+ data.tar.gz: 40331203346cbb269ee55f3c460cc0d575b3da01446b07e3d393bd422e7e8cd89ae5f2c42ba694eb6030fca8d3211c5de811051149323accfa6bb892bee2cfef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.0 (2026-08-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds custom route prefix pool allocations for Direct Connect. You can set IPv4 and IPv6 route prefix counts on private and transit virtual interfaces, and view pool size and unallocated counts on connections and LAGs, plus direct connect gateway attachment prefix allocation totals.
8
+
9
+ 1.114.0 (2026-08-03)
10
+ ------------------
11
+
12
+ * Feature - Added route visibility support for AWS Direct Connect, allowing customers to call ListVirtualInterfaceRoutes to view the BGP routes including AS path and BGP communities advertised over their virtual interfaces.
13
+
4
14
  1.113.0 (2026-07-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.115.0
@@ -611,6 +611,10 @@ module Aws::DirectConnect
611
611
  # * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
612
612
  # * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
613
613
  # * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
614
+ # * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
615
+ # * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
616
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
617
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
614
618
  #
615
619
  # @example Request syntax with placeholder values
616
620
  #
@@ -657,6 +661,10 @@ module Aws::DirectConnect
657
661
  # resp.rate_limiter_status.remaining #=> Integer
658
662
  # resp.rate_limiter_status.total_bandwidth #=> String
659
663
  # resp.partner_interconnect_mac_sec_capable #=> Boolean
664
+ # resp.prefix_pool_size_ipv_4 #=> Integer
665
+ # resp.prefix_pool_size_ipv_6 #=> Integer
666
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
667
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
660
668
  #
661
669
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect AWS API Documentation
662
670
  #
@@ -729,6 +737,10 @@ module Aws::DirectConnect
729
737
  # * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
730
738
  # * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
731
739
  # * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
740
+ # * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
741
+ # * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
742
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
743
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
732
744
  #
733
745
  # @example Request syntax with placeholder values
734
746
  #
@@ -781,6 +793,10 @@ module Aws::DirectConnect
781
793
  # resp.rate_limiter_status.remaining #=> Integer
782
794
  # resp.rate_limiter_status.total_bandwidth #=> String
783
795
  # resp.partner_interconnect_mac_sec_capable #=> Boolean
796
+ # resp.prefix_pool_size_ipv_4 #=> Integer
797
+ # resp.prefix_pool_size_ipv_6 #=> Integer
798
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
799
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
784
800
  #
785
801
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection AWS API Documentation
786
802
  #
@@ -839,6 +855,8 @@ module Aws::DirectConnect
839
855
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
840
856
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
841
857
  # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
858
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
859
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
842
860
  # * {Types::VirtualInterface#rate_limit #rate_limit} => String
843
861
  #
844
862
  # @example Request syntax with placeholder values
@@ -909,6 +927,8 @@ module Aws::DirectConnect
909
927
  # resp.tags[0].key #=> String
910
928
  # resp.tags[0].value #=> String
911
929
  # resp.site_link_enabled #=> Boolean
930
+ # resp.prefix_pool_allocated_count_ipv_4 #=> Integer
931
+ # resp.prefix_pool_allocated_count_ipv_6 #=> Integer
912
932
  # resp.rate_limit #=> String
913
933
  #
914
934
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface AWS API Documentation
@@ -977,6 +997,8 @@ module Aws::DirectConnect
977
997
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
978
998
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
979
999
  # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
1000
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
1001
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
980
1002
  # * {Types::VirtualInterface#rate_limit #rate_limit} => String
981
1003
  #
982
1004
  # @example Request syntax with placeholder values
@@ -1051,6 +1073,8 @@ module Aws::DirectConnect
1051
1073
  # resp.tags[0].key #=> String
1052
1074
  # resp.tags[0].value #=> String
1053
1075
  # resp.site_link_enabled #=> Boolean
1076
+ # resp.prefix_pool_allocated_count_ipv_4 #=> Integer
1077
+ # resp.prefix_pool_allocated_count_ipv_6 #=> Integer
1054
1078
  # resp.rate_limit #=> String
1055
1079
  #
1056
1080
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface AWS API Documentation
@@ -1157,6 +1181,8 @@ module Aws::DirectConnect
1157
1181
  # resp.virtual_interface.tags[0].key #=> String
1158
1182
  # resp.virtual_interface.tags[0].value #=> String
1159
1183
  # resp.virtual_interface.site_link_enabled #=> Boolean
1184
+ # resp.virtual_interface.prefix_pool_allocated_count_ipv_4 #=> Integer
1185
+ # resp.virtual_interface.prefix_pool_allocated_count_ipv_6 #=> Integer
1160
1186
  # resp.virtual_interface.rate_limit #=> String
1161
1187
  #
1162
1188
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterface AWS API Documentation
@@ -1220,6 +1246,10 @@ module Aws::DirectConnect
1220
1246
  # * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
1221
1247
  # * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
1222
1248
  # * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
1249
+ # * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
1250
+ # * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
1251
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
1252
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
1223
1253
  #
1224
1254
  # @example Request syntax with placeholder values
1225
1255
  #
@@ -1263,6 +1293,10 @@ module Aws::DirectConnect
1263
1293
  # resp.rate_limiter_status.remaining #=> Integer
1264
1294
  # resp.rate_limiter_status.total_bandwidth #=> String
1265
1295
  # resp.partner_interconnect_mac_sec_capable #=> Boolean
1296
+ # resp.prefix_pool_size_ipv_4 #=> Integer
1297
+ # resp.prefix_pool_size_ipv_6 #=> Integer
1298
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
1299
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
1266
1300
  #
1267
1301
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag AWS API Documentation
1268
1302
  #
@@ -1316,6 +1350,10 @@ module Aws::DirectConnect
1316
1350
  # * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
1317
1351
  # * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
1318
1352
  # * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
1353
+ # * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
1354
+ # * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
1355
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
1356
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
1319
1357
  #
1320
1358
  # @example Request syntax with placeholder values
1321
1359
  #
@@ -1359,6 +1397,10 @@ module Aws::DirectConnect
1359
1397
  # resp.rate_limiter_status.remaining #=> Integer
1360
1398
  # resp.rate_limiter_status.total_bandwidth #=> String
1361
1399
  # resp.partner_interconnect_mac_sec_capable #=> Boolean
1400
+ # resp.prefix_pool_size_ipv_4 #=> Integer
1401
+ # resp.prefix_pool_size_ipv_6 #=> Integer
1402
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
1403
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
1362
1404
  #
1363
1405
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection AWS API Documentation
1364
1406
  #
@@ -1505,6 +1547,8 @@ module Aws::DirectConnect
1505
1547
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
1506
1548
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
1507
1549
  # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
1550
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
1551
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
1508
1552
  # * {Types::VirtualInterface#rate_limit #rate_limit} => String
1509
1553
  #
1510
1554
  # @example Request syntax with placeholder values
@@ -1557,6 +1601,8 @@ module Aws::DirectConnect
1557
1601
  # resp.tags[0].key #=> String
1558
1602
  # resp.tags[0].value #=> String
1559
1603
  # resp.site_link_enabled #=> Boolean
1604
+ # resp.prefix_pool_allocated_count_ipv_4 #=> Integer
1605
+ # resp.prefix_pool_allocated_count_ipv_6 #=> Integer
1560
1606
  # resp.rate_limit #=> String
1561
1607
  #
1562
1608
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface AWS API Documentation
@@ -1838,6 +1884,8 @@ module Aws::DirectConnect
1838
1884
  # resp.virtual_interface.tags[0].key #=> String
1839
1885
  # resp.virtual_interface.tags[0].value #=> String
1840
1886
  # resp.virtual_interface.site_link_enabled #=> Boolean
1887
+ # resp.virtual_interface.prefix_pool_allocated_count_ipv_4 #=> Integer
1888
+ # resp.virtual_interface.prefix_pool_allocated_count_ipv_6 #=> Integer
1841
1889
  # resp.virtual_interface.rate_limit #=> String
1842
1890
  #
1843
1891
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer AWS API Documentation
@@ -1921,6 +1969,10 @@ module Aws::DirectConnect
1921
1969
  # * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
1922
1970
  # * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
1923
1971
  # * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
1972
+ # * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
1973
+ # * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
1974
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
1975
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
1924
1976
  #
1925
1977
  # @example Request syntax with placeholder values
1926
1978
  #
@@ -1974,6 +2026,10 @@ module Aws::DirectConnect
1974
2026
  # resp.rate_limiter_status.remaining #=> Integer
1975
2027
  # resp.rate_limiter_status.total_bandwidth #=> String
1976
2028
  # resp.partner_interconnect_mac_sec_capable #=> Boolean
2029
+ # resp.prefix_pool_size_ipv_4 #=> Integer
2030
+ # resp.prefix_pool_size_ipv_6 #=> Integer
2031
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
2032
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
1977
2033
  #
1978
2034
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection AWS API Documentation
1979
2035
  #
@@ -2031,6 +2087,7 @@ module Aws::DirectConnect
2031
2087
  # resp.direct_connect_gateway.owner_account #=> String
2032
2088
  # resp.direct_connect_gateway.direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
2033
2089
  # resp.direct_connect_gateway.state_change_error #=> String
2090
+ # resp.direct_connect_gateway.total_prefix_pool_allocations #=> Integer
2034
2091
  # resp.direct_connect_gateway.tags #=> Array
2035
2092
  # resp.direct_connect_gateway.tags[0].key #=> String
2036
2093
  # resp.direct_connect_gateway.tags[0].value #=> String
@@ -2403,6 +2460,10 @@ module Aws::DirectConnect
2403
2460
  # * {Types::Lag#mac_sec_capable #mac_sec_capable} => Boolean
2404
2461
  # * {Types::Lag#encryption_mode #encryption_mode} => String
2405
2462
  # * {Types::Lag#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
2463
+ # * {Types::Lag#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
2464
+ # * {Types::Lag#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
2465
+ # * {Types::Lag#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
2466
+ # * {Types::Lag#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
2406
2467
  # * {Types::Lag#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
2407
2468
  #
2408
2469
  # @example Request syntax with placeholder values
@@ -2477,6 +2538,10 @@ module Aws::DirectConnect
2477
2538
  # resp.connections[0].rate_limiter_status.remaining #=> Integer
2478
2539
  # resp.connections[0].rate_limiter_status.total_bandwidth #=> String
2479
2540
  # resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
2541
+ # resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
2542
+ # resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
2543
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
2544
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
2480
2545
  # resp.allows_hosted_connections #=> Boolean
2481
2546
  # resp.jumbo_frame_capable #=> Boolean
2482
2547
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
@@ -2491,6 +2556,10 @@ module Aws::DirectConnect
2491
2556
  # resp.mac_sec_keys[0].ckn #=> String
2492
2557
  # resp.mac_sec_keys[0].state #=> String
2493
2558
  # resp.mac_sec_keys[0].start_on #=> String
2559
+ # resp.prefix_pool_size_ipv_4 #=> Integer
2560
+ # resp.prefix_pool_size_ipv_6 #=> Integer
2561
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
2562
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
2494
2563
  # resp.rate_limiter_status.max_allowed #=> Integer
2495
2564
  # resp.rate_limiter_status.in_use #=> Integer
2496
2565
  # resp.rate_limiter_status.remaining #=> Integer
@@ -2558,6 +2627,8 @@ module Aws::DirectConnect
2558
2627
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
2559
2628
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
2560
2629
  # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
2630
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
2631
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
2561
2632
  # * {Types::VirtualInterface#rate_limit #rate_limit} => String
2562
2633
  #
2563
2634
  # @example Request syntax with placeholder values
@@ -2583,6 +2654,8 @@ module Aws::DirectConnect
2583
2654
  # },
2584
2655
  # ],
2585
2656
  # enable_site_link: false,
2657
+ # prefix_pool_allocated_count_ipv_4: 1,
2658
+ # prefix_pool_allocated_count_ipv_6: 1,
2586
2659
  # rate_limit: "RateLimit",
2587
2660
  # },
2588
2661
  # })
@@ -2630,6 +2703,8 @@ module Aws::DirectConnect
2630
2703
  # resp.tags[0].key #=> String
2631
2704
  # resp.tags[0].value #=> String
2632
2705
  # resp.site_link_enabled #=> Boolean
2706
+ # resp.prefix_pool_allocated_count_ipv_4 #=> Integer
2707
+ # resp.prefix_pool_allocated_count_ipv_6 #=> Integer
2633
2708
  # resp.rate_limit #=> String
2634
2709
  #
2635
2710
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface AWS API Documentation
@@ -2685,6 +2760,8 @@ module Aws::DirectConnect
2685
2760
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
2686
2761
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
2687
2762
  # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
2763
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
2764
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
2688
2765
  # * {Types::VirtualInterface#rate_limit #rate_limit} => String
2689
2766
  #
2690
2767
  # @example Request syntax with placeholder values
@@ -2758,6 +2835,8 @@ module Aws::DirectConnect
2758
2835
  # resp.tags[0].key #=> String
2759
2836
  # resp.tags[0].value #=> String
2760
2837
  # resp.site_link_enabled #=> Boolean
2838
+ # resp.prefix_pool_allocated_count_ipv_4 #=> Integer
2839
+ # resp.prefix_pool_allocated_count_ipv_6 #=> Integer
2761
2840
  # resp.rate_limit #=> String
2762
2841
  #
2763
2842
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface AWS API Documentation
@@ -2823,6 +2902,8 @@ module Aws::DirectConnect
2823
2902
  # },
2824
2903
  # ],
2825
2904
  # enable_site_link: false,
2905
+ # prefix_pool_allocated_count_ipv_4: 1,
2906
+ # prefix_pool_allocated_count_ipv_6: 1,
2826
2907
  # rate_limit: "RateLimit",
2827
2908
  # },
2828
2909
  # })
@@ -2870,6 +2951,8 @@ module Aws::DirectConnect
2870
2951
  # resp.virtual_interface.tags[0].key #=> String
2871
2952
  # resp.virtual_interface.tags[0].value #=> String
2872
2953
  # resp.virtual_interface.site_link_enabled #=> Boolean
2954
+ # resp.virtual_interface.prefix_pool_allocated_count_ipv_4 #=> Integer
2955
+ # resp.virtual_interface.prefix_pool_allocated_count_ipv_6 #=> Integer
2873
2956
  # resp.virtual_interface.rate_limit #=> String
2874
2957
  #
2875
2958
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateTransitVirtualInterface AWS API Documentation
@@ -2993,6 +3076,8 @@ module Aws::DirectConnect
2993
3076
  # resp.virtual_interface.tags[0].key #=> String
2994
3077
  # resp.virtual_interface.tags[0].value #=> String
2995
3078
  # resp.virtual_interface.site_link_enabled #=> Boolean
3079
+ # resp.virtual_interface.prefix_pool_allocated_count_ipv_4 #=> Integer
3080
+ # resp.virtual_interface.prefix_pool_allocated_count_ipv_6 #=> Integer
2996
3081
  # resp.virtual_interface.rate_limit #=> String
2997
3082
  #
2998
3083
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer AWS API Documentation
@@ -3040,6 +3125,10 @@ module Aws::DirectConnect
3040
3125
  # * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
3041
3126
  # * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
3042
3127
  # * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
3128
+ # * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
3129
+ # * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
3130
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
3131
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
3043
3132
  #
3044
3133
  # @example Request syntax with placeholder values
3045
3134
  #
@@ -3082,6 +3171,10 @@ module Aws::DirectConnect
3082
3171
  # resp.rate_limiter_status.remaining #=> Integer
3083
3172
  # resp.rate_limiter_status.total_bandwidth #=> String
3084
3173
  # resp.partner_interconnect_mac_sec_capable #=> Boolean
3174
+ # resp.prefix_pool_size_ipv_4 #=> Integer
3175
+ # resp.prefix_pool_size_ipv_6 #=> Integer
3176
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
3177
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
3085
3178
  #
3086
3179
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection AWS API Documentation
3087
3180
  #
@@ -3118,6 +3211,7 @@ module Aws::DirectConnect
3118
3211
  # resp.direct_connect_gateway.owner_account #=> String
3119
3212
  # resp.direct_connect_gateway.direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
3120
3213
  # resp.direct_connect_gateway.state_change_error #=> String
3214
+ # resp.direct_connect_gateway.total_prefix_pool_allocations #=> Integer
3121
3215
  # resp.direct_connect_gateway.tags #=> Array
3122
3216
  # resp.direct_connect_gateway.tags[0].key #=> String
3123
3217
  # resp.direct_connect_gateway.tags[0].value #=> String
@@ -3290,6 +3384,10 @@ module Aws::DirectConnect
3290
3384
  # * {Types::Lag#mac_sec_capable #mac_sec_capable} => Boolean
3291
3385
  # * {Types::Lag#encryption_mode #encryption_mode} => String
3292
3386
  # * {Types::Lag#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
3387
+ # * {Types::Lag#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
3388
+ # * {Types::Lag#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
3389
+ # * {Types::Lag#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
3390
+ # * {Types::Lag#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
3293
3391
  # * {Types::Lag#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
3294
3392
  #
3295
3393
  # @example Request syntax with placeholder values
@@ -3346,6 +3444,10 @@ module Aws::DirectConnect
3346
3444
  # resp.connections[0].rate_limiter_status.remaining #=> Integer
3347
3445
  # resp.connections[0].rate_limiter_status.total_bandwidth #=> String
3348
3446
  # resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
3447
+ # resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
3448
+ # resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
3449
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
3450
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
3349
3451
  # resp.allows_hosted_connections #=> Boolean
3350
3452
  # resp.jumbo_frame_capable #=> Boolean
3351
3453
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
@@ -3360,6 +3462,10 @@ module Aws::DirectConnect
3360
3462
  # resp.mac_sec_keys[0].ckn #=> String
3361
3463
  # resp.mac_sec_keys[0].state #=> String
3362
3464
  # resp.mac_sec_keys[0].start_on #=> String
3465
+ # resp.prefix_pool_size_ipv_4 #=> Integer
3466
+ # resp.prefix_pool_size_ipv_6 #=> Integer
3467
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
3468
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
3363
3469
  # resp.rate_limiter_status.max_allowed #=> Integer
3364
3470
  # resp.rate_limiter_status.in_use #=> Integer
3365
3471
  # resp.rate_limiter_status.remaining #=> Integer
@@ -3523,6 +3629,10 @@ module Aws::DirectConnect
3523
3629
  # resp.connections[0].rate_limiter_status.remaining #=> Integer
3524
3630
  # resp.connections[0].rate_limiter_status.total_bandwidth #=> String
3525
3631
  # resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
3632
+ # resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
3633
+ # resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
3634
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
3635
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
3526
3636
  # resp.next_token #=> String
3527
3637
  #
3528
3638
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections AWS API Documentation
@@ -3595,6 +3705,10 @@ module Aws::DirectConnect
3595
3705
  # resp.connections[0].rate_limiter_status.remaining #=> Integer
3596
3706
  # resp.connections[0].rate_limiter_status.total_bandwidth #=> String
3597
3707
  # resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
3708
+ # resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
3709
+ # resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
3710
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
3711
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
3598
3712
  # resp.next_token #=> String
3599
3713
  #
3600
3714
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect AWS API Documentation
@@ -3903,6 +4017,7 @@ module Aws::DirectConnect
3903
4017
  # resp.direct_connect_gateways[0].owner_account #=> String
3904
4018
  # resp.direct_connect_gateways[0].direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
3905
4019
  # resp.direct_connect_gateways[0].state_change_error #=> String
4020
+ # resp.direct_connect_gateways[0].total_prefix_pool_allocations #=> Integer
3906
4021
  # resp.direct_connect_gateways[0].tags #=> Array
3907
4022
  # resp.direct_connect_gateways[0].tags[0].key #=> String
3908
4023
  # resp.direct_connect_gateways[0].tags[0].value #=> String
@@ -3987,6 +4102,10 @@ module Aws::DirectConnect
3987
4102
  # resp.connections[0].rate_limiter_status.remaining #=> Integer
3988
4103
  # resp.connections[0].rate_limiter_status.total_bandwidth #=> String
3989
4104
  # resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
4105
+ # resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
4106
+ # resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
4107
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
4108
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
3990
4109
  # resp.next_token #=> String
3991
4110
  #
3992
4111
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections AWS API Documentation
@@ -4200,6 +4319,10 @@ module Aws::DirectConnect
4200
4319
  # resp.lags[0].connections[0].rate_limiter_status.remaining #=> Integer
4201
4320
  # resp.lags[0].connections[0].rate_limiter_status.total_bandwidth #=> String
4202
4321
  # resp.lags[0].connections[0].partner_interconnect_mac_sec_capable #=> Boolean
4322
+ # resp.lags[0].connections[0].prefix_pool_size_ipv_4 #=> Integer
4323
+ # resp.lags[0].connections[0].prefix_pool_size_ipv_6 #=> Integer
4324
+ # resp.lags[0].connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
4325
+ # resp.lags[0].connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
4203
4326
  # resp.lags[0].allows_hosted_connections #=> Boolean
4204
4327
  # resp.lags[0].jumbo_frame_capable #=> Boolean
4205
4328
  # resp.lags[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
@@ -4214,6 +4337,10 @@ module Aws::DirectConnect
4214
4337
  # resp.lags[0].mac_sec_keys[0].ckn #=> String
4215
4338
  # resp.lags[0].mac_sec_keys[0].state #=> String
4216
4339
  # resp.lags[0].mac_sec_keys[0].start_on #=> String
4340
+ # resp.lags[0].prefix_pool_size_ipv_4 #=> Integer
4341
+ # resp.lags[0].prefix_pool_size_ipv_6 #=> Integer
4342
+ # resp.lags[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
4343
+ # resp.lags[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
4217
4344
  # resp.lags[0].rate_limiter_status.max_allowed #=> Integer
4218
4345
  # resp.lags[0].rate_limiter_status.in_use #=> Integer
4219
4346
  # resp.lags[0].rate_limiter_status.remaining #=> Integer
@@ -4517,6 +4644,8 @@ module Aws::DirectConnect
4517
4644
  # resp.virtual_interfaces[0].tags[0].key #=> String
4518
4645
  # resp.virtual_interfaces[0].tags[0].value #=> String
4519
4646
  # resp.virtual_interfaces[0].site_link_enabled #=> Boolean
4647
+ # resp.virtual_interfaces[0].prefix_pool_allocated_count_ipv_4 #=> Integer
4648
+ # resp.virtual_interfaces[0].prefix_pool_allocated_count_ipv_6 #=> Integer
4520
4649
  # resp.virtual_interfaces[0].rate_limit #=> String
4521
4650
  # resp.next_token #=> String
4522
4651
  #
@@ -4575,6 +4704,10 @@ module Aws::DirectConnect
4575
4704
  # * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
4576
4705
  # * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
4577
4706
  # * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
4707
+ # * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
4708
+ # * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
4709
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
4710
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
4578
4711
  #
4579
4712
  # @example Request syntax with placeholder values
4580
4713
  #
@@ -4618,6 +4751,10 @@ module Aws::DirectConnect
4618
4751
  # resp.rate_limiter_status.remaining #=> Integer
4619
4752
  # resp.rate_limiter_status.total_bandwidth #=> String
4620
4753
  # resp.partner_interconnect_mac_sec_capable #=> Boolean
4754
+ # resp.prefix_pool_size_ipv_4 #=> Integer
4755
+ # resp.prefix_pool_size_ipv_6 #=> Integer
4756
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
4757
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
4621
4758
  #
4622
4759
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag AWS API Documentation
4623
4760
  #
@@ -4675,6 +4812,80 @@ module Aws::DirectConnect
4675
4812
  req.send_request(options)
4676
4813
  end
4677
4814
 
4815
+ # Lists the routes for the specified virtual interface.
4816
+ #
4817
+ # Use the `routeDirection` filter to control which routes are returned:
4818
+ #
4819
+ # * `accepted`: routes received from the customer network over the
4820
+ # virtual interface.
4821
+ #
4822
+ # * `advertised`: routes advertised to the customer network over the
4823
+ # virtual interface.
4824
+ #
4825
+ # @option params [String] :virtual_interface_id
4826
+ # The ID of the virtual interface.
4827
+ #
4828
+ # @option params [Types::RouteFilters] :filters
4829
+ # The filters to apply to the routes returned.
4830
+ #
4831
+ # @option params [Integer] :max_results
4832
+ # The maximum number of results to return with a single call. To
4833
+ # retrieve the remaining results, make another call with the returned
4834
+ # `nextToken` value.
4835
+ #
4836
+ # If `MaxResults` is given a value larger than 100, only 100 results are
4837
+ # returned.
4838
+ #
4839
+ # @option params [String] :next_token
4840
+ # The token for the next page of results.
4841
+ #
4842
+ # @return [Types::ListVirtualInterfaceRoutesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4843
+ #
4844
+ # * {Types::ListVirtualInterfaceRoutesResponse#virtual_interface_id #virtual_interface_id} => String
4845
+ # * {Types::ListVirtualInterfaceRoutesResponse#routes #routes} => Array<Types::Route>
4846
+ # * {Types::ListVirtualInterfaceRoutesResponse#next_token #next_token} => String
4847
+ #
4848
+ # @example Request syntax with placeholder values
4849
+ #
4850
+ # resp = client.list_virtual_interface_routes({
4851
+ # virtual_interface_id: "VirtualInterfaceId",
4852
+ # filters: {
4853
+ # route_direction: "accepted", # accepts accepted, advertised
4854
+ # address_family: "ipv4", # accepts ipv4, ipv6
4855
+ # cidrs: ["RouteFilterCidrString"],
4856
+ # as_path: [1],
4857
+ # communities: ["CommunityEntry"],
4858
+ # },
4859
+ # max_results: 1,
4860
+ # next_token: "PaginationToken",
4861
+ # })
4862
+ #
4863
+ # @example Response structure
4864
+ #
4865
+ # resp.virtual_interface_id #=> String
4866
+ # resp.routes #=> Array
4867
+ # resp.routes[0].cidr #=> String
4868
+ # resp.routes[0].route_direction #=> String, one of "accepted", "advertised"
4869
+ # resp.routes[0].address_family #=> String, one of "ipv4", "ipv6"
4870
+ # resp.routes[0].as_path #=> Array
4871
+ # resp.routes[0].as_path[0].path_type #=> String, one of "seq", "set"
4872
+ # resp.routes[0].as_path[0].path #=> Array
4873
+ # resp.routes[0].as_path[0].path[0] #=> Integer
4874
+ # resp.routes[0].communities #=> Array
4875
+ # resp.routes[0].communities[0] #=> String
4876
+ # resp.routes[0].aws_logical_device_id #=> String
4877
+ # resp.routes[0].route_installed_at #=> Time
4878
+ # resp.next_token #=> String
4879
+ #
4880
+ # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ListVirtualInterfaceRoutes AWS API Documentation
4881
+ #
4882
+ # @overload list_virtual_interface_routes(params = {})
4883
+ # @param [Hash] params ({})
4884
+ def list_virtual_interface_routes(params = {}, options = {})
4885
+ req = build_request(:list_virtual_interface_routes, params)
4886
+ req.send_request(options)
4887
+ end
4888
+
4678
4889
  # Lists the virtual interface failover test history.
4679
4890
  #
4680
4891
  # @option params [String] :test_id
@@ -4952,6 +5163,10 @@ module Aws::DirectConnect
4952
5163
  # * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
4953
5164
  # * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
4954
5165
  # * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
5166
+ # * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
5167
+ # * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
5168
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
5169
+ # * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
4955
5170
  #
4956
5171
  # @example Request syntax with placeholder values
4957
5172
  #
@@ -4996,6 +5211,10 @@ module Aws::DirectConnect
4996
5211
  # resp.rate_limiter_status.remaining #=> Integer
4997
5212
  # resp.rate_limiter_status.total_bandwidth #=> String
4998
5213
  # resp.partner_interconnect_mac_sec_capable #=> Boolean
5214
+ # resp.prefix_pool_size_ipv_4 #=> Integer
5215
+ # resp.prefix_pool_size_ipv_6 #=> Integer
5216
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
5217
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
4999
5218
  #
5000
5219
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateConnection AWS API Documentation
5001
5220
  #
@@ -5033,6 +5252,7 @@ module Aws::DirectConnect
5033
5252
  # resp.direct_connect_gateway.owner_account #=> String
5034
5253
  # resp.direct_connect_gateway.direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
5035
5254
  # resp.direct_connect_gateway.state_change_error #=> String
5255
+ # resp.direct_connect_gateway.total_prefix_pool_allocations #=> Integer
5036
5256
  # resp.direct_connect_gateway.tags #=> Array
5037
5257
  # resp.direct_connect_gateway.tags[0].key #=> String
5038
5258
  # resp.direct_connect_gateway.tags[0].value #=> String
@@ -5171,6 +5391,10 @@ module Aws::DirectConnect
5171
5391
  # * {Types::Lag#mac_sec_capable #mac_sec_capable} => Boolean
5172
5392
  # * {Types::Lag#encryption_mode #encryption_mode} => String
5173
5393
  # * {Types::Lag#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
5394
+ # * {Types::Lag#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
5395
+ # * {Types::Lag#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
5396
+ # * {Types::Lag#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
5397
+ # * {Types::Lag#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
5174
5398
  # * {Types::Lag#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
5175
5399
  #
5176
5400
  # @example Request syntax with placeholder values
@@ -5230,6 +5454,10 @@ module Aws::DirectConnect
5230
5454
  # resp.connections[0].rate_limiter_status.remaining #=> Integer
5231
5455
  # resp.connections[0].rate_limiter_status.total_bandwidth #=> String
5232
5456
  # resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
5457
+ # resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
5458
+ # resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
5459
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
5460
+ # resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
5233
5461
  # resp.allows_hosted_connections #=> Boolean
5234
5462
  # resp.jumbo_frame_capable #=> Boolean
5235
5463
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
@@ -5244,6 +5472,10 @@ module Aws::DirectConnect
5244
5472
  # resp.mac_sec_keys[0].ckn #=> String
5245
5473
  # resp.mac_sec_keys[0].state #=> String
5246
5474
  # resp.mac_sec_keys[0].start_on #=> String
5475
+ # resp.prefix_pool_size_ipv_4 #=> Integer
5476
+ # resp.prefix_pool_size_ipv_6 #=> Integer
5477
+ # resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
5478
+ # resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
5247
5479
  # resp.rate_limiter_status.max_allowed #=> Integer
5248
5480
  # resp.rate_limiter_status.in_use #=> Integer
5249
5481
  # resp.rate_limiter_status.remaining #=> Integer
@@ -5283,6 +5515,14 @@ module Aws::DirectConnect
5283
5515
  # @option params [String] :virtual_interface_name
5284
5516
  # The name of the virtual private interface.
5285
5517
  #
5518
+ # @option params [Integer] :prefix_pool_allocated_count_ipv_4
5519
+ # The number of inbound IPv4 route prefixes to allocate to the virtual
5520
+ # interface. Not applicable to public virtual interfaces.
5521
+ #
5522
+ # @option params [Integer] :prefix_pool_allocated_count_ipv_6
5523
+ # The number of inbound IPv6 route prefixes to allocate to the virtual
5524
+ # interface. Not applicable to public virtual interfaces.
5525
+ #
5286
5526
  # @option params [String] :rate_limit
5287
5527
  # The rate limit (bandwidth allocation) to apply to the virtual
5288
5528
  # interface. Use this to update the bandwidth allocation on an existing
@@ -5317,6 +5557,8 @@ module Aws::DirectConnect
5317
5557
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
5318
5558
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
5319
5559
  # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
5560
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
5561
+ # * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
5320
5562
  # * {Types::VirtualInterface#rate_limit #rate_limit} => String
5321
5563
  #
5322
5564
  # @example Request syntax with placeholder values
@@ -5326,6 +5568,8 @@ module Aws::DirectConnect
5326
5568
  # mtu: 1,
5327
5569
  # enable_site_link: false,
5328
5570
  # virtual_interface_name: "VirtualInterfaceName",
5571
+ # prefix_pool_allocated_count_ipv_4: 1,
5572
+ # prefix_pool_allocated_count_ipv_6: 1,
5329
5573
  # rate_limit: "RateLimit",
5330
5574
  # })
5331
5575
  #
@@ -5372,6 +5616,8 @@ module Aws::DirectConnect
5372
5616
  # resp.tags[0].key #=> String
5373
5617
  # resp.tags[0].value #=> String
5374
5618
  # resp.site_link_enabled #=> Boolean
5619
+ # resp.prefix_pool_allocated_count_ipv_4 #=> Integer
5620
+ # resp.prefix_pool_allocated_count_ipv_6 #=> Integer
5375
5621
  # resp.rate_limit #=> String
5376
5622
  #
5377
5623
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributes AWS API Documentation
@@ -5401,7 +5647,7 @@ module Aws::DirectConnect
5401
5647
  tracer: tracer
5402
5648
  )
5403
5649
  context[:gem_name] = 'aws-sdk-directconnect'
5404
- context[:gem_version] = '1.113.0'
5650
+ context[:gem_version] = '1.115.0'
5405
5651
  Seahorse::Client::Request.new(handlers, context)
5406
5652
  end
5407
5653