aws-sdk-directconnect 1.24.0 → 1.25.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: 5684dee19e2f53acec3d1db311d36afbc354bd3d
4
- data.tar.gz: b996d66cadce3b4ff79a5ea69a4ba86cbda6ac6e
3
+ metadata.gz: 832b7e66c0bfd75d8566193a9a109e1badf5fe2b
4
+ data.tar.gz: 2bb8f856aa9eaa896e7073e35369c93227595e5a
5
5
  SHA512:
6
- metadata.gz: f9cea0029ccd37198e2472656497845856a218cc57be12d56e4b7c380c213d2b07da6d71555f2e771c894c40675254e928f30fd874d5da37a63faf1b0154e568
7
- data.tar.gz: 744f412926ad4ff06dd7f0985d852d260045dd3012af7e4556278babe16d7d7cd48ecd8e2aa36dbfa6155c63d6e0334ad4c9519cdcd87e41a044d96d403e1397
6
+ metadata.gz: 891b44d0a510b1b8b7a44de457e459d6a1a7262e68bd96d883e6ad27ad6a5dcc9d9ab0f47a58c9d5952fa2cada4d828ffeec1d503bce2f32a0c13a01a15946ee
7
+ data.tar.gz: f6d8903f79cccd38e4b5ac4a51affa1ee3f564a8ab7be353b01e445eb02ff8098e7b804906731db2a40ec705bebbab4e616f40fcebd383bead6f65a3fcc21046
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directconnect/customizations'
42
42
  # @service
43
43
  module Aws::DirectConnect
44
44
 
45
- GEM_VERSION = '1.24.0'
45
+ GEM_VERSION = '1.25.0'
46
46
 
47
47
  end
@@ -381,6 +381,7 @@ module Aws::DirectConnect
381
381
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
382
382
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
383
383
  # * {Types::Connection#tags #tags} => Array<Types::Tag>
384
+ # * {Types::Connection#provider_name #provider_name} => String
384
385
  #
385
386
  # @example Request syntax with placeholder values
386
387
  #
@@ -412,6 +413,7 @@ module Aws::DirectConnect
412
413
  # resp.tags #=> Array
413
414
  # resp.tags[0].key #=> String
414
415
  # resp.tags[0].value #=> String
416
+ # resp.provider_name #=> String
415
417
  #
416
418
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect AWS API Documentation
417
419
  #
@@ -455,7 +457,7 @@ module Aws::DirectConnect
455
457
  # The dedicated VLAN provisioned to the hosted connection.
456
458
  #
457
459
  # @option params [Array<Types::Tag>] :tags
458
- # The tags to assign to the hosted connection.
460
+ # The tags associated with the connection.
459
461
  #
460
462
  # @return [Types::Connection] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
461
463
  #
@@ -475,6 +477,7 @@ module Aws::DirectConnect
475
477
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
476
478
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
477
479
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
480
+ # * {Types::Connection#provider_name #provider_name} => String
478
481
  #
479
482
  # @example Request syntax with placeholder values
480
483
  #
@@ -512,6 +515,7 @@ module Aws::DirectConnect
512
515
  # resp.tags #=> Array
513
516
  # resp.tags[0].key #=> String
514
517
  # resp.tags[0].value #=> String
518
+ # resp.provider_name #=> String
515
519
  #
516
520
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection AWS API Documentation
517
521
  #
@@ -907,6 +911,7 @@ module Aws::DirectConnect
907
911
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
908
912
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
909
913
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
914
+ # * {Types::Connection#provider_name #provider_name} => String
910
915
  #
911
916
  # @example Request syntax with placeholder values
912
917
  #
@@ -935,6 +940,7 @@ module Aws::DirectConnect
935
940
  # resp.tags #=> Array
936
941
  # resp.tags[0].key #=> String
937
942
  # resp.tags[0].value #=> String
943
+ # resp.provider_name #=> String
938
944
  #
939
945
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag AWS API Documentation
940
946
  #
@@ -979,6 +985,7 @@ module Aws::DirectConnect
979
985
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
980
986
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
981
987
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
988
+ # * {Types::Connection#provider_name #provider_name} => String
982
989
  #
983
990
  # @example Request syntax with placeholder values
984
991
  #
@@ -1007,6 +1014,7 @@ module Aws::DirectConnect
1007
1014
  # resp.tags #=> Array
1008
1015
  # resp.tags[0].key #=> String
1009
1016
  # resp.tags[0].value #=> String
1017
+ # resp.provider_name #=> String
1010
1018
  #
1011
1019
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection AWS API Documentation
1012
1020
  #
@@ -1382,7 +1390,11 @@ module Aws::DirectConnect
1382
1390
  # The ID of the LAG.
1383
1391
  #
1384
1392
  # @option params [Array<Types::Tag>] :tags
1385
- # The tags to assign to the connection.
1393
+ # The tags to associate with the lag.
1394
+ #
1395
+ # @option params [String] :provider_name
1396
+ # The name of the service provider associated with the requested
1397
+ # connection.
1386
1398
  #
1387
1399
  # @return [Types::Connection] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1388
1400
  #
@@ -1402,6 +1414,7 @@ module Aws::DirectConnect
1402
1414
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
1403
1415
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
1404
1416
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
1417
+ # * {Types::Connection#provider_name #provider_name} => String
1405
1418
  #
1406
1419
  # @example Request syntax with placeholder values
1407
1420
  #
@@ -1416,6 +1429,7 @@ module Aws::DirectConnect
1416
1429
  # value: "TagValue",
1417
1430
  # },
1418
1431
  # ],
1432
+ # provider_name: "ProviderName",
1419
1433
  # })
1420
1434
  #
1421
1435
  # @example Response structure
@@ -1438,6 +1452,7 @@ module Aws::DirectConnect
1438
1452
  # resp.tags #=> Array
1439
1453
  # resp.tags[0].key #=> String
1440
1454
  # resp.tags[0].value #=> String
1455
+ # resp.provider_name #=> String
1441
1456
  #
1442
1457
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection AWS API Documentation
1443
1458
  #
@@ -1508,6 +1523,9 @@ module Aws::DirectConnect
1508
1523
  # @option params [Array<Types::RouteFilterPrefix>] :add_allowed_prefixes_to_direct_connect_gateway
1509
1524
  # The Amazon VPC prefixes to advertise to the Direct Connect gateway
1510
1525
  #
1526
+ # This parameter is required when you create an association to a transit
1527
+ # gateway.
1528
+ #
1511
1529
  # For information about how to set the prefixes, see [Allowed
1512
1530
  # Prefixes][1] in the *AWS Direct Connect User Guide*.
1513
1531
  #
@@ -1672,7 +1690,10 @@ module Aws::DirectConnect
1672
1690
  # The ID of the LAG.
1673
1691
  #
1674
1692
  # @option params [Array<Types::Tag>] :tags
1675
- # The tags to assign to the interconnect,
1693
+ # The tags to associate with the interconnect.
1694
+ #
1695
+ # @option params [String] :provider_name
1696
+ # The name of the service provider associated with the interconnect.
1676
1697
  #
1677
1698
  # @return [Types::Interconnect] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1678
1699
  #
@@ -1689,6 +1710,7 @@ module Aws::DirectConnect
1689
1710
  # * {Types::Interconnect#aws_device_v2 #aws_device_v2} => String
1690
1711
  # * {Types::Interconnect#has_logical_redundancy #has_logical_redundancy} => String
1691
1712
  # * {Types::Interconnect#tags #tags} => Array&lt;Types::Tag&gt;
1713
+ # * {Types::Interconnect#provider_name #provider_name} => String
1692
1714
  #
1693
1715
  # @example Request syntax with placeholder values
1694
1716
  #
@@ -1703,6 +1725,7 @@ module Aws::DirectConnect
1703
1725
  # value: "TagValue",
1704
1726
  # },
1705
1727
  # ],
1728
+ # provider_name: "ProviderName",
1706
1729
  # })
1707
1730
  #
1708
1731
  # @example Response structure
@@ -1722,6 +1745,7 @@ module Aws::DirectConnect
1722
1745
  # resp.tags #=> Array
1723
1746
  # resp.tags[0].key #=> String
1724
1747
  # resp.tags[0].value #=> String
1748
+ # resp.provider_name #=> String
1725
1749
  #
1726
1750
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnect AWS API Documentation
1727
1751
  #
@@ -1778,14 +1802,13 @@ module Aws::DirectConnect
1778
1802
  # The ID of an existing connection to migrate to the LAG.
1779
1803
  #
1780
1804
  # @option params [Array<Types::Tag>] :tags
1781
- # The tags to assign to the link aggregation group (LAG).
1805
+ # The tags to associate with the LAG.
1782
1806
  #
1783
1807
  # @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.
1808
+ # The tags to associate with the automtically created LAGs.
1809
+ #
1810
+ # @option params [String] :provider_name
1811
+ # The name of the service provider associated with the LAG.
1789
1812
  #
1790
1813
  # @return [Types::Lag] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1791
1814
  #
@@ -1805,6 +1828,7 @@ module Aws::DirectConnect
1805
1828
  # * {Types::Lag#jumbo_frame_capable #jumbo_frame_capable} => Boolean
1806
1829
  # * {Types::Lag#has_logical_redundancy #has_logical_redundancy} => String
1807
1830
  # * {Types::Lag#tags #tags} => Array&lt;Types::Tag&gt;
1831
+ # * {Types::Lag#provider_name #provider_name} => String
1808
1832
  #
1809
1833
  # @example Request syntax with placeholder values
1810
1834
  #
@@ -1826,6 +1850,7 @@ module Aws::DirectConnect
1826
1850
  # value: "TagValue",
1827
1851
  # },
1828
1852
  # ],
1853
+ # provider_name: "ProviderName",
1829
1854
  # })
1830
1855
  #
1831
1856
  # @example Response structure
@@ -1860,12 +1885,14 @@ module Aws::DirectConnect
1860
1885
  # resp.connections[0].tags #=> Array
1861
1886
  # resp.connections[0].tags[0].key #=> String
1862
1887
  # resp.connections[0].tags[0].value #=> String
1888
+ # resp.connections[0].provider_name #=> String
1863
1889
  # resp.allows_hosted_connections #=> Boolean
1864
1890
  # resp.jumbo_frame_capable #=> Boolean
1865
1891
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1866
1892
  # resp.tags #=> Array
1867
1893
  # resp.tags[0].key #=> String
1868
1894
  # resp.tags[0].value #=> String
1895
+ # resp.provider_name #=> String
1869
1896
  #
1870
1897
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLag AWS API Documentation
1871
1898
  #
@@ -2305,6 +2332,7 @@ module Aws::DirectConnect
2305
2332
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
2306
2333
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
2307
2334
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
2335
+ # * {Types::Connection#provider_name #provider_name} => String
2308
2336
  #
2309
2337
  # @example Request syntax with placeholder values
2310
2338
  #
@@ -2332,6 +2360,7 @@ module Aws::DirectConnect
2332
2360
  # resp.tags #=> Array
2333
2361
  # resp.tags[0].key #=> String
2334
2362
  # resp.tags[0].value #=> String
2363
+ # resp.provider_name #=> String
2335
2364
  #
2336
2365
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection AWS API Documentation
2337
2366
  #
@@ -2344,8 +2373,8 @@ module Aws::DirectConnect
2344
2373
 
2345
2374
  # Deletes the specified Direct Connect gateway. You must first delete
2346
2375
  # all virtual interfaces that are attached to the Direct Connect gateway
2347
- # and disassociate all virtual private gateways that are associated with
2348
- # the Direct Connect gateway.
2376
+ # and disassociate all virtual private gateways associated with the
2377
+ # Direct Connect gateway.
2349
2378
  #
2350
2379
  # @option params [required, String] :direct_connect_gateway_id
2351
2380
  # The ID of the Direct Connect gateway.
@@ -2381,6 +2410,11 @@ module Aws::DirectConnect
2381
2410
  # Deletes the association between the specified Direct Connect gateway
2382
2411
  # and virtual private gateway.
2383
2412
  #
2413
+ # We recommend that you specify the `associationID` to delete the
2414
+ # association. Alternatively, if you own virtual gateway and a Direct
2415
+ # Connect gateway association, you can specify the `virtualGatewayId`
2416
+ # and `directConnectGatewayId` to delete an association.
2417
+ #
2384
2418
  # @option params [String] :association_id
2385
2419
  # The ID of the Direct Connect gateway association.
2386
2420
  #
@@ -2524,6 +2558,7 @@ module Aws::DirectConnect
2524
2558
  # * {Types::Lag#jumbo_frame_capable #jumbo_frame_capable} => Boolean
2525
2559
  # * {Types::Lag#has_logical_redundancy #has_logical_redundancy} => String
2526
2560
  # * {Types::Lag#tags #tags} => Array&lt;Types::Tag&gt;
2561
+ # * {Types::Lag#provider_name #provider_name} => String
2527
2562
  #
2528
2563
  # @example Request syntax with placeholder values
2529
2564
  #
@@ -2563,12 +2598,14 @@ module Aws::DirectConnect
2563
2598
  # resp.connections[0].tags #=> Array
2564
2599
  # resp.connections[0].tags[0].key #=> String
2565
2600
  # resp.connections[0].tags[0].value #=> String
2601
+ # resp.connections[0].provider_name #=> String
2566
2602
  # resp.allows_hosted_connections #=> Boolean
2567
2603
  # resp.jumbo_frame_capable #=> Boolean
2568
2604
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
2569
2605
  # resp.tags #=> Array
2570
2606
  # resp.tags[0].key #=> String
2571
2607
  # resp.tags[0].value #=> String
2608
+ # resp.provider_name #=> String
2572
2609
  #
2573
2610
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLag AWS API Documentation
2574
2611
  #
@@ -2696,6 +2733,7 @@ module Aws::DirectConnect
2696
2733
  # resp.connections[0].tags #=> Array
2697
2734
  # resp.connections[0].tags[0].key #=> String
2698
2735
  # resp.connections[0].tags[0].value #=> String
2736
+ # resp.connections[0].provider_name #=> String
2699
2737
  #
2700
2738
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections AWS API Documentation
2701
2739
  #
@@ -2749,6 +2787,7 @@ module Aws::DirectConnect
2749
2787
  # resp.connections[0].tags #=> Array
2750
2788
  # resp.connections[0].tags[0].key #=> String
2751
2789
  # resp.connections[0].tags[0].value #=> String
2790
+ # resp.connections[0].provider_name #=> String
2752
2791
  #
2753
2792
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect AWS API Documentation
2754
2793
  #
@@ -3053,6 +3092,7 @@ module Aws::DirectConnect
3053
3092
  # resp.connections[0].tags #=> Array
3054
3093
  # resp.connections[0].tags[0].key #=> String
3055
3094
  # resp.connections[0].tags[0].value #=> String
3095
+ # resp.connections[0].provider_name #=> String
3056
3096
  #
3057
3097
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections AWS API Documentation
3058
3098
  #
@@ -3150,6 +3190,7 @@ module Aws::DirectConnect
3150
3190
  # resp.interconnects[0].tags #=> Array
3151
3191
  # resp.interconnects[0].tags[0].key #=> String
3152
3192
  # resp.interconnects[0].tags[0].value #=> String
3193
+ # resp.interconnects[0].provider_name #=> String
3153
3194
  #
3154
3195
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects AWS API Documentation
3155
3196
  #
@@ -3208,12 +3249,14 @@ module Aws::DirectConnect
3208
3249
  # resp.lags[0].connections[0].tags #=> Array
3209
3250
  # resp.lags[0].connections[0].tags[0].key #=> String
3210
3251
  # resp.lags[0].connections[0].tags[0].value #=> String
3252
+ # resp.lags[0].connections[0].provider_name #=> String
3211
3253
  # resp.lags[0].allows_hosted_connections #=> Boolean
3212
3254
  # resp.lags[0].jumbo_frame_capable #=> Boolean
3213
3255
  # resp.lags[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3214
3256
  # resp.lags[0].tags #=> Array
3215
3257
  # resp.lags[0].tags[0].key #=> String
3216
3258
  # resp.lags[0].tags[0].value #=> String
3259
+ # resp.lags[0].provider_name #=> String
3217
3260
  #
3218
3261
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags AWS API Documentation
3219
3262
  #
@@ -3293,6 +3336,8 @@ module Aws::DirectConnect
3293
3336
  # resp.locations[0].region #=> String
3294
3337
  # resp.locations[0].available_port_speeds #=> Array
3295
3338
  # resp.locations[0].available_port_speeds[0] #=> String
3339
+ # resp.locations[0].available_providers #=> Array
3340
+ # resp.locations[0].available_providers[0] #=> String
3296
3341
  #
3297
3342
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocations AWS API Documentation
3298
3343
  #
@@ -3473,6 +3518,7 @@ module Aws::DirectConnect
3473
3518
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
3474
3519
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
3475
3520
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
3521
+ # * {Types::Connection#provider_name #provider_name} => String
3476
3522
  #
3477
3523
  # @example Request syntax with placeholder values
3478
3524
  #
@@ -3501,6 +3547,7 @@ module Aws::DirectConnect
3501
3547
  # resp.tags #=> Array
3502
3548
  # resp.tags[0].key #=> String
3503
3549
  # resp.tags[0].value #=> String
3550
+ # resp.provider_name #=> String
3504
3551
  #
3505
3552
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag AWS API Documentation
3506
3553
  #
@@ -3522,7 +3569,7 @@ module Aws::DirectConnect
3522
3569
  # The Amazon Resource Name (ARN) of the resource.
3523
3570
  #
3524
3571
  # @option params [required, Array<Types::Tag>] :tags
3525
- # The tags to assign.
3572
+ # The tags to add.
3526
3573
  #
3527
3574
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3528
3575
  #
@@ -3680,6 +3727,7 @@ module Aws::DirectConnect
3680
3727
  # * {Types::Lag#jumbo_frame_capable #jumbo_frame_capable} => Boolean
3681
3728
  # * {Types::Lag#has_logical_redundancy #has_logical_redundancy} => String
3682
3729
  # * {Types::Lag#tags #tags} => Array&lt;Types::Tag&gt;
3730
+ # * {Types::Lag#provider_name #provider_name} => String
3683
3731
  #
3684
3732
  # @example Request syntax with placeholder values
3685
3733
  #
@@ -3721,12 +3769,14 @@ module Aws::DirectConnect
3721
3769
  # resp.connections[0].tags #=> Array
3722
3770
  # resp.connections[0].tags[0].key #=> String
3723
3771
  # resp.connections[0].tags[0].value #=> String
3772
+ # resp.connections[0].provider_name #=> String
3724
3773
  # resp.allows_hosted_connections #=> Boolean
3725
3774
  # resp.jumbo_frame_capable #=> Boolean
3726
3775
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3727
3776
  # resp.tags #=> Array
3728
3777
  # resp.tags[0].key #=> String
3729
3778
  # resp.tags[0].value #=> String
3779
+ # resp.provider_name #=> String
3730
3780
  #
3731
3781
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLag AWS API Documentation
3732
3782
  #
@@ -3851,7 +3901,7 @@ module Aws::DirectConnect
3851
3901
  params: params,
3852
3902
  config: config)
3853
3903
  context[:gem_name] = 'aws-sdk-directconnect'
3854
- context[:gem_version] = '1.24.0'
3904
+ context[:gem_version] = '1.25.0'
3855
3905
  Seahorse::Client::Request.new(handlers, context)
3856
3906
  end
3857
3907
 
@@ -167,6 +167,7 @@ module Aws::DirectConnect
167
167
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
168
168
  PartnerName = Shapes::StringShape.new(name: 'PartnerName')
169
169
  PortSpeed = Shapes::StringShape.new(name: 'PortSpeed')
170
+ ProviderList = Shapes::ListShape.new(name: 'ProviderList')
170
171
  ProviderName = Shapes::StringShape.new(name: 'ProviderName')
171
172
  Region = Shapes::StringShape.new(name: 'Region')
172
173
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
@@ -289,7 +290,7 @@ module Aws::DirectConnect
289
290
  ConfirmConnectionResponse.struct_class = Types::ConfirmConnectionResponse
290
291
 
291
292
  ConfirmPrivateVirtualInterfaceRequest.add_member(:virtual_interface_id, Shapes::ShapeRef.new(shape: VirtualInterfaceId, required: true, location_name: "virtualInterfaceId"))
292
- ConfirmPrivateVirtualInterfaceRequest.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, deprecated: true, location_name: "virtualGatewayId"))
293
+ ConfirmPrivateVirtualInterfaceRequest.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
293
294
  ConfirmPrivateVirtualInterfaceRequest.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
294
295
  ConfirmPrivateVirtualInterfaceRequest.struct_class = Types::ConfirmPrivateVirtualInterfaceRequest
295
296
 
@@ -325,6 +326,7 @@ module Aws::DirectConnect
325
326
  Connection.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
326
327
  Connection.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
327
328
  Connection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
329
+ Connection.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
328
330
  Connection.struct_class = Types::Connection
329
331
 
330
332
  ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
@@ -344,6 +346,7 @@ module Aws::DirectConnect
344
346
  CreateConnectionRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "connectionName"))
345
347
  CreateConnectionRequest.add_member(:lag_id, Shapes::ShapeRef.new(shape: LagId, location_name: "lagId"))
346
348
  CreateConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
349
+ CreateConnectionRequest.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
347
350
  CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
348
351
 
349
352
  CreateDirectConnectGatewayAssociationProposalRequest.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, required: true, location_name: "directConnectGatewayId"))
@@ -359,7 +362,7 @@ module Aws::DirectConnect
359
362
  CreateDirectConnectGatewayAssociationRequest.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, required: true, location_name: "directConnectGatewayId"))
360
363
  CreateDirectConnectGatewayAssociationRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: GatewayIdToAssociate, location_name: "gatewayId"))
361
364
  CreateDirectConnectGatewayAssociationRequest.add_member(:add_allowed_prefixes_to_direct_connect_gateway, Shapes::ShapeRef.new(shape: RouteFilterPrefixList, location_name: "addAllowedPrefixesToDirectConnectGateway"))
362
- CreateDirectConnectGatewayAssociationRequest.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, deprecated: true, location_name: "virtualGatewayId"))
365
+ CreateDirectConnectGatewayAssociationRequest.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
363
366
  CreateDirectConnectGatewayAssociationRequest.struct_class = Types::CreateDirectConnectGatewayAssociationRequest
364
367
 
365
368
  CreateDirectConnectGatewayAssociationResult.add_member(:direct_connect_gateway_association, Shapes::ShapeRef.new(shape: DirectConnectGatewayAssociation, location_name: "directConnectGatewayAssociation"))
@@ -377,6 +380,7 @@ module Aws::DirectConnect
377
380
  CreateInterconnectRequest.add_member(:location, Shapes::ShapeRef.new(shape: LocationCode, required: true, location_name: "location"))
378
381
  CreateInterconnectRequest.add_member(:lag_id, Shapes::ShapeRef.new(shape: LagId, location_name: "lagId"))
379
382
  CreateInterconnectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
383
+ CreateInterconnectRequest.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
380
384
  CreateInterconnectRequest.struct_class = Types::CreateInterconnectRequest
381
385
 
382
386
  CreateLagRequest.add_member(:number_of_connections, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "numberOfConnections"))
@@ -386,6 +390,7 @@ module Aws::DirectConnect
386
390
  CreateLagRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "connectionId"))
387
391
  CreateLagRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
388
392
  CreateLagRequest.add_member(:child_connection_tags, Shapes::ShapeRef.new(shape: TagList, location_name: "childConnectionTags"))
393
+ CreateLagRequest.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
389
394
  CreateLagRequest.struct_class = Types::CreateLagRequest
390
395
 
391
396
  CreatePrivateVirtualInterfaceRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
@@ -423,7 +428,7 @@ module Aws::DirectConnect
423
428
 
424
429
  DeleteDirectConnectGatewayAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayAssociationId, location_name: "associationId"))
425
430
  DeleteDirectConnectGatewayAssociationRequest.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
426
- DeleteDirectConnectGatewayAssociationRequest.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, deprecated: true, location_name: "virtualGatewayId"))
431
+ DeleteDirectConnectGatewayAssociationRequest.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
427
432
  DeleteDirectConnectGatewayAssociationRequest.struct_class = Types::DeleteDirectConnectGatewayAssociationRequest
428
433
 
429
434
  DeleteDirectConnectGatewayAssociationResult.add_member(:direct_connect_gateway_association, Shapes::ShapeRef.new(shape: DirectConnectGatewayAssociation, location_name: "directConnectGatewayAssociation"))
@@ -480,7 +485,7 @@ module Aws::DirectConnect
480
485
  DescribeDirectConnectGatewayAssociationsRequest.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
481
486
  DescribeDirectConnectGatewayAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultSetSize, location_name: "maxResults"))
482
487
  DescribeDirectConnectGatewayAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
483
- DescribeDirectConnectGatewayAssociationsRequest.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, deprecated: true, location_name: "virtualGatewayId"))
488
+ DescribeDirectConnectGatewayAssociationsRequest.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
484
489
  DescribeDirectConnectGatewayAssociationsRequest.struct_class = Types::DescribeDirectConnectGatewayAssociationsRequest
485
490
 
486
491
  DescribeDirectConnectGatewayAssociationsResult.add_member(:direct_connect_gateway_associations, Shapes::ShapeRef.new(shape: DirectConnectGatewayAssociationList, location_name: "directConnectGatewayAssociations"))
@@ -556,7 +561,7 @@ module Aws::DirectConnect
556
561
  DirectConnectGatewayAssociation.add_member(:associated_gateway, Shapes::ShapeRef.new(shape: AssociatedGateway, location_name: "associatedGateway"))
557
562
  DirectConnectGatewayAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayAssociationId, location_name: "associationId"))
558
563
  DirectConnectGatewayAssociation.add_member(:allowed_prefixes_to_direct_connect_gateway, Shapes::ShapeRef.new(shape: RouteFilterPrefixList, location_name: "allowedPrefixesToDirectConnectGateway"))
559
- DirectConnectGatewayAssociation.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, deprecated: true, location_name: "virtualGatewayId"))
564
+ DirectConnectGatewayAssociation.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
560
565
  DirectConnectGatewayAssociation.add_member(:virtual_gateway_region, Shapes::ShapeRef.new(shape: VirtualGatewayRegion, deprecated: true, location_name: "virtualGatewayRegion"))
561
566
  DirectConnectGatewayAssociation.add_member(:virtual_gateway_owner_account, Shapes::ShapeRef.new(shape: OwnerAccount, location_name: "virtualGatewayOwnerAccount"))
562
567
  DirectConnectGatewayAssociation.struct_class = Types::DirectConnectGatewayAssociation
@@ -607,6 +612,7 @@ module Aws::DirectConnect
607
612
  Interconnect.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
608
613
  Interconnect.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
609
614
  Interconnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
615
+ Interconnect.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
610
616
  Interconnect.struct_class = Types::Interconnect
611
617
 
612
618
  InterconnectList.member = Shapes::ShapeRef.new(shape: Interconnect)
@@ -630,6 +636,7 @@ module Aws::DirectConnect
630
636
  Lag.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
631
637
  Lag.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
632
638
  Lag.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
639
+ Lag.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
633
640
  Lag.struct_class = Types::Lag
634
641
 
635
642
  LagList.member = Shapes::ShapeRef.new(shape: Lag)
@@ -645,6 +652,7 @@ module Aws::DirectConnect
645
652
  Location.add_member(:location_name, Shapes::ShapeRef.new(shape: LocationName, location_name: "locationName"))
646
653
  Location.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
647
654
  Location.add_member(:available_port_speeds, Shapes::ShapeRef.new(shape: AvailablePortSpeeds, location_name: "availablePortSpeeds"))
655
+ Location.add_member(:available_providers, Shapes::ShapeRef.new(shape: ProviderList, location_name: "availableProviders"))
648
656
  Location.struct_class = Types::Location
649
657
 
650
658
  LocationList.member = Shapes::ShapeRef.new(shape: Location)
@@ -667,7 +675,7 @@ module Aws::DirectConnect
667
675
  NewPrivateVirtualInterface.add_member(:amazon_address, Shapes::ShapeRef.new(shape: AmazonAddress, location_name: "amazonAddress"))
668
676
  NewPrivateVirtualInterface.add_member(:customer_address, Shapes::ShapeRef.new(shape: CustomerAddress, location_name: "customerAddress"))
669
677
  NewPrivateVirtualInterface.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
670
- NewPrivateVirtualInterface.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, deprecated: true, location_name: "virtualGatewayId"))
678
+ NewPrivateVirtualInterface.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
671
679
  NewPrivateVirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
672
680
  NewPrivateVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
673
681
  NewPrivateVirtualInterface.struct_class = Types::NewPrivateVirtualInterface
@@ -728,6 +736,8 @@ module Aws::DirectConnect
728
736
  NewTransitVirtualInterfaceAllocation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
729
737
  NewTransitVirtualInterfaceAllocation.struct_class = Types::NewTransitVirtualInterfaceAllocation
730
738
 
739
+ ProviderList.member = Shapes::ShapeRef.new(shape: ProviderName)
740
+
731
741
  ResourceArnList.member = Shapes::ShapeRef.new(shape: ResourceArn)
732
742
 
733
743
  ResourceTag.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "resourceArn"))
@@ -778,7 +788,7 @@ module Aws::DirectConnect
778
788
  UpdateVirtualInterfaceAttributesRequest.add_member(:mtu, Shapes::ShapeRef.new(shape: MTU, location_name: "mtu"))
779
789
  UpdateVirtualInterfaceAttributesRequest.struct_class = Types::UpdateVirtualInterfaceAttributesRequest
780
790
 
781
- VirtualGateway.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, deprecated: true, location_name: "virtualGatewayId"))
791
+ VirtualGateway.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
782
792
  VirtualGateway.add_member(:virtual_gateway_state, Shapes::ShapeRef.new(shape: VirtualGatewayState, location_name: "virtualGatewayState"))
783
793
  VirtualGateway.struct_class = Types::VirtualGateway
784
794
 
@@ -804,7 +814,7 @@ module Aws::DirectConnect
804
814
  VirtualInterface.add_member(:customer_router_config, Shapes::ShapeRef.new(shape: RouterConfig, location_name: "customerRouterConfig"))
805
815
  VirtualInterface.add_member(:mtu, Shapes::ShapeRef.new(shape: MTU, location_name: "mtu"))
806
816
  VirtualInterface.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
807
- VirtualInterface.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, deprecated: true, location_name: "virtualGatewayId"))
817
+ VirtualInterface.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
808
818
  VirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
809
819
  VirtualInterface.add_member(:route_filter_prefixes, Shapes::ShapeRef.new(shape: RouteFilterPrefixList, location_name: "routeFilterPrefixes"))
810
820
  VirtualInterface.add_member(:bgp_peers, Shapes::ShapeRef.new(shape: BGPPeerList, location_name: "bgpPeers"))
@@ -159,7 +159,7 @@ module Aws::DirectConnect
159
159
  # @return [Integer]
160
160
  #
161
161
  # @!attribute [rw] tags
162
- # The tags to assign to the hosted connection.
162
+ # The tags associated with the connection.
163
163
  # @return [Array<Types::Tag>]
164
164
  #
165
165
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnectionRequest AWS API Documentation
@@ -854,9 +854,13 @@ module Aws::DirectConnect
854
854
  # @return [String]
855
855
  #
856
856
  # @!attribute [rw] tags
857
- # Any tags assigned to the connection.
857
+ # The tags associated with the connection.
858
858
  # @return [Array<Types::Tag>]
859
859
  #
860
+ # @!attribute [rw] provider_name
861
+ # The name of the service provider associated with the connection.
862
+ # @return [String]
863
+ #
860
864
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection AWS API Documentation
861
865
  #
862
866
  class Connection < Struct.new(
@@ -875,7 +879,8 @@ module Aws::DirectConnect
875
879
  :jumbo_frame_capable,
876
880
  :aws_device_v2,
877
881
  :has_logical_redundancy,
878
- :tags)
882
+ :tags,
883
+ :provider_name)
879
884
  include Aws::Structure
880
885
  end
881
886
 
@@ -945,6 +950,7 @@ module Aws::DirectConnect
945
950
  # value: "TagValue",
946
951
  # },
947
952
  # ],
953
+ # provider_name: "ProviderName",
948
954
  # }
949
955
  #
950
956
  # @!attribute [rw] location
@@ -964,9 +970,14 @@ module Aws::DirectConnect
964
970
  # @return [String]
965
971
  #
966
972
  # @!attribute [rw] tags
967
- # The tags to assign to the connection.
973
+ # The tags to associate with the lag.
968
974
  # @return [Array<Types::Tag>]
969
975
  #
976
+ # @!attribute [rw] provider_name
977
+ # The name of the service provider associated with the requested
978
+ # connection.
979
+ # @return [String]
980
+ #
970
981
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnectionRequest AWS API Documentation
971
982
  #
972
983
  class CreateConnectionRequest < Struct.new(
@@ -974,7 +985,8 @@ module Aws::DirectConnect
974
985
  :bandwidth,
975
986
  :connection_name,
976
987
  :lag_id,
977
- :tags)
988
+ :tags,
989
+ :provider_name)
978
990
  include Aws::Structure
979
991
  end
980
992
 
@@ -1065,6 +1077,9 @@ module Aws::DirectConnect
1065
1077
  # @!attribute [rw] add_allowed_prefixes_to_direct_connect_gateway
1066
1078
  # The Amazon VPC prefixes to advertise to the Direct Connect gateway
1067
1079
  #
1080
+ # This parameter is required when you create an association to a
1081
+ # transit gateway.
1082
+ #
1068
1083
  # For information about how to set the prefixes, see [Allowed
1069
1084
  # Prefixes][1] in the *AWS Direct Connect User Guide*.
1070
1085
  #
@@ -1150,6 +1165,7 @@ module Aws::DirectConnect
1150
1165
  # value: "TagValue",
1151
1166
  # },
1152
1167
  # ],
1168
+ # provider_name: "ProviderName",
1153
1169
  # }
1154
1170
  #
1155
1171
  # @!attribute [rw] interconnect_name
@@ -1169,9 +1185,13 @@ module Aws::DirectConnect
1169
1185
  # @return [String]
1170
1186
  #
1171
1187
  # @!attribute [rw] tags
1172
- # The tags to assign to the interconnect,
1188
+ # The tags to associate with the interconnect.
1173
1189
  # @return [Array<Types::Tag>]
1174
1190
  #
1191
+ # @!attribute [rw] provider_name
1192
+ # The name of the service provider associated with the interconnect.
1193
+ # @return [String]
1194
+ #
1175
1195
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnectRequest AWS API Documentation
1176
1196
  #
1177
1197
  class CreateInterconnectRequest < Struct.new(
@@ -1179,7 +1199,8 @@ module Aws::DirectConnect
1179
1199
  :bandwidth,
1180
1200
  :location,
1181
1201
  :lag_id,
1182
- :tags)
1202
+ :tags,
1203
+ :provider_name)
1183
1204
  include Aws::Structure
1184
1205
  end
1185
1206
 
@@ -1204,6 +1225,7 @@ module Aws::DirectConnect
1204
1225
  # value: "TagValue",
1205
1226
  # },
1206
1227
  # ],
1228
+ # provider_name: "ProviderName",
1207
1229
  # }
1208
1230
  #
1209
1231
  # @!attribute [rw] number_of_connections
@@ -1230,17 +1252,17 @@ module Aws::DirectConnect
1230
1252
  # @return [String]
1231
1253
  #
1232
1254
  # @!attribute [rw] tags
1233
- # The tags to assign to the link aggregation group (LAG).
1255
+ # The tags to associate with the LAG.
1234
1256
  # @return [Array<Types::Tag>]
1235
1257
  #
1236
1258
  # @!attribute [rw] child_connection_tags
1237
- # The tags to assign to the child connections of the LAG. Only newly
1238
- # created child connections as the result of creating a LAG connection
1239
- # are assigned the provided tags. The tags are not assigned to an
1240
- # existing connection that is provided via the “connectionId”
1241
- # parameter that will be migrated to the LAG.
1259
+ # The tags to associate with the automtically created LAGs.
1242
1260
  # @return [Array<Types::Tag>]
1243
1261
  #
1262
+ # @!attribute [rw] provider_name
1263
+ # The name of the service provider associated with the LAG.
1264
+ # @return [String]
1265
+ #
1244
1266
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLagRequest AWS API Documentation
1245
1267
  #
1246
1268
  class CreateLagRequest < Struct.new(
@@ -1250,7 +1272,8 @@ module Aws::DirectConnect
1250
1272
  :lag_name,
1251
1273
  :connection_id,
1252
1274
  :tags,
1253
- :child_connection_tags)
1275
+ :child_connection_tags,
1276
+ :provider_name)
1254
1277
  include Aws::Structure
1255
1278
  end
1256
1279
 
@@ -2423,7 +2446,7 @@ module Aws::DirectConnect
2423
2446
  # @return [String]
2424
2447
  #
2425
2448
  # @!attribute [rw] attachment_type
2426
- # The interface type.
2449
+ # The type of attachment.
2427
2450
  # @return [String]
2428
2451
  #
2429
2452
  # @!attribute [rw] state_change_error
@@ -2552,9 +2575,13 @@ module Aws::DirectConnect
2552
2575
  # @return [String]
2553
2576
  #
2554
2577
  # @!attribute [rw] tags
2555
- # Any tags assigned to the interconnect.
2578
+ # The tags associated with the interconnect.
2556
2579
  # @return [Array<Types::Tag>]
2557
2580
  #
2581
+ # @!attribute [rw] provider_name
2582
+ # The name of the service provider associated with the interconnect.
2583
+ # @return [String]
2584
+ #
2558
2585
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Interconnect AWS API Documentation
2559
2586
  #
2560
2587
  class Interconnect < Struct.new(
@@ -2570,7 +2597,8 @@ module Aws::DirectConnect
2570
2597
  :jumbo_frame_capable,
2571
2598
  :aws_device_v2,
2572
2599
  :has_logical_redundancy,
2573
- :tags)
2600
+ :tags,
2601
+ :provider_name)
2574
2602
  include Aws::Structure
2575
2603
  end
2576
2604
 
@@ -2669,9 +2697,13 @@ module Aws::DirectConnect
2669
2697
  # @return [String]
2670
2698
  #
2671
2699
  # @!attribute [rw] tags
2672
- # Any tags assigned to link aggregation group (LAG).
2700
+ # The tags associated with the LAG.
2673
2701
  # @return [Array<Types::Tag>]
2674
2702
  #
2703
+ # @!attribute [rw] provider_name
2704
+ # The name of the service provider associated with the LAG.
2705
+ # @return [String]
2706
+ #
2675
2707
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lag AWS API Documentation
2676
2708
  #
2677
2709
  class Lag < Struct.new(
@@ -2690,7 +2722,8 @@ module Aws::DirectConnect
2690
2722
  :allows_hosted_connections,
2691
2723
  :jumbo_frame_capable,
2692
2724
  :has_logical_redundancy,
2693
- :tags)
2725
+ :tags,
2726
+ :provider_name)
2694
2727
  include Aws::Structure
2695
2728
  end
2696
2729
 
@@ -2744,13 +2777,18 @@ module Aws::DirectConnect
2744
2777
  # The available port speeds for the location.
2745
2778
  # @return [Array<String>]
2746
2779
  #
2780
+ # @!attribute [rw] available_providers
2781
+ # The name of the service provider for the location.
2782
+ # @return [Array<String>]
2783
+ #
2747
2784
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Location AWS API Documentation
2748
2785
  #
2749
2786
  class Location < Struct.new(
2750
2787
  :location_code,
2751
2788
  :location_name,
2752
2789
  :region,
2753
- :available_port_speeds)
2790
+ :available_port_speeds,
2791
+ :available_providers)
2754
2792
  include Aws::Structure
2755
2793
  end
2756
2794
 
@@ -2847,6 +2885,8 @@ module Aws::DirectConnect
2847
2885
  # @!attribute [rw] asn
2848
2886
  # The autonomous system (AS) number for Border Gateway Protocol (BGP)
2849
2887
  # configuration.
2888
+ #
2889
+ # The valid values are 1-2147483647.
2850
2890
  # @return [Integer]
2851
2891
  #
2852
2892
  # @!attribute [rw] mtu
@@ -2881,7 +2921,7 @@ module Aws::DirectConnect
2881
2921
  # @return [String]
2882
2922
  #
2883
2923
  # @!attribute [rw] tags
2884
- # Any tags assigned to the private virtual interface.
2924
+ # The tags associated with the private virtual interface.
2885
2925
  # @return [Array<Types::Tag>]
2886
2926
  #
2887
2927
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterface AWS API Documentation
@@ -2935,6 +2975,8 @@ module Aws::DirectConnect
2935
2975
  # @!attribute [rw] asn
2936
2976
  # The autonomous system (AS) number for Border Gateway Protocol (BGP)
2937
2977
  # configuration.
2978
+ #
2979
+ # The valid values are 1-2147483647.
2938
2980
  # @return [Integer]
2939
2981
  #
2940
2982
  # @!attribute [rw] mtu
@@ -2961,8 +3003,7 @@ module Aws::DirectConnect
2961
3003
  # @return [String]
2962
3004
  #
2963
3005
  # @!attribute [rw] tags
2964
- # Any tags assigned to the private virtual interface to be provisioned
2965
- # on a connection.
3006
+ # The tags associated with the private virtual interface.
2966
3007
  # @return [Array<Types::Tag>]
2967
3008
  #
2968
3009
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterfaceAllocation AWS API Documentation
@@ -3017,6 +3058,8 @@ module Aws::DirectConnect
3017
3058
  # @!attribute [rw] asn
3018
3059
  # The autonomous system (AS) number for Border Gateway Protocol (BGP)
3019
3060
  # configuration.
3061
+ #
3062
+ # The valid values are 1-2147483647.
3020
3063
  # @return [Integer]
3021
3064
  #
3022
3065
  # @!attribute [rw] auth_key
@@ -3043,7 +3086,7 @@ module Aws::DirectConnect
3043
3086
  # @return [Array<Types::RouteFilterPrefix>]
3044
3087
  #
3045
3088
  # @!attribute [rw] tags
3046
- # Any tags assigned to the public virtual interface.
3089
+ # The tags associated with the public virtual interface.
3047
3090
  # @return [Array<Types::Tag>]
3048
3091
  #
3049
3092
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterface AWS API Documentation
@@ -3099,6 +3142,8 @@ module Aws::DirectConnect
3099
3142
  # @!attribute [rw] asn
3100
3143
  # The autonomous system (AS) number for Border Gateway Protocol (BGP)
3101
3144
  # configuration.
3145
+ #
3146
+ # The valid values are 1-2147483647.
3102
3147
  # @return [Integer]
3103
3148
  #
3104
3149
  # @!attribute [rw] auth_key
@@ -3125,8 +3170,7 @@ module Aws::DirectConnect
3125
3170
  # @return [Array<Types::RouteFilterPrefix>]
3126
3171
  #
3127
3172
  # @!attribute [rw] tags
3128
- # Any tags assigned to the public virtual interface to be provisioned
3129
- # on a connection.
3173
+ # The tags associated with the public virtual interface.
3130
3174
  # @return [Array<Types::Tag>]
3131
3175
  #
3132
3176
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterfaceAllocation AWS API Documentation
@@ -3144,7 +3188,7 @@ module Aws::DirectConnect
3144
3188
  include Aws::Structure
3145
3189
  end
3146
3190
 
3147
- # Information about the transit virtual interface.
3191
+ # Information about a transit virtual interface.
3148
3192
  #
3149
3193
  # @note When making an API call, you may pass NewTransitVirtualInterface
3150
3194
  # data as a hash:
@@ -3178,15 +3222,19 @@ module Aws::DirectConnect
3178
3222
  # @!attribute [rw] asn
3179
3223
  # The autonomous system (AS) number for Border Gateway Protocol (BGP)
3180
3224
  # configuration.
3225
+ #
3226
+ # The valid values are 1-2147483647.
3181
3227
  # @return [Integer]
3182
3228
  #
3183
3229
  # @!attribute [rw] mtu
3184
3230
  # The maximum transmission unit (MTU), in bytes. The supported values
3185
- # are 1500 and 8500. The default value is 1500.
3231
+ # are 1500 and 9001. The default value is 1500.
3186
3232
  # @return [Integer]
3187
3233
  #
3188
3234
  # @!attribute [rw] auth_key
3189
- # The authentication key for BGP configuration.
3235
+ # The authentication key for BGP configuration. This string has a
3236
+ # minimum length of 6 characters and and a maximun lenth of 80
3237
+ # characters.
3190
3238
  # @return [String]
3191
3239
  #
3192
3240
  # @!attribute [rw] amazon_address
@@ -3206,7 +3254,7 @@ module Aws::DirectConnect
3206
3254
  # @return [String]
3207
3255
  #
3208
3256
  # @!attribute [rw] tags
3209
- # Any tags assigned to the transit virtual interface.
3257
+ # The tags associated with the transitive virtual interface.
3210
3258
  # @return [Array<Types::Tag>]
3211
3259
  #
3212
3260
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewTransitVirtualInterface AWS API Documentation
@@ -3225,7 +3273,8 @@ module Aws::DirectConnect
3225
3273
  include Aws::Structure
3226
3274
  end
3227
3275
 
3228
- # Information about a transit virtual interface.
3276
+ # Information about a transit virtual interface to be provisioned on a
3277
+ # connection.
3229
3278
  #
3230
3279
  # @note When making an API call, you may pass NewTransitVirtualInterfaceAllocation
3231
3280
  # data as a hash:
@@ -3258,15 +3307,19 @@ module Aws::DirectConnect
3258
3307
  # @!attribute [rw] asn
3259
3308
  # The autonomous system (AS) number for Border Gateway Protocol (BGP)
3260
3309
  # configuration.
3310
+ #
3311
+ # The valid values are 1-2147483647.
3261
3312
  # @return [Integer]
3262
3313
  #
3263
3314
  # @!attribute [rw] mtu
3264
3315
  # The maximum transmission unit (MTU), in bytes. The supported values
3265
- # are 1500 and 8500. The default value is 1500.
3316
+ # are 1500 and 9001. The default value is 1500.
3266
3317
  # @return [Integer]
3267
3318
  #
3268
3319
  # @!attribute [rw] auth_key
3269
- # The authentication key for BGP configuration.
3320
+ # The authentication key for BGP configuration. This string has a
3321
+ # minimum length of 6 characters and and a maximun lenth of 80
3322
+ # characters.
3270
3323
  # @return [String]
3271
3324
  #
3272
3325
  # @!attribute [rw] amazon_address
@@ -3282,7 +3335,7 @@ module Aws::DirectConnect
3282
3335
  # @return [String]
3283
3336
  #
3284
3337
  # @!attribute [rw] tags
3285
- # Any tags assigned to the transit virtual interface.
3338
+ # The tags associated with the transitive virtual interface.
3286
3339
  # @return [Array<Types::Tag>]
3287
3340
  #
3288
3341
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewTransitVirtualInterfaceAllocation AWS API Documentation
@@ -3385,7 +3438,7 @@ module Aws::DirectConnect
3385
3438
  # @return [String]
3386
3439
  #
3387
3440
  # @!attribute [rw] tags
3388
- # The tags to assign.
3441
+ # The tags to add.
3389
3442
  # @return [Array<Types::Tag>]
3390
3443
  #
3391
3444
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResourceRequest AWS API Documentation
@@ -3611,6 +3664,8 @@ module Aws::DirectConnect
3611
3664
  # @!attribute [rw] asn
3612
3665
  # The autonomous system (AS) number for Border Gateway Protocol (BGP)
3613
3666
  # configuration.
3667
+ #
3668
+ # The valid values are 1-2147483647.
3614
3669
  # @return [Integer]
3615
3670
  #
3616
3671
  # @!attribute [rw] amazon_side_asn
@@ -3713,7 +3768,7 @@ module Aws::DirectConnect
3713
3768
  # @return [String]
3714
3769
  #
3715
3770
  # @!attribute [rw] tags
3716
- # Any tags assigned to the virtual interface.
3771
+ # The tags associated with the virtual interface.
3717
3772
  # @return [Array<Types::Tag>]
3718
3773
  #
3719
3774
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core