@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
|
@@ -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-types/index.d.ts
CHANGED
|
@@ -62,9 +62,9 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
62
62
|
export type { EC2ExtensionConfiguration } from "./extensionConfiguration";
|
|
63
63
|
export * from "./commands";
|
|
64
64
|
export { Command as $Command } from "@smithy/core/client";
|
|
65
|
-
export * from "./schemas/schemas_0";
|
|
66
65
|
export * from "./pagination";
|
|
67
66
|
export * from "./waiters";
|
|
67
|
+
export * from "./schemas/schemas_0";
|
|
68
68
|
export * from "./models/enums";
|
|
69
69
|
export * from "./models/models_0";
|
|
70
70
|
export * from "./models/models_1";
|
|
@@ -92,6 +92,7 @@ export declare const ResourceType: {
|
|
|
92
92
|
readonly internet_gateway: "internet-gateway";
|
|
93
93
|
readonly ipam: "ipam";
|
|
94
94
|
readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
|
|
95
|
+
readonly ipam_internet_registry_association: "ipam-internet-registry-association";
|
|
95
96
|
readonly ipam_policy: "ipam-policy";
|
|
96
97
|
readonly ipam_pool: "ipam-pool";
|
|
97
98
|
readonly ipam_pool_allocation: "ipam-pool-allocation";
|
|
@@ -1044,6 +1045,19 @@ export declare const ClientVpnAuthorizationRuleStatusCode: {
|
|
|
1044
1045
|
* @public
|
|
1045
1046
|
*/
|
|
1046
1047
|
export type ClientVpnAuthorizationRuleStatusCode = (typeof ClientVpnAuthorizationRuleStatusCode)[keyof typeof ClientVpnAuthorizationRuleStatusCode];
|
|
1048
|
+
/**
|
|
1049
|
+
* @public
|
|
1050
|
+
* @enum
|
|
1051
|
+
*/
|
|
1052
|
+
export declare const IpamRoutingPolicyRegistrationDeltaState: {
|
|
1053
|
+
readonly failed: "failed";
|
|
1054
|
+
readonly pending: "pending";
|
|
1055
|
+
readonly published: "published";
|
|
1056
|
+
};
|
|
1057
|
+
/**
|
|
1058
|
+
* @public
|
|
1059
|
+
*/
|
|
1060
|
+
export type IpamRoutingPolicyRegistrationDeltaState = (typeof IpamRoutingPolicyRegistrationDeltaState)[keyof typeof IpamRoutingPolicyRegistrationDeltaState];
|
|
1047
1061
|
/**
|
|
1048
1062
|
* @public
|
|
1049
1063
|
* @enum
|
|
@@ -3606,6 +3620,39 @@ export declare const TokenState: {
|
|
|
3606
3620
|
* @public
|
|
3607
3621
|
*/
|
|
3608
3622
|
export type TokenState = (typeof TokenState)[keyof typeof TokenState];
|
|
3623
|
+
/**
|
|
3624
|
+
* @public
|
|
3625
|
+
* @enum
|
|
3626
|
+
*/
|
|
3627
|
+
export declare const Rir: {
|
|
3628
|
+
readonly apnic: "apnic";
|
|
3629
|
+
readonly arin: "arin";
|
|
3630
|
+
readonly lacnic: "lacnic";
|
|
3631
|
+
readonly ripe: "ripe";
|
|
3632
|
+
};
|
|
3633
|
+
/**
|
|
3634
|
+
* @public
|
|
3635
|
+
*/
|
|
3636
|
+
export type Rir = (typeof Rir)[keyof typeof Rir];
|
|
3637
|
+
/**
|
|
3638
|
+
* @public
|
|
3639
|
+
* @enum
|
|
3640
|
+
*/
|
|
3641
|
+
export declare const IpamInternetRegistryAssociationState: {
|
|
3642
|
+
readonly create_failed: "create-failed";
|
|
3643
|
+
readonly create_in_progress: "create-in-progress";
|
|
3644
|
+
readonly delete_complete: "delete-complete";
|
|
3645
|
+
readonly delete_failed: "delete-failed";
|
|
3646
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
3647
|
+
readonly enable_complete: "enable-complete";
|
|
3648
|
+
readonly enable_failed: "enable-failed";
|
|
3649
|
+
readonly enable_in_progress: "enable-in-progress";
|
|
3650
|
+
readonly pending_enable: "pending-enable";
|
|
3651
|
+
};
|
|
3652
|
+
/**
|
|
3653
|
+
* @public
|
|
3654
|
+
*/
|
|
3655
|
+
export type IpamInternetRegistryAssociationState = (typeof IpamInternetRegistryAssociationState)[keyof typeof IpamInternetRegistryAssociationState];
|
|
3609
3656
|
/**
|
|
3610
3657
|
* @public
|
|
3611
3658
|
* @enum
|
|
@@ -7549,6 +7596,38 @@ export declare const IpamNetworkInterfaceAttachmentStatus: {
|
|
|
7549
7596
|
* @public
|
|
7550
7597
|
*/
|
|
7551
7598
|
export type IpamNetworkInterfaceAttachmentStatus = (typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
|
|
7599
|
+
/**
|
|
7600
|
+
* @public
|
|
7601
|
+
* @enum
|
|
7602
|
+
*/
|
|
7603
|
+
export declare const IpamByoipAdvertisementType: {
|
|
7604
|
+
readonly global: "global";
|
|
7605
|
+
readonly regional: "regional";
|
|
7606
|
+
};
|
|
7607
|
+
/**
|
|
7608
|
+
* @public
|
|
7609
|
+
*/
|
|
7610
|
+
export type IpamByoipAdvertisementType = (typeof IpamByoipAdvertisementType)[keyof typeof IpamByoipAdvertisementType];
|
|
7611
|
+
/**
|
|
7612
|
+
* @public
|
|
7613
|
+
* @enum
|
|
7614
|
+
*/
|
|
7615
|
+
export declare const IpamByoipCidrState: {
|
|
7616
|
+
readonly advertised: "advertised";
|
|
7617
|
+
readonly deprovisioned: "deprovisioned";
|
|
7618
|
+
readonly failed_deprovision: "failed-deprovision";
|
|
7619
|
+
readonly failed_provision: "failed-provision";
|
|
7620
|
+
readonly pending_advertising: "pending-advertising";
|
|
7621
|
+
readonly pending_deprovision: "pending-deprovision";
|
|
7622
|
+
readonly pending_provision: "pending-provision";
|
|
7623
|
+
readonly pending_withdrawal: "pending-withdrawal";
|
|
7624
|
+
readonly provisioned: "provisioned";
|
|
7625
|
+
readonly provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable";
|
|
7626
|
+
};
|
|
7627
|
+
/**
|
|
7628
|
+
* @public
|
|
7629
|
+
*/
|
|
7630
|
+
export type IpamByoipCidrState = (typeof IpamByoipCidrState)[keyof typeof IpamByoipCidrState];
|
|
7552
7631
|
/**
|
|
7553
7632
|
* @public
|
|
7554
7633
|
* @enum
|
|
@@ -7576,6 +7655,61 @@ export declare const IpamManagementState: {
|
|
|
7576
7655
|
* @public
|
|
7577
7656
|
*/
|
|
7578
7657
|
export type IpamManagementState = (typeof IpamManagementState)[keyof typeof IpamManagementState];
|
|
7658
|
+
/**
|
|
7659
|
+
* @public
|
|
7660
|
+
* @enum
|
|
7661
|
+
*/
|
|
7662
|
+
export declare const IpamRpkiStatus: {
|
|
7663
|
+
readonly invalid: "invalid";
|
|
7664
|
+
readonly unknown: "unknown";
|
|
7665
|
+
readonly valid: "valid";
|
|
7666
|
+
};
|
|
7667
|
+
/**
|
|
7668
|
+
* @public
|
|
7669
|
+
*/
|
|
7670
|
+
export type IpamRpkiStatus = (typeof IpamRpkiStatus)[keyof typeof IpamRpkiStatus];
|
|
7671
|
+
/**
|
|
7672
|
+
* @public
|
|
7673
|
+
* @enum
|
|
7674
|
+
*/
|
|
7675
|
+
export declare const IpamRpkiStrength: {
|
|
7676
|
+
readonly permissive: "permissive";
|
|
7677
|
+
readonly strict: "strict";
|
|
7678
|
+
};
|
|
7679
|
+
/**
|
|
7680
|
+
* @public
|
|
7681
|
+
*/
|
|
7682
|
+
export type IpamRpkiStrength = (typeof IpamRpkiStrength)[keyof typeof IpamRpkiStrength];
|
|
7683
|
+
/**
|
|
7684
|
+
* @public
|
|
7685
|
+
* @enum
|
|
7686
|
+
*/
|
|
7687
|
+
export declare const ChronologicalOrder: {
|
|
7688
|
+
readonly forward: "forward";
|
|
7689
|
+
readonly reverse: "reverse";
|
|
7690
|
+
};
|
|
7691
|
+
/**
|
|
7692
|
+
* @public
|
|
7693
|
+
*/
|
|
7694
|
+
export type ChronologicalOrder = (typeof ChronologicalOrder)[keyof typeof ChronologicalOrder];
|
|
7695
|
+
/**
|
|
7696
|
+
* @public
|
|
7697
|
+
* @enum
|
|
7698
|
+
*/
|
|
7699
|
+
export declare const IpamRoutingPolicyRegistrationState: {
|
|
7700
|
+
readonly activate_failed: "activate-failed";
|
|
7701
|
+
readonly create_complete: "create-complete";
|
|
7702
|
+
readonly create_in_progress: "create-in-progress";
|
|
7703
|
+
readonly delete_complete: "delete-complete";
|
|
7704
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
7705
|
+
readonly pending_activate: "pending-activate";
|
|
7706
|
+
readonly update_complete: "update-complete";
|
|
7707
|
+
readonly update_in_progress: "update-in-progress";
|
|
7708
|
+
};
|
|
7709
|
+
/**
|
|
7710
|
+
* @public
|
|
7711
|
+
*/
|
|
7712
|
+
export type IpamRoutingPolicyRegistrationState = (typeof IpamRoutingPolicyRegistrationState)[keyof typeof IpamRoutingPolicyRegistrationState];
|
|
7579
7713
|
/**
|
|
7580
7714
|
* @public
|
|
7581
7715
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { _InstanceType, AccountVpcEncryptionControlMode, AccountVpcEncryptionControlState, AddressTransferStatus, AggregationStatusEnum, AllocationType, AmdSevSnp, ApplianceModeSupportValue, ApplyCancellationCharges, AsnAssociationState, AssociationStatusCode, AttachmentStatus, AutoPlacement, BatchState, BundleTaskState, ByoipCidrState, CancelBatchErrorCode, CancelSpotInstanceRequestState, CapacityReservationCancellationQuoteState, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, CarrierGatewayState, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatusCode, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DomainType, DynamicRoutingValue, EndDateType,
|
|
1
|
+
import type { _InstanceType, AccountVpcEncryptionControlMode, AccountVpcEncryptionControlState, AddressTransferStatus, AggregationStatusEnum, AllocationType, AmdSevSnp, ApplianceModeSupportValue, ApplyCancellationCharges, AsnAssociationState, AssociationStatusCode, AttachmentStatus, AutoPlacement, BatchState, BundleTaskState, ByoipCidrState, CancelBatchErrorCode, CancelSpotInstanceRequestState, CapacityReservationCancellationQuoteState, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, CarrierGatewayState, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatusCode, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DomainType, DynamicRoutingValue, EndDateType, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociationState, InstanceEventWindowState, InstanceHealthStatus, InstanceMatchCriteria, InterfaceProtocolType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpamAssociatedResourceDiscoveryStatus, IpamPoolAllocationResourceType, IpamResourceDiscoveryAssociationState, IpamRoutingPolicyRegistrationDeltaState, IpScopeEnum, IpSource, Ipv6AddressAttribute, Ipv6SupportValue, IpVersionEnum, ListingState, ListingStatus, ManagedBy, NatGatewayAddressStatus, NetworkProtocolEnum, OutputFormat, PrincipalType, Protocol, ResourceType, RouteServerAssociationState, RouteTableAssociationStateCode, Schedule, SecurityGroupReferencingSupportValue, SecurityGroupVpcAssociationState, ServiceManaged, SSEType, SubnetCidrBlockStateCode, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayAttachmentStatusType, TransitGatewayMulitcastDomainAssociationState, TrustProviderType, UserTrustProviderType, VolumeAttachmentState, VolumeState, VolumeType, VpcCidrBlockStateCode, VpcEncryptionControlExclusionState, VpcPeeringConnectionStateReasonCode, VpnTunnelProvisioningStatus, WeekDay } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
|
|
4
4
|
* on an instance.</p>
|
|
@@ -2629,6 +2629,16 @@ export interface ByoipCidr {
|
|
|
2629
2629
|
* @public
|
|
2630
2630
|
*/
|
|
2631
2631
|
AdvertisementType?: string | undefined;
|
|
2632
|
+
/**
|
|
2633
|
+
* <p>The ID of the address pool associated with the CIDR.</p>
|
|
2634
|
+
* @public
|
|
2635
|
+
*/
|
|
2636
|
+
PoolId?: string | undefined;
|
|
2637
|
+
/**
|
|
2638
|
+
* <p>The ID of the IPAM pool associated with the CIDR.</p>
|
|
2639
|
+
* @public
|
|
2640
|
+
*/
|
|
2641
|
+
IpamPoolId?: string | undefined;
|
|
2632
2642
|
}
|
|
2633
2643
|
/**
|
|
2634
2644
|
* @public
|
|
@@ -5996,6 +6006,72 @@ export interface AuthorizeSecurityGroupIngressResult {
|
|
|
5996
6006
|
*/
|
|
5997
6007
|
SecurityGroupRules?: SecurityGroupRule[] | undefined;
|
|
5998
6008
|
}
|
|
6009
|
+
/**
|
|
6010
|
+
* @public
|
|
6011
|
+
*/
|
|
6012
|
+
export interface BatchModifyIpamRoutingPolicyRegistrationsRequest {
|
|
6013
|
+
/**
|
|
6014
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6015
|
+
* @public
|
|
6016
|
+
*/
|
|
6017
|
+
DryRun?: boolean | undefined;
|
|
6018
|
+
/**
|
|
6019
|
+
* <p>The ID of the IPAM internet registry association.</p>
|
|
6020
|
+
* @public
|
|
6021
|
+
*/
|
|
6022
|
+
IpamInternetRegistryAssociationId: string | undefined;
|
|
6023
|
+
/**
|
|
6024
|
+
* <p>The batch modifications to apply, in JSON format.</p>
|
|
6025
|
+
* @public
|
|
6026
|
+
*/
|
|
6027
|
+
DeltaJson: string | undefined;
|
|
6028
|
+
/**
|
|
6029
|
+
* <p>Forces the batch modification even if individual changes conflict with announced routes. Default: <code>false</code>.</p>
|
|
6030
|
+
* @public
|
|
6031
|
+
*/
|
|
6032
|
+
Force?: boolean | undefined;
|
|
6033
|
+
/**
|
|
6034
|
+
* <p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the operation ignores the request, but does not return an error.</p>
|
|
6035
|
+
* @public
|
|
6036
|
+
*/
|
|
6037
|
+
ClientToken?: string | undefined;
|
|
6038
|
+
}
|
|
6039
|
+
/**
|
|
6040
|
+
* <p>Contains information about a routing policy registration change, including the changes applied and their publication state.</p>
|
|
6041
|
+
* @public
|
|
6042
|
+
*/
|
|
6043
|
+
export interface IpamRoutingPolicyRegistrationDelta {
|
|
6044
|
+
/**
|
|
6045
|
+
* <p>The unique identifier of the delta.</p>
|
|
6046
|
+
* @public
|
|
6047
|
+
*/
|
|
6048
|
+
DeltaId?: string | undefined;
|
|
6049
|
+
/**
|
|
6050
|
+
* <p>The JSON specification describing the changes applied in this delta.</p>
|
|
6051
|
+
* @public
|
|
6052
|
+
*/
|
|
6053
|
+
DeltaJson?: string | undefined;
|
|
6054
|
+
/**
|
|
6055
|
+
* <p>The state of the delta. Valid values: <code>pending</code> | <code>published</code> | <code>failed</code>.</p>
|
|
6056
|
+
* @public
|
|
6057
|
+
*/
|
|
6058
|
+
State?: IpamRoutingPolicyRegistrationDeltaState | undefined;
|
|
6059
|
+
/**
|
|
6060
|
+
* <p>A message describing the current state, including error information if the delta failed.</p>
|
|
6061
|
+
* @public
|
|
6062
|
+
*/
|
|
6063
|
+
StateMessage?: string | undefined;
|
|
6064
|
+
}
|
|
6065
|
+
/**
|
|
6066
|
+
* @public
|
|
6067
|
+
*/
|
|
6068
|
+
export interface BatchModifyIpamRoutingPolicyRegistrationsResult {
|
|
6069
|
+
/**
|
|
6070
|
+
* <p>Information about the routing policy registration delta created by this batch operation.</p>
|
|
6071
|
+
* @public
|
|
6072
|
+
*/
|
|
6073
|
+
IpamRoutingPolicyRegistrationDelta?: IpamRoutingPolicyRegistrationDelta | undefined;
|
|
6074
|
+
}
|
|
5999
6075
|
/**
|
|
6000
6076
|
* <p>Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed
|
|
6001
6077
|
* AMI.</p>
|
|
@@ -9067,207 +9143,3 @@ export interface ClientRouteEnforcementOptions {
|
|
|
9067
9143
|
*/
|
|
9068
9144
|
Enforced?: boolean | undefined;
|
|
9069
9145
|
}
|
|
9070
|
-
/**
|
|
9071
|
-
* <p>Describes the client connection logging options for the Client VPN endpoint.</p>
|
|
9072
|
-
* @public
|
|
9073
|
-
*/
|
|
9074
|
-
export interface ConnectionLogOptions {
|
|
9075
|
-
/**
|
|
9076
|
-
* <p>Indicates whether connection logging is enabled.</p>
|
|
9077
|
-
* @public
|
|
9078
|
-
*/
|
|
9079
|
-
Enabled?: boolean | undefined;
|
|
9080
|
-
/**
|
|
9081
|
-
* <p>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</p>
|
|
9082
|
-
* @public
|
|
9083
|
-
*/
|
|
9084
|
-
CloudwatchLogGroup?: string | undefined;
|
|
9085
|
-
/**
|
|
9086
|
-
* <p>The name of the CloudWatch Logs log stream to which the connection data is published.</p>
|
|
9087
|
-
* @public
|
|
9088
|
-
*/
|
|
9089
|
-
CloudwatchLogStream?: string | undefined;
|
|
9090
|
-
}
|
|
9091
|
-
/**
|
|
9092
|
-
* <p>The Transit Gateway configuration for a Client VPN endpoint.</p>
|
|
9093
|
-
* @public
|
|
9094
|
-
*/
|
|
9095
|
-
export interface TransitGatewayConfigurationInputStructure {
|
|
9096
|
-
/**
|
|
9097
|
-
* <p>The ID of the Transit Gateway to associate with the Client VPN endpoint.</p>
|
|
9098
|
-
* @public
|
|
9099
|
-
*/
|
|
9100
|
-
TransitGatewayId?: string | undefined;
|
|
9101
|
-
/**
|
|
9102
|
-
* <p>The Availability Zone names for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both <code>AvailabilityZones</code> and <code>AvailabilityZoneIds</code>.</p>
|
|
9103
|
-
* @public
|
|
9104
|
-
*/
|
|
9105
|
-
AvailabilityZones?: string[] | undefined;
|
|
9106
|
-
/**
|
|
9107
|
-
* <p>The Availability Zone IDs for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both <code>AvailabilityZones</code> and <code>AvailabilityZoneIds</code>.</p>
|
|
9108
|
-
* @public
|
|
9109
|
-
*/
|
|
9110
|
-
AvailabilityZoneIds?: string[] | undefined;
|
|
9111
|
-
}
|
|
9112
|
-
/**
|
|
9113
|
-
* @public
|
|
9114
|
-
*/
|
|
9115
|
-
export interface CreateClientVpnEndpointRequest {
|
|
9116
|
-
/**
|
|
9117
|
-
* <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
|
|
9118
|
-
* @public
|
|
9119
|
-
*/
|
|
9120
|
-
ClientCidrBlock?: string | undefined;
|
|
9121
|
-
/**
|
|
9122
|
-
* <p>The ARN of the server certificate. For more information, see
|
|
9123
|
-
* the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
|
|
9124
|
-
* @public
|
|
9125
|
-
*/
|
|
9126
|
-
ServerCertificateArn: string | undefined;
|
|
9127
|
-
/**
|
|
9128
|
-
* <p>Information about the authentication method to be used to authenticate clients.</p>
|
|
9129
|
-
* @public
|
|
9130
|
-
*/
|
|
9131
|
-
AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
|
|
9132
|
-
/**
|
|
9133
|
-
* <p>Information about the client connection logging options.</p>
|
|
9134
|
-
* <p>If you enable client connection logging, data about client connections is sent to a
|
|
9135
|
-
* Cloudwatch Logs log stream. The following information is logged:</p>
|
|
9136
|
-
* <ul>
|
|
9137
|
-
* <li>
|
|
9138
|
-
* <p>Client connection requests</p>
|
|
9139
|
-
* </li>
|
|
9140
|
-
* <li>
|
|
9141
|
-
* <p>Client connection results (successful and unsuccessful)</p>
|
|
9142
|
-
* </li>
|
|
9143
|
-
* <li>
|
|
9144
|
-
* <p>Reasons for unsuccessful client connection requests</p>
|
|
9145
|
-
* </li>
|
|
9146
|
-
* <li>
|
|
9147
|
-
* <p>Client connection termination time</p>
|
|
9148
|
-
* </li>
|
|
9149
|
-
* </ul>
|
|
9150
|
-
* @public
|
|
9151
|
-
*/
|
|
9152
|
-
ConnectionLogOptions: ConnectionLogOptions | undefined;
|
|
9153
|
-
/**
|
|
9154
|
-
* <p>Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can
|
|
9155
|
-
* have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.</p>
|
|
9156
|
-
* @public
|
|
9157
|
-
*/
|
|
9158
|
-
DnsServers?: string[] | undefined;
|
|
9159
|
-
/**
|
|
9160
|
-
* <p>The transport protocol to be used by the VPN session.</p>
|
|
9161
|
-
* <p>Default value: <code>udp</code>
|
|
9162
|
-
* </p>
|
|
9163
|
-
* @public
|
|
9164
|
-
*/
|
|
9165
|
-
TransportProtocol?: TransportProtocol | undefined;
|
|
9166
|
-
/**
|
|
9167
|
-
* <p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p>
|
|
9168
|
-
* <p>Valid Values: <code>443</code> | <code>1194</code>
|
|
9169
|
-
* </p>
|
|
9170
|
-
* <p>Default Value: <code>443</code>
|
|
9171
|
-
* </p>
|
|
9172
|
-
* @public
|
|
9173
|
-
*/
|
|
9174
|
-
VpnPort?: number | undefined;
|
|
9175
|
-
/**
|
|
9176
|
-
* <p>A brief description of the Client VPN endpoint.</p>
|
|
9177
|
-
* @public
|
|
9178
|
-
*/
|
|
9179
|
-
Description?: string | undefined;
|
|
9180
|
-
/**
|
|
9181
|
-
* <p>Indicates whether split-tunnel is enabled on the Client VPN endpoint.</p>
|
|
9182
|
-
* <p>By default, split-tunnel on a VPN endpoint is disabled.</p>
|
|
9183
|
-
* <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the
|
|
9184
|
-
* <i>Client VPN Administrator Guide</i>.</p>
|
|
9185
|
-
* @public
|
|
9186
|
-
*/
|
|
9187
|
-
SplitTunnel?: boolean | undefined;
|
|
9188
|
-
/**
|
|
9189
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9190
|
-
* @public
|
|
9191
|
-
*/
|
|
9192
|
-
DryRun?: boolean | undefined;
|
|
9193
|
-
/**
|
|
9194
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
9195
|
-
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
9196
|
-
* @public
|
|
9197
|
-
*/
|
|
9198
|
-
ClientToken?: string | undefined;
|
|
9199
|
-
/**
|
|
9200
|
-
* <p>The tags to apply to the Client VPN endpoint during creation.</p>
|
|
9201
|
-
* @public
|
|
9202
|
-
*/
|
|
9203
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
9204
|
-
/**
|
|
9205
|
-
* <p>The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.</p>
|
|
9206
|
-
* @public
|
|
9207
|
-
*/
|
|
9208
|
-
SecurityGroupIds?: string[] | undefined;
|
|
9209
|
-
/**
|
|
9210
|
-
* <p>The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.</p>
|
|
9211
|
-
* @public
|
|
9212
|
-
*/
|
|
9213
|
-
VpcId?: string | undefined;
|
|
9214
|
-
/**
|
|
9215
|
-
* <p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>
|
|
9216
|
-
* <p>Default Value: <code>enabled</code>
|
|
9217
|
-
* </p>
|
|
9218
|
-
* @public
|
|
9219
|
-
*/
|
|
9220
|
-
SelfServicePortal?: SelfServicePortal | undefined;
|
|
9221
|
-
/**
|
|
9222
|
-
* <p>The options for managing connection authorization for new client connections.</p>
|
|
9223
|
-
* @public
|
|
9224
|
-
*/
|
|
9225
|
-
ClientConnectOptions?: ClientConnectOptions | undefined;
|
|
9226
|
-
/**
|
|
9227
|
-
* <p>The maximum VPN session duration time in hours.</p>
|
|
9228
|
-
* <p>Valid values: <code>8 | 10 | 12 | 24</code>
|
|
9229
|
-
* </p>
|
|
9230
|
-
* <p>Default value: <code>24</code>
|
|
9231
|
-
* </p>
|
|
9232
|
-
* @public
|
|
9233
|
-
*/
|
|
9234
|
-
SessionTimeoutHours?: number | undefined;
|
|
9235
|
-
/**
|
|
9236
|
-
* <p>Options for enabling a customizable text banner that will be displayed on
|
|
9237
|
-
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
9238
|
-
* @public
|
|
9239
|
-
*/
|
|
9240
|
-
ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
|
|
9241
|
-
/**
|
|
9242
|
-
* <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
|
|
9243
|
-
* his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
|
|
9244
|
-
* <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
|
|
9245
|
-
* reverting it back to the expected route configurations.</p>
|
|
9246
|
-
* @public
|
|
9247
|
-
*/
|
|
9248
|
-
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
9249
|
-
/**
|
|
9250
|
-
* <p>Indicates whether the client VPN session is disconnected after the maximum timeout specified in <code>SessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically.
|
|
9251
|
-
* The default value is <code>true</code>.</p>
|
|
9252
|
-
* @public
|
|
9253
|
-
*/
|
|
9254
|
-
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
9255
|
-
/**
|
|
9256
|
-
* <p>The IP address type for the Client VPN endpoint. Valid values are <code>ipv4</code>
|
|
9257
|
-
* (default) for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6
|
|
9258
|
-
* addressing. When set to <code>dual-stack,</code> clients can connect to the endpoint
|
|
9259
|
-
* using either IPv4 or IPv6 addresses..</p>
|
|
9260
|
-
* @public
|
|
9261
|
-
*/
|
|
9262
|
-
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
9263
|
-
/**
|
|
9264
|
-
* <p>The IP address type for traffic within the Client VPN tunnel. Valid values are <code>ipv4</code> (default) for IPv4 traffic only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 traffic. When set to <code>dual-stack</code>, clients can access both IPv4 and IPv6 resources through the VPN .</p>
|
|
9265
|
-
* @public
|
|
9266
|
-
*/
|
|
9267
|
-
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
9268
|
-
/**
|
|
9269
|
-
* <p>The Transit Gateway configuration for the Client VPN endpoint. Use this parameter to associate the endpoint with a Transit Gateway instead of a VPC. You cannot specify both <code>TransitGatewayConfiguration</code> and <code>VpcId</code>/<code>SecurityGroupIds</code>.</p>
|
|
9270
|
-
* @public
|
|
9271
|
-
*/
|
|
9272
|
-
TransitGatewayConfiguration?: TransitGatewayConfigurationInputStructure | undefined;
|
|
9273
|
-
}
|