@aws-sdk/client-ec2 3.325.0 → 3.326.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.
- package/dist-cjs/pagination/GetNetworkInsightsAccessScopeAnalysisFindingsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-es/pagination/GetNetworkInsightsAccessScopeAnalysisFindingsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +13 -0
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +6 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +18 -0
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +36 -0
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +27 -0
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +14 -0
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +61 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +11 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +13 -0
- package/dist-types/commands/AllocateHostsCommand.d.ts +8 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +14 -0
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +8 -0
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +12 -0
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +16 -0
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +18 -0
- package/dist-types/commands/AssociateAddressCommand.d.ts +6 -0
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +10 -0
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +4 -0
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +8 -0
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +15 -0
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +39 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +23 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +18 -0
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +10 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +14 -0
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +18 -0
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +12 -0
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +12 -0
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +20 -0
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +24 -0
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +6 -0
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +4 -0
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +54 -0
- package/dist-types/commands/AttachVolumeCommand.d.ts +11 -0
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +9 -0
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +9 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +34 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +34 -0
- package/dist-types/commands/BundleInstanceCommand.d.ts +26 -0
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +26 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +6 -0
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +21 -0
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +4 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +4 -0
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +6 -0
- package/dist-types/commands/CancelImportTaskCommand.d.ts +8 -0
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +36 -0
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +21 -0
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +7 -0
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +6 -0
- package/dist-types/commands/CopyImageCommand.d.ts +6 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +12 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +40 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +35 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +17 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +11 -0
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +9 -0
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +10 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +19 -0
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +20 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +46 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +42 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +25 -0
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +21 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +197 -0
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +18 -0
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +7 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +39 -0
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +27 -0
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +21 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +30 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +40 -0
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +25 -0
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +23 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +15 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +27 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +259 -0
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +18 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +24 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +20 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +20 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +22 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +42 -0
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +42 -0
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +4 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +119 -0
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +48 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +94 -0
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +16 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +20 -0
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +6 -0
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +21 -0
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +36 -0
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +6 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +6 -0
- package/dist-types/commands/CreateRouteTableCommand.d.ts +54 -0
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +12 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +27 -0
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +25 -0
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +15 -0
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +6 -0
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +19 -0
- package/dist-types/commands/CreateSubnetCommand.d.ts +46 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +61 -0
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +25 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +23 -0
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +21 -0
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +33 -0
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +21 -0
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +34 -0
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +24 -0
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +36 -0
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +19 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +23 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +19 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +27 -0
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +46 -0
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +21 -0
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +26 -0
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +33 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +35 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +42 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +54 -0
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +17 -0
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +47 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +61 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +111 -0
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +4 -0
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +24 -0
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +17 -0
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +9 -0
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +10 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +19 -0
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFleetsCommand.d.ts +21 -0
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +14 -0
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIpamCommand.d.ts +30 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +40 -0
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +25 -0
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +23 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +19 -0
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +23 -0
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +18 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +24 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +20 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +20 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +22 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +6 -0
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +6 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +6 -0
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +6 -0
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +6 -0
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +6 -0
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +19 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +19 -0
- package/dist-types/commands/DeleteSubnetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +33 -0
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +21 -0
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +34 -0
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +24 -0
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +19 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +23 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +19 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +27 -0
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +46 -0
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +21 -0
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +26 -0
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +33 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +14 -0
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +14 -0
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +14 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +4 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +11 -0
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +15 -0
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +9 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +12 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +18 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +28 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +13 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +24 -0
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +28 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +41 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +20 -0
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +24 -0
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +19 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +78 -0
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +21 -0
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +58 -0
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +22 -0
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +28 -0
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +23 -0
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +25 -0
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +26 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +29 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +25 -0
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +21 -0
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +20 -0
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +344 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +22 -0
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +46 -0
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +31 -0
- package/dist-types/commands/DescribeHostsCommand.d.ts +55 -0
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +12 -0
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +12 -0
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +57 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +70 -0
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +52 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +34 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +64 -0
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +42 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +47 -0
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +143 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +230 -0
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +24 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +28 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +26 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +26 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +33 -0
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +23 -0
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +21 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +254 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +22 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +23 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +23 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +27 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +24 -0
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +20 -0
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +44 -0
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +45 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +26 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +722 -0
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +51 -0
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +34 -0
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +96 -0
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +22 -0
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +15 -0
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +18 -0
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +24 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +34 -0
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +57 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +31 -0
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +33 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +34 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +93 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +18 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +27 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +20 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +330 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +129 -0
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +15 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +62 -0
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +17 -0
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +49 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +63 -0
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +23 -0
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +28 -0
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +37 -0
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +26 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +22 -0
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +30 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +36 -0
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +49 -0
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +29 -0
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +36 -0
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +15 -0
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +46 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +40 -0
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +26 -0
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +15 -0
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +17 -0
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +12 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +49 -0
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +47 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +56 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +64 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +45 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +113 -0
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +26 -0
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +6 -0
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +4 -0
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +4 -0
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +54 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +11 -0
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +4 -0
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +13 -0
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +6 -0
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +6 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +20 -0
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +34 -0
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +6 -0
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +6 -0
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +13 -0
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +4 -0
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +6 -0
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateAddressCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +10 -0
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +15 -0
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +39 -0
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +23 -0
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +18 -0
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +14 -0
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +18 -0
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +12 -0
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +12 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +24 -0
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +13 -0
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +6 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +6 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +20 -0
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +34 -0
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +6 -0
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +6 -0
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +6 -0
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +13 -0
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +4 -0
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +4 -0
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +6 -0
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +6 -0
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +10 -0
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/ExportImageCommand.d.ts +23 -0
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +6 -0
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +13 -0
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +12 -0
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +24 -0
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +17 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +15 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +8 -0
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +7 -0
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +9 -0
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +6 -0
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +6 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +12 -0
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +22 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +11 -0
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +7 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +21 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +18 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +25 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +17 -0
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +18 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +30 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +242 -0
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +12 -0
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +12 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +335 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +107 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +8 -0
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +43 -0
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +13 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +38 -0
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +12 -0
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +18 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +15 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +22 -0
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +20 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +14 -0
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +15 -0
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +14 -0
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +15 -0
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +6 -0
- package/dist-types/commands/ImportImageCommand.d.ts +46 -0
- package/dist-types/commands/ImportInstanceCommand.d.ts +56 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +14 -0
- package/dist-types/commands/ImportSnapshotCommand.d.ts +29 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +56 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +15 -0
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +15 -0
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +15 -0
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +6 -0
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +6 -0
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +9 -0
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +6 -0
- package/dist-types/commands/ModifyFleetCommand.d.ts +6 -0
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +22 -0
- package/dist-types/commands/ModifyHostsCommand.d.ts +17 -0
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +4 -0
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +4 -0
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +6 -0
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +19 -0
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +13 -0
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +39 -0
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +7 -0
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +14 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamCommand.d.ts +30 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +40 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +27 -0
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +25 -0
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +23 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +19 -0
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +18 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +22 -0
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +6 -0
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +6 -0
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +6 -0
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +7 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +6 -0
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +60 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +24 -0
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +22 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +33 -0
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +27 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +46 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +7 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +21 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +7 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +26 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +36 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +33 -0
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +23 -0
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +6 -0
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +6 -0
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +6 -0
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +14 -0
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +15 -0
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +6 -0
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +111 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +111 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +111 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +111 -0
- package/dist-types/commands/MonitorInstancesCommand.d.ts +13 -0
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +7 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +11 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +11 -0
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +15 -0
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +12 -0
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +23 -0
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +6 -0
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +32 -0
- package/dist-types/commands/RebootInstancesCommand.d.ts +4 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +6 -0
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +11 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +12 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +12 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +18 -0
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +36 -0
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +27 -0
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +14 -0
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +6 -0
- package/dist-types/commands/ReleaseAddressCommand.d.ts +4 -0
- package/dist-types/commands/ReleaseHostsCommand.d.ts +17 -0
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +6 -0
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +15 -0
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +6 -0
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +4 -0
- package/dist-types/commands/ReplaceRouteCommand.d.ts +4 -0
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +10 -0
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +19 -0
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +6 -0
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +128 -0
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +15 -0
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +6 -0
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +6 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +4 -0
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +7 -0
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +6 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +22 -0
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +15 -0
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +9 -0
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +9 -0
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +42 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +42 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +225 -0
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +8 -0
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +21 -0
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +21 -0
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +22 -0
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +4 -0
- package/dist-types/commands/StartInstancesCommand.d.ts +18 -0
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +23 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +719 -0
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +6 -0
- package/dist-types/commands/StopInstancesCommand.d.ts +18 -0
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +20 -0
- package/dist-types/commands/TerminateInstancesCommand.d.ts +18 -0
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +12 -0
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +4 -0
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +18 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +6 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +11 -0
- package/dist-types/pagination/GetNetworkInsightsAccessScopeAnalysisFindingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/pagination/GetNetworkInsightsAccessScopeAnalysisFindingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/package.json +4 -4
|
@@ -47,6 +47,726 @@ export interface DescribeNetworkInsightsAnalysesCommandOutput extends DescribeNe
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new DescribeNetworkInsightsAnalysesCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // DescribeNetworkInsightsAnalysesResult
|
|
51
|
+
* // NetworkInsightsAnalyses: [ // NetworkInsightsAnalysisList
|
|
52
|
+
* // { // NetworkInsightsAnalysis
|
|
53
|
+
* // NetworkInsightsAnalysisId: "STRING_VALUE",
|
|
54
|
+
* // NetworkInsightsAnalysisArn: "STRING_VALUE",
|
|
55
|
+
* // NetworkInsightsPathId: "STRING_VALUE",
|
|
56
|
+
* // AdditionalAccounts: [ // ValueStringList
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
59
|
+
* // FilterInArns: [ // ArnList
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // StartDate: new Date("TIMESTAMP"),
|
|
63
|
+
* // Status: "running" || "succeeded" || "failed",
|
|
64
|
+
* // StatusMessage: "STRING_VALUE",
|
|
65
|
+
* // WarningMessage: "STRING_VALUE",
|
|
66
|
+
* // NetworkPathFound: true || false,
|
|
67
|
+
* // ForwardPathComponents: [ // PathComponentList
|
|
68
|
+
* // { // PathComponent
|
|
69
|
+
* // SequenceNumber: Number("int"),
|
|
70
|
+
* // AclRule: { // AnalysisAclRule
|
|
71
|
+
* // Cidr: "STRING_VALUE",
|
|
72
|
+
* // Egress: true || false,
|
|
73
|
+
* // PortRange: { // PortRange
|
|
74
|
+
* // From: Number("int"),
|
|
75
|
+
* // To: Number("int"),
|
|
76
|
+
* // },
|
|
77
|
+
* // Protocol: "STRING_VALUE",
|
|
78
|
+
* // RuleAction: "STRING_VALUE",
|
|
79
|
+
* // RuleNumber: Number("int"),
|
|
80
|
+
* // },
|
|
81
|
+
* // AttachedTo: { // AnalysisComponent
|
|
82
|
+
* // Id: "STRING_VALUE",
|
|
83
|
+
* // Arn: "STRING_VALUE",
|
|
84
|
+
* // Name: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // Component: {
|
|
87
|
+
* // Id: "STRING_VALUE",
|
|
88
|
+
* // Arn: "STRING_VALUE",
|
|
89
|
+
* // Name: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // DestinationVpc: {
|
|
92
|
+
* // Id: "STRING_VALUE",
|
|
93
|
+
* // Arn: "STRING_VALUE",
|
|
94
|
+
* // Name: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // OutboundHeader: { // AnalysisPacketHeader
|
|
97
|
+
* // DestinationAddresses: [ // IpAddressList
|
|
98
|
+
* // "STRING_VALUE",
|
|
99
|
+
* // ],
|
|
100
|
+
* // DestinationPortRanges: [ // PortRangeList
|
|
101
|
+
* // {
|
|
102
|
+
* // From: Number("int"),
|
|
103
|
+
* // To: Number("int"),
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
106
|
+
* // Protocol: "STRING_VALUE",
|
|
107
|
+
* // SourceAddresses: [
|
|
108
|
+
* // "STRING_VALUE",
|
|
109
|
+
* // ],
|
|
110
|
+
* // SourcePortRanges: [
|
|
111
|
+
* // {
|
|
112
|
+
* // From: Number("int"),
|
|
113
|
+
* // To: Number("int"),
|
|
114
|
+
* // },
|
|
115
|
+
* // ],
|
|
116
|
+
* // },
|
|
117
|
+
* // InboundHeader: {
|
|
118
|
+
* // DestinationAddresses: [
|
|
119
|
+
* // "STRING_VALUE",
|
|
120
|
+
* // ],
|
|
121
|
+
* // DestinationPortRanges: [
|
|
122
|
+
* // {
|
|
123
|
+
* // From: Number("int"),
|
|
124
|
+
* // To: Number("int"),
|
|
125
|
+
* // },
|
|
126
|
+
* // ],
|
|
127
|
+
* // Protocol: "STRING_VALUE",
|
|
128
|
+
* // SourceAddresses: [
|
|
129
|
+
* // "STRING_VALUE",
|
|
130
|
+
* // ],
|
|
131
|
+
* // SourcePortRanges: [
|
|
132
|
+
* // {
|
|
133
|
+
* // From: Number("int"),
|
|
134
|
+
* // To: Number("int"),
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // },
|
|
138
|
+
* // RouteTableRoute: { // AnalysisRouteTableRoute
|
|
139
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
140
|
+
* // DestinationPrefixListId: "STRING_VALUE",
|
|
141
|
+
* // EgressOnlyInternetGatewayId: "STRING_VALUE",
|
|
142
|
+
* // GatewayId: "STRING_VALUE",
|
|
143
|
+
* // InstanceId: "STRING_VALUE",
|
|
144
|
+
* // NatGatewayId: "STRING_VALUE",
|
|
145
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
146
|
+
* // Origin: "STRING_VALUE",
|
|
147
|
+
* // TransitGatewayId: "STRING_VALUE",
|
|
148
|
+
* // VpcPeeringConnectionId: "STRING_VALUE",
|
|
149
|
+
* // State: "STRING_VALUE",
|
|
150
|
+
* // CarrierGatewayId: "STRING_VALUE",
|
|
151
|
+
* // CoreNetworkArn: "STRING_VALUE",
|
|
152
|
+
* // LocalGatewayId: "STRING_VALUE",
|
|
153
|
+
* // },
|
|
154
|
+
* // SecurityGroupRule: { // AnalysisSecurityGroupRule
|
|
155
|
+
* // Cidr: "STRING_VALUE",
|
|
156
|
+
* // Direction: "STRING_VALUE",
|
|
157
|
+
* // SecurityGroupId: "STRING_VALUE",
|
|
158
|
+
* // PortRange: "<PortRange>",
|
|
159
|
+
* // PrefixListId: "STRING_VALUE",
|
|
160
|
+
* // Protocol: "STRING_VALUE",
|
|
161
|
+
* // },
|
|
162
|
+
* // SourceVpc: {
|
|
163
|
+
* // Id: "STRING_VALUE",
|
|
164
|
+
* // Arn: "STRING_VALUE",
|
|
165
|
+
* // Name: "STRING_VALUE",
|
|
166
|
+
* // },
|
|
167
|
+
* // Subnet: {
|
|
168
|
+
* // Id: "STRING_VALUE",
|
|
169
|
+
* // Arn: "STRING_VALUE",
|
|
170
|
+
* // Name: "STRING_VALUE",
|
|
171
|
+
* // },
|
|
172
|
+
* // Vpc: "<AnalysisComponent>",
|
|
173
|
+
* // AdditionalDetails: [ // AdditionalDetailList
|
|
174
|
+
* // { // AdditionalDetail
|
|
175
|
+
* // AdditionalDetailType: "STRING_VALUE",
|
|
176
|
+
* // Component: "<AnalysisComponent>",
|
|
177
|
+
* // VpcEndpointService: "<AnalysisComponent>",
|
|
178
|
+
* // RuleOptions: [ // RuleOptionList
|
|
179
|
+
* // { // RuleOption
|
|
180
|
+
* // Keyword: "STRING_VALUE",
|
|
181
|
+
* // Settings: [ // StringList
|
|
182
|
+
* // "STRING_VALUE",
|
|
183
|
+
* // ],
|
|
184
|
+
* // },
|
|
185
|
+
* // ],
|
|
186
|
+
* // RuleGroupTypePairs: [ // RuleGroupTypePairList
|
|
187
|
+
* // { // RuleGroupTypePair
|
|
188
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
189
|
+
* // RuleGroupType: "STRING_VALUE",
|
|
190
|
+
* // },
|
|
191
|
+
* // ],
|
|
192
|
+
* // RuleGroupRuleOptionsPairs: [ // RuleGroupRuleOptionsPairList
|
|
193
|
+
* // { // RuleGroupRuleOptionsPair
|
|
194
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
195
|
+
* // RuleOptions: [
|
|
196
|
+
* // {
|
|
197
|
+
* // Keyword: "STRING_VALUE",
|
|
198
|
+
* // Settings: [
|
|
199
|
+
* // "STRING_VALUE",
|
|
200
|
+
* // ],
|
|
201
|
+
* // },
|
|
202
|
+
* // ],
|
|
203
|
+
* // },
|
|
204
|
+
* // ],
|
|
205
|
+
* // ServiceName: "STRING_VALUE",
|
|
206
|
+
* // LoadBalancers: [ // AnalysisComponentList
|
|
207
|
+
* // "<AnalysisComponent>",
|
|
208
|
+
* // ],
|
|
209
|
+
* // },
|
|
210
|
+
* // ],
|
|
211
|
+
* // TransitGateway: "<AnalysisComponent>",
|
|
212
|
+
* // TransitGatewayRouteTableRoute: { // TransitGatewayRouteTableRoute
|
|
213
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
214
|
+
* // State: "STRING_VALUE",
|
|
215
|
+
* // RouteOrigin: "STRING_VALUE",
|
|
216
|
+
* // PrefixListId: "STRING_VALUE",
|
|
217
|
+
* // AttachmentId: "STRING_VALUE",
|
|
218
|
+
* // ResourceId: "STRING_VALUE",
|
|
219
|
+
* // ResourceType: "STRING_VALUE",
|
|
220
|
+
* // },
|
|
221
|
+
* // Explanations: [ // ExplanationList
|
|
222
|
+
* // { // Explanation
|
|
223
|
+
* // Acl: "<AnalysisComponent>",
|
|
224
|
+
* // AclRule: {
|
|
225
|
+
* // Cidr: "STRING_VALUE",
|
|
226
|
+
* // Egress: true || false,
|
|
227
|
+
* // PortRange: "<PortRange>",
|
|
228
|
+
* // Protocol: "STRING_VALUE",
|
|
229
|
+
* // RuleAction: "STRING_VALUE",
|
|
230
|
+
* // RuleNumber: Number("int"),
|
|
231
|
+
* // },
|
|
232
|
+
* // Address: "STRING_VALUE",
|
|
233
|
+
* // Addresses: [
|
|
234
|
+
* // "STRING_VALUE",
|
|
235
|
+
* // ],
|
|
236
|
+
* // AttachedTo: "<AnalysisComponent>",
|
|
237
|
+
* // AvailabilityZones: [
|
|
238
|
+
* // "STRING_VALUE",
|
|
239
|
+
* // ],
|
|
240
|
+
* // Cidrs: [
|
|
241
|
+
* // "STRING_VALUE",
|
|
242
|
+
* // ],
|
|
243
|
+
* // Component: "<AnalysisComponent>",
|
|
244
|
+
* // CustomerGateway: "<AnalysisComponent>",
|
|
245
|
+
* // Destination: "<AnalysisComponent>",
|
|
246
|
+
* // DestinationVpc: "<AnalysisComponent>",
|
|
247
|
+
* // Direction: "STRING_VALUE",
|
|
248
|
+
* // ExplanationCode: "STRING_VALUE",
|
|
249
|
+
* // IngressRouteTable: "<AnalysisComponent>",
|
|
250
|
+
* // InternetGateway: "<AnalysisComponent>",
|
|
251
|
+
* // LoadBalancerArn: "STRING_VALUE",
|
|
252
|
+
* // ClassicLoadBalancerListener: { // AnalysisLoadBalancerListener
|
|
253
|
+
* // LoadBalancerPort: Number("int"),
|
|
254
|
+
* // InstancePort: Number("int"),
|
|
255
|
+
* // },
|
|
256
|
+
* // LoadBalancerListenerPort: Number("int"),
|
|
257
|
+
* // LoadBalancerTarget: { // AnalysisLoadBalancerTarget
|
|
258
|
+
* // Address: "STRING_VALUE",
|
|
259
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
260
|
+
* // Instance: "<AnalysisComponent>",
|
|
261
|
+
* // Port: Number("int"),
|
|
262
|
+
* // },
|
|
263
|
+
* // LoadBalancerTargetGroup: "<AnalysisComponent>",
|
|
264
|
+
* // LoadBalancerTargetGroups: [
|
|
265
|
+
* // "<AnalysisComponent>",
|
|
266
|
+
* // ],
|
|
267
|
+
* // LoadBalancerTargetPort: Number("int"),
|
|
268
|
+
* // ElasticLoadBalancerListener: "<AnalysisComponent>",
|
|
269
|
+
* // MissingComponent: "STRING_VALUE",
|
|
270
|
+
* // NatGateway: "<AnalysisComponent>",
|
|
271
|
+
* // NetworkInterface: "<AnalysisComponent>",
|
|
272
|
+
* // PacketField: "STRING_VALUE",
|
|
273
|
+
* // VpcPeeringConnection: "<AnalysisComponent>",
|
|
274
|
+
* // Port: Number("int"),
|
|
275
|
+
* // PortRanges: [
|
|
276
|
+
* // "<PortRange>",
|
|
277
|
+
* // ],
|
|
278
|
+
* // PrefixList: "<AnalysisComponent>",
|
|
279
|
+
* // Protocols: "<StringList>",
|
|
280
|
+
* // RouteTableRoute: {
|
|
281
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
282
|
+
* // DestinationPrefixListId: "STRING_VALUE",
|
|
283
|
+
* // EgressOnlyInternetGatewayId: "STRING_VALUE",
|
|
284
|
+
* // GatewayId: "STRING_VALUE",
|
|
285
|
+
* // InstanceId: "STRING_VALUE",
|
|
286
|
+
* // NatGatewayId: "STRING_VALUE",
|
|
287
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
288
|
+
* // Origin: "STRING_VALUE",
|
|
289
|
+
* // TransitGatewayId: "STRING_VALUE",
|
|
290
|
+
* // VpcPeeringConnectionId: "STRING_VALUE",
|
|
291
|
+
* // State: "STRING_VALUE",
|
|
292
|
+
* // CarrierGatewayId: "STRING_VALUE",
|
|
293
|
+
* // CoreNetworkArn: "STRING_VALUE",
|
|
294
|
+
* // LocalGatewayId: "STRING_VALUE",
|
|
295
|
+
* // },
|
|
296
|
+
* // RouteTable: "<AnalysisComponent>",
|
|
297
|
+
* // SecurityGroup: "<AnalysisComponent>",
|
|
298
|
+
* // SecurityGroupRule: {
|
|
299
|
+
* // Cidr: "STRING_VALUE",
|
|
300
|
+
* // Direction: "STRING_VALUE",
|
|
301
|
+
* // SecurityGroupId: "STRING_VALUE",
|
|
302
|
+
* // PortRange: "<PortRange>",
|
|
303
|
+
* // PrefixListId: "STRING_VALUE",
|
|
304
|
+
* // Protocol: "STRING_VALUE",
|
|
305
|
+
* // },
|
|
306
|
+
* // SecurityGroups: [
|
|
307
|
+
* // "<AnalysisComponent>",
|
|
308
|
+
* // ],
|
|
309
|
+
* // SourceVpc: "<AnalysisComponent>",
|
|
310
|
+
* // State: "STRING_VALUE",
|
|
311
|
+
* // Subnet: "<AnalysisComponent>",
|
|
312
|
+
* // SubnetRouteTable: "<AnalysisComponent>",
|
|
313
|
+
* // Vpc: "<AnalysisComponent>",
|
|
314
|
+
* // VpcEndpoint: "<AnalysisComponent>",
|
|
315
|
+
* // VpnConnection: "<AnalysisComponent>",
|
|
316
|
+
* // VpnGateway: "<AnalysisComponent>",
|
|
317
|
+
* // TransitGateway: "<AnalysisComponent>",
|
|
318
|
+
* // TransitGatewayRouteTable: "<AnalysisComponent>",
|
|
319
|
+
* // TransitGatewayRouteTableRoute: {
|
|
320
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
321
|
+
* // State: "STRING_VALUE",
|
|
322
|
+
* // RouteOrigin: "STRING_VALUE",
|
|
323
|
+
* // PrefixListId: "STRING_VALUE",
|
|
324
|
+
* // AttachmentId: "STRING_VALUE",
|
|
325
|
+
* // ResourceId: "STRING_VALUE",
|
|
326
|
+
* // ResourceType: "STRING_VALUE",
|
|
327
|
+
* // },
|
|
328
|
+
* // TransitGatewayAttachment: "<AnalysisComponent>",
|
|
329
|
+
* // ComponentAccount: "STRING_VALUE",
|
|
330
|
+
* // ComponentRegion: "STRING_VALUE",
|
|
331
|
+
* // FirewallStatelessRule: { // FirewallStatelessRule
|
|
332
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
333
|
+
* // Sources: "<ValueStringList>",
|
|
334
|
+
* // Destinations: "<ValueStringList>",
|
|
335
|
+
* // SourcePorts: "<PortRangeList>",
|
|
336
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
337
|
+
* // Protocols: [ // ProtocolIntList
|
|
338
|
+
* // Number("int"),
|
|
339
|
+
* // ],
|
|
340
|
+
* // RuleAction: "STRING_VALUE",
|
|
341
|
+
* // Priority: Number("int"),
|
|
342
|
+
* // },
|
|
343
|
+
* // FirewallStatefulRule: { // FirewallStatefulRule
|
|
344
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
345
|
+
* // Sources: "<ValueStringList>",
|
|
346
|
+
* // Destinations: "<ValueStringList>",
|
|
347
|
+
* // SourcePorts: "<PortRangeList>",
|
|
348
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
349
|
+
* // Protocol: "STRING_VALUE",
|
|
350
|
+
* // RuleAction: "STRING_VALUE",
|
|
351
|
+
* // Direction: "STRING_VALUE",
|
|
352
|
+
* // },
|
|
353
|
+
* // },
|
|
354
|
+
* // ],
|
|
355
|
+
* // ElasticLoadBalancerListener: "<AnalysisComponent>",
|
|
356
|
+
* // FirewallStatelessRule: {
|
|
357
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
358
|
+
* // Sources: "<ValueStringList>",
|
|
359
|
+
* // Destinations: "<ValueStringList>",
|
|
360
|
+
* // SourcePorts: "<PortRangeList>",
|
|
361
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
362
|
+
* // Protocols: [
|
|
363
|
+
* // Number("int"),
|
|
364
|
+
* // ],
|
|
365
|
+
* // RuleAction: "STRING_VALUE",
|
|
366
|
+
* // Priority: Number("int"),
|
|
367
|
+
* // },
|
|
368
|
+
* // FirewallStatefulRule: {
|
|
369
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
370
|
+
* // Sources: "<ValueStringList>",
|
|
371
|
+
* // Destinations: "<ValueStringList>",
|
|
372
|
+
* // SourcePorts: "<PortRangeList>",
|
|
373
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
374
|
+
* // Protocol: "STRING_VALUE",
|
|
375
|
+
* // RuleAction: "STRING_VALUE",
|
|
376
|
+
* // Direction: "STRING_VALUE",
|
|
377
|
+
* // },
|
|
378
|
+
* // ServiceName: "STRING_VALUE",
|
|
379
|
+
* // },
|
|
380
|
+
* // ],
|
|
381
|
+
* // ReturnPathComponents: [
|
|
382
|
+
* // {
|
|
383
|
+
* // SequenceNumber: Number("int"),
|
|
384
|
+
* // AclRule: {
|
|
385
|
+
* // Cidr: "STRING_VALUE",
|
|
386
|
+
* // Egress: true || false,
|
|
387
|
+
* // PortRange: "<PortRange>",
|
|
388
|
+
* // Protocol: "STRING_VALUE",
|
|
389
|
+
* // RuleAction: "STRING_VALUE",
|
|
390
|
+
* // RuleNumber: Number("int"),
|
|
391
|
+
* // },
|
|
392
|
+
* // AttachedTo: "<AnalysisComponent>",
|
|
393
|
+
* // Component: "<AnalysisComponent>",
|
|
394
|
+
* // DestinationVpc: "<AnalysisComponent>",
|
|
395
|
+
* // OutboundHeader: {
|
|
396
|
+
* // DestinationAddresses: "<IpAddressList>",
|
|
397
|
+
* // DestinationPortRanges: "<PortRangeList>",
|
|
398
|
+
* // Protocol: "STRING_VALUE",
|
|
399
|
+
* // SourceAddresses: "<IpAddressList>",
|
|
400
|
+
* // SourcePortRanges: "<PortRangeList>",
|
|
401
|
+
* // },
|
|
402
|
+
* // InboundHeader: {
|
|
403
|
+
* // DestinationAddresses: "<IpAddressList>",
|
|
404
|
+
* // DestinationPortRanges: "<PortRangeList>",
|
|
405
|
+
* // Protocol: "STRING_VALUE",
|
|
406
|
+
* // SourceAddresses: "<IpAddressList>",
|
|
407
|
+
* // SourcePortRanges: "<PortRangeList>",
|
|
408
|
+
* // },
|
|
409
|
+
* // RouteTableRoute: {
|
|
410
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
411
|
+
* // DestinationPrefixListId: "STRING_VALUE",
|
|
412
|
+
* // EgressOnlyInternetGatewayId: "STRING_VALUE",
|
|
413
|
+
* // GatewayId: "STRING_VALUE",
|
|
414
|
+
* // InstanceId: "STRING_VALUE",
|
|
415
|
+
* // NatGatewayId: "STRING_VALUE",
|
|
416
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
417
|
+
* // Origin: "STRING_VALUE",
|
|
418
|
+
* // TransitGatewayId: "STRING_VALUE",
|
|
419
|
+
* // VpcPeeringConnectionId: "STRING_VALUE",
|
|
420
|
+
* // State: "STRING_VALUE",
|
|
421
|
+
* // CarrierGatewayId: "STRING_VALUE",
|
|
422
|
+
* // CoreNetworkArn: "STRING_VALUE",
|
|
423
|
+
* // LocalGatewayId: "STRING_VALUE",
|
|
424
|
+
* // },
|
|
425
|
+
* // SecurityGroupRule: {
|
|
426
|
+
* // Cidr: "STRING_VALUE",
|
|
427
|
+
* // Direction: "STRING_VALUE",
|
|
428
|
+
* // SecurityGroupId: "STRING_VALUE",
|
|
429
|
+
* // PortRange: "<PortRange>",
|
|
430
|
+
* // PrefixListId: "STRING_VALUE",
|
|
431
|
+
* // Protocol: "STRING_VALUE",
|
|
432
|
+
* // },
|
|
433
|
+
* // SourceVpc: "<AnalysisComponent>",
|
|
434
|
+
* // Subnet: "<AnalysisComponent>",
|
|
435
|
+
* // Vpc: "<AnalysisComponent>",
|
|
436
|
+
* // AdditionalDetails: [
|
|
437
|
+
* // {
|
|
438
|
+
* // AdditionalDetailType: "STRING_VALUE",
|
|
439
|
+
* // Component: "<AnalysisComponent>",
|
|
440
|
+
* // VpcEndpointService: "<AnalysisComponent>",
|
|
441
|
+
* // RuleOptions: [
|
|
442
|
+
* // {
|
|
443
|
+
* // Keyword: "STRING_VALUE",
|
|
444
|
+
* // Settings: "<StringList>",
|
|
445
|
+
* // },
|
|
446
|
+
* // ],
|
|
447
|
+
* // RuleGroupTypePairs: [
|
|
448
|
+
* // {
|
|
449
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
450
|
+
* // RuleGroupType: "STRING_VALUE",
|
|
451
|
+
* // },
|
|
452
|
+
* // ],
|
|
453
|
+
* // RuleGroupRuleOptionsPairs: [
|
|
454
|
+
* // {
|
|
455
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
456
|
+
* // RuleOptions: [
|
|
457
|
+
* // {
|
|
458
|
+
* // Keyword: "STRING_VALUE",
|
|
459
|
+
* // Settings: "<StringList>",
|
|
460
|
+
* // },
|
|
461
|
+
* // ],
|
|
462
|
+
* // },
|
|
463
|
+
* // ],
|
|
464
|
+
* // ServiceName: "STRING_VALUE",
|
|
465
|
+
* // LoadBalancers: [
|
|
466
|
+
* // "<AnalysisComponent>",
|
|
467
|
+
* // ],
|
|
468
|
+
* // },
|
|
469
|
+
* // ],
|
|
470
|
+
* // TransitGateway: "<AnalysisComponent>",
|
|
471
|
+
* // TransitGatewayRouteTableRoute: {
|
|
472
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
473
|
+
* // State: "STRING_VALUE",
|
|
474
|
+
* // RouteOrigin: "STRING_VALUE",
|
|
475
|
+
* // PrefixListId: "STRING_VALUE",
|
|
476
|
+
* // AttachmentId: "STRING_VALUE",
|
|
477
|
+
* // ResourceId: "STRING_VALUE",
|
|
478
|
+
* // ResourceType: "STRING_VALUE",
|
|
479
|
+
* // },
|
|
480
|
+
* // Explanations: [
|
|
481
|
+
* // {
|
|
482
|
+
* // Acl: "<AnalysisComponent>",
|
|
483
|
+
* // AclRule: {
|
|
484
|
+
* // Cidr: "STRING_VALUE",
|
|
485
|
+
* // Egress: true || false,
|
|
486
|
+
* // PortRange: "<PortRange>",
|
|
487
|
+
* // Protocol: "STRING_VALUE",
|
|
488
|
+
* // RuleAction: "STRING_VALUE",
|
|
489
|
+
* // RuleNumber: Number("int"),
|
|
490
|
+
* // },
|
|
491
|
+
* // Address: "STRING_VALUE",
|
|
492
|
+
* // Addresses: "<IpAddressList>",
|
|
493
|
+
* // AttachedTo: "<AnalysisComponent>",
|
|
494
|
+
* // AvailabilityZones: "<ValueStringList>",
|
|
495
|
+
* // Cidrs: "<ValueStringList>",
|
|
496
|
+
* // Component: "<AnalysisComponent>",
|
|
497
|
+
* // CustomerGateway: "<AnalysisComponent>",
|
|
498
|
+
* // Destination: "<AnalysisComponent>",
|
|
499
|
+
* // DestinationVpc: "<AnalysisComponent>",
|
|
500
|
+
* // Direction: "STRING_VALUE",
|
|
501
|
+
* // ExplanationCode: "STRING_VALUE",
|
|
502
|
+
* // IngressRouteTable: "<AnalysisComponent>",
|
|
503
|
+
* // InternetGateway: "<AnalysisComponent>",
|
|
504
|
+
* // LoadBalancerArn: "STRING_VALUE",
|
|
505
|
+
* // ClassicLoadBalancerListener: {
|
|
506
|
+
* // LoadBalancerPort: Number("int"),
|
|
507
|
+
* // InstancePort: Number("int"),
|
|
508
|
+
* // },
|
|
509
|
+
* // LoadBalancerListenerPort: Number("int"),
|
|
510
|
+
* // LoadBalancerTarget: {
|
|
511
|
+
* // Address: "STRING_VALUE",
|
|
512
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
513
|
+
* // Instance: "<AnalysisComponent>",
|
|
514
|
+
* // Port: Number("int"),
|
|
515
|
+
* // },
|
|
516
|
+
* // LoadBalancerTargetGroup: "<AnalysisComponent>",
|
|
517
|
+
* // LoadBalancerTargetGroups: [
|
|
518
|
+
* // "<AnalysisComponent>",
|
|
519
|
+
* // ],
|
|
520
|
+
* // LoadBalancerTargetPort: Number("int"),
|
|
521
|
+
* // ElasticLoadBalancerListener: "<AnalysisComponent>",
|
|
522
|
+
* // MissingComponent: "STRING_VALUE",
|
|
523
|
+
* // NatGateway: "<AnalysisComponent>",
|
|
524
|
+
* // NetworkInterface: "<AnalysisComponent>",
|
|
525
|
+
* // PacketField: "STRING_VALUE",
|
|
526
|
+
* // VpcPeeringConnection: "<AnalysisComponent>",
|
|
527
|
+
* // Port: Number("int"),
|
|
528
|
+
* // PortRanges: "<PortRangeList>",
|
|
529
|
+
* // PrefixList: "<AnalysisComponent>",
|
|
530
|
+
* // Protocols: "<StringList>",
|
|
531
|
+
* // RouteTableRoute: {
|
|
532
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
533
|
+
* // DestinationPrefixListId: "STRING_VALUE",
|
|
534
|
+
* // EgressOnlyInternetGatewayId: "STRING_VALUE",
|
|
535
|
+
* // GatewayId: "STRING_VALUE",
|
|
536
|
+
* // InstanceId: "STRING_VALUE",
|
|
537
|
+
* // NatGatewayId: "STRING_VALUE",
|
|
538
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
539
|
+
* // Origin: "STRING_VALUE",
|
|
540
|
+
* // TransitGatewayId: "STRING_VALUE",
|
|
541
|
+
* // VpcPeeringConnectionId: "STRING_VALUE",
|
|
542
|
+
* // State: "STRING_VALUE",
|
|
543
|
+
* // CarrierGatewayId: "STRING_VALUE",
|
|
544
|
+
* // CoreNetworkArn: "STRING_VALUE",
|
|
545
|
+
* // LocalGatewayId: "STRING_VALUE",
|
|
546
|
+
* // },
|
|
547
|
+
* // RouteTable: "<AnalysisComponent>",
|
|
548
|
+
* // SecurityGroup: "<AnalysisComponent>",
|
|
549
|
+
* // SecurityGroupRule: {
|
|
550
|
+
* // Cidr: "STRING_VALUE",
|
|
551
|
+
* // Direction: "STRING_VALUE",
|
|
552
|
+
* // SecurityGroupId: "STRING_VALUE",
|
|
553
|
+
* // PortRange: "<PortRange>",
|
|
554
|
+
* // PrefixListId: "STRING_VALUE",
|
|
555
|
+
* // Protocol: "STRING_VALUE",
|
|
556
|
+
* // },
|
|
557
|
+
* // SecurityGroups: "<AnalysisComponentList>",
|
|
558
|
+
* // SourceVpc: "<AnalysisComponent>",
|
|
559
|
+
* // State: "STRING_VALUE",
|
|
560
|
+
* // Subnet: "<AnalysisComponent>",
|
|
561
|
+
* // SubnetRouteTable: "<AnalysisComponent>",
|
|
562
|
+
* // Vpc: "<AnalysisComponent>",
|
|
563
|
+
* // VpcEndpoint: "<AnalysisComponent>",
|
|
564
|
+
* // VpnConnection: "<AnalysisComponent>",
|
|
565
|
+
* // VpnGateway: "<AnalysisComponent>",
|
|
566
|
+
* // TransitGateway: "<AnalysisComponent>",
|
|
567
|
+
* // TransitGatewayRouteTable: "<AnalysisComponent>",
|
|
568
|
+
* // TransitGatewayRouteTableRoute: {
|
|
569
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
570
|
+
* // State: "STRING_VALUE",
|
|
571
|
+
* // RouteOrigin: "STRING_VALUE",
|
|
572
|
+
* // PrefixListId: "STRING_VALUE",
|
|
573
|
+
* // AttachmentId: "STRING_VALUE",
|
|
574
|
+
* // ResourceId: "STRING_VALUE",
|
|
575
|
+
* // ResourceType: "STRING_VALUE",
|
|
576
|
+
* // },
|
|
577
|
+
* // TransitGatewayAttachment: "<AnalysisComponent>",
|
|
578
|
+
* // ComponentAccount: "STRING_VALUE",
|
|
579
|
+
* // ComponentRegion: "STRING_VALUE",
|
|
580
|
+
* // FirewallStatelessRule: {
|
|
581
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
582
|
+
* // Sources: "<ValueStringList>",
|
|
583
|
+
* // Destinations: "<ValueStringList>",
|
|
584
|
+
* // SourcePorts: "<PortRangeList>",
|
|
585
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
586
|
+
* // Protocols: [
|
|
587
|
+
* // Number("int"),
|
|
588
|
+
* // ],
|
|
589
|
+
* // RuleAction: "STRING_VALUE",
|
|
590
|
+
* // Priority: Number("int"),
|
|
591
|
+
* // },
|
|
592
|
+
* // FirewallStatefulRule: {
|
|
593
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
594
|
+
* // Sources: "<ValueStringList>",
|
|
595
|
+
* // Destinations: "<ValueStringList>",
|
|
596
|
+
* // SourcePorts: "<PortRangeList>",
|
|
597
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
598
|
+
* // Protocol: "STRING_VALUE",
|
|
599
|
+
* // RuleAction: "STRING_VALUE",
|
|
600
|
+
* // Direction: "STRING_VALUE",
|
|
601
|
+
* // },
|
|
602
|
+
* // },
|
|
603
|
+
* // ],
|
|
604
|
+
* // ElasticLoadBalancerListener: "<AnalysisComponent>",
|
|
605
|
+
* // FirewallStatelessRule: {
|
|
606
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
607
|
+
* // Sources: "<ValueStringList>",
|
|
608
|
+
* // Destinations: "<ValueStringList>",
|
|
609
|
+
* // SourcePorts: "<PortRangeList>",
|
|
610
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
611
|
+
* // Protocols: [
|
|
612
|
+
* // Number("int"),
|
|
613
|
+
* // ],
|
|
614
|
+
* // RuleAction: "STRING_VALUE",
|
|
615
|
+
* // Priority: Number("int"),
|
|
616
|
+
* // },
|
|
617
|
+
* // FirewallStatefulRule: {
|
|
618
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
619
|
+
* // Sources: "<ValueStringList>",
|
|
620
|
+
* // Destinations: "<ValueStringList>",
|
|
621
|
+
* // SourcePorts: "<PortRangeList>",
|
|
622
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
623
|
+
* // Protocol: "STRING_VALUE",
|
|
624
|
+
* // RuleAction: "STRING_VALUE",
|
|
625
|
+
* // Direction: "STRING_VALUE",
|
|
626
|
+
* // },
|
|
627
|
+
* // ServiceName: "STRING_VALUE",
|
|
628
|
+
* // },
|
|
629
|
+
* // ],
|
|
630
|
+
* // Explanations: [
|
|
631
|
+
* // {
|
|
632
|
+
* // Acl: "<AnalysisComponent>",
|
|
633
|
+
* // AclRule: {
|
|
634
|
+
* // Cidr: "STRING_VALUE",
|
|
635
|
+
* // Egress: true || false,
|
|
636
|
+
* // PortRange: "<PortRange>",
|
|
637
|
+
* // Protocol: "STRING_VALUE",
|
|
638
|
+
* // RuleAction: "STRING_VALUE",
|
|
639
|
+
* // RuleNumber: Number("int"),
|
|
640
|
+
* // },
|
|
641
|
+
* // Address: "STRING_VALUE",
|
|
642
|
+
* // Addresses: "<IpAddressList>",
|
|
643
|
+
* // AttachedTo: "<AnalysisComponent>",
|
|
644
|
+
* // AvailabilityZones: "<ValueStringList>",
|
|
645
|
+
* // Cidrs: "<ValueStringList>",
|
|
646
|
+
* // Component: "<AnalysisComponent>",
|
|
647
|
+
* // CustomerGateway: "<AnalysisComponent>",
|
|
648
|
+
* // Destination: "<AnalysisComponent>",
|
|
649
|
+
* // DestinationVpc: "<AnalysisComponent>",
|
|
650
|
+
* // Direction: "STRING_VALUE",
|
|
651
|
+
* // ExplanationCode: "STRING_VALUE",
|
|
652
|
+
* // IngressRouteTable: "<AnalysisComponent>",
|
|
653
|
+
* // InternetGateway: "<AnalysisComponent>",
|
|
654
|
+
* // LoadBalancerArn: "STRING_VALUE",
|
|
655
|
+
* // ClassicLoadBalancerListener: {
|
|
656
|
+
* // LoadBalancerPort: Number("int"),
|
|
657
|
+
* // InstancePort: Number("int"),
|
|
658
|
+
* // },
|
|
659
|
+
* // LoadBalancerListenerPort: Number("int"),
|
|
660
|
+
* // LoadBalancerTarget: {
|
|
661
|
+
* // Address: "STRING_VALUE",
|
|
662
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
663
|
+
* // Instance: "<AnalysisComponent>",
|
|
664
|
+
* // Port: Number("int"),
|
|
665
|
+
* // },
|
|
666
|
+
* // LoadBalancerTargetGroup: "<AnalysisComponent>",
|
|
667
|
+
* // LoadBalancerTargetGroups: "<AnalysisComponentList>",
|
|
668
|
+
* // LoadBalancerTargetPort: Number("int"),
|
|
669
|
+
* // ElasticLoadBalancerListener: "<AnalysisComponent>",
|
|
670
|
+
* // MissingComponent: "STRING_VALUE",
|
|
671
|
+
* // NatGateway: "<AnalysisComponent>",
|
|
672
|
+
* // NetworkInterface: "<AnalysisComponent>",
|
|
673
|
+
* // PacketField: "STRING_VALUE",
|
|
674
|
+
* // VpcPeeringConnection: "<AnalysisComponent>",
|
|
675
|
+
* // Port: Number("int"),
|
|
676
|
+
* // PortRanges: "<PortRangeList>",
|
|
677
|
+
* // PrefixList: "<AnalysisComponent>",
|
|
678
|
+
* // Protocols: "<StringList>",
|
|
679
|
+
* // RouteTableRoute: {
|
|
680
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
681
|
+
* // DestinationPrefixListId: "STRING_VALUE",
|
|
682
|
+
* // EgressOnlyInternetGatewayId: "STRING_VALUE",
|
|
683
|
+
* // GatewayId: "STRING_VALUE",
|
|
684
|
+
* // InstanceId: "STRING_VALUE",
|
|
685
|
+
* // NatGatewayId: "STRING_VALUE",
|
|
686
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
687
|
+
* // Origin: "STRING_VALUE",
|
|
688
|
+
* // TransitGatewayId: "STRING_VALUE",
|
|
689
|
+
* // VpcPeeringConnectionId: "STRING_VALUE",
|
|
690
|
+
* // State: "STRING_VALUE",
|
|
691
|
+
* // CarrierGatewayId: "STRING_VALUE",
|
|
692
|
+
* // CoreNetworkArn: "STRING_VALUE",
|
|
693
|
+
* // LocalGatewayId: "STRING_VALUE",
|
|
694
|
+
* // },
|
|
695
|
+
* // RouteTable: "<AnalysisComponent>",
|
|
696
|
+
* // SecurityGroup: "<AnalysisComponent>",
|
|
697
|
+
* // SecurityGroupRule: {
|
|
698
|
+
* // Cidr: "STRING_VALUE",
|
|
699
|
+
* // Direction: "STRING_VALUE",
|
|
700
|
+
* // SecurityGroupId: "STRING_VALUE",
|
|
701
|
+
* // PortRange: "<PortRange>",
|
|
702
|
+
* // PrefixListId: "STRING_VALUE",
|
|
703
|
+
* // Protocol: "STRING_VALUE",
|
|
704
|
+
* // },
|
|
705
|
+
* // SecurityGroups: "<AnalysisComponentList>",
|
|
706
|
+
* // SourceVpc: "<AnalysisComponent>",
|
|
707
|
+
* // State: "STRING_VALUE",
|
|
708
|
+
* // Subnet: "<AnalysisComponent>",
|
|
709
|
+
* // SubnetRouteTable: "<AnalysisComponent>",
|
|
710
|
+
* // Vpc: "<AnalysisComponent>",
|
|
711
|
+
* // VpcEndpoint: "<AnalysisComponent>",
|
|
712
|
+
* // VpnConnection: "<AnalysisComponent>",
|
|
713
|
+
* // VpnGateway: "<AnalysisComponent>",
|
|
714
|
+
* // TransitGateway: "<AnalysisComponent>",
|
|
715
|
+
* // TransitGatewayRouteTable: "<AnalysisComponent>",
|
|
716
|
+
* // TransitGatewayRouteTableRoute: {
|
|
717
|
+
* // DestinationCidr: "STRING_VALUE",
|
|
718
|
+
* // State: "STRING_VALUE",
|
|
719
|
+
* // RouteOrigin: "STRING_VALUE",
|
|
720
|
+
* // PrefixListId: "STRING_VALUE",
|
|
721
|
+
* // AttachmentId: "STRING_VALUE",
|
|
722
|
+
* // ResourceId: "STRING_VALUE",
|
|
723
|
+
* // ResourceType: "STRING_VALUE",
|
|
724
|
+
* // },
|
|
725
|
+
* // TransitGatewayAttachment: "<AnalysisComponent>",
|
|
726
|
+
* // ComponentAccount: "STRING_VALUE",
|
|
727
|
+
* // ComponentRegion: "STRING_VALUE",
|
|
728
|
+
* // FirewallStatelessRule: {
|
|
729
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
730
|
+
* // Sources: "<ValueStringList>",
|
|
731
|
+
* // Destinations: "<ValueStringList>",
|
|
732
|
+
* // SourcePorts: "<PortRangeList>",
|
|
733
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
734
|
+
* // Protocols: [
|
|
735
|
+
* // Number("int"),
|
|
736
|
+
* // ],
|
|
737
|
+
* // RuleAction: "STRING_VALUE",
|
|
738
|
+
* // Priority: Number("int"),
|
|
739
|
+
* // },
|
|
740
|
+
* // FirewallStatefulRule: {
|
|
741
|
+
* // RuleGroupArn: "STRING_VALUE",
|
|
742
|
+
* // Sources: "<ValueStringList>",
|
|
743
|
+
* // Destinations: "<ValueStringList>",
|
|
744
|
+
* // SourcePorts: "<PortRangeList>",
|
|
745
|
+
* // DestinationPorts: "<PortRangeList>",
|
|
746
|
+
* // Protocol: "STRING_VALUE",
|
|
747
|
+
* // RuleAction: "STRING_VALUE",
|
|
748
|
+
* // Direction: "STRING_VALUE",
|
|
749
|
+
* // },
|
|
750
|
+
* // },
|
|
751
|
+
* // ],
|
|
752
|
+
* // AlternatePathHints: [ // AlternatePathHintList
|
|
753
|
+
* // { // AlternatePathHint
|
|
754
|
+
* // ComponentId: "STRING_VALUE",
|
|
755
|
+
* // ComponentArn: "STRING_VALUE",
|
|
756
|
+
* // },
|
|
757
|
+
* // ],
|
|
758
|
+
* // SuggestedAccounts: "<ValueStringList>",
|
|
759
|
+
* // Tags: [ // TagList
|
|
760
|
+
* // { // Tag
|
|
761
|
+
* // Key: "STRING_VALUE",
|
|
762
|
+
* // Value: "STRING_VALUE",
|
|
763
|
+
* // },
|
|
764
|
+
* // ],
|
|
765
|
+
* // },
|
|
766
|
+
* // ],
|
|
767
|
+
* // NextToken: "STRING_VALUE",
|
|
768
|
+
* // };
|
|
769
|
+
*
|
|
50
770
|
* ```
|
|
51
771
|
*
|
|
52
772
|
* @param DescribeNetworkInsightsAnalysesCommandInput - {@link DescribeNetworkInsightsAnalysesCommandInput}
|
|
@@ -55,6 +775,8 @@ export interface DescribeNetworkInsightsAnalysesCommandOutput extends DescribeNe
|
|
|
55
775
|
* @see {@link DescribeNetworkInsightsAnalysesCommandOutput} for command's `response` shape.
|
|
56
776
|
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
57
777
|
*
|
|
778
|
+
* @throws {@link EC2ServiceException}
|
|
779
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
58
780
|
*
|
|
59
781
|
*/
|
|
60
782
|
export declare class DescribeNetworkInsightsAnalysesCommand extends $Command<DescribeNetworkInsightsAnalysesCommandInput, DescribeNetworkInsightsAnalysesCommandOutput, EC2ClientResolvedConfig> {
|