aws-sdk-networkmanager 1.64.0 → 1.65.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-networkmanager/client.rb +17 -1
- data/lib/aws-sdk-networkmanager/client_api.rb +5 -0
- data/lib/aws-sdk-networkmanager/types.rb +32 -2
- data/lib/aws-sdk-networkmanager.rb +1 -1
- data/sig/client.rbs +6 -2
- data/sig/types.rbs +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b7a8f27da22dec8593d82bacf40229657cf21a25fc6327da00cc0cf6786023f
|
4
|
+
data.tar.gz: fb877863266e6261dca1295338e9d025f423d587903cd827d4026121f22ca1d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67877519c1fa191af90399401942b4c3a714d4e7c5684c1fd4e789ae1d26a75e0eb8cce1a01c228869e0fbc0ef31344bb01c30fae7574cfcb058ea24ee9d46a9
|
7
|
+
data.tar.gz: 91243967ab8c20c717e401e3543c2984973a6f869251d7f129f980ea3def355a9809f2b390f1ed5d59151745767b7278dfd9917a8565c2b7152b98cd2ec4d299
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.65.0 (2025-06-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add support for public DNS hostname resolution to private IP addresses across Cloud WAN-managed VPCs. Add support for security group referencing across Cloud WAN-managed VPCs.
|
8
|
+
|
4
9
|
1.64.0 (2025-06-02)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
@@ -1745,6 +1745,8 @@ module Aws::NetworkManager
|
|
1745
1745
|
# options: {
|
1746
1746
|
# ipv_6_support: false,
|
1747
1747
|
# appliance_mode_support: false,
|
1748
|
+
# dns_support: false,
|
1749
|
+
# security_group_referencing_support: false,
|
1748
1750
|
# },
|
1749
1751
|
# tags: [
|
1750
1752
|
# {
|
@@ -1794,6 +1796,8 @@ module Aws::NetworkManager
|
|
1794
1796
|
# resp.vpc_attachment.subnet_arns[0] #=> String
|
1795
1797
|
# resp.vpc_attachment.options.ipv_6_support #=> Boolean
|
1796
1798
|
# resp.vpc_attachment.options.appliance_mode_support #=> Boolean
|
1799
|
+
# resp.vpc_attachment.options.dns_support #=> Boolean
|
1800
|
+
# resp.vpc_attachment.options.security_group_referencing_support #=> Boolean
|
1797
1801
|
#
|
1798
1802
|
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateVpcAttachment AWS API Documentation
|
1799
1803
|
#
|
@@ -2963,6 +2967,9 @@ module Aws::NetworkManager
|
|
2963
2967
|
# resp.core_network_changes[0].previous_values.service_insertion_actions[0].via.with_edge_overrides[0].edge_sets[0] #=> Array
|
2964
2968
|
# resp.core_network_changes[0].previous_values.service_insertion_actions[0].via.with_edge_overrides[0].edge_sets[0][0] #=> String
|
2965
2969
|
# resp.core_network_changes[0].previous_values.service_insertion_actions[0].via.with_edge_overrides[0].use_edge #=> String
|
2970
|
+
# resp.core_network_changes[0].previous_values.vpn_ecmp_support #=> Boolean
|
2971
|
+
# resp.core_network_changes[0].previous_values.dns_support #=> Boolean
|
2972
|
+
# resp.core_network_changes[0].previous_values.security_group_referencing_support #=> Boolean
|
2966
2973
|
# resp.core_network_changes[0].new_values.segment_name #=> String
|
2967
2974
|
# resp.core_network_changes[0].new_values.network_function_group_name #=> String
|
2968
2975
|
# resp.core_network_changes[0].new_values.edge_locations #=> Array
|
@@ -2986,6 +2993,9 @@ module Aws::NetworkManager
|
|
2986
2993
|
# resp.core_network_changes[0].new_values.service_insertion_actions[0].via.with_edge_overrides[0].edge_sets[0] #=> Array
|
2987
2994
|
# resp.core_network_changes[0].new_values.service_insertion_actions[0].via.with_edge_overrides[0].edge_sets[0][0] #=> String
|
2988
2995
|
# resp.core_network_changes[0].new_values.service_insertion_actions[0].via.with_edge_overrides[0].use_edge #=> String
|
2996
|
+
# resp.core_network_changes[0].new_values.vpn_ecmp_support #=> Boolean
|
2997
|
+
# resp.core_network_changes[0].new_values.dns_support #=> Boolean
|
2998
|
+
# resp.core_network_changes[0].new_values.security_group_referencing_support #=> Boolean
|
2989
2999
|
# resp.core_network_changes[0].identifier_path #=> String
|
2990
3000
|
# resp.next_token #=> String
|
2991
3001
|
#
|
@@ -4333,6 +4343,8 @@ module Aws::NetworkManager
|
|
4333
4343
|
# resp.vpc_attachment.subnet_arns[0] #=> String
|
4334
4344
|
# resp.vpc_attachment.options.ipv_6_support #=> Boolean
|
4335
4345
|
# resp.vpc_attachment.options.appliance_mode_support #=> Boolean
|
4346
|
+
# resp.vpc_attachment.options.dns_support #=> Boolean
|
4347
|
+
# resp.vpc_attachment.options.security_group_referencing_support #=> Boolean
|
4336
4348
|
#
|
4337
4349
|
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetVpcAttachment AWS API Documentation
|
4338
4350
|
#
|
@@ -5675,6 +5687,8 @@ module Aws::NetworkManager
|
|
5675
5687
|
# options: {
|
5676
5688
|
# ipv_6_support: false,
|
5677
5689
|
# appliance_mode_support: false,
|
5690
|
+
# dns_support: false,
|
5691
|
+
# security_group_referencing_support: false,
|
5678
5692
|
# },
|
5679
5693
|
# })
|
5680
5694
|
#
|
@@ -5717,6 +5731,8 @@ module Aws::NetworkManager
|
|
5717
5731
|
# resp.vpc_attachment.subnet_arns[0] #=> String
|
5718
5732
|
# resp.vpc_attachment.options.ipv_6_support #=> Boolean
|
5719
5733
|
# resp.vpc_attachment.options.appliance_mode_support #=> Boolean
|
5734
|
+
# resp.vpc_attachment.options.dns_support #=> Boolean
|
5735
|
+
# resp.vpc_attachment.options.security_group_referencing_support #=> Boolean
|
5720
5736
|
#
|
5721
5737
|
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/UpdateVpcAttachment AWS API Documentation
|
5722
5738
|
#
|
@@ -5745,7 +5761,7 @@ module Aws::NetworkManager
|
|
5745
5761
|
tracer: tracer
|
5746
5762
|
)
|
5747
5763
|
context[:gem_name] = 'aws-sdk-networkmanager'
|
5748
|
-
context[:gem_version] = '1.
|
5764
|
+
context[:gem_version] = '1.65.0'
|
5749
5765
|
Seahorse::Client::Request.new(handlers, context)
|
5750
5766
|
end
|
5751
5767
|
|
@@ -660,6 +660,9 @@ module Aws::NetworkManager
|
|
660
660
|
CoreNetworkChangeValues.add_member(:inside_cidr_blocks, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "InsideCidrBlocks"))
|
661
661
|
CoreNetworkChangeValues.add_member(:shared_segments, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SharedSegments"))
|
662
662
|
CoreNetworkChangeValues.add_member(:service_insertion_actions, Shapes::ShapeRef.new(shape: ServiceInsertionActionList, location_name: "ServiceInsertionActions"))
|
663
|
+
CoreNetworkChangeValues.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "VpnEcmpSupport"))
|
664
|
+
CoreNetworkChangeValues.add_member(:dns_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "DnsSupport"))
|
665
|
+
CoreNetworkChangeValues.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "SecurityGroupReferencingSupport"))
|
663
666
|
CoreNetworkChangeValues.struct_class = Types::CoreNetworkChangeValues
|
664
667
|
|
665
668
|
CoreNetworkEdge.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
@@ -1846,6 +1849,8 @@ module Aws::NetworkManager
|
|
1846
1849
|
|
1847
1850
|
VpcOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "Ipv6Support"))
|
1848
1851
|
VpcOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplianceModeSupport"))
|
1852
|
+
VpcOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "DnsSupport"))
|
1853
|
+
VpcOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "SecurityGroupReferencingSupport"))
|
1849
1854
|
VpcOptions.struct_class = Types::VpcOptions
|
1850
1855
|
|
1851
1856
|
WhenSentTo.add_member(:when_sent_to_segments_list, Shapes::ShapeRef.new(shape: WhenSentToSegmentsList, location_name: "WhenSentToSegmentsList"))
|
@@ -1006,6 +1006,21 @@ module Aws::NetworkManager
|
|
1006
1006
|
# Describes the service insertion action.
|
1007
1007
|
# @return [Array<Types::ServiceInsertionAction>]
|
1008
1008
|
#
|
1009
|
+
# @!attribute [rw] vpn_ecmp_support
|
1010
|
+
# Indicates whether Equal Cost Multipath (ECMP) is enabled for the
|
1011
|
+
# core network.
|
1012
|
+
# @return [Boolean]
|
1013
|
+
#
|
1014
|
+
# @!attribute [rw] dns_support
|
1015
|
+
# Indicates whether public DNS support is supported. The default is
|
1016
|
+
# `true`.
|
1017
|
+
# @return [Boolean]
|
1018
|
+
#
|
1019
|
+
# @!attribute [rw] security_group_referencing_support
|
1020
|
+
# Indicates whether security group referencing is enabled for the core
|
1021
|
+
# network.
|
1022
|
+
# @return [Boolean]
|
1023
|
+
#
|
1009
1024
|
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CoreNetworkChangeValues AWS API Documentation
|
1010
1025
|
#
|
1011
1026
|
class CoreNetworkChangeValues < Struct.new(
|
@@ -1017,7 +1032,10 @@ module Aws::NetworkManager
|
|
1017
1032
|
:destination_identifier,
|
1018
1033
|
:inside_cidr_blocks,
|
1019
1034
|
:shared_segments,
|
1020
|
-
:service_insertion_actions
|
1035
|
+
:service_insertion_actions,
|
1036
|
+
:vpn_ecmp_support,
|
1037
|
+
:dns_support,
|
1038
|
+
:security_group_referencing_support)
|
1021
1039
|
SENSITIVE = []
|
1022
1040
|
include Aws::Structure
|
1023
1041
|
end
|
@@ -6246,11 +6264,23 @@ module Aws::NetworkManager
|
|
6246
6264
|
# value is `false`.
|
6247
6265
|
# @return [Boolean]
|
6248
6266
|
#
|
6267
|
+
# @!attribute [rw] dns_support
|
6268
|
+
# Indicates whether DNS is supported.
|
6269
|
+
# @return [Boolean]
|
6270
|
+
#
|
6271
|
+
# @!attribute [rw] security_group_referencing_support
|
6272
|
+
# Indicates whether security group referencing is enabled for this VPC
|
6273
|
+
# attachment. The default is `true`. However, at the core network
|
6274
|
+
# policy-level the default is set to `false`.
|
6275
|
+
# @return [Boolean]
|
6276
|
+
#
|
6249
6277
|
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/VpcOptions AWS API Documentation
|
6250
6278
|
#
|
6251
6279
|
class VpcOptions < Struct.new(
|
6252
6280
|
:ipv_6_support,
|
6253
|
-
:appliance_mode_support
|
6281
|
+
:appliance_mode_support,
|
6282
|
+
:dns_support,
|
6283
|
+
:security_group_referencing_support)
|
6254
6284
|
SENSITIVE = []
|
6255
6285
|
include Aws::Structure
|
6256
6286
|
end
|
data/sig/client.rbs
CHANGED
@@ -401,7 +401,9 @@ module Aws
|
|
401
401
|
subnet_arns: Array[::String],
|
402
402
|
?options: {
|
403
403
|
ipv_6_support: bool?,
|
404
|
-
appliance_mode_support: bool
|
404
|
+
appliance_mode_support: bool?,
|
405
|
+
dns_support: bool?,
|
406
|
+
security_group_referencing_support: bool?
|
405
407
|
},
|
406
408
|
?tags: Array[
|
407
409
|
{
|
@@ -1321,7 +1323,9 @@ module Aws
|
|
1321
1323
|
?remove_subnet_arns: Array[::String],
|
1322
1324
|
?options: {
|
1323
1325
|
ipv_6_support: bool?,
|
1324
|
-
appliance_mode_support: bool
|
1326
|
+
appliance_mode_support: bool?,
|
1327
|
+
dns_support: bool?,
|
1328
|
+
security_group_referencing_support: bool?
|
1325
1329
|
}
|
1326
1330
|
) -> _UpdateVpcAttachmentResponseSuccess
|
1327
1331
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVpcAttachmentResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -281,6 +281,9 @@ module Aws::NetworkManager
|
|
281
281
|
attr_accessor inside_cidr_blocks: ::Array[::String]
|
282
282
|
attr_accessor shared_segments: ::Array[::String]
|
283
283
|
attr_accessor service_insertion_actions: ::Array[Types::ServiceInsertionAction]
|
284
|
+
attr_accessor vpn_ecmp_support: bool
|
285
|
+
attr_accessor dns_support: bool
|
286
|
+
attr_accessor security_group_referencing_support: bool
|
284
287
|
SENSITIVE: []
|
285
288
|
end
|
286
289
|
|
@@ -1814,6 +1817,8 @@ module Aws::NetworkManager
|
|
1814
1817
|
class VpcOptions
|
1815
1818
|
attr_accessor ipv_6_support: bool
|
1816
1819
|
attr_accessor appliance_mode_support: bool
|
1820
|
+
attr_accessor dns_support: bool
|
1821
|
+
attr_accessor security_group_referencing_support: bool
|
1817
1822
|
SENSITIVE: []
|
1818
1823
|
end
|
1819
1824
|
|