aws-sdk-ec2 1.246.0 → 1.250.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +20 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-ec2.rb +1 -1
 - data/lib/aws-sdk-ec2/client.rb +1185 -349
 - data/lib/aws-sdk-ec2/client_api.rb +317 -4
 - data/lib/aws-sdk-ec2/dhcp_options.rb +2 -2
 - data/lib/aws-sdk-ec2/image.rb +2 -2
 - data/lib/aws-sdk-ec2/instance.rb +5 -5
 - data/lib/aws-sdk-ec2/internet_gateway.rb +2 -2
 - data/lib/aws-sdk-ec2/key_pair_info.rb +2 -2
 - data/lib/aws-sdk-ec2/nat_gateway.rb +2 -2
 - data/lib/aws-sdk-ec2/network_acl.rb +2 -2
 - data/lib/aws-sdk-ec2/network_interface.rb +2 -2
 - data/lib/aws-sdk-ec2/resource.rb +58 -48
 - data/lib/aws-sdk-ec2/route_table.rb +2 -2
 - data/lib/aws-sdk-ec2/security_group.rb +52 -18
 - data/lib/aws-sdk-ec2/snapshot.rb +40 -37
 - data/lib/aws-sdk-ec2/subnet.rb +4 -4
 - data/lib/aws-sdk-ec2/tag.rb +2 -2
 - data/lib/aws-sdk-ec2/types.rb +1475 -245
 - data/lib/aws-sdk-ec2/volume.rb +15 -16
 - data/lib/aws-sdk-ec2/vpc.rb +15 -14
 - metadata +2 -2
 
| 
         @@ -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')
         
     | 
| 
         @@ -432,6 +438,7 @@ module Aws::EC2 
     | 
|
| 
       432 
438 
     | 
    
         
             
                DateTime = Shapes::TimestampShape.new(name: 'DateTime')
         
     | 
| 
       433 
439 
     | 
    
         
             
                DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
         
     | 
| 
       434 
440 
     | 
    
         
             
                DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
         
     | 
| 
      
 441 
     | 
    
         
            +
                DedicatedHostIdList = Shapes::ListShape.new(name: 'DedicatedHostIdList')
         
     | 
| 
       435 
442 
     | 
    
         
             
                DefaultNetworkCardIndex = Shapes::IntegerShape.new(name: 'DefaultNetworkCardIndex')
         
     | 
| 
       436 
443 
     | 
    
         
             
                DefaultRouteTableAssociationValue = Shapes::StringShape.new(name: 'DefaultRouteTableAssociationValue')
         
     | 
| 
       437 
444 
     | 
    
         
             
                DefaultRouteTablePropagationValue = Shapes::StringShape.new(name: 'DefaultRouteTablePropagationValue')
         
     | 
| 
         @@ -459,6 +466,8 @@ module Aws::EC2 
     | 
|
| 
       459 
466 
     | 
    
         
             
                DeleteFlowLogsResult = Shapes::StructureShape.new(name: 'DeleteFlowLogsResult')
         
     | 
| 
       460 
467 
     | 
    
         
             
                DeleteFpgaImageRequest = Shapes::StructureShape.new(name: 'DeleteFpgaImageRequest')
         
     | 
| 
       461 
468 
     | 
    
         
             
                DeleteFpgaImageResult = Shapes::StructureShape.new(name: 'DeleteFpgaImageResult')
         
     | 
| 
      
 469 
     | 
    
         
            +
                DeleteInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowRequest')
         
     | 
| 
      
 470 
     | 
    
         
            +
                DeleteInstanceEventWindowResult = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowResult')
         
     | 
| 
       462 
471 
     | 
    
         
             
                DeleteInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteInternetGatewayRequest')
         
     | 
| 
       463 
472 
     | 
    
         
             
                DeleteKeyPairRequest = Shapes::StructureShape.new(name: 'DeleteKeyPairRequest')
         
     | 
| 
       464 
473 
     | 
    
         
             
                DeleteLaunchTemplateRequest = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateRequest')
         
     | 
| 
         @@ -656,6 +665,8 @@ module Aws::EC2 
     | 
|
| 
       656 
665 
     | 
    
         
             
                DescribeInstanceCreditSpecificationsResult = Shapes::StructureShape.new(name: 'DescribeInstanceCreditSpecificationsResult')
         
     | 
| 
       657 
666 
     | 
    
         
             
                DescribeInstanceEventNotificationAttributesRequest = Shapes::StructureShape.new(name: 'DescribeInstanceEventNotificationAttributesRequest')
         
     | 
| 
       658 
667 
     | 
    
         
             
                DescribeInstanceEventNotificationAttributesResult = Shapes::StructureShape.new(name: 'DescribeInstanceEventNotificationAttributesResult')
         
     | 
| 
      
 668 
     | 
    
         
            +
                DescribeInstanceEventWindowsRequest = Shapes::StructureShape.new(name: 'DescribeInstanceEventWindowsRequest')
         
     | 
| 
      
 669 
     | 
    
         
            +
                DescribeInstanceEventWindowsResult = Shapes::StructureShape.new(name: 'DescribeInstanceEventWindowsResult')
         
     | 
| 
       659 
670 
     | 
    
         
             
                DescribeInstanceStatusRequest = Shapes::StructureShape.new(name: 'DescribeInstanceStatusRequest')
         
     | 
| 
       660 
671 
     | 
    
         
             
                DescribeInstanceStatusResult = Shapes::StructureShape.new(name: 'DescribeInstanceStatusResult')
         
     | 
| 
       661 
672 
     | 
    
         
             
                DescribeInstanceTypeOfferingsRequest = Shapes::StructureShape.new(name: 'DescribeInstanceTypeOfferingsRequest')
         
     | 
| 
         @@ -743,6 +754,9 @@ module Aws::EC2 
     | 
|
| 
       743 
754 
     | 
    
         
             
                DescribeScheduledInstancesResult = Shapes::StructureShape.new(name: 'DescribeScheduledInstancesResult')
         
     | 
| 
       744 
755 
     | 
    
         
             
                DescribeSecurityGroupReferencesRequest = Shapes::StructureShape.new(name: 'DescribeSecurityGroupReferencesRequest')
         
     | 
| 
       745 
756 
     | 
    
         
             
                DescribeSecurityGroupReferencesResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupReferencesResult')
         
     | 
| 
      
 757 
     | 
    
         
            +
                DescribeSecurityGroupRulesMaxResults = Shapes::IntegerShape.new(name: 'DescribeSecurityGroupRulesMaxResults')
         
     | 
| 
      
 758 
     | 
    
         
            +
                DescribeSecurityGroupRulesRequest = Shapes::StructureShape.new(name: 'DescribeSecurityGroupRulesRequest')
         
     | 
| 
      
 759 
     | 
    
         
            +
                DescribeSecurityGroupRulesResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupRulesResult')
         
     | 
| 
       746 
760 
     | 
    
         
             
                DescribeSecurityGroupsMaxResults = Shapes::IntegerShape.new(name: 'DescribeSecurityGroupsMaxResults')
         
     | 
| 
       747 
761 
     | 
    
         
             
                DescribeSecurityGroupsRequest = Shapes::StructureShape.new(name: 'DescribeSecurityGroupsRequest')
         
     | 
| 
       748 
762 
     | 
    
         
             
                DescribeSecurityGroupsResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupsResult')
         
     | 
| 
         @@ -884,6 +898,8 @@ module Aws::EC2 
     | 
|
| 
       884 
898 
     | 
    
         
             
                DisassociateEnclaveCertificateIamRoleResult = Shapes::StructureShape.new(name: 'DisassociateEnclaveCertificateIamRoleResult')
         
     | 
| 
       885 
899 
     | 
    
         
             
                DisassociateIamInstanceProfileRequest = Shapes::StructureShape.new(name: 'DisassociateIamInstanceProfileRequest')
         
     | 
| 
       886 
900 
     | 
    
         
             
                DisassociateIamInstanceProfileResult = Shapes::StructureShape.new(name: 'DisassociateIamInstanceProfileResult')
         
     | 
| 
      
 901 
     | 
    
         
            +
                DisassociateInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'DisassociateInstanceEventWindowRequest')
         
     | 
| 
      
 902 
     | 
    
         
            +
                DisassociateInstanceEventWindowResult = Shapes::StructureShape.new(name: 'DisassociateInstanceEventWindowResult')
         
     | 
| 
       887 
903 
     | 
    
         
             
                DisassociateRouteTableRequest = Shapes::StructureShape.new(name: 'DisassociateRouteTableRequest')
         
     | 
| 
       888 
904 
     | 
    
         
             
                DisassociateSubnetCidrBlockRequest = Shapes::StructureShape.new(name: 'DisassociateSubnetCidrBlockRequest')
         
     | 
| 
       889 
905 
     | 
    
         
             
                DisassociateSubnetCidrBlockResult = Shapes::StructureShape.new(name: 'DisassociateSubnetCidrBlockResult')
         
     | 
| 
         @@ -1148,6 +1164,7 @@ module Aws::EC2 
     | 
|
| 
       1148 
1164 
     | 
    
         
             
                HostReservationIdSet = Shapes::ListShape.new(name: 'HostReservationIdSet')
         
     | 
| 
       1149 
1165 
     | 
    
         
             
                HostReservationSet = Shapes::ListShape.new(name: 'HostReservationSet')
         
     | 
| 
       1150 
1166 
     | 
    
         
             
                HostTenancy = Shapes::StringShape.new(name: 'HostTenancy')
         
     | 
| 
      
 1167 
     | 
    
         
            +
                Hour = Shapes::IntegerShape.new(name: 'Hour')
         
     | 
| 
       1151 
1168 
     | 
    
         
             
                HttpTokensState = Shapes::StringShape.new(name: 'HttpTokensState')
         
     | 
| 
       1152 
1169 
     | 
    
         
             
                HypervisorType = Shapes::StringShape.new(name: 'HypervisorType')
         
     | 
| 
       1153 
1170 
     | 
    
         
             
                IKEVersionsList = Shapes::ListShape.new(name: 'IKEVersionsList')
         
     | 
| 
         @@ -1227,10 +1244,25 @@ module Aws::EC2 
     | 
|
| 
       1227 
1244 
     | 
    
         
             
                InstanceCreditSpecificationListRequest = Shapes::ListShape.new(name: 'InstanceCreditSpecificationListRequest')
         
     | 
| 
       1228 
1245 
     | 
    
         
             
                InstanceCreditSpecificationRequest = Shapes::StructureShape.new(name: 'InstanceCreditSpecificationRequest')
         
     | 
| 
       1229 
1246 
     | 
    
         
             
                InstanceEventId = Shapes::StringShape.new(name: 'InstanceEventId')
         
     | 
| 
      
 1247 
     | 
    
         
            +
                InstanceEventWindow = Shapes::StructureShape.new(name: 'InstanceEventWindow')
         
     | 
| 
      
 1248 
     | 
    
         
            +
                InstanceEventWindowAssociationRequest = Shapes::StructureShape.new(name: 'InstanceEventWindowAssociationRequest')
         
     | 
| 
      
 1249 
     | 
    
         
            +
                InstanceEventWindowAssociationTarget = Shapes::StructureShape.new(name: 'InstanceEventWindowAssociationTarget')
         
     | 
| 
      
 1250 
     | 
    
         
            +
                InstanceEventWindowCronExpression = Shapes::StringShape.new(name: 'InstanceEventWindowCronExpression')
         
     | 
| 
      
 1251 
     | 
    
         
            +
                InstanceEventWindowDisassociationRequest = Shapes::StructureShape.new(name: 'InstanceEventWindowDisassociationRequest')
         
     | 
| 
      
 1252 
     | 
    
         
            +
                InstanceEventWindowId = Shapes::StringShape.new(name: 'InstanceEventWindowId')
         
     | 
| 
      
 1253 
     | 
    
         
            +
                InstanceEventWindowIdSet = Shapes::ListShape.new(name: 'InstanceEventWindowIdSet')
         
     | 
| 
      
 1254 
     | 
    
         
            +
                InstanceEventWindowSet = Shapes::ListShape.new(name: 'InstanceEventWindowSet')
         
     | 
| 
      
 1255 
     | 
    
         
            +
                InstanceEventWindowState = Shapes::StringShape.new(name: 'InstanceEventWindowState')
         
     | 
| 
      
 1256 
     | 
    
         
            +
                InstanceEventWindowStateChange = Shapes::StructureShape.new(name: 'InstanceEventWindowStateChange')
         
     | 
| 
      
 1257 
     | 
    
         
            +
                InstanceEventWindowTimeRange = Shapes::StructureShape.new(name: 'InstanceEventWindowTimeRange')
         
     | 
| 
      
 1258 
     | 
    
         
            +
                InstanceEventWindowTimeRangeList = Shapes::ListShape.new(name: 'InstanceEventWindowTimeRangeList')
         
     | 
| 
      
 1259 
     | 
    
         
            +
                InstanceEventWindowTimeRangeRequest = Shapes::StructureShape.new(name: 'InstanceEventWindowTimeRangeRequest')
         
     | 
| 
      
 1260 
     | 
    
         
            +
                InstanceEventWindowTimeRangeRequestSet = Shapes::ListShape.new(name: 'InstanceEventWindowTimeRangeRequestSet')
         
     | 
| 
       1230 
1261 
     | 
    
         
             
                InstanceExportDetails = Shapes::StructureShape.new(name: 'InstanceExportDetails')
         
     | 
| 
       1231 
1262 
     | 
    
         
             
                InstanceFamilyCreditSpecification = Shapes::StructureShape.new(name: 'InstanceFamilyCreditSpecification')
         
     | 
| 
       1232 
1263 
     | 
    
         
             
                InstanceHealthStatus = Shapes::StringShape.new(name: 'InstanceHealthStatus')
         
     | 
| 
       1233 
1264 
     | 
    
         
             
                InstanceId = Shapes::StringShape.new(name: 'InstanceId')
         
     | 
| 
      
 1265 
     | 
    
         
            +
                InstanceIdList = Shapes::ListShape.new(name: 'InstanceIdList')
         
     | 
| 
       1234 
1266 
     | 
    
         
             
                InstanceIdSet = Shapes::ListShape.new(name: 'InstanceIdSet')
         
     | 
| 
       1235 
1267 
     | 
    
         
             
                InstanceIdStringList = Shapes::ListShape.new(name: 'InstanceIdStringList')
         
     | 
| 
       1236 
1268 
     | 
    
         
             
                InstanceIdsSet = Shapes::ListShape.new(name: 'InstanceIdsSet')
         
     | 
| 
         @@ -1482,6 +1514,8 @@ module Aws::EC2 
     | 
|
| 
       1482 
1514 
     | 
    
         
             
                ModifyInstanceCreditSpecificationResult = Shapes::StructureShape.new(name: 'ModifyInstanceCreditSpecificationResult')
         
     | 
| 
       1483 
1515 
     | 
    
         
             
                ModifyInstanceEventStartTimeRequest = Shapes::StructureShape.new(name: 'ModifyInstanceEventStartTimeRequest')
         
     | 
| 
       1484 
1516 
     | 
    
         
             
                ModifyInstanceEventStartTimeResult = Shapes::StructureShape.new(name: 'ModifyInstanceEventStartTimeResult')
         
     | 
| 
      
 1517 
     | 
    
         
            +
                ModifyInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'ModifyInstanceEventWindowRequest')
         
     | 
| 
      
 1518 
     | 
    
         
            +
                ModifyInstanceEventWindowResult = Shapes::StructureShape.new(name: 'ModifyInstanceEventWindowResult')
         
     | 
| 
       1485 
1519 
     | 
    
         
             
                ModifyInstanceMetadataOptionsRequest = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataOptionsRequest')
         
     | 
| 
       1486 
1520 
     | 
    
         
             
                ModifyInstanceMetadataOptionsResult = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataOptionsResult')
         
     | 
| 
       1487 
1521 
     | 
    
         
             
                ModifyInstancePlacementRequest = Shapes::StructureShape.new(name: 'ModifyInstancePlacementRequest')
         
     | 
| 
         @@ -1493,6 +1527,8 @@ module Aws::EC2 
     | 
|
| 
       1493 
1527 
     | 
    
         
             
                ModifyNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyNetworkInterfaceAttributeRequest')
         
     | 
| 
       1494 
1528 
     | 
    
         
             
                ModifyReservedInstancesRequest = Shapes::StructureShape.new(name: 'ModifyReservedInstancesRequest')
         
     | 
| 
       1495 
1529 
     | 
    
         
             
                ModifyReservedInstancesResult = Shapes::StructureShape.new(name: 'ModifyReservedInstancesResult')
         
     | 
| 
      
 1530 
     | 
    
         
            +
                ModifySecurityGroupRulesRequest = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesRequest')
         
     | 
| 
      
 1531 
     | 
    
         
            +
                ModifySecurityGroupRulesResult = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesResult')
         
     | 
| 
       1496 
1532 
     | 
    
         
             
                ModifySnapshotAttributeRequest = Shapes::StructureShape.new(name: 'ModifySnapshotAttributeRequest')
         
     | 
| 
       1497 
1533 
     | 
    
         
             
                ModifySpotFleetRequestRequest = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestRequest')
         
     | 
| 
       1498 
1534 
     | 
    
         
             
                ModifySpotFleetRequestResponse = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestResponse')
         
     | 
| 
         @@ -1735,6 +1771,7 @@ module Aws::EC2 
     | 
|
| 
       1735 
1771 
     | 
    
         
             
                RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
         
     | 
| 
       1736 
1772 
     | 
    
         
             
                RecurringChargeFrequency = Shapes::StringShape.new(name: 'RecurringChargeFrequency')
         
     | 
| 
       1737 
1773 
     | 
    
         
             
                RecurringChargesList = Shapes::ListShape.new(name: 'RecurringChargesList')
         
     | 
| 
      
 1774 
     | 
    
         
            +
                ReferencedSecurityGroup = Shapes::StructureShape.new(name: 'ReferencedSecurityGroup')
         
     | 
| 
       1738 
1775 
     | 
    
         
             
                Region = Shapes::StructureShape.new(name: 'Region')
         
     | 
| 
       1739 
1776 
     | 
    
         
             
                RegionList = Shapes::ListShape.new(name: 'RegionList')
         
     | 
| 
       1740 
1777 
     | 
    
         
             
                RegionNameStringList = Shapes::ListShape.new(name: 'RegionNameStringList')
         
     | 
| 
         @@ -1847,6 +1884,7 @@ module Aws::EC2 
     | 
|
| 
       1847 
1884 
     | 
    
         
             
                RestoreAddressToClassicResult = Shapes::StructureShape.new(name: 'RestoreAddressToClassicResult')
         
     | 
| 
       1848 
1885 
     | 
    
         
             
                RestoreManagedPrefixListVersionRequest = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionRequest')
         
     | 
| 
       1849 
1886 
     | 
    
         
             
                RestoreManagedPrefixListVersionResult = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionResult')
         
     | 
| 
      
 1887 
     | 
    
         
            +
                ResultRange = Shapes::IntegerShape.new(name: 'ResultRange')
         
     | 
| 
       1850 
1888 
     | 
    
         
             
                RevokeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressRequest')
         
     | 
| 
       1851 
1889 
     | 
    
         
             
                RevokeClientVpnIngressResult = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressResult')
         
     | 
| 
       1852 
1890 
     | 
    
         
             
                RevokeSecurityGroupEgressRequest = Shapes::StructureShape.new(name: 'RevokeSecurityGroupEgressRequest')
         
     | 
| 
         @@ -1912,6 +1950,15 @@ module Aws::EC2 
     | 
|
| 
       1912 
1950 
     | 
    
         
             
                SecurityGroupName = Shapes::StringShape.new(name: 'SecurityGroupName')
         
     | 
| 
       1913 
1951 
     | 
    
         
             
                SecurityGroupReference = Shapes::StructureShape.new(name: 'SecurityGroupReference')
         
     | 
| 
       1914 
1952 
     | 
    
         
             
                SecurityGroupReferences = Shapes::ListShape.new(name: 'SecurityGroupReferences')
         
     | 
| 
      
 1953 
     | 
    
         
            +
                SecurityGroupRule = Shapes::StructureShape.new(name: 'SecurityGroupRule')
         
     | 
| 
      
 1954 
     | 
    
         
            +
                SecurityGroupRuleDescription = Shapes::StructureShape.new(name: 'SecurityGroupRuleDescription')
         
     | 
| 
      
 1955 
     | 
    
         
            +
                SecurityGroupRuleDescriptionList = Shapes::ListShape.new(name: 'SecurityGroupRuleDescriptionList')
         
     | 
| 
      
 1956 
     | 
    
         
            +
                SecurityGroupRuleId = Shapes::StringShape.new(name: 'SecurityGroupRuleId')
         
     | 
| 
      
 1957 
     | 
    
         
            +
                SecurityGroupRuleIdList = Shapes::ListShape.new(name: 'SecurityGroupRuleIdList')
         
     | 
| 
      
 1958 
     | 
    
         
            +
                SecurityGroupRuleList = Shapes::ListShape.new(name: 'SecurityGroupRuleList')
         
     | 
| 
      
 1959 
     | 
    
         
            +
                SecurityGroupRuleRequest = Shapes::StructureShape.new(name: 'SecurityGroupRuleRequest')
         
     | 
| 
      
 1960 
     | 
    
         
            +
                SecurityGroupRuleUpdate = Shapes::StructureShape.new(name: 'SecurityGroupRuleUpdate')
         
     | 
| 
      
 1961 
     | 
    
         
            +
                SecurityGroupRuleUpdateList = Shapes::ListShape.new(name: 'SecurityGroupRuleUpdateList')
         
     | 
| 
       1915 
1962 
     | 
    
         
             
                SecurityGroupStringList = Shapes::ListShape.new(name: 'SecurityGroupStringList')
         
     | 
| 
       1916 
1963 
     | 
    
         
             
                SelfServicePortal = Shapes::StringShape.new(name: 'SelfServicePortal')
         
     | 
| 
       1917 
1964 
     | 
    
         
             
                SendDiagnosticInterruptRequest = Shapes::StructureShape.new(name: 'SendDiagnosticInterruptRequest')
         
     | 
| 
         @@ -2274,6 +2321,7 @@ module Aws::EC2 
     | 
|
| 
       2274 
2321 
     | 
    
         
             
                VpnStaticRouteSource = Shapes::StringShape.new(name: 'VpnStaticRouteSource')
         
     | 
| 
       2275 
2322 
     | 
    
         
             
                VpnTunnelOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelOptionsSpecification')
         
     | 
| 
       2276 
2323 
     | 
    
         
             
                VpnTunnelOptionsSpecificationsList = Shapes::ListShape.new(name: 'VpnTunnelOptionsSpecificationsList')
         
     | 
| 
      
 2324 
     | 
    
         
            +
                WeekDay = Shapes::StringShape.new(name: 'WeekDay')
         
     | 
| 
       2277 
2325 
     | 
    
         
             
                WithdrawByoipCidrRequest = Shapes::StructureShape.new(name: 'WithdrawByoipCidrRequest')
         
     | 
| 
       2278 
2326 
     | 
    
         
             
                WithdrawByoipCidrResult = Shapes::StructureShape.new(name: 'WithdrawByoipCidrResult')
         
     | 
| 
       2279 
2327 
     | 
    
         
             
                ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
         
     | 
| 
         @@ -2568,6 +2616,14 @@ module Aws::EC2 
     | 
|
| 
       2568 
2616 
     | 
    
         
             
                AssociateIamInstanceProfileResult.add_member(:iam_instance_profile_association, Shapes::ShapeRef.new(shape: IamInstanceProfileAssociation, location_name: "iamInstanceProfileAssociation"))
         
     | 
| 
       2569 
2617 
     | 
    
         
             
                AssociateIamInstanceProfileResult.struct_class = Types::AssociateIamInstanceProfileResult
         
     | 
| 
       2570 
2618 
     | 
    
         | 
| 
      
 2619 
     | 
    
         
            +
                AssociateInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
      
 2620 
     | 
    
         
            +
                AssociateInstanceEventWindowRequest.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, required: true, location_name: "InstanceEventWindowId"))
         
     | 
| 
      
 2621 
     | 
    
         
            +
                AssociateInstanceEventWindowRequest.add_member(:association_target, Shapes::ShapeRef.new(shape: InstanceEventWindowAssociationRequest, required: true, location_name: "AssociationTarget"))
         
     | 
| 
      
 2622 
     | 
    
         
            +
                AssociateInstanceEventWindowRequest.struct_class = Types::AssociateInstanceEventWindowRequest
         
     | 
| 
      
 2623 
     | 
    
         
            +
             
     | 
| 
      
 2624 
     | 
    
         
            +
                AssociateInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
         
     | 
| 
      
 2625 
     | 
    
         
            +
                AssociateInstanceEventWindowResult.struct_class = Types::AssociateInstanceEventWindowResult
         
     | 
| 
      
 2626 
     | 
    
         
            +
             
     | 
| 
       2571 
2627 
     | 
    
         
             
                AssociateRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
         
     | 
| 
       2572 
2628 
     | 
    
         
             
                AssociateRouteTableRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
         
     | 
| 
       2573 
2629 
     | 
    
         
             
                AssociateRouteTableRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
         
     | 
| 
         @@ -2726,6 +2782,7 @@ module Aws::EC2 
     | 
|
| 
       2726 
2782 
     | 
    
         
             
                AuthorizeSecurityGroupEgressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
         
     | 
| 
       2727 
2783 
     | 
    
         
             
                AuthorizeSecurityGroupEgressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, required: true, location_name: "groupId"))
         
     | 
| 
       2728 
2784 
     | 
    
         
             
                AuthorizeSecurityGroupEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "ipPermissions"))
         
     | 
| 
      
 2785 
     | 
    
         
            +
                AuthorizeSecurityGroupEgressRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
         
     | 
| 
       2729 
2786 
     | 
    
         
             
                AuthorizeSecurityGroupEgressRequest.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: String, location_name: "cidrIp"))
         
     | 
| 
       2730 
2787 
     | 
    
         
             
                AuthorizeSecurityGroupEgressRequest.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "fromPort"))
         
     | 
| 
       2731 
2788 
     | 
    
         
             
                AuthorizeSecurityGroupEgressRequest.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "ipProtocol"))
         
     | 
| 
         @@ -2734,6 +2791,10 @@ module Aws::EC2 
     | 
|
| 
       2734 
2791 
     | 
    
         
             
                AuthorizeSecurityGroupEgressRequest.add_member(:source_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceSecurityGroupOwnerId"))
         
     | 
| 
       2735 
2792 
     | 
    
         
             
                AuthorizeSecurityGroupEgressRequest.struct_class = Types::AuthorizeSecurityGroupEgressRequest
         
     | 
| 
       2736 
2793 
     | 
    
         | 
| 
      
 2794 
     | 
    
         
            +
                AuthorizeSecurityGroupEgressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
         
     | 
| 
      
 2795 
     | 
    
         
            +
                AuthorizeSecurityGroupEgressResult.add_member(:security_group_rules, Shapes::ShapeRef.new(shape: SecurityGroupRuleList, location_name: "securityGroupRuleSet"))
         
     | 
| 
      
 2796 
     | 
    
         
            +
                AuthorizeSecurityGroupEgressResult.struct_class = Types::AuthorizeSecurityGroupEgressResult
         
     | 
| 
      
 2797 
     | 
    
         
            +
             
     | 
| 
       2737 
2798 
     | 
    
         
             
                AuthorizeSecurityGroupIngressRequest.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: String, location_name: "CidrIp"))
         
     | 
| 
       2738 
2799 
     | 
    
         
             
                AuthorizeSecurityGroupIngressRequest.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "FromPort"))
         
     | 
| 
       2739 
2800 
     | 
    
         
             
                AuthorizeSecurityGroupIngressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "GroupId"))
         
     | 
| 
         @@ -2744,8 +2805,13 @@ module Aws::EC2 
     | 
|
| 
       2744 
2805 
     | 
    
         
             
                AuthorizeSecurityGroupIngressRequest.add_member(:source_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceSecurityGroupOwnerId"))
         
     | 
| 
       2745 
2806 
     | 
    
         
             
                AuthorizeSecurityGroupIngressRequest.add_member(:to_port, Shapes::ShapeRef.new(shape: Integer, location_name: "ToPort"))
         
     | 
| 
       2746 
2807 
     | 
    
         
             
                AuthorizeSecurityGroupIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
         
     | 
| 
      
 2808 
     | 
    
         
            +
                AuthorizeSecurityGroupIngressRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
         
     | 
| 
       2747 
2809 
     | 
    
         
             
                AuthorizeSecurityGroupIngressRequest.struct_class = Types::AuthorizeSecurityGroupIngressRequest
         
     | 
| 
       2748 
2810 
     | 
    
         | 
| 
      
 2811 
     | 
    
         
            +
                AuthorizeSecurityGroupIngressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
         
     | 
| 
      
 2812 
     | 
    
         
            +
                AuthorizeSecurityGroupIngressResult.add_member(:security_group_rules, Shapes::ShapeRef.new(shape: SecurityGroupRuleList, location_name: "securityGroupRuleSet"))
         
     | 
| 
      
 2813 
     | 
    
         
            +
                AuthorizeSecurityGroupIngressResult.struct_class = Types::AuthorizeSecurityGroupIngressResult
         
     | 
| 
      
 2814 
     | 
    
         
            +
             
     | 
| 
       2749 
2815 
     | 
    
         
             
                AvailabilityZone.add_member(:state, Shapes::ShapeRef.new(shape: AvailabilityZoneState, location_name: "zoneState"))
         
     | 
| 
       2750 
2816 
     | 
    
         
             
                AvailabilityZone.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: AvailabilityZoneOptInStatus, location_name: "optInStatus"))
         
     | 
| 
       2751 
2817 
     | 
    
         
             
                AvailabilityZone.add_member(:messages, Shapes::ShapeRef.new(shape: AvailabilityZoneMessageList, location_name: "messageSet"))
         
     | 
| 
         @@ -3416,6 +3482,16 @@ module Aws::EC2 
     | 
|
| 
       3416 
3482 
     | 
    
         
             
                CreateImageResult.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
         
     | 
| 
       3417 
3483 
     | 
    
         
             
                CreateImageResult.struct_class = Types::CreateImageResult
         
     | 
| 
       3418 
3484 
     | 
    
         | 
| 
      
 3485 
     | 
    
         
            +
                CreateInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
      
 3486 
     | 
    
         
            +
                CreateInstanceEventWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
         
     | 
| 
      
 3487 
     | 
    
         
            +
                CreateInstanceEventWindowRequest.add_member(:time_ranges, Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRangeRequestSet, location_name: "TimeRange"))
         
     | 
| 
      
 3488 
     | 
    
         
            +
                CreateInstanceEventWindowRequest.add_member(:cron_expression, Shapes::ShapeRef.new(shape: InstanceEventWindowCronExpression, location_name: "CronExpression"))
         
     | 
| 
      
 3489 
     | 
    
         
            +
                CreateInstanceEventWindowRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
         
     | 
| 
      
 3490 
     | 
    
         
            +
                CreateInstanceEventWindowRequest.struct_class = Types::CreateInstanceEventWindowRequest
         
     | 
| 
      
 3491 
     | 
    
         
            +
             
     | 
| 
      
 3492 
     | 
    
         
            +
                CreateInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
         
     | 
| 
      
 3493 
     | 
    
         
            +
                CreateInstanceEventWindowResult.struct_class = Types::CreateInstanceEventWindowResult
         
     | 
| 
      
 3494 
     | 
    
         
            +
             
     | 
| 
       3419 
3495 
     | 
    
         
             
                CreateInstanceExportTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
         
     | 
| 
       3420 
3496 
     | 
    
         
             
                CreateInstanceExportTaskRequest.add_member(:export_to_s3_task, Shapes::ShapeRef.new(shape: ExportToS3TaskSpecification, required: true, location_name: "exportToS3"))
         
     | 
| 
       3421 
3497 
     | 
    
         
             
                CreateInstanceExportTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
         
     | 
| 
         @@ -3878,6 +3954,7 @@ module Aws::EC2 
     | 
|
| 
       3878 
3954 
     | 
    
         
             
                CreateVolumeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
         
     | 
| 
       3879 
3955 
     | 
    
         
             
                CreateVolumeRequest.add_member(:multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAttachEnabled"))
         
     | 
| 
       3880 
3956 
     | 
    
         
             
                CreateVolumeRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
         
     | 
| 
      
 3957 
     | 
    
         
            +
                CreateVolumeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
         
     | 
| 
       3881 
3958 
     | 
    
         
             
                CreateVolumeRequest.struct_class = Types::CreateVolumeRequest
         
     | 
| 
       3882 
3959 
     | 
    
         | 
| 
       3883 
3960 
     | 
    
         
             
                CreateVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
         @@ -3992,6 +4069,8 @@ module Aws::EC2 
     | 
|
| 
       3992 
4069 
     | 
    
         | 
| 
       3993 
4070 
     | 
    
         
             
                CustomerGatewayList.member = Shapes::ShapeRef.new(shape: CustomerGateway, location_name: "item")
         
     | 
| 
       3994 
4071 
     | 
    
         | 
| 
      
 4072 
     | 
    
         
            +
                DedicatedHostIdList.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
         
     | 
| 
      
 4073 
     | 
    
         
            +
             
     | 
| 
       3995 
4074 
     | 
    
         
             
                DeleteCarrierGatewayRequest.add_member(:carrier_gateway_id, Shapes::ShapeRef.new(shape: CarrierGatewayId, required: true, location_name: "CarrierGatewayId"))
         
     | 
| 
       3996 
4075 
     | 
    
         
             
                DeleteCarrierGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
       3997 
4076 
     | 
    
         
             
                DeleteCarrierGatewayRequest.struct_class = Types::DeleteCarrierGatewayRequest
         
     | 
| 
         @@ -4070,6 +4149,14 @@ module Aws::EC2 
     | 
|
| 
       4070 
4149 
     | 
    
         
             
                DeleteFpgaImageResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
         
     | 
| 
       4071 
4150 
     | 
    
         
             
                DeleteFpgaImageResult.struct_class = Types::DeleteFpgaImageResult
         
     | 
| 
       4072 
4151 
     | 
    
         | 
| 
      
 4152 
     | 
    
         
            +
                DeleteInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
      
 4153 
     | 
    
         
            +
                DeleteInstanceEventWindowRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: Boolean, location_name: "ForceDelete"))
         
     | 
| 
      
 4154 
     | 
    
         
            +
                DeleteInstanceEventWindowRequest.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, required: true, location_name: "InstanceEventWindowId"))
         
     | 
| 
      
 4155 
     | 
    
         
            +
                DeleteInstanceEventWindowRequest.struct_class = Types::DeleteInstanceEventWindowRequest
         
     | 
| 
      
 4156 
     | 
    
         
            +
             
     | 
| 
      
 4157 
     | 
    
         
            +
                DeleteInstanceEventWindowResult.add_member(:instance_event_window_state, Shapes::ShapeRef.new(shape: InstanceEventWindowStateChange, location_name: "instanceEventWindowState"))
         
     | 
| 
      
 4158 
     | 
    
         
            +
                DeleteInstanceEventWindowResult.struct_class = Types::DeleteInstanceEventWindowResult
         
     | 
| 
      
 4159 
     | 
    
         
            +
             
     | 
| 
       4073 
4160 
     | 
    
         
             
                DeleteInternetGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
         
     | 
| 
       4074 
4161 
     | 
    
         
             
                DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
         
     | 
| 
       4075 
4162 
     | 
    
         
             
                DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
         
     | 
| 
         @@ -4864,6 +4951,17 @@ module Aws::EC2 
     | 
|
| 
       4864 
4951 
     | 
    
         
             
                DescribeInstanceEventNotificationAttributesResult.add_member(:instance_tag_attribute, Shapes::ShapeRef.new(shape: InstanceTagNotificationAttribute, location_name: "instanceTagAttribute"))
         
     | 
| 
       4865 
4952 
     | 
    
         
             
                DescribeInstanceEventNotificationAttributesResult.struct_class = Types::DescribeInstanceEventNotificationAttributesResult
         
     | 
| 
       4866 
4953 
     | 
    
         | 
| 
      
 4954 
     | 
    
         
            +
                DescribeInstanceEventWindowsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
      
 4955 
     | 
    
         
            +
                DescribeInstanceEventWindowsRequest.add_member(:instance_event_window_ids, Shapes::ShapeRef.new(shape: InstanceEventWindowIdSet, location_name: "InstanceEventWindowId"))
         
     | 
| 
      
 4956 
     | 
    
         
            +
                DescribeInstanceEventWindowsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
         
     | 
| 
      
 4957 
     | 
    
         
            +
                DescribeInstanceEventWindowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultRange, location_name: "MaxResults"))
         
     | 
| 
      
 4958 
     | 
    
         
            +
                DescribeInstanceEventWindowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
         
     | 
| 
      
 4959 
     | 
    
         
            +
                DescribeInstanceEventWindowsRequest.struct_class = Types::DescribeInstanceEventWindowsRequest
         
     | 
| 
      
 4960 
     | 
    
         
            +
             
     | 
| 
      
 4961 
     | 
    
         
            +
                DescribeInstanceEventWindowsResult.add_member(:instance_event_windows, Shapes::ShapeRef.new(shape: InstanceEventWindowSet, location_name: "instanceEventWindowSet"))
         
     | 
| 
      
 4962 
     | 
    
         
            +
                DescribeInstanceEventWindowsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
         
     | 
| 
      
 4963 
     | 
    
         
            +
                DescribeInstanceEventWindowsResult.struct_class = Types::DescribeInstanceEventWindowsResult
         
     | 
| 
      
 4964 
     | 
    
         
            +
             
     | 
| 
       4867 
4965 
     | 
    
         
             
                DescribeInstanceStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
         
     | 
| 
       4868 
4966 
     | 
    
         
             
                DescribeInstanceStatusRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, location_name: "InstanceId"))
         
     | 
| 
       4869 
4967 
     | 
    
         
             
                DescribeInstanceStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
         
     | 
| 
         @@ -5287,6 +5385,17 @@ module Aws::EC2 
     | 
|
| 
       5287 
5385 
     | 
    
         
             
                DescribeSecurityGroupReferencesResult.add_member(:security_group_reference_set, Shapes::ShapeRef.new(shape: SecurityGroupReferences, location_name: "securityGroupReferenceSet"))
         
     | 
| 
       5288 
5386 
     | 
    
         
             
                DescribeSecurityGroupReferencesResult.struct_class = Types::DescribeSecurityGroupReferencesResult
         
     | 
| 
       5289 
5387 
     | 
    
         | 
| 
      
 5388 
     | 
    
         
            +
                DescribeSecurityGroupRulesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
         
     | 
| 
      
 5389 
     | 
    
         
            +
                DescribeSecurityGroupRulesRequest.add_member(:security_group_rule_ids, Shapes::ShapeRef.new(shape: SecurityGroupRuleIdList, location_name: "SecurityGroupRuleId"))
         
     | 
| 
      
 5390 
     | 
    
         
            +
                DescribeSecurityGroupRulesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
      
 5391 
     | 
    
         
            +
                DescribeSecurityGroupRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
         
     | 
| 
      
 5392 
     | 
    
         
            +
                DescribeSecurityGroupRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeSecurityGroupRulesMaxResults, location_name: "MaxResults"))
         
     | 
| 
      
 5393 
     | 
    
         
            +
                DescribeSecurityGroupRulesRequest.struct_class = Types::DescribeSecurityGroupRulesRequest
         
     | 
| 
      
 5394 
     | 
    
         
            +
             
     | 
| 
      
 5395 
     | 
    
         
            +
                DescribeSecurityGroupRulesResult.add_member(:security_group_rules, Shapes::ShapeRef.new(shape: SecurityGroupRuleList, location_name: "securityGroupRuleSet"))
         
     | 
| 
      
 5396 
     | 
    
         
            +
                DescribeSecurityGroupRulesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
         
     | 
| 
      
 5397 
     | 
    
         
            +
                DescribeSecurityGroupRulesResult.struct_class = Types::DescribeSecurityGroupRulesResult
         
     | 
| 
      
 5398 
     | 
    
         
            +
             
     | 
| 
       5290 
5399 
     | 
    
         
             
                DescribeSecurityGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
         
     | 
| 
       5291 
5400 
     | 
    
         
             
                DescribeSecurityGroupsRequest.add_member(:group_ids, Shapes::ShapeRef.new(shape: GroupIdStringList, location_name: "GroupId"))
         
     | 
| 
       5292 
5401 
     | 
    
         
             
                DescribeSecurityGroupsRequest.add_member(:group_names, Shapes::ShapeRef.new(shape: GroupNameStringList, location_name: "GroupName"))
         
     | 
| 
         @@ -5905,6 +6014,14 @@ module Aws::EC2 
     | 
|
| 
       5905 
6014 
     | 
    
         
             
                DisassociateIamInstanceProfileResult.add_member(:iam_instance_profile_association, Shapes::ShapeRef.new(shape: IamInstanceProfileAssociation, location_name: "iamInstanceProfileAssociation"))
         
     | 
| 
       5906 
6015 
     | 
    
         
             
                DisassociateIamInstanceProfileResult.struct_class = Types::DisassociateIamInstanceProfileResult
         
     | 
| 
       5907 
6016 
     | 
    
         | 
| 
      
 6017 
     | 
    
         
            +
                DisassociateInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
      
 6018 
     | 
    
         
            +
                DisassociateInstanceEventWindowRequest.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, required: true, location_name: "InstanceEventWindowId"))
         
     | 
| 
      
 6019 
     | 
    
         
            +
                DisassociateInstanceEventWindowRequest.add_member(:association_target, Shapes::ShapeRef.new(shape: InstanceEventWindowDisassociationRequest, required: true, location_name: "AssociationTarget"))
         
     | 
| 
      
 6020 
     | 
    
         
            +
                DisassociateInstanceEventWindowRequest.struct_class = Types::DisassociateInstanceEventWindowRequest
         
     | 
| 
      
 6021 
     | 
    
         
            +
             
     | 
| 
      
 6022 
     | 
    
         
            +
                DisassociateInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
         
     | 
| 
      
 6023 
     | 
    
         
            +
                DisassociateInstanceEventWindowResult.struct_class = Types::DisassociateInstanceEventWindowResult
         
     | 
| 
      
 6024 
     | 
    
         
            +
             
     | 
| 
       5908 
6025 
     | 
    
         
             
                DisassociateRouteTableRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: RouteTableAssociationId, required: true, location_name: "associationId"))
         
     | 
| 
       5909 
6026 
     | 
    
         
             
                DisassociateRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
         
     | 
| 
       5910 
6027 
     | 
    
         
             
                DisassociateRouteTableRequest.struct_class = Types::DisassociateRouteTableRequest
         
     | 
| 
         @@ -7228,6 +7345,54 @@ module Aws::EC2 
     | 
|
| 
       7228 
7345 
     | 
    
         
             
                InstanceCreditSpecificationRequest.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "CpuCredits"))
         
     | 
| 
       7229 
7346 
     | 
    
         
             
                InstanceCreditSpecificationRequest.struct_class = Types::InstanceCreditSpecificationRequest
         
     | 
| 
       7230 
7347 
     | 
    
         | 
| 
      
 7348 
     | 
    
         
            +
                InstanceEventWindow.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, location_name: "instanceEventWindowId"))
         
     | 
| 
      
 7349 
     | 
    
         
            +
                InstanceEventWindow.add_member(:time_ranges, Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRangeList, location_name: "timeRangeSet"))
         
     | 
| 
      
 7350 
     | 
    
         
            +
                InstanceEventWindow.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
         
     | 
| 
      
 7351 
     | 
    
         
            +
                InstanceEventWindow.add_member(:cron_expression, Shapes::ShapeRef.new(shape: InstanceEventWindowCronExpression, location_name: "cronExpression"))
         
     | 
| 
      
 7352 
     | 
    
         
            +
                InstanceEventWindow.add_member(:association_target, Shapes::ShapeRef.new(shape: InstanceEventWindowAssociationTarget, location_name: "associationTarget"))
         
     | 
| 
      
 7353 
     | 
    
         
            +
                InstanceEventWindow.add_member(:state, Shapes::ShapeRef.new(shape: InstanceEventWindowState, location_name: "state"))
         
     | 
| 
      
 7354 
     | 
    
         
            +
                InstanceEventWindow.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
         
     | 
| 
      
 7355 
     | 
    
         
            +
                InstanceEventWindow.struct_class = Types::InstanceEventWindow
         
     | 
| 
      
 7356 
     | 
    
         
            +
             
     | 
| 
      
 7357 
     | 
    
         
            +
                InstanceEventWindowAssociationRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceId"))
         
     | 
| 
      
 7358 
     | 
    
         
            +
                InstanceEventWindowAssociationRequest.add_member(:instance_tags, Shapes::ShapeRef.new(shape: TagList, location_name: "InstanceTag"))
         
     | 
| 
      
 7359 
     | 
    
         
            +
                InstanceEventWindowAssociationRequest.add_member(:dedicated_host_ids, Shapes::ShapeRef.new(shape: DedicatedHostIdList, location_name: "DedicatedHostId"))
         
     | 
| 
      
 7360 
     | 
    
         
            +
                InstanceEventWindowAssociationRequest.struct_class = Types::InstanceEventWindowAssociationRequest
         
     | 
| 
      
 7361 
     | 
    
         
            +
             
     | 
| 
      
 7362 
     | 
    
         
            +
                InstanceEventWindowAssociationTarget.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "instanceIdSet"))
         
     | 
| 
      
 7363 
     | 
    
         
            +
                InstanceEventWindowAssociationTarget.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
         
     | 
| 
      
 7364 
     | 
    
         
            +
                InstanceEventWindowAssociationTarget.add_member(:dedicated_host_ids, Shapes::ShapeRef.new(shape: DedicatedHostIdList, location_name: "dedicatedHostIdSet"))
         
     | 
| 
      
 7365 
     | 
    
         
            +
                InstanceEventWindowAssociationTarget.struct_class = Types::InstanceEventWindowAssociationTarget
         
     | 
| 
      
 7366 
     | 
    
         
            +
             
     | 
| 
      
 7367 
     | 
    
         
            +
                InstanceEventWindowDisassociationRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceId"))
         
     | 
| 
      
 7368 
     | 
    
         
            +
                InstanceEventWindowDisassociationRequest.add_member(:instance_tags, Shapes::ShapeRef.new(shape: TagList, location_name: "InstanceTag"))
         
     | 
| 
      
 7369 
     | 
    
         
            +
                InstanceEventWindowDisassociationRequest.add_member(:dedicated_host_ids, Shapes::ShapeRef.new(shape: DedicatedHostIdList, location_name: "DedicatedHostId"))
         
     | 
| 
      
 7370 
     | 
    
         
            +
                InstanceEventWindowDisassociationRequest.struct_class = Types::InstanceEventWindowDisassociationRequest
         
     | 
| 
      
 7371 
     | 
    
         
            +
             
     | 
| 
      
 7372 
     | 
    
         
            +
                InstanceEventWindowIdSet.member = Shapes::ShapeRef.new(shape: InstanceEventWindowId, location_name: "InstanceEventWindowId")
         
     | 
| 
      
 7373 
     | 
    
         
            +
             
     | 
| 
      
 7374 
     | 
    
         
            +
                InstanceEventWindowSet.member = Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "item")
         
     | 
| 
      
 7375 
     | 
    
         
            +
             
     | 
| 
      
 7376 
     | 
    
         
            +
                InstanceEventWindowStateChange.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, location_name: "instanceEventWindowId"))
         
     | 
| 
      
 7377 
     | 
    
         
            +
                InstanceEventWindowStateChange.add_member(:state, Shapes::ShapeRef.new(shape: InstanceEventWindowState, location_name: "state"))
         
     | 
| 
      
 7378 
     | 
    
         
            +
                InstanceEventWindowStateChange.struct_class = Types::InstanceEventWindowStateChange
         
     | 
| 
      
 7379 
     | 
    
         
            +
             
     | 
| 
      
 7380 
     | 
    
         
            +
                InstanceEventWindowTimeRange.add_member(:start_week_day, Shapes::ShapeRef.new(shape: WeekDay, location_name: "startWeekDay"))
         
     | 
| 
      
 7381 
     | 
    
         
            +
                InstanceEventWindowTimeRange.add_member(:start_hour, Shapes::ShapeRef.new(shape: Hour, location_name: "startHour"))
         
     | 
| 
      
 7382 
     | 
    
         
            +
                InstanceEventWindowTimeRange.add_member(:end_week_day, Shapes::ShapeRef.new(shape: WeekDay, location_name: "endWeekDay"))
         
     | 
| 
      
 7383 
     | 
    
         
            +
                InstanceEventWindowTimeRange.add_member(:end_hour, Shapes::ShapeRef.new(shape: Hour, location_name: "endHour"))
         
     | 
| 
      
 7384 
     | 
    
         
            +
                InstanceEventWindowTimeRange.struct_class = Types::InstanceEventWindowTimeRange
         
     | 
| 
      
 7385 
     | 
    
         
            +
             
     | 
| 
      
 7386 
     | 
    
         
            +
                InstanceEventWindowTimeRangeList.member = Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRange, location_name: "item")
         
     | 
| 
      
 7387 
     | 
    
         
            +
             
     | 
| 
      
 7388 
     | 
    
         
            +
                InstanceEventWindowTimeRangeRequest.add_member(:start_week_day, Shapes::ShapeRef.new(shape: WeekDay, location_name: "StartWeekDay"))
         
     | 
| 
      
 7389 
     | 
    
         
            +
                InstanceEventWindowTimeRangeRequest.add_member(:start_hour, Shapes::ShapeRef.new(shape: Hour, location_name: "StartHour"))
         
     | 
| 
      
 7390 
     | 
    
         
            +
                InstanceEventWindowTimeRangeRequest.add_member(:end_week_day, Shapes::ShapeRef.new(shape: WeekDay, location_name: "EndWeekDay"))
         
     | 
| 
      
 7391 
     | 
    
         
            +
                InstanceEventWindowTimeRangeRequest.add_member(:end_hour, Shapes::ShapeRef.new(shape: Hour, location_name: "EndHour"))
         
     | 
| 
      
 7392 
     | 
    
         
            +
                InstanceEventWindowTimeRangeRequest.struct_class = Types::InstanceEventWindowTimeRangeRequest
         
     | 
| 
      
 7393 
     | 
    
         
            +
             
     | 
| 
      
 7394 
     | 
    
         
            +
                InstanceEventWindowTimeRangeRequestSet.member = Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRangeRequest)
         
     | 
| 
      
 7395 
     | 
    
         
            +
             
     | 
| 
       7231 
7396 
     | 
    
         
             
                InstanceExportDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
         
     | 
| 
       7232 
7397 
     | 
    
         
             
                InstanceExportDetails.add_member(:target_environment, Shapes::ShapeRef.new(shape: ExportEnvironment, location_name: "targetEnvironment"))
         
     | 
| 
       7233 
7398 
     | 
    
         
             
                InstanceExportDetails.struct_class = Types::InstanceExportDetails
         
     | 
| 
         @@ -7236,6 +7401,8 @@ module Aws::EC2 
     | 
|
| 
       7236 
7401 
     | 
    
         
             
                InstanceFamilyCreditSpecification.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "cpuCredits"))
         
     | 
| 
       7237 
7402 
     | 
    
         
             
                InstanceFamilyCreditSpecification.struct_class = Types::InstanceFamilyCreditSpecification
         
     | 
| 
       7238 
7403 
     | 
    
         | 
| 
      
 7404 
     | 
    
         
            +
                InstanceIdList.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "item")
         
     | 
| 
      
 7405 
     | 
    
         
            +
             
     | 
| 
       7239 
7406 
     | 
    
         
             
                InstanceIdSet.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "item")
         
     | 
| 
       7240 
7407 
     | 
    
         | 
| 
       7241 
7408 
     | 
    
         
             
                InstanceIdStringList.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId")
         
     | 
| 
         @@ -8110,6 +8277,16 @@ module Aws::EC2 
     | 
|
| 
       8110 
8277 
     | 
    
         
             
                ModifyInstanceEventStartTimeResult.add_member(:event, Shapes::ShapeRef.new(shape: InstanceStatusEvent, location_name: "event"))
         
     | 
| 
       8111 
8278 
     | 
    
         
             
                ModifyInstanceEventStartTimeResult.struct_class = Types::ModifyInstanceEventStartTimeResult
         
     | 
| 
       8112 
8279 
     | 
    
         | 
| 
      
 8280 
     | 
    
         
            +
                ModifyInstanceEventWindowRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
      
 8281 
     | 
    
         
            +
                ModifyInstanceEventWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
         
     | 
| 
      
 8282 
     | 
    
         
            +
                ModifyInstanceEventWindowRequest.add_member(:instance_event_window_id, Shapes::ShapeRef.new(shape: InstanceEventWindowId, required: true, location_name: "InstanceEventWindowId"))
         
     | 
| 
      
 8283 
     | 
    
         
            +
                ModifyInstanceEventWindowRequest.add_member(:time_ranges, Shapes::ShapeRef.new(shape: InstanceEventWindowTimeRangeRequestSet, location_name: "TimeRange"))
         
     | 
| 
      
 8284 
     | 
    
         
            +
                ModifyInstanceEventWindowRequest.add_member(:cron_expression, Shapes::ShapeRef.new(shape: InstanceEventWindowCronExpression, location_name: "CronExpression"))
         
     | 
| 
      
 8285 
     | 
    
         
            +
                ModifyInstanceEventWindowRequest.struct_class = Types::ModifyInstanceEventWindowRequest
         
     | 
| 
      
 8286 
     | 
    
         
            +
             
     | 
| 
      
 8287 
     | 
    
         
            +
                ModifyInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
         
     | 
| 
      
 8288 
     | 
    
         
            +
                ModifyInstanceEventWindowResult.struct_class = Types::ModifyInstanceEventWindowResult
         
     | 
| 
      
 8289 
     | 
    
         
            +
             
     | 
| 
       8113 
8290 
     | 
    
         
             
                ModifyInstanceMetadataOptionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         
     | 
| 
       8114 
8291 
     | 
    
         
             
                ModifyInstanceMetadataOptionsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokensState, location_name: "HttpTokens"))
         
     | 
| 
       8115 
8292 
     | 
    
         
             
                ModifyInstanceMetadataOptionsRequest.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "HttpPutResponseHopLimit"))
         
     | 
| 
         @@ -8170,6 +8347,14 @@ module Aws::EC2 
     | 
|
| 
       8170 
8347 
     | 
    
         
             
                ModifyReservedInstancesResult.add_member(:reserved_instances_modification_id, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesModificationId"))
         
     | 
| 
       8171 
8348 
     | 
    
         
             
                ModifyReservedInstancesResult.struct_class = Types::ModifyReservedInstancesResult
         
     | 
| 
       8172 
8349 
     | 
    
         | 
| 
      
 8350 
     | 
    
         
            +
                ModifySecurityGroupRulesRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, required: true, location_name: "GroupId"))
         
     | 
| 
      
 8351 
     | 
    
         
            +
                ModifySecurityGroupRulesRequest.add_member(:security_group_rules, Shapes::ShapeRef.new(shape: SecurityGroupRuleUpdateList, required: true, location_name: "SecurityGroupRule"))
         
     | 
| 
      
 8352 
     | 
    
         
            +
                ModifySecurityGroupRulesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
      
 8353 
     | 
    
         
            +
                ModifySecurityGroupRulesRequest.struct_class = Types::ModifySecurityGroupRulesRequest
         
     | 
| 
      
 8354 
     | 
    
         
            +
             
     | 
| 
      
 8355 
     | 
    
         
            +
                ModifySecurityGroupRulesResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
         
     | 
| 
      
 8356 
     | 
    
         
            +
                ModifySecurityGroupRulesResult.struct_class = Types::ModifySecurityGroupRulesResult
         
     | 
| 
      
 8357 
     | 
    
         
            +
             
     | 
| 
       8173 
8358 
     | 
    
         
             
                ModifySnapshotAttributeRequest.add_member(:attribute, Shapes::ShapeRef.new(shape: SnapshotAttributeName, location_name: "Attribute"))
         
     | 
| 
       8174 
8359 
     | 
    
         
             
                ModifySnapshotAttributeRequest.add_member(:create_volume_permission, Shapes::ShapeRef.new(shape: CreateVolumePermissionModifications, location_name: "CreateVolumePermission"))
         
     | 
| 
       8175 
8360 
     | 
    
         
             
                ModifySnapshotAttributeRequest.add_member(:group_names, Shapes::ShapeRef.new(shape: GroupNameStringList, location_name: "UserGroup"))
         
     | 
| 
         @@ -9023,6 +9208,13 @@ module Aws::EC2 
     | 
|
| 
       9023 
9208 
     | 
    
         | 
| 
       9024 
9209 
     | 
    
         
             
                RecurringChargesList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "item")
         
     | 
| 
       9025 
9210 
     | 
    
         | 
| 
      
 9211 
     | 
    
         
            +
                ReferencedSecurityGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
         
     | 
| 
      
 9212 
     | 
    
         
            +
                ReferencedSecurityGroup.add_member(:peering_status, Shapes::ShapeRef.new(shape: String, location_name: "peeringStatus"))
         
     | 
| 
      
 9213 
     | 
    
         
            +
                ReferencedSecurityGroup.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
         
     | 
| 
      
 9214 
     | 
    
         
            +
                ReferencedSecurityGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
         
     | 
| 
      
 9215 
     | 
    
         
            +
                ReferencedSecurityGroup.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
         
     | 
| 
      
 9216 
     | 
    
         
            +
                ReferencedSecurityGroup.struct_class = Types::ReferencedSecurityGroup
         
     | 
| 
      
 9217 
     | 
    
         
            +
             
     | 
| 
       9026 
9218 
     | 
    
         
             
                Region.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "regionEndpoint"))
         
     | 
| 
       9027 
9219 
     | 
    
         
             
                Region.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
         
     | 
| 
       9028 
9220 
     | 
    
         
             
                Region.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: String, location_name: "optInStatus"))
         
     | 
| 
         @@ -9538,6 +9730,7 @@ module Aws::EC2 
     | 
|
| 
       9538 
9730 
     | 
    
         
             
                RevokeSecurityGroupEgressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
         
     | 
| 
       9539 
9731 
     | 
    
         
             
                RevokeSecurityGroupEgressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, required: true, location_name: "groupId"))
         
     | 
| 
       9540 
9732 
     | 
    
         
             
                RevokeSecurityGroupEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "ipPermissions"))
         
     | 
| 
      
 9733 
     | 
    
         
            +
                RevokeSecurityGroupEgressRequest.add_member(:security_group_rule_ids, Shapes::ShapeRef.new(shape: SecurityGroupRuleIdList, location_name: "SecurityGroupRuleId"))
         
     | 
| 
       9541 
9734 
     | 
    
         
             
                RevokeSecurityGroupEgressRequest.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: String, location_name: "cidrIp"))
         
     | 
| 
       9542 
9735 
     | 
    
         
             
                RevokeSecurityGroupEgressRequest.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "fromPort"))
         
     | 
| 
       9543 
9736 
     | 
    
         
             
                RevokeSecurityGroupEgressRequest.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "ipProtocol"))
         
     | 
| 
         @@ -9560,6 +9753,7 @@ module Aws::EC2 
     | 
|
| 
       9560 
9753 
     | 
    
         
             
                RevokeSecurityGroupIngressRequest.add_member(:source_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceSecurityGroupOwnerId"))
         
     | 
| 
       9561 
9754 
     | 
    
         
             
                RevokeSecurityGroupIngressRequest.add_member(:to_port, Shapes::ShapeRef.new(shape: Integer, location_name: "ToPort"))
         
     | 
| 
       9562 
9755 
     | 
    
         
             
                RevokeSecurityGroupIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
         
     | 
| 
      
 9756 
     | 
    
         
            +
                RevokeSecurityGroupIngressRequest.add_member(:security_group_rule_ids, Shapes::ShapeRef.new(shape: SecurityGroupRuleIdList, location_name: "SecurityGroupRuleId"))
         
     | 
| 
       9563 
9757 
     | 
    
         
             
                RevokeSecurityGroupIngressRequest.struct_class = Types::RevokeSecurityGroupIngressRequest
         
     | 
| 
       9564 
9758 
     | 
    
         | 
| 
       9565 
9759 
     | 
    
         
             
                RevokeSecurityGroupIngressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
         
     | 
| 
         @@ -9858,6 +10052,47 @@ module Aws::EC2 
     | 
|
| 
       9858 
10052 
     | 
    
         | 
| 
       9859 
10053 
     | 
    
         
             
                SecurityGroupReferences.member = Shapes::ShapeRef.new(shape: SecurityGroupReference, location_name: "item")
         
     | 
| 
       9860 
10054 
     | 
    
         | 
| 
      
 10055 
     | 
    
         
            +
                SecurityGroupRule.add_member(:security_group_rule_id, Shapes::ShapeRef.new(shape: SecurityGroupRuleId, location_name: "securityGroupRuleId"))
         
     | 
| 
      
 10056 
     | 
    
         
            +
                SecurityGroupRule.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "groupId"))
         
     | 
| 
      
 10057 
     | 
    
         
            +
                SecurityGroupRule.add_member(:group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "groupOwnerId"))
         
     | 
| 
      
 10058 
     | 
    
         
            +
                SecurityGroupRule.add_member(:is_egress, Shapes::ShapeRef.new(shape: Boolean, location_name: "isEgress"))
         
     | 
| 
      
 10059 
     | 
    
         
            +
                SecurityGroupRule.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "ipProtocol"))
         
     | 
| 
      
 10060 
     | 
    
         
            +
                SecurityGroupRule.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "fromPort"))
         
     | 
| 
      
 10061 
     | 
    
         
            +
                SecurityGroupRule.add_member(:to_port, Shapes::ShapeRef.new(shape: Integer, location_name: "toPort"))
         
     | 
| 
      
 10062 
     | 
    
         
            +
                SecurityGroupRule.add_member(:cidr_ipv_4, Shapes::ShapeRef.new(shape: String, location_name: "cidrIpv4"))
         
     | 
| 
      
 10063 
     | 
    
         
            +
                SecurityGroupRule.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: String, location_name: "cidrIpv6"))
         
     | 
| 
      
 10064 
     | 
    
         
            +
                SecurityGroupRule.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "prefixListId"))
         
     | 
| 
      
 10065 
     | 
    
         
            +
                SecurityGroupRule.add_member(:referenced_group_info, Shapes::ShapeRef.new(shape: ReferencedSecurityGroup, location_name: "referencedGroupInfo"))
         
     | 
| 
      
 10066 
     | 
    
         
            +
                SecurityGroupRule.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
         
     | 
| 
      
 10067 
     | 
    
         
            +
                SecurityGroupRule.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
         
     | 
| 
      
 10068 
     | 
    
         
            +
                SecurityGroupRule.struct_class = Types::SecurityGroupRule
         
     | 
| 
      
 10069 
     | 
    
         
            +
             
     | 
| 
      
 10070 
     | 
    
         
            +
                SecurityGroupRuleDescription.add_member(:security_group_rule_id, Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroupRuleId"))
         
     | 
| 
      
 10071 
     | 
    
         
            +
                SecurityGroupRuleDescription.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
         
     | 
| 
      
 10072 
     | 
    
         
            +
                SecurityGroupRuleDescription.struct_class = Types::SecurityGroupRuleDescription
         
     | 
| 
      
 10073 
     | 
    
         
            +
             
     | 
| 
      
 10074 
     | 
    
         
            +
                SecurityGroupRuleDescriptionList.member = Shapes::ShapeRef.new(shape: SecurityGroupRuleDescription, location_name: "item")
         
     | 
| 
      
 10075 
     | 
    
         
            +
             
     | 
| 
      
 10076 
     | 
    
         
            +
                SecurityGroupRuleIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
         
     | 
| 
      
 10077 
     | 
    
         
            +
             
     | 
| 
      
 10078 
     | 
    
         
            +
                SecurityGroupRuleList.member = Shapes::ShapeRef.new(shape: SecurityGroupRule, location_name: "item")
         
     | 
| 
      
 10079 
     | 
    
         
            +
             
     | 
| 
      
 10080 
     | 
    
         
            +
                SecurityGroupRuleRequest.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "IpProtocol"))
         
     | 
| 
      
 10081 
     | 
    
         
            +
                SecurityGroupRuleRequest.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "FromPort"))
         
     | 
| 
      
 10082 
     | 
    
         
            +
                SecurityGroupRuleRequest.add_member(:to_port, Shapes::ShapeRef.new(shape: Integer, location_name: "ToPort"))
         
     | 
| 
      
 10083 
     | 
    
         
            +
                SecurityGroupRuleRequest.add_member(:cidr_ipv_4, Shapes::ShapeRef.new(shape: String, location_name: "CidrIpv4"))
         
     | 
| 
      
 10084 
     | 
    
         
            +
                SecurityGroupRuleRequest.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: String, location_name: "CidrIpv6"))
         
     | 
| 
      
 10085 
     | 
    
         
            +
                SecurityGroupRuleRequest.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "PrefixListId"))
         
     | 
| 
      
 10086 
     | 
    
         
            +
                SecurityGroupRuleRequest.add_member(:referenced_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "ReferencedGroupId"))
         
     | 
| 
      
 10087 
     | 
    
         
            +
                SecurityGroupRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
         
     | 
| 
      
 10088 
     | 
    
         
            +
                SecurityGroupRuleRequest.struct_class = Types::SecurityGroupRuleRequest
         
     | 
| 
      
 10089 
     | 
    
         
            +
             
     | 
| 
      
 10090 
     | 
    
         
            +
                SecurityGroupRuleUpdate.add_member(:security_group_rule_id, Shapes::ShapeRef.new(shape: SecurityGroupRuleId, location_name: "SecurityGroupRuleId"))
         
     | 
| 
      
 10091 
     | 
    
         
            +
                SecurityGroupRuleUpdate.add_member(:security_group_rule, Shapes::ShapeRef.new(shape: SecurityGroupRuleRequest, location_name: "SecurityGroupRule"))
         
     | 
| 
      
 10092 
     | 
    
         
            +
                SecurityGroupRuleUpdate.struct_class = Types::SecurityGroupRuleUpdate
         
     | 
| 
      
 10093 
     | 
    
         
            +
             
     | 
| 
      
 10094 
     | 
    
         
            +
                SecurityGroupRuleUpdateList.member = Shapes::ShapeRef.new(shape: SecurityGroupRuleUpdate, location_name: "item")
         
     | 
| 
      
 10095 
     | 
    
         
            +
             
     | 
| 
       9861 
10096 
     | 
    
         
             
                SecurityGroupStringList.member = Shapes::ShapeRef.new(shape: SecurityGroupName, location_name: "SecurityGroup")
         
     | 
| 
       9862 
10097 
     | 
    
         | 
| 
       9863 
10098 
     | 
    
         
             
                SendDiagnosticInterruptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         
     | 
| 
         @@ -10794,7 +11029,8 @@ module Aws::EC2 
     | 
|
| 
       10794 
11029 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
       10795 
11030 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "GroupId"))
         
     | 
| 
       10796 
11031 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: SecurityGroupName, location_name: "GroupName"))
         
     | 
| 
       10797 
     | 
    
         
            -
                UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList,  
     | 
| 
      
 11032 
     | 
    
         
            +
                UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "IpPermissions"))
         
     | 
| 
      
 11033 
     | 
    
         
            +
                UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:security_group_rule_descriptions, Shapes::ShapeRef.new(shape: SecurityGroupRuleDescriptionList, location_name: "SecurityGroupRuleDescription"))
         
     | 
| 
       10798 
11034 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsEgressRequest.struct_class = Types::UpdateSecurityGroupRuleDescriptionsEgressRequest
         
     | 
| 
       10799 
11035 
     | 
    
         | 
| 
       10800 
11036 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsEgressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
         
     | 
| 
         @@ -10803,7 +11039,8 @@ module Aws::EC2 
     | 
|
| 
       10803 
11039 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
         
     | 
| 
       10804 
11040 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "GroupId"))
         
     | 
| 
       10805 
11041 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: SecurityGroupName, location_name: "GroupName"))
         
     | 
| 
       10806 
     | 
    
         
            -
                UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList,  
     | 
| 
      
 11042 
     | 
    
         
            +
                UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "IpPermissions"))
         
     | 
| 
      
 11043 
     | 
    
         
            +
                UpdateSecurityGroupRuleDescriptionsIngressRequest.add_member(:security_group_rule_descriptions, Shapes::ShapeRef.new(shape: SecurityGroupRuleDescriptionList, location_name: "SecurityGroupRuleDescription"))
         
     | 
| 
       10807 
11044 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsIngressRequest.struct_class = Types::UpdateSecurityGroupRuleDescriptionsIngressRequest
         
     | 
| 
       10808 
11045 
     | 
    
         | 
| 
       10809 
11046 
     | 
    
         
             
                UpdateSecurityGroupRuleDescriptionsIngressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
         
     | 
| 
         @@ -11338,6 +11575,14 @@ module Aws::EC2 
     | 
|
| 
       11338 
11575 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: AssociateIamInstanceProfileResult)
         
     | 
| 
       11339 
11576 
     | 
    
         
             
                  end)
         
     | 
| 
       11340 
11577 
     | 
    
         | 
| 
      
 11578 
     | 
    
         
            +
                  api.add_operation(:associate_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 11579 
     | 
    
         
            +
                    o.name = "AssociateInstanceEventWindow"
         
     | 
| 
      
 11580 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 11581 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 11582 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: AssociateInstanceEventWindowRequest)
         
     | 
| 
      
 11583 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: AssociateInstanceEventWindowResult)
         
     | 
| 
      
 11584 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 11585 
     | 
    
         
            +
             
     | 
| 
       11341 
11586 
     | 
    
         
             
                  api.add_operation(:associate_route_table, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       11342 
11587 
     | 
    
         
             
                    o.name = "AssociateRouteTable"
         
     | 
| 
       11343 
11588 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -11439,7 +11684,7 @@ module Aws::EC2 
     | 
|
| 
       11439 
11684 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
       11440 
11685 
     | 
    
         
             
                    o.http_request_uri = "/"
         
     | 
| 
       11441 
11686 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: AuthorizeSecurityGroupEgressRequest)
         
     | 
| 
       11442 
     | 
    
         
            -
                    o.output = Shapes::ShapeRef.new(shape:  
     | 
| 
      
 11687 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: AuthorizeSecurityGroupEgressResult)
         
     | 
| 
       11443 
11688 
     | 
    
         
             
                  end)
         
     | 
| 
       11444 
11689 
     | 
    
         | 
| 
       11445 
11690 
     | 
    
         
             
                  api.add_operation(:authorize_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -11447,7 +11692,7 @@ module Aws::EC2 
     | 
|
| 
       11447 
11692 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
       11448 
11693 
     | 
    
         
             
                    o.http_request_uri = "/"
         
     | 
| 
       11449 
11694 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: AuthorizeSecurityGroupIngressRequest)
         
     | 
| 
       11450 
     | 
    
         
            -
                    o.output = Shapes::ShapeRef.new(shape:  
     | 
| 
      
 11695 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: AuthorizeSecurityGroupIngressResult)
         
     | 
| 
       11451 
11696 
     | 
    
         
             
                  end)
         
     | 
| 
       11452 
11697 
     | 
    
         | 
| 
       11453 
11698 
     | 
    
         
             
                  api.add_operation(:bundle_instance, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -11658,6 +11903,14 @@ module Aws::EC2 
     | 
|
| 
       11658 
11903 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: CreateImageResult)
         
     | 
| 
       11659 
11904 
     | 
    
         
             
                  end)
         
     | 
| 
       11660 
11905 
     | 
    
         | 
| 
      
 11906 
     | 
    
         
            +
                  api.add_operation(:create_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 11907 
     | 
    
         
            +
                    o.name = "CreateInstanceEventWindow"
         
     | 
| 
      
 11908 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 11909 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 11910 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateInstanceEventWindowRequest)
         
     | 
| 
      
 11911 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateInstanceEventWindowResult)
         
     | 
| 
      
 11912 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 11913 
     | 
    
         
            +
             
     | 
| 
       11661 
11914 
     | 
    
         
             
                  api.add_operation(:create_instance_export_task, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       11662 
11915 
     | 
    
         
             
                    o.name = "CreateInstanceExportTask"
         
     | 
| 
       11663 
11916 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -12122,6 +12375,14 @@ module Aws::EC2 
     | 
|
| 
       12122 
12375 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: DeleteFpgaImageResult)
         
     | 
| 
       12123 
12376 
     | 
    
         
             
                  end)
         
     | 
| 
       12124 
12377 
     | 
    
         | 
| 
      
 12378 
     | 
    
         
            +
                  api.add_operation(:delete_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 12379 
     | 
    
         
            +
                    o.name = "DeleteInstanceEventWindow"
         
     | 
| 
      
 12380 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 12381 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 12382 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteInstanceEventWindowRequest)
         
     | 
| 
      
 12383 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteInstanceEventWindowResult)
         
     | 
| 
      
 12384 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 12385 
     | 
    
         
            +
             
     | 
| 
       12125 
12386 
     | 
    
         
             
                  api.add_operation(:delete_internet_gateway, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       12126 
12387 
     | 
    
         
             
                    o.name = "DeleteInternetGateway"
         
     | 
| 
       12127 
12388 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -13016,6 +13277,20 @@ module Aws::EC2 
     | 
|
| 
       13016 
13277 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: DescribeInstanceEventNotificationAttributesResult)
         
     | 
| 
       13017 
13278 
     | 
    
         
             
                  end)
         
     | 
| 
       13018 
13279 
     | 
    
         | 
| 
      
 13280 
     | 
    
         
            +
                  api.add_operation(:describe_instance_event_windows, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 13281 
     | 
    
         
            +
                    o.name = "DescribeInstanceEventWindows"
         
     | 
| 
      
 13282 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 13283 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 13284 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DescribeInstanceEventWindowsRequest)
         
     | 
| 
      
 13285 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DescribeInstanceEventWindowsResult)
         
     | 
| 
      
 13286 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 13287 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 13288 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 13289 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 13290 
     | 
    
         
            +
                      }
         
     | 
| 
      
 13291 
     | 
    
         
            +
                    )
         
     | 
| 
      
 13292 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 13293 
     | 
    
         
            +
             
     | 
| 
       13019 
13294 
     | 
    
         
             
                  api.add_operation(:describe_instance_status, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       13020 
13295 
     | 
    
         
             
                    o.name = "DescribeInstanceStatus"
         
     | 
| 
       13021 
13296 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -13505,6 +13780,20 @@ module Aws::EC2 
     | 
|
| 
       13505 
13780 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: DescribeSecurityGroupReferencesResult)
         
     | 
| 
       13506 
13781 
     | 
    
         
             
                  end)
         
     | 
| 
       13507 
13782 
     | 
    
         | 
| 
      
 13783 
     | 
    
         
            +
                  api.add_operation(:describe_security_group_rules, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 13784 
     | 
    
         
            +
                    o.name = "DescribeSecurityGroupRules"
         
     | 
| 
      
 13785 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 13786 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 13787 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DescribeSecurityGroupRulesRequest)
         
     | 
| 
      
 13788 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DescribeSecurityGroupRulesResult)
         
     | 
| 
      
 13789 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 13790 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 13791 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 13792 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 13793 
     | 
    
         
            +
                      }
         
     | 
| 
      
 13794 
     | 
    
         
            +
                    )
         
     | 
| 
      
 13795 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 13796 
     | 
    
         
            +
             
     | 
| 
       13508 
13797 
     | 
    
         
             
                  api.add_operation(:describe_security_groups, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       13509 
13798 
     | 
    
         
             
                    o.name = "DescribeSecurityGroups"
         
     | 
| 
       13510 
13799 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -14163,6 +14452,14 @@ module Aws::EC2 
     | 
|
| 
       14163 
14452 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: DisassociateIamInstanceProfileResult)
         
     | 
| 
       14164 
14453 
     | 
    
         
             
                  end)
         
     | 
| 
       14165 
14454 
     | 
    
         | 
| 
      
 14455 
     | 
    
         
            +
                  api.add_operation(:disassociate_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 14456 
     | 
    
         
            +
                    o.name = "DisassociateInstanceEventWindow"
         
     | 
| 
      
 14457 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 14458 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 14459 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DisassociateInstanceEventWindowRequest)
         
     | 
| 
      
 14460 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DisassociateInstanceEventWindowResult)
         
     | 
| 
      
 14461 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 14462 
     | 
    
         
            +
             
     | 
| 
       14166 
14463 
     | 
    
         
             
                  api.add_operation(:disassociate_route_table, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       14167 
14464 
     | 
    
         
             
                    o.name = "DisassociateRouteTable"
         
     | 
| 
       14168 
14465 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -14729,6 +15026,14 @@ module Aws::EC2 
     | 
|
| 
       14729 
15026 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ModifyInstanceEventStartTimeResult)
         
     | 
| 
       14730 
15027 
     | 
    
         
             
                  end)
         
     | 
| 
       14731 
15028 
     | 
    
         | 
| 
      
 15029 
     | 
    
         
            +
                  api.add_operation(:modify_instance_event_window, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 15030 
     | 
    
         
            +
                    o.name = "ModifyInstanceEventWindow"
         
     | 
| 
      
 15031 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 15032 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 15033 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ModifyInstanceEventWindowRequest)
         
     | 
| 
      
 15034 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ModifyInstanceEventWindowResult)
         
     | 
| 
      
 15035 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 15036 
     | 
    
         
            +
             
     | 
| 
       14732 
15037 
     | 
    
         
             
                  api.add_operation(:modify_instance_metadata_options, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       14733 
15038 
     | 
    
         
             
                    o.name = "ModifyInstanceMetadataOptions"
         
     | 
| 
       14734 
15039 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -14777,6 +15082,14 @@ module Aws::EC2 
     | 
|
| 
       14777 
15082 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ModifyReservedInstancesResult)
         
     | 
| 
       14778 
15083 
     | 
    
         
             
                  end)
         
     | 
| 
       14779 
15084 
     | 
    
         | 
| 
      
 15085 
     | 
    
         
            +
                  api.add_operation(:modify_security_group_rules, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 15086 
     | 
    
         
            +
                    o.name = "ModifySecurityGroupRules"
         
     | 
| 
      
 15087 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 15088 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 15089 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ModifySecurityGroupRulesRequest)
         
     | 
| 
      
 15090 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ModifySecurityGroupRulesResult)
         
     | 
| 
      
 15091 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 15092 
     | 
    
         
            +
             
     | 
| 
       14780 
15093 
     | 
    
         
             
                  api.add_operation(:modify_snapshot_attribute, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       14781 
15094 
     | 
    
         
             
                    o.name = "ModifySnapshotAttribute"
         
     | 
| 
       14782 
15095 
     | 
    
         
             
                    o.http_method = "POST"
         
     |