@aws-sdk/client-ec2 3.873.0 → 3.876.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 +40 -0
- package/dist-cjs/index.js +1271 -401
- package/dist-es/EC2.js +10 -0
- package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +0 -8
- package/dist-es/models/models_4.js +19 -40
- package/dist-es/models/models_5.js +40 -18
- package/dist-es/models/models_6.js +18 -12
- package/dist-es/models/models_7.js +12 -0
- package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +721 -25
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
- package/dist-types/EC2.d.ts +37 -0
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- 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/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 +4 -2
- 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 +105 -0
- 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 +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
- 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/DeleteImageUsageReportCommand.d.ts +75 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -2
- 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/DescribeVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/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/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
- 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/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +133 -168
- package/dist-types/models/models_2.d.ts +168 -193
- package/dist-types/models/models_3.d.ts +222 -485
- package/dist-types/models/models_4.d.ts +1899 -1581
- package/dist-types/models/models_5.d.ts +6576 -6652
- package/dist-types/models/models_6.d.ts +3820 -3621
- package/dist-types/models/models_7.d.ts +4719 -4767
- package/dist-types/models/models_8.d.ts +596 -6
- package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +45 -0
- package/dist-types/ts3.4/EC2.d.ts +87 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +36 -32
- package/dist-types/ts3.4/models/models_2.d.ts +39 -44
- package/dist-types/ts3.4/models/models_3.d.ts +49 -72
- package/dist-types/ts3.4/models/models_4.d.ts +164 -164
- package/dist-types/ts3.4/models/models_5.d.ts +177 -144
- package/dist-types/ts3.4/models/models_6.d.ts +147 -128
- package/dist-types/ts3.4/models/models_7.d.ts +132 -138
- package/dist-types/ts3.4/models/models_8.d.ts +139 -2
- package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
- package/package.json +6 -6
|
@@ -1,290 +1,315 @@
|
|
|
1
|
-
import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTargetResponse, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceLifecycle,
|
|
1
|
+
import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag } from "./models_0";
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTargetResponse, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, EndpointIpAddressType, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficIpAddressType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
3
|
import { GroupIdentifier, InstanceIpv6Address, NetworkInterfaceStatus, StateReason } from "./models_2";
|
|
4
|
-
import {
|
|
4
|
+
import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
|
|
5
5
|
/**
|
|
6
|
+
* <p>Information about a Capacity Reservation.</p>
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
8
|
-
export interface
|
|
9
|
+
export interface CapacityReservationInfo {
|
|
9
10
|
/**
|
|
10
|
-
* <p>The
|
|
11
|
+
* <p>The instance type for the Capacity Reservation.</p>
|
|
11
12
|
* @public
|
|
12
13
|
*/
|
|
13
|
-
|
|
14
|
+
InstanceType?: string | undefined;
|
|
14
15
|
/**
|
|
15
|
-
* <p>
|
|
16
|
+
* <p>The Availability Zone for the Capacity Reservation.</p>
|
|
16
17
|
* @public
|
|
17
18
|
*/
|
|
18
|
-
|
|
19
|
+
AvailabilityZone?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>The tenancy of the Capacity Reservation.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The ID of the Availability Zone.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
AvailabilityZoneId?: string | undefined;
|
|
19
30
|
}
|
|
20
31
|
/**
|
|
21
32
|
* @public
|
|
33
|
+
* @enum
|
|
22
34
|
*/
|
|
23
|
-
export
|
|
35
|
+
export declare const CapacityReservationBillingRequestStatus: {
|
|
36
|
+
readonly accepted: "accepted";
|
|
37
|
+
readonly cancelled: "cancelled";
|
|
38
|
+
readonly expired: "expired";
|
|
39
|
+
readonly pending: "pending";
|
|
40
|
+
readonly rejected: "rejected";
|
|
41
|
+
readonly revoked: "revoked";
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
export type CapacityReservationBillingRequestStatus = (typeof CapacityReservationBillingRequestStatus)[keyof typeof CapacityReservationBillingRequestStatus];
|
|
47
|
+
/**
|
|
48
|
+
* <p>Information about a request to assign billing of the unused capacity of a Capacity
|
|
49
|
+
* Reservation.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export interface CapacityReservationBillingRequest {
|
|
24
53
|
/**
|
|
25
|
-
* <p>
|
|
54
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
26
55
|
* @public
|
|
27
56
|
*/
|
|
28
|
-
|
|
57
|
+
CapacityReservationId?: string | undefined;
|
|
29
58
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <ul>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>
|
|
34
|
-
* <code>carrier-gateway-id</code> - The ID of the carrier gateway.</p>
|
|
35
|
-
* </li>
|
|
36
|
-
* <li>
|
|
37
|
-
* <p>
|
|
38
|
-
* <code>state</code> - The state of the carrier gateway (<code>pending</code> |
|
|
39
|
-
* <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
|
|
40
|
-
* </li>
|
|
41
|
-
* <li>
|
|
42
|
-
* <p>
|
|
43
|
-
* <code>owner-id</code> - The Amazon Web Services account ID of the owner of the carrier gateway.</p>
|
|
44
|
-
* </li>
|
|
45
|
-
* <li>
|
|
46
|
-
* <p>
|
|
47
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
48
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
49
|
-
* </li>
|
|
50
|
-
* <li>
|
|
51
|
-
* <p>
|
|
52
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
53
|
-
* </li>
|
|
54
|
-
* <li>
|
|
55
|
-
* <p>
|
|
56
|
-
* <code>vpc-id</code> - The ID of the VPC associated with the carrier gateway.</p>
|
|
57
|
-
* </li>
|
|
58
|
-
* </ul>
|
|
59
|
+
* <p>The ID of the Amazon Web Services account that initiated the request.</p>
|
|
59
60
|
* @public
|
|
60
61
|
*/
|
|
61
|
-
|
|
62
|
+
RequestedBy?: string | undefined;
|
|
62
63
|
/**
|
|
63
|
-
* <p>The
|
|
64
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
64
|
+
* <p>The ID of the Amazon Web Services account to which the request was sent.</p>
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
|
-
|
|
67
|
+
UnusedReservationBillingOwnerId?: string | undefined;
|
|
68
68
|
/**
|
|
69
|
-
* <p>The
|
|
69
|
+
* <p>The date and time, in UTC time format, at which the request was initiated.</p>
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
|
-
|
|
72
|
+
LastUpdateTime?: Date | undefined;
|
|
73
73
|
/**
|
|
74
|
-
* <p>
|
|
75
|
-
*
|
|
76
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
74
|
+
* <p>The status of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/view-billing-transfers.html"> View billing assignment
|
|
75
|
+
* requests for a shared Amazon EC2 Capacity Reservation</a>.</p>
|
|
77
76
|
* @public
|
|
78
77
|
*/
|
|
79
|
-
|
|
78
|
+
Status?: CapacityReservationBillingRequestStatus | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>Information about the status.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
StatusMessage?: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>Information about the Capacity Reservation.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
CapacityReservationInfo?: CapacityReservationInfo | undefined;
|
|
80
89
|
}
|
|
81
90
|
/**
|
|
82
91
|
* @public
|
|
83
92
|
*/
|
|
84
|
-
export interface
|
|
93
|
+
export interface DescribeCapacityReservationBillingRequestsResult {
|
|
85
94
|
/**
|
|
86
|
-
* <p>
|
|
95
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
87
96
|
* @public
|
|
88
97
|
*/
|
|
89
|
-
|
|
98
|
+
NextToken?: string | undefined;
|
|
90
99
|
/**
|
|
91
|
-
* <p>
|
|
100
|
+
* <p>Information about the request.</p>
|
|
92
101
|
* @public
|
|
93
102
|
*/
|
|
94
|
-
|
|
103
|
+
CapacityReservationBillingRequests?: CapacityReservationBillingRequest[] | undefined;
|
|
95
104
|
}
|
|
96
105
|
/**
|
|
97
106
|
* @public
|
|
98
107
|
*/
|
|
99
|
-
export interface
|
|
108
|
+
export interface DescribeCapacityReservationFleetsRequest {
|
|
100
109
|
/**
|
|
101
|
-
* <p>
|
|
102
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
103
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
110
|
+
* <p>The IDs of the Capacity Reservation Fleets to describe.</p>
|
|
104
111
|
* @public
|
|
105
112
|
*/
|
|
106
|
-
|
|
113
|
+
CapacityReservationFleetIds?: string[] | undefined;
|
|
107
114
|
/**
|
|
108
|
-
* <p>The
|
|
115
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
109
116
|
* @public
|
|
110
117
|
*/
|
|
111
|
-
|
|
118
|
+
NextToken?: string | undefined;
|
|
112
119
|
/**
|
|
113
|
-
* <p>The
|
|
120
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
|
|
121
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
MaxResults?: number | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* <p>One or more filters.</p>
|
|
114
127
|
* <ul>
|
|
115
128
|
* <li>
|
|
116
129
|
* <p>
|
|
117
|
-
* <code>
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
130
|
+
* <code>state</code> - The state of the Fleet (<code>submitted</code> |
|
|
131
|
+
* <code>modifying</code> | <code>active</code> |
|
|
132
|
+
* <code>partially_fulfilled</code> | <code>expiring</code> |
|
|
133
|
+
* <code>expired</code> | <code>cancelling</code> | <code>cancelled</code> |
|
|
134
|
+
* <code>failed</code>).</p>
|
|
122
135
|
* </li>
|
|
123
136
|
* <li>
|
|
124
137
|
* <p>
|
|
125
|
-
* <code>
|
|
126
|
-
*
|
|
138
|
+
* <code>instance-match-criteria</code> - The instance matching criteria for the
|
|
139
|
+
* Fleet. Only <code>open</code> is supported.</p>
|
|
127
140
|
* </li>
|
|
128
141
|
* <li>
|
|
129
142
|
* <p>
|
|
130
|
-
* <code>
|
|
143
|
+
* <code>tenancy</code> - The tenancy of the Fleet (<code>default</code> |
|
|
144
|
+
* <code>dedicated</code>).</p>
|
|
131
145
|
* </li>
|
|
132
146
|
* <li>
|
|
133
147
|
* <p>
|
|
134
|
-
* <code>
|
|
148
|
+
* <code>allocation-strategy</code> - The allocation strategy used by the Fleet.
|
|
149
|
+
* Only <code>prioritized</code> is supported.</p>
|
|
135
150
|
* </li>
|
|
136
151
|
* </ul>
|
|
137
152
|
* @public
|
|
138
153
|
*/
|
|
139
154
|
Filters?: Filter[] | undefined;
|
|
140
155
|
/**
|
|
141
|
-
* <p>
|
|
142
|
-
* @public
|
|
143
|
-
*/
|
|
144
|
-
NextToken?: string | undefined;
|
|
145
|
-
/**
|
|
146
|
-
* <p>The maximum number of items to return for this request.
|
|
147
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
148
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
149
|
-
* <p>Constraint: If the value is greater than 1000, we return only 1000 items.</p>
|
|
150
|
-
* @public
|
|
151
|
-
*/
|
|
152
|
-
MaxResults?: number | undefined;
|
|
153
|
-
}
|
|
154
|
-
/**
|
|
155
|
-
* <note>
|
|
156
|
-
* <p>Deprecated.</p>
|
|
157
|
-
* </note>
|
|
158
|
-
* <p>Describes a linked EC2-Classic instance.</p>
|
|
159
|
-
* @public
|
|
160
|
-
*/
|
|
161
|
-
export interface ClassicLinkInstance {
|
|
162
|
-
/**
|
|
163
|
-
* <p>The security groups.</p>
|
|
164
|
-
* @public
|
|
165
|
-
*/
|
|
166
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
167
|
-
/**
|
|
168
|
-
* <p>The ID of the instance.</p>
|
|
169
|
-
* @public
|
|
170
|
-
*/
|
|
171
|
-
InstanceId?: string | undefined;
|
|
172
|
-
/**
|
|
173
|
-
* <p>Any tags assigned to the instance.</p>
|
|
174
|
-
* @public
|
|
175
|
-
*/
|
|
176
|
-
Tags?: Tag[] | undefined;
|
|
177
|
-
/**
|
|
178
|
-
* <p>The ID of the VPC.</p>
|
|
156
|
+
* <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>
|
|
179
157
|
* @public
|
|
180
158
|
*/
|
|
181
|
-
|
|
159
|
+
DryRun?: boolean | undefined;
|
|
182
160
|
}
|
|
183
161
|
/**
|
|
162
|
+
* <p>Information about a Capacity Reservation Fleet.</p>
|
|
184
163
|
* @public
|
|
185
164
|
*/
|
|
186
|
-
export interface
|
|
165
|
+
export interface CapacityReservationFleet {
|
|
187
166
|
/**
|
|
188
|
-
* <p>
|
|
167
|
+
* <p>The ID of the Capacity Reservation Fleet.</p>
|
|
189
168
|
* @public
|
|
190
169
|
*/
|
|
191
|
-
|
|
170
|
+
CapacityReservationFleetId?: string | undefined;
|
|
192
171
|
/**
|
|
193
|
-
* <p>The
|
|
172
|
+
* <p>The ARN of the Capacity Reservation Fleet.</p>
|
|
194
173
|
* @public
|
|
195
174
|
*/
|
|
196
|
-
|
|
197
|
-
}
|
|
198
|
-
/**
|
|
199
|
-
* @public
|
|
200
|
-
*/
|
|
201
|
-
export interface DescribeClientVpnAuthorizationRulesRequest {
|
|
175
|
+
CapacityReservationFleetArn?: string | undefined;
|
|
202
176
|
/**
|
|
203
|
-
* <p>The
|
|
177
|
+
* <p>The state of the Capacity Reservation Fleet. Possible states include:</p>
|
|
178
|
+
* <ul>
|
|
179
|
+
* <li>
|
|
180
|
+
* <p>
|
|
181
|
+
* <code>submitted</code> - The Capacity Reservation Fleet request has been
|
|
182
|
+
* submitted and Amazon Elastic Compute Cloud is preparing to create the Capacity
|
|
183
|
+
* Reservations.</p>
|
|
184
|
+
* </li>
|
|
185
|
+
* <li>
|
|
186
|
+
* <p>
|
|
187
|
+
* <code>modifying</code> - The Capacity Reservation Fleet is being modified. The
|
|
188
|
+
* Fleet remains in this state until the modification is complete.</p>
|
|
189
|
+
* </li>
|
|
190
|
+
* <li>
|
|
191
|
+
* <p>
|
|
192
|
+
* <code>active</code> - The Capacity Reservation Fleet has fulfilled its total
|
|
193
|
+
* target capacity and it is attempting to maintain this capacity. The Fleet
|
|
194
|
+
* remains in this state until it is modified or deleted.</p>
|
|
195
|
+
* </li>
|
|
196
|
+
* <li>
|
|
197
|
+
* <p>
|
|
198
|
+
* <code>partially_fulfilled</code> - The Capacity Reservation Fleet has
|
|
199
|
+
* partially fulfilled its total target capacity. There is insufficient Amazon EC2 to fulfill the total target capacity. The Fleet is attempting to
|
|
200
|
+
* asynchronously fulfill its total target capacity.</p>
|
|
201
|
+
* </li>
|
|
202
|
+
* <li>
|
|
203
|
+
* <p>
|
|
204
|
+
* <code>expiring</code> - The Capacity Reservation Fleet has reach its end date
|
|
205
|
+
* and it is in the process of expiring. One or more of its Capacity reservations
|
|
206
|
+
* might still be active.</p>
|
|
207
|
+
* </li>
|
|
208
|
+
* <li>
|
|
209
|
+
* <p>
|
|
210
|
+
* <code>expired</code> - The Capacity Reservation Fleet has reach its end date.
|
|
211
|
+
* The Fleet and its Capacity Reservations are expired. The Fleet can't create new
|
|
212
|
+
* Capacity Reservations.</p>
|
|
213
|
+
* </li>
|
|
214
|
+
* <li>
|
|
215
|
+
* <p>
|
|
216
|
+
* <code>cancelling</code> - The Capacity Reservation Fleet is in the process of
|
|
217
|
+
* being cancelled. One or more of its Capacity reservations might still be
|
|
218
|
+
* active.</p>
|
|
219
|
+
* </li>
|
|
220
|
+
* <li>
|
|
221
|
+
* <p>
|
|
222
|
+
* <code>cancelled</code> - The Capacity Reservation Fleet has been manually
|
|
223
|
+
* cancelled. The Fleet and its Capacity Reservations are cancelled and the Fleet
|
|
224
|
+
* can't create new Capacity Reservations.</p>
|
|
225
|
+
* </li>
|
|
226
|
+
* <li>
|
|
227
|
+
* <p>
|
|
228
|
+
* <code>failed</code> - The Capacity Reservation Fleet failed to reserve
|
|
229
|
+
* capacity for the specified instance types.</p>
|
|
230
|
+
* </li>
|
|
231
|
+
* </ul>
|
|
204
232
|
* @public
|
|
205
233
|
*/
|
|
206
|
-
|
|
234
|
+
State?: CapacityReservationFleetState | undefined;
|
|
207
235
|
/**
|
|
208
|
-
* <p>
|
|
236
|
+
* <p>The total number of capacity units for which the Capacity Reservation Fleet reserves
|
|
237
|
+
* capacity. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
238
|
+
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
209
239
|
* @public
|
|
210
240
|
*/
|
|
211
|
-
|
|
241
|
+
TotalTargetCapacity?: number | undefined;
|
|
212
242
|
/**
|
|
213
|
-
* <p>The
|
|
243
|
+
* <p>The capacity units that have been fulfilled.</p>
|
|
214
244
|
* @public
|
|
215
245
|
*/
|
|
216
|
-
|
|
246
|
+
TotalFulfilledCapacity?: number | undefined;
|
|
217
247
|
/**
|
|
218
|
-
* <p>
|
|
248
|
+
* <p>The tenancy of the Capacity Reservation Fleet. Tenancies include:</p>
|
|
219
249
|
* <ul>
|
|
220
250
|
* <li>
|
|
221
251
|
* <p>
|
|
222
|
-
* <code>
|
|
223
|
-
*
|
|
224
|
-
* <li>
|
|
225
|
-
* <p>
|
|
226
|
-
* <code>destination-cidr</code> - The CIDR of the network to which the authorization rule
|
|
227
|
-
* applies.</p>
|
|
252
|
+
* <code>default</code> - The Capacity Reservation Fleet is created on hardware
|
|
253
|
+
* that is shared with other Amazon Web Services accounts.</p>
|
|
228
254
|
* </li>
|
|
229
255
|
* <li>
|
|
230
256
|
* <p>
|
|
231
|
-
* <code>
|
|
257
|
+
* <code>dedicated</code> - The Capacity Reservation Fleet is created on
|
|
258
|
+
* single-tenant hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
232
259
|
* </li>
|
|
233
260
|
* </ul>
|
|
234
261
|
* @public
|
|
235
262
|
*/
|
|
236
|
-
|
|
237
|
-
/**
|
|
238
|
-
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
|
|
239
|
-
* @public
|
|
240
|
-
*/
|
|
241
|
-
MaxResults?: number | undefined;
|
|
242
|
-
}
|
|
243
|
-
/**
|
|
244
|
-
* <p>Information about an authorization rule.</p>
|
|
245
|
-
* @public
|
|
246
|
-
*/
|
|
247
|
-
export interface AuthorizationRule {
|
|
263
|
+
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
248
264
|
/**
|
|
249
|
-
* <p>The
|
|
265
|
+
* <p>The date and time at which the Capacity Reservation Fleet expires.</p>
|
|
250
266
|
* @public
|
|
251
267
|
*/
|
|
252
|
-
|
|
268
|
+
EndDate?: Date | undefined;
|
|
253
269
|
/**
|
|
254
|
-
* <p>
|
|
270
|
+
* <p>The date and time at which the Capacity Reservation Fleet was created.</p>
|
|
255
271
|
* @public
|
|
256
272
|
*/
|
|
257
|
-
|
|
273
|
+
CreateTime?: Date | undefined;
|
|
258
274
|
/**
|
|
259
|
-
* <p>
|
|
275
|
+
* <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
|
276
|
+
* All Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
|
|
277
|
+
* <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching
|
|
278
|
+
* criteria only. This means that instances that have matching attributes (instance type,
|
|
279
|
+
* platform, and Availability Zone) run in the Capacity Reservations automatically.
|
|
280
|
+
* Instances do not need to explicitly target a Capacity Reservation Fleet to use its
|
|
281
|
+
* reserved capacity.</p>
|
|
260
282
|
* @public
|
|
261
283
|
*/
|
|
262
|
-
|
|
284
|
+
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
263
285
|
/**
|
|
264
|
-
* <p>
|
|
286
|
+
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the
|
|
287
|
+
* specified instance types to use. For more information, see For more information, see
|
|
288
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy">Allocation
|
|
289
|
+
* strategy</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
265
290
|
* @public
|
|
266
291
|
*/
|
|
267
|
-
|
|
292
|
+
AllocationStrategy?: string | undefined;
|
|
268
293
|
/**
|
|
269
|
-
* <p>
|
|
294
|
+
* <p>Information about the instance types for which to reserve the capacity.</p>
|
|
270
295
|
* @public
|
|
271
296
|
*/
|
|
272
|
-
|
|
297
|
+
InstanceTypeSpecifications?: FleetCapacityReservation[] | undefined;
|
|
273
298
|
/**
|
|
274
|
-
* <p>The
|
|
299
|
+
* <p>The tags assigned to the Capacity Reservation Fleet.</p>
|
|
275
300
|
* @public
|
|
276
301
|
*/
|
|
277
|
-
|
|
302
|
+
Tags?: Tag[] | undefined;
|
|
278
303
|
}
|
|
279
304
|
/**
|
|
280
305
|
* @public
|
|
281
306
|
*/
|
|
282
|
-
export interface
|
|
307
|
+
export interface DescribeCapacityReservationFleetsResult {
|
|
283
308
|
/**
|
|
284
|
-
* <p>Information about the
|
|
309
|
+
* <p>Information about the Capacity Reservation Fleets.</p>
|
|
285
310
|
* @public
|
|
286
311
|
*/
|
|
287
|
-
|
|
312
|
+
CapacityReservationFleets?: CapacityReservationFleet[] | undefined;
|
|
288
313
|
/**
|
|
289
314
|
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
290
315
|
* @public
|
|
@@ -294,163 +319,360 @@ export interface DescribeClientVpnAuthorizationRulesResult {
|
|
|
294
319
|
/**
|
|
295
320
|
* @public
|
|
296
321
|
*/
|
|
297
|
-
export interface
|
|
298
|
-
/**
|
|
299
|
-
* <p>The ID of the Client VPN endpoint.</p>
|
|
300
|
-
* @public
|
|
301
|
-
*/
|
|
302
|
-
ClientVpnEndpointId: string | undefined;
|
|
322
|
+
export interface DescribeCapacityReservationsRequest {
|
|
303
323
|
/**
|
|
304
|
-
* <p>
|
|
305
|
-
* <ul>
|
|
306
|
-
* <li>
|
|
307
|
-
* <p>
|
|
308
|
-
* <code>connection-id</code> - The ID of the connection.</p>
|
|
309
|
-
* </li>
|
|
310
|
-
* <li>
|
|
311
|
-
* <p>
|
|
312
|
-
* <code>username</code> - For Active Directory client authentication, the user name of the
|
|
313
|
-
* client who established the client connection.</p>
|
|
314
|
-
* </li>
|
|
315
|
-
* </ul>
|
|
324
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
316
325
|
* @public
|
|
317
326
|
*/
|
|
318
|
-
|
|
327
|
+
CapacityReservationIds?: string[] | undefined;
|
|
319
328
|
/**
|
|
320
|
-
* <p>The token to retrieve the next page of results.</p>
|
|
329
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
321
330
|
* @public
|
|
322
331
|
*/
|
|
323
332
|
NextToken?: string | undefined;
|
|
324
333
|
/**
|
|
325
|
-
* <p>The maximum number of
|
|
334
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
|
|
335
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
326
336
|
* @public
|
|
327
337
|
*/
|
|
328
338
|
MaxResults?: number | undefined;
|
|
329
339
|
/**
|
|
330
|
-
* <p>
|
|
331
|
-
*
|
|
332
|
-
|
|
340
|
+
* <p>One or more filters.</p>
|
|
341
|
+
* <ul>
|
|
342
|
+
* <li>
|
|
343
|
+
* <p>
|
|
344
|
+
* <code>instance-type</code> - The type of instance for which the Capacity
|
|
345
|
+
* Reservation reserves capacity.</p>
|
|
346
|
+
* </li>
|
|
347
|
+
* <li>
|
|
348
|
+
* <p>
|
|
349
|
+
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the
|
|
350
|
+
* Capacity Reservation.</p>
|
|
351
|
+
* </li>
|
|
352
|
+
* <li>
|
|
353
|
+
* <p>
|
|
354
|
+
* <code>instance-platform</code> - The type of operating system for which the
|
|
355
|
+
* Capacity Reservation reserves capacity.</p>
|
|
356
|
+
* </li>
|
|
357
|
+
* <li>
|
|
358
|
+
* <p>
|
|
359
|
+
* <code>availability-zone</code> - The Availability Zone of the Capacity
|
|
360
|
+
* Reservation.</p>
|
|
361
|
+
* </li>
|
|
362
|
+
* <li>
|
|
363
|
+
* <p>
|
|
364
|
+
* <code>tenancy</code> - Indicates the tenancy of the Capacity Reservation. A
|
|
365
|
+
* Capacity Reservation can have one of the following tenancy settings:</p>
|
|
366
|
+
* <ul>
|
|
367
|
+
* <li>
|
|
368
|
+
* <p>
|
|
369
|
+
* <code>default</code> - The Capacity Reservation is created on hardware
|
|
370
|
+
* that is shared with other Amazon Web Services accounts.</p>
|
|
371
|
+
* </li>
|
|
372
|
+
* <li>
|
|
373
|
+
* <p>
|
|
374
|
+
* <code>dedicated</code> - The Capacity Reservation is created on
|
|
375
|
+
* single-tenant hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
376
|
+
* </li>
|
|
377
|
+
* </ul>
|
|
378
|
+
* </li>
|
|
379
|
+
* <li>
|
|
380
|
+
* <p>
|
|
381
|
+
* <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost on
|
|
382
|
+
* which the Capacity Reservation was created.</p>
|
|
383
|
+
* </li>
|
|
384
|
+
* <li>
|
|
385
|
+
* <p>
|
|
386
|
+
* <code>state</code> - The current state of the Capacity Reservation. A Capacity
|
|
387
|
+
* Reservation can be in one of the following states:</p>
|
|
388
|
+
* <ul>
|
|
389
|
+
* <li>
|
|
390
|
+
* <p>
|
|
391
|
+
* <code>active</code>- The Capacity Reservation is active and the
|
|
392
|
+
* capacity is available for your use.</p>
|
|
393
|
+
* </li>
|
|
394
|
+
* <li>
|
|
395
|
+
* <p>
|
|
396
|
+
* <code>expired</code> - The Capacity Reservation expired automatically
|
|
397
|
+
* at the date and time specified in your request. The reserved capacity is
|
|
398
|
+
* no longer available for your use.</p>
|
|
399
|
+
* </li>
|
|
400
|
+
* <li>
|
|
401
|
+
* <p>
|
|
402
|
+
* <code>cancelled</code> - The Capacity Reservation was cancelled. The
|
|
403
|
+
* reserved capacity is no longer available for your use.</p>
|
|
404
|
+
* </li>
|
|
405
|
+
* <li>
|
|
406
|
+
* <p>
|
|
407
|
+
* <code>pending</code> - The Capacity Reservation request was successful
|
|
408
|
+
* but the capacity provisioning is still pending.</p>
|
|
409
|
+
* </li>
|
|
410
|
+
* <li>
|
|
411
|
+
* <p>
|
|
412
|
+
* <code>failed</code> - The Capacity Reservation request has failed. A
|
|
413
|
+
* request might fail due to invalid request parameters, capacity
|
|
414
|
+
* constraints, or instance limit constraints. Failed requests are retained
|
|
415
|
+
* for 60 minutes.</p>
|
|
416
|
+
* </li>
|
|
417
|
+
* </ul>
|
|
418
|
+
* </li>
|
|
419
|
+
* <li>
|
|
420
|
+
* <p>
|
|
421
|
+
* <code>start-date</code> - The date and time at which the Capacity Reservation
|
|
422
|
+
* was started.</p>
|
|
423
|
+
* </li>
|
|
424
|
+
* <li>
|
|
425
|
+
* <p>
|
|
426
|
+
* <code>end-date</code> - The date and time at which the Capacity Reservation
|
|
427
|
+
* expires. When a Capacity Reservation expires, the reserved capacity is released
|
|
428
|
+
* and you can no longer launch instances into it. The Capacity Reservation's state
|
|
429
|
+
* changes to expired when it reaches its end date and time.</p>
|
|
430
|
+
* </li>
|
|
431
|
+
* <li>
|
|
432
|
+
* <p>
|
|
433
|
+
* <code>end-date-type</code> - Indicates the way in which the Capacity
|
|
434
|
+
* Reservation ends. A Capacity Reservation can have one of the following end
|
|
435
|
+
* types:</p>
|
|
436
|
+
* <ul>
|
|
437
|
+
* <li>
|
|
438
|
+
* <p>
|
|
439
|
+
* <code>unlimited</code> - The Capacity Reservation remains active until
|
|
440
|
+
* you explicitly cancel it.</p>
|
|
441
|
+
* </li>
|
|
442
|
+
* <li>
|
|
443
|
+
* <p>
|
|
444
|
+
* <code>limited</code> - The Capacity Reservation expires automatically
|
|
445
|
+
* at a specified date and time.</p>
|
|
446
|
+
* </li>
|
|
447
|
+
* </ul>
|
|
448
|
+
* </li>
|
|
449
|
+
* <li>
|
|
450
|
+
* <p>
|
|
451
|
+
* <code>instance-match-criteria</code> - Indicates the type of instance launches
|
|
452
|
+
* that the Capacity Reservation accepts. The options include:</p>
|
|
453
|
+
* <ul>
|
|
454
|
+
* <li>
|
|
455
|
+
* <p>
|
|
456
|
+
* <code>open</code> - The Capacity Reservation accepts all instances
|
|
457
|
+
* that have matching attributes (instance type, platform, and Availability
|
|
458
|
+
* Zone). Instances that have matching attributes launch into the Capacity
|
|
459
|
+
* Reservation automatically without specifying any additional
|
|
460
|
+
* parameters.</p>
|
|
461
|
+
* </li>
|
|
462
|
+
* <li>
|
|
463
|
+
* <p>
|
|
464
|
+
* <code>targeted</code> - The Capacity Reservation only accepts
|
|
465
|
+
* instances that have matching attributes (instance type, platform, and
|
|
466
|
+
* Availability Zone), and explicitly target the Capacity Reservation. This
|
|
467
|
+
* ensures that only permitted instances can use the reserved
|
|
468
|
+
* capacity.</p>
|
|
469
|
+
* </li>
|
|
470
|
+
* </ul>
|
|
471
|
+
* </li>
|
|
472
|
+
* <li>
|
|
473
|
+
* <p>
|
|
474
|
+
* <code>placement-group-arn</code> - The ARN of the cluster placement group in
|
|
475
|
+
* which the Capacity Reservation was created.</p>
|
|
476
|
+
* </li>
|
|
477
|
+
* </ul>
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
Filters?: Filter[] | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* <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>
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
333
485
|
DryRun?: boolean | undefined;
|
|
334
486
|
}
|
|
335
487
|
/**
|
|
336
|
-
* @public
|
|
337
|
-
* @enum
|
|
338
|
-
*/
|
|
339
|
-
export declare const ClientVpnConnectionStatusCode: {
|
|
340
|
-
readonly active: "active";
|
|
341
|
-
readonly failed_to_terminate: "failed-to-terminate";
|
|
342
|
-
readonly terminated: "terminated";
|
|
343
|
-
readonly terminating: "terminating";
|
|
344
|
-
};
|
|
345
|
-
/**
|
|
346
|
-
* @public
|
|
347
|
-
*/
|
|
348
|
-
export type ClientVpnConnectionStatusCode = (typeof ClientVpnConnectionStatusCode)[keyof typeof ClientVpnConnectionStatusCode];
|
|
349
|
-
/**
|
|
350
|
-
* <p>Describes the status of a client connection.</p>
|
|
351
488
|
* @public
|
|
352
489
|
*/
|
|
353
|
-
export interface
|
|
490
|
+
export interface DescribeCapacityReservationsResult {
|
|
354
491
|
/**
|
|
355
|
-
* <p>The
|
|
492
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
356
493
|
* @public
|
|
357
494
|
*/
|
|
358
|
-
|
|
495
|
+
NextToken?: string | undefined;
|
|
359
496
|
/**
|
|
360
|
-
* <p>
|
|
497
|
+
* <p>Information about the Capacity Reservations.</p>
|
|
361
498
|
* @public
|
|
362
499
|
*/
|
|
363
|
-
|
|
500
|
+
CapacityReservations?: CapacityReservation[] | undefined;
|
|
364
501
|
}
|
|
365
502
|
/**
|
|
366
|
-
* <p>Describes a client connection.</p>
|
|
367
503
|
* @public
|
|
368
504
|
*/
|
|
369
|
-
export interface
|
|
505
|
+
export interface DescribeCarrierGatewaysRequest {
|
|
370
506
|
/**
|
|
371
|
-
* <p>
|
|
507
|
+
* <p>One or more carrier gateway IDs.</p>
|
|
372
508
|
* @public
|
|
373
509
|
*/
|
|
374
|
-
|
|
510
|
+
CarrierGatewayIds?: string[] | undefined;
|
|
375
511
|
/**
|
|
376
|
-
* <p>
|
|
512
|
+
* <p>One or more filters.</p>
|
|
513
|
+
* <ul>
|
|
514
|
+
* <li>
|
|
515
|
+
* <p>
|
|
516
|
+
* <code>carrier-gateway-id</code> - The ID of the carrier gateway.</p>
|
|
517
|
+
* </li>
|
|
518
|
+
* <li>
|
|
519
|
+
* <p>
|
|
520
|
+
* <code>state</code> - The state of the carrier gateway (<code>pending</code> |
|
|
521
|
+
* <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
|
|
522
|
+
* </li>
|
|
523
|
+
* <li>
|
|
524
|
+
* <p>
|
|
525
|
+
* <code>owner-id</code> - The Amazon Web Services account ID of the owner of the carrier gateway.</p>
|
|
526
|
+
* </li>
|
|
527
|
+
* <li>
|
|
528
|
+
* <p>
|
|
529
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
530
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
531
|
+
* </li>
|
|
532
|
+
* <li>
|
|
533
|
+
* <p>
|
|
534
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
535
|
+
* </li>
|
|
536
|
+
* <li>
|
|
537
|
+
* <p>
|
|
538
|
+
* <code>vpc-id</code> - The ID of the VPC associated with the carrier gateway.</p>
|
|
539
|
+
* </li>
|
|
540
|
+
* </ul>
|
|
377
541
|
* @public
|
|
378
542
|
*/
|
|
379
|
-
|
|
543
|
+
Filters?: Filter[] | undefined;
|
|
380
544
|
/**
|
|
381
|
-
* <p>The
|
|
545
|
+
* <p>The maximum number of results to return with a single call.
|
|
546
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
382
547
|
* @public
|
|
383
548
|
*/
|
|
384
|
-
|
|
549
|
+
MaxResults?: number | undefined;
|
|
385
550
|
/**
|
|
386
|
-
* <p>The
|
|
387
|
-
* if Active Directory client authentication is used.</p>
|
|
551
|
+
* <p>The token for the next page of results.</p>
|
|
388
552
|
* @public
|
|
389
553
|
*/
|
|
390
|
-
|
|
554
|
+
NextToken?: string | undefined;
|
|
391
555
|
/**
|
|
392
|
-
* <p>
|
|
556
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
557
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
558
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
393
559
|
* @public
|
|
394
560
|
*/
|
|
395
|
-
|
|
561
|
+
DryRun?: boolean | undefined;
|
|
562
|
+
}
|
|
563
|
+
/**
|
|
564
|
+
* @public
|
|
565
|
+
*/
|
|
566
|
+
export interface DescribeCarrierGatewaysResult {
|
|
396
567
|
/**
|
|
397
|
-
* <p>
|
|
568
|
+
* <p>Information about the carrier gateway.</p>
|
|
398
569
|
* @public
|
|
399
570
|
*/
|
|
400
|
-
|
|
571
|
+
CarrierGateways?: CarrierGateway[] | undefined;
|
|
401
572
|
/**
|
|
402
|
-
* <p>The
|
|
573
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
403
574
|
* @public
|
|
404
575
|
*/
|
|
405
|
-
|
|
576
|
+
NextToken?: string | undefined;
|
|
577
|
+
}
|
|
578
|
+
/**
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
export interface DescribeClassicLinkInstancesRequest {
|
|
406
582
|
/**
|
|
407
|
-
* <p>
|
|
583
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
584
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
585
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
408
586
|
* @public
|
|
409
587
|
*/
|
|
410
|
-
|
|
588
|
+
DryRun?: boolean | undefined;
|
|
411
589
|
/**
|
|
412
|
-
* <p>The
|
|
590
|
+
* <p>The instance IDs. Must be instances linked to a VPC through ClassicLink.</p>
|
|
413
591
|
* @public
|
|
414
592
|
*/
|
|
415
|
-
|
|
593
|
+
InstanceIds?: string[] | undefined;
|
|
416
594
|
/**
|
|
417
|
-
* <p>The
|
|
595
|
+
* <p>The filters.</p>
|
|
596
|
+
* <ul>
|
|
597
|
+
* <li>
|
|
598
|
+
* <p>
|
|
599
|
+
* <code>group-id</code> - The ID of a VPC security group that's associated with the instance.</p>
|
|
600
|
+
* </li>
|
|
601
|
+
* <li>
|
|
602
|
+
* <p>
|
|
603
|
+
* <code>instance-id</code> - The ID of the instance.</p>
|
|
604
|
+
* </li>
|
|
605
|
+
* <li>
|
|
606
|
+
* <p>
|
|
607
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
608
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
609
|
+
* </li>
|
|
610
|
+
* <li>
|
|
611
|
+
* <p>
|
|
612
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
613
|
+
* </li>
|
|
614
|
+
* <li>
|
|
615
|
+
* <p>
|
|
616
|
+
* <code>vpc-id</code> - The ID of the VPC to which the instance is linked.</p>
|
|
617
|
+
* </li>
|
|
618
|
+
* </ul>
|
|
418
619
|
* @public
|
|
419
620
|
*/
|
|
420
|
-
|
|
621
|
+
Filters?: Filter[] | undefined;
|
|
421
622
|
/**
|
|
422
|
-
* <p>The
|
|
423
|
-
* or the Active Directory user name.</p>
|
|
623
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
424
624
|
* @public
|
|
425
625
|
*/
|
|
426
|
-
|
|
626
|
+
NextToken?: string | undefined;
|
|
427
627
|
/**
|
|
428
|
-
* <p>The
|
|
628
|
+
* <p>The maximum number of items to return for this request.
|
|
629
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
630
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
631
|
+
* <p>Constraint: If the value is greater than 1000, we return only 1000 items.</p>
|
|
429
632
|
* @public
|
|
430
633
|
*/
|
|
431
|
-
|
|
634
|
+
MaxResults?: number | undefined;
|
|
635
|
+
}
|
|
636
|
+
/**
|
|
637
|
+
* <note>
|
|
638
|
+
* <p>Deprecated.</p>
|
|
639
|
+
* </note>
|
|
640
|
+
* <p>Describes a linked EC2-Classic instance.</p>
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
643
|
+
export interface ClassicLinkInstance {
|
|
432
644
|
/**
|
|
433
|
-
* <p>The
|
|
645
|
+
* <p>The security groups.</p>
|
|
434
646
|
* @public
|
|
435
647
|
*/
|
|
436
|
-
|
|
648
|
+
Groups?: GroupIdentifier[] | undefined;
|
|
437
649
|
/**
|
|
438
|
-
* <p>The
|
|
650
|
+
* <p>The ID of the instance.</p>
|
|
439
651
|
* @public
|
|
440
652
|
*/
|
|
441
|
-
|
|
653
|
+
InstanceId?: string | undefined;
|
|
654
|
+
/**
|
|
655
|
+
* <p>Any tags assigned to the instance.</p>
|
|
656
|
+
* @public
|
|
657
|
+
*/
|
|
658
|
+
Tags?: Tag[] | undefined;
|
|
659
|
+
/**
|
|
660
|
+
* <p>The ID of the VPC.</p>
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
663
|
+
VpcId?: string | undefined;
|
|
442
664
|
}
|
|
443
665
|
/**
|
|
444
666
|
* @public
|
|
445
667
|
*/
|
|
446
|
-
export interface
|
|
668
|
+
export interface DescribeClassicLinkInstancesResult {
|
|
447
669
|
/**
|
|
448
|
-
* <p>Information about
|
|
670
|
+
* <p>Information about one or more linked EC2-Classic instances.</p>
|
|
449
671
|
* @public
|
|
450
672
|
*/
|
|
451
|
-
|
|
673
|
+
Instances?: ClassicLinkInstance[] | undefined;
|
|
452
674
|
/**
|
|
453
|
-
* <p>The token to
|
|
675
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
454
676
|
* @public
|
|
455
677
|
*/
|
|
456
678
|
NextToken?: string | undefined;
|
|
@@ -458,17 +680,17 @@ export interface DescribeClientVpnConnectionsResult {
|
|
|
458
680
|
/**
|
|
459
681
|
* @public
|
|
460
682
|
*/
|
|
461
|
-
export interface
|
|
683
|
+
export interface DescribeClientVpnAuthorizationRulesRequest {
|
|
462
684
|
/**
|
|
463
685
|
* <p>The ID of the Client VPN endpoint.</p>
|
|
464
686
|
* @public
|
|
465
687
|
*/
|
|
466
|
-
|
|
688
|
+
ClientVpnEndpointId: string | undefined;
|
|
467
689
|
/**
|
|
468
|
-
* <p>
|
|
690
|
+
* <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>
|
|
469
691
|
* @public
|
|
470
692
|
*/
|
|
471
|
-
|
|
693
|
+
DryRun?: boolean | undefined;
|
|
472
694
|
/**
|
|
473
695
|
* <p>The token to retrieve the next page of results.</p>
|
|
474
696
|
* @public
|
|
@@ -479,490 +701,765 @@ export interface DescribeClientVpnEndpointsRequest {
|
|
|
479
701
|
* <ul>
|
|
480
702
|
* <li>
|
|
481
703
|
* <p>
|
|
482
|
-
* <code>
|
|
704
|
+
* <code>description</code> - The description of the authorization rule.</p>
|
|
483
705
|
* </li>
|
|
484
706
|
* <li>
|
|
485
707
|
* <p>
|
|
486
|
-
* <code>
|
|
487
|
-
*
|
|
708
|
+
* <code>destination-cidr</code> - The CIDR of the network to which the authorization rule
|
|
709
|
+
* applies.</p>
|
|
710
|
+
* </li>
|
|
711
|
+
* <li>
|
|
712
|
+
* <p>
|
|
713
|
+
* <code>group-id</code> - The ID of the Active Directory group to which the authorization rule grants access.</p>
|
|
488
714
|
* </li>
|
|
489
715
|
* </ul>
|
|
490
716
|
* @public
|
|
491
717
|
*/
|
|
492
718
|
Filters?: Filter[] | undefined;
|
|
493
719
|
/**
|
|
494
|
-
* <p>
|
|
720
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
|
|
495
721
|
* @public
|
|
496
722
|
*/
|
|
497
|
-
|
|
723
|
+
MaxResults?: number | undefined;
|
|
498
724
|
}
|
|
499
725
|
/**
|
|
500
|
-
*
|
|
501
|
-
* @enum
|
|
502
|
-
*/
|
|
503
|
-
export declare const AssociatedNetworkType: {
|
|
504
|
-
readonly vpc: "vpc";
|
|
505
|
-
};
|
|
506
|
-
/**
|
|
726
|
+
* <p>Information about an authorization rule.</p>
|
|
507
727
|
* @public
|
|
508
728
|
*/
|
|
509
|
-
export
|
|
510
|
-
/**
|
|
511
|
-
* <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
|
|
512
|
-
* @public
|
|
513
|
-
*/
|
|
514
|
-
export interface AssociatedTargetNetwork {
|
|
729
|
+
export interface AuthorizationRule {
|
|
515
730
|
/**
|
|
516
|
-
* <p>The ID of the
|
|
731
|
+
* <p>The ID of the Client VPN endpoint with which the authorization rule is associated.</p>
|
|
517
732
|
* @public
|
|
518
733
|
*/
|
|
519
|
-
|
|
734
|
+
ClientVpnEndpointId?: string | undefined;
|
|
520
735
|
/**
|
|
521
|
-
* <p>
|
|
736
|
+
* <p>A brief description of the authorization rule.</p>
|
|
522
737
|
* @public
|
|
523
738
|
*/
|
|
524
|
-
|
|
525
|
-
}
|
|
526
|
-
/**
|
|
527
|
-
* <p>Describes an Active Directory.</p>
|
|
528
|
-
* @public
|
|
529
|
-
*/
|
|
530
|
-
export interface DirectoryServiceAuthentication {
|
|
739
|
+
Description?: string | undefined;
|
|
531
740
|
/**
|
|
532
|
-
* <p>The ID of the Active Directory
|
|
741
|
+
* <p>The ID of the Active Directory group to which the authorization rule grants access.</p>
|
|
533
742
|
* @public
|
|
534
743
|
*/
|
|
535
|
-
|
|
536
|
-
}
|
|
537
|
-
/**
|
|
538
|
-
* <p>Describes the IAM SAML identity providers used for federated authentication.</p>
|
|
539
|
-
* @public
|
|
540
|
-
*/
|
|
541
|
-
export interface FederatedAuthentication {
|
|
744
|
+
GroupId?: string | undefined;
|
|
542
745
|
/**
|
|
543
|
-
* <p>
|
|
746
|
+
* <p>Indicates whether the authorization rule grants access to all clients.</p>
|
|
544
747
|
* @public
|
|
545
748
|
*/
|
|
546
|
-
|
|
749
|
+
AccessAll?: boolean | undefined;
|
|
547
750
|
/**
|
|
548
|
-
* <p>The
|
|
751
|
+
* <p>The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.</p>
|
|
549
752
|
* @public
|
|
550
753
|
*/
|
|
551
|
-
|
|
754
|
+
DestinationCidr?: string | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* <p>The current state of the authorization rule.</p>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
Status?: ClientVpnAuthorizationRuleStatus | undefined;
|
|
552
760
|
}
|
|
553
761
|
/**
|
|
554
|
-
* <p>Information about the client certificate used for authentication.</p>
|
|
555
762
|
* @public
|
|
556
763
|
*/
|
|
557
|
-
export interface
|
|
764
|
+
export interface DescribeClientVpnAuthorizationRulesResult {
|
|
558
765
|
/**
|
|
559
|
-
* <p>
|
|
766
|
+
* <p>Information about the authorization rules.</p>
|
|
560
767
|
* @public
|
|
561
768
|
*/
|
|
562
|
-
|
|
769
|
+
AuthorizationRules?: AuthorizationRule[] | undefined;
|
|
770
|
+
/**
|
|
771
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
774
|
+
NextToken?: string | undefined;
|
|
563
775
|
}
|
|
564
776
|
/**
|
|
565
|
-
* <p>Describes the authentication methods used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html">Authentication</a>
|
|
566
|
-
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
567
777
|
* @public
|
|
568
778
|
*/
|
|
569
|
-
export interface
|
|
779
|
+
export interface DescribeClientVpnConnectionsRequest {
|
|
570
780
|
/**
|
|
571
|
-
* <p>The
|
|
781
|
+
* <p>The ID of the Client VPN endpoint.</p>
|
|
572
782
|
* @public
|
|
573
783
|
*/
|
|
574
|
-
|
|
784
|
+
ClientVpnEndpointId: string | undefined;
|
|
575
785
|
/**
|
|
576
|
-
* <p>
|
|
786
|
+
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
787
|
+
* <ul>
|
|
788
|
+
* <li>
|
|
789
|
+
* <p>
|
|
790
|
+
* <code>connection-id</code> - The ID of the connection.</p>
|
|
791
|
+
* </li>
|
|
792
|
+
* <li>
|
|
793
|
+
* <p>
|
|
794
|
+
* <code>username</code> - For Active Directory client authentication, the user name of the
|
|
795
|
+
* client who established the client connection.</p>
|
|
796
|
+
* </li>
|
|
797
|
+
* </ul>
|
|
577
798
|
* @public
|
|
578
799
|
*/
|
|
579
|
-
|
|
800
|
+
Filters?: Filter[] | undefined;
|
|
580
801
|
/**
|
|
581
|
-
* <p>
|
|
802
|
+
* <p>The token to retrieve the next page of results.</p>
|
|
582
803
|
* @public
|
|
583
804
|
*/
|
|
584
|
-
|
|
805
|
+
NextToken?: string | undefined;
|
|
585
806
|
/**
|
|
586
|
-
* <p>
|
|
807
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
|
|
587
808
|
* @public
|
|
588
809
|
*/
|
|
589
|
-
|
|
810
|
+
MaxResults?: number | undefined;
|
|
811
|
+
/**
|
|
812
|
+
* <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>
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
DryRun?: boolean | undefined;
|
|
590
816
|
}
|
|
591
817
|
/**
|
|
592
818
|
* @public
|
|
593
819
|
* @enum
|
|
594
820
|
*/
|
|
595
|
-
export declare const
|
|
596
|
-
readonly
|
|
597
|
-
readonly
|
|
821
|
+
export declare const ClientVpnConnectionStatusCode: {
|
|
822
|
+
readonly active: "active";
|
|
823
|
+
readonly failed_to_terminate: "failed-to-terminate";
|
|
824
|
+
readonly terminated: "terminated";
|
|
825
|
+
readonly terminating: "terminating";
|
|
598
826
|
};
|
|
599
827
|
/**
|
|
600
828
|
* @public
|
|
601
829
|
*/
|
|
602
|
-
export type
|
|
830
|
+
export type ClientVpnConnectionStatusCode = (typeof ClientVpnConnectionStatusCode)[keyof typeof ClientVpnConnectionStatusCode];
|
|
603
831
|
/**
|
|
604
|
-
* <p>Describes the status of
|
|
832
|
+
* <p>Describes the status of a client connection.</p>
|
|
605
833
|
* @public
|
|
606
834
|
*/
|
|
607
|
-
export interface
|
|
835
|
+
export interface ClientVpnConnectionStatus {
|
|
608
836
|
/**
|
|
609
|
-
* <p>The
|
|
837
|
+
* <p>The state of the client connection.</p>
|
|
610
838
|
* @public
|
|
611
839
|
*/
|
|
612
|
-
Code?:
|
|
840
|
+
Code?: ClientVpnConnectionStatusCode | undefined;
|
|
613
841
|
/**
|
|
614
|
-
* <p>
|
|
842
|
+
* <p>A message about the status of the client connection, if applicable.</p>
|
|
615
843
|
* @public
|
|
616
844
|
*/
|
|
617
845
|
Message?: string | undefined;
|
|
618
846
|
}
|
|
619
847
|
/**
|
|
620
|
-
* <p>
|
|
848
|
+
* <p>Describes a client connection.</p>
|
|
621
849
|
* @public
|
|
622
850
|
*/
|
|
623
|
-
export interface
|
|
624
|
-
/**
|
|
625
|
-
* <p>Indicates whether client connect options are enabled.</p>
|
|
626
|
-
* @public
|
|
627
|
-
*/
|
|
628
|
-
Enabled?: boolean | undefined;
|
|
851
|
+
export interface ClientVpnConnection {
|
|
629
852
|
/**
|
|
630
|
-
* <p>The
|
|
853
|
+
* <p>The ID of the Client VPN endpoint to which the client is connected.</p>
|
|
631
854
|
* @public
|
|
632
855
|
*/
|
|
633
|
-
|
|
856
|
+
ClientVpnEndpointId?: string | undefined;
|
|
634
857
|
/**
|
|
635
|
-
* <p>The
|
|
858
|
+
* <p>The current date and time.</p>
|
|
636
859
|
* @public
|
|
637
860
|
*/
|
|
638
|
-
|
|
639
|
-
}
|
|
640
|
-
/**
|
|
641
|
-
* <p>Current state of options for customizable text banner that will be displayed on
|
|
642
|
-
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
643
|
-
* @public
|
|
644
|
-
*/
|
|
645
|
-
export interface ClientLoginBannerResponseOptions {
|
|
861
|
+
Timestamp?: string | undefined;
|
|
646
862
|
/**
|
|
647
|
-
* <p>
|
|
648
|
-
* <p>Valid values: <code>true | false</code>
|
|
649
|
-
* </p>
|
|
863
|
+
* <p>The ID of the client connection.</p>
|
|
650
864
|
* @public
|
|
651
865
|
*/
|
|
652
|
-
|
|
866
|
+
ConnectionId?: string | undefined;
|
|
653
867
|
/**
|
|
654
|
-
* <p>
|
|
655
|
-
*
|
|
656
|
-
* characters only. Maximum of 1400 characters.</p>
|
|
868
|
+
* <p>The username of the client who established the client connection. This information is only provided
|
|
869
|
+
* if Active Directory client authentication is used.</p>
|
|
657
870
|
* @public
|
|
658
871
|
*/
|
|
659
|
-
|
|
660
|
-
}
|
|
661
|
-
/**
|
|
662
|
-
* <p>The current status of Client Route Enforcement. </p>
|
|
663
|
-
* @public
|
|
664
|
-
*/
|
|
665
|
-
export interface ClientRouteEnforcementResponseOptions {
|
|
872
|
+
Username?: string | undefined;
|
|
666
873
|
/**
|
|
667
|
-
* <p>
|
|
668
|
-
* is <code>true</code> (enabled) or <code>false</code> (disabled).</p>
|
|
669
|
-
* <p>Valid values: <code>true | false</code>
|
|
670
|
-
* </p>
|
|
671
|
-
* <p>Default value: <code>false</code>
|
|
672
|
-
* </p>
|
|
874
|
+
* <p>The date and time the client connection was established.</p>
|
|
673
875
|
* @public
|
|
674
876
|
*/
|
|
675
|
-
|
|
676
|
-
}
|
|
677
|
-
/**
|
|
678
|
-
* <p>Information about the client connection logging options for a Client VPN endpoint.</p>
|
|
679
|
-
* @public
|
|
680
|
-
*/
|
|
681
|
-
export interface ConnectionLogResponseOptions {
|
|
877
|
+
ConnectionEstablishedTime?: string | undefined;
|
|
682
878
|
/**
|
|
683
|
-
* <p>
|
|
879
|
+
* <p>The number of bytes sent by the client.</p>
|
|
684
880
|
* @public
|
|
685
881
|
*/
|
|
686
|
-
|
|
882
|
+
IngressBytes?: string | undefined;
|
|
687
883
|
/**
|
|
688
|
-
* <p>The
|
|
884
|
+
* <p>The number of bytes received by the client.</p>
|
|
689
885
|
* @public
|
|
690
886
|
*/
|
|
691
|
-
|
|
887
|
+
EgressBytes?: string | undefined;
|
|
692
888
|
/**
|
|
693
|
-
* <p>The
|
|
889
|
+
* <p>The number of packets sent by the client.</p>
|
|
694
890
|
* @public
|
|
695
891
|
*/
|
|
696
|
-
|
|
697
|
-
}
|
|
698
|
-
/**
|
|
699
|
-
* @public
|
|
700
|
-
* @enum
|
|
701
|
-
*/
|
|
702
|
-
export declare const VpnProtocol: {
|
|
703
|
-
readonly openvpn: "openvpn";
|
|
704
|
-
};
|
|
705
|
-
/**
|
|
706
|
-
* @public
|
|
707
|
-
*/
|
|
708
|
-
export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
|
|
709
|
-
/**
|
|
710
|
-
* <p>Describes a Client VPN endpoint.</p>
|
|
711
|
-
* @public
|
|
712
|
-
*/
|
|
713
|
-
export interface ClientVpnEndpoint {
|
|
892
|
+
IngressPackets?: string | undefined;
|
|
714
893
|
/**
|
|
715
|
-
* <p>The
|
|
894
|
+
* <p>The number of packets received by the client.</p>
|
|
716
895
|
* @public
|
|
717
896
|
*/
|
|
718
|
-
|
|
897
|
+
EgressPackets?: string | undefined;
|
|
719
898
|
/**
|
|
720
|
-
* <p>
|
|
899
|
+
* <p>The IP address of the client.</p>
|
|
721
900
|
* @public
|
|
722
901
|
*/
|
|
723
|
-
|
|
902
|
+
ClientIp?: string | undefined;
|
|
724
903
|
/**
|
|
725
|
-
* <p>The
|
|
904
|
+
* <p>The IPv6 address assigned to the client connection when using a dual-stack Client VPN endpoint. This field is only populated when the endpoint is configured for dual-stack addressing, and the client is using IPv6 for connectivity.</p>
|
|
726
905
|
* @public
|
|
727
906
|
*/
|
|
728
|
-
|
|
907
|
+
ClientIpv6Address?: string | undefined;
|
|
729
908
|
/**
|
|
730
|
-
* <p>The
|
|
909
|
+
* <p>The common name associated with the client. This is either the name of the client certificate,
|
|
910
|
+
* or the Active Directory user name.</p>
|
|
731
911
|
* @public
|
|
732
912
|
*/
|
|
733
|
-
|
|
913
|
+
CommonName?: string | undefined;
|
|
734
914
|
/**
|
|
735
|
-
* <p>The
|
|
915
|
+
* <p>The current state of the client connection.</p>
|
|
736
916
|
* @public
|
|
737
917
|
*/
|
|
738
|
-
|
|
918
|
+
Status?: ClientVpnConnectionStatus | undefined;
|
|
739
919
|
/**
|
|
740
|
-
* <p>The
|
|
920
|
+
* <p>The date and time the client connection was terminated.</p>
|
|
741
921
|
* @public
|
|
742
922
|
*/
|
|
743
|
-
|
|
923
|
+
ConnectionEndTime?: string | undefined;
|
|
744
924
|
/**
|
|
745
|
-
* <p>The
|
|
925
|
+
* <p>The statuses returned by the client connect handler for posture compliance, if applicable.</p>
|
|
746
926
|
* @public
|
|
747
927
|
*/
|
|
748
|
-
|
|
928
|
+
PostureComplianceStatuses?: string[] | undefined;
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
* @public
|
|
932
|
+
*/
|
|
933
|
+
export interface DescribeClientVpnConnectionsResult {
|
|
749
934
|
/**
|
|
750
|
-
* <p>Information about the
|
|
935
|
+
* <p>Information about the active and terminated client connections.</p>
|
|
751
936
|
* @public
|
|
752
937
|
*/
|
|
753
|
-
|
|
938
|
+
Connections?: ClientVpnConnection[] | undefined;
|
|
754
939
|
/**
|
|
755
|
-
* <p>
|
|
756
|
-
* <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>
|
|
757
|
-
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
940
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
758
941
|
* @public
|
|
759
942
|
*/
|
|
760
|
-
|
|
943
|
+
NextToken?: string | undefined;
|
|
944
|
+
}
|
|
945
|
+
/**
|
|
946
|
+
* @public
|
|
947
|
+
*/
|
|
948
|
+
export interface DescribeClientVpnEndpointsRequest {
|
|
761
949
|
/**
|
|
762
|
-
* <p>The
|
|
950
|
+
* <p>The ID of the Client VPN endpoint.</p>
|
|
763
951
|
* @public
|
|
764
952
|
*/
|
|
765
|
-
|
|
953
|
+
ClientVpnEndpointIds?: string[] | undefined;
|
|
766
954
|
/**
|
|
767
|
-
* <p>The
|
|
955
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
|
|
768
956
|
* @public
|
|
769
957
|
*/
|
|
770
|
-
|
|
958
|
+
MaxResults?: number | undefined;
|
|
771
959
|
/**
|
|
772
|
-
* <p>The
|
|
960
|
+
* <p>The token to retrieve the next page of results.</p>
|
|
773
961
|
* @public
|
|
774
962
|
*/
|
|
775
|
-
|
|
963
|
+
NextToken?: string | undefined;
|
|
776
964
|
/**
|
|
777
|
-
* <p>
|
|
778
|
-
*
|
|
779
|
-
*
|
|
780
|
-
*
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
*
|
|
965
|
+
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
966
|
+
* <ul>
|
|
967
|
+
* <li>
|
|
968
|
+
* <p>
|
|
969
|
+
* <code>endpoint-id</code> - The ID of the Client VPN endpoint.</p>
|
|
970
|
+
* </li>
|
|
971
|
+
* <li>
|
|
972
|
+
* <p>
|
|
973
|
+
* <code>transport-protocol</code> - The transport protocol (<code>tcp</code> |
|
|
974
|
+
* <code>udp</code>).</p>
|
|
975
|
+
* </li>
|
|
976
|
+
* </ul>
|
|
785
977
|
* @public
|
|
786
978
|
*/
|
|
787
|
-
|
|
979
|
+
Filters?: Filter[] | undefined;
|
|
788
980
|
/**
|
|
789
|
-
* <p>
|
|
981
|
+
* <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>
|
|
790
982
|
* @public
|
|
791
983
|
*/
|
|
792
|
-
|
|
984
|
+
DryRun?: boolean | undefined;
|
|
985
|
+
}
|
|
986
|
+
/**
|
|
987
|
+
* @public
|
|
988
|
+
* @enum
|
|
989
|
+
*/
|
|
990
|
+
export declare const AssociatedNetworkType: {
|
|
991
|
+
readonly vpc: "vpc";
|
|
992
|
+
};
|
|
993
|
+
/**
|
|
994
|
+
* @public
|
|
995
|
+
*/
|
|
996
|
+
export type AssociatedNetworkType = (typeof AssociatedNetworkType)[keyof typeof AssociatedNetworkType];
|
|
997
|
+
/**
|
|
998
|
+
* <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
|
|
999
|
+
* @public
|
|
1000
|
+
*/
|
|
1001
|
+
export interface AssociatedTargetNetwork {
|
|
793
1002
|
/**
|
|
794
|
-
* <p>
|
|
1003
|
+
* <p>The ID of the subnet.</p>
|
|
795
1004
|
* @public
|
|
796
1005
|
*/
|
|
797
|
-
|
|
1006
|
+
NetworkId?: string | undefined;
|
|
798
1007
|
/**
|
|
799
|
-
* <p>
|
|
1008
|
+
* <p>The target network type.</p>
|
|
800
1009
|
* @public
|
|
801
1010
|
*/
|
|
802
|
-
|
|
1011
|
+
NetworkType?: AssociatedNetworkType | undefined;
|
|
1012
|
+
}
|
|
1013
|
+
/**
|
|
1014
|
+
* <p>Describes an Active Directory.</p>
|
|
1015
|
+
* @public
|
|
1016
|
+
*/
|
|
1017
|
+
export interface DirectoryServiceAuthentication {
|
|
803
1018
|
/**
|
|
804
|
-
* <p>The
|
|
1019
|
+
* <p>The ID of the Active Directory used for authentication.</p>
|
|
805
1020
|
* @public
|
|
806
1021
|
*/
|
|
807
|
-
|
|
1022
|
+
DirectoryId?: string | undefined;
|
|
1023
|
+
}
|
|
1024
|
+
/**
|
|
1025
|
+
* <p>Describes the IAM SAML identity providers used for federated authentication.</p>
|
|
1026
|
+
* @public
|
|
1027
|
+
*/
|
|
1028
|
+
export interface FederatedAuthentication {
|
|
808
1029
|
/**
|
|
809
|
-
* <p>The
|
|
1030
|
+
* <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
|
|
810
1031
|
* @public
|
|
811
1032
|
*/
|
|
812
|
-
|
|
1033
|
+
SamlProviderArn?: string | undefined;
|
|
813
1034
|
/**
|
|
814
|
-
* <p>The
|
|
1035
|
+
* <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
|
|
815
1036
|
* @public
|
|
816
1037
|
*/
|
|
817
|
-
|
|
1038
|
+
SelfServiceSamlProviderArn?: string | undefined;
|
|
1039
|
+
}
|
|
1040
|
+
/**
|
|
1041
|
+
* <p>Information about the client certificate used for authentication.</p>
|
|
1042
|
+
* @public
|
|
1043
|
+
*/
|
|
1044
|
+
export interface CertificateAuthentication {
|
|
818
1045
|
/**
|
|
819
|
-
* <p>The
|
|
1046
|
+
* <p>The ARN of the client certificate. </p>
|
|
820
1047
|
* @public
|
|
821
1048
|
*/
|
|
822
|
-
|
|
1049
|
+
ClientRootCertificateChain?: string | undefined;
|
|
1050
|
+
}
|
|
1051
|
+
/**
|
|
1052
|
+
* <p>Describes the authentication methods used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html">Authentication</a>
|
|
1053
|
+
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
1054
|
+
* @public
|
|
1055
|
+
*/
|
|
1056
|
+
export interface ClientVpnAuthentication {
|
|
823
1057
|
/**
|
|
824
|
-
* <p>The
|
|
825
|
-
* <p>Valid values: <code>8 | 10 | 12 | 24</code>
|
|
826
|
-
* </p>
|
|
827
|
-
* <p>Default value: <code>24</code>
|
|
828
|
-
* </p>
|
|
1058
|
+
* <p>The authentication type used.</p>
|
|
829
1059
|
* @public
|
|
830
1060
|
*/
|
|
831
|
-
|
|
1061
|
+
Type?: ClientVpnAuthenticationType | undefined;
|
|
832
1062
|
/**
|
|
833
|
-
* <p>
|
|
834
|
-
* established.</p>
|
|
1063
|
+
* <p>Information about the Active Directory, if applicable.</p>
|
|
835
1064
|
* @public
|
|
836
1065
|
*/
|
|
837
|
-
|
|
1066
|
+
ActiveDirectory?: DirectoryServiceAuthentication | undefined;
|
|
838
1067
|
/**
|
|
839
|
-
* <p>
|
|
840
|
-
* 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>
|
|
841
|
-
* <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,
|
|
842
|
-
* reverting it back to the expected route configurations.</p>
|
|
1068
|
+
* <p>Information about the authentication certificates, if applicable.</p>
|
|
843
1069
|
* @public
|
|
844
1070
|
*/
|
|
845
|
-
|
|
1071
|
+
MutualAuthentication?: CertificateAuthentication | undefined;
|
|
846
1072
|
/**
|
|
847
|
-
* <p>
|
|
1073
|
+
* <p>Information about the IAM SAML identity provider, if applicable.</p>
|
|
848
1074
|
* @public
|
|
849
1075
|
*/
|
|
850
|
-
|
|
1076
|
+
FederatedAuthentication?: FederatedAuthentication | undefined;
|
|
851
1077
|
}
|
|
852
1078
|
/**
|
|
853
1079
|
* @public
|
|
1080
|
+
* @enum
|
|
854
1081
|
*/
|
|
855
|
-
export
|
|
1082
|
+
export declare const ClientVpnEndpointAttributeStatusCode: {
|
|
1083
|
+
readonly applied: "applied";
|
|
1084
|
+
readonly applying: "applying";
|
|
1085
|
+
};
|
|
1086
|
+
/**
|
|
1087
|
+
* @public
|
|
1088
|
+
*/
|
|
1089
|
+
export type ClientVpnEndpointAttributeStatusCode = (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
|
|
1090
|
+
/**
|
|
1091
|
+
* <p>Describes the status of the Client VPN endpoint attribute.</p>
|
|
1092
|
+
* @public
|
|
1093
|
+
*/
|
|
1094
|
+
export interface ClientVpnEndpointAttributeStatus {
|
|
856
1095
|
/**
|
|
857
|
-
* <p>
|
|
1096
|
+
* <p>The status code.</p>
|
|
858
1097
|
* @public
|
|
859
1098
|
*/
|
|
860
|
-
|
|
1099
|
+
Code?: ClientVpnEndpointAttributeStatusCode | undefined;
|
|
861
1100
|
/**
|
|
862
|
-
* <p>The
|
|
1101
|
+
* <p>The status message.</p>
|
|
863
1102
|
* @public
|
|
864
1103
|
*/
|
|
865
|
-
|
|
1104
|
+
Message?: string | undefined;
|
|
866
1105
|
}
|
|
867
1106
|
/**
|
|
1107
|
+
* <p>The options for managing connection authorization for new client connections.</p>
|
|
868
1108
|
* @public
|
|
869
1109
|
*/
|
|
870
|
-
export interface
|
|
871
|
-
/**
|
|
872
|
-
* <p>The ID of the Client VPN endpoint.</p>
|
|
873
|
-
* @public
|
|
874
|
-
*/
|
|
875
|
-
ClientVpnEndpointId: string | undefined;
|
|
876
|
-
/**
|
|
877
|
-
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
878
|
-
* <ul>
|
|
879
|
-
* <li>
|
|
880
|
-
* <p>
|
|
881
|
-
* <code>destination-cidr</code> - The CIDR of the route destination.</p>
|
|
882
|
-
* </li>
|
|
883
|
-
* <li>
|
|
884
|
-
* <p>
|
|
885
|
-
* <code>origin</code> - How the route was associated with the Client VPN endpoint (<code>associate</code> | <code>add-route</code>).</p>
|
|
886
|
-
* </li>
|
|
887
|
-
* <li>
|
|
888
|
-
* <p>
|
|
889
|
-
* <code>target-subnet</code> - The ID of the subnet through which traffic is routed.</p>
|
|
890
|
-
* </li>
|
|
891
|
-
* </ul>
|
|
892
|
-
* @public
|
|
893
|
-
*/
|
|
894
|
-
Filters?: Filter[] | undefined;
|
|
1110
|
+
export interface ClientConnectResponseOptions {
|
|
895
1111
|
/**
|
|
896
|
-
* <p>
|
|
1112
|
+
* <p>Indicates whether client connect options are enabled.</p>
|
|
897
1113
|
* @public
|
|
898
1114
|
*/
|
|
899
|
-
|
|
1115
|
+
Enabled?: boolean | undefined;
|
|
900
1116
|
/**
|
|
901
|
-
* <p>The
|
|
1117
|
+
* <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
|
|
902
1118
|
* @public
|
|
903
1119
|
*/
|
|
904
|
-
|
|
1120
|
+
LambdaFunctionArn?: string | undefined;
|
|
905
1121
|
/**
|
|
906
|
-
* <p>
|
|
1122
|
+
* <p>The status of any updates to the client connect options.</p>
|
|
907
1123
|
* @public
|
|
908
1124
|
*/
|
|
909
|
-
|
|
1125
|
+
Status?: ClientVpnEndpointAttributeStatus | undefined;
|
|
910
1126
|
}
|
|
911
1127
|
/**
|
|
912
|
-
* <p>
|
|
1128
|
+
* <p>Current state of options for customizable text banner that will be displayed on
|
|
1129
|
+
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
913
1130
|
* @public
|
|
914
1131
|
*/
|
|
915
|
-
export interface
|
|
916
|
-
/**
|
|
917
|
-
* <p>The ID of the Client VPN endpoint with which the route is associated.</p>
|
|
918
|
-
* @public
|
|
919
|
-
*/
|
|
920
|
-
ClientVpnEndpointId?: string | undefined;
|
|
1132
|
+
export interface ClientLoginBannerResponseOptions {
|
|
921
1133
|
/**
|
|
922
|
-
* <p>
|
|
1134
|
+
* <p>Current state of text banner feature.</p>
|
|
1135
|
+
* <p>Valid values: <code>true | false</code>
|
|
1136
|
+
* </p>
|
|
923
1137
|
* @public
|
|
924
1138
|
*/
|
|
925
|
-
|
|
1139
|
+
Enabled?: boolean | undefined;
|
|
926
1140
|
/**
|
|
927
|
-
* <p>
|
|
1141
|
+
* <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
|
|
1142
|
+
* clients when a VPN session is established. UTF-8 encoded
|
|
1143
|
+
* characters only. Maximum of 1400 characters.</p>
|
|
928
1144
|
* @public
|
|
929
1145
|
*/
|
|
930
|
-
|
|
1146
|
+
BannerText?: string | undefined;
|
|
1147
|
+
}
|
|
1148
|
+
/**
|
|
1149
|
+
* <p>The current status of Client Route Enforcement. </p>
|
|
1150
|
+
* @public
|
|
1151
|
+
*/
|
|
1152
|
+
export interface ClientRouteEnforcementResponseOptions {
|
|
931
1153
|
/**
|
|
932
|
-
* <p>
|
|
1154
|
+
* <p>Status of the client route enforcement feature, indicating whether Client Route Enforcement
|
|
1155
|
+
* is <code>true</code> (enabled) or <code>false</code> (disabled).</p>
|
|
1156
|
+
* <p>Valid values: <code>true | false</code>
|
|
1157
|
+
* </p>
|
|
1158
|
+
* <p>Default value: <code>false</code>
|
|
1159
|
+
* </p>
|
|
933
1160
|
* @public
|
|
934
1161
|
*/
|
|
935
|
-
|
|
1162
|
+
Enforced?: boolean | undefined;
|
|
1163
|
+
}
|
|
1164
|
+
/**
|
|
1165
|
+
* <p>Information about the client connection logging options for a Client VPN endpoint.</p>
|
|
1166
|
+
* @public
|
|
1167
|
+
*/
|
|
1168
|
+
export interface ConnectionLogResponseOptions {
|
|
936
1169
|
/**
|
|
937
|
-
* <p>Indicates
|
|
938
|
-
* <code>associate</code> indicates that the route was automatically added when the target network
|
|
939
|
-
* was associated with the Client VPN endpoint. <code>add-route</code> indicates that the route
|
|
940
|
-
* was manually added using the <b>CreateClientVpnRoute</b> action.</p>
|
|
1170
|
+
* <p>Indicates whether client connection logging is enabled for the Client VPN endpoint.</p>
|
|
941
1171
|
* @public
|
|
942
1172
|
*/
|
|
943
|
-
|
|
1173
|
+
Enabled?: boolean | undefined;
|
|
944
1174
|
/**
|
|
945
|
-
* <p>The
|
|
1175
|
+
* <p>The name of the Amazon CloudWatch Logs log group to which connection logging data is published.</p>
|
|
946
1176
|
* @public
|
|
947
1177
|
*/
|
|
948
|
-
|
|
1178
|
+
CloudwatchLogGroup?: string | undefined;
|
|
949
1179
|
/**
|
|
950
|
-
* <p>
|
|
1180
|
+
* <p>The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.</p>
|
|
951
1181
|
* @public
|
|
952
1182
|
*/
|
|
953
|
-
|
|
1183
|
+
CloudwatchLogStream?: string | undefined;
|
|
954
1184
|
}
|
|
955
1185
|
/**
|
|
956
1186
|
* @public
|
|
1187
|
+
* @enum
|
|
957
1188
|
*/
|
|
958
|
-
export
|
|
1189
|
+
export declare const VpnProtocol: {
|
|
1190
|
+
readonly openvpn: "openvpn";
|
|
1191
|
+
};
|
|
1192
|
+
/**
|
|
1193
|
+
* @public
|
|
1194
|
+
*/
|
|
1195
|
+
export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
|
|
1196
|
+
/**
|
|
1197
|
+
* <p>Describes a Client VPN endpoint.</p>
|
|
1198
|
+
* @public
|
|
1199
|
+
*/
|
|
1200
|
+
export interface ClientVpnEndpoint {
|
|
959
1201
|
/**
|
|
960
|
-
* <p>
|
|
1202
|
+
* <p>The ID of the Client VPN endpoint.</p>
|
|
961
1203
|
* @public
|
|
962
1204
|
*/
|
|
963
|
-
|
|
1205
|
+
ClientVpnEndpointId?: string | undefined;
|
|
964
1206
|
/**
|
|
965
|
-
* <p>
|
|
1207
|
+
* <p>A brief description of the endpoint.</p>
|
|
1208
|
+
* @public
|
|
1209
|
+
*/
|
|
1210
|
+
Description?: string | undefined;
|
|
1211
|
+
/**
|
|
1212
|
+
* <p>The current state of the Client VPN endpoint.</p>
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1215
|
+
Status?: ClientVpnEndpointStatus | undefined;
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>The date and time the Client VPN endpoint was created.</p>
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
CreationTime?: string | undefined;
|
|
1221
|
+
/**
|
|
1222
|
+
* <p>The date and time the Client VPN endpoint was deleted, if applicable.</p>
|
|
1223
|
+
* @public
|
|
1224
|
+
*/
|
|
1225
|
+
DeletionTime?: string | undefined;
|
|
1226
|
+
/**
|
|
1227
|
+
* <p>The DNS name to be used by clients when connecting to the Client VPN endpoint.</p>
|
|
1228
|
+
* @public
|
|
1229
|
+
*/
|
|
1230
|
+
DnsName?: string | undefined;
|
|
1231
|
+
/**
|
|
1232
|
+
* <p>The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.</p>
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1235
|
+
ClientCidrBlock?: string | undefined;
|
|
1236
|
+
/**
|
|
1237
|
+
* <p>Information about the DNS servers to be used for DNS resolution. </p>
|
|
1238
|
+
* @public
|
|
1239
|
+
*/
|
|
1240
|
+
DnsServers?: string[] | undefined;
|
|
1241
|
+
/**
|
|
1242
|
+
* <p>Indicates whether split-tunnel is enabled in the Client VPN endpoint.</p>
|
|
1243
|
+
* <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>
|
|
1244
|
+
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
1245
|
+
* @public
|
|
1246
|
+
*/
|
|
1247
|
+
SplitTunnel?: boolean | undefined;
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>The protocol used by the VPN session.</p>
|
|
1250
|
+
* @public
|
|
1251
|
+
*/
|
|
1252
|
+
VpnProtocol?: VpnProtocol | undefined;
|
|
1253
|
+
/**
|
|
1254
|
+
* <p>The transport protocol used by the Client VPN endpoint.</p>
|
|
1255
|
+
* @public
|
|
1256
|
+
*/
|
|
1257
|
+
TransportProtocol?: TransportProtocol | undefined;
|
|
1258
|
+
/**
|
|
1259
|
+
* <p>The port number for the Client VPN endpoint.</p>
|
|
1260
|
+
* @public
|
|
1261
|
+
*/
|
|
1262
|
+
VpnPort?: number | undefined;
|
|
1263
|
+
/**
|
|
1264
|
+
* <p>Information about the associated target networks. A target network is a subnet in a VPC.</p>
|
|
1265
|
+
*
|
|
1266
|
+
* @deprecated
|
|
1267
|
+
* @public
|
|
1268
|
+
*/
|
|
1269
|
+
AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
|
|
1270
|
+
/**
|
|
1271
|
+
* <p>The ARN of the server certificate.</p>
|
|
1272
|
+
* @public
|
|
1273
|
+
*/
|
|
1274
|
+
ServerCertificateArn?: string | undefined;
|
|
1275
|
+
/**
|
|
1276
|
+
* <p>Information about the authentication method used by the Client VPN endpoint.</p>
|
|
1277
|
+
* @public
|
|
1278
|
+
*/
|
|
1279
|
+
AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
|
|
1280
|
+
/**
|
|
1281
|
+
* <p>Information about the client connection logging options for the Client VPN endpoint.</p>
|
|
1282
|
+
* @public
|
|
1283
|
+
*/
|
|
1284
|
+
ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
|
|
1285
|
+
/**
|
|
1286
|
+
* <p>Any tags assigned to the Client VPN endpoint.</p>
|
|
1287
|
+
* @public
|
|
1288
|
+
*/
|
|
1289
|
+
Tags?: Tag[] | undefined;
|
|
1290
|
+
/**
|
|
1291
|
+
* <p>The IDs of the security groups for the target network.</p>
|
|
1292
|
+
* @public
|
|
1293
|
+
*/
|
|
1294
|
+
SecurityGroupIds?: string[] | undefined;
|
|
1295
|
+
/**
|
|
1296
|
+
* <p>The ID of the VPC.</p>
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1299
|
+
VpcId?: string | undefined;
|
|
1300
|
+
/**
|
|
1301
|
+
* <p>The URL of the self-service portal.</p>
|
|
1302
|
+
* @public
|
|
1303
|
+
*/
|
|
1304
|
+
SelfServicePortalUrl?: string | undefined;
|
|
1305
|
+
/**
|
|
1306
|
+
* <p>The options for managing connection authorization for new client connections.</p>
|
|
1307
|
+
* @public
|
|
1308
|
+
*/
|
|
1309
|
+
ClientConnectOptions?: ClientConnectResponseOptions | undefined;
|
|
1310
|
+
/**
|
|
1311
|
+
* <p>The maximum VPN session duration time in hours.</p>
|
|
1312
|
+
* <p>Valid values: <code>8 | 10 | 12 | 24</code>
|
|
1313
|
+
* </p>
|
|
1314
|
+
* <p>Default value: <code>24</code>
|
|
1315
|
+
* </p>
|
|
1316
|
+
* @public
|
|
1317
|
+
*/
|
|
1318
|
+
SessionTimeoutHours?: number | undefined;
|
|
1319
|
+
/**
|
|
1320
|
+
* <p>Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is
|
|
1321
|
+
* established.</p>
|
|
1322
|
+
* @public
|
|
1323
|
+
*/
|
|
1324
|
+
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
|
|
1325
|
+
/**
|
|
1326
|
+
* <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
|
|
1327
|
+
* 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>
|
|
1328
|
+
* <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,
|
|
1329
|
+
* reverting it back to the expected route configurations.</p>
|
|
1330
|
+
* @public
|
|
1331
|
+
*/
|
|
1332
|
+
ClientRouteEnforcementOptions?: ClientRouteEnforcementResponseOptions | undefined;
|
|
1333
|
+
/**
|
|
1334
|
+
* <p>Indicates whether the client VPN session is disconnected after the maximum <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. The default value is <code>true</code>.</p>
|
|
1335
|
+
* @public
|
|
1336
|
+
*/
|
|
1337
|
+
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
1338
|
+
/**
|
|
1339
|
+
* <p>The IP address type of the Client VPN endpoint. Possible values are <code>ipv4</code> for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack </code>for both IPv4 and IPv6 addressing.</p>
|
|
1340
|
+
* @public
|
|
1341
|
+
*/
|
|
1342
|
+
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
1343
|
+
/**
|
|
1344
|
+
* <p>The IP address type of the Client VPN endpoint. Possible values are either <code>ipv4</code> for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 addressing.</p>
|
|
1345
|
+
* @public
|
|
1346
|
+
*/
|
|
1347
|
+
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
1348
|
+
}
|
|
1349
|
+
/**
|
|
1350
|
+
* @public
|
|
1351
|
+
*/
|
|
1352
|
+
export interface DescribeClientVpnEndpointsResult {
|
|
1353
|
+
/**
|
|
1354
|
+
* <p>Information about the Client VPN endpoints.</p>
|
|
1355
|
+
* @public
|
|
1356
|
+
*/
|
|
1357
|
+
ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
|
|
1358
|
+
/**
|
|
1359
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
1360
|
+
* @public
|
|
1361
|
+
*/
|
|
1362
|
+
NextToken?: string | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
/**
|
|
1365
|
+
* @public
|
|
1366
|
+
*/
|
|
1367
|
+
export interface DescribeClientVpnRoutesRequest {
|
|
1368
|
+
/**
|
|
1369
|
+
* <p>The ID of the Client VPN endpoint.</p>
|
|
1370
|
+
* @public
|
|
1371
|
+
*/
|
|
1372
|
+
ClientVpnEndpointId: string | undefined;
|
|
1373
|
+
/**
|
|
1374
|
+
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
1375
|
+
* <ul>
|
|
1376
|
+
* <li>
|
|
1377
|
+
* <p>
|
|
1378
|
+
* <code>destination-cidr</code> - The CIDR of the route destination.</p>
|
|
1379
|
+
* </li>
|
|
1380
|
+
* <li>
|
|
1381
|
+
* <p>
|
|
1382
|
+
* <code>origin</code> - How the route was associated with the Client VPN endpoint (<code>associate</code> | <code>add-route</code>).</p>
|
|
1383
|
+
* </li>
|
|
1384
|
+
* <li>
|
|
1385
|
+
* <p>
|
|
1386
|
+
* <code>target-subnet</code> - The ID of the subnet through which traffic is routed.</p>
|
|
1387
|
+
* </li>
|
|
1388
|
+
* </ul>
|
|
1389
|
+
* @public
|
|
1390
|
+
*/
|
|
1391
|
+
Filters?: Filter[] | undefined;
|
|
1392
|
+
/**
|
|
1393
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
|
|
1394
|
+
* @public
|
|
1395
|
+
*/
|
|
1396
|
+
MaxResults?: number | undefined;
|
|
1397
|
+
/**
|
|
1398
|
+
* <p>The token to retrieve the next page of results.</p>
|
|
1399
|
+
* @public
|
|
1400
|
+
*/
|
|
1401
|
+
NextToken?: string | undefined;
|
|
1402
|
+
/**
|
|
1403
|
+
* <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>
|
|
1404
|
+
* @public
|
|
1405
|
+
*/
|
|
1406
|
+
DryRun?: boolean | undefined;
|
|
1407
|
+
}
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>Information about a Client VPN endpoint route.</p>
|
|
1410
|
+
* @public
|
|
1411
|
+
*/
|
|
1412
|
+
export interface ClientVpnRoute {
|
|
1413
|
+
/**
|
|
1414
|
+
* <p>The ID of the Client VPN endpoint with which the route is associated.</p>
|
|
1415
|
+
* @public
|
|
1416
|
+
*/
|
|
1417
|
+
ClientVpnEndpointId?: string | undefined;
|
|
1418
|
+
/**
|
|
1419
|
+
* <p>The IPv4 address range, in CIDR notation, of the route destination.</p>
|
|
1420
|
+
* @public
|
|
1421
|
+
*/
|
|
1422
|
+
DestinationCidr?: string | undefined;
|
|
1423
|
+
/**
|
|
1424
|
+
* <p>The ID of the subnet through which traffic is routed.</p>
|
|
1425
|
+
* @public
|
|
1426
|
+
*/
|
|
1427
|
+
TargetSubnet?: string | undefined;
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>The route type.</p>
|
|
1430
|
+
* @public
|
|
1431
|
+
*/
|
|
1432
|
+
Type?: string | undefined;
|
|
1433
|
+
/**
|
|
1434
|
+
* <p>Indicates how the route was associated with the Client VPN endpoint.
|
|
1435
|
+
* <code>associate</code> indicates that the route was automatically added when the target network
|
|
1436
|
+
* was associated with the Client VPN endpoint. <code>add-route</code> indicates that the route
|
|
1437
|
+
* was manually added using the <b>CreateClientVpnRoute</b> action.</p>
|
|
1438
|
+
* @public
|
|
1439
|
+
*/
|
|
1440
|
+
Origin?: string | undefined;
|
|
1441
|
+
/**
|
|
1442
|
+
* <p>The current state of the route.</p>
|
|
1443
|
+
* @public
|
|
1444
|
+
*/
|
|
1445
|
+
Status?: ClientVpnRouteStatus | undefined;
|
|
1446
|
+
/**
|
|
1447
|
+
* <p>A brief description of the route.</p>
|
|
1448
|
+
* @public
|
|
1449
|
+
*/
|
|
1450
|
+
Description?: string | undefined;
|
|
1451
|
+
}
|
|
1452
|
+
/**
|
|
1453
|
+
* @public
|
|
1454
|
+
*/
|
|
1455
|
+
export interface DescribeClientVpnRoutesResult {
|
|
1456
|
+
/**
|
|
1457
|
+
* <p>Information about the Client VPN endpoint routes.</p>
|
|
1458
|
+
* @public
|
|
1459
|
+
*/
|
|
1460
|
+
Routes?: ClientVpnRoute[] | undefined;
|
|
1461
|
+
/**
|
|
1462
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
966
1463
|
* @public
|
|
967
1464
|
*/
|
|
968
1465
|
NextToken?: string | undefined;
|
|
@@ -3133,11 +3630,15 @@ export interface TargetCapacitySpecification {
|
|
|
3133
3630
|
*/
|
|
3134
3631
|
export interface FleetData {
|
|
3135
3632
|
/**
|
|
3136
|
-
* <p>The progress of the EC2 Fleet
|
|
3137
|
-
*
|
|
3138
|
-
*
|
|
3139
|
-
*
|
|
3140
|
-
*
|
|
3633
|
+
* <p>The progress of the EC2 Fleet.</p>
|
|
3634
|
+
* <p>For fleets of type <code>instant</code>, the status is <code>fulfilled</code> after all
|
|
3635
|
+
* requests are placed, regardless of whether target capacity is met (this is the only
|
|
3636
|
+
* possible status for <code>instant</code> fleets).</p>
|
|
3637
|
+
* <p>For fleets of type <code>request</code> or <code>maintain</code>, the status is
|
|
3638
|
+
* <code>pending_fulfillment</code> after all requests are placed, <code>fulfilled</code>
|
|
3639
|
+
* when the fleet size meets or exceeds target capacity, <code>pending_termination</code>
|
|
3640
|
+
* while instances are terminating when fleet size is decreased, and <code>error</code> if
|
|
3641
|
+
* there's an error.</p>
|
|
3141
3642
|
* @public
|
|
3142
3643
|
*/
|
|
3143
3644
|
ActivityStatus?: FleetActivityStatus | undefined;
|
|
@@ -4754,11 +5255,203 @@ export interface ImageAttribute {
|
|
|
4754
5255
|
}
|
|
4755
5256
|
/**
|
|
4756
5257
|
* @public
|
|
5258
|
+
* @enum
|
|
4757
5259
|
*/
|
|
4758
|
-
export
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
5260
|
+
export declare const ImageReferenceResourceType: {
|
|
5261
|
+
readonly EC2_INSTANCE: "ec2:Instance";
|
|
5262
|
+
readonly EC2_LAUNCH_TEMPLATE: "ec2:LaunchTemplate";
|
|
5263
|
+
readonly IMAGE_BUILDER_CONTAINER_RECIPE: "imagebuilder:ContainerRecipe";
|
|
5264
|
+
readonly IMAGE_BUILDER_IMAGE_RECIPE: "imagebuilder:ImageRecipe";
|
|
5265
|
+
readonly SSM_PARAMETER: "ssm:Parameter";
|
|
5266
|
+
};
|
|
5267
|
+
/**
|
|
5268
|
+
* @public
|
|
5269
|
+
*/
|
|
5270
|
+
export type ImageReferenceResourceType = (typeof ImageReferenceResourceType)[keyof typeof ImageReferenceResourceType];
|
|
5271
|
+
/**
|
|
5272
|
+
* @public
|
|
5273
|
+
* @enum
|
|
5274
|
+
*/
|
|
5275
|
+
export declare const ImageReferenceOptionName: {
|
|
5276
|
+
readonly STATE_NAME: "state-name";
|
|
5277
|
+
readonly VERSION_DEPTH: "version-depth";
|
|
5278
|
+
};
|
|
5279
|
+
/**
|
|
5280
|
+
* @public
|
|
5281
|
+
*/
|
|
5282
|
+
export type ImageReferenceOptionName = (typeof ImageReferenceOptionName)[keyof typeof ImageReferenceOptionName];
|
|
5283
|
+
/**
|
|
5284
|
+
* <p>The options that affect the scope of the response.</p>
|
|
5285
|
+
* @public
|
|
5286
|
+
*/
|
|
5287
|
+
export interface ResourceTypeOption {
|
|
5288
|
+
/**
|
|
5289
|
+
* <p>The name of the option.</p>
|
|
5290
|
+
* <ul>
|
|
5291
|
+
* <li>
|
|
5292
|
+
* <p>For <code>ec2:Instance</code>:</p>
|
|
5293
|
+
* <p>Specify <code>state-name</code> - The current state of the EC2 instance.</p>
|
|
5294
|
+
* </li>
|
|
5295
|
+
* <li>
|
|
5296
|
+
* <p>For <code>ec2:LaunchTemplate</code>:</p>
|
|
5297
|
+
* <p>Specify <code>version-depth</code> - The number of launch template versions to check,
|
|
5298
|
+
* starting from the most recent version.</p>
|
|
5299
|
+
* </li>
|
|
5300
|
+
* </ul>
|
|
5301
|
+
* @public
|
|
5302
|
+
*/
|
|
5303
|
+
OptionName?: ImageReferenceOptionName | undefined;
|
|
5304
|
+
/**
|
|
5305
|
+
* <p>A value for the specified option.</p>
|
|
5306
|
+
* <ul>
|
|
5307
|
+
* <li>
|
|
5308
|
+
* <p>For <code>state-name</code>:</p>
|
|
5309
|
+
* <ul>
|
|
5310
|
+
* <li>
|
|
5311
|
+
* <p>Valid values: <code>pending</code> | <code>running</code> | <code>shutting-down</code> |
|
|
5312
|
+
* <code>terminated</code> | <code>stopping</code> | <code>stopped</code>
|
|
5313
|
+
* </p>
|
|
5314
|
+
* </li>
|
|
5315
|
+
* <li>
|
|
5316
|
+
* <p>Default: All states</p>
|
|
5317
|
+
* </li>
|
|
5318
|
+
* </ul>
|
|
5319
|
+
* </li>
|
|
5320
|
+
* <li>
|
|
5321
|
+
* <p>For <code>version-depth</code>:</p>
|
|
5322
|
+
* <ul>
|
|
5323
|
+
* <li>
|
|
5324
|
+
* <p>Valid values: Integers between <code>1</code> and <code>10000</code>
|
|
5325
|
+
* </p>
|
|
5326
|
+
* </li>
|
|
5327
|
+
* <li>
|
|
5328
|
+
* <p>Default: <code>10</code>
|
|
5329
|
+
* </p>
|
|
5330
|
+
* </li>
|
|
5331
|
+
* </ul>
|
|
5332
|
+
* </li>
|
|
5333
|
+
* </ul>
|
|
5334
|
+
* @public
|
|
5335
|
+
*/
|
|
5336
|
+
OptionValues?: string[] | undefined;
|
|
5337
|
+
}
|
|
5338
|
+
/**
|
|
5339
|
+
* <p>A resource type to check for image references. Associated options can also be specified if the
|
|
5340
|
+
* resource type is an EC2 instance or launch template.</p>
|
|
5341
|
+
* @public
|
|
5342
|
+
*/
|
|
5343
|
+
export interface ResourceTypeRequest {
|
|
5344
|
+
/**
|
|
5345
|
+
* <p>The resource type.</p>
|
|
5346
|
+
* @public
|
|
5347
|
+
*/
|
|
5348
|
+
ResourceType?: ImageReferenceResourceType | undefined;
|
|
5349
|
+
/**
|
|
5350
|
+
* <p>The options that affect the scope of the response. Valid only when
|
|
5351
|
+
* <code>ResourceType</code> is <code>ec2:Instance</code> or
|
|
5352
|
+
* <code>ec2:LaunchTemplate</code>.</p>
|
|
5353
|
+
* @public
|
|
5354
|
+
*/
|
|
5355
|
+
ResourceTypeOptions?: ResourceTypeOption[] | undefined;
|
|
5356
|
+
}
|
|
5357
|
+
/**
|
|
5358
|
+
* @public
|
|
5359
|
+
*/
|
|
5360
|
+
export interface DescribeImageReferencesRequest {
|
|
5361
|
+
/**
|
|
5362
|
+
* <p>The IDs of the images to check for resource references.</p>
|
|
5363
|
+
* @public
|
|
5364
|
+
*/
|
|
5365
|
+
ImageIds: string[] | undefined;
|
|
5366
|
+
/**
|
|
5367
|
+
* <p>Specifies whether to check all supported Amazon Web Services resource types for image references. When
|
|
5368
|
+
* specified, default values are applied for <code>ResourceTypeOptions</code>. For the default
|
|
5369
|
+
* values, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-ami-references-works.html">How AMI reference checks
|
|
5370
|
+
* work</a> in the <i>Amazon EC2 User Guide</i>. If you also specify
|
|
5371
|
+
* <code>ResourceTypes</code> with <code>ResourceTypeOptions</code>, your specified values
|
|
5372
|
+
* override the default values.</p>
|
|
5373
|
+
* <p>Supported resource types: <code>ec2:Instance</code> | <code>ec2:LaunchTemplate</code> |
|
|
5374
|
+
* <code>ssm:Parameter</code> | <code>imagebuilder:ImageRecipe</code> |
|
|
5375
|
+
* <code>imagebuilder:ContainerRecipe</code>
|
|
5376
|
+
* </p>
|
|
5377
|
+
* <p>Either <code>IncludeAllResourceTypes</code> or <code>ResourceTypes</code> must be
|
|
5378
|
+
* specified.</p>
|
|
5379
|
+
* @public
|
|
5380
|
+
*/
|
|
5381
|
+
IncludeAllResourceTypes?: boolean | undefined;
|
|
5382
|
+
/**
|
|
5383
|
+
* <p>The Amazon Web Services resource types to check for image references.</p>
|
|
5384
|
+
* <p>Either <code>IncludeAllResourceTypes</code> or <code>ResourceTypes</code> must be
|
|
5385
|
+
* specified.</p>
|
|
5386
|
+
* @public
|
|
5387
|
+
*/
|
|
5388
|
+
ResourceTypes?: ResourceTypeRequest[] | undefined;
|
|
5389
|
+
/**
|
|
5390
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
5391
|
+
* @public
|
|
5392
|
+
*/
|
|
5393
|
+
NextToken?: string | undefined;
|
|
5394
|
+
/**
|
|
5395
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5396
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
5397
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5398
|
+
* @public
|
|
5399
|
+
*/
|
|
5400
|
+
DryRun?: boolean | undefined;
|
|
5401
|
+
/**
|
|
5402
|
+
* <p>
|
|
5403
|
+
* The maximum number of items to return for this request.
|
|
5404
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
5405
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.
|
|
5406
|
+
* </p>
|
|
5407
|
+
* @public
|
|
5408
|
+
*/
|
|
5409
|
+
MaxResults?: number | undefined;
|
|
5410
|
+
}
|
|
5411
|
+
/**
|
|
5412
|
+
* <p>A resource that is referencing an image.</p>
|
|
5413
|
+
* @public
|
|
5414
|
+
*/
|
|
5415
|
+
export interface ImageReference {
|
|
5416
|
+
/**
|
|
5417
|
+
* <p>The ID of the referenced image.</p>
|
|
5418
|
+
* @public
|
|
5419
|
+
*/
|
|
5420
|
+
ImageId?: string | undefined;
|
|
5421
|
+
/**
|
|
5422
|
+
* <p>The type of resource referencing the image.</p>
|
|
5423
|
+
* @public
|
|
5424
|
+
*/
|
|
5425
|
+
ResourceType?: ImageReferenceResourceType | undefined;
|
|
5426
|
+
/**
|
|
5427
|
+
* <p>The Amazon Resource Name (ARN) of the resource referencing the image.</p>
|
|
5428
|
+
* @public
|
|
5429
|
+
*/
|
|
5430
|
+
Arn?: string | undefined;
|
|
5431
|
+
}
|
|
5432
|
+
/**
|
|
5433
|
+
* @public
|
|
5434
|
+
*/
|
|
5435
|
+
export interface DescribeImageReferencesResult {
|
|
5436
|
+
/**
|
|
5437
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
5438
|
+
* are no more items to return.</p>
|
|
5439
|
+
* @public
|
|
5440
|
+
*/
|
|
5441
|
+
NextToken?: string | undefined;
|
|
5442
|
+
/**
|
|
5443
|
+
* <p>The resources that are referencing the specified images.</p>
|
|
5444
|
+
* @public
|
|
5445
|
+
*/
|
|
5446
|
+
ImageReferences?: ImageReference[] | undefined;
|
|
5447
|
+
}
|
|
5448
|
+
/**
|
|
5449
|
+
* @public
|
|
5450
|
+
*/
|
|
5451
|
+
export interface DescribeImagesRequest {
|
|
5452
|
+
/**
|
|
5453
|
+
* <p>Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, <code>self</code> (the sender of the request), or <code>all</code>
|
|
5454
|
+
* (public AMIs).</p>
|
|
4762
5455
|
* <ul>
|
|
4763
5456
|
* <li>
|
|
4764
5457
|
* <p>If you specify an Amazon Web Services account ID that is not your own, only AMIs shared
|
|
@@ -5390,153 +6083,437 @@ export interface DescribeImagesResult {
|
|
|
5390
6083
|
/**
|
|
5391
6084
|
* @public
|
|
5392
6085
|
*/
|
|
5393
|
-
export interface
|
|
6086
|
+
export interface DescribeImageUsageReportEntriesRequest {
|
|
5394
6087
|
/**
|
|
5395
|
-
* <p>
|
|
5396
|
-
*
|
|
5397
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6088
|
+
* <p>The IDs of the images for filtering the report entries. If specified, only report entries
|
|
6089
|
+
* containing these images are returned.</p>
|
|
5398
6090
|
* @public
|
|
5399
6091
|
*/
|
|
5400
|
-
|
|
6092
|
+
ImageIds?: string[] | undefined;
|
|
5401
6093
|
/**
|
|
5402
|
-
* <p>
|
|
5403
|
-
* <code>completed</code>, <code>deleting</code>, or <code>deleted</code>.</p>
|
|
6094
|
+
* <p>The IDs of the usage reports.</p>
|
|
5404
6095
|
* @public
|
|
5405
6096
|
*/
|
|
5406
|
-
|
|
6097
|
+
ReportIds?: string[] | undefined;
|
|
5407
6098
|
/**
|
|
5408
|
-
* <p>The
|
|
6099
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
5409
6100
|
* @public
|
|
5410
6101
|
*/
|
|
5411
|
-
|
|
6102
|
+
NextToken?: string | undefined;
|
|
5412
6103
|
/**
|
|
5413
|
-
* <p>The
|
|
6104
|
+
* <p>The filters.</p>
|
|
6105
|
+
* <ul>
|
|
6106
|
+
* <li>
|
|
6107
|
+
* <p>
|
|
6108
|
+
* <code>account-id</code> - A 12-digit Amazon Web Services account ID.</p>
|
|
6109
|
+
* </li>
|
|
6110
|
+
* <li>
|
|
6111
|
+
* <p>
|
|
6112
|
+
* <code>creation-time</code> - The time when the report was created, in the ISO 8601
|
|
6113
|
+
* format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example,
|
|
6114
|
+
* <code>2025-11-29T11:04:43.305Z</code>. You can use a wildcard (<code>*</code>), for
|
|
6115
|
+
* example, <code>2025-11-29T*</code>, which matches an entire day.</p>
|
|
6116
|
+
* </li>
|
|
6117
|
+
* <li>
|
|
6118
|
+
* <p>
|
|
6119
|
+
* <code>resource-type</code> - The resource type (<code>ec2:Instance</code> |
|
|
6120
|
+
* <code>ec2:LaunchTemplate</code>).</p>
|
|
6121
|
+
* </li>
|
|
6122
|
+
* </ul>
|
|
5414
6123
|
* @public
|
|
5415
6124
|
*/
|
|
5416
|
-
|
|
6125
|
+
Filters?: Filter[] | undefined;
|
|
5417
6126
|
/**
|
|
5418
|
-
* <p>
|
|
6127
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6128
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
6129
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5419
6130
|
* @public
|
|
5420
6131
|
*/
|
|
5421
|
-
|
|
5422
|
-
}
|
|
5423
|
-
/**
|
|
5424
|
-
* <p> The response information for license configurations.</p>
|
|
5425
|
-
* @public
|
|
5426
|
-
*/
|
|
5427
|
-
export interface ImportImageLicenseConfigurationResponse {
|
|
6132
|
+
DryRun?: boolean | undefined;
|
|
5428
6133
|
/**
|
|
5429
|
-
* <p>The
|
|
6134
|
+
* <p>The maximum number of items to return for this request.
|
|
6135
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
6136
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
5430
6137
|
* @public
|
|
5431
6138
|
*/
|
|
5432
|
-
|
|
6139
|
+
MaxResults?: number | undefined;
|
|
5433
6140
|
}
|
|
5434
6141
|
/**
|
|
5435
|
-
* <p>
|
|
6142
|
+
* <p>A single entry in an image usage report, detailing how an image is being used by a
|
|
6143
|
+
* specific Amazon Web Services account and resource type.</p>
|
|
5436
6144
|
* @public
|
|
5437
6145
|
*/
|
|
5438
|
-
export interface
|
|
6146
|
+
export interface ImageUsageReportEntry {
|
|
5439
6147
|
/**
|
|
5440
|
-
* <p>The
|
|
6148
|
+
* <p>The type of resource (<code>ec2:Instance</code> or
|
|
6149
|
+
* <code>ec2:LaunchTemplate</code>).</p>
|
|
5441
6150
|
* @public
|
|
5442
6151
|
*/
|
|
5443
|
-
|
|
6152
|
+
ResourceType?: string | undefined;
|
|
5444
6153
|
/**
|
|
5445
|
-
* <p>The
|
|
6154
|
+
* <p>The ID of the report.</p>
|
|
5446
6155
|
* @public
|
|
5447
6156
|
*/
|
|
5448
|
-
|
|
6157
|
+
ReportId?: string | undefined;
|
|
6158
|
+
/**
|
|
6159
|
+
* <p>The number of times resources of this type reference this image in the account.</p>
|
|
6160
|
+
* @public
|
|
6161
|
+
*/
|
|
6162
|
+
UsageCount?: number | undefined;
|
|
6163
|
+
/**
|
|
6164
|
+
* <p>The ID of the account that uses the image.</p>
|
|
6165
|
+
* @public
|
|
6166
|
+
*/
|
|
6167
|
+
AccountId?: string | undefined;
|
|
6168
|
+
/**
|
|
6169
|
+
* <p>The ID of the image.</p>
|
|
6170
|
+
* @public
|
|
6171
|
+
*/
|
|
6172
|
+
ImageId?: string | undefined;
|
|
6173
|
+
/**
|
|
6174
|
+
* <p>The date and time the report creation was initiated.</p>
|
|
6175
|
+
* @public
|
|
6176
|
+
*/
|
|
6177
|
+
ReportCreationTime?: Date | undefined;
|
|
5449
6178
|
}
|
|
5450
6179
|
/**
|
|
5451
|
-
* <p>Describes the snapshot created from the imported disk.</p>
|
|
5452
6180
|
* @public
|
|
5453
6181
|
*/
|
|
5454
|
-
export interface
|
|
6182
|
+
export interface DescribeImageUsageReportEntriesResult {
|
|
5455
6183
|
/**
|
|
5456
|
-
* <p>
|
|
6184
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
6185
|
+
* are no more items to return.</p>
|
|
5457
6186
|
* @public
|
|
5458
6187
|
*/
|
|
5459
|
-
|
|
6188
|
+
NextToken?: string | undefined;
|
|
5460
6189
|
/**
|
|
5461
|
-
* <p>The
|
|
6190
|
+
* <p>The content of the usage reports.</p>
|
|
5462
6191
|
* @public
|
|
5463
6192
|
*/
|
|
5464
|
-
|
|
6193
|
+
ImageUsageReportEntries?: ImageUsageReportEntry[] | undefined;
|
|
6194
|
+
}
|
|
6195
|
+
/**
|
|
6196
|
+
* @public
|
|
6197
|
+
*/
|
|
6198
|
+
export interface DescribeImageUsageReportsRequest {
|
|
5465
6199
|
/**
|
|
5466
|
-
* <p>The
|
|
6200
|
+
* <p>The IDs of the images for filtering the reports. If specified, only reports containing
|
|
6201
|
+
* these images are returned.</p>
|
|
5467
6202
|
* @public
|
|
5468
6203
|
*/
|
|
5469
|
-
|
|
6204
|
+
ImageIds?: string[] | undefined;
|
|
5470
6205
|
/**
|
|
5471
|
-
* <p>The
|
|
6206
|
+
* <p>The IDs of the image usage reports.</p>
|
|
5472
6207
|
* @public
|
|
5473
6208
|
*/
|
|
5474
|
-
|
|
6209
|
+
ReportIds?: string[] | undefined;
|
|
5475
6210
|
/**
|
|
5476
|
-
* <p>The
|
|
6211
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
5477
6212
|
* @public
|
|
5478
6213
|
*/
|
|
5479
|
-
|
|
6214
|
+
NextToken?: string | undefined;
|
|
5480
6215
|
/**
|
|
5481
|
-
* <p>The
|
|
6216
|
+
* <p>The filters.</p>
|
|
6217
|
+
* <ul>
|
|
6218
|
+
* <li>
|
|
6219
|
+
* <p>
|
|
6220
|
+
* <code>creation-time</code> - The time when the report was created, in the ISO 8601
|
|
6221
|
+
* format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example,
|
|
6222
|
+
* <code>2025-11-29T11:04:43.305Z</code>. You can use a wildcard (<code>*</code>), for
|
|
6223
|
+
* example, <code>2025-11-29T*</code>, which matches an entire day.</p>
|
|
6224
|
+
* </li>
|
|
6225
|
+
* <li>
|
|
6226
|
+
* <p>
|
|
6227
|
+
* <code>state</code> - The state of the report (<code>available</code> |
|
|
6228
|
+
* <code>pending</code> | <code>error</code>).</p>
|
|
6229
|
+
* </li>
|
|
6230
|
+
* </ul>
|
|
5482
6231
|
* @public
|
|
5483
6232
|
*/
|
|
5484
|
-
|
|
6233
|
+
Filters?: Filter[] | undefined;
|
|
5485
6234
|
/**
|
|
5486
|
-
* <p>
|
|
6235
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6236
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
6237
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5487
6238
|
* @public
|
|
5488
6239
|
*/
|
|
5489
|
-
|
|
6240
|
+
DryRun?: boolean | undefined;
|
|
5490
6241
|
/**
|
|
5491
|
-
* <p>
|
|
6242
|
+
* <p>The maximum number of items to return for this request.
|
|
6243
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
6244
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
5492
6245
|
* @public
|
|
5493
6246
|
*/
|
|
5494
|
-
|
|
6247
|
+
MaxResults?: number | undefined;
|
|
6248
|
+
}
|
|
6249
|
+
/**
|
|
6250
|
+
* <p>The options that affect the scope of the report.</p>
|
|
6251
|
+
* @public
|
|
6252
|
+
*/
|
|
6253
|
+
export interface ImageUsageResourceTypeOption {
|
|
5495
6254
|
/**
|
|
5496
|
-
* <p>The
|
|
6255
|
+
* <p>The name of the option.</p>
|
|
5497
6256
|
* @public
|
|
5498
6257
|
*/
|
|
5499
|
-
|
|
6258
|
+
OptionName?: string | undefined;
|
|
5500
6259
|
/**
|
|
5501
|
-
* <p>The
|
|
6260
|
+
* <p>The number of launch template versions to check.</p>
|
|
5502
6261
|
* @public
|
|
5503
6262
|
*/
|
|
5504
|
-
|
|
6263
|
+
OptionValues?: string[] | undefined;
|
|
5505
6264
|
}
|
|
5506
6265
|
/**
|
|
5507
|
-
* <p>
|
|
6266
|
+
* <p>A resource type to include in the report. Associated options can also be specified if the
|
|
6267
|
+
* resource type is a launch template.</p>
|
|
5508
6268
|
* @public
|
|
5509
6269
|
*/
|
|
5510
|
-
export interface
|
|
6270
|
+
export interface ImageUsageResourceType {
|
|
5511
6271
|
/**
|
|
5512
|
-
* <p>The
|
|
5513
|
-
* <p>Valid values: <code>
|
|
6272
|
+
* <p>The resource type.</p>
|
|
6273
|
+
* <p>Valid values: <code>ec2:Instance</code> | <code>ec2:LaunchTemplate</code>
|
|
5514
6274
|
* </p>
|
|
5515
6275
|
* @public
|
|
5516
6276
|
*/
|
|
5517
|
-
|
|
6277
|
+
ResourceType?: string | undefined;
|
|
5518
6278
|
/**
|
|
5519
|
-
* <p>
|
|
6279
|
+
* <p>The options that affect the scope of the report. Valid only when <code>ResourceType</code>
|
|
6280
|
+
* is <code>ec2:LaunchTemplate</code>.</p>
|
|
5520
6281
|
* @public
|
|
5521
6282
|
*/
|
|
5522
|
-
|
|
6283
|
+
ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
|
|
6284
|
+
}
|
|
6285
|
+
/**
|
|
6286
|
+
* <p>The configuration and status of an image usage report.</p>
|
|
6287
|
+
* @public
|
|
6288
|
+
*/
|
|
6289
|
+
export interface ImageUsageReport {
|
|
5523
6290
|
/**
|
|
5524
|
-
* <p>
|
|
6291
|
+
* <p>The ID of the image that was specified when the report was created.</p>
|
|
5525
6292
|
* @public
|
|
5526
6293
|
*/
|
|
5527
|
-
|
|
6294
|
+
ImageId?: string | undefined;
|
|
5528
6295
|
/**
|
|
5529
|
-
* <p>The
|
|
5530
|
-
* <p>Valid values: <code>xen</code>
|
|
5531
|
-
* </p>
|
|
6296
|
+
* <p>The ID of the report.</p>
|
|
5532
6297
|
* @public
|
|
5533
6298
|
*/
|
|
5534
|
-
|
|
6299
|
+
ReportId?: string | undefined;
|
|
5535
6300
|
/**
|
|
5536
|
-
* <p>The
|
|
6301
|
+
* <p>The resource types that were specified when the report was created.</p>
|
|
5537
6302
|
* @public
|
|
5538
6303
|
*/
|
|
5539
|
-
|
|
6304
|
+
ResourceTypes?: ImageUsageResourceType[] | undefined;
|
|
6305
|
+
/**
|
|
6306
|
+
* <p>The IDs of the Amazon Web Services accounts that were specified when the report was created.</p>
|
|
6307
|
+
* @public
|
|
6308
|
+
*/
|
|
6309
|
+
AccountIds?: string[] | undefined;
|
|
6310
|
+
/**
|
|
6311
|
+
* <p>The current state of the report. Possible values:</p>
|
|
6312
|
+
* <ul>
|
|
6313
|
+
* <li>
|
|
6314
|
+
* <p>
|
|
6315
|
+
* <code>available</code> - The report is available to view.</p>
|
|
6316
|
+
* </li>
|
|
6317
|
+
* <li>
|
|
6318
|
+
* <p>
|
|
6319
|
+
* <code>pending</code> - The report is being created and not available to view.</p>
|
|
6320
|
+
* </li>
|
|
6321
|
+
* <li>
|
|
6322
|
+
* <p>
|
|
6323
|
+
* <code>error</code> - The report could not be created.</p>
|
|
6324
|
+
* </li>
|
|
6325
|
+
* </ul>
|
|
6326
|
+
* @public
|
|
6327
|
+
*/
|
|
6328
|
+
State?: string | undefined;
|
|
6329
|
+
/**
|
|
6330
|
+
* <p>Provides additional details when the report is in an <code>error</code> state.</p>
|
|
6331
|
+
* @public
|
|
6332
|
+
*/
|
|
6333
|
+
StateReason?: string | undefined;
|
|
6334
|
+
/**
|
|
6335
|
+
* <p>The date and time when the report was created.</p>
|
|
6336
|
+
* @public
|
|
6337
|
+
*/
|
|
6338
|
+
CreationTime?: Date | undefined;
|
|
6339
|
+
/**
|
|
6340
|
+
* <p>The date and time when Amazon EC2 will delete the report (30 days after the report was
|
|
6341
|
+
* created).</p>
|
|
6342
|
+
* @public
|
|
6343
|
+
*/
|
|
6344
|
+
ExpirationTime?: Date | undefined;
|
|
6345
|
+
/**
|
|
6346
|
+
* <p>Any tags assigned to the report.</p>
|
|
6347
|
+
* @public
|
|
6348
|
+
*/
|
|
6349
|
+
Tags?: Tag[] | undefined;
|
|
6350
|
+
}
|
|
6351
|
+
/**
|
|
6352
|
+
* @public
|
|
6353
|
+
*/
|
|
6354
|
+
export interface DescribeImageUsageReportsResult {
|
|
6355
|
+
/**
|
|
6356
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
6357
|
+
* are no more items to return.</p>
|
|
6358
|
+
* @public
|
|
6359
|
+
*/
|
|
6360
|
+
NextToken?: string | undefined;
|
|
6361
|
+
/**
|
|
6362
|
+
* <p>The image usage reports.</p>
|
|
6363
|
+
* @public
|
|
6364
|
+
*/
|
|
6365
|
+
ImageUsageReports?: ImageUsageReport[] | undefined;
|
|
6366
|
+
}
|
|
6367
|
+
/**
|
|
6368
|
+
* @public
|
|
6369
|
+
*/
|
|
6370
|
+
export interface DescribeImportImageTasksRequest {
|
|
6371
|
+
/**
|
|
6372
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6373
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6374
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6375
|
+
* @public
|
|
6376
|
+
*/
|
|
6377
|
+
DryRun?: boolean | undefined;
|
|
6378
|
+
/**
|
|
6379
|
+
* <p>Filter tasks using the <code>task-state</code> filter and one of the following values: <code>active</code>,
|
|
6380
|
+
* <code>completed</code>, <code>deleting</code>, or <code>deleted</code>.</p>
|
|
6381
|
+
* @public
|
|
6382
|
+
*/
|
|
6383
|
+
Filters?: Filter[] | undefined;
|
|
6384
|
+
/**
|
|
6385
|
+
* <p>The IDs of the import image tasks.</p>
|
|
6386
|
+
* @public
|
|
6387
|
+
*/
|
|
6388
|
+
ImportTaskIds?: string[] | undefined;
|
|
6389
|
+
/**
|
|
6390
|
+
* <p>The maximum number of results to return in a single call.</p>
|
|
6391
|
+
* @public
|
|
6392
|
+
*/
|
|
6393
|
+
MaxResults?: number | undefined;
|
|
6394
|
+
/**
|
|
6395
|
+
* <p>A token that indicates the next page of results.</p>
|
|
6396
|
+
* @public
|
|
6397
|
+
*/
|
|
6398
|
+
NextToken?: string | undefined;
|
|
6399
|
+
}
|
|
6400
|
+
/**
|
|
6401
|
+
* <p> The response information for license configurations.</p>
|
|
6402
|
+
* @public
|
|
6403
|
+
*/
|
|
6404
|
+
export interface ImportImageLicenseConfigurationResponse {
|
|
6405
|
+
/**
|
|
6406
|
+
* <p>The ARN of a license configuration.</p>
|
|
6407
|
+
* @public
|
|
6408
|
+
*/
|
|
6409
|
+
LicenseConfigurationArn?: string | undefined;
|
|
6410
|
+
}
|
|
6411
|
+
/**
|
|
6412
|
+
* <p>Describes the Amazon S3 bucket for the disk image.</p>
|
|
6413
|
+
* @public
|
|
6414
|
+
*/
|
|
6415
|
+
export interface UserBucketDetails {
|
|
6416
|
+
/**
|
|
6417
|
+
* <p>The Amazon S3 bucket from which the disk image was created.</p>
|
|
6418
|
+
* @public
|
|
6419
|
+
*/
|
|
6420
|
+
S3Bucket?: string | undefined;
|
|
6421
|
+
/**
|
|
6422
|
+
* <p>The file name of the disk image.</p>
|
|
6423
|
+
* @public
|
|
6424
|
+
*/
|
|
6425
|
+
S3Key?: string | undefined;
|
|
6426
|
+
}
|
|
6427
|
+
/**
|
|
6428
|
+
* <p>Describes the snapshot created from the imported disk.</p>
|
|
6429
|
+
* @public
|
|
6430
|
+
*/
|
|
6431
|
+
export interface SnapshotDetail {
|
|
6432
|
+
/**
|
|
6433
|
+
* <p>A description for the snapshot.</p>
|
|
6434
|
+
* @public
|
|
6435
|
+
*/
|
|
6436
|
+
Description?: string | undefined;
|
|
6437
|
+
/**
|
|
6438
|
+
* <p>The block device mapping for the snapshot.</p>
|
|
6439
|
+
* @public
|
|
6440
|
+
*/
|
|
6441
|
+
DeviceName?: string | undefined;
|
|
6442
|
+
/**
|
|
6443
|
+
* <p>The size of the disk in the snapshot, in GiB.</p>
|
|
6444
|
+
* @public
|
|
6445
|
+
*/
|
|
6446
|
+
DiskImageSize?: number | undefined;
|
|
6447
|
+
/**
|
|
6448
|
+
* <p>The format of the disk image from which the snapshot is created.</p>
|
|
6449
|
+
* @public
|
|
6450
|
+
*/
|
|
6451
|
+
Format?: string | undefined;
|
|
6452
|
+
/**
|
|
6453
|
+
* <p>The percentage of progress for the task.</p>
|
|
6454
|
+
* @public
|
|
6455
|
+
*/
|
|
6456
|
+
Progress?: string | undefined;
|
|
6457
|
+
/**
|
|
6458
|
+
* <p>The snapshot ID of the disk being imported.</p>
|
|
6459
|
+
* @public
|
|
6460
|
+
*/
|
|
6461
|
+
SnapshotId?: string | undefined;
|
|
6462
|
+
/**
|
|
6463
|
+
* <p>A brief status of the snapshot creation.</p>
|
|
6464
|
+
* @public
|
|
6465
|
+
*/
|
|
6466
|
+
Status?: string | undefined;
|
|
6467
|
+
/**
|
|
6468
|
+
* <p>A detailed status message for the snapshot creation.</p>
|
|
6469
|
+
* @public
|
|
6470
|
+
*/
|
|
6471
|
+
StatusMessage?: string | undefined;
|
|
6472
|
+
/**
|
|
6473
|
+
* <p>The URL used to access the disk image.</p>
|
|
6474
|
+
* @public
|
|
6475
|
+
*/
|
|
6476
|
+
Url?: string | undefined;
|
|
6477
|
+
/**
|
|
6478
|
+
* <p>The Amazon S3 bucket for the disk image.</p>
|
|
6479
|
+
* @public
|
|
6480
|
+
*/
|
|
6481
|
+
UserBucket?: UserBucketDetails | undefined;
|
|
6482
|
+
}
|
|
6483
|
+
/**
|
|
6484
|
+
* <p>Describes an import image task.</p>
|
|
6485
|
+
* @public
|
|
6486
|
+
*/
|
|
6487
|
+
export interface ImportImageTask {
|
|
6488
|
+
/**
|
|
6489
|
+
* <p>The architecture of the virtual machine.</p>
|
|
6490
|
+
* <p>Valid values: <code>i386</code> | <code>x86_64</code> | <code>arm64</code>
|
|
6491
|
+
* </p>
|
|
6492
|
+
* @public
|
|
6493
|
+
*/
|
|
6494
|
+
Architecture?: string | undefined;
|
|
6495
|
+
/**
|
|
6496
|
+
* <p>A description of the import task.</p>
|
|
6497
|
+
* @public
|
|
6498
|
+
*/
|
|
6499
|
+
Description?: string | undefined;
|
|
6500
|
+
/**
|
|
6501
|
+
* <p>Indicates whether the image is encrypted.</p>
|
|
6502
|
+
* @public
|
|
6503
|
+
*/
|
|
6504
|
+
Encrypted?: boolean | undefined;
|
|
6505
|
+
/**
|
|
6506
|
+
* <p>The target hypervisor for the import task.</p>
|
|
6507
|
+
* <p>Valid values: <code>xen</code>
|
|
6508
|
+
* </p>
|
|
6509
|
+
* @public
|
|
6510
|
+
*/
|
|
6511
|
+
Hypervisor?: string | undefined;
|
|
6512
|
+
/**
|
|
6513
|
+
* <p>The ID of the Amazon Machine Image (AMI) of the imported virtual machine.</p>
|
|
6514
|
+
* @public
|
|
6515
|
+
*/
|
|
6516
|
+
ImageId?: string | undefined;
|
|
5540
6517
|
/**
|
|
5541
6518
|
* <p>The ID of the import image task.</p>
|
|
5542
6519
|
* @public
|
|
@@ -9448,1332 +10425,673 @@ export interface EbsOptimizedInfo {
|
|
|
9448
10425
|
* @public
|
|
9449
10426
|
*/
|
|
9450
10427
|
MaximumIops?: number | undefined;
|
|
9451
|
-
}
|
|
9452
|
-
/**
|
|
9453
|
-
* @public
|
|
9454
|
-
* @enum
|
|
9455
|
-
*/
|
|
9456
|
-
export declare const EbsOptimizedSupport: {
|
|
9457
|
-
readonly default: "default";
|
|
9458
|
-
readonly supported: "supported";
|
|
9459
|
-
readonly unsupported: "unsupported";
|
|
9460
|
-
};
|
|
9461
|
-
/**
|
|
9462
|
-
* @public
|
|
9463
|
-
*/
|
|
9464
|
-
export type EbsOptimizedSupport = (typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
|
|
9465
|
-
/**
|
|
9466
|
-
* @public
|
|
9467
|
-
* @enum
|
|
9468
|
-
*/
|
|
9469
|
-
export declare const EbsEncryptionSupport: {
|
|
9470
|
-
readonly supported: "supported";
|
|
9471
|
-
readonly unsupported: "unsupported";
|
|
9472
|
-
};
|
|
9473
|
-
/**
|
|
9474
|
-
* @public
|
|
9475
|
-
*/
|
|
9476
|
-
export type EbsEncryptionSupport = (typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
9477
|
-
/**
|
|
9478
|
-
* @public
|
|
9479
|
-
* @enum
|
|
9480
|
-
*/
|
|
9481
|
-
export declare const EbsNvmeSupport: {
|
|
9482
|
-
readonly REQUIRED: "required";
|
|
9483
|
-
readonly SUPPORTED: "supported";
|
|
9484
|
-
readonly UNSUPPORTED: "unsupported";
|
|
9485
|
-
};
|
|
9486
|
-
/**
|
|
9487
|
-
* @public
|
|
9488
|
-
*/
|
|
9489
|
-
export type EbsNvmeSupport = (typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
9490
|
-
/**
|
|
9491
|
-
* <p>Describes the Amazon EBS features supported by the instance type.</p>
|
|
9492
|
-
* @public
|
|
9493
|
-
*/
|
|
9494
|
-
export interface EbsInfo {
|
|
9495
|
-
/**
|
|
9496
|
-
* <p>Indicates whether the instance type is Amazon EBS-optimized. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html">Amazon EBS-optimized
|
|
9497
|
-
* instances</a> in <i>Amazon EC2 User Guide</i>.</p>
|
|
9498
|
-
* @public
|
|
9499
|
-
*/
|
|
9500
|
-
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
9501
|
-
/**
|
|
9502
|
-
* <p>Indicates whether Amazon EBS encryption is supported.</p>
|
|
9503
|
-
* @public
|
|
9504
|
-
*/
|
|
9505
|
-
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
9506
|
-
/**
|
|
9507
|
-
* <p>Describes the optimized EBS performance for the instance type.</p>
|
|
9508
|
-
* @public
|
|
9509
|
-
*/
|
|
9510
|
-
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
9511
|
-
/**
|
|
9512
|
-
* <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
|
|
9513
|
-
* @public
|
|
9514
|
-
*/
|
|
9515
|
-
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
9516
|
-
}
|
|
9517
|
-
/**
|
|
9518
|
-
* <p>Describes the memory for the FPGA accelerator for the instance type.</p>
|
|
9519
|
-
* @public
|
|
9520
|
-
*/
|
|
9521
|
-
export interface FpgaDeviceMemoryInfo {
|
|
9522
|
-
/**
|
|
9523
|
-
* <p>The size of the memory available to the FPGA accelerator, in MiB.</p>
|
|
9524
|
-
* @public
|
|
9525
|
-
*/
|
|
9526
|
-
SizeInMiB?: number | undefined;
|
|
9527
|
-
}
|
|
9528
|
-
/**
|
|
9529
|
-
* <p>Describes the FPGA accelerator for the instance type.</p>
|
|
9530
|
-
* @public
|
|
9531
|
-
*/
|
|
9532
|
-
export interface FpgaDeviceInfo {
|
|
9533
|
-
/**
|
|
9534
|
-
* <p>The name of the FPGA accelerator.</p>
|
|
9535
|
-
* @public
|
|
9536
|
-
*/
|
|
9537
|
-
Name?: string | undefined;
|
|
9538
|
-
/**
|
|
9539
|
-
* <p>The manufacturer of the FPGA accelerator.</p>
|
|
9540
|
-
* @public
|
|
9541
|
-
*/
|
|
9542
|
-
Manufacturer?: string | undefined;
|
|
9543
|
-
/**
|
|
9544
|
-
* <p>The count of FPGA accelerators for the instance type.</p>
|
|
9545
|
-
* @public
|
|
9546
|
-
*/
|
|
9547
|
-
Count?: number | undefined;
|
|
9548
|
-
/**
|
|
9549
|
-
* <p>Describes the memory for the FPGA accelerator for the instance type.</p>
|
|
9550
|
-
* @public
|
|
9551
|
-
*/
|
|
9552
|
-
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
9553
|
-
}
|
|
9554
|
-
/**
|
|
9555
|
-
* <p>Describes the FPGAs for the instance type.</p>
|
|
9556
|
-
* @public
|
|
9557
|
-
*/
|
|
9558
|
-
export interface FpgaInfo {
|
|
9559
|
-
/**
|
|
9560
|
-
* <p>Describes the FPGAs for the instance type.</p>
|
|
9561
|
-
* @public
|
|
9562
|
-
*/
|
|
9563
|
-
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
9564
|
-
/**
|
|
9565
|
-
* <p>The total memory of all FPGA accelerators for the instance type.</p>
|
|
9566
|
-
* @public
|
|
9567
|
-
*/
|
|
9568
|
-
TotalFpgaMemoryInMiB?: number | undefined;
|
|
9569
|
-
}
|
|
9570
|
-
/**
|
|
9571
|
-
* <p>Describes the memory available to the GPU accelerator.</p>
|
|
9572
|
-
* @public
|
|
9573
|
-
*/
|
|
9574
|
-
export interface GpuDeviceMemoryInfo {
|
|
9575
|
-
/**
|
|
9576
|
-
* <p>The size of the memory available to the GPU accelerator, in MiB.</p>
|
|
9577
|
-
* @public
|
|
9578
|
-
*/
|
|
9579
|
-
SizeInMiB?: number | undefined;
|
|
9580
|
-
}
|
|
9581
|
-
/**
|
|
9582
|
-
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
9583
|
-
* @public
|
|
9584
|
-
*/
|
|
9585
|
-
export interface GpuDeviceInfo {
|
|
9586
|
-
/**
|
|
9587
|
-
* <p>The name of the GPU accelerator.</p>
|
|
9588
|
-
* @public
|
|
9589
|
-
*/
|
|
9590
|
-
Name?: string | undefined;
|
|
9591
|
-
/**
|
|
9592
|
-
* <p>The manufacturer of the GPU accelerator.</p>
|
|
9593
|
-
* @public
|
|
9594
|
-
*/
|
|
9595
|
-
Manufacturer?: string | undefined;
|
|
9596
|
-
/**
|
|
9597
|
-
* <p>The number of GPUs for the instance type.</p>
|
|
9598
|
-
* @public
|
|
9599
|
-
*/
|
|
9600
|
-
Count?: number | undefined;
|
|
9601
|
-
/**
|
|
9602
|
-
* <p>Describes the memory available to the GPU accelerator.</p>
|
|
9603
|
-
* @public
|
|
9604
|
-
*/
|
|
9605
|
-
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
9606
|
-
}
|
|
9607
|
-
/**
|
|
9608
|
-
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
9609
|
-
* @public
|
|
9610
|
-
*/
|
|
9611
|
-
export interface GpuInfo {
|
|
9612
|
-
/**
|
|
9613
|
-
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
9614
|
-
* @public
|
|
9615
|
-
*/
|
|
9616
|
-
Gpus?: GpuDeviceInfo[] | undefined;
|
|
9617
|
-
/**
|
|
9618
|
-
* <p>The total size of the memory for the GPU accelerators for the instance type, in MiB.</p>
|
|
9619
|
-
* @public
|
|
9620
|
-
*/
|
|
9621
|
-
TotalGpuMemoryInMiB?: number | undefined;
|
|
9622
|
-
}
|
|
9623
|
-
/**
|
|
9624
|
-
* @public
|
|
9625
|
-
* @enum
|
|
9626
|
-
*/
|
|
9627
|
-
export declare const InstanceTypeHypervisor: {
|
|
9628
|
-
readonly NITRO: "nitro";
|
|
9629
|
-
readonly XEN: "xen";
|
|
9630
|
-
};
|
|
9631
|
-
/**
|
|
9632
|
-
* @public
|
|
9633
|
-
*/
|
|
9634
|
-
export type InstanceTypeHypervisor = (typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
9635
|
-
/**
|
|
9636
|
-
* <note>
|
|
9637
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
9638
|
-
* </note>
|
|
9639
|
-
* <p>Describes the memory available to the inference accelerator.</p>
|
|
9640
|
-
* @public
|
|
9641
|
-
*/
|
|
9642
|
-
export interface InferenceDeviceMemoryInfo {
|
|
9643
|
-
/**
|
|
9644
|
-
* <p>The size of the memory available to the inference accelerator, in MiB.</p>
|
|
9645
|
-
* @public
|
|
9646
|
-
*/
|
|
9647
|
-
SizeInMiB?: number | undefined;
|
|
9648
|
-
}
|
|
9649
|
-
/**
|
|
9650
|
-
* <note>
|
|
9651
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
9652
|
-
* </note>
|
|
9653
|
-
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
9654
|
-
* @public
|
|
9655
|
-
*/
|
|
9656
|
-
export interface InferenceDeviceInfo {
|
|
9657
|
-
/**
|
|
9658
|
-
* <p>The number of Inference accelerators for the instance type.</p>
|
|
9659
|
-
* @public
|
|
9660
|
-
*/
|
|
9661
|
-
Count?: number | undefined;
|
|
9662
|
-
/**
|
|
9663
|
-
* <p>The name of the Inference accelerator.</p>
|
|
9664
|
-
* @public
|
|
9665
|
-
*/
|
|
9666
|
-
Name?: string | undefined;
|
|
9667
|
-
/**
|
|
9668
|
-
* <p>The manufacturer of the Inference accelerator.</p>
|
|
9669
|
-
* @public
|
|
9670
|
-
*/
|
|
9671
|
-
Manufacturer?: string | undefined;
|
|
9672
|
-
/**
|
|
9673
|
-
* <p>Describes the memory available to the inference accelerator.</p>
|
|
9674
|
-
* @public
|
|
9675
|
-
*/
|
|
9676
|
-
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
9677
|
-
}
|
|
9678
|
-
/**
|
|
9679
|
-
* <note>
|
|
9680
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
9681
|
-
* </note>
|
|
9682
|
-
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
9683
|
-
* @public
|
|
9684
|
-
*/
|
|
9685
|
-
export interface InferenceAcceleratorInfo {
|
|
9686
|
-
/**
|
|
9687
|
-
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
9688
|
-
* @public
|
|
9689
|
-
*/
|
|
9690
|
-
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
9691
|
-
/**
|
|
9692
|
-
* <p>The total size of the memory for the inference accelerators for the instance type, in
|
|
9693
|
-
* MiB.</p>
|
|
9694
|
-
* @public
|
|
9695
|
-
*/
|
|
9696
|
-
TotalInferenceMemoryInMiB?: number | undefined;
|
|
9697
|
-
}
|
|
9698
|
-
/**
|
|
9699
|
-
* @public
|
|
9700
|
-
* @enum
|
|
9701
|
-
*/
|
|
9702
|
-
export declare const DiskType: {
|
|
9703
|
-
readonly hdd: "hdd";
|
|
9704
|
-
readonly ssd: "ssd";
|
|
9705
|
-
};
|
|
9706
|
-
/**
|
|
9707
|
-
* @public
|
|
9708
|
-
*/
|
|
9709
|
-
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
9710
|
-
/**
|
|
9711
|
-
* <p>Describes a disk.</p>
|
|
9712
|
-
* @public
|
|
9713
|
-
*/
|
|
9714
|
-
export interface DiskInfo {
|
|
9715
|
-
/**
|
|
9716
|
-
* <p>The size of the disk in GB.</p>
|
|
9717
|
-
* @public
|
|
9718
|
-
*/
|
|
9719
|
-
SizeInGB?: number | undefined;
|
|
9720
|
-
/**
|
|
9721
|
-
* <p>The number of disks with this configuration.</p>
|
|
9722
|
-
* @public
|
|
9723
|
-
*/
|
|
9724
|
-
Count?: number | undefined;
|
|
9725
|
-
/**
|
|
9726
|
-
* <p>The type of disk.</p>
|
|
9727
|
-
* @public
|
|
9728
|
-
*/
|
|
9729
|
-
Type?: DiskType | undefined;
|
|
9730
|
-
}
|
|
9731
|
-
/**
|
|
9732
|
-
* @public
|
|
9733
|
-
* @enum
|
|
9734
|
-
*/
|
|
9735
|
-
export declare const InstanceStorageEncryptionSupport: {
|
|
9736
|
-
readonly required: "required";
|
|
9737
|
-
readonly unsupported: "unsupported";
|
|
9738
|
-
};
|
|
9739
|
-
/**
|
|
9740
|
-
* @public
|
|
9741
|
-
*/
|
|
9742
|
-
export type InstanceStorageEncryptionSupport = (typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
9743
|
-
/**
|
|
9744
|
-
* @public
|
|
9745
|
-
* @enum
|
|
9746
|
-
*/
|
|
9747
|
-
export declare const EphemeralNvmeSupport: {
|
|
9748
|
-
readonly REQUIRED: "required";
|
|
9749
|
-
readonly SUPPORTED: "supported";
|
|
9750
|
-
readonly UNSUPPORTED: "unsupported";
|
|
9751
|
-
};
|
|
9752
|
-
/**
|
|
9753
|
-
* @public
|
|
9754
|
-
*/
|
|
9755
|
-
export type EphemeralNvmeSupport = (typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
9756
|
-
/**
|
|
9757
|
-
* <p>Describes the instance store features that are supported by the instance type.</p>
|
|
9758
|
-
* @public
|
|
9759
|
-
*/
|
|
9760
|
-
export interface InstanceStorageInfo {
|
|
9761
|
-
/**
|
|
9762
|
-
* <p>The total size of the disks, in GB.</p>
|
|
9763
|
-
* @public
|
|
9764
|
-
*/
|
|
9765
|
-
TotalSizeInGB?: number | undefined;
|
|
9766
|
-
/**
|
|
9767
|
-
* <p>Describes the disks that are available for the instance type.</p>
|
|
9768
|
-
* @public
|
|
9769
|
-
*/
|
|
9770
|
-
Disks?: DiskInfo[] | undefined;
|
|
9771
|
-
/**
|
|
9772
|
-
* <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
|
|
9773
|
-
* @public
|
|
9774
|
-
*/
|
|
9775
|
-
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
9776
|
-
/**
|
|
9777
|
-
* <p>Indicates whether data is encrypted at rest.</p>
|
|
9778
|
-
* @public
|
|
9779
|
-
*/
|
|
9780
|
-
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
9781
|
-
}
|
|
9782
|
-
/**
|
|
9783
|
-
* <p>Describes the memory available to the media accelerator.</p>
|
|
9784
|
-
* @public
|
|
9785
|
-
*/
|
|
9786
|
-
export interface MediaDeviceMemoryInfo {
|
|
9787
|
-
/**
|
|
9788
|
-
* <p>The size of the memory available to each media accelerator, in MiB.</p>
|
|
9789
|
-
* @public
|
|
9790
|
-
*/
|
|
9791
|
-
SizeInMiB?: number | undefined;
|
|
9792
|
-
}
|
|
9793
|
-
/**
|
|
9794
|
-
* <p>Describes the media accelerators for the instance type.</p>
|
|
9795
|
-
* @public
|
|
9796
|
-
*/
|
|
9797
|
-
export interface MediaDeviceInfo {
|
|
9798
|
-
/**
|
|
9799
|
-
* <p>The number of media accelerators for the instance type.</p>
|
|
9800
|
-
* @public
|
|
9801
|
-
*/
|
|
9802
|
-
Count?: number | undefined;
|
|
9803
|
-
/**
|
|
9804
|
-
* <p>The name of the media accelerator.</p>
|
|
9805
|
-
* @public
|
|
9806
|
-
*/
|
|
9807
|
-
Name?: string | undefined;
|
|
9808
|
-
/**
|
|
9809
|
-
* <p>The manufacturer of the media accelerator.</p>
|
|
9810
|
-
* @public
|
|
9811
|
-
*/
|
|
9812
|
-
Manufacturer?: string | undefined;
|
|
9813
|
-
/**
|
|
9814
|
-
* <p>Describes the memory available to the media accelerator.</p>
|
|
9815
|
-
* @public
|
|
9816
|
-
*/
|
|
9817
|
-
MemoryInfo?: MediaDeviceMemoryInfo | undefined;
|
|
9818
|
-
}
|
|
9819
|
-
/**
|
|
9820
|
-
* <p>Describes the media accelerators for the instance type.</p>
|
|
9821
|
-
* @public
|
|
9822
|
-
*/
|
|
9823
|
-
export interface MediaAcceleratorInfo {
|
|
9824
|
-
/**
|
|
9825
|
-
* <p>Describes the media accelerators for the instance type.</p>
|
|
9826
|
-
* @public
|
|
9827
|
-
*/
|
|
9828
|
-
Accelerators?: MediaDeviceInfo[] | undefined;
|
|
9829
|
-
/**
|
|
9830
|
-
* <p>The total size of the memory for the media accelerators for the instance type, in
|
|
9831
|
-
* MiB.</p>
|
|
9832
|
-
* @public
|
|
9833
|
-
*/
|
|
9834
|
-
TotalMediaMemoryInMiB?: number | undefined;
|
|
9835
|
-
}
|
|
9836
|
-
/**
|
|
9837
|
-
* <p>Describes the memory for the instance type.</p>
|
|
9838
|
-
* @public
|
|
9839
|
-
*/
|
|
9840
|
-
export interface MemoryInfo {
|
|
9841
|
-
/**
|
|
9842
|
-
* <p>The size of the memory, in MiB.</p>
|
|
9843
|
-
* @public
|
|
9844
|
-
*/
|
|
9845
|
-
SizeInMiB?: number | undefined;
|
|
9846
|
-
}
|
|
9847
|
-
/**
|
|
9848
|
-
* @public
|
|
9849
|
-
* @enum
|
|
9850
|
-
*/
|
|
9851
|
-
export declare const BandwidthWeightingType: {
|
|
9852
|
-
readonly DEFAULT: "default";
|
|
9853
|
-
readonly EBS_1: "ebs-1";
|
|
9854
|
-
readonly VPC_1: "vpc-1";
|
|
9855
|
-
};
|
|
10428
|
+
}
|
|
9856
10429
|
/**
|
|
9857
10430
|
* @public
|
|
10431
|
+
* @enum
|
|
9858
10432
|
*/
|
|
9859
|
-
export
|
|
10433
|
+
export declare const EbsOptimizedSupport: {
|
|
10434
|
+
readonly default: "default";
|
|
10435
|
+
readonly supported: "supported";
|
|
10436
|
+
readonly unsupported: "unsupported";
|
|
10437
|
+
};
|
|
9860
10438
|
/**
|
|
9861
|
-
* <p>Describes the Elastic Fabric Adapters for the instance type.</p>
|
|
9862
10439
|
* @public
|
|
9863
10440
|
*/
|
|
9864
|
-
export
|
|
9865
|
-
/**
|
|
9866
|
-
* <p>The maximum number of Elastic Fabric Adapters for the instance type.</p>
|
|
9867
|
-
* @public
|
|
9868
|
-
*/
|
|
9869
|
-
MaximumEfaInterfaces?: number | undefined;
|
|
9870
|
-
}
|
|
10441
|
+
export type EbsOptimizedSupport = (typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
|
|
9871
10442
|
/**
|
|
9872
10443
|
* @public
|
|
9873
10444
|
* @enum
|
|
9874
10445
|
*/
|
|
9875
|
-
export declare const
|
|
9876
|
-
readonly required: "required";
|
|
10446
|
+
export declare const EbsEncryptionSupport: {
|
|
9877
10447
|
readonly supported: "supported";
|
|
9878
10448
|
readonly unsupported: "unsupported";
|
|
9879
10449
|
};
|
|
9880
10450
|
/**
|
|
9881
10451
|
* @public
|
|
9882
10452
|
*/
|
|
9883
|
-
export type
|
|
10453
|
+
export type EbsEncryptionSupport = (typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
9884
10454
|
/**
|
|
9885
10455
|
* @public
|
|
9886
10456
|
* @enum
|
|
9887
10457
|
*/
|
|
9888
|
-
export declare const
|
|
10458
|
+
export declare const EbsNvmeSupport: {
|
|
10459
|
+
readonly REQUIRED: "required";
|
|
9889
10460
|
readonly SUPPORTED: "supported";
|
|
9890
10461
|
readonly UNSUPPORTED: "unsupported";
|
|
9891
10462
|
};
|
|
9892
10463
|
/**
|
|
9893
10464
|
* @public
|
|
9894
10465
|
*/
|
|
9895
|
-
export type
|
|
10466
|
+
export type EbsNvmeSupport = (typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
9896
10467
|
/**
|
|
9897
|
-
* <p>Describes the
|
|
10468
|
+
* <p>Describes the Amazon EBS features supported by the instance type.</p>
|
|
9898
10469
|
* @public
|
|
9899
10470
|
*/
|
|
9900
|
-
export interface
|
|
9901
|
-
/**
|
|
9902
|
-
* <p>The index of the network card.</p>
|
|
9903
|
-
* @public
|
|
9904
|
-
*/
|
|
9905
|
-
NetworkCardIndex?: number | undefined;
|
|
9906
|
-
/**
|
|
9907
|
-
* <p>The network performance of the network card.</p>
|
|
9908
|
-
* @public
|
|
9909
|
-
*/
|
|
9910
|
-
NetworkPerformance?: string | undefined;
|
|
9911
|
-
/**
|
|
9912
|
-
* <p>The maximum number of network interfaces for the network card.</p>
|
|
9913
|
-
* @public
|
|
9914
|
-
*/
|
|
9915
|
-
MaximumNetworkInterfaces?: number | undefined;
|
|
9916
|
-
/**
|
|
9917
|
-
* <p>The baseline network performance of the network card, in Gbps.</p>
|
|
9918
|
-
* @public
|
|
9919
|
-
*/
|
|
9920
|
-
BaselineBandwidthInGbps?: number | undefined;
|
|
10471
|
+
export interface EbsInfo {
|
|
9921
10472
|
/**
|
|
9922
|
-
* <p>
|
|
10473
|
+
* <p>Indicates whether the instance type is Amazon EBS-optimized. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html">Amazon EBS-optimized
|
|
10474
|
+
* instances</a> in <i>Amazon EC2 User Guide</i>.</p>
|
|
9923
10475
|
* @public
|
|
9924
10476
|
*/
|
|
9925
|
-
|
|
10477
|
+
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
9926
10478
|
/**
|
|
9927
|
-
* <p>
|
|
10479
|
+
* <p>Indicates whether Amazon EBS encryption is supported.</p>
|
|
9928
10480
|
* @public
|
|
9929
10481
|
*/
|
|
9930
|
-
|
|
10482
|
+
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
9931
10483
|
/**
|
|
9932
|
-
* <p>
|
|
10484
|
+
* <p>Describes the optimized EBS performance for the instance type.</p>
|
|
9933
10485
|
* @public
|
|
9934
10486
|
*/
|
|
9935
|
-
|
|
10487
|
+
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
9936
10488
|
/**
|
|
9937
|
-
* <p>
|
|
10489
|
+
* <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
|
|
9938
10490
|
* @public
|
|
9939
10491
|
*/
|
|
9940
|
-
|
|
10492
|
+
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
9941
10493
|
}
|
|
9942
10494
|
/**
|
|
9943
|
-
* <p>Describes the
|
|
10495
|
+
* <p>Describes the memory for the FPGA accelerator for the instance type.</p>
|
|
9944
10496
|
* @public
|
|
9945
10497
|
*/
|
|
9946
|
-
export interface
|
|
9947
|
-
/**
|
|
9948
|
-
* <p>The network performance.</p>
|
|
9949
|
-
* @public
|
|
9950
|
-
*/
|
|
9951
|
-
NetworkPerformance?: string | undefined;
|
|
9952
|
-
/**
|
|
9953
|
-
* <p>The maximum number of network interfaces for the instance type.</p>
|
|
9954
|
-
* @public
|
|
9955
|
-
*/
|
|
9956
|
-
MaximumNetworkInterfaces?: number | undefined;
|
|
9957
|
-
/**
|
|
9958
|
-
* <p>The maximum number of physical network cards that can be allocated to the instance.</p>
|
|
9959
|
-
* @public
|
|
9960
|
-
*/
|
|
9961
|
-
MaximumNetworkCards?: number | undefined;
|
|
9962
|
-
/**
|
|
9963
|
-
* <p>The index of the default network card, starting at 0.</p>
|
|
9964
|
-
* @public
|
|
9965
|
-
*/
|
|
9966
|
-
DefaultNetworkCardIndex?: number | undefined;
|
|
9967
|
-
/**
|
|
9968
|
-
* <p>Describes the network cards for the instance type.</p>
|
|
9969
|
-
* @public
|
|
9970
|
-
*/
|
|
9971
|
-
NetworkCards?: NetworkCardInfo[] | undefined;
|
|
9972
|
-
/**
|
|
9973
|
-
* <p>The maximum number of IPv4 addresses per network interface.</p>
|
|
9974
|
-
* @public
|
|
9975
|
-
*/
|
|
9976
|
-
Ipv4AddressesPerInterface?: number | undefined;
|
|
9977
|
-
/**
|
|
9978
|
-
* <p>The maximum number of IPv6 addresses per network interface.</p>
|
|
9979
|
-
* @public
|
|
9980
|
-
*/
|
|
9981
|
-
Ipv6AddressesPerInterface?: number | undefined;
|
|
9982
|
-
/**
|
|
9983
|
-
* <p>Indicates whether IPv6 is supported.</p>
|
|
9984
|
-
* @public
|
|
9985
|
-
*/
|
|
9986
|
-
Ipv6Supported?: boolean | undefined;
|
|
9987
|
-
/**
|
|
9988
|
-
* <p>Indicates whether Elastic Network Adapter (ENA) is supported.</p>
|
|
9989
|
-
* @public
|
|
9990
|
-
*/
|
|
9991
|
-
EnaSupport?: EnaSupport | undefined;
|
|
9992
|
-
/**
|
|
9993
|
-
* <p>Indicates whether Elastic Fabric Adapter (EFA) is supported.</p>
|
|
9994
|
-
* @public
|
|
9995
|
-
*/
|
|
9996
|
-
EfaSupported?: boolean | undefined;
|
|
10498
|
+
export interface FpgaDeviceMemoryInfo {
|
|
9997
10499
|
/**
|
|
9998
|
-
* <p>
|
|
10500
|
+
* <p>The size of the memory available to the FPGA accelerator, in MiB.</p>
|
|
9999
10501
|
* @public
|
|
10000
10502
|
*/
|
|
10001
|
-
|
|
10503
|
+
SizeInMiB?: number | undefined;
|
|
10504
|
+
}
|
|
10505
|
+
/**
|
|
10506
|
+
* <p>Describes the FPGA accelerator for the instance type.</p>
|
|
10507
|
+
* @public
|
|
10508
|
+
*/
|
|
10509
|
+
export interface FpgaDeviceInfo {
|
|
10002
10510
|
/**
|
|
10003
|
-
* <p>
|
|
10004
|
-
* instances.</p>
|
|
10511
|
+
* <p>The name of the FPGA accelerator.</p>
|
|
10005
10512
|
* @public
|
|
10006
10513
|
*/
|
|
10007
|
-
|
|
10514
|
+
Name?: string | undefined;
|
|
10008
10515
|
/**
|
|
10009
|
-
* <p>
|
|
10010
|
-
* and minimize tail latency of network traffic between EC2 instances.</p>
|
|
10516
|
+
* <p>The manufacturer of the FPGA accelerator.</p>
|
|
10011
10517
|
* @public
|
|
10012
10518
|
*/
|
|
10013
|
-
|
|
10519
|
+
Manufacturer?: string | undefined;
|
|
10014
10520
|
/**
|
|
10015
|
-
* <p>
|
|
10016
|
-
* supported.</p>
|
|
10521
|
+
* <p>The count of FPGA accelerators for the instance type.</p>
|
|
10017
10522
|
* @public
|
|
10018
10523
|
*/
|
|
10019
|
-
|
|
10524
|
+
Count?: number | undefined;
|
|
10020
10525
|
/**
|
|
10021
|
-
* <p>
|
|
10526
|
+
* <p>Describes the memory for the FPGA accelerator for the instance type.</p>
|
|
10022
10527
|
* @public
|
|
10023
10528
|
*/
|
|
10024
|
-
|
|
10529
|
+
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
10025
10530
|
}
|
|
10026
10531
|
/**
|
|
10027
|
-
* <p>Describes the
|
|
10532
|
+
* <p>Describes the FPGAs for the instance type.</p>
|
|
10028
10533
|
* @public
|
|
10029
10534
|
*/
|
|
10030
|
-
export interface
|
|
10535
|
+
export interface FpgaInfo {
|
|
10031
10536
|
/**
|
|
10032
|
-
* <p>
|
|
10537
|
+
* <p>Describes the FPGAs for the instance type.</p>
|
|
10033
10538
|
* @public
|
|
10034
10539
|
*/
|
|
10035
|
-
|
|
10540
|
+
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
10036
10541
|
/**
|
|
10037
|
-
* <p>The
|
|
10542
|
+
* <p>The total memory of all FPGA accelerators for the instance type.</p>
|
|
10038
10543
|
* @public
|
|
10039
10544
|
*/
|
|
10040
|
-
|
|
10545
|
+
TotalFpgaMemoryInMiB?: number | undefined;
|
|
10041
10546
|
}
|
|
10042
10547
|
/**
|
|
10043
|
-
* <p>Describes the memory available to the
|
|
10548
|
+
* <p>Describes the memory available to the GPU accelerator.</p>
|
|
10044
10549
|
* @public
|
|
10045
10550
|
*/
|
|
10046
|
-
export interface
|
|
10551
|
+
export interface GpuDeviceMemoryInfo {
|
|
10047
10552
|
/**
|
|
10048
|
-
* <p>The size of the memory available to the
|
|
10553
|
+
* <p>The size of the memory available to the GPU accelerator, in MiB.</p>
|
|
10049
10554
|
* @public
|
|
10050
10555
|
*/
|
|
10051
10556
|
SizeInMiB?: number | undefined;
|
|
10052
10557
|
}
|
|
10053
10558
|
/**
|
|
10054
|
-
* <p>Describes the
|
|
10559
|
+
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
10055
10560
|
* @public
|
|
10056
10561
|
*/
|
|
10057
|
-
export interface
|
|
10058
|
-
/**
|
|
10059
|
-
* <p>The number of neuron accelerators for the instance type.</p>
|
|
10060
|
-
* @public
|
|
10061
|
-
*/
|
|
10062
|
-
Count?: number | undefined;
|
|
10562
|
+
export interface GpuDeviceInfo {
|
|
10063
10563
|
/**
|
|
10064
|
-
* <p>The name of the
|
|
10564
|
+
* <p>The name of the GPU accelerator.</p>
|
|
10065
10565
|
* @public
|
|
10066
10566
|
*/
|
|
10067
10567
|
Name?: string | undefined;
|
|
10068
10568
|
/**
|
|
10069
|
-
* <p>
|
|
10070
|
-
* @public
|
|
10071
|
-
*/
|
|
10072
|
-
CoreInfo?: NeuronDeviceCoreInfo | undefined;
|
|
10073
|
-
/**
|
|
10074
|
-
* <p>Describes the memory available to each neuron accelerator.</p>
|
|
10075
|
-
* @public
|
|
10076
|
-
*/
|
|
10077
|
-
MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
|
|
10078
|
-
}
|
|
10079
|
-
/**
|
|
10080
|
-
* <p>Describes the neuron accelerators for the instance type.</p>
|
|
10081
|
-
* @public
|
|
10082
|
-
*/
|
|
10083
|
-
export interface NeuronInfo {
|
|
10084
|
-
/**
|
|
10085
|
-
* <p>Describes the neuron accelerators for the instance type.</p>
|
|
10569
|
+
* <p>The manufacturer of the GPU accelerator.</p>
|
|
10086
10570
|
* @public
|
|
10087
10571
|
*/
|
|
10088
|
-
|
|
10572
|
+
Manufacturer?: string | undefined;
|
|
10089
10573
|
/**
|
|
10090
|
-
* <p>The
|
|
10091
|
-
* MiB.</p>
|
|
10574
|
+
* <p>The number of GPUs for the instance type.</p>
|
|
10092
10575
|
* @public
|
|
10093
10576
|
*/
|
|
10094
|
-
|
|
10095
|
-
}
|
|
10096
|
-
/**
|
|
10097
|
-
* @public
|
|
10098
|
-
* @enum
|
|
10099
|
-
*/
|
|
10100
|
-
export declare const NitroEnclavesSupport: {
|
|
10101
|
-
readonly SUPPORTED: "supported";
|
|
10102
|
-
readonly UNSUPPORTED: "unsupported";
|
|
10103
|
-
};
|
|
10104
|
-
/**
|
|
10105
|
-
* @public
|
|
10106
|
-
*/
|
|
10107
|
-
export type NitroEnclavesSupport = (typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
|
|
10108
|
-
/**
|
|
10109
|
-
* <p>Describes the supported NitroTPM versions for the instance type.</p>
|
|
10110
|
-
* @public
|
|
10111
|
-
*/
|
|
10112
|
-
export interface NitroTpmInfo {
|
|
10577
|
+
Count?: number | undefined;
|
|
10113
10578
|
/**
|
|
10114
|
-
* <p>
|
|
10579
|
+
* <p>Describes the memory available to the GPU accelerator.</p>
|
|
10115
10580
|
* @public
|
|
10116
10581
|
*/
|
|
10117
|
-
|
|
10582
|
+
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
10118
10583
|
}
|
|
10119
10584
|
/**
|
|
10120
|
-
*
|
|
10121
|
-
* @enum
|
|
10122
|
-
*/
|
|
10123
|
-
export declare const NitroTpmSupport: {
|
|
10124
|
-
readonly SUPPORTED: "supported";
|
|
10125
|
-
readonly UNSUPPORTED: "unsupported";
|
|
10126
|
-
};
|
|
10127
|
-
/**
|
|
10128
|
-
* @public
|
|
10129
|
-
*/
|
|
10130
|
-
export type NitroTpmSupport = (typeof NitroTpmSupport)[keyof typeof NitroTpmSupport];
|
|
10131
|
-
/**
|
|
10132
|
-
* @public
|
|
10133
|
-
* @enum
|
|
10134
|
-
*/
|
|
10135
|
-
export declare const PhcSupport: {
|
|
10136
|
-
readonly SUPPORTED: "supported";
|
|
10137
|
-
readonly UNSUPPORTED: "unsupported";
|
|
10138
|
-
};
|
|
10139
|
-
/**
|
|
10140
|
-
* @public
|
|
10141
|
-
*/
|
|
10142
|
-
export type PhcSupport = (typeof PhcSupport)[keyof typeof PhcSupport];
|
|
10143
|
-
/**
|
|
10144
|
-
* @public
|
|
10145
|
-
* @enum
|
|
10146
|
-
*/
|
|
10147
|
-
export declare const PlacementGroupStrategy: {
|
|
10148
|
-
readonly cluster: "cluster";
|
|
10149
|
-
readonly partition: "partition";
|
|
10150
|
-
readonly spread: "spread";
|
|
10151
|
-
};
|
|
10152
|
-
/**
|
|
10153
|
-
* @public
|
|
10154
|
-
*/
|
|
10155
|
-
export type PlacementGroupStrategy = (typeof PlacementGroupStrategy)[keyof typeof PlacementGroupStrategy];
|
|
10156
|
-
/**
|
|
10157
|
-
* <p>Describes the placement group support of the instance type.</p>
|
|
10585
|
+
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
10158
10586
|
* @public
|
|
10159
10587
|
*/
|
|
10160
|
-
export interface
|
|
10588
|
+
export interface GpuInfo {
|
|
10589
|
+
/**
|
|
10590
|
+
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
10591
|
+
* @public
|
|
10592
|
+
*/
|
|
10593
|
+
Gpus?: GpuDeviceInfo[] | undefined;
|
|
10161
10594
|
/**
|
|
10162
|
-
* <p>The
|
|
10595
|
+
* <p>The total size of the memory for the GPU accelerators for the instance type, in MiB.</p>
|
|
10163
10596
|
* @public
|
|
10164
10597
|
*/
|
|
10165
|
-
|
|
10598
|
+
TotalGpuMemoryInMiB?: number | undefined;
|
|
10166
10599
|
}
|
|
10167
10600
|
/**
|
|
10168
10601
|
* @public
|
|
10169
10602
|
* @enum
|
|
10170
10603
|
*/
|
|
10171
|
-
export declare const
|
|
10172
|
-
readonly
|
|
10173
|
-
readonly
|
|
10174
|
-
readonly i386: "i386";
|
|
10175
|
-
readonly x86_64: "x86_64";
|
|
10176
|
-
readonly x86_64_mac: "x86_64_mac";
|
|
10604
|
+
export declare const InstanceTypeHypervisor: {
|
|
10605
|
+
readonly NITRO: "nitro";
|
|
10606
|
+
readonly XEN: "xen";
|
|
10177
10607
|
};
|
|
10178
10608
|
/**
|
|
10179
10609
|
* @public
|
|
10180
10610
|
*/
|
|
10181
|
-
export type
|
|
10182
|
-
/**
|
|
10183
|
-
* @public
|
|
10184
|
-
* @enum
|
|
10185
|
-
*/
|
|
10186
|
-
export declare const SupportedAdditionalProcessorFeature: {
|
|
10187
|
-
readonly AMD_SEV_SNP: "amd-sev-snp";
|
|
10188
|
-
};
|
|
10611
|
+
export type InstanceTypeHypervisor = (typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
10189
10612
|
/**
|
|
10613
|
+
* <note>
|
|
10614
|
+
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
10615
|
+
* </note>
|
|
10616
|
+
* <p>Describes the memory available to the inference accelerator.</p>
|
|
10190
10617
|
* @public
|
|
10191
10618
|
*/
|
|
10192
|
-
export
|
|
10619
|
+
export interface InferenceDeviceMemoryInfo {
|
|
10620
|
+
/**
|
|
10621
|
+
* <p>The size of the memory available to the inference accelerator, in MiB.</p>
|
|
10622
|
+
* @public
|
|
10623
|
+
*/
|
|
10624
|
+
SizeInMiB?: number | undefined;
|
|
10625
|
+
}
|
|
10193
10626
|
/**
|
|
10194
|
-
* <
|
|
10627
|
+
* <note>
|
|
10628
|
+
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
10629
|
+
* </note>
|
|
10630
|
+
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
10195
10631
|
* @public
|
|
10196
10632
|
*/
|
|
10197
|
-
export interface
|
|
10633
|
+
export interface InferenceDeviceInfo {
|
|
10198
10634
|
/**
|
|
10199
|
-
* <p>The
|
|
10635
|
+
* <p>The number of Inference accelerators for the instance type.</p>
|
|
10200
10636
|
* @public
|
|
10201
10637
|
*/
|
|
10202
|
-
|
|
10638
|
+
Count?: number | undefined;
|
|
10203
10639
|
/**
|
|
10204
|
-
* <p>The
|
|
10640
|
+
* <p>The name of the Inference accelerator.</p>
|
|
10205
10641
|
* @public
|
|
10206
10642
|
*/
|
|
10207
|
-
|
|
10643
|
+
Name?: string | undefined;
|
|
10208
10644
|
/**
|
|
10209
|
-
* <p>
|
|
10210
|
-
* <code>amd-sev-snp</code>, AMD SEV-SNP is supported. Otherwise, it is not supported. For more
|
|
10211
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html"> AMD
|
|
10212
|
-
* SEV-SNP</a>.</p>
|
|
10645
|
+
* <p>The manufacturer of the Inference accelerator.</p>
|
|
10213
10646
|
* @public
|
|
10214
10647
|
*/
|
|
10215
|
-
|
|
10648
|
+
Manufacturer?: string | undefined;
|
|
10216
10649
|
/**
|
|
10217
|
-
* <p>
|
|
10650
|
+
* <p>Describes the memory available to the inference accelerator.</p>
|
|
10218
10651
|
* @public
|
|
10219
10652
|
*/
|
|
10220
|
-
|
|
10653
|
+
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
10221
10654
|
}
|
|
10222
10655
|
/**
|
|
10656
|
+
* <note>
|
|
10657
|
+
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
10658
|
+
* </note>
|
|
10659
|
+
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
10223
10660
|
* @public
|
|
10224
|
-
* @enum
|
|
10225
10661
|
*/
|
|
10226
|
-
export
|
|
10227
|
-
|
|
10228
|
-
|
|
10229
|
-
|
|
10662
|
+
export interface InferenceAcceleratorInfo {
|
|
10663
|
+
/**
|
|
10664
|
+
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
10665
|
+
* @public
|
|
10666
|
+
*/
|
|
10667
|
+
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
10668
|
+
/**
|
|
10669
|
+
* <p>The total size of the memory for the inference accelerators for the instance type, in
|
|
10670
|
+
* MiB.</p>
|
|
10671
|
+
* @public
|
|
10672
|
+
*/
|
|
10673
|
+
TotalInferenceMemoryInMiB?: number | undefined;
|
|
10674
|
+
}
|
|
10230
10675
|
/**
|
|
10231
10676
|
* @public
|
|
10677
|
+
* @enum
|
|
10232
10678
|
*/
|
|
10233
|
-
export
|
|
10679
|
+
export declare const DiskType: {
|
|
10680
|
+
readonly hdd: "hdd";
|
|
10681
|
+
readonly ssd: "ssd";
|
|
10682
|
+
};
|
|
10234
10683
|
/**
|
|
10235
10684
|
* @public
|
|
10236
|
-
* @enum
|
|
10237
10685
|
*/
|
|
10238
|
-
export
|
|
10239
|
-
readonly legacy_bios: "legacy-bios";
|
|
10240
|
-
readonly uefi: "uefi";
|
|
10241
|
-
};
|
|
10686
|
+
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
10242
10687
|
/**
|
|
10688
|
+
* <p>Describes a disk.</p>
|
|
10243
10689
|
* @public
|
|
10244
10690
|
*/
|
|
10245
|
-
export
|
|
10691
|
+
export interface DiskInfo {
|
|
10692
|
+
/**
|
|
10693
|
+
* <p>The size of the disk in GB.</p>
|
|
10694
|
+
* @public
|
|
10695
|
+
*/
|
|
10696
|
+
SizeInGB?: number | undefined;
|
|
10697
|
+
/**
|
|
10698
|
+
* <p>The number of disks with this configuration.</p>
|
|
10699
|
+
* @public
|
|
10700
|
+
*/
|
|
10701
|
+
Count?: number | undefined;
|
|
10702
|
+
/**
|
|
10703
|
+
* <p>The type of disk.</p>
|
|
10704
|
+
* @public
|
|
10705
|
+
*/
|
|
10706
|
+
Type?: DiskType | undefined;
|
|
10707
|
+
}
|
|
10246
10708
|
/**
|
|
10247
10709
|
* @public
|
|
10248
10710
|
* @enum
|
|
10249
10711
|
*/
|
|
10250
|
-
export declare const
|
|
10251
|
-
readonly
|
|
10252
|
-
readonly
|
|
10712
|
+
export declare const InstanceStorageEncryptionSupport: {
|
|
10713
|
+
readonly required: "required";
|
|
10714
|
+
readonly unsupported: "unsupported";
|
|
10253
10715
|
};
|
|
10254
10716
|
/**
|
|
10255
10717
|
* @public
|
|
10256
10718
|
*/
|
|
10257
|
-
export type
|
|
10719
|
+
export type InstanceStorageEncryptionSupport = (typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
10258
10720
|
/**
|
|
10259
10721
|
* @public
|
|
10260
10722
|
* @enum
|
|
10261
10723
|
*/
|
|
10262
|
-
export declare const
|
|
10263
|
-
readonly
|
|
10264
|
-
readonly
|
|
10265
|
-
readonly
|
|
10724
|
+
export declare const EphemeralNvmeSupport: {
|
|
10725
|
+
readonly REQUIRED: "required";
|
|
10726
|
+
readonly SUPPORTED: "supported";
|
|
10727
|
+
readonly UNSUPPORTED: "unsupported";
|
|
10266
10728
|
};
|
|
10267
10729
|
/**
|
|
10268
10730
|
* @public
|
|
10269
10731
|
*/
|
|
10270
|
-
export type
|
|
10732
|
+
export type EphemeralNvmeSupport = (typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
10271
10733
|
/**
|
|
10272
|
-
* <p>Describes the
|
|
10734
|
+
* <p>Describes the instance store features that are supported by the instance type.</p>
|
|
10273
10735
|
* @public
|
|
10274
10736
|
*/
|
|
10275
|
-
export interface
|
|
10276
|
-
/**
|
|
10277
|
-
* <p>The default number of vCPUs for the instance type.</p>
|
|
10278
|
-
* @public
|
|
10279
|
-
*/
|
|
10280
|
-
DefaultVCpus?: number | undefined;
|
|
10737
|
+
export interface InstanceStorageInfo {
|
|
10281
10738
|
/**
|
|
10282
|
-
* <p>The
|
|
10739
|
+
* <p>The total size of the disks, in GB.</p>
|
|
10283
10740
|
* @public
|
|
10284
10741
|
*/
|
|
10285
|
-
|
|
10742
|
+
TotalSizeInGB?: number | undefined;
|
|
10286
10743
|
/**
|
|
10287
|
-
* <p>
|
|
10744
|
+
* <p>Describes the disks that are available for the instance type.</p>
|
|
10288
10745
|
* @public
|
|
10289
10746
|
*/
|
|
10290
|
-
|
|
10747
|
+
Disks?: DiskInfo[] | undefined;
|
|
10291
10748
|
/**
|
|
10292
|
-
* <p>
|
|
10749
|
+
* <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
|
|
10293
10750
|
* @public
|
|
10294
10751
|
*/
|
|
10295
|
-
|
|
10752
|
+
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
10296
10753
|
/**
|
|
10297
|
-
* <p>
|
|
10754
|
+
* <p>Indicates whether data is encrypted at rest.</p>
|
|
10298
10755
|
* @public
|
|
10299
10756
|
*/
|
|
10300
|
-
|
|
10757
|
+
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
10301
10758
|
}
|
|
10302
10759
|
/**
|
|
10303
|
-
* <p>Describes the
|
|
10760
|
+
* <p>Describes the memory available to the media accelerator.</p>
|
|
10304
10761
|
* @public
|
|
10305
10762
|
*/
|
|
10306
|
-
export interface
|
|
10307
|
-
/**
|
|
10308
|
-
* <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2
|
|
10309
|
-
* User Guide</i>.</p>
|
|
10310
|
-
* @public
|
|
10311
|
-
*/
|
|
10312
|
-
InstanceType?: _InstanceType | undefined;
|
|
10313
|
-
/**
|
|
10314
|
-
* <p>Indicates whether the instance type is current generation.</p>
|
|
10315
|
-
* @public
|
|
10316
|
-
*/
|
|
10317
|
-
CurrentGeneration?: boolean | undefined;
|
|
10318
|
-
/**
|
|
10319
|
-
* <p>Indicates whether the instance type is eligible for the free tier.</p>
|
|
10320
|
-
* @public
|
|
10321
|
-
*/
|
|
10322
|
-
FreeTierEligible?: boolean | undefined;
|
|
10323
|
-
/**
|
|
10324
|
-
* <p>Indicates whether the instance type is offered for spot, On-Demand, or Capacity
|
|
10325
|
-
* Blocks.</p>
|
|
10326
|
-
* @public
|
|
10327
|
-
*/
|
|
10328
|
-
SupportedUsageClasses?: UsageClassType[] | undefined;
|
|
10329
|
-
/**
|
|
10330
|
-
* <p>The supported root device types.</p>
|
|
10331
|
-
* @public
|
|
10332
|
-
*/
|
|
10333
|
-
SupportedRootDeviceTypes?: RootDeviceType[] | undefined;
|
|
10334
|
-
/**
|
|
10335
|
-
* <p>The supported virtualization types.</p>
|
|
10336
|
-
* @public
|
|
10337
|
-
*/
|
|
10338
|
-
SupportedVirtualizationTypes?: VirtualizationType[] | undefined;
|
|
10339
|
-
/**
|
|
10340
|
-
* <p>Indicates whether the instance is a bare metal instance type.</p>
|
|
10341
|
-
* @public
|
|
10342
|
-
*/
|
|
10343
|
-
BareMetal?: boolean | undefined;
|
|
10344
|
-
/**
|
|
10345
|
-
* <p>The hypervisor for the instance type.</p>
|
|
10346
|
-
* @public
|
|
10347
|
-
*/
|
|
10348
|
-
Hypervisor?: InstanceTypeHypervisor | undefined;
|
|
10349
|
-
/**
|
|
10350
|
-
* <p>Describes the processor.</p>
|
|
10351
|
-
* @public
|
|
10352
|
-
*/
|
|
10353
|
-
ProcessorInfo?: ProcessorInfo | undefined;
|
|
10354
|
-
/**
|
|
10355
|
-
* <p>Describes the vCPU configurations for the instance type.</p>
|
|
10356
|
-
* @public
|
|
10357
|
-
*/
|
|
10358
|
-
VCpuInfo?: VCpuInfo | undefined;
|
|
10359
|
-
/**
|
|
10360
|
-
* <p>Describes the memory for the instance type.</p>
|
|
10361
|
-
* @public
|
|
10362
|
-
*/
|
|
10363
|
-
MemoryInfo?: MemoryInfo | undefined;
|
|
10364
|
-
/**
|
|
10365
|
-
* <p>Indicates whether instance storage is supported.</p>
|
|
10366
|
-
* @public
|
|
10367
|
-
*/
|
|
10368
|
-
InstanceStorageSupported?: boolean | undefined;
|
|
10369
|
-
/**
|
|
10370
|
-
* <p>Describes the instance storage for the instance type.</p>
|
|
10371
|
-
* @public
|
|
10372
|
-
*/
|
|
10373
|
-
InstanceStorageInfo?: InstanceStorageInfo | undefined;
|
|
10374
|
-
/**
|
|
10375
|
-
* <p>Describes the Amazon EBS settings for the instance type.</p>
|
|
10376
|
-
* @public
|
|
10377
|
-
*/
|
|
10378
|
-
EbsInfo?: EbsInfo | undefined;
|
|
10763
|
+
export interface MediaDeviceMemoryInfo {
|
|
10379
10764
|
/**
|
|
10380
|
-
* <p>
|
|
10765
|
+
* <p>The size of the memory available to each media accelerator, in MiB.</p>
|
|
10381
10766
|
* @public
|
|
10382
10767
|
*/
|
|
10383
|
-
|
|
10768
|
+
SizeInMiB?: number | undefined;
|
|
10769
|
+
}
|
|
10770
|
+
/**
|
|
10771
|
+
* <p>Describes the media accelerators for the instance type.</p>
|
|
10772
|
+
* @public
|
|
10773
|
+
*/
|
|
10774
|
+
export interface MediaDeviceInfo {
|
|
10384
10775
|
/**
|
|
10385
|
-
* <p>
|
|
10776
|
+
* <p>The number of media accelerators for the instance type.</p>
|
|
10386
10777
|
* @public
|
|
10387
10778
|
*/
|
|
10388
|
-
|
|
10779
|
+
Count?: number | undefined;
|
|
10389
10780
|
/**
|
|
10390
|
-
* <p>
|
|
10781
|
+
* <p>The name of the media accelerator.</p>
|
|
10391
10782
|
* @public
|
|
10392
10783
|
*/
|
|
10393
|
-
|
|
10784
|
+
Name?: string | undefined;
|
|
10394
10785
|
/**
|
|
10395
|
-
* <p>
|
|
10786
|
+
* <p>The manufacturer of the media accelerator.</p>
|
|
10396
10787
|
* @public
|
|
10397
10788
|
*/
|
|
10398
|
-
|
|
10789
|
+
Manufacturer?: string | undefined;
|
|
10399
10790
|
/**
|
|
10400
|
-
* <p>Describes the
|
|
10791
|
+
* <p>Describes the memory available to the media accelerator.</p>
|
|
10401
10792
|
* @public
|
|
10402
10793
|
*/
|
|
10403
|
-
|
|
10794
|
+
MemoryInfo?: MediaDeviceMemoryInfo | undefined;
|
|
10795
|
+
}
|
|
10796
|
+
/**
|
|
10797
|
+
* <p>Describes the media accelerators for the instance type.</p>
|
|
10798
|
+
* @public
|
|
10799
|
+
*/
|
|
10800
|
+
export interface MediaAcceleratorInfo {
|
|
10404
10801
|
/**
|
|
10405
|
-
* <p>
|
|
10802
|
+
* <p>Describes the media accelerators for the instance type.</p>
|
|
10406
10803
|
* @public
|
|
10407
10804
|
*/
|
|
10408
|
-
|
|
10805
|
+
Accelerators?: MediaDeviceInfo[] | undefined;
|
|
10409
10806
|
/**
|
|
10410
|
-
* <p>
|
|
10411
|
-
*
|
|
10412
|
-
* instances</a>.</p>
|
|
10807
|
+
* <p>The total size of the memory for the media accelerators for the instance type, in
|
|
10808
|
+
* MiB.</p>
|
|
10413
10809
|
* @public
|
|
10414
10810
|
*/
|
|
10415
|
-
|
|
10811
|
+
TotalMediaMemoryInMiB?: number | undefined;
|
|
10812
|
+
}
|
|
10813
|
+
/**
|
|
10814
|
+
* <p>Describes the memory for the instance type.</p>
|
|
10815
|
+
* @public
|
|
10816
|
+
*/
|
|
10817
|
+
export interface MemoryInfo {
|
|
10416
10818
|
/**
|
|
10417
|
-
* <p>
|
|
10819
|
+
* <p>The size of the memory, in MiB.</p>
|
|
10418
10820
|
* @public
|
|
10419
10821
|
*/
|
|
10420
|
-
|
|
10822
|
+
SizeInMiB?: number | undefined;
|
|
10823
|
+
}
|
|
10824
|
+
/**
|
|
10825
|
+
* @public
|
|
10826
|
+
* @enum
|
|
10827
|
+
*/
|
|
10828
|
+
export declare const BandwidthWeightingType: {
|
|
10829
|
+
readonly DEFAULT: "default";
|
|
10830
|
+
readonly EBS_1: "ebs-1";
|
|
10831
|
+
readonly VPC_1: "vpc-1";
|
|
10832
|
+
};
|
|
10833
|
+
/**
|
|
10834
|
+
* @public
|
|
10835
|
+
*/
|
|
10836
|
+
export type BandwidthWeightingType = (typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
|
|
10837
|
+
/**
|
|
10838
|
+
* <p>Describes the Elastic Fabric Adapters for the instance type.</p>
|
|
10839
|
+
* @public
|
|
10840
|
+
*/
|
|
10841
|
+
export interface EfaInfo {
|
|
10421
10842
|
/**
|
|
10422
|
-
* <p>
|
|
10843
|
+
* <p>The maximum number of Elastic Fabric Adapters for the instance type.</p>
|
|
10423
10844
|
* @public
|
|
10424
10845
|
*/
|
|
10425
|
-
|
|
10846
|
+
MaximumEfaInterfaces?: number | undefined;
|
|
10847
|
+
}
|
|
10848
|
+
/**
|
|
10849
|
+
* @public
|
|
10850
|
+
* @enum
|
|
10851
|
+
*/
|
|
10852
|
+
export declare const EnaSupport: {
|
|
10853
|
+
readonly required: "required";
|
|
10854
|
+
readonly supported: "supported";
|
|
10855
|
+
readonly unsupported: "unsupported";
|
|
10856
|
+
};
|
|
10857
|
+
/**
|
|
10858
|
+
* @public
|
|
10859
|
+
*/
|
|
10860
|
+
export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
|
|
10861
|
+
/**
|
|
10862
|
+
* @public
|
|
10863
|
+
* @enum
|
|
10864
|
+
*/
|
|
10865
|
+
export declare const FlexibleEnaQueuesSupport: {
|
|
10866
|
+
readonly SUPPORTED: "supported";
|
|
10867
|
+
readonly UNSUPPORTED: "unsupported";
|
|
10868
|
+
};
|
|
10869
|
+
/**
|
|
10870
|
+
* @public
|
|
10871
|
+
*/
|
|
10872
|
+
export type FlexibleEnaQueuesSupport = (typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
|
|
10873
|
+
/**
|
|
10874
|
+
* <p>Describes the network card support of the instance type.</p>
|
|
10875
|
+
* @public
|
|
10876
|
+
*/
|
|
10877
|
+
export interface NetworkCardInfo {
|
|
10426
10878
|
/**
|
|
10427
|
-
* <p>The
|
|
10428
|
-
* Guide</i>.</p>
|
|
10879
|
+
* <p>The index of the network card.</p>
|
|
10429
10880
|
* @public
|
|
10430
10881
|
*/
|
|
10431
|
-
|
|
10882
|
+
NetworkCardIndex?: number | undefined;
|
|
10432
10883
|
/**
|
|
10433
|
-
* <p>
|
|
10884
|
+
* <p>The network performance of the network card.</p>
|
|
10434
10885
|
* @public
|
|
10435
10886
|
*/
|
|
10436
|
-
|
|
10887
|
+
NetworkPerformance?: string | undefined;
|
|
10437
10888
|
/**
|
|
10438
|
-
* <p>
|
|
10889
|
+
* <p>The maximum number of network interfaces for the network card.</p>
|
|
10439
10890
|
* @public
|
|
10440
10891
|
*/
|
|
10441
|
-
|
|
10892
|
+
MaximumNetworkInterfaces?: number | undefined;
|
|
10442
10893
|
/**
|
|
10443
|
-
* <p>
|
|
10894
|
+
* <p>The baseline network performance of the network card, in Gbps.</p>
|
|
10444
10895
|
* @public
|
|
10445
10896
|
*/
|
|
10446
|
-
|
|
10897
|
+
BaselineBandwidthInGbps?: number | undefined;
|
|
10447
10898
|
/**
|
|
10448
|
-
* <p>
|
|
10899
|
+
* <p>The peak (burst) network performance of the network card, in Gbps.</p>
|
|
10449
10900
|
* @public
|
|
10450
10901
|
*/
|
|
10451
|
-
|
|
10902
|
+
PeakBandwidthInGbps?: number | undefined;
|
|
10452
10903
|
/**
|
|
10453
|
-
* <p>
|
|
10904
|
+
* <p>The default number of the ENA queues for each interface.</p>
|
|
10454
10905
|
* @public
|
|
10455
10906
|
*/
|
|
10456
|
-
|
|
10907
|
+
DefaultEnaQueueCountPerInterface?: number | undefined;
|
|
10457
10908
|
/**
|
|
10458
|
-
* <p>
|
|
10459
|
-
* supported.</p>
|
|
10909
|
+
* <p>The maximum number of the ENA queues.</p>
|
|
10460
10910
|
* @public
|
|
10461
10911
|
*/
|
|
10462
|
-
|
|
10912
|
+
MaximumEnaQueueCount?: number | undefined;
|
|
10463
10913
|
/**
|
|
10464
|
-
* <p>
|
|
10465
|
-
* instances that have a scheduled <code>system-reboot</code> event. For more information,
|
|
10466
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a> in the
|
|
10467
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10914
|
+
* <p>The maximum number of the ENA queues for each interface.</p>
|
|
10468
10915
|
* @public
|
|
10469
10916
|
*/
|
|
10470
|
-
|
|
10917
|
+
MaximumEnaQueueCountPerInterface?: number | undefined;
|
|
10471
10918
|
}
|
|
10472
10919
|
/**
|
|
10920
|
+
* <p>Describes the networking features of the instance type.</p>
|
|
10473
10921
|
* @public
|
|
10474
10922
|
*/
|
|
10475
|
-
export interface
|
|
10923
|
+
export interface NetworkInfo {
|
|
10476
10924
|
/**
|
|
10477
|
-
* <p>The
|
|
10925
|
+
* <p>The network performance.</p>
|
|
10478
10926
|
* @public
|
|
10479
10927
|
*/
|
|
10480
|
-
|
|
10928
|
+
NetworkPerformance?: string | undefined;
|
|
10481
10929
|
/**
|
|
10482
|
-
* <p>The
|
|
10483
|
-
* are no more items to return.</p>
|
|
10930
|
+
* <p>The maximum number of network interfaces for the instance type.</p>
|
|
10484
10931
|
* @public
|
|
10485
10932
|
*/
|
|
10486
|
-
|
|
10487
|
-
}
|
|
10488
|
-
/**
|
|
10489
|
-
* @public
|
|
10490
|
-
*/
|
|
10491
|
-
export interface DescribeInternetGatewaysRequest {
|
|
10933
|
+
MaximumNetworkInterfaces?: number | undefined;
|
|
10492
10934
|
/**
|
|
10493
|
-
* <p>The
|
|
10935
|
+
* <p>The maximum number of physical network cards that can be allocated to the instance.</p>
|
|
10494
10936
|
* @public
|
|
10495
10937
|
*/
|
|
10496
|
-
|
|
10938
|
+
MaximumNetworkCards?: number | undefined;
|
|
10497
10939
|
/**
|
|
10498
|
-
* <p>The
|
|
10499
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
10500
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10940
|
+
* <p>The index of the default network card, starting at 0.</p>
|
|
10501
10941
|
* @public
|
|
10502
10942
|
*/
|
|
10503
|
-
|
|
10943
|
+
DefaultNetworkCardIndex?: number | undefined;
|
|
10504
10944
|
/**
|
|
10505
|
-
* <p>
|
|
10506
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10507
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10945
|
+
* <p>Describes the network cards for the instance type.</p>
|
|
10508
10946
|
* @public
|
|
10509
10947
|
*/
|
|
10510
|
-
|
|
10948
|
+
NetworkCards?: NetworkCardInfo[] | undefined;
|
|
10511
10949
|
/**
|
|
10512
|
-
* <p>The
|
|
10513
|
-
* <p>Default: Describes all your internet gateways.</p>
|
|
10950
|
+
* <p>The maximum number of IPv4 addresses per network interface.</p>
|
|
10514
10951
|
* @public
|
|
10515
10952
|
*/
|
|
10516
|
-
|
|
10953
|
+
Ipv4AddressesPerInterface?: number | undefined;
|
|
10517
10954
|
/**
|
|
10518
|
-
* <p>The
|
|
10519
|
-
* <ul>
|
|
10520
|
-
* <li>
|
|
10521
|
-
* <p>
|
|
10522
|
-
* <code>attachment.state</code> - The current state of the attachment between the gateway
|
|
10523
|
-
* and the VPC (<code>available</code>). Present only if a VPC is attached.</p>
|
|
10524
|
-
* </li>
|
|
10525
|
-
* <li>
|
|
10526
|
-
* <p>
|
|
10527
|
-
* <code>attachment.vpc-id</code> - The ID of an attached VPC.</p>
|
|
10528
|
-
* </li>
|
|
10529
|
-
* <li>
|
|
10530
|
-
* <p>
|
|
10531
|
-
* <code>internet-gateway-id</code> - The ID of the Internet gateway.</p>
|
|
10532
|
-
* </li>
|
|
10533
|
-
* <li>
|
|
10534
|
-
* <p>
|
|
10535
|
-
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the internet gateway.</p>
|
|
10536
|
-
* </li>
|
|
10537
|
-
* <li>
|
|
10538
|
-
* <p>
|
|
10539
|
-
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
10540
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
10541
|
-
* </li>
|
|
10542
|
-
* <li>
|
|
10543
|
-
* <p>
|
|
10544
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
10545
|
-
* </li>
|
|
10546
|
-
* </ul>
|
|
10955
|
+
* <p>The maximum number of IPv6 addresses per network interface.</p>
|
|
10547
10956
|
* @public
|
|
10548
10957
|
*/
|
|
10549
|
-
|
|
10550
|
-
}
|
|
10551
|
-
/**
|
|
10552
|
-
* @public
|
|
10553
|
-
*/
|
|
10554
|
-
export interface DescribeInternetGatewaysResult {
|
|
10958
|
+
Ipv6AddressesPerInterface?: number | undefined;
|
|
10555
10959
|
/**
|
|
10556
|
-
* <p>
|
|
10960
|
+
* <p>Indicates whether IPv6 is supported.</p>
|
|
10557
10961
|
* @public
|
|
10558
10962
|
*/
|
|
10559
|
-
|
|
10963
|
+
Ipv6Supported?: boolean | undefined;
|
|
10560
10964
|
/**
|
|
10561
|
-
* <p>
|
|
10965
|
+
* <p>Indicates whether Elastic Network Adapter (ENA) is supported.</p>
|
|
10562
10966
|
* @public
|
|
10563
10967
|
*/
|
|
10564
|
-
|
|
10565
|
-
}
|
|
10566
|
-
/**
|
|
10567
|
-
* @public
|
|
10568
|
-
*/
|
|
10569
|
-
export interface DescribeIpamByoasnRequest {
|
|
10968
|
+
EnaSupport?: EnaSupport | undefined;
|
|
10570
10969
|
/**
|
|
10571
|
-
* <p>
|
|
10572
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10573
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10970
|
+
* <p>Indicates whether Elastic Fabric Adapter (EFA) is supported.</p>
|
|
10574
10971
|
* @public
|
|
10575
10972
|
*/
|
|
10576
|
-
|
|
10973
|
+
EfaSupported?: boolean | undefined;
|
|
10577
10974
|
/**
|
|
10578
|
-
* <p>
|
|
10579
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
10975
|
+
* <p>Describes the Elastic Fabric Adapters for the instance type.</p>
|
|
10580
10976
|
* @public
|
|
10581
10977
|
*/
|
|
10582
|
-
|
|
10978
|
+
EfaInfo?: EfaInfo | undefined;
|
|
10583
10979
|
/**
|
|
10584
|
-
* <p>
|
|
10980
|
+
* <p>Indicates whether the instance type automatically encrypts in-transit traffic between
|
|
10981
|
+
* instances.</p>
|
|
10585
10982
|
* @public
|
|
10586
10983
|
*/
|
|
10587
|
-
|
|
10588
|
-
|
|
10589
|
-
|
|
10590
|
-
|
|
10591
|
-
|
|
10592
|
-
|
|
10984
|
+
EncryptionInTransitSupported?: boolean | undefined;
|
|
10985
|
+
/**
|
|
10986
|
+
* <p>Indicates whether the instance type supports ENA Express. ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream
|
|
10987
|
+
* and minimize tail latency of network traffic between EC2 instances.</p>
|
|
10988
|
+
* @public
|
|
10989
|
+
*/
|
|
10990
|
+
EnaSrdSupported?: boolean | undefined;
|
|
10593
10991
|
/**
|
|
10594
|
-
* <p>
|
|
10992
|
+
* <p>A list of valid settings for configurable bandwidth weighting for the instance type, if
|
|
10993
|
+
* supported.</p>
|
|
10595
10994
|
* @public
|
|
10596
10995
|
*/
|
|
10597
|
-
|
|
10996
|
+
BandwidthWeightings?: BandwidthWeightingType[] | undefined;
|
|
10598
10997
|
/**
|
|
10599
|
-
* <p>
|
|
10998
|
+
* <p>Indicates whether changing the number of ENA queues is supported.</p>
|
|
10600
10999
|
* @public
|
|
10601
11000
|
*/
|
|
10602
|
-
|
|
11001
|
+
FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
|
|
10603
11002
|
}
|
|
10604
11003
|
/**
|
|
11004
|
+
* <p>Describes the cores available to the neuron accelerator.</p>
|
|
10605
11005
|
* @public
|
|
10606
11006
|
*/
|
|
10607
|
-
export interface
|
|
10608
|
-
/**
|
|
10609
|
-
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
10610
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10611
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10612
|
-
* @public
|
|
10613
|
-
*/
|
|
10614
|
-
DryRun?: boolean | undefined;
|
|
10615
|
-
/**
|
|
10616
|
-
* <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
|
|
10617
|
-
* <p>Available filters:</p>
|
|
10618
|
-
* <ul>
|
|
10619
|
-
* <li>
|
|
10620
|
-
* <p>
|
|
10621
|
-
* <code>ipam-arn</code>
|
|
10622
|
-
* </p>
|
|
10623
|
-
* </li>
|
|
10624
|
-
* <li>
|
|
10625
|
-
* <p>
|
|
10626
|
-
* <code>ipam-external-resource-verification-token-arn</code>
|
|
10627
|
-
* </p>
|
|
10628
|
-
* </li>
|
|
10629
|
-
* <li>
|
|
10630
|
-
* <p>
|
|
10631
|
-
* <code>ipam-external-resource-verification-token-id</code>
|
|
10632
|
-
* </p>
|
|
10633
|
-
* </li>
|
|
10634
|
-
* <li>
|
|
10635
|
-
* <p>
|
|
10636
|
-
* <code>ipam-id</code>
|
|
10637
|
-
* </p>
|
|
10638
|
-
* </li>
|
|
10639
|
-
* <li>
|
|
10640
|
-
* <p>
|
|
10641
|
-
* <code>ipam-region</code>
|
|
10642
|
-
* </p>
|
|
10643
|
-
* </li>
|
|
10644
|
-
* <li>
|
|
10645
|
-
* <p>
|
|
10646
|
-
* <code>state</code>
|
|
10647
|
-
* </p>
|
|
10648
|
-
* </li>
|
|
10649
|
-
* <li>
|
|
10650
|
-
* <p>
|
|
10651
|
-
* <code>status</code>
|
|
10652
|
-
* </p>
|
|
10653
|
-
* </li>
|
|
10654
|
-
* <li>
|
|
10655
|
-
* <p>
|
|
10656
|
-
* <code>token-name</code>
|
|
10657
|
-
* </p>
|
|
10658
|
-
* </li>
|
|
10659
|
-
* <li>
|
|
10660
|
-
* <p>
|
|
10661
|
-
* <code>token-value</code>
|
|
10662
|
-
* </p>
|
|
10663
|
-
* </li>
|
|
10664
|
-
* </ul>
|
|
10665
|
-
* @public
|
|
10666
|
-
*/
|
|
10667
|
-
Filters?: Filter[] | undefined;
|
|
10668
|
-
/**
|
|
10669
|
-
* <p>The token for the next page of results.</p>
|
|
10670
|
-
* @public
|
|
10671
|
-
*/
|
|
10672
|
-
NextToken?: string | undefined;
|
|
11007
|
+
export interface NeuronDeviceCoreInfo {
|
|
10673
11008
|
/**
|
|
10674
|
-
* <p>The
|
|
11009
|
+
* <p>The number of cores available to the neuron accelerator.</p>
|
|
10675
11010
|
* @public
|
|
10676
11011
|
*/
|
|
10677
|
-
|
|
11012
|
+
Count?: number | undefined;
|
|
10678
11013
|
/**
|
|
10679
|
-
* <p>
|
|
11014
|
+
* <p>The version of the neuron accelerator.</p>
|
|
10680
11015
|
* @public
|
|
10681
11016
|
*/
|
|
10682
|
-
|
|
11017
|
+
Version?: number | undefined;
|
|
10683
11018
|
}
|
|
10684
11019
|
/**
|
|
11020
|
+
* <p>Describes the memory available to the neuron accelerator.</p>
|
|
10685
11021
|
* @public
|
|
10686
11022
|
*/
|
|
10687
|
-
export interface
|
|
10688
|
-
/**
|
|
10689
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
10690
|
-
* @public
|
|
10691
|
-
*/
|
|
10692
|
-
NextToken?: string | undefined;
|
|
11023
|
+
export interface NeuronDeviceMemoryInfo {
|
|
10693
11024
|
/**
|
|
10694
|
-
* <p>
|
|
11025
|
+
* <p>The size of the memory available to the neuron accelerator, in MiB.</p>
|
|
10695
11026
|
* @public
|
|
10696
11027
|
*/
|
|
10697
|
-
|
|
11028
|
+
SizeInMiB?: number | undefined;
|
|
10698
11029
|
}
|
|
10699
11030
|
/**
|
|
11031
|
+
* <p>Describes the neuron accelerators for the instance type.</p>
|
|
10700
11032
|
* @public
|
|
10701
11033
|
*/
|
|
10702
|
-
export interface
|
|
10703
|
-
/**
|
|
10704
|
-
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
10705
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10706
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10707
|
-
* @public
|
|
10708
|
-
*/
|
|
10709
|
-
DryRun?: boolean | undefined;
|
|
11034
|
+
export interface NeuronDeviceInfo {
|
|
10710
11035
|
/**
|
|
10711
|
-
* <p>
|
|
11036
|
+
* <p>The number of neuron accelerators for the instance type.</p>
|
|
10712
11037
|
* @public
|
|
10713
11038
|
*/
|
|
10714
|
-
|
|
11039
|
+
Count?: number | undefined;
|
|
10715
11040
|
/**
|
|
10716
|
-
* <p>The
|
|
11041
|
+
* <p>The name of the neuron accelerator.</p>
|
|
10717
11042
|
* @public
|
|
10718
11043
|
*/
|
|
10719
|
-
|
|
11044
|
+
Name?: string | undefined;
|
|
10720
11045
|
/**
|
|
10721
|
-
* <p>
|
|
11046
|
+
* <p>Describes the cores available to each neuron accelerator.</p>
|
|
10722
11047
|
* @public
|
|
10723
11048
|
*/
|
|
10724
|
-
|
|
11049
|
+
CoreInfo?: NeuronDeviceCoreInfo | undefined;
|
|
10725
11050
|
/**
|
|
10726
|
-
* <p>
|
|
11051
|
+
* <p>Describes the memory available to each neuron accelerator.</p>
|
|
10727
11052
|
* @public
|
|
10728
11053
|
*/
|
|
10729
|
-
|
|
11054
|
+
MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
|
|
10730
11055
|
}
|
|
10731
11056
|
/**
|
|
11057
|
+
* <p>Describes the neuron accelerators for the instance type.</p>
|
|
10732
11058
|
* @public
|
|
10733
11059
|
*/
|
|
10734
|
-
export interface
|
|
11060
|
+
export interface NeuronInfo {
|
|
10735
11061
|
/**
|
|
10736
|
-
* <p>
|
|
11062
|
+
* <p>Describes the neuron accelerators for the instance type.</p>
|
|
10737
11063
|
* @public
|
|
10738
11064
|
*/
|
|
10739
|
-
|
|
11065
|
+
NeuronDevices?: NeuronDeviceInfo[] | undefined;
|
|
10740
11066
|
/**
|
|
10741
|
-
* <p>
|
|
11067
|
+
* <p>The total size of the memory for the neuron accelerators for the instance type, in
|
|
11068
|
+
* MiB.</p>
|
|
10742
11069
|
* @public
|
|
10743
11070
|
*/
|
|
10744
|
-
|
|
11071
|
+
TotalNeuronDeviceMemoryInMiB?: number | undefined;
|
|
10745
11072
|
}
|
|
10746
11073
|
/**
|
|
10747
11074
|
* @public
|
|
11075
|
+
* @enum
|
|
10748
11076
|
*/
|
|
10749
|
-
export
|
|
10750
|
-
|
|
10751
|
-
|
|
10752
|
-
|
|
10753
|
-
|
|
10754
|
-
|
|
10755
|
-
|
|
10756
|
-
|
|
10757
|
-
|
|
10758
|
-
|
|
10759
|
-
|
|
10760
|
-
|
|
10761
|
-
|
|
10762
|
-
/**
|
|
10763
|
-
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
10764
|
-
* @public
|
|
10765
|
-
*/
|
|
10766
|
-
NextToken?: string | undefined;
|
|
10767
|
-
/**
|
|
10768
|
-
* <p>The maximum number of resource discoveries to return in one page of results.</p>
|
|
10769
|
-
* @public
|
|
10770
|
-
*/
|
|
10771
|
-
MaxResults?: number | undefined;
|
|
11077
|
+
export declare const NitroEnclavesSupport: {
|
|
11078
|
+
readonly SUPPORTED: "supported";
|
|
11079
|
+
readonly UNSUPPORTED: "unsupported";
|
|
11080
|
+
};
|
|
11081
|
+
/**
|
|
11082
|
+
* @public
|
|
11083
|
+
*/
|
|
11084
|
+
export type NitroEnclavesSupport = (typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
|
|
11085
|
+
/**
|
|
11086
|
+
* <p>Describes the supported NitroTPM versions for the instance type.</p>
|
|
11087
|
+
* @public
|
|
11088
|
+
*/
|
|
11089
|
+
export interface NitroTpmInfo {
|
|
10772
11090
|
/**
|
|
10773
|
-
* <p>
|
|
11091
|
+
* <p>Indicates the supported NitroTPM versions.</p>
|
|
10774
11092
|
* @public
|
|
10775
11093
|
*/
|
|
10776
|
-
|
|
11094
|
+
SupportedVersions?: string[] | undefined;
|
|
10777
11095
|
}
|
|
10778
11096
|
/**
|
|
10779
11097
|
* @internal
|