aws-sdk-ec2 1.582.0 → 1.583.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: 006b03aaf065d64e9e30770bf0cefade1e88cb5e878f7b79b446b6ef83ced9b7
4
- data.tar.gz: cea4d00c211c7adc4050d4b792ec4df33157092e0c8a9abb2082e878e525fec9
3
+ metadata.gz: a179091af38d62dc36d25f9e3b8321ef08bdc29109cfa3b0b6bfddb06dee986b
4
+ data.tar.gz: 24baf330e59ca6dc72996a8c832042ffa20f8cd051d11f60a7fea651af414ac8
5
5
  SHA512:
6
- metadata.gz: 62ab35be8b6bd5693ee6faf60eeb7f5d1f8f21cca50ecc9b756f6b5018982782d4773046007b78199581e160b08a95c2ab10cbae61ac28ab050612b1ed6fc2a4
7
- data.tar.gz: eb178d2d63aeb85500611bf4ea555bfaa61f769a79ee33db9243615e71fcb84e4888e76e9caeaf61305a39616fccb7556c72c08ecd9f906213f21ba3cc7a256b
6
+ metadata.gz: 1b0289cee594c2c00ed74e0214cec271d7ff05ece7c6d9ce062a0fcab0cf5d1669a37665cc22235add5364fa3334c21d1cd541d98f6bfa30c13e8c7dddfcc33d
7
+ data.tar.gz: '096f5f52b45df2c63f0eee716a89519b9133236fa640642a5082eb7ff6b62993112a53d840f083f86711f50aaa1c6173b0c29ad26441cfc00f2e75da04e97b04'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.583.0 (2025-11-25)
5
+ ------------------
6
+
7
+ * Feature - This release adds support to view Network firewall proxy appliances attached to an existing NAT Gateway via DescribeNatGateways API NatGatewayAttachedAppliance structure.
8
+
4
9
  1.582.0 (2025-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.582.0
1
+ 1.583.0
@@ -12063,6 +12063,14 @@ module Aws::EC2
12063
12063
  # resp.nat_gateway.availability_mode #=> String, one of "zonal", "regional"
12064
12064
  # resp.nat_gateway.auto_scaling_ips #=> String, one of "enabled", "disabled"
12065
12065
  # resp.nat_gateway.auto_provision_zones #=> String, one of "enabled", "disabled"
12066
+ # resp.nat_gateway.attached_appliances #=> Array
12067
+ # resp.nat_gateway.attached_appliances[0].type #=> String, one of "network-firewall-proxy"
12068
+ # resp.nat_gateway.attached_appliances[0].appliance_arn #=> String
12069
+ # resp.nat_gateway.attached_appliances[0].vpc_endpoint_id #=> String
12070
+ # resp.nat_gateway.attached_appliances[0].attachment_state #=> String, one of "attaching", "attached", "detaching", "detached", "attach-failed", "detach-failed"
12071
+ # resp.nat_gateway.attached_appliances[0].modification_state #=> String, one of "modifying", "completed", "failed"
12072
+ # resp.nat_gateway.attached_appliances[0].failure_code #=> String
12073
+ # resp.nat_gateway.attached_appliances[0].failure_message #=> String
12066
12074
  # resp.nat_gateway.route_table_id #=> String
12067
12075
  #
12068
12076
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateNatGateway AWS API Documentation
@@ -34804,6 +34812,14 @@ module Aws::EC2
34804
34812
  # resp.nat_gateways[0].availability_mode #=> String, one of "zonal", "regional"
34805
34813
  # resp.nat_gateways[0].auto_scaling_ips #=> String, one of "enabled", "disabled"
34806
34814
  # resp.nat_gateways[0].auto_provision_zones #=> String, one of "enabled", "disabled"
34815
+ # resp.nat_gateways[0].attached_appliances #=> Array
34816
+ # resp.nat_gateways[0].attached_appliances[0].type #=> String, one of "network-firewall-proxy"
34817
+ # resp.nat_gateways[0].attached_appliances[0].appliance_arn #=> String
34818
+ # resp.nat_gateways[0].attached_appliances[0].vpc_endpoint_id #=> String
34819
+ # resp.nat_gateways[0].attached_appliances[0].attachment_state #=> String, one of "attaching", "attached", "detaching", "detached", "attach-failed", "detach-failed"
34820
+ # resp.nat_gateways[0].attached_appliances[0].modification_state #=> String, one of "modifying", "completed", "failed"
34821
+ # resp.nat_gateways[0].attached_appliances[0].failure_code #=> String
34822
+ # resp.nat_gateways[0].attached_appliances[0].failure_message #=> String
34807
34823
  # resp.nat_gateways[0].route_table_id #=> String
34808
34824
  # resp.next_token #=> String
34809
34825
  #
@@ -71661,7 +71677,7 @@ module Aws::EC2
71661
71677
  tracer: tracer
71662
71678
  )
71663
71679
  context[:gem_name] = 'aws-sdk-ec2'
71664
- context[:gem_version] = '1.582.0'
71680
+ context[:gem_version] = '1.583.0'
71665
71681
  Seahorse::Client::Request.new(handlers, context)
71666
71682
  end
71667
71683
 
@@ -2740,6 +2740,11 @@ module Aws::EC2
2740
2740
  NatGatewayAddress = Shapes::StructureShape.new(name: 'NatGatewayAddress')
2741
2741
  NatGatewayAddressList = Shapes::ListShape.new(name: 'NatGatewayAddressList')
2742
2742
  NatGatewayAddressStatus = Shapes::StringShape.new(name: 'NatGatewayAddressStatus')
2743
+ NatGatewayApplianceModifyState = Shapes::StringShape.new(name: 'NatGatewayApplianceModifyState')
2744
+ NatGatewayApplianceState = Shapes::StringShape.new(name: 'NatGatewayApplianceState')
2745
+ NatGatewayApplianceType = Shapes::StringShape.new(name: 'NatGatewayApplianceType')
2746
+ NatGatewayAttachedAppliance = Shapes::StructureShape.new(name: 'NatGatewayAttachedAppliance')
2747
+ NatGatewayAttachedApplianceList = Shapes::ListShape.new(name: 'NatGatewayAttachedApplianceList')
2743
2748
  NatGatewayId = Shapes::StringShape.new(name: 'NatGatewayId')
2744
2749
  NatGatewayIdStringList = Shapes::ListShape.new(name: 'NatGatewayIdStringList')
2745
2750
  NatGatewayList = Shapes::ListShape.new(name: 'NatGatewayList')
@@ -14958,6 +14963,7 @@ module Aws::EC2
14958
14963
  NatGateway.add_member(:availability_mode, Shapes::ShapeRef.new(shape: AvailabilityMode, location_name: "availabilityMode"))
14959
14964
  NatGateway.add_member(:auto_scaling_ips, Shapes::ShapeRef.new(shape: AutoScalingIpsState, location_name: "autoScalingIps"))
14960
14965
  NatGateway.add_member(:auto_provision_zones, Shapes::ShapeRef.new(shape: AutoProvisionZonesState, location_name: "autoProvisionZones"))
14966
+ NatGateway.add_member(:attached_appliances, Shapes::ShapeRef.new(shape: NatGatewayAttachedApplianceList, location_name: "attachedApplianceSet"))
14961
14967
  NatGateway.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "routeTableId"))
14962
14968
  NatGateway.struct_class = Types::NatGateway
14963
14969
 
@@ -14975,6 +14981,17 @@ module Aws::EC2
14975
14981
 
14976
14982
  NatGatewayAddressList.member = Shapes::ShapeRef.new(shape: NatGatewayAddress, location_name: "item")
14977
14983
 
14984
+ NatGatewayAttachedAppliance.add_member(:type, Shapes::ShapeRef.new(shape: NatGatewayApplianceType, location_name: "type"))
14985
+ NatGatewayAttachedAppliance.add_member(:appliance_arn, Shapes::ShapeRef.new(shape: String, location_name: "applianceArn"))
14986
+ NatGatewayAttachedAppliance.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
14987
+ NatGatewayAttachedAppliance.add_member(:attachment_state, Shapes::ShapeRef.new(shape: NatGatewayApplianceState, location_name: "attachmentState"))
14988
+ NatGatewayAttachedAppliance.add_member(:modification_state, Shapes::ShapeRef.new(shape: NatGatewayApplianceModifyState, location_name: "modificationState"))
14989
+ NatGatewayAttachedAppliance.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
14990
+ NatGatewayAttachedAppliance.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
14991
+ NatGatewayAttachedAppliance.struct_class = Types::NatGatewayAttachedAppliance
14992
+
14993
+ NatGatewayAttachedApplianceList.member = Shapes::ShapeRef.new(shape: NatGatewayAttachedAppliance, location_name: "item")
14994
+
14978
14995
  NatGatewayIdStringList.member = Shapes::ShapeRef.new(shape: NatGatewayId, location_name: "item")
14979
14996
 
14980
14997
  NatGatewayList.member = Shapes::ShapeRef.new(shape: NatGateway, location_name: "item")
@@ -207,6 +207,13 @@ module Aws::EC2
207
207
  data[:auto_provision_zones]
208
208
  end
209
209
 
210
+ # The proxy appliances attached to the NAT Gateway for filtering and
211
+ # inspecting traffic to prevent data exfiltration.
212
+ # @return [Array<Types::NatGatewayAttachedAppliance>]
213
+ def attached_appliances
214
+ data[:attached_appliances]
215
+ end
216
+
210
217
  # For regional NAT gateways only, this is the ID of the NAT gateway.
211
218
  # @return [String]
212
219
  def route_table_id
@@ -64852,6 +64852,11 @@ module Aws::EC2
64852
64852
  # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html
64853
64853
  # @return [String]
64854
64854
  #
64855
+ # @!attribute [rw] attached_appliances
64856
+ # The proxy appliances attached to the NAT Gateway for filtering and
64857
+ # inspecting traffic to prevent data exfiltration.
64858
+ # @return [Array<Types::NatGatewayAttachedAppliance>]
64859
+ #
64855
64860
  # @!attribute [rw] route_table_id
64856
64861
  # For regional NAT gateways only, this is the ID of the NAT gateway.
64857
64862
  # @return [String]
@@ -64874,6 +64879,7 @@ module Aws::EC2
64874
64879
  :availability_mode,
64875
64880
  :auto_scaling_ips,
64876
64881
  :auto_provision_zones,
64882
+ :attached_appliances,
64877
64883
  :route_table_id)
64878
64884
  SENSITIVE = []
64879
64885
  include Aws::Structure
@@ -64946,6 +64952,57 @@ module Aws::EC2
64946
64952
  include Aws::Structure
64947
64953
  end
64948
64954
 
64955
+ # Information about an appliance attached to a NAT Gateway, providing
64956
+ # managed security solutions for traffic filtering and inspection.
64957
+ #
64958
+ # @!attribute [rw] type
64959
+ # The type of appliance attached to the NAT Gateway. For network
64960
+ # firewall proxy functionality, this will be
64961
+ # "network-firewall-proxy".
64962
+ # @return [String]
64963
+ #
64964
+ # @!attribute [rw] appliance_arn
64965
+ # The Amazon Resource Name (ARN) of the attached appliance,
64966
+ # identifying the specific proxy or security appliance resource.
64967
+ # @return [String]
64968
+ #
64969
+ # @!attribute [rw] vpc_endpoint_id
64970
+ # The VPC endpoint ID used to route traffic from application VPCs to
64971
+ # the proxy for inspection and filtering.
64972
+ # @return [String]
64973
+ #
64974
+ # @!attribute [rw] attachment_state
64975
+ # The current attachment state of the appliance.
64976
+ # @return [String]
64977
+ #
64978
+ # @!attribute [rw] modification_state
64979
+ # The current modification state of the appliance.
64980
+ # @return [String]
64981
+ #
64982
+ # @!attribute [rw] failure_code
64983
+ # The failure code if the appliance attachment or modification
64984
+ # operation failed.
64985
+ # @return [String]
64986
+ #
64987
+ # @!attribute [rw] failure_message
64988
+ # A descriptive message explaining the failure if the appliance
64989
+ # attachment or modification operation failed.
64990
+ # @return [String]
64991
+ #
64992
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NatGatewayAttachedAppliance AWS API Documentation
64993
+ #
64994
+ class NatGatewayAttachedAppliance < Struct.new(
64995
+ :type,
64996
+ :appliance_arn,
64997
+ :vpc_endpoint_id,
64998
+ :attachment_state,
64999
+ :modification_state,
65000
+ :failure_code,
65001
+ :failure_message)
65002
+ SENSITIVE = []
65003
+ include Aws::Structure
65004
+ end
65005
+
64949
65006
  # Describes the OpenID Connect (OIDC) options.
64950
65007
  #
64951
65008
  # @!attribute [rw] public_signing_key_endpoint
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.582.0'
81
+ GEM_VERSION = '1.583.0'
82
82
 
83
83
  end
84
84
 
data/sig/nat_gateway.rbs CHANGED
@@ -60,6 +60,9 @@ module Aws
60
60
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/NatGateway.html#auto_provision_zones-instance_method
61
61
  def auto_provision_zones: () -> ("enabled" | "disabled")
62
62
 
63
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/NatGateway.html#attached_appliances-instance_method
64
+ def attached_appliances: () -> ::Array[Types::NatGatewayAttachedAppliance]
65
+
63
66
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/NatGateway.html#route_table_id-instance_method
64
67
  def route_table_id: () -> ::String
65
68
 
data/sig/types.rbs CHANGED
@@ -13960,6 +13960,7 @@ module Aws::EC2
13960
13960
  attr_accessor availability_mode: ("zonal" | "regional")
13961
13961
  attr_accessor auto_scaling_ips: ("enabled" | "disabled")
13962
13962
  attr_accessor auto_provision_zones: ("enabled" | "disabled")
13963
+ attr_accessor attached_appliances: ::Array[Types::NatGatewayAttachedAppliance]
13963
13964
  attr_accessor route_table_id: ::String
13964
13965
  SENSITIVE: []
13965
13966
  end
@@ -13978,6 +13979,17 @@ module Aws::EC2
13978
13979
  SENSITIVE: []
13979
13980
  end
13980
13981
 
13982
+ class NatGatewayAttachedAppliance
13983
+ attr_accessor type: ("network-firewall-proxy")
13984
+ attr_accessor appliance_arn: ::String
13985
+ attr_accessor vpc_endpoint_id: ::String
13986
+ attr_accessor attachment_state: ("attaching" | "attached" | "detaching" | "detached" | "attach-failed" | "detach-failed")
13987
+ attr_accessor modification_state: ("modifying" | "completed" | "failed")
13988
+ attr_accessor failure_code: ::String
13989
+ attr_accessor failure_message: ::String
13990
+ SENSITIVE: []
13991
+ end
13992
+
13981
13993
  class NativeApplicationOidcOptions
13982
13994
  attr_accessor public_signing_key_endpoint: ::String
13983
13995
  attr_accessor issuer: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.582.0
4
+ version: 1.583.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services