aws-sdk-directconnect 1.41.0 → 1.42.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,6 +35,7 @@ module Aws::DirectConnect
35
35
  AvailablePortSpeeds = Shapes::ListShape.new(name: 'AvailablePortSpeeds')
36
36
  AwsDevice = Shapes::StringShape.new(name: 'AwsDevice')
37
37
  AwsDeviceV2 = Shapes::StringShape.new(name: 'AwsDeviceV2')
38
+ AwsLogicalDeviceId = Shapes::StringShape.new(name: 'AwsLogicalDeviceId')
38
39
  BGPAuthKey = Shapes::StringShape.new(name: 'BGPAuthKey')
39
40
  BGPPeer = Shapes::StructureShape.new(name: 'BGPPeer')
40
41
  BGPPeerId = Shapes::StringShape.new(name: 'BGPPeerId')
@@ -324,6 +325,7 @@ module Aws::DirectConnect
324
325
  BGPPeer.add_member(:bgp_peer_state, Shapes::ShapeRef.new(shape: BGPPeerState, location_name: "bgpPeerState"))
325
326
  BGPPeer.add_member(:bgp_status, Shapes::ShapeRef.new(shape: BGPStatus, location_name: "bgpStatus"))
326
327
  BGPPeer.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
328
+ BGPPeer.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
327
329
  BGPPeer.struct_class = Types::BGPPeer
328
330
 
329
331
  BGPPeerIdList.member = Shapes::ShapeRef.new(shape: BGPPeerId)
@@ -371,6 +373,7 @@ module Aws::DirectConnect
371
373
  Connection.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
372
374
  Connection.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
373
375
  Connection.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
376
+ Connection.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
374
377
  Connection.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
375
378
  Connection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
376
379
  Connection.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
@@ -673,6 +676,7 @@ module Aws::DirectConnect
673
676
  Interconnect.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
674
677
  Interconnect.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
675
678
  Interconnect.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
679
+ Interconnect.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
676
680
  Interconnect.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
677
681
  Interconnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
678
682
  Interconnect.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
@@ -694,6 +698,7 @@ module Aws::DirectConnect
694
698
  Lag.add_member(:minimum_links, Shapes::ShapeRef.new(shape: Count, location_name: "minimumLinks"))
695
699
  Lag.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
696
700
  Lag.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
701
+ Lag.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
697
702
  Lag.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "connections"))
698
703
  Lag.add_member(:allows_hosted_connections, Shapes::ShapeRef.new(shape: BooleanFlag, location_name: "allowsHostedConnections"))
699
704
  Lag.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
@@ -929,6 +934,7 @@ module Aws::DirectConnect
929
934
  VirtualInterface.add_member(:bgp_peers, Shapes::ShapeRef.new(shape: BGPPeerList, location_name: "bgpPeers"))
930
935
  VirtualInterface.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
931
936
  VirtualInterface.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
937
+ VirtualInterface.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
932
938
  VirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
933
939
  VirtualInterface.struct_class = Types::VirtualInterface
934
940
 
@@ -33,7 +33,7 @@ module Aws::DirectConnect
33
33
  # @return [String]
34
34
  #
35
35
  # @!attribute [rw] associated_gateway_owner_account
36
- # The ID of the AWS account that owns the virtual private gateway or
36
+ # The ID of the account that owns the virtual private gateway or
37
37
  # transit gateway.
38
38
  # @return [String]
39
39
  #
@@ -42,7 +42,7 @@ module Aws::DirectConnect
42
42
  # gateway.
43
43
  #
44
44
  # For information about how to set the prefixes, see [Allowed
45
- # Prefixes][1] in the *AWS Direct Connect User Guide*.
45
+ # Prefixes][1] in the *Direct Connect User Guide*.
46
46
  #
47
47
  #
48
48
  #
@@ -87,8 +87,8 @@ module Aws::DirectConnect
87
87
  # @!attribute [rw] bandwidth
88
88
  # The bandwidth of the connection. The possible values are 50Mbps,
89
89
  # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
90
- # and 10Gbps. Note that only those AWS Direct Connect Partners who
91
- # have met specific requirements are allowed to create a 1Gbps, 2Gbps,
90
+ # and 10Gbps. Note that only those Direct Connect Partners who have
91
+ # met specific requirements are allowed to create a 1Gbps, 2Gbps,
92
92
  # 5Gbps or 10Gbps hosted connection.
93
93
  # @return [String]
94
94
  #
@@ -97,8 +97,8 @@ module Aws::DirectConnect
97
97
  # @return [String]
98
98
  #
99
99
  # @!attribute [rw] owner_account
100
- # The ID of the AWS account of the customer for whom the connection
101
- # will be provisioned.
100
+ # The ID of the account of the customer for whom the connection will
101
+ # be provisioned.
102
102
  # @return [String]
103
103
  #
104
104
  # @!attribute [rw] interconnect_id
@@ -144,14 +144,14 @@ module Aws::DirectConnect
144
144
  # @return [String]
145
145
  #
146
146
  # @!attribute [rw] owner_account
147
- # The ID of the AWS account ID of the customer for the connection.
147
+ # The ID of the account ID of the customer for the connection.
148
148
  # @return [String]
149
149
  #
150
150
  # @!attribute [rw] bandwidth
151
151
  # The bandwidth of the connection. The possible values are 50Mbps,
152
152
  # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
153
- # and 10Gbps. Note that only those AWS Direct Connect Partners who
154
- # have met specific requirements are allowed to create a 1Gbps, 2Gbps,
153
+ # and 10Gbps. Note that only those Direct Connect Partners who have
154
+ # met specific requirements are allowed to create a 1Gbps, 2Gbps,
155
155
  # 5Gbps or 10Gbps hosted connection.
156
156
  # @return [String]
157
157
  #
@@ -210,7 +210,7 @@ module Aws::DirectConnect
210
210
  # @return [String]
211
211
  #
212
212
  # @!attribute [rw] owner_account
213
- # The ID of the AWS account that owns the virtual private interface.
213
+ # The ID of the account that owns the virtual private interface.
214
214
  # @return [String]
215
215
  #
216
216
  # @!attribute [rw] new_private_virtual_interface_allocation
@@ -261,7 +261,7 @@ module Aws::DirectConnect
261
261
  # @return [String]
262
262
  #
263
263
  # @!attribute [rw] owner_account
264
- # The ID of the AWS account that owns the public virtual interface.
264
+ # The ID of the account that owns the public virtual interface.
265
265
  # @return [String]
266
266
  #
267
267
  # @!attribute [rw] new_public_virtual_interface_allocation
@@ -308,7 +308,7 @@ module Aws::DirectConnect
308
308
  # @return [String]
309
309
  #
310
310
  # @!attribute [rw] owner_account
311
- # The ID of the AWS account that owns the transit virtual interface.
311
+ # The ID of the account that owns the transit virtual interface.
312
312
  # @return [String]
313
313
  #
314
314
  # @!attribute [rw] new_transit_virtual_interface_allocation
@@ -506,7 +506,7 @@ module Aws::DirectConnect
506
506
  # @return [String]
507
507
  #
508
508
  # @!attribute [rw] owner_account
509
- # The ID of the AWS account that owns the associated virtual private
509
+ # The ID of the account that owns the associated virtual private
510
510
  # gateway or transit gateway.
511
511
  # @return [String]
512
512
  #
@@ -587,6 +587,9 @@ module Aws::DirectConnect
587
587
  # The Direct Connect endpoint on which the BGP peer terminates.
588
588
  # @return [String]
589
589
  #
590
+ # @!attribute [rw] aws_logical_device_id
591
+ # @return [String]
592
+ #
590
593
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/BGPPeer AWS API Documentation
591
594
  #
592
595
  class BGPPeer < Struct.new(
@@ -598,7 +601,8 @@ module Aws::DirectConnect
598
601
  :customer_address,
599
602
  :bgp_peer_state,
600
603
  :bgp_status,
601
- :aws_device_v2)
604
+ :aws_device_v2,
605
+ :aws_logical_device_id)
602
606
  SENSITIVE = []
603
607
  include Aws::Structure
604
608
  end
@@ -867,10 +871,10 @@ module Aws::DirectConnect
867
871
  include Aws::Structure
868
872
  end
869
873
 
870
- # Information about an AWS Direct Connect connection.
874
+ # Information about an Direct Connect connection.
871
875
  #
872
876
  # @!attribute [rw] owner_account
873
- # The ID of the AWS account that owns the connection.
877
+ # The ID of the account that owns the connection.
874
878
  # @return [String]
875
879
  #
876
880
  # @!attribute [rw] connection_id
@@ -912,7 +916,7 @@ module Aws::DirectConnect
912
916
  # @return [String]
913
917
  #
914
918
  # @!attribute [rw] region
915
- # The AWS Region where the connection is located.
919
+ # The Region where the connection is located.
916
920
  # @return [String]
917
921
  #
918
922
  # @!attribute [rw] location
@@ -928,8 +932,8 @@ module Aws::DirectConnect
928
932
  # @return [Integer]
929
933
  #
930
934
  # @!attribute [rw] partner_name
931
- # The name of the AWS Direct Connect service provider associated with
932
- # the connection.
935
+ # The name of the Direct Connect service provider associated with the
936
+ # connection.
933
937
  # @return [String]
934
938
  #
935
939
  # @!attribute [rw] loa_issue_time
@@ -954,6 +958,11 @@ module Aws::DirectConnect
954
958
  # terminates.
955
959
  # @return [String]
956
960
  #
961
+ # @!attribute [rw] aws_logical_device_id
962
+ # The Direct Connect endpoint that terminates a physical connection's
963
+ # BGP sessions.
964
+ # @return [String]
965
+ #
957
966
  # @!attribute [rw] has_logical_redundancy
958
967
  # Indicates whether the connection supports a secondary BGP peer in
959
968
  # the same address family (IPv4/IPv6).
@@ -1007,6 +1016,7 @@ module Aws::DirectConnect
1007
1016
  :aws_device,
1008
1017
  :jumbo_frame_capable,
1009
1018
  :aws_device_v2,
1019
+ :aws_logical_device_id,
1010
1020
  :has_logical_redundancy,
1011
1021
  :tags,
1012
1022
  :provider_name,
@@ -1122,7 +1132,7 @@ module Aws::DirectConnect
1122
1132
  #
1123
1133
  # MAC Security (MACsec) is only available on dedicated connections.
1124
1134
  # For information about MAC Security (MACsec) prerequisties, see
1125
- # [MACsec prerequisties][1] in the *AWS Direct Connect User Guide*.
1135
+ # [MACsec prerequisties][1] in the *Direct Connect User Guide*.
1126
1136
  #
1127
1137
  #
1128
1138
  #
@@ -1167,7 +1177,7 @@ module Aws::DirectConnect
1167
1177
  # @return [String]
1168
1178
  #
1169
1179
  # @!attribute [rw] direct_connect_gateway_owner_account
1170
- # The ID of the AWS account that owns the Direct Connect gateway.
1180
+ # The ID of the account that owns the Direct Connect gateway.
1171
1181
  # @return [String]
1172
1182
  #
1173
1183
  # @!attribute [rw] gateway_id
@@ -1236,7 +1246,7 @@ module Aws::DirectConnect
1236
1246
  # transit gateway.
1237
1247
  #
1238
1248
  # For information about how to set the prefixes, see [Allowed
1239
- # Prefixes][1] in the *AWS Direct Connect User Guide*.
1249
+ # Prefixes][1] in the *Direct Connect User Guide*.
1240
1250
  #
1241
1251
  #
1242
1252
  #
@@ -1428,8 +1438,8 @@ module Aws::DirectConnect
1428
1438
  #
1429
1439
  # <note markdown="1"> All connections in the LAG must be capable of supporting MAC
1430
1440
  # Security (MACsec). For information about MAC Security (MACsec)
1431
- # prerequisties, see [MACsec prerequisties][1] in the *AWS Direct
1432
- # Connect User Guide*.
1441
+ # prerequisties, see [MACsec prerequisties][1] in the *Direct Connect
1442
+ # User Guide*.
1433
1443
  #
1434
1444
  # </note>
1435
1445
  #
@@ -2461,7 +2471,7 @@ module Aws::DirectConnect
2461
2471
  # @return [Integer]
2462
2472
  #
2463
2473
  # @!attribute [rw] owner_account
2464
- # The ID of the AWS account that owns the Direct Connect gateway.
2474
+ # The ID of the account that owns the Direct Connect gateway.
2465
2475
  # @return [String]
2466
2476
  #
2467
2477
  # @!attribute [rw] direct_connect_gateway_state
@@ -2505,7 +2515,7 @@ module Aws::DirectConnect
2505
2515
  # @return [String]
2506
2516
  #
2507
2517
  # @!attribute [rw] direct_connect_gateway_owner_account
2508
- # The ID of the AWS account that owns the associated gateway.
2518
+ # The ID of the account that owns the associated gateway.
2509
2519
  # @return [String]
2510
2520
  #
2511
2521
  # @!attribute [rw] association_state
@@ -2549,11 +2559,11 @@ module Aws::DirectConnect
2549
2559
  # @return [String]
2550
2560
  #
2551
2561
  # @!attribute [rw] virtual_gateway_region
2552
- # The AWS Region where the virtual private gateway is located.
2562
+ # The Region where the virtual private gateway is located.
2553
2563
  # @return [String]
2554
2564
  #
2555
2565
  # @!attribute [rw] virtual_gateway_owner_account
2556
- # The ID of the AWS account that owns the virtual private gateway.
2566
+ # The ID of the account that owns the virtual private gateway.
2557
2567
  # @return [String]
2558
2568
  #
2559
2569
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGatewayAssociation AWS API Documentation
@@ -2585,7 +2595,7 @@ module Aws::DirectConnect
2585
2595
  # @return [String]
2586
2596
  #
2587
2597
  # @!attribute [rw] direct_connect_gateway_owner_account
2588
- # The ID of the AWS account that owns the Direct Connect gateway.
2598
+ # The ID of the account that owns the Direct Connect gateway.
2589
2599
  # @return [String]
2590
2600
  #
2591
2601
  # @!attribute [rw] proposal_state
@@ -2641,11 +2651,11 @@ module Aws::DirectConnect
2641
2651
  # @return [String]
2642
2652
  #
2643
2653
  # @!attribute [rw] virtual_interface_region
2644
- # The AWS Region where the virtual interface is located.
2654
+ # The Region where the virtual interface is located.
2645
2655
  # @return [String]
2646
2656
  #
2647
2657
  # @!attribute [rw] virtual_interface_owner_account
2648
- # The ID of the AWS account that owns the virtual interface.
2658
+ # The ID of the account that owns the virtual interface.
2649
2659
  # @return [String]
2650
2660
  #
2651
2661
  # @!attribute [rw] attachment_state
@@ -2817,7 +2827,7 @@ module Aws::DirectConnect
2817
2827
  # @return [String]
2818
2828
  #
2819
2829
  # @!attribute [rw] region
2820
- # The AWS Region where the connection is located.
2830
+ # The Region where the connection is located.
2821
2831
  # @return [String]
2822
2832
  #
2823
2833
  # @!attribute [rw] location
@@ -2850,6 +2860,11 @@ module Aws::DirectConnect
2850
2860
  # terminates.
2851
2861
  # @return [String]
2852
2862
  #
2863
+ # @!attribute [rw] aws_logical_device_id
2864
+ # The Direct Connect endpoint that terminates a physical connection's
2865
+ # BGP sessions.
2866
+ # @return [String]
2867
+ #
2853
2868
  # @!attribute [rw] has_logical_redundancy
2854
2869
  # Indicates whether the interconnect supports a secondary BGP in the
2855
2870
  # same address family (IPv4/IPv6).
@@ -2877,6 +2892,7 @@ module Aws::DirectConnect
2877
2892
  :aws_device,
2878
2893
  :jumbo_frame_capable,
2879
2894
  :aws_device_v2,
2895
+ :aws_logical_device_id,
2880
2896
  :has_logical_redundancy,
2881
2897
  :tags,
2882
2898
  :provider_name)
@@ -2913,7 +2929,7 @@ module Aws::DirectConnect
2913
2929
  # @return [String]
2914
2930
  #
2915
2931
  # @!attribute [rw] owner_account
2916
- # The ID of the AWS account that owns the LAG.
2932
+ # The ID of the account that owns the LAG.
2917
2933
  # @return [String]
2918
2934
  #
2919
2935
  # @!attribute [rw] lag_name
@@ -2946,7 +2962,7 @@ module Aws::DirectConnect
2946
2962
  # @return [String]
2947
2963
  #
2948
2964
  # @!attribute [rw] region
2949
- # The AWS Region where the connection is located.
2965
+ # The Region where the connection is located.
2950
2966
  # @return [String]
2951
2967
  #
2952
2968
  # @!attribute [rw] minimum_links
@@ -2955,11 +2971,16 @@ module Aws::DirectConnect
2955
2971
  # @return [Integer]
2956
2972
  #
2957
2973
  # @!attribute [rw] aws_device
2958
- # The AWS Direct Connect endpoint that hosts the LAG.
2974
+ # The Direct Connect endpoint that hosts the LAG.
2959
2975
  # @return [String]
2960
2976
  #
2961
2977
  # @!attribute [rw] aws_device_v2
2962
- # The AWS Direct Connect endpoint that hosts the LAG.
2978
+ # The Direct Connect endpoint that hosts the LAG.
2979
+ # @return [String]
2980
+ #
2981
+ # @!attribute [rw] aws_logical_device_id
2982
+ # The Direct Connect endpoint that terminates a physical connection's
2983
+ # BGP sessions.
2963
2984
  # @return [String]
2964
2985
  #
2965
2986
  # @!attribute [rw] connections
@@ -3016,6 +3037,7 @@ module Aws::DirectConnect
3016
3037
  :minimum_links,
3017
3038
  :aws_device,
3018
3039
  :aws_device_v2,
3040
+ :aws_logical_device_id,
3019
3041
  :connections,
3020
3042
  :allows_hosted_connections,
3021
3043
  :jumbo_frame_capable,
@@ -3135,7 +3157,7 @@ module Aws::DirectConnect
3135
3157
  include Aws::Structure
3136
3158
  end
3137
3159
 
3138
- # Information about an AWS Direct Connect location.
3160
+ # Information about an Direct Connect location.
3139
3161
  #
3140
3162
  # @!attribute [rw] location_code
3141
3163
  # The code for the location.
@@ -3147,7 +3169,7 @@ module Aws::DirectConnect
3147
3169
  # @return [String]
3148
3170
  #
3149
3171
  # @!attribute [rw] region
3150
- # The AWS Region for the location.
3172
+ # The Region for the location.
3151
3173
  # @return [String]
3152
3174
  #
3153
3175
  # @!attribute [rw] available_port_speeds
@@ -3519,8 +3541,8 @@ module Aws::DirectConnect
3519
3541
  # @return [String]
3520
3542
  #
3521
3543
  # @!attribute [rw] route_filter_prefixes
3522
- # The routes to be advertised to the AWS network in this Region.
3523
- # Applies to public virtual interfaces.
3544
+ # The routes to be advertised to the Amazon Web Services network in
3545
+ # this Region. Applies to public virtual interfaces.
3524
3546
  # @return [Array<Types::RouteFilterPrefix>]
3525
3547
  #
3526
3548
  # @!attribute [rw] tags
@@ -3606,8 +3628,8 @@ module Aws::DirectConnect
3606
3628
  # @return [String]
3607
3629
  #
3608
3630
  # @!attribute [rw] route_filter_prefixes
3609
- # The routes to be advertised to the AWS network in this Region.
3610
- # Applies to public virtual interfaces.
3631
+ # The routes to be advertised to the Amazon Web Services network in
3632
+ # this Region. Applies to public virtual interfaces.
3611
3633
  # @return [Array<Types::RouteFilterPrefix>]
3612
3634
  #
3613
3635
  # @!attribute [rw] tags
@@ -3801,8 +3823,7 @@ module Aws::DirectConnect
3801
3823
  include Aws::Structure
3802
3824
  end
3803
3825
 
3804
- # Information about a tag associated with an AWS Direct Connect
3805
- # resource.
3826
+ # Information about a tag associated with an Direct Connect resource.
3806
3827
  #
3807
3828
  # @!attribute [rw] resource_arn
3808
3829
  # The Amazon Resource Name (ARN) of the resource.
@@ -4134,7 +4155,8 @@ module Aws::DirectConnect
4134
4155
  # @!attribute [rw] encryption_mode
4135
4156
  # The LAG MAC Security (MACsec) encryption mode.
4136
4157
  #
4137
- # AWS applies the value to all connections which are part of the LAG.
4158
+ # Amazon Web Services applies the value to all connections which are
4159
+ # part of the LAG.
4138
4160
  # @return [String]
4139
4161
  #
4140
4162
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLagRequest AWS API Documentation
@@ -4221,7 +4243,7 @@ module Aws::DirectConnect
4221
4243
  # Information about a virtual interface.
4222
4244
  #
4223
4245
  # @!attribute [rw] owner_account
4224
- # The ID of the AWS account that owns the virtual interface.
4246
+ # The ID of the account that owns the virtual interface.
4225
4247
  # @return [String]
4226
4248
  #
4227
4249
  # @!attribute [rw] virtual_interface_id
@@ -4340,8 +4362,8 @@ module Aws::DirectConnect
4340
4362
  # @return [String]
4341
4363
  #
4342
4364
  # @!attribute [rw] route_filter_prefixes
4343
- # The routes to be advertised to the AWS network in this Region.
4344
- # Applies to public virtual interfaces.
4365
+ # The routes to be advertised to the Amazon Web Services network in
4366
+ # this Region. Applies to public virtual interfaces.
4345
4367
  # @return [Array<Types::RouteFilterPrefix>]
4346
4368
  #
4347
4369
  # @!attribute [rw] bgp_peers
@@ -4349,7 +4371,7 @@ module Aws::DirectConnect
4349
4371
  # @return [Array<Types::BGPPeer>]
4350
4372
  #
4351
4373
  # @!attribute [rw] region
4352
- # The AWS Region where the virtual interface is located.
4374
+ # The Region where the virtual interface is located.
4353
4375
  # @return [String]
4354
4376
  #
4355
4377
  # @!attribute [rw] aws_device_v2
@@ -4357,6 +4379,11 @@ module Aws::DirectConnect
4357
4379
  # terminates.
4358
4380
  # @return [String]
4359
4381
  #
4382
+ # @!attribute [rw] aws_logical_device_id
4383
+ # The Direct Connect endpoint that terminates a physical connection's
4384
+ # BGP sessions.
4385
+ # @return [String]
4386
+ #
4360
4387
  # @!attribute [rw] tags
4361
4388
  # The tags associated with the virtual interface.
4362
4389
  # @return [Array<Types::Tag>]
@@ -4387,6 +4414,7 @@ module Aws::DirectConnect
4387
4414
  :bgp_peers,
4388
4415
  :region,
4389
4416
  :aws_device_v2,
4417
+ :aws_logical_device_id,
4390
4418
  :tags)
4391
4419
  SENSITIVE = []
4392
4420
  include Aws::Structure