aws-sdk-ec2 1.311.0 → 1.314.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: cdee2fe1ea3268efe3bd986584736b637531bdfcdaa87c85abb5e8296d11e1eb
4
- data.tar.gz: d47a368a97a128c6620584114012f23947c5038748393157b1b9a09b04407b69
3
+ metadata.gz: ab7b59a7371f2c1f2b5c3560b50e65cc6f4a817d120af50c3b4b64e891edec0c
4
+ data.tar.gz: d2f280d4f22f1bc44d6fa728625b5e1fefd04ba0a848bb8afd554d1bcdc37baf
5
5
  SHA512:
6
- metadata.gz: af1c36a9dedbd14f09ec0c2ab8371a348f015edf4b0500b8cf86993a2add4b13607af9fcd7f1cdbb19f6601c8c8902141ec6b6cc0439bc652080075b89242a59
7
- data.tar.gz: 2c5255b4e425b50840ba2e4744016097b4893f805ec7461ef0eda888af9510b0f77d5619439c633f8c32b7b45f04e7aedc841720672728ecb0493d7ac24c4168
6
+ metadata.gz: 9f020a482a6d5dce57bcd24a7ff91a21c855721eecb4cae2ad46ed92d8a3ff7e7555c1bc38ff7cc82f81a9a4feedd144de7d460286dd1eaf9dc63823682fe234
7
+ data.tar.gz: a3d974724fb48a6721790b38c34a3a2585d0e5b3efbf27c28a5781fb599ec7be9d552a0c34a8d8c063675c26cfad6c0e5856528a3def0ddd613b9d3649d91585
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.314.0 (2022-05-11)
5
+ ------------------
6
+
7
+ * Feature - This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.
8
+
9
+ 1.313.0 (2022-05-10)
10
+ ------------------
11
+
12
+ * Feature - Added support for using NitroTPM and UEFI Secure Boot on EC2 instances.
13
+
14
+ 1.312.0 (2022-05-06)
15
+ ------------------
16
+
17
+ * Feature - Add new state values for IPAMs, IPAM Scopes, and IPAM Pools.
18
+
4
19
  1.311.0 (2022-05-05)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.311.0
1
+ 1.314.0
@@ -6668,7 +6668,7 @@ module Aws::EC2
6668
6668
  # resp.ipam.description #=> String
6669
6669
  # resp.ipam.operating_regions #=> Array
6670
6670
  # resp.ipam.operating_regions[0].region_name #=> String
6671
- # resp.ipam.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
6671
+ # resp.ipam.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
6672
6672
  # resp.ipam.tags #=> Array
6673
6673
  # resp.ipam.tags[0].key #=> String
6674
6674
  # resp.ipam.tags[0].value #=> String
@@ -6846,7 +6846,7 @@ module Aws::EC2
6846
6846
  # resp.ipam_pool.ipam_region #=> String
6847
6847
  # resp.ipam_pool.locale #=> String
6848
6848
  # resp.ipam_pool.pool_depth #=> Integer
6849
- # resp.ipam_pool.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
6849
+ # resp.ipam_pool.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
6850
6850
  # resp.ipam_pool.state_message #=> String
6851
6851
  # resp.ipam_pool.description #=> String
6852
6852
  # resp.ipam_pool.auto_import #=> Boolean
@@ -6950,7 +6950,7 @@ module Aws::EC2
6950
6950
  # resp.ipam_scope.is_default #=> Boolean
6951
6951
  # resp.ipam_scope.description #=> String
6952
6952
  # resp.ipam_scope.pool_count #=> Integer
6953
- # resp.ipam_scope.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
6953
+ # resp.ipam_scope.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
6954
6954
  # resp.ipam_scope.tags #=> Array
6955
6955
  # resp.ipam_scope.tags[0].key #=> String
6956
6956
  # resp.ipam_scope.tags[0].value #=> String
@@ -10595,9 +10595,6 @@ module Aws::EC2
10595
10595
  #
10596
10596
  # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/subnet-cidr-reservation.html
10597
10597
  #
10598
- # @option params [Array<Types::TagSpecification>] :tag_specifications
10599
- # The tags to assign to the subnet CIDR reservation.
10600
- #
10601
10598
  # @option params [required, String] :subnet_id
10602
10599
  # The ID of the subnet.
10603
10600
  #
@@ -10631,6 +10628,9 @@ module Aws::EC2
10631
10628
  # If you have the required permissions, the error response is
10632
10629
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
10633
10630
  #
10631
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
10632
+ # The tags to assign to the subnet CIDR reservation.
10633
+ #
10634
10634
  # @return [Types::CreateSubnetCidrReservationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10635
10635
  #
10636
10636
  # * {Types::CreateSubnetCidrReservationResult#subnet_cidr_reservation #subnet_cidr_reservation} => Types::SubnetCidrReservation
@@ -10638,6 +10638,11 @@ module Aws::EC2
10638
10638
  # @example Request syntax with placeholder values
10639
10639
  #
10640
10640
  # resp = client.create_subnet_cidr_reservation({
10641
+ # subnet_id: "SubnetId", # required
10642
+ # cidr: "String", # required
10643
+ # reservation_type: "prefix", # required, accepts prefix, explicit
10644
+ # description: "String",
10645
+ # dry_run: false,
10641
10646
  # tag_specifications: [
10642
10647
  # {
10643
10648
  # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
@@ -10649,11 +10654,6 @@ module Aws::EC2
10649
10654
  # ],
10650
10655
  # },
10651
10656
  # ],
10652
- # subnet_id: "SubnetId", # required
10653
- # cidr: "String", # required
10654
- # reservation_type: "prefix", # required, accepts prefix, explicit
10655
- # description: "String",
10656
- # dry_run: false,
10657
10657
  # })
10658
10658
  #
10659
10659
  # @example Response structure
@@ -12460,6 +12460,12 @@ module Aws::EC2
12460
12460
  # (Interface endpoint) The ID of one or more security groups to
12461
12461
  # associate with the endpoint network interface.
12462
12462
  #
12463
+ # @option params [String] :ip_address_type
12464
+ # The IP address type for the endpoint.
12465
+ #
12466
+ # @option params [Types::DnsOptionsSpecification] :dns_options
12467
+ # The DNS options for the endpoint.
12468
+ #
12463
12469
  # @option params [String] :client_token
12464
12470
  # Unique, case-sensitive identifier that you provide to ensure the
12465
12471
  # idempotency of the request. For more information, see [How to ensure
@@ -12504,6 +12510,10 @@ module Aws::EC2
12504
12510
  # route_table_ids: ["RouteTableId"],
12505
12511
  # subnet_ids: ["SubnetId"],
12506
12512
  # security_group_ids: ["SecurityGroupId"],
12513
+ # ip_address_type: "ipv4", # accepts ipv4, dualstack, ipv6
12514
+ # dns_options: {
12515
+ # dns_record_ip_type: "ipv4", # accepts ipv4, dualstack, ipv6, service-defined
12516
+ # },
12507
12517
  # client_token: "String",
12508
12518
  # private_dns_enabled: false,
12509
12519
  # tag_specifications: [
@@ -12534,6 +12544,8 @@ module Aws::EC2
12534
12544
  # resp.vpc_endpoint.groups #=> Array
12535
12545
  # resp.vpc_endpoint.groups[0].group_id #=> String
12536
12546
  # resp.vpc_endpoint.groups[0].group_name #=> String
12547
+ # resp.vpc_endpoint.ip_address_type #=> String, one of "ipv4", "dualstack", "ipv6"
12548
+ # resp.vpc_endpoint.dns_options.dns_record_ip_type #=> String, one of "ipv4", "dualstack", "ipv6", "service-defined"
12537
12549
  # resp.vpc_endpoint.private_dns_enabled #=> Boolean
12538
12550
  # resp.vpc_endpoint.requester_managed #=> Boolean
12539
12551
  # resp.vpc_endpoint.network_interface_ids #=> Array
@@ -12682,6 +12694,10 @@ module Aws::EC2
12682
12694
  # The Amazon Resource Names (ARNs) of one or more Gateway Load
12683
12695
  # Balancers.
12684
12696
  #
12697
+ # @option params [Array<String>] :supported_ip_address_types
12698
+ # The supported IP address types. The possible values are `ipv4` and
12699
+ # `ipv6`.
12700
+ #
12685
12701
  # @option params [String] :client_token
12686
12702
  # Unique, case-sensitive identifier that you provide to ensure the
12687
12703
  # idempotency of the request. For more information, see [How to ensure
@@ -12707,6 +12723,7 @@ module Aws::EC2
12707
12723
  # private_dns_name: "String",
12708
12724
  # network_load_balancer_arns: ["String"],
12709
12725
  # gateway_load_balancer_arns: ["String"],
12726
+ # supported_ip_address_types: ["String"],
12710
12727
  # client_token: "String",
12711
12728
  # tag_specifications: [
12712
12729
  # {
@@ -12736,6 +12753,8 @@ module Aws::EC2
12736
12753
  # resp.service_configuration.network_load_balancer_arns[0] #=> String
12737
12754
  # resp.service_configuration.gateway_load_balancer_arns #=> Array
12738
12755
  # resp.service_configuration.gateway_load_balancer_arns[0] #=> String
12756
+ # resp.service_configuration.supported_ip_address_types #=> Array
12757
+ # resp.service_configuration.supported_ip_address_types[0] #=> String, one of "ipv4", "ipv6"
12739
12758
  # resp.service_configuration.base_endpoint_dns_names #=> Array
12740
12759
  # resp.service_configuration.base_endpoint_dns_names[0] #=> String
12741
12760
  # resp.service_configuration.private_dns_name #=> String
@@ -13760,7 +13779,7 @@ module Aws::EC2
13760
13779
  # resp.ipam.description #=> String
13761
13780
  # resp.ipam.operating_regions #=> Array
13762
13781
  # resp.ipam.operating_regions[0].region_name #=> String
13763
- # resp.ipam.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
13782
+ # resp.ipam.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
13764
13783
  # resp.ipam.tags #=> Array
13765
13784
  # resp.ipam.tags[0].key #=> String
13766
13785
  # resp.ipam.tags[0].value #=> String
@@ -13824,7 +13843,7 @@ module Aws::EC2
13824
13843
  # resp.ipam_pool.ipam_region #=> String
13825
13844
  # resp.ipam_pool.locale #=> String
13826
13845
  # resp.ipam_pool.pool_depth #=> Integer
13827
- # resp.ipam_pool.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
13846
+ # resp.ipam_pool.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
13828
13847
  # resp.ipam_pool.state_message #=> String
13829
13848
  # resp.ipam_pool.description #=> String
13830
13849
  # resp.ipam_pool.auto_import #=> Boolean
@@ -13887,7 +13906,7 @@ module Aws::EC2
13887
13906
  # resp.ipam_scope.is_default #=> Boolean
13888
13907
  # resp.ipam_scope.description #=> String
13889
13908
  # resp.ipam_scope.pool_count #=> Integer
13890
- # resp.ipam_scope.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
13909
+ # resp.ipam_scope.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
13891
13910
  # resp.ipam_scope.tags #=> Array
13892
13911
  # resp.ipam_scope.tags[0].key #=> String
13893
13912
  # resp.ipam_scope.tags[0].value #=> String
@@ -20130,6 +20149,8 @@ module Aws::EC2
20130
20149
  # * {Types::ImageAttribute#ramdisk_id #ramdisk_id} => Types::AttributeValue
20131
20150
  # * {Types::ImageAttribute#sriov_net_support #sriov_net_support} => Types::AttributeValue
20132
20151
  # * {Types::ImageAttribute#boot_mode #boot_mode} => Types::AttributeValue
20152
+ # * {Types::ImageAttribute#tpm_support #tpm_support} => Types::AttributeValue
20153
+ # * {Types::ImageAttribute#uefi_data #uefi_data} => Types::AttributeValue
20133
20154
  # * {Types::ImageAttribute#last_launched_time #last_launched_time} => Types::AttributeValue
20134
20155
  #
20135
20156
  #
@@ -20155,7 +20176,7 @@ module Aws::EC2
20155
20176
  # @example Request syntax with placeholder values
20156
20177
  #
20157
20178
  # resp = client.describe_image_attribute({
20158
- # attribute: "description", # required, accepts description, kernel, ramdisk, launchPermission, productCodes, blockDeviceMapping, sriovNetSupport, bootMode, lastLaunchedTime
20179
+ # attribute: "description", # required, accepts description, kernel, ramdisk, launchPermission, productCodes, blockDeviceMapping, sriovNetSupport, bootMode, tpmSupport, uefiData, lastLaunchedTime
20159
20180
  # image_id: "ImageId", # required
20160
20181
  # dry_run: false,
20161
20182
  # })
@@ -20189,6 +20210,8 @@ module Aws::EC2
20189
20210
  # resp.ramdisk_id #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
20190
20211
  # resp.sriov_net_support #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
20191
20212
  # resp.boot_mode #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
20213
+ # resp.tpm_support #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
20214
+ # resp.uefi_data #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
20192
20215
  # resp.last_launched_time #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
20193
20216
  #
20194
20217
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImageAttribute AWS API Documentation
@@ -20469,6 +20492,7 @@ module Aws::EC2
20469
20492
  # resp.images[0].tags[0].value #=> String
20470
20493
  # resp.images[0].virtualization_type #=> String, one of "hvm", "paravirtual"
20471
20494
  # resp.images[0].boot_mode #=> String, one of "legacy-bios", "uefi"
20495
+ # resp.images[0].tpm_support #=> String, one of "v2.0"
20472
20496
  # resp.images[0].deprecation_time #=> String
20473
20497
  #
20474
20498
  #
@@ -22186,6 +22210,7 @@ module Aws::EC2
22186
22210
  # resp.reservations[0].instances[0].private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
22187
22211
  # resp.reservations[0].instances[0].private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
22188
22212
  # resp.reservations[0].instances[0].ipv_6_address #=> String
22213
+ # resp.reservations[0].instances[0].tpm_support #=> String
22189
22214
  # resp.reservations[0].instances[0].maintenance_options.auto_recovery #=> String, one of "disabled", "default"
22190
22215
  # resp.reservations[0].owner_id #=> String
22191
22216
  # resp.reservations[0].requester_id #=> String
@@ -22397,7 +22422,7 @@ module Aws::EC2
22397
22422
  # resp.ipam_pools[0].ipam_region #=> String
22398
22423
  # resp.ipam_pools[0].locale #=> String
22399
22424
  # resp.ipam_pools[0].pool_depth #=> Integer
22400
- # resp.ipam_pools[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
22425
+ # resp.ipam_pools[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
22401
22426
  # resp.ipam_pools[0].state_message #=> String
22402
22427
  # resp.ipam_pools[0].description #=> String
22403
22428
  # resp.ipam_pools[0].auto_import #=> Boolean
@@ -22483,7 +22508,7 @@ module Aws::EC2
22483
22508
  # resp.ipam_scopes[0].is_default #=> Boolean
22484
22509
  # resp.ipam_scopes[0].description #=> String
22485
22510
  # resp.ipam_scopes[0].pool_count #=> Integer
22486
- # resp.ipam_scopes[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
22511
+ # resp.ipam_scopes[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
22487
22512
  # resp.ipam_scopes[0].tags #=> Array
22488
22513
  # resp.ipam_scopes[0].tags[0].key #=> String
22489
22514
  # resp.ipam_scopes[0].tags[0].value #=> String
@@ -22562,7 +22587,7 @@ module Aws::EC2
22562
22587
  # resp.ipams[0].description #=> String
22563
22588
  # resp.ipams[0].operating_regions #=> Array
22564
22589
  # resp.ipams[0].operating_regions[0].region_name #=> String
22565
- # resp.ipams[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
22590
+ # resp.ipams[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
22566
22591
  # resp.ipams[0].tags #=> Array
22567
22592
  # resp.ipams[0].tags[0].key #=> String
22568
22593
  # resp.ipams[0].tags[0].value #=> String
@@ -31318,6 +31343,8 @@ module Aws::EC2
31318
31343
  # @option params [Array<Types::Filter>] :filters
31319
31344
  # One or more filters.
31320
31345
  #
31346
+ # * `ip-address-type` - The IP address type (`ipv4` \| `ipv6`).
31347
+ #
31321
31348
  # * `service-id` - The ID of the service.
31322
31349
  #
31323
31350
  # * `vpc-endpoint-owner` - The ID of the Amazon Web Services account ID
@@ -31375,6 +31402,7 @@ module Aws::EC2
31375
31402
  # resp.vpc_endpoint_connections[0].network_load_balancer_arns[0] #=> String
31376
31403
  # resp.vpc_endpoint_connections[0].gateway_load_balancer_arns #=> Array
31377
31404
  # resp.vpc_endpoint_connections[0].gateway_load_balancer_arns[0] #=> String
31405
+ # resp.vpc_endpoint_connections[0].ip_address_type #=> String, one of "ipv4", "dualstack", "ipv6"
31378
31406
  # resp.next_token #=> String
31379
31407
  #
31380
31408
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpointConnections AWS API Documentation
@@ -31408,6 +31436,9 @@ module Aws::EC2
31408
31436
  # * `service-state` - The state of the service (`Pending` \| `Available`
31409
31437
  # \| `Deleting` \| `Deleted` \| `Failed`).
31410
31438
  #
31439
+ # * `supported-ip-address-types` - The IP address type (`ipv4` \|
31440
+ # `ipv6`).
31441
+ #
31411
31442
  # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
31412
31443
  # the resource. Use the tag key in the filter name and the tag value
31413
31444
  # as the filter value. For example, to find all resources that have a
@@ -31466,6 +31497,8 @@ module Aws::EC2
31466
31497
  # resp.service_configurations[0].network_load_balancer_arns[0] #=> String
31467
31498
  # resp.service_configurations[0].gateway_load_balancer_arns #=> Array
31468
31499
  # resp.service_configurations[0].gateway_load_balancer_arns[0] #=> String
31500
+ # resp.service_configurations[0].supported_ip_address_types #=> Array
31501
+ # resp.service_configurations[0].supported_ip_address_types[0] #=> String, one of "ipv4", "ipv6"
31469
31502
  # resp.service_configurations[0].base_endpoint_dns_names #=> Array
31470
31503
  # resp.service_configurations[0].base_endpoint_dns_names[0] #=> String
31471
31504
  # resp.service_configurations[0].private_dns_name #=> String
@@ -31582,6 +31615,9 @@ module Aws::EC2
31582
31615
  #
31583
31616
  # * `service-type` - The type of service (`Interface` \| `Gateway`).
31584
31617
  #
31618
+ # * `supported-ip-address-types` - The IP address type (`ipv4` \|
31619
+ # `ipv6`).
31620
+ #
31585
31621
  # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
31586
31622
  # the resource. Use the tag key in the filter name and the tag value
31587
31623
  # as the filter value. For example, to find all resources that have a
@@ -31650,6 +31686,8 @@ module Aws::EC2
31650
31686
  # resp.service_details[0].tags[0].key #=> String
31651
31687
  # resp.service_details[0].tags[0].value #=> String
31652
31688
  # resp.service_details[0].private_dns_name_verification_state #=> String, one of "pendingVerification", "verified", "failed"
31689
+ # resp.service_details[0].supported_ip_address_types #=> Array
31690
+ # resp.service_details[0].supported_ip_address_types[0] #=> String, one of "ipv4", "ipv6"
31653
31691
  # resp.next_token #=> String
31654
31692
  #
31655
31693
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpointServices AWS API Documentation
@@ -31675,6 +31713,8 @@ module Aws::EC2
31675
31713
  # @option params [Array<Types::Filter>] :filters
31676
31714
  # One or more filters.
31677
31715
  #
31716
+ # * `ip-address-type` - The IP address type (`ipv4` \| `ipv6`).
31717
+ #
31678
31718
  # * `service-name` - The name of the service.
31679
31719
  #
31680
31720
  # * `vpc-id` - The ID of the VPC in which the endpoint resides.
@@ -31748,6 +31788,8 @@ module Aws::EC2
31748
31788
  # resp.vpc_endpoints[0].groups #=> Array
31749
31789
  # resp.vpc_endpoints[0].groups[0].group_id #=> String
31750
31790
  # resp.vpc_endpoints[0].groups[0].group_name #=> String
31791
+ # resp.vpc_endpoints[0].ip_address_type #=> String, one of "ipv4", "dualstack", "ipv6"
31792
+ # resp.vpc_endpoints[0].dns_options.dns_record_ip_type #=> String, one of "ipv4", "dualstack", "ipv6", "service-defined"
31751
31793
  # resp.vpc_endpoints[0].private_dns_enabled #=> Boolean
31752
31794
  # resp.vpc_endpoints[0].requester_managed #=> Boolean
31753
31795
  # resp.vpc_endpoints[0].network_interface_ids #=> Array
@@ -35266,6 +35308,62 @@ module Aws::EC2
35266
35308
  req.send_request(options)
35267
35309
  end
35268
35310
 
35311
+ # A binary representation of the UEFI variable store. Only non-volatile
35312
+ # variables are stored. This is a base64 encoded and zlib compressed
35313
+ # binary value that must be properly encoded.
35314
+ #
35315
+ # When you use [register-image][1] to create an AMI, you can create an
35316
+ # exact copy of your variable store by passing the UEFI data in the
35317
+ # `UefiData` parameter. You can modify the UEFI data by using the
35318
+ # [python-uefivars tool][2] on GitHub. You can use the tool to convert
35319
+ # the UEFI data into a human-readable format (JSON), which you can
35320
+ # inspect and modify, and then convert back into the binary format to
35321
+ # use with register-image.
35322
+ #
35323
+ # For more information, see [UEFI Secure Boot][3] in the *Amazon EC2
35324
+ # User Guide*.
35325
+ #
35326
+ #
35327
+ #
35328
+ # [1]: https://docs.aws.amazon.com/cli/latest/reference/ec2/register-image.html
35329
+ # [2]: https://github.com/awslabs/python-uefivars
35330
+ # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html
35331
+ #
35332
+ # @option params [required, String] :instance_id
35333
+ # The ID of the instance from which to retrieve the UEFI data.
35334
+ #
35335
+ # @option params [Boolean] :dry_run
35336
+ # Checks whether you have the required permissions for the action,
35337
+ # without actually making the request, and provides an error response.
35338
+ # If you have the required permissions, the error response is
35339
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
35340
+ #
35341
+ # @return [Types::GetInstanceUefiDataResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
35342
+ #
35343
+ # * {Types::GetInstanceUefiDataResult#instance_id #instance_id} => String
35344
+ # * {Types::GetInstanceUefiDataResult#uefi_data #uefi_data} => String
35345
+ #
35346
+ # @example Request syntax with placeholder values
35347
+ #
35348
+ # resp = client.get_instance_uefi_data({
35349
+ # instance_id: "InstanceId", # required
35350
+ # dry_run: false,
35351
+ # })
35352
+ #
35353
+ # @example Response structure
35354
+ #
35355
+ # resp.instance_id #=> String
35356
+ # resp.uefi_data #=> String
35357
+ #
35358
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetInstanceUefiData AWS API Documentation
35359
+ #
35360
+ # @overload get_instance_uefi_data(params = {})
35361
+ # @param [Hash] params ({})
35362
+ def get_instance_uefi_data(params = {}, options = {})
35363
+ req = build_request(:get_instance_uefi_data, params)
35364
+ req.send_request(options)
35365
+ end
35366
+
35269
35367
  # Retrieve historical information about a CIDR within an IPAM scope. For
35270
35368
  # more information, see [View the history of IP
35271
35369
  # addresses](/vpc/latest/ipam/view-history-cidr-ipam.html) in the
@@ -39958,7 +40056,7 @@ module Aws::EC2
39958
40056
  # resp.ipam.description #=> String
39959
40057
  # resp.ipam.operating_regions #=> Array
39960
40058
  # resp.ipam.operating_regions[0].region_name #=> String
39961
- # resp.ipam.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
40059
+ # resp.ipam.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
39962
40060
  # resp.ipam.tags #=> Array
39963
40061
  # resp.ipam.tags[0].key #=> String
39964
40062
  # resp.ipam.tags[0].value #=> String
@@ -40075,7 +40173,7 @@ module Aws::EC2
40075
40173
  # resp.ipam_pool.ipam_region #=> String
40076
40174
  # resp.ipam_pool.locale #=> String
40077
40175
  # resp.ipam_pool.pool_depth #=> Integer
40078
- # resp.ipam_pool.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
40176
+ # resp.ipam_pool.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
40079
40177
  # resp.ipam_pool.state_message #=> String
40080
40178
  # resp.ipam_pool.description #=> String
40081
40179
  # resp.ipam_pool.auto_import #=> Boolean
@@ -40221,7 +40319,7 @@ module Aws::EC2
40221
40319
  # resp.ipam_scope.is_default #=> Boolean
40222
40320
  # resp.ipam_scope.description #=> String
40223
40321
  # resp.ipam_scope.pool_count #=> Integer
40224
- # resp.ipam_scope.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
40322
+ # resp.ipam_scope.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress"
40225
40323
  # resp.ipam_scope.tags #=> Array
40226
40324
  # resp.ipam_scope.tags[0].key #=> String
40227
40325
  # resp.ipam_scope.tags[0].value #=> String
@@ -41996,6 +42094,12 @@ module Aws::EC2
41996
42094
  # (Interface endpoint) One or more security group IDs to disassociate
41997
42095
  # from the network interface.
41998
42096
  #
42097
+ # @option params [String] :ip_address_type
42098
+ # The IP address type for the endpoint.
42099
+ #
42100
+ # @option params [Types::DnsOptionsSpecification] :dns_options
42101
+ # The DNS options for the endpoint.
42102
+ #
41999
42103
  # @option params [Boolean] :private_dns_enabled
42000
42104
  # (Interface endpoint) Indicates whether a private hosted zone is
42001
42105
  # associated with the VPC.
@@ -42017,6 +42121,10 @@ module Aws::EC2
42017
42121
  # remove_subnet_ids: ["SubnetId"],
42018
42122
  # add_security_group_ids: ["SecurityGroupId"],
42019
42123
  # remove_security_group_ids: ["SecurityGroupId"],
42124
+ # ip_address_type: "ipv4", # accepts ipv4, dualstack, ipv6
42125
+ # dns_options: {
42126
+ # dns_record_ip_type: "ipv4", # accepts ipv4, dualstack, ipv6, service-defined
42127
+ # },
42020
42128
  # private_dns_enabled: false,
42021
42129
  # })
42022
42130
  #
@@ -42125,6 +42233,12 @@ module Aws::EC2
42125
42233
  # The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove
42126
42234
  # from your service configuration.
42127
42235
  #
42236
+ # @option params [Array<String>] :add_supported_ip_address_types
42237
+ # The IP address types to add to your service configuration.
42238
+ #
42239
+ # @option params [Array<String>] :remove_supported_ip_address_types
42240
+ # The IP address types to remove from your service configuration.
42241
+ #
42128
42242
  # @return [Types::ModifyVpcEndpointServiceConfigurationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
42129
42243
  #
42130
42244
  # * {Types::ModifyVpcEndpointServiceConfigurationResult#return #return} => Boolean
@@ -42141,6 +42255,8 @@ module Aws::EC2
42141
42255
  # remove_network_load_balancer_arns: ["String"],
42142
42256
  # add_gateway_load_balancer_arns: ["String"],
42143
42257
  # remove_gateway_load_balancer_arns: ["String"],
42258
+ # add_supported_ip_address_types: ["String"],
42259
+ # remove_supported_ip_address_types: ["String"],
42144
42260
  # })
42145
42261
  #
42146
42262
  # @example Response structure
@@ -43789,6 +43905,28 @@ module Aws::EC2
43789
43905
  #
43790
43906
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html
43791
43907
  #
43908
+ # @option params [String] :tpm_support
43909
+ # Set to `v2.0` to enable Trusted Platform Module (TPM) support. For
43910
+ # more information, see [NitroTPM][1] in the *Amazon Elastic Compute
43911
+ # Cloud User Guide*.
43912
+ #
43913
+ #
43914
+ #
43915
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html
43916
+ #
43917
+ # @option params [String] :uefi_data
43918
+ # Base64 representation of the non-volatile UEFI variable store. To
43919
+ # retrieve the UEFI data, use the [GetInstanceUefiData][1] command. You
43920
+ # can inspect and modify the UEFI data by using the [python-uefivars
43921
+ # tool][2] on GitHub. For more information, see [UEFI Secure Boot][3] in
43922
+ # the *Amazon Elastic Compute Cloud User Guide*.
43923
+ #
43924
+ #
43925
+ #
43926
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData
43927
+ # [2]: https://github.com/awslabs/python-uefivars
43928
+ # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html
43929
+ #
43792
43930
  # @return [Types::RegisterImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
43793
43931
  #
43794
43932
  # * {Types::RegisterImageResult#image_id #image_id} => String
@@ -43827,6 +43965,8 @@ module Aws::EC2
43827
43965
  # sriov_net_support: "String",
43828
43966
  # virtualization_type: "String",
43829
43967
  # boot_mode: "legacy-bios", # accepts legacy-bios, uefi
43968
+ # tpm_support: "v2.0", # accepts v2.0
43969
+ # uefi_data: "StringType",
43830
43970
  # })
43831
43971
  #
43832
43972
  # @example Response structure
@@ -47604,6 +47744,7 @@ module Aws::EC2
47604
47744
  # resp.instances[0].private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
47605
47745
  # resp.instances[0].private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
47606
47746
  # resp.instances[0].ipv_6_address #=> String
47747
+ # resp.instances[0].tpm_support #=> String
47607
47748
  # resp.instances[0].maintenance_options.auto_recovery #=> String, one of "disabled", "default"
47608
47749
  # resp.owner_id #=> String
47609
47750
  # resp.requester_id #=> String
@@ -49514,7 +49655,7 @@ module Aws::EC2
49514
49655
  params: params,
49515
49656
  config: config)
49516
49657
  context[:gem_name] = 'aws-sdk-ec2'
49517
- context[:gem_version] = '1.311.0'
49658
+ context[:gem_version] = '1.314.0'
49518
49659
  Seahorse::Client::Request.new(handlers, context)
49519
49660
  end
49520
49661