@aws-sdk/client-ec2 3.800.0 → 3.804.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 (1068) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +850 -196
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
  5. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  6. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
  7. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  8. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  9. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  10. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  11. package/dist-es/commands/ImportImageCommand.js +1 -1
  12. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  14. package/dist-es/commands/index.js +6 -0
  15. package/dist-es/models/models_0.js +2 -0
  16. package/dist-es/models/models_2.js +13 -8
  17. package/dist-es/models/models_3.js +8 -3
  18. package/dist-es/models/models_4.js +3 -6
  19. package/dist-es/models/models_5.js +12 -3
  20. package/dist-es/models/models_6.js +3 -21
  21. package/dist-es/models/models_7.js +22 -24
  22. package/dist-es/models/models_8.js +23 -0
  23. package/dist-es/protocols/Aws_ec2.js +560 -29
  24. package/dist-types/EC2.d.ts +44 -0
  25. package/dist-types/EC2Client.d.ts +8 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -2
  27. package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  28. package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  29. package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  30. package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  31. package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
  32. package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
  33. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
  34. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  35. package/dist-types/commands/AllocateHostsCommand.d.ts +2 -2
  36. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  37. package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
  38. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
  39. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
  40. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  41. package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  42. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
  43. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  44. package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  45. package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
  46. package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
  47. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +1 -1
  48. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +2 -2
  49. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
  50. package/dist-types/commands/AssociateRouteServerCommand.d.ts +1 -1
  51. package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
  52. package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
  53. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
  54. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  55. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  56. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
  58. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
  59. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
  60. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  63. package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
  64. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
  66. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -2
  67. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  68. package/dist-types/commands/BundleInstanceCommand.d.ts +1 -1
  69. package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
  70. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
  71. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
  72. package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -1
  74. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
  76. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
  77. package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
  78. package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
  79. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  80. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  81. package/dist-types/commands/CopyImageCommand.d.ts +2 -2
  82. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
  83. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
  84. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
  85. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
  87. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  91. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -2
  94. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -2
  95. package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
  96. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
  97. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
  98. package/dist-types/commands/CreateImageCommand.d.ts +3 -2
  99. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -2
  100. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -2
  102. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +2 -2
  105. package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -2
  106. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -2
  108. package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -2
  109. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -3
  110. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -3
  111. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
  113. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
  114. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
  115. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  116. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  117. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  118. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -2
  119. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  120. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
  123. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
  124. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  125. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  126. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  127. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +3 -2
  128. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  129. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  130. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  131. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  132. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  133. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
  134. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  135. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
  136. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
  137. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
  138. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  139. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  140. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  141. package/dist-types/commands/CreateSubnetCommand.d.ts +2 -2
  142. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  144. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -2
  145. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -2
  146. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  147. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  148. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -2
  149. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -2
  150. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -2
  151. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -2
  152. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -2
  153. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  154. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  155. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -2
  156. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -2
  157. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -2
  158. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -2
  159. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  160. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  161. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  162. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
  163. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
  164. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  165. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
  166. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  167. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  168. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +3 -3
  169. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
  170. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  171. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
  172. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  173. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  174. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  175. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  176. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  177. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  178. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  179. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  180. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  181. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  182. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
  183. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  184. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  185. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  186. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  187. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  188. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  189. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  190. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  191. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  192. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  193. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  194. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  195. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  196. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  197. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  198. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  199. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
  200. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  201. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  202. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  203. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  204. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  205. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  206. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  207. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  208. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  209. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  210. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  211. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  212. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  213. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  214. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  215. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  216. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  217. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  218. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  219. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  220. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  221. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  222. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  223. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  224. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  225. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  226. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  227. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  228. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  229. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  230. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  231. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  232. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  233. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  234. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  235. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  236. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  237. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  238. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  239. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  240. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  241. package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
  242. package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  243. package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  244. package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
  245. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  246. package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
  247. package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
  248. package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
  249. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
  250. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +1 -1
  251. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
  252. package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  253. package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
  254. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  255. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  256. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  257. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  258. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  259. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  260. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  261. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  262. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
  263. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
  264. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  265. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  266. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  267. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  268. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  269. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -1
  270. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
  271. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  272. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
  273. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  274. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  275. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  276. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  277. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
  278. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  279. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  280. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  281. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  282. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  283. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  284. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  285. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  286. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -2
  287. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  288. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  289. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  290. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  291. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  292. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  293. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  294. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  295. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  296. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  297. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  298. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  299. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  300. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  301. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  302. package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -2
  303. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
  304. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  305. package/dist-types/commands/DisableImageCommand.d.ts +2 -2
  306. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -2
  307. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  308. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  309. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  310. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  311. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  312. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  313. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  314. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  315. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  316. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  317. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  318. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  319. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  320. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  321. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
  322. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  323. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  324. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  325. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  326. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  327. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  328. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  329. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  330. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
  331. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  332. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  333. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  334. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  335. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  336. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  337. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  338. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  339. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  340. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  341. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  342. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  343. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  344. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  345. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  346. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  347. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  348. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  349. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  350. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  351. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  352. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  353. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  354. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  355. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  356. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  357. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  358. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  359. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  360. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  361. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  362. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  363. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  364. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  365. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  366. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  367. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  368. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  369. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  370. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  371. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +3 -2
  372. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  373. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  374. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  375. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  376. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  377. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  378. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  379. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  380. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  381. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  382. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  383. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  384. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  385. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  386. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  387. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  388. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  389. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  390. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  391. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  392. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  393. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -2
  394. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
  395. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  396. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
  397. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
  398. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  399. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  400. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
  401. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  402. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  403. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  404. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  405. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  406. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  407. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  408. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  409. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  410. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  411. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  412. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  413. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  414. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  415. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  416. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  417. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  418. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  419. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  420. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  421. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  422. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  423. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  424. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  425. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  426. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  427. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  428. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  429. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  430. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  431. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  432. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  433. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  434. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  435. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  436. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  437. package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
  438. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  439. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  440. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  441. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  442. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  443. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  444. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  445. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  446. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  447. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  448. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  449. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  450. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  451. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  452. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  453. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  454. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  455. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  456. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  457. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  458. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  459. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  460. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  461. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  462. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  463. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  464. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  465. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  466. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  467. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  468. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  469. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  470. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  471. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  472. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
  473. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  474. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  475. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  476. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  477. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  478. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  479. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  480. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  481. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  482. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  483. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  484. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  485. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  486. package/dist-types/commands/RegisterImageCommand.d.ts +3 -2
  487. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  488. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  489. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  490. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  491. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  492. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  493. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  494. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  495. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  496. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  497. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  498. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  499. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  500. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  501. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  502. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  503. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  504. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  505. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -4
  506. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +4 -2
  507. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -2
  508. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  509. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
  510. package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -2
  511. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -2
  512. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
  513. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
  514. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -3
  515. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  516. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  517. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  518. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  519. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  520. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  521. package/dist-types/commands/RunInstancesCommand.d.ts +3 -2
  522. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  523. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  524. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  525. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  526. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  527. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  528. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  529. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  530. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  531. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  532. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  533. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  534. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  535. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  536. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  537. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  538. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  539. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  540. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  541. package/dist-types/commands/index.d.ts +6 -0
  542. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  543. package/dist-types/models/models_0.d.ts +2 -0
  544. package/dist-types/models/models_1.d.ts +61 -0
  545. package/dist-types/models/models_2.d.ts +322 -214
  546. package/dist-types/models/models_3.d.ts +270 -454
  547. package/dist-types/models/models_4.d.ts +3916 -3906
  548. package/dist-types/models/models_5.d.ts +1257 -949
  549. package/dist-types/models/models_6.d.ts +3406 -3631
  550. package/dist-types/models/models_7.d.ts +1825 -1722
  551. package/dist-types/models/models_8.d.ts +471 -3
  552. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  553. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  554. package/dist-types/runtimeConfig.d.ts +16 -16
  555. package/dist-types/runtimeConfig.native.d.ts +18 -18
  556. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  557. package/dist-types/ts3.4/EC2.d.ts +134 -0
  558. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  559. package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +1 -1
  560. package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  561. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  562. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  563. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  564. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
  565. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
  566. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
  567. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +1 -1
  568. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  569. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
  570. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +1 -1
  571. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
  572. package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  573. package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  574. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
  575. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  576. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  577. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
  578. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
  579. package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +1 -1
  580. package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  581. package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
  582. package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +1 -1
  583. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +1 -1
  584. package/dist-types/ts3.4/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
  585. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
  586. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  587. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  588. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  589. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
  590. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
  591. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
  592. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +1 -1
  593. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
  594. package/dist-types/ts3.4/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  595. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +1 -1
  596. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +1 -1
  597. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
  598. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  599. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +1 -1
  600. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +1 -1
  601. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +1 -1
  602. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
  603. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +1 -1
  604. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -1
  605. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +1 -1
  606. package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
  607. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
  608. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
  609. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
  610. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  611. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  612. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  613. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  614. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  615. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
  616. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  617. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  618. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  619. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  620. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  621. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  622. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  623. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  624. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  625. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  626. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -1
  627. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
  628. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
  629. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
  630. package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  631. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  632. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  633. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +1 -1
  634. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +1 -1
  635. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +1 -1
  636. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  637. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  638. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  639. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  640. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  641. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  642. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  643. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  644. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  645. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +1 -1
  646. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
  647. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  648. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  649. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  650. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  651. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  652. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  653. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  654. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  655. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  656. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  657. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  658. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
  659. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
  660. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  661. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
  662. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  663. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  664. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  665. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
  666. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
  667. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  668. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  669. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  670. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  671. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  672. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  673. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  674. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  675. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  676. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  677. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  678. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  679. package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  680. package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  681. package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  682. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  683. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  684. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
  685. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  686. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  687. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  688. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
  689. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  690. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  691. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  692. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  693. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  694. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  695. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  696. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  697. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  698. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  699. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  700. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  701. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
  702. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  703. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  704. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  705. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  706. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  707. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  708. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  709. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  710. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  711. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  712. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  713. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  714. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  715. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  716. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  717. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  718. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
  719. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  720. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  721. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  722. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  723. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  724. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  725. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  726. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  727. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  728. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  729. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  730. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  731. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  732. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  733. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  734. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  735. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  736. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  737. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  738. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  739. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  740. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  741. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  742. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  743. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  744. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  745. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  746. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  747. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  748. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  749. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  750. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  751. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  752. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  753. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  754. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  755. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  756. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  757. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  758. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
  759. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  760. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +1 -1
  761. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  762. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  763. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
  764. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  765. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +1 -1
  766. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
  767. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +1 -1
  768. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
  769. package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +1 -1
  770. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
  771. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  772. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +1 -1
  773. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  774. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  775. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  776. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  777. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  778. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  779. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  780. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  781. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
  782. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
  783. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  784. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  785. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  786. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  787. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  788. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  789. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  790. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  791. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  792. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  793. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
  794. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  795. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  796. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  797. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  798. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  799. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  800. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  801. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  802. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  803. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  804. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  805. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  806. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  807. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  808. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  809. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  810. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  811. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  812. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  813. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  814. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +2 -2
  815. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
  816. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  817. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +2 -2
  818. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +2 -2
  819. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  820. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  821. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  822. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  823. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  824. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  825. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  826. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  827. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  828. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  829. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  830. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  831. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  832. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  833. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
  834. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  835. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  836. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  837. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  838. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  839. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  840. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  841. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  842. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
  843. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  844. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  845. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  846. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  847. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  848. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  849. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  850. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  851. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  852. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  853. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  854. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  855. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  856. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  857. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  858. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  859. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  860. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  861. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  862. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  863. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  864. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  865. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  866. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  867. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  868. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  869. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  870. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  871. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  872. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  873. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  874. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  875. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  876. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  877. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  878. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  879. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  880. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  881. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  882. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  883. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  884. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  885. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  886. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  887. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  888. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  889. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  890. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  891. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  892. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  893. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  894. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  895. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  896. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  897. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  898. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  899. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  900. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  901. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  902. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  903. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  904. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  905. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -5
  906. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
  907. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  908. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
  909. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
  910. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  911. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  912. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  913. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  914. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  915. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  916. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  917. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  918. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  919. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  920. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  921. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  922. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  923. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  924. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  925. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  926. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  927. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  928. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  929. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  930. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  931. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  932. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  933. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  934. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  935. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  936. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  937. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  938. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  939. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  940. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  941. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  942. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  943. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  944. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  945. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  946. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  947. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  948. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
  949. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  950. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  951. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  952. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  953. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  954. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  955. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  956. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  957. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  958. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  959. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  960. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  961. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  962. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  963. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  964. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  965. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  966. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  967. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  968. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  969. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  970. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  971. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  972. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  973. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  974. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  975. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  976. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  977. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  978. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  979. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  980. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  981. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  982. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  983. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
  984. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  985. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  986. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  987. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  988. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  989. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  990. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  991. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  992. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  993. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  994. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  995. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  996. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  997. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  998. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  999. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  1000. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  1001. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  1002. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  1003. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1004. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  1005. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  1006. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  1007. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  1008. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  1009. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  1010. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  1011. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  1012. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  1013. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  1014. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  1015. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  1016. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +3 -5
  1017. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  1018. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +2 -2
  1019. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1020. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
  1021. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +2 -2
  1022. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +2 -2
  1023. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
  1024. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
  1025. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +5 -3
  1026. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  1027. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  1028. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  1029. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  1030. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  1031. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  1032. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  1033. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  1034. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  1035. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  1036. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  1037. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  1038. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  1039. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  1040. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  1041. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  1042. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  1043. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  1044. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  1045. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  1046. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  1047. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  1048. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  1049. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  1050. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  1051. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  1052. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  1053. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  1054. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  1055. package/dist-types/ts3.4/models/models_1.d.ts +3 -0
  1056. package/dist-types/ts3.4/models/models_2.d.ts +77 -54
  1057. package/dist-types/ts3.4/models/models_3.d.ts +76 -97
  1058. package/dist-types/ts3.4/models/models_4.d.ts +104 -79
  1059. package/dist-types/ts3.4/models/models_5.d.ts +119 -90
  1060. package/dist-types/ts3.4/models/models_6.d.ts +83 -126
  1061. package/dist-types/ts3.4/models/models_7.d.ts +127 -115
  1062. package/dist-types/ts3.4/models/models_8.d.ts +110 -0
  1063. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  1064. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  1065. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  1066. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  1067. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  1068. package/package.json +21 -21
@@ -1,27 +1,68 @@
1
1
  import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedImagesSettingsDisabledState, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
2
2
  import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
- import { Filter, IdFormat, MetricType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
5
- import { AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_4";
3
+ import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, LocalGatewayVirtualInterface, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
+ import { Filter, IdFormat, MetricType, ServiceConfiguration, ServiceConnectivityType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
5
+ import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
6
6
  /**
7
7
  * @public
8
8
  */
9
- export interface DescribeManagedPrefixListsResult {
9
+ export interface DescribeLocalGatewayVirtualInterfacesRequest {
10
10
  /**
11
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
11
+ * <p>The IDs of the virtual interfaces.</p>
12
12
  * @public
13
13
  */
14
- NextToken?: string | undefined;
14
+ LocalGatewayVirtualInterfaceIds?: string[] | undefined;
15
15
  /**
16
- * <p>Information about the prefix lists.</p>
16
+ * <p>One or more filters.</p>
17
+ * <ul>
18
+ * <li>
19
+ * <p>
20
+ * <code>local-address</code> - The local address.</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>
24
+ * <code>local-bgp-asn</code> - The Border Gateway Protocol (BGP) Autonomous System Number (ASN)
25
+ * of the local gateway.</p>
26
+ * </li>
27
+ * <li>
28
+ * <p>
29
+ * <code>local-gateway-id</code> - The ID of the local gateway.</p>
30
+ * </li>
31
+ * <li>
32
+ * <p>
33
+ * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface.</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>
41
+ * <code>peer-address</code> - The peer address.</p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <code>peer-bgp-asn</code> - The peer BGP ASN.</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>
49
+ * <code>vlan</code> - The ID of the VLAN.</p>
50
+ * </li>
51
+ * </ul>
17
52
  * @public
18
53
  */
19
- PrefixLists?: ManagedPrefixList[] | undefined;
20
- }
21
- /**
22
- * @public
23
- */
24
- export interface DescribeMovingAddressesRequest {
54
+ Filters?: Filter[] | undefined;
55
+ /**
56
+ * <p>The maximum number of results to return with a single call.
57
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
58
+ * @public
59
+ */
60
+ MaxResults?: number | undefined;
61
+ /**
62
+ * <p>The token for the next page of results.</p>
63
+ * @public
64
+ */
65
+ NextToken?: string | undefined;
25
66
  /**
26
67
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
27
68
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -29,80 +70,170 @@ export interface DescribeMovingAddressesRequest {
29
70
  * @public
30
71
  */
31
72
  DryRun?: boolean | undefined;
73
+ }
74
+ /**
75
+ * @public
76
+ */
77
+ export interface DescribeLocalGatewayVirtualInterfacesResult {
32
78
  /**
33
- * <p>One or more Elastic IP addresses.</p>
79
+ * <p>Information about the virtual interfaces.</p>
34
80
  * @public
35
81
  */
36
- PublicIps?: string[] | undefined;
82
+ LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
37
83
  /**
38
- * <p>The token for the next page of results.</p>
84
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
39
85
  * @public
40
86
  */
41
87
  NextToken?: string | undefined;
88
+ }
89
+ /**
90
+ * @public
91
+ */
92
+ export interface DescribeLockedSnapshotsRequest {
42
93
  /**
43
- * <p>One or more filters.</p>
94
+ * <p>The filters.</p>
44
95
  * <ul>
45
96
  * <li>
46
97
  * <p>
47
- * <code>moving-status</code> - The status of the Elastic IP address
48
- * (<code>MovingToVpc</code> | <code>RestoringToClassic</code>).</p>
98
+ * <code>lock-state</code> - The state of the snapshot lock (<code>compliance-cooloff</code> |
99
+ * <code>governance</code> | <code>compliance</code> | <code>expired</code>).</p>
49
100
  * </li>
50
101
  * </ul>
51
102
  * @public
52
103
  */
53
104
  Filters?: Filter[] | undefined;
54
105
  /**
55
- * <p>The maximum number of results to return for the request in a single page. The remaining
56
- * results of the initial request can be seen by sending another request with the returned
57
- * <code>NextToken</code> value. This value can be between 5 and 1000; if
58
- * <code>MaxResults</code> is given a value outside of this range, an error is returned.</p>
59
- * <p>Default: If no value is provided, the default is 1000.</p>
106
+ * <p>The maximum number of items to return for this request.
107
+ * To get the next page of items, make another request with the token returned in the output.
108
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
60
109
  * @public
61
110
  */
62
111
  MaxResults?: number | undefined;
112
+ /**
113
+ * <p>The token returned from a previous paginated request.
114
+ * Pagination continues from the end of the items returned by the previous request.</p>
115
+ * @public
116
+ */
117
+ NextToken?: string | undefined;
118
+ /**
119
+ * <p>The IDs of the snapshots for which to view the lock status.</p>
120
+ * @public
121
+ */
122
+ SnapshotIds?: string[] | undefined;
123
+ /**
124
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
125
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
126
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
127
+ * @public
128
+ */
129
+ DryRun?: boolean | undefined;
63
130
  }
64
131
  /**
65
132
  * @public
66
133
  * @enum
67
134
  */
68
- export declare const MoveStatus: {
69
- readonly movingToVpc: "movingToVpc";
70
- readonly restoringToClassic: "restoringToClassic";
135
+ export declare const LockState: {
136
+ readonly compliance: "compliance";
137
+ readonly compliance_cooloff: "compliance-cooloff";
138
+ readonly expired: "expired";
139
+ readonly governance: "governance";
71
140
  };
72
141
  /**
73
142
  * @public
74
143
  */
75
- export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
144
+ export type LockState = (typeof LockState)[keyof typeof LockState];
76
145
  /**
77
- * <note>
78
- * <p>This action is deprecated.</p>
79
- * </note>
80
- * <p>Describes the status of a moving Elastic IP address.</p>
146
+ * <p>Information about a locked snapshot.</p>
81
147
  * @public
82
148
  */
83
- export interface MovingAddressStatus {
149
+ export interface LockedSnapshotsInfo {
84
150
  /**
85
- * <p>The status of the Elastic IP address that's being moved or restored.</p>
151
+ * <p>The account ID of the Amazon Web Services account that owns the snapshot.</p>
86
152
  * @public
87
153
  */
88
- MoveStatus?: MoveStatus | undefined;
154
+ OwnerId?: string | undefined;
89
155
  /**
90
- * <p>The Elastic IP address.</p>
156
+ * <p>The ID of the snapshot.</p>
91
157
  * @public
92
158
  */
93
- PublicIp?: string | undefined;
159
+ SnapshotId?: string | undefined;
160
+ /**
161
+ * <p>The state of the snapshot lock. Valid states include:</p>
162
+ * <ul>
163
+ * <li>
164
+ * <p>
165
+ * <code>compliance-cooloff</code> - The snapshot has been locked in
166
+ * compliance mode but it is still within the cooling-off period. The snapshot can't be
167
+ * deleted, but it can be unlocked and the lock settings can be modified by users with
168
+ * appropriate permissions.</p>
169
+ * </li>
170
+ * <li>
171
+ * <p>
172
+ * <code>governance</code> - The snapshot is locked in governance mode. The
173
+ * snapshot can't be deleted, but it can be unlocked and the lock settings can be
174
+ * modified by users with appropriate permissions.</p>
175
+ * </li>
176
+ * <li>
177
+ * <p>
178
+ * <code>compliance</code> - The snapshot is locked in compliance mode and the
179
+ * cooling-off period has expired. The snapshot can't be unlocked or deleted. The lock
180
+ * duration can only be increased by users with appropriate permissions.</p>
181
+ * </li>
182
+ * <li>
183
+ * <p>
184
+ * <code>expired</code> - The snapshot was locked in compliance or governance
185
+ * mode but the lock duration has expired. The snapshot is not locked and can be deleted.</p>
186
+ * </li>
187
+ * </ul>
188
+ * @public
189
+ */
190
+ LockState?: LockState | undefined;
191
+ /**
192
+ * <p>The period of time for which the snapshot is locked, in days.</p>
193
+ * @public
194
+ */
195
+ LockDuration?: number | undefined;
196
+ /**
197
+ * <p>The compliance mode cooling-off period, in hours.</p>
198
+ * @public
199
+ */
200
+ CoolOffPeriod?: number | undefined;
201
+ /**
202
+ * <p>The date and time at which the compliance mode cooling-off period expires, in the UTC time zone
203
+ * (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
204
+ * @public
205
+ */
206
+ CoolOffPeriodExpiresOn?: Date | undefined;
207
+ /**
208
+ * <p>The date and time at which the snapshot was locked, in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
209
+ * @public
210
+ */
211
+ LockCreatedOn?: Date | undefined;
212
+ /**
213
+ * <p>The date and time at which the lock duration started, in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
214
+ * <p>If you lock a snapshot that is in the <code>pending</code> state, the lock duration
215
+ * starts only once the snapshot enters the <code>completed</code> state.</p>
216
+ * @public
217
+ */
218
+ LockDurationStartTime?: Date | undefined;
219
+ /**
220
+ * <p>The date and time at which the lock will expire, in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
221
+ * @public
222
+ */
223
+ LockExpiresOn?: Date | undefined;
94
224
  }
95
225
  /**
96
226
  * @public
97
227
  */
98
- export interface DescribeMovingAddressesResult {
228
+ export interface DescribeLockedSnapshotsResult {
99
229
  /**
100
- * <p>The status for each Elastic IP address.</p>
230
+ * <p>Information about the snapshots.</p>
101
231
  * @public
102
232
  */
103
- MovingAddressStatuses?: MovingAddressStatus[] | undefined;
233
+ Snapshots?: LockedSnapshotsInfo[] | undefined;
104
234
  /**
105
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
235
+ * <p>The token to include in another request to get the next page of items.
236
+ * This value is <code>null</code> when there are no more items to return.</p>
106
237
  * @public
107
238
  */
108
239
  NextToken?: string | undefined;
@@ -110,96 +241,84 @@ export interface DescribeMovingAddressesResult {
110
241
  /**
111
242
  * @public
112
243
  */
113
- export interface DescribeNatGatewaysRequest {
114
- /**
115
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
116
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
117
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
118
- * @public
119
- */
120
- DryRun?: boolean | undefined;
244
+ export interface DescribeMacHostsRequest {
121
245
  /**
122
246
  * <p>The filters.</p>
123
247
  * <ul>
124
248
  * <li>
125
249
  * <p>
126
- * <code>nat-gateway-id</code> - The ID of the NAT gateway.</p>
127
- * </li>
128
- * <li>
129
- * <p>
130
- * <code>state</code> - The state of the NAT gateway (<code>pending</code> |
131
- * <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
132
- * </li>
133
- * <li>
134
- * <p>
135
- * <code>subnet-id</code> - The ID of the subnet in which the NAT gateway resides.</p>
136
- * </li>
137
- * <li>
138
- * <p>
139
- * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
140
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
141
- * </li>
142
- * <li>
143
- * <p>
144
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
250
+ * <code>availability-zone</code> - The Availability Zone of the EC2 Mac Dedicated Host.</p>
145
251
  * </li>
146
252
  * <li>
147
253
  * <p>
148
- * <code>vpc-id</code> - The ID of the VPC in which the NAT gateway resides.</p>
254
+ * <code>instance-type</code> - The instance type size that the EC2 Mac Dedicated Host is
255
+ * configured to support.</p>
149
256
  * </li>
150
257
  * </ul>
151
258
  * @public
152
259
  */
153
- Filter?: Filter[] | undefined;
260
+ Filters?: Filter[] | undefined;
154
261
  /**
155
- * <p>The maximum number of items to return for this request.
156
- * To get the next page of items, make another request with the token returned in the output.
157
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
262
+ * <p>
263
+ * The IDs of the EC2 Mac Dedicated Hosts.
264
+ * </p>
158
265
  * @public
159
266
  */
160
- MaxResults?: number | undefined;
267
+ HostIds?: string[] | undefined;
161
268
  /**
162
- * <p>The IDs of the NAT gateways.</p>
269
+ * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
163
270
  * @public
164
271
  */
165
- NatGatewayIds?: string[] | undefined;
272
+ MaxResults?: number | undefined;
166
273
  /**
167
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
274
+ * <p>The token to use to retrieve the next page of results.</p>
168
275
  * @public
169
276
  */
170
277
  NextToken?: string | undefined;
171
278
  }
172
279
  /**
280
+ * <p>
281
+ * Information about the EC2 Mac Dedicated Host.
282
+ * </p>
173
283
  * @public
174
284
  */
175
- export interface DescribeNatGatewaysResult {
285
+ export interface MacHost {
176
286
  /**
177
- * <p>Information about the NAT gateways.</p>
287
+ * <p>
288
+ * The EC2 Mac Dedicated Host ID.
289
+ * </p>
178
290
  * @public
179
291
  */
180
- NatGateways?: NatGateway[] | undefined;
292
+ HostId?: string | undefined;
181
293
  /**
182
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
294
+ * <p>
295
+ * The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
296
+ * </p>
183
297
  * @public
184
298
  */
185
- NextToken?: string | undefined;
299
+ MacOSLatestSupportedVersions?: string[] | undefined;
186
300
  }
187
301
  /**
188
302
  * @public
189
303
  */
190
- export interface DescribeNetworkAclsRequest {
304
+ export interface DescribeMacHostsResult {
191
305
  /**
192
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
306
+ * <p>
307
+ * Information about the EC2 Mac Dedicated Hosts.
308
+ * </p>
193
309
  * @public
194
310
  */
195
- NextToken?: string | undefined;
311
+ MacHosts?: MacHost[] | undefined;
196
312
  /**
197
- * <p>The maximum number of items to return for this request.
198
- * To get the next page of items, make another request with the token returned in the output.
199
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
313
+ * <p>The token to use to retrieve the next page of results.</p>
200
314
  * @public
201
315
  */
202
- MaxResults?: number | undefined;
316
+ NextToken?: string | undefined;
317
+ }
318
+ /**
319
+ * @public
320
+ */
321
+ export interface DescribeManagedPrefixListsRequest {
203
322
  /**
204
323
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
205
324
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -208,256 +327,139 @@ export interface DescribeNetworkAclsRequest {
208
327
  */
209
328
  DryRun?: boolean | undefined;
210
329
  /**
211
- * <p>The IDs of the network ACLs.</p>
212
- * @public
213
- */
214
- NetworkAclIds?: string[] | undefined;
215
- /**
216
- * <p>The filters.</p>
330
+ * <p>One or more filters.</p>
217
331
  * <ul>
218
332
  * <li>
219
333
  * <p>
220
- * <code>association.association-id</code> - The ID of an association ID for the ACL.</p>
221
- * </li>
222
- * <li>
223
- * <p>
224
- * <code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p>
225
- * </li>
226
- * <li>
227
- * <p>
228
- * <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p>
229
- * </li>
230
- * <li>
231
- * <p>
232
- * <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p>
233
- * </li>
234
- * <li>
235
- * <p>
236
- * <code>entry.cidr</code> - The IPv4 CIDR range specified in the entry.</p>
237
- * </li>
238
- * <li>
239
- * <p>
240
- * <code>entry.icmp.code</code> - The ICMP code specified in the entry, if any.</p>
241
- * </li>
242
- * <li>
243
- * <p>
244
- * <code>entry.icmp.type</code> - The ICMP type specified in the entry, if any.</p>
245
- * </li>
246
- * <li>
247
- * <p>
248
- * <code>entry.ipv6-cidr</code> - The IPv6 CIDR range specified in the entry.</p>
249
- * </li>
250
- * <li>
251
- * <p>
252
- * <code>entry.port-range.from</code> - The start of the port range specified in the entry. </p>
253
- * </li>
254
- * <li>
255
- * <p>
256
- * <code>entry.port-range.to</code> - The end of the port range specified in the entry. </p>
257
- * </li>
258
- * <li>
259
- * <p>
260
- * <code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p>
334
+ * <code>owner-id</code> - The ID of the prefix list owner.</p>
261
335
  * </li>
262
336
  * <li>
263
337
  * <p>
264
- * <code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>).</p>
338
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
265
339
  * </li>
266
340
  * <li>
267
341
  * <p>
268
- * <code>entry.egress</code> - A Boolean that indicates the type of rule. Specify <code>true</code>
269
- * for egress rules, or <code>false</code> for ingress rules.</p>
270
- * </li>
271
- * <li>
272
- * <p>
273
- * <code>entry.rule-number</code> - The number of an entry (in other words, rule) in
274
- * the set of ACL entries.</p>
275
- * </li>
276
- * <li>
277
- * <p>
278
- * <code>network-acl-id</code> - The ID of the network ACL.</p>
279
- * </li>
280
- * <li>
281
- * <p>
282
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the network ACL.</p>
283
- * </li>
284
- * <li>
285
- * <p>
286
- * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
287
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
288
- * </li>
289
- * <li>
290
- * <p>
291
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
292
- * </li>
293
- * <li>
294
- * <p>
295
- * <code>vpc-id</code> - The ID of the VPC for the network ACL.</p>
342
+ * <code>prefix-list-name</code> - The name of the prefix list.</p>
296
343
  * </li>
297
344
  * </ul>
298
345
  * @public
299
346
  */
300
347
  Filters?: Filter[] | undefined;
301
- }
302
- /**
303
- * @public
304
- */
305
- export interface DescribeNetworkAclsResult {
306
348
  /**
307
- * <p>Information about the network ACLs.</p>
349
+ * <p>The maximum number of results to return with a single call.
350
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
308
351
  * @public
309
352
  */
310
- NetworkAcls?: NetworkAcl[] | undefined;
353
+ MaxResults?: number | undefined;
311
354
  /**
312
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
355
+ * <p>The token for the next page of results.</p>
313
356
  * @public
314
357
  */
315
358
  NextToken?: string | undefined;
359
+ /**
360
+ * <p>One or more prefix list IDs.</p>
361
+ * @public
362
+ */
363
+ PrefixListIds?: string[] | undefined;
316
364
  }
317
365
  /**
318
366
  * @public
319
367
  */
320
- export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
321
- /**
322
- * <p>The IDs of the Network Access Scope analyses.</p>
323
- * @public
324
- */
325
- NetworkInsightsAccessScopeAnalysisIds?: string[] | undefined;
368
+ export interface DescribeManagedPrefixListsResult {
326
369
  /**
327
- * <p>The ID of the Network Access Scope.</p>
370
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
328
371
  * @public
329
372
  */
330
- NetworkInsightsAccessScopeId?: string | undefined;
373
+ NextToken?: string | undefined;
331
374
  /**
332
- * <p>Filters the results based on the start time. The analysis must have started on or after this time.</p>
375
+ * <p>Information about the prefix lists.</p>
333
376
  * @public
334
377
  */
335
- AnalysisStartTimeBegin?: Date | undefined;
378
+ PrefixLists?: ManagedPrefixList[] | undefined;
379
+ }
380
+ /**
381
+ * @public
382
+ */
383
+ export interface DescribeMovingAddressesRequest {
336
384
  /**
337
- * <p>Filters the results based on the start time. The analysis must have started on or before this time.</p>
385
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
386
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
387
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
338
388
  * @public
339
389
  */
340
- AnalysisStartTimeEnd?: Date | undefined;
390
+ DryRun?: boolean | undefined;
341
391
  /**
342
- * <p>There are no supported filters.</p>
392
+ * <p>One or more Elastic IP addresses.</p>
343
393
  * @public
344
394
  */
345
- Filters?: Filter[] | undefined;
395
+ PublicIps?: string[] | undefined;
346
396
  /**
347
- * <p>The maximum number of results to return with a single call.
348
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
397
+ * <p>The token for the next page of results.</p>
349
398
  * @public
350
399
  */
351
- MaxResults?: number | undefined;
400
+ NextToken?: string | undefined;
352
401
  /**
353
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
354
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
355
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
402
+ * <p>One or more filters.</p>
403
+ * <ul>
404
+ * <li>
405
+ * <p>
406
+ * <code>moving-status</code> - The status of the Elastic IP address
407
+ * (<code>MovingToVpc</code> | <code>RestoringToClassic</code>).</p>
408
+ * </li>
409
+ * </ul>
356
410
  * @public
357
411
  */
358
- DryRun?: boolean | undefined;
412
+ Filters?: Filter[] | undefined;
359
413
  /**
360
- * <p>The token for the next page of results.</p>
414
+ * <p>The maximum number of results to return for the request in a single page. The remaining
415
+ * results of the initial request can be seen by sending another request with the returned
416
+ * <code>NextToken</code> value. This value can be between 5 and 1000; if
417
+ * <code>MaxResults</code> is given a value outside of this range, an error is returned.</p>
418
+ * <p>Default: If no value is provided, the default is 1000.</p>
361
419
  * @public
362
420
  */
363
- NextToken?: string | undefined;
421
+ MaxResults?: number | undefined;
364
422
  }
365
423
  /**
366
424
  * @public
367
425
  * @enum
368
426
  */
369
- export declare const FindingsFound: {
370
- readonly false: "false";
371
- readonly true: "true";
372
- readonly unknown: "unknown";
373
- };
374
- /**
375
- * @public
376
- */
377
- export type FindingsFound = (typeof FindingsFound)[keyof typeof FindingsFound];
378
- /**
379
- * @public
380
- * @enum
381
- */
382
- export declare const AnalysisStatus: {
383
- readonly failed: "failed";
384
- readonly running: "running";
385
- readonly succeeded: "succeeded";
427
+ export declare const MoveStatus: {
428
+ readonly movingToVpc: "movingToVpc";
429
+ readonly restoringToClassic: "restoringToClassic";
386
430
  };
387
431
  /**
388
432
  * @public
389
433
  */
390
- export type AnalysisStatus = (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
434
+ export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
391
435
  /**
392
- * <p>Describes a Network Access Scope analysis.</p>
436
+ * <note>
437
+ * <p>This action is deprecated.</p>
438
+ * </note>
439
+ * <p>Describes the status of a moving Elastic IP address.</p>
393
440
  * @public
394
441
  */
395
- export interface NetworkInsightsAccessScopeAnalysis {
396
- /**
397
- * <p>The ID of the Network Access Scope analysis.</p>
398
- * @public
399
- */
400
- NetworkInsightsAccessScopeAnalysisId?: string | undefined;
401
- /**
402
- * <p>The Amazon Resource Name (ARN) of the Network Access Scope analysis.</p>
403
- * @public
404
- */
405
- NetworkInsightsAccessScopeAnalysisArn?: string | undefined;
406
- /**
407
- * <p>The ID of the Network Access Scope.</p>
408
- * @public
409
- */
410
- NetworkInsightsAccessScopeId?: string | undefined;
411
- /**
412
- * <p>The status.</p>
413
- * @public
414
- */
415
- Status?: AnalysisStatus | undefined;
416
- /**
417
- * <p>The status message.</p>
418
- * @public
419
- */
420
- StatusMessage?: string | undefined;
421
- /**
422
- * <p>The warning message.</p>
423
- * @public
424
- */
425
- WarningMessage?: string | undefined;
426
- /**
427
- * <p>The analysis start date.</p>
428
- * @public
429
- */
430
- StartDate?: Date | undefined;
431
- /**
432
- * <p>The analysis end date.</p>
433
- * @public
434
- */
435
- EndDate?: Date | undefined;
436
- /**
437
- * <p>Indicates whether there are findings.</p>
438
- * @public
439
- */
440
- FindingsFound?: FindingsFound | undefined;
442
+ export interface MovingAddressStatus {
441
443
  /**
442
- * <p>The number of network interfaces analyzed.</p>
444
+ * <p>The status of the Elastic IP address that's being moved or restored.</p>
443
445
  * @public
444
446
  */
445
- AnalyzedEniCount?: number | undefined;
447
+ MoveStatus?: MoveStatus | undefined;
446
448
  /**
447
- * <p>The tags.</p>
449
+ * <p>The Elastic IP address.</p>
448
450
  * @public
449
451
  */
450
- Tags?: Tag[] | undefined;
452
+ PublicIp?: string | undefined;
451
453
  }
452
454
  /**
453
455
  * @public
454
456
  */
455
- export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
457
+ export interface DescribeMovingAddressesResult {
456
458
  /**
457
- * <p>The Network Access Scope analyses.</p>
459
+ * <p>The status for each Elastic IP address.</p>
458
460
  * @public
459
461
  */
460
- NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[] | undefined;
462
+ MovingAddressStatuses?: MovingAddressStatus[] | undefined;
461
463
  /**
462
464
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
463
465
  * @public
@@ -467,32 +469,61 @@ export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
467
469
  /**
468
470
  * @public
469
471
  */
470
- export interface DescribeNetworkInsightsAccessScopesRequest {
472
+ export interface DescribeNatGatewaysRequest {
471
473
  /**
472
- * <p>The IDs of the Network Access Scopes.</p>
474
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
475
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
476
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
473
477
  * @public
474
478
  */
475
- NetworkInsightsAccessScopeIds?: string[] | undefined;
479
+ DryRun?: boolean | undefined;
476
480
  /**
477
- * <p>There are no supported filters.</p>
481
+ * <p>The filters.</p>
482
+ * <ul>
483
+ * <li>
484
+ * <p>
485
+ * <code>nat-gateway-id</code> - The ID of the NAT gateway.</p>
486
+ * </li>
487
+ * <li>
488
+ * <p>
489
+ * <code>state</code> - The state of the NAT gateway (<code>pending</code> |
490
+ * <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
491
+ * </li>
492
+ * <li>
493
+ * <p>
494
+ * <code>subnet-id</code> - The ID of the subnet in which the NAT gateway resides.</p>
495
+ * </li>
496
+ * <li>
497
+ * <p>
498
+ * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
499
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
500
+ * </li>
501
+ * <li>
502
+ * <p>
503
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
504
+ * </li>
505
+ * <li>
506
+ * <p>
507
+ * <code>vpc-id</code> - The ID of the VPC in which the NAT gateway resides.</p>
508
+ * </li>
509
+ * </ul>
478
510
  * @public
479
511
  */
480
- Filters?: Filter[] | undefined;
512
+ Filter?: Filter[] | undefined;
481
513
  /**
482
- * <p>The maximum number of results to return with a single call.
483
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
514
+ * <p>The maximum number of items to return for this request.
515
+ * To get the next page of items, make another request with the token returned in the output.
516
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
484
517
  * @public
485
518
  */
486
519
  MaxResults?: number | undefined;
487
520
  /**
488
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
489
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
490
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
521
+ * <p>The IDs of the NAT gateways.</p>
491
522
  * @public
492
523
  */
493
- DryRun?: boolean | undefined;
524
+ NatGatewayIds?: string[] | undefined;
494
525
  /**
495
- * <p>The token for the next page of results.</p>
526
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
496
527
  * @public
497
528
  */
498
529
  NextToken?: string | undefined;
@@ -500,14 +531,14 @@ export interface DescribeNetworkInsightsAccessScopesRequest {
500
531
  /**
501
532
  * @public
502
533
  */
503
- export interface DescribeNetworkInsightsAccessScopesResult {
534
+ export interface DescribeNatGatewaysResult {
504
535
  /**
505
- * <p>The Network Access Scopes.</p>
536
+ * <p>Information about the NAT gateways.</p>
506
537
  * @public
507
538
  */
508
- NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[] | undefined;
539
+ NatGateways?: NatGateway[] | undefined;
509
540
  /**
510
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
541
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
511
542
  * @public
512
543
  */
513
544
  NextToken?: string | undefined;
@@ -515,40 +546,162 @@ export interface DescribeNetworkInsightsAccessScopesResult {
515
546
  /**
516
547
  * @public
517
548
  */
518
- export interface DescribeNetworkInsightsAnalysesRequest {
549
+ export interface DescribeNetworkAclsRequest {
519
550
  /**
520
- * <p>The ID of the network insights analyses. You must specify either analysis IDs or a path ID.</p>
551
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
521
552
  * @public
522
553
  */
523
- NetworkInsightsAnalysisIds?: string[] | undefined;
554
+ NextToken?: string | undefined;
524
555
  /**
525
- * <p>The ID of the path. You must specify either a path ID or analysis IDs.</p>
556
+ * <p>The maximum number of items to return for this request.
557
+ * To get the next page of items, make another request with the token returned in the output.
558
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
526
559
  * @public
527
560
  */
528
- NetworkInsightsPathId?: string | undefined;
561
+ MaxResults?: number | undefined;
529
562
  /**
530
- * <p>The time when the network insights analyses started.</p>
563
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
564
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
565
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
531
566
  * @public
532
567
  */
533
- AnalysisStartTime?: Date | undefined;
568
+ DryRun?: boolean | undefined;
534
569
  /**
535
- * <p>The time when the network insights analyses ended.</p>
570
+ * <p>The IDs of the network ACLs.</p>
536
571
  * @public
537
572
  */
538
- AnalysisEndTime?: Date | undefined;
573
+ NetworkAclIds?: string[] | undefined;
539
574
  /**
540
- * <p>The filters. The following are the possible values:</p>
575
+ * <p>The filters.</p>
541
576
  * <ul>
542
577
  * <li>
543
- * <p>path-found - A Boolean value that indicates whether a feasible path is found.</p>
578
+ * <p>
579
+ * <code>association.association-id</code> - The ID of an association ID for the ACL.</p>
544
580
  * </li>
545
581
  * <li>
546
- * <p>status - The status of the analysis (running | succeeded | failed).</p>
582
+ * <p>
583
+ * <code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p>
584
+ * </li>
585
+ * <li>
586
+ * <p>
587
+ * <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p>
588
+ * </li>
589
+ * <li>
590
+ * <p>
591
+ * <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p>
592
+ * </li>
593
+ * <li>
594
+ * <p>
595
+ * <code>entry.cidr</code> - The IPv4 CIDR range specified in the entry.</p>
596
+ * </li>
597
+ * <li>
598
+ * <p>
599
+ * <code>entry.icmp.code</code> - The ICMP code specified in the entry, if any.</p>
600
+ * </li>
601
+ * <li>
602
+ * <p>
603
+ * <code>entry.icmp.type</code> - The ICMP type specified in the entry, if any.</p>
604
+ * </li>
605
+ * <li>
606
+ * <p>
607
+ * <code>entry.ipv6-cidr</code> - The IPv6 CIDR range specified in the entry.</p>
608
+ * </li>
609
+ * <li>
610
+ * <p>
611
+ * <code>entry.port-range.from</code> - The start of the port range specified in the entry. </p>
612
+ * </li>
613
+ * <li>
614
+ * <p>
615
+ * <code>entry.port-range.to</code> - The end of the port range specified in the entry. </p>
616
+ * </li>
617
+ * <li>
618
+ * <p>
619
+ * <code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p>
620
+ * </li>
621
+ * <li>
622
+ * <p>
623
+ * <code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>).</p>
624
+ * </li>
625
+ * <li>
626
+ * <p>
627
+ * <code>entry.egress</code> - A Boolean that indicates the type of rule. Specify <code>true</code>
628
+ * for egress rules, or <code>false</code> for ingress rules.</p>
629
+ * </li>
630
+ * <li>
631
+ * <p>
632
+ * <code>entry.rule-number</code> - The number of an entry (in other words, rule) in
633
+ * the set of ACL entries.</p>
634
+ * </li>
635
+ * <li>
636
+ * <p>
637
+ * <code>network-acl-id</code> - The ID of the network ACL.</p>
638
+ * </li>
639
+ * <li>
640
+ * <p>
641
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the network ACL.</p>
642
+ * </li>
643
+ * <li>
644
+ * <p>
645
+ * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
646
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
647
+ * </li>
648
+ * <li>
649
+ * <p>
650
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
651
+ * </li>
652
+ * <li>
653
+ * <p>
654
+ * <code>vpc-id</code> - The ID of the VPC for the network ACL.</p>
547
655
  * </li>
548
656
  * </ul>
549
657
  * @public
550
658
  */
551
659
  Filters?: Filter[] | undefined;
660
+ }
661
+ /**
662
+ * @public
663
+ */
664
+ export interface DescribeNetworkAclsResult {
665
+ /**
666
+ * <p>Information about the network ACLs.</p>
667
+ * @public
668
+ */
669
+ NetworkAcls?: NetworkAcl[] | undefined;
670
+ /**
671
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
672
+ * @public
673
+ */
674
+ NextToken?: string | undefined;
675
+ }
676
+ /**
677
+ * @public
678
+ */
679
+ export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
680
+ /**
681
+ * <p>The IDs of the Network Access Scope analyses.</p>
682
+ * @public
683
+ */
684
+ NetworkInsightsAccessScopeAnalysisIds?: string[] | undefined;
685
+ /**
686
+ * <p>The ID of the Network Access Scope.</p>
687
+ * @public
688
+ */
689
+ NetworkInsightsAccessScopeId?: string | undefined;
690
+ /**
691
+ * <p>Filters the results based on the start time. The analysis must have started on or after this time.</p>
692
+ * @public
693
+ */
694
+ AnalysisStartTimeBegin?: Date | undefined;
695
+ /**
696
+ * <p>Filters the results based on the start time. The analysis must have started on or before this time.</p>
697
+ * @public
698
+ */
699
+ AnalysisStartTimeEnd?: Date | undefined;
700
+ /**
701
+ * <p>There are no supported filters.</p>
702
+ * @public
703
+ */
704
+ Filters?: Filter[] | undefined;
552
705
  /**
553
706
  * <p>The maximum number of results to return with a single call.
554
707
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
@@ -569,102 +722,136 @@ export interface DescribeNetworkInsightsAnalysesRequest {
569
722
  NextToken?: string | undefined;
570
723
  }
571
724
  /**
572
- * <p>Describes a network insights analysis.</p>
573
725
  * @public
726
+ * @enum
574
727
  */
575
- export interface NetworkInsightsAnalysis {
728
+ export declare const FindingsFound: {
729
+ readonly false: "false";
730
+ readonly true: "true";
731
+ readonly unknown: "unknown";
732
+ };
733
+ /**
734
+ * @public
735
+ */
736
+ export type FindingsFound = (typeof FindingsFound)[keyof typeof FindingsFound];
737
+ /**
738
+ * @public
739
+ * @enum
740
+ */
741
+ export declare const AnalysisStatus: {
742
+ readonly failed: "failed";
743
+ readonly running: "running";
744
+ readonly succeeded: "succeeded";
745
+ };
746
+ /**
747
+ * @public
748
+ */
749
+ export type AnalysisStatus = (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
750
+ /**
751
+ * <p>Describes a Network Access Scope analysis.</p>
752
+ * @public
753
+ */
754
+ export interface NetworkInsightsAccessScopeAnalysis {
576
755
  /**
577
- * <p>The ID of the network insights analysis.</p>
756
+ * <p>The ID of the Network Access Scope analysis.</p>
578
757
  * @public
579
758
  */
580
- NetworkInsightsAnalysisId?: string | undefined;
759
+ NetworkInsightsAccessScopeAnalysisId?: string | undefined;
581
760
  /**
582
- * <p>The Amazon Resource Name (ARN) of the network insights analysis.</p>
761
+ * <p>The Amazon Resource Name (ARN) of the Network Access Scope analysis.</p>
583
762
  * @public
584
763
  */
585
- NetworkInsightsAnalysisArn?: string | undefined;
764
+ NetworkInsightsAccessScopeAnalysisArn?: string | undefined;
586
765
  /**
587
- * <p>The ID of the path.</p>
766
+ * <p>The ID of the Network Access Scope.</p>
588
767
  * @public
589
768
  */
590
- NetworkInsightsPathId?: string | undefined;
769
+ NetworkInsightsAccessScopeId?: string | undefined;
591
770
  /**
592
- * <p>The member accounts that contain resources that the path can traverse.</p>
771
+ * <p>The status.</p>
593
772
  * @public
594
773
  */
595
- AdditionalAccounts?: string[] | undefined;
774
+ Status?: AnalysisStatus | undefined;
596
775
  /**
597
- * <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
776
+ * <p>The status message.</p>
598
777
  * @public
599
778
  */
600
- FilterInArns?: string[] | undefined;
779
+ StatusMessage?: string | undefined;
601
780
  /**
602
- * <p>The time the analysis started.</p>
781
+ * <p>The warning message.</p>
603
782
  * @public
604
783
  */
605
- StartDate?: Date | undefined;
784
+ WarningMessage?: string | undefined;
606
785
  /**
607
- * <p>The status of the network insights analysis.</p>
786
+ * <p>The analysis start date.</p>
608
787
  * @public
609
788
  */
610
- Status?: AnalysisStatus | undefined;
789
+ StartDate?: Date | undefined;
611
790
  /**
612
- * <p>The status message, if the status is <code>failed</code>.</p>
791
+ * <p>The analysis end date.</p>
613
792
  * @public
614
793
  */
615
- StatusMessage?: string | undefined;
794
+ EndDate?: Date | undefined;
616
795
  /**
617
- * <p>The warning message.</p>
796
+ * <p>Indicates whether there are findings.</p>
618
797
  * @public
619
798
  */
620
- WarningMessage?: string | undefined;
799
+ FindingsFound?: FindingsFound | undefined;
621
800
  /**
622
- * <p>Indicates whether the destination is reachable from the source.</p>
801
+ * <p>The number of network interfaces analyzed.</p>
623
802
  * @public
624
803
  */
625
- NetworkPathFound?: boolean | undefined;
804
+ AnalyzedEniCount?: number | undefined;
626
805
  /**
627
- * <p>The components in the path from source to destination.</p>
806
+ * <p>The tags.</p>
628
807
  * @public
629
808
  */
630
- ForwardPathComponents?: PathComponent[] | undefined;
809
+ Tags?: Tag[] | undefined;
810
+ }
811
+ /**
812
+ * @public
813
+ */
814
+ export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
631
815
  /**
632
- * <p>The components in the path from destination to source.</p>
816
+ * <p>The Network Access Scope analyses.</p>
633
817
  * @public
634
818
  */
635
- ReturnPathComponents?: PathComponent[] | undefined;
819
+ NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[] | undefined;
636
820
  /**
637
- * <p>The explanations. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html">Reachability Analyzer explanation codes</a>.</p>
821
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
638
822
  * @public
639
823
  */
640
- Explanations?: Explanation[] | undefined;
824
+ NextToken?: string | undefined;
825
+ }
826
+ /**
827
+ * @public
828
+ */
829
+ export interface DescribeNetworkInsightsAccessScopesRequest {
641
830
  /**
642
- * <p>Potential intermediate components.</p>
831
+ * <p>The IDs of the Network Access Scopes.</p>
643
832
  * @public
644
833
  */
645
- AlternatePathHints?: AlternatePathHint[] | undefined;
834
+ NetworkInsightsAccessScopeIds?: string[] | undefined;
646
835
  /**
647
- * <p>Potential intermediate accounts.</p>
836
+ * <p>There are no supported filters.</p>
648
837
  * @public
649
838
  */
650
- SuggestedAccounts?: string[] | undefined;
839
+ Filters?: Filter[] | undefined;
651
840
  /**
652
- * <p>The tags.</p>
841
+ * <p>The maximum number of results to return with a single call.
842
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
653
843
  * @public
654
844
  */
655
- Tags?: Tag[] | undefined;
656
- }
657
- /**
658
- * @public
659
- */
660
- export interface DescribeNetworkInsightsAnalysesResult {
845
+ MaxResults?: number | undefined;
661
846
  /**
662
- * <p>Information about the network insights analyses.</p>
847
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
848
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
849
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
663
850
  * @public
664
851
  */
665
- NetworkInsightsAnalyses?: NetworkInsightsAnalysis[] | undefined;
852
+ DryRun?: boolean | undefined;
666
853
  /**
667
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
854
+ * <p>The token for the next page of results.</p>
668
855
  * @public
669
856
  */
670
857
  NextToken?: string | undefined;
@@ -672,7 +859,179 @@ export interface DescribeNetworkInsightsAnalysesResult {
672
859
  /**
673
860
  * @public
674
861
  */
675
- export interface DescribeNetworkInsightsPathsRequest {
862
+ export interface DescribeNetworkInsightsAccessScopesResult {
863
+ /**
864
+ * <p>The Network Access Scopes.</p>
865
+ * @public
866
+ */
867
+ NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[] | undefined;
868
+ /**
869
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
870
+ * @public
871
+ */
872
+ NextToken?: string | undefined;
873
+ }
874
+ /**
875
+ * @public
876
+ */
877
+ export interface DescribeNetworkInsightsAnalysesRequest {
878
+ /**
879
+ * <p>The ID of the network insights analyses. You must specify either analysis IDs or a path ID.</p>
880
+ * @public
881
+ */
882
+ NetworkInsightsAnalysisIds?: string[] | undefined;
883
+ /**
884
+ * <p>The ID of the path. You must specify either a path ID or analysis IDs.</p>
885
+ * @public
886
+ */
887
+ NetworkInsightsPathId?: string | undefined;
888
+ /**
889
+ * <p>The time when the network insights analyses started.</p>
890
+ * @public
891
+ */
892
+ AnalysisStartTime?: Date | undefined;
893
+ /**
894
+ * <p>The time when the network insights analyses ended.</p>
895
+ * @public
896
+ */
897
+ AnalysisEndTime?: Date | undefined;
898
+ /**
899
+ * <p>The filters. The following are the possible values:</p>
900
+ * <ul>
901
+ * <li>
902
+ * <p>path-found - A Boolean value that indicates whether a feasible path is found.</p>
903
+ * </li>
904
+ * <li>
905
+ * <p>status - The status of the analysis (running | succeeded | failed).</p>
906
+ * </li>
907
+ * </ul>
908
+ * @public
909
+ */
910
+ Filters?: Filter[] | undefined;
911
+ /**
912
+ * <p>The maximum number of results to return with a single call.
913
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
914
+ * @public
915
+ */
916
+ MaxResults?: number | undefined;
917
+ /**
918
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
919
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
920
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
921
+ * @public
922
+ */
923
+ DryRun?: boolean | undefined;
924
+ /**
925
+ * <p>The token for the next page of results.</p>
926
+ * @public
927
+ */
928
+ NextToken?: string | undefined;
929
+ }
930
+ /**
931
+ * <p>Describes a network insights analysis.</p>
932
+ * @public
933
+ */
934
+ export interface NetworkInsightsAnalysis {
935
+ /**
936
+ * <p>The ID of the network insights analysis.</p>
937
+ * @public
938
+ */
939
+ NetworkInsightsAnalysisId?: string | undefined;
940
+ /**
941
+ * <p>The Amazon Resource Name (ARN) of the network insights analysis.</p>
942
+ * @public
943
+ */
944
+ NetworkInsightsAnalysisArn?: string | undefined;
945
+ /**
946
+ * <p>The ID of the path.</p>
947
+ * @public
948
+ */
949
+ NetworkInsightsPathId?: string | undefined;
950
+ /**
951
+ * <p>The member accounts that contain resources that the path can traverse.</p>
952
+ * @public
953
+ */
954
+ AdditionalAccounts?: string[] | undefined;
955
+ /**
956
+ * <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
957
+ * @public
958
+ */
959
+ FilterInArns?: string[] | undefined;
960
+ /**
961
+ * <p>The time the analysis started.</p>
962
+ * @public
963
+ */
964
+ StartDate?: Date | undefined;
965
+ /**
966
+ * <p>The status of the network insights analysis.</p>
967
+ * @public
968
+ */
969
+ Status?: AnalysisStatus | undefined;
970
+ /**
971
+ * <p>The status message, if the status is <code>failed</code>.</p>
972
+ * @public
973
+ */
974
+ StatusMessage?: string | undefined;
975
+ /**
976
+ * <p>The warning message.</p>
977
+ * @public
978
+ */
979
+ WarningMessage?: string | undefined;
980
+ /**
981
+ * <p>Indicates whether the destination is reachable from the source.</p>
982
+ * @public
983
+ */
984
+ NetworkPathFound?: boolean | undefined;
985
+ /**
986
+ * <p>The components in the path from source to destination.</p>
987
+ * @public
988
+ */
989
+ ForwardPathComponents?: PathComponent[] | undefined;
990
+ /**
991
+ * <p>The components in the path from destination to source.</p>
992
+ * @public
993
+ */
994
+ ReturnPathComponents?: PathComponent[] | undefined;
995
+ /**
996
+ * <p>The explanations. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html">Reachability Analyzer explanation codes</a>.</p>
997
+ * @public
998
+ */
999
+ Explanations?: Explanation[] | undefined;
1000
+ /**
1001
+ * <p>Potential intermediate components.</p>
1002
+ * @public
1003
+ */
1004
+ AlternatePathHints?: AlternatePathHint[] | undefined;
1005
+ /**
1006
+ * <p>Potential intermediate accounts.</p>
1007
+ * @public
1008
+ */
1009
+ SuggestedAccounts?: string[] | undefined;
1010
+ /**
1011
+ * <p>The tags.</p>
1012
+ * @public
1013
+ */
1014
+ Tags?: Tag[] | undefined;
1015
+ }
1016
+ /**
1017
+ * @public
1018
+ */
1019
+ export interface DescribeNetworkInsightsAnalysesResult {
1020
+ /**
1021
+ * <p>Information about the network insights analyses.</p>
1022
+ * @public
1023
+ */
1024
+ NetworkInsightsAnalyses?: NetworkInsightsAnalysis[] | undefined;
1025
+ /**
1026
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1027
+ * @public
1028
+ */
1029
+ NextToken?: string | undefined;
1030
+ }
1031
+ /**
1032
+ * @public
1033
+ */
1034
+ export interface DescribeNetworkInsightsPathsRequest {
676
1035
  /**
677
1036
  * <p>The IDs of the paths.</p>
678
1037
  * @public
@@ -1128,110 +1487,59 @@ export interface DescribeNetworkInterfacesResult {
1128
1487
  /**
1129
1488
  * @public
1130
1489
  */
1131
- export interface DescribePlacementGroupsRequest {
1132
- /**
1133
- * <p>The IDs of the placement groups.</p>
1134
- * @public
1135
- */
1136
- GroupIds?: string[] | undefined;
1490
+ export interface DescribeOutpostLagsRequest {
1137
1491
  /**
1138
- * <p>Checks whether you have the required permissions for the operation, without actually making the
1139
- * request, and provides an error response. If you have the required permissions, the error response is
1140
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1492
+ * <p>The IDs of the Outpost LAGs.</p>
1141
1493
  * @public
1142
1494
  */
1143
- DryRun?: boolean | undefined;
1495
+ OutpostLagIds?: string[] | undefined;
1144
1496
  /**
1145
- * <p>The names of the placement groups.</p>
1146
- * <p>Constraints:</p>
1497
+ * <p>The filters to use for narrowing down the request. The following filters are
1498
+ * supported:</p>
1147
1499
  * <ul>
1148
1500
  * <li>
1149
- * <p>You can specify a name only if the placement group is owned by your
1150
- * account.</p>
1501
+ * <p>
1502
+ * <code>service-link-virtual-interface-id</code> - The ID of the service link virtual interface.</p>
1151
1503
  * </li>
1152
1504
  * <li>
1153
- * <p>If a placement group is <i>shared</i> with your account,
1154
- * specifying the name results in an error. You must use the <code>GroupId</code>
1155
- * parameter instead.</p>
1505
+ * <p>
1506
+ * <code>service-link-virtual-interface-arn</code> - The ARN of the service link virtual interface.</p>
1156
1507
  * </li>
1157
- * </ul>
1158
- * @public
1159
- */
1160
- GroupNames?: string[] | undefined;
1161
- /**
1162
- * <p>The filters.</p>
1163
- * <ul>
1164
1508
  * <li>
1165
1509
  * <p>
1166
- * <code>group-name</code> - The name of the placement group.</p>
1510
+ * <code>outpost-id</code> - The Outpost ID.</p>
1167
1511
  * </li>
1168
1512
  * <li>
1169
1513
  * <p>
1170
- * <code>group-arn</code> - The Amazon Resource Name (ARN) of the placement
1171
- * group.</p>
1514
+ * <code>outpost-arn</code> - The Outpost ARN.</p>
1172
1515
  * </li>
1173
1516
  * <li>
1174
1517
  * <p>
1175
- * <code>spread-level</code> - The spread level for the placement group
1176
- * (<code>host</code> | <code>rack</code>). </p>
1518
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the service link virtual interface.</p>
1177
1519
  * </li>
1178
1520
  * <li>
1179
1521
  * <p>
1180
- * <code>state</code> - The state of the placement group (<code>pending</code> |
1181
- * <code>available</code> | <code>deleting</code> |
1182
- * <code>deleted</code>).</p>
1522
+ * <code>vlan</code> - The ID of the address pool.</p>
1183
1523
  * </li>
1184
1524
  * <li>
1185
1525
  * <p>
1186
- * <code>strategy</code> - The strategy of the placement group
1187
- * (<code>cluster</code> | <code>spread</code> |
1188
- * <code>partition</code>).</p>
1526
+ * <code>local-address</code> - The local address.</p>
1189
1527
  * </li>
1190
1528
  * <li>
1191
1529
  * <p>
1192
- * <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
1193
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
1530
+ * <code>peer-address</code> - The peer address.</p>
1194
1531
  * </li>
1195
1532
  * <li>
1196
1533
  * <p>
1197
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
1534
+ * <code>peer-bgp-asn</code> - The peer BGP ASN.</p>
1198
1535
  * </li>
1199
- * </ul>
1200
- * @public
1201
- */
1202
- Filters?: Filter[] | undefined;
1203
- }
1204
- /**
1205
- * @public
1206
- */
1207
- export interface DescribePlacementGroupsResult {
1208
- /**
1209
- * <p>Information about the placement groups.</p>
1210
- * @public
1211
- */
1212
- PlacementGroups?: PlacementGroup[] | undefined;
1213
- }
1214
- /**
1215
- * @public
1216
- */
1217
- export interface DescribePrefixListsRequest {
1218
- /**
1219
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
1220
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1221
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1222
- * @public
1223
- */
1224
- DryRun?: boolean | undefined;
1225
- /**
1226
- * <p>One or more filters.</p>
1227
- * <ul>
1228
1536
  * <li>
1229
1537
  * <p>
1230
- * <code>prefix-list-id</code>: The ID of a prefix list.</p>
1538
+ * <code>outpost-lag-id</code> - The Outpost LAG ID.</p>
1231
1539
  * </li>
1232
1540
  * <li>
1233
1541
  * <p>
1234
- * <code>prefix-list-name</code>: The name of a prefix list.</p>
1542
+ * <code>configuration-state</code> - The configuration state of the service link virtual interface.</p>
1235
1543
  * </li>
1236
1544
  * </ul>
1237
1545
  * @public
@@ -1249,26 +1557,213 @@ export interface DescribePrefixListsRequest {
1249
1557
  */
1250
1558
  NextToken?: string | undefined;
1251
1559
  /**
1252
- * <p>One or more prefix list IDs.</p>
1560
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1561
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1562
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1253
1563
  * @public
1254
1564
  */
1255
- PrefixListIds?: string[] | undefined;
1565
+ DryRun?: boolean | undefined;
1256
1566
  }
1257
1567
  /**
1258
- * <p>Describes prefixes for Amazon Web Services services.</p>
1568
+ * <p>Describes an Outpost link aggregation group (LAG).</p>
1259
1569
  * @public
1260
1570
  */
1261
- export interface PrefixList {
1571
+ export interface OutpostLag {
1262
1572
  /**
1263
- * <p>The IP address range of the Amazon Web Services service.</p>
1573
+ * <p>The Amazon Resource Number (ARN) of the Outpost LAG.</p>
1264
1574
  * @public
1265
1575
  */
1266
- Cidrs?: string[] | undefined;
1576
+ OutpostArn?: string | undefined;
1267
1577
  /**
1268
- * <p>The ID of the prefix.</p>
1578
+ * <p>The ID of the Outpost LAG owner.</p>
1269
1579
  * @public
1270
1580
  */
1271
- PrefixListId?: string | undefined;
1581
+ OwnerId?: string | undefined;
1582
+ /**
1583
+ * <p>The current state of the Outpost LAG.</p>
1584
+ * @public
1585
+ */
1586
+ State?: string | undefined;
1587
+ /**
1588
+ * <p>The ID of the Outpost LAG.</p>
1589
+ * @public
1590
+ */
1591
+ OutpostLagId?: string | undefined;
1592
+ /**
1593
+ * <p>The IDs of the local gateway virtual interfaces associated with the Outpost LAG.</p>
1594
+ * @public
1595
+ */
1596
+ LocalGatewayVirtualInterfaceIds?: string[] | undefined;
1597
+ /**
1598
+ * <p>The service link virtual interface IDs associated with the Outpost LAG.</p>
1599
+ * @public
1600
+ */
1601
+ ServiceLinkVirtualInterfaceIds?: string[] | undefined;
1602
+ /**
1603
+ * <p>The tags associated with the Outpost LAG.</p>
1604
+ * @public
1605
+ */
1606
+ Tags?: Tag[] | undefined;
1607
+ }
1608
+ /**
1609
+ * @public
1610
+ */
1611
+ export interface DescribeOutpostLagsResult {
1612
+ /**
1613
+ * <p>The Outpost LAGs.</p>
1614
+ * @public
1615
+ */
1616
+ OutpostLags?: OutpostLag[] | undefined;
1617
+ /**
1618
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1619
+ * @public
1620
+ */
1621
+ NextToken?: string | undefined;
1622
+ }
1623
+ /**
1624
+ * @public
1625
+ */
1626
+ export interface DescribePlacementGroupsRequest {
1627
+ /**
1628
+ * <p>The IDs of the placement groups.</p>
1629
+ * @public
1630
+ */
1631
+ GroupIds?: string[] | undefined;
1632
+ /**
1633
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
1634
+ * request, and provides an error response. If you have the required permissions, the error response is
1635
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1636
+ * @public
1637
+ */
1638
+ DryRun?: boolean | undefined;
1639
+ /**
1640
+ * <p>The names of the placement groups.</p>
1641
+ * <p>Constraints:</p>
1642
+ * <ul>
1643
+ * <li>
1644
+ * <p>You can specify a name only if the placement group is owned by your
1645
+ * account.</p>
1646
+ * </li>
1647
+ * <li>
1648
+ * <p>If a placement group is <i>shared</i> with your account,
1649
+ * specifying the name results in an error. You must use the <code>GroupId</code>
1650
+ * parameter instead.</p>
1651
+ * </li>
1652
+ * </ul>
1653
+ * @public
1654
+ */
1655
+ GroupNames?: string[] | undefined;
1656
+ /**
1657
+ * <p>The filters.</p>
1658
+ * <ul>
1659
+ * <li>
1660
+ * <p>
1661
+ * <code>group-name</code> - The name of the placement group.</p>
1662
+ * </li>
1663
+ * <li>
1664
+ * <p>
1665
+ * <code>group-arn</code> - The Amazon Resource Name (ARN) of the placement
1666
+ * group.</p>
1667
+ * </li>
1668
+ * <li>
1669
+ * <p>
1670
+ * <code>spread-level</code> - The spread level for the placement group
1671
+ * (<code>host</code> | <code>rack</code>). </p>
1672
+ * </li>
1673
+ * <li>
1674
+ * <p>
1675
+ * <code>state</code> - The state of the placement group (<code>pending</code> |
1676
+ * <code>available</code> | <code>deleting</code> |
1677
+ * <code>deleted</code>).</p>
1678
+ * </li>
1679
+ * <li>
1680
+ * <p>
1681
+ * <code>strategy</code> - The strategy of the placement group
1682
+ * (<code>cluster</code> | <code>spread</code> |
1683
+ * <code>partition</code>).</p>
1684
+ * </li>
1685
+ * <li>
1686
+ * <p>
1687
+ * <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
1688
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
1689
+ * </li>
1690
+ * <li>
1691
+ * <p>
1692
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
1693
+ * </li>
1694
+ * </ul>
1695
+ * @public
1696
+ */
1697
+ Filters?: Filter[] | undefined;
1698
+ }
1699
+ /**
1700
+ * @public
1701
+ */
1702
+ export interface DescribePlacementGroupsResult {
1703
+ /**
1704
+ * <p>Information about the placement groups.</p>
1705
+ * @public
1706
+ */
1707
+ PlacementGroups?: PlacementGroup[] | undefined;
1708
+ }
1709
+ /**
1710
+ * @public
1711
+ */
1712
+ export interface DescribePrefixListsRequest {
1713
+ /**
1714
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1715
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1716
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1717
+ * @public
1718
+ */
1719
+ DryRun?: boolean | undefined;
1720
+ /**
1721
+ * <p>One or more filters.</p>
1722
+ * <ul>
1723
+ * <li>
1724
+ * <p>
1725
+ * <code>prefix-list-id</code>: The ID of a prefix list.</p>
1726
+ * </li>
1727
+ * <li>
1728
+ * <p>
1729
+ * <code>prefix-list-name</code>: The name of a prefix list.</p>
1730
+ * </li>
1731
+ * </ul>
1732
+ * @public
1733
+ */
1734
+ Filters?: Filter[] | undefined;
1735
+ /**
1736
+ * <p>The maximum number of results to return with a single call.
1737
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
1738
+ * @public
1739
+ */
1740
+ MaxResults?: number | undefined;
1741
+ /**
1742
+ * <p>The token for the next page of results.</p>
1743
+ * @public
1744
+ */
1745
+ NextToken?: string | undefined;
1746
+ /**
1747
+ * <p>One or more prefix list IDs.</p>
1748
+ * @public
1749
+ */
1750
+ PrefixListIds?: string[] | undefined;
1751
+ }
1752
+ /**
1753
+ * <p>Describes prefixes for Amazon Web Services services.</p>
1754
+ * @public
1755
+ */
1756
+ export interface PrefixList {
1757
+ /**
1758
+ * <p>The IP address range of the Amazon Web Services service.</p>
1759
+ * @public
1760
+ */
1761
+ Cidrs?: string[] | undefined;
1762
+ /**
1763
+ * <p>The ID of the prefix.</p>
1764
+ * @public
1765
+ */
1766
+ PrefixListId?: string | undefined;
1272
1767
  /**
1273
1768
  * <p>The name of the prefix.</p>
1274
1769
  * @public
@@ -3603,32 +4098,62 @@ export interface DescribeSecurityGroupVpcAssociationsResult {
3603
4098
  */
3604
4099
  NextToken?: string | undefined;
3605
4100
  }
3606
- /**
3607
- * @public
3608
- * @enum
3609
- */
3610
- export declare const SnapshotAttributeName: {
3611
- readonly createVolumePermission: "createVolumePermission";
3612
- readonly productCodes: "productCodes";
3613
- };
3614
- /**
3615
- * @public
3616
- */
3617
- export type SnapshotAttributeName = (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
3618
4101
  /**
3619
4102
  * @public
3620
4103
  */
3621
- export interface DescribeSnapshotAttributeRequest {
4104
+ export interface DescribeServiceLinkVirtualInterfacesRequest {
3622
4105
  /**
3623
- * <p>The snapshot attribute you would like to view.</p>
4106
+ * <p>The IDs of the service link virtual interfaces.</p>
3624
4107
  * @public
3625
4108
  */
3626
- Attribute: SnapshotAttributeName | undefined;
4109
+ ServiceLinkVirtualInterfaceIds?: string[] | undefined;
3627
4110
  /**
3628
- * <p>The ID of the EBS snapshot.</p>
4111
+ * <p>The filters to use for narrowing down the request. The following filters are
4112
+ * supported:</p>
4113
+ * <ul>
4114
+ * <li>
4115
+ * <p>
4116
+ * <code>outpost-lag-id</code> - The ID of the Outpost LAG.</p>
4117
+ * </li>
4118
+ * <li>
4119
+ * <p>
4120
+ * <code>outpost-arn</code> - The Outpost ARN.</p>
4121
+ * </li>
4122
+ * <li>
4123
+ * <p>
4124
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the service link virtual interface.</p>
4125
+ * </li>
4126
+ * <li>
4127
+ * <p>
4128
+ * <code>state</code> - The state of the Outpost LAG.</p>
4129
+ * </li>
4130
+ * <li>
4131
+ * <p>
4132
+ * <code>vlan</code> - The ID of the address pool.</p>
4133
+ * </li>
4134
+ * <li>
4135
+ * <p>
4136
+ * <code>service-link-virtual-interface-id</code> - The ID of the service link virtual interface.</p>
4137
+ * </li>
4138
+ * <li>
4139
+ * <p>
4140
+ * <code>local-gateway-virtual-interface-id</code> - The ID of the local gateway virtual interface.</p>
4141
+ * </li>
4142
+ * </ul>
3629
4143
  * @public
3630
4144
  */
3631
- SnapshotId: string | undefined;
4145
+ Filters?: Filter[] | undefined;
4146
+ /**
4147
+ * <p>The maximum number of results to return with a single call.
4148
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
4149
+ * @public
4150
+ */
4151
+ MaxResults?: number | undefined;
4152
+ /**
4153
+ * <p>The token for the next page of results.</p>
4154
+ * @public
4155
+ */
4156
+ NextToken?: string | undefined;
3632
4157
  /**
3633
4158
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
3634
4159
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -3638,44 +4163,173 @@ export interface DescribeSnapshotAttributeRequest {
3638
4163
  DryRun?: boolean | undefined;
3639
4164
  }
3640
4165
  /**
3641
- * <p>Describes the user or group to be added or removed from the list of create volume
3642
- * permissions for a volume.</p>
3643
4166
  * @public
4167
+ * @enum
3644
4168
  */
3645
- export interface CreateVolumePermission {
4169
+ export declare const ServiceLinkVirtualInterfaceConfigurationState: {
4170
+ readonly available: "available";
4171
+ readonly deleted: "deleted";
4172
+ readonly deleting: "deleting";
4173
+ readonly pending: "pending";
4174
+ };
4175
+ /**
4176
+ * @public
4177
+ */
4178
+ export type ServiceLinkVirtualInterfaceConfigurationState = (typeof ServiceLinkVirtualInterfaceConfigurationState)[keyof typeof ServiceLinkVirtualInterfaceConfigurationState];
4179
+ /**
4180
+ * <p>Describes the service link virtual interfaces that establish connectivity between Amazon Web Services Outpost and on-premises networks.</p>
4181
+ * @public
4182
+ */
4183
+ export interface ServiceLinkVirtualInterface {
3646
4184
  /**
3647
- * <p>The ID of the Amazon Web Services account to be added or removed.</p>
4185
+ * <p>The ID of the service link virtual interface.</p>
3648
4186
  * @public
3649
4187
  */
3650
- UserId?: string | undefined;
4188
+ ServiceLinkVirtualInterfaceId?: string | undefined;
3651
4189
  /**
3652
- * <p>The group to be added or removed. The possible value is <code>all</code>.</p>
4190
+ * <p>The Amazon Resource Number (ARN) for the service link virtual interface. </p>
3653
4191
  * @public
3654
4192
  */
3655
- Group?: PermissionGroup | undefined;
3656
- }
3657
- /**
3658
- * @public
3659
- */
3660
- export interface DescribeSnapshotAttributeResult {
4193
+ ServiceLinkVirtualInterfaceArn?: string | undefined;
3661
4194
  /**
3662
- * <p>The product codes.</p>
4195
+ * <p>The Outpost ID for the service link virtual interface.</p>
3663
4196
  * @public
3664
4197
  */
3665
- ProductCodes?: ProductCode[] | undefined;
4198
+ OutpostId?: string | undefined;
3666
4199
  /**
3667
- * <p>The ID of the EBS snapshot.</p>
4200
+ * <p>The Outpost Amazon Resource Number (ARN) for the service link virtual interface.</p>
3668
4201
  * @public
3669
4202
  */
3670
- SnapshotId?: string | undefined;
4203
+ OutpostArn?: string | undefined;
3671
4204
  /**
3672
- * <p>The users and groups that have the permissions for creating volumes from the
3673
- * snapshot.</p>
4205
+ * <p>The ID of the Amazon Web Services account that owns the service link virtual interface..</p>
3674
4206
  * @public
3675
4207
  */
3676
- CreateVolumePermissions?: CreateVolumePermission[] | undefined;
3677
- }
3678
- /**
4208
+ OwnerId?: string | undefined;
4209
+ /**
4210
+ * <p>The IPv4 address assigned to the local gateway virtual interface on the Outpost side.</p>
4211
+ * @public
4212
+ */
4213
+ LocalAddress?: string | undefined;
4214
+ /**
4215
+ * <p>The IPv4 peer address for the service link virtual interface.</p>
4216
+ * @public
4217
+ */
4218
+ PeerAddress?: string | undefined;
4219
+ /**
4220
+ * <p>The ASN for the Border Gateway Protocol (BGP) associated with the service link virtual interface.</p>
4221
+ * @public
4222
+ */
4223
+ PeerBgpAsn?: number | undefined;
4224
+ /**
4225
+ * <p>The virtual local area network for the service link virtual interface.</p>
4226
+ * @public
4227
+ */
4228
+ Vlan?: number | undefined;
4229
+ /**
4230
+ * <p>The link aggregation group (LAG) ID for the service link virtual interface.</p>
4231
+ * @public
4232
+ */
4233
+ OutpostLagId?: string | undefined;
4234
+ /**
4235
+ * <p>The tags associated with the service link virtual interface.</p>
4236
+ * @public
4237
+ */
4238
+ Tags?: Tag[] | undefined;
4239
+ /**
4240
+ * <p>The current state of the service link virtual interface.</p>
4241
+ * @public
4242
+ */
4243
+ ConfigurationState?: ServiceLinkVirtualInterfaceConfigurationState | undefined;
4244
+ }
4245
+ /**
4246
+ * @public
4247
+ */
4248
+ export interface DescribeServiceLinkVirtualInterfacesResult {
4249
+ /**
4250
+ * <p>Describes the service link virtual interfaces.</p>
4251
+ * @public
4252
+ */
4253
+ ServiceLinkVirtualInterfaces?: ServiceLinkVirtualInterface[] | undefined;
4254
+ /**
4255
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
4256
+ * @public
4257
+ */
4258
+ NextToken?: string | undefined;
4259
+ }
4260
+ /**
4261
+ * @public
4262
+ * @enum
4263
+ */
4264
+ export declare const SnapshotAttributeName: {
4265
+ readonly createVolumePermission: "createVolumePermission";
4266
+ readonly productCodes: "productCodes";
4267
+ };
4268
+ /**
4269
+ * @public
4270
+ */
4271
+ export type SnapshotAttributeName = (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
4272
+ /**
4273
+ * @public
4274
+ */
4275
+ export interface DescribeSnapshotAttributeRequest {
4276
+ /**
4277
+ * <p>The snapshot attribute you would like to view.</p>
4278
+ * @public
4279
+ */
4280
+ Attribute: SnapshotAttributeName | undefined;
4281
+ /**
4282
+ * <p>The ID of the EBS snapshot.</p>
4283
+ * @public
4284
+ */
4285
+ SnapshotId: string | undefined;
4286
+ /**
4287
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
4288
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4289
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4290
+ * @public
4291
+ */
4292
+ DryRun?: boolean | undefined;
4293
+ }
4294
+ /**
4295
+ * <p>Describes the user or group to be added or removed from the list of create volume
4296
+ * permissions for a volume.</p>
4297
+ * @public
4298
+ */
4299
+ export interface CreateVolumePermission {
4300
+ /**
4301
+ * <p>The ID of the Amazon Web Services account to be added or removed.</p>
4302
+ * @public
4303
+ */
4304
+ UserId?: string | undefined;
4305
+ /**
4306
+ * <p>The group to be added or removed. The possible value is <code>all</code>.</p>
4307
+ * @public
4308
+ */
4309
+ Group?: PermissionGroup | undefined;
4310
+ }
4311
+ /**
4312
+ * @public
4313
+ */
4314
+ export interface DescribeSnapshotAttributeResult {
4315
+ /**
4316
+ * <p>The product codes.</p>
4317
+ * @public
4318
+ */
4319
+ ProductCodes?: ProductCode[] | undefined;
4320
+ /**
4321
+ * <p>The ID of the EBS snapshot.</p>
4322
+ * @public
4323
+ */
4324
+ SnapshotId?: string | undefined;
4325
+ /**
4326
+ * <p>The users and groups that have the permissions for creating volumes from the
4327
+ * snapshot.</p>
4328
+ * @public
4329
+ */
4330
+ CreateVolumePermissions?: CreateVolumePermission[] | undefined;
4331
+ }
4332
+ /**
3679
4333
  * @public
3680
4334
  */
3681
4335
  export interface DescribeSnapshotsRequest {
@@ -10138,335 +10792,45 @@ export interface DescribeVpnGatewaysRequest {
10138
10792
  * <p>
10139
10793
  * <code>type</code> - The type of virtual private gateway. Currently the only
10140
10794
  * supported type is <code>ipsec.1</code>.</p>
10141
- * </li>
10142
- * <li>
10143
- * <p>
10144
- * <code>vpn-gateway-id</code> - The ID of the virtual private gateway.</p>
10145
- * </li>
10146
- * </ul>
10147
- * @public
10148
- */
10149
- Filters?: Filter[] | undefined;
10150
- /**
10151
- * <p>One or more virtual private gateway IDs.</p>
10152
- * <p>Default: Describes all your virtual private gateways.</p>
10153
- * @public
10154
- */
10155
- VpnGatewayIds?: string[] | undefined;
10156
- /**
10157
- * <p>Checks whether you have the required permissions for the action, without actually
10158
- * making the request, and provides an error response. If you have the required
10159
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
10160
- * <code>UnauthorizedOperation</code>.</p>
10161
- * @public
10162
- */
10163
- DryRun?: boolean | undefined;
10164
- }
10165
- /**
10166
- * <p>Contains the output of DescribeVpnGateways.</p>
10167
- * @public
10168
- */
10169
- export interface DescribeVpnGatewaysResult {
10170
- /**
10171
- * <p>Information about one or more virtual private gateways.</p>
10172
- * @public
10173
- */
10174
- VpnGateways?: VpnGateway[] | undefined;
10175
- }
10176
- /**
10177
- * @public
10178
- */
10179
- export interface DetachClassicLinkVpcRequest {
10180
- /**
10181
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10182
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10183
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10184
- * @public
10185
- */
10186
- DryRun?: boolean | undefined;
10187
- /**
10188
- * <p>The ID of the instance to unlink from the VPC.</p>
10189
- * @public
10190
- */
10191
- InstanceId: string | undefined;
10192
- /**
10193
- * <p>The ID of the VPC to which the instance is linked.</p>
10194
- * @public
10195
- */
10196
- VpcId: string | undefined;
10197
- }
10198
- /**
10199
- * @public
10200
- */
10201
- export interface DetachClassicLinkVpcResult {
10202
- /**
10203
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
10204
- * @public
10205
- */
10206
- Return?: boolean | undefined;
10207
- }
10208
- /**
10209
- * @public
10210
- */
10211
- export interface DetachInternetGatewayRequest {
10212
- /**
10213
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10214
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10215
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10216
- * @public
10217
- */
10218
- DryRun?: boolean | undefined;
10219
- /**
10220
- * <p>The ID of the internet gateway.</p>
10221
- * @public
10222
- */
10223
- InternetGatewayId: string | undefined;
10224
- /**
10225
- * <p>The ID of the VPC.</p>
10226
- * @public
10227
- */
10228
- VpcId: string | undefined;
10229
- }
10230
- /**
10231
- * <p>Contains the parameters for DetachNetworkInterface.</p>
10232
- * @public
10233
- */
10234
- export interface DetachNetworkInterfaceRequest {
10235
- /**
10236
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10237
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10238
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10239
- * @public
10240
- */
10241
- DryRun?: boolean | undefined;
10242
- /**
10243
- * <p>The ID of the attachment.</p>
10244
- * @public
10245
- */
10246
- AttachmentId: string | undefined;
10247
- /**
10248
- * <p>Specifies whether to force a detachment.</p>
10249
- * <note>
10250
- * <ul>
10251
- * <li>
10252
- * <p>Use the <code>Force</code> parameter only as a last resort to detach a network interface from a failed instance. </p>
10253
- * </li>
10254
- * <li>
10255
- * <p>If you use the <code>Force</code> parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.</p>
10256
- * </li>
10257
- * <li>
10258
- * <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance metadata</a>
10259
- * might not get updated. This means that the attributes associated
10260
- * with the detached network interface might still be visible. The
10261
- * instance metadata will get updated when you stop and start the
10262
- * instance.</p>
10263
- * </li>
10264
- * </ul>
10265
- * </note>
10266
- * @public
10267
- */
10268
- Force?: boolean | undefined;
10269
- }
10270
- /**
10271
- * @public
10272
- */
10273
- export interface DetachVerifiedAccessTrustProviderRequest {
10274
- /**
10275
- * <p>The ID of the Verified Access instance.</p>
10276
- * @public
10277
- */
10278
- VerifiedAccessInstanceId: string | undefined;
10279
- /**
10280
- * <p>The ID of the Verified Access trust provider.</p>
10281
- * @public
10282
- */
10283
- VerifiedAccessTrustProviderId: string | undefined;
10284
- /**
10285
- * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
10286
- * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
10287
- * @public
10288
- */
10289
- ClientToken?: string | undefined;
10290
- /**
10291
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10292
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10293
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10294
- * @public
10295
- */
10296
- DryRun?: boolean | undefined;
10297
- }
10298
- /**
10299
- * @public
10300
- */
10301
- export interface DetachVerifiedAccessTrustProviderResult {
10302
- /**
10303
- * <p>Details about the Verified Access trust provider.</p>
10304
- * @public
10305
- */
10306
- VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
10307
- /**
10308
- * <p>Details about the Verified Access instance.</p>
10309
- * @public
10310
- */
10311
- VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
10312
- }
10313
- /**
10314
- * @public
10315
- */
10316
- export interface DetachVolumeRequest {
10317
- /**
10318
- * <p>The device name.</p>
10319
- * @public
10320
- */
10321
- Device?: string | undefined;
10322
- /**
10323
- * <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
10324
- * logging into an instance, unmounting the volume, and detaching normally). This option can lead
10325
- * to data loss or a corrupted file system. Use this option only as a last resort to detach a
10326
- * volume from a failed instance. The instance won't have an opportunity to flush file system
10327
- * caches or file system metadata. If you use this option, you must perform file system check and
10328
- * repair procedures.</p>
10329
- * @public
10330
- */
10331
- Force?: boolean | undefined;
10332
- /**
10333
- * <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
10334
- * @public
10335
- */
10336
- InstanceId?: string | undefined;
10337
- /**
10338
- * <p>The ID of the volume.</p>
10339
- * @public
10340
- */
10341
- VolumeId: string | undefined;
10342
- /**
10343
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10344
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10345
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10346
- * @public
10347
- */
10348
- DryRun?: boolean | undefined;
10349
- }
10350
- /**
10351
- * <p>Contains the parameters for DetachVpnGateway.</p>
10352
- * @public
10353
- */
10354
- export interface DetachVpnGatewayRequest {
10355
- /**
10356
- * <p>The ID of the VPC.</p>
10357
- * @public
10358
- */
10359
- VpcId: string | undefined;
10360
- /**
10361
- * <p>The ID of the virtual private gateway.</p>
10362
- * @public
10363
- */
10364
- VpnGatewayId: string | undefined;
10365
- /**
10366
- * <p>Checks whether you have the required permissions for the action, without actually
10367
- * making the request, and provides an error response. If you have the required
10368
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
10369
- * <code>UnauthorizedOperation</code>.</p>
10370
- * @public
10371
- */
10372
- DryRun?: boolean | undefined;
10373
- }
10374
- /**
10375
- * @public
10376
- */
10377
- export interface DisableAddressTransferRequest {
10378
- /**
10379
- * <p>The allocation ID of an Elastic IP address.</p>
10380
- * @public
10381
- */
10382
- AllocationId: string | undefined;
10383
- /**
10384
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10385
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10386
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10387
- * @public
10388
- */
10389
- DryRun?: boolean | undefined;
10390
- }
10391
- /**
10392
- * @public
10393
- */
10394
- export interface DisableAddressTransferResult {
10395
- /**
10396
- * <p>An Elastic IP address transfer.</p>
10397
- * @public
10398
- */
10399
- AddressTransfer?: AddressTransfer | undefined;
10400
- }
10401
- /**
10402
- * @public
10403
- */
10404
- export interface DisableAllowedImagesSettingsRequest {
10405
- /**
10406
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10407
- * and provides an error response. If you have the required permissions, the error response is
10408
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10409
- * @public
10410
- */
10411
- DryRun?: boolean | undefined;
10412
- }
10413
- /**
10414
- * @public
10415
- */
10416
- export interface DisableAllowedImagesSettingsResult {
10417
- /**
10418
- * <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
10419
- * error.</p>
10420
- * @public
10421
- */
10422
- AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
10423
- }
10424
- /**
10425
- * @public
10426
- */
10427
- export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
10428
- /**
10429
- * <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
10430
- * @public
10431
- */
10432
- Source?: string | undefined;
10433
- /**
10434
- * <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
10435
- * @public
10436
- */
10437
- Destination?: string | undefined;
10438
- /**
10439
- * <p>The metric used for the disabled subscription.</p>
10795
+ * </li>
10796
+ * <li>
10797
+ * <p>
10798
+ * <code>vpn-gateway-id</code> - The ID of the virtual private gateway.</p>
10799
+ * </li>
10800
+ * </ul>
10440
10801
  * @public
10441
10802
  */
10442
- Metric?: MetricType | undefined;
10803
+ Filters?: Filter[] | undefined;
10443
10804
  /**
10444
- * <p>The statistic used for the disabled subscription. </p>
10805
+ * <p>One or more virtual private gateway IDs.</p>
10806
+ * <p>Default: Describes all your virtual private gateways.</p>
10445
10807
  * @public
10446
10808
  */
10447
- Statistic?: StatisticType | undefined;
10809
+ VpnGatewayIds?: string[] | undefined;
10448
10810
  /**
10449
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10450
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10451
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10811
+ * <p>Checks whether you have the required permissions for the action, without actually
10812
+ * making the request, and provides an error response. If you have the required
10813
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
10814
+ * <code>UnauthorizedOperation</code>.</p>
10452
10815
  * @public
10453
10816
  */
10454
10817
  DryRun?: boolean | undefined;
10455
10818
  }
10456
10819
  /**
10820
+ * <p>Contains the output of DescribeVpnGateways.</p>
10457
10821
  * @public
10458
10822
  */
10459
- export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
10823
+ export interface DescribeVpnGatewaysResult {
10460
10824
  /**
10461
- * <p>Indicates whether the unsubscribe action was successful.</p>
10825
+ * <p>Information about one or more virtual private gateways.</p>
10462
10826
  * @public
10463
10827
  */
10464
- Output?: boolean | undefined;
10828
+ VpnGateways?: VpnGateway[] | undefined;
10465
10829
  }
10466
10830
  /**
10467
10831
  * @public
10468
10832
  */
10469
- export interface DisableEbsEncryptionByDefaultRequest {
10833
+ export interface DetachClassicLinkVpcRequest {
10470
10834
  /**
10471
10835
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
10472
10836
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -10474,109 +10838,109 @@ export interface DisableEbsEncryptionByDefaultRequest {
10474
10838
  * @public
10475
10839
  */
10476
10840
  DryRun?: boolean | undefined;
10841
+ /**
10842
+ * <p>The ID of the instance to unlink from the VPC.</p>
10843
+ * @public
10844
+ */
10845
+ InstanceId: string | undefined;
10846
+ /**
10847
+ * <p>The ID of the VPC to which the instance is linked.</p>
10848
+ * @public
10849
+ */
10850
+ VpcId: string | undefined;
10477
10851
  }
10478
10852
  /**
10479
10853
  * @public
10480
10854
  */
10481
- export interface DisableEbsEncryptionByDefaultResult {
10855
+ export interface DetachClassicLinkVpcResult {
10482
10856
  /**
10483
- * <p>The updated status of encryption by default.</p>
10857
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
10484
10858
  * @public
10485
10859
  */
10486
- EbsEncryptionByDefault?: boolean | undefined;
10860
+ Return?: boolean | undefined;
10487
10861
  }
10488
10862
  /**
10489
10863
  * @public
10490
10864
  */
10491
- export interface DisableFastLaunchRequest {
10865
+ export interface DetachInternetGatewayRequest {
10492
10866
  /**
10493
- * <p>Specify the ID of the image for which to disable Windows fast launch.</p>
10867
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
10868
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10869
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10494
10870
  * @public
10495
10871
  */
10496
- ImageId: string | undefined;
10872
+ DryRun?: boolean | undefined;
10497
10873
  /**
10498
- * <p>Forces the image settings to turn off Windows fast launch for your Windows AMI. This
10499
- * parameter overrides any errors that are encountered while cleaning up resources in your
10500
- * account.</p>
10874
+ * <p>The ID of the internet gateway.</p>
10501
10875
  * @public
10502
10876
  */
10503
- Force?: boolean | undefined;
10877
+ InternetGatewayId: string | undefined;
10504
10878
  /**
10505
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10506
- * and provides an error response. If you have the required permissions, the error response is
10507
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10879
+ * <p>The ID of the VPC.</p>
10508
10880
  * @public
10509
10881
  */
10510
- DryRun?: boolean | undefined;
10882
+ VpcId: string | undefined;
10511
10883
  }
10512
10884
  /**
10885
+ * <p>Contains the parameters for DetachNetworkInterface.</p>
10513
10886
  * @public
10514
10887
  */
10515
- export interface DisableFastLaunchResult {
10516
- /**
10517
- * <p>The ID of the image for which Windows fast launch was disabled.</p>
10518
- * @public
10519
- */
10520
- ImageId?: string | undefined;
10521
- /**
10522
- * <p>The pre-provisioning resource type that must be cleaned after turning off Windows fast
10523
- * launch for the Windows AMI. Supported values include: <code>snapshot</code>.</p>
10524
- * @public
10525
- */
10526
- ResourceType?: FastLaunchResourceType | undefined;
10527
- /**
10528
- * <p>Parameters that were used for Windows fast launch for the Windows AMI before Windows fast
10529
- * launch was disabled. This informs the clean-up process.</p>
10530
- * @public
10531
- */
10532
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
10533
- /**
10534
- * <p>The launch template that was used to launch Windows instances from pre-provisioned
10535
- * snapshots.</p>
10536
- * @public
10537
- */
10538
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
10539
- /**
10540
- * <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
10541
- * pre-provisioned snapshots for Windows fast launch.</p>
10542
- * @public
10543
- */
10544
- MaxParallelLaunches?: number | undefined;
10545
- /**
10546
- * <p>The owner of the Windows AMI for which Windows fast launch was disabled.</p>
10547
- * @public
10548
- */
10549
- OwnerId?: string | undefined;
10888
+ export interface DetachNetworkInterfaceRequest {
10550
10889
  /**
10551
- * <p>The current state of Windows fast launch for the specified Windows AMI.</p>
10890
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
10891
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10892
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10552
10893
  * @public
10553
10894
  */
10554
- State?: FastLaunchStateCode | undefined;
10895
+ DryRun?: boolean | undefined;
10555
10896
  /**
10556
- * <p>The reason that the state changed for Windows fast launch for the Windows AMI.</p>
10897
+ * <p>The ID of the attachment.</p>
10557
10898
  * @public
10558
10899
  */
10559
- StateTransitionReason?: string | undefined;
10900
+ AttachmentId: string | undefined;
10560
10901
  /**
10561
- * <p>The time that the state changed for Windows fast launch for the Windows AMI.</p>
10902
+ * <p>Specifies whether to force a detachment.</p>
10903
+ * <note>
10904
+ * <ul>
10905
+ * <li>
10906
+ * <p>Use the <code>Force</code> parameter only as a last resort to detach a network interface from a failed instance. </p>
10907
+ * </li>
10908
+ * <li>
10909
+ * <p>If you use the <code>Force</code> parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.</p>
10910
+ * </li>
10911
+ * <li>
10912
+ * <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance metadata</a>
10913
+ * might not get updated. This means that the attributes associated
10914
+ * with the detached network interface might still be visible. The
10915
+ * instance metadata will get updated when you stop and start the
10916
+ * instance.</p>
10917
+ * </li>
10918
+ * </ul>
10919
+ * </note>
10562
10920
  * @public
10563
10921
  */
10564
- StateTransitionTime?: Date | undefined;
10922
+ Force?: boolean | undefined;
10565
10923
  }
10566
10924
  /**
10567
10925
  * @public
10568
10926
  */
10569
- export interface DisableFastSnapshotRestoresRequest {
10927
+ export interface DetachVerifiedAccessTrustProviderRequest {
10928
+ /**
10929
+ * <p>The ID of the Verified Access instance.</p>
10930
+ * @public
10931
+ */
10932
+ VerifiedAccessInstanceId: string | undefined;
10570
10933
  /**
10571
- * <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
10934
+ * <p>The ID of the Verified Access trust provider.</p>
10572
10935
  * @public
10573
10936
  */
10574
- AvailabilityZones: string[] | undefined;
10937
+ VerifiedAccessTrustProviderId: string | undefined;
10575
10938
  /**
10576
- * <p>The IDs of one or more snapshots. For example, <code>snap-1234567890abcdef0</code>.</p>
10939
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
10940
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
10577
10941
  * @public
10578
10942
  */
10579
- SourceSnapshotIds: string[] | undefined;
10943
+ ClientToken?: string | undefined;
10580
10944
  /**
10581
10945
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
10582
10946
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -10586,150 +10950,112 @@ export interface DisableFastSnapshotRestoresRequest {
10586
10950
  DryRun?: boolean | undefined;
10587
10951
  }
10588
10952
  /**
10589
- * <p>Describes fast snapshot restores that were successfully disabled.</p>
10590
10953
  * @public
10591
10954
  */
10592
- export interface DisableFastSnapshotRestoreSuccessItem {
10593
- /**
10594
- * <p>The ID of the snapshot.</p>
10595
- * @public
10596
- */
10597
- SnapshotId?: string | undefined;
10598
- /**
10599
- * <p>The Availability Zone.</p>
10600
- * @public
10601
- */
10602
- AvailabilityZone?: string | undefined;
10603
- /**
10604
- * <p>The state of fast snapshot restores for the snapshot.</p>
10605
- * @public
10606
- */
10607
- State?: FastSnapshotRestoreStateCode | undefined;
10608
- /**
10609
- * <p>The reason for the state transition. The possible values are as follows:</p>
10610
- * <ul>
10611
- * <li>
10612
- * <p>
10613
- * <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or
10614
- * <code>disabling</code>.</p>
10615
- * </li>
10616
- * <li>
10617
- * <p>
10618
- * <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned
10619
- * to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p>
10620
- * </li>
10621
- * </ul>
10622
- * @public
10623
- */
10624
- StateTransitionReason?: string | undefined;
10955
+ export interface DetachVerifiedAccessTrustProviderResult {
10625
10956
  /**
10626
- * <p>The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.</p>
10957
+ * <p>Details about the Verified Access trust provider.</p>
10627
10958
  * @public
10628
10959
  */
10629
- OwnerId?: string | undefined;
10960
+ VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
10630
10961
  /**
10631
- * <p>The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.</p>
10962
+ * <p>Details about the Verified Access instance.</p>
10632
10963
  * @public
10633
10964
  */
10634
- OwnerAlias?: string | undefined;
10965
+ VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
10966
+ }
10967
+ /**
10968
+ * @public
10969
+ */
10970
+ export interface DetachVolumeRequest {
10635
10971
  /**
10636
- * <p>The time at which fast snapshot restores entered the <code>enabling</code> state.</p>
10972
+ * <p>The device name.</p>
10637
10973
  * @public
10638
10974
  */
10639
- EnablingTime?: Date | undefined;
10975
+ Device?: string | undefined;
10640
10976
  /**
10641
- * <p>The time at which fast snapshot restores entered the <code>optimizing</code> state.</p>
10977
+ * <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
10978
+ * logging into an instance, unmounting the volume, and detaching normally). This option can lead
10979
+ * to data loss or a corrupted file system. Use this option only as a last resort to detach a
10980
+ * volume from a failed instance. The instance won't have an opportunity to flush file system
10981
+ * caches or file system metadata. If you use this option, you must perform file system check and
10982
+ * repair procedures.</p>
10642
10983
  * @public
10643
10984
  */
10644
- OptimizingTime?: Date | undefined;
10985
+ Force?: boolean | undefined;
10645
10986
  /**
10646
- * <p>The time at which fast snapshot restores entered the <code>enabled</code> state.</p>
10987
+ * <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
10647
10988
  * @public
10648
10989
  */
10649
- EnabledTime?: Date | undefined;
10990
+ InstanceId?: string | undefined;
10650
10991
  /**
10651
- * <p>The time at which fast snapshot restores entered the <code>disabling</code> state.</p>
10992
+ * <p>The ID of the volume.</p>
10652
10993
  * @public
10653
10994
  */
10654
- DisablingTime?: Date | undefined;
10995
+ VolumeId: string | undefined;
10655
10996
  /**
10656
- * <p>The time at which fast snapshot restores entered the <code>disabled</code> state.</p>
10997
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
10998
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10999
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10657
11000
  * @public
10658
11001
  */
10659
- DisabledTime?: Date | undefined;
11002
+ DryRun?: boolean | undefined;
10660
11003
  }
10661
11004
  /**
10662
- * <p>Describes an error that occurred when disabling fast snapshot restores.</p>
11005
+ * <p>Contains the parameters for DetachVpnGateway.</p>
10663
11006
  * @public
10664
11007
  */
10665
- export interface DisableFastSnapshotRestoreStateError {
10666
- /**
10667
- * <p>The error code.</p>
10668
- * @public
10669
- */
10670
- Code?: string | undefined;
11008
+ export interface DetachVpnGatewayRequest {
10671
11009
  /**
10672
- * <p>The error message.</p>
11010
+ * <p>The ID of the VPC.</p>
10673
11011
  * @public
10674
11012
  */
10675
- Message?: string | undefined;
10676
- }
10677
- /**
10678
- * <p>Contains information about an error that occurred when disabling fast snapshot restores.</p>
10679
- * @public
10680
- */
10681
- export interface DisableFastSnapshotRestoreStateErrorItem {
11013
+ VpcId: string | undefined;
10682
11014
  /**
10683
- * <p>The Availability Zone.</p>
11015
+ * <p>The ID of the virtual private gateway.</p>
10684
11016
  * @public
10685
11017
  */
10686
- AvailabilityZone?: string | undefined;
11018
+ VpnGatewayId: string | undefined;
10687
11019
  /**
10688
- * <p>The error.</p>
11020
+ * <p>Checks whether you have the required permissions for the action, without actually
11021
+ * making the request, and provides an error response. If you have the required
11022
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11023
+ * <code>UnauthorizedOperation</code>.</p>
10689
11024
  * @public
10690
11025
  */
10691
- Error?: DisableFastSnapshotRestoreStateError | undefined;
11026
+ DryRun?: boolean | undefined;
10692
11027
  }
10693
11028
  /**
10694
- * <p>Contains information about the errors that occurred when disabling fast snapshot restores.</p>
10695
11029
  * @public
10696
11030
  */
10697
- export interface DisableFastSnapshotRestoreErrorItem {
11031
+ export interface DisableAddressTransferRequest {
10698
11032
  /**
10699
- * <p>The ID of the snapshot.</p>
11033
+ * <p>The allocation ID of an Elastic IP address.</p>
10700
11034
  * @public
10701
11035
  */
10702
- SnapshotId?: string | undefined;
11036
+ AllocationId: string | undefined;
10703
11037
  /**
10704
- * <p>The errors.</p>
11038
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
11039
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11040
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10705
11041
  * @public
10706
11042
  */
10707
- FastSnapshotRestoreStateErrors?: DisableFastSnapshotRestoreStateErrorItem[] | undefined;
11043
+ DryRun?: boolean | undefined;
10708
11044
  }
10709
11045
  /**
10710
11046
  * @public
10711
11047
  */
10712
- export interface DisableFastSnapshotRestoresResult {
10713
- /**
10714
- * <p>Information about the snapshots for which fast snapshot restores were successfully disabled.</p>
10715
- * @public
10716
- */
10717
- Successful?: DisableFastSnapshotRestoreSuccessItem[] | undefined;
11048
+ export interface DisableAddressTransferResult {
10718
11049
  /**
10719
- * <p>Information about the snapshots for which fast snapshot restores could not be disabled.</p>
11050
+ * <p>An Elastic IP address transfer.</p>
10720
11051
  * @public
10721
11052
  */
10722
- Unsuccessful?: DisableFastSnapshotRestoreErrorItem[] | undefined;
11053
+ AddressTransfer?: AddressTransfer | undefined;
10723
11054
  }
10724
11055
  /**
10725
11056
  * @public
10726
11057
  */
10727
- export interface DisableImageRequest {
10728
- /**
10729
- * <p>The ID of the AMI.</p>
10730
- * @public
10731
- */
10732
- ImageId: string | undefined;
11058
+ export interface DisableAllowedImagesSettingsRequest {
10733
11059
  /**
10734
11060
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
10735
11061
  * and provides an error response. If you have the required permissions, the error response is
@@ -10741,60 +11067,42 @@ export interface DisableImageRequest {
10741
11067
  /**
10742
11068
  * @public
10743
11069
  */
10744
- export interface DisableImageResult {
11070
+ export interface DisableAllowedImagesSettingsResult {
10745
11071
  /**
10746
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
11072
+ * <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
11073
+ * error.</p>
10747
11074
  * @public
10748
11075
  */
10749
- Return?: boolean | undefined;
11076
+ AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
10750
11077
  }
10751
11078
  /**
10752
11079
  * @public
10753
11080
  */
10754
- export interface DisableImageBlockPublicAccessRequest {
11081
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
10755
11082
  /**
10756
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10757
- * and provides an error response. If you have the required permissions, the error response is
10758
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11083
+ * <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
10759
11084
  * @public
10760
11085
  */
10761
- DryRun?: boolean | undefined;
10762
- }
10763
- /**
10764
- * @public
10765
- * @enum
10766
- */
10767
- export declare const ImageBlockPublicAccessDisabledState: {
10768
- readonly unblocked: "unblocked";
10769
- };
10770
- /**
10771
- * @public
10772
- */
10773
- export type ImageBlockPublicAccessDisabledState = (typeof ImageBlockPublicAccessDisabledState)[keyof typeof ImageBlockPublicAccessDisabledState];
10774
- /**
10775
- * @public
10776
- */
10777
- export interface DisableImageBlockPublicAccessResult {
11086
+ Source?: string | undefined;
10778
11087
  /**
10779
- * <p>Returns <code>unblocked</code> if the request succeeds; otherwise, it returns an
10780
- * error.</p>
11088
+ * <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
10781
11089
  * @public
10782
11090
  */
10783
- ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | undefined;
10784
- }
10785
- /**
10786
- * @public
10787
- */
10788
- export interface DisableImageDeprecationRequest {
11091
+ Destination?: string | undefined;
10789
11092
  /**
10790
- * <p>The ID of the AMI.</p>
11093
+ * <p>The metric used for the disabled subscription.</p>
11094
+ * @public
11095
+ */
11096
+ Metric?: MetricType | undefined;
11097
+ /**
11098
+ * <p>The statistic used for the disabled subscription. </p>
10791
11099
  * @public
10792
11100
  */
10793
- ImageId: string | undefined;
11101
+ Statistic?: StatisticType | undefined;
10794
11102
  /**
10795
11103
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
10796
- * and provides an error response. If you have the required permissions, the error response is
10797
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11104
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11105
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10798
11106
  * @public
10799
11107
  */
10800
11108
  DryRun?: boolean | undefined;
@@ -10802,12 +11110,12 @@ export interface DisableImageDeprecationRequest {
10802
11110
  /**
10803
11111
  * @public
10804
11112
  */
10805
- export interface DisableImageDeprecationResult {
11113
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
10806
11114
  /**
10807
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
11115
+ * <p>Indicates whether the unsubscribe action was successful.</p>
10808
11116
  * @public
10809
11117
  */
10810
- Return?: boolean | undefined;
11118
+ Output?: boolean | undefined;
10811
11119
  }
10812
11120
  /**
10813
11121
  * @internal