@aws-sdk/client-ec2 3.909.0 → 3.911.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 +80 -0
- package/dist-cjs/index.js +1715 -465
- package/dist-es/EC2.js +20 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +29 -9
- package/dist-es/models/models_2.js +0 -26
- package/dist-es/models/models_3.js +13 -9
- package/dist-es/models/models_4.js +22 -18
- package/dist-es/models/models_5.js +18 -20
- package/dist-es/models/models_6.js +129 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +1052 -143
- package/dist-types/EC2.d.ts +74 -0
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- package/dist-types/commands/AllocateHostsCommand.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/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.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 +1 -1
- 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/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- 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/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- 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/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/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 +4 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcCommand.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/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
- 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/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -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/RunInstancesCommand.d.ts +1 -1
- 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/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +415 -210
- package/dist-types/models/models_2.d.ts +187 -333
- package/dist-types/models/models_3.d.ts +184 -241
- package/dist-types/models/models_4.d.ts +414 -281
- package/dist-types/models/models_5.d.ts +275 -293
- package/dist-types/models/models_6.d.ts +1596 -1580
- package/dist-types/models/models_7.d.ts +4799 -4756
- package/dist-types/models/models_8.d.ts +1010 -10
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +90 -0
- package/dist-types/ts3.4/EC2.d.ts +192 -0
- package/dist-types/ts3.4/EC2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +88 -47
- package/dist-types/ts3.4/models/models_2.d.ts +36 -86
- package/dist-types/ts3.4/models/models_3.d.ts +49 -54
- package/dist-types/ts3.4/models/models_4.d.ts +92 -76
- package/dist-types/ts3.4/models/models_5.d.ts +76 -79
- package/dist-types/ts3.4/models/models_6.d.ts +296 -269
- package/dist-types/ts3.4/models/models_7.d.ts +268 -237
- package/dist-types/ts3.4/models/models_8.d.ts +243 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +120 -0
- package/package.json +35 -35
|
@@ -1,11 +1,941 @@
|
|
|
1
|
-
import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
|
|
3
|
-
import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState,
|
|
4
|
-
import { CapacityBlock, CapacityBlockExtension, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
|
|
5
|
-
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, TpmSupportValues } from "./models_4";
|
|
1
|
+
import { AddedPrincipal, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType, SSEType } from "./models_1";
|
|
3
|
+
import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState, TransitGatewayRoute } from "./models_2";
|
|
4
|
+
import { Byoasn, CapacityBlock, CapacityBlockExtension, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
|
|
5
|
+
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_4";
|
|
6
6
|
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
|
|
7
|
-
import { Purchase } from "./models_6";
|
|
8
|
-
import { CapacityReservationSpecification
|
|
7
|
+
import { CapacityManagerStatus, Purchase } from "./models_6";
|
|
8
|
+
import { CapacityReservationSpecification } from "./models_7";
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
13
|
+
/**
|
|
14
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
15
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
16
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
DryRun?: boolean | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>The ID of the service.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
ServiceId: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The entity that is responsible for the endpoint costs. The default is the endpoint owner.
|
|
27
|
+
* If you set the payer responsibility to the service owner, you cannot set it back to the
|
|
28
|
+
* endpoint owner.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
PayerResponsibility: PayerResponsibility | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
37
|
+
/**
|
|
38
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
ReturnValue?: boolean | undefined;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
47
|
+
/**
|
|
48
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
49
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
50
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
DryRun?: boolean | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The ID of the service.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
ServiceId: string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The Amazon Resource Names (ARN) of the principals.
|
|
61
|
+
* Permissions are granted to the principals in this list.
|
|
62
|
+
* To grant permissions to all principals, specify an asterisk (*).</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
AddAllowedPrincipals?: string[] | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The Amazon Resource Names (ARN) of the principals.
|
|
68
|
+
* Permissions are revoked for principals in this list.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
RemoveAllowedPrincipals?: string[] | undefined;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
77
|
+
/**
|
|
78
|
+
* <p>Information about the added principals.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
AddedPrincipals?: AddedPrincipal[] | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
ReturnValue?: boolean | undefined;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* <p>The VPC peering connection options.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export interface PeeringConnectionOptionsRequest {
|
|
93
|
+
/**
|
|
94
|
+
* <p>If true, enables a local VPC to resolve public DNS hostnames to private IP addresses
|
|
95
|
+
* when queried from instances in the peer VPC.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>Deprecated.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>Deprecated.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
114
|
+
/**
|
|
115
|
+
* <p>The VPC peering connection options for the accepter VPC.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
121
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
122
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
DryRun?: boolean | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The VPC peering connection options for the requester VPC.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>The ID of the VPC peering connection.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
VpcPeeringConnectionId: string | undefined;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* <p>Describes the VPC peering connection options.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
export interface PeeringConnectionOptions {
|
|
142
|
+
/**
|
|
143
|
+
* <p>If true, the public DNS hostnames of instances in the specified VPC resolve to private
|
|
144
|
+
* IP addresses when queried from instances in the peer VPC.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>Deprecated.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>Deprecated.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
163
|
+
/**
|
|
164
|
+
* <p>Information about the VPC peering connection options for the accepter VPC.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>Information about the VPC peering connection options for the requester VPC.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
* @enum
|
|
177
|
+
*/
|
|
178
|
+
export declare const VpcTenancy: {
|
|
179
|
+
readonly default: "default";
|
|
180
|
+
};
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
export type VpcTenancy = (typeof VpcTenancy)[keyof typeof VpcTenancy];
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
export interface ModifyVpcTenancyRequest {
|
|
189
|
+
/**
|
|
190
|
+
* <p>The ID of the VPC.</p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
VpcId: string | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* <p>The instance tenancy attribute for the VPC. </p>
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
InstanceTenancy: VpcTenancy | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
201
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
202
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
DryRun?: boolean | undefined;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export interface ModifyVpcTenancyResult {
|
|
211
|
+
/**
|
|
212
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an
|
|
213
|
+
* error.</p>
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
ReturnValue?: boolean | undefined;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
export interface ModifyVpnConnectionRequest {
|
|
222
|
+
/**
|
|
223
|
+
* <p>The ID of the VPN connection.</p>
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
VpnConnectionId: string | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>The ID of the transit gateway.</p>
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
TransitGatewayId?: string | undefined;
|
|
232
|
+
/**
|
|
233
|
+
* <p>The ID of the customer gateway at your end of the VPN connection.</p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
CustomerGatewayId?: string | undefined;
|
|
237
|
+
/**
|
|
238
|
+
* <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
|
|
239
|
+
* connection.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
VpnGatewayId?: string | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
245
|
+
* making the request, and provides an error response. If you have the required
|
|
246
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
247
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
DryRun?: boolean | undefined;
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
export interface ModifyVpnConnectionResult {
|
|
256
|
+
/**
|
|
257
|
+
* <p>Information about the VPN connection.</p>
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
VpnConnection?: VpnConnection | undefined;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
export interface ModifyVpnConnectionOptionsRequest {
|
|
266
|
+
/**
|
|
267
|
+
* <p>The ID of the Site-to-Site VPN connection. </p>
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
VpnConnectionId: string | undefined;
|
|
271
|
+
/**
|
|
272
|
+
* <p>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
|
|
273
|
+
* <p>Default: <code>0.0.0.0/0</code>
|
|
274
|
+
* </p>
|
|
275
|
+
* @public
|
|
276
|
+
*/
|
|
277
|
+
LocalIpv4NetworkCidr?: string | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* <p>The IPv4 CIDR on the Amazon Web Services side of the VPN connection.</p>
|
|
280
|
+
* <p>Default: <code>0.0.0.0/0</code>
|
|
281
|
+
* </p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
RemoteIpv4NetworkCidr?: string | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* <p>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
|
|
287
|
+
* <p>Default: <code>::/0</code>
|
|
288
|
+
* </p>
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
LocalIpv6NetworkCidr?: string | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* <p>The IPv6 CIDR on the Amazon Web Services side of the VPN connection.</p>
|
|
294
|
+
* <p>Default: <code>::/0</code>
|
|
295
|
+
* </p>
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
298
|
+
RemoteIpv6NetworkCidr?: string | undefined;
|
|
299
|
+
/**
|
|
300
|
+
* <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>
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
DryRun?: boolean | undefined;
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
export interface ModifyVpnConnectionOptionsResult {
|
|
309
|
+
/**
|
|
310
|
+
* <p>Information about the VPN connection.</p>
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
VpnConnection?: VpnConnection | undefined;
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
export interface ModifyVpnTunnelCertificateRequest {
|
|
319
|
+
/**
|
|
320
|
+
* <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
VpnConnectionId: string | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* <p>The external IP address of the VPN tunnel.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
331
|
+
* making the request, and provides an error response. If you have the required
|
|
332
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
333
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
DryRun?: boolean | undefined;
|
|
337
|
+
}
|
|
338
|
+
/**
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
export interface ModifyVpnTunnelCertificateResult {
|
|
342
|
+
/**
|
|
343
|
+
* <p>Information about the VPN connection.</p>
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
VpnConnection?: VpnConnection | undefined;
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* <p>The Amazon Web Services Site-to-Site VPN tunnel options to modify.</p>
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
export interface ModifyVpnTunnelOptionsSpecification {
|
|
353
|
+
/**
|
|
354
|
+
* <p>The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be
|
|
355
|
+
* unique across all VPN connections that use the same virtual private gateway. </p>
|
|
356
|
+
* <p>Constraints: A size /30 CIDR block from the <code>169.254.0.0/16</code> range. The
|
|
357
|
+
* following CIDR blocks are reserved and cannot be used:</p>
|
|
358
|
+
* <ul>
|
|
359
|
+
* <li>
|
|
360
|
+
* <p>
|
|
361
|
+
* <code>169.254.0.0/30</code>
|
|
362
|
+
* </p>
|
|
363
|
+
* </li>
|
|
364
|
+
* <li>
|
|
365
|
+
* <p>
|
|
366
|
+
* <code>169.254.1.0/30</code>
|
|
367
|
+
* </p>
|
|
368
|
+
* </li>
|
|
369
|
+
* <li>
|
|
370
|
+
* <p>
|
|
371
|
+
* <code>169.254.2.0/30</code>
|
|
372
|
+
* </p>
|
|
373
|
+
* </li>
|
|
374
|
+
* <li>
|
|
375
|
+
* <p>
|
|
376
|
+
* <code>169.254.3.0/30</code>
|
|
377
|
+
* </p>
|
|
378
|
+
* </li>
|
|
379
|
+
* <li>
|
|
380
|
+
* <p>
|
|
381
|
+
* <code>169.254.4.0/30</code>
|
|
382
|
+
* </p>
|
|
383
|
+
* </li>
|
|
384
|
+
* <li>
|
|
385
|
+
* <p>
|
|
386
|
+
* <code>169.254.5.0/30</code>
|
|
387
|
+
* </p>
|
|
388
|
+
* </li>
|
|
389
|
+
* <li>
|
|
390
|
+
* <p>
|
|
391
|
+
* <code>169.254.169.252/30</code>
|
|
392
|
+
* </p>
|
|
393
|
+
* </li>
|
|
394
|
+
* </ul>
|
|
395
|
+
* @public
|
|
396
|
+
*/
|
|
397
|
+
TunnelInsideCidr?: string | undefined;
|
|
398
|
+
/**
|
|
399
|
+
* <p>The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be
|
|
400
|
+
* unique across all VPN connections that use the same transit gateway.</p>
|
|
401
|
+
* <p>Constraints: A size /126 CIDR block from the local <code>fd00::/8</code> range.</p>
|
|
402
|
+
* @public
|
|
403
|
+
*/
|
|
404
|
+
TunnelInsideIpv6Cidr?: string | undefined;
|
|
405
|
+
/**
|
|
406
|
+
* <p>The pre-shared key (PSK) to establish initial authentication between the virtual
|
|
407
|
+
* private gateway and the customer gateway.</p>
|
|
408
|
+
* <p>Constraints: Allowed characters are alphanumeric characters, periods (.), and
|
|
409
|
+
* underscores (_). Must be between 8 and 64 characters in length and cannot start with
|
|
410
|
+
* zero (0).</p>
|
|
411
|
+
* @public
|
|
412
|
+
*/
|
|
413
|
+
PreSharedKey?: string | undefined;
|
|
414
|
+
/**
|
|
415
|
+
* <p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p>
|
|
416
|
+
* <p>Constraints: A value between 900 and 28,800.</p>
|
|
417
|
+
* <p>Default: <code>28800</code>
|
|
418
|
+
* </p>
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
Phase1LifetimeSeconds?: number | undefined;
|
|
422
|
+
/**
|
|
423
|
+
* <p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p>
|
|
424
|
+
* <p>Constraints: A value between 900 and 3,600. The value must be less than the value for
|
|
425
|
+
* <code>Phase1LifetimeSeconds</code>.</p>
|
|
426
|
+
* <p>Default: <code>3600</code>
|
|
427
|
+
* </p>
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
430
|
+
Phase2LifetimeSeconds?: number | undefined;
|
|
431
|
+
/**
|
|
432
|
+
* <p>The margin time, in seconds, before the phase 2 lifetime expires, during which the
|
|
433
|
+
* Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time
|
|
434
|
+
* of the rekey is randomly selected based on the value for
|
|
435
|
+
* <code>RekeyFuzzPercentage</code>.</p>
|
|
436
|
+
* <p>Constraints: A value between 60 and half of <code>Phase2LifetimeSeconds</code>.</p>
|
|
437
|
+
* <p>Default: <code>270</code>
|
|
438
|
+
* </p>
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
441
|
+
RekeyMarginTimeSeconds?: number | undefined;
|
|
442
|
+
/**
|
|
443
|
+
* <p>The percentage of the rekey window (determined by <code>RekeyMarginTimeSeconds</code>)
|
|
444
|
+
* during which the rekey time is randomly selected.</p>
|
|
445
|
+
* <p>Constraints: A value between 0 and 100.</p>
|
|
446
|
+
* <p>Default: <code>100</code>
|
|
447
|
+
* </p>
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
RekeyFuzzPercentage?: number | undefined;
|
|
451
|
+
/**
|
|
452
|
+
* <p>The number of packets in an IKE replay window.</p>
|
|
453
|
+
* <p>Constraints: A value between 64 and 2048.</p>
|
|
454
|
+
* <p>Default: <code>1024</code>
|
|
455
|
+
* </p>
|
|
456
|
+
* @public
|
|
457
|
+
*/
|
|
458
|
+
ReplayWindowSize?: number | undefined;
|
|
459
|
+
/**
|
|
460
|
+
* <p>The number of seconds after which a DPD timeout occurs. A DPD timeout of 40 seconds means that the VPN endpoint will consider the peer dead 30 seconds after the first failed keep-alive.</p>
|
|
461
|
+
* <p>Constraints: A value greater than or equal to 30.</p>
|
|
462
|
+
* <p>Default: <code>40</code>
|
|
463
|
+
* </p>
|
|
464
|
+
* @public
|
|
465
|
+
*/
|
|
466
|
+
DPDTimeoutSeconds?: number | undefined;
|
|
467
|
+
/**
|
|
468
|
+
* <p>The action to take after DPD timeout occurs. Specify <code>restart</code> to restart
|
|
469
|
+
* the IKE initiation. Specify <code>clear</code> to end the IKE session.</p>
|
|
470
|
+
* <p>Valid Values: <code>clear</code> | <code>none</code> | <code>restart</code>
|
|
471
|
+
* </p>
|
|
472
|
+
* <p>Default: <code>clear</code>
|
|
473
|
+
* </p>
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
DPDTimeoutAction?: string | undefined;
|
|
477
|
+
/**
|
|
478
|
+
* <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 1
|
|
479
|
+
* IKE negotiations.</p>
|
|
480
|
+
* <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
|
|
481
|
+
* <code>AES256-GCM-16</code>
|
|
482
|
+
* </p>
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[] | undefined;
|
|
486
|
+
/**
|
|
487
|
+
* <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 2
|
|
488
|
+
* IKE negotiations.</p>
|
|
489
|
+
* <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
|
|
490
|
+
* <code>AES256-GCM-16</code>
|
|
491
|
+
* </p>
|
|
492
|
+
* @public
|
|
493
|
+
*/
|
|
494
|
+
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[] | undefined;
|
|
495
|
+
/**
|
|
496
|
+
* <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE
|
|
497
|
+
* negotiations.</p>
|
|
498
|
+
* <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
|
|
499
|
+
* <code>SHA2-512</code>
|
|
500
|
+
* </p>
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
503
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[] | undefined;
|
|
504
|
+
/**
|
|
505
|
+
* <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE
|
|
506
|
+
* negotiations.</p>
|
|
507
|
+
* <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
|
|
508
|
+
* <code>SHA2-512</code>
|
|
509
|
+
* </p>
|
|
510
|
+
* @public
|
|
511
|
+
*/
|
|
512
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[] | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
|
|
515
|
+
* phase 1 IKE negotiations.</p>
|
|
516
|
+
* <p>Valid values: <code>2</code> | <code>14</code> | <code>15</code> | <code>16</code> |
|
|
517
|
+
* <code>17</code> | <code>18</code> | <code>19</code> | <code>20</code> |
|
|
518
|
+
* <code>21</code> | <code>22</code> | <code>23</code> | <code>24</code>
|
|
519
|
+
* </p>
|
|
520
|
+
* @public
|
|
521
|
+
*/
|
|
522
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
|
|
523
|
+
/**
|
|
524
|
+
* <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
|
|
525
|
+
* phase 2 IKE negotiations.</p>
|
|
526
|
+
* <p>Valid values: <code>2</code> | <code>5</code> | <code>14</code> | <code>15</code> |
|
|
527
|
+
* <code>16</code> | <code>17</code> | <code>18</code> | <code>19</code> |
|
|
528
|
+
* <code>20</code> | <code>21</code> | <code>22</code> | <code>23</code> |
|
|
529
|
+
* <code>24</code>
|
|
530
|
+
* </p>
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
533
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
|
|
534
|
+
/**
|
|
535
|
+
* <p>The IKE versions that are permitted for the VPN tunnel.</p>
|
|
536
|
+
* <p>Valid values: <code>ikev1</code> | <code>ikev2</code>
|
|
537
|
+
* </p>
|
|
538
|
+
* @public
|
|
539
|
+
*/
|
|
540
|
+
IKEVersions?: IKEVersionsRequestListValue[] | undefined;
|
|
541
|
+
/**
|
|
542
|
+
* <p>The action to take when the establishing the tunnel for the VPN connection. By
|
|
543
|
+
* default, your customer gateway device must initiate the IKE negotiation and bring up the
|
|
544
|
+
* tunnel. Specify <code>start</code> for Amazon Web Services to initiate the IKE
|
|
545
|
+
* negotiation.</p>
|
|
546
|
+
* <p>Valid Values: <code>add</code> | <code>start</code>
|
|
547
|
+
* </p>
|
|
548
|
+
* <p>Default: <code>add</code>
|
|
549
|
+
* </p>
|
|
550
|
+
* @public
|
|
551
|
+
*/
|
|
552
|
+
StartupAction?: string | undefined;
|
|
553
|
+
/**
|
|
554
|
+
* <p>Options for logging VPN tunnel activity.</p>
|
|
555
|
+
* @public
|
|
556
|
+
*/
|
|
557
|
+
LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
|
|
558
|
+
/**
|
|
559
|
+
* <p>Turn on or off tunnel endpoint lifecycle control feature.</p>
|
|
560
|
+
* @public
|
|
561
|
+
*/
|
|
562
|
+
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
563
|
+
}
|
|
564
|
+
/**
|
|
565
|
+
* @public
|
|
566
|
+
*/
|
|
567
|
+
export interface ModifyVpnTunnelOptionsRequest {
|
|
568
|
+
/**
|
|
569
|
+
* <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
|
|
570
|
+
* @public
|
|
571
|
+
*/
|
|
572
|
+
VpnConnectionId: string | undefined;
|
|
573
|
+
/**
|
|
574
|
+
* <p>The external IP address of the VPN tunnel.</p>
|
|
575
|
+
* @public
|
|
576
|
+
*/
|
|
577
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
578
|
+
/**
|
|
579
|
+
* <p>The tunnel options to modify.</p>
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
582
|
+
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
583
|
+
/**
|
|
584
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
585
|
+
* making the request, and provides an error response. If you have the required
|
|
586
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
587
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
588
|
+
* @public
|
|
589
|
+
*/
|
|
590
|
+
DryRun?: boolean | undefined;
|
|
591
|
+
/**
|
|
592
|
+
* <p>Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off <code>EnableTunnelLifecycleControl</code>.</p>
|
|
593
|
+
* <p>Valid values: <code>True</code> | <code>False</code>
|
|
594
|
+
* </p>
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
597
|
+
SkipTunnelReplacement?: boolean | undefined;
|
|
598
|
+
/**
|
|
599
|
+
* <p>Specifies the storage mode for the pre-shared key (PSK). Valid values are <code>Standard</code> (stored in Site-to-Site VPN service) or <code>SecretsManager</code> (stored in Amazon Web Services Secrets Manager).</p>
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
PreSharedKeyStorage?: string | undefined;
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* @public
|
|
606
|
+
*/
|
|
607
|
+
export interface ModifyVpnTunnelOptionsResult {
|
|
608
|
+
/**
|
|
609
|
+
* <p>Information about the VPN connection.</p>
|
|
610
|
+
* @public
|
|
611
|
+
*/
|
|
612
|
+
VpnConnection?: VpnConnection | undefined;
|
|
613
|
+
}
|
|
614
|
+
/**
|
|
615
|
+
* @public
|
|
616
|
+
*/
|
|
617
|
+
export interface MonitorInstancesRequest {
|
|
618
|
+
/**
|
|
619
|
+
* <p>The IDs of the instances.</p>
|
|
620
|
+
* @public
|
|
621
|
+
*/
|
|
622
|
+
InstanceIds: string[] | undefined;
|
|
623
|
+
/**
|
|
624
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
625
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
626
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
627
|
+
* @public
|
|
628
|
+
*/
|
|
629
|
+
DryRun?: boolean | undefined;
|
|
630
|
+
}
|
|
631
|
+
/**
|
|
632
|
+
* <p>Describes the monitoring of an instance.</p>
|
|
633
|
+
* @public
|
|
634
|
+
*/
|
|
635
|
+
export interface InstanceMonitoring {
|
|
636
|
+
/**
|
|
637
|
+
* <p>The ID of the instance.</p>
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
InstanceId?: string | undefined;
|
|
641
|
+
/**
|
|
642
|
+
* <p>The monitoring for the instance.</p>
|
|
643
|
+
* @public
|
|
644
|
+
*/
|
|
645
|
+
Monitoring?: Monitoring | undefined;
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
*/
|
|
650
|
+
export interface MonitorInstancesResult {
|
|
651
|
+
/**
|
|
652
|
+
* <p>The monitoring information.</p>
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
655
|
+
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
656
|
+
}
|
|
657
|
+
/**
|
|
658
|
+
* @public
|
|
659
|
+
*/
|
|
660
|
+
export interface MoveAddressToVpcRequest {
|
|
661
|
+
/**
|
|
662
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
663
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
664
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
DryRun?: boolean | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* <p>The Elastic IP address.</p>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
PublicIp: string | undefined;
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* @public
|
|
676
|
+
* @enum
|
|
677
|
+
*/
|
|
678
|
+
export declare const Status: {
|
|
679
|
+
readonly inClassic: "InClassic";
|
|
680
|
+
readonly inVpc: "InVpc";
|
|
681
|
+
readonly moveInProgress: "MoveInProgress";
|
|
682
|
+
};
|
|
683
|
+
/**
|
|
684
|
+
* @public
|
|
685
|
+
*/
|
|
686
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
687
|
+
/**
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
export interface MoveAddressToVpcResult {
|
|
691
|
+
/**
|
|
692
|
+
* <p>The allocation ID for the Elastic IP address.</p>
|
|
693
|
+
* @public
|
|
694
|
+
*/
|
|
695
|
+
AllocationId?: string | undefined;
|
|
696
|
+
/**
|
|
697
|
+
* <p>The status of the move of the IP address.</p>
|
|
698
|
+
* @public
|
|
699
|
+
*/
|
|
700
|
+
Status?: Status | undefined;
|
|
701
|
+
}
|
|
702
|
+
/**
|
|
703
|
+
* @public
|
|
704
|
+
*/
|
|
705
|
+
export interface MoveByoipCidrToIpamRequest {
|
|
706
|
+
/**
|
|
707
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
708
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
709
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
710
|
+
* @public
|
|
711
|
+
*/
|
|
712
|
+
DryRun?: boolean | undefined;
|
|
713
|
+
/**
|
|
714
|
+
* <p>The BYOIP CIDR.</p>
|
|
715
|
+
* @public
|
|
716
|
+
*/
|
|
717
|
+
Cidr: string | undefined;
|
|
718
|
+
/**
|
|
719
|
+
* <p>The IPAM pool ID.</p>
|
|
720
|
+
* @public
|
|
721
|
+
*/
|
|
722
|
+
IpamPoolId: string | undefined;
|
|
723
|
+
/**
|
|
724
|
+
* <p>The Amazon Web Services account ID of the owner of the IPAM pool.</p>
|
|
725
|
+
* @public
|
|
726
|
+
*/
|
|
727
|
+
IpamPoolOwner: string | undefined;
|
|
728
|
+
}
|
|
729
|
+
/**
|
|
730
|
+
* @public
|
|
731
|
+
*/
|
|
732
|
+
export interface MoveByoipCidrToIpamResult {
|
|
733
|
+
/**
|
|
734
|
+
* <p>The BYOIP CIDR.</p>
|
|
735
|
+
* @public
|
|
736
|
+
*/
|
|
737
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
738
|
+
}
|
|
739
|
+
/**
|
|
740
|
+
* @public
|
|
741
|
+
*/
|
|
742
|
+
export interface MoveCapacityReservationInstancesRequest {
|
|
743
|
+
/**
|
|
744
|
+
* <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>
|
|
745
|
+
* @public
|
|
746
|
+
*/
|
|
747
|
+
DryRun?: boolean | undefined;
|
|
748
|
+
/**
|
|
749
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</p>
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
752
|
+
ClientToken?: string | undefined;
|
|
753
|
+
/**
|
|
754
|
+
* <p> The ID of the Capacity Reservation from which you want to move capacity. </p>
|
|
755
|
+
* @public
|
|
756
|
+
*/
|
|
757
|
+
SourceCapacityReservationId: string | undefined;
|
|
758
|
+
/**
|
|
759
|
+
* <p> The ID of the Capacity Reservation that you want to move capacity into. </p>
|
|
760
|
+
* @public
|
|
761
|
+
*/
|
|
762
|
+
DestinationCapacityReservationId: string | undefined;
|
|
763
|
+
/**
|
|
764
|
+
* <p>The number of instances that you want to move from the source Capacity Reservation.
|
|
765
|
+
* </p>
|
|
766
|
+
* @public
|
|
767
|
+
*/
|
|
768
|
+
InstanceCount: number | undefined;
|
|
769
|
+
}
|
|
770
|
+
/**
|
|
771
|
+
* @public
|
|
772
|
+
*/
|
|
773
|
+
export interface MoveCapacityReservationInstancesResult {
|
|
774
|
+
/**
|
|
775
|
+
* <p> Information about the source Capacity Reservation. </p>
|
|
776
|
+
* @public
|
|
777
|
+
*/
|
|
778
|
+
SourceCapacityReservation?: CapacityReservation | undefined;
|
|
779
|
+
/**
|
|
780
|
+
* <p> Information about the destination Capacity Reservation. </p>
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
783
|
+
DestinationCapacityReservation?: CapacityReservation | undefined;
|
|
784
|
+
/**
|
|
785
|
+
* <p> The number of instances that were moved from the source Capacity Reservation to the
|
|
786
|
+
* destination Capacity Reservation. </p>
|
|
787
|
+
* @public
|
|
788
|
+
*/
|
|
789
|
+
InstanceCount?: number | undefined;
|
|
790
|
+
}
|
|
791
|
+
/**
|
|
792
|
+
* <p>Provides authorization for Amazon to bring a specific IP address range to a specific
|
|
793
|
+
* Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip">Configuring your BYOIP address range</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
794
|
+
* @public
|
|
795
|
+
*/
|
|
796
|
+
export interface CidrAuthorizationContext {
|
|
797
|
+
/**
|
|
798
|
+
* <p>The plain-text authorization message for the prefix and account.</p>
|
|
799
|
+
* @public
|
|
800
|
+
*/
|
|
801
|
+
Message: string | undefined;
|
|
802
|
+
/**
|
|
803
|
+
* <p>The signed authorization message for the prefix and account.</p>
|
|
804
|
+
* @public
|
|
805
|
+
*/
|
|
806
|
+
Signature: string | undefined;
|
|
807
|
+
}
|
|
808
|
+
/**
|
|
809
|
+
* @public
|
|
810
|
+
*/
|
|
811
|
+
export interface ProvisionByoipCidrRequest {
|
|
812
|
+
/**
|
|
813
|
+
* <p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can
|
|
814
|
+
* specify is /24. The most specific IPv6 address range that you can bring is /48 for CIDRs that are publicly advertisable and /56 for CIDRs that are not publicly advertisable. The address range cannot overlap with another address range that you've
|
|
815
|
+
* brought to this or another Region.</p>
|
|
816
|
+
* @public
|
|
817
|
+
*/
|
|
818
|
+
Cidr: string | undefined;
|
|
819
|
+
/**
|
|
820
|
+
* <p>A signed document that proves that you are authorized to bring the specified IP address
|
|
821
|
+
* range to Amazon using BYOIP.</p>
|
|
822
|
+
* @public
|
|
823
|
+
*/
|
|
824
|
+
CidrAuthorizationContext?: CidrAuthorizationContext | undefined;
|
|
825
|
+
/**
|
|
826
|
+
* <p>(IPv6 only) Indicate whether the address range will be publicly advertised to the
|
|
827
|
+
* internet.</p>
|
|
828
|
+
* <p>Default: true</p>
|
|
829
|
+
* @public
|
|
830
|
+
*/
|
|
831
|
+
PubliclyAdvertisable?: boolean | undefined;
|
|
832
|
+
/**
|
|
833
|
+
* <p>A description for the address range and the address pool.</p>
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
Description?: string | undefined;
|
|
837
|
+
/**
|
|
838
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
839
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
840
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
841
|
+
* @public
|
|
842
|
+
*/
|
|
843
|
+
DryRun?: boolean | undefined;
|
|
844
|
+
/**
|
|
845
|
+
* <p>The tags to apply to the address pool.</p>
|
|
846
|
+
* @public
|
|
847
|
+
*/
|
|
848
|
+
PoolTagSpecifications?: TagSpecification[] | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* <p>Reserved.</p>
|
|
851
|
+
* @public
|
|
852
|
+
*/
|
|
853
|
+
MultiRegion?: boolean | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* <p>If you have <a href="https://docs.aws.amazon.com/local-zones/latest/ug/how-local-zones-work.html">Local Zones</a> enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.</p>
|
|
856
|
+
* <p>You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:</p>
|
|
857
|
+
* <ul>
|
|
858
|
+
* <li>
|
|
859
|
+
* <p>us-east-1-dfw-2</p>
|
|
860
|
+
* </li>
|
|
861
|
+
* <li>
|
|
862
|
+
* <p>us-west-2-lax-1</p>
|
|
863
|
+
* </li>
|
|
864
|
+
* <li>
|
|
865
|
+
* <p>us-west-2-phx-2</p>
|
|
866
|
+
* </li>
|
|
867
|
+
* </ul>
|
|
868
|
+
* <note>
|
|
869
|
+
* <p>You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.</p>
|
|
870
|
+
* </note>
|
|
871
|
+
* @public
|
|
872
|
+
*/
|
|
873
|
+
NetworkBorderGroup?: string | undefined;
|
|
874
|
+
}
|
|
875
|
+
/**
|
|
876
|
+
* @public
|
|
877
|
+
*/
|
|
878
|
+
export interface ProvisionByoipCidrResult {
|
|
879
|
+
/**
|
|
880
|
+
* <p>Information about the address range.</p>
|
|
881
|
+
* @public
|
|
882
|
+
*/
|
|
883
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
884
|
+
}
|
|
885
|
+
/**
|
|
886
|
+
* <p>Provides authorization for Amazon to bring an Autonomous System Number (ASN) to a specific Amazon Web Services account using bring your own ASN (BYOASN).
|
|
887
|
+
* For details on the format of the message and signature, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>.</p>
|
|
888
|
+
* @public
|
|
889
|
+
*/
|
|
890
|
+
export interface AsnAuthorizationContext {
|
|
891
|
+
/**
|
|
892
|
+
* <p>The authorization context's message.</p>
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
895
|
+
Message: string | undefined;
|
|
896
|
+
/**
|
|
897
|
+
* <p>The authorization context's signature.</p>
|
|
898
|
+
* @public
|
|
899
|
+
*/
|
|
900
|
+
Signature: string | undefined;
|
|
901
|
+
}
|
|
902
|
+
/**
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
export interface ProvisionIpamByoasnRequest {
|
|
906
|
+
/**
|
|
907
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
908
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
909
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
DryRun?: boolean | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* <p>An IPAM ID.</p>
|
|
915
|
+
* @public
|
|
916
|
+
*/
|
|
917
|
+
IpamId: string | undefined;
|
|
918
|
+
/**
|
|
919
|
+
* <p>A public 2-byte or 4-byte ASN.</p>
|
|
920
|
+
* @public
|
|
921
|
+
*/
|
|
922
|
+
Asn: string | undefined;
|
|
923
|
+
/**
|
|
924
|
+
* <p>An ASN authorization context.</p>
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
927
|
+
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
928
|
+
}
|
|
929
|
+
/**
|
|
930
|
+
* @public
|
|
931
|
+
*/
|
|
932
|
+
export interface ProvisionIpamByoasnResult {
|
|
933
|
+
/**
|
|
934
|
+
* <p>An ASN and BYOIP CIDR association.</p>
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
937
|
+
Byoasn?: Byoasn | undefined;
|
|
938
|
+
}
|
|
9
939
|
/**
|
|
10
940
|
* <p>A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.</p>
|
|
11
941
|
* @public
|
|
@@ -1614,7 +2544,7 @@ export interface ReportInstanceStatusRequest {
|
|
|
1614
2544
|
/**
|
|
1615
2545
|
* <p>Descriptive text about the health state of your instance.</p>
|
|
1616
2546
|
*
|
|
1617
|
-
* @deprecated
|
|
2547
|
+
* @deprecated This member has been deprecated
|
|
1618
2548
|
* @public
|
|
1619
2549
|
*/
|
|
1620
2550
|
Description?: string | undefined;
|
|
@@ -3092,7 +4022,7 @@ export interface RunInstancesRequest {
|
|
|
3092
4022
|
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
3093
4023
|
* </note>
|
|
3094
4024
|
*
|
|
3095
|
-
* @deprecated
|
|
4025
|
+
* @deprecated Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.
|
|
3096
4026
|
* @public
|
|
3097
4027
|
*/
|
|
3098
4028
|
ElasticGpuSpecification?: ElasticGpuSpecification[] | undefined;
|
|
@@ -3102,7 +4032,7 @@ export interface RunInstancesRequest {
|
|
|
3102
4032
|
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
3103
4033
|
* </note>
|
|
3104
4034
|
*
|
|
3105
|
-
* @deprecated
|
|
4035
|
+
* @deprecated Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.
|
|
3106
4036
|
* @public
|
|
3107
4037
|
*/
|
|
3108
4038
|
ElasticInferenceAccelerators?: ElasticInferenceAccelerator[] | undefined;
|
|
@@ -4565,6 +5495,52 @@ export interface UnmonitorInstancesResult {
|
|
|
4565
5495
|
*/
|
|
4566
5496
|
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
4567
5497
|
}
|
|
5498
|
+
/**
|
|
5499
|
+
* @public
|
|
5500
|
+
*/
|
|
5501
|
+
export interface UpdateCapacityManagerOrganizationsAccessRequest {
|
|
5502
|
+
/**
|
|
5503
|
+
* <p>
|
|
5504
|
+
* Specifies whether to enable or disable cross-account access for Amazon Web Services Organizations. When enabled, Capacity Manager aggregates data from all accounts in your organization.
|
|
5505
|
+
* </p>
|
|
5506
|
+
* @public
|
|
5507
|
+
*/
|
|
5508
|
+
OrganizationsAccess: boolean | undefined;
|
|
5509
|
+
/**
|
|
5510
|
+
* <p>
|
|
5511
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If
|
|
5512
|
+
* you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
5513
|
+
* </p>
|
|
5514
|
+
* @public
|
|
5515
|
+
*/
|
|
5516
|
+
DryRun?: boolean | undefined;
|
|
5517
|
+
/**
|
|
5518
|
+
* <p>
|
|
5519
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
5520
|
+
* </p>
|
|
5521
|
+
* @public
|
|
5522
|
+
*/
|
|
5523
|
+
ClientToken?: string | undefined;
|
|
5524
|
+
}
|
|
5525
|
+
/**
|
|
5526
|
+
* @public
|
|
5527
|
+
*/
|
|
5528
|
+
export interface UpdateCapacityManagerOrganizationsAccessResult {
|
|
5529
|
+
/**
|
|
5530
|
+
* <p>
|
|
5531
|
+
* The current status of Capacity Manager after the update operation.
|
|
5532
|
+
* </p>
|
|
5533
|
+
* @public
|
|
5534
|
+
*/
|
|
5535
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
5536
|
+
/**
|
|
5537
|
+
* <p>
|
|
5538
|
+
* The updated Organizations access setting indicating whether cross-account data aggregation is enabled.
|
|
5539
|
+
* </p>
|
|
5540
|
+
* @public
|
|
5541
|
+
*/
|
|
5542
|
+
OrganizationsAccess?: boolean | undefined;
|
|
5543
|
+
}
|
|
4568
5544
|
/**
|
|
4569
5545
|
* <p>Describes the description of a security group rule.</p>
|
|
4570
5546
|
* <p>You can use this when you want to update the security group rule description for either an inbound or outbound rule.</p>
|
|
@@ -4704,6 +5680,30 @@ export interface WithdrawByoipCidrResult {
|
|
|
4704
5680
|
*/
|
|
4705
5681
|
ByoipCidr?: ByoipCidr | undefined;
|
|
4706
5682
|
}
|
|
5683
|
+
/**
|
|
5684
|
+
* @internal
|
|
5685
|
+
*/
|
|
5686
|
+
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (obj: ModifyVpnConnectionResult) => any;
|
|
5687
|
+
/**
|
|
5688
|
+
* @internal
|
|
5689
|
+
*/
|
|
5690
|
+
export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (obj: ModifyVpnConnectionOptionsResult) => any;
|
|
5691
|
+
/**
|
|
5692
|
+
* @internal
|
|
5693
|
+
*/
|
|
5694
|
+
export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (obj: ModifyVpnTunnelCertificateResult) => any;
|
|
5695
|
+
/**
|
|
5696
|
+
* @internal
|
|
5697
|
+
*/
|
|
5698
|
+
export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsSpecification) => any;
|
|
5699
|
+
/**
|
|
5700
|
+
* @internal
|
|
5701
|
+
*/
|
|
5702
|
+
export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsRequest) => any;
|
|
5703
|
+
/**
|
|
5704
|
+
* @internal
|
|
5705
|
+
*/
|
|
5706
|
+
export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
|
|
4707
5707
|
/**
|
|
4708
5708
|
* @internal
|
|
4709
5709
|
*/
|