aws-sdk-directconnect 1.50.0 → 1.51.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
  SHA256:
3
- metadata.gz: bc1c209887a6de75b8cbfe87569afb79bf874d8ca4c827511b0e9df6d06cdad9
4
- data.tar.gz: 5013c62fa3b9ed5bc4a7dbde40da0b7542390beca8a5f9f9ea3f7f6d51a40a37
3
+ metadata.gz: 55521077378343af3b29ffc28af462ba2976aa753e279737603f7bc391292707
4
+ data.tar.gz: 14bd77f41807f802a4e7bc17dc87cb725b133037a85bc0c4232ace4244d590d6
5
5
  SHA512:
6
- metadata.gz: b0016b3c3e3d92ba8c3f7079664cce60f14d27ee3e8e9e0871abacd15937215dcb8f4910cd4ee58b74834509a60d0036049f0dee24a1ba19bce3c6e1da264ced
7
- data.tar.gz: 5586fd6e74a962244c2d281d84b9aa38b77203d6ee11a22a40da1fcb69b00cf82b0253c6706c0cef62d821f743407aa8d769fe16780830e38db606fba2bee0ca
6
+ metadata.gz: '039496d9174b08225e5bdb3cc98d260640c5c6f9e8ce3199bf808b719546a56d18be6b10319cc0268d4e0410f28a4dd7d4c5862fc7d31bad20880ad5a5227e65'
7
+ data.tar.gz: 7f762a98251734ad6d111c09fab8f7159555133ea214aaaf8103c04937603fb5d1dd1ff0415930ab2529c71ccc2d819c07f159371cf5f5312241be3dfd6c1aef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2021-12-01)
5
+ ------------------
6
+
7
+ * Feature - Adds SiteLink support to private and transit virtual interfaces. SiteLink is a new Direct Connect feature that allows routing between Direct Connect points of presence.
8
+
4
9
  1.50.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -685,6 +685,7 @@ module Aws::DirectConnect
685
685
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
686
686
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
687
687
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
688
+ # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
688
689
  #
689
690
  # @example Request syntax with placeholder values
690
691
  #
@@ -749,6 +750,7 @@ module Aws::DirectConnect
749
750
  # resp.tags #=> Array
750
751
  # resp.tags[0].key #=> String
751
752
  # resp.tags[0].value #=> String
753
+ # resp.site_link_enabled #=> Boolean
752
754
  #
753
755
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface AWS API Documentation
754
756
  #
@@ -814,6 +816,7 @@ module Aws::DirectConnect
814
816
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
815
817
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
816
818
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
819
+ # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
817
820
  #
818
821
  # @example Request syntax with placeholder values
819
822
  #
@@ -882,6 +885,7 @@ module Aws::DirectConnect
882
885
  # resp.tags #=> Array
883
886
  # resp.tags[0].key #=> String
884
887
  # resp.tags[0].value #=> String
888
+ # resp.site_link_enabled #=> Boolean
885
889
  #
886
890
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface AWS API Documentation
887
891
  #
@@ -982,6 +986,7 @@ module Aws::DirectConnect
982
986
  # resp.virtual_interface.tags #=> Array
983
987
  # resp.virtual_interface.tags[0].key #=> String
984
988
  # resp.virtual_interface.tags[0].value #=> String
989
+ # resp.virtual_interface.site_link_enabled #=> Boolean
985
990
  #
986
991
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterface AWS API Documentation
987
992
  #
@@ -1315,6 +1320,7 @@ module Aws::DirectConnect
1315
1320
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
1316
1321
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
1317
1322
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
1323
+ # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
1318
1324
  #
1319
1325
  # @example Request syntax with placeholder values
1320
1326
  #
@@ -1363,6 +1369,7 @@ module Aws::DirectConnect
1363
1369
  # resp.tags #=> Array
1364
1370
  # resp.tags[0].key #=> String
1365
1371
  # resp.tags[0].value #=> String
1372
+ # resp.site_link_enabled #=> Boolean
1366
1373
  #
1367
1374
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface AWS API Documentation
1368
1375
  #
@@ -1627,6 +1634,7 @@ module Aws::DirectConnect
1627
1634
  # resp.virtual_interface.tags #=> Array
1628
1635
  # resp.virtual_interface.tags[0].key #=> String
1629
1636
  # resp.virtual_interface.tags[0].value #=> String
1637
+ # resp.virtual_interface.site_link_enabled #=> Boolean
1630
1638
  #
1631
1639
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer AWS API Documentation
1632
1640
  #
@@ -2291,6 +2299,7 @@ module Aws::DirectConnect
2291
2299
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
2292
2300
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
2293
2301
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
2302
+ # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
2294
2303
  #
2295
2304
  # @example Request syntax with placeholder values
2296
2305
  #
@@ -2313,6 +2322,7 @@ module Aws::DirectConnect
2313
2322
  # value: "TagValue",
2314
2323
  # },
2315
2324
  # ],
2325
+ # enable_site_link: false,
2316
2326
  # },
2317
2327
  # })
2318
2328
  #
@@ -2356,6 +2366,7 @@ module Aws::DirectConnect
2356
2366
  # resp.tags #=> Array
2357
2367
  # resp.tags[0].key #=> String
2358
2368
  # resp.tags[0].value #=> String
2369
+ # resp.site_link_enabled #=> Boolean
2359
2370
  #
2360
2371
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface AWS API Documentation
2361
2372
  #
@@ -2408,6 +2419,7 @@ module Aws::DirectConnect
2408
2419
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
2409
2420
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
2410
2421
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
2422
+ # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
2411
2423
  #
2412
2424
  # @example Request syntax with placeholder values
2413
2425
  #
@@ -2475,6 +2487,7 @@ module Aws::DirectConnect
2475
2487
  # resp.tags #=> Array
2476
2488
  # resp.tags[0].key #=> String
2477
2489
  # resp.tags[0].value #=> String
2490
+ # resp.site_link_enabled #=> Boolean
2478
2491
  #
2479
2492
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface AWS API Documentation
2480
2493
  #
@@ -2536,6 +2549,7 @@ module Aws::DirectConnect
2536
2549
  # value: "TagValue",
2537
2550
  # },
2538
2551
  # ],
2552
+ # enable_site_link: false,
2539
2553
  # },
2540
2554
  # })
2541
2555
  #
@@ -2579,6 +2593,7 @@ module Aws::DirectConnect
2579
2593
  # resp.virtual_interface.tags #=> Array
2580
2594
  # resp.virtual_interface.tags[0].key #=> String
2581
2595
  # resp.virtual_interface.tags[0].value #=> String
2596
+ # resp.virtual_interface.site_link_enabled #=> Boolean
2582
2597
  #
2583
2598
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateTransitVirtualInterface AWS API Documentation
2584
2599
  #
@@ -2660,6 +2675,7 @@ module Aws::DirectConnect
2660
2675
  # resp.virtual_interface.tags #=> Array
2661
2676
  # resp.virtual_interface.tags[0].key #=> String
2662
2677
  # resp.virtual_interface.tags[0].value #=> String
2678
+ # resp.virtual_interface.site_link_enabled #=> Boolean
2663
2679
  #
2664
2680
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer AWS API Documentation
2665
2681
  #
@@ -4010,6 +4026,7 @@ module Aws::DirectConnect
4010
4026
  # resp.virtual_interfaces[0].tags #=> Array
4011
4027
  # resp.virtual_interfaces[0].tags[0].key #=> String
4012
4028
  # resp.virtual_interfaces[0].tags[0].value #=> String
4029
+ # resp.virtual_interfaces[0].site_link_enabled #=> Boolean
4013
4030
  #
4014
4031
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces AWS API Documentation
4015
4032
  #
@@ -4738,6 +4755,12 @@ module Aws::DirectConnect
4738
4755
  # The maximum transmission unit (MTU), in bytes. The supported values
4739
4756
  # are 1500 and 9001. The default value is 1500.
4740
4757
  #
4758
+ # @option params [Boolean] :enable_site_link
4759
+ # Indicates whether to enable or disable SiteLink.
4760
+ #
4761
+ # @option params [String] :virtual_interface_name
4762
+ # The name of the virtual private interface.
4763
+ #
4741
4764
  # @return [Types::VirtualInterface] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4742
4765
  #
4743
4766
  # * {Types::VirtualInterface#owner_account #owner_account} => String
@@ -4765,12 +4788,15 @@ module Aws::DirectConnect
4765
4788
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
4766
4789
  # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
4767
4790
  # * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
4791
+ # * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
4768
4792
  #
4769
4793
  # @example Request syntax with placeholder values
4770
4794
  #
4771
4795
  # resp = client.update_virtual_interface_attributes({
4772
4796
  # virtual_interface_id: "VirtualInterfaceId", # required
4773
4797
  # mtu: 1,
4798
+ # enable_site_link: false,
4799
+ # virtual_interface_name: "VirtualInterfaceName",
4774
4800
  # })
4775
4801
  #
4776
4802
  # @example Response structure
@@ -4813,6 +4839,7 @@ module Aws::DirectConnect
4813
4839
  # resp.tags #=> Array
4814
4840
  # resp.tags[0].key #=> String
4815
4841
  # resp.tags[0].value #=> String
4842
+ # resp.site_link_enabled #=> Boolean
4816
4843
  #
4817
4844
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributes AWS API Documentation
4818
4845
  #
@@ -4836,7 +4863,7 @@ module Aws::DirectConnect
4836
4863
  params: params,
4837
4864
  config: config)
4838
4865
  context[:gem_name] = 'aws-sdk-directconnect'
4839
- context[:gem_version] = '1.50.0'
4866
+ context[:gem_version] = '1.51.0'
4840
4867
  Seahorse::Client::Request.new(handlers, context)
4841
4868
  end
4842
4869
 
@@ -145,6 +145,7 @@ module Aws::DirectConnect
145
145
  DisassociateMacSecKeyRequest = Shapes::StructureShape.new(name: 'DisassociateMacSecKeyRequest')
146
146
  DisassociateMacSecKeyResponse = Shapes::StructureShape.new(name: 'DisassociateMacSecKeyResponse')
147
147
  DuplicateTagKeysException = Shapes::StructureShape.new(name: 'DuplicateTagKeysException')
148
+ EnableSiteLink = Shapes::BooleanShape.new(name: 'EnableSiteLink')
148
149
  EncryptionMode = Shapes::StringShape.new(name: 'EncryptionMode')
149
150
  EndTime = Shapes::TimestampShape.new(name: 'EndTime')
150
151
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
@@ -211,6 +212,7 @@ module Aws::DirectConnect
211
212
  RouterType = Shapes::StructureShape.new(name: 'RouterType')
212
213
  RouterTypeIdentifier = Shapes::StringShape.new(name: 'RouterTypeIdentifier')
213
214
  SecretARN = Shapes::StringShape.new(name: 'SecretARN')
215
+ SiteLinkEnabled = Shapes::BooleanShape.new(name: 'SiteLinkEnabled')
214
216
  Software = Shapes::StringShape.new(name: 'Software')
215
217
  StartBgpFailoverTestRequest = Shapes::StructureShape.new(name: 'StartBgpFailoverTestRequest')
216
218
  StartBgpFailoverTestResponse = Shapes::StructureShape.new(name: 'StartBgpFailoverTestResponse')
@@ -815,6 +817,7 @@ module Aws::DirectConnect
815
817
  NewPrivateVirtualInterface.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
816
818
  NewPrivateVirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
817
819
  NewPrivateVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
820
+ NewPrivateVirtualInterface.add_member(:enable_site_link, Shapes::ShapeRef.new(shape: EnableSiteLink, location_name: "enableSiteLink"))
818
821
  NewPrivateVirtualInterface.struct_class = Types::NewPrivateVirtualInterface
819
822
 
820
823
  NewPrivateVirtualInterfaceAllocation.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, required: true, location_name: "virtualInterfaceName"))
@@ -860,6 +863,7 @@ module Aws::DirectConnect
860
863
  NewTransitVirtualInterface.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
861
864
  NewTransitVirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
862
865
  NewTransitVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
866
+ NewTransitVirtualInterface.add_member(:enable_site_link, Shapes::ShapeRef.new(shape: EnableSiteLink, location_name: "enableSiteLink"))
863
867
  NewTransitVirtualInterface.struct_class = Types::NewTransitVirtualInterface
864
868
 
865
869
  NewTransitVirtualInterfaceAllocation.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, location_name: "virtualInterfaceName"))
@@ -960,6 +964,8 @@ module Aws::DirectConnect
960
964
 
961
965
  UpdateVirtualInterfaceAttributesRequest.add_member(:virtual_interface_id, Shapes::ShapeRef.new(shape: VirtualInterfaceId, required: true, location_name: "virtualInterfaceId"))
962
966
  UpdateVirtualInterfaceAttributesRequest.add_member(:mtu, Shapes::ShapeRef.new(shape: MTU, location_name: "mtu"))
967
+ UpdateVirtualInterfaceAttributesRequest.add_member(:enable_site_link, Shapes::ShapeRef.new(shape: EnableSiteLink, location_name: "enableSiteLink"))
968
+ UpdateVirtualInterfaceAttributesRequest.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, location_name: "virtualInterfaceName"))
963
969
  UpdateVirtualInterfaceAttributesRequest.struct_class = Types::UpdateVirtualInterfaceAttributesRequest
964
970
 
965
971
  VirtualGateway.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
@@ -996,6 +1002,7 @@ module Aws::DirectConnect
996
1002
  VirtualInterface.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
997
1003
  VirtualInterface.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
998
1004
  VirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1005
+ VirtualInterface.add_member(:site_link_enabled, Shapes::ShapeRef.new(shape: SiteLinkEnabled, location_name: "siteLinkEnabled"))
999
1006
  VirtualInterface.struct_class = Types::VirtualInterface
1000
1007
 
1001
1008
  VirtualInterfaceList.member = Shapes::ShapeRef.new(shape: VirtualInterface)
@@ -1526,6 +1526,7 @@ module Aws::DirectConnect
1526
1526
  # value: "TagValue",
1527
1527
  # },
1528
1528
  # ],
1529
+ # enable_site_link: false,
1529
1530
  # },
1530
1531
  # }
1531
1532
  #
@@ -1611,6 +1612,7 @@ module Aws::DirectConnect
1611
1612
  # value: "TagValue",
1612
1613
  # },
1613
1614
  # ],
1615
+ # enable_site_link: false,
1614
1616
  # },
1615
1617
  # }
1616
1618
  #
@@ -2512,7 +2514,7 @@ module Aws::DirectConnect
2512
2514
  # @return [String]
2513
2515
  #
2514
2516
  # @!attribute [rw] virtual_interface_name
2515
- # The name of the virtual interface assigned by the customer network.
2517
+ # Provides the details about a virtual interface's router.
2516
2518
  # @return [String]
2517
2519
  #
2518
2520
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeRouterConfigurationResponse AWS API Documentation
@@ -3474,6 +3476,7 @@ module Aws::DirectConnect
3474
3476
  # value: "TagValue",
3475
3477
  # },
3476
3478
  # ],
3479
+ # enable_site_link: false,
3477
3480
  # }
3478
3481
  #
3479
3482
  # @!attribute [rw] virtual_interface_name
@@ -3528,6 +3531,10 @@ module Aws::DirectConnect
3528
3531
  # The tags associated with the private virtual interface.
3529
3532
  # @return [Array<Types::Tag>]
3530
3533
  #
3534
+ # @!attribute [rw] enable_site_link
3535
+ # Indicates whether to enable or disable SiteLink.
3536
+ # @return [Boolean]
3537
+ #
3531
3538
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterface AWS API Documentation
3532
3539
  #
3533
3540
  class NewPrivateVirtualInterface < Struct.new(
@@ -3541,7 +3548,8 @@ module Aws::DirectConnect
3541
3548
  :address_family,
3542
3549
  :virtual_gateway_id,
3543
3550
  :direct_connect_gateway_id,
3544
- :tags)
3551
+ :tags,
3552
+ :enable_site_link)
3545
3553
  SENSITIVE = []
3546
3554
  include Aws::Structure
3547
3555
  end
@@ -3823,6 +3831,7 @@ module Aws::DirectConnect
3823
3831
  # value: "TagValue",
3824
3832
  # },
3825
3833
  # ],
3834
+ # enable_site_link: false,
3826
3835
  # }
3827
3836
  #
3828
3837
  # @!attribute [rw] virtual_interface_name
@@ -3873,6 +3882,10 @@ module Aws::DirectConnect
3873
3882
  # The tags associated with the transitive virtual interface.
3874
3883
  # @return [Array<Types::Tag>]
3875
3884
  #
3885
+ # @!attribute [rw] enable_site_link
3886
+ # Indicates whether to enable or disable SiteLink.
3887
+ # @return [Boolean]
3888
+ #
3876
3889
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewTransitVirtualInterface AWS API Documentation
3877
3890
  #
3878
3891
  class NewTransitVirtualInterface < Struct.new(
@@ -3885,7 +3898,8 @@ module Aws::DirectConnect
3885
3898
  :customer_address,
3886
3899
  :address_family,
3887
3900
  :direct_connect_gateway_id,
3888
- :tags)
3901
+ :tags,
3902
+ :enable_site_link)
3889
3903
  SENSITIVE = []
3890
3904
  include Aws::Structure
3891
3905
  end
@@ -4407,6 +4421,8 @@ module Aws::DirectConnect
4407
4421
  # {
4408
4422
  # virtual_interface_id: "VirtualInterfaceId", # required
4409
4423
  # mtu: 1,
4424
+ # enable_site_link: false,
4425
+ # virtual_interface_name: "VirtualInterfaceName",
4410
4426
  # }
4411
4427
  #
4412
4428
  # @!attribute [rw] virtual_interface_id
@@ -4418,11 +4434,21 @@ module Aws::DirectConnect
4418
4434
  # are 1500 and 9001. The default value is 1500.
4419
4435
  # @return [Integer]
4420
4436
  #
4437
+ # @!attribute [rw] enable_site_link
4438
+ # Indicates whether to enable or disable SiteLink.
4439
+ # @return [Boolean]
4440
+ #
4441
+ # @!attribute [rw] virtual_interface_name
4442
+ # The name of the virtual private interface.
4443
+ # @return [String]
4444
+ #
4421
4445
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributesRequest AWS API Documentation
4422
4446
  #
4423
4447
  class UpdateVirtualInterfaceAttributesRequest < Struct.new(
4424
4448
  :virtual_interface_id,
4425
- :mtu)
4449
+ :mtu,
4450
+ :enable_site_link,
4451
+ :virtual_interface_name)
4426
4452
  SENSITIVE = []
4427
4453
  include Aws::Structure
4428
4454
  end
@@ -4621,6 +4647,10 @@ module Aws::DirectConnect
4621
4647
  # The tags associated with the virtual interface.
4622
4648
  # @return [Array<Types::Tag>]
4623
4649
  #
4650
+ # @!attribute [rw] site_link_enabled
4651
+ # Indicates whether SiteLink is enabled.
4652
+ # @return [Boolean]
4653
+ #
4624
4654
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface AWS API Documentation
4625
4655
  #
4626
4656
  class VirtualInterface < Struct.new(
@@ -4648,7 +4678,8 @@ module Aws::DirectConnect
4648
4678
  :region,
4649
4679
  :aws_device_v2,
4650
4680
  :aws_logical_device_id,
4651
- :tags)
4681
+ :tags,
4682
+ :site_link_enabled)
4652
4683
  SENSITIVE = []
4653
4684
  include Aws::Structure
4654
4685
  end
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-directconnect/customizations'
48
48
  # @!group service
49
49
  module Aws::DirectConnect
50
50
 
51
- GEM_VERSION = '1.50.0'
51
+ GEM_VERSION = '1.51.0'
52
52
 
53
53
  end
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.50.0
4
+ version: 1.51.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: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core