@aws-sdk/client-ec2 3.910.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 +72 -0
- package/dist-cjs/index.js +1541 -388
- package/dist-es/EC2.js +18 -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 +9 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/models/models_2.js +0 -6
- package/dist-es/models/models_3.js +6 -5
- package/dist-es/models/models_4.js +18 -14
- package/dist-es/models/models_5.js +14 -16
- package/dist-es/models/models_6.js +124 -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 +939 -107
- package/dist-types/EC2.d.ts +67 -0
- package/dist-types/EC2Client.d.ts +11 -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 +1 -1
- 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 +1 -1
- 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/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/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 -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/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 +9 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +106 -95
- package/dist-types/models/models_2.d.ts +84 -107
- package/dist-types/models/models_3.d.ts +140 -159
- package/dist-types/models/models_4.d.ts +331 -251
- package/dist-types/models/models_5.d.ts +244 -267
- package/dist-types/models/models_6.d.ts +1497 -1467
- package/dist-types/models/models_7.d.ts +4809 -4775
- package/dist-types/models/models_8.d.ts +968 -5
- 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 +81 -0
- package/dist-types/ts3.4/EC2.d.ts +175 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- 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/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 +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/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +21 -16
- package/dist-types/ts3.4/models/models_2.d.ts +18 -29
- package/dist-types/ts3.4/models/models_3.d.ts +35 -39
- package/dist-types/ts3.4/models/models_4.d.ts +79 -66
- package/dist-types/ts3.4/models/models_5.d.ts +65 -67
- package/dist-types/ts3.4/models/models_6.d.ts +284 -258
- package/dist-types/ts3.4/models/models_7.d.ts +257 -227
- package/dist-types/ts3.4/models/models_8.d.ts +232 -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 +108 -0
- package/package.json +5 -5
|
@@ -1,9 +1,274 @@
|
|
|
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
|
+
}
|
|
7
272
|
/**
|
|
8
273
|
* @public
|
|
9
274
|
*/
|
|
@@ -1941,6 +2206,57 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
|
1941
2206
|
*/
|
|
1942
2207
|
Output?: boolean | undefined;
|
|
1943
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
|
+
}
|
|
1944
2260
|
/**
|
|
1945
2261
|
* @public
|
|
1946
2262
|
*/
|
|
@@ -3151,7 +3467,7 @@ export interface DisassociateTrunkInterfaceRequest {
|
|
|
3151
3467
|
*/
|
|
3152
3468
|
export interface DisassociateTrunkInterfaceResult {
|
|
3153
3469
|
/**
|
|
3154
|
-
* <p>
|
|
3470
|
+
* <p>Is <code>true</code> if the request succeeds and an error otherwise.</p>
|
|
3155
3471
|
* @public
|
|
3156
3472
|
*/
|
|
3157
3473
|
Return?: boolean | undefined;
|
|
@@ -3297,6 +3613,52 @@ export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
|
3297
3613
|
*/
|
|
3298
3614
|
Output?: boolean | undefined;
|
|
3299
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
|
+
}
|
|
3300
3662
|
/**
|
|
3301
3663
|
* @public
|
|
3302
3664
|
*/
|
|
@@ -4923,1106 +5285,876 @@ export interface GetAwsNetworkPerformanceDataResult {
|
|
|
4923
5285
|
/**
|
|
4924
5286
|
* @public
|
|
4925
5287
|
*/
|
|
4926
|
-
export interface
|
|
5288
|
+
export interface GetCapacityManagerAttributesRequest {
|
|
4927
5289
|
/**
|
|
4928
|
-
* <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>
|
|
4929
5294
|
* @public
|
|
4930
5295
|
*/
|
|
4931
|
-
|
|
5296
|
+
DryRun?: boolean | undefined;
|
|
5297
|
+
}
|
|
5298
|
+
/**
|
|
5299
|
+
* @public
|
|
5300
|
+
* @enum
|
|
5301
|
+
*/
|
|
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
|
+
};
|
|
5307
|
+
/**
|
|
5308
|
+
* @public
|
|
5309
|
+
*/
|
|
5310
|
+
export type IngestionStatus = (typeof IngestionStatus)[keyof typeof IngestionStatus];
|
|
5311
|
+
/**
|
|
5312
|
+
* @public
|
|
5313
|
+
*/
|
|
5314
|
+
export interface GetCapacityManagerAttributesResult {
|
|
4932
5315
|
/**
|
|
4933
|
-
* <p>
|
|
5316
|
+
* <p>
|
|
5317
|
+
* The current status of Capacity Manager.
|
|
5318
|
+
* </p>
|
|
4934
5319
|
* @public
|
|
4935
5320
|
*/
|
|
4936
|
-
|
|
5321
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
4937
5322
|
/**
|
|
4938
|
-
* <p>
|
|
4939
|
-
*
|
|
5323
|
+
* <p>
|
|
5324
|
+
* Indicates whether Organizations access is enabled for cross-account data aggregation.
|
|
5325
|
+
* </p>
|
|
4940
5326
|
* @public
|
|
4941
5327
|
*/
|
|
4942
|
-
|
|
5328
|
+
OrganizationsAccess?: boolean | undefined;
|
|
4943
5329
|
/**
|
|
4944
|
-
* <p>
|
|
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>
|
|
4945
5333
|
* @public
|
|
4946
5334
|
*/
|
|
4947
|
-
|
|
4948
|
-
}
|
|
4949
|
-
/**
|
|
4950
|
-
* <p>Information about the Capacity Reservation usage.</p>
|
|
4951
|
-
* @public
|
|
4952
|
-
*/
|
|
4953
|
-
export interface InstanceUsage {
|
|
5335
|
+
DataExportCount?: number | undefined;
|
|
4954
5336
|
/**
|
|
4955
|
-
* <p>
|
|
4956
|
-
*
|
|
5337
|
+
* <p>
|
|
5338
|
+
* The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.
|
|
5339
|
+
* </p>
|
|
4957
5340
|
* @public
|
|
4958
5341
|
*/
|
|
4959
|
-
|
|
5342
|
+
IngestionStatus?: IngestionStatus | undefined;
|
|
4960
5343
|
/**
|
|
4961
|
-
* <p>
|
|
4962
|
-
*
|
|
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>
|
|
4963
5348
|
* @public
|
|
4964
5349
|
*/
|
|
4965
|
-
|
|
5350
|
+
IngestionStatusMessage?: string | undefined;
|
|
5351
|
+
/**
|
|
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>
|
|
5355
|
+
* @public
|
|
5356
|
+
*/
|
|
5357
|
+
EarliestDatapointTimestamp?: Date | undefined;
|
|
5358
|
+
/**
|
|
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>
|
|
5362
|
+
* @public
|
|
5363
|
+
*/
|
|
5364
|
+
LatestDatapointTimestamp?: Date | undefined;
|
|
4966
5365
|
}
|
|
5366
|
+
/**
|
|
5367
|
+
* @public
|
|
5368
|
+
* @enum
|
|
5369
|
+
*/
|
|
5370
|
+
export declare const Comparison: {
|
|
5371
|
+
readonly EQUALS: "equals";
|
|
5372
|
+
readonly IN: "in";
|
|
5373
|
+
};
|
|
4967
5374
|
/**
|
|
4968
5375
|
* @public
|
|
4969
5376
|
*/
|
|
4970
|
-
export
|
|
5377
|
+
export type Comparison = (typeof Comparison)[keyof typeof Comparison];
|
|
5378
|
+
/**
|
|
5379
|
+
* @public
|
|
5380
|
+
* @enum
|
|
5381
|
+
*/
|
|
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 {
|
|
4971
5412
|
/**
|
|
4972
|
-
* <p>
|
|
5413
|
+
* <p>
|
|
5414
|
+
* The name of the dimension to filter by.
|
|
5415
|
+
* </p>
|
|
4973
5416
|
* @public
|
|
4974
5417
|
*/
|
|
4975
|
-
|
|
5418
|
+
Dimension?: FilterByDimension | undefined;
|
|
4976
5419
|
/**
|
|
4977
|
-
* <p>
|
|
5420
|
+
* <p>
|
|
5421
|
+
* The comparison operator to use for the filter.
|
|
5422
|
+
* </p>
|
|
4978
5423
|
* @public
|
|
4979
5424
|
*/
|
|
4980
|
-
|
|
5425
|
+
Comparison?: Comparison | undefined;
|
|
4981
5426
|
/**
|
|
4982
|
-
* <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>
|
|
4983
5430
|
* @public
|
|
4984
5431
|
*/
|
|
4985
|
-
|
|
5432
|
+
Values?: string[] | undefined;
|
|
5433
|
+
}
|
|
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>
|
|
5438
|
+
* @public
|
|
5439
|
+
*/
|
|
5440
|
+
export interface CapacityManagerCondition {
|
|
4986
5441
|
/**
|
|
4987
|
-
* <p>
|
|
5442
|
+
* <p>
|
|
5443
|
+
* The dimension-based condition that specifies how to filter the data based on dimension values.
|
|
5444
|
+
* </p>
|
|
4988
5445
|
* @public
|
|
4989
5446
|
*/
|
|
4990
|
-
|
|
5447
|
+
DimensionCondition?: DimensionCondition | undefined;
|
|
5448
|
+
}
|
|
5449
|
+
/**
|
|
5450
|
+
* @public
|
|
5451
|
+
* @enum
|
|
5452
|
+
*/
|
|
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";
|
|
5471
|
+
};
|
|
5472
|
+
/**
|
|
5473
|
+
* @public
|
|
5474
|
+
*/
|
|
5475
|
+
export type GroupBy = (typeof GroupBy)[keyof typeof GroupBy];
|
|
5476
|
+
/**
|
|
5477
|
+
* @public
|
|
5478
|
+
* @enum
|
|
5479
|
+
*/
|
|
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";
|
|
5524
|
+
};
|
|
5525
|
+
/**
|
|
5526
|
+
* @public
|
|
5527
|
+
*/
|
|
5528
|
+
export type Metric = (typeof Metric)[keyof typeof Metric];
|
|
5529
|
+
/**
|
|
5530
|
+
* @public
|
|
5531
|
+
*/
|
|
5532
|
+
export interface GetCapacityManagerMetricDataRequest {
|
|
4991
5533
|
/**
|
|
4992
|
-
* <p>
|
|
4993
|
-
*
|
|
5534
|
+
* <p>
|
|
5535
|
+
* The names of the metrics to retrieve. Maximum of 10 metrics per request.
|
|
5536
|
+
* </p>
|
|
4994
5537
|
* @public
|
|
4995
5538
|
*/
|
|
4996
|
-
|
|
5539
|
+
MetricNames: Metric[] | undefined;
|
|
4997
5540
|
/**
|
|
4998
|
-
* <p>
|
|
4999
|
-
*
|
|
5000
|
-
*
|
|
5001
|
-
* <li>
|
|
5002
|
-
* <p>
|
|
5003
|
-
* <code>active</code> - The capacity is available for use.</p>
|
|
5004
|
-
* </li>
|
|
5005
|
-
* <li>
|
|
5006
|
-
* <p>
|
|
5007
|
-
* <code>expired</code> - The Capacity Reservation expired automatically at the date and time
|
|
5008
|
-
* specified in your reservation request. The reserved capacity is no longer available for your use.</p>
|
|
5009
|
-
* </li>
|
|
5010
|
-
* <li>
|
|
5011
|
-
* <p>
|
|
5012
|
-
* <code>cancelled</code> - The Capacity Reservation was canceled. The reserved capacity is no
|
|
5013
|
-
* longer available for your use.</p>
|
|
5014
|
-
* </li>
|
|
5015
|
-
* <li>
|
|
5016
|
-
* <p>
|
|
5017
|
-
* <code>pending</code> - The Capacity Reservation request was successful but the capacity
|
|
5018
|
-
* provisioning is still pending.</p>
|
|
5019
|
-
* </li>
|
|
5020
|
-
* <li>
|
|
5021
|
-
* <p>
|
|
5022
|
-
* <code>failed</code> - The Capacity Reservation request has failed. A request can fail due to
|
|
5023
|
-
* request parameters that are not valid, capacity constraints, or instance limit constraints. You
|
|
5024
|
-
* can view a failed request for 60 minutes.</p>
|
|
5025
|
-
* </li>
|
|
5026
|
-
* <li>
|
|
5027
|
-
* <p>
|
|
5028
|
-
* <code>scheduled</code> - (<i>Future-dated Capacity Reservations</i>) The
|
|
5029
|
-
* future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
|
|
5030
|
-
* for delivery on the requested start date.</p>
|
|
5031
|
-
* </li>
|
|
5032
|
-
* <li>
|
|
5033
|
-
* <p>
|
|
5034
|
-
* <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
|
|
5035
|
-
* payment has not been processed yet.</p>
|
|
5036
|
-
* </li>
|
|
5037
|
-
* <li>
|
|
5038
|
-
* <p>
|
|
5039
|
-
* <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront
|
|
5040
|
-
* payment was not processed in the 12-hour time frame. Your Capacity Block was released.</p>
|
|
5041
|
-
* </li>
|
|
5042
|
-
* <li>
|
|
5043
|
-
* <p>
|
|
5044
|
-
* <code>assessing</code> - (<i>Future-dated Capacity Reservations</i>)
|
|
5045
|
-
* Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
|
|
5046
|
-
* </li>
|
|
5047
|
-
* <li>
|
|
5048
|
-
* <p>
|
|
5049
|
-
* <code>delayed</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
5050
|
-
* encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
|
|
5051
|
-
* unable to deliver the requested capacity by the requested start date and time.</p>
|
|
5052
|
-
* </li>
|
|
5053
|
-
* <li>
|
|
5054
|
-
* <p>
|
|
5055
|
-
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
5056
|
-
* can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
|
|
5057
|
-
* unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
|
|
5058
|
-
* </li>
|
|
5059
|
-
* </ul>
|
|
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>
|
|
5060
5544
|
* @public
|
|
5061
5545
|
*/
|
|
5062
|
-
|
|
5546
|
+
StartTime: Date | undefined;
|
|
5063
5547
|
/**
|
|
5064
|
-
* <p>
|
|
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>
|
|
5065
5551
|
* @public
|
|
5066
5552
|
*/
|
|
5067
|
-
|
|
5068
|
-
}
|
|
5069
|
-
/**
|
|
5070
|
-
* @public
|
|
5071
|
-
*/
|
|
5072
|
-
export interface GetCoipPoolUsageRequest {
|
|
5553
|
+
EndTime: Date | undefined;
|
|
5073
5554
|
/**
|
|
5074
|
-
* <p>
|
|
5555
|
+
* <p>
|
|
5556
|
+
* The granularity, in seconds, of the returned data points.
|
|
5557
|
+
* </p>
|
|
5075
5558
|
* @public
|
|
5076
5559
|
*/
|
|
5077
|
-
|
|
5560
|
+
Period: number | undefined;
|
|
5078
5561
|
/**
|
|
5079
|
-
* <p>
|
|
5080
|
-
*
|
|
5081
|
-
*
|
|
5082
|
-
* <p>
|
|
5083
|
-
* <code>coip-address-usage.allocation-id</code> - The allocation ID of the address.</p>
|
|
5084
|
-
* </li>
|
|
5085
|
-
* <li>
|
|
5086
|
-
* <p>
|
|
5087
|
-
* <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>
|
|
5088
|
-
* </li>
|
|
5089
|
-
* <li>
|
|
5090
|
-
* <p>
|
|
5091
|
-
* <code>coip-address-usage.aws-service</code> - The Amazon Web Services service that is using the customer-owned IP address.</p>
|
|
5092
|
-
* </li>
|
|
5093
|
-
* <li>
|
|
5094
|
-
* <p>
|
|
5095
|
-
* <code>coip-address-usage.co-ip</code> - The customer-owned IP address.</p>
|
|
5096
|
-
* </li>
|
|
5097
|
-
* </ul>
|
|
5562
|
+
* <p>
|
|
5563
|
+
* The dimensions by which to group the metric data. This determines how the data is aggregated and returned.
|
|
5564
|
+
* </p>
|
|
5098
5565
|
* @public
|
|
5099
5566
|
*/
|
|
5100
|
-
|
|
5567
|
+
GroupBy?: GroupBy[] | undefined;
|
|
5101
5568
|
/**
|
|
5102
|
-
* <p>
|
|
5103
|
-
*
|
|
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>
|
|
5104
5579
|
* @public
|
|
5105
5580
|
*/
|
|
5106
5581
|
MaxResults?: number | undefined;
|
|
5107
5582
|
/**
|
|
5108
|
-
* <p>
|
|
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>
|
|
5109
5586
|
* @public
|
|
5110
5587
|
*/
|
|
5111
5588
|
NextToken?: string | undefined;
|
|
5112
5589
|
/**
|
|
5113
|
-
* <p>
|
|
5114
|
-
*
|
|
5115
|
-
*
|
|
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>
|
|
5116
5594
|
* @public
|
|
5117
5595
|
*/
|
|
5118
5596
|
DryRun?: boolean | undefined;
|
|
5119
5597
|
}
|
|
5120
5598
|
/**
|
|
5121
|
-
* <p>Describes address usage for a customer-owned address pool.</p>
|
|
5122
5599
|
* @public
|
|
5600
|
+
* @enum
|
|
5123
5601
|
*/
|
|
5124
|
-
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 {
|
|
5125
5641
|
/**
|
|
5126
|
-
* <p>
|
|
5642
|
+
* <p>
|
|
5643
|
+
* The Amazon Web Services Region where the capacity resource is located.
|
|
5644
|
+
* </p>
|
|
5127
5645
|
* @public
|
|
5128
5646
|
*/
|
|
5129
|
-
|
|
5647
|
+
ResourceRegion?: string | undefined;
|
|
5130
5648
|
/**
|
|
5131
|
-
* <p>
|
|
5649
|
+
* <p>
|
|
5650
|
+
* The unique identifier of the Availability Zone where the capacity resource is located.
|
|
5651
|
+
* </p>
|
|
5132
5652
|
* @public
|
|
5133
5653
|
*/
|
|
5134
|
-
|
|
5654
|
+
AvailabilityZoneId?: string | undefined;
|
|
5135
5655
|
/**
|
|
5136
|
-
* <p>
|
|
5656
|
+
* <p>
|
|
5657
|
+
* The Amazon Web Services account ID that owns the capacity resource.
|
|
5658
|
+
* </p>
|
|
5137
5659
|
* @public
|
|
5138
5660
|
*/
|
|
5139
|
-
|
|
5661
|
+
AccountId?: string | undefined;
|
|
5140
5662
|
/**
|
|
5141
|
-
* <p>
|
|
5663
|
+
* <p>
|
|
5664
|
+
* The EC2 instance family of the capacity resource.
|
|
5665
|
+
* </p>
|
|
5142
5666
|
* @public
|
|
5143
5667
|
*/
|
|
5144
|
-
|
|
5145
|
-
}
|
|
5146
|
-
/**
|
|
5147
|
-
* @public
|
|
5148
|
-
*/
|
|
5149
|
-
export interface GetCoipPoolUsageResult {
|
|
5668
|
+
InstanceFamily?: string | undefined;
|
|
5150
5669
|
/**
|
|
5151
|
-
* <p>
|
|
5670
|
+
* <p>
|
|
5671
|
+
* The specific EC2 instance type of the capacity resource.
|
|
5672
|
+
* </p>
|
|
5152
5673
|
* @public
|
|
5153
5674
|
*/
|
|
5154
|
-
|
|
5675
|
+
InstanceType?: string | undefined;
|
|
5155
5676
|
/**
|
|
5156
|
-
* <p>
|
|
5677
|
+
* <p>
|
|
5678
|
+
* The platform or operating system of the instance.
|
|
5679
|
+
* </p>
|
|
5157
5680
|
* @public
|
|
5158
5681
|
*/
|
|
5159
|
-
|
|
5682
|
+
InstancePlatform?: string | undefined;
|
|
5160
5683
|
/**
|
|
5161
|
-
* <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>
|
|
5162
5687
|
* @public
|
|
5163
5688
|
*/
|
|
5164
|
-
|
|
5689
|
+
ReservationArn?: string | undefined;
|
|
5165
5690
|
/**
|
|
5166
|
-
* <p>
|
|
5691
|
+
* <p>
|
|
5692
|
+
* The unique identifier of the capacity reservation.
|
|
5693
|
+
* </p>
|
|
5167
5694
|
* @public
|
|
5168
5695
|
*/
|
|
5169
|
-
|
|
5170
|
-
}
|
|
5171
|
-
/**
|
|
5172
|
-
* @public
|
|
5173
|
-
*/
|
|
5174
|
-
export interface GetConsoleOutputRequest {
|
|
5696
|
+
ReservationId?: string | undefined;
|
|
5175
5697
|
/**
|
|
5176
|
-
* <p>
|
|
5698
|
+
* <p>
|
|
5699
|
+
* The type of capacity reservation.
|
|
5700
|
+
* </p>
|
|
5177
5701
|
* @public
|
|
5178
5702
|
*/
|
|
5179
|
-
|
|
5703
|
+
ReservationType?: ReservationType | undefined;
|
|
5180
5704
|
/**
|
|
5181
|
-
* <p>
|
|
5182
|
-
*
|
|
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>
|
|
5183
5709
|
* @public
|
|
5184
5710
|
*/
|
|
5185
|
-
|
|
5711
|
+
ReservationCreateTimestamp?: Date | undefined;
|
|
5186
5712
|
/**
|
|
5187
|
-
* <p>
|
|
5188
|
-
*
|
|
5189
|
-
*
|
|
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>
|
|
5190
5716
|
* @public
|
|
5191
5717
|
*/
|
|
5192
|
-
|
|
5193
|
-
}
|
|
5194
|
-
/**
|
|
5195
|
-
* @public
|
|
5196
|
-
*/
|
|
5197
|
-
export interface GetConsoleOutputResult {
|
|
5718
|
+
ReservationStartTimestamp?: Date | undefined;
|
|
5198
5719
|
/**
|
|
5199
|
-
* <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>
|
|
5200
5723
|
* @public
|
|
5201
5724
|
*/
|
|
5202
|
-
|
|
5725
|
+
ReservationEndTimestamp?: Date | undefined;
|
|
5203
5726
|
/**
|
|
5204
|
-
* <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>
|
|
5205
5730
|
* @public
|
|
5206
5731
|
*/
|
|
5207
|
-
|
|
5732
|
+
ReservationEndDateType?: ReservationEndDateType | undefined;
|
|
5208
5733
|
/**
|
|
5209
|
-
* <p>
|
|
5210
|
-
*
|
|
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>
|
|
5211
5737
|
* @public
|
|
5212
5738
|
*/
|
|
5213
|
-
|
|
5214
|
-
}
|
|
5215
|
-
/**
|
|
5216
|
-
* @public
|
|
5217
|
-
*/
|
|
5218
|
-
export interface GetConsoleScreenshotRequest {
|
|
5739
|
+
Tenancy?: CapacityTenancy | undefined;
|
|
5219
5740
|
/**
|
|
5220
|
-
* <p>
|
|
5221
|
-
*
|
|
5222
|
-
*
|
|
5741
|
+
* <p>
|
|
5742
|
+
* The current state of the capacity reservation.
|
|
5743
|
+
* </p>
|
|
5223
5744
|
* @public
|
|
5224
5745
|
*/
|
|
5225
|
-
|
|
5746
|
+
ReservationState?: ReservationState | undefined;
|
|
5226
5747
|
/**
|
|
5227
|
-
* <p>
|
|
5748
|
+
* <p>
|
|
5749
|
+
* The instance matching criteria for the capacity reservation, determining how instances are matched to the reservation.
|
|
5750
|
+
* </p>
|
|
5228
5751
|
* @public
|
|
5229
5752
|
*/
|
|
5230
|
-
|
|
5753
|
+
ReservationInstanceMatchCriteria?: string | undefined;
|
|
5231
5754
|
/**
|
|
5232
|
-
* <p>
|
|
5233
|
-
*
|
|
5755
|
+
* <p>
|
|
5756
|
+
* The Amazon Web Services account ID that is financially responsible for unused capacity reservation costs.
|
|
5757
|
+
* </p>
|
|
5234
5758
|
* @public
|
|
5235
5759
|
*/
|
|
5236
|
-
|
|
5760
|
+
ReservationUnusedFinancialOwner?: string | undefined;
|
|
5237
5761
|
}
|
|
5238
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>
|
|
5239
5766
|
* @public
|
|
5240
5767
|
*/
|
|
5241
|
-
export interface
|
|
5768
|
+
export interface MetricValue {
|
|
5242
5769
|
/**
|
|
5243
|
-
* <p>
|
|
5770
|
+
* <p>
|
|
5771
|
+
* The name of the metric.
|
|
5772
|
+
* </p>
|
|
5244
5773
|
* @public
|
|
5245
5774
|
*/
|
|
5246
|
-
|
|
5775
|
+
Metric?: Metric | undefined;
|
|
5247
5776
|
/**
|
|
5248
|
-
* <p>
|
|
5777
|
+
* <p>
|
|
5778
|
+
* The numerical value of the metric for the specified statistic and time period.
|
|
5779
|
+
* </p>
|
|
5249
5780
|
* @public
|
|
5250
5781
|
*/
|
|
5251
|
-
|
|
5252
|
-
}
|
|
5253
|
-
/**
|
|
5254
|
-
* @public
|
|
5255
|
-
*/
|
|
5256
|
-
export interface GetDeclarativePoliciesReportSummaryRequest {
|
|
5257
|
-
/**
|
|
5258
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5259
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5260
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5261
|
-
* @public
|
|
5262
|
-
*/
|
|
5263
|
-
DryRun?: boolean | undefined;
|
|
5264
|
-
/**
|
|
5265
|
-
* <p>The ID of the report.</p>
|
|
5266
|
-
* @public
|
|
5267
|
-
*/
|
|
5268
|
-
ReportId: string | undefined;
|
|
5782
|
+
Value?: number | undefined;
|
|
5269
5783
|
}
|
|
5270
5784
|
/**
|
|
5271
|
-
* <p>
|
|
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>
|
|
5272
5788
|
* @public
|
|
5273
5789
|
*/
|
|
5274
|
-
export interface
|
|
5790
|
+
export interface MetricDataResult {
|
|
5275
5791
|
/**
|
|
5276
|
-
* <p>
|
|
5792
|
+
* <p>
|
|
5793
|
+
* The dimension values that identify this specific data point, such as account ID, region, and instance family.
|
|
5794
|
+
* </p>
|
|
5277
5795
|
* @public
|
|
5278
5796
|
*/
|
|
5279
|
-
|
|
5797
|
+
Dimension?: CapacityManagerDimension | undefined;
|
|
5280
5798
|
/**
|
|
5281
|
-
* <p>
|
|
5282
|
-
*
|
|
5799
|
+
* <p>
|
|
5800
|
+
* The timestamp for this data point, indicating when the capacity usage occurred.
|
|
5801
|
+
* </p>
|
|
5283
5802
|
* @public
|
|
5284
5803
|
*/
|
|
5285
|
-
|
|
5804
|
+
Timestamp?: Date | undefined;
|
|
5286
5805
|
/**
|
|
5287
|
-
* <p>
|
|
5288
|
-
*
|
|
5806
|
+
* <p>
|
|
5807
|
+
* The metric values and statistics for this data point, containing the actual capacity usage numbers.
|
|
5808
|
+
* </p>
|
|
5289
5809
|
* @public
|
|
5290
5810
|
*/
|
|
5291
|
-
|
|
5811
|
+
MetricValues?: MetricValue[] | undefined;
|
|
5292
5812
|
}
|
|
5293
5813
|
/**
|
|
5294
|
-
* <p>A summary report for the attribute across all Regions.</p>
|
|
5295
5814
|
* @public
|
|
5296
5815
|
*/
|
|
5297
|
-
export interface
|
|
5816
|
+
export interface GetCapacityManagerMetricDataResult {
|
|
5298
5817
|
/**
|
|
5299
|
-
* <p>
|
|
5300
|
-
*
|
|
5301
|
-
|
|
5302
|
-
AttributeName?: string | undefined;
|
|
5303
|
-
/**
|
|
5304
|
-
* <p>The configuration value that is most frequently observed for the attribute.</p>
|
|
5305
|
-
* @public
|
|
5306
|
-
*/
|
|
5307
|
-
MostFrequentValue?: string | undefined;
|
|
5308
|
-
/**
|
|
5309
|
-
* <p>The number of accounts with the same configuration value for the attribute that is
|
|
5310
|
-
* most frequently observed.</p>
|
|
5311
|
-
* @public
|
|
5312
|
-
*/
|
|
5313
|
-
NumberOfMatchedAccounts?: number | undefined;
|
|
5314
|
-
/**
|
|
5315
|
-
* <p>The number of accounts with a configuration value different from the most frequently
|
|
5316
|
-
* observed value for the attribute.</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>
|
|
5317
5821
|
* @public
|
|
5318
5822
|
*/
|
|
5319
|
-
|
|
5823
|
+
MetricDataResults?: MetricDataResult[] | undefined;
|
|
5320
5824
|
/**
|
|
5321
|
-
* <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>
|
|
5322
5828
|
* @public
|
|
5323
5829
|
*/
|
|
5324
|
-
|
|
5830
|
+
NextToken?: string | undefined;
|
|
5325
5831
|
}
|
|
5326
5832
|
/**
|
|
5327
5833
|
* @public
|
|
5328
5834
|
*/
|
|
5329
|
-
export interface
|
|
5330
|
-
/**
|
|
5331
|
-
* <p>The ID of the report.</p>
|
|
5332
|
-
* @public
|
|
5333
|
-
*/
|
|
5334
|
-
ReportId?: string | undefined;
|
|
5335
|
-
/**
|
|
5336
|
-
* <p>The name of the Amazon S3 bucket where the report is located.</p>
|
|
5337
|
-
* @public
|
|
5338
|
-
*/
|
|
5339
|
-
S3Bucket?: string | undefined;
|
|
5835
|
+
export interface GetCapacityManagerMetricDimensionsRequest {
|
|
5340
5836
|
/**
|
|
5341
|
-
* <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>
|
|
5342
5840
|
* @public
|
|
5343
5841
|
*/
|
|
5344
|
-
|
|
5842
|
+
GroupBy: GroupBy[] | undefined;
|
|
5345
5843
|
/**
|
|
5346
|
-
* <p>
|
|
5347
|
-
*
|
|
5348
|
-
*
|
|
5349
|
-
* <li>
|
|
5350
|
-
* <p>For root: <code>r-ab12</code>
|
|
5351
|
-
* </p>
|
|
5352
|
-
* </li>
|
|
5353
|
-
* <li>
|
|
5354
|
-
* <p>For OU: <code>ou-ab12-cdef1234</code>
|
|
5355
|
-
* </p>
|
|
5356
|
-
* </li>
|
|
5357
|
-
* <li>
|
|
5358
|
-
* <p>For account: <code>123456789012</code>
|
|
5359
|
-
* </p>
|
|
5360
|
-
* </li>
|
|
5361
|
-
* </ul>
|
|
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>
|
|
5362
5847
|
* @public
|
|
5363
5848
|
*/
|
|
5364
|
-
|
|
5849
|
+
FilterBy?: CapacityManagerCondition[] | undefined;
|
|
5365
5850
|
/**
|
|
5366
|
-
* <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>
|
|
5367
5854
|
* @public
|
|
5368
5855
|
*/
|
|
5369
|
-
StartTime
|
|
5856
|
+
StartTime: Date | undefined;
|
|
5370
5857
|
/**
|
|
5371
|
-
* <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>
|
|
5372
5861
|
* @public
|
|
5373
5862
|
*/
|
|
5374
|
-
EndTime
|
|
5863
|
+
EndTime: Date | undefined;
|
|
5375
5864
|
/**
|
|
5376
|
-
* <p>
|
|
5377
|
-
*
|
|
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>
|
|
5378
5869
|
* @public
|
|
5379
5870
|
*/
|
|
5380
|
-
|
|
5871
|
+
MetricNames: Metric[] | undefined;
|
|
5381
5872
|
/**
|
|
5382
|
-
* <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>
|
|
5383
5876
|
* @public
|
|
5384
5877
|
*/
|
|
5385
|
-
|
|
5878
|
+
MaxResults?: number | undefined;
|
|
5386
5879
|
/**
|
|
5387
|
-
* <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>
|
|
5388
5883
|
* @public
|
|
5389
5884
|
*/
|
|
5390
|
-
|
|
5391
|
-
}
|
|
5392
|
-
/**
|
|
5393
|
-
* @public
|
|
5394
|
-
* @enum
|
|
5395
|
-
*/
|
|
5396
|
-
export declare const UnlimitedSupportedInstanceFamily: {
|
|
5397
|
-
readonly t2: "t2";
|
|
5398
|
-
readonly t3: "t3";
|
|
5399
|
-
readonly t3a: "t3a";
|
|
5400
|
-
readonly t4g: "t4g";
|
|
5401
|
-
};
|
|
5402
|
-
/**
|
|
5403
|
-
* @public
|
|
5404
|
-
*/
|
|
5405
|
-
export type UnlimitedSupportedInstanceFamily = (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
5406
|
-
/**
|
|
5407
|
-
* @public
|
|
5408
|
-
*/
|
|
5409
|
-
export interface GetDefaultCreditSpecificationRequest {
|
|
5885
|
+
NextToken?: string | undefined;
|
|
5410
5886
|
/**
|
|
5411
|
-
* <p>
|
|
5412
|
-
*
|
|
5413
|
-
*
|
|
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>
|
|
5414
5891
|
* @public
|
|
5415
5892
|
*/
|
|
5416
5893
|
DryRun?: boolean | undefined;
|
|
5417
|
-
/**
|
|
5418
|
-
* <p>The instance family.</p>
|
|
5419
|
-
* @public
|
|
5420
|
-
*/
|
|
5421
|
-
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
5422
5894
|
}
|
|
5423
5895
|
/**
|
|
5424
|
-
* <p>Describes the default credit option for CPU usage of a burstable performance instance
|
|
5425
|
-
* family.</p>
|
|
5426
5896
|
* @public
|
|
5427
5897
|
*/
|
|
5428
|
-
export interface
|
|
5898
|
+
export interface GetCapacityManagerMetricDimensionsResult {
|
|
5429
5899
|
/**
|
|
5430
|
-
* <p>
|
|
5900
|
+
* <p>
|
|
5901
|
+
* The available dimension combinations that have data within the specified time range and filters.
|
|
5902
|
+
* </p>
|
|
5431
5903
|
* @public
|
|
5432
5904
|
*/
|
|
5433
|
-
|
|
5905
|
+
MetricDimensionResults?: CapacityManagerDimension[] | undefined;
|
|
5434
5906
|
/**
|
|
5435
|
-
* <p>
|
|
5436
|
-
*
|
|
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>
|
|
5437
5910
|
* @public
|
|
5438
5911
|
*/
|
|
5439
|
-
|
|
5912
|
+
NextToken?: string | undefined;
|
|
5440
5913
|
}
|
|
5441
5914
|
/**
|
|
5442
5915
|
* @public
|
|
5443
5916
|
*/
|
|
5444
|
-
export interface
|
|
5917
|
+
export interface GetCapacityReservationUsageRequest {
|
|
5445
5918
|
/**
|
|
5446
|
-
* <p>The
|
|
5919
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
5447
5920
|
* @public
|
|
5448
5921
|
*/
|
|
5449
|
-
|
|
5450
|
-
}
|
|
5451
|
-
/**
|
|
5452
|
-
* @public
|
|
5453
|
-
*/
|
|
5454
|
-
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
5922
|
+
CapacityReservationId: string | undefined;
|
|
5455
5923
|
/**
|
|
5456
|
-
* <p>
|
|
5457
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5458
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5924
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
5459
5925
|
* @public
|
|
5460
5926
|
*/
|
|
5461
|
-
|
|
5462
|
-
}
|
|
5463
|
-
/**
|
|
5464
|
-
* @public
|
|
5465
|
-
*/
|
|
5466
|
-
export interface GetEbsDefaultKmsKeyIdResult {
|
|
5927
|
+
NextToken?: string | undefined;
|
|
5467
5928
|
/**
|
|
5468
|
-
* <p>The
|
|
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>
|
|
5469
5931
|
* @public
|
|
5470
5932
|
*/
|
|
5471
|
-
|
|
5472
|
-
}
|
|
5473
|
-
/**
|
|
5474
|
-
* @public
|
|
5475
|
-
*/
|
|
5476
|
-
export interface GetEbsEncryptionByDefaultRequest {
|
|
5933
|
+
MaxResults?: number | undefined;
|
|
5477
5934
|
/**
|
|
5478
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5479
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5480
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</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>
|
|
5481
5936
|
* @public
|
|
5482
5937
|
*/
|
|
5483
5938
|
DryRun?: boolean | undefined;
|
|
5484
5939
|
}
|
|
5485
5940
|
/**
|
|
5941
|
+
* <p>Information about the Capacity Reservation usage.</p>
|
|
5486
5942
|
* @public
|
|
5487
5943
|
*/
|
|
5488
|
-
export interface
|
|
5944
|
+
export interface InstanceUsage {
|
|
5489
5945
|
/**
|
|
5490
|
-
* <p>
|
|
5946
|
+
* <p>The ID of the Amazon Web Services account that is making use of the Capacity
|
|
5947
|
+
* Reservation.</p>
|
|
5491
5948
|
* @public
|
|
5492
5949
|
*/
|
|
5493
|
-
|
|
5950
|
+
AccountId?: string | undefined;
|
|
5494
5951
|
/**
|
|
5495
|
-
* <p>
|
|
5952
|
+
* <p>The number of instances the Amazon Web Services account currently has in the Capacity
|
|
5953
|
+
* Reservation.</p>
|
|
5496
5954
|
* @public
|
|
5497
5955
|
*/
|
|
5498
|
-
|
|
5956
|
+
UsedInstanceCount?: number | undefined;
|
|
5499
5957
|
}
|
|
5500
|
-
/**
|
|
5501
|
-
* @public
|
|
5502
|
-
* @enum
|
|
5503
|
-
*/
|
|
5504
|
-
export declare const PartitionLoadFrequency: {
|
|
5505
|
-
readonly DAILY: "daily";
|
|
5506
|
-
readonly MONTHLY: "monthly";
|
|
5507
|
-
readonly NONE: "none";
|
|
5508
|
-
readonly WEEKLY: "weekly";
|
|
5509
|
-
};
|
|
5510
5958
|
/**
|
|
5511
5959
|
* @public
|
|
5512
5960
|
*/
|
|
5513
|
-
export
|
|
5514
|
-
/**
|
|
5515
|
-
* <p>Describes integration options for Amazon Athena.</p>
|
|
5516
|
-
* @public
|
|
5517
|
-
*/
|
|
5518
|
-
export interface AthenaIntegration {
|
|
5519
|
-
/**
|
|
5520
|
-
* <p>The location in Amazon S3 to store the generated CloudFormation template.</p>
|
|
5521
|
-
* @public
|
|
5522
|
-
*/
|
|
5523
|
-
IntegrationResultS3DestinationArn: string | undefined;
|
|
5524
|
-
/**
|
|
5525
|
-
* <p>The schedule for adding new partitions to the table.</p>
|
|
5526
|
-
* @public
|
|
5527
|
-
*/
|
|
5528
|
-
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
5529
|
-
/**
|
|
5530
|
-
* <p>The start date for the partition.</p>
|
|
5531
|
-
* @public
|
|
5532
|
-
*/
|
|
5533
|
-
PartitionStartDate?: Date | undefined;
|
|
5961
|
+
export interface GetCapacityReservationUsageResult {
|
|
5534
5962
|
/**
|
|
5535
|
-
* <p>The
|
|
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>
|
|
5536
5964
|
* @public
|
|
5537
5965
|
*/
|
|
5538
|
-
|
|
5539
|
-
}
|
|
5540
|
-
/**
|
|
5541
|
-
* <p>Describes service integrations with VPC Flow logs.</p>
|
|
5542
|
-
* @public
|
|
5543
|
-
*/
|
|
5544
|
-
export interface IntegrateServices {
|
|
5966
|
+
NextToken?: string | undefined;
|
|
5545
5967
|
/**
|
|
5546
|
-
* <p>
|
|
5968
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
5547
5969
|
* @public
|
|
5548
5970
|
*/
|
|
5549
|
-
|
|
5550
|
-
}
|
|
5551
|
-
/**
|
|
5552
|
-
* @public
|
|
5553
|
-
*/
|
|
5554
|
-
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
5971
|
+
CapacityReservationId?: string | undefined;
|
|
5555
5972
|
/**
|
|
5556
|
-
* <p>
|
|
5557
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5558
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5973
|
+
* <p>The type of instance for which the Capacity Reservation reserves capacity.</p>
|
|
5559
5974
|
* @public
|
|
5560
5975
|
*/
|
|
5561
|
-
|
|
5976
|
+
InstanceType?: string | undefined;
|
|
5562
5977
|
/**
|
|
5563
|
-
* <p>The
|
|
5978
|
+
* <p>The number of instances for which the Capacity Reservation reserves capacity.</p>
|
|
5564
5979
|
* @public
|
|
5565
5980
|
*/
|
|
5566
|
-
|
|
5981
|
+
TotalInstanceCount?: number | undefined;
|
|
5567
5982
|
/**
|
|
5568
|
-
* <p>
|
|
5983
|
+
* <p>The remaining capacity. Indicates the number of instances that can be launched in the
|
|
5984
|
+
* Capacity Reservation.</p>
|
|
5569
5985
|
* @public
|
|
5570
5986
|
*/
|
|
5571
|
-
|
|
5987
|
+
AvailableInstanceCount?: number | undefined;
|
|
5572
5988
|
/**
|
|
5573
|
-
* <p>
|
|
5574
|
-
*
|
|
5575
|
-
*/
|
|
5576
|
-
IntegrateServices: IntegrateServices | undefined;
|
|
5577
|
-
}
|
|
5578
|
-
/**
|
|
5579
|
-
* @public
|
|
5580
|
-
*/
|
|
5581
|
-
export interface GetFlowLogsIntegrationTemplateResult {
|
|
5582
|
-
/**
|
|
5583
|
-
* <p>The generated CloudFormation template.</p>
|
|
5584
|
-
* @public
|
|
5585
|
-
*/
|
|
5586
|
-
Result?: string | undefined;
|
|
5587
|
-
}
|
|
5588
|
-
/**
|
|
5589
|
-
* @public
|
|
5590
|
-
*/
|
|
5591
|
-
export interface GetGroupsForCapacityReservationRequest {
|
|
5592
|
-
/**
|
|
5593
|
-
* <p>The ID of the Capacity Reservation. If you specify a Capacity Reservation that is
|
|
5594
|
-
* shared with you, the operation returns only Capacity Reservation groups that you
|
|
5595
|
-
* own.</p>
|
|
5596
|
-
* @public
|
|
5597
|
-
*/
|
|
5598
|
-
CapacityReservationId: string | undefined;
|
|
5599
|
-
/**
|
|
5600
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
5601
|
-
* @public
|
|
5602
|
-
*/
|
|
5603
|
-
NextToken?: string | undefined;
|
|
5604
|
-
/**
|
|
5605
|
-
* <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,
|
|
5606
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
5607
|
-
* @public
|
|
5608
|
-
*/
|
|
5609
|
-
MaxResults?: number | undefined;
|
|
5610
|
-
/**
|
|
5611
|
-
* <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>
|
|
5612
|
-
* @public
|
|
5613
|
-
*/
|
|
5614
|
-
DryRun?: boolean | undefined;
|
|
5615
|
-
}
|
|
5616
|
-
/**
|
|
5617
|
-
* <p>Describes a resource group to which a Capacity Reservation has been added.</p>
|
|
5618
|
-
* @public
|
|
5619
|
-
*/
|
|
5620
|
-
export interface CapacityReservationGroup {
|
|
5621
|
-
/**
|
|
5622
|
-
* <p>The ARN of the resource group.</p>
|
|
5623
|
-
* @public
|
|
5624
|
-
*/
|
|
5625
|
-
GroupArn?: string | undefined;
|
|
5626
|
-
/**
|
|
5627
|
-
* <p>The ID of the Amazon Web Services account that owns the resource group.</p>
|
|
5628
|
-
* @public
|
|
5629
|
-
*/
|
|
5630
|
-
OwnerId?: string | undefined;
|
|
5631
|
-
}
|
|
5632
|
-
/**
|
|
5633
|
-
* @public
|
|
5634
|
-
*/
|
|
5635
|
-
export interface GetGroupsForCapacityReservationResult {
|
|
5636
|
-
/**
|
|
5637
|
-
* <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>
|
|
5638
|
-
* @public
|
|
5639
|
-
*/
|
|
5640
|
-
NextToken?: string | undefined;
|
|
5641
|
-
/**
|
|
5642
|
-
* <p>Information about the resource groups to which the Capacity Reservation has been
|
|
5643
|
-
* added.</p>
|
|
5644
|
-
* @public
|
|
5645
|
-
*/
|
|
5646
|
-
CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
|
|
5647
|
-
}
|
|
5648
|
-
/**
|
|
5649
|
-
* @public
|
|
5650
|
-
*/
|
|
5651
|
-
export interface GetHostReservationPurchasePreviewRequest {
|
|
5652
|
-
/**
|
|
5653
|
-
* <p>The IDs of the Dedicated Hosts with which the reservation is associated.</p>
|
|
5654
|
-
* @public
|
|
5655
|
-
*/
|
|
5656
|
-
HostIdSet: string[] | undefined;
|
|
5657
|
-
/**
|
|
5658
|
-
* <p>The offering ID of the reservation.</p>
|
|
5659
|
-
* @public
|
|
5660
|
-
*/
|
|
5661
|
-
OfferingId: string | undefined;
|
|
5662
|
-
}
|
|
5663
|
-
/**
|
|
5664
|
-
* <p>Describes the result of the purchase.</p>
|
|
5665
|
-
* @public
|
|
5666
|
-
*/
|
|
5667
|
-
export interface Purchase {
|
|
5668
|
-
/**
|
|
5669
|
-
* <p>The currency in which the <code>UpfrontPrice</code> and <code>HourlyPrice</code>
|
|
5670
|
-
* amounts are specified. At this time, the only supported currency is
|
|
5671
|
-
* <code>USD</code>.</p>
|
|
5672
|
-
* @public
|
|
5673
|
-
*/
|
|
5674
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
5675
|
-
/**
|
|
5676
|
-
* <p>The duration of the reservation's term in seconds.</p>
|
|
5677
|
-
* @public
|
|
5678
|
-
*/
|
|
5679
|
-
Duration?: number | undefined;
|
|
5680
|
-
/**
|
|
5681
|
-
* <p>The IDs of the Dedicated Hosts associated with the reservation.</p>
|
|
5682
|
-
* @public
|
|
5683
|
-
*/
|
|
5684
|
-
HostIdSet?: string[] | undefined;
|
|
5685
|
-
/**
|
|
5686
|
-
* <p>The ID of the reservation.</p>
|
|
5687
|
-
* @public
|
|
5688
|
-
*/
|
|
5689
|
-
HostReservationId?: string | undefined;
|
|
5690
|
-
/**
|
|
5691
|
-
* <p>The hourly price of the reservation per hour.</p>
|
|
5692
|
-
* @public
|
|
5693
|
-
*/
|
|
5694
|
-
HourlyPrice?: string | undefined;
|
|
5695
|
-
/**
|
|
5696
|
-
* <p>The instance family on the Dedicated Host that the reservation can be associated
|
|
5697
|
-
* with.</p>
|
|
5698
|
-
* @public
|
|
5699
|
-
*/
|
|
5700
|
-
InstanceFamily?: string | undefined;
|
|
5701
|
-
/**
|
|
5702
|
-
* <p>The payment option for the reservation.</p>
|
|
5703
|
-
* @public
|
|
5704
|
-
*/
|
|
5705
|
-
PaymentOption?: PaymentOption | undefined;
|
|
5706
|
-
/**
|
|
5707
|
-
* <p>The upfront price of the reservation.</p>
|
|
5708
|
-
* @public
|
|
5709
|
-
*/
|
|
5710
|
-
UpfrontPrice?: string | undefined;
|
|
5711
|
-
}
|
|
5712
|
-
/**
|
|
5713
|
-
* @public
|
|
5714
|
-
*/
|
|
5715
|
-
export interface GetHostReservationPurchasePreviewResult {
|
|
5716
|
-
/**
|
|
5717
|
-
* <p>The currency in which the <code>totalUpfrontPrice</code> and
|
|
5718
|
-
* <code>totalHourlyPrice</code> amounts are specified. At this time, the only
|
|
5719
|
-
* supported currency is <code>USD</code>.</p>
|
|
5720
|
-
* @public
|
|
5721
|
-
*/
|
|
5722
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
5723
|
-
/**
|
|
5724
|
-
* <p>The purchase information of the Dedicated Host reservation and the Dedicated Hosts
|
|
5725
|
-
* associated with it.</p>
|
|
5726
|
-
* @public
|
|
5727
|
-
*/
|
|
5728
|
-
Purchase?: Purchase[] | undefined;
|
|
5729
|
-
/**
|
|
5730
|
-
* <p>The potential total hourly price of the reservation per hour.</p>
|
|
5731
|
-
* @public
|
|
5732
|
-
*/
|
|
5733
|
-
TotalHourlyPrice?: string | undefined;
|
|
5734
|
-
/**
|
|
5735
|
-
* <p>The potential total upfront price. This is billed immediately.</p>
|
|
5736
|
-
* @public
|
|
5737
|
-
*/
|
|
5738
|
-
TotalUpfrontPrice?: string | undefined;
|
|
5739
|
-
}
|
|
5740
|
-
/**
|
|
5741
|
-
* @public
|
|
5742
|
-
*/
|
|
5743
|
-
export interface GetImageBlockPublicAccessStateRequest {
|
|
5744
|
-
/**
|
|
5745
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5746
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
5747
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5748
|
-
* @public
|
|
5749
|
-
*/
|
|
5750
|
-
DryRun?: boolean | undefined;
|
|
5751
|
-
}
|
|
5752
|
-
/**
|
|
5753
|
-
* @public
|
|
5754
|
-
*/
|
|
5755
|
-
export interface GetImageBlockPublicAccessStateResult {
|
|
5756
|
-
/**
|
|
5757
|
-
* <p>The current state of block public access for AMIs at the account level in the specified
|
|
5758
|
-
* Amazon Web Services Region.</p>
|
|
5759
|
-
* <p>Possible values:</p>
|
|
5989
|
+
* <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of
|
|
5990
|
+
* the following states:</p>
|
|
5760
5991
|
* <ul>
|
|
5761
5992
|
* <li>
|
|
5762
5993
|
* <p>
|
|
5763
|
-
* <code>
|
|
5764
|
-
* specified Region is blocked.</p>
|
|
5994
|
+
* <code>active</code> - The capacity is available for use.</p>
|
|
5765
5995
|
* </li>
|
|
5766
5996
|
* <li>
|
|
5767
5997
|
* <p>
|
|
5768
|
-
* <code>
|
|
5769
|
-
*
|
|
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>
|
|
5770
6000
|
* </li>
|
|
5771
|
-
* </ul>
|
|
5772
|
-
* @public
|
|
5773
|
-
*/
|
|
5774
|
-
ImageBlockPublicAccessState?: string | undefined;
|
|
5775
|
-
/**
|
|
5776
|
-
* <p>The entity that manages the state for block public access for AMIs. Possible values
|
|
5777
|
-
* include:</p>
|
|
5778
|
-
* <ul>
|
|
5779
6001
|
* <li>
|
|
5780
6002
|
* <p>
|
|
5781
|
-
* <code>
|
|
6003
|
+
* <code>cancelled</code> - The Capacity Reservation was canceled. The reserved capacity is no
|
|
6004
|
+
* longer available for your use.</p>
|
|
5782
6005
|
* </li>
|
|
5783
6006
|
* <li>
|
|
5784
6007
|
* <p>
|
|
5785
|
-
* <code>
|
|
5786
|
-
*
|
|
6008
|
+
* <code>pending</code> - The Capacity Reservation request was successful but the capacity
|
|
6009
|
+
* provisioning is still pending.</p>
|
|
5787
6010
|
* </li>
|
|
5788
|
-
* </ul>
|
|
5789
|
-
* @public
|
|
5790
|
-
*/
|
|
5791
|
-
ManagedBy?: ManagedBy | undefined;
|
|
5792
|
-
}
|
|
5793
|
-
/**
|
|
5794
|
-
* @public
|
|
5795
|
-
*/
|
|
5796
|
-
export interface GetInstanceMetadataDefaultsRequest {
|
|
5797
|
-
/**
|
|
5798
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
5799
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
5800
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5801
|
-
* @public
|
|
5802
|
-
*/
|
|
5803
|
-
DryRun?: boolean | undefined;
|
|
5804
|
-
}
|
|
5805
|
-
/**
|
|
5806
|
-
* <p>The default instance metadata service (IMDS) settings that were set at the account
|
|
5807
|
-
* level in the specified Amazon Web Services
|
|
5808
|
-
Region.</p>
|
|
5809
|
-
* @public
|
|
5810
|
-
*/
|
|
5811
|
-
export interface InstanceMetadataDefaultsResponse {
|
|
5812
|
-
/**
|
|
5813
|
-
* <p>Indicates whether IMDSv2 is required.</p>
|
|
5814
|
-
* <ul>
|
|
5815
6011
|
* <li>
|
|
5816
6012
|
* <p>
|
|
5817
|
-
* <code>
|
|
5818
|
-
*
|
|
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>
|
|
5819
6016
|
* </li>
|
|
5820
6017
|
* <li>
|
|
5821
6018
|
* <p>
|
|
5822
|
-
* <code>
|
|
5823
|
-
*
|
|
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>
|
|
5824
6022
|
* </li>
|
|
5825
|
-
* </ul>
|
|
5826
|
-
* @public
|
|
5827
|
-
*/
|
|
5828
|
-
HttpTokens?: HttpTokensState | undefined;
|
|
5829
|
-
/**
|
|
5830
|
-
* <p>The maximum number of hops that the metadata token can travel.</p>
|
|
5831
|
-
* @public
|
|
5832
|
-
*/
|
|
5833
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
5834
|
-
/**
|
|
5835
|
-
* <p>Indicates whether the IMDS endpoint for an instance is enabled or disabled. When disabled, the instance
|
|
5836
|
-
* metadata can't be accessed.</p>
|
|
5837
|
-
* @public
|
|
5838
|
-
*/
|
|
5839
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
5840
|
-
/**
|
|
5841
|
-
* <p>Indicates whether access to instance tags from the instance metadata is enabled or
|
|
5842
|
-
* 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
|
|
5843
|
-
* instance tags using the instance metadata</a> in the
|
|
5844
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
5845
|
-
* @public
|
|
5846
|
-
*/
|
|
5847
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
5848
|
-
/**
|
|
5849
|
-
* <p>The entity that manages the IMDS default settings. Possible values include:</p>
|
|
5850
|
-
* <ul>
|
|
5851
6023
|
* <li>
|
|
5852
6024
|
* <p>
|
|
5853
|
-
* <code>
|
|
5854
|
-
*
|
|
6025
|
+
* <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
|
|
6026
|
+
* payment has not been processed yet.</p>
|
|
5855
6027
|
* </li>
|
|
5856
6028
|
* <li>
|
|
5857
6029
|
* <p>
|
|
5858
|
-
* <code>
|
|
5859
|
-
*
|
|
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>
|
|
5860
6049
|
* </li>
|
|
5861
6050
|
* </ul>
|
|
5862
6051
|
* @public
|
|
5863
6052
|
*/
|
|
5864
|
-
|
|
5865
|
-
/**
|
|
5866
|
-
* <p>The customized exception message that is specified in the declarative policy.</p>
|
|
5867
|
-
* @public
|
|
5868
|
-
*/
|
|
5869
|
-
ManagedExceptionMessage?: string | undefined;
|
|
5870
|
-
}
|
|
5871
|
-
/**
|
|
5872
|
-
* @public
|
|
5873
|
-
*/
|
|
5874
|
-
export interface GetInstanceMetadataDefaultsResult {
|
|
5875
|
-
/**
|
|
5876
|
-
* <p>The account-level default IMDS settings.</p>
|
|
5877
|
-
* @public
|
|
5878
|
-
*/
|
|
5879
|
-
AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
|
|
5880
|
-
}
|
|
5881
|
-
/**
|
|
5882
|
-
* @public
|
|
5883
|
-
* @enum
|
|
5884
|
-
*/
|
|
5885
|
-
export declare const EkPubKeyFormat: {
|
|
5886
|
-
readonly der: "der";
|
|
5887
|
-
readonly tpmt: "tpmt";
|
|
5888
|
-
};
|
|
5889
|
-
/**
|
|
5890
|
-
* @public
|
|
5891
|
-
*/
|
|
5892
|
-
export type EkPubKeyFormat = (typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
|
|
5893
|
-
/**
|
|
5894
|
-
* @public
|
|
5895
|
-
* @enum
|
|
5896
|
-
*/
|
|
5897
|
-
export declare const EkPubKeyType: {
|
|
5898
|
-
readonly ECC_SEC_P384: "ecc-sec-p384";
|
|
5899
|
-
readonly RSA_2048: "rsa-2048";
|
|
5900
|
-
};
|
|
5901
|
-
/**
|
|
5902
|
-
* @public
|
|
5903
|
-
*/
|
|
5904
|
-
export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
|
|
5905
|
-
/**
|
|
5906
|
-
* @public
|
|
5907
|
-
*/
|
|
5908
|
-
export interface GetInstanceTpmEkPubRequest {
|
|
5909
|
-
/**
|
|
5910
|
-
* <p>The ID of the instance for which to get the public endorsement key.</p>
|
|
5911
|
-
* @public
|
|
5912
|
-
*/
|
|
5913
|
-
InstanceId: string | undefined;
|
|
5914
|
-
/**
|
|
5915
|
-
* <p>The required public endorsement key type.</p>
|
|
5916
|
-
* @public
|
|
5917
|
-
*/
|
|
5918
|
-
KeyType: EkPubKeyType | undefined;
|
|
5919
|
-
/**
|
|
5920
|
-
* <p>The required public endorsement key format. Specify <code>der</code> for a DER-encoded public
|
|
5921
|
-
* key that is compatible with OpenSSL. Specify <code>tpmt</code> for a TPM 2.0 format that is
|
|
5922
|
-
* compatible with tpm2-tools. The returned key is base64 encoded.</p>
|
|
5923
|
-
* @public
|
|
5924
|
-
*/
|
|
5925
|
-
KeyFormat: EkPubKeyFormat | undefined;
|
|
6053
|
+
State?: CapacityReservationState | undefined;
|
|
5926
6054
|
/**
|
|
5927
|
-
* <p>
|
|
5928
|
-
* request. If the request will succeed, the response is <code>DryRunOperation</code>. Otherwise,
|
|
5929
|
-
* the response is <code>UnauthorizedOperation</code>.</p>
|
|
6055
|
+
* <p>Information about the Capacity Reservation usage.</p>
|
|
5930
6056
|
* @public
|
|
5931
6057
|
*/
|
|
5932
|
-
|
|
6058
|
+
InstanceUsages?: InstanceUsage[] | undefined;
|
|
5933
6059
|
}
|
|
5934
6060
|
/**
|
|
5935
6061
|
* @public
|
|
5936
6062
|
*/
|
|
5937
|
-
export interface
|
|
5938
|
-
/**
|
|
5939
|
-
* <p>The ID of the instance.</p>
|
|
5940
|
-
* @public
|
|
5941
|
-
*/
|
|
5942
|
-
InstanceId?: string | undefined;
|
|
5943
|
-
/**
|
|
5944
|
-
* <p>The public endorsement key type.</p>
|
|
5945
|
-
* @public
|
|
5946
|
-
*/
|
|
5947
|
-
KeyType?: EkPubKeyType | undefined;
|
|
6063
|
+
export interface GetCoipPoolUsageRequest {
|
|
5948
6064
|
/**
|
|
5949
|
-
* <p>The
|
|
6065
|
+
* <p>The ID of the address pool.</p>
|
|
5950
6066
|
* @public
|
|
5951
6067
|
*/
|
|
5952
|
-
|
|
6068
|
+
PoolId: string | undefined;
|
|
5953
6069
|
/**
|
|
5954
|
-
* <p>
|
|
6070
|
+
* <p>One or more filters.</p>
|
|
6071
|
+
* <ul>
|
|
6072
|
+
* <li>
|
|
6073
|
+
* <p>
|
|
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>
|
|
6079
|
+
* </li>
|
|
6080
|
+
* <li>
|
|
6081
|
+
* <p>
|
|
6082
|
+
* <code>coip-address-usage.aws-service</code> - The Amazon Web Services service that is using the customer-owned IP address.</p>
|
|
6083
|
+
* </li>
|
|
6084
|
+
* <li>
|
|
6085
|
+
* <p>
|
|
6086
|
+
* <code>coip-address-usage.co-ip</code> - The customer-owned IP address.</p>
|
|
6087
|
+
* </li>
|
|
6088
|
+
* </ul>
|
|
5955
6089
|
* @public
|
|
5956
6090
|
*/
|
|
5957
|
-
|
|
5958
|
-
}
|
|
5959
|
-
/**
|
|
5960
|
-
* @public
|
|
5961
|
-
*/
|
|
5962
|
-
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
6091
|
+
Filters?: Filter[] | undefined;
|
|
5963
6092
|
/**
|
|
5964
|
-
* <p>
|
|
5965
|
-
*
|
|
5966
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
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>
|
|
5967
6095
|
* @public
|
|
5968
6096
|
*/
|
|
5969
|
-
|
|
6097
|
+
MaxResults?: number | undefined;
|
|
5970
6098
|
/**
|
|
5971
|
-
* <p>The
|
|
6099
|
+
* <p>The token for the next page of results.</p>
|
|
5972
6100
|
* @public
|
|
5973
6101
|
*/
|
|
5974
|
-
|
|
6102
|
+
NextToken?: string | undefined;
|
|
5975
6103
|
/**
|
|
5976
|
-
* <p>
|
|
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>
|
|
5977
6107
|
* @public
|
|
5978
6108
|
*/
|
|
5979
|
-
|
|
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 {
|
|
5980
6116
|
/**
|
|
5981
|
-
* <p>The
|
|
6117
|
+
* <p>The allocation ID of the address.</p>
|
|
5982
6118
|
* @public
|
|
5983
6119
|
*/
|
|
5984
|
-
|
|
6120
|
+
AllocationId?: string | undefined;
|
|
5985
6121
|
/**
|
|
5986
|
-
* <p>The
|
|
5987
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
5988
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
6122
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5989
6123
|
* @public
|
|
5990
6124
|
*/
|
|
5991
|
-
|
|
6125
|
+
AwsAccountId?: string | undefined;
|
|
5992
6126
|
/**
|
|
5993
|
-
* <p>The
|
|
6127
|
+
* <p>The Amazon Web Services service.</p>
|
|
5994
6128
|
* @public
|
|
5995
6129
|
*/
|
|
5996
|
-
|
|
6130
|
+
AwsService?: string | undefined;
|
|
5997
6131
|
/**
|
|
5998
|
-
* <p>
|
|
6132
|
+
* <p>The customer-owned IP address.</p>
|
|
5999
6133
|
* @public
|
|
6000
6134
|
*/
|
|
6001
|
-
|
|
6135
|
+
CoIp?: string | undefined;
|
|
6002
6136
|
}
|
|
6003
6137
|
/**
|
|
6004
|
-
* <p>The list of instance types with the specified instance attributes.</p>
|
|
6005
6138
|
* @public
|
|
6006
6139
|
*/
|
|
6007
|
-
export interface
|
|
6140
|
+
export interface GetCoipPoolUsageResult {
|
|
6008
6141
|
/**
|
|
6009
|
-
* <p>The
|
|
6142
|
+
* <p>The ID of the customer-owned address pool.</p>
|
|
6010
6143
|
* @public
|
|
6011
6144
|
*/
|
|
6012
|
-
|
|
6013
|
-
}
|
|
6014
|
-
/**
|
|
6015
|
-
* @public
|
|
6016
|
-
*/
|
|
6017
|
-
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
6145
|
+
CoipPoolId?: string | undefined;
|
|
6018
6146
|
/**
|
|
6019
|
-
* <p>
|
|
6147
|
+
* <p>Information about the address usage.</p>
|
|
6020
6148
|
* @public
|
|
6021
6149
|
*/
|
|
6022
|
-
|
|
6150
|
+
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
6023
6151
|
/**
|
|
6024
|
-
* <p>The
|
|
6025
|
-
*
|
|
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>
|
|
6026
6158
|
* @public
|
|
6027
6159
|
*/
|
|
6028
6160
|
NextToken?: string | undefined;
|
|
@@ -6030,12 +6162,18 @@ export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
|
6030
6162
|
/**
|
|
6031
6163
|
* @public
|
|
6032
6164
|
*/
|
|
6033
|
-
export interface
|
|
6165
|
+
export interface GetConsoleOutputRequest {
|
|
6034
6166
|
/**
|
|
6035
|
-
* <p>The ID of the instance
|
|
6167
|
+
* <p>The ID of the instance.</p>
|
|
6036
6168
|
* @public
|
|
6037
6169
|
*/
|
|
6038
6170
|
InstanceId: string | undefined;
|
|
6171
|
+
/**
|
|
6172
|
+
* <p>When enabled, retrieves the latest console output for the instance.</p>
|
|
6173
|
+
* <p>Default: disabled (<code>false</code>)</p>
|
|
6174
|
+
* @public
|
|
6175
|
+
*/
|
|
6176
|
+
Latest?: boolean | undefined;
|
|
6039
6177
|
/**
|
|
6040
6178
|
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
6041
6179
|
* request, and provides an error response. If you have the required permissions, the error response is
|
|
@@ -6047,862 +6185,875 @@ export interface GetInstanceUefiDataRequest {
|
|
|
6047
6185
|
/**
|
|
6048
6186
|
* @public
|
|
6049
6187
|
*/
|
|
6050
|
-
export interface
|
|
6188
|
+
export interface GetConsoleOutputResult {
|
|
6051
6189
|
/**
|
|
6052
|
-
* <p>The ID of the instance
|
|
6190
|
+
* <p>The ID of the instance.</p>
|
|
6053
6191
|
* @public
|
|
6054
6192
|
*/
|
|
6055
6193
|
InstanceId?: string | undefined;
|
|
6056
6194
|
/**
|
|
6057
|
-
* <p>
|
|
6195
|
+
* <p>The time at which the output was last updated.</p>
|
|
6058
6196
|
* @public
|
|
6059
6197
|
*/
|
|
6060
|
-
|
|
6198
|
+
Timestamp?: Date | undefined;
|
|
6199
|
+
/**
|
|
6200
|
+
* <p>The console output, base64-encoded. If you are using a command line tool, the tool
|
|
6201
|
+
* decodes the output for you.</p>
|
|
6202
|
+
* @public
|
|
6203
|
+
*/
|
|
6204
|
+
Output?: string | undefined;
|
|
6061
6205
|
}
|
|
6062
6206
|
/**
|
|
6063
6207
|
* @public
|
|
6064
6208
|
*/
|
|
6065
|
-
export interface
|
|
6209
|
+
export interface GetConsoleScreenshotRequest {
|
|
6066
6210
|
/**
|
|
6067
|
-
* <p>
|
|
6068
|
-
*
|
|
6069
|
-
*
|
|
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>
|
|
6070
6214
|
* @public
|
|
6071
6215
|
*/
|
|
6072
6216
|
DryRun?: boolean | undefined;
|
|
6073
6217
|
/**
|
|
6074
|
-
* <p>The
|
|
6075
|
-
* 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>
|
|
6076
|
-
* @public
|
|
6077
|
-
*/
|
|
6078
|
-
Cidr: string | undefined;
|
|
6079
|
-
/**
|
|
6080
|
-
* <p>The ID of the IPAM scope that the CIDR is in.</p>
|
|
6081
|
-
* @public
|
|
6082
|
-
*/
|
|
6083
|
-
IpamScopeId: string | undefined;
|
|
6084
|
-
/**
|
|
6085
|
-
* <p>The ID of the VPC you want your history records filtered by.</p>
|
|
6086
|
-
* @public
|
|
6087
|
-
*/
|
|
6088
|
-
VpcId?: string | undefined;
|
|
6089
|
-
/**
|
|
6090
|
-
* <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>
|
|
6218
|
+
* <p>The ID of the instance.</p>
|
|
6091
6219
|
* @public
|
|
6092
6220
|
*/
|
|
6093
|
-
|
|
6221
|
+
InstanceId: string | undefined;
|
|
6094
6222
|
/**
|
|
6095
|
-
* <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>
|
|
6096
6225
|
* @public
|
|
6097
6226
|
*/
|
|
6098
|
-
|
|
6227
|
+
WakeUp?: boolean | undefined;
|
|
6228
|
+
}
|
|
6229
|
+
/**
|
|
6230
|
+
* @public
|
|
6231
|
+
*/
|
|
6232
|
+
export interface GetConsoleScreenshotResult {
|
|
6099
6233
|
/**
|
|
6100
|
-
* <p>The
|
|
6234
|
+
* <p>The data that comprises the image.</p>
|
|
6101
6235
|
* @public
|
|
6102
6236
|
*/
|
|
6103
|
-
|
|
6237
|
+
ImageData?: string | undefined;
|
|
6104
6238
|
/**
|
|
6105
|
-
* <p>The
|
|
6239
|
+
* <p>The ID of the instance.</p>
|
|
6106
6240
|
* @public
|
|
6107
6241
|
*/
|
|
6108
|
-
|
|
6242
|
+
InstanceId?: string | undefined;
|
|
6109
6243
|
}
|
|
6110
|
-
/**
|
|
6111
|
-
* @public
|
|
6112
|
-
* @enum
|
|
6113
|
-
*/
|
|
6114
|
-
export declare const IpamComplianceStatus: {
|
|
6115
|
-
readonly compliant: "compliant";
|
|
6116
|
-
readonly ignored: "ignored";
|
|
6117
|
-
readonly noncompliant: "noncompliant";
|
|
6118
|
-
readonly unmanaged: "unmanaged";
|
|
6119
|
-
};
|
|
6120
|
-
/**
|
|
6121
|
-
* @public
|
|
6122
|
-
*/
|
|
6123
|
-
export type IpamComplianceStatus = (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
|
|
6124
|
-
/**
|
|
6125
|
-
* @public
|
|
6126
|
-
* @enum
|
|
6127
|
-
*/
|
|
6128
|
-
export declare const IpamOverlapStatus: {
|
|
6129
|
-
readonly ignored: "ignored";
|
|
6130
|
-
readonly nonoverlapping: "nonoverlapping";
|
|
6131
|
-
readonly overlapping: "overlapping";
|
|
6132
|
-
};
|
|
6133
|
-
/**
|
|
6134
|
-
* @public
|
|
6135
|
-
*/
|
|
6136
|
-
export type IpamOverlapStatus = (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
|
|
6137
|
-
/**
|
|
6138
|
-
* @public
|
|
6139
|
-
* @enum
|
|
6140
|
-
*/
|
|
6141
|
-
export declare const IpamAddressHistoryResourceType: {
|
|
6142
|
-
readonly eip: "eip";
|
|
6143
|
-
readonly instance: "instance";
|
|
6144
|
-
readonly network_interface: "network-interface";
|
|
6145
|
-
readonly subnet: "subnet";
|
|
6146
|
-
readonly vpc: "vpc";
|
|
6147
|
-
};
|
|
6148
6244
|
/**
|
|
6149
6245
|
* @public
|
|
6150
6246
|
*/
|
|
6151
|
-
export
|
|
6152
|
-
/**
|
|
6153
|
-
* <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>.
|
|
6154
|
-
* </p>
|
|
6155
|
-
* @public
|
|
6156
|
-
*/
|
|
6157
|
-
export interface IpamAddressHistoryRecord {
|
|
6158
|
-
/**
|
|
6159
|
-
* <p>The ID of the resource owner.</p>
|
|
6160
|
-
* @public
|
|
6161
|
-
*/
|
|
6162
|
-
ResourceOwnerId?: string | undefined;
|
|
6247
|
+
export interface GetDeclarativePoliciesReportSummaryRequest {
|
|
6163
6248
|
/**
|
|
6164
|
-
* <p>
|
|
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>
|
|
6165
6252
|
* @public
|
|
6166
6253
|
*/
|
|
6167
|
-
|
|
6254
|
+
DryRun?: boolean | undefined;
|
|
6168
6255
|
/**
|
|
6169
|
-
* <p>The
|
|
6256
|
+
* <p>The ID of the report.</p>
|
|
6170
6257
|
* @public
|
|
6171
6258
|
*/
|
|
6172
|
-
|
|
6259
|
+
ReportId: string | undefined;
|
|
6260
|
+
}
|
|
6261
|
+
/**
|
|
6262
|
+
* <p>A summary report for the attribute for a Region.</p>
|
|
6263
|
+
* @public
|
|
6264
|
+
*/
|
|
6265
|
+
export interface RegionalSummary {
|
|
6173
6266
|
/**
|
|
6174
|
-
* <p>The
|
|
6267
|
+
* <p>The Amazon Web Services Region.</p>
|
|
6175
6268
|
* @public
|
|
6176
6269
|
*/
|
|
6177
|
-
|
|
6270
|
+
RegionName?: string | undefined;
|
|
6178
6271
|
/**
|
|
6179
|
-
* <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>
|
|
6180
6274
|
* @public
|
|
6181
6275
|
*/
|
|
6182
|
-
|
|
6276
|
+
NumberOfMatchedAccounts?: number | undefined;
|
|
6183
6277
|
/**
|
|
6184
|
-
* <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>
|
|
6185
6280
|
* @public
|
|
6186
6281
|
*/
|
|
6187
|
-
|
|
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 {
|
|
6188
6289
|
/**
|
|
6189
|
-
* <p>The
|
|
6290
|
+
* <p>The name of the attribute.</p>
|
|
6190
6291
|
* @public
|
|
6191
6292
|
*/
|
|
6192
|
-
|
|
6293
|
+
AttributeName?: string | undefined;
|
|
6193
6294
|
/**
|
|
6194
|
-
* <p>The
|
|
6295
|
+
* <p>The configuration value that is most frequently observed for the attribute.</p>
|
|
6195
6296
|
* @public
|
|
6196
6297
|
*/
|
|
6197
|
-
|
|
6298
|
+
MostFrequentValue?: string | undefined;
|
|
6198
6299
|
/**
|
|
6199
|
-
* <p>The
|
|
6300
|
+
* <p>The number of accounts with the same configuration value for the attribute that is
|
|
6301
|
+
* most frequently observed.</p>
|
|
6200
6302
|
* @public
|
|
6201
6303
|
*/
|
|
6202
|
-
|
|
6304
|
+
NumberOfMatchedAccounts?: number | undefined;
|
|
6203
6305
|
/**
|
|
6204
|
-
* <p>
|
|
6306
|
+
* <p>The number of accounts with a configuration value different from the most frequently
|
|
6307
|
+
* observed value for the attribute.</p>
|
|
6205
6308
|
* @public
|
|
6206
6309
|
*/
|
|
6207
|
-
|
|
6310
|
+
NumberOfUnmatchedAccounts?: number | undefined;
|
|
6208
6311
|
/**
|
|
6209
|
-
* <p>
|
|
6312
|
+
* <p>The summary report for each Region for the attribute.</p>
|
|
6210
6313
|
* @public
|
|
6211
6314
|
*/
|
|
6212
|
-
|
|
6315
|
+
RegionalSummaries?: RegionalSummary[] | undefined;
|
|
6213
6316
|
}
|
|
6214
6317
|
/**
|
|
6215
6318
|
* @public
|
|
6216
6319
|
*/
|
|
6217
|
-
export interface
|
|
6320
|
+
export interface GetDeclarativePoliciesReportSummaryResult {
|
|
6218
6321
|
/**
|
|
6219
|
-
* <p>
|
|
6322
|
+
* <p>The ID of the report.</p>
|
|
6220
6323
|
* @public
|
|
6221
6324
|
*/
|
|
6222
|
-
|
|
6325
|
+
ReportId?: string | undefined;
|
|
6223
6326
|
/**
|
|
6224
|
-
* <p>The
|
|
6327
|
+
* <p>The name of the Amazon S3 bucket where the report is located.</p>
|
|
6225
6328
|
* @public
|
|
6226
6329
|
*/
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6330
|
+
S3Bucket?: string | undefined;
|
|
6331
|
+
/**
|
|
6332
|
+
* <p>The prefix for your S3 object.</p>
|
|
6333
|
+
* @public
|
|
6334
|
+
*/
|
|
6335
|
+
S3Prefix?: string | undefined;
|
|
6233
6336
|
/**
|
|
6234
|
-
* <p>
|
|
6235
|
-
*
|
|
6236
|
-
*
|
|
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>
|
|
6237
6353
|
* @public
|
|
6238
6354
|
*/
|
|
6239
|
-
|
|
6355
|
+
TargetId?: string | undefined;
|
|
6240
6356
|
/**
|
|
6241
|
-
* <p>
|
|
6357
|
+
* <p>The time when the report generation started.</p>
|
|
6242
6358
|
* @public
|
|
6243
6359
|
*/
|
|
6244
|
-
|
|
6360
|
+
StartTime?: Date | undefined;
|
|
6245
6361
|
/**
|
|
6246
|
-
* <p>The
|
|
6362
|
+
* <p>The time when the report generation ended.</p>
|
|
6247
6363
|
* @public
|
|
6248
6364
|
*/
|
|
6249
|
-
|
|
6365
|
+
EndTime?: Date | undefined;
|
|
6250
6366
|
/**
|
|
6251
|
-
* <p>
|
|
6367
|
+
* <p>The total number of accounts associated with the specified
|
|
6368
|
+
* <code>targetId</code>.</p>
|
|
6252
6369
|
* @public
|
|
6253
6370
|
*/
|
|
6254
|
-
|
|
6371
|
+
NumberOfAccounts?: number | undefined;
|
|
6255
6372
|
/**
|
|
6256
|
-
* <p>
|
|
6373
|
+
* <p>The number of accounts where attributes could not be retrieved in any Region.</p>
|
|
6257
6374
|
* @public
|
|
6258
6375
|
*/
|
|
6259
|
-
|
|
6376
|
+
NumberOfFailedAccounts?: number | undefined;
|
|
6260
6377
|
/**
|
|
6261
|
-
* <p>The
|
|
6378
|
+
* <p>The attributes described in the report.</p>
|
|
6262
6379
|
* @public
|
|
6263
6380
|
*/
|
|
6264
|
-
|
|
6381
|
+
AttributeSummaries?: AttributeSummary[] | undefined;
|
|
6265
6382
|
}
|
|
6266
6383
|
/**
|
|
6267
6384
|
* @public
|
|
6268
6385
|
* @enum
|
|
6269
6386
|
*/
|
|
6270
|
-
export declare const
|
|
6271
|
-
readonly
|
|
6272
|
-
readonly
|
|
6273
|
-
readonly
|
|
6387
|
+
export declare const UnlimitedSupportedInstanceFamily: {
|
|
6388
|
+
readonly t2: "t2";
|
|
6389
|
+
readonly t3: "t3";
|
|
6390
|
+
readonly t3a: "t3a";
|
|
6391
|
+
readonly t4g: "t4g";
|
|
6274
6392
|
};
|
|
6275
6393
|
/**
|
|
6276
6394
|
* @public
|
|
6277
6395
|
*/
|
|
6278
|
-
export type
|
|
6396
|
+
export type UnlimitedSupportedInstanceFamily = (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
6279
6397
|
/**
|
|
6280
|
-
* <p>The discovery failure reason.</p>
|
|
6281
6398
|
* @public
|
|
6282
6399
|
*/
|
|
6283
|
-
export interface
|
|
6400
|
+
export interface GetDefaultCreditSpecificationRequest {
|
|
6284
6401
|
/**
|
|
6285
|
-
* <p>
|
|
6286
|
-
*
|
|
6287
|
-
*
|
|
6288
|
-
* <p>
|
|
6289
|
-
* <code>assume-role-failure</code> - IPAM could not assume the Amazon Web Services IAM service-linked role. This could be because of any of the following:</p>
|
|
6290
|
-
* <ul>
|
|
6291
|
-
* <li>
|
|
6292
|
-
* <p>SLR has not been created yet and IPAM is still creating it.</p>
|
|
6293
|
-
* </li>
|
|
6294
|
-
* <li>
|
|
6295
|
-
* <p>You have opted-out of the IPAM home Region.</p>
|
|
6296
|
-
* </li>
|
|
6297
|
-
* <li>
|
|
6298
|
-
* <p>Account you are using as your IPAM account has been suspended.</p>
|
|
6299
|
-
* </li>
|
|
6300
|
-
* </ul>
|
|
6301
|
-
* </li>
|
|
6302
|
-
* <li>
|
|
6303
|
-
* <p>
|
|
6304
|
-
* <code>throttling-failure</code> - IPAM account is already using the allotted transactions per second and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR.</p>
|
|
6305
|
-
* </li>
|
|
6306
|
-
* <li>
|
|
6307
|
-
* <p>
|
|
6308
|
-
* <code>unauthorized-failure</code> - Amazon Web Services account making the request is not authorized. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">AuthFailure</a> in the <i>Amazon Elastic Compute Cloud API Reference</i>.</p>
|
|
6309
|
-
* </li>
|
|
6310
|
-
* </ul>
|
|
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>
|
|
6311
6405
|
* @public
|
|
6312
6406
|
*/
|
|
6313
|
-
|
|
6407
|
+
DryRun?: boolean | undefined;
|
|
6314
6408
|
/**
|
|
6315
|
-
* <p>The
|
|
6409
|
+
* <p>The instance family.</p>
|
|
6316
6410
|
* @public
|
|
6317
6411
|
*/
|
|
6318
|
-
|
|
6412
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
6319
6413
|
}
|
|
6320
6414
|
/**
|
|
6321
|
-
* <p>
|
|
6415
|
+
* <p>Describes the default credit option for CPU usage of a burstable performance instance
|
|
6416
|
+
* family.</p>
|
|
6322
6417
|
* @public
|
|
6323
6418
|
*/
|
|
6324
|
-
export interface
|
|
6325
|
-
/**
|
|
6326
|
-
* <p>The account ID.</p>
|
|
6327
|
-
* @public
|
|
6328
|
-
*/
|
|
6329
|
-
AccountId?: string | undefined;
|
|
6330
|
-
/**
|
|
6331
|
-
* <p>The Amazon Web Services Region that the account information is returned from.
|
|
6332
|
-
* An account can be discovered in multiple regions and will have a separate discovered account for each Region.</p>
|
|
6333
|
-
* @public
|
|
6334
|
-
*/
|
|
6335
|
-
DiscoveryRegion?: string | undefined;
|
|
6336
|
-
/**
|
|
6337
|
-
* <p>The resource discovery failure reason.</p>
|
|
6338
|
-
* @public
|
|
6339
|
-
*/
|
|
6340
|
-
FailureReason?: IpamDiscoveryFailureReason | undefined;
|
|
6341
|
-
/**
|
|
6342
|
-
* <p>The last attempted resource discovery time.</p>
|
|
6343
|
-
* @public
|
|
6344
|
-
*/
|
|
6345
|
-
LastAttemptedDiscoveryTime?: Date | undefined;
|
|
6419
|
+
export interface InstanceFamilyCreditSpecification {
|
|
6346
6420
|
/**
|
|
6347
|
-
* <p>The
|
|
6421
|
+
* <p>The instance family.</p>
|
|
6348
6422
|
* @public
|
|
6349
6423
|
*/
|
|
6350
|
-
|
|
6424
|
+
InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
|
|
6351
6425
|
/**
|
|
6352
|
-
* <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>
|
|
6353
6428
|
* @public
|
|
6354
6429
|
*/
|
|
6355
|
-
|
|
6430
|
+
CpuCredits?: string | undefined;
|
|
6356
6431
|
}
|
|
6357
6432
|
/**
|
|
6358
6433
|
* @public
|
|
6359
6434
|
*/
|
|
6360
|
-
export interface
|
|
6361
|
-
/**
|
|
6362
|
-
* <p>Discovered accounts.</p>
|
|
6363
|
-
* @public
|
|
6364
|
-
*/
|
|
6365
|
-
IpamDiscoveredAccounts?: IpamDiscoveredAccount[] | undefined;
|
|
6435
|
+
export interface GetDefaultCreditSpecificationResult {
|
|
6366
6436
|
/**
|
|
6367
|
-
* <p>
|
|
6437
|
+
* <p>The default credit option for CPU usage of the instance family.</p>
|
|
6368
6438
|
* @public
|
|
6369
6439
|
*/
|
|
6370
|
-
|
|
6440
|
+
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification | undefined;
|
|
6371
6441
|
}
|
|
6372
6442
|
/**
|
|
6373
6443
|
* @public
|
|
6374
6444
|
*/
|
|
6375
|
-
export interface
|
|
6445
|
+
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
6376
6446
|
/**
|
|
6377
|
-
* <p>
|
|
6447
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6378
6448
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6379
6449
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6380
6450
|
* @public
|
|
6381
6451
|
*/
|
|
6382
6452
|
DryRun?: boolean | undefined;
|
|
6453
|
+
}
|
|
6454
|
+
/**
|
|
6455
|
+
* @public
|
|
6456
|
+
*/
|
|
6457
|
+
export interface GetEbsDefaultKmsKeyIdResult {
|
|
6383
6458
|
/**
|
|
6384
|
-
* <p>
|
|
6385
|
-
* @public
|
|
6386
|
-
*/
|
|
6387
|
-
IpamResourceDiscoveryId: string | undefined;
|
|
6388
|
-
/**
|
|
6389
|
-
* <p>The Amazon Web Services Region for the IP address.</p>
|
|
6459
|
+
* <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
|
|
6390
6460
|
* @public
|
|
6391
6461
|
*/
|
|
6392
|
-
|
|
6462
|
+
KmsKeyId?: string | undefined;
|
|
6463
|
+
}
|
|
6464
|
+
/**
|
|
6465
|
+
* @public
|
|
6466
|
+
*/
|
|
6467
|
+
export interface GetEbsEncryptionByDefaultRequest {
|
|
6393
6468
|
/**
|
|
6394
|
-
* <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>
|
|
6395
6472
|
* @public
|
|
6396
6473
|
*/
|
|
6397
|
-
|
|
6474
|
+
DryRun?: boolean | undefined;
|
|
6475
|
+
}
|
|
6476
|
+
/**
|
|
6477
|
+
* @public
|
|
6478
|
+
*/
|
|
6479
|
+
export interface GetEbsEncryptionByDefaultResult {
|
|
6398
6480
|
/**
|
|
6399
|
-
* <p>
|
|
6481
|
+
* <p>Indicates whether encryption by default is enabled.</p>
|
|
6400
6482
|
* @public
|
|
6401
6483
|
*/
|
|
6402
|
-
|
|
6484
|
+
EbsEncryptionByDefault?: boolean | undefined;
|
|
6403
6485
|
/**
|
|
6404
|
-
* <p>
|
|
6486
|
+
* <p>Reserved for future use.</p>
|
|
6405
6487
|
* @public
|
|
6406
6488
|
*/
|
|
6407
|
-
|
|
6489
|
+
SseType?: SSEType | undefined;
|
|
6408
6490
|
}
|
|
6409
6491
|
/**
|
|
6410
6492
|
* @public
|
|
6411
6493
|
* @enum
|
|
6412
6494
|
*/
|
|
6413
|
-
export declare const
|
|
6414
|
-
readonly
|
|
6415
|
-
readonly
|
|
6416
|
-
readonly
|
|
6417
|
-
readonly
|
|
6418
|
-
readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
|
|
6419
|
-
readonly SERVICE_MANAGED_IP: "service-managed-ip";
|
|
6495
|
+
export declare const PartitionLoadFrequency: {
|
|
6496
|
+
readonly DAILY: "daily";
|
|
6497
|
+
readonly MONTHLY: "monthly";
|
|
6498
|
+
readonly NONE: "none";
|
|
6499
|
+
readonly WEEKLY: "weekly";
|
|
6420
6500
|
};
|
|
6421
6501
|
/**
|
|
6422
6502
|
* @public
|
|
6423
6503
|
*/
|
|
6424
|
-
export type
|
|
6504
|
+
export type PartitionLoadFrequency = (typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
|
|
6425
6505
|
/**
|
|
6506
|
+
* <p>Describes integration options for Amazon Athena.</p>
|
|
6426
6507
|
* @public
|
|
6427
|
-
* @enum
|
|
6428
6508
|
*/
|
|
6429
|
-
export
|
|
6430
|
-
|
|
6431
|
-
|
|
6432
|
-
|
|
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
|
+
}
|
|
6433
6531
|
/**
|
|
6532
|
+
* <p>Describes service integrations with VPC Flow logs.</p>
|
|
6434
6533
|
* @public
|
|
6435
6534
|
*/
|
|
6436
|
-
export
|
|
6535
|
+
export interface IntegrateServices {
|
|
6536
|
+
/**
|
|
6537
|
+
* <p>Information about the integration with Amazon Athena.</p>
|
|
6538
|
+
* @public
|
|
6539
|
+
*/
|
|
6540
|
+
AthenaIntegrations?: AthenaIntegration[] | undefined;
|
|
6541
|
+
}
|
|
6437
6542
|
/**
|
|
6438
|
-
* <p>The security group that the resource with the public IP address is in.</p>
|
|
6439
6543
|
* @public
|
|
6440
6544
|
*/
|
|
6441
|
-
export interface
|
|
6545
|
+
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
6546
|
+
/**
|
|
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>
|
|
6550
|
+
* @public
|
|
6551
|
+
*/
|
|
6552
|
+
DryRun?: boolean | undefined;
|
|
6553
|
+
/**
|
|
6554
|
+
* <p>The ID of the flow log.</p>
|
|
6555
|
+
* @public
|
|
6556
|
+
*/
|
|
6557
|
+
FlowLogId: string | undefined;
|
|
6442
6558
|
/**
|
|
6443
|
-
* <p>
|
|
6559
|
+
* <p>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</p>
|
|
6444
6560
|
* @public
|
|
6445
6561
|
*/
|
|
6446
|
-
|
|
6562
|
+
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
6447
6563
|
/**
|
|
6448
|
-
* <p>
|
|
6564
|
+
* <p>Information about the service integration.</p>
|
|
6449
6565
|
* @public
|
|
6450
6566
|
*/
|
|
6451
|
-
|
|
6567
|
+
IntegrateServices: IntegrateServices | undefined;
|
|
6452
6568
|
}
|
|
6453
|
-
/**
|
|
6454
|
-
* @public
|
|
6455
|
-
* @enum
|
|
6456
|
-
*/
|
|
6457
|
-
export declare const IpamPublicAddressAwsService: {
|
|
6458
|
-
readonly AGA: "global-accelerator";
|
|
6459
|
-
readonly DMS: "database-migration-service";
|
|
6460
|
-
readonly EC2_LB: "load-balancer";
|
|
6461
|
-
readonly ECS: "elastic-container-service";
|
|
6462
|
-
readonly NAT_GATEWAY: "nat-gateway";
|
|
6463
|
-
readonly OTHER: "other";
|
|
6464
|
-
readonly RDS: "relational-database-service";
|
|
6465
|
-
readonly REDSHIFT: "redshift";
|
|
6466
|
-
readonly S2S_VPN: "site-to-site-vpn";
|
|
6467
|
-
};
|
|
6468
6569
|
/**
|
|
6469
6570
|
* @public
|
|
6470
6571
|
*/
|
|
6471
|
-
export
|
|
6572
|
+
export interface GetFlowLogsIntegrationTemplateResult {
|
|
6573
|
+
/**
|
|
6574
|
+
* <p>The generated CloudFormation template.</p>
|
|
6575
|
+
* @public
|
|
6576
|
+
*/
|
|
6577
|
+
Result?: string | undefined;
|
|
6578
|
+
}
|
|
6472
6579
|
/**
|
|
6473
|
-
* <p>A tag for a public IP address discovered by IPAM.</p>
|
|
6474
6580
|
* @public
|
|
6475
6581
|
*/
|
|
6476
|
-
export interface
|
|
6582
|
+
export interface GetGroupsForCapacityReservationRequest {
|
|
6583
|
+
/**
|
|
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>
|
|
6587
|
+
* @public
|
|
6588
|
+
*/
|
|
6589
|
+
CapacityReservationId: string | undefined;
|
|
6477
6590
|
/**
|
|
6478
|
-
* <p>The
|
|
6591
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
6479
6592
|
* @public
|
|
6480
6593
|
*/
|
|
6481
|
-
|
|
6594
|
+
NextToken?: string | undefined;
|
|
6482
6595
|
/**
|
|
6483
|
-
* <p>The
|
|
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>
|
|
6484
6598
|
* @public
|
|
6485
6599
|
*/
|
|
6486
|
-
|
|
6487
|
-
}
|
|
6488
|
-
/**
|
|
6489
|
-
* <p>Tags for a public IP address discovered by IPAM.</p>
|
|
6490
|
-
* @public
|
|
6491
|
-
*/
|
|
6492
|
-
export interface IpamPublicAddressTags {
|
|
6600
|
+
MaxResults?: number | undefined;
|
|
6493
6601
|
/**
|
|
6494
|
-
* <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>
|
|
6495
6603
|
* @public
|
|
6496
6604
|
*/
|
|
6497
|
-
|
|
6605
|
+
DryRun?: boolean | undefined;
|
|
6498
6606
|
}
|
|
6499
6607
|
/**
|
|
6500
|
-
* <p>
|
|
6608
|
+
* <p>Describes a resource group to which a Capacity Reservation has been added.</p>
|
|
6501
6609
|
* @public
|
|
6502
6610
|
*/
|
|
6503
|
-
export interface
|
|
6611
|
+
export interface CapacityReservationGroup {
|
|
6504
6612
|
/**
|
|
6505
|
-
* <p>The resource
|
|
6613
|
+
* <p>The ARN of the resource group.</p>
|
|
6506
6614
|
* @public
|
|
6507
6615
|
*/
|
|
6508
|
-
|
|
6616
|
+
GroupArn?: string | undefined;
|
|
6509
6617
|
/**
|
|
6510
|
-
* <p>The
|
|
6618
|
+
* <p>The ID of the Amazon Web Services account that owns the resource group.</p>
|
|
6511
6619
|
* @public
|
|
6512
6620
|
*/
|
|
6513
|
-
|
|
6621
|
+
OwnerId?: string | undefined;
|
|
6622
|
+
}
|
|
6623
|
+
/**
|
|
6624
|
+
* @public
|
|
6625
|
+
*/
|
|
6626
|
+
export interface GetGroupsForCapacityReservationResult {
|
|
6514
6627
|
/**
|
|
6515
|
-
* <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>
|
|
6516
6629
|
* @public
|
|
6517
6630
|
*/
|
|
6518
|
-
|
|
6631
|
+
NextToken?: string | undefined;
|
|
6519
6632
|
/**
|
|
6520
|
-
* <p>
|
|
6633
|
+
* <p>Information about the resource groups to which the Capacity Reservation has been
|
|
6634
|
+
* added.</p>
|
|
6521
6635
|
* @public
|
|
6522
6636
|
*/
|
|
6523
|
-
|
|
6637
|
+
CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
|
|
6638
|
+
}
|
|
6639
|
+
/**
|
|
6640
|
+
* @public
|
|
6641
|
+
*/
|
|
6642
|
+
export interface GetHostReservationPurchasePreviewRequest {
|
|
6524
6643
|
/**
|
|
6525
|
-
* <p>The
|
|
6644
|
+
* <p>The IDs of the Dedicated Hosts with which the reservation is associated.</p>
|
|
6526
6645
|
* @public
|
|
6527
6646
|
*/
|
|
6528
|
-
|
|
6647
|
+
HostIdSet: string[] | undefined;
|
|
6529
6648
|
/**
|
|
6530
|
-
* <p>The
|
|
6649
|
+
* <p>The offering ID of the reservation.</p>
|
|
6531
6650
|
* @public
|
|
6532
6651
|
*/
|
|
6533
|
-
|
|
6652
|
+
OfferingId: string | undefined;
|
|
6653
|
+
}
|
|
6654
|
+
/**
|
|
6655
|
+
* <p>Describes the result of the purchase.</p>
|
|
6656
|
+
* @public
|
|
6657
|
+
*/
|
|
6658
|
+
export interface Purchase {
|
|
6534
6659
|
/**
|
|
6535
|
-
* <p>The
|
|
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>
|
|
6536
6663
|
* @public
|
|
6537
6664
|
*/
|
|
6538
|
-
|
|
6665
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
6539
6666
|
/**
|
|
6540
|
-
* <p>The
|
|
6667
|
+
* <p>The duration of the reservation's term in seconds.</p>
|
|
6541
6668
|
* @public
|
|
6542
6669
|
*/
|
|
6543
|
-
|
|
6670
|
+
Duration?: number | undefined;
|
|
6544
6671
|
/**
|
|
6545
|
-
* <p>The
|
|
6672
|
+
* <p>The IDs of the Dedicated Hosts associated with the reservation.</p>
|
|
6546
6673
|
* @public
|
|
6547
6674
|
*/
|
|
6548
|
-
|
|
6675
|
+
HostIdSet?: string[] | undefined;
|
|
6549
6676
|
/**
|
|
6550
|
-
* <p>The ID of the
|
|
6677
|
+
* <p>The ID of the reservation.</p>
|
|
6551
6678
|
* @public
|
|
6552
6679
|
*/
|
|
6553
|
-
|
|
6680
|
+
HostReservationId?: string | undefined;
|
|
6554
6681
|
/**
|
|
6555
|
-
* <p>The
|
|
6682
|
+
* <p>The hourly price of the reservation per hour.</p>
|
|
6556
6683
|
* @public
|
|
6557
6684
|
*/
|
|
6558
|
-
|
|
6685
|
+
HourlyPrice?: string | undefined;
|
|
6559
6686
|
/**
|
|
6560
|
-
* <p>The
|
|
6687
|
+
* <p>The instance family on the Dedicated Host that the reservation can be associated
|
|
6688
|
+
* with.</p>
|
|
6561
6689
|
* @public
|
|
6562
6690
|
*/
|
|
6563
|
-
|
|
6691
|
+
InstanceFamily?: string | undefined;
|
|
6564
6692
|
/**
|
|
6565
|
-
* <p>The
|
|
6693
|
+
* <p>The payment option for the reservation.</p>
|
|
6566
6694
|
* @public
|
|
6567
6695
|
*/
|
|
6568
|
-
|
|
6696
|
+
PaymentOption?: PaymentOption | undefined;
|
|
6569
6697
|
/**
|
|
6570
|
-
* <p>The
|
|
6698
|
+
* <p>The upfront price of the reservation.</p>
|
|
6571
6699
|
* @public
|
|
6572
6700
|
*/
|
|
6573
|
-
|
|
6701
|
+
UpfrontPrice?: string | undefined;
|
|
6702
|
+
}
|
|
6703
|
+
/**
|
|
6704
|
+
* @public
|
|
6705
|
+
*/
|
|
6706
|
+
export interface GetHostReservationPurchasePreviewResult {
|
|
6574
6707
|
/**
|
|
6575
|
-
* <p>The
|
|
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>
|
|
6576
6711
|
* @public
|
|
6577
6712
|
*/
|
|
6578
|
-
|
|
6713
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
6579
6714
|
/**
|
|
6580
|
-
* <p>
|
|
6715
|
+
* <p>The purchase information of the Dedicated Host reservation and the Dedicated Hosts
|
|
6716
|
+
* associated with it.</p>
|
|
6581
6717
|
* @public
|
|
6582
6718
|
*/
|
|
6583
|
-
|
|
6719
|
+
Purchase?: Purchase[] | undefined;
|
|
6584
6720
|
/**
|
|
6585
|
-
* <p>The
|
|
6721
|
+
* <p>The potential total hourly price of the reservation per hour.</p>
|
|
6586
6722
|
* @public
|
|
6587
6723
|
*/
|
|
6588
|
-
|
|
6724
|
+
TotalHourlyPrice?: string | undefined;
|
|
6589
6725
|
/**
|
|
6590
|
-
* <p>
|
|
6726
|
+
* <p>The potential total upfront price. This is billed immediately.</p>
|
|
6591
6727
|
* @public
|
|
6592
6728
|
*/
|
|
6593
|
-
|
|
6729
|
+
TotalUpfrontPrice?: string | undefined;
|
|
6730
|
+
}
|
|
6731
|
+
/**
|
|
6732
|
+
* @public
|
|
6733
|
+
*/
|
|
6734
|
+
export interface GetImageBlockPublicAccessStateRequest {
|
|
6594
6735
|
/**
|
|
6595
|
-
* <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>
|
|
6596
6739
|
* @public
|
|
6597
6740
|
*/
|
|
6598
|
-
|
|
6741
|
+
DryRun?: boolean | undefined;
|
|
6599
6742
|
}
|
|
6600
6743
|
/**
|
|
6601
6744
|
* @public
|
|
6602
6745
|
*/
|
|
6603
|
-
export interface
|
|
6746
|
+
export interface GetImageBlockPublicAccessStateResult {
|
|
6604
6747
|
/**
|
|
6605
|
-
* <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>
|
|
6606
6763
|
* @public
|
|
6607
6764
|
*/
|
|
6608
|
-
|
|
6765
|
+
ImageBlockPublicAccessState?: string | undefined;
|
|
6609
6766
|
/**
|
|
6610
|
-
* <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>
|
|
6611
6780
|
* @public
|
|
6612
6781
|
*/
|
|
6613
|
-
|
|
6782
|
+
ManagedBy?: ManagedBy | undefined;
|
|
6783
|
+
}
|
|
6784
|
+
/**
|
|
6785
|
+
* @public
|
|
6786
|
+
*/
|
|
6787
|
+
export interface GetInstanceMetadataDefaultsRequest {
|
|
6614
6788
|
/**
|
|
6615
|
-
* <p>
|
|
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>
|
|
6616
6792
|
* @public
|
|
6617
6793
|
*/
|
|
6618
|
-
|
|
6794
|
+
DryRun?: boolean | undefined;
|
|
6619
6795
|
}
|
|
6620
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>
|
|
6621
6800
|
* @public
|
|
6622
6801
|
*/
|
|
6623
|
-
export interface
|
|
6802
|
+
export interface InstanceMetadataDefaultsResponse {
|
|
6624
6803
|
/**
|
|
6625
|
-
* <p>
|
|
6626
|
-
*
|
|
6627
|
-
*
|
|
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>
|
|
6628
6817
|
* @public
|
|
6629
6818
|
*/
|
|
6630
|
-
|
|
6819
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
6631
6820
|
/**
|
|
6632
|
-
* <p>
|
|
6821
|
+
* <p>The maximum number of hops that the metadata token can travel.</p>
|
|
6633
6822
|
* @public
|
|
6634
6823
|
*/
|
|
6635
|
-
|
|
6824
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
6636
6825
|
/**
|
|
6637
|
-
* <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>
|
|
6638
6828
|
* @public
|
|
6639
6829
|
*/
|
|
6640
|
-
|
|
6830
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
6641
6831
|
/**
|
|
6642
|
-
* <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>
|
|
6643
6836
|
* @public
|
|
6644
6837
|
*/
|
|
6645
|
-
|
|
6838
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
6646
6839
|
/**
|
|
6647
|
-
* <p>
|
|
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>
|
|
6648
6853
|
* @public
|
|
6649
6854
|
*/
|
|
6650
|
-
|
|
6855
|
+
ManagedBy?: ManagedBy | undefined;
|
|
6651
6856
|
/**
|
|
6652
|
-
* <p>The
|
|
6857
|
+
* <p>The customized exception message that is specified in the declarative policy.</p>
|
|
6653
6858
|
* @public
|
|
6654
6859
|
*/
|
|
6655
|
-
|
|
6860
|
+
ManagedExceptionMessage?: string | undefined;
|
|
6656
6861
|
}
|
|
6657
|
-
/**
|
|
6658
|
-
* @public
|
|
6659
|
-
* @enum
|
|
6660
|
-
*/
|
|
6661
|
-
export declare const IpamResourceCidrIpSource: {
|
|
6662
|
-
readonly amazon: "amazon";
|
|
6663
|
-
readonly byoip: "byoip";
|
|
6664
|
-
readonly none: "none";
|
|
6665
|
-
};
|
|
6666
6862
|
/**
|
|
6667
6863
|
* @public
|
|
6668
6864
|
*/
|
|
6669
|
-
export
|
|
6865
|
+
export interface GetInstanceMetadataDefaultsResult {
|
|
6866
|
+
/**
|
|
6867
|
+
* <p>The account-level default IMDS settings.</p>
|
|
6868
|
+
* @public
|
|
6869
|
+
*/
|
|
6870
|
+
AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
|
|
6871
|
+
}
|
|
6670
6872
|
/**
|
|
6671
6873
|
* @public
|
|
6672
6874
|
* @enum
|
|
6673
6875
|
*/
|
|
6674
|
-
export declare const
|
|
6675
|
-
readonly
|
|
6676
|
-
readonly
|
|
6876
|
+
export declare const EkPubKeyFormat: {
|
|
6877
|
+
readonly der: "der";
|
|
6878
|
+
readonly tpmt: "tpmt";
|
|
6677
6879
|
};
|
|
6678
6880
|
/**
|
|
6679
6881
|
* @public
|
|
6680
6882
|
*/
|
|
6681
|
-
export type
|
|
6883
|
+
export type EkPubKeyFormat = (typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
|
|
6682
6884
|
/**
|
|
6683
6885
|
* @public
|
|
6684
6886
|
* @enum
|
|
6685
6887
|
*/
|
|
6686
|
-
export declare const
|
|
6687
|
-
readonly
|
|
6688
|
-
readonly
|
|
6689
|
-
readonly ipv6_pool: "ipv6-pool";
|
|
6690
|
-
readonly public_ipv4_pool: "public-ipv4-pool";
|
|
6691
|
-
readonly subnet: "subnet";
|
|
6692
|
-
readonly vpc: "vpc";
|
|
6888
|
+
export declare const EkPubKeyType: {
|
|
6889
|
+
readonly ECC_SEC_P384: "ecc-sec-p384";
|
|
6890
|
+
readonly RSA_2048: "rsa-2048";
|
|
6693
6891
|
};
|
|
6694
6892
|
/**
|
|
6695
6893
|
* @public
|
|
6696
6894
|
*/
|
|
6697
|
-
export type
|
|
6895
|
+
export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
|
|
6698
6896
|
/**
|
|
6699
|
-
* <p>An IPAM discovered resource CIDR. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses. The discovered resource CIDR is the IP address range in CIDR notation that is associated with the resource.</p>
|
|
6700
6897
|
* @public
|
|
6701
6898
|
*/
|
|
6702
|
-
export interface
|
|
6703
|
-
/**
|
|
6704
|
-
* <p>The resource discovery ID.</p>
|
|
6705
|
-
* @public
|
|
6706
|
-
*/
|
|
6707
|
-
IpamResourceDiscoveryId?: string | undefined;
|
|
6708
|
-
/**
|
|
6709
|
-
* <p>The resource Region.</p>
|
|
6710
|
-
* @public
|
|
6711
|
-
*/
|
|
6712
|
-
ResourceRegion?: string | undefined;
|
|
6713
|
-
/**
|
|
6714
|
-
* <p>The resource ID.</p>
|
|
6715
|
-
* @public
|
|
6716
|
-
*/
|
|
6717
|
-
ResourceId?: string | undefined;
|
|
6718
|
-
/**
|
|
6719
|
-
* <p>The resource owner ID.</p>
|
|
6720
|
-
* @public
|
|
6721
|
-
*/
|
|
6722
|
-
ResourceOwnerId?: string | undefined;
|
|
6723
|
-
/**
|
|
6724
|
-
* <p>The resource CIDR.</p>
|
|
6725
|
-
* @public
|
|
6726
|
-
*/
|
|
6727
|
-
ResourceCidr?: string | undefined;
|
|
6728
|
-
/**
|
|
6729
|
-
* <p>The source that allocated the IP address space. <code>byoip</code> or <code>amazon</code> indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). <code>none</code> indicates private space.</p>
|
|
6730
|
-
* @public
|
|
6731
|
-
*/
|
|
6732
|
-
IpSource?: IpamResourceCidrIpSource | undefined;
|
|
6733
|
-
/**
|
|
6734
|
-
* <p>The resource type.</p>
|
|
6735
|
-
* @public
|
|
6736
|
-
*/
|
|
6737
|
-
ResourceType?: IpamResourceType | undefined;
|
|
6738
|
-
/**
|
|
6739
|
-
* <p>The resource tags.</p>
|
|
6740
|
-
* @public
|
|
6741
|
-
*/
|
|
6742
|
-
ResourceTags?: IpamResourceTag[] | undefined;
|
|
6899
|
+
export interface GetInstanceTpmEkPubRequest {
|
|
6743
6900
|
/**
|
|
6744
|
-
* <p>The
|
|
6745
|
-
* <ul>
|
|
6746
|
-
* <li>
|
|
6747
|
-
* <p>For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
|
|
6748
|
-
* </p>
|
|
6749
|
-
* </li>
|
|
6750
|
-
* <li>
|
|
6751
|
-
* <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.
|
|
6752
|
-
* </p>
|
|
6753
|
-
* </li>
|
|
6754
|
-
* <li>
|
|
6755
|
-
* <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).
|
|
6756
|
-
* </p>
|
|
6757
|
-
* </li>
|
|
6758
|
-
* </ul>
|
|
6901
|
+
* <p>The ID of the instance for which to get the public endorsement key.</p>
|
|
6759
6902
|
* @public
|
|
6760
6903
|
*/
|
|
6761
|
-
|
|
6904
|
+
InstanceId: string | undefined;
|
|
6762
6905
|
/**
|
|
6763
|
-
* <p>The
|
|
6906
|
+
* <p>The required public endorsement key type.</p>
|
|
6764
6907
|
* @public
|
|
6765
6908
|
*/
|
|
6766
|
-
|
|
6909
|
+
KeyType: EkPubKeyType | undefined;
|
|
6767
6910
|
/**
|
|
6768
|
-
* <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>
|
|
6769
6914
|
* @public
|
|
6770
6915
|
*/
|
|
6771
|
-
|
|
6916
|
+
KeyFormat: EkPubKeyFormat | undefined;
|
|
6772
6917
|
/**
|
|
6773
|
-
* <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>
|
|
6774
6921
|
* @public
|
|
6775
6922
|
*/
|
|
6776
|
-
|
|
6923
|
+
DryRun?: boolean | undefined;
|
|
6924
|
+
}
|
|
6925
|
+
/**
|
|
6926
|
+
* @public
|
|
6927
|
+
*/
|
|
6928
|
+
export interface GetInstanceTpmEkPubResult {
|
|
6777
6929
|
/**
|
|
6778
|
-
* <p>The
|
|
6930
|
+
* <p>The ID of the instance.</p>
|
|
6779
6931
|
* @public
|
|
6780
6932
|
*/
|
|
6781
|
-
|
|
6933
|
+
InstanceId?: string | undefined;
|
|
6782
6934
|
/**
|
|
6783
|
-
* <p>The
|
|
6935
|
+
* <p>The public endorsement key type.</p>
|
|
6784
6936
|
* @public
|
|
6785
6937
|
*/
|
|
6786
|
-
|
|
6787
|
-
}
|
|
6788
|
-
/**
|
|
6789
|
-
* @public
|
|
6790
|
-
*/
|
|
6791
|
-
export interface GetIpamDiscoveredResourceCidrsResult {
|
|
6938
|
+
KeyType?: EkPubKeyType | undefined;
|
|
6792
6939
|
/**
|
|
6793
|
-
* <p>
|
|
6940
|
+
* <p>The public endorsement key format.</p>
|
|
6794
6941
|
* @public
|
|
6795
6942
|
*/
|
|
6796
|
-
|
|
6943
|
+
KeyFormat?: EkPubKeyFormat | undefined;
|
|
6797
6944
|
/**
|
|
6798
|
-
* <p>
|
|
6945
|
+
* <p>The public endorsement key material.</p>
|
|
6799
6946
|
* @public
|
|
6800
6947
|
*/
|
|
6801
|
-
|
|
6948
|
+
KeyValue?: string | undefined;
|
|
6802
6949
|
}
|
|
6803
6950
|
/**
|
|
6804
6951
|
* @public
|
|
6805
6952
|
*/
|
|
6806
|
-
export interface
|
|
6953
|
+
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
6807
6954
|
/**
|
|
6808
|
-
* <p>
|
|
6955
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6809
6956
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6810
6957
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6811
6958
|
* @public
|
|
6812
6959
|
*/
|
|
6813
6960
|
DryRun?: boolean | undefined;
|
|
6814
6961
|
/**
|
|
6815
|
-
* <p>The
|
|
6962
|
+
* <p>The processor architecture type.</p>
|
|
6816
6963
|
* @public
|
|
6817
6964
|
*/
|
|
6818
|
-
|
|
6965
|
+
ArchitectureTypes: ArchitectureType[] | undefined;
|
|
6819
6966
|
/**
|
|
6820
|
-
* <p>The
|
|
6967
|
+
* <p>The virtualization type.</p>
|
|
6821
6968
|
* @public
|
|
6822
6969
|
*/
|
|
6823
|
-
|
|
6970
|
+
VirtualizationTypes: VirtualizationType[] | undefined;
|
|
6824
6971
|
/**
|
|
6825
|
-
* <p>
|
|
6972
|
+
* <p>The attributes required for the instance types.</p>
|
|
6826
6973
|
* @public
|
|
6827
6974
|
*/
|
|
6828
|
-
|
|
6975
|
+
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
6829
6976
|
/**
|
|
6830
|
-
* <p>The maximum number of
|
|
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>
|
|
6831
6980
|
* @public
|
|
6832
6981
|
*/
|
|
6833
6982
|
MaxResults?: number | undefined;
|
|
6834
6983
|
/**
|
|
6835
|
-
* <p>The token
|
|
6836
|
-
* @public
|
|
6837
|
-
*/
|
|
6838
|
-
NextToken?: string | undefined;
|
|
6839
|
-
}
|
|
6840
|
-
/**
|
|
6841
|
-
* @public
|
|
6842
|
-
*/
|
|
6843
|
-
export interface GetIpamPoolAllocationsResult {
|
|
6844
|
-
/**
|
|
6845
|
-
* <p>The IPAM pool allocations you want information on.</p>
|
|
6984
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
6846
6985
|
* @public
|
|
6847
6986
|
*/
|
|
6848
|
-
|
|
6987
|
+
NextToken?: string | undefined;
|
|
6849
6988
|
/**
|
|
6850
|
-
* <p>
|
|
6989
|
+
* <p>Reserved.</p>
|
|
6851
6990
|
* @public
|
|
6852
6991
|
*/
|
|
6853
|
-
|
|
6992
|
+
Context?: string | undefined;
|
|
6854
6993
|
}
|
|
6855
6994
|
/**
|
|
6995
|
+
* <p>The list of instance types with the specified instance attributes.</p>
|
|
6856
6996
|
* @public
|
|
6857
6997
|
*/
|
|
6858
|
-
export interface
|
|
6998
|
+
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
6859
6999
|
/**
|
|
6860
|
-
* <p>
|
|
6861
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6862
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7000
|
+
* <p>The matching instance type.</p>
|
|
6863
7001
|
* @public
|
|
6864
7002
|
*/
|
|
6865
|
-
|
|
7003
|
+
InstanceType?: string | undefined;
|
|
7004
|
+
}
|
|
7005
|
+
/**
|
|
7006
|
+
* @public
|
|
7007
|
+
*/
|
|
7008
|
+
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
6866
7009
|
/**
|
|
6867
|
-
* <p>The
|
|
7010
|
+
* <p>The instance types with the specified instance attributes.</p>
|
|
6868
7011
|
* @public
|
|
6869
7012
|
*/
|
|
6870
|
-
|
|
7013
|
+
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[] | undefined;
|
|
6871
7014
|
/**
|
|
6872
|
-
* <p>
|
|
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>
|
|
6873
7017
|
* @public
|
|
6874
7018
|
*/
|
|
6875
|
-
|
|
7019
|
+
NextToken?: string | undefined;
|
|
7020
|
+
}
|
|
7021
|
+
/**
|
|
7022
|
+
* @public
|
|
7023
|
+
*/
|
|
7024
|
+
export interface GetInstanceUefiDataRequest {
|
|
6876
7025
|
/**
|
|
6877
|
-
* <p>The
|
|
7026
|
+
* <p>The ID of the instance from which to retrieve the UEFI data.</p>
|
|
6878
7027
|
* @public
|
|
6879
7028
|
*/
|
|
6880
|
-
|
|
7029
|
+
InstanceId: string | undefined;
|
|
6881
7030
|
/**
|
|
6882
|
-
* <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>
|
|
6883
7034
|
* @public
|
|
6884
7035
|
*/
|
|
6885
|
-
|
|
7036
|
+
DryRun?: boolean | undefined;
|
|
6886
7037
|
}
|
|
6887
7038
|
/**
|
|
6888
7039
|
* @public
|
|
6889
7040
|
*/
|
|
6890
|
-
export interface
|
|
7041
|
+
export interface GetInstanceUefiDataResult {
|
|
6891
7042
|
/**
|
|
6892
|
-
* <p>
|
|
7043
|
+
* <p>The ID of the instance from which to retrieve the UEFI data.</p>
|
|
6893
7044
|
* @public
|
|
6894
7045
|
*/
|
|
6895
|
-
|
|
7046
|
+
InstanceId?: string | undefined;
|
|
6896
7047
|
/**
|
|
6897
|
-
* <p>
|
|
7048
|
+
* <p>Base64 representation of the non-volatile UEFI variable store.</p>
|
|
6898
7049
|
* @public
|
|
6899
7050
|
*/
|
|
6900
|
-
|
|
7051
|
+
UefiData?: string | undefined;
|
|
6901
7052
|
}
|
|
6902
7053
|
/**
|
|
6903
7054
|
* @public
|
|
6904
7055
|
*/
|
|
6905
|
-
export interface
|
|
7056
|
+
export interface GetIpamAddressHistoryRequest {
|
|
6906
7057
|
/**
|
|
6907
7058
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
6908
7059
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -6911,260 +7062,155 @@ export interface GetIpamResourceCidrsRequest {
|
|
|
6911
7062
|
*/
|
|
6912
7063
|
DryRun?: boolean | undefined;
|
|
6913
7064
|
/**
|
|
6914
|
-
* <p>
|
|
6915
|
-
*
|
|
6916
|
-
*/
|
|
6917
|
-
Filters?: Filter[] | undefined;
|
|
6918
|
-
/**
|
|
6919
|
-
* <p>The maximum number of results to return in the request.</p>
|
|
6920
|
-
* @public
|
|
6921
|
-
*/
|
|
6922
|
-
MaxResults?: number | undefined;
|
|
6923
|
-
/**
|
|
6924
|
-
* <p>The token for the next page of results.</p>
|
|
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>
|
|
6925
7067
|
* @public
|
|
6926
7068
|
*/
|
|
6927
|
-
|
|
7069
|
+
Cidr: string | undefined;
|
|
6928
7070
|
/**
|
|
6929
|
-
* <p>The ID of the scope that the
|
|
7071
|
+
* <p>The ID of the IPAM scope that the CIDR is in.</p>
|
|
6930
7072
|
* @public
|
|
6931
7073
|
*/
|
|
6932
7074
|
IpamScopeId: string | undefined;
|
|
6933
7075
|
/**
|
|
6934
|
-
* <p>The ID of the
|
|
7076
|
+
* <p>The ID of the VPC you want your history records filtered by.</p>
|
|
6935
7077
|
* @public
|
|
6936
7078
|
*/
|
|
6937
|
-
|
|
7079
|
+
VpcId?: string | undefined;
|
|
6938
7080
|
/**
|
|
6939
|
-
* <p>The
|
|
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>
|
|
6940
7082
|
* @public
|
|
6941
7083
|
*/
|
|
6942
|
-
|
|
7084
|
+
StartTime?: Date | undefined;
|
|
6943
7085
|
/**
|
|
6944
|
-
* <p>The
|
|
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>
|
|
6945
7087
|
* @public
|
|
6946
7088
|
*/
|
|
6947
|
-
|
|
7089
|
+
EndTime?: Date | undefined;
|
|
6948
7090
|
/**
|
|
6949
|
-
* <p>The
|
|
7091
|
+
* <p>The maximum number of historical results you would like returned per page. Defaults to 100.</p>
|
|
6950
7092
|
* @public
|
|
6951
7093
|
*/
|
|
6952
|
-
|
|
7094
|
+
MaxResults?: number | undefined;
|
|
6953
7095
|
/**
|
|
6954
|
-
* <p>The
|
|
7096
|
+
* <p>The token for the next page of results.</p>
|
|
6955
7097
|
* @public
|
|
6956
7098
|
*/
|
|
6957
|
-
|
|
7099
|
+
NextToken?: string | undefined;
|
|
6958
7100
|
}
|
|
6959
7101
|
/**
|
|
6960
7102
|
* @public
|
|
6961
7103
|
* @enum
|
|
6962
7104
|
*/
|
|
6963
|
-
export declare const
|
|
7105
|
+
export declare const IpamComplianceStatus: {
|
|
7106
|
+
readonly compliant: "compliant";
|
|
6964
7107
|
readonly ignored: "ignored";
|
|
6965
|
-
readonly
|
|
7108
|
+
readonly noncompliant: "noncompliant";
|
|
6966
7109
|
readonly unmanaged: "unmanaged";
|
|
6967
7110
|
};
|
|
6968
7111
|
/**
|
|
6969
7112
|
* @public
|
|
6970
7113
|
*/
|
|
6971
|
-
export type
|
|
7114
|
+
export type IpamComplianceStatus = (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
|
|
6972
7115
|
/**
|
|
6973
|
-
* <p>The CIDR for an IPAM resource.</p>
|
|
6974
7116
|
* @public
|
|
7117
|
+
* @enum
|
|
6975
7118
|
*/
|
|
6976
|
-
export
|
|
6977
|
-
|
|
6978
|
-
|
|
6979
|
-
|
|
6980
|
-
|
|
6981
|
-
|
|
6982
|
-
|
|
6983
|
-
|
|
6984
|
-
|
|
6985
|
-
|
|
6986
|
-
|
|
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>
|
|
7146
|
+
* @public
|
|
7147
|
+
*/
|
|
7148
|
+
export interface IpamAddressHistoryRecord {
|
|
6987
7149
|
/**
|
|
6988
|
-
* <p>The
|
|
7150
|
+
* <p>The ID of the resource owner.</p>
|
|
6989
7151
|
* @public
|
|
6990
7152
|
*/
|
|
6991
|
-
|
|
7153
|
+
ResourceOwnerId?: string | undefined;
|
|
6992
7154
|
/**
|
|
6993
|
-
* <p>The Amazon Web Services Region
|
|
7155
|
+
* <p>The Amazon Web Services Region of the resource.</p>
|
|
6994
7156
|
* @public
|
|
6995
7157
|
*/
|
|
6996
7158
|
ResourceRegion?: string | undefined;
|
|
6997
7159
|
/**
|
|
6998
|
-
* <p>The
|
|
7160
|
+
* <p>The type of the resource.</p>
|
|
6999
7161
|
* @public
|
|
7000
7162
|
*/
|
|
7001
|
-
|
|
7163
|
+
ResourceType?: IpamAddressHistoryResourceType | undefined;
|
|
7002
7164
|
/**
|
|
7003
|
-
* <p>The ID of
|
|
7165
|
+
* <p>The ID of the resource.</p>
|
|
7004
7166
|
* @public
|
|
7005
7167
|
*/
|
|
7006
7168
|
ResourceId?: string | undefined;
|
|
7007
7169
|
/**
|
|
7008
|
-
* <p>The
|
|
7009
|
-
* @public
|
|
7010
|
-
*/
|
|
7011
|
-
ResourceName?: string | undefined;
|
|
7012
|
-
/**
|
|
7013
|
-
* <p>The CIDR for an IPAM resource.</p>
|
|
7170
|
+
* <p>The CIDR of the resource.</p>
|
|
7014
7171
|
* @public
|
|
7015
7172
|
*/
|
|
7016
7173
|
ResourceCidr?: string | undefined;
|
|
7017
7174
|
/**
|
|
7018
|
-
* <p>The
|
|
7019
|
-
* @public
|
|
7020
|
-
*/
|
|
7021
|
-
ResourceType?: IpamResourceType | undefined;
|
|
7022
|
-
/**
|
|
7023
|
-
* <p>The tags for an IPAM resource.</p>
|
|
7024
|
-
* @public
|
|
7025
|
-
*/
|
|
7026
|
-
ResourceTags?: IpamResourceTag[] | undefined;
|
|
7027
|
-
/**
|
|
7028
|
-
* <p>The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:</p>
|
|
7029
|
-
* <ul>
|
|
7030
|
-
* <li>
|
|
7031
|
-
* <p>For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
|
|
7032
|
-
* </p>
|
|
7033
|
-
* </li>
|
|
7034
|
-
* <li>
|
|
7035
|
-
* <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.
|
|
7036
|
-
* </p>
|
|
7037
|
-
* </li>
|
|
7038
|
-
* <li>
|
|
7039
|
-
* <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).
|
|
7040
|
-
* </p>
|
|
7041
|
-
* </li>
|
|
7042
|
-
* </ul>
|
|
7043
|
-
* @public
|
|
7044
|
-
*/
|
|
7045
|
-
IpUsage?: number | undefined;
|
|
7046
|
-
/**
|
|
7047
|
-
* <p>The compliance status of the IPAM 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>
|
|
7175
|
+
* <p>The name of the resource.</p>
|
|
7048
7176
|
* @public
|
|
7049
7177
|
*/
|
|
7050
|
-
|
|
7178
|
+
ResourceName?: string | undefined;
|
|
7051
7179
|
/**
|
|
7052
|
-
* <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>
|
|
7053
7181
|
* @public
|
|
7054
7182
|
*/
|
|
7055
|
-
|
|
7183
|
+
ResourceComplianceStatus?: IpamComplianceStatus | undefined;
|
|
7056
7184
|
/**
|
|
7057
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>
|
|
7058
7186
|
* @public
|
|
7059
7187
|
*/
|
|
7060
|
-
|
|
7188
|
+
ResourceOverlapStatus?: IpamOverlapStatus | undefined;
|
|
7061
7189
|
/**
|
|
7062
|
-
* <p>The ID of
|
|
7190
|
+
* <p>The VPC ID of the resource.</p>
|
|
7063
7191
|
* @public
|
|
7064
7192
|
*/
|
|
7065
7193
|
VpcId?: string | undefined;
|
|
7066
7194
|
/**
|
|
7067
|
-
* <p>
|
|
7068
|
-
* @public
|
|
7069
|
-
*/
|
|
7070
|
-
AvailabilityZoneId?: string | undefined;
|
|
7071
|
-
}
|
|
7072
|
-
/**
|
|
7073
|
-
* @public
|
|
7074
|
-
*/
|
|
7075
|
-
export interface GetIpamResourceCidrsResult {
|
|
7076
|
-
/**
|
|
7077
|
-
* <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>
|
|
7078
|
-
* @public
|
|
7079
|
-
*/
|
|
7080
|
-
NextToken?: string | undefined;
|
|
7081
|
-
/**
|
|
7082
|
-
* <p>The resource CIDRs.</p>
|
|
7083
|
-
* @public
|
|
7084
|
-
*/
|
|
7085
|
-
IpamResourceCidrs?: IpamResourceCidr[] | undefined;
|
|
7086
|
-
}
|
|
7087
|
-
/**
|
|
7088
|
-
* @public
|
|
7089
|
-
*/
|
|
7090
|
-
export interface GetLaunchTemplateDataRequest {
|
|
7091
|
-
/**
|
|
7092
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
7093
|
-
* making the request, and provides an error response. If you have the required
|
|
7094
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
7095
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
7096
|
-
* @public
|
|
7097
|
-
*/
|
|
7098
|
-
DryRun?: boolean | undefined;
|
|
7099
|
-
/**
|
|
7100
|
-
* <p>The ID of the instance.</p>
|
|
7101
|
-
* @public
|
|
7102
|
-
*/
|
|
7103
|
-
InstanceId: string | undefined;
|
|
7104
|
-
}
|
|
7105
|
-
/**
|
|
7106
|
-
* @public
|
|
7107
|
-
*/
|
|
7108
|
-
export interface GetLaunchTemplateDataResult {
|
|
7109
|
-
/**
|
|
7110
|
-
* <p>The instance data.</p>
|
|
7111
|
-
* @public
|
|
7112
|
-
*/
|
|
7113
|
-
LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
|
|
7114
|
-
}
|
|
7115
|
-
/**
|
|
7116
|
-
* @public
|
|
7117
|
-
*/
|
|
7118
|
-
export interface GetManagedPrefixListAssociationsRequest {
|
|
7119
|
-
/**
|
|
7120
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7121
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7122
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7123
|
-
* @public
|
|
7124
|
-
*/
|
|
7125
|
-
DryRun?: boolean | undefined;
|
|
7126
|
-
/**
|
|
7127
|
-
* <p>The ID of the prefix list.</p>
|
|
7128
|
-
* @public
|
|
7129
|
-
*/
|
|
7130
|
-
PrefixListId: string | undefined;
|
|
7131
|
-
/**
|
|
7132
|
-
* <p>The maximum number of results to return with a single call.
|
|
7133
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
7134
|
-
* @public
|
|
7135
|
-
*/
|
|
7136
|
-
MaxResults?: number | undefined;
|
|
7137
|
-
/**
|
|
7138
|
-
* <p>The token for the next page of results.</p>
|
|
7139
|
-
* @public
|
|
7140
|
-
*/
|
|
7141
|
-
NextToken?: string | undefined;
|
|
7142
|
-
}
|
|
7143
|
-
/**
|
|
7144
|
-
* <p>Describes the resource with which a prefix list is associated.</p>
|
|
7145
|
-
* @public
|
|
7146
|
-
*/
|
|
7147
|
-
export interface PrefixListAssociation {
|
|
7148
|
-
/**
|
|
7149
|
-
* <p>The ID of the resource.</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>
|
|
7150
7196
|
* @public
|
|
7151
7197
|
*/
|
|
7152
|
-
|
|
7198
|
+
SampledStartTime?: Date | undefined;
|
|
7153
7199
|
/**
|
|
7154
|
-
* <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>
|
|
7155
7201
|
* @public
|
|
7156
7202
|
*/
|
|
7157
|
-
|
|
7203
|
+
SampledEndTime?: Date | undefined;
|
|
7158
7204
|
}
|
|
7159
7205
|
/**
|
|
7160
7206
|
* @public
|
|
7161
7207
|
*/
|
|
7162
|
-
export interface
|
|
7208
|
+
export interface GetIpamAddressHistoryResult {
|
|
7163
7209
|
/**
|
|
7164
|
-
* <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>
|
|
7165
7211
|
* @public
|
|
7166
7212
|
*/
|
|
7167
|
-
|
|
7213
|
+
HistoryRecords?: IpamAddressHistoryRecord[] | undefined;
|
|
7168
7214
|
/**
|
|
7169
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>
|
|
7170
7216
|
* @public
|
|
@@ -7174,51 +7220,39 @@ export interface GetManagedPrefixListAssociationsResult {
|
|
|
7174
7220
|
/**
|
|
7175
7221
|
* @public
|
|
7176
7222
|
*/
|
|
7177
|
-
export interface
|
|
7223
|
+
export interface GetIpamDiscoveredAccountsRequest {
|
|
7178
7224
|
/**
|
|
7179
|
-
* <p>
|
|
7225
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
7180
7226
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7181
7227
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7182
7228
|
* @public
|
|
7183
7229
|
*/
|
|
7184
7230
|
DryRun?: boolean | undefined;
|
|
7185
7231
|
/**
|
|
7186
|
-
* <p>
|
|
7232
|
+
* <p>A resource discovery ID.</p>
|
|
7187
7233
|
* @public
|
|
7188
7234
|
*/
|
|
7189
|
-
|
|
7235
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
7190
7236
|
/**
|
|
7191
|
-
* <p>The
|
|
7237
|
+
* <p>The Amazon Web Services Region that the account information is returned from.</p>
|
|
7192
7238
|
* @public
|
|
7193
7239
|
*/
|
|
7194
|
-
|
|
7240
|
+
DiscoveryRegion: string | undefined;
|
|
7195
7241
|
/**
|
|
7196
|
-
* <p>
|
|
7197
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
7242
|
+
* <p>Discovered account filters.</p>
|
|
7198
7243
|
* @public
|
|
7199
7244
|
*/
|
|
7200
|
-
|
|
7245
|
+
Filters?: Filter[] | undefined;
|
|
7201
7246
|
/**
|
|
7202
|
-
* <p>
|
|
7247
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
7203
7248
|
* @public
|
|
7204
7249
|
*/
|
|
7205
7250
|
NextToken?: string | undefined;
|
|
7206
|
-
}
|
|
7207
|
-
/**
|
|
7208
|
-
* <p>Describes a prefix list entry.</p>
|
|
7209
|
-
* @public
|
|
7210
|
-
*/
|
|
7211
|
-
export interface PrefixListEntry {
|
|
7212
|
-
/**
|
|
7213
|
-
* <p>The CIDR block.</p>
|
|
7214
|
-
* @public
|
|
7215
|
-
*/
|
|
7216
|
-
Cidr?: string | undefined;
|
|
7217
7251
|
/**
|
|
7218
|
-
* <p>The
|
|
7252
|
+
* <p>The maximum number of discovered accounts to return in one page of results.</p>
|
|
7219
7253
|
* @public
|
|
7220
7254
|
*/
|
|
7221
|
-
|
|
7255
|
+
MaxResults?: number | undefined;
|
|
7222
7256
|
}
|
|
7223
7257
|
/**
|
|
7224
7258
|
* @internal
|
|
@@ -7240,7 +7274,3 @@ export declare const ExportVerifiedAccessInstanceClientConfigurationResultFilter
|
|
|
7240
7274
|
* @internal
|
|
7241
7275
|
*/
|
|
7242
7276
|
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (obj: GetInstanceTpmEkPubResult) => any;
|
|
7243
|
-
/**
|
|
7244
|
-
* @internal
|
|
7245
|
-
*/
|
|
7246
|
-
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (obj: GetLaunchTemplateDataResult) => any;
|