aws-sdk-directconnect 1.95.0 → 1.97.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directconnect/client.rb +162 -18
- data/lib/aws-sdk-directconnect/client_api.rb +28 -4
- data/lib/aws-sdk-directconnect/types.rb +391 -37
- data/lib/aws-sdk-directconnect.rb +1 -1
- data/sig/client.rbs +39 -9
- data/sig/types.rbs +24 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ebda36a7281469c83ba7a43e74fd2a606b9dae79c278e1b9722f8ce6ddd130df
|
4
|
+
data.tar.gz: b6a87933553b0d421a4176838e41ff1582e9f67d340ef0bf8725fd951f395918
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e915e6a043d25970e89dcd28cc0d3b0b0202204c5d75ab18219dff5c39b49473a3c8c6ea6775398a5091c5e7b522f3cc5579ce64d8996727a27f9ae87eaceff
|
7
|
+
data.tar.gz: 9874accdee62aacb13f263454b890f408edea83c0f19cdb24c7f5631a9d16322f9418bcb4c224dbc97235d7dfc36a6621f6824870e99240bfab87c592e9f506d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.97.0 (2025-08-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added pagination support for DescribeHostedConnections, DescribeVirtualInterfaces, DescribeConnections, DescribeInterconnects, DescribeLags. Added asnLong support for BGP peer operations which supports a large range.
|
8
|
+
|
9
|
+
1.96.0 (2025-08-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.95.0 (2025-07-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.97.0
|
@@ -95,8 +95,8 @@ module Aws::DirectConnect
|
|
95
95
|
# class name or an instance of a plugin class.
|
96
96
|
#
|
97
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
98
|
-
# Your AWS credentials used for authentication. This can be
|
99
|
-
# following classes:
|
98
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
99
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
100
100
|
#
|
101
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
102
102
|
# credentials.
|
@@ -124,8 +124,7 @@ module Aws::DirectConnect
|
|
124
124
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
125
125
|
# from the Cognito Identity service.
|
126
126
|
#
|
127
|
-
# When `:credentials` are not configured directly, the following
|
128
|
-
# locations will be searched for credentials:
|
127
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
129
128
|
#
|
130
129
|
# * `Aws.config[:credentials]`
|
131
130
|
#
|
@@ -139,12 +138,10 @@ module Aws::DirectConnect
|
|
139
138
|
#
|
140
139
|
# * `~/.aws/config`
|
141
140
|
#
|
142
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
147
|
-
# to `true`.
|
141
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
142
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
143
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
144
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
148
145
|
#
|
149
146
|
# @option options [required, String] :region
|
150
147
|
# The AWS region to connect to. The configured `:region` is
|
@@ -384,8 +381,8 @@ module Aws::DirectConnect
|
|
384
381
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
385
382
|
#
|
386
383
|
# @option options [Aws::TokenProvider] :token_provider
|
387
|
-
# Your Bearer token used for authentication. This can be
|
388
|
-
# following classes:
|
384
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
385
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
389
386
|
#
|
390
387
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
391
388
|
# tokens.
|
@@ -815,6 +812,7 @@ module Aws::DirectConnect
|
|
815
812
|
# * {Types::VirtualInterface#virtual_interface_name #virtual_interface_name} => String
|
816
813
|
# * {Types::VirtualInterface#vlan #vlan} => Integer
|
817
814
|
# * {Types::VirtualInterface#asn #asn} => Integer
|
815
|
+
# * {Types::VirtualInterface#asn_long #asn_long} => Integer
|
818
816
|
# * {Types::VirtualInterface#amazon_side_asn #amazon_side_asn} => Integer
|
819
817
|
# * {Types::VirtualInterface#auth_key #auth_key} => String
|
820
818
|
# * {Types::VirtualInterface#amazon_address #amazon_address} => String
|
@@ -842,7 +840,8 @@ module Aws::DirectConnect
|
|
842
840
|
# new_private_virtual_interface_allocation: { # required
|
843
841
|
# virtual_interface_name: "VirtualInterfaceName", # required
|
844
842
|
# vlan: 1, # required
|
845
|
-
# asn: 1,
|
843
|
+
# asn: 1,
|
844
|
+
# asn_long: 1,
|
846
845
|
# mtu: 1,
|
847
846
|
# auth_key: "BGPAuthKey",
|
848
847
|
# amazon_address: "AmazonAddress",
|
@@ -867,6 +866,7 @@ module Aws::DirectConnect
|
|
867
866
|
# resp.virtual_interface_name #=> String
|
868
867
|
# resp.vlan #=> Integer
|
869
868
|
# resp.asn #=> Integer
|
869
|
+
# resp.asn_long #=> Integer
|
870
870
|
# resp.amazon_side_asn #=> Integer
|
871
871
|
# resp.auth_key #=> String
|
872
872
|
# resp.amazon_address #=> String
|
@@ -883,6 +883,7 @@ module Aws::DirectConnect
|
|
883
883
|
# resp.bgp_peers #=> Array
|
884
884
|
# resp.bgp_peers[0].bgp_peer_id #=> String
|
885
885
|
# resp.bgp_peers[0].asn #=> Integer
|
886
|
+
# resp.bgp_peers[0].asn_long #=> Integer
|
886
887
|
# resp.bgp_peers[0].auth_key #=> String
|
887
888
|
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
888
889
|
# resp.bgp_peers[0].amazon_address #=> String
|
@@ -946,6 +947,7 @@ module Aws::DirectConnect
|
|
946
947
|
# * {Types::VirtualInterface#virtual_interface_name #virtual_interface_name} => String
|
947
948
|
# * {Types::VirtualInterface#vlan #vlan} => Integer
|
948
949
|
# * {Types::VirtualInterface#asn #asn} => Integer
|
950
|
+
# * {Types::VirtualInterface#asn_long #asn_long} => Integer
|
949
951
|
# * {Types::VirtualInterface#amazon_side_asn #amazon_side_asn} => Integer
|
950
952
|
# * {Types::VirtualInterface#auth_key #auth_key} => String
|
951
953
|
# * {Types::VirtualInterface#amazon_address #amazon_address} => String
|
@@ -973,7 +975,8 @@ module Aws::DirectConnect
|
|
973
975
|
# new_public_virtual_interface_allocation: { # required
|
974
976
|
# virtual_interface_name: "VirtualInterfaceName", # required
|
975
977
|
# vlan: 1, # required
|
976
|
-
# asn: 1,
|
978
|
+
# asn: 1,
|
979
|
+
# asn_long: 1,
|
977
980
|
# auth_key: "BGPAuthKey",
|
978
981
|
# amazon_address: "AmazonAddress",
|
979
982
|
# customer_address: "CustomerAddress",
|
@@ -1002,6 +1005,7 @@ module Aws::DirectConnect
|
|
1002
1005
|
# resp.virtual_interface_name #=> String
|
1003
1006
|
# resp.vlan #=> Integer
|
1004
1007
|
# resp.asn #=> Integer
|
1008
|
+
# resp.asn_long #=> Integer
|
1005
1009
|
# resp.amazon_side_asn #=> Integer
|
1006
1010
|
# resp.auth_key #=> String
|
1007
1011
|
# resp.amazon_address #=> String
|
@@ -1018,6 +1022,7 @@ module Aws::DirectConnect
|
|
1018
1022
|
# resp.bgp_peers #=> Array
|
1019
1023
|
# resp.bgp_peers[0].bgp_peer_id #=> String
|
1020
1024
|
# resp.bgp_peers[0].asn #=> Integer
|
1025
|
+
# resp.bgp_peers[0].asn_long #=> Integer
|
1021
1026
|
# resp.bgp_peers[0].auth_key #=> String
|
1022
1027
|
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
1023
1028
|
# resp.bgp_peers[0].amazon_address #=> String
|
@@ -1079,6 +1084,7 @@ module Aws::DirectConnect
|
|
1079
1084
|
# virtual_interface_name: "VirtualInterfaceName",
|
1080
1085
|
# vlan: 1,
|
1081
1086
|
# asn: 1,
|
1087
|
+
# asn_long: 1,
|
1082
1088
|
# mtu: 1,
|
1083
1089
|
# auth_key: "BGPAuthKey",
|
1084
1090
|
# amazon_address: "AmazonAddress",
|
@@ -1103,6 +1109,7 @@ module Aws::DirectConnect
|
|
1103
1109
|
# resp.virtual_interface.virtual_interface_name #=> String
|
1104
1110
|
# resp.virtual_interface.vlan #=> Integer
|
1105
1111
|
# resp.virtual_interface.asn #=> Integer
|
1112
|
+
# resp.virtual_interface.asn_long #=> Integer
|
1106
1113
|
# resp.virtual_interface.amazon_side_asn #=> Integer
|
1107
1114
|
# resp.virtual_interface.auth_key #=> String
|
1108
1115
|
# resp.virtual_interface.amazon_address #=> String
|
@@ -1119,6 +1126,7 @@ module Aws::DirectConnect
|
|
1119
1126
|
# resp.virtual_interface.bgp_peers #=> Array
|
1120
1127
|
# resp.virtual_interface.bgp_peers[0].bgp_peer_id #=> String
|
1121
1128
|
# resp.virtual_interface.bgp_peers[0].asn #=> Integer
|
1129
|
+
# resp.virtual_interface.bgp_peers[0].asn_long #=> Integer
|
1122
1130
|
# resp.virtual_interface.bgp_peers[0].auth_key #=> String
|
1123
1131
|
# resp.virtual_interface.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
1124
1132
|
# resp.virtual_interface.bgp_peers[0].amazon_address #=> String
|
@@ -1452,6 +1460,7 @@ module Aws::DirectConnect
|
|
1452
1460
|
# * {Types::VirtualInterface#virtual_interface_name #virtual_interface_name} => String
|
1453
1461
|
# * {Types::VirtualInterface#vlan #vlan} => Integer
|
1454
1462
|
# * {Types::VirtualInterface#asn #asn} => Integer
|
1463
|
+
# * {Types::VirtualInterface#asn_long #asn_long} => Integer
|
1455
1464
|
# * {Types::VirtualInterface#amazon_side_asn #amazon_side_asn} => Integer
|
1456
1465
|
# * {Types::VirtualInterface#auth_key #auth_key} => String
|
1457
1466
|
# * {Types::VirtualInterface#amazon_address #amazon_address} => String
|
@@ -1488,6 +1497,7 @@ module Aws::DirectConnect
|
|
1488
1497
|
# resp.virtual_interface_name #=> String
|
1489
1498
|
# resp.vlan #=> Integer
|
1490
1499
|
# resp.asn #=> Integer
|
1500
|
+
# resp.asn_long #=> Integer
|
1491
1501
|
# resp.amazon_side_asn #=> Integer
|
1492
1502
|
# resp.auth_key #=> String
|
1493
1503
|
# resp.amazon_address #=> String
|
@@ -1504,6 +1514,7 @@ module Aws::DirectConnect
|
|
1504
1514
|
# resp.bgp_peers #=> Array
|
1505
1515
|
# resp.bgp_peers[0].bgp_peer_id #=> String
|
1506
1516
|
# resp.bgp_peers[0].asn #=> Integer
|
1517
|
+
# resp.bgp_peers[0].asn_long #=> Integer
|
1507
1518
|
# resp.bgp_peers[0].auth_key #=> String
|
1508
1519
|
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
1509
1520
|
# resp.bgp_peers[0].amazon_address #=> String
|
@@ -1748,6 +1759,7 @@ module Aws::DirectConnect
|
|
1748
1759
|
# virtual_interface_id: "VirtualInterfaceId",
|
1749
1760
|
# new_bgp_peer: {
|
1750
1761
|
# asn: 1,
|
1762
|
+
# asn_long: 1,
|
1751
1763
|
# auth_key: "BGPAuthKey",
|
1752
1764
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
1753
1765
|
# amazon_address: "AmazonAddress",
|
@@ -1765,6 +1777,7 @@ module Aws::DirectConnect
|
|
1765
1777
|
# resp.virtual_interface.virtual_interface_name #=> String
|
1766
1778
|
# resp.virtual_interface.vlan #=> Integer
|
1767
1779
|
# resp.virtual_interface.asn #=> Integer
|
1780
|
+
# resp.virtual_interface.asn_long #=> Integer
|
1768
1781
|
# resp.virtual_interface.amazon_side_asn #=> Integer
|
1769
1782
|
# resp.virtual_interface.auth_key #=> String
|
1770
1783
|
# resp.virtual_interface.amazon_address #=> String
|
@@ -1781,6 +1794,7 @@ module Aws::DirectConnect
|
|
1781
1794
|
# resp.virtual_interface.bgp_peers #=> Array
|
1782
1795
|
# resp.virtual_interface.bgp_peers[0].bgp_peer_id #=> String
|
1783
1796
|
# resp.virtual_interface.bgp_peers[0].asn #=> Integer
|
1797
|
+
# resp.virtual_interface.bgp_peers[0].asn_long #=> Integer
|
1784
1798
|
# resp.virtual_interface.bgp_peers[0].auth_key #=> String
|
1785
1799
|
# resp.virtual_interface.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
1786
1800
|
# resp.virtual_interface.bgp_peers[0].amazon_address #=> String
|
@@ -2482,6 +2496,7 @@ module Aws::DirectConnect
|
|
2482
2496
|
# * {Types::VirtualInterface#virtual_interface_name #virtual_interface_name} => String
|
2483
2497
|
# * {Types::VirtualInterface#vlan #vlan} => Integer
|
2484
2498
|
# * {Types::VirtualInterface#asn #asn} => Integer
|
2499
|
+
# * {Types::VirtualInterface#asn_long #asn_long} => Integer
|
2485
2500
|
# * {Types::VirtualInterface#amazon_side_asn #amazon_side_asn} => Integer
|
2486
2501
|
# * {Types::VirtualInterface#auth_key #auth_key} => String
|
2487
2502
|
# * {Types::VirtualInterface#amazon_address #amazon_address} => String
|
@@ -2508,7 +2523,8 @@ module Aws::DirectConnect
|
|
2508
2523
|
# new_private_virtual_interface: { # required
|
2509
2524
|
# virtual_interface_name: "VirtualInterfaceName", # required
|
2510
2525
|
# vlan: 1, # required
|
2511
|
-
# asn: 1,
|
2526
|
+
# asn: 1,
|
2527
|
+
# asn_long: 1,
|
2512
2528
|
# mtu: 1,
|
2513
2529
|
# auth_key: "BGPAuthKey",
|
2514
2530
|
# amazon_address: "AmazonAddress",
|
@@ -2536,6 +2552,7 @@ module Aws::DirectConnect
|
|
2536
2552
|
# resp.virtual_interface_name #=> String
|
2537
2553
|
# resp.vlan #=> Integer
|
2538
2554
|
# resp.asn #=> Integer
|
2555
|
+
# resp.asn_long #=> Integer
|
2539
2556
|
# resp.amazon_side_asn #=> Integer
|
2540
2557
|
# resp.auth_key #=> String
|
2541
2558
|
# resp.amazon_address #=> String
|
@@ -2552,6 +2569,7 @@ module Aws::DirectConnect
|
|
2552
2569
|
# resp.bgp_peers #=> Array
|
2553
2570
|
# resp.bgp_peers[0].bgp_peer_id #=> String
|
2554
2571
|
# resp.bgp_peers[0].asn #=> Integer
|
2572
|
+
# resp.bgp_peers[0].asn_long #=> Integer
|
2555
2573
|
# resp.bgp_peers[0].auth_key #=> String
|
2556
2574
|
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
2557
2575
|
# resp.bgp_peers[0].amazon_address #=> String
|
@@ -2602,6 +2620,7 @@ module Aws::DirectConnect
|
|
2602
2620
|
# * {Types::VirtualInterface#virtual_interface_name #virtual_interface_name} => String
|
2603
2621
|
# * {Types::VirtualInterface#vlan #vlan} => Integer
|
2604
2622
|
# * {Types::VirtualInterface#asn #asn} => Integer
|
2623
|
+
# * {Types::VirtualInterface#asn_long #asn_long} => Integer
|
2605
2624
|
# * {Types::VirtualInterface#amazon_side_asn #amazon_side_asn} => Integer
|
2606
2625
|
# * {Types::VirtualInterface#auth_key #auth_key} => String
|
2607
2626
|
# * {Types::VirtualInterface#amazon_address #amazon_address} => String
|
@@ -2628,7 +2647,8 @@ module Aws::DirectConnect
|
|
2628
2647
|
# new_public_virtual_interface: { # required
|
2629
2648
|
# virtual_interface_name: "VirtualInterfaceName", # required
|
2630
2649
|
# vlan: 1, # required
|
2631
|
-
# asn: 1,
|
2650
|
+
# asn: 1,
|
2651
|
+
# asn_long: 1,
|
2632
2652
|
# auth_key: "BGPAuthKey",
|
2633
2653
|
# amazon_address: "AmazonAddress",
|
2634
2654
|
# customer_address: "CustomerAddress",
|
@@ -2657,6 +2677,7 @@ module Aws::DirectConnect
|
|
2657
2677
|
# resp.virtual_interface_name #=> String
|
2658
2678
|
# resp.vlan #=> Integer
|
2659
2679
|
# resp.asn #=> Integer
|
2680
|
+
# resp.asn_long #=> Integer
|
2660
2681
|
# resp.amazon_side_asn #=> Integer
|
2661
2682
|
# resp.auth_key #=> String
|
2662
2683
|
# resp.amazon_address #=> String
|
@@ -2673,6 +2694,7 @@ module Aws::DirectConnect
|
|
2673
2694
|
# resp.bgp_peers #=> Array
|
2674
2695
|
# resp.bgp_peers[0].bgp_peer_id #=> String
|
2675
2696
|
# resp.bgp_peers[0].asn #=> Integer
|
2697
|
+
# resp.bgp_peers[0].asn_long #=> Integer
|
2676
2698
|
# resp.bgp_peers[0].auth_key #=> String
|
2677
2699
|
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
2678
2700
|
# resp.bgp_peers[0].amazon_address #=> String
|
@@ -2738,6 +2760,7 @@ module Aws::DirectConnect
|
|
2738
2760
|
# virtual_interface_name: "VirtualInterfaceName",
|
2739
2761
|
# vlan: 1,
|
2740
2762
|
# asn: 1,
|
2763
|
+
# asn_long: 1,
|
2741
2764
|
# mtu: 1,
|
2742
2765
|
# auth_key: "BGPAuthKey",
|
2743
2766
|
# amazon_address: "AmazonAddress",
|
@@ -2764,6 +2787,7 @@ module Aws::DirectConnect
|
|
2764
2787
|
# resp.virtual_interface.virtual_interface_name #=> String
|
2765
2788
|
# resp.virtual_interface.vlan #=> Integer
|
2766
2789
|
# resp.virtual_interface.asn #=> Integer
|
2790
|
+
# resp.virtual_interface.asn_long #=> Integer
|
2767
2791
|
# resp.virtual_interface.amazon_side_asn #=> Integer
|
2768
2792
|
# resp.virtual_interface.auth_key #=> String
|
2769
2793
|
# resp.virtual_interface.amazon_address #=> String
|
@@ -2780,6 +2804,7 @@ module Aws::DirectConnect
|
|
2780
2804
|
# resp.virtual_interface.bgp_peers #=> Array
|
2781
2805
|
# resp.virtual_interface.bgp_peers[0].bgp_peer_id #=> String
|
2782
2806
|
# resp.virtual_interface.bgp_peers[0].asn #=> Integer
|
2807
|
+
# resp.virtual_interface.bgp_peers[0].asn_long #=> Integer
|
2783
2808
|
# resp.virtual_interface.bgp_peers[0].auth_key #=> String
|
2784
2809
|
# resp.virtual_interface.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
2785
2810
|
# resp.virtual_interface.bgp_peers[0].amazon_address #=> String
|
@@ -2814,9 +2839,36 @@ module Aws::DirectConnect
|
|
2814
2839
|
# The ID of the virtual interface.
|
2815
2840
|
#
|
2816
2841
|
# @option params [Integer] :asn
|
2817
|
-
# The autonomous system (
|
2842
|
+
# The autonomous system number (ASN). The valid range is from 1 to
|
2843
|
+
# 2147483646 for Border Gateway Protocol (BGP) configuration. If you
|
2844
|
+
# provide a number greater than the maximum, an error is returned. Use
|
2845
|
+
# `asnLong` instead.
|
2846
|
+
#
|
2847
|
+
# <note markdown="1"> You can use `asnLong` or `asn`, but not both. We recommend using
|
2848
|
+
# `asnLong` as it supports a greater pool of numbers.
|
2849
|
+
#
|
2850
|
+
# * The `asnLong` attribute accepts both ASN and long ASN ranges.
|
2851
|
+
#
|
2852
|
+
# * If you provide a value in the same API call for both `asn` and
|
2853
|
+
# `asnLong`, the API will only accept the value for `asnLong`.
|
2854
|
+
#
|
2855
|
+
# </note>
|
2856
|
+
#
|
2857
|
+
# @option params [Integer] :asn_long
|
2858
|
+
# The long ASN for the BGP peer to be deleted from a Direct Connect
|
2859
|
+
# virtual interface. The valid range is from 1 to 4294967294 for BGP
|
2818
2860
|
# configuration.
|
2819
2861
|
#
|
2862
|
+
# <note markdown="1"> You can use `asnLong` or `asn`, but not both. We recommend using
|
2863
|
+
# `asnLong` as it supports a greater pool of numbers.
|
2864
|
+
#
|
2865
|
+
# * The `asnLong` attribute accepts both ASN and long ASN ranges.
|
2866
|
+
#
|
2867
|
+
# * If you provide a value in the same API call for both `asn` and
|
2868
|
+
# `asnLong`, the API will only accept the value for `asnLong`.
|
2869
|
+
#
|
2870
|
+
# </note>
|
2871
|
+
#
|
2820
2872
|
# @option params [String] :customer_address
|
2821
2873
|
# The IP address assigned to the customer interface.
|
2822
2874
|
#
|
@@ -2832,6 +2884,7 @@ module Aws::DirectConnect
|
|
2832
2884
|
# resp = client.delete_bgp_peer({
|
2833
2885
|
# virtual_interface_id: "VirtualInterfaceId",
|
2834
2886
|
# asn: 1,
|
2887
|
+
# asn_long: 1,
|
2835
2888
|
# customer_address: "CustomerAddress",
|
2836
2889
|
# bgp_peer_id: "BGPPeerId",
|
2837
2890
|
# })
|
@@ -2846,6 +2899,7 @@ module Aws::DirectConnect
|
|
2846
2899
|
# resp.virtual_interface.virtual_interface_name #=> String
|
2847
2900
|
# resp.virtual_interface.vlan #=> Integer
|
2848
2901
|
# resp.virtual_interface.asn #=> Integer
|
2902
|
+
# resp.virtual_interface.asn_long #=> Integer
|
2849
2903
|
# resp.virtual_interface.amazon_side_asn #=> Integer
|
2850
2904
|
# resp.virtual_interface.auth_key #=> String
|
2851
2905
|
# resp.virtual_interface.amazon_address #=> String
|
@@ -2862,6 +2916,7 @@ module Aws::DirectConnect
|
|
2862
2916
|
# resp.virtual_interface.bgp_peers #=> Array
|
2863
2917
|
# resp.virtual_interface.bgp_peers[0].bgp_peer_id #=> String
|
2864
2918
|
# resp.virtual_interface.bgp_peers[0].asn #=> Integer
|
2919
|
+
# resp.virtual_interface.bgp_peers[0].asn_long #=> Integer
|
2865
2920
|
# resp.virtual_interface.bgp_peers[0].auth_key #=> String
|
2866
2921
|
# resp.virtual_interface.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
2867
2922
|
# resp.virtual_interface.bgp_peers[0].amazon_address #=> String
|
@@ -3332,14 +3387,28 @@ module Aws::DirectConnect
|
|
3332
3387
|
# @option params [String] :connection_id
|
3333
3388
|
# The ID of the connection.
|
3334
3389
|
#
|
3390
|
+
# @option params [Integer] :max_results
|
3391
|
+
# The maximum number of results to return with a single call. To
|
3392
|
+
# retrieve the remaining results, make another call with the returned
|
3393
|
+
# `nextToken` value.
|
3394
|
+
#
|
3395
|
+
# If `MaxResults` is given a value larger than 100, only 100 results are
|
3396
|
+
# returned.
|
3397
|
+
#
|
3398
|
+
# @option params [String] :next_token
|
3399
|
+
# The token for the next page of results.
|
3400
|
+
#
|
3335
3401
|
# @return [Types::Connections] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3336
3402
|
#
|
3337
3403
|
# * {Types::Connections#connections #connections} => Array<Types::Connection>
|
3404
|
+
# * {Types::Connections#next_token #next_token} => String
|
3338
3405
|
#
|
3339
3406
|
# @example Request syntax with placeholder values
|
3340
3407
|
#
|
3341
3408
|
# resp = client.describe_connections({
|
3342
3409
|
# connection_id: "ConnectionId",
|
3410
|
+
# max_results: 1,
|
3411
|
+
# next_token: "PaginationToken",
|
3343
3412
|
# })
|
3344
3413
|
#
|
3345
3414
|
# @example Response structure
|
@@ -3374,6 +3443,7 @@ module Aws::DirectConnect
|
|
3374
3443
|
# resp.connections[0].mac_sec_keys[0].state #=> String
|
3375
3444
|
# resp.connections[0].mac_sec_keys[0].start_on #=> String
|
3376
3445
|
# resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
3446
|
+
# resp.next_token #=> String
|
3377
3447
|
#
|
3378
3448
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections AWS API Documentation
|
3379
3449
|
#
|
@@ -3401,6 +3471,7 @@ module Aws::DirectConnect
|
|
3401
3471
|
# @return [Types::Connections] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3402
3472
|
#
|
3403
3473
|
# * {Types::Connections#connections #connections} => Array<Types::Connection>
|
3474
|
+
# * {Types::Connections#next_token #next_token} => String
|
3404
3475
|
#
|
3405
3476
|
# @example Request syntax with placeholder values
|
3406
3477
|
#
|
@@ -3440,6 +3511,7 @@ module Aws::DirectConnect
|
|
3440
3511
|
# resp.connections[0].mac_sec_keys[0].state #=> String
|
3441
3512
|
# resp.connections[0].mac_sec_keys[0].start_on #=> String
|
3442
3513
|
# resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
3514
|
+
# resp.next_token #=> String
|
3443
3515
|
#
|
3444
3516
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect AWS API Documentation
|
3445
3517
|
#
|
@@ -3771,14 +3843,28 @@ module Aws::DirectConnect
|
|
3771
3843
|
# @option params [required, String] :connection_id
|
3772
3844
|
# The ID of the interconnect or LAG.
|
3773
3845
|
#
|
3846
|
+
# @option params [Integer] :max_results
|
3847
|
+
# The maximum number of results to return with a single call. To
|
3848
|
+
# retrieve the remaining results, make another call with the returned
|
3849
|
+
# `nextToken` value.
|
3850
|
+
#
|
3851
|
+
# If `MaxResults` is given a value larger than 100, only 100 results are
|
3852
|
+
# returned.
|
3853
|
+
#
|
3854
|
+
# @option params [String] :next_token
|
3855
|
+
# The token for the next page of results.
|
3856
|
+
#
|
3774
3857
|
# @return [Types::Connections] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3775
3858
|
#
|
3776
3859
|
# * {Types::Connections#connections #connections} => Array<Types::Connection>
|
3860
|
+
# * {Types::Connections#next_token #next_token} => String
|
3777
3861
|
#
|
3778
3862
|
# @example Request syntax with placeholder values
|
3779
3863
|
#
|
3780
3864
|
# resp = client.describe_hosted_connections({
|
3781
3865
|
# connection_id: "ConnectionId", # required
|
3866
|
+
# max_results: 1,
|
3867
|
+
# next_token: "PaginationToken",
|
3782
3868
|
# })
|
3783
3869
|
#
|
3784
3870
|
# @example Response structure
|
@@ -3813,6 +3899,7 @@ module Aws::DirectConnect
|
|
3813
3899
|
# resp.connections[0].mac_sec_keys[0].state #=> String
|
3814
3900
|
# resp.connections[0].mac_sec_keys[0].start_on #=> String
|
3815
3901
|
# resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
3902
|
+
# resp.next_token #=> String
|
3816
3903
|
#
|
3817
3904
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections AWS API Documentation
|
3818
3905
|
#
|
@@ -3884,14 +3971,28 @@ module Aws::DirectConnect
|
|
3884
3971
|
# @option params [String] :interconnect_id
|
3885
3972
|
# The ID of the interconnect.
|
3886
3973
|
#
|
3974
|
+
# @option params [Integer] :max_results
|
3975
|
+
# The maximum number of results to return with a single call. To
|
3976
|
+
# retrieve the remaining results, make another call with the returned
|
3977
|
+
# `nextToken` value.
|
3978
|
+
#
|
3979
|
+
# If `MaxResults` is given a value larger than 100, only 100 results are
|
3980
|
+
# returned.
|
3981
|
+
#
|
3982
|
+
# @option params [String] :next_token
|
3983
|
+
# The token for the next page of results.
|
3984
|
+
#
|
3887
3985
|
# @return [Types::Interconnects] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3888
3986
|
#
|
3889
3987
|
# * {Types::Interconnects#interconnects #interconnects} => Array<Types::Interconnect>
|
3988
|
+
# * {Types::Interconnects#next_token #next_token} => String
|
3890
3989
|
#
|
3891
3990
|
# @example Request syntax with placeholder values
|
3892
3991
|
#
|
3893
3992
|
# resp = client.describe_interconnects({
|
3894
3993
|
# interconnect_id: "InterconnectId",
|
3994
|
+
# max_results: 1,
|
3995
|
+
# next_token: "PaginationToken",
|
3895
3996
|
# })
|
3896
3997
|
#
|
3897
3998
|
# @example Response structure
|
@@ -3922,6 +4023,7 @@ module Aws::DirectConnect
|
|
3922
4023
|
# resp.interconnects[0].mac_sec_keys[0].ckn #=> String
|
3923
4024
|
# resp.interconnects[0].mac_sec_keys[0].state #=> String
|
3924
4025
|
# resp.interconnects[0].mac_sec_keys[0].start_on #=> String
|
4026
|
+
# resp.next_token #=> String
|
3925
4027
|
#
|
3926
4028
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects AWS API Documentation
|
3927
4029
|
#
|
@@ -3937,14 +4039,28 @@ module Aws::DirectConnect
|
|
3937
4039
|
# @option params [String] :lag_id
|
3938
4040
|
# The ID of the LAG.
|
3939
4041
|
#
|
4042
|
+
# @option params [Integer] :max_results
|
4043
|
+
# The maximum number of results to return with a single call. To
|
4044
|
+
# retrieve the remaining results, make another call with the returned
|
4045
|
+
# `nextToken` value.
|
4046
|
+
#
|
4047
|
+
# If `MaxResults` is given a value larger than 100, only 100 results are
|
4048
|
+
# returned.
|
4049
|
+
#
|
4050
|
+
# @option params [String] :next_token
|
4051
|
+
# The token for the next page of results.
|
4052
|
+
#
|
3940
4053
|
# @return [Types::Lags] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3941
4054
|
#
|
3942
4055
|
# * {Types::Lags#lags #lags} => Array<Types::Lag>
|
4056
|
+
# * {Types::Lags#next_token #next_token} => String
|
3943
4057
|
#
|
3944
4058
|
# @example Request syntax with placeholder values
|
3945
4059
|
#
|
3946
4060
|
# resp = client.describe_lags({
|
3947
4061
|
# lag_id: "LagId",
|
4062
|
+
# max_results: 1,
|
4063
|
+
# next_token: "PaginationToken",
|
3948
4064
|
# })
|
3949
4065
|
#
|
3950
4066
|
# @example Response structure
|
@@ -4006,6 +4122,7 @@ module Aws::DirectConnect
|
|
4006
4122
|
# resp.lags[0].mac_sec_keys[0].ckn #=> String
|
4007
4123
|
# resp.lags[0].mac_sec_keys[0].state #=> String
|
4008
4124
|
# resp.lags[0].mac_sec_keys[0].start_on #=> String
|
4125
|
+
# resp.next_token #=> String
|
4009
4126
|
#
|
4010
4127
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags AWS API Documentation
|
4011
4128
|
#
|
@@ -4222,21 +4339,42 @@ module Aws::DirectConnect
|
|
4222
4339
|
# A virtual interface (VLAN) transmits the traffic between the Direct
|
4223
4340
|
# Connect location and the customer network.
|
4224
4341
|
#
|
4342
|
+
# * If you're using an `asn`, the response includes ASN value in both
|
4343
|
+
# the `asn` and `asnLong` fields.
|
4344
|
+
#
|
4345
|
+
# * If you're using `asnLong`, the response returns a value of `0`
|
4346
|
+
# (zero) for the `asn` attribute because it exceeds the highest ASN
|
4347
|
+
# value of 2,147,483,647 that it can support
|
4348
|
+
#
|
4225
4349
|
# @option params [String] :connection_id
|
4226
4350
|
# The ID of the connection.
|
4227
4351
|
#
|
4228
4352
|
# @option params [String] :virtual_interface_id
|
4229
4353
|
# The ID of the virtual interface.
|
4230
4354
|
#
|
4355
|
+
# @option params [Integer] :max_results
|
4356
|
+
# The maximum number of results to return with a single call. To
|
4357
|
+
# retrieve the remaining results, make another call with the returned
|
4358
|
+
# `nextToken` value.
|
4359
|
+
#
|
4360
|
+
# If `MaxResults` is given a value larger than 100, only 100 results are
|
4361
|
+
# returned.
|
4362
|
+
#
|
4363
|
+
# @option params [String] :next_token
|
4364
|
+
# The token for the next page of results.
|
4365
|
+
#
|
4231
4366
|
# @return [Types::VirtualInterfaces] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4232
4367
|
#
|
4233
4368
|
# * {Types::VirtualInterfaces#virtual_interfaces #virtual_interfaces} => Array<Types::VirtualInterface>
|
4369
|
+
# * {Types::VirtualInterfaces#next_token #next_token} => String
|
4234
4370
|
#
|
4235
4371
|
# @example Request syntax with placeholder values
|
4236
4372
|
#
|
4237
4373
|
# resp = client.describe_virtual_interfaces({
|
4238
4374
|
# connection_id: "ConnectionId",
|
4239
4375
|
# virtual_interface_id: "VirtualInterfaceId",
|
4376
|
+
# max_results: 1,
|
4377
|
+
# next_token: "PaginationToken",
|
4240
4378
|
# })
|
4241
4379
|
#
|
4242
4380
|
# @example Response structure
|
@@ -4250,6 +4388,7 @@ module Aws::DirectConnect
|
|
4250
4388
|
# resp.virtual_interfaces[0].virtual_interface_name #=> String
|
4251
4389
|
# resp.virtual_interfaces[0].vlan #=> Integer
|
4252
4390
|
# resp.virtual_interfaces[0].asn #=> Integer
|
4391
|
+
# resp.virtual_interfaces[0].asn_long #=> Integer
|
4253
4392
|
# resp.virtual_interfaces[0].amazon_side_asn #=> Integer
|
4254
4393
|
# resp.virtual_interfaces[0].auth_key #=> String
|
4255
4394
|
# resp.virtual_interfaces[0].amazon_address #=> String
|
@@ -4266,6 +4405,7 @@ module Aws::DirectConnect
|
|
4266
4405
|
# resp.virtual_interfaces[0].bgp_peers #=> Array
|
4267
4406
|
# resp.virtual_interfaces[0].bgp_peers[0].bgp_peer_id #=> String
|
4268
4407
|
# resp.virtual_interfaces[0].bgp_peers[0].asn #=> Integer
|
4408
|
+
# resp.virtual_interfaces[0].bgp_peers[0].asn_long #=> Integer
|
4269
4409
|
# resp.virtual_interfaces[0].bgp_peers[0].auth_key #=> String
|
4270
4410
|
# resp.virtual_interfaces[0].bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
4271
4411
|
# resp.virtual_interfaces[0].bgp_peers[0].amazon_address #=> String
|
@@ -4281,6 +4421,7 @@ module Aws::DirectConnect
|
|
4281
4421
|
# resp.virtual_interfaces[0].tags[0].key #=> String
|
4282
4422
|
# resp.virtual_interfaces[0].tags[0].value #=> String
|
4283
4423
|
# resp.virtual_interfaces[0].site_link_enabled #=> Boolean
|
4424
|
+
# resp.next_token #=> String
|
4284
4425
|
#
|
4285
4426
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces AWS API Documentation
|
4286
4427
|
#
|
@@ -5036,6 +5177,7 @@ module Aws::DirectConnect
|
|
5036
5177
|
# * {Types::VirtualInterface#virtual_interface_name #virtual_interface_name} => String
|
5037
5178
|
# * {Types::VirtualInterface#vlan #vlan} => Integer
|
5038
5179
|
# * {Types::VirtualInterface#asn #asn} => Integer
|
5180
|
+
# * {Types::VirtualInterface#asn_long #asn_long} => Integer
|
5039
5181
|
# * {Types::VirtualInterface#amazon_side_asn #amazon_side_asn} => Integer
|
5040
5182
|
# * {Types::VirtualInterface#auth_key #auth_key} => String
|
5041
5183
|
# * {Types::VirtualInterface#amazon_address #amazon_address} => String
|
@@ -5074,6 +5216,7 @@ module Aws::DirectConnect
|
|
5074
5216
|
# resp.virtual_interface_name #=> String
|
5075
5217
|
# resp.vlan #=> Integer
|
5076
5218
|
# resp.asn #=> Integer
|
5219
|
+
# resp.asn_long #=> Integer
|
5077
5220
|
# resp.amazon_side_asn #=> Integer
|
5078
5221
|
# resp.auth_key #=> String
|
5079
5222
|
# resp.amazon_address #=> String
|
@@ -5090,6 +5233,7 @@ module Aws::DirectConnect
|
|
5090
5233
|
# resp.bgp_peers #=> Array
|
5091
5234
|
# resp.bgp_peers[0].bgp_peer_id #=> String
|
5092
5235
|
# resp.bgp_peers[0].asn #=> Integer
|
5236
|
+
# resp.bgp_peers[0].asn_long #=> Integer
|
5093
5237
|
# resp.bgp_peers[0].auth_key #=> String
|
5094
5238
|
# resp.bgp_peers[0].address_family #=> String, one of "ipv4", "ipv6"
|
5095
5239
|
# resp.bgp_peers[0].amazon_address #=> String
|
@@ -5133,7 +5277,7 @@ module Aws::DirectConnect
|
|
5133
5277
|
tracer: tracer
|
5134
5278
|
)
|
5135
5279
|
context[:gem_name] = 'aws-sdk-directconnect'
|
5136
|
-
context[:gem_version] = '1.
|
5280
|
+
context[:gem_version] = '1.97.0'
|
5137
5281
|
Seahorse::Client::Request.new(handlers, context)
|
5138
5282
|
end
|
5139
5283
|
|