aws-sdk-ec2 1.142.0 → 1.147.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::EC2
9
+
9
10
  class Route
10
11
 
11
12
  extend Aws::Deprecations
@@ -286,12 +287,12 @@ module Aws::EC2
286
287
  # destination_ipv_6_cidr_block: "String",
287
288
  # dry_run: false,
288
289
  # egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
289
- # gateway_id: "RouteTableGatewayId",
290
+ # gateway_id: "RouteGatewayId",
290
291
  # instance_id: "InstanceId",
291
292
  # local_target: false,
292
293
  # nat_gateway_id: "NatGatewayId",
293
294
  # transit_gateway_id: "TransitGatewayId",
294
- # local_gateway_id: "String",
295
+ # local_gateway_id: "LocalGatewayId",
295
296
  # network_interface_id: "NetworkInterfaceId",
296
297
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
297
298
  # })
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::EC2
9
+
9
10
  class RouteTable
10
11
 
11
12
  extend Aws::Deprecations
@@ -192,8 +193,8 @@ module Aws::EC2
192
193
  #
193
194
  # routetableassociation = route_table.associate_with_subnet({
194
195
  # dry_run: false,
195
- # subnet_id: "String",
196
- # gateway_id: "String",
196
+ # subnet_id: "SubnetId",
197
+ # gateway_id: "RouteGatewayId",
197
198
  # })
198
199
  # @param [Hash] options ({})
199
200
  # @option options [Boolean] :dry_run
@@ -222,11 +223,11 @@ module Aws::EC2
222
223
  # destination_ipv_6_cidr_block: "String",
223
224
  # dry_run: false,
224
225
  # egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
225
- # gateway_id: "RouteTableGatewayId",
226
+ # gateway_id: "RouteGatewayId",
226
227
  # instance_id: "InstanceId",
227
228
  # nat_gateway_id: "NatGatewayId",
228
229
  # transit_gateway_id: "TransitGatewayId",
229
- # local_gateway_id: "String",
230
+ # local_gateway_id: "LocalGatewayId",
230
231
  # network_interface_id: "NetworkInterfaceId",
231
232
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
232
233
  # })
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::EC2
9
+
9
10
  class RouteTableAssociation
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::EC2
9
+
9
10
  class SecurityGroup
10
11
 
11
12
  extend Aws::Deprecations
@@ -289,7 +290,7 @@ module Aws::EC2
289
290
  # security_group.authorize_ingress({
290
291
  # cidr_ip: "String",
291
292
  # from_port: 1,
292
- # group_name: "String",
293
+ # group_name: "SecurityGroupName",
293
294
  # ip_permissions: [
294
295
  # {
295
296
  # from_port: 1,
@@ -485,7 +486,7 @@ module Aws::EC2
485
486
  # @example Request syntax with placeholder values
486
487
  #
487
488
  # security_group.delete({
488
- # group_name: "String",
489
+ # group_name: "SecurityGroupName",
489
490
  # dry_run: false,
490
491
  # })
491
492
  # @param [Hash] options ({})
@@ -587,7 +588,7 @@ module Aws::EC2
587
588
  # security_group.revoke_ingress({
588
589
  # cidr_ip: "String",
589
590
  # from_port: 1,
590
- # group_name: "String",
591
+ # group_name: "SecurityGroupName",
591
592
  # ip_permissions: [
592
593
  # {
593
594
  # from_port: 1,
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::EC2
9
+
9
10
  class Snapshot
10
11
 
11
12
  extend Aws::Deprecations
@@ -283,12 +284,12 @@ module Aws::EC2
283
284
  # description: "String",
284
285
  # destination_region: "String",
285
286
  # encrypted: false,
286
- # kms_key_id: "String",
287
+ # kms_key_id: "KmsKeyId",
287
288
  # presigned_url: "String",
288
289
  # source_region: "String", # required
289
290
  # tag_specifications: [
290
291
  # {
291
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
292
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
292
293
  # tags: [
293
294
  # {
294
295
  # key: "String",
@@ -517,7 +518,7 @@ module Aws::EC2
517
518
  # },
518
519
  # ],
519
520
  # },
520
- # group_names: ["String"],
521
+ # group_names: ["SecurityGroupName"],
521
522
  # operation_type: "add", # accepts add, remove
522
523
  # user_ids: ["String"],
523
524
  # dry_run: false,
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::EC2
9
+
9
10
  class Subnet
10
11
 
11
12
  extend Aws::Deprecations
@@ -281,7 +282,7 @@ module Aws::EC2
281
282
  # },
282
283
  # ],
283
284
  # kernel_id: "String",
284
- # key_name: "String",
285
+ # key_name: "KeyPairName",
285
286
  # max_count: 1, # required
286
287
  # min_count: 1, # required
287
288
  # monitoring: {
@@ -298,8 +299,8 @@ module Aws::EC2
298
299
  # host_resource_group_arn: "String",
299
300
  # },
300
301
  # ramdisk_id: "String",
301
- # security_group_ids: ["String"],
302
- # security_groups: ["String"],
302
+ # security_group_ids: ["SecurityGroupId"],
303
+ # security_groups: ["SecurityGroupName"],
303
304
  # user_data: "String",
304
305
  # additional_info: "String",
305
306
  # client_token: "String",
@@ -317,7 +318,7 @@ module Aws::EC2
317
318
  # delete_on_termination: false,
318
319
  # description: "String",
319
320
  # device_index: 1,
320
- # groups: ["String"],
321
+ # groups: ["SecurityGroupId"],
321
322
  # ipv_6_address_count: 1,
322
323
  # ipv_6_addresses: [
323
324
  # {
@@ -351,7 +352,7 @@ module Aws::EC2
351
352
  # ],
352
353
  # tag_specifications: [
353
354
  # {
354
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
355
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
355
356
  # tags: [
356
357
  # {
357
358
  # key: "String",
@@ -361,7 +362,7 @@ module Aws::EC2
361
362
  # },
362
363
  # ],
363
364
  # launch_template: {
364
- # launch_template_id: "String",
365
+ # launch_template_id: "LaunchTemplateId",
365
366
  # launch_template_name: "String",
366
367
  # version: "String",
367
368
  # },
@@ -385,7 +386,7 @@ module Aws::EC2
385
386
  # capacity_reservation_specification: {
386
387
  # capacity_reservation_preference: "open", # accepts open, none
387
388
  # capacity_reservation_target: {
388
- # capacity_reservation_id: "String",
389
+ # capacity_reservation_id: "CapacityReservationId",
389
390
  # },
390
391
  # },
391
392
  # hibernation_options: {
@@ -694,7 +695,7 @@ module Aws::EC2
694
695
  # networkinterface = subnet.create_network_interface({
695
696
  # description: "String",
696
697
  # dry_run: false,
697
- # groups: ["String"],
698
+ # groups: ["SecurityGroupId"],
698
699
  # ipv_6_address_count: 1,
699
700
  # ipv_6_addresses: [
700
701
  # {
@@ -882,7 +883,7 @@ module Aws::EC2
882
883
  # values: ["String"],
883
884
  # },
884
885
  # ],
885
- # instance_ids: ["String"],
886
+ # instance_ids: ["InstanceId"],
886
887
  # dry_run: false,
887
888
  # })
888
889
  # @param [Hash] options ({})
@@ -1202,7 +1203,7 @@ module Aws::EC2
1202
1203
  # values: ["String"],
1203
1204
  # },
1204
1205
  # ],
1205
- # nat_gateway_ids: ["String"],
1206
+ # nat_gateway_ids: ["NatGatewayId"],
1206
1207
  # })
1207
1208
  # @param [Hash] options ({})
1208
1209
  # @option options [Array<Types::Filter>] :filter
@@ -1261,7 +1262,7 @@ module Aws::EC2
1261
1262
  # },
1262
1263
  # ],
1263
1264
  # dry_run: false,
1264
- # network_interface_ids: ["String"],
1265
+ # network_interface_ids: ["NetworkInterfaceId"],
1265
1266
  # })
1266
1267
  # @param [Hash] options ({})
1267
1268
  # @option options [Array<Types::Filter>] :filters
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::EC2
9
+
9
10
  class Tag
10
11
 
11
12
  extend Aws::Deprecations
@@ -15,11 +15,11 @@ module Aws::EC2
15
15
  #
16
16
  # {
17
17
  # dry_run: false,
18
- # reserved_instance_ids: ["String"], # required
18
+ # reserved_instance_ids: ["ReservationId"], # required
19
19
  # target_configurations: [
20
20
  # {
21
21
  # instance_count: 1,
22
- # offering_id: "String", # required
22
+ # offering_id: "ReservedInstancesOfferingId", # required
23
23
  # },
24
24
  # ],
25
25
  # }
@@ -67,7 +67,7 @@ module Aws::EC2
67
67
  # data as a hash:
68
68
  #
69
69
  # {
70
- # transit_gateway_attachment_id: "String", # required
70
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
71
71
  # dry_run: false,
72
72
  # }
73
73
  #
@@ -105,7 +105,7 @@ module Aws::EC2
105
105
  # data as a hash:
106
106
  #
107
107
  # {
108
- # transit_gateway_attachment_id: "String", # required
108
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
109
109
  # dry_run: false,
110
110
  # }
111
111
  #
@@ -144,8 +144,8 @@ module Aws::EC2
144
144
  #
145
145
  # {
146
146
  # dry_run: false,
147
- # service_id: "ServiceId", # required
148
- # vpc_endpoint_ids: ["String"], # required
147
+ # service_id: "VpcEndpointServiceId", # required
148
+ # vpc_endpoint_ids: ["VpcEndpointId"], # required
149
149
  # }
150
150
  #
151
151
  # @!attribute [rw] dry_run
@@ -531,7 +531,7 @@ module Aws::EC2
531
531
  # quantity: 1, # required
532
532
  # tag_specifications: [
533
533
  # {
534
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
534
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
535
535
  # tags: [
536
536
  # {
537
537
  # key: "String",
@@ -1068,9 +1068,9 @@ module Aws::EC2
1068
1068
  #
1069
1069
  # {
1070
1070
  # dry_run: false,
1071
- # route_table_id: "String", # required
1072
- # subnet_id: "String",
1073
- # gateway_id: "String",
1071
+ # route_table_id: "RouteTableId", # required
1072
+ # subnet_id: "SubnetId",
1073
+ # gateway_id: "RouteGatewayId",
1074
1074
  # }
1075
1075
  #
1076
1076
  # @!attribute [rw] dry_run
@@ -1164,8 +1164,8 @@ module Aws::EC2
1164
1164
  # data as a hash:
1165
1165
  #
1166
1166
  # {
1167
- # transit_gateway_multicast_domain_id: "String",
1168
- # transit_gateway_attachment_id: "String",
1167
+ # transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
1168
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId",
1169
1169
  # subnet_ids: ["String"],
1170
1170
  # dry_run: false,
1171
1171
  # }
@@ -1216,8 +1216,8 @@ module Aws::EC2
1216
1216
  # data as a hash:
1217
1217
  #
1218
1218
  # {
1219
- # transit_gateway_route_table_id: "String", # required
1220
- # transit_gateway_attachment_id: "String", # required
1219
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
1220
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
1221
1221
  # dry_run: false,
1222
1222
  # }
1223
1223
  #
@@ -1263,9 +1263,9 @@ module Aws::EC2
1263
1263
  # amazon_provided_ipv_6_cidr_block: false,
1264
1264
  # cidr_block: "String",
1265
1265
  # vpc_id: "VpcId", # required
1266
- # ipv_6_pool: "String",
1267
- # ipv_6_cidr_block: "String",
1268
1266
  # ipv_6_cidr_block_network_border_group: "String",
1267
+ # ipv_6_pool: "Ipv6PoolEc2Id",
1268
+ # ipv_6_cidr_block: "String",
1269
1269
  # }
1270
1270
  #
1271
1271
  # @!attribute [rw] amazon_provided_ipv_6_cidr_block
@@ -1282,6 +1282,17 @@ module Aws::EC2
1282
1282
  # The ID of the VPC.
1283
1283
  # @return [String]
1284
1284
  #
1285
+ # @!attribute [rw] ipv_6_cidr_block_network_border_group
1286
+ # The name of the location from which we advertise the IPV6 CIDR
1287
+ # block. Use this parameter to limit the CiDR block to this location.
1288
+ #
1289
+ # You must set `AmazonProvidedIpv6CidrBlock` to `true` to use this
1290
+ # parameter.
1291
+ #
1292
+ # You can have one IPv6 CIDR block association per network border
1293
+ # group.
1294
+ # @return [String]
1295
+ #
1285
1296
  # @!attribute [rw] ipv_6_pool
1286
1297
  # The ID of an IPv6 address pool from which to allocate the IPv6 CIDR
1287
1298
  # block.
@@ -1295,26 +1306,15 @@ module Aws::EC2
1295
1306
  # parameter.
1296
1307
  # @return [String]
1297
1308
  #
1298
- # @!attribute [rw] ipv_6_cidr_block_network_border_group
1299
- # The name of the location from which we advertise the IPV6 CIDR
1300
- # block. Use this parameter to limit the CiDR block to this location.
1301
- #
1302
- # You must set `AmazonProvidedIpv6CidrBlock` to `true` to use this
1303
- # parameter.
1304
- #
1305
- # You can have one IPv6 CIDR block association per network border
1306
- # group.
1307
- # @return [String]
1308
- #
1309
1309
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateVpcCidrBlockRequest AWS API Documentation
1310
1310
  #
1311
1311
  class AssociateVpcCidrBlockRequest < Struct.new(
1312
1312
  :amazon_provided_ipv_6_cidr_block,
1313
1313
  :cidr_block,
1314
1314
  :vpc_id,
1315
+ :ipv_6_cidr_block_network_border_group,
1315
1316
  :ipv_6_pool,
1316
- :ipv_6_cidr_block,
1317
- :ipv_6_cidr_block_network_border_group)
1317
+ :ipv_6_cidr_block)
1318
1318
  include Aws::Structure
1319
1319
  end
1320
1320
 
@@ -1772,7 +1772,7 @@ module Aws::EC2
1772
1772
  #
1773
1773
  # {
1774
1774
  # dry_run: false,
1775
- # group_id: "String", # required
1775
+ # group_id: "SecurityGroupId", # required
1776
1776
  # ip_permissions: [
1777
1777
  # {
1778
1778
  # from_port: 1,
@@ -1882,8 +1882,8 @@ module Aws::EC2
1882
1882
  # {
1883
1883
  # cidr_ip: "String",
1884
1884
  # from_port: 1,
1885
- # group_id: "String",
1886
- # group_name: "String",
1885
+ # group_id: "SecurityGroupId",
1886
+ # group_name: "SecurityGroupName",
1887
1887
  # ip_permissions: [
1888
1888
  # {
1889
1889
  # from_port: 1,
@@ -2626,7 +2626,7 @@ module Aws::EC2
2626
2626
  #
2627
2627
  # {
2628
2628
  # dry_run: false,
2629
- # spot_fleet_request_ids: ["String"], # required
2629
+ # spot_fleet_request_ids: ["SpotFleetRequestId"], # required
2630
2630
  # terminate_instances: false, # required
2631
2631
  # }
2632
2632
  #
@@ -2705,7 +2705,7 @@ module Aws::EC2
2705
2705
  #
2706
2706
  # {
2707
2707
  # dry_run: false,
2708
- # spot_instance_request_ids: ["String"], # required
2708
+ # spot_instance_request_ids: ["SpotInstanceRequestId"], # required
2709
2709
  # }
2710
2710
  #
2711
2711
  # @!attribute [rw] dry_run
@@ -3026,7 +3026,7 @@ module Aws::EC2
3026
3026
  # {
3027
3027
  # capacity_reservation_preference: "open", # accepts open, none
3028
3028
  # capacity_reservation_target: {
3029
- # capacity_reservation_id: "String",
3029
+ # capacity_reservation_id: "CapacityReservationId",
3030
3030
  # },
3031
3031
  # }
3032
3032
  #
@@ -3093,7 +3093,7 @@ module Aws::EC2
3093
3093
  # data as a hash:
3094
3094
  #
3095
3095
  # {
3096
- # capacity_reservation_id: "String",
3096
+ # capacity_reservation_id: "CapacityReservationId",
3097
3097
  # }
3098
3098
  #
3099
3099
  # @!attribute [rw] capacity_reservation_id
@@ -3628,6 +3628,14 @@ module Aws::EC2
3628
3628
  # Any tags assigned to the Client VPN endpoint.
3629
3629
  # @return [Array<Types::Tag>]
3630
3630
  #
3631
+ # @!attribute [rw] security_group_ids
3632
+ # The IDs of the security groups for the target network.
3633
+ # @return [Array<String>]
3634
+ #
3635
+ # @!attribute [rw] vpc_id
3636
+ # The ID of the VPC.
3637
+ # @return [String]
3638
+ #
3631
3639
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ClientVpnEndpoint AWS API Documentation
3632
3640
  #
3633
3641
  class ClientVpnEndpoint < Struct.new(
@@ -3647,7 +3655,9 @@ module Aws::EC2
3647
3655
  :server_certificate_arn,
3648
3656
  :authentication_options,
3649
3657
  :connection_log_options,
3650
- :tags)
3658
+ :tags,
3659
+ :security_group_ids,
3660
+ :vpc_id)
3651
3661
  include Aws::Structure
3652
3662
  end
3653
3663
 
@@ -4015,7 +4025,7 @@ module Aws::EC2
4015
4025
  #
4016
4026
  # {
4017
4027
  # dry_run: false,
4018
- # source_fpga_image_id: "String", # required
4028
+ # source_fpga_image_id: "FpgaImageId", # required
4019
4029
  # description: "String",
4020
4030
  # name: "String",
4021
4031
  # source_region: "String", # required
@@ -4206,13 +4216,13 @@ module Aws::EC2
4206
4216
  # description: "String",
4207
4217
  # destination_region: "String",
4208
4218
  # encrypted: false,
4209
- # kms_key_id: "String",
4219
+ # kms_key_id: "KmsKeyId",
4210
4220
  # presigned_url: "String",
4211
4221
  # source_region: "String", # required
4212
4222
  # source_snapshot_id: "String", # required
4213
4223
  # tag_specifications: [
4214
4224
  # {
4215
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4225
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
4216
4226
  # tags: [
4217
4227
  # {
4218
4228
  # key: "String",
@@ -4416,7 +4426,7 @@ module Aws::EC2
4416
4426
  # instance_match_criteria: "open", # accepts open, targeted
4417
4427
  # tag_specifications: [
4418
4428
  # {
4419
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4429
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
4420
4430
  # tags: [
4421
4431
  # {
4422
4432
  # key: "String",
@@ -4613,7 +4623,7 @@ module Aws::EC2
4613
4623
  # client_token: "String",
4614
4624
  # tag_specifications: [
4615
4625
  # {
4616
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4626
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
4617
4627
  # tags: [
4618
4628
  # {
4619
4629
  # key: "String",
@@ -4622,6 +4632,8 @@ module Aws::EC2
4622
4632
  # ],
4623
4633
  # },
4624
4634
  # ],
4635
+ # security_group_ids: ["String"],
4636
+ # vpc_id: "VpcId",
4625
4637
  # }
4626
4638
  #
4627
4639
  # @!attribute [rw] client_cidr_block
@@ -4728,6 +4740,18 @@ module Aws::EC2
4728
4740
  # The tags to apply to the Client VPN endpoint during creation.
4729
4741
  # @return [Array<Types::TagSpecification>]
4730
4742
  #
4743
+ # @!attribute [rw] security_group_ids
4744
+ # The IDs of one or more security groups to apply to the target
4745
+ # network. You must also specify the ID of the VPC that contains the
4746
+ # security groups.
4747
+ # @return [Array<String>]
4748
+ #
4749
+ # @!attribute [rw] vpc_id
4750
+ # The ID of the VPC to associate with the Client VPN endpoint. If no
4751
+ # security group IDs are specified in the request, the default
4752
+ # security group for the VPC is applied.
4753
+ # @return [String]
4754
+ #
4731
4755
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateClientVpnEndpointRequest AWS API Documentation
4732
4756
  #
4733
4757
  class CreateClientVpnEndpointRequest < Struct.new(
@@ -4742,7 +4766,9 @@ module Aws::EC2
4742
4766
  :split_tunnel,
4743
4767
  :dry_run,
4744
4768
  :client_token,
4745
- :tag_specifications)
4769
+ :tag_specifications,
4770
+ :security_group_ids,
4771
+ :vpc_id)
4746
4772
  include Aws::Structure
4747
4773
  end
4748
4774
 
@@ -5204,7 +5230,7 @@ module Aws::EC2
5204
5230
  # launch_template_configs: [ # required
5205
5231
  # {
5206
5232
  # launch_template_specification: {
5207
- # launch_template_id: "String",
5233
+ # launch_template_id: "LaunchTemplateId",
5208
5234
  # launch_template_name: "LaunchTemplateName",
5209
5235
  # version: "String",
5210
5236
  # },
@@ -5212,7 +5238,7 @@ module Aws::EC2
5212
5238
  # {
5213
5239
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
5214
5240
  # max_price: "String",
5215
- # subnet_id: "String",
5241
+ # subnet_id: "SubnetId",
5216
5242
  # availability_zone: "String",
5217
5243
  # weighted_capacity: 1.0,
5218
5244
  # priority: 1.0,
@@ -5243,7 +5269,7 @@ module Aws::EC2
5243
5269
  # replace_unhealthy_instances: false,
5244
5270
  # tag_specifications: [
5245
5271
  # {
5246
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5272
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5247
5273
  # tags: [
5248
5274
  # {
5249
5275
  # key: "String",
@@ -5394,12 +5420,23 @@ module Aws::EC2
5394
5420
  # client_token: "String",
5395
5421
  # deliver_logs_permission_arn: "String",
5396
5422
  # log_group_name: "String",
5397
- # resource_ids: ["String"], # required
5423
+ # resource_ids: ["FlowLogResourceId"], # required
5398
5424
  # resource_type: "VPC", # required, accepts VPC, Subnet, NetworkInterface
5399
5425
  # traffic_type: "ACCEPT", # required, accepts ACCEPT, REJECT, ALL
5400
5426
  # log_destination_type: "cloud-watch-logs", # accepts cloud-watch-logs, s3
5401
5427
  # log_destination: "String",
5402
5428
  # log_format: "String",
5429
+ # tag_specifications: [
5430
+ # {
5431
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5432
+ # tags: [
5433
+ # {
5434
+ # key: "String",
5435
+ # value: "String",
5436
+ # },
5437
+ # ],
5438
+ # },
5439
+ # ],
5403
5440
  # max_aggregation_interval: 1,
5404
5441
  # }
5405
5442
  #
@@ -5507,6 +5544,10 @@ module Aws::EC2
5507
5544
  # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records
5508
5545
  # @return [String]
5509
5546
  #
5547
+ # @!attribute [rw] tag_specifications
5548
+ # The tags to apply to the flow logs.
5549
+ # @return [Array<Types::TagSpecification>]
5550
+ #
5510
5551
  # @!attribute [rw] max_aggregation_interval
5511
5552
  # The maximum interval of time during which a flow of packets is
5512
5553
  # captured and aggregated into a flow log record. You can specify 60
@@ -5536,6 +5577,7 @@ module Aws::EC2
5536
5577
  :log_destination_type,
5537
5578
  :log_destination,
5538
5579
  :log_format,
5580
+ :tag_specifications,
5539
5581
  :max_aggregation_interval)
5540
5582
  include Aws::Structure
5541
5583
  end
@@ -5581,7 +5623,7 @@ module Aws::EC2
5581
5623
  # client_token: "String",
5582
5624
  # tag_specifications: [
5583
5625
  # {
5584
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5626
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5585
5627
  # tags: [
5586
5628
  # {
5587
5629
  # key: "String",
@@ -5835,7 +5877,7 @@ module Aws::EC2
5835
5877
  # data as a hash:
5836
5878
  #
5837
5879
  # {
5838
- # key_name: "KeyPairName", # required
5880
+ # key_name: "String", # required
5839
5881
  # dry_run: false,
5840
5882
  # }
5841
5883
  #
@@ -5869,7 +5911,7 @@ module Aws::EC2
5869
5911
  # launch_template_name: "LaunchTemplateName", # required
5870
5912
  # version_description: "VersionDescription",
5871
5913
  # launch_template_data: { # required
5872
- # kernel_id: "String",
5914
+ # kernel_id: "KernelId",
5873
5915
  # ebs_optimized: false,
5874
5916
  # iam_instance_profile: {
5875
5917
  # arn: "String",
@@ -5884,7 +5926,7 @@ module Aws::EC2
5884
5926
  # delete_on_termination: false,
5885
5927
  # iops: 1,
5886
5928
  # kms_key_id: "String",
5887
- # snapshot_id: "String",
5929
+ # snapshot_id: "SnapshotId",
5888
5930
  # volume_size: 1,
5889
5931
  # volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
5890
5932
  # },
@@ -5897,7 +5939,7 @@ module Aws::EC2
5897
5939
  # delete_on_termination: false,
5898
5940
  # description: "String",
5899
5941
  # device_index: 1,
5900
- # groups: ["String"],
5942
+ # groups: ["SecurityGroupId"],
5901
5943
  # interface_type: "String",
5902
5944
  # ipv_6_address_count: 1,
5903
5945
  # ipv_6_addresses: [
@@ -5905,7 +5947,7 @@ module Aws::EC2
5905
5947
  # ipv_6_address: "String",
5906
5948
  # },
5907
5949
  # ],
5908
- # network_interface_id: "String",
5950
+ # network_interface_id: "NetworkInterfaceId",
5909
5951
  # private_ip_address: "String",
5910
5952
  # private_ip_addresses: [
5911
5953
  # {
@@ -5914,32 +5956,32 @@ module Aws::EC2
5914
5956
  # },
5915
5957
  # ],
5916
5958
  # secondary_private_ip_address_count: 1,
5917
- # subnet_id: "String",
5959
+ # subnet_id: "SubnetId",
5918
5960
  # },
5919
5961
  # ],
5920
- # image_id: "String",
5962
+ # image_id: "ImageId",
5921
5963
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
5922
- # key_name: "String",
5964
+ # key_name: "KeyPairName",
5923
5965
  # monitoring: {
5924
5966
  # enabled: false,
5925
5967
  # },
5926
5968
  # placement: {
5927
5969
  # availability_zone: "String",
5928
5970
  # affinity: "String",
5929
- # group_name: "String",
5930
- # host_id: "String",
5971
+ # group_name: "PlacementGroupName",
5972
+ # host_id: "DedicatedHostId",
5931
5973
  # tenancy: "default", # accepts default, dedicated, host
5932
5974
  # spread_domain: "String",
5933
5975
  # host_resource_group_arn: "String",
5934
5976
  # partition_number: 1,
5935
5977
  # },
5936
- # ram_disk_id: "String",
5978
+ # ram_disk_id: "RamdiskId",
5937
5979
  # disable_api_termination: false,
5938
5980
  # instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
5939
5981
  # user_data: "String",
5940
5982
  # tag_specifications: [
5941
5983
  # {
5942
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5984
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5943
5985
  # tags: [
5944
5986
  # {
5945
5987
  # key: "String",
@@ -5959,8 +6001,8 @@ module Aws::EC2
5959
6001
  # count: 1,
5960
6002
  # },
5961
6003
  # ],
5962
- # security_group_ids: ["String"],
5963
- # security_groups: ["String"],
6004
+ # security_group_ids: ["SecurityGroupId"],
6005
+ # security_groups: ["SecurityGroupName"],
5964
6006
  # instance_market_options: {
5965
6007
  # market_type: "spot", # accepts spot
5966
6008
  # spot_options: {
@@ -5981,7 +6023,7 @@ module Aws::EC2
5981
6023
  # capacity_reservation_specification: {
5982
6024
  # capacity_reservation_preference: "open", # accepts open, none
5983
6025
  # capacity_reservation_target: {
5984
- # capacity_reservation_id: "String",
6026
+ # capacity_reservation_id: "CapacityReservationId",
5985
6027
  # },
5986
6028
  # },
5987
6029
  # license_specifications: [
@@ -6000,7 +6042,7 @@ module Aws::EC2
6000
6042
  # },
6001
6043
  # tag_specifications: [
6002
6044
  # {
6003
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
6045
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
6004
6046
  # tags: [
6005
6047
  # {
6006
6048
  # key: "String",
@@ -6080,7 +6122,7 @@ module Aws::EC2
6080
6122
  # source_version: "String",
6081
6123
  # version_description: "VersionDescription",
6082
6124
  # launch_template_data: { # required
6083
- # kernel_id: "String",
6125
+ # kernel_id: "KernelId",
6084
6126
  # ebs_optimized: false,
6085
6127
  # iam_instance_profile: {
6086
6128
  # arn: "String",
@@ -6095,7 +6137,7 @@ module Aws::EC2
6095
6137
  # delete_on_termination: false,
6096
6138
  # iops: 1,
6097
6139
  # kms_key_id: "String",
6098
- # snapshot_id: "String",
6140
+ # snapshot_id: "SnapshotId",
6099
6141
  # volume_size: 1,
6100
6142
  # volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
6101
6143
  # },
@@ -6108,7 +6150,7 @@ module Aws::EC2
6108
6150
  # delete_on_termination: false,
6109
6151
  # description: "String",
6110
6152
  # device_index: 1,
6111
- # groups: ["String"],
6153
+ # groups: ["SecurityGroupId"],
6112
6154
  # interface_type: "String",
6113
6155
  # ipv_6_address_count: 1,
6114
6156
  # ipv_6_addresses: [
@@ -6116,7 +6158,7 @@ module Aws::EC2
6116
6158
  # ipv_6_address: "String",
6117
6159
  # },
6118
6160
  # ],
6119
- # network_interface_id: "String",
6161
+ # network_interface_id: "NetworkInterfaceId",
6120
6162
  # private_ip_address: "String",
6121
6163
  # private_ip_addresses: [
6122
6164
  # {
@@ -6125,32 +6167,32 @@ module Aws::EC2
6125
6167
  # },
6126
6168
  # ],
6127
6169
  # secondary_private_ip_address_count: 1,
6128
- # subnet_id: "String",
6170
+ # subnet_id: "SubnetId",
6129
6171
  # },
6130
6172
  # ],
6131
- # image_id: "String",
6173
+ # image_id: "ImageId",
6132
6174
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
6133
- # key_name: "String",
6175
+ # key_name: "KeyPairName",
6134
6176
  # monitoring: {
6135
6177
  # enabled: false,
6136
6178
  # },
6137
6179
  # placement: {
6138
6180
  # availability_zone: "String",
6139
6181
  # affinity: "String",
6140
- # group_name: "String",
6141
- # host_id: "String",
6182
+ # group_name: "PlacementGroupName",
6183
+ # host_id: "DedicatedHostId",
6142
6184
  # tenancy: "default", # accepts default, dedicated, host
6143
6185
  # spread_domain: "String",
6144
6186
  # host_resource_group_arn: "String",
6145
6187
  # partition_number: 1,
6146
6188
  # },
6147
- # ram_disk_id: "String",
6189
+ # ram_disk_id: "RamdiskId",
6148
6190
  # disable_api_termination: false,
6149
6191
  # instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
6150
6192
  # user_data: "String",
6151
6193
  # tag_specifications: [
6152
6194
  # {
6153
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
6195
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
6154
6196
  # tags: [
6155
6197
  # {
6156
6198
  # key: "String",
@@ -6170,8 +6212,8 @@ module Aws::EC2
6170
6212
  # count: 1,
6171
6213
  # },
6172
6214
  # ],
6173
- # security_group_ids: ["String"],
6174
- # security_groups: ["String"],
6215
+ # security_group_ids: ["SecurityGroupId"],
6216
+ # security_groups: ["SecurityGroupName"],
6175
6217
  # instance_market_options: {
6176
6218
  # market_type: "spot", # accepts spot
6177
6219
  # spot_options: {
@@ -6192,7 +6234,7 @@ module Aws::EC2
6192
6234
  # capacity_reservation_specification: {
6193
6235
  # capacity_reservation_preference: "open", # accepts open, none
6194
6236
  # capacity_reservation_target: {
6195
- # capacity_reservation_id: "String",
6237
+ # capacity_reservation_id: "CapacityReservationId",
6196
6238
  # },
6197
6239
  # },
6198
6240
  # license_specifications: [
@@ -6286,8 +6328,8 @@ module Aws::EC2
6286
6328
  #
6287
6329
  # {
6288
6330
  # destination_cidr_block: "String", # required
6289
- # local_gateway_route_table_id: "String", # required
6290
- # local_gateway_virtual_interface_group_id: "String", # required
6331
+ # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
6332
+ # local_gateway_virtual_interface_group_id: "LocalGatewayVirtualInterfaceGroupId", # required
6291
6333
  # dry_run: false,
6292
6334
  # }
6293
6335
  #
@@ -6336,8 +6378,8 @@ module Aws::EC2
6336
6378
  # data as a hash:
6337
6379
  #
6338
6380
  # {
6339
- # local_gateway_route_table_id: "String", # required
6340
- # vpc_id: "String", # required
6381
+ # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
6382
+ # vpc_id: "VpcId", # required
6341
6383
  # dry_run: false,
6342
6384
  # }
6343
6385
  #
@@ -6639,7 +6681,7 @@ module Aws::EC2
6639
6681
  # {
6640
6682
  # description: "String",
6641
6683
  # dry_run: false,
6642
- # groups: ["String"],
6684
+ # groups: ["SecurityGroupId"],
6643
6685
  # ipv_6_address_count: 1,
6644
6686
  # ipv_6_addresses: [
6645
6687
  # {
@@ -6818,7 +6860,7 @@ module Aws::EC2
6818
6860
  # term: 1,
6819
6861
  # },
6820
6862
  # ],
6821
- # reserved_instances_id: "String", # required
6863
+ # reserved_instances_id: "ReservationId", # required
6822
6864
  # }
6823
6865
  #
6824
6866
  # @!attribute [rw] client_token
@@ -6878,11 +6920,11 @@ module Aws::EC2
6878
6920
  # destination_ipv_6_cidr_block: "String",
6879
6921
  # dry_run: false,
6880
6922
  # egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
6881
- # gateway_id: "RouteTableGatewayId",
6923
+ # gateway_id: "RouteGatewayId",
6882
6924
  # instance_id: "InstanceId",
6883
6925
  # nat_gateway_id: "NatGatewayId",
6884
6926
  # transit_gateway_id: "TransitGatewayId",
6885
- # local_gateway_id: "String",
6927
+ # local_gateway_id: "LocalGatewayId",
6886
6928
  # network_interface_id: "NetworkInterfaceId",
6887
6929
  # route_table_id: "RouteTableId", # required
6888
6930
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
@@ -7085,7 +7127,7 @@ module Aws::EC2
7085
7127
  # volume_id: "VolumeId", # required
7086
7128
  # tag_specifications: [
7087
7129
  # {
7088
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7130
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7089
7131
  # tags: [
7090
7132
  # {
7091
7133
  # key: "String",
@@ -7132,12 +7174,12 @@ module Aws::EC2
7132
7174
  # {
7133
7175
  # description: "String",
7134
7176
  # instance_specification: { # required
7135
- # instance_id: "String",
7177
+ # instance_id: "InstanceId",
7136
7178
  # exclude_boot_volume: false,
7137
7179
  # },
7138
7180
  # tag_specifications: [
7139
7181
  # {
7140
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7182
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7141
7183
  # tags: [
7142
7184
  # {
7143
7185
  # key: "String",
@@ -7333,7 +7375,7 @@ module Aws::EC2
7333
7375
  #
7334
7376
  # {
7335
7377
  # dry_run: false,
7336
- # resources: ["String"], # required
7378
+ # resources: ["TaggableResourceId"], # required
7337
7379
  # tags: [ # required
7338
7380
  # {
7339
7381
  # key: "String",
@@ -7378,7 +7420,7 @@ module Aws::EC2
7378
7420
  # description: "String",
7379
7421
  # tag_specifications: [
7380
7422
  # {
7381
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7423
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7382
7424
  # tags: [
7383
7425
  # {
7384
7426
  # key: "String",
@@ -7597,7 +7639,7 @@ module Aws::EC2
7597
7639
  # description: "String",
7598
7640
  # tag_specifications: [
7599
7641
  # {
7600
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7642
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7601
7643
  # tags: [
7602
7644
  # {
7603
7645
  # key: "String",
@@ -7728,7 +7770,7 @@ module Aws::EC2
7728
7770
  # description: "String",
7729
7771
  # tag_specifications: [
7730
7772
  # {
7731
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7773
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7732
7774
  # tags: [
7733
7775
  # {
7734
7776
  # key: "String",
@@ -7816,10 +7858,10 @@ module Aws::EC2
7816
7858
  # data as a hash:
7817
7859
  #
7818
7860
  # {
7819
- # transit_gateway_id: "String", # required
7861
+ # transit_gateway_id: "TransitGatewayId", # required
7820
7862
  # tag_specifications: [
7821
7863
  # {
7822
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7864
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7823
7865
  # tags: [
7824
7866
  # {
7825
7867
  # key: "String",
@@ -7870,13 +7912,13 @@ module Aws::EC2
7870
7912
  # data as a hash:
7871
7913
  #
7872
7914
  # {
7873
- # transit_gateway_id: "String", # required
7915
+ # transit_gateway_id: "TransitGatewayId", # required
7874
7916
  # peer_transit_gateway_id: "String", # required
7875
7917
  # peer_account_id: "String", # required
7876
7918
  # peer_region: "String", # required
7877
7919
  # tag_specifications: [
7878
7920
  # {
7879
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7921
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7880
7922
  # tags: [
7881
7923
  # {
7882
7924
  # key: "String",
@@ -7955,7 +7997,7 @@ module Aws::EC2
7955
7997
  # },
7956
7998
  # tag_specifications: [
7957
7999
  # {
7958
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8000
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7959
8001
  # tags: [
7960
8002
  # {
7961
8003
  # key: "String",
@@ -8012,8 +8054,8 @@ module Aws::EC2
8012
8054
  #
8013
8055
  # {
8014
8056
  # destination_cidr_block: "String", # required
8015
- # transit_gateway_route_table_id: "String", # required
8016
- # transit_gateway_attachment_id: "String",
8057
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
8058
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId",
8017
8059
  # blackhole: false,
8018
8060
  # dry_run: false,
8019
8061
  # }
@@ -8068,10 +8110,10 @@ module Aws::EC2
8068
8110
  # data as a hash:
8069
8111
  #
8070
8112
  # {
8071
- # transit_gateway_id: "String", # required
8113
+ # transit_gateway_id: "TransitGatewayId", # required
8072
8114
  # tag_specifications: [
8073
8115
  # {
8074
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8116
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8075
8117
  # tags: [
8076
8118
  # {
8077
8119
  # key: "String",
@@ -8122,16 +8164,16 @@ module Aws::EC2
8122
8164
  # data as a hash:
8123
8165
  #
8124
8166
  # {
8125
- # transit_gateway_id: "String", # required
8126
- # vpc_id: "String", # required
8127
- # subnet_ids: ["String"], # required
8167
+ # transit_gateway_id: "TransitGatewayId", # required
8168
+ # vpc_id: "VpcId", # required
8169
+ # subnet_ids: ["SubnetId"], # required
8128
8170
  # options: {
8129
8171
  # dns_support: "enable", # accepts enable, disable
8130
8172
  # ipv_6_support: "enable", # accepts enable, disable
8131
8173
  # },
8132
8174
  # tag_specifications: [
8133
8175
  # {
8134
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8176
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8135
8177
  # tags: [
8136
8178
  # {
8137
8179
  # key: "String",
@@ -8301,7 +8343,7 @@ module Aws::EC2
8301
8343
  # dry_run: false,
8302
8344
  # tag_specifications: [
8303
8345
  # {
8304
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8346
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8305
8347
  # tags: [
8306
8348
  # {
8307
8349
  # key: "String",
@@ -8310,6 +8352,7 @@ module Aws::EC2
8310
8352
  # ],
8311
8353
  # },
8312
8354
  # ],
8355
+ # multi_attach_enabled: false,
8313
8356
  # }
8314
8357
  #
8315
8358
  # @!attribute [rw] availability_zone
@@ -8415,6 +8458,19 @@ module Aws::EC2
8415
8458
  # The tags to apply to the volume during creation.
8416
8459
  # @return [Array<Types::TagSpecification>]
8417
8460
  #
8461
+ # @!attribute [rw] multi_attach_enabled
8462
+ # Specifies whether to enable Amazon EBS Multi-Attach. If you enable
8463
+ # Multi-Attach, you can attach the volume to up to 16 [Nitro-based
8464
+ # instances][1] in the same Availability Zone. For more information,
8465
+ # see [ Amazon EBS Multi-Attach][2] in the *Amazon Elastic Compute
8466
+ # Cloud User Guide*.
8467
+ #
8468
+ #
8469
+ #
8470
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
8471
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html
8472
+ # @return [Boolean]
8473
+ #
8418
8474
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVolumeRequest AWS API Documentation
8419
8475
  #
8420
8476
  class CreateVolumeRequest < Struct.new(
@@ -8427,7 +8483,8 @@ module Aws::EC2
8427
8483
  :snapshot_id,
8428
8484
  :volume_type,
8429
8485
  :dry_run,
8430
- :tag_specifications)
8486
+ :tag_specifications,
8487
+ :multi_attach_enabled)
8431
8488
  include Aws::Structure
8432
8489
  end
8433
8490
 
@@ -8436,7 +8493,7 @@ module Aws::EC2
8436
8493
  #
8437
8494
  # {
8438
8495
  # dry_run: false,
8439
- # service_id: "ServiceId",
8496
+ # service_id: "VpcEndpointServiceId",
8440
8497
  # vpc_endpoint_id: "VpcEndpointId",
8441
8498
  # connection_notification_arn: "String", # required
8442
8499
  # connection_events: ["String"], # required
@@ -8517,14 +8574,14 @@ module Aws::EC2
8517
8574
  # vpc_id: "VpcId", # required
8518
8575
  # service_name: "String", # required
8519
8576
  # policy_document: "String",
8520
- # route_table_ids: ["String"],
8521
- # subnet_ids: ["String"],
8522
- # security_group_ids: ["String"],
8577
+ # route_table_ids: ["RouteTableId"],
8578
+ # subnet_ids: ["SubnetId"],
8579
+ # security_group_ids: ["SecurityGroupId"],
8523
8580
  # client_token: "String",
8524
8581
  # private_dns_enabled: false,
8525
8582
  # tag_specifications: [
8526
8583
  # {
8527
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8584
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8528
8585
  # tags: [
8529
8586
  # {
8530
8587
  # key: "String",
@@ -8657,7 +8714,7 @@ module Aws::EC2
8657
8714
  # client_token: "String",
8658
8715
  # tag_specifications: [
8659
8716
  # {
8660
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8717
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8661
8718
  # tags: [
8662
8719
  # {
8663
8720
  # key: "String",
@@ -8802,7 +8859,7 @@ module Aws::EC2
8802
8859
  # {
8803
8860
  # cidr_block: "String", # required
8804
8861
  # amazon_provided_ipv_6_cidr_block: false,
8805
- # ipv_6_pool: "String",
8862
+ # ipv_6_pool: "Ipv6PoolEc2Id",
8806
8863
  # ipv_6_cidr_block: "String",
8807
8864
  # dry_run: false,
8808
8865
  # instance_tenancy: "default", # accepts default, dedicated, host
@@ -9476,7 +9533,7 @@ module Aws::EC2
9476
9533
  #
9477
9534
  # {
9478
9535
  # dry_run: false,
9479
- # flow_log_ids: ["String"], # required
9536
+ # flow_log_ids: ["VpcFlowLogId"], # required
9480
9537
  # }
9481
9538
  #
9482
9539
  # @!attribute [rw] dry_run
@@ -9766,7 +9823,7 @@ module Aws::EC2
9766
9823
  #
9767
9824
  # {
9768
9825
  # destination_cidr_block: "String", # required
9769
- # local_gateway_route_table_id: "String", # required
9826
+ # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
9770
9827
  # dry_run: false,
9771
9828
  # }
9772
9829
  #
@@ -9810,7 +9867,7 @@ module Aws::EC2
9810
9867
  # data as a hash:
9811
9868
  #
9812
9869
  # {
9813
- # local_gateway_route_table_vpc_association_id: "String", # required
9870
+ # local_gateway_route_table_vpc_association_id: "LocalGatewayRouteTableVpcAssociationId", # required
9814
9871
  # dry_run: false,
9815
9872
  # }
9816
9873
  #
@@ -9945,7 +10002,7 @@ module Aws::EC2
9945
10002
  # data as a hash:
9946
10003
  #
9947
10004
  # {
9948
- # network_interface_permission_id: "String", # required
10005
+ # network_interface_permission_id: "NetworkInterfacePermissionId", # required
9949
10006
  # force: false,
9950
10007
  # dry_run: false,
9951
10008
  # }
@@ -10022,7 +10079,7 @@ module Aws::EC2
10022
10079
  #
10023
10080
  # {
10024
10081
  # dry_run: false,
10025
- # group_name: "String", # required
10082
+ # group_name: "PlacementGroupName", # required
10026
10083
  # }
10027
10084
  #
10028
10085
  # @!attribute [rw] dry_run
@@ -10068,7 +10125,7 @@ module Aws::EC2
10068
10125
  #
10069
10126
  # {
10070
10127
  # dry_run: false,
10071
- # reserved_instances_ids: ["String"], # required
10128
+ # reserved_instances_ids: ["ReservationId"], # required
10072
10129
  # }
10073
10130
  #
10074
10131
  # @!attribute [rw] dry_run
@@ -10153,7 +10210,7 @@ module Aws::EC2
10153
10210
  #
10154
10211
  # {
10155
10212
  # dry_run: false,
10156
- # route_table_id: "String", # required
10213
+ # route_table_id: "RouteTableId", # required
10157
10214
  # }
10158
10215
  #
10159
10216
  # @!attribute [rw] dry_run
@@ -10179,8 +10236,8 @@ module Aws::EC2
10179
10236
  # data as a hash:
10180
10237
  #
10181
10238
  # {
10182
- # group_id: "String",
10183
- # group_name: "String",
10239
+ # group_id: "SecurityGroupId",
10240
+ # group_name: "SecurityGroupName",
10184
10241
  # dry_run: false,
10185
10242
  # }
10186
10243
  #
@@ -10291,7 +10348,7 @@ module Aws::EC2
10291
10348
  #
10292
10349
  # {
10293
10350
  # dry_run: false,
10294
- # resources: ["String"], # required
10351
+ # resources: ["TaggableResourceId"], # required
10295
10352
  # tags: [
10296
10353
  # {
10297
10354
  # key: "String",
@@ -10491,7 +10548,7 @@ module Aws::EC2
10491
10548
  # data as a hash:
10492
10549
  #
10493
10550
  # {
10494
- # transit_gateway_multicast_domain_id: "String", # required
10551
+ # transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId", # required
10495
10552
  # dry_run: false,
10496
10553
  # }
10497
10554
  #
@@ -10529,7 +10586,7 @@ module Aws::EC2
10529
10586
  # data as a hash:
10530
10587
  #
10531
10588
  # {
10532
- # transit_gateway_attachment_id: "String", # required
10589
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
10533
10590
  # dry_run: false,
10534
10591
  # }
10535
10592
  #
@@ -10567,7 +10624,7 @@ module Aws::EC2
10567
10624
  # data as a hash:
10568
10625
  #
10569
10626
  # {
10570
- # transit_gateway_id: "String", # required
10627
+ # transit_gateway_id: "TransitGatewayId", # required
10571
10628
  # dry_run: false,
10572
10629
  # }
10573
10630
  #
@@ -10605,7 +10662,7 @@ module Aws::EC2
10605
10662
  # data as a hash:
10606
10663
  #
10607
10664
  # {
10608
- # transit_gateway_route_table_id: "String", # required
10665
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
10609
10666
  # destination_cidr_block: "String", # required
10610
10667
  # dry_run: false,
10611
10668
  # }
@@ -10650,7 +10707,7 @@ module Aws::EC2
10650
10707
  # data as a hash:
10651
10708
  #
10652
10709
  # {
10653
- # transit_gateway_route_table_id: "String", # required
10710
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
10654
10711
  # dry_run: false,
10655
10712
  # }
10656
10713
  #
@@ -10688,7 +10745,7 @@ module Aws::EC2
10688
10745
  # data as a hash:
10689
10746
  #
10690
10747
  # {
10691
- # transit_gateway_attachment_id: "String", # required
10748
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
10692
10749
  # dry_run: false,
10693
10750
  # }
10694
10751
  #
@@ -10793,7 +10850,7 @@ module Aws::EC2
10793
10850
  #
10794
10851
  # {
10795
10852
  # dry_run: false,
10796
- # service_ids: ["String"], # required
10853
+ # service_ids: ["VpcEndpointServiceId"], # required
10797
10854
  # }
10798
10855
  #
10799
10856
  # @!attribute [rw] dry_run
@@ -10834,7 +10891,7 @@ module Aws::EC2
10834
10891
  #
10835
10892
  # {
10836
10893
  # dry_run: false,
10837
- # vpc_endpoint_ids: ["String"], # required
10894
+ # vpc_endpoint_ids: ["VpcEndpointId"], # required
10838
10895
  # }
10839
10896
  #
10840
10897
  # @!attribute [rw] dry_run
@@ -11093,9 +11150,9 @@ module Aws::EC2
11093
11150
  # data as a hash:
11094
11151
  #
11095
11152
  # {
11096
- # transit_gateway_multicast_domain_id: "String",
11153
+ # transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
11097
11154
  # group_ip_address: "String",
11098
- # network_interface_ids: ["String"],
11155
+ # network_interface_ids: ["NetworkInterfaceId"],
11099
11156
  # dry_run: false,
11100
11157
  # }
11101
11158
  #
@@ -11143,9 +11200,9 @@ module Aws::EC2
11143
11200
  # data as a hash:
11144
11201
  #
11145
11202
  # {
11146
- # transit_gateway_multicast_domain_id: "String",
11203
+ # transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
11147
11204
  # group_ip_address: "String",
11148
- # network_interface_ids: ["String"],
11205
+ # network_interface_ids: ["NetworkInterfaceId"],
11149
11206
  # dry_run: false,
11150
11207
  # }
11151
11208
  #
@@ -11447,7 +11504,7 @@ module Aws::EC2
11447
11504
  # data as a hash:
11448
11505
  #
11449
11506
  # {
11450
- # bundle_ids: ["String"],
11507
+ # bundle_ids: ["BundleId"],
11451
11508
  # filters: [
11452
11509
  # {
11453
11510
  # name: "String",
@@ -11650,7 +11707,7 @@ module Aws::EC2
11650
11707
  # },
11651
11708
  # ],
11652
11709
  # dry_run: false,
11653
- # instance_ids: ["String"],
11710
+ # instance_ids: ["InstanceId"],
11654
11711
  # max_results: 1,
11655
11712
  # next_token: "String",
11656
11713
  # }
@@ -11735,7 +11792,7 @@ module Aws::EC2
11735
11792
  # data as a hash:
11736
11793
  #
11737
11794
  # {
11738
- # client_vpn_endpoint_id: "String", # required
11795
+ # client_vpn_endpoint_id: "ClientVpnEndpointId", # required
11739
11796
  # dry_run: false,
11740
11797
  # next_token: "NextToken",
11741
11798
  # filters: [
@@ -11812,7 +11869,7 @@ module Aws::EC2
11812
11869
  # data as a hash:
11813
11870
  #
11814
11871
  # {
11815
- # client_vpn_endpoint_id: "String", # required
11872
+ # client_vpn_endpoint_id: "ClientVpnEndpointId", # required
11816
11873
  # filters: [
11817
11874
  # {
11818
11875
  # name: "String",
@@ -11886,7 +11943,7 @@ module Aws::EC2
11886
11943
  # data as a hash:
11887
11944
  #
11888
11945
  # {
11889
- # client_vpn_endpoint_ids: ["String"],
11946
+ # client_vpn_endpoint_ids: ["ClientVpnEndpointId"],
11890
11947
  # max_results: 1,
11891
11948
  # next_token: "NextToken",
11892
11949
  # filters: [
@@ -11959,7 +12016,7 @@ module Aws::EC2
11959
12016
  # data as a hash:
11960
12017
  #
11961
12018
  # {
11962
- # client_vpn_endpoint_id: "String", # required
12019
+ # client_vpn_endpoint_id: "ClientVpnEndpointId", # required
11963
12020
  # filters: [
11964
12021
  # {
11965
12022
  # name: "String",
@@ -12036,7 +12093,7 @@ module Aws::EC2
12036
12093
  # data as a hash:
12037
12094
  #
12038
12095
  # {
12039
- # client_vpn_endpoint_id: "String", # required
12096
+ # client_vpn_endpoint_id: "ClientVpnEndpointId", # required
12040
12097
  # association_ids: ["String"],
12041
12098
  # max_results: 1,
12042
12099
  # next_token: "NextToken",
@@ -12197,7 +12254,7 @@ module Aws::EC2
12197
12254
  # data as a hash:
12198
12255
  #
12199
12256
  # {
12200
- # conversion_task_ids: ["String"],
12257
+ # conversion_task_ids: ["ConversionTaskId"],
12201
12258
  # dry_run: false,
12202
12259
  # }
12203
12260
  #
@@ -12237,7 +12294,7 @@ module Aws::EC2
12237
12294
  # data as a hash:
12238
12295
  #
12239
12296
  # {
12240
- # customer_gateway_ids: ["String"],
12297
+ # customer_gateway_ids: ["CustomerGatewayId"],
12241
12298
  # filters: [
12242
12299
  # {
12243
12300
  # name: "String",
@@ -12314,7 +12371,7 @@ module Aws::EC2
12314
12371
  # data as a hash:
12315
12372
  #
12316
12373
  # {
12317
- # dhcp_options_ids: ["String"],
12374
+ # dhcp_options_ids: ["DhcpOptionsId"],
12318
12375
  # filters: [
12319
12376
  # {
12320
12377
  # name: "String",
@@ -12484,7 +12541,7 @@ module Aws::EC2
12484
12541
  # data as a hash:
12485
12542
  #
12486
12543
  # {
12487
- # elastic_gpu_ids: ["String"],
12544
+ # elastic_gpu_ids: ["ElasticGpuId"],
12488
12545
  # dry_run: false,
12489
12546
  # filters: [
12490
12547
  # {
@@ -12583,7 +12640,7 @@ module Aws::EC2
12583
12640
  # values: ["String"],
12584
12641
  # },
12585
12642
  # ],
12586
- # export_image_task_ids: ["String"],
12643
+ # export_image_task_ids: ["ExportImageTaskId"],
12587
12644
  # max_results: 1,
12588
12645
  # next_token: "NextToken",
12589
12646
  # }
@@ -13178,7 +13235,7 @@ module Aws::EC2
13178
13235
  # values: ["String"],
13179
13236
  # },
13180
13237
  # ],
13181
- # flow_log_ids: ["String"],
13238
+ # flow_log_ids: ["VpcFlowLogId"],
13182
13239
  # max_results: 1,
13183
13240
  # next_token: "String",
13184
13241
  # }
@@ -13208,6 +13265,16 @@ module Aws::EC2
13208
13265
  #
13209
13266
  # * `traffic-type` - The type of traffic (`ACCEPT` \| `REJECT` \|
13210
13267
  # `ALL`).
13268
+ #
13269
+ # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
13270
+ # to the resource. Use the tag key in the filter name and the tag
13271
+ # value as the filter value. For example, to find all resources that
13272
+ # have a tag with the key `Owner` and the value `TeamA`, specify
13273
+ # `tag:Owner` for the filter name and `TeamA` for the filter value.
13274
+ #
13275
+ # * `tag-key` - The key of a tag assigned to the resource. Use this
13276
+ # filter to find all resources assigned a tag with a specific key,
13277
+ # regardless of the tag value.
13211
13278
  # @return [Array<Types::Filter>]
13212
13279
  #
13213
13280
  # @!attribute [rw] flow_log_ids
@@ -13259,7 +13326,7 @@ module Aws::EC2
13259
13326
  #
13260
13327
  # {
13261
13328
  # dry_run: false,
13262
- # fpga_image_id: "String", # required
13329
+ # fpga_image_id: "FpgaImageId", # required
13263
13330
  # attribute: "description", # required, accepts description, name, loadPermission, productCodes
13264
13331
  # }
13265
13332
  #
@@ -13303,7 +13370,7 @@ module Aws::EC2
13303
13370
  #
13304
13371
  # {
13305
13372
  # dry_run: false,
13306
- # fpga_image_ids: ["String"],
13373
+ # fpga_image_ids: ["FpgaImageId"],
13307
13374
  # owners: ["String"],
13308
13375
  # filters: [
13309
13376
  # {
@@ -13418,7 +13485,7 @@ module Aws::EC2
13418
13485
  # max_results: 1,
13419
13486
  # min_duration: 1,
13420
13487
  # next_token: "String",
13421
- # offering_id: "String",
13488
+ # offering_id: "OfferingId",
13422
13489
  # }
13423
13490
  #
13424
13491
  # @!attribute [rw] filter
@@ -13503,7 +13570,7 @@ module Aws::EC2
13503
13570
  # values: ["String"],
13504
13571
  # },
13505
13572
  # ],
13506
- # host_reservation_id_set: ["String"],
13573
+ # host_reservation_id_set: ["HostReservationId"],
13507
13574
  # max_results: 1,
13508
13575
  # next_token: "String",
13509
13576
  # }
@@ -13583,7 +13650,7 @@ module Aws::EC2
13583
13650
  # values: ["String"],
13584
13651
  # },
13585
13652
  # ],
13586
- # host_ids: ["String"],
13653
+ # host_ids: ["DedicatedHostId"],
13587
13654
  # max_results: 1,
13588
13655
  # next_token: "String",
13589
13656
  # }
@@ -13665,7 +13732,7 @@ module Aws::EC2
13665
13732
  # data as a hash:
13666
13733
  #
13667
13734
  # {
13668
- # association_ids: ["String"],
13735
+ # association_ids: ["IamInstanceProfileAssociationId"],
13669
13736
  # filters: [
13670
13737
  # {
13671
13738
  # name: "String",
@@ -13816,7 +13883,7 @@ module Aws::EC2
13816
13883
  #
13817
13884
  # {
13818
13885
  # attribute: "description", # required, accepts description, kernel, ramdisk, launchPermission, productCodes, blockDeviceMapping, sriovNetSupport
13819
- # image_id: "String", # required
13886
+ # image_id: "ImageId", # required
13820
13887
  # dry_run: false,
13821
13888
  # }
13822
13889
  #
@@ -13860,7 +13927,7 @@ module Aws::EC2
13860
13927
  # values: ["String"],
13861
13928
  # },
13862
13929
  # ],
13863
- # image_ids: ["String"],
13930
+ # image_ids: ["ImageId"],
13864
13931
  # owners: ["String"],
13865
13932
  # dry_run: false,
13866
13933
  # }
@@ -14019,7 +14086,7 @@ module Aws::EC2
14019
14086
  # values: ["String"],
14020
14087
  # },
14021
14088
  # ],
14022
- # import_task_ids: ["String"],
14089
+ # import_task_ids: ["ImportImageTaskId"],
14023
14090
  # max_results: 1,
14024
14091
  # next_token: "String",
14025
14092
  # }
@@ -14088,7 +14155,7 @@ module Aws::EC2
14088
14155
  # values: ["String"],
14089
14156
  # },
14090
14157
  # ],
14091
- # import_task_ids: ["String"],
14158
+ # import_task_ids: ["ImportSnapshotTaskId"],
14092
14159
  # max_results: 1,
14093
14160
  # next_token: "String",
14094
14161
  # }
@@ -14153,7 +14220,7 @@ module Aws::EC2
14153
14220
  # {
14154
14221
  # attribute: "instanceType", # required, accepts instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized, sriovNetSupport, enaSupport
14155
14222
  # dry_run: false,
14156
- # instance_id: "String", # required
14223
+ # instance_id: "InstanceId", # required
14157
14224
  # }
14158
14225
  #
14159
14226
  # @!attribute [rw] attribute
@@ -14193,7 +14260,7 @@ module Aws::EC2
14193
14260
  # values: ["String"],
14194
14261
  # },
14195
14262
  # ],
14196
- # instance_ids: ["String"],
14263
+ # instance_ids: ["InstanceId"],
14197
14264
  # max_results: 1,
14198
14265
  # next_token: "String",
14199
14266
  # }
@@ -14271,7 +14338,7 @@ module Aws::EC2
14271
14338
  # values: ["String"],
14272
14339
  # },
14273
14340
  # ],
14274
- # instance_ids: ["String"],
14341
+ # instance_ids: ["InstanceId"],
14275
14342
  # max_results: 1,
14276
14343
  # next_token: "String",
14277
14344
  # dry_run: false,
@@ -14630,7 +14697,7 @@ module Aws::EC2
14630
14697
  # values: ["String"],
14631
14698
  # },
14632
14699
  # ],
14633
- # instance_ids: ["String"],
14700
+ # instance_ids: ["InstanceId"],
14634
14701
  # dry_run: false,
14635
14702
  # max_results: 1,
14636
14703
  # next_token: "String",
@@ -14982,7 +15049,7 @@ module Aws::EC2
14982
15049
  # },
14983
15050
  # ],
14984
15051
  # dry_run: false,
14985
- # internet_gateway_ids: ["String"],
15052
+ # internet_gateway_ids: ["InternetGatewayId"],
14986
15053
  # next_token: "String",
14987
15054
  # max_results: 1,
14988
15055
  # }
@@ -15067,7 +15134,7 @@ module Aws::EC2
15067
15134
  # data as a hash:
15068
15135
  #
15069
15136
  # {
15070
- # pool_ids: ["String"],
15137
+ # pool_ids: ["Ipv6PoolEc2Id"],
15071
15138
  # next_token: "NextToken",
15072
15139
  # max_results: 1,
15073
15140
  # dry_run: false,
@@ -15152,8 +15219,8 @@ module Aws::EC2
15152
15219
  # values: ["String"],
15153
15220
  # },
15154
15221
  # ],
15155
- # key_names: ["String"],
15156
- # key_pair_ids: ["String"],
15222
+ # key_names: ["KeyPairName"],
15223
+ # key_pair_ids: ["KeyPairId"],
15157
15224
  # dry_run: false,
15158
15225
  # }
15159
15226
  #
@@ -15208,7 +15275,7 @@ module Aws::EC2
15208
15275
  #
15209
15276
  # {
15210
15277
  # dry_run: false,
15211
- # launch_template_id: "String",
15278
+ # launch_template_id: "LaunchTemplateId",
15212
15279
  # launch_template_name: "LaunchTemplateName",
15213
15280
  # versions: ["String"],
15214
15281
  # min_version: "String",
@@ -15321,7 +15388,7 @@ module Aws::EC2
15321
15388
  #
15322
15389
  # {
15323
15390
  # dry_run: false,
15324
- # launch_template_ids: ["String"],
15391
+ # launch_template_ids: ["LaunchTemplateId"],
15325
15392
  # launch_template_names: ["LaunchTemplateName"],
15326
15393
  # filters: [
15327
15394
  # {
@@ -15409,7 +15476,7 @@ module Aws::EC2
15409
15476
  # data as a hash:
15410
15477
  #
15411
15478
  # {
15412
- # local_gateway_route_table_virtual_interface_group_association_ids: ["String"],
15479
+ # local_gateway_route_table_virtual_interface_group_association_ids: ["LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"],
15413
15480
  # filters: [
15414
15481
  # {
15415
15482
  # name: "String",
@@ -15478,7 +15545,7 @@ module Aws::EC2
15478
15545
  # data as a hash:
15479
15546
  #
15480
15547
  # {
15481
- # local_gateway_route_table_vpc_association_ids: ["String"],
15548
+ # local_gateway_route_table_vpc_association_ids: ["LocalGatewayRouteTableVpcAssociationId"],
15482
15549
  # filters: [
15483
15550
  # {
15484
15551
  # name: "String",
@@ -15547,7 +15614,7 @@ module Aws::EC2
15547
15614
  # data as a hash:
15548
15615
  #
15549
15616
  # {
15550
- # local_gateway_route_table_ids: ["String"],
15617
+ # local_gateway_route_table_ids: ["LocalGatewayRoutetableId"],
15551
15618
  # filters: [
15552
15619
  # {
15553
15620
  # name: "String",
@@ -15616,7 +15683,7 @@ module Aws::EC2
15616
15683
  # data as a hash:
15617
15684
  #
15618
15685
  # {
15619
- # local_gateway_virtual_interface_group_ids: ["String"],
15686
+ # local_gateway_virtual_interface_group_ids: ["LocalGatewayVirtualInterfaceGroupId"],
15620
15687
  # filters: [
15621
15688
  # {
15622
15689
  # name: "String",
@@ -15685,7 +15752,7 @@ module Aws::EC2
15685
15752
  # data as a hash:
15686
15753
  #
15687
15754
  # {
15688
- # local_gateway_virtual_interface_ids: ["String"],
15755
+ # local_gateway_virtual_interface_ids: ["LocalGatewayVirtualInterfaceId"],
15689
15756
  # filters: [
15690
15757
  # {
15691
15758
  # name: "String",
@@ -15754,7 +15821,7 @@ module Aws::EC2
15754
15821
  # data as a hash:
15755
15822
  #
15756
15823
  # {
15757
- # local_gateway_ids: ["String"],
15824
+ # local_gateway_ids: ["LocalGatewayId"],
15758
15825
  # filters: [
15759
15826
  # {
15760
15827
  # name: "String",
@@ -15908,7 +15975,7 @@ module Aws::EC2
15908
15975
  # },
15909
15976
  # ],
15910
15977
  # max_results: 1,
15911
- # nat_gateway_ids: ["String"],
15978
+ # nat_gateway_ids: ["NatGatewayId"],
15912
15979
  # next_token: "String",
15913
15980
  # }
15914
15981
  #
@@ -15988,7 +16055,7 @@ module Aws::EC2
15988
16055
  # },
15989
16056
  # ],
15990
16057
  # dry_run: false,
15991
- # network_acl_ids: ["String"],
16058
+ # network_acl_ids: ["NetworkAclId"],
15992
16059
  # next_token: "String",
15993
16060
  # max_results: 1,
15994
16061
  # }
@@ -16107,7 +16174,7 @@ module Aws::EC2
16107
16174
  # {
16108
16175
  # attribute: "description", # accepts description, groupSet, sourceDestCheck, attachment
16109
16176
  # dry_run: false,
16110
- # network_interface_id: "String", # required
16177
+ # network_interface_id: "NetworkInterfaceId", # required
16111
16178
  # }
16112
16179
  #
16113
16180
  # @!attribute [rw] attribute
@@ -16173,7 +16240,7 @@ module Aws::EC2
16173
16240
  # data as a hash:
16174
16241
  #
16175
16242
  # {
16176
- # network_interface_permission_ids: ["String"],
16243
+ # network_interface_permission_ids: ["NetworkInterfacePermissionId"],
16177
16244
  # filters: [
16178
16245
  # {
16179
16246
  # name: "String",
@@ -16258,7 +16325,7 @@ module Aws::EC2
16258
16325
  # },
16259
16326
  # ],
16260
16327
  # dry_run: false,
16261
- # network_interface_ids: ["String"],
16328
+ # network_interface_ids: ["NetworkInterfaceId"],
16262
16329
  # next_token: "String",
16263
16330
  # max_results: 1,
16264
16331
  # }
@@ -16443,8 +16510,8 @@ module Aws::EC2
16443
16510
  # },
16444
16511
  # ],
16445
16512
  # dry_run: false,
16446
- # group_names: ["String"],
16447
- # group_ids: ["String"],
16513
+ # group_names: ["PlacementGroupName"],
16514
+ # group_ids: ["PlacementGroupId"],
16448
16515
  # }
16449
16516
  #
16450
16517
  # @!attribute [rw] filters
@@ -16511,7 +16578,7 @@ module Aws::EC2
16511
16578
  # ],
16512
16579
  # max_results: 1,
16513
16580
  # next_token: "String",
16514
- # prefix_list_ids: ["String"],
16581
+ # prefix_list_ids: ["PrefixListResourceId"],
16515
16582
  # }
16516
16583
  #
16517
16584
  # @!attribute [rw] dry_run
@@ -16642,7 +16709,7 @@ module Aws::EC2
16642
16709
  # data as a hash:
16643
16710
  #
16644
16711
  # {
16645
- # pool_ids: ["String"],
16712
+ # pool_ids: ["Ipv4PoolEc2Id"],
16646
16713
  # next_token: "NextToken",
16647
16714
  # max_results: 1,
16648
16715
  # filters: [
@@ -16785,8 +16852,8 @@ module Aws::EC2
16785
16852
  # values: ["String"],
16786
16853
  # },
16787
16854
  # ],
16788
- # reserved_instances_id: "String",
16789
- # reserved_instances_listing_id: "String",
16855
+ # reserved_instances_id: "ReservationId",
16856
+ # reserved_instances_listing_id: "ReservedInstancesListingId",
16790
16857
  # }
16791
16858
  #
16792
16859
  # @!attribute [rw] filters
@@ -16845,7 +16912,7 @@ module Aws::EC2
16845
16912
  # values: ["String"],
16846
16913
  # },
16847
16914
  # ],
16848
- # reserved_instances_modification_ids: ["String"],
16915
+ # reserved_instances_modification_ids: ["ReservedInstancesModificationId"],
16849
16916
  # next_token: "String",
16850
16917
  # }
16851
16918
  #
@@ -16950,7 +17017,7 @@ module Aws::EC2
16950
17017
  # min_duration: 1,
16951
17018
  # offering_class: "standard", # accepts standard, convertible
16952
17019
  # product_description: "Linux/UNIX", # accepts Linux/UNIX, Linux/UNIX (Amazon VPC), Windows, Windows (Amazon VPC)
16953
- # reserved_instances_offering_ids: ["String"],
17020
+ # reserved_instances_offering_ids: ["ReservedInstancesOfferingId"],
16954
17021
  # dry_run: false,
16955
17022
  # instance_tenancy: "default", # accepts default, dedicated, host
16956
17023
  # max_results: 1,
@@ -17144,7 +17211,7 @@ module Aws::EC2
17144
17211
  # },
17145
17212
  # ],
17146
17213
  # offering_class: "standard", # accepts standard, convertible
17147
- # reserved_instances_ids: ["String"],
17214
+ # reserved_instances_ids: ["ReservationId"],
17148
17215
  # dry_run: false,
17149
17216
  # offering_type: "Heavy Utilization", # accepts Heavy Utilization, Medium Utilization, Light Utilization, No Upfront, Partial Upfront, All Upfront
17150
17217
  # }
@@ -17263,7 +17330,7 @@ module Aws::EC2
17263
17330
  # },
17264
17331
  # ],
17265
17332
  # dry_run: false,
17266
- # route_table_ids: ["String"],
17333
+ # route_table_ids: ["RouteTableId"],
17267
17334
  # next_token: "String",
17268
17335
  # max_results: 1,
17269
17336
  # }
@@ -17524,7 +17591,7 @@ module Aws::EC2
17524
17591
  # ],
17525
17592
  # max_results: 1,
17526
17593
  # next_token: "String",
17527
- # scheduled_instance_ids: ["String"],
17594
+ # scheduled_instance_ids: ["ScheduledInstanceId"],
17528
17595
  # slot_start_time_range: {
17529
17596
  # earliest_time: Time.now,
17530
17597
  # latest_time: Time.now,
@@ -17607,7 +17674,7 @@ module Aws::EC2
17607
17674
  #
17608
17675
  # {
17609
17676
  # dry_run: false,
17610
- # group_id: ["String"], # required
17677
+ # group_id: ["SecurityGroupId"], # required
17611
17678
  # }
17612
17679
  #
17613
17680
  # @!attribute [rw] dry_run
@@ -17651,7 +17718,7 @@ module Aws::EC2
17651
17718
  # },
17652
17719
  # ],
17653
17720
  # group_ids: ["String"],
17654
- # group_names: ["String"],
17721
+ # group_names: ["SecurityGroupName"],
17655
17722
  # dry_run: false,
17656
17723
  # next_token: "String",
17657
17724
  # max_results: 1,
@@ -17809,7 +17876,7 @@ module Aws::EC2
17809
17876
  #
17810
17877
  # {
17811
17878
  # attribute: "productCodes", # required, accepts productCodes, createVolumePermission
17812
- # snapshot_id: "String", # required
17879
+ # snapshot_id: "SnapshotId", # required
17813
17880
  # dry_run: false,
17814
17881
  # }
17815
17882
  #
@@ -17873,7 +17940,7 @@ module Aws::EC2
17873
17940
  # next_token: "String",
17874
17941
  # owner_ids: ["String"],
17875
17942
  # restorable_by_user_ids: ["String"],
17876
- # snapshot_ids: ["String"],
17943
+ # snapshot_ids: ["SnapshotId"],
17877
17944
  # dry_run: false,
17878
17945
  # }
17879
17946
  #
@@ -18041,7 +18108,7 @@ module Aws::EC2
18041
18108
  # dry_run: false,
18042
18109
  # max_results: 1,
18043
18110
  # next_token: "String",
18044
- # spot_fleet_request_id: "String", # required
18111
+ # spot_fleet_request_id: "SpotFleetRequestId", # required
18045
18112
  # }
18046
18113
  #
18047
18114
  # @!attribute [rw] dry_run
@@ -18111,7 +18178,7 @@ module Aws::EC2
18111
18178
  # event_type: "instanceChange", # accepts instanceChange, fleetRequestChange, error, information
18112
18179
  # max_results: 1,
18113
18180
  # next_token: "String",
18114
- # spot_fleet_request_id: "String", # required
18181
+ # spot_fleet_request_id: "SpotFleetRequestId", # required
18115
18182
  # start_time: Time.now, # required
18116
18183
  # }
18117
18184
  #
@@ -18209,7 +18276,7 @@ module Aws::EC2
18209
18276
  # dry_run: false,
18210
18277
  # max_results: 1,
18211
18278
  # next_token: "String",
18212
- # spot_fleet_request_ids: ["String"],
18279
+ # spot_fleet_request_ids: ["SpotFleetRequestId"],
18213
18280
  # }
18214
18281
  #
18215
18282
  # @!attribute [rw] dry_run
@@ -18276,7 +18343,7 @@ module Aws::EC2
18276
18343
  # },
18277
18344
  # ],
18278
18345
  # dry_run: false,
18279
- # spot_instance_request_ids: ["String"],
18346
+ # spot_instance_request_ids: ["SpotInstanceRequestId"],
18280
18347
  # next_token: "String",
18281
18348
  # max_results: 1,
18282
18349
  # }
@@ -18645,7 +18712,7 @@ module Aws::EC2
18645
18712
  # values: ["String"],
18646
18713
  # },
18647
18714
  # ],
18648
- # subnet_ids: ["String"],
18715
+ # subnet_ids: ["SubnetId"],
18649
18716
  # dry_run: false,
18650
18717
  # next_token: "String",
18651
18718
  # max_results: 1,
@@ -18786,9 +18853,10 @@ module Aws::EC2
18786
18853
  # `dedicated-host` \| `dhcp-options` \| `elastic-ip` \| `fleet` \|
18787
18854
  # `fpga-image` \| `image` \| `instance` \| `host-reservation` \|
18788
18855
  # `internet-gateway` \| `launch-template` \| `natgateway` \|
18789
- # `network-acl` \| `network-interface` \| `reserved-instances` \|
18790
- # `route-table` \| `security-group` \| `snapshot` \|
18791
- # `spot-instances-request` \| `subnet` \| `volume` \| `vpc` \|
18856
+ # `network-acl` \| `network-interface` \| `placement-group` \|
18857
+ # `reserved-instances` \| `route-table` \| `security-group` \|
18858
+ # `snapshot` \| `spot-instances-request` \| `subnet` \| `volume` \|
18859
+ # `vpc` \| `vpc-endpoint` \| `vpc-endpoint-service` \|
18792
18860
  # `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`).
18793
18861
  #
18794
18862
  # * `tag`\:&lt;key&gt; - The key/value combination of the tag. For
@@ -18840,7 +18908,7 @@ module Aws::EC2
18840
18908
  # data as a hash:
18841
18909
  #
18842
18910
  # {
18843
- # traffic_mirror_filter_ids: ["String"],
18911
+ # traffic_mirror_filter_ids: ["TrafficMirrorFilterId"],
18844
18912
  # dry_run: false,
18845
18913
  # filters: [
18846
18914
  # {
@@ -18913,7 +18981,7 @@ module Aws::EC2
18913
18981
  # data as a hash:
18914
18982
  #
18915
18983
  # {
18916
- # traffic_mirror_session_ids: ["String"],
18984
+ # traffic_mirror_session_ids: ["TrafficMirrorSessionId"],
18917
18985
  # dry_run: false,
18918
18986
  # filters: [
18919
18987
  # {
@@ -19006,7 +19074,7 @@ module Aws::EC2
19006
19074
  # data as a hash:
19007
19075
  #
19008
19076
  # {
19009
- # traffic_mirror_target_ids: ["String"],
19077
+ # traffic_mirror_target_ids: ["TrafficMirrorTargetId"],
19010
19078
  # dry_run: false,
19011
19079
  # filters: [
19012
19080
  # {
@@ -19088,7 +19156,7 @@ module Aws::EC2
19088
19156
  # data as a hash:
19089
19157
  #
19090
19158
  # {
19091
- # transit_gateway_attachment_ids: ["String"],
19159
+ # transit_gateway_attachment_ids: ["TransitGatewayAttachmentId"],
19092
19160
  # filters: [
19093
19161
  # {
19094
19162
  # name: "String",
@@ -19258,7 +19326,7 @@ module Aws::EC2
19258
19326
  # data as a hash:
19259
19327
  #
19260
19328
  # {
19261
- # transit_gateway_attachment_ids: ["String"],
19329
+ # transit_gateway_attachment_ids: ["TransitGatewayAttachmentId"],
19262
19330
  # filters: [
19263
19331
  # {
19264
19332
  # name: "String",
@@ -19413,7 +19481,7 @@ module Aws::EC2
19413
19481
  # data as a hash:
19414
19482
  #
19415
19483
  # {
19416
- # transit_gateway_attachment_ids: ["String"],
19484
+ # transit_gateway_attachment_ids: ["TransitGatewayAttachmentId"],
19417
19485
  # filters: [
19418
19486
  # {
19419
19487
  # name: "String",
@@ -19492,7 +19560,7 @@ module Aws::EC2
19492
19560
  # data as a hash:
19493
19561
  #
19494
19562
  # {
19495
- # transit_gateway_ids: ["String"],
19563
+ # transit_gateway_ids: ["TransitGatewayId"],
19496
19564
  # filters: [
19497
19565
  # {
19498
19566
  # name: "String",
@@ -19598,7 +19666,7 @@ module Aws::EC2
19598
19666
  #
19599
19667
  # {
19600
19668
  # attribute: "autoEnableIO", # required, accepts autoEnableIO, productCodes
19601
- # volume_id: "String", # required
19669
+ # volume_id: "VolumeId", # required
19602
19670
  # dry_run: false,
19603
19671
  # }
19604
19672
  #
@@ -19659,7 +19727,7 @@ module Aws::EC2
19659
19727
  # ],
19660
19728
  # max_results: 1,
19661
19729
  # next_token: "String",
19662
- # volume_ids: ["String"],
19730
+ # volume_ids: ["VolumeId"],
19663
19731
  # dry_run: false,
19664
19732
  # }
19665
19733
  #
@@ -19765,7 +19833,7 @@ module Aws::EC2
19765
19833
  #
19766
19834
  # {
19767
19835
  # dry_run: false,
19768
- # volume_ids: ["String"],
19836
+ # volume_ids: ["VolumeId"],
19769
19837
  # filters: [
19770
19838
  # {
19771
19839
  # name: "String",
@@ -19789,9 +19857,11 @@ module Aws::EC2
19789
19857
  # @return [Array<String>]
19790
19858
  #
19791
19859
  # @!attribute [rw] filters
19792
- # The filters. Supported filters: `volume-id`, `modification-state`,
19793
- # `target-size`, `target-iops`, `target-volume-type`, `original-size`,
19794
- # `original-iops`, `original-volume-type`, `start-time`.
19860
+ # The filters. Supported filters: `volume-id` \| `modification-state`
19861
+ # \| `target-size` \| `target-iops` \| `target-volume-type` \|
19862
+ # `original-size` \| `original-iops` \| `original-volume-type` \|
19863
+ # `start-time` \| `originalMultiAttachEnabled` \|
19864
+ # `targetMultiAttachEnabled`.
19795
19865
  # @return [Array<Types::Filter>]
19796
19866
  #
19797
19867
  # @!attribute [rw] next_token
@@ -19840,7 +19910,7 @@ module Aws::EC2
19840
19910
  # values: ["String"],
19841
19911
  # },
19842
19912
  # ],
19843
- # volume_ids: ["String"],
19913
+ # volume_ids: ["VolumeId"],
19844
19914
  # dry_run: false,
19845
19915
  # max_results: 1,
19846
19916
  # next_token: "String",
@@ -19872,6 +19942,9 @@ module Aws::EC2
19872
19942
  # * `encrypted` - Indicates whether the volume is encrypted (`true` \|
19873
19943
  # `false`)
19874
19944
  #
19945
+ # * `multi-attach-enabled` - Indicates whether the volume is enabled
19946
+ # for Multi-Attach (`true` \| `false`)
19947
+ #
19875
19948
  # * `fast-restored` - Indicates whether the volume was created from a
19876
19949
  # snapshot that is enabled for fast snapshot restore (`true` \|
19877
19950
  # `false`).
@@ -20030,7 +20103,7 @@ module Aws::EC2
20030
20103
  # {
20031
20104
  # max_results: 1,
20032
20105
  # next_token: "DescribeVpcClassicLinkDnsSupportNextToken",
20033
- # vpc_ids: ["String"],
20106
+ # vpc_ids: ["VpcId"],
20034
20107
  # }
20035
20108
  #
20036
20109
  # @!attribute [rw] max_results
@@ -20084,7 +20157,7 @@ module Aws::EC2
20084
20157
  # },
20085
20158
  # ],
20086
20159
  # dry_run: false,
20087
- # vpc_ids: ["String"],
20160
+ # vpc_ids: ["VpcId"],
20088
20161
  # }
20089
20162
  #
20090
20163
  # @!attribute [rw] filters
@@ -20141,7 +20214,7 @@ module Aws::EC2
20141
20214
  #
20142
20215
  # {
20143
20216
  # dry_run: false,
20144
- # connection_notification_id: "String",
20217
+ # connection_notification_id: "ConnectionNotificationId",
20145
20218
  # filters: [
20146
20219
  # {
20147
20220
  # name: "String",
@@ -20301,7 +20374,7 @@ module Aws::EC2
20301
20374
  #
20302
20375
  # {
20303
20376
  # dry_run: false,
20304
- # service_ids: ["String"],
20377
+ # service_ids: ["VpcEndpointServiceId"],
20305
20378
  # filters: [
20306
20379
  # {
20307
20380
  # name: "String",
@@ -20389,7 +20462,7 @@ module Aws::EC2
20389
20462
  #
20390
20463
  # {
20391
20464
  # dry_run: false,
20392
- # service_id: "String", # required
20465
+ # service_id: "VpcEndpointServiceId", # required
20393
20466
  # filters: [
20394
20467
  # {
20395
20468
  # name: "String",
@@ -20561,7 +20634,7 @@ module Aws::EC2
20561
20634
  #
20562
20635
  # {
20563
20636
  # dry_run: false,
20564
- # vpc_endpoint_ids: ["String"],
20637
+ # vpc_endpoint_ids: ["VpcEndpointId"],
20565
20638
  # filters: [
20566
20639
  # {
20567
20640
  # name: "String",
@@ -20662,7 +20735,7 @@ module Aws::EC2
20662
20735
  # },
20663
20736
  # ],
20664
20737
  # dry_run: false,
20665
- # vpc_peering_connection_ids: ["String"],
20738
+ # vpc_peering_connection_ids: ["VpcPeeringConnectionId"],
20666
20739
  # next_token: "String",
20667
20740
  # max_results: 1,
20668
20741
  # }
@@ -20771,7 +20844,7 @@ module Aws::EC2
20771
20844
  # values: ["String"],
20772
20845
  # },
20773
20846
  # ],
20774
- # vpc_ids: ["String"],
20847
+ # vpc_ids: ["VpcId"],
20775
20848
  # dry_run: false,
20776
20849
  # next_token: "String",
20777
20850
  # max_results: 1,
@@ -20890,7 +20963,7 @@ module Aws::EC2
20890
20963
  # values: ["String"],
20891
20964
  # },
20892
20965
  # ],
20893
- # vpn_connection_ids: ["String"],
20966
+ # vpn_connection_ids: ["VpnConnectionId"],
20894
20967
  # dry_run: false,
20895
20968
  # }
20896
20969
  #
@@ -20985,7 +21058,7 @@ module Aws::EC2
20985
21058
  # values: ["String"],
20986
21059
  # },
20987
21060
  # ],
20988
- # vpn_gateway_ids: ["String"],
21061
+ # vpn_gateway_ids: ["VpnGatewayId"],
20989
21062
  # dry_run: false,
20990
21063
  # }
20991
21064
  #
@@ -21218,7 +21291,8 @@ module Aws::EC2
21218
21291
  # @return [Boolean]
21219
21292
  #
21220
21293
  # @!attribute [rw] instance_id
21221
- # The ID of the instance.
21294
+ # The ID of the instance. If you are detaching a Multi-Attach enabled
21295
+ # volume, you must specify an instance ID.
21222
21296
  # @return [String]
21223
21297
  #
21224
21298
  # @!attribute [rw] volume_id
@@ -21527,7 +21601,7 @@ module Aws::EC2
21527
21601
  #
21528
21602
  # {
21529
21603
  # availability_zones: ["String"], # required
21530
- # source_snapshot_ids: ["String"], # required
21604
+ # source_snapshot_ids: ["SnapshotId"], # required
21531
21605
  # dry_run: false,
21532
21606
  # }
21533
21607
  #
@@ -21578,8 +21652,8 @@ module Aws::EC2
21578
21652
  # data as a hash:
21579
21653
  #
21580
21654
  # {
21581
- # transit_gateway_route_table_id: "String", # required
21582
- # transit_gateway_attachment_id: "String", # required
21655
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
21656
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
21583
21657
  # dry_run: false,
21584
21658
  # }
21585
21659
  #
@@ -21626,6 +21700,7 @@ module Aws::EC2
21626
21700
  # {
21627
21701
  # gateway_id: "VpnGatewayId", # required
21628
21702
  # route_table_id: "RouteTableId", # required
21703
+ # dry_run: false,
21629
21704
  # }
21630
21705
  #
21631
21706
  # @!attribute [rw] gateway_id
@@ -21636,11 +21711,19 @@ module Aws::EC2
21636
21711
  # The ID of the route table.
21637
21712
  # @return [String]
21638
21713
  #
21714
+ # @!attribute [rw] dry_run
21715
+ # Checks whether you have the required permissions for the action,
21716
+ # without actually making the request, and provides an error response.
21717
+ # If you have the required permissions, the error response is
21718
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
21719
+ # @return [Boolean]
21720
+ #
21639
21721
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableVgwRoutePropagationRequest AWS API Documentation
21640
21722
  #
21641
21723
  class DisableVgwRoutePropagationRequest < Struct.new(
21642
21724
  :gateway_id,
21643
- :route_table_id)
21725
+ :route_table_id,
21726
+ :dry_run)
21644
21727
  include Aws::Structure
21645
21728
  end
21646
21729
 
@@ -21800,7 +21883,7 @@ module Aws::EC2
21800
21883
  # data as a hash:
21801
21884
  #
21802
21885
  # {
21803
- # association_id: "String", # required
21886
+ # association_id: "IamInstanceProfileAssociationId", # required
21804
21887
  # }
21805
21888
  #
21806
21889
  # @!attribute [rw] association_id
@@ -21891,8 +21974,8 @@ module Aws::EC2
21891
21974
  # data as a hash:
21892
21975
  #
21893
21976
  # {
21894
- # transit_gateway_multicast_domain_id: "String",
21895
- # transit_gateway_attachment_id: "String",
21977
+ # transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
21978
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId",
21896
21979
  # subnet_ids: ["String"],
21897
21980
  # dry_run: false,
21898
21981
  # }
@@ -21941,8 +22024,8 @@ module Aws::EC2
21941
22024
  # data as a hash:
21942
22025
  #
21943
22026
  # {
21944
- # transit_gateway_route_table_id: "String", # required
21945
- # transit_gateway_attachment_id: "String", # required
22027
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
22028
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
21946
22029
  # dry_run: false,
21947
22030
  # }
21948
22031
  #
@@ -22820,7 +22903,7 @@ module Aws::EC2
22820
22903
  #
22821
22904
  # {
22822
22905
  # availability_zones: ["String"], # required
22823
- # source_snapshot_ids: ["String"], # required
22906
+ # source_snapshot_ids: ["SnapshotId"], # required
22824
22907
  # dry_run: false,
22825
22908
  # }
22826
22909
  #
@@ -22872,8 +22955,8 @@ module Aws::EC2
22872
22955
  # data as a hash:
22873
22956
  #
22874
22957
  # {
22875
- # transit_gateway_route_table_id: "String", # required
22876
- # transit_gateway_attachment_id: "String", # required
22958
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
22959
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
22877
22960
  # dry_run: false,
22878
22961
  # }
22879
22962
  #
@@ -22920,6 +23003,7 @@ module Aws::EC2
22920
23003
  # {
22921
23004
  # gateway_id: "VpnGatewayId", # required
22922
23005
  # route_table_id: "RouteTableId", # required
23006
+ # dry_run: false,
22923
23007
  # }
22924
23008
  #
22925
23009
  # @!attribute [rw] gateway_id
@@ -22933,11 +23017,19 @@ module Aws::EC2
22933
23017
  # the same VPC that the virtual private gateway is attached to.
22934
23018
  # @return [String]
22935
23019
  #
23020
+ # @!attribute [rw] dry_run
23021
+ # Checks whether you have the required permissions for the action,
23022
+ # without actually making the request, and provides an error response.
23023
+ # If you have the required permissions, the error response is
23024
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
23025
+ # @return [Boolean]
23026
+ #
22936
23027
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableVgwRoutePropagationRequest AWS API Documentation
22937
23028
  #
22938
23029
  class EnableVgwRoutePropagationRequest < Struct.new(
22939
23030
  :gateway_id,
22940
- :route_table_id)
23031
+ :route_table_id,
23032
+ :dry_run)
22941
23033
  include Aws::Structure
22942
23034
  end
22943
23035
 
@@ -23540,7 +23632,7 @@ module Aws::EC2
23540
23632
  # data as a hash:
23541
23633
  #
23542
23634
  # {
23543
- # transit_gateway_route_table_id: "String", # required
23635
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
23544
23636
  # filters: [
23545
23637
  # {
23546
23638
  # name: "String",
@@ -23860,7 +23952,7 @@ module Aws::EC2
23860
23952
  #
23861
23953
  # {
23862
23954
  # launch_template_specification: {
23863
- # launch_template_id: "String",
23955
+ # launch_template_id: "LaunchTemplateId",
23864
23956
  # launch_template_name: "LaunchTemplateName",
23865
23957
  # version: "String",
23866
23958
  # },
@@ -23868,7 +23960,7 @@ module Aws::EC2
23868
23960
  # {
23869
23961
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
23870
23962
  # max_price: "String",
23871
- # subnet_id: "String",
23963
+ # subnet_id: "SubnetId",
23872
23964
  # availability_zone: "String",
23873
23965
  # weighted_capacity: 1.0,
23874
23966
  # priority: 1.0,
@@ -23962,7 +24054,7 @@ module Aws::EC2
23962
24054
  # {
23963
24055
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
23964
24056
  # max_price: "String",
23965
- # subnet_id: "String",
24057
+ # subnet_id: "SubnetId",
23966
24058
  # availability_zone: "String",
23967
24059
  # weighted_capacity: 1.0,
23968
24060
  # priority: 1.0,
@@ -24071,7 +24163,7 @@ module Aws::EC2
24071
24163
  # data as a hash:
24072
24164
  #
24073
24165
  # {
24074
- # launch_template_id: "String",
24166
+ # launch_template_id: "LaunchTemplateId",
24075
24167
  # launch_template_name: "LaunchTemplateName",
24076
24168
  # version: "String",
24077
24169
  # }
@@ -24162,6 +24254,10 @@ module Aws::EC2
24162
24254
  # The format of the flow log record.
24163
24255
  # @return [String]
24164
24256
  #
24257
+ # @!attribute [rw] tags
24258
+ # The tags for the flow log.
24259
+ # @return [Array<Types::Tag>]
24260
+ #
24165
24261
  # @!attribute [rw] max_aggregation_interval
24166
24262
  # The maximum interval of time, in seconds, during which a flow of
24167
24263
  # packets is captured and aggregated into a flow log record.
@@ -24192,6 +24288,7 @@ module Aws::EC2
24192
24288
  :log_destination_type,
24193
24289
  :log_destination,
24194
24290
  :log_format,
24291
+ :tags,
24195
24292
  :max_aggregation_interval)
24196
24293
  include Aws::Structure
24197
24294
  end
@@ -24403,7 +24500,7 @@ module Aws::EC2
24403
24500
  # data as a hash:
24404
24501
  #
24405
24502
  # {
24406
- # pool_id: "String", # required
24503
+ # pool_id: "Ipv6PoolEc2Id", # required
24407
24504
  # next_token: "NextToken",
24408
24505
  # max_results: 1,
24409
24506
  # dry_run: false,
@@ -24568,7 +24665,7 @@ module Aws::EC2
24568
24665
  # data as a hash:
24569
24666
  #
24570
24667
  # {
24571
- # pool_id: "String", # required
24668
+ # pool_id: "CoipPoolId", # required
24572
24669
  # filters: [
24573
24670
  # {
24574
24671
  # name: "String",
@@ -25014,11 +25111,11 @@ module Aws::EC2
25014
25111
  #
25015
25112
  # {
25016
25113
  # dry_run: false,
25017
- # reserved_instance_ids: ["String"], # required
25114
+ # reserved_instance_ids: ["ReservationId"], # required
25018
25115
  # target_configurations: [
25019
25116
  # {
25020
25117
  # instance_count: 1,
25021
- # offering_id: "String", # required
25118
+ # offering_id: "ReservedInstancesOfferingId", # required
25022
25119
  # },
25023
25120
  # ],
25024
25121
  # }
@@ -25106,7 +25203,7 @@ module Aws::EC2
25106
25203
  # data as a hash:
25107
25204
  #
25108
25205
  # {
25109
- # transit_gateway_attachment_id: "String", # required
25206
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
25110
25207
  # filters: [
25111
25208
  # {
25112
25209
  # name: "String",
@@ -25180,7 +25277,7 @@ module Aws::EC2
25180
25277
  # data as a hash:
25181
25278
  #
25182
25279
  # {
25183
- # transit_gateway_multicast_domain_id: "String",
25280
+ # transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
25184
25281
  # filters: [
25185
25282
  # {
25186
25283
  # name: "String",
@@ -25262,7 +25359,7 @@ module Aws::EC2
25262
25359
  # data as a hash:
25263
25360
  #
25264
25361
  # {
25265
- # transit_gateway_route_table_id: "String", # required
25362
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
25266
25363
  # filters: [
25267
25364
  # {
25268
25365
  # name: "String",
@@ -25337,7 +25434,7 @@ module Aws::EC2
25337
25434
  # data as a hash:
25338
25435
  #
25339
25436
  # {
25340
- # transit_gateway_route_table_id: "String", # required
25437
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
25341
25438
  # filters: [
25342
25439
  # {
25343
25440
  # name: "String",
@@ -26290,7 +26387,7 @@ module Aws::EC2
26290
26387
  # description: "String",
26291
26388
  # device_name: "String",
26292
26389
  # format: "String",
26293
- # snapshot_id: "String",
26390
+ # snapshot_id: "SnapshotId",
26294
26391
  # url: "String",
26295
26392
  # user_bucket: {
26296
26393
  # s3_bucket: "String",
@@ -26440,7 +26537,7 @@ module Aws::EC2
26440
26537
  # description: "String",
26441
26538
  # device_name: "String",
26442
26539
  # format: "String",
26443
- # snapshot_id: "String",
26540
+ # snapshot_id: "SnapshotId",
26444
26541
  # url: "String",
26445
26542
  # user_bucket: {
26446
26543
  # s3_bucket: "String",
@@ -26776,8 +26873,8 @@ module Aws::EC2
26776
26873
  # {
26777
26874
  # additional_info: "String",
26778
26875
  # architecture: "i386", # accepts i386, x86_64, arm64
26779
- # group_ids: ["String"],
26780
- # group_names: ["String"],
26876
+ # group_ids: ["SecurityGroupId"],
26877
+ # group_names: ["SecurityGroupName"],
26781
26878
  # instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
26782
26879
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
26783
26880
  # monitoring: false,
@@ -26890,8 +26987,8 @@ module Aws::EC2
26890
26987
  # launch_specification: {
26891
26988
  # additional_info: "String",
26892
26989
  # architecture: "i386", # accepts i386, x86_64, arm64
26893
- # group_ids: ["String"],
26894
- # group_names: ["String"],
26990
+ # group_ids: ["SecurityGroupId"],
26991
+ # group_names: ["SecurityGroupName"],
26895
26992
  # instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
26896
26993
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
26897
26994
  # monitoring: false,
@@ -27035,7 +27132,7 @@ module Aws::EC2
27035
27132
  #
27036
27133
  # {
27037
27134
  # dry_run: false,
27038
- # key_name: "KeyPairName", # required
27135
+ # key_name: "String", # required
27039
27136
  # public_key_material: "data", # required
27040
27137
  # }
27041
27138
  #
@@ -27880,7 +27977,7 @@ module Aws::EC2
27880
27977
  # data as a hash:
27881
27978
  #
27882
27979
  # {
27883
- # instance_id: "String",
27980
+ # instance_id: "InstanceId",
27884
27981
  # cpu_credits: "String",
27885
27982
  # }
27886
27983
  #
@@ -28311,7 +28408,7 @@ module Aws::EC2
28311
28408
  # delete_on_termination: false,
28312
28409
  # description: "String",
28313
28410
  # device_index: 1,
28314
- # groups: ["String"],
28411
+ # groups: ["SecurityGroupId"],
28315
28412
  # ipv_6_address_count: 1,
28316
28413
  # ipv_6_addresses: [
28317
28414
  # {
@@ -28495,7 +28592,7 @@ module Aws::EC2
28495
28592
  # data as a hash:
28496
28593
  #
28497
28594
  # {
28498
- # instance_id: "String",
28595
+ # instance_id: "InstanceId",
28499
28596
  # exclude_boot_volume: false,
28500
28597
  # }
28501
28598
  #
@@ -29520,7 +29617,7 @@ module Aws::EC2
29520
29617
  # delete_on_termination: false,
29521
29618
  # iops: 1,
29522
29619
  # kms_key_id: "String",
29523
- # snapshot_id: "String",
29620
+ # snapshot_id: "SnapshotId",
29524
29621
  # volume_size: 1,
29525
29622
  # volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
29526
29623
  # },
@@ -29574,7 +29671,7 @@ module Aws::EC2
29574
29671
  # {
29575
29672
  # capacity_reservation_preference: "open", # accepts open, none
29576
29673
  # capacity_reservation_target: {
29577
- # capacity_reservation_id: "String",
29674
+ # capacity_reservation_id: "CapacityReservationId",
29578
29675
  # },
29579
29676
  # }
29580
29677
  #
@@ -29770,7 +29867,7 @@ module Aws::EC2
29770
29867
  # delete_on_termination: false,
29771
29868
  # iops: 1,
29772
29869
  # kms_key_id: "String",
29773
- # snapshot_id: "String",
29870
+ # snapshot_id: "SnapshotId",
29774
29871
  # volume_size: 1,
29775
29872
  # volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
29776
29873
  # }
@@ -30245,7 +30342,7 @@ module Aws::EC2
30245
30342
  # delete_on_termination: false,
30246
30343
  # description: "String",
30247
30344
  # device_index: 1,
30248
- # groups: ["String"],
30345
+ # groups: ["SecurityGroupId"],
30249
30346
  # interface_type: "String",
30250
30347
  # ipv_6_address_count: 1,
30251
30348
  # ipv_6_addresses: [
@@ -30253,7 +30350,7 @@ module Aws::EC2
30253
30350
  # ipv_6_address: "String",
30254
30351
  # },
30255
30352
  # ],
30256
- # network_interface_id: "String",
30353
+ # network_interface_id: "NetworkInterfaceId",
30257
30354
  # private_ip_address: "String",
30258
30355
  # private_ip_addresses: [
30259
30356
  # {
@@ -30262,7 +30359,7 @@ module Aws::EC2
30262
30359
  # },
30263
30360
  # ],
30264
30361
  # secondary_private_ip_address_count: 1,
30265
- # subnet_id: "String",
30362
+ # subnet_id: "SubnetId",
30266
30363
  # }
30267
30364
  #
30268
30365
  # @!attribute [rw] associate_public_ip_address
@@ -30504,8 +30601,8 @@ module Aws::EC2
30504
30601
  # {
30505
30602
  # availability_zone: "String",
30506
30603
  # affinity: "String",
30507
- # group_name: "String",
30508
- # host_id: "String",
30604
+ # group_name: "PlacementGroupName",
30605
+ # host_id: "DedicatedHostId",
30509
30606
  # tenancy: "default", # accepts default, dedicated, host
30510
30607
  # spread_domain: "String",
30511
30608
  # host_resource_group_arn: "String",
@@ -30570,7 +30667,7 @@ module Aws::EC2
30570
30667
  # data as a hash:
30571
30668
  #
30572
30669
  # {
30573
- # launch_template_id: "String",
30670
+ # launch_template_id: "LaunchTemplateId",
30574
30671
  # launch_template_name: "String",
30575
30672
  # version: "String",
30576
30673
  # }
@@ -30713,7 +30810,7 @@ module Aws::EC2
30713
30810
  # data as a hash:
30714
30811
  #
30715
30812
  # {
30716
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
30813
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
30717
30814
  # tags: [
30718
30815
  # {
30719
30816
  # key: "String",
@@ -31344,6 +31441,8 @@ module Aws::EC2
31344
31441
  # description: "String",
31345
31442
  # split_tunnel: false,
31346
31443
  # dry_run: false,
31444
+ # security_group_ids: ["String"],
31445
+ # vpc_id: "VpcId",
31347
31446
  # }
31348
31447
  #
31349
31448
  # @!attribute [rw] client_vpn_endpoint_id
@@ -31408,6 +31507,15 @@ module Aws::EC2
31408
31507
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
31409
31508
  # @return [Boolean]
31410
31509
  #
31510
+ # @!attribute [rw] security_group_ids
31511
+ # The IDs of one or more security groups to apply to the target
31512
+ # network.
31513
+ # @return [Array<String>]
31514
+ #
31515
+ # @!attribute [rw] vpc_id
31516
+ # The ID of the VPC to associate with the Client VPN endpoint.
31517
+ # @return [String]
31518
+ #
31411
31519
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyClientVpnEndpointRequest AWS API Documentation
31412
31520
  #
31413
31521
  class ModifyClientVpnEndpointRequest < Struct.new(
@@ -31418,7 +31526,9 @@ module Aws::EC2
31418
31526
  :vpn_port,
31419
31527
  :description,
31420
31528
  :split_tunnel,
31421
- :dry_run)
31529
+ :dry_run,
31530
+ :security_group_ids,
31531
+ :vpc_id)
31422
31532
  include Aws::Structure
31423
31533
  end
31424
31534
 
@@ -31705,7 +31815,7 @@ module Aws::EC2
31705
31815
  #
31706
31816
  # {
31707
31817
  # auto_placement: "on", # accepts on, off
31708
- # host_ids: ["String"], # required
31818
+ # host_ids: ["DedicatedHostId"], # required
31709
31819
  # host_recovery: "on", # accepts on, off
31710
31820
  # instance_type: "String",
31711
31821
  # instance_family: "String",
@@ -32158,7 +32268,7 @@ module Aws::EC2
32158
32268
  # capacity_reservation_specification: { # required
32159
32269
  # capacity_reservation_preference: "open", # accepts open, none
32160
32270
  # capacity_reservation_target: {
32161
- # capacity_reservation_id: "String",
32271
+ # capacity_reservation_id: "CapacityReservationId",
32162
32272
  # },
32163
32273
  # },
32164
32274
  # dry_run: false,
@@ -32208,7 +32318,7 @@ module Aws::EC2
32208
32318
  # client_token: "String",
32209
32319
  # instance_credit_specifications: [ # required
32210
32320
  # {
32211
- # instance_id: "String",
32321
+ # instance_id: "InstanceId",
32212
32322
  # cpu_credits: "String",
32213
32323
  # },
32214
32324
  # ],
@@ -32316,7 +32426,7 @@ module Aws::EC2
32316
32426
  # data as a hash:
32317
32427
  #
32318
32428
  # {
32319
- # instance_id: "String", # required
32429
+ # instance_id: "InstanceId", # required
32320
32430
  # http_tokens: "optional", # accepts optional, required
32321
32431
  # http_put_response_hop_limit: 1,
32322
32432
  # http_endpoint: "disabled", # accepts disabled, enabled
@@ -32544,12 +32654,12 @@ module Aws::EC2
32544
32654
  #
32545
32655
  # {
32546
32656
  # attachment: {
32547
- # attachment_id: "String",
32657
+ # attachment_id: "NetworkInterfaceAttachmentId",
32548
32658
  # delete_on_termination: false,
32549
32659
  # },
32550
32660
  # description: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
32551
32661
  # dry_run: false,
32552
- # groups: ["String"],
32662
+ # groups: ["SecurityGroupId"],
32553
32663
  # network_interface_id: "NetworkInterfaceId", # required
32554
32664
  # source_dest_check: {
32555
32665
  # value: false,
@@ -32615,7 +32725,7 @@ module Aws::EC2
32615
32725
  # data as a hash:
32616
32726
  #
32617
32727
  # {
32618
- # reserved_instances_ids: ["String"], # required
32728
+ # reserved_instances_ids: ["ReservationId"], # required
32619
32729
  # client_token: "String",
32620
32730
  # target_configurations: [ # required
32621
32731
  # {
@@ -32687,7 +32797,7 @@ module Aws::EC2
32687
32797
  # },
32688
32798
  # ],
32689
32799
  # },
32690
- # group_names: ["String"],
32800
+ # group_names: ["SecurityGroupName"],
32691
32801
  # operation_type: "add", # accepts add, remove
32692
32802
  # snapshot_id: "SnapshotId", # required
32693
32803
  # user_ids: ["String"],
@@ -33096,9 +33206,9 @@ module Aws::EC2
33096
33206
  # data as a hash:
33097
33207
  #
33098
33208
  # {
33099
- # transit_gateway_attachment_id: "String", # required
33100
- # add_subnet_ids: ["String"],
33101
- # remove_subnet_ids: ["String"],
33209
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
33210
+ # add_subnet_ids: ["SubnetId"],
33211
+ # remove_subnet_ids: ["SubnetId"],
33102
33212
  # options: {
33103
33213
  # dns_support: "enable", # accepts enable, disable
33104
33214
  # ipv_6_support: "enable", # accepts enable, disable
@@ -33405,12 +33515,12 @@ module Aws::EC2
33405
33515
  # vpc_endpoint_id: "VpcEndpointId", # required
33406
33516
  # reset_policy: false,
33407
33517
  # policy_document: "String",
33408
- # add_route_table_ids: ["String"],
33409
- # remove_route_table_ids: ["String"],
33410
- # add_subnet_ids: ["String"],
33411
- # remove_subnet_ids: ["String"],
33412
- # add_security_group_ids: ["String"],
33413
- # remove_security_group_ids: ["String"],
33518
+ # add_route_table_ids: ["RouteTableId"],
33519
+ # remove_route_table_ids: ["RouteTableId"],
33520
+ # add_subnet_ids: ["SubnetId"],
33521
+ # remove_subnet_ids: ["SubnetId"],
33522
+ # add_security_group_ids: ["SecurityGroupId"],
33523
+ # remove_security_group_ids: ["SecurityGroupId"],
33414
33524
  # private_dns_enabled: false,
33415
33525
  # }
33416
33526
  #
@@ -33505,7 +33615,7 @@ module Aws::EC2
33505
33615
  #
33506
33616
  # {
33507
33617
  # dry_run: false,
33508
- # service_id: "ServiceId", # required
33618
+ # service_id: "VpcEndpointServiceId", # required
33509
33619
  # private_dns_name: "String",
33510
33620
  # remove_private_dns_name: false,
33511
33621
  # acceptance_required: false,
@@ -33577,7 +33687,7 @@ module Aws::EC2
33577
33687
  #
33578
33688
  # {
33579
33689
  # dry_run: false,
33580
- # service_id: "String", # required
33690
+ # service_id: "VpcEndpointServiceId", # required
33581
33691
  # add_allowed_principals: ["String"],
33582
33692
  # remove_allowed_principals: ["String"],
33583
33693
  # }
@@ -34142,7 +34252,7 @@ module Aws::EC2
34142
34252
  # data as a hash:
34143
34253
  #
34144
34254
  # {
34145
- # instance_ids: ["String"], # required
34255
+ # instance_ids: ["InstanceId"], # required
34146
34256
  # dry_run: false,
34147
34257
  # }
34148
34258
  #
@@ -34748,7 +34858,7 @@ module Aws::EC2
34748
34858
  # data as a hash:
34749
34859
  #
34750
34860
  # {
34751
- # attachment_id: "String",
34861
+ # attachment_id: "NetworkInterfaceAttachmentId",
34752
34862
  # delete_on_termination: false,
34753
34863
  # }
34754
34864
  #
@@ -36202,7 +36312,7 @@ module Aws::EC2
36202
36312
  #
36203
36313
  # {
36204
36314
  # instance_count: 1, # required
36205
- # reserved_instances_offering_id: "String", # required
36315
+ # reserved_instances_offering_id: "ReservedInstancesOfferingId", # required
36206
36316
  # dry_run: false,
36207
36317
  # limit_price: {
36208
36318
  # amount: 1.0,
@@ -36326,7 +36436,7 @@ module Aws::EC2
36326
36436
  # data as a hash:
36327
36437
  #
36328
36438
  # {
36329
- # instance_ids: ["String"], # required
36439
+ # instance_ids: ["InstanceId"], # required
36330
36440
  # dry_run: false,
36331
36441
  # }
36332
36442
  #
@@ -36549,9 +36659,9 @@ module Aws::EC2
36549
36659
  # data as a hash:
36550
36660
  #
36551
36661
  # {
36552
- # transit_gateway_multicast_domain_id: "String",
36662
+ # transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
36553
36663
  # group_ip_address: "String",
36554
- # network_interface_ids: ["String"],
36664
+ # network_interface_ids: ["NetworkInterfaceId"],
36555
36665
  # dry_run: false,
36556
36666
  # }
36557
36667
  #
@@ -36601,9 +36711,9 @@ module Aws::EC2
36601
36711
  # data as a hash:
36602
36712
  #
36603
36713
  # {
36604
- # transit_gateway_multicast_domain_id: "String",
36714
+ # transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
36605
36715
  # group_ip_address: "String",
36606
- # network_interface_ids: ["String"],
36716
+ # network_interface_ids: ["NetworkInterfaceId"],
36607
36717
  # dry_run: false,
36608
36718
  # }
36609
36719
  #
@@ -36652,7 +36762,7 @@ module Aws::EC2
36652
36762
  # data as a hash:
36653
36763
  #
36654
36764
  # {
36655
- # transit_gateway_attachment_id: "String", # required
36765
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
36656
36766
  # dry_run: false,
36657
36767
  # }
36658
36768
  #
@@ -36690,7 +36800,7 @@ module Aws::EC2
36690
36800
  # data as a hash:
36691
36801
  #
36692
36802
  # {
36693
- # transit_gateway_attachment_id: "String", # required
36803
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
36694
36804
  # dry_run: false,
36695
36805
  # }
36696
36806
  #
@@ -36729,8 +36839,8 @@ module Aws::EC2
36729
36839
  #
36730
36840
  # {
36731
36841
  # dry_run: false,
36732
- # service_id: "ServiceId", # required
36733
- # vpc_endpoint_ids: ["String"], # required
36842
+ # service_id: "VpcEndpointServiceId", # required
36843
+ # vpc_endpoint_ids: ["VpcEndpointId"], # required
36734
36844
  # }
36735
36845
  #
36736
36846
  # @!attribute [rw] dry_run
@@ -36866,7 +36976,7 @@ module Aws::EC2
36866
36976
  # data as a hash:
36867
36977
  #
36868
36978
  # {
36869
- # host_ids: ["String"], # required
36979
+ # host_ids: ["DedicatedHostId"], # required
36870
36980
  # }
36871
36981
  #
36872
36982
  # @!attribute [rw] host_ids
@@ -36905,7 +37015,7 @@ module Aws::EC2
36905
37015
  # arn: "String",
36906
37016
  # name: "String",
36907
37017
  # },
36908
- # association_id: "String", # required
37018
+ # association_id: "IamInstanceProfileAssociationId", # required
36909
37019
  # }
36910
37020
  #
36911
37021
  # @!attribute [rw] iam_instance_profile
@@ -37084,12 +37194,12 @@ module Aws::EC2
37084
37194
  # destination_ipv_6_cidr_block: "String",
37085
37195
  # dry_run: false,
37086
37196
  # egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
37087
- # gateway_id: "RouteTableGatewayId",
37197
+ # gateway_id: "RouteGatewayId",
37088
37198
  # instance_id: "InstanceId",
37089
37199
  # local_target: false,
37090
37200
  # nat_gateway_id: "NatGatewayId",
37091
37201
  # transit_gateway_id: "TransitGatewayId",
37092
- # local_gateway_id: "String",
37202
+ # local_gateway_id: "LocalGatewayId",
37093
37203
  # network_interface_id: "NetworkInterfaceId",
37094
37204
  # route_table_id: "RouteTableId", # required
37095
37205
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
@@ -37228,8 +37338,8 @@ module Aws::EC2
37228
37338
  #
37229
37339
  # {
37230
37340
  # destination_cidr_block: "String", # required
37231
- # transit_gateway_route_table_id: "String", # required
37232
- # transit_gateway_attachment_id: "String",
37341
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
37342
+ # transit_gateway_attachment_id: "TransitGatewayAttachmentId",
37233
37343
  # blackhole: false,
37234
37344
  # dry_run: false,
37235
37345
  # }
@@ -37287,7 +37397,7 @@ module Aws::EC2
37287
37397
  # description: "String",
37288
37398
  # dry_run: false,
37289
37399
  # end_time: Time.now,
37290
- # instances: ["String"], # required
37400
+ # instances: ["InstanceId"], # required
37291
37401
  # reason_codes: ["instance-stuck-in-state"], # required, accepts instance-stuck-in-state, unresponsive, not-accepting-credentials, password-not-available, performance-network, performance-instance-store, performance-ebs-volume, performance-other, other
37292
37402
  # start_time: Time.now,
37293
37403
  # status: "ok", # required, accepts ok, impaired
@@ -37368,7 +37478,7 @@ module Aws::EC2
37368
37478
  # data as a hash:
37369
37479
  #
37370
37480
  # {
37371
- # kernel_id: "String",
37481
+ # kernel_id: "KernelId",
37372
37482
  # ebs_optimized: false,
37373
37483
  # iam_instance_profile: {
37374
37484
  # arn: "String",
@@ -37383,7 +37493,7 @@ module Aws::EC2
37383
37493
  # delete_on_termination: false,
37384
37494
  # iops: 1,
37385
37495
  # kms_key_id: "String",
37386
- # snapshot_id: "String",
37496
+ # snapshot_id: "SnapshotId",
37387
37497
  # volume_size: 1,
37388
37498
  # volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
37389
37499
  # },
@@ -37396,7 +37506,7 @@ module Aws::EC2
37396
37506
  # delete_on_termination: false,
37397
37507
  # description: "String",
37398
37508
  # device_index: 1,
37399
- # groups: ["String"],
37509
+ # groups: ["SecurityGroupId"],
37400
37510
  # interface_type: "String",
37401
37511
  # ipv_6_address_count: 1,
37402
37512
  # ipv_6_addresses: [
@@ -37404,7 +37514,7 @@ module Aws::EC2
37404
37514
  # ipv_6_address: "String",
37405
37515
  # },
37406
37516
  # ],
37407
- # network_interface_id: "String",
37517
+ # network_interface_id: "NetworkInterfaceId",
37408
37518
  # private_ip_address: "String",
37409
37519
  # private_ip_addresses: [
37410
37520
  # {
@@ -37413,32 +37523,32 @@ module Aws::EC2
37413
37523
  # },
37414
37524
  # ],
37415
37525
  # secondary_private_ip_address_count: 1,
37416
- # subnet_id: "String",
37526
+ # subnet_id: "SubnetId",
37417
37527
  # },
37418
37528
  # ],
37419
- # image_id: "String",
37529
+ # image_id: "ImageId",
37420
37530
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
37421
- # key_name: "String",
37531
+ # key_name: "KeyPairName",
37422
37532
  # monitoring: {
37423
37533
  # enabled: false,
37424
37534
  # },
37425
37535
  # placement: {
37426
37536
  # availability_zone: "String",
37427
37537
  # affinity: "String",
37428
- # group_name: "String",
37429
- # host_id: "String",
37538
+ # group_name: "PlacementGroupName",
37539
+ # host_id: "DedicatedHostId",
37430
37540
  # tenancy: "default", # accepts default, dedicated, host
37431
37541
  # spread_domain: "String",
37432
37542
  # host_resource_group_arn: "String",
37433
37543
  # partition_number: 1,
37434
37544
  # },
37435
- # ram_disk_id: "String",
37545
+ # ram_disk_id: "RamdiskId",
37436
37546
  # disable_api_termination: false,
37437
37547
  # instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
37438
37548
  # user_data: "String",
37439
37549
  # tag_specifications: [
37440
37550
  # {
37441
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
37551
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
37442
37552
  # tags: [
37443
37553
  # {
37444
37554
  # key: "String",
@@ -37458,8 +37568,8 @@ module Aws::EC2
37458
37568
  # count: 1,
37459
37569
  # },
37460
37570
  # ],
37461
- # security_group_ids: ["String"],
37462
- # security_groups: ["String"],
37571
+ # security_group_ids: ["SecurityGroupId"],
37572
+ # security_groups: ["SecurityGroupName"],
37463
37573
  # instance_market_options: {
37464
37574
  # market_type: "spot", # accepts spot
37465
37575
  # spot_options: {
@@ -37480,7 +37590,7 @@ module Aws::EC2
37480
37590
  # capacity_reservation_specification: {
37481
37591
  # capacity_reservation_preference: "open", # accepts open, none
37482
37592
  # capacity_reservation_target: {
37483
- # capacity_reservation_id: "String",
37593
+ # capacity_reservation_id: "CapacityReservationId",
37484
37594
  # },
37485
37595
  # },
37486
37596
  # license_specifications: [
@@ -37792,7 +37902,7 @@ module Aws::EC2
37792
37902
  # delete_on_termination: false,
37793
37903
  # description: "String",
37794
37904
  # device_index: 1,
37795
- # groups: ["String"],
37905
+ # groups: ["SecurityGroupId"],
37796
37906
  # ipv_6_address_count: 1,
37797
37907
  # ipv_6_addresses: [
37798
37908
  # {
@@ -37824,7 +37934,7 @@ module Aws::EC2
37824
37934
  # weighted_capacity: 1.0,
37825
37935
  # tag_specifications: [
37826
37936
  # {
37827
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
37937
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
37828
37938
  # tags: [
37829
37939
  # {
37830
37940
  # key: "String",
@@ -37884,7 +37994,7 @@ module Aws::EC2
37884
37994
  # instance_pools_to_use_count: 1,
37885
37995
  # tag_specifications: [
37886
37996
  # {
37887
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
37997
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
37888
37998
  # tags: [
37889
37999
  # {
37890
38000
  # key: "String",
@@ -37941,8 +38051,8 @@ module Aws::EC2
37941
38051
  # instance_count: 1,
37942
38052
  # launch_group: "String",
37943
38053
  # launch_specification: {
37944
- # security_group_ids: ["String"],
37945
- # security_groups: ["String"],
38054
+ # security_group_ids: ["SecurityGroupId"],
38055
+ # security_groups: ["SecurityGroupName"],
37946
38056
  # addressing_type: "String",
37947
38057
  # block_device_mappings: [
37948
38058
  # {
@@ -37965,10 +38075,10 @@ module Aws::EC2
37965
38075
  # arn: "String",
37966
38076
  # name: "String",
37967
38077
  # },
37968
- # image_id: "String",
38078
+ # image_id: "ImageId",
37969
38079
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
37970
- # kernel_id: "String",
37971
- # key_name: "String",
38080
+ # kernel_id: "KernelId",
38081
+ # key_name: "KeyPairName",
37972
38082
  # monitoring: {
37973
38083
  # enabled: false, # required
37974
38084
  # },
@@ -37978,7 +38088,7 @@ module Aws::EC2
37978
38088
  # delete_on_termination: false,
37979
38089
  # description: "String",
37980
38090
  # device_index: 1,
37981
- # groups: ["String"],
38091
+ # groups: ["SecurityGroupId"],
37982
38092
  # ipv_6_address_count: 1,
37983
38093
  # ipv_6_addresses: [
37984
38094
  # {
@@ -38003,8 +38113,8 @@ module Aws::EC2
38003
38113
  # group_name: "String",
38004
38114
  # tenancy: "default", # accepts default, dedicated, host
38005
38115
  # },
38006
- # ramdisk_id: "String",
38007
- # subnet_id: "String",
38116
+ # ramdisk_id: "RamdiskId",
38117
+ # subnet_id: "SubnetId",
38008
38118
  # user_data: "String",
38009
38119
  # },
38010
38120
  # spot_price: "String",
@@ -38162,8 +38272,8 @@ module Aws::EC2
38162
38272
  # data as a hash:
38163
38273
  #
38164
38274
  # {
38165
- # security_group_ids: ["String"],
38166
- # security_groups: ["String"],
38275
+ # security_group_ids: ["SecurityGroupId"],
38276
+ # security_groups: ["SecurityGroupName"],
38167
38277
  # addressing_type: "String",
38168
38278
  # block_device_mappings: [
38169
38279
  # {
@@ -38186,10 +38296,10 @@ module Aws::EC2
38186
38296
  # arn: "String",
38187
38297
  # name: "String",
38188
38298
  # },
38189
- # image_id: "String",
38299
+ # image_id: "ImageId",
38190
38300
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
38191
- # kernel_id: "String",
38192
- # key_name: "String",
38301
+ # kernel_id: "KernelId",
38302
+ # key_name: "KeyPairName",
38193
38303
  # monitoring: {
38194
38304
  # enabled: false, # required
38195
38305
  # },
@@ -38199,7 +38309,7 @@ module Aws::EC2
38199
38309
  # delete_on_termination: false,
38200
38310
  # description: "String",
38201
38311
  # device_index: 1,
38202
- # groups: ["String"],
38312
+ # groups: ["SecurityGroupId"],
38203
38313
  # ipv_6_address_count: 1,
38204
38314
  # ipv_6_addresses: [
38205
38315
  # {
@@ -38224,8 +38334,8 @@ module Aws::EC2
38224
38334
  # group_name: "String",
38225
38335
  # tenancy: "default", # accepts default, dedicated, host
38226
38336
  # },
38227
- # ramdisk_id: "String",
38228
- # subnet_id: "String",
38337
+ # ramdisk_id: "RamdiskId",
38338
+ # subnet_id: "SubnetId",
38229
38339
  # user_data: "String",
38230
38340
  # }
38231
38341
  #
@@ -39348,7 +39458,7 @@ module Aws::EC2
39348
39458
  #
39349
39459
  # {
39350
39460
  # dry_run: false,
39351
- # group_id: "String", # required
39461
+ # group_id: "SecurityGroupId", # required
39352
39462
  # ip_permissions: [
39353
39463
  # {
39354
39464
  # from_port: 1,
@@ -39458,8 +39568,8 @@ module Aws::EC2
39458
39568
  # {
39459
39569
  # cidr_ip: "String",
39460
39570
  # from_port: 1,
39461
- # group_id: "String",
39462
- # group_name: "String",
39571
+ # group_id: "SecurityGroupId",
39572
+ # group_name: "SecurityGroupName",
39463
39573
  # ip_permissions: [
39464
39574
  # {
39465
39575
  # from_port: 1,
@@ -39830,7 +39940,7 @@ module Aws::EC2
39830
39940
  # },
39831
39941
  # ],
39832
39942
  # kernel_id: "String",
39833
- # key_name: "String",
39943
+ # key_name: "KeyPairName",
39834
39944
  # max_count: 1, # required
39835
39945
  # min_count: 1, # required
39836
39946
  # monitoring: {
@@ -39847,8 +39957,8 @@ module Aws::EC2
39847
39957
  # host_resource_group_arn: "String",
39848
39958
  # },
39849
39959
  # ramdisk_id: "String",
39850
- # security_group_ids: ["String"],
39851
- # security_groups: ["String"],
39960
+ # security_group_ids: ["SecurityGroupId"],
39961
+ # security_groups: ["SecurityGroupName"],
39852
39962
  # subnet_id: "String",
39853
39963
  # user_data: "String",
39854
39964
  # additional_info: "String",
@@ -39867,7 +39977,7 @@ module Aws::EC2
39867
39977
  # delete_on_termination: false,
39868
39978
  # description: "String",
39869
39979
  # device_index: 1,
39870
- # groups: ["String"],
39980
+ # groups: ["SecurityGroupId"],
39871
39981
  # ipv_6_address_count: 1,
39872
39982
  # ipv_6_addresses: [
39873
39983
  # {
@@ -39901,7 +40011,7 @@ module Aws::EC2
39901
40011
  # ],
39902
40012
  # tag_specifications: [
39903
40013
  # {
39904
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
40014
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
39905
40015
  # tags: [
39906
40016
  # {
39907
40017
  # key: "String",
@@ -39911,7 +40021,7 @@ module Aws::EC2
39911
40021
  # },
39912
40022
  # ],
39913
40023
  # launch_template: {
39914
- # launch_template_id: "String",
40024
+ # launch_template_id: "LaunchTemplateId",
39915
40025
  # launch_template_name: "String",
39916
40026
  # version: "String",
39917
40027
  # },
@@ -39935,7 +40045,7 @@ module Aws::EC2
39935
40045
  # capacity_reservation_specification: {
39936
40046
  # capacity_reservation_preference: "open", # accepts open, none
39937
40047
  # capacity_reservation_target: {
39938
- # capacity_reservation_id: "String",
40048
+ # capacity_reservation_id: "CapacityReservationId",
39939
40049
  # },
39940
40050
  # },
39941
40051
  # hibernation_options: {
@@ -40363,7 +40473,7 @@ module Aws::EC2
40363
40473
  # delete_on_termination: false,
40364
40474
  # encrypted: false,
40365
40475
  # iops: 1,
40366
- # snapshot_id: "String",
40476
+ # snapshot_id: "SnapshotId",
40367
40477
  # volume_size: 1,
40368
40478
  # volume_type: "String",
40369
40479
  # },
@@ -40376,10 +40486,10 @@ module Aws::EC2
40376
40486
  # arn: "String",
40377
40487
  # name: "String",
40378
40488
  # },
40379
- # image_id: "String", # required
40489
+ # image_id: "ImageId", # required
40380
40490
  # instance_type: "String",
40381
- # kernel_id: "String",
40382
- # key_name: "String",
40491
+ # kernel_id: "KernelId",
40492
+ # key_name: "KeyPairName",
40383
40493
  # monitoring: {
40384
40494
  # enabled: false,
40385
40495
  # },
@@ -40389,14 +40499,14 @@ module Aws::EC2
40389
40499
  # delete_on_termination: false,
40390
40500
  # description: "String",
40391
40501
  # device_index: 1,
40392
- # groups: ["String"],
40502
+ # groups: ["SecurityGroupId"],
40393
40503
  # ipv_6_address_count: 1,
40394
40504
  # ipv_6_addresses: [
40395
40505
  # {
40396
40506
  # ipv_6_address: "Ipv6Address",
40397
40507
  # },
40398
40508
  # ],
40399
- # network_interface_id: "String",
40509
+ # network_interface_id: "NetworkInterfaceId",
40400
40510
  # private_ip_address: "String",
40401
40511
  # private_ip_address_configs: [
40402
40512
  # {
@@ -40405,16 +40515,16 @@ module Aws::EC2
40405
40515
  # },
40406
40516
  # ],
40407
40517
  # secondary_private_ip_address_count: 1,
40408
- # subnet_id: "String",
40518
+ # subnet_id: "SubnetId",
40409
40519
  # },
40410
40520
  # ],
40411
40521
  # placement: {
40412
40522
  # availability_zone: "String",
40413
- # group_name: "String",
40523
+ # group_name: "PlacementGroupName",
40414
40524
  # },
40415
- # ramdisk_id: "String",
40416
- # security_group_ids: ["String"],
40417
- # subnet_id: "String",
40525
+ # ramdisk_id: "RamdiskId",
40526
+ # security_group_ids: ["SecurityGroupId"],
40527
+ # subnet_id: "SubnetId",
40418
40528
  # user_data: "String",
40419
40529
  # },
40420
40530
  # scheduled_instance_id: "ScheduledInstanceId", # required
@@ -40793,7 +40903,7 @@ module Aws::EC2
40793
40903
  # delete_on_termination: false,
40794
40904
  # encrypted: false,
40795
40905
  # iops: 1,
40796
- # snapshot_id: "String",
40906
+ # snapshot_id: "SnapshotId",
40797
40907
  # volume_size: 1,
40798
40908
  # volume_type: "String",
40799
40909
  # },
@@ -40848,7 +40958,7 @@ module Aws::EC2
40848
40958
  # delete_on_termination: false,
40849
40959
  # encrypted: false,
40850
40960
  # iops: 1,
40851
- # snapshot_id: "String",
40961
+ # snapshot_id: "SnapshotId",
40852
40962
  # volume_size: 1,
40853
40963
  # volume_type: "String",
40854
40964
  # }
@@ -40978,7 +41088,7 @@ module Aws::EC2
40978
41088
  # delete_on_termination: false,
40979
41089
  # encrypted: false,
40980
41090
  # iops: 1,
40981
- # snapshot_id: "String",
41091
+ # snapshot_id: "SnapshotId",
40982
41092
  # volume_size: 1,
40983
41093
  # volume_type: "String",
40984
41094
  # },
@@ -40991,10 +41101,10 @@ module Aws::EC2
40991
41101
  # arn: "String",
40992
41102
  # name: "String",
40993
41103
  # },
40994
- # image_id: "String", # required
41104
+ # image_id: "ImageId", # required
40995
41105
  # instance_type: "String",
40996
- # kernel_id: "String",
40997
- # key_name: "String",
41106
+ # kernel_id: "KernelId",
41107
+ # key_name: "KeyPairName",
40998
41108
  # monitoring: {
40999
41109
  # enabled: false,
41000
41110
  # },
@@ -41004,14 +41114,14 @@ module Aws::EC2
41004
41114
  # delete_on_termination: false,
41005
41115
  # description: "String",
41006
41116
  # device_index: 1,
41007
- # groups: ["String"],
41117
+ # groups: ["SecurityGroupId"],
41008
41118
  # ipv_6_address_count: 1,
41009
41119
  # ipv_6_addresses: [
41010
41120
  # {
41011
41121
  # ipv_6_address: "Ipv6Address",
41012
41122
  # },
41013
41123
  # ],
41014
- # network_interface_id: "String",
41124
+ # network_interface_id: "NetworkInterfaceId",
41015
41125
  # private_ip_address: "String",
41016
41126
  # private_ip_address_configs: [
41017
41127
  # {
@@ -41020,16 +41130,16 @@ module Aws::EC2
41020
41130
  # },
41021
41131
  # ],
41022
41132
  # secondary_private_ip_address_count: 1,
41023
- # subnet_id: "String",
41133
+ # subnet_id: "SubnetId",
41024
41134
  # },
41025
41135
  # ],
41026
41136
  # placement: {
41027
41137
  # availability_zone: "String",
41028
- # group_name: "String",
41138
+ # group_name: "PlacementGroupName",
41029
41139
  # },
41030
- # ramdisk_id: "String",
41031
- # security_group_ids: ["String"],
41032
- # subnet_id: "String",
41140
+ # ramdisk_id: "RamdiskId",
41141
+ # security_group_ids: ["SecurityGroupId"],
41142
+ # subnet_id: "SubnetId",
41033
41143
  # user_data: "String",
41034
41144
  # }
41035
41145
  #
@@ -41146,14 +41256,14 @@ module Aws::EC2
41146
41256
  # delete_on_termination: false,
41147
41257
  # description: "String",
41148
41258
  # device_index: 1,
41149
- # groups: ["String"],
41259
+ # groups: ["SecurityGroupId"],
41150
41260
  # ipv_6_address_count: 1,
41151
41261
  # ipv_6_addresses: [
41152
41262
  # {
41153
41263
  # ipv_6_address: "Ipv6Address",
41154
41264
  # },
41155
41265
  # ],
41156
- # network_interface_id: "String",
41266
+ # network_interface_id: "NetworkInterfaceId",
41157
41267
  # private_ip_address: "String",
41158
41268
  # private_ip_address_configs: [
41159
41269
  # {
@@ -41162,7 +41272,7 @@ module Aws::EC2
41162
41272
  # },
41163
41273
  # ],
41164
41274
  # secondary_private_ip_address_count: 1,
41165
- # subnet_id: "String",
41275
+ # subnet_id: "SubnetId",
41166
41276
  # }
41167
41277
  #
41168
41278
  # @!attribute [rw] associate_public_ip_address
@@ -41245,7 +41355,7 @@ module Aws::EC2
41245
41355
  #
41246
41356
  # {
41247
41357
  # availability_zone: "String",
41248
- # group_name: "String",
41358
+ # group_name: "PlacementGroupName",
41249
41359
  # }
41250
41360
  #
41251
41361
  # @!attribute [rw] availability_zone
@@ -41295,7 +41405,7 @@ module Aws::EC2
41295
41405
  # data as a hash:
41296
41406
  #
41297
41407
  # {
41298
- # local_gateway_route_table_id: "String", # required
41408
+ # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
41299
41409
  # filters: [ # required
41300
41410
  # {
41301
41411
  # name: "String",
@@ -41364,7 +41474,7 @@ module Aws::EC2
41364
41474
  # data as a hash:
41365
41475
  #
41366
41476
  # {
41367
- # transit_gateway_multicast_domain_id: "String",
41477
+ # transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
41368
41478
  # filters: [
41369
41479
  # {
41370
41480
  # name: "String",
@@ -41462,7 +41572,7 @@ module Aws::EC2
41462
41572
  # data as a hash:
41463
41573
  #
41464
41574
  # {
41465
- # transit_gateway_route_table_id: "String", # required
41575
+ # transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
41466
41576
  # filters: [ # required
41467
41577
  # {
41468
41578
  # name: "String",
@@ -42293,7 +42403,7 @@ module Aws::EC2
42293
42403
  # delete_on_termination: false,
42294
42404
  # description: "String",
42295
42405
  # device_index: 1,
42296
- # groups: ["String"],
42406
+ # groups: ["SecurityGroupId"],
42297
42407
  # ipv_6_address_count: 1,
42298
42408
  # ipv_6_addresses: [
42299
42409
  # {
@@ -42325,7 +42435,7 @@ module Aws::EC2
42325
42435
  # weighted_capacity: 1.0,
42326
42436
  # tag_specifications: [
42327
42437
  # {
42328
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
42438
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
42329
42439
  # tags: [
42330
42440
  # {
42331
42441
  # key: "String",
@@ -42584,7 +42694,7 @@ module Aws::EC2
42584
42694
  # delete_on_termination: false,
42585
42695
  # description: "String",
42586
42696
  # device_index: 1,
42587
- # groups: ["String"],
42697
+ # groups: ["SecurityGroupId"],
42588
42698
  # ipv_6_address_count: 1,
42589
42699
  # ipv_6_addresses: [
42590
42700
  # {
@@ -42616,7 +42726,7 @@ module Aws::EC2
42616
42726
  # weighted_capacity: 1.0,
42617
42727
  # tag_specifications: [
42618
42728
  # {
42619
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
42729
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
42620
42730
  # tags: [
42621
42731
  # {
42622
42732
  # key: "String",
@@ -42676,7 +42786,7 @@ module Aws::EC2
42676
42786
  # instance_pools_to_use_count: 1,
42677
42787
  # tag_specifications: [
42678
42788
  # {
42679
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
42789
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
42680
42790
  # tags: [
42681
42791
  # {
42682
42792
  # key: "String",
@@ -42921,7 +43031,7 @@ module Aws::EC2
42921
43031
  # data as a hash:
42922
43032
  #
42923
43033
  # {
42924
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
43034
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
42925
43035
  # tags: [
42926
43036
  # {
42927
43037
  # key: "String",
@@ -43482,7 +43592,7 @@ module Aws::EC2
43482
43592
  # data as a hash:
43483
43593
  #
43484
43594
  # {
43485
- # instance_ids: ["String"], # required
43595
+ # instance_ids: ["InstanceId"], # required
43486
43596
  # additional_info: "String",
43487
43597
  # dry_run: false,
43488
43598
  # }
@@ -43527,7 +43637,7 @@ module Aws::EC2
43527
43637
  #
43528
43638
  # {
43529
43639
  # dry_run: false,
43530
- # service_id: "ServiceId", # required
43640
+ # service_id: "VpcEndpointServiceId", # required
43531
43641
  # }
43532
43642
  #
43533
43643
  # @!attribute [rw] dry_run
@@ -43624,7 +43734,7 @@ module Aws::EC2
43624
43734
  # data as a hash:
43625
43735
  #
43626
43736
  # {
43627
- # instance_ids: ["String"], # required
43737
+ # instance_ids: ["InstanceId"], # required
43628
43738
  # hibernate: false,
43629
43739
  # dry_run: false,
43630
43740
  # force: false,
@@ -43978,7 +44088,7 @@ module Aws::EC2
43978
44088
  # data as a hash:
43979
44089
  #
43980
44090
  # {
43981
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
44091
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
43982
44092
  # tags: [
43983
44093
  # {
43984
44094
  # key: "String",
@@ -43992,10 +44102,13 @@ module Aws::EC2
43992
44102
  # support tagging on creation are: `capacity-reservation` \|
43993
44103
  # `client-vpn-endpoint` \| `dedicated-host` \| `fleet` \| `fpga-image`
43994
44104
  # \| `instance` \| `key-pair` \| `launch-template` \|
43995
- # `placement-group` \| `snapshot` \| `traffic-mirror-filter` \|
43996
- # `traffic-mirror-session` \| `traffic-mirror-target` \|
43997
- # `transit-gateway` \| `transit-gateway-attachment` \|
43998
- # `transit-gateway-route-table` \| `volume`.
44105
+ # `spot-fleet-request` \| `placement-group` \| `snapshot` \|
44106
+ # `traffic-mirror-filter` \| `traffic-mirror-session` \|
44107
+ # `traffic-mirror-target` \| `transit-gateway` \|
44108
+ # `transit-gateway-attachment` \| `transit-gateway-route-table` \|
44109
+ # `vpc-endpoint` (for interface VPC endpoints)\|
44110
+ # `vpc-endpoint-service` (for gateway VPC endpoints) \| `volume` \|
44111
+ # `vpc-flow-log`.
43999
44112
  #
44000
44113
  # To tag a resource after it has been created, see [CreateTags][1].
44001
44114
  #
@@ -44145,7 +44258,7 @@ module Aws::EC2
44145
44258
  #
44146
44259
  # {
44147
44260
  # instance_count: 1,
44148
- # offering_id: "String", # required
44261
+ # offering_id: "ReservedInstancesOfferingId", # required
44149
44262
  # }
44150
44263
  #
44151
44264
  # @!attribute [rw] instance_count
@@ -44362,7 +44475,7 @@ module Aws::EC2
44362
44475
  # data as a hash:
44363
44476
  #
44364
44477
  # {
44365
- # instance_ids: ["String"], # required
44478
+ # instance_ids: ["InstanceId"], # required
44366
44479
  # dry_run: false,
44367
44480
  # }
44368
44481
  #
@@ -45677,7 +45790,7 @@ module Aws::EC2
45677
45790
  # data as a hash:
45678
45791
  #
45679
45792
  # {
45680
- # instance_ids: ["String"], # required
45793
+ # instance_ids: ["InstanceId"], # required
45681
45794
  # dry_run: false,
45682
45795
  # }
45683
45796
  #
@@ -45797,8 +45910,8 @@ module Aws::EC2
45797
45910
  #
45798
45911
  # {
45799
45912
  # dry_run: false,
45800
- # group_id: "String",
45801
- # group_name: "String",
45913
+ # group_id: "SecurityGroupId",
45914
+ # group_name: "SecurityGroupName",
45802
45915
  # ip_permissions: [ # required
45803
45916
  # {
45804
45917
  # from_port: 1,
@@ -45886,8 +45999,8 @@ module Aws::EC2
45886
45999
  #
45887
46000
  # {
45888
46001
  # dry_run: false,
45889
- # group_id: "String",
45890
- # group_name: "String",
46002
+ # group_id: "SecurityGroupId",
46003
+ # group_name: "SecurityGroupName",
45891
46004
  # ip_permissions: [ # required
45892
46005
  # {
45893
46006
  # from_port: 1,
@@ -46266,6 +46379,10 @@ module Aws::EC2
46266
46379
  # restore.
46267
46380
  # @return [Boolean]
46268
46381
  #
46382
+ # @!attribute [rw] multi_attach_enabled
46383
+ # Indicates whether Amazon EBS Multi-Attach is enabled.
46384
+ # @return [Boolean]
46385
+ #
46269
46386
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Volume AWS API Documentation
46270
46387
  #
46271
46388
  class Volume < Struct.new(
@@ -46282,7 +46399,8 @@ module Aws::EC2
46282
46399
  :iops,
46283
46400
  :tags,
46284
46401
  :volume_type,
46285
- :fast_restored)
46402
+ :fast_restored,
46403
+ :multi_attach_enabled)
46286
46404
  include Aws::Structure
46287
46405
  end
46288
46406
 
@@ -46444,6 +46562,24 @@ module Aws::EC2
46444
46562
  include Aws::Structure
46445
46563
  end
46446
46564
 
46565
+ # Information about the instances to which the volume is attached.
46566
+ #
46567
+ # @!attribute [rw] io_performance
46568
+ # The maximum IOPS supported by the attached instance.
46569
+ # @return [String]
46570
+ #
46571
+ # @!attribute [rw] instance_id
46572
+ # The ID of the attached instance.
46573
+ # @return [String]
46574
+ #
46575
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VolumeStatusAttachmentStatus AWS API Documentation
46576
+ #
46577
+ class VolumeStatusAttachmentStatus < Struct.new(
46578
+ :io_performance,
46579
+ :instance_id)
46580
+ include Aws::Structure
46581
+ end
46582
+
46447
46583
  # Describes a volume status.
46448
46584
  #
46449
46585
  # @!attribute [rw] name
@@ -46484,6 +46620,10 @@ module Aws::EC2
46484
46620
  # The earliest start time of the event.
46485
46621
  # @return [Time]
46486
46622
  #
46623
+ # @!attribute [rw] instance_id
46624
+ # The ID of the instance associated with the event.
46625
+ # @return [String]
46626
+ #
46487
46627
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VolumeStatusEvent AWS API Documentation
46488
46628
  #
46489
46629
  class VolumeStatusEvent < Struct.new(
@@ -46491,7 +46631,8 @@ module Aws::EC2
46491
46631
  :event_id,
46492
46632
  :event_type,
46493
46633
  :not_after,
46494
- :not_before)
46634
+ :not_before,
46635
+ :instance_id)
46495
46636
  include Aws::Structure
46496
46637
  end
46497
46638
 
@@ -46539,6 +46680,10 @@ module Aws::EC2
46539
46680
  # The volume status.
46540
46681
  # @return [Types::VolumeStatusInfo]
46541
46682
  #
46683
+ # @!attribute [rw] attachment_statuses
46684
+ # Information about the instances to which the volume is attached.
46685
+ # @return [Array<Types::VolumeStatusAttachmentStatus>]
46686
+ #
46542
46687
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VolumeStatusItem AWS API Documentation
46543
46688
  #
46544
46689
  class VolumeStatusItem < Struct.new(
@@ -46547,7 +46692,8 @@ module Aws::EC2
46547
46692
  :outpost_arn,
46548
46693
  :events,
46549
46694
  :volume_id,
46550
- :volume_status)
46695
+ :volume_status,
46696
+ :attachment_statuses)
46551
46697
  include Aws::Structure
46552
46698
  end
46553
46699
 
@@ -46848,24 +46994,24 @@ module Aws::EC2
46848
46994
  # Information about the state of the CIDR block.
46849
46995
  # @return [Types::VpcCidrBlockState]
46850
46996
  #
46851
- # @!attribute [rw] ipv_6_pool
46852
- # The ID of the IPv6 address pool from which the IPv6 CIDR block is
46853
- # allocated.
46854
- # @return [String]
46855
- #
46856
46997
  # @!attribute [rw] network_border_group
46857
46998
  # The name of the location from which we advertise the IPV6 CIDR
46858
46999
  # block.
46859
47000
  # @return [String]
46860
47001
  #
47002
+ # @!attribute [rw] ipv_6_pool
47003
+ # The ID of the IPv6 address pool from which the IPv6 CIDR block is
47004
+ # allocated.
47005
+ # @return [String]
47006
+ #
46861
47007
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcIpv6CidrBlockAssociation AWS API Documentation
46862
47008
  #
46863
47009
  class VpcIpv6CidrBlockAssociation < Struct.new(
46864
47010
  :association_id,
46865
47011
  :ipv_6_cidr_block,
46866
47012
  :ipv_6_cidr_block_state,
46867
- :ipv_6_pool,
46868
- :network_border_group)
47013
+ :network_border_group,
47014
+ :ipv_6_pool)
46869
47015
  include Aws::Structure
46870
47016
  end
46871
47017