@aws-sdk/client-ec2 3.873.0 → 3.876.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -0
- package/dist-cjs/index.js +1271 -401
- package/dist-es/EC2.js +10 -0
- package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +0 -8
- package/dist-es/models/models_4.js +19 -40
- package/dist-es/models/models_5.js +40 -18
- package/dist-es/models/models_6.js +18 -12
- package/dist-es/models/models_7.js +12 -0
- package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +721 -25
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
- package/dist-types/EC2.d.ts +37 -0
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +4 -2
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +105 -0
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +75 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +133 -168
- package/dist-types/models/models_2.d.ts +168 -193
- package/dist-types/models/models_3.d.ts +222 -485
- package/dist-types/models/models_4.d.ts +1899 -1581
- package/dist-types/models/models_5.d.ts +6576 -6652
- package/dist-types/models/models_6.d.ts +3820 -3621
- package/dist-types/models/models_7.d.ts +4719 -4767
- package/dist-types/models/models_8.d.ts +596 -6
- package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +45 -0
- package/dist-types/ts3.4/EC2.d.ts +87 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +36 -32
- package/dist-types/ts3.4/models/models_2.d.ts +39 -44
- package/dist-types/ts3.4/models/models_3.d.ts +49 -72
- package/dist-types/ts3.4/models/models_4.d.ts +164 -164
- package/dist-types/ts3.4/models/models_5.d.ts +177 -144
- package/dist-types/ts3.4/models/models_6.d.ts +147 -128
- package/dist-types/ts3.4/models/models_7.d.ts +132 -138
- package/dist-types/ts3.4/models/models_8.d.ts +139 -2
- package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
- package/package.json +6 -6
|
@@ -1,10 +1,600 @@
|
|
|
1
|
-
import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
|
|
1
|
+
import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
|
|
3
3
|
import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
|
|
4
|
-
import { Filter } from "./models_3";
|
|
5
|
-
import { ClientVpnConnectionStatus, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState } from "./models_4";
|
|
6
|
-
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
|
|
7
|
-
import {
|
|
4
|
+
import { CapacityBlock, CapacityBlockExtension, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
|
|
5
|
+
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, TpmSupportValues } from "./models_4";
|
|
6
|
+
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
|
|
7
|
+
import { Purchase } from "./models_6";
|
|
8
|
+
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface ProvisionIpamPoolCidrResult {
|
|
13
|
+
/**
|
|
14
|
+
* <p>Information about the provisioned CIDR.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
IpamPoolCidr?: IpamPoolCidr | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
23
|
+
/**
|
|
24
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
25
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
26
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
DryRun?: boolean | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The ID of the IPAM pool you would like to use to allocate this CIDR.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
IpamPoolId: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The ID of the public IPv4 pool you would like to use for this CIDR.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
PoolId: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The netmask length of the CIDR you would like to allocate to the public IPv4 pool. The least specific netmask length you can define is 24.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
NetmaskLength: number | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
NetworkBorderGroup?: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
55
|
+
/**
|
|
56
|
+
* <p>The ID of the pool that you want to provision the CIDR to.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
PoolId?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>Information about the address range of the public IPv4 pool.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
PoolAddressRange?: PublicIpv4PoolRange | undefined;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export interface PurchaseCapacityBlockRequest {
|
|
70
|
+
/**
|
|
71
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
DryRun?: boolean | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The tags to apply to the Capacity Block during launch.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The ID of the Capacity Block offering.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
CapacityBlockOfferingId: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The type of operating system for which to reserve capacity.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export interface PurchaseCapacityBlockResult {
|
|
95
|
+
/**
|
|
96
|
+
* <p>The Capacity Reservation.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
CapacityReservation?: CapacityReservation | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The Capacity Block.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export interface PurchaseCapacityBlockExtensionRequest {
|
|
110
|
+
/**
|
|
111
|
+
* <p>The ID of the Capacity Block extension offering to purchase.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
CapacityBlockExtensionOfferingId: string | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>The ID of the Capacity reservation to be extended.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
CapacityReservationId: string | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
DryRun?: boolean | undefined;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
export interface PurchaseCapacityBlockExtensionResult {
|
|
130
|
+
/**
|
|
131
|
+
* <p>The purchased Capacity Block extensions. </p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
export interface PurchaseHostReservationRequest {
|
|
140
|
+
/**
|
|
141
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
ClientToken?: string | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* <p>The currency in which the <code>totalUpfrontPrice</code>, <code>LimitPrice</code>, and
|
|
147
|
+
* <code>totalHourlyPrice</code> amounts are specified. At this time, the only
|
|
148
|
+
* supported currency is <code>USD</code>.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The IDs of the Dedicated Hosts with which the reservation will be associated.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
HostIdSet: string[] | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* <p>The specified limit is checked against the total upfront cost of the reservation
|
|
159
|
+
* (calculated as the offering's upfront cost multiplied by the host count). If the total
|
|
160
|
+
* upfront cost is greater than the specified price limit, the request fails. This is used
|
|
161
|
+
* to ensure that the purchase does not exceed the expected upfront cost of the purchase.
|
|
162
|
+
* At this time, the only supported currency is <code>USD</code>. For example, to indicate
|
|
163
|
+
* a limit price of USD 100, specify 100.00.</p>
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
LimitPrice?: string | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* <p>The ID of the offering.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
OfferingId: string | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The tags to apply to the Dedicated Host Reservation during purchase.</p>
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
export interface PurchaseHostReservationResult {
|
|
182
|
+
/**
|
|
183
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
ClientToken?: string | undefined;
|
|
187
|
+
/**
|
|
188
|
+
* <p>The currency in which the <code>totalUpfrontPrice</code> and
|
|
189
|
+
* <code>totalHourlyPrice</code> amounts are specified. At this time, the only
|
|
190
|
+
* supported currency is <code>USD</code>.</p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* <p>Describes the details of the purchase.</p>
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
Purchase?: Purchase[] | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* <p>The total hourly price of the reservation calculated per hour.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
TotalHourlyPrice?: string | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* <p>The total amount charged to your account when you purchase the reservation.</p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
TotalUpfrontPrice?: string | undefined;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* <p>Describes the limit price of a Reserved Instance offering.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
export interface ReservedInstanceLimitPrice {
|
|
215
|
+
/**
|
|
216
|
+
* <p>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total
|
|
217
|
+
* order (instanceCount * price).</p>
|
|
218
|
+
* @public
|
|
219
|
+
*/
|
|
220
|
+
Amount?: number | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* <p>The currency in which the <code>limitPrice</code> amount is specified. At this time, the
|
|
223
|
+
* only supported currency is <code>USD</code>.</p>
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* <p>Contains the parameters for PurchaseReservedInstancesOffering.</p>
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
export interface PurchaseReservedInstancesOfferingRequest {
|
|
233
|
+
/**
|
|
234
|
+
* <p>The number of Reserved Instances to purchase.</p>
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
InstanceCount: number | undefined;
|
|
238
|
+
/**
|
|
239
|
+
* <p>The ID of the Reserved Instance offering to purchase.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
ReservedInstancesOfferingId: string | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* <p>The time at which to purchase the Reserved Instance, in UTC format (for example,
|
|
245
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
PurchaseTime?: Date | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* <p>Checks whether you have the required permissions for the action, without actually making
|
|
251
|
+
* the request, and provides an error response. If you have the required permissions, the error
|
|
252
|
+
* response is <code>DryRunOperation</code>. Otherwise, it is
|
|
253
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
DryRun?: boolean | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* <p>Specified for Reserved Instance Marketplace offerings to limit the total order and ensure
|
|
259
|
+
* that the Reserved Instances are not purchased at unexpected prices.</p>
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
LimitPrice?: ReservedInstanceLimitPrice | undefined;
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* <p>Contains the output of PurchaseReservedInstancesOffering.</p>
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
export interface PurchaseReservedInstancesOfferingResult {
|
|
269
|
+
/**
|
|
270
|
+
* <p>The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted
|
|
271
|
+
* pricing tier, the final Reserved Instances IDs might change. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-reserved-instances-application.html#crossing-pricing-tiers">Crossing pricing tiers</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
ReservedInstancesId?: string | undefined;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* <p>Describes a request to purchase Scheduled Instances.</p>
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
export interface PurchaseRequest {
|
|
281
|
+
/**
|
|
282
|
+
* <p>The number of instances.</p>
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
InstanceCount: number | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* <p>The purchase token.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
PurchaseToken: string | undefined;
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* <p>Contains the parameters for PurchaseScheduledInstances.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
export interface PurchaseScheduledInstancesRequest {
|
|
297
|
+
/**
|
|
298
|
+
* <p>Unique, case-sensitive identifier that ensures the idempotency of the request.
|
|
299
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
ClientToken?: string | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
305
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
306
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
DryRun?: boolean | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* <p>The purchase requests.</p>
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
PurchaseRequests: PurchaseRequest[] | undefined;
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* <p>Contains the output of PurchaseScheduledInstances.</p>
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
320
|
+
export interface PurchaseScheduledInstancesResult {
|
|
321
|
+
/**
|
|
322
|
+
* <p>Information about the Scheduled Instances.</p>
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
325
|
+
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
export interface RebootInstancesRequest {
|
|
331
|
+
/**
|
|
332
|
+
* <p>The instance IDs.</p>
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
InstanceIds: string[] | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
338
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
339
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
340
|
+
* @public
|
|
341
|
+
*/
|
|
342
|
+
DryRun?: boolean | undefined;
|
|
343
|
+
}
|
|
344
|
+
/**
|
|
345
|
+
* <p>Contains the parameters for RegisterImage.</p>
|
|
346
|
+
* @public
|
|
347
|
+
*/
|
|
348
|
+
export interface RegisterImageRequest {
|
|
349
|
+
/**
|
|
350
|
+
* <p>The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the
|
|
351
|
+
* <code>aws-exec-read</code> canned access control list (ACL) to ensure that it can be
|
|
352
|
+
* accessed by Amazon EC2. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned ACL</a> in the
|
|
353
|
+
* <i>Amazon S3 Service Developer Guide</i>.</p>
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
ImageLocation?: string | undefined;
|
|
357
|
+
/**
|
|
358
|
+
* <p>The billing product codes. Your account must be authorized to specify billing product
|
|
359
|
+
* codes.</p>
|
|
360
|
+
* <p>If your account is not authorized to specify billing product codes, you can publish AMIs
|
|
361
|
+
* that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller
|
|
362
|
+
* on the Amazon Web Services Marketplace. For more information, see <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/user-guide-for-sellers.html">Getting started as an Amazon Web Services Marketplace seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based products in Amazon Web Services Marketplace</a> in the <i>Amazon Web Services Marketplace Seller Guide</i>.</p>
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
BillingProducts?: string[] | undefined;
|
|
366
|
+
/**
|
|
367
|
+
* <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI
|
|
368
|
+
* supports both UEFI and Legacy BIOS.</p>
|
|
369
|
+
* <note>
|
|
370
|
+
* <p>The operating system contained in the AMI must be configured to support the specified
|
|
371
|
+
* boot mode.</p>
|
|
372
|
+
* </note>
|
|
373
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Instance launch behavior with Amazon EC2
|
|
374
|
+
* boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
377
|
+
BootMode?: BootModeValues | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* <p>Set to <code>v2.0</code> to enable Trusted Platform Module (TPM) support. For more
|
|
380
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
383
|
+
TpmSupport?: TpmSupportValues | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* <p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,
|
|
386
|
+
* use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the
|
|
387
|
+
* <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on
|
|
388
|
+
* GitHub. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot for Amazon EC2
|
|
389
|
+
* instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
UefiData?: string | undefined;
|
|
393
|
+
/**
|
|
394
|
+
* <p>Set to <code>v2.0</code> to indicate that IMDSv2 is specified in the AMI. Instances
|
|
395
|
+
* launched from this AMI will have <code>HttpTokens</code> automatically set to
|
|
396
|
+
* <code>required</code> so that, by default, the instance requires that IMDSv2 is used when
|
|
397
|
+
* requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to
|
|
398
|
+
* <code>2</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
399
|
+
* <note>
|
|
400
|
+
* <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support
|
|
401
|
+
* IMDSv2.</p>
|
|
402
|
+
* </note>
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
ImdsSupport?: ImdsSupportValues | undefined;
|
|
406
|
+
/**
|
|
407
|
+
* <p>The tags to apply to the AMI.</p>
|
|
408
|
+
* <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>. If you
|
|
409
|
+
* specify another value for <code>ResourceType</code>, the request fails.</p>
|
|
410
|
+
* <p>To tag an AMI after it has been registered, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
|
|
411
|
+
* @public
|
|
412
|
+
*/
|
|
413
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
414
|
+
/**
|
|
415
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
416
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
417
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
DryRun?: boolean | undefined;
|
|
421
|
+
/**
|
|
422
|
+
* <p>A name for your AMI.</p>
|
|
423
|
+
* <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces
|
|
424
|
+
* ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or
|
|
425
|
+
* underscores(_)</p>
|
|
426
|
+
* @public
|
|
427
|
+
*/
|
|
428
|
+
Name: string | undefined;
|
|
429
|
+
/**
|
|
430
|
+
* <p>A description for your AMI.</p>
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
433
|
+
Description?: string | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* <p>The architecture of the AMI.</p>
|
|
436
|
+
* <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>. For instance store-backed AMIs, the
|
|
437
|
+
* architecture specified in the manifest file.</p>
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
Architecture?: ArchitectureValues | undefined;
|
|
441
|
+
/**
|
|
442
|
+
* <p>The ID of the kernel.</p>
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
KernelId?: string | undefined;
|
|
446
|
+
/**
|
|
447
|
+
* <p>The ID of the RAM disk.</p>
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
RamdiskId?: string | undefined;
|
|
451
|
+
/**
|
|
452
|
+
* <p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
RootDeviceName?: string | undefined;
|
|
456
|
+
/**
|
|
457
|
+
* <p>The block device mapping entries.</p>
|
|
458
|
+
* <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the
|
|
459
|
+
* encryption state of the volume.</p>
|
|
460
|
+
* <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost
|
|
461
|
+
* or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used
|
|
462
|
+
* to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Create AMIs from
|
|
463
|
+
* local snapshots</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
464
|
+
* @public
|
|
465
|
+
*/
|
|
466
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
467
|
+
/**
|
|
468
|
+
* <p>The type of virtualization (<code>hvm</code> | <code>paravirtual</code>).</p>
|
|
469
|
+
* <p>Default: <code>paravirtual</code>
|
|
470
|
+
* </p>
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
VirtualizationType?: string | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual
|
|
476
|
+
* Function interface for the AMI and any instances that you launch from the AMI.</p>
|
|
477
|
+
* <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
|
|
478
|
+
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
|
|
479
|
+
* instances launched from the AMI unreachable.</p>
|
|
480
|
+
* @public
|
|
481
|
+
*/
|
|
482
|
+
SriovNetSupport?: string | undefined;
|
|
483
|
+
/**
|
|
484
|
+
* <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any
|
|
485
|
+
* instances that you launch from the AMI.</p>
|
|
486
|
+
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
|
|
487
|
+
* instances launched from the AMI unreachable.</p>
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
EnaSupport?: boolean | undefined;
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* <p>Contains the output of RegisterImage.</p>
|
|
494
|
+
* @public
|
|
495
|
+
*/
|
|
496
|
+
export interface RegisterImageResult {
|
|
497
|
+
/**
|
|
498
|
+
* <p>The ID of the newly registered AMI.</p>
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
ImageId?: string | undefined;
|
|
502
|
+
}
|
|
503
|
+
/**
|
|
504
|
+
* <p>Information about the tag keys to register for the current Region. You can either
|
|
505
|
+
* specify individual tag keys or register all tag keys in the current Region. You must
|
|
506
|
+
* specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the
|
|
507
|
+
* request</p>
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
export interface RegisterInstanceTagAttributeRequest {
|
|
511
|
+
/**
|
|
512
|
+
* <p>Indicates whether to register all tag keys in the current Region. Specify
|
|
513
|
+
* <code>true</code> to register all tag keys.</p>
|
|
514
|
+
* @public
|
|
515
|
+
*/
|
|
516
|
+
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
517
|
+
/**
|
|
518
|
+
* <p>The tag keys to register.</p>
|
|
519
|
+
* @public
|
|
520
|
+
*/
|
|
521
|
+
InstanceTagKeys?: string[] | undefined;
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* @public
|
|
525
|
+
*/
|
|
526
|
+
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
527
|
+
/**
|
|
528
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
529
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
530
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
533
|
+
DryRun?: boolean | undefined;
|
|
534
|
+
/**
|
|
535
|
+
* <p>Information about the tag keys to register.</p>
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
538
|
+
InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
|
|
539
|
+
}
|
|
540
|
+
/**
|
|
541
|
+
* @public
|
|
542
|
+
*/
|
|
543
|
+
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
544
|
+
/**
|
|
545
|
+
* <p>The resulting set of tag keys.</p>
|
|
546
|
+
* @public
|
|
547
|
+
*/
|
|
548
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* @public
|
|
552
|
+
*/
|
|
553
|
+
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
554
|
+
/**
|
|
555
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
556
|
+
* @public
|
|
557
|
+
*/
|
|
558
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
559
|
+
/**
|
|
560
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
GroupIpAddress?: string | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* <p>The group members' network interface IDs to register with the transit gateway multicast group.</p>
|
|
566
|
+
* @public
|
|
567
|
+
*/
|
|
568
|
+
NetworkInterfaceIds: string[] | undefined;
|
|
569
|
+
/**
|
|
570
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
571
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
572
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
575
|
+
DryRun?: boolean | undefined;
|
|
576
|
+
}
|
|
577
|
+
/**
|
|
578
|
+
* <p>Describes the registered transit gateway multicast group members.</p>
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
582
|
+
/**
|
|
583
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
586
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
587
|
+
/**
|
|
588
|
+
* <p>The ID of the registered network interfaces.</p>
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
RegisteredNetworkInterfaceIds?: string[] | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
GroupIpAddress?: string | undefined;
|
|
597
|
+
}
|
|
8
598
|
/**
|
|
9
599
|
* @public
|
|
10
600
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeImageReferencesCommandInput, DescribeImageReferencesCommandOutput } from "../commands/DescribeImageReferencesCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeImageReferences: (config: EC2PaginationConfiguration, input: DescribeImageReferencesCommandInput, ...rest: any[]) => Paginator<DescribeImageReferencesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeImageUsageReportEntriesCommandInput, DescribeImageUsageReportEntriesCommandOutput } from "../commands/DescribeImageUsageReportEntriesCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeImageUsageReportEntries: (config: EC2PaginationConfiguration, input: DescribeImageUsageReportEntriesCommandInput, ...rest: any[]) => Paginator<DescribeImageUsageReportEntriesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeImageUsageReportsCommandInput, DescribeImageUsageReportsCommandOutput } from "../commands/DescribeImageUsageReportsCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeImageUsageReports: (config: EC2PaginationConfiguration, input: DescribeImageUsageReportsCommandInput, ...rest: any[]) => Paginator<DescribeImageUsageReportsCommandOutput>;
|
|
@@ -31,6 +31,9 @@ export * from "./DescribeHostReservationOfferingsPaginator";
|
|
|
31
31
|
export * from "./DescribeHostReservationsPaginator";
|
|
32
32
|
export * from "./DescribeHostsPaginator";
|
|
33
33
|
export * from "./DescribeIamInstanceProfileAssociationsPaginator";
|
|
34
|
+
export * from "./DescribeImageReferencesPaginator";
|
|
35
|
+
export * from "./DescribeImageUsageReportEntriesPaginator";
|
|
36
|
+
export * from "./DescribeImageUsageReportsPaginator";
|
|
34
37
|
export * from "./DescribeImagesPaginator";
|
|
35
38
|
export * from "./DescribeImportImageTasksPaginator";
|
|
36
39
|
export * from "./DescribeImportSnapshotTasksPaginator";
|