aws-sdk-ec2 1.257.0 → 1.261.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: 3e6da0b3e9e7cfea1df9ef053891dae2aa23b3fe965ef209012066cc9d8408a9
4
- data.tar.gz: '089362c8f10be01541c764280aa1aa1d1a323eb6df368bfad58bfab55a6f5433'
3
+ metadata.gz: f960da62a1d4dfbacf54af9d9eca7b8070094751df71cf502229b54c18038e10
4
+ data.tar.gz: 2fe535c10a6028802f2f16bbb0185c33bacaeb1a1d7a3c6f99a58d585e1f17c1
5
5
  SHA512:
6
- metadata.gz: ecf59e98f54aa80fc51d4550fe6058f04eb86bd6399731c7ee387a750d6891352c702a49d1dfb106ea042abea2f1fd9f339e7dc443cbe33caeb26862f3a0e722
7
- data.tar.gz: 61337c3a2452c574bfc124b061f221febf63ac1e1cb06347311a5e2406dac926503a7f29d125f67356d34d98cffe7d48cd994e4569c3e049babae7142f99eb19
6
+ metadata.gz: 94480c89036f5a1ca2433f4f9ab9ab1311937f7e183d3605d19b9d875b6a9f858bdbab3d8698f814a71e9bde0dc65af6ec3d41d997c3311d7b289e85348fedc2
7
+ data.tar.gz: fc2df9c40a8aca3c11968d6aeb78d68ab8a6b2a8634554feea05d3bc1c46afd65f269157dc05f960c91316dd782e37ec0f1d5a84b8492e8d2cc612e65fcbe9ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.261.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Added LaunchTemplate support for the IMDS IPv6 endpoint
8
+
9
+ 1.260.0 (2021-08-27)
10
+ ------------------
11
+
12
+ * Feature - This release adds the BootMode flag to the ImportImage API and showing the detected BootMode of an ImportImage task.
13
+
14
+ 1.259.0 (2021-08-26)
15
+ ------------------
16
+
17
+ * Feature - Support added for resizing VPC prefix lists
18
+
19
+ 1.258.0 (2021-08-25)
20
+ ------------------
21
+
22
+ * Feature - Support added for IMDS IPv6 endpoint
23
+
4
24
  1.257.0 (2021-08-20)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.257.0
1
+ 1.261.0
@@ -1044,13 +1044,14 @@ module Aws::EC2
1044
1044
  #
1045
1045
  # You can optionally use Prefix Delegation on the network interface. You
1046
1046
  # must specify either the IPV6 Prefix Delegation prefixes, or the IPv6
1047
- # Prefix Delegation count. For information, see [Prefix Delegation][2]
1048
- # in the *Amazon Elastic Compute Cloud User Guide*.
1047
+ # Prefix Delegation count. For information, see [ Assigning prefixes to
1048
+ # Amazon EC2 network interfaces][2] in the *Amazon Elastic Compute Cloud
1049
+ # User Guide*.
1049
1050
  #
1050
1051
  #
1051
1052
  #
1052
1053
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
1053
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-delegation
1054
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html
1054
1055
  #
1055
1056
  # @option params [Integer] :ipv_6_address_count
1056
1057
  # The number of additional IPv6 addresses to assign to the network
@@ -1066,14 +1067,13 @@ module Aws::EC2
1066
1067
  # of IPv6 addresses.
1067
1068
  #
1068
1069
  # @option params [Integer] :ipv_6_prefix_count
1069
- # The number of IPv6 Prefix Delegation prefixes that AWS automatically
1070
+ # The number of IPv6 prefixes that Amazon Web Services automatically
1070
1071
  # assigns to the network interface. You cannot use this option if you
1071
1072
  # use the `Ipv6Prefixes` option.
1072
1073
  #
1073
1074
  # @option params [Array<String>] :ipv_6_prefixes
1074
- # One or more IPv6 Prefix Delegation prefixes assigned to the network
1075
- # interface. You cannot use this option if you use the `Ipv6PrefixCount`
1076
- # option.
1075
+ # One or more IPv6 prefixes assigned to the network interface. You
1076
+ # cannot use this option if you use the `Ipv6PrefixCount` option.
1077
1077
  #
1078
1078
  # @option params [required, String] :network_interface_id
1079
1079
  # The ID of the network interface.
@@ -1137,14 +1137,15 @@ module Aws::EC2
1137
1137
  #
1138
1138
  # You can optionally use Prefix Delegation on the network interface. You
1139
1139
  # must specify either the IPv4 Prefix Delegation prefixes, or the IPv4
1140
- # Prefix Delegation count. For information, see [Prefix Delegation][3]
1141
- # in the *Amazon Elastic Compute Cloud User Guide*.
1140
+ # Prefix Delegation count. For information, see [ Assigning prefixes to
1141
+ # Amazon EC2 network interfaces][3] in the *Amazon Elastic Compute Cloud
1142
+ # User Guide*.
1142
1143
  #
1143
1144
  #
1144
1145
  #
1145
1146
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
1146
1147
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html
1147
- # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-delegation
1148
+ # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html
1148
1149
  #
1149
1150
  # @option params [Boolean] :allow_reassignment
1150
1151
  # Indicates whether to allow an IP address that is already assigned to
@@ -1168,12 +1169,11 @@ module Aws::EC2
1168
1169
  # private IP addresses.
1169
1170
  #
1170
1171
  # @option params [Array<String>] :ipv_4_prefixes
1171
- # One or more IPv4 Prefix Delegation prefixes assigned to the network
1172
- # interface. You cannot use this option if you use the `Ipv4PrefixCount`
1173
- # option.
1172
+ # One or more IPv4 prefixes assigned to the network interface. You
1173
+ # cannot use this option if you use the `Ipv4PrefixCount` option.
1174
1174
  #
1175
1175
  # @option params [Integer] :ipv_4_prefix_count
1176
- # The number of IPv4 Prefix Delegation prefixes that AWS automatically
1176
+ # The number of IPv4 prefixes that Amazon Web Services automatically
1177
1177
  # assigns to the network interface. You cannot use this option if you
1178
1178
  # use the `Ipv4 Prefixes` option.
1179
1179
  #
@@ -1946,6 +1946,11 @@ module Aws::EC2
1946
1946
  req.send_request(options)
1947
1947
  end
1948
1948
 
1949
+ # <note markdown="1"> This API action is currently in **limited preview only**. If you are
1950
+ # interested in using this feature, contact your account manager.
1951
+ #
1952
+ # </note>
1953
+ #
1949
1954
  # Associates a branch network interface with a trunk network interface.
1950
1955
  #
1951
1956
  # Before you create the association, run the
@@ -1954,13 +1959,9 @@ module Aws::EC2
1954
1959
  # network interface that you want to associate with the trunk network
1955
1960
  # interface.
1956
1961
  #
1957
- # For more information, see [ Network interface trunking][2] in the
1958
- # *Amazon Elastic Compute Cloud User Guide*.
1959
- #
1960
1962
  #
1961
1963
  #
1962
1964
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html
1963
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/eni-trunking.html
1964
1965
  #
1965
1966
  # @option params [required, String] :branch_interface_id
1966
1967
  # The ID of the branch network interface.
@@ -6360,6 +6361,7 @@ module Aws::EC2
6360
6361
  # http_tokens: "optional", # accepts optional, required
6361
6362
  # http_put_response_hop_limit: 1,
6362
6363
  # http_endpoint: "disabled", # accepts disabled, enabled
6364
+ # http_protocol_ipv_6: "disabled", # accepts disabled, enabled
6363
6365
  # },
6364
6366
  # enclave_options: {
6365
6367
  # enabled: false,
@@ -6658,6 +6660,7 @@ module Aws::EC2
6658
6660
  # http_tokens: "optional", # accepts optional, required
6659
6661
  # http_put_response_hop_limit: 1,
6660
6662
  # http_endpoint: "disabled", # accepts disabled, enabled
6663
+ # http_protocol_ipv_6: "disabled", # accepts disabled, enabled
6661
6664
  # },
6662
6665
  # enclave_options: {
6663
6666
  # enabled: false,
@@ -6765,6 +6768,7 @@ module Aws::EC2
6765
6768
  # resp.launch_template_version.launch_template_data.metadata_options.http_tokens #=> String, one of "optional", "required"
6766
6769
  # resp.launch_template_version.launch_template_data.metadata_options.http_put_response_hop_limit #=> Integer
6767
6770
  # resp.launch_template_version.launch_template_data.metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
6771
+ # resp.launch_template_version.launch_template_data.metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
6768
6772
  # resp.launch_template_version.launch_template_data.enclave_options.enabled #=> Boolean
6769
6773
  # resp.warning.errors #=> Array
6770
6774
  # resp.warning.errors[0].code #=> String
@@ -7547,22 +7551,20 @@ module Aws::EC2
7547
7551
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
7548
7552
  #
7549
7553
  # @option params [Array<Types::Ipv4PrefixSpecificationRequest>] :ipv_4_prefixes
7550
- # One or moreIPv4 Prefix Delegation prefixes assigned to the network
7551
- # interface. You cannot use this option if you use the `Ipv4PrefixCount`
7552
- # option.
7554
+ # One or more IPv4 prefixes assigned to the network interface. You
7555
+ # cannot use this option if you use the `Ipv4PrefixCount` option.
7553
7556
  #
7554
7557
  # @option params [Integer] :ipv_4_prefix_count
7555
- # The number of IPv4 Prefix Delegation prefixes that AWS automatically
7558
+ # The number of IPv4 prefixes that Amazon Web Services automatically
7556
7559
  # assigns to the network interface. You cannot use this option if you
7557
7560
  # use the `Ipv4 Prefixes` option.
7558
7561
  #
7559
7562
  # @option params [Array<Types::Ipv6PrefixSpecificationRequest>] :ipv_6_prefixes
7560
- # One or moreIPv6 Prefix Delegation prefixes assigned to the network
7561
- # interface. You cannot use this option if you use the `Ipv6PrefixCount`
7562
- # option.
7563
+ # One or more IPv6 prefixes assigned to the network interface. You
7564
+ # cannot use this option if you use the `Ipv6PrefixCount` option.
7563
7565
  #
7564
7566
  # @option params [Integer] :ipv_6_prefix_count
7565
- # The number of IPv6 Prefix Delegation prefixes that AWS automatically
7567
+ # The number of IPv6 prefixes that Amazon Web Services automatically
7566
7568
  # assigns to the network interface. You cannot use this option if you
7567
7569
  # use the `Ipv6Prefixes` option.
7568
7570
  #
@@ -9886,12 +9888,12 @@ module Aws::EC2
9886
9888
  # you can use to establish a connection between a transit gateway and an
9887
9889
  # appliance.
9888
9890
  #
9889
- # A Connect attachment uses an existing VPC or AWS Direct Connect
9890
- # attachment as the underlying transport mechanism.
9891
+ # A Connect attachment uses an existing VPC or Amazon Web Services
9892
+ # Direct Connect attachment as the underlying transport mechanism.
9891
9893
  #
9892
9894
  # @option params [required, String] :transport_transit_gateway_attachment_id
9893
9895
  # The ID of the transit gateway attachment. You can specify a VPC
9894
- # attachment or a AWS Direct Connect attachment.
9896
+ # attachment or Amazon Web Services Direct Connect attachment.
9895
9897
  #
9896
9898
  # @option params [required, Types::CreateTransitGatewayConnectRequestOptions] :options
9897
9899
  # The Connect attachment options.
@@ -10133,7 +10135,8 @@ module Aws::EC2
10133
10135
  # Requests a transit gateway peering attachment between the specified
10134
10136
  # transit gateway (requester) and a peer transit gateway (accepter). The
10135
10137
  # transit gateways must be in different Regions. The peer transit
10136
- # gateway can be in your account or a different AWS account.
10138
+ # gateway can be in your account or a different Amazon Web Services
10139
+ # account.
10137
10140
  #
10138
10141
  # After you create the peering attachment, the owner of the accepter
10139
10142
  # transit gateway must accept the attachment request.
@@ -10146,7 +10149,8 @@ module Aws::EC2
10146
10149
  # attachment.
10147
10150
  #
10148
10151
  # @option params [required, String] :peer_account_id
10149
- # The AWS account ID of the owner of the peer transit gateway.
10152
+ # The ID of the Amazon Web Services account that owns the peer transit
10153
+ # gateway.
10150
10154
  #
10151
10155
  # @option params [required, String] :peer_region
10152
10156
  # The Region where the peer transit gateway is located.
@@ -10811,12 +10815,6 @@ module Aws::EC2
10811
10815
  # [3]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html
10812
10816
  # [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html
10813
10817
  #
10814
- # @option params [required, String] :cidr_block
10815
- # The IPv4 network range for the VPC, in CIDR notation. For example,
10816
- # `10.0.0.0/16`. We modify the specified CIDR block to its canonical
10817
- # form; for example, if you specify `100.68.0.18/18`, we modify it to
10818
- # `100.68.0.0/18`.
10819
- #
10820
10818
  # @option params [Boolean] :amazon_provided_ipv_6_cidr_block
10821
10819
  # Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length
10822
10820
  # for the VPC. You cannot specify the range of IP addresses, or the size
@@ -10861,6 +10859,12 @@ module Aws::EC2
10861
10859
  # @option params [Array<Types::TagSpecification>] :tag_specifications
10862
10860
  # The tags to assign to the VPC.
10863
10861
  #
10862
+ # @option params [required, String] :cidr_block
10863
+ # The IPv4 network range for the VPC, in CIDR notation. For example,
10864
+ # `10.0.0.0/16`. We modify the specified CIDR block to its canonical
10865
+ # form; for example, if you specify `100.68.0.18/18`, we modify it to
10866
+ # `100.68.0.0/18`.
10867
+ #
10864
10868
  # @return [Types::CreateVpcResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10865
10869
  #
10866
10870
  # * {Types::CreateVpcResult#vpc #vpc} => Types::Vpc
@@ -10888,7 +10892,6 @@ module Aws::EC2
10888
10892
  # @example Request syntax with placeholder values
10889
10893
  #
10890
10894
  # resp = client.create_vpc({
10891
- # cidr_block: "String", # required
10892
10895
  # amazon_provided_ipv_6_cidr_block: false,
10893
10896
  # ipv_6_pool: "Ipv6PoolEc2Id",
10894
10897
  # ipv_6_cidr_block: "String",
@@ -10906,6 +10909,7 @@ module Aws::EC2
10906
10909
  # ],
10907
10910
  # },
10908
10911
  # ],
10912
+ # cidr_block: "String", # required
10909
10913
  # })
10910
10914
  #
10911
10915
  # @example Response structure
@@ -18375,6 +18379,7 @@ module Aws::EC2
18375
18379
  # resp.import_image_tasks[0].license_specifications #=> Array
18376
18380
  # resp.import_image_tasks[0].license_specifications[0].license_configuration_arn #=> String
18377
18381
  # resp.import_image_tasks[0].usage_operation #=> String
18382
+ # resp.import_image_tasks[0].boot_mode #=> String, one of "legacy-bios", "uefi"
18378
18383
  # resp.next_token #=> String
18379
18384
  #
18380
18385
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImportImageTasks AWS API Documentation
@@ -19971,6 +19976,7 @@ module Aws::EC2
19971
19976
  # resp.reservations[0].instances[0].metadata_options.http_tokens #=> String, one of "optional", "required"
19972
19977
  # resp.reservations[0].instances[0].metadata_options.http_put_response_hop_limit #=> Integer
19973
19978
  # resp.reservations[0].instances[0].metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
19979
+ # resp.reservations[0].instances[0].metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
19974
19980
  # resp.reservations[0].instances[0].enclave_options.enabled #=> Boolean
19975
19981
  # resp.reservations[0].instances[0].boot_mode #=> String, one of "legacy-bios", "uefi"
19976
19982
  # resp.reservations[0].owner_id #=> String
@@ -20561,6 +20567,7 @@ module Aws::EC2
20561
20567
  # resp.launch_template_versions[0].launch_template_data.metadata_options.http_tokens #=> String, one of "optional", "required"
20562
20568
  # resp.launch_template_versions[0].launch_template_data.metadata_options.http_put_response_hop_limit #=> Integer
20563
20569
  # resp.launch_template_versions[0].launch_template_data.metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
20570
+ # resp.launch_template_versions[0].launch_template_data.metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
20564
20571
  # resp.launch_template_versions[0].launch_template_data.enclave_options.enabled #=> Boolean
20565
20572
  # resp.next_token #=> String
20566
20573
  #
@@ -26594,8 +26601,8 @@ module Aws::EC2
26594
26601
  #
26595
26602
  # * `resource-id` - The ID of the resource.
26596
26603
  #
26597
- # * `resource-owner-id` - The ID of the AWS account that owns the
26598
- # resource.
26604
+ # * `resource-owner-id` - The ID of the Amazon Web Services account that
26605
+ # owns the resource.
26599
26606
  #
26600
26607
  # * `resource-type` - The resource type. Valid values are `vpc` \| `vpn`
26601
26608
  # \| `direct-connect-gateway` \| `peering` \| `connect`.
@@ -26609,8 +26616,8 @@ module Aws::EC2
26609
26616
  #
26610
26617
  # * `transit-gateway-id` - The ID of the transit gateway.
26611
26618
  #
26612
- # * `transit-gateway-owner-id` - The ID of the AWS account that owns the
26613
- # transit gateway.
26619
+ # * `transit-gateway-owner-id` - The ID of the Amazon Web Services
26620
+ # account that owns the transit gateway.
26614
26621
  #
26615
26622
  # @option params [Integer] :max_results
26616
26623
  # The maximum number of results to return with a single call. To
@@ -26928,10 +26935,10 @@ module Aws::EC2
26928
26935
  # * `transit-gateway-attachment-id` - The ID of the transit gateway
26929
26936
  # attachment.
26930
26937
  #
26931
- # * `local-owner-id` - The ID of your AWS account.
26938
+ # * `local-owner-id` - The ID of your Amazon Web Services account.
26932
26939
  #
26933
- # * `remote-owner-id` - The ID of the AWS account in the remote Region
26934
- # that owns the transit gateway.
26940
+ # * `remote-owner-id` - The ID of the Amazon Web Services account in the
26941
+ # remote Region that owns the transit gateway.
26935
26942
  #
26936
26943
  # * `state` - The state of the peering attachment. Valid values are
26937
26944
  # `available` \| `deleted` \| `deleting` \| `failed` \| `failing` \|
@@ -27219,8 +27226,8 @@ module Aws::EC2
27219
27226
  # * `options.vpn-ecmp-support` - Indicates whether Equal Cost Multipath
27220
27227
  # Protocol support is enabled (`enable` \| `disable`).
27221
27228
  #
27222
- # * `owner-id` - The ID of the AWS account that owns the transit
27223
- # gateway.
27229
+ # * `owner-id` - The ID of the Amazon Web Services account that owns the
27230
+ # transit gateway.
27224
27231
  #
27225
27232
  # * `state` - The state of the transit gateway (`available` \| `deleted`
27226
27233
  # \| `deleting` \| `modifying` \| `pending`).
@@ -27297,6 +27304,11 @@ module Aws::EC2
27297
27304
  req.send_request(options)
27298
27305
  end
27299
27306
 
27307
+ # <note markdown="1"> This API action is currently in **limited preview only**. If you are
27308
+ # interested in using this feature, contact your account manager.
27309
+ #
27310
+ # </note>
27311
+ #
27300
27312
  # Describes one or more network interface trunk associations.
27301
27313
  #
27302
27314
  # @option params [Array<String>] :association_ids
@@ -30432,11 +30444,16 @@ module Aws::EC2
30432
30444
  req.send_request(options)
30433
30445
  end
30434
30446
 
30447
+ # <note markdown="1"> This API action is currently in **limited preview only**. If you are
30448
+ # interested in using this feature, contact your account manager.
30449
+ #
30450
+ # </note>
30451
+ #
30435
30452
  # Removes an association between a branch network interface with a trunk
30436
30453
  # network interface.
30437
30454
  #
30438
30455
  # @option params [required, String] :association_id
30439
- # The ID ofthe association
30456
+ # The ID of the association
30440
30457
  #
30441
30458
  # @option params [String] :client_token
30442
30459
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -32086,6 +32103,7 @@ module Aws::EC2
32086
32103
  # resp.launch_template_data.metadata_options.http_tokens #=> String, one of "optional", "required"
32087
32104
  # resp.launch_template_data.metadata_options.http_put_response_hop_limit #=> Integer
32088
32105
  # resp.launch_template_data.metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
32106
+ # resp.launch_template_data.metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
32089
32107
  # resp.launch_template_data.enclave_options.enabled #=> Boolean
32090
32108
  #
32091
32109
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetLaunchTemplateData AWS API Documentation
@@ -33035,6 +33053,9 @@ module Aws::EC2
33035
33053
  #
33036
33054
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html
33037
33055
  #
33056
+ # @option params [String] :boot_mode
33057
+ # The boot mode of the virtual machine.
33058
+ #
33038
33059
  # @return [Types::ImportImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
33039
33060
  #
33040
33061
  # * {Types::ImportImageResult#architecture #architecture} => String
@@ -33103,6 +33124,7 @@ module Aws::EC2
33103
33124
  # },
33104
33125
  # ],
33105
33126
  # usage_operation: "String",
33127
+ # boot_mode: "legacy-bios", # accepts legacy-bios, uefi
33106
33128
  # })
33107
33129
  #
33108
33130
  # @example Response structure
@@ -35162,6 +35184,10 @@ module Aws::EC2
35162
35184
  # If you have the required permissions, the error response is
35163
35185
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
35164
35186
  #
35187
+ # @option params [String] :http_protocol_ipv_6
35188
+ # Enables or disables the IPv6 endpoint for the instance metadata
35189
+ # service.
35190
+ #
35165
35191
  # @return [Types::ModifyInstanceMetadataOptionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
35166
35192
  #
35167
35193
  # * {Types::ModifyInstanceMetadataOptionsResult#instance_id #instance_id} => String
@@ -35175,6 +35201,7 @@ module Aws::EC2
35175
35201
  # http_put_response_hop_limit: 1,
35176
35202
  # http_endpoint: "disabled", # accepts disabled, enabled
35177
35203
  # dry_run: false,
35204
+ # http_protocol_ipv_6: "disabled", # accepts disabled, enabled
35178
35205
  # })
35179
35206
  #
35180
35207
  # @example Response structure
@@ -35184,6 +35211,7 @@ module Aws::EC2
35184
35211
  # resp.instance_metadata_options.http_tokens #=> String, one of "optional", "required"
35185
35212
  # resp.instance_metadata_options.http_put_response_hop_limit #=> Integer
35186
35213
  # resp.instance_metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
35214
+ # resp.instance_metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
35187
35215
  #
35188
35216
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstanceMetadataOptions AWS API Documentation
35189
35217
  #
@@ -35400,6 +35428,11 @@ module Aws::EC2
35400
35428
  # @option params [Array<Types::RemovePrefixListEntry>] :remove_entries
35401
35429
  # One or more entries to remove from the prefix list.
35402
35430
  #
35431
+ # @option params [Integer] :max_entries
35432
+ # The maximum number of entries for the prefix list. You cannot modify
35433
+ # the entries of a prefix list and modify the size of a prefix list at
35434
+ # the same time.
35435
+ #
35403
35436
  # @return [Types::ModifyManagedPrefixListResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
35404
35437
  #
35405
35438
  # * {Types::ModifyManagedPrefixListResult#prefix_list #prefix_list} => Types::ManagedPrefixList
@@ -35422,6 +35455,7 @@ module Aws::EC2
35422
35455
  # cidr: "String", # required
35423
35456
  # },
35424
35457
  # ],
35458
+ # max_entries: 1,
35425
35459
  # })
35426
35460
  #
35427
35461
  # @example Response structure
@@ -36424,10 +36458,6 @@ module Aws::EC2
36424
36458
  # @option params [Types::ModifyTransitGatewayVpcAttachmentRequestOptions] :options
36425
36459
  # The new VPC attachment options.
36426
36460
  #
36427
- # <note markdown="1"> You cannot modify the IPv6 options.
36428
- #
36429
- # </note>
36430
- #
36431
36461
  # @option params [Boolean] :dry_run
36432
36462
  # Checks whether you have the required permissions for the action,
36433
36463
  # without actually making the request, and provides an error response.
@@ -41735,6 +41765,7 @@ module Aws::EC2
41735
41765
  # http_tokens: "optional", # accepts optional, required
41736
41766
  # http_put_response_hop_limit: 1,
41737
41767
  # http_endpoint: "disabled", # accepts disabled, enabled
41768
+ # http_protocol_ipv_6: "disabled", # accepts disabled, enabled
41738
41769
  # },
41739
41770
  # enclave_options: {
41740
41771
  # enabled: false,
@@ -41868,6 +41899,7 @@ module Aws::EC2
41868
41899
  # resp.instances[0].metadata_options.http_tokens #=> String, one of "optional", "required"
41869
41900
  # resp.instances[0].metadata_options.http_put_response_hop_limit #=> Integer
41870
41901
  # resp.instances[0].metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
41902
+ # resp.instances[0].metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
41871
41903
  # resp.instances[0].enclave_options.enabled #=> Boolean
41872
41904
  # resp.instances[0].boot_mode #=> String, one of "legacy-bios", "uefi"
41873
41905
  # resp.owner_id #=> String
@@ -42177,9 +42209,6 @@ module Aws::EC2
42177
42209
  # * `source-type` - The source type. Valid values are `igmp` \|
42178
42210
  # `static`.
42179
42211
  #
42180
- # * `state` - The state of the subnet association. Valid values are
42181
- # `associated` \| `associated` \| `disassociated` \| `disassociating`.
42182
- #
42183
42212
  # * `subnet-id` - The ID of the subnet.
42184
42213
  #
42185
42214
  # * `transit-gateway-attachment-id` - The id of the transit gateway
@@ -43167,8 +43196,7 @@ module Aws::EC2
43167
43196
  # The IPv6 addresses to unassign from the network interface.
43168
43197
  #
43169
43198
  # @option params [Array<String>] :ipv_6_prefixes
43170
- # One or moreIPv6 Prefix Delegation prefixes to unassign from the
43171
- # network interface.
43199
+ # One or more IPv6 prefixes to unassign from the network interface.
43172
43200
  #
43173
43201
  # @option params [required, String] :network_interface_id
43174
43202
  # The ID of the network interface.
@@ -43216,8 +43244,7 @@ module Aws::EC2
43216
43244
  # than one IP address.
43217
43245
  #
43218
43246
  # @option params [Array<String>] :ipv_4_prefixes
43219
- # The IPv4 Prefix Delegation prefixes to unassign from the network
43220
- # interface.
43247
+ # The IPv4 prefixes to unassign from the network interface.
43221
43248
  #
43222
43249
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
43223
43250
  #
@@ -43598,7 +43625,7 @@ module Aws::EC2
43598
43625
  params: params,
43599
43626
  config: config)
43600
43627
  context[:gem_name] = 'aws-sdk-ec2'
43601
- context[:gem_version] = '1.257.0'
43628
+ context[:gem_version] = '1.261.0'
43602
43629
  Seahorse::Client::Request.new(handlers, context)
43603
43630
  end
43604
43631