aws-sdk-directconnect 1.84.0 → 1.85.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directconnect/client.rb +16 -1
- data/lib/aws-sdk-directconnect/client_api.rb +9 -0
- data/lib/aws-sdk-directconnect/types.rb +31 -0
- data/lib/aws-sdk-directconnect.rb +1 -1
- data/sig/types.rbs +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b76af2d9da31ec4673322e30bbc455067821511a43a7cb10cecf79902338ecc
|
|
4
|
+
data.tar.gz: b0db74cbcbe34bbec5a802872ded226397dfdb0fde73a6d06acaa0f3c0968675
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c761283b72832c1e6e840d0e2712783d9cae2ca0d5005ab50eeb066e859a86b02e170fc52dba736fba244cffa1b0d262e921d08690a4e0138fb95fe7ff23ffd9
|
|
7
|
+
data.tar.gz: 28112af5979f3e06e76c69591632fe1e2bbeb25cc1b0cbe403591eb76ab96b7fba25517ca49559bad2289db07467f1100689a43a807fa200652aa767bb6131bc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.85.0 (2024-11-25)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network.
|
|
8
|
+
|
|
4
9
|
1.84.0 (2024-10-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.85.0
|
|
@@ -508,6 +508,9 @@ module Aws::DirectConnect
|
|
|
508
508
|
# resp.direct_connect_gateway_association.association_id #=> String
|
|
509
509
|
# resp.direct_connect_gateway_association.allowed_prefixes_to_direct_connect_gateway #=> Array
|
|
510
510
|
# resp.direct_connect_gateway_association.allowed_prefixes_to_direct_connect_gateway[0].cidr #=> String
|
|
511
|
+
# resp.direct_connect_gateway_association.associated_core_network.id #=> String
|
|
512
|
+
# resp.direct_connect_gateway_association.associated_core_network.owner_account #=> String
|
|
513
|
+
# resp.direct_connect_gateway_association.associated_core_network.attachment_id #=> String
|
|
511
514
|
# resp.direct_connect_gateway_association.virtual_gateway_id #=> String
|
|
512
515
|
# resp.direct_connect_gateway_association.virtual_gateway_region #=> String
|
|
513
516
|
# resp.direct_connect_gateway_association.virtual_gateway_owner_account #=> String
|
|
@@ -1997,6 +2000,9 @@ module Aws::DirectConnect
|
|
|
1997
2000
|
# resp.direct_connect_gateway_association.association_id #=> String
|
|
1998
2001
|
# resp.direct_connect_gateway_association.allowed_prefixes_to_direct_connect_gateway #=> Array
|
|
1999
2002
|
# resp.direct_connect_gateway_association.allowed_prefixes_to_direct_connect_gateway[0].cidr #=> String
|
|
2003
|
+
# resp.direct_connect_gateway_association.associated_core_network.id #=> String
|
|
2004
|
+
# resp.direct_connect_gateway_association.associated_core_network.owner_account #=> String
|
|
2005
|
+
# resp.direct_connect_gateway_association.associated_core_network.attachment_id #=> String
|
|
2000
2006
|
# resp.direct_connect_gateway_association.virtual_gateway_id #=> String
|
|
2001
2007
|
# resp.direct_connect_gateway_association.virtual_gateway_region #=> String
|
|
2002
2008
|
# resp.direct_connect_gateway_association.virtual_gateway_owner_account #=> String
|
|
@@ -2970,6 +2976,9 @@ module Aws::DirectConnect
|
|
|
2970
2976
|
# resp.direct_connect_gateway_association.association_id #=> String
|
|
2971
2977
|
# resp.direct_connect_gateway_association.allowed_prefixes_to_direct_connect_gateway #=> Array
|
|
2972
2978
|
# resp.direct_connect_gateway_association.allowed_prefixes_to_direct_connect_gateway[0].cidr #=> String
|
|
2979
|
+
# resp.direct_connect_gateway_association.associated_core_network.id #=> String
|
|
2980
|
+
# resp.direct_connect_gateway_association.associated_core_network.owner_account #=> String
|
|
2981
|
+
# resp.direct_connect_gateway_association.associated_core_network.attachment_id #=> String
|
|
2973
2982
|
# resp.direct_connect_gateway_association.virtual_gateway_id #=> String
|
|
2974
2983
|
# resp.direct_connect_gateway_association.virtual_gateway_region #=> String
|
|
2975
2984
|
# resp.direct_connect_gateway_association.virtual_gateway_owner_account #=> String
|
|
@@ -3533,6 +3542,9 @@ module Aws::DirectConnect
|
|
|
3533
3542
|
# resp.direct_connect_gateway_associations[0].association_id #=> String
|
|
3534
3543
|
# resp.direct_connect_gateway_associations[0].allowed_prefixes_to_direct_connect_gateway #=> Array
|
|
3535
3544
|
# resp.direct_connect_gateway_associations[0].allowed_prefixes_to_direct_connect_gateway[0].cidr #=> String
|
|
3545
|
+
# resp.direct_connect_gateway_associations[0].associated_core_network.id #=> String
|
|
3546
|
+
# resp.direct_connect_gateway_associations[0].associated_core_network.owner_account #=> String
|
|
3547
|
+
# resp.direct_connect_gateway_associations[0].associated_core_network.attachment_id #=> String
|
|
3536
3548
|
# resp.direct_connect_gateway_associations[0].virtual_gateway_id #=> String
|
|
3537
3549
|
# resp.direct_connect_gateway_associations[0].virtual_gateway_region #=> String
|
|
3538
3550
|
# resp.direct_connect_gateway_associations[0].virtual_gateway_owner_account #=> String
|
|
@@ -4726,6 +4738,9 @@ module Aws::DirectConnect
|
|
|
4726
4738
|
# resp.direct_connect_gateway_association.association_id #=> String
|
|
4727
4739
|
# resp.direct_connect_gateway_association.allowed_prefixes_to_direct_connect_gateway #=> Array
|
|
4728
4740
|
# resp.direct_connect_gateway_association.allowed_prefixes_to_direct_connect_gateway[0].cidr #=> String
|
|
4741
|
+
# resp.direct_connect_gateway_association.associated_core_network.id #=> String
|
|
4742
|
+
# resp.direct_connect_gateway_association.associated_core_network.owner_account #=> String
|
|
4743
|
+
# resp.direct_connect_gateway_association.associated_core_network.attachment_id #=> String
|
|
4729
4744
|
# resp.direct_connect_gateway_association.virtual_gateway_id #=> String
|
|
4730
4745
|
# resp.direct_connect_gateway_association.virtual_gateway_region #=> String
|
|
4731
4746
|
# resp.direct_connect_gateway_association.virtual_gateway_owner_account #=> String
|
|
@@ -5009,7 +5024,7 @@ module Aws::DirectConnect
|
|
|
5009
5024
|
tracer: tracer
|
|
5010
5025
|
)
|
|
5011
5026
|
context[:gem_name] = 'aws-sdk-directconnect'
|
|
5012
|
-
context[:gem_version] = '1.
|
|
5027
|
+
context[:gem_version] = '1.85.0'
|
|
5013
5028
|
Seahorse::Client::Request.new(handlers, context)
|
|
5014
5029
|
end
|
|
5015
5030
|
|
|
@@ -32,6 +32,7 @@ module Aws::DirectConnect
|
|
|
32
32
|
AssociateMacSecKeyRequest = Shapes::StructureShape.new(name: 'AssociateMacSecKeyRequest')
|
|
33
33
|
AssociateMacSecKeyResponse = Shapes::StructureShape.new(name: 'AssociateMacSecKeyResponse')
|
|
34
34
|
AssociateVirtualInterfaceRequest = Shapes::StructureShape.new(name: 'AssociateVirtualInterfaceRequest')
|
|
35
|
+
AssociatedCoreNetwork = Shapes::StructureShape.new(name: 'AssociatedCoreNetwork')
|
|
35
36
|
AssociatedGateway = Shapes::StructureShape.new(name: 'AssociatedGateway')
|
|
36
37
|
AssociatedGatewayId = Shapes::StringShape.new(name: 'AssociatedGatewayId')
|
|
37
38
|
AvailableMacSecPortSpeeds = Shapes::ListShape.new(name: 'AvailableMacSecPortSpeeds')
|
|
@@ -67,6 +68,8 @@ module Aws::DirectConnect
|
|
|
67
68
|
ConnectionName = Shapes::StringShape.new(name: 'ConnectionName')
|
|
68
69
|
ConnectionState = Shapes::StringShape.new(name: 'ConnectionState')
|
|
69
70
|
Connections = Shapes::StructureShape.new(name: 'Connections')
|
|
71
|
+
CoreNetworkAttachmentId = Shapes::StringShape.new(name: 'CoreNetworkAttachmentId')
|
|
72
|
+
CoreNetworkIdentifier = Shapes::StringShape.new(name: 'CoreNetworkIdentifier')
|
|
70
73
|
Count = Shapes::IntegerShape.new(name: 'Count')
|
|
71
74
|
CreateBGPPeerRequest = Shapes::StructureShape.new(name: 'CreateBGPPeerRequest')
|
|
72
75
|
CreateBGPPeerResponse = Shapes::StructureShape.new(name: 'CreateBGPPeerResponse')
|
|
@@ -330,6 +333,11 @@ module Aws::DirectConnect
|
|
|
330
333
|
AssociateVirtualInterfaceRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
|
|
331
334
|
AssociateVirtualInterfaceRequest.struct_class = Types::AssociateVirtualInterfaceRequest
|
|
332
335
|
|
|
336
|
+
AssociatedCoreNetwork.add_member(:id, Shapes::ShapeRef.new(shape: CoreNetworkIdentifier, location_name: "id"))
|
|
337
|
+
AssociatedCoreNetwork.add_member(:owner_account, Shapes::ShapeRef.new(shape: OwnerAccount, location_name: "ownerAccount"))
|
|
338
|
+
AssociatedCoreNetwork.add_member(:attachment_id, Shapes::ShapeRef.new(shape: CoreNetworkAttachmentId, location_name: "attachmentId"))
|
|
339
|
+
AssociatedCoreNetwork.struct_class = Types::AssociatedCoreNetwork
|
|
340
|
+
|
|
333
341
|
AssociatedGateway.add_member(:id, Shapes::ShapeRef.new(shape: GatewayIdentifier, location_name: "id"))
|
|
334
342
|
AssociatedGateway.add_member(:type, Shapes::ShapeRef.new(shape: GatewayType, location_name: "type"))
|
|
335
343
|
AssociatedGateway.add_member(:owner_account, Shapes::ShapeRef.new(shape: OwnerAccount, location_name: "ownerAccount"))
|
|
@@ -665,6 +673,7 @@ module Aws::DirectConnect
|
|
|
665
673
|
DirectConnectGatewayAssociation.add_member(:associated_gateway, Shapes::ShapeRef.new(shape: AssociatedGateway, location_name: "associatedGateway"))
|
|
666
674
|
DirectConnectGatewayAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayAssociationId, location_name: "associationId"))
|
|
667
675
|
DirectConnectGatewayAssociation.add_member(:allowed_prefixes_to_direct_connect_gateway, Shapes::ShapeRef.new(shape: RouteFilterPrefixList, location_name: "allowedPrefixesToDirectConnectGateway"))
|
|
676
|
+
DirectConnectGatewayAssociation.add_member(:associated_core_network, Shapes::ShapeRef.new(shape: AssociatedCoreNetwork, location_name: "associatedCoreNetwork"))
|
|
668
677
|
DirectConnectGatewayAssociation.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
|
|
669
678
|
DirectConnectGatewayAssociation.add_member(:virtual_gateway_region, Shapes::ShapeRef.new(shape: VirtualGatewayRegion, deprecated: true, location_name: "virtualGatewayRegion"))
|
|
670
679
|
DirectConnectGatewayAssociation.add_member(:virtual_gateway_owner_account, Shapes::ShapeRef.new(shape: OwnerAccount, location_name: "virtualGatewayOwnerAccount"))
|
|
@@ -347,6 +347,31 @@ module Aws::DirectConnect
|
|
|
347
347
|
include Aws::Structure
|
|
348
348
|
end
|
|
349
349
|
|
|
350
|
+
# The Amazon Web Services Cloud WAN core network that the Direct Connect
|
|
351
|
+
# attachment is associated with.
|
|
352
|
+
#
|
|
353
|
+
# @!attribute [rw] id
|
|
354
|
+
# The ID of the Cloud WAN core network.
|
|
355
|
+
# @return [String]
|
|
356
|
+
#
|
|
357
|
+
# @!attribute [rw] owner_account
|
|
358
|
+
# The account owner of the Cloud WAN core network.
|
|
359
|
+
# @return [String]
|
|
360
|
+
#
|
|
361
|
+
# @!attribute [rw] attachment_id
|
|
362
|
+
# the ID of the Direct Connect attachment
|
|
363
|
+
# @return [String]
|
|
364
|
+
#
|
|
365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociatedCoreNetwork AWS API Documentation
|
|
366
|
+
#
|
|
367
|
+
class AssociatedCoreNetwork < Struct.new(
|
|
368
|
+
:id,
|
|
369
|
+
:owner_account,
|
|
370
|
+
:attachment_id)
|
|
371
|
+
SENSITIVE = []
|
|
372
|
+
include Aws::Structure
|
|
373
|
+
end
|
|
374
|
+
|
|
350
375
|
# Information about the associated gateway.
|
|
351
376
|
#
|
|
352
377
|
# @!attribute [rw] id
|
|
@@ -2134,6 +2159,11 @@ module Aws::DirectConnect
|
|
|
2134
2159
|
# The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
|
2135
2160
|
# @return [Array<Types::RouteFilterPrefix>]
|
|
2136
2161
|
#
|
|
2162
|
+
# @!attribute [rw] associated_core_network
|
|
2163
|
+
# The ID of the Cloud WAN core network associated with the Direct
|
|
2164
|
+
# Connect attachment.
|
|
2165
|
+
# @return [Types::AssociatedCoreNetwork]
|
|
2166
|
+
#
|
|
2137
2167
|
# @!attribute [rw] virtual_gateway_id
|
|
2138
2168
|
# The ID of the virtual private gateway. Applies only to private
|
|
2139
2169
|
# virtual interfaces.
|
|
@@ -2159,6 +2189,7 @@ module Aws::DirectConnect
|
|
|
2159
2189
|
:associated_gateway,
|
|
2160
2190
|
:association_id,
|
|
2161
2191
|
:allowed_prefixes_to_direct_connect_gateway,
|
|
2192
|
+
:associated_core_network,
|
|
2162
2193
|
:virtual_gateway_id,
|
|
2163
2194
|
:virtual_gateway_region,
|
|
2164
2195
|
:virtual_gateway_owner_account)
|
data/sig/types.rbs
CHANGED
|
@@ -98,6 +98,13 @@ module Aws::DirectConnect
|
|
|
98
98
|
SENSITIVE: []
|
|
99
99
|
end
|
|
100
100
|
|
|
101
|
+
class AssociatedCoreNetwork
|
|
102
|
+
attr_accessor id: ::String
|
|
103
|
+
attr_accessor owner_account: ::String
|
|
104
|
+
attr_accessor attachment_id: ::String
|
|
105
|
+
SENSITIVE: []
|
|
106
|
+
end
|
|
107
|
+
|
|
101
108
|
class AssociatedGateway
|
|
102
109
|
attr_accessor id: ::String
|
|
103
110
|
attr_accessor type: ("virtualPrivateGateway" | "transitGateway")
|
|
@@ -564,6 +571,7 @@ module Aws::DirectConnect
|
|
|
564
571
|
attr_accessor associated_gateway: Types::AssociatedGateway
|
|
565
572
|
attr_accessor association_id: ::String
|
|
566
573
|
attr_accessor allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
|
574
|
+
attr_accessor associated_core_network: Types::AssociatedCoreNetwork
|
|
567
575
|
attr_accessor virtual_gateway_id: ::String
|
|
568
576
|
attr_accessor virtual_gateway_region: ::String
|
|
569
577
|
attr_accessor virtual_gateway_owner_account: ::String
|
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.
|
|
4
|
+
version: 1.85.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: 2024-
|
|
11
|
+
date: 2024-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|