@aws-sdk/client-ec2 3.613.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 (188) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +773 -442
  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 +21 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +251 -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 +2 -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/DeletePublicIpv4PoolCommand.d.ts +1 -0
  105. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  106. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  108. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  110. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  111. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  114. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  115. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  116. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  117. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  118. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  119. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  120. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -0
  121. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -0
  122. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  123. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  124. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  125. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  126. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -0
  127. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  128. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  129. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  130. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  131. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  132. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -0
  133. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  134. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  135. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  136. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  137. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  138. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  139. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  140. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  141. package/dist-types/commands/index.d.ts +3 -0
  142. package/dist-types/models/models_0.d.ts +1 -0
  143. package/dist-types/models/models_1.d.ts +161 -150
  144. package/dist-types/models/models_2.d.ts +179 -95
  145. package/dist-types/models/models_3.d.ts +100 -258
  146. package/dist-types/models/models_4.d.ts +400 -602
  147. package/dist-types/models/models_5.d.ts +576 -200
  148. package/dist-types/models/models_6.d.ts +232 -205
  149. package/dist-types/models/models_7.d.ts +233 -4
  150. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  151. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  152. package/dist-types/runtimeConfig.d.ts +1 -1
  153. package/dist-types/runtimeConfig.native.d.ts +1 -1
  154. package/dist-types/ts3.4/EC2.d.ts +70 -0
  155. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  156. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  157. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  158. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  159. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  171. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  177. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  178. package/dist-types/ts3.4/models/models_2.d.ts +56 -32
  179. package/dist-types/ts3.4/models/models_3.d.ts +30 -63
  180. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  181. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  182. package/dist-types/ts3.4/models/models_6.d.ts +70 -53
  183. package/dist-types/ts3.4/models/models_7.d.ts +62 -7
  184. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  185. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  186. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  187. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  188. package/package.json +25 -25
@@ -1,7 +1,251 @@
1
- import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, AttachmentStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification } from "./models_0";
2
- import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterfaceAttachment, Placement, PlatformValues, PrivateIpAddressSpecification, SpotInstanceType, StateReason, TargetCapacityUnitType, Tenancy } from "./models_1";
3
- import { NetworkInterface, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier } from "./models_2";
4
- import { ArchitectureValues, BootModeValues, Byoasn, DeviceType, EventInformation, Filter, HypervisorType, IdFormat, InstanceTagNotificationAttribute, PermissionGroup, ProductCode, UserBucketDetails, VirtualizationType } from "./models_3";
1
+ import { _InstanceType, ActiveInstance, AllocationStrategy, AlternatePathHint, AttachmentStatus, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification } from "./models_0";
2
+ import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, Placement, PlatformValues, PrivateIpAddressSpecification, StateReason, TargetCapacityUnitType, Tenancy } from "./models_1";
3
+ import { GroupIdentifier, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, StorageTier } from "./models_2";
4
+ import { ArchitectureValues, BootModeValues, Byoasn, DeviceType, EventInformation, Filter, HypervisorType, IdFormat, Image, InstanceTagNotificationAttribute, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface DescribeImagesResult {
9
+ /**
10
+ * <p>Information about the images.</p>
11
+ * @public
12
+ */
13
+ Images?: Image[];
14
+ /**
15
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
16
+ * are no more items to return.</p>
17
+ * @public
18
+ */
19
+ NextToken?: string;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DescribeImportImageTasksRequest {
25
+ /**
26
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
27
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
28
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
29
+ * @public
30
+ */
31
+ DryRun?: boolean;
32
+ /**
33
+ * <p>Filter tasks using the <code>task-state</code> filter and one of the following values: <code>active</code>,
34
+ * <code>completed</code>, <code>deleting</code>, or <code>deleted</code>.</p>
35
+ * @public
36
+ */
37
+ Filters?: Filter[];
38
+ /**
39
+ * <p>The IDs of the import image tasks.</p>
40
+ * @public
41
+ */
42
+ ImportTaskIds?: string[];
43
+ /**
44
+ * <p>The maximum number of results to return in a single call.</p>
45
+ * @public
46
+ */
47
+ MaxResults?: number;
48
+ /**
49
+ * <p>A token that indicates the next page of results.</p>
50
+ * @public
51
+ */
52
+ NextToken?: string;
53
+ }
54
+ /**
55
+ * <p> The response information for license configurations.</p>
56
+ * @public
57
+ */
58
+ export interface ImportImageLicenseConfigurationResponse {
59
+ /**
60
+ * <p>The ARN of a license configuration.</p>
61
+ * @public
62
+ */
63
+ LicenseConfigurationArn?: string;
64
+ }
65
+ /**
66
+ * <p>Describes the Amazon S3 bucket for the disk image.</p>
67
+ * @public
68
+ */
69
+ export interface UserBucketDetails {
70
+ /**
71
+ * <p>The Amazon S3 bucket from which the disk image was created.</p>
72
+ * @public
73
+ */
74
+ S3Bucket?: string;
75
+ /**
76
+ * <p>The file name of the disk image.</p>
77
+ * @public
78
+ */
79
+ S3Key?: string;
80
+ }
81
+ /**
82
+ * <p>Describes the snapshot created from the imported disk.</p>
83
+ * @public
84
+ */
85
+ export interface SnapshotDetail {
86
+ /**
87
+ * <p>A description for the snapshot.</p>
88
+ * @public
89
+ */
90
+ Description?: string;
91
+ /**
92
+ * <p>The block device mapping for the snapshot.</p>
93
+ * @public
94
+ */
95
+ DeviceName?: string;
96
+ /**
97
+ * <p>The size of the disk in the snapshot, in GiB.</p>
98
+ * @public
99
+ */
100
+ DiskImageSize?: number;
101
+ /**
102
+ * <p>The format of the disk image from which the snapshot is created.</p>
103
+ * @public
104
+ */
105
+ Format?: string;
106
+ /**
107
+ * <p>The percentage of progress for the task.</p>
108
+ * @public
109
+ */
110
+ Progress?: string;
111
+ /**
112
+ * <p>The snapshot ID of the disk being imported.</p>
113
+ * @public
114
+ */
115
+ SnapshotId?: string;
116
+ /**
117
+ * <p>A brief status of the snapshot creation.</p>
118
+ * @public
119
+ */
120
+ Status?: string;
121
+ /**
122
+ * <p>A detailed status message for the snapshot creation.</p>
123
+ * @public
124
+ */
125
+ StatusMessage?: string;
126
+ /**
127
+ * <p>The URL used to access the disk image.</p>
128
+ * @public
129
+ */
130
+ Url?: string;
131
+ /**
132
+ * <p>The Amazon S3 bucket for the disk image.</p>
133
+ * @public
134
+ */
135
+ UserBucket?: UserBucketDetails;
136
+ }
137
+ /**
138
+ * <p>Describes an import image task.</p>
139
+ * @public
140
+ */
141
+ export interface ImportImageTask {
142
+ /**
143
+ * <p>The architecture of the virtual machine.</p>
144
+ * <p>Valid values: <code>i386</code> | <code>x86_64</code> | <code>arm64</code>
145
+ * </p>
146
+ * @public
147
+ */
148
+ Architecture?: string;
149
+ /**
150
+ * <p>A description of the import task.</p>
151
+ * @public
152
+ */
153
+ Description?: string;
154
+ /**
155
+ * <p>Indicates whether the image is encrypted.</p>
156
+ * @public
157
+ */
158
+ Encrypted?: boolean;
159
+ /**
160
+ * <p>The target hypervisor for the import task.</p>
161
+ * <p>Valid values: <code>xen</code>
162
+ * </p>
163
+ * @public
164
+ */
165
+ Hypervisor?: string;
166
+ /**
167
+ * <p>The ID of the Amazon Machine Image (AMI) of the imported virtual machine.</p>
168
+ * @public
169
+ */
170
+ ImageId?: string;
171
+ /**
172
+ * <p>The ID of the import image task.</p>
173
+ * @public
174
+ */
175
+ ImportTaskId?: string;
176
+ /**
177
+ * <p>The identifier for the KMS key that was used to create the encrypted image.</p>
178
+ * @public
179
+ */
180
+ KmsKeyId?: string;
181
+ /**
182
+ * <p>The license type of the virtual machine.</p>
183
+ * @public
184
+ */
185
+ LicenseType?: string;
186
+ /**
187
+ * <p>The description string for the import image task.</p>
188
+ * @public
189
+ */
190
+ Platform?: string;
191
+ /**
192
+ * <p>The percentage of progress of the import image task.</p>
193
+ * @public
194
+ */
195
+ Progress?: string;
196
+ /**
197
+ * <p>Information about the snapshots.</p>
198
+ * @public
199
+ */
200
+ SnapshotDetails?: SnapshotDetail[];
201
+ /**
202
+ * <p>A brief status for the import image task.</p>
203
+ * @public
204
+ */
205
+ Status?: string;
206
+ /**
207
+ * <p>A descriptive status message for the import image task.</p>
208
+ * @public
209
+ */
210
+ StatusMessage?: string;
211
+ /**
212
+ * <p>The tags for the import image task.</p>
213
+ * @public
214
+ */
215
+ Tags?: Tag[];
216
+ /**
217
+ * <p>The ARNs of the license configurations that are associated with the import image task.</p>
218
+ * @public
219
+ */
220
+ LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
221
+ /**
222
+ * <p>The usage operation value.</p>
223
+ * @public
224
+ */
225
+ UsageOperation?: string;
226
+ /**
227
+ * <p>The boot mode of the virtual machine.</p>
228
+ * @public
229
+ */
230
+ BootMode?: BootModeValues;
231
+ }
232
+ /**
233
+ * @public
234
+ */
235
+ export interface DescribeImportImageTasksResult {
236
+ /**
237
+ * <p>A list of zero or more import image tasks that are currently active or were completed or canceled in the
238
+ * previous 7 days.</p>
239
+ * @public
240
+ */
241
+ ImportImageTasks?: ImportImageTask[];
242
+ /**
243
+ * <p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results
244
+ * to return.</p>
245
+ * @public
246
+ */
247
+ NextToken?: string;
248
+ }
5
249
  /**
6
250
  * @public
7
251
  */
@@ -4452,7 +4696,7 @@ export interface DescribeIpamByoasnResult {
4452
4696
  /**
4453
4697
  * @public
4454
4698
  */
4455
- export interface DescribeIpamPoolsRequest {
4699
+ export interface DescribeIpamExternalResourceVerificationTokensRequest {
4456
4700
  /**
4457
4701
  * <p>A check for whether you have the required permissions for the action without actually making the request
4458
4702
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -4462,44 +4706,92 @@ export interface DescribeIpamPoolsRequest {
4462
4706
  DryRun?: boolean;
4463
4707
  /**
4464
4708
  * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
4709
+ * <p>Available filters:</p>
4710
+ * <ul>
4711
+ * <li>
4712
+ * <p>
4713
+ * <code>ipam-arn</code>
4714
+ * </p>
4715
+ * </li>
4716
+ * <li>
4717
+ * <p>
4718
+ * <code>ipam-external-resource-verification-token-arn</code>
4719
+ * </p>
4720
+ * </li>
4721
+ * <li>
4722
+ * <p>
4723
+ * <code>ipam-external-resource-verification-token-id</code>
4724
+ * </p>
4725
+ * </li>
4726
+ * <li>
4727
+ * <p>
4728
+ * <code>ipam-id</code>
4729
+ * </p>
4730
+ * </li>
4731
+ * <li>
4732
+ * <p>
4733
+ * <code>ipam-region</code>
4734
+ * </p>
4735
+ * </li>
4736
+ * <li>
4737
+ * <p>
4738
+ * <code>state</code>
4739
+ * </p>
4740
+ * </li>
4741
+ * <li>
4742
+ * <p>
4743
+ * <code>status</code>
4744
+ * </p>
4745
+ * </li>
4746
+ * <li>
4747
+ * <p>
4748
+ * <code>token-name</code>
4749
+ * </p>
4750
+ * </li>
4751
+ * <li>
4752
+ * <p>
4753
+ * <code>token-value</code>
4754
+ * </p>
4755
+ * </li>
4756
+ * </ul>
4465
4757
  * @public
4466
4758
  */
4467
4759
  Filters?: Filter[];
4468
4760
  /**
4469
- * <p>The maximum number of results to return in the request.</p>
4761
+ * <p>The token for the next page of results.</p>
4470
4762
  * @public
4471
4763
  */
4472
- MaxResults?: number;
4764
+ NextToken?: string;
4473
4765
  /**
4474
- * <p>The token for the next page of results.</p>
4766
+ * <p>The maximum number of tokens to return in one page of results.</p>
4475
4767
  * @public
4476
4768
  */
4477
- NextToken?: string;
4769
+ MaxResults?: number;
4478
4770
  /**
4479
- * <p>The IDs of the IPAM pools you would like information on.</p>
4771
+ * <p>Verification token IDs.</p>
4480
4772
  * @public
4481
4773
  */
4482
- IpamPoolIds?: string[];
4774
+ IpamExternalResourceVerificationTokenIds?: string[];
4483
4775
  }
4484
4776
  /**
4485
4777
  * @public
4486
4778
  */
4487
- export interface DescribeIpamPoolsResult {
4779
+ export interface DescribeIpamExternalResourceVerificationTokensResult {
4488
4780
  /**
4489
4781
  * <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>
4490
4782
  * @public
4491
4783
  */
4492
4784
  NextToken?: string;
4493
4785
  /**
4494
- * <p>Information about the IPAM pools.</p>
4786
+ * <p>Verification tokens.</p>
4495
4787
  * @public
4496
4788
  */
4497
- IpamPools?: IpamPool[];
4789
+ IpamExternalResourceVerificationTokens?: IpamExternalResourceVerificationToken[];
4498
4790
  }
4499
4791
  /**
4500
4792
  * @public
4501
4793
  */
4502
- export interface DescribeIpamResourceDiscoveriesRequest {
4794
+ export interface DescribeIpamPoolsRequest {
4503
4795
  /**
4504
4796
  * <p>A check for whether you have the required permissions for the action without actually making the request
4505
4797
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -4508,20 +4800,67 @@ export interface DescribeIpamResourceDiscoveriesRequest {
4508
4800
  */
4509
4801
  DryRun?: boolean;
4510
4802
  /**
4511
- * <p>The IPAM resource discovery IDs.</p>
4803
+ * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
4512
4804
  * @public
4513
4805
  */
4514
- IpamResourceDiscoveryIds?: string[];
4806
+ Filters?: Filter[];
4515
4807
  /**
4516
- * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
4808
+ * <p>The maximum number of results to return in the request.</p>
4517
4809
  * @public
4518
4810
  */
4519
- NextToken?: string;
4811
+ MaxResults?: number;
4520
4812
  /**
4521
- * <p>The maximum number of resource discoveries to return in one page of results.</p>
4813
+ * <p>The token for the next page of results.</p>
4522
4814
  * @public
4523
4815
  */
4524
- MaxResults?: number;
4816
+ NextToken?: string;
4817
+ /**
4818
+ * <p>The IDs of the IPAM pools you would like information on.</p>
4819
+ * @public
4820
+ */
4821
+ IpamPoolIds?: string[];
4822
+ }
4823
+ /**
4824
+ * @public
4825
+ */
4826
+ export interface DescribeIpamPoolsResult {
4827
+ /**
4828
+ * <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>
4829
+ * @public
4830
+ */
4831
+ NextToken?: string;
4832
+ /**
4833
+ * <p>Information about the IPAM pools.</p>
4834
+ * @public
4835
+ */
4836
+ IpamPools?: IpamPool[];
4837
+ }
4838
+ /**
4839
+ * @public
4840
+ */
4841
+ export interface DescribeIpamResourceDiscoveriesRequest {
4842
+ /**
4843
+ * <p>A check for whether you have the required permissions for the action without actually making the request
4844
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4845
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4846
+ * @public
4847
+ */
4848
+ DryRun?: boolean;
4849
+ /**
4850
+ * <p>The IPAM resource discovery IDs.</p>
4851
+ * @public
4852
+ */
4853
+ IpamResourceDiscoveryIds?: string[];
4854
+ /**
4855
+ * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
4856
+ * @public
4857
+ */
4858
+ NextToken?: string;
4859
+ /**
4860
+ * <p>The maximum number of resource discoveries to return in one page of results.</p>
4861
+ * @public
4862
+ */
4863
+ MaxResults?: number;
4525
4864
  /**
4526
4865
  * <p>The resource discovery filters.</p>
4527
4866
  * @public
@@ -7165,8 +7504,18 @@ export interface DescribePlacementGroupsRequest {
7165
7504
  DryRun?: boolean;
7166
7505
  /**
7167
7506
  * <p>The names of the placement groups.</p>
7168
- * <p>Default: Describes all your placement groups, or only those otherwise
7169
- * specified.</p>
7507
+ * <p>Constraints:</p>
7508
+ * <ul>
7509
+ * <li>
7510
+ * <p>You can specify a name only if the placement group is owned by your
7511
+ * account.</p>
7512
+ * </li>
7513
+ * <li>
7514
+ * <p>If a placement group is <i>shared</i> with your account,
7515
+ * specifying the name results in an error. You must use the <code>GroupId</code>
7516
+ * parameter instead.</p>
7517
+ * </li>
7518
+ * </ul>
7170
7519
  * @public
7171
7520
  */
7172
7521
  GroupNames?: string[];
@@ -10256,8 +10605,20 @@ export interface SpotFleetLaunchSpecification {
10256
10605
  */
10257
10606
  UserData?: string;
10258
10607
  /**
10259
- * <p>The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms of instances, or a performance characteristic such as vCPUs, memory, or I/O.</p>
10260
- * <p>If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the number of instances to the next whole number. If this value is not specified, the default is 1.</p>
10608
+ * <p>The number of units provided by the specified instance type. These are the same units
10609
+ * that you chose to set the target capacity in terms of instances, or a performance
10610
+ * characteristic such as vCPUs, memory, or I/O.</p>
10611
+ * <p>If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the
10612
+ * number of instances to the next whole number. If this value is not specified, the default
10613
+ * is 1.</p>
10614
+ * <note>
10615
+ * <p>When specifying weights, the price used in the <code>lowestPrice</code> and
10616
+ * <code>priceCapacityOptimized</code> allocation strategies is per
10617
+ * <i>unit</i> hour (where the instance price is divided by the specified
10618
+ * weight). However, if all the specified weights are above the requested
10619
+ * <code>TargetCapacity</code>, resulting in only 1 instance being launched, the price
10620
+ * used is per <i>instance</i> hour.</p>
10621
+ * </note>
10261
10622
  * @public
10262
10623
  */
10263
10624
  WeightedCapacity?: number;
@@ -10307,10 +10668,15 @@ export interface LaunchTemplateOverrides {
10307
10668
  */
10308
10669
  AvailabilityZone?: string;
10309
10670
  /**
10310
- * <p>The number of units provided by the specified instance type.</p>
10671
+ * <p>The number of units provided by the specified instance type. These are the same units
10672
+ * that you chose to set the target capacity in terms of instances, or a performance
10673
+ * characteristic such as vCPUs, memory, or I/O.</p>
10674
+ * <p>If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the
10675
+ * number of instances to the next whole number. If this value is not specified, the default
10676
+ * is 1.</p>
10311
10677
  * <note>
10312
- * <p>When specifying weights, the price used in the <code>lowest-price</code> and
10313
- * <code>price-capacity-optimized</code> allocation strategies is per
10678
+ * <p>When specifying weights, the price used in the <code>lowestPrice</code> and
10679
+ * <code>priceCapacityOptimized</code> allocation strategies is per
10314
10680
  * <i>unit</i> hour (where the instance price is divided by the specified
10315
10681
  * weight). However, if all the specified weights are above the requested
10316
10682
  * <code>TargetCapacity</code>, resulting in only 1 instance being launched, the price
@@ -10797,565 +11163,17 @@ export interface SpotFleetRequestConfigData {
10797
11163
  TagSpecifications?: TagSpecification[];
10798
11164
  }
10799
11165
  /**
10800
- * <p>Describes a Spot Fleet request.</p>
10801
- * @public
10802
- */
10803
- export interface SpotFleetRequestConfig {
10804
- /**
10805
- * <p>The progress of the Spot Fleet request.
10806
- * If there is an error, the status is <code>error</code>.
10807
- * After all requests are placed, the status is <code>pending_fulfillment</code>.
10808
- * If the size of the fleet is equal to or greater than its target capacity, the status is <code>fulfilled</code>.
10809
- * If the size of the fleet is decreased, the status is <code>pending_termination</code>
10810
- * while Spot Instances are terminating.</p>
10811
- * @public
10812
- */
10813
- ActivityStatus?: ActivityStatus;
10814
- /**
10815
- * <p>The creation date and time of the request.</p>
10816
- * @public
10817
- */
10818
- CreateTime?: Date;
10819
- /**
10820
- * <p>The configuration of the Spot Fleet request.</p>
10821
- * @public
10822
- */
10823
- SpotFleetRequestConfig?: SpotFleetRequestConfigData;
10824
- /**
10825
- * <p>The ID of the Spot Fleet request.</p>
10826
- * @public
10827
- */
10828
- SpotFleetRequestId?: string;
10829
- /**
10830
- * <p>The state of the Spot Fleet request.</p>
10831
- * @public
10832
- */
10833
- SpotFleetRequestState?: BatchState;
10834
- /**
10835
- * <p>The tags for a Spot Fleet resource.</p>
10836
- * @public
10837
- */
10838
- Tags?: Tag[];
10839
- }
10840
- /**
10841
- * <p>Contains the output of DescribeSpotFleetRequests.</p>
10842
- * @public
10843
- */
10844
- export interface DescribeSpotFleetRequestsResponse {
10845
- /**
10846
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
10847
- * are no more items to return.</p>
10848
- * @public
10849
- */
10850
- NextToken?: string;
10851
- /**
10852
- * <p>Information about the configuration of your Spot Fleet.</p>
10853
- * @public
10854
- */
10855
- SpotFleetRequestConfigs?: SpotFleetRequestConfig[];
10856
- }
10857
- /**
10858
- * <p>Contains the parameters for DescribeSpotInstanceRequests.</p>
10859
- * @public
10860
- */
10861
- export interface DescribeSpotInstanceRequestsRequest {
10862
- /**
10863
- * <p>The filters.</p>
10864
- * <ul>
10865
- * <li>
10866
- * <p>
10867
- * <code>availability-zone-group</code> - The Availability Zone group.</p>
10868
- * </li>
10869
- * <li>
10870
- * <p>
10871
- * <code>create-time</code> - The time stamp when the Spot Instance request was
10872
- * created.</p>
10873
- * </li>
10874
- * <li>
10875
- * <p>
10876
- * <code>fault-code</code> - The fault code related to the request.</p>
10877
- * </li>
10878
- * <li>
10879
- * <p>
10880
- * <code>fault-message</code> - The fault message related to the request.</p>
10881
- * </li>
10882
- * <li>
10883
- * <p>
10884
- * <code>instance-id</code> - The ID of the instance that fulfilled the
10885
- * request.</p>
10886
- * </li>
10887
- * <li>
10888
- * <p>
10889
- * <code>launch-group</code> - The Spot Instance launch group.</p>
10890
- * </li>
10891
- * <li>
10892
- * <p>
10893
- * <code>launch.block-device-mapping.delete-on-termination</code> - Indicates
10894
- * whether the EBS volume is deleted on instance termination.</p>
10895
- * </li>
10896
- * <li>
10897
- * <p>
10898
- * <code>launch.block-device-mapping.device-name</code> - The device name for the
10899
- * volume in the block device mapping (for example, <code>/dev/sdh</code> or
10900
- * <code>xvdh</code>).</p>
10901
- * </li>
10902
- * <li>
10903
- * <p>
10904
- * <code>launch.block-device-mapping.snapshot-id</code> - The ID of the snapshot
10905
- * for the EBS volume.</p>
10906
- * </li>
10907
- * <li>
10908
- * <p>
10909
- * <code>launch.block-device-mapping.volume-size</code> - The size of the EBS
10910
- * volume, in GiB.</p>
10911
- * </li>
10912
- * <li>
10913
- * <p>
10914
- * <code>launch.block-device-mapping.volume-type</code> - The type of EBS volume:
10915
- * <code>gp2</code> or <code>gp3</code> for General Purpose SSD, <code>io1</code>
10916
- * or <code>io2</code> for Provisioned IOPS SSD, <code>st1</code> for Throughput
10917
- * Optimized HDD, <code>sc1</code> for Cold HDD, or <code>standard</code> for
10918
- * Magnetic.</p>
10919
- * </li>
10920
- * <li>
10921
- * <p>
10922
- * <code>launch.group-id</code> - The ID of the security group for the
10923
- * instance.</p>
10924
- * </li>
10925
- * <li>
10926
- * <p>
10927
- * <code>launch.group-name</code> - The name of the security group for the
10928
- * instance.</p>
10929
- * </li>
10930
- * <li>
10931
- * <p>
10932
- * <code>launch.image-id</code> - The ID of the AMI.</p>
10933
- * </li>
10934
- * <li>
10935
- * <p>
10936
- * <code>launch.instance-type</code> - The type of instance (for example,
10937
- * <code>m3.medium</code>).</p>
10938
- * </li>
10939
- * <li>
10940
- * <p>
10941
- * <code>launch.kernel-id</code> - The kernel ID.</p>
10942
- * </li>
10943
- * <li>
10944
- * <p>
10945
- * <code>launch.key-name</code> - The name of the key pair the instance launched
10946
- * with.</p>
10947
- * </li>
10948
- * <li>
10949
- * <p>
10950
- * <code>launch.monitoring-enabled</code> - Whether detailed monitoring is
10951
- * enabled for the Spot Instance.</p>
10952
- * </li>
10953
- * <li>
10954
- * <p>
10955
- * <code>launch.ramdisk-id</code> - The RAM disk ID.</p>
10956
- * </li>
10957
- * <li>
10958
- * <p>
10959
- * <code>launched-availability-zone</code> - The Availability Zone in which the
10960
- * request is launched.</p>
10961
- * </li>
10962
- * <li>
10963
- * <p>
10964
- * <code>network-interface.addresses.primary</code> - Indicates whether the IP
10965
- * address is the primary private IP address.</p>
10966
- * </li>
10967
- * <li>
10968
- * <p>
10969
- * <code>network-interface.delete-on-termination</code> - Indicates whether the
10970
- * network interface is deleted when the instance is terminated.</p>
10971
- * </li>
10972
- * <li>
10973
- * <p>
10974
- * <code>network-interface.description</code> - A description of the network
10975
- * interface.</p>
10976
- * </li>
10977
- * <li>
10978
- * <p>
10979
- * <code>network-interface.device-index</code> - The index of the device for the
10980
- * network interface attachment on the instance.</p>
10981
- * </li>
10982
- * <li>
10983
- * <p>
10984
- * <code>network-interface.group-id</code> - The ID of the security group
10985
- * associated with the network interface.</p>
10986
- * </li>
10987
- * <li>
10988
- * <p>
10989
- * <code>network-interface.network-interface-id</code> - The ID of the network
10990
- * interface.</p>
10991
- * </li>
10992
- * <li>
10993
- * <p>
10994
- * <code>network-interface.private-ip-address</code> - The primary private IP
10995
- * address of the network interface.</p>
10996
- * </li>
10997
- * <li>
10998
- * <p>
10999
- * <code>network-interface.subnet-id</code> - The ID of the subnet for the
11000
- * instance.</p>
11001
- * </li>
11002
- * <li>
11003
- * <p>
11004
- * <code>product-description</code> - The product description associated with the
11005
- * instance (<code>Linux/UNIX</code> | <code>Windows</code>).</p>
11006
- * </li>
11007
- * <li>
11008
- * <p>
11009
- * <code>spot-instance-request-id</code> - The Spot Instance request ID.</p>
11010
- * </li>
11011
- * <li>
11012
- * <p>
11013
- * <code>spot-price</code> - The maximum hourly price for any Spot Instance
11014
- * launched to fulfill the request.</p>
11015
- * </li>
11016
- * <li>
11017
- * <p>
11018
- * <code>state</code> - The state of the Spot Instance request (<code>open</code>
11019
- * | <code>active</code> | <code>closed</code> | <code>cancelled</code> |
11020
- * <code>failed</code>). Spot request status information can help you track
11021
- * 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
11022
- * request status</a> in the <i>Amazon EC2 User Guide</i>.</p>
11023
- * </li>
11024
- * <li>
11025
- * <p>
11026
- * <code>status-code</code> - The short code describing the most recent
11027
- * evaluation of your Spot Instance request.</p>
11028
- * </li>
11029
- * <li>
11030
- * <p>
11031
- * <code>status-message</code> - The message explaining the status of the Spot
11032
- * Instance request.</p>
11033
- * </li>
11034
- * <li>
11035
- * <p>
11036
- * <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.
11037
- * 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>
11038
- * </li>
11039
- * <li>
11040
- * <p>
11041
- * <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>
11042
- * </li>
11043
- * <li>
11044
- * <p>
11045
- * <code>type</code> - The type of Spot Instance request (<code>one-time</code> |
11046
- * <code>persistent</code>).</p>
11047
- * </li>
11048
- * <li>
11049
- * <p>
11050
- * <code>valid-from</code> - The start date of the request.</p>
11051
- * </li>
11052
- * <li>
11053
- * <p>
11054
- * <code>valid-until</code> - The end date of the request.</p>
11055
- * </li>
11056
- * </ul>
11057
- * @public
11058
- */
11059
- Filters?: Filter[];
11060
- /**
11061
- * <p>Checks whether you have the required permissions for the action, without actually
11062
- * making the request, and provides an error response. If you have the required
11063
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11064
- * <code>UnauthorizedOperation</code>.</p>
11065
- * @public
11066
- */
11067
- DryRun?: boolean;
11068
- /**
11069
- * <p>The IDs of the Spot Instance requests.</p>
11070
- * @public
11071
- */
11072
- SpotInstanceRequestIds?: string[];
11073
- /**
11074
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
11075
- * @public
11076
- */
11077
- NextToken?: string;
11078
- /**
11079
- * <p>The maximum number of items to return for this request.
11080
- * To get the next page of items, make another request with the token returned in the output.
11081
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
11082
- * @public
11083
- */
11084
- MaxResults?: number;
11085
- }
11086
- /**
11087
- * <p>Describes the monitoring of an instance.</p>
11088
- * @public
11089
- */
11090
- export interface RunInstancesMonitoringEnabled {
11091
- /**
11092
- * <p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is
11093
- * enabled.</p>
11094
- * @public
11095
- */
11096
- Enabled: boolean | undefined;
11097
- }
11098
- /**
11099
- * <p>Describes the launch specification for an instance.</p>
11100
- * @public
11101
- */
11102
- export interface LaunchSpecification {
11103
- /**
11104
- * <p>The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.</p>
11105
- * @public
11106
- */
11107
- UserData?: string;
11108
- /**
11109
- * <p>The IDs of the security groups.</p>
11110
- * @public
11111
- */
11112
- SecurityGroups?: GroupIdentifier[];
11113
- /**
11114
- * <p>Deprecated.</p>
11115
- * @public
11116
- */
11117
- AddressingType?: string;
11118
- /**
11119
- * <p>The block device mapping entries.</p>
11120
- * @public
11121
- */
11122
- BlockDeviceMappings?: BlockDeviceMapping[];
11123
- /**
11124
- * <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>
11125
- * <p>Default: <code>false</code>
11126
- * </p>
11127
- * @public
11128
- */
11129
- EbsOptimized?: boolean;
11130
- /**
11131
- * <p>The IAM instance profile.</p>
11132
- * @public
11133
- */
11134
- IamInstanceProfile?: IamInstanceProfileSpecification;
11135
- /**
11136
- * <p>The ID of the AMI.</p>
11137
- * @public
11138
- */
11139
- ImageId?: string;
11140
- /**
11141
- * <p>The instance type. Only one instance type can be specified.</p>
11142
- * @public
11143
- */
11144
- InstanceType?: _InstanceType;
11145
- /**
11146
- * <p>The ID of the kernel.</p>
11147
- * @public
11148
- */
11149
- KernelId?: string;
11150
- /**
11151
- * <p>The name of the key pair.</p>
11152
- * @public
11153
- */
11154
- KeyName?: string;
11155
- /**
11156
- * <p>The network interfaces. If you specify a network interface, you must specify
11157
- * subnet IDs and security group IDs using the network interface.</p>
11158
- * @public
11159
- */
11160
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
11161
- /**
11162
- * <p>The placement information for the instance.</p>
11163
- * @public
11164
- */
11165
- Placement?: SpotPlacement;
11166
- /**
11167
- * <p>The ID of the RAM disk.</p>
11168
- * @public
11169
- */
11170
- RamdiskId?: string;
11171
- /**
11172
- * <p>The ID of the subnet in which to launch the instance.</p>
11173
- * @public
11174
- */
11175
- SubnetId?: string;
11176
- /**
11177
- * <p>Describes the monitoring of an instance.</p>
11178
- * @public
11179
- */
11180
- Monitoring?: RunInstancesMonitoringEnabled;
11181
- }
11182
- /**
11183
- * @public
11184
- * @enum
11185
- */
11186
- export declare const SpotInstanceState: {
11187
- readonly active: "active";
11188
- readonly cancelled: "cancelled";
11189
- readonly closed: "closed";
11190
- readonly disabled: "disabled";
11191
- readonly failed: "failed";
11192
- readonly open: "open";
11193
- };
11194
- /**
11195
- * @public
11196
- */
11197
- export type SpotInstanceState = (typeof SpotInstanceState)[keyof typeof SpotInstanceState];
11198
- /**
11199
- * <p>Describes the status of a Spot Instance request.</p>
11200
- * @public
11166
+ * @internal
11201
11167
  */
11202
- export interface SpotInstanceStatus {
11203
- /**
11204
- * <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>
11205
- * @public
11206
- */
11207
- Code?: string;
11208
- /**
11209
- * <p>The description for the status code.</p>
11210
- * @public
11211
- */
11212
- Message?: string;
11213
- /**
11214
- * <p>The date and time of the most recent status update, in UTC format (for example,
11215
- * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
11216
- * @public
11217
- */
11218
- UpdateTime?: Date;
11219
- }
11168
+ export declare const SnapshotDetailFilterSensitiveLog: (obj: SnapshotDetail) => any;
11220
11169
  /**
11221
- * <p>Describes a Spot Instance request.</p>
11222
- * @public
11170
+ * @internal
11223
11171
  */
11224
- export interface SpotInstanceRequest {
11225
- /**
11226
- * <p>Deprecated.</p>
11227
- * @public
11228
- */
11229
- ActualBlockHourlyPrice?: string;
11230
- /**
11231
- * <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>
11232
- * @public
11233
- */
11234
- AvailabilityZoneGroup?: string;
11235
- /**
11236
- * <p>Deprecated.</p>
11237
- * @public
11238
- */
11239
- BlockDurationMinutes?: number;
11240
- /**
11241
- * <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>
11242
- * @public
11243
- */
11244
- CreateTime?: Date;
11245
- /**
11246
- * <p>The fault codes for the Spot Instance request, if any.</p>
11247
- * @public
11248
- */
11249
- Fault?: SpotInstanceStateFault;
11250
- /**
11251
- * <p>The instance ID, if an instance has been launched to fulfill the Spot Instance request.</p>
11252
- * @public
11253
- */
11254
- InstanceId?: string;
11255
- /**
11256
- * <p>The instance launch group. Launch groups are Spot Instances that launch together and terminate together.</p>
11257
- * @public
11258
- */
11259
- LaunchGroup?: string;
11260
- /**
11261
- * <p>Additional information for launching instances.</p>
11262
- * @public
11263
- */
11264
- LaunchSpecification?: LaunchSpecification;
11265
- /**
11266
- * <p>The Availability Zone in which the request is launched.</p>
11267
- * @public
11268
- */
11269
- LaunchedAvailabilityZone?: string;
11270
- /**
11271
- * <p>The product description associated with the Spot Instance.</p>
11272
- * @public
11273
- */
11274
- ProductDescription?: RIProductDescription;
11275
- /**
11276
- * <p>The ID of the Spot Instance request.</p>
11277
- * @public
11278
- */
11279
- SpotInstanceRequestId?: string;
11280
- /**
11281
- * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
11282
- * 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>
11283
- * <important>
11284
- * <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
11285
- * </important>
11286
- * @public
11287
- */
11288
- SpotPrice?: string;
11289
- /**
11290
- * <p>The state of the Spot Instance request. Spot request status information helps track your Spot
11291
- * 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
11292
- * <i>Amazon EC2 User Guide</i>.</p>
11293
- * @public
11294
- */
11295
- State?: SpotInstanceState;
11296
- /**
11297
- * <p>The status code and status message describing the Spot Instance request.</p>
11298
- * @public
11299
- */
11300
- Status?: SpotInstanceStatus;
11301
- /**
11302
- * <p>Any tags assigned to the resource.</p>
11303
- * @public
11304
- */
11305
- Tags?: Tag[];
11306
- /**
11307
- * <p>The Spot Instance request type.</p>
11308
- * @public
11309
- */
11310
- Type?: SpotInstanceType;
11311
- /**
11312
- * <p>The start date of the request, in UTC format (for example,
11313
- * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).
11314
- * The request becomes active at this date and time.</p>
11315
- * @public
11316
- */
11317
- ValidFrom?: Date;
11318
- /**
11319
- * <p>The end date of the request, in UTC format
11320
- * (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
11321
- * <ul>
11322
- * <li>
11323
- * <p>For a persistent request, the request remains active until the <code>validUntil</code> date
11324
- * and time is reached. Otherwise, the request remains active until you cancel it.
11325
- * </p>
11326
- * </li>
11327
- * <li>
11328
- * <p>For a one-time request, the request remains active until all instances launch,
11329
- * the request is canceled, or the <code>validUntil</code> date and time is reached. By default, the
11330
- * request is valid for 7 days from the date the request was created.</p>
11331
- * </li>
11332
- * </ul>
11333
- * @public
11334
- */
11335
- ValidUntil?: Date;
11336
- /**
11337
- * <p>The behavior when a Spot Instance is interrupted.</p>
11338
- * @public
11339
- */
11340
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
11341
- }
11172
+ export declare const ImportImageTaskFilterSensitiveLog: (obj: ImportImageTask) => any;
11342
11173
  /**
11343
- * <p>Contains the output of DescribeSpotInstanceRequests.</p>
11344
- * @public
11174
+ * @internal
11345
11175
  */
11346
- export interface DescribeSpotInstanceRequestsResult {
11347
- /**
11348
- * <p>The Spot Instance requests.</p>
11349
- * @public
11350
- */
11351
- SpotInstanceRequests?: SpotInstanceRequest[];
11352
- /**
11353
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
11354
- * are no more items to return.</p>
11355
- * @public
11356
- */
11357
- NextToken?: string;
11358
- }
11176
+ export declare const DescribeImportImageTasksResultFilterSensitiveLog: (obj: DescribeImportImageTasksResult) => any;
11359
11177
  /**
11360
11178
  * @internal
11361
11179
  */
@@ -11380,23 +11198,3 @@ export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (obj: SpotF
11380
11198
  * @internal
11381
11199
  */
11382
11200
  export declare const SpotFleetRequestConfigDataFilterSensitiveLog: (obj: SpotFleetRequestConfigData) => any;
11383
- /**
11384
- * @internal
11385
- */
11386
- export declare const SpotFleetRequestConfigFilterSensitiveLog: (obj: SpotFleetRequestConfig) => any;
11387
- /**
11388
- * @internal
11389
- */
11390
- export declare const DescribeSpotFleetRequestsResponseFilterSensitiveLog: (obj: DescribeSpotFleetRequestsResponse) => any;
11391
- /**
11392
- * @internal
11393
- */
11394
- export declare const LaunchSpecificationFilterSensitiveLog: (obj: LaunchSpecification) => any;
11395
- /**
11396
- * @internal
11397
- */
11398
- export declare const SpotInstanceRequestFilterSensitiveLog: (obj: SpotInstanceRequest) => any;
11399
- /**
11400
- * @internal
11401
- */
11402
- export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (obj: DescribeSpotInstanceRequestsResult) => any;