aws-sdk-ec2 1.171.0 → 1.176.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,6 +32,8 @@ module Aws::EC2
32
32
  ActiveInstance = Shapes::StructureShape.new(name: 'ActiveInstance')
33
33
  ActiveInstanceSet = Shapes::ListShape.new(name: 'ActiveInstanceSet')
34
34
  ActivityStatus = Shapes::StringShape.new(name: 'ActivityStatus')
35
+ AddPrefixListEntries = Shapes::ListShape.new(name: 'AddPrefixListEntries')
36
+ AddPrefixListEntry = Shapes::StructureShape.new(name: 'AddPrefixListEntry')
35
37
  Address = Shapes::StructureShape.new(name: 'Address')
36
38
  AddressList = Shapes::ListShape.new(name: 'AddressList')
37
39
  AdvertiseByoipCidrRequest = Shapes::StructureShape.new(name: 'AdvertiseByoipCidrRequest')
@@ -282,6 +284,8 @@ module Aws::EC2
282
284
  CreateLocalGatewayRouteResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteResult')
283
285
  CreateLocalGatewayRouteTableVpcAssociationRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVpcAssociationRequest')
284
286
  CreateLocalGatewayRouteTableVpcAssociationResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVpcAssociationResult')
287
+ CreateManagedPrefixListRequest = Shapes::StructureShape.new(name: 'CreateManagedPrefixListRequest')
288
+ CreateManagedPrefixListResult = Shapes::StructureShape.new(name: 'CreateManagedPrefixListResult')
285
289
  CreateNatGatewayRequest = Shapes::StructureShape.new(name: 'CreateNatGatewayRequest')
286
290
  CreateNatGatewayResult = Shapes::StructureShape.new(name: 'CreateNatGatewayResult')
287
291
  CreateNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'CreateNetworkAclEntryRequest')
@@ -401,6 +405,8 @@ module Aws::EC2
401
405
  DeleteLocalGatewayRouteResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteResult')
402
406
  DeleteLocalGatewayRouteTableVpcAssociationRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVpcAssociationRequest')
403
407
  DeleteLocalGatewayRouteTableVpcAssociationResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVpcAssociationResult')
408
+ DeleteManagedPrefixListRequest = Shapes::StructureShape.new(name: 'DeleteManagedPrefixListRequest')
409
+ DeleteManagedPrefixListResult = Shapes::StructureShape.new(name: 'DeleteManagedPrefixListResult')
404
410
  DeleteNatGatewayRequest = Shapes::StructureShape.new(name: 'DeleteNatGatewayRequest')
405
411
  DeleteNatGatewayResult = Shapes::StructureShape.new(name: 'DeleteNatGatewayResult')
406
412
  DeleteNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'DeleteNetworkAclEntryRequest')
@@ -600,6 +606,8 @@ module Aws::EC2
600
606
  DescribeLocalGatewayVirtualInterfacesResult = Shapes::StructureShape.new(name: 'DescribeLocalGatewayVirtualInterfacesResult')
601
607
  DescribeLocalGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeLocalGatewaysRequest')
602
608
  DescribeLocalGatewaysResult = Shapes::StructureShape.new(name: 'DescribeLocalGatewaysResult')
609
+ DescribeManagedPrefixListsRequest = Shapes::StructureShape.new(name: 'DescribeManagedPrefixListsRequest')
610
+ DescribeManagedPrefixListsResult = Shapes::StructureShape.new(name: 'DescribeManagedPrefixListsResult')
603
611
  DescribeMovingAddressesMaxResults = Shapes::IntegerShape.new(name: 'DescribeMovingAddressesMaxResults')
604
612
  DescribeMovingAddressesRequest = Shapes::StructureShape.new(name: 'DescribeMovingAddressesRequest')
605
613
  DescribeMovingAddressesResult = Shapes::StructureShape.new(name: 'DescribeMovingAddressesResult')
@@ -956,6 +964,11 @@ module Aws::EC2
956
964
  GetHostReservationPurchasePreviewResult = Shapes::StructureShape.new(name: 'GetHostReservationPurchasePreviewResult')
957
965
  GetLaunchTemplateDataRequest = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataRequest')
958
966
  GetLaunchTemplateDataResult = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataResult')
967
+ GetManagedPrefixListAssociationsMaxResults = Shapes::IntegerShape.new(name: 'GetManagedPrefixListAssociationsMaxResults')
968
+ GetManagedPrefixListAssociationsRequest = Shapes::StructureShape.new(name: 'GetManagedPrefixListAssociationsRequest')
969
+ GetManagedPrefixListAssociationsResult = Shapes::StructureShape.new(name: 'GetManagedPrefixListAssociationsResult')
970
+ GetManagedPrefixListEntriesRequest = Shapes::StructureShape.new(name: 'GetManagedPrefixListEntriesRequest')
971
+ GetManagedPrefixListEntriesResult = Shapes::StructureShape.new(name: 'GetManagedPrefixListEntriesResult')
959
972
  GetPasswordDataRequest = Shapes::StructureShape.new(name: 'GetPasswordDataRequest')
960
973
  GetPasswordDataResult = Shapes::StructureShape.new(name: 'GetPasswordDataResult')
961
974
  GetReservedInstancesExchangeQuoteRequest = Shapes::StructureShape.new(name: 'GetReservedInstancesExchangeQuoteRequest')
@@ -1282,6 +1295,8 @@ module Aws::EC2
1282
1295
  LocationType = Shapes::StringShape.new(name: 'LocationType')
1283
1296
  LogDestinationType = Shapes::StringShape.new(name: 'LogDestinationType')
1284
1297
  Long = Shapes::IntegerShape.new(name: 'Long')
1298
+ ManagedPrefixList = Shapes::StructureShape.new(name: 'ManagedPrefixList')
1299
+ ManagedPrefixListSet = Shapes::ListShape.new(name: 'ManagedPrefixListSet')
1285
1300
  MarketType = Shapes::StringShape.new(name: 'MarketType')
1286
1301
  MaxIpv4AddrPerInterface = Shapes::IntegerShape.new(name: 'MaxIpv4AddrPerInterface')
1287
1302
  MaxIpv6AddrPerInterface = Shapes::IntegerShape.new(name: 'MaxIpv6AddrPerInterface')
@@ -1327,6 +1342,8 @@ module Aws::EC2
1327
1342
  ModifyInstancePlacementResult = Shapes::StructureShape.new(name: 'ModifyInstancePlacementResult')
1328
1343
  ModifyLaunchTemplateRequest = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateRequest')
1329
1344
  ModifyLaunchTemplateResult = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateResult')
1345
+ ModifyManagedPrefixListRequest = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListRequest')
1346
+ ModifyManagedPrefixListResult = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListResult')
1330
1347
  ModifyNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyNetworkInterfaceAttributeRequest')
1331
1348
  ModifyReservedInstancesRequest = Shapes::StructureShape.new(name: 'ModifyReservedInstancesRequest')
1332
1349
  ModifyReservedInstancesResult = Shapes::StructureShape.new(name: 'ModifyReservedInstancesResult')
@@ -1479,12 +1496,18 @@ module Aws::EC2
1479
1496
  PoolMaxResults = Shapes::IntegerShape.new(name: 'PoolMaxResults')
1480
1497
  PortRange = Shapes::StructureShape.new(name: 'PortRange')
1481
1498
  PrefixList = Shapes::StructureShape.new(name: 'PrefixList')
1499
+ PrefixListAssociation = Shapes::StructureShape.new(name: 'PrefixListAssociation')
1500
+ PrefixListAssociationSet = Shapes::ListShape.new(name: 'PrefixListAssociationSet')
1501
+ PrefixListEntry = Shapes::StructureShape.new(name: 'PrefixListEntry')
1502
+ PrefixListEntrySet = Shapes::ListShape.new(name: 'PrefixListEntrySet')
1482
1503
  PrefixListId = Shapes::StructureShape.new(name: 'PrefixListId')
1483
1504
  PrefixListIdList = Shapes::ListShape.new(name: 'PrefixListIdList')
1484
1505
  PrefixListIdSet = Shapes::ListShape.new(name: 'PrefixListIdSet')
1506
+ PrefixListMaxResults = Shapes::IntegerShape.new(name: 'PrefixListMaxResults')
1485
1507
  PrefixListResourceId = Shapes::StringShape.new(name: 'PrefixListResourceId')
1486
1508
  PrefixListResourceIdStringList = Shapes::ListShape.new(name: 'PrefixListResourceIdStringList')
1487
1509
  PrefixListSet = Shapes::ListShape.new(name: 'PrefixListSet')
1510
+ PrefixListState = Shapes::StringShape.new(name: 'PrefixListState')
1488
1511
  PriceSchedule = Shapes::StructureShape.new(name: 'PriceSchedule')
1489
1512
  PriceScheduleList = Shapes::ListShape.new(name: 'PriceScheduleList')
1490
1513
  PriceScheduleSpecification = Shapes::StructureShape.new(name: 'PriceScheduleSpecification')
@@ -1558,6 +1581,8 @@ module Aws::EC2
1558
1581
  ReleaseAddressRequest = Shapes::StructureShape.new(name: 'ReleaseAddressRequest')
1559
1582
  ReleaseHostsRequest = Shapes::StructureShape.new(name: 'ReleaseHostsRequest')
1560
1583
  ReleaseHostsResult = Shapes::StructureShape.new(name: 'ReleaseHostsResult')
1584
+ RemovePrefixListEntries = Shapes::ListShape.new(name: 'RemovePrefixListEntries')
1585
+ RemovePrefixListEntry = Shapes::StructureShape.new(name: 'RemovePrefixListEntry')
1561
1586
  ReplaceIamInstanceProfileAssociationRequest = Shapes::StructureShape.new(name: 'ReplaceIamInstanceProfileAssociationRequest')
1562
1587
  ReplaceIamInstanceProfileAssociationResult = Shapes::StructureShape.new(name: 'ReplaceIamInstanceProfileAssociationResult')
1563
1588
  ReplaceNetworkAclAssociationRequest = Shapes::StructureShape.new(name: 'ReplaceNetworkAclAssociationRequest')
@@ -1622,6 +1647,7 @@ module Aws::EC2
1622
1647
  ResetInstanceAttributeRequest = Shapes::StructureShape.new(name: 'ResetInstanceAttributeRequest')
1623
1648
  ResetNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ResetNetworkInterfaceAttributeRequest')
1624
1649
  ResetSnapshotAttributeRequest = Shapes::StructureShape.new(name: 'ResetSnapshotAttributeRequest')
1650
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
1625
1651
  ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
1626
1652
  ResourceList = Shapes::ListShape.new(name: 'ResourceList')
1627
1653
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
@@ -1632,6 +1658,8 @@ module Aws::EC2
1632
1658
  RestorableByStringList = Shapes::ListShape.new(name: 'RestorableByStringList')
1633
1659
  RestoreAddressToClassicRequest = Shapes::StructureShape.new(name: 'RestoreAddressToClassicRequest')
1634
1660
  RestoreAddressToClassicResult = Shapes::StructureShape.new(name: 'RestoreAddressToClassicResult')
1661
+ RestoreManagedPrefixListVersionRequest = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionRequest')
1662
+ RestoreManagedPrefixListVersionResult = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionResult')
1635
1663
  RevokeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressRequest')
1636
1664
  RevokeClientVpnIngressResult = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressResult')
1637
1665
  RevokeSecurityGroupEgressRequest = Shapes::StructureShape.new(name: 'RevokeSecurityGroupEgressRequest')
@@ -2089,6 +2117,12 @@ module Aws::EC2
2089
2117
 
2090
2118
  ActiveInstanceSet.member = Shapes::ShapeRef.new(shape: ActiveInstance, location_name: "item")
2091
2119
 
2120
+ AddPrefixListEntries.member = Shapes::ShapeRef.new(shape: AddPrefixListEntry)
2121
+
2122
+ AddPrefixListEntry.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
2123
+ AddPrefixListEntry.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
2124
+ AddPrefixListEntry.struct_class = Types::AddPrefixListEntry
2125
+
2092
2126
  Address.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
2093
2127
  Address.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
2094
2128
  Address.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
@@ -2376,6 +2410,9 @@ module Aws::EC2
2376
2410
  AvailabilityZone.add_member(:zone_id, Shapes::ShapeRef.new(shape: String, location_name: "zoneId"))
2377
2411
  AvailabilityZone.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
2378
2412
  AvailabilityZone.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
2413
+ AvailabilityZone.add_member(:zone_type, Shapes::ShapeRef.new(shape: String, location_name: "zoneType"))
2414
+ AvailabilityZone.add_member(:parent_zone_name, Shapes::ShapeRef.new(shape: String, location_name: "parentZoneName"))
2415
+ AvailabilityZone.add_member(:parent_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "parentZoneId"))
2379
2416
  AvailabilityZone.struct_class = Types::AvailabilityZone
2380
2417
 
2381
2418
  AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "item")
@@ -2879,6 +2916,7 @@ module Aws::EC2
2879
2916
  CreateDefaultVpcResult.struct_class = Types::CreateDefaultVpcResult
2880
2917
 
2881
2918
  CreateDhcpOptionsRequest.add_member(:dhcp_configurations, Shapes::ShapeRef.new(shape: NewDhcpConfigurationList, required: true, location_name: "dhcpConfiguration"))
2919
+ CreateDhcpOptionsRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
2882
2920
  CreateDhcpOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2883
2921
  CreateDhcpOptionsRequest.struct_class = Types::CreateDhcpOptionsRequest
2884
2922
 
@@ -2888,6 +2926,7 @@ module Aws::EC2
2888
2926
  CreateEgressOnlyInternetGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
2889
2927
  CreateEgressOnlyInternetGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2890
2928
  CreateEgressOnlyInternetGatewayRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
2929
+ CreateEgressOnlyInternetGatewayRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
2891
2930
  CreateEgressOnlyInternetGatewayRequest.struct_class = Types::CreateEgressOnlyInternetGatewayRequest
2892
2931
 
2893
2932
  CreateEgressOnlyInternetGatewayResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
@@ -2984,6 +3023,7 @@ module Aws::EC2
2984
3023
  CreateInstanceExportTaskResult.add_member(:export_task, Shapes::ShapeRef.new(shape: ExportTask, location_name: "exportTask"))
2985
3024
  CreateInstanceExportTaskResult.struct_class = Types::CreateInstanceExportTaskResult
2986
3025
 
3026
+ CreateInternetGatewayRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
2987
3027
  CreateInternetGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2988
3028
  CreateInternetGatewayRequest.struct_class = Types::CreateInternetGatewayRequest
2989
3029
 
@@ -3038,6 +3078,18 @@ module Aws::EC2
3038
3078
  CreateLocalGatewayRouteTableVpcAssociationResult.add_member(:local_gateway_route_table_vpc_association, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociation, location_name: "localGatewayRouteTableVpcAssociation"))
3039
3079
  CreateLocalGatewayRouteTableVpcAssociationResult.struct_class = Types::CreateLocalGatewayRouteTableVpcAssociationResult
3040
3080
 
3081
+ CreateManagedPrefixListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3082
+ CreateManagedPrefixListRequest.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrefixListName"))
3083
+ CreateManagedPrefixListRequest.add_member(:entries, Shapes::ShapeRef.new(shape: AddPrefixListEntries, location_name: "Entry"))
3084
+ CreateManagedPrefixListRequest.add_member(:max_entries, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaxEntries"))
3085
+ CreateManagedPrefixListRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3086
+ CreateManagedPrefixListRequest.add_member(:address_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AddressFamily"))
3087
+ CreateManagedPrefixListRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
3088
+ CreateManagedPrefixListRequest.struct_class = Types::CreateManagedPrefixListRequest
3089
+
3090
+ CreateManagedPrefixListResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
3091
+ CreateManagedPrefixListResult.struct_class = Types::CreateManagedPrefixListResult
3092
+
3041
3093
  CreateNatGatewayRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, required: true, location_name: "AllocationId"))
3042
3094
  CreateNatGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
3043
3095
  CreateNatGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -3063,6 +3115,7 @@ module Aws::EC2
3063
3115
 
3064
3116
  CreateNetworkAclRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3065
3117
  CreateNetworkAclRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
3118
+ CreateNetworkAclRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3066
3119
  CreateNetworkAclRequest.struct_class = Types::CreateNetworkAclRequest
3067
3120
 
3068
3121
  CreateNetworkAclResult.add_member(:network_acl, Shapes::ShapeRef.new(shape: NetworkAcl, location_name: "networkAcl"))
@@ -3088,6 +3141,7 @@ module Aws::EC2
3088
3141
  CreateNetworkInterfaceRequest.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
3089
3142
  CreateNetworkInterfaceRequest.add_member(:interface_type, Shapes::ShapeRef.new(shape: NetworkInterfaceCreationType, location_name: "InterfaceType"))
3090
3143
  CreateNetworkInterfaceRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
3144
+ CreateNetworkInterfaceRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3091
3145
  CreateNetworkInterfaceRequest.struct_class = Types::CreateNetworkInterfaceRequest
3092
3146
 
3093
3147
  CreateNetworkInterfaceResult.add_member(:network_interface, Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "networkInterface"))
@@ -3114,6 +3168,7 @@ module Aws::EC2
3114
3168
 
3115
3169
  CreateRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
3116
3170
  CreateRouteRequest.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationIpv6CidrBlock"))
3171
+ CreateRouteRequest.add_member(:destination_prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "DestinationPrefixListId"))
3117
3172
  CreateRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3118
3173
  CreateRouteRequest.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "egressOnlyInternetGatewayId"))
3119
3174
  CreateRouteRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: RouteGatewayId, location_name: "gatewayId"))
@@ -3139,10 +3194,12 @@ module Aws::EC2
3139
3194
  CreateSecurityGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GroupDescription"))
3140
3195
  CreateSecurityGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GroupName"))
3141
3196
  CreateSecurityGroupRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
3197
+ CreateSecurityGroupRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3142
3198
  CreateSecurityGroupRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3143
3199
  CreateSecurityGroupRequest.struct_class = Types::CreateSecurityGroupRequest
3144
3200
 
3145
3201
  CreateSecurityGroupResult.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
3202
+ CreateSecurityGroupResult.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
3146
3203
  CreateSecurityGroupResult.struct_class = Types::CreateSecurityGroupResult
3147
3204
 
3148
3205
  CreateSnapshotRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
@@ -3169,6 +3226,7 @@ module Aws::EC2
3169
3226
  CreateSpotDatafeedSubscriptionResult.add_member(:spot_datafeed_subscription, Shapes::ShapeRef.new(shape: SpotDatafeedSubscription, location_name: "spotDatafeedSubscription"))
3170
3227
  CreateSpotDatafeedSubscriptionResult.struct_class = Types::CreateSpotDatafeedSubscriptionResult
3171
3228
 
3229
+ CreateSubnetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3172
3230
  CreateSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
3173
3231
  CreateSubnetRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
3174
3232
  CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
@@ -3384,6 +3442,7 @@ module Aws::EC2
3384
3442
  CreateVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3385
3443
  CreateVpcRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
3386
3444
  CreateVpcRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
3445
+ CreateVpcRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3387
3446
  CreateVpcRequest.struct_class = Types::CreateVpcRequest
3388
3447
 
3389
3448
  CreateVpcResult.add_member(:vpc, Shapes::ShapeRef.new(shape: Vpc, location_name: "vpc"))
@@ -3561,6 +3620,13 @@ module Aws::EC2
3561
3620
  DeleteLocalGatewayRouteTableVpcAssociationResult.add_member(:local_gateway_route_table_vpc_association, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociation, location_name: "localGatewayRouteTableVpcAssociation"))
3562
3621
  DeleteLocalGatewayRouteTableVpcAssociationResult.struct_class = Types::DeleteLocalGatewayRouteTableVpcAssociationResult
3563
3622
 
3623
+ DeleteManagedPrefixListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3624
+ DeleteManagedPrefixListRequest.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, required: true, location_name: "PrefixListId"))
3625
+ DeleteManagedPrefixListRequest.struct_class = Types::DeleteManagedPrefixListRequest
3626
+
3627
+ DeleteManagedPrefixListResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
3628
+ DeleteManagedPrefixListResult.struct_class = Types::DeleteManagedPrefixListResult
3629
+
3564
3630
  DeleteNatGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3565
3631
  DeleteNatGatewayRequest.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, required: true, location_name: "NatGatewayId"))
3566
3632
  DeleteNatGatewayRequest.struct_class = Types::DeleteNatGatewayRequest
@@ -3610,6 +3676,7 @@ module Aws::EC2
3610
3676
 
3611
3677
  DeleteRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
3612
3678
  DeleteRouteRequest.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationIpv6CidrBlock"))
3679
+ DeleteRouteRequest.add_member(:destination_prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "DestinationPrefixListId"))
3613
3680
  DeleteRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3614
3681
  DeleteRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
3615
3682
  DeleteRouteRequest.struct_class = Types::DeleteRouteRequest
@@ -4400,6 +4467,17 @@ module Aws::EC2
4400
4467
  DescribeLocalGatewaysResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4401
4468
  DescribeLocalGatewaysResult.struct_class = Types::DescribeLocalGatewaysResult
4402
4469
 
4470
+ DescribeManagedPrefixListsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4471
+ DescribeManagedPrefixListsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4472
+ DescribeManagedPrefixListsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PrefixListMaxResults, location_name: "MaxResults"))
4473
+ DescribeManagedPrefixListsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4474
+ DescribeManagedPrefixListsRequest.add_member(:prefix_list_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "PrefixListId"))
4475
+ DescribeManagedPrefixListsRequest.struct_class = Types::DescribeManagedPrefixListsRequest
4476
+
4477
+ DescribeManagedPrefixListsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
4478
+ DescribeManagedPrefixListsResult.add_member(:prefix_lists, Shapes::ShapeRef.new(shape: ManagedPrefixListSet, location_name: "prefixListSet"))
4479
+ DescribeManagedPrefixListsResult.struct_class = Types::DescribeManagedPrefixListsResult
4480
+
4403
4481
  DescribeMovingAddressesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filter"))
4404
4482
  DescribeMovingAddressesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4405
4483
  DescribeMovingAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeMovingAddressesMaxResults, location_name: "maxResults"))
@@ -5756,6 +5834,27 @@ module Aws::EC2
5756
5834
  GetLaunchTemplateDataResult.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: ResponseLaunchTemplateData, location_name: "launchTemplateData"))
5757
5835
  GetLaunchTemplateDataResult.struct_class = Types::GetLaunchTemplateDataResult
5758
5836
 
5837
+ GetManagedPrefixListAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5838
+ GetManagedPrefixListAssociationsRequest.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, required: true, location_name: "PrefixListId"))
5839
+ GetManagedPrefixListAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetManagedPrefixListAssociationsMaxResults, location_name: "MaxResults"))
5840
+ GetManagedPrefixListAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5841
+ GetManagedPrefixListAssociationsRequest.struct_class = Types::GetManagedPrefixListAssociationsRequest
5842
+
5843
+ GetManagedPrefixListAssociationsResult.add_member(:prefix_list_associations, Shapes::ShapeRef.new(shape: PrefixListAssociationSet, location_name: "prefixListAssociationSet"))
5844
+ GetManagedPrefixListAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5845
+ GetManagedPrefixListAssociationsResult.struct_class = Types::GetManagedPrefixListAssociationsResult
5846
+
5847
+ GetManagedPrefixListEntriesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5848
+ GetManagedPrefixListEntriesRequest.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, required: true, location_name: "PrefixListId"))
5849
+ GetManagedPrefixListEntriesRequest.add_member(:target_version, Shapes::ShapeRef.new(shape: Long, location_name: "TargetVersion"))
5850
+ GetManagedPrefixListEntriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PrefixListMaxResults, location_name: "MaxResults"))
5851
+ GetManagedPrefixListEntriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5852
+ GetManagedPrefixListEntriesRequest.struct_class = Types::GetManagedPrefixListEntriesRequest
5853
+
5854
+ GetManagedPrefixListEntriesResult.add_member(:entries, Shapes::ShapeRef.new(shape: PrefixListEntrySet, location_name: "entrySet"))
5855
+ GetManagedPrefixListEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
5856
+ GetManagedPrefixListEntriesResult.struct_class = Types::GetManagedPrefixListEntriesResult
5857
+
5759
5858
  GetPasswordDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5760
5859
  GetPasswordDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
5761
5860
  GetPasswordDataRequest.struct_class = Types::GetPasswordDataRequest
@@ -6982,6 +7081,20 @@ module Aws::EC2
6982
7081
 
6983
7082
  LocalGatewayVirtualInterfaceSet.member = Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterface, location_name: "item")
6984
7083
 
7084
+ ManagedPrefixList.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "prefixListId"))
7085
+ ManagedPrefixList.add_member(:address_family, Shapes::ShapeRef.new(shape: String, location_name: "addressFamily"))
7086
+ ManagedPrefixList.add_member(:state, Shapes::ShapeRef.new(shape: PrefixListState, location_name: "state"))
7087
+ ManagedPrefixList.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
7088
+ ManagedPrefixList.add_member(:prefix_list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "prefixListArn"))
7089
+ ManagedPrefixList.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, location_name: "prefixListName"))
7090
+ ManagedPrefixList.add_member(:max_entries, Shapes::ShapeRef.new(shape: Integer, location_name: "maxEntries"))
7091
+ ManagedPrefixList.add_member(:version, Shapes::ShapeRef.new(shape: Long, location_name: "version"))
7092
+ ManagedPrefixList.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7093
+ ManagedPrefixList.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7094
+ ManagedPrefixList.struct_class = Types::ManagedPrefixList
7095
+
7096
+ ManagedPrefixListSet.member = Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "item")
7097
+
6985
7098
  MemoryInfo.add_member(:size_in_mi_b, Shapes::ShapeRef.new(shape: MemorySize, location_name: "sizeInMiB"))
6986
7099
  MemoryInfo.struct_class = Types::MemoryInfo
6987
7100
 
@@ -7166,6 +7279,17 @@ module Aws::EC2
7166
7279
  ModifyLaunchTemplateResult.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "launchTemplate"))
7167
7280
  ModifyLaunchTemplateResult.struct_class = Types::ModifyLaunchTemplateResult
7168
7281
 
7282
+ ModifyManagedPrefixListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7283
+ ModifyManagedPrefixListRequest.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, required: true, location_name: "PrefixListId"))
7284
+ ModifyManagedPrefixListRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: Long, location_name: "CurrentVersion"))
7285
+ ModifyManagedPrefixListRequest.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, location_name: "PrefixListName"))
7286
+ ModifyManagedPrefixListRequest.add_member(:add_entries, Shapes::ShapeRef.new(shape: AddPrefixListEntries, location_name: "AddEntry"))
7287
+ ModifyManagedPrefixListRequest.add_member(:remove_entries, Shapes::ShapeRef.new(shape: RemovePrefixListEntries, location_name: "RemoveEntry"))
7288
+ ModifyManagedPrefixListRequest.struct_class = Types::ModifyManagedPrefixListRequest
7289
+
7290
+ ModifyManagedPrefixListResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
7291
+ ModifyManagedPrefixListResult.struct_class = Types::ModifyManagedPrefixListResult
7292
+
7169
7293
  ModifyNetworkInterfaceAttributeRequest.add_member(:attachment, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachmentChanges, location_name: "attachment"))
7170
7294
  ModifyNetworkInterfaceAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "description"))
7171
7295
  ModifyNetworkInterfaceAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -7714,6 +7838,18 @@ module Aws::EC2
7714
7838
  PrefixList.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, location_name: "prefixListName"))
7715
7839
  PrefixList.struct_class = Types::PrefixList
7716
7840
 
7841
+ PrefixListAssociation.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
7842
+ PrefixListAssociation.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwner"))
7843
+ PrefixListAssociation.struct_class = Types::PrefixListAssociation
7844
+
7845
+ PrefixListAssociationSet.member = Shapes::ShapeRef.new(shape: PrefixListAssociation, location_name: "item")
7846
+
7847
+ PrefixListEntry.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
7848
+ PrefixListEntry.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
7849
+ PrefixListEntry.struct_class = Types::PrefixListEntry
7850
+
7851
+ PrefixListEntrySet.member = Shapes::ShapeRef.new(shape: PrefixListEntry, location_name: "item")
7852
+
7717
7853
  PrefixListId.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
7718
7854
  PrefixListId.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: String, location_name: "prefixListId"))
7719
7855
  PrefixListId.struct_class = Types::PrefixListId
@@ -7992,6 +8128,11 @@ module Aws::EC2
7992
8128
  ReleaseHostsResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: UnsuccessfulItemList, location_name: "unsuccessful"))
7993
8129
  ReleaseHostsResult.struct_class = Types::ReleaseHostsResult
7994
8130
 
8131
+ RemovePrefixListEntries.member = Shapes::ShapeRef.new(shape: RemovePrefixListEntry)
8132
+
8133
+ RemovePrefixListEntry.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
8134
+ RemovePrefixListEntry.struct_class = Types::RemovePrefixListEntry
8135
+
7995
8136
  ReplaceIamInstanceProfileAssociationRequest.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: IamInstanceProfileSpecification, required: true, location_name: "IamInstanceProfile"))
7996
8137
  ReplaceIamInstanceProfileAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: IamInstanceProfileAssociationId, required: true, location_name: "AssociationId"))
7997
8138
  ReplaceIamInstanceProfileAssociationRequest.struct_class = Types::ReplaceIamInstanceProfileAssociationRequest
@@ -8021,6 +8162,7 @@ module Aws::EC2
8021
8162
 
8022
8163
  ReplaceRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
8023
8164
  ReplaceRouteRequest.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationIpv6CidrBlock"))
8165
+ ReplaceRouteRequest.add_member(:destination_prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "DestinationPrefixListId"))
8024
8166
  ReplaceRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
8025
8167
  ReplaceRouteRequest.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "egressOnlyInternetGatewayId"))
8026
8168
  ReplaceRouteRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: RouteGatewayId, location_name: "gatewayId"))
@@ -8114,6 +8256,7 @@ module Aws::EC2
8114
8256
  RequestSpotInstancesRequest.add_member(:type, Shapes::ShapeRef.new(shape: SpotInstanceType, location_name: "type"))
8115
8257
  RequestSpotInstancesRequest.add_member(:valid_from, Shapes::ShapeRef.new(shape: DateTime, location_name: "validFrom"))
8116
8258
  RequestSpotInstancesRequest.add_member(:valid_until, Shapes::ShapeRef.new(shape: DateTime, location_name: "validUntil"))
8259
+ RequestSpotInstancesRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
8117
8260
  RequestSpotInstancesRequest.add_member(:instance_interruption_behavior, Shapes::ShapeRef.new(shape: InstanceInterruptionBehavior, location_name: "InstanceInterruptionBehavior"))
8118
8261
  RequestSpotInstancesRequest.struct_class = Types::RequestSpotInstancesRequest
8119
8262
 
@@ -8346,6 +8489,15 @@ module Aws::EC2
8346
8489
  RestoreAddressToClassicResult.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
8347
8490
  RestoreAddressToClassicResult.struct_class = Types::RestoreAddressToClassicResult
8348
8491
 
8492
+ RestoreManagedPrefixListVersionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8493
+ RestoreManagedPrefixListVersionRequest.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, required: true, location_name: "PrefixListId"))
8494
+ RestoreManagedPrefixListVersionRequest.add_member(:previous_version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "PreviousVersion"))
8495
+ RestoreManagedPrefixListVersionRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "CurrentVersion"))
8496
+ RestoreManagedPrefixListVersionRequest.struct_class = Types::RestoreManagedPrefixListVersionRequest
8497
+
8498
+ RestoreManagedPrefixListVersionResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
8499
+ RestoreManagedPrefixListVersionResult.struct_class = Types::RestoreManagedPrefixListVersionResult
8500
+
8349
8501
  RevokeClientVpnIngressRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
8350
8502
  RevokeClientVpnIngressRequest.add_member(:target_network_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetNetworkCidr"))
8351
8503
  RevokeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
@@ -10338,6 +10490,14 @@ module Aws::EC2
10338
10490
  o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteTableVpcAssociationResult)
10339
10491
  end)
10340
10492
 
10493
+ api.add_operation(:create_managed_prefix_list, Seahorse::Model::Operation.new.tap do |o|
10494
+ o.name = "CreateManagedPrefixList"
10495
+ o.http_method = "POST"
10496
+ o.http_request_uri = "/"
10497
+ o.input = Shapes::ShapeRef.new(shape: CreateManagedPrefixListRequest)
10498
+ o.output = Shapes::ShapeRef.new(shape: CreateManagedPrefixListResult)
10499
+ end)
10500
+
10341
10501
  api.add_operation(:create_nat_gateway, Seahorse::Model::Operation.new.tap do |o|
10342
10502
  o.name = "CreateNatGateway"
10343
10503
  o.http_method = "POST"
@@ -10722,6 +10882,14 @@ module Aws::EC2
10722
10882
  o.output = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteTableVpcAssociationResult)
10723
10883
  end)
10724
10884
 
10885
+ api.add_operation(:delete_managed_prefix_list, Seahorse::Model::Operation.new.tap do |o|
10886
+ o.name = "DeleteManagedPrefixList"
10887
+ o.http_method = "POST"
10888
+ o.http_request_uri = "/"
10889
+ o.input = Shapes::ShapeRef.new(shape: DeleteManagedPrefixListRequest)
10890
+ o.output = Shapes::ShapeRef.new(shape: DeleteManagedPrefixListResult)
10891
+ end)
10892
+
10725
10893
  api.add_operation(:delete_nat_gateway, Seahorse::Model::Operation.new.tap do |o|
10726
10894
  o.name = "DeleteNatGateway"
10727
10895
  o.http_method = "POST"
@@ -11696,6 +11864,20 @@ module Aws::EC2
11696
11864
  )
11697
11865
  end)
11698
11866
 
11867
+ api.add_operation(:describe_managed_prefix_lists, Seahorse::Model::Operation.new.tap do |o|
11868
+ o.name = "DescribeManagedPrefixLists"
11869
+ o.http_method = "POST"
11870
+ o.http_request_uri = "/"
11871
+ o.input = Shapes::ShapeRef.new(shape: DescribeManagedPrefixListsRequest)
11872
+ o.output = Shapes::ShapeRef.new(shape: DescribeManagedPrefixListsResult)
11873
+ o[:pager] = Aws::Pager.new(
11874
+ limit_key: "max_results",
11875
+ tokens: {
11876
+ "next_token" => "next_token"
11877
+ }
11878
+ )
11879
+ end)
11880
+
11699
11881
  api.add_operation(:describe_moving_addresses, Seahorse::Model::Operation.new.tap do |o|
11700
11882
  o.name = "DescribeMovingAddresses"
11701
11883
  o.http_method = "POST"
@@ -12723,6 +12905,34 @@ module Aws::EC2
12723
12905
  o.output = Shapes::ShapeRef.new(shape: GetLaunchTemplateDataResult)
12724
12906
  end)
12725
12907
 
12908
+ api.add_operation(:get_managed_prefix_list_associations, Seahorse::Model::Operation.new.tap do |o|
12909
+ o.name = "GetManagedPrefixListAssociations"
12910
+ o.http_method = "POST"
12911
+ o.http_request_uri = "/"
12912
+ o.input = Shapes::ShapeRef.new(shape: GetManagedPrefixListAssociationsRequest)
12913
+ o.output = Shapes::ShapeRef.new(shape: GetManagedPrefixListAssociationsResult)
12914
+ o[:pager] = Aws::Pager.new(
12915
+ limit_key: "max_results",
12916
+ tokens: {
12917
+ "next_token" => "next_token"
12918
+ }
12919
+ )
12920
+ end)
12921
+
12922
+ api.add_operation(:get_managed_prefix_list_entries, Seahorse::Model::Operation.new.tap do |o|
12923
+ o.name = "GetManagedPrefixListEntries"
12924
+ o.http_method = "POST"
12925
+ o.http_request_uri = "/"
12926
+ o.input = Shapes::ShapeRef.new(shape: GetManagedPrefixListEntriesRequest)
12927
+ o.output = Shapes::ShapeRef.new(shape: GetManagedPrefixListEntriesResult)
12928
+ o[:pager] = Aws::Pager.new(
12929
+ limit_key: "max_results",
12930
+ tokens: {
12931
+ "next_token" => "next_token"
12932
+ }
12933
+ )
12934
+ end)
12935
+
12726
12936
  api.add_operation(:get_password_data, Seahorse::Model::Operation.new.tap do |o|
12727
12937
  o.name = "GetPasswordData"
12728
12938
  o.http_method = "POST"
@@ -12987,6 +13197,14 @@ module Aws::EC2
12987
13197
  o.output = Shapes::ShapeRef.new(shape: ModifyLaunchTemplateResult)
12988
13198
  end)
12989
13199
 
13200
+ api.add_operation(:modify_managed_prefix_list, Seahorse::Model::Operation.new.tap do |o|
13201
+ o.name = "ModifyManagedPrefixList"
13202
+ o.http_method = "POST"
13203
+ o.http_request_uri = "/"
13204
+ o.input = Shapes::ShapeRef.new(shape: ModifyManagedPrefixListRequest)
13205
+ o.output = Shapes::ShapeRef.new(shape: ModifyManagedPrefixListResult)
13206
+ end)
13207
+
12990
13208
  api.add_operation(:modify_network_interface_attribute, Seahorse::Model::Operation.new.tap do |o|
12991
13209
  o.name = "ModifyNetworkInterfaceAttribute"
12992
13210
  o.http_method = "POST"
@@ -13419,6 +13637,14 @@ module Aws::EC2
13419
13637
  o.output = Shapes::ShapeRef.new(shape: RestoreAddressToClassicResult)
13420
13638
  end)
13421
13639
 
13640
+ api.add_operation(:restore_managed_prefix_list_version, Seahorse::Model::Operation.new.tap do |o|
13641
+ o.name = "RestoreManagedPrefixListVersion"
13642
+ o.http_method = "POST"
13643
+ o.http_request_uri = "/"
13644
+ o.input = Shapes::ShapeRef.new(shape: RestoreManagedPrefixListVersionRequest)
13645
+ o.output = Shapes::ShapeRef.new(shape: RestoreManagedPrefixListVersionResult)
13646
+ end)
13647
+
13422
13648
  api.add_operation(:revoke_client_vpn_ingress, Seahorse::Model::Operation.new.tap do |o|
13423
13649
  o.name = "RevokeClientVpnIngress"
13424
13650
  o.http_method = "POST"