@aws-sdk/client-ec2 3.750.0 → 3.757.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 (68) hide show
  1. package/dist-cjs/index.js +158 -23
  2. package/dist-es/models/models_1.js +9 -9
  3. package/dist-es/models/models_3.js +0 -5
  4. package/dist-es/models/models_4.js +5 -4
  5. package/dist-es/models/models_5.js +4 -0
  6. package/dist-es/protocols/Aws_ec2.js +139 -1
  7. package/dist-types/commands/CopyImageCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
  9. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -2
  13. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteFleetsCommand.d.ts +14 -12
  16. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  17. package/dist-types/commands/DeregisterImageCommand.d.ts +2 -2
  18. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribeFleetsCommand.d.ts +51 -0
  21. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  24. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  26. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -2
  27. package/dist-types/commands/ModifyFleetCommand.d.ts +17 -0
  28. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  29. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  30. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  31. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  32. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  33. package/dist-types/models/models_0.d.ts +12 -0
  34. package/dist-types/models/models_1.d.ts +412 -191
  35. package/dist-types/models/models_2.d.ts +132 -55
  36. package/dist-types/models/models_3.d.ts +59 -244
  37. package/dist-types/models/models_4.d.ts +247 -106
  38. package/dist-types/models/models_5.d.ts +106 -101
  39. package/dist-types/models/models_6.d.ts +95 -91
  40. package/dist-types/models/models_7.d.ts +94 -109
  41. package/dist-types/models/models_8.d.ts +105 -1
  42. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +7 -2
  47. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +4 -2
  49. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +4 -2
  54. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  60. package/dist-types/ts3.4/models/models_1.d.ts +44 -41
  61. package/dist-types/ts3.4/models/models_2.d.ts +31 -17
  62. package/dist-types/ts3.4/models/models_3.d.ts +17 -31
  63. package/dist-types/ts3.4/models/models_4.d.ts +32 -29
  64. package/dist-types/ts3.4/models/models_5.d.ts +27 -26
  65. package/dist-types/ts3.4/models/models_6.d.ts +24 -26
  66. package/dist-types/ts3.4/models/models_7.d.ts +28 -26
  67. package/dist-types/ts3.4/models/models_8.d.ts +26 -1
  68. package/package.json +1 -1
@@ -1,5 +1,134 @@
1
1
  import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { CarrierGateway, ClientVpnEndpointStatus, ConnectionTrackingSpecificationRequest, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LocalGatewayRouteTableVpcAssociation, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
2
+ import { ConnectionTrackingSpecificationRequest, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>Describes an association between a local gateway route table and a virtual interface group.</p>
5
+ * @public
6
+ */
7
+ export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
8
+ /**
9
+ * <p>The ID of the association.</p>
10
+ * @public
11
+ */
12
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string | undefined;
13
+ /**
14
+ * <p>The ID of the virtual interface group.</p>
15
+ * @public
16
+ */
17
+ LocalGatewayVirtualInterfaceGroupId?: string | undefined;
18
+ /**
19
+ * <p>The ID of the local gateway.</p>
20
+ * @public
21
+ */
22
+ LocalGatewayId?: string | undefined;
23
+ /**
24
+ * <p>The ID of the local gateway route table.</p>
25
+ * @public
26
+ */
27
+ LocalGatewayRouteTableId?: string | undefined;
28
+ /**
29
+ * <p>The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.</p>
30
+ * @public
31
+ */
32
+ LocalGatewayRouteTableArn?: string | undefined;
33
+ /**
34
+ * <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.</p>
35
+ * @public
36
+ */
37
+ OwnerId?: string | undefined;
38
+ /**
39
+ * <p>The state of the association.</p>
40
+ * @public
41
+ */
42
+ State?: string | undefined;
43
+ /**
44
+ * <p>The tags assigned to the association.</p>
45
+ * @public
46
+ */
47
+ Tags?: Tag[] | undefined;
48
+ }
49
+ /**
50
+ * @public
51
+ */
52
+ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
53
+ /**
54
+ * <p>Information about the local gateway route table virtual interface group association.</p>
55
+ * @public
56
+ */
57
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation | undefined;
58
+ }
59
+ /**
60
+ * @public
61
+ */
62
+ export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
63
+ /**
64
+ * <p>The ID of the local gateway route table.</p>
65
+ * @public
66
+ */
67
+ LocalGatewayRouteTableId: string | undefined;
68
+ /**
69
+ * <p>The ID of the VPC.</p>
70
+ * @public
71
+ */
72
+ VpcId: string | undefined;
73
+ /**
74
+ * <p>The tags to assign to the local gateway route table VPC association.</p>
75
+ * @public
76
+ */
77
+ TagSpecifications?: TagSpecification[] | undefined;
78
+ /**
79
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
80
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
81
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
82
+ * @public
83
+ */
84
+ DryRun?: boolean | undefined;
85
+ }
86
+ /**
87
+ * <p>Describes an association between a local gateway route table and a VPC.</p>
88
+ * @public
89
+ */
90
+ export interface LocalGatewayRouteTableVpcAssociation {
91
+ /**
92
+ * <p>The ID of the association.</p>
93
+ * @public
94
+ */
95
+ LocalGatewayRouteTableVpcAssociationId?: string | undefined;
96
+ /**
97
+ * <p>The ID of the local gateway route table.</p>
98
+ * @public
99
+ */
100
+ LocalGatewayRouteTableId?: string | undefined;
101
+ /**
102
+ * <p>The Amazon Resource Name (ARN) of the local gateway route table for the association.</p>
103
+ * @public
104
+ */
105
+ LocalGatewayRouteTableArn?: string | undefined;
106
+ /**
107
+ * <p>The ID of the local gateway.</p>
108
+ * @public
109
+ */
110
+ LocalGatewayId?: string | undefined;
111
+ /**
112
+ * <p>The ID of the VPC.</p>
113
+ * @public
114
+ */
115
+ VpcId?: string | undefined;
116
+ /**
117
+ * <p>The ID of the Amazon Web Services account that owns the local gateway route table for the association.</p>
118
+ * @public
119
+ */
120
+ OwnerId?: string | undefined;
121
+ /**
122
+ * <p>The state of the association.</p>
123
+ * @public
124
+ */
125
+ State?: string | undefined;
126
+ /**
127
+ * <p>The tags assigned to the association.</p>
128
+ * @public
129
+ */
130
+ Tags?: Tag[] | undefined;
131
+ }
3
132
  /**
4
133
  * @public
5
134
  */
@@ -5540,7 +5669,7 @@ export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
5540
5669
  */
5541
5670
  LoadBalancerArn?: string | undefined;
5542
5671
  /**
5543
- * <p>The IDs of the subnets.</p>
5672
+ * <p>The IDs of the subnets. You can specify only one subnet per Availability Zone.</p>
5544
5673
  * @public
5545
5674
  */
5546
5675
  SubnetIds?: string[] | undefined;
@@ -5613,7 +5742,7 @@ export interface CreateVerifiedAccessEndpointRdsOptions {
5613
5742
  */
5614
5743
  RdsEndpoint?: string | undefined;
5615
5744
  /**
5616
- * <p>The IDs of the subnets.</p>
5745
+ * <p>The IDs of the subnets. You can specify only one subnet per Availability Zone.</p>
5617
5746
  * @public
5618
5747
  */
5619
5748
  SubnetIds?: string[] | undefined;
@@ -8932,58 +9061,6 @@ export interface CreateVpnGatewayResult {
8932
9061
  */
8933
9062
  VpnGateway?: VpnGateway | undefined;
8934
9063
  }
8935
- /**
8936
- * @public
8937
- */
8938
- export interface DeleteCarrierGatewayRequest {
8939
- /**
8940
- * <p>The ID of the carrier gateway.</p>
8941
- * @public
8942
- */
8943
- CarrierGatewayId: string | undefined;
8944
- /**
8945
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8946
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8947
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8948
- * @public
8949
- */
8950
- DryRun?: boolean | undefined;
8951
- }
8952
- /**
8953
- * @public
8954
- */
8955
- export interface DeleteCarrierGatewayResult {
8956
- /**
8957
- * <p>Information about the carrier gateway.</p>
8958
- * @public
8959
- */
8960
- CarrierGateway?: CarrierGateway | undefined;
8961
- }
8962
- /**
8963
- * @public
8964
- */
8965
- export interface DeleteClientVpnEndpointRequest {
8966
- /**
8967
- * <p>The ID of the Client VPN to be deleted.</p>
8968
- * @public
8969
- */
8970
- ClientVpnEndpointId: string | undefined;
8971
- /**
8972
- * <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>
8973
- * @public
8974
- */
8975
- DryRun?: boolean | undefined;
8976
- }
8977
- /**
8978
- * @public
8979
- */
8980
- export interface DeleteClientVpnEndpointResult {
8981
- /**
8982
- * <p>The current state of the Client VPN endpoint.</p>
8983
- * @public
8984
- */
8985
- Status?: ClientVpnEndpointStatus | undefined;
8986
- }
8987
9064
  /**
8988
9065
  * @internal
8989
9066
  */
@@ -1,6 +1,58 @@
1
1
  import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, CustomerGateway, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, PlatformValues, TransportProtocol } from "./models_1";
3
- import { GroupIdentifier, ManagedPrefixList, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
2
+ import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, CustomerGateway, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, PlatformValues, TransportProtocol } from "./models_1";
3
+ import { GroupIdentifier, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeleteCarrierGatewayRequest {
8
+ /**
9
+ * <p>The ID of the carrier gateway.</p>
10
+ * @public
11
+ */
12
+ CarrierGatewayId: string | undefined;
13
+ /**
14
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
15
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
16
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
17
+ * @public
18
+ */
19
+ DryRun?: boolean | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DeleteCarrierGatewayResult {
25
+ /**
26
+ * <p>Information about the carrier gateway.</p>
27
+ * @public
28
+ */
29
+ CarrierGateway?: CarrierGateway | undefined;
30
+ }
31
+ /**
32
+ * @public
33
+ */
34
+ export interface DeleteClientVpnEndpointRequest {
35
+ /**
36
+ * <p>The ID of the Client VPN to be deleted.</p>
37
+ * @public
38
+ */
39
+ ClientVpnEndpointId: string | undefined;
40
+ /**
41
+ * <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>
42
+ * @public
43
+ */
44
+ DryRun?: boolean | undefined;
45
+ }
46
+ /**
47
+ * @public
48
+ */
49
+ export interface DeleteClientVpnEndpointResult {
50
+ /**
51
+ * <p>The current state of the Client VPN endpoint.</p>
52
+ * @public
53
+ */
54
+ Status?: ClientVpnEndpointStatus | undefined;
55
+ }
4
56
  /**
5
57
  * @public
6
58
  */
@@ -2564,6 +2616,11 @@ export interface DeregisterImageRequest {
2564
2616
  */
2565
2617
  DryRun?: boolean | undefined;
2566
2618
  }
2619
+ /**
2620
+ * @public
2621
+ */
2622
+ export interface DeregisterImageResult {
2623
+ }
2567
2624
  /**
2568
2625
  * <p>Information about the tag keys to deregister for the current Region. You can either specify
2569
2626
  * individual tag keys or deregister all tag keys in the current Region. You must specify either
@@ -6743,248 +6800,6 @@ export interface DescribeFastSnapshotRestoreSuccessItem {
6743
6800
  */
6744
6801
  DisabledTime?: Date | undefined;
6745
6802
  }
6746
- /**
6747
- * @public
6748
- */
6749
- export interface DescribeFastSnapshotRestoresResult {
6750
- /**
6751
- * <p>Information about the state of fast snapshot restores.</p>
6752
- * @public
6753
- */
6754
- FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[] | undefined;
6755
- /**
6756
- * <p>The token to include in another request to get the next page of items.
6757
- * This value is <code>null</code> when there are no more items to return.</p>
6758
- * @public
6759
- */
6760
- NextToken?: string | undefined;
6761
- }
6762
- /**
6763
- * @public
6764
- * @enum
6765
- */
6766
- export declare const FleetEventType: {
6767
- readonly FLEET_CHANGE: "fleet-change";
6768
- readonly INSTANCE_CHANGE: "instance-change";
6769
- readonly SERVICE_ERROR: "service-error";
6770
- };
6771
- /**
6772
- * @public
6773
- */
6774
- export type FleetEventType = (typeof FleetEventType)[keyof typeof FleetEventType];
6775
- /**
6776
- * @public
6777
- */
6778
- export interface DescribeFleetHistoryRequest {
6779
- /**
6780
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6781
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6782
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6783
- * @public
6784
- */
6785
- DryRun?: boolean | undefined;
6786
- /**
6787
- * <p>The type of events to describe. By default, all events are described.</p>
6788
- * @public
6789
- */
6790
- EventType?: FleetEventType | undefined;
6791
- /**
6792
- * <p>The maximum number of items to return for this request.
6793
- * To get the next page of items, make another request with the token returned in the output.
6794
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
6795
- * @public
6796
- */
6797
- MaxResults?: number | undefined;
6798
- /**
6799
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
6800
- * @public
6801
- */
6802
- NextToken?: string | undefined;
6803
- /**
6804
- * <p>The ID of the EC2 Fleet.</p>
6805
- * @public
6806
- */
6807
- FleetId: string | undefined;
6808
- /**
6809
- * <p>The start date and time for the events, in UTC format (for example,
6810
- * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
6811
- * @public
6812
- */
6813
- StartTime: Date | undefined;
6814
- }
6815
- /**
6816
- * <p>Describes an EC2 Fleet or Spot Fleet event.</p>
6817
- * @public
6818
- */
6819
- export interface EventInformation {
6820
- /**
6821
- * <p>The description of the event.</p>
6822
- * @public
6823
- */
6824
- EventDescription?: string | undefined;
6825
- /**
6826
- * <p>The event.</p>
6827
- * <p>
6828
- * <code>error</code> events:</p>
6829
- * <ul>
6830
- * <li>
6831
- * <p>
6832
- * <code>iamFleetRoleInvalid</code> - The EC2 Fleet or Spot Fleet does not have the required
6833
- * permissions either to launch or terminate an instance.</p>
6834
- * </li>
6835
- * <li>
6836
- * <p>
6837
- * <code>allLaunchSpecsTemporarilyBlacklisted</code> - None of the configurations
6838
- * are valid, and several attempts to launch instances have failed. For more
6839
- * information, see the description of the event.</p>
6840
- * </li>
6841
- * <li>
6842
- * <p>
6843
- * <code>spotInstanceCountLimitExceeded</code> - You've reached the limit on the
6844
- * number of Spot Instances that you can launch.</p>
6845
- * </li>
6846
- * <li>
6847
- * <p>
6848
- * <code>spotFleetRequestConfigurationInvalid</code> - The configuration is not
6849
- * valid. For more information, see the description of the event.</p>
6850
- * </li>
6851
- * </ul>
6852
- * <p>
6853
- * <code>fleetRequestChange</code> events:</p>
6854
- * <ul>
6855
- * <li>
6856
- * <p>
6857
- * <code>active</code> - The EC2 Fleet or Spot Fleet request has been validated and Amazon EC2 is
6858
- * attempting to maintain the target number of running instances.</p>
6859
- * </li>
6860
- * <li>
6861
- * <p>
6862
- * <code>deleted</code> (EC2 Fleet) / <code>cancelled</code> (Spot Fleet) - The EC2 Fleet is deleted or the Spot Fleet request is canceled and has no running
6863
- * instances. The EC2 Fleet or Spot Fleet will be deleted two days after its instances are
6864
- * terminated.</p>
6865
- * </li>
6866
- * <li>
6867
- * <p>
6868
- * <code>deleted_running</code> (EC2 Fleet) / <code>cancelled_running</code> (Spot Fleet) - The EC2 Fleet is deleted or the Spot Fleet request is canceled and does
6869
- * not launch additional instances. Its existing instances continue to run until
6870
- * they are interrupted or terminated. The request remains in this state until all
6871
- * instances are interrupted or terminated.</p>
6872
- * </li>
6873
- * <li>
6874
- * <p>
6875
- * <code>deleted_terminating</code> (EC2 Fleet) / <code>cancelled_terminating</code> (Spot Fleet) - The EC2 Fleet is deleted or the Spot Fleet request is canceled and
6876
- * its instances are terminating. The request remains in this state until all
6877
- * instances are terminated.</p>
6878
- * </li>
6879
- * <li>
6880
- * <p>
6881
- * <code>expired</code> - The EC2 Fleet or Spot Fleet request has expired. If the request was
6882
- * created with <code>TerminateInstancesWithExpiration</code> set, a subsequent
6883
- * <code>terminated</code> event indicates that the instances are
6884
- * terminated.</p>
6885
- * </li>
6886
- * <li>
6887
- * <p>
6888
- * <code>modify_in_progress</code> - The EC2 Fleet or Spot Fleet request is being modified.
6889
- * The request remains in this state until the modification is fully
6890
- * processed.</p>
6891
- * </li>
6892
- * <li>
6893
- * <p>
6894
- * <code>modify_succeeded</code> - The EC2 Fleet or Spot Fleet request was modified.</p>
6895
- * </li>
6896
- * <li>
6897
- * <p>
6898
- * <code>submitted</code> - The EC2 Fleet or Spot Fleet request is being evaluated and Amazon EC2
6899
- * is preparing to launch the target number of instances.</p>
6900
- * </li>
6901
- * <li>
6902
- * <p>
6903
- * <code>progress</code> - The EC2 Fleet or Spot Fleet request is in the process of being fulfilled.</p>
6904
- * </li>
6905
- * </ul>
6906
- * <p>
6907
- * <code>instanceChange</code> events:</p>
6908
- * <ul>
6909
- * <li>
6910
- * <p>
6911
- * <code>launched</code> - A new instance was launched.</p>
6912
- * </li>
6913
- * <li>
6914
- * <p>
6915
- * <code>terminated</code> - An instance was terminated by the user.</p>
6916
- * </li>
6917
- * <li>
6918
- * <p>
6919
- * <code>termination_notified</code> - An instance termination notification was
6920
- * sent when a Spot Instance was terminated by Amazon EC2 during scale-down, when the target
6921
- * capacity of the fleet was modified down, for example, from a target capacity of
6922
- * 4 to a target capacity of 3.</p>
6923
- * </li>
6924
- * </ul>
6925
- * <p>
6926
- * <code>Information</code> events:</p>
6927
- * <ul>
6928
- * <li>
6929
- * <p>
6930
- * <code>fleetProgressHalted</code> - The price in every launch specification is
6931
- * not valid because it is below the Spot price (all the launch specifications have
6932
- * produced <code>launchSpecUnusable</code> events). A launch specification might
6933
- * become valid if the Spot price changes.</p>
6934
- * </li>
6935
- * <li>
6936
- * <p>
6937
- * <code>launchSpecTemporarilyBlacklisted</code> - The configuration is not valid
6938
- * and several attempts to launch instances have failed. For more information, see
6939
- * the description of the event.</p>
6940
- * </li>
6941
- * <li>
6942
- * <p>
6943
- * <code>launchSpecUnusable</code> - The price specified in a launch specification
6944
- * is not valid because it is below the Spot price for the requested Spot pools.</p>
6945
- * <p>Note: Even if a fleet with the <code>maintain</code> request type is in the process
6946
- * of being canceled, it may still publish a <code>launchSpecUnusable</code> event. This
6947
- * does not mean that the canceled fleet is attempting to launch a new instance.</p>
6948
- * </li>
6949
- * <li>
6950
- * <p>
6951
- * <code>registerWithLoadBalancersFailed</code> - An attempt to register
6952
- * instances with load balancers failed. For more information, see the description
6953
- * of the event.</p>
6954
- * </li>
6955
- * </ul>
6956
- * @public
6957
- */
6958
- EventSubType?: string | undefined;
6959
- /**
6960
- * <p>The ID of the instance. This information is available only for
6961
- * <code>instanceChange</code> events.</p>
6962
- * @public
6963
- */
6964
- InstanceId?: string | undefined;
6965
- }
6966
- /**
6967
- * <p>Describes an event in the history of an EC2 Fleet.</p>
6968
- * @public
6969
- */
6970
- export interface HistoryRecordEntry {
6971
- /**
6972
- * <p>Information about the event.</p>
6973
- * @public
6974
- */
6975
- EventInformation?: EventInformation | undefined;
6976
- /**
6977
- * <p>The event type.</p>
6978
- * @public
6979
- */
6980
- EventType?: FleetEventType | undefined;
6981
- /**
6982
- * <p>The date and time of the event, in UTC format (for example,
6983
- * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
6984
- * @public
6985
- */
6986
- Timestamp?: Date | undefined;
6987
- }
6988
6803
  /**
6989
6804
  * @internal
6990
6805
  */