@aws-sdk/client-ec2 3.614.0 → 3.616.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.
Files changed (183) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +751 -446
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/EC2Client.js +5 -5
  5. package/dist-es/commands/CreateIpamExternalResourceVerificationTokenCommand.js +24 -0
  6. package/dist-es/commands/DeleteIpamExternalResourceVerificationTokenCommand.js +24 -0
  7. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -1
  8. package/dist-es/commands/DescribeIpamExternalResourceVerificationTokensCommand.js +24 -0
  9. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +1 -1
  10. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +1 -1
  11. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +1 -0
  14. package/dist-es/models/models_1.js +12 -19
  15. package/dist-es/models/models_2.js +19 -0
  16. package/dist-es/models/models_3.js +0 -13
  17. package/dist-es/models/models_4.js +13 -33
  18. package/dist-es/models/models_5.js +34 -15
  19. package/dist-es/models/models_6.js +17 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +231 -5
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +7 -4
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +91 -0
  50. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +79 -0
  100. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  105. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  107. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  109. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  110. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  113. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  114. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  115. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  116. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  117. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  118. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  119. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  120. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  121. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  122. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  123. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  124. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  125. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  126. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -3
  127. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  128. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  129. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  130. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  131. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  132. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  133. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  134. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  135. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +3 -0
  137. package/dist-types/models/models_0.d.ts +1 -0
  138. package/dist-types/models/models_1.d.ts +161 -150
  139. package/dist-types/models/models_2.d.ts +174 -95
  140. package/dist-types/models/models_3.d.ts +95 -258
  141. package/dist-types/models/models_4.d.ts +400 -602
  142. package/dist-types/models/models_5.d.ts +576 -200
  143. package/dist-types/models/models_6.d.ts +205 -195
  144. package/dist-types/models/models_7.d.ts +218 -4
  145. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  146. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  147. package/dist-types/runtimeConfig.d.ts +1 -1
  148. package/dist-types/runtimeConfig.native.d.ts +1 -1
  149. package/dist-types/ts3.4/EC2.d.ts +70 -0
  150. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  151. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  152. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  153. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  154. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  158. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  166. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  167. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  171. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  172. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  173. package/dist-types/ts3.4/models/models_2.d.ts +55 -32
  174. package/dist-types/ts3.4/models/models_3.d.ts +29 -63
  175. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  176. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  177. package/dist-types/ts3.4/models/models_6.d.ts +61 -50
  178. package/dist-types/ts3.4/models/models_7.d.ts +58 -7
  179. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  180. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  181. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  182. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  183. package/package.json +18 -18
@@ -1,8 +1,568 @@
1
- import { _InstanceType, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
- import { DiskImageFormat, InstanceRequirementsRequest, Subnet, VolumeType, Vpc } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
- import { ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType, PaymentOption, PeriodType, ProductCode, StatisticType, VirtualizationType } from "./models_3";
5
- import { ArchitectureType, AttributeBooleanValue, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, RIProductDescription } from "./models_4";
1
+ import { _InstanceType, ActivityStatus, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, BatchState, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
+ import { BlockDeviceMapping, DiskImageFormat, InstanceInterruptionBehavior, SpotInstanceType, Subnet, VolumeType, Vpc } from "./models_1";
3
+ import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SpotInstanceStateFault, SSEType, State, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
+ import { ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType, PaymentOption, PeriodType, ProductCode, StatisticType } from "./models_3";
5
+ import { AttributeBooleanValue, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, RIProductDescription, SpotFleetRequestConfigData, SpotPlacement } from "./models_4";
6
+ /**
7
+ * <p>Describes a Spot Fleet request.</p>
8
+ * @public
9
+ */
10
+ export interface SpotFleetRequestConfig {
11
+ /**
12
+ * <p>The progress of the Spot Fleet request.
13
+ * If there is an error, the status is <code>error</code>.
14
+ * After all requests are placed, the status is <code>pending_fulfillment</code>.
15
+ * If the size of the fleet is equal to or greater than its target capacity, the status is <code>fulfilled</code>.
16
+ * If the size of the fleet is decreased, the status is <code>pending_termination</code>
17
+ * while Spot Instances are terminating.</p>
18
+ * @public
19
+ */
20
+ ActivityStatus?: ActivityStatus;
21
+ /**
22
+ * <p>The creation date and time of the request.</p>
23
+ * @public
24
+ */
25
+ CreateTime?: Date;
26
+ /**
27
+ * <p>The configuration of the Spot Fleet request.</p>
28
+ * @public
29
+ */
30
+ SpotFleetRequestConfig?: SpotFleetRequestConfigData;
31
+ /**
32
+ * <p>The ID of the Spot Fleet request.</p>
33
+ * @public
34
+ */
35
+ SpotFleetRequestId?: string;
36
+ /**
37
+ * <p>The state of the Spot Fleet request.</p>
38
+ * @public
39
+ */
40
+ SpotFleetRequestState?: BatchState;
41
+ /**
42
+ * <p>The tags for a Spot Fleet resource.</p>
43
+ * @public
44
+ */
45
+ Tags?: Tag[];
46
+ }
47
+ /**
48
+ * <p>Contains the output of DescribeSpotFleetRequests.</p>
49
+ * @public
50
+ */
51
+ export interface DescribeSpotFleetRequestsResponse {
52
+ /**
53
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
54
+ * are no more items to return.</p>
55
+ * @public
56
+ */
57
+ NextToken?: string;
58
+ /**
59
+ * <p>Information about the configuration of your Spot Fleet.</p>
60
+ * @public
61
+ */
62
+ SpotFleetRequestConfigs?: SpotFleetRequestConfig[];
63
+ }
64
+ /**
65
+ * <p>Contains the parameters for DescribeSpotInstanceRequests.</p>
66
+ * @public
67
+ */
68
+ export interface DescribeSpotInstanceRequestsRequest {
69
+ /**
70
+ * <p>The filters.</p>
71
+ * <ul>
72
+ * <li>
73
+ * <p>
74
+ * <code>availability-zone-group</code> - The Availability Zone group.</p>
75
+ * </li>
76
+ * <li>
77
+ * <p>
78
+ * <code>create-time</code> - The time stamp when the Spot Instance request was
79
+ * created.</p>
80
+ * </li>
81
+ * <li>
82
+ * <p>
83
+ * <code>fault-code</code> - The fault code related to the request.</p>
84
+ * </li>
85
+ * <li>
86
+ * <p>
87
+ * <code>fault-message</code> - The fault message related to the request.</p>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <code>instance-id</code> - The ID of the instance that fulfilled the
92
+ * request.</p>
93
+ * </li>
94
+ * <li>
95
+ * <p>
96
+ * <code>launch-group</code> - The Spot Instance launch group.</p>
97
+ * </li>
98
+ * <li>
99
+ * <p>
100
+ * <code>launch.block-device-mapping.delete-on-termination</code> - Indicates
101
+ * whether the EBS volume is deleted on instance termination.</p>
102
+ * </li>
103
+ * <li>
104
+ * <p>
105
+ * <code>launch.block-device-mapping.device-name</code> - The device name for the
106
+ * volume in the block device mapping (for example, <code>/dev/sdh</code> or
107
+ * <code>xvdh</code>).</p>
108
+ * </li>
109
+ * <li>
110
+ * <p>
111
+ * <code>launch.block-device-mapping.snapshot-id</code> - The ID of the snapshot
112
+ * for the EBS volume.</p>
113
+ * </li>
114
+ * <li>
115
+ * <p>
116
+ * <code>launch.block-device-mapping.volume-size</code> - The size of the EBS
117
+ * volume, in GiB.</p>
118
+ * </li>
119
+ * <li>
120
+ * <p>
121
+ * <code>launch.block-device-mapping.volume-type</code> - The type of EBS volume:
122
+ * <code>gp2</code> or <code>gp3</code> for General Purpose SSD, <code>io1</code>
123
+ * or <code>io2</code> for Provisioned IOPS SSD, <code>st1</code> for Throughput
124
+ * Optimized HDD, <code>sc1</code> for Cold HDD, or <code>standard</code> for
125
+ * Magnetic.</p>
126
+ * </li>
127
+ * <li>
128
+ * <p>
129
+ * <code>launch.group-id</code> - The ID of the security group for the
130
+ * instance.</p>
131
+ * </li>
132
+ * <li>
133
+ * <p>
134
+ * <code>launch.group-name</code> - The name of the security group for the
135
+ * instance.</p>
136
+ * </li>
137
+ * <li>
138
+ * <p>
139
+ * <code>launch.image-id</code> - The ID of the AMI.</p>
140
+ * </li>
141
+ * <li>
142
+ * <p>
143
+ * <code>launch.instance-type</code> - The type of instance (for example,
144
+ * <code>m3.medium</code>).</p>
145
+ * </li>
146
+ * <li>
147
+ * <p>
148
+ * <code>launch.kernel-id</code> - The kernel ID.</p>
149
+ * </li>
150
+ * <li>
151
+ * <p>
152
+ * <code>launch.key-name</code> - The name of the key pair the instance launched
153
+ * with.</p>
154
+ * </li>
155
+ * <li>
156
+ * <p>
157
+ * <code>launch.monitoring-enabled</code> - Whether detailed monitoring is
158
+ * enabled for the Spot Instance.</p>
159
+ * </li>
160
+ * <li>
161
+ * <p>
162
+ * <code>launch.ramdisk-id</code> - The RAM disk ID.</p>
163
+ * </li>
164
+ * <li>
165
+ * <p>
166
+ * <code>launched-availability-zone</code> - The Availability Zone in which the
167
+ * request is launched.</p>
168
+ * </li>
169
+ * <li>
170
+ * <p>
171
+ * <code>network-interface.addresses.primary</code> - Indicates whether the IP
172
+ * address is the primary private IP address.</p>
173
+ * </li>
174
+ * <li>
175
+ * <p>
176
+ * <code>network-interface.delete-on-termination</code> - Indicates whether the
177
+ * network interface is deleted when the instance is terminated.</p>
178
+ * </li>
179
+ * <li>
180
+ * <p>
181
+ * <code>network-interface.description</code> - A description of the network
182
+ * interface.</p>
183
+ * </li>
184
+ * <li>
185
+ * <p>
186
+ * <code>network-interface.device-index</code> - The index of the device for the
187
+ * network interface attachment on the instance.</p>
188
+ * </li>
189
+ * <li>
190
+ * <p>
191
+ * <code>network-interface.group-id</code> - The ID of the security group
192
+ * associated with the network interface.</p>
193
+ * </li>
194
+ * <li>
195
+ * <p>
196
+ * <code>network-interface.network-interface-id</code> - The ID of the network
197
+ * interface.</p>
198
+ * </li>
199
+ * <li>
200
+ * <p>
201
+ * <code>network-interface.private-ip-address</code> - The primary private IP
202
+ * address of the network interface.</p>
203
+ * </li>
204
+ * <li>
205
+ * <p>
206
+ * <code>network-interface.subnet-id</code> - The ID of the subnet for the
207
+ * instance.</p>
208
+ * </li>
209
+ * <li>
210
+ * <p>
211
+ * <code>product-description</code> - The product description associated with the
212
+ * instance (<code>Linux/UNIX</code> | <code>Windows</code>).</p>
213
+ * </li>
214
+ * <li>
215
+ * <p>
216
+ * <code>spot-instance-request-id</code> - The Spot Instance request ID.</p>
217
+ * </li>
218
+ * <li>
219
+ * <p>
220
+ * <code>spot-price</code> - The maximum hourly price for any Spot Instance
221
+ * launched to fulfill the request.</p>
222
+ * </li>
223
+ * <li>
224
+ * <p>
225
+ * <code>state</code> - The state of the Spot Instance request (<code>open</code>
226
+ * | <code>active</code> | <code>closed</code> | <code>cancelled</code> |
227
+ * <code>failed</code>). Spot request status information can help you track
228
+ * your Amazon EC2 Spot Instance requests. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-request-status.html">Spot
229
+ * request status</a> in the <i>Amazon EC2 User Guide</i>.</p>
230
+ * </li>
231
+ * <li>
232
+ * <p>
233
+ * <code>status-code</code> - The short code describing the most recent
234
+ * evaluation of your Spot Instance request.</p>
235
+ * </li>
236
+ * <li>
237
+ * <p>
238
+ * <code>status-message</code> - The message explaining the status of the Spot
239
+ * Instance request.</p>
240
+ * </li>
241
+ * <li>
242
+ * <p>
243
+ * <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.
244
+ * 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>
245
+ * </li>
246
+ * <li>
247
+ * <p>
248
+ * <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>
249
+ * </li>
250
+ * <li>
251
+ * <p>
252
+ * <code>type</code> - The type of Spot Instance request (<code>one-time</code> |
253
+ * <code>persistent</code>).</p>
254
+ * </li>
255
+ * <li>
256
+ * <p>
257
+ * <code>valid-from</code> - The start date of the request.</p>
258
+ * </li>
259
+ * <li>
260
+ * <p>
261
+ * <code>valid-until</code> - The end date of the request.</p>
262
+ * </li>
263
+ * </ul>
264
+ * @public
265
+ */
266
+ Filters?: Filter[];
267
+ /**
268
+ * <p>Checks whether you have the required permissions for the action, without actually
269
+ * making the request, and provides an error response. If you have the required
270
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
271
+ * <code>UnauthorizedOperation</code>.</p>
272
+ * @public
273
+ */
274
+ DryRun?: boolean;
275
+ /**
276
+ * <p>The IDs of the Spot Instance requests.</p>
277
+ * @public
278
+ */
279
+ SpotInstanceRequestIds?: string[];
280
+ /**
281
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
282
+ * @public
283
+ */
284
+ NextToken?: string;
285
+ /**
286
+ * <p>The maximum number of items to return for this request.
287
+ * To get the next page of items, make another request with the token returned in the output.
288
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
289
+ * @public
290
+ */
291
+ MaxResults?: number;
292
+ }
293
+ /**
294
+ * <p>Describes the monitoring of an instance.</p>
295
+ * @public
296
+ */
297
+ export interface RunInstancesMonitoringEnabled {
298
+ /**
299
+ * <p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is
300
+ * enabled.</p>
301
+ * @public
302
+ */
303
+ Enabled: boolean | undefined;
304
+ }
305
+ /**
306
+ * <p>Describes the launch specification for an instance.</p>
307
+ * @public
308
+ */
309
+ export interface LaunchSpecification {
310
+ /**
311
+ * <p>The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.</p>
312
+ * @public
313
+ */
314
+ UserData?: string;
315
+ /**
316
+ * <p>The IDs of the security groups.</p>
317
+ * @public
318
+ */
319
+ SecurityGroups?: GroupIdentifier[];
320
+ /**
321
+ * <p>Deprecated.</p>
322
+ * @public
323
+ */
324
+ AddressingType?: string;
325
+ /**
326
+ * <p>The block device mapping entries.</p>
327
+ * @public
328
+ */
329
+ BlockDeviceMappings?: BlockDeviceMapping[];
330
+ /**
331
+ * <p>Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p>
332
+ * <p>Default: <code>false</code>
333
+ * </p>
334
+ * @public
335
+ */
336
+ EbsOptimized?: boolean;
337
+ /**
338
+ * <p>The IAM instance profile.</p>
339
+ * @public
340
+ */
341
+ IamInstanceProfile?: IamInstanceProfileSpecification;
342
+ /**
343
+ * <p>The ID of the AMI.</p>
344
+ * @public
345
+ */
346
+ ImageId?: string;
347
+ /**
348
+ * <p>The instance type. Only one instance type can be specified.</p>
349
+ * @public
350
+ */
351
+ InstanceType?: _InstanceType;
352
+ /**
353
+ * <p>The ID of the kernel.</p>
354
+ * @public
355
+ */
356
+ KernelId?: string;
357
+ /**
358
+ * <p>The name of the key pair.</p>
359
+ * @public
360
+ */
361
+ KeyName?: string;
362
+ /**
363
+ * <p>The network interfaces. If you specify a network interface, you must specify
364
+ * subnet IDs and security group IDs using the network interface.</p>
365
+ * @public
366
+ */
367
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
368
+ /**
369
+ * <p>The placement information for the instance.</p>
370
+ * @public
371
+ */
372
+ Placement?: SpotPlacement;
373
+ /**
374
+ * <p>The ID of the RAM disk.</p>
375
+ * @public
376
+ */
377
+ RamdiskId?: string;
378
+ /**
379
+ * <p>The ID of the subnet in which to launch the instance.</p>
380
+ * @public
381
+ */
382
+ SubnetId?: string;
383
+ /**
384
+ * <p>Describes the monitoring of an instance.</p>
385
+ * @public
386
+ */
387
+ Monitoring?: RunInstancesMonitoringEnabled;
388
+ }
389
+ /**
390
+ * @public
391
+ * @enum
392
+ */
393
+ export declare const SpotInstanceState: {
394
+ readonly active: "active";
395
+ readonly cancelled: "cancelled";
396
+ readonly closed: "closed";
397
+ readonly disabled: "disabled";
398
+ readonly failed: "failed";
399
+ readonly open: "open";
400
+ };
401
+ /**
402
+ * @public
403
+ */
404
+ export type SpotInstanceState = (typeof SpotInstanceState)[keyof typeof SpotInstanceState];
405
+ /**
406
+ * <p>Describes the status of a Spot Instance request.</p>
407
+ * @public
408
+ */
409
+ export interface SpotInstanceStatus {
410
+ /**
411
+ * <p>The status code. For a list of status codes, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-request-status.html#spot-instance-request-status-understand">Spot request status codes</a> in the <i>Amazon EC2 User Guide</i>.</p>
412
+ * @public
413
+ */
414
+ Code?: string;
415
+ /**
416
+ * <p>The description for the status code.</p>
417
+ * @public
418
+ */
419
+ Message?: string;
420
+ /**
421
+ * <p>The date and time of the most recent status update, in UTC format (for example,
422
+ * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
423
+ * @public
424
+ */
425
+ UpdateTime?: Date;
426
+ }
427
+ /**
428
+ * <p>Describes a Spot Instance request.</p>
429
+ * @public
430
+ */
431
+ export interface SpotInstanceRequest {
432
+ /**
433
+ * <p>Deprecated.</p>
434
+ * @public
435
+ */
436
+ ActualBlockHourlyPrice?: string;
437
+ /**
438
+ * <p>The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.</p>
439
+ * @public
440
+ */
441
+ AvailabilityZoneGroup?: string;
442
+ /**
443
+ * <p>Deprecated.</p>
444
+ * @public
445
+ */
446
+ BlockDurationMinutes?: number;
447
+ /**
448
+ * <p>The date and time when the Spot Instance request was created, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
449
+ * @public
450
+ */
451
+ CreateTime?: Date;
452
+ /**
453
+ * <p>The fault codes for the Spot Instance request, if any.</p>
454
+ * @public
455
+ */
456
+ Fault?: SpotInstanceStateFault;
457
+ /**
458
+ * <p>The instance ID, if an instance has been launched to fulfill the Spot Instance request.</p>
459
+ * @public
460
+ */
461
+ InstanceId?: string;
462
+ /**
463
+ * <p>The instance launch group. Launch groups are Spot Instances that launch together and terminate together.</p>
464
+ * @public
465
+ */
466
+ LaunchGroup?: string;
467
+ /**
468
+ * <p>Additional information for launching instances.</p>
469
+ * @public
470
+ */
471
+ LaunchSpecification?: LaunchSpecification;
472
+ /**
473
+ * <p>The Availability Zone in which the request is launched.</p>
474
+ * @public
475
+ */
476
+ LaunchedAvailabilityZone?: string;
477
+ /**
478
+ * <p>The product description associated with the Spot Instance.</p>
479
+ * @public
480
+ */
481
+ ProductDescription?: RIProductDescription;
482
+ /**
483
+ * <p>The ID of the Spot Instance request.</p>
484
+ * @public
485
+ */
486
+ SpotInstanceRequestId?: string;
487
+ /**
488
+ * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
489
+ * using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
490
+ * <important>
491
+ * <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
492
+ * </important>
493
+ * @public
494
+ */
495
+ SpotPrice?: string;
496
+ /**
497
+ * <p>The state of the Spot Instance request. Spot request status information helps track your Spot
498
+ * Instance requests. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-request-status.html">Spot request status</a> in the
499
+ * <i>Amazon EC2 User Guide</i>.</p>
500
+ * @public
501
+ */
502
+ State?: SpotInstanceState;
503
+ /**
504
+ * <p>The status code and status message describing the Spot Instance request.</p>
505
+ * @public
506
+ */
507
+ Status?: SpotInstanceStatus;
508
+ /**
509
+ * <p>Any tags assigned to the resource.</p>
510
+ * @public
511
+ */
512
+ Tags?: Tag[];
513
+ /**
514
+ * <p>The Spot Instance request type.</p>
515
+ * @public
516
+ */
517
+ Type?: SpotInstanceType;
518
+ /**
519
+ * <p>The start date of the request, in UTC format (for example,
520
+ * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).
521
+ * The request becomes active at this date and time.</p>
522
+ * @public
523
+ */
524
+ ValidFrom?: Date;
525
+ /**
526
+ * <p>The end date of the request, in UTC format
527
+ * (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
528
+ * <ul>
529
+ * <li>
530
+ * <p>For a persistent request, the request remains active until the <code>validUntil</code> date
531
+ * and time is reached. Otherwise, the request remains active until you cancel it.
532
+ * </p>
533
+ * </li>
534
+ * <li>
535
+ * <p>For a one-time request, the request remains active until all instances launch,
536
+ * the request is canceled, or the <code>validUntil</code> date and time is reached. By default, the
537
+ * request is valid for 7 days from the date the request was created.</p>
538
+ * </li>
539
+ * </ul>
540
+ * @public
541
+ */
542
+ ValidUntil?: Date;
543
+ /**
544
+ * <p>The behavior when a Spot Instance is interrupted.</p>
545
+ * @public
546
+ */
547
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
548
+ }
549
+ /**
550
+ * <p>Contains the output of DescribeSpotInstanceRequests.</p>
551
+ * @public
552
+ */
553
+ export interface DescribeSpotInstanceRequestsResult {
554
+ /**
555
+ * <p>The Spot Instance requests.</p>
556
+ * @public
557
+ */
558
+ SpotInstanceRequests?: SpotInstanceRequest[];
559
+ /**
560
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
561
+ * are no more items to return.</p>
562
+ * @public
563
+ */
564
+ NextToken?: string;
565
+ }
6
566
  /**
7
567
  * <p>Contains the parameters for DescribeSpotPriceHistory.</p>
8
568
  * @public
@@ -2500,7 +3060,6 @@ export declare const VolumeModificationState: {
2500
3060
  export type VolumeModificationState = (typeof VolumeModificationState)[keyof typeof VolumeModificationState];
2501
3061
  /**
2502
3062
  * <p>Describes the modification status of an EBS volume.</p>
2503
- * <p>If the volume has never been modified, some element values will be null.</p>
2504
3063
  * @public
2505
3064
  */
2506
3065
  export interface VolumeModification {
@@ -2510,8 +3069,7 @@ export interface VolumeModification {
2510
3069
  */
2511
3070
  VolumeId?: string;
2512
3071
  /**
2513
- * <p>The current modification state. The modification state is null for unmodified
2514
- * volumes.</p>
3072
+ * <p>The current modification state.</p>
2515
3073
  * @public
2516
3074
  */
2517
3075
  ModificationState?: VolumeModificationState;
@@ -7591,203 +8149,25 @@ export interface GetInstanceTpmEkPubRequest {
7591
8149
  DryRun?: boolean;
7592
8150
  }
7593
8151
  /**
7594
- * @public
7595
- */
7596
- export interface GetInstanceTpmEkPubResult {
7597
- /**
7598
- * <p>The ID of the instance.</p>
7599
- * @public
7600
- */
7601
- InstanceId?: string;
7602
- /**
7603
- * <p>The public endorsement key type.</p>
7604
- * @public
7605
- */
7606
- KeyType?: EkPubKeyType;
7607
- /**
7608
- * <p>The public endorsement key format.</p>
7609
- * @public
7610
- */
7611
- KeyFormat?: EkPubKeyFormat;
7612
- /**
7613
- * <p>The public endorsement key material.</p>
7614
- * @public
7615
- */
7616
- KeyValue?: string;
7617
- }
7618
- /**
7619
- * @public
7620
- */
7621
- export interface GetInstanceTypesFromInstanceRequirementsRequest {
7622
- /**
7623
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7624
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7625
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7626
- * @public
7627
- */
7628
- DryRun?: boolean;
7629
- /**
7630
- * <p>The processor architecture type.</p>
7631
- * @public
7632
- */
7633
- ArchitectureTypes: ArchitectureType[] | undefined;
7634
- /**
7635
- * <p>The virtualization type.</p>
7636
- * @public
7637
- */
7638
- VirtualizationTypes: VirtualizationType[] | undefined;
7639
- /**
7640
- * <p>The attributes required for the instance types.</p>
7641
- * @public
7642
- */
7643
- InstanceRequirements: InstanceRequirementsRequest | undefined;
7644
- /**
7645
- * <p>The maximum number of items to return for this request.
7646
- * To get the next page of items, make another request with the token returned in the output.
7647
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
7648
- * @public
7649
- */
7650
- MaxResults?: number;
7651
- /**
7652
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
7653
- * @public
7654
- */
7655
- NextToken?: string;
7656
- }
7657
- /**
7658
- * <p>The list of instance types with the specified instance attributes.</p>
7659
- * @public
7660
- */
7661
- export interface InstanceTypeInfoFromInstanceRequirements {
7662
- /**
7663
- * <p>The matching instance type.</p>
7664
- * @public
7665
- */
7666
- InstanceType?: string;
7667
- }
7668
- /**
7669
- * @public
7670
- */
7671
- export interface GetInstanceTypesFromInstanceRequirementsResult {
7672
- /**
7673
- * <p>The instance types with the specified instance attributes.</p>
7674
- * @public
7675
- */
7676
- InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
7677
- /**
7678
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
7679
- * are no more items to return.</p>
7680
- * @public
7681
- */
7682
- NextToken?: string;
7683
- }
7684
- /**
7685
- * @public
7686
- */
7687
- export interface GetInstanceUefiDataRequest {
7688
- /**
7689
- * <p>The ID of the instance from which to retrieve the UEFI data.</p>
7690
- * @public
7691
- */
7692
- InstanceId: string | undefined;
7693
- /**
7694
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7695
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7696
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7697
- * @public
7698
- */
7699
- DryRun?: boolean;
7700
- }
7701
- /**
7702
- * @public
7703
- */
7704
- export interface GetInstanceUefiDataResult {
7705
- /**
7706
- * <p>The ID of the instance from which to retrieve the UEFI data.</p>
7707
- * @public
7708
- */
7709
- InstanceId?: string;
7710
- /**
7711
- * <p>Base64 representation of the non-volatile UEFI variable store.</p>
7712
- * @public
7713
- */
7714
- UefiData?: string;
7715
- }
7716
- /**
7717
- * @public
8152
+ * @internal
7718
8153
  */
7719
- export interface GetIpamAddressHistoryRequest {
7720
- /**
7721
- * <p>A check for whether you have the required permissions for the action without actually making the request
7722
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7723
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7724
- * @public
7725
- */
7726
- DryRun?: boolean;
7727
- /**
7728
- * <p>The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range.
7729
- * 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>
7730
- * @public
7731
- */
7732
- Cidr: string | undefined;
7733
- /**
7734
- * <p>The ID of the IPAM scope that the CIDR is in.</p>
7735
- * @public
7736
- */
7737
- IpamScopeId: string | undefined;
7738
- /**
7739
- * <p>The ID of the VPC you want your history records filtered by.</p>
7740
- * @public
7741
- */
7742
- VpcId?: string;
7743
- /**
7744
- * <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>
7745
- * @public
7746
- */
7747
- StartTime?: Date;
7748
- /**
7749
- * <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>
7750
- * @public
7751
- */
7752
- EndTime?: Date;
7753
- /**
7754
- * <p>The maximum number of historical results you would like returned per page. Defaults to 100.</p>
7755
- * @public
7756
- */
7757
- MaxResults?: number;
7758
- /**
7759
- * <p>The token for the next page of results.</p>
7760
- * @public
7761
- */
7762
- NextToken?: string;
7763
- }
8154
+ export declare const SpotFleetRequestConfigFilterSensitiveLog: (obj: SpotFleetRequestConfig) => any;
7764
8155
  /**
7765
- * @public
7766
- * @enum
8156
+ * @internal
7767
8157
  */
7768
- export declare const IpamComplianceStatus: {
7769
- readonly compliant: "compliant";
7770
- readonly ignored: "ignored";
7771
- readonly noncompliant: "noncompliant";
7772
- readonly unmanaged: "unmanaged";
7773
- };
8158
+ export declare const DescribeSpotFleetRequestsResponseFilterSensitiveLog: (obj: DescribeSpotFleetRequestsResponse) => any;
7774
8159
  /**
7775
- * @public
8160
+ * @internal
7776
8161
  */
7777
- export type IpamComplianceStatus = (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
8162
+ export declare const LaunchSpecificationFilterSensitiveLog: (obj: LaunchSpecification) => any;
7778
8163
  /**
7779
- * @public
7780
- * @enum
8164
+ * @internal
7781
8165
  */
7782
- export declare const IpamOverlapStatus: {
7783
- readonly ignored: "ignored";
7784
- readonly nonoverlapping: "nonoverlapping";
7785
- readonly overlapping: "overlapping";
7786
- };
8166
+ export declare const SpotInstanceRequestFilterSensitiveLog: (obj: SpotInstanceRequest) => any;
7787
8167
  /**
7788
- * @public
8168
+ * @internal
7789
8169
  */
7790
- export type IpamOverlapStatus = (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
8170
+ export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (obj: DescribeSpotInstanceRequestsResult) => any;
7791
8171
  /**
7792
8172
  * @internal
7793
8173
  */
@@ -7800,7 +8180,3 @@ export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (obj: Descr
7800
8180
  * @internal
7801
8181
  */
7802
8182
  export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DetachVerifiedAccessTrustProviderResult) => any;
7803
- /**
7804
- * @internal
7805
- */
7806
- export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (obj: GetInstanceTpmEkPubResult) => any;