aws-sdk-ec2 1.470.0 → 1.471.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: 39bd34046575aa57d5faab789228e06ddb9d6cfdc7809a224ae0ff346e2bc519
4
- data.tar.gz: a98ab574763d23253d4f68586f00161214c9bf47e9c6f02c7e40db18349a70c7
3
+ metadata.gz: c1d402b01d90a3c9e5fc1084946c8fe5e532bc67f31fddccf1843ef4a78d9e89
4
+ data.tar.gz: f8c16f31763fe418980b88aae7fef4a15352e8dcaee2b3f835502cdc9f5daba8
5
5
  SHA512:
6
- metadata.gz: 4c5c2246a54e6377f80f8d67e37f54d47449082d4532e7f2d9a7acd008e1f3109895452280ee59c5a089cd4c0b576489749ac825f4fb52d97b9b8642c1ba933e
7
- data.tar.gz: d7fefb60386b8eaa866c3b574a80ee9d6d6c2433a2278fa1e7c5129ac8da66320f1ccd5cb5be9f9d990ff889a4b97bfd150a1097ef1f0e479bbbd3bfd36d5d1f
6
+ metadata.gz: 9ff058d8c325ea21b7663de739e94c409472c9bfadd0c92683a0717b39bb5ffe45ec342fc10e20e81cbe42c9f77245fc89711b8696e359f22698f20657c17513
7
+ data.tar.gz: bad002863b26d6fa8d1217daa4d772118b66b4a855226885f5629d778e0772ca3a841a5cc5024a4acb54a24d3c391945822604d5dd3de2989b5c61b7fdde0a39
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.471.0 (2024-08-28)
5
+ ------------------
6
+
7
+ * Feature - Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
8
+
4
9
  1.470.0 (2024-08-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.470.0
1
+ 1.471.0
@@ -969,6 +969,9 @@ module Aws::EC2
969
969
  # @option params [Array<Types::TagSpecification>] :tag_specifications
970
970
  # The tags to assign to the Elastic IP address.
971
971
  #
972
+ # @option params [String] :ipam_pool_id
973
+ # The ID of an IPAM pool.
974
+ #
972
975
  # @return [Types::AllocateAddressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
973
976
  #
974
977
  # * {Types::AllocateAddressResult#public_ip #public_ip} => String
@@ -1017,6 +1020,7 @@ module Aws::EC2
1017
1020
  # ],
1018
1021
  # },
1019
1022
  # ],
1023
+ # ipam_pool_id: "IpamPoolId",
1020
1024
  # })
1021
1025
  #
1022
1026
  # @example Response structure
@@ -1291,7 +1295,7 @@ module Aws::EC2
1291
1295
  # resp.ipam_pool_allocation.ipam_pool_allocation_id #=> String
1292
1296
  # resp.ipam_pool_allocation.description #=> String
1293
1297
  # resp.ipam_pool_allocation.resource_id #=> String
1294
- # resp.ipam_pool_allocation.resource_type #=> String, one of "ipam-pool", "vpc", "ec2-public-ipv4-pool", "custom", "subnet"
1298
+ # resp.ipam_pool_allocation.resource_type #=> String, one of "ipam-pool", "vpc", "ec2-public-ipv4-pool", "custom", "subnet", "eip"
1295
1299
  # resp.ipam_pool_allocation.resource_region #=> String
1296
1300
  # resp.ipam_pool_allocation.resource_owner #=> String
1297
1301
  #
@@ -42800,7 +42804,7 @@ module Aws::EC2
42800
42804
  # resp.ipam_discovered_public_addresses[0].address_owner_id #=> String
42801
42805
  # resp.ipam_discovered_public_addresses[0].address_allocation_id #=> String
42802
42806
  # resp.ipam_discovered_public_addresses[0].association_status #=> String, one of "associated", "disassociated"
42803
- # resp.ipam_discovered_public_addresses[0].address_type #=> String, one of "service-managed-ip", "service-managed-byoip", "amazon-owned-eip", "byoip", "ec2-public-ip"
42807
+ # resp.ipam_discovered_public_addresses[0].address_type #=> String, one of "service-managed-ip", "service-managed-byoip", "amazon-owned-eip", "amazon-owned-contig", "byoip", "ec2-public-ip"
42804
42808
  # resp.ipam_discovered_public_addresses[0].service #=> String, one of "nat-gateway", "database-migration-service", "redshift", "elastic-container-service", "relational-database-service", "site-to-site-vpn", "load-balancer", "global-accelerator", "other"
42805
42809
  # resp.ipam_discovered_public_addresses[0].service_resource #=> String
42806
42810
  # resp.ipam_discovered_public_addresses[0].vpc_id #=> String
@@ -42981,7 +42985,7 @@ module Aws::EC2
42981
42985
  # resp.ipam_pool_allocations[0].ipam_pool_allocation_id #=> String
42982
42986
  # resp.ipam_pool_allocations[0].description #=> String
42983
42987
  # resp.ipam_pool_allocations[0].resource_id #=> String
42984
- # resp.ipam_pool_allocations[0].resource_type #=> String, one of "ipam-pool", "vpc", "ec2-public-ipv4-pool", "custom", "subnet"
42988
+ # resp.ipam_pool_allocations[0].resource_type #=> String, one of "ipam-pool", "vpc", "ec2-public-ipv4-pool", "custom", "subnet", "eip"
42985
42989
  # resp.ipam_pool_allocations[0].resource_region #=> String
42986
42990
  # resp.ipam_pool_allocations[0].resource_owner #=> String
42987
42991
  # resp.next_token #=> String
@@ -53430,8 +53434,9 @@ module Aws::EC2
53430
53434
 
53431
53435
  # Registers an AMI. When you're creating an instance-store backed AMI,
53432
53436
  # registering the AMI is the final step in the creation process. For
53433
- # more information about creating AMIs, see [Create your own AMI][1] in
53434
- # the *Amazon Elastic Compute Cloud User Guide*.
53437
+ # more information about creating AMIs, see [Create an AMI from a
53438
+ # snapshot][1] and [Create an instance-store backed AMI][2] in the
53439
+ # *Amazon EC2 User Guide*.
53435
53440
  #
53436
53441
  # <note markdown="1"> For Amazon EBS-backed instances, CreateImage creates and registers the
53437
53442
  # AMI in a single request, so you don't have to register the AMI
@@ -53454,28 +53459,28 @@ module Aws::EC2
53454
53459
  # encrypted, or encryption by default is enabled, the root volume of an
53455
53460
  # instance launched from the AMI is encrypted.
53456
53461
  #
53457
- # For more information, see [Create a Linux AMI from a snapshot][2] and
53458
- # [Use encryption with Amazon EBS-backed AMIs][3] in the *Amazon Elastic
53459
- # Compute Cloud User Guide*.
53462
+ # For more information, see [Create an AMI from a snapshot][1] and [Use
53463
+ # encryption with Amazon EBS-backed AMIs][3] in the *Amazon EC2 User
53464
+ # Guide*.
53460
53465
  #
53461
53466
  # **Amazon Web Services Marketplace product codes**
53462
53467
  #
53463
53468
  # If any snapshots have Amazon Web Services Marketplace product codes,
53464
53469
  # they are copied to the new AMI.
53465
53470
  #
53466
- # Windows and some Linux distributions, such as Red Hat Enterprise Linux
53467
- # (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2
53468
- # billing product code associated with an AMI to verify the subscription
53469
- # status for package updates. To create a new AMI for operating systems
53470
- # that require a billing product code, instead of registering the AMI,
53471
- # do the following to preserve the billing product code association:
53472
- #
53473
- # 1. Launch an instance from an existing AMI with that billing product
53474
- # code.
53475
- #
53476
- # 2. Customize the instance.
53477
- #
53478
- # 3. Create an AMI from the instance using CreateImage.
53471
+ # In most cases, AMIs for Windows, RedHat, SUSE, and SQL Server require
53472
+ # correct licensing information to be present on the AMI. For more
53473
+ # information, see [Understand AMI billing information][4] in the
53474
+ # *Amazon EC2 User Guide*. When creating an AMI from a snapshot, the
53475
+ # `RegisterImage` operation derives the correct billing information from
53476
+ # the snapshot's metadata, but this requires the appropriate metadata
53477
+ # to be present. To verify if the correct billing information was
53478
+ # applied, check the `PlatformDetails` field on the new AMI. If the
53479
+ # field is empty or doesn't match the expected operating system code
53480
+ # (for example, Windows, RedHat, SUSE, or SQL), the AMI creation was
53481
+ # unsuccessful, and you should discard the AMI and instead create the
53482
+ # AMI from an instance using CreateImage. For more information, see
53483
+ # [Create an AMI from an instance ][5] in the *Amazon EC2 User Guide*.
53479
53484
  #
53480
53485
  # If you purchase a Reserved Instance to apply to an On-Demand Instance
53481
53486
  # that was launched from an AMI with a billing product code, make sure
@@ -53488,10 +53493,11 @@ module Aws::EC2
53488
53493
  #
53489
53494
  #
53490
53495
  #
53491
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html
53492
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot
53496
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot
53497
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-instance-store.html
53493
53498
  # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html
53494
53499
  # [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html
53500
+ # [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#how-to-create-ebs-ami
53495
53501
  #
53496
53502
  # @option params [String] :image_location
53497
53503
  # The full path to your AMI manifest in Amazon S3 storage. The specified
@@ -60103,7 +60109,7 @@ module Aws::EC2
60103
60109
  params: params,
60104
60110
  config: config)
60105
60111
  context[:gem_name] = 'aws-sdk-ec2'
60106
- context[:gem_version] = '1.470.0'
60112
+ context[:gem_version] = '1.471.0'
60107
60113
  Seahorse::Client::Request.new(handlers, context)
60108
60114
  end
60109
60115
 
@@ -3424,6 +3424,7 @@ module Aws::EC2
3424
3424
  AllocateAddressRequest.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "CustomerOwnedIpv4Pool"))
3425
3425
  AllocateAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3426
3426
  AllocateAddressRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3427
+ AllocateAddressRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "IpamPoolId"))
3427
3428
  AllocateAddressRequest.struct_class = Types::AllocateAddressRequest
3428
3429
 
3429
3430
  AllocateAddressResult.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
@@ -897,6 +897,10 @@ module Aws::EC2
897
897
  # The tags to assign to the Elastic IP address.
898
898
  # @return [Array<Types::TagSpecification>]
899
899
  #
900
+ # @!attribute [rw] ipam_pool_id
901
+ # The ID of an IPAM pool.
902
+ # @return [String]
903
+ #
900
904
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AllocateAddressRequest AWS API Documentation
901
905
  #
902
906
  class AllocateAddressRequest < Struct.new(
@@ -906,7 +910,8 @@ module Aws::EC2
906
910
  :network_border_group,
907
911
  :customer_owned_ipv_4_pool,
908
912
  :dry_run,
909
- :tag_specifications)
913
+ :tag_specifications,
914
+ :ipam_pool_id)
910
915
  SENSITIVE = []
911
916
  include Aws::Structure
912
917
  end
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.470.0'
79
+ GEM_VERSION = '1.471.0'
80
80
 
81
81
  end
data/sig/client.rbs CHANGED
@@ -212,7 +212,8 @@ module Aws
212
212
  },
213
213
  ]?
214
214
  },
215
- ]
215
+ ],
216
+ ?ipam_pool_id: ::String
216
217
  ) -> _AllocateAddressResponseSuccess
217
218
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AllocateAddressResponseSuccess
218
219
 
data/sig/types.rbs CHANGED
@@ -243,6 +243,7 @@ module Aws::EC2
243
243
  attr_accessor customer_owned_ipv_4_pool: ::String
244
244
  attr_accessor dry_run: bool
245
245
  attr_accessor tag_specifications: ::Array[Types::TagSpecification]
246
+ attr_accessor ipam_pool_id: ::String
246
247
  SENSITIVE: []
247
248
  end
248
249
 
@@ -9420,7 +9421,7 @@ module Aws::EC2
9420
9421
  attr_accessor address_owner_id: ::String
9421
9422
  attr_accessor address_allocation_id: ::String
9422
9423
  attr_accessor association_status: ("associated" | "disassociated")
9423
- attr_accessor address_type: ("service-managed-ip" | "service-managed-byoip" | "amazon-owned-eip" | "byoip" | "ec2-public-ip")
9424
+ attr_accessor address_type: ("service-managed-ip" | "service-managed-byoip" | "amazon-owned-eip" | "amazon-owned-contig" | "byoip" | "ec2-public-ip")
9424
9425
  attr_accessor service: ("nat-gateway" | "database-migration-service" | "redshift" | "elastic-container-service" | "relational-database-service" | "site-to-site-vpn" | "load-balancer" | "global-accelerator" | "other")
9425
9426
  attr_accessor service_resource: ::String
9426
9427
  attr_accessor vpc_id: ::String
@@ -9512,7 +9513,7 @@ module Aws::EC2
9512
9513
  attr_accessor ipam_pool_allocation_id: ::String
9513
9514
  attr_accessor description: ::String
9514
9515
  attr_accessor resource_id: ::String
9515
- attr_accessor resource_type: ("ipam-pool" | "vpc" | "ec2-public-ipv4-pool" | "custom" | "subnet")
9516
+ attr_accessor resource_type: ("ipam-pool" | "vpc" | "ec2-public-ipv4-pool" | "custom" | "subnet" | "eip")
9516
9517
  attr_accessor resource_region: ::String
9517
9518
  attr_accessor resource_owner: ::String
9518
9519
  SENSITIVE: []
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.470.0
4
+ version: 1.471.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-08-21 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core