@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
|
@@ -21,6 +21,7 @@ import { AssociateDhcpOptionsCommandInput, AssociateDhcpOptionsCommandOutput } f
|
|
|
21
21
|
import { AssociateEnclaveCertificateIamRoleCommandInput, AssociateEnclaveCertificateIamRoleCommandOutput } from "../commands/AssociateEnclaveCertificateIamRoleCommand";
|
|
22
22
|
import { AssociateIamInstanceProfileCommandInput, AssociateIamInstanceProfileCommandOutput } from "../commands/AssociateIamInstanceProfileCommand";
|
|
23
23
|
import { AssociateInstanceEventWindowCommandInput, AssociateInstanceEventWindowCommandOutput } from "../commands/AssociateInstanceEventWindowCommand";
|
|
24
|
+
import { AssociateIpamByoasnCommandInput, AssociateIpamByoasnCommandOutput } from "../commands/AssociateIpamByoasnCommand";
|
|
24
25
|
import { AssociateIpamResourceDiscoveryCommandInput, AssociateIpamResourceDiscoveryCommandOutput } from "../commands/AssociateIpamResourceDiscoveryCommand";
|
|
25
26
|
import { AssociateNatGatewayAddressCommandInput, AssociateNatGatewayAddressCommandOutput } from "../commands/AssociateNatGatewayAddressCommand";
|
|
26
27
|
import { AssociateRouteTableCommandInput, AssociateRouteTableCommandOutput } from "../commands/AssociateRouteTableCommand";
|
|
@@ -211,6 +212,7 @@ import { DeleteVpnConnectionCommandInput, DeleteVpnConnectionCommandOutput } fro
|
|
|
211
212
|
import { DeleteVpnConnectionRouteCommandInput, DeleteVpnConnectionRouteCommandOutput } from "../commands/DeleteVpnConnectionRouteCommand";
|
|
212
213
|
import { DeleteVpnGatewayCommandInput, DeleteVpnGatewayCommandOutput } from "../commands/DeleteVpnGatewayCommand";
|
|
213
214
|
import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "../commands/DeprovisionByoipCidrCommand";
|
|
215
|
+
import { DeprovisionIpamByoasnCommandInput, DeprovisionIpamByoasnCommandOutput } from "../commands/DeprovisionIpamByoasnCommand";
|
|
214
216
|
import { DeprovisionIpamPoolCidrCommandInput, DeprovisionIpamPoolCidrCommandOutput } from "../commands/DeprovisionIpamPoolCidrCommand";
|
|
215
217
|
import { DeprovisionPublicIpv4PoolCidrCommandInput, DeprovisionPublicIpv4PoolCidrCommandOutput } from "../commands/DeprovisionPublicIpv4PoolCidrCommand";
|
|
216
218
|
import { DeregisterImageCommandInput, DeregisterImageCommandOutput } from "../commands/DeregisterImageCommand";
|
|
@@ -273,6 +275,7 @@ import { DescribeInstanceTopologyCommandInput, DescribeInstanceTopologyCommandOu
|
|
|
273
275
|
import { DescribeInstanceTypeOfferingsCommandInput, DescribeInstanceTypeOfferingsCommandOutput } from "../commands/DescribeInstanceTypeOfferingsCommand";
|
|
274
276
|
import { DescribeInstanceTypesCommandInput, DescribeInstanceTypesCommandOutput } from "../commands/DescribeInstanceTypesCommand";
|
|
275
277
|
import { DescribeInternetGatewaysCommandInput, DescribeInternetGatewaysCommandOutput } from "../commands/DescribeInternetGatewaysCommand";
|
|
278
|
+
import { DescribeIpamByoasnCommandInput, DescribeIpamByoasnCommandOutput } from "../commands/DescribeIpamByoasnCommand";
|
|
276
279
|
import { DescribeIpamPoolsCommandInput, DescribeIpamPoolsCommandOutput } from "../commands/DescribeIpamPoolsCommand";
|
|
277
280
|
import { DescribeIpamResourceDiscoveriesCommandInput, DescribeIpamResourceDiscoveriesCommandOutput } from "../commands/DescribeIpamResourceDiscoveriesCommand";
|
|
278
281
|
import { DescribeIpamResourceDiscoveryAssociationsCommandInput, DescribeIpamResourceDiscoveryAssociationsCommandOutput } from "../commands/DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
@@ -391,6 +394,7 @@ import { DisassociateClientVpnTargetNetworkCommandInput, DisassociateClientVpnTa
|
|
|
391
394
|
import { DisassociateEnclaveCertificateIamRoleCommandInput, DisassociateEnclaveCertificateIamRoleCommandOutput } from "../commands/DisassociateEnclaveCertificateIamRoleCommand";
|
|
392
395
|
import { DisassociateIamInstanceProfileCommandInput, DisassociateIamInstanceProfileCommandOutput } from "../commands/DisassociateIamInstanceProfileCommand";
|
|
393
396
|
import { DisassociateInstanceEventWindowCommandInput, DisassociateInstanceEventWindowCommandOutput } from "../commands/DisassociateInstanceEventWindowCommand";
|
|
397
|
+
import { DisassociateIpamByoasnCommandInput, DisassociateIpamByoasnCommandOutput } from "../commands/DisassociateIpamByoasnCommand";
|
|
394
398
|
import { DisassociateIpamResourceDiscoveryCommandInput, DisassociateIpamResourceDiscoveryCommandOutput } from "../commands/DisassociateIpamResourceDiscoveryCommand";
|
|
395
399
|
import { DisassociateNatGatewayAddressCommandInput, DisassociateNatGatewayAddressCommandOutput } from "../commands/DisassociateNatGatewayAddressCommand";
|
|
396
400
|
import { DisassociateRouteTableCommandInput, DisassociateRouteTableCommandOutput } from "../commands/DisassociateRouteTableCommand";
|
|
@@ -439,6 +443,7 @@ import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesF
|
|
|
439
443
|
import { GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput } from "../commands/GetInstanceUefiDataCommand";
|
|
440
444
|
import { GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput } from "../commands/GetIpamAddressHistoryCommand";
|
|
441
445
|
import { GetIpamDiscoveredAccountsCommandInput, GetIpamDiscoveredAccountsCommandOutput } from "../commands/GetIpamDiscoveredAccountsCommand";
|
|
446
|
+
import { GetIpamDiscoveredPublicAddressesCommandInput, GetIpamDiscoveredPublicAddressesCommandOutput } from "../commands/GetIpamDiscoveredPublicAddressesCommand";
|
|
442
447
|
import { GetIpamDiscoveredResourceCidrsCommandInput, GetIpamDiscoveredResourceCidrsCommandOutput } from "../commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
443
448
|
import { GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput } from "../commands/GetIpamPoolAllocationsCommand";
|
|
444
449
|
import { GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput } from "../commands/GetIpamPoolCidrsCommand";
|
|
@@ -544,6 +549,7 @@ import { MonitorInstancesCommandInput, MonitorInstancesCommandOutput } from "../
|
|
|
544
549
|
import { MoveAddressToVpcCommandInput, MoveAddressToVpcCommandOutput } from "../commands/MoveAddressToVpcCommand";
|
|
545
550
|
import { MoveByoipCidrToIpamCommandInput, MoveByoipCidrToIpamCommandOutput } from "../commands/MoveByoipCidrToIpamCommand";
|
|
546
551
|
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "../commands/ProvisionByoipCidrCommand";
|
|
552
|
+
import { ProvisionIpamByoasnCommandInput, ProvisionIpamByoasnCommandOutput } from "../commands/ProvisionIpamByoasnCommand";
|
|
547
553
|
import { ProvisionIpamPoolCidrCommandInput, ProvisionIpamPoolCidrCommandOutput } from "../commands/ProvisionIpamPoolCidrCommand";
|
|
548
554
|
import { ProvisionPublicIpv4PoolCidrCommandInput, ProvisionPublicIpv4PoolCidrCommandOutput } from "../commands/ProvisionPublicIpv4PoolCidrCommand";
|
|
549
555
|
import { PurchaseCapacityBlockCommandInput, PurchaseCapacityBlockCommandOutput } from "../commands/PurchaseCapacityBlockCommand";
|
|
@@ -693,6 +699,10 @@ export declare const se_AssociateIamInstanceProfileCommand: (input: AssociateIam
|
|
|
693
699
|
* serializeAws_ec2AssociateInstanceEventWindowCommand
|
|
694
700
|
*/
|
|
695
701
|
export declare const se_AssociateInstanceEventWindowCommand: (input: AssociateInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
702
|
+
/**
|
|
703
|
+
* serializeAws_ec2AssociateIpamByoasnCommand
|
|
704
|
+
*/
|
|
705
|
+
export declare const se_AssociateIpamByoasnCommand: (input: AssociateIpamByoasnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
696
706
|
/**
|
|
697
707
|
* serializeAws_ec2AssociateIpamResourceDiscoveryCommand
|
|
698
708
|
*/
|
|
@@ -1453,6 +1463,10 @@ export declare const se_DeleteVpnGatewayCommand: (input: DeleteVpnGatewayCommand
|
|
|
1453
1463
|
* serializeAws_ec2DeprovisionByoipCidrCommand
|
|
1454
1464
|
*/
|
|
1455
1465
|
export declare const se_DeprovisionByoipCidrCommand: (input: DeprovisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1466
|
+
/**
|
|
1467
|
+
* serializeAws_ec2DeprovisionIpamByoasnCommand
|
|
1468
|
+
*/
|
|
1469
|
+
export declare const se_DeprovisionIpamByoasnCommand: (input: DeprovisionIpamByoasnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1456
1470
|
/**
|
|
1457
1471
|
* serializeAws_ec2DeprovisionIpamPoolCidrCommand
|
|
1458
1472
|
*/
|
|
@@ -1701,6 +1715,10 @@ export declare const se_DescribeInstanceTypesCommand: (input: DescribeInstanceTy
|
|
|
1701
1715
|
* serializeAws_ec2DescribeInternetGatewaysCommand
|
|
1702
1716
|
*/
|
|
1703
1717
|
export declare const se_DescribeInternetGatewaysCommand: (input: DescribeInternetGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1718
|
+
/**
|
|
1719
|
+
* serializeAws_ec2DescribeIpamByoasnCommand
|
|
1720
|
+
*/
|
|
1721
|
+
export declare const se_DescribeIpamByoasnCommand: (input: DescribeIpamByoasnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1704
1722
|
/**
|
|
1705
1723
|
* serializeAws_ec2DescribeIpamPoolsCommand
|
|
1706
1724
|
*/
|
|
@@ -2173,6 +2191,10 @@ export declare const se_DisassociateIamInstanceProfileCommand: (input: Disassoci
|
|
|
2173
2191
|
* serializeAws_ec2DisassociateInstanceEventWindowCommand
|
|
2174
2192
|
*/
|
|
2175
2193
|
export declare const se_DisassociateInstanceEventWindowCommand: (input: DisassociateInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2194
|
+
/**
|
|
2195
|
+
* serializeAws_ec2DisassociateIpamByoasnCommand
|
|
2196
|
+
*/
|
|
2197
|
+
export declare const se_DisassociateIpamByoasnCommand: (input: DisassociateIpamByoasnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2176
2198
|
/**
|
|
2177
2199
|
* serializeAws_ec2DisassociateIpamResourceDiscoveryCommand
|
|
2178
2200
|
*/
|
|
@@ -2365,6 +2387,10 @@ export declare const se_GetIpamAddressHistoryCommand: (input: GetIpamAddressHist
|
|
|
2365
2387
|
* serializeAws_ec2GetIpamDiscoveredAccountsCommand
|
|
2366
2388
|
*/
|
|
2367
2389
|
export declare const se_GetIpamDiscoveredAccountsCommand: (input: GetIpamDiscoveredAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2390
|
+
/**
|
|
2391
|
+
* serializeAws_ec2GetIpamDiscoveredPublicAddressesCommand
|
|
2392
|
+
*/
|
|
2393
|
+
export declare const se_GetIpamDiscoveredPublicAddressesCommand: (input: GetIpamDiscoveredPublicAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2368
2394
|
/**
|
|
2369
2395
|
* serializeAws_ec2GetIpamDiscoveredResourceCidrsCommand
|
|
2370
2396
|
*/
|
|
@@ -2785,6 +2811,10 @@ export declare const se_MoveByoipCidrToIpamCommand: (input: MoveByoipCidrToIpamC
|
|
|
2785
2811
|
* serializeAws_ec2ProvisionByoipCidrCommand
|
|
2786
2812
|
*/
|
|
2787
2813
|
export declare const se_ProvisionByoipCidrCommand: (input: ProvisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2814
|
+
/**
|
|
2815
|
+
* serializeAws_ec2ProvisionIpamByoasnCommand
|
|
2816
|
+
*/
|
|
2817
|
+
export declare const se_ProvisionIpamByoasnCommand: (input: ProvisionIpamByoasnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2788
2818
|
/**
|
|
2789
2819
|
* serializeAws_ec2ProvisionIpamPoolCidrCommand
|
|
2790
2820
|
*/
|
|
@@ -3129,6 +3159,10 @@ export declare const de_AssociateIamInstanceProfileCommand: (output: __HttpRespo
|
|
|
3129
3159
|
* deserializeAws_ec2AssociateInstanceEventWindowCommand
|
|
3130
3160
|
*/
|
|
3131
3161
|
export declare const de_AssociateInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateInstanceEventWindowCommandOutput>;
|
|
3162
|
+
/**
|
|
3163
|
+
* deserializeAws_ec2AssociateIpamByoasnCommand
|
|
3164
|
+
*/
|
|
3165
|
+
export declare const de_AssociateIpamByoasnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIpamByoasnCommandOutput>;
|
|
3132
3166
|
/**
|
|
3133
3167
|
* deserializeAws_ec2AssociateIpamResourceDiscoveryCommand
|
|
3134
3168
|
*/
|
|
@@ -3889,6 +3923,10 @@ export declare const de_DeleteVpnGatewayCommand: (output: __HttpResponse, contex
|
|
|
3889
3923
|
* deserializeAws_ec2DeprovisionByoipCidrCommand
|
|
3890
3924
|
*/
|
|
3891
3925
|
export declare const de_DeprovisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionByoipCidrCommandOutput>;
|
|
3926
|
+
/**
|
|
3927
|
+
* deserializeAws_ec2DeprovisionIpamByoasnCommand
|
|
3928
|
+
*/
|
|
3929
|
+
export declare const de_DeprovisionIpamByoasnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionIpamByoasnCommandOutput>;
|
|
3892
3930
|
/**
|
|
3893
3931
|
* deserializeAws_ec2DeprovisionIpamPoolCidrCommand
|
|
3894
3932
|
*/
|
|
@@ -4137,6 +4175,10 @@ export declare const de_DescribeInstanceTypesCommand: (output: __HttpResponse, c
|
|
|
4137
4175
|
* deserializeAws_ec2DescribeInternetGatewaysCommand
|
|
4138
4176
|
*/
|
|
4139
4177
|
export declare const de_DescribeInternetGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInternetGatewaysCommandOutput>;
|
|
4178
|
+
/**
|
|
4179
|
+
* deserializeAws_ec2DescribeIpamByoasnCommand
|
|
4180
|
+
*/
|
|
4181
|
+
export declare const de_DescribeIpamByoasnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamByoasnCommandOutput>;
|
|
4140
4182
|
/**
|
|
4141
4183
|
* deserializeAws_ec2DescribeIpamPoolsCommand
|
|
4142
4184
|
*/
|
|
@@ -4609,6 +4651,10 @@ export declare const de_DisassociateIamInstanceProfileCommand: (output: __HttpRe
|
|
|
4609
4651
|
* deserializeAws_ec2DisassociateInstanceEventWindowCommand
|
|
4610
4652
|
*/
|
|
4611
4653
|
export declare const de_DisassociateInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateInstanceEventWindowCommandOutput>;
|
|
4654
|
+
/**
|
|
4655
|
+
* deserializeAws_ec2DisassociateIpamByoasnCommand
|
|
4656
|
+
*/
|
|
4657
|
+
export declare const de_DisassociateIpamByoasnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIpamByoasnCommandOutput>;
|
|
4612
4658
|
/**
|
|
4613
4659
|
* deserializeAws_ec2DisassociateIpamResourceDiscoveryCommand
|
|
4614
4660
|
*/
|
|
@@ -4801,6 +4847,10 @@ export declare const de_GetIpamAddressHistoryCommand: (output: __HttpResponse, c
|
|
|
4801
4847
|
* deserializeAws_ec2GetIpamDiscoveredAccountsCommand
|
|
4802
4848
|
*/
|
|
4803
4849
|
export declare const de_GetIpamDiscoveredAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamDiscoveredAccountsCommandOutput>;
|
|
4850
|
+
/**
|
|
4851
|
+
* deserializeAws_ec2GetIpamDiscoveredPublicAddressesCommand
|
|
4852
|
+
*/
|
|
4853
|
+
export declare const de_GetIpamDiscoveredPublicAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamDiscoveredPublicAddressesCommandOutput>;
|
|
4804
4854
|
/**
|
|
4805
4855
|
* deserializeAws_ec2GetIpamDiscoveredResourceCidrsCommand
|
|
4806
4856
|
*/
|
|
@@ -5221,6 +5271,10 @@ export declare const de_MoveByoipCidrToIpamCommand: (output: __HttpResponse, con
|
|
|
5221
5271
|
* deserializeAws_ec2ProvisionByoipCidrCommand
|
|
5222
5272
|
*/
|
|
5223
5273
|
export declare const de_ProvisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionByoipCidrCommandOutput>;
|
|
5274
|
+
/**
|
|
5275
|
+
* deserializeAws_ec2ProvisionIpamByoasnCommand
|
|
5276
|
+
*/
|
|
5277
|
+
export declare const de_ProvisionIpamByoasnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionIpamByoasnCommandOutput>;
|
|
5224
5278
|
/**
|
|
5225
5279
|
* deserializeAws_ec2ProvisionIpamPoolCidrCommand
|
|
5226
5280
|
*/
|
|
@@ -83,6 +83,10 @@ import {
|
|
|
83
83
|
AssociateInstanceEventWindowCommandInput,
|
|
84
84
|
AssociateInstanceEventWindowCommandOutput,
|
|
85
85
|
} from "./commands/AssociateInstanceEventWindowCommand";
|
|
86
|
+
import {
|
|
87
|
+
AssociateIpamByoasnCommandInput,
|
|
88
|
+
AssociateIpamByoasnCommandOutput,
|
|
89
|
+
} from "./commands/AssociateIpamByoasnCommand";
|
|
86
90
|
import {
|
|
87
91
|
AssociateIpamResourceDiscoveryCommandInput,
|
|
88
92
|
AssociateIpamResourceDiscoveryCommandOutput,
|
|
@@ -843,6 +847,10 @@ import {
|
|
|
843
847
|
DeprovisionByoipCidrCommandInput,
|
|
844
848
|
DeprovisionByoipCidrCommandOutput,
|
|
845
849
|
} from "./commands/DeprovisionByoipCidrCommand";
|
|
850
|
+
import {
|
|
851
|
+
DeprovisionIpamByoasnCommandInput,
|
|
852
|
+
DeprovisionIpamByoasnCommandOutput,
|
|
853
|
+
} from "./commands/DeprovisionIpamByoasnCommand";
|
|
846
854
|
import {
|
|
847
855
|
DeprovisionIpamPoolCidrCommandInput,
|
|
848
856
|
DeprovisionIpamPoolCidrCommandOutput,
|
|
@@ -1091,6 +1099,10 @@ import {
|
|
|
1091
1099
|
DescribeInternetGatewaysCommandInput,
|
|
1092
1100
|
DescribeInternetGatewaysCommandOutput,
|
|
1093
1101
|
} from "./commands/DescribeInternetGatewaysCommand";
|
|
1102
|
+
import {
|
|
1103
|
+
DescribeIpamByoasnCommandInput,
|
|
1104
|
+
DescribeIpamByoasnCommandOutput,
|
|
1105
|
+
} from "./commands/DescribeIpamByoasnCommand";
|
|
1094
1106
|
import {
|
|
1095
1107
|
DescribeIpamPoolsCommandInput,
|
|
1096
1108
|
DescribeIpamPoolsCommandOutput,
|
|
@@ -1563,6 +1575,10 @@ import {
|
|
|
1563
1575
|
DisassociateInstanceEventWindowCommandInput,
|
|
1564
1576
|
DisassociateInstanceEventWindowCommandOutput,
|
|
1565
1577
|
} from "./commands/DisassociateInstanceEventWindowCommand";
|
|
1578
|
+
import {
|
|
1579
|
+
DisassociateIpamByoasnCommandInput,
|
|
1580
|
+
DisassociateIpamByoasnCommandOutput,
|
|
1581
|
+
} from "./commands/DisassociateIpamByoasnCommand";
|
|
1566
1582
|
import {
|
|
1567
1583
|
DisassociateIpamResourceDiscoveryCommandInput,
|
|
1568
1584
|
DisassociateIpamResourceDiscoveryCommandOutput,
|
|
@@ -1755,6 +1771,10 @@ import {
|
|
|
1755
1771
|
GetIpamDiscoveredAccountsCommandInput,
|
|
1756
1772
|
GetIpamDiscoveredAccountsCommandOutput,
|
|
1757
1773
|
} from "./commands/GetIpamDiscoveredAccountsCommand";
|
|
1774
|
+
import {
|
|
1775
|
+
GetIpamDiscoveredPublicAddressesCommandInput,
|
|
1776
|
+
GetIpamDiscoveredPublicAddressesCommandOutput,
|
|
1777
|
+
} from "./commands/GetIpamDiscoveredPublicAddressesCommand";
|
|
1758
1778
|
import {
|
|
1759
1779
|
GetIpamDiscoveredResourceCidrsCommandInput,
|
|
1760
1780
|
GetIpamDiscoveredResourceCidrsCommandOutput,
|
|
@@ -2175,6 +2195,10 @@ import {
|
|
|
2175
2195
|
ProvisionByoipCidrCommandInput,
|
|
2176
2196
|
ProvisionByoipCidrCommandOutput,
|
|
2177
2197
|
} from "./commands/ProvisionByoipCidrCommand";
|
|
2198
|
+
import {
|
|
2199
|
+
ProvisionIpamByoasnCommandInput,
|
|
2200
|
+
ProvisionIpamByoasnCommandOutput,
|
|
2201
|
+
} from "./commands/ProvisionIpamByoasnCommand";
|
|
2178
2202
|
import {
|
|
2179
2203
|
ProvisionIpamPoolCidrCommandInput,
|
|
2180
2204
|
ProvisionIpamPoolCidrCommandOutput,
|
|
@@ -2746,6 +2770,19 @@ export interface EC2 {
|
|
|
2746
2770
|
options: __HttpHandlerOptions,
|
|
2747
2771
|
cb: (err: any, data?: AssociateInstanceEventWindowCommandOutput) => void
|
|
2748
2772
|
): void;
|
|
2773
|
+
associateIpamByoasn(
|
|
2774
|
+
args: AssociateIpamByoasnCommandInput,
|
|
2775
|
+
options?: __HttpHandlerOptions
|
|
2776
|
+
): Promise<AssociateIpamByoasnCommandOutput>;
|
|
2777
|
+
associateIpamByoasn(
|
|
2778
|
+
args: AssociateIpamByoasnCommandInput,
|
|
2779
|
+
cb: (err: any, data?: AssociateIpamByoasnCommandOutput) => void
|
|
2780
|
+
): void;
|
|
2781
|
+
associateIpamByoasn(
|
|
2782
|
+
args: AssociateIpamByoasnCommandInput,
|
|
2783
|
+
options: __HttpHandlerOptions,
|
|
2784
|
+
cb: (err: any, data?: AssociateIpamByoasnCommandOutput) => void
|
|
2785
|
+
): void;
|
|
2749
2786
|
associateIpamResourceDiscovery(
|
|
2750
2787
|
args: AssociateIpamResourceDiscoveryCommandInput,
|
|
2751
2788
|
options?: __HttpHandlerOptions
|
|
@@ -5366,6 +5403,19 @@ export interface EC2 {
|
|
|
5366
5403
|
options: __HttpHandlerOptions,
|
|
5367
5404
|
cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
|
|
5368
5405
|
): void;
|
|
5406
|
+
deprovisionIpamByoasn(
|
|
5407
|
+
args: DeprovisionIpamByoasnCommandInput,
|
|
5408
|
+
options?: __HttpHandlerOptions
|
|
5409
|
+
): Promise<DeprovisionIpamByoasnCommandOutput>;
|
|
5410
|
+
deprovisionIpamByoasn(
|
|
5411
|
+
args: DeprovisionIpamByoasnCommandInput,
|
|
5412
|
+
cb: (err: any, data?: DeprovisionIpamByoasnCommandOutput) => void
|
|
5413
|
+
): void;
|
|
5414
|
+
deprovisionIpamByoasn(
|
|
5415
|
+
args: DeprovisionIpamByoasnCommandInput,
|
|
5416
|
+
options: __HttpHandlerOptions,
|
|
5417
|
+
cb: (err: any, data?: DeprovisionIpamByoasnCommandOutput) => void
|
|
5418
|
+
): void;
|
|
5369
5419
|
deprovisionIpamPoolCidr(
|
|
5370
5420
|
args: DeprovisionIpamPoolCidrCommandInput,
|
|
5371
5421
|
options?: __HttpHandlerOptions
|
|
@@ -6232,6 +6282,19 @@ export interface EC2 {
|
|
|
6232
6282
|
options: __HttpHandlerOptions,
|
|
6233
6283
|
cb: (err: any, data?: DescribeInternetGatewaysCommandOutput) => void
|
|
6234
6284
|
): void;
|
|
6285
|
+
describeIpamByoasn(
|
|
6286
|
+
args: DescribeIpamByoasnCommandInput,
|
|
6287
|
+
options?: __HttpHandlerOptions
|
|
6288
|
+
): Promise<DescribeIpamByoasnCommandOutput>;
|
|
6289
|
+
describeIpamByoasn(
|
|
6290
|
+
args: DescribeIpamByoasnCommandInput,
|
|
6291
|
+
cb: (err: any, data?: DescribeIpamByoasnCommandOutput) => void
|
|
6292
|
+
): void;
|
|
6293
|
+
describeIpamByoasn(
|
|
6294
|
+
args: DescribeIpamByoasnCommandInput,
|
|
6295
|
+
options: __HttpHandlerOptions,
|
|
6296
|
+
cb: (err: any, data?: DescribeIpamByoasnCommandOutput) => void
|
|
6297
|
+
): void;
|
|
6235
6298
|
describeIpamPools(
|
|
6236
6299
|
args: DescribeIpamPoolsCommandInput,
|
|
6237
6300
|
options?: __HttpHandlerOptions
|
|
@@ -7964,6 +8027,19 @@ export interface EC2 {
|
|
|
7964
8027
|
options: __HttpHandlerOptions,
|
|
7965
8028
|
cb: (err: any, data?: DisassociateInstanceEventWindowCommandOutput) => void
|
|
7966
8029
|
): void;
|
|
8030
|
+
disassociateIpamByoasn(
|
|
8031
|
+
args: DisassociateIpamByoasnCommandInput,
|
|
8032
|
+
options?: __HttpHandlerOptions
|
|
8033
|
+
): Promise<DisassociateIpamByoasnCommandOutput>;
|
|
8034
|
+
disassociateIpamByoasn(
|
|
8035
|
+
args: DisassociateIpamByoasnCommandInput,
|
|
8036
|
+
cb: (err: any, data?: DisassociateIpamByoasnCommandOutput) => void
|
|
8037
|
+
): void;
|
|
8038
|
+
disassociateIpamByoasn(
|
|
8039
|
+
args: DisassociateIpamByoasnCommandInput,
|
|
8040
|
+
options: __HttpHandlerOptions,
|
|
8041
|
+
cb: (err: any, data?: DisassociateIpamByoasnCommandOutput) => void
|
|
8042
|
+
): void;
|
|
7967
8043
|
disassociateIpamResourceDiscovery(
|
|
7968
8044
|
args: DisassociateIpamResourceDiscoveryCommandInput,
|
|
7969
8045
|
options?: __HttpHandlerOptions
|
|
@@ -8666,6 +8742,19 @@ export interface EC2 {
|
|
|
8666
8742
|
options: __HttpHandlerOptions,
|
|
8667
8743
|
cb: (err: any, data?: GetIpamDiscoveredAccountsCommandOutput) => void
|
|
8668
8744
|
): void;
|
|
8745
|
+
getIpamDiscoveredPublicAddresses(
|
|
8746
|
+
args: GetIpamDiscoveredPublicAddressesCommandInput,
|
|
8747
|
+
options?: __HttpHandlerOptions
|
|
8748
|
+
): Promise<GetIpamDiscoveredPublicAddressesCommandOutput>;
|
|
8749
|
+
getIpamDiscoveredPublicAddresses(
|
|
8750
|
+
args: GetIpamDiscoveredPublicAddressesCommandInput,
|
|
8751
|
+
cb: (err: any, data?: GetIpamDiscoveredPublicAddressesCommandOutput) => void
|
|
8752
|
+
): void;
|
|
8753
|
+
getIpamDiscoveredPublicAddresses(
|
|
8754
|
+
args: GetIpamDiscoveredPublicAddressesCommandInput,
|
|
8755
|
+
options: __HttpHandlerOptions,
|
|
8756
|
+
cb: (err: any, data?: GetIpamDiscoveredPublicAddressesCommandOutput) => void
|
|
8757
|
+
): void;
|
|
8669
8758
|
getIpamDiscoveredResourceCidrs(
|
|
8670
8759
|
args: GetIpamDiscoveredResourceCidrsCommandInput,
|
|
8671
8760
|
options?: __HttpHandlerOptions
|
|
@@ -10187,6 +10276,19 @@ export interface EC2 {
|
|
|
10187
10276
|
options: __HttpHandlerOptions,
|
|
10188
10277
|
cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
|
|
10189
10278
|
): void;
|
|
10279
|
+
provisionIpamByoasn(
|
|
10280
|
+
args: ProvisionIpamByoasnCommandInput,
|
|
10281
|
+
options?: __HttpHandlerOptions
|
|
10282
|
+
): Promise<ProvisionIpamByoasnCommandOutput>;
|
|
10283
|
+
provisionIpamByoasn(
|
|
10284
|
+
args: ProvisionIpamByoasnCommandInput,
|
|
10285
|
+
cb: (err: any, data?: ProvisionIpamByoasnCommandOutput) => void
|
|
10286
|
+
): void;
|
|
10287
|
+
provisionIpamByoasn(
|
|
10288
|
+
args: ProvisionIpamByoasnCommandInput,
|
|
10289
|
+
options: __HttpHandlerOptions,
|
|
10290
|
+
cb: (err: any, data?: ProvisionIpamByoasnCommandOutput) => void
|
|
10291
|
+
): void;
|
|
10190
10292
|
provisionIpamPoolCidr(
|
|
10191
10293
|
args: ProvisionIpamPoolCidrCommandInput,
|
|
10192
10294
|
options?: __HttpHandlerOptions
|
|
@@ -129,6 +129,10 @@ import {
|
|
|
129
129
|
AssociateInstanceEventWindowCommandInput,
|
|
130
130
|
AssociateInstanceEventWindowCommandOutput,
|
|
131
131
|
} from "./commands/AssociateInstanceEventWindowCommand";
|
|
132
|
+
import {
|
|
133
|
+
AssociateIpamByoasnCommandInput,
|
|
134
|
+
AssociateIpamByoasnCommandOutput,
|
|
135
|
+
} from "./commands/AssociateIpamByoasnCommand";
|
|
132
136
|
import {
|
|
133
137
|
AssociateIpamResourceDiscoveryCommandInput,
|
|
134
138
|
AssociateIpamResourceDiscoveryCommandOutput,
|
|
@@ -889,6 +893,10 @@ import {
|
|
|
889
893
|
DeprovisionByoipCidrCommandInput,
|
|
890
894
|
DeprovisionByoipCidrCommandOutput,
|
|
891
895
|
} from "./commands/DeprovisionByoipCidrCommand";
|
|
896
|
+
import {
|
|
897
|
+
DeprovisionIpamByoasnCommandInput,
|
|
898
|
+
DeprovisionIpamByoasnCommandOutput,
|
|
899
|
+
} from "./commands/DeprovisionIpamByoasnCommand";
|
|
892
900
|
import {
|
|
893
901
|
DeprovisionIpamPoolCidrCommandInput,
|
|
894
902
|
DeprovisionIpamPoolCidrCommandOutput,
|
|
@@ -1137,6 +1145,10 @@ import {
|
|
|
1137
1145
|
DescribeInternetGatewaysCommandInput,
|
|
1138
1146
|
DescribeInternetGatewaysCommandOutput,
|
|
1139
1147
|
} from "./commands/DescribeInternetGatewaysCommand";
|
|
1148
|
+
import {
|
|
1149
|
+
DescribeIpamByoasnCommandInput,
|
|
1150
|
+
DescribeIpamByoasnCommandOutput,
|
|
1151
|
+
} from "./commands/DescribeIpamByoasnCommand";
|
|
1140
1152
|
import {
|
|
1141
1153
|
DescribeIpamPoolsCommandInput,
|
|
1142
1154
|
DescribeIpamPoolsCommandOutput,
|
|
@@ -1609,6 +1621,10 @@ import {
|
|
|
1609
1621
|
DisassociateInstanceEventWindowCommandInput,
|
|
1610
1622
|
DisassociateInstanceEventWindowCommandOutput,
|
|
1611
1623
|
} from "./commands/DisassociateInstanceEventWindowCommand";
|
|
1624
|
+
import {
|
|
1625
|
+
DisassociateIpamByoasnCommandInput,
|
|
1626
|
+
DisassociateIpamByoasnCommandOutput,
|
|
1627
|
+
} from "./commands/DisassociateIpamByoasnCommand";
|
|
1612
1628
|
import {
|
|
1613
1629
|
DisassociateIpamResourceDiscoveryCommandInput,
|
|
1614
1630
|
DisassociateIpamResourceDiscoveryCommandOutput,
|
|
@@ -1801,6 +1817,10 @@ import {
|
|
|
1801
1817
|
GetIpamDiscoveredAccountsCommandInput,
|
|
1802
1818
|
GetIpamDiscoveredAccountsCommandOutput,
|
|
1803
1819
|
} from "./commands/GetIpamDiscoveredAccountsCommand";
|
|
1820
|
+
import {
|
|
1821
|
+
GetIpamDiscoveredPublicAddressesCommandInput,
|
|
1822
|
+
GetIpamDiscoveredPublicAddressesCommandOutput,
|
|
1823
|
+
} from "./commands/GetIpamDiscoveredPublicAddressesCommand";
|
|
1804
1824
|
import {
|
|
1805
1825
|
GetIpamDiscoveredResourceCidrsCommandInput,
|
|
1806
1826
|
GetIpamDiscoveredResourceCidrsCommandOutput,
|
|
@@ -2221,6 +2241,10 @@ import {
|
|
|
2221
2241
|
ProvisionByoipCidrCommandInput,
|
|
2222
2242
|
ProvisionByoipCidrCommandOutput,
|
|
2223
2243
|
} from "./commands/ProvisionByoipCidrCommand";
|
|
2244
|
+
import {
|
|
2245
|
+
ProvisionIpamByoasnCommandInput,
|
|
2246
|
+
ProvisionIpamByoasnCommandOutput,
|
|
2247
|
+
} from "./commands/ProvisionIpamByoasnCommand";
|
|
2224
2248
|
import {
|
|
2225
2249
|
ProvisionIpamPoolCidrCommandInput,
|
|
2226
2250
|
ProvisionIpamPoolCidrCommandOutput,
|
|
@@ -2510,6 +2534,7 @@ export type ServiceInputTypes =
|
|
|
2510
2534
|
| AssociateEnclaveCertificateIamRoleCommandInput
|
|
2511
2535
|
| AssociateIamInstanceProfileCommandInput
|
|
2512
2536
|
| AssociateInstanceEventWindowCommandInput
|
|
2537
|
+
| AssociateIpamByoasnCommandInput
|
|
2513
2538
|
| AssociateIpamResourceDiscoveryCommandInput
|
|
2514
2539
|
| AssociateNatGatewayAddressCommandInput
|
|
2515
2540
|
| AssociateRouteTableCommandInput
|
|
@@ -2700,6 +2725,7 @@ export type ServiceInputTypes =
|
|
|
2700
2725
|
| DeleteVpnConnectionRouteCommandInput
|
|
2701
2726
|
| DeleteVpnGatewayCommandInput
|
|
2702
2727
|
| DeprovisionByoipCidrCommandInput
|
|
2728
|
+
| DeprovisionIpamByoasnCommandInput
|
|
2703
2729
|
| DeprovisionIpamPoolCidrCommandInput
|
|
2704
2730
|
| DeprovisionPublicIpv4PoolCidrCommandInput
|
|
2705
2731
|
| DeregisterImageCommandInput
|
|
@@ -2762,6 +2788,7 @@ export type ServiceInputTypes =
|
|
|
2762
2788
|
| DescribeInstanceTypesCommandInput
|
|
2763
2789
|
| DescribeInstancesCommandInput
|
|
2764
2790
|
| DescribeInternetGatewaysCommandInput
|
|
2791
|
+
| DescribeIpamByoasnCommandInput
|
|
2765
2792
|
| DescribeIpamPoolsCommandInput
|
|
2766
2793
|
| DescribeIpamResourceDiscoveriesCommandInput
|
|
2767
2794
|
| DescribeIpamResourceDiscoveryAssociationsCommandInput
|
|
@@ -2880,6 +2907,7 @@ export type ServiceInputTypes =
|
|
|
2880
2907
|
| DisassociateEnclaveCertificateIamRoleCommandInput
|
|
2881
2908
|
| DisassociateIamInstanceProfileCommandInput
|
|
2882
2909
|
| DisassociateInstanceEventWindowCommandInput
|
|
2910
|
+
| DisassociateIpamByoasnCommandInput
|
|
2883
2911
|
| DisassociateIpamResourceDiscoveryCommandInput
|
|
2884
2912
|
| DisassociateNatGatewayAddressCommandInput
|
|
2885
2913
|
| DisassociateRouteTableCommandInput
|
|
@@ -2928,6 +2956,7 @@ export type ServiceInputTypes =
|
|
|
2928
2956
|
| GetInstanceUefiDataCommandInput
|
|
2929
2957
|
| GetIpamAddressHistoryCommandInput
|
|
2930
2958
|
| GetIpamDiscoveredAccountsCommandInput
|
|
2959
|
+
| GetIpamDiscoveredPublicAddressesCommandInput
|
|
2931
2960
|
| GetIpamDiscoveredResourceCidrsCommandInput
|
|
2932
2961
|
| GetIpamPoolAllocationsCommandInput
|
|
2933
2962
|
| GetIpamPoolCidrsCommandInput
|
|
@@ -3033,6 +3062,7 @@ export type ServiceInputTypes =
|
|
|
3033
3062
|
| MoveAddressToVpcCommandInput
|
|
3034
3063
|
| MoveByoipCidrToIpamCommandInput
|
|
3035
3064
|
| ProvisionByoipCidrCommandInput
|
|
3065
|
+
| ProvisionIpamByoasnCommandInput
|
|
3036
3066
|
| ProvisionIpamPoolCidrCommandInput
|
|
3037
3067
|
| ProvisionPublicIpv4PoolCidrCommandInput
|
|
3038
3068
|
| PurchaseCapacityBlockCommandInput
|
|
@@ -3120,6 +3150,7 @@ export type ServiceOutputTypes =
|
|
|
3120
3150
|
| AssociateEnclaveCertificateIamRoleCommandOutput
|
|
3121
3151
|
| AssociateIamInstanceProfileCommandOutput
|
|
3122
3152
|
| AssociateInstanceEventWindowCommandOutput
|
|
3153
|
+
| AssociateIpamByoasnCommandOutput
|
|
3123
3154
|
| AssociateIpamResourceDiscoveryCommandOutput
|
|
3124
3155
|
| AssociateNatGatewayAddressCommandOutput
|
|
3125
3156
|
| AssociateRouteTableCommandOutput
|
|
@@ -3310,6 +3341,7 @@ export type ServiceOutputTypes =
|
|
|
3310
3341
|
| DeleteVpnConnectionRouteCommandOutput
|
|
3311
3342
|
| DeleteVpnGatewayCommandOutput
|
|
3312
3343
|
| DeprovisionByoipCidrCommandOutput
|
|
3344
|
+
| DeprovisionIpamByoasnCommandOutput
|
|
3313
3345
|
| DeprovisionIpamPoolCidrCommandOutput
|
|
3314
3346
|
| DeprovisionPublicIpv4PoolCidrCommandOutput
|
|
3315
3347
|
| DeregisterImageCommandOutput
|
|
@@ -3372,6 +3404,7 @@ export type ServiceOutputTypes =
|
|
|
3372
3404
|
| DescribeInstanceTypesCommandOutput
|
|
3373
3405
|
| DescribeInstancesCommandOutput
|
|
3374
3406
|
| DescribeInternetGatewaysCommandOutput
|
|
3407
|
+
| DescribeIpamByoasnCommandOutput
|
|
3375
3408
|
| DescribeIpamPoolsCommandOutput
|
|
3376
3409
|
| DescribeIpamResourceDiscoveriesCommandOutput
|
|
3377
3410
|
| DescribeIpamResourceDiscoveryAssociationsCommandOutput
|
|
@@ -3490,6 +3523,7 @@ export type ServiceOutputTypes =
|
|
|
3490
3523
|
| DisassociateEnclaveCertificateIamRoleCommandOutput
|
|
3491
3524
|
| DisassociateIamInstanceProfileCommandOutput
|
|
3492
3525
|
| DisassociateInstanceEventWindowCommandOutput
|
|
3526
|
+
| DisassociateIpamByoasnCommandOutput
|
|
3493
3527
|
| DisassociateIpamResourceDiscoveryCommandOutput
|
|
3494
3528
|
| DisassociateNatGatewayAddressCommandOutput
|
|
3495
3529
|
| DisassociateRouteTableCommandOutput
|
|
@@ -3538,6 +3572,7 @@ export type ServiceOutputTypes =
|
|
|
3538
3572
|
| GetInstanceUefiDataCommandOutput
|
|
3539
3573
|
| GetIpamAddressHistoryCommandOutput
|
|
3540
3574
|
| GetIpamDiscoveredAccountsCommandOutput
|
|
3575
|
+
| GetIpamDiscoveredPublicAddressesCommandOutput
|
|
3541
3576
|
| GetIpamDiscoveredResourceCidrsCommandOutput
|
|
3542
3577
|
| GetIpamPoolAllocationsCommandOutput
|
|
3543
3578
|
| GetIpamPoolCidrsCommandOutput
|
|
@@ -3643,6 +3678,7 @@ export type ServiceOutputTypes =
|
|
|
3643
3678
|
| MoveAddressToVpcCommandOutput
|
|
3644
3679
|
| MoveByoipCidrToIpamCommandOutput
|
|
3645
3680
|
| ProvisionByoipCidrCommandOutput
|
|
3681
|
+
| ProvisionIpamByoasnCommandOutput
|
|
3646
3682
|
| ProvisionIpamPoolCidrCommandOutput
|
|
3647
3683
|
| ProvisionPublicIpv4PoolCidrCommandOutput
|
|
3648
3684
|
| PurchaseCapacityBlockCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
AssociateIpamByoasnRequest,
|
|
16
|
+
AssociateIpamByoasnResult,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface AssociateIpamByoasnCommandInput
|
|
20
|
+
extends AssociateIpamByoasnRequest {}
|
|
21
|
+
export interface AssociateIpamByoasnCommandOutput
|
|
22
|
+
extends AssociateIpamByoasnResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class AssociateIpamByoasnCommand extends $Command<
|
|
25
|
+
AssociateIpamByoasnCommandInput,
|
|
26
|
+
AssociateIpamByoasnCommandOutput,
|
|
27
|
+
EC2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: AssociateIpamByoasnCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: AssociateIpamByoasnCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EC2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<AssociateIpamByoasnCommandInput, AssociateIpamByoasnCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
CreateCarrierGatewayResult,
|
|
17
|
-
} from "../models/models_0";
|
|
14
|
+
import { CreateCarrierGatewayRequest } from "../models/models_0";
|
|
15
|
+
import { CreateCarrierGatewayResult } from "../models/models_1";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface CreateCarrierGatewayCommandInput
|
|
20
18
|
extends CreateCarrierGatewayRequest {}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
CreateNetworkInterfaceResult,
|
|
17
|
-
} from "../models/models_1";
|
|
14
|
+
import { CreateNetworkInterfaceRequest } from "../models/models_1";
|
|
15
|
+
import { CreateNetworkInterfaceResult } from "../models/models_2";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface CreateNetworkInterfaceCommandInput
|
|
20
18
|
extends CreateNetworkInterfaceRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
CreateNetworkInterfacePermissionRequest,
|
|
16
16
|
CreateNetworkInterfacePermissionResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface CreateNetworkInterfacePermissionCommandInput
|
|
20
20
|
extends CreateNetworkInterfacePermissionRequest {}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DeleteNatGatewayResult,
|
|
17
|
-
} from "../models/models_2";
|
|
14
|
+
import { DeleteNatGatewayRequest } from "../models/models_2";
|
|
15
|
+
import { DeleteNatGatewayResult } from "../models/models_3";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface DeleteNatGatewayCommandInput extends DeleteNatGatewayRequest {}
|
|
20
18
|
export interface DeleteNatGatewayCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DeleteNetworkAclRequest } from "../models/
|
|
14
|
+
import { DeleteNetworkAclRequest } from "../models/models_3";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface DeleteNetworkAclCommandInput extends DeleteNetworkAclRequest {}
|
|
17
17
|
export interface DeleteNetworkAclCommandOutput extends __MetadataBearer {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DeleteNetworkAclEntryRequest } from "../models/
|
|
14
|
+
import { DeleteNetworkAclEntryRequest } from "../models/models_3";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface DeleteNetworkAclEntryCommandInput
|
|
17
17
|
extends DeleteNetworkAclEntryRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteNetworkInsightsAccessScopeAnalysisRequest,
|
|
16
16
|
DeleteNetworkInsightsAccessScopeAnalysisResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DeleteNetworkInsightsAccessScopeAnalysisCommandInput
|
|
20
20
|
extends DeleteNetworkInsightsAccessScopeAnalysisRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteNetworkInsightsAccessScopeRequest,
|
|
16
16
|
DeleteNetworkInsightsAccessScopeResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DeleteNetworkInsightsAccessScopeCommandInput
|
|
20
20
|
extends DeleteNetworkInsightsAccessScopeRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteNetworkInsightsAnalysisRequest,
|
|
16
16
|
DeleteNetworkInsightsAnalysisResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DeleteNetworkInsightsAnalysisCommandInput
|
|
20
20
|
extends DeleteNetworkInsightsAnalysisRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteNetworkInsightsPathRequest,
|
|
16
16
|
DeleteNetworkInsightsPathResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DeleteNetworkInsightsPathCommandInput
|
|
20
20
|
extends DeleteNetworkInsightsPathRequest {}
|