aws-sdk-ec2 1.211.0 → 1.216.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.
@@ -15,6 +15,8 @@ module Aws::EC2
15
15
 
16
16
  AcceptReservedInstancesExchangeQuoteRequest = Shapes::StructureShape.new(name: 'AcceptReservedInstancesExchangeQuoteRequest')
17
17
  AcceptReservedInstancesExchangeQuoteResult = Shapes::StructureShape.new(name: 'AcceptReservedInstancesExchangeQuoteResult')
18
+ AcceptTransitGatewayMulticastDomainAssociationsRequest = Shapes::StructureShape.new(name: 'AcceptTransitGatewayMulticastDomainAssociationsRequest')
19
+ AcceptTransitGatewayMulticastDomainAssociationsResult = Shapes::StructureShape.new(name: 'AcceptTransitGatewayMulticastDomainAssociationsResult')
18
20
  AcceptTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'AcceptTransitGatewayPeeringAttachmentRequest')
19
21
  AcceptTransitGatewayPeeringAttachmentResult = Shapes::StructureShape.new(name: 'AcceptTransitGatewayPeeringAttachmentResult')
20
22
  AcceptTransitGatewayVpcAttachmentRequest = Shapes::StructureShape.new(name: 'AcceptTransitGatewayVpcAttachmentRequest')
@@ -50,12 +52,24 @@ module Aws::EC2
50
52
  AllowedPrincipal = Shapes::StructureShape.new(name: 'AllowedPrincipal')
51
53
  AllowedPrincipalSet = Shapes::ListShape.new(name: 'AllowedPrincipalSet')
52
54
  AllowsMultipleInstanceTypes = Shapes::StringShape.new(name: 'AllowsMultipleInstanceTypes')
55
+ AlternatePathHint = Shapes::StructureShape.new(name: 'AlternatePathHint')
56
+ AlternatePathHintList = Shapes::ListShape.new(name: 'AlternatePathHintList')
57
+ AnalysisAclRule = Shapes::StructureShape.new(name: 'AnalysisAclRule')
58
+ AnalysisComponent = Shapes::StructureShape.new(name: 'AnalysisComponent')
59
+ AnalysisComponentList = Shapes::ListShape.new(name: 'AnalysisComponentList')
60
+ AnalysisLoadBalancerListener = Shapes::StructureShape.new(name: 'AnalysisLoadBalancerListener')
61
+ AnalysisLoadBalancerTarget = Shapes::StructureShape.new(name: 'AnalysisLoadBalancerTarget')
62
+ AnalysisPacketHeader = Shapes::StructureShape.new(name: 'AnalysisPacketHeader')
63
+ AnalysisRouteTableRoute = Shapes::StructureShape.new(name: 'AnalysisRouteTableRoute')
64
+ AnalysisSecurityGroupRule = Shapes::StructureShape.new(name: 'AnalysisSecurityGroupRule')
65
+ AnalysisStatus = Shapes::StringShape.new(name: 'AnalysisStatus')
53
66
  ApplianceModeSupportValue = Shapes::StringShape.new(name: 'ApplianceModeSupportValue')
54
67
  ApplySecurityGroupsToClientVpnTargetNetworkRequest = Shapes::StructureShape.new(name: 'ApplySecurityGroupsToClientVpnTargetNetworkRequest')
55
68
  ApplySecurityGroupsToClientVpnTargetNetworkResult = Shapes::StructureShape.new(name: 'ApplySecurityGroupsToClientVpnTargetNetworkResult')
56
69
  ArchitectureType = Shapes::StringShape.new(name: 'ArchitectureType')
57
70
  ArchitectureTypeList = Shapes::ListShape.new(name: 'ArchitectureTypeList')
58
71
  ArchitectureValues = Shapes::StringShape.new(name: 'ArchitectureValues')
72
+ ArnList = Shapes::ListShape.new(name: 'ArnList')
59
73
  AssignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'AssignIpv6AddressesRequest')
60
74
  AssignIpv6AddressesResult = Shapes::StructureShape.new(name: 'AssignIpv6AddressesResult')
61
75
  AssignPrivateIpAddressesRequest = Shapes::StructureShape.new(name: 'AssignPrivateIpAddressesRequest')
@@ -106,6 +120,7 @@ module Aws::EC2
106
120
  AuthorizeClientVpnIngressResult = Shapes::StructureShape.new(name: 'AuthorizeClientVpnIngressResult')
107
121
  AuthorizeSecurityGroupEgressRequest = Shapes::StructureShape.new(name: 'AuthorizeSecurityGroupEgressRequest')
108
122
  AuthorizeSecurityGroupIngressRequest = Shapes::StructureShape.new(name: 'AuthorizeSecurityGroupIngressRequest')
123
+ AutoAcceptSharedAssociationsValue = Shapes::StringShape.new(name: 'AutoAcceptSharedAssociationsValue')
109
124
  AutoAcceptSharedAttachmentsValue = Shapes::StringShape.new(name: 'AutoAcceptSharedAttachmentsValue')
110
125
  AutoPlacement = Shapes::StringShape.new(name: 'AutoPlacement')
111
126
  AutoRecoveryFlag = Shapes::BooleanShape.new(name: 'AutoRecoveryFlag')
@@ -123,6 +138,7 @@ module Aws::EC2
123
138
  BaselineIops = Shapes::IntegerShape.new(name: 'BaselineIops')
124
139
  BaselineThroughputInMBps = Shapes::FloatShape.new(name: 'BaselineThroughputInMBps')
125
140
  BatchState = Shapes::StringShape.new(name: 'BatchState')
141
+ BgpStatus = Shapes::StringShape.new(name: 'BgpStatus')
126
142
  BillingProductList = Shapes::ListShape.new(name: 'BillingProductList')
127
143
  Blob = Shapes::BlobShape.new(name: 'Blob')
128
144
  BlobAttributeValue = Shapes::StructureShape.new(name: 'BlobAttributeValue')
@@ -311,6 +327,8 @@ module Aws::EC2
311
327
  CreateNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'CreateNetworkAclEntryRequest')
312
328
  CreateNetworkAclRequest = Shapes::StructureShape.new(name: 'CreateNetworkAclRequest')
313
329
  CreateNetworkAclResult = Shapes::StructureShape.new(name: 'CreateNetworkAclResult')
330
+ CreateNetworkInsightsPathRequest = Shapes::StructureShape.new(name: 'CreateNetworkInsightsPathRequest')
331
+ CreateNetworkInsightsPathResult = Shapes::StructureShape.new(name: 'CreateNetworkInsightsPathResult')
314
332
  CreateNetworkInterfacePermissionRequest = Shapes::StructureShape.new(name: 'CreateNetworkInterfacePermissionRequest')
315
333
  CreateNetworkInterfacePermissionResult = Shapes::StructureShape.new(name: 'CreateNetworkInterfacePermissionResult')
316
334
  CreateNetworkInterfaceRequest = Shapes::StructureShape.new(name: 'CreateNetworkInterfaceRequest')
@@ -341,7 +359,13 @@ module Aws::EC2
341
359
  CreateTrafficMirrorSessionResult = Shapes::StructureShape.new(name: 'CreateTrafficMirrorSessionResult')
342
360
  CreateTrafficMirrorTargetRequest = Shapes::StructureShape.new(name: 'CreateTrafficMirrorTargetRequest')
343
361
  CreateTrafficMirrorTargetResult = Shapes::StructureShape.new(name: 'CreateTrafficMirrorTargetResult')
362
+ CreateTransitGatewayConnectPeerRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectPeerRequest')
363
+ CreateTransitGatewayConnectPeerResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectPeerResult')
364
+ CreateTransitGatewayConnectRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectRequest')
365
+ CreateTransitGatewayConnectRequestOptions = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectRequestOptions')
366
+ CreateTransitGatewayConnectResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectResult')
344
367
  CreateTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainRequest')
368
+ CreateTransitGatewayMulticastDomainRequestOptions = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainRequestOptions')
345
369
  CreateTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainResult')
346
370
  CreateTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayPeeringAttachmentRequest')
347
371
  CreateTransitGatewayPeeringAttachmentResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayPeeringAttachmentResult')
@@ -436,6 +460,10 @@ module Aws::EC2
436
460
  DeleteNatGatewayResult = Shapes::StructureShape.new(name: 'DeleteNatGatewayResult')
437
461
  DeleteNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'DeleteNetworkAclEntryRequest')
438
462
  DeleteNetworkAclRequest = Shapes::StructureShape.new(name: 'DeleteNetworkAclRequest')
463
+ DeleteNetworkInsightsAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAnalysisRequest')
464
+ DeleteNetworkInsightsAnalysisResult = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAnalysisResult')
465
+ DeleteNetworkInsightsPathRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsPathRequest')
466
+ DeleteNetworkInsightsPathResult = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsPathResult')
439
467
  DeleteNetworkInterfacePermissionRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInterfacePermissionRequest')
440
468
  DeleteNetworkInterfacePermissionResult = Shapes::StructureShape.new(name: 'DeleteNetworkInterfacePermissionResult')
441
469
  DeleteNetworkInterfaceRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInterfaceRequest')
@@ -460,6 +488,10 @@ module Aws::EC2
460
488
  DeleteTrafficMirrorSessionResult = Shapes::StructureShape.new(name: 'DeleteTrafficMirrorSessionResult')
461
489
  DeleteTrafficMirrorTargetRequest = Shapes::StructureShape.new(name: 'DeleteTrafficMirrorTargetRequest')
462
490
  DeleteTrafficMirrorTargetResult = Shapes::StructureShape.new(name: 'DeleteTrafficMirrorTargetResult')
491
+ DeleteTransitGatewayConnectPeerRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectPeerRequest')
492
+ DeleteTransitGatewayConnectPeerResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectPeerResult')
493
+ DeleteTransitGatewayConnectRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectRequest')
494
+ DeleteTransitGatewayConnectResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectResult')
463
495
  DeleteTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMulticastDomainRequest')
464
496
  DeleteTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMulticastDomainResult')
465
497
  DeleteTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayPeeringAttachmentRequest')
@@ -646,6 +678,10 @@ module Aws::EC2
646
678
  DescribeNetworkAclsMaxResults = Shapes::IntegerShape.new(name: 'DescribeNetworkAclsMaxResults')
647
679
  DescribeNetworkAclsRequest = Shapes::StructureShape.new(name: 'DescribeNetworkAclsRequest')
648
680
  DescribeNetworkAclsResult = Shapes::StructureShape.new(name: 'DescribeNetworkAclsResult')
681
+ DescribeNetworkInsightsAnalysesRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAnalysesRequest')
682
+ DescribeNetworkInsightsAnalysesResult = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAnalysesResult')
683
+ DescribeNetworkInsightsPathsRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsPathsRequest')
684
+ DescribeNetworkInsightsPathsResult = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsPathsResult')
649
685
  DescribeNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInterfaceAttributeRequest')
650
686
  DescribeNetworkInterfaceAttributeResult = Shapes::StructureShape.new(name: 'DescribeNetworkInterfaceAttributeResult')
651
687
  DescribeNetworkInterfacePermissionsMaxResults = Shapes::IntegerShape.new(name: 'DescribeNetworkInterfacePermissionsMaxResults')
@@ -721,6 +757,10 @@ module Aws::EC2
721
757
  DescribeTrafficMirrorTargetsResult = Shapes::StructureShape.new(name: 'DescribeTrafficMirrorTargetsResult')
722
758
  DescribeTransitGatewayAttachmentsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayAttachmentsRequest')
723
759
  DescribeTransitGatewayAttachmentsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayAttachmentsResult')
760
+ DescribeTransitGatewayConnectPeersRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectPeersRequest')
761
+ DescribeTransitGatewayConnectPeersResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectPeersResult')
762
+ DescribeTransitGatewayConnectsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectsRequest')
763
+ DescribeTransitGatewayConnectsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectsResult')
724
764
  DescribeTransitGatewayMulticastDomainsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMulticastDomainsRequest')
725
765
  DescribeTransitGatewayMulticastDomainsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMulticastDomainsResult')
726
766
  DescribeTransitGatewayPeeringAttachmentsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayPeeringAttachmentsRequest')
@@ -901,6 +941,8 @@ module Aws::EC2
901
941
  EventType = Shapes::StringShape.new(name: 'EventType')
902
942
  ExcessCapacityTerminationPolicy = Shapes::StringShape.new(name: 'ExcessCapacityTerminationPolicy')
903
943
  ExecutableByStringList = Shapes::ListShape.new(name: 'ExecutableByStringList')
944
+ Explanation = Shapes::StructureShape.new(name: 'Explanation')
945
+ ExplanationList = Shapes::ListShape.new(name: 'ExplanationList')
904
946
  ExportClientVpnClientCertificateRevocationListRequest = Shapes::StructureShape.new(name: 'ExportClientVpnClientCertificateRevocationListRequest')
905
947
  ExportClientVpnClientCertificateRevocationListResult = Shapes::StructureShape.new(name: 'ExportClientVpnClientCertificateRevocationListResult')
906
948
  ExportClientVpnClientConfigurationRequest = Shapes::StructureShape.new(name: 'ExportClientVpnClientConfigurationRequest')
@@ -1076,6 +1118,7 @@ module Aws::EC2
1076
1118
  IcmpTypeCode = Shapes::StructureShape.new(name: 'IcmpTypeCode')
1077
1119
  IdFormat = Shapes::StructureShape.new(name: 'IdFormat')
1078
1120
  IdFormatList = Shapes::ListShape.new(name: 'IdFormatList')
1121
+ Igmpv2SupportValue = Shapes::StringShape.new(name: 'Igmpv2SupportValue')
1079
1122
  Image = Shapes::StructureShape.new(name: 'Image')
1080
1123
  ImageAttribute = Shapes::StructureShape.new(name: 'ImageAttribute')
1081
1124
  ImageAttributeName = Shapes::StringShape.new(name: 'ImageAttributeName')
@@ -1122,6 +1165,7 @@ module Aws::EC2
1122
1165
  InferenceDeviceInfoList = Shapes::ListShape.new(name: 'InferenceDeviceInfoList')
1123
1166
  InferenceDeviceManufacturerName = Shapes::StringShape.new(name: 'InferenceDeviceManufacturerName')
1124
1167
  InferenceDeviceName = Shapes::StringShape.new(name: 'InferenceDeviceName')
1168
+ InsideCidrBlocksStringList = Shapes::ListShape.new(name: 'InsideCidrBlocksStringList')
1125
1169
  Instance = Shapes::StructureShape.new(name: 'Instance')
1126
1170
  InstanceAttribute = Shapes::StructureShape.new(name: 'InstanceAttribute')
1127
1171
  InstanceAttributeName = Shapes::StringShape.new(name: 'InstanceAttributeName')
@@ -1201,6 +1245,8 @@ module Aws::EC2
1201
1245
  InternetGatewayId = Shapes::StringShape.new(name: 'InternetGatewayId')
1202
1246
  InternetGatewayIdList = Shapes::ListShape.new(name: 'InternetGatewayIdList')
1203
1247
  InternetGatewayList = Shapes::ListShape.new(name: 'InternetGatewayList')
1248
+ IpAddress = Shapes::StringShape.new(name: 'IpAddress')
1249
+ IpAddressList = Shapes::ListShape.new(name: 'IpAddressList')
1204
1250
  IpPermission = Shapes::StructureShape.new(name: 'IpPermission')
1205
1251
  IpPermissionList = Shapes::ListShape.new(name: 'IpPermissionList')
1206
1252
  IpRange = Shapes::StructureShape.new(name: 'IpRange')
@@ -1469,6 +1515,15 @@ module Aws::EC2
1469
1515
  NetworkCardInfo = Shapes::StructureShape.new(name: 'NetworkCardInfo')
1470
1516
  NetworkCardInfoList = Shapes::ListShape.new(name: 'NetworkCardInfoList')
1471
1517
  NetworkInfo = Shapes::StructureShape.new(name: 'NetworkInfo')
1518
+ NetworkInsightsAnalysis = Shapes::StructureShape.new(name: 'NetworkInsightsAnalysis')
1519
+ NetworkInsightsAnalysisId = Shapes::StringShape.new(name: 'NetworkInsightsAnalysisId')
1520
+ NetworkInsightsAnalysisIdList = Shapes::ListShape.new(name: 'NetworkInsightsAnalysisIdList')
1521
+ NetworkInsightsAnalysisList = Shapes::ListShape.new(name: 'NetworkInsightsAnalysisList')
1522
+ NetworkInsightsMaxResults = Shapes::IntegerShape.new(name: 'NetworkInsightsMaxResults')
1523
+ NetworkInsightsPath = Shapes::StructureShape.new(name: 'NetworkInsightsPath')
1524
+ NetworkInsightsPathId = Shapes::StringShape.new(name: 'NetworkInsightsPathId')
1525
+ NetworkInsightsPathIdList = Shapes::ListShape.new(name: 'NetworkInsightsPathIdList')
1526
+ NetworkInsightsPathList = Shapes::ListShape.new(name: 'NetworkInsightsPathList')
1472
1527
  NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
1473
1528
  NetworkInterfaceAssociation = Shapes::StructureShape.new(name: 'NetworkInterfaceAssociation')
1474
1529
  NetworkInterfaceAttachment = Shapes::StructureShape.new(name: 'NetworkInterfaceAttachment')
@@ -1505,6 +1560,8 @@ module Aws::EC2
1505
1560
  OnDemandOptionsRequest = Shapes::StructureShape.new(name: 'OnDemandOptionsRequest')
1506
1561
  OperationType = Shapes::StringShape.new(name: 'OperationType')
1507
1562
  OwnerStringList = Shapes::ListShape.new(name: 'OwnerStringList')
1563
+ PathComponent = Shapes::StructureShape.new(name: 'PathComponent')
1564
+ PathComponentList = Shapes::ListShape.new(name: 'PathComponentList')
1508
1565
  PaymentOption = Shapes::StringShape.new(name: 'PaymentOption')
1509
1566
  PciId = Shapes::StructureShape.new(name: 'PciId')
1510
1567
  PeeringAttachmentStatus = Shapes::StructureShape.new(name: 'PeeringAttachmentStatus')
@@ -1553,7 +1610,9 @@ module Aws::EC2
1553
1610
  PoolCidrBlock = Shapes::StructureShape.new(name: 'PoolCidrBlock')
1554
1611
  PoolCidrBlocksSet = Shapes::ListShape.new(name: 'PoolCidrBlocksSet')
1555
1612
  PoolMaxResults = Shapes::IntegerShape.new(name: 'PoolMaxResults')
1613
+ Port = Shapes::IntegerShape.new(name: 'Port')
1556
1614
  PortRange = Shapes::StructureShape.new(name: 'PortRange')
1615
+ PortRangeList = Shapes::ListShape.new(name: 'PortRangeList')
1557
1616
  PrefixList = Shapes::StructureShape.new(name: 'PrefixList')
1558
1617
  PrefixListAssociation = Shapes::StructureShape.new(name: 'PrefixListAssociation')
1559
1618
  PrefixListAssociationSet = Shapes::ListShape.new(name: 'PrefixListAssociationSet')
@@ -1592,6 +1651,8 @@ module Aws::EC2
1592
1651
  ProductDescriptionList = Shapes::ListShape.new(name: 'ProductDescriptionList')
1593
1652
  PropagatingVgw = Shapes::StructureShape.new(name: 'PropagatingVgw')
1594
1653
  PropagatingVgwList = Shapes::ListShape.new(name: 'PropagatingVgwList')
1654
+ Protocol = Shapes::StringShape.new(name: 'Protocol')
1655
+ ProtocolValue = Shapes::StringShape.new(name: 'ProtocolValue')
1595
1656
  ProvisionByoipCidrRequest = Shapes::StructureShape.new(name: 'ProvisionByoipCidrRequest')
1596
1657
  ProvisionByoipCidrResult = Shapes::StructureShape.new(name: 'ProvisionByoipCidrResult')
1597
1658
  ProvisionedBandwidth = Shapes::StructureShape.new(name: 'ProvisionedBandwidth')
@@ -1632,6 +1693,8 @@ module Aws::EC2
1632
1693
  RegisterTransitGatewayMulticastGroupMembersResult = Shapes::StructureShape.new(name: 'RegisterTransitGatewayMulticastGroupMembersResult')
1633
1694
  RegisterTransitGatewayMulticastGroupSourcesRequest = Shapes::StructureShape.new(name: 'RegisterTransitGatewayMulticastGroupSourcesRequest')
1634
1695
  RegisterTransitGatewayMulticastGroupSourcesResult = Shapes::StructureShape.new(name: 'RegisterTransitGatewayMulticastGroupSourcesResult')
1696
+ RejectTransitGatewayMulticastDomainAssociationsRequest = Shapes::StructureShape.new(name: 'RejectTransitGatewayMulticastDomainAssociationsRequest')
1697
+ RejectTransitGatewayMulticastDomainAssociationsResult = Shapes::StructureShape.new(name: 'RejectTransitGatewayMulticastDomainAssociationsResult')
1635
1698
  RejectTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'RejectTransitGatewayPeeringAttachmentRequest')
1636
1699
  RejectTransitGatewayPeeringAttachmentResult = Shapes::StructureShape.new(name: 'RejectTransitGatewayPeeringAttachmentResult')
1637
1700
  RejectTransitGatewayVpcAttachmentRequest = Shapes::StructureShape.new(name: 'RejectTransitGatewayVpcAttachmentRequest')
@@ -1847,10 +1910,13 @@ module Aws::EC2
1847
1910
  StaleSecurityGroupSet = Shapes::ListShape.new(name: 'StaleSecurityGroupSet')
1848
1911
  StartInstancesRequest = Shapes::StructureShape.new(name: 'StartInstancesRequest')
1849
1912
  StartInstancesResult = Shapes::StructureShape.new(name: 'StartInstancesResult')
1913
+ StartNetworkInsightsAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAnalysisRequest')
1914
+ StartNetworkInsightsAnalysisResult = Shapes::StructureShape.new(name: 'StartNetworkInsightsAnalysisResult')
1850
1915
  StartVpcEndpointServicePrivateDnsVerificationRequest = Shapes::StructureShape.new(name: 'StartVpcEndpointServicePrivateDnsVerificationRequest')
1851
1916
  StartVpcEndpointServicePrivateDnsVerificationResult = Shapes::StructureShape.new(name: 'StartVpcEndpointServicePrivateDnsVerificationResult')
1852
1917
  State = Shapes::StringShape.new(name: 'State')
1853
1918
  StateReason = Shapes::StructureShape.new(name: 'StateReason')
1919
+ StaticSourcesSupportValue = Shapes::StringShape.new(name: 'StaticSourcesSupportValue')
1854
1920
  Status = Shapes::StringShape.new(name: 'Status')
1855
1921
  StatusName = Shapes::StringShape.new(name: 'StatusName')
1856
1922
  StatusType = Shapes::StringShape.new(name: 'StatusType')
@@ -1859,6 +1925,7 @@ module Aws::EC2
1859
1925
  Storage = Shapes::StructureShape.new(name: 'Storage')
1860
1926
  StorageLocation = Shapes::StructureShape.new(name: 'StorageLocation')
1861
1927
  String = Shapes::StringShape.new(name: 'String')
1928
+ StringList = Shapes::ListShape.new(name: 'StringList')
1862
1929
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
1863
1930
  SubnetAssociation = Shapes::StructureShape.new(name: 'SubnetAssociation')
1864
1931
  SubnetAssociationList = Shapes::ListShape.new(name: 'SubnetAssociationList')
@@ -1939,6 +2006,8 @@ module Aws::EC2
1939
2006
  TransitGatewayAssociationState = Shapes::StringShape.new(name: 'TransitGatewayAssociationState')
1940
2007
  TransitGatewayAttachment = Shapes::StructureShape.new(name: 'TransitGatewayAttachment')
1941
2008
  TransitGatewayAttachmentAssociation = Shapes::StructureShape.new(name: 'TransitGatewayAttachmentAssociation')
2009
+ TransitGatewayAttachmentBgpConfiguration = Shapes::StructureShape.new(name: 'TransitGatewayAttachmentBgpConfiguration')
2010
+ TransitGatewayAttachmentBgpConfigurationList = Shapes::ListShape.new(name: 'TransitGatewayAttachmentBgpConfigurationList')
1942
2011
  TransitGatewayAttachmentId = Shapes::StringShape.new(name: 'TransitGatewayAttachmentId')
1943
2012
  TransitGatewayAttachmentIdStringList = Shapes::ListShape.new(name: 'TransitGatewayAttachmentIdStringList')
1944
2013
  TransitGatewayAttachmentList = Shapes::ListShape.new(name: 'TransitGatewayAttachmentList')
@@ -1946,6 +2015,17 @@ module Aws::EC2
1946
2015
  TransitGatewayAttachmentPropagationList = Shapes::ListShape.new(name: 'TransitGatewayAttachmentPropagationList')
1947
2016
  TransitGatewayAttachmentResourceType = Shapes::StringShape.new(name: 'TransitGatewayAttachmentResourceType')
1948
2017
  TransitGatewayAttachmentState = Shapes::StringShape.new(name: 'TransitGatewayAttachmentState')
2018
+ TransitGatewayCidrBlockStringList = Shapes::ListShape.new(name: 'TransitGatewayCidrBlockStringList')
2019
+ TransitGatewayConnect = Shapes::StructureShape.new(name: 'TransitGatewayConnect')
2020
+ TransitGatewayConnectList = Shapes::ListShape.new(name: 'TransitGatewayConnectList')
2021
+ TransitGatewayConnectOptions = Shapes::StructureShape.new(name: 'TransitGatewayConnectOptions')
2022
+ TransitGatewayConnectPeer = Shapes::StructureShape.new(name: 'TransitGatewayConnectPeer')
2023
+ TransitGatewayConnectPeerConfiguration = Shapes::StructureShape.new(name: 'TransitGatewayConnectPeerConfiguration')
2024
+ TransitGatewayConnectPeerId = Shapes::StringShape.new(name: 'TransitGatewayConnectPeerId')
2025
+ TransitGatewayConnectPeerIdStringList = Shapes::ListShape.new(name: 'TransitGatewayConnectPeerIdStringList')
2026
+ TransitGatewayConnectPeerList = Shapes::ListShape.new(name: 'TransitGatewayConnectPeerList')
2027
+ TransitGatewayConnectPeerState = Shapes::StringShape.new(name: 'TransitGatewayConnectPeerState')
2028
+ TransitGatewayConnectRequestBgpOptions = Shapes::StructureShape.new(name: 'TransitGatewayConnectRequestBgpOptions')
1949
2029
  TransitGatewayId = Shapes::StringShape.new(name: 'TransitGatewayId')
1950
2030
  TransitGatewayIdStringList = Shapes::ListShape.new(name: 'TransitGatewayIdStringList')
1951
2031
  TransitGatewayList = Shapes::ListShape.new(name: 'TransitGatewayList')
@@ -1960,6 +2040,7 @@ module Aws::EC2
1960
2040
  TransitGatewayMulticastDomainId = Shapes::StringShape.new(name: 'TransitGatewayMulticastDomainId')
1961
2041
  TransitGatewayMulticastDomainIdStringList = Shapes::ListShape.new(name: 'TransitGatewayMulticastDomainIdStringList')
1962
2042
  TransitGatewayMulticastDomainList = Shapes::ListShape.new(name: 'TransitGatewayMulticastDomainList')
2043
+ TransitGatewayMulticastDomainOptions = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDomainOptions')
1963
2044
  TransitGatewayMulticastDomainState = Shapes::StringShape.new(name: 'TransitGatewayMulticastDomainState')
1964
2045
  TransitGatewayMulticastGroup = Shapes::StructureShape.new(name: 'TransitGatewayMulticastGroup')
1965
2046
  TransitGatewayMulticastGroupList = Shapes::ListShape.new(name: 'TransitGatewayMulticastGroupList')
@@ -2140,6 +2221,15 @@ module Aws::EC2
2140
2221
  AcceptReservedInstancesExchangeQuoteResult.add_member(:exchange_id, Shapes::ShapeRef.new(shape: String, location_name: "exchangeId"))
2141
2222
  AcceptReservedInstancesExchangeQuoteResult.struct_class = Types::AcceptReservedInstancesExchangeQuoteResult
2142
2223
 
2224
+ AcceptTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
2225
+ AcceptTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
2226
+ AcceptTransitGatewayMulticastDomainAssociationsRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SubnetIds"))
2227
+ AcceptTransitGatewayMulticastDomainAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2228
+ AcceptTransitGatewayMulticastDomainAssociationsRequest.struct_class = Types::AcceptTransitGatewayMulticastDomainAssociationsRequest
2229
+
2230
+ AcceptTransitGatewayMulticastDomainAssociationsResult.add_member(:associations, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainAssociations, location_name: "associations"))
2231
+ AcceptTransitGatewayMulticastDomainAssociationsResult.struct_class = Types::AcceptTransitGatewayMulticastDomainAssociationsResult
2232
+
2143
2233
  AcceptTransitGatewayPeeringAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
2144
2234
  AcceptTransitGatewayPeeringAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2145
2235
  AcceptTransitGatewayPeeringAttachmentRequest.struct_class = Types::AcceptTransitGatewayPeeringAttachmentRequest
@@ -2260,6 +2350,63 @@ module Aws::EC2
2260
2350
 
2261
2351
  AllowedPrincipalSet.member = Shapes::ShapeRef.new(shape: AllowedPrincipal, location_name: "item")
2262
2352
 
2353
+ AlternatePathHint.add_member(:component_id, Shapes::ShapeRef.new(shape: String, location_name: "componentId"))
2354
+ AlternatePathHint.add_member(:component_arn, Shapes::ShapeRef.new(shape: String, location_name: "componentArn"))
2355
+ AlternatePathHint.struct_class = Types::AlternatePathHint
2356
+
2357
+ AlternatePathHintList.member = Shapes::ShapeRef.new(shape: AlternatePathHint, location_name: "item")
2358
+
2359
+ AnalysisAclRule.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
2360
+ AnalysisAclRule.add_member(:egress, Shapes::ShapeRef.new(shape: Boolean, location_name: "egress"))
2361
+ AnalysisAclRule.add_member(:port_range, Shapes::ShapeRef.new(shape: PortRange, location_name: "portRange"))
2362
+ AnalysisAclRule.add_member(:protocol, Shapes::ShapeRef.new(shape: String, location_name: "protocol"))
2363
+ AnalysisAclRule.add_member(:rule_action, Shapes::ShapeRef.new(shape: String, location_name: "ruleAction"))
2364
+ AnalysisAclRule.add_member(:rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ruleNumber"))
2365
+ AnalysisAclRule.struct_class = Types::AnalysisAclRule
2366
+
2367
+ AnalysisComponent.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
2368
+ AnalysisComponent.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
2369
+ AnalysisComponent.struct_class = Types::AnalysisComponent
2370
+
2371
+ AnalysisComponentList.member = Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "item")
2372
+
2373
+ AnalysisLoadBalancerListener.add_member(:load_balancer_port, Shapes::ShapeRef.new(shape: Port, location_name: "loadBalancerPort"))
2374
+ AnalysisLoadBalancerListener.add_member(:instance_port, Shapes::ShapeRef.new(shape: Port, location_name: "instancePort"))
2375
+ AnalysisLoadBalancerListener.struct_class = Types::AnalysisLoadBalancerListener
2376
+
2377
+ AnalysisLoadBalancerTarget.add_member(:address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "address"))
2378
+ AnalysisLoadBalancerTarget.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
2379
+ AnalysisLoadBalancerTarget.add_member(:instance, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "instance"))
2380
+ AnalysisLoadBalancerTarget.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
2381
+ AnalysisLoadBalancerTarget.struct_class = Types::AnalysisLoadBalancerTarget
2382
+
2383
+ AnalysisPacketHeader.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "destinationAddressSet"))
2384
+ AnalysisPacketHeader.add_member(:destination_port_ranges, Shapes::ShapeRef.new(shape: PortRangeList, location_name: "destinationPortRangeSet"))
2385
+ AnalysisPacketHeader.add_member(:protocol, Shapes::ShapeRef.new(shape: String, location_name: "protocol"))
2386
+ AnalysisPacketHeader.add_member(:source_addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "sourceAddressSet"))
2387
+ AnalysisPacketHeader.add_member(:source_port_ranges, Shapes::ShapeRef.new(shape: PortRangeList, location_name: "sourcePortRangeSet"))
2388
+ AnalysisPacketHeader.struct_class = Types::AnalysisPacketHeader
2389
+
2390
+ AnalysisRouteTableRoute.add_member(:destination_cidr, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidr"))
2391
+ AnalysisRouteTableRoute.add_member(:destination_prefix_list_id, Shapes::ShapeRef.new(shape: String, location_name: "destinationPrefixListId"))
2392
+ AnalysisRouteTableRoute.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "egressOnlyInternetGatewayId"))
2393
+ AnalysisRouteTableRoute.add_member(:gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "gatewayId"))
2394
+ AnalysisRouteTableRoute.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
2395
+ AnalysisRouteTableRoute.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "natGatewayId"))
2396
+ AnalysisRouteTableRoute.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
2397
+ AnalysisRouteTableRoute.add_member(:origin, Shapes::ShapeRef.new(shape: String, location_name: "origin"))
2398
+ AnalysisRouteTableRoute.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
2399
+ AnalysisRouteTableRoute.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
2400
+ AnalysisRouteTableRoute.struct_class = Types::AnalysisRouteTableRoute
2401
+
2402
+ AnalysisSecurityGroupRule.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
2403
+ AnalysisSecurityGroupRule.add_member(:direction, Shapes::ShapeRef.new(shape: String, location_name: "direction"))
2404
+ AnalysisSecurityGroupRule.add_member(:security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "securityGroupId"))
2405
+ AnalysisSecurityGroupRule.add_member(:port_range, Shapes::ShapeRef.new(shape: PortRange, location_name: "portRange"))
2406
+ AnalysisSecurityGroupRule.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: String, location_name: "prefixListId"))
2407
+ AnalysisSecurityGroupRule.add_member(:protocol, Shapes::ShapeRef.new(shape: String, location_name: "protocol"))
2408
+ AnalysisSecurityGroupRule.struct_class = Types::AnalysisSecurityGroupRule
2409
+
2263
2410
  ApplySecurityGroupsToClientVpnTargetNetworkRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
2264
2411
  ApplySecurityGroupsToClientVpnTargetNetworkRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
2265
2412
  ApplySecurityGroupsToClientVpnTargetNetworkRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ClientVpnSecurityGroupIdSet, required: true, location_name: "SecurityGroupId"))
@@ -2271,6 +2418,8 @@ module Aws::EC2
2271
2418
 
2272
2419
  ArchitectureTypeList.member = Shapes::ShapeRef.new(shape: ArchitectureType, location_name: "item")
2273
2420
 
2421
+ ArnList.member = Shapes::ShapeRef.new(shape: ResourceArn, location_name: "item")
2422
+
2274
2423
  AssignIpv6AddressesRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
2275
2424
  AssignIpv6AddressesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "ipv6Addresses"))
2276
2425
  AssignIpv6AddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
@@ -2359,7 +2508,7 @@ module Aws::EC2
2359
2508
 
2360
2509
  AssociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
2361
2510
  AssociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
2362
- AssociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SubnetIds"))
2511
+ AssociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: TransitGatewaySubnetIdList, location_name: "SubnetIds"))
2363
2512
  AssociateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2364
2513
  AssociateTransitGatewayMulticastDomainRequest.struct_class = Types::AssociateTransitGatewayMulticastDomainRequest
2365
2514
 
@@ -3153,6 +3302,7 @@ module Aws::EC2
3153
3302
  CreateImageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
3154
3303
  CreateImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
3155
3304
  CreateImageRequest.add_member(:no_reboot, Shapes::ShapeRef.new(shape: Boolean, location_name: "noReboot"))
3305
+ CreateImageRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3156
3306
  CreateImageRequest.struct_class = Types::CreateImageRequest
3157
3307
 
3158
3308
  CreateImageResult.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
@@ -3266,6 +3416,20 @@ module Aws::EC2
3266
3416
  CreateNetworkAclResult.add_member(:network_acl, Shapes::ShapeRef.new(shape: NetworkAcl, location_name: "networkAcl"))
3267
3417
  CreateNetworkAclResult.struct_class = Types::CreateNetworkAclResult
3268
3418
 
3419
+ CreateNetworkInsightsPathRequest.add_member(:source_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "SourceIp"))
3420
+ CreateNetworkInsightsPathRequest.add_member(:destination_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "DestinationIp"))
3421
+ CreateNetworkInsightsPathRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Source"))
3422
+ CreateNetworkInsightsPathRequest.add_member(:destination, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Destination"))
3423
+ CreateNetworkInsightsPathRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "Protocol"))
3424
+ CreateNetworkInsightsPathRequest.add_member(:destination_port, Shapes::ShapeRef.new(shape: Port, location_name: "DestinationPort"))
3425
+ CreateNetworkInsightsPathRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3426
+ CreateNetworkInsightsPathRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3427
+ CreateNetworkInsightsPathRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
3428
+ CreateNetworkInsightsPathRequest.struct_class = Types::CreateNetworkInsightsPathRequest
3429
+
3430
+ CreateNetworkInsightsPathResult.add_member(:network_insights_path, Shapes::ShapeRef.new(shape: NetworkInsightsPath, location_name: "networkInsightsPath"))
3431
+ CreateNetworkInsightsPathResult.struct_class = Types::CreateNetworkInsightsPathResult
3432
+
3269
3433
  CreateNetworkInterfacePermissionRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "NetworkInterfaceId"))
3270
3434
  CreateNetworkInterfacePermissionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: String, location_name: "AwsAccountId"))
3271
3435
  CreateNetworkInterfacePermissionRequest.add_member(:aws_service, Shapes::ShapeRef.new(shape: String, location_name: "AwsService"))
@@ -3448,11 +3612,41 @@ module Aws::EC2
3448
3612
  CreateTrafficMirrorTargetResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
3449
3613
  CreateTrafficMirrorTargetResult.struct_class = Types::CreateTrafficMirrorTargetResult
3450
3614
 
3615
+ CreateTransitGatewayConnectPeerRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
3616
+ CreateTransitGatewayConnectPeerRequest.add_member(:transit_gateway_address, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayAddress"))
3617
+ CreateTransitGatewayConnectPeerRequest.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PeerAddress"))
3618
+ CreateTransitGatewayConnectPeerRequest.add_member(:bgp_options, Shapes::ShapeRef.new(shape: TransitGatewayConnectRequestBgpOptions, location_name: "BgpOptions"))
3619
+ CreateTransitGatewayConnectPeerRequest.add_member(:inside_cidr_blocks, Shapes::ShapeRef.new(shape: InsideCidrBlocksStringList, required: true, location_name: "InsideCidrBlocks"))
3620
+ CreateTransitGatewayConnectPeerRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3621
+ CreateTransitGatewayConnectPeerRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3622
+ CreateTransitGatewayConnectPeerRequest.struct_class = Types::CreateTransitGatewayConnectPeerRequest
3623
+
3624
+ CreateTransitGatewayConnectPeerResult.add_member(:transit_gateway_connect_peer, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeer, location_name: "transitGatewayConnectPeer"))
3625
+ CreateTransitGatewayConnectPeerResult.struct_class = Types::CreateTransitGatewayConnectPeerResult
3626
+
3627
+ CreateTransitGatewayConnectRequest.add_member(:transport_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransportTransitGatewayAttachmentId"))
3628
+ CreateTransitGatewayConnectRequest.add_member(:options, Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectRequestOptions, required: true, location_name: "Options"))
3629
+ CreateTransitGatewayConnectRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3630
+ CreateTransitGatewayConnectRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3631
+ CreateTransitGatewayConnectRequest.struct_class = Types::CreateTransitGatewayConnectRequest
3632
+
3633
+ CreateTransitGatewayConnectRequestOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolValue, required: true, location_name: "Protocol"))
3634
+ CreateTransitGatewayConnectRequestOptions.struct_class = Types::CreateTransitGatewayConnectRequestOptions
3635
+
3636
+ CreateTransitGatewayConnectResult.add_member(:transit_gateway_connect, Shapes::ShapeRef.new(shape: TransitGatewayConnect, location_name: "transitGatewayConnect"))
3637
+ CreateTransitGatewayConnectResult.struct_class = Types::CreateTransitGatewayConnectResult
3638
+
3451
3639
  CreateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, required: true, location_name: "TransitGatewayId"))
3640
+ CreateTransitGatewayMulticastDomainRequest.add_member(:options, Shapes::ShapeRef.new(shape: CreateTransitGatewayMulticastDomainRequestOptions, location_name: "Options"))
3452
3641
  CreateTransitGatewayMulticastDomainRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3453
3642
  CreateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3454
3643
  CreateTransitGatewayMulticastDomainRequest.struct_class = Types::CreateTransitGatewayMulticastDomainRequest
3455
3644
 
3645
+ CreateTransitGatewayMulticastDomainRequestOptions.add_member(:igmpv_2_support, Shapes::ShapeRef.new(shape: Igmpv2SupportValue, location_name: "Igmpv2Support"))
3646
+ CreateTransitGatewayMulticastDomainRequestOptions.add_member(:static_sources_support, Shapes::ShapeRef.new(shape: StaticSourcesSupportValue, location_name: "StaticSourcesSupport"))
3647
+ CreateTransitGatewayMulticastDomainRequestOptions.add_member(:auto_accept_shared_associations, Shapes::ShapeRef.new(shape: AutoAcceptSharedAssociationsValue, location_name: "AutoAcceptSharedAssociations"))
3648
+ CreateTransitGatewayMulticastDomainRequestOptions.struct_class = Types::CreateTransitGatewayMulticastDomainRequestOptions
3649
+
3456
3650
  CreateTransitGatewayMulticastDomainResult.add_member(:transit_gateway_multicast_domain, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomain, location_name: "transitGatewayMulticastDomain"))
3457
3651
  CreateTransitGatewayMulticastDomainResult.struct_class = Types::CreateTransitGatewayMulticastDomainResult
3458
3652
 
@@ -3541,6 +3735,7 @@ module Aws::EC2
3541
3735
  CreateVolumeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3542
3736
  CreateVolumeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3543
3737
  CreateVolumeRequest.add_member(:multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAttachEnabled"))
3738
+ CreateVolumeRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
3544
3739
  CreateVolumeRequest.struct_class = Types::CreateVolumeRequest
3545
3740
 
3546
3741
  CreateVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -3814,6 +4009,20 @@ module Aws::EC2
3814
4009
  DeleteNetworkAclRequest.add_member(:network_acl_id, Shapes::ShapeRef.new(shape: NetworkAclId, required: true, location_name: "networkAclId"))
3815
4010
  DeleteNetworkAclRequest.struct_class = Types::DeleteNetworkAclRequest
3816
4011
 
4012
+ DeleteNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4013
+ DeleteNetworkInsightsAnalysisRequest.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, required: true, location_name: "NetworkInsightsAnalysisId"))
4014
+ DeleteNetworkInsightsAnalysisRequest.struct_class = Types::DeleteNetworkInsightsAnalysisRequest
4015
+
4016
+ DeleteNetworkInsightsAnalysisResult.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "networkInsightsAnalysisId"))
4017
+ DeleteNetworkInsightsAnalysisResult.struct_class = Types::DeleteNetworkInsightsAnalysisResult
4018
+
4019
+ DeleteNetworkInsightsPathRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4020
+ DeleteNetworkInsightsPathRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, required: true, location_name: "NetworkInsightsPathId"))
4021
+ DeleteNetworkInsightsPathRequest.struct_class = Types::DeleteNetworkInsightsPathRequest
4022
+
4023
+ DeleteNetworkInsightsPathResult.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
4024
+ DeleteNetworkInsightsPathResult.struct_class = Types::DeleteNetworkInsightsPathResult
4025
+
3817
4026
  DeleteNetworkInterfacePermissionRequest.add_member(:network_interface_permission_id, Shapes::ShapeRef.new(shape: NetworkInterfacePermissionId, required: true, location_name: "NetworkInterfacePermissionId"))
3818
4027
  DeleteNetworkInterfacePermissionRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
3819
4028
  DeleteNetworkInterfacePermissionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -3904,6 +4113,20 @@ module Aws::EC2
3904
4113
  DeleteTrafficMirrorTargetResult.add_member(:traffic_mirror_target_id, Shapes::ShapeRef.new(shape: String, location_name: "trafficMirrorTargetId"))
3905
4114
  DeleteTrafficMirrorTargetResult.struct_class = Types::DeleteTrafficMirrorTargetResult
3906
4115
 
4116
+ DeleteTransitGatewayConnectPeerRequest.add_member(:transit_gateway_connect_peer_id, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerId, required: true, location_name: "TransitGatewayConnectPeerId"))
4117
+ DeleteTransitGatewayConnectPeerRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4118
+ DeleteTransitGatewayConnectPeerRequest.struct_class = Types::DeleteTransitGatewayConnectPeerRequest
4119
+
4120
+ DeleteTransitGatewayConnectPeerResult.add_member(:transit_gateway_connect_peer, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeer, location_name: "transitGatewayConnectPeer"))
4121
+ DeleteTransitGatewayConnectPeerResult.struct_class = Types::DeleteTransitGatewayConnectPeerResult
4122
+
4123
+ DeleteTransitGatewayConnectRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
4124
+ DeleteTransitGatewayConnectRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4125
+ DeleteTransitGatewayConnectRequest.struct_class = Types::DeleteTransitGatewayConnectRequest
4126
+
4127
+ DeleteTransitGatewayConnectResult.add_member(:transit_gateway_connect, Shapes::ShapeRef.new(shape: TransitGatewayConnect, location_name: "transitGatewayConnect"))
4128
+ DeleteTransitGatewayConnectResult.struct_class = Types::DeleteTransitGatewayConnectResult
4129
+
3907
4130
  DeleteTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
3908
4131
  DeleteTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3909
4132
  DeleteTransitGatewayMulticastDomainRequest.struct_class = Types::DeleteTransitGatewayMulticastDomainRequest
@@ -4700,6 +4923,31 @@ module Aws::EC2
4700
4923
  DescribeNetworkAclsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4701
4924
  DescribeNetworkAclsResult.struct_class = Types::DescribeNetworkAclsResult
4702
4925
 
4926
+ DescribeNetworkInsightsAnalysesRequest.add_member(:network_insights_analysis_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisIdList, location_name: "NetworkInsightsAnalysisId"))
4927
+ DescribeNetworkInsightsAnalysesRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "NetworkInsightsPathId"))
4928
+ DescribeNetworkInsightsAnalysesRequest.add_member(:analysis_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTime"))
4929
+ DescribeNetworkInsightsAnalysesRequest.add_member(:analysis_end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisEndTime"))
4930
+ DescribeNetworkInsightsAnalysesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4931
+ DescribeNetworkInsightsAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
4932
+ DescribeNetworkInsightsAnalysesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4933
+ DescribeNetworkInsightsAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4934
+ DescribeNetworkInsightsAnalysesRequest.struct_class = Types::DescribeNetworkInsightsAnalysesRequest
4935
+
4936
+ DescribeNetworkInsightsAnalysesResult.add_member(:network_insights_analyses, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisList, location_name: "networkInsightsAnalysisSet"))
4937
+ DescribeNetworkInsightsAnalysesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4938
+ DescribeNetworkInsightsAnalysesResult.struct_class = Types::DescribeNetworkInsightsAnalysesResult
4939
+
4940
+ DescribeNetworkInsightsPathsRequest.add_member(:network_insights_path_ids, Shapes::ShapeRef.new(shape: NetworkInsightsPathIdList, location_name: "NetworkInsightsPathId"))
4941
+ DescribeNetworkInsightsPathsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4942
+ DescribeNetworkInsightsPathsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
4943
+ DescribeNetworkInsightsPathsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4944
+ DescribeNetworkInsightsPathsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4945
+ DescribeNetworkInsightsPathsRequest.struct_class = Types::DescribeNetworkInsightsPathsRequest
4946
+
4947
+ DescribeNetworkInsightsPathsResult.add_member(:network_insights_paths, Shapes::ShapeRef.new(shape: NetworkInsightsPathList, location_name: "networkInsightsPathSet"))
4948
+ DescribeNetworkInsightsPathsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4949
+ DescribeNetworkInsightsPathsResult.struct_class = Types::DescribeNetworkInsightsPathsResult
4950
+
4703
4951
  DescribeNetworkInterfaceAttributeRequest.add_member(:attribute, Shapes::ShapeRef.new(shape: NetworkInterfaceAttribute, location_name: "attribute"))
4704
4952
  DescribeNetworkInterfaceAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4705
4953
  DescribeNetworkInterfaceAttributeRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
@@ -5052,6 +5300,28 @@ module Aws::EC2
5052
5300
  DescribeTransitGatewayAttachmentsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5053
5301
  DescribeTransitGatewayAttachmentsResult.struct_class = Types::DescribeTransitGatewayAttachmentsResult
5054
5302
 
5303
+ DescribeTransitGatewayConnectPeersRequest.add_member(:transit_gateway_connect_peer_ids, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerIdStringList, location_name: "TransitGatewayConnectPeerIds"))
5304
+ DescribeTransitGatewayConnectPeersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5305
+ DescribeTransitGatewayConnectPeersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
5306
+ DescribeTransitGatewayConnectPeersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
5307
+ DescribeTransitGatewayConnectPeersRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5308
+ DescribeTransitGatewayConnectPeersRequest.struct_class = Types::DescribeTransitGatewayConnectPeersRequest
5309
+
5310
+ DescribeTransitGatewayConnectPeersResult.add_member(:transit_gateway_connect_peers, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerList, location_name: "transitGatewayConnectPeerSet"))
5311
+ DescribeTransitGatewayConnectPeersResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5312
+ DescribeTransitGatewayConnectPeersResult.struct_class = Types::DescribeTransitGatewayConnectPeersResult
5313
+
5314
+ DescribeTransitGatewayConnectsRequest.add_member(:transit_gateway_attachment_ids, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentIdStringList, location_name: "TransitGatewayAttachmentIds"))
5315
+ DescribeTransitGatewayConnectsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5316
+ DescribeTransitGatewayConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
5317
+ DescribeTransitGatewayConnectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
5318
+ DescribeTransitGatewayConnectsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5319
+ DescribeTransitGatewayConnectsRequest.struct_class = Types::DescribeTransitGatewayConnectsRequest
5320
+
5321
+ DescribeTransitGatewayConnectsResult.add_member(:transit_gateway_connects, Shapes::ShapeRef.new(shape: TransitGatewayConnectList, location_name: "transitGatewayConnectSet"))
5322
+ DescribeTransitGatewayConnectsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5323
+ DescribeTransitGatewayConnectsResult.struct_class = Types::DescribeTransitGatewayConnectsResult
5324
+
5055
5325
  DescribeTransitGatewayMulticastDomainsRequest.add_member(:transit_gateway_multicast_domain_ids, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainIdStringList, location_name: "TransitGatewayMulticastDomainIds"))
5056
5326
  DescribeTransitGatewayMulticastDomainsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5057
5327
  DescribeTransitGatewayMulticastDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
@@ -5448,7 +5718,7 @@ module Aws::EC2
5448
5718
 
5449
5719
  DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
5450
5720
  DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
5451
- DisassociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SubnetIds"))
5721
+ DisassociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: TransitGatewaySubnetIdList, location_name: "SubnetIds"))
5452
5722
  DisassociateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5453
5723
  DisassociateTransitGatewayMulticastDomainRequest.struct_class = Types::DisassociateTransitGatewayMulticastDomainRequest
5454
5724
 
@@ -5516,6 +5786,7 @@ module Aws::EC2
5516
5786
  EbsBlockDevice.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
5517
5787
  EbsBlockDevice.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
5518
5788
  EbsBlockDevice.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
5789
+ EbsBlockDevice.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
5519
5790
  EbsBlockDevice.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
5520
5791
  EbsBlockDevice.struct_class = Types::EbsBlockDevice
5521
5792
 
@@ -5695,6 +5966,55 @@ module Aws::EC2
5695
5966
 
5696
5967
  ExecutableByStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ExecutableBy")
5697
5968
 
5969
+ Explanation.add_member(:acl, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "acl"))
5970
+ Explanation.add_member(:acl_rule, Shapes::ShapeRef.new(shape: AnalysisAclRule, location_name: "aclRule"))
5971
+ Explanation.add_member(:address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "address"))
5972
+ Explanation.add_member(:addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "addressSet"))
5973
+ Explanation.add_member(:attached_to, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "attachedTo"))
5974
+ Explanation.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneSet"))
5975
+ Explanation.add_member(:cidrs, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "cidrSet"))
5976
+ Explanation.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
5977
+ Explanation.add_member(:customer_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "customerGateway"))
5978
+ Explanation.add_member(:destination, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "destination"))
5979
+ Explanation.add_member(:destination_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "destinationVpc"))
5980
+ Explanation.add_member(:direction, Shapes::ShapeRef.new(shape: String, location_name: "direction"))
5981
+ Explanation.add_member(:explanation_code, Shapes::ShapeRef.new(shape: String, location_name: "explanationCode"))
5982
+ Explanation.add_member(:ingress_route_table, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "ingressRouteTable"))
5983
+ Explanation.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "internetGateway"))
5984
+ Explanation.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "loadBalancerArn"))
5985
+ Explanation.add_member(:classic_load_balancer_listener, Shapes::ShapeRef.new(shape: AnalysisLoadBalancerListener, location_name: "classicLoadBalancerListener"))
5986
+ Explanation.add_member(:load_balancer_listener_port, Shapes::ShapeRef.new(shape: Port, location_name: "loadBalancerListenerPort"))
5987
+ Explanation.add_member(:load_balancer_target, Shapes::ShapeRef.new(shape: AnalysisLoadBalancerTarget, location_name: "loadBalancerTarget"))
5988
+ Explanation.add_member(:load_balancer_target_group, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "loadBalancerTargetGroup"))
5989
+ Explanation.add_member(:load_balancer_target_groups, Shapes::ShapeRef.new(shape: AnalysisComponentList, location_name: "loadBalancerTargetGroupSet"))
5990
+ Explanation.add_member(:load_balancer_target_port, Shapes::ShapeRef.new(shape: Port, location_name: "loadBalancerTargetPort"))
5991
+ Explanation.add_member(:elastic_load_balancer_listener, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "elasticLoadBalancerListener"))
5992
+ Explanation.add_member(:missing_component, Shapes::ShapeRef.new(shape: String, location_name: "missingComponent"))
5993
+ Explanation.add_member(:nat_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "natGateway"))
5994
+ Explanation.add_member(:network_interface, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "networkInterface"))
5995
+ Explanation.add_member(:packet_field, Shapes::ShapeRef.new(shape: String, location_name: "packetField"))
5996
+ Explanation.add_member(:vpc_peering_connection, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpcPeeringConnection"))
5997
+ Explanation.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
5998
+ Explanation.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRangeList, location_name: "portRangeSet"))
5999
+ Explanation.add_member(:prefix_list, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "prefixList"))
6000
+ Explanation.add_member(:protocols, Shapes::ShapeRef.new(shape: StringList, location_name: "protocolSet"))
6001
+ Explanation.add_member(:route_table_route, Shapes::ShapeRef.new(shape: AnalysisRouteTableRoute, location_name: "routeTableRoute"))
6002
+ Explanation.add_member(:route_table, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "routeTable"))
6003
+ Explanation.add_member(:security_group, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "securityGroup"))
6004
+ Explanation.add_member(:security_group_rule, Shapes::ShapeRef.new(shape: AnalysisSecurityGroupRule, location_name: "securityGroupRule"))
6005
+ Explanation.add_member(:security_groups, Shapes::ShapeRef.new(shape: AnalysisComponentList, location_name: "securityGroupSet"))
6006
+ Explanation.add_member(:source_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "sourceVpc"))
6007
+ Explanation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
6008
+ Explanation.add_member(:subnet, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "subnet"))
6009
+ Explanation.add_member(:subnet_route_table, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "subnetRouteTable"))
6010
+ Explanation.add_member(:vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpc"))
6011
+ Explanation.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpcEndpoint"))
6012
+ Explanation.add_member(:vpn_connection, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpnConnection"))
6013
+ Explanation.add_member(:vpn_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpnGateway"))
6014
+ Explanation.struct_class = Types::Explanation
6015
+
6016
+ ExplanationList.member = Shapes::ShapeRef.new(shape: Explanation, location_name: "item")
6017
+
5698
6018
  ExportClientVpnClientCertificateRevocationListRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
5699
6019
  ExportClientVpnClientCertificateRevocationListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5700
6020
  ExportClientVpnClientCertificateRevocationListRequest.struct_class = Types::ExportClientVpnClientCertificateRevocationListRequest
@@ -6552,6 +6872,8 @@ module Aws::EC2
6552
6872
 
6553
6873
  InferenceDeviceInfoList.member = Shapes::ShapeRef.new(shape: InferenceDeviceInfo)
6554
6874
 
6875
+ InsideCidrBlocksStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6876
+
6555
6877
  Instance.add_member(:ami_launch_index, Shapes::ShapeRef.new(shape: Integer, location_name: "amiLaunchIndex"))
6556
6878
  Instance.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
6557
6879
  Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
@@ -6881,6 +7203,8 @@ module Aws::EC2
6881
7203
 
6882
7204
  InternetGatewayList.member = Shapes::ShapeRef.new(shape: InternetGateway, location_name: "item")
6883
7205
 
7206
+ IpAddressList.member = Shapes::ShapeRef.new(shape: IpAddress, location_name: "item")
7207
+
6884
7208
  IpPermission.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "fromPort"))
6885
7209
  IpPermission.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "ipProtocol"))
6886
7210
  IpPermission.add_member(:ip_ranges, Shapes::ShapeRef.new(shape: IpRangeList, location_name: "ipRanges"))
@@ -7039,6 +7363,7 @@ module Aws::EC2
7039
7363
  LaunchTemplateEbsBlockDevice.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "snapshotId"))
7040
7364
  LaunchTemplateEbsBlockDevice.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
7041
7365
  LaunchTemplateEbsBlockDevice.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
7366
+ LaunchTemplateEbsBlockDevice.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
7042
7367
  LaunchTemplateEbsBlockDevice.struct_class = Types::LaunchTemplateEbsBlockDevice
7043
7368
 
7044
7369
  LaunchTemplateEbsBlockDeviceRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Encrypted"))
@@ -7048,6 +7373,7 @@ module Aws::EC2
7048
7373
  LaunchTemplateEbsBlockDeviceRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
7049
7374
  LaunchTemplateEbsBlockDeviceRequest.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "VolumeSize"))
7050
7375
  LaunchTemplateEbsBlockDeviceRequest.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
7376
+ LaunchTemplateEbsBlockDeviceRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
7051
7377
  LaunchTemplateEbsBlockDeviceRequest.struct_class = Types::LaunchTemplateEbsBlockDeviceRequest
7052
7378
 
7053
7379
  LaunchTemplateElasticInferenceAccelerator.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
@@ -7647,6 +7973,8 @@ module Aws::EC2
7647
7973
  ModifyTrafficMirrorSessionResult.add_member(:traffic_mirror_session, Shapes::ShapeRef.new(shape: TrafficMirrorSession, location_name: "trafficMirrorSession"))
7648
7974
  ModifyTrafficMirrorSessionResult.struct_class = Types::ModifyTrafficMirrorSessionResult
7649
7975
 
7976
+ ModifyTransitGatewayOptions.add_member(:add_transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "AddTransitGatewayCidrBlocks"))
7977
+ ModifyTransitGatewayOptions.add_member(:remove_transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "RemoveTransitGatewayCidrBlocks"))
7650
7978
  ModifyTransitGatewayOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
7651
7979
  ModifyTransitGatewayOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
7652
7980
  ModifyTransitGatewayOptions.add_member(:auto_accept_shared_attachments, Shapes::ShapeRef.new(shape: AutoAcceptSharedAttachmentsValue, location_name: "AutoAcceptSharedAttachments"))
@@ -7700,6 +8028,7 @@ module Aws::EC2
7700
8028
  ModifyVolumeRequest.add_member(:size, Shapes::ShapeRef.new(shape: Integer, location_name: "Size"))
7701
8029
  ModifyVolumeRequest.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
7702
8030
  ModifyVolumeRequest.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
8031
+ ModifyVolumeRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
7703
8032
  ModifyVolumeRequest.struct_class = Types::ModifyVolumeRequest
7704
8033
 
7705
8034
  ModifyVolumeResult.add_member(:volume_modification, Shapes::ShapeRef.new(shape: VolumeModification, location_name: "volumeModification"))
@@ -7934,6 +8263,41 @@ module Aws::EC2
7934
8263
  NetworkInfo.add_member(:efa_supported, Shapes::ShapeRef.new(shape: EfaSupportedFlag, location_name: "efaSupported"))
7935
8264
  NetworkInfo.struct_class = Types::NetworkInfo
7936
8265
 
8266
+ NetworkInsightsAnalysis.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "networkInsightsAnalysisId"))
8267
+ NetworkInsightsAnalysis.add_member(:network_insights_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAnalysisArn"))
8268
+ NetworkInsightsAnalysis.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
8269
+ NetworkInsightsAnalysis.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "filterInArnSet"))
8270
+ NetworkInsightsAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
8271
+ NetworkInsightsAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
8272
+ NetworkInsightsAnalysis.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
8273
+ NetworkInsightsAnalysis.add_member(:network_path_found, Shapes::ShapeRef.new(shape: Boolean, location_name: "networkPathFound"))
8274
+ NetworkInsightsAnalysis.add_member(:forward_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "forwardPathComponentSet"))
8275
+ NetworkInsightsAnalysis.add_member(:return_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "returnPathComponentSet"))
8276
+ NetworkInsightsAnalysis.add_member(:explanations, Shapes::ShapeRef.new(shape: ExplanationList, location_name: "explanationSet"))
8277
+ NetworkInsightsAnalysis.add_member(:alternate_path_hints, Shapes::ShapeRef.new(shape: AlternatePathHintList, location_name: "alternatePathHintSet"))
8278
+ NetworkInsightsAnalysis.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
8279
+ NetworkInsightsAnalysis.struct_class = Types::NetworkInsightsAnalysis
8280
+
8281
+ NetworkInsightsAnalysisIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "item")
8282
+
8283
+ NetworkInsightsAnalysisList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAnalysis, location_name: "item")
8284
+
8285
+ NetworkInsightsPath.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
8286
+ NetworkInsightsPath.add_member(:network_insights_path_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsPathArn"))
8287
+ NetworkInsightsPath.add_member(:created_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createdDate"))
8288
+ NetworkInsightsPath.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "source"))
8289
+ NetworkInsightsPath.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "destination"))
8290
+ NetworkInsightsPath.add_member(:source_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "sourceIp"))
8291
+ NetworkInsightsPath.add_member(:destination_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "destinationIp"))
8292
+ NetworkInsightsPath.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
8293
+ NetworkInsightsPath.add_member(:destination_port, Shapes::ShapeRef.new(shape: Integer, location_name: "destinationPort"))
8294
+ NetworkInsightsPath.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
8295
+ NetworkInsightsPath.struct_class = Types::NetworkInsightsPath
8296
+
8297
+ NetworkInsightsPathIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "item")
8298
+
8299
+ NetworkInsightsPathList.member = Shapes::ShapeRef.new(shape: NetworkInsightsPath, location_name: "item")
8300
+
7937
8301
  NetworkInterface.add_member(:association, Shapes::ShapeRef.new(shape: NetworkInterfaceAssociation, location_name: "association"))
7938
8302
  NetworkInterface.add_member(:attachment, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachment, location_name: "attachment"))
7939
8303
  NetworkInterface.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
@@ -8041,6 +8405,21 @@ module Aws::EC2
8041
8405
 
8042
8406
  OwnerStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "Owner")
8043
8407
 
8408
+ PathComponent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
8409
+ PathComponent.add_member(:acl_rule, Shapes::ShapeRef.new(shape: AnalysisAclRule, location_name: "aclRule"))
8410
+ PathComponent.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
8411
+ PathComponent.add_member(:destination_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "destinationVpc"))
8412
+ PathComponent.add_member(:outbound_header, Shapes::ShapeRef.new(shape: AnalysisPacketHeader, location_name: "outboundHeader"))
8413
+ PathComponent.add_member(:inbound_header, Shapes::ShapeRef.new(shape: AnalysisPacketHeader, location_name: "inboundHeader"))
8414
+ PathComponent.add_member(:route_table_route, Shapes::ShapeRef.new(shape: AnalysisRouteTableRoute, location_name: "routeTableRoute"))
8415
+ PathComponent.add_member(:security_group_rule, Shapes::ShapeRef.new(shape: AnalysisSecurityGroupRule, location_name: "securityGroupRule"))
8416
+ PathComponent.add_member(:source_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "sourceVpc"))
8417
+ PathComponent.add_member(:subnet, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "subnet"))
8418
+ PathComponent.add_member(:vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpc"))
8419
+ PathComponent.struct_class = Types::PathComponent
8420
+
8421
+ PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent, location_name: "item")
8422
+
8044
8423
  PciId.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
8045
8424
  PciId.add_member(:vendor_id, Shapes::ShapeRef.new(shape: String, location_name: "VendorId"))
8046
8425
  PciId.add_member(:subsystem_id, Shapes::ShapeRef.new(shape: String, location_name: "SubsystemId"))
@@ -8167,6 +8546,8 @@ module Aws::EC2
8167
8546
  PortRange.add_member(:to, Shapes::ShapeRef.new(shape: Integer, location_name: "to"))
8168
8547
  PortRange.struct_class = Types::PortRange
8169
8548
 
8549
+ PortRangeList.member = Shapes::ShapeRef.new(shape: PortRange, location_name: "item")
8550
+
8170
8551
  PrefixList.add_member(:cidrs, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "cidrSet"))
8171
8552
  PrefixList.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: String, location_name: "prefixListId"))
8172
8553
  PrefixList.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, location_name: "prefixListName"))
@@ -8425,6 +8806,15 @@ module Aws::EC2
8425
8806
  RegisterTransitGatewayMulticastGroupSourcesResult.add_member(:registered_multicast_group_sources, Shapes::ShapeRef.new(shape: TransitGatewayMulticastRegisteredGroupSources, location_name: "registeredMulticastGroupSources"))
8426
8807
  RegisterTransitGatewayMulticastGroupSourcesResult.struct_class = Types::RegisterTransitGatewayMulticastGroupSourcesResult
8427
8808
 
8809
+ RejectTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
8810
+ RejectTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
8811
+ RejectTransitGatewayMulticastDomainAssociationsRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SubnetIds"))
8812
+ RejectTransitGatewayMulticastDomainAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8813
+ RejectTransitGatewayMulticastDomainAssociationsRequest.struct_class = Types::RejectTransitGatewayMulticastDomainAssociationsRequest
8814
+
8815
+ RejectTransitGatewayMulticastDomainAssociationsResult.add_member(:associations, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainAssociations, location_name: "associations"))
8816
+ RejectTransitGatewayMulticastDomainAssociationsResult.struct_class = Types::RejectTransitGatewayMulticastDomainAssociationsResult
8817
+
8428
8818
  RejectTransitGatewayPeeringAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
8429
8819
  RejectTransitGatewayPeeringAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8430
8820
  RejectTransitGatewayPeeringAttachmentRequest.struct_class = Types::RejectTransitGatewayPeeringAttachmentRequest
@@ -9471,6 +9861,16 @@ module Aws::EC2
9471
9861
  StartInstancesResult.add_member(:starting_instances, Shapes::ShapeRef.new(shape: InstanceStateChangeList, location_name: "instancesSet"))
9472
9862
  StartInstancesResult.struct_class = Types::StartInstancesResult
9473
9863
 
9864
+ StartNetworkInsightsAnalysisRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, required: true, location_name: "NetworkInsightsPathId"))
9865
+ StartNetworkInsightsAnalysisRequest.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterInArn"))
9866
+ StartNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
9867
+ StartNetworkInsightsAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
9868
+ StartNetworkInsightsAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
9869
+ StartNetworkInsightsAnalysisRequest.struct_class = Types::StartNetworkInsightsAnalysisRequest
9870
+
9871
+ StartNetworkInsightsAnalysisResult.add_member(:network_insights_analysis, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysis, location_name: "networkInsightsAnalysis"))
9872
+ StartNetworkInsightsAnalysisResult.struct_class = Types::StartNetworkInsightsAnalysisResult
9873
+
9474
9874
  StartVpcEndpointServicePrivateDnsVerificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
9475
9875
  StartVpcEndpointServicePrivateDnsVerificationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, required: true, location_name: "ServiceId"))
9476
9876
  StartVpcEndpointServicePrivateDnsVerificationRequest.struct_class = Types::StartVpcEndpointServicePrivateDnsVerificationRequest
@@ -9498,6 +9898,8 @@ module Aws::EC2
9498
9898
  StorageLocation.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
9499
9899
  StorageLocation.struct_class = Types::StorageLocation
9500
9900
 
9901
+ StringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
9902
+
9501
9903
  Subnet.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
9502
9904
  Subnet.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
9503
9905
  Subnet.add_member(:available_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "availableIpAddressCount"))
@@ -9744,6 +10146,15 @@ module Aws::EC2
9744
10146
  TransitGatewayAttachmentAssociation.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayAssociationState, location_name: "state"))
9745
10147
  TransitGatewayAttachmentAssociation.struct_class = Types::TransitGatewayAttachmentAssociation
9746
10148
 
10149
+ TransitGatewayAttachmentBgpConfiguration.add_member(:transit_gateway_asn, Shapes::ShapeRef.new(shape: Long, location_name: "transitGatewayAsn"))
10150
+ TransitGatewayAttachmentBgpConfiguration.add_member(:peer_asn, Shapes::ShapeRef.new(shape: Long, location_name: "peerAsn"))
10151
+ TransitGatewayAttachmentBgpConfiguration.add_member(:transit_gateway_address, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAddress"))
10152
+ TransitGatewayAttachmentBgpConfiguration.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
10153
+ TransitGatewayAttachmentBgpConfiguration.add_member(:bgp_status, Shapes::ShapeRef.new(shape: BgpStatus, location_name: "bgpStatus"))
10154
+ TransitGatewayAttachmentBgpConfiguration.struct_class = Types::TransitGatewayAttachmentBgpConfiguration
10155
+
10156
+ TransitGatewayAttachmentBgpConfigurationList.member = Shapes::ShapeRef.new(shape: TransitGatewayAttachmentBgpConfiguration, location_name: "item")
10157
+
9747
10158
  TransitGatewayAttachmentIdStringList.member = Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId)
9748
10159
 
9749
10160
  TransitGatewayAttachmentList.member = Shapes::ShapeRef.new(shape: TransitGatewayAttachment, location_name: "item")
@@ -9754,6 +10165,44 @@ module Aws::EC2
9754
10165
 
9755
10166
  TransitGatewayAttachmentPropagationList.member = Shapes::ShapeRef.new(shape: TransitGatewayAttachmentPropagation, location_name: "item")
9756
10167
 
10168
+ TransitGatewayCidrBlockStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
10169
+
10170
+ TransitGatewayConnect.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "transitGatewayAttachmentId"))
10171
+ TransitGatewayConnect.add_member(:transport_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "transportTransitGatewayAttachmentId"))
10172
+ TransitGatewayConnect.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "transitGatewayId"))
10173
+ TransitGatewayConnect.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentState, location_name: "state"))
10174
+ TransitGatewayConnect.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTime"))
10175
+ TransitGatewayConnect.add_member(:options, Shapes::ShapeRef.new(shape: TransitGatewayConnectOptions, location_name: "options"))
10176
+ TransitGatewayConnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10177
+ TransitGatewayConnect.struct_class = Types::TransitGatewayConnect
10178
+
10179
+ TransitGatewayConnectList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnect, location_name: "item")
10180
+
10181
+ TransitGatewayConnectOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolValue, location_name: "protocol"))
10182
+ TransitGatewayConnectOptions.struct_class = Types::TransitGatewayConnectOptions
10183
+
10184
+ TransitGatewayConnectPeer.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "transitGatewayAttachmentId"))
10185
+ TransitGatewayConnectPeer.add_member(:transit_gateway_connect_peer_id, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerId, location_name: "transitGatewayConnectPeerId"))
10186
+ TransitGatewayConnectPeer.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerState, location_name: "state"))
10187
+ TransitGatewayConnectPeer.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTime"))
10188
+ TransitGatewayConnectPeer.add_member(:connect_peer_configuration, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerConfiguration, location_name: "connectPeerConfiguration"))
10189
+ TransitGatewayConnectPeer.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10190
+ TransitGatewayConnectPeer.struct_class = Types::TransitGatewayConnectPeer
10191
+
10192
+ TransitGatewayConnectPeerConfiguration.add_member(:transit_gateway_address, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAddress"))
10193
+ TransitGatewayConnectPeerConfiguration.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
10194
+ TransitGatewayConnectPeerConfiguration.add_member(:inside_cidr_blocks, Shapes::ShapeRef.new(shape: InsideCidrBlocksStringList, location_name: "insideCidrBlocks"))
10195
+ TransitGatewayConnectPeerConfiguration.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolValue, location_name: "protocol"))
10196
+ TransitGatewayConnectPeerConfiguration.add_member(:bgp_configurations, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentBgpConfigurationList, location_name: "bgpConfigurations"))
10197
+ TransitGatewayConnectPeerConfiguration.struct_class = Types::TransitGatewayConnectPeerConfiguration
10198
+
10199
+ TransitGatewayConnectPeerIdStringList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerId, location_name: "item")
10200
+
10201
+ TransitGatewayConnectPeerList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnectPeer, location_name: "item")
10202
+
10203
+ TransitGatewayConnectRequestBgpOptions.add_member(:peer_asn, Shapes::ShapeRef.new(shape: Long, location_name: "PeerAsn"))
10204
+ TransitGatewayConnectRequestBgpOptions.struct_class = Types::TransitGatewayConnectRequestBgpOptions
10205
+
9757
10206
  TransitGatewayIdStringList.member = Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "item")
9758
10207
 
9759
10208
  TransitGatewayList.member = Shapes::ShapeRef.new(shape: TransitGateway, location_name: "item")
@@ -9770,6 +10219,9 @@ module Aws::EC2
9770
10219
 
9771
10220
  TransitGatewayMulticastDomain.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
9772
10221
  TransitGatewayMulticastDomain.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
10222
+ TransitGatewayMulticastDomain.add_member(:transit_gateway_multicast_domain_arn, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainArn"))
10223
+ TransitGatewayMulticastDomain.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
10224
+ TransitGatewayMulticastDomain.add_member(:options, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainOptions, location_name: "options"))
9773
10225
  TransitGatewayMulticastDomain.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainState, location_name: "state"))
9774
10226
  TransitGatewayMulticastDomain.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTime"))
9775
10227
  TransitGatewayMulticastDomain.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
@@ -9778,6 +10230,7 @@ module Aws::EC2
9778
10230
  TransitGatewayMulticastDomainAssociation.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
9779
10231
  TransitGatewayMulticastDomainAssociation.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
9780
10232
  TransitGatewayMulticastDomainAssociation.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
10233
+ TransitGatewayMulticastDomainAssociation.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
9781
10234
  TransitGatewayMulticastDomainAssociation.add_member(:subnet, Shapes::ShapeRef.new(shape: SubnetAssociation, location_name: "subnet"))
9782
10235
  TransitGatewayMulticastDomainAssociation.struct_class = Types::TransitGatewayMulticastDomainAssociation
9783
10236
 
@@ -9787,6 +10240,7 @@ module Aws::EC2
9787
10240
  TransitGatewayMulticastDomainAssociations.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
9788
10241
  TransitGatewayMulticastDomainAssociations.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
9789
10242
  TransitGatewayMulticastDomainAssociations.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
10243
+ TransitGatewayMulticastDomainAssociations.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
9790
10244
  TransitGatewayMulticastDomainAssociations.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetAssociationList, location_name: "subnets"))
9791
10245
  TransitGatewayMulticastDomainAssociations.struct_class = Types::TransitGatewayMulticastDomainAssociations
9792
10246
 
@@ -9794,11 +10248,17 @@ module Aws::EC2
9794
10248
 
9795
10249
  TransitGatewayMulticastDomainList.member = Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomain, location_name: "item")
9796
10250
 
10251
+ TransitGatewayMulticastDomainOptions.add_member(:igmpv_2_support, Shapes::ShapeRef.new(shape: Igmpv2SupportValue, location_name: "igmpv2Support"))
10252
+ TransitGatewayMulticastDomainOptions.add_member(:static_sources_support, Shapes::ShapeRef.new(shape: StaticSourcesSupportValue, location_name: "staticSourcesSupport"))
10253
+ TransitGatewayMulticastDomainOptions.add_member(:auto_accept_shared_associations, Shapes::ShapeRef.new(shape: AutoAcceptSharedAssociationsValue, location_name: "autoAcceptSharedAssociations"))
10254
+ TransitGatewayMulticastDomainOptions.struct_class = Types::TransitGatewayMulticastDomainOptions
10255
+
9797
10256
  TransitGatewayMulticastGroup.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "groupIpAddress"))
9798
10257
  TransitGatewayMulticastGroup.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
9799
10258
  TransitGatewayMulticastGroup.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
9800
10259
  TransitGatewayMulticastGroup.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
9801
10260
  TransitGatewayMulticastGroup.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
10261
+ TransitGatewayMulticastGroup.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
9802
10262
  TransitGatewayMulticastGroup.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
9803
10263
  TransitGatewayMulticastGroup.add_member(:group_member, Shapes::ShapeRef.new(shape: Boolean, location_name: "groupMember"))
9804
10264
  TransitGatewayMulticastGroup.add_member(:group_source, Shapes::ShapeRef.new(shape: Boolean, location_name: "groupSource"))
@@ -9821,6 +10281,7 @@ module Aws::EC2
9821
10281
  TransitGatewayNetworkInterfaceIdList.member = Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "item")
9822
10282
 
9823
10283
  TransitGatewayOptions.add_member(:amazon_side_asn, Shapes::ShapeRef.new(shape: Long, location_name: "amazonSideAsn"))
10284
+ TransitGatewayOptions.add_member(:transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "transitGatewayCidrBlocks"))
9824
10285
  TransitGatewayOptions.add_member(:auto_accept_shared_attachments, Shapes::ShapeRef.new(shape: AutoAcceptSharedAttachmentsValue, location_name: "autoAcceptSharedAttachments"))
9825
10286
  TransitGatewayOptions.add_member(:default_route_table_association, Shapes::ShapeRef.new(shape: DefaultRouteTableAssociationValue, location_name: "defaultRouteTableAssociation"))
9826
10287
  TransitGatewayOptions.add_member(:association_default_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "associationDefaultRouteTableId"))
@@ -9871,6 +10332,7 @@ module Aws::EC2
9871
10332
  TransitGatewayRequestOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
9872
10333
  TransitGatewayRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
9873
10334
  TransitGatewayRequestOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "MulticastSupport"))
10335
+ TransitGatewayRequestOptions.add_member(:transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "TransitGatewayCidrBlocks"))
9874
10336
  TransitGatewayRequestOptions.struct_class = Types::TransitGatewayRequestOptions
9875
10337
 
9876
10338
  TransitGatewayRoute.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
@@ -10095,6 +10557,7 @@ module Aws::EC2
10095
10557
  Volume.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
10096
10558
  Volume.add_member(:fast_restored, Shapes::ShapeRef.new(shape: Boolean, location_name: "fastRestored"))
10097
10559
  Volume.add_member(:multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "multiAttachEnabled"))
10560
+ Volume.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
10098
10561
  Volume.struct_class = Types::Volume
10099
10562
 
10100
10563
  VolumeAttachment.add_member(:attach_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "attachTime"))
@@ -10120,9 +10583,11 @@ module Aws::EC2
10120
10583
  VolumeModification.add_member(:target_size, Shapes::ShapeRef.new(shape: Integer, location_name: "targetSize"))
10121
10584
  VolumeModification.add_member(:target_iops, Shapes::ShapeRef.new(shape: Integer, location_name: "targetIops"))
10122
10585
  VolumeModification.add_member(:target_volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "targetVolumeType"))
10586
+ VolumeModification.add_member(:target_throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "targetThroughput"))
10123
10587
  VolumeModification.add_member(:original_size, Shapes::ShapeRef.new(shape: Integer, location_name: "originalSize"))
10124
10588
  VolumeModification.add_member(:original_iops, Shapes::ShapeRef.new(shape: Integer, location_name: "originalIops"))
10125
10589
  VolumeModification.add_member(:original_volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "originalVolumeType"))
10590
+ VolumeModification.add_member(:original_throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "originalThroughput"))
10126
10591
  VolumeModification.add_member(:progress, Shapes::ShapeRef.new(shape: Long, location_name: "progress"))
10127
10592
  VolumeModification.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
10128
10593
  VolumeModification.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
@@ -10416,6 +10881,14 @@ module Aws::EC2
10416
10881
  o.output = Shapes::ShapeRef.new(shape: AcceptReservedInstancesExchangeQuoteResult)
10417
10882
  end)
10418
10883
 
10884
+ api.add_operation(:accept_transit_gateway_multicast_domain_associations, Seahorse::Model::Operation.new.tap do |o|
10885
+ o.name = "AcceptTransitGatewayMulticastDomainAssociations"
10886
+ o.http_method = "POST"
10887
+ o.http_request_uri = "/"
10888
+ o.input = Shapes::ShapeRef.new(shape: AcceptTransitGatewayMulticastDomainAssociationsRequest)
10889
+ o.output = Shapes::ShapeRef.new(shape: AcceptTransitGatewayMulticastDomainAssociationsResult)
10890
+ end)
10891
+
10419
10892
  api.add_operation(:accept_transit_gateway_peering_attachment, Seahorse::Model::Operation.new.tap do |o|
10420
10893
  o.name = "AcceptTransitGatewayPeeringAttachment"
10421
10894
  o.http_method = "POST"
@@ -10936,6 +11409,14 @@ module Aws::EC2
10936
11409
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10937
11410
  end)
10938
11411
 
11412
+ api.add_operation(:create_network_insights_path, Seahorse::Model::Operation.new.tap do |o|
11413
+ o.name = "CreateNetworkInsightsPath"
11414
+ o.http_method = "POST"
11415
+ o.http_request_uri = "/"
11416
+ o.input = Shapes::ShapeRef.new(shape: CreateNetworkInsightsPathRequest)
11417
+ o.output = Shapes::ShapeRef.new(shape: CreateNetworkInsightsPathResult)
11418
+ end)
11419
+
10939
11420
  api.add_operation(:create_network_interface, Seahorse::Model::Operation.new.tap do |o|
10940
11421
  o.name = "CreateNetworkInterface"
10941
11422
  o.http_method = "POST"
@@ -11072,6 +11553,22 @@ module Aws::EC2
11072
11553
  o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayResult)
11073
11554
  end)
11074
11555
 
11556
+ api.add_operation(:create_transit_gateway_connect, Seahorse::Model::Operation.new.tap do |o|
11557
+ o.name = "CreateTransitGatewayConnect"
11558
+ o.http_method = "POST"
11559
+ o.http_request_uri = "/"
11560
+ o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectRequest)
11561
+ o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectResult)
11562
+ end)
11563
+
11564
+ api.add_operation(:create_transit_gateway_connect_peer, Seahorse::Model::Operation.new.tap do |o|
11565
+ o.name = "CreateTransitGatewayConnectPeer"
11566
+ o.http_method = "POST"
11567
+ o.http_request_uri = "/"
11568
+ o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectPeerRequest)
11569
+ o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectPeerResult)
11570
+ end)
11571
+
11075
11572
  api.add_operation(:create_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
11076
11573
  o.name = "CreateTransitGatewayMulticastDomain"
11077
11574
  o.http_method = "POST"
@@ -11344,6 +11841,22 @@ module Aws::EC2
11344
11841
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
11345
11842
  end)
11346
11843
 
11844
+ api.add_operation(:delete_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
11845
+ o.name = "DeleteNetworkInsightsAnalysis"
11846
+ o.http_method = "POST"
11847
+ o.http_request_uri = "/"
11848
+ o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAnalysisRequest)
11849
+ o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAnalysisResult)
11850
+ end)
11851
+
11852
+ api.add_operation(:delete_network_insights_path, Seahorse::Model::Operation.new.tap do |o|
11853
+ o.name = "DeleteNetworkInsightsPath"
11854
+ o.http_method = "POST"
11855
+ o.http_request_uri = "/"
11856
+ o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsPathRequest)
11857
+ o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsPathResult)
11858
+ end)
11859
+
11347
11860
  api.add_operation(:delete_network_interface, Seahorse::Model::Operation.new.tap do |o|
11348
11861
  o.name = "DeleteNetworkInterface"
11349
11862
  o.http_method = "POST"
@@ -11472,6 +11985,22 @@ module Aws::EC2
11472
11985
  o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayResult)
11473
11986
  end)
11474
11987
 
11988
+ api.add_operation(:delete_transit_gateway_connect, Seahorse::Model::Operation.new.tap do |o|
11989
+ o.name = "DeleteTransitGatewayConnect"
11990
+ o.http_method = "POST"
11991
+ o.http_request_uri = "/"
11992
+ o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectRequest)
11993
+ o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectResult)
11994
+ end)
11995
+
11996
+ api.add_operation(:delete_transit_gateway_connect_peer, Seahorse::Model::Operation.new.tap do |o|
11997
+ o.name = "DeleteTransitGatewayConnectPeer"
11998
+ o.http_method = "POST"
11999
+ o.http_request_uri = "/"
12000
+ o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectPeerRequest)
12001
+ o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectPeerResult)
12002
+ end)
12003
+
11475
12004
  api.add_operation(:delete_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
11476
12005
  o.name = "DeleteTransitGatewayMulticastDomain"
11477
12006
  o.http_method = "POST"
@@ -12372,6 +12901,34 @@ module Aws::EC2
12372
12901
  )
12373
12902
  end)
12374
12903
 
12904
+ api.add_operation(:describe_network_insights_analyses, Seahorse::Model::Operation.new.tap do |o|
12905
+ o.name = "DescribeNetworkInsightsAnalyses"
12906
+ o.http_method = "POST"
12907
+ o.http_request_uri = "/"
12908
+ o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAnalysesRequest)
12909
+ o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAnalysesResult)
12910
+ o[:pager] = Aws::Pager.new(
12911
+ limit_key: "max_results",
12912
+ tokens: {
12913
+ "next_token" => "next_token"
12914
+ }
12915
+ )
12916
+ end)
12917
+
12918
+ api.add_operation(:describe_network_insights_paths, Seahorse::Model::Operation.new.tap do |o|
12919
+ o.name = "DescribeNetworkInsightsPaths"
12920
+ o.http_method = "POST"
12921
+ o.http_request_uri = "/"
12922
+ o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsPathsRequest)
12923
+ o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsPathsResult)
12924
+ o[:pager] = Aws::Pager.new(
12925
+ limit_key: "max_results",
12926
+ tokens: {
12927
+ "next_token" => "next_token"
12928
+ }
12929
+ )
12930
+ end)
12931
+
12375
12932
  api.add_operation(:describe_network_interface_attribute, Seahorse::Model::Operation.new.tap do |o|
12376
12933
  o.name = "DescribeNetworkInterfaceAttribute"
12377
12934
  o.http_method = "POST"
@@ -12759,6 +13316,34 @@ module Aws::EC2
12759
13316
  )
12760
13317
  end)
12761
13318
 
13319
+ api.add_operation(:describe_transit_gateway_connect_peers, Seahorse::Model::Operation.new.tap do |o|
13320
+ o.name = "DescribeTransitGatewayConnectPeers"
13321
+ o.http_method = "POST"
13322
+ o.http_request_uri = "/"
13323
+ o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayConnectPeersRequest)
13324
+ o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayConnectPeersResult)
13325
+ o[:pager] = Aws::Pager.new(
13326
+ limit_key: "max_results",
13327
+ tokens: {
13328
+ "next_token" => "next_token"
13329
+ }
13330
+ )
13331
+ end)
13332
+
13333
+ api.add_operation(:describe_transit_gateway_connects, Seahorse::Model::Operation.new.tap do |o|
13334
+ o.name = "DescribeTransitGatewayConnects"
13335
+ o.http_method = "POST"
13336
+ o.http_request_uri = "/"
13337
+ o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayConnectsRequest)
13338
+ o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayConnectsResult)
13339
+ o[:pager] = Aws::Pager.new(
13340
+ limit_key: "max_results",
13341
+ tokens: {
13342
+ "next_token" => "next_token"
13343
+ }
13344
+ )
13345
+ end)
13346
+
12762
13347
  api.add_operation(:describe_transit_gateway_multicast_domains, Seahorse::Model::Operation.new.tap do |o|
12763
13348
  o.name = "DescribeTransitGatewayMulticastDomains"
12764
13349
  o.http_method = "POST"
@@ -13981,6 +14566,14 @@ module Aws::EC2
13981
14566
  o.output = Shapes::ShapeRef.new(shape: RegisterTransitGatewayMulticastGroupSourcesResult)
13982
14567
  end)
13983
14568
 
14569
+ api.add_operation(:reject_transit_gateway_multicast_domain_associations, Seahorse::Model::Operation.new.tap do |o|
14570
+ o.name = "RejectTransitGatewayMulticastDomainAssociations"
14571
+ o.http_method = "POST"
14572
+ o.http_request_uri = "/"
14573
+ o.input = Shapes::ShapeRef.new(shape: RejectTransitGatewayMulticastDomainAssociationsRequest)
14574
+ o.output = Shapes::ShapeRef.new(shape: RejectTransitGatewayMulticastDomainAssociationsResult)
14575
+ end)
14576
+
13984
14577
  api.add_operation(:reject_transit_gateway_peering_attachment, Seahorse::Model::Operation.new.tap do |o|
13985
14578
  o.name = "RejectTransitGatewayPeeringAttachment"
13986
14579
  o.http_method = "POST"
@@ -14257,6 +14850,14 @@ module Aws::EC2
14257
14850
  o.output = Shapes::ShapeRef.new(shape: StartInstancesResult)
14258
14851
  end)
14259
14852
 
14853
+ api.add_operation(:start_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
14854
+ o.name = "StartNetworkInsightsAnalysis"
14855
+ o.http_method = "POST"
14856
+ o.http_request_uri = "/"
14857
+ o.input = Shapes::ShapeRef.new(shape: StartNetworkInsightsAnalysisRequest)
14858
+ o.output = Shapes::ShapeRef.new(shape: StartNetworkInsightsAnalysisResult)
14859
+ end)
14860
+
14260
14861
  api.add_operation(:start_vpc_endpoint_service_private_dns_verification, Seahorse::Model::Operation.new.tap do |o|
14261
14862
  o.name = "StartVpcEndpointServicePrivateDnsVerification"
14262
14863
  o.http_method = "POST"