@aws-sdk/client-ec2 3.37.0 → 3.41.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/CHANGELOG.md +46 -0
- package/dist-cjs/EC2.js +30 -0
- package/dist-cjs/commands/CreateFleetCommand.js +2 -1
- package/dist-cjs/commands/CreateFlowLogsCommand.js +3 -3
- package/dist-cjs/commands/CreateFpgaImageCommand.js +3 -3
- package/dist-cjs/commands/CreateImageCommand.js +3 -3
- package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +3 -3
- package/dist-cjs/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-cjs/commands/DescribeHostsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeImageAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeImagesCommand.js +3 -3
- package/dist-cjs/commands/DescribeImportImageTasksCommand.js +1 -2
- package/dist-cjs/commands/DescribeSubnetsCommand.js +2 -1
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorFiltersCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorSessionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayConnectPeersCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayConnectsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayMulticastDomainsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayRouteTablesCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -2
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +36 -0
- package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +36 -0
- package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstancePlacementCommand.js +3 -3
- package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +3 -3
- package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +3 -3
- package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyReservedInstancesCommand.js +3 -3
- package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +3 -3
- package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +3 -3
- package/dist-cjs/commands/ModifySubnetAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +3 -3
- package/dist-cjs/commands/index.js +476 -0
- package/dist-cjs/endpoints.js +194 -22
- package/dist-cjs/index.js +5 -609
- package/dist-cjs/models/models_0.js +144 -107
- package/dist-cjs/models/models_1.js +141 -169
- package/dist-cjs/models/models_2.js +177 -132
- package/dist-cjs/models/models_3.js +133 -180
- package/dist-cjs/models/models_4.js +222 -211
- package/dist-cjs/models/models_5.js +210 -4
- package/dist-cjs/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +35 -0
- package/dist-cjs/pagination/GetSpotPlacementScoresPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +109 -0
- package/dist-cjs/protocols/Aws_ec2.js +2178 -902
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +35 -0
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/CreateFleetCommand.js +2 -1
- package/dist-es/commands/CreateFlowLogsCommand.js +1 -1
- package/dist-es/commands/CreateFpgaImageCommand.js +1 -1
- package/dist-es/commands/CreateImageCommand.js +1 -1
- package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +1 -1
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +1 -1
- package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-es/commands/DescribeHostsCommand.js +2 -1
- package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeIdentityIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeImageAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeImagesCommand.js +1 -1
- package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -2
- package/dist-es/commands/DescribeSubnetsCommand.js +2 -1
- package/dist-es/commands/DescribeTagsCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -2
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +39 -0
- package/dist-es/commands/GetSpotPlacementScoresCommand.js +39 -0
- package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceEventWindowCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyInstancePlacementCommand.js +1 -1
- package/dist-es/commands/ModifyLaunchTemplateCommand.js +1 -1
- package/dist-es/commands/ModifyManagedPrefixListCommand.js +1 -1
- package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyReservedInstancesCommand.js +1 -1
- package/dist-es/commands/ModifySecurityGroupRulesCommand.js +1 -1
- package/dist-es/commands/ModifySnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/ModifySpotFleetRequestCommand.js +1 -1
- package/dist-es/commands/ModifySubnetAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +1 -1
- package/dist-es/commands/index.js +473 -0
- package/dist-es/endpoints.js +194 -22
- package/dist-es/index.js +5 -609
- package/dist-es/models/models_0.js +116 -74
- package/dist-es/models/models_1.js +94 -116
- package/dist-es/models/models_2.js +123 -84
- package/dist-es/models/models_3.js +85 -116
- package/dist-es/models/models_4.js +144 -139
- package/dist-es/models/models_5.js +139 -0
- package/dist-es/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +74 -0
- package/dist-es/pagination/GetSpotPlacementScoresPaginator.js +74 -0
- package/dist-es/pagination/index.js +106 -0
- package/dist-es/protocols/Aws_ec2.js +2742 -1274
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +32 -0
- package/dist-types/EC2.d.ts +30 -0
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.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/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.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/BundleInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelImportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.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/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.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 +3 -2
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageCommand.d.ts +2 -2
- 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/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.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/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.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/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.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/CreateTagsCommand.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/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.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/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -3
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.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/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +44 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.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/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +42 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -2
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +473 -0
- package/dist-types/index.d.ts +5 -609
- package/dist-types/models/models_0.d.ts +602 -615
- package/dist-types/models/models_1.d.ts +4831 -4562
- package/dist-types/models/models_2.d.ts +4641 -4767
- package/dist-types/models/models_3.d.ts +7074 -7126
- package/dist-types/models/models_4.d.ts +4816 -4415
- package/dist-types/models/models_5.d.ts +867 -6
- package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +106 -0
- package/dist-types/protocols/Aws_ec2.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/EC2.d.ts +10 -0
- package/dist-types/ts3.4/EC2Client.d.ts +8 -2
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +473 -0
- package/dist-types/ts3.4/index.d.ts +5 -609
- package/dist-types/ts3.4/models/models_0.d.ts +231 -254
- package/dist-types/ts3.4/models/models_1.d.ts +368 -345
- package/dist-types/ts3.4/models/models_2.d.ts +362 -347
- package/dist-types/ts3.4/models/models_3.d.ts +364 -393
- package/dist-types/ts3.4/models/models_4.d.ts +496 -431
- package/dist-types/ts3.4/models/models_5.d.ts +433 -5
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +106 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +32 -0
- package/dist-types/waiters/index.d.ts +32 -0
- package/package.json +28 -28
|
@@ -1,3 +1,111 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
|
|
3
|
+
* on an instance.</p>
|
|
4
|
+
*/
|
|
5
|
+
export interface AcceleratorCount {
|
|
6
|
+
/**
|
|
7
|
+
* <p>The minimum number of accelerators. If this parameter is not specified, there is no minimum
|
|
8
|
+
* limit.</p>
|
|
9
|
+
*/
|
|
10
|
+
Min?: number;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The maximum number of accelerators. If this parameter is not specified, there is no
|
|
13
|
+
* maximum limit.</p>
|
|
14
|
+
*/
|
|
15
|
+
Max?: number;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace AcceleratorCount {
|
|
18
|
+
/**
|
|
19
|
+
* @internal
|
|
20
|
+
*/
|
|
21
|
+
const filterSensitiveLog: (obj: AcceleratorCount) => any;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
|
|
25
|
+
* on an instance. To exclude accelerator-enabled instance types, set <code>Max</code> to
|
|
26
|
+
* <code>0</code>.</p>
|
|
27
|
+
*/
|
|
28
|
+
export interface AcceleratorCountRequest {
|
|
29
|
+
/**
|
|
30
|
+
* <p>The minimum number of accelerators. To specify no minimum limit, omit this
|
|
31
|
+
* parameter.</p>
|
|
32
|
+
*/
|
|
33
|
+
Min?: number;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The maximum number of accelerators. To specify no maximum limit, omit this
|
|
36
|
+
* parameter. To exclude accelerator-enabled instance types, set <code>Max</code> to
|
|
37
|
+
* <code>0</code>.</p>
|
|
38
|
+
*/
|
|
39
|
+
Max?: number;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace AcceleratorCountRequest {
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
45
|
+
const filterSensitiveLog: (obj: AcceleratorCountRequest) => any;
|
|
46
|
+
}
|
|
47
|
+
export declare enum AcceleratorManufacturer {
|
|
48
|
+
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
49
|
+
AMD = "amd",
|
|
50
|
+
NVIDIA = "nvidia",
|
|
51
|
+
XILINX = "xilinx"
|
|
52
|
+
}
|
|
53
|
+
export declare enum AcceleratorName {
|
|
54
|
+
A100 = "a100",
|
|
55
|
+
K80 = "k80",
|
|
56
|
+
M60 = "m60",
|
|
57
|
+
RADEON_PRO_V520 = "radeon-pro-v520",
|
|
58
|
+
T4 = "t4",
|
|
59
|
+
V100 = "v100",
|
|
60
|
+
VU9P = "vu9p"
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
|
|
64
|
+
*/
|
|
65
|
+
export interface AcceleratorTotalMemoryMiB {
|
|
66
|
+
/**
|
|
67
|
+
* <p>The minimum amount of accelerator memory, in MiB. If this parameter is not specified,
|
|
68
|
+
* there is no minimum limit.</p>
|
|
69
|
+
*/
|
|
70
|
+
Min?: number;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The maximum amount of accelerator memory, in MiB. If this parameter is not specified,
|
|
73
|
+
* there is no maximum limit.</p>
|
|
74
|
+
*/
|
|
75
|
+
Max?: number;
|
|
76
|
+
}
|
|
77
|
+
export declare namespace AcceleratorTotalMemoryMiB {
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
const filterSensitiveLog: (obj: AcceleratorTotalMemoryMiB) => any;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
|
|
85
|
+
*/
|
|
86
|
+
export interface AcceleratorTotalMemoryMiBRequest {
|
|
87
|
+
/**
|
|
88
|
+
* <p>The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this
|
|
89
|
+
* parameter.</p>
|
|
90
|
+
*/
|
|
91
|
+
Min?: number;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this
|
|
94
|
+
* parameter.</p>
|
|
95
|
+
*/
|
|
96
|
+
Max?: number;
|
|
97
|
+
}
|
|
98
|
+
export declare namespace AcceleratorTotalMemoryMiBRequest {
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
102
|
+
const filterSensitiveLog: (obj: AcceleratorTotalMemoryMiBRequest) => any;
|
|
103
|
+
}
|
|
104
|
+
export declare enum AcceleratorType {
|
|
105
|
+
FPGA = "fpga",
|
|
106
|
+
GPU = "gpu",
|
|
107
|
+
INFERENCE = "inference"
|
|
108
|
+
}
|
|
1
109
|
/**
|
|
2
110
|
* <p>Details about the target configuration.</p>
|
|
3
111
|
*/
|
|
@@ -4340,7 +4448,7 @@ export declare namespace CreateCapacityReservationResult {
|
|
|
4340
4448
|
export declare enum FleetInstanceMatchCriteria {
|
|
4341
4449
|
open = "open"
|
|
4342
4450
|
}
|
|
4343
|
-
export declare type _InstanceType = "a1.2xlarge" | "a1.4xlarge" | "a1.large" | "a1.medium" | "a1.metal" | "a1.xlarge" | "c1.medium" | "c1.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c3.large" | "c3.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.metal" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.large" | "c5d.metal" | "c5d.xlarge" | "c5n.18xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.large" | "c5n.metal" | "c5n.xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.large" | "c6g.medium" | "c6g.metal" | "c6g.xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.large" | "c6gd.medium" | "c6gd.metal" | "c6gd.xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.large" | "c6gn.medium" | "c6gn.xlarge" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d2.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3.xlarge" | "d3en.12xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.xlarge" | "f1.16xlarge" | "f1.2xlarge" | "f1.4xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.16xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3s.xlarge" | "g4ad.16xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.metal" | "g4dn.xlarge" | "h1.16xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "hi1.4xlarge" | "hs1.8xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i2.xlarge" | "i3.16xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.large" | "i3.metal" | "i3.xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.large" | "i3en.metal" | "i3en.xlarge" | "inf1.24xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.xlarge" | "m1.large" | "m1.medium" | "m1.small" | "m1.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m2.xlarge" | "m3.2xlarge" | "m3.large" | "m3.medium" | "m3.xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.metal" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.large" | "m5d.metal" | "m5d.xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.large" | "m5dn.metal" | "m5dn.xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.large" | "m5n.metal" | "m5n.xlarge" | "m5zn.12xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.large" | "m5zn.metal" | "m5zn.xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.large" | "m6g.medium" | "m6g.metal" | "m6g.xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.large" | "m6gd.medium" | "m6gd.metal" | "m6gd.xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.2xlarge" | "m6i.32xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.large" | "m6i.xlarge" | "mac1.metal" | "p2.16xlarge" | "p2.8xlarge" | "p2.xlarge" | "p3.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r3.large" | "r3.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.metal" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.large" | "r5b.metal" | "r5b.xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.large" | "r5d.metal" | "r5d.xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.large" | "r5dn.metal" | "r5dn.xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.large" | "r5n.metal" | "r5n.xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.large" | "r6g.medium" | "r6g.metal" | "r6g.xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.large" | "r6gd.medium" | "r6gd.metal" | "r6gd.xlarge" | "t1.micro" | "t2.2xlarge" | "t2.large" | "t2.medium" | "t2.micro" | "t2.nano" | "t2.small" | "t2.xlarge" | "t3.2xlarge" | "t3.large" | "t3.medium" | "t3.micro" | "t3.nano" | "t3.small" | "t3.xlarge" | "t3a.2xlarge" | "t3a.large" | "t3a.medium" | "t3a.micro" | "t3a.nano" | "t3a.small" | "t3a.xlarge" | "t4g.2xlarge" | "t4g.large" | "t4g.medium" | "t4g.micro" | "t4g.nano" | "t4g.small" | "t4g.xlarge" | "u-12tb1.112xlarge" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "u-6tb1.112xlarge" | "u-6tb1.56xlarge" | "u-6tb1.metal" | "u-9tb1.112xlarge" | "u-9tb1.metal" | "vt1.24xlarge" | "vt1.3xlarge" | "vt1.6xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.16xlarge" | "x1e.2xlarge" | "x1e.32xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.large" | "x2gd.medium" | "x2gd.metal" | "x2gd.xlarge" | "z1d.12xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.large" | "z1d.metal" | "z1d.xlarge";
|
|
4451
|
+
export declare type _InstanceType = "a1.2xlarge" | "a1.4xlarge" | "a1.large" | "a1.medium" | "a1.metal" | "a1.xlarge" | "c1.medium" | "c1.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c3.large" | "c3.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.metal" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.large" | "c5d.metal" | "c5d.xlarge" | "c5n.18xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.large" | "c5n.metal" | "c5n.xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.large" | "c6g.medium" | "c6g.metal" | "c6g.xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.large" | "c6gd.medium" | "c6gd.metal" | "c6gd.xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.large" | "c6gn.medium" | "c6gn.xlarge" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d2.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3.xlarge" | "d3en.12xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.xlarge" | "dl1.24xlarge" | "f1.16xlarge" | "f1.2xlarge" | "f1.4xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.16xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3s.xlarge" | "g4ad.16xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.metal" | "g4dn.xlarge" | "h1.16xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "hi1.4xlarge" | "hs1.8xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i2.xlarge" | "i3.16xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.large" | "i3.metal" | "i3.xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.large" | "i3en.metal" | "i3en.xlarge" | "inf1.24xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.xlarge" | "m1.large" | "m1.medium" | "m1.small" | "m1.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m2.xlarge" | "m3.2xlarge" | "m3.large" | "m3.medium" | "m3.xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.metal" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.large" | "m5d.metal" | "m5d.xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.large" | "m5dn.metal" | "m5dn.xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.large" | "m5n.metal" | "m5n.xlarge" | "m5zn.12xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.large" | "m5zn.metal" | "m5zn.xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.large" | "m6g.medium" | "m6g.metal" | "m6g.xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.large" | "m6gd.medium" | "m6gd.metal" | "m6gd.xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.2xlarge" | "m6i.32xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.large" | "m6i.xlarge" | "mac1.metal" | "p2.16xlarge" | "p2.8xlarge" | "p2.xlarge" | "p3.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r3.large" | "r3.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.metal" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.large" | "r5b.metal" | "r5b.xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.large" | "r5d.metal" | "r5d.xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.large" | "r5dn.metal" | "r5dn.xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.large" | "r5n.metal" | "r5n.xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.large" | "r6g.medium" | "r6g.metal" | "r6g.xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.large" | "r6gd.medium" | "r6gd.metal" | "r6gd.xlarge" | "t1.micro" | "t2.2xlarge" | "t2.large" | "t2.medium" | "t2.micro" | "t2.nano" | "t2.small" | "t2.xlarge" | "t3.2xlarge" | "t3.large" | "t3.medium" | "t3.micro" | "t3.nano" | "t3.small" | "t3.xlarge" | "t3a.2xlarge" | "t3a.large" | "t3a.medium" | "t3a.micro" | "t3a.nano" | "t3a.small" | "t3a.xlarge" | "t4g.2xlarge" | "t4g.large" | "t4g.medium" | "t4g.micro" | "t4g.nano" | "t4g.small" | "t4g.xlarge" | "u-12tb1.112xlarge" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "u-6tb1.112xlarge" | "u-6tb1.56xlarge" | "u-6tb1.metal" | "u-9tb1.112xlarge" | "u-9tb1.metal" | "vt1.24xlarge" | "vt1.3xlarge" | "vt1.6xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.16xlarge" | "x1e.2xlarge" | "x1e.32xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.large" | "x2gd.medium" | "x2gd.metal" | "x2gd.xlarge" | "z1d.12xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.large" | "z1d.metal" | "z1d.xlarge";
|
|
4344
4452
|
/**
|
|
4345
4453
|
* <p>Information about an instance type to use in a Capacity Reservation Fleet.</p>
|
|
4346
4454
|
*/
|
|
@@ -5565,6 +5673,432 @@ export declare namespace FleetLaunchTemplateSpecificationRequest {
|
|
|
5565
5673
|
*/
|
|
5566
5674
|
const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
|
|
5567
5675
|
}
|
|
5676
|
+
export declare enum BareMetal {
|
|
5677
|
+
EXCLUDED = "excluded",
|
|
5678
|
+
INCLUDED = "included",
|
|
5679
|
+
REQUIRED = "required"
|
|
5680
|
+
}
|
|
5681
|
+
/**
|
|
5682
|
+
* <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
|
|
5683
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
|
|
5684
|
+
* EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
5685
|
+
*/
|
|
5686
|
+
export interface BaselineEbsBandwidthMbpsRequest {
|
|
5687
|
+
/**
|
|
5688
|
+
* <p>The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit
|
|
5689
|
+
* this parameter.</p>
|
|
5690
|
+
*/
|
|
5691
|
+
Min?: number;
|
|
5692
|
+
/**
|
|
5693
|
+
* <p>The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit
|
|
5694
|
+
* this parameter.</p>
|
|
5695
|
+
*/
|
|
5696
|
+
Max?: number;
|
|
5697
|
+
}
|
|
5698
|
+
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
5699
|
+
/**
|
|
5700
|
+
* @internal
|
|
5701
|
+
*/
|
|
5702
|
+
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
5703
|
+
}
|
|
5704
|
+
export declare enum BurstablePerformance {
|
|
5705
|
+
EXCLUDED = "excluded",
|
|
5706
|
+
INCLUDED = "included",
|
|
5707
|
+
REQUIRED = "required"
|
|
5708
|
+
}
|
|
5709
|
+
export declare enum CpuManufacturer {
|
|
5710
|
+
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
5711
|
+
AMD = "amd",
|
|
5712
|
+
INTEL = "intel"
|
|
5713
|
+
}
|
|
5714
|
+
export declare enum InstanceGeneration {
|
|
5715
|
+
CURRENT = "current",
|
|
5716
|
+
PREVIOUS = "previous"
|
|
5717
|
+
}
|
|
5718
|
+
export declare enum LocalStorage {
|
|
5719
|
+
EXCLUDED = "excluded",
|
|
5720
|
+
INCLUDED = "included",
|
|
5721
|
+
REQUIRED = "required"
|
|
5722
|
+
}
|
|
5723
|
+
export declare enum LocalStorageType {
|
|
5724
|
+
HDD = "hdd",
|
|
5725
|
+
SSD = "ssd"
|
|
5726
|
+
}
|
|
5727
|
+
/**
|
|
5728
|
+
* <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
|
|
5729
|
+
*/
|
|
5730
|
+
export interface MemoryGiBPerVCpuRequest {
|
|
5731
|
+
/**
|
|
5732
|
+
* <p>The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this
|
|
5733
|
+
* parameter.</p>
|
|
5734
|
+
*/
|
|
5735
|
+
Min?: number;
|
|
5736
|
+
/**
|
|
5737
|
+
* <p>The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this
|
|
5738
|
+
* parameter.</p>
|
|
5739
|
+
*/
|
|
5740
|
+
Max?: number;
|
|
5741
|
+
}
|
|
5742
|
+
export declare namespace MemoryGiBPerVCpuRequest {
|
|
5743
|
+
/**
|
|
5744
|
+
* @internal
|
|
5745
|
+
*/
|
|
5746
|
+
const filterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
|
|
5747
|
+
}
|
|
5748
|
+
/**
|
|
5749
|
+
* <p>The minimum and maximum amount of memory, in MiB.</p>
|
|
5750
|
+
*/
|
|
5751
|
+
export interface MemoryMiBRequest {
|
|
5752
|
+
/**
|
|
5753
|
+
* <p>The minimum amount of memory, in MiB. To specify no minimum limit, specify
|
|
5754
|
+
* <code>0</code>.</p>
|
|
5755
|
+
*/
|
|
5756
|
+
Min: number | undefined;
|
|
5757
|
+
/**
|
|
5758
|
+
* <p>The maximum amount of memory, in MiB. To specify no maximum limit, omit this
|
|
5759
|
+
* parameter.</p>
|
|
5760
|
+
*/
|
|
5761
|
+
Max?: number;
|
|
5762
|
+
}
|
|
5763
|
+
export declare namespace MemoryMiBRequest {
|
|
5764
|
+
/**
|
|
5765
|
+
* @internal
|
|
5766
|
+
*/
|
|
5767
|
+
const filterSensitiveLog: (obj: MemoryMiBRequest) => any;
|
|
5768
|
+
}
|
|
5769
|
+
/**
|
|
5770
|
+
* <p>The minimum and maximum number of network interfaces.</p>
|
|
5771
|
+
*/
|
|
5772
|
+
export interface NetworkInterfaceCountRequest {
|
|
5773
|
+
/**
|
|
5774
|
+
* <p>The minimum number of network interfaces. To specify no minimum limit, omit this
|
|
5775
|
+
* parameter.</p>
|
|
5776
|
+
*/
|
|
5777
|
+
Min?: number;
|
|
5778
|
+
/**
|
|
5779
|
+
* <p>The maximum number of network interfaces. To specify no maximum limit, omit this
|
|
5780
|
+
* parameter.</p>
|
|
5781
|
+
*/
|
|
5782
|
+
Max?: number;
|
|
5783
|
+
}
|
|
5784
|
+
export declare namespace NetworkInterfaceCountRequest {
|
|
5785
|
+
/**
|
|
5786
|
+
* @internal
|
|
5787
|
+
*/
|
|
5788
|
+
const filterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
|
|
5789
|
+
}
|
|
5790
|
+
/**
|
|
5791
|
+
* <p>The minimum and maximum amount of total local storage, in GB.</p>
|
|
5792
|
+
*/
|
|
5793
|
+
export interface TotalLocalStorageGBRequest {
|
|
5794
|
+
/**
|
|
5795
|
+
* <p>The minimum amount of total local storage, in GB. To specify no minimum limit, omit this
|
|
5796
|
+
* parameter.</p>
|
|
5797
|
+
*/
|
|
5798
|
+
Min?: number;
|
|
5799
|
+
/**
|
|
5800
|
+
* <p>The maximum amount of total local storage, in GB. To specify no maximum limit, omit this
|
|
5801
|
+
* parameter.</p>
|
|
5802
|
+
*/
|
|
5803
|
+
Max?: number;
|
|
5804
|
+
}
|
|
5805
|
+
export declare namespace TotalLocalStorageGBRequest {
|
|
5806
|
+
/**
|
|
5807
|
+
* @internal
|
|
5808
|
+
*/
|
|
5809
|
+
const filterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
|
|
5810
|
+
}
|
|
5811
|
+
/**
|
|
5812
|
+
* <p>The minimum and maximum number of vCPUs.</p>
|
|
5813
|
+
*/
|
|
5814
|
+
export interface VCpuCountRangeRequest {
|
|
5815
|
+
/**
|
|
5816
|
+
* <p>The minimum number of vCPUs. To specify no minimum limit, specify <code>0</code>.</p>
|
|
5817
|
+
*/
|
|
5818
|
+
Min: number | undefined;
|
|
5819
|
+
/**
|
|
5820
|
+
* <p>The maximum number of vCPUs. To specify no maximum limit, omit this parameter.</p>
|
|
5821
|
+
*/
|
|
5822
|
+
Max?: number;
|
|
5823
|
+
}
|
|
5824
|
+
export declare namespace VCpuCountRangeRequest {
|
|
5825
|
+
/**
|
|
5826
|
+
* @internal
|
|
5827
|
+
*/
|
|
5828
|
+
const filterSensitiveLog: (obj: VCpuCountRangeRequest) => any;
|
|
5829
|
+
}
|
|
5830
|
+
/**
|
|
5831
|
+
* <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
|
|
5832
|
+
* identify instance types with these attributes.</p>
|
|
5833
|
+
* <p>When you specify multiple parameters, you get instance types that satisfy all of the
|
|
5834
|
+
* specified parameters. If you specify multiple values for a parameter, you get instance
|
|
5835
|
+
* types that satisfy any of the specified values.</p>
|
|
5836
|
+
* <note>
|
|
5837
|
+
* <p>You must specify <code>VCpuCount</code> and <code>MemoryMiB</code>. All other parameters
|
|
5838
|
+
* are optional. Any unspecified optional parameter is set to its default.</p>
|
|
5839
|
+
* </note>
|
|
5840
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html">Attribute-based instance type selection for EC2 Fleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html">Attribute-based instance type selection for Spot Fleet</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html">Spot
|
|
5841
|
+
* placement score</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
5842
|
+
*/
|
|
5843
|
+
export interface InstanceRequirementsRequest {
|
|
5844
|
+
/**
|
|
5845
|
+
* <p>The minimum and maximum number of vCPUs.</p>
|
|
5846
|
+
*/
|
|
5847
|
+
VCpuCount: VCpuCountRangeRequest | undefined;
|
|
5848
|
+
/**
|
|
5849
|
+
* <p>The minimum and maximum amount of memory, in MiB.</p>
|
|
5850
|
+
*/
|
|
5851
|
+
MemoryMiB: MemoryMiBRequest | undefined;
|
|
5852
|
+
/**
|
|
5853
|
+
* <p>The CPU manufacturers to include.</p>
|
|
5854
|
+
* <ul>
|
|
5855
|
+
* <li>
|
|
5856
|
+
* <p>For instance types with Intel CPUs, specify <code>intel</code>.</p>
|
|
5857
|
+
* </li>
|
|
5858
|
+
* <li>
|
|
5859
|
+
* <p>For instance types with AMD CPUs, specify <code>amd</code>.</p>
|
|
5860
|
+
* </li>
|
|
5861
|
+
* <li>
|
|
5862
|
+
* <p>For instance types with Amazon Web Services CPUs, specify <code>amazon-web-services</code>.</p>
|
|
5863
|
+
* </li>
|
|
5864
|
+
* </ul>
|
|
5865
|
+
* <note>
|
|
5866
|
+
* <p>Don't confuse the CPU manufacturer with the CPU architecture. Instances will
|
|
5867
|
+
* be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you
|
|
5868
|
+
* specify in your launch template.</p>
|
|
5869
|
+
* </note>
|
|
5870
|
+
* <p>Default: Any manufacturer</p>
|
|
5871
|
+
*/
|
|
5872
|
+
CpuManufacturers?: (CpuManufacturer | string)[];
|
|
5873
|
+
/**
|
|
5874
|
+
* <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
|
|
5875
|
+
* <p>Default: No minimum or maximum limits</p>
|
|
5876
|
+
*/
|
|
5877
|
+
MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
|
|
5878
|
+
/**
|
|
5879
|
+
* <p>The instance types to exclude. You can use strings with one or more wild cards, represented by
|
|
5880
|
+
* an asterisk (<code>*</code>), to exclude an instance family, type, size, or generation. The
|
|
5881
|
+
* following are examples: <code>m5.8xlarge</code>, <code>c5*.*</code>, <code>m5a.*</code>,
|
|
5882
|
+
* <code>r*</code>, <code>*3*</code>.</p>
|
|
5883
|
+
* <p>For example, if you specify <code>c5*</code>,Amazon EC2 will exclude the entire C5 instance
|
|
5884
|
+
* family, which includes all C5a and C5n instance types. If you specify
|
|
5885
|
+
* <code>m5a.*</code>, Amazon EC2 will exclude all the M5a instance types, but not the M5n
|
|
5886
|
+
* instance types.</p>
|
|
5887
|
+
* <p>Default: No excluded instance types</p>
|
|
5888
|
+
*/
|
|
5889
|
+
ExcludedInstanceTypes?: string[];
|
|
5890
|
+
/**
|
|
5891
|
+
* <p>Indicates whether current or previous generation instance types are included. The
|
|
5892
|
+
* current generation instance types are recommended for use. Current generation instance types are
|
|
5893
|
+
* typically the latest two to three generations in each instance family. For more
|
|
5894
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the
|
|
5895
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
5896
|
+
* <p>For current generation instance types, specify <code>current</code>.</p>
|
|
5897
|
+
* <p>For previous generation instance types, specify <code>previous</code>.</p>
|
|
5898
|
+
* <p>Default: Current and previous generation instance types</p>
|
|
5899
|
+
*/
|
|
5900
|
+
InstanceGenerations?: (InstanceGeneration | string)[];
|
|
5901
|
+
/**
|
|
5902
|
+
* <p>The price protection threshold for Spot Instance. This is the maximum you’ll pay for an Spot Instance,
|
|
5903
|
+
* expressed as a percentage above the cheapest M, C, or R instance type with your specified
|
|
5904
|
+
* attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance
|
|
5905
|
+
* types priced above your threshold.</p>
|
|
5906
|
+
* <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
|
|
5907
|
+
* <p>To turn off price protection, specify a high value, such as <code>999999</code>.</p>
|
|
5908
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</p>
|
|
5909
|
+
* <p>Default: <code>100</code>
|
|
5910
|
+
* </p>
|
|
5911
|
+
*/
|
|
5912
|
+
SpotMaxPricePercentageOverLowestPrice?: number;
|
|
5913
|
+
/**
|
|
5914
|
+
* <p>The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance,
|
|
5915
|
+
* expressed as a percentage above the cheapest M, C, or R instance type with your specified
|
|
5916
|
+
* attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance
|
|
5917
|
+
* types priced above your threshold.</p>
|
|
5918
|
+
* <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
|
|
5919
|
+
* <p>To turn off price protection, specify a high value, such as <code>999999</code>.</p>
|
|
5920
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</p>
|
|
5921
|
+
* <p>Default: <code>20</code>
|
|
5922
|
+
* </p>
|
|
5923
|
+
*/
|
|
5924
|
+
OnDemandMaxPricePercentageOverLowestPrice?: number;
|
|
5925
|
+
/**
|
|
5926
|
+
* <p>Indicates whether bare metal instance types must be included, excluded, or required.</p>
|
|
5927
|
+
* <ul>
|
|
5928
|
+
* <li>
|
|
5929
|
+
* <p>To include bare metal instance types, specify <code>included</code>.</p>
|
|
5930
|
+
* </li>
|
|
5931
|
+
* <li>
|
|
5932
|
+
* <p>To require only bare metal instance types, specify <code>required</code>.</p>
|
|
5933
|
+
* </li>
|
|
5934
|
+
* <li>
|
|
5935
|
+
* <p>To exclude bare metal instance types, specify <code>excluded</code>.</p>
|
|
5936
|
+
* </li>
|
|
5937
|
+
* </ul>
|
|
5938
|
+
* <p>Default: <code>excluded</code>
|
|
5939
|
+
* </p>
|
|
5940
|
+
*/
|
|
5941
|
+
BareMetal?: BareMetal | string;
|
|
5942
|
+
/**
|
|
5943
|
+
* <p>Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see
|
|
5944
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance instances</a>.</p>
|
|
5945
|
+
* <ul>
|
|
5946
|
+
* <li>
|
|
5947
|
+
* <p>To include burstable performance instance types, specify <code>included</code>.</p>
|
|
5948
|
+
* </li>
|
|
5949
|
+
* <li>
|
|
5950
|
+
* <p>To require only burstable performance instance types, specify <code>required</code>.</p>
|
|
5951
|
+
* </li>
|
|
5952
|
+
* <li>
|
|
5953
|
+
* <p>To exclude burstable performance instance types, specify <code>excluded</code>.</p>
|
|
5954
|
+
* </li>
|
|
5955
|
+
* </ul>
|
|
5956
|
+
* <p>Default: <code>excluded</code>
|
|
5957
|
+
* </p>
|
|
5958
|
+
*/
|
|
5959
|
+
BurstablePerformance?: BurstablePerformance | string;
|
|
5960
|
+
/**
|
|
5961
|
+
* <p>Indicates whether instance types must support hibernation for On-Demand Instances.</p>
|
|
5962
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a>.</p>
|
|
5963
|
+
* <p>Default: <code>false</code>
|
|
5964
|
+
* </p>
|
|
5965
|
+
*/
|
|
5966
|
+
RequireHibernateSupport?: boolean;
|
|
5967
|
+
/**
|
|
5968
|
+
* <p>The minimum and maximum number of network interfaces.</p>
|
|
5969
|
+
* <p>Default: No minimum or maximum limits</p>
|
|
5970
|
+
*/
|
|
5971
|
+
NetworkInterfaceCount?: NetworkInterfaceCountRequest;
|
|
5972
|
+
/**
|
|
5973
|
+
* <p>Indicates whether instance types with instance store volumes are included, excluded, or required. For more information,
|
|
5974
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html">Amazon
|
|
5975
|
+
* EC2 instance store</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
5976
|
+
* <ul>
|
|
5977
|
+
* <li>
|
|
5978
|
+
* <p>To include instance types with instance store volumes, specify
|
|
5979
|
+
* <code>included</code>.</p>
|
|
5980
|
+
* </li>
|
|
5981
|
+
* <li>
|
|
5982
|
+
* <p>To require only instance types with instance store volumes, specify
|
|
5983
|
+
* <code>required</code>.</p>
|
|
5984
|
+
* </li>
|
|
5985
|
+
* <li>
|
|
5986
|
+
* <p>To exclude instance types with instance store volumes, specify
|
|
5987
|
+
* <code>excluded</code>.</p>
|
|
5988
|
+
* </li>
|
|
5989
|
+
* </ul>
|
|
5990
|
+
* <p>Default: <code>included</code>
|
|
5991
|
+
* </p>
|
|
5992
|
+
*/
|
|
5993
|
+
LocalStorage?: LocalStorage | string;
|
|
5994
|
+
/**
|
|
5995
|
+
* <p>The type of local storage that is required.</p>
|
|
5996
|
+
* <ul>
|
|
5997
|
+
* <li>
|
|
5998
|
+
* <p>For instance types with hard disk drive (HDD) storage, specify <code>hdd</code>.</p>
|
|
5999
|
+
* </li>
|
|
6000
|
+
* <li>
|
|
6001
|
+
* <p>For instance types with solid state drive (SDD) storage, specify <code>sdd</code>.</p>
|
|
6002
|
+
* </li>
|
|
6003
|
+
* </ul>
|
|
6004
|
+
* <p>Default: <code>hdd</code> and <code>sdd</code>
|
|
6005
|
+
* </p>
|
|
6006
|
+
*/
|
|
6007
|
+
LocalStorageTypes?: (LocalStorageType | string)[];
|
|
6008
|
+
/**
|
|
6009
|
+
* <p>The minimum and maximum amount of total local storage, in GB.</p>
|
|
6010
|
+
* <p>Default: No minimum or maximum limits</p>
|
|
6011
|
+
*/
|
|
6012
|
+
TotalLocalStorageGB?: TotalLocalStorageGBRequest;
|
|
6013
|
+
/**
|
|
6014
|
+
* <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
|
|
6015
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
|
|
6016
|
+
* EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6017
|
+
* <p>Default: No minimum or maximum limits</p>
|
|
6018
|
+
*/
|
|
6019
|
+
BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
|
|
6020
|
+
/**
|
|
6021
|
+
* <p>The accelerator types that must be on the instance type.</p>
|
|
6022
|
+
* <ul>
|
|
6023
|
+
* <li>
|
|
6024
|
+
* <p>To include instance types with GPU hardware, specify <code>gpu</code>.</p>
|
|
6025
|
+
* </li>
|
|
6026
|
+
* <li>
|
|
6027
|
+
* <p>To include instance types with FPGA hardware, specify <code>fpga</code>.</p>
|
|
6028
|
+
* </li>
|
|
6029
|
+
* <li>
|
|
6030
|
+
* <p>To include instance types with inference hardware, specify <code>inference</code>.</p>
|
|
6031
|
+
* </li>
|
|
6032
|
+
* </ul>
|
|
6033
|
+
* <p>Default: Any accelerator type</p>
|
|
6034
|
+
*/
|
|
6035
|
+
AcceleratorTypes?: (AcceleratorType | string)[];
|
|
6036
|
+
/**
|
|
6037
|
+
* <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on
|
|
6038
|
+
* an instance.</p>
|
|
6039
|
+
* <p>To exclude accelerator-enabled instance types, set <code>Max</code> to <code>0</code>.</p>
|
|
6040
|
+
* <p>Default: No minimum or maximum limits</p>
|
|
6041
|
+
*/
|
|
6042
|
+
AcceleratorCount?: AcceleratorCountRequest;
|
|
6043
|
+
/**
|
|
6044
|
+
* <p>Indicates whether instance types must have accelerators by specific manufacturers.</p>
|
|
6045
|
+
* <ul>
|
|
6046
|
+
* <li>
|
|
6047
|
+
* <p>For instance types with NVIDIA devices, specify <code>nvidia</code>.</p>
|
|
6048
|
+
* </li>
|
|
6049
|
+
* <li>
|
|
6050
|
+
* <p>For instance types with AMD devices, specify <code>amd</code>.</p>
|
|
6051
|
+
* </li>
|
|
6052
|
+
* <li>
|
|
6053
|
+
* <p>For instance types with Amazon Web Services devices, specify <code>amazon-web-services</code>.</p>
|
|
6054
|
+
* </li>
|
|
6055
|
+
* <li>
|
|
6056
|
+
* <p>For instance types with Xilinx devices, specify <code>xilinx</code>.</p>
|
|
6057
|
+
* </li>
|
|
6058
|
+
* </ul>
|
|
6059
|
+
* <p>Default: Any manufacturer</p>
|
|
6060
|
+
*/
|
|
6061
|
+
AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
|
|
6062
|
+
/**
|
|
6063
|
+
* <p>The accelerators that must be on the instance type.</p>
|
|
6064
|
+
* <ul>
|
|
6065
|
+
* <li>
|
|
6066
|
+
* <p>For instance types with NVIDIA A100 GPUs, specify <code>a100</code>.</p>
|
|
6067
|
+
* </li>
|
|
6068
|
+
* <li>
|
|
6069
|
+
* <p>For instance types with NVIDIA V100 GPUs, specify <code>v100</code>.</p>
|
|
6070
|
+
* </li>
|
|
6071
|
+
* <li>
|
|
6072
|
+
* <p>For instance types with NVIDIA K80 GPUs, specify <code>k80</code>.</p>
|
|
6073
|
+
* </li>
|
|
6074
|
+
* <li>
|
|
6075
|
+
* <p>For instance types with NVIDIA T4 GPUs, specify <code>t4</code>.</p>
|
|
6076
|
+
* </li>
|
|
6077
|
+
* <li>
|
|
6078
|
+
* <p>For instance types with NVIDIA M60 GPUs, specify <code>m60</code>.</p>
|
|
6079
|
+
* </li>
|
|
6080
|
+
* <li>
|
|
6081
|
+
* <p>For instance types with AMD Radeon Pro V520 GPUs, specify <code>radeon-pro-v520</code>.</p>
|
|
6082
|
+
* </li>
|
|
6083
|
+
* <li>
|
|
6084
|
+
* <p>For instance types with Xilinx VU9P FPGAs, specify <code> vu9p</code>.</p>
|
|
6085
|
+
* </li>
|
|
6086
|
+
* </ul>
|
|
6087
|
+
* <p>Default: Any accelerator</p>
|
|
6088
|
+
*/
|
|
6089
|
+
AcceleratorNames?: (AcceleratorName | string)[];
|
|
6090
|
+
/**
|
|
6091
|
+
* <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
|
|
6092
|
+
* <p>Default: No minimum or maximum limits</p>
|
|
6093
|
+
*/
|
|
6094
|
+
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
|
|
6095
|
+
}
|
|
6096
|
+
export declare namespace InstanceRequirementsRequest {
|
|
6097
|
+
/**
|
|
6098
|
+
* @internal
|
|
6099
|
+
*/
|
|
6100
|
+
const filterSensitiveLog: (obj: InstanceRequirementsRequest) => any;
|
|
6101
|
+
}
|
|
5568
6102
|
/**
|
|
5569
6103
|
* <p>Describes the placement of an instance.</p>
|
|
5570
6104
|
*/
|
|
@@ -5632,6 +6166,10 @@ export declare namespace Placement {
|
|
|
5632
6166
|
export interface FleetLaunchTemplateOverridesRequest {
|
|
5633
6167
|
/**
|
|
5634
6168
|
* <p>The instance type.</p>
|
|
6169
|
+
* <note>
|
|
6170
|
+
* <p>If you specify <code>InstanceTypes</code>, you can't specify
|
|
6171
|
+
* <code>InstanceRequirements</code>.</p>
|
|
6172
|
+
* </note>
|
|
5635
6173
|
*/
|
|
5636
6174
|
InstanceType?: _InstanceType | string;
|
|
5637
6175
|
/**
|
|
@@ -5669,6 +6207,15 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
5669
6207
|
* <p>The location where the instance launched, if applicable.</p>
|
|
5670
6208
|
*/
|
|
5671
6209
|
Placement?: Placement;
|
|
6210
|
+
/**
|
|
6211
|
+
* <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
|
|
6212
|
+
* identify instance types with those attributes.</p>
|
|
6213
|
+
* <note>
|
|
6214
|
+
* <p>If you specify <code>InstanceRequirements</code>, you can't specify
|
|
6215
|
+
* <code>InstanceTypes</code>.</p>
|
|
6216
|
+
* </note>
|
|
6217
|
+
*/
|
|
6218
|
+
InstanceRequirements?: InstanceRequirementsRequest;
|
|
5672
6219
|
}
|
|
5673
6220
|
export declare namespace FleetLaunchTemplateOverridesRequest {
|
|
5674
6221
|
/**
|
|
@@ -5789,26 +6336,36 @@ export declare enum SpotAllocationStrategy {
|
|
|
5789
6336
|
}
|
|
5790
6337
|
export declare type SpotInstanceInterruptionBehavior = "hibernate" | "stop" | "terminate";
|
|
5791
6338
|
export declare enum FleetReplacementStrategy {
|
|
5792
|
-
LAUNCH = "launch"
|
|
6339
|
+
LAUNCH = "launch",
|
|
6340
|
+
LAUNCH_BEFORE_TERMINATE = "launch-before-terminate"
|
|
5793
6341
|
}
|
|
5794
6342
|
/**
|
|
5795
|
-
* <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a
|
|
5796
|
-
* Spot Instance is at an elevated risk of being interrupted.
|
|
5797
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-capacity-rebalance">Capacity rebalancing</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6343
|
+
* <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a rebalance
|
|
6344
|
+
* notification signal that your Spot Instance is at an elevated risk of being interrupted.
|
|
6345
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-capacity-rebalance">Capacity rebalancing</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
5798
6346
|
*/
|
|
5799
6347
|
export interface FleetSpotCapacityRebalanceRequest {
|
|
5800
6348
|
/**
|
|
5801
6349
|
* <p>The replacement strategy to use. Only available for fleets of type
|
|
5802
6350
|
* <code>maintain</code>.</p>
|
|
5803
|
-
* <p>
|
|
5804
|
-
*
|
|
5805
|
-
*
|
|
5806
|
-
*
|
|
5807
|
-
*
|
|
5808
|
-
*
|
|
5809
|
-
*
|
|
6351
|
+
* <p>
|
|
6352
|
+
* <code>launch</code> - EC2 Fleet launches a replacement Spot Instance when a rebalance
|
|
6353
|
+
* notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet does not
|
|
6354
|
+
* terminate the instances that receive a rebalance notification. You can terminate the old
|
|
6355
|
+
* instances, or you can leave them running. You are charged for all instances while they are
|
|
6356
|
+
* running. </p>
|
|
6357
|
+
* <p>
|
|
6358
|
+
* <code>launch-before-terminate</code> - EC2 Fleet launches a replacement Spot Instance
|
|
6359
|
+
* when a rebalance notification is emitted for an existing Spot Instance in the fleet, and
|
|
6360
|
+
* then, after a delay that you specify (in <code>TerminationDelay</code>), terminates the
|
|
6361
|
+
* instances that received a rebalance notification.</p>
|
|
5810
6362
|
*/
|
|
5811
6363
|
ReplacementStrategy?: FleetReplacementStrategy | string;
|
|
6364
|
+
/**
|
|
6365
|
+
* <p>The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot
|
|
6366
|
+
* Instance after launching a new replacement Spot Instance.</p>
|
|
6367
|
+
*/
|
|
6368
|
+
TerminationDelay?: number;
|
|
5812
6369
|
}
|
|
5813
6370
|
export declare namespace FleetSpotCapacityRebalanceRequest {
|
|
5814
6371
|
/**
|
|
@@ -5909,6 +6466,11 @@ export declare enum DefaultTargetCapacityType {
|
|
|
5909
6466
|
ON_DEMAND = "on-demand",
|
|
5910
6467
|
SPOT = "spot"
|
|
5911
6468
|
}
|
|
6469
|
+
export declare enum TargetCapacityUnitType {
|
|
6470
|
+
MEMORY_MIB = "memory-mib",
|
|
6471
|
+
UNITS = "units",
|
|
6472
|
+
VCPU = "vcpu"
|
|
6473
|
+
}
|
|
5912
6474
|
/**
|
|
5913
6475
|
* <p>The number of units to request. You can choose to set the target capacity as the number of
|
|
5914
6476
|
* instances. Or you can set the target capacity to a performance characteristic that is important to your application workload,
|
|
@@ -5942,6 +6504,11 @@ export interface TargetCapacitySpecificationRequest {
|
|
|
5942
6504
|
* <code>On-Demand</code>.</p>
|
|
5943
6505
|
*/
|
|
5944
6506
|
DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
|
|
6507
|
+
/**
|
|
6508
|
+
* <p>The unit for the target capacity.</p>
|
|
6509
|
+
* <p>Default: <code>units</code> (translates to number of instances)</p>
|
|
6510
|
+
*/
|
|
6511
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | string;
|
|
5945
6512
|
}
|
|
5946
6513
|
export declare namespace TargetCapacitySpecificationRequest {
|
|
5947
6514
|
/**
|
|
@@ -6092,627 +6659,47 @@ export declare namespace FleetLaunchTemplateSpecification {
|
|
|
6092
6659
|
const filterSensitiveLog: (obj: FleetLaunchTemplateSpecification) => any;
|
|
6093
6660
|
}
|
|
6094
6661
|
/**
|
|
6095
|
-
* <p>
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
/**
|
|
6099
|
-
* <p>The name of the placement group that the instance is in.</p>
|
|
6100
|
-
*/
|
|
6101
|
-
GroupName?: string;
|
|
6102
|
-
}
|
|
6103
|
-
export declare namespace PlacementResponse {
|
|
6104
|
-
/**
|
|
6105
|
-
* @internal
|
|
6106
|
-
*/
|
|
6107
|
-
const filterSensitiveLog: (obj: PlacementResponse) => any;
|
|
6108
|
-
}
|
|
6109
|
-
/**
|
|
6110
|
-
* <p>Describes overrides for a launch template.</p>
|
|
6111
|
-
*/
|
|
6112
|
-
export interface FleetLaunchTemplateOverrides {
|
|
6113
|
-
/**
|
|
6114
|
-
* <p>The instance type.</p>
|
|
6115
|
-
*/
|
|
6116
|
-
InstanceType?: _InstanceType | string;
|
|
6117
|
-
/**
|
|
6118
|
-
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance.</p>
|
|
6119
|
-
*/
|
|
6120
|
-
MaxPrice?: string;
|
|
6121
|
-
/**
|
|
6122
|
-
* <p>The ID of the subnet in which to launch the instances.</p>
|
|
6123
|
-
*/
|
|
6124
|
-
SubnetId?: string;
|
|
6125
|
-
/**
|
|
6126
|
-
* <p>The Availability Zone in which to launch the instances.</p>
|
|
6127
|
-
*/
|
|
6128
|
-
AvailabilityZone?: string;
|
|
6129
|
-
/**
|
|
6130
|
-
* <p>The number of units provided by the specified instance type.</p>
|
|
6131
|
-
*/
|
|
6132
|
-
WeightedCapacity?: number;
|
|
6133
|
-
/**
|
|
6134
|
-
* <p>The priority for the launch template override. The highest priority is launched
|
|
6135
|
-
* first.</p>
|
|
6136
|
-
* <p>If the On-Demand <code>AllocationStrategy</code> is set to <code>prioritized</code>,
|
|
6137
|
-
* EC2 Fleet uses priority to determine which launch template override to use first in fulfilling
|
|
6138
|
-
* On-Demand capacity.</p>
|
|
6139
|
-
* <p>If the Spot <code>AllocationStrategy</code> is set to
|
|
6140
|
-
* <code>capacity-optimized-prioritized</code>, EC2 Fleet uses priority on a best-effort basis
|
|
6141
|
-
* to determine which launch template override to use in fulfilling Spot capacity, but
|
|
6142
|
-
* optimizes for capacity first.</p>
|
|
6143
|
-
* <p>Valid values are whole numbers starting at <code>0</code>. The lower the number, the
|
|
6144
|
-
* higher the priority. If no number is set, the override has the lowest priority. You can set
|
|
6145
|
-
* the same priority for different launch template overrides.</p>
|
|
6146
|
-
*/
|
|
6147
|
-
Priority?: number;
|
|
6148
|
-
/**
|
|
6149
|
-
* <p>The location where the instance launched, if applicable.</p>
|
|
6150
|
-
*/
|
|
6151
|
-
Placement?: PlacementResponse;
|
|
6152
|
-
}
|
|
6153
|
-
export declare namespace FleetLaunchTemplateOverrides {
|
|
6154
|
-
/**
|
|
6155
|
-
* @internal
|
|
6156
|
-
*/
|
|
6157
|
-
const filterSensitiveLog: (obj: FleetLaunchTemplateOverrides) => any;
|
|
6158
|
-
}
|
|
6159
|
-
/**
|
|
6160
|
-
* <p>Describes a launch template and overrides.</p>
|
|
6662
|
+
* <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
|
|
6663
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
|
|
6664
|
+
* EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6161
6665
|
*/
|
|
6162
|
-
export interface
|
|
6666
|
+
export interface BaselineEbsBandwidthMbps {
|
|
6163
6667
|
/**
|
|
6164
|
-
* <p>The
|
|
6668
|
+
* <p>The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no
|
|
6669
|
+
* minimum limit.</p>
|
|
6165
6670
|
*/
|
|
6166
|
-
|
|
6671
|
+
Min?: number;
|
|
6167
6672
|
/**
|
|
6168
|
-
* <p>
|
|
6169
|
-
*
|
|
6673
|
+
* <p>The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no
|
|
6674
|
+
* maximum limit.</p>
|
|
6170
6675
|
*/
|
|
6171
|
-
|
|
6676
|
+
Max?: number;
|
|
6172
6677
|
}
|
|
6173
|
-
export declare namespace
|
|
6678
|
+
export declare namespace BaselineEbsBandwidthMbps {
|
|
6174
6679
|
/**
|
|
6175
6680
|
* @internal
|
|
6176
6681
|
*/
|
|
6177
|
-
const filterSensitiveLog: (obj:
|
|
6178
|
-
}
|
|
6179
|
-
export declare enum InstanceLifecycle {
|
|
6180
|
-
ON_DEMAND = "on-demand",
|
|
6181
|
-
SPOT = "spot"
|
|
6682
|
+
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbps) => any;
|
|
6182
6683
|
}
|
|
6183
6684
|
/**
|
|
6184
|
-
* <p>
|
|
6685
|
+
* <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
|
|
6686
|
+
* <p></p>
|
|
6185
6687
|
*/
|
|
6186
|
-
export interface
|
|
6187
|
-
/**
|
|
6188
|
-
* <p>The launch templates and overrides that were used for launching the instances. The
|
|
6189
|
-
* values that you specify in the Overrides replace the values in the launch template.</p>
|
|
6190
|
-
*/
|
|
6191
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
|
|
6192
|
-
/**
|
|
6193
|
-
* <p>Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.</p>
|
|
6194
|
-
*/
|
|
6195
|
-
Lifecycle?: InstanceLifecycle | string;
|
|
6196
|
-
/**
|
|
6197
|
-
* <p>The error code that indicates why the instance could not be launched. For more
|
|
6198
|
-
* information about error codes, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html">Error Codes</a>.</p>
|
|
6199
|
-
*/
|
|
6200
|
-
ErrorCode?: string;
|
|
6201
|
-
/**
|
|
6202
|
-
* <p>The error message that describes why the instance could not be launched. For more
|
|
6203
|
-
* information about error messages, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html">Error Codes</a>.</p>
|
|
6204
|
-
*/
|
|
6205
|
-
ErrorMessage?: string;
|
|
6206
|
-
}
|
|
6207
|
-
export declare namespace CreateFleetError {
|
|
6208
|
-
/**
|
|
6209
|
-
* @internal
|
|
6210
|
-
*/
|
|
6211
|
-
const filterSensitiveLog: (obj: CreateFleetError) => any;
|
|
6212
|
-
}
|
|
6213
|
-
export declare type PlatformValues = "Windows";
|
|
6214
|
-
/**
|
|
6215
|
-
* <p>Describes the instances that were launched by the fleet.</p>
|
|
6216
|
-
*/
|
|
6217
|
-
export interface CreateFleetInstance {
|
|
6218
|
-
/**
|
|
6219
|
-
* <p>The launch templates and overrides that were used for launching the instances. The
|
|
6220
|
-
* values that you specify in the Overrides replace the values in the launch template.</p>
|
|
6221
|
-
*/
|
|
6222
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
|
|
6223
|
-
/**
|
|
6224
|
-
* <p>Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.</p>
|
|
6225
|
-
*/
|
|
6226
|
-
Lifecycle?: InstanceLifecycle | string;
|
|
6227
|
-
/**
|
|
6228
|
-
* <p>The IDs of the instances.</p>
|
|
6229
|
-
*/
|
|
6230
|
-
InstanceIds?: string[];
|
|
6231
|
-
/**
|
|
6232
|
-
* <p>The instance type.</p>
|
|
6233
|
-
*/
|
|
6234
|
-
InstanceType?: _InstanceType | string;
|
|
6235
|
-
/**
|
|
6236
|
-
* <p>The value is <code>Windows</code> for Windows instances. Otherwise, the value is
|
|
6237
|
-
* blank.</p>
|
|
6238
|
-
*/
|
|
6239
|
-
Platform?: PlatformValues | string;
|
|
6240
|
-
}
|
|
6241
|
-
export declare namespace CreateFleetInstance {
|
|
6242
|
-
/**
|
|
6243
|
-
* @internal
|
|
6244
|
-
*/
|
|
6245
|
-
const filterSensitiveLog: (obj: CreateFleetInstance) => any;
|
|
6246
|
-
}
|
|
6247
|
-
export interface CreateFleetResult {
|
|
6248
|
-
/**
|
|
6249
|
-
* <p>The ID of the EC2 Fleet.</p>
|
|
6250
|
-
*/
|
|
6251
|
-
FleetId?: string;
|
|
6252
|
-
/**
|
|
6253
|
-
* <p>Information about the instances that could not be launched by the fleet. Supported only for
|
|
6254
|
-
* fleets of type <code>instant</code>.</p>
|
|
6255
|
-
*/
|
|
6256
|
-
Errors?: CreateFleetError[];
|
|
6257
|
-
/**
|
|
6258
|
-
* <p>Information about the instances that were launched by the fleet. Supported only for
|
|
6259
|
-
* fleets of type <code>instant</code>.</p>
|
|
6260
|
-
*/
|
|
6261
|
-
Instances?: CreateFleetInstance[];
|
|
6262
|
-
}
|
|
6263
|
-
export declare namespace CreateFleetResult {
|
|
6264
|
-
/**
|
|
6265
|
-
* @internal
|
|
6266
|
-
*/
|
|
6267
|
-
const filterSensitiveLog: (obj: CreateFleetResult) => any;
|
|
6268
|
-
}
|
|
6269
|
-
export declare enum DestinationFileFormat {
|
|
6270
|
-
parquet = "parquet",
|
|
6271
|
-
plain_text = "plain-text"
|
|
6272
|
-
}
|
|
6273
|
-
/**
|
|
6274
|
-
* <p>Describes the destination options for a flow log.</p>
|
|
6275
|
-
*/
|
|
6276
|
-
export interface DestinationOptionsRequest {
|
|
6277
|
-
/**
|
|
6278
|
-
* <p>The format for the flow log. The default is <code>plain-text</code>.</p>
|
|
6279
|
-
*/
|
|
6280
|
-
FileFormat?: DestinationFileFormat | string;
|
|
6281
|
-
/**
|
|
6282
|
-
* <p>Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
|
|
6283
|
-
* The default is <code>false</code>.</p>
|
|
6284
|
-
*/
|
|
6285
|
-
HiveCompatiblePartitions?: boolean;
|
|
6286
|
-
/**
|
|
6287
|
-
* <p>Indicates whether to partition the flow log per hour. This reduces the cost and response
|
|
6288
|
-
* time for queries. The default is <code>false</code>.</p>
|
|
6289
|
-
*/
|
|
6290
|
-
PerHourPartition?: boolean;
|
|
6291
|
-
}
|
|
6292
|
-
export declare namespace DestinationOptionsRequest {
|
|
6293
|
-
/**
|
|
6294
|
-
* @internal
|
|
6295
|
-
*/
|
|
6296
|
-
const filterSensitiveLog: (obj: DestinationOptionsRequest) => any;
|
|
6297
|
-
}
|
|
6298
|
-
export declare type LogDestinationType = "cloud-watch-logs" | "s3";
|
|
6299
|
-
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "VPC";
|
|
6300
|
-
export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
|
|
6301
|
-
export interface CreateFlowLogsRequest {
|
|
6302
|
-
/**
|
|
6303
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6304
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6305
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6306
|
-
*/
|
|
6307
|
-
DryRun?: boolean;
|
|
6308
|
-
/**
|
|
6309
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
6310
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to ensure
|
|
6311
|
-
* idempotency</a>.</p>
|
|
6312
|
-
*/
|
|
6313
|
-
ClientToken?: string;
|
|
6314
|
-
/**
|
|
6315
|
-
* <p>The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group
|
|
6316
|
-
* in your account.</p>
|
|
6317
|
-
* <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify
|
|
6318
|
-
* <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>
|
|
6319
|
-
*/
|
|
6320
|
-
DeliverLogsPermissionArn?: string;
|
|
6321
|
-
/**
|
|
6322
|
-
* <p>The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.</p>
|
|
6323
|
-
* <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify
|
|
6324
|
-
* <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>
|
|
6325
|
-
*/
|
|
6326
|
-
LogGroupName?: string;
|
|
6327
|
-
/**
|
|
6328
|
-
* <p>The ID of the subnet, network interface, or VPC for which you want to create a flow log.</p>
|
|
6329
|
-
* <p>Constraints: Maximum of 1000 resources</p>
|
|
6330
|
-
*/
|
|
6331
|
-
ResourceIds: string[] | undefined;
|
|
6332
|
-
/**
|
|
6333
|
-
* <p>The type of resource for which to create the flow log. For example, if you specified a VPC ID for
|
|
6334
|
-
* the <code>ResourceId</code> property, specify <code>VPC</code> for this property.</p>
|
|
6335
|
-
*/
|
|
6336
|
-
ResourceType: FlowLogsResourceType | string | undefined;
|
|
6337
|
-
/**
|
|
6338
|
-
* <p>The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.</p>
|
|
6339
|
-
*/
|
|
6340
|
-
TrafficType: TrafficType | string | undefined;
|
|
6341
|
-
/**
|
|
6342
|
-
* <p>The type of destination to which the flow log data is to be published. Flow log data can be
|
|
6343
|
-
* published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify <code>cloud-watch-logs</code>. To
|
|
6344
|
-
* publish flow log data to Amazon S3, specify <code>s3</code>.</p>
|
|
6345
|
-
* <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify
|
|
6346
|
-
* <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>
|
|
6347
|
-
* <p>Default: <code>cloud-watch-logs</code>
|
|
6348
|
-
* </p>
|
|
6349
|
-
*/
|
|
6350
|
-
LogDestinationType?: LogDestinationType | string;
|
|
6351
|
-
/**
|
|
6352
|
-
* <p>The destination to which the flow log data is to be published. Flow log data can be published
|
|
6353
|
-
* to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified
|
|
6354
|
-
* for <code>LogDestinationType</code>.</p>
|
|
6355
|
-
* <p>If <code>LogDestinationType</code> is not specified or <code>cloud-watch-logs</code>,
|
|
6356
|
-
* specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish
|
|
6357
|
-
* to a log group called <code>my-logs</code>, specify
|
|
6358
|
-
* <code>arn:aws:logs:us-east-1:123456789012:log-group:my-logs</code>. Alternatively,
|
|
6359
|
-
* use <code>LogGroupName</code> instead.</p>
|
|
6360
|
-
* <p>If LogDestinationType is <code>s3</code>, specify the ARN of the Amazon S3 bucket. You can also specify a
|
|
6361
|
-
* subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format:
|
|
6362
|
-
* <code>bucket_ARN/subfolder_name/</code>. For example, to specify a subfolder named <code>my-logs</code> in a
|
|
6363
|
-
* bucket named <code>my-bucket</code>, use the following ARN: <code>arn:aws:s3:::my-bucket/my-logs/</code>. You
|
|
6364
|
-
* cannot use <code>AWSLogs</code> as a subfolder name. This is a reserved term.</p>
|
|
6365
|
-
*/
|
|
6366
|
-
LogDestination?: string;
|
|
6367
|
-
/**
|
|
6368
|
-
* <p>The fields to include in the flow log record, in the order in which they should
|
|
6369
|
-
* appear. For a list of available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow log records</a>. If you
|
|
6370
|
-
* omit this parameter, the flow log is created using the default format. If you specify this parameter,
|
|
6371
|
-
* you must specify at least one field.</p>
|
|
6372
|
-
* <p>Specify the fields using the <code>${field-id}</code> format, separated by spaces. For
|
|
6373
|
-
* the CLI, surround this parameter value with single quotes on Linux or
|
|
6374
|
-
* double quotes on Windows.</p>
|
|
6375
|
-
*/
|
|
6376
|
-
LogFormat?: string;
|
|
6377
|
-
/**
|
|
6378
|
-
* <p>The tags to apply to the flow logs.</p>
|
|
6379
|
-
*/
|
|
6380
|
-
TagSpecifications?: TagSpecification[];
|
|
6381
|
-
/**
|
|
6382
|
-
* <p>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).</p>
|
|
6383
|
-
* <p>When a network interface is attached to a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Nitro-based
|
|
6384
|
-
* instance</a>, the aggregation interval is always 60 seconds or less, regardless
|
|
6385
|
-
* of the value that you specify.</p>
|
|
6386
|
-
* <p>Default: 600</p>
|
|
6387
|
-
*/
|
|
6388
|
-
MaxAggregationInterval?: number;
|
|
6389
|
-
/**
|
|
6390
|
-
* <p>The destination options.</p>
|
|
6391
|
-
*/
|
|
6392
|
-
DestinationOptions?: DestinationOptionsRequest;
|
|
6393
|
-
}
|
|
6394
|
-
export declare namespace CreateFlowLogsRequest {
|
|
6395
|
-
/**
|
|
6396
|
-
* @internal
|
|
6397
|
-
*/
|
|
6398
|
-
const filterSensitiveLog: (obj: CreateFlowLogsRequest) => any;
|
|
6399
|
-
}
|
|
6400
|
-
export interface CreateFlowLogsResult {
|
|
6401
|
-
/**
|
|
6402
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
6403
|
-
* request.</p>
|
|
6404
|
-
*/
|
|
6405
|
-
ClientToken?: string;
|
|
6688
|
+
export interface MemoryGiBPerVCpu {
|
|
6406
6689
|
/**
|
|
6407
|
-
* <p>The
|
|
6690
|
+
* <p>The minimum amount of memory per vCPU, in GiB. If this parameter is not specified, there is
|
|
6691
|
+
* no minimum limit.</p>
|
|
6408
6692
|
*/
|
|
6409
|
-
|
|
6693
|
+
Min?: number;
|
|
6410
6694
|
/**
|
|
6411
|
-
* <p>
|
|
6695
|
+
* <p>The maximum amount of memory per vCPU, in GiB. If this parameter is not specified, there is
|
|
6696
|
+
* no maximum limit.</p>
|
|
6412
6697
|
*/
|
|
6413
|
-
|
|
6414
|
-
}
|
|
6415
|
-
export declare namespace CreateFlowLogsResult {
|
|
6416
|
-
/**
|
|
6417
|
-
* @internal
|
|
6418
|
-
*/
|
|
6419
|
-
const filterSensitiveLog: (obj: CreateFlowLogsResult) => any;
|
|
6420
|
-
}
|
|
6421
|
-
/**
|
|
6422
|
-
* <p>Describes a storage location in Amazon S3.</p>
|
|
6423
|
-
*/
|
|
6424
|
-
export interface StorageLocation {
|
|
6425
|
-
/**
|
|
6426
|
-
* <p>The name of the S3 bucket.</p>
|
|
6427
|
-
*/
|
|
6428
|
-
Bucket?: string;
|
|
6429
|
-
/**
|
|
6430
|
-
* <p>The key.</p>
|
|
6431
|
-
*/
|
|
6432
|
-
Key?: string;
|
|
6433
|
-
}
|
|
6434
|
-
export declare namespace StorageLocation {
|
|
6435
|
-
/**
|
|
6436
|
-
* @internal
|
|
6437
|
-
*/
|
|
6438
|
-
const filterSensitiveLog: (obj: StorageLocation) => any;
|
|
6439
|
-
}
|
|
6440
|
-
export interface CreateFpgaImageRequest {
|
|
6441
|
-
/**
|
|
6442
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6443
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6444
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6445
|
-
*/
|
|
6446
|
-
DryRun?: boolean;
|
|
6447
|
-
/**
|
|
6448
|
-
* <p>The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.</p>
|
|
6449
|
-
*/
|
|
6450
|
-
InputStorageLocation: StorageLocation | undefined;
|
|
6451
|
-
/**
|
|
6452
|
-
* <p>The location in Amazon S3 for the output logs.</p>
|
|
6453
|
-
*/
|
|
6454
|
-
LogsStorageLocation?: StorageLocation;
|
|
6455
|
-
/**
|
|
6456
|
-
* <p>A description for the AFI.</p>
|
|
6457
|
-
*/
|
|
6458
|
-
Description?: string;
|
|
6459
|
-
/**
|
|
6460
|
-
* <p>A name for the AFI.</p>
|
|
6461
|
-
*/
|
|
6462
|
-
Name?: string;
|
|
6463
|
-
/**
|
|
6464
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
6465
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
6466
|
-
*/
|
|
6467
|
-
ClientToken?: string;
|
|
6468
|
-
/**
|
|
6469
|
-
* <p>The tags to apply to the FPGA image during creation.</p>
|
|
6470
|
-
*/
|
|
6471
|
-
TagSpecifications?: TagSpecification[];
|
|
6472
|
-
}
|
|
6473
|
-
export declare namespace CreateFpgaImageRequest {
|
|
6474
|
-
/**
|
|
6475
|
-
* @internal
|
|
6476
|
-
*/
|
|
6477
|
-
const filterSensitiveLog: (obj: CreateFpgaImageRequest) => any;
|
|
6478
|
-
}
|
|
6479
|
-
export interface CreateFpgaImageResult {
|
|
6480
|
-
/**
|
|
6481
|
-
* <p>The FPGA image identifier (AFI ID).</p>
|
|
6482
|
-
*/
|
|
6483
|
-
FpgaImageId?: string;
|
|
6484
|
-
/**
|
|
6485
|
-
* <p>The global FPGA image identifier (AGFI ID).</p>
|
|
6486
|
-
*/
|
|
6487
|
-
FpgaImageGlobalId?: string;
|
|
6488
|
-
}
|
|
6489
|
-
export declare namespace CreateFpgaImageResult {
|
|
6490
|
-
/**
|
|
6491
|
-
* @internal
|
|
6492
|
-
*/
|
|
6493
|
-
const filterSensitiveLog: (obj: CreateFpgaImageResult) => any;
|
|
6494
|
-
}
|
|
6495
|
-
export declare type VolumeType = "gp2" | "gp3" | "io1" | "io2" | "sc1" | "st1" | "standard";
|
|
6496
|
-
/**
|
|
6497
|
-
* <p>Describes a block device for an EBS volume.</p>
|
|
6498
|
-
*/
|
|
6499
|
-
export interface EbsBlockDevice {
|
|
6500
|
-
/**
|
|
6501
|
-
* <p>Indicates whether the EBS volume is deleted on instance termination. For more
|
|
6502
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#preserving-volumes-on-termination">Preserving Amazon EBS volumes on instance termination</a> in the
|
|
6503
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6504
|
-
*/
|
|
6505
|
-
DeleteOnTermination?: boolean;
|
|
6506
|
-
/**
|
|
6507
|
-
* <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes, this
|
|
6508
|
-
* represents the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this
|
|
6509
|
-
* represents the baseline performance of the volume and the rate at which the volume accumulates
|
|
6510
|
-
* I/O credits for bursting.</p>
|
|
6511
|
-
* <p>The following are the supported values for each volume type:</p>
|
|
6512
|
-
* <ul>
|
|
6513
|
-
* <li>
|
|
6514
|
-
* <p>
|
|
6515
|
-
* <code>gp3</code>: 3,000-16,000 IOPS</p>
|
|
6516
|
-
* </li>
|
|
6517
|
-
* <li>
|
|
6518
|
-
* <p>
|
|
6519
|
-
* <code>io1</code>: 100-64,000 IOPS</p>
|
|
6520
|
-
* </li>
|
|
6521
|
-
* <li>
|
|
6522
|
-
* <p>
|
|
6523
|
-
* <code>io2</code>: 100-64,000 IOPS</p>
|
|
6524
|
-
* </li>
|
|
6525
|
-
* </ul>
|
|
6526
|
-
* <p>For <code>io1</code> and <code>io2</code> volumes, we guarantee 64,000 IOPS only for
|
|
6527
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Instances built on the Nitro System</a>. Other instance families guarantee performance
|
|
6528
|
-
* up to 32,000 IOPS.</p>
|
|
6529
|
-
* <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes.
|
|
6530
|
-
* The default for <code>gp3</code> volumes is 3,000 IOPS.
|
|
6531
|
-
* This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>
|
|
6532
|
-
*/
|
|
6533
|
-
Iops?: number;
|
|
6534
|
-
/**
|
|
6535
|
-
* <p>The ID of the snapshot.</p>
|
|
6536
|
-
*/
|
|
6537
|
-
SnapshotId?: string;
|
|
6538
|
-
/**
|
|
6539
|
-
* <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size.
|
|
6540
|
-
* If you specify a snapshot, the default is the snapshot size. You can specify a volume
|
|
6541
|
-
* size that is equal to or larger than the snapshot size.</p>
|
|
6542
|
-
* <p>The following are the supported volumes sizes for each volume type:</p>
|
|
6543
|
-
* <ul>
|
|
6544
|
-
* <li>
|
|
6545
|
-
* <p>
|
|
6546
|
-
* <code>gp2</code> and <code>gp3</code>:1-16,384</p>
|
|
6547
|
-
* </li>
|
|
6548
|
-
* <li>
|
|
6549
|
-
* <p>
|
|
6550
|
-
* <code>io1</code> and <code>io2</code>: 4-16,384</p>
|
|
6551
|
-
* </li>
|
|
6552
|
-
* <li>
|
|
6553
|
-
* <p>
|
|
6554
|
-
* <code>st1</code> and <code>sc1</code>: 125-16,384</p>
|
|
6555
|
-
* </li>
|
|
6556
|
-
* <li>
|
|
6557
|
-
* <p>
|
|
6558
|
-
* <code>standard</code>: 1-1,024</p>
|
|
6559
|
-
* </li>
|
|
6560
|
-
* </ul>
|
|
6561
|
-
*/
|
|
6562
|
-
VolumeSize?: number;
|
|
6563
|
-
/**
|
|
6564
|
-
* <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS volume types</a> in the
|
|
6565
|
-
* <i>Amazon EC2 User Guide</i>. If the volume type is <code>io1</code> or <code>io2</code>,
|
|
6566
|
-
* you must specify the IOPS that the volume supports.</p>
|
|
6567
|
-
*/
|
|
6568
|
-
VolumeType?: VolumeType | string;
|
|
6569
|
-
/**
|
|
6570
|
-
* <p>Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under
|
|
6571
|
-
* which the EBS volume is encrypted.</p>
|
|
6572
|
-
* <p>This parameter is only supported on <code>BlockDeviceMapping</code> objects called by
|
|
6573
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html">RequestSpotFleet</a>,
|
|
6574
|
-
* and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>.</p>
|
|
6575
|
-
*/
|
|
6576
|
-
KmsKeyId?: string;
|
|
6577
|
-
/**
|
|
6578
|
-
* <p>The throughput that the volume supports, in MiB/s.</p>
|
|
6579
|
-
* <p>This parameter is valid only for <code>gp3</code> volumes.</p>
|
|
6580
|
-
* <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>
|
|
6581
|
-
*/
|
|
6582
|
-
Throughput?: number;
|
|
6583
|
-
/**
|
|
6584
|
-
* <p>The ARN of the Outpost on which the snapshot is stored.</p>
|
|
6585
|
-
*/
|
|
6586
|
-
OutpostArn?: string;
|
|
6587
|
-
/**
|
|
6588
|
-
* <p>Indicates whether the encryption state of an EBS volume is changed while being
|
|
6589
|
-
* restored from a backing snapshot.
|
|
6590
|
-
* The effect of setting the encryption state to <code>true</code> depends on
|
|
6591
|
-
* the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled.
|
|
6592
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters">Amazon EBS encryption</a>
|
|
6593
|
-
* in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6594
|
-
* <p>In no case can you remove encryption from an encrypted volume.</p>
|
|
6595
|
-
* <p>Encrypted volumes can only be attached to instances that support Amazon EBS
|
|
6596
|
-
* encryption. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances">Supported instance types</a>.</p>
|
|
6597
|
-
* <p>This parameter is not returned by .</p>
|
|
6598
|
-
*/
|
|
6599
|
-
Encrypted?: boolean;
|
|
6600
|
-
}
|
|
6601
|
-
export declare namespace EbsBlockDevice {
|
|
6602
|
-
/**
|
|
6603
|
-
* @internal
|
|
6604
|
-
*/
|
|
6605
|
-
const filterSensitiveLog: (obj: EbsBlockDevice) => any;
|
|
6606
|
-
}
|
|
6607
|
-
/**
|
|
6608
|
-
* <p>Describes a block device mapping, which defines the EBS volumes and instance store
|
|
6609
|
-
* volumes to attach to an instance at launch.</p>
|
|
6610
|
-
*/
|
|
6611
|
-
export interface BlockDeviceMapping {
|
|
6612
|
-
/**
|
|
6613
|
-
* <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
6614
|
-
*/
|
|
6615
|
-
DeviceName?: string;
|
|
6616
|
-
/**
|
|
6617
|
-
* <p>The virtual device name (<code>ephemeral</code>N). Instance store volumes are numbered
|
|
6618
|
-
* starting from 0. An instance type with 2 available instance store volumes can specify
|
|
6619
|
-
* mappings for <code>ephemeral0</code> and <code>ephemeral1</code>. The number of
|
|
6620
|
-
* available instance store volumes depends on the instance type. After you connect to the
|
|
6621
|
-
* instance, you must mount the volume.</p>
|
|
6622
|
-
* <p>NVMe instance store volumes are automatically enumerated and assigned a device name.
|
|
6623
|
-
* Including them in your block device mapping has no effect.</p>
|
|
6624
|
-
* <p>Constraints: For M3 instances, you must specify instance store volumes in the block
|
|
6625
|
-
* device mapping for the instance. When you launch an M3 instance, we ignore any instance
|
|
6626
|
-
* store volumes specified in the block device mapping for the AMI.</p>
|
|
6627
|
-
*/
|
|
6628
|
-
VirtualName?: string;
|
|
6629
|
-
/**
|
|
6630
|
-
* <p>Parameters used to automatically set up EBS volumes when the instance is
|
|
6631
|
-
* launched.</p>
|
|
6632
|
-
*/
|
|
6633
|
-
Ebs?: EbsBlockDevice;
|
|
6634
|
-
/**
|
|
6635
|
-
* <p>To omit the device from the block device mapping, specify an empty string. When this
|
|
6636
|
-
* property is specified, the device is removed from the block device mapping regardless of
|
|
6637
|
-
* the assigned value.</p>
|
|
6638
|
-
*/
|
|
6639
|
-
NoDevice?: string;
|
|
6640
|
-
}
|
|
6641
|
-
export declare namespace BlockDeviceMapping {
|
|
6642
|
-
/**
|
|
6643
|
-
* @internal
|
|
6644
|
-
*/
|
|
6645
|
-
const filterSensitiveLog: (obj: BlockDeviceMapping) => any;
|
|
6646
|
-
}
|
|
6647
|
-
export interface CreateImageRequest {
|
|
6648
|
-
/**
|
|
6649
|
-
* <p>The block device mappings. This parameter cannot be used to modify the encryption
|
|
6650
|
-
* status of existing volumes or snapshots. To create an AMI with encrypted snapshots,
|
|
6651
|
-
* use the <a>CopyImage</a> action.</p>
|
|
6652
|
-
*/
|
|
6653
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
6654
|
-
/**
|
|
6655
|
-
* <p>A description for the new image.</p>
|
|
6656
|
-
*/
|
|
6657
|
-
Description?: string;
|
|
6658
|
-
/**
|
|
6659
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6660
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6661
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6662
|
-
*/
|
|
6663
|
-
DryRun?: boolean;
|
|
6664
|
-
/**
|
|
6665
|
-
* <p>The ID of the instance.</p>
|
|
6666
|
-
*/
|
|
6667
|
-
InstanceId: string | undefined;
|
|
6668
|
-
/**
|
|
6669
|
-
* <p>A name for the new image.</p>
|
|
6670
|
-
* <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
|
|
6671
|
-
*/
|
|
6672
|
-
Name: string | undefined;
|
|
6673
|
-
/**
|
|
6674
|
-
* <p>By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image.
|
|
6675
|
-
* If the <code>No Reboot</code> option is set, Amazon EC2 doesn't shut down the instance before creating
|
|
6676
|
-
* the image. Without a reboot, the AMI will be crash consistent (all the volumes are snapshotted
|
|
6677
|
-
* at the same time), but not application consistent (all the operating system buffers are not flushed
|
|
6678
|
-
* to disk before the snapshots are created).</p>
|
|
6679
|
-
*/
|
|
6680
|
-
NoReboot?: boolean;
|
|
6681
|
-
/**
|
|
6682
|
-
* <p>The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the
|
|
6683
|
-
* snapshots, or both.</p>
|
|
6684
|
-
* <ul>
|
|
6685
|
-
* <li>
|
|
6686
|
-
* <p>To tag the AMI, the value for <code>ResourceType</code> must be
|
|
6687
|
-
* <code>image</code>.</p>
|
|
6688
|
-
* </li>
|
|
6689
|
-
* <li>
|
|
6690
|
-
* <p>To tag the snapshots that are created of the root volume and of other Amazon EBS volumes that
|
|
6691
|
-
* are attached to the instance, the value for <code>ResourceType</code> must be
|
|
6692
|
-
* <code>snapshot</code>. The same tag is applied to all of the snapshots that are
|
|
6693
|
-
* created.</p>
|
|
6694
|
-
* </li>
|
|
6695
|
-
* </ul>
|
|
6696
|
-
* <p>If you specify other values for <code>ResourceType</code>, the request fails.</p>
|
|
6697
|
-
* <p>To tag an AMI or snapshot after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
|
|
6698
|
-
*/
|
|
6699
|
-
TagSpecifications?: TagSpecification[];
|
|
6700
|
-
}
|
|
6701
|
-
export declare namespace CreateImageRequest {
|
|
6702
|
-
/**
|
|
6703
|
-
* @internal
|
|
6704
|
-
*/
|
|
6705
|
-
const filterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
6706
|
-
}
|
|
6707
|
-
export interface CreateImageResult {
|
|
6708
|
-
/**
|
|
6709
|
-
* <p>The ID of the new AMI.</p>
|
|
6710
|
-
*/
|
|
6711
|
-
ImageId?: string;
|
|
6698
|
+
Max?: number;
|
|
6712
6699
|
}
|
|
6713
|
-
export declare namespace
|
|
6700
|
+
export declare namespace MemoryGiBPerVCpu {
|
|
6714
6701
|
/**
|
|
6715
6702
|
* @internal
|
|
6716
6703
|
*/
|
|
6717
|
-
const filterSensitiveLog: (obj:
|
|
6704
|
+
const filterSensitiveLog: (obj: MemoryGiBPerVCpu) => any;
|
|
6718
6705
|
}
|