@aws-sdk/client-ec2 3.181.0 → 3.183.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 (734) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/DescribeLocalGatewaysCommand.js +1 -2
  3. package/dist-cjs/commands/ModifyVpnTunnelOptionsCommand.js +2 -1
  4. package/dist-cjs/models/models_3.js +11 -10
  5. package/dist-cjs/models/models_4.js +10 -10
  6. package/dist-cjs/models/models_5.js +10 -10
  7. package/dist-cjs/models/models_6.js +8 -4
  8. package/dist-cjs/protocols/Aws_ec2.js +11 -0
  9. package/dist-es/EC2.js +2170 -2177
  10. package/dist-es/EC2Client.js +22 -28
  11. package/dist-es/commands/AcceptReservedInstancesExchangeQuoteCommand.js +21 -28
  12. package/dist-es/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.js +21 -28
  13. package/dist-es/commands/AcceptTransitGatewayPeeringAttachmentCommand.js +21 -28
  14. package/dist-es/commands/AcceptTransitGatewayVpcAttachmentCommand.js +21 -28
  15. package/dist-es/commands/AcceptVpcEndpointConnectionsCommand.js +21 -28
  16. package/dist-es/commands/AcceptVpcPeeringConnectionCommand.js +21 -28
  17. package/dist-es/commands/AdvertiseByoipCidrCommand.js +21 -28
  18. package/dist-es/commands/AllocateAddressCommand.js +21 -28
  19. package/dist-es/commands/AllocateHostsCommand.js +21 -28
  20. package/dist-es/commands/AllocateIpamPoolCidrCommand.js +21 -28
  21. package/dist-es/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.js +21 -28
  22. package/dist-es/commands/AssignIpv6AddressesCommand.js +21 -28
  23. package/dist-es/commands/AssignPrivateIpAddressesCommand.js +21 -28
  24. package/dist-es/commands/AssociateAddressCommand.js +21 -28
  25. package/dist-es/commands/AssociateClientVpnTargetNetworkCommand.js +21 -28
  26. package/dist-es/commands/AssociateDhcpOptionsCommand.js +22 -29
  27. package/dist-es/commands/AssociateEnclaveCertificateIamRoleCommand.js +21 -28
  28. package/dist-es/commands/AssociateIamInstanceProfileCommand.js +21 -28
  29. package/dist-es/commands/AssociateInstanceEventWindowCommand.js +21 -28
  30. package/dist-es/commands/AssociateRouteTableCommand.js +21 -28
  31. package/dist-es/commands/AssociateSubnetCidrBlockCommand.js +21 -28
  32. package/dist-es/commands/AssociateTransitGatewayMulticastDomainCommand.js +21 -28
  33. package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +21 -28
  34. package/dist-es/commands/AssociateTransitGatewayRouteTableCommand.js +21 -28
  35. package/dist-es/commands/AssociateTrunkInterfaceCommand.js +21 -28
  36. package/dist-es/commands/AssociateVpcCidrBlockCommand.js +21 -28
  37. package/dist-es/commands/AttachClassicLinkVpcCommand.js +21 -28
  38. package/dist-es/commands/AttachInternetGatewayCommand.js +22 -29
  39. package/dist-es/commands/AttachNetworkInterfaceCommand.js +21 -28
  40. package/dist-es/commands/AttachVolumeCommand.js +21 -28
  41. package/dist-es/commands/AttachVpnGatewayCommand.js +21 -28
  42. package/dist-es/commands/AuthorizeClientVpnIngressCommand.js +21 -28
  43. package/dist-es/commands/AuthorizeSecurityGroupEgressCommand.js +21 -28
  44. package/dist-es/commands/AuthorizeSecurityGroupIngressCommand.js +21 -28
  45. package/dist-es/commands/BundleInstanceCommand.js +21 -28
  46. package/dist-es/commands/CancelBundleTaskCommand.js +21 -28
  47. package/dist-es/commands/CancelCapacityReservationCommand.js +21 -28
  48. package/dist-es/commands/CancelCapacityReservationFleetsCommand.js +21 -28
  49. package/dist-es/commands/CancelConversionTaskCommand.js +22 -29
  50. package/dist-es/commands/CancelExportTaskCommand.js +22 -29
  51. package/dist-es/commands/CancelImportTaskCommand.js +21 -28
  52. package/dist-es/commands/CancelReservedInstancesListingCommand.js +21 -28
  53. package/dist-es/commands/CancelSpotFleetRequestsCommand.js +21 -28
  54. package/dist-es/commands/CancelSpotInstanceRequestsCommand.js +21 -28
  55. package/dist-es/commands/ConfirmProductInstanceCommand.js +21 -28
  56. package/dist-es/commands/CopyFpgaImageCommand.js +21 -28
  57. package/dist-es/commands/CopyImageCommand.js +21 -28
  58. package/dist-es/commands/CopySnapshotCommand.js +21 -28
  59. package/dist-es/commands/CreateCapacityReservationCommand.js +21 -28
  60. package/dist-es/commands/CreateCapacityReservationFleetCommand.js +21 -28
  61. package/dist-es/commands/CreateCarrierGatewayCommand.js +21 -28
  62. package/dist-es/commands/CreateClientVpnEndpointCommand.js +21 -28
  63. package/dist-es/commands/CreateClientVpnRouteCommand.js +21 -28
  64. package/dist-es/commands/CreateCoipCidrCommand.js +21 -28
  65. package/dist-es/commands/CreateCoipPoolCommand.js +21 -28
  66. package/dist-es/commands/CreateCustomerGatewayCommand.js +21 -28
  67. package/dist-es/commands/CreateDefaultSubnetCommand.js +21 -28
  68. package/dist-es/commands/CreateDefaultVpcCommand.js +21 -28
  69. package/dist-es/commands/CreateDhcpOptionsCommand.js +21 -28
  70. package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +21 -28
  71. package/dist-es/commands/CreateFleetCommand.js +21 -28
  72. package/dist-es/commands/CreateFlowLogsCommand.js +21 -28
  73. package/dist-es/commands/CreateFpgaImageCommand.js +21 -28
  74. package/dist-es/commands/CreateImageCommand.js +21 -28
  75. package/dist-es/commands/CreateInstanceEventWindowCommand.js +21 -28
  76. package/dist-es/commands/CreateInstanceExportTaskCommand.js +21 -28
  77. package/dist-es/commands/CreateInternetGatewayCommand.js +21 -28
  78. package/dist-es/commands/CreateIpamCommand.js +21 -28
  79. package/dist-es/commands/CreateIpamPoolCommand.js +21 -28
  80. package/dist-es/commands/CreateIpamScopeCommand.js +21 -28
  81. package/dist-es/commands/CreateKeyPairCommand.js +21 -28
  82. package/dist-es/commands/CreateLaunchTemplateCommand.js +21 -28
  83. package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +21 -28
  84. package/dist-es/commands/CreateLocalGatewayRouteCommand.js +21 -28
  85. package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +21 -28
  86. package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +21 -28
  87. package/dist-es/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.js +21 -28
  88. package/dist-es/commands/CreateManagedPrefixListCommand.js +21 -28
  89. package/dist-es/commands/CreateNatGatewayCommand.js +21 -28
  90. package/dist-es/commands/CreateNetworkAclCommand.js +21 -28
  91. package/dist-es/commands/CreateNetworkAclEntryCommand.js +22 -29
  92. package/dist-es/commands/CreateNetworkInsightsAccessScopeCommand.js +21 -28
  93. package/dist-es/commands/CreateNetworkInsightsPathCommand.js +21 -28
  94. package/dist-es/commands/CreateNetworkInterfaceCommand.js +21 -28
  95. package/dist-es/commands/CreateNetworkInterfacePermissionCommand.js +21 -28
  96. package/dist-es/commands/CreatePlacementGroupCommand.js +21 -28
  97. package/dist-es/commands/CreatePublicIpv4PoolCommand.js +21 -28
  98. package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +21 -28
  99. package/dist-es/commands/CreateReservedInstancesListingCommand.js +21 -28
  100. package/dist-es/commands/CreateRestoreImageTaskCommand.js +21 -28
  101. package/dist-es/commands/CreateRouteCommand.js +21 -28
  102. package/dist-es/commands/CreateRouteTableCommand.js +21 -28
  103. package/dist-es/commands/CreateSecurityGroupCommand.js +21 -28
  104. package/dist-es/commands/CreateSnapshotCommand.js +21 -28
  105. package/dist-es/commands/CreateSnapshotsCommand.js +21 -28
  106. package/dist-es/commands/CreateSpotDatafeedSubscriptionCommand.js +21 -28
  107. package/dist-es/commands/CreateStoreImageTaskCommand.js +21 -28
  108. package/dist-es/commands/CreateSubnetCidrReservationCommand.js +21 -28
  109. package/dist-es/commands/CreateSubnetCommand.js +21 -28
  110. package/dist-es/commands/CreateTagsCommand.js +22 -29
  111. package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +21 -28
  112. package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +21 -28
  113. package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +21 -28
  114. package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +21 -28
  115. package/dist-es/commands/CreateTransitGatewayCommand.js +21 -28
  116. package/dist-es/commands/CreateTransitGatewayConnectCommand.js +21 -28
  117. package/dist-es/commands/CreateTransitGatewayConnectPeerCommand.js +21 -28
  118. package/dist-es/commands/CreateTransitGatewayMulticastDomainCommand.js +21 -28
  119. package/dist-es/commands/CreateTransitGatewayPeeringAttachmentCommand.js +21 -28
  120. package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +21 -28
  121. package/dist-es/commands/CreateTransitGatewayPrefixListReferenceCommand.js +21 -28
  122. package/dist-es/commands/CreateTransitGatewayRouteCommand.js +21 -28
  123. package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +21 -28
  124. package/dist-es/commands/CreateTransitGatewayRouteTableCommand.js +21 -28
  125. package/dist-es/commands/CreateTransitGatewayVpcAttachmentCommand.js +21 -28
  126. package/dist-es/commands/CreateVolumeCommand.js +21 -28
  127. package/dist-es/commands/CreateVpcCommand.js +21 -28
  128. package/dist-es/commands/CreateVpcEndpointCommand.js +21 -28
  129. package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +21 -28
  130. package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +21 -28
  131. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +21 -28
  132. package/dist-es/commands/CreateVpnConnectionCommand.js +21 -28
  133. package/dist-es/commands/CreateVpnConnectionRouteCommand.js +22 -29
  134. package/dist-es/commands/CreateVpnGatewayCommand.js +21 -28
  135. package/dist-es/commands/DeleteCarrierGatewayCommand.js +21 -28
  136. package/dist-es/commands/DeleteClientVpnEndpointCommand.js +21 -28
  137. package/dist-es/commands/DeleteClientVpnRouteCommand.js +21 -28
  138. package/dist-es/commands/DeleteCoipCidrCommand.js +21 -28
  139. package/dist-es/commands/DeleteCoipPoolCommand.js +21 -28
  140. package/dist-es/commands/DeleteCustomerGatewayCommand.js +22 -29
  141. package/dist-es/commands/DeleteDhcpOptionsCommand.js +22 -29
  142. package/dist-es/commands/DeleteEgressOnlyInternetGatewayCommand.js +21 -28
  143. package/dist-es/commands/DeleteFleetsCommand.js +21 -28
  144. package/dist-es/commands/DeleteFlowLogsCommand.js +21 -28
  145. package/dist-es/commands/DeleteFpgaImageCommand.js +21 -28
  146. package/dist-es/commands/DeleteInstanceEventWindowCommand.js +21 -28
  147. package/dist-es/commands/DeleteInternetGatewayCommand.js +22 -29
  148. package/dist-es/commands/DeleteIpamCommand.js +21 -28
  149. package/dist-es/commands/DeleteIpamPoolCommand.js +21 -28
  150. package/dist-es/commands/DeleteIpamScopeCommand.js +21 -28
  151. package/dist-es/commands/DeleteKeyPairCommand.js +22 -29
  152. package/dist-es/commands/DeleteLaunchTemplateCommand.js +21 -28
  153. package/dist-es/commands/DeleteLaunchTemplateVersionsCommand.js +21 -28
  154. package/dist-es/commands/DeleteLocalGatewayRouteCommand.js +21 -28
  155. package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +21 -28
  156. package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +21 -28
  157. package/dist-es/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.js +21 -28
  158. package/dist-es/commands/DeleteManagedPrefixListCommand.js +21 -28
  159. package/dist-es/commands/DeleteNatGatewayCommand.js +21 -28
  160. package/dist-es/commands/DeleteNetworkAclCommand.js +22 -29
  161. package/dist-es/commands/DeleteNetworkAclEntryCommand.js +22 -29
  162. package/dist-es/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +21 -28
  163. package/dist-es/commands/DeleteNetworkInsightsAccessScopeCommand.js +21 -28
  164. package/dist-es/commands/DeleteNetworkInsightsAnalysisCommand.js +21 -28
  165. package/dist-es/commands/DeleteNetworkInsightsPathCommand.js +21 -28
  166. package/dist-es/commands/DeleteNetworkInterfaceCommand.js +22 -29
  167. package/dist-es/commands/DeleteNetworkInterfacePermissionCommand.js +21 -28
  168. package/dist-es/commands/DeletePlacementGroupCommand.js +22 -29
  169. package/dist-es/commands/DeletePublicIpv4PoolCommand.js +21 -28
  170. package/dist-es/commands/DeleteQueuedReservedInstancesCommand.js +21 -28
  171. package/dist-es/commands/DeleteRouteCommand.js +22 -29
  172. package/dist-es/commands/DeleteRouteTableCommand.js +22 -29
  173. package/dist-es/commands/DeleteSecurityGroupCommand.js +22 -29
  174. package/dist-es/commands/DeleteSnapshotCommand.js +22 -29
  175. package/dist-es/commands/DeleteSpotDatafeedSubscriptionCommand.js +22 -29
  176. package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +21 -28
  177. package/dist-es/commands/DeleteSubnetCommand.js +22 -29
  178. package/dist-es/commands/DeleteTagsCommand.js +22 -29
  179. package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +21 -28
  180. package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +21 -28
  181. package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +21 -28
  182. package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +21 -28
  183. package/dist-es/commands/DeleteTransitGatewayCommand.js +21 -28
  184. package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +21 -28
  185. package/dist-es/commands/DeleteTransitGatewayConnectPeerCommand.js +21 -28
  186. package/dist-es/commands/DeleteTransitGatewayMulticastDomainCommand.js +21 -28
  187. package/dist-es/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +21 -28
  188. package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +21 -28
  189. package/dist-es/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +21 -28
  190. package/dist-es/commands/DeleteTransitGatewayRouteCommand.js +21 -28
  191. package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +21 -28
  192. package/dist-es/commands/DeleteTransitGatewayRouteTableCommand.js +21 -28
  193. package/dist-es/commands/DeleteTransitGatewayVpcAttachmentCommand.js +21 -28
  194. package/dist-es/commands/DeleteVolumeCommand.js +22 -29
  195. package/dist-es/commands/DeleteVpcCommand.js +22 -29
  196. package/dist-es/commands/DeleteVpcEndpointConnectionNotificationsCommand.js +21 -28
  197. package/dist-es/commands/DeleteVpcEndpointServiceConfigurationsCommand.js +21 -28
  198. package/dist-es/commands/DeleteVpcEndpointsCommand.js +21 -28
  199. package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +21 -28
  200. package/dist-es/commands/DeleteVpnConnectionCommand.js +22 -29
  201. package/dist-es/commands/DeleteVpnConnectionRouteCommand.js +22 -29
  202. package/dist-es/commands/DeleteVpnGatewayCommand.js +22 -29
  203. package/dist-es/commands/DeprovisionByoipCidrCommand.js +21 -28
  204. package/dist-es/commands/DeprovisionIpamPoolCidrCommand.js +21 -28
  205. package/dist-es/commands/DeprovisionPublicIpv4PoolCidrCommand.js +21 -28
  206. package/dist-es/commands/DeregisterImageCommand.js +22 -29
  207. package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +21 -28
  208. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +21 -28
  209. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +21 -28
  210. package/dist-es/commands/DescribeAccountAttributesCommand.js +21 -28
  211. package/dist-es/commands/DescribeAddressesAttributeCommand.js +21 -28
  212. package/dist-es/commands/DescribeAddressesCommand.js +21 -28
  213. package/dist-es/commands/DescribeAggregateIdFormatCommand.js +21 -28
  214. package/dist-es/commands/DescribeAvailabilityZonesCommand.js +21 -28
  215. package/dist-es/commands/DescribeBundleTasksCommand.js +21 -28
  216. package/dist-es/commands/DescribeByoipCidrsCommand.js +21 -28
  217. package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +21 -28
  218. package/dist-es/commands/DescribeCapacityReservationsCommand.js +21 -28
  219. package/dist-es/commands/DescribeCarrierGatewaysCommand.js +21 -28
  220. package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +21 -28
  221. package/dist-es/commands/DescribeClientVpnAuthorizationRulesCommand.js +21 -28
  222. package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +21 -28
  223. package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +21 -28
  224. package/dist-es/commands/DescribeClientVpnRoutesCommand.js +21 -28
  225. package/dist-es/commands/DescribeClientVpnTargetNetworksCommand.js +21 -28
  226. package/dist-es/commands/DescribeCoipPoolsCommand.js +21 -28
  227. package/dist-es/commands/DescribeConversionTasksCommand.js +21 -28
  228. package/dist-es/commands/DescribeCustomerGatewaysCommand.js +21 -28
  229. package/dist-es/commands/DescribeDhcpOptionsCommand.js +21 -28
  230. package/dist-es/commands/DescribeEgressOnlyInternetGatewaysCommand.js +21 -28
  231. package/dist-es/commands/DescribeElasticGpusCommand.js +21 -28
  232. package/dist-es/commands/DescribeExportImageTasksCommand.js +21 -28
  233. package/dist-es/commands/DescribeExportTasksCommand.js +21 -28
  234. package/dist-es/commands/DescribeFastLaunchImagesCommand.js +21 -28
  235. package/dist-es/commands/DescribeFastSnapshotRestoresCommand.js +21 -28
  236. package/dist-es/commands/DescribeFleetHistoryCommand.js +21 -28
  237. package/dist-es/commands/DescribeFleetInstancesCommand.js +21 -28
  238. package/dist-es/commands/DescribeFleetsCommand.js +21 -28
  239. package/dist-es/commands/DescribeFlowLogsCommand.js +21 -28
  240. package/dist-es/commands/DescribeFpgaImageAttributeCommand.js +21 -28
  241. package/dist-es/commands/DescribeFpgaImagesCommand.js +21 -28
  242. package/dist-es/commands/DescribeHostReservationOfferingsCommand.js +21 -28
  243. package/dist-es/commands/DescribeHostReservationsCommand.js +21 -28
  244. package/dist-es/commands/DescribeHostsCommand.js +21 -28
  245. package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +21 -28
  246. package/dist-es/commands/DescribeIdFormatCommand.js +21 -28
  247. package/dist-es/commands/DescribeIdentityIdFormatCommand.js +21 -28
  248. package/dist-es/commands/DescribeImageAttributeCommand.js +21 -28
  249. package/dist-es/commands/DescribeImagesCommand.js +21 -28
  250. package/dist-es/commands/DescribeImportImageTasksCommand.js +21 -28
  251. package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +21 -28
  252. package/dist-es/commands/DescribeInstanceAttributeCommand.js +21 -28
  253. package/dist-es/commands/DescribeInstanceCreditSpecificationsCommand.js +21 -28
  254. package/dist-es/commands/DescribeInstanceEventNotificationAttributesCommand.js +21 -28
  255. package/dist-es/commands/DescribeInstanceEventWindowsCommand.js +21 -28
  256. package/dist-es/commands/DescribeInstanceStatusCommand.js +21 -28
  257. package/dist-es/commands/DescribeInstanceTypeOfferingsCommand.js +21 -28
  258. package/dist-es/commands/DescribeInstanceTypesCommand.js +21 -28
  259. package/dist-es/commands/DescribeInstancesCommand.js +21 -28
  260. package/dist-es/commands/DescribeInternetGatewaysCommand.js +21 -28
  261. package/dist-es/commands/DescribeIpamPoolsCommand.js +21 -28
  262. package/dist-es/commands/DescribeIpamScopesCommand.js +21 -28
  263. package/dist-es/commands/DescribeIpamsCommand.js +21 -28
  264. package/dist-es/commands/DescribeIpv6PoolsCommand.js +21 -28
  265. package/dist-es/commands/DescribeKeyPairsCommand.js +21 -28
  266. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +21 -28
  267. package/dist-es/commands/DescribeLaunchTemplatesCommand.js +21 -28
  268. package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +21 -28
  269. package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +21 -28
  270. package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +21 -28
  271. package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +21 -28
  272. package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +21 -28
  273. package/dist-es/commands/DescribeLocalGatewaysCommand.js +22 -30
  274. package/dist-es/commands/DescribeManagedPrefixListsCommand.js +21 -28
  275. package/dist-es/commands/DescribeMovingAddressesCommand.js +21 -28
  276. package/dist-es/commands/DescribeNatGatewaysCommand.js +21 -28
  277. package/dist-es/commands/DescribeNetworkAclsCommand.js +21 -28
  278. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +21 -28
  279. package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +21 -28
  280. package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +21 -28
  281. package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +21 -28
  282. package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +21 -28
  283. package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +21 -28
  284. package/dist-es/commands/DescribeNetworkInterfacesCommand.js +21 -28
  285. package/dist-es/commands/DescribePlacementGroupsCommand.js +21 -28
  286. package/dist-es/commands/DescribePrefixListsCommand.js +21 -28
  287. package/dist-es/commands/DescribePrincipalIdFormatCommand.js +21 -28
  288. package/dist-es/commands/DescribePublicIpv4PoolsCommand.js +21 -28
  289. package/dist-es/commands/DescribeRegionsCommand.js +21 -28
  290. package/dist-es/commands/DescribeReplaceRootVolumeTasksCommand.js +21 -28
  291. package/dist-es/commands/DescribeReservedInstancesCommand.js +21 -28
  292. package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +21 -28
  293. package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +21 -28
  294. package/dist-es/commands/DescribeReservedInstancesOfferingsCommand.js +21 -28
  295. package/dist-es/commands/DescribeRouteTablesCommand.js +21 -28
  296. package/dist-es/commands/DescribeScheduledInstanceAvailabilityCommand.js +21 -28
  297. package/dist-es/commands/DescribeScheduledInstancesCommand.js +21 -28
  298. package/dist-es/commands/DescribeSecurityGroupReferencesCommand.js +21 -28
  299. package/dist-es/commands/DescribeSecurityGroupRulesCommand.js +21 -28
  300. package/dist-es/commands/DescribeSecurityGroupsCommand.js +21 -28
  301. package/dist-es/commands/DescribeSnapshotAttributeCommand.js +21 -28
  302. package/dist-es/commands/DescribeSnapshotTierStatusCommand.js +21 -28
  303. package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
  304. package/dist-es/commands/DescribeSpotDatafeedSubscriptionCommand.js +21 -28
  305. package/dist-es/commands/DescribeSpotFleetInstancesCommand.js +21 -28
  306. package/dist-es/commands/DescribeSpotFleetRequestHistoryCommand.js +21 -28
  307. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +21 -28
  308. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +21 -28
  309. package/dist-es/commands/DescribeSpotPriceHistoryCommand.js +21 -28
  310. package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +21 -28
  311. package/dist-es/commands/DescribeStoreImageTasksCommand.js +21 -28
  312. package/dist-es/commands/DescribeSubnetsCommand.js +21 -28
  313. package/dist-es/commands/DescribeTagsCommand.js +21 -28
  314. package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +21 -28
  315. package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +21 -28
  316. package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +21 -28
  317. package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +21 -28
  318. package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +21 -28
  319. package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +21 -28
  320. package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +21 -28
  321. package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +21 -28
  322. package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +21 -28
  323. package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +21 -28
  324. package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +21 -28
  325. package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +21 -28
  326. package/dist-es/commands/DescribeTransitGatewaysCommand.js +21 -28
  327. package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +21 -28
  328. package/dist-es/commands/DescribeVolumeAttributeCommand.js +21 -28
  329. package/dist-es/commands/DescribeVolumeStatusCommand.js +21 -28
  330. package/dist-es/commands/DescribeVolumesCommand.js +21 -28
  331. package/dist-es/commands/DescribeVolumesModificationsCommand.js +21 -28
  332. package/dist-es/commands/DescribeVpcAttributeCommand.js +21 -28
  333. package/dist-es/commands/DescribeVpcClassicLinkCommand.js +21 -28
  334. package/dist-es/commands/DescribeVpcClassicLinkDnsSupportCommand.js +21 -28
  335. package/dist-es/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +21 -28
  336. package/dist-es/commands/DescribeVpcEndpointConnectionsCommand.js +21 -28
  337. package/dist-es/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +21 -28
  338. package/dist-es/commands/DescribeVpcEndpointServicePermissionsCommand.js +21 -28
  339. package/dist-es/commands/DescribeVpcEndpointServicesCommand.js +21 -28
  340. package/dist-es/commands/DescribeVpcEndpointsCommand.js +21 -28
  341. package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +21 -28
  342. package/dist-es/commands/DescribeVpcsCommand.js +21 -28
  343. package/dist-es/commands/DescribeVpnConnectionsCommand.js +21 -28
  344. package/dist-es/commands/DescribeVpnGatewaysCommand.js +21 -28
  345. package/dist-es/commands/DetachClassicLinkVpcCommand.js +21 -28
  346. package/dist-es/commands/DetachInternetGatewayCommand.js +22 -29
  347. package/dist-es/commands/DetachNetworkInterfaceCommand.js +22 -29
  348. package/dist-es/commands/DetachVolumeCommand.js +21 -28
  349. package/dist-es/commands/DetachVpnGatewayCommand.js +22 -29
  350. package/dist-es/commands/DisableEbsEncryptionByDefaultCommand.js +21 -28
  351. package/dist-es/commands/DisableFastLaunchCommand.js +21 -28
  352. package/dist-es/commands/DisableFastSnapshotRestoresCommand.js +21 -28
  353. package/dist-es/commands/DisableImageDeprecationCommand.js +21 -28
  354. package/dist-es/commands/DisableIpamOrganizationAdminAccountCommand.js +21 -28
  355. package/dist-es/commands/DisableSerialConsoleAccessCommand.js +21 -28
  356. package/dist-es/commands/DisableTransitGatewayRouteTablePropagationCommand.js +21 -28
  357. package/dist-es/commands/DisableVgwRoutePropagationCommand.js +22 -29
  358. package/dist-es/commands/DisableVpcClassicLinkCommand.js +21 -28
  359. package/dist-es/commands/DisableVpcClassicLinkDnsSupportCommand.js +21 -28
  360. package/dist-es/commands/DisassociateAddressCommand.js +22 -29
  361. package/dist-es/commands/DisassociateClientVpnTargetNetworkCommand.js +21 -28
  362. package/dist-es/commands/DisassociateEnclaveCertificateIamRoleCommand.js +21 -28
  363. package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +21 -28
  364. package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +21 -28
  365. package/dist-es/commands/DisassociateRouteTableCommand.js +22 -29
  366. package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +21 -28
  367. package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +21 -28
  368. package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +21 -28
  369. package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +21 -28
  370. package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +21 -28
  371. package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +21 -28
  372. package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +21 -28
  373. package/dist-es/commands/EnableFastLaunchCommand.js +21 -28
  374. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +21 -28
  375. package/dist-es/commands/EnableImageDeprecationCommand.js +21 -28
  376. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +21 -28
  377. package/dist-es/commands/EnableSerialConsoleAccessCommand.js +21 -28
  378. package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +21 -28
  379. package/dist-es/commands/EnableVgwRoutePropagationCommand.js +22 -29
  380. package/dist-es/commands/EnableVolumeIOCommand.js +22 -29
  381. package/dist-es/commands/EnableVpcClassicLinkCommand.js +21 -28
  382. package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +21 -28
  383. package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +21 -28
  384. package/dist-es/commands/ExportClientVpnClientConfigurationCommand.js +21 -28
  385. package/dist-es/commands/ExportImageCommand.js +21 -28
  386. package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +21 -28
  387. package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +21 -28
  388. package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +21 -28
  389. package/dist-es/commands/GetCapacityReservationUsageCommand.js +21 -28
  390. package/dist-es/commands/GetCoipPoolUsageCommand.js +21 -28
  391. package/dist-es/commands/GetConsoleOutputCommand.js +21 -28
  392. package/dist-es/commands/GetConsoleScreenshotCommand.js +21 -28
  393. package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +21 -28
  394. package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +21 -28
  395. package/dist-es/commands/GetEbsEncryptionByDefaultCommand.js +21 -28
  396. package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +21 -28
  397. package/dist-es/commands/GetGroupsForCapacityReservationCommand.js +21 -28
  398. package/dist-es/commands/GetHostReservationPurchasePreviewCommand.js +21 -28
  399. package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +21 -28
  400. package/dist-es/commands/GetInstanceUefiDataCommand.js +21 -28
  401. package/dist-es/commands/GetIpamAddressHistoryCommand.js +21 -28
  402. package/dist-es/commands/GetIpamPoolAllocationsCommand.js +21 -28
  403. package/dist-es/commands/GetIpamPoolCidrsCommand.js +21 -28
  404. package/dist-es/commands/GetIpamResourceCidrsCommand.js +21 -28
  405. package/dist-es/commands/GetLaunchTemplateDataCommand.js +21 -28
  406. package/dist-es/commands/GetManagedPrefixListAssociationsCommand.js +21 -28
  407. package/dist-es/commands/GetManagedPrefixListEntriesCommand.js +21 -28
  408. package/dist-es/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +21 -28
  409. package/dist-es/commands/GetNetworkInsightsAccessScopeContentCommand.js +21 -28
  410. package/dist-es/commands/GetPasswordDataCommand.js +21 -28
  411. package/dist-es/commands/GetReservedInstancesExchangeQuoteCommand.js +21 -28
  412. package/dist-es/commands/GetSerialConsoleAccessStatusCommand.js +21 -28
  413. package/dist-es/commands/GetSpotPlacementScoresCommand.js +21 -28
  414. package/dist-es/commands/GetSubnetCidrReservationsCommand.js +21 -28
  415. package/dist-es/commands/GetTransitGatewayAttachmentPropagationsCommand.js +21 -28
  416. package/dist-es/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +21 -28
  417. package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +21 -28
  418. package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +21 -28
  419. package/dist-es/commands/GetTransitGatewayPrefixListReferencesCommand.js +21 -28
  420. package/dist-es/commands/GetTransitGatewayRouteTableAssociationsCommand.js +21 -28
  421. package/dist-es/commands/GetTransitGatewayRouteTablePropagationsCommand.js +21 -28
  422. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +21 -28
  423. package/dist-es/commands/GetVpnConnectionDeviceTypesCommand.js +21 -28
  424. package/dist-es/commands/ImportClientVpnClientCertificateRevocationListCommand.js +21 -28
  425. package/dist-es/commands/ImportImageCommand.js +21 -28
  426. package/dist-es/commands/ImportInstanceCommand.js +21 -28
  427. package/dist-es/commands/ImportKeyPairCommand.js +21 -28
  428. package/dist-es/commands/ImportSnapshotCommand.js +21 -28
  429. package/dist-es/commands/ImportVolumeCommand.js +21 -28
  430. package/dist-es/commands/ListImagesInRecycleBinCommand.js +21 -28
  431. package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +21 -28
  432. package/dist-es/commands/ModifyAddressAttributeCommand.js +21 -28
  433. package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +21 -28
  434. package/dist-es/commands/ModifyCapacityReservationCommand.js +21 -28
  435. package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +21 -28
  436. package/dist-es/commands/ModifyClientVpnEndpointCommand.js +21 -28
  437. package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +21 -28
  438. package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +21 -28
  439. package/dist-es/commands/ModifyFleetCommand.js +21 -28
  440. package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +21 -28
  441. package/dist-es/commands/ModifyHostsCommand.js +21 -28
  442. package/dist-es/commands/ModifyIdFormatCommand.js +22 -29
  443. package/dist-es/commands/ModifyIdentityIdFormatCommand.js +22 -29
  444. package/dist-es/commands/ModifyImageAttributeCommand.js +22 -29
  445. package/dist-es/commands/ModifyInstanceAttributeCommand.js +22 -29
  446. package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +21 -28
  447. package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +21 -28
  448. package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +21 -28
  449. package/dist-es/commands/ModifyInstanceEventWindowCommand.js +21 -28
  450. package/dist-es/commands/ModifyInstanceMaintenanceOptionsCommand.js +21 -28
  451. package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +21 -28
  452. package/dist-es/commands/ModifyInstancePlacementCommand.js +21 -28
  453. package/dist-es/commands/ModifyIpamCommand.js +21 -28
  454. package/dist-es/commands/ModifyIpamPoolCommand.js +21 -28
  455. package/dist-es/commands/ModifyIpamResourceCidrCommand.js +21 -28
  456. package/dist-es/commands/ModifyIpamScopeCommand.js +21 -28
  457. package/dist-es/commands/ModifyLaunchTemplateCommand.js +21 -28
  458. package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +21 -28
  459. package/dist-es/commands/ModifyManagedPrefixListCommand.js +21 -28
  460. package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +22 -29
  461. package/dist-es/commands/ModifyPrivateDnsNameOptionsCommand.js +21 -28
  462. package/dist-es/commands/ModifyReservedInstancesCommand.js +21 -28
  463. package/dist-es/commands/ModifySecurityGroupRulesCommand.js +21 -28
  464. package/dist-es/commands/ModifySnapshotAttributeCommand.js +22 -29
  465. package/dist-es/commands/ModifySnapshotTierCommand.js +21 -28
  466. package/dist-es/commands/ModifySpotFleetRequestCommand.js +21 -28
  467. package/dist-es/commands/ModifySubnetAttributeCommand.js +22 -29
  468. package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +21 -28
  469. package/dist-es/commands/ModifyTrafficMirrorFilterRuleCommand.js +21 -28
  470. package/dist-es/commands/ModifyTrafficMirrorSessionCommand.js +21 -28
  471. package/dist-es/commands/ModifyTransitGatewayCommand.js +21 -28
  472. package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +21 -28
  473. package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +21 -28
  474. package/dist-es/commands/ModifyVolumeAttributeCommand.js +22 -29
  475. package/dist-es/commands/ModifyVolumeCommand.js +21 -28
  476. package/dist-es/commands/ModifyVpcAttributeCommand.js +22 -29
  477. package/dist-es/commands/ModifyVpcEndpointCommand.js +21 -28
  478. package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +21 -28
  479. package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +21 -28
  480. package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +21 -28
  481. package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +21 -28
  482. package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +21 -28
  483. package/dist-es/commands/ModifyVpcTenancyCommand.js +21 -28
  484. package/dist-es/commands/ModifyVpnConnectionCommand.js +21 -28
  485. package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +21 -28
  486. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +21 -28
  487. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +23 -29
  488. package/dist-es/commands/MonitorInstancesCommand.js +21 -28
  489. package/dist-es/commands/MoveAddressToVpcCommand.js +21 -28
  490. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +21 -28
  491. package/dist-es/commands/ProvisionByoipCidrCommand.js +21 -28
  492. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +21 -28
  493. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +21 -28
  494. package/dist-es/commands/PurchaseHostReservationCommand.js +21 -28
  495. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +21 -28
  496. package/dist-es/commands/PurchaseScheduledInstancesCommand.js +21 -28
  497. package/dist-es/commands/RebootInstancesCommand.js +22 -29
  498. package/dist-es/commands/RegisterImageCommand.js +21 -28
  499. package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +21 -28
  500. package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +21 -28
  501. package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +21 -28
  502. package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +21 -28
  503. package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +21 -28
  504. package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +21 -28
  505. package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +21 -28
  506. package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +21 -28
  507. package/dist-es/commands/ReleaseAddressCommand.js +22 -29
  508. package/dist-es/commands/ReleaseHostsCommand.js +21 -28
  509. package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +21 -28
  510. package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +21 -28
  511. package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +21 -28
  512. package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +22 -29
  513. package/dist-es/commands/ReplaceRouteCommand.js +22 -29
  514. package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +21 -28
  515. package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +21 -28
  516. package/dist-es/commands/ReportInstanceStatusCommand.js +22 -29
  517. package/dist-es/commands/RequestSpotFleetCommand.js +21 -28
  518. package/dist-es/commands/RequestSpotInstancesCommand.js +21 -28
  519. package/dist-es/commands/ResetAddressAttributeCommand.js +21 -28
  520. package/dist-es/commands/ResetEbsDefaultKmsKeyIdCommand.js +21 -28
  521. package/dist-es/commands/ResetFpgaImageAttributeCommand.js +21 -28
  522. package/dist-es/commands/ResetImageAttributeCommand.js +22 -29
  523. package/dist-es/commands/ResetInstanceAttributeCommand.js +22 -29
  524. package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +22 -29
  525. package/dist-es/commands/ResetSnapshotAttributeCommand.js +22 -29
  526. package/dist-es/commands/RestoreAddressToClassicCommand.js +21 -28
  527. package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +21 -28
  528. package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +21 -28
  529. package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +21 -28
  530. package/dist-es/commands/RestoreSnapshotTierCommand.js +21 -28
  531. package/dist-es/commands/RevokeClientVpnIngressCommand.js +21 -28
  532. package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +21 -28
  533. package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +21 -28
  534. package/dist-es/commands/RunInstancesCommand.js +21 -28
  535. package/dist-es/commands/RunScheduledInstancesCommand.js +21 -28
  536. package/dist-es/commands/SearchLocalGatewayRoutesCommand.js +21 -28
  537. package/dist-es/commands/SearchTransitGatewayMulticastGroupsCommand.js +21 -28
  538. package/dist-es/commands/SearchTransitGatewayRoutesCommand.js +21 -28
  539. package/dist-es/commands/SendDiagnosticInterruptCommand.js +22 -29
  540. package/dist-es/commands/StartInstancesCommand.js +21 -28
  541. package/dist-es/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +21 -28
  542. package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +21 -28
  543. package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +21 -28
  544. package/dist-es/commands/StopInstancesCommand.js +21 -28
  545. package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +21 -28
  546. package/dist-es/commands/TerminateInstancesCommand.js +21 -28
  547. package/dist-es/commands/UnassignIpv6AddressesCommand.js +21 -28
  548. package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +22 -29
  549. package/dist-es/commands/UnmonitorInstancesCommand.js +21 -28
  550. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +21 -28
  551. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +21 -28
  552. package/dist-es/commands/WithdrawByoipCidrCommand.js +21 -28
  553. package/dist-es/endpoints.js +8 -8
  554. package/dist-es/models/EC2ServiceException.js +5 -10
  555. package/dist-es/models/models_0.js +696 -233
  556. package/dist-es/models/models_1.js +696 -232
  557. package/dist-es/models/models_2.js +765 -256
  558. package/dist-es/models/models_3.js +731 -244
  559. package/dist-es/models/models_4.js +831 -278
  560. package/dist-es/models/models_5.js +857 -287
  561. package/dist-es/models/models_6.js +457 -152
  562. package/dist-es/pagination/DescribeAddressesAttributePaginator.js +25 -68
  563. package/dist-es/pagination/DescribeByoipCidrsPaginator.js +25 -68
  564. package/dist-es/pagination/DescribeCapacityReservationFleetsPaginator.js +25 -68
  565. package/dist-es/pagination/DescribeCapacityReservationsPaginator.js +25 -68
  566. package/dist-es/pagination/DescribeCarrierGatewaysPaginator.js +25 -68
  567. package/dist-es/pagination/DescribeClassicLinkInstancesPaginator.js +25 -68
  568. package/dist-es/pagination/DescribeClientVpnAuthorizationRulesPaginator.js +25 -68
  569. package/dist-es/pagination/DescribeClientVpnConnectionsPaginator.js +25 -68
  570. package/dist-es/pagination/DescribeClientVpnEndpointsPaginator.js +25 -68
  571. package/dist-es/pagination/DescribeClientVpnRoutesPaginator.js +25 -68
  572. package/dist-es/pagination/DescribeClientVpnTargetNetworksPaginator.js +25 -68
  573. package/dist-es/pagination/DescribeCoipPoolsPaginator.js +25 -68
  574. package/dist-es/pagination/DescribeDhcpOptionsPaginator.js +25 -68
  575. package/dist-es/pagination/DescribeEgressOnlyInternetGatewaysPaginator.js +25 -68
  576. package/dist-es/pagination/DescribeExportImageTasksPaginator.js +25 -68
  577. package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +25 -68
  578. package/dist-es/pagination/DescribeFastSnapshotRestoresPaginator.js +25 -68
  579. package/dist-es/pagination/DescribeFleetsPaginator.js +25 -68
  580. package/dist-es/pagination/DescribeFlowLogsPaginator.js +25 -68
  581. package/dist-es/pagination/DescribeFpgaImagesPaginator.js +25 -68
  582. package/dist-es/pagination/DescribeHostReservationOfferingsPaginator.js +25 -68
  583. package/dist-es/pagination/DescribeHostReservationsPaginator.js +25 -68
  584. package/dist-es/pagination/DescribeHostsPaginator.js +25 -68
  585. package/dist-es/pagination/DescribeIamInstanceProfileAssociationsPaginator.js +25 -68
  586. package/dist-es/pagination/DescribeImportImageTasksPaginator.js +25 -68
  587. package/dist-es/pagination/DescribeImportSnapshotTasksPaginator.js +25 -68
  588. package/dist-es/pagination/DescribeInstanceCreditSpecificationsPaginator.js +25 -68
  589. package/dist-es/pagination/DescribeInstanceEventWindowsPaginator.js +25 -68
  590. package/dist-es/pagination/DescribeInstanceStatusPaginator.js +25 -68
  591. package/dist-es/pagination/DescribeInstanceTypeOfferingsPaginator.js +25 -68
  592. package/dist-es/pagination/DescribeInstanceTypesPaginator.js +25 -68
  593. package/dist-es/pagination/DescribeInstancesPaginator.js +25 -68
  594. package/dist-es/pagination/DescribeInternetGatewaysPaginator.js +25 -68
  595. package/dist-es/pagination/DescribeIpamPoolsPaginator.js +25 -68
  596. package/dist-es/pagination/DescribeIpamScopesPaginator.js +25 -68
  597. package/dist-es/pagination/DescribeIpamsPaginator.js +25 -68
  598. package/dist-es/pagination/DescribeIpv6PoolsPaginator.js +25 -68
  599. package/dist-es/pagination/DescribeLaunchTemplateVersionsPaginator.js +25 -68
  600. package/dist-es/pagination/DescribeLaunchTemplatesPaginator.js +25 -68
  601. package/dist-es/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.js +25 -68
  602. package/dist-es/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.js +25 -68
  603. package/dist-es/pagination/DescribeLocalGatewayRouteTablesPaginator.js +25 -68
  604. package/dist-es/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.js +25 -68
  605. package/dist-es/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.js +25 -68
  606. package/dist-es/pagination/DescribeLocalGatewaysPaginator.js +25 -68
  607. package/dist-es/pagination/DescribeManagedPrefixListsPaginator.js +25 -68
  608. package/dist-es/pagination/DescribeMovingAddressesPaginator.js +25 -68
  609. package/dist-es/pagination/DescribeNatGatewaysPaginator.js +25 -68
  610. package/dist-es/pagination/DescribeNetworkAclsPaginator.js +25 -68
  611. package/dist-es/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.js +25 -68
  612. package/dist-es/pagination/DescribeNetworkInsightsAccessScopesPaginator.js +25 -68
  613. package/dist-es/pagination/DescribeNetworkInsightsAnalysesPaginator.js +25 -68
  614. package/dist-es/pagination/DescribeNetworkInsightsPathsPaginator.js +25 -68
  615. package/dist-es/pagination/DescribeNetworkInterfacePermissionsPaginator.js +25 -68
  616. package/dist-es/pagination/DescribeNetworkInterfacesPaginator.js +25 -68
  617. package/dist-es/pagination/DescribePrefixListsPaginator.js +25 -68
  618. package/dist-es/pagination/DescribePrincipalIdFormatPaginator.js +25 -68
  619. package/dist-es/pagination/DescribePublicIpv4PoolsPaginator.js +25 -68
  620. package/dist-es/pagination/DescribeReplaceRootVolumeTasksPaginator.js +25 -68
  621. package/dist-es/pagination/DescribeReservedInstancesModificationsPaginator.js +24 -67
  622. package/dist-es/pagination/DescribeReservedInstancesOfferingsPaginator.js +25 -68
  623. package/dist-es/pagination/DescribeRouteTablesPaginator.js +25 -68
  624. package/dist-es/pagination/DescribeScheduledInstanceAvailabilityPaginator.js +25 -68
  625. package/dist-es/pagination/DescribeScheduledInstancesPaginator.js +25 -68
  626. package/dist-es/pagination/DescribeSecurityGroupRulesPaginator.js +25 -68
  627. package/dist-es/pagination/DescribeSecurityGroupsPaginator.js +25 -68
  628. package/dist-es/pagination/DescribeSnapshotTierStatusPaginator.js +25 -68
  629. package/dist-es/pagination/DescribeSnapshotsPaginator.js +25 -68
  630. package/dist-es/pagination/DescribeSpotFleetRequestsPaginator.js +25 -68
  631. package/dist-es/pagination/DescribeSpotInstanceRequestsPaginator.js +25 -68
  632. package/dist-es/pagination/DescribeSpotPriceHistoryPaginator.js +25 -68
  633. package/dist-es/pagination/DescribeStaleSecurityGroupsPaginator.js +25 -68
  634. package/dist-es/pagination/DescribeStoreImageTasksPaginator.js +25 -68
  635. package/dist-es/pagination/DescribeSubnetsPaginator.js +25 -68
  636. package/dist-es/pagination/DescribeTagsPaginator.js +25 -68
  637. package/dist-es/pagination/DescribeTrafficMirrorFiltersPaginator.js +25 -68
  638. package/dist-es/pagination/DescribeTrafficMirrorSessionsPaginator.js +25 -68
  639. package/dist-es/pagination/DescribeTrafficMirrorTargetsPaginator.js +25 -68
  640. package/dist-es/pagination/DescribeTransitGatewayAttachmentsPaginator.js +25 -68
  641. package/dist-es/pagination/DescribeTransitGatewayConnectPeersPaginator.js +25 -68
  642. package/dist-es/pagination/DescribeTransitGatewayConnectsPaginator.js +25 -68
  643. package/dist-es/pagination/DescribeTransitGatewayMulticastDomainsPaginator.js +25 -68
  644. package/dist-es/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.js +25 -68
  645. package/dist-es/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +25 -68
  646. package/dist-es/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +25 -68
  647. package/dist-es/pagination/DescribeTransitGatewayRouteTablesPaginator.js +25 -68
  648. package/dist-es/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.js +25 -68
  649. package/dist-es/pagination/DescribeTransitGatewaysPaginator.js +25 -68
  650. package/dist-es/pagination/DescribeTrunkInterfaceAssociationsPaginator.js +25 -68
  651. package/dist-es/pagination/DescribeVolumeStatusPaginator.js +25 -68
  652. package/dist-es/pagination/DescribeVolumesModificationsPaginator.js +25 -68
  653. package/dist-es/pagination/DescribeVolumesPaginator.js +25 -68
  654. package/dist-es/pagination/DescribeVpcClassicLinkDnsSupportPaginator.js +25 -68
  655. package/dist-es/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.js +25 -68
  656. package/dist-es/pagination/DescribeVpcEndpointConnectionsPaginator.js +25 -68
  657. package/dist-es/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.js +25 -68
  658. package/dist-es/pagination/DescribeVpcEndpointServicePermissionsPaginator.js +25 -68
  659. package/dist-es/pagination/DescribeVpcEndpointsPaginator.js +25 -68
  660. package/dist-es/pagination/DescribeVpcPeeringConnectionsPaginator.js +25 -68
  661. package/dist-es/pagination/DescribeVpcsPaginator.js +25 -68
  662. package/dist-es/pagination/GetAssociatedIpv6PoolCidrsPaginator.js +25 -68
  663. package/dist-es/pagination/GetGroupsForCapacityReservationPaginator.js +25 -68
  664. package/dist-es/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +25 -68
  665. package/dist-es/pagination/GetIpamAddressHistoryPaginator.js +25 -68
  666. package/dist-es/pagination/GetIpamPoolAllocationsPaginator.js +25 -68
  667. package/dist-es/pagination/GetIpamPoolCidrsPaginator.js +25 -68
  668. package/dist-es/pagination/GetIpamResourceCidrsPaginator.js +25 -68
  669. package/dist-es/pagination/GetManagedPrefixListAssociationsPaginator.js +25 -68
  670. package/dist-es/pagination/GetManagedPrefixListEntriesPaginator.js +25 -68
  671. package/dist-es/pagination/GetSpotPlacementScoresPaginator.js +25 -68
  672. package/dist-es/pagination/GetTransitGatewayAttachmentPropagationsPaginator.js +25 -68
  673. package/dist-es/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.js +25 -68
  674. package/dist-es/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +25 -68
  675. package/dist-es/pagination/GetTransitGatewayPrefixListReferencesPaginator.js +25 -68
  676. package/dist-es/pagination/GetTransitGatewayRouteTableAssociationsPaginator.js +25 -68
  677. package/dist-es/pagination/GetTransitGatewayRouteTablePropagationsPaginator.js +25 -68
  678. package/dist-es/pagination/GetVpnConnectionDeviceTypesPaginator.js +25 -68
  679. package/dist-es/pagination/ListImagesInRecycleBinPaginator.js +25 -68
  680. package/dist-es/pagination/ListSnapshotsInRecycleBinPaginator.js +25 -68
  681. package/dist-es/pagination/SearchLocalGatewayRoutesPaginator.js +25 -68
  682. package/dist-es/pagination/SearchTransitGatewayMulticastGroupsPaginator.js +25 -68
  683. package/dist-es/protocols/Aws_ec2.js +29618 -39617
  684. package/dist-es/runtimeConfig.browser.js +26 -12
  685. package/dist-es/runtimeConfig.js +30 -12
  686. package/dist-es/runtimeConfig.native.js +8 -5
  687. package/dist-es/runtimeConfig.shared.js +8 -11
  688. package/dist-es/waiters/waitForBundleTaskComplete.js +50 -91
  689. package/dist-es/waiters/waitForConversionTaskCancelled.js +36 -67
  690. package/dist-es/waiters/waitForConversionTaskCompleted.js +64 -115
  691. package/dist-es/waiters/waitForConversionTaskDeleted.js +36 -67
  692. package/dist-es/waiters/waitForCustomerGatewayAvailable.js +64 -115
  693. package/dist-es/waiters/waitForExportTaskCancelled.js +36 -67
  694. package/dist-es/waiters/waitForExportTaskCompleted.js +36 -67
  695. package/dist-es/waiters/waitForImageAvailable.js +50 -91
  696. package/dist-es/waiters/waitForImageExists.js +31 -51
  697. package/dist-es/waiters/waitForInstanceExists.js +31 -51
  698. package/dist-es/waiters/waitForInstanceRunning.js +96 -157
  699. package/dist-es/waiters/waitForInstanceStatusOk.js +38 -69
  700. package/dist-es/waiters/waitForInstanceStopped.js +76 -127
  701. package/dist-es/waiters/waitForInstanceTerminated.js +76 -127
  702. package/dist-es/waiters/waitForInternetGatewayExists.js +34 -54
  703. package/dist-es/waiters/waitForKeyPairExists.js +34 -54
  704. package/dist-es/waiters/waitForNatGatewayAvailable.js +80 -141
  705. package/dist-es/waiters/waitForNatGatewayDeleted.js +38 -69
  706. package/dist-es/waiters/waitForNetworkInterfaceAvailable.js +38 -69
  707. package/dist-es/waiters/waitForPasswordDataAvailable.js +28 -48
  708. package/dist-es/waiters/waitForSecurityGroupExists.js +34 -54
  709. package/dist-es/waiters/waitForSnapshotCompleted.js +50 -91
  710. package/dist-es/waiters/waitForSpotInstanceRequestFulfilled.js +111 -192
  711. package/dist-es/waiters/waitForSubnetAvailable.js +36 -67
  712. package/dist-es/waiters/waitForSystemStatusOk.js +36 -67
  713. package/dist-es/waiters/waitForVolumeAvailable.js +50 -91
  714. package/dist-es/waiters/waitForVolumeDeleted.js +38 -69
  715. package/dist-es/waiters/waitForVolumeInUse.js +50 -91
  716. package/dist-es/waiters/waitForVpcAvailable.js +36 -67
  717. package/dist-es/waiters/waitForVpcExists.js +23 -42
  718. package/dist-es/waiters/waitForVpcPeeringConnectionDeleted.js +38 -69
  719. package/dist-es/waiters/waitForVpcPeeringConnectionExists.js +23 -42
  720. package/dist-es/waiters/waitForVpnConnectionAvailable.js +64 -115
  721. package/dist-es/waiters/waitForVpnConnectionDeleted.js +50 -91
  722. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -2
  723. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -1
  724. package/dist-types/models/models_3.d.ts +22 -47
  725. package/dist-types/models/models_4.d.ts +45 -63
  726. package/dist-types/models/models_5.d.ts +67 -12
  727. package/dist-types/models/models_6.d.ts +24 -2
  728. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +4 -2
  729. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -4
  730. package/dist-types/ts3.4/models/models_3.d.ts +6 -10
  731. package/dist-types/ts3.4/models/models_4.d.ts +10 -16
  732. package/dist-types/ts3.4/models/models_5.d.ts +17 -7
  733. package/dist-types/ts3.4/models/models_6.d.ts +9 -0
  734. package/package.json +35 -35
@@ -1,95 +1,54 @@
1
- import { __assign, __awaiter, __generator, __read, __spreadArray, __values } from "tslib";
2
1
  import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
3
2
  import { DescribeVpnConnectionsCommand, } from "../commands/DescribeVpnConnectionsCommand";
4
- var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
5
- var reason, result_1, returnComparator, allStringEq_5, _a, _b, element_4, returnComparator, _c, _d, anyStringEq_4, exception_1;
6
- var e_1, _e, e_2, _f;
7
- return __generator(this, function (_g) {
8
- switch (_g.label) {
9
- case 0:
10
- _g.trys.push([0, 2, , 3]);
11
- return [4, client.send(new DescribeVpnConnectionsCommand(input))];
12
- case 1:
13
- result_1 = _g.sent();
14
- reason = result_1;
15
- try {
16
- returnComparator = function () {
17
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.VpnConnections), false));
18
- var projection_3 = flat_1.map(function (element_2) {
19
- return element_2.State;
20
- });
21
- return projection_3;
22
- };
23
- allStringEq_5 = returnComparator().length > 0;
24
- try {
25
- for (_a = __values(returnComparator()), _b = _a.next(); !_b.done; _b = _a.next()) {
26
- element_4 = _b.value;
27
- allStringEq_5 = allStringEq_5 && element_4 == "deleted";
28
- }
29
- }
30
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
31
- finally {
32
- try {
33
- if (_b && !_b.done && (_e = _a.return)) _e.call(_a);
34
- }
35
- finally { if (e_1) throw e_1.error; }
36
- }
37
- if (allStringEq_5) {
38
- return [2, { state: WaiterState.SUCCESS, reason: reason }];
39
- }
40
- }
41
- catch (e) { }
42
- try {
43
- returnComparator = function () {
44
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.VpnConnections), false));
45
- var projection_3 = flat_1.map(function (element_2) {
46
- return element_2.State;
47
- });
48
- return projection_3;
49
- };
50
- try {
51
- for (_c = __values(returnComparator()), _d = _c.next(); !_d.done; _d = _c.next()) {
52
- anyStringEq_4 = _d.value;
53
- if (anyStringEq_4 == "pending") {
54
- return [2, { state: WaiterState.FAILURE, reason: reason }];
55
- }
56
- }
57
- }
58
- catch (e_2_1) { e_2 = { error: e_2_1 }; }
59
- finally {
60
- try {
61
- if (_d && !_d.done && (_f = _c.return)) _f.call(_c);
62
- }
63
- finally { if (e_2) throw e_2.error; }
64
- }
65
- }
66
- catch (e) { }
67
- return [3, 3];
68
- case 2:
69
- exception_1 = _g.sent();
70
- reason = exception_1;
71
- return [3, 3];
72
- case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
3
+ const checkState = async (client, input) => {
4
+ let reason;
5
+ try {
6
+ const result = await client.send(new DescribeVpnConnectionsCommand(input));
7
+ reason = result;
8
+ try {
9
+ const returnComparator = () => {
10
+ const flat_1 = [].concat(...result.VpnConnections);
11
+ const projection_3 = flat_1.map((element_2) => {
12
+ return element_2.State;
13
+ });
14
+ return projection_3;
15
+ };
16
+ let allStringEq_5 = returnComparator().length > 0;
17
+ for (const element_4 of returnComparator()) {
18
+ allStringEq_5 = allStringEq_5 && element_4 == "deleted";
19
+ }
20
+ if (allStringEq_5) {
21
+ return { state: WaiterState.SUCCESS, reason };
22
+ }
73
23
  }
74
- });
75
- }); };
76
- export var waitForVpnConnectionDeleted = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
77
- var serviceDefaults;
78
- return __generator(this, function (_a) {
79
- serviceDefaults = { minDelay: 15, maxDelay: 120 };
80
- return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
81
- });
82
- }); };
83
- export var waitUntilVpnConnectionDeleted = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
84
- var serviceDefaults, result;
85
- return __generator(this, function (_a) {
86
- switch (_a.label) {
87
- case 0:
88
- serviceDefaults = { minDelay: 15, maxDelay: 120 };
89
- return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
90
- case 1:
91
- result = _a.sent();
92
- return [2, checkExceptions(result)];
24
+ catch (e) { }
25
+ try {
26
+ const returnComparator = () => {
27
+ const flat_1 = [].concat(...result.VpnConnections);
28
+ const projection_3 = flat_1.map((element_2) => {
29
+ return element_2.State;
30
+ });
31
+ return projection_3;
32
+ };
33
+ for (const anyStringEq_4 of returnComparator()) {
34
+ if (anyStringEq_4 == "pending") {
35
+ return { state: WaiterState.FAILURE, reason };
36
+ }
37
+ }
93
38
  }
94
- });
95
- }); };
39
+ catch (e) { }
40
+ }
41
+ catch (exception) {
42
+ reason = exception;
43
+ }
44
+ return { state: WaiterState.RETRY, reason };
45
+ };
46
+ export const waitForVpnConnectionDeleted = async (params, input) => {
47
+ const serviceDefaults = { minDelay: 15, maxDelay: 120 };
48
+ return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
49
+ };
50
+ export const waitUntilVpnConnectionDeleted = async (params, input) => {
51
+ const serviceDefaults = { minDelay: 15, maxDelay: 120 };
52
+ const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
53
+ return checkExceptions(result);
54
+ };
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeLocalGatewaysRequest } from "../models/models_3";
5
- import { DescribeLocalGatewaysResult } from "../models/models_4";
4
+ import { DescribeLocalGatewaysRequest, DescribeLocalGatewaysResult } from "../models/models_4";
6
5
  export interface DescribeLocalGatewaysCommandInput extends DescribeLocalGatewaysRequest {
7
6
  }
8
7
  export interface DescribeLocalGatewaysCommandOutput extends DescribeLocalGatewaysResult, __MetadataBearer {
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyVpnTunnelOptionsRequest, ModifyVpnTunnelOptionsResult } from "../models/models_5";
4
+ import { ModifyVpnTunnelOptionsRequest } from "../models/models_5";
5
+ import { ModifyVpnTunnelOptionsResult } from "../models/models_6";
5
6
  export interface ModifyVpnTunnelOptionsCommandInput extends ModifyVpnTunnelOptionsRequest {
6
7
  }
7
8
  export interface ModifyVpnTunnelOptionsCommandOutput extends ModifyVpnTunnelOptionsResult, __MetadataBearer {
@@ -4230,6 +4230,7 @@ export declare enum ImageAttributeName {
4230
4230
  blockDeviceMapping = "blockDeviceMapping",
4231
4231
  bootMode = "bootMode",
4232
4232
  description = "description",
4233
+ imdsSupport = "imdsSupport",
4233
4234
  kernel = "kernel",
4234
4235
  lastLaunchedTime = "lastLaunchedTime",
4235
4236
  launchPermission = "launchPermission",
@@ -4346,6 +4347,15 @@ export interface ImageAttribute {
4346
4347
  * </note>
4347
4348
  */
4348
4349
  LastLaunchedTime?: AttributeValue;
4350
+ /**
4351
+ * <p>If <code>v2.0</code>, it indicates that IMDSv2 is specified in the AMI. Instances launched
4352
+ * from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
4353
+ * that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
4354
+ * In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
4355
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
4356
+ * the AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
4357
+ */
4358
+ ImdsSupport?: AttributeValue;
4349
4359
  }
4350
4360
  export interface DescribeImagesRequest {
4351
4361
  /**
@@ -4574,6 +4584,9 @@ export declare enum ImageTypeValues {
4574
4584
  machine = "machine",
4575
4585
  ramdisk = "ramdisk"
4576
4586
  }
4587
+ export declare enum ImdsSupportValues {
4588
+ v2_0 = "v2.0"
4589
+ }
4577
4590
  export declare enum DeviceType {
4578
4591
  ebs = "ebs",
4579
4592
  instance_store = "instance-store"
@@ -4731,6 +4744,15 @@ export interface Image {
4731
4744
  * nearest minute.</p>
4732
4745
  */
4733
4746
  DeprecationTime?: string;
4747
+ /**
4748
+ * <p>If <code>v2.0</code>, it indicates that IMDSv2 is specified in the AMI. Instances launched
4749
+ * from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
4750
+ * that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
4751
+ * In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
4752
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
4753
+ * the AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
4754
+ */
4755
+ ImdsSupport?: ImdsSupportValues | string;
4734
4756
  }
4735
4757
  export interface DescribeImagesResult {
4736
4758
  /**
@@ -8464,49 +8486,6 @@ export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
8464
8486
  */
8465
8487
  NextToken?: string;
8466
8488
  }
8467
- export interface DescribeLocalGatewaysRequest {
8468
- /**
8469
- * <p>The IDs of the local gateways.</p>
8470
- */
8471
- LocalGatewayIds?: string[];
8472
- /**
8473
- * <p>One or more filters.</p>
8474
- * <ul>
8475
- * <li>
8476
- * <p>
8477
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
8478
- * </li>
8479
- * <li>
8480
- * <p>
8481
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
8482
- * </li>
8483
- * <li>
8484
- * <p>
8485
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway.</p>
8486
- * </li>
8487
- * <li>
8488
- * <p>
8489
- * <code>state</code> - The state of the association.</p>
8490
- * </li>
8491
- * </ul>
8492
- */
8493
- Filters?: Filter[];
8494
- /**
8495
- * <p>The maximum number of results to return with a single call.
8496
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
8497
- */
8498
- MaxResults?: number;
8499
- /**
8500
- * <p>The token for the next page of results.</p>
8501
- */
8502
- NextToken?: string;
8503
- /**
8504
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8505
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8506
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8507
- */
8508
- DryRun?: boolean;
8509
- }
8510
8489
  /**
8511
8490
  * @internal
8512
8491
  */
@@ -9475,7 +9454,3 @@ export declare const DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterS
9475
9454
  * @internal
9476
9455
  */
9477
9456
  export declare const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVpcAssociationsResult) => any;
9478
- /**
9479
- * @internal
9480
- */
9481
- export declare const DescribeLocalGatewaysRequestFilterSensitiveLog: (obj: DescribeLocalGatewaysRequest) => any;
@@ -2,6 +2,49 @@ import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, Allo
2
2
  import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, VolumeType } from "./models_1";
3
3
  import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
4
  import { AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IdFormat, PermissionGroup, ProductCode } from "./models_3";
5
+ export interface DescribeLocalGatewaysRequest {
6
+ /**
7
+ * <p>The IDs of the local gateways.</p>
8
+ */
9
+ LocalGatewayIds?: string[];
10
+ /**
11
+ * <p>One or more filters.</p>
12
+ * <ul>
13
+ * <li>
14
+ * <p>
15
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
16
+ * </li>
17
+ * <li>
18
+ * <p>
19
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
20
+ * </li>
21
+ * <li>
22
+ * <p>
23
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway.</p>
24
+ * </li>
25
+ * <li>
26
+ * <p>
27
+ * <code>state</code> - The state of the association.</p>
28
+ * </li>
29
+ * </ul>
30
+ */
31
+ Filters?: Filter[];
32
+ /**
33
+ * <p>The maximum number of results to return with a single call.
34
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
35
+ */
36
+ MaxResults?: number;
37
+ /**
38
+ * <p>The token for the next page of results.</p>
39
+ */
40
+ NextToken?: string;
41
+ /**
42
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
43
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
44
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
45
+ */
46
+ DryRun?: boolean;
47
+ }
5
48
  /**
6
49
  * <p>Describes a local gateway.</p>
7
50
  */
@@ -8492,66 +8535,9 @@ export interface EnableFastSnapshotRestoresRequest {
8492
8535
  DryRun?: boolean;
8493
8536
  }
8494
8537
  /**
8495
- * <p>Describes fast snapshot restores that were successfully enabled.</p>
8538
+ * @internal
8496
8539
  */
8497
- export interface EnableFastSnapshotRestoreSuccessItem {
8498
- /**
8499
- * <p>The ID of the snapshot.</p>
8500
- */
8501
- SnapshotId?: string;
8502
- /**
8503
- * <p>The Availability Zone.</p>
8504
- */
8505
- AvailabilityZone?: string;
8506
- /**
8507
- * <p>The state of fast snapshot restores.</p>
8508
- */
8509
- State?: FastSnapshotRestoreStateCode | string;
8510
- /**
8511
- * <p>The reason for the state transition. The possible values are as follows:</p>
8512
- * <ul>
8513
- * <li>
8514
- * <p>
8515
- * <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or
8516
- * <code>disabling</code>.</p>
8517
- * </li>
8518
- * <li>
8519
- * <p>
8520
- * <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned
8521
- * to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p>
8522
- * </li>
8523
- * </ul>
8524
- */
8525
- StateTransitionReason?: string;
8526
- /**
8527
- * <p>The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.</p>
8528
- */
8529
- OwnerId?: string;
8530
- /**
8531
- * <p>The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.</p>
8532
- */
8533
- OwnerAlias?: string;
8534
- /**
8535
- * <p>The time at which fast snapshot restores entered the <code>enabling</code> state.</p>
8536
- */
8537
- EnablingTime?: Date;
8538
- /**
8539
- * <p>The time at which fast snapshot restores entered the <code>optimizing</code> state.</p>
8540
- */
8541
- OptimizingTime?: Date;
8542
- /**
8543
- * <p>The time at which fast snapshot restores entered the <code>enabled</code> state.</p>
8544
- */
8545
- EnabledTime?: Date;
8546
- /**
8547
- * <p>The time at which fast snapshot restores entered the <code>disabling</code> state.</p>
8548
- */
8549
- DisablingTime?: Date;
8550
- /**
8551
- * <p>The time at which fast snapshot restores entered the <code>disabled</code> state.</p>
8552
- */
8553
- DisabledTime?: Date;
8554
- }
8540
+ export declare const DescribeLocalGatewaysRequestFilterSensitiveLog: (obj: DescribeLocalGatewaysRequest) => any;
8555
8541
  /**
8556
8542
  * @internal
8557
8543
  */
@@ -9656,7 +9642,3 @@ export declare const EnableFastLaunchResultFilterSensitiveLog: (obj: EnableFastL
9656
9642
  * @internal
9657
9643
  */
9658
9644
  export declare const EnableFastSnapshotRestoresRequestFilterSensitiveLog: (obj: EnableFastSnapshotRestoresRequest) => any;
9659
- /**
9660
- * @internal
9661
- */
9662
- export declare const EnableFastSnapshotRestoreSuccessItemFilterSensitiveLog: (obj: EnableFastSnapshotRestoreSuccessItem) => any;
@@ -1,8 +1,69 @@
1
1
  import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, CapacityReservationState, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, HostnameType, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
2
  import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection, TrafficMirrorFilterRule, TrafficMirrorRuleAction, VolumeType } from "./models_1";
3
3
  import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TrafficMirrorFilter, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
- import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
5
- import { AnalysisStatus, CreateVolumePermission, EnableFastSnapshotRestoreSuccessItem, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, ReservedInstancesConfiguration, SnapshotAttributeName, TransitGatewayPropagation, TransitGatewayPropagationState, VolumeModification } from "./models_4";
4
+ import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FastSnapshotRestoreStateCode, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
5
+ import { AnalysisStatus, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, ReservedInstancesConfiguration, SnapshotAttributeName, TransitGatewayPropagation, TransitGatewayPropagationState, VolumeModification } from "./models_4";
6
+ /**
7
+ * <p>Describes fast snapshot restores that were successfully enabled.</p>
8
+ */
9
+ export interface EnableFastSnapshotRestoreSuccessItem {
10
+ /**
11
+ * <p>The ID of the snapshot.</p>
12
+ */
13
+ SnapshotId?: string;
14
+ /**
15
+ * <p>The Availability Zone.</p>
16
+ */
17
+ AvailabilityZone?: string;
18
+ /**
19
+ * <p>The state of fast snapshot restores.</p>
20
+ */
21
+ State?: FastSnapshotRestoreStateCode | string;
22
+ /**
23
+ * <p>The reason for the state transition. The possible values are as follows:</p>
24
+ * <ul>
25
+ * <li>
26
+ * <p>
27
+ * <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or
28
+ * <code>disabling</code>.</p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned
33
+ * to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p>
34
+ * </li>
35
+ * </ul>
36
+ */
37
+ StateTransitionReason?: string;
38
+ /**
39
+ * <p>The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.</p>
40
+ */
41
+ OwnerId?: string;
42
+ /**
43
+ * <p>The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.</p>
44
+ */
45
+ OwnerAlias?: string;
46
+ /**
47
+ * <p>The time at which fast snapshot restores entered the <code>enabling</code> state.</p>
48
+ */
49
+ EnablingTime?: Date;
50
+ /**
51
+ * <p>The time at which fast snapshot restores entered the <code>optimizing</code> state.</p>
52
+ */
53
+ OptimizingTime?: Date;
54
+ /**
55
+ * <p>The time at which fast snapshot restores entered the <code>enabled</code> state.</p>
56
+ */
57
+ EnabledTime?: Date;
58
+ /**
59
+ * <p>The time at which fast snapshot restores entered the <code>disabling</code> state.</p>
60
+ */
61
+ DisablingTime?: Date;
62
+ /**
63
+ * <p>The time at which fast snapshot restores entered the <code>disabled</code> state.</p>
64
+ */
65
+ DisabledTime?: Date;
66
+ }
6
67
  /**
7
68
  * <p>Describes an error that occurred when enabling fast snapshot restores.</p>
8
69
  */
@@ -6011,12 +6072,10 @@ export interface ModifyVpnTunnelOptionsRequest {
6011
6072
  */
6012
6073
  DryRun?: boolean;
6013
6074
  }
6014
- export interface ModifyVpnTunnelOptionsResult {
6015
- /**
6016
- * <p>Describes a VPN connection.</p>
6017
- */
6018
- VpnConnection?: VpnConnection;
6019
- }
6075
+ /**
6076
+ * @internal
6077
+ */
6078
+ export declare const EnableFastSnapshotRestoreSuccessItemFilterSensitiveLog: (obj: EnableFastSnapshotRestoreSuccessItem) => any;
6020
6079
  /**
6021
6080
  * @internal
6022
6081
  */
@@ -7149,7 +7208,3 @@ export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (obj
7149
7208
  * @internal
7150
7209
  */
7151
7210
  export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsRequest) => any;
7152
- /**
7153
- * @internal
7154
- */
7155
- export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
@@ -1,9 +1,15 @@
1
1
  import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
2
  import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
3
- import { InstanceTagNotificationAttribute, IpamPoolCidr, TransitGatewayRoute } from "./models_2";
4
- import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, Filter, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_3";
3
+ import { InstanceTagNotificationAttribute, IpamPoolCidr, TransitGatewayRoute, VpnConnection } from "./models_2";
4
+ import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, Filter, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_3";
5
5
  import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
6
  import { CapacityReservationSpecification, Purchase } from "./models_5";
7
+ export interface ModifyVpnTunnelOptionsResult {
8
+ /**
9
+ * <p>Describes a VPN connection.</p>
10
+ */
11
+ VpnConnection?: VpnConnection;
12
+ }
7
13
  export interface MonitorInstancesRequest {
8
14
  /**
9
15
  * <p>The IDs of the instances.</p>
@@ -471,6 +477,18 @@ export interface RegisterImageRequest {
471
477
  * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
472
478
  */
473
479
  UefiData?: string;
480
+ /**
481
+ * <p>Set to <code>v2.0</code> to indicate that IMDSv2 is specified in the AMI. Instances
482
+ * launched from this AMI will have <code>HttpTokens</code> automatically set to
483
+ * <code>required</code> so that, by default, the instance requires that IMDSv2 is used when
484
+ * requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to
485
+ * <code>2</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
486
+ * the AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
487
+ * <note>
488
+ * <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support IMDSv2.</p>
489
+ * </note>
490
+ */
491
+ ImdsSupport?: ImdsSupportValues | string;
474
492
  }
475
493
  /**
476
494
  * <p>Contains the output of RegisterImage.</p>
@@ -3253,6 +3271,10 @@ export interface WithdrawByoipCidrResult {
3253
3271
  */
3254
3272
  ByoipCidr?: ByoipCidr;
3255
3273
  }
3274
+ /**
3275
+ * @internal
3276
+ */
3277
+ export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
3256
3278
  /**
3257
3279
  * @internal
3258
3280
  */
@@ -10,8 +10,10 @@ import {
10
10
  ServiceInputTypes,
11
11
  ServiceOutputTypes,
12
12
  } from "../EC2Client";
13
- import { DescribeLocalGatewaysRequest } from "../models/models_3";
14
- import { DescribeLocalGatewaysResult } from "../models/models_4";
13
+ import {
14
+ DescribeLocalGatewaysRequest,
15
+ DescribeLocalGatewaysResult,
16
+ } from "../models/models_4";
15
17
  export interface DescribeLocalGatewaysCommandInput
16
18
  extends DescribeLocalGatewaysRequest {}
17
19
  export interface DescribeLocalGatewaysCommandOutput
@@ -10,10 +10,8 @@ import {
10
10
  ServiceInputTypes,
11
11
  ServiceOutputTypes,
12
12
  } from "../EC2Client";
13
- import {
14
- ModifyVpnTunnelOptionsRequest,
15
- ModifyVpnTunnelOptionsResult,
16
- } from "../models/models_5";
13
+ import { ModifyVpnTunnelOptionsRequest } from "../models/models_5";
14
+ import { ModifyVpnTunnelOptionsResult } from "../models/models_6";
17
15
  export interface ModifyVpnTunnelOptionsCommandInput
18
16
  extends ModifyVpnTunnelOptionsRequest {}
19
17
  export interface ModifyVpnTunnelOptionsCommandOutput
@@ -1025,6 +1025,7 @@ export declare enum ImageAttributeName {
1025
1025
  blockDeviceMapping = "blockDeviceMapping",
1026
1026
  bootMode = "bootMode",
1027
1027
  description = "description",
1028
+ imdsSupport = "imdsSupport",
1028
1029
  kernel = "kernel",
1029
1030
  lastLaunchedTime = "lastLaunchedTime",
1030
1031
  launchPermission = "launchPermission",
@@ -1058,6 +1059,7 @@ export interface ImageAttribute {
1058
1059
  TpmSupport?: AttributeValue;
1059
1060
  UefiData?: AttributeValue;
1060
1061
  LastLaunchedTime?: AttributeValue;
1062
+ ImdsSupport?: AttributeValue;
1061
1063
  }
1062
1064
  export interface DescribeImagesRequest {
1063
1065
  ExecutableUsers?: string[];
@@ -1086,6 +1088,9 @@ export declare enum ImageTypeValues {
1086
1088
  machine = "machine",
1087
1089
  ramdisk = "ramdisk",
1088
1090
  }
1091
+ export declare enum ImdsSupportValues {
1092
+ v2_0 = "v2.0",
1093
+ }
1089
1094
  export declare enum DeviceType {
1090
1095
  ebs = "ebs",
1091
1096
  instance_store = "instance-store",
@@ -1136,6 +1141,7 @@ export interface Image {
1136
1141
  BootMode?: BootModeValues | string;
1137
1142
  TpmSupport?: TpmSupportValues | string;
1138
1143
  DeprecationTime?: string;
1144
+ ImdsSupport?: ImdsSupportValues | string;
1139
1145
  }
1140
1146
  export interface DescribeImagesResult {
1141
1147
  Images?: Image[];
@@ -1942,13 +1948,6 @@ export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
1942
1948
  LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[];
1943
1949
  NextToken?: string;
1944
1950
  }
1945
- export interface DescribeLocalGatewaysRequest {
1946
- LocalGatewayIds?: string[];
1947
- Filters?: Filter[];
1948
- MaxResults?: number;
1949
- NextToken?: string;
1950
- DryRun?: boolean;
1951
- }
1952
1951
  export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1953
1952
  export declare const DescribeAddressesRequestFilterSensitiveLog: (
1954
1953
  obj: DescribeAddressesRequest
@@ -2621,6 +2620,3 @@ export declare const DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterS
2621
2620
  export declare const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog: (
2622
2621
  obj: DescribeLocalGatewayRouteTableVpcAssociationsResult
2623
2622
  ) => any;
2624
- export declare const DescribeLocalGatewaysRequestFilterSensitiveLog: (
2625
- obj: DescribeLocalGatewaysRequest
2626
- ) => any;