aws-sdk-ec2 1.463.0 → 1.465.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1c5ef797e5b815aa7eacc569e9f769c2278795401750a119e857f9e6c0150cb
4
- data.tar.gz: 6062a469bc181c982dbb135f9467f4ecd0e5fb0393a22e7a9d3f4b1d3a97bd8d
3
+ metadata.gz: 34f94ecd7c615fe7818abb524900d1efc7a54ccfb43d29315bc1eba4e30276fa
4
+ data.tar.gz: 84d126d56c53daa280fa1bff620a57de5b27f014b16094e92eff57b7d93bd714
5
5
  SHA512:
6
- metadata.gz: cac5953b021166d56ebb1d03437c37ea1939fd2b99dd532887c2a731c5d7c28595131e0ac673932721207675f10cc417a0b0383b4d1c3426250c35c261189ed6
7
- data.tar.gz: a35be5fb8aa44a7f928768277fc95eb559170bfa3c75472332aedf239d3ac69d268a18c63cf7a7a700d58d9e87f318bd5f995803ef556853e95e0bd873568006
6
+ metadata.gz: 9d24cbabc4c3e3cbf03ea4ce17700dcf4db66482aeff1c75a40aa9afc04422ecc8edb078c44209cb38330aba211430e799384513433d315bb7ec8f910c36478f
7
+ data.tar.gz: ce1592c4f13ae4075299a8cd726c42645bbe25e11729ad54857243bc1a359dbbd7a4a4bd3d5d68476890bde0b21e69523fd70a93b72e362857de4c8fbd9cc81c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.465.0 (2024-07-10)
5
+ ------------------
6
+
7
+ * Feature - Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level
8
+
9
+ 1.464.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Elastic Compute Cloud (EC2).
13
+
4
14
  1.463.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.463.0
1
+ 1.465.0
@@ -316,6 +316,15 @@ module Aws::EC2
316
316
  #
317
317
  # @option options [String] :session_token
318
318
  #
319
+ # @option options [Array] :sigv4a_signing_region_set
320
+ # A list of regions that should be signed with SigV4a signing. When
321
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
322
+ # in the following locations:
323
+ #
324
+ # * `Aws.config[:sigv4a_signing_region_set]`
325
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
326
+ # * `~/.aws/config`
327
+ #
319
328
  # @option options [Boolean] :stub_responses (false)
320
329
  # Causes the client to return stubbed responses. By default
321
330
  # fake responses are generated and returned. You can specify
@@ -7144,16 +7153,14 @@ module Aws::EC2
7144
7153
  # VPC will be associated with the endpoint.
7145
7154
  #
7146
7155
  # @option params [Boolean] :preserve_client_ip
7147
- # Indicates whether your client's IP address is preserved as the
7148
- # source. The value is `true` or `false`.
7156
+ # Indicates whether the client IP address is preserved as the source.
7157
+ # The following are the possible values.
7149
7158
  #
7150
- # * If `true`, your client's IP address is used when you connect to a
7151
- # resource.
7159
+ # * `true` - Use the client IP address as the source.
7152
7160
  #
7153
- # * If `false`, the elastic network interface IP address is used when
7154
- # you connect to a resource.
7161
+ # * `false` - Use the network interface IP address as the source.
7155
7162
  #
7156
- # Default: `true`
7163
+ # Default: `false`
7157
7164
  #
7158
7165
  # @option params [String] :client_token
7159
7166
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -7669,17 +7676,19 @@ module Aws::EC2
7669
7676
  # The ID of the scope in which you would like to create the IPAM pool.
7670
7677
  #
7671
7678
  # @option params [String] :locale
7672
- # In IPAM, the locale is the Amazon Web Services Region where you want
7673
- # to make an IPAM pool available for allocations. Only resources in the
7674
- # same Region as the locale of the pool can get IP address allocations
7675
- # from the pool. You can only allocate a CIDR for a VPC, for example,
7676
- # from an IPAM pool that shares a locale with the VPC’s Region. Note
7677
- # that once you choose a Locale for a pool, you cannot modify it. If you
7678
- # do not choose a locale, resources in Regions others than the IPAM's
7679
- # home region cannot use CIDRs from this pool.
7679
+ # In IPAM, the locale is the Amazon Web Services Region or, for IPAM
7680
+ # IPv4 pools in the public scope, the network border group for an Amazon
7681
+ # Web Services Local Zone where you want to make an IPAM pool available
7682
+ # for allocations ([supported Local Zones][1]). If you do not choose a
7683
+ # locale, resources in Regions others than the IPAM's home region
7684
+ # cannot use CIDRs from this pool.
7680
7685
  #
7681
7686
  # Possible values: Any Amazon Web Services Region, such as us-east-1.
7682
7687
  #
7688
+ #
7689
+ #
7690
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
7691
+ #
7683
7692
  # @option params [String] :source_ipam_pool_id
7684
7693
  # The ID of the source IPAM pool. Use this option to create a pool
7685
7694
  # within an existing pool. Note that the CIDR you provision for the pool
@@ -10790,6 +10799,17 @@ module Aws::EC2
10790
10799
  # and the value `TeamA`, specify `tag:Owner` for the filter name and
10791
10800
  # `TeamA` for the filter value.
10792
10801
  #
10802
+ # @option params [String] :network_border_group
10803
+ # The Availability Zone (AZ) or Local Zone (LZ) network border group
10804
+ # that the resource that the IP address is assigned to is in. Defaults
10805
+ # to an AZ network border group. For more information on available Local
10806
+ # Zones, see [Local Zone availability][1] in the *Amazon EC2 User
10807
+ # Guide*.
10808
+ #
10809
+ #
10810
+ #
10811
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
10812
+ #
10793
10813
  # @return [Types::CreatePublicIpv4PoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10794
10814
  #
10795
10815
  # * {Types::CreatePublicIpv4PoolResult#pool_id #pool_id} => String
@@ -10809,6 +10829,7 @@ module Aws::EC2
10809
10829
  # ],
10810
10830
  # },
10811
10831
  # ],
10832
+ # network_border_group: "String",
10812
10833
  # })
10813
10834
  #
10814
10835
  # @example Response structure
@@ -14176,7 +14197,14 @@ module Aws::EC2
14176
14197
  # action can appear to complete, but eventually fails.
14177
14198
  #
14178
14199
  # @option params [String] :outpost_arn
14179
- # The Amazon Resource Name (ARN) of the Outpost.
14200
+ # The Amazon Resource Name (ARN) of the Outpost on which to create the
14201
+ # volume.
14202
+ #
14203
+ # If you intend to use a volume with an instance running on an outpost,
14204
+ # then you must create the volume on the same outpost as the instance.
14205
+ # You can't use a volume created in an Amazon Web Services Region with
14206
+ # an instance on an Amazon Web Services outpost, or the other way
14207
+ # around.
14180
14208
  #
14181
14209
  # @option params [Integer] :size
14182
14210
  # The size of the volume, in GiBs. You must specify either a snapshot ID
@@ -17253,6 +17281,17 @@ module Aws::EC2
17253
17281
  # @option params [required, String] :pool_id
17254
17282
  # The ID of the public IPv4 pool you want to delete.
17255
17283
  #
17284
+ # @option params [String] :network_border_group
17285
+ # The Availability Zone (AZ) or Local Zone (LZ) network border group
17286
+ # that the resource that the IP address is assigned to is in. Defaults
17287
+ # to an AZ network border group. For more information on available Local
17288
+ # Zones, see [Local Zone availability][1] in the *Amazon EC2 User
17289
+ # Guide*.
17290
+ #
17291
+ #
17292
+ #
17293
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
17294
+ #
17256
17295
  # @return [Types::DeletePublicIpv4PoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17257
17296
  #
17258
17297
  # * {Types::DeletePublicIpv4PoolResult#return_value #return_value} => Boolean
@@ -17262,6 +17301,7 @@ module Aws::EC2
17262
17301
  # resp = client.delete_public_ipv_4_pool({
17263
17302
  # dry_run: false,
17264
17303
  # pool_id: "Ipv4PoolEc2Id", # required
17304
+ # network_border_group: "String",
17265
17305
  # })
17266
17306
  #
17267
17307
  # @example Response structure
@@ -36281,7 +36321,8 @@ module Aws::EC2
36281
36321
  # \| `io2` \| `st1` \| `sc1`\| `standard`)
36282
36322
  #
36283
36323
  # @option params [Array<String>] :volume_ids
36284
- # The volume IDs.
36324
+ # The volume IDs. If not specified, then all volumes are included in the
36325
+ # response.
36285
36326
  #
36286
36327
  # @option params [Boolean] :dry_run
36287
36328
  # Checks whether you have the required permissions for the action,
@@ -42461,7 +42502,9 @@ module Aws::EC2
42461
42502
  # resp.ipam_discovered_resource_cidrs[0].resource_tags[0].value #=> String
42462
42503
  # resp.ipam_discovered_resource_cidrs[0].ip_usage #=> Float
42463
42504
  # resp.ipam_discovered_resource_cidrs[0].vpc_id #=> String
42505
+ # resp.ipam_discovered_resource_cidrs[0].network_interface_attachment_status #=> String, one of "available", "in-use"
42464
42506
  # resp.ipam_discovered_resource_cidrs[0].sample_time #=> Time
42507
+ # resp.ipam_discovered_resource_cidrs[0].availability_zone_id #=> String
42465
42508
  # resp.next_token #=> String
42466
42509
  #
42467
42510
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetIpamDiscoveredResourceCidrs AWS API Documentation
@@ -42721,6 +42764,7 @@ module Aws::EC2
42721
42764
  # resp.ipam_resource_cidrs[0].management_state #=> String, one of "managed", "unmanaged", "ignored"
42722
42765
  # resp.ipam_resource_cidrs[0].overlap_status #=> String, one of "overlapping", "nonoverlapping", "ignored"
42723
42766
  # resp.ipam_resource_cidrs[0].vpc_id #=> String
42767
+ # resp.ipam_resource_cidrs[0].availability_zone_id #=> String
42724
42768
  #
42725
42769
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetIpamResourceCidrs AWS API Documentation
42726
42770
  #
@@ -47267,10 +47311,14 @@ module Aws::EC2
47267
47311
  # option with a PV instance can make it unreachable.
47268
47312
  #
47269
47313
  # @option params [Types::BlobAttributeValue] :user_data
47270
- # Changes the instance's user data to the specified value. If you are
47271
- # using an Amazon Web Services SDK or command line tool, base64-encoding
47272
- # is performed for you, and you can load the text from a file.
47273
- # Otherwise, you must provide base64-encoded text.
47314
+ # Changes the instance's user data to the specified value. User data
47315
+ # must be base64-encoded. Depending on the tool or SDK that you're
47316
+ # using, the base64-encoding might be performed for you. For more
47317
+ # information, see [Work with instance user data][1].
47318
+ #
47319
+ #
47320
+ #
47321
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html
47274
47322
  #
47275
47323
  # @option params [String] :value
47276
47324
  # A new value for the attribute. Use only with the `kernel`, `ramdisk`,
@@ -47980,7 +48028,7 @@ module Aws::EC2
47980
48028
  # group_name: "PlacementGroupName",
47981
48029
  # host_id: "DedicatedHostId",
47982
48030
  # instance_id: "InstanceId", # required
47983
- # tenancy: "dedicated", # accepts dedicated, host
48031
+ # tenancy: "default", # accepts default, dedicated, host
47984
48032
  # partition_number: 1,
47985
48033
  # host_resource_group_arn: "String",
47986
48034
  # group_id: "PlacementGroupId",
@@ -48308,6 +48356,7 @@ module Aws::EC2
48308
48356
  # resp.ipam_resource_cidr.management_state #=> String, one of "managed", "unmanaged", "ignored"
48309
48357
  # resp.ipam_resource_cidr.overlap_status #=> String, one of "overlapping", "nonoverlapping", "ignored"
48310
48358
  # resp.ipam_resource_cidr.vpc_id #=> String
48359
+ # resp.ipam_resource_cidr.availability_zone_id #=> String
48311
48360
  #
48312
48361
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpamResourceCidr AWS API Documentation
48313
48362
  #
@@ -52372,6 +52421,17 @@ module Aws::EC2
52372
52421
  # The netmask length of the CIDR you would like to allocate to the
52373
52422
  # public IPv4 pool.
52374
52423
  #
52424
+ # @option params [String] :network_border_group
52425
+ # The Availability Zone (AZ) or Local Zone (LZ) network border group
52426
+ # that the resource that the IP address is assigned to is in. Defaults
52427
+ # to an AZ network border group. For more information on available Local
52428
+ # Zones, see [Local Zone availability][1] in the *Amazon EC2 User
52429
+ # Guide*.
52430
+ #
52431
+ #
52432
+ #
52433
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
52434
+ #
52375
52435
  # @return [Types::ProvisionPublicIpv4PoolCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
52376
52436
  #
52377
52437
  # * {Types::ProvisionPublicIpv4PoolCidrResult#pool_id #pool_id} => String
@@ -52384,6 +52444,7 @@ module Aws::EC2
52384
52444
  # ipam_pool_id: "IpamPoolId", # required
52385
52445
  # pool_id: "Ipv4PoolEc2Id", # required
52386
52446
  # netmask_length: 1, # required
52447
+ # network_border_group: "String",
52387
52448
  # })
52388
52449
  #
52389
52450
  # @example Response structure
@@ -56341,16 +56402,14 @@ module Aws::EC2
56341
56402
  # part of the network interface instead of using this parameter.
56342
56403
  #
56343
56404
  # @option params [String] :user_data
56344
- # The user data script to make available to the instance. For more
56345
- # information, see [Run commands on your Amazon EC2 instance at
56346
- # launch][1] in the *Amazon EC2 User Guide*. If you are using a command
56347
- # line tool, base64-encoding is performed for you, and you can load the
56348
- # text from a file. Otherwise, you must provide base64-encoded text.
56349
- # User data is limited to 16 KB.
56405
+ # The user data to make available to the instance. User data must be
56406
+ # base64-encoded. Depending on the tool or SDK that you're using, the
56407
+ # base64-encoding might be performed for you. For more information, see
56408
+ # [Work with instance user data][1].
56350
56409
  #
56351
56410
  #
56352
56411
  #
56353
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
56412
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html
56354
56413
  #
56355
56414
  # @option params [String] :additional_info
56356
56415
  # Reserved.
@@ -59471,7 +59530,7 @@ module Aws::EC2
59471
59530
  params: params,
59472
59531
  config: config)
59473
59532
  context[:gem_name] = 'aws-sdk-ec2'
59474
- context[:gem_version] = '1.463.0'
59533
+ context[:gem_version] = '1.465.0'
59475
59534
  Seahorse::Client::Request.new(handlers, context)
59476
59535
  end
59477
59536
 
@@ -1814,6 +1814,7 @@ module Aws::EC2
1814
1814
  IpamManagementState = Shapes::StringShape.new(name: 'IpamManagementState')
1815
1815
  IpamMaxResults = Shapes::IntegerShape.new(name: 'IpamMaxResults')
1816
1816
  IpamNetmaskLength = Shapes::IntegerShape.new(name: 'IpamNetmaskLength')
1817
+ IpamNetworkInterfaceAttachmentStatus = Shapes::StringShape.new(name: 'IpamNetworkInterfaceAttachmentStatus')
1817
1818
  IpamOperatingRegion = Shapes::StructureShape.new(name: 'IpamOperatingRegion')
1818
1819
  IpamOperatingRegionSet = Shapes::ListShape.new(name: 'IpamOperatingRegionSet')
1819
1820
  IpamOverlapStatus = Shapes::StringShape.new(name: 'IpamOverlapStatus')
@@ -5031,6 +5032,7 @@ module Aws::EC2
5031
5032
 
5032
5033
  CreatePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5033
5034
  CreatePublicIpv4PoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
5035
+ CreatePublicIpv4PoolRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
5034
5036
  CreatePublicIpv4PoolRequest.struct_class = Types::CreatePublicIpv4PoolRequest
5035
5037
 
5036
5038
  CreatePublicIpv4PoolResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
@@ -5897,6 +5899,7 @@ module Aws::EC2
5897
5899
 
5898
5900
  DeletePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5899
5901
  DeletePublicIpv4PoolRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
5902
+ DeletePublicIpv4PoolRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
5900
5903
  DeletePublicIpv4PoolRequest.struct_class = Types::DeletePublicIpv4PoolRequest
5901
5904
 
5902
5905
  DeletePublicIpv4PoolResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "returnValue"))
@@ -10539,7 +10542,9 @@ module Aws::EC2
10539
10542
  IpamDiscoveredResourceCidr.add_member(:resource_tags, Shapes::ShapeRef.new(shape: IpamResourceTagList, location_name: "resourceTagSet"))
10540
10543
  IpamDiscoveredResourceCidr.add_member(:ip_usage, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "ipUsage"))
10541
10544
  IpamDiscoveredResourceCidr.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
10545
+ IpamDiscoveredResourceCidr.add_member(:network_interface_attachment_status, Shapes::ShapeRef.new(shape: IpamNetworkInterfaceAttachmentStatus, location_name: "networkInterfaceAttachmentStatus"))
10542
10546
  IpamDiscoveredResourceCidr.add_member(:sample_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "sampleTime"))
10547
+ IpamDiscoveredResourceCidr.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
10543
10548
  IpamDiscoveredResourceCidr.struct_class = Types::IpamDiscoveredResourceCidr
10544
10549
 
10545
10550
  IpamDiscoveredResourceCidrSet.member = Shapes::ShapeRef.new(shape: IpamDiscoveredResourceCidr, location_name: "item")
@@ -10651,6 +10656,7 @@ module Aws::EC2
10651
10656
  IpamResourceCidr.add_member(:management_state, Shapes::ShapeRef.new(shape: IpamManagementState, location_name: "managementState"))
10652
10657
  IpamResourceCidr.add_member(:overlap_status, Shapes::ShapeRef.new(shape: IpamOverlapStatus, location_name: "overlapStatus"))
10653
10658
  IpamResourceCidr.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
10659
+ IpamResourceCidr.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
10654
10660
  IpamResourceCidr.struct_class = Types::IpamResourceCidr
10655
10661
 
10656
10662
  IpamResourceCidrSet.member = Shapes::ShapeRef.new(shape: IpamResourceCidr, location_name: "item")
@@ -12840,6 +12846,7 @@ module Aws::EC2
12840
12846
  ProvisionPublicIpv4PoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
12841
12847
  ProvisionPublicIpv4PoolCidrRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
12842
12848
  ProvisionPublicIpv4PoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NetmaskLength"))
12849
+ ProvisionPublicIpv4PoolCidrRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
12843
12850
  ProvisionPublicIpv4PoolCidrRequest.struct_class = Types::ProvisionPublicIpv4PoolCidrRequest
12844
12851
 
12845
12852
  ProvisionPublicIpv4PoolCidrResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
@@ -1169,10 +1169,14 @@ module Aws::EC2
1169
1169
  # This option is supported only for HVM instances. Specifying this
1170
1170
  # option with a PV instance can make it unreachable.
1171
1171
  # @option options [Types::BlobAttributeValue] :user_data
1172
- # Changes the instance's user data to the specified value. If you are
1173
- # using an Amazon Web Services SDK or command line tool, base64-encoding
1174
- # is performed for you, and you can load the text from a file.
1175
- # Otherwise, you must provide base64-encoded text.
1172
+ # Changes the instance's user data to the specified value. User data
1173
+ # must be base64-encoded. Depending on the tool or SDK that you're
1174
+ # using, the base64-encoding might be performed for you. For more
1175
+ # information, see [Work with instance user data][1].
1176
+ #
1177
+ #
1178
+ #
1179
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html
1176
1180
  # @option options [String] :value
1177
1181
  # A new value for the attribute. Use only with the `kernel`, `ramdisk`,
1178
1182
  # `userData`, `disableApiTermination`, or
@@ -1656,7 +1660,8 @@ module Aws::EC2
1656
1660
  # * `volume-type` - The Amazon EBS volume type (`gp2` \| `gp3` \| `io1`
1657
1661
  # \| `io2` \| `st1` \| `sc1`\| `standard`)
1658
1662
  # @option options [Array<String>] :volume_ids
1659
- # The volume IDs.
1663
+ # The volume IDs. If not specified, then all volumes are included in the
1664
+ # response.
1660
1665
  # @option options [Boolean] :dry_run
1661
1666
  # Checks whether you have the required permissions for the action,
1662
1667
  # without actually making the request, and provides an error response.
@@ -403,16 +403,14 @@ module Aws::EC2
403
403
  # If you specify a network interface, you must specify any subnets as
404
404
  # part of the network interface instead of using this parameter.
405
405
  # @option options [String] :user_data
406
- # The user data script to make available to the instance. For more
407
- # information, see [Run commands on your Amazon EC2 instance at
408
- # launch][1] in the *Amazon EC2 User Guide*. If you are using a command
409
- # line tool, base64-encoding is performed for you, and you can load the
410
- # text from a file. Otherwise, you must provide base64-encoded text.
411
- # User data is limited to 16 KB.
406
+ # The user data to make available to the instance. User data must be
407
+ # base64-encoded. Depending on the tool or SDK that you're using, the
408
+ # base64-encoding might be performed for you. For more information, see
409
+ # [Work with instance user data][1].
412
410
  #
413
411
  #
414
412
  #
415
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
413
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html
416
414
  # @option options [String] :additional_info
417
415
  # Reserved.
418
416
  # @option options [String] :client_token
@@ -1519,7 +1517,14 @@ module Aws::EC2
1519
1517
  # Therefore, if you specify an ID, alias, or ARN that is not valid, the
1520
1518
  # action can appear to complete, but eventually fails.
1521
1519
  # @option options [String] :outpost_arn
1522
- # The Amazon Resource Name (ARN) of the Outpost.
1520
+ # The Amazon Resource Name (ARN) of the Outpost on which to create the
1521
+ # volume.
1522
+ #
1523
+ # If you intend to use a volume with an instance running on an outpost,
1524
+ # then you must create the volume on the same outpost as the instance.
1525
+ # You can't use a volume created in an Amazon Web Services Region with
1526
+ # an instance on an Amazon Web Services outpost, or the other way
1527
+ # around.
1523
1528
  # @option options [Integer] :size
1524
1529
  # The size of the volume, in GiBs. You must specify either a snapshot ID
1525
1530
  # or a volume size. If you specify a snapshot, the default is the
@@ -4056,7 +4061,8 @@ module Aws::EC2
4056
4061
  # * `volume-type` - The Amazon EBS volume type (`gp2` \| `gp3` \| `io1`
4057
4062
  # \| `io2` \| `st1` \| `sc1`\| `standard`)
4058
4063
  # @option options [Array<String>] :volume_ids
4059
- # The volume IDs.
4064
+ # The volume IDs. If not specified, then all volumes are included in the
4065
+ # response.
4060
4066
  # @option options [Boolean] :dry_run
4061
4067
  # Checks whether you have the required permissions for the action,
4062
4068
  # without actually making the request, and provides an error response.
@@ -633,16 +633,14 @@ module Aws::EC2
633
633
  #
634
634
  # Default: Amazon EC2 uses the default security group.
635
635
  # @option options [String] :user_data
636
- # The user data script to make available to the instance. For more
637
- # information, see [Run commands on your Amazon EC2 instance at
638
- # launch][1] in the *Amazon EC2 User Guide*. If you are using a command
639
- # line tool, base64-encoding is performed for you, and you can load the
640
- # text from a file. Otherwise, you must provide base64-encoded text.
641
- # User data is limited to 16 KB.
636
+ # The user data to make available to the instance. User data must be
637
+ # base64-encoded. Depending on the tool or SDK that you're using, the
638
+ # base64-encoding might be performed for you. For more information, see
639
+ # [Work with instance user data][1].
642
640
  #
643
641
  #
644
642
  #
645
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
643
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html
646
644
  # @option options [String] :additional_info
647
645
  # Reserved.
648
646
  # @option options [String] :client_token
@@ -3814,7 +3814,31 @@ module Aws::EC2
3814
3814
  # @return [String]
3815
3815
  #
3816
3816
  # @!attribute [rw] state
3817
- # The state of the address pool.
3817
+ # The state of the address range.
3818
+ #
3819
+ # * `advertised`: The address range is being advertised to the
3820
+ # internet by Amazon Web Services.
3821
+ #
3822
+ # * `deprovisioned`: The address range is deprovisioned.
3823
+ #
3824
+ # * `failed-deprovision`: The request to deprovision the address range
3825
+ # was unsuccessful. Ensure that all EIPs from the range have been
3826
+ # deallocated and try again.
3827
+ #
3828
+ # * `failed-provision`: The request to provision the address range was
3829
+ # unsuccessful.
3830
+ #
3831
+ # * `pending-deprovision`: You’ve submitted a request to deprovision
3832
+ # an address range and it's pending.
3833
+ #
3834
+ # * `pending-provision`: You’ve submitted a request to provision an
3835
+ # address range and it's pending.
3836
+ #
3837
+ # * `provisioned`: The address range is provisioned and can be
3838
+ # advertised. The range is not currently advertised.
3839
+ #
3840
+ # * `provisioned-not-publicly-advertisable`: The address range is
3841
+ # provisioned and cannot be advertised.
3818
3842
  # @return [String]
3819
3843
  #
3820
3844
  # @!attribute [rw] network_border_group
@@ -8288,16 +8312,14 @@ module Aws::EC2
8288
8312
  # @return [Array<String>]
8289
8313
  #
8290
8314
  # @!attribute [rw] preserve_client_ip
8291
- # Indicates whether your client's IP address is preserved as the
8292
- # source. The value is `true` or `false`.
8315
+ # Indicates whether the client IP address is preserved as the source.
8316
+ # The following are the possible values.
8293
8317
  #
8294
- # * If `true`, your client's IP address is used when you connect to a
8295
- # resource.
8318
+ # * `true` - Use the client IP address as the source.
8296
8319
  #
8297
- # * If `false`, the elastic network interface IP address is used when
8298
- # you connect to a resource.
8320
+ # * `false` - Use the network interface IP address as the source.
8299
8321
  #
8300
- # Default: `true`
8322
+ # Default: `false`
8301
8323
  # @return [Boolean]
8302
8324
  #
8303
8325
  # @!attribute [rw] client_token
@@ -8508,16 +8530,18 @@ module Aws::EC2
8508
8530
  # @return [String]
8509
8531
  #
8510
8532
  # @!attribute [rw] locale
8511
- # In IPAM, the locale is the Amazon Web Services Region where you want
8512
- # to make an IPAM pool available for allocations. Only resources in
8513
- # the same Region as the locale of the pool can get IP address
8514
- # allocations from the pool. You can only allocate a CIDR for a VPC,
8515
- # for example, from an IPAM pool that shares a locale with the VPC’s
8516
- # Region. Note that once you choose a Locale for a pool, you cannot
8517
- # modify it. If you do not choose a locale, resources in Regions
8518
- # others than the IPAM's home region cannot use CIDRs from this pool.
8533
+ # In IPAM, the locale is the Amazon Web Services Region or, for IPAM
8534
+ # IPv4 pools in the public scope, the network border group for an
8535
+ # Amazon Web Services Local Zone where you want to make an IPAM pool
8536
+ # available for allocations ([supported Local Zones][1]). If you do
8537
+ # not choose a locale, resources in Regions others than the IPAM's
8538
+ # home region cannot use CIDRs from this pool.
8519
8539
  #
8520
8540
  # Possible values: Any Amazon Web Services Region, such as us-east-1.
8541
+ #
8542
+ #
8543
+ #
8544
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
8521
8545
  # @return [String]
8522
8546
  #
8523
8547
  # @!attribute [rw] source_ipam_pool_id
@@ -10065,11 +10089,24 @@ module Aws::EC2
10065
10089
  # name and `TeamA` for the filter value.
10066
10090
  # @return [Array<Types::TagSpecification>]
10067
10091
  #
10092
+ # @!attribute [rw] network_border_group
10093
+ # The Availability Zone (AZ) or Local Zone (LZ) network border group
10094
+ # that the resource that the IP address is assigned to is in. Defaults
10095
+ # to an AZ network border group. For more information on available
10096
+ # Local Zones, see [Local Zone availability][1] in the *Amazon EC2
10097
+ # User Guide*.
10098
+ #
10099
+ #
10100
+ #
10101
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
10102
+ # @return [String]
10103
+ #
10068
10104
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreatePublicIpv4PoolRequest AWS API Documentation
10069
10105
  #
10070
10106
  class CreatePublicIpv4PoolRequest < Struct.new(
10071
10107
  :dry_run,
10072
- :tag_specifications)
10108
+ :tag_specifications,
10109
+ :network_border_group)
10073
10110
  SENSITIVE = []
10074
10111
  include Aws::Structure
10075
10112
  end
@@ -12498,7 +12535,14 @@ module Aws::EC2
12498
12535
  # @return [String]
12499
12536
  #
12500
12537
  # @!attribute [rw] outpost_arn
12501
- # The Amazon Resource Name (ARN) of the Outpost.
12538
+ # The Amazon Resource Name (ARN) of the Outpost on which to create the
12539
+ # volume.
12540
+ #
12541
+ # If you intend to use a volume with an instance running on an
12542
+ # outpost, then you must create the volume on the same outpost as the
12543
+ # instance. You can't use a volume created in an Amazon Web Services
12544
+ # Region with an instance on an Amazon Web Services outpost, or the
12545
+ # other way around.
12502
12546
  # @return [String]
12503
12547
  #
12504
12548
  # @!attribute [rw] size
@@ -14777,11 +14821,24 @@ module Aws::EC2
14777
14821
  # The ID of the public IPv4 pool you want to delete.
14778
14822
  # @return [String]
14779
14823
  #
14824
+ # @!attribute [rw] network_border_group
14825
+ # The Availability Zone (AZ) or Local Zone (LZ) network border group
14826
+ # that the resource that the IP address is assigned to is in. Defaults
14827
+ # to an AZ network border group. For more information on available
14828
+ # Local Zones, see [Local Zone availability][1] in the *Amazon EC2
14829
+ # User Guide*.
14830
+ #
14831
+ #
14832
+ #
14833
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
14834
+ # @return [String]
14835
+ #
14780
14836
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeletePublicIpv4PoolRequest AWS API Documentation
14781
14837
  #
14782
14838
  class DeletePublicIpv4PoolRequest < Struct.new(
14783
14839
  :dry_run,
14784
- :pool_id)
14840
+ :pool_id,
14841
+ :network_border_group)
14785
14842
  SENSITIVE = []
14786
14843
  include Aws::Structure
14787
14844
  end
@@ -27196,7 +27253,8 @@ module Aws::EC2
27196
27253
  # @return [Array<Types::Filter>]
27197
27254
  #
27198
27255
  # @!attribute [rw] volume_ids
27199
- # The volume IDs.
27256
+ # The volume IDs. If not specified, then all volumes are included in
27257
+ # the response.
27200
27258
  # @return [Array<String>]
27201
27259
  #
27202
27260
  # @!attribute [rw] dry_run
@@ -40911,7 +40969,7 @@ module Aws::EC2
40911
40969
  # The parameter accepts an integer, which Amazon EC2 interprets as a
40912
40970
  # percentage.
40913
40971
  #
40914
- # If you set `DesiredCapacityType` to `vcpu` or `memory-mib`, the
40972
+ # If you set `TargetCapacityUnitType` to `vcpu` or `memory-mib`, the
40915
40973
  # price protection threshold is based on the per vCPU or per memory
40916
40974
  # price instead of the per instance price.
40917
40975
  #
@@ -41386,7 +41444,7 @@ module Aws::EC2
41386
41444
  # The parameter accepts an integer, which Amazon EC2 interprets as a
41387
41445
  # percentage.
41388
41446
  #
41389
- # If you set `DesiredCapacityType` to `vcpu` or `memory-mib`, the
41447
+ # If you set `TargetCapacityUnitType` to `vcpu` or `memory-mib`, the
41390
41448
  # price protection threshold is based on the per vCPU or per memory
41391
41449
  # price instead of the per instance price.
41392
41450
  #
@@ -42532,8 +42590,15 @@ module Aws::EC2
42532
42590
  # @return [Types::IpamPublicAddressTags]
42533
42591
  #
42534
42592
  # @!attribute [rw] network_border_group
42535
- # The network border group that the resource that the IP address is
42536
- # assigned to is in.
42593
+ # The Availability Zone (AZ) or Local Zone (LZ) network border group
42594
+ # that the resource that the IP address is assigned to is in. Defaults
42595
+ # to an AZ network border group. For more information on available
42596
+ # Local Zones, see [Local Zone availability][1] in the *Amazon EC2
42597
+ # User Guide*.
42598
+ #
42599
+ #
42600
+ #
42601
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
42537
42602
  # @return [String]
42538
42603
  #
42539
42604
  # @!attribute [rw] security_groups
@@ -42628,10 +42693,19 @@ module Aws::EC2
42628
42693
  # The VPC ID.
42629
42694
  # @return [String]
42630
42695
  #
42696
+ # @!attribute [rw] network_interface_attachment_status
42697
+ # For elastic IP addresses, this is the status of an attached network
42698
+ # interface.
42699
+ # @return [String]
42700
+ #
42631
42701
  # @!attribute [rw] sample_time
42632
42702
  # The last successful resource discovery time.
42633
42703
  # @return [Time]
42634
42704
  #
42705
+ # @!attribute [rw] availability_zone_id
42706
+ # The Availability Zone ID.
42707
+ # @return [String]
42708
+ #
42635
42709
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpamDiscoveredResourceCidr AWS API Documentation
42636
42710
  #
42637
42711
  class IpamDiscoveredResourceCidr < Struct.new(
@@ -42644,7 +42718,9 @@ module Aws::EC2
42644
42718
  :resource_tags,
42645
42719
  :ip_usage,
42646
42720
  :vpc_id,
42647
- :sample_time)
42721
+ :network_interface_attachment_status,
42722
+ :sample_time,
42723
+ :availability_zone_id)
42648
42724
  SENSITIVE = []
42649
42725
  include Aws::Structure
42650
42726
  end
@@ -42762,14 +42838,16 @@ module Aws::EC2
42762
42838
  #
42763
42839
  # @!attribute [rw] locale
42764
42840
  # The locale of the IPAM pool. In IPAM, the locale is the Amazon Web
42765
- # Services Region where you want to make an IPAM pool available for
42766
- # allocations. Only resources in the same Region as the locale of the
42767
- # pool can get IP address allocations from the pool. You can only
42768
- # allocate a CIDR for a VPC, for example, from an IPAM pool that
42769
- # shares a locale with the VPC’s Region. Note that once you choose a
42770
- # Locale for a pool, you cannot modify it. If you choose an Amazon Web
42771
- # Services Region for locale that has not been configured as an
42772
- # operating Region for the IPAM, you'll get an error.
42841
+ # Services Region or, for IPAM IPv4 pools in the public scope, the
42842
+ # network border group for an Amazon Web Services Local Zone where you
42843
+ # want to make an IPAM pool available for allocations ([supported
42844
+ # Local Zones][1]). If you choose an Amazon Web Services Region for
42845
+ # locale that has not been configured as an operating Region for the
42846
+ # IPAM, you'll get an error.
42847
+ #
42848
+ #
42849
+ #
42850
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
42773
42851
  # @return [String]
42774
42852
  #
42775
42853
  # @!attribute [rw] pool_depth
@@ -43229,6 +43307,10 @@ module Aws::EC2
43229
43307
  # The ID of a VPC.
43230
43308
  # @return [String]
43231
43309
  #
43310
+ # @!attribute [rw] availability_zone_id
43311
+ # The Availability Zone ID.
43312
+ # @return [String]
43313
+ #
43232
43314
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpamResourceCidr AWS API Documentation
43233
43315
  #
43234
43316
  class IpamResourceCidr < Struct.new(
@@ -43246,7 +43328,8 @@ module Aws::EC2
43246
43328
  :compliance_status,
43247
43329
  :management_state,
43248
43330
  :overlap_status,
43249
- :vpc_id)
43331
+ :vpc_id,
43332
+ :availability_zone_id)
43250
43333
  SENSITIVE = []
43251
43334
  include Aws::Structure
43252
43335
  end
@@ -47863,10 +47946,14 @@ module Aws::EC2
47863
47946
  # @return [Types::AttributeValue]
47864
47947
  #
47865
47948
  # @!attribute [rw] user_data
47866
- # Changes the instance's user data to the specified value. If you are
47867
- # using an Amazon Web Services SDK or command line tool,
47868
- # base64-encoding is performed for you, and you can load the text from
47869
- # a file. Otherwise, you must provide base64-encoded text.
47949
+ # Changes the instance's user data to the specified value. User data
47950
+ # must be base64-encoded. Depending on the tool or SDK that you're
47951
+ # using, the base64-encoding might be performed for you. For more
47952
+ # information, see [Work with instance user data][1].
47953
+ #
47954
+ #
47955
+ #
47956
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html
47870
47957
  # @return [Types::BlobAttributeValue]
47871
47958
  #
47872
47959
  # @!attribute [rw] value
@@ -54560,13 +54647,26 @@ module Aws::EC2
54560
54647
  # public IPv4 pool.
54561
54648
  # @return [Integer]
54562
54649
  #
54650
+ # @!attribute [rw] network_border_group
54651
+ # The Availability Zone (AZ) or Local Zone (LZ) network border group
54652
+ # that the resource that the IP address is assigned to is in. Defaults
54653
+ # to an AZ network border group. For more information on available
54654
+ # Local Zones, see [Local Zone availability][1] in the *Amazon EC2
54655
+ # User Guide*.
54656
+ #
54657
+ #
54658
+ #
54659
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail
54660
+ # @return [String]
54661
+ #
54563
54662
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ProvisionPublicIpv4PoolCidrRequest AWS API Documentation
54564
54663
  #
54565
54664
  class ProvisionPublicIpv4PoolCidrRequest < Struct.new(
54566
54665
  :dry_run,
54567
54666
  :ipam_pool_id,
54568
54667
  :pool_id,
54569
- :netmask_length)
54668
+ :netmask_length,
54669
+ :network_border_group)
54570
54670
  SENSITIVE = []
54571
54671
  include Aws::Structure
54572
54672
  end
@@ -59105,16 +59205,14 @@ module Aws::EC2
59105
59205
  # @return [String]
59106
59206
  #
59107
59207
  # @!attribute [rw] user_data
59108
- # The user data script to make available to the instance. For more
59109
- # information, see [Run commands on your Amazon EC2 instance at
59110
- # launch][1] in the *Amazon EC2 User Guide*. If you are using a
59111
- # command line tool, base64-encoding is performed for you, and you can
59112
- # load the text from a file. Otherwise, you must provide
59113
- # base64-encoded text. User data is limited to 16 KB.
59208
+ # The user data to make available to the instance. User data must be
59209
+ # base64-encoded. Depending on the tool or SDK that you're using, the
59210
+ # base64-encoding might be performed for you. For more information,
59211
+ # see [Work with instance user data][1].
59114
59212
  #
59115
59213
  #
59116
59214
  #
59117
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
59215
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html
59118
59216
  # @return [String]
59119
59217
  #
59120
59218
  # @!attribute [rw] additional_info
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.463.0'
79
+ GEM_VERSION = '1.465.0'
80
80
 
81
81
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
@@ -2816,7 +2817,8 @@ module Aws
2816
2817
  },
2817
2818
  ]?
2818
2819
  },
2819
- ]
2820
+ ],
2821
+ ?network_border_group: ::String
2820
2822
  ) -> _CreatePublicIpv4PoolResponseSuccess
2821
2823
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePublicIpv4PoolResponseSuccess
2822
2824
 
@@ -4372,7 +4374,8 @@ module Aws
4372
4374
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#delete_public_ipv_4_pool-instance_method
4373
4375
  def delete_public_ipv_4_pool: (
4374
4376
  ?dry_run: bool,
4375
- pool_id: ::String
4377
+ pool_id: ::String,
4378
+ ?network_border_group: ::String
4376
4379
  ) -> _DeletePublicIpv4PoolResponseSuccess
4377
4380
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePublicIpv4PoolResponseSuccess
4378
4381
 
@@ -10135,7 +10138,7 @@ module Aws
10135
10138
  ?group_name: ::String,
10136
10139
  ?host_id: ::String,
10137
10140
  instance_id: ::String,
10138
- ?tenancy: ("dedicated" | "host"),
10141
+ ?tenancy: ("default" | "dedicated" | "host"),
10139
10142
  ?partition_number: ::Integer,
10140
10143
  ?host_resource_group_arn: ::String,
10141
10144
  ?group_id: ::String
@@ -11192,7 +11195,8 @@ module Aws
11192
11195
  ?dry_run: bool,
11193
11196
  ipam_pool_id: ::String,
11194
11197
  pool_id: ::String,
11195
- netmask_length: ::Integer
11198
+ netmask_length: ::Integer,
11199
+ ?network_border_group: ::String
11196
11200
  ) -> _ProvisionPublicIpv4PoolCidrResponseSuccess
11197
11201
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ProvisionPublicIpv4PoolCidrResponseSuccess
11198
11202
 
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/types.rbs CHANGED
@@ -2265,6 +2265,7 @@ module Aws::EC2
2265
2265
  class CreatePublicIpv4PoolRequest
2266
2266
  attr_accessor dry_run: bool
2267
2267
  attr_accessor tag_specifications: ::Array[Types::TagSpecification]
2268
+ attr_accessor network_border_group: ::String
2268
2269
  SENSITIVE: []
2269
2270
  end
2270
2271
 
@@ -3439,6 +3440,7 @@ module Aws::EC2
3439
3440
  class DeletePublicIpv4PoolRequest
3440
3441
  attr_accessor dry_run: bool
3441
3442
  attr_accessor pool_id: ::String
3443
+ attr_accessor network_border_group: ::String
3442
3444
  SENSITIVE: []
3443
3445
  end
3444
3446
 
@@ -9373,7 +9375,9 @@ module Aws::EC2
9373
9375
  attr_accessor resource_tags: ::Array[Types::IpamResourceTag]
9374
9376
  attr_accessor ip_usage: ::Float
9375
9377
  attr_accessor vpc_id: ::String
9378
+ attr_accessor network_interface_attachment_status: ("available" | "in-use")
9376
9379
  attr_accessor sample_time: ::Time
9380
+ attr_accessor availability_zone_id: ::String
9377
9381
  SENSITIVE: []
9378
9382
  end
9379
9383
 
@@ -9491,6 +9495,7 @@ module Aws::EC2
9491
9495
  attr_accessor management_state: ("managed" | "unmanaged" | "ignored")
9492
9496
  attr_accessor overlap_status: ("overlapping" | "nonoverlapping" | "ignored")
9493
9497
  attr_accessor vpc_id: ::String
9498
+ attr_accessor availability_zone_id: ::String
9494
9499
  SENSITIVE: []
9495
9500
  end
9496
9501
 
@@ -10579,7 +10584,7 @@ module Aws::EC2
10579
10584
  attr_accessor group_name: ::String
10580
10585
  attr_accessor host_id: ::String
10581
10586
  attr_accessor instance_id: ::String
10582
- attr_accessor tenancy: ("dedicated" | "host")
10587
+ attr_accessor tenancy: ("default" | "dedicated" | "host")
10583
10588
  attr_accessor partition_number: ::Integer
10584
10589
  attr_accessor host_resource_group_arn: ::String
10585
10590
  attr_accessor group_id: ::String
@@ -12046,6 +12051,7 @@ module Aws::EC2
12046
12051
  attr_accessor ipam_pool_id: ::String
12047
12052
  attr_accessor pool_id: ::String
12048
12053
  attr_accessor netmask_length: ::Integer
12054
+ attr_accessor network_border_group: ::String
12049
12055
  SENSITIVE: []
12050
12056
  end
12051
12057
 
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.463.0
4
+ version: 1.465.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
48
48
  This gem is part of the AWS SDK for Ruby.
49
49
  email: