@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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.348.0",
4
+ "version": "3.352.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.348.0",
24
+ "@aws-sdk/client-sts": "3.352.0",
25
25
  "@aws-sdk/config-resolver": "3.347.0",
26
- "@aws-sdk/credential-provider-node": "3.348.0",
26
+ "@aws-sdk/credential-provider-node": "3.352.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.347.0",
28
28
  "@aws-sdk/hash-node": "3.347.0",
29
29
  "@aws-sdk/invalid-dependency": "3.347.0",
@@ -37,9 +37,9 @@
37
37
  "@aws-sdk/middleware-serde": "3.347.0",
38
38
  "@aws-sdk/middleware-signing": "3.347.0",
39
39
  "@aws-sdk/middleware-stack": "3.347.0",
40
- "@aws-sdk/middleware-user-agent": "3.347.0",
40
+ "@aws-sdk/middleware-user-agent": "3.352.0",
41
41
  "@aws-sdk/node-config-provider": "3.347.0",
42
- "@aws-sdk/node-http-handler": "3.348.0",
42
+ "@aws-sdk/node-http-handler": "3.350.0",
43
43
  "@aws-sdk/smithy-client": "3.347.0",
44
44
  "@aws-sdk/types": "3.347.0",
45
45
  "@aws-sdk/url-parser": "3.347.0",
@@ -48,7 +48,7 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.347.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.347.0",
51
- "@aws-sdk/util-endpoints": "3.347.0",
51
+ "@aws-sdk/util-endpoints": "3.352.0",
52
52
  "@aws-sdk/util-retry": "3.347.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.347.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.347.0",