aws-sdk-ec2 1.214.0 → 1.219.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
 
@@ -3267,6 +3416,20 @@ module Aws::EC2
3267
3416
  CreateNetworkAclResult.add_member(:network_acl, Shapes::ShapeRef.new(shape: NetworkAcl, location_name: "networkAcl"))
3268
3417
  CreateNetworkAclResult.struct_class = Types::CreateNetworkAclResult
3269
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
+
3270
3433
  CreateNetworkInterfacePermissionRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "NetworkInterfaceId"))
3271
3434
  CreateNetworkInterfacePermissionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: String, location_name: "AwsAccountId"))
3272
3435
  CreateNetworkInterfacePermissionRequest.add_member(:aws_service, Shapes::ShapeRef.new(shape: String, location_name: "AwsService"))
@@ -3449,11 +3612,41 @@ module Aws::EC2
3449
3612
  CreateTrafficMirrorTargetResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
3450
3613
  CreateTrafficMirrorTargetResult.struct_class = Types::CreateTrafficMirrorTargetResult
3451
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
+
3452
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"))
3453
3641
  CreateTransitGatewayMulticastDomainRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3454
3642
  CreateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3455
3643
  CreateTransitGatewayMulticastDomainRequest.struct_class = Types::CreateTransitGatewayMulticastDomainRequest
3456
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
+
3457
3650
  CreateTransitGatewayMulticastDomainResult.add_member(:transit_gateway_multicast_domain, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomain, location_name: "transitGatewayMulticastDomain"))
3458
3651
  CreateTransitGatewayMulticastDomainResult.struct_class = Types::CreateTransitGatewayMulticastDomainResult
3459
3652
 
@@ -3816,6 +4009,20 @@ module Aws::EC2
3816
4009
  DeleteNetworkAclRequest.add_member(:network_acl_id, Shapes::ShapeRef.new(shape: NetworkAclId, required: true, location_name: "networkAclId"))
3817
4010
  DeleteNetworkAclRequest.struct_class = Types::DeleteNetworkAclRequest
3818
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
+
3819
4026
  DeleteNetworkInterfacePermissionRequest.add_member(:network_interface_permission_id, Shapes::ShapeRef.new(shape: NetworkInterfacePermissionId, required: true, location_name: "NetworkInterfacePermissionId"))
3820
4027
  DeleteNetworkInterfacePermissionRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
3821
4028
  DeleteNetworkInterfacePermissionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -3906,6 +4113,20 @@ module Aws::EC2
3906
4113
  DeleteTrafficMirrorTargetResult.add_member(:traffic_mirror_target_id, Shapes::ShapeRef.new(shape: String, location_name: "trafficMirrorTargetId"))
3907
4114
  DeleteTrafficMirrorTargetResult.struct_class = Types::DeleteTrafficMirrorTargetResult
3908
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
+
3909
4130
  DeleteTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
3910
4131
  DeleteTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3911
4132
  DeleteTransitGatewayMulticastDomainRequest.struct_class = Types::DeleteTransitGatewayMulticastDomainRequest
@@ -4702,6 +4923,31 @@ module Aws::EC2
4702
4923
  DescribeNetworkAclsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4703
4924
  DescribeNetworkAclsResult.struct_class = Types::DescribeNetworkAclsResult
4704
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
+
4705
4951
  DescribeNetworkInterfaceAttributeRequest.add_member(:attribute, Shapes::ShapeRef.new(shape: NetworkInterfaceAttribute, location_name: "attribute"))
4706
4952
  DescribeNetworkInterfaceAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4707
4953
  DescribeNetworkInterfaceAttributeRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
@@ -5054,6 +5300,28 @@ module Aws::EC2
5054
5300
  DescribeTransitGatewayAttachmentsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5055
5301
  DescribeTransitGatewayAttachmentsResult.struct_class = Types::DescribeTransitGatewayAttachmentsResult
5056
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
+
5057
5325
  DescribeTransitGatewayMulticastDomainsRequest.add_member(:transit_gateway_multicast_domain_ids, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainIdStringList, location_name: "TransitGatewayMulticastDomainIds"))
5058
5326
  DescribeTransitGatewayMulticastDomainsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5059
5327
  DescribeTransitGatewayMulticastDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
@@ -5450,7 +5718,7 @@ module Aws::EC2
5450
5718
 
5451
5719
  DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
5452
5720
  DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
5453
- 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"))
5454
5722
  DisassociateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5455
5723
  DisassociateTransitGatewayMulticastDomainRequest.struct_class = Types::DisassociateTransitGatewayMulticastDomainRequest
5456
5724
 
@@ -5698,6 +5966,55 @@ module Aws::EC2
5698
5966
 
5699
5967
  ExecutableByStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ExecutableBy")
5700
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
+
5701
6018
  ExportClientVpnClientCertificateRevocationListRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
5702
6019
  ExportClientVpnClientCertificateRevocationListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5703
6020
  ExportClientVpnClientCertificateRevocationListRequest.struct_class = Types::ExportClientVpnClientCertificateRevocationListRequest
@@ -6555,6 +6872,8 @@ module Aws::EC2
6555
6872
 
6556
6873
  InferenceDeviceInfoList.member = Shapes::ShapeRef.new(shape: InferenceDeviceInfo)
6557
6874
 
6875
+ InsideCidrBlocksStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6876
+
6558
6877
  Instance.add_member(:ami_launch_index, Shapes::ShapeRef.new(shape: Integer, location_name: "amiLaunchIndex"))
6559
6878
  Instance.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
6560
6879
  Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
@@ -6884,6 +7203,8 @@ module Aws::EC2
6884
7203
 
6885
7204
  InternetGatewayList.member = Shapes::ShapeRef.new(shape: InternetGateway, location_name: "item")
6886
7205
 
7206
+ IpAddressList.member = Shapes::ShapeRef.new(shape: IpAddress, location_name: "item")
7207
+
6887
7208
  IpPermission.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "fromPort"))
6888
7209
  IpPermission.add_member(:ip_protocol, Shapes::ShapeRef.new(shape: String, location_name: "ipProtocol"))
6889
7210
  IpPermission.add_member(:ip_ranges, Shapes::ShapeRef.new(shape: IpRangeList, location_name: "ipRanges"))
@@ -7652,6 +7973,8 @@ module Aws::EC2
7652
7973
  ModifyTrafficMirrorSessionResult.add_member(:traffic_mirror_session, Shapes::ShapeRef.new(shape: TrafficMirrorSession, location_name: "trafficMirrorSession"))
7653
7974
  ModifyTrafficMirrorSessionResult.struct_class = Types::ModifyTrafficMirrorSessionResult
7654
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"))
7655
7978
  ModifyTransitGatewayOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
7656
7979
  ModifyTransitGatewayOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
7657
7980
  ModifyTransitGatewayOptions.add_member(:auto_accept_shared_attachments, Shapes::ShapeRef.new(shape: AutoAcceptSharedAttachmentsValue, location_name: "AutoAcceptSharedAttachments"))
@@ -7706,6 +8029,7 @@ module Aws::EC2
7706
8029
  ModifyVolumeRequest.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
7707
8030
  ModifyVolumeRequest.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
7708
8031
  ModifyVolumeRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
8032
+ ModifyVolumeRequest.add_member(:multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAttachEnabled"))
7709
8033
  ModifyVolumeRequest.struct_class = Types::ModifyVolumeRequest
7710
8034
 
7711
8035
  ModifyVolumeResult.add_member(:volume_modification, Shapes::ShapeRef.new(shape: VolumeModification, location_name: "volumeModification"))
@@ -7940,6 +8264,41 @@ module Aws::EC2
7940
8264
  NetworkInfo.add_member(:efa_supported, Shapes::ShapeRef.new(shape: EfaSupportedFlag, location_name: "efaSupported"))
7941
8265
  NetworkInfo.struct_class = Types::NetworkInfo
7942
8266
 
8267
+ NetworkInsightsAnalysis.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "networkInsightsAnalysisId"))
8268
+ NetworkInsightsAnalysis.add_member(:network_insights_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAnalysisArn"))
8269
+ NetworkInsightsAnalysis.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
8270
+ NetworkInsightsAnalysis.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "filterInArnSet"))
8271
+ NetworkInsightsAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
8272
+ NetworkInsightsAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
8273
+ NetworkInsightsAnalysis.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
8274
+ NetworkInsightsAnalysis.add_member(:network_path_found, Shapes::ShapeRef.new(shape: Boolean, location_name: "networkPathFound"))
8275
+ NetworkInsightsAnalysis.add_member(:forward_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "forwardPathComponentSet"))
8276
+ NetworkInsightsAnalysis.add_member(:return_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "returnPathComponentSet"))
8277
+ NetworkInsightsAnalysis.add_member(:explanations, Shapes::ShapeRef.new(shape: ExplanationList, location_name: "explanationSet"))
8278
+ NetworkInsightsAnalysis.add_member(:alternate_path_hints, Shapes::ShapeRef.new(shape: AlternatePathHintList, location_name: "alternatePathHintSet"))
8279
+ NetworkInsightsAnalysis.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
8280
+ NetworkInsightsAnalysis.struct_class = Types::NetworkInsightsAnalysis
8281
+
8282
+ NetworkInsightsAnalysisIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "item")
8283
+
8284
+ NetworkInsightsAnalysisList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAnalysis, location_name: "item")
8285
+
8286
+ NetworkInsightsPath.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
8287
+ NetworkInsightsPath.add_member(:network_insights_path_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsPathArn"))
8288
+ NetworkInsightsPath.add_member(:created_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createdDate"))
8289
+ NetworkInsightsPath.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "source"))
8290
+ NetworkInsightsPath.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "destination"))
8291
+ NetworkInsightsPath.add_member(:source_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "sourceIp"))
8292
+ NetworkInsightsPath.add_member(:destination_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "destinationIp"))
8293
+ NetworkInsightsPath.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
8294
+ NetworkInsightsPath.add_member(:destination_port, Shapes::ShapeRef.new(shape: Integer, location_name: "destinationPort"))
8295
+ NetworkInsightsPath.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
8296
+ NetworkInsightsPath.struct_class = Types::NetworkInsightsPath
8297
+
8298
+ NetworkInsightsPathIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "item")
8299
+
8300
+ NetworkInsightsPathList.member = Shapes::ShapeRef.new(shape: NetworkInsightsPath, location_name: "item")
8301
+
7943
8302
  NetworkInterface.add_member(:association, Shapes::ShapeRef.new(shape: NetworkInterfaceAssociation, location_name: "association"))
7944
8303
  NetworkInterface.add_member(:attachment, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachment, location_name: "attachment"))
7945
8304
  NetworkInterface.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
@@ -8047,6 +8406,21 @@ module Aws::EC2
8047
8406
 
8048
8407
  OwnerStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "Owner")
8049
8408
 
8409
+ PathComponent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
8410
+ PathComponent.add_member(:acl_rule, Shapes::ShapeRef.new(shape: AnalysisAclRule, location_name: "aclRule"))
8411
+ PathComponent.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
8412
+ PathComponent.add_member(:destination_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "destinationVpc"))
8413
+ PathComponent.add_member(:outbound_header, Shapes::ShapeRef.new(shape: AnalysisPacketHeader, location_name: "outboundHeader"))
8414
+ PathComponent.add_member(:inbound_header, Shapes::ShapeRef.new(shape: AnalysisPacketHeader, location_name: "inboundHeader"))
8415
+ PathComponent.add_member(:route_table_route, Shapes::ShapeRef.new(shape: AnalysisRouteTableRoute, location_name: "routeTableRoute"))
8416
+ PathComponent.add_member(:security_group_rule, Shapes::ShapeRef.new(shape: AnalysisSecurityGroupRule, location_name: "securityGroupRule"))
8417
+ PathComponent.add_member(:source_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "sourceVpc"))
8418
+ PathComponent.add_member(:subnet, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "subnet"))
8419
+ PathComponent.add_member(:vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpc"))
8420
+ PathComponent.struct_class = Types::PathComponent
8421
+
8422
+ PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent, location_name: "item")
8423
+
8050
8424
  PciId.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
8051
8425
  PciId.add_member(:vendor_id, Shapes::ShapeRef.new(shape: String, location_name: "VendorId"))
8052
8426
  PciId.add_member(:subsystem_id, Shapes::ShapeRef.new(shape: String, location_name: "SubsystemId"))
@@ -8173,6 +8547,8 @@ module Aws::EC2
8173
8547
  PortRange.add_member(:to, Shapes::ShapeRef.new(shape: Integer, location_name: "to"))
8174
8548
  PortRange.struct_class = Types::PortRange
8175
8549
 
8550
+ PortRangeList.member = Shapes::ShapeRef.new(shape: PortRange, location_name: "item")
8551
+
8176
8552
  PrefixList.add_member(:cidrs, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "cidrSet"))
8177
8553
  PrefixList.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: String, location_name: "prefixListId"))
8178
8554
  PrefixList.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, location_name: "prefixListName"))
@@ -8431,6 +8807,15 @@ module Aws::EC2
8431
8807
  RegisterTransitGatewayMulticastGroupSourcesResult.add_member(:registered_multicast_group_sources, Shapes::ShapeRef.new(shape: TransitGatewayMulticastRegisteredGroupSources, location_name: "registeredMulticastGroupSources"))
8432
8808
  RegisterTransitGatewayMulticastGroupSourcesResult.struct_class = Types::RegisterTransitGatewayMulticastGroupSourcesResult
8433
8809
 
8810
+ RejectTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, location_name: "TransitGatewayMulticastDomainId"))
8811
+ RejectTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
8812
+ RejectTransitGatewayMulticastDomainAssociationsRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SubnetIds"))
8813
+ RejectTransitGatewayMulticastDomainAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8814
+ RejectTransitGatewayMulticastDomainAssociationsRequest.struct_class = Types::RejectTransitGatewayMulticastDomainAssociationsRequest
8815
+
8816
+ RejectTransitGatewayMulticastDomainAssociationsResult.add_member(:associations, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainAssociations, location_name: "associations"))
8817
+ RejectTransitGatewayMulticastDomainAssociationsResult.struct_class = Types::RejectTransitGatewayMulticastDomainAssociationsResult
8818
+
8434
8819
  RejectTransitGatewayPeeringAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
8435
8820
  RejectTransitGatewayPeeringAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8436
8821
  RejectTransitGatewayPeeringAttachmentRequest.struct_class = Types::RejectTransitGatewayPeeringAttachmentRequest
@@ -9477,6 +9862,16 @@ module Aws::EC2
9477
9862
  StartInstancesResult.add_member(:starting_instances, Shapes::ShapeRef.new(shape: InstanceStateChangeList, location_name: "instancesSet"))
9478
9863
  StartInstancesResult.struct_class = Types::StartInstancesResult
9479
9864
 
9865
+ StartNetworkInsightsAnalysisRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, required: true, location_name: "NetworkInsightsPathId"))
9866
+ StartNetworkInsightsAnalysisRequest.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterInArn"))
9867
+ StartNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
9868
+ StartNetworkInsightsAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
9869
+ StartNetworkInsightsAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
9870
+ StartNetworkInsightsAnalysisRequest.struct_class = Types::StartNetworkInsightsAnalysisRequest
9871
+
9872
+ StartNetworkInsightsAnalysisResult.add_member(:network_insights_analysis, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysis, location_name: "networkInsightsAnalysis"))
9873
+ StartNetworkInsightsAnalysisResult.struct_class = Types::StartNetworkInsightsAnalysisResult
9874
+
9480
9875
  StartVpcEndpointServicePrivateDnsVerificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
9481
9876
  StartVpcEndpointServicePrivateDnsVerificationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, required: true, location_name: "ServiceId"))
9482
9877
  StartVpcEndpointServicePrivateDnsVerificationRequest.struct_class = Types::StartVpcEndpointServicePrivateDnsVerificationRequest
@@ -9504,6 +9899,8 @@ module Aws::EC2
9504
9899
  StorageLocation.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
9505
9900
  StorageLocation.struct_class = Types::StorageLocation
9506
9901
 
9902
+ StringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
9903
+
9507
9904
  Subnet.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
9508
9905
  Subnet.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
9509
9906
  Subnet.add_member(:available_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "availableIpAddressCount"))
@@ -9750,6 +10147,15 @@ module Aws::EC2
9750
10147
  TransitGatewayAttachmentAssociation.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayAssociationState, location_name: "state"))
9751
10148
  TransitGatewayAttachmentAssociation.struct_class = Types::TransitGatewayAttachmentAssociation
9752
10149
 
10150
+ TransitGatewayAttachmentBgpConfiguration.add_member(:transit_gateway_asn, Shapes::ShapeRef.new(shape: Long, location_name: "transitGatewayAsn"))
10151
+ TransitGatewayAttachmentBgpConfiguration.add_member(:peer_asn, Shapes::ShapeRef.new(shape: Long, location_name: "peerAsn"))
10152
+ TransitGatewayAttachmentBgpConfiguration.add_member(:transit_gateway_address, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAddress"))
10153
+ TransitGatewayAttachmentBgpConfiguration.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
10154
+ TransitGatewayAttachmentBgpConfiguration.add_member(:bgp_status, Shapes::ShapeRef.new(shape: BgpStatus, location_name: "bgpStatus"))
10155
+ TransitGatewayAttachmentBgpConfiguration.struct_class = Types::TransitGatewayAttachmentBgpConfiguration
10156
+
10157
+ TransitGatewayAttachmentBgpConfigurationList.member = Shapes::ShapeRef.new(shape: TransitGatewayAttachmentBgpConfiguration, location_name: "item")
10158
+
9753
10159
  TransitGatewayAttachmentIdStringList.member = Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId)
9754
10160
 
9755
10161
  TransitGatewayAttachmentList.member = Shapes::ShapeRef.new(shape: TransitGatewayAttachment, location_name: "item")
@@ -9760,6 +10166,44 @@ module Aws::EC2
9760
10166
 
9761
10167
  TransitGatewayAttachmentPropagationList.member = Shapes::ShapeRef.new(shape: TransitGatewayAttachmentPropagation, location_name: "item")
9762
10168
 
10169
+ TransitGatewayCidrBlockStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
10170
+
10171
+ TransitGatewayConnect.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "transitGatewayAttachmentId"))
10172
+ TransitGatewayConnect.add_member(:transport_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "transportTransitGatewayAttachmentId"))
10173
+ TransitGatewayConnect.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "transitGatewayId"))
10174
+ TransitGatewayConnect.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentState, location_name: "state"))
10175
+ TransitGatewayConnect.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTime"))
10176
+ TransitGatewayConnect.add_member(:options, Shapes::ShapeRef.new(shape: TransitGatewayConnectOptions, location_name: "options"))
10177
+ TransitGatewayConnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10178
+ TransitGatewayConnect.struct_class = Types::TransitGatewayConnect
10179
+
10180
+ TransitGatewayConnectList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnect, location_name: "item")
10181
+
10182
+ TransitGatewayConnectOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolValue, location_name: "protocol"))
10183
+ TransitGatewayConnectOptions.struct_class = Types::TransitGatewayConnectOptions
10184
+
10185
+ TransitGatewayConnectPeer.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "transitGatewayAttachmentId"))
10186
+ TransitGatewayConnectPeer.add_member(:transit_gateway_connect_peer_id, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerId, location_name: "transitGatewayConnectPeerId"))
10187
+ TransitGatewayConnectPeer.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerState, location_name: "state"))
10188
+ TransitGatewayConnectPeer.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTime"))
10189
+ TransitGatewayConnectPeer.add_member(:connect_peer_configuration, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerConfiguration, location_name: "connectPeerConfiguration"))
10190
+ TransitGatewayConnectPeer.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10191
+ TransitGatewayConnectPeer.struct_class = Types::TransitGatewayConnectPeer
10192
+
10193
+ TransitGatewayConnectPeerConfiguration.add_member(:transit_gateway_address, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAddress"))
10194
+ TransitGatewayConnectPeerConfiguration.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
10195
+ TransitGatewayConnectPeerConfiguration.add_member(:inside_cidr_blocks, Shapes::ShapeRef.new(shape: InsideCidrBlocksStringList, location_name: "insideCidrBlocks"))
10196
+ TransitGatewayConnectPeerConfiguration.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolValue, location_name: "protocol"))
10197
+ TransitGatewayConnectPeerConfiguration.add_member(:bgp_configurations, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentBgpConfigurationList, location_name: "bgpConfigurations"))
10198
+ TransitGatewayConnectPeerConfiguration.struct_class = Types::TransitGatewayConnectPeerConfiguration
10199
+
10200
+ TransitGatewayConnectPeerIdStringList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerId, location_name: "item")
10201
+
10202
+ TransitGatewayConnectPeerList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnectPeer, location_name: "item")
10203
+
10204
+ TransitGatewayConnectRequestBgpOptions.add_member(:peer_asn, Shapes::ShapeRef.new(shape: Long, location_name: "PeerAsn"))
10205
+ TransitGatewayConnectRequestBgpOptions.struct_class = Types::TransitGatewayConnectRequestBgpOptions
10206
+
9763
10207
  TransitGatewayIdStringList.member = Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "item")
9764
10208
 
9765
10209
  TransitGatewayList.member = Shapes::ShapeRef.new(shape: TransitGateway, location_name: "item")
@@ -9776,6 +10220,9 @@ module Aws::EC2
9776
10220
 
9777
10221
  TransitGatewayMulticastDomain.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
9778
10222
  TransitGatewayMulticastDomain.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
10223
+ TransitGatewayMulticastDomain.add_member(:transit_gateway_multicast_domain_arn, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainArn"))
10224
+ TransitGatewayMulticastDomain.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
10225
+ TransitGatewayMulticastDomain.add_member(:options, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainOptions, location_name: "options"))
9779
10226
  TransitGatewayMulticastDomain.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainState, location_name: "state"))
9780
10227
  TransitGatewayMulticastDomain.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTime"))
9781
10228
  TransitGatewayMulticastDomain.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
@@ -9784,6 +10231,7 @@ module Aws::EC2
9784
10231
  TransitGatewayMulticastDomainAssociation.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
9785
10232
  TransitGatewayMulticastDomainAssociation.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
9786
10233
  TransitGatewayMulticastDomainAssociation.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
10234
+ TransitGatewayMulticastDomainAssociation.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
9787
10235
  TransitGatewayMulticastDomainAssociation.add_member(:subnet, Shapes::ShapeRef.new(shape: SubnetAssociation, location_name: "subnet"))
9788
10236
  TransitGatewayMulticastDomainAssociation.struct_class = Types::TransitGatewayMulticastDomainAssociation
9789
10237
 
@@ -9793,6 +10241,7 @@ module Aws::EC2
9793
10241
  TransitGatewayMulticastDomainAssociations.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
9794
10242
  TransitGatewayMulticastDomainAssociations.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
9795
10243
  TransitGatewayMulticastDomainAssociations.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
10244
+ TransitGatewayMulticastDomainAssociations.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
9796
10245
  TransitGatewayMulticastDomainAssociations.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetAssociationList, location_name: "subnets"))
9797
10246
  TransitGatewayMulticastDomainAssociations.struct_class = Types::TransitGatewayMulticastDomainAssociations
9798
10247
 
@@ -9800,11 +10249,17 @@ module Aws::EC2
9800
10249
 
9801
10250
  TransitGatewayMulticastDomainList.member = Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomain, location_name: "item")
9802
10251
 
10252
+ TransitGatewayMulticastDomainOptions.add_member(:igmpv_2_support, Shapes::ShapeRef.new(shape: Igmpv2SupportValue, location_name: "igmpv2Support"))
10253
+ TransitGatewayMulticastDomainOptions.add_member(:static_sources_support, Shapes::ShapeRef.new(shape: StaticSourcesSupportValue, location_name: "staticSourcesSupport"))
10254
+ TransitGatewayMulticastDomainOptions.add_member(:auto_accept_shared_associations, Shapes::ShapeRef.new(shape: AutoAcceptSharedAssociationsValue, location_name: "autoAcceptSharedAssociations"))
10255
+ TransitGatewayMulticastDomainOptions.struct_class = Types::TransitGatewayMulticastDomainOptions
10256
+
9803
10257
  TransitGatewayMulticastGroup.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "groupIpAddress"))
9804
10258
  TransitGatewayMulticastGroup.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
9805
10259
  TransitGatewayMulticastGroup.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
9806
10260
  TransitGatewayMulticastGroup.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
9807
10261
  TransitGatewayMulticastGroup.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
10262
+ TransitGatewayMulticastGroup.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
9808
10263
  TransitGatewayMulticastGroup.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
9809
10264
  TransitGatewayMulticastGroup.add_member(:group_member, Shapes::ShapeRef.new(shape: Boolean, location_name: "groupMember"))
9810
10265
  TransitGatewayMulticastGroup.add_member(:group_source, Shapes::ShapeRef.new(shape: Boolean, location_name: "groupSource"))
@@ -9827,6 +10282,7 @@ module Aws::EC2
9827
10282
  TransitGatewayNetworkInterfaceIdList.member = Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "item")
9828
10283
 
9829
10284
  TransitGatewayOptions.add_member(:amazon_side_asn, Shapes::ShapeRef.new(shape: Long, location_name: "amazonSideAsn"))
10285
+ TransitGatewayOptions.add_member(:transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "transitGatewayCidrBlocks"))
9830
10286
  TransitGatewayOptions.add_member(:auto_accept_shared_attachments, Shapes::ShapeRef.new(shape: AutoAcceptSharedAttachmentsValue, location_name: "autoAcceptSharedAttachments"))
9831
10287
  TransitGatewayOptions.add_member(:default_route_table_association, Shapes::ShapeRef.new(shape: DefaultRouteTableAssociationValue, location_name: "defaultRouteTableAssociation"))
9832
10288
  TransitGatewayOptions.add_member(:association_default_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "associationDefaultRouteTableId"))
@@ -9877,6 +10333,7 @@ module Aws::EC2
9877
10333
  TransitGatewayRequestOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
9878
10334
  TransitGatewayRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
9879
10335
  TransitGatewayRequestOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "MulticastSupport"))
10336
+ TransitGatewayRequestOptions.add_member(:transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "TransitGatewayCidrBlocks"))
9880
10337
  TransitGatewayRequestOptions.struct_class = Types::TransitGatewayRequestOptions
9881
10338
 
9882
10339
  TransitGatewayRoute.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
@@ -10128,10 +10585,12 @@ module Aws::EC2
10128
10585
  VolumeModification.add_member(:target_iops, Shapes::ShapeRef.new(shape: Integer, location_name: "targetIops"))
10129
10586
  VolumeModification.add_member(:target_volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "targetVolumeType"))
10130
10587
  VolumeModification.add_member(:target_throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "targetThroughput"))
10588
+ VolumeModification.add_member(:target_multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "targetMultiAttachEnabled"))
10131
10589
  VolumeModification.add_member(:original_size, Shapes::ShapeRef.new(shape: Integer, location_name: "originalSize"))
10132
10590
  VolumeModification.add_member(:original_iops, Shapes::ShapeRef.new(shape: Integer, location_name: "originalIops"))
10133
10591
  VolumeModification.add_member(:original_volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "originalVolumeType"))
10134
10592
  VolumeModification.add_member(:original_throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "originalThroughput"))
10593
+ VolumeModification.add_member(:original_multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "originalMultiAttachEnabled"))
10135
10594
  VolumeModification.add_member(:progress, Shapes::ShapeRef.new(shape: Long, location_name: "progress"))
10136
10595
  VolumeModification.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
10137
10596
  VolumeModification.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
@@ -10425,6 +10884,14 @@ module Aws::EC2
10425
10884
  o.output = Shapes::ShapeRef.new(shape: AcceptReservedInstancesExchangeQuoteResult)
10426
10885
  end)
10427
10886
 
10887
+ api.add_operation(:accept_transit_gateway_multicast_domain_associations, Seahorse::Model::Operation.new.tap do |o|
10888
+ o.name = "AcceptTransitGatewayMulticastDomainAssociations"
10889
+ o.http_method = "POST"
10890
+ o.http_request_uri = "/"
10891
+ o.input = Shapes::ShapeRef.new(shape: AcceptTransitGatewayMulticastDomainAssociationsRequest)
10892
+ o.output = Shapes::ShapeRef.new(shape: AcceptTransitGatewayMulticastDomainAssociationsResult)
10893
+ end)
10894
+
10428
10895
  api.add_operation(:accept_transit_gateway_peering_attachment, Seahorse::Model::Operation.new.tap do |o|
10429
10896
  o.name = "AcceptTransitGatewayPeeringAttachment"
10430
10897
  o.http_method = "POST"
@@ -10945,6 +11412,14 @@ module Aws::EC2
10945
11412
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10946
11413
  end)
10947
11414
 
11415
+ api.add_operation(:create_network_insights_path, Seahorse::Model::Operation.new.tap do |o|
11416
+ o.name = "CreateNetworkInsightsPath"
11417
+ o.http_method = "POST"
11418
+ o.http_request_uri = "/"
11419
+ o.input = Shapes::ShapeRef.new(shape: CreateNetworkInsightsPathRequest)
11420
+ o.output = Shapes::ShapeRef.new(shape: CreateNetworkInsightsPathResult)
11421
+ end)
11422
+
10948
11423
  api.add_operation(:create_network_interface, Seahorse::Model::Operation.new.tap do |o|
10949
11424
  o.name = "CreateNetworkInterface"
10950
11425
  o.http_method = "POST"
@@ -11081,6 +11556,22 @@ module Aws::EC2
11081
11556
  o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayResult)
11082
11557
  end)
11083
11558
 
11559
+ api.add_operation(:create_transit_gateway_connect, Seahorse::Model::Operation.new.tap do |o|
11560
+ o.name = "CreateTransitGatewayConnect"
11561
+ o.http_method = "POST"
11562
+ o.http_request_uri = "/"
11563
+ o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectRequest)
11564
+ o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectResult)
11565
+ end)
11566
+
11567
+ api.add_operation(:create_transit_gateway_connect_peer, Seahorse::Model::Operation.new.tap do |o|
11568
+ o.name = "CreateTransitGatewayConnectPeer"
11569
+ o.http_method = "POST"
11570
+ o.http_request_uri = "/"
11571
+ o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectPeerRequest)
11572
+ o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectPeerResult)
11573
+ end)
11574
+
11084
11575
  api.add_operation(:create_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
11085
11576
  o.name = "CreateTransitGatewayMulticastDomain"
11086
11577
  o.http_method = "POST"
@@ -11353,6 +11844,22 @@ module Aws::EC2
11353
11844
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
11354
11845
  end)
11355
11846
 
11847
+ api.add_operation(:delete_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
11848
+ o.name = "DeleteNetworkInsightsAnalysis"
11849
+ o.http_method = "POST"
11850
+ o.http_request_uri = "/"
11851
+ o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAnalysisRequest)
11852
+ o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAnalysisResult)
11853
+ end)
11854
+
11855
+ api.add_operation(:delete_network_insights_path, Seahorse::Model::Operation.new.tap do |o|
11856
+ o.name = "DeleteNetworkInsightsPath"
11857
+ o.http_method = "POST"
11858
+ o.http_request_uri = "/"
11859
+ o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsPathRequest)
11860
+ o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsPathResult)
11861
+ end)
11862
+
11356
11863
  api.add_operation(:delete_network_interface, Seahorse::Model::Operation.new.tap do |o|
11357
11864
  o.name = "DeleteNetworkInterface"
11358
11865
  o.http_method = "POST"
@@ -11481,6 +11988,22 @@ module Aws::EC2
11481
11988
  o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayResult)
11482
11989
  end)
11483
11990
 
11991
+ api.add_operation(:delete_transit_gateway_connect, Seahorse::Model::Operation.new.tap do |o|
11992
+ o.name = "DeleteTransitGatewayConnect"
11993
+ o.http_method = "POST"
11994
+ o.http_request_uri = "/"
11995
+ o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectRequest)
11996
+ o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectResult)
11997
+ end)
11998
+
11999
+ api.add_operation(:delete_transit_gateway_connect_peer, Seahorse::Model::Operation.new.tap do |o|
12000
+ o.name = "DeleteTransitGatewayConnectPeer"
12001
+ o.http_method = "POST"
12002
+ o.http_request_uri = "/"
12003
+ o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectPeerRequest)
12004
+ o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectPeerResult)
12005
+ end)
12006
+
11484
12007
  api.add_operation(:delete_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
11485
12008
  o.name = "DeleteTransitGatewayMulticastDomain"
11486
12009
  o.http_method = "POST"
@@ -12381,6 +12904,34 @@ module Aws::EC2
12381
12904
  )
12382
12905
  end)
12383
12906
 
12907
+ api.add_operation(:describe_network_insights_analyses, Seahorse::Model::Operation.new.tap do |o|
12908
+ o.name = "DescribeNetworkInsightsAnalyses"
12909
+ o.http_method = "POST"
12910
+ o.http_request_uri = "/"
12911
+ o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAnalysesRequest)
12912
+ o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAnalysesResult)
12913
+ o[:pager] = Aws::Pager.new(
12914
+ limit_key: "max_results",
12915
+ tokens: {
12916
+ "next_token" => "next_token"
12917
+ }
12918
+ )
12919
+ end)
12920
+
12921
+ api.add_operation(:describe_network_insights_paths, Seahorse::Model::Operation.new.tap do |o|
12922
+ o.name = "DescribeNetworkInsightsPaths"
12923
+ o.http_method = "POST"
12924
+ o.http_request_uri = "/"
12925
+ o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsPathsRequest)
12926
+ o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsPathsResult)
12927
+ o[:pager] = Aws::Pager.new(
12928
+ limit_key: "max_results",
12929
+ tokens: {
12930
+ "next_token" => "next_token"
12931
+ }
12932
+ )
12933
+ end)
12934
+
12384
12935
  api.add_operation(:describe_network_interface_attribute, Seahorse::Model::Operation.new.tap do |o|
12385
12936
  o.name = "DescribeNetworkInterfaceAttribute"
12386
12937
  o.http_method = "POST"
@@ -12768,6 +13319,34 @@ module Aws::EC2
12768
13319
  )
12769
13320
  end)
12770
13321
 
13322
+ api.add_operation(:describe_transit_gateway_connect_peers, Seahorse::Model::Operation.new.tap do |o|
13323
+ o.name = "DescribeTransitGatewayConnectPeers"
13324
+ o.http_method = "POST"
13325
+ o.http_request_uri = "/"
13326
+ o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayConnectPeersRequest)
13327
+ o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayConnectPeersResult)
13328
+ o[:pager] = Aws::Pager.new(
13329
+ limit_key: "max_results",
13330
+ tokens: {
13331
+ "next_token" => "next_token"
13332
+ }
13333
+ )
13334
+ end)
13335
+
13336
+ api.add_operation(:describe_transit_gateway_connects, Seahorse::Model::Operation.new.tap do |o|
13337
+ o.name = "DescribeTransitGatewayConnects"
13338
+ o.http_method = "POST"
13339
+ o.http_request_uri = "/"
13340
+ o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayConnectsRequest)
13341
+ o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayConnectsResult)
13342
+ o[:pager] = Aws::Pager.new(
13343
+ limit_key: "max_results",
13344
+ tokens: {
13345
+ "next_token" => "next_token"
13346
+ }
13347
+ )
13348
+ end)
13349
+
12771
13350
  api.add_operation(:describe_transit_gateway_multicast_domains, Seahorse::Model::Operation.new.tap do |o|
12772
13351
  o.name = "DescribeTransitGatewayMulticastDomains"
12773
13352
  o.http_method = "POST"
@@ -13990,6 +14569,14 @@ module Aws::EC2
13990
14569
  o.output = Shapes::ShapeRef.new(shape: RegisterTransitGatewayMulticastGroupSourcesResult)
13991
14570
  end)
13992
14571
 
14572
+ api.add_operation(:reject_transit_gateway_multicast_domain_associations, Seahorse::Model::Operation.new.tap do |o|
14573
+ o.name = "RejectTransitGatewayMulticastDomainAssociations"
14574
+ o.http_method = "POST"
14575
+ o.http_request_uri = "/"
14576
+ o.input = Shapes::ShapeRef.new(shape: RejectTransitGatewayMulticastDomainAssociationsRequest)
14577
+ o.output = Shapes::ShapeRef.new(shape: RejectTransitGatewayMulticastDomainAssociationsResult)
14578
+ end)
14579
+
13993
14580
  api.add_operation(:reject_transit_gateway_peering_attachment, Seahorse::Model::Operation.new.tap do |o|
13994
14581
  o.name = "RejectTransitGatewayPeeringAttachment"
13995
14582
  o.http_method = "POST"
@@ -14266,6 +14853,14 @@ module Aws::EC2
14266
14853
  o.output = Shapes::ShapeRef.new(shape: StartInstancesResult)
14267
14854
  end)
14268
14855
 
14856
+ api.add_operation(:start_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
14857
+ o.name = "StartNetworkInsightsAnalysis"
14858
+ o.http_method = "POST"
14859
+ o.http_request_uri = "/"
14860
+ o.input = Shapes::ShapeRef.new(shape: StartNetworkInsightsAnalysisRequest)
14861
+ o.output = Shapes::ShapeRef.new(shape: StartNetworkInsightsAnalysisResult)
14862
+ end)
14863
+
14269
14864
  api.add_operation(:start_vpc_endpoint_service_private_dns_verification, Seahorse::Model::Operation.new.tap do |o|
14270
14865
  o.name = "StartVpcEndpointServicePrivateDnsVerification"
14271
14866
  o.http_method = "POST"