@aws-sdk/client-ec2 3.696.0 → 3.698.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 +24 -0
- package/dist-cjs/index.js +741 -123
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
- package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -14
- package/dist-es/models/models_1.js +19 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +5 -17
- package/dist-es/models/models_4.js +17 -0
- package/dist-es/models/models_5.js +0 -4
- package/dist-es/models/models_6.js +4 -11
- package/dist-es/models/models_7.js +11 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +614 -64
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
- package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
- package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +5 -4
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +163 -67
- package/dist-types/models/models_1.d.ts +480 -499
- package/dist-types/models/models_2.d.ts +384 -179
- package/dist-types/models/models_3.d.ts +693 -758
- package/dist-types/models/models_4.d.ts +6178 -6293
- package/dist-types/models/models_5.d.ts +2712 -2367
- package/dist-types/models/models_6.d.ts +4288 -4301
- package/dist-types/models/models_7.d.ts +533 -28
- package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +64 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -18
- package/dist-types/ts3.4/models/models_1.d.ts +54 -77
- package/dist-types/ts3.4/models/models_2.d.ts +78 -41
- package/dist-types/ts3.4/models/models_3.d.ts +102 -124
- package/dist-types/ts3.4/models/models_4.d.ts +127 -124
- package/dist-types/ts3.4/models/models_5.d.ts +126 -86
- package/dist-types/ts3.4/models/models_6.d.ts +97 -139
- package/dist-types/ts3.4/models/models_7.d.ts +149 -9
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +1 -1
|
@@ -1,6 +1,179 @@
|
|
|
1
|
-
import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus,
|
|
2
|
-
import { _InstanceType, CapacityReservation, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
1
|
+
import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { _InstanceType, CapacityReservation, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
3
|
import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DeleteFpgaImageResult {
|
|
8
|
+
/**
|
|
9
|
+
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
Return?: boolean | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteInstanceConnectEndpointRequest {
|
|
18
|
+
/**
|
|
19
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
20
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
21
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
DryRun?: boolean | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The ID of the EC2 Instance Connect Endpoint to delete.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
InstanceConnectEndpointId: string | undefined;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export interface DeleteInstanceConnectEndpointResult {
|
|
35
|
+
/**
|
|
36
|
+
* <p>Information about the EC2 Instance Connect Endpoint.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface DeleteInstanceEventWindowRequest {
|
|
45
|
+
/**
|
|
46
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
47
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
48
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
DryRun?: boolean | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>Specify <code>true</code> to force delete the event window. Use the force delete parameter
|
|
54
|
+
* if the event window is currently associated with targets.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
ForceDelete?: boolean | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The ID of the event window.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
InstanceEventWindowId: string | undefined;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* <p>The state of the event window.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export interface InstanceEventWindowStateChange {
|
|
69
|
+
/**
|
|
70
|
+
* <p>The ID of the event window.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
InstanceEventWindowId?: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The current state of the event window.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
State?: InstanceEventWindowState | undefined;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export interface DeleteInstanceEventWindowResult {
|
|
84
|
+
/**
|
|
85
|
+
* <p>The state of the event window.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
InstanceEventWindowState?: InstanceEventWindowStateChange | undefined;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export interface DeleteInternetGatewayRequest {
|
|
94
|
+
/**
|
|
95
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
96
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
97
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
DryRun?: boolean | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The ID of the internet gateway.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
InternetGatewayId: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export interface DeleteIpamRequest {
|
|
111
|
+
/**
|
|
112
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
113
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
114
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
DryRun?: boolean | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The ID of the IPAM to delete.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
IpamId: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and
|
|
125
|
+
* any allocations in the pools in private scopes. You cannot delete the IPAM with this option if there is a pool in your public scope. If you use this option, IPAM does the following:</p>
|
|
126
|
+
* <ul>
|
|
127
|
+
* <li>
|
|
128
|
+
* <p>Deallocates any CIDRs allocated to VPC resources (such as VPCs) in pools in private scopes.</p>
|
|
129
|
+
* <note>
|
|
130
|
+
* <p>No VPC resources are deleted as a result of enabling this option. The CIDR associated with the resource will no longer be allocated from an IPAM pool, but the CIDR itself will remain unchanged.</p>
|
|
131
|
+
* </note>
|
|
132
|
+
* </li>
|
|
133
|
+
* <li>
|
|
134
|
+
* <p>Deprovisions all IPv4 CIDRs provisioned to IPAM pools in private scopes.</p>
|
|
135
|
+
* </li>
|
|
136
|
+
* <li>
|
|
137
|
+
* <p>Deletes all IPAM pools in private scopes.</p>
|
|
138
|
+
* </li>
|
|
139
|
+
* <li>
|
|
140
|
+
* <p>Deletes all non-default private scopes in the IPAM.</p>
|
|
141
|
+
* </li>
|
|
142
|
+
* <li>
|
|
143
|
+
* <p>Deletes the default public and private scopes and the IPAM.</p>
|
|
144
|
+
* </li>
|
|
145
|
+
* </ul>
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
Cascade?: boolean | undefined;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
export interface DeleteIpamResult {
|
|
154
|
+
/**
|
|
155
|
+
* <p>Information about the results of the deletion.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
Ipam?: Ipam | undefined;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
export interface DeleteIpamExternalResourceVerificationTokenRequest {
|
|
164
|
+
/**
|
|
165
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
166
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
167
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
DryRun?: boolean | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The token ID.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
IpamExternalResourceVerificationTokenId: string | undefined;
|
|
176
|
+
}
|
|
4
177
|
/**
|
|
5
178
|
* @public
|
|
6
179
|
*/
|
|
@@ -2931,155 +3104,483 @@ export interface DescribeByoipCidrsResult {
|
|
|
2931
3104
|
/**
|
|
2932
3105
|
* @public
|
|
2933
3106
|
*/
|
|
2934
|
-
export interface
|
|
3107
|
+
export interface DescribeCapacityBlockExtensionHistoryRequest {
|
|
2935
3108
|
/**
|
|
2936
|
-
* <p>
|
|
3109
|
+
* <p>The IDs of Capacity Block reservations that you want to display the history
|
|
3110
|
+
* for.</p>
|
|
2937
3111
|
* @public
|
|
2938
3112
|
*/
|
|
2939
|
-
|
|
3113
|
+
CapacityReservationIds?: string[] | undefined;
|
|
2940
3114
|
/**
|
|
2941
|
-
* <p>The
|
|
3115
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
2942
3116
|
* @public
|
|
2943
3117
|
*/
|
|
2944
|
-
|
|
3118
|
+
NextToken?: string | undefined;
|
|
2945
3119
|
/**
|
|
2946
|
-
* <p>The number of
|
|
3120
|
+
* <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,
|
|
3121
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
2947
3122
|
* @public
|
|
2948
3123
|
*/
|
|
2949
|
-
|
|
3124
|
+
MaxResults?: number | undefined;
|
|
2950
3125
|
/**
|
|
2951
|
-
* <p>
|
|
3126
|
+
* <p>One or more filters</p>
|
|
3127
|
+
* <ul>
|
|
3128
|
+
* <li>
|
|
3129
|
+
* <p>
|
|
3130
|
+
* <code>availability-zone</code> - The Availability Zone of the
|
|
3131
|
+
* extension.</p>
|
|
3132
|
+
* </li>
|
|
3133
|
+
* <li>
|
|
3134
|
+
* <p>
|
|
3135
|
+
* <code>availability-zone-id</code> - The Availability Zone ID of the
|
|
3136
|
+
* extension.</p>
|
|
3137
|
+
* </li>
|
|
3138
|
+
* <li>
|
|
3139
|
+
* <p>
|
|
3140
|
+
* <code>capacity-block-extension-offering-id</code> - The ID of the extension
|
|
3141
|
+
* offering.</p>
|
|
3142
|
+
* </li>
|
|
3143
|
+
* <li>
|
|
3144
|
+
* <p>
|
|
3145
|
+
* <code>capacity-block-extension-status</code> - The status of the extension
|
|
3146
|
+
* (<code>payment-pending</code> | <code>payment-failed</code> |
|
|
3147
|
+
* <code>payment-succeeded</code>).</p>
|
|
3148
|
+
* </li>
|
|
3149
|
+
* <li>
|
|
3150
|
+
* <p>
|
|
3151
|
+
* <code>capacity-reservation-id</code> - The reservation ID of the
|
|
3152
|
+
* extension.</p>
|
|
3153
|
+
* </li>
|
|
3154
|
+
* <li>
|
|
3155
|
+
* <p>
|
|
3156
|
+
* <code>instance-type</code> - The instance type of the extension.</p>
|
|
3157
|
+
* </li>
|
|
3158
|
+
* </ul>
|
|
2952
3159
|
* @public
|
|
2953
3160
|
*/
|
|
2954
|
-
|
|
3161
|
+
Filters?: Filter[] | undefined;
|
|
2955
3162
|
/**
|
|
2956
|
-
* <p>
|
|
3163
|
+
* <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>
|
|
2957
3164
|
* @public
|
|
2958
3165
|
*/
|
|
2959
|
-
|
|
3166
|
+
DryRun?: boolean | undefined;
|
|
3167
|
+
}
|
|
3168
|
+
/**
|
|
3169
|
+
* @public
|
|
3170
|
+
* @enum
|
|
3171
|
+
*/
|
|
3172
|
+
export declare const CapacityBlockExtensionStatus: {
|
|
3173
|
+
readonly PAYMENT_FAILED: "payment-failed";
|
|
3174
|
+
readonly PAYMENT_PENDING: "payment-pending";
|
|
3175
|
+
readonly PAYMENT_SUCCEEDED: "payment-succeeded";
|
|
3176
|
+
};
|
|
3177
|
+
/**
|
|
3178
|
+
* @public
|
|
3179
|
+
*/
|
|
3180
|
+
export type CapacityBlockExtensionStatus = (typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
|
|
3181
|
+
/**
|
|
3182
|
+
* <p>Describes a Capacity Block extension. With an extension, you can
|
|
3183
|
+
* extend the duration of time for an existing Capacity Block.</p>
|
|
3184
|
+
* @public
|
|
3185
|
+
*/
|
|
3186
|
+
export interface CapacityBlockExtension {
|
|
2960
3187
|
/**
|
|
2961
|
-
* <p>The
|
|
3188
|
+
* <p>The reservation ID of the Capacity Block extension.</p>
|
|
2962
3189
|
* @public
|
|
2963
3190
|
*/
|
|
2964
|
-
|
|
3191
|
+
CapacityReservationId?: string | undefined;
|
|
2965
3192
|
/**
|
|
2966
|
-
* <p>The
|
|
3193
|
+
* <p>The instance type of the Capacity Block extension.</p>
|
|
2967
3194
|
* @public
|
|
2968
3195
|
*/
|
|
2969
|
-
|
|
3196
|
+
InstanceType?: string | undefined;
|
|
2970
3197
|
/**
|
|
2971
|
-
* <p>The
|
|
2972
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
3198
|
+
* <p>The number of instances in the Capacity Block extension.</p>
|
|
2973
3199
|
* @public
|
|
2974
3200
|
*/
|
|
2975
|
-
|
|
2976
|
-
}
|
|
2977
|
-
/**
|
|
2978
|
-
* <p>The recommended Capacity Block that fits your search requirements.</p>
|
|
2979
|
-
* @public
|
|
2980
|
-
*/
|
|
2981
|
-
export interface CapacityBlockOffering {
|
|
3201
|
+
InstanceCount?: number | undefined;
|
|
2982
3202
|
/**
|
|
2983
|
-
* <p>The
|
|
3203
|
+
* <p>The Availability Zone of the Capacity Block extension.</p>
|
|
2984
3204
|
* @public
|
|
2985
3205
|
*/
|
|
2986
|
-
|
|
3206
|
+
AvailabilityZone?: string | undefined;
|
|
2987
3207
|
/**
|
|
2988
|
-
* <p>The
|
|
3208
|
+
* <p>The Availability Zone ID of the Capacity Block extension.</p>
|
|
2989
3209
|
* @public
|
|
2990
3210
|
*/
|
|
2991
|
-
|
|
3211
|
+
AvailabilityZoneId?: string | undefined;
|
|
2992
3212
|
/**
|
|
2993
|
-
* <p>The
|
|
3213
|
+
* <p>The ID of the Capacity Block extension offering.</p>
|
|
2994
3214
|
* @public
|
|
2995
3215
|
*/
|
|
2996
|
-
|
|
3216
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
2997
3217
|
/**
|
|
2998
|
-
* <p>The
|
|
3218
|
+
* <p>The duration of the Capacity Block extension in hours.</p>
|
|
2999
3219
|
* @public
|
|
3000
3220
|
*/
|
|
3001
|
-
|
|
3221
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
3002
3222
|
/**
|
|
3003
|
-
* <p>The
|
|
3223
|
+
* <p>The status of the Capacity Block extension. A Capacity Block extension can have one of
|
|
3224
|
+
* the following statuses:</p>
|
|
3225
|
+
* <ul>
|
|
3226
|
+
* <li>
|
|
3227
|
+
* <p>
|
|
3228
|
+
* <code>payment-pending</code> - The Capacity Block extension payment is
|
|
3229
|
+
* processing. If your payment can't be processed within 12 hours, the Capacity
|
|
3230
|
+
* Block extension is failed.</p>
|
|
3231
|
+
* </li>
|
|
3232
|
+
* <li>
|
|
3233
|
+
* <p>
|
|
3234
|
+
* <code>payment-failed</code> - Payment for the Capacity Block extension request
|
|
3235
|
+
* was not successful.</p>
|
|
3236
|
+
* </li>
|
|
3237
|
+
* <li>
|
|
3238
|
+
* <p>
|
|
3239
|
+
* <code>payment-succeeded</code> - Payment for the Capacity Block extension
|
|
3240
|
+
* request was successful. You receive an invoice that reflects the one-time
|
|
3241
|
+
* upfront payment. In the invoice, you can associate the paid amount with the
|
|
3242
|
+
* Capacity Block reservation ID.</p>
|
|
3243
|
+
* </li>
|
|
3244
|
+
* </ul>
|
|
3004
3245
|
* @public
|
|
3005
3246
|
*/
|
|
3006
|
-
|
|
3247
|
+
CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
|
|
3007
3248
|
/**
|
|
3008
|
-
* <p>The
|
|
3249
|
+
* <p>The date when the Capacity Block extension was purchased.</p>
|
|
3009
3250
|
* @public
|
|
3010
3251
|
*/
|
|
3011
|
-
|
|
3252
|
+
CapacityBlockExtensionPurchaseDate?: Date | undefined;
|
|
3012
3253
|
/**
|
|
3013
|
-
* <p>The
|
|
3254
|
+
* <p>The start date of the Capacity Block extension.</p>
|
|
3014
3255
|
* @public
|
|
3015
3256
|
*/
|
|
3016
|
-
|
|
3257
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
3017
3258
|
/**
|
|
3018
|
-
* <p>The
|
|
3259
|
+
* <p>The end date of the Capacity Block extension.</p>
|
|
3019
3260
|
* @public
|
|
3020
3261
|
*/
|
|
3021
|
-
|
|
3262
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
3022
3263
|
/**
|
|
3023
|
-
* <p>The
|
|
3264
|
+
* <p>The total price to be paid up front.</p>
|
|
3024
3265
|
* @public
|
|
3025
3266
|
*/
|
|
3026
|
-
|
|
3267
|
+
UpfrontFee?: string | undefined;
|
|
3027
3268
|
/**
|
|
3028
|
-
* <p>The
|
|
3269
|
+
* <p>The currency of the payment for the Capacity Block extension.</p>
|
|
3029
3270
|
* @public
|
|
3030
3271
|
*/
|
|
3031
|
-
|
|
3272
|
+
CurrencyCode?: string | undefined;
|
|
3032
3273
|
}
|
|
3033
3274
|
/**
|
|
3034
3275
|
* @public
|
|
3035
3276
|
*/
|
|
3036
|
-
export interface
|
|
3277
|
+
export interface DescribeCapacityBlockExtensionHistoryResult {
|
|
3037
3278
|
/**
|
|
3038
|
-
* <p>
|
|
3279
|
+
* <p>Describes one or more of your Capacity Block extensions. The results describe only the
|
|
3280
|
+
* Capacity Block extensions in the Amazon Web Services Region that you're currently using.</p>
|
|
3039
3281
|
* @public
|
|
3040
3282
|
*/
|
|
3041
|
-
|
|
3283
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
3042
3284
|
/**
|
|
3043
3285
|
* <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>
|
|
3044
3286
|
* @public
|
|
3045
3287
|
*/
|
|
3046
3288
|
NextToken?: string | undefined;
|
|
3047
3289
|
}
|
|
3048
|
-
/**
|
|
3049
|
-
* @public
|
|
3050
|
-
* @enum
|
|
3051
|
-
*/
|
|
3052
|
-
export declare const CallerRole: {
|
|
3053
|
-
readonly odcr_owner: "odcr-owner";
|
|
3054
|
-
readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
|
|
3055
|
-
};
|
|
3056
|
-
/**
|
|
3057
|
-
* @public
|
|
3058
|
-
*/
|
|
3059
|
-
export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
|
|
3060
3290
|
/**
|
|
3061
3291
|
* @public
|
|
3062
3292
|
*/
|
|
3063
|
-
export interface
|
|
3293
|
+
export interface DescribeCapacityBlockExtensionOfferingsRequest {
|
|
3064
3294
|
/**
|
|
3065
|
-
* <p>
|
|
3295
|
+
* <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>
|
|
3066
3296
|
* @public
|
|
3067
3297
|
*/
|
|
3068
|
-
|
|
3298
|
+
DryRun?: boolean | undefined;
|
|
3069
3299
|
/**
|
|
3070
|
-
* <p>
|
|
3300
|
+
* <p>The duration of the Capacity Block extension offering in hours.</p>
|
|
3301
|
+
* @public
|
|
3302
|
+
*/
|
|
3303
|
+
CapacityBlockExtensionDurationHours: number | undefined;
|
|
3304
|
+
/**
|
|
3305
|
+
* <p>The ID of the Capacity reservation to be extended.</p>
|
|
3306
|
+
* @public
|
|
3307
|
+
*/
|
|
3308
|
+
CapacityReservationId: string | undefined;
|
|
3309
|
+
/**
|
|
3310
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
3311
|
+
* @public
|
|
3312
|
+
*/
|
|
3313
|
+
NextToken?: string | undefined;
|
|
3314
|
+
/**
|
|
3315
|
+
* <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,
|
|
3316
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
3317
|
+
* @public
|
|
3318
|
+
*/
|
|
3319
|
+
MaxResults?: number | undefined;
|
|
3320
|
+
}
|
|
3321
|
+
/**
|
|
3322
|
+
* <p>The recommended Capacity Block extension that fits your search requirements.</p>
|
|
3323
|
+
* @public
|
|
3324
|
+
*/
|
|
3325
|
+
export interface CapacityBlockExtensionOffering {
|
|
3326
|
+
/**
|
|
3327
|
+
* <p>The ID of the Capacity Block extension offering.</p>
|
|
3328
|
+
* @public
|
|
3329
|
+
*/
|
|
3330
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
3331
|
+
/**
|
|
3332
|
+
* <p>The instance type of the Capacity Block that will be extended.</p>
|
|
3333
|
+
* @public
|
|
3334
|
+
*/
|
|
3335
|
+
InstanceType?: string | undefined;
|
|
3336
|
+
/**
|
|
3337
|
+
* <p>The number of instances in the Capacity Block extension offering.</p>
|
|
3338
|
+
* @public
|
|
3339
|
+
*/
|
|
3340
|
+
InstanceCount?: number | undefined;
|
|
3341
|
+
/**
|
|
3342
|
+
* <p>The Availability Zone of the Capacity Block that will be extended.</p>
|
|
3343
|
+
* @public
|
|
3344
|
+
*/
|
|
3345
|
+
AvailabilityZone?: string | undefined;
|
|
3346
|
+
/**
|
|
3347
|
+
* <p>The Availability Zone ID of the Capacity Block that will be
|
|
3348
|
+
* extended.</p>
|
|
3349
|
+
* @public
|
|
3350
|
+
*/
|
|
3351
|
+
AvailabilityZoneId?: string | undefined;
|
|
3352
|
+
/**
|
|
3353
|
+
* <p>The start date of the Capacity Block that will be extended.</p>
|
|
3354
|
+
* @public
|
|
3355
|
+
*/
|
|
3356
|
+
StartDate?: Date | undefined;
|
|
3357
|
+
/**
|
|
3358
|
+
* <p>The date and time at which the Capacity Block extension will start. This date is
|
|
3359
|
+
* also the same as the end date of the Capacity Block that will be
|
|
3360
|
+
* extended.</p>
|
|
3361
|
+
* @public
|
|
3362
|
+
*/
|
|
3363
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
3364
|
+
/**
|
|
3365
|
+
* <p>The date and time at which the Capacity Block extension expires. When a Capacity
|
|
3366
|
+
* Block expires, the reserved capacity is released and you can no longer launch
|
|
3367
|
+
* instances into it. The Capacity Block's state changes to <code>expired</code> when
|
|
3368
|
+
* it reaches its end date</p>
|
|
3369
|
+
* @public
|
|
3370
|
+
*/
|
|
3371
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
3372
|
+
/**
|
|
3373
|
+
* <p>The amount of time of the Capacity Block extension offering in hours.</p>
|
|
3374
|
+
* @public
|
|
3375
|
+
*/
|
|
3376
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
3377
|
+
/**
|
|
3378
|
+
* <p>The total price of the Capacity Block extension offering, to be paid up front.</p>
|
|
3379
|
+
* @public
|
|
3380
|
+
*/
|
|
3381
|
+
UpfrontFee?: string | undefined;
|
|
3382
|
+
/**
|
|
3383
|
+
* <p>The currency of the payment for the Capacity Block extension offering.</p>
|
|
3384
|
+
* @public
|
|
3385
|
+
*/
|
|
3386
|
+
CurrencyCode?: string | undefined;
|
|
3387
|
+
/**
|
|
3388
|
+
* <p>Indicates the tenancy of the Capacity Block extension offering. A Capacity Block
|
|
3389
|
+
* can have one of the following tenancy settings:</p>
|
|
3390
|
+
* <ul>
|
|
3391
|
+
* <li>
|
|
3392
|
+
* <p>
|
|
3393
|
+
* <code>default</code> - The Capacity Block is created on hardware that is
|
|
3394
|
+
* shared with other Amazon Web Services accounts.</p>
|
|
3395
|
+
* </li>
|
|
3396
|
+
* <li>
|
|
3397
|
+
* <p>
|
|
3398
|
+
* <code>dedicated</code> - The Capacity Block is created on single-tenant
|
|
3399
|
+
* hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
3400
|
+
* </li>
|
|
3401
|
+
* </ul>
|
|
3402
|
+
* @public
|
|
3403
|
+
*/
|
|
3404
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
3405
|
+
}
|
|
3406
|
+
/**
|
|
3407
|
+
* @public
|
|
3408
|
+
*/
|
|
3409
|
+
export interface DescribeCapacityBlockExtensionOfferingsResult {
|
|
3410
|
+
/**
|
|
3411
|
+
* <p>The recommended Capacity Block extension offerings for the dates specified.</p>
|
|
3412
|
+
* @public
|
|
3413
|
+
*/
|
|
3414
|
+
CapacityBlockExtensionOfferings?: CapacityBlockExtensionOffering[] | undefined;
|
|
3415
|
+
/**
|
|
3416
|
+
* <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>
|
|
3417
|
+
* @public
|
|
3418
|
+
*/
|
|
3419
|
+
NextToken?: string | undefined;
|
|
3420
|
+
}
|
|
3421
|
+
/**
|
|
3422
|
+
* @public
|
|
3423
|
+
*/
|
|
3424
|
+
export interface DescribeCapacityBlockOfferingsRequest {
|
|
3425
|
+
/**
|
|
3426
|
+
* <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>
|
|
3427
|
+
* @public
|
|
3428
|
+
*/
|
|
3429
|
+
DryRun?: boolean | undefined;
|
|
3430
|
+
/**
|
|
3431
|
+
* <p>The type of instance for which the Capacity Block offering reserves capacity.</p>
|
|
3432
|
+
* @public
|
|
3433
|
+
*/
|
|
3434
|
+
InstanceType?: string | undefined;
|
|
3435
|
+
/**
|
|
3436
|
+
* <p>The number of instances for which to reserve capacity.</p>
|
|
3437
|
+
* @public
|
|
3438
|
+
*/
|
|
3439
|
+
InstanceCount?: number | undefined;
|
|
3440
|
+
/**
|
|
3441
|
+
* <p>The earliest start date for the Capacity Block offering.</p>
|
|
3442
|
+
* @public
|
|
3443
|
+
*/
|
|
3444
|
+
StartDateRange?: Date | undefined;
|
|
3445
|
+
/**
|
|
3446
|
+
* <p>The latest end date for the Capacity Block offering.</p>
|
|
3447
|
+
* @public
|
|
3448
|
+
*/
|
|
3449
|
+
EndDateRange?: Date | undefined;
|
|
3450
|
+
/**
|
|
3451
|
+
* <p>The number of hours for which to reserve Capacity Block.</p>
|
|
3452
|
+
* @public
|
|
3453
|
+
*/
|
|
3454
|
+
CapacityDurationHours: number | undefined;
|
|
3455
|
+
/**
|
|
3456
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
3457
|
+
* @public
|
|
3458
|
+
*/
|
|
3459
|
+
NextToken?: string | undefined;
|
|
3460
|
+
/**
|
|
3461
|
+
* <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,
|
|
3462
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
3463
|
+
* @public
|
|
3464
|
+
*/
|
|
3465
|
+
MaxResults?: number | undefined;
|
|
3466
|
+
}
|
|
3467
|
+
/**
|
|
3468
|
+
* <p>The recommended Capacity Block that fits your search requirements.</p>
|
|
3469
|
+
* @public
|
|
3470
|
+
*/
|
|
3471
|
+
export interface CapacityBlockOffering {
|
|
3472
|
+
/**
|
|
3473
|
+
* <p>The ID of the Capacity Block offering.</p>
|
|
3474
|
+
* @public
|
|
3475
|
+
*/
|
|
3476
|
+
CapacityBlockOfferingId?: string | undefined;
|
|
3477
|
+
/**
|
|
3478
|
+
* <p>The instance type of the Capacity Block offering.</p>
|
|
3479
|
+
* @public
|
|
3480
|
+
*/
|
|
3481
|
+
InstanceType?: string | undefined;
|
|
3482
|
+
/**
|
|
3483
|
+
* <p>The Availability Zone of the Capacity Block offering.</p>
|
|
3484
|
+
* @public
|
|
3485
|
+
*/
|
|
3486
|
+
AvailabilityZone?: string | undefined;
|
|
3487
|
+
/**
|
|
3488
|
+
* <p>The number of instances in the Capacity Block offering.</p>
|
|
3489
|
+
* @public
|
|
3490
|
+
*/
|
|
3491
|
+
InstanceCount?: number | undefined;
|
|
3492
|
+
/**
|
|
3493
|
+
* <p>The start date of the Capacity Block offering.</p>
|
|
3494
|
+
* @public
|
|
3495
|
+
*/
|
|
3496
|
+
StartDate?: Date | undefined;
|
|
3497
|
+
/**
|
|
3498
|
+
* <p>The end date of the Capacity Block offering.</p>
|
|
3499
|
+
* @public
|
|
3500
|
+
*/
|
|
3501
|
+
EndDate?: Date | undefined;
|
|
3502
|
+
/**
|
|
3503
|
+
* <p>The number of hours (in addition to <code>capacityBlockDurationMinutes</code>) for the
|
|
3504
|
+
* duration of the Capacity Block reservation. For example, if a Capacity Block starts at
|
|
3505
|
+
* <b>04:55</b> and ends at <b>11:30</b>,
|
|
3506
|
+
* the hours field would be <b>6</b>.</p>
|
|
3507
|
+
* @public
|
|
3508
|
+
*/
|
|
3509
|
+
CapacityBlockDurationHours?: number | undefined;
|
|
3510
|
+
/**
|
|
3511
|
+
* <p>The total price to be paid up front.</p>
|
|
3512
|
+
* @public
|
|
3513
|
+
*/
|
|
3514
|
+
UpfrontFee?: string | undefined;
|
|
3515
|
+
/**
|
|
3516
|
+
* <p>The currency of the payment for the Capacity Block.</p>
|
|
3517
|
+
* @public
|
|
3518
|
+
*/
|
|
3519
|
+
CurrencyCode?: string | undefined;
|
|
3520
|
+
/**
|
|
3521
|
+
* <p>The tenancy of the Capacity Block.</p>
|
|
3522
|
+
* @public
|
|
3523
|
+
*/
|
|
3524
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
3525
|
+
/**
|
|
3526
|
+
* <p>The number of minutes (in addition to <code>capacityBlockDurationHours</code>) for the
|
|
3527
|
+
* duration of the Capacity Block reservation. For example, if a Capacity Block starts at
|
|
3528
|
+
* <b>08:55</b> and ends at <b>11:30</b>,
|
|
3529
|
+
* the minutes field would be <b>35</b>.</p>
|
|
3530
|
+
* @public
|
|
3531
|
+
*/
|
|
3532
|
+
CapacityBlockDurationMinutes?: number | undefined;
|
|
3533
|
+
}
|
|
3534
|
+
/**
|
|
3535
|
+
* @public
|
|
3536
|
+
*/
|
|
3537
|
+
export interface DescribeCapacityBlockOfferingsResult {
|
|
3538
|
+
/**
|
|
3539
|
+
* <p>The recommended Capacity Block offering for the dates specified.</p>
|
|
3540
|
+
* @public
|
|
3541
|
+
*/
|
|
3542
|
+
CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
|
|
3543
|
+
/**
|
|
3544
|
+
* <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>
|
|
3545
|
+
* @public
|
|
3546
|
+
*/
|
|
3547
|
+
NextToken?: string | undefined;
|
|
3548
|
+
}
|
|
3549
|
+
/**
|
|
3550
|
+
* @public
|
|
3551
|
+
* @enum
|
|
3552
|
+
*/
|
|
3553
|
+
export declare const CallerRole: {
|
|
3554
|
+
readonly odcr_owner: "odcr-owner";
|
|
3555
|
+
readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
|
|
3556
|
+
};
|
|
3557
|
+
/**
|
|
3558
|
+
* @public
|
|
3559
|
+
*/
|
|
3560
|
+
export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
|
|
3561
|
+
/**
|
|
3562
|
+
* @public
|
|
3563
|
+
*/
|
|
3564
|
+
export interface DescribeCapacityReservationBillingRequestsRequest {
|
|
3565
|
+
/**
|
|
3566
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
3567
|
+
* @public
|
|
3568
|
+
*/
|
|
3569
|
+
CapacityReservationIds?: string[] | undefined;
|
|
3570
|
+
/**
|
|
3571
|
+
* <p>Specify one of the following:</p>
|
|
3071
3572
|
* <ul>
|
|
3072
3573
|
* <li>
|
|
3073
3574
|
* <p>
|
|
3074
|
-
* <code>odcr-owner</code> - If you are the Capacity Reservation owner, specify
|
|
3075
|
-
* value to view requests that you have initiated. Not supported with the
|
|
3076
|
-
*
|
|
3575
|
+
* <code>odcr-owner</code> - If you are the Capacity Reservation owner, specify
|
|
3576
|
+
* this value to view requests that you have initiated. Not supported with the
|
|
3577
|
+
* <code>requested-by</code> filter.</p>
|
|
3077
3578
|
* </li>
|
|
3078
3579
|
* <li>
|
|
3079
3580
|
* <p>
|
|
3080
|
-
* <code>unused-reservation-billing-owner</code> - If you are the consumer
|
|
3081
|
-
* specify this value to view requests that have been sent to you. Not
|
|
3082
|
-
* <code>unused-reservation-billing-owner</code> filter.</p>
|
|
3581
|
+
* <code>unused-reservation-billing-owner</code> - If you are the consumer
|
|
3582
|
+
* account, specify this value to view requests that have been sent to you. Not
|
|
3583
|
+
* supported with the <code>unused-reservation-billing-owner</code> filter.</p>
|
|
3083
3584
|
* </li>
|
|
3084
3585
|
* </ul>
|
|
3085
3586
|
* @public
|
|
@@ -3101,19 +3602,21 @@ export interface DescribeCapacityReservationBillingRequestsRequest {
|
|
|
3101
3602
|
* <ul>
|
|
3102
3603
|
* <li>
|
|
3103
3604
|
* <p>
|
|
3104
|
-
* <code>status</code> - The state of the request (<code>pending</code> |
|
|
3105
|
-
*
|
|
3605
|
+
* <code>status</code> - The state of the request (<code>pending</code> |
|
|
3606
|
+
* <code>accepted</code> | <code>rejected</code> | <code>cancelled</code> |
|
|
3607
|
+
* <code>revoked</code> | <code>expired</code>).</p>
|
|
3106
3608
|
* </li>
|
|
3107
3609
|
* <li>
|
|
3108
3610
|
* <p>
|
|
3109
|
-
* <code>requested-by</code> - The account ID of the Capacity Reservation owner
|
|
3110
|
-
* the request. Not supported if you specify
|
|
3611
|
+
* <code>requested-by</code> - The account ID of the Capacity Reservation owner
|
|
3612
|
+
* that initiated the request. Not supported if you specify
|
|
3613
|
+
* <code>requested-by</code> for <b>Role</b>.</p>
|
|
3111
3614
|
* </li>
|
|
3112
3615
|
* <li>
|
|
3113
3616
|
* <p>
|
|
3114
|
-
* <code>unused-reservation-billing-owner</code> - The ID of the consumer account
|
|
3115
|
-
* request was sent. Not supported if you specify
|
|
3116
|
-
*
|
|
3617
|
+
* <code>unused-reservation-billing-owner</code> - The ID of the consumer account
|
|
3618
|
+
* to which the request was sent. Not supported if you specify
|
|
3619
|
+
* <code>unused-reservation-billing-owner</code> for <b>Role</b>.</p>
|
|
3117
3620
|
* </li>
|
|
3118
3621
|
* </ul>
|
|
3119
3622
|
* @public
|
|
@@ -3163,7 +3666,8 @@ export declare const CapacityReservationBillingRequestStatus: {
|
|
|
3163
3666
|
*/
|
|
3164
3667
|
export type CapacityReservationBillingRequestStatus = (typeof CapacityReservationBillingRequestStatus)[keyof typeof CapacityReservationBillingRequestStatus];
|
|
3165
3668
|
/**
|
|
3166
|
-
* <p>Information about a request to assign billing of the unused capacity of a Capacity
|
|
3669
|
+
* <p>Information about a request to assign billing of the unused capacity of a Capacity
|
|
3670
|
+
* Reservation.</p>
|
|
3167
3671
|
* @public
|
|
3168
3672
|
*/
|
|
3169
3673
|
export interface CapacityReservationBillingRequest {
|
|
@@ -3188,8 +3692,8 @@ export interface CapacityReservationBillingRequest {
|
|
|
3188
3692
|
*/
|
|
3189
3693
|
LastUpdateTime?: Date | undefined;
|
|
3190
3694
|
/**
|
|
3191
|
-
* <p>The status of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/view-billing-transfers.html">
|
|
3192
|
-
*
|
|
3695
|
+
* <p>The status of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/view-billing-transfers.html"> View billing assignment
|
|
3696
|
+
* requests for a shared Amazon EC2 Capacity Reservation</a>.</p>
|
|
3193
3697
|
* @public
|
|
3194
3698
|
*/
|
|
3195
3699
|
Status?: CapacityReservationBillingRequestStatus | undefined;
|
|
@@ -3244,21 +3748,26 @@ export interface DescribeCapacityReservationFleetsRequest {
|
|
|
3244
3748
|
* <ul>
|
|
3245
3749
|
* <li>
|
|
3246
3750
|
* <p>
|
|
3247
|
-
* <code>state</code> - The state of the Fleet (<code>submitted</code> |
|
|
3248
|
-
*
|
|
3249
|
-
*
|
|
3751
|
+
* <code>state</code> - The state of the Fleet (<code>submitted</code> |
|
|
3752
|
+
* <code>modifying</code> | <code>active</code> |
|
|
3753
|
+
* <code>partially_fulfilled</code> | <code>expiring</code> |
|
|
3754
|
+
* <code>expired</code> | <code>cancelling</code> | <code>cancelled</code> |
|
|
3755
|
+
* <code>failed</code>).</p>
|
|
3250
3756
|
* </li>
|
|
3251
3757
|
* <li>
|
|
3252
3758
|
* <p>
|
|
3253
|
-
* <code>instance-match-criteria</code> - The instance matching criteria for the
|
|
3759
|
+
* <code>instance-match-criteria</code> - The instance matching criteria for the
|
|
3760
|
+
* Fleet. Only <code>open</code> is supported.</p>
|
|
3254
3761
|
* </li>
|
|
3255
3762
|
* <li>
|
|
3256
3763
|
* <p>
|
|
3257
|
-
* <code>tenancy</code> - The tenancy of the Fleet (<code>default</code> |
|
|
3764
|
+
* <code>tenancy</code> - The tenancy of the Fleet (<code>default</code> |
|
|
3765
|
+
* <code>dedicated</code>).</p>
|
|
3258
3766
|
* </li>
|
|
3259
3767
|
* <li>
|
|
3260
3768
|
* <p>
|
|
3261
|
-
* <code>allocation-strategy</code> - The allocation strategy used by the Fleet.
|
|
3769
|
+
* <code>allocation-strategy</code> - The allocation strategy used by the Fleet.
|
|
3770
|
+
* Only <code>prioritized</code> is supported.</p>
|
|
3262
3771
|
* </li>
|
|
3263
3772
|
* </ul>
|
|
3264
3773
|
* @public
|
|
@@ -3290,54 +3799,55 @@ export interface CapacityReservationFleet {
|
|
|
3290
3799
|
* <ul>
|
|
3291
3800
|
* <li>
|
|
3292
3801
|
* <p>
|
|
3293
|
-
* <code>submitted</code> - The Capacity Reservation Fleet request has been
|
|
3294
|
-
* and Amazon Elastic Compute Cloud is preparing to create the Capacity
|
|
3802
|
+
* <code>submitted</code> - The Capacity Reservation Fleet request has been
|
|
3803
|
+
* submitted and Amazon Elastic Compute Cloud is preparing to create the Capacity
|
|
3804
|
+
* Reservations.</p>
|
|
3295
3805
|
* </li>
|
|
3296
3806
|
* <li>
|
|
3297
3807
|
* <p>
|
|
3298
|
-
* <code>modifying</code> - The Capacity Reservation Fleet is being modified. The
|
|
3299
|
-
* remains in this state until the modification is complete.</p>
|
|
3808
|
+
* <code>modifying</code> - The Capacity Reservation Fleet is being modified. The
|
|
3809
|
+
* Fleet remains in this state until the modification is complete.</p>
|
|
3300
3810
|
* </li>
|
|
3301
3811
|
* <li>
|
|
3302
3812
|
* <p>
|
|
3303
|
-
* <code>active</code> - The Capacity Reservation Fleet has fulfilled its total
|
|
3304
|
-
* capacity and it is attempting to maintain this capacity. The Fleet
|
|
3305
|
-
* state until it is modified or deleted.</p>
|
|
3813
|
+
* <code>active</code> - The Capacity Reservation Fleet has fulfilled its total
|
|
3814
|
+
* target capacity and it is attempting to maintain this capacity. The Fleet
|
|
3815
|
+
* remains in this state until it is modified or deleted.</p>
|
|
3306
3816
|
* </li>
|
|
3307
3817
|
* <li>
|
|
3308
3818
|
* <p>
|
|
3309
|
-
* <code>partially_fulfilled</code> - The Capacity Reservation Fleet has
|
|
3310
|
-
* fulfilled its total target capacity. There is insufficient Amazon EC2 to
|
|
3311
|
-
* fulfill
|
|
3312
|
-
* its total target capacity.</p>
|
|
3819
|
+
* <code>partially_fulfilled</code> - The Capacity Reservation Fleet has
|
|
3820
|
+
* partially fulfilled its total target capacity. There is insufficient Amazon EC2 to fulfill the total target capacity. The Fleet is attempting to
|
|
3821
|
+
* asynchronously fulfill its total target capacity.</p>
|
|
3313
3822
|
* </li>
|
|
3314
3823
|
* <li>
|
|
3315
3824
|
* <p>
|
|
3316
|
-
* <code>expiring</code> - The Capacity Reservation Fleet has reach its end date
|
|
3317
|
-
* is in the process of expiring. One or more of its Capacity reservations
|
|
3318
|
-
* be active.</p>
|
|
3825
|
+
* <code>expiring</code> - The Capacity Reservation Fleet has reach its end date
|
|
3826
|
+
* and it is in the process of expiring. One or more of its Capacity reservations
|
|
3827
|
+
* might still be active.</p>
|
|
3319
3828
|
* </li>
|
|
3320
3829
|
* <li>
|
|
3321
3830
|
* <p>
|
|
3322
|
-
* <code>expired</code> - The Capacity Reservation Fleet has reach its end date.
|
|
3323
|
-
* and its Capacity Reservations are expired. The Fleet can't create new
|
|
3324
|
-
* Reservations.</p>
|
|
3831
|
+
* <code>expired</code> - The Capacity Reservation Fleet has reach its end date.
|
|
3832
|
+
* The Fleet and its Capacity Reservations are expired. The Fleet can't create new
|
|
3833
|
+
* Capacity Reservations.</p>
|
|
3325
3834
|
* </li>
|
|
3326
3835
|
* <li>
|
|
3327
3836
|
* <p>
|
|
3328
|
-
* <code>cancelling</code> - The Capacity Reservation Fleet is in the process of
|
|
3329
|
-
* cancelled. One or more of its Capacity reservations might still be
|
|
3837
|
+
* <code>cancelling</code> - The Capacity Reservation Fleet is in the process of
|
|
3838
|
+
* being cancelled. One or more of its Capacity reservations might still be
|
|
3839
|
+
* active.</p>
|
|
3330
3840
|
* </li>
|
|
3331
3841
|
* <li>
|
|
3332
3842
|
* <p>
|
|
3333
|
-
* <code>cancelled</code> - The Capacity Reservation Fleet has been manually
|
|
3334
|
-
* The Fleet and its Capacity Reservations are cancelled and the Fleet
|
|
3335
|
-
* Capacity Reservations.</p>
|
|
3843
|
+
* <code>cancelled</code> - The Capacity Reservation Fleet has been manually
|
|
3844
|
+
* cancelled. The Fleet and its Capacity Reservations are cancelled and the Fleet
|
|
3845
|
+
* can't create new Capacity Reservations.</p>
|
|
3336
3846
|
* </li>
|
|
3337
3847
|
* <li>
|
|
3338
3848
|
* <p>
|
|
3339
|
-
* <code>failed</code> - The Capacity Reservation Fleet failed to reserve
|
|
3340
|
-
* the specified instance types.</p>
|
|
3849
|
+
* <code>failed</code> - The Capacity Reservation Fleet failed to reserve
|
|
3850
|
+
* capacity for the specified instance types.</p>
|
|
3341
3851
|
* </li>
|
|
3342
3852
|
* </ul>
|
|
3343
3853
|
* @public
|
|
@@ -3360,13 +3870,13 @@ export interface CapacityReservationFleet {
|
|
|
3360
3870
|
* <ul>
|
|
3361
3871
|
* <li>
|
|
3362
3872
|
* <p>
|
|
3363
|
-
* <code>default</code> - The Capacity Reservation Fleet is created on hardware
|
|
3364
|
-
* shared with other Amazon Web Services accounts.</p>
|
|
3873
|
+
* <code>default</code> - The Capacity Reservation Fleet is created on hardware
|
|
3874
|
+
* that is shared with other Amazon Web Services accounts.</p>
|
|
3365
3875
|
* </li>
|
|
3366
3876
|
* <li>
|
|
3367
3877
|
* <p>
|
|
3368
|
-
* <code>dedicated</code> - The Capacity Reservation Fleet is created on
|
|
3369
|
-
* hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
3878
|
+
* <code>dedicated</code> - The Capacity Reservation Fleet is created on
|
|
3879
|
+
* single-tenant hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
3370
3880
|
* </li>
|
|
3371
3881
|
* </ul>
|
|
3372
3882
|
* @public
|
|
@@ -3383,18 +3893,20 @@ export interface CapacityReservationFleet {
|
|
|
3383
3893
|
*/
|
|
3384
3894
|
CreateTime?: Date | undefined;
|
|
3385
3895
|
/**
|
|
3386
|
-
* <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
|
3387
|
-
* Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
|
|
3388
|
-
* <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching
|
|
3389
|
-
* only. This means that instances that have matching attributes (instance type,
|
|
3390
|
-
* Availability Zone) run in the Capacity Reservations automatically.
|
|
3391
|
-
* explicitly target a Capacity Reservation Fleet to use its
|
|
3896
|
+
* <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
|
3897
|
+
* All Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
|
|
3898
|
+
* <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching
|
|
3899
|
+
* criteria only. This means that instances that have matching attributes (instance type,
|
|
3900
|
+
* platform, and Availability Zone) run in the Capacity Reservations automatically.
|
|
3901
|
+
* Instances do not need to explicitly target a Capacity Reservation Fleet to use its
|
|
3902
|
+
* reserved capacity.</p>
|
|
3392
3903
|
* @public
|
|
3393
3904
|
*/
|
|
3394
3905
|
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
3395
3906
|
/**
|
|
3396
|
-
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the
|
|
3397
|
-
* instance types to use. For more information, see For more information, see
|
|
3907
|
+
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the
|
|
3908
|
+
* specified instance types to use. For more information, see For more information, see
|
|
3909
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy">Allocation
|
|
3398
3910
|
* strategy</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
3399
3911
|
* @public
|
|
3400
3912
|
*/
|
|
@@ -3450,113 +3962,138 @@ export interface DescribeCapacityReservationsRequest {
|
|
|
3450
3962
|
* <ul>
|
|
3451
3963
|
* <li>
|
|
3452
3964
|
* <p>
|
|
3453
|
-
* <code>instance-type</code> - The type of instance for which the Capacity
|
|
3965
|
+
* <code>instance-type</code> - The type of instance for which the Capacity
|
|
3966
|
+
* Reservation reserves capacity.</p>
|
|
3454
3967
|
* </li>
|
|
3455
3968
|
* <li>
|
|
3456
3969
|
* <p>
|
|
3457
|
-
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the
|
|
3970
|
+
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the
|
|
3971
|
+
* Capacity Reservation.</p>
|
|
3458
3972
|
* </li>
|
|
3459
3973
|
* <li>
|
|
3460
3974
|
* <p>
|
|
3461
|
-
* <code>instance-platform</code> - The type of operating system for which the
|
|
3975
|
+
* <code>instance-platform</code> - The type of operating system for which the
|
|
3976
|
+
* Capacity Reservation reserves capacity.</p>
|
|
3462
3977
|
* </li>
|
|
3463
3978
|
* <li>
|
|
3464
3979
|
* <p>
|
|
3465
|
-
* <code>availability-zone</code> - The Availability Zone of the Capacity
|
|
3980
|
+
* <code>availability-zone</code> - The Availability Zone of the Capacity
|
|
3981
|
+
* Reservation.</p>
|
|
3466
3982
|
* </li>
|
|
3467
3983
|
* <li>
|
|
3468
3984
|
* <p>
|
|
3469
|
-
* <code>tenancy</code> - Indicates the tenancy of the Capacity Reservation. A
|
|
3470
|
-
*
|
|
3985
|
+
* <code>tenancy</code> - Indicates the tenancy of the Capacity Reservation. A
|
|
3986
|
+
* Capacity Reservation can have one of the following tenancy settings:</p>
|
|
3471
3987
|
* <ul>
|
|
3472
3988
|
* <li>
|
|
3473
3989
|
* <p>
|
|
3474
|
-
* <code>default</code> - The Capacity Reservation is created on hardware
|
|
3990
|
+
* <code>default</code> - The Capacity Reservation is created on hardware
|
|
3991
|
+
* that is shared with other Amazon Web Services accounts.</p>
|
|
3475
3992
|
* </li>
|
|
3476
3993
|
* <li>
|
|
3477
3994
|
* <p>
|
|
3478
|
-
* <code>dedicated</code> - The Capacity Reservation is created on
|
|
3995
|
+
* <code>dedicated</code> - The Capacity Reservation is created on
|
|
3996
|
+
* single-tenant hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
3479
3997
|
* </li>
|
|
3480
3998
|
* </ul>
|
|
3481
3999
|
* </li>
|
|
3482
4000
|
* <li>
|
|
3483
4001
|
* <p>
|
|
3484
|
-
* <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost on
|
|
4002
|
+
* <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost on
|
|
4003
|
+
* which the Capacity Reservation was created.</p>
|
|
3485
4004
|
* </li>
|
|
3486
4005
|
* <li>
|
|
3487
4006
|
* <p>
|
|
3488
|
-
* <code>state</code> - The current state of the Capacity Reservation. A Capacity
|
|
4007
|
+
* <code>state</code> - The current state of the Capacity Reservation. A Capacity
|
|
4008
|
+
* Reservation can be in one of the following states:</p>
|
|
3489
4009
|
* <ul>
|
|
3490
4010
|
* <li>
|
|
3491
4011
|
* <p>
|
|
3492
|
-
* <code>active</code>- The Capacity Reservation is active and the
|
|
4012
|
+
* <code>active</code>- The Capacity Reservation is active and the
|
|
4013
|
+
* capacity is available for your use.</p>
|
|
3493
4014
|
* </li>
|
|
3494
4015
|
* <li>
|
|
3495
4016
|
* <p>
|
|
3496
|
-
* <code>expired</code> - The Capacity Reservation expired automatically
|
|
3497
|
-
*
|
|
4017
|
+
* <code>expired</code> - The Capacity Reservation expired automatically
|
|
4018
|
+
* at the date and time specified in your request. The reserved capacity is
|
|
4019
|
+
* no longer available for your use.</p>
|
|
3498
4020
|
* </li>
|
|
3499
4021
|
* <li>
|
|
3500
4022
|
* <p>
|
|
3501
|
-
* <code>cancelled</code> - The Capacity Reservation was cancelled. The
|
|
4023
|
+
* <code>cancelled</code> - The Capacity Reservation was cancelled. The
|
|
4024
|
+
* reserved capacity is no longer available for your use.</p>
|
|
3502
4025
|
* </li>
|
|
3503
4026
|
* <li>
|
|
3504
4027
|
* <p>
|
|
3505
|
-
* <code>pending</code> - The Capacity Reservation request was successful
|
|
4028
|
+
* <code>pending</code> - The Capacity Reservation request was successful
|
|
4029
|
+
* but the capacity provisioning is still pending.</p>
|
|
3506
4030
|
* </li>
|
|
3507
4031
|
* <li>
|
|
3508
4032
|
* <p>
|
|
3509
|
-
* <code>failed</code> - The Capacity Reservation request has failed. A
|
|
3510
|
-
*
|
|
4033
|
+
* <code>failed</code> - The Capacity Reservation request has failed. A
|
|
4034
|
+
* request might fail due to invalid request parameters, capacity
|
|
4035
|
+
* constraints, or instance limit constraints. Failed requests are retained
|
|
4036
|
+
* for 60 minutes.</p>
|
|
3511
4037
|
* </li>
|
|
3512
4038
|
* </ul>
|
|
3513
4039
|
* </li>
|
|
3514
4040
|
* <li>
|
|
3515
4041
|
* <p>
|
|
3516
|
-
* <code>start-date</code> - The date and time at which the Capacity Reservation
|
|
4042
|
+
* <code>start-date</code> - The date and time at which the Capacity Reservation
|
|
4043
|
+
* was started.</p>
|
|
3517
4044
|
* </li>
|
|
3518
4045
|
* <li>
|
|
3519
4046
|
* <p>
|
|
3520
|
-
* <code>end-date</code> - The date and time at which the Capacity Reservation
|
|
3521
|
-
*
|
|
4047
|
+
* <code>end-date</code> - The date and time at which the Capacity Reservation
|
|
4048
|
+
* expires. When a Capacity Reservation expires, the reserved capacity is released
|
|
4049
|
+
* and you can no longer launch instances into it. The Capacity Reservation's state
|
|
4050
|
+
* changes to expired when it reaches its end date and time.</p>
|
|
3522
4051
|
* </li>
|
|
3523
4052
|
* <li>
|
|
3524
4053
|
* <p>
|
|
3525
|
-
* <code>end-date-type</code> - Indicates the way in which the Capacity
|
|
4054
|
+
* <code>end-date-type</code> - Indicates the way in which the Capacity
|
|
4055
|
+
* Reservation ends. A Capacity Reservation can have one of the following end
|
|
4056
|
+
* types:</p>
|
|
3526
4057
|
* <ul>
|
|
3527
4058
|
* <li>
|
|
3528
4059
|
* <p>
|
|
3529
|
-
* <code>unlimited</code> - The Capacity Reservation remains active until
|
|
4060
|
+
* <code>unlimited</code> - The Capacity Reservation remains active until
|
|
4061
|
+
* you explicitly cancel it.</p>
|
|
3530
4062
|
* </li>
|
|
3531
4063
|
* <li>
|
|
3532
4064
|
* <p>
|
|
3533
|
-
* <code>limited</code> - The Capacity Reservation expires automatically
|
|
4065
|
+
* <code>limited</code> - The Capacity Reservation expires automatically
|
|
4066
|
+
* at a specified date and time.</p>
|
|
3534
4067
|
* </li>
|
|
3535
4068
|
* </ul>
|
|
3536
4069
|
* </li>
|
|
3537
4070
|
* <li>
|
|
3538
4071
|
* <p>
|
|
3539
|
-
* <code>instance-match-criteria</code> - Indicates the type of instance launches
|
|
4072
|
+
* <code>instance-match-criteria</code> - Indicates the type of instance launches
|
|
4073
|
+
* that the Capacity Reservation accepts. The options include:</p>
|
|
3540
4074
|
* <ul>
|
|
3541
4075
|
* <li>
|
|
3542
4076
|
* <p>
|
|
3543
|
-
* <code>open</code> - The Capacity Reservation accepts all instances
|
|
3544
|
-
* attributes (instance type, platform, and Availability
|
|
3545
|
-
* that have matching attributes launch into the Capacity
|
|
3546
|
-
* automatically without specifying any additional
|
|
4077
|
+
* <code>open</code> - The Capacity Reservation accepts all instances
|
|
4078
|
+
* that have matching attributes (instance type, platform, and Availability
|
|
4079
|
+
* Zone). Instances that have matching attributes launch into the Capacity
|
|
4080
|
+
* Reservation automatically without specifying any additional
|
|
4081
|
+
* parameters.</p>
|
|
3547
4082
|
* </li>
|
|
3548
4083
|
* <li>
|
|
3549
4084
|
* <p>
|
|
3550
|
-
* <code>targeted</code> - The Capacity Reservation only accepts
|
|
3551
|
-
* attributes (instance type, platform, and
|
|
3552
|
-
* explicitly target the Capacity Reservation. This
|
|
3553
|
-
* permitted instances can use the reserved
|
|
4085
|
+
* <code>targeted</code> - The Capacity Reservation only accepts
|
|
4086
|
+
* instances that have matching attributes (instance type, platform, and
|
|
4087
|
+
* Availability Zone), and explicitly target the Capacity Reservation. This
|
|
4088
|
+
* ensures that only permitted instances can use the reserved
|
|
4089
|
+
* capacity.</p>
|
|
3554
4090
|
* </li>
|
|
3555
4091
|
* </ul>
|
|
3556
4092
|
* </li>
|
|
3557
4093
|
* <li>
|
|
3558
4094
|
* <p>
|
|
3559
|
-
* <code>placement-group-arn</code> - The ARN of the cluster placement group in
|
|
4095
|
+
* <code>placement-group-arn</code> - The ARN of the cluster placement group in
|
|
4096
|
+
* which the Capacity Reservation was created.</p>
|
|
3560
4097
|
* </li>
|
|
3561
4098
|
* </ul>
|
|
3562
4099
|
* @public
|
|
@@ -6969,608 +7506,6 @@ export declare const ProductCodeValues: {
|
|
|
6969
7506
|
* @public
|
|
6970
7507
|
*/
|
|
6971
7508
|
export type ProductCodeValues = (typeof ProductCodeValues)[keyof typeof ProductCodeValues];
|
|
6972
|
-
/**
|
|
6973
|
-
* <p>Describes a product code.</p>
|
|
6974
|
-
* @public
|
|
6975
|
-
*/
|
|
6976
|
-
export interface ProductCode {
|
|
6977
|
-
/**
|
|
6978
|
-
* <p>The product code.</p>
|
|
6979
|
-
* @public
|
|
6980
|
-
*/
|
|
6981
|
-
ProductCodeId?: string | undefined;
|
|
6982
|
-
/**
|
|
6983
|
-
* <p>The type of product code.</p>
|
|
6984
|
-
* @public
|
|
6985
|
-
*/
|
|
6986
|
-
ProductCodeType?: ProductCodeValues | undefined;
|
|
6987
|
-
}
|
|
6988
|
-
/**
|
|
6989
|
-
* <p>Describes an Amazon FPGA image (AFI) attribute.</p>
|
|
6990
|
-
* @public
|
|
6991
|
-
*/
|
|
6992
|
-
export interface FpgaImageAttribute {
|
|
6993
|
-
/**
|
|
6994
|
-
* <p>The ID of the AFI.</p>
|
|
6995
|
-
* @public
|
|
6996
|
-
*/
|
|
6997
|
-
FpgaImageId?: string | undefined;
|
|
6998
|
-
/**
|
|
6999
|
-
* <p>The name of the AFI.</p>
|
|
7000
|
-
* @public
|
|
7001
|
-
*/
|
|
7002
|
-
Name?: string | undefined;
|
|
7003
|
-
/**
|
|
7004
|
-
* <p>The description of the AFI.</p>
|
|
7005
|
-
* @public
|
|
7006
|
-
*/
|
|
7007
|
-
Description?: string | undefined;
|
|
7008
|
-
/**
|
|
7009
|
-
* <p>The load permissions.</p>
|
|
7010
|
-
* @public
|
|
7011
|
-
*/
|
|
7012
|
-
LoadPermissions?: LoadPermission[] | undefined;
|
|
7013
|
-
/**
|
|
7014
|
-
* <p>The product codes.</p>
|
|
7015
|
-
* @public
|
|
7016
|
-
*/
|
|
7017
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
7018
|
-
}
|
|
7019
|
-
/**
|
|
7020
|
-
* @public
|
|
7021
|
-
*/
|
|
7022
|
-
export interface DescribeFpgaImageAttributeResult {
|
|
7023
|
-
/**
|
|
7024
|
-
* <p>Information about the attribute.</p>
|
|
7025
|
-
* @public
|
|
7026
|
-
*/
|
|
7027
|
-
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
7028
|
-
}
|
|
7029
|
-
/**
|
|
7030
|
-
* @public
|
|
7031
|
-
*/
|
|
7032
|
-
export interface DescribeFpgaImagesRequest {
|
|
7033
|
-
/**
|
|
7034
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7035
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7036
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7037
|
-
* @public
|
|
7038
|
-
*/
|
|
7039
|
-
DryRun?: boolean | undefined;
|
|
7040
|
-
/**
|
|
7041
|
-
* <p>The AFI IDs.</p>
|
|
7042
|
-
* @public
|
|
7043
|
-
*/
|
|
7044
|
-
FpgaImageIds?: string[] | undefined;
|
|
7045
|
-
/**
|
|
7046
|
-
* <p>Filters the AFI by owner. Specify an Amazon Web Services account ID, <code>self</code>
|
|
7047
|
-
* (owner is the sender of the request), or an Amazon Web Services owner alias (valid values are
|
|
7048
|
-
* <code>amazon</code> | <code>aws-marketplace</code>).</p>
|
|
7049
|
-
* @public
|
|
7050
|
-
*/
|
|
7051
|
-
Owners?: string[] | undefined;
|
|
7052
|
-
/**
|
|
7053
|
-
* <p>The filters.</p>
|
|
7054
|
-
* <ul>
|
|
7055
|
-
* <li>
|
|
7056
|
-
* <p>
|
|
7057
|
-
* <code>create-time</code> - The creation time of the AFI.</p>
|
|
7058
|
-
* </li>
|
|
7059
|
-
* <li>
|
|
7060
|
-
* <p>
|
|
7061
|
-
* <code>fpga-image-id</code> - The FPGA image identifier (AFI ID).</p>
|
|
7062
|
-
* </li>
|
|
7063
|
-
* <li>
|
|
7064
|
-
* <p>
|
|
7065
|
-
* <code>fpga-image-global-id</code> - The global FPGA image identifier (AGFI ID).</p>
|
|
7066
|
-
* </li>
|
|
7067
|
-
* <li>
|
|
7068
|
-
* <p>
|
|
7069
|
-
* <code>name</code> - The name of the AFI.</p>
|
|
7070
|
-
* </li>
|
|
7071
|
-
* <li>
|
|
7072
|
-
* <p>
|
|
7073
|
-
* <code>owner-id</code> - The Amazon Web Services account ID of the AFI owner.</p>
|
|
7074
|
-
* </li>
|
|
7075
|
-
* <li>
|
|
7076
|
-
* <p>
|
|
7077
|
-
* <code>product-code</code> - The product code.</p>
|
|
7078
|
-
* </li>
|
|
7079
|
-
* <li>
|
|
7080
|
-
* <p>
|
|
7081
|
-
* <code>shell-version</code> - The version of the Amazon Web Services Shell that was used to create the bitstream.</p>
|
|
7082
|
-
* </li>
|
|
7083
|
-
* <li>
|
|
7084
|
-
* <p>
|
|
7085
|
-
* <code>state</code> - The state of the AFI (<code>pending</code> | <code>failed</code> | <code>available</code> | <code>unavailable</code>).</p>
|
|
7086
|
-
* </li>
|
|
7087
|
-
* <li>
|
|
7088
|
-
* <p>
|
|
7089
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
7090
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
7091
|
-
* </li>
|
|
7092
|
-
* <li>
|
|
7093
|
-
* <p>
|
|
7094
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
7095
|
-
* </li>
|
|
7096
|
-
* <li>
|
|
7097
|
-
* <p>
|
|
7098
|
-
* <code>update-time</code> - The time of the most recent update.</p>
|
|
7099
|
-
* </li>
|
|
7100
|
-
* </ul>
|
|
7101
|
-
* @public
|
|
7102
|
-
*/
|
|
7103
|
-
Filters?: Filter[] | undefined;
|
|
7104
|
-
/**
|
|
7105
|
-
* <p>The token to retrieve the next page of results.</p>
|
|
7106
|
-
* @public
|
|
7107
|
-
*/
|
|
7108
|
-
NextToken?: string | undefined;
|
|
7109
|
-
/**
|
|
7110
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
7111
|
-
* @public
|
|
7112
|
-
*/
|
|
7113
|
-
MaxResults?: number | undefined;
|
|
7114
|
-
}
|
|
7115
|
-
/**
|
|
7116
|
-
* <p>Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.</p>
|
|
7117
|
-
* @public
|
|
7118
|
-
*/
|
|
7119
|
-
export interface PciId {
|
|
7120
|
-
/**
|
|
7121
|
-
* <p>The ID of the device.</p>
|
|
7122
|
-
* @public
|
|
7123
|
-
*/
|
|
7124
|
-
DeviceId?: string | undefined;
|
|
7125
|
-
/**
|
|
7126
|
-
* <p>The ID of the vendor.</p>
|
|
7127
|
-
* @public
|
|
7128
|
-
*/
|
|
7129
|
-
VendorId?: string | undefined;
|
|
7130
|
-
/**
|
|
7131
|
-
* <p>The ID of the subsystem.</p>
|
|
7132
|
-
* @public
|
|
7133
|
-
*/
|
|
7134
|
-
SubsystemId?: string | undefined;
|
|
7135
|
-
/**
|
|
7136
|
-
* <p>The ID of the vendor for the subsystem.</p>
|
|
7137
|
-
* @public
|
|
7138
|
-
*/
|
|
7139
|
-
SubsystemVendorId?: string | undefined;
|
|
7140
|
-
}
|
|
7141
|
-
/**
|
|
7142
|
-
* @public
|
|
7143
|
-
* @enum
|
|
7144
|
-
*/
|
|
7145
|
-
export declare const FpgaImageStateCode: {
|
|
7146
|
-
readonly available: "available";
|
|
7147
|
-
readonly failed: "failed";
|
|
7148
|
-
readonly pending: "pending";
|
|
7149
|
-
readonly unavailable: "unavailable";
|
|
7150
|
-
};
|
|
7151
|
-
/**
|
|
7152
|
-
* @public
|
|
7153
|
-
*/
|
|
7154
|
-
export type FpgaImageStateCode = (typeof FpgaImageStateCode)[keyof typeof FpgaImageStateCode];
|
|
7155
|
-
/**
|
|
7156
|
-
* <p>Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).</p>
|
|
7157
|
-
* @public
|
|
7158
|
-
*/
|
|
7159
|
-
export interface FpgaImageState {
|
|
7160
|
-
/**
|
|
7161
|
-
* <p>The state. The following are the possible values:</p>
|
|
7162
|
-
* <ul>
|
|
7163
|
-
* <li>
|
|
7164
|
-
* <p>
|
|
7165
|
-
* <code>pending</code> - AFI bitstream generation is in progress.</p>
|
|
7166
|
-
* </li>
|
|
7167
|
-
* <li>
|
|
7168
|
-
* <p>
|
|
7169
|
-
* <code>available</code> - The AFI is available for use.</p>
|
|
7170
|
-
* </li>
|
|
7171
|
-
* <li>
|
|
7172
|
-
* <p>
|
|
7173
|
-
* <code>failed</code> - AFI bitstream generation failed.</p>
|
|
7174
|
-
* </li>
|
|
7175
|
-
* <li>
|
|
7176
|
-
* <p>
|
|
7177
|
-
* <code>unavailable</code> - The AFI is no longer available for use.</p>
|
|
7178
|
-
* </li>
|
|
7179
|
-
* </ul>
|
|
7180
|
-
* @public
|
|
7181
|
-
*/
|
|
7182
|
-
Code?: FpgaImageStateCode | undefined;
|
|
7183
|
-
/**
|
|
7184
|
-
* <p>If the state is <code>failed</code>, this is the error message.</p>
|
|
7185
|
-
* @public
|
|
7186
|
-
*/
|
|
7187
|
-
Message?: string | undefined;
|
|
7188
|
-
}
|
|
7189
|
-
/**
|
|
7190
|
-
* <p>Describes an Amazon FPGA image (AFI).</p>
|
|
7191
|
-
* @public
|
|
7192
|
-
*/
|
|
7193
|
-
export interface FpgaImage {
|
|
7194
|
-
/**
|
|
7195
|
-
* <p>The FPGA image identifier (AFI ID).</p>
|
|
7196
|
-
* @public
|
|
7197
|
-
*/
|
|
7198
|
-
FpgaImageId?: string | undefined;
|
|
7199
|
-
/**
|
|
7200
|
-
* <p>The global FPGA image identifier (AGFI ID).</p>
|
|
7201
|
-
* @public
|
|
7202
|
-
*/
|
|
7203
|
-
FpgaImageGlobalId?: string | undefined;
|
|
7204
|
-
/**
|
|
7205
|
-
* <p>The name of the AFI.</p>
|
|
7206
|
-
* @public
|
|
7207
|
-
*/
|
|
7208
|
-
Name?: string | undefined;
|
|
7209
|
-
/**
|
|
7210
|
-
* <p>The description of the AFI.</p>
|
|
7211
|
-
* @public
|
|
7212
|
-
*/
|
|
7213
|
-
Description?: string | undefined;
|
|
7214
|
-
/**
|
|
7215
|
-
* <p>The version of the Amazon Web Services Shell that was used to create the bitstream.</p>
|
|
7216
|
-
* @public
|
|
7217
|
-
*/
|
|
7218
|
-
ShellVersion?: string | undefined;
|
|
7219
|
-
/**
|
|
7220
|
-
* <p>Information about the PCI bus.</p>
|
|
7221
|
-
* @public
|
|
7222
|
-
*/
|
|
7223
|
-
PciId?: PciId | undefined;
|
|
7224
|
-
/**
|
|
7225
|
-
* <p>Information about the state of the AFI.</p>
|
|
7226
|
-
* @public
|
|
7227
|
-
*/
|
|
7228
|
-
State?: FpgaImageState | undefined;
|
|
7229
|
-
/**
|
|
7230
|
-
* <p>The date and time the AFI was created.</p>
|
|
7231
|
-
* @public
|
|
7232
|
-
*/
|
|
7233
|
-
CreateTime?: Date | undefined;
|
|
7234
|
-
/**
|
|
7235
|
-
* <p>The time of the most recent update to the AFI.</p>
|
|
7236
|
-
* @public
|
|
7237
|
-
*/
|
|
7238
|
-
UpdateTime?: Date | undefined;
|
|
7239
|
-
/**
|
|
7240
|
-
* <p>The ID of the Amazon Web Services account that owns the AFI.</p>
|
|
7241
|
-
* @public
|
|
7242
|
-
*/
|
|
7243
|
-
OwnerId?: string | undefined;
|
|
7244
|
-
/**
|
|
7245
|
-
* <p>The alias of the AFI owner. Possible values include <code>self</code>, <code>amazon</code>, and <code>aws-marketplace</code>.</p>
|
|
7246
|
-
* @public
|
|
7247
|
-
*/
|
|
7248
|
-
OwnerAlias?: string | undefined;
|
|
7249
|
-
/**
|
|
7250
|
-
* <p>The product codes for the AFI.</p>
|
|
7251
|
-
* @public
|
|
7252
|
-
*/
|
|
7253
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
7254
|
-
/**
|
|
7255
|
-
* <p>Any tags assigned to the AFI.</p>
|
|
7256
|
-
* @public
|
|
7257
|
-
*/
|
|
7258
|
-
Tags?: Tag[] | undefined;
|
|
7259
|
-
/**
|
|
7260
|
-
* <p>Indicates whether the AFI is public.</p>
|
|
7261
|
-
* @public
|
|
7262
|
-
*/
|
|
7263
|
-
Public?: boolean | undefined;
|
|
7264
|
-
/**
|
|
7265
|
-
* <p>Indicates whether data retention support is enabled for the AFI.</p>
|
|
7266
|
-
* @public
|
|
7267
|
-
*/
|
|
7268
|
-
DataRetentionSupport?: boolean | undefined;
|
|
7269
|
-
/**
|
|
7270
|
-
* <p>The instance types supported by the AFI.</p>
|
|
7271
|
-
* @public
|
|
7272
|
-
*/
|
|
7273
|
-
InstanceTypes?: string[] | undefined;
|
|
7274
|
-
}
|
|
7275
|
-
/**
|
|
7276
|
-
* @public
|
|
7277
|
-
*/
|
|
7278
|
-
export interface DescribeFpgaImagesResult {
|
|
7279
|
-
/**
|
|
7280
|
-
* <p>Information about the FPGA images.</p>
|
|
7281
|
-
* @public
|
|
7282
|
-
*/
|
|
7283
|
-
FpgaImages?: FpgaImage[] | undefined;
|
|
7284
|
-
/**
|
|
7285
|
-
* <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>
|
|
7286
|
-
* @public
|
|
7287
|
-
*/
|
|
7288
|
-
NextToken?: string | undefined;
|
|
7289
|
-
}
|
|
7290
|
-
/**
|
|
7291
|
-
* @public
|
|
7292
|
-
*/
|
|
7293
|
-
export interface DescribeHostReservationOfferingsRequest {
|
|
7294
|
-
/**
|
|
7295
|
-
* <p>The filters.</p>
|
|
7296
|
-
* <ul>
|
|
7297
|
-
* <li>
|
|
7298
|
-
* <p>
|
|
7299
|
-
* <code>instance-family</code> - The instance family of the offering (for example,
|
|
7300
|
-
* <code>m4</code>).</p>
|
|
7301
|
-
* </li>
|
|
7302
|
-
* <li>
|
|
7303
|
-
* <p>
|
|
7304
|
-
* <code>payment-option</code> - The payment option (<code>NoUpfront</code> |
|
|
7305
|
-
* <code>PartialUpfront</code> | <code>AllUpfront</code>).</p>
|
|
7306
|
-
* </li>
|
|
7307
|
-
* </ul>
|
|
7308
|
-
* @public
|
|
7309
|
-
*/
|
|
7310
|
-
Filter?: Filter[] | undefined;
|
|
7311
|
-
/**
|
|
7312
|
-
* <p>This is the maximum duration of the reservation to purchase, specified in seconds.
|
|
7313
|
-
* Reservations are available in one-year and three-year terms. The number of seconds
|
|
7314
|
-
* specified must be the number of seconds in a year (365x24x60x60) times one of the
|
|
7315
|
-
* supported durations (1 or 3). For example, specify 94608000 for three years.</p>
|
|
7316
|
-
* @public
|
|
7317
|
-
*/
|
|
7318
|
-
MaxDuration?: number | undefined;
|
|
7319
|
-
/**
|
|
7320
|
-
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
|
|
7321
|
-
* @public
|
|
7322
|
-
*/
|
|
7323
|
-
MaxResults?: number | undefined;
|
|
7324
|
-
/**
|
|
7325
|
-
* <p>This is the minimum duration of the reservation you'd like to purchase, specified in
|
|
7326
|
-
* seconds. Reservations are available in one-year and three-year terms. The number of
|
|
7327
|
-
* seconds specified must be the number of seconds in a year (365x24x60x60) times one of
|
|
7328
|
-
* the supported durations (1 or 3). For example, specify 31536000 for one year.</p>
|
|
7329
|
-
* @public
|
|
7330
|
-
*/
|
|
7331
|
-
MinDuration?: number | undefined;
|
|
7332
|
-
/**
|
|
7333
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
7334
|
-
* @public
|
|
7335
|
-
*/
|
|
7336
|
-
NextToken?: string | undefined;
|
|
7337
|
-
/**
|
|
7338
|
-
* <p>The ID of the reservation offering.</p>
|
|
7339
|
-
* @public
|
|
7340
|
-
*/
|
|
7341
|
-
OfferingId?: string | undefined;
|
|
7342
|
-
}
|
|
7343
|
-
/**
|
|
7344
|
-
* @public
|
|
7345
|
-
* @enum
|
|
7346
|
-
*/
|
|
7347
|
-
export declare const PaymentOption: {
|
|
7348
|
-
readonly ALL_UPFRONT: "AllUpfront";
|
|
7349
|
-
readonly NO_UPFRONT: "NoUpfront";
|
|
7350
|
-
readonly PARTIAL_UPFRONT: "PartialUpfront";
|
|
7351
|
-
};
|
|
7352
|
-
/**
|
|
7353
|
-
* @public
|
|
7354
|
-
*/
|
|
7355
|
-
export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
|
|
7356
|
-
/**
|
|
7357
|
-
* <p>Details about the Dedicated Host Reservation offering.</p>
|
|
7358
|
-
* @public
|
|
7359
|
-
*/
|
|
7360
|
-
export interface HostOffering {
|
|
7361
|
-
/**
|
|
7362
|
-
* <p>The currency of the offering.</p>
|
|
7363
|
-
* @public
|
|
7364
|
-
*/
|
|
7365
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
7366
|
-
/**
|
|
7367
|
-
* <p>The duration of the offering (in seconds).</p>
|
|
7368
|
-
* @public
|
|
7369
|
-
*/
|
|
7370
|
-
Duration?: number | undefined;
|
|
7371
|
-
/**
|
|
7372
|
-
* <p>The hourly price of the offering.</p>
|
|
7373
|
-
* @public
|
|
7374
|
-
*/
|
|
7375
|
-
HourlyPrice?: string | undefined;
|
|
7376
|
-
/**
|
|
7377
|
-
* <p>The instance family of the offering.</p>
|
|
7378
|
-
* @public
|
|
7379
|
-
*/
|
|
7380
|
-
InstanceFamily?: string | undefined;
|
|
7381
|
-
/**
|
|
7382
|
-
* <p>The ID of the offering.</p>
|
|
7383
|
-
* @public
|
|
7384
|
-
*/
|
|
7385
|
-
OfferingId?: string | undefined;
|
|
7386
|
-
/**
|
|
7387
|
-
* <p>The available payment option.</p>
|
|
7388
|
-
* @public
|
|
7389
|
-
*/
|
|
7390
|
-
PaymentOption?: PaymentOption | undefined;
|
|
7391
|
-
/**
|
|
7392
|
-
* <p>The upfront price of the offering. Does not apply to No Upfront offerings.</p>
|
|
7393
|
-
* @public
|
|
7394
|
-
*/
|
|
7395
|
-
UpfrontPrice?: string | undefined;
|
|
7396
|
-
}
|
|
7397
|
-
/**
|
|
7398
|
-
* @public
|
|
7399
|
-
*/
|
|
7400
|
-
export interface DescribeHostReservationOfferingsResult {
|
|
7401
|
-
/**
|
|
7402
|
-
* <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>
|
|
7403
|
-
* @public
|
|
7404
|
-
*/
|
|
7405
|
-
NextToken?: string | undefined;
|
|
7406
|
-
/**
|
|
7407
|
-
* <p>Information about the offerings.</p>
|
|
7408
|
-
* @public
|
|
7409
|
-
*/
|
|
7410
|
-
OfferingSet?: HostOffering[] | undefined;
|
|
7411
|
-
}
|
|
7412
|
-
/**
|
|
7413
|
-
* @public
|
|
7414
|
-
*/
|
|
7415
|
-
export interface DescribeHostReservationsRequest {
|
|
7416
|
-
/**
|
|
7417
|
-
* <p>The filters.</p>
|
|
7418
|
-
* <ul>
|
|
7419
|
-
* <li>
|
|
7420
|
-
* <p>
|
|
7421
|
-
* <code>instance-family</code> - The instance family (for example,
|
|
7422
|
-
* <code>m4</code>).</p>
|
|
7423
|
-
* </li>
|
|
7424
|
-
* <li>
|
|
7425
|
-
* <p>
|
|
7426
|
-
* <code>payment-option</code> - The payment option (<code>NoUpfront</code> |
|
|
7427
|
-
* <code>PartialUpfront</code> | <code>AllUpfront</code>).</p>
|
|
7428
|
-
* </li>
|
|
7429
|
-
* <li>
|
|
7430
|
-
* <p>
|
|
7431
|
-
* <code>state</code> - The state of the reservation (<code>payment-pending</code>
|
|
7432
|
-
* | <code>payment-failed</code> | <code>active</code> |
|
|
7433
|
-
* <code>retired</code>).</p>
|
|
7434
|
-
* </li>
|
|
7435
|
-
* <li>
|
|
7436
|
-
* <p>
|
|
7437
|
-
* <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
7438
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
7439
|
-
* </li>
|
|
7440
|
-
* <li>
|
|
7441
|
-
* <p>
|
|
7442
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
7443
|
-
* </li>
|
|
7444
|
-
* </ul>
|
|
7445
|
-
* @public
|
|
7446
|
-
*/
|
|
7447
|
-
Filter?: Filter[] | undefined;
|
|
7448
|
-
/**
|
|
7449
|
-
* <p>The host reservation IDs.</p>
|
|
7450
|
-
* @public
|
|
7451
|
-
*/
|
|
7452
|
-
HostReservationIdSet?: string[] | undefined;
|
|
7453
|
-
/**
|
|
7454
|
-
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
|
|
7455
|
-
* @public
|
|
7456
|
-
*/
|
|
7457
|
-
MaxResults?: number | undefined;
|
|
7458
|
-
/**
|
|
7459
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
7460
|
-
* @public
|
|
7461
|
-
*/
|
|
7462
|
-
NextToken?: string | undefined;
|
|
7463
|
-
}
|
|
7464
|
-
/**
|
|
7465
|
-
* @public
|
|
7466
|
-
* @enum
|
|
7467
|
-
*/
|
|
7468
|
-
export declare const ReservationState: {
|
|
7469
|
-
readonly ACTIVE: "active";
|
|
7470
|
-
readonly PAYMENT_FAILED: "payment-failed";
|
|
7471
|
-
readonly PAYMENT_PENDING: "payment-pending";
|
|
7472
|
-
readonly RETIRED: "retired";
|
|
7473
|
-
};
|
|
7474
|
-
/**
|
|
7475
|
-
* @public
|
|
7476
|
-
*/
|
|
7477
|
-
export type ReservationState = (typeof ReservationState)[keyof typeof ReservationState];
|
|
7478
|
-
/**
|
|
7479
|
-
* <p>Details about the Dedicated Host Reservation and associated Dedicated Hosts.</p>
|
|
7480
|
-
* @public
|
|
7481
|
-
*/
|
|
7482
|
-
export interface HostReservation {
|
|
7483
|
-
/**
|
|
7484
|
-
* <p>The number of Dedicated Hosts the reservation is associated with.</p>
|
|
7485
|
-
* @public
|
|
7486
|
-
*/
|
|
7487
|
-
Count?: number | undefined;
|
|
7488
|
-
/**
|
|
7489
|
-
* <p>The currency in which the <code>upfrontPrice</code> and <code>hourlyPrice</code>
|
|
7490
|
-
* amounts are specified. At this time, the only supported currency is
|
|
7491
|
-
* <code>USD</code>.</p>
|
|
7492
|
-
* @public
|
|
7493
|
-
*/
|
|
7494
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
7495
|
-
/**
|
|
7496
|
-
* <p>The length of the reservation's term, specified in seconds. Can be <code>31536000 (1
|
|
7497
|
-
* year)</code> | <code>94608000 (3 years)</code>.</p>
|
|
7498
|
-
* @public
|
|
7499
|
-
*/
|
|
7500
|
-
Duration?: number | undefined;
|
|
7501
|
-
/**
|
|
7502
|
-
* <p>The date and time that the reservation ends.</p>
|
|
7503
|
-
* @public
|
|
7504
|
-
*/
|
|
7505
|
-
End?: Date | undefined;
|
|
7506
|
-
/**
|
|
7507
|
-
* <p>The IDs of the Dedicated Hosts associated with the reservation.</p>
|
|
7508
|
-
* @public
|
|
7509
|
-
*/
|
|
7510
|
-
HostIdSet?: string[] | undefined;
|
|
7511
|
-
/**
|
|
7512
|
-
* <p>The ID of the reservation that specifies the associated Dedicated Hosts.</p>
|
|
7513
|
-
* @public
|
|
7514
|
-
*/
|
|
7515
|
-
HostReservationId?: string | undefined;
|
|
7516
|
-
/**
|
|
7517
|
-
* <p>The hourly price of the reservation.</p>
|
|
7518
|
-
* @public
|
|
7519
|
-
*/
|
|
7520
|
-
HourlyPrice?: string | undefined;
|
|
7521
|
-
/**
|
|
7522
|
-
* <p>The instance family of the Dedicated Host Reservation. The instance family on the
|
|
7523
|
-
* Dedicated Host must be the same in order for it to benefit from the reservation.</p>
|
|
7524
|
-
* @public
|
|
7525
|
-
*/
|
|
7526
|
-
InstanceFamily?: string | undefined;
|
|
7527
|
-
/**
|
|
7528
|
-
* <p>The ID of the reservation. This remains the same regardless of which Dedicated Hosts
|
|
7529
|
-
* are associated with it.</p>
|
|
7530
|
-
* @public
|
|
7531
|
-
*/
|
|
7532
|
-
OfferingId?: string | undefined;
|
|
7533
|
-
/**
|
|
7534
|
-
* <p>The payment option selected for this reservation.</p>
|
|
7535
|
-
* @public
|
|
7536
|
-
*/
|
|
7537
|
-
PaymentOption?: PaymentOption | undefined;
|
|
7538
|
-
/**
|
|
7539
|
-
* <p>The date and time that the reservation started.</p>
|
|
7540
|
-
* @public
|
|
7541
|
-
*/
|
|
7542
|
-
Start?: Date | undefined;
|
|
7543
|
-
/**
|
|
7544
|
-
* <p>The state of the reservation.</p>
|
|
7545
|
-
* @public
|
|
7546
|
-
*/
|
|
7547
|
-
State?: ReservationState | undefined;
|
|
7548
|
-
/**
|
|
7549
|
-
* <p>The upfront price of the reservation.</p>
|
|
7550
|
-
* @public
|
|
7551
|
-
*/
|
|
7552
|
-
UpfrontPrice?: string | undefined;
|
|
7553
|
-
/**
|
|
7554
|
-
* <p>Any tags assigned to the Dedicated Host Reservation.</p>
|
|
7555
|
-
* @public
|
|
7556
|
-
*/
|
|
7557
|
-
Tags?: Tag[] | undefined;
|
|
7558
|
-
}
|
|
7559
|
-
/**
|
|
7560
|
-
* @public
|
|
7561
|
-
*/
|
|
7562
|
-
export interface DescribeHostReservationsResult {
|
|
7563
|
-
/**
|
|
7564
|
-
* <p>Details about the reservation's configuration.</p>
|
|
7565
|
-
* @public
|
|
7566
|
-
*/
|
|
7567
|
-
HostReservationSet?: HostReservation[] | undefined;
|
|
7568
|
-
/**
|
|
7569
|
-
* <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>
|
|
7570
|
-
* @public
|
|
7571
|
-
*/
|
|
7572
|
-
NextToken?: string | undefined;
|
|
7573
|
-
}
|
|
7574
7509
|
/**
|
|
7575
7510
|
* @internal
|
|
7576
7511
|
*/
|