aws-sdk-ec2 1.329.0 → 1.335.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +30 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +732 -273
- data/lib/aws-sdk-ec2/client_api.rb +205 -1
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +16 -16
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +915 -331
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
@@ -54,6 +54,8 @@ module Aws::EC2
|
|
54
54
|
AddIpamOperatingRegionSet = Shapes::ListShape.new(name: 'AddIpamOperatingRegionSet')
|
55
55
|
AddPrefixListEntries = Shapes::ListShape.new(name: 'AddPrefixListEntries')
|
56
56
|
AddPrefixListEntry = Shapes::StructureShape.new(name: 'AddPrefixListEntry')
|
57
|
+
AddedPrincipal = Shapes::StructureShape.new(name: 'AddedPrincipal')
|
58
|
+
AddedPrincipalSet = Shapes::ListShape.new(name: 'AddedPrincipalSet')
|
57
59
|
AdditionalDetail = Shapes::StructureShape.new(name: 'AdditionalDetail')
|
58
60
|
AdditionalDetailList = Shapes::ListShape.new(name: 'AdditionalDetailList')
|
59
61
|
Address = Shapes::StructureShape.new(name: 'Address')
|
@@ -77,6 +79,7 @@ module Aws::EC2
|
|
77
79
|
AllocationIds = Shapes::ListShape.new(name: 'AllocationIds')
|
78
80
|
AllocationState = Shapes::StringShape.new(name: 'AllocationState')
|
79
81
|
AllocationStrategy = Shapes::StringShape.new(name: 'AllocationStrategy')
|
82
|
+
AllocationType = Shapes::StringShape.new(name: 'AllocationType')
|
80
83
|
AllowedPrincipal = Shapes::StructureShape.new(name: 'AllowedPrincipal')
|
81
84
|
AllowedPrincipalSet = Shapes::ListShape.new(name: 'AllowedPrincipalSet')
|
82
85
|
AllowsMultipleInstanceTypes = Shapes::StringShape.new(name: 'AllowsMultipleInstanceTypes')
|
@@ -233,6 +236,8 @@ module Aws::EC2
|
|
233
236
|
CancelSpotInstanceRequestsResult = Shapes::StructureShape.new(name: 'CancelSpotInstanceRequestsResult')
|
234
237
|
CancelledSpotInstanceRequest = Shapes::StructureShape.new(name: 'CancelledSpotInstanceRequest')
|
235
238
|
CancelledSpotInstanceRequestList = Shapes::ListShape.new(name: 'CancelledSpotInstanceRequestList')
|
239
|
+
CapacityAllocation = Shapes::StructureShape.new(name: 'CapacityAllocation')
|
240
|
+
CapacityAllocations = Shapes::ListShape.new(name: 'CapacityAllocations')
|
236
241
|
CapacityReservation = Shapes::StructureShape.new(name: 'CapacityReservation')
|
237
242
|
CapacityReservationFleet = Shapes::StructureShape.new(name: 'CapacityReservationFleet')
|
238
243
|
CapacityReservationFleetCancellationState = Shapes::StructureShape.new(name: 'CapacityReservationFleetCancellationState')
|
@@ -310,6 +315,7 @@ module Aws::EC2
|
|
310
315
|
CloudWatchLogOptionsSpecification = Shapes::StructureShape.new(name: 'CloudWatchLogOptionsSpecification')
|
311
316
|
CoipAddressUsage = Shapes::StructureShape.new(name: 'CoipAddressUsage')
|
312
317
|
CoipAddressUsageSet = Shapes::ListShape.new(name: 'CoipAddressUsageSet')
|
318
|
+
CoipCidr = Shapes::StructureShape.new(name: 'CoipCidr')
|
313
319
|
CoipPool = Shapes::StructureShape.new(name: 'CoipPool')
|
314
320
|
CoipPoolId = Shapes::StringShape.new(name: 'CoipPoolId')
|
315
321
|
CoipPoolIdSet = Shapes::ListShape.new(name: 'CoipPoolIdSet')
|
@@ -355,6 +361,10 @@ module Aws::EC2
|
|
355
361
|
CreateClientVpnEndpointResult = Shapes::StructureShape.new(name: 'CreateClientVpnEndpointResult')
|
356
362
|
CreateClientVpnRouteRequest = Shapes::StructureShape.new(name: 'CreateClientVpnRouteRequest')
|
357
363
|
CreateClientVpnRouteResult = Shapes::StructureShape.new(name: 'CreateClientVpnRouteResult')
|
364
|
+
CreateCoipCidrRequest = Shapes::StructureShape.new(name: 'CreateCoipCidrRequest')
|
365
|
+
CreateCoipCidrResult = Shapes::StructureShape.new(name: 'CreateCoipCidrResult')
|
366
|
+
CreateCoipPoolRequest = Shapes::StructureShape.new(name: 'CreateCoipPoolRequest')
|
367
|
+
CreateCoipPoolResult = Shapes::StructureShape.new(name: 'CreateCoipPoolResult')
|
358
368
|
CreateCustomerGatewayRequest = Shapes::StructureShape.new(name: 'CreateCustomerGatewayRequest')
|
359
369
|
CreateCustomerGatewayResult = Shapes::StructureShape.new(name: 'CreateCustomerGatewayResult')
|
360
370
|
CreateDefaultSubnetRequest = Shapes::StructureShape.new(name: 'CreateDefaultSubnetRequest')
|
@@ -396,6 +406,10 @@ module Aws::EC2
|
|
396
406
|
CreateLaunchTemplateVersionResult = Shapes::StructureShape.new(name: 'CreateLaunchTemplateVersionResult')
|
397
407
|
CreateLocalGatewayRouteRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteRequest')
|
398
408
|
CreateLocalGatewayRouteResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteResult')
|
409
|
+
CreateLocalGatewayRouteTableRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableRequest')
|
410
|
+
CreateLocalGatewayRouteTableResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableResult')
|
411
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest')
|
412
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult')
|
399
413
|
CreateLocalGatewayRouteTableVpcAssociationRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVpcAssociationRequest')
|
400
414
|
CreateLocalGatewayRouteTableVpcAssociationResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVpcAssociationResult')
|
401
415
|
CreateManagedPrefixListRequest = Shapes::StructureShape.new(name: 'CreateManagedPrefixListRequest')
|
@@ -520,6 +534,10 @@ module Aws::EC2
|
|
520
534
|
DeleteClientVpnEndpointResult = Shapes::StructureShape.new(name: 'DeleteClientVpnEndpointResult')
|
521
535
|
DeleteClientVpnRouteRequest = Shapes::StructureShape.new(name: 'DeleteClientVpnRouteRequest')
|
522
536
|
DeleteClientVpnRouteResult = Shapes::StructureShape.new(name: 'DeleteClientVpnRouteResult')
|
537
|
+
DeleteCoipCidrRequest = Shapes::StructureShape.new(name: 'DeleteCoipCidrRequest')
|
538
|
+
DeleteCoipCidrResult = Shapes::StructureShape.new(name: 'DeleteCoipCidrResult')
|
539
|
+
DeleteCoipPoolRequest = Shapes::StructureShape.new(name: 'DeleteCoipPoolRequest')
|
540
|
+
DeleteCoipPoolResult = Shapes::StructureShape.new(name: 'DeleteCoipPoolResult')
|
523
541
|
DeleteCustomerGatewayRequest = Shapes::StructureShape.new(name: 'DeleteCustomerGatewayRequest')
|
524
542
|
DeleteDhcpOptionsRequest = Shapes::StructureShape.new(name: 'DeleteDhcpOptionsRequest')
|
525
543
|
DeleteEgressOnlyInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteEgressOnlyInternetGatewayRequest')
|
@@ -556,6 +574,10 @@ module Aws::EC2
|
|
556
574
|
DeleteLaunchTemplateVersionsResult = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateVersionsResult')
|
557
575
|
DeleteLocalGatewayRouteRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteRequest')
|
558
576
|
DeleteLocalGatewayRouteResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteResult')
|
577
|
+
DeleteLocalGatewayRouteTableRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableRequest')
|
578
|
+
DeleteLocalGatewayRouteTableResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableResult')
|
579
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest')
|
580
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult')
|
559
581
|
DeleteLocalGatewayRouteTableVpcAssociationRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVpcAssociationRequest')
|
560
582
|
DeleteLocalGatewayRouteTableVpcAssociationResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVpcAssociationResult')
|
561
583
|
DeleteManagedPrefixListRequest = Shapes::StructureShape.new(name: 'DeleteManagedPrefixListRequest')
|
@@ -1723,6 +1745,7 @@ module Aws::EC2
|
|
1723
1745
|
LocalGatewayRouteState = Shapes::StringShape.new(name: 'LocalGatewayRouteState')
|
1724
1746
|
LocalGatewayRouteTable = Shapes::StructureShape.new(name: 'LocalGatewayRouteTable')
|
1725
1747
|
LocalGatewayRouteTableIdSet = Shapes::ListShape.new(name: 'LocalGatewayRouteTableIdSet')
|
1748
|
+
LocalGatewayRouteTableMode = Shapes::StringShape.new(name: 'LocalGatewayRouteTableMode')
|
1726
1749
|
LocalGatewayRouteTableSet = Shapes::ListShape.new(name: 'LocalGatewayRouteTableSet')
|
1727
1750
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation = Shapes::StructureShape.new(name: 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation')
|
1728
1751
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId = Shapes::StringShape.new(name: 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId')
|
@@ -1819,6 +1842,8 @@ module Aws::EC2
|
|
1819
1842
|
ModifyIpamScopeResult = Shapes::StructureShape.new(name: 'ModifyIpamScopeResult')
|
1820
1843
|
ModifyLaunchTemplateRequest = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateRequest')
|
1821
1844
|
ModifyLaunchTemplateResult = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateResult')
|
1845
|
+
ModifyLocalGatewayRouteRequest = Shapes::StructureShape.new(name: 'ModifyLocalGatewayRouteRequest')
|
1846
|
+
ModifyLocalGatewayRouteResult = Shapes::StructureShape.new(name: 'ModifyLocalGatewayRouteResult')
|
1822
1847
|
ModifyManagedPrefixListRequest = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListRequest')
|
1823
1848
|
ModifyManagedPrefixListResult = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListResult')
|
1824
1849
|
ModifyNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyNetworkInterfaceAttributeRequest')
|
@@ -2862,6 +2887,14 @@ module Aws::EC2
|
|
2862
2887
|
AddPrefixListEntry.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
2863
2888
|
AddPrefixListEntry.struct_class = Types::AddPrefixListEntry
|
2864
2889
|
|
2890
|
+
AddedPrincipal.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "principalType"))
|
2891
|
+
AddedPrincipal.add_member(:principal, Shapes::ShapeRef.new(shape: String, location_name: "principal"))
|
2892
|
+
AddedPrincipal.add_member(:service_permission_id, Shapes::ShapeRef.new(shape: String, location_name: "servicePermissionId"))
|
2893
|
+
AddedPrincipal.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
|
2894
|
+
AddedPrincipal.struct_class = Types::AddedPrincipal
|
2895
|
+
|
2896
|
+
AddedPrincipalSet.member = Shapes::ShapeRef.new(shape: AddedPrincipal, location_name: "item")
|
2897
|
+
|
2865
2898
|
AdditionalDetail.add_member(:additional_detail_type, Shapes::ShapeRef.new(shape: String, location_name: "additionalDetailType"))
|
2866
2899
|
AdditionalDetail.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
|
2867
2900
|
AdditionalDetail.struct_class = Types::AdditionalDetail
|
@@ -2953,6 +2986,9 @@ module Aws::EC2
|
|
2953
2986
|
|
2954
2987
|
AllowedPrincipal.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "principalType"))
|
2955
2988
|
AllowedPrincipal.add_member(:principal, Shapes::ShapeRef.new(shape: String, location_name: "principal"))
|
2989
|
+
AllowedPrincipal.add_member(:service_permission_id, Shapes::ShapeRef.new(shape: String, location_name: "servicePermissionId"))
|
2990
|
+
AllowedPrincipal.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
2991
|
+
AllowedPrincipal.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
|
2956
2992
|
AllowedPrincipal.struct_class = Types::AllowedPrincipal
|
2957
2993
|
|
2958
2994
|
AllowedPrincipalSet.member = Shapes::ShapeRef.new(shape: AllowedPrincipal, location_name: "item")
|
@@ -3488,6 +3524,12 @@ module Aws::EC2
|
|
3488
3524
|
|
3489
3525
|
CancelledSpotInstanceRequestList.member = Shapes::ShapeRef.new(shape: CancelledSpotInstanceRequest, location_name: "item")
|
3490
3526
|
|
3527
|
+
CapacityAllocation.add_member(:allocation_type, Shapes::ShapeRef.new(shape: AllocationType, location_name: "allocationType"))
|
3528
|
+
CapacityAllocation.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "count"))
|
3529
|
+
CapacityAllocation.struct_class = Types::CapacityAllocation
|
3530
|
+
|
3531
|
+
CapacityAllocations.member = Shapes::ShapeRef.new(shape: CapacityAllocation, location_name: "item")
|
3532
|
+
|
3491
3533
|
CapacityReservation.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationId"))
|
3492
3534
|
CapacityReservation.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
3493
3535
|
CapacityReservation.add_member(:capacity_reservation_arn, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationArn"))
|
@@ -3510,6 +3552,7 @@ module Aws::EC2
|
|
3510
3552
|
CapacityReservation.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: OutpostArn, location_name: "outpostArn"))
|
3511
3553
|
CapacityReservation.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationFleetId"))
|
3512
3554
|
CapacityReservation.add_member(:placement_group_arn, Shapes::ShapeRef.new(shape: PlacementGroupArn, location_name: "placementGroupArn"))
|
3555
|
+
CapacityReservation.add_member(:capacity_allocations, Shapes::ShapeRef.new(shape: CapacityAllocations, location_name: "capacityAllocationSet"))
|
3513
3556
|
CapacityReservation.struct_class = Types::CapacityReservation
|
3514
3557
|
|
3515
3558
|
CapacityReservationFleet.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
@@ -3756,6 +3799,11 @@ module Aws::EC2
|
|
3756
3799
|
|
3757
3800
|
CoipAddressUsageSet.member = Shapes::ShapeRef.new(shape: CoipAddressUsage, location_name: "item")
|
3758
3801
|
|
3802
|
+
CoipCidr.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
3803
|
+
CoipCidr.add_member(:coip_pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, location_name: "coipPoolId"))
|
3804
|
+
CoipCidr.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
|
3805
|
+
CoipCidr.struct_class = Types::CoipCidr
|
3806
|
+
|
3759
3807
|
CoipPool.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, location_name: "poolId"))
|
3760
3808
|
CoipPool.add_member(:pool_cidrs, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "poolCidrSet"))
|
3761
3809
|
CoipPool.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, location_name: "localGatewayRouteTableId"))
|
@@ -3953,6 +4001,22 @@ module Aws::EC2
|
|
3953
4001
|
CreateClientVpnRouteResult.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnRouteStatus, location_name: "status"))
|
3954
4002
|
CreateClientVpnRouteResult.struct_class = Types::CreateClientVpnRouteResult
|
3955
4003
|
|
4004
|
+
CreateCoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
4005
|
+
CreateCoipCidrRequest.add_member(:coip_pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, required: true, location_name: "CoipPoolId"))
|
4006
|
+
CreateCoipCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4007
|
+
CreateCoipCidrRequest.struct_class = Types::CreateCoipCidrRequest
|
4008
|
+
|
4009
|
+
CreateCoipCidrResult.add_member(:coip_cidr, Shapes::ShapeRef.new(shape: CoipCidr, location_name: "coipCidr"))
|
4010
|
+
CreateCoipCidrResult.struct_class = Types::CreateCoipCidrResult
|
4011
|
+
|
4012
|
+
CreateCoipPoolRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
|
4013
|
+
CreateCoipPoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4014
|
+
CreateCoipPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4015
|
+
CreateCoipPoolRequest.struct_class = Types::CreateCoipPoolRequest
|
4016
|
+
|
4017
|
+
CreateCoipPoolResult.add_member(:coip_pool, Shapes::ShapeRef.new(shape: CoipPool, location_name: "coipPool"))
|
4018
|
+
CreateCoipPoolResult.struct_class = Types::CreateCoipPoolResult
|
4019
|
+
|
3956
4020
|
CreateCustomerGatewayRequest.add_member(:bgp_asn, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "BgpAsn"))
|
3957
4021
|
CreateCustomerGatewayRequest.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "PublicIp"))
|
3958
4022
|
CreateCustomerGatewayRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
@@ -4039,6 +4103,7 @@ module Aws::EC2
|
|
4039
4103
|
CreateFlowLogsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4040
4104
|
CreateFlowLogsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
4041
4105
|
CreateFlowLogsRequest.add_member(:deliver_logs_permission_arn, Shapes::ShapeRef.new(shape: String, location_name: "DeliverLogsPermissionArn"))
|
4106
|
+
CreateFlowLogsRequest.add_member(:deliver_cross_account_role, Shapes::ShapeRef.new(shape: String, location_name: "DeliverCrossAccountRole"))
|
4042
4107
|
CreateFlowLogsRequest.add_member(:log_group_name, Shapes::ShapeRef.new(shape: String, location_name: "LogGroupName"))
|
4043
4108
|
CreateFlowLogsRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: FlowLogResourceIds, required: true, location_name: "ResourceId"))
|
4044
4109
|
CreateFlowLogsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: FlowLogsResourceType, required: true, location_name: "ResourceType"))
|
@@ -4182,13 +4247,32 @@ module Aws::EC2
|
|
4182
4247
|
|
4183
4248
|
CreateLocalGatewayRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
|
4184
4249
|
CreateLocalGatewayRouteRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
|
4185
|
-
CreateLocalGatewayRouteRequest.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId,
|
4250
|
+
CreateLocalGatewayRouteRequest.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, location_name: "LocalGatewayVirtualInterfaceGroupId"))
|
4186
4251
|
CreateLocalGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4252
|
+
CreateLocalGatewayRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "NetworkInterfaceId"))
|
4187
4253
|
CreateLocalGatewayRouteRequest.struct_class = Types::CreateLocalGatewayRouteRequest
|
4188
4254
|
|
4189
4255
|
CreateLocalGatewayRouteResult.add_member(:route, Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "route"))
|
4190
4256
|
CreateLocalGatewayRouteResult.struct_class = Types::CreateLocalGatewayRouteResult
|
4191
4257
|
|
4258
|
+
CreateLocalGatewayRouteTableRequest.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: LocalGatewayId, required: true, location_name: "LocalGatewayId"))
|
4259
|
+
CreateLocalGatewayRouteTableRequest.add_member(:mode, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableMode, location_name: "Mode"))
|
4260
|
+
CreateLocalGatewayRouteTableRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4261
|
+
CreateLocalGatewayRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4262
|
+
CreateLocalGatewayRouteTableRequest.struct_class = Types::CreateLocalGatewayRouteTableRequest
|
4263
|
+
|
4264
|
+
CreateLocalGatewayRouteTableResult.add_member(:local_gateway_route_table, Shapes::ShapeRef.new(shape: LocalGatewayRouteTable, location_name: "localGatewayRouteTable"))
|
4265
|
+
CreateLocalGatewayRouteTableResult.struct_class = Types::CreateLocalGatewayRouteTableResult
|
4266
|
+
|
4267
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
|
4268
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, required: true, location_name: "LocalGatewayVirtualInterfaceGroupId"))
|
4269
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4270
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4271
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.struct_class = Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
|
4272
|
+
|
4273
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult.add_member(:local_gateway_route_table_virtual_interface_group_association, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVirtualInterfaceGroupAssociation, location_name: "localGatewayRouteTableVirtualInterfaceGroupAssociation"))
|
4274
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult.struct_class = Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
|
4275
|
+
|
4192
4276
|
CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
|
4193
4277
|
CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
4194
4278
|
CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
@@ -4800,6 +4884,21 @@ module Aws::EC2
|
|
4800
4884
|
DeleteClientVpnRouteResult.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnRouteStatus, location_name: "status"))
|
4801
4885
|
DeleteClientVpnRouteResult.struct_class = Types::DeleteClientVpnRouteResult
|
4802
4886
|
|
4887
|
+
DeleteCoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
4888
|
+
DeleteCoipCidrRequest.add_member(:coip_pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, required: true, location_name: "CoipPoolId"))
|
4889
|
+
DeleteCoipCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4890
|
+
DeleteCoipCidrRequest.struct_class = Types::DeleteCoipCidrRequest
|
4891
|
+
|
4892
|
+
DeleteCoipCidrResult.add_member(:coip_cidr, Shapes::ShapeRef.new(shape: CoipCidr, location_name: "coipCidr"))
|
4893
|
+
DeleteCoipCidrResult.struct_class = Types::DeleteCoipCidrResult
|
4894
|
+
|
4895
|
+
DeleteCoipPoolRequest.add_member(:coip_pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, required: true, location_name: "CoipPoolId"))
|
4896
|
+
DeleteCoipPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4897
|
+
DeleteCoipPoolRequest.struct_class = Types::DeleteCoipPoolRequest
|
4898
|
+
|
4899
|
+
DeleteCoipPoolResult.add_member(:coip_pool, Shapes::ShapeRef.new(shape: CoipPool, location_name: "coipPool"))
|
4900
|
+
DeleteCoipPoolResult.struct_class = Types::DeleteCoipPoolResult
|
4901
|
+
|
4803
4902
|
DeleteCustomerGatewayRequest.add_member(:customer_gateway_id, Shapes::ShapeRef.new(shape: CustomerGatewayId, required: true, location_name: "CustomerGatewayId"))
|
4804
4903
|
DeleteCustomerGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4805
4904
|
DeleteCustomerGatewayRequest.struct_class = Types::DeleteCustomerGatewayRequest
|
@@ -4935,6 +5034,20 @@ module Aws::EC2
|
|
4935
5034
|
DeleteLocalGatewayRouteResult.add_member(:route, Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "route"))
|
4936
5035
|
DeleteLocalGatewayRouteResult.struct_class = Types::DeleteLocalGatewayRouteResult
|
4937
5036
|
|
5037
|
+
DeleteLocalGatewayRouteTableRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
|
5038
|
+
DeleteLocalGatewayRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5039
|
+
DeleteLocalGatewayRouteTableRequest.struct_class = Types::DeleteLocalGatewayRouteTableRequest
|
5040
|
+
|
5041
|
+
DeleteLocalGatewayRouteTableResult.add_member(:local_gateway_route_table, Shapes::ShapeRef.new(shape: LocalGatewayRouteTable, location_name: "localGatewayRouteTable"))
|
5042
|
+
DeleteLocalGatewayRouteTableResult.struct_class = Types::DeleteLocalGatewayRouteTableResult
|
5043
|
+
|
5044
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.add_member(:local_gateway_route_table_virtual_interface_group_association_id, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVirtualInterfaceGroupAssociationId, required: true, location_name: "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"))
|
5045
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5046
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.struct_class = Types::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
|
5047
|
+
|
5048
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult.add_member(:local_gateway_route_table_virtual_interface_group_association, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVirtualInterfaceGroupAssociation, location_name: "localGatewayRouteTableVirtualInterfaceGroupAssociation"))
|
5049
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult.struct_class = Types::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
|
5050
|
+
|
4938
5051
|
DeleteLocalGatewayRouteTableVpcAssociationRequest.add_member(:local_gateway_route_table_vpc_association_id, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociationId, required: true, location_name: "LocalGatewayRouteTableVpcAssociationId"))
|
4939
5052
|
DeleteLocalGatewayRouteTableVpcAssociationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4940
5053
|
DeleteLocalGatewayRouteTableVpcAssociationRequest.struct_class = Types::DeleteLocalGatewayRouteTableVpcAssociationRequest
|
@@ -7597,6 +7710,7 @@ module Aws::EC2
|
|
7597
7710
|
FlowLog.add_member(:creation_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "creationTime"))
|
7598
7711
|
FlowLog.add_member(:deliver_logs_error_message, Shapes::ShapeRef.new(shape: String, location_name: "deliverLogsErrorMessage"))
|
7599
7712
|
FlowLog.add_member(:deliver_logs_permission_arn, Shapes::ShapeRef.new(shape: String, location_name: "deliverLogsPermissionArn"))
|
7713
|
+
FlowLog.add_member(:deliver_cross_account_role, Shapes::ShapeRef.new(shape: String, location_name: "deliverCrossAccountRole"))
|
7600
7714
|
FlowLog.add_member(:deliver_logs_status, Shapes::ShapeRef.new(shape: String, location_name: "deliverLogsStatus"))
|
7601
7715
|
FlowLog.add_member(:flow_log_id, Shapes::ShapeRef.new(shape: String, location_name: "flowLogId"))
|
7602
7716
|
FlowLog.add_member(:flow_log_status, Shapes::ShapeRef.new(shape: String, location_name: "flowLogStatus"))
|
@@ -9555,6 +9669,9 @@ module Aws::EC2
|
|
9555
9669
|
LocalGatewayRoute.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, location_name: "localGatewayRouteTableId"))
|
9556
9670
|
LocalGatewayRoute.add_member(:local_gateway_route_table_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "localGatewayRouteTableArn"))
|
9557
9671
|
LocalGatewayRoute.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
9672
|
+
LocalGatewayRoute.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
|
9673
|
+
LocalGatewayRoute.add_member(:coip_pool_id, Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "coipPoolId"))
|
9674
|
+
LocalGatewayRoute.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
|
9558
9675
|
LocalGatewayRoute.struct_class = Types::LocalGatewayRoute
|
9559
9676
|
|
9560
9677
|
LocalGatewayRouteList.member = Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "item")
|
@@ -9566,6 +9683,8 @@ module Aws::EC2
|
|
9566
9683
|
LocalGatewayRouteTable.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
9567
9684
|
LocalGatewayRouteTable.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
9568
9685
|
LocalGatewayRouteTable.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
9686
|
+
LocalGatewayRouteTable.add_member(:mode, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableMode, location_name: "mode"))
|
9687
|
+
LocalGatewayRouteTable.add_member(:state_reason, Shapes::ShapeRef.new(shape: StateReason, location_name: "stateReason"))
|
9569
9688
|
LocalGatewayRouteTable.struct_class = Types::LocalGatewayRouteTable
|
9570
9689
|
|
9571
9690
|
LocalGatewayRouteTableIdSet.member = Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, location_name: "item")
|
@@ -9939,6 +10058,16 @@ module Aws::EC2
|
|
9939
10058
|
ModifyLaunchTemplateResult.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "launchTemplate"))
|
9940
10059
|
ModifyLaunchTemplateResult.struct_class = Types::ModifyLaunchTemplateResult
|
9941
10060
|
|
10061
|
+
ModifyLocalGatewayRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
|
10062
|
+
ModifyLocalGatewayRouteRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
|
10063
|
+
ModifyLocalGatewayRouteRequest.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, location_name: "LocalGatewayVirtualInterfaceGroupId"))
|
10064
|
+
ModifyLocalGatewayRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "NetworkInterfaceId"))
|
10065
|
+
ModifyLocalGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10066
|
+
ModifyLocalGatewayRouteRequest.struct_class = Types::ModifyLocalGatewayRouteRequest
|
10067
|
+
|
10068
|
+
ModifyLocalGatewayRouteResult.add_member(:route, Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "route"))
|
10069
|
+
ModifyLocalGatewayRouteResult.struct_class = Types::ModifyLocalGatewayRouteResult
|
10070
|
+
|
9942
10071
|
ModifyManagedPrefixListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9943
10072
|
ModifyManagedPrefixListRequest.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, required: true, location_name: "PrefixListId"))
|
9944
10073
|
ModifyManagedPrefixListRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: Long, location_name: "CurrentVersion"))
|
@@ -10192,6 +10321,7 @@ module Aws::EC2
|
|
10192
10321
|
ModifyVpcEndpointServicePermissionsRequest.add_member(:remove_allowed_principals, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveAllowedPrincipals"))
|
10193
10322
|
ModifyVpcEndpointServicePermissionsRequest.struct_class = Types::ModifyVpcEndpointServicePermissionsRequest
|
10194
10323
|
|
10324
|
+
ModifyVpcEndpointServicePermissionsResult.add_member(:added_principals, Shapes::ShapeRef.new(shape: AddedPrincipalSet, location_name: "addedPrincipalSet"))
|
10195
10325
|
ModifyVpcEndpointServicePermissionsResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
10196
10326
|
ModifyVpcEndpointServicePermissionsResult.struct_class = Types::ModifyVpcEndpointServicePermissionsResult
|
10197
10327
|
|
@@ -13327,6 +13457,8 @@ module Aws::EC2
|
|
13327
13457
|
VpcEndpointConnection.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "networkLoadBalancerArnSet"))
|
13328
13458
|
VpcEndpointConnection.add_member(:gateway_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "gatewayLoadBalancerArnSet"))
|
13329
13459
|
VpcEndpointConnection.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
13460
|
+
VpcEndpointConnection.add_member(:vpc_endpoint_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointConnectionId"))
|
13461
|
+
VpcEndpointConnection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
13330
13462
|
VpcEndpointConnection.struct_class = Types::VpcEndpointConnection
|
13331
13463
|
|
13332
13464
|
VpcEndpointConnectionSet.member = Shapes::ShapeRef.new(shape: VpcEndpointConnection, location_name: "item")
|
@@ -13943,6 +14075,22 @@ module Aws::EC2
|
|
13943
14075
|
o.output = Shapes::ShapeRef.new(shape: CreateClientVpnRouteResult)
|
13944
14076
|
end)
|
13945
14077
|
|
14078
|
+
api.add_operation(:create_coip_cidr, Seahorse::Model::Operation.new.tap do |o|
|
14079
|
+
o.name = "CreateCoipCidr"
|
14080
|
+
o.http_method = "POST"
|
14081
|
+
o.http_request_uri = "/"
|
14082
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCoipCidrRequest)
|
14083
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCoipCidrResult)
|
14084
|
+
end)
|
14085
|
+
|
14086
|
+
api.add_operation(:create_coip_pool, Seahorse::Model::Operation.new.tap do |o|
|
14087
|
+
o.name = "CreateCoipPool"
|
14088
|
+
o.http_method = "POST"
|
14089
|
+
o.http_request_uri = "/"
|
14090
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCoipPoolRequest)
|
14091
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCoipPoolResult)
|
14092
|
+
end)
|
14093
|
+
|
13946
14094
|
api.add_operation(:create_customer_gateway, Seahorse::Model::Operation.new.tap do |o|
|
13947
14095
|
o.name = "CreateCustomerGateway"
|
13948
14096
|
o.http_method = "POST"
|
@@ -14095,6 +14243,22 @@ module Aws::EC2
|
|
14095
14243
|
o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteResult)
|
14096
14244
|
end)
|
14097
14245
|
|
14246
|
+
api.add_operation(:create_local_gateway_route_table, Seahorse::Model::Operation.new.tap do |o|
|
14247
|
+
o.name = "CreateLocalGatewayRouteTable"
|
14248
|
+
o.http_method = "POST"
|
14249
|
+
o.http_request_uri = "/"
|
14250
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteTableRequest)
|
14251
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteTableResult)
|
14252
|
+
end)
|
14253
|
+
|
14254
|
+
api.add_operation(:create_local_gateway_route_table_virtual_interface_group_association, Seahorse::Model::Operation.new.tap do |o|
|
14255
|
+
o.name = "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation"
|
14256
|
+
o.http_method = "POST"
|
14257
|
+
o.http_request_uri = "/"
|
14258
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest)
|
14259
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult)
|
14260
|
+
end)
|
14261
|
+
|
14098
14262
|
api.add_operation(:create_local_gateway_route_table_vpc_association, Seahorse::Model::Operation.new.tap do |o|
|
14099
14263
|
o.name = "CreateLocalGatewayRouteTableVpcAssociation"
|
14100
14264
|
o.http_method = "POST"
|
@@ -14503,6 +14667,22 @@ module Aws::EC2
|
|
14503
14667
|
o.output = Shapes::ShapeRef.new(shape: DeleteClientVpnRouteResult)
|
14504
14668
|
end)
|
14505
14669
|
|
14670
|
+
api.add_operation(:delete_coip_cidr, Seahorse::Model::Operation.new.tap do |o|
|
14671
|
+
o.name = "DeleteCoipCidr"
|
14672
|
+
o.http_method = "POST"
|
14673
|
+
o.http_request_uri = "/"
|
14674
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCoipCidrRequest)
|
14675
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCoipCidrResult)
|
14676
|
+
end)
|
14677
|
+
|
14678
|
+
api.add_operation(:delete_coip_pool, Seahorse::Model::Operation.new.tap do |o|
|
14679
|
+
o.name = "DeleteCoipPool"
|
14680
|
+
o.http_method = "POST"
|
14681
|
+
o.http_request_uri = "/"
|
14682
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCoipPoolRequest)
|
14683
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCoipPoolResult)
|
14684
|
+
end)
|
14685
|
+
|
14506
14686
|
api.add_operation(:delete_customer_gateway, Seahorse::Model::Operation.new.tap do |o|
|
14507
14687
|
o.name = "DeleteCustomerGateway"
|
14508
14688
|
o.http_method = "POST"
|
@@ -14623,6 +14803,22 @@ module Aws::EC2
|
|
14623
14803
|
o.output = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteResult)
|
14624
14804
|
end)
|
14625
14805
|
|
14806
|
+
api.add_operation(:delete_local_gateway_route_table, Seahorse::Model::Operation.new.tap do |o|
|
14807
|
+
o.name = "DeleteLocalGatewayRouteTable"
|
14808
|
+
o.http_method = "POST"
|
14809
|
+
o.http_request_uri = "/"
|
14810
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteTableRequest)
|
14811
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteTableResult)
|
14812
|
+
end)
|
14813
|
+
|
14814
|
+
api.add_operation(:delete_local_gateway_route_table_virtual_interface_group_association, Seahorse::Model::Operation.new.tap do |o|
|
14815
|
+
o.name = "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation"
|
14816
|
+
o.http_method = "POST"
|
14817
|
+
o.http_request_uri = "/"
|
14818
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest)
|
14819
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult)
|
14820
|
+
end)
|
14821
|
+
|
14626
14822
|
api.add_operation(:delete_local_gateway_route_table_vpc_association, Seahorse::Model::Operation.new.tap do |o|
|
14627
14823
|
o.name = "DeleteLocalGatewayRouteTableVpcAssociation"
|
14628
14824
|
o.http_method = "POST"
|
@@ -17744,6 +17940,14 @@ module Aws::EC2
|
|
17744
17940
|
o.output = Shapes::ShapeRef.new(shape: ModifyLaunchTemplateResult)
|
17745
17941
|
end)
|
17746
17942
|
|
17943
|
+
api.add_operation(:modify_local_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
17944
|
+
o.name = "ModifyLocalGatewayRoute"
|
17945
|
+
o.http_method = "POST"
|
17946
|
+
o.http_request_uri = "/"
|
17947
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyLocalGatewayRouteRequest)
|
17948
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyLocalGatewayRouteResult)
|
17949
|
+
end)
|
17950
|
+
|
17747
17951
|
api.add_operation(:modify_managed_prefix_list, Seahorse::Model::Operation.new.tap do |o|
|
17748
17952
|
o.name = "ModifyManagedPrefixList"
|
17749
17953
|
o.http_method = "POST"
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
@@ -728,7 +728,7 @@ module Aws::EC2
|
|
728
728
|
# no_reboot: false,
|
729
729
|
# tag_specifications: [
|
730
730
|
# {
|
731
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type
|
731
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, vpn-connection-device-type
|
732
732
|
# tags: [
|
733
733
|
# {
|
734
734
|
# key: "String",
|