aws-sdk-directconnect 1.21.0 → 1.22.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/lib/aws-sdk-directconnect.rb +1 -1
- data/lib/aws-sdk-directconnect/client.rb +222 -7
- data/lib/aws-sdk-directconnect/client_api.rb +35 -0
- data/lib/aws-sdk-directconnect/types.rb +240 -30
- metadata +2 -2
@@ -228,6 +228,7 @@ module Aws::DirectConnect
|
|
228
228
|
AllocateHostedConnectionRequest.add_member(:bandwidth, Shapes::ShapeRef.new(shape: Bandwidth, required: true, location_name: "bandwidth"))
|
229
229
|
AllocateHostedConnectionRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "connectionName"))
|
230
230
|
AllocateHostedConnectionRequest.add_member(:vlan, Shapes::ShapeRef.new(shape: VLAN, required: true, location_name: "vlan"))
|
231
|
+
AllocateHostedConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
231
232
|
AllocateHostedConnectionRequest.struct_class = Types::AllocateHostedConnectionRequest
|
232
233
|
|
233
234
|
AllocatePrivateVirtualInterfaceRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
|
@@ -323,6 +324,7 @@ module Aws::DirectConnect
|
|
323
324
|
Connection.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
324
325
|
Connection.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
325
326
|
Connection.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
|
327
|
+
Connection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
326
328
|
Connection.struct_class = Types::Connection
|
327
329
|
|
328
330
|
ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
|
@@ -341,6 +343,7 @@ module Aws::DirectConnect
|
|
341
343
|
CreateConnectionRequest.add_member(:bandwidth, Shapes::ShapeRef.new(shape: Bandwidth, required: true, location_name: "bandwidth"))
|
342
344
|
CreateConnectionRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "connectionName"))
|
343
345
|
CreateConnectionRequest.add_member(:lag_id, Shapes::ShapeRef.new(shape: LagId, location_name: "lagId"))
|
346
|
+
CreateConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
344
347
|
CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
|
345
348
|
|
346
349
|
CreateDirectConnectGatewayAssociationProposalRequest.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, required: true, location_name: "directConnectGatewayId"))
|
@@ -373,6 +376,7 @@ module Aws::DirectConnect
|
|
373
376
|
CreateInterconnectRequest.add_member(:bandwidth, Shapes::ShapeRef.new(shape: Bandwidth, required: true, location_name: "bandwidth"))
|
374
377
|
CreateInterconnectRequest.add_member(:location, Shapes::ShapeRef.new(shape: LocationCode, required: true, location_name: "location"))
|
375
378
|
CreateInterconnectRequest.add_member(:lag_id, Shapes::ShapeRef.new(shape: LagId, location_name: "lagId"))
|
379
|
+
CreateInterconnectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
376
380
|
CreateInterconnectRequest.struct_class = Types::CreateInterconnectRequest
|
377
381
|
|
378
382
|
CreateLagRequest.add_member(:number_of_connections, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "numberOfConnections"))
|
@@ -380,6 +384,8 @@ module Aws::DirectConnect
|
|
380
384
|
CreateLagRequest.add_member(:connections_bandwidth, Shapes::ShapeRef.new(shape: Bandwidth, required: true, location_name: "connectionsBandwidth"))
|
381
385
|
CreateLagRequest.add_member(:lag_name, Shapes::ShapeRef.new(shape: LagName, required: true, location_name: "lagName"))
|
382
386
|
CreateLagRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "connectionId"))
|
387
|
+
CreateLagRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
388
|
+
CreateLagRequest.add_member(:child_connection_tags, Shapes::ShapeRef.new(shape: TagList, location_name: "childConnectionTags"))
|
383
389
|
CreateLagRequest.struct_class = Types::CreateLagRequest
|
384
390
|
|
385
391
|
CreatePrivateVirtualInterfaceRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
|
@@ -600,6 +606,7 @@ module Aws::DirectConnect
|
|
600
606
|
Interconnect.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
601
607
|
Interconnect.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
602
608
|
Interconnect.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
|
609
|
+
Interconnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
603
610
|
Interconnect.struct_class = Types::Interconnect
|
604
611
|
|
605
612
|
InterconnectList.member = Shapes::ShapeRef.new(shape: Interconnect)
|
@@ -622,6 +629,7 @@ module Aws::DirectConnect
|
|
622
629
|
Lag.add_member(:allows_hosted_connections, Shapes::ShapeRef.new(shape: BooleanFlag, location_name: "allowsHostedConnections"))
|
623
630
|
Lag.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
624
631
|
Lag.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
|
632
|
+
Lag.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
625
633
|
Lag.struct_class = Types::Lag
|
626
634
|
|
627
635
|
LagList.member = Shapes::ShapeRef.new(shape: Lag)
|
@@ -661,6 +669,7 @@ module Aws::DirectConnect
|
|
661
669
|
NewPrivateVirtualInterface.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
662
670
|
NewPrivateVirtualInterface.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, deprecated: true, location_name: "virtualGatewayId"))
|
663
671
|
NewPrivateVirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
|
672
|
+
NewPrivateVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
664
673
|
NewPrivateVirtualInterface.struct_class = Types::NewPrivateVirtualInterface
|
665
674
|
|
666
675
|
NewPrivateVirtualInterfaceAllocation.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, required: true, location_name: "virtualInterfaceName"))
|
@@ -671,6 +680,7 @@ module Aws::DirectConnect
|
|
671
680
|
NewPrivateVirtualInterfaceAllocation.add_member(:amazon_address, Shapes::ShapeRef.new(shape: AmazonAddress, location_name: "amazonAddress"))
|
672
681
|
NewPrivateVirtualInterfaceAllocation.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
673
682
|
NewPrivateVirtualInterfaceAllocation.add_member(:customer_address, Shapes::ShapeRef.new(shape: CustomerAddress, location_name: "customerAddress"))
|
683
|
+
NewPrivateVirtualInterfaceAllocation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
674
684
|
NewPrivateVirtualInterfaceAllocation.struct_class = Types::NewPrivateVirtualInterfaceAllocation
|
675
685
|
|
676
686
|
NewPublicVirtualInterface.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, required: true, location_name: "virtualInterfaceName"))
|
@@ -681,6 +691,7 @@ module Aws::DirectConnect
|
|
681
691
|
NewPublicVirtualInterface.add_member(:customer_address, Shapes::ShapeRef.new(shape: CustomerAddress, location_name: "customerAddress"))
|
682
692
|
NewPublicVirtualInterface.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
683
693
|
NewPublicVirtualInterface.add_member(:route_filter_prefixes, Shapes::ShapeRef.new(shape: RouteFilterPrefixList, location_name: "routeFilterPrefixes"))
|
694
|
+
NewPublicVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
684
695
|
NewPublicVirtualInterface.struct_class = Types::NewPublicVirtualInterface
|
685
696
|
|
686
697
|
NewPublicVirtualInterfaceAllocation.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, required: true, location_name: "virtualInterfaceName"))
|
@@ -691,6 +702,7 @@ module Aws::DirectConnect
|
|
691
702
|
NewPublicVirtualInterfaceAllocation.add_member(:customer_address, Shapes::ShapeRef.new(shape: CustomerAddress, location_name: "customerAddress"))
|
692
703
|
NewPublicVirtualInterfaceAllocation.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
693
704
|
NewPublicVirtualInterfaceAllocation.add_member(:route_filter_prefixes, Shapes::ShapeRef.new(shape: RouteFilterPrefixList, location_name: "routeFilterPrefixes"))
|
705
|
+
NewPublicVirtualInterfaceAllocation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
694
706
|
NewPublicVirtualInterfaceAllocation.struct_class = Types::NewPublicVirtualInterfaceAllocation
|
695
707
|
|
696
708
|
NewTransitVirtualInterface.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, location_name: "virtualInterfaceName"))
|
@@ -702,6 +714,7 @@ module Aws::DirectConnect
|
|
702
714
|
NewTransitVirtualInterface.add_member(:customer_address, Shapes::ShapeRef.new(shape: CustomerAddress, location_name: "customerAddress"))
|
703
715
|
NewTransitVirtualInterface.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
704
716
|
NewTransitVirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
|
717
|
+
NewTransitVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
705
718
|
NewTransitVirtualInterface.struct_class = Types::NewTransitVirtualInterface
|
706
719
|
|
707
720
|
NewTransitVirtualInterfaceAllocation.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, location_name: "virtualInterfaceName"))
|
@@ -712,6 +725,7 @@ module Aws::DirectConnect
|
|
712
725
|
NewTransitVirtualInterfaceAllocation.add_member(:amazon_address, Shapes::ShapeRef.new(shape: AmazonAddress, location_name: "amazonAddress"))
|
713
726
|
NewTransitVirtualInterfaceAllocation.add_member(:customer_address, Shapes::ShapeRef.new(shape: CustomerAddress, location_name: "customerAddress"))
|
714
727
|
NewTransitVirtualInterfaceAllocation.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
728
|
+
NewTransitVirtualInterfaceAllocation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
715
729
|
NewTransitVirtualInterfaceAllocation.struct_class = Types::NewTransitVirtualInterfaceAllocation
|
716
730
|
|
717
731
|
ResourceArnList.member = Shapes::ShapeRef.new(shape: ResourceArn)
|
@@ -796,6 +810,7 @@ module Aws::DirectConnect
|
|
796
810
|
VirtualInterface.add_member(:bgp_peers, Shapes::ShapeRef.new(shape: BGPPeerList, location_name: "bgpPeers"))
|
797
811
|
VirtualInterface.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
|
798
812
|
VirtualInterface.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
813
|
+
VirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
799
814
|
VirtualInterface.struct_class = Types::VirtualInterface
|
800
815
|
|
801
816
|
VirtualInterfaceList.member = Shapes::ShapeRef.new(shape: VirtualInterface)
|
@@ -848,6 +863,8 @@ module Aws::DirectConnect
|
|
848
863
|
o.http_request_uri = "/"
|
849
864
|
o.input = Shapes::ShapeRef.new(shape: AllocateHostedConnectionRequest)
|
850
865
|
o.output = Shapes::ShapeRef.new(shape: Connection)
|
866
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
851
868
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
852
869
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
853
870
|
end)
|
@@ -858,6 +875,8 @@ module Aws::DirectConnect
|
|
858
875
|
o.http_request_uri = "/"
|
859
876
|
o.input = Shapes::ShapeRef.new(shape: AllocatePrivateVirtualInterfaceRequest)
|
860
877
|
o.output = Shapes::ShapeRef.new(shape: VirtualInterface)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
879
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
861
880
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
862
881
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
863
882
|
end)
|
@@ -868,6 +887,8 @@ module Aws::DirectConnect
|
|
868
887
|
o.http_request_uri = "/"
|
869
888
|
o.input = Shapes::ShapeRef.new(shape: AllocatePublicVirtualInterfaceRequest)
|
870
889
|
o.output = Shapes::ShapeRef.new(shape: VirtualInterface)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
871
892
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
872
893
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
873
894
|
end)
|
@@ -878,6 +899,8 @@ module Aws::DirectConnect
|
|
878
899
|
o.http_request_uri = "/"
|
879
900
|
o.input = Shapes::ShapeRef.new(shape: AllocateTransitVirtualInterfaceRequest)
|
880
901
|
o.output = Shapes::ShapeRef.new(shape: AllocateTransitVirtualInterfaceResult)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
881
904
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
882
905
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
883
906
|
end)
|
@@ -968,6 +991,8 @@ module Aws::DirectConnect
|
|
968
991
|
o.http_request_uri = "/"
|
969
992
|
o.input = Shapes::ShapeRef.new(shape: CreateConnectionRequest)
|
970
993
|
o.output = Shapes::ShapeRef.new(shape: Connection)
|
994
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
995
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
971
996
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
972
997
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
973
998
|
end)
|
@@ -1008,6 +1033,8 @@ module Aws::DirectConnect
|
|
1008
1033
|
o.http_request_uri = "/"
|
1009
1034
|
o.input = Shapes::ShapeRef.new(shape: CreateInterconnectRequest)
|
1010
1035
|
o.output = Shapes::ShapeRef.new(shape: Interconnect)
|
1036
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
1037
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1011
1038
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
1012
1039
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
1013
1040
|
end)
|
@@ -1018,6 +1045,8 @@ module Aws::DirectConnect
|
|
1018
1045
|
o.http_request_uri = "/"
|
1019
1046
|
o.input = Shapes::ShapeRef.new(shape: CreateLagRequest)
|
1020
1047
|
o.output = Shapes::ShapeRef.new(shape: Lag)
|
1048
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
1049
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1021
1050
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
1022
1051
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
1023
1052
|
end)
|
@@ -1028,6 +1057,8 @@ module Aws::DirectConnect
|
|
1028
1057
|
o.http_request_uri = "/"
|
1029
1058
|
o.input = Shapes::ShapeRef.new(shape: CreatePrivateVirtualInterfaceRequest)
|
1030
1059
|
o.output = Shapes::ShapeRef.new(shape: VirtualInterface)
|
1060
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
1061
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1031
1062
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
1032
1063
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
1033
1064
|
end)
|
@@ -1038,6 +1069,8 @@ module Aws::DirectConnect
|
|
1038
1069
|
o.http_request_uri = "/"
|
1039
1070
|
o.input = Shapes::ShapeRef.new(shape: CreatePublicVirtualInterfaceRequest)
|
1040
1071
|
o.output = Shapes::ShapeRef.new(shape: VirtualInterface)
|
1072
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
1073
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1041
1074
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
1042
1075
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
1043
1076
|
end)
|
@@ -1048,6 +1081,8 @@ module Aws::DirectConnect
|
|
1048
1081
|
o.http_request_uri = "/"
|
1049
1082
|
o.input = Shapes::ShapeRef.new(shape: CreateTransitVirtualInterfaceRequest)
|
1050
1083
|
o.output = Shapes::ShapeRef.new(shape: CreateTransitVirtualInterfaceResult)
|
1084
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
1085
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1051
1086
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
1052
1087
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
1053
1088
|
end)
|
@@ -36,8 +36,15 @@ module Aws::DirectConnect
|
|
36
36
|
# @return [String]
|
37
37
|
#
|
38
38
|
# @!attribute [rw] override_allowed_prefixes_to_direct_connect_gateway
|
39
|
-
# Overrides the
|
40
|
-
#
|
39
|
+
# Overrides the Amazon VPC prefixes advertised to the Direct Connect
|
40
|
+
# gateway.
|
41
|
+
#
|
42
|
+
# For information about how to set the prefixes, see [Allowed
|
43
|
+
# Prefixes][1] in the *AWS Direct Connect User Guide*.
|
44
|
+
#
|
45
|
+
#
|
46
|
+
#
|
47
|
+
# [1]: https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes
|
41
48
|
# @return [Array<Types::RouteFilterPrefix>]
|
42
49
|
#
|
43
50
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AcceptDirectConnectGatewayAssociationProposalRequest AWS API Documentation
|
@@ -119,6 +126,12 @@ module Aws::DirectConnect
|
|
119
126
|
# bandwidth: "Bandwidth", # required
|
120
127
|
# connection_name: "ConnectionName", # required
|
121
128
|
# vlan: 1, # required
|
129
|
+
# tags: [
|
130
|
+
# {
|
131
|
+
# key: "TagKey", # required
|
132
|
+
# value: "TagValue",
|
133
|
+
# },
|
134
|
+
# ],
|
122
135
|
# }
|
123
136
|
#
|
124
137
|
# @!attribute [rw] connection_id
|
@@ -145,6 +158,10 @@ module Aws::DirectConnect
|
|
145
158
|
# The dedicated VLAN provisioned to the hosted connection.
|
146
159
|
# @return [Integer]
|
147
160
|
#
|
161
|
+
# @!attribute [rw] tags
|
162
|
+
# The tags to assign to the hosted connection.
|
163
|
+
# @return [Array<Types::Tag>]
|
164
|
+
#
|
148
165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnectionRequest AWS API Documentation
|
149
166
|
#
|
150
167
|
class AllocateHostedConnectionRequest < Struct.new(
|
@@ -152,7 +169,8 @@ module Aws::DirectConnect
|
|
152
169
|
:owner_account,
|
153
170
|
:bandwidth,
|
154
171
|
:connection_name,
|
155
|
-
:vlan
|
172
|
+
:vlan,
|
173
|
+
:tags)
|
156
174
|
include Aws::Structure
|
157
175
|
end
|
158
176
|
|
@@ -171,6 +189,12 @@ module Aws::DirectConnect
|
|
171
189
|
# amazon_address: "AmazonAddress",
|
172
190
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
173
191
|
# customer_address: "CustomerAddress",
|
192
|
+
# tags: [
|
193
|
+
# {
|
194
|
+
# key: "TagKey", # required
|
195
|
+
# value: "TagValue",
|
196
|
+
# },
|
197
|
+
# ],
|
174
198
|
# },
|
175
199
|
# }
|
176
200
|
#
|
@@ -215,6 +239,12 @@ module Aws::DirectConnect
|
|
215
239
|
# cidr: "CIDR",
|
216
240
|
# },
|
217
241
|
# ],
|
242
|
+
# tags: [
|
243
|
+
# {
|
244
|
+
# key: "TagKey", # required
|
245
|
+
# value: "TagValue",
|
246
|
+
# },
|
247
|
+
# ],
|
218
248
|
# },
|
219
249
|
# }
|
220
250
|
#
|
@@ -255,6 +285,12 @@ module Aws::DirectConnect
|
|
255
285
|
# amazon_address: "AmazonAddress",
|
256
286
|
# customer_address: "CustomerAddress",
|
257
287
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
288
|
+
# tags: [
|
289
|
+
# {
|
290
|
+
# key: "TagKey", # required
|
291
|
+
# value: "TagValue",
|
292
|
+
# },
|
293
|
+
# ],
|
258
294
|
# },
|
259
295
|
# }
|
260
296
|
#
|
@@ -404,7 +440,9 @@ module Aws::DirectConnect
|
|
404
440
|
# @return [Integer]
|
405
441
|
#
|
406
442
|
# @!attribute [rw] auth_key
|
407
|
-
# The authentication key for BGP configuration.
|
443
|
+
# The authentication key for BGP configuration. This string has a
|
444
|
+
# minimum length of 6 characters and and a maximun lenth of 80
|
445
|
+
# characters.
|
408
446
|
# @return [String]
|
409
447
|
#
|
410
448
|
# @!attribute [rw] address_family
|
@@ -815,6 +853,10 @@ module Aws::DirectConnect
|
|
815
853
|
# the same address family (IPv4/IPv6).
|
816
854
|
# @return [String]
|
817
855
|
#
|
856
|
+
# @!attribute [rw] tags
|
857
|
+
# Any tags assigned to the connection.
|
858
|
+
# @return [Array<Types::Tag>]
|
859
|
+
#
|
818
860
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection AWS API Documentation
|
819
861
|
#
|
820
862
|
class Connection < Struct.new(
|
@@ -832,7 +874,8 @@ module Aws::DirectConnect
|
|
832
874
|
:aws_device,
|
833
875
|
:jumbo_frame_capable,
|
834
876
|
:aws_device_v2,
|
835
|
-
:has_logical_redundancy
|
877
|
+
:has_logical_redundancy,
|
878
|
+
:tags)
|
836
879
|
include Aws::Structure
|
837
880
|
end
|
838
881
|
|
@@ -896,6 +939,12 @@ module Aws::DirectConnect
|
|
896
939
|
# bandwidth: "Bandwidth", # required
|
897
940
|
# connection_name: "ConnectionName", # required
|
898
941
|
# lag_id: "LagId",
|
942
|
+
# tags: [
|
943
|
+
# {
|
944
|
+
# key: "TagKey", # required
|
945
|
+
# value: "TagValue",
|
946
|
+
# },
|
947
|
+
# ],
|
899
948
|
# }
|
900
949
|
#
|
901
950
|
# @!attribute [rw] location
|
@@ -914,13 +963,18 @@ module Aws::DirectConnect
|
|
914
963
|
# The ID of the LAG.
|
915
964
|
# @return [String]
|
916
965
|
#
|
966
|
+
# @!attribute [rw] tags
|
967
|
+
# The tags to assign to the connection.
|
968
|
+
# @return [Array<Types::Tag>]
|
969
|
+
#
|
917
970
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnectionRequest AWS API Documentation
|
918
971
|
#
|
919
972
|
class CreateConnectionRequest < Struct.new(
|
920
973
|
:location,
|
921
974
|
:bandwidth,
|
922
975
|
:connection_name,
|
923
|
-
:lag_id
|
976
|
+
:lag_id,
|
977
|
+
:tags)
|
924
978
|
include Aws::Structure
|
925
979
|
end
|
926
980
|
|
@@ -1010,6 +1064,13 @@ module Aws::DirectConnect
|
|
1010
1064
|
#
|
1011
1065
|
# @!attribute [rw] add_allowed_prefixes_to_direct_connect_gateway
|
1012
1066
|
# The Amazon VPC prefixes to advertise to the Direct Connect gateway
|
1067
|
+
#
|
1068
|
+
# For information about how to set the prefixes, see [Allowed
|
1069
|
+
# Prefixes][1] in the *AWS Direct Connect User Guide*.
|
1070
|
+
#
|
1071
|
+
#
|
1072
|
+
#
|
1073
|
+
# [1]: https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes
|
1013
1074
|
# @return [Array<Types::RouteFilterPrefix>]
|
1014
1075
|
#
|
1015
1076
|
# @!attribute [rw] virtual_gateway_id
|
@@ -1083,6 +1144,12 @@ module Aws::DirectConnect
|
|
1083
1144
|
# bandwidth: "Bandwidth", # required
|
1084
1145
|
# location: "LocationCode", # required
|
1085
1146
|
# lag_id: "LagId",
|
1147
|
+
# tags: [
|
1148
|
+
# {
|
1149
|
+
# key: "TagKey", # required
|
1150
|
+
# value: "TagValue",
|
1151
|
+
# },
|
1152
|
+
# ],
|
1086
1153
|
# }
|
1087
1154
|
#
|
1088
1155
|
# @!attribute [rw] interconnect_name
|
@@ -1101,13 +1168,18 @@ module Aws::DirectConnect
|
|
1101
1168
|
# The ID of the LAG.
|
1102
1169
|
# @return [String]
|
1103
1170
|
#
|
1171
|
+
# @!attribute [rw] tags
|
1172
|
+
# The tags to assign to the interconnect,
|
1173
|
+
# @return [Array<Types::Tag>]
|
1174
|
+
#
|
1104
1175
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnectRequest AWS API Documentation
|
1105
1176
|
#
|
1106
1177
|
class CreateInterconnectRequest < Struct.new(
|
1107
1178
|
:interconnect_name,
|
1108
1179
|
:bandwidth,
|
1109
1180
|
:location,
|
1110
|
-
:lag_id
|
1181
|
+
:lag_id,
|
1182
|
+
:tags)
|
1111
1183
|
include Aws::Structure
|
1112
1184
|
end
|
1113
1185
|
|
@@ -1120,6 +1192,18 @@ module Aws::DirectConnect
|
|
1120
1192
|
# connections_bandwidth: "Bandwidth", # required
|
1121
1193
|
# lag_name: "LagName", # required
|
1122
1194
|
# connection_id: "ConnectionId",
|
1195
|
+
# tags: [
|
1196
|
+
# {
|
1197
|
+
# key: "TagKey", # required
|
1198
|
+
# value: "TagValue",
|
1199
|
+
# },
|
1200
|
+
# ],
|
1201
|
+
# child_connection_tags: [
|
1202
|
+
# {
|
1203
|
+
# key: "TagKey", # required
|
1204
|
+
# value: "TagValue",
|
1205
|
+
# },
|
1206
|
+
# ],
|
1123
1207
|
# }
|
1124
1208
|
#
|
1125
1209
|
# @!attribute [rw] number_of_connections
|
@@ -1145,6 +1229,18 @@ module Aws::DirectConnect
|
|
1145
1229
|
# The ID of an existing connection to migrate to the LAG.
|
1146
1230
|
# @return [String]
|
1147
1231
|
#
|
1232
|
+
# @!attribute [rw] tags
|
1233
|
+
# The tags to assign to the link aggregation group (LAG).
|
1234
|
+
# @return [Array<Types::Tag>]
|
1235
|
+
#
|
1236
|
+
# @!attribute [rw] child_connection_tags
|
1237
|
+
# The tags to assign to the child connections of the LAG. Only newly
|
1238
|
+
# created child connections as the result of creating a LAG connection
|
1239
|
+
# are assigned the provided tags. The tags are not assigned to an
|
1240
|
+
# existing connection that is provided via the “connectionId”
|
1241
|
+
# parameter that will be migrated to the LAG.
|
1242
|
+
# @return [Array<Types::Tag>]
|
1243
|
+
#
|
1148
1244
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLagRequest AWS API Documentation
|
1149
1245
|
#
|
1150
1246
|
class CreateLagRequest < Struct.new(
|
@@ -1152,7 +1248,9 @@ module Aws::DirectConnect
|
|
1152
1248
|
:location,
|
1153
1249
|
:connections_bandwidth,
|
1154
1250
|
:lag_name,
|
1155
|
-
:connection_id
|
1251
|
+
:connection_id,
|
1252
|
+
:tags,
|
1253
|
+
:child_connection_tags)
|
1156
1254
|
include Aws::Structure
|
1157
1255
|
end
|
1158
1256
|
|
@@ -1172,6 +1270,12 @@ module Aws::DirectConnect
|
|
1172
1270
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
1173
1271
|
# virtual_gateway_id: "VirtualGatewayId",
|
1174
1272
|
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
1273
|
+
# tags: [
|
1274
|
+
# {
|
1275
|
+
# key: "TagKey", # required
|
1276
|
+
# value: "TagValue",
|
1277
|
+
# },
|
1278
|
+
# ],
|
1175
1279
|
# },
|
1176
1280
|
# }
|
1177
1281
|
#
|
@@ -1209,6 +1313,12 @@ module Aws::DirectConnect
|
|
1209
1313
|
# cidr: "CIDR",
|
1210
1314
|
# },
|
1211
1315
|
# ],
|
1316
|
+
# tags: [
|
1317
|
+
# {
|
1318
|
+
# key: "TagKey", # required
|
1319
|
+
# value: "TagValue",
|
1320
|
+
# },
|
1321
|
+
# ],
|
1212
1322
|
# },
|
1213
1323
|
# }
|
1214
1324
|
#
|
@@ -1243,6 +1353,12 @@ module Aws::DirectConnect
|
|
1243
1353
|
# customer_address: "CustomerAddress",
|
1244
1354
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
1245
1355
|
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
1356
|
+
# tags: [
|
1357
|
+
# {
|
1358
|
+
# key: "TagKey", # required
|
1359
|
+
# value: "TagValue",
|
1360
|
+
# },
|
1361
|
+
# ],
|
1246
1362
|
# },
|
1247
1363
|
# }
|
1248
1364
|
#
|
@@ -2307,7 +2423,7 @@ module Aws::DirectConnect
|
|
2307
2423
|
# @return [String]
|
2308
2424
|
#
|
2309
2425
|
# @!attribute [rw] attachment_type
|
2310
|
-
# The type
|
2426
|
+
# The interface type.
|
2311
2427
|
# @return [String]
|
2312
2428
|
#
|
2313
2429
|
# @!attribute [rw] state_change_error
|
@@ -2435,6 +2551,10 @@ module Aws::DirectConnect
|
|
2435
2551
|
# same address family (IPv4/IPv6).
|
2436
2552
|
# @return [String]
|
2437
2553
|
#
|
2554
|
+
# @!attribute [rw] tags
|
2555
|
+
# Any tags assigned to the interconnect.
|
2556
|
+
# @return [Array<Types::Tag>]
|
2557
|
+
#
|
2438
2558
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Interconnect AWS API Documentation
|
2439
2559
|
#
|
2440
2560
|
class Interconnect < Struct.new(
|
@@ -2449,7 +2569,8 @@ module Aws::DirectConnect
|
|
2449
2569
|
:aws_device,
|
2450
2570
|
:jumbo_frame_capable,
|
2451
2571
|
:aws_device_v2,
|
2452
|
-
:has_logical_redundancy
|
2572
|
+
:has_logical_redundancy,
|
2573
|
+
:tags)
|
2453
2574
|
include Aws::Structure
|
2454
2575
|
end
|
2455
2576
|
|
@@ -2547,6 +2668,10 @@ module Aws::DirectConnect
|
|
2547
2668
|
# address family (IPv4/IPv6).
|
2548
2669
|
# @return [String]
|
2549
2670
|
#
|
2671
|
+
# @!attribute [rw] tags
|
2672
|
+
# Any tags assigned to link aggregation group (LAG).
|
2673
|
+
# @return [Array<Types::Tag>]
|
2674
|
+
#
|
2550
2675
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lag AWS API Documentation
|
2551
2676
|
#
|
2552
2677
|
class Lag < Struct.new(
|
@@ -2564,7 +2689,8 @@ module Aws::DirectConnect
|
|
2564
2689
|
:connections,
|
2565
2690
|
:allows_hosted_connections,
|
2566
2691
|
:jumbo_frame_capable,
|
2567
|
-
:has_logical_redundancy
|
2692
|
+
:has_logical_redundancy,
|
2693
|
+
:tags)
|
2568
2694
|
include Aws::Structure
|
2569
2695
|
end
|
2570
2696
|
|
@@ -2658,7 +2784,9 @@ module Aws::DirectConnect
|
|
2658
2784
|
# @return [Integer]
|
2659
2785
|
#
|
2660
2786
|
# @!attribute [rw] auth_key
|
2661
|
-
# The authentication key for BGP configuration.
|
2787
|
+
# The authentication key for BGP configuration. This string has a
|
2788
|
+
# minimum length of 6 characters and and a maximun lenth of 80
|
2789
|
+
# characters.
|
2662
2790
|
# @return [String]
|
2663
2791
|
#
|
2664
2792
|
# @!attribute [rw] address_family
|
@@ -2700,6 +2828,12 @@ module Aws::DirectConnect
|
|
2700
2828
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
2701
2829
|
# virtual_gateway_id: "VirtualGatewayId",
|
2702
2830
|
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
2831
|
+
# tags: [
|
2832
|
+
# {
|
2833
|
+
# key: "TagKey", # required
|
2834
|
+
# value: "TagValue",
|
2835
|
+
# },
|
2836
|
+
# ],
|
2703
2837
|
# }
|
2704
2838
|
#
|
2705
2839
|
# @!attribute [rw] virtual_interface_name
|
@@ -2721,7 +2855,9 @@ module Aws::DirectConnect
|
|
2721
2855
|
# @return [Integer]
|
2722
2856
|
#
|
2723
2857
|
# @!attribute [rw] auth_key
|
2724
|
-
# The authentication key for BGP configuration.
|
2858
|
+
# The authentication key for BGP configuration. This string has a
|
2859
|
+
# minimum length of 6 characters and and a maximun lenth of 80
|
2860
|
+
# characters.
|
2725
2861
|
# @return [String]
|
2726
2862
|
#
|
2727
2863
|
# @!attribute [rw] amazon_address
|
@@ -2744,6 +2880,10 @@ module Aws::DirectConnect
|
|
2744
2880
|
# The ID of the Direct Connect gateway.
|
2745
2881
|
# @return [String]
|
2746
2882
|
#
|
2883
|
+
# @!attribute [rw] tags
|
2884
|
+
# Any tags assigned to the private virtual interface.
|
2885
|
+
# @return [Array<Types::Tag>]
|
2886
|
+
#
|
2747
2887
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterface AWS API Documentation
|
2748
2888
|
#
|
2749
2889
|
class NewPrivateVirtualInterface < Struct.new(
|
@@ -2756,7 +2896,8 @@ module Aws::DirectConnect
|
|
2756
2896
|
:customer_address,
|
2757
2897
|
:address_family,
|
2758
2898
|
:virtual_gateway_id,
|
2759
|
-
:direct_connect_gateway_id
|
2899
|
+
:direct_connect_gateway_id,
|
2900
|
+
:tags)
|
2760
2901
|
include Aws::Structure
|
2761
2902
|
end
|
2762
2903
|
|
@@ -2775,6 +2916,12 @@ module Aws::DirectConnect
|
|
2775
2916
|
# amazon_address: "AmazonAddress",
|
2776
2917
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
2777
2918
|
# customer_address: "CustomerAddress",
|
2919
|
+
# tags: [
|
2920
|
+
# {
|
2921
|
+
# key: "TagKey", # required
|
2922
|
+
# value: "TagValue",
|
2923
|
+
# },
|
2924
|
+
# ],
|
2778
2925
|
# }
|
2779
2926
|
#
|
2780
2927
|
# @!attribute [rw] virtual_interface_name
|
@@ -2796,7 +2943,9 @@ module Aws::DirectConnect
|
|
2796
2943
|
# @return [Integer]
|
2797
2944
|
#
|
2798
2945
|
# @!attribute [rw] auth_key
|
2799
|
-
# The authentication key for BGP configuration.
|
2946
|
+
# The authentication key for BGP configuration. This string has a
|
2947
|
+
# minimum length of 6 characters and and a maximun lenth of 80
|
2948
|
+
# characters.
|
2800
2949
|
# @return [String]
|
2801
2950
|
#
|
2802
2951
|
# @!attribute [rw] amazon_address
|
@@ -2811,6 +2960,11 @@ module Aws::DirectConnect
|
|
2811
2960
|
# The IP address assigned to the customer interface.
|
2812
2961
|
# @return [String]
|
2813
2962
|
#
|
2963
|
+
# @!attribute [rw] tags
|
2964
|
+
# Any tags assigned to the private virtual interface to be provisioned
|
2965
|
+
# on a connection.
|
2966
|
+
# @return [Array<Types::Tag>]
|
2967
|
+
#
|
2814
2968
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterfaceAllocation AWS API Documentation
|
2815
2969
|
#
|
2816
2970
|
class NewPrivateVirtualInterfaceAllocation < Struct.new(
|
@@ -2821,7 +2975,8 @@ module Aws::DirectConnect
|
|
2821
2975
|
:auth_key,
|
2822
2976
|
:amazon_address,
|
2823
2977
|
:address_family,
|
2824
|
-
:customer_address
|
2978
|
+
:customer_address,
|
2979
|
+
:tags)
|
2825
2980
|
include Aws::Structure
|
2826
2981
|
end
|
2827
2982
|
|
@@ -2843,6 +2998,12 @@ module Aws::DirectConnect
|
|
2843
2998
|
# cidr: "CIDR",
|
2844
2999
|
# },
|
2845
3000
|
# ],
|
3001
|
+
# tags: [
|
3002
|
+
# {
|
3003
|
+
# key: "TagKey", # required
|
3004
|
+
# value: "TagValue",
|
3005
|
+
# },
|
3006
|
+
# ],
|
2846
3007
|
# }
|
2847
3008
|
#
|
2848
3009
|
# @!attribute [rw] virtual_interface_name
|
@@ -2859,7 +3020,9 @@ module Aws::DirectConnect
|
|
2859
3020
|
# @return [Integer]
|
2860
3021
|
#
|
2861
3022
|
# @!attribute [rw] auth_key
|
2862
|
-
# The authentication key for BGP configuration.
|
3023
|
+
# The authentication key for BGP configuration. This string has a
|
3024
|
+
# minimum length of 6 characters and and a maximun lenth of 80
|
3025
|
+
# characters.
|
2863
3026
|
# @return [String]
|
2864
3027
|
#
|
2865
3028
|
# @!attribute [rw] amazon_address
|
@@ -2879,6 +3042,10 @@ module Aws::DirectConnect
|
|
2879
3042
|
# Applies to public virtual interfaces.
|
2880
3043
|
# @return [Array<Types::RouteFilterPrefix>]
|
2881
3044
|
#
|
3045
|
+
# @!attribute [rw] tags
|
3046
|
+
# Any tags assigned to the public virtual interface.
|
3047
|
+
# @return [Array<Types::Tag>]
|
3048
|
+
#
|
2882
3049
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterface AWS API Documentation
|
2883
3050
|
#
|
2884
3051
|
class NewPublicVirtualInterface < Struct.new(
|
@@ -2889,7 +3056,8 @@ module Aws::DirectConnect
|
|
2889
3056
|
:amazon_address,
|
2890
3057
|
:customer_address,
|
2891
3058
|
:address_family,
|
2892
|
-
:route_filter_prefixes
|
3059
|
+
:route_filter_prefixes,
|
3060
|
+
:tags)
|
2893
3061
|
include Aws::Structure
|
2894
3062
|
end
|
2895
3063
|
|
@@ -2912,6 +3080,12 @@ module Aws::DirectConnect
|
|
2912
3080
|
# cidr: "CIDR",
|
2913
3081
|
# },
|
2914
3082
|
# ],
|
3083
|
+
# tags: [
|
3084
|
+
# {
|
3085
|
+
# key: "TagKey", # required
|
3086
|
+
# value: "TagValue",
|
3087
|
+
# },
|
3088
|
+
# ],
|
2915
3089
|
# }
|
2916
3090
|
#
|
2917
3091
|
# @!attribute [rw] virtual_interface_name
|
@@ -2928,7 +3102,9 @@ module Aws::DirectConnect
|
|
2928
3102
|
# @return [Integer]
|
2929
3103
|
#
|
2930
3104
|
# @!attribute [rw] auth_key
|
2931
|
-
# The authentication key for BGP configuration.
|
3105
|
+
# The authentication key for BGP configuration. This string has a
|
3106
|
+
# minimum length of 6 characters and and a maximun lenth of 80
|
3107
|
+
# characters.
|
2932
3108
|
# @return [String]
|
2933
3109
|
#
|
2934
3110
|
# @!attribute [rw] amazon_address
|
@@ -2948,6 +3124,11 @@ module Aws::DirectConnect
|
|
2948
3124
|
# Applies to public virtual interfaces.
|
2949
3125
|
# @return [Array<Types::RouteFilterPrefix>]
|
2950
3126
|
#
|
3127
|
+
# @!attribute [rw] tags
|
3128
|
+
# Any tags assigned to the public virtual interface to be provisioned
|
3129
|
+
# on a connection.
|
3130
|
+
# @return [Array<Types::Tag>]
|
3131
|
+
#
|
2951
3132
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterfaceAllocation AWS API Documentation
|
2952
3133
|
#
|
2953
3134
|
class NewPublicVirtualInterfaceAllocation < Struct.new(
|
@@ -2958,11 +3139,12 @@ module Aws::DirectConnect
|
|
2958
3139
|
:amazon_address,
|
2959
3140
|
:customer_address,
|
2960
3141
|
:address_family,
|
2961
|
-
:route_filter_prefixes
|
3142
|
+
:route_filter_prefixes,
|
3143
|
+
:tags)
|
2962
3144
|
include Aws::Structure
|
2963
3145
|
end
|
2964
3146
|
|
2965
|
-
# Information about
|
3147
|
+
# Information about the transit virtual interface.
|
2966
3148
|
#
|
2967
3149
|
# @note When making an API call, you may pass NewTransitVirtualInterface
|
2968
3150
|
# data as a hash:
|
@@ -2977,6 +3159,12 @@ module Aws::DirectConnect
|
|
2977
3159
|
# customer_address: "CustomerAddress",
|
2978
3160
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
2979
3161
|
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
3162
|
+
# tags: [
|
3163
|
+
# {
|
3164
|
+
# key: "TagKey", # required
|
3165
|
+
# value: "TagValue",
|
3166
|
+
# },
|
3167
|
+
# ],
|
2980
3168
|
# }
|
2981
3169
|
#
|
2982
3170
|
# @!attribute [rw] virtual_interface_name
|
@@ -2994,7 +3182,7 @@ module Aws::DirectConnect
|
|
2994
3182
|
#
|
2995
3183
|
# @!attribute [rw] mtu
|
2996
3184
|
# The maximum transmission unit (MTU), in bytes. The supported values
|
2997
|
-
# are 1500 and
|
3185
|
+
# are 1500 and 8500. The default value is 1500.
|
2998
3186
|
# @return [Integer]
|
2999
3187
|
#
|
3000
3188
|
# @!attribute [rw] auth_key
|
@@ -3017,6 +3205,10 @@ module Aws::DirectConnect
|
|
3017
3205
|
# The ID of the Direct Connect gateway.
|
3018
3206
|
# @return [String]
|
3019
3207
|
#
|
3208
|
+
# @!attribute [rw] tags
|
3209
|
+
# Any tags assigned to the transit virtual interface.
|
3210
|
+
# @return [Array<Types::Tag>]
|
3211
|
+
#
|
3020
3212
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewTransitVirtualInterface AWS API Documentation
|
3021
3213
|
#
|
3022
3214
|
class NewTransitVirtualInterface < Struct.new(
|
@@ -3028,12 +3220,12 @@ module Aws::DirectConnect
|
|
3028
3220
|
:amazon_address,
|
3029
3221
|
:customer_address,
|
3030
3222
|
:address_family,
|
3031
|
-
:direct_connect_gateway_id
|
3223
|
+
:direct_connect_gateway_id,
|
3224
|
+
:tags)
|
3032
3225
|
include Aws::Structure
|
3033
3226
|
end
|
3034
3227
|
|
3035
|
-
# Information about a transit virtual interface
|
3036
|
-
# connection.
|
3228
|
+
# Information about a transit virtual interface.
|
3037
3229
|
#
|
3038
3230
|
# @note When making an API call, you may pass NewTransitVirtualInterfaceAllocation
|
3039
3231
|
# data as a hash:
|
@@ -3047,6 +3239,12 @@ module Aws::DirectConnect
|
|
3047
3239
|
# amazon_address: "AmazonAddress",
|
3048
3240
|
# customer_address: "CustomerAddress",
|
3049
3241
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
3242
|
+
# tags: [
|
3243
|
+
# {
|
3244
|
+
# key: "TagKey", # required
|
3245
|
+
# value: "TagValue",
|
3246
|
+
# },
|
3247
|
+
# ],
|
3050
3248
|
# }
|
3051
3249
|
#
|
3052
3250
|
# @!attribute [rw] virtual_interface_name
|
@@ -3064,7 +3262,7 @@ module Aws::DirectConnect
|
|
3064
3262
|
#
|
3065
3263
|
# @!attribute [rw] mtu
|
3066
3264
|
# The maximum transmission unit (MTU), in bytes. The supported values
|
3067
|
-
# are 1500 and
|
3265
|
+
# are 1500 and 8500. The default value is 1500.
|
3068
3266
|
# @return [Integer]
|
3069
3267
|
#
|
3070
3268
|
# @!attribute [rw] auth_key
|
@@ -3083,6 +3281,10 @@ module Aws::DirectConnect
|
|
3083
3281
|
# The address family for the BGP peer.
|
3084
3282
|
# @return [String]
|
3085
3283
|
#
|
3284
|
+
# @!attribute [rw] tags
|
3285
|
+
# Any tags assigned to the transit virtual interface.
|
3286
|
+
# @return [Array<Types::Tag>]
|
3287
|
+
#
|
3086
3288
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewTransitVirtualInterfaceAllocation AWS API Documentation
|
3087
3289
|
#
|
3088
3290
|
class NewTransitVirtualInterfaceAllocation < Struct.new(
|
@@ -3093,7 +3295,8 @@ module Aws::DirectConnect
|
|
3093
3295
|
:auth_key,
|
3094
3296
|
:amazon_address,
|
3095
3297
|
:customer_address,
|
3096
|
-
:address_family
|
3298
|
+
:address_family,
|
3299
|
+
:tags)
|
3097
3300
|
include Aws::Structure
|
3098
3301
|
end
|
3099
3302
|
|
@@ -3182,7 +3385,7 @@ module Aws::DirectConnect
|
|
3182
3385
|
# @return [String]
|
3183
3386
|
#
|
3184
3387
|
# @!attribute [rw] tags
|
3185
|
-
# The tags to
|
3388
|
+
# The tags to assign.
|
3186
3389
|
# @return [Array<Types::Tag>]
|
3187
3390
|
#
|
3188
3391
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResourceRequest AWS API Documentation
|
@@ -3416,7 +3619,9 @@ module Aws::DirectConnect
|
|
3416
3619
|
# @return [Integer]
|
3417
3620
|
#
|
3418
3621
|
# @!attribute [rw] auth_key
|
3419
|
-
# The authentication key for BGP configuration.
|
3622
|
+
# The authentication key for BGP configuration. This string has a
|
3623
|
+
# minimum length of 6 characters and and a maximun lenth of 80
|
3624
|
+
# characters.
|
3420
3625
|
# @return [String]
|
3421
3626
|
#
|
3422
3627
|
# @!attribute [rw] amazon_address
|
@@ -3507,6 +3712,10 @@ module Aws::DirectConnect
|
|
3507
3712
|
# terminates.
|
3508
3713
|
# @return [String]
|
3509
3714
|
#
|
3715
|
+
# @!attribute [rw] tags
|
3716
|
+
# Any tags assigned to the virtual interface.
|
3717
|
+
# @return [Array<Types::Tag>]
|
3718
|
+
#
|
3510
3719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface AWS API Documentation
|
3511
3720
|
#
|
3512
3721
|
class VirtualInterface < Struct.new(
|
@@ -3532,7 +3741,8 @@ module Aws::DirectConnect
|
|
3532
3741
|
:route_filter_prefixes,
|
3533
3742
|
:bgp_peers,
|
3534
3743
|
:region,
|
3535
|
-
:aws_device_v2
|
3744
|
+
:aws_device_v2,
|
3745
|
+
:tags)
|
3536
3746
|
include Aws::Structure
|
3537
3747
|
end
|
3538
3748
|
|