aws-sdk-directconnect 1.55.0 → 1.57.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.
@@ -10,20 +10,6 @@
10
10
  module Aws::DirectConnect
11
11
  module Types
12
12
 
13
- # @note When making an API call, you may pass AcceptDirectConnectGatewayAssociationProposalRequest
14
- # data as a hash:
15
- #
16
- # {
17
- # direct_connect_gateway_id: "DirectConnectGatewayId", # required
18
- # proposal_id: "DirectConnectGatewayAssociationProposalId", # required
19
- # associated_gateway_owner_account: "OwnerAccount", # required
20
- # override_allowed_prefixes_to_direct_connect_gateway: [
21
- # {
22
- # cidr: "CIDR",
23
- # },
24
- # ],
25
- # }
26
- #
27
13
  # @!attribute [rw] direct_connect_gateway_id
28
14
  # The ID of the Direct Connect gateway.
29
15
  # @return [String]
@@ -73,17 +59,6 @@ module Aws::DirectConnect
73
59
  include Aws::Structure
74
60
  end
75
61
 
76
- # @note When making an API call, you may pass AllocateConnectionOnInterconnectRequest
77
- # data as a hash:
78
- #
79
- # {
80
- # bandwidth: "Bandwidth", # required
81
- # connection_name: "ConnectionName", # required
82
- # owner_account: "OwnerAccount", # required
83
- # interconnect_id: "InterconnectId", # required
84
- # vlan: 1, # required
85
- # }
86
- #
87
62
  # @!attribute [rw] bandwidth
88
63
  # The bandwidth of the connection. The possible values are 50Mbps,
89
64
  # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
@@ -122,23 +97,6 @@ module Aws::DirectConnect
122
97
  include Aws::Structure
123
98
  end
124
99
 
125
- # @note When making an API call, you may pass AllocateHostedConnectionRequest
126
- # data as a hash:
127
- #
128
- # {
129
- # connection_id: "ConnectionId", # required
130
- # owner_account: "OwnerAccount", # required
131
- # bandwidth: "Bandwidth", # required
132
- # connection_name: "ConnectionName", # required
133
- # vlan: 1, # required
134
- # tags: [
135
- # {
136
- # key: "TagKey", # required
137
- # value: "TagValue",
138
- # },
139
- # ],
140
- # }
141
- #
142
100
  # @!attribute [rw] connection_id
143
101
  # The ID of the interconnect or LAG.
144
102
  # @return [String]
@@ -181,30 +139,6 @@ module Aws::DirectConnect
181
139
  include Aws::Structure
182
140
  end
183
141
 
184
- # @note When making an API call, you may pass AllocatePrivateVirtualInterfaceRequest
185
- # data as a hash:
186
- #
187
- # {
188
- # connection_id: "ConnectionId", # required
189
- # owner_account: "OwnerAccount", # required
190
- # new_private_virtual_interface_allocation: { # required
191
- # virtual_interface_name: "VirtualInterfaceName", # required
192
- # vlan: 1, # required
193
- # asn: 1, # required
194
- # mtu: 1,
195
- # auth_key: "BGPAuthKey",
196
- # amazon_address: "AmazonAddress",
197
- # address_family: "ipv4", # accepts ipv4, ipv6
198
- # customer_address: "CustomerAddress",
199
- # tags: [
200
- # {
201
- # key: "TagKey", # required
202
- # value: "TagValue",
203
- # },
204
- # ],
205
- # },
206
- # }
207
- #
208
142
  # @!attribute [rw] connection_id
209
143
  # The ID of the connection on which the private virtual interface is
210
144
  # provisioned.
@@ -229,34 +163,6 @@ module Aws::DirectConnect
229
163
  include Aws::Structure
230
164
  end
231
165
 
232
- # @note When making an API call, you may pass AllocatePublicVirtualInterfaceRequest
233
- # data as a hash:
234
- #
235
- # {
236
- # connection_id: "ConnectionId", # required
237
- # owner_account: "OwnerAccount", # required
238
- # new_public_virtual_interface_allocation: { # required
239
- # virtual_interface_name: "VirtualInterfaceName", # required
240
- # vlan: 1, # required
241
- # asn: 1, # required
242
- # auth_key: "BGPAuthKey",
243
- # amazon_address: "AmazonAddress",
244
- # customer_address: "CustomerAddress",
245
- # address_family: "ipv4", # accepts ipv4, ipv6
246
- # route_filter_prefixes: [
247
- # {
248
- # cidr: "CIDR",
249
- # },
250
- # ],
251
- # tags: [
252
- # {
253
- # key: "TagKey", # required
254
- # value: "TagValue",
255
- # },
256
- # ],
257
- # },
258
- # }
259
- #
260
166
  # @!attribute [rw] connection_id
261
167
  # The ID of the connection on which the public virtual interface is
262
168
  # provisioned.
@@ -281,30 +187,6 @@ module Aws::DirectConnect
281
187
  include Aws::Structure
282
188
  end
283
189
 
284
- # @note When making an API call, you may pass AllocateTransitVirtualInterfaceRequest
285
- # data as a hash:
286
- #
287
- # {
288
- # connection_id: "ConnectionId", # required
289
- # owner_account: "OwnerAccount", # required
290
- # new_transit_virtual_interface_allocation: { # required
291
- # virtual_interface_name: "VirtualInterfaceName",
292
- # vlan: 1,
293
- # asn: 1,
294
- # mtu: 1,
295
- # auth_key: "BGPAuthKey",
296
- # amazon_address: "AmazonAddress",
297
- # customer_address: "CustomerAddress",
298
- # address_family: "ipv4", # accepts ipv4, ipv6
299
- # tags: [
300
- # {
301
- # key: "TagKey", # required
302
- # value: "TagValue",
303
- # },
304
- # ],
305
- # },
306
- # }
307
- #
308
190
  # @!attribute [rw] connection_id
309
191
  # The ID of the connection on which the transit virtual interface is
310
192
  # provisioned.
@@ -341,14 +223,6 @@ module Aws::DirectConnect
341
223
  include Aws::Structure
342
224
  end
343
225
 
344
- # @note When making an API call, you may pass AssociateConnectionWithLagRequest
345
- # data as a hash:
346
- #
347
- # {
348
- # connection_id: "ConnectionId", # required
349
- # lag_id: "LagId", # required
350
- # }
351
- #
352
226
  # @!attribute [rw] connection_id
353
227
  # The ID of the connection.
354
228
  # @return [String]
@@ -366,14 +240,6 @@ module Aws::DirectConnect
366
240
  include Aws::Structure
367
241
  end
368
242
 
369
- # @note When making an API call, you may pass AssociateHostedConnectionRequest
370
- # data as a hash:
371
- #
372
- # {
373
- # connection_id: "ConnectionId", # required
374
- # parent_connection_id: "ConnectionId", # required
375
- # }
376
- #
377
243
  # @!attribute [rw] connection_id
378
244
  # The ID of the hosted connection.
379
245
  # @return [String]
@@ -391,16 +257,6 @@ module Aws::DirectConnect
391
257
  include Aws::Structure
392
258
  end
393
259
 
394
- # @note When making an API call, you may pass AssociateMacSecKeyRequest
395
- # data as a hash:
396
- #
397
- # {
398
- # connection_id: "ConnectionId", # required
399
- # secret_arn: "SecretARN",
400
- # ckn: "Ckn",
401
- # cak: "Cak",
402
- # }
403
- #
404
260
  # @!attribute [rw] connection_id
405
261
  # The ID of the dedicated connection (dxcon-xxxx), or the ID of the
406
262
  # LAG (dxlag-xxxx).
@@ -474,14 +330,6 @@ module Aws::DirectConnect
474
330
  include Aws::Structure
475
331
  end
476
332
 
477
- # @note When making an API call, you may pass AssociateVirtualInterfaceRequest
478
- # data as a hash:
479
- #
480
- # {
481
- # virtual_interface_id: "VirtualInterfaceId", # required
482
- # connection_id: "ConnectionId", # required
483
- # }
484
- #
485
333
  # @!attribute [rw] virtual_interface_id
486
334
  # The ID of the virtual interface.
487
335
  # @return [String]
@@ -561,30 +409,30 @@ module Aws::DirectConnect
561
409
  # @!attribute [rw] bgp_peer_state
562
410
  # The state of the BGP peer. The following are the possible values:
563
411
  #
564
- # * `verifying`\: The BGP peering addresses or ASN require validation
412
+ # * `verifying`: The BGP peering addresses or ASN require validation
565
413
  # before the BGP peer can be created. This state applies only to
566
414
  # public virtual interfaces.
567
415
  #
568
- # * `pending`\: The BGP peer is created, and remains in this state
416
+ # * `pending`: The BGP peer is created, and remains in this state
569
417
  # until it is ready to be established.
570
418
  #
571
- # * `available`\: The BGP peer is ready to be established.
419
+ # * `available`: The BGP peer is ready to be established.
572
420
  #
573
- # * `deleting`\: The BGP peer is being deleted.
421
+ # * `deleting`: The BGP peer is being deleted.
574
422
  #
575
- # * `deleted`\: The BGP peer is deleted and cannot be established.
423
+ # * `deleted`: The BGP peer is deleted and cannot be established.
576
424
  # @return [String]
577
425
  #
578
426
  # @!attribute [rw] bgp_status
579
427
  # The status of the BGP peer. The following are the possible values:
580
428
  #
581
- # * `up`\: The BGP peer is established. This state does not indicate
429
+ # * `up`: The BGP peer is established. This state does not indicate
582
430
  # the state of the routing function. Ensure that you are receiving
583
431
  # routes over the BGP session.
584
432
  #
585
- # * `down`\: The BGP peer is down.
433
+ # * `down`: The BGP peer is down.
586
434
  #
587
- # * `unknown`\: The BGP peer status is not available.
435
+ # * `unknown`: The BGP peer status is not available.
588
436
  # @return [String]
589
437
  #
590
438
  # @!attribute [rw] aws_device_v2
@@ -614,13 +462,6 @@ module Aws::DirectConnect
614
462
  include Aws::Structure
615
463
  end
616
464
 
617
- # @note When making an API call, you may pass ConfirmConnectionRequest
618
- # data as a hash:
619
- #
620
- # {
621
- # connection_id: "ConnectionId", # required
622
- # }
623
- #
624
465
  # @!attribute [rw] connection_id
625
466
  # The ID of the hosted connection.
626
467
  # @return [String]
@@ -636,31 +477,31 @@ module Aws::DirectConnect
636
477
  # @!attribute [rw] connection_state
637
478
  # The state of the connection. The following are the possible values:
638
479
  #
639
- # * `ordering`\: The initial state of a hosted connection provisioned
480
+ # * `ordering`: The initial state of a hosted connection provisioned
640
481
  # on an interconnect. The connection stays in the ordering state
641
482
  # until the owner of the hosted connection confirms or declines the
642
483
  # connection order.
643
484
  #
644
- # * `requested`\: The initial state of a standard connection. The
485
+ # * `requested`: The initial state of a standard connection. The
645
486
  # connection stays in the requested state until the Letter of
646
487
  # Authorization (LOA) is sent to the customer.
647
488
  #
648
- # * `pending`\: The connection has been approved and is being
489
+ # * `pending`: The connection has been approved and is being
649
490
  # initialized.
650
491
  #
651
- # * `available`\: The network link is up and the connection is ready
492
+ # * `available`: The network link is up and the connection is ready
652
493
  # for use.
653
494
  #
654
- # * `down`\: The network link is down.
495
+ # * `down`: The network link is down.
655
496
  #
656
- # * `deleting`\: The connection is being deleted.
497
+ # * `deleting`: The connection is being deleted.
657
498
  #
658
- # * `deleted`\: The connection has been deleted.
499
+ # * `deleted`: The connection has been deleted.
659
500
  #
660
- # * `rejected`\: A hosted connection in the `ordering` state enters
661
- # the `rejected` state if it is deleted by the customer.
501
+ # * `rejected`: A hosted connection in the `ordering` state enters the
502
+ # `rejected` state if it is deleted by the customer.
662
503
  #
663
- # * `unknown`\: The state of the connection is not available.
504
+ # * `unknown`: The state of the connection is not available.
664
505
  # @return [String]
665
506
  #
666
507
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnectionResponse AWS API Documentation
@@ -671,13 +512,6 @@ module Aws::DirectConnect
671
512
  include Aws::Structure
672
513
  end
673
514
 
674
- # @note When making an API call, you may pass ConfirmCustomerAgreementRequest
675
- # data as a hash:
676
- #
677
- # {
678
- # agreement_name: "AgreementName",
679
- # }
680
- #
681
515
  # @!attribute [rw] agreement_name
682
516
  # The name of the customer agreement.
683
517
  # @return [String]
@@ -703,15 +537,6 @@ module Aws::DirectConnect
703
537
  include Aws::Structure
704
538
  end
705
539
 
706
- # @note When making an API call, you may pass ConfirmPrivateVirtualInterfaceRequest
707
- # data as a hash:
708
- #
709
- # {
710
- # virtual_interface_id: "VirtualInterfaceId", # required
711
- # virtual_gateway_id: "VirtualGatewayId",
712
- # direct_connect_gateway_id: "DirectConnectGatewayId",
713
- # }
714
- #
715
540
  # @!attribute [rw] virtual_interface_id
716
541
  # The ID of the virtual interface.
717
542
  # @return [String]
@@ -738,36 +563,36 @@ module Aws::DirectConnect
738
563
  # The state of the virtual interface. The following are the possible
739
564
  # values:
740
565
  #
741
- # * `confirming`\: The creation of the virtual interface is pending
566
+ # * `confirming`: The creation of the virtual interface is pending
742
567
  # confirmation from the virtual interface owner. If the owner of the
743
568
  # virtual interface is different from the owner of the connection on
744
569
  # which it is provisioned, then the virtual interface will remain in
745
570
  # this state until it is confirmed by the virtual interface owner.
746
571
  #
747
- # * `verifying`\: This state only applies to public virtual
748
- # interfaces. Each public virtual interface needs validation before
749
- # the virtual interface can be created.
572
+ # * `verifying`: This state only applies to public virtual interfaces.
573
+ # Each public virtual interface needs validation before the virtual
574
+ # interface can be created.
750
575
  #
751
- # * `pending`\: A virtual interface is in this state from the time
752
- # that it is created until the virtual interface is ready to forward
576
+ # * `pending`: A virtual interface is in this state from the time that
577
+ # it is created until the virtual interface is ready to forward
753
578
  # traffic.
754
579
  #
755
- # * `available`\: A virtual interface that is able to forward traffic.
580
+ # * `available`: A virtual interface that is able to forward traffic.
756
581
  #
757
- # * `down`\: A virtual interface that is BGP down.
582
+ # * `down`: A virtual interface that is BGP down.
758
583
  #
759
- # * `deleting`\: A virtual interface is in this state immediately
760
- # after calling DeleteVirtualInterface until it can no longer
761
- # forward traffic.
584
+ # * `deleting`: A virtual interface is in this state immediately after
585
+ # calling DeleteVirtualInterface until it can no longer forward
586
+ # traffic.
762
587
  #
763
- # * `deleted`\: A virtual interface that cannot forward traffic.
588
+ # * `deleted`: A virtual interface that cannot forward traffic.
764
589
  #
765
- # * `rejected`\: The virtual interface owner has declined creation of
590
+ # * `rejected`: The virtual interface owner has declined creation of
766
591
  # the virtual interface. If a virtual interface in the `Confirming`
767
592
  # state is deleted by the virtual interface owner, the virtual
768
593
  # interface enters the `Rejected` state.
769
594
  #
770
- # * `unknown`\: The state of the virtual interface is not available.
595
+ # * `unknown`: The state of the virtual interface is not available.
771
596
  # @return [String]
772
597
  #
773
598
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterfaceResponse AWS API Documentation
@@ -778,13 +603,6 @@ module Aws::DirectConnect
778
603
  include Aws::Structure
779
604
  end
780
605
 
781
- # @note When making an API call, you may pass ConfirmPublicVirtualInterfaceRequest
782
- # data as a hash:
783
- #
784
- # {
785
- # virtual_interface_id: "VirtualInterfaceId", # required
786
- # }
787
- #
788
606
  # @!attribute [rw] virtual_interface_id
789
607
  # The ID of the virtual interface.
790
608
  # @return [String]
@@ -801,36 +619,36 @@ module Aws::DirectConnect
801
619
  # The state of the virtual interface. The following are the possible
802
620
  # values:
803
621
  #
804
- # * `confirming`\: The creation of the virtual interface is pending
622
+ # * `confirming`: The creation of the virtual interface is pending
805
623
  # confirmation from the virtual interface owner. If the owner of the
806
624
  # virtual interface is different from the owner of the connection on
807
625
  # which it is provisioned, then the virtual interface will remain in
808
626
  # this state until it is confirmed by the virtual interface owner.
809
627
  #
810
- # * `verifying`\: This state only applies to public virtual
811
- # interfaces. Each public virtual interface needs validation before
812
- # the virtual interface can be created.
628
+ # * `verifying`: This state only applies to public virtual interfaces.
629
+ # Each public virtual interface needs validation before the virtual
630
+ # interface can be created.
813
631
  #
814
- # * `pending`\: A virtual interface is in this state from the time
815
- # that it is created until the virtual interface is ready to forward
632
+ # * `pending`: A virtual interface is in this state from the time that
633
+ # it is created until the virtual interface is ready to forward
816
634
  # traffic.
817
635
  #
818
- # * `available`\: A virtual interface that is able to forward traffic.
636
+ # * `available`: A virtual interface that is able to forward traffic.
819
637
  #
820
- # * `down`\: A virtual interface that is BGP down.
638
+ # * `down`: A virtual interface that is BGP down.
821
639
  #
822
- # * `deleting`\: A virtual interface is in this state immediately
823
- # after calling DeleteVirtualInterface until it can no longer
824
- # forward traffic.
640
+ # * `deleting`: A virtual interface is in this state immediately after
641
+ # calling DeleteVirtualInterface until it can no longer forward
642
+ # traffic.
825
643
  #
826
- # * `deleted`\: A virtual interface that cannot forward traffic.
644
+ # * `deleted`: A virtual interface that cannot forward traffic.
827
645
  #
828
- # * `rejected`\: The virtual interface owner has declined creation of
646
+ # * `rejected`: The virtual interface owner has declined creation of
829
647
  # the virtual interface. If a virtual interface in the `Confirming`
830
648
  # state is deleted by the virtual interface owner, the virtual
831
649
  # interface enters the `Rejected` state.
832
650
  #
833
- # * `unknown`\: The state of the virtual interface is not available.
651
+ # * `unknown`: The state of the virtual interface is not available.
834
652
  # @return [String]
835
653
  #
836
654
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterfaceResponse AWS API Documentation
@@ -841,14 +659,6 @@ module Aws::DirectConnect
841
659
  include Aws::Structure
842
660
  end
843
661
 
844
- # @note When making an API call, you may pass ConfirmTransitVirtualInterfaceRequest
845
- # data as a hash:
846
- #
847
- # {
848
- # virtual_interface_id: "VirtualInterfaceId", # required
849
- # direct_connect_gateway_id: "DirectConnectGatewayId", # required
850
- # }
851
- #
852
662
  # @!attribute [rw] virtual_interface_id
853
663
  # The ID of the virtual interface.
854
664
  # @return [String]
@@ -870,36 +680,36 @@ module Aws::DirectConnect
870
680
  # The state of the virtual interface. The following are the possible
871
681
  # values:
872
682
  #
873
- # * `confirming`\: The creation of the virtual interface is pending
683
+ # * `confirming`: The creation of the virtual interface is pending
874
684
  # confirmation from the virtual interface owner. If the owner of the
875
685
  # virtual interface is different from the owner of the connection on
876
686
  # which it is provisioned, then the virtual interface will remain in
877
687
  # this state until it is confirmed by the virtual interface owner.
878
688
  #
879
- # * `verifying`\: This state only applies to public virtual
880
- # interfaces. Each public virtual interface needs validation before
881
- # the virtual interface can be created.
689
+ # * `verifying`: This state only applies to public virtual interfaces.
690
+ # Each public virtual interface needs validation before the virtual
691
+ # interface can be created.
882
692
  #
883
- # * `pending`\: A virtual interface is in this state from the time
884
- # that it is created until the virtual interface is ready to forward
693
+ # * `pending`: A virtual interface is in this state from the time that
694
+ # it is created until the virtual interface is ready to forward
885
695
  # traffic.
886
696
  #
887
- # * `available`\: A virtual interface that is able to forward traffic.
697
+ # * `available`: A virtual interface that is able to forward traffic.
888
698
  #
889
- # * `down`\: A virtual interface that is BGP down.
699
+ # * `down`: A virtual interface that is BGP down.
890
700
  #
891
- # * `deleting`\: A virtual interface is in this state immediately
892
- # after calling DeleteVirtualInterface until it can no longer
893
- # forward traffic.
701
+ # * `deleting`: A virtual interface is in this state immediately after
702
+ # calling DeleteVirtualInterface until it can no longer forward
703
+ # traffic.
894
704
  #
895
- # * `deleted`\: A virtual interface that cannot forward traffic.
705
+ # * `deleted`: A virtual interface that cannot forward traffic.
896
706
  #
897
- # * `rejected`\: The virtual interface owner has declined creation of
707
+ # * `rejected`: The virtual interface owner has declined creation of
898
708
  # the virtual interface. If a virtual interface in the `Confirming`
899
709
  # state is deleted by the virtual interface owner, the virtual
900
710
  # interface enters the `Rejected` state.
901
711
  #
902
- # * `unknown`\: The state of the virtual interface is not available.
712
+ # * `unknown`: The state of the virtual interface is not available.
903
713
  # @return [String]
904
714
  #
905
715
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmTransitVirtualInterfaceResponse AWS API Documentation
@@ -927,31 +737,31 @@ module Aws::DirectConnect
927
737
  # @!attribute [rw] connection_state
928
738
  # The state of the connection. The following are the possible values:
929
739
  #
930
- # * `ordering`\: The initial state of a hosted connection provisioned
740
+ # * `ordering`: The initial state of a hosted connection provisioned
931
741
  # on an interconnect. The connection stays in the ordering state
932
742
  # until the owner of the hosted connection confirms or declines the
933
743
  # connection order.
934
744
  #
935
- # * `requested`\: The initial state of a standard connection. The
745
+ # * `requested`: The initial state of a standard connection. The
936
746
  # connection stays in the requested state until the Letter of
937
747
  # Authorization (LOA) is sent to the customer.
938
748
  #
939
- # * `pending`\: The connection has been approved and is being
749
+ # * `pending`: The connection has been approved and is being
940
750
  # initialized.
941
751
  #
942
- # * `available`\: The network link is up and the connection is ready
752
+ # * `available`: The network link is up and the connection is ready
943
753
  # for use.
944
754
  #
945
- # * `down`\: The network link is down.
755
+ # * `down`: The network link is down.
946
756
  #
947
- # * `deleting`\: The connection is being deleted.
757
+ # * `deleting`: The connection is being deleted.
948
758
  #
949
- # * `deleted`\: The connection has been deleted.
759
+ # * `deleted`: The connection has been deleted.
950
760
  #
951
- # * `rejected`\: A hosted connection in the `ordering` state enters
952
- # the `rejected` state if it is deleted by the customer.
761
+ # * `rejected`: A hosted connection in the `ordering` state enters the
762
+ # `rejected` state if it is deleted by the customer.
953
763
  #
954
- # * `unknown`\: The state of the connection is not available.
764
+ # * `unknown`: The state of the connection is not available.
955
765
  # @return [String]
956
766
  #
957
767
  # @!attribute [rw] region
@@ -1079,20 +889,6 @@ module Aws::DirectConnect
1079
889
  include Aws::Structure
1080
890
  end
1081
891
 
1082
- # @note When making an API call, you may pass CreateBGPPeerRequest
1083
- # data as a hash:
1084
- #
1085
- # {
1086
- # virtual_interface_id: "VirtualInterfaceId",
1087
- # new_bgp_peer: {
1088
- # asn: 1,
1089
- # auth_key: "BGPAuthKey",
1090
- # address_family: "ipv4", # accepts ipv4, ipv6
1091
- # amazon_address: "AmazonAddress",
1092
- # customer_address: "CustomerAddress",
1093
- # },
1094
- # }
1095
- #
1096
892
  # @!attribute [rw] virtual_interface_id
1097
893
  # The ID of the virtual interface.
1098
894
  # @return [String]
@@ -1122,24 +918,6 @@ module Aws::DirectConnect
1122
918
  include Aws::Structure
1123
919
  end
1124
920
 
1125
- # @note When making an API call, you may pass CreateConnectionRequest
1126
- # data as a hash:
1127
- #
1128
- # {
1129
- # location: "LocationCode", # required
1130
- # bandwidth: "Bandwidth", # required
1131
- # connection_name: "ConnectionName", # required
1132
- # lag_id: "LagId",
1133
- # tags: [
1134
- # {
1135
- # key: "TagKey", # required
1136
- # value: "TagValue",
1137
- # },
1138
- # ],
1139
- # provider_name: "ProviderName",
1140
- # request_mac_sec: false,
1141
- # }
1142
- #
1143
921
  # @!attribute [rw] location
1144
922
  # The location of the connection.
1145
923
  # @return [String]
@@ -1192,25 +970,6 @@ module Aws::DirectConnect
1192
970
  include Aws::Structure
1193
971
  end
1194
972
 
1195
- # @note When making an API call, you may pass CreateDirectConnectGatewayAssociationProposalRequest
1196
- # data as a hash:
1197
- #
1198
- # {
1199
- # direct_connect_gateway_id: "DirectConnectGatewayId", # required
1200
- # direct_connect_gateway_owner_account: "OwnerAccount", # required
1201
- # gateway_id: "GatewayIdToAssociate", # required
1202
- # add_allowed_prefixes_to_direct_connect_gateway: [
1203
- # {
1204
- # cidr: "CIDR",
1205
- # },
1206
- # ],
1207
- # remove_allowed_prefixes_to_direct_connect_gateway: [
1208
- # {
1209
- # cidr: "CIDR",
1210
- # },
1211
- # ],
1212
- # }
1213
- #
1214
973
  # @!attribute [rw] direct_connect_gateway_id
1215
974
  # The ID of the Direct Connect gateway.
1216
975
  # @return [String]
@@ -1257,20 +1016,6 @@ module Aws::DirectConnect
1257
1016
  include Aws::Structure
1258
1017
  end
1259
1018
 
1260
- # @note When making an API call, you may pass CreateDirectConnectGatewayAssociationRequest
1261
- # data as a hash:
1262
- #
1263
- # {
1264
- # direct_connect_gateway_id: "DirectConnectGatewayId", # required
1265
- # gateway_id: "GatewayIdToAssociate",
1266
- # add_allowed_prefixes_to_direct_connect_gateway: [
1267
- # {
1268
- # cidr: "CIDR",
1269
- # },
1270
- # ],
1271
- # virtual_gateway_id: "VirtualGatewayId",
1272
- # }
1273
- #
1274
1019
  # @!attribute [rw] direct_connect_gateway_id
1275
1020
  # The ID of the Direct Connect gateway.
1276
1021
  # @return [String]
@@ -1320,14 +1065,6 @@ module Aws::DirectConnect
1320
1065
  include Aws::Structure
1321
1066
  end
1322
1067
 
1323
- # @note When making an API call, you may pass CreateDirectConnectGatewayRequest
1324
- # data as a hash:
1325
- #
1326
- # {
1327
- # direct_connect_gateway_name: "DirectConnectGatewayName", # required
1328
- # amazon_side_asn: 1,
1329
- # }
1330
- #
1331
1068
  # @!attribute [rw] direct_connect_gateway_name
1332
1069
  # The name of the Direct Connect gateway.
1333
1070
  # @return [String]
@@ -1360,23 +1097,6 @@ module Aws::DirectConnect
1360
1097
  include Aws::Structure
1361
1098
  end
1362
1099
 
1363
- # @note When making an API call, you may pass CreateInterconnectRequest
1364
- # data as a hash:
1365
- #
1366
- # {
1367
- # interconnect_name: "InterconnectName", # required
1368
- # bandwidth: "Bandwidth", # required
1369
- # location: "LocationCode", # required
1370
- # lag_id: "LagId",
1371
- # tags: [
1372
- # {
1373
- # key: "TagKey", # required
1374
- # value: "TagValue",
1375
- # },
1376
- # ],
1377
- # provider_name: "ProviderName",
1378
- # }
1379
- #
1380
1100
  # @!attribute [rw] interconnect_name
1381
1101
  # The name of the interconnect.
1382
1102
  # @return [String]
@@ -1414,31 +1134,6 @@ module Aws::DirectConnect
1414
1134
  include Aws::Structure
1415
1135
  end
1416
1136
 
1417
- # @note When making an API call, you may pass CreateLagRequest
1418
- # data as a hash:
1419
- #
1420
- # {
1421
- # number_of_connections: 1, # required
1422
- # location: "LocationCode", # required
1423
- # connections_bandwidth: "Bandwidth", # required
1424
- # lag_name: "LagName", # required
1425
- # connection_id: "ConnectionId",
1426
- # tags: [
1427
- # {
1428
- # key: "TagKey", # required
1429
- # value: "TagValue",
1430
- # },
1431
- # ],
1432
- # child_connection_tags: [
1433
- # {
1434
- # key: "TagKey", # required
1435
- # value: "TagValue",
1436
- # },
1437
- # ],
1438
- # provider_name: "ProviderName",
1439
- # request_mac_sec: false,
1440
- # }
1441
- #
1442
1137
  # @!attribute [rw] number_of_connections
1443
1138
  # The number of physical dedicated connections initially provisioned
1444
1139
  # and bundled by the LAG.
@@ -1504,32 +1199,6 @@ module Aws::DirectConnect
1504
1199
  include Aws::Structure
1505
1200
  end
1506
1201
 
1507
- # @note When making an API call, you may pass CreatePrivateVirtualInterfaceRequest
1508
- # data as a hash:
1509
- #
1510
- # {
1511
- # connection_id: "ConnectionId", # required
1512
- # new_private_virtual_interface: { # required
1513
- # virtual_interface_name: "VirtualInterfaceName", # required
1514
- # vlan: 1, # required
1515
- # asn: 1, # required
1516
- # mtu: 1,
1517
- # auth_key: "BGPAuthKey",
1518
- # amazon_address: "AmazonAddress",
1519
- # customer_address: "CustomerAddress",
1520
- # address_family: "ipv4", # accepts ipv4, ipv6
1521
- # virtual_gateway_id: "VirtualGatewayId",
1522
- # direct_connect_gateway_id: "DirectConnectGatewayId",
1523
- # tags: [
1524
- # {
1525
- # key: "TagKey", # required
1526
- # value: "TagValue",
1527
- # },
1528
- # ],
1529
- # enable_site_link: false,
1530
- # },
1531
- # }
1532
- #
1533
1202
  # @!attribute [rw] connection_id
1534
1203
  # The ID of the connection.
1535
1204
  # @return [String]
@@ -1547,33 +1216,6 @@ module Aws::DirectConnect
1547
1216
  include Aws::Structure
1548
1217
  end
1549
1218
 
1550
- # @note When making an API call, you may pass CreatePublicVirtualInterfaceRequest
1551
- # data as a hash:
1552
- #
1553
- # {
1554
- # connection_id: "ConnectionId", # required
1555
- # new_public_virtual_interface: { # required
1556
- # virtual_interface_name: "VirtualInterfaceName", # required
1557
- # vlan: 1, # required
1558
- # asn: 1, # required
1559
- # auth_key: "BGPAuthKey",
1560
- # amazon_address: "AmazonAddress",
1561
- # customer_address: "CustomerAddress",
1562
- # address_family: "ipv4", # accepts ipv4, ipv6
1563
- # route_filter_prefixes: [
1564
- # {
1565
- # cidr: "CIDR",
1566
- # },
1567
- # ],
1568
- # tags: [
1569
- # {
1570
- # key: "TagKey", # required
1571
- # value: "TagValue",
1572
- # },
1573
- # ],
1574
- # },
1575
- # }
1576
- #
1577
1219
  # @!attribute [rw] connection_id
1578
1220
  # The ID of the connection.
1579
1221
  # @return [String]
@@ -1591,31 +1233,6 @@ module Aws::DirectConnect
1591
1233
  include Aws::Structure
1592
1234
  end
1593
1235
 
1594
- # @note When making an API call, you may pass CreateTransitVirtualInterfaceRequest
1595
- # data as a hash:
1596
- #
1597
- # {
1598
- # connection_id: "ConnectionId", # required
1599
- # new_transit_virtual_interface: { # required
1600
- # virtual_interface_name: "VirtualInterfaceName",
1601
- # vlan: 1,
1602
- # asn: 1,
1603
- # mtu: 1,
1604
- # auth_key: "BGPAuthKey",
1605
- # amazon_address: "AmazonAddress",
1606
- # customer_address: "CustomerAddress",
1607
- # address_family: "ipv4", # accepts ipv4, ipv6
1608
- # direct_connect_gateway_id: "DirectConnectGatewayId",
1609
- # tags: [
1610
- # {
1611
- # key: "TagKey", # required
1612
- # value: "TagValue",
1613
- # },
1614
- # ],
1615
- # enable_site_link: false,
1616
- # },
1617
- # }
1618
- #
1619
1236
  # @!attribute [rw] connection_id
1620
1237
  # The ID of the connection.
1621
1238
  # @return [String]
@@ -1665,16 +1282,6 @@ module Aws::DirectConnect
1665
1282
  include Aws::Structure
1666
1283
  end
1667
1284
 
1668
- # @note When making an API call, you may pass DeleteBGPPeerRequest
1669
- # data as a hash:
1670
- #
1671
- # {
1672
- # virtual_interface_id: "VirtualInterfaceId",
1673
- # asn: 1,
1674
- # customer_address: "CustomerAddress",
1675
- # bgp_peer_id: "BGPPeerId",
1676
- # }
1677
- #
1678
1285
  # @!attribute [rw] virtual_interface_id
1679
1286
  # The ID of the virtual interface.
1680
1287
  # @return [String]
@@ -1715,13 +1322,6 @@ module Aws::DirectConnect
1715
1322
  include Aws::Structure
1716
1323
  end
1717
1324
 
1718
- # @note When making an API call, you may pass DeleteConnectionRequest
1719
- # data as a hash:
1720
- #
1721
- # {
1722
- # connection_id: "ConnectionId", # required
1723
- # }
1724
- #
1725
1325
  # @!attribute [rw] connection_id
1726
1326
  # The ID of the connection.
1727
1327
  # @return [String]
@@ -1734,13 +1334,6 @@ module Aws::DirectConnect
1734
1334
  include Aws::Structure
1735
1335
  end
1736
1336
 
1737
- # @note When making an API call, you may pass DeleteDirectConnectGatewayAssociationProposalRequest
1738
- # data as a hash:
1739
- #
1740
- # {
1741
- # proposal_id: "DirectConnectGatewayAssociationProposalId", # required
1742
- # }
1743
- #
1744
1337
  # @!attribute [rw] proposal_id
1745
1338
  # The ID of the proposal.
1746
1339
  # @return [String]
@@ -1765,15 +1358,6 @@ module Aws::DirectConnect
1765
1358
  include Aws::Structure
1766
1359
  end
1767
1360
 
1768
- # @note When making an API call, you may pass DeleteDirectConnectGatewayAssociationRequest
1769
- # data as a hash:
1770
- #
1771
- # {
1772
- # association_id: "DirectConnectGatewayAssociationId",
1773
- # direct_connect_gateway_id: "DirectConnectGatewayId",
1774
- # virtual_gateway_id: "VirtualGatewayId",
1775
- # }
1776
- #
1777
1361
  # @!attribute [rw] association_id
1778
1362
  # The ID of the Direct Connect gateway association.
1779
1363
  # @return [String]
@@ -1808,13 +1392,6 @@ module Aws::DirectConnect
1808
1392
  include Aws::Structure
1809
1393
  end
1810
1394
 
1811
- # @note When making an API call, you may pass DeleteDirectConnectGatewayRequest
1812
- # data as a hash:
1813
- #
1814
- # {
1815
- # direct_connect_gateway_id: "DirectConnectGatewayId", # required
1816
- # }
1817
- #
1818
1395
  # @!attribute [rw] direct_connect_gateway_id
1819
1396
  # The ID of the Direct Connect gateway.
1820
1397
  # @return [String]
@@ -1839,13 +1416,6 @@ module Aws::DirectConnect
1839
1416
  include Aws::Structure
1840
1417
  end
1841
1418
 
1842
- # @note When making an API call, you may pass DeleteInterconnectRequest
1843
- # data as a hash:
1844
- #
1845
- # {
1846
- # interconnect_id: "InterconnectId", # required
1847
- # }
1848
- #
1849
1419
  # @!attribute [rw] interconnect_id
1850
1420
  # The ID of the interconnect.
1851
1421
  # @return [String]
@@ -1862,23 +1432,22 @@ module Aws::DirectConnect
1862
1432
  # The state of the interconnect. The following are the possible
1863
1433
  # values:
1864
1434
  #
1865
- # * `requested`\: The initial state of an interconnect. The
1435
+ # * `requested`: The initial state of an interconnect. The
1866
1436
  # interconnect stays in the requested state until the Letter of
1867
1437
  # Authorization (LOA) is sent to the customer.
1868
1438
  #
1869
- # * `pending`\: The interconnect is approved, and is being
1870
- # initialized.
1439
+ # * `pending`: The interconnect is approved, and is being initialized.
1871
1440
  #
1872
- # * `available`\: The network link is up, and the interconnect is
1873
- # ready for use.
1441
+ # * `available`: The network link is up, and the interconnect is ready
1442
+ # for use.
1874
1443
  #
1875
- # * `down`\: The network link is down.
1444
+ # * `down`: The network link is down.
1876
1445
  #
1877
- # * `deleting`\: The interconnect is being deleted.
1446
+ # * `deleting`: The interconnect is being deleted.
1878
1447
  #
1879
- # * `deleted`\: The interconnect is deleted.
1448
+ # * `deleted`: The interconnect is deleted.
1880
1449
  #
1881
- # * `unknown`\: The state of the interconnect is not available.
1450
+ # * `unknown`: The state of the interconnect is not available.
1882
1451
  # @return [String]
1883
1452
  #
1884
1453
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectResponse AWS API Documentation
@@ -1889,13 +1458,6 @@ module Aws::DirectConnect
1889
1458
  include Aws::Structure
1890
1459
  end
1891
1460
 
1892
- # @note When making an API call, you may pass DeleteLagRequest
1893
- # data as a hash:
1894
- #
1895
- # {
1896
- # lag_id: "LagId", # required
1897
- # }
1898
- #
1899
1461
  # @!attribute [rw] lag_id
1900
1462
  # The ID of the LAG.
1901
1463
  # @return [String]
@@ -1908,13 +1470,6 @@ module Aws::DirectConnect
1908
1470
  include Aws::Structure
1909
1471
  end
1910
1472
 
1911
- # @note When making an API call, you may pass DeleteVirtualInterfaceRequest
1912
- # data as a hash:
1913
- #
1914
- # {
1915
- # virtual_interface_id: "VirtualInterfaceId", # required
1916
- # }
1917
- #
1918
1473
  # @!attribute [rw] virtual_interface_id
1919
1474
  # The ID of the virtual interface.
1920
1475
  # @return [String]
@@ -1931,36 +1486,36 @@ module Aws::DirectConnect
1931
1486
  # The state of the virtual interface. The following are the possible
1932
1487
  # values:
1933
1488
  #
1934
- # * `confirming`\: The creation of the virtual interface is pending
1489
+ # * `confirming`: The creation of the virtual interface is pending
1935
1490
  # confirmation from the virtual interface owner. If the owner of the
1936
1491
  # virtual interface is different from the owner of the connection on
1937
1492
  # which it is provisioned, then the virtual interface will remain in
1938
1493
  # this state until it is confirmed by the virtual interface owner.
1939
1494
  #
1940
- # * `verifying`\: This state only applies to public virtual
1941
- # interfaces. Each public virtual interface needs validation before
1942
- # the virtual interface can be created.
1495
+ # * `verifying`: This state only applies to public virtual interfaces.
1496
+ # Each public virtual interface needs validation before the virtual
1497
+ # interface can be created.
1943
1498
  #
1944
- # * `pending`\: A virtual interface is in this state from the time
1945
- # that it is created until the virtual interface is ready to forward
1499
+ # * `pending`: A virtual interface is in this state from the time that
1500
+ # it is created until the virtual interface is ready to forward
1946
1501
  # traffic.
1947
1502
  #
1948
- # * `available`\: A virtual interface that is able to forward traffic.
1503
+ # * `available`: A virtual interface that is able to forward traffic.
1949
1504
  #
1950
- # * `down`\: A virtual interface that is BGP down.
1505
+ # * `down`: A virtual interface that is BGP down.
1951
1506
  #
1952
- # * `deleting`\: A virtual interface is in this state immediately
1953
- # after calling DeleteVirtualInterface until it can no longer
1954
- # forward traffic.
1507
+ # * `deleting`: A virtual interface is in this state immediately after
1508
+ # calling DeleteVirtualInterface until it can no longer forward
1509
+ # traffic.
1955
1510
  #
1956
- # * `deleted`\: A virtual interface that cannot forward traffic.
1511
+ # * `deleted`: A virtual interface that cannot forward traffic.
1957
1512
  #
1958
- # * `rejected`\: The virtual interface owner has declined creation of
1513
+ # * `rejected`: The virtual interface owner has declined creation of
1959
1514
  # the virtual interface. If a virtual interface in the `Confirming`
1960
1515
  # state is deleted by the virtual interface owner, the virtual
1961
1516
  # interface enters the `Rejected` state.
1962
1517
  #
1963
- # * `unknown`\: The state of the virtual interface is not available.
1518
+ # * `unknown`: The state of the virtual interface is not available.
1964
1519
  # @return [String]
1965
1520
  #
1966
1521
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceResponse AWS API Documentation
@@ -1971,15 +1526,6 @@ module Aws::DirectConnect
1971
1526
  include Aws::Structure
1972
1527
  end
1973
1528
 
1974
- # @note When making an API call, you may pass DescribeConnectionLoaRequest
1975
- # data as a hash:
1976
- #
1977
- # {
1978
- # connection_id: "ConnectionId", # required
1979
- # provider_name: "ProviderName",
1980
- # loa_content_type: "application/pdf", # accepts application/pdf
1981
- # }
1982
- #
1983
1529
  # @!attribute [rw] connection_id
1984
1530
  # The ID of the connection.
1985
1531
  # @return [String]
@@ -2019,13 +1565,6 @@ module Aws::DirectConnect
2019
1565
  include Aws::Structure
2020
1566
  end
2021
1567
 
2022
- # @note When making an API call, you may pass DescribeConnectionsOnInterconnectRequest
2023
- # data as a hash:
2024
- #
2025
- # {
2026
- # interconnect_id: "InterconnectId", # required
2027
- # }
2028
- #
2029
1568
  # @!attribute [rw] interconnect_id
2030
1569
  # The ID of the interconnect.
2031
1570
  # @return [String]
@@ -2038,13 +1577,6 @@ module Aws::DirectConnect
2038
1577
  include Aws::Structure
2039
1578
  end
2040
1579
 
2041
- # @note When making an API call, you may pass DescribeConnectionsRequest
2042
- # data as a hash:
2043
- #
2044
- # {
2045
- # connection_id: "ConnectionId",
2046
- # }
2047
- #
2048
1580
  # @!attribute [rw] connection_id
2049
1581
  # The ID of the connection.
2050
1582
  # @return [String]
@@ -2083,17 +1615,6 @@ module Aws::DirectConnect
2083
1615
  include Aws::Structure
2084
1616
  end
2085
1617
 
2086
- # @note When making an API call, you may pass DescribeDirectConnectGatewayAssociationProposalsRequest
2087
- # data as a hash:
2088
- #
2089
- # {
2090
- # direct_connect_gateway_id: "DirectConnectGatewayId",
2091
- # proposal_id: "DirectConnectGatewayAssociationProposalId",
2092
- # associated_gateway_id: "AssociatedGatewayId",
2093
- # max_results: 1,
2094
- # next_token: "PaginationToken",
2095
- # }
2096
- #
2097
1618
  # @!attribute [rw] direct_connect_gateway_id
2098
1619
  # The ID of the Direct Connect gateway.
2099
1620
  # @return [String]
@@ -2149,18 +1670,6 @@ module Aws::DirectConnect
2149
1670
  include Aws::Structure
2150
1671
  end
2151
1672
 
2152
- # @note When making an API call, you may pass DescribeDirectConnectGatewayAssociationsRequest
2153
- # data as a hash:
2154
- #
2155
- # {
2156
- # association_id: "DirectConnectGatewayAssociationId",
2157
- # associated_gateway_id: "AssociatedGatewayId",
2158
- # direct_connect_gateway_id: "DirectConnectGatewayId",
2159
- # max_results: 1,
2160
- # next_token: "PaginationToken",
2161
- # virtual_gateway_id: "VirtualGatewayId",
2162
- # }
2163
- #
2164
1673
  # @!attribute [rw] association_id
2165
1674
  # The ID of the Direct Connect gateway association.
2166
1675
  # @return [String]
@@ -2220,16 +1729,6 @@ module Aws::DirectConnect
2220
1729
  include Aws::Structure
2221
1730
  end
2222
1731
 
2223
- # @note When making an API call, you may pass DescribeDirectConnectGatewayAttachmentsRequest
2224
- # data as a hash:
2225
- #
2226
- # {
2227
- # direct_connect_gateway_id: "DirectConnectGatewayId",
2228
- # virtual_interface_id: "VirtualInterfaceId",
2229
- # max_results: 1,
2230
- # next_token: "PaginationToken",
2231
- # }
2232
- #
2233
1732
  # @!attribute [rw] direct_connect_gateway_id
2234
1733
  # The ID of the Direct Connect gateway.
2235
1734
  # @return [String]
@@ -2279,15 +1778,6 @@ module Aws::DirectConnect
2279
1778
  include Aws::Structure
2280
1779
  end
2281
1780
 
2282
- # @note When making an API call, you may pass DescribeDirectConnectGatewaysRequest
2283
- # data as a hash:
2284
- #
2285
- # {
2286
- # direct_connect_gateway_id: "DirectConnectGatewayId",
2287
- # max_results: 1,
2288
- # next_token: "PaginationToken",
2289
- # }
2290
- #
2291
1781
  # @!attribute [rw] direct_connect_gateway_id
2292
1782
  # The ID of the Direct Connect gateway.
2293
1783
  # @return [String]
@@ -2332,13 +1822,6 @@ module Aws::DirectConnect
2332
1822
  include Aws::Structure
2333
1823
  end
2334
1824
 
2335
- # @note When making an API call, you may pass DescribeHostedConnectionsRequest
2336
- # data as a hash:
2337
- #
2338
- # {
2339
- # connection_id: "ConnectionId", # required
2340
- # }
2341
- #
2342
1825
  # @!attribute [rw] connection_id
2343
1826
  # The ID of the interconnect or LAG.
2344
1827
  # @return [String]
@@ -2351,15 +1834,6 @@ module Aws::DirectConnect
2351
1834
  include Aws::Structure
2352
1835
  end
2353
1836
 
2354
- # @note When making an API call, you may pass DescribeInterconnectLoaRequest
2355
- # data as a hash:
2356
- #
2357
- # {
2358
- # interconnect_id: "InterconnectId", # required
2359
- # provider_name: "ProviderName",
2360
- # loa_content_type: "application/pdf", # accepts application/pdf
2361
- # }
2362
- #
2363
1837
  # @!attribute [rw] interconnect_id
2364
1838
  # The ID of the interconnect.
2365
1839
  # @return [String]
@@ -2399,13 +1873,6 @@ module Aws::DirectConnect
2399
1873
  include Aws::Structure
2400
1874
  end
2401
1875
 
2402
- # @note When making an API call, you may pass DescribeInterconnectsRequest
2403
- # data as a hash:
2404
- #
2405
- # {
2406
- # interconnect_id: "InterconnectId",
2407
- # }
2408
- #
2409
1876
  # @!attribute [rw] interconnect_id
2410
1877
  # The ID of the interconnect.
2411
1878
  # @return [String]
@@ -2418,13 +1885,6 @@ module Aws::DirectConnect
2418
1885
  include Aws::Structure
2419
1886
  end
2420
1887
 
2421
- # @note When making an API call, you may pass DescribeLagsRequest
2422
- # data as a hash:
2423
- #
2424
- # {
2425
- # lag_id: "LagId",
2426
- # }
2427
- #
2428
1888
  # @!attribute [rw] lag_id
2429
1889
  # The ID of the LAG.
2430
1890
  # @return [String]
@@ -2437,15 +1897,6 @@ module Aws::DirectConnect
2437
1897
  include Aws::Structure
2438
1898
  end
2439
1899
 
2440
- # @note When making an API call, you may pass DescribeLoaRequest
2441
- # data as a hash:
2442
- #
2443
- # {
2444
- # connection_id: "ConnectionId", # required
2445
- # provider_name: "ProviderName",
2446
- # loa_content_type: "application/pdf", # accepts application/pdf
2447
- # }
2448
- #
2449
1900
  # @!attribute [rw] connection_id
2450
1901
  # The ID of a connection, LAG, or interconnect.
2451
1902
  # @return [String]
@@ -2474,14 +1925,6 @@ module Aws::DirectConnect
2474
1925
 
2475
1926
  # Provides the details about a virtual interface's router.
2476
1927
  #
2477
- # @note When making an API call, you may pass DescribeRouterConfigurationRequest
2478
- # data as a hash:
2479
- #
2480
- # {
2481
- # virtual_interface_id: "VirtualInterfaceId", # required
2482
- # router_type_identifier: "RouterTypeIdentifier",
2483
- # }
2484
- #
2485
1928
  # @!attribute [rw] virtual_interface_id
2486
1929
  # The ID of the virtual interface.
2487
1930
  # @return [String]
@@ -2528,13 +1971,6 @@ module Aws::DirectConnect
2528
1971
  include Aws::Structure
2529
1972
  end
2530
1973
 
2531
- # @note When making an API call, you may pass DescribeTagsRequest
2532
- # data as a hash:
2533
- #
2534
- # {
2535
- # resource_arns: ["ResourceArn"], # required
2536
- # }
2537
- #
2538
1974
  # @!attribute [rw] resource_arns
2539
1975
  # The Amazon Resource Names (ARNs) of the resources.
2540
1976
  # @return [Array<String>]
@@ -2559,14 +1995,6 @@ module Aws::DirectConnect
2559
1995
  include Aws::Structure
2560
1996
  end
2561
1997
 
2562
- # @note When making an API call, you may pass DescribeVirtualInterfacesRequest
2563
- # data as a hash:
2564
- #
2565
- # {
2566
- # connection_id: "ConnectionId",
2567
- # virtual_interface_id: "VirtualInterfaceId",
2568
- # }
2569
- #
2570
1998
  # @!attribute [rw] connection_id
2571
1999
  # The ID of the connection.
2572
2000
  # @return [String]
@@ -2623,15 +2051,15 @@ module Aws::DirectConnect
2623
2051
  # The state of the Direct Connect gateway. The following are the
2624
2052
  # possible values:
2625
2053
  #
2626
- # * `pending`\: The initial state after calling
2054
+ # * `pending`: The initial state after calling
2627
2055
  # CreateDirectConnectGateway.
2628
2056
  #
2629
- # * `available`\: The Direct Connect gateway is ready for use.
2057
+ # * `available`: The Direct Connect gateway is ready for use.
2630
2058
  #
2631
- # * `deleting`\: The initial state after calling
2059
+ # * `deleting`: The initial state after calling
2632
2060
  # DeleteDirectConnectGateway.
2633
2061
  #
2634
- # * `deleted`\: The Direct Connect gateway is deleted and cannot pass
2062
+ # * `deleted`: The Direct Connect gateway is deleted and cannot pass
2635
2063
  # traffic.
2636
2064
  # @return [String]
2637
2065
  #
@@ -2667,20 +2095,24 @@ module Aws::DirectConnect
2667
2095
  # @!attribute [rw] association_state
2668
2096
  # The state of the association. The following are the possible values:
2669
2097
  #
2670
- # * `associating`\: The initial state after calling
2098
+ # * `associating`: The initial state after calling
2671
2099
  # CreateDirectConnectGatewayAssociation.
2672
2100
  #
2673
- # * `associated`\: The Direct Connect gateway and virtual private
2101
+ # * `associated`: The Direct Connect gateway and virtual private
2674
2102
  # gateway or transit gateway are successfully associated and ready
2675
2103
  # to pass traffic.
2676
2104
  #
2677
- # * `disassociating`\: The initial state after calling
2105
+ # * `disassociating`: The initial state after calling
2678
2106
  # DeleteDirectConnectGatewayAssociation.
2679
2107
  #
2680
- # * `disassociated`\: The virtual private gateway or transit gateway
2681
- # is disassociated from the Direct Connect gateway. Traffic flow
2108
+ # * `disassociated`: The virtual private gateway or transit gateway is
2109
+ # disassociated from the Direct Connect gateway. Traffic flow
2682
2110
  # between the Direct Connect gateway and virtual private gateway or
2683
2111
  # transit gateway is stopped.
2112
+ #
2113
+ # * `updating`: The CIDR blocks for the virtual private gateway or
2114
+ # transit gateway are currently being updated. This could be new
2115
+ # CIDR blocks added or current CIDR blocks removed.
2684
2116
  # @return [String]
2685
2117
  #
2686
2118
  # @!attribute [rw] state_change_error
@@ -2750,14 +2182,14 @@ module Aws::DirectConnect
2750
2182
  # @!attribute [rw] proposal_state
2751
2183
  # The state of the proposal. The following are possible values:
2752
2184
  #
2753
- # * `accepted`\: The proposal has been accepted. The Direct Connect
2185
+ # * `accepted`: The proposal has been accepted. The Direct Connect
2754
2186
  # gateway association is available to use in this state.
2755
2187
  #
2756
- # * `deleted`\: The proposal has been deleted by the owner that made
2188
+ # * `deleted`: The proposal has been deleted by the owner that made
2757
2189
  # the proposal. The Direct Connect gateway association cannot be
2758
2190
  # used in this state.
2759
2191
  #
2760
- # * `requested`\: The proposal has been requested. The Direct Connect
2192
+ # * `requested`: The proposal has been requested. The Direct Connect
2761
2193
  # gateway association cannot be used in this state.
2762
2194
  # @return [String]
2763
2195
  #
@@ -2812,16 +2244,16 @@ module Aws::DirectConnect
2812
2244
  # @!attribute [rw] attachment_state
2813
2245
  # The state of the attachment. The following are the possible values:
2814
2246
  #
2815
- # * `attaching`\: The initial state after a virtual interface is
2247
+ # * `attaching`: The initial state after a virtual interface is
2816
2248
  # created using the Direct Connect gateway.
2817
2249
  #
2818
- # * `attached`\: The Direct Connect gateway and virtual interface are
2250
+ # * `attached`: The Direct Connect gateway and virtual interface are
2819
2251
  # attached and ready to pass traffic.
2820
2252
  #
2821
- # * `detaching`\: The initial state after calling
2253
+ # * `detaching`: The initial state after calling
2822
2254
  # DeleteVirtualInterface.
2823
2255
  #
2824
- # * `detached`\: The virtual interface is detached from the Direct
2256
+ # * `detached`: The virtual interface is detached from the Direct
2825
2257
  # Connect gateway. Traffic flow between the Direct Connect gateway
2826
2258
  # and virtual interface is stopped.
2827
2259
  # @return [String]
@@ -2861,14 +2293,6 @@ module Aws::DirectConnect
2861
2293
  include Aws::Structure
2862
2294
  end
2863
2295
 
2864
- # @note When making an API call, you may pass DisassociateConnectionFromLagRequest
2865
- # data as a hash:
2866
- #
2867
- # {
2868
- # connection_id: "ConnectionId", # required
2869
- # lag_id: "LagId", # required
2870
- # }
2871
- #
2872
2296
  # @!attribute [rw] connection_id
2873
2297
  # The ID of the connection.
2874
2298
  # @return [String]
@@ -2886,14 +2310,6 @@ module Aws::DirectConnect
2886
2310
  include Aws::Structure
2887
2311
  end
2888
2312
 
2889
- # @note When making an API call, you may pass DisassociateMacSecKeyRequest
2890
- # data as a hash:
2891
- #
2892
- # {
2893
- # connection_id: "ConnectionId", # required
2894
- # secret_arn: "SecretARN", # required
2895
- # }
2896
- #
2897
2313
  # @!attribute [rw] connection_id
2898
2314
  # The ID of the dedicated connection (dxcon-xxxx), or the ID of the
2899
2315
  # LAG (dxlag-xxxx).
@@ -2958,23 +2374,22 @@ module Aws::DirectConnect
2958
2374
  # The state of the interconnect. The following are the possible
2959
2375
  # values:
2960
2376
  #
2961
- # * `requested`\: The initial state of an interconnect. The
2377
+ # * `requested`: The initial state of an interconnect. The
2962
2378
  # interconnect stays in the requested state until the Letter of
2963
2379
  # Authorization (LOA) is sent to the customer.
2964
2380
  #
2965
- # * `pending`\: The interconnect is approved, and is being
2966
- # initialized.
2381
+ # * `pending`: The interconnect is approved, and is being initialized.
2967
2382
  #
2968
- # * `available`\: The network link is up, and the interconnect is
2969
- # ready for use.
2383
+ # * `available`: The network link is up, and the interconnect is ready
2384
+ # for use.
2970
2385
  #
2971
- # * `down`\: The network link is down.
2386
+ # * `down`: The network link is down.
2972
2387
  #
2973
- # * `deleting`\: The interconnect is being deleted.
2388
+ # * `deleting`: The interconnect is being deleted.
2974
2389
  #
2975
- # * `deleted`\: The interconnect is deleted.
2390
+ # * `deleted`: The interconnect is deleted.
2976
2391
  #
2977
- # * `unknown`\: The state of the interconnect is not available.
2392
+ # * `unknown`: The state of the interconnect is not available.
2978
2393
  # @return [String]
2979
2394
  #
2980
2395
  # @!attribute [rw] region
@@ -3090,22 +2505,22 @@ module Aws::DirectConnect
3090
2505
  # @!attribute [rw] lag_state
3091
2506
  # The state of the LAG. The following are the possible values:
3092
2507
  #
3093
- # * `requested`\: The initial state of a LAG. The LAG stays in the
2508
+ # * `requested`: The initial state of a LAG. The LAG stays in the
3094
2509
  # requested state until the Letter of Authorization (LOA) is
3095
2510
  # available.
3096
2511
  #
3097
- # * `pending`\: The LAG has been approved and is being initialized.
2512
+ # * `pending`: The LAG has been approved and is being initialized.
3098
2513
  #
3099
- # * `available`\: The network link is established and the LAG is ready
2514
+ # * `available`: The network link is established and the LAG is ready
3100
2515
  # for use.
3101
2516
  #
3102
- # * `down`\: The network link is down.
2517
+ # * `down`: The network link is down.
3103
2518
  #
3104
- # * `deleting`\: The LAG is being deleted.
2519
+ # * `deleting`: The LAG is being deleted.
3105
2520
  #
3106
- # * `deleted`\: The LAG is deleted.
2521
+ # * `deleted`: The LAG is deleted.
3107
2522
  #
3108
- # * `unknown`\: The state of the LAG is not available.
2523
+ # * `unknown`: The state of the LAG is not available.
3109
2524
  # @return [String]
3110
2525
  #
3111
2526
  # @!attribute [rw] location
@@ -3215,18 +2630,6 @@ module Aws::DirectConnect
3215
2630
  include Aws::Structure
3216
2631
  end
3217
2632
 
3218
- # @note When making an API call, you may pass ListVirtualInterfaceTestHistoryRequest
3219
- # data as a hash:
3220
- #
3221
- # {
3222
- # test_id: "TestId",
3223
- # virtual_interface_id: "VirtualInterfaceId",
3224
- # bgp_peers: ["BGPPeerId"],
3225
- # status: "FailureTestHistoryStatus",
3226
- # max_results: 1,
3227
- # next_token: "PaginationToken",
3228
- # }
3229
- #
3230
2633
  # @!attribute [rw] test_id
3231
2634
  # The ID of the virtual interface failover test.
3232
2635
  # @return [String]
@@ -3377,17 +2780,17 @@ module Aws::DirectConnect
3377
2780
  #
3378
2781
  # The possible values are:
3379
2782
  #
3380
- # * `associating`\: The MAC Security (MACsec) secret key is being
2783
+ # * `associating`: The MAC Security (MACsec) secret key is being
3381
2784
  # validated and not yet associated with the connection or LAG.
3382
2785
  #
3383
- # * `associated`\: The MAC Security (MACsec) secret key is validated
2786
+ # * `associated`: The MAC Security (MACsec) secret key is validated
3384
2787
  # and associated with the connection or LAG.
3385
2788
  #
3386
- # * `disassociating`\: The MAC Security (MACsec) secret key is being
2789
+ # * `disassociating`: The MAC Security (MACsec) secret key is being
3387
2790
  # disassociated from the connection or LAG
3388
2791
  #
3389
- # * `disassociated`\: The MAC Security (MACsec) secret key is no
3390
- # longer associated with the connection or LAG.
2792
+ # * `disassociated`: The MAC Security (MACsec) secret key is no longer
2793
+ # associated with the connection or LAG.
3391
2794
  # @return [String]
3392
2795
  #
3393
2796
  # @!attribute [rw] start_on
@@ -3408,17 +2811,6 @@ module Aws::DirectConnect
3408
2811
 
3409
2812
  # Information about a new BGP peer.
3410
2813
  #
3411
- # @note When making an API call, you may pass NewBGPPeer
3412
- # data as a hash:
3413
- #
3414
- # {
3415
- # asn: 1,
3416
- # auth_key: "BGPAuthKey",
3417
- # address_family: "ipv4", # accepts ipv4, ipv6
3418
- # amazon_address: "AmazonAddress",
3419
- # customer_address: "CustomerAddress",
3420
- # }
3421
- #
3422
2814
  # @!attribute [rw] asn
3423
2815
  # The autonomous system (AS) number for Border Gateway Protocol (BGP)
3424
2816
  # configuration.
@@ -3456,29 +2848,6 @@ module Aws::DirectConnect
3456
2848
 
3457
2849
  # Information about a private virtual interface.
3458
2850
  #
3459
- # @note When making an API call, you may pass NewPrivateVirtualInterface
3460
- # data as a hash:
3461
- #
3462
- # {
3463
- # virtual_interface_name: "VirtualInterfaceName", # required
3464
- # vlan: 1, # required
3465
- # asn: 1, # required
3466
- # mtu: 1,
3467
- # auth_key: "BGPAuthKey",
3468
- # amazon_address: "AmazonAddress",
3469
- # customer_address: "CustomerAddress",
3470
- # address_family: "ipv4", # accepts ipv4, ipv6
3471
- # virtual_gateway_id: "VirtualGatewayId",
3472
- # direct_connect_gateway_id: "DirectConnectGatewayId",
3473
- # tags: [
3474
- # {
3475
- # key: "TagKey", # required
3476
- # value: "TagValue",
3477
- # },
3478
- # ],
3479
- # enable_site_link: false,
3480
- # }
3481
- #
3482
2851
  # @!attribute [rw] virtual_interface_name
3483
2852
  # The name of the virtual interface assigned by the customer network.
3484
2853
  # The name has a maximum of 100 characters. The following are valid
@@ -3557,26 +2926,6 @@ module Aws::DirectConnect
3557
2926
  # Information about a private virtual interface to be provisioned on a
3558
2927
  # connection.
3559
2928
  #
3560
- # @note When making an API call, you may pass NewPrivateVirtualInterfaceAllocation
3561
- # data as a hash:
3562
- #
3563
- # {
3564
- # virtual_interface_name: "VirtualInterfaceName", # required
3565
- # vlan: 1, # required
3566
- # asn: 1, # required
3567
- # mtu: 1,
3568
- # auth_key: "BGPAuthKey",
3569
- # amazon_address: "AmazonAddress",
3570
- # address_family: "ipv4", # accepts ipv4, ipv6
3571
- # customer_address: "CustomerAddress",
3572
- # tags: [
3573
- # {
3574
- # key: "TagKey", # required
3575
- # value: "TagValue",
3576
- # },
3577
- # ],
3578
- # }
3579
- #
3580
2929
  # @!attribute [rw] virtual_interface_name
3581
2930
  # The name of the virtual interface assigned by the customer network.
3582
2931
  # The name has a maximum of 100 characters. The following are valid
@@ -3639,30 +2988,6 @@ module Aws::DirectConnect
3639
2988
 
3640
2989
  # Information about a public virtual interface.
3641
2990
  #
3642
- # @note When making an API call, you may pass NewPublicVirtualInterface
3643
- # data as a hash:
3644
- #
3645
- # {
3646
- # virtual_interface_name: "VirtualInterfaceName", # required
3647
- # vlan: 1, # required
3648
- # asn: 1, # required
3649
- # auth_key: "BGPAuthKey",
3650
- # amazon_address: "AmazonAddress",
3651
- # customer_address: "CustomerAddress",
3652
- # address_family: "ipv4", # accepts ipv4, ipv6
3653
- # route_filter_prefixes: [
3654
- # {
3655
- # cidr: "CIDR",
3656
- # },
3657
- # ],
3658
- # tags: [
3659
- # {
3660
- # key: "TagKey", # required
3661
- # value: "TagValue",
3662
- # },
3663
- # ],
3664
- # }
3665
- #
3666
2991
  # @!attribute [rw] virtual_interface_name
3667
2992
  # The name of the virtual interface assigned by the customer network.
3668
2993
  # The name has a maximum of 100 characters. The following are valid
@@ -3726,30 +3051,6 @@ module Aws::DirectConnect
3726
3051
  # Information about a public virtual interface to be provisioned on a
3727
3052
  # connection.
3728
3053
  #
3729
- # @note When making an API call, you may pass NewPublicVirtualInterfaceAllocation
3730
- # data as a hash:
3731
- #
3732
- # {
3733
- # virtual_interface_name: "VirtualInterfaceName", # required
3734
- # vlan: 1, # required
3735
- # asn: 1, # required
3736
- # auth_key: "BGPAuthKey",
3737
- # amazon_address: "AmazonAddress",
3738
- # customer_address: "CustomerAddress",
3739
- # address_family: "ipv4", # accepts ipv4, ipv6
3740
- # route_filter_prefixes: [
3741
- # {
3742
- # cidr: "CIDR",
3743
- # },
3744
- # ],
3745
- # tags: [
3746
- # {
3747
- # key: "TagKey", # required
3748
- # value: "TagValue",
3749
- # },
3750
- # ],
3751
- # }
3752
- #
3753
3054
  # @!attribute [rw] virtual_interface_name
3754
3055
  # The name of the virtual interface assigned by the customer network.
3755
3056
  # The name has a maximum of 100 characters. The following are valid
@@ -3812,28 +3113,6 @@ module Aws::DirectConnect
3812
3113
 
3813
3114
  # Information about a transit virtual interface.
3814
3115
  #
3815
- # @note When making an API call, you may pass NewTransitVirtualInterface
3816
- # data as a hash:
3817
- #
3818
- # {
3819
- # virtual_interface_name: "VirtualInterfaceName",
3820
- # vlan: 1,
3821
- # asn: 1,
3822
- # mtu: 1,
3823
- # auth_key: "BGPAuthKey",
3824
- # amazon_address: "AmazonAddress",
3825
- # customer_address: "CustomerAddress",
3826
- # address_family: "ipv4", # accepts ipv4, ipv6
3827
- # direct_connect_gateway_id: "DirectConnectGatewayId",
3828
- # tags: [
3829
- # {
3830
- # key: "TagKey", # required
3831
- # value: "TagValue",
3832
- # },
3833
- # ],
3834
- # enable_site_link: false,
3835
- # }
3836
- #
3837
3116
  # @!attribute [rw] virtual_interface_name
3838
3117
  # The name of the virtual interface assigned by the customer network.
3839
3118
  # The name has a maximum of 100 characters. The following are valid
@@ -3907,26 +3186,6 @@ module Aws::DirectConnect
3907
3186
  # Information about a transit virtual interface to be provisioned on a
3908
3187
  # connection.
3909
3188
  #
3910
- # @note When making an API call, you may pass NewTransitVirtualInterfaceAllocation
3911
- # data as a hash:
3912
- #
3913
- # {
3914
- # virtual_interface_name: "VirtualInterfaceName",
3915
- # vlan: 1,
3916
- # asn: 1,
3917
- # mtu: 1,
3918
- # auth_key: "BGPAuthKey",
3919
- # amazon_address: "AmazonAddress",
3920
- # customer_address: "CustomerAddress",
3921
- # address_family: "ipv4", # accepts ipv4, ipv6
3922
- # tags: [
3923
- # {
3924
- # key: "TagKey", # required
3925
- # value: "TagValue",
3926
- # },
3927
- # ],
3928
- # }
3929
- #
3930
3189
  # @!attribute [rw] virtual_interface_name
3931
3190
  # The name of the virtual interface assigned by the customer network.
3932
3191
  # The name has a maximum of 100 characters. The following are valid
@@ -4009,13 +3268,6 @@ module Aws::DirectConnect
4009
3268
  # Information about a route filter prefix that a customer can advertise
4010
3269
  # through Border Gateway Protocol (BGP) over a public virtual interface.
4011
3270
  #
4012
- # @note When making an API call, you may pass RouteFilterPrefix
4013
- # data as a hash:
4014
- #
4015
- # {
4016
- # cidr: "CIDR",
4017
- # }
4018
- #
4019
3271
  # @!attribute [rw] cidr
4020
3272
  # The CIDR block for the advertised route. Separate multiple routes
4021
3273
  # using commas. An IPv6 CIDR must use /64 or shorter.
@@ -4071,15 +3323,6 @@ module Aws::DirectConnect
4071
3323
  include Aws::Structure
4072
3324
  end
4073
3325
 
4074
- # @note When making an API call, you may pass StartBgpFailoverTestRequest
4075
- # data as a hash:
4076
- #
4077
- # {
4078
- # virtual_interface_id: "VirtualInterfaceId", # required
4079
- # bgp_peers: ["BGPPeerId"],
4080
- # test_duration_in_minutes: 1,
4081
- # }
4082
- #
4083
3326
  # @!attribute [rw] virtual_interface_id
4084
3327
  # The ID of the virtual interface you want to test.
4085
3328
  # @return [String]
@@ -4092,7 +3335,7 @@ module Aws::DirectConnect
4092
3335
  # The time in minutes that the virtual interface failover test will
4093
3336
  # last.
4094
3337
  #
4095
- # Maximum value: 180 minutes (3 hours).
3338
+ # Maximum value: 4,320 minutes (72 hours).
4096
3339
  #
4097
3340
  # Default: 180 minutes (3 hours).
4098
3341
  # @return [Integer]
@@ -4119,13 +3362,6 @@ module Aws::DirectConnect
4119
3362
  include Aws::Structure
4120
3363
  end
4121
3364
 
4122
- # @note When making an API call, you may pass StopBgpFailoverTestRequest
4123
- # data as a hash:
4124
- #
4125
- # {
4126
- # virtual_interface_id: "VirtualInterfaceId", # required
4127
- # }
4128
- #
4129
3365
  # @!attribute [rw] virtual_interface_id
4130
3366
  # The ID of the virtual interface you no longer want to test.
4131
3367
  # @return [String]
@@ -4152,14 +3388,6 @@ module Aws::DirectConnect
4152
3388
 
4153
3389
  # Information about a tag.
4154
3390
  #
4155
- # @note When making an API call, you may pass Tag
4156
- # data as a hash:
4157
- #
4158
- # {
4159
- # key: "TagKey", # required
4160
- # value: "TagValue",
4161
- # }
4162
- #
4163
3391
  # @!attribute [rw] key
4164
3392
  # The key.
4165
3393
  # @return [String]
@@ -4177,19 +3405,6 @@ module Aws::DirectConnect
4177
3405
  include Aws::Structure
4178
3406
  end
4179
3407
 
4180
- # @note When making an API call, you may pass TagResourceRequest
4181
- # data as a hash:
4182
- #
4183
- # {
4184
- # resource_arn: "ResourceArn", # required
4185
- # tags: [ # required
4186
- # {
4187
- # key: "TagKey", # required
4188
- # value: "TagValue",
4189
- # },
4190
- # ],
4191
- # }
4192
- #
4193
3408
  # @!attribute [rw] resource_arn
4194
3409
  # The Amazon Resource Name (ARN) of the resource.
4195
3410
  # @return [String]
@@ -4217,14 +3432,6 @@ module Aws::DirectConnect
4217
3432
  #
4218
3433
  class TooManyTagsException < Aws::EmptyStructure; end
4219
3434
 
4220
- # @note When making an API call, you may pass UntagResourceRequest
4221
- # data as a hash:
4222
- #
4223
- # {
4224
- # resource_arn: "ResourceArn", # required
4225
- # tag_keys: ["TagKey"], # required
4226
- # }
4227
- #
4228
3435
  # @!attribute [rw] resource_arn
4229
3436
  # The Amazon Resource Name (ARN) of the resource.
4230
3437
  # @return [String]
@@ -4246,15 +3453,6 @@ module Aws::DirectConnect
4246
3453
  #
4247
3454
  class UntagResourceResponse < Aws::EmptyStructure; end
4248
3455
 
4249
- # @note When making an API call, you may pass UpdateConnectionRequest
4250
- # data as a hash:
4251
- #
4252
- # {
4253
- # connection_id: "ConnectionId", # required
4254
- # connection_name: "ConnectionName",
4255
- # encryption_mode: "EncryptionMode",
4256
- # }
4257
- #
4258
3456
  # @!attribute [rw] connection_id
4259
3457
  # The ID of the dedicated connection.
4260
3458
  #
@@ -4282,23 +3480,6 @@ module Aws::DirectConnect
4282
3480
  include Aws::Structure
4283
3481
  end
4284
3482
 
4285
- # @note When making an API call, you may pass UpdateDirectConnectGatewayAssociationRequest
4286
- # data as a hash:
4287
- #
4288
- # {
4289
- # association_id: "DirectConnectGatewayAssociationId",
4290
- # add_allowed_prefixes_to_direct_connect_gateway: [
4291
- # {
4292
- # cidr: "CIDR",
4293
- # },
4294
- # ],
4295
- # remove_allowed_prefixes_to_direct_connect_gateway: [
4296
- # {
4297
- # cidr: "CIDR",
4298
- # },
4299
- # ],
4300
- # }
4301
- #
4302
3483
  # @!attribute [rw] association_id
4303
3484
  # The ID of the Direct Connect gateway association.
4304
3485
  # @return [String]
@@ -4335,14 +3516,6 @@ module Aws::DirectConnect
4335
3516
  include Aws::Structure
4336
3517
  end
4337
3518
 
4338
- # @note When making an API call, you may pass UpdateDirectConnectGatewayRequest
4339
- # data as a hash:
4340
- #
4341
- # {
4342
- # direct_connect_gateway_id: "DirectConnectGatewayId", # required
4343
- # new_direct_connect_gateway_name: "DirectConnectGatewayName", # required
4344
- # }
4345
- #
4346
3519
  # @!attribute [rw] direct_connect_gateway_id
4347
3520
  # The ID of the Direct Connect gateway to update.
4348
3521
  # @return [String]
@@ -4374,16 +3547,6 @@ module Aws::DirectConnect
4374
3547
  include Aws::Structure
4375
3548
  end
4376
3549
 
4377
- # @note When making an API call, you may pass UpdateLagRequest
4378
- # data as a hash:
4379
- #
4380
- # {
4381
- # lag_id: "LagId", # required
4382
- # lag_name: "LagName",
4383
- # minimum_links: 1,
4384
- # encryption_mode: "EncryptionMode",
4385
- # }
4386
- #
4387
3550
  # @!attribute [rw] lag_id
4388
3551
  # The ID of the LAG.
4389
3552
  # @return [String]
@@ -4415,16 +3578,6 @@ module Aws::DirectConnect
4415
3578
  include Aws::Structure
4416
3579
  end
4417
3580
 
4418
- # @note When making an API call, you may pass UpdateVirtualInterfaceAttributesRequest
4419
- # data as a hash:
4420
- #
4421
- # {
4422
- # virtual_interface_id: "VirtualInterfaceId", # required
4423
- # mtu: 1,
4424
- # enable_site_link: false,
4425
- # virtual_interface_name: "VirtualInterfaceName",
4426
- # }
4427
- #
4428
3581
  # @!attribute [rw] virtual_interface_id
4429
3582
  # The ID of the virtual private interface.
4430
3583
  # @return [String]
@@ -4464,15 +3617,15 @@ module Aws::DirectConnect
4464
3617
  # The state of the virtual private gateway. The following are the
4465
3618
  # possible values:
4466
3619
  #
4467
- # * `pending`\: Initial state after creating the virtual private
3620
+ # * `pending`: Initial state after creating the virtual private
4468
3621
  # gateway.
4469
3622
  #
4470
- # * `available`\: Ready for use by a private virtual interface.
3623
+ # * `available`: Ready for use by a private virtual interface.
4471
3624
  #
4472
- # * `deleting`\: Initial state after deleting the virtual private
3625
+ # * `deleting`: Initial state after deleting the virtual private
4473
3626
  # gateway.
4474
3627
  #
4475
- # * `deleted`\: The virtual private gateway is deleted. The private
3628
+ # * `deleted`: The virtual private gateway is deleted. The private
4476
3629
  # virtual interface is unable to send traffic over this gateway.
4477
3630
  # @return [String]
4478
3631
  #
@@ -4565,36 +3718,36 @@ module Aws::DirectConnect
4565
3718
  # The state of the virtual interface. The following are the possible
4566
3719
  # values:
4567
3720
  #
4568
- # * `confirming`\: The creation of the virtual interface is pending
3721
+ # * `confirming`: The creation of the virtual interface is pending
4569
3722
  # confirmation from the virtual interface owner. If the owner of the
4570
3723
  # virtual interface is different from the owner of the connection on
4571
3724
  # which it is provisioned, then the virtual interface will remain in
4572
3725
  # this state until it is confirmed by the virtual interface owner.
4573
3726
  #
4574
- # * `verifying`\: This state only applies to public virtual
4575
- # interfaces. Each public virtual interface needs validation before
4576
- # the virtual interface can be created.
3727
+ # * `verifying`: This state only applies to public virtual interfaces.
3728
+ # Each public virtual interface needs validation before the virtual
3729
+ # interface can be created.
4577
3730
  #
4578
- # * `pending`\: A virtual interface is in this state from the time
4579
- # that it is created until the virtual interface is ready to forward
3731
+ # * `pending`: A virtual interface is in this state from the time that
3732
+ # it is created until the virtual interface is ready to forward
4580
3733
  # traffic.
4581
3734
  #
4582
- # * `available`\: A virtual interface that is able to forward traffic.
3735
+ # * `available`: A virtual interface that is able to forward traffic.
4583
3736
  #
4584
- # * `down`\: A virtual interface that is BGP down.
3737
+ # * `down`: A virtual interface that is BGP down.
4585
3738
  #
4586
- # * `deleting`\: A virtual interface is in this state immediately
4587
- # after calling DeleteVirtualInterface until it can no longer
4588
- # forward traffic.
3739
+ # * `deleting`: A virtual interface is in this state immediately after
3740
+ # calling DeleteVirtualInterface until it can no longer forward
3741
+ # traffic.
4589
3742
  #
4590
- # * `deleted`\: A virtual interface that cannot forward traffic.
3743
+ # * `deleted`: A virtual interface that cannot forward traffic.
4591
3744
  #
4592
- # * `rejected`\: The virtual interface owner has declined creation of
3745
+ # * `rejected`: The virtual interface owner has declined creation of
4593
3746
  # the virtual interface. If a virtual interface in the `Confirming`
4594
3747
  # state is deleted by the virtual interface owner, the virtual
4595
3748
  # interface enters the `Rejected` state.
4596
3749
  #
4597
- # * `unknown`\: The state of the virtual interface is not available.
3750
+ # * `unknown`: The state of the virtual interface is not available.
4598
3751
  # @return [String]
4599
3752
  #
4600
3753
  # @!attribute [rw] customer_router_config