@aws-sdk/client-ec2 3.1105.0 → 3.1107.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 +105 -0
- package/dist-cjs/index.js +738 -28
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.js +4 -0
- package/dist-es/commands/CreateIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/CreateIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/DeleteIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/DeleteIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/DescribeIpamInternetRegistryAssociationsCommand.js +4 -0
- package/dist-es/commands/EnableIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/GetIpamDiscoveredRoutesCommand.js +4 -0
- package/dist-es/commands/GetIpamInternetRegistryAssociationAsnsCommand.js +4 -0
- package/dist-es/commands/GetIpamInternetRegistryAssociationCidrsCommand.js +4 -0
- package/dist-es/commands/GetIpamRouteOriginAuthorizationsCommand.js +4 -0
- package/dist-es/commands/GetIpamRouteProtectionFindingsCommand.js +4 -0
- package/dist-es/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.js +4 -0
- package/dist-es/commands/GetIpamRoutingPolicyRegistrationsCommand.js +4 -0
- package/dist-es/commands/ModifyIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +62 -0
- package/dist-es/schemas/schemas_0.js +536 -27
- package/dist-types/EC2.d.ts +106 -0
- package/dist-types/EC2Client.d.ts +17 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +80 -0
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +5 -5
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamInternetRegistryAssociationCommand.d.ts +104 -0
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +80 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +31 -0
- package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +86 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +104 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -2
- package/dist-types/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +95 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredRoutesCommand.d.ts +98 -0
- package/dist-types/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +88 -0
- package/dist-types/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +88 -0
- package/dist-types/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +82 -0
- package/dist-types/commands/GetIpamRouteProtectionFindingsCommand.d.ts +116 -0
- package/dist-types/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +86 -0
- package/dist-types/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +88 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListVolumesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +4 -4
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RestoreVolumeFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +134 -0
- package/dist-types/models/models_0.d.ts +77 -205
- package/dist-types/models/models_1.d.ts +413 -313
- package/dist-types/models/models_2.d.ts +379 -182
- package/dist-types/models/models_3.d.ts +181 -461
- package/dist-types/models/models_4.d.ts +8068 -8110
- package/dist-types/models/models_5.d.ts +1715 -1517
- package/dist-types/models/models_6.d.ts +4486 -4598
- package/dist-types/models/models_7.d.ts +4650 -4786
- package/dist-types/models/models_8.d.ts +1456 -4
- package/dist-types/schemas/schemas_0.d.ts +55 -0
- package/dist-types/ts3.4/EC2.d.ts +256 -0
- package/dist-types/ts3.4/EC2Client.d.ts +90 -0
- package/dist-types/ts3.4/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- 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/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredRoutesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRouteProtectionFindingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVolumesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreVolumeFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +75 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -39
- package/dist-types/ts3.4/models/models_1.d.ts +85 -60
- package/dist-types/ts3.4/models/models_2.d.ts +82 -48
- package/dist-types/ts3.4/models/models_3.d.ts +48 -93
- package/dist-types/ts3.4/models/models_4.d.ts +107 -94
- package/dist-types/ts3.4/models/models_5.d.ts +99 -78
- package/dist-types/ts3.4/models/models_6.d.ts +248 -272
- package/dist-types/ts3.4/models/models_7.d.ts +288 -272
- package/dist-types/ts3.4/models/models_8.d.ts +303 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +55 -0
- package/package.json +1 -1
|
@@ -158,6 +158,8 @@ export declare var BaselineEbsBandwidthMbps$: StaticStructureSchema;
|
|
|
158
158
|
export declare var BaselineEbsBandwidthMbpsRequest$: StaticStructureSchema;
|
|
159
159
|
export declare var BaselinePerformanceFactors$: StaticStructureSchema;
|
|
160
160
|
export declare var BaselinePerformanceFactorsRequest$: StaticStructureSchema;
|
|
161
|
+
export declare var BatchModifyIpamRoutingPolicyRegistrationsRequest$: StaticStructureSchema;
|
|
162
|
+
export declare var BatchModifyIpamRoutingPolicyRegistrationsResult$: StaticStructureSchema;
|
|
161
163
|
export declare var BlobAttributeValue$: StaticStructureSchema;
|
|
162
164
|
export declare var BlockDeviceMapping$: StaticStructureSchema;
|
|
163
165
|
export declare var BlockDeviceMappingResponse$: StaticStructureSchema;
|
|
@@ -335,6 +337,8 @@ export declare var CreateInterruptibleCapacityReservationAllocationRequest$: Sta
|
|
|
335
337
|
export declare var CreateInterruptibleCapacityReservationAllocationResult$: StaticStructureSchema;
|
|
336
338
|
export declare var CreateIpamExternalResourceVerificationTokenRequest$: StaticStructureSchema;
|
|
337
339
|
export declare var CreateIpamExternalResourceVerificationTokenResult$: StaticStructureSchema;
|
|
340
|
+
export declare var CreateIpamInternetRegistryAssociationRequest$: StaticStructureSchema;
|
|
341
|
+
export declare var CreateIpamInternetRegistryAssociationResult$: StaticStructureSchema;
|
|
338
342
|
export declare var CreateIpamPolicyRequest$: StaticStructureSchema;
|
|
339
343
|
export declare var CreateIpamPolicyResult$: StaticStructureSchema;
|
|
340
344
|
export declare var CreateIpamPoolRequest$: StaticStructureSchema;
|
|
@@ -347,6 +351,8 @@ export declare var CreateIpamRequest$: StaticStructureSchema;
|
|
|
347
351
|
export declare var CreateIpamResourceDiscoveryRequest$: StaticStructureSchema;
|
|
348
352
|
export declare var CreateIpamResourceDiscoveryResult$: StaticStructureSchema;
|
|
349
353
|
export declare var CreateIpamResult$: StaticStructureSchema;
|
|
354
|
+
export declare var CreateIpamRoutingPolicyRegistrationRequest$: StaticStructureSchema;
|
|
355
|
+
export declare var CreateIpamRoutingPolicyRegistrationResult$: StaticStructureSchema;
|
|
350
356
|
export declare var CreateIpamScopeRequest$: StaticStructureSchema;
|
|
351
357
|
export declare var CreateIpamScopeResult$: StaticStructureSchema;
|
|
352
358
|
export declare var CreateKeyPairRequest$: StaticStructureSchema;
|
|
@@ -548,6 +554,8 @@ export declare var DeleteInstanceEventWindowResult$: StaticStructureSchema;
|
|
|
548
554
|
export declare var DeleteInternetGatewayRequest$: StaticStructureSchema;
|
|
549
555
|
export declare var DeleteIpamExternalResourceVerificationTokenRequest$: StaticStructureSchema;
|
|
550
556
|
export declare var DeleteIpamExternalResourceVerificationTokenResult$: StaticStructureSchema;
|
|
557
|
+
export declare var DeleteIpamInternetRegistryAssociationRequest$: StaticStructureSchema;
|
|
558
|
+
export declare var DeleteIpamInternetRegistryAssociationResult$: StaticStructureSchema;
|
|
551
559
|
export declare var DeleteIpamPolicyRequest$: StaticStructureSchema;
|
|
552
560
|
export declare var DeleteIpamPolicyResult$: StaticStructureSchema;
|
|
553
561
|
export declare var DeleteIpamPoolRequest$: StaticStructureSchema;
|
|
@@ -560,6 +568,8 @@ export declare var DeleteIpamRequest$: StaticStructureSchema;
|
|
|
560
568
|
export declare var DeleteIpamResourceDiscoveryRequest$: StaticStructureSchema;
|
|
561
569
|
export declare var DeleteIpamResourceDiscoveryResult$: StaticStructureSchema;
|
|
562
570
|
export declare var DeleteIpamResult$: StaticStructureSchema;
|
|
571
|
+
export declare var DeleteIpamRoutingPolicyRegistrationRequest$: StaticStructureSchema;
|
|
572
|
+
export declare var DeleteIpamRoutingPolicyRegistrationResult$: StaticStructureSchema;
|
|
563
573
|
export declare var DeleteIpamScopeRequest$: StaticStructureSchema;
|
|
564
574
|
export declare var DeleteIpamScopeResult$: StaticStructureSchema;
|
|
565
575
|
export declare var DeleteKeyPairRequest$: StaticStructureSchema;
|
|
@@ -866,6 +876,8 @@ export declare var DescribeIpamByoasnRequest$: StaticStructureSchema;
|
|
|
866
876
|
export declare var DescribeIpamByoasnResult$: StaticStructureSchema;
|
|
867
877
|
export declare var DescribeIpamExternalResourceVerificationTokensRequest$: StaticStructureSchema;
|
|
868
878
|
export declare var DescribeIpamExternalResourceVerificationTokensResult$: StaticStructureSchema;
|
|
879
|
+
export declare var DescribeIpamInternetRegistryAssociationsRequest$: StaticStructureSchema;
|
|
880
|
+
export declare var DescribeIpamInternetRegistryAssociationsResult$: StaticStructureSchema;
|
|
869
881
|
export declare var DescribeIpamPoliciesRequest$: StaticStructureSchema;
|
|
870
882
|
export declare var DescribeIpamPoliciesResult$: StaticStructureSchema;
|
|
871
883
|
export declare var DescribeIpamPoolAllocationsRequest$: StaticStructureSchema;
|
|
@@ -1253,6 +1265,8 @@ export declare var EnableImageRequest$: StaticStructureSchema;
|
|
|
1253
1265
|
export declare var EnableImageResult$: StaticStructureSchema;
|
|
1254
1266
|
export declare var EnableInstanceSqlHaStandbyDetectionsRequest$: StaticStructureSchema;
|
|
1255
1267
|
export declare var EnableInstanceSqlHaStandbyDetectionsResult$: StaticStructureSchema;
|
|
1268
|
+
export declare var EnableIpamInternetRegistryAssociationRequest$: StaticStructureSchema;
|
|
1269
|
+
export declare var EnableIpamInternetRegistryAssociationResult$: StaticStructureSchema;
|
|
1256
1270
|
export declare var EnableIpamOrganizationAdminAccountRequest$: StaticStructureSchema;
|
|
1257
1271
|
export declare var EnableIpamOrganizationAdminAccountResult$: StaticStructureSchema;
|
|
1258
1272
|
export declare var EnableIpamPolicyRequest$: StaticStructureSchema;
|
|
@@ -1396,6 +1410,12 @@ export declare var GetIpamDiscoveredPublicAddressesRequest$: StaticStructureSche
|
|
|
1396
1410
|
export declare var GetIpamDiscoveredPublicAddressesResult$: StaticStructureSchema;
|
|
1397
1411
|
export declare var GetIpamDiscoveredResourceCidrsRequest$: StaticStructureSchema;
|
|
1398
1412
|
export declare var GetIpamDiscoveredResourceCidrsResult$: StaticStructureSchema;
|
|
1413
|
+
export declare var GetIpamDiscoveredRoutesRequest$: StaticStructureSchema;
|
|
1414
|
+
export declare var GetIpamDiscoveredRoutesResult$: StaticStructureSchema;
|
|
1415
|
+
export declare var GetIpamInternetRegistryAssociationAsnsRequest$: StaticStructureSchema;
|
|
1416
|
+
export declare var GetIpamInternetRegistryAssociationAsnsResult$: StaticStructureSchema;
|
|
1417
|
+
export declare var GetIpamInternetRegistryAssociationCidrsRequest$: StaticStructureSchema;
|
|
1418
|
+
export declare var GetIpamInternetRegistryAssociationCidrsResult$: StaticStructureSchema;
|
|
1399
1419
|
export declare var GetIpamPolicyAllocationRulesRequest$: StaticStructureSchema;
|
|
1400
1420
|
export declare var GetIpamPolicyAllocationRulesResult$: StaticStructureSchema;
|
|
1401
1421
|
export declare var GetIpamPolicyOrganizationTargetsRequest$: StaticStructureSchema;
|
|
@@ -1412,6 +1432,14 @@ export declare var GetIpamPrefixListResolverVersionsRequest$: StaticStructureSch
|
|
|
1412
1432
|
export declare var GetIpamPrefixListResolverVersionsResult$: StaticStructureSchema;
|
|
1413
1433
|
export declare var GetIpamResourceCidrsRequest$: StaticStructureSchema;
|
|
1414
1434
|
export declare var GetIpamResourceCidrsResult$: StaticStructureSchema;
|
|
1435
|
+
export declare var GetIpamRouteOriginAuthorizationsRequest$: StaticStructureSchema;
|
|
1436
|
+
export declare var GetIpamRouteOriginAuthorizationsResult$: StaticStructureSchema;
|
|
1437
|
+
export declare var GetIpamRouteProtectionFindingsRequest$: StaticStructureSchema;
|
|
1438
|
+
export declare var GetIpamRouteProtectionFindingsResult$: StaticStructureSchema;
|
|
1439
|
+
export declare var GetIpamRoutingPolicyRegistrationDeltasRequest$: StaticStructureSchema;
|
|
1440
|
+
export declare var GetIpamRoutingPolicyRegistrationDeltasResult$: StaticStructureSchema;
|
|
1441
|
+
export declare var GetIpamRoutingPolicyRegistrationsRequest$: StaticStructureSchema;
|
|
1442
|
+
export declare var GetIpamRoutingPolicyRegistrationsResult$: StaticStructureSchema;
|
|
1415
1443
|
export declare var GetLaunchTemplateDataRequest$: StaticStructureSchema;
|
|
1416
1444
|
export declare var GetLaunchTemplateDataResult$: StaticStructureSchema;
|
|
1417
1445
|
export declare var GetManagedPrefixListAssociationsRequest$: StaticStructureSchema;
|
|
@@ -1618,8 +1646,12 @@ export declare var IpamCidrAuthorizationContext$: StaticStructureSchema;
|
|
|
1618
1646
|
export declare var IpamDiscoveredAccount$: StaticStructureSchema;
|
|
1619
1647
|
export declare var IpamDiscoveredPublicAddress$: StaticStructureSchema;
|
|
1620
1648
|
export declare var IpamDiscoveredResourceCidr$: StaticStructureSchema;
|
|
1649
|
+
export declare var IpamDiscoveredRoute$: StaticStructureSchema;
|
|
1621
1650
|
export declare var IpamDiscoveryFailureReason$: StaticStructureSchema;
|
|
1622
1651
|
export declare var IpamExternalResourceVerificationToken$: StaticStructureSchema;
|
|
1652
|
+
export declare var IpamInternetRegistryAssociation$: StaticStructureSchema;
|
|
1653
|
+
export declare var IpamInternetRegistryAssociationAsn$: StaticStructureSchema;
|
|
1654
|
+
export declare var IpamInternetRegistryAssociationCidr$: StaticStructureSchema;
|
|
1623
1655
|
export declare var IpamOperatingRegion$: StaticStructureSchema;
|
|
1624
1656
|
export declare var IpamOrganizationalUnitExclusion$: StaticStructureSchema;
|
|
1625
1657
|
export declare var IpamPolicy$: StaticStructureSchema;
|
|
@@ -1648,6 +1680,12 @@ export declare var IpamResourceCidr$: StaticStructureSchema;
|
|
|
1648
1680
|
export declare var IpamResourceDiscovery$: StaticStructureSchema;
|
|
1649
1681
|
export declare var IpamResourceDiscoveryAssociation$: StaticStructureSchema;
|
|
1650
1682
|
export declare var IpamResourceTag$: StaticStructureSchema;
|
|
1683
|
+
export declare var IpamRouteOriginAuthorization$: StaticStructureSchema;
|
|
1684
|
+
export declare var IpamRouteOriginAuthorizationInfo$: StaticStructureSchema;
|
|
1685
|
+
export declare var IpamRouteOverlap$: StaticStructureSchema;
|
|
1686
|
+
export declare var IpamRouteProtectionFinding$: StaticStructureSchema;
|
|
1687
|
+
export declare var IpamRoutingPolicyRegistration$: StaticStructureSchema;
|
|
1688
|
+
export declare var IpamRoutingPolicyRegistrationDelta$: StaticStructureSchema;
|
|
1651
1689
|
export declare var IpamScope$: StaticStructureSchema;
|
|
1652
1690
|
export declare var IpamScopeExternalAuthorityConfiguration$: StaticStructureSchema;
|
|
1653
1691
|
export declare var IpPermission$: StaticStructureSchema;
|
|
@@ -1822,6 +1860,8 @@ export declare var ModifyIpamResourceCidrResult$: StaticStructureSchema;
|
|
|
1822
1860
|
export declare var ModifyIpamResourceDiscoveryRequest$: StaticStructureSchema;
|
|
1823
1861
|
export declare var ModifyIpamResourceDiscoveryResult$: StaticStructureSchema;
|
|
1824
1862
|
export declare var ModifyIpamResult$: StaticStructureSchema;
|
|
1863
|
+
export declare var ModifyIpamRoutingPolicyRegistrationRequest$: StaticStructureSchema;
|
|
1864
|
+
export declare var ModifyIpamRoutingPolicyRegistrationResult$: StaticStructureSchema;
|
|
1825
1865
|
export declare var ModifyIpamScopeRequest$: StaticStructureSchema;
|
|
1826
1866
|
export declare var ModifyIpamScopeResult$: StaticStructureSchema;
|
|
1827
1867
|
export declare var ModifyLaunchTemplateRequest$: StaticStructureSchema;
|
|
@@ -2513,6 +2553,7 @@ export declare var AttachVpnGateway$: StaticOperationSchema;
|
|
|
2513
2553
|
export declare var AuthorizeClientVpnIngress$: StaticOperationSchema;
|
|
2514
2554
|
export declare var AuthorizeSecurityGroupEgress$: StaticOperationSchema;
|
|
2515
2555
|
export declare var AuthorizeSecurityGroupIngress$: StaticOperationSchema;
|
|
2556
|
+
export declare var BatchModifyIpamRoutingPolicyRegistrations$: StaticOperationSchema;
|
|
2516
2557
|
export declare var BundleInstance$: StaticOperationSchema;
|
|
2517
2558
|
export declare var CancelBundleTask$: StaticOperationSchema;
|
|
2518
2559
|
export declare var CancelCapacityReservation$: StaticOperationSchema;
|
|
@@ -2559,11 +2600,13 @@ export declare var CreateInternetGateway$: StaticOperationSchema;
|
|
|
2559
2600
|
export declare var CreateInterruptibleCapacityReservationAllocation$: StaticOperationSchema;
|
|
2560
2601
|
export declare var CreateIpam$: StaticOperationSchema;
|
|
2561
2602
|
export declare var CreateIpamExternalResourceVerificationToken$: StaticOperationSchema;
|
|
2603
|
+
export declare var CreateIpamInternetRegistryAssociation$: StaticOperationSchema;
|
|
2562
2604
|
export declare var CreateIpamPolicy$: StaticOperationSchema;
|
|
2563
2605
|
export declare var CreateIpamPool$: StaticOperationSchema;
|
|
2564
2606
|
export declare var CreateIpamPrefixListResolver$: StaticOperationSchema;
|
|
2565
2607
|
export declare var CreateIpamPrefixListResolverTarget$: StaticOperationSchema;
|
|
2566
2608
|
export declare var CreateIpamResourceDiscovery$: StaticOperationSchema;
|
|
2609
|
+
export declare var CreateIpamRoutingPolicyRegistration$: StaticOperationSchema;
|
|
2567
2610
|
export declare var CreateIpamScope$: StaticOperationSchema;
|
|
2568
2611
|
export declare var CreateKeyPair$: StaticOperationSchema;
|
|
2569
2612
|
export declare var CreateLaunchTemplate$: StaticOperationSchema;
|
|
@@ -2656,11 +2699,13 @@ export declare var DeleteInstanceEventWindow$: StaticOperationSchema;
|
|
|
2656
2699
|
export declare var DeleteInternetGateway$: StaticOperationSchema;
|
|
2657
2700
|
export declare var DeleteIpam$: StaticOperationSchema;
|
|
2658
2701
|
export declare var DeleteIpamExternalResourceVerificationToken$: StaticOperationSchema;
|
|
2702
|
+
export declare var DeleteIpamInternetRegistryAssociation$: StaticOperationSchema;
|
|
2659
2703
|
export declare var DeleteIpamPolicy$: StaticOperationSchema;
|
|
2660
2704
|
export declare var DeleteIpamPool$: StaticOperationSchema;
|
|
2661
2705
|
export declare var DeleteIpamPrefixListResolver$: StaticOperationSchema;
|
|
2662
2706
|
export declare var DeleteIpamPrefixListResolverTarget$: StaticOperationSchema;
|
|
2663
2707
|
export declare var DeleteIpamResourceDiscovery$: StaticOperationSchema;
|
|
2708
|
+
export declare var DeleteIpamRoutingPolicyRegistration$: StaticOperationSchema;
|
|
2664
2709
|
export declare var DeleteIpamScope$: StaticOperationSchema;
|
|
2665
2710
|
export declare var DeleteKeyPair$: StaticOperationSchema;
|
|
2666
2711
|
export declare var DeleteLaunchTemplate$: StaticOperationSchema;
|
|
@@ -2817,6 +2862,7 @@ export declare var DescribeInstanceTypes$: StaticOperationSchema;
|
|
|
2817
2862
|
export declare var DescribeInternetGateways$: StaticOperationSchema;
|
|
2818
2863
|
export declare var DescribeIpamByoasn$: StaticOperationSchema;
|
|
2819
2864
|
export declare var DescribeIpamExternalResourceVerificationTokens$: StaticOperationSchema;
|
|
2865
|
+
export declare var DescribeIpamInternetRegistryAssociations$: StaticOperationSchema;
|
|
2820
2866
|
export declare var DescribeIpamPolicies$: StaticOperationSchema;
|
|
2821
2867
|
export declare var DescribeIpamPoolAllocations$: StaticOperationSchema;
|
|
2822
2868
|
export declare var DescribeIpamPools$: StaticOperationSchema;
|
|
@@ -2992,6 +3038,7 @@ export declare var EnableImageBlockPublicAccess$: StaticOperationSchema;
|
|
|
2992
3038
|
export declare var EnableImageDeprecation$: StaticOperationSchema;
|
|
2993
3039
|
export declare var EnableImageDeregistrationProtection$: StaticOperationSchema;
|
|
2994
3040
|
export declare var EnableInstanceSqlHaStandbyDetections$: StaticOperationSchema;
|
|
3041
|
+
export declare var EnableIpamInternetRegistryAssociation$: StaticOperationSchema;
|
|
2995
3042
|
export declare var EnableIpamOrganizationAdminAccount$: StaticOperationSchema;
|
|
2996
3043
|
export declare var EnableIpamPolicy$: StaticOperationSchema;
|
|
2997
3044
|
export declare var EnableReachabilityAnalyzerOrganizationSharing$: StaticOperationSchema;
|
|
@@ -3039,6 +3086,9 @@ export declare var GetIpamAddressHistory$: StaticOperationSchema;
|
|
|
3039
3086
|
export declare var GetIpamDiscoveredAccounts$: StaticOperationSchema;
|
|
3040
3087
|
export declare var GetIpamDiscoveredPublicAddresses$: StaticOperationSchema;
|
|
3041
3088
|
export declare var GetIpamDiscoveredResourceCidrs$: StaticOperationSchema;
|
|
3089
|
+
export declare var GetIpamDiscoveredRoutes$: StaticOperationSchema;
|
|
3090
|
+
export declare var GetIpamInternetRegistryAssociationAsns$: StaticOperationSchema;
|
|
3091
|
+
export declare var GetIpamInternetRegistryAssociationCidrs$: StaticOperationSchema;
|
|
3042
3092
|
export declare var GetIpamPolicyAllocationRules$: StaticOperationSchema;
|
|
3043
3093
|
export declare var GetIpamPolicyOrganizationTargets$: StaticOperationSchema;
|
|
3044
3094
|
export declare var GetIpamPoolAllocations$: StaticOperationSchema;
|
|
@@ -3047,6 +3097,10 @@ export declare var GetIpamPrefixListResolverRules$: StaticOperationSchema;
|
|
|
3047
3097
|
export declare var GetIpamPrefixListResolverVersionEntries$: StaticOperationSchema;
|
|
3048
3098
|
export declare var GetIpamPrefixListResolverVersions$: StaticOperationSchema;
|
|
3049
3099
|
export declare var GetIpamResourceCidrs$: StaticOperationSchema;
|
|
3100
|
+
export declare var GetIpamRouteOriginAuthorizations$: StaticOperationSchema;
|
|
3101
|
+
export declare var GetIpamRouteProtectionFindings$: StaticOperationSchema;
|
|
3102
|
+
export declare var GetIpamRoutingPolicyRegistrationDeltas$: StaticOperationSchema;
|
|
3103
|
+
export declare var GetIpamRoutingPolicyRegistrations$: StaticOperationSchema;
|
|
3050
3104
|
export declare var GetLaunchTemplateData$: StaticOperationSchema;
|
|
3051
3105
|
export declare var GetManagedPrefixListAssociations$: StaticOperationSchema;
|
|
3052
3106
|
export declare var GetManagedPrefixListEntries$: StaticOperationSchema;
|
|
@@ -3123,6 +3177,7 @@ export declare var ModifyIpamPrefixListResolver$: StaticOperationSchema;
|
|
|
3123
3177
|
export declare var ModifyIpamPrefixListResolverTarget$: StaticOperationSchema;
|
|
3124
3178
|
export declare var ModifyIpamResourceCidr$: StaticOperationSchema;
|
|
3125
3179
|
export declare var ModifyIpamResourceDiscovery$: StaticOperationSchema;
|
|
3180
|
+
export declare var ModifyIpamRoutingPolicyRegistration$: StaticOperationSchema;
|
|
3126
3181
|
export declare var ModifyIpamScope$: StaticOperationSchema;
|
|
3127
3182
|
export declare var ModifyLaunchTemplate$: StaticOperationSchema;
|
|
3128
3183
|
export declare var ModifyLocalGatewayRoute$: StaticOperationSchema;
|
|
@@ -193,6 +193,10 @@ import {
|
|
|
193
193
|
AuthorizeSecurityGroupIngressCommandInput,
|
|
194
194
|
AuthorizeSecurityGroupIngressCommandOutput,
|
|
195
195
|
} from "./commands/AuthorizeSecurityGroupIngressCommand";
|
|
196
|
+
import {
|
|
197
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommandInput,
|
|
198
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommandOutput,
|
|
199
|
+
} from "./commands/BatchModifyIpamRoutingPolicyRegistrationsCommand";
|
|
196
200
|
import {
|
|
197
201
|
BundleInstanceCommandInput,
|
|
198
202
|
BundleInstanceCommandOutput,
|
|
@@ -362,6 +366,10 @@ import {
|
|
|
362
366
|
CreateIpamExternalResourceVerificationTokenCommandInput,
|
|
363
367
|
CreateIpamExternalResourceVerificationTokenCommandOutput,
|
|
364
368
|
} from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
|
|
369
|
+
import {
|
|
370
|
+
CreateIpamInternetRegistryAssociationCommandInput,
|
|
371
|
+
CreateIpamInternetRegistryAssociationCommandOutput,
|
|
372
|
+
} from "./commands/CreateIpamInternetRegistryAssociationCommand";
|
|
365
373
|
import {
|
|
366
374
|
CreateIpamPolicyCommandInput,
|
|
367
375
|
CreateIpamPolicyCommandOutput,
|
|
@@ -382,6 +390,10 @@ import {
|
|
|
382
390
|
CreateIpamResourceDiscoveryCommandInput,
|
|
383
391
|
CreateIpamResourceDiscoveryCommandOutput,
|
|
384
392
|
} from "./commands/CreateIpamResourceDiscoveryCommand";
|
|
393
|
+
import {
|
|
394
|
+
CreateIpamRoutingPolicyRegistrationCommandInput,
|
|
395
|
+
CreateIpamRoutingPolicyRegistrationCommandOutput,
|
|
396
|
+
} from "./commands/CreateIpamRoutingPolicyRegistrationCommand";
|
|
385
397
|
import {
|
|
386
398
|
CreateIpamScopeCommandInput,
|
|
387
399
|
CreateIpamScopeCommandOutput,
|
|
@@ -738,6 +750,10 @@ import {
|
|
|
738
750
|
DeleteIpamExternalResourceVerificationTokenCommandInput,
|
|
739
751
|
DeleteIpamExternalResourceVerificationTokenCommandOutput,
|
|
740
752
|
} from "./commands/DeleteIpamExternalResourceVerificationTokenCommand";
|
|
753
|
+
import {
|
|
754
|
+
DeleteIpamInternetRegistryAssociationCommandInput,
|
|
755
|
+
DeleteIpamInternetRegistryAssociationCommandOutput,
|
|
756
|
+
} from "./commands/DeleteIpamInternetRegistryAssociationCommand";
|
|
741
757
|
import {
|
|
742
758
|
DeleteIpamPolicyCommandInput,
|
|
743
759
|
DeleteIpamPolicyCommandOutput,
|
|
@@ -758,6 +774,10 @@ import {
|
|
|
758
774
|
DeleteIpamResourceDiscoveryCommandInput,
|
|
759
775
|
DeleteIpamResourceDiscoveryCommandOutput,
|
|
760
776
|
} from "./commands/DeleteIpamResourceDiscoveryCommand";
|
|
777
|
+
import {
|
|
778
|
+
DeleteIpamRoutingPolicyRegistrationCommandInput,
|
|
779
|
+
DeleteIpamRoutingPolicyRegistrationCommandOutput,
|
|
780
|
+
} from "./commands/DeleteIpamRoutingPolicyRegistrationCommand";
|
|
761
781
|
import {
|
|
762
782
|
DeleteIpamScopeCommandInput,
|
|
763
783
|
DeleteIpamScopeCommandOutput,
|
|
@@ -1373,6 +1393,10 @@ import {
|
|
|
1373
1393
|
DescribeIpamExternalResourceVerificationTokensCommandInput,
|
|
1374
1394
|
DescribeIpamExternalResourceVerificationTokensCommandOutput,
|
|
1375
1395
|
} from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
|
|
1396
|
+
import {
|
|
1397
|
+
DescribeIpamInternetRegistryAssociationsCommandInput,
|
|
1398
|
+
DescribeIpamInternetRegistryAssociationsCommandOutput,
|
|
1399
|
+
} from "./commands/DescribeIpamInternetRegistryAssociationsCommand";
|
|
1376
1400
|
import {
|
|
1377
1401
|
DescribeIpamPoliciesCommandInput,
|
|
1378
1402
|
DescribeIpamPoliciesCommandOutput,
|
|
@@ -2070,6 +2094,10 @@ import {
|
|
|
2070
2094
|
EnableInstanceSqlHaStandbyDetectionsCommandInput,
|
|
2071
2095
|
EnableInstanceSqlHaStandbyDetectionsCommandOutput,
|
|
2072
2096
|
} from "./commands/EnableInstanceSqlHaStandbyDetectionsCommand";
|
|
2097
|
+
import {
|
|
2098
|
+
EnableIpamInternetRegistryAssociationCommandInput,
|
|
2099
|
+
EnableIpamInternetRegistryAssociationCommandOutput,
|
|
2100
|
+
} from "./commands/EnableIpamInternetRegistryAssociationCommand";
|
|
2073
2101
|
import {
|
|
2074
2102
|
EnableIpamOrganizationAdminAccountCommandInput,
|
|
2075
2103
|
EnableIpamOrganizationAdminAccountCommandOutput,
|
|
@@ -2255,6 +2283,18 @@ import {
|
|
|
2255
2283
|
GetIpamDiscoveredResourceCidrsCommandInput,
|
|
2256
2284
|
GetIpamDiscoveredResourceCidrsCommandOutput,
|
|
2257
2285
|
} from "./commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
2286
|
+
import {
|
|
2287
|
+
GetIpamDiscoveredRoutesCommandInput,
|
|
2288
|
+
GetIpamDiscoveredRoutesCommandOutput,
|
|
2289
|
+
} from "./commands/GetIpamDiscoveredRoutesCommand";
|
|
2290
|
+
import {
|
|
2291
|
+
GetIpamInternetRegistryAssociationAsnsCommandInput,
|
|
2292
|
+
GetIpamInternetRegistryAssociationAsnsCommandOutput,
|
|
2293
|
+
} from "./commands/GetIpamInternetRegistryAssociationAsnsCommand";
|
|
2294
|
+
import {
|
|
2295
|
+
GetIpamInternetRegistryAssociationCidrsCommandInput,
|
|
2296
|
+
GetIpamInternetRegistryAssociationCidrsCommandOutput,
|
|
2297
|
+
} from "./commands/GetIpamInternetRegistryAssociationCidrsCommand";
|
|
2258
2298
|
import {
|
|
2259
2299
|
GetIpamPolicyAllocationRulesCommandInput,
|
|
2260
2300
|
GetIpamPolicyAllocationRulesCommandOutput,
|
|
@@ -2287,6 +2327,22 @@ import {
|
|
|
2287
2327
|
GetIpamResourceCidrsCommandInput,
|
|
2288
2328
|
GetIpamResourceCidrsCommandOutput,
|
|
2289
2329
|
} from "./commands/GetIpamResourceCidrsCommand";
|
|
2330
|
+
import {
|
|
2331
|
+
GetIpamRouteOriginAuthorizationsCommandInput,
|
|
2332
|
+
GetIpamRouteOriginAuthorizationsCommandOutput,
|
|
2333
|
+
} from "./commands/GetIpamRouteOriginAuthorizationsCommand";
|
|
2334
|
+
import {
|
|
2335
|
+
GetIpamRouteProtectionFindingsCommandInput,
|
|
2336
|
+
GetIpamRouteProtectionFindingsCommandOutput,
|
|
2337
|
+
} from "./commands/GetIpamRouteProtectionFindingsCommand";
|
|
2338
|
+
import {
|
|
2339
|
+
GetIpamRoutingPolicyRegistrationDeltasCommandInput,
|
|
2340
|
+
GetIpamRoutingPolicyRegistrationDeltasCommandOutput,
|
|
2341
|
+
} from "./commands/GetIpamRoutingPolicyRegistrationDeltasCommand";
|
|
2342
|
+
import {
|
|
2343
|
+
GetIpamRoutingPolicyRegistrationsCommandInput,
|
|
2344
|
+
GetIpamRoutingPolicyRegistrationsCommandOutput,
|
|
2345
|
+
} from "./commands/GetIpamRoutingPolicyRegistrationsCommand";
|
|
2290
2346
|
import {
|
|
2291
2347
|
GetLaunchTemplateDataCommandInput,
|
|
2292
2348
|
GetLaunchTemplateDataCommandOutput,
|
|
@@ -2579,6 +2635,10 @@ import {
|
|
|
2579
2635
|
ModifyIpamResourceDiscoveryCommandInput,
|
|
2580
2636
|
ModifyIpamResourceDiscoveryCommandOutput,
|
|
2581
2637
|
} from "./commands/ModifyIpamResourceDiscoveryCommand";
|
|
2638
|
+
import {
|
|
2639
|
+
ModifyIpamRoutingPolicyRegistrationCommandInput,
|
|
2640
|
+
ModifyIpamRoutingPolicyRegistrationCommandOutput,
|
|
2641
|
+
} from "./commands/ModifyIpamRoutingPolicyRegistrationCommand";
|
|
2582
2642
|
import {
|
|
2583
2643
|
ModifyIpamScopeCommandInput,
|
|
2584
2644
|
ModifyIpamScopeCommandOutput,
|
|
@@ -3710,6 +3770,19 @@ export interface EC2 {
|
|
|
3710
3770
|
options: __HttpHandlerOptions,
|
|
3711
3771
|
cb: (err: any, data?: AuthorizeSecurityGroupIngressCommandOutput) => void,
|
|
3712
3772
|
): void;
|
|
3773
|
+
batchModifyIpamRoutingPolicyRegistrations(
|
|
3774
|
+
args: BatchModifyIpamRoutingPolicyRegistrationsCommandInput,
|
|
3775
|
+
options?: __HttpHandlerOptions,
|
|
3776
|
+
): Promise<BatchModifyIpamRoutingPolicyRegistrationsCommandOutput>;
|
|
3777
|
+
batchModifyIpamRoutingPolicyRegistrations(
|
|
3778
|
+
args: BatchModifyIpamRoutingPolicyRegistrationsCommandInput,
|
|
3779
|
+
cb: (err: any, data?: BatchModifyIpamRoutingPolicyRegistrationsCommandOutput) => void,
|
|
3780
|
+
): void;
|
|
3781
|
+
batchModifyIpamRoutingPolicyRegistrations(
|
|
3782
|
+
args: BatchModifyIpamRoutingPolicyRegistrationsCommandInput,
|
|
3783
|
+
options: __HttpHandlerOptions,
|
|
3784
|
+
cb: (err: any, data?: BatchModifyIpamRoutingPolicyRegistrationsCommandOutput) => void,
|
|
3785
|
+
): void;
|
|
3713
3786
|
bundleInstance(
|
|
3714
3787
|
args: BundleInstanceCommandInput,
|
|
3715
3788
|
options?: __HttpHandlerOptions,
|
|
@@ -4314,6 +4387,19 @@ export interface EC2 {
|
|
|
4314
4387
|
options: __HttpHandlerOptions,
|
|
4315
4388
|
cb: (err: any, data?: CreateIpamExternalResourceVerificationTokenCommandOutput) => void,
|
|
4316
4389
|
): void;
|
|
4390
|
+
createIpamInternetRegistryAssociation(
|
|
4391
|
+
args: CreateIpamInternetRegistryAssociationCommandInput,
|
|
4392
|
+
options?: __HttpHandlerOptions,
|
|
4393
|
+
): Promise<CreateIpamInternetRegistryAssociationCommandOutput>;
|
|
4394
|
+
createIpamInternetRegistryAssociation(
|
|
4395
|
+
args: CreateIpamInternetRegistryAssociationCommandInput,
|
|
4396
|
+
cb: (err: any, data?: CreateIpamInternetRegistryAssociationCommandOutput) => void,
|
|
4397
|
+
): void;
|
|
4398
|
+
createIpamInternetRegistryAssociation(
|
|
4399
|
+
args: CreateIpamInternetRegistryAssociationCommandInput,
|
|
4400
|
+
options: __HttpHandlerOptions,
|
|
4401
|
+
cb: (err: any, data?: CreateIpamInternetRegistryAssociationCommandOutput) => void,
|
|
4402
|
+
): void;
|
|
4317
4403
|
createIpamPolicy(
|
|
4318
4404
|
args: CreateIpamPolicyCommandInput,
|
|
4319
4405
|
options?: __HttpHandlerOptions,
|
|
@@ -4380,6 +4466,19 @@ export interface EC2 {
|
|
|
4380
4466
|
options: __HttpHandlerOptions,
|
|
4381
4467
|
cb: (err: any, data?: CreateIpamResourceDiscoveryCommandOutput) => void,
|
|
4382
4468
|
): void;
|
|
4469
|
+
createIpamRoutingPolicyRegistration(
|
|
4470
|
+
args: CreateIpamRoutingPolicyRegistrationCommandInput,
|
|
4471
|
+
options?: __HttpHandlerOptions,
|
|
4472
|
+
): Promise<CreateIpamRoutingPolicyRegistrationCommandOutput>;
|
|
4473
|
+
createIpamRoutingPolicyRegistration(
|
|
4474
|
+
args: CreateIpamRoutingPolicyRegistrationCommandInput,
|
|
4475
|
+
cb: (err: any, data?: CreateIpamRoutingPolicyRegistrationCommandOutput) => void,
|
|
4476
|
+
): void;
|
|
4477
|
+
createIpamRoutingPolicyRegistration(
|
|
4478
|
+
args: CreateIpamRoutingPolicyRegistrationCommandInput,
|
|
4479
|
+
options: __HttpHandlerOptions,
|
|
4480
|
+
cb: (err: any, data?: CreateIpamRoutingPolicyRegistrationCommandOutput) => void,
|
|
4481
|
+
): void;
|
|
4383
4482
|
createIpamScope(
|
|
4384
4483
|
args: CreateIpamScopeCommandInput,
|
|
4385
4484
|
options?: __HttpHandlerOptions,
|
|
@@ -5592,6 +5691,19 @@ export interface EC2 {
|
|
|
5592
5691
|
options: __HttpHandlerOptions,
|
|
5593
5692
|
cb: (err: any, data?: DeleteIpamExternalResourceVerificationTokenCommandOutput) => void,
|
|
5594
5693
|
): void;
|
|
5694
|
+
deleteIpamInternetRegistryAssociation(
|
|
5695
|
+
args: DeleteIpamInternetRegistryAssociationCommandInput,
|
|
5696
|
+
options?: __HttpHandlerOptions,
|
|
5697
|
+
): Promise<DeleteIpamInternetRegistryAssociationCommandOutput>;
|
|
5698
|
+
deleteIpamInternetRegistryAssociation(
|
|
5699
|
+
args: DeleteIpamInternetRegistryAssociationCommandInput,
|
|
5700
|
+
cb: (err: any, data?: DeleteIpamInternetRegistryAssociationCommandOutput) => void,
|
|
5701
|
+
): void;
|
|
5702
|
+
deleteIpamInternetRegistryAssociation(
|
|
5703
|
+
args: DeleteIpamInternetRegistryAssociationCommandInput,
|
|
5704
|
+
options: __HttpHandlerOptions,
|
|
5705
|
+
cb: (err: any, data?: DeleteIpamInternetRegistryAssociationCommandOutput) => void,
|
|
5706
|
+
): void;
|
|
5595
5707
|
deleteIpamPolicy(
|
|
5596
5708
|
args: DeleteIpamPolicyCommandInput,
|
|
5597
5709
|
options?: __HttpHandlerOptions,
|
|
@@ -5657,6 +5769,19 @@ export interface EC2 {
|
|
|
5657
5769
|
options: __HttpHandlerOptions,
|
|
5658
5770
|
cb: (err: any, data?: DeleteIpamResourceDiscoveryCommandOutput) => void,
|
|
5659
5771
|
): void;
|
|
5772
|
+
deleteIpamRoutingPolicyRegistration(
|
|
5773
|
+
args: DeleteIpamRoutingPolicyRegistrationCommandInput,
|
|
5774
|
+
options?: __HttpHandlerOptions,
|
|
5775
|
+
): Promise<DeleteIpamRoutingPolicyRegistrationCommandOutput>;
|
|
5776
|
+
deleteIpamRoutingPolicyRegistration(
|
|
5777
|
+
args: DeleteIpamRoutingPolicyRegistrationCommandInput,
|
|
5778
|
+
cb: (err: any, data?: DeleteIpamRoutingPolicyRegistrationCommandOutput) => void,
|
|
5779
|
+
): void;
|
|
5780
|
+
deleteIpamRoutingPolicyRegistration(
|
|
5781
|
+
args: DeleteIpamRoutingPolicyRegistrationCommandInput,
|
|
5782
|
+
options: __HttpHandlerOptions,
|
|
5783
|
+
cb: (err: any, data?: DeleteIpamRoutingPolicyRegistrationCommandOutput) => void,
|
|
5784
|
+
): void;
|
|
5660
5785
|
deleteIpamScope(
|
|
5661
5786
|
args: DeleteIpamScopeCommandInput,
|
|
5662
5787
|
options?: __HttpHandlerOptions,
|
|
@@ -7759,6 +7884,20 @@ export interface EC2 {
|
|
|
7759
7884
|
options: __HttpHandlerOptions,
|
|
7760
7885
|
cb: (err: any, data?: DescribeIpamExternalResourceVerificationTokensCommandOutput) => void,
|
|
7761
7886
|
): void;
|
|
7887
|
+
describeIpamInternetRegistryAssociations(): Promise<DescribeIpamInternetRegistryAssociationsCommandOutput>;
|
|
7888
|
+
describeIpamInternetRegistryAssociations(
|
|
7889
|
+
args: DescribeIpamInternetRegistryAssociationsCommandInput,
|
|
7890
|
+
options?: __HttpHandlerOptions,
|
|
7891
|
+
): Promise<DescribeIpamInternetRegistryAssociationsCommandOutput>;
|
|
7892
|
+
describeIpamInternetRegistryAssociations(
|
|
7893
|
+
args: DescribeIpamInternetRegistryAssociationsCommandInput,
|
|
7894
|
+
cb: (err: any, data?: DescribeIpamInternetRegistryAssociationsCommandOutput) => void,
|
|
7895
|
+
): void;
|
|
7896
|
+
describeIpamInternetRegistryAssociations(
|
|
7897
|
+
args: DescribeIpamInternetRegistryAssociationsCommandInput,
|
|
7898
|
+
options: __HttpHandlerOptions,
|
|
7899
|
+
cb: (err: any, data?: DescribeIpamInternetRegistryAssociationsCommandOutput) => void,
|
|
7900
|
+
): void;
|
|
7762
7901
|
describeIpamPolicies(): Promise<DescribeIpamPoliciesCommandOutput>;
|
|
7763
7902
|
describeIpamPolicies(
|
|
7764
7903
|
args: DescribeIpamPoliciesCommandInput,
|
|
@@ -10158,6 +10297,19 @@ export interface EC2 {
|
|
|
10158
10297
|
options: __HttpHandlerOptions,
|
|
10159
10298
|
cb: (err: any, data?: EnableInstanceSqlHaStandbyDetectionsCommandOutput) => void,
|
|
10160
10299
|
): void;
|
|
10300
|
+
enableIpamInternetRegistryAssociation(
|
|
10301
|
+
args: EnableIpamInternetRegistryAssociationCommandInput,
|
|
10302
|
+
options?: __HttpHandlerOptions,
|
|
10303
|
+
): Promise<EnableIpamInternetRegistryAssociationCommandOutput>;
|
|
10304
|
+
enableIpamInternetRegistryAssociation(
|
|
10305
|
+
args: EnableIpamInternetRegistryAssociationCommandInput,
|
|
10306
|
+
cb: (err: any, data?: EnableIpamInternetRegistryAssociationCommandOutput) => void,
|
|
10307
|
+
): void;
|
|
10308
|
+
enableIpamInternetRegistryAssociation(
|
|
10309
|
+
args: EnableIpamInternetRegistryAssociationCommandInput,
|
|
10310
|
+
options: __HttpHandlerOptions,
|
|
10311
|
+
cb: (err: any, data?: EnableIpamInternetRegistryAssociationCommandOutput) => void,
|
|
10312
|
+
): void;
|
|
10161
10313
|
enableIpamOrganizationAdminAccount(
|
|
10162
10314
|
args: EnableIpamOrganizationAdminAccountCommandInput,
|
|
10163
10315
|
options?: __HttpHandlerOptions,
|
|
@@ -10781,6 +10933,45 @@ export interface EC2 {
|
|
|
10781
10933
|
options: __HttpHandlerOptions,
|
|
10782
10934
|
cb: (err: any, data?: GetIpamDiscoveredResourceCidrsCommandOutput) => void,
|
|
10783
10935
|
): void;
|
|
10936
|
+
getIpamDiscoveredRoutes(
|
|
10937
|
+
args: GetIpamDiscoveredRoutesCommandInput,
|
|
10938
|
+
options?: __HttpHandlerOptions,
|
|
10939
|
+
): Promise<GetIpamDiscoveredRoutesCommandOutput>;
|
|
10940
|
+
getIpamDiscoveredRoutes(
|
|
10941
|
+
args: GetIpamDiscoveredRoutesCommandInput,
|
|
10942
|
+
cb: (err: any, data?: GetIpamDiscoveredRoutesCommandOutput) => void,
|
|
10943
|
+
): void;
|
|
10944
|
+
getIpamDiscoveredRoutes(
|
|
10945
|
+
args: GetIpamDiscoveredRoutesCommandInput,
|
|
10946
|
+
options: __HttpHandlerOptions,
|
|
10947
|
+
cb: (err: any, data?: GetIpamDiscoveredRoutesCommandOutput) => void,
|
|
10948
|
+
): void;
|
|
10949
|
+
getIpamInternetRegistryAssociationAsns(
|
|
10950
|
+
args: GetIpamInternetRegistryAssociationAsnsCommandInput,
|
|
10951
|
+
options?: __HttpHandlerOptions,
|
|
10952
|
+
): Promise<GetIpamInternetRegistryAssociationAsnsCommandOutput>;
|
|
10953
|
+
getIpamInternetRegistryAssociationAsns(
|
|
10954
|
+
args: GetIpamInternetRegistryAssociationAsnsCommandInput,
|
|
10955
|
+
cb: (err: any, data?: GetIpamInternetRegistryAssociationAsnsCommandOutput) => void,
|
|
10956
|
+
): void;
|
|
10957
|
+
getIpamInternetRegistryAssociationAsns(
|
|
10958
|
+
args: GetIpamInternetRegistryAssociationAsnsCommandInput,
|
|
10959
|
+
options: __HttpHandlerOptions,
|
|
10960
|
+
cb: (err: any, data?: GetIpamInternetRegistryAssociationAsnsCommandOutput) => void,
|
|
10961
|
+
): void;
|
|
10962
|
+
getIpamInternetRegistryAssociationCidrs(
|
|
10963
|
+
args: GetIpamInternetRegistryAssociationCidrsCommandInput,
|
|
10964
|
+
options?: __HttpHandlerOptions,
|
|
10965
|
+
): Promise<GetIpamInternetRegistryAssociationCidrsCommandOutput>;
|
|
10966
|
+
getIpamInternetRegistryAssociationCidrs(
|
|
10967
|
+
args: GetIpamInternetRegistryAssociationCidrsCommandInput,
|
|
10968
|
+
cb: (err: any, data?: GetIpamInternetRegistryAssociationCidrsCommandOutput) => void,
|
|
10969
|
+
): void;
|
|
10970
|
+
getIpamInternetRegistryAssociationCidrs(
|
|
10971
|
+
args: GetIpamInternetRegistryAssociationCidrsCommandInput,
|
|
10972
|
+
options: __HttpHandlerOptions,
|
|
10973
|
+
cb: (err: any, data?: GetIpamInternetRegistryAssociationCidrsCommandOutput) => void,
|
|
10974
|
+
): void;
|
|
10784
10975
|
getIpamPolicyAllocationRules(
|
|
10785
10976
|
args: GetIpamPolicyAllocationRulesCommandInput,
|
|
10786
10977
|
options?: __HttpHandlerOptions,
|
|
@@ -10885,6 +11076,58 @@ export interface EC2 {
|
|
|
10885
11076
|
options: __HttpHandlerOptions,
|
|
10886
11077
|
cb: (err: any, data?: GetIpamResourceCidrsCommandOutput) => void,
|
|
10887
11078
|
): void;
|
|
11079
|
+
getIpamRouteOriginAuthorizations(
|
|
11080
|
+
args: GetIpamRouteOriginAuthorizationsCommandInput,
|
|
11081
|
+
options?: __HttpHandlerOptions,
|
|
11082
|
+
): Promise<GetIpamRouteOriginAuthorizationsCommandOutput>;
|
|
11083
|
+
getIpamRouteOriginAuthorizations(
|
|
11084
|
+
args: GetIpamRouteOriginAuthorizationsCommandInput,
|
|
11085
|
+
cb: (err: any, data?: GetIpamRouteOriginAuthorizationsCommandOutput) => void,
|
|
11086
|
+
): void;
|
|
11087
|
+
getIpamRouteOriginAuthorizations(
|
|
11088
|
+
args: GetIpamRouteOriginAuthorizationsCommandInput,
|
|
11089
|
+
options: __HttpHandlerOptions,
|
|
11090
|
+
cb: (err: any, data?: GetIpamRouteOriginAuthorizationsCommandOutput) => void,
|
|
11091
|
+
): void;
|
|
11092
|
+
getIpamRouteProtectionFindings(
|
|
11093
|
+
args: GetIpamRouteProtectionFindingsCommandInput,
|
|
11094
|
+
options?: __HttpHandlerOptions,
|
|
11095
|
+
): Promise<GetIpamRouteProtectionFindingsCommandOutput>;
|
|
11096
|
+
getIpamRouteProtectionFindings(
|
|
11097
|
+
args: GetIpamRouteProtectionFindingsCommandInput,
|
|
11098
|
+
cb: (err: any, data?: GetIpamRouteProtectionFindingsCommandOutput) => void,
|
|
11099
|
+
): void;
|
|
11100
|
+
getIpamRouteProtectionFindings(
|
|
11101
|
+
args: GetIpamRouteProtectionFindingsCommandInput,
|
|
11102
|
+
options: __HttpHandlerOptions,
|
|
11103
|
+
cb: (err: any, data?: GetIpamRouteProtectionFindingsCommandOutput) => void,
|
|
11104
|
+
): void;
|
|
11105
|
+
getIpamRoutingPolicyRegistrationDeltas(
|
|
11106
|
+
args: GetIpamRoutingPolicyRegistrationDeltasCommandInput,
|
|
11107
|
+
options?: __HttpHandlerOptions,
|
|
11108
|
+
): Promise<GetIpamRoutingPolicyRegistrationDeltasCommandOutput>;
|
|
11109
|
+
getIpamRoutingPolicyRegistrationDeltas(
|
|
11110
|
+
args: GetIpamRoutingPolicyRegistrationDeltasCommandInput,
|
|
11111
|
+
cb: (err: any, data?: GetIpamRoutingPolicyRegistrationDeltasCommandOutput) => void,
|
|
11112
|
+
): void;
|
|
11113
|
+
getIpamRoutingPolicyRegistrationDeltas(
|
|
11114
|
+
args: GetIpamRoutingPolicyRegistrationDeltasCommandInput,
|
|
11115
|
+
options: __HttpHandlerOptions,
|
|
11116
|
+
cb: (err: any, data?: GetIpamRoutingPolicyRegistrationDeltasCommandOutput) => void,
|
|
11117
|
+
): void;
|
|
11118
|
+
getIpamRoutingPolicyRegistrations(
|
|
11119
|
+
args: GetIpamRoutingPolicyRegistrationsCommandInput,
|
|
11120
|
+
options?: __HttpHandlerOptions,
|
|
11121
|
+
): Promise<GetIpamRoutingPolicyRegistrationsCommandOutput>;
|
|
11122
|
+
getIpamRoutingPolicyRegistrations(
|
|
11123
|
+
args: GetIpamRoutingPolicyRegistrationsCommandInput,
|
|
11124
|
+
cb: (err: any, data?: GetIpamRoutingPolicyRegistrationsCommandOutput) => void,
|
|
11125
|
+
): void;
|
|
11126
|
+
getIpamRoutingPolicyRegistrations(
|
|
11127
|
+
args: GetIpamRoutingPolicyRegistrationsCommandInput,
|
|
11128
|
+
options: __HttpHandlerOptions,
|
|
11129
|
+
cb: (err: any, data?: GetIpamRoutingPolicyRegistrationsCommandOutput) => void,
|
|
11130
|
+
): void;
|
|
10888
11131
|
getLaunchTemplateData(
|
|
10889
11132
|
args: GetLaunchTemplateDataCommandInput,
|
|
10890
11133
|
options?: __HttpHandlerOptions,
|
|
@@ -11884,6 +12127,19 @@ export interface EC2 {
|
|
|
11884
12127
|
options: __HttpHandlerOptions,
|
|
11885
12128
|
cb: (err: any, data?: ModifyIpamResourceDiscoveryCommandOutput) => void,
|
|
11886
12129
|
): void;
|
|
12130
|
+
modifyIpamRoutingPolicyRegistration(
|
|
12131
|
+
args: ModifyIpamRoutingPolicyRegistrationCommandInput,
|
|
12132
|
+
options?: __HttpHandlerOptions,
|
|
12133
|
+
): Promise<ModifyIpamRoutingPolicyRegistrationCommandOutput>;
|
|
12134
|
+
modifyIpamRoutingPolicyRegistration(
|
|
12135
|
+
args: ModifyIpamRoutingPolicyRegistrationCommandInput,
|
|
12136
|
+
cb: (err: any, data?: ModifyIpamRoutingPolicyRegistrationCommandOutput) => void,
|
|
12137
|
+
): void;
|
|
12138
|
+
modifyIpamRoutingPolicyRegistration(
|
|
12139
|
+
args: ModifyIpamRoutingPolicyRegistrationCommandInput,
|
|
12140
|
+
options: __HttpHandlerOptions,
|
|
12141
|
+
cb: (err: any, data?: ModifyIpamRoutingPolicyRegistrationCommandOutput) => void,
|
|
12142
|
+
): void;
|
|
11887
12143
|
modifyIpamScope(
|
|
11888
12144
|
args: ModifyIpamScopeCommandInput,
|
|
11889
12145
|
options?: __HttpHandlerOptions,
|