aws-sdk-directconnect 1.56.0 → 1.58.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: d08dd7d3dfc78839407f9cecdd81f435459b992cc7947df08a086dfc593abcaf
4
- data.tar.gz: d1911d48eb7b99adaaa6fc41c9887ec80c4d13e81726e167c3419297a7f604c8
3
+ metadata.gz: d05008c3757d9ea9a4a3eaf6aa980464206f4dbf06073a85089e875d072ec3e1
4
+ data.tar.gz: 385440419ddc1265da962d72b12ccd580db4d0d9b013029960b703177764c301
5
5
  SHA512:
6
- metadata.gz: 5360efd7cb9a83651a87d309d45b350b81e0c9dea14bf47fbd0eff6a000e2d4f0a737ca399fdf4430e77dead163249e466f6752799456781e1b6677a2c35f2c8
7
- data.tar.gz: 51864a6956074bac53fd8a3cfbe67c644aba4df588f9db7102b5709fe261a3c7d829e161a67e8f041681d5f636b477f698bf413332be2e79a360db86df87afc7
6
+ metadata.gz: be15f0e3dee24206f5a202b551db14b8abc3b2ba88f622e4b72888aa932581248d4e6e80bd621dbc072099eb3b22fb868f268b6f6fe9612fd24f65f6607939d5
7
+ data.tar.gz: 25f58caa55191c3f76a18d75cfbf97347cd2eefc0d33f73b4009b2c0882b102d58f1fd1aac9c757904a92e7793462a7757408c1bee0f1f2f1474062c0659d309
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-04-28)
5
+ ------------------
6
+
7
+ * Feature - This release corrects the jumbo frames MTU from 9100 to 8500.
8
+
9
+ 1.57.0 (2023-03-14)
10
+ ------------------
11
+
12
+ * Feature - describe-direct-connect-gateway-associations includes a new status, updating, indicating that the association is currently in-process of updating.
13
+
4
14
  1.56.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.58.0
@@ -1597,10 +1597,22 @@ module Aws::DirectConnect
1597
1597
  # address. IPv6 addresses are automatically assigned from the Amazon
1598
1598
  # pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
1599
1599
  #
1600
+ # If you let Amazon Web Services auto-assign IPv4 addresses, a /30 CIDR
1601
+ # will be allocated from 169.254.0.0/16. Amazon Web Services does not
1602
+ # recommend this option if you intend to use the customer router peer IP
1603
+ # address as the source and destination for traffic. Instead you should
1604
+ # use RFC 1918 or other addressing, and specify the address yourself.
1605
+ # For more information about RFC 1918 see [ Address Allocation for
1606
+ # Private Internets][1].
1607
+ #
1600
1608
  # For a public virtual interface, the Autonomous System Number (ASN)
1601
1609
  # must be private or already on the allow list for the virtual
1602
1610
  # interface.
1603
1611
  #
1612
+ #
1613
+ #
1614
+ # [1]: https://datatracker.ietf.org/doc/html/rfc1918
1615
+ #
1604
1616
  # @option params [String] :virtual_interface_id
1605
1617
  # The ID of the virtual interface.
1606
1618
  #
@@ -2126,7 +2138,8 @@ module Aws::DirectConnect
2126
2138
  #
2127
2139
  # @option params [required, Integer] :number_of_connections
2128
2140
  # The number of physical dedicated connections initially provisioned and
2129
- # bundled by the LAG.
2141
+ # bundled by the LAG. You can have a maximum of four connections when
2142
+ # the port speed is 1G or 10G, or two when the port speed is 100G.
2130
2143
  #
2131
2144
  # @option params [required, String] :location
2132
2145
  # The location for the LAG.
@@ -2540,13 +2553,14 @@ module Aws::DirectConnect
2540
2553
  # if you use the default ASN 64512 for both your the transit gateway and
2541
2554
  # Direct Connect gateway, the association request fails.
2542
2555
  #
2543
- # Setting the MTU of a virtual interface to 8500 (jumbo frames) can
2544
- # cause an update to the underlying physical connection if it wasn't
2545
- # updated to support jumbo frames. Updating the connection disrupts
2546
- # network connectivity for all virtual interfaces associated with the
2547
- # connection for up to 30 seconds. To check whether your connection
2548
- # supports jumbo frames, call DescribeConnections. To check whether your
2549
- # virtual interface supports jumbo frames, call
2556
+ # A jumbo MTU value must be either 1500 or 8500. No other values will be
2557
+ # accepted. Setting the MTU of a virtual interface to 8500 (jumbo
2558
+ # frames) can cause an update to the underlying physical connection if
2559
+ # it wasn't updated to support jumbo frames. Updating the connection
2560
+ # disrupts network connectivity for all virtual interfaces associated
2561
+ # with the connection for up to 30 seconds. To check whether your
2562
+ # connection supports jumbo frames, call DescribeConnections. To check
2563
+ # whether your virtual interface supports jumbo frames, call
2550
2564
  # DescribeVirtualInterfaces.
2551
2565
  #
2552
2566
  # @option params [required, String] :connection_id
@@ -4300,7 +4314,7 @@ module Aws::DirectConnect
4300
4314
  # The time in minutes that the virtual interface failover test will
4301
4315
  # last.
4302
4316
  #
4303
- # Maximum value: 180 minutes (3 hours).
4317
+ # Maximum value: 4,320 minutes (72 hours).
4304
4318
  #
4305
4319
  # Default: 180 minutes (3 hours).
4306
4320
  #
@@ -4893,7 +4907,7 @@ module Aws::DirectConnect
4893
4907
  params: params,
4894
4908
  config: config)
4895
4909
  context[:gem_name] = 'aws-sdk-directconnect'
4896
- context[:gem_version] = '1.56.0'
4910
+ context[:gem_version] = '1.58.0'
4897
4911
  Seahorse::Client::Request.new(handlers, context)
4898
4912
  end
4899
4913
 
@@ -14,36 +14,39 @@ module Aws::DirectConnect
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://directconnect-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://directconnect-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://directconnect.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://directconnect-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://directconnect-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://directconnect.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://directconnect.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://directconnect.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -409,30 +409,30 @@ module Aws::DirectConnect
409
409
  # @!attribute [rw] bgp_peer_state
410
410
  # The state of the BGP peer. The following are the possible values:
411
411
  #
412
- # * `verifying`\: The BGP peering addresses or ASN require validation
412
+ # * `verifying`: The BGP peering addresses or ASN require validation
413
413
  # before the BGP peer can be created. This state applies only to
414
414
  # public virtual interfaces.
415
415
  #
416
- # * `pending`\: The BGP peer is created, and remains in this state
416
+ # * `pending`: The BGP peer is created, and remains in this state
417
417
  # until it is ready to be established.
418
418
  #
419
- # * `available`\: The BGP peer is ready to be established.
419
+ # * `available`: The BGP peer is ready to be established.
420
420
  #
421
- # * `deleting`\: The BGP peer is being deleted.
421
+ # * `deleting`: The BGP peer is being deleted.
422
422
  #
423
- # * `deleted`\: The BGP peer is deleted and cannot be established.
423
+ # * `deleted`: The BGP peer is deleted and cannot be established.
424
424
  # @return [String]
425
425
  #
426
426
  # @!attribute [rw] bgp_status
427
427
  # The status of the BGP peer. The following are the possible values:
428
428
  #
429
- # * `up`\: The BGP peer is established. This state does not indicate
429
+ # * `up`: The BGP peer is established. This state does not indicate
430
430
  # the state of the routing function. Ensure that you are receiving
431
431
  # routes over the BGP session.
432
432
  #
433
- # * `down`\: The BGP peer is down.
433
+ # * `down`: The BGP peer is down.
434
434
  #
435
- # * `unknown`\: The BGP peer status is not available.
435
+ # * `unknown`: The BGP peer status is not available.
436
436
  # @return [String]
437
437
  #
438
438
  # @!attribute [rw] aws_device_v2
@@ -477,31 +477,31 @@ module Aws::DirectConnect
477
477
  # @!attribute [rw] connection_state
478
478
  # The state of the connection. The following are the possible values:
479
479
  #
480
- # * `ordering`\: The initial state of a hosted connection provisioned
480
+ # * `ordering`: The initial state of a hosted connection provisioned
481
481
  # on an interconnect. The connection stays in the ordering state
482
482
  # until the owner of the hosted connection confirms or declines the
483
483
  # connection order.
484
484
  #
485
- # * `requested`\: The initial state of a standard connection. The
485
+ # * `requested`: The initial state of a standard connection. The
486
486
  # connection stays in the requested state until the Letter of
487
487
  # Authorization (LOA) is sent to the customer.
488
488
  #
489
- # * `pending`\: The connection has been approved and is being
489
+ # * `pending`: The connection has been approved and is being
490
490
  # initialized.
491
491
  #
492
- # * `available`\: The network link is up and the connection is ready
492
+ # * `available`: The network link is up and the connection is ready
493
493
  # for use.
494
494
  #
495
- # * `down`\: The network link is down.
495
+ # * `down`: The network link is down.
496
496
  #
497
- # * `deleting`\: The connection is being deleted.
497
+ # * `deleting`: The connection is being deleted.
498
498
  #
499
- # * `deleted`\: The connection has been deleted.
499
+ # * `deleted`: The connection has been deleted.
500
500
  #
501
- # * `rejected`\: A hosted connection in the `ordering` state enters
502
- # the `rejected` state if it is deleted by the customer.
501
+ # * `rejected`: A hosted connection in the `ordering` state enters the
502
+ # `rejected` state if it is deleted by the customer.
503
503
  #
504
- # * `unknown`\: The state of the connection is not available.
504
+ # * `unknown`: The state of the connection is not available.
505
505
  # @return [String]
506
506
  #
507
507
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnectionResponse AWS API Documentation
@@ -563,36 +563,36 @@ module Aws::DirectConnect
563
563
  # The state of the virtual interface. The following are the possible
564
564
  # values:
565
565
  #
566
- # * `confirming`\: The creation of the virtual interface is pending
566
+ # * `confirming`: The creation of the virtual interface is pending
567
567
  # confirmation from the virtual interface owner. If the owner of the
568
568
  # virtual interface is different from the owner of the connection on
569
569
  # which it is provisioned, then the virtual interface will remain in
570
570
  # this state until it is confirmed by the virtual interface owner.
571
571
  #
572
- # * `verifying`\: This state only applies to public virtual
573
- # interfaces. Each public virtual interface needs validation before
574
- # the virtual interface can be created.
572
+ # * `verifying`: This state only applies to public virtual interfaces.
573
+ # Each public virtual interface needs validation before the virtual
574
+ # interface can be created.
575
575
  #
576
- # * `pending`\: A virtual interface is in this state from the time
577
- # that it is created until the virtual interface is ready to forward
576
+ # * `pending`: A virtual interface is in this state from the time that
577
+ # it is created until the virtual interface is ready to forward
578
578
  # traffic.
579
579
  #
580
- # * `available`\: A virtual interface that is able to forward traffic.
580
+ # * `available`: A virtual interface that is able to forward traffic.
581
581
  #
582
- # * `down`\: A virtual interface that is BGP down.
582
+ # * `down`: A virtual interface that is BGP down.
583
583
  #
584
- # * `deleting`\: A virtual interface is in this state immediately
585
- # after calling DeleteVirtualInterface until it can no longer
586
- # forward traffic.
584
+ # * `deleting`: A virtual interface is in this state immediately after
585
+ # calling DeleteVirtualInterface until it can no longer forward
586
+ # traffic.
587
587
  #
588
- # * `deleted`\: A virtual interface that cannot forward traffic.
588
+ # * `deleted`: A virtual interface that cannot forward traffic.
589
589
  #
590
- # * `rejected`\: The virtual interface owner has declined creation of
590
+ # * `rejected`: The virtual interface owner has declined creation of
591
591
  # the virtual interface. If a virtual interface in the `Confirming`
592
592
  # state is deleted by the virtual interface owner, the virtual
593
593
  # interface enters the `Rejected` state.
594
594
  #
595
- # * `unknown`\: The state of the virtual interface is not available.
595
+ # * `unknown`: The state of the virtual interface is not available.
596
596
  # @return [String]
597
597
  #
598
598
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterfaceResponse AWS API Documentation
@@ -619,36 +619,36 @@ module Aws::DirectConnect
619
619
  # The state of the virtual interface. The following are the possible
620
620
  # values:
621
621
  #
622
- # * `confirming`\: The creation of the virtual interface is pending
622
+ # * `confirming`: The creation of the virtual interface is pending
623
623
  # confirmation from the virtual interface owner. If the owner of the
624
624
  # virtual interface is different from the owner of the connection on
625
625
  # which it is provisioned, then the virtual interface will remain in
626
626
  # this state until it is confirmed by the virtual interface owner.
627
627
  #
628
- # * `verifying`\: This state only applies to public virtual
629
- # interfaces. Each public virtual interface needs validation before
630
- # the virtual interface can be created.
628
+ # * `verifying`: This state only applies to public virtual interfaces.
629
+ # Each public virtual interface needs validation before the virtual
630
+ # interface can be created.
631
631
  #
632
- # * `pending`\: A virtual interface is in this state from the time
633
- # that it is created until the virtual interface is ready to forward
632
+ # * `pending`: A virtual interface is in this state from the time that
633
+ # it is created until the virtual interface is ready to forward
634
634
  # traffic.
635
635
  #
636
- # * `available`\: A virtual interface that is able to forward traffic.
636
+ # * `available`: A virtual interface that is able to forward traffic.
637
637
  #
638
- # * `down`\: A virtual interface that is BGP down.
638
+ # * `down`: A virtual interface that is BGP down.
639
639
  #
640
- # * `deleting`\: A virtual interface is in this state immediately
641
- # after calling DeleteVirtualInterface until it can no longer
642
- # forward traffic.
640
+ # * `deleting`: A virtual interface is in this state immediately after
641
+ # calling DeleteVirtualInterface until it can no longer forward
642
+ # traffic.
643
643
  #
644
- # * `deleted`\: A virtual interface that cannot forward traffic.
644
+ # * `deleted`: A virtual interface that cannot forward traffic.
645
645
  #
646
- # * `rejected`\: The virtual interface owner has declined creation of
646
+ # * `rejected`: The virtual interface owner has declined creation of
647
647
  # the virtual interface. If a virtual interface in the `Confirming`
648
648
  # state is deleted by the virtual interface owner, the virtual
649
649
  # interface enters the `Rejected` state.
650
650
  #
651
- # * `unknown`\: The state of the virtual interface is not available.
651
+ # * `unknown`: The state of the virtual interface is not available.
652
652
  # @return [String]
653
653
  #
654
654
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterfaceResponse AWS API Documentation
@@ -680,36 +680,36 @@ module Aws::DirectConnect
680
680
  # The state of the virtual interface. The following are the possible
681
681
  # values:
682
682
  #
683
- # * `confirming`\: The creation of the virtual interface is pending
683
+ # * `confirming`: The creation of the virtual interface is pending
684
684
  # confirmation from the virtual interface owner. If the owner of the
685
685
  # virtual interface is different from the owner of the connection on
686
686
  # which it is provisioned, then the virtual interface will remain in
687
687
  # this state until it is confirmed by the virtual interface owner.
688
688
  #
689
- # * `verifying`\: This state only applies to public virtual
690
- # interfaces. Each public virtual interface needs validation before
691
- # the virtual interface can be created.
689
+ # * `verifying`: This state only applies to public virtual interfaces.
690
+ # Each public virtual interface needs validation before the virtual
691
+ # interface can be created.
692
692
  #
693
- # * `pending`\: A virtual interface is in this state from the time
694
- # that it is created until the virtual interface is ready to forward
693
+ # * `pending`: A virtual interface is in this state from the time that
694
+ # it is created until the virtual interface is ready to forward
695
695
  # traffic.
696
696
  #
697
- # * `available`\: A virtual interface that is able to forward traffic.
697
+ # * `available`: A virtual interface that is able to forward traffic.
698
698
  #
699
- # * `down`\: A virtual interface that is BGP down.
699
+ # * `down`: A virtual interface that is BGP down.
700
700
  #
701
- # * `deleting`\: A virtual interface is in this state immediately
702
- # after calling DeleteVirtualInterface until it can no longer
703
- # forward traffic.
701
+ # * `deleting`: A virtual interface is in this state immediately after
702
+ # calling DeleteVirtualInterface until it can no longer forward
703
+ # traffic.
704
704
  #
705
- # * `deleted`\: A virtual interface that cannot forward traffic.
705
+ # * `deleted`: A virtual interface that cannot forward traffic.
706
706
  #
707
- # * `rejected`\: The virtual interface owner has declined creation of
707
+ # * `rejected`: The virtual interface owner has declined creation of
708
708
  # the virtual interface. If a virtual interface in the `Confirming`
709
709
  # state is deleted by the virtual interface owner, the virtual
710
710
  # interface enters the `Rejected` state.
711
711
  #
712
- # * `unknown`\: The state of the virtual interface is not available.
712
+ # * `unknown`: The state of the virtual interface is not available.
713
713
  # @return [String]
714
714
  #
715
715
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmTransitVirtualInterfaceResponse AWS API Documentation
@@ -737,31 +737,31 @@ module Aws::DirectConnect
737
737
  # @!attribute [rw] connection_state
738
738
  # The state of the connection. The following are the possible values:
739
739
  #
740
- # * `ordering`\: The initial state of a hosted connection provisioned
740
+ # * `ordering`: The initial state of a hosted connection provisioned
741
741
  # on an interconnect. The connection stays in the ordering state
742
742
  # until the owner of the hosted connection confirms or declines the
743
743
  # connection order.
744
744
  #
745
- # * `requested`\: The initial state of a standard connection. The
745
+ # * `requested`: The initial state of a standard connection. The
746
746
  # connection stays in the requested state until the Letter of
747
747
  # Authorization (LOA) is sent to the customer.
748
748
  #
749
- # * `pending`\: The connection has been approved and is being
749
+ # * `pending`: The connection has been approved and is being
750
750
  # initialized.
751
751
  #
752
- # * `available`\: The network link is up and the connection is ready
752
+ # * `available`: The network link is up and the connection is ready
753
753
  # for use.
754
754
  #
755
- # * `down`\: The network link is down.
755
+ # * `down`: The network link is down.
756
756
  #
757
- # * `deleting`\: The connection is being deleted.
757
+ # * `deleting`: The connection is being deleted.
758
758
  #
759
- # * `deleted`\: The connection has been deleted.
759
+ # * `deleted`: The connection has been deleted.
760
760
  #
761
- # * `rejected`\: A hosted connection in the `ordering` state enters
762
- # the `rejected` state if it is deleted by the customer.
761
+ # * `rejected`: A hosted connection in the `ordering` state enters the
762
+ # `rejected` state if it is deleted by the customer.
763
763
  #
764
- # * `unknown`\: The state of the connection is not available.
764
+ # * `unknown`: The state of the connection is not available.
765
765
  # @return [String]
766
766
  #
767
767
  # @!attribute [rw] region
@@ -1136,7 +1136,9 @@ module Aws::DirectConnect
1136
1136
 
1137
1137
  # @!attribute [rw] number_of_connections
1138
1138
  # The number of physical dedicated connections initially provisioned
1139
- # and bundled by the LAG.
1139
+ # and bundled by the LAG. You can have a maximum of four connections
1140
+ # when the port speed is 1G or 10G, or two when the port speed is
1141
+ # 100G.
1140
1142
  # @return [Integer]
1141
1143
  #
1142
1144
  # @!attribute [rw] location
@@ -1432,23 +1434,22 @@ module Aws::DirectConnect
1432
1434
  # The state of the interconnect. The following are the possible
1433
1435
  # values:
1434
1436
  #
1435
- # * `requested`\: The initial state of an interconnect. The
1437
+ # * `requested`: The initial state of an interconnect. The
1436
1438
  # interconnect stays in the requested state until the Letter of
1437
1439
  # Authorization (LOA) is sent to the customer.
1438
1440
  #
1439
- # * `pending`\: The interconnect is approved, and is being
1440
- # initialized.
1441
+ # * `pending`: The interconnect is approved, and is being initialized.
1441
1442
  #
1442
- # * `available`\: The network link is up, and the interconnect is
1443
- # ready for use.
1443
+ # * `available`: The network link is up, and the interconnect is ready
1444
+ # for use.
1444
1445
  #
1445
- # * `down`\: The network link is down.
1446
+ # * `down`: The network link is down.
1446
1447
  #
1447
- # * `deleting`\: The interconnect is being deleted.
1448
+ # * `deleting`: The interconnect is being deleted.
1448
1449
  #
1449
- # * `deleted`\: The interconnect is deleted.
1450
+ # * `deleted`: The interconnect is deleted.
1450
1451
  #
1451
- # * `unknown`\: The state of the interconnect is not available.
1452
+ # * `unknown`: The state of the interconnect is not available.
1452
1453
  # @return [String]
1453
1454
  #
1454
1455
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectResponse AWS API Documentation
@@ -1487,36 +1488,36 @@ module Aws::DirectConnect
1487
1488
  # The state of the virtual interface. The following are the possible
1488
1489
  # values:
1489
1490
  #
1490
- # * `confirming`\: The creation of the virtual interface is pending
1491
+ # * `confirming`: The creation of the virtual interface is pending
1491
1492
  # confirmation from the virtual interface owner. If the owner of the
1492
1493
  # virtual interface is different from the owner of the connection on
1493
1494
  # which it is provisioned, then the virtual interface will remain in
1494
1495
  # this state until it is confirmed by the virtual interface owner.
1495
1496
  #
1496
- # * `verifying`\: This state only applies to public virtual
1497
- # interfaces. Each public virtual interface needs validation before
1498
- # the virtual interface can be created.
1497
+ # * `verifying`: This state only applies to public virtual interfaces.
1498
+ # Each public virtual interface needs validation before the virtual
1499
+ # interface can be created.
1499
1500
  #
1500
- # * `pending`\: A virtual interface is in this state from the time
1501
- # that it is created until the virtual interface is ready to forward
1501
+ # * `pending`: A virtual interface is in this state from the time that
1502
+ # it is created until the virtual interface is ready to forward
1502
1503
  # traffic.
1503
1504
  #
1504
- # * `available`\: A virtual interface that is able to forward traffic.
1505
+ # * `available`: A virtual interface that is able to forward traffic.
1505
1506
  #
1506
- # * `down`\: A virtual interface that is BGP down.
1507
+ # * `down`: A virtual interface that is BGP down.
1507
1508
  #
1508
- # * `deleting`\: A virtual interface is in this state immediately
1509
- # after calling DeleteVirtualInterface until it can no longer
1510
- # forward traffic.
1509
+ # * `deleting`: A virtual interface is in this state immediately after
1510
+ # calling DeleteVirtualInterface until it can no longer forward
1511
+ # traffic.
1511
1512
  #
1512
- # * `deleted`\: A virtual interface that cannot forward traffic.
1513
+ # * `deleted`: A virtual interface that cannot forward traffic.
1513
1514
  #
1514
- # * `rejected`\: The virtual interface owner has declined creation of
1515
+ # * `rejected`: The virtual interface owner has declined creation of
1515
1516
  # the virtual interface. If a virtual interface in the `Confirming`
1516
1517
  # state is deleted by the virtual interface owner, the virtual
1517
1518
  # interface enters the `Rejected` state.
1518
1519
  #
1519
- # * `unknown`\: The state of the virtual interface is not available.
1520
+ # * `unknown`: The state of the virtual interface is not available.
1520
1521
  # @return [String]
1521
1522
  #
1522
1523
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceResponse AWS API Documentation
@@ -2052,15 +2053,15 @@ module Aws::DirectConnect
2052
2053
  # The state of the Direct Connect gateway. The following are the
2053
2054
  # possible values:
2054
2055
  #
2055
- # * `pending`\: The initial state after calling
2056
+ # * `pending`: The initial state after calling
2056
2057
  # CreateDirectConnectGateway.
2057
2058
  #
2058
- # * `available`\: The Direct Connect gateway is ready for use.
2059
+ # * `available`: The Direct Connect gateway is ready for use.
2059
2060
  #
2060
- # * `deleting`\: The initial state after calling
2061
+ # * `deleting`: The initial state after calling
2061
2062
  # DeleteDirectConnectGateway.
2062
2063
  #
2063
- # * `deleted`\: The Direct Connect gateway is deleted and cannot pass
2064
+ # * `deleted`: The Direct Connect gateway is deleted and cannot pass
2064
2065
  # traffic.
2065
2066
  # @return [String]
2066
2067
  #
@@ -2096,20 +2097,24 @@ module Aws::DirectConnect
2096
2097
  # @!attribute [rw] association_state
2097
2098
  # The state of the association. The following are the possible values:
2098
2099
  #
2099
- # * `associating`\: The initial state after calling
2100
+ # * `associating`: The initial state after calling
2100
2101
  # CreateDirectConnectGatewayAssociation.
2101
2102
  #
2102
- # * `associated`\: The Direct Connect gateway and virtual private
2103
+ # * `associated`: The Direct Connect gateway and virtual private
2103
2104
  # gateway or transit gateway are successfully associated and ready
2104
2105
  # to pass traffic.
2105
2106
  #
2106
- # * `disassociating`\: The initial state after calling
2107
+ # * `disassociating`: The initial state after calling
2107
2108
  # DeleteDirectConnectGatewayAssociation.
2108
2109
  #
2109
- # * `disassociated`\: The virtual private gateway or transit gateway
2110
- # is disassociated from the Direct Connect gateway. Traffic flow
2110
+ # * `disassociated`: The virtual private gateway or transit gateway is
2111
+ # disassociated from the Direct Connect gateway. Traffic flow
2111
2112
  # between the Direct Connect gateway and virtual private gateway or
2112
2113
  # transit gateway is stopped.
2114
+ #
2115
+ # * `updating`: The CIDR blocks for the virtual private gateway or
2116
+ # transit gateway are currently being updated. This could be new
2117
+ # CIDR blocks added or current CIDR blocks removed.
2113
2118
  # @return [String]
2114
2119
  #
2115
2120
  # @!attribute [rw] state_change_error
@@ -2179,14 +2184,14 @@ module Aws::DirectConnect
2179
2184
  # @!attribute [rw] proposal_state
2180
2185
  # The state of the proposal. The following are possible values:
2181
2186
  #
2182
- # * `accepted`\: The proposal has been accepted. The Direct Connect
2187
+ # * `accepted`: The proposal has been accepted. The Direct Connect
2183
2188
  # gateway association is available to use in this state.
2184
2189
  #
2185
- # * `deleted`\: The proposal has been deleted by the owner that made
2190
+ # * `deleted`: The proposal has been deleted by the owner that made
2186
2191
  # the proposal. The Direct Connect gateway association cannot be
2187
2192
  # used in this state.
2188
2193
  #
2189
- # * `requested`\: The proposal has been requested. The Direct Connect
2194
+ # * `requested`: The proposal has been requested. The Direct Connect
2190
2195
  # gateway association cannot be used in this state.
2191
2196
  # @return [String]
2192
2197
  #
@@ -2241,16 +2246,16 @@ module Aws::DirectConnect
2241
2246
  # @!attribute [rw] attachment_state
2242
2247
  # The state of the attachment. The following are the possible values:
2243
2248
  #
2244
- # * `attaching`\: The initial state after a virtual interface is
2249
+ # * `attaching`: The initial state after a virtual interface is
2245
2250
  # created using the Direct Connect gateway.
2246
2251
  #
2247
- # * `attached`\: The Direct Connect gateway and virtual interface are
2252
+ # * `attached`: The Direct Connect gateway and virtual interface are
2248
2253
  # attached and ready to pass traffic.
2249
2254
  #
2250
- # * `detaching`\: The initial state after calling
2255
+ # * `detaching`: The initial state after calling
2251
2256
  # DeleteVirtualInterface.
2252
2257
  #
2253
- # * `detached`\: The virtual interface is detached from the Direct
2258
+ # * `detached`: The virtual interface is detached from the Direct
2254
2259
  # Connect gateway. Traffic flow between the Direct Connect gateway
2255
2260
  # and virtual interface is stopped.
2256
2261
  # @return [String]
@@ -2371,23 +2376,22 @@ module Aws::DirectConnect
2371
2376
  # The state of the interconnect. The following are the possible
2372
2377
  # values:
2373
2378
  #
2374
- # * `requested`\: The initial state of an interconnect. The
2379
+ # * `requested`: The initial state of an interconnect. The
2375
2380
  # interconnect stays in the requested state until the Letter of
2376
2381
  # Authorization (LOA) is sent to the customer.
2377
2382
  #
2378
- # * `pending`\: The interconnect is approved, and is being
2379
- # initialized.
2383
+ # * `pending`: The interconnect is approved, and is being initialized.
2380
2384
  #
2381
- # * `available`\: The network link is up, and the interconnect is
2382
- # ready for use.
2385
+ # * `available`: The network link is up, and the interconnect is ready
2386
+ # for use.
2383
2387
  #
2384
- # * `down`\: The network link is down.
2388
+ # * `down`: The network link is down.
2385
2389
  #
2386
- # * `deleting`\: The interconnect is being deleted.
2390
+ # * `deleting`: The interconnect is being deleted.
2387
2391
  #
2388
- # * `deleted`\: The interconnect is deleted.
2392
+ # * `deleted`: The interconnect is deleted.
2389
2393
  #
2390
- # * `unknown`\: The state of the interconnect is not available.
2394
+ # * `unknown`: The state of the interconnect is not available.
2391
2395
  # @return [String]
2392
2396
  #
2393
2397
  # @!attribute [rw] region
@@ -2503,22 +2507,22 @@ module Aws::DirectConnect
2503
2507
  # @!attribute [rw] lag_state
2504
2508
  # The state of the LAG. The following are the possible values:
2505
2509
  #
2506
- # * `requested`\: The initial state of a LAG. The LAG stays in the
2510
+ # * `requested`: The initial state of a LAG. The LAG stays in the
2507
2511
  # requested state until the Letter of Authorization (LOA) is
2508
2512
  # available.
2509
2513
  #
2510
- # * `pending`\: The LAG has been approved and is being initialized.
2514
+ # * `pending`: The LAG has been approved and is being initialized.
2511
2515
  #
2512
- # * `available`\: The network link is established and the LAG is ready
2516
+ # * `available`: The network link is established and the LAG is ready
2513
2517
  # for use.
2514
2518
  #
2515
- # * `down`\: The network link is down.
2519
+ # * `down`: The network link is down.
2516
2520
  #
2517
- # * `deleting`\: The LAG is being deleted.
2521
+ # * `deleting`: The LAG is being deleted.
2518
2522
  #
2519
- # * `deleted`\: The LAG is deleted.
2523
+ # * `deleted`: The LAG is deleted.
2520
2524
  #
2521
- # * `unknown`\: The state of the LAG is not available.
2525
+ # * `unknown`: The state of the LAG is not available.
2522
2526
  # @return [String]
2523
2527
  #
2524
2528
  # @!attribute [rw] location
@@ -2778,17 +2782,17 @@ module Aws::DirectConnect
2778
2782
  #
2779
2783
  # The possible values are:
2780
2784
  #
2781
- # * `associating`\: The MAC Security (MACsec) secret key is being
2785
+ # * `associating`: The MAC Security (MACsec) secret key is being
2782
2786
  # validated and not yet associated with the connection or LAG.
2783
2787
  #
2784
- # * `associated`\: The MAC Security (MACsec) secret key is validated
2788
+ # * `associated`: The MAC Security (MACsec) secret key is validated
2785
2789
  # and associated with the connection or LAG.
2786
2790
  #
2787
- # * `disassociating`\: The MAC Security (MACsec) secret key is being
2791
+ # * `disassociating`: The MAC Security (MACsec) secret key is being
2788
2792
  # disassociated from the connection or LAG
2789
2793
  #
2790
- # * `disassociated`\: The MAC Security (MACsec) secret key is no
2791
- # longer associated with the connection or LAG.
2794
+ # * `disassociated`: The MAC Security (MACsec) secret key is no longer
2795
+ # associated with the connection or LAG.
2792
2796
  # @return [String]
2793
2797
  #
2794
2798
  # @!attribute [rw] start_on
@@ -3130,7 +3134,7 @@ module Aws::DirectConnect
3130
3134
  #
3131
3135
  # @!attribute [rw] mtu
3132
3136
  # The maximum transmission unit (MTU), in bytes. The supported values
3133
- # are 1500 and 9001. The default value is 1500.
3137
+ # are 1500 and 8500. The default value is 1500.
3134
3138
  # @return [Integer]
3135
3139
  #
3136
3140
  # @!attribute [rw] auth_key
@@ -3333,7 +3337,7 @@ module Aws::DirectConnect
3333
3337
  # The time in minutes that the virtual interface failover test will
3334
3338
  # last.
3335
3339
  #
3336
- # Maximum value: 180 minutes (3 hours).
3340
+ # Maximum value: 4,320 minutes (72 hours).
3337
3341
  #
3338
3342
  # Default: 180 minutes (3 hours).
3339
3343
  # @return [Integer]
@@ -3615,15 +3619,15 @@ module Aws::DirectConnect
3615
3619
  # The state of the virtual private gateway. The following are the
3616
3620
  # possible values:
3617
3621
  #
3618
- # * `pending`\: Initial state after creating the virtual private
3622
+ # * `pending`: Initial state after creating the virtual private
3619
3623
  # gateway.
3620
3624
  #
3621
- # * `available`\: Ready for use by a private virtual interface.
3625
+ # * `available`: Ready for use by a private virtual interface.
3622
3626
  #
3623
- # * `deleting`\: Initial state after deleting the virtual private
3627
+ # * `deleting`: Initial state after deleting the virtual private
3624
3628
  # gateway.
3625
3629
  #
3626
- # * `deleted`\: The virtual private gateway is deleted. The private
3630
+ # * `deleted`: The virtual private gateway is deleted. The private
3627
3631
  # virtual interface is unable to send traffic over this gateway.
3628
3632
  # @return [String]
3629
3633
  #
@@ -3716,36 +3720,36 @@ module Aws::DirectConnect
3716
3720
  # The state of the virtual interface. The following are the possible
3717
3721
  # values:
3718
3722
  #
3719
- # * `confirming`\: The creation of the virtual interface is pending
3723
+ # * `confirming`: The creation of the virtual interface is pending
3720
3724
  # confirmation from the virtual interface owner. If the owner of the
3721
3725
  # virtual interface is different from the owner of the connection on
3722
3726
  # which it is provisioned, then the virtual interface will remain in
3723
3727
  # this state until it is confirmed by the virtual interface owner.
3724
3728
  #
3725
- # * `verifying`\: This state only applies to public virtual
3726
- # interfaces. Each public virtual interface needs validation before
3727
- # the virtual interface can be created.
3729
+ # * `verifying`: This state only applies to public virtual interfaces.
3730
+ # Each public virtual interface needs validation before the virtual
3731
+ # interface can be created.
3728
3732
  #
3729
- # * `pending`\: A virtual interface is in this state from the time
3730
- # that it is created until the virtual interface is ready to forward
3733
+ # * `pending`: A virtual interface is in this state from the time that
3734
+ # it is created until the virtual interface is ready to forward
3731
3735
  # traffic.
3732
3736
  #
3733
- # * `available`\: A virtual interface that is able to forward traffic.
3737
+ # * `available`: A virtual interface that is able to forward traffic.
3734
3738
  #
3735
- # * `down`\: A virtual interface that is BGP down.
3739
+ # * `down`: A virtual interface that is BGP down.
3736
3740
  #
3737
- # * `deleting`\: A virtual interface is in this state immediately
3738
- # after calling DeleteVirtualInterface until it can no longer
3739
- # forward traffic.
3741
+ # * `deleting`: A virtual interface is in this state immediately after
3742
+ # calling DeleteVirtualInterface until it can no longer forward
3743
+ # traffic.
3740
3744
  #
3741
- # * `deleted`\: A virtual interface that cannot forward traffic.
3745
+ # * `deleted`: A virtual interface that cannot forward traffic.
3742
3746
  #
3743
- # * `rejected`\: The virtual interface owner has declined creation of
3747
+ # * `rejected`: The virtual interface owner has declined creation of
3744
3748
  # the virtual interface. If a virtual interface in the `Confirming`
3745
3749
  # state is deleted by the virtual interface owner, the virtual
3746
3750
  # interface enters the `Rejected` state.
3747
3751
  #
3748
- # * `unknown`\: The state of the virtual interface is not available.
3752
+ # * `unknown`: The state of the virtual interface is not available.
3749
3753
  # @return [String]
3750
3754
  #
3751
3755
  # @!attribute [rw] customer_router_config
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-directconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::DirectConnect
54
54
 
55
- GEM_VERSION = '1.56.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  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.56.0
4
+ version: 1.58.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core