@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
package/dist-es/EC2.js
CHANGED
|
@@ -46,6 +46,7 @@ import { AttachVpnGatewayCommand, } from "./commands/AttachVpnGatewayCommand";
|
|
|
46
46
|
import { AuthorizeClientVpnIngressCommand, } from "./commands/AuthorizeClientVpnIngressCommand";
|
|
47
47
|
import { AuthorizeSecurityGroupEgressCommand, } from "./commands/AuthorizeSecurityGroupEgressCommand";
|
|
48
48
|
import { AuthorizeSecurityGroupIngressCommand, } from "./commands/AuthorizeSecurityGroupIngressCommand";
|
|
49
|
+
import { BatchModifyIpamRoutingPolicyRegistrationsCommand, } from "./commands/BatchModifyIpamRoutingPolicyRegistrationsCommand";
|
|
49
50
|
import { BundleInstanceCommand, } from "./commands/BundleInstanceCommand";
|
|
50
51
|
import { CancelBundleTaskCommand, } from "./commands/CancelBundleTaskCommand";
|
|
51
52
|
import { CancelCapacityReservationCommand, } from "./commands/CancelCapacityReservationCommand";
|
|
@@ -92,11 +93,13 @@ import { CreateInternetGatewayCommand, } from "./commands/CreateInternetGatewayC
|
|
|
92
93
|
import { CreateInterruptibleCapacityReservationAllocationCommand, } from "./commands/CreateInterruptibleCapacityReservationAllocationCommand";
|
|
93
94
|
import { CreateIpamCommand, } from "./commands/CreateIpamCommand";
|
|
94
95
|
import { CreateIpamExternalResourceVerificationTokenCommand, } from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
|
|
96
|
+
import { CreateIpamInternetRegistryAssociationCommand, } from "./commands/CreateIpamInternetRegistryAssociationCommand";
|
|
95
97
|
import { CreateIpamPolicyCommand, } from "./commands/CreateIpamPolicyCommand";
|
|
96
98
|
import { CreateIpamPoolCommand, } from "./commands/CreateIpamPoolCommand";
|
|
97
99
|
import { CreateIpamPrefixListResolverCommand, } from "./commands/CreateIpamPrefixListResolverCommand";
|
|
98
100
|
import { CreateIpamPrefixListResolverTargetCommand, } from "./commands/CreateIpamPrefixListResolverTargetCommand";
|
|
99
101
|
import { CreateIpamResourceDiscoveryCommand, } from "./commands/CreateIpamResourceDiscoveryCommand";
|
|
102
|
+
import { CreateIpamRoutingPolicyRegistrationCommand, } from "./commands/CreateIpamRoutingPolicyRegistrationCommand";
|
|
100
103
|
import { CreateIpamScopeCommand, } from "./commands/CreateIpamScopeCommand";
|
|
101
104
|
import { CreateKeyPairCommand, } from "./commands/CreateKeyPairCommand";
|
|
102
105
|
import { CreateLaunchTemplateCommand, } from "./commands/CreateLaunchTemplateCommand";
|
|
@@ -189,11 +192,13 @@ import { DeleteInstanceEventWindowCommand, } from "./commands/DeleteInstanceEven
|
|
|
189
192
|
import { DeleteInternetGatewayCommand, } from "./commands/DeleteInternetGatewayCommand";
|
|
190
193
|
import { DeleteIpamCommand, } from "./commands/DeleteIpamCommand";
|
|
191
194
|
import { DeleteIpamExternalResourceVerificationTokenCommand, } from "./commands/DeleteIpamExternalResourceVerificationTokenCommand";
|
|
195
|
+
import { DeleteIpamInternetRegistryAssociationCommand, } from "./commands/DeleteIpamInternetRegistryAssociationCommand";
|
|
192
196
|
import { DeleteIpamPolicyCommand, } from "./commands/DeleteIpamPolicyCommand";
|
|
193
197
|
import { DeleteIpamPoolCommand, } from "./commands/DeleteIpamPoolCommand";
|
|
194
198
|
import { DeleteIpamPrefixListResolverCommand, } from "./commands/DeleteIpamPrefixListResolverCommand";
|
|
195
199
|
import { DeleteIpamPrefixListResolverTargetCommand, } from "./commands/DeleteIpamPrefixListResolverTargetCommand";
|
|
196
200
|
import { DeleteIpamResourceDiscoveryCommand, } from "./commands/DeleteIpamResourceDiscoveryCommand";
|
|
201
|
+
import { DeleteIpamRoutingPolicyRegistrationCommand, } from "./commands/DeleteIpamRoutingPolicyRegistrationCommand";
|
|
197
202
|
import { DeleteIpamScopeCommand, } from "./commands/DeleteIpamScopeCommand";
|
|
198
203
|
import { DeleteKeyPairCommand, } from "./commands/DeleteKeyPairCommand";
|
|
199
204
|
import { DeleteLaunchTemplateCommand, } from "./commands/DeleteLaunchTemplateCommand";
|
|
@@ -350,6 +355,7 @@ import { DescribeInstanceTypesCommand, } from "./commands/DescribeInstanceTypesC
|
|
|
350
355
|
import { DescribeInternetGatewaysCommand, } from "./commands/DescribeInternetGatewaysCommand";
|
|
351
356
|
import { DescribeIpamByoasnCommand, } from "./commands/DescribeIpamByoasnCommand";
|
|
352
357
|
import { DescribeIpamExternalResourceVerificationTokensCommand, } from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
|
|
358
|
+
import { DescribeIpamInternetRegistryAssociationsCommand, } from "./commands/DescribeIpamInternetRegistryAssociationsCommand";
|
|
353
359
|
import { DescribeIpamPoliciesCommand, } from "./commands/DescribeIpamPoliciesCommand";
|
|
354
360
|
import { DescribeIpamPoolAllocationsCommand, } from "./commands/DescribeIpamPoolAllocationsCommand";
|
|
355
361
|
import { DescribeIpamPoolsCommand, } from "./commands/DescribeIpamPoolsCommand";
|
|
@@ -525,6 +531,7 @@ import { EnableImageCommand, } from "./commands/EnableImageCommand";
|
|
|
525
531
|
import { EnableImageDeprecationCommand, } from "./commands/EnableImageDeprecationCommand";
|
|
526
532
|
import { EnableImageDeregistrationProtectionCommand, } from "./commands/EnableImageDeregistrationProtectionCommand";
|
|
527
533
|
import { EnableInstanceSqlHaStandbyDetectionsCommand, } from "./commands/EnableInstanceSqlHaStandbyDetectionsCommand";
|
|
534
|
+
import { EnableIpamInternetRegistryAssociationCommand, } from "./commands/EnableIpamInternetRegistryAssociationCommand";
|
|
528
535
|
import { EnableIpamOrganizationAdminAccountCommand, } from "./commands/EnableIpamOrganizationAdminAccountCommand";
|
|
529
536
|
import { EnableIpamPolicyCommand, } from "./commands/EnableIpamPolicyCommand";
|
|
530
537
|
import { EnableReachabilityAnalyzerOrganizationSharingCommand, } from "./commands/EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
@@ -572,6 +579,9 @@ import { GetIpamAddressHistoryCommand, } from "./commands/GetIpamAddressHistoryC
|
|
|
572
579
|
import { GetIpamDiscoveredAccountsCommand, } from "./commands/GetIpamDiscoveredAccountsCommand";
|
|
573
580
|
import { GetIpamDiscoveredPublicAddressesCommand, } from "./commands/GetIpamDiscoveredPublicAddressesCommand";
|
|
574
581
|
import { GetIpamDiscoveredResourceCidrsCommand, } from "./commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
582
|
+
import { GetIpamDiscoveredRoutesCommand, } from "./commands/GetIpamDiscoveredRoutesCommand";
|
|
583
|
+
import { GetIpamInternetRegistryAssociationAsnsCommand, } from "./commands/GetIpamInternetRegistryAssociationAsnsCommand";
|
|
584
|
+
import { GetIpamInternetRegistryAssociationCidrsCommand, } from "./commands/GetIpamInternetRegistryAssociationCidrsCommand";
|
|
575
585
|
import { GetIpamPolicyAllocationRulesCommand, } from "./commands/GetIpamPolicyAllocationRulesCommand";
|
|
576
586
|
import { GetIpamPolicyOrganizationTargetsCommand, } from "./commands/GetIpamPolicyOrganizationTargetsCommand";
|
|
577
587
|
import { GetIpamPoolAllocationsCommand, } from "./commands/GetIpamPoolAllocationsCommand";
|
|
@@ -580,6 +590,10 @@ import { GetIpamPrefixListResolverRulesCommand, } from "./commands/GetIpamPrefix
|
|
|
580
590
|
import { GetIpamPrefixListResolverVersionEntriesCommand, } from "./commands/GetIpamPrefixListResolverVersionEntriesCommand";
|
|
581
591
|
import { GetIpamPrefixListResolverVersionsCommand, } from "./commands/GetIpamPrefixListResolverVersionsCommand";
|
|
582
592
|
import { GetIpamResourceCidrsCommand, } from "./commands/GetIpamResourceCidrsCommand";
|
|
593
|
+
import { GetIpamRouteOriginAuthorizationsCommand, } from "./commands/GetIpamRouteOriginAuthorizationsCommand";
|
|
594
|
+
import { GetIpamRouteProtectionFindingsCommand, } from "./commands/GetIpamRouteProtectionFindingsCommand";
|
|
595
|
+
import { GetIpamRoutingPolicyRegistrationDeltasCommand, } from "./commands/GetIpamRoutingPolicyRegistrationDeltasCommand";
|
|
596
|
+
import { GetIpamRoutingPolicyRegistrationsCommand, } from "./commands/GetIpamRoutingPolicyRegistrationsCommand";
|
|
583
597
|
import { GetLaunchTemplateDataCommand, } from "./commands/GetLaunchTemplateDataCommand";
|
|
584
598
|
import { GetManagedPrefixListAssociationsCommand, } from "./commands/GetManagedPrefixListAssociationsCommand";
|
|
585
599
|
import { GetManagedPrefixListEntriesCommand, } from "./commands/GetManagedPrefixListEntriesCommand";
|
|
@@ -656,6 +670,7 @@ import { ModifyIpamPrefixListResolverCommand, } from "./commands/ModifyIpamPrefi
|
|
|
656
670
|
import { ModifyIpamPrefixListResolverTargetCommand, } from "./commands/ModifyIpamPrefixListResolverTargetCommand";
|
|
657
671
|
import { ModifyIpamResourceCidrCommand, } from "./commands/ModifyIpamResourceCidrCommand";
|
|
658
672
|
import { ModifyIpamResourceDiscoveryCommand, } from "./commands/ModifyIpamResourceDiscoveryCommand";
|
|
673
|
+
import { ModifyIpamRoutingPolicyRegistrationCommand, } from "./commands/ModifyIpamRoutingPolicyRegistrationCommand";
|
|
659
674
|
import { ModifyIpamScopeCommand, } from "./commands/ModifyIpamScopeCommand";
|
|
660
675
|
import { ModifyLaunchTemplateCommand, } from "./commands/ModifyLaunchTemplateCommand";
|
|
661
676
|
import { ModifyLocalGatewayRouteCommand, } from "./commands/ModifyLocalGatewayRouteCommand";
|
|
@@ -1046,6 +1061,7 @@ const commands = {
|
|
|
1046
1061
|
AuthorizeClientVpnIngressCommand,
|
|
1047
1062
|
AuthorizeSecurityGroupEgressCommand,
|
|
1048
1063
|
AuthorizeSecurityGroupIngressCommand,
|
|
1064
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommand,
|
|
1049
1065
|
BundleInstanceCommand,
|
|
1050
1066
|
CancelBundleTaskCommand,
|
|
1051
1067
|
CancelCapacityReservationCommand,
|
|
@@ -1092,11 +1108,13 @@ const commands = {
|
|
|
1092
1108
|
CreateInterruptibleCapacityReservationAllocationCommand,
|
|
1093
1109
|
CreateIpamCommand,
|
|
1094
1110
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
1111
|
+
CreateIpamInternetRegistryAssociationCommand,
|
|
1095
1112
|
CreateIpamPolicyCommand,
|
|
1096
1113
|
CreateIpamPoolCommand,
|
|
1097
1114
|
CreateIpamPrefixListResolverCommand,
|
|
1098
1115
|
CreateIpamPrefixListResolverTargetCommand,
|
|
1099
1116
|
CreateIpamResourceDiscoveryCommand,
|
|
1117
|
+
CreateIpamRoutingPolicyRegistrationCommand,
|
|
1100
1118
|
CreateIpamScopeCommand,
|
|
1101
1119
|
CreateKeyPairCommand,
|
|
1102
1120
|
CreateLaunchTemplateCommand,
|
|
@@ -1189,11 +1207,13 @@ const commands = {
|
|
|
1189
1207
|
DeleteInternetGatewayCommand,
|
|
1190
1208
|
DeleteIpamCommand,
|
|
1191
1209
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
1210
|
+
DeleteIpamInternetRegistryAssociationCommand,
|
|
1192
1211
|
DeleteIpamPolicyCommand,
|
|
1193
1212
|
DeleteIpamPoolCommand,
|
|
1194
1213
|
DeleteIpamPrefixListResolverCommand,
|
|
1195
1214
|
DeleteIpamPrefixListResolverTargetCommand,
|
|
1196
1215
|
DeleteIpamResourceDiscoveryCommand,
|
|
1216
|
+
DeleteIpamRoutingPolicyRegistrationCommand,
|
|
1197
1217
|
DeleteIpamScopeCommand,
|
|
1198
1218
|
DeleteKeyPairCommand,
|
|
1199
1219
|
DeleteLaunchTemplateCommand,
|
|
@@ -1350,6 +1370,7 @@ const commands = {
|
|
|
1350
1370
|
DescribeInternetGatewaysCommand,
|
|
1351
1371
|
DescribeIpamByoasnCommand,
|
|
1352
1372
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
1373
|
+
DescribeIpamInternetRegistryAssociationsCommand,
|
|
1353
1374
|
DescribeIpamPoliciesCommand,
|
|
1354
1375
|
DescribeIpamPoolAllocationsCommand,
|
|
1355
1376
|
DescribeIpamPoolsCommand,
|
|
@@ -1525,6 +1546,7 @@ const commands = {
|
|
|
1525
1546
|
EnableImageDeprecationCommand,
|
|
1526
1547
|
EnableImageDeregistrationProtectionCommand,
|
|
1527
1548
|
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
1549
|
+
EnableIpamInternetRegistryAssociationCommand,
|
|
1528
1550
|
EnableIpamOrganizationAdminAccountCommand,
|
|
1529
1551
|
EnableIpamPolicyCommand,
|
|
1530
1552
|
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
@@ -1572,6 +1594,9 @@ const commands = {
|
|
|
1572
1594
|
GetIpamDiscoveredAccountsCommand,
|
|
1573
1595
|
GetIpamDiscoveredPublicAddressesCommand,
|
|
1574
1596
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
1597
|
+
GetIpamDiscoveredRoutesCommand,
|
|
1598
|
+
GetIpamInternetRegistryAssociationAsnsCommand,
|
|
1599
|
+
GetIpamInternetRegistryAssociationCidrsCommand,
|
|
1575
1600
|
GetIpamPolicyAllocationRulesCommand,
|
|
1576
1601
|
GetIpamPolicyOrganizationTargetsCommand,
|
|
1577
1602
|
GetIpamPoolAllocationsCommand,
|
|
@@ -1580,6 +1605,10 @@ const commands = {
|
|
|
1580
1605
|
GetIpamPrefixListResolverVersionEntriesCommand,
|
|
1581
1606
|
GetIpamPrefixListResolverVersionsCommand,
|
|
1582
1607
|
GetIpamResourceCidrsCommand,
|
|
1608
|
+
GetIpamRouteOriginAuthorizationsCommand,
|
|
1609
|
+
GetIpamRouteProtectionFindingsCommand,
|
|
1610
|
+
GetIpamRoutingPolicyRegistrationDeltasCommand,
|
|
1611
|
+
GetIpamRoutingPolicyRegistrationsCommand,
|
|
1583
1612
|
GetLaunchTemplateDataCommand,
|
|
1584
1613
|
GetManagedPrefixListAssociationsCommand,
|
|
1585
1614
|
GetManagedPrefixListEntriesCommand,
|
|
@@ -1656,6 +1685,7 @@ const commands = {
|
|
|
1656
1685
|
ModifyIpamPrefixListResolverTargetCommand,
|
|
1657
1686
|
ModifyIpamResourceCidrCommand,
|
|
1658
1687
|
ModifyIpamResourceDiscoveryCommand,
|
|
1688
|
+
ModifyIpamRoutingPolicyRegistrationCommand,
|
|
1659
1689
|
ModifyIpamScopeCommand,
|
|
1660
1690
|
ModifyLaunchTemplateCommand,
|
|
1661
1691
|
ModifyLocalGatewayRouteCommand,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { BatchModifyIpamRoutingPolicyRegistrations$ } from "../schemas/schemas_0";
|
|
3
|
+
export class BatchModifyIpamRoutingPolicyRegistrationsCommand extends command(_ep0, _mw0, "BatchModifyIpamRoutingPolicyRegistrations", BatchModifyIpamRoutingPolicyRegistrations$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { CreateIpamInternetRegistryAssociation$ } from "../schemas/schemas_0";
|
|
3
|
+
export class CreateIpamInternetRegistryAssociationCommand extends command(_ep0, _mw0, "CreateIpamInternetRegistryAssociation", CreateIpamInternetRegistryAssociation$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { CreateIpamRoutingPolicyRegistration$ } from "../schemas/schemas_0";
|
|
3
|
+
export class CreateIpamRoutingPolicyRegistrationCommand extends command(_ep0, _mw0, "CreateIpamRoutingPolicyRegistration", CreateIpamRoutingPolicyRegistration$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { DeleteIpamInternetRegistryAssociation$ } from "../schemas/schemas_0";
|
|
3
|
+
export class DeleteIpamInternetRegistryAssociationCommand extends command(_ep0, _mw0, "DeleteIpamInternetRegistryAssociation", DeleteIpamInternetRegistryAssociation$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { DeleteIpamRoutingPolicyRegistration$ } from "../schemas/schemas_0";
|
|
3
|
+
export class DeleteIpamRoutingPolicyRegistrationCommand extends command(_ep0, _mw0, "DeleteIpamRoutingPolicyRegistration", DeleteIpamRoutingPolicyRegistration$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { DescribeIpamInternetRegistryAssociations$ } from "../schemas/schemas_0";
|
|
3
|
+
export class DescribeIpamInternetRegistryAssociationsCommand extends command(_ep0, _mw0, "DescribeIpamInternetRegistryAssociations", DescribeIpamInternetRegistryAssociations$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { EnableIpamInternetRegistryAssociation$ } from "../schemas/schemas_0";
|
|
3
|
+
export class EnableIpamInternetRegistryAssociationCommand extends command(_ep0, _mw0, "EnableIpamInternetRegistryAssociation", EnableIpamInternetRegistryAssociation$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { GetIpamInternetRegistryAssociationAsns$ } from "../schemas/schemas_0";
|
|
3
|
+
export class GetIpamInternetRegistryAssociationAsnsCommand extends command(_ep0, _mw0, "GetIpamInternetRegistryAssociationAsns", GetIpamInternetRegistryAssociationAsns$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { GetIpamInternetRegistryAssociationCidrs$ } from "../schemas/schemas_0";
|
|
3
|
+
export class GetIpamInternetRegistryAssociationCidrsCommand extends command(_ep0, _mw0, "GetIpamInternetRegistryAssociationCidrs", GetIpamInternetRegistryAssociationCidrs$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { GetIpamRouteOriginAuthorizations$ } from "../schemas/schemas_0";
|
|
3
|
+
export class GetIpamRouteOriginAuthorizationsCommand extends command(_ep0, _mw0, "GetIpamRouteOriginAuthorizations", GetIpamRouteOriginAuthorizations$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { GetIpamRouteProtectionFindings$ } from "../schemas/schemas_0";
|
|
3
|
+
export class GetIpamRouteProtectionFindingsCommand extends command(_ep0, _mw0, "GetIpamRouteProtectionFindings", GetIpamRouteProtectionFindings$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { GetIpamRoutingPolicyRegistrationDeltas$ } from "../schemas/schemas_0";
|
|
3
|
+
export class GetIpamRoutingPolicyRegistrationDeltasCommand extends command(_ep0, _mw0, "GetIpamRoutingPolicyRegistrationDeltas", GetIpamRoutingPolicyRegistrationDeltas$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { GetIpamRoutingPolicyRegistrations$ } from "../schemas/schemas_0";
|
|
3
|
+
export class GetIpamRoutingPolicyRegistrationsCommand extends command(_ep0, _mw0, "GetIpamRoutingPolicyRegistrations", GetIpamRoutingPolicyRegistrations$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { ModifyIpamRoutingPolicyRegistration$ } from "../schemas/schemas_0";
|
|
3
|
+
export class ModifyIpamRoutingPolicyRegistrationCommand extends command(_ep0, _mw0, "ModifyIpamRoutingPolicyRegistration", ModifyIpamRoutingPolicyRegistration$) {
|
|
4
|
+
}
|
|
@@ -45,6 +45,7 @@ export * from "./AttachVpnGatewayCommand";
|
|
|
45
45
|
export * from "./AuthorizeClientVpnIngressCommand";
|
|
46
46
|
export * from "./AuthorizeSecurityGroupEgressCommand";
|
|
47
47
|
export * from "./AuthorizeSecurityGroupIngressCommand";
|
|
48
|
+
export * from "./BatchModifyIpamRoutingPolicyRegistrationsCommand";
|
|
48
49
|
export * from "./BundleInstanceCommand";
|
|
49
50
|
export * from "./CancelBundleTaskCommand";
|
|
50
51
|
export * from "./CancelCapacityReservationCommand";
|
|
@@ -91,11 +92,13 @@ export * from "./CreateInternetGatewayCommand";
|
|
|
91
92
|
export * from "./CreateInterruptibleCapacityReservationAllocationCommand";
|
|
92
93
|
export * from "./CreateIpamCommand";
|
|
93
94
|
export * from "./CreateIpamExternalResourceVerificationTokenCommand";
|
|
95
|
+
export * from "./CreateIpamInternetRegistryAssociationCommand";
|
|
94
96
|
export * from "./CreateIpamPolicyCommand";
|
|
95
97
|
export * from "./CreateIpamPoolCommand";
|
|
96
98
|
export * from "./CreateIpamPrefixListResolverCommand";
|
|
97
99
|
export * from "./CreateIpamPrefixListResolverTargetCommand";
|
|
98
100
|
export * from "./CreateIpamResourceDiscoveryCommand";
|
|
101
|
+
export * from "./CreateIpamRoutingPolicyRegistrationCommand";
|
|
99
102
|
export * from "./CreateIpamScopeCommand";
|
|
100
103
|
export * from "./CreateKeyPairCommand";
|
|
101
104
|
export * from "./CreateLaunchTemplateCommand";
|
|
@@ -188,11 +191,13 @@ export * from "./DeleteInstanceEventWindowCommand";
|
|
|
188
191
|
export * from "./DeleteInternetGatewayCommand";
|
|
189
192
|
export * from "./DeleteIpamCommand";
|
|
190
193
|
export * from "./DeleteIpamExternalResourceVerificationTokenCommand";
|
|
194
|
+
export * from "./DeleteIpamInternetRegistryAssociationCommand";
|
|
191
195
|
export * from "./DeleteIpamPolicyCommand";
|
|
192
196
|
export * from "./DeleteIpamPoolCommand";
|
|
193
197
|
export * from "./DeleteIpamPrefixListResolverCommand";
|
|
194
198
|
export * from "./DeleteIpamPrefixListResolverTargetCommand";
|
|
195
199
|
export * from "./DeleteIpamResourceDiscoveryCommand";
|
|
200
|
+
export * from "./DeleteIpamRoutingPolicyRegistrationCommand";
|
|
196
201
|
export * from "./DeleteIpamScopeCommand";
|
|
197
202
|
export * from "./DeleteKeyPairCommand";
|
|
198
203
|
export * from "./DeleteLaunchTemplateCommand";
|
|
@@ -349,6 +354,7 @@ export * from "./DescribeInstancesCommand";
|
|
|
349
354
|
export * from "./DescribeInternetGatewaysCommand";
|
|
350
355
|
export * from "./DescribeIpamByoasnCommand";
|
|
351
356
|
export * from "./DescribeIpamExternalResourceVerificationTokensCommand";
|
|
357
|
+
export * from "./DescribeIpamInternetRegistryAssociationsCommand";
|
|
352
358
|
export * from "./DescribeIpamPoliciesCommand";
|
|
353
359
|
export * from "./DescribeIpamPoolAllocationsCommand";
|
|
354
360
|
export * from "./DescribeIpamPoolsCommand";
|
|
@@ -524,6 +530,7 @@ export * from "./EnableImageCommand";
|
|
|
524
530
|
export * from "./EnableImageDeprecationCommand";
|
|
525
531
|
export * from "./EnableImageDeregistrationProtectionCommand";
|
|
526
532
|
export * from "./EnableInstanceSqlHaStandbyDetectionsCommand";
|
|
533
|
+
export * from "./EnableIpamInternetRegistryAssociationCommand";
|
|
527
534
|
export * from "./EnableIpamOrganizationAdminAccountCommand";
|
|
528
535
|
export * from "./EnableIpamPolicyCommand";
|
|
529
536
|
export * from "./EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
@@ -571,6 +578,9 @@ export * from "./GetIpamAddressHistoryCommand";
|
|
|
571
578
|
export * from "./GetIpamDiscoveredAccountsCommand";
|
|
572
579
|
export * from "./GetIpamDiscoveredPublicAddressesCommand";
|
|
573
580
|
export * from "./GetIpamDiscoveredResourceCidrsCommand";
|
|
581
|
+
export * from "./GetIpamDiscoveredRoutesCommand";
|
|
582
|
+
export * from "./GetIpamInternetRegistryAssociationAsnsCommand";
|
|
583
|
+
export * from "./GetIpamInternetRegistryAssociationCidrsCommand";
|
|
574
584
|
export * from "./GetIpamPolicyAllocationRulesCommand";
|
|
575
585
|
export * from "./GetIpamPolicyOrganizationTargetsCommand";
|
|
576
586
|
export * from "./GetIpamPoolAllocationsCommand";
|
|
@@ -579,6 +589,10 @@ export * from "./GetIpamPrefixListResolverRulesCommand";
|
|
|
579
589
|
export * from "./GetIpamPrefixListResolverVersionEntriesCommand";
|
|
580
590
|
export * from "./GetIpamPrefixListResolverVersionsCommand";
|
|
581
591
|
export * from "./GetIpamResourceCidrsCommand";
|
|
592
|
+
export * from "./GetIpamRouteOriginAuthorizationsCommand";
|
|
593
|
+
export * from "./GetIpamRouteProtectionFindingsCommand";
|
|
594
|
+
export * from "./GetIpamRoutingPolicyRegistrationDeltasCommand";
|
|
595
|
+
export * from "./GetIpamRoutingPolicyRegistrationsCommand";
|
|
582
596
|
export * from "./GetLaunchTemplateDataCommand";
|
|
583
597
|
export * from "./GetManagedPrefixListAssociationsCommand";
|
|
584
598
|
export * from "./GetManagedPrefixListEntriesCommand";
|
|
@@ -655,6 +669,7 @@ export * from "./ModifyIpamPrefixListResolverCommand";
|
|
|
655
669
|
export * from "./ModifyIpamPrefixListResolverTargetCommand";
|
|
656
670
|
export * from "./ModifyIpamResourceCidrCommand";
|
|
657
671
|
export * from "./ModifyIpamResourceDiscoveryCommand";
|
|
672
|
+
export * from "./ModifyIpamRoutingPolicyRegistrationCommand";
|
|
658
673
|
export * from "./ModifyIpamScopeCommand";
|
|
659
674
|
export * from "./ModifyLaunchTemplateCommand";
|
|
660
675
|
export * from "./ModifyLocalGatewayRouteCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -2,9 +2,9 @@ export * from "./EC2Client";
|
|
|
2
2
|
export * from "./EC2";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export { Command as $Command } from "@smithy/core/client";
|
|
5
|
-
export * from "./schemas/schemas_0";
|
|
6
5
|
export * from "./pagination";
|
|
7
6
|
export * from "./waiters";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
8
8
|
export * from "./models/enums";
|
|
9
9
|
export * from "./models/models_0";
|
|
10
10
|
export * from "./models/models_1";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -64,6 +64,7 @@ export const ResourceType = {
|
|
|
64
64
|
internet_gateway: "internet-gateway",
|
|
65
65
|
ipam: "ipam",
|
|
66
66
|
ipam_external_resource_verification_token: "ipam-external-resource-verification-token",
|
|
67
|
+
ipam_internet_registry_association: "ipam-internet-registry-association",
|
|
67
68
|
ipam_policy: "ipam-policy",
|
|
68
69
|
ipam_pool: "ipam-pool",
|
|
69
70
|
ipam_pool_allocation: "ipam-pool-allocation",
|
|
@@ -516,6 +517,11 @@ export const ClientVpnAuthorizationRuleStatusCode = {
|
|
|
516
517
|
failed: "failed",
|
|
517
518
|
revoking: "revoking",
|
|
518
519
|
};
|
|
520
|
+
export const IpamRoutingPolicyRegistrationDeltaState = {
|
|
521
|
+
failed: "failed",
|
|
522
|
+
pending: "pending",
|
|
523
|
+
published: "published",
|
|
524
|
+
};
|
|
519
525
|
export const BundleTaskState = {
|
|
520
526
|
bundling: "bundling",
|
|
521
527
|
cancelling: "cancelling",
|
|
@@ -2390,6 +2396,23 @@ export const TokenState = {
|
|
|
2390
2396
|
expired: "expired",
|
|
2391
2397
|
valid: "valid",
|
|
2392
2398
|
};
|
|
2399
|
+
export const Rir = {
|
|
2400
|
+
apnic: "apnic",
|
|
2401
|
+
arin: "arin",
|
|
2402
|
+
lacnic: "lacnic",
|
|
2403
|
+
ripe: "ripe",
|
|
2404
|
+
};
|
|
2405
|
+
export const IpamInternetRegistryAssociationState = {
|
|
2406
|
+
create_failed: "create-failed",
|
|
2407
|
+
create_in_progress: "create-in-progress",
|
|
2408
|
+
delete_complete: "delete-complete",
|
|
2409
|
+
delete_failed: "delete-failed",
|
|
2410
|
+
delete_in_progress: "delete-in-progress",
|
|
2411
|
+
enable_complete: "enable-complete",
|
|
2412
|
+
enable_failed: "enable-failed",
|
|
2413
|
+
enable_in_progress: "enable-in-progress",
|
|
2414
|
+
pending_enable: "pending-enable",
|
|
2415
|
+
};
|
|
2393
2416
|
export const IpamPolicyState = {
|
|
2394
2417
|
create_complete: "create-complete",
|
|
2395
2418
|
create_failed: "create-failed",
|
|
@@ -4045,6 +4068,22 @@ export const IpamNetworkInterfaceAttachmentStatus = {
|
|
|
4045
4068
|
available: "available",
|
|
4046
4069
|
in_use: "in-use",
|
|
4047
4070
|
};
|
|
4071
|
+
export const IpamByoipAdvertisementType = {
|
|
4072
|
+
global: "global",
|
|
4073
|
+
regional: "regional",
|
|
4074
|
+
};
|
|
4075
|
+
export const IpamByoipCidrState = {
|
|
4076
|
+
advertised: "advertised",
|
|
4077
|
+
deprovisioned: "deprovisioned",
|
|
4078
|
+
failed_deprovision: "failed-deprovision",
|
|
4079
|
+
failed_provision: "failed-provision",
|
|
4080
|
+
pending_advertising: "pending-advertising",
|
|
4081
|
+
pending_deprovision: "pending-deprovision",
|
|
4082
|
+
pending_provision: "pending-provision",
|
|
4083
|
+
pending_withdrawal: "pending-withdrawal",
|
|
4084
|
+
provisioned: "provisioned",
|
|
4085
|
+
provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable",
|
|
4086
|
+
};
|
|
4048
4087
|
export const IpamPolicyResourceType = {
|
|
4049
4088
|
alb: "alb",
|
|
4050
4089
|
eip: "eip",
|
|
@@ -4056,6 +4095,29 @@ export const IpamManagementState = {
|
|
|
4056
4095
|
managed: "managed",
|
|
4057
4096
|
unmanaged: "unmanaged",
|
|
4058
4097
|
};
|
|
4098
|
+
export const IpamRpkiStatus = {
|
|
4099
|
+
invalid: "invalid",
|
|
4100
|
+
unknown: "unknown",
|
|
4101
|
+
valid: "valid",
|
|
4102
|
+
};
|
|
4103
|
+
export const IpamRpkiStrength = {
|
|
4104
|
+
permissive: "permissive",
|
|
4105
|
+
strict: "strict",
|
|
4106
|
+
};
|
|
4107
|
+
export const ChronologicalOrder = {
|
|
4108
|
+
forward: "forward",
|
|
4109
|
+
reverse: "reverse",
|
|
4110
|
+
};
|
|
4111
|
+
export const IpamRoutingPolicyRegistrationState = {
|
|
4112
|
+
activate_failed: "activate-failed",
|
|
4113
|
+
create_complete: "create-complete",
|
|
4114
|
+
create_in_progress: "create-in-progress",
|
|
4115
|
+
delete_complete: "delete-complete",
|
|
4116
|
+
delete_in_progress: "delete-in-progress",
|
|
4117
|
+
pending_activate: "pending-activate",
|
|
4118
|
+
update_complete: "update-complete",
|
|
4119
|
+
update_in_progress: "update-in-progress",
|
|
4120
|
+
};
|
|
4059
4121
|
export const ManagedResourceDefaultVisibility = {
|
|
4060
4122
|
hidden: "hidden",
|
|
4061
4123
|
visible: "visible",
|