aws-sdk-ec2 1.57.1 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 98a794d43a4a1bc8f8f20278985b7e9930016f02
4
- data.tar.gz: 4d43b2a4d6d6cc08405fbdd2cd6f350108f63518
3
+ metadata.gz: a0179c310d450f74f2b10eb4a5a6bafe0458ead1
4
+ data.tar.gz: 804373fe765c78ddacaeaac312c8ef204a22e7a8
5
5
  SHA512:
6
- metadata.gz: c63230a8c3d5915d2b7c6ed58ac1ce3e6985d838ee5e9c1f6d3591c798b73ddd3938059aea7db2543e1a97e0090f633cf957216bbcc764d3a83aa97b29d522f3
7
- data.tar.gz: '03983f194f1486da6a93dd93668b299cc36bfef61641739bcfada5a42ce6311ee0db77471b4054ef2054c879a5f6ba4d3b2d87fe642f706bbc36a02123dd81ab'
6
+ metadata.gz: 60e3283b2b8d8eb45b13af3a1ba1346b6eda591ba192d17511f04065fa8d6cdb70ea32cbbf3251ae5283c8c75adcbf13d0ed3a4833bbae3b4a23c6bc7d0e1204
7
+ data.tar.gz: 9df1e80cb4943384e4dff82dcbddfb9c7a2c44137714c0be1d9684d640171b5a069bf812c6579a728379cf34a04bd27ae217a782ea4e57b0e05ea141dfcaa7aa
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.57.1'
68
+ GEM_VERSION = '1.58.0'
69
69
 
70
70
  end
@@ -579,7 +579,7 @@ module Aws::EC2
579
579
  # quantity: 1, # required
580
580
  # tag_specifications: [
581
581
  # {
582
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
582
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
583
583
  # tags: [
584
584
  # {
585
585
  # key: "String",
@@ -3000,7 +3000,7 @@ module Aws::EC2
3000
3000
  # instance_match_criteria: "open", # accepts open, targeted
3001
3001
  # tag_specifications: [
3002
3002
  # {
3003
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
3003
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
3004
3004
  # tags: [
3005
3005
  # {
3006
3006
  # key: "String",
@@ -3512,15 +3512,19 @@ module Aws::EC2
3512
3512
  # Fleet expires.
3513
3513
  #
3514
3514
  # @option params [String] :type
3515
- # The type of request. `instant` indicates whether the EC2 Fleet submits
3516
- # a one-time request for your desired capacity. `request` indicates
3517
- # whether the EC2 Fleet submits ongoing requests until your desired
3518
- # capacity is fulfilled, but does not attempt to submit requests in
3519
- # alternative capacity pools if capacity is unavailable or maintain the
3520
- # capacity. `maintain` indicates whether the EC2 Fleet submits ongoing
3521
- # requests until your desired capacity is fulfilled, and continues to
3522
- # maintain your desired capacity by replenishing interrupted Spot
3523
- # Instances. Default: `maintain`.
3515
+ # The type of the request. By default, the EC2 Fleet places an
3516
+ # asynchronous request for your desired capacity, and maintains it by
3517
+ # replenishing interrupted Spot Instances (`maintain`). A value of
3518
+ # `instant` places a synchronous one-time request, and returns errors
3519
+ # for any instances that could not be launched. A value of `request`
3520
+ # places an asynchronous one-time request without maintaining capacity
3521
+ # or submitting requests in alternative capacity pools if capacity is
3522
+ # unavailable. For more information, see [EC2 Fleet Request Types][1] in
3523
+ # the *Amazon Elastic Compute Cloud User Guide*.
3524
+ #
3525
+ #
3526
+ #
3527
+ # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-request-type
3524
3528
  #
3525
3529
  # @option params [Time,DateTime,Date,Integer,String] :valid_from
3526
3530
  # The start date and time of the request, in UTC format (for example,
@@ -3612,7 +3616,7 @@ module Aws::EC2
3612
3616
  # replace_unhealthy_instances: false,
3613
3617
  # tag_specifications: [
3614
3618
  # {
3615
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
3619
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
3616
3620
  # tags: [
3617
3621
  # {
3618
3622
  # key: "String",
@@ -4335,7 +4339,7 @@ module Aws::EC2
4335
4339
  # user_data: "String",
4336
4340
  # tag_specifications: [
4337
4341
  # {
4338
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
4342
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4339
4343
  # tags: [
4340
4344
  # {
4341
4345
  # key: "String",
@@ -4566,7 +4570,7 @@ module Aws::EC2
4566
4570
  # user_data: "String",
4567
4571
  # tag_specifications: [
4568
4572
  # {
4569
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
4573
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4570
4574
  # tags: [
4571
4575
  # {
4572
4576
  # key: "String",
@@ -4664,7 +4668,7 @@ module Aws::EC2
4664
4668
  # resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
4665
4669
  # resp.launch_template_version.launch_template_data.user_data #=> String
4666
4670
  # resp.launch_template_version.launch_template_data.tag_specifications #=> Array
4667
- # resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "image", "instance", "internet-gateway", "network-acl", "network-interface", "reserved-instances", "route-table", "snapshot", "spot-instances-request", "subnet", "security-group", "volume", "vpc", "vpn-connection", "vpn-gateway"
4671
+ # resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "reserved-instances", "route-table", "security-group", "snapshot", "spot-instances-request", "subnet", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
4668
4672
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
4669
4673
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
4670
4674
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -5856,7 +5860,7 @@ module Aws::EC2
5856
5860
  # volume_id: "String", # required
5857
5861
  # tag_specifications: [
5858
5862
  # {
5859
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
5863
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5860
5864
  # tags: [
5861
5865
  # {
5862
5866
  # key: "String",
@@ -6366,7 +6370,7 @@ module Aws::EC2
6366
6370
  # dry_run: false,
6367
6371
  # tag_specifications: [
6368
6372
  # {
6369
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
6373
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
6370
6374
  # tags: [
6371
6375
  # {
6372
6376
  # key: "String",
@@ -9070,12 +9074,18 @@ module Aws::EC2
9070
9074
  # * `state` - The state of the Availability Zone (`available` \|
9071
9075
  # `information` \| `impaired` \| `unavailable`).
9072
9076
  #
9077
+ # * `zone-id` - The ID of the Availability Zone (for example,
9078
+ # `use1-az1`).
9079
+ #
9073
9080
  # * `zone-name` - The name of the Availability Zone (for example,
9074
9081
  # `us-east-1a`).
9075
9082
  #
9076
9083
  # @option params [Array<String>] :zone_names
9077
9084
  # The names of one or more Availability Zones.
9078
9085
  #
9086
+ # @option params [Array<String>] :zone_ids
9087
+ # The IDs of one or more Availability Zones.
9088
+ #
9079
9089
  # @option params [Boolean] :dry_run
9080
9090
  # Checks whether you have the required permissions for the action,
9081
9091
  # without actually making the request, and provides an error response.
@@ -9139,6 +9149,7 @@ module Aws::EC2
9139
9149
  # },
9140
9150
  # ],
9141
9151
  # zone_names: ["String"],
9152
+ # zone_ids: ["String"],
9142
9153
  # dry_run: false,
9143
9154
  # })
9144
9155
  #
@@ -9150,6 +9161,7 @@ module Aws::EC2
9150
9161
  # resp.availability_zones[0].messages[0].message #=> String
9151
9162
  # resp.availability_zones[0].region_name #=> String
9152
9163
  # resp.availability_zones[0].zone_name #=> String
9164
+ # resp.availability_zones[0].zone_id #=> String
9153
9165
  #
9154
9166
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAvailabilityZones AWS API Documentation
9155
9167
  #
@@ -12758,7 +12770,7 @@ module Aws::EC2
12758
12770
  # resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
12759
12771
  # resp.launch_template_versions[0].launch_template_data.user_data #=> String
12760
12772
  # resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
12761
- # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "image", "instance", "internet-gateway", "network-acl", "network-interface", "reserved-instances", "route-table", "snapshot", "spot-instances-request", "subnet", "security-group", "volume", "vpc", "vpn-connection", "vpn-gateway"
12773
+ # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "reserved-instances", "route-table", "security-group", "snapshot", "spot-instances-request", "subnet", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
12762
12774
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
12763
12775
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
12764
12776
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -16216,7 +16228,7 @@ module Aws::EC2
16216
16228
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
16217
16229
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
16218
16230
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
16219
- # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "image", "instance", "internet-gateway", "network-acl", "network-interface", "reserved-instances", "route-table", "snapshot", "spot-instances-request", "subnet", "security-group", "volume", "vpc", "vpn-connection", "vpn-gateway"
16231
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "reserved-instances", "route-table", "security-group", "snapshot", "spot-instances-request", "subnet", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
16220
16232
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
16221
16233
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
16222
16234
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
@@ -17034,7 +17046,7 @@ module Aws::EC2
17034
17046
  # resp.tags #=> Array
17035
17047
  # resp.tags[0].key #=> String
17036
17048
  # resp.tags[0].resource_id #=> String
17037
- # resp.tags[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "image", "instance", "internet-gateway", "network-acl", "network-interface", "reserved-instances", "route-table", "snapshot", "spot-instances-request", "subnet", "security-group", "volume", "vpc", "vpn-connection", "vpn-gateway"
17049
+ # resp.tags[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "reserved-instances", "route-table", "security-group", "snapshot", "spot-instances-request", "subnet", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
17038
17050
  # resp.tags[0].value #=> String
17039
17051
  #
17040
17052
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
@@ -19872,7 +19884,7 @@ module Aws::EC2
19872
19884
  # resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
19873
19885
  # resp.launch_template_data.user_data #=> String
19874
19886
  # resp.launch_template_data.tag_specifications #=> Array
19875
- # resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "image", "instance", "internet-gateway", "network-acl", "network-interface", "reserved-instances", "route-table", "snapshot", "spot-instances-request", "subnet", "security-group", "volume", "vpc", "vpn-connection", "vpn-gateway"
19887
+ # resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "reserved-instances", "route-table", "security-group", "snapshot", "spot-instances-request", "subnet", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
19876
19888
  # resp.launch_template_data.tag_specifications[0].tags #=> Array
19877
19889
  # resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
19878
19890
  # resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -22608,13 +22620,18 @@ module Aws::EC2
22608
22620
  # * Enable/disable the ability to resolve public DNS hostnames to
22609
22621
  # private IP addresses when queried from instances in the peer VPC.
22610
22622
  #
22611
- # If the peered VPCs are in different accounts, each owner must initiate
22612
- # a separate request to modify the peering connection options, depending
22613
- # on whether their VPC was the requester or accepter for the VPC peering
22614
- # connection. If the peered VPCs are in the same account, you can modify
22615
- # the requester and accepter options in the same request. To confirm
22616
- # which VPC is the accepter and requester for a VPC peering connection,
22617
- # use the DescribeVpcPeeringConnections command.
22623
+ # If the peered VPCs are in the same AWS account, you can enable DNS
22624
+ # resolution for queries from the local VPC. This ensures that queries
22625
+ # from the local VPC resolve to private IP addresses in the peer VPC.
22626
+ # This option is not available if the peered VPCs are in different AWS
22627
+ # accounts or different regions. For peered VPCs in different AWS
22628
+ # accounts, each AWS account owner must initiate a separate request to
22629
+ # modify the peering connection options. For inter-region peering
22630
+ # connections, you must use the region for the requester VPC to modify
22631
+ # the requester VPC peering options and the region for the accepter VPC
22632
+ # to modify the accepter VPC peering options. To verify which VPCs are
22633
+ # the accepter and the requester for a VPC peering connection, use the
22634
+ # DescribeVpcPeeringConnections command.
22618
22635
  #
22619
22636
  # @option params [Types::PeeringConnectionOptionsRequest] :accepter_peering_connection_options
22620
22637
  # The VPC peering connection options for the accepter VPC.
@@ -24320,7 +24337,7 @@ module Aws::EC2
24320
24337
  # weighted_capacity: 1.0,
24321
24338
  # tag_specifications: [
24322
24339
  # {
24323
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
24340
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
24324
24341
  # tags: [
24325
24342
  # {
24326
24343
  # key: "String",
@@ -25712,7 +25729,7 @@ module Aws::EC2
25712
25729
  # ],
25713
25730
  # tag_specifications: [
25714
25731
  # {
25715
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
25732
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
25716
25733
  # tags: [
25717
25734
  # {
25718
25735
  # key: "String",
@@ -26791,7 +26808,7 @@ module Aws::EC2
26791
26808
  params: params,
26792
26809
  config: config)
26793
26810
  context[:gem_name] = 'aws-sdk-ec2'
26794
- context[:gem_version] = '1.57.1'
26811
+ context[:gem_version] = '1.58.0'
26795
26812
  Seahorse::Client::Request.new(handlers, context)
26796
26813
  end
26797
26814
 
@@ -1253,6 +1253,7 @@ module Aws::EC2
1253
1253
  VpnTunnelOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelOptionsSpecification')
1254
1254
  WithdrawByoipCidrRequest = Shapes::StructureShape.new(name: 'WithdrawByoipCidrRequest')
1255
1255
  WithdrawByoipCidrResult = Shapes::StructureShape.new(name: 'WithdrawByoipCidrResult')
1256
+ ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
1256
1257
  ZoneNameStringList = Shapes::ListShape.new(name: 'ZoneNameStringList')
1257
1258
  scope = Shapes::StringShape.new(name: 'scope')
1258
1259
 
@@ -1489,6 +1490,7 @@ module Aws::EC2
1489
1490
  AvailabilityZone.add_member(:messages, Shapes::ShapeRef.new(shape: AvailabilityZoneMessageList, location_name: "messageSet"))
1490
1491
  AvailabilityZone.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
1491
1492
  AvailabilityZone.add_member(:zone_name, Shapes::ShapeRef.new(shape: String, location_name: "zoneName"))
1493
+ AvailabilityZone.add_member(:zone_id, Shapes::ShapeRef.new(shape: String, location_name: "zoneId"))
1492
1494
  AvailabilityZone.struct_class = Types::AvailabilityZone
1493
1495
 
1494
1496
  AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "item")
@@ -2439,6 +2441,7 @@ module Aws::EC2
2439
2441
 
2440
2442
  DescribeAvailabilityZonesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2441
2443
  DescribeAvailabilityZonesRequest.add_member(:zone_names, Shapes::ShapeRef.new(shape: ZoneNameStringList, location_name: "ZoneName"))
2444
+ DescribeAvailabilityZonesRequest.add_member(:zone_ids, Shapes::ShapeRef.new(shape: ZoneIdStringList, location_name: "ZoneId"))
2442
2445
  DescribeAvailabilityZonesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2443
2446
  DescribeAvailabilityZonesRequest.struct_class = Types::DescribeAvailabilityZonesRequest
2444
2447
 
@@ -6503,6 +6506,8 @@ module Aws::EC2
6503
6506
  WithdrawByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
6504
6507
  WithdrawByoipCidrResult.struct_class = Types::WithdrawByoipCidrResult
6505
6508
 
6509
+ ZoneIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ZoneId")
6510
+
6506
6511
  ZoneNameStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ZoneName")
6507
6512
 
6508
6513
 
@@ -140,7 +140,7 @@ module Aws::EC2
140
140
  # ],
141
141
  # tag_specifications: [
142
142
  # {
143
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
143
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
144
144
  # tags: [
145
145
  # {
146
146
  # key: "String",
@@ -651,7 +651,7 @@ module Aws::EC2
651
651
  # volume_id: "String", # required
652
652
  # tag_specifications: [
653
653
  # {
654
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
654
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
655
655
  # tags: [
656
656
  # {
657
657
  # key: "String",
@@ -766,7 +766,7 @@ module Aws::EC2
766
766
  # dry_run: false,
767
767
  # tag_specifications: [
768
768
  # {
769
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
769
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
770
770
  # tags: [
771
771
  # {
772
772
  # key: "String",
@@ -317,7 +317,7 @@ module Aws::EC2
317
317
  # ],
318
318
  # tag_specifications: [
319
319
  # {
320
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
320
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
321
321
  # tags: [
322
322
  # {
323
323
  # key: "String",
@@ -393,7 +393,7 @@ module Aws::EC2
393
393
  # quantity: 1, # required
394
394
  # tag_specifications: [
395
395
  # {
396
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
396
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
397
397
  # tags: [
398
398
  # {
399
399
  # key: "String",
@@ -1420,13 +1420,18 @@ module Aws::EC2
1420
1420
  # The name of the Availability Zone.
1421
1421
  # @return [String]
1422
1422
  #
1423
+ # @!attribute [rw] zone_id
1424
+ # The ID of the Availability Zone.
1425
+ # @return [String]
1426
+ #
1423
1427
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AvailabilityZone AWS API Documentation
1424
1428
  #
1425
1429
  class AvailabilityZone < Struct.new(
1426
1430
  :state,
1427
1431
  :messages,
1428
1432
  :region_name,
1429
- :zone_name)
1433
+ :zone_name,
1434
+ :zone_id)
1430
1435
  include Aws::Structure
1431
1436
  end
1432
1437
 
@@ -3068,7 +3073,7 @@ module Aws::EC2
3068
3073
  # instance_match_criteria: "open", # accepts open, targeted
3069
3074
  # tag_specifications: [
3070
3075
  # {
3071
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
3076
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
3072
3077
  # tags: [
3073
3078
  # {
3074
3079
  # key: "String",
@@ -3594,7 +3599,7 @@ module Aws::EC2
3594
3599
  # replace_unhealthy_instances: false,
3595
3600
  # tag_specifications: [
3596
3601
  # {
3597
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
3602
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
3598
3603
  # tags: [
3599
3604
  # {
3600
3605
  # key: "String",
@@ -3651,15 +3656,19 @@ module Aws::EC2
3651
3656
  # @return [Boolean]
3652
3657
  #
3653
3658
  # @!attribute [rw] type
3654
- # The type of request. `instant` indicates whether the EC2 Fleet
3655
- # submits a one-time request for your desired capacity. `request`
3656
- # indicates whether the EC2 Fleet submits ongoing requests until your
3657
- # desired capacity is fulfilled, but does not attempt to submit
3658
- # requests in alternative capacity pools if capacity is unavailable or
3659
- # maintain the capacity. `maintain` indicates whether the EC2 Fleet
3660
- # submits ongoing requests until your desired capacity is fulfilled,
3661
- # and continues to maintain your desired capacity by replenishing
3662
- # interrupted Spot Instances. Default: `maintain`.
3659
+ # The type of the request. By default, the EC2 Fleet places an
3660
+ # asynchronous request for your desired capacity, and maintains it by
3661
+ # replenishing interrupted Spot Instances (`maintain`). A value of
3662
+ # `instant` places a synchronous one-time request, and returns errors
3663
+ # for any instances that could not be launched. A value of `request`
3664
+ # places an asynchronous one-time request without maintaining capacity
3665
+ # or submitting requests in alternative capacity pools if capacity is
3666
+ # unavailable. For more information, see [EC2 Fleet Request Types][1]
3667
+ # in the *Amazon Elastic Compute Cloud User Guide*.
3668
+ #
3669
+ #
3670
+ #
3671
+ # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-request-type
3663
3672
  # @return [String]
3664
3673
  #
3665
3674
  # @!attribute [rw] valid_from
@@ -4222,7 +4231,7 @@ module Aws::EC2
4222
4231
  # user_data: "String",
4223
4232
  # tag_specifications: [
4224
4233
  # {
4225
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
4234
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4226
4235
  # tags: [
4227
4236
  # {
4228
4237
  # key: "String",
@@ -4393,7 +4402,7 @@ module Aws::EC2
4393
4402
  # user_data: "String",
4394
4403
  # tag_specifications: [
4395
4404
  # {
4396
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
4405
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4397
4406
  # tags: [
4398
4407
  # {
4399
4408
  # key: "String",
@@ -5183,7 +5192,7 @@ module Aws::EC2
5183
5192
  # volume_id: "String", # required
5184
5193
  # tag_specifications: [
5185
5194
  # {
5186
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
5195
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5187
5196
  # tags: [
5188
5197
  # {
5189
5198
  # key: "String",
@@ -5457,7 +5466,7 @@ module Aws::EC2
5457
5466
  # dry_run: false,
5458
5467
  # tag_specifications: [
5459
5468
  # {
5460
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
5469
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5461
5470
  # tags: [
5462
5471
  # {
5463
5472
  # key: "String",
@@ -7497,8 +7506,6 @@ module Aws::EC2
7497
7506
  include Aws::Structure
7498
7507
  end
7499
7508
 
7500
- # Contains the parameters for DescribeAccountAttributes.
7501
- #
7502
7509
  # @note When making an API call, you may pass DescribeAccountAttributesRequest
7503
7510
  # data as a hash:
7504
7511
  #
@@ -7526,8 +7533,6 @@ module Aws::EC2
7526
7533
  include Aws::Structure
7527
7534
  end
7528
7535
 
7529
- # Contains the output of DescribeAccountAttributes.
7530
- #
7531
7536
  # @!attribute [rw] account_attributes
7532
7537
  # Information about one or more account attributes.
7533
7538
  # @return [Array<Types::AccountAttribute>]
@@ -7667,8 +7672,6 @@ module Aws::EC2
7667
7672
  include Aws::Structure
7668
7673
  end
7669
7674
 
7670
- # Contains the parameters for DescribeAvailabilityZones.
7671
- #
7672
7675
  # @note When making an API call, you may pass DescribeAvailabilityZonesRequest
7673
7676
  # data as a hash:
7674
7677
  #
@@ -7680,6 +7683,7 @@ module Aws::EC2
7680
7683
  # },
7681
7684
  # ],
7682
7685
  # zone_names: ["String"],
7686
+ # zone_ids: ["String"],
7683
7687
  # dry_run: false,
7684
7688
  # }
7685
7689
  #
@@ -7694,6 +7698,9 @@ module Aws::EC2
7694
7698
  # * `state` - The state of the Availability Zone (`available` \|
7695
7699
  # `information` \| `impaired` \| `unavailable`).
7696
7700
  #
7701
+ # * `zone-id` - The ID of the Availability Zone (for example,
7702
+ # `use1-az1`).
7703
+ #
7697
7704
  # * `zone-name` - The name of the Availability Zone (for example,
7698
7705
  # `us-east-1a`).
7699
7706
  # @return [Array<Types::Filter>]
@@ -7702,6 +7709,10 @@ module Aws::EC2
7702
7709
  # The names of one or more Availability Zones.
7703
7710
  # @return [Array<String>]
7704
7711
  #
7712
+ # @!attribute [rw] zone_ids
7713
+ # The IDs of one or more Availability Zones.
7714
+ # @return [Array<String>]
7715
+ #
7705
7716
  # @!attribute [rw] dry_run
7706
7717
  # Checks whether you have the required permissions for the action,
7707
7718
  # without actually making the request, and provides an error response.
@@ -7714,12 +7725,11 @@ module Aws::EC2
7714
7725
  class DescribeAvailabilityZonesRequest < Struct.new(
7715
7726
  :filters,
7716
7727
  :zone_names,
7728
+ :zone_ids,
7717
7729
  :dry_run)
7718
7730
  include Aws::Structure
7719
7731
  end
7720
7732
 
7721
- # Contains the output of DescribeAvailabiltyZones.
7722
- #
7723
7733
  # @!attribute [rw] availability_zones
7724
7734
  # Information about one or more Availability Zones.
7725
7735
  # @return [Array<Types::AvailabilityZone>]
@@ -9283,8 +9293,6 @@ module Aws::EC2
9283
9293
  include Aws::Structure
9284
9294
  end
9285
9295
 
9286
- # Contains the parameters for DescribeIdFormat.
9287
- #
9288
9296
  # @note When making an API call, you may pass DescribeIdFormatRequest
9289
9297
  # data as a hash:
9290
9298
  #
@@ -9312,8 +9320,6 @@ module Aws::EC2
9312
9320
  include Aws::Structure
9313
9321
  end
9314
9322
 
9315
- # Contains the output of DescribeIdFormat.
9316
- #
9317
9323
  # @!attribute [rw] statuses
9318
9324
  # Information about the ID format for the resource.
9319
9325
  # @return [Array<Types::IdFormat>]
@@ -9325,8 +9331,6 @@ module Aws::EC2
9325
9331
  include Aws::Structure
9326
9332
  end
9327
9333
 
9328
- # Contains the parameters for DescribeIdentityIdFormat.
9329
- #
9330
9334
  # @note When making an API call, you may pass DescribeIdentityIdFormatRequest
9331
9335
  # data as a hash:
9332
9336
  #
@@ -9361,8 +9365,6 @@ module Aws::EC2
9361
9365
  include Aws::Structure
9362
9366
  end
9363
9367
 
9364
- # Contains the output of DescribeIdentityIdFormat.
9365
- #
9366
9368
  # @!attribute [rw] statuses
9367
9369
  # Information about the ID format for the resources.
9368
9370
  # @return [Array<Types::IdFormat>]
@@ -11480,8 +11482,6 @@ module Aws::EC2
11480
11482
  include Aws::Structure
11481
11483
  end
11482
11484
 
11483
- # Contains the parameters for DescribeRegions.
11484
- #
11485
11485
  # @note When making an API call, you may pass DescribeRegionsRequest
11486
11486
  # data as a hash:
11487
11487
  #
@@ -11525,8 +11525,6 @@ module Aws::EC2
11525
11525
  include Aws::Structure
11526
11526
  end
11527
11527
 
11528
- # Contains the output of DescribeRegions.
11529
- #
11530
11528
  # @!attribute [rw] regions
11531
11529
  # Information about one or more regions.
11532
11530
  # @return [Array<Types::Region>]
@@ -21320,7 +21318,7 @@ module Aws::EC2
21320
21318
  # data as a hash:
21321
21319
  #
21322
21320
  # {
21323
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
21321
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
21324
21322
  # tags: [
21325
21323
  # {
21326
21324
  # key: "String",
@@ -21828,8 +21826,6 @@ module Aws::EC2
21828
21826
  include Aws::Structure
21829
21827
  end
21830
21828
 
21831
- # Contains the parameters of ModifyIdFormat.
21832
- #
21833
21829
  # @note When making an API call, you may pass ModifyIdFormatRequest
21834
21830
  # data as a hash:
21835
21831
  #
@@ -21867,8 +21863,6 @@ module Aws::EC2
21867
21863
  include Aws::Structure
21868
21864
  end
21869
21865
 
21870
- # Contains the parameters of ModifyIdentityIdFormat.
21871
- #
21872
21866
  # @note When making an API call, you may pass ModifyIdentityIdFormatRequest
21873
21867
  # data as a hash:
21874
21868
  #
@@ -25799,7 +25793,7 @@ module Aws::EC2
25799
25793
  # user_data: "String",
25800
25794
  # tag_specifications: [
25801
25795
  # {
25802
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
25796
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
25803
25797
  # tags: [
25804
25798
  # {
25805
25799
  # key: "String",
@@ -26111,7 +26105,7 @@ module Aws::EC2
26111
26105
  # weighted_capacity: 1.0,
26112
26106
  # tag_specifications: [
26113
26107
  # {
26114
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
26108
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
26115
26109
  # tags: [
26116
26110
  # {
26117
26111
  # key: "String",
@@ -27991,7 +27985,7 @@ module Aws::EC2
27991
27985
  # ],
27992
27986
  # tag_specifications: [
27993
27987
  # {
27994
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
27988
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
27995
27989
  # tags: [
27996
27990
  # {
27997
27991
  # key: "String",
@@ -29928,7 +29922,7 @@ module Aws::EC2
29928
29922
  # weighted_capacity: 1.0,
29929
29923
  # tag_specifications: [
29930
29924
  # {
29931
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
29925
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
29932
29926
  # tags: [
29933
29927
  # {
29934
29928
  # key: "String",
@@ -30210,7 +30204,7 @@ module Aws::EC2
30210
30204
  # weighted_capacity: 1.0,
30211
30205
  # tag_specifications: [
30212
30206
  # {
30213
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
30207
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
30214
30208
  # tags: [
30215
30209
  # {
30216
30210
  # key: "String",
@@ -30435,7 +30429,7 @@ module Aws::EC2
30435
30429
  # data as a hash:
30436
30430
  #
30437
30431
  # {
30438
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
30432
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
30439
30433
  # tags: [
30440
30434
  # {
30441
30435
  # key: "String",
@@ -31342,7 +31336,7 @@ module Aws::EC2
31342
31336
  # data as a hash:
31343
31337
  #
31344
31338
  # {
31345
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
31339
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
31346
31340
  # tags: [
31347
31341
  # {
31348
31342
  # key: "String",
@@ -281,7 +281,7 @@ module Aws::EC2
281
281
  # description: "String",
282
282
  # tag_specifications: [
283
283
  # {
284
- # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
284
+ # resource_type: "customer-gateway", # accepts customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
285
285
  # tags: [
286
286
  # {
287
287
  # key: "String",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.1
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-16 00:00:00.000000000 Z
11
+ date: 2018-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4