aws-sdk-directconnect 1.21.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5035e3abb639b16ce67ef7eeeac66a6bb212aa49
4
- data.tar.gz: 2573bac0b549e3491a0c7ee8863de4b5caf351e7
3
+ metadata.gz: 03c77d62b9703183cc01d877b4a404901426c851
4
+ data.tar.gz: 614c39466568e52a1fb2193275a311515254466a
5
5
  SHA512:
6
- metadata.gz: abbdec93b8a89d05252c2620f92df07c46e95bf03b895f7ecd183bff8c6810ac4fc11b326b452fd76e49693bda30a739fece7aebfea17d67d6d1d0b2f39fe1b2
7
- data.tar.gz: 6d7a0d7e4f510b45f72e2f67a3dd6a3ab5174d0f5b2bd07d8db498ac2fcaf7f9215b7fa8a09fb9d8d583403ece2241380c84e96be927267c8182734b186b8ffa
6
+ metadata.gz: 5c610007a39c8a669a36a0176421a4fad57ce9e76e9b05175c9a9b8f45090682b64e69a2bb20f6b01b5d55e4af0588443c02bb8cf72340a8471980ec77d926dc
7
+ data.tar.gz: b00242aa5e49bd77cfa8aae9d445bc196c204c223396708d8d21b79352e8f72740139f219eeccb812bf2bec0a143079497229afa98ceccd18c83eccfd76a0993
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directconnect/customizations'
42
42
  # @service
43
43
  module Aws::DirectConnect
44
44
 
45
- GEM_VERSION = '1.21.0'
45
+ GEM_VERSION = '1.22.0'
46
46
 
47
47
  end
@@ -278,8 +278,15 @@ module Aws::DirectConnect
278
278
  # transit gateway.
279
279
  #
280
280
  # @option params [Array<Types::RouteFilterPrefix>] :override_allowed_prefixes_to_direct_connect_gateway
281
- # Overrides the existing Amazon VPC prefixes advertised to the Direct
282
- # Connect gateway.
281
+ # Overrides the Amazon VPC prefixes advertised to the Direct Connect
282
+ # gateway.
283
+ #
284
+ # For information about how to set the prefixes, see [Allowed
285
+ # Prefixes][1] in the *AWS Direct Connect User Guide*.
286
+ #
287
+ #
288
+ #
289
+ # [1]: https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes
283
290
  #
284
291
  # @return [Types::AcceptDirectConnectGatewayAssociationProposalResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
285
292
  #
@@ -373,6 +380,7 @@ module Aws::DirectConnect
373
380
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
374
381
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
375
382
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
383
+ # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
376
384
  #
377
385
  # @example Request syntax with placeholder values
378
386
  #
@@ -401,6 +409,9 @@ module Aws::DirectConnect
401
409
  # resp.jumbo_frame_capable #=> Boolean
402
410
  # resp.aws_device_v2 #=> String
403
411
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
412
+ # resp.tags #=> Array
413
+ # resp.tags[0].key #=> String
414
+ # resp.tags[0].value #=> String
404
415
  #
405
416
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect AWS API Documentation
406
417
  #
@@ -443,6 +454,9 @@ module Aws::DirectConnect
443
454
  # @option params [required, Integer] :vlan
444
455
  # The dedicated VLAN provisioned to the hosted connection.
445
456
  #
457
+ # @option params [Array<Types::Tag>] :tags
458
+ # The tags to assign to the hosted connection.
459
+ #
446
460
  # @return [Types::Connection] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
447
461
  #
448
462
  # * {Types::Connection#owner_account #owner_account} => String
@@ -460,6 +474,7 @@ module Aws::DirectConnect
460
474
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
461
475
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
462
476
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
477
+ # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
463
478
  #
464
479
  # @example Request syntax with placeholder values
465
480
  #
@@ -469,6 +484,12 @@ module Aws::DirectConnect
469
484
  # bandwidth: "Bandwidth", # required
470
485
  # connection_name: "ConnectionName", # required
471
486
  # vlan: 1, # required
487
+ # tags: [
488
+ # {
489
+ # key: "TagKey", # required
490
+ # value: "TagValue",
491
+ # },
492
+ # ],
472
493
  # })
473
494
  #
474
495
  # @example Response structure
@@ -488,6 +509,9 @@ module Aws::DirectConnect
488
509
  # resp.jumbo_frame_capable #=> Boolean
489
510
  # resp.aws_device_v2 #=> String
490
511
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
512
+ # resp.tags #=> Array
513
+ # resp.tags[0].key #=> String
514
+ # resp.tags[0].value #=> String
491
515
  #
492
516
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection AWS API Documentation
493
517
  #
@@ -541,6 +565,7 @@ module Aws::DirectConnect
541
565
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
542
566
  # * {Types::VirtualInterface#region #region} => String
543
567
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
568
+ # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
544
569
  #
545
570
  # @example Request syntax with placeholder values
546
571
  #
@@ -556,6 +581,12 @@ module Aws::DirectConnect
556
581
  # amazon_address: "AmazonAddress",
557
582
  # address_family: "ipv4", # accepts ipv4, ipv6
558
583
  # customer_address: "CustomerAddress",
584
+ # tags: [
585
+ # {
586
+ # key: "TagKey", # required
587
+ # value: "TagValue",
588
+ # },
589
+ # ],
559
590
  # },
560
591
  # })
561
592
  #
@@ -594,6 +625,9 @@ module Aws::DirectConnect
594
625
  # resp.bgp_peers[0].aws_device_v2 #=> String
595
626
  # resp.region #=> String
596
627
  # resp.aws_device_v2 #=> String
628
+ # resp.tags #=> Array
629
+ # resp.tags[0].key #=> String
630
+ # resp.tags[0].value #=> String
597
631
  #
598
632
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface AWS API Documentation
599
633
  #
@@ -655,6 +689,7 @@ module Aws::DirectConnect
655
689
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
656
690
  # * {Types::VirtualInterface#region #region} => String
657
691
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
692
+ # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
658
693
  #
659
694
  # @example Request syntax with placeholder values
660
695
  #
@@ -674,6 +709,12 @@ module Aws::DirectConnect
674
709
  # cidr: "CIDR",
675
710
  # },
676
711
  # ],
712
+ # tags: [
713
+ # {
714
+ # key: "TagKey", # required
715
+ # value: "TagValue",
716
+ # },
717
+ # ],
677
718
  # },
678
719
  # })
679
720
  #
@@ -712,6 +753,9 @@ module Aws::DirectConnect
712
753
  # resp.bgp_peers[0].aws_device_v2 #=> String
713
754
  # resp.region #=> String
714
755
  # resp.aws_device_v2 #=> String
756
+ # resp.tags #=> Array
757
+ # resp.tags[0].key #=> String
758
+ # resp.tags[0].value #=> String
715
759
  #
716
760
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface AWS API Documentation
717
761
  #
@@ -762,6 +806,12 @@ module Aws::DirectConnect
762
806
  # amazon_address: "AmazonAddress",
763
807
  # customer_address: "CustomerAddress",
764
808
  # address_family: "ipv4", # accepts ipv4, ipv6
809
+ # tags: [
810
+ # {
811
+ # key: "TagKey", # required
812
+ # value: "TagValue",
813
+ # },
814
+ # ],
765
815
  # },
766
816
  # })
767
817
  #
@@ -800,6 +850,9 @@ module Aws::DirectConnect
800
850
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
801
851
  # resp.virtual_interface.region #=> String
802
852
  # resp.virtual_interface.aws_device_v2 #=> String
853
+ # resp.virtual_interface.tags #=> Array
854
+ # resp.virtual_interface.tags[0].key #=> String
855
+ # resp.virtual_interface.tags[0].value #=> String
803
856
  #
804
857
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterface AWS API Documentation
805
858
  #
@@ -853,6 +906,7 @@ module Aws::DirectConnect
853
906
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
854
907
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
855
908
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
909
+ # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
856
910
  #
857
911
  # @example Request syntax with placeholder values
858
912
  #
@@ -878,6 +932,9 @@ module Aws::DirectConnect
878
932
  # resp.jumbo_frame_capable #=> Boolean
879
933
  # resp.aws_device_v2 #=> String
880
934
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
935
+ # resp.tags #=> Array
936
+ # resp.tags[0].key #=> String
937
+ # resp.tags[0].value #=> String
881
938
  #
882
939
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag AWS API Documentation
883
940
  #
@@ -921,6 +978,7 @@ module Aws::DirectConnect
921
978
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
922
979
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
923
980
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
981
+ # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
924
982
  #
925
983
  # @example Request syntax with placeholder values
926
984
  #
@@ -946,6 +1004,9 @@ module Aws::DirectConnect
946
1004
  # resp.jumbo_frame_capable #=> Boolean
947
1005
  # resp.aws_device_v2 #=> String
948
1006
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1007
+ # resp.tags #=> Array
1008
+ # resp.tags[0].key #=> String
1009
+ # resp.tags[0].value #=> String
949
1010
  #
950
1011
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection AWS API Documentation
951
1012
  #
@@ -1003,6 +1064,7 @@ module Aws::DirectConnect
1003
1064
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
1004
1065
  # * {Types::VirtualInterface#region #region} => String
1005
1066
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
1067
+ # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
1006
1068
  #
1007
1069
  # @example Request syntax with placeholder values
1008
1070
  #
@@ -1046,6 +1108,9 @@ module Aws::DirectConnect
1046
1108
  # resp.bgp_peers[0].aws_device_v2 #=> String
1047
1109
  # resp.region #=> String
1048
1110
  # resp.aws_device_v2 #=> String
1111
+ # resp.tags #=> Array
1112
+ # resp.tags[0].key #=> String
1113
+ # resp.tags[0].value #=> String
1049
1114
  #
1050
1115
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface AWS API Documentation
1051
1116
  #
@@ -1275,6 +1340,9 @@ module Aws::DirectConnect
1275
1340
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
1276
1341
  # resp.virtual_interface.region #=> String
1277
1342
  # resp.virtual_interface.aws_device_v2 #=> String
1343
+ # resp.virtual_interface.tags #=> Array
1344
+ # resp.virtual_interface.tags[0].key #=> String
1345
+ # resp.virtual_interface.tags[0].value #=> String
1278
1346
  #
1279
1347
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer AWS API Documentation
1280
1348
  #
@@ -1313,6 +1381,9 @@ module Aws::DirectConnect
1313
1381
  # @option params [String] :lag_id
1314
1382
  # The ID of the LAG.
1315
1383
  #
1384
+ # @option params [Array<Types::Tag>] :tags
1385
+ # The tags to assign to the connection.
1386
+ #
1316
1387
  # @return [Types::Connection] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1317
1388
  #
1318
1389
  # * {Types::Connection#owner_account #owner_account} => String
@@ -1330,6 +1401,7 @@ module Aws::DirectConnect
1330
1401
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
1331
1402
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
1332
1403
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
1404
+ # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
1333
1405
  #
1334
1406
  # @example Request syntax with placeholder values
1335
1407
  #
@@ -1338,6 +1410,12 @@ module Aws::DirectConnect
1338
1410
  # bandwidth: "Bandwidth", # required
1339
1411
  # connection_name: "ConnectionName", # required
1340
1412
  # lag_id: "LagId",
1413
+ # tags: [
1414
+ # {
1415
+ # key: "TagKey", # required
1416
+ # value: "TagValue",
1417
+ # },
1418
+ # ],
1341
1419
  # })
1342
1420
  #
1343
1421
  # @example Response structure
@@ -1357,6 +1435,9 @@ module Aws::DirectConnect
1357
1435
  # resp.jumbo_frame_capable #=> Boolean
1358
1436
  # resp.aws_device_v2 #=> String
1359
1437
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1438
+ # resp.tags #=> Array
1439
+ # resp.tags[0].key #=> String
1440
+ # resp.tags[0].value #=> String
1360
1441
  #
1361
1442
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection AWS API Documentation
1362
1443
  #
@@ -1427,6 +1508,13 @@ module Aws::DirectConnect
1427
1508
  # @option params [Array<Types::RouteFilterPrefix>] :add_allowed_prefixes_to_direct_connect_gateway
1428
1509
  # The Amazon VPC prefixes to advertise to the Direct Connect gateway
1429
1510
  #
1511
+ # For information about how to set the prefixes, see [Allowed
1512
+ # Prefixes][1] in the *AWS Direct Connect User Guide*.
1513
+ #
1514
+ #
1515
+ #
1516
+ # [1]: https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes
1517
+ #
1430
1518
  # @option params [String] :virtual_gateway_id
1431
1519
  # The ID of the virtual private gateway.
1432
1520
  #
@@ -1583,6 +1671,9 @@ module Aws::DirectConnect
1583
1671
  # @option params [String] :lag_id
1584
1672
  # The ID of the LAG.
1585
1673
  #
1674
+ # @option params [Array<Types::Tag>] :tags
1675
+ # The tags to assign to the interconnect,
1676
+ #
1586
1677
  # @return [Types::Interconnect] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1587
1678
  #
1588
1679
  # * {Types::Interconnect#interconnect_id #interconnect_id} => String
@@ -1597,6 +1688,7 @@ module Aws::DirectConnect
1597
1688
  # * {Types::Interconnect#jumbo_frame_capable #jumbo_frame_capable} => Boolean
1598
1689
  # * {Types::Interconnect#aws_device_v2 #aws_device_v2} => String
1599
1690
  # * {Types::Interconnect#has_logical_redundancy #has_logical_redundancy} => String
1691
+ # * {Types::Interconnect#tags #tags} => Array&lt;Types::Tag&gt;
1600
1692
  #
1601
1693
  # @example Request syntax with placeholder values
1602
1694
  #
@@ -1605,6 +1697,12 @@ module Aws::DirectConnect
1605
1697
  # bandwidth: "Bandwidth", # required
1606
1698
  # location: "LocationCode", # required
1607
1699
  # lag_id: "LagId",
1700
+ # tags: [
1701
+ # {
1702
+ # key: "TagKey", # required
1703
+ # value: "TagValue",
1704
+ # },
1705
+ # ],
1608
1706
  # })
1609
1707
  #
1610
1708
  # @example Response structure
@@ -1621,6 +1719,9 @@ module Aws::DirectConnect
1621
1719
  # resp.jumbo_frame_capable #=> Boolean
1622
1720
  # resp.aws_device_v2 #=> String
1623
1721
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1722
+ # resp.tags #=> Array
1723
+ # resp.tags[0].key #=> String
1724
+ # resp.tags[0].value #=> String
1624
1725
  #
1625
1726
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnect AWS API Documentation
1626
1727
  #
@@ -1676,6 +1777,16 @@ module Aws::DirectConnect
1676
1777
  # @option params [String] :connection_id
1677
1778
  # The ID of an existing connection to migrate to the LAG.
1678
1779
  #
1780
+ # @option params [Array<Types::Tag>] :tags
1781
+ # The tags to assign to the link aggregation group (LAG).
1782
+ #
1783
+ # @option params [Array<Types::Tag>] :child_connection_tags
1784
+ # The tags to assign to the child connections of the LAG. Only newly
1785
+ # created child connections as the result of creating a LAG connection
1786
+ # are assigned the provided tags. The tags are not assigned to an
1787
+ # existing connection that is provided via the “connectionId” parameter
1788
+ # that will be migrated to the LAG.
1789
+ #
1679
1790
  # @return [Types::Lag] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1680
1791
  #
1681
1792
  # * {Types::Lag#connections_bandwidth #connections_bandwidth} => String
@@ -1693,6 +1804,7 @@ module Aws::DirectConnect
1693
1804
  # * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
1694
1805
  # * {Types::Lag#jumbo_frame_capable #jumbo_frame_capable} => Boolean
1695
1806
  # * {Types::Lag#has_logical_redundancy #has_logical_redundancy} => String
1807
+ # * {Types::Lag#tags #tags} => Array&lt;Types::Tag&gt;
1696
1808
  #
1697
1809
  # @example Request syntax with placeholder values
1698
1810
  #
@@ -1702,6 +1814,18 @@ module Aws::DirectConnect
1702
1814
  # connections_bandwidth: "Bandwidth", # required
1703
1815
  # lag_name: "LagName", # required
1704
1816
  # connection_id: "ConnectionId",
1817
+ # tags: [
1818
+ # {
1819
+ # key: "TagKey", # required
1820
+ # value: "TagValue",
1821
+ # },
1822
+ # ],
1823
+ # child_connection_tags: [
1824
+ # {
1825
+ # key: "TagKey", # required
1826
+ # value: "TagValue",
1827
+ # },
1828
+ # ],
1705
1829
  # })
1706
1830
  #
1707
1831
  # @example Response structure
@@ -1733,9 +1857,15 @@ module Aws::DirectConnect
1733
1857
  # resp.connections[0].jumbo_frame_capable #=> Boolean
1734
1858
  # resp.connections[0].aws_device_v2 #=> String
1735
1859
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1860
+ # resp.connections[0].tags #=> Array
1861
+ # resp.connections[0].tags[0].key #=> String
1862
+ # resp.connections[0].tags[0].value #=> String
1736
1863
  # resp.allows_hosted_connections #=> Boolean
1737
1864
  # resp.jumbo_frame_capable #=> Boolean
1738
1865
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1866
+ # resp.tags #=> Array
1867
+ # resp.tags[0].key #=> String
1868
+ # resp.tags[0].value #=> String
1739
1869
  #
1740
1870
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLag AWS API Documentation
1741
1871
  #
@@ -1786,6 +1916,7 @@ module Aws::DirectConnect
1786
1916
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
1787
1917
  # * {Types::VirtualInterface#region #region} => String
1788
1918
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
1919
+ # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
1789
1920
  #
1790
1921
  # @example Request syntax with placeholder values
1791
1922
  #
@@ -1802,6 +1933,12 @@ module Aws::DirectConnect
1802
1933
  # address_family: "ipv4", # accepts ipv4, ipv6
1803
1934
  # virtual_gateway_id: "VirtualGatewayId",
1804
1935
  # direct_connect_gateway_id: "DirectConnectGatewayId",
1936
+ # tags: [
1937
+ # {
1938
+ # key: "TagKey", # required
1939
+ # value: "TagValue",
1940
+ # },
1941
+ # ],
1805
1942
  # },
1806
1943
  # })
1807
1944
  #
@@ -1840,6 +1977,9 @@ module Aws::DirectConnect
1840
1977
  # resp.bgp_peers[0].aws_device_v2 #=> String
1841
1978
  # resp.region #=> String
1842
1979
  # resp.aws_device_v2 #=> String
1980
+ # resp.tags #=> Array
1981
+ # resp.tags[0].key #=> String
1982
+ # resp.tags[0].value #=> String
1843
1983
  #
1844
1984
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface AWS API Documentation
1845
1985
  #
@@ -1889,6 +2029,7 @@ module Aws::DirectConnect
1889
2029
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
1890
2030
  # * {Types::VirtualInterface#region #region} => String
1891
2031
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
2032
+ # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
1892
2033
  #
1893
2034
  # @example Request syntax with placeholder values
1894
2035
  #
@@ -1907,6 +2048,12 @@ module Aws::DirectConnect
1907
2048
  # cidr: "CIDR",
1908
2049
  # },
1909
2050
  # ],
2051
+ # tags: [
2052
+ # {
2053
+ # key: "TagKey", # required
2054
+ # value: "TagValue",
2055
+ # },
2056
+ # ],
1910
2057
  # },
1911
2058
  # })
1912
2059
  #
@@ -1945,6 +2092,9 @@ module Aws::DirectConnect
1945
2092
  # resp.bgp_peers[0].aws_device_v2 #=> String
1946
2093
  # resp.region #=> String
1947
2094
  # resp.aws_device_v2 #=> String
2095
+ # resp.tags #=> Array
2096
+ # resp.tags[0].key #=> String
2097
+ # resp.tags[0].value #=> String
1948
2098
  #
1949
2099
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface AWS API Documentation
1950
2100
  #
@@ -1955,12 +2105,18 @@ module Aws::DirectConnect
1955
2105
  req.send_request(options)
1956
2106
  end
1957
2107
 
1958
- # Creates a transit virtual interface. A transit virtual interface is a
1959
- # VLAN that transports traffic from a Direct Connect gateway to one or
1960
- # more transit gateways. A transit virtual interface enables the
2108
+ # Creates a transit virtual interface. A transit virtual interface
2109
+ # should be used to access one or more transit gateways associated with
2110
+ # Direct Connect gateways. A transit virtual interface enables the
1961
2111
  # connection of multiple VPCs attached to a transit gateway to a Direct
1962
2112
  # Connect gateway.
1963
2113
  #
2114
+ # If you associate your transit gateway with one or more Direct Connect
2115
+ # gateways, the Autonomous System Number (ASN) used by the transit
2116
+ # gateway and the Direct Connect gateway must be different. For example,
2117
+ # if you use the default ASN 64512 for both your the transit gateway and
2118
+ # Direct Connect gateway, the association request fails.
2119
+ #
1964
2120
  # @option params [required, String] :connection_id
1965
2121
  # The ID of the connection.
1966
2122
  #
@@ -1985,6 +2141,12 @@ module Aws::DirectConnect
1985
2141
  # customer_address: "CustomerAddress",
1986
2142
  # address_family: "ipv4", # accepts ipv4, ipv6
1987
2143
  # direct_connect_gateway_id: "DirectConnectGatewayId",
2144
+ # tags: [
2145
+ # {
2146
+ # key: "TagKey", # required
2147
+ # value: "TagValue",
2148
+ # },
2149
+ # ],
1988
2150
  # },
1989
2151
  # })
1990
2152
  #
@@ -2023,6 +2185,9 @@ module Aws::DirectConnect
2023
2185
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
2024
2186
  # resp.virtual_interface.region #=> String
2025
2187
  # resp.virtual_interface.aws_device_v2 #=> String
2188
+ # resp.virtual_interface.tags #=> Array
2189
+ # resp.virtual_interface.tags[0].key #=> String
2190
+ # resp.virtual_interface.tags[0].value #=> String
2026
2191
  #
2027
2192
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateTransitVirtualInterface AWS API Documentation
2028
2193
  #
@@ -2099,6 +2264,9 @@ module Aws::DirectConnect
2099
2264
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
2100
2265
  # resp.virtual_interface.region #=> String
2101
2266
  # resp.virtual_interface.aws_device_v2 #=> String
2267
+ # resp.virtual_interface.tags #=> Array
2268
+ # resp.virtual_interface.tags[0].key #=> String
2269
+ # resp.virtual_interface.tags[0].value #=> String
2102
2270
  #
2103
2271
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer AWS API Documentation
2104
2272
  #
@@ -2136,6 +2304,7 @@ module Aws::DirectConnect
2136
2304
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
2137
2305
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
2138
2306
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
2307
+ # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
2139
2308
  #
2140
2309
  # @example Request syntax with placeholder values
2141
2310
  #
@@ -2160,6 +2329,9 @@ module Aws::DirectConnect
2160
2329
  # resp.jumbo_frame_capable #=> Boolean
2161
2330
  # resp.aws_device_v2 #=> String
2162
2331
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
2332
+ # resp.tags #=> Array
2333
+ # resp.tags[0].key #=> String
2334
+ # resp.tags[0].value #=> String
2163
2335
  #
2164
2336
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection AWS API Documentation
2165
2337
  #
@@ -2351,6 +2523,7 @@ module Aws::DirectConnect
2351
2523
  # * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
2352
2524
  # * {Types::Lag#jumbo_frame_capable #jumbo_frame_capable} => Boolean
2353
2525
  # * {Types::Lag#has_logical_redundancy #has_logical_redundancy} => String
2526
+ # * {Types::Lag#tags #tags} => Array&lt;Types::Tag&gt;
2354
2527
  #
2355
2528
  # @example Request syntax with placeholder values
2356
2529
  #
@@ -2387,9 +2560,15 @@ module Aws::DirectConnect
2387
2560
  # resp.connections[0].jumbo_frame_capable #=> Boolean
2388
2561
  # resp.connections[0].aws_device_v2 #=> String
2389
2562
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
2563
+ # resp.connections[0].tags #=> Array
2564
+ # resp.connections[0].tags[0].key #=> String
2565
+ # resp.connections[0].tags[0].value #=> String
2390
2566
  # resp.allows_hosted_connections #=> Boolean
2391
2567
  # resp.jumbo_frame_capable #=> Boolean
2392
2568
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
2569
+ # resp.tags #=> Array
2570
+ # resp.tags[0].key #=> String
2571
+ # resp.tags[0].value #=> String
2393
2572
  #
2394
2573
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLag AWS API Documentation
2395
2574
  #
@@ -2514,6 +2693,9 @@ module Aws::DirectConnect
2514
2693
  # resp.connections[0].jumbo_frame_capable #=> Boolean
2515
2694
  # resp.connections[0].aws_device_v2 #=> String
2516
2695
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
2696
+ # resp.connections[0].tags #=> Array
2697
+ # resp.connections[0].tags[0].key #=> String
2698
+ # resp.connections[0].tags[0].value #=> String
2517
2699
  #
2518
2700
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections AWS API Documentation
2519
2701
  #
@@ -2564,6 +2746,9 @@ module Aws::DirectConnect
2564
2746
  # resp.connections[0].jumbo_frame_capable #=> Boolean
2565
2747
  # resp.connections[0].aws_device_v2 #=> String
2566
2748
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
2749
+ # resp.connections[0].tags #=> Array
2750
+ # resp.connections[0].tags[0].key #=> String
2751
+ # resp.connections[0].tags[0].value #=> String
2567
2752
  #
2568
2753
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect AWS API Documentation
2569
2754
  #
@@ -2865,6 +3050,9 @@ module Aws::DirectConnect
2865
3050
  # resp.connections[0].jumbo_frame_capable #=> Boolean
2866
3051
  # resp.connections[0].aws_device_v2 #=> String
2867
3052
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3053
+ # resp.connections[0].tags #=> Array
3054
+ # resp.connections[0].tags[0].key #=> String
3055
+ # resp.connections[0].tags[0].value #=> String
2868
3056
  #
2869
3057
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections AWS API Documentation
2870
3058
  #
@@ -2959,6 +3147,9 @@ module Aws::DirectConnect
2959
3147
  # resp.interconnects[0].jumbo_frame_capable #=> Boolean
2960
3148
  # resp.interconnects[0].aws_device_v2 #=> String
2961
3149
  # resp.interconnects[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3150
+ # resp.interconnects[0].tags #=> Array
3151
+ # resp.interconnects[0].tags[0].key #=> String
3152
+ # resp.interconnects[0].tags[0].value #=> String
2962
3153
  #
2963
3154
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects AWS API Documentation
2964
3155
  #
@@ -3014,9 +3205,15 @@ module Aws::DirectConnect
3014
3205
  # resp.lags[0].connections[0].jumbo_frame_capable #=> Boolean
3015
3206
  # resp.lags[0].connections[0].aws_device_v2 #=> String
3016
3207
  # resp.lags[0].connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3208
+ # resp.lags[0].connections[0].tags #=> Array
3209
+ # resp.lags[0].connections[0].tags[0].key #=> String
3210
+ # resp.lags[0].connections[0].tags[0].value #=> String
3017
3211
  # resp.lags[0].allows_hosted_connections #=> Boolean
3018
3212
  # resp.lags[0].jumbo_frame_capable #=> Boolean
3019
3213
  # resp.lags[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3214
+ # resp.lags[0].tags #=> Array
3215
+ # resp.lags[0].tags[0].key #=> String
3216
+ # resp.lags[0].tags[0].value #=> String
3020
3217
  #
3021
3218
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags AWS API Documentation
3022
3219
  #
@@ -3225,6 +3422,9 @@ module Aws::DirectConnect
3225
3422
  # resp.virtual_interfaces[0].bgp_peers[0].aws_device_v2 #=> String
3226
3423
  # resp.virtual_interfaces[0].region #=> String
3227
3424
  # resp.virtual_interfaces[0].aws_device_v2 #=> String
3425
+ # resp.virtual_interfaces[0].tags #=> Array
3426
+ # resp.virtual_interfaces[0].tags[0].key #=> String
3427
+ # resp.virtual_interfaces[0].tags[0].value #=> String
3228
3428
  #
3229
3429
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces AWS API Documentation
3230
3430
  #
@@ -3272,6 +3472,7 @@ module Aws::DirectConnect
3272
3472
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
3273
3473
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
3274
3474
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
3475
+ # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
3275
3476
  #
3276
3477
  # @example Request syntax with placeholder values
3277
3478
  #
@@ -3297,6 +3498,9 @@ module Aws::DirectConnect
3297
3498
  # resp.jumbo_frame_capable #=> Boolean
3298
3499
  # resp.aws_device_v2 #=> String
3299
3500
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3501
+ # resp.tags #=> Array
3502
+ # resp.tags[0].key #=> String
3503
+ # resp.tags[0].value #=> String
3300
3504
  #
3301
3505
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag AWS API Documentation
3302
3506
  #
@@ -3318,7 +3522,7 @@ module Aws::DirectConnect
3318
3522
  # The Amazon Resource Name (ARN) of the resource.
3319
3523
  #
3320
3524
  # @option params [required, Array<Types::Tag>] :tags
3321
- # The tags to add.
3525
+ # The tags to assign.
3322
3526
  #
3323
3527
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3324
3528
  #
@@ -3475,6 +3679,7 @@ module Aws::DirectConnect
3475
3679
  # * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
3476
3680
  # * {Types::Lag#jumbo_frame_capable #jumbo_frame_capable} => Boolean
3477
3681
  # * {Types::Lag#has_logical_redundancy #has_logical_redundancy} => String
3682
+ # * {Types::Lag#tags #tags} => Array&lt;Types::Tag&gt;
3478
3683
  #
3479
3684
  # @example Request syntax with placeholder values
3480
3685
  #
@@ -3513,9 +3718,15 @@ module Aws::DirectConnect
3513
3718
  # resp.connections[0].jumbo_frame_capable #=> Boolean
3514
3719
  # resp.connections[0].aws_device_v2 #=> String
3515
3720
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3721
+ # resp.connections[0].tags #=> Array
3722
+ # resp.connections[0].tags[0].key #=> String
3723
+ # resp.connections[0].tags[0].value #=> String
3516
3724
  # resp.allows_hosted_connections #=> Boolean
3517
3725
  # resp.jumbo_frame_capable #=> Boolean
3518
3726
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3727
+ # resp.tags #=> Array
3728
+ # resp.tags[0].key #=> String
3729
+ # resp.tags[0].value #=> String
3519
3730
  #
3520
3731
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLag AWS API Documentation
3521
3732
  #
@@ -3570,6 +3781,7 @@ module Aws::DirectConnect
3570
3781
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
3571
3782
  # * {Types::VirtualInterface#region #region} => String
3572
3783
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
3784
+ # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
3573
3785
  #
3574
3786
  # @example Request syntax with placeholder values
3575
3787
  #
@@ -3613,6 +3825,9 @@ module Aws::DirectConnect
3613
3825
  # resp.bgp_peers[0].aws_device_v2 #=> String
3614
3826
  # resp.region #=> String
3615
3827
  # resp.aws_device_v2 #=> String
3828
+ # resp.tags #=> Array
3829
+ # resp.tags[0].key #=> String
3830
+ # resp.tags[0].value #=> String
3616
3831
  #
3617
3832
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributes AWS API Documentation
3618
3833
  #
@@ -3636,7 +3851,7 @@ module Aws::DirectConnect
3636
3851
  params: params,
3637
3852
  config: config)
3638
3853
  context[:gem_name] = 'aws-sdk-directconnect'
3639
- context[:gem_version] = '1.21.0'
3854
+ context[:gem_version] = '1.22.0'
3640
3855
  Seahorse::Client::Request.new(handlers, context)
3641
3856
  end
3642
3857