aws-sdk-directconnect 1.88.0 → 1.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b6cb04e2124ce2850e7a9b3401cf93174d9fb05b6044c1813d555d4eef267fc
4
- data.tar.gz: c113f28bfe932136d8a3000efd9f32ae27f0bd6f232019cd4173fcd9a1f48fbe
3
+ metadata.gz: ec45ebca66147ad2f5d03ac6fa599a1bb6aa48462eac54fc7d501dbb8c1cf695
4
+ data.tar.gz: d57b447c5d6213ebbecd92b613a3583d6d78ded4d611e1cf09ec96e353c4c3a3
5
5
  SHA512:
6
- metadata.gz: 947862bed08e00097f2730ac9d733a116196dd64c11d93e5e4ed2f59b9ab5853a49d7a3e62400a8bd7ea4efefda746d58d9c3856789b1b88e9266cace87d51ad
7
- data.tar.gz: 2565483f90b3e4b3404b7047fcdea5c54a538c86b5d618c5b221332a2e431a4d4fe584006c93dba1328ae238881be4163d5da8f2f67ba53637ea82c782f874de
6
+ metadata.gz: ec28dc17060ac82b8609cdd543b7b7b04e21f7de6b5f75cd71ac408889dba0727dd88e24ec4d78efd333ccf6eef8ea5e1067e8badccc60fa619c4abcdd0c8202
7
+ data.tar.gz: d67b13c0ac797ff6035a98d3ef46b14d37e12af9b4bfed70fa393c8bbd2c750ffa0c581e5977d443bb786a7a95956f2d2139937038e9058c764d6687ac06c2e9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2025-03-26)
5
+ ------------------
6
+
7
+ * Feature - With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies.
8
+
4
9
  1.88.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -1932,6 +1932,9 @@ module Aws::DirectConnect
1932
1932
  # @option params [required, String] :direct_connect_gateway_name
1933
1933
  # The name of the Direct Connect gateway.
1934
1934
  #
1935
+ # @option params [Array<Types::Tag>] :tags
1936
+ # The key-value pair tags associated with the request.
1937
+ #
1935
1938
  # @option params [Integer] :amazon_side_asn
1936
1939
  # The autonomous system number (ASN) for Border Gateway Protocol (BGP)
1937
1940
  # to be configured on the Amazon side of the connection. The ASN must be
@@ -1946,6 +1949,12 @@ module Aws::DirectConnect
1946
1949
  #
1947
1950
  # resp = client.create_direct_connect_gateway({
1948
1951
  # direct_connect_gateway_name: "DirectConnectGatewayName", # required
1952
+ # tags: [
1953
+ # {
1954
+ # key: "TagKey", # required
1955
+ # value: "TagValue",
1956
+ # },
1957
+ # ],
1949
1958
  # amazon_side_asn: 1,
1950
1959
  # })
1951
1960
  #
@@ -1957,6 +1966,9 @@ module Aws::DirectConnect
1957
1966
  # resp.direct_connect_gateway.owner_account #=> String
1958
1967
  # resp.direct_connect_gateway.direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
1959
1968
  # resp.direct_connect_gateway.state_change_error #=> String
1969
+ # resp.direct_connect_gateway.tags #=> Array
1970
+ # resp.direct_connect_gateway.tags[0].key #=> String
1971
+ # resp.direct_connect_gateway.tags[0].value #=> String
1960
1972
  #
1961
1973
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGateway AWS API Documentation
1962
1974
  #
@@ -2947,6 +2959,9 @@ module Aws::DirectConnect
2947
2959
  # resp.direct_connect_gateway.owner_account #=> String
2948
2960
  # resp.direct_connect_gateway.direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
2949
2961
  # resp.direct_connect_gateway.state_change_error #=> String
2962
+ # resp.direct_connect_gateway.tags #=> Array
2963
+ # resp.direct_connect_gateway.tags[0].key #=> String
2964
+ # resp.direct_connect_gateway.tags[0].value #=> String
2950
2965
  #
2951
2966
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGateway AWS API Documentation
2952
2967
  #
@@ -3512,6 +3527,16 @@ module Aws::DirectConnect
3512
3527
  # The response contains the association between the Direct Connect
3513
3528
  # gateway and transit gateway.
3514
3529
  #
3530
+ # * A Direct Connect gateway and a virtual private gateway
3531
+ #
3532
+ # The response contains the association between the Direct Connect
3533
+ # gateway and virtual private gateway.
3534
+ #
3535
+ # * A Direct Connect gateway association to a Cloud WAN core network
3536
+ #
3537
+ # The response contains the Cloud WAN core network ID that the Direct
3538
+ # Connect gateway is associated to.
3539
+ #
3515
3540
  # @option params [String] :association_id
3516
3541
  # The ID of the Direct Connect gateway association.
3517
3542
  #
@@ -3682,6 +3707,9 @@ module Aws::DirectConnect
3682
3707
  # resp.direct_connect_gateways[0].owner_account #=> String
3683
3708
  # resp.direct_connect_gateways[0].direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
3684
3709
  # resp.direct_connect_gateways[0].state_change_error #=> String
3710
+ # resp.direct_connect_gateways[0].tags #=> Array
3711
+ # resp.direct_connect_gateways[0].tags[0].key #=> String
3712
+ # resp.direct_connect_gateways[0].tags[0].value #=> String
3685
3713
  # resp.next_token #=> String
3686
3714
  #
3687
3715
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGateways AWS API Documentation
@@ -4703,6 +4731,9 @@ module Aws::DirectConnect
4703
4731
  # resp.direct_connect_gateway.owner_account #=> String
4704
4732
  # resp.direct_connect_gateway.direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
4705
4733
  # resp.direct_connect_gateway.state_change_error #=> String
4734
+ # resp.direct_connect_gateway.tags #=> Array
4735
+ # resp.direct_connect_gateway.tags[0].key #=> String
4736
+ # resp.direct_connect_gateway.tags[0].value #=> String
4706
4737
  #
4707
4738
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateDirectConnectGateway AWS API Documentation
4708
4739
  #
@@ -5047,7 +5078,7 @@ module Aws::DirectConnect
5047
5078
  tracer: tracer
5048
5079
  )
5049
5080
  context[:gem_name] = 'aws-sdk-directconnect'
5050
- context[:gem_version] = '1.88.0'
5081
+ context[:gem_version] = '1.89.0'
5051
5082
  Seahorse::Client::Request.new(handlers, context)
5052
5083
  end
5053
5084
 
@@ -462,6 +462,7 @@ module Aws::DirectConnect
462
462
  CreateDirectConnectGatewayAssociationResult.struct_class = Types::CreateDirectConnectGatewayAssociationResult
463
463
 
464
464
  CreateDirectConnectGatewayRequest.add_member(:direct_connect_gateway_name, Shapes::ShapeRef.new(shape: DirectConnectGatewayName, required: true, location_name: "directConnectGatewayName"))
465
+ CreateDirectConnectGatewayRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
465
466
  CreateDirectConnectGatewayRequest.add_member(:amazon_side_asn, Shapes::ShapeRef.new(shape: LongAsn, location_name: "amazonSideAsn"))
466
467
  CreateDirectConnectGatewayRequest.struct_class = Types::CreateDirectConnectGatewayRequest
467
468
 
@@ -664,6 +665,7 @@ module Aws::DirectConnect
664
665
  DirectConnectGateway.add_member(:owner_account, Shapes::ShapeRef.new(shape: OwnerAccount, location_name: "ownerAccount"))
665
666
  DirectConnectGateway.add_member(:direct_connect_gateway_state, Shapes::ShapeRef.new(shape: DirectConnectGatewayState, location_name: "directConnectGatewayState"))
666
667
  DirectConnectGateway.add_member(:state_change_error, Shapes::ShapeRef.new(shape: StateChangeError, location_name: "stateChangeError"))
668
+ DirectConnectGateway.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
667
669
  DirectConnectGateway.struct_class = Types::DirectConnectGateway
668
670
 
669
671
  DirectConnectGatewayAssociation.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
@@ -348,10 +348,12 @@ module Aws::DirectConnect
348
348
  end
349
349
 
350
350
  # The Amazon Web Services Cloud WAN core network that the Direct Connect
351
- # attachment is associated with.
351
+ # gateway is associated to. This is only returned when a Direct Connect
352
+ # gateway is associated to a Cloud WAN core network.
352
353
  #
353
354
  # @!attribute [rw] id
354
- # The ID of the Cloud WAN core network.
355
+ # The ID of the Cloud WAN core network that the Direct Connect gateway
356
+ # is associated to.
355
357
  # @return [String]
356
358
  #
357
359
  # @!attribute [rw] owner_account
@@ -359,7 +361,7 @@ module Aws::DirectConnect
359
361
  # @return [String]
360
362
  #
361
363
  # @!attribute [rw] attachment_id
362
- # the ID of the Direct Connect attachment
364
+ # the ID of the Direct Connect gateway attachment.
363
365
  # @return [String]
364
366
  #
365
367
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociatedCoreNetwork AWS API Documentation
@@ -606,6 +608,10 @@ module Aws::DirectConnect
606
608
  #
607
609
  # * `down`: A virtual interface that is BGP down.
608
610
  #
611
+ # * `testing`: A virtual interface is in this state immediately after
612
+ # calling StartBgpFailoverTest and remains in this state during the
613
+ # duration of the test.
614
+ #
609
615
  # * `deleting`: A virtual interface is in this state immediately after
610
616
  # calling DeleteVirtualInterface until it can no longer forward
611
617
  # traffic.
@@ -662,6 +668,10 @@ module Aws::DirectConnect
662
668
  #
663
669
  # * `down`: A virtual interface that is BGP down.
664
670
  #
671
+ # * `testing`: A virtual interface is in this state immediately after
672
+ # calling StartBgpFailoverTest and remains in this state during the
673
+ # duration of the test.
674
+ #
665
675
  # * `deleting`: A virtual interface is in this state immediately after
666
676
  # calling DeleteVirtualInterface until it can no longer forward
667
677
  # traffic.
@@ -723,6 +733,10 @@ module Aws::DirectConnect
723
733
  #
724
734
  # * `down`: A virtual interface that is BGP down.
725
735
  #
736
+ # * `testing`: A virtual interface is in this state immediately after
737
+ # calling StartBgpFailoverTest and remains in this state during the
738
+ # duration of the test.
739
+ #
726
740
  # * `deleting`: A virtual interface is in this state immediately after
727
741
  # calling DeleteVirtualInterface until it can no longer forward
728
742
  # traffic.
@@ -1094,6 +1108,10 @@ module Aws::DirectConnect
1094
1108
  # The name of the Direct Connect gateway.
1095
1109
  # @return [String]
1096
1110
  #
1111
+ # @!attribute [rw] tags
1112
+ # The key-value pair tags associated with the request.
1113
+ # @return [Array<Types::Tag>]
1114
+ #
1097
1115
  # @!attribute [rw] amazon_side_asn
1098
1116
  # The autonomous system number (ASN) for Border Gateway Protocol (BGP)
1099
1117
  # to be configured on the Amazon side of the connection. The ASN must
@@ -1105,6 +1123,7 @@ module Aws::DirectConnect
1105
1123
  #
1106
1124
  class CreateDirectConnectGatewayRequest < Struct.new(
1107
1125
  :direct_connect_gateway_name,
1126
+ :tags,
1108
1127
  :amazon_side_asn)
1109
1128
  SENSITIVE = []
1110
1129
  include Aws::Structure
@@ -1532,6 +1551,10 @@ module Aws::DirectConnect
1532
1551
  #
1533
1552
  # * `down`: A virtual interface that is BGP down.
1534
1553
  #
1554
+ # * `testing`: A virtual interface is in this state immediately after
1555
+ # calling StartBgpFailoverTest and remains in this state during the
1556
+ # duration of the test.
1557
+ #
1535
1558
  # * `deleting`: A virtual interface is in this state immediately after
1536
1559
  # calling DeleteVirtualInterface until it can no longer forward
1537
1560
  # traffic.
@@ -2095,6 +2118,10 @@ module Aws::DirectConnect
2095
2118
  # The error message if the state of an object failed to advance.
2096
2119
  # @return [String]
2097
2120
  #
2121
+ # @!attribute [rw] tags
2122
+ # Information about a tag.
2123
+ # @return [Array<Types::Tag>]
2124
+ #
2098
2125
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGateway AWS API Documentation
2099
2126
  #
2100
2127
  class DirectConnectGateway < Struct.new(
@@ -2103,7 +2130,8 @@ module Aws::DirectConnect
2103
2130
  :amazon_side_asn,
2104
2131
  :owner_account,
2105
2132
  :direct_connect_gateway_state,
2106
- :state_change_error)
2133
+ :state_change_error,
2134
+ :tags)
2107
2135
  SENSITIVE = []
2108
2136
  include Aws::Structure
2109
2137
  end
@@ -2161,7 +2189,7 @@ module Aws::DirectConnect
2161
2189
  #
2162
2190
  # @!attribute [rw] associated_core_network
2163
2191
  # The ID of the Cloud WAN core network associated with the Direct
2164
- # Connect attachment.
2192
+ # Connect gateway attachment.
2165
2193
  # @return [Types::AssociatedCoreNetwork]
2166
2194
  #
2167
2195
  # @!attribute [rw] virtual_gateway_id
@@ -3772,6 +3800,10 @@ module Aws::DirectConnect
3772
3800
  #
3773
3801
  # * `down`: A virtual interface that is BGP down.
3774
3802
  #
3803
+ # * `testing`: A virtual interface is in this state immediately after
3804
+ # calling StartBgpFailoverTest and remains in this state during the
3805
+ # duration of the test.
3806
+ #
3775
3807
  # * `deleting`: A virtual interface is in this state immediately after
3776
3808
  # calling DeleteVirtualInterface until it can no longer forward
3777
3809
  # traffic.
@@ -54,7 +54,7 @@ module Aws::DirectConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-directconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-directconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.88.0'
57
+ GEM_VERSION = '1.89.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -539,6 +539,12 @@ module Aws
539
539
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#create_direct_connect_gateway-instance_method
540
540
  def create_direct_connect_gateway: (
541
541
  direct_connect_gateway_name: ::String,
542
+ ?tags: Array[
543
+ {
544
+ key: ::String,
545
+ value: ::String?
546
+ },
547
+ ],
542
548
  ?amazon_side_asn: ::Integer
543
549
  ) -> _CreateDirectConnectGatewayResponseSuccess
544
550
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDirectConnectGatewayResponseSuccess
data/sig/types.rbs CHANGED
@@ -262,6 +262,7 @@ module Aws::DirectConnect
262
262
 
263
263
  class CreateDirectConnectGatewayRequest
264
264
  attr_accessor direct_connect_gateway_name: ::String
265
+ attr_accessor tags: ::Array[Types::Tag]
265
266
  attr_accessor amazon_side_asn: ::Integer
266
267
  SENSITIVE: []
267
268
  end
@@ -560,6 +561,7 @@ module Aws::DirectConnect
560
561
  attr_accessor owner_account: ::String
561
562
  attr_accessor direct_connect_gateway_state: ("pending" | "available" | "deleting" | "deleted")
562
563
  attr_accessor state_change_error: ::String
564
+ attr_accessor tags: ::Array[Types::Tag]
563
565
  SENSITIVE: []
564
566
  end
565
567
 
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.88.0
4
+ version: 1.89.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core