aws-sdk-ec2 1.467.0 → 1.469.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +332 -16
- data/lib/aws-sdk-ec2/client_api.rb +56 -0
- data/lib/aws-sdk-ec2/endpoints.rb +28 -0
- data/lib/aws-sdk-ec2/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-ec2/resource.rb +3 -3
- data/lib/aws-sdk-ec2/route.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +227 -16
- data/lib/aws-sdk-ec2/vpc.rb +3 -3
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +48 -3
- data/sig/types.rbs +41 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e21ca0d4a8c414edf0b8ee7a21c38e5b65726ec28dc8ce34d71d47706dc95287
|
4
|
+
data.tar.gz: ec33ebfaad5835daa02a1c1197a7842393e8e3cab4d8fab8f89056f0809880ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a915465fa02505cb3844c0a91a441f7a87695e67c7d7d19e33b2e7f0021ab5c3c8f7cf3fe7058dc090a91da294927755decaff2d8cc443e2d88060642ba9d2b
|
7
|
+
data.tar.gz: 5ef2b19b3fd5edada90347f9f4d8bb78ea0feb9c553f6394f017f37ec9b8ae2d72725a0db34fd60c8fbc1b1d7ac3d2bd4523416fb4718edbcf81abaac0557d10
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.469.0 (2024-08-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.
|
8
|
+
|
9
|
+
1.468.0 (2024-08-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage.
|
13
|
+
|
4
14
|
1.467.0 (2024-07-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.469.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -2386,6 +2386,8 @@ module Aws::EC2
|
|
2386
2386
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block #=> String
|
2387
2387
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
2388
2388
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.status_message #=> String
|
2389
|
+
# resp.ipv_6_cidr_block_association.ipv_6_address_attribute #=> String, one of "public", "private"
|
2390
|
+
# resp.ipv_6_cidr_block_association.ip_source #=> String, one of "amazon", "byoip", "none"
|
2389
2391
|
# resp.subnet_id #=> String
|
2390
2392
|
#
|
2391
2393
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateSubnetCidrBlock AWS API Documentation
|
@@ -2742,6 +2744,8 @@ module Aws::EC2
|
|
2742
2744
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.status_message #=> String
|
2743
2745
|
# resp.ipv_6_cidr_block_association.network_border_group #=> String
|
2744
2746
|
# resp.ipv_6_cidr_block_association.ipv_6_pool #=> String
|
2747
|
+
# resp.ipv_6_cidr_block_association.ipv_6_address_attribute #=> String, one of "public", "private"
|
2748
|
+
# resp.ipv_6_cidr_block_association.ip_source #=> String, one of "amazon", "byoip", "none"
|
2745
2749
|
# resp.cidr_block_association.association_id #=> String
|
2746
2750
|
# resp.cidr_block_association.cidr_block #=> String
|
2747
2751
|
# resp.cidr_block_association.cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
@@ -5128,6 +5132,135 @@ module Aws::EC2
|
|
5128
5132
|
req.send_request(options)
|
5129
5133
|
end
|
5130
5134
|
|
5135
|
+
# Create a new Capacity Reservation by splitting the available capacity
|
5136
|
+
# of the source Capacity Reservation. The new Capacity Reservation will
|
5137
|
+
# have the same attributes as the source Capacity Reservation except for
|
5138
|
+
# tags. The source Capacity Reservation must be `active` and owned by
|
5139
|
+
# your Amazon Web Services account.
|
5140
|
+
#
|
5141
|
+
# @option params [Boolean] :dry_run
|
5142
|
+
# Checks whether you have the required permissions for the action,
|
5143
|
+
# without actually making the request, and provides an error response.
|
5144
|
+
# If you have the required permissions, the error response is
|
5145
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
5146
|
+
#
|
5147
|
+
# @option params [String] :client_token
|
5148
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
5149
|
+
# idempotency of the request. For more information, see [Ensure
|
5150
|
+
# Idempotency][1].
|
5151
|
+
#
|
5152
|
+
# **A suitable default value is auto-generated.** You should normally
|
5153
|
+
# not need to pass this option.**
|
5154
|
+
#
|
5155
|
+
#
|
5156
|
+
#
|
5157
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
5158
|
+
#
|
5159
|
+
# @option params [required, String] :source_capacity_reservation_id
|
5160
|
+
# The ID of the Capacity Reservation from which you want to split the
|
5161
|
+
# available capacity.
|
5162
|
+
#
|
5163
|
+
# @option params [required, Integer] :instance_count
|
5164
|
+
# The number of instances to split from the source Capacity Reservation.
|
5165
|
+
#
|
5166
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
5167
|
+
# The tags to apply to the new Capacity Reservation.
|
5168
|
+
#
|
5169
|
+
# @return [Types::CreateCapacityReservationBySplittingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5170
|
+
#
|
5171
|
+
# * {Types::CreateCapacityReservationBySplittingResult#source_capacity_reservation #source_capacity_reservation} => Types::CapacityReservation
|
5172
|
+
# * {Types::CreateCapacityReservationBySplittingResult#destination_capacity_reservation #destination_capacity_reservation} => Types::CapacityReservation
|
5173
|
+
# * {Types::CreateCapacityReservationBySplittingResult#instance_count #instance_count} => Integer
|
5174
|
+
#
|
5175
|
+
# @example Request syntax with placeholder values
|
5176
|
+
#
|
5177
|
+
# resp = client.create_capacity_reservation_by_splitting({
|
5178
|
+
# dry_run: false,
|
5179
|
+
# client_token: "String",
|
5180
|
+
# source_capacity_reservation_id: "CapacityReservationId", # required
|
5181
|
+
# instance_count: 1, # required
|
5182
|
+
# tag_specifications: [
|
5183
|
+
# {
|
5184
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, 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-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
|
5185
|
+
# tags: [
|
5186
|
+
# {
|
5187
|
+
# key: "String",
|
5188
|
+
# value: "String",
|
5189
|
+
# },
|
5190
|
+
# ],
|
5191
|
+
# },
|
5192
|
+
# ],
|
5193
|
+
# })
|
5194
|
+
#
|
5195
|
+
# @example Response structure
|
5196
|
+
#
|
5197
|
+
# resp.source_capacity_reservation.capacity_reservation_id #=> String
|
5198
|
+
# resp.source_capacity_reservation.owner_id #=> String
|
5199
|
+
# resp.source_capacity_reservation.capacity_reservation_arn #=> String
|
5200
|
+
# resp.source_capacity_reservation.availability_zone_id #=> String
|
5201
|
+
# resp.source_capacity_reservation.instance_type #=> String
|
5202
|
+
# resp.source_capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise", "Ubuntu Pro"
|
5203
|
+
# resp.source_capacity_reservation.availability_zone #=> String
|
5204
|
+
# resp.source_capacity_reservation.tenancy #=> String, one of "default", "dedicated"
|
5205
|
+
# resp.source_capacity_reservation.total_instance_count #=> Integer
|
5206
|
+
# resp.source_capacity_reservation.available_instance_count #=> Integer
|
5207
|
+
# resp.source_capacity_reservation.ebs_optimized #=> Boolean
|
5208
|
+
# resp.source_capacity_reservation.ephemeral_storage #=> Boolean
|
5209
|
+
# resp.source_capacity_reservation.state #=> String, one of "active", "expired", "cancelled", "pending", "failed", "scheduled", "payment-pending", "payment-failed"
|
5210
|
+
# resp.source_capacity_reservation.start_date #=> Time
|
5211
|
+
# resp.source_capacity_reservation.end_date #=> Time
|
5212
|
+
# resp.source_capacity_reservation.end_date_type #=> String, one of "unlimited", "limited"
|
5213
|
+
# resp.source_capacity_reservation.instance_match_criteria #=> String, one of "open", "targeted"
|
5214
|
+
# resp.source_capacity_reservation.create_date #=> Time
|
5215
|
+
# resp.source_capacity_reservation.tags #=> Array
|
5216
|
+
# resp.source_capacity_reservation.tags[0].key #=> String
|
5217
|
+
# resp.source_capacity_reservation.tags[0].value #=> String
|
5218
|
+
# resp.source_capacity_reservation.outpost_arn #=> String
|
5219
|
+
# resp.source_capacity_reservation.capacity_reservation_fleet_id #=> String
|
5220
|
+
# resp.source_capacity_reservation.placement_group_arn #=> String
|
5221
|
+
# resp.source_capacity_reservation.capacity_allocations #=> Array
|
5222
|
+
# resp.source_capacity_reservation.capacity_allocations[0].allocation_type #=> String, one of "used"
|
5223
|
+
# resp.source_capacity_reservation.capacity_allocations[0].count #=> Integer
|
5224
|
+
# resp.source_capacity_reservation.reservation_type #=> String, one of "default", "capacity-block"
|
5225
|
+
# resp.destination_capacity_reservation.capacity_reservation_id #=> String
|
5226
|
+
# resp.destination_capacity_reservation.owner_id #=> String
|
5227
|
+
# resp.destination_capacity_reservation.capacity_reservation_arn #=> String
|
5228
|
+
# resp.destination_capacity_reservation.availability_zone_id #=> String
|
5229
|
+
# resp.destination_capacity_reservation.instance_type #=> String
|
5230
|
+
# resp.destination_capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise", "Ubuntu Pro"
|
5231
|
+
# resp.destination_capacity_reservation.availability_zone #=> String
|
5232
|
+
# resp.destination_capacity_reservation.tenancy #=> String, one of "default", "dedicated"
|
5233
|
+
# resp.destination_capacity_reservation.total_instance_count #=> Integer
|
5234
|
+
# resp.destination_capacity_reservation.available_instance_count #=> Integer
|
5235
|
+
# resp.destination_capacity_reservation.ebs_optimized #=> Boolean
|
5236
|
+
# resp.destination_capacity_reservation.ephemeral_storage #=> Boolean
|
5237
|
+
# resp.destination_capacity_reservation.state #=> String, one of "active", "expired", "cancelled", "pending", "failed", "scheduled", "payment-pending", "payment-failed"
|
5238
|
+
# resp.destination_capacity_reservation.start_date #=> Time
|
5239
|
+
# resp.destination_capacity_reservation.end_date #=> Time
|
5240
|
+
# resp.destination_capacity_reservation.end_date_type #=> String, one of "unlimited", "limited"
|
5241
|
+
# resp.destination_capacity_reservation.instance_match_criteria #=> String, one of "open", "targeted"
|
5242
|
+
# resp.destination_capacity_reservation.create_date #=> Time
|
5243
|
+
# resp.destination_capacity_reservation.tags #=> Array
|
5244
|
+
# resp.destination_capacity_reservation.tags[0].key #=> String
|
5245
|
+
# resp.destination_capacity_reservation.tags[0].value #=> String
|
5246
|
+
# resp.destination_capacity_reservation.outpost_arn #=> String
|
5247
|
+
# resp.destination_capacity_reservation.capacity_reservation_fleet_id #=> String
|
5248
|
+
# resp.destination_capacity_reservation.placement_group_arn #=> String
|
5249
|
+
# resp.destination_capacity_reservation.capacity_allocations #=> Array
|
5250
|
+
# resp.destination_capacity_reservation.capacity_allocations[0].allocation_type #=> String, one of "used"
|
5251
|
+
# resp.destination_capacity_reservation.capacity_allocations[0].count #=> Integer
|
5252
|
+
# resp.destination_capacity_reservation.reservation_type #=> String, one of "default", "capacity-block"
|
5253
|
+
# resp.instance_count #=> Integer
|
5254
|
+
#
|
5255
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateCapacityReservationBySplitting AWS API Documentation
|
5256
|
+
#
|
5257
|
+
# @overload create_capacity_reservation_by_splitting(params = {})
|
5258
|
+
# @param [Hash] params ({})
|
5259
|
+
def create_capacity_reservation_by_splitting(params = {}, options = {})
|
5260
|
+
req = build_request(:create_capacity_reservation_by_splitting, params)
|
5261
|
+
req.send_request(options)
|
5262
|
+
end
|
5263
|
+
|
5131
5264
|
# Creates a Capacity Reservation Fleet. For more information, see
|
5132
5265
|
# [Create a Capacity Reservation Fleet][1] in the *Amazon EC2 User
|
5133
5266
|
# Guide*.
|
@@ -5964,6 +6097,8 @@ module Aws::EC2
|
|
5964
6097
|
# resp.subnet.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block #=> String
|
5965
6098
|
# resp.subnet.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
5966
6099
|
# resp.subnet.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.status_message #=> String
|
6100
|
+
# resp.subnet.ipv_6_cidr_block_association_set[0].ipv_6_address_attribute #=> String, one of "public", "private"
|
6101
|
+
# resp.subnet.ipv_6_cidr_block_association_set[0].ip_source #=> String, one of "amazon", "byoip", "none"
|
5967
6102
|
# resp.subnet.tags #=> Array
|
5968
6103
|
# resp.subnet.tags[0].key #=> String
|
5969
6104
|
# resp.subnet.tags[0].value #=> String
|
@@ -6028,6 +6163,8 @@ module Aws::EC2
|
|
6028
6163
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.status_message #=> String
|
6029
6164
|
# resp.vpc.ipv_6_cidr_block_association_set[0].network_border_group #=> String
|
6030
6165
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_pool #=> String
|
6166
|
+
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_address_attribute #=> String, one of "public", "private"
|
6167
|
+
# resp.vpc.ipv_6_cidr_block_association_set[0].ip_source #=> String, one of "amazon", "byoip", "none"
|
6031
6168
|
# resp.vpc.cidr_block_association_set #=> Array
|
6032
6169
|
# resp.vpc.cidr_block_association_set[0].association_id #=> String
|
6033
6170
|
# resp.vpc.cidr_block_association_set[0].cidr_block #=> String
|
@@ -7592,6 +7729,10 @@ module Aws::EC2
|
|
7592
7729
|
#
|
7593
7730
|
# [1]: http://aws.amazon.com/vpc/pricing/
|
7594
7731
|
#
|
7732
|
+
# @option params [Boolean] :enable_private_gua
|
7733
|
+
# Enable this option to use your own GUA ranges as private IPv6
|
7734
|
+
# addresses. This option is disabled by default.
|
7735
|
+
#
|
7595
7736
|
# @return [Types::CreateIpamResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7596
7737
|
#
|
7597
7738
|
# * {Types::CreateIpamResult#ipam #ipam} => Types::Ipam
|
@@ -7619,6 +7760,7 @@ module Aws::EC2
|
|
7619
7760
|
# ],
|
7620
7761
|
# client_token: "String",
|
7621
7762
|
# tier: "free", # accepts free, advanced
|
7763
|
+
# enable_private_gua: false,
|
7622
7764
|
# })
|
7623
7765
|
#
|
7624
7766
|
# @example Response structure
|
@@ -7642,6 +7784,7 @@ module Aws::EC2
|
|
7642
7784
|
# resp.ipam.resource_discovery_association_count #=> Integer
|
7643
7785
|
# resp.ipam.state_message #=> String
|
7644
7786
|
# resp.ipam.tier #=> String, one of "free", "advanced"
|
7787
|
+
# resp.ipam.enable_private_gua #=> Boolean
|
7645
7788
|
#
|
7646
7789
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateIpam AWS API Documentation
|
7647
7790
|
#
|
@@ -10709,7 +10852,7 @@ module Aws::EC2
|
|
10709
10852
|
# The Amazon Web Services account ID.
|
10710
10853
|
#
|
10711
10854
|
# @option params [String] :aws_service
|
10712
|
-
# The Amazon Web
|
10855
|
+
# The Amazon Web Services service. Currently not supported.
|
10713
10856
|
#
|
10714
10857
|
# @option params [required, String] :permission
|
10715
10858
|
# The type of permission to grant.
|
@@ -12226,6 +12369,8 @@ module Aws::EC2
|
|
12226
12369
|
# resp.subnet.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block #=> String
|
12227
12370
|
# resp.subnet.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
12228
12371
|
# resp.subnet.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.status_message #=> String
|
12372
|
+
# resp.subnet.ipv_6_cidr_block_association_set[0].ipv_6_address_attribute #=> String, one of "public", "private"
|
12373
|
+
# resp.subnet.ipv_6_cidr_block_association_set[0].ip_source #=> String, one of "amazon", "byoip", "none"
|
12229
12374
|
# resp.subnet.tags #=> Array
|
12230
12375
|
# resp.subnet.tags[0].key #=> String
|
12231
12376
|
# resp.subnet.tags[0].value #=> String
|
@@ -14702,6 +14847,8 @@ module Aws::EC2
|
|
14702
14847
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.status_message #=> String
|
14703
14848
|
# resp.vpc.ipv_6_cidr_block_association_set[0].network_border_group #=> String
|
14704
14849
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_pool #=> String
|
14850
|
+
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_address_attribute #=> String, one of "public", "private"
|
14851
|
+
# resp.vpc.ipv_6_cidr_block_association_set[0].ip_source #=> String, one of "amazon", "byoip", "none"
|
14705
14852
|
# resp.vpc.cidr_block_association_set #=> Array
|
14706
14853
|
# resp.vpc.cidr_block_association_set[0].association_id #=> String
|
14707
14854
|
# resp.vpc.cidr_block_association_set[0].cidr_block #=> String
|
@@ -16269,6 +16416,7 @@ module Aws::EC2
|
|
16269
16416
|
# resp.ipam.resource_discovery_association_count #=> Integer
|
16270
16417
|
# resp.ipam.state_message #=> String
|
16271
16418
|
# resp.ipam.tier #=> String, one of "free", "advanced"
|
16419
|
+
# resp.ipam.enable_private_gua #=> Boolean
|
16272
16420
|
#
|
16273
16421
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteIpam AWS API Documentation
|
16274
16422
|
#
|
@@ -19760,8 +19908,8 @@ module Aws::EC2
|
|
19760
19908
|
# days, the source account can view the pending transfer by using this
|
19761
19909
|
# action. After seven days, the transfer expires and ownership of the
|
19762
19910
|
# Elastic IP address returns to the source account. Accepted transfers
|
19763
|
-
# are visible to the source account for
|
19764
|
-
#
|
19911
|
+
# are visible to the source account for 14 days after the transfers have
|
19912
|
+
# been accepted.
|
19765
19913
|
#
|
19766
19914
|
#
|
19767
19915
|
#
|
@@ -26887,6 +27035,7 @@ module Aws::EC2
|
|
26887
27035
|
# resp.ipams[0].resource_discovery_association_count #=> Integer
|
26888
27036
|
# resp.ipams[0].state_message #=> String
|
26889
27037
|
# resp.ipams[0].tier #=> String, one of "free", "advanced"
|
27038
|
+
# resp.ipams[0].enable_private_gua #=> Boolean
|
26890
27039
|
#
|
26891
27040
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIpams AWS API Documentation
|
26892
27041
|
#
|
@@ -30072,7 +30221,8 @@ module Aws::EC2
|
|
30072
30221
|
# * `network-interface-permission.aws-account-id` - The Amazon Web
|
30073
30222
|
# Services account ID.
|
30074
30223
|
#
|
30075
|
-
# * `network-interface-permission.aws-service` - The Amazon Web
|
30224
|
+
# * `network-interface-permission.aws-service` - The Amazon Web Services
|
30225
|
+
# service.
|
30076
30226
|
#
|
30077
30227
|
# * `network-interface-permission.permission` - The type of permission
|
30078
30228
|
# (`INSTANCE-ATTACH` \| `EIP-ASSOCIATE`).
|
@@ -30231,8 +30381,8 @@ module Aws::EC2
|
|
30231
30381
|
# principal or service that created the network interface.
|
30232
30382
|
#
|
30233
30383
|
# * `requester-managed` - Indicates whether the network interface is
|
30234
|
-
# being managed by an Amazon Web
|
30235
|
-
# Services Management Console, Auto Scaling, and so on).
|
30384
|
+
# being managed by an Amazon Web Services service (for example, Amazon
|
30385
|
+
# Web Services Management Console, Auto Scaling, and so on).
|
30236
30386
|
#
|
30237
30387
|
# * `source-dest-check` - Indicates whether the network interface
|
30238
30388
|
# performs source/destination checking. A value of `true` means
|
@@ -31607,7 +31757,7 @@ module Aws::EC2
|
|
31607
31757
|
# in a route in the route table.
|
31608
31758
|
#
|
31609
31759
|
# * `route.destination-prefix-list-id` - The ID (prefix) of the Amazon
|
31610
|
-
# Web
|
31760
|
+
# Web Services service specified in a route in the table.
|
31611
31761
|
#
|
31612
31762
|
# * `route.egress-only-internet-gateway-id` - The ID of an egress-only
|
31613
31763
|
# Internet gateway specified in a route in the route table.
|
@@ -34314,6 +34464,8 @@ module Aws::EC2
|
|
34314
34464
|
# resp.subnets[0].ipv_6_cidr_block_association_set[0].ipv_6_cidr_block #=> String
|
34315
34465
|
# resp.subnets[0].ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
34316
34466
|
# resp.subnets[0].ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.status_message #=> String
|
34467
|
+
# resp.subnets[0].ipv_6_cidr_block_association_set[0].ipv_6_address_attribute #=> String, one of "public", "private"
|
34468
|
+
# resp.subnets[0].ipv_6_cidr_block_association_set[0].ip_source #=> String, one of "amazon", "byoip", "none"
|
34317
34469
|
# resp.subnets[0].tags #=> Array
|
34318
34470
|
# resp.subnets[0].tags[0].key #=> String
|
34319
34471
|
# resp.subnets[0].tags[0].value #=> String
|
@@ -37930,6 +38082,8 @@ module Aws::EC2
|
|
37930
38082
|
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.status_message #=> String
|
37931
38083
|
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].network_border_group #=> String
|
37932
38084
|
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].ipv_6_pool #=> String
|
38085
|
+
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].ipv_6_address_attribute #=> String, one of "public", "private"
|
38086
|
+
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].ip_source #=> String, one of "amazon", "byoip", "none"
|
37933
38087
|
# resp.vpcs[0].cidr_block_association_set #=> Array
|
37934
38088
|
# resp.vpcs[0].cidr_block_association_set[0].association_id #=> String
|
37935
38089
|
# resp.vpcs[0].cidr_block_association_set[0].cidr_block #=> String
|
@@ -39887,6 +40041,8 @@ module Aws::EC2
|
|
39887
40041
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block #=> String
|
39888
40042
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
39889
40043
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.status_message #=> String
|
40044
|
+
# resp.ipv_6_cidr_block_association.ipv_6_address_attribute #=> String, one of "public", "private"
|
40045
|
+
# resp.ipv_6_cidr_block_association.ip_source #=> String, one of "amazon", "byoip", "none"
|
39890
40046
|
# resp.subnet_id #=> String
|
39891
40047
|
#
|
39892
40048
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateSubnetCidrBlock AWS API Documentation
|
@@ -40120,6 +40276,8 @@ module Aws::EC2
|
|
40120
40276
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.status_message #=> String
|
40121
40277
|
# resp.ipv_6_cidr_block_association.network_border_group #=> String
|
40122
40278
|
# resp.ipv_6_cidr_block_association.ipv_6_pool #=> String
|
40279
|
+
# resp.ipv_6_cidr_block_association.ipv_6_address_attribute #=> String, one of "public", "private"
|
40280
|
+
# resp.ipv_6_cidr_block_association.ip_source #=> String, one of "amazon", "byoip", "none"
|
40123
40281
|
# resp.cidr_block_association.association_id #=> String
|
40124
40282
|
# resp.cidr_block_association.cidr_block #=> String
|
40125
40283
|
# resp.cidr_block_association.cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
@@ -42729,6 +42887,7 @@ module Aws::EC2
|
|
42729
42887
|
# resp.ipam_discovered_resource_cidrs[0].resource_id #=> String
|
42730
42888
|
# resp.ipam_discovered_resource_cidrs[0].resource_owner_id #=> String
|
42731
42889
|
# resp.ipam_discovered_resource_cidrs[0].resource_cidr #=> String
|
42890
|
+
# resp.ipam_discovered_resource_cidrs[0].ip_source #=> String, one of "amazon", "byoip", "none"
|
42732
42891
|
# resp.ipam_discovered_resource_cidrs[0].resource_type #=> String, one of "vpc", "subnet", "eip", "public-ipv4-pool", "ipv6-pool", "eni"
|
42733
42892
|
# resp.ipam_discovered_resource_cidrs[0].resource_tags #=> Array
|
42734
42893
|
# resp.ipam_discovered_resource_cidrs[0].resource_tags[0].key #=> String
|
@@ -46312,13 +46471,18 @@ module Aws::EC2
|
|
46312
46471
|
req.send_request(options)
|
46313
46472
|
end
|
46314
46473
|
|
46315
|
-
# Modifies a Capacity Reservation's capacity
|
46316
|
-
# which it is to be released. You
|
46317
|
-
# Reservation's instance type, EBS optimization,
|
46318
|
-
# settings,
|
46319
|
-
#
|
46320
|
-
#
|
46321
|
-
# attributes.
|
46474
|
+
# Modifies a Capacity Reservation's capacity, instance eligibility, and
|
46475
|
+
# the conditions under which it is to be released. You can't modify a
|
46476
|
+
# Capacity Reservation's instance type, EBS optimization, platform,
|
46477
|
+
# instance store settings, Availability Zone, or tenancy. If you need to
|
46478
|
+
# modify any of these attributes, we recommend that you cancel the
|
46479
|
+
# Capacity Reservation, and then create a new one with the required
|
46480
|
+
# attributes. For more information, see [Modify an active Capacity
|
46481
|
+
# Reservation][1].
|
46482
|
+
#
|
46483
|
+
#
|
46484
|
+
#
|
46485
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-modify.html
|
46322
46486
|
#
|
46323
46487
|
# @option params [required, String] :capacity_reservation_id
|
46324
46488
|
# The ID of the Capacity Reservation.
|
@@ -46368,6 +46532,18 @@ module Aws::EC2
|
|
46368
46532
|
# @option params [String] :additional_info
|
46369
46533
|
# Reserved for future use.
|
46370
46534
|
#
|
46535
|
+
# @option params [String] :instance_match_criteria
|
46536
|
+
# The matching criteria (instance eligibility) that you want to use in
|
46537
|
+
# the modified Capacity Reservation. If you change the instance
|
46538
|
+
# eligibility of an existing Capacity Reservation from `targeted` to
|
46539
|
+
# `open`, any running instances that match the attributes of the
|
46540
|
+
# Capacity Reservation, have the `CapacityReservationPreference` set to
|
46541
|
+
# `open`, and are not yet running in the Capacity Reservation, will
|
46542
|
+
# automatically use the modified Capacity Reservation.
|
46543
|
+
#
|
46544
|
+
# To modify the instance eligibility, the Capacity Reservation must be
|
46545
|
+
# completely idle (zero usage).
|
46546
|
+
#
|
46371
46547
|
# @return [Types::ModifyCapacityReservationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
46372
46548
|
#
|
46373
46549
|
# * {Types::ModifyCapacityReservationResult#return #return} => Boolean
|
@@ -46382,6 +46558,7 @@ module Aws::EC2
|
|
46382
46558
|
# accept: false,
|
46383
46559
|
# dry_run: false,
|
46384
46560
|
# additional_info: "String",
|
46561
|
+
# instance_match_criteria: "open", # accepts open, targeted
|
46385
46562
|
# })
|
46386
46563
|
#
|
46387
46564
|
# @example Response structure
|
@@ -48319,6 +48496,10 @@ module Aws::EC2
|
|
48319
48496
|
#
|
48320
48497
|
# [1]: http://aws.amazon.com/vpc/pricing/
|
48321
48498
|
#
|
48499
|
+
# @option params [Boolean] :enable_private_gua
|
48500
|
+
# Enable this option to use your own GUA ranges as private IPv6
|
48501
|
+
# addresses. This option is disabled by default.
|
48502
|
+
#
|
48322
48503
|
# @return [Types::ModifyIpamResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
48323
48504
|
#
|
48324
48505
|
# * {Types::ModifyIpamResult#ipam #ipam} => Types::Ipam
|
@@ -48340,6 +48521,7 @@ module Aws::EC2
|
|
48340
48521
|
# },
|
48341
48522
|
# ],
|
48342
48523
|
# tier: "free", # accepts free, advanced
|
48524
|
+
# enable_private_gua: false,
|
48343
48525
|
# })
|
48344
48526
|
#
|
48345
48527
|
# @example Response structure
|
@@ -48363,6 +48545,7 @@ module Aws::EC2
|
|
48363
48545
|
# resp.ipam.resource_discovery_association_count #=> Integer
|
48364
48546
|
# resp.ipam.state_message #=> String
|
48365
48547
|
# resp.ipam.tier #=> String, one of "free", "advanced"
|
48548
|
+
# resp.ipam.enable_private_gua #=> Boolean
|
48366
48549
|
#
|
48367
48550
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpam AWS API Documentation
|
48368
48551
|
#
|
@@ -52352,6 +52535,138 @@ module Aws::EC2
|
|
52352
52535
|
req.send_request(options)
|
52353
52536
|
end
|
52354
52537
|
|
52538
|
+
# Move available capacity from a source Capacity Reservation to a
|
52539
|
+
# destination Capacity Reservation. The source Capacity Reservation and
|
52540
|
+
# the destination Capacity Reservation must be `active`, owned by your
|
52541
|
+
# Amazon Web Services account, and share the following:
|
52542
|
+
#
|
52543
|
+
# * Instance type
|
52544
|
+
#
|
52545
|
+
# * Platform
|
52546
|
+
#
|
52547
|
+
# * Availability Zone
|
52548
|
+
#
|
52549
|
+
# * Tenancy
|
52550
|
+
#
|
52551
|
+
# * Placement group
|
52552
|
+
#
|
52553
|
+
# * Capacity Reservation end time - `At specific time` or `Manually`.
|
52554
|
+
#
|
52555
|
+
# @option params [Boolean] :dry_run
|
52556
|
+
# Checks whether you have the required permissions for the action,
|
52557
|
+
# without actually making the request, and provides an error response.
|
52558
|
+
# If you have the required permissions, the error response is
|
52559
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
52560
|
+
#
|
52561
|
+
# @option params [String] :client_token
|
52562
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
52563
|
+
# idempotency of the request. For more information, see [Ensure
|
52564
|
+
# Idempotency][1].
|
52565
|
+
#
|
52566
|
+
# **A suitable default value is auto-generated.** You should normally
|
52567
|
+
# not need to pass this option.**
|
52568
|
+
#
|
52569
|
+
#
|
52570
|
+
#
|
52571
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
52572
|
+
#
|
52573
|
+
# @option params [required, String] :source_capacity_reservation_id
|
52574
|
+
# The ID of the Capacity Reservation from which you want to move
|
52575
|
+
# capacity.
|
52576
|
+
#
|
52577
|
+
# @option params [required, String] :destination_capacity_reservation_id
|
52578
|
+
# The ID of the Capacity Reservation that you want to move capacity
|
52579
|
+
# into.
|
52580
|
+
#
|
52581
|
+
# @option params [required, Integer] :instance_count
|
52582
|
+
# The number of instances that you want to move from the source Capacity
|
52583
|
+
# Reservation.
|
52584
|
+
#
|
52585
|
+
# @return [Types::MoveCapacityReservationInstancesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
52586
|
+
#
|
52587
|
+
# * {Types::MoveCapacityReservationInstancesResult#source_capacity_reservation #source_capacity_reservation} => Types::CapacityReservation
|
52588
|
+
# * {Types::MoveCapacityReservationInstancesResult#destination_capacity_reservation #destination_capacity_reservation} => Types::CapacityReservation
|
52589
|
+
# * {Types::MoveCapacityReservationInstancesResult#instance_count #instance_count} => Integer
|
52590
|
+
#
|
52591
|
+
# @example Request syntax with placeholder values
|
52592
|
+
#
|
52593
|
+
# resp = client.move_capacity_reservation_instances({
|
52594
|
+
# dry_run: false,
|
52595
|
+
# client_token: "String",
|
52596
|
+
# source_capacity_reservation_id: "CapacityReservationId", # required
|
52597
|
+
# destination_capacity_reservation_id: "CapacityReservationId", # required
|
52598
|
+
# instance_count: 1, # required
|
52599
|
+
# })
|
52600
|
+
#
|
52601
|
+
# @example Response structure
|
52602
|
+
#
|
52603
|
+
# resp.source_capacity_reservation.capacity_reservation_id #=> String
|
52604
|
+
# resp.source_capacity_reservation.owner_id #=> String
|
52605
|
+
# resp.source_capacity_reservation.capacity_reservation_arn #=> String
|
52606
|
+
# resp.source_capacity_reservation.availability_zone_id #=> String
|
52607
|
+
# resp.source_capacity_reservation.instance_type #=> String
|
52608
|
+
# resp.source_capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise", "Ubuntu Pro"
|
52609
|
+
# resp.source_capacity_reservation.availability_zone #=> String
|
52610
|
+
# resp.source_capacity_reservation.tenancy #=> String, one of "default", "dedicated"
|
52611
|
+
# resp.source_capacity_reservation.total_instance_count #=> Integer
|
52612
|
+
# resp.source_capacity_reservation.available_instance_count #=> Integer
|
52613
|
+
# resp.source_capacity_reservation.ebs_optimized #=> Boolean
|
52614
|
+
# resp.source_capacity_reservation.ephemeral_storage #=> Boolean
|
52615
|
+
# resp.source_capacity_reservation.state #=> String, one of "active", "expired", "cancelled", "pending", "failed", "scheduled", "payment-pending", "payment-failed"
|
52616
|
+
# resp.source_capacity_reservation.start_date #=> Time
|
52617
|
+
# resp.source_capacity_reservation.end_date #=> Time
|
52618
|
+
# resp.source_capacity_reservation.end_date_type #=> String, one of "unlimited", "limited"
|
52619
|
+
# resp.source_capacity_reservation.instance_match_criteria #=> String, one of "open", "targeted"
|
52620
|
+
# resp.source_capacity_reservation.create_date #=> Time
|
52621
|
+
# resp.source_capacity_reservation.tags #=> Array
|
52622
|
+
# resp.source_capacity_reservation.tags[0].key #=> String
|
52623
|
+
# resp.source_capacity_reservation.tags[0].value #=> String
|
52624
|
+
# resp.source_capacity_reservation.outpost_arn #=> String
|
52625
|
+
# resp.source_capacity_reservation.capacity_reservation_fleet_id #=> String
|
52626
|
+
# resp.source_capacity_reservation.placement_group_arn #=> String
|
52627
|
+
# resp.source_capacity_reservation.capacity_allocations #=> Array
|
52628
|
+
# resp.source_capacity_reservation.capacity_allocations[0].allocation_type #=> String, one of "used"
|
52629
|
+
# resp.source_capacity_reservation.capacity_allocations[0].count #=> Integer
|
52630
|
+
# resp.source_capacity_reservation.reservation_type #=> String, one of "default", "capacity-block"
|
52631
|
+
# resp.destination_capacity_reservation.capacity_reservation_id #=> String
|
52632
|
+
# resp.destination_capacity_reservation.owner_id #=> String
|
52633
|
+
# resp.destination_capacity_reservation.capacity_reservation_arn #=> String
|
52634
|
+
# resp.destination_capacity_reservation.availability_zone_id #=> String
|
52635
|
+
# resp.destination_capacity_reservation.instance_type #=> String
|
52636
|
+
# resp.destination_capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise", "Ubuntu Pro"
|
52637
|
+
# resp.destination_capacity_reservation.availability_zone #=> String
|
52638
|
+
# resp.destination_capacity_reservation.tenancy #=> String, one of "default", "dedicated"
|
52639
|
+
# resp.destination_capacity_reservation.total_instance_count #=> Integer
|
52640
|
+
# resp.destination_capacity_reservation.available_instance_count #=> Integer
|
52641
|
+
# resp.destination_capacity_reservation.ebs_optimized #=> Boolean
|
52642
|
+
# resp.destination_capacity_reservation.ephemeral_storage #=> Boolean
|
52643
|
+
# resp.destination_capacity_reservation.state #=> String, one of "active", "expired", "cancelled", "pending", "failed", "scheduled", "payment-pending", "payment-failed"
|
52644
|
+
# resp.destination_capacity_reservation.start_date #=> Time
|
52645
|
+
# resp.destination_capacity_reservation.end_date #=> Time
|
52646
|
+
# resp.destination_capacity_reservation.end_date_type #=> String, one of "unlimited", "limited"
|
52647
|
+
# resp.destination_capacity_reservation.instance_match_criteria #=> String, one of "open", "targeted"
|
52648
|
+
# resp.destination_capacity_reservation.create_date #=> Time
|
52649
|
+
# resp.destination_capacity_reservation.tags #=> Array
|
52650
|
+
# resp.destination_capacity_reservation.tags[0].key #=> String
|
52651
|
+
# resp.destination_capacity_reservation.tags[0].value #=> String
|
52652
|
+
# resp.destination_capacity_reservation.outpost_arn #=> String
|
52653
|
+
# resp.destination_capacity_reservation.capacity_reservation_fleet_id #=> String
|
52654
|
+
# resp.destination_capacity_reservation.placement_group_arn #=> String
|
52655
|
+
# resp.destination_capacity_reservation.capacity_allocations #=> Array
|
52656
|
+
# resp.destination_capacity_reservation.capacity_allocations[0].allocation_type #=> String, one of "used"
|
52657
|
+
# resp.destination_capacity_reservation.capacity_allocations[0].count #=> Integer
|
52658
|
+
# resp.destination_capacity_reservation.reservation_type #=> String, one of "default", "capacity-block"
|
52659
|
+
# resp.instance_count #=> Integer
|
52660
|
+
#
|
52661
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MoveCapacityReservationInstances AWS API Documentation
|
52662
|
+
#
|
52663
|
+
# @overload move_capacity_reservation_instances(params = {})
|
52664
|
+
# @param [Hash] params ({})
|
52665
|
+
def move_capacity_reservation_instances(params = {}, options = {})
|
52666
|
+
req = build_request(:move_capacity_reservation_instances, params)
|
52667
|
+
req.send_request(options)
|
52668
|
+
end
|
52669
|
+
|
52355
52670
|
# Provisions an IPv4 or IPv6 address range for use with your Amazon Web
|
52356
52671
|
# Services resources through bring your own IP addresses (BYOIP) and
|
52357
52672
|
# creates a corresponding address pool. After the address range is
|
@@ -52663,7 +52978,8 @@ module Aws::EC2
|
|
52663
52978
|
#
|
52664
52979
|
# @option params [required, Integer] :netmask_length
|
52665
52980
|
# The netmask length of the CIDR you would like to allocate to the
|
52666
|
-
# public IPv4 pool.
|
52981
|
+
# public IPv4 pool. The least specific netmask length you can define is
|
52982
|
+
# 24.
|
52667
52983
|
#
|
52668
52984
|
# @option params [String] :network_border_group
|
52669
52985
|
# The Availability Zone (AZ) or Local Zone (LZ) network border group
|
@@ -59774,7 +60090,7 @@ module Aws::EC2
|
|
59774
60090
|
params: params,
|
59775
60091
|
config: config)
|
59776
60092
|
context[:gem_name] = 'aws-sdk-ec2'
|
59777
|
-
context[:gem_version] = '1.
|
60093
|
+
context[:gem_version] = '1.469.0'
|
59778
60094
|
Seahorse::Client::Request.new(handlers, context)
|
59779
60095
|
end
|
59780
60096
|
|