aws-sdk-ec2 1.508.0 → 1.509.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: 678fcbcf29be678cf2869ea51625d3ffcb23c8e071a23811f4c205e8df05daa7
4
- data.tar.gz: 7f158ca4f18c8760026afc735a3d0641dd3e06d39f5e3cc43222d8d9ccbded6f
3
+ metadata.gz: 3480fb73277e9a0aa43d2f3daf83132fcb7e66ccd2da80b898231f9e1319a8cf
4
+ data.tar.gz: 8d0fcab303d8b33aa05a3cb1cbed4167a943af1d49c8cc130f1867126c46dc5b
5
5
  SHA512:
6
- metadata.gz: 9e68abee19500d200f7c7b85b27af1006b41327a7bd5d9873fa4b705c090dccd40436d85bfbbbb25a50745dcfdcaa986bc3c849980ab13d236872ebeb9113317
7
- data.tar.gz: adc62a526b8fbd320a042898b8e41669c6a7bf14738d5b1a69613bb33d9cd1155c45f3cbbaccfc0ef8bdc743d99575d013111f954487b4080929e44e96b17267
6
+ metadata.gz: 23ac30cc1e421f8284b9f1803a6045a4bf73757fe55db9382e4574486327f8c88394cc43caa083ff1b03cf2afd47edbd6af0cea2f38d3cae4d37739f6bbb526e
7
+ data.tar.gz: a1eed39ec76b36ef3df58f22beb9f98eeb235cd29de60ca864080985dae0f1c05c08ab0982cd4cf2d0be6694f83724089a823b0d56beb8390e6f4eeb75f13cf8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.509.0 (2025-03-03)
5
+ ------------------
6
+
7
+ * Feature - Update the DescribeVpcs response
8
+
4
9
  1.508.0 (2025-02-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.508.0
1
+ 1.509.0
@@ -6573,6 +6573,24 @@ module Aws::EC2
6573
6573
  # resp.vpc.cidr_block_association_set[0].cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
6574
6574
  # resp.vpc.cidr_block_association_set[0].cidr_block_state.status_message #=> String
6575
6575
  # resp.vpc.is_default #=> Boolean
6576
+ # resp.vpc.encryption_control.vpc_id #=> String
6577
+ # resp.vpc.encryption_control.vpc_encryption_control_id #=> String
6578
+ # resp.vpc.encryption_control.mode #=> String, one of "monitor", "enforce"
6579
+ # resp.vpc.encryption_control.state #=> String, one of "enforce-in-progress", "monitor-in-progress", "enforce-failed", "monitor-failed", "deleting", "deleted", "available"
6580
+ # resp.vpc.encryption_control.state_message #=> String
6581
+ # resp.vpc.encryption_control.resource_exclusions.internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6582
+ # resp.vpc.encryption_control.resource_exclusions.internet_gateway.state_message #=> String
6583
+ # resp.vpc.encryption_control.resource_exclusions.egress_only_internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6584
+ # resp.vpc.encryption_control.resource_exclusions.egress_only_internet_gateway.state_message #=> String
6585
+ # resp.vpc.encryption_control.resource_exclusions.nat_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6586
+ # resp.vpc.encryption_control.resource_exclusions.nat_gateway.state_message #=> String
6587
+ # resp.vpc.encryption_control.resource_exclusions.virtual_private_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6588
+ # resp.vpc.encryption_control.resource_exclusions.virtual_private_gateway.state_message #=> String
6589
+ # resp.vpc.encryption_control.resource_exclusions.vpc_peering.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6590
+ # resp.vpc.encryption_control.resource_exclusions.vpc_peering.state_message #=> String
6591
+ # resp.vpc.encryption_control.tags #=> Array
6592
+ # resp.vpc.encryption_control.tags[0].key #=> String
6593
+ # resp.vpc.encryption_control.tags[0].value #=> String
6576
6594
  # resp.vpc.tags #=> Array
6577
6595
  # resp.vpc.tags[0].key #=> String
6578
6596
  # resp.vpc.tags[0].value #=> String
@@ -15514,6 +15532,24 @@ module Aws::EC2
15514
15532
  # resp.vpc.cidr_block_association_set[0].cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
15515
15533
  # resp.vpc.cidr_block_association_set[0].cidr_block_state.status_message #=> String
15516
15534
  # resp.vpc.is_default #=> Boolean
15535
+ # resp.vpc.encryption_control.vpc_id #=> String
15536
+ # resp.vpc.encryption_control.vpc_encryption_control_id #=> String
15537
+ # resp.vpc.encryption_control.mode #=> String, one of "monitor", "enforce"
15538
+ # resp.vpc.encryption_control.state #=> String, one of "enforce-in-progress", "monitor-in-progress", "enforce-failed", "monitor-failed", "deleting", "deleted", "available"
15539
+ # resp.vpc.encryption_control.state_message #=> String
15540
+ # resp.vpc.encryption_control.resource_exclusions.internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15541
+ # resp.vpc.encryption_control.resource_exclusions.internet_gateway.state_message #=> String
15542
+ # resp.vpc.encryption_control.resource_exclusions.egress_only_internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15543
+ # resp.vpc.encryption_control.resource_exclusions.egress_only_internet_gateway.state_message #=> String
15544
+ # resp.vpc.encryption_control.resource_exclusions.nat_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15545
+ # resp.vpc.encryption_control.resource_exclusions.nat_gateway.state_message #=> String
15546
+ # resp.vpc.encryption_control.resource_exclusions.virtual_private_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15547
+ # resp.vpc.encryption_control.resource_exclusions.virtual_private_gateway.state_message #=> String
15548
+ # resp.vpc.encryption_control.resource_exclusions.vpc_peering.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15549
+ # resp.vpc.encryption_control.resource_exclusions.vpc_peering.state_message #=> String
15550
+ # resp.vpc.encryption_control.tags #=> Array
15551
+ # resp.vpc.encryption_control.tags[0].key #=> String
15552
+ # resp.vpc.encryption_control.tags[0].value #=> String
15517
15553
  # resp.vpc.tags #=> Array
15518
15554
  # resp.vpc.tags[0].key #=> String
15519
15555
  # resp.vpc.tags[0].value #=> String
@@ -40045,6 +40081,24 @@ module Aws::EC2
40045
40081
  # resp.vpcs[0].cidr_block_association_set[0].cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
40046
40082
  # resp.vpcs[0].cidr_block_association_set[0].cidr_block_state.status_message #=> String
40047
40083
  # resp.vpcs[0].is_default #=> Boolean
40084
+ # resp.vpcs[0].encryption_control.vpc_id #=> String
40085
+ # resp.vpcs[0].encryption_control.vpc_encryption_control_id #=> String
40086
+ # resp.vpcs[0].encryption_control.mode #=> String, one of "monitor", "enforce"
40087
+ # resp.vpcs[0].encryption_control.state #=> String, one of "enforce-in-progress", "monitor-in-progress", "enforce-failed", "monitor-failed", "deleting", "deleted", "available"
40088
+ # resp.vpcs[0].encryption_control.state_message #=> String
40089
+ # resp.vpcs[0].encryption_control.resource_exclusions.internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40090
+ # resp.vpcs[0].encryption_control.resource_exclusions.internet_gateway.state_message #=> String
40091
+ # resp.vpcs[0].encryption_control.resource_exclusions.egress_only_internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40092
+ # resp.vpcs[0].encryption_control.resource_exclusions.egress_only_internet_gateway.state_message #=> String
40093
+ # resp.vpcs[0].encryption_control.resource_exclusions.nat_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40094
+ # resp.vpcs[0].encryption_control.resource_exclusions.nat_gateway.state_message #=> String
40095
+ # resp.vpcs[0].encryption_control.resource_exclusions.virtual_private_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40096
+ # resp.vpcs[0].encryption_control.resource_exclusions.virtual_private_gateway.state_message #=> String
40097
+ # resp.vpcs[0].encryption_control.resource_exclusions.vpc_peering.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40098
+ # resp.vpcs[0].encryption_control.resource_exclusions.vpc_peering.state_message #=> String
40099
+ # resp.vpcs[0].encryption_control.tags #=> Array
40100
+ # resp.vpcs[0].encryption_control.tags[0].key #=> String
40101
+ # resp.vpcs[0].encryption_control.tags[0].value #=> String
40048
40102
  # resp.vpcs[0].tags #=> Array
40049
40103
  # resp.vpcs[0].tags[0].key #=> String
40050
40104
  # resp.vpcs[0].tags[0].value #=> String
@@ -63326,7 +63380,7 @@ module Aws::EC2
63326
63380
  tracer: tracer
63327
63381
  )
63328
63382
  context[:gem_name] = 'aws-sdk-ec2'
63329
- context[:gem_version] = '1.508.0'
63383
+ context[:gem_version] = '1.509.0'
63330
63384
  Seahorse::Client::Request.new(handlers, context)
63331
63385
  end
63332
63386
 
@@ -3351,6 +3351,13 @@ module Aws::EC2
3351
3351
  VpcClassicLink = Shapes::StructureShape.new(name: 'VpcClassicLink')
3352
3352
  VpcClassicLinkIdList = Shapes::ListShape.new(name: 'VpcClassicLinkIdList')
3353
3353
  VpcClassicLinkList = Shapes::ListShape.new(name: 'VpcClassicLinkList')
3354
+ VpcEncryptionControl = Shapes::StructureShape.new(name: 'VpcEncryptionControl')
3355
+ VpcEncryptionControlExclusion = Shapes::StructureShape.new(name: 'VpcEncryptionControlExclusion')
3356
+ VpcEncryptionControlExclusionState = Shapes::StringShape.new(name: 'VpcEncryptionControlExclusionState')
3357
+ VpcEncryptionControlExclusions = Shapes::StructureShape.new(name: 'VpcEncryptionControlExclusions')
3358
+ VpcEncryptionControlId = Shapes::StringShape.new(name: 'VpcEncryptionControlId')
3359
+ VpcEncryptionControlMode = Shapes::StringShape.new(name: 'VpcEncryptionControlMode')
3360
+ VpcEncryptionControlState = Shapes::StringShape.new(name: 'VpcEncryptionControlState')
3354
3361
  VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
3355
3362
  VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
3356
3363
  VpcEndpointAssociationSet = Shapes::ListShape.new(name: 'VpcEndpointAssociationSet')
@@ -16555,6 +16562,7 @@ module Aws::EC2
16555
16562
  Vpc.add_member(:ipv_6_cidr_block_association_set, Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociationSet, location_name: "ipv6CidrBlockAssociationSet"))
16556
16563
  Vpc.add_member(:cidr_block_association_set, Shapes::ShapeRef.new(shape: VpcCidrBlockAssociationSet, location_name: "cidrBlockAssociationSet"))
16557
16564
  Vpc.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
16565
+ Vpc.add_member(:encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "encryptionControl"))
16558
16566
  Vpc.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
16559
16567
  Vpc.add_member(:block_public_access_states, Shapes::ShapeRef.new(shape: BlockPublicAccessStates, location_name: "blockPublicAccessStates"))
16560
16568
  Vpc.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
@@ -16614,6 +16622,26 @@ module Aws::EC2
16614
16622
 
16615
16623
  VpcClassicLinkList.member = Shapes::ShapeRef.new(shape: VpcClassicLink, location_name: "item")
16616
16624
 
16625
+ VpcEncryptionControl.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
16626
+ VpcEncryptionControl.add_member(:vpc_encryption_control_id, Shapes::ShapeRef.new(shape: VpcEncryptionControlId, location_name: "vpcEncryptionControlId"))
16627
+ VpcEncryptionControl.add_member(:mode, Shapes::ShapeRef.new(shape: VpcEncryptionControlMode, location_name: "mode"))
16628
+ VpcEncryptionControl.add_member(:state, Shapes::ShapeRef.new(shape: VpcEncryptionControlState, location_name: "state"))
16629
+ VpcEncryptionControl.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
16630
+ VpcEncryptionControl.add_member(:resource_exclusions, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusions, location_name: "resourceExclusions"))
16631
+ VpcEncryptionControl.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
16632
+ VpcEncryptionControl.struct_class = Types::VpcEncryptionControl
16633
+
16634
+ VpcEncryptionControlExclusion.add_member(:state, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "state"))
16635
+ VpcEncryptionControlExclusion.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
16636
+ VpcEncryptionControlExclusion.struct_class = Types::VpcEncryptionControlExclusion
16637
+
16638
+ VpcEncryptionControlExclusions.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "internetGateway"))
16639
+ VpcEncryptionControlExclusions.add_member(:egress_only_internet_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "egressOnlyInternetGateway"))
16640
+ VpcEncryptionControlExclusions.add_member(:nat_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "natGateway"))
16641
+ VpcEncryptionControlExclusions.add_member(:virtual_private_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "virtualPrivateGateway"))
16642
+ VpcEncryptionControlExclusions.add_member(:vpc_peering, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "vpcPeering"))
16643
+ VpcEncryptionControlExclusions.struct_class = Types::VpcEncryptionControlExclusions
16644
+
16617
16645
  VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
16618
16646
  VpcEndpoint.add_member(:vpc_endpoint_type, Shapes::ShapeRef.new(shape: VpcEndpointType, location_name: "vpcEndpointType"))
16619
16647
  VpcEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
@@ -73487,6 +73487,9 @@ module Aws::EC2
73487
73487
  # Indicates whether the VPC is the default VPC.
73488
73488
  # @return [Boolean]
73489
73489
  #
73490
+ # @!attribute [rw] encryption_control
73491
+ # @return [Types::VpcEncryptionControl]
73492
+ #
73490
73493
  # @!attribute [rw] tags
73491
73494
  # Any tags assigned to the VPC.
73492
73495
  # @return [Array<Types::Tag>]
@@ -73519,6 +73522,7 @@ module Aws::EC2
73519
73522
  :ipv_6_cidr_block_association_set,
73520
73523
  :cidr_block_association_set,
73521
73524
  :is_default,
73525
+ :encryption_control,
73522
73526
  :tags,
73523
73527
  :block_public_access_states,
73524
73528
  :vpc_id,
@@ -73778,6 +73782,83 @@ module Aws::EC2
73778
73782
  include Aws::Structure
73779
73783
  end
73780
73784
 
73785
+ # @!attribute [rw] vpc_id
73786
+ # @return [String]
73787
+ #
73788
+ # @!attribute [rw] vpc_encryption_control_id
73789
+ # @return [String]
73790
+ #
73791
+ # @!attribute [rw] mode
73792
+ # @return [String]
73793
+ #
73794
+ # @!attribute [rw] state
73795
+ # @return [String]
73796
+ #
73797
+ # @!attribute [rw] state_message
73798
+ # @return [String]
73799
+ #
73800
+ # @!attribute [rw] resource_exclusions
73801
+ # @return [Types::VpcEncryptionControlExclusions]
73802
+ #
73803
+ # @!attribute [rw] tags
73804
+ # @return [Array<Types::Tag>]
73805
+ #
73806
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcEncryptionControl AWS API Documentation
73807
+ #
73808
+ class VpcEncryptionControl < Struct.new(
73809
+ :vpc_id,
73810
+ :vpc_encryption_control_id,
73811
+ :mode,
73812
+ :state,
73813
+ :state_message,
73814
+ :resource_exclusions,
73815
+ :tags)
73816
+ SENSITIVE = []
73817
+ include Aws::Structure
73818
+ end
73819
+
73820
+ # @!attribute [rw] state
73821
+ # @return [String]
73822
+ #
73823
+ # @!attribute [rw] state_message
73824
+ # @return [String]
73825
+ #
73826
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcEncryptionControlExclusion AWS API Documentation
73827
+ #
73828
+ class VpcEncryptionControlExclusion < Struct.new(
73829
+ :state,
73830
+ :state_message)
73831
+ SENSITIVE = []
73832
+ include Aws::Structure
73833
+ end
73834
+
73835
+ # @!attribute [rw] internet_gateway
73836
+ # @return [Types::VpcEncryptionControlExclusion]
73837
+ #
73838
+ # @!attribute [rw] egress_only_internet_gateway
73839
+ # @return [Types::VpcEncryptionControlExclusion]
73840
+ #
73841
+ # @!attribute [rw] nat_gateway
73842
+ # @return [Types::VpcEncryptionControlExclusion]
73843
+ #
73844
+ # @!attribute [rw] virtual_private_gateway
73845
+ # @return [Types::VpcEncryptionControlExclusion]
73846
+ #
73847
+ # @!attribute [rw] vpc_peering
73848
+ # @return [Types::VpcEncryptionControlExclusion]
73849
+ #
73850
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcEncryptionControlExclusions AWS API Documentation
73851
+ #
73852
+ class VpcEncryptionControlExclusions < Struct.new(
73853
+ :internet_gateway,
73854
+ :egress_only_internet_gateway,
73855
+ :nat_gateway,
73856
+ :virtual_private_gateway,
73857
+ :vpc_peering)
73858
+ SENSITIVE = []
73859
+ include Aws::Structure
73860
+ end
73861
+
73781
73862
  # Describes a VPC endpoint.
73782
73863
  #
73783
73864
  # @!attribute [rw] vpc_endpoint_id
@@ -65,6 +65,11 @@ module Aws::EC2
65
65
  data[:is_default]
66
66
  end
67
67
 
68
+ # @return [Types::VpcEncryptionControl]
69
+ def encryption_control
70
+ data[:encryption_control]
71
+ end
72
+
68
73
  # Any tags assigned to the VPC.
69
74
  # @return [Array<Types::Tag>]
70
75
  def tags
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.508.0'
81
+ GEM_VERSION = '1.509.0'
82
82
 
83
83
  end
84
84
 
data/sig/types.rbs CHANGED
@@ -16019,6 +16019,7 @@ module Aws::EC2
16019
16019
  attr_accessor ipv_6_cidr_block_association_set: ::Array[Types::VpcIpv6CidrBlockAssociation]
16020
16020
  attr_accessor cidr_block_association_set: ::Array[Types::VpcCidrBlockAssociation]
16021
16021
  attr_accessor is_default: bool
16022
+ attr_accessor encryption_control: Types::VpcEncryptionControl
16022
16023
  attr_accessor tags: ::Array[Types::Tag]
16023
16024
  attr_accessor block_public_access_states: Types::BlockPublicAccessStates
16024
16025
  attr_accessor vpc_id: ::String
@@ -16079,6 +16080,32 @@ module Aws::EC2
16079
16080
  SENSITIVE: []
16080
16081
  end
16081
16082
 
16083
+ class VpcEncryptionControl
16084
+ attr_accessor vpc_id: ::String
16085
+ attr_accessor vpc_encryption_control_id: ::String
16086
+ attr_accessor mode: ("monitor" | "enforce")
16087
+ attr_accessor state: ("enforce-in-progress" | "monitor-in-progress" | "enforce-failed" | "monitor-failed" | "deleting" | "deleted" | "available")
16088
+ attr_accessor state_message: ::String
16089
+ attr_accessor resource_exclusions: Types::VpcEncryptionControlExclusions
16090
+ attr_accessor tags: ::Array[Types::Tag]
16091
+ SENSITIVE: []
16092
+ end
16093
+
16094
+ class VpcEncryptionControlExclusion
16095
+ attr_accessor state: ("enabling" | "enabled" | "disabling" | "disabled")
16096
+ attr_accessor state_message: ::String
16097
+ SENSITIVE: []
16098
+ end
16099
+
16100
+ class VpcEncryptionControlExclusions
16101
+ attr_accessor internet_gateway: Types::VpcEncryptionControlExclusion
16102
+ attr_accessor egress_only_internet_gateway: Types::VpcEncryptionControlExclusion
16103
+ attr_accessor nat_gateway: Types::VpcEncryptionControlExclusion
16104
+ attr_accessor virtual_private_gateway: Types::VpcEncryptionControlExclusion
16105
+ attr_accessor vpc_peering: Types::VpcEncryptionControlExclusion
16106
+ SENSITIVE: []
16107
+ end
16108
+
16082
16109
  class VpcEndpoint
16083
16110
  attr_accessor vpc_endpoint_id: ::String
16084
16111
  attr_accessor vpc_endpoint_type: ("Interface" | "Gateway" | "GatewayLoadBalancer" | "Resource" | "ServiceNetwork")
data/sig/vpc.rbs CHANGED
@@ -33,6 +33,9 @@ module Aws
33
33
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Vpc.html#is_default-instance_method
34
34
  def is_default: () -> bool
35
35
 
36
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Vpc.html#encryption_control-instance_method
37
+ def encryption_control: () -> Types::VpcEncryptionControl
38
+
36
39
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Vpc.html#tags-instance_method
37
40
  def tags: () -> ::Array[Types::Tag]
38
41
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.508.0
4
+ version: 1.509.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-26 00:00:00.000000000 Z
11
+ date: 2025-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core