@aws-sdk/client-ec2 3.909.0 → 3.911.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -0
- package/dist-cjs/index.js +1715 -465
- package/dist-es/EC2.js +20 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +29 -9
- package/dist-es/models/models_2.js +0 -26
- package/dist-es/models/models_3.js +13 -9
- package/dist-es/models/models_4.js +22 -18
- package/dist-es/models/models_5.js +18 -20
- package/dist-es/models/models_6.js +129 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +1052 -143
- package/dist-types/EC2.d.ts +74 -0
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +415 -210
- package/dist-types/models/models_2.d.ts +187 -333
- package/dist-types/models/models_3.d.ts +184 -241
- package/dist-types/models/models_4.d.ts +414 -281
- package/dist-types/models/models_5.d.ts +275 -293
- package/dist-types/models/models_6.d.ts +1596 -1580
- package/dist-types/models/models_7.d.ts +4799 -4756
- package/dist-types/models/models_8.d.ts +1010 -10
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +90 -0
- package/dist-types/ts3.4/EC2.d.ts +192 -0
- package/dist-types/ts3.4/EC2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +88 -47
- package/dist-types/ts3.4/models/models_2.d.ts +36 -86
- package/dist-types/ts3.4/models/models_3.d.ts +49 -54
- package/dist-types/ts3.4/models/models_4.d.ts +92 -76
- package/dist-types/ts3.4/models/models_5.d.ts +76 -79
- package/dist-types/ts3.4/models/models_6.d.ts +296 -269
- package/dist-types/ts3.4/models/models_7.d.ts +268 -237
- package/dist-types/ts3.4/models/models_8.d.ts +243 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +120 -0
- package/package.json +35 -35
|
@@ -1,9 +1,303 @@
|
|
|
1
|
-
import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow,
|
|
2
|
-
import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpAddressType,
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
1
|
+
import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpAddressType, SSEType, Vpc } from "./models_1";
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, Filter, MetricType, PayerResponsibility, PeriodType, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, StatisticType, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
|
|
4
|
+
import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, ReservationState, VirtualizationType } from "./models_4";
|
|
5
|
+
import { ArchitectureType } from "./models_5";
|
|
6
|
+
/**
|
|
7
|
+
* <p>Describes a volume status operation code.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface VolumeStatusAction {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The code identifying the operation, for example, <code>enable-volume-io</code>.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
Code?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>A description of the operation.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
Description?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>The ID of the event associated with this operation.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
EventId?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The event type associated with this operation.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
EventType?: string | undefined;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* <p>Information about the instances to which the volume is attached.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export interface VolumeStatusAttachmentStatus {
|
|
37
|
+
/**
|
|
38
|
+
* <p>The maximum IOPS supported by the attached instance.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
IoPerformance?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The ID of the attached instance.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
InstanceId?: string | undefined;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* <p>Describes a volume status event.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export interface VolumeStatusEvent {
|
|
53
|
+
/**
|
|
54
|
+
* <p>A description of the event.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
Description?: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The ID of this event.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
EventId?: string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The type of this event.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
EventType?: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The latest end time of the event.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
NotAfter?: Date | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The earliest start time of the event.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
NotBefore?: Date | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The ID of the instance associated with the event.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
InstanceId?: string | undefined;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
* @enum
|
|
87
|
+
*/
|
|
88
|
+
export declare const InitializationType: {
|
|
89
|
+
readonly default: "default";
|
|
90
|
+
readonly provisioned_rate: "provisioned-rate";
|
|
91
|
+
readonly volume_copy: "volume-copy";
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
export type InitializationType = (typeof InitializationType)[keyof typeof InitializationType];
|
|
97
|
+
/**
|
|
98
|
+
* <p>Information about the volume initialization. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">Initialize Amazon EBS volumes</a>.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export interface InitializationStatusDetails {
|
|
102
|
+
/**
|
|
103
|
+
* <p>The method used for volume initialization. Possible values include:</p>
|
|
104
|
+
* <ul>
|
|
105
|
+
* <li>
|
|
106
|
+
* <p>
|
|
107
|
+
* <code>default</code> - Volume initialized using the default volume initialization
|
|
108
|
+
* rate or fast snapshot restore.</p>
|
|
109
|
+
* </li>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>
|
|
112
|
+
* <code>provisioned-rate</code> - Volume initialized using an Amazon EBS Provisioned
|
|
113
|
+
* Rate for Volume Initialization.</p>
|
|
114
|
+
* </li>
|
|
115
|
+
* <li>
|
|
116
|
+
* <p>
|
|
117
|
+
* <code>volume-copy</code> - Volume copy initialized at the rate for volume copies.</p>
|
|
118
|
+
* </li>
|
|
119
|
+
* </ul>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
InitializationType?: InitializationType | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>The current volume initialization progress as a percentage (0-100). Returns <code>100</code>
|
|
125
|
+
* when volume initialization has completed.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
Progress?: number | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* <p>The estimated remaining time, in seconds, for volume initialization to complete. Returns
|
|
131
|
+
* <code>0</code> when volume initialization has completed.</p>
|
|
132
|
+
* <p>Only available for volumes created with Amazon EBS Provisioned Rate for Volume Initialization.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
EstimatedTimeToCompleteInSeconds?: number | undefined;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* @enum
|
|
140
|
+
*/
|
|
141
|
+
export declare const VolumeStatusName: {
|
|
142
|
+
readonly initialization_state: "initialization-state";
|
|
143
|
+
readonly io_enabled: "io-enabled";
|
|
144
|
+
readonly io_performance: "io-performance";
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
export type VolumeStatusName = (typeof VolumeStatusName)[keyof typeof VolumeStatusName];
|
|
150
|
+
/**
|
|
151
|
+
* <p>Describes a volume status.</p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
export interface VolumeStatusDetails {
|
|
155
|
+
/**
|
|
156
|
+
* <p>The name of the volume status.</p>
|
|
157
|
+
* <ul>
|
|
158
|
+
* <li>
|
|
159
|
+
* <p>
|
|
160
|
+
* <code>io-enabled</code> - Indicates the volume I/O status. For more
|
|
161
|
+
* information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-checks.html">Amazon EBS volume
|
|
162
|
+
* status checks</a>.</p>
|
|
163
|
+
* </li>
|
|
164
|
+
* <li>
|
|
165
|
+
* <p>
|
|
166
|
+
* <code>io-performance</code> - Indicates the volume performance status.
|
|
167
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-checks.html">Amazon EBS volume
|
|
168
|
+
* status checks</a>.</p>
|
|
169
|
+
* </li>
|
|
170
|
+
* <li>
|
|
171
|
+
* <p>
|
|
172
|
+
* <code>initialization-state</code> - Indicates the status of the volume
|
|
173
|
+
* initialization process. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">Initialize Amazon EBS volumes</a>.</p>
|
|
174
|
+
* </li>
|
|
175
|
+
* </ul>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
Name?: VolumeStatusName | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* <p>The intended status of the volume status.</p>
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
Status?: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
* @enum
|
|
188
|
+
*/
|
|
189
|
+
export declare const VolumeStatusInfoStatus: {
|
|
190
|
+
readonly impaired: "impaired";
|
|
191
|
+
readonly insufficient_data: "insufficient-data";
|
|
192
|
+
readonly ok: "ok";
|
|
193
|
+
readonly warning: "warning";
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
export type VolumeStatusInfoStatus = (typeof VolumeStatusInfoStatus)[keyof typeof VolumeStatusInfoStatus];
|
|
199
|
+
/**
|
|
200
|
+
* <p>Describes the status of a volume.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
export interface VolumeStatusInfo {
|
|
204
|
+
/**
|
|
205
|
+
* <p>The details of the volume status.</p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
Details?: VolumeStatusDetails[] | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* <p>The status of the volume.</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
Status?: VolumeStatusInfoStatus | undefined;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* <p>Describes the volume status.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
export interface VolumeStatusItem {
|
|
220
|
+
/**
|
|
221
|
+
* <p>The details of the operation.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
Actions?: VolumeStatusAction[] | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The Availability Zone of the volume.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
AvailabilityZone?: string | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
OutpostArn?: string | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>A list of events associated with the volume.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
Events?: VolumeStatusEvent[] | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>The volume ID.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
VolumeId?: string | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* <p>The volume status.</p>
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
VolumeStatus?: VolumeStatusInfo | undefined;
|
|
250
|
+
/**
|
|
251
|
+
* <p>Information about the instances to which the volume is attached.</p>
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
AttachmentStatuses?: VolumeStatusAttachmentStatus[] | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* <p>Information about the volume initialization. It can take up to 5 minutes
|
|
257
|
+
* for the volume initialization information to be updated.</p>
|
|
258
|
+
* <p>Only available for volumes created from snapshots. Not available for empty
|
|
259
|
+
* volumes created without a snapshot.</p>
|
|
260
|
+
* <p>For more information, see
|
|
261
|
+
* <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
|
|
262
|
+
* Initialize Amazon EBS volumes</a>.</p>
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
InitializationStatusDetails?: InitializationStatusDetails | undefined;
|
|
266
|
+
/**
|
|
267
|
+
* <p>The ID of the Availability Zone.</p>
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
AvailabilityZoneId?: string | undefined;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
export interface DescribeVolumeStatusResult {
|
|
276
|
+
/**
|
|
277
|
+
* <p>The token to include in another request to get the next page of items.
|
|
278
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
281
|
+
NextToken?: string | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* <p>Information about the status of the volumes.</p>
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
VolumeStatuses?: VolumeStatusItem[] | undefined;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* @public
|
|
290
|
+
* @enum
|
|
291
|
+
*/
|
|
292
|
+
export declare const VpcAttributeName: {
|
|
293
|
+
readonly enableDnsHostnames: "enableDnsHostnames";
|
|
294
|
+
readonly enableDnsSupport: "enableDnsSupport";
|
|
295
|
+
readonly enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics";
|
|
296
|
+
};
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
export type VpcAttributeName = (typeof VpcAttributeName)[keyof typeof VpcAttributeName];
|
|
7
301
|
/**
|
|
8
302
|
* @public
|
|
9
303
|
*/
|
|
@@ -1912,6 +2206,57 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
|
1912
2206
|
*/
|
|
1913
2207
|
Output?: boolean | undefined;
|
|
1914
2208
|
}
|
|
2209
|
+
/**
|
|
2210
|
+
* @public
|
|
2211
|
+
*/
|
|
2212
|
+
export interface DisableCapacityManagerRequest {
|
|
2213
|
+
/**
|
|
2214
|
+
* <p>
|
|
2215
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
|
2216
|
+
* If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
2217
|
+
* </p>
|
|
2218
|
+
* @public
|
|
2219
|
+
*/
|
|
2220
|
+
DryRun?: boolean | undefined;
|
|
2221
|
+
/**
|
|
2222
|
+
* <p>
|
|
2223
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
2224
|
+
* </p>
|
|
2225
|
+
* @public
|
|
2226
|
+
*/
|
|
2227
|
+
ClientToken?: string | undefined;
|
|
2228
|
+
}
|
|
2229
|
+
/**
|
|
2230
|
+
* @public
|
|
2231
|
+
* @enum
|
|
2232
|
+
*/
|
|
2233
|
+
export declare const CapacityManagerStatus: {
|
|
2234
|
+
readonly DISABLED: "disabled";
|
|
2235
|
+
readonly ENABLED: "enabled";
|
|
2236
|
+
};
|
|
2237
|
+
/**
|
|
2238
|
+
* @public
|
|
2239
|
+
*/
|
|
2240
|
+
export type CapacityManagerStatus = (typeof CapacityManagerStatus)[keyof typeof CapacityManagerStatus];
|
|
2241
|
+
/**
|
|
2242
|
+
* @public
|
|
2243
|
+
*/
|
|
2244
|
+
export interface DisableCapacityManagerResult {
|
|
2245
|
+
/**
|
|
2246
|
+
* <p>
|
|
2247
|
+
* The current status of Capacity Manager after the disable operation.
|
|
2248
|
+
* </p>
|
|
2249
|
+
* @public
|
|
2250
|
+
*/
|
|
2251
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
2252
|
+
/**
|
|
2253
|
+
* <p>
|
|
2254
|
+
* Indicates whether Organizations access is enabled. This will be <code>false</code> after disabling Capacity Manager.
|
|
2255
|
+
* </p>
|
|
2256
|
+
* @public
|
|
2257
|
+
*/
|
|
2258
|
+
OrganizationsAccess?: boolean | undefined;
|
|
2259
|
+
}
|
|
1915
2260
|
/**
|
|
1916
2261
|
* @public
|
|
1917
2262
|
*/
|
|
@@ -3122,7 +3467,7 @@ export interface DisassociateTrunkInterfaceRequest {
|
|
|
3122
3467
|
*/
|
|
3123
3468
|
export interface DisassociateTrunkInterfaceResult {
|
|
3124
3469
|
/**
|
|
3125
|
-
* <p>
|
|
3470
|
+
* <p>Is <code>true</code> if the request succeeds and an error otherwise.</p>
|
|
3126
3471
|
* @public
|
|
3127
3472
|
*/
|
|
3128
3473
|
Return?: boolean | undefined;
|
|
@@ -3268,6 +3613,52 @@ export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
|
3268
3613
|
*/
|
|
3269
3614
|
Output?: boolean | undefined;
|
|
3270
3615
|
}
|
|
3616
|
+
/**
|
|
3617
|
+
* @public
|
|
3618
|
+
*/
|
|
3619
|
+
export interface EnableCapacityManagerRequest {
|
|
3620
|
+
/**
|
|
3621
|
+
* <p>
|
|
3622
|
+
* Specifies whether to enable cross-account access for Amazon Web Services Organizations. When enabled, Capacity Manager can aggregate data from all accounts in your organization. Default is false.
|
|
3623
|
+
* </p>
|
|
3624
|
+
* @public
|
|
3625
|
+
*/
|
|
3626
|
+
OrganizationsAccess?: boolean | undefined;
|
|
3627
|
+
/**
|
|
3628
|
+
* <p>
|
|
3629
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
|
3630
|
+
* If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
3631
|
+
* </p>
|
|
3632
|
+
* @public
|
|
3633
|
+
*/
|
|
3634
|
+
DryRun?: boolean | undefined;
|
|
3635
|
+
/**
|
|
3636
|
+
* <p>
|
|
3637
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
3638
|
+
* </p>
|
|
3639
|
+
* @public
|
|
3640
|
+
*/
|
|
3641
|
+
ClientToken?: string | undefined;
|
|
3642
|
+
}
|
|
3643
|
+
/**
|
|
3644
|
+
* @public
|
|
3645
|
+
*/
|
|
3646
|
+
export interface EnableCapacityManagerResult {
|
|
3647
|
+
/**
|
|
3648
|
+
* <p>
|
|
3649
|
+
* The current status of Capacity Manager after the enable operation.
|
|
3650
|
+
* </p>
|
|
3651
|
+
* @public
|
|
3652
|
+
*/
|
|
3653
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
3654
|
+
/**
|
|
3655
|
+
* <p>
|
|
3656
|
+
* Indicates whether Organizations access is enabled for cross-account data aggregation.
|
|
3657
|
+
* </p>
|
|
3658
|
+
* @public
|
|
3659
|
+
*/
|
|
3660
|
+
OrganizationsAccess?: boolean | undefined;
|
|
3661
|
+
}
|
|
3271
3662
|
/**
|
|
3272
3663
|
* @public
|
|
3273
3664
|
*/
|
|
@@ -4894,1448 +5285,876 @@ export interface GetAwsNetworkPerformanceDataResult {
|
|
|
4894
5285
|
/**
|
|
4895
5286
|
* @public
|
|
4896
5287
|
*/
|
|
4897
|
-
export interface
|
|
4898
|
-
/**
|
|
4899
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
4900
|
-
* @public
|
|
4901
|
-
*/
|
|
4902
|
-
CapacityReservationId: string | undefined;
|
|
4903
|
-
/**
|
|
4904
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
4905
|
-
* @public
|
|
4906
|
-
*/
|
|
4907
|
-
NextToken?: string | undefined;
|
|
5288
|
+
export interface GetCapacityManagerAttributesRequest {
|
|
4908
5289
|
/**
|
|
4909
|
-
* <p>
|
|
4910
|
-
*
|
|
4911
|
-
*
|
|
4912
|
-
|
|
4913
|
-
MaxResults?: number | undefined;
|
|
4914
|
-
/**
|
|
4915
|
-
* <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>
|
|
4916
|
-
* @public
|
|
4917
|
-
*/
|
|
4918
|
-
DryRun?: boolean | undefined;
|
|
4919
|
-
}
|
|
4920
|
-
/**
|
|
4921
|
-
* <p>Information about the Capacity Reservation usage.</p>
|
|
4922
|
-
* @public
|
|
4923
|
-
*/
|
|
4924
|
-
export interface InstanceUsage {
|
|
4925
|
-
/**
|
|
4926
|
-
* <p>The ID of the Amazon Web Services account that is making use of the Capacity
|
|
4927
|
-
* Reservation.</p>
|
|
4928
|
-
* @public
|
|
4929
|
-
*/
|
|
4930
|
-
AccountId?: string | undefined;
|
|
4931
|
-
/**
|
|
4932
|
-
* <p>The number of instances the Amazon Web Services account currently has in the Capacity
|
|
4933
|
-
* Reservation.</p>
|
|
4934
|
-
* @public
|
|
4935
|
-
*/
|
|
4936
|
-
UsedInstanceCount?: number | undefined;
|
|
4937
|
-
}
|
|
4938
|
-
/**
|
|
4939
|
-
* @public
|
|
4940
|
-
*/
|
|
4941
|
-
export interface GetCapacityReservationUsageResult {
|
|
4942
|
-
/**
|
|
4943
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
4944
|
-
* @public
|
|
4945
|
-
*/
|
|
4946
|
-
NextToken?: string | undefined;
|
|
4947
|
-
/**
|
|
4948
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
4949
|
-
* @public
|
|
4950
|
-
*/
|
|
4951
|
-
CapacityReservationId?: string | undefined;
|
|
4952
|
-
/**
|
|
4953
|
-
* <p>The type of instance for which the Capacity Reservation reserves capacity.</p>
|
|
4954
|
-
* @public
|
|
4955
|
-
*/
|
|
4956
|
-
InstanceType?: string | undefined;
|
|
4957
|
-
/**
|
|
4958
|
-
* <p>The number of instances for which the Capacity Reservation reserves capacity.</p>
|
|
4959
|
-
* @public
|
|
4960
|
-
*/
|
|
4961
|
-
TotalInstanceCount?: number | undefined;
|
|
4962
|
-
/**
|
|
4963
|
-
* <p>The remaining capacity. Indicates the number of instances that can be launched in the
|
|
4964
|
-
* Capacity Reservation.</p>
|
|
4965
|
-
* @public
|
|
4966
|
-
*/
|
|
4967
|
-
AvailableInstanceCount?: number | undefined;
|
|
4968
|
-
/**
|
|
4969
|
-
* <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of
|
|
4970
|
-
* the following states:</p>
|
|
4971
|
-
* <ul>
|
|
4972
|
-
* <li>
|
|
4973
|
-
* <p>
|
|
4974
|
-
* <code>active</code> - The capacity is available for use.</p>
|
|
4975
|
-
* </li>
|
|
4976
|
-
* <li>
|
|
4977
|
-
* <p>
|
|
4978
|
-
* <code>expired</code> - The Capacity Reservation expired automatically at the date and time
|
|
4979
|
-
* specified in your reservation request. The reserved capacity is no longer available for your use.</p>
|
|
4980
|
-
* </li>
|
|
4981
|
-
* <li>
|
|
4982
|
-
* <p>
|
|
4983
|
-
* <code>cancelled</code> - The Capacity Reservation was canceled. The reserved capacity is no
|
|
4984
|
-
* longer available for your use.</p>
|
|
4985
|
-
* </li>
|
|
4986
|
-
* <li>
|
|
4987
|
-
* <p>
|
|
4988
|
-
* <code>pending</code> - The Capacity Reservation request was successful but the capacity
|
|
4989
|
-
* provisioning is still pending.</p>
|
|
4990
|
-
* </li>
|
|
4991
|
-
* <li>
|
|
4992
|
-
* <p>
|
|
4993
|
-
* <code>failed</code> - The Capacity Reservation request has failed. A request can fail due to
|
|
4994
|
-
* request parameters that are not valid, capacity constraints, or instance limit constraints. You
|
|
4995
|
-
* can view a failed request for 60 minutes.</p>
|
|
4996
|
-
* </li>
|
|
4997
|
-
* <li>
|
|
4998
|
-
* <p>
|
|
4999
|
-
* <code>scheduled</code> - (<i>Future-dated Capacity Reservations</i>) The
|
|
5000
|
-
* future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
|
|
5001
|
-
* for delivery on the requested start date.</p>
|
|
5002
|
-
* </li>
|
|
5003
|
-
* <li>
|
|
5004
|
-
* <p>
|
|
5005
|
-
* <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
|
|
5006
|
-
* payment has not been processed yet.</p>
|
|
5007
|
-
* </li>
|
|
5008
|
-
* <li>
|
|
5009
|
-
* <p>
|
|
5010
|
-
* <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront
|
|
5011
|
-
* payment was not processed in the 12-hour time frame. Your Capacity Block was released.</p>
|
|
5012
|
-
* </li>
|
|
5013
|
-
* <li>
|
|
5014
|
-
* <p>
|
|
5015
|
-
* <code>assessing</code> - (<i>Future-dated Capacity Reservations</i>)
|
|
5016
|
-
* Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
|
|
5017
|
-
* </li>
|
|
5018
|
-
* <li>
|
|
5019
|
-
* <p>
|
|
5020
|
-
* <code>delayed</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
5021
|
-
* encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
|
|
5022
|
-
* unable to deliver the requested capacity by the requested start date and time.</p>
|
|
5023
|
-
* </li>
|
|
5024
|
-
* <li>
|
|
5025
|
-
* <p>
|
|
5026
|
-
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
5027
|
-
* can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
|
|
5028
|
-
* unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
|
|
5029
|
-
* </li>
|
|
5030
|
-
* </ul>
|
|
5031
|
-
* @public
|
|
5032
|
-
*/
|
|
5033
|
-
State?: CapacityReservationState | undefined;
|
|
5034
|
-
/**
|
|
5035
|
-
* <p>Information about the Capacity Reservation usage.</p>
|
|
5036
|
-
* @public
|
|
5037
|
-
*/
|
|
5038
|
-
InstanceUsages?: InstanceUsage[] | undefined;
|
|
5039
|
-
}
|
|
5040
|
-
/**
|
|
5041
|
-
* @public
|
|
5042
|
-
*/
|
|
5043
|
-
export interface GetCoipPoolUsageRequest {
|
|
5044
|
-
/**
|
|
5045
|
-
* <p>The ID of the address pool.</p>
|
|
5046
|
-
* @public
|
|
5047
|
-
*/
|
|
5048
|
-
PoolId: string | undefined;
|
|
5049
|
-
/**
|
|
5050
|
-
* <p>One or more filters.</p>
|
|
5051
|
-
* <ul>
|
|
5052
|
-
* <li>
|
|
5053
|
-
* <p>
|
|
5054
|
-
* <code>coip-address-usage.allocation-id</code> - The allocation ID of the address.</p>
|
|
5055
|
-
* </li>
|
|
5056
|
-
* <li>
|
|
5057
|
-
* <p>
|
|
5058
|
-
* <code>coip-address-usage.aws-account-id</code> - The ID of the Amazon Web Services account that is using the customer-owned IP address.</p>
|
|
5059
|
-
* </li>
|
|
5060
|
-
* <li>
|
|
5061
|
-
* <p>
|
|
5062
|
-
* <code>coip-address-usage.aws-service</code> - The Amazon Web Services service that is using the customer-owned IP address.</p>
|
|
5063
|
-
* </li>
|
|
5064
|
-
* <li>
|
|
5065
|
-
* <p>
|
|
5066
|
-
* <code>coip-address-usage.co-ip</code> - The customer-owned IP address.</p>
|
|
5067
|
-
* </li>
|
|
5068
|
-
* </ul>
|
|
5069
|
-
* @public
|
|
5070
|
-
*/
|
|
5071
|
-
Filters?: Filter[] | undefined;
|
|
5072
|
-
/**
|
|
5073
|
-
* <p>The maximum number of results to return with a single call.
|
|
5074
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
5075
|
-
* @public
|
|
5076
|
-
*/
|
|
5077
|
-
MaxResults?: number | undefined;
|
|
5078
|
-
/**
|
|
5079
|
-
* <p>The token for the next page of results.</p>
|
|
5080
|
-
* @public
|
|
5081
|
-
*/
|
|
5082
|
-
NextToken?: string | undefined;
|
|
5083
|
-
/**
|
|
5084
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5085
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5086
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5087
|
-
* @public
|
|
5088
|
-
*/
|
|
5089
|
-
DryRun?: boolean | undefined;
|
|
5090
|
-
}
|
|
5091
|
-
/**
|
|
5092
|
-
* <p>Describes address usage for a customer-owned address pool.</p>
|
|
5093
|
-
* @public
|
|
5094
|
-
*/
|
|
5095
|
-
export interface CoipAddressUsage {
|
|
5096
|
-
/**
|
|
5097
|
-
* <p>The allocation ID of the address.</p>
|
|
5098
|
-
* @public
|
|
5099
|
-
*/
|
|
5100
|
-
AllocationId?: string | undefined;
|
|
5101
|
-
/**
|
|
5102
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
5103
|
-
* @public
|
|
5104
|
-
*/
|
|
5105
|
-
AwsAccountId?: string | undefined;
|
|
5106
|
-
/**
|
|
5107
|
-
* <p>The Amazon Web Services service.</p>
|
|
5108
|
-
* @public
|
|
5109
|
-
*/
|
|
5110
|
-
AwsService?: string | undefined;
|
|
5111
|
-
/**
|
|
5112
|
-
* <p>The customer-owned IP address.</p>
|
|
5113
|
-
* @public
|
|
5114
|
-
*/
|
|
5115
|
-
CoIp?: string | undefined;
|
|
5116
|
-
}
|
|
5117
|
-
/**
|
|
5118
|
-
* @public
|
|
5119
|
-
*/
|
|
5120
|
-
export interface GetCoipPoolUsageResult {
|
|
5121
|
-
/**
|
|
5122
|
-
* <p>The ID of the customer-owned address pool.</p>
|
|
5123
|
-
* @public
|
|
5124
|
-
*/
|
|
5125
|
-
CoipPoolId?: string | undefined;
|
|
5126
|
-
/**
|
|
5127
|
-
* <p>Information about the address usage.</p>
|
|
5128
|
-
* @public
|
|
5129
|
-
*/
|
|
5130
|
-
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
5131
|
-
/**
|
|
5132
|
-
* <p>The ID of the local gateway route table.</p>
|
|
5133
|
-
* @public
|
|
5134
|
-
*/
|
|
5135
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
5136
|
-
/**
|
|
5137
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
5138
|
-
* @public
|
|
5139
|
-
*/
|
|
5140
|
-
NextToken?: string | undefined;
|
|
5141
|
-
}
|
|
5142
|
-
/**
|
|
5143
|
-
* @public
|
|
5144
|
-
*/
|
|
5145
|
-
export interface GetConsoleOutputRequest {
|
|
5146
|
-
/**
|
|
5147
|
-
* <p>The ID of the instance.</p>
|
|
5148
|
-
* @public
|
|
5149
|
-
*/
|
|
5150
|
-
InstanceId: string | undefined;
|
|
5151
|
-
/**
|
|
5152
|
-
* <p>When enabled, retrieves the latest console output for the instance.</p>
|
|
5153
|
-
* <p>Default: disabled (<code>false</code>)</p>
|
|
5154
|
-
* @public
|
|
5155
|
-
*/
|
|
5156
|
-
Latest?: boolean | undefined;
|
|
5157
|
-
/**
|
|
5158
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
5159
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
5160
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5161
|
-
* @public
|
|
5162
|
-
*/
|
|
5163
|
-
DryRun?: boolean | undefined;
|
|
5164
|
-
}
|
|
5165
|
-
/**
|
|
5166
|
-
* @public
|
|
5167
|
-
*/
|
|
5168
|
-
export interface GetConsoleOutputResult {
|
|
5169
|
-
/**
|
|
5170
|
-
* <p>The ID of the instance.</p>
|
|
5171
|
-
* @public
|
|
5172
|
-
*/
|
|
5173
|
-
InstanceId?: string | undefined;
|
|
5174
|
-
/**
|
|
5175
|
-
* <p>The time at which the output was last updated.</p>
|
|
5176
|
-
* @public
|
|
5177
|
-
*/
|
|
5178
|
-
Timestamp?: Date | undefined;
|
|
5179
|
-
/**
|
|
5180
|
-
* <p>The console output, base64-encoded. If you are using a command line tool, the tool
|
|
5181
|
-
* decodes the output for you.</p>
|
|
5182
|
-
* @public
|
|
5183
|
-
*/
|
|
5184
|
-
Output?: string | undefined;
|
|
5185
|
-
}
|
|
5186
|
-
/**
|
|
5187
|
-
* @public
|
|
5188
|
-
*/
|
|
5189
|
-
export interface GetConsoleScreenshotRequest {
|
|
5190
|
-
/**
|
|
5191
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
5192
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
5193
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5194
|
-
* @public
|
|
5195
|
-
*/
|
|
5196
|
-
DryRun?: boolean | undefined;
|
|
5197
|
-
/**
|
|
5198
|
-
* <p>The ID of the instance.</p>
|
|
5199
|
-
* @public
|
|
5200
|
-
*/
|
|
5201
|
-
InstanceId: string | undefined;
|
|
5202
|
-
/**
|
|
5203
|
-
* <p>When set to <code>true</code>, acts as keystroke input and wakes up an instance that's
|
|
5204
|
-
* in standby or "sleep" mode.</p>
|
|
5205
|
-
* @public
|
|
5206
|
-
*/
|
|
5207
|
-
WakeUp?: boolean | undefined;
|
|
5208
|
-
}
|
|
5209
|
-
/**
|
|
5210
|
-
* @public
|
|
5211
|
-
*/
|
|
5212
|
-
export interface GetConsoleScreenshotResult {
|
|
5213
|
-
/**
|
|
5214
|
-
* <p>The data that comprises the image.</p>
|
|
5215
|
-
* @public
|
|
5216
|
-
*/
|
|
5217
|
-
ImageData?: string | undefined;
|
|
5218
|
-
/**
|
|
5219
|
-
* <p>The ID of the instance.</p>
|
|
5220
|
-
* @public
|
|
5221
|
-
*/
|
|
5222
|
-
InstanceId?: string | undefined;
|
|
5223
|
-
}
|
|
5224
|
-
/**
|
|
5225
|
-
* @public
|
|
5226
|
-
*/
|
|
5227
|
-
export interface GetDeclarativePoliciesReportSummaryRequest {
|
|
5228
|
-
/**
|
|
5229
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5230
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5231
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5232
|
-
* @public
|
|
5233
|
-
*/
|
|
5234
|
-
DryRun?: boolean | undefined;
|
|
5235
|
-
/**
|
|
5236
|
-
* <p>The ID of the report.</p>
|
|
5237
|
-
* @public
|
|
5238
|
-
*/
|
|
5239
|
-
ReportId: string | undefined;
|
|
5240
|
-
}
|
|
5241
|
-
/**
|
|
5242
|
-
* <p>A summary report for the attribute for a Region.</p>
|
|
5243
|
-
* @public
|
|
5244
|
-
*/
|
|
5245
|
-
export interface RegionalSummary {
|
|
5246
|
-
/**
|
|
5247
|
-
* <p>The Amazon Web Services Region.</p>
|
|
5248
|
-
* @public
|
|
5249
|
-
*/
|
|
5250
|
-
RegionName?: string | undefined;
|
|
5251
|
-
/**
|
|
5252
|
-
* <p>The number of accounts in the Region with the same configuration value for the
|
|
5253
|
-
* attribute that is most frequently observed.</p>
|
|
5254
|
-
* @public
|
|
5255
|
-
*/
|
|
5256
|
-
NumberOfMatchedAccounts?: number | undefined;
|
|
5257
|
-
/**
|
|
5258
|
-
* <p>The number of accounts in the Region with a configuration value different from the
|
|
5259
|
-
* most frequently observed value for the attribute.</p>
|
|
5260
|
-
* @public
|
|
5261
|
-
*/
|
|
5262
|
-
NumberOfUnmatchedAccounts?: number | undefined;
|
|
5263
|
-
}
|
|
5264
|
-
/**
|
|
5265
|
-
* <p>A summary report for the attribute across all Regions.</p>
|
|
5266
|
-
* @public
|
|
5267
|
-
*/
|
|
5268
|
-
export interface AttributeSummary {
|
|
5269
|
-
/**
|
|
5270
|
-
* <p>The name of the attribute.</p>
|
|
5271
|
-
* @public
|
|
5272
|
-
*/
|
|
5273
|
-
AttributeName?: string | undefined;
|
|
5274
|
-
/**
|
|
5275
|
-
* <p>The configuration value that is most frequently observed for the attribute.</p>
|
|
5276
|
-
* @public
|
|
5277
|
-
*/
|
|
5278
|
-
MostFrequentValue?: string | undefined;
|
|
5279
|
-
/**
|
|
5280
|
-
* <p>The number of accounts with the same configuration value for the attribute that is
|
|
5281
|
-
* most frequently observed.</p>
|
|
5282
|
-
* @public
|
|
5283
|
-
*/
|
|
5284
|
-
NumberOfMatchedAccounts?: number | undefined;
|
|
5285
|
-
/**
|
|
5286
|
-
* <p>The number of accounts with a configuration value different from the most frequently
|
|
5287
|
-
* observed value for the attribute.</p>
|
|
5288
|
-
* @public
|
|
5289
|
-
*/
|
|
5290
|
-
NumberOfUnmatchedAccounts?: number | undefined;
|
|
5291
|
-
/**
|
|
5292
|
-
* <p>The summary report for each Region for the attribute.</p>
|
|
5293
|
-
* @public
|
|
5294
|
-
*/
|
|
5295
|
-
RegionalSummaries?: RegionalSummary[] | undefined;
|
|
5296
|
-
}
|
|
5297
|
-
/**
|
|
5298
|
-
* @public
|
|
5299
|
-
*/
|
|
5300
|
-
export interface GetDeclarativePoliciesReportSummaryResult {
|
|
5301
|
-
/**
|
|
5302
|
-
* <p>The ID of the report.</p>
|
|
5303
|
-
* @public
|
|
5304
|
-
*/
|
|
5305
|
-
ReportId?: string | undefined;
|
|
5306
|
-
/**
|
|
5307
|
-
* <p>The name of the Amazon S3 bucket where the report is located.</p>
|
|
5308
|
-
* @public
|
|
5309
|
-
*/
|
|
5310
|
-
S3Bucket?: string | undefined;
|
|
5311
|
-
/**
|
|
5312
|
-
* <p>The prefix for your S3 object.</p>
|
|
5313
|
-
* @public
|
|
5314
|
-
*/
|
|
5315
|
-
S3Prefix?: string | undefined;
|
|
5316
|
-
/**
|
|
5317
|
-
* <p>The root ID, organizational unit ID, or account ID.</p>
|
|
5318
|
-
* <p>Format:</p>
|
|
5319
|
-
* <ul>
|
|
5320
|
-
* <li>
|
|
5321
|
-
* <p>For root: <code>r-ab12</code>
|
|
5322
|
-
* </p>
|
|
5323
|
-
* </li>
|
|
5324
|
-
* <li>
|
|
5325
|
-
* <p>For OU: <code>ou-ab12-cdef1234</code>
|
|
5326
|
-
* </p>
|
|
5327
|
-
* </li>
|
|
5328
|
-
* <li>
|
|
5329
|
-
* <p>For account: <code>123456789012</code>
|
|
5330
|
-
* </p>
|
|
5331
|
-
* </li>
|
|
5332
|
-
* </ul>
|
|
5333
|
-
* @public
|
|
5334
|
-
*/
|
|
5335
|
-
TargetId?: string | undefined;
|
|
5336
|
-
/**
|
|
5337
|
-
* <p>The time when the report generation started.</p>
|
|
5338
|
-
* @public
|
|
5339
|
-
*/
|
|
5340
|
-
StartTime?: Date | undefined;
|
|
5341
|
-
/**
|
|
5342
|
-
* <p>The time when the report generation ended.</p>
|
|
5343
|
-
* @public
|
|
5344
|
-
*/
|
|
5345
|
-
EndTime?: Date | undefined;
|
|
5346
|
-
/**
|
|
5347
|
-
* <p>The total number of accounts associated with the specified
|
|
5348
|
-
* <code>targetId</code>.</p>
|
|
5349
|
-
* @public
|
|
5350
|
-
*/
|
|
5351
|
-
NumberOfAccounts?: number | undefined;
|
|
5352
|
-
/**
|
|
5353
|
-
* <p>The number of accounts where attributes could not be retrieved in any Region.</p>
|
|
5354
|
-
* @public
|
|
5355
|
-
*/
|
|
5356
|
-
NumberOfFailedAccounts?: number | undefined;
|
|
5357
|
-
/**
|
|
5358
|
-
* <p>The attributes described in the report.</p>
|
|
5359
|
-
* @public
|
|
5360
|
-
*/
|
|
5361
|
-
AttributeSummaries?: AttributeSummary[] | undefined;
|
|
5362
|
-
}
|
|
5363
|
-
/**
|
|
5364
|
-
* @public
|
|
5365
|
-
* @enum
|
|
5366
|
-
*/
|
|
5367
|
-
export declare const UnlimitedSupportedInstanceFamily: {
|
|
5368
|
-
readonly t2: "t2";
|
|
5369
|
-
readonly t3: "t3";
|
|
5370
|
-
readonly t3a: "t3a";
|
|
5371
|
-
readonly t4g: "t4g";
|
|
5372
|
-
};
|
|
5373
|
-
/**
|
|
5374
|
-
* @public
|
|
5375
|
-
*/
|
|
5376
|
-
export type UnlimitedSupportedInstanceFamily = (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
5377
|
-
/**
|
|
5378
|
-
* @public
|
|
5379
|
-
*/
|
|
5380
|
-
export interface GetDefaultCreditSpecificationRequest {
|
|
5381
|
-
/**
|
|
5382
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
5383
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
5384
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5385
|
-
* @public
|
|
5386
|
-
*/
|
|
5387
|
-
DryRun?: boolean | undefined;
|
|
5388
|
-
/**
|
|
5389
|
-
* <p>The instance family.</p>
|
|
5390
|
-
* @public
|
|
5391
|
-
*/
|
|
5392
|
-
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
5393
|
-
}
|
|
5394
|
-
/**
|
|
5395
|
-
* <p>Describes the default credit option for CPU usage of a burstable performance instance
|
|
5396
|
-
* family.</p>
|
|
5397
|
-
* @public
|
|
5398
|
-
*/
|
|
5399
|
-
export interface InstanceFamilyCreditSpecification {
|
|
5400
|
-
/**
|
|
5401
|
-
* <p>The instance family.</p>
|
|
5402
|
-
* @public
|
|
5403
|
-
*/
|
|
5404
|
-
InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
|
|
5405
|
-
/**
|
|
5406
|
-
* <p>The default credit option for CPU usage of the instance family. Valid values are
|
|
5407
|
-
* <code>standard</code> and <code>unlimited</code>.</p>
|
|
5408
|
-
* @public
|
|
5409
|
-
*/
|
|
5410
|
-
CpuCredits?: string | undefined;
|
|
5411
|
-
}
|
|
5412
|
-
/**
|
|
5413
|
-
* @public
|
|
5414
|
-
*/
|
|
5415
|
-
export interface GetDefaultCreditSpecificationResult {
|
|
5416
|
-
/**
|
|
5417
|
-
* <p>The default credit option for CPU usage of the instance family.</p>
|
|
5418
|
-
* @public
|
|
5419
|
-
*/
|
|
5420
|
-
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification | undefined;
|
|
5421
|
-
}
|
|
5422
|
-
/**
|
|
5423
|
-
* @public
|
|
5424
|
-
*/
|
|
5425
|
-
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
5426
|
-
/**
|
|
5427
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5428
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5429
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5430
|
-
* @public
|
|
5431
|
-
*/
|
|
5432
|
-
DryRun?: boolean | undefined;
|
|
5433
|
-
}
|
|
5434
|
-
/**
|
|
5435
|
-
* @public
|
|
5436
|
-
*/
|
|
5437
|
-
export interface GetEbsDefaultKmsKeyIdResult {
|
|
5438
|
-
/**
|
|
5439
|
-
* <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
|
|
5440
|
-
* @public
|
|
5441
|
-
*/
|
|
5442
|
-
KmsKeyId?: string | undefined;
|
|
5443
|
-
}
|
|
5444
|
-
/**
|
|
5445
|
-
* @public
|
|
5446
|
-
*/
|
|
5447
|
-
export interface GetEbsEncryptionByDefaultRequest {
|
|
5448
|
-
/**
|
|
5449
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5450
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5451
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5452
|
-
* @public
|
|
5453
|
-
*/
|
|
5454
|
-
DryRun?: boolean | undefined;
|
|
5455
|
-
}
|
|
5456
|
-
/**
|
|
5457
|
-
* @public
|
|
5458
|
-
*/
|
|
5459
|
-
export interface GetEbsEncryptionByDefaultResult {
|
|
5460
|
-
/**
|
|
5461
|
-
* <p>Indicates whether encryption by default is enabled.</p>
|
|
5462
|
-
* @public
|
|
5463
|
-
*/
|
|
5464
|
-
EbsEncryptionByDefault?: boolean | undefined;
|
|
5465
|
-
/**
|
|
5466
|
-
* <p>Reserved for future use.</p>
|
|
5467
|
-
* @public
|
|
5468
|
-
*/
|
|
5469
|
-
SseType?: SSEType | undefined;
|
|
5470
|
-
}
|
|
5471
|
-
/**
|
|
5472
|
-
* @public
|
|
5473
|
-
* @enum
|
|
5474
|
-
*/
|
|
5475
|
-
export declare const PartitionLoadFrequency: {
|
|
5476
|
-
readonly DAILY: "daily";
|
|
5477
|
-
readonly MONTHLY: "monthly";
|
|
5478
|
-
readonly NONE: "none";
|
|
5479
|
-
readonly WEEKLY: "weekly";
|
|
5480
|
-
};
|
|
5481
|
-
/**
|
|
5482
|
-
* @public
|
|
5483
|
-
*/
|
|
5484
|
-
export type PartitionLoadFrequency = (typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
|
|
5485
|
-
/**
|
|
5486
|
-
* <p>Describes integration options for Amazon Athena.</p>
|
|
5487
|
-
* @public
|
|
5488
|
-
*/
|
|
5489
|
-
export interface AthenaIntegration {
|
|
5490
|
-
/**
|
|
5491
|
-
* <p>The location in Amazon S3 to store the generated CloudFormation template.</p>
|
|
5492
|
-
* @public
|
|
5493
|
-
*/
|
|
5494
|
-
IntegrationResultS3DestinationArn: string | undefined;
|
|
5495
|
-
/**
|
|
5496
|
-
* <p>The schedule for adding new partitions to the table.</p>
|
|
5497
|
-
* @public
|
|
5498
|
-
*/
|
|
5499
|
-
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
5500
|
-
/**
|
|
5501
|
-
* <p>The start date for the partition.</p>
|
|
5502
|
-
* @public
|
|
5503
|
-
*/
|
|
5504
|
-
PartitionStartDate?: Date | undefined;
|
|
5505
|
-
/**
|
|
5506
|
-
* <p>The end date for the partition.</p>
|
|
5507
|
-
* @public
|
|
5508
|
-
*/
|
|
5509
|
-
PartitionEndDate?: Date | undefined;
|
|
5510
|
-
}
|
|
5511
|
-
/**
|
|
5512
|
-
* <p>Describes service integrations with VPC Flow logs.</p>
|
|
5513
|
-
* @public
|
|
5514
|
-
*/
|
|
5515
|
-
export interface IntegrateServices {
|
|
5516
|
-
/**
|
|
5517
|
-
* <p>Information about the integration with Amazon Athena.</p>
|
|
5518
|
-
* @public
|
|
5519
|
-
*/
|
|
5520
|
-
AthenaIntegrations?: AthenaIntegration[] | undefined;
|
|
5521
|
-
}
|
|
5522
|
-
/**
|
|
5523
|
-
* @public
|
|
5524
|
-
*/
|
|
5525
|
-
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
5526
|
-
/**
|
|
5527
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5528
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5529
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5530
|
-
* @public
|
|
5531
|
-
*/
|
|
5532
|
-
DryRun?: boolean | undefined;
|
|
5533
|
-
/**
|
|
5534
|
-
* <p>The ID of the flow log.</p>
|
|
5535
|
-
* @public
|
|
5536
|
-
*/
|
|
5537
|
-
FlowLogId: string | undefined;
|
|
5538
|
-
/**
|
|
5539
|
-
* <p>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</p>
|
|
5540
|
-
* @public
|
|
5541
|
-
*/
|
|
5542
|
-
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
5543
|
-
/**
|
|
5544
|
-
* <p>Information about the service integration.</p>
|
|
5545
|
-
* @public
|
|
5546
|
-
*/
|
|
5547
|
-
IntegrateServices: IntegrateServices | undefined;
|
|
5548
|
-
}
|
|
5549
|
-
/**
|
|
5550
|
-
* @public
|
|
5551
|
-
*/
|
|
5552
|
-
export interface GetFlowLogsIntegrationTemplateResult {
|
|
5553
|
-
/**
|
|
5554
|
-
* <p>The generated CloudFormation template.</p>
|
|
5555
|
-
* @public
|
|
5556
|
-
*/
|
|
5557
|
-
Result?: string | undefined;
|
|
5558
|
-
}
|
|
5559
|
-
/**
|
|
5560
|
-
* @public
|
|
5561
|
-
*/
|
|
5562
|
-
export interface GetGroupsForCapacityReservationRequest {
|
|
5563
|
-
/**
|
|
5564
|
-
* <p>The ID of the Capacity Reservation. If you specify a Capacity Reservation that is
|
|
5565
|
-
* shared with you, the operation returns only Capacity Reservation groups that you
|
|
5566
|
-
* own.</p>
|
|
5567
|
-
* @public
|
|
5568
|
-
*/
|
|
5569
|
-
CapacityReservationId: string | undefined;
|
|
5570
|
-
/**
|
|
5571
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
5572
|
-
* @public
|
|
5573
|
-
*/
|
|
5574
|
-
NextToken?: string | undefined;
|
|
5575
|
-
/**
|
|
5576
|
-
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
|
|
5577
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
5578
|
-
* @public
|
|
5579
|
-
*/
|
|
5580
|
-
MaxResults?: number | undefined;
|
|
5581
|
-
/**
|
|
5582
|
-
* <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>
|
|
5290
|
+
* <p>
|
|
5291
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
|
5292
|
+
* If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
5293
|
+
* </p>
|
|
5583
5294
|
* @public
|
|
5584
5295
|
*/
|
|
5585
5296
|
DryRun?: boolean | undefined;
|
|
5586
5297
|
}
|
|
5587
|
-
/**
|
|
5588
|
-
* <p>Describes a resource group to which a Capacity Reservation has been added.</p>
|
|
5589
|
-
* @public
|
|
5590
|
-
*/
|
|
5591
|
-
export interface CapacityReservationGroup {
|
|
5592
|
-
/**
|
|
5593
|
-
* <p>The ARN of the resource group.</p>
|
|
5594
|
-
* @public
|
|
5595
|
-
*/
|
|
5596
|
-
GroupArn?: string | undefined;
|
|
5597
|
-
/**
|
|
5598
|
-
* <p>The ID of the Amazon Web Services account that owns the resource group.</p>
|
|
5599
|
-
* @public
|
|
5600
|
-
*/
|
|
5601
|
-
OwnerId?: string | undefined;
|
|
5602
|
-
}
|
|
5603
5298
|
/**
|
|
5604
5299
|
* @public
|
|
5300
|
+
* @enum
|
|
5605
5301
|
*/
|
|
5606
|
-
export
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
|
|
5611
|
-
NextToken?: string | undefined;
|
|
5612
|
-
/**
|
|
5613
|
-
* <p>Information about the resource groups to which the Capacity Reservation has been
|
|
5614
|
-
* added.</p>
|
|
5615
|
-
* @public
|
|
5616
|
-
*/
|
|
5617
|
-
CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
|
|
5618
|
-
}
|
|
5302
|
+
export declare const IngestionStatus: {
|
|
5303
|
+
readonly INGESTION_COMPLETE: "ingestion-complete";
|
|
5304
|
+
readonly INGESTION_FAILED: "ingestion-failed";
|
|
5305
|
+
readonly INITIAL_INGESTION_IN_PROGRESS: "initial-ingestion-in-progress";
|
|
5306
|
+
};
|
|
5619
5307
|
/**
|
|
5620
5308
|
* @public
|
|
5621
5309
|
*/
|
|
5622
|
-
export
|
|
5623
|
-
/**
|
|
5624
|
-
* <p>The IDs of the Dedicated Hosts with which the reservation is associated.</p>
|
|
5625
|
-
* @public
|
|
5626
|
-
*/
|
|
5627
|
-
HostIdSet: string[] | undefined;
|
|
5628
|
-
/**
|
|
5629
|
-
* <p>The offering ID of the reservation.</p>
|
|
5630
|
-
* @public
|
|
5631
|
-
*/
|
|
5632
|
-
OfferingId: string | undefined;
|
|
5633
|
-
}
|
|
5310
|
+
export type IngestionStatus = (typeof IngestionStatus)[keyof typeof IngestionStatus];
|
|
5634
5311
|
/**
|
|
5635
|
-
* <p>Describes the result of the purchase.</p>
|
|
5636
5312
|
* @public
|
|
5637
5313
|
*/
|
|
5638
|
-
export interface
|
|
5639
|
-
/**
|
|
5640
|
-
* <p>The currency in which the <code>UpfrontPrice</code> and <code>HourlyPrice</code>
|
|
5641
|
-
* amounts are specified. At this time, the only supported currency is
|
|
5642
|
-
* <code>USD</code>.</p>
|
|
5643
|
-
* @public
|
|
5644
|
-
*/
|
|
5645
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
5646
|
-
/**
|
|
5647
|
-
* <p>The duration of the reservation's term in seconds.</p>
|
|
5648
|
-
* @public
|
|
5649
|
-
*/
|
|
5650
|
-
Duration?: number | undefined;
|
|
5651
|
-
/**
|
|
5652
|
-
* <p>The IDs of the Dedicated Hosts associated with the reservation.</p>
|
|
5653
|
-
* @public
|
|
5654
|
-
*/
|
|
5655
|
-
HostIdSet?: string[] | undefined;
|
|
5314
|
+
export interface GetCapacityManagerAttributesResult {
|
|
5656
5315
|
/**
|
|
5657
|
-
* <p>
|
|
5658
|
-
*
|
|
5659
|
-
|
|
5660
|
-
HostReservationId?: string | undefined;
|
|
5661
|
-
/**
|
|
5662
|
-
* <p>The hourly price of the reservation per hour.</p>
|
|
5663
|
-
* @public
|
|
5664
|
-
*/
|
|
5665
|
-
HourlyPrice?: string | undefined;
|
|
5666
|
-
/**
|
|
5667
|
-
* <p>The instance family on the Dedicated Host that the reservation can be associated
|
|
5668
|
-
* with.</p>
|
|
5669
|
-
* @public
|
|
5670
|
-
*/
|
|
5671
|
-
InstanceFamily?: string | undefined;
|
|
5672
|
-
/**
|
|
5673
|
-
* <p>The payment option for the reservation.</p>
|
|
5316
|
+
* <p>
|
|
5317
|
+
* The current status of Capacity Manager.
|
|
5318
|
+
* </p>
|
|
5674
5319
|
* @public
|
|
5675
5320
|
*/
|
|
5676
|
-
|
|
5321
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
5677
5322
|
/**
|
|
5678
|
-
* <p>
|
|
5323
|
+
* <p>
|
|
5324
|
+
* Indicates whether Organizations access is enabled for cross-account data aggregation.
|
|
5325
|
+
* </p>
|
|
5679
5326
|
* @public
|
|
5680
5327
|
*/
|
|
5681
|
-
|
|
5682
|
-
}
|
|
5683
|
-
/**
|
|
5684
|
-
* @public
|
|
5685
|
-
*/
|
|
5686
|
-
export interface GetHostReservationPurchasePreviewResult {
|
|
5328
|
+
OrganizationsAccess?: boolean | undefined;
|
|
5687
5329
|
/**
|
|
5688
|
-
* <p>
|
|
5689
|
-
*
|
|
5690
|
-
*
|
|
5330
|
+
* <p>
|
|
5331
|
+
* The number of active data export configurations for this account. This count includes all data exports regardless of their current delivery status.
|
|
5332
|
+
* </p>
|
|
5691
5333
|
* @public
|
|
5692
5334
|
*/
|
|
5693
|
-
|
|
5335
|
+
DataExportCount?: number | undefined;
|
|
5694
5336
|
/**
|
|
5695
|
-
* <p>
|
|
5696
|
-
*
|
|
5337
|
+
* <p>
|
|
5338
|
+
* The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.
|
|
5339
|
+
* </p>
|
|
5697
5340
|
* @public
|
|
5698
5341
|
*/
|
|
5699
|
-
|
|
5342
|
+
IngestionStatus?: IngestionStatus | undefined;
|
|
5700
5343
|
/**
|
|
5701
|
-
* <p>
|
|
5344
|
+
* <p>
|
|
5345
|
+
* A descriptive message providing additional details about the current ingestion status. This may include error information if ingestion has
|
|
5346
|
+
* failed or progress details during initial setup.
|
|
5347
|
+
* </p>
|
|
5702
5348
|
* @public
|
|
5703
5349
|
*/
|
|
5704
|
-
|
|
5350
|
+
IngestionStatusMessage?: string | undefined;
|
|
5705
5351
|
/**
|
|
5706
|
-
* <p>
|
|
5352
|
+
* <p>
|
|
5353
|
+
* The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch. This indicates how far back historical data is available for queries.
|
|
5354
|
+
* </p>
|
|
5707
5355
|
* @public
|
|
5708
5356
|
*/
|
|
5709
|
-
|
|
5710
|
-
}
|
|
5711
|
-
/**
|
|
5712
|
-
* @public
|
|
5713
|
-
*/
|
|
5714
|
-
export interface GetImageBlockPublicAccessStateRequest {
|
|
5357
|
+
EarliestDatapointTimestamp?: Date | undefined;
|
|
5715
5358
|
/**
|
|
5716
|
-
* <p>
|
|
5717
|
-
*
|
|
5718
|
-
*
|
|
5359
|
+
* <p>
|
|
5360
|
+
* The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch. This indicates how current your capacity data is.
|
|
5361
|
+
* </p>
|
|
5719
5362
|
* @public
|
|
5720
5363
|
*/
|
|
5721
|
-
|
|
5364
|
+
LatestDatapointTimestamp?: Date | undefined;
|
|
5722
5365
|
}
|
|
5723
5366
|
/**
|
|
5724
5367
|
* @public
|
|
5368
|
+
* @enum
|
|
5725
5369
|
*/
|
|
5726
|
-
export
|
|
5727
|
-
|
|
5728
|
-
|
|
5729
|
-
|
|
5730
|
-
* <p>Possible values:</p>
|
|
5731
|
-
* <ul>
|
|
5732
|
-
* <li>
|
|
5733
|
-
* <p>
|
|
5734
|
-
* <code>block-new-sharing</code> - Any attempt to publicly share your AMIs in the
|
|
5735
|
-
* specified Region is blocked.</p>
|
|
5736
|
-
* </li>
|
|
5737
|
-
* <li>
|
|
5738
|
-
* <p>
|
|
5739
|
-
* <code>unblocked</code> - Your AMIs in the specified Region can be publicly
|
|
5740
|
-
* shared.</p>
|
|
5741
|
-
* </li>
|
|
5742
|
-
* </ul>
|
|
5743
|
-
* @public
|
|
5744
|
-
*/
|
|
5745
|
-
ImageBlockPublicAccessState?: string | undefined;
|
|
5746
|
-
/**
|
|
5747
|
-
* <p>The entity that manages the state for block public access for AMIs. Possible values
|
|
5748
|
-
* include:</p>
|
|
5749
|
-
* <ul>
|
|
5750
|
-
* <li>
|
|
5751
|
-
* <p>
|
|
5752
|
-
* <code>account</code> - The state is managed by the account.</p>
|
|
5753
|
-
* </li>
|
|
5754
|
-
* <li>
|
|
5755
|
-
* <p>
|
|
5756
|
-
* <code>declarative-policy</code> - The state is managed by a declarative policy and
|
|
5757
|
-
* can't be modified by the account.</p>
|
|
5758
|
-
* </li>
|
|
5759
|
-
* </ul>
|
|
5760
|
-
* @public
|
|
5761
|
-
*/
|
|
5762
|
-
ManagedBy?: ManagedBy | undefined;
|
|
5763
|
-
}
|
|
5370
|
+
export declare const Comparison: {
|
|
5371
|
+
readonly EQUALS: "equals";
|
|
5372
|
+
readonly IN: "in";
|
|
5373
|
+
};
|
|
5764
5374
|
/**
|
|
5765
5375
|
* @public
|
|
5766
5376
|
*/
|
|
5767
|
-
export
|
|
5768
|
-
/**
|
|
5769
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
5770
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
5771
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5772
|
-
* @public
|
|
5773
|
-
*/
|
|
5774
|
-
DryRun?: boolean | undefined;
|
|
5775
|
-
}
|
|
5377
|
+
export type Comparison = (typeof Comparison)[keyof typeof Comparison];
|
|
5776
5378
|
/**
|
|
5777
|
-
* <p>The default instance metadata service (IMDS) settings that were set at the account
|
|
5778
|
-
* level in the specified Amazon Web Services
|
|
5779
|
-
Region.</p>
|
|
5780
5379
|
* @public
|
|
5380
|
+
* @enum
|
|
5781
5381
|
*/
|
|
5782
|
-
export
|
|
5783
|
-
|
|
5784
|
-
|
|
5785
|
-
|
|
5786
|
-
|
|
5787
|
-
|
|
5788
|
-
|
|
5789
|
-
|
|
5790
|
-
|
|
5791
|
-
|
|
5792
|
-
|
|
5793
|
-
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5798
|
-
|
|
5799
|
-
|
|
5800
|
-
|
|
5801
|
-
|
|
5802
|
-
|
|
5803
|
-
|
|
5804
|
-
|
|
5805
|
-
|
|
5806
|
-
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
|
|
5382
|
+
export declare const FilterByDimension: {
|
|
5383
|
+
readonly ACCOUNT_ID: "account-id";
|
|
5384
|
+
readonly AVAILABILITY_ZONE_ID: "availability-zone-id";
|
|
5385
|
+
readonly INSTANCE_FAMILY: "instance-family";
|
|
5386
|
+
readonly INSTANCE_PLATFORM: "instance-platform";
|
|
5387
|
+
readonly INSTANCE_TYPE: "instance-type";
|
|
5388
|
+
readonly RESERVATION_ARN: "reservation-arn";
|
|
5389
|
+
readonly RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp";
|
|
5390
|
+
readonly RESERVATION_END_DATE_TYPE: "reservation-end-date-type";
|
|
5391
|
+
readonly RESERVATION_END_TIMESTAMP: "reservation-end-timestamp";
|
|
5392
|
+
readonly RESERVATION_ID: "reservation-id";
|
|
5393
|
+
readonly RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria";
|
|
5394
|
+
readonly RESERVATION_START_TIMESTAMP: "reservation-start-timestamp";
|
|
5395
|
+
readonly RESERVATION_STATE: "reservation-state";
|
|
5396
|
+
readonly RESERVATION_TYPE: "reservation-type";
|
|
5397
|
+
readonly RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner";
|
|
5398
|
+
readonly RESOURCE_REGION: "resource-region";
|
|
5399
|
+
readonly TENANCY: "tenancy";
|
|
5400
|
+
};
|
|
5401
|
+
/**
|
|
5402
|
+
* @public
|
|
5403
|
+
*/
|
|
5404
|
+
export type FilterByDimension = (typeof FilterByDimension)[keyof typeof FilterByDimension];
|
|
5405
|
+
/**
|
|
5406
|
+
* <p>
|
|
5407
|
+
* Specifies a condition for filtering capacity data based on dimension values. Used to create precise filters for metric queries and dimension lookups.
|
|
5408
|
+
* </p>
|
|
5409
|
+
* @public
|
|
5410
|
+
*/
|
|
5411
|
+
export interface DimensionCondition {
|
|
5811
5412
|
/**
|
|
5812
|
-
* <p>
|
|
5813
|
-
*
|
|
5814
|
-
*
|
|
5815
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
5413
|
+
* <p>
|
|
5414
|
+
* The name of the dimension to filter by.
|
|
5415
|
+
* </p>
|
|
5816
5416
|
* @public
|
|
5817
5417
|
*/
|
|
5818
|
-
|
|
5418
|
+
Dimension?: FilterByDimension | undefined;
|
|
5819
5419
|
/**
|
|
5820
|
-
* <p>
|
|
5821
|
-
*
|
|
5822
|
-
*
|
|
5823
|
-
* <p>
|
|
5824
|
-
* <code>account</code> - The IMDS default settings are managed by the
|
|
5825
|
-
* account.</p>
|
|
5826
|
-
* </li>
|
|
5827
|
-
* <li>
|
|
5828
|
-
* <p>
|
|
5829
|
-
* <code>declarative-policy</code> - The IMDS default settings are managed
|
|
5830
|
-
* by a declarative policy and can't be modified by the account.</p>
|
|
5831
|
-
* </li>
|
|
5832
|
-
* </ul>
|
|
5420
|
+
* <p>
|
|
5421
|
+
* The comparison operator to use for the filter.
|
|
5422
|
+
* </p>
|
|
5833
5423
|
* @public
|
|
5834
5424
|
*/
|
|
5835
|
-
|
|
5425
|
+
Comparison?: Comparison | undefined;
|
|
5836
5426
|
/**
|
|
5837
|
-
* <p>
|
|
5427
|
+
* <p>
|
|
5428
|
+
* The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.
|
|
5429
|
+
* </p>
|
|
5838
5430
|
* @public
|
|
5839
5431
|
*/
|
|
5840
|
-
|
|
5432
|
+
Values?: string[] | undefined;
|
|
5841
5433
|
}
|
|
5842
5434
|
/**
|
|
5435
|
+
* <p>
|
|
5436
|
+
* Represents a filter condition for Capacity Manager queries. Contains dimension-based filtering criteria used to narrow down metric data and dimension results.
|
|
5437
|
+
* </p>
|
|
5843
5438
|
* @public
|
|
5844
5439
|
*/
|
|
5845
|
-
export interface
|
|
5440
|
+
export interface CapacityManagerCondition {
|
|
5846
5441
|
/**
|
|
5847
|
-
* <p>
|
|
5442
|
+
* <p>
|
|
5443
|
+
* The dimension-based condition that specifies how to filter the data based on dimension values.
|
|
5444
|
+
* </p>
|
|
5848
5445
|
* @public
|
|
5849
5446
|
*/
|
|
5850
|
-
|
|
5447
|
+
DimensionCondition?: DimensionCondition | undefined;
|
|
5851
5448
|
}
|
|
5852
5449
|
/**
|
|
5853
5450
|
* @public
|
|
5854
5451
|
* @enum
|
|
5855
5452
|
*/
|
|
5856
|
-
export declare const
|
|
5857
|
-
readonly
|
|
5858
|
-
readonly
|
|
5453
|
+
export declare const GroupBy: {
|
|
5454
|
+
readonly ACCOUNT_ID: "account-id";
|
|
5455
|
+
readonly AVAILABILITY_ZONE_ID: "availability-zone-id";
|
|
5456
|
+
readonly INSTANCE_FAMILY: "instance-family";
|
|
5457
|
+
readonly INSTANCE_PLATFORM: "instance-platform";
|
|
5458
|
+
readonly INSTANCE_TYPE: "instance-type";
|
|
5459
|
+
readonly RESERVATION_ARN: "reservation-arn";
|
|
5460
|
+
readonly RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp";
|
|
5461
|
+
readonly RESERVATION_END_DATE_TYPE: "reservation-end-date-type";
|
|
5462
|
+
readonly RESERVATION_END_TIMESTAMP: "reservation-end-timestamp";
|
|
5463
|
+
readonly RESERVATION_ID: "reservation-id";
|
|
5464
|
+
readonly RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria";
|
|
5465
|
+
readonly RESERVATION_START_TIMESTAMP: "reservation-start-timestamp";
|
|
5466
|
+
readonly RESERVATION_STATE: "reservation-state";
|
|
5467
|
+
readonly RESERVATION_TYPE: "reservation-type";
|
|
5468
|
+
readonly RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner";
|
|
5469
|
+
readonly RESOURCE_REGION: "resource-region";
|
|
5470
|
+
readonly TENANCY: "tenancy";
|
|
5859
5471
|
};
|
|
5860
5472
|
/**
|
|
5861
5473
|
* @public
|
|
5862
5474
|
*/
|
|
5863
|
-
export type
|
|
5475
|
+
export type GroupBy = (typeof GroupBy)[keyof typeof GroupBy];
|
|
5864
5476
|
/**
|
|
5865
5477
|
* @public
|
|
5866
5478
|
* @enum
|
|
5867
5479
|
*/
|
|
5868
|
-
export declare const
|
|
5869
|
-
readonly
|
|
5870
|
-
readonly
|
|
5480
|
+
export declare const Metric: {
|
|
5481
|
+
readonly RESERVATION_AVG_COMMITTED_SIZE_INST: "reservation-avg-committed-size-inst";
|
|
5482
|
+
readonly RESERVATION_AVG_COMMITTED_SIZE_VCPU: "reservation-avg-committed-size-vcpu";
|
|
5483
|
+
readonly RESERVATION_AVG_FUTURE_SIZE_INST: "reservation-avg-future-size-inst";
|
|
5484
|
+
readonly RESERVATION_AVG_FUTURE_SIZE_VCPU: "reservation-avg-future-size-vcpu";
|
|
5485
|
+
readonly RESERVATION_AVG_UTILIZATION_INST: "reservation-avg-utilization-inst";
|
|
5486
|
+
readonly RESERVATION_AVG_UTILIZATION_VCPU: "reservation-avg-utilization-vcpu";
|
|
5487
|
+
readonly RESERVATION_MAX_COMMITTED_SIZE_INST: "reservation-max-committed-size-inst";
|
|
5488
|
+
readonly RESERVATION_MAX_COMMITTED_SIZE_VCPU: "reservation-max-committed-size-vcpu";
|
|
5489
|
+
readonly RESERVATION_MAX_FUTURE_SIZE_INST: "reservation-max-future-size-inst";
|
|
5490
|
+
readonly RESERVATION_MAX_FUTURE_SIZE_VCPU: "reservation-max-future-size-vcpu";
|
|
5491
|
+
readonly RESERVATION_MAX_SIZE_INST: "reservation-max-size-inst";
|
|
5492
|
+
readonly RESERVATION_MAX_SIZE_VCPU: "reservation-max-size-vcpu";
|
|
5493
|
+
readonly RESERVATION_MAX_UNUSED_SIZE_INST: "reservation-max-unused-size-inst";
|
|
5494
|
+
readonly RESERVATION_MAX_UNUSED_SIZE_VCPU: "reservation-max-unused-size-vcpu";
|
|
5495
|
+
readonly RESERVATION_MAX_UTILIZATION: "reservation-max-utilization";
|
|
5496
|
+
readonly RESERVATION_MIN_COMMITTED_SIZE_INST: "reservation-min-committed-size-inst";
|
|
5497
|
+
readonly RESERVATION_MIN_COMMITTED_SIZE_VCPU: "reservation-min-committed-size-vcpu";
|
|
5498
|
+
readonly RESERVATION_MIN_FUTURE_SIZE_INST: "reservation-min-future-size-inst";
|
|
5499
|
+
readonly RESERVATION_MIN_FUTURE_SIZE_VCPU: "reservation-min-future-size-vcpu";
|
|
5500
|
+
readonly RESERVATION_MIN_SIZE_INST: "reservation-min-size-inst";
|
|
5501
|
+
readonly RESERVATION_MIN_SIZE_VCPU: "reservation-min-size-vcpu";
|
|
5502
|
+
readonly RESERVATION_MIN_UNUSED_SIZE_INST: "reservation-min-unused-size-inst";
|
|
5503
|
+
readonly RESERVATION_MIN_UNUSED_SIZE_VCPU: "reservation-min-unused-size-vcpu";
|
|
5504
|
+
readonly RESERVATION_MIN_UTILIZATION: "reservation-min-utilization";
|
|
5505
|
+
readonly RESERVATION_TOTAL_CAPACITY_HRS_INST: "reservation-total-capacity-hrs-inst";
|
|
5506
|
+
readonly RESERVATION_TOTAL_CAPACITY_HRS_VCPU: "reservation-total-capacity-hrs-vcpu";
|
|
5507
|
+
readonly RESERVATION_TOTAL_COUNT: "reservation-total-count";
|
|
5508
|
+
readonly RESERVATION_TOTAL_ESTIMATED_COST: "reservation-total-estimated-cost";
|
|
5509
|
+
readonly RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST: "reservation-unused-total-capacity-hrs-inst";
|
|
5510
|
+
readonly RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU: "reservation-unused-total-capacity-hrs-vcpu";
|
|
5511
|
+
readonly RESERVATION_UNUSED_TOTAL_ESTIMATED_COST: "reservation-unused-total-estimated-cost";
|
|
5512
|
+
readonly RESERVED_TOTAL_ESTIMATED_COST: "reserved-total-estimated-cost";
|
|
5513
|
+
readonly RESERVED_TOTAL_USAGE_HRS_INST: "reserved-total-usage-hrs-inst";
|
|
5514
|
+
readonly RESERVED_TOTAL_USAGE_HRS_VCPU: "reserved-total-usage-hrs-vcpu";
|
|
5515
|
+
readonly SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-avg-run-time-before-interruption-inst";
|
|
5516
|
+
readonly SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-max-run-time-before-interruption-inst";
|
|
5517
|
+
readonly SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-min-run-time-before-interruption-inst";
|
|
5518
|
+
readonly SPOT_TOTAL_ESTIMATED_COST: "spot-total-estimated-cost";
|
|
5519
|
+
readonly SPOT_TOTAL_USAGE_HRS_INST: "spot-total-usage-hrs-inst";
|
|
5520
|
+
readonly SPOT_TOTAL_USAGE_HRS_VCPU: "spot-total-usage-hrs-vcpu";
|
|
5521
|
+
readonly UNRESERVED_TOTAL_ESTIMATED_COST: "unreserved-total-estimated-cost";
|
|
5522
|
+
readonly UNRESERVED_TOTAL_USAGE_HRS_INST: "unreserved-total-usage-hrs-inst";
|
|
5523
|
+
readonly UNRESERVED_TOTAL_USAGE_HRS_VCPU: "unreserved-total-usage-hrs-vcpu";
|
|
5871
5524
|
};
|
|
5872
5525
|
/**
|
|
5873
5526
|
* @public
|
|
5874
5527
|
*/
|
|
5875
|
-
export type
|
|
5528
|
+
export type Metric = (typeof Metric)[keyof typeof Metric];
|
|
5876
5529
|
/**
|
|
5877
5530
|
* @public
|
|
5878
5531
|
*/
|
|
5879
|
-
export interface
|
|
5532
|
+
export interface GetCapacityManagerMetricDataRequest {
|
|
5880
5533
|
/**
|
|
5881
|
-
* <p>
|
|
5534
|
+
* <p>
|
|
5535
|
+
* The names of the metrics to retrieve. Maximum of 10 metrics per request.
|
|
5536
|
+
* </p>
|
|
5882
5537
|
* @public
|
|
5883
5538
|
*/
|
|
5884
|
-
|
|
5539
|
+
MetricNames: Metric[] | undefined;
|
|
5885
5540
|
/**
|
|
5886
|
-
* <p>
|
|
5541
|
+
* <p>
|
|
5542
|
+
* The start time for the metric data query, in ISO 8601 format. The time range (end time - start time) must be a multiple of the specified period.
|
|
5543
|
+
* </p>
|
|
5887
5544
|
* @public
|
|
5888
5545
|
*/
|
|
5889
|
-
|
|
5546
|
+
StartTime: Date | undefined;
|
|
5890
5547
|
/**
|
|
5891
|
-
* <p>
|
|
5892
|
-
*
|
|
5893
|
-
*
|
|
5548
|
+
* <p>
|
|
5549
|
+
* The end time for the metric data query, in ISO 8601 format. If the end time is beyond the latest ingested data, it will be automatically adjusted to the latest available data point.
|
|
5550
|
+
* </p>
|
|
5894
5551
|
* @public
|
|
5895
5552
|
*/
|
|
5896
|
-
|
|
5553
|
+
EndTime: Date | undefined;
|
|
5897
5554
|
/**
|
|
5898
|
-
* <p>
|
|
5899
|
-
*
|
|
5900
|
-
*
|
|
5555
|
+
* <p>
|
|
5556
|
+
* The granularity, in seconds, of the returned data points.
|
|
5557
|
+
* </p>
|
|
5558
|
+
* @public
|
|
5559
|
+
*/
|
|
5560
|
+
Period: number | undefined;
|
|
5561
|
+
/**
|
|
5562
|
+
* <p>
|
|
5563
|
+
* The dimensions by which to group the metric data. This determines how the data is aggregated and returned.
|
|
5564
|
+
* </p>
|
|
5565
|
+
* @public
|
|
5566
|
+
*/
|
|
5567
|
+
GroupBy?: GroupBy[] | undefined;
|
|
5568
|
+
/**
|
|
5569
|
+
* <p>
|
|
5570
|
+
* Conditions to filter the metric data. Each filter specifies a dimension, comparison operator ('equals', 'in'), and values to match against.
|
|
5571
|
+
* </p>
|
|
5572
|
+
* @public
|
|
5573
|
+
*/
|
|
5574
|
+
FilterBy?: CapacityManagerCondition[] | undefined;
|
|
5575
|
+
/**
|
|
5576
|
+
* <p>
|
|
5577
|
+
* The maximum number of data points to return. Valid range is 1 to 100,000. Use with NextToken for pagination of large result sets.
|
|
5578
|
+
* </p>
|
|
5579
|
+
* @public
|
|
5580
|
+
*/
|
|
5581
|
+
MaxResults?: number | undefined;
|
|
5582
|
+
/**
|
|
5583
|
+
* <p>
|
|
5584
|
+
* The token for the next page of results. Use this value in a subsequent call to retrieve additional data points.
|
|
5585
|
+
* </p>
|
|
5586
|
+
* @public
|
|
5587
|
+
*/
|
|
5588
|
+
NextToken?: string | undefined;
|
|
5589
|
+
/**
|
|
5590
|
+
* <p>
|
|
5591
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have
|
|
5592
|
+
* the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
5593
|
+
* </p>
|
|
5901
5594
|
* @public
|
|
5902
5595
|
*/
|
|
5903
5596
|
DryRun?: boolean | undefined;
|
|
5904
5597
|
}
|
|
5905
5598
|
/**
|
|
5906
5599
|
* @public
|
|
5600
|
+
* @enum
|
|
5907
5601
|
*/
|
|
5908
|
-
export
|
|
5602
|
+
export declare const ReservationEndDateType: {
|
|
5603
|
+
readonly LIMITED: "limited";
|
|
5604
|
+
readonly UNLIMITED: "unlimited";
|
|
5605
|
+
};
|
|
5606
|
+
/**
|
|
5607
|
+
* @public
|
|
5608
|
+
*/
|
|
5609
|
+
export type ReservationEndDateType = (typeof ReservationEndDateType)[keyof typeof ReservationEndDateType];
|
|
5610
|
+
/**
|
|
5611
|
+
* @public
|
|
5612
|
+
* @enum
|
|
5613
|
+
*/
|
|
5614
|
+
export declare const ReservationType: {
|
|
5615
|
+
readonly CAPACITY_BLOCK: "capacity-block";
|
|
5616
|
+
readonly ODCR: "odcr";
|
|
5617
|
+
};
|
|
5618
|
+
/**
|
|
5619
|
+
* @public
|
|
5620
|
+
*/
|
|
5621
|
+
export type ReservationType = (typeof ReservationType)[keyof typeof ReservationType];
|
|
5622
|
+
/**
|
|
5623
|
+
* @public
|
|
5624
|
+
* @enum
|
|
5625
|
+
*/
|
|
5626
|
+
export declare const CapacityTenancy: {
|
|
5627
|
+
readonly DEDICATED: "dedicated";
|
|
5628
|
+
readonly DEFAULT: "default";
|
|
5629
|
+
};
|
|
5630
|
+
/**
|
|
5631
|
+
* @public
|
|
5632
|
+
*/
|
|
5633
|
+
export type CapacityTenancy = (typeof CapacityTenancy)[keyof typeof CapacityTenancy];
|
|
5634
|
+
/**
|
|
5635
|
+
* <p>
|
|
5636
|
+
* Represents dimension values for capacity metrics, including resource identifiers, geographic information, and reservation details used for grouping and filtering capacity data.
|
|
5637
|
+
* </p>
|
|
5638
|
+
* @public
|
|
5639
|
+
*/
|
|
5640
|
+
export interface CapacityManagerDimension {
|
|
5909
5641
|
/**
|
|
5910
|
-
* <p>
|
|
5642
|
+
* <p>
|
|
5643
|
+
* The Amazon Web Services Region where the capacity resource is located.
|
|
5644
|
+
* </p>
|
|
5911
5645
|
* @public
|
|
5912
5646
|
*/
|
|
5913
|
-
|
|
5647
|
+
ResourceRegion?: string | undefined;
|
|
5914
5648
|
/**
|
|
5915
|
-
* <p>
|
|
5649
|
+
* <p>
|
|
5650
|
+
* The unique identifier of the Availability Zone where the capacity resource is located.
|
|
5651
|
+
* </p>
|
|
5916
5652
|
* @public
|
|
5917
5653
|
*/
|
|
5918
|
-
|
|
5654
|
+
AvailabilityZoneId?: string | undefined;
|
|
5919
5655
|
/**
|
|
5920
|
-
* <p>
|
|
5656
|
+
* <p>
|
|
5657
|
+
* The Amazon Web Services account ID that owns the capacity resource.
|
|
5658
|
+
* </p>
|
|
5921
5659
|
* @public
|
|
5922
5660
|
*/
|
|
5923
|
-
|
|
5661
|
+
AccountId?: string | undefined;
|
|
5924
5662
|
/**
|
|
5925
|
-
* <p>
|
|
5663
|
+
* <p>
|
|
5664
|
+
* The EC2 instance family of the capacity resource.
|
|
5665
|
+
* </p>
|
|
5926
5666
|
* @public
|
|
5927
5667
|
*/
|
|
5928
|
-
|
|
5929
|
-
}
|
|
5930
|
-
/**
|
|
5931
|
-
* @public
|
|
5932
|
-
*/
|
|
5933
|
-
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
5668
|
+
InstanceFamily?: string | undefined;
|
|
5934
5669
|
/**
|
|
5935
|
-
* <p>
|
|
5936
|
-
*
|
|
5937
|
-
*
|
|
5670
|
+
* <p>
|
|
5671
|
+
* The specific EC2 instance type of the capacity resource.
|
|
5672
|
+
* </p>
|
|
5938
5673
|
* @public
|
|
5939
5674
|
*/
|
|
5940
|
-
|
|
5675
|
+
InstanceType?: string | undefined;
|
|
5941
5676
|
/**
|
|
5942
|
-
* <p>
|
|
5677
|
+
* <p>
|
|
5678
|
+
* The platform or operating system of the instance.
|
|
5679
|
+
* </p>
|
|
5943
5680
|
* @public
|
|
5944
5681
|
*/
|
|
5945
|
-
|
|
5682
|
+
InstancePlatform?: string | undefined;
|
|
5946
5683
|
/**
|
|
5947
|
-
* <p>
|
|
5684
|
+
* <p>
|
|
5685
|
+
* The Amazon Resource Name (ARN) of the capacity reservation. This provides a unique identifier that can be used across Amazon Web Services services to reference the specific reservation.
|
|
5686
|
+
* </p>
|
|
5948
5687
|
* @public
|
|
5949
5688
|
*/
|
|
5950
|
-
|
|
5689
|
+
ReservationArn?: string | undefined;
|
|
5951
5690
|
/**
|
|
5952
|
-
* <p>
|
|
5691
|
+
* <p>
|
|
5692
|
+
* The unique identifier of the capacity reservation.
|
|
5693
|
+
* </p>
|
|
5953
5694
|
* @public
|
|
5954
5695
|
*/
|
|
5955
|
-
|
|
5696
|
+
ReservationId?: string | undefined;
|
|
5956
5697
|
/**
|
|
5957
|
-
* <p>
|
|
5958
|
-
*
|
|
5959
|
-
*
|
|
5698
|
+
* <p>
|
|
5699
|
+
* The type of capacity reservation.
|
|
5700
|
+
* </p>
|
|
5960
5701
|
* @public
|
|
5961
5702
|
*/
|
|
5962
|
-
|
|
5703
|
+
ReservationType?: ReservationType | undefined;
|
|
5963
5704
|
/**
|
|
5964
|
-
* <p>
|
|
5705
|
+
* <p>
|
|
5706
|
+
* The timestamp when the capacity reservation was originally created, in milliseconds since epoch. This differs from the start timestamp as
|
|
5707
|
+
* reservations can be created before they become active.
|
|
5708
|
+
* </p>
|
|
5965
5709
|
* @public
|
|
5966
5710
|
*/
|
|
5967
|
-
|
|
5711
|
+
ReservationCreateTimestamp?: Date | undefined;
|
|
5968
5712
|
/**
|
|
5969
|
-
* <p>
|
|
5713
|
+
* <p>
|
|
5714
|
+
* The timestamp when the capacity reservation becomes active and available for use, in milliseconds since epoch. This is when the reservation begins providing capacity.
|
|
5715
|
+
* </p>
|
|
5970
5716
|
* @public
|
|
5971
5717
|
*/
|
|
5972
|
-
|
|
5973
|
-
}
|
|
5974
|
-
/**
|
|
5975
|
-
* <p>The list of instance types with the specified instance attributes.</p>
|
|
5976
|
-
* @public
|
|
5977
|
-
*/
|
|
5978
|
-
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
5718
|
+
ReservationStartTimestamp?: Date | undefined;
|
|
5979
5719
|
/**
|
|
5980
|
-
* <p>
|
|
5720
|
+
* <p>
|
|
5721
|
+
* The timestamp when the capacity reservation expires and is no longer available, in milliseconds since epoch. After this time, the reservation will not provide any capacity.
|
|
5722
|
+
* </p>
|
|
5981
5723
|
* @public
|
|
5982
5724
|
*/
|
|
5983
|
-
|
|
5984
|
-
}
|
|
5985
|
-
/**
|
|
5986
|
-
* @public
|
|
5987
|
-
*/
|
|
5988
|
-
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
5725
|
+
ReservationEndTimestamp?: Date | undefined;
|
|
5989
5726
|
/**
|
|
5990
|
-
* <p>
|
|
5727
|
+
* <p>
|
|
5728
|
+
* The type of end date for the capacity reservation. This indicates whether the reservation has a fixed end date, is open-ended, or follows a specific termination pattern.
|
|
5729
|
+
* </p>
|
|
5991
5730
|
* @public
|
|
5992
5731
|
*/
|
|
5993
|
-
|
|
5732
|
+
ReservationEndDateType?: ReservationEndDateType | undefined;
|
|
5994
5733
|
/**
|
|
5995
|
-
* <p>
|
|
5996
|
-
*
|
|
5734
|
+
* <p>
|
|
5735
|
+
* The tenancy of the EC2 instances associated with this capacity dimension. Valid values are 'default' for shared tenancy, 'dedicated' for dedicated instances, or 'host' for dedicated hosts.
|
|
5736
|
+
* </p>
|
|
5997
5737
|
* @public
|
|
5998
5738
|
*/
|
|
5999
|
-
|
|
6000
|
-
}
|
|
6001
|
-
/**
|
|
6002
|
-
* @public
|
|
6003
|
-
*/
|
|
6004
|
-
export interface GetInstanceUefiDataRequest {
|
|
5739
|
+
Tenancy?: CapacityTenancy | undefined;
|
|
6005
5740
|
/**
|
|
6006
|
-
* <p>
|
|
5741
|
+
* <p>
|
|
5742
|
+
* The current state of the capacity reservation.
|
|
5743
|
+
* </p>
|
|
6007
5744
|
* @public
|
|
6008
5745
|
*/
|
|
6009
|
-
|
|
5746
|
+
ReservationState?: ReservationState | undefined;
|
|
6010
5747
|
/**
|
|
6011
|
-
* <p>
|
|
6012
|
-
*
|
|
6013
|
-
*
|
|
5748
|
+
* <p>
|
|
5749
|
+
* The instance matching criteria for the capacity reservation, determining how instances are matched to the reservation.
|
|
5750
|
+
* </p>
|
|
6014
5751
|
* @public
|
|
6015
5752
|
*/
|
|
6016
|
-
|
|
5753
|
+
ReservationInstanceMatchCriteria?: string | undefined;
|
|
5754
|
+
/**
|
|
5755
|
+
* <p>
|
|
5756
|
+
* The Amazon Web Services account ID that is financially responsible for unused capacity reservation costs.
|
|
5757
|
+
* </p>
|
|
5758
|
+
* @public
|
|
5759
|
+
*/
|
|
5760
|
+
ReservationUnusedFinancialOwner?: string | undefined;
|
|
6017
5761
|
}
|
|
6018
5762
|
/**
|
|
5763
|
+
* <p>
|
|
5764
|
+
* Represents a single metric value with its associated statistic, such as the sum or average of unused capacity hours.
|
|
5765
|
+
* </p>
|
|
6019
5766
|
* @public
|
|
6020
5767
|
*/
|
|
6021
|
-
export interface
|
|
5768
|
+
export interface MetricValue {
|
|
6022
5769
|
/**
|
|
6023
|
-
* <p>
|
|
5770
|
+
* <p>
|
|
5771
|
+
* The name of the metric.
|
|
5772
|
+
* </p>
|
|
6024
5773
|
* @public
|
|
6025
5774
|
*/
|
|
6026
|
-
|
|
5775
|
+
Metric?: Metric | undefined;
|
|
6027
5776
|
/**
|
|
6028
|
-
* <p>
|
|
5777
|
+
* <p>
|
|
5778
|
+
* The numerical value of the metric for the specified statistic and time period.
|
|
5779
|
+
* </p>
|
|
6029
5780
|
* @public
|
|
6030
5781
|
*/
|
|
6031
|
-
|
|
5782
|
+
Value?: number | undefined;
|
|
6032
5783
|
}
|
|
6033
5784
|
/**
|
|
5785
|
+
* <p>
|
|
5786
|
+
* Contains a single data point from a capacity metrics query, including the dimension values, timestamp, and metric values for that specific combination.
|
|
5787
|
+
* </p>
|
|
6034
5788
|
* @public
|
|
6035
5789
|
*/
|
|
6036
|
-
export interface
|
|
5790
|
+
export interface MetricDataResult {
|
|
6037
5791
|
/**
|
|
6038
|
-
* <p>
|
|
6039
|
-
*
|
|
6040
|
-
*
|
|
5792
|
+
* <p>
|
|
5793
|
+
* The dimension values that identify this specific data point, such as account ID, region, and instance family.
|
|
5794
|
+
* </p>
|
|
6041
5795
|
* @public
|
|
6042
5796
|
*/
|
|
6043
|
-
|
|
5797
|
+
Dimension?: CapacityManagerDimension | undefined;
|
|
6044
5798
|
/**
|
|
6045
|
-
* <p>
|
|
6046
|
-
*
|
|
5799
|
+
* <p>
|
|
5800
|
+
* The timestamp for this data point, indicating when the capacity usage occurred.
|
|
5801
|
+
* </p>
|
|
6047
5802
|
* @public
|
|
6048
5803
|
*/
|
|
6049
|
-
|
|
5804
|
+
Timestamp?: Date | undefined;
|
|
6050
5805
|
/**
|
|
6051
|
-
* <p>
|
|
5806
|
+
* <p>
|
|
5807
|
+
* The metric values and statistics for this data point, containing the actual capacity usage numbers.
|
|
5808
|
+
* </p>
|
|
6052
5809
|
* @public
|
|
6053
5810
|
*/
|
|
6054
|
-
|
|
5811
|
+
MetricValues?: MetricValue[] | undefined;
|
|
5812
|
+
}
|
|
5813
|
+
/**
|
|
5814
|
+
* @public
|
|
5815
|
+
*/
|
|
5816
|
+
export interface GetCapacityManagerMetricDataResult {
|
|
6055
5817
|
/**
|
|
6056
|
-
* <p>
|
|
5818
|
+
* <p>
|
|
5819
|
+
* The metric data points returned by the query. Each result contains dimension values, timestamp, and metric values with their associated statistics.
|
|
5820
|
+
* </p>
|
|
6057
5821
|
* @public
|
|
6058
5822
|
*/
|
|
6059
|
-
|
|
5823
|
+
MetricDataResults?: MetricDataResult[] | undefined;
|
|
6060
5824
|
/**
|
|
6061
|
-
* <p>
|
|
5825
|
+
* <p>
|
|
5826
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
5827
|
+
* </p>
|
|
6062
5828
|
* @public
|
|
6063
5829
|
*/
|
|
6064
|
-
|
|
5830
|
+
NextToken?: string | undefined;
|
|
5831
|
+
}
|
|
5832
|
+
/**
|
|
5833
|
+
* @public
|
|
5834
|
+
*/
|
|
5835
|
+
export interface GetCapacityManagerMetricDimensionsRequest {
|
|
6065
5836
|
/**
|
|
6066
|
-
* <p>
|
|
5837
|
+
* <p>
|
|
5838
|
+
* The dimensions to group by when retrieving available dimension values. This determines which dimension combinations are returned. Required parameter.
|
|
5839
|
+
* </p>
|
|
6067
5840
|
* @public
|
|
6068
5841
|
*/
|
|
6069
|
-
|
|
5842
|
+
GroupBy: GroupBy[] | undefined;
|
|
6070
5843
|
/**
|
|
6071
|
-
* <p>
|
|
5844
|
+
* <p>
|
|
5845
|
+
* Conditions to filter which dimension values are returned. Each filter specifies a dimension, comparison operator, and values to match against.
|
|
5846
|
+
* </p>
|
|
6072
5847
|
* @public
|
|
6073
5848
|
*/
|
|
6074
|
-
|
|
5849
|
+
FilterBy?: CapacityManagerCondition[] | undefined;
|
|
6075
5850
|
/**
|
|
6076
|
-
* <p>
|
|
5851
|
+
* <p>
|
|
5852
|
+
* The start time for the dimension query, in ISO 8601 format. Only dimensions with data in this time range will be returned.
|
|
5853
|
+
* </p>
|
|
6077
5854
|
* @public
|
|
6078
5855
|
*/
|
|
6079
|
-
|
|
6080
|
-
}
|
|
6081
|
-
/**
|
|
6082
|
-
* @public
|
|
6083
|
-
* @enum
|
|
6084
|
-
*/
|
|
6085
|
-
export declare const IpamComplianceStatus: {
|
|
6086
|
-
readonly compliant: "compliant";
|
|
6087
|
-
readonly ignored: "ignored";
|
|
6088
|
-
readonly noncompliant: "noncompliant";
|
|
6089
|
-
readonly unmanaged: "unmanaged";
|
|
6090
|
-
};
|
|
6091
|
-
/**
|
|
6092
|
-
* @public
|
|
6093
|
-
*/
|
|
6094
|
-
export type IpamComplianceStatus = (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
|
|
6095
|
-
/**
|
|
6096
|
-
* @public
|
|
6097
|
-
* @enum
|
|
6098
|
-
*/
|
|
6099
|
-
export declare const IpamOverlapStatus: {
|
|
6100
|
-
readonly ignored: "ignored";
|
|
6101
|
-
readonly nonoverlapping: "nonoverlapping";
|
|
6102
|
-
readonly overlapping: "overlapping";
|
|
6103
|
-
};
|
|
6104
|
-
/**
|
|
6105
|
-
* @public
|
|
6106
|
-
*/
|
|
6107
|
-
export type IpamOverlapStatus = (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
|
|
6108
|
-
/**
|
|
6109
|
-
* @public
|
|
6110
|
-
* @enum
|
|
6111
|
-
*/
|
|
6112
|
-
export declare const IpamAddressHistoryResourceType: {
|
|
6113
|
-
readonly eip: "eip";
|
|
6114
|
-
readonly instance: "instance";
|
|
6115
|
-
readonly network_interface: "network-interface";
|
|
6116
|
-
readonly subnet: "subnet";
|
|
6117
|
-
readonly vpc: "vpc";
|
|
6118
|
-
};
|
|
6119
|
-
/**
|
|
6120
|
-
* @public
|
|
6121
|
-
*/
|
|
6122
|
-
export type IpamAddressHistoryResourceType = (typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
|
|
6123
|
-
/**
|
|
6124
|
-
* <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
6125
|
-
* </p>
|
|
6126
|
-
* @public
|
|
6127
|
-
*/
|
|
6128
|
-
export interface IpamAddressHistoryRecord {
|
|
5856
|
+
StartTime: Date | undefined;
|
|
6129
5857
|
/**
|
|
6130
|
-
* <p>
|
|
5858
|
+
* <p>
|
|
5859
|
+
* The end time for the dimension query, in ISO 8601 format. Only dimensions with data in this time range will be returned.
|
|
5860
|
+
* </p>
|
|
6131
5861
|
* @public
|
|
6132
5862
|
*/
|
|
6133
|
-
|
|
5863
|
+
EndTime: Date | undefined;
|
|
6134
5864
|
/**
|
|
6135
|
-
* <p>
|
|
5865
|
+
* <p>
|
|
5866
|
+
* The metric names to use as an additional filter when retrieving dimensions. Only dimensions that have data for these
|
|
5867
|
+
* metrics will be returned. Required parameter with maximum size of 1 for v1.
|
|
5868
|
+
* </p>
|
|
6136
5869
|
* @public
|
|
6137
5870
|
*/
|
|
6138
|
-
|
|
5871
|
+
MetricNames: Metric[] | undefined;
|
|
6139
5872
|
/**
|
|
6140
|
-
* <p>
|
|
5873
|
+
* <p>
|
|
5874
|
+
* The maximum number of dimension combinations to return. Valid range is 1 to 1000. Use with NextToken for pagination.
|
|
5875
|
+
* </p>
|
|
6141
5876
|
* @public
|
|
6142
5877
|
*/
|
|
6143
|
-
|
|
5878
|
+
MaxResults?: number | undefined;
|
|
6144
5879
|
/**
|
|
6145
|
-
* <p>
|
|
5880
|
+
* <p>
|
|
5881
|
+
* The token for the next page of results. Use this value in a subsequent call to retrieve additional dimension values.
|
|
5882
|
+
* </p>
|
|
6146
5883
|
* @public
|
|
6147
5884
|
*/
|
|
6148
|
-
|
|
5885
|
+
NextToken?: string | undefined;
|
|
6149
5886
|
/**
|
|
6150
|
-
* <p>
|
|
5887
|
+
* <p>
|
|
5888
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides
|
|
5889
|
+
* an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
5890
|
+
* </p>
|
|
6151
5891
|
* @public
|
|
6152
5892
|
*/
|
|
6153
|
-
|
|
5893
|
+
DryRun?: boolean | undefined;
|
|
5894
|
+
}
|
|
5895
|
+
/**
|
|
5896
|
+
* @public
|
|
5897
|
+
*/
|
|
5898
|
+
export interface GetCapacityManagerMetricDimensionsResult {
|
|
6154
5899
|
/**
|
|
6155
|
-
* <p>
|
|
5900
|
+
* <p>
|
|
5901
|
+
* The available dimension combinations that have data within the specified time range and filters.
|
|
5902
|
+
* </p>
|
|
6156
5903
|
* @public
|
|
6157
5904
|
*/
|
|
6158
|
-
|
|
5905
|
+
MetricDimensionResults?: CapacityManagerDimension[] | undefined;
|
|
6159
5906
|
/**
|
|
6160
|
-
* <p>
|
|
5907
|
+
* <p>
|
|
5908
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
5909
|
+
* </p>
|
|
6161
5910
|
* @public
|
|
6162
5911
|
*/
|
|
6163
|
-
|
|
5912
|
+
NextToken?: string | undefined;
|
|
5913
|
+
}
|
|
5914
|
+
/**
|
|
5915
|
+
* @public
|
|
5916
|
+
*/
|
|
5917
|
+
export interface GetCapacityReservationUsageRequest {
|
|
6164
5918
|
/**
|
|
6165
|
-
* <p>The
|
|
5919
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
6166
5920
|
* @public
|
|
6167
5921
|
*/
|
|
6168
|
-
|
|
5922
|
+
CapacityReservationId: string | undefined;
|
|
6169
5923
|
/**
|
|
6170
|
-
* <p>The
|
|
5924
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
6171
5925
|
* @public
|
|
6172
5926
|
*/
|
|
6173
|
-
|
|
5927
|
+
NextToken?: string | undefined;
|
|
6174
5928
|
/**
|
|
6175
|
-
* <p>
|
|
5929
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
|
|
5930
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
6176
5931
|
* @public
|
|
6177
5932
|
*/
|
|
6178
|
-
|
|
5933
|
+
MaxResults?: number | undefined;
|
|
6179
5934
|
/**
|
|
6180
|
-
* <p>
|
|
5935
|
+
* <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>
|
|
6181
5936
|
* @public
|
|
6182
5937
|
*/
|
|
6183
|
-
|
|
5938
|
+
DryRun?: boolean | undefined;
|
|
6184
5939
|
}
|
|
6185
5940
|
/**
|
|
5941
|
+
* <p>Information about the Capacity Reservation usage.</p>
|
|
6186
5942
|
* @public
|
|
6187
5943
|
*/
|
|
6188
|
-
export interface
|
|
5944
|
+
export interface InstanceUsage {
|
|
6189
5945
|
/**
|
|
6190
|
-
* <p>
|
|
5946
|
+
* <p>The ID of the Amazon Web Services account that is making use of the Capacity
|
|
5947
|
+
* Reservation.</p>
|
|
6191
5948
|
* @public
|
|
6192
5949
|
*/
|
|
6193
|
-
|
|
5950
|
+
AccountId?: string | undefined;
|
|
6194
5951
|
/**
|
|
6195
|
-
* <p>The
|
|
5952
|
+
* <p>The number of instances the Amazon Web Services account currently has in the Capacity
|
|
5953
|
+
* Reservation.</p>
|
|
6196
5954
|
* @public
|
|
6197
5955
|
*/
|
|
6198
|
-
|
|
5956
|
+
UsedInstanceCount?: number | undefined;
|
|
6199
5957
|
}
|
|
6200
5958
|
/**
|
|
6201
5959
|
* @public
|
|
6202
5960
|
*/
|
|
6203
|
-
export interface
|
|
5961
|
+
export interface GetCapacityReservationUsageResult {
|
|
6204
5962
|
/**
|
|
6205
|
-
* <p>
|
|
6206
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6207
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5963
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
6208
5964
|
* @public
|
|
6209
5965
|
*/
|
|
6210
|
-
|
|
5966
|
+
NextToken?: string | undefined;
|
|
6211
5967
|
/**
|
|
6212
|
-
* <p>
|
|
5968
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
6213
5969
|
* @public
|
|
6214
5970
|
*/
|
|
6215
|
-
|
|
5971
|
+
CapacityReservationId?: string | undefined;
|
|
6216
5972
|
/**
|
|
6217
|
-
* <p>The
|
|
5973
|
+
* <p>The type of instance for which the Capacity Reservation reserves capacity.</p>
|
|
6218
5974
|
* @public
|
|
6219
5975
|
*/
|
|
6220
|
-
|
|
5976
|
+
InstanceType?: string | undefined;
|
|
6221
5977
|
/**
|
|
6222
|
-
* <p>
|
|
5978
|
+
* <p>The number of instances for which the Capacity Reservation reserves capacity.</p>
|
|
6223
5979
|
* @public
|
|
6224
5980
|
*/
|
|
6225
|
-
|
|
5981
|
+
TotalInstanceCount?: number | undefined;
|
|
6226
5982
|
/**
|
|
6227
|
-
* <p>
|
|
5983
|
+
* <p>The remaining capacity. Indicates the number of instances that can be launched in the
|
|
5984
|
+
* Capacity Reservation.</p>
|
|
6228
5985
|
* @public
|
|
6229
5986
|
*/
|
|
6230
|
-
|
|
5987
|
+
AvailableInstanceCount?: number | undefined;
|
|
6231
5988
|
/**
|
|
6232
|
-
* <p>The
|
|
5989
|
+
* <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of
|
|
5990
|
+
* the following states:</p>
|
|
5991
|
+
* <ul>
|
|
5992
|
+
* <li>
|
|
5993
|
+
* <p>
|
|
5994
|
+
* <code>active</code> - The capacity is available for use.</p>
|
|
5995
|
+
* </li>
|
|
5996
|
+
* <li>
|
|
5997
|
+
* <p>
|
|
5998
|
+
* <code>expired</code> - The Capacity Reservation expired automatically at the date and time
|
|
5999
|
+
* specified in your reservation request. The reserved capacity is no longer available for your use.</p>
|
|
6000
|
+
* </li>
|
|
6001
|
+
* <li>
|
|
6002
|
+
* <p>
|
|
6003
|
+
* <code>cancelled</code> - The Capacity Reservation was canceled. The reserved capacity is no
|
|
6004
|
+
* longer available for your use.</p>
|
|
6005
|
+
* </li>
|
|
6006
|
+
* <li>
|
|
6007
|
+
* <p>
|
|
6008
|
+
* <code>pending</code> - The Capacity Reservation request was successful but the capacity
|
|
6009
|
+
* provisioning is still pending.</p>
|
|
6010
|
+
* </li>
|
|
6011
|
+
* <li>
|
|
6012
|
+
* <p>
|
|
6013
|
+
* <code>failed</code> - The Capacity Reservation request has failed. A request can fail due to
|
|
6014
|
+
* request parameters that are not valid, capacity constraints, or instance limit constraints. You
|
|
6015
|
+
* can view a failed request for 60 minutes.</p>
|
|
6016
|
+
* </li>
|
|
6017
|
+
* <li>
|
|
6018
|
+
* <p>
|
|
6019
|
+
* <code>scheduled</code> - (<i>Future-dated Capacity Reservations</i>) The
|
|
6020
|
+
* future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
|
|
6021
|
+
* for delivery on the requested start date.</p>
|
|
6022
|
+
* </li>
|
|
6023
|
+
* <li>
|
|
6024
|
+
* <p>
|
|
6025
|
+
* <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
|
|
6026
|
+
* payment has not been processed yet.</p>
|
|
6027
|
+
* </li>
|
|
6028
|
+
* <li>
|
|
6029
|
+
* <p>
|
|
6030
|
+
* <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront
|
|
6031
|
+
* payment was not processed in the 12-hour time frame. Your Capacity Block was released.</p>
|
|
6032
|
+
* </li>
|
|
6033
|
+
* <li>
|
|
6034
|
+
* <p>
|
|
6035
|
+
* <code>assessing</code> - (<i>Future-dated Capacity Reservations</i>)
|
|
6036
|
+
* Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
|
|
6037
|
+
* </li>
|
|
6038
|
+
* <li>
|
|
6039
|
+
* <p>
|
|
6040
|
+
* <code>delayed</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
6041
|
+
* encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
|
|
6042
|
+
* unable to deliver the requested capacity by the requested start date and time.</p>
|
|
6043
|
+
* </li>
|
|
6044
|
+
* <li>
|
|
6045
|
+
* <p>
|
|
6046
|
+
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
6047
|
+
* can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
|
|
6048
|
+
* unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
|
|
6049
|
+
* </li>
|
|
6050
|
+
* </ul>
|
|
6233
6051
|
* @public
|
|
6234
6052
|
*/
|
|
6235
|
-
|
|
6053
|
+
State?: CapacityReservationState | undefined;
|
|
6054
|
+
/**
|
|
6055
|
+
* <p>Information about the Capacity Reservation usage.</p>
|
|
6056
|
+
* @public
|
|
6057
|
+
*/
|
|
6058
|
+
InstanceUsages?: InstanceUsage[] | undefined;
|
|
6236
6059
|
}
|
|
6237
6060
|
/**
|
|
6238
|
-
* @public
|
|
6239
|
-
* @enum
|
|
6240
|
-
*/
|
|
6241
|
-
export declare const IpamDiscoveryFailureCode: {
|
|
6242
|
-
readonly assume_role_failure: "assume-role-failure";
|
|
6243
|
-
readonly throttling_failure: "throttling-failure";
|
|
6244
|
-
readonly unauthorized_failure: "unauthorized-failure";
|
|
6245
|
-
};
|
|
6246
|
-
/**
|
|
6247
|
-
* @public
|
|
6248
|
-
*/
|
|
6249
|
-
export type IpamDiscoveryFailureCode = (typeof IpamDiscoveryFailureCode)[keyof typeof IpamDiscoveryFailureCode];
|
|
6250
|
-
/**
|
|
6251
|
-
* <p>The discovery failure reason.</p>
|
|
6252
6061
|
* @public
|
|
6253
6062
|
*/
|
|
6254
|
-
export interface
|
|
6063
|
+
export interface GetCoipPoolUsageRequest {
|
|
6064
|
+
/**
|
|
6065
|
+
* <p>The ID of the address pool.</p>
|
|
6066
|
+
* @public
|
|
6067
|
+
*/
|
|
6068
|
+
PoolId: string | undefined;
|
|
6255
6069
|
/**
|
|
6256
|
-
* <p>
|
|
6070
|
+
* <p>One or more filters.</p>
|
|
6257
6071
|
* <ul>
|
|
6258
6072
|
* <li>
|
|
6259
6073
|
* <p>
|
|
6260
|
-
* <code>
|
|
6261
|
-
*
|
|
6262
|
-
*
|
|
6263
|
-
*
|
|
6264
|
-
* </
|
|
6265
|
-
* <li>
|
|
6266
|
-
* <p>You have opted-out of the IPAM home Region.</p>
|
|
6267
|
-
* </li>
|
|
6268
|
-
* <li>
|
|
6269
|
-
* <p>Account you are using as your IPAM account has been suspended.</p>
|
|
6270
|
-
* </li>
|
|
6271
|
-
* </ul>
|
|
6074
|
+
* <code>coip-address-usage.allocation-id</code> - The allocation ID of the address.</p>
|
|
6075
|
+
* </li>
|
|
6076
|
+
* <li>
|
|
6077
|
+
* <p>
|
|
6078
|
+
* <code>coip-address-usage.aws-account-id</code> - The ID of the Amazon Web Services account that is using the customer-owned IP address.</p>
|
|
6272
6079
|
* </li>
|
|
6273
6080
|
* <li>
|
|
6274
6081
|
* <p>
|
|
6275
|
-
* <code>
|
|
6082
|
+
* <code>coip-address-usage.aws-service</code> - The Amazon Web Services service that is using the customer-owned IP address.</p>
|
|
6276
6083
|
* </li>
|
|
6277
6084
|
* <li>
|
|
6278
6085
|
* <p>
|
|
6279
|
-
* <code>
|
|
6086
|
+
* <code>coip-address-usage.co-ip</code> - The customer-owned IP address.</p>
|
|
6280
6087
|
* </li>
|
|
6281
6088
|
* </ul>
|
|
6282
6089
|
* @public
|
|
6283
6090
|
*/
|
|
6284
|
-
|
|
6091
|
+
Filters?: Filter[] | undefined;
|
|
6285
6092
|
/**
|
|
6286
|
-
* <p>The
|
|
6093
|
+
* <p>The maximum number of results to return with a single call.
|
|
6094
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
6287
6095
|
* @public
|
|
6288
6096
|
*/
|
|
6289
|
-
|
|
6290
|
-
}
|
|
6291
|
-
/**
|
|
6292
|
-
* <p>An IPAM discovered account. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts.</p>
|
|
6293
|
-
* @public
|
|
6294
|
-
*/
|
|
6295
|
-
export interface IpamDiscoveredAccount {
|
|
6097
|
+
MaxResults?: number | undefined;
|
|
6296
6098
|
/**
|
|
6297
|
-
* <p>The
|
|
6099
|
+
* <p>The token for the next page of results.</p>
|
|
6298
6100
|
* @public
|
|
6299
6101
|
*/
|
|
6300
|
-
|
|
6102
|
+
NextToken?: string | undefined;
|
|
6301
6103
|
/**
|
|
6302
|
-
* <p>
|
|
6303
|
-
*
|
|
6104
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6105
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6106
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6304
6107
|
* @public
|
|
6305
6108
|
*/
|
|
6306
|
-
|
|
6109
|
+
DryRun?: boolean | undefined;
|
|
6110
|
+
}
|
|
6111
|
+
/**
|
|
6112
|
+
* <p>Describes address usage for a customer-owned address pool.</p>
|
|
6113
|
+
* @public
|
|
6114
|
+
*/
|
|
6115
|
+
export interface CoipAddressUsage {
|
|
6307
6116
|
/**
|
|
6308
|
-
* <p>The
|
|
6117
|
+
* <p>The allocation ID of the address.</p>
|
|
6309
6118
|
* @public
|
|
6310
6119
|
*/
|
|
6311
|
-
|
|
6120
|
+
AllocationId?: string | undefined;
|
|
6312
6121
|
/**
|
|
6313
|
-
* <p>The
|
|
6122
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6314
6123
|
* @public
|
|
6315
6124
|
*/
|
|
6316
|
-
|
|
6125
|
+
AwsAccountId?: string | undefined;
|
|
6317
6126
|
/**
|
|
6318
|
-
* <p>The
|
|
6127
|
+
* <p>The Amazon Web Services service.</p>
|
|
6319
6128
|
* @public
|
|
6320
6129
|
*/
|
|
6321
|
-
|
|
6130
|
+
AwsService?: string | undefined;
|
|
6322
6131
|
/**
|
|
6323
|
-
* <p>The
|
|
6132
|
+
* <p>The customer-owned IP address.</p>
|
|
6324
6133
|
* @public
|
|
6325
6134
|
*/
|
|
6326
|
-
|
|
6135
|
+
CoIp?: string | undefined;
|
|
6327
6136
|
}
|
|
6328
6137
|
/**
|
|
6329
6138
|
* @public
|
|
6330
6139
|
*/
|
|
6331
|
-
export interface
|
|
6140
|
+
export interface GetCoipPoolUsageResult {
|
|
6332
6141
|
/**
|
|
6333
|
-
* <p>
|
|
6142
|
+
* <p>The ID of the customer-owned address pool.</p>
|
|
6334
6143
|
* @public
|
|
6335
6144
|
*/
|
|
6336
|
-
|
|
6145
|
+
CoipPoolId?: string | undefined;
|
|
6337
6146
|
/**
|
|
6338
|
-
* <p>
|
|
6147
|
+
* <p>Information about the address usage.</p>
|
|
6148
|
+
* @public
|
|
6149
|
+
*/
|
|
6150
|
+
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
6151
|
+
/**
|
|
6152
|
+
* <p>The ID of the local gateway route table.</p>
|
|
6153
|
+
* @public
|
|
6154
|
+
*/
|
|
6155
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
6156
|
+
/**
|
|
6157
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
6339
6158
|
* @public
|
|
6340
6159
|
*/
|
|
6341
6160
|
NextToken?: string | undefined;
|
|
@@ -6343,765 +6162,933 @@ export interface GetIpamDiscoveredAccountsResult {
|
|
|
6343
6162
|
/**
|
|
6344
6163
|
* @public
|
|
6345
6164
|
*/
|
|
6346
|
-
export interface
|
|
6165
|
+
export interface GetConsoleOutputRequest {
|
|
6347
6166
|
/**
|
|
6348
|
-
* <p>
|
|
6349
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6350
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6167
|
+
* <p>The ID of the instance.</p>
|
|
6351
6168
|
* @public
|
|
6352
6169
|
*/
|
|
6353
|
-
|
|
6170
|
+
InstanceId: string | undefined;
|
|
6354
6171
|
/**
|
|
6355
|
-
* <p>
|
|
6172
|
+
* <p>When enabled, retrieves the latest console output for the instance.</p>
|
|
6173
|
+
* <p>Default: disabled (<code>false</code>)</p>
|
|
6356
6174
|
* @public
|
|
6357
6175
|
*/
|
|
6358
|
-
|
|
6176
|
+
Latest?: boolean | undefined;
|
|
6359
6177
|
/**
|
|
6360
|
-
* <p>
|
|
6178
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
6179
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
6180
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6361
6181
|
* @public
|
|
6362
6182
|
*/
|
|
6363
|
-
|
|
6183
|
+
DryRun?: boolean | undefined;
|
|
6184
|
+
}
|
|
6185
|
+
/**
|
|
6186
|
+
* @public
|
|
6187
|
+
*/
|
|
6188
|
+
export interface GetConsoleOutputResult {
|
|
6364
6189
|
/**
|
|
6365
|
-
* <p>
|
|
6190
|
+
* <p>The ID of the instance.</p>
|
|
6366
6191
|
* @public
|
|
6367
6192
|
*/
|
|
6368
|
-
|
|
6193
|
+
InstanceId?: string | undefined;
|
|
6369
6194
|
/**
|
|
6370
|
-
* <p>The
|
|
6195
|
+
* <p>The time at which the output was last updated.</p>
|
|
6371
6196
|
* @public
|
|
6372
6197
|
*/
|
|
6373
|
-
|
|
6198
|
+
Timestamp?: Date | undefined;
|
|
6374
6199
|
/**
|
|
6375
|
-
* <p>The
|
|
6200
|
+
* <p>The console output, base64-encoded. If you are using a command line tool, the tool
|
|
6201
|
+
* decodes the output for you.</p>
|
|
6376
6202
|
* @public
|
|
6377
|
-
*/
|
|
6378
|
-
|
|
6379
|
-
}
|
|
6380
|
-
/**
|
|
6381
|
-
* @public
|
|
6382
|
-
* @enum
|
|
6383
|
-
*/
|
|
6384
|
-
export declare const IpamPublicAddressType: {
|
|
6385
|
-
readonly AMAZON_OWNED_CONTIG: "amazon-owned-contig";
|
|
6386
|
-
readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
|
|
6387
|
-
readonly BYOIP: "byoip";
|
|
6388
|
-
readonly EC2_PUBLIC_IP: "ec2-public-ip";
|
|
6389
|
-
readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
|
|
6390
|
-
readonly SERVICE_MANAGED_IP: "service-managed-ip";
|
|
6391
|
-
};
|
|
6392
|
-
/**
|
|
6393
|
-
* @public
|
|
6394
|
-
*/
|
|
6395
|
-
export type IpamPublicAddressType = (typeof IpamPublicAddressType)[keyof typeof IpamPublicAddressType];
|
|
6396
|
-
/**
|
|
6397
|
-
* @public
|
|
6398
|
-
* @enum
|
|
6399
|
-
*/
|
|
6400
|
-
export declare const IpamPublicAddressAssociationStatus: {
|
|
6401
|
-
readonly ASSOCIATED: "associated";
|
|
6402
|
-
readonly DISASSOCIATED: "disassociated";
|
|
6403
|
-
};
|
|
6404
|
-
/**
|
|
6405
|
-
* @public
|
|
6406
|
-
*/
|
|
6407
|
-
export type IpamPublicAddressAssociationStatus = (typeof IpamPublicAddressAssociationStatus)[keyof typeof IpamPublicAddressAssociationStatus];
|
|
6203
|
+
*/
|
|
6204
|
+
Output?: string | undefined;
|
|
6205
|
+
}
|
|
6408
6206
|
/**
|
|
6409
|
-
* <p>The security group that the resource with the public IP address is in.</p>
|
|
6410
6207
|
* @public
|
|
6411
6208
|
*/
|
|
6412
|
-
export interface
|
|
6209
|
+
export interface GetConsoleScreenshotRequest {
|
|
6210
|
+
/**
|
|
6211
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
6212
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
6213
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6214
|
+
* @public
|
|
6215
|
+
*/
|
|
6216
|
+
DryRun?: boolean | undefined;
|
|
6413
6217
|
/**
|
|
6414
|
-
* <p>The
|
|
6218
|
+
* <p>The ID of the instance.</p>
|
|
6415
6219
|
* @public
|
|
6416
6220
|
*/
|
|
6417
|
-
|
|
6221
|
+
InstanceId: string | undefined;
|
|
6418
6222
|
/**
|
|
6419
|
-
* <p>
|
|
6223
|
+
* <p>When set to <code>true</code>, acts as keystroke input and wakes up an instance that's
|
|
6224
|
+
* in standby or "sleep" mode.</p>
|
|
6420
6225
|
* @public
|
|
6421
6226
|
*/
|
|
6422
|
-
|
|
6227
|
+
WakeUp?: boolean | undefined;
|
|
6423
6228
|
}
|
|
6424
6229
|
/**
|
|
6425
|
-
* @public
|
|
6426
|
-
* @enum
|
|
6427
|
-
*/
|
|
6428
|
-
export declare const IpamPublicAddressAwsService: {
|
|
6429
|
-
readonly AGA: "global-accelerator";
|
|
6430
|
-
readonly DMS: "database-migration-service";
|
|
6431
|
-
readonly EC2_LB: "load-balancer";
|
|
6432
|
-
readonly ECS: "elastic-container-service";
|
|
6433
|
-
readonly NAT_GATEWAY: "nat-gateway";
|
|
6434
|
-
readonly OTHER: "other";
|
|
6435
|
-
readonly RDS: "relational-database-service";
|
|
6436
|
-
readonly REDSHIFT: "redshift";
|
|
6437
|
-
readonly S2S_VPN: "site-to-site-vpn";
|
|
6438
|
-
};
|
|
6439
|
-
/**
|
|
6440
|
-
* @public
|
|
6441
|
-
*/
|
|
6442
|
-
export type IpamPublicAddressAwsService = (typeof IpamPublicAddressAwsService)[keyof typeof IpamPublicAddressAwsService];
|
|
6443
|
-
/**
|
|
6444
|
-
* <p>A tag for a public IP address discovered by IPAM.</p>
|
|
6445
6230
|
* @public
|
|
6446
6231
|
*/
|
|
6447
|
-
export interface
|
|
6232
|
+
export interface GetConsoleScreenshotResult {
|
|
6448
6233
|
/**
|
|
6449
|
-
* <p>The
|
|
6234
|
+
* <p>The data that comprises the image.</p>
|
|
6450
6235
|
* @public
|
|
6451
6236
|
*/
|
|
6452
|
-
|
|
6237
|
+
ImageData?: string | undefined;
|
|
6453
6238
|
/**
|
|
6454
|
-
* <p>The
|
|
6239
|
+
* <p>The ID of the instance.</p>
|
|
6455
6240
|
* @public
|
|
6456
6241
|
*/
|
|
6457
|
-
|
|
6242
|
+
InstanceId?: string | undefined;
|
|
6458
6243
|
}
|
|
6459
6244
|
/**
|
|
6460
|
-
* <p>Tags for a public IP address discovered by IPAM.</p>
|
|
6461
6245
|
* @public
|
|
6462
6246
|
*/
|
|
6463
|
-
export interface
|
|
6247
|
+
export interface GetDeclarativePoliciesReportSummaryRequest {
|
|
6248
|
+
/**
|
|
6249
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6250
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6251
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6252
|
+
* @public
|
|
6253
|
+
*/
|
|
6254
|
+
DryRun?: boolean | undefined;
|
|
6464
6255
|
/**
|
|
6465
|
-
* <p>
|
|
6256
|
+
* <p>The ID of the report.</p>
|
|
6466
6257
|
* @public
|
|
6467
6258
|
*/
|
|
6468
|
-
|
|
6259
|
+
ReportId: string | undefined;
|
|
6469
6260
|
}
|
|
6470
6261
|
/**
|
|
6471
|
-
* <p>A
|
|
6262
|
+
* <p>A summary report for the attribute for a Region.</p>
|
|
6472
6263
|
* @public
|
|
6473
6264
|
*/
|
|
6474
|
-
export interface
|
|
6265
|
+
export interface RegionalSummary {
|
|
6475
6266
|
/**
|
|
6476
|
-
* <p>The
|
|
6267
|
+
* <p>The Amazon Web Services Region.</p>
|
|
6477
6268
|
* @public
|
|
6478
6269
|
*/
|
|
6479
|
-
|
|
6270
|
+
RegionName?: string | undefined;
|
|
6480
6271
|
/**
|
|
6481
|
-
* <p>The
|
|
6272
|
+
* <p>The number of accounts in the Region with the same configuration value for the
|
|
6273
|
+
* attribute that is most frequently observed.</p>
|
|
6482
6274
|
* @public
|
|
6483
6275
|
*/
|
|
6484
|
-
|
|
6276
|
+
NumberOfMatchedAccounts?: number | undefined;
|
|
6485
6277
|
/**
|
|
6486
|
-
* <p>The
|
|
6278
|
+
* <p>The number of accounts in the Region with a configuration value different from the
|
|
6279
|
+
* most frequently observed value for the attribute.</p>
|
|
6487
6280
|
* @public
|
|
6488
6281
|
*/
|
|
6489
|
-
|
|
6282
|
+
NumberOfUnmatchedAccounts?: number | undefined;
|
|
6283
|
+
}
|
|
6284
|
+
/**
|
|
6285
|
+
* <p>A summary report for the attribute across all Regions.</p>
|
|
6286
|
+
* @public
|
|
6287
|
+
*/
|
|
6288
|
+
export interface AttributeSummary {
|
|
6490
6289
|
/**
|
|
6491
|
-
* <p>The
|
|
6290
|
+
* <p>The name of the attribute.</p>
|
|
6492
6291
|
* @public
|
|
6493
6292
|
*/
|
|
6494
|
-
|
|
6293
|
+
AttributeName?: string | undefined;
|
|
6495
6294
|
/**
|
|
6496
|
-
* <p>The
|
|
6295
|
+
* <p>The configuration value that is most frequently observed for the attribute.</p>
|
|
6497
6296
|
* @public
|
|
6498
6297
|
*/
|
|
6499
|
-
|
|
6298
|
+
MostFrequentValue?: string | undefined;
|
|
6500
6299
|
/**
|
|
6501
|
-
* <p>The
|
|
6300
|
+
* <p>The number of accounts with the same configuration value for the attribute that is
|
|
6301
|
+
* most frequently observed.</p>
|
|
6502
6302
|
* @public
|
|
6503
6303
|
*/
|
|
6504
|
-
|
|
6304
|
+
NumberOfMatchedAccounts?: number | undefined;
|
|
6505
6305
|
/**
|
|
6506
|
-
* <p>The
|
|
6306
|
+
* <p>The number of accounts with a configuration value different from the most frequently
|
|
6307
|
+
* observed value for the attribute.</p>
|
|
6507
6308
|
* @public
|
|
6508
6309
|
*/
|
|
6509
|
-
|
|
6310
|
+
NumberOfUnmatchedAccounts?: number | undefined;
|
|
6510
6311
|
/**
|
|
6511
|
-
* <p>The
|
|
6312
|
+
* <p>The summary report for each Region for the attribute.</p>
|
|
6512
6313
|
* @public
|
|
6513
6314
|
*/
|
|
6514
|
-
|
|
6315
|
+
RegionalSummaries?: RegionalSummary[] | undefined;
|
|
6316
|
+
}
|
|
6317
|
+
/**
|
|
6318
|
+
* @public
|
|
6319
|
+
*/
|
|
6320
|
+
export interface GetDeclarativePoliciesReportSummaryResult {
|
|
6515
6321
|
/**
|
|
6516
|
-
* <p>The
|
|
6322
|
+
* <p>The ID of the report.</p>
|
|
6517
6323
|
* @public
|
|
6518
6324
|
*/
|
|
6519
|
-
|
|
6325
|
+
ReportId?: string | undefined;
|
|
6520
6326
|
/**
|
|
6521
|
-
* <p>The
|
|
6327
|
+
* <p>The name of the Amazon S3 bucket where the report is located.</p>
|
|
6522
6328
|
* @public
|
|
6523
6329
|
*/
|
|
6524
|
-
|
|
6330
|
+
S3Bucket?: string | undefined;
|
|
6525
6331
|
/**
|
|
6526
|
-
* <p>The
|
|
6332
|
+
* <p>The prefix for your S3 object.</p>
|
|
6527
6333
|
* @public
|
|
6528
6334
|
*/
|
|
6529
|
-
|
|
6335
|
+
S3Prefix?: string | undefined;
|
|
6530
6336
|
/**
|
|
6531
|
-
* <p>The ID
|
|
6337
|
+
* <p>The root ID, organizational unit ID, or account ID.</p>
|
|
6338
|
+
* <p>Format:</p>
|
|
6339
|
+
* <ul>
|
|
6340
|
+
* <li>
|
|
6341
|
+
* <p>For root: <code>r-ab12</code>
|
|
6342
|
+
* </p>
|
|
6343
|
+
* </li>
|
|
6344
|
+
* <li>
|
|
6345
|
+
* <p>For OU: <code>ou-ab12-cdef1234</code>
|
|
6346
|
+
* </p>
|
|
6347
|
+
* </li>
|
|
6348
|
+
* <li>
|
|
6349
|
+
* <p>For account: <code>123456789012</code>
|
|
6350
|
+
* </p>
|
|
6351
|
+
* </li>
|
|
6352
|
+
* </ul>
|
|
6532
6353
|
* @public
|
|
6533
6354
|
*/
|
|
6534
|
-
|
|
6355
|
+
TargetId?: string | undefined;
|
|
6535
6356
|
/**
|
|
6536
|
-
* <p>The
|
|
6357
|
+
* <p>The time when the report generation started.</p>
|
|
6537
6358
|
* @public
|
|
6538
6359
|
*/
|
|
6539
|
-
|
|
6360
|
+
StartTime?: Date | undefined;
|
|
6540
6361
|
/**
|
|
6541
|
-
* <p>The
|
|
6362
|
+
* <p>The time when the report generation ended.</p>
|
|
6542
6363
|
* @public
|
|
6543
6364
|
*/
|
|
6544
|
-
|
|
6365
|
+
EndTime?: Date | undefined;
|
|
6545
6366
|
/**
|
|
6546
|
-
* <p>The
|
|
6367
|
+
* <p>The total number of accounts associated with the specified
|
|
6368
|
+
* <code>targetId</code>.</p>
|
|
6547
6369
|
* @public
|
|
6548
6370
|
*/
|
|
6549
|
-
|
|
6371
|
+
NumberOfAccounts?: number | undefined;
|
|
6550
6372
|
/**
|
|
6551
|
-
* <p>
|
|
6373
|
+
* <p>The number of accounts where attributes could not be retrieved in any Region.</p>
|
|
6552
6374
|
* @public
|
|
6553
6375
|
*/
|
|
6554
|
-
|
|
6376
|
+
NumberOfFailedAccounts?: number | undefined;
|
|
6555
6377
|
/**
|
|
6556
|
-
* <p>The
|
|
6378
|
+
* <p>The attributes described in the report.</p>
|
|
6557
6379
|
* @public
|
|
6558
6380
|
*/
|
|
6559
|
-
|
|
6381
|
+
AttributeSummaries?: AttributeSummary[] | undefined;
|
|
6382
|
+
}
|
|
6383
|
+
/**
|
|
6384
|
+
* @public
|
|
6385
|
+
* @enum
|
|
6386
|
+
*/
|
|
6387
|
+
export declare const UnlimitedSupportedInstanceFamily: {
|
|
6388
|
+
readonly t2: "t2";
|
|
6389
|
+
readonly t3: "t3";
|
|
6390
|
+
readonly t3a: "t3a";
|
|
6391
|
+
readonly t4g: "t4g";
|
|
6392
|
+
};
|
|
6393
|
+
/**
|
|
6394
|
+
* @public
|
|
6395
|
+
*/
|
|
6396
|
+
export type UnlimitedSupportedInstanceFamily = (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
6397
|
+
/**
|
|
6398
|
+
* @public
|
|
6399
|
+
*/
|
|
6400
|
+
export interface GetDefaultCreditSpecificationRequest {
|
|
6560
6401
|
/**
|
|
6561
|
-
* <p>
|
|
6402
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
6403
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
6404
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6562
6405
|
* @public
|
|
6563
6406
|
*/
|
|
6564
|
-
|
|
6407
|
+
DryRun?: boolean | undefined;
|
|
6565
6408
|
/**
|
|
6566
|
-
* <p>The
|
|
6409
|
+
* <p>The instance family.</p>
|
|
6567
6410
|
* @public
|
|
6568
6411
|
*/
|
|
6569
|
-
|
|
6412
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
6570
6413
|
}
|
|
6571
6414
|
/**
|
|
6415
|
+
* <p>Describes the default credit option for CPU usage of a burstable performance instance
|
|
6416
|
+
* family.</p>
|
|
6572
6417
|
* @public
|
|
6573
6418
|
*/
|
|
6574
|
-
export interface
|
|
6419
|
+
export interface InstanceFamilyCreditSpecification {
|
|
6575
6420
|
/**
|
|
6576
|
-
* <p>
|
|
6421
|
+
* <p>The instance family.</p>
|
|
6577
6422
|
* @public
|
|
6578
6423
|
*/
|
|
6579
|
-
|
|
6424
|
+
InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
|
|
6580
6425
|
/**
|
|
6581
|
-
* <p>The
|
|
6426
|
+
* <p>The default credit option for CPU usage of the instance family. Valid values are
|
|
6427
|
+
* <code>standard</code> and <code>unlimited</code>.</p>
|
|
6582
6428
|
* @public
|
|
6583
6429
|
*/
|
|
6584
|
-
|
|
6430
|
+
CpuCredits?: string | undefined;
|
|
6431
|
+
}
|
|
6432
|
+
/**
|
|
6433
|
+
* @public
|
|
6434
|
+
*/
|
|
6435
|
+
export interface GetDefaultCreditSpecificationResult {
|
|
6585
6436
|
/**
|
|
6586
|
-
* <p>The
|
|
6437
|
+
* <p>The default credit option for CPU usage of the instance family.</p>
|
|
6587
6438
|
* @public
|
|
6588
6439
|
*/
|
|
6589
|
-
|
|
6440
|
+
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification | undefined;
|
|
6590
6441
|
}
|
|
6591
6442
|
/**
|
|
6592
6443
|
* @public
|
|
6593
6444
|
*/
|
|
6594
|
-
export interface
|
|
6445
|
+
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
6595
6446
|
/**
|
|
6596
|
-
* <p>
|
|
6447
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6597
6448
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6598
6449
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6599
6450
|
* @public
|
|
6600
6451
|
*/
|
|
6601
6452
|
DryRun?: boolean | undefined;
|
|
6453
|
+
}
|
|
6454
|
+
/**
|
|
6455
|
+
* @public
|
|
6456
|
+
*/
|
|
6457
|
+
export interface GetEbsDefaultKmsKeyIdResult {
|
|
6602
6458
|
/**
|
|
6603
|
-
* <p>
|
|
6604
|
-
* @public
|
|
6605
|
-
*/
|
|
6606
|
-
IpamResourceDiscoveryId: string | undefined;
|
|
6607
|
-
/**
|
|
6608
|
-
* <p>A resource Region.</p>
|
|
6459
|
+
* <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
|
|
6609
6460
|
* @public
|
|
6610
6461
|
*/
|
|
6611
|
-
|
|
6462
|
+
KmsKeyId?: string | undefined;
|
|
6463
|
+
}
|
|
6464
|
+
/**
|
|
6465
|
+
* @public
|
|
6466
|
+
*/
|
|
6467
|
+
export interface GetEbsEncryptionByDefaultRequest {
|
|
6612
6468
|
/**
|
|
6613
|
-
* <p>
|
|
6469
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6470
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6471
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6614
6472
|
* @public
|
|
6615
6473
|
*/
|
|
6616
|
-
|
|
6474
|
+
DryRun?: boolean | undefined;
|
|
6475
|
+
}
|
|
6476
|
+
/**
|
|
6477
|
+
* @public
|
|
6478
|
+
*/
|
|
6479
|
+
export interface GetEbsEncryptionByDefaultResult {
|
|
6617
6480
|
/**
|
|
6618
|
-
* <p>
|
|
6481
|
+
* <p>Indicates whether encryption by default is enabled.</p>
|
|
6619
6482
|
* @public
|
|
6620
6483
|
*/
|
|
6621
|
-
|
|
6484
|
+
EbsEncryptionByDefault?: boolean | undefined;
|
|
6622
6485
|
/**
|
|
6623
|
-
* <p>
|
|
6486
|
+
* <p>Reserved for future use.</p>
|
|
6624
6487
|
* @public
|
|
6625
6488
|
*/
|
|
6626
|
-
|
|
6489
|
+
SseType?: SSEType | undefined;
|
|
6627
6490
|
}
|
|
6628
6491
|
/**
|
|
6629
6492
|
* @public
|
|
6630
6493
|
* @enum
|
|
6631
6494
|
*/
|
|
6632
|
-
export declare const
|
|
6633
|
-
readonly
|
|
6634
|
-
readonly
|
|
6635
|
-
readonly
|
|
6636
|
-
|
|
6637
|
-
/**
|
|
6638
|
-
* @public
|
|
6639
|
-
*/
|
|
6640
|
-
export type IpamResourceCidrIpSource = (typeof IpamResourceCidrIpSource)[keyof typeof IpamResourceCidrIpSource];
|
|
6641
|
-
/**
|
|
6642
|
-
* @public
|
|
6643
|
-
* @enum
|
|
6644
|
-
*/
|
|
6645
|
-
export declare const IpamNetworkInterfaceAttachmentStatus: {
|
|
6646
|
-
readonly available: "available";
|
|
6647
|
-
readonly in_use: "in-use";
|
|
6495
|
+
export declare const PartitionLoadFrequency: {
|
|
6496
|
+
readonly DAILY: "daily";
|
|
6497
|
+
readonly MONTHLY: "monthly";
|
|
6498
|
+
readonly NONE: "none";
|
|
6499
|
+
readonly WEEKLY: "weekly";
|
|
6648
6500
|
};
|
|
6649
6501
|
/**
|
|
6650
6502
|
* @public
|
|
6651
6503
|
*/
|
|
6652
|
-
export type
|
|
6653
|
-
/**
|
|
6654
|
-
* @public
|
|
6655
|
-
* @enum
|
|
6656
|
-
*/
|
|
6657
|
-
export declare const IpamResourceType: {
|
|
6658
|
-
readonly eip: "eip";
|
|
6659
|
-
readonly eni: "eni";
|
|
6660
|
-
readonly ipv6_pool: "ipv6-pool";
|
|
6661
|
-
readonly public_ipv4_pool: "public-ipv4-pool";
|
|
6662
|
-
readonly subnet: "subnet";
|
|
6663
|
-
readonly vpc: "vpc";
|
|
6664
|
-
};
|
|
6504
|
+
export type PartitionLoadFrequency = (typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
|
|
6665
6505
|
/**
|
|
6506
|
+
* <p>Describes integration options for Amazon Athena.</p>
|
|
6666
6507
|
* @public
|
|
6667
6508
|
*/
|
|
6668
|
-
export
|
|
6509
|
+
export interface AthenaIntegration {
|
|
6510
|
+
/**
|
|
6511
|
+
* <p>The location in Amazon S3 to store the generated CloudFormation template.</p>
|
|
6512
|
+
* @public
|
|
6513
|
+
*/
|
|
6514
|
+
IntegrationResultS3DestinationArn: string | undefined;
|
|
6515
|
+
/**
|
|
6516
|
+
* <p>The schedule for adding new partitions to the table.</p>
|
|
6517
|
+
* @public
|
|
6518
|
+
*/
|
|
6519
|
+
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
6520
|
+
/**
|
|
6521
|
+
* <p>The start date for the partition.</p>
|
|
6522
|
+
* @public
|
|
6523
|
+
*/
|
|
6524
|
+
PartitionStartDate?: Date | undefined;
|
|
6525
|
+
/**
|
|
6526
|
+
* <p>The end date for the partition.</p>
|
|
6527
|
+
* @public
|
|
6528
|
+
*/
|
|
6529
|
+
PartitionEndDate?: Date | undefined;
|
|
6530
|
+
}
|
|
6669
6531
|
/**
|
|
6670
|
-
* <p>
|
|
6532
|
+
* <p>Describes service integrations with VPC Flow logs.</p>
|
|
6671
6533
|
* @public
|
|
6672
6534
|
*/
|
|
6673
|
-
export interface
|
|
6535
|
+
export interface IntegrateServices {
|
|
6674
6536
|
/**
|
|
6675
|
-
* <p>
|
|
6537
|
+
* <p>Information about the integration with Amazon Athena.</p>
|
|
6676
6538
|
* @public
|
|
6677
6539
|
*/
|
|
6678
|
-
|
|
6540
|
+
AthenaIntegrations?: AthenaIntegration[] | undefined;
|
|
6541
|
+
}
|
|
6542
|
+
/**
|
|
6543
|
+
* @public
|
|
6544
|
+
*/
|
|
6545
|
+
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
6679
6546
|
/**
|
|
6680
|
-
* <p>
|
|
6547
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6548
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6549
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6681
6550
|
* @public
|
|
6682
6551
|
*/
|
|
6683
|
-
|
|
6552
|
+
DryRun?: boolean | undefined;
|
|
6684
6553
|
/**
|
|
6685
|
-
* <p>The
|
|
6554
|
+
* <p>The ID of the flow log.</p>
|
|
6686
6555
|
* @public
|
|
6687
6556
|
*/
|
|
6688
|
-
|
|
6557
|
+
FlowLogId: string | undefined;
|
|
6689
6558
|
/**
|
|
6690
|
-
* <p>
|
|
6559
|
+
* <p>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</p>
|
|
6691
6560
|
* @public
|
|
6692
6561
|
*/
|
|
6693
|
-
|
|
6562
|
+
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
6694
6563
|
/**
|
|
6695
|
-
* <p>
|
|
6564
|
+
* <p>Information about the service integration.</p>
|
|
6696
6565
|
* @public
|
|
6697
6566
|
*/
|
|
6698
|
-
|
|
6567
|
+
IntegrateServices: IntegrateServices | undefined;
|
|
6568
|
+
}
|
|
6569
|
+
/**
|
|
6570
|
+
* @public
|
|
6571
|
+
*/
|
|
6572
|
+
export interface GetFlowLogsIntegrationTemplateResult {
|
|
6699
6573
|
/**
|
|
6700
|
-
* <p>The
|
|
6574
|
+
* <p>The generated CloudFormation template.</p>
|
|
6701
6575
|
* @public
|
|
6702
6576
|
*/
|
|
6703
|
-
|
|
6577
|
+
Result?: string | undefined;
|
|
6578
|
+
}
|
|
6579
|
+
/**
|
|
6580
|
+
* @public
|
|
6581
|
+
*/
|
|
6582
|
+
export interface GetGroupsForCapacityReservationRequest {
|
|
6704
6583
|
/**
|
|
6705
|
-
* <p>The
|
|
6584
|
+
* <p>The ID of the Capacity Reservation. If you specify a Capacity Reservation that is
|
|
6585
|
+
* shared with you, the operation returns only Capacity Reservation groups that you
|
|
6586
|
+
* own.</p>
|
|
6706
6587
|
* @public
|
|
6707
6588
|
*/
|
|
6708
|
-
|
|
6589
|
+
CapacityReservationId: string | undefined;
|
|
6709
6590
|
/**
|
|
6710
|
-
* <p>The
|
|
6591
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
6711
6592
|
* @public
|
|
6712
6593
|
*/
|
|
6713
|
-
|
|
6594
|
+
NextToken?: string | undefined;
|
|
6714
6595
|
/**
|
|
6715
|
-
* <p>The
|
|
6716
|
-
*
|
|
6717
|
-
* <li>
|
|
6718
|
-
* <p>For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
|
|
6719
|
-
* </p>
|
|
6720
|
-
* </li>
|
|
6721
|
-
* <li>
|
|
6722
|
-
* <p>For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
|
|
6723
|
-
* </p>
|
|
6724
|
-
* </li>
|
|
6725
|
-
* <li>
|
|
6726
|
-
* <p>For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
|
|
6727
|
-
* </p>
|
|
6728
|
-
* </li>
|
|
6729
|
-
* </ul>
|
|
6596
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
|
|
6597
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
6730
6598
|
* @public
|
|
6731
6599
|
*/
|
|
6732
|
-
|
|
6600
|
+
MaxResults?: number | undefined;
|
|
6733
6601
|
/**
|
|
6734
|
-
* <p>
|
|
6602
|
+
* <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>
|
|
6735
6603
|
* @public
|
|
6736
6604
|
*/
|
|
6737
|
-
|
|
6605
|
+
DryRun?: boolean | undefined;
|
|
6606
|
+
}
|
|
6607
|
+
/**
|
|
6608
|
+
* <p>Describes a resource group to which a Capacity Reservation has been added.</p>
|
|
6609
|
+
* @public
|
|
6610
|
+
*/
|
|
6611
|
+
export interface CapacityReservationGroup {
|
|
6738
6612
|
/**
|
|
6739
|
-
* <p>The
|
|
6613
|
+
* <p>The ARN of the resource group.</p>
|
|
6740
6614
|
* @public
|
|
6741
6615
|
*/
|
|
6742
|
-
|
|
6616
|
+
GroupArn?: string | undefined;
|
|
6743
6617
|
/**
|
|
6744
|
-
* <p>
|
|
6618
|
+
* <p>The ID of the Amazon Web Services account that owns the resource group.</p>
|
|
6745
6619
|
* @public
|
|
6746
6620
|
*/
|
|
6747
|
-
|
|
6621
|
+
OwnerId?: string | undefined;
|
|
6622
|
+
}
|
|
6623
|
+
/**
|
|
6624
|
+
* @public
|
|
6625
|
+
*/
|
|
6626
|
+
export interface GetGroupsForCapacityReservationResult {
|
|
6748
6627
|
/**
|
|
6749
|
-
* <p>The
|
|
6628
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
6750
6629
|
* @public
|
|
6751
6630
|
*/
|
|
6752
|
-
|
|
6631
|
+
NextToken?: string | undefined;
|
|
6753
6632
|
/**
|
|
6754
|
-
* <p>
|
|
6633
|
+
* <p>Information about the resource groups to which the Capacity Reservation has been
|
|
6634
|
+
* added.</p>
|
|
6755
6635
|
* @public
|
|
6756
6636
|
*/
|
|
6757
|
-
|
|
6637
|
+
CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
|
|
6758
6638
|
}
|
|
6759
6639
|
/**
|
|
6760
6640
|
* @public
|
|
6761
6641
|
*/
|
|
6762
|
-
export interface
|
|
6642
|
+
export interface GetHostReservationPurchasePreviewRequest {
|
|
6763
6643
|
/**
|
|
6764
|
-
* <p>
|
|
6644
|
+
* <p>The IDs of the Dedicated Hosts with which the reservation is associated.</p>
|
|
6765
6645
|
* @public
|
|
6766
6646
|
*/
|
|
6767
|
-
|
|
6647
|
+
HostIdSet: string[] | undefined;
|
|
6768
6648
|
/**
|
|
6769
|
-
* <p>
|
|
6649
|
+
* <p>The offering ID of the reservation.</p>
|
|
6770
6650
|
* @public
|
|
6771
6651
|
*/
|
|
6772
|
-
|
|
6652
|
+
OfferingId: string | undefined;
|
|
6773
6653
|
}
|
|
6774
6654
|
/**
|
|
6655
|
+
* <p>Describes the result of the purchase.</p>
|
|
6775
6656
|
* @public
|
|
6776
6657
|
*/
|
|
6777
|
-
export interface
|
|
6658
|
+
export interface Purchase {
|
|
6778
6659
|
/**
|
|
6779
|
-
* <p>
|
|
6780
|
-
*
|
|
6781
|
-
*
|
|
6660
|
+
* <p>The currency in which the <code>UpfrontPrice</code> and <code>HourlyPrice</code>
|
|
6661
|
+
* amounts are specified. At this time, the only supported currency is
|
|
6662
|
+
* <code>USD</code>.</p>
|
|
6782
6663
|
* @public
|
|
6783
6664
|
*/
|
|
6784
|
-
|
|
6665
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
6785
6666
|
/**
|
|
6786
|
-
* <p>The
|
|
6667
|
+
* <p>The duration of the reservation's term in seconds.</p>
|
|
6787
6668
|
* @public
|
|
6788
6669
|
*/
|
|
6789
|
-
|
|
6670
|
+
Duration?: number | undefined;
|
|
6790
6671
|
/**
|
|
6791
|
-
* <p>The
|
|
6672
|
+
* <p>The IDs of the Dedicated Hosts associated with the reservation.</p>
|
|
6792
6673
|
* @public
|
|
6793
6674
|
*/
|
|
6794
|
-
|
|
6675
|
+
HostIdSet?: string[] | undefined;
|
|
6795
6676
|
/**
|
|
6796
|
-
* <p>
|
|
6677
|
+
* <p>The ID of the reservation.</p>
|
|
6797
6678
|
* @public
|
|
6798
6679
|
*/
|
|
6799
|
-
|
|
6680
|
+
HostReservationId?: string | undefined;
|
|
6800
6681
|
/**
|
|
6801
|
-
* <p>The
|
|
6682
|
+
* <p>The hourly price of the reservation per hour.</p>
|
|
6802
6683
|
* @public
|
|
6803
6684
|
*/
|
|
6804
|
-
|
|
6685
|
+
HourlyPrice?: string | undefined;
|
|
6805
6686
|
/**
|
|
6806
|
-
* <p>The
|
|
6687
|
+
* <p>The instance family on the Dedicated Host that the reservation can be associated
|
|
6688
|
+
* with.</p>
|
|
6807
6689
|
* @public
|
|
6808
6690
|
*/
|
|
6809
|
-
|
|
6810
|
-
}
|
|
6811
|
-
/**
|
|
6812
|
-
* @public
|
|
6813
|
-
*/
|
|
6814
|
-
export interface GetIpamPoolAllocationsResult {
|
|
6691
|
+
InstanceFamily?: string | undefined;
|
|
6815
6692
|
/**
|
|
6816
|
-
* <p>The
|
|
6693
|
+
* <p>The payment option for the reservation.</p>
|
|
6817
6694
|
* @public
|
|
6818
6695
|
*/
|
|
6819
|
-
|
|
6696
|
+
PaymentOption?: PaymentOption | undefined;
|
|
6820
6697
|
/**
|
|
6821
|
-
* <p>The
|
|
6698
|
+
* <p>The upfront price of the reservation.</p>
|
|
6822
6699
|
* @public
|
|
6823
6700
|
*/
|
|
6824
|
-
|
|
6701
|
+
UpfrontPrice?: string | undefined;
|
|
6825
6702
|
}
|
|
6826
6703
|
/**
|
|
6827
6704
|
* @public
|
|
6828
6705
|
*/
|
|
6829
|
-
export interface
|
|
6706
|
+
export interface GetHostReservationPurchasePreviewResult {
|
|
6830
6707
|
/**
|
|
6831
|
-
* <p>
|
|
6832
|
-
*
|
|
6833
|
-
*
|
|
6708
|
+
* <p>The currency in which the <code>totalUpfrontPrice</code> and
|
|
6709
|
+
* <code>totalHourlyPrice</code> amounts are specified. At this time, the only
|
|
6710
|
+
* supported currency is <code>USD</code>.</p>
|
|
6834
6711
|
* @public
|
|
6835
6712
|
*/
|
|
6836
|
-
|
|
6713
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
6837
6714
|
/**
|
|
6838
|
-
* <p>The
|
|
6715
|
+
* <p>The purchase information of the Dedicated Host reservation and the Dedicated Hosts
|
|
6716
|
+
* associated with it.</p>
|
|
6839
6717
|
* @public
|
|
6840
6718
|
*/
|
|
6841
|
-
|
|
6719
|
+
Purchase?: Purchase[] | undefined;
|
|
6842
6720
|
/**
|
|
6843
|
-
* <p>
|
|
6721
|
+
* <p>The potential total hourly price of the reservation per hour.</p>
|
|
6844
6722
|
* @public
|
|
6845
6723
|
*/
|
|
6846
|
-
|
|
6724
|
+
TotalHourlyPrice?: string | undefined;
|
|
6847
6725
|
/**
|
|
6848
|
-
* <p>The
|
|
6726
|
+
* <p>The potential total upfront price. This is billed immediately.</p>
|
|
6849
6727
|
* @public
|
|
6850
6728
|
*/
|
|
6851
|
-
|
|
6729
|
+
TotalUpfrontPrice?: string | undefined;
|
|
6730
|
+
}
|
|
6731
|
+
/**
|
|
6732
|
+
* @public
|
|
6733
|
+
*/
|
|
6734
|
+
export interface GetImageBlockPublicAccessStateRequest {
|
|
6852
6735
|
/**
|
|
6853
|
-
* <p>
|
|
6736
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6737
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
6738
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6854
6739
|
* @public
|
|
6855
6740
|
*/
|
|
6856
|
-
|
|
6741
|
+
DryRun?: boolean | undefined;
|
|
6857
6742
|
}
|
|
6858
6743
|
/**
|
|
6859
6744
|
* @public
|
|
6860
6745
|
*/
|
|
6861
|
-
export interface
|
|
6746
|
+
export interface GetImageBlockPublicAccessStateResult {
|
|
6862
6747
|
/**
|
|
6863
|
-
* <p>
|
|
6748
|
+
* <p>The current state of block public access for AMIs at the account level in the specified
|
|
6749
|
+
* Amazon Web Services Region.</p>
|
|
6750
|
+
* <p>Possible values:</p>
|
|
6751
|
+
* <ul>
|
|
6752
|
+
* <li>
|
|
6753
|
+
* <p>
|
|
6754
|
+
* <code>block-new-sharing</code> - Any attempt to publicly share your AMIs in the
|
|
6755
|
+
* specified Region is blocked.</p>
|
|
6756
|
+
* </li>
|
|
6757
|
+
* <li>
|
|
6758
|
+
* <p>
|
|
6759
|
+
* <code>unblocked</code> - Your AMIs in the specified Region can be publicly
|
|
6760
|
+
* shared.</p>
|
|
6761
|
+
* </li>
|
|
6762
|
+
* </ul>
|
|
6864
6763
|
* @public
|
|
6865
6764
|
*/
|
|
6866
|
-
|
|
6765
|
+
ImageBlockPublicAccessState?: string | undefined;
|
|
6867
6766
|
/**
|
|
6868
|
-
* <p>The
|
|
6767
|
+
* <p>The entity that manages the state for block public access for AMIs. Possible values
|
|
6768
|
+
* include:</p>
|
|
6769
|
+
* <ul>
|
|
6770
|
+
* <li>
|
|
6771
|
+
* <p>
|
|
6772
|
+
* <code>account</code> - The state is managed by the account.</p>
|
|
6773
|
+
* </li>
|
|
6774
|
+
* <li>
|
|
6775
|
+
* <p>
|
|
6776
|
+
* <code>declarative-policy</code> - The state is managed by a declarative policy and
|
|
6777
|
+
* can't be modified by the account.</p>
|
|
6778
|
+
* </li>
|
|
6779
|
+
* </ul>
|
|
6869
6780
|
* @public
|
|
6870
6781
|
*/
|
|
6871
|
-
|
|
6782
|
+
ManagedBy?: ManagedBy | undefined;
|
|
6872
6783
|
}
|
|
6873
6784
|
/**
|
|
6874
6785
|
* @public
|
|
6875
6786
|
*/
|
|
6876
|
-
export interface
|
|
6787
|
+
export interface GetInstanceMetadataDefaultsRequest {
|
|
6877
6788
|
/**
|
|
6878
|
-
* <p>
|
|
6879
|
-
*
|
|
6880
|
-
*
|
|
6789
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
6790
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
6791
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6881
6792
|
* @public
|
|
6882
6793
|
*/
|
|
6883
6794
|
DryRun?: boolean | undefined;
|
|
6795
|
+
}
|
|
6796
|
+
/**
|
|
6797
|
+
* <p>The default instance metadata service (IMDS) settings that were set at the account
|
|
6798
|
+
* level in the specified Amazon Web Services
|
|
6799
|
+
Region.</p>
|
|
6800
|
+
* @public
|
|
6801
|
+
*/
|
|
6802
|
+
export interface InstanceMetadataDefaultsResponse {
|
|
6884
6803
|
/**
|
|
6885
|
-
* <p>
|
|
6886
|
-
*
|
|
6887
|
-
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
*
|
|
6891
|
-
*
|
|
6892
|
-
|
|
6893
|
-
|
|
6894
|
-
|
|
6895
|
-
*
|
|
6804
|
+
* <p>Indicates whether IMDSv2 is required.</p>
|
|
6805
|
+
* <ul>
|
|
6806
|
+
* <li>
|
|
6807
|
+
* <p>
|
|
6808
|
+
* <code>optional</code> – IMDSv2 is optional, which means that you can
|
|
6809
|
+
* use either IMDSv2 or IMDSv1.</p>
|
|
6810
|
+
* </li>
|
|
6811
|
+
* <li>
|
|
6812
|
+
* <p>
|
|
6813
|
+
* <code>required</code> – IMDSv2 is required, which means that IMDSv1 is
|
|
6814
|
+
* disabled, and you must use IMDSv2.</p>
|
|
6815
|
+
* </li>
|
|
6816
|
+
* </ul>
|
|
6896
6817
|
* @public
|
|
6897
6818
|
*/
|
|
6898
|
-
|
|
6819
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
6899
6820
|
/**
|
|
6900
|
-
* <p>The
|
|
6821
|
+
* <p>The maximum number of hops that the metadata token can travel.</p>
|
|
6901
6822
|
* @public
|
|
6902
6823
|
*/
|
|
6903
|
-
|
|
6824
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
6904
6825
|
/**
|
|
6905
|
-
* <p>
|
|
6826
|
+
* <p>Indicates whether the IMDS endpoint for an instance is enabled or disabled. When disabled, the instance
|
|
6827
|
+
* metadata can't be accessed.</p>
|
|
6906
6828
|
* @public
|
|
6907
6829
|
*/
|
|
6908
|
-
|
|
6830
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
6909
6831
|
/**
|
|
6910
|
-
* <p>
|
|
6832
|
+
* <p>Indicates whether access to instance tags from the instance metadata is enabled or
|
|
6833
|
+
* disabled. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
|
|
6834
|
+
* instance tags using the instance metadata</a> in the
|
|
6835
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6911
6836
|
* @public
|
|
6912
6837
|
*/
|
|
6913
|
-
|
|
6838
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
6914
6839
|
/**
|
|
6915
|
-
* <p>The
|
|
6840
|
+
* <p>The entity that manages the IMDS default settings. Possible values include:</p>
|
|
6841
|
+
* <ul>
|
|
6842
|
+
* <li>
|
|
6843
|
+
* <p>
|
|
6844
|
+
* <code>account</code> - The IMDS default settings are managed by the
|
|
6845
|
+
* account.</p>
|
|
6846
|
+
* </li>
|
|
6847
|
+
* <li>
|
|
6848
|
+
* <p>
|
|
6849
|
+
* <code>declarative-policy</code> - The IMDS default settings are managed
|
|
6850
|
+
* by a declarative policy and can't be modified by the account.</p>
|
|
6851
|
+
* </li>
|
|
6852
|
+
* </ul>
|
|
6916
6853
|
* @public
|
|
6917
6854
|
*/
|
|
6918
|
-
|
|
6855
|
+
ManagedBy?: ManagedBy | undefined;
|
|
6919
6856
|
/**
|
|
6920
|
-
* <p>The
|
|
6857
|
+
* <p>The customized exception message that is specified in the declarative policy.</p>
|
|
6921
6858
|
* @public
|
|
6922
6859
|
*/
|
|
6923
|
-
|
|
6860
|
+
ManagedExceptionMessage?: string | undefined;
|
|
6861
|
+
}
|
|
6862
|
+
/**
|
|
6863
|
+
* @public
|
|
6864
|
+
*/
|
|
6865
|
+
export interface GetInstanceMetadataDefaultsResult {
|
|
6924
6866
|
/**
|
|
6925
|
-
* <p>The
|
|
6867
|
+
* <p>The account-level default IMDS settings.</p>
|
|
6926
6868
|
* @public
|
|
6927
6869
|
*/
|
|
6928
|
-
|
|
6870
|
+
AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
|
|
6929
6871
|
}
|
|
6930
6872
|
/**
|
|
6931
6873
|
* @public
|
|
6932
6874
|
* @enum
|
|
6933
6875
|
*/
|
|
6934
|
-
export declare const
|
|
6935
|
-
readonly
|
|
6936
|
-
readonly
|
|
6937
|
-
|
|
6876
|
+
export declare const EkPubKeyFormat: {
|
|
6877
|
+
readonly der: "der";
|
|
6878
|
+
readonly tpmt: "tpmt";
|
|
6879
|
+
};
|
|
6880
|
+
/**
|
|
6881
|
+
* @public
|
|
6882
|
+
*/
|
|
6883
|
+
export type EkPubKeyFormat = (typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
|
|
6884
|
+
/**
|
|
6885
|
+
* @public
|
|
6886
|
+
* @enum
|
|
6887
|
+
*/
|
|
6888
|
+
export declare const EkPubKeyType: {
|
|
6889
|
+
readonly ECC_SEC_P384: "ecc-sec-p384";
|
|
6890
|
+
readonly RSA_2048: "rsa-2048";
|
|
6938
6891
|
};
|
|
6939
6892
|
/**
|
|
6940
6893
|
* @public
|
|
6941
6894
|
*/
|
|
6942
|
-
export type
|
|
6895
|
+
export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
|
|
6943
6896
|
/**
|
|
6944
|
-
* <p>The CIDR for an IPAM resource.</p>
|
|
6945
6897
|
* @public
|
|
6946
6898
|
*/
|
|
6947
|
-
export interface
|
|
6899
|
+
export interface GetInstanceTpmEkPubRequest {
|
|
6948
6900
|
/**
|
|
6949
|
-
* <p>The
|
|
6901
|
+
* <p>The ID of the instance for which to get the public endorsement key.</p>
|
|
6950
6902
|
* @public
|
|
6951
6903
|
*/
|
|
6952
|
-
|
|
6904
|
+
InstanceId: string | undefined;
|
|
6953
6905
|
/**
|
|
6954
|
-
* <p>The
|
|
6906
|
+
* <p>The required public endorsement key type.</p>
|
|
6955
6907
|
* @public
|
|
6956
6908
|
*/
|
|
6957
|
-
|
|
6909
|
+
KeyType: EkPubKeyType | undefined;
|
|
6958
6910
|
/**
|
|
6959
|
-
* <p>The
|
|
6911
|
+
* <p>The required public endorsement key format. Specify <code>der</code> for a DER-encoded public
|
|
6912
|
+
* key that is compatible with OpenSSL. Specify <code>tpmt</code> for a TPM 2.0 format that is
|
|
6913
|
+
* compatible with tpm2-tools. The returned key is base64 encoded.</p>
|
|
6960
6914
|
* @public
|
|
6961
6915
|
*/
|
|
6962
|
-
|
|
6916
|
+
KeyFormat: EkPubKeyFormat | undefined;
|
|
6963
6917
|
/**
|
|
6964
|
-
* <p>
|
|
6918
|
+
* <p>Specify this parameter to verify whether the request will succeed, without actually making the
|
|
6919
|
+
* request. If the request will succeed, the response is <code>DryRunOperation</code>. Otherwise,
|
|
6920
|
+
* the response is <code>UnauthorizedOperation</code>.</p>
|
|
6965
6921
|
* @public
|
|
6966
6922
|
*/
|
|
6967
|
-
|
|
6923
|
+
DryRun?: boolean | undefined;
|
|
6924
|
+
}
|
|
6925
|
+
/**
|
|
6926
|
+
* @public
|
|
6927
|
+
*/
|
|
6928
|
+
export interface GetInstanceTpmEkPubResult {
|
|
6968
6929
|
/**
|
|
6969
|
-
* <p>The
|
|
6930
|
+
* <p>The ID of the instance.</p>
|
|
6970
6931
|
* @public
|
|
6971
6932
|
*/
|
|
6972
|
-
|
|
6933
|
+
InstanceId?: string | undefined;
|
|
6973
6934
|
/**
|
|
6974
|
-
* <p>The
|
|
6935
|
+
* <p>The public endorsement key type.</p>
|
|
6975
6936
|
* @public
|
|
6976
6937
|
*/
|
|
6977
|
-
|
|
6938
|
+
KeyType?: EkPubKeyType | undefined;
|
|
6978
6939
|
/**
|
|
6979
|
-
* <p>The
|
|
6940
|
+
* <p>The public endorsement key format.</p>
|
|
6980
6941
|
* @public
|
|
6981
6942
|
*/
|
|
6982
|
-
|
|
6943
|
+
KeyFormat?: EkPubKeyFormat | undefined;
|
|
6983
6944
|
/**
|
|
6984
|
-
* <p>The
|
|
6945
|
+
* <p>The public endorsement key material.</p>
|
|
6985
6946
|
* @public
|
|
6986
6947
|
*/
|
|
6987
|
-
|
|
6948
|
+
KeyValue?: string | undefined;
|
|
6949
|
+
}
|
|
6950
|
+
/**
|
|
6951
|
+
* @public
|
|
6952
|
+
*/
|
|
6953
|
+
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
6988
6954
|
/**
|
|
6989
|
-
* <p>
|
|
6955
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6956
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6957
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6990
6958
|
* @public
|
|
6991
6959
|
*/
|
|
6992
|
-
|
|
6960
|
+
DryRun?: boolean | undefined;
|
|
6993
6961
|
/**
|
|
6994
|
-
* <p>The
|
|
6962
|
+
* <p>The processor architecture type.</p>
|
|
6995
6963
|
* @public
|
|
6996
6964
|
*/
|
|
6997
|
-
|
|
6965
|
+
ArchitectureTypes: ArchitectureType[] | undefined;
|
|
6998
6966
|
/**
|
|
6999
|
-
* <p>The
|
|
7000
|
-
* <ul>
|
|
7001
|
-
* <li>
|
|
7002
|
-
* <p>For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
|
|
7003
|
-
* </p>
|
|
7004
|
-
* </li>
|
|
7005
|
-
* <li>
|
|
7006
|
-
* <p>For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
|
|
7007
|
-
* </p>
|
|
7008
|
-
* </li>
|
|
7009
|
-
* <li>
|
|
7010
|
-
* <p>For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
|
|
7011
|
-
* </p>
|
|
7012
|
-
* </li>
|
|
7013
|
-
* </ul>
|
|
6967
|
+
* <p>The virtualization type.</p>
|
|
7014
6968
|
* @public
|
|
7015
6969
|
*/
|
|
7016
|
-
|
|
6970
|
+
VirtualizationTypes: VirtualizationType[] | undefined;
|
|
7017
6971
|
/**
|
|
7018
|
-
* <p>The
|
|
6972
|
+
* <p>The attributes required for the instance types.</p>
|
|
7019
6973
|
* @public
|
|
7020
6974
|
*/
|
|
7021
|
-
|
|
6975
|
+
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
7022
6976
|
/**
|
|
7023
|
-
* <p>The
|
|
6977
|
+
* <p>The maximum number of items to return for this request.
|
|
6978
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
6979
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
7024
6980
|
* @public
|
|
7025
6981
|
*/
|
|
7026
|
-
|
|
6982
|
+
MaxResults?: number | undefined;
|
|
7027
6983
|
/**
|
|
7028
|
-
* <p>The
|
|
6984
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
7029
6985
|
* @public
|
|
7030
6986
|
*/
|
|
7031
|
-
|
|
6987
|
+
NextToken?: string | undefined;
|
|
7032
6988
|
/**
|
|
7033
|
-
* <p>
|
|
6989
|
+
* <p>Reserved.</p>
|
|
7034
6990
|
* @public
|
|
7035
6991
|
*/
|
|
7036
|
-
|
|
6992
|
+
Context?: string | undefined;
|
|
6993
|
+
}
|
|
6994
|
+
/**
|
|
6995
|
+
* <p>The list of instance types with the specified instance attributes.</p>
|
|
6996
|
+
* @public
|
|
6997
|
+
*/
|
|
6998
|
+
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
7037
6999
|
/**
|
|
7038
|
-
* <p>The
|
|
7000
|
+
* <p>The matching instance type.</p>
|
|
7039
7001
|
* @public
|
|
7040
7002
|
*/
|
|
7041
|
-
|
|
7003
|
+
InstanceType?: string | undefined;
|
|
7042
7004
|
}
|
|
7043
7005
|
/**
|
|
7044
7006
|
* @public
|
|
7045
7007
|
*/
|
|
7046
|
-
export interface
|
|
7008
|
+
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
7047
7009
|
/**
|
|
7048
|
-
* <p>The
|
|
7010
|
+
* <p>The instance types with the specified instance attributes.</p>
|
|
7049
7011
|
* @public
|
|
7050
7012
|
*/
|
|
7051
|
-
|
|
7013
|
+
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[] | undefined;
|
|
7052
7014
|
/**
|
|
7053
|
-
* <p>The
|
|
7015
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
7016
|
+
* are no more items to return.</p>
|
|
7054
7017
|
* @public
|
|
7055
7018
|
*/
|
|
7056
|
-
|
|
7019
|
+
NextToken?: string | undefined;
|
|
7057
7020
|
}
|
|
7058
7021
|
/**
|
|
7059
7022
|
* @public
|
|
7060
7023
|
*/
|
|
7061
|
-
export interface
|
|
7024
|
+
export interface GetInstanceUefiDataRequest {
|
|
7062
7025
|
/**
|
|
7063
|
-
* <p>
|
|
7064
|
-
* making the request, and provides an error response. If you have the required
|
|
7065
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
7066
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
7026
|
+
* <p>The ID of the instance from which to retrieve the UEFI data.</p>
|
|
7067
7027
|
* @public
|
|
7068
7028
|
*/
|
|
7069
|
-
|
|
7029
|
+
InstanceId: string | undefined;
|
|
7070
7030
|
/**
|
|
7071
|
-
* <p>
|
|
7031
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
7032
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
7033
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7072
7034
|
* @public
|
|
7073
7035
|
*/
|
|
7074
|
-
|
|
7036
|
+
DryRun?: boolean | undefined;
|
|
7075
7037
|
}
|
|
7076
7038
|
/**
|
|
7077
7039
|
* @public
|
|
7078
7040
|
*/
|
|
7079
|
-
export interface
|
|
7041
|
+
export interface GetInstanceUefiDataResult {
|
|
7042
|
+
/**
|
|
7043
|
+
* <p>The ID of the instance from which to retrieve the UEFI data.</p>
|
|
7044
|
+
* @public
|
|
7045
|
+
*/
|
|
7046
|
+
InstanceId?: string | undefined;
|
|
7080
7047
|
/**
|
|
7081
|
-
* <p>
|
|
7048
|
+
* <p>Base64 representation of the non-volatile UEFI variable store.</p>
|
|
7082
7049
|
* @public
|
|
7083
7050
|
*/
|
|
7084
|
-
|
|
7051
|
+
UefiData?: string | undefined;
|
|
7085
7052
|
}
|
|
7086
7053
|
/**
|
|
7087
7054
|
* @public
|
|
7088
7055
|
*/
|
|
7089
|
-
export interface
|
|
7056
|
+
export interface GetIpamAddressHistoryRequest {
|
|
7090
7057
|
/**
|
|
7091
|
-
* <p>
|
|
7058
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
7092
7059
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7093
7060
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7094
7061
|
* @public
|
|
7095
7062
|
*/
|
|
7096
7063
|
DryRun?: boolean | undefined;
|
|
7097
7064
|
/**
|
|
7098
|
-
* <p>The
|
|
7065
|
+
* <p>The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range.
|
|
7066
|
+
* If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.</p>
|
|
7067
|
+
* @public
|
|
7068
|
+
*/
|
|
7069
|
+
Cidr: string | undefined;
|
|
7070
|
+
/**
|
|
7071
|
+
* <p>The ID of the IPAM scope that the CIDR is in.</p>
|
|
7099
7072
|
* @public
|
|
7100
7073
|
*/
|
|
7101
|
-
|
|
7074
|
+
IpamScopeId: string | undefined;
|
|
7102
7075
|
/**
|
|
7103
|
-
* <p>The
|
|
7104
|
-
*
|
|
7076
|
+
* <p>The ID of the VPC you want your history records filtered by.</p>
|
|
7077
|
+
* @public
|
|
7078
|
+
*/
|
|
7079
|
+
VpcId?: string | undefined;
|
|
7080
|
+
/**
|
|
7081
|
+
* <p>The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.</p>
|
|
7082
|
+
* @public
|
|
7083
|
+
*/
|
|
7084
|
+
StartTime?: Date | undefined;
|
|
7085
|
+
/**
|
|
7086
|
+
* <p>The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.</p>
|
|
7087
|
+
* @public
|
|
7088
|
+
*/
|
|
7089
|
+
EndTime?: Date | undefined;
|
|
7090
|
+
/**
|
|
7091
|
+
* <p>The maximum number of historical results you would like returned per page. Defaults to 100.</p>
|
|
7105
7092
|
* @public
|
|
7106
7093
|
*/
|
|
7107
7094
|
MaxResults?: number | undefined;
|
|
@@ -7112,94 +7099,118 @@ export interface GetManagedPrefixListAssociationsRequest {
|
|
|
7112
7099
|
NextToken?: string | undefined;
|
|
7113
7100
|
}
|
|
7114
7101
|
/**
|
|
7115
|
-
*
|
|
7102
|
+
* @public
|
|
7103
|
+
* @enum
|
|
7104
|
+
*/
|
|
7105
|
+
export declare const IpamComplianceStatus: {
|
|
7106
|
+
readonly compliant: "compliant";
|
|
7107
|
+
readonly ignored: "ignored";
|
|
7108
|
+
readonly noncompliant: "noncompliant";
|
|
7109
|
+
readonly unmanaged: "unmanaged";
|
|
7110
|
+
};
|
|
7111
|
+
/**
|
|
7112
|
+
* @public
|
|
7113
|
+
*/
|
|
7114
|
+
export type IpamComplianceStatus = (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
|
|
7115
|
+
/**
|
|
7116
|
+
* @public
|
|
7117
|
+
* @enum
|
|
7118
|
+
*/
|
|
7119
|
+
export declare const IpamOverlapStatus: {
|
|
7120
|
+
readonly ignored: "ignored";
|
|
7121
|
+
readonly nonoverlapping: "nonoverlapping";
|
|
7122
|
+
readonly overlapping: "overlapping";
|
|
7123
|
+
};
|
|
7124
|
+
/**
|
|
7125
|
+
* @public
|
|
7126
|
+
*/
|
|
7127
|
+
export type IpamOverlapStatus = (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
|
|
7128
|
+
/**
|
|
7129
|
+
* @public
|
|
7130
|
+
* @enum
|
|
7131
|
+
*/
|
|
7132
|
+
export declare const IpamAddressHistoryResourceType: {
|
|
7133
|
+
readonly eip: "eip";
|
|
7134
|
+
readonly instance: "instance";
|
|
7135
|
+
readonly network_interface: "network-interface";
|
|
7136
|
+
readonly subnet: "subnet";
|
|
7137
|
+
readonly vpc: "vpc";
|
|
7138
|
+
};
|
|
7139
|
+
/**
|
|
7140
|
+
* @public
|
|
7141
|
+
*/
|
|
7142
|
+
export type IpamAddressHistoryResourceType = (typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
|
|
7143
|
+
/**
|
|
7144
|
+
* <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
7145
|
+
* </p>
|
|
7116
7146
|
* @public
|
|
7117
7147
|
*/
|
|
7118
|
-
export interface
|
|
7148
|
+
export interface IpamAddressHistoryRecord {
|
|
7119
7149
|
/**
|
|
7120
|
-
* <p>The ID of the resource.</p>
|
|
7150
|
+
* <p>The ID of the resource owner.</p>
|
|
7121
7151
|
* @public
|
|
7122
7152
|
*/
|
|
7123
|
-
|
|
7153
|
+
ResourceOwnerId?: string | undefined;
|
|
7124
7154
|
/**
|
|
7125
|
-
* <p>The
|
|
7155
|
+
* <p>The Amazon Web Services Region of the resource.</p>
|
|
7126
7156
|
* @public
|
|
7127
7157
|
*/
|
|
7128
|
-
|
|
7129
|
-
}
|
|
7130
|
-
/**
|
|
7131
|
-
* @public
|
|
7132
|
-
*/
|
|
7133
|
-
export interface GetManagedPrefixListAssociationsResult {
|
|
7158
|
+
ResourceRegion?: string | undefined;
|
|
7134
7159
|
/**
|
|
7135
|
-
* <p>
|
|
7160
|
+
* <p>The type of the resource.</p>
|
|
7136
7161
|
* @public
|
|
7137
7162
|
*/
|
|
7138
|
-
|
|
7163
|
+
ResourceType?: IpamAddressHistoryResourceType | undefined;
|
|
7139
7164
|
/**
|
|
7140
|
-
* <p>The
|
|
7165
|
+
* <p>The ID of the resource.</p>
|
|
7141
7166
|
* @public
|
|
7142
7167
|
*/
|
|
7143
|
-
|
|
7144
|
-
}
|
|
7145
|
-
/**
|
|
7146
|
-
* @public
|
|
7147
|
-
*/
|
|
7148
|
-
export interface GetManagedPrefixListEntriesRequest {
|
|
7168
|
+
ResourceId?: string | undefined;
|
|
7149
7169
|
/**
|
|
7150
|
-
* <p>
|
|
7151
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7152
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7170
|
+
* <p>The CIDR of the resource.</p>
|
|
7153
7171
|
* @public
|
|
7154
7172
|
*/
|
|
7155
|
-
|
|
7173
|
+
ResourceCidr?: string | undefined;
|
|
7156
7174
|
/**
|
|
7157
|
-
* <p>The
|
|
7175
|
+
* <p>The name of the resource.</p>
|
|
7158
7176
|
* @public
|
|
7159
7177
|
*/
|
|
7160
|
-
|
|
7178
|
+
ResourceName?: string | undefined;
|
|
7161
7179
|
/**
|
|
7162
|
-
* <p>The
|
|
7180
|
+
* <p>The compliance status of a resource. For more information on compliance statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
7163
7181
|
* @public
|
|
7164
7182
|
*/
|
|
7165
|
-
|
|
7183
|
+
ResourceComplianceStatus?: IpamComplianceStatus | undefined;
|
|
7166
7184
|
/**
|
|
7167
|
-
* <p>The
|
|
7168
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
7185
|
+
* <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
7169
7186
|
* @public
|
|
7170
7187
|
*/
|
|
7171
|
-
|
|
7188
|
+
ResourceOverlapStatus?: IpamOverlapStatus | undefined;
|
|
7172
7189
|
/**
|
|
7173
|
-
* <p>The
|
|
7190
|
+
* <p>The VPC ID of the resource.</p>
|
|
7174
7191
|
* @public
|
|
7175
7192
|
*/
|
|
7176
|
-
|
|
7177
|
-
}
|
|
7178
|
-
/**
|
|
7179
|
-
* <p>Describes a prefix list entry.</p>
|
|
7180
|
-
* @public
|
|
7181
|
-
*/
|
|
7182
|
-
export interface PrefixListEntry {
|
|
7193
|
+
VpcId?: string | undefined;
|
|
7183
7194
|
/**
|
|
7184
|
-
* <p>
|
|
7195
|
+
* <p>Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.</p>
|
|
7185
7196
|
* @public
|
|
7186
7197
|
*/
|
|
7187
|
-
|
|
7198
|
+
SampledStartTime?: Date | undefined;
|
|
7188
7199
|
/**
|
|
7189
|
-
* <p>
|
|
7200
|
+
* <p>Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.</p>
|
|
7190
7201
|
* @public
|
|
7191
7202
|
*/
|
|
7192
|
-
|
|
7203
|
+
SampledEndTime?: Date | undefined;
|
|
7193
7204
|
}
|
|
7194
7205
|
/**
|
|
7195
7206
|
* @public
|
|
7196
7207
|
*/
|
|
7197
|
-
export interface
|
|
7208
|
+
export interface GetIpamAddressHistoryResult {
|
|
7198
7209
|
/**
|
|
7199
|
-
* <p>
|
|
7210
|
+
* <p>A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.</p>
|
|
7200
7211
|
* @public
|
|
7201
7212
|
*/
|
|
7202
|
-
|
|
7213
|
+
HistoryRecords?: IpamAddressHistoryRecord[] | undefined;
|
|
7203
7214
|
/**
|
|
7204
7215
|
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
7205
7216
|
* @public
|
|
@@ -7209,30 +7220,39 @@ export interface GetManagedPrefixListEntriesResult {
|
|
|
7209
7220
|
/**
|
|
7210
7221
|
* @public
|
|
7211
7222
|
*/
|
|
7212
|
-
export interface
|
|
7223
|
+
export interface GetIpamDiscoveredAccountsRequest {
|
|
7213
7224
|
/**
|
|
7214
|
-
* <p>
|
|
7225
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
7226
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7227
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7215
7228
|
* @public
|
|
7216
7229
|
*/
|
|
7217
|
-
|
|
7230
|
+
DryRun?: boolean | undefined;
|
|
7218
7231
|
/**
|
|
7219
|
-
* <p>
|
|
7220
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
7232
|
+
* <p>A resource discovery ID.</p>
|
|
7221
7233
|
* @public
|
|
7222
7234
|
*/
|
|
7223
|
-
|
|
7235
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
7224
7236
|
/**
|
|
7225
|
-
* <p>The
|
|
7237
|
+
* <p>The Amazon Web Services Region that the account information is returned from.</p>
|
|
7238
|
+
* @public
|
|
7239
|
+
*/
|
|
7240
|
+
DiscoveryRegion: string | undefined;
|
|
7241
|
+
/**
|
|
7242
|
+
* <p>Discovered account filters.</p>
|
|
7243
|
+
* @public
|
|
7244
|
+
*/
|
|
7245
|
+
Filters?: Filter[] | undefined;
|
|
7246
|
+
/**
|
|
7247
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
7226
7248
|
* @public
|
|
7227
7249
|
*/
|
|
7228
7250
|
NextToken?: string | undefined;
|
|
7229
7251
|
/**
|
|
7230
|
-
* <p>
|
|
7231
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7232
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7252
|
+
* <p>The maximum number of discovered accounts to return in one page of results.</p>
|
|
7233
7253
|
* @public
|
|
7234
7254
|
*/
|
|
7235
|
-
|
|
7255
|
+
MaxResults?: number | undefined;
|
|
7236
7256
|
}
|
|
7237
7257
|
/**
|
|
7238
7258
|
* @internal
|
|
@@ -7254,7 +7274,3 @@ export declare const ExportVerifiedAccessInstanceClientConfigurationResultFilter
|
|
|
7254
7274
|
* @internal
|
|
7255
7275
|
*/
|
|
7256
7276
|
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (obj: GetInstanceTpmEkPubResult) => any;
|
|
7257
|
-
/**
|
|
7258
|
-
* @internal
|
|
7259
|
-
*/
|
|
7260
|
-
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (obj: GetLaunchTemplateDataResult) => any;
|