@aws-sdk/client-ec2 3.452.0 → 3.454.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 (223) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/EC2.js +12 -0
  3. package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
  4. package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
  8. package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
  9. package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
  10. package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
  11. package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
  12. package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
  13. package/dist-cjs/commands/index.js +6 -0
  14. package/dist-cjs/models/models_0.js +12 -8
  15. package/dist-cjs/models/models_1.js +15 -19
  16. package/dist-cjs/models/models_2.js +19 -2
  17. package/dist-cjs/models/models_3.js +9 -37
  18. package/dist-cjs/models/models_4.js +37 -2
  19. package/dist-cjs/models/models_5.js +24 -20
  20. package/dist-cjs/models/models_6.js +20 -29
  21. package/dist-cjs/models/models_7.js +29 -3
  22. package/dist-cjs/protocols/Aws_ec2.js +814 -25
  23. package/dist-es/EC2.js +12 -0
  24. package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
  25. package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
  26. package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
  27. package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
  28. package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
  29. package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
  30. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  31. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  32. package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
  33. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  34. package/dist-es/commands/index.js +6 -0
  35. package/dist-es/models/models_0.js +10 -6
  36. package/dist-es/models/models_1.js +13 -17
  37. package/dist-es/models/models_2.js +17 -0
  38. package/dist-es/models/models_3.js +8 -32
  39. package/dist-es/models/models_4.js +32 -0
  40. package/dist-es/models/models_5.js +23 -17
  41. package/dist-es/models/models_6.js +18 -27
  42. package/dist-es/models/models_7.js +26 -2
  43. package/dist-es/protocols/Aws_ec2.js +777 -0
  44. package/dist-types/EC2.d.ts +42 -0
  45. package/dist-types/EC2Client.d.ts +8 -2
  46. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
  47. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
  48. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
  49. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
  50. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
  51. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
  52. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  53. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
  54. package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
  56. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
  57. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
  58. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
  59. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
  61. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
  63. package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
  64. package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
  65. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
  66. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
  67. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
  75. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
  76. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
  77. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
  78. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
  79. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
  83. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
  84. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
  85. package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
  87. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
  88. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
  89. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
  90. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
  98. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
  99. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
  101. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  102. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
  103. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
  104. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
  105. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  106. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  107. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
  108. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
  109. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  110. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  111. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  113. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  114. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  115. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  116. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
  118. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
  119. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
  121. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
  123. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
  124. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
  125. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
  126. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  127. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  128. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  129. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  130. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  131. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  132. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  133. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  134. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  135. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  136. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  137. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  138. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  139. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  140. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  141. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  142. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
  143. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
  144. package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
  145. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
  146. package/dist-types/commands/index.d.ts +6 -0
  147. package/dist-types/models/models_0.d.ts +113 -75
  148. package/dist-types/models/models_1.d.ts +267 -331
  149. package/dist-types/models/models_2.d.ts +374 -167
  150. package/dist-types/models/models_3.d.ts +243 -504
  151. package/dist-types/models/models_4.d.ts +1058 -1143
  152. package/dist-types/models/models_5.d.ts +4030 -3824
  153. package/dist-types/models/models_6.d.ts +4384 -4392
  154. package/dist-types/models/models_7.d.ts +826 -5
  155. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  156. package/dist-types/ts3.4/EC2.d.ts +102 -0
  157. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  158. package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
  159. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -4
  160. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
  175. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
  184. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
  185. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
  196. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +33 -22
  215. package/dist-types/ts3.4/models/models_1.d.ts +66 -88
  216. package/dist-types/ts3.4/models/models_2.d.ts +101 -42
  217. package/dist-types/ts3.4/models/models_3.d.ts +65 -121
  218. package/dist-types/ts3.4/models/models_4.d.ts +141 -119
  219. package/dist-types/ts3.4/models/models_5.d.ts +197 -175
  220. package/dist-types/ts3.4/models/models_6.d.ts +202 -210
  221. package/dist-types/ts3.4/models/models_7.d.ts +206 -6
  222. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  223. package/package.json +2 -2
@@ -1,9 +1,822 @@
1
- import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
2
- import { AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
1
+ import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
+ import { AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
3
  import { SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
4
- import { ClientVpnConnectionStatus, Filter, InstanceAttributeName } from "./models_3";
5
- import { HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotInstanceRequest } from "./models_4";
6
- import { CapacityReservationSpecification, InstanceMonitoring, RequestSpotLaunchSpecification, Status } from "./models_6";
4
+ import { ClientVpnConnectionStatus, Filter } from "./models_3";
5
+ import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
+ import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_6";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
11
+ /**
12
+ * @public
13
+ * <p>The ID of the transit gateway multicast domain.</p>
14
+ */
15
+ TransitGatewayMulticastDomainId?: string;
16
+ /**
17
+ * @public
18
+ * <p>The ID of the transit gateway attachment.</p>
19
+ */
20
+ TransitGatewayAttachmentId?: string;
21
+ /**
22
+ * @public
23
+ * <p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>
24
+ */
25
+ SubnetIds?: string[];
26
+ /**
27
+ * @public
28
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
29
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
30
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
31
+ */
32
+ DryRun?: boolean;
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface RejectTransitGatewayMulticastDomainAssociationsResult {
38
+ /**
39
+ * @public
40
+ * <p>Information about the multicast domain associations.</p>
41
+ */
42
+ Associations?: TransitGatewayMulticastDomainAssociations;
43
+ }
44
+ /**
45
+ * @public
46
+ */
47
+ export interface RejectTransitGatewayPeeringAttachmentRequest {
48
+ /**
49
+ * @public
50
+ * <p>The ID of the transit gateway peering attachment.</p>
51
+ */
52
+ TransitGatewayAttachmentId: string | undefined;
53
+ /**
54
+ * @public
55
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
56
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
57
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
58
+ */
59
+ DryRun?: boolean;
60
+ }
61
+ /**
62
+ * @public
63
+ */
64
+ export interface RejectTransitGatewayPeeringAttachmentResult {
65
+ /**
66
+ * @public
67
+ * <p>The transit gateway peering attachment.</p>
68
+ */
69
+ TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
70
+ }
71
+ /**
72
+ * @public
73
+ */
74
+ export interface RejectTransitGatewayVpcAttachmentRequest {
75
+ /**
76
+ * @public
77
+ * <p>The ID of the attachment.</p>
78
+ */
79
+ TransitGatewayAttachmentId: string | undefined;
80
+ /**
81
+ * @public
82
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
83
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
84
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
85
+ */
86
+ DryRun?: boolean;
87
+ }
88
+ /**
89
+ * @public
90
+ */
91
+ export interface RejectTransitGatewayVpcAttachmentResult {
92
+ /**
93
+ * @public
94
+ * <p>Information about the attachment.</p>
95
+ */
96
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
97
+ }
98
+ /**
99
+ * @public
100
+ */
101
+ export interface RejectVpcEndpointConnectionsRequest {
102
+ /**
103
+ * @public
104
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
105
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
106
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
107
+ */
108
+ DryRun?: boolean;
109
+ /**
110
+ * @public
111
+ * <p>The ID of the service.</p>
112
+ */
113
+ ServiceId: string | undefined;
114
+ /**
115
+ * @public
116
+ * <p>The IDs of the VPC endpoints.</p>
117
+ */
118
+ VpcEndpointIds: string[] | undefined;
119
+ }
120
+ /**
121
+ * @public
122
+ */
123
+ export interface RejectVpcEndpointConnectionsResult {
124
+ /**
125
+ * @public
126
+ * <p>Information about the endpoints that were not rejected, if applicable.</p>
127
+ */
128
+ Unsuccessful?: UnsuccessfulItem[];
129
+ }
130
+ /**
131
+ * @public
132
+ */
133
+ export interface RejectVpcPeeringConnectionRequest {
134
+ /**
135
+ * @public
136
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
137
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
138
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
139
+ */
140
+ DryRun?: boolean;
141
+ /**
142
+ * @public
143
+ * <p>The ID of the VPC peering connection.</p>
144
+ */
145
+ VpcPeeringConnectionId: string | undefined;
146
+ }
147
+ /**
148
+ * @public
149
+ */
150
+ export interface RejectVpcPeeringConnectionResult {
151
+ /**
152
+ * @public
153
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
154
+ */
155
+ Return?: boolean;
156
+ }
157
+ /**
158
+ * @public
159
+ */
160
+ export interface ReleaseAddressRequest {
161
+ /**
162
+ * @public
163
+ * <p>The allocation ID. This parameter is required.</p>
164
+ */
165
+ AllocationId?: string;
166
+ /**
167
+ * @public
168
+ * <p>Deprecated.</p>
169
+ */
170
+ PublicIp?: string;
171
+ /**
172
+ * @public
173
+ * <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises
174
+ * IP addresses.</p>
175
+ * <p>If you provide an incorrect network border group, you receive an <code>InvalidAddress.NotFound</code> error.</p>
176
+ */
177
+ NetworkBorderGroup?: string;
178
+ /**
179
+ * @public
180
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
181
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
182
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
183
+ */
184
+ DryRun?: boolean;
185
+ }
186
+ /**
187
+ * @public
188
+ */
189
+ export interface ReleaseHostsRequest {
190
+ /**
191
+ * @public
192
+ * <p>The IDs of the Dedicated Hosts to release.</p>
193
+ */
194
+ HostIds: string[] | undefined;
195
+ }
196
+ /**
197
+ * @public
198
+ */
199
+ export interface ReleaseHostsResult {
200
+ /**
201
+ * @public
202
+ * <p>The IDs of the Dedicated Hosts that were successfully released.</p>
203
+ */
204
+ Successful?: string[];
205
+ /**
206
+ * @public
207
+ * <p>The IDs of the Dedicated Hosts that could not be released, including an error
208
+ * message.</p>
209
+ */
210
+ Unsuccessful?: UnsuccessfulItem[];
211
+ }
212
+ /**
213
+ * @public
214
+ */
215
+ export interface ReleaseIpamPoolAllocationRequest {
216
+ /**
217
+ * @public
218
+ * <p>A check for whether you have the required permissions for the action without actually making the request
219
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
220
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
221
+ */
222
+ DryRun?: boolean;
223
+ /**
224
+ * @public
225
+ * <p>The ID of the IPAM pool which contains the allocation you want to release.</p>
226
+ */
227
+ IpamPoolId: string | undefined;
228
+ /**
229
+ * @public
230
+ * <p>The CIDR of the allocation you want to release.</p>
231
+ */
232
+ Cidr: string | undefined;
233
+ /**
234
+ * @public
235
+ * <p>The ID of the allocation.</p>
236
+ */
237
+ IpamPoolAllocationId: string | undefined;
238
+ }
239
+ /**
240
+ * @public
241
+ */
242
+ export interface ReleaseIpamPoolAllocationResult {
243
+ /**
244
+ * @public
245
+ * <p>Indicates if the release was successful.</p>
246
+ */
247
+ Success?: boolean;
248
+ }
249
+ /**
250
+ * @public
251
+ */
252
+ export interface ReplaceIamInstanceProfileAssociationRequest {
253
+ /**
254
+ * @public
255
+ * <p>The IAM instance profile.</p>
256
+ */
257
+ IamInstanceProfile: IamInstanceProfileSpecification | undefined;
258
+ /**
259
+ * @public
260
+ * <p>The ID of the existing IAM instance profile association.</p>
261
+ */
262
+ AssociationId: string | undefined;
263
+ }
264
+ /**
265
+ * @public
266
+ */
267
+ export interface ReplaceIamInstanceProfileAssociationResult {
268
+ /**
269
+ * @public
270
+ * <p>Information about the IAM instance profile association.</p>
271
+ */
272
+ IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
273
+ }
274
+ /**
275
+ * @public
276
+ */
277
+ export interface ReplaceNetworkAclAssociationRequest {
278
+ /**
279
+ * @public
280
+ * <p>The ID of the current association between the original network ACL and the subnet.</p>
281
+ */
282
+ AssociationId: string | undefined;
283
+ /**
284
+ * @public
285
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
286
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
287
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
288
+ */
289
+ DryRun?: boolean;
290
+ /**
291
+ * @public
292
+ * <p>The ID of the new network ACL to associate with the subnet.</p>
293
+ */
294
+ NetworkAclId: string | undefined;
295
+ }
296
+ /**
297
+ * @public
298
+ */
299
+ export interface ReplaceNetworkAclAssociationResult {
300
+ /**
301
+ * @public
302
+ * <p>The ID of the new association.</p>
303
+ */
304
+ NewAssociationId?: string;
305
+ }
306
+ /**
307
+ * @public
308
+ */
309
+ export interface ReplaceNetworkAclEntryRequest {
310
+ /**
311
+ * @public
312
+ * <p>The IPv4 network range to allow or deny, in CIDR notation (for example
313
+ * <code>172.16.0.0/24</code>).</p>
314
+ */
315
+ CidrBlock?: string;
316
+ /**
317
+ * @public
318
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
319
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
320
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
321
+ */
322
+ DryRun?: boolean;
323
+ /**
324
+ * @public
325
+ * <p>Indicates whether to replace the egress rule.</p>
326
+ * <p>Default: If no value is specified, we replace the ingress rule.</p>
327
+ */
328
+ Egress: boolean | undefined;
329
+ /**
330
+ * @public
331
+ * <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
332
+ * 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
333
+ */
334
+ IcmpTypeCode?: IcmpTypeCode;
335
+ /**
336
+ * @public
337
+ * <p>The IPv6 network range to allow or deny, in CIDR notation (for example
338
+ * <code>2001:bd8:1234:1a00::/64</code>).</p>
339
+ */
340
+ Ipv6CidrBlock?: string;
341
+ /**
342
+ * @public
343
+ * <p>The ID of the ACL.</p>
344
+ */
345
+ NetworkAclId: string | undefined;
346
+ /**
347
+ * @public
348
+ * <p>TCP or UDP protocols: The range of ports the rule applies to.
349
+ * Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
350
+ */
351
+ PortRange?: PortRange;
352
+ /**
353
+ * @public
354
+ * <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
355
+ * protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
356
+ * allowed, regardless of any ports or ICMP types or codes that you specify. If you specify
357
+ * protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and
358
+ * codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6)
359
+ * and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>
360
+ */
361
+ Protocol: string | undefined;
362
+ /**
363
+ * @public
364
+ * <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
365
+ */
366
+ RuleAction: RuleAction | undefined;
367
+ /**
368
+ * @public
369
+ * <p>The rule number of the entry to replace.</p>
370
+ */
371
+ RuleNumber: number | undefined;
372
+ }
373
+ /**
374
+ * @public
375
+ */
376
+ export interface ReplaceRouteRequest {
377
+ /**
378
+ * @public
379
+ * <p>The IPv4 CIDR address block used for the destination match. The value that you
380
+ * provide must match the CIDR of an existing route in the table.</p>
381
+ */
382
+ DestinationCidrBlock?: string;
383
+ /**
384
+ * @public
385
+ * <p>The IPv6 CIDR address block used for the destination match. The value that you
386
+ * provide must match the CIDR of an existing route in the table.</p>
387
+ */
388
+ DestinationIpv6CidrBlock?: string;
389
+ /**
390
+ * @public
391
+ * <p>The ID of the prefix list for the route.</p>
392
+ */
393
+ DestinationPrefixListId?: string;
394
+ /**
395
+ * @public
396
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
397
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
398
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
399
+ */
400
+ DryRun?: boolean;
401
+ /**
402
+ * @public
403
+ * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
404
+ */
405
+ VpcEndpointId?: string;
406
+ /**
407
+ * @public
408
+ * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
409
+ */
410
+ EgressOnlyInternetGatewayId?: string;
411
+ /**
412
+ * @public
413
+ * <p>The ID of an internet gateway or virtual private gateway.</p>
414
+ */
415
+ GatewayId?: string;
416
+ /**
417
+ * @public
418
+ * <p>The ID of a NAT instance in your VPC.</p>
419
+ */
420
+ InstanceId?: string;
421
+ /**
422
+ * @public
423
+ * <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
424
+ */
425
+ LocalTarget?: boolean;
426
+ /**
427
+ * @public
428
+ * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
429
+ */
430
+ NatGatewayId?: string;
431
+ /**
432
+ * @public
433
+ * <p>The ID of a transit gateway.</p>
434
+ */
435
+ TransitGatewayId?: string;
436
+ /**
437
+ * @public
438
+ * <p>The ID of the local gateway.</p>
439
+ */
440
+ LocalGatewayId?: string;
441
+ /**
442
+ * @public
443
+ * <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
444
+ */
445
+ CarrierGatewayId?: string;
446
+ /**
447
+ * @public
448
+ * <p>The ID of a network interface.</p>
449
+ */
450
+ NetworkInterfaceId?: string;
451
+ /**
452
+ * @public
453
+ * <p>The ID of the route table.</p>
454
+ */
455
+ RouteTableId: string | undefined;
456
+ /**
457
+ * @public
458
+ * <p>The ID of a VPC peering connection.</p>
459
+ */
460
+ VpcPeeringConnectionId?: string;
461
+ /**
462
+ * @public
463
+ * <p>The Amazon Resource Name (ARN) of the core network.</p>
464
+ */
465
+ CoreNetworkArn?: string;
466
+ }
467
+ /**
468
+ * @public
469
+ */
470
+ export interface ReplaceRouteTableAssociationRequest {
471
+ /**
472
+ * @public
473
+ * <p>The association ID.</p>
474
+ */
475
+ AssociationId: string | undefined;
476
+ /**
477
+ * @public
478
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
479
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
480
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
481
+ */
482
+ DryRun?: boolean;
483
+ /**
484
+ * @public
485
+ * <p>The ID of the new route table to associate with the subnet.</p>
486
+ */
487
+ RouteTableId: string | undefined;
488
+ }
489
+ /**
490
+ * @public
491
+ */
492
+ export interface ReplaceRouteTableAssociationResult {
493
+ /**
494
+ * @public
495
+ * <p>The ID of the new association.</p>
496
+ */
497
+ NewAssociationId?: string;
498
+ /**
499
+ * @public
500
+ * <p>The state of the association.</p>
501
+ */
502
+ AssociationState?: RouteTableAssociationState;
503
+ }
504
+ /**
505
+ * @public
506
+ */
507
+ export interface ReplaceTransitGatewayRouteRequest {
508
+ /**
509
+ * @public
510
+ * <p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>
511
+ */
512
+ DestinationCidrBlock: string | undefined;
513
+ /**
514
+ * @public
515
+ * <p>The ID of the route table.</p>
516
+ */
517
+ TransitGatewayRouteTableId: string | undefined;
518
+ /**
519
+ * @public
520
+ * <p>The ID of the attachment.</p>
521
+ */
522
+ TransitGatewayAttachmentId?: string;
523
+ /**
524
+ * @public
525
+ * <p>Indicates whether traffic matching this route is to be dropped.</p>
526
+ */
527
+ Blackhole?: boolean;
528
+ /**
529
+ * @public
530
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
531
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
532
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
533
+ */
534
+ DryRun?: boolean;
535
+ }
536
+ /**
537
+ * @public
538
+ */
539
+ export interface ReplaceTransitGatewayRouteResult {
540
+ /**
541
+ * @public
542
+ * <p>Information about the modified route.</p>
543
+ */
544
+ Route?: TransitGatewayRoute;
545
+ }
546
+ /**
547
+ * @public
548
+ */
549
+ export interface ReplaceVpnTunnelRequest {
550
+ /**
551
+ * @public
552
+ * <p>The ID of the Site-to-Site VPN connection. </p>
553
+ */
554
+ VpnConnectionId: string | undefined;
555
+ /**
556
+ * @public
557
+ * <p>The external IP address of the VPN tunnel.</p>
558
+ */
559
+ VpnTunnelOutsideIpAddress: string | undefined;
560
+ /**
561
+ * @public
562
+ * <p>Trigger pending tunnel endpoint maintenance.</p>
563
+ */
564
+ ApplyPendingMaintenance?: boolean;
565
+ /**
566
+ * @public
567
+ * <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>
568
+ */
569
+ DryRun?: boolean;
570
+ }
571
+ /**
572
+ * @public
573
+ */
574
+ export interface ReplaceVpnTunnelResult {
575
+ /**
576
+ * @public
577
+ * <p>Confirmation of replace tunnel operation.</p>
578
+ */
579
+ Return?: boolean;
580
+ }
581
+ /**
582
+ * @public
583
+ * @enum
584
+ */
585
+ export declare const ReportInstanceReasonCodes: {
586
+ readonly instance_stuck_in_state: "instance-stuck-in-state";
587
+ readonly not_accepting_credentials: "not-accepting-credentials";
588
+ readonly other: "other";
589
+ readonly password_not_available: "password-not-available";
590
+ readonly performance_ebs_volume: "performance-ebs-volume";
591
+ readonly performance_instance_store: "performance-instance-store";
592
+ readonly performance_network: "performance-network";
593
+ readonly performance_other: "performance-other";
594
+ readonly unresponsive: "unresponsive";
595
+ };
596
+ /**
597
+ * @public
598
+ */
599
+ export type ReportInstanceReasonCodes = (typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
600
+ /**
601
+ * @public
602
+ * @enum
603
+ */
604
+ export declare const ReportStatusType: {
605
+ readonly impaired: "impaired";
606
+ readonly ok: "ok";
607
+ };
608
+ /**
609
+ * @public
610
+ */
611
+ export type ReportStatusType = (typeof ReportStatusType)[keyof typeof ReportStatusType];
612
+ /**
613
+ * @public
614
+ */
615
+ export interface ReportInstanceStatusRequest {
616
+ /**
617
+ * @public
618
+ * <p>Descriptive text about the health state of your instance.</p>
619
+ */
620
+ Description?: string;
621
+ /**
622
+ * @public
623
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
624
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
625
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
626
+ */
627
+ DryRun?: boolean;
628
+ /**
629
+ * @public
630
+ * <p>The time at which the reported instance health state ended.</p>
631
+ */
632
+ EndTime?: Date;
633
+ /**
634
+ * @public
635
+ * <p>The instances.</p>
636
+ */
637
+ Instances: string[] | undefined;
638
+ /**
639
+ * @public
640
+ * <p>The reason codes that describe the health state of your instance.</p>
641
+ * <ul>
642
+ * <li>
643
+ * <p>
644
+ * <code>instance-stuck-in-state</code>: My instance is stuck in a state.</p>
645
+ * </li>
646
+ * <li>
647
+ * <p>
648
+ * <code>unresponsive</code>: My instance is unresponsive.</p>
649
+ * </li>
650
+ * <li>
651
+ * <p>
652
+ * <code>not-accepting-credentials</code>: My instance is not accepting my
653
+ * credentials.</p>
654
+ * </li>
655
+ * <li>
656
+ * <p>
657
+ * <code>password-not-available</code>: A password is not available for my
658
+ * instance.</p>
659
+ * </li>
660
+ * <li>
661
+ * <p>
662
+ * <code>performance-network</code>: My instance is experiencing performance
663
+ * problems that I believe are network related.</p>
664
+ * </li>
665
+ * <li>
666
+ * <p>
667
+ * <code>performance-instance-store</code>: My instance is experiencing performance
668
+ * problems that I believe are related to the instance stores.</p>
669
+ * </li>
670
+ * <li>
671
+ * <p>
672
+ * <code>performance-ebs-volume</code>: My instance is experiencing performance
673
+ * problems that I believe are related to an EBS volume.</p>
674
+ * </li>
675
+ * <li>
676
+ * <p>
677
+ * <code>performance-other</code>: My instance is experiencing performance
678
+ * problems.</p>
679
+ * </li>
680
+ * <li>
681
+ * <p>
682
+ * <code>other</code>: [explain using the description parameter]</p>
683
+ * </li>
684
+ * </ul>
685
+ */
686
+ ReasonCodes: ReportInstanceReasonCodes[] | undefined;
687
+ /**
688
+ * @public
689
+ * <p>The time at which the reported instance health state began.</p>
690
+ */
691
+ StartTime?: Date;
692
+ /**
693
+ * @public
694
+ * <p>The status of all instances listed.</p>
695
+ */
696
+ Status: ReportStatusType | undefined;
697
+ }
698
+ /**
699
+ * @public
700
+ * <p>Contains the parameters for RequestSpotFleet.</p>
701
+ */
702
+ export interface RequestSpotFleetRequest {
703
+ /**
704
+ * @public
705
+ * <p>Checks whether you have the required permissions for the action, without actually
706
+ * making the request, and provides an error response. If you have the required
707
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
708
+ * <code>UnauthorizedOperation</code>.</p>
709
+ */
710
+ DryRun?: boolean;
711
+ /**
712
+ * @public
713
+ * <p>The configuration for the Spot Fleet request.</p>
714
+ */
715
+ SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
716
+ }
717
+ /**
718
+ * @public
719
+ * <p>Contains the output of RequestSpotFleet.</p>
720
+ */
721
+ export interface RequestSpotFleetResponse {
722
+ /**
723
+ * @public
724
+ * <p>The ID of the Spot Fleet request.</p>
725
+ */
726
+ SpotFleetRequestId?: string;
727
+ }
728
+ /**
729
+ * @public
730
+ * <p>Describes the launch specification for an instance.</p>
731
+ */
732
+ export interface RequestSpotLaunchSpecification {
733
+ /**
734
+ * @public
735
+ * <p>The IDs of the security groups.</p>
736
+ */
737
+ SecurityGroupIds?: string[];
738
+ /**
739
+ * @public
740
+ * <p>Not supported.</p>
741
+ */
742
+ SecurityGroups?: string[];
743
+ /**
744
+ * @public
745
+ * <p>Deprecated.</p>
746
+ */
747
+ AddressingType?: string;
748
+ /**
749
+ * @public
750
+ * <p>The block device mapping entries. You can't specify both a snapshot ID and an encryption value.
751
+ * This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume,
752
+ * it is not blank and its encryption status is used for the volume encryption status.</p>
753
+ */
754
+ BlockDeviceMappings?: BlockDeviceMapping[];
755
+ /**
756
+ * @public
757
+ * <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>
758
+ * <p>Default: <code>false</code>
759
+ * </p>
760
+ */
761
+ EbsOptimized?: boolean;
762
+ /**
763
+ * @public
764
+ * <p>The IAM instance profile.</p>
765
+ */
766
+ IamInstanceProfile?: IamInstanceProfileSpecification;
767
+ /**
768
+ * @public
769
+ * <p>The ID of the AMI.</p>
770
+ */
771
+ ImageId?: string;
772
+ /**
773
+ * @public
774
+ * <p>The instance type. Only one instance type can be specified.</p>
775
+ */
776
+ InstanceType?: _InstanceType;
777
+ /**
778
+ * @public
779
+ * <p>The ID of the kernel.</p>
780
+ */
781
+ KernelId?: string;
782
+ /**
783
+ * @public
784
+ * <p>The name of the key pair.</p>
785
+ */
786
+ KeyName?: string;
787
+ /**
788
+ * @public
789
+ * <p>Indicates whether basic or detailed monitoring is enabled for the instance.</p>
790
+ * <p>Default: Disabled</p>
791
+ */
792
+ Monitoring?: RunInstancesMonitoringEnabled;
793
+ /**
794
+ * @public
795
+ * <p>The network interfaces. If you specify a network interface, you must specify
796
+ * subnet IDs and security group IDs using the network interface.</p>
797
+ */
798
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
799
+ /**
800
+ * @public
801
+ * <p>The placement information for the instance.</p>
802
+ */
803
+ Placement?: SpotPlacement;
804
+ /**
805
+ * @public
806
+ * <p>The ID of the RAM disk.</p>
807
+ */
808
+ RamdiskId?: string;
809
+ /**
810
+ * @public
811
+ * <p>The ID of the subnet in which to launch the instance.</p>
812
+ */
813
+ SubnetId?: string;
814
+ /**
815
+ * @public
816
+ * <p>The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.</p>
817
+ */
818
+ UserData?: string;
819
+ }
7
820
  /**
8
821
  * @public
9
822
  * <p>Contains the parameters for RequestSpotInstances.</p>
@@ -2770,6 +3583,14 @@ export interface WithdrawByoipCidrResult {
2770
3583
  */
2771
3584
  ByoipCidr?: ByoipCidr;
2772
3585
  }
3586
+ /**
3587
+ * @internal
3588
+ */
3589
+ export declare const RequestSpotFleetRequestFilterSensitiveLog: (obj: RequestSpotFleetRequest) => any;
3590
+ /**
3591
+ * @internal
3592
+ */
3593
+ export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (obj: RequestSpotLaunchSpecification) => any;
2773
3594
  /**
2774
3595
  * @internal
2775
3596
  */