aws-sdk-directconnect 1.56.0 → 1.57.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: c08011dff778ececcb12a571649a003d09fb561b9a569ac3ecbeeded24aba0a1
4
+ data.tar.gz: d00084e5213c3f81391b4e0daad1753dc9973a188289322e6ee344cc71bfcdfd
5
5
  SHA512:
6
- metadata.gz: 5360efd7cb9a83651a87d309d45b350b81e0c9dea14bf47fbd0eff6a000e2d4f0a737ca399fdf4430e77dead163249e466f6752799456781e1b6677a2c35f2c8
7
- data.tar.gz: 51864a6956074bac53fd8a3cfbe67c644aba4df588f9db7102b5709fe261a3c7d829e161a67e8f041681d5f636b477f698bf413332be2e79a360db86df87afc7
6
+ metadata.gz: 0ae99d32d566719f115eb1d1e141063af97ffd5fae081eb32e1589d03b1523b39efb5ad0d854c34c6b6949a30a0f88a5ea70767b31c3d8df0bf80680faaac5cc
7
+ data.tar.gz: 6a943bee9334cd197833f33d956fa298aac1a5c15370f20e516a55dca67faff30bc8d3c4ba03ed81c24caea73c957b441c43b82d14d966a5b063f693690fa391
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2023-03-14)
5
+ ------------------
6
+
7
+ * Feature - describe-direct-connect-gateway-associations includes a new status, updating, indicating that the association is currently in-process of updating.
8
+
4
9
  1.56.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.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
  #
@@ -2540,13 +2552,14 @@ module Aws::DirectConnect
2540
2552
  # if you use the default ASN 64512 for both your the transit gateway and
2541
2553
  # Direct Connect gateway, the association request fails.
2542
2554
  #
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
2555
+ # A jumbo MTU value must be either 1500 or 8500. No other values will be
2556
+ # accepted. Setting the MTU of a virtual interface to 8500 (jumbo
2557
+ # frames) can cause an update to the underlying physical connection if
2558
+ # it wasn't updated to support jumbo frames. Updating the connection
2559
+ # disrupts network connectivity for all virtual interfaces associated
2560
+ # with the connection for up to 30 seconds. To check whether your
2561
+ # connection supports jumbo frames, call DescribeConnections. To check
2562
+ # whether your virtual interface supports jumbo frames, call
2550
2563
  # DescribeVirtualInterfaces.
2551
2564
  #
2552
2565
  # @option params [required, String] :connection_id
@@ -4300,7 +4313,7 @@ module Aws::DirectConnect
4300
4313
  # The time in minutes that the virtual interface failover test will
4301
4314
  # last.
4302
4315
  #
4303
- # Maximum value: 180 minutes (3 hours).
4316
+ # Maximum value: 4,320 minutes (72 hours).
4304
4317
  #
4305
4318
  # Default: 180 minutes (3 hours).
4306
4319
  #
@@ -4893,7 +4906,7 @@ module Aws::DirectConnect
4893
4906
  params: params,
4894
4907
  config: config)
4895
4908
  context[:gem_name] = 'aws-sdk-directconnect'
4896
- context[:gem_version] = '1.56.0'
4909
+ context[:gem_version] = '1.57.0'
4897
4910
  Seahorse::Client::Request.new(handlers, context)
4898
4911
  end
4899
4912
 
@@ -14,36 +14,45 @@ 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))
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
18
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
20
+ end
21
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
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
19
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
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"
21
39
  end
22
40
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
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"
24
45
  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
33
- 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: {})
46
+ if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-east-1")
47
+ return Aws::Endpoints::Endpoint.new(url: "https://directconnect.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
36
48
  end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
38
- end
39
- 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: {})
49
+ if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
50
+ return Aws::Endpoints::Endpoint.new(url: "https://directconnect.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
42
51
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
52
+ return Aws::Endpoints::Endpoint.new(url: "https://directconnect.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
53
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://directconnect.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
54
  end
55
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
56
  raise ArgumentError, 'No endpoint could be resolved'
48
57
 
49
58
  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
@@ -1432,23 +1432,22 @@ module Aws::DirectConnect
1432
1432
  # The state of the interconnect. The following are the possible
1433
1433
  # values:
1434
1434
  #
1435
- # * `requested`\: The initial state of an interconnect. The
1435
+ # * `requested`: The initial state of an interconnect. The
1436
1436
  # interconnect stays in the requested state until the Letter of
1437
1437
  # Authorization (LOA) is sent to the customer.
1438
1438
  #
1439
- # * `pending`\: The interconnect is approved, and is being
1440
- # initialized.
1439
+ # * `pending`: The interconnect is approved, and is being initialized.
1441
1440
  #
1442
- # * `available`\: The network link is up, and the interconnect is
1443
- # ready for use.
1441
+ # * `available`: The network link is up, and the interconnect is ready
1442
+ # for use.
1444
1443
  #
1445
- # * `down`\: The network link is down.
1444
+ # * `down`: The network link is down.
1446
1445
  #
1447
- # * `deleting`\: The interconnect is being deleted.
1446
+ # * `deleting`: The interconnect is being deleted.
1448
1447
  #
1449
- # * `deleted`\: The interconnect is deleted.
1448
+ # * `deleted`: The interconnect is deleted.
1450
1449
  #
1451
- # * `unknown`\: The state of the interconnect is not available.
1450
+ # * `unknown`: The state of the interconnect is not available.
1452
1451
  # @return [String]
1453
1452
  #
1454
1453
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectResponse AWS API Documentation
@@ -1487,36 +1486,36 @@ module Aws::DirectConnect
1487
1486
  # The state of the virtual interface. The following are the possible
1488
1487
  # values:
1489
1488
  #
1490
- # * `confirming`\: The creation of the virtual interface is pending
1489
+ # * `confirming`: The creation of the virtual interface is pending
1491
1490
  # confirmation from the virtual interface owner. If the owner of the
1492
1491
  # virtual interface is different from the owner of the connection on
1493
1492
  # which it is provisioned, then the virtual interface will remain in
1494
1493
  # this state until it is confirmed by the virtual interface owner.
1495
1494
  #
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.
1495
+ # * `verifying`: This state only applies to public virtual interfaces.
1496
+ # Each public virtual interface needs validation before the virtual
1497
+ # interface can be created.
1499
1498
  #
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
1499
+ # * `pending`: A virtual interface is in this state from the time that
1500
+ # it is created until the virtual interface is ready to forward
1502
1501
  # traffic.
1503
1502
  #
1504
- # * `available`\: A virtual interface that is able to forward traffic.
1503
+ # * `available`: A virtual interface that is able to forward traffic.
1505
1504
  #
1506
- # * `down`\: A virtual interface that is BGP down.
1505
+ # * `down`: A virtual interface that is BGP down.
1507
1506
  #
1508
- # * `deleting`\: A virtual interface is in this state immediately
1509
- # after calling DeleteVirtualInterface until it can no longer
1510
- # forward traffic.
1507
+ # * `deleting`: A virtual interface is in this state immediately after
1508
+ # calling DeleteVirtualInterface until it can no longer forward
1509
+ # traffic.
1511
1510
  #
1512
- # * `deleted`\: A virtual interface that cannot forward traffic.
1511
+ # * `deleted`: A virtual interface that cannot forward traffic.
1513
1512
  #
1514
- # * `rejected`\: The virtual interface owner has declined creation of
1513
+ # * `rejected`: The virtual interface owner has declined creation of
1515
1514
  # the virtual interface. If a virtual interface in the `Confirming`
1516
1515
  # state is deleted by the virtual interface owner, the virtual
1517
1516
  # interface enters the `Rejected` state.
1518
1517
  #
1519
- # * `unknown`\: The state of the virtual interface is not available.
1518
+ # * `unknown`: The state of the virtual interface is not available.
1520
1519
  # @return [String]
1521
1520
  #
1522
1521
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceResponse AWS API Documentation
@@ -2052,15 +2051,15 @@ module Aws::DirectConnect
2052
2051
  # The state of the Direct Connect gateway. The following are the
2053
2052
  # possible values:
2054
2053
  #
2055
- # * `pending`\: The initial state after calling
2054
+ # * `pending`: The initial state after calling
2056
2055
  # CreateDirectConnectGateway.
2057
2056
  #
2058
- # * `available`\: The Direct Connect gateway is ready for use.
2057
+ # * `available`: The Direct Connect gateway is ready for use.
2059
2058
  #
2060
- # * `deleting`\: The initial state after calling
2059
+ # * `deleting`: The initial state after calling
2061
2060
  # DeleteDirectConnectGateway.
2062
2061
  #
2063
- # * `deleted`\: The Direct Connect gateway is deleted and cannot pass
2062
+ # * `deleted`: The Direct Connect gateway is deleted and cannot pass
2064
2063
  # traffic.
2065
2064
  # @return [String]
2066
2065
  #
@@ -2096,20 +2095,24 @@ module Aws::DirectConnect
2096
2095
  # @!attribute [rw] association_state
2097
2096
  # The state of the association. The following are the possible values:
2098
2097
  #
2099
- # * `associating`\: The initial state after calling
2098
+ # * `associating`: The initial state after calling
2100
2099
  # CreateDirectConnectGatewayAssociation.
2101
2100
  #
2102
- # * `associated`\: The Direct Connect gateway and virtual private
2101
+ # * `associated`: The Direct Connect gateway and virtual private
2103
2102
  # gateway or transit gateway are successfully associated and ready
2104
2103
  # to pass traffic.
2105
2104
  #
2106
- # * `disassociating`\: The initial state after calling
2105
+ # * `disassociating`: The initial state after calling
2107
2106
  # DeleteDirectConnectGatewayAssociation.
2108
2107
  #
2109
- # * `disassociated`\: The virtual private gateway or transit gateway
2110
- # is disassociated from the Direct Connect gateway. Traffic flow
2108
+ # * `disassociated`: The virtual private gateway or transit gateway is
2109
+ # disassociated from the Direct Connect gateway. Traffic flow
2111
2110
  # between the Direct Connect gateway and virtual private gateway or
2112
2111
  # transit gateway is stopped.
2112
+ #
2113
+ # * `updating`: The CIDR blocks for the virtual private gateway or
2114
+ # transit gateway are currently being updated. This could be new
2115
+ # CIDR blocks added or current CIDR blocks removed.
2113
2116
  # @return [String]
2114
2117
  #
2115
2118
  # @!attribute [rw] state_change_error
@@ -2179,14 +2182,14 @@ module Aws::DirectConnect
2179
2182
  # @!attribute [rw] proposal_state
2180
2183
  # The state of the proposal. The following are possible values:
2181
2184
  #
2182
- # * `accepted`\: The proposal has been accepted. The Direct Connect
2185
+ # * `accepted`: The proposal has been accepted. The Direct Connect
2183
2186
  # gateway association is available to use in this state.
2184
2187
  #
2185
- # * `deleted`\: The proposal has been deleted by the owner that made
2188
+ # * `deleted`: The proposal has been deleted by the owner that made
2186
2189
  # the proposal. The Direct Connect gateway association cannot be
2187
2190
  # used in this state.
2188
2191
  #
2189
- # * `requested`\: The proposal has been requested. The Direct Connect
2192
+ # * `requested`: The proposal has been requested. The Direct Connect
2190
2193
  # gateway association cannot be used in this state.
2191
2194
  # @return [String]
2192
2195
  #
@@ -2241,16 +2244,16 @@ module Aws::DirectConnect
2241
2244
  # @!attribute [rw] attachment_state
2242
2245
  # The state of the attachment. The following are the possible values:
2243
2246
  #
2244
- # * `attaching`\: The initial state after a virtual interface is
2247
+ # * `attaching`: The initial state after a virtual interface is
2245
2248
  # created using the Direct Connect gateway.
2246
2249
  #
2247
- # * `attached`\: The Direct Connect gateway and virtual interface are
2250
+ # * `attached`: The Direct Connect gateway and virtual interface are
2248
2251
  # attached and ready to pass traffic.
2249
2252
  #
2250
- # * `detaching`\: The initial state after calling
2253
+ # * `detaching`: The initial state after calling
2251
2254
  # DeleteVirtualInterface.
2252
2255
  #
2253
- # * `detached`\: The virtual interface is detached from the Direct
2256
+ # * `detached`: The virtual interface is detached from the Direct
2254
2257
  # Connect gateway. Traffic flow between the Direct Connect gateway
2255
2258
  # and virtual interface is stopped.
2256
2259
  # @return [String]
@@ -2371,23 +2374,22 @@ module Aws::DirectConnect
2371
2374
  # The state of the interconnect. The following are the possible
2372
2375
  # values:
2373
2376
  #
2374
- # * `requested`\: The initial state of an interconnect. The
2377
+ # * `requested`: The initial state of an interconnect. The
2375
2378
  # interconnect stays in the requested state until the Letter of
2376
2379
  # Authorization (LOA) is sent to the customer.
2377
2380
  #
2378
- # * `pending`\: The interconnect is approved, and is being
2379
- # initialized.
2381
+ # * `pending`: The interconnect is approved, and is being initialized.
2380
2382
  #
2381
- # * `available`\: The network link is up, and the interconnect is
2382
- # ready for use.
2383
+ # * `available`: The network link is up, and the interconnect is ready
2384
+ # for use.
2383
2385
  #
2384
- # * `down`\: The network link is down.
2386
+ # * `down`: The network link is down.
2385
2387
  #
2386
- # * `deleting`\: The interconnect is being deleted.
2388
+ # * `deleting`: The interconnect is being deleted.
2387
2389
  #
2388
- # * `deleted`\: The interconnect is deleted.
2390
+ # * `deleted`: The interconnect is deleted.
2389
2391
  #
2390
- # * `unknown`\: The state of the interconnect is not available.
2392
+ # * `unknown`: The state of the interconnect is not available.
2391
2393
  # @return [String]
2392
2394
  #
2393
2395
  # @!attribute [rw] region
@@ -2503,22 +2505,22 @@ module Aws::DirectConnect
2503
2505
  # @!attribute [rw] lag_state
2504
2506
  # The state of the LAG. The following are the possible values:
2505
2507
  #
2506
- # * `requested`\: The initial state of a LAG. The LAG stays in the
2508
+ # * `requested`: The initial state of a LAG. The LAG stays in the
2507
2509
  # requested state until the Letter of Authorization (LOA) is
2508
2510
  # available.
2509
2511
  #
2510
- # * `pending`\: The LAG has been approved and is being initialized.
2512
+ # * `pending`: The LAG has been approved and is being initialized.
2511
2513
  #
2512
- # * `available`\: The network link is established and the LAG is ready
2514
+ # * `available`: The network link is established and the LAG is ready
2513
2515
  # for use.
2514
2516
  #
2515
- # * `down`\: The network link is down.
2517
+ # * `down`: The network link is down.
2516
2518
  #
2517
- # * `deleting`\: The LAG is being deleted.
2519
+ # * `deleting`: The LAG is being deleted.
2518
2520
  #
2519
- # * `deleted`\: The LAG is deleted.
2521
+ # * `deleted`: The LAG is deleted.
2520
2522
  #
2521
- # * `unknown`\: The state of the LAG is not available.
2523
+ # * `unknown`: The state of the LAG is not available.
2522
2524
  # @return [String]
2523
2525
  #
2524
2526
  # @!attribute [rw] location
@@ -2778,17 +2780,17 @@ module Aws::DirectConnect
2778
2780
  #
2779
2781
  # The possible values are:
2780
2782
  #
2781
- # * `associating`\: The MAC Security (MACsec) secret key is being
2783
+ # * `associating`: The MAC Security (MACsec) secret key is being
2782
2784
  # validated and not yet associated with the connection or LAG.
2783
2785
  #
2784
- # * `associated`\: The MAC Security (MACsec) secret key is validated
2786
+ # * `associated`: The MAC Security (MACsec) secret key is validated
2785
2787
  # and associated with the connection or LAG.
2786
2788
  #
2787
- # * `disassociating`\: The MAC Security (MACsec) secret key is being
2789
+ # * `disassociating`: The MAC Security (MACsec) secret key is being
2788
2790
  # disassociated from the connection or LAG
2789
2791
  #
2790
- # * `disassociated`\: The MAC Security (MACsec) secret key is no
2791
- # longer associated with the connection or LAG.
2792
+ # * `disassociated`: The MAC Security (MACsec) secret key is no longer
2793
+ # associated with the connection or LAG.
2792
2794
  # @return [String]
2793
2795
  #
2794
2796
  # @!attribute [rw] start_on
@@ -3333,7 +3335,7 @@ module Aws::DirectConnect
3333
3335
  # The time in minutes that the virtual interface failover test will
3334
3336
  # last.
3335
3337
  #
3336
- # Maximum value: 180 minutes (3 hours).
3338
+ # Maximum value: 4,320 minutes (72 hours).
3337
3339
  #
3338
3340
  # Default: 180 minutes (3 hours).
3339
3341
  # @return [Integer]
@@ -3615,15 +3617,15 @@ module Aws::DirectConnect
3615
3617
  # The state of the virtual private gateway. The following are the
3616
3618
  # possible values:
3617
3619
  #
3618
- # * `pending`\: Initial state after creating the virtual private
3620
+ # * `pending`: Initial state after creating the virtual private
3619
3621
  # gateway.
3620
3622
  #
3621
- # * `available`\: Ready for use by a private virtual interface.
3623
+ # * `available`: Ready for use by a private virtual interface.
3622
3624
  #
3623
- # * `deleting`\: Initial state after deleting the virtual private
3625
+ # * `deleting`: Initial state after deleting the virtual private
3624
3626
  # gateway.
3625
3627
  #
3626
- # * `deleted`\: The virtual private gateway is deleted. The private
3628
+ # * `deleted`: The virtual private gateway is deleted. The private
3627
3629
  # virtual interface is unable to send traffic over this gateway.
3628
3630
  # @return [String]
3629
3631
  #
@@ -3716,36 +3718,36 @@ module Aws::DirectConnect
3716
3718
  # The state of the virtual interface. The following are the possible
3717
3719
  # values:
3718
3720
  #
3719
- # * `confirming`\: The creation of the virtual interface is pending
3721
+ # * `confirming`: The creation of the virtual interface is pending
3720
3722
  # confirmation from the virtual interface owner. If the owner of the
3721
3723
  # virtual interface is different from the owner of the connection on
3722
3724
  # which it is provisioned, then the virtual interface will remain in
3723
3725
  # this state until it is confirmed by the virtual interface owner.
3724
3726
  #
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.
3727
+ # * `verifying`: This state only applies to public virtual interfaces.
3728
+ # Each public virtual interface needs validation before the virtual
3729
+ # interface can be created.
3728
3730
  #
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
3731
+ # * `pending`: A virtual interface is in this state from the time that
3732
+ # it is created until the virtual interface is ready to forward
3731
3733
  # traffic.
3732
3734
  #
3733
- # * `available`\: A virtual interface that is able to forward traffic.
3735
+ # * `available`: A virtual interface that is able to forward traffic.
3734
3736
  #
3735
- # * `down`\: A virtual interface that is BGP down.
3737
+ # * `down`: A virtual interface that is BGP down.
3736
3738
  #
3737
- # * `deleting`\: A virtual interface is in this state immediately
3738
- # after calling DeleteVirtualInterface until it can no longer
3739
- # forward traffic.
3739
+ # * `deleting`: A virtual interface is in this state immediately after
3740
+ # calling DeleteVirtualInterface until it can no longer forward
3741
+ # traffic.
3740
3742
  #
3741
- # * `deleted`\: A virtual interface that cannot forward traffic.
3743
+ # * `deleted`: A virtual interface that cannot forward traffic.
3742
3744
  #
3743
- # * `rejected`\: The virtual interface owner has declined creation of
3745
+ # * `rejected`: The virtual interface owner has declined creation of
3744
3746
  # the virtual interface. If a virtual interface in the `Confirming`
3745
3747
  # state is deleted by the virtual interface owner, the virtual
3746
3748
  # interface enters the `Rejected` state.
3747
3749
  #
3748
- # * `unknown`\: The state of the virtual interface is not available.
3750
+ # * `unknown`: The state of the virtual interface is not available.
3749
3751
  # @return [String]
3750
3752
  #
3751
3753
  # @!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.57.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.57.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-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core