aws-sdk-ec2 1.247.0 → 1.251.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -90,6 +90,8 @@ module Aws::EC2
90
90
  AssociateEnclaveCertificateIamRoleResult = Shapes::StructureShape.new(name: 'AssociateEnclaveCertificateIamRoleResult')
91
91
  AssociateIamInstanceProfileRequest = Shapes::StructureShape.new(name: 'AssociateIamInstanceProfileRequest')
92
92
  AssociateIamInstanceProfileResult = Shapes::StructureShape.new(name: 'AssociateIamInstanceProfileResult')
93
+ AssociateInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'AssociateInstanceEventWindowRequest')
94
+ AssociateInstanceEventWindowResult = Shapes::StructureShape.new(name: 'AssociateInstanceEventWindowResult')
93
95
  AssociateRouteTableRequest = Shapes::StructureShape.new(name: 'AssociateRouteTableRequest')
94
96
  AssociateRouteTableResult = Shapes::StructureShape.new(name: 'AssociateRouteTableResult')
95
97
  AssociateSubnetCidrBlockRequest = Shapes::StructureShape.new(name: 'AssociateSubnetCidrBlockRequest')
@@ -128,7 +130,9 @@ module Aws::EC2
128
130
  AuthorizeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'AuthorizeClientVpnIngressRequest')
129
131
  AuthorizeClientVpnIngressResult = Shapes::StructureShape.new(name: 'AuthorizeClientVpnIngressResult')
130
132
  AuthorizeSecurityGroupEgressRequest = Shapes::StructureShape.new(name: 'AuthorizeSecurityGroupEgressRequest')
133
+ AuthorizeSecurityGroupEgressResult = Shapes::StructureShape.new(name: 'AuthorizeSecurityGroupEgressResult')
131
134
  AuthorizeSecurityGroupIngressRequest = Shapes::StructureShape.new(name: 'AuthorizeSecurityGroupIngressRequest')
135
+ AuthorizeSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeSecurityGroupIngressResult')
132
136
  AutoAcceptSharedAssociationsValue = Shapes::StringShape.new(name: 'AutoAcceptSharedAssociationsValue')
133
137
  AutoAcceptSharedAttachmentsValue = Shapes::StringShape.new(name: 'AutoAcceptSharedAttachmentsValue')
134
138
  AutoPlacement = Shapes::StringShape.new(name: 'AutoPlacement')
@@ -320,6 +324,8 @@ module Aws::EC2
320
324
  CreateFpgaImageResult = Shapes::StructureShape.new(name: 'CreateFpgaImageResult')
321
325
  CreateImageRequest = Shapes::StructureShape.new(name: 'CreateImageRequest')
322
326
  CreateImageResult = Shapes::StructureShape.new(name: 'CreateImageResult')
327
+ CreateInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'CreateInstanceEventWindowRequest')
328
+ CreateInstanceEventWindowResult = Shapes::StructureShape.new(name: 'CreateInstanceEventWindowResult')
323
329
  CreateInstanceExportTaskRequest = Shapes::StructureShape.new(name: 'CreateInstanceExportTaskRequest')
324
330
  CreateInstanceExportTaskResult = Shapes::StructureShape.new(name: 'CreateInstanceExportTaskResult')
325
331
  CreateInternetGatewayRequest = Shapes::StructureShape.new(name: 'CreateInternetGatewayRequest')
@@ -367,6 +373,8 @@ module Aws::EC2
367
373
  CreateSpotDatafeedSubscriptionResult = Shapes::StructureShape.new(name: 'CreateSpotDatafeedSubscriptionResult')
368
374
  CreateStoreImageTaskRequest = Shapes::StructureShape.new(name: 'CreateStoreImageTaskRequest')
369
375
  CreateStoreImageTaskResult = Shapes::StructureShape.new(name: 'CreateStoreImageTaskResult')
376
+ CreateSubnetCidrReservationRequest = Shapes::StructureShape.new(name: 'CreateSubnetCidrReservationRequest')
377
+ CreateSubnetCidrReservationResult = Shapes::StructureShape.new(name: 'CreateSubnetCidrReservationResult')
370
378
  CreateSubnetRequest = Shapes::StructureShape.new(name: 'CreateSubnetRequest')
371
379
  CreateSubnetResult = Shapes::StructureShape.new(name: 'CreateSubnetResult')
372
380
  CreateTagsRequest = Shapes::StructureShape.new(name: 'CreateTagsRequest')
@@ -432,6 +440,7 @@ module Aws::EC2
432
440
  DateTime = Shapes::TimestampShape.new(name: 'DateTime')
433
441
  DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
434
442
  DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
443
+ DedicatedHostIdList = Shapes::ListShape.new(name: 'DedicatedHostIdList')
435
444
  DefaultNetworkCardIndex = Shapes::IntegerShape.new(name: 'DefaultNetworkCardIndex')
436
445
  DefaultRouteTableAssociationValue = Shapes::StringShape.new(name: 'DefaultRouteTableAssociationValue')
437
446
  DefaultRouteTablePropagationValue = Shapes::StringShape.new(name: 'DefaultRouteTablePropagationValue')
@@ -459,6 +468,8 @@ module Aws::EC2
459
468
  DeleteFlowLogsResult = Shapes::StructureShape.new(name: 'DeleteFlowLogsResult')
460
469
  DeleteFpgaImageRequest = Shapes::StructureShape.new(name: 'DeleteFpgaImageRequest')
461
470
  DeleteFpgaImageResult = Shapes::StructureShape.new(name: 'DeleteFpgaImageResult')
471
+ DeleteInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowRequest')
472
+ DeleteInstanceEventWindowResult = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowResult')
462
473
  DeleteInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteInternetGatewayRequest')
463
474
  DeleteKeyPairRequest = Shapes::StructureShape.new(name: 'DeleteKeyPairRequest')
464
475
  DeleteLaunchTemplateRequest = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateRequest')
@@ -497,6 +508,8 @@ module Aws::EC2
497
508
  DeleteSecurityGroupRequest = Shapes::StructureShape.new(name: 'DeleteSecurityGroupRequest')
498
509
  DeleteSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteSnapshotRequest')
499
510
  DeleteSpotDatafeedSubscriptionRequest = Shapes::StructureShape.new(name: 'DeleteSpotDatafeedSubscriptionRequest')
511
+ DeleteSubnetCidrReservationRequest = Shapes::StructureShape.new(name: 'DeleteSubnetCidrReservationRequest')
512
+ DeleteSubnetCidrReservationResult = Shapes::StructureShape.new(name: 'DeleteSubnetCidrReservationResult')
500
513
  DeleteSubnetRequest = Shapes::StructureShape.new(name: 'DeleteSubnetRequest')
501
514
  DeleteTagsRequest = Shapes::StructureShape.new(name: 'DeleteTagsRequest')
502
515
  DeleteTrafficMirrorFilterRequest = Shapes::StructureShape.new(name: 'DeleteTrafficMirrorFilterRequest')
@@ -656,6 +669,8 @@ module Aws::EC2
656
669
  DescribeInstanceCreditSpecificationsResult = Shapes::StructureShape.new(name: 'DescribeInstanceCreditSpecificationsResult')
657
670
  DescribeInstanceEventNotificationAttributesRequest = Shapes::StructureShape.new(name: 'DescribeInstanceEventNotificationAttributesRequest')
658
671
  DescribeInstanceEventNotificationAttributesResult = Shapes::StructureShape.new(name: 'DescribeInstanceEventNotificationAttributesResult')
672
+ DescribeInstanceEventWindowsRequest = Shapes::StructureShape.new(name: 'DescribeInstanceEventWindowsRequest')
673
+ DescribeInstanceEventWindowsResult = Shapes::StructureShape.new(name: 'DescribeInstanceEventWindowsResult')
659
674
  DescribeInstanceStatusRequest = Shapes::StructureShape.new(name: 'DescribeInstanceStatusRequest')
660
675
  DescribeInstanceStatusResult = Shapes::StructureShape.new(name: 'DescribeInstanceStatusResult')
661
676
  DescribeInstanceTypeOfferingsRequest = Shapes::StructureShape.new(name: 'DescribeInstanceTypeOfferingsRequest')
@@ -743,6 +758,9 @@ module Aws::EC2
743
758
  DescribeScheduledInstancesResult = Shapes::StructureShape.new(name: 'DescribeScheduledInstancesResult')
744
759
  DescribeSecurityGroupReferencesRequest = Shapes::StructureShape.new(name: 'DescribeSecurityGroupReferencesRequest')
745
760
  DescribeSecurityGroupReferencesResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupReferencesResult')
761
+ DescribeSecurityGroupRulesMaxResults = Shapes::IntegerShape.new(name: 'DescribeSecurityGroupRulesMaxResults')
762
+ DescribeSecurityGroupRulesRequest = Shapes::StructureShape.new(name: 'DescribeSecurityGroupRulesRequest')
763
+ DescribeSecurityGroupRulesResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupRulesResult')
746
764
  DescribeSecurityGroupsMaxResults = Shapes::IntegerShape.new(name: 'DescribeSecurityGroupsMaxResults')
747
765
  DescribeSecurityGroupsRequest = Shapes::StructureShape.new(name: 'DescribeSecurityGroupsRequest')
748
766
  DescribeSecurityGroupsResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupsResult')
@@ -884,6 +902,8 @@ module Aws::EC2
884
902
  DisassociateEnclaveCertificateIamRoleResult = Shapes::StructureShape.new(name: 'DisassociateEnclaveCertificateIamRoleResult')
885
903
  DisassociateIamInstanceProfileRequest = Shapes::StructureShape.new(name: 'DisassociateIamInstanceProfileRequest')
886
904
  DisassociateIamInstanceProfileResult = Shapes::StructureShape.new(name: 'DisassociateIamInstanceProfileResult')
905
+ DisassociateInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'DisassociateInstanceEventWindowRequest')
906
+ DisassociateInstanceEventWindowResult = Shapes::StructureShape.new(name: 'DisassociateInstanceEventWindowResult')
887
907
  DisassociateRouteTableRequest = Shapes::StructureShape.new(name: 'DisassociateRouteTableRequest')
888
908
  DisassociateSubnetCidrBlockRequest = Shapes::StructureShape.new(name: 'DisassociateSubnetCidrBlockRequest')
889
909
  DisassociateSubnetCidrBlockResult = Shapes::StructureShape.new(name: 'DisassociateSubnetCidrBlockResult')
@@ -1104,6 +1124,9 @@ module Aws::EC2
1104
1124
  GetReservedInstancesExchangeQuoteResult = Shapes::StructureShape.new(name: 'GetReservedInstancesExchangeQuoteResult')
1105
1125
  GetSerialConsoleAccessStatusRequest = Shapes::StructureShape.new(name: 'GetSerialConsoleAccessStatusRequest')
1106
1126
  GetSerialConsoleAccessStatusResult = Shapes::StructureShape.new(name: 'GetSerialConsoleAccessStatusResult')
1127
+ GetSubnetCidrReservationsMaxResults = Shapes::IntegerShape.new(name: 'GetSubnetCidrReservationsMaxResults')
1128
+ GetSubnetCidrReservationsRequest = Shapes::StructureShape.new(name: 'GetSubnetCidrReservationsRequest')
1129
+ GetSubnetCidrReservationsResult = Shapes::StructureShape.new(name: 'GetSubnetCidrReservationsResult')
1107
1130
  GetTransitGatewayAttachmentPropagationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayAttachmentPropagationsRequest')
1108
1131
  GetTransitGatewayAttachmentPropagationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayAttachmentPropagationsResult')
1109
1132
  GetTransitGatewayMulticastDomainAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayMulticastDomainAssociationsRequest')
@@ -1148,6 +1171,7 @@ module Aws::EC2
1148
1171
  HostReservationIdSet = Shapes::ListShape.new(name: 'HostReservationIdSet')
1149
1172
  HostReservationSet = Shapes::ListShape.new(name: 'HostReservationSet')
1150
1173
  HostTenancy = Shapes::StringShape.new(name: 'HostTenancy')
1174
+ Hour = Shapes::IntegerShape.new(name: 'Hour')
1151
1175
  HttpTokensState = Shapes::StringShape.new(name: 'HttpTokensState')
1152
1176
  HypervisorType = Shapes::StringShape.new(name: 'HypervisorType')
1153
1177
  IKEVersionsList = Shapes::ListShape.new(name: 'IKEVersionsList')
@@ -1227,18 +1251,37 @@ module Aws::EC2
1227
1251
  InstanceCreditSpecificationListRequest = Shapes::ListShape.new(name: 'InstanceCreditSpecificationListRequest')
1228
1252
  InstanceCreditSpecificationRequest = Shapes::StructureShape.new(name: 'InstanceCreditSpecificationRequest')
1229
1253
  InstanceEventId = Shapes::StringShape.new(name: 'InstanceEventId')
1254
+ InstanceEventWindow = Shapes::StructureShape.new(name: 'InstanceEventWindow')
1255
+ InstanceEventWindowAssociationRequest = Shapes::StructureShape.new(name: 'InstanceEventWindowAssociationRequest')
1256
+ InstanceEventWindowAssociationTarget = Shapes::StructureShape.new(name: 'InstanceEventWindowAssociationTarget')
1257
+ InstanceEventWindowCronExpression = Shapes::StringShape.new(name: 'InstanceEventWindowCronExpression')
1258
+ InstanceEventWindowDisassociationRequest = Shapes::StructureShape.new(name: 'InstanceEventWindowDisassociationRequest')
1259
+ InstanceEventWindowId = Shapes::StringShape.new(name: 'InstanceEventWindowId')
1260
+ InstanceEventWindowIdSet = Shapes::ListShape.new(name: 'InstanceEventWindowIdSet')
1261
+ InstanceEventWindowSet = Shapes::ListShape.new(name: 'InstanceEventWindowSet')
1262
+ InstanceEventWindowState = Shapes::StringShape.new(name: 'InstanceEventWindowState')
1263
+ InstanceEventWindowStateChange = Shapes::StructureShape.new(name: 'InstanceEventWindowStateChange')
1264
+ InstanceEventWindowTimeRange = Shapes::StructureShape.new(name: 'InstanceEventWindowTimeRange')
1265
+ InstanceEventWindowTimeRangeList = Shapes::ListShape.new(name: 'InstanceEventWindowTimeRangeList')
1266
+ InstanceEventWindowTimeRangeRequest = Shapes::StructureShape.new(name: 'InstanceEventWindowTimeRangeRequest')
1267
+ InstanceEventWindowTimeRangeRequestSet = Shapes::ListShape.new(name: 'InstanceEventWindowTimeRangeRequestSet')
1230
1268
  InstanceExportDetails = Shapes::StructureShape.new(name: 'InstanceExportDetails')
1231
1269
  InstanceFamilyCreditSpecification = Shapes::StructureShape.new(name: 'InstanceFamilyCreditSpecification')
1232
1270
  InstanceHealthStatus = Shapes::StringShape.new(name: 'InstanceHealthStatus')
1233
1271
  InstanceId = Shapes::StringShape.new(name: 'InstanceId')
1272
+ InstanceIdList = Shapes::ListShape.new(name: 'InstanceIdList')
1234
1273
  InstanceIdSet = Shapes::ListShape.new(name: 'InstanceIdSet')
1235
1274
  InstanceIdStringList = Shapes::ListShape.new(name: 'InstanceIdStringList')
1236
1275
  InstanceIdsSet = Shapes::ListShape.new(name: 'InstanceIdsSet')
1237
1276
  InstanceInterruptionBehavior = Shapes::StringShape.new(name: 'InstanceInterruptionBehavior')
1277
+ InstanceIpv4Prefix = Shapes::StructureShape.new(name: 'InstanceIpv4Prefix')
1278
+ InstanceIpv4PrefixList = Shapes::ListShape.new(name: 'InstanceIpv4PrefixList')
1238
1279
  InstanceIpv6Address = Shapes::StructureShape.new(name: 'InstanceIpv6Address')
1239
1280
  InstanceIpv6AddressList = Shapes::ListShape.new(name: 'InstanceIpv6AddressList')
1240
1281
  InstanceIpv6AddressListRequest = Shapes::ListShape.new(name: 'InstanceIpv6AddressListRequest')
1241
1282
  InstanceIpv6AddressRequest = Shapes::StructureShape.new(name: 'InstanceIpv6AddressRequest')
1283
+ InstanceIpv6Prefix = Shapes::StructureShape.new(name: 'InstanceIpv6Prefix')
1284
+ InstanceIpv6PrefixList = Shapes::ListShape.new(name: 'InstanceIpv6PrefixList')
1242
1285
  InstanceLifecycle = Shapes::StringShape.new(name: 'InstanceLifecycle')
1243
1286
  InstanceLifecycleType = Shapes::StringShape.new(name: 'InstanceLifecycleType')
1244
1287
  InstanceList = Shapes::ListShape.new(name: 'InstanceList')
@@ -1297,10 +1340,17 @@ module Aws::EC2
1297
1340
  IpAddressList = Shapes::ListShape.new(name: 'IpAddressList')
1298
1341
  IpPermission = Shapes::StructureShape.new(name: 'IpPermission')
1299
1342
  IpPermissionList = Shapes::ListShape.new(name: 'IpPermissionList')
1343
+ IpPrefixList = Shapes::ListShape.new(name: 'IpPrefixList')
1300
1344
  IpRange = Shapes::StructureShape.new(name: 'IpRange')
1301
1345
  IpRangeList = Shapes::ListShape.new(name: 'IpRangeList')
1302
1346
  IpRanges = Shapes::ListShape.new(name: 'IpRanges')
1303
1347
  Ipv4PoolEc2Id = Shapes::StringShape.new(name: 'Ipv4PoolEc2Id')
1348
+ Ipv4PrefixList = Shapes::ListShape.new(name: 'Ipv4PrefixList')
1349
+ Ipv4PrefixListResponse = Shapes::ListShape.new(name: 'Ipv4PrefixListResponse')
1350
+ Ipv4PrefixSpecification = Shapes::StructureShape.new(name: 'Ipv4PrefixSpecification')
1351
+ Ipv4PrefixSpecificationRequest = Shapes::StructureShape.new(name: 'Ipv4PrefixSpecificationRequest')
1352
+ Ipv4PrefixSpecificationResponse = Shapes::StructureShape.new(name: 'Ipv4PrefixSpecificationResponse')
1353
+ Ipv4PrefixesList = Shapes::ListShape.new(name: 'Ipv4PrefixesList')
1304
1354
  Ipv6Address = Shapes::StringShape.new(name: 'Ipv6Address')
1305
1355
  Ipv6AddressList = Shapes::ListShape.new(name: 'Ipv6AddressList')
1306
1356
  Ipv6CidrAssociation = Shapes::StructureShape.new(name: 'Ipv6CidrAssociation')
@@ -1313,6 +1363,12 @@ module Aws::EC2
1313
1363
  Ipv6PoolIdList = Shapes::ListShape.new(name: 'Ipv6PoolIdList')
1314
1364
  Ipv6PoolMaxResults = Shapes::IntegerShape.new(name: 'Ipv6PoolMaxResults')
1315
1365
  Ipv6PoolSet = Shapes::ListShape.new(name: 'Ipv6PoolSet')
1366
+ Ipv6PrefixList = Shapes::ListShape.new(name: 'Ipv6PrefixList')
1367
+ Ipv6PrefixListResponse = Shapes::ListShape.new(name: 'Ipv6PrefixListResponse')
1368
+ Ipv6PrefixSpecification = Shapes::StructureShape.new(name: 'Ipv6PrefixSpecification')
1369
+ Ipv6PrefixSpecificationRequest = Shapes::StructureShape.new(name: 'Ipv6PrefixSpecificationRequest')
1370
+ Ipv6PrefixSpecificationResponse = Shapes::StructureShape.new(name: 'Ipv6PrefixSpecificationResponse')
1371
+ Ipv6PrefixesList = Shapes::ListShape.new(name: 'Ipv6PrefixesList')
1316
1372
  Ipv6Range = Shapes::StructureShape.new(name: 'Ipv6Range')
1317
1373
  Ipv6RangeList = Shapes::ListShape.new(name: 'Ipv6RangeList')
1318
1374
  Ipv6SupportValue = Shapes::StringShape.new(name: 'Ipv6SupportValue')
@@ -1482,6 +1538,8 @@ module Aws::EC2
1482
1538
  ModifyInstanceCreditSpecificationResult = Shapes::StructureShape.new(name: 'ModifyInstanceCreditSpecificationResult')
1483
1539
  ModifyInstanceEventStartTimeRequest = Shapes::StructureShape.new(name: 'ModifyInstanceEventStartTimeRequest')
1484
1540
  ModifyInstanceEventStartTimeResult = Shapes::StructureShape.new(name: 'ModifyInstanceEventStartTimeResult')
1541
+ ModifyInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'ModifyInstanceEventWindowRequest')
1542
+ ModifyInstanceEventWindowResult = Shapes::StructureShape.new(name: 'ModifyInstanceEventWindowResult')
1485
1543
  ModifyInstanceMetadataOptionsRequest = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataOptionsRequest')
1486
1544
  ModifyInstanceMetadataOptionsResult = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataOptionsResult')
1487
1545
  ModifyInstancePlacementRequest = Shapes::StructureShape.new(name: 'ModifyInstancePlacementRequest')
@@ -1493,6 +1551,8 @@ module Aws::EC2
1493
1551
  ModifyNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyNetworkInterfaceAttributeRequest')
1494
1552
  ModifyReservedInstancesRequest = Shapes::StructureShape.new(name: 'ModifyReservedInstancesRequest')
1495
1553
  ModifyReservedInstancesResult = Shapes::StructureShape.new(name: 'ModifyReservedInstancesResult')
1554
+ ModifySecurityGroupRulesRequest = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesRequest')
1555
+ ModifySecurityGroupRulesResult = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesResult')
1496
1556
  ModifySnapshotAttributeRequest = Shapes::StructureShape.new(name: 'ModifySnapshotAttributeRequest')
1497
1557
  ModifySpotFleetRequestRequest = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestRequest')
1498
1558
  ModifySpotFleetRequestResponse = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestResponse')
@@ -1735,6 +1795,7 @@ module Aws::EC2
1735
1795
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
1736
1796
  RecurringChargeFrequency = Shapes::StringShape.new(name: 'RecurringChargeFrequency')
1737
1797
  RecurringChargesList = Shapes::ListShape.new(name: 'RecurringChargesList')
1798
+ ReferencedSecurityGroup = Shapes::StructureShape.new(name: 'ReferencedSecurityGroup')
1738
1799
  Region = Shapes::StructureShape.new(name: 'Region')
1739
1800
  RegionList = Shapes::ListShape.new(name: 'RegionList')
1740
1801
  RegionNameStringList = Shapes::ListShape.new(name: 'RegionNameStringList')
@@ -1847,6 +1908,7 @@ module Aws::EC2
1847
1908
  RestoreAddressToClassicResult = Shapes::StructureShape.new(name: 'RestoreAddressToClassicResult')
1848
1909
  RestoreManagedPrefixListVersionRequest = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionRequest')
1849
1910
  RestoreManagedPrefixListVersionResult = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionResult')
1911
+ ResultRange = Shapes::IntegerShape.new(name: 'ResultRange')
1850
1912
  RevokeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressRequest')
1851
1913
  RevokeClientVpnIngressResult = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressResult')
1852
1914
  RevokeSecurityGroupEgressRequest = Shapes::StructureShape.new(name: 'RevokeSecurityGroupEgressRequest')
@@ -1912,6 +1974,15 @@ module Aws::EC2
1912
1974
  SecurityGroupName = Shapes::StringShape.new(name: 'SecurityGroupName')
1913
1975
  SecurityGroupReference = Shapes::StructureShape.new(name: 'SecurityGroupReference')
1914
1976
  SecurityGroupReferences = Shapes::ListShape.new(name: 'SecurityGroupReferences')
1977
+ SecurityGroupRule = Shapes::StructureShape.new(name: 'SecurityGroupRule')
1978
+ SecurityGroupRuleDescription = Shapes::StructureShape.new(name: 'SecurityGroupRuleDescription')
1979
+ SecurityGroupRuleDescriptionList = Shapes::ListShape.new(name: 'SecurityGroupRuleDescriptionList')
1980
+ SecurityGroupRuleId = Shapes::StringShape.new(name: 'SecurityGroupRuleId')
1981
+ SecurityGroupRuleIdList = Shapes::ListShape.new(name: 'SecurityGroupRuleIdList')
1982
+ SecurityGroupRuleList = Shapes::ListShape.new(name: 'SecurityGroupRuleList')
1983
+ SecurityGroupRuleRequest = Shapes::StructureShape.new(name: 'SecurityGroupRuleRequest')
1984
+ SecurityGroupRuleUpdate = Shapes::StructureShape.new(name: 'SecurityGroupRuleUpdate')
1985
+ SecurityGroupRuleUpdateList = Shapes::ListShape.new(name: 'SecurityGroupRuleUpdateList')
1915
1986
  SecurityGroupStringList = Shapes::ListShape.new(name: 'SecurityGroupStringList')
1916
1987
  SelfServicePortal = Shapes::StringShape.new(name: 'SelfServicePortal')
1917
1988
  SendDiagnosticInterruptRequest = Shapes::StructureShape.new(name: 'SendDiagnosticInterruptRequest')
@@ -1997,6 +2068,10 @@ module Aws::EC2
1997
2068
  SubnetCidrAssociationId = Shapes::StringShape.new(name: 'SubnetCidrAssociationId')
1998
2069
  SubnetCidrBlockState = Shapes::StructureShape.new(name: 'SubnetCidrBlockState')
1999
2070
  SubnetCidrBlockStateCode = Shapes::StringShape.new(name: 'SubnetCidrBlockStateCode')
2071
+ SubnetCidrReservation = Shapes::StructureShape.new(name: 'SubnetCidrReservation')
2072
+ SubnetCidrReservationId = Shapes::StringShape.new(name: 'SubnetCidrReservationId')
2073
+ SubnetCidrReservationList = Shapes::ListShape.new(name: 'SubnetCidrReservationList')
2074
+ SubnetCidrReservationType = Shapes::StringShape.new(name: 'SubnetCidrReservationType')
2000
2075
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
2001
2076
  SubnetIdStringList = Shapes::ListShape.new(name: 'SubnetIdStringList')
2002
2077
  SubnetIpv6CidrBlockAssociation = Shapes::StructureShape.new(name: 'SubnetIpv6CidrBlockAssociation')
@@ -2274,6 +2349,7 @@ module Aws::EC2
2274
2349
  VpnStaticRouteSource = Shapes::StringShape.new(name: 'VpnStaticRouteSource')
2275
2350
  VpnTunnelOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelOptionsSpecification')
2276
2351
  VpnTunnelOptionsSpecificationsList = Shapes::ListShape.new(name: 'VpnTunnelOptionsSpecificationsList')
2352
+ WeekDay = Shapes::StringShape.new(name: 'WeekDay')
2277
2353
  WithdrawByoipCidrRequest = Shapes::StructureShape.new(name: 'WithdrawByoipCidrRequest')
2278
2354
  WithdrawByoipCidrResult = Shapes::StructureShape.new(name: 'WithdrawByoipCidrResult')
2279
2355
  ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
@@ -2502,10 +2578,13 @@ module Aws::EC2
2502
2578
 
2503
2579
  AssignIpv6AddressesRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
2504
2580
  AssignIpv6AddressesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "ipv6Addresses"))
2581
+ AssignIpv6AddressesRequest.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6PrefixCount"))
2582
+ AssignIpv6AddressesRequest.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: IpPrefixList, location_name: "Ipv6Prefix"))
2505
2583
  AssignIpv6AddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
2506
2584
  AssignIpv6AddressesRequest.struct_class = Types::AssignIpv6AddressesRequest
2507
2585
 
2508
2586
  AssignIpv6AddressesResult.add_member(:assigned_ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "assignedIpv6Addresses"))
2587
+ AssignIpv6AddressesResult.add_member(:assigned_ipv_6_prefixes, Shapes::ShapeRef.new(shape: IpPrefixList, location_name: "assignedIpv6PrefixSet"))
2509
2588
  AssignIpv6AddressesResult.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
2510
2589
  AssignIpv6AddressesResult.struct_class = Types::AssignIpv6AddressesResult
2511
2590
 
@@ -2513,10 +2592,13 @@ module Aws::EC2
2513
2592
  AssignPrivateIpAddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
2514
2593
  AssignPrivateIpAddressesRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressStringList, location_name: "privateIpAddress"))
2515
2594
  AssignPrivateIpAddressesRequest.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
2595
+ AssignPrivateIpAddressesRequest.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: IpPrefixList, location_name: "Ipv4Prefix"))
2596
+ AssignPrivateIpAddressesRequest.add_member(:ipv_4_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv4PrefixCount"))
2516
2597
  AssignPrivateIpAddressesRequest.struct_class = Types::AssignPrivateIpAddressesRequest
2517
2598
 
2518
2599
  AssignPrivateIpAddressesResult.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
2519
2600
  AssignPrivateIpAddressesResult.add_member(:assigned_private_ip_addresses, Shapes::ShapeRef.new(shape: AssignedPrivateIpAddressList, location_name: "assignedPrivateIpAddressesSet"))
2601
+ AssignPrivateIpAddressesResult.add_member(:assigned_ipv_4_prefixes, Shapes::ShapeRef.new(shape: Ipv4PrefixesList, location_name: "assignedIpv4PrefixSet"))
2520
2602
  AssignPrivateIpAddressesResult.struct_class = Types::AssignPrivateIpAddressesResult
2521
2603
 
2522
2604
  AssignedPrivateIpAddress.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
@@ -2568,6 +2650,14 @@ module Aws::EC2
2568
2650
  AssociateIamInstanceProfileResult.add_member(:iam_instance_profile_association, Shapes::ShapeRef.new(shape: IamInstanceProfileAssociation, location_name: "iamInstanceProfileAssociation"))
2569
2651
  AssociateIamInstanceProfileResult.struct_class = Types::AssociateIamInstanceProfileResult
2570
2652
 
2653
+ AssociateInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2654
+ AssociateInstanceEventWindowRequest.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, required: true, location_name: "InstanceEventWindowId"))
2655
+ AssociateInstanceEventWindowRequest.add_member(:association_target, Shapes::ShapeRef.new(shape: InstanceEventWindowAssociationRequest, required: true, location_name: "AssociationTarget"))
2656
+ AssociateInstanceEventWindowRequest.struct_class = Types::AssociateInstanceEventWindowRequest
2657
+
2658
+ AssociateInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
2659
+ AssociateInstanceEventWindowResult.struct_class = Types::AssociateInstanceEventWindowResult
2660
+
2571
2661
  AssociateRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2572
2662
  AssociateRouteTableRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
2573
2663
  AssociateRouteTableRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
@@ -2726,6 +2816,7 @@ module Aws::EC2
2726
2816
  AuthorizeSecurityGroupEgressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2727
2817
  AuthorizeSecurityGroupEgressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, required: true, location_name: "groupId"))
2728
2818
  AuthorizeSecurityGroupEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "ipPermissions"))
2819
+ AuthorizeSecurityGroupEgressRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
2729
2820
  AuthorizeSecurityGroupEgressRequest.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: String, location_name: "cidrIp"))
2730
2821
  AuthorizeSecurityGroupEgressRequest.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "fromPort"))
2731
2822
  AuthorizeSecurityGroupEgressRequest.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "ipProtocol"))
@@ -2734,6 +2825,10 @@ module Aws::EC2
2734
2825
  AuthorizeSecurityGroupEgressRequest.add_member(:source_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceSecurityGroupOwnerId"))
2735
2826
  AuthorizeSecurityGroupEgressRequest.struct_class = Types::AuthorizeSecurityGroupEgressRequest
2736
2827
 
2828
+ AuthorizeSecurityGroupEgressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
2829
+ AuthorizeSecurityGroupEgressResult.add_member(:security_group_rules, Shapes::ShapeRef.new(shape: SecurityGroupRuleList, location_name: "securityGroupRuleSet"))
2830
+ AuthorizeSecurityGroupEgressResult.struct_class = Types::AuthorizeSecurityGroupEgressResult
2831
+
2737
2832
  AuthorizeSecurityGroupIngressRequest.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: String, location_name: "CidrIp"))
2738
2833
  AuthorizeSecurityGroupIngressRequest.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "FromPort"))
2739
2834
  AuthorizeSecurityGroupIngressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "GroupId"))
@@ -2744,8 +2839,13 @@ module Aws::EC2
2744
2839
  AuthorizeSecurityGroupIngressRequest.add_member(:source_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceSecurityGroupOwnerId"))
2745
2840
  AuthorizeSecurityGroupIngressRequest.add_member(:to_port, Shapes::ShapeRef.new(shape: Integer, location_name: "ToPort"))
2746
2841
  AuthorizeSecurityGroupIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2842
+ AuthorizeSecurityGroupIngressRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
2747
2843
  AuthorizeSecurityGroupIngressRequest.struct_class = Types::AuthorizeSecurityGroupIngressRequest
2748
2844
 
2845
+ AuthorizeSecurityGroupIngressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
2846
+ AuthorizeSecurityGroupIngressResult.add_member(:security_group_rules, Shapes::ShapeRef.new(shape: SecurityGroupRuleList, location_name: "securityGroupRuleSet"))
2847
+ AuthorizeSecurityGroupIngressResult.struct_class = Types::AuthorizeSecurityGroupIngressResult
2848
+
2749
2849
  AvailabilityZone.add_member(:state, Shapes::ShapeRef.new(shape: AvailabilityZoneState, location_name: "zoneState"))
2750
2850
  AvailabilityZone.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: AvailabilityZoneOptInStatus, location_name: "optInStatus"))
2751
2851
  AvailabilityZone.add_member(:messages, Shapes::ShapeRef.new(shape: AvailabilityZoneMessageList, location_name: "messageSet"))
@@ -3416,6 +3516,16 @@ module Aws::EC2
3416
3516
  CreateImageResult.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
3417
3517
  CreateImageResult.struct_class = Types::CreateImageResult
3418
3518
 
3519
+ CreateInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3520
+ CreateInstanceEventWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
3521
+ CreateInstanceEventWindowRequest.add_member(:time_ranges, Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRangeRequestSet, location_name: "TimeRange"))
3522
+ CreateInstanceEventWindowRequest.add_member(:cron_expression, Shapes::ShapeRef.new(shape: InstanceEventWindowCronExpression, location_name: "CronExpression"))
3523
+ CreateInstanceEventWindowRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3524
+ CreateInstanceEventWindowRequest.struct_class = Types::CreateInstanceEventWindowRequest
3525
+
3526
+ CreateInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
3527
+ CreateInstanceEventWindowResult.struct_class = Types::CreateInstanceEventWindowResult
3528
+
3419
3529
  CreateInstanceExportTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
3420
3530
  CreateInstanceExportTaskRequest.add_member(:export_to_s3_task, Shapes::ShapeRef.new(shape: ExportToS3TaskSpecification, required: true, location_name: "exportToS3"))
3421
3531
  CreateInstanceExportTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
@@ -3557,6 +3667,10 @@ module Aws::EC2
3557
3667
  CreateNetworkInterfaceRequest.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
3558
3668
  CreateNetworkInterfaceRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressSpecificationList, location_name: "privateIpAddresses"))
3559
3669
  CreateNetworkInterfaceRequest.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
3670
+ CreateNetworkInterfaceRequest.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: Ipv4PrefixList, location_name: "Ipv4Prefix"))
3671
+ CreateNetworkInterfaceRequest.add_member(:ipv_4_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv4PrefixCount"))
3672
+ CreateNetworkInterfaceRequest.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: Ipv6PrefixList, location_name: "Ipv6Prefix"))
3673
+ CreateNetworkInterfaceRequest.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6PrefixCount"))
3560
3674
  CreateNetworkInterfaceRequest.add_member(:interface_type, Shapes::ShapeRef.new(shape: NetworkInterfaceCreationType, location_name: "InterfaceType"))
3561
3675
  CreateNetworkInterfaceRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
3562
3676
  CreateNetworkInterfaceRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
@@ -3680,14 +3794,25 @@ module Aws::EC2
3680
3794
  CreateStoreImageTaskResult.add_member(:object_key, Shapes::ShapeRef.new(shape: String, location_name: "objectKey"))
3681
3795
  CreateStoreImageTaskResult.struct_class = Types::CreateStoreImageTaskResult
3682
3796
 
3797
+ CreateSubnetCidrReservationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3798
+ CreateSubnetCidrReservationRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
3799
+ CreateSubnetCidrReservationRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
3800
+ CreateSubnetCidrReservationRequest.add_member(:reservation_type, Shapes::ShapeRef.new(shape: SubnetCidrReservationType, required: true, location_name: "ReservationType"))
3801
+ CreateSubnetCidrReservationRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
3802
+ CreateSubnetCidrReservationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3803
+ CreateSubnetCidrReservationRequest.struct_class = Types::CreateSubnetCidrReservationRequest
3804
+
3805
+ CreateSubnetCidrReservationResult.add_member(:subnet_cidr_reservation, Shapes::ShapeRef.new(shape: SubnetCidrReservation, location_name: "subnetCidrReservation"))
3806
+ CreateSubnetCidrReservationResult.struct_class = Types::CreateSubnetCidrReservationResult
3807
+
3683
3808
  CreateSubnetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3684
3809
  CreateSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
3685
3810
  CreateSubnetRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
3686
- CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
3687
3811
  CreateSubnetRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
3688
3812
  CreateSubnetRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
3689
3813
  CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
3690
3814
  CreateSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3815
+ CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
3691
3816
  CreateSubnetRequest.struct_class = Types::CreateSubnetRequest
3692
3817
 
3693
3818
  CreateSubnetResult.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
@@ -3878,6 +4003,7 @@ module Aws::EC2
3878
4003
  CreateVolumeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3879
4004
  CreateVolumeRequest.add_member(:multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAttachEnabled"))
3880
4005
  CreateVolumeRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
4006
+ CreateVolumeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
3881
4007
  CreateVolumeRequest.struct_class = Types::CreateVolumeRequest
3882
4008
 
3883
4009
  CreateVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -3992,6 +4118,8 @@ module Aws::EC2
3992
4118
 
3993
4119
  CustomerGatewayList.member = Shapes::ShapeRef.new(shape: CustomerGateway, location_name: "item")
3994
4120
 
4121
+ DedicatedHostIdList.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
4122
+
3995
4123
  DeleteCarrierGatewayRequest.add_member(:carrier_gateway_id, Shapes::ShapeRef.new(shape: CarrierGatewayId, required: true, location_name: "CarrierGatewayId"))
3996
4124
  DeleteCarrierGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3997
4125
  DeleteCarrierGatewayRequest.struct_class = Types::DeleteCarrierGatewayRequest
@@ -4070,6 +4198,14 @@ module Aws::EC2
4070
4198
  DeleteFpgaImageResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
4071
4199
  DeleteFpgaImageResult.struct_class = Types::DeleteFpgaImageResult
4072
4200
 
4201
+ DeleteInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4202
+ DeleteInstanceEventWindowRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: Boolean, location_name: "ForceDelete"))
4203
+ DeleteInstanceEventWindowRequest.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, required: true, location_name: "InstanceEventWindowId"))
4204
+ DeleteInstanceEventWindowRequest.struct_class = Types::DeleteInstanceEventWindowRequest
4205
+
4206
+ DeleteInstanceEventWindowResult.add_member(:instance_event_window_state, Shapes::ShapeRef.new(shape: InstanceEventWindowStateChange, location_name: "instanceEventWindowState"))
4207
+ DeleteInstanceEventWindowResult.struct_class = Types::DeleteInstanceEventWindowResult
4208
+
4073
4209
  DeleteInternetGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4074
4210
  DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
4075
4211
  DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
@@ -4218,6 +4354,13 @@ module Aws::EC2
4218
4354
  DeleteSpotDatafeedSubscriptionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4219
4355
  DeleteSpotDatafeedSubscriptionRequest.struct_class = Types::DeleteSpotDatafeedSubscriptionRequest
4220
4356
 
4357
+ DeleteSubnetCidrReservationRequest.add_member(:subnet_cidr_reservation_id, Shapes::ShapeRef.new(shape: SubnetCidrReservationId, required: true, location_name: "SubnetCidrReservationId"))
4358
+ DeleteSubnetCidrReservationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4359
+ DeleteSubnetCidrReservationRequest.struct_class = Types::DeleteSubnetCidrReservationRequest
4360
+
4361
+ DeleteSubnetCidrReservationResult.add_member(:deleted_subnet_cidr_reservation, Shapes::ShapeRef.new(shape: SubnetCidrReservation, location_name: "deletedSubnetCidrReservation"))
4362
+ DeleteSubnetCidrReservationResult.struct_class = Types::DeleteSubnetCidrReservationResult
4363
+
4221
4364
  DeleteSubnetRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
4222
4365
  DeleteSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4223
4366
  DeleteSubnetRequest.struct_class = Types::DeleteSubnetRequest
@@ -4864,6 +5007,17 @@ module Aws::EC2
4864
5007
  DescribeInstanceEventNotificationAttributesResult.add_member(:instance_tag_attribute, Shapes::ShapeRef.new(shape: InstanceTagNotificationAttribute, location_name: "instanceTagAttribute"))
4865
5008
  DescribeInstanceEventNotificationAttributesResult.struct_class = Types::DescribeInstanceEventNotificationAttributesResult
4866
5009
 
5010
+ DescribeInstanceEventWindowsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5011
+ DescribeInstanceEventWindowsRequest.add_member(:instance_event_window_ids, Shapes::ShapeRef.new(shape: InstanceEventWindowIdSet, location_name: "InstanceEventWindowId"))
5012
+ DescribeInstanceEventWindowsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5013
+ DescribeInstanceEventWindowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultRange, location_name: "MaxResults"))
5014
+ DescribeInstanceEventWindowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
5015
+ DescribeInstanceEventWindowsRequest.struct_class = Types::DescribeInstanceEventWindowsRequest
5016
+
5017
+ DescribeInstanceEventWindowsResult.add_member(:instance_event_windows, Shapes::ShapeRef.new(shape: InstanceEventWindowSet, location_name: "instanceEventWindowSet"))
5018
+ DescribeInstanceEventWindowsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5019
+ DescribeInstanceEventWindowsResult.struct_class = Types::DescribeInstanceEventWindowsResult
5020
+
4867
5021
  DescribeInstanceStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4868
5022
  DescribeInstanceStatusRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, location_name: "InstanceId"))
4869
5023
  DescribeInstanceStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
@@ -5287,6 +5441,17 @@ module Aws::EC2
5287
5441
  DescribeSecurityGroupReferencesResult.add_member(:security_group_reference_set, Shapes::ShapeRef.new(shape: SecurityGroupReferences, location_name: "securityGroupReferenceSet"))
5288
5442
  DescribeSecurityGroupReferencesResult.struct_class = Types::DescribeSecurityGroupReferencesResult
5289
5443
 
5444
+ DescribeSecurityGroupRulesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5445
+ DescribeSecurityGroupRulesRequest.add_member(:security_group_rule_ids, Shapes::ShapeRef.new(shape: SecurityGroupRuleIdList, location_name: "SecurityGroupRuleId"))
5446
+ DescribeSecurityGroupRulesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5447
+ DescribeSecurityGroupRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
5448
+ DescribeSecurityGroupRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeSecurityGroupRulesMaxResults, location_name: "MaxResults"))
5449
+ DescribeSecurityGroupRulesRequest.struct_class = Types::DescribeSecurityGroupRulesRequest
5450
+
5451
+ DescribeSecurityGroupRulesResult.add_member(:security_group_rules, Shapes::ShapeRef.new(shape: SecurityGroupRuleList, location_name: "securityGroupRuleSet"))
5452
+ DescribeSecurityGroupRulesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5453
+ DescribeSecurityGroupRulesResult.struct_class = Types::DescribeSecurityGroupRulesResult
5454
+
5290
5455
  DescribeSecurityGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5291
5456
  DescribeSecurityGroupsRequest.add_member(:group_ids, Shapes::ShapeRef.new(shape: GroupIdStringList, location_name: "GroupId"))
5292
5457
  DescribeSecurityGroupsRequest.add_member(:group_names, Shapes::ShapeRef.new(shape: GroupNameStringList, location_name: "GroupName"))
@@ -5905,6 +6070,14 @@ module Aws::EC2
5905
6070
  DisassociateIamInstanceProfileResult.add_member(:iam_instance_profile_association, Shapes::ShapeRef.new(shape: IamInstanceProfileAssociation, location_name: "iamInstanceProfileAssociation"))
5906
6071
  DisassociateIamInstanceProfileResult.struct_class = Types::DisassociateIamInstanceProfileResult
5907
6072
 
6073
+ DisassociateInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6074
+ DisassociateInstanceEventWindowRequest.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, required: true, location_name: "InstanceEventWindowId"))
6075
+ DisassociateInstanceEventWindowRequest.add_member(:association_target, Shapes::ShapeRef.new(shape: InstanceEventWindowDisassociationRequest, required: true, location_name: "AssociationTarget"))
6076
+ DisassociateInstanceEventWindowRequest.struct_class = Types::DisassociateInstanceEventWindowRequest
6077
+
6078
+ DisassociateInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
6079
+ DisassociateInstanceEventWindowResult.struct_class = Types::DisassociateInstanceEventWindowResult
6080
+
5908
6081
  DisassociateRouteTableRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: RouteTableAssociationId, required: true, location_name: "associationId"))
5909
6082
  DisassociateRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
5910
6083
  DisassociateRouteTableRequest.struct_class = Types::DisassociateRouteTableRequest
@@ -6677,6 +6850,18 @@ module Aws::EC2
6677
6850
  GetSerialConsoleAccessStatusResult.add_member(:serial_console_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "serialConsoleAccessEnabled"))
6678
6851
  GetSerialConsoleAccessStatusResult.struct_class = Types::GetSerialConsoleAccessStatusResult
6679
6852
 
6853
+ GetSubnetCidrReservationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
6854
+ GetSubnetCidrReservationsRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
6855
+ GetSubnetCidrReservationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6856
+ GetSubnetCidrReservationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
6857
+ GetSubnetCidrReservationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetSubnetCidrReservationsMaxResults, location_name: "MaxResults"))
6858
+ GetSubnetCidrReservationsRequest.struct_class = Types::GetSubnetCidrReservationsRequest
6859
+
6860
+ GetSubnetCidrReservationsResult.add_member(:subnet_ipv_4_cidr_reservations, Shapes::ShapeRef.new(shape: SubnetCidrReservationList, location_name: "subnetIpv4CidrReservationSet"))
6861
+ GetSubnetCidrReservationsResult.add_member(:subnet_ipv_6_cidr_reservations, Shapes::ShapeRef.new(shape: SubnetCidrReservationList, location_name: "subnetIpv6CidrReservationSet"))
6862
+ GetSubnetCidrReservationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
6863
+ GetSubnetCidrReservationsResult.struct_class = Types::GetSubnetCidrReservationsResult
6864
+
6680
6865
  GetTransitGatewayAttachmentPropagationsRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
6681
6866
  GetTransitGatewayAttachmentPropagationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
6682
6867
  GetTransitGatewayAttachmentPropagationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
@@ -7228,6 +7413,54 @@ module Aws::EC2
7228
7413
  InstanceCreditSpecificationRequest.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "CpuCredits"))
7229
7414
  InstanceCreditSpecificationRequest.struct_class = Types::InstanceCreditSpecificationRequest
7230
7415
 
7416
+ InstanceEventWindow.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, location_name: "instanceEventWindowId"))
7417
+ InstanceEventWindow.add_member(:time_ranges, Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRangeList, location_name: "timeRangeSet"))
7418
+ InstanceEventWindow.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
7419
+ InstanceEventWindow.add_member(:cron_expression, Shapes::ShapeRef.new(shape: InstanceEventWindowCronExpression, location_name: "cronExpression"))
7420
+ InstanceEventWindow.add_member(:association_target, Shapes::ShapeRef.new(shape: InstanceEventWindowAssociationTarget, location_name: "associationTarget"))
7421
+ InstanceEventWindow.add_member(:state, Shapes::ShapeRef.new(shape: InstanceEventWindowState, location_name: "state"))
7422
+ InstanceEventWindow.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7423
+ InstanceEventWindow.struct_class = Types::InstanceEventWindow
7424
+
7425
+ InstanceEventWindowAssociationRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceId"))
7426
+ InstanceEventWindowAssociationRequest.add_member(:instance_tags, Shapes::ShapeRef.new(shape: TagList, location_name: "InstanceTag"))
7427
+ InstanceEventWindowAssociationRequest.add_member(:dedicated_host_ids, Shapes::ShapeRef.new(shape: DedicatedHostIdList, location_name: "DedicatedHostId"))
7428
+ InstanceEventWindowAssociationRequest.struct_class = Types::InstanceEventWindowAssociationRequest
7429
+
7430
+ InstanceEventWindowAssociationTarget.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "instanceIdSet"))
7431
+ InstanceEventWindowAssociationTarget.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7432
+ InstanceEventWindowAssociationTarget.add_member(:dedicated_host_ids, Shapes::ShapeRef.new(shape: DedicatedHostIdList, location_name: "dedicatedHostIdSet"))
7433
+ InstanceEventWindowAssociationTarget.struct_class = Types::InstanceEventWindowAssociationTarget
7434
+
7435
+ InstanceEventWindowDisassociationRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceId"))
7436
+ InstanceEventWindowDisassociationRequest.add_member(:instance_tags, Shapes::ShapeRef.new(shape: TagList, location_name: "InstanceTag"))
7437
+ InstanceEventWindowDisassociationRequest.add_member(:dedicated_host_ids, Shapes::ShapeRef.new(shape: DedicatedHostIdList, location_name: "DedicatedHostId"))
7438
+ InstanceEventWindowDisassociationRequest.struct_class = Types::InstanceEventWindowDisassociationRequest
7439
+
7440
+ InstanceEventWindowIdSet.member = Shapes::ShapeRef.new(shape: InstanceEventWindowId, location_name: "InstanceEventWindowId")
7441
+
7442
+ InstanceEventWindowSet.member = Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "item")
7443
+
7444
+ InstanceEventWindowStateChange.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, location_name: "instanceEventWindowId"))
7445
+ InstanceEventWindowStateChange.add_member(:state, Shapes::ShapeRef.new(shape: InstanceEventWindowState, location_name: "state"))
7446
+ InstanceEventWindowStateChange.struct_class = Types::InstanceEventWindowStateChange
7447
+
7448
+ InstanceEventWindowTimeRange.add_member(:start_week_day, Shapes::ShapeRef.new(shape: WeekDay, location_name: "startWeekDay"))
7449
+ InstanceEventWindowTimeRange.add_member(:start_hour, Shapes::ShapeRef.new(shape: Hour, location_name: "startHour"))
7450
+ InstanceEventWindowTimeRange.add_member(:end_week_day, Shapes::ShapeRef.new(shape: WeekDay, location_name: "endWeekDay"))
7451
+ InstanceEventWindowTimeRange.add_member(:end_hour, Shapes::ShapeRef.new(shape: Hour, location_name: "endHour"))
7452
+ InstanceEventWindowTimeRange.struct_class = Types::InstanceEventWindowTimeRange
7453
+
7454
+ InstanceEventWindowTimeRangeList.member = Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRange, location_name: "item")
7455
+
7456
+ InstanceEventWindowTimeRangeRequest.add_member(:start_week_day, Shapes::ShapeRef.new(shape: WeekDay, location_name: "StartWeekDay"))
7457
+ InstanceEventWindowTimeRangeRequest.add_member(:start_hour, Shapes::ShapeRef.new(shape: Hour, location_name: "StartHour"))
7458
+ InstanceEventWindowTimeRangeRequest.add_member(:end_week_day, Shapes::ShapeRef.new(shape: WeekDay, location_name: "EndWeekDay"))
7459
+ InstanceEventWindowTimeRangeRequest.add_member(:end_hour, Shapes::ShapeRef.new(shape: Hour, location_name: "EndHour"))
7460
+ InstanceEventWindowTimeRangeRequest.struct_class = Types::InstanceEventWindowTimeRangeRequest
7461
+
7462
+ InstanceEventWindowTimeRangeRequestSet.member = Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRangeRequest)
7463
+
7231
7464
  InstanceExportDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
7232
7465
  InstanceExportDetails.add_member(:target_environment, Shapes::ShapeRef.new(shape: ExportEnvironment, location_name: "targetEnvironment"))
7233
7466
  InstanceExportDetails.struct_class = Types::InstanceExportDetails
@@ -7236,12 +7469,19 @@ module Aws::EC2
7236
7469
  InstanceFamilyCreditSpecification.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "cpuCredits"))
7237
7470
  InstanceFamilyCreditSpecification.struct_class = Types::InstanceFamilyCreditSpecification
7238
7471
 
7472
+ InstanceIdList.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "item")
7473
+
7239
7474
  InstanceIdSet.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "item")
7240
7475
 
7241
7476
  InstanceIdStringList.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId")
7242
7477
 
7243
7478
  InstanceIdsSet.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "item")
7244
7479
 
7480
+ InstanceIpv4Prefix.add_member(:ipv_4_prefix, Shapes::ShapeRef.new(shape: String, location_name: "ipv4Prefix"))
7481
+ InstanceIpv4Prefix.struct_class = Types::InstanceIpv4Prefix
7482
+
7483
+ InstanceIpv4PrefixList.member = Shapes::ShapeRef.new(shape: InstanceIpv4Prefix, location_name: "item")
7484
+
7245
7485
  InstanceIpv6Address.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
7246
7486
  InstanceIpv6Address.struct_class = Types::InstanceIpv6Address
7247
7487
 
@@ -7252,6 +7492,11 @@ module Aws::EC2
7252
7492
  InstanceIpv6AddressRequest.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6Address"))
7253
7493
  InstanceIpv6AddressRequest.struct_class = Types::InstanceIpv6AddressRequest
7254
7494
 
7495
+ InstanceIpv6Prefix.add_member(:ipv_6_prefix, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Prefix"))
7496
+ InstanceIpv6Prefix.struct_class = Types::InstanceIpv6Prefix
7497
+
7498
+ InstanceIpv6PrefixList.member = Shapes::ShapeRef.new(shape: InstanceIpv6Prefix, location_name: "item")
7499
+
7255
7500
  InstanceList.member = Shapes::ShapeRef.new(shape: Instance, location_name: "item")
7256
7501
 
7257
7502
  InstanceMarketOptionsRequest.add_member(:market_type, Shapes::ShapeRef.new(shape: MarketType, location_name: "MarketType"))
@@ -7291,6 +7536,8 @@ module Aws::EC2
7291
7536
  InstanceNetworkInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
7292
7537
  InstanceNetworkInterface.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
7293
7538
  InstanceNetworkInterface.add_member(:interface_type, Shapes::ShapeRef.new(shape: String, location_name: "interfaceType"))
7539
+ InstanceNetworkInterface.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: InstanceIpv4PrefixList, location_name: "ipv4PrefixSet"))
7540
+ InstanceNetworkInterface.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: InstanceIpv6PrefixList, location_name: "ipv6PrefixSet"))
7294
7541
  InstanceNetworkInterface.struct_class = Types::InstanceNetworkInterface
7295
7542
 
7296
7543
  InstanceNetworkInterfaceAssociation.add_member(:carrier_ip, Shapes::ShapeRef.new(shape: String, location_name: "carrierIp"))
@@ -7324,6 +7571,10 @@ module Aws::EC2
7324
7571
  InstanceNetworkInterfaceSpecification.add_member(:associate_carrier_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "AssociateCarrierIpAddress"))
7325
7572
  InstanceNetworkInterfaceSpecification.add_member(:interface_type, Shapes::ShapeRef.new(shape: String, location_name: "InterfaceType"))
7326
7573
  InstanceNetworkInterfaceSpecification.add_member(:network_card_index, Shapes::ShapeRef.new(shape: Integer, location_name: "NetworkCardIndex"))
7574
+ InstanceNetworkInterfaceSpecification.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: Ipv4PrefixList, location_name: "Ipv4Prefix"))
7575
+ InstanceNetworkInterfaceSpecification.add_member(:ipv_4_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv4PrefixCount"))
7576
+ InstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: Ipv6PrefixList, location_name: "Ipv6Prefix"))
7577
+ InstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6PrefixCount"))
7327
7578
  InstanceNetworkInterfaceSpecification.struct_class = Types::InstanceNetworkInterfaceSpecification
7328
7579
 
7329
7580
  InstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceSpecification, location_name: "item")
@@ -7469,6 +7720,8 @@ module Aws::EC2
7469
7720
 
7470
7721
  IpPermissionList.member = Shapes::ShapeRef.new(shape: IpPermission, location_name: "item")
7471
7722
 
7723
+ IpPrefixList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
7724
+
7472
7725
  IpRange.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: String, location_name: "cidrIp"))
7473
7726
  IpRange.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
7474
7727
  IpRange.struct_class = Types::IpRange
@@ -7477,6 +7730,21 @@ module Aws::EC2
7477
7730
 
7478
7731
  IpRanges.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
7479
7732
 
7733
+ Ipv4PrefixList.member = Shapes::ShapeRef.new(shape: Ipv4PrefixSpecificationRequest, location_name: "item")
7734
+
7735
+ Ipv4PrefixListResponse.member = Shapes::ShapeRef.new(shape: Ipv4PrefixSpecificationResponse, location_name: "item")
7736
+
7737
+ Ipv4PrefixSpecification.add_member(:ipv_4_prefix, Shapes::ShapeRef.new(shape: String, location_name: "ipv4Prefix"))
7738
+ Ipv4PrefixSpecification.struct_class = Types::Ipv4PrefixSpecification
7739
+
7740
+ Ipv4PrefixSpecificationRequest.add_member(:ipv_4_prefix, Shapes::ShapeRef.new(shape: String, location_name: "Ipv4Prefix"))
7741
+ Ipv4PrefixSpecificationRequest.struct_class = Types::Ipv4PrefixSpecificationRequest
7742
+
7743
+ Ipv4PrefixSpecificationResponse.add_member(:ipv_4_prefix, Shapes::ShapeRef.new(shape: String, location_name: "ipv4Prefix"))
7744
+ Ipv4PrefixSpecificationResponse.struct_class = Types::Ipv4PrefixSpecificationResponse
7745
+
7746
+ Ipv4PrefixesList.member = Shapes::ShapeRef.new(shape: Ipv4PrefixSpecification, location_name: "item")
7747
+
7480
7748
  Ipv6AddressList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
7481
7749
 
7482
7750
  Ipv6CidrAssociation.add_member(:ipv_6_cidr, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Cidr"))
@@ -7500,6 +7768,21 @@ module Aws::EC2
7500
7768
 
7501
7769
  Ipv6PoolSet.member = Shapes::ShapeRef.new(shape: Ipv6Pool, location_name: "item")
7502
7770
 
7771
+ Ipv6PrefixList.member = Shapes::ShapeRef.new(shape: Ipv6PrefixSpecificationRequest, location_name: "item")
7772
+
7773
+ Ipv6PrefixListResponse.member = Shapes::ShapeRef.new(shape: Ipv6PrefixSpecificationResponse, location_name: "item")
7774
+
7775
+ Ipv6PrefixSpecification.add_member(:ipv_6_prefix, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Prefix"))
7776
+ Ipv6PrefixSpecification.struct_class = Types::Ipv6PrefixSpecification
7777
+
7778
+ Ipv6PrefixSpecificationRequest.add_member(:ipv_6_prefix, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6Prefix"))
7779
+ Ipv6PrefixSpecificationRequest.struct_class = Types::Ipv6PrefixSpecificationRequest
7780
+
7781
+ Ipv6PrefixSpecificationResponse.add_member(:ipv_6_prefix, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Prefix"))
7782
+ Ipv6PrefixSpecificationResponse.struct_class = Types::Ipv6PrefixSpecificationResponse
7783
+
7784
+ Ipv6PrefixesList.member = Shapes::ShapeRef.new(shape: Ipv6PrefixSpecification, location_name: "item")
7785
+
7503
7786
  Ipv6Range.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: String, location_name: "cidrIpv6"))
7504
7787
  Ipv6Range.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
7505
7788
  Ipv6Range.struct_class = Types::Ipv6Range
@@ -7697,6 +7980,10 @@ module Aws::EC2
7697
7980
  LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
7698
7981
  LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
7699
7982
  LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:network_card_index, Shapes::ShapeRef.new(shape: Integer, location_name: "networkCardIndex"))
7983
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: Ipv4PrefixListResponse, location_name: "ipv4PrefixSet"))
7984
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ipv_4_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv4PrefixCount"))
7985
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: Ipv6PrefixListResponse, location_name: "ipv6PrefixSet"))
7986
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6PrefixCount"))
7700
7987
  LaunchTemplateInstanceNetworkInterfaceSpecification.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecification
7701
7988
 
7702
7989
  LaunchTemplateInstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecification, location_name: "item")
@@ -7716,6 +8003,10 @@ module Aws::EC2
7716
8003
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "SecondaryPrivateIpAddressCount"))
7717
8004
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
7718
8005
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:network_card_index, Shapes::ShapeRef.new(shape: Integer, location_name: "NetworkCardIndex"))
8006
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: Ipv4PrefixList, location_name: "Ipv4Prefix"))
8007
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ipv_4_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv4PrefixCount"))
8008
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: Ipv6PrefixList, location_name: "Ipv6Prefix"))
8009
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6PrefixCount"))
7719
8010
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
7720
8011
 
7721
8012
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest, location_name: "InstanceNetworkInterfaceSpecification")
@@ -8110,6 +8401,16 @@ module Aws::EC2
8110
8401
  ModifyInstanceEventStartTimeResult.add_member(:event, Shapes::ShapeRef.new(shape: InstanceStatusEvent, location_name: "event"))
8111
8402
  ModifyInstanceEventStartTimeResult.struct_class = Types::ModifyInstanceEventStartTimeResult
8112
8403
 
8404
+ ModifyInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8405
+ ModifyInstanceEventWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
8406
+ ModifyInstanceEventWindowRequest.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, required: true, location_name: "InstanceEventWindowId"))
8407
+ ModifyInstanceEventWindowRequest.add_member(:time_ranges, Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRangeRequestSet, location_name: "TimeRange"))
8408
+ ModifyInstanceEventWindowRequest.add_member(:cron_expression, Shapes::ShapeRef.new(shape: InstanceEventWindowCronExpression, location_name: "CronExpression"))
8409
+ ModifyInstanceEventWindowRequest.struct_class = Types::ModifyInstanceEventWindowRequest
8410
+
8411
+ ModifyInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
8412
+ ModifyInstanceEventWindowResult.struct_class = Types::ModifyInstanceEventWindowResult
8413
+
8113
8414
  ModifyInstanceMetadataOptionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
8114
8415
  ModifyInstanceMetadataOptionsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokensState, location_name: "HttpTokens"))
8115
8416
  ModifyInstanceMetadataOptionsRequest.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "HttpPutResponseHopLimit"))
@@ -8170,6 +8471,14 @@ module Aws::EC2
8170
8471
  ModifyReservedInstancesResult.add_member(:reserved_instances_modification_id, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesModificationId"))
8171
8472
  ModifyReservedInstancesResult.struct_class = Types::ModifyReservedInstancesResult
8172
8473
 
8474
+ ModifySecurityGroupRulesRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, required: true, location_name: "GroupId"))
8475
+ ModifySecurityGroupRulesRequest.add_member(:security_group_rules, Shapes::ShapeRef.new(shape: SecurityGroupRuleUpdateList, required: true, location_name: "SecurityGroupRule"))
8476
+ ModifySecurityGroupRulesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8477
+ ModifySecurityGroupRulesRequest.struct_class = Types::ModifySecurityGroupRulesRequest
8478
+
8479
+ ModifySecurityGroupRulesResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
8480
+ ModifySecurityGroupRulesResult.struct_class = Types::ModifySecurityGroupRulesResult
8481
+
8173
8482
  ModifySnapshotAttributeRequest.add_member(:attribute, Shapes::ShapeRef.new(shape: SnapshotAttributeName, location_name: "Attribute"))
8174
8483
  ModifySnapshotAttributeRequest.add_member(:create_volume_permission, Shapes::ShapeRef.new(shape: CreateVolumePermissionModifications, location_name: "CreateVolumePermission"))
8175
8484
  ModifySnapshotAttributeRequest.add_member(:group_names, Shapes::ShapeRef.new(shape: GroupNameStringList, location_name: "UserGroup"))
@@ -8579,6 +8888,8 @@ module Aws::EC2
8579
8888
  NetworkInterface.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
8580
8889
  NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
8581
8890
  NetworkInterface.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: NetworkInterfacePrivateIpAddressList, location_name: "privateIpAddressesSet"))
8891
+ NetworkInterface.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: Ipv4PrefixesList, location_name: "ipv4PrefixSet"))
8892
+ NetworkInterface.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: Ipv6PrefixesList, location_name: "ipv6PrefixSet"))
8582
8893
  NetworkInterface.add_member(:requester_id, Shapes::ShapeRef.new(shape: String, location_name: "requesterId"))
8583
8894
  NetworkInterface.add_member(:requester_managed, Shapes::ShapeRef.new(shape: Boolean, location_name: "requesterManaged"))
8584
8895
  NetworkInterface.add_member(:source_dest_check, Shapes::ShapeRef.new(shape: Boolean, location_name: "sourceDestCheck"))
@@ -9023,6 +9334,13 @@ module Aws::EC2
9023
9334
 
9024
9335
  RecurringChargesList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "item")
9025
9336
 
9337
+ ReferencedSecurityGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
9338
+ ReferencedSecurityGroup.add_member(:peering_status, Shapes::ShapeRef.new(shape: String, location_name: "peeringStatus"))
9339
+ ReferencedSecurityGroup.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
9340
+ ReferencedSecurityGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
9341
+ ReferencedSecurityGroup.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
9342
+ ReferencedSecurityGroup.struct_class = Types::ReferencedSecurityGroup
9343
+
9026
9344
  Region.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "regionEndpoint"))
9027
9345
  Region.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
9028
9346
  Region.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: String, location_name: "optInStatus"))
@@ -9538,6 +9856,7 @@ module Aws::EC2
9538
9856
  RevokeSecurityGroupEgressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
9539
9857
  RevokeSecurityGroupEgressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, required: true, location_name: "groupId"))
9540
9858
  RevokeSecurityGroupEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "ipPermissions"))
9859
+ RevokeSecurityGroupEgressRequest.add_member(:security_group_rule_ids, Shapes::ShapeRef.new(shape: SecurityGroupRuleIdList, location_name: "SecurityGroupRuleId"))
9541
9860
  RevokeSecurityGroupEgressRequest.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: String, location_name: "cidrIp"))
9542
9861
  RevokeSecurityGroupEgressRequest.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "fromPort"))
9543
9862
  RevokeSecurityGroupEgressRequest.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "ipProtocol"))
@@ -9560,6 +9879,7 @@ module Aws::EC2
9560
9879
  RevokeSecurityGroupIngressRequest.add_member(:source_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceSecurityGroupOwnerId"))
9561
9880
  RevokeSecurityGroupIngressRequest.add_member(:to_port, Shapes::ShapeRef.new(shape: Integer, location_name: "ToPort"))
9562
9881
  RevokeSecurityGroupIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
9882
+ RevokeSecurityGroupIngressRequest.add_member(:security_group_rule_ids, Shapes::ShapeRef.new(shape: SecurityGroupRuleIdList, location_name: "SecurityGroupRuleId"))
9563
9883
  RevokeSecurityGroupIngressRequest.struct_class = Types::RevokeSecurityGroupIngressRequest
9564
9884
 
9565
9885
  RevokeSecurityGroupIngressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
@@ -9858,6 +10178,47 @@ module Aws::EC2
9858
10178
 
9859
10179
  SecurityGroupReferences.member = Shapes::ShapeRef.new(shape: SecurityGroupReference, location_name: "item")
9860
10180
 
10181
+ SecurityGroupRule.add_member(:security_group_rule_id, Shapes::ShapeRef.new(shape: SecurityGroupRuleId, location_name: "securityGroupRuleId"))
10182
+ SecurityGroupRule.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "groupId"))
10183
+ SecurityGroupRule.add_member(:group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "groupOwnerId"))
10184
+ SecurityGroupRule.add_member(:is_egress, Shapes::ShapeRef.new(shape: Boolean, location_name: "isEgress"))
10185
+ SecurityGroupRule.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "ipProtocol"))
10186
+ SecurityGroupRule.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "fromPort"))
10187
+ SecurityGroupRule.add_member(:to_port, Shapes::ShapeRef.new(shape: Integer, location_name: "toPort"))
10188
+ SecurityGroupRule.add_member(:cidr_ipv_4, Shapes::ShapeRef.new(shape: String, location_name: "cidrIpv4"))
10189
+ SecurityGroupRule.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: String, location_name: "cidrIpv6"))
10190
+ SecurityGroupRule.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "prefixListId"))
10191
+ SecurityGroupRule.add_member(:referenced_group_info, Shapes::ShapeRef.new(shape: ReferencedSecurityGroup, location_name: "referencedGroupInfo"))
10192
+ SecurityGroupRule.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
10193
+ SecurityGroupRule.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10194
+ SecurityGroupRule.struct_class = Types::SecurityGroupRule
10195
+
10196
+ SecurityGroupRuleDescription.add_member(:security_group_rule_id, Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroupRuleId"))
10197
+ SecurityGroupRuleDescription.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
10198
+ SecurityGroupRuleDescription.struct_class = Types::SecurityGroupRuleDescription
10199
+
10200
+ SecurityGroupRuleDescriptionList.member = Shapes::ShapeRef.new(shape: SecurityGroupRuleDescription, location_name: "item")
10201
+
10202
+ SecurityGroupRuleIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
10203
+
10204
+ SecurityGroupRuleList.member = Shapes::ShapeRef.new(shape: SecurityGroupRule, location_name: "item")
10205
+
10206
+ SecurityGroupRuleRequest.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "IpProtocol"))
10207
+ SecurityGroupRuleRequest.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "FromPort"))
10208
+ SecurityGroupRuleRequest.add_member(:to_port, Shapes::ShapeRef.new(shape: Integer, location_name: "ToPort"))
10209
+ SecurityGroupRuleRequest.add_member(:cidr_ipv_4, Shapes::ShapeRef.new(shape: String, location_name: "CidrIpv4"))
10210
+ SecurityGroupRuleRequest.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: String, location_name: "CidrIpv6"))
10211
+ SecurityGroupRuleRequest.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "PrefixListId"))
10212
+ SecurityGroupRuleRequest.add_member(:referenced_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "ReferencedGroupId"))
10213
+ SecurityGroupRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
10214
+ SecurityGroupRuleRequest.struct_class = Types::SecurityGroupRuleRequest
10215
+
10216
+ SecurityGroupRuleUpdate.add_member(:security_group_rule_id, Shapes::ShapeRef.new(shape: SecurityGroupRuleId, location_name: "SecurityGroupRuleId"))
10217
+ SecurityGroupRuleUpdate.add_member(:security_group_rule, Shapes::ShapeRef.new(shape: SecurityGroupRuleRequest, location_name: "SecurityGroupRule"))
10218
+ SecurityGroupRuleUpdate.struct_class = Types::SecurityGroupRuleUpdate
10219
+
10220
+ SecurityGroupRuleUpdateList.member = Shapes::ShapeRef.new(shape: SecurityGroupRuleUpdate, location_name: "item")
10221
+
9861
10222
  SecurityGroupStringList.member = Shapes::ShapeRef.new(shape: SecurityGroupName, location_name: "SecurityGroup")
9862
10223
 
9863
10224
  SendDiagnosticInterruptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
@@ -10243,6 +10604,17 @@ module Aws::EC2
10243
10604
  SubnetCidrBlockState.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
10244
10605
  SubnetCidrBlockState.struct_class = Types::SubnetCidrBlockState
10245
10606
 
10607
+ SubnetCidrReservation.add_member(:subnet_cidr_reservation_id, Shapes::ShapeRef.new(shape: SubnetCidrReservationId, location_name: "subnetCidrReservationId"))
10608
+ SubnetCidrReservation.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
10609
+ SubnetCidrReservation.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
10610
+ SubnetCidrReservation.add_member(:reservation_type, Shapes::ShapeRef.new(shape: SubnetCidrReservationType, location_name: "reservationType"))
10611
+ SubnetCidrReservation.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
10612
+ SubnetCidrReservation.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
10613
+ SubnetCidrReservation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10614
+ SubnetCidrReservation.struct_class = Types::SubnetCidrReservation
10615
+
10616
+ SubnetCidrReservationList.member = Shapes::ShapeRef.new(shape: SubnetCidrReservation, location_name: "item")
10617
+
10246
10618
  SubnetIdStringList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId")
10247
10619
 
10248
10620
  SubnetIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: SubnetCidrAssociationId, location_name: "associationId"))
@@ -10750,16 +11122,19 @@ module Aws::EC2
10750
11122
 
10751
11123
  TunnelOptionsList.member = Shapes::ShapeRef.new(shape: TunnelOption, location_name: "item")
10752
11124
 
11125
+ UnassignIpv6AddressesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "ipv6Addresses"))
11126
+ UnassignIpv6AddressesRequest.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: IpPrefixList, location_name: "Ipv6Prefix"))
10753
11127
  UnassignIpv6AddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
10754
- UnassignIpv6AddressesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, required: true, location_name: "ipv6Addresses"))
10755
11128
  UnassignIpv6AddressesRequest.struct_class = Types::UnassignIpv6AddressesRequest
10756
11129
 
10757
11130
  UnassignIpv6AddressesResult.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
10758
11131
  UnassignIpv6AddressesResult.add_member(:unassigned_ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "unassignedIpv6Addresses"))
11132
+ UnassignIpv6AddressesResult.add_member(:unassigned_ipv_6_prefixes, Shapes::ShapeRef.new(shape: IpPrefixList, location_name: "unassignedIpv6PrefixSet"))
10759
11133
  UnassignIpv6AddressesResult.struct_class = Types::UnassignIpv6AddressesResult
10760
11134
 
10761
11135
  UnassignPrivateIpAddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
10762
- UnassignPrivateIpAddressesRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressStringList, required: true, location_name: "privateIpAddress"))
11136
+ UnassignPrivateIpAddressesRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressStringList, location_name: "privateIpAddress"))
11137
+ UnassignPrivateIpAddressesRequest.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: IpPrefixList, location_name: "Ipv4Prefix"))
10763
11138
  UnassignPrivateIpAddressesRequest.struct_class = Types::UnassignPrivateIpAddressesRequest
10764
11139
 
10765
11140
  UnmonitorInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, required: true, location_name: "InstanceId"))
@@ -10794,7 +11169,8 @@ module Aws::EC2
10794
11169
  UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
10795
11170
  UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "GroupId"))
10796
11171
  UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: SecurityGroupName, location_name: "GroupName"))
10797
- UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, required: true, location_name: "IpPermissions"))
11172
+ UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "IpPermissions"))
11173
+ UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:security_group_rule_descriptions, Shapes::ShapeRef.new(shape: SecurityGroupRuleDescriptionList, location_name: "SecurityGroupRuleDescription"))
10798
11174
  UpdateSecurityGroupRuleDescriptionsEgressRequest.struct_class = Types::UpdateSecurityGroupRuleDescriptionsEgressRequest
10799
11175
 
10800
11176
  UpdateSecurityGroupRuleDescriptionsEgressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
@@ -10803,7 +11179,8 @@ module Aws::EC2
10803
11179
  UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
10804
11180
  UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "GroupId"))
10805
11181
  UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: SecurityGroupName, location_name: "GroupName"))
10806
- UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, required: true, location_name: "IpPermissions"))
11182
+ UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "IpPermissions"))
11183
+ UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:security_group_rule_descriptions, Shapes::ShapeRef.new(shape: SecurityGroupRuleDescriptionList, location_name: "SecurityGroupRuleDescription"))
10807
11184
  UpdateSecurityGroupRuleDescriptionsIngressRequest.struct_class = Types::UpdateSecurityGroupRuleDescriptionsIngressRequest
10808
11185
 
10809
11186
  UpdateSecurityGroupRuleDescriptionsIngressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
@@ -11338,6 +11715,14 @@ module Aws::EC2
11338
11715
  o.output = Shapes::ShapeRef.new(shape: AssociateIamInstanceProfileResult)
11339
11716
  end)
11340
11717
 
11718
+ api.add_operation(:associate_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
11719
+ o.name = "AssociateInstanceEventWindow"
11720
+ o.http_method = "POST"
11721
+ o.http_request_uri = "/"
11722
+ o.input = Shapes::ShapeRef.new(shape: AssociateInstanceEventWindowRequest)
11723
+ o.output = Shapes::ShapeRef.new(shape: AssociateInstanceEventWindowResult)
11724
+ end)
11725
+
11341
11726
  api.add_operation(:associate_route_table, Seahorse::Model::Operation.new.tap do |o|
11342
11727
  o.name = "AssociateRouteTable"
11343
11728
  o.http_method = "POST"
@@ -11439,7 +11824,7 @@ module Aws::EC2
11439
11824
  o.http_method = "POST"
11440
11825
  o.http_request_uri = "/"
11441
11826
  o.input = Shapes::ShapeRef.new(shape: AuthorizeSecurityGroupEgressRequest)
11442
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
11827
+ o.output = Shapes::ShapeRef.new(shape: AuthorizeSecurityGroupEgressResult)
11443
11828
  end)
11444
11829
 
11445
11830
  api.add_operation(:authorize_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
@@ -11447,7 +11832,7 @@ module Aws::EC2
11447
11832
  o.http_method = "POST"
11448
11833
  o.http_request_uri = "/"
11449
11834
  o.input = Shapes::ShapeRef.new(shape: AuthorizeSecurityGroupIngressRequest)
11450
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
11835
+ o.output = Shapes::ShapeRef.new(shape: AuthorizeSecurityGroupIngressResult)
11451
11836
  end)
11452
11837
 
11453
11838
  api.add_operation(:bundle_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -11658,6 +12043,14 @@ module Aws::EC2
11658
12043
  o.output = Shapes::ShapeRef.new(shape: CreateImageResult)
11659
12044
  end)
11660
12045
 
12046
+ api.add_operation(:create_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
12047
+ o.name = "CreateInstanceEventWindow"
12048
+ o.http_method = "POST"
12049
+ o.http_request_uri = "/"
12050
+ o.input = Shapes::ShapeRef.new(shape: CreateInstanceEventWindowRequest)
12051
+ o.output = Shapes::ShapeRef.new(shape: CreateInstanceEventWindowResult)
12052
+ end)
12053
+
11661
12054
  api.add_operation(:create_instance_export_task, Seahorse::Model::Operation.new.tap do |o|
11662
12055
  o.name = "CreateInstanceExportTask"
11663
12056
  o.http_method = "POST"
@@ -11866,6 +12259,14 @@ module Aws::EC2
11866
12259
  o.output = Shapes::ShapeRef.new(shape: CreateSubnetResult)
11867
12260
  end)
11868
12261
 
12262
+ api.add_operation(:create_subnet_cidr_reservation, Seahorse::Model::Operation.new.tap do |o|
12263
+ o.name = "CreateSubnetCidrReservation"
12264
+ o.http_method = "POST"
12265
+ o.http_request_uri = "/"
12266
+ o.input = Shapes::ShapeRef.new(shape: CreateSubnetCidrReservationRequest)
12267
+ o.output = Shapes::ShapeRef.new(shape: CreateSubnetCidrReservationResult)
12268
+ end)
12269
+
11869
12270
  api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
11870
12271
  o.name = "CreateTags"
11871
12272
  o.http_method = "POST"
@@ -12122,6 +12523,14 @@ module Aws::EC2
12122
12523
  o.output = Shapes::ShapeRef.new(shape: DeleteFpgaImageResult)
12123
12524
  end)
12124
12525
 
12526
+ api.add_operation(:delete_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
12527
+ o.name = "DeleteInstanceEventWindow"
12528
+ o.http_method = "POST"
12529
+ o.http_request_uri = "/"
12530
+ o.input = Shapes::ShapeRef.new(shape: DeleteInstanceEventWindowRequest)
12531
+ o.output = Shapes::ShapeRef.new(shape: DeleteInstanceEventWindowResult)
12532
+ end)
12533
+
12125
12534
  api.add_operation(:delete_internet_gateway, Seahorse::Model::Operation.new.tap do |o|
12126
12535
  o.name = "DeleteInternetGateway"
12127
12536
  o.http_method = "POST"
@@ -12298,6 +12707,14 @@ module Aws::EC2
12298
12707
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
12299
12708
  end)
12300
12709
 
12710
+ api.add_operation(:delete_subnet_cidr_reservation, Seahorse::Model::Operation.new.tap do |o|
12711
+ o.name = "DeleteSubnetCidrReservation"
12712
+ o.http_method = "POST"
12713
+ o.http_request_uri = "/"
12714
+ o.input = Shapes::ShapeRef.new(shape: DeleteSubnetCidrReservationRequest)
12715
+ o.output = Shapes::ShapeRef.new(shape: DeleteSubnetCidrReservationResult)
12716
+ end)
12717
+
12301
12718
  api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
12302
12719
  o.name = "DeleteTags"
12303
12720
  o.http_method = "POST"
@@ -13016,6 +13433,20 @@ module Aws::EC2
13016
13433
  o.output = Shapes::ShapeRef.new(shape: DescribeInstanceEventNotificationAttributesResult)
13017
13434
  end)
13018
13435
 
13436
+ api.add_operation(:describe_instance_event_windows, Seahorse::Model::Operation.new.tap do |o|
13437
+ o.name = "DescribeInstanceEventWindows"
13438
+ o.http_method = "POST"
13439
+ o.http_request_uri = "/"
13440
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstanceEventWindowsRequest)
13441
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstanceEventWindowsResult)
13442
+ o[:pager] = Aws::Pager.new(
13443
+ limit_key: "max_results",
13444
+ tokens: {
13445
+ "next_token" => "next_token"
13446
+ }
13447
+ )
13448
+ end)
13449
+
13019
13450
  api.add_operation(:describe_instance_status, Seahorse::Model::Operation.new.tap do |o|
13020
13451
  o.name = "DescribeInstanceStatus"
13021
13452
  o.http_method = "POST"
@@ -13505,6 +13936,20 @@ module Aws::EC2
13505
13936
  o.output = Shapes::ShapeRef.new(shape: DescribeSecurityGroupReferencesResult)
13506
13937
  end)
13507
13938
 
13939
+ api.add_operation(:describe_security_group_rules, Seahorse::Model::Operation.new.tap do |o|
13940
+ o.name = "DescribeSecurityGroupRules"
13941
+ o.http_method = "POST"
13942
+ o.http_request_uri = "/"
13943
+ o.input = Shapes::ShapeRef.new(shape: DescribeSecurityGroupRulesRequest)
13944
+ o.output = Shapes::ShapeRef.new(shape: DescribeSecurityGroupRulesResult)
13945
+ o[:pager] = Aws::Pager.new(
13946
+ limit_key: "max_results",
13947
+ tokens: {
13948
+ "next_token" => "next_token"
13949
+ }
13950
+ )
13951
+ end)
13952
+
13508
13953
  api.add_operation(:describe_security_groups, Seahorse::Model::Operation.new.tap do |o|
13509
13954
  o.name = "DescribeSecurityGroups"
13510
13955
  o.http_method = "POST"
@@ -14163,6 +14608,14 @@ module Aws::EC2
14163
14608
  o.output = Shapes::ShapeRef.new(shape: DisassociateIamInstanceProfileResult)
14164
14609
  end)
14165
14610
 
14611
+ api.add_operation(:disassociate_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
14612
+ o.name = "DisassociateInstanceEventWindow"
14613
+ o.http_method = "POST"
14614
+ o.http_request_uri = "/"
14615
+ o.input = Shapes::ShapeRef.new(shape: DisassociateInstanceEventWindowRequest)
14616
+ o.output = Shapes::ShapeRef.new(shape: DisassociateInstanceEventWindowResult)
14617
+ end)
14618
+
14166
14619
  api.add_operation(:disassociate_route_table, Seahorse::Model::Operation.new.tap do |o|
14167
14620
  o.name = "DisassociateRouteTable"
14168
14621
  o.http_method = "POST"
@@ -14483,6 +14936,14 @@ module Aws::EC2
14483
14936
  o.output = Shapes::ShapeRef.new(shape: GetSerialConsoleAccessStatusResult)
14484
14937
  end)
14485
14938
 
14939
+ api.add_operation(:get_subnet_cidr_reservations, Seahorse::Model::Operation.new.tap do |o|
14940
+ o.name = "GetSubnetCidrReservations"
14941
+ o.http_method = "POST"
14942
+ o.http_request_uri = "/"
14943
+ o.input = Shapes::ShapeRef.new(shape: GetSubnetCidrReservationsRequest)
14944
+ o.output = Shapes::ShapeRef.new(shape: GetSubnetCidrReservationsResult)
14945
+ end)
14946
+
14486
14947
  api.add_operation(:get_transit_gateway_attachment_propagations, Seahorse::Model::Operation.new.tap do |o|
14487
14948
  o.name = "GetTransitGatewayAttachmentPropagations"
14488
14949
  o.http_method = "POST"
@@ -14729,6 +15190,14 @@ module Aws::EC2
14729
15190
  o.output = Shapes::ShapeRef.new(shape: ModifyInstanceEventStartTimeResult)
14730
15191
  end)
14731
15192
 
15193
+ api.add_operation(:modify_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
15194
+ o.name = "ModifyInstanceEventWindow"
15195
+ o.http_method = "POST"
15196
+ o.http_request_uri = "/"
15197
+ o.input = Shapes::ShapeRef.new(shape: ModifyInstanceEventWindowRequest)
15198
+ o.output = Shapes::ShapeRef.new(shape: ModifyInstanceEventWindowResult)
15199
+ end)
15200
+
14732
15201
  api.add_operation(:modify_instance_metadata_options, Seahorse::Model::Operation.new.tap do |o|
14733
15202
  o.name = "ModifyInstanceMetadataOptions"
14734
15203
  o.http_method = "POST"
@@ -14777,6 +15246,14 @@ module Aws::EC2
14777
15246
  o.output = Shapes::ShapeRef.new(shape: ModifyReservedInstancesResult)
14778
15247
  end)
14779
15248
 
15249
+ api.add_operation(:modify_security_group_rules, Seahorse::Model::Operation.new.tap do |o|
15250
+ o.name = "ModifySecurityGroupRules"
15251
+ o.http_method = "POST"
15252
+ o.http_request_uri = "/"
15253
+ o.input = Shapes::ShapeRef.new(shape: ModifySecurityGroupRulesRequest)
15254
+ o.output = Shapes::ShapeRef.new(shape: ModifySecurityGroupRulesResult)
15255
+ end)
15256
+
14780
15257
  api.add_operation(:modify_snapshot_attribute, Seahorse::Model::Operation.new.tap do |o|
14781
15258
  o.name = "ModifySnapshotAttribute"
14782
15259
  o.http_method = "POST"