@aws-sdk/client-ec2 3.348.0 → 3.352.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 (200) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/EC2.js +6 -0
  3. package/dist-cjs/commands/CreateInstanceConnectEndpointCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteInstanceConnectEndpointCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeInstanceConnectEndpointsCommand.js +46 -0
  6. package/dist-cjs/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -2
  7. package/dist-cjs/commands/ImportImageCommand.js +2 -1
  8. package/dist-cjs/commands/ImportInstanceCommand.js +3 -3
  9. package/dist-cjs/commands/index.js +3 -0
  10. package/dist-cjs/models/models_0.js +1 -0
  11. package/dist-cjs/models/models_1.js +10 -10
  12. package/dist-cjs/models/models_2.js +10 -2
  13. package/dist-cjs/models/models_3.js +2 -26
  14. package/dist-cjs/models/models_4.js +26 -13
  15. package/dist-cjs/models/models_5.js +12 -41
  16. package/dist-cjs/models/models_6.js +41 -7
  17. package/dist-cjs/models/models_7.js +5 -0
  18. package/dist-cjs/pagination/DescribeInstanceConnectEndpointsPaginator.js +29 -0
  19. package/dist-cjs/pagination/index.js +1 -0
  20. package/dist-cjs/protocols/Aws_ec2.js +341 -23
  21. package/dist-es/EC2.js +6 -0
  22. package/dist-es/commands/CreateInstanceConnectEndpointCommand.js +42 -0
  23. package/dist-es/commands/DeleteInstanceConnectEndpointCommand.js +42 -0
  24. package/dist-es/commands/DescribeInstanceConnectEndpointsCommand.js +42 -0
  25. package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
  26. package/dist-es/commands/ImportImageCommand.js +2 -1
  27. package/dist-es/commands/ImportInstanceCommand.js +1 -1
  28. package/dist-es/commands/index.js +3 -0
  29. package/dist-es/models/models_0.js +1 -0
  30. package/dist-es/models/models_1.js +8 -8
  31. package/dist-es/models/models_2.js +8 -0
  32. package/dist-es/models/models_3.js +0 -24
  33. package/dist-es/models/models_4.js +24 -11
  34. package/dist-es/models/models_5.js +10 -33
  35. package/dist-es/models/models_6.js +33 -6
  36. package/dist-es/models/models_7.js +4 -1
  37. package/dist-es/pagination/DescribeInstanceConnectEndpointsPaginator.js +25 -0
  38. package/dist-es/pagination/index.js +1 -0
  39. package/dist-es/protocols/Aws_ec2.js +312 -0
  40. package/dist-types/EC2.d.ts +21 -0
  41. package/dist-types/EC2Client.d.ts +5 -2
  42. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  43. package/dist-types/commands/AllocateAddressCommand.d.ts +6 -10
  44. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  45. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -1
  46. package/dist-types/commands/AssociateAddressCommand.d.ts +1 -11
  47. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  48. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  49. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  50. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +120 -0
  64. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  73. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  74. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  83. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  84. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
  85. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
  86. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +99 -0
  117. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -1
  118. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  119. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  120. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  121. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +9 -0
  123. package/dist-types/commands/DescribeAddressesCommand.d.ts +0 -5
  124. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +114 -0
  125. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +5 -1
  127. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
  130. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -2
  133. package/dist-types/commands/DisassociateAddressCommand.d.ts +0 -6
  134. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  135. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  136. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportImageCommand.d.ts +3 -2
  138. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  139. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  140. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  141. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +4 -4
  142. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  143. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  144. package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -8
  145. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  146. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  147. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  148. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +3 -3
  149. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  150. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  151. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  152. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  153. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  154. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  155. package/dist-types/commands/index.d.ts +3 -0
  156. package/dist-types/models/models_0.d.ts +18 -24
  157. package/dist-types/models/models_1.d.ts +151 -91
  158. package/dist-types/models/models_2.d.ts +115 -102
  159. package/dist-types/models/models_3.d.ts +186 -160
  160. package/dist-types/models/models_4.d.ts +154 -150
  161. package/dist-types/models/models_5.d.ts +148 -250
  162. package/dist-types/models/models_6.d.ts +239 -288
  163. package/dist-types/models/models_7.d.ts +299 -2
  164. package/dist-types/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +7 -0
  165. package/dist-types/pagination/index.d.ts +1 -0
  166. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  167. package/dist-types/ts3.4/EC2.d.ts +51 -0
  168. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  169. package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
  172. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +42 -0
  173. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +42 -0
  179. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +2 -1
  184. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  189. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  190. package/dist-types/ts3.4/models/models_1.d.ts +39 -26
  191. package/dist-types/ts3.4/models/models_2.d.ts +34 -28
  192. package/dist-types/ts3.4/models/models_3.d.ts +40 -47
  193. package/dist-types/ts3.4/models/models_4.d.ts +47 -48
  194. package/dist-types/ts3.4/models/models_5.d.ts +49 -83
  195. package/dist-types/ts3.4/models/models_6.d.ts +85 -62
  196. package/dist-types/ts3.4/models/models_7.d.ts +55 -1
  197. package/dist-types/ts3.4/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  199. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  200. package/package.json +6 -6
@@ -23,10 +23,10 @@ export interface RestoreAddressToClassicCommandOutput extends RestoreAddressToCl
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.</p>
27
- * <note>
28
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
26
+ * <note>
27
+ * <p>This action is deprecated.</p>
29
28
  * </note>
29
+ * <p>Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -198,7 +198,7 @@ export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer
198
198
  * ],
199
199
  * TagSpecifications: [ // TagSpecificationList
200
200
  * { // TagSpecification
201
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association",
201
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
202
202
  * Tags: [ // TagList
203
203
  * { // Tag
204
204
  * Key: "STRING_VALUE",
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { SearchLocalGatewayRoutesRequest, SearchLocalGatewayRoutesResult } from "../models/models_6";
5
+ import { SearchLocalGatewayRoutesRequest, SearchLocalGatewayRoutesResult } from "../models/models_7";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { SearchTransitGatewayMulticastGroupsRequest, SearchTransitGatewayMulticastGroupsResult } from "../models/models_6";
5
+ import { SearchTransitGatewayMulticastGroupsRequest, SearchTransitGatewayMulticastGroupsResult } from "../models/models_7";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { SearchTransitGatewayRoutesRequest, SearchTransitGatewayRoutesResult } from "../models/models_6";
5
+ import { SearchTransitGatewayRoutesRequest, SearchTransitGatewayRoutesResult } from "../models/models_7";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -35,7 +35,7 @@ export interface StartNetworkInsightsAccessScopeAnalysisCommandOutput extends St
35
35
  * DryRun: true || false,
36
36
  * TagSpecifications: [ // TagSpecificationList
37
37
  * { // TagSpecification
38
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association",
38
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
39
39
  * Tags: [ // TagList
40
40
  * { // Tag
41
41
  * Key: "STRING_VALUE",
@@ -42,7 +42,7 @@ export interface StartNetworkInsightsAnalysisCommandOutput extends StartNetworkI
42
42
  * DryRun: true || false,
43
43
  * TagSpecifications: [ // TagSpecificationList
44
44
  * { // TagSpecification
45
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association",
45
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
46
46
  * Tags: [ // TagList
47
47
  * { // Tag
48
48
  * Key: "STRING_VALUE",
@@ -68,6 +68,7 @@ export * from "./CreateFleetCommand";
68
68
  export * from "./CreateFlowLogsCommand";
69
69
  export * from "./CreateFpgaImageCommand";
70
70
  export * from "./CreateImageCommand";
71
+ export * from "./CreateInstanceConnectEndpointCommand";
71
72
  export * from "./CreateInstanceEventWindowCommand";
72
73
  export * from "./CreateInstanceExportTaskCommand";
73
74
  export * from "./CreateInternetGatewayCommand";
@@ -144,6 +145,7 @@ export * from "./DeleteEgressOnlyInternetGatewayCommand";
144
145
  export * from "./DeleteFleetsCommand";
145
146
  export * from "./DeleteFlowLogsCommand";
146
147
  export * from "./DeleteFpgaImageCommand";
148
+ export * from "./DeleteInstanceConnectEndpointCommand";
147
149
  export * from "./DeleteInstanceEventWindowCommand";
148
150
  export * from "./DeleteInternetGatewayCommand";
149
151
  export * from "./DeleteIpamCommand";
@@ -258,6 +260,7 @@ export * from "./DescribeImagesCommand";
258
260
  export * from "./DescribeImportImageTasksCommand";
259
261
  export * from "./DescribeImportSnapshotTasksCommand";
260
262
  export * from "./DescribeInstanceAttributeCommand";
263
+ export * from "./DescribeInstanceConnectEndpointsCommand";
261
264
  export * from "./DescribeInstanceCreditSpecificationsCommand";
262
265
  export * from "./DescribeInstanceEventNotificationAttributesCommand";
263
266
  export * from "./DescribeInstanceEventWindowsCommand";
@@ -137,6 +137,7 @@ export declare const ResourceType: {
137
137
  readonly import_image_task: "import-image-task";
138
138
  readonly import_snapshot_task: "import-snapshot-task";
139
139
  readonly instance: "instance";
140
+ readonly instance_connect_endpoint: "instance-connect-endpoint";
140
141
  readonly instance_event_window: "instance-event-window";
141
142
  readonly internet_gateway: "internet-gateway";
142
143
  readonly ipam: "ipam";
@@ -2110,16 +2111,15 @@ export interface Address {
2110
2111
  */
2111
2112
  PublicIp?: string;
2112
2113
  /**
2113
- * <p>The ID representing the allocation of the address for use with EC2-VPC.</p>
2114
+ * <p>The ID representing the allocation of the address.</p>
2114
2115
  */
2115
2116
  AllocationId?: string;
2116
2117
  /**
2117
- * <p>The ID representing the association of the address with an instance in a VPC.</p>
2118
+ * <p>The ID representing the association of the address with an instance.</p>
2118
2119
  */
2119
2120
  AssociationId?: string;
2120
2121
  /**
2121
- * <p>Indicates whether this Elastic IP address is for use with instances
2122
- * in EC2-Classic (<code>standard</code>) or instances in a VPC (<code>vpc</code>).</p>
2122
+ * <p>The network (<code>vpc</code>).</p>
2123
2123
  */
2124
2124
  Domain?: DomainType | string;
2125
2125
  /**
@@ -2307,13 +2307,11 @@ export type Affinity = (typeof Affinity)[keyof typeof Affinity];
2307
2307
  */
2308
2308
  export interface AllocateAddressRequest {
2309
2309
  /**
2310
- * <p>Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.</p>
2311
- * <p>Default: If the Region supports EC2-Classic, the default is <code>standard</code>. Otherwise, the default
2312
- * is <code>vpc</code>.</p>
2310
+ * <p>The network (<code>vpc</code>).</p>
2313
2311
  */
2314
2312
  Domain?: DomainType | string;
2315
2313
  /**
2316
- * <p>[EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address pool.</p>
2314
+ * <p>The Elastic IP address to recover or an IPv4 address from an address pool.</p>
2317
2315
  */
2318
2316
  Address?: string;
2319
2317
  /**
@@ -2356,7 +2354,7 @@ export interface AllocateAddressResult {
2356
2354
  */
2357
2355
  PublicIp?: string;
2358
2356
  /**
2359
- * <p>[EC2-VPC] The ID that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.</p>
2357
+ * <p>The ID that represents the allocation of the Elastic IP address.</p>
2360
2358
  */
2361
2359
  AllocationId?: string;
2362
2360
  /**
@@ -2369,8 +2367,7 @@ export interface AllocateAddressResult {
2369
2367
  */
2370
2368
  NetworkBorderGroup?: string;
2371
2369
  /**
2372
- * <p>Indicates whether the Elastic IP address is for use with instances in a VPC (<code>vpc</code>) or
2373
- * instances in EC2-Classic (<code>standard</code>).</p>
2370
+ * <p>The network (<code>vpc</code>).</p>
2374
2371
  */
2375
2372
  Domain?: DomainType | string;
2376
2373
  /**
@@ -2382,8 +2379,8 @@ export interface AllocateAddressResult {
2382
2379
  */
2383
2380
  CustomerOwnedIpv4Pool?: string;
2384
2381
  /**
2385
- * <p>The carrier IP address. This option is only available for network interfaces which reside
2386
- * in a subnet in a Wavelength Zone (for example an EC2 instance). </p>
2382
+ * <p>The carrier IP address. This option is only available for network interfaces that reside
2383
+ * in a subnet in a Wavelength Zone.</p>
2387
2384
  */
2388
2385
  CarrierIp?: string;
2389
2386
  }
@@ -2956,23 +2953,20 @@ export interface AssignPrivateNatGatewayAddressResult {
2956
2953
  */
2957
2954
  export interface AssociateAddressRequest {
2958
2955
  /**
2959
- * <p>[EC2-VPC] The allocation ID. This is required for EC2-VPC.</p>
2956
+ * <p>The allocation ID. This is required.</p>
2960
2957
  */
2961
2958
  AllocationId?: string;
2962
2959
  /**
2963
2960
  * <p>The ID of the instance. The instance must have exactly one attached network interface.
2964
- * For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both.
2965
- * For EC2-Classic, you must specify an instance ID and the instance must be in the running
2966
- * state.</p>
2961
+ * You can specify either the instance ID or the network interface ID, but not both.</p>
2967
2962
  */
2968
2963
  InstanceId?: string;
2969
2964
  /**
2970
- * <p>[EC2-Classic] The Elastic IP address to associate with the instance. This is required for
2971
- * EC2-Classic.</p>
2965
+ * <p>Deprecated.</p>
2972
2966
  */
2973
2967
  PublicIp?: string;
2974
2968
  /**
2975
- * <p>[EC2-VPC] For a VPC in an EC2-Classic account, specify true to allow an Elastic IP address that is already associated with an instance or network interface to be reassociated with the specified instance or network interface. Otherwise, the operation fails. In a VPC in an EC2-VPC-only account, reassociation is automatic, therefore you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.</p>
2969
+ * <p>Reassociation is automatic, but you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.</p>
2976
2970
  */
2977
2971
  AllowReassociation?: boolean;
2978
2972
  /**
@@ -2982,12 +2976,12 @@ export interface AssociateAddressRequest {
2982
2976
  */
2983
2977
  DryRun?: boolean;
2984
2978
  /**
2985
- * <p>[EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.</p>
2986
- * <p>For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. </p>
2979
+ * <p>The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.</p>
2980
+ * <p>You can specify either the instance ID or the network interface ID, but not both. </p>
2987
2981
  */
2988
2982
  NetworkInterfaceId?: string;
2989
2983
  /**
2990
- * <p>[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.</p>
2984
+ * <p>The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.</p>
2991
2985
  */
2992
2986
  PrivateIpAddress?: string;
2993
2987
  }
@@ -2996,7 +2990,7 @@ export interface AssociateAddressRequest {
2996
2990
  */
2997
2991
  export interface AssociateAddressResult {
2998
2992
  /**
2999
- * <p>[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.</p>
2993
+ * <p>The ID that represents the association of the Elastic IP address with an instance.</p>
3000
2994
  */
3001
2995
  AssociationId?: string;
3002
2996
  }
@@ -3388,6 +3388,156 @@ export interface CreateImageResult {
3388
3388
  */
3389
3389
  ImageId?: string;
3390
3390
  }
3391
+ /**
3392
+ * @public
3393
+ */
3394
+ export interface CreateInstanceConnectEndpointRequest {
3395
+ /**
3396
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3397
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3398
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3399
+ */
3400
+ DryRun?: boolean;
3401
+ /**
3402
+ * <p>The ID of the subnet in which to create the EC2 Instance Connect Endpoint.</p>
3403
+ */
3404
+ SubnetId: string | undefined;
3405
+ /**
3406
+ * <p>One or more security groups to associate with the endpoint. If you don't specify a security group,
3407
+ * the default security group for your VPC will be associated with the endpoint.</p>
3408
+ */
3409
+ SecurityGroupIds?: string[];
3410
+ /**
3411
+ * <p>Indicates whether your client's IP address is preserved as the source. The value is <code>true</code> or <code>false</code>.</p>
3412
+ * <ul>
3413
+ * <li>
3414
+ * <p>If <code>true</code>, your client's IP address is used when you connect to a resource.</p>
3415
+ * </li>
3416
+ * <li>
3417
+ * <p>If <code>false</code>, the elastic network interface IP address is used when you connect to a resource.</p>
3418
+ * </li>
3419
+ * </ul>
3420
+ * <p>Default: <code>true</code>
3421
+ * </p>
3422
+ */
3423
+ PreserveClientIp?: boolean;
3424
+ /**
3425
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
3426
+ */
3427
+ ClientToken?: string;
3428
+ /**
3429
+ * <p>The tags to apply to the EC2 Instance Connect Endpoint during creation.</p>
3430
+ */
3431
+ TagSpecifications?: TagSpecification[];
3432
+ }
3433
+ /**
3434
+ * @public
3435
+ * @enum
3436
+ */
3437
+ export declare const Ec2InstanceConnectEndpointState: {
3438
+ readonly create_complete: "create-complete";
3439
+ readonly create_failed: "create-failed";
3440
+ readonly create_in_progress: "create-in-progress";
3441
+ readonly delete_complete: "delete-complete";
3442
+ readonly delete_failed: "delete-failed";
3443
+ readonly delete_in_progress: "delete-in-progress";
3444
+ };
3445
+ /**
3446
+ * @public
3447
+ */
3448
+ export type Ec2InstanceConnectEndpointState = (typeof Ec2InstanceConnectEndpointState)[keyof typeof Ec2InstanceConnectEndpointState];
3449
+ /**
3450
+ * @public
3451
+ * <p>The EC2 Instance Connect Endpoint.</p>
3452
+ */
3453
+ export interface Ec2InstanceConnectEndpoint {
3454
+ /**
3455
+ * <p>The ID of the Amazon Web Services account that created the EC2 Instance Connect Endpoint.</p>
3456
+ */
3457
+ OwnerId?: string;
3458
+ /**
3459
+ * <p>The ID of the EC2 Instance Connect Endpoint.</p>
3460
+ */
3461
+ InstanceConnectEndpointId?: string;
3462
+ /**
3463
+ * <p>The Amazon Resource Name (ARN) of the EC2 Instance Connect Endpoint.</p>
3464
+ */
3465
+ InstanceConnectEndpointArn?: string;
3466
+ /**
3467
+ * <p>The current state of the EC2 Instance Connect Endpoint.</p>
3468
+ */
3469
+ State?: Ec2InstanceConnectEndpointState | string;
3470
+ /**
3471
+ * <p>The message for the current state of the EC2 Instance Connect Endpoint.
3472
+ * Can include a failure message.</p>
3473
+ */
3474
+ StateMessage?: string;
3475
+ /**
3476
+ * <p>The DNS name of the EC2 Instance Connect Endpoint.</p>
3477
+ */
3478
+ DnsName?: string;
3479
+ /**
3480
+ * <p></p>
3481
+ */
3482
+ FipsDnsName?: string;
3483
+ /**
3484
+ * <p>The ID of the elastic network interface that Amazon EC2 automatically created when creating the EC2
3485
+ * Instance Connect Endpoint.</p>
3486
+ */
3487
+ NetworkInterfaceIds?: string[];
3488
+ /**
3489
+ * <p>The ID of the VPC in which the EC2 Instance Connect Endpoint was created.</p>
3490
+ */
3491
+ VpcId?: string;
3492
+ /**
3493
+ * <p>The Availability Zone of the EC2 Instance Connect Endpoint.</p>
3494
+ */
3495
+ AvailabilityZone?: string;
3496
+ /**
3497
+ * <p>The date and time that the EC2 Instance Connect Endpoint was created.</p>
3498
+ */
3499
+ CreatedAt?: Date;
3500
+ /**
3501
+ * <p>The ID of the subnet in which the EC2 Instance Connect Endpoint was created.</p>
3502
+ */
3503
+ SubnetId?: string;
3504
+ /**
3505
+ * <p>Indicates whether your client's IP address is preserved as the source. The value is <code>true</code> or <code>false</code>.</p>
3506
+ * <ul>
3507
+ * <li>
3508
+ * <p>If <code>true</code>, your client's IP address is used when you connect to a resource.</p>
3509
+ * </li>
3510
+ * <li>
3511
+ * <p>If <code>false</code>, the elastic network interface IP address is used when you connect to a resource.</p>
3512
+ * </li>
3513
+ * </ul>
3514
+ * <p>Default: <code>true</code>
3515
+ * </p>
3516
+ */
3517
+ PreserveClientIp?: boolean;
3518
+ /**
3519
+ * <p>The security groups associated with the endpoint. If you didn't specify a security group,
3520
+ * the default security group for your VPC is associated with the endpoint.</p>
3521
+ */
3522
+ SecurityGroupIds?: string[];
3523
+ /**
3524
+ * <p>The tags assigned to the EC2 Instance Connect Endpoint.</p>
3525
+ */
3526
+ Tags?: Tag[];
3527
+ }
3528
+ /**
3529
+ * @public
3530
+ */
3531
+ export interface CreateInstanceConnectEndpointResult {
3532
+ /**
3533
+ * <p>Information about the EC2 Instance Connect Endpoint.</p>
3534
+ */
3535
+ InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint;
3536
+ /**
3537
+ * <p>Unique, case-sensitive idempotency token provided by the client in the the request.</p>
3538
+ */
3539
+ ClientToken?: string;
3540
+ }
3391
3541
  /**
3392
3542
  * @public
3393
3543
  * <p>The start day and time and the end day and time of the time range, in UTC.</p>
@@ -7827,7 +7977,7 @@ export interface CreateNetworkInterfaceRequest {
7827
7977
  Ipv6PrefixCount?: number;
7828
7978
  /**
7829
7979
  * <p>The type of network interface. The default is <code>interface</code>.</p>
7830
- * <p>The only supported values are <code>efa</code> and <code>trunk</code>.</p>
7980
+ * <p>The only supported values are <code>interface</code>, <code>efa</code>, and <code>trunk</code>.</p>
7831
7981
  */
7832
7982
  InterfaceType?: NetworkInterfaceCreationType | string;
7833
7983
  /**
@@ -8414,96 +8564,6 @@ export interface CreatePlacementGroupResult {
8414
8564
  */
8415
8565
  PlacementGroup?: PlacementGroup;
8416
8566
  }
8417
- /**
8418
- * @public
8419
- */
8420
- export interface CreatePublicIpv4PoolRequest {
8421
- /**
8422
- * <p>A check for whether you have the required permissions for the action without actually making the request
8423
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8424
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8425
- */
8426
- DryRun?: boolean;
8427
- /**
8428
- * <p>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.
8429
- * 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>
8430
- */
8431
- TagSpecifications?: TagSpecification[];
8432
- }
8433
- /**
8434
- * @public
8435
- */
8436
- export interface CreatePublicIpv4PoolResult {
8437
- /**
8438
- * <p>The ID of the public IPv4 pool.</p>
8439
- */
8440
- PoolId?: string;
8441
- }
8442
- /**
8443
- * @public
8444
- */
8445
- export interface CreateReplaceRootVolumeTaskRequest {
8446
- /**
8447
- * <p>The ID of the instance for which to replace the root volume.</p>
8448
- */
8449
- InstanceId: string | undefined;
8450
- /**
8451
- * <p>The ID of the snapshot from which to restore the replacement root volume. The
8452
- * specified snapshot must be a snapshot that you previously created from the original
8453
- * root volume.</p>
8454
- * <p>If you want to restore the replacement root volume to the initial launch state,
8455
- * or if you want to restore the replacement root volume from an AMI, omit this
8456
- * parameter.</p>
8457
- */
8458
- SnapshotId?: string;
8459
- /**
8460
- * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
8461
- * If you do not specify a client token, a randomly generated token is used for the request
8462
- * to ensure idempotency. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
8463
- */
8464
- ClientToken?: string;
8465
- /**
8466
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8467
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8468
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8469
- */
8470
- DryRun?: boolean;
8471
- /**
8472
- * <p>The tags to apply to the root volume replacement task.</p>
8473
- */
8474
- TagSpecifications?: TagSpecification[];
8475
- /**
8476
- * <p>The ID of the AMI to use to restore the root volume. The specified AMI must have the
8477
- * same product code, billing information, architecture type, and virtualization type as
8478
- * that of the instance.</p>
8479
- * <p>If you want to restore the replacement volume from a specific snapshot, or if you want
8480
- * to restore it to its launch state, omit this parameter.</p>
8481
- */
8482
- ImageId?: string;
8483
- /**
8484
- * <p>Indicates whether to automatically delete the original root volume after the root volume
8485
- * replacement task completes. To delete the original root volume, specify <code>true</code>.
8486
- * If you choose to keep the original root volume after the replacement task completes, you must
8487
- * manually delete it when you no longer need it.</p>
8488
- */
8489
- DeleteReplacedRootVolume?: boolean;
8490
- }
8491
- /**
8492
- * @public
8493
- * @enum
8494
- */
8495
- export declare const ReplaceRootVolumeTaskState: {
8496
- readonly failed: "failed";
8497
- readonly failed_detached: "failed-detached";
8498
- readonly failing: "failing";
8499
- readonly in_progress: "in-progress";
8500
- readonly pending: "pending";
8501
- readonly succeeded: "succeeded";
8502
- };
8503
- /**
8504
- * @public
8505
- */
8506
- export type ReplaceRootVolumeTaskState = (typeof ReplaceRootVolumeTaskState)[keyof typeof ReplaceRootVolumeTaskState];
8507
8567
  /**
8508
8568
  * @internal
8509
8569
  */