@aws-sdk/client-ec2 3.453.0 → 3.454.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/README.md +48 -0
- package/dist-cjs/EC2.js +12 -0
- package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
- package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
- package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
- package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +11 -8
- package/dist-cjs/models/models_1.js +15 -19
- package/dist-cjs/models/models_2.js +19 -2
- package/dist-cjs/models/models_3.js +9 -37
- package/dist-cjs/models/models_4.js +37 -2
- package/dist-cjs/models/models_5.js +24 -20
- package/dist-cjs/models/models_6.js +20 -24
- package/dist-cjs/models/models_7.js +23 -1
- package/dist-cjs/protocols/Aws_ec2.js +794 -25
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +9 -6
- package/dist-es/models/models_1.js +13 -17
- package/dist-es/models/models_2.js +17 -0
- package/dist-es/models/models_3.js +8 -32
- package/dist-es/models/models_4.js +32 -0
- package/dist-es/models/models_5.js +23 -17
- package/dist-es/models/models_6.js +18 -23
- package/dist-es/models/models_7.js +22 -1
- package/dist-es/protocols/Aws_ec2.js +757 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +105 -75
- package/dist-types/models/models_1.d.ts +267 -331
- package/dist-types/models/models_2.d.ts +367 -167
- package/dist-types/models/models_3.d.ts +243 -504
- package/dist-types/models/models_4.d.ts +1058 -1143
- package/dist-types/models/models_5.d.ts +4030 -3824
- package/dist-types/models/models_6.d.ts +4392 -4321
- package/dist-types/models/models_7.d.ts +729 -4
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +102 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -22
- package/dist-types/ts3.4/models/models_1.d.ts +66 -88
- package/dist-types/ts3.4/models/models_2.d.ts +100 -42
- package/dist-types/ts3.4/models/models_3.d.ts +65 -121
- package/dist-types/ts3.4/models/models_4.d.ts +141 -119
- package/dist-types/ts3.4/models/models_5.d.ts +197 -175
- package/dist-types/ts3.4/models/models_6.d.ts +198 -186
- package/dist-types/ts3.4/models/models_7.d.ts +184 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -1,5 +1,339 @@
|
|
|
1
|
-
import { ApplianceModeSupportValue,
|
|
2
|
-
import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
1
|
+
import { ApplianceModeSupportValue, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingConfiguration, Ec2InstanceConnectEndpoint, GatewayType, GroupIdentifier, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NetworkInterfaceAssociation, NetworkInterfaceAttachment, NetworkInterfaceIpv6Address, NetworkInterfaceType, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* <p>Describes the IPv6 prefix.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface Ipv6PrefixSpecification {
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
* <p>The IPv6 prefix.</p>
|
|
11
|
+
*/
|
|
12
|
+
Ipv6Prefix?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* <p>Describes the private IPv4 address of a network interface.</p>
|
|
17
|
+
*/
|
|
18
|
+
export interface NetworkInterfacePrivateIpAddress {
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
* <p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>
|
|
22
|
+
*/
|
|
23
|
+
Association?: NetworkInterfaceAssociation;
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.</p>
|
|
27
|
+
*/
|
|
28
|
+
Primary?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* <p>The private DNS name.</p>
|
|
32
|
+
*/
|
|
33
|
+
PrivateDnsName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
* <p>The private IPv4 address.</p>
|
|
37
|
+
*/
|
|
38
|
+
PrivateIpAddress?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
* @enum
|
|
43
|
+
*/
|
|
44
|
+
export declare const NetworkInterfaceStatus: {
|
|
45
|
+
readonly associated: "associated";
|
|
46
|
+
readonly attaching: "attaching";
|
|
47
|
+
readonly available: "available";
|
|
48
|
+
readonly detaching: "detaching";
|
|
49
|
+
readonly in_use: "in-use";
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export type NetworkInterfaceStatus = (typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* <p>Describes a network interface.</p>
|
|
58
|
+
*/
|
|
59
|
+
export interface NetworkInterface {
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
* <p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>
|
|
63
|
+
*/
|
|
64
|
+
Association?: NetworkInterfaceAssociation;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
* <p>The network interface attachment.</p>
|
|
68
|
+
*/
|
|
69
|
+
Attachment?: NetworkInterfaceAttachment;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
* <p>The Availability Zone.</p>
|
|
73
|
+
*/
|
|
74
|
+
AvailabilityZone?: string;
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
* <p>A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
78
|
+
*/
|
|
79
|
+
ConnectionTrackingConfiguration?: ConnectionTrackingConfiguration;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
* <p>A description.</p>
|
|
83
|
+
*/
|
|
84
|
+
Description?: string;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
* <p>Any security groups for the network interface.</p>
|
|
88
|
+
*/
|
|
89
|
+
Groups?: GroupIdentifier[];
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
* <p>The type of network interface.</p>
|
|
93
|
+
*/
|
|
94
|
+
InterfaceType?: NetworkInterfaceType;
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
* <p>The IPv6 addresses associated with the network interface.</p>
|
|
98
|
+
*/
|
|
99
|
+
Ipv6Addresses?: NetworkInterfaceIpv6Address[];
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
* <p>The MAC address.</p>
|
|
103
|
+
*/
|
|
104
|
+
MacAddress?: string;
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
* <p>The ID of the network interface.</p>
|
|
108
|
+
*/
|
|
109
|
+
NetworkInterfaceId?: string;
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
113
|
+
*/
|
|
114
|
+
OutpostArn?: string;
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
* <p>The Amazon Web Services account ID of the owner of the network interface.</p>
|
|
118
|
+
*/
|
|
119
|
+
OwnerId?: string;
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
* <p>The private DNS name.</p>
|
|
123
|
+
*/
|
|
124
|
+
PrivateDnsName?: string;
|
|
125
|
+
/**
|
|
126
|
+
* @public
|
|
127
|
+
* <p>The IPv4 address of the network interface within the subnet.</p>
|
|
128
|
+
*/
|
|
129
|
+
PrivateIpAddress?: string;
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
* <p>The private IPv4 addresses associated with the network interface.</p>
|
|
133
|
+
*/
|
|
134
|
+
PrivateIpAddresses?: NetworkInterfacePrivateIpAddress[];
|
|
135
|
+
/**
|
|
136
|
+
* @public
|
|
137
|
+
* <p>The IPv4 prefixes that are assigned to the network interface.</p>
|
|
138
|
+
*/
|
|
139
|
+
Ipv4Prefixes?: Ipv4PrefixSpecification[];
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
* <p>The IPv6 prefixes that are assigned to the network interface.</p>
|
|
143
|
+
*/
|
|
144
|
+
Ipv6Prefixes?: Ipv6PrefixSpecification[];
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
* <p>The alias or Amazon Web Services account ID of the principal or service that created the network interface.</p>
|
|
148
|
+
*/
|
|
149
|
+
RequesterId?: string;
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
* <p>Indicates whether the network interface is being managed by Amazon Web Services.</p>
|
|
153
|
+
*/
|
|
154
|
+
RequesterManaged?: boolean;
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
* <p>Indicates whether source/destination checking is enabled.</p>
|
|
158
|
+
*/
|
|
159
|
+
SourceDestCheck?: boolean;
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
* <p>The status of the network interface.</p>
|
|
163
|
+
*/
|
|
164
|
+
Status?: NetworkInterfaceStatus;
|
|
165
|
+
/**
|
|
166
|
+
* @public
|
|
167
|
+
* <p>The ID of the subnet.</p>
|
|
168
|
+
*/
|
|
169
|
+
SubnetId?: string;
|
|
170
|
+
/**
|
|
171
|
+
* @public
|
|
172
|
+
* <p>Any tags assigned to the network interface.</p>
|
|
173
|
+
*/
|
|
174
|
+
TagSet?: Tag[];
|
|
175
|
+
/**
|
|
176
|
+
* @public
|
|
177
|
+
* <p>The ID of the VPC.</p>
|
|
178
|
+
*/
|
|
179
|
+
VpcId?: string;
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
* <p>Indicates whether a network interface with an IPv6 address is unreachable from the
|
|
183
|
+
* public internet. If the value is <code>true</code>, inbound traffic from the internet
|
|
184
|
+
* is dropped and you cannot assign an elastic IP address to the network interface. The
|
|
185
|
+
* network interface is reachable from peered VPCs and resources connected through a
|
|
186
|
+
* transit gateway, including on-premises networks.</p>
|
|
187
|
+
*/
|
|
188
|
+
DenyAllIgwTraffic?: boolean;
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
* <p>Indicates whether this is an IPv6 only network interface.</p>
|
|
192
|
+
*/
|
|
193
|
+
Ipv6Native?: boolean;
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
* <p>The IPv6 globally unique address associated with the network interface.</p>
|
|
197
|
+
*/
|
|
198
|
+
Ipv6Address?: string;
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
export interface CreateNetworkInterfaceResult {
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
* <p>Information about the network interface.</p>
|
|
207
|
+
*/
|
|
208
|
+
NetworkInterface?: NetworkInterface;
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
212
|
+
*/
|
|
213
|
+
ClientToken?: string;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* @public
|
|
217
|
+
* @enum
|
|
218
|
+
*/
|
|
219
|
+
export declare const InterfacePermissionType: {
|
|
220
|
+
readonly EIP_ASSOCIATE: "EIP-ASSOCIATE";
|
|
221
|
+
readonly INSTANCE_ATTACH: "INSTANCE-ATTACH";
|
|
222
|
+
};
|
|
223
|
+
/**
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
export type InterfacePermissionType = (typeof InterfacePermissionType)[keyof typeof InterfacePermissionType];
|
|
227
|
+
/**
|
|
228
|
+
* @public
|
|
229
|
+
* <p>Contains the parameters for CreateNetworkInterfacePermission.</p>
|
|
230
|
+
*/
|
|
231
|
+
export interface CreateNetworkInterfacePermissionRequest {
|
|
232
|
+
/**
|
|
233
|
+
* @public
|
|
234
|
+
* <p>The ID of the network interface.</p>
|
|
235
|
+
*/
|
|
236
|
+
NetworkInterfaceId: string | undefined;
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
240
|
+
*/
|
|
241
|
+
AwsAccountId?: string;
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
* <p>The Amazon Web Service. Currently not supported.</p>
|
|
245
|
+
*/
|
|
246
|
+
AwsService?: string;
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
* <p>The type of permission to grant.</p>
|
|
250
|
+
*/
|
|
251
|
+
Permission: InterfacePermissionType | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
255
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
256
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
257
|
+
*/
|
|
258
|
+
DryRun?: boolean;
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
* @enum
|
|
263
|
+
*/
|
|
264
|
+
export declare const NetworkInterfacePermissionStateCode: {
|
|
265
|
+
readonly granted: "granted";
|
|
266
|
+
readonly pending: "pending";
|
|
267
|
+
readonly revoked: "revoked";
|
|
268
|
+
readonly revoking: "revoking";
|
|
269
|
+
};
|
|
270
|
+
/**
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
export type NetworkInterfacePermissionStateCode = (typeof NetworkInterfacePermissionStateCode)[keyof typeof NetworkInterfacePermissionStateCode];
|
|
274
|
+
/**
|
|
275
|
+
* @public
|
|
276
|
+
* <p>Describes the state of a network interface permission.</p>
|
|
277
|
+
*/
|
|
278
|
+
export interface NetworkInterfacePermissionState {
|
|
279
|
+
/**
|
|
280
|
+
* @public
|
|
281
|
+
* <p>The state of the permission.</p>
|
|
282
|
+
*/
|
|
283
|
+
State?: NetworkInterfacePermissionStateCode;
|
|
284
|
+
/**
|
|
285
|
+
* @public
|
|
286
|
+
* <p>A status message, if applicable.</p>
|
|
287
|
+
*/
|
|
288
|
+
StatusMessage?: string;
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* @public
|
|
292
|
+
* <p>Describes a permission for a network interface.</p>
|
|
293
|
+
*/
|
|
294
|
+
export interface NetworkInterfacePermission {
|
|
295
|
+
/**
|
|
296
|
+
* @public
|
|
297
|
+
* <p>The ID of the network interface permission.</p>
|
|
298
|
+
*/
|
|
299
|
+
NetworkInterfacePermissionId?: string;
|
|
300
|
+
/**
|
|
301
|
+
* @public
|
|
302
|
+
* <p>The ID of the network interface.</p>
|
|
303
|
+
*/
|
|
304
|
+
NetworkInterfaceId?: string;
|
|
305
|
+
/**
|
|
306
|
+
* @public
|
|
307
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
308
|
+
*/
|
|
309
|
+
AwsAccountId?: string;
|
|
310
|
+
/**
|
|
311
|
+
* @public
|
|
312
|
+
* <p>The Amazon Web Service.</p>
|
|
313
|
+
*/
|
|
314
|
+
AwsService?: string;
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
* <p>The type of permission.</p>
|
|
318
|
+
*/
|
|
319
|
+
Permission?: InterfacePermissionType;
|
|
320
|
+
/**
|
|
321
|
+
* @public
|
|
322
|
+
* <p>Information about the state of the permission.</p>
|
|
323
|
+
*/
|
|
324
|
+
PermissionState?: NetworkInterfacePermissionState;
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* @public
|
|
328
|
+
* <p>Contains the output of CreateNetworkInterfacePermission.</p>
|
|
329
|
+
*/
|
|
330
|
+
export interface CreateNetworkInterfacePermissionResult {
|
|
331
|
+
/**
|
|
332
|
+
* @public
|
|
333
|
+
* <p>Information about the permission for the network interface.</p>
|
|
334
|
+
*/
|
|
335
|
+
InterfacePermission?: NetworkInterfacePermission;
|
|
336
|
+
}
|
|
3
337
|
/**
|
|
4
338
|
* @public
|
|
5
339
|
* @enum
|
|
@@ -1422,9 +1756,8 @@ export interface CreateSubnetRequest {
|
|
|
1422
1756
|
CidrBlock?: string;
|
|
1423
1757
|
/**
|
|
1424
1758
|
* @public
|
|
1425
|
-
* <p>The IPv6 network range for the subnet, in CIDR notation.
|
|
1426
|
-
*
|
|
1427
|
-
* <p>This parameter is required for an IPv6 only subnet.</p>
|
|
1759
|
+
* <p>The IPv6 network range for the subnet, in CIDR notation. This parameter is required
|
|
1760
|
+
* for an IPv6 only subnet.</p>
|
|
1428
1761
|
*/
|
|
1429
1762
|
Ipv6CidrBlock?: string;
|
|
1430
1763
|
/**
|
|
@@ -1450,6 +1783,26 @@ export interface CreateSubnetRequest {
|
|
|
1450
1783
|
* <p>Indicates whether to create an IPv6 only subnet.</p>
|
|
1451
1784
|
*/
|
|
1452
1785
|
Ipv6Native?: boolean;
|
|
1786
|
+
/**
|
|
1787
|
+
* @public
|
|
1788
|
+
* <p>An IPv4 IPAM pool ID for the subnet.</p>
|
|
1789
|
+
*/
|
|
1790
|
+
Ipv4IpamPoolId?: string;
|
|
1791
|
+
/**
|
|
1792
|
+
* @public
|
|
1793
|
+
* <p>An IPv4 netmask length for the subnet.</p>
|
|
1794
|
+
*/
|
|
1795
|
+
Ipv4NetmaskLength?: number;
|
|
1796
|
+
/**
|
|
1797
|
+
* @public
|
|
1798
|
+
* <p>An IPv6 IPAM pool ID for the subnet.</p>
|
|
1799
|
+
*/
|
|
1800
|
+
Ipv6IpamPoolId?: string;
|
|
1801
|
+
/**
|
|
1802
|
+
* @public
|
|
1803
|
+
* <p>An IPv6 netmask length for the subnet.</p>
|
|
1804
|
+
*/
|
|
1805
|
+
Ipv6NetmaskLength?: number;
|
|
1453
1806
|
}
|
|
1454
1807
|
/**
|
|
1455
1808
|
* @public
|
|
@@ -7055,6 +7408,15 @@ export interface DeleteIpamPoolRequest {
|
|
|
7055
7408
|
* <p>The ID of the pool to delete.</p>
|
|
7056
7409
|
*/
|
|
7057
7410
|
IpamPoolId: string | undefined;
|
|
7411
|
+
/**
|
|
7412
|
+
* @public
|
|
7413
|
+
* <p>Enables you to quickly delete an IPAM pool and all resources within that pool, including
|
|
7414
|
+
* provisioned CIDRs, allocations, and other pools.</p>
|
|
7415
|
+
* <important>
|
|
7416
|
+
* <p>You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.</p>
|
|
7417
|
+
* </important>
|
|
7418
|
+
*/
|
|
7419
|
+
Cascade?: boolean;
|
|
7058
7420
|
}
|
|
7059
7421
|
/**
|
|
7060
7422
|
* @public
|
|
@@ -7491,168 +7853,6 @@ export interface DeleteNatGatewayRequest {
|
|
|
7491
7853
|
*/
|
|
7492
7854
|
NatGatewayId: string | undefined;
|
|
7493
7855
|
}
|
|
7494
|
-
/**
|
|
7495
|
-
* @public
|
|
7496
|
-
*/
|
|
7497
|
-
export interface DeleteNatGatewayResult {
|
|
7498
|
-
/**
|
|
7499
|
-
* @public
|
|
7500
|
-
* <p>The ID of the NAT gateway.</p>
|
|
7501
|
-
*/
|
|
7502
|
-
NatGatewayId?: string;
|
|
7503
|
-
}
|
|
7504
|
-
/**
|
|
7505
|
-
* @public
|
|
7506
|
-
*/
|
|
7507
|
-
export interface DeleteNetworkAclRequest {
|
|
7508
|
-
/**
|
|
7509
|
-
* @public
|
|
7510
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7511
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7512
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7513
|
-
*/
|
|
7514
|
-
DryRun?: boolean;
|
|
7515
|
-
/**
|
|
7516
|
-
* @public
|
|
7517
|
-
* <p>The ID of the network ACL.</p>
|
|
7518
|
-
*/
|
|
7519
|
-
NetworkAclId: string | undefined;
|
|
7520
|
-
}
|
|
7521
|
-
/**
|
|
7522
|
-
* @public
|
|
7523
|
-
*/
|
|
7524
|
-
export interface DeleteNetworkAclEntryRequest {
|
|
7525
|
-
/**
|
|
7526
|
-
* @public
|
|
7527
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7528
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7529
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7530
|
-
*/
|
|
7531
|
-
DryRun?: boolean;
|
|
7532
|
-
/**
|
|
7533
|
-
* @public
|
|
7534
|
-
* <p>Indicates whether the rule is an egress rule.</p>
|
|
7535
|
-
*/
|
|
7536
|
-
Egress: boolean | undefined;
|
|
7537
|
-
/**
|
|
7538
|
-
* @public
|
|
7539
|
-
* <p>The ID of the network ACL.</p>
|
|
7540
|
-
*/
|
|
7541
|
-
NetworkAclId: string | undefined;
|
|
7542
|
-
/**
|
|
7543
|
-
* @public
|
|
7544
|
-
* <p>The rule number of the entry to delete.</p>
|
|
7545
|
-
*/
|
|
7546
|
-
RuleNumber: number | undefined;
|
|
7547
|
-
}
|
|
7548
|
-
/**
|
|
7549
|
-
* @public
|
|
7550
|
-
*/
|
|
7551
|
-
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
7552
|
-
/**
|
|
7553
|
-
* @public
|
|
7554
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7555
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7556
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7557
|
-
*/
|
|
7558
|
-
DryRun?: boolean;
|
|
7559
|
-
/**
|
|
7560
|
-
* @public
|
|
7561
|
-
* <p>The ID of the Network Access Scope.</p>
|
|
7562
|
-
*/
|
|
7563
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
7564
|
-
}
|
|
7565
|
-
/**
|
|
7566
|
-
* @public
|
|
7567
|
-
*/
|
|
7568
|
-
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
7569
|
-
/**
|
|
7570
|
-
* @public
|
|
7571
|
-
* <p>The ID of the Network Access Scope.</p>
|
|
7572
|
-
*/
|
|
7573
|
-
NetworkInsightsAccessScopeId?: string;
|
|
7574
|
-
}
|
|
7575
|
-
/**
|
|
7576
|
-
* @public
|
|
7577
|
-
*/
|
|
7578
|
-
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
7579
|
-
/**
|
|
7580
|
-
* @public
|
|
7581
|
-
* <p>The ID of the Network Access Scope analysis.</p>
|
|
7582
|
-
*/
|
|
7583
|
-
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
7584
|
-
/**
|
|
7585
|
-
* @public
|
|
7586
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7587
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7588
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7589
|
-
*/
|
|
7590
|
-
DryRun?: boolean;
|
|
7591
|
-
}
|
|
7592
|
-
/**
|
|
7593
|
-
* @public
|
|
7594
|
-
*/
|
|
7595
|
-
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
7596
|
-
/**
|
|
7597
|
-
* @public
|
|
7598
|
-
* <p>The ID of the Network Access Scope analysis.</p>
|
|
7599
|
-
*/
|
|
7600
|
-
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
7601
|
-
}
|
|
7602
|
-
/**
|
|
7603
|
-
* @public
|
|
7604
|
-
*/
|
|
7605
|
-
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
7606
|
-
/**
|
|
7607
|
-
* @public
|
|
7608
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7609
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7610
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7611
|
-
*/
|
|
7612
|
-
DryRun?: boolean;
|
|
7613
|
-
/**
|
|
7614
|
-
* @public
|
|
7615
|
-
* <p>The ID of the network insights analysis.</p>
|
|
7616
|
-
*/
|
|
7617
|
-
NetworkInsightsAnalysisId: string | undefined;
|
|
7618
|
-
}
|
|
7619
|
-
/**
|
|
7620
|
-
* @public
|
|
7621
|
-
*/
|
|
7622
|
-
export interface DeleteNetworkInsightsAnalysisResult {
|
|
7623
|
-
/**
|
|
7624
|
-
* @public
|
|
7625
|
-
* <p>The ID of the network insights analysis.</p>
|
|
7626
|
-
*/
|
|
7627
|
-
NetworkInsightsAnalysisId?: string;
|
|
7628
|
-
}
|
|
7629
|
-
/**
|
|
7630
|
-
* @public
|
|
7631
|
-
*/
|
|
7632
|
-
export interface DeleteNetworkInsightsPathRequest {
|
|
7633
|
-
/**
|
|
7634
|
-
* @public
|
|
7635
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7636
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7637
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7638
|
-
*/
|
|
7639
|
-
DryRun?: boolean;
|
|
7640
|
-
/**
|
|
7641
|
-
* @public
|
|
7642
|
-
* <p>The ID of the path.</p>
|
|
7643
|
-
*/
|
|
7644
|
-
NetworkInsightsPathId: string | undefined;
|
|
7645
|
-
}
|
|
7646
|
-
/**
|
|
7647
|
-
* @public
|
|
7648
|
-
*/
|
|
7649
|
-
export interface DeleteNetworkInsightsPathResult {
|
|
7650
|
-
/**
|
|
7651
|
-
* @public
|
|
7652
|
-
* <p>The ID of the path.</p>
|
|
7653
|
-
*/
|
|
7654
|
-
NetworkInsightsPathId?: string;
|
|
7655
|
-
}
|
|
7656
7856
|
/**
|
|
7657
7857
|
* @internal
|
|
7658
7858
|
*/
|