@aws-sdk/client-ec2 3.169.0 → 3.171.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 (894) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/EC2.js +135 -0
  3. package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
  4. package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
  5. package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
  6. package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
  7. package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
  8. package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  9. package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
  10. package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
  11. package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
  12. package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  16. package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
  31. package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  32. package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
  33. package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
  34. package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
  35. package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
  36. package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
  37. package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
  38. package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
  39. package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
  40. package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  41. package/dist-cjs/commands/ModifyLocalGatewayRouteCommand.js +36 -0
  42. package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
  43. package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
  44. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
  45. package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
  46. package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
  47. package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
  48. package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +3 -3
  49. package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +1 -2
  50. package/dist-cjs/commands/index.js +9 -0
  51. package/dist-cjs/models/models_0.js +32 -31
  52. package/dist-cjs/models/models_1.js +64 -38
  53. package/dist-cjs/models/models_2.js +70 -86
  54. package/dist-cjs/models/models_3.js +86 -88
  55. package/dist-cjs/models/models_4.js +72 -74
  56. package/dist-cjs/models/models_5.js +82 -88
  57. package/dist-cjs/models/models_6.js +85 -3
  58. package/dist-cjs/protocols/Aws_ec2.js +646 -21
  59. package/dist-es/EC2.js +135 -0
  60. package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
  61. package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
  62. package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
  63. package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
  64. package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
  65. package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  66. package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
  67. package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
  68. package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
  69. package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
  70. package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
  71. package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
  72. package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  73. package/dist-es/commands/DescribeAggregateIdFormatCommand.js +2 -1
  74. package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
  75. package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  76. package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
  77. package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
  78. package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
  79. package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
  80. package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
  81. package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
  82. package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
  83. package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
  84. package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
  85. package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
  86. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
  87. package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
  88. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  89. package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
  90. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
  91. package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
  92. package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
  93. package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
  94. package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
  95. package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
  96. package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
  97. package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  98. package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +39 -0
  99. package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
  100. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
  101. package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
  102. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
  103. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
  104. package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
  105. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -1
  106. package/dist-es/commands/PurchaseScheduledInstancesCommand.js +1 -2
  107. package/dist-es/commands/index.js +9 -0
  108. package/dist-es/models/models_0.js +8 -10
  109. package/dist-es/models/models_1.js +22 -8
  110. package/dist-es/models/models_2.js +16 -20
  111. package/dist-es/models/models_3.js +20 -25
  112. package/dist-es/models/models_4.js +21 -17
  113. package/dist-es/models/models_5.js +19 -25
  114. package/dist-es/models/models_6.js +25 -0
  115. package/dist-es/protocols/Aws_ec2.js +891 -173
  116. package/dist-types/EC2.d.ts +89 -1
  117. package/dist-types/EC2Client.d.ts +11 -2
  118. package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
  119. package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
  120. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
  121. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +14 -1
  123. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
  124. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  125. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  126. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  127. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
  128. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
  129. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
  130. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
  131. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  132. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
  133. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
  141. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -2
  147. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
  148. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  149. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  150. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  151. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  152. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  156. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
  157. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +35 -0
  158. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  159. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  160. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  161. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  162. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  163. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  164. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  165. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -2
  166. package/dist-types/commands/index.d.ts +9 -0
  167. package/dist-types/models/models_0.d.ts +131 -97
  168. package/dist-types/models/models_1.d.ts +362 -280
  169. package/dist-types/models/models_2.d.ts +392 -831
  170. package/dist-types/models/models_3.d.ts +1506 -1387
  171. package/dist-types/models/models_4.d.ts +528 -251
  172. package/dist-types/models/models_5.d.ts +283 -389
  173. package/dist-types/models/models_6.d.ts +403 -5
  174. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  175. package/dist-types/ts3.4/EC2.d.ts +9878 -2670
  176. package/dist-types/ts3.4/EC2Client.d.ts +3355 -606
  177. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +39 -17
  178. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
  179. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
  180. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  181. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +39 -17
  182. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +39 -17
  183. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +36 -17
  184. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +35 -17
  185. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +32 -17
  186. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +39 -17
  187. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +39 -17
  188. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +36 -17
  189. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +39 -17
  190. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +35 -17
  191. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +39 -17
  192. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +34 -17
  193. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
  194. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +39 -17
  195. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +39 -17
  196. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +36 -17
  197. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +39 -17
  198. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
  199. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +39 -17
  200. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +39 -17
  201. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +39 -17
  202. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +39 -17
  203. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +39 -17
  204. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +34 -17
  205. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +39 -17
  206. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +32 -17
  207. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +35 -17
  208. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +39 -17
  209. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +39 -17
  210. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +39 -17
  211. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +35 -17
  212. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +35 -17
  213. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +39 -17
  214. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +39 -17
  215. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +34 -17
  216. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +30 -17
  217. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +35 -17
  218. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +39 -17
  219. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +39 -17
  220. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +39 -17
  221. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +39 -17
  222. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +32 -17
  223. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +32 -17
  224. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
  225. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +39 -17
  226. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +39 -17
  227. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +39 -17
  228. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +39 -17
  229. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +39 -17
  230. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
  231. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
  232. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +39 -17
  233. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +36 -17
  234. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +35 -17
  235. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +34 -17
  236. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +39 -17
  237. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +32 -17
  238. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +35 -17
  239. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +35 -17
  240. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +32 -17
  241. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +39 -17
  242. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +39 -17
  243. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +39 -17
  244. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +32 -17
  245. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +35 -17
  246. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +35 -17
  247. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +30 -17
  248. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +39 -17
  249. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +39 -17
  250. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +39 -17
  251. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
  252. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  253. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +39 -17
  254. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +39 -17
  255. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +35 -17
  256. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +35 -17
  257. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +34 -17
  258. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +39 -17
  259. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +39 -17
  260. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +39 -17
  261. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +39 -17
  262. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +39 -17
  263. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +39 -17
  264. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +39 -17
  265. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +39 -17
  266. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +39 -17
  267. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
  268. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +35 -17
  269. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +36 -17
  270. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +32 -17
  271. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +35 -17
  272. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +39 -17
  273. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +39 -17
  274. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +39 -17
  275. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +32 -17
  276. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +30 -17
  277. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +39 -17
  278. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +39 -17
  279. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +39 -17
  280. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +39 -17
  281. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +39 -18
  282. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +39 -17
  283. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +39 -17
  284. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +39 -17
  285. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
  286. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +39 -17
  287. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
  288. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +39 -17
  289. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
  290. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +39 -17
  291. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  292. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +30 -17
  293. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +32 -17
  294. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +36 -17
  295. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +39 -17
  296. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +39 -17
  297. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +39 -17
  298. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +36 -17
  299. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +35 -17
  300. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +35 -17
  301. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +39 -17
  302. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +39 -17
  303. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +39 -17
  304. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
  305. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
  306. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +34 -17
  307. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +31 -17
  308. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +39 -17
  309. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +32 -17
  310. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +35 -17
  311. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +35 -17
  312. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +39 -17
  313. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +34 -17
  314. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +32 -17
  315. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +35 -17
  316. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +35 -17
  317. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +30 -17
  318. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +39 -17
  319. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +39 -17
  320. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +39 -17
  321. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
  322. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  323. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +39 -17
  324. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +39 -17
  325. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +35 -17
  326. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +30 -17
  327. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +34 -17
  328. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
  329. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +39 -17
  330. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +39 -17
  331. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +39 -17
  332. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +34 -17
  333. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +39 -17
  334. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +34 -17
  335. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +39 -17
  336. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +39 -17
  337. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +30 -17
  338. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +30 -17
  339. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +31 -17
  340. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +30 -17
  341. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +35 -17
  342. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +39 -17
  343. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +30 -17
  344. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
  345. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +39 -17
  346. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +39 -17
  347. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +39 -17
  348. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +39 -17
  349. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +39 -17
  350. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +39 -17
  351. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +39 -17
  352. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +39 -17
  353. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
  354. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +39 -17
  355. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
  356. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +39 -17
  357. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
  358. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +39 -17
  359. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  360. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +30 -17
  361. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +30 -17
  362. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
  363. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
  364. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +36 -17
  365. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +39 -17
  366. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +31 -17
  367. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +35 -17
  368. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +30 -17
  369. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +39 -17
  370. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +39 -17
  371. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +39 -17
  372. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +30 -17
  373. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
  374. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
  375. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
  376. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +39 -17
  377. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +39 -17
  378. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +36 -17
  379. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +37 -17
  380. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +39 -17
  381. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +36 -17
  382. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +36 -17
  383. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +39 -17
  384. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +39 -17
  385. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +39 -17
  386. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +39 -17
  387. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +39 -17
  388. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +39 -17
  389. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +39 -17
  390. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +39 -17
  391. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +39 -17
  392. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +36 -17
  393. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +39 -17
  394. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +39 -17
  395. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +36 -17
  396. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +39 -17
  397. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +36 -17
  398. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +39 -17
  399. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
  400. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +39 -17
  401. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +39 -17
  402. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +39 -17
  403. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +39 -17
  404. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +35 -17
  405. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +35 -17
  406. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +39 -17
  407. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +36 -17
  408. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +39 -17
  409. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +39 -17
  410. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +32 -17
  411. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +39 -17
  412. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +35 -17
  413. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +39 -17
  414. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +39 -17
  415. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
  416. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +39 -17
  417. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +39 -17
  418. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +39 -17
  419. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +39 -17
  420. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +39 -17
  421. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +39 -17
  422. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +39 -17
  423. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +39 -17
  424. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +39 -17
  425. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +36 -17
  426. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +39 -17
  427. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +36 -17
  428. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +36 -17
  429. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +32 -17
  430. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +36 -17
  431. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +35 -17
  432. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +39 -17
  433. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +39 -17
  434. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +41 -17
  435. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +39 -17
  436. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +39 -17
  437. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +39 -17
  438. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +37 -17
  439. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +39 -17
  440. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +39 -17
  441. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +39 -17
  442. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +36 -17
  443. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +36 -17
  444. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +39 -17
  445. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +39 -18
  446. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +39 -17
  447. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +39 -17
  448. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +39 -17
  449. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +39 -17
  450. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +39 -17
  451. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +39 -17
  452. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +36 -17
  453. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +39 -17
  454. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +39 -17
  455. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
  456. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +39 -17
  457. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +39 -17
  458. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +39 -17
  459. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +39 -17
  460. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +39 -17
  461. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +36 -17
  462. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +39 -17
  463. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +39 -17
  464. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +39 -17
  465. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +39 -17
  466. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +39 -17
  467. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +39 -17
  468. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +39 -17
  469. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
  470. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +39 -17
  471. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +39 -17
  472. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +39 -17
  473. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +39 -17
  474. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +39 -17
  475. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +39 -17
  476. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +39 -17
  477. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +39 -17
  478. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +35 -17
  479. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  480. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +39 -17
  481. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +39 -17
  482. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +39 -17
  483. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +39 -17
  484. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +39 -17
  485. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +39 -17
  486. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +39 -17
  487. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +39 -17
  488. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +39 -17
  489. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +39 -17
  490. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +39 -17
  491. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +39 -17
  492. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +39 -17
  493. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +39 -17
  494. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +39 -17
  495. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +39 -17
  496. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +35 -17
  497. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +39 -17
  498. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +39 -17
  499. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +39 -17
  500. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +39 -17
  501. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
  502. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +39 -17
  503. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
  504. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +39 -17
  505. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +39 -17
  506. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +39 -17
  507. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +39 -17
  508. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +32 -17
  509. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +39 -17
  510. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +36 -17
  511. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +39 -17
  512. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +34 -17
  513. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +34 -17
  514. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +33 -18
  515. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +30 -17
  516. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +39 -17
  517. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +36 -17
  518. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +39 -17
  519. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +39 -17
  520. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +39 -17
  521. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +39 -17
  522. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
  523. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +35 -17
  524. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +39 -17
  525. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
  526. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +31 -17
  527. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +39 -17
  528. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
  529. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +39 -17
  530. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +39 -17
  531. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +34 -17
  532. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +39 -17
  533. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
  534. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +39 -17
  535. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +39 -17
  536. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +39 -17
  537. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +39 -17
  538. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +39 -17
  539. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +35 -17
  540. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +37 -17
  541. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +39 -17
  542. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +39 -17
  543. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +39 -17
  544. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
  545. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +35 -17
  546. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +30 -17
  547. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +39 -17
  548. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
  549. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +41 -18
  550. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +39 -17
  551. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +32 -17
  552. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +39 -17
  553. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +39 -17
  554. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +39 -17
  555. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +39 -17
  556. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +35 -17
  557. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +35 -17
  558. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +39 -17
  559. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +39 -17
  560. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
  561. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +39 -17
  562. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +39 -17
  563. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +39 -17
  564. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +39 -17
  565. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +39 -17
  566. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +36 -17
  567. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +39 -17
  568. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +39 -17
  569. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +35 -17
  570. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +39 -17
  571. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +39 -17
  572. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +39 -17
  573. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +39 -17
  574. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +39 -17
  575. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +39 -17
  576. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +35 -17
  577. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +39 -17
  578. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +39 -17
  579. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +39 -17
  580. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +39 -17
  581. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +39 -17
  582. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +39 -17
  583. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +39 -17
  584. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +39 -17
  585. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +39 -17
  586. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +39 -17
  587. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +39 -17
  588. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +39 -17
  589. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +39 -17
  590. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +41 -17
  591. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +32 -17
  592. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +35 -17
  593. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +32 -17
  594. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +35 -17
  595. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +32 -17
  596. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +39 -17
  597. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +39 -17
  598. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +39 -17
  599. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +39 -17
  600. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +39 -17
  601. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +39 -17
  602. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +39 -17
  603. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +39 -17
  604. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +39 -17
  605. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +32 -17
  606. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +39 -17
  607. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +32 -17
  608. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +30 -17
  609. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +34 -17
  610. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +34 -17
  611. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +35 -17
  612. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +39 -17
  613. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +39 -17
  614. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +39 -17
  615. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +39 -17
  616. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +39 -17
  617. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +39 -17
  618. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +39 -17
  619. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +32 -17
  620. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +35 -17
  621. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +39 -17
  622. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +35 -17
  623. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +39 -17
  624. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +39 -0
  625. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +39 -17
  626. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +35 -17
  627. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +39 -17
  628. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +39 -17
  629. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +39 -17
  630. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +35 -17
  631. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +36 -17
  632. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +39 -17
  633. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +34 -17
  634. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +39 -17
  635. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +39 -17
  636. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +39 -17
  637. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +39 -17
  638. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
  639. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  640. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +34 -17
  641. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +32 -17
  642. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +31 -17
  643. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +36 -17
  644. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +39 -17
  645. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +39 -17
  646. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +39 -17
  647. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +39 -17
  648. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +39 -17
  649. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +35 -17
  650. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +36 -17
  651. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +39 -17
  652. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +39 -17
  653. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +39 -17
  654. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +35 -17
  655. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +35 -17
  656. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +36 -17
  657. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +36 -17
  658. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +39 -17
  659. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +39 -17
  660. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +39 -17
  661. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +39 -17
  662. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +39 -18
  663. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +30 -17
  664. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +32 -17
  665. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
  666. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
  667. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
  668. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
  669. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
  670. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  671. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +39 -17
  672. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +39 -17
  673. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +30 -17
  674. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +32 -17
  675. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +39 -17
  676. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +39 -17
  677. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +39 -17
  678. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +34 -17
  679. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +30 -17
  680. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +39 -17
  681. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +39 -17
  682. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +34 -17
  683. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +35 -17
  684. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +39 -17
  685. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +39 -17
  686. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
  687. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +39 -17
  688. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +31 -17
  689. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +34 -17
  690. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +35 -17
  691. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +34 -17
  692. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +39 -17
  693. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +39 -17
  694. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +39 -17
  695. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +39 -17
  696. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +36 -17
  697. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +39 -17
  698. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -17
  699. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +39 -17
  700. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +33 -18
  701. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +39 -17
  702. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +39 -17
  703. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +39 -17
  704. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +39 -17
  705. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +35 -17
  706. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +35 -17
  707. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
  708. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +39 -17
  709. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +39 -17
  710. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +32 -17
  711. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +39 -17
  712. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +36 -17
  713. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +39 -17
  714. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +35 -17
  715. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +36 -17
  716. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +39 -17
  717. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +39 -17
  718. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +36 -17
  719. package/dist-types/ts3.4/commands/index.d.ts +542 -533
  720. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  721. package/dist-types/ts3.4/index.d.ts +7 -7
  722. package/dist-types/ts3.4/models/EC2ServiceException.d.ts +7 -6
  723. package/dist-types/ts3.4/models/index.d.ts +7 -7
  724. package/dist-types/ts3.4/models/models_0.d.ts +2960 -2987
  725. package/dist-types/ts3.4/models/models_1.d.ts +2532 -3440
  726. package/dist-types/ts3.4/models/models_2.d.ts +2253 -2839
  727. package/dist-types/ts3.4/models/models_3.d.ts +2557 -3444
  728. package/dist-types/ts3.4/models/models_4.d.ts +2722 -3492
  729. package/dist-types/ts3.4/models/models_5.d.ts +2595 -3289
  730. package/dist-types/ts3.4/models/models_6.d.ts +1345 -1483
  731. package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +11 -4
  732. package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +11 -4
  733. package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +11 -4
  734. package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +11 -4
  735. package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +11 -4
  736. package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +11 -4
  737. package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +11 -4
  738. package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +11 -4
  739. package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +11 -4
  740. package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +11 -4
  741. package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +11 -4
  742. package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +11 -4
  743. package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +11 -4
  744. package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +11 -4
  745. package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +11 -4
  746. package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +11 -4
  747. package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +11 -4
  748. package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +11 -4
  749. package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +11 -4
  750. package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +11 -4
  751. package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +11 -4
  752. package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +11 -4
  753. package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +11 -4
  754. package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +11 -4
  755. package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +11 -4
  756. package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +11 -4
  757. package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +11 -4
  758. package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +11 -4
  759. package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +11 -4
  760. package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +11 -4
  761. package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +11 -4
  762. package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
  763. package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +11 -4
  764. package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +11 -4
  765. package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +11 -4
  766. package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +11 -4
  767. package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +11 -4
  768. package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +11 -4
  769. package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +11 -4
  770. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +11 -4
  771. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +11 -4
  772. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +11 -4
  773. package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +11 -4
  774. package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +11 -4
  775. package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +11 -4
  776. package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +11 -4
  777. package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +11 -4
  778. package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +11 -4
  779. package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +11 -4
  780. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +11 -4
  781. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +11 -4
  782. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +11 -4
  783. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +11 -4
  784. package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +11 -4
  785. package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +11 -4
  786. package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +11 -4
  787. package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +11 -4
  788. package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +11 -4
  789. package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +11 -4
  790. package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +11 -4
  791. package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +11 -4
  792. package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +11 -4
  793. package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +11 -4
  794. package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +11 -4
  795. package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +11 -4
  796. package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +11 -4
  797. package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +11 -4
  798. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  799. package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +11 -4
  800. package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +11 -4
  801. package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +11 -4
  802. package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +11 -4
  803. package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +11 -4
  804. package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +11 -4
  805. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
  806. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +11 -4
  807. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +11 -4
  808. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +11 -4
  809. package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +11 -4
  810. package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +11 -4
  811. package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +11 -4
  812. package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +11 -4
  813. package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +11 -4
  814. package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +11 -4
  815. package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +11 -4
  816. package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +11 -4
  817. package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +11 -4
  818. package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +11 -4
  819. package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +11 -4
  820. package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +11 -4
  821. package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +11 -4
  822. package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
  823. package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +11 -4
  824. package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +11 -4
  825. package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +11 -4
  826. package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +11 -4
  827. package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +11 -4
  828. package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +11 -4
  829. package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +11 -4
  830. package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +11 -4
  831. package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +11 -4
  832. package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +11 -4
  833. package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +11 -4
  834. package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +11 -4
  835. package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +11 -4
  836. package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +11 -4
  837. package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +11 -4
  838. package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +11 -4
  839. package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +11 -4
  840. package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +11 -4
  841. package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +11 -4
  842. package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +11 -4
  843. package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +11 -4
  844. package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +11 -4
  845. package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +11 -4
  846. package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +11 -4
  847. package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +11 -4
  848. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  849. package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +11 -4
  850. package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +11 -4
  851. package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +11 -4
  852. package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +11 -4
  853. package/dist-types/ts3.4/pagination/index.d.ts +122 -122
  854. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6509 -1601
  855. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  856. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  857. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  858. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  859. package/dist-types/ts3.4/waiters/index.d.ts +34 -34
  860. package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +11 -7
  861. package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +11 -7
  862. package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +11 -7
  863. package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +11 -7
  864. package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +11 -7
  865. package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +11 -7
  866. package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +11 -7
  867. package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +11 -7
  868. package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +11 -7
  869. package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +11 -7
  870. package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +11 -7
  871. package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +11 -7
  872. package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +11 -7
  873. package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +11 -7
  874. package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +11 -7
  875. package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +11 -7
  876. package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +11 -7
  877. package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +11 -7
  878. package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +11 -7
  879. package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +11 -7
  880. package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +11 -7
  881. package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +11 -7
  882. package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +11 -7
  883. package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +11 -7
  884. package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +11 -7
  885. package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +11 -7
  886. package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +11 -7
  887. package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +11 -7
  888. package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +11 -7
  889. package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +11 -7
  890. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +11 -7
  891. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +11 -7
  892. package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +11 -7
  893. package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +11 -7
  894. package/package.json +36 -36
@@ -1,227 +1,323 @@
1
- import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AttributeValue, AutoPlacement, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
2
- import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
3
- import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_2";
4
- export interface DescribeClientVpnAuthorizationRulesRequest {
1
+ import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AttributeValue, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CurrencyCodeValues, CustomerGateway, DhcpOptions, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
2
+ import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
3
+ import { Filter, FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
4
+ /**
5
+ * <p>Describes the ID format for a resource.</p>
6
+ */
7
+ export interface IdFormat {
5
8
  /**
6
- * <p>The ID of the Client VPN endpoint.</p>
9
+ * <p>The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.</p>
7
10
  */
8
- ClientVpnEndpointId: string | undefined;
11
+ Deadline?: Date;
9
12
  /**
10
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
13
+ * <p>The type of resource.</p>
11
14
  */
12
- DryRun?: boolean;
15
+ Resource?: string;
13
16
  /**
14
- * <p>The token to retrieve the next page of results.</p>
17
+ * <p>Indicates whether longer IDs (17-character IDs) are enabled for the resource.</p>
15
18
  */
16
- NextToken?: string;
19
+ UseLongIds?: boolean;
20
+ }
21
+ export interface DescribeAggregateIdFormatResult {
17
22
  /**
18
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
19
- * <ul>
23
+ * <p>Indicates whether all resource types in the Region are configured to use longer IDs.
24
+ * This value is only <code>true</code> if all users are configured to use longer IDs for
25
+ * all resources types in the Region.</p>
26
+ */
27
+ UseLongIdsAggregated?: boolean;
28
+ /**
29
+ * <p>Information about each resource's ID format.</p>
30
+ */
31
+ Statuses?: IdFormat[];
32
+ }
33
+ export interface DescribeAvailabilityZonesRequest {
34
+ /**
35
+ * <p>The filters.</p>
36
+ * <ul>
20
37
  * <li>
21
38
  * <p>
22
- * <code>description</code> - The description of the authorization rule.</p>
39
+ * <code>group-name</code> - For Availability Zones, use the Region name. For Local
40
+ * Zones, use the name of the group associated with the Local Zone (for example,
41
+ * <code>us-west-2-lax-1</code>) For Wavelength Zones, use the name of the group associated
42
+ * with the Wavelength Zone (for example, <code>us-east-1-wl1-bos-wlz-1</code>).</p>
23
43
  * </li>
24
44
  * <li>
25
45
  * <p>
26
- * <code>destination-cidr</code> - The CIDR of the network to which the authorization rule
27
- * applies.</p>
46
+ * <code>message</code> - The Zone message.</p>
28
47
  * </li>
29
48
  * <li>
30
49
  * <p>
31
- * <code>group-id</code> - The ID of the Active Directory group to which the authorization rule grants access.</p>
50
+ * <code>opt-in-status</code> - The opt-in status (<code>opted-in</code>, and
51
+ * <code>not-opted-in</code> | <code>opt-in-not-required</code>).</p>
32
52
  * </li>
33
- * </ul>
34
- */
35
- Filters?: Filter[];
36
- /**
37
- * <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 nextToken value.</p>
38
- */
39
- MaxResults?: number;
40
- }
41
- /**
42
- * <p>Information about an authorization rule.</p>
43
- */
44
- export interface AuthorizationRule {
45
- /**
46
- * <p>The ID of the Client VPN endpoint with which the authorization rule is associated.</p>
47
- */
48
- ClientVpnEndpointId?: string;
49
- /**
50
- * <p>A brief description of the authorization rule.</p>
51
- */
52
- Description?: string;
53
- /**
54
- * <p>The ID of the Active Directory group to which the authorization rule grants access.</p>
55
- */
56
- GroupId?: string;
57
- /**
58
- * <p>Indicates whether the authorization rule grants access to all clients.</p>
59
- */
60
- AccessAll?: boolean;
61
- /**
62
- * <p>The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.</p>
63
- */
64
- DestinationCidr?: string;
65
- /**
66
- * <p>The current state of the authorization rule.</p>
67
- */
68
- Status?: ClientVpnAuthorizationRuleStatus;
69
- }
70
- export interface DescribeClientVpnAuthorizationRulesResult {
71
- /**
72
- * <p>Information about the authorization rules.</p>
73
- */
74
- AuthorizationRules?: AuthorizationRule[];
75
- /**
76
- * <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>
77
- */
78
- NextToken?: string;
79
- }
80
- export interface DescribeClientVpnConnectionsRequest {
81
- /**
82
- * <p>The ID of the Client VPN endpoint.</p>
83
- */
84
- ClientVpnEndpointId: string | undefined;
85
- /**
86
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
87
- * <ul>
88
53
  * <li>
89
54
  * <p>
90
- * <code>connection-id</code> - The ID of the connection.</p>
55
+ * <code>parent-zoneID</code> - The ID of the zone that handles some of the Local Zone
56
+ * and Wavelength Zone control plane operations, such as API calls.</p>
91
57
  * </li>
92
58
  * <li>
93
59
  * <p>
94
- * <code>username</code> - For Active Directory client authentication, the user name of the
95
- * client who established the client connection.</p>
60
+ * <code>parent-zoneName</code> - The ID of the zone that handles some of the Local Zone
61
+ * and Wavelength Zone control plane operations, such as API calls.</p>
62
+ * </li>
63
+ * <li>
64
+ * <p>
65
+ * <code>region-name</code> - The name of the Region for the Zone (for example,
66
+ * <code>us-east-1</code>).</p>
67
+ * </li>
68
+ * <li>
69
+ * <p>
70
+ * <code>state</code> - The state of the Availability Zone, the Local Zone, or the
71
+ * Wavelength Zone (<code>available</code>).</p>
72
+ * </li>
73
+ * <li>
74
+ * <p>
75
+ * <code>zone-id</code> - The ID of the Availability Zone (for example,
76
+ * <code>use1-az1</code>), the Local Zone (for example, <code>usw2-lax1-az1</code>), or the
77
+ * Wavelength Zone (for example, <code>us-east-1-wl1-bos-wlz-1</code>).</p>
78
+ * </li>
79
+ * <li>
80
+ * <p>
81
+ * <code>zone-type</code> - The type of zone, for example, <code>local-zone</code>.</p>
82
+ * </li>
83
+ * <li>
84
+ * <p>
85
+ * <code>zone-name</code> - The name of the Availability Zone (for example,
86
+ * <code>us-east-1a</code>), the Local Zone (for example, <code>us-west-2-lax-1a</code>), or
87
+ * the Wavelength Zone (for example, <code>us-east-1-wl1-bos-wlz-1</code>).</p>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <code>zone-type</code> - The type of zone, for example, <code>local-zone</code>.</p>
96
92
  * </li>
97
93
  * </ul>
98
94
  */
99
95
  Filters?: Filter[];
100
96
  /**
101
- * <p>The token to retrieve the next page of results.</p>
97
+ * <p>The names of the Availability Zones, Local Zones, and Wavelength Zones.</p>
102
98
  */
103
- NextToken?: string;
99
+ ZoneNames?: string[];
104
100
  /**
105
- * <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 nextToken value.</p>
101
+ * <p>The IDs of the Availability Zones, Local Zones, and Wavelength Zones.</p>
106
102
  */
107
- MaxResults?: number;
103
+ ZoneIds?: string[];
108
104
  /**
109
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
105
+ * <p>Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your
106
+ * opt-in status.</p>
107
+ * <p>If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.</p>
108
+ */
109
+ AllAvailabilityZones?: boolean;
110
+ /**
111
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
112
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
113
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
110
114
  */
111
115
  DryRun?: boolean;
112
116
  }
113
- export declare type ClientVpnConnectionStatusCode = "active" | "failed-to-terminate" | "terminated" | "terminating";
114
117
  /**
115
- * <p>Describes the status of a client connection.</p>
118
+ * <p>Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.</p>
116
119
  */
117
- export interface ClientVpnConnectionStatus {
118
- /**
119
- * <p>The state of the client connection.</p>
120
- */
121
- Code?: ClientVpnConnectionStatusCode | string;
120
+ export interface AvailabilityZoneMessage {
122
121
  /**
123
- * <p>A message about the status of the client connection, if applicable.</p>
122
+ * <p>The message about the Availability Zone, Local Zone, or Wavelength Zone.</p>
124
123
  */
125
124
  Message?: string;
126
125
  }
126
+ export declare type AvailabilityZoneOptInStatus = "not-opted-in" | "opt-in-not-required" | "opted-in";
127
+ export declare type AvailabilityZoneState = "available" | "impaired" | "information" | "unavailable";
127
128
  /**
128
- * <p>Describes a client connection.</p>
129
+ * <p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>
129
130
  */
130
- export interface ClientVpnConnection {
131
+ export interface AvailabilityZone {
131
132
  /**
132
- * <p>The ID of the Client VPN endpoint to which the client is connected.</p>
133
+ * <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. This value is always
134
+ * <code>available</code>.</p>
133
135
  */
134
- ClientVpnEndpointId?: string;
136
+ State?: AvailabilityZoneState | string;
135
137
  /**
136
- * <p>The current date and time.</p>
138
+ * <p>For Availability Zones, this parameter always has the value of
139
+ * <code>opt-in-not-required</code>.</p>
140
+ * <p>For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible
141
+ * values are <code>opted-in</code>, and <code>not-opted-in</code>.</p>
137
142
  */
138
- Timestamp?: string;
143
+ OptInStatus?: AvailabilityZoneOptInStatus | string;
139
144
  /**
140
- * <p>The ID of the client connection.</p>
145
+ * <p>Any messages about the Availability Zone, Local Zone, or Wavelength Zone.</p>
141
146
  */
142
- ConnectionId?: string;
147
+ Messages?: AvailabilityZoneMessage[];
143
148
  /**
144
- * <p>The username of the client who established the client connection. This information is only provided
145
- * if Active Directory client authentication is used.</p>
149
+ * <p>The name of the Region.</p>
146
150
  */
147
- Username?: string;
151
+ RegionName?: string;
148
152
  /**
149
- * <p>The date and time the client connection was established.</p>
153
+ * <p>The name of the Availability Zone, Local Zone, or Wavelength Zone.</p>
150
154
  */
151
- ConnectionEstablishedTime?: string;
155
+ ZoneName?: string;
152
156
  /**
153
- * <p>The number of bytes sent by the client.</p>
157
+ * <p>The ID of the Availability Zone, Local Zone, or Wavelength Zone.</p>
154
158
  */
155
- IngressBytes?: string;
159
+ ZoneId?: string;
156
160
  /**
157
- * <p>The number of bytes received by the client.</p>
161
+ * <p> For Availability Zones, this parameter has the same value as the Region name.</p>
162
+ * <p>For Local Zones, the name of the associated group, for example
163
+ * <code>us-west-2-lax-1</code>.</p>
164
+ * <p>For Wavelength Zones, the name of the associated group, for example
165
+ * <code>us-east-1-wl1-bos-wlz-1</code>.</p>
158
166
  */
159
- EgressBytes?: string;
167
+ GroupName?: string;
160
168
  /**
161
- * <p>The number of packets sent by the client.</p>
169
+ * <p>The name of the network border group.</p>
162
170
  */
163
- IngressPackets?: string;
171
+ NetworkBorderGroup?: string;
164
172
  /**
165
- * <p>The number of packets received by the client.</p>
173
+ * <p>The type of zone. The valid values are <code>availability-zone</code>,
174
+ * <code>local-zone</code>, and <code>wavelength-zone</code>.</p>
166
175
  */
167
- EgressPackets?: string;
176
+ ZoneType?: string;
168
177
  /**
169
- * <p>The IP address of the client.</p>
178
+ * <p>The name of the zone that handles some of the Local Zone or Wavelength Zone control plane
179
+ * operations, such as API calls.</p>
170
180
  */
171
- ClientIp?: string;
181
+ ParentZoneName?: string;
172
182
  /**
173
- * <p>The common name associated with the client. This is either the name of the client certificate,
174
- * or the Active Directory user name.</p>
183
+ * <p>The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane
184
+ * operations, such as API calls.</p>
175
185
  */
176
- CommonName?: string;
186
+ ParentZoneId?: string;
187
+ }
188
+ export interface DescribeAvailabilityZonesResult {
177
189
  /**
178
- * <p>The current state of the client connection.</p>
190
+ * <p>Information about the Availability Zones, Local Zones, and Wavelength Zones.</p>
179
191
  */
180
- Status?: ClientVpnConnectionStatus;
192
+ AvailabilityZones?: AvailabilityZone[];
193
+ }
194
+ export interface DescribeBundleTasksRequest {
181
195
  /**
182
- * <p>The date and time the client connection was terminated.</p>
196
+ * <p>The bundle task IDs.</p>
197
+ * <p>Default: Describes all your bundle tasks.</p>
183
198
  */
184
- ConnectionEndTime?: string;
199
+ BundleIds?: string[];
185
200
  /**
186
- * <p>The statuses returned by the client connect handler for posture compliance, if applicable.</p>
201
+ * <p>The filters.</p>
202
+ * <ul>
203
+ * <li>
204
+ * <p>
205
+ * <code>bundle-id</code> - The ID of the bundle task.</p>
206
+ * </li>
207
+ * <li>
208
+ * <p>
209
+ * <code>error-code</code> - If the task failed, the error code returned.</p>
210
+ * </li>
211
+ * <li>
212
+ * <p>
213
+ * <code>error-message</code> - If the task failed, the error message returned.</p>
214
+ * </li>
215
+ * <li>
216
+ * <p>
217
+ * <code>instance-id</code> - The ID of the instance.</p>
218
+ * </li>
219
+ * <li>
220
+ * <p>
221
+ * <code>progress</code> - The level of task completion, as a percentage (for example, 20%).</p>
222
+ * </li>
223
+ * <li>
224
+ * <p>
225
+ * <code>s3-bucket</code> - The Amazon S3 bucket to store the AMI.</p>
226
+ * </li>
227
+ * <li>
228
+ * <p>
229
+ * <code>s3-prefix</code> - The beginning of the AMI name.</p>
230
+ * </li>
231
+ * <li>
232
+ * <p>
233
+ * <code>start-time</code> - The time the task started (for example, 2013-09-15T17:15:20.000Z).</p>
234
+ * </li>
235
+ * <li>
236
+ * <p>
237
+ * <code>state</code> - The state of the task (<code>pending</code> | <code>waiting-for-shutdown</code> | <code>bundling</code> |
238
+ * <code>storing</code> | <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
239
+ * </li>
240
+ * <li>
241
+ * <p>
242
+ * <code>update-time</code> - The time of the most recent update for the task.</p>
243
+ * </li>
244
+ * </ul>
187
245
  */
188
- PostureComplianceStatuses?: string[];
246
+ Filters?: Filter[];
247
+ /**
248
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
249
+ * and provides an error response. If you have the required permissions, the error response is
250
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
251
+ */
252
+ DryRun?: boolean;
189
253
  }
190
- export interface DescribeClientVpnConnectionsResult {
254
+ export interface DescribeBundleTasksResult {
191
255
  /**
192
- * <p>Information about the active and terminated client connections.</p>
256
+ * <p>Information about the bundle tasks.</p>
193
257
  */
194
- Connections?: ClientVpnConnection[];
258
+ BundleTasks?: BundleTask[];
259
+ }
260
+ export interface DescribeByoipCidrsRequest {
195
261
  /**
196
- * <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>
262
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
263
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
264
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
265
+ */
266
+ DryRun?: boolean;
267
+ /**
268
+ * <p>The maximum number of results to return with a single call.
269
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
270
+ */
271
+ MaxResults: number | undefined;
272
+ /**
273
+ * <p>The token for the next page of results.</p>
197
274
  */
198
275
  NextToken?: string;
199
276
  }
200
- export interface DescribeClientVpnEndpointsRequest {
277
+ export interface DescribeByoipCidrsResult {
201
278
  /**
202
- * <p>The ID of the Client VPN endpoint.</p>
279
+ * <p>Information about your address ranges.</p>
203
280
  */
204
- ClientVpnEndpointIds?: string[];
281
+ ByoipCidrs?: ByoipCidr[];
205
282
  /**
206
- * <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 nextToken value.</p>
283
+ * <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>
207
284
  */
208
- MaxResults?: number;
285
+ NextToken?: string;
286
+ }
287
+ export interface DescribeCapacityReservationFleetsRequest {
209
288
  /**
210
- * <p>The token to retrieve the next page of results.</p>
289
+ * <p>The IDs of the Capacity Reservation Fleets to describe.</p>
290
+ */
291
+ CapacityReservationFleetIds?: string[];
292
+ /**
293
+ * <p>The token to use to retrieve the next page of results.</p>
211
294
  */
212
295
  NextToken?: string;
213
296
  /**
214
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
215
- * <ul>
297
+ * <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>
298
+ */
299
+ MaxResults?: number;
300
+ /**
301
+ * <p>One or more filters.</p>
302
+ * <ul>
216
303
  * <li>
217
- * <p>
218
- * <code>endpoint-id</code> - The ID of the Client VPN endpoint.</p>
219
- * </li>
304
+ * <p>
305
+ * <code>state</code> - The state of the Fleet (<code>submitted</code> | <code>modifying</code> | <code>active</code> |
306
+ * <code>partially_fulfilled</code> | <code>expiring</code> | <code>expired</code> | <code>cancelling</code> |
307
+ * <code>cancelled</code> | <code>failed</code>).</p>
308
+ * </li>
220
309
  * <li>
221
- * <p>
222
- * <code>transport-protocol</code> - The transport protocol (<code>tcp</code> |
223
- * <code>udp</code>).</p>
224
- * </li>
310
+ * <p>
311
+ * <code>instance-match-criteria</code> - The instance matching criteria for the Fleet. Only <code>open</code> is supported.</p>
312
+ * </li>
313
+ * <li>
314
+ * <p>
315
+ * <code>tenancy</code> - The tenancy of the Fleet (<code>default</code> | <code>dedicated</code>).</p>
316
+ * </li>
317
+ * <li>
318
+ * <p>
319
+ * <code>allocation-strategy</code> - The allocation strategy used by the Fleet. Only <code>prioritized</code> is supported.</p>
320
+ * </li>
225
321
  * </ul>
226
322
  */
227
323
  Filters?: Filter[];
@@ -230,21 +326,684 @@ export interface DescribeClientVpnEndpointsRequest {
230
326
  */
231
327
  DryRun?: boolean;
232
328
  }
233
- export declare type AssociatedNetworkType = "vpc";
234
329
  /**
235
- * <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
330
+ * <p>Information about a Capacity Reservation Fleet.</p>
236
331
  */
237
- export interface AssociatedTargetNetwork {
332
+ export interface CapacityReservationFleet {
238
333
  /**
239
- * <p>The ID of the subnet.</p>
334
+ * <p>The ID of the Capacity Reservation Fleet.</p>
240
335
  */
241
- NetworkId?: string;
336
+ CapacityReservationFleetId?: string;
242
337
  /**
243
- * <p>The target network type.</p>
338
+ * <p>The ARN of the Capacity Reservation Fleet.</p>
244
339
  */
245
- NetworkType?: AssociatedNetworkType | string;
246
- }
247
- /**
340
+ CapacityReservationFleetArn?: string;
341
+ /**
342
+ * <p>The state of the Capacity Reservation Fleet. Possible states include:</p>
343
+ * <ul>
344
+ * <li>
345
+ * <p>
346
+ * <code>submitted</code> - The Capacity Reservation Fleet request has been submitted
347
+ * and Amazon Elastic Compute Cloud is preparing to create the Capacity Reservations.</p>
348
+ * </li>
349
+ * <li>
350
+ * <p>
351
+ * <code>modifying</code> - The Capacity Reservation Fleet is being modified. The Fleet
352
+ * remains in this state until the modification is complete.</p>
353
+ * </li>
354
+ * <li>
355
+ * <p>
356
+ * <code>active</code> - The Capacity Reservation Fleet has fulfilled its total target
357
+ * capacity and it is attempting to maintain this capacity. The Fleet remains in this
358
+ * state until it is modified or deleted.</p>
359
+ * </li>
360
+ * <li>
361
+ * <p>
362
+ * <code>partially_fulfilled</code> - The Capacity Reservation Fleet has partially
363
+ * fulfilled its total target capacity. There is insufficient Amazon EC2 to
364
+ * fulfill the total target capacity. The Fleet is attempting to asynchronously fulfill
365
+ * its total target capacity.</p>
366
+ * </li>
367
+ * <li>
368
+ * <p>
369
+ * <code>expiring</code> - The Capacity Reservation Fleet has reach its end date and it
370
+ * is in the process of expiring. One or more of its Capacity reservations might still
371
+ * be active.</p>
372
+ * </li>
373
+ * <li>
374
+ * <p>
375
+ * <code>expired</code> - The Capacity Reservation Fleet has reach its end date. The Fleet
376
+ * and its Capacity Reservations are expired. The Fleet can't create new Capacity
377
+ * Reservations.</p>
378
+ * </li>
379
+ * <li>
380
+ * <p>
381
+ * <code>cancelling</code> - The Capacity Reservation Fleet is in the process of being
382
+ * cancelled. One or more of its Capacity reservations might still be active.</p>
383
+ * </li>
384
+ * <li>
385
+ * <p>
386
+ * <code>cancelled</code> - The Capacity Reservation Fleet has been manually cancelled.
387
+ * The Fleet and its Capacity Reservations are cancelled and the Fleet can't create new
388
+ * Capacity Reservations.</p>
389
+ * </li>
390
+ * <li>
391
+ * <p>
392
+ * <code>failed</code> - The Capacity Reservation Fleet failed to reserve capacity for
393
+ * the specified instance types.</p>
394
+ * </li>
395
+ * </ul>
396
+ */
397
+ State?: CapacityReservationFleetState | string;
398
+ /**
399
+ * <p>The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.
400
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target capacity</a>
401
+ * in the Amazon EC2 User Guide.</p>
402
+ */
403
+ TotalTargetCapacity?: number;
404
+ /**
405
+ * <p>The capacity units that have been fulfilled.</p>
406
+ */
407
+ TotalFulfilledCapacity?: number;
408
+ /**
409
+ * <p>The tenancy of the Capacity Reservation Fleet. Tenancies include:</p>
410
+ * <ul>
411
+ * <li>
412
+ * <p>
413
+ * <code>default</code> - The Capacity Reservation Fleet is created on hardware that is
414
+ * shared with other Amazon Web Services accounts.</p>
415
+ * </li>
416
+ * <li>
417
+ * <p>
418
+ * <code>dedicated</code> - The Capacity Reservation Fleet is created on single-tenant
419
+ * hardware that is dedicated to a single Amazon Web Services account.</p>
420
+ * </li>
421
+ * </ul>
422
+ */
423
+ Tenancy?: FleetCapacityReservationTenancy | string;
424
+ /**
425
+ * <p>The date and time at which the Capacity Reservation Fleet expires.</p>
426
+ */
427
+ EndDate?: Date;
428
+ /**
429
+ * <p>The date and time at which the Capacity Reservation Fleet was created.</p>
430
+ */
431
+ CreateTime?: Date;
432
+ /**
433
+ * <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All
434
+ * Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
435
+ * <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching criteria
436
+ * only. This means that instances that have matching attributes (instance type, platform, and
437
+ * Availability Zone) run in the Capacity Reservations automatically. Instances do not need to
438
+ * explicitly target a Capacity Reservation Fleet to use its reserved capacity.</p>
439
+ */
440
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
441
+ /**
442
+ * <p>The strategy used by the Capacity Reservation Fleet to determine which of the specified
443
+ * instance types to use. For more information, see For more information, see
444
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy">
445
+ * Allocation strategy</a> in the Amazon EC2 User Guide.</p>
446
+ */
447
+ AllocationStrategy?: string;
448
+ /**
449
+ * <p>Information about the instance types for which to reserve the capacity.</p>
450
+ */
451
+ InstanceTypeSpecifications?: FleetCapacityReservation[];
452
+ /**
453
+ * <p>The tags assigned to the Capacity Reservation Fleet.</p>
454
+ */
455
+ Tags?: Tag[];
456
+ }
457
+ export interface DescribeCapacityReservationFleetsResult {
458
+ /**
459
+ * <p>Information about the Capacity Reservation Fleets.</p>
460
+ */
461
+ CapacityReservationFleets?: CapacityReservationFleet[];
462
+ /**
463
+ * <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>
464
+ */
465
+ NextToken?: string;
466
+ }
467
+ export interface DescribeCapacityReservationsRequest {
468
+ /**
469
+ * <p>The ID of the Capacity Reservation.</p>
470
+ */
471
+ CapacityReservationIds?: string[];
472
+ /**
473
+ * <p>The token to use to retrieve the next page of results.</p>
474
+ */
475
+ NextToken?: string;
476
+ /**
477
+ * <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>
478
+ */
479
+ MaxResults?: number;
480
+ /**
481
+ * <p>One or more filters.</p>
482
+ * <ul>
483
+ * <li>
484
+ * <p>
485
+ * <code>instance-type</code> - The type of instance for which the Capacity Reservation reserves capacity.</p>
486
+ * </li>
487
+ * <li>
488
+ * <p>
489
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the Capacity Reservation.</p>
490
+ * </li>
491
+ * <li>
492
+ * <p>
493
+ * <code>instance-platform</code> - The type of operating system for which the Capacity Reservation reserves capacity.</p>
494
+ * </li>
495
+ * <li>
496
+ * <p>
497
+ * <code>availability-zone</code> - The Availability Zone of the Capacity Reservation.</p>
498
+ * </li>
499
+ * <li>
500
+ * <p>
501
+ * <code>tenancy</code> - Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the
502
+ * following tenancy settings:</p>
503
+ * <ul>
504
+ * <li>
505
+ * <p>
506
+ * <code>default</code> - The Capacity Reservation is created on hardware that is shared with other Amazon Web Services accounts.</p>
507
+ * </li>
508
+ * <li>
509
+ * <p>
510
+ * <code>dedicated</code> - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single Amazon Web Services account.</p>
511
+ * </li>
512
+ * </ul>
513
+ * </li>
514
+ * <li>
515
+ * <p>
516
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was created.</p>
517
+ * </li>
518
+ * <li>
519
+ * <p>
520
+ * <code>state</code> - The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:</p>
521
+ * <ul>
522
+ * <li>
523
+ * <p>
524
+ * <code>active</code>- The Capacity Reservation is active and the capacity is available for your use.</p>
525
+ * </li>
526
+ * <li>
527
+ * <p>
528
+ * <code>expired</code> - The Capacity Reservation expired automatically at the date and time specified in your request.
529
+ * The reserved capacity is no longer available for your use.</p>
530
+ * </li>
531
+ * <li>
532
+ * <p>
533
+ * <code>cancelled</code> - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use.</p>
534
+ * </li>
535
+ * <li>
536
+ * <p>
537
+ * <code>pending</code> - The Capacity Reservation request was successful but the capacity provisioning is still pending.</p>
538
+ * </li>
539
+ * <li>
540
+ * <p>
541
+ * <code>failed</code> - The Capacity Reservation request has failed. A request might fail due to invalid request parameters,
542
+ * capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes.</p>
543
+ * </li>
544
+ * </ul>
545
+ * </li>
546
+ * <li>
547
+ * <p>
548
+ * <code>start-date</code> - The date and time at which the Capacity Reservation was started.</p>
549
+ * </li>
550
+ * <li>
551
+ * <p>
552
+ * <code>end-date</code> - The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is
553
+ * released and you can no longer launch instances into it. The Capacity Reservation's state changes to expired when it reaches its end date and time.</p>
554
+ * </li>
555
+ * <li>
556
+ * <p>
557
+ * <code>end-date-type</code> - Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:</p>
558
+ * <ul>
559
+ * <li>
560
+ * <p>
561
+ * <code>unlimited</code> - The Capacity Reservation remains active until you explicitly cancel it.</p>
562
+ * </li>
563
+ * <li>
564
+ * <p>
565
+ * <code>limited</code> - The Capacity Reservation expires automatically at a specified date and time.</p>
566
+ * </li>
567
+ * </ul>
568
+ * </li>
569
+ * <li>
570
+ * <p>
571
+ * <code>instance-match-criteria</code> - Indicates the type of instance launches that the Capacity Reservation accepts. The options include:</p>
572
+ * <ul>
573
+ * <li>
574
+ * <p>
575
+ * <code>open</code> - The Capacity Reservation accepts all instances that have matching
576
+ * attributes (instance type, platform, and Availability Zone). Instances
577
+ * that have matching attributes launch into the Capacity Reservation
578
+ * automatically without specifying any additional parameters.</p>
579
+ * </li>
580
+ * <li>
581
+ * <p>
582
+ * <code>targeted</code> - The Capacity Reservation only accepts instances that have matching
583
+ * attributes (instance type, platform, and Availability Zone), and
584
+ * explicitly target the Capacity Reservation. This ensures that only
585
+ * permitted instances can use the reserved capacity.</p>
586
+ * </li>
587
+ * </ul>
588
+ * </li>
589
+ * <li>
590
+ * <p>
591
+ * <code>placement-group-arn</code> - The ARN of the cluster placement group in which the Capacity Reservation was created.</p>
592
+ * </li>
593
+ * </ul>
594
+ */
595
+ Filters?: Filter[];
596
+ /**
597
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
598
+ */
599
+ DryRun?: boolean;
600
+ }
601
+ export interface DescribeCapacityReservationsResult {
602
+ /**
603
+ * <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>
604
+ */
605
+ NextToken?: string;
606
+ /**
607
+ * <p>Information about the Capacity Reservations.</p>
608
+ */
609
+ CapacityReservations?: CapacityReservation[];
610
+ }
611
+ export interface DescribeCarrierGatewaysRequest {
612
+ /**
613
+ * <p>One or more carrier gateway IDs.</p>
614
+ */
615
+ CarrierGatewayIds?: string[];
616
+ /**
617
+ * <p>One or more filters.</p>
618
+ * <ul>
619
+ * <li>
620
+ * <p>
621
+ * <code>carrier-gateway-id</code> - The ID of the carrier gateway.</p>
622
+ * </li>
623
+ * <li>
624
+ * <p>
625
+ * <code>state</code> - The state of the carrier gateway (<code>pending</code> |
626
+ * <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
627
+ * </li>
628
+ * <li>
629
+ * <p>
630
+ * <code>owner-id</code> - The Amazon Web Services account ID of the owner of the carrier gateway.</p>
631
+ * </li>
632
+ * <li>
633
+ * <p>
634
+ * <code>tag</code>:<key> - 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.
635
+ * 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>
636
+ * </li>
637
+ * <li>
638
+ * <p>
639
+ * <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>
640
+ * </li>
641
+ * <li>
642
+ * <p>
643
+ * <code>vpc-id</code> - The ID of the VPC associated with the carrier gateway.</p>
644
+ * </li>
645
+ * </ul>
646
+ */
647
+ Filters?: Filter[];
648
+ /**
649
+ * <p>The maximum number of results to return with a single call.
650
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
651
+ */
652
+ MaxResults?: number;
653
+ /**
654
+ * <p>The token for the next page of results.</p>
655
+ */
656
+ NextToken?: string;
657
+ /**
658
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
659
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
660
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
661
+ */
662
+ DryRun?: boolean;
663
+ }
664
+ export interface DescribeCarrierGatewaysResult {
665
+ /**
666
+ * <p>Information about the carrier gateway.</p>
667
+ */
668
+ CarrierGateways?: CarrierGateway[];
669
+ /**
670
+ * <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>
671
+ */
672
+ NextToken?: string;
673
+ }
674
+ export interface DescribeClassicLinkInstancesRequest {
675
+ /**
676
+ * <p>One or more filters.</p>
677
+ * <ul>
678
+ * <li>
679
+ * <p>
680
+ * <code>group-id</code> - The ID of a VPC security group that's associated with the instance.</p>
681
+ * </li>
682
+ * <li>
683
+ * <p>
684
+ * <code>instance-id</code> - The ID of the instance.</p>
685
+ * </li>
686
+ * <li>
687
+ * <p>
688
+ * <code>tag</code>:<key> - 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.
689
+ * 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>
690
+ * </li>
691
+ * <li>
692
+ * <p>
693
+ * <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>
694
+ * </li>
695
+ * <li>
696
+ *
697
+ * <p>
698
+ * <code>vpc-id</code> - The ID of the VPC to which the instance is
699
+ * linked.</p>
700
+ *
701
+ * <p>
702
+ * <code>vpc-id</code> - The ID of the VPC that the instance is linked to.</p>
703
+ *
704
+ * </li>
705
+ * </ul>
706
+ */
707
+ Filters?: Filter[];
708
+ /**
709
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
710
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
711
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
712
+ */
713
+ DryRun?: boolean;
714
+ /**
715
+ * <p>One or more instance IDs. Must be instances linked to a VPC through ClassicLink.</p>
716
+ */
717
+ InstanceIds?: string[];
718
+ /**
719
+ * <p>The maximum number of results to return with a single call.
720
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
721
+ * <p>Constraint: If the value is greater than 1000, we return only 1000 items.</p>
722
+ */
723
+ MaxResults?: number;
724
+ /**
725
+ * <p>The token for the next page of results.</p>
726
+ */
727
+ NextToken?: string;
728
+ }
729
+ /**
730
+ * <note>
731
+ * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
732
+ * </note>
733
+ * <p>Describes a linked EC2-Classic instance.</p>
734
+ */
735
+ export interface ClassicLinkInstance {
736
+ /**
737
+ * <p>A list of security groups.</p>
738
+ */
739
+ Groups?: GroupIdentifier[];
740
+ /**
741
+ * <p>The ID of the instance.</p>
742
+ */
743
+ InstanceId?: string;
744
+ /**
745
+ * <p>Any tags assigned to the instance.</p>
746
+ */
747
+ Tags?: Tag[];
748
+ /**
749
+ * <p>The ID of the VPC.</p>
750
+ */
751
+ VpcId?: string;
752
+ }
753
+ export interface DescribeClassicLinkInstancesResult {
754
+ /**
755
+ * <p>Information about one or more linked EC2-Classic instances.</p>
756
+ */
757
+ Instances?: ClassicLinkInstance[];
758
+ /**
759
+ * <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>
760
+ */
761
+ NextToken?: string;
762
+ }
763
+ export interface DescribeClientVpnAuthorizationRulesRequest {
764
+ /**
765
+ * <p>The ID of the Client VPN endpoint.</p>
766
+ */
767
+ ClientVpnEndpointId: string | undefined;
768
+ /**
769
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
770
+ */
771
+ DryRun?: boolean;
772
+ /**
773
+ * <p>The token to retrieve the next page of results.</p>
774
+ */
775
+ NextToken?: string;
776
+ /**
777
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
778
+ * <ul>
779
+ * <li>
780
+ * <p>
781
+ * <code>description</code> - The description of the authorization rule.</p>
782
+ * </li>
783
+ * <li>
784
+ * <p>
785
+ * <code>destination-cidr</code> - The CIDR of the network to which the authorization rule
786
+ * applies.</p>
787
+ * </li>
788
+ * <li>
789
+ * <p>
790
+ * <code>group-id</code> - The ID of the Active Directory group to which the authorization rule grants access.</p>
791
+ * </li>
792
+ * </ul>
793
+ */
794
+ Filters?: Filter[];
795
+ /**
796
+ * <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 nextToken value.</p>
797
+ */
798
+ MaxResults?: number;
799
+ }
800
+ /**
801
+ * <p>Information about an authorization rule.</p>
802
+ */
803
+ export interface AuthorizationRule {
804
+ /**
805
+ * <p>The ID of the Client VPN endpoint with which the authorization rule is associated.</p>
806
+ */
807
+ ClientVpnEndpointId?: string;
808
+ /**
809
+ * <p>A brief description of the authorization rule.</p>
810
+ */
811
+ Description?: string;
812
+ /**
813
+ * <p>The ID of the Active Directory group to which the authorization rule grants access.</p>
814
+ */
815
+ GroupId?: string;
816
+ /**
817
+ * <p>Indicates whether the authorization rule grants access to all clients.</p>
818
+ */
819
+ AccessAll?: boolean;
820
+ /**
821
+ * <p>The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.</p>
822
+ */
823
+ DestinationCidr?: string;
824
+ /**
825
+ * <p>The current state of the authorization rule.</p>
826
+ */
827
+ Status?: ClientVpnAuthorizationRuleStatus;
828
+ }
829
+ export interface DescribeClientVpnAuthorizationRulesResult {
830
+ /**
831
+ * <p>Information about the authorization rules.</p>
832
+ */
833
+ AuthorizationRules?: AuthorizationRule[];
834
+ /**
835
+ * <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>
836
+ */
837
+ NextToken?: string;
838
+ }
839
+ export interface DescribeClientVpnConnectionsRequest {
840
+ /**
841
+ * <p>The ID of the Client VPN endpoint.</p>
842
+ */
843
+ ClientVpnEndpointId: string | undefined;
844
+ /**
845
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
846
+ * <ul>
847
+ * <li>
848
+ * <p>
849
+ * <code>connection-id</code> - The ID of the connection.</p>
850
+ * </li>
851
+ * <li>
852
+ * <p>
853
+ * <code>username</code> - For Active Directory client authentication, the user name of the
854
+ * client who established the client connection.</p>
855
+ * </li>
856
+ * </ul>
857
+ */
858
+ Filters?: Filter[];
859
+ /**
860
+ * <p>The token to retrieve the next page of results.</p>
861
+ */
862
+ NextToken?: string;
863
+ /**
864
+ * <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 nextToken value.</p>
865
+ */
866
+ MaxResults?: number;
867
+ /**
868
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
869
+ */
870
+ DryRun?: boolean;
871
+ }
872
+ export declare type ClientVpnConnectionStatusCode = "active" | "failed-to-terminate" | "terminated" | "terminating";
873
+ /**
874
+ * <p>Describes the status of a client connection.</p>
875
+ */
876
+ export interface ClientVpnConnectionStatus {
877
+ /**
878
+ * <p>The state of the client connection.</p>
879
+ */
880
+ Code?: ClientVpnConnectionStatusCode | string;
881
+ /**
882
+ * <p>A message about the status of the client connection, if applicable.</p>
883
+ */
884
+ Message?: string;
885
+ }
886
+ /**
887
+ * <p>Describes a client connection.</p>
888
+ */
889
+ export interface ClientVpnConnection {
890
+ /**
891
+ * <p>The ID of the Client VPN endpoint to which the client is connected.</p>
892
+ */
893
+ ClientVpnEndpointId?: string;
894
+ /**
895
+ * <p>The current date and time.</p>
896
+ */
897
+ Timestamp?: string;
898
+ /**
899
+ * <p>The ID of the client connection.</p>
900
+ */
901
+ ConnectionId?: string;
902
+ /**
903
+ * <p>The username of the client who established the client connection. This information is only provided
904
+ * if Active Directory client authentication is used.</p>
905
+ */
906
+ Username?: string;
907
+ /**
908
+ * <p>The date and time the client connection was established.</p>
909
+ */
910
+ ConnectionEstablishedTime?: string;
911
+ /**
912
+ * <p>The number of bytes sent by the client.</p>
913
+ */
914
+ IngressBytes?: string;
915
+ /**
916
+ * <p>The number of bytes received by the client.</p>
917
+ */
918
+ EgressBytes?: string;
919
+ /**
920
+ * <p>The number of packets sent by the client.</p>
921
+ */
922
+ IngressPackets?: string;
923
+ /**
924
+ * <p>The number of packets received by the client.</p>
925
+ */
926
+ EgressPackets?: string;
927
+ /**
928
+ * <p>The IP address of the client.</p>
929
+ */
930
+ ClientIp?: string;
931
+ /**
932
+ * <p>The common name associated with the client. This is either the name of the client certificate,
933
+ * or the Active Directory user name.</p>
934
+ */
935
+ CommonName?: string;
936
+ /**
937
+ * <p>The current state of the client connection.</p>
938
+ */
939
+ Status?: ClientVpnConnectionStatus;
940
+ /**
941
+ * <p>The date and time the client connection was terminated.</p>
942
+ */
943
+ ConnectionEndTime?: string;
944
+ /**
945
+ * <p>The statuses returned by the client connect handler for posture compliance, if applicable.</p>
946
+ */
947
+ PostureComplianceStatuses?: string[];
948
+ }
949
+ export interface DescribeClientVpnConnectionsResult {
950
+ /**
951
+ * <p>Information about the active and terminated client connections.</p>
952
+ */
953
+ Connections?: ClientVpnConnection[];
954
+ /**
955
+ * <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>
956
+ */
957
+ NextToken?: string;
958
+ }
959
+ export interface DescribeClientVpnEndpointsRequest {
960
+ /**
961
+ * <p>The ID of the Client VPN endpoint.</p>
962
+ */
963
+ ClientVpnEndpointIds?: string[];
964
+ /**
965
+ * <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 nextToken value.</p>
966
+ */
967
+ MaxResults?: number;
968
+ /**
969
+ * <p>The token to retrieve the next page of results.</p>
970
+ */
971
+ NextToken?: string;
972
+ /**
973
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
974
+ * <ul>
975
+ * <li>
976
+ * <p>
977
+ * <code>endpoint-id</code> - The ID of the Client VPN endpoint.</p>
978
+ * </li>
979
+ * <li>
980
+ * <p>
981
+ * <code>transport-protocol</code> - The transport protocol (<code>tcp</code> |
982
+ * <code>udp</code>).</p>
983
+ * </li>
984
+ * </ul>
985
+ */
986
+ Filters?: Filter[];
987
+ /**
988
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
989
+ */
990
+ DryRun?: boolean;
991
+ }
992
+ export declare type AssociatedNetworkType = "vpc";
993
+ /**
994
+ * <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
995
+ */
996
+ export interface AssociatedTargetNetwork {
997
+ /**
998
+ * <p>The ID of the subnet.</p>
999
+ */
1000
+ NetworkId?: string;
1001
+ /**
1002
+ * <p>The target network type.</p>
1003
+ */
1004
+ NetworkType?: AssociatedNetworkType | string;
1005
+ }
1006
+ /**
248
1007
  * <p>Describes an Active Directory.</p>
249
1008
  */
250
1009
  export interface DirectoryServiceAuthentication {
@@ -676,31 +1435,6 @@ export interface DescribeCoipPoolsRequest {
676
1435
  */
677
1436
  DryRun?: boolean;
678
1437
  }
679
- /**
680
- * <p>Describes a customer-owned address pool.</p>
681
- */
682
- export interface CoipPool {
683
- /**
684
- * <p>The ID of the address pool.</p>
685
- */
686
- PoolId?: string;
687
- /**
688
- * <p>The address ranges of the address pool.</p>
689
- */
690
- PoolCidrs?: string[];
691
- /**
692
- * <p>The ID of the local gateway route table.</p>
693
- */
694
- LocalGatewayRouteTableId?: string;
695
- /**
696
- * <p>The tags.</p>
697
- */
698
- Tags?: Tag[];
699
- /**
700
- * <p>The ARN of the address pool.</p>
701
- */
702
- PoolArn?: string;
703
- }
704
1438
  export interface DescribeCoipPoolsResult {
705
1439
  /**
706
1440
  * <p>Information about the address pools.</p>
@@ -3614,99 +4348,19 @@ export interface DescribeImagesRequest {
3614
4348
  * </note>
3615
4349
  */
3616
4350
  IncludeDeprecated?: boolean;
3617
- /**
3618
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
3619
- * and provides an error response. If you have the required permissions, the error response is
3620
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3621
- */
3622
- DryRun?: boolean;
3623
- }
3624
- export declare type ArchitectureValues = "arm64" | "i386" | "x86_64" | "x86_64_mac";
3625
- export declare type BootModeValues = "legacy-bios" | "uefi";
3626
- export declare type HypervisorType = "ovm" | "xen";
3627
- export declare type ImageTypeValues = "kernel" | "machine" | "ramdisk";
3628
- export declare type DeviceType = "ebs" | "instance-store";
3629
- export declare type ImageState = "available" | "deregistered" | "error" | "failed" | "invalid" | "pending" | "transient";
3630
- /**
3631
- * <p>Describes a state change.</p>
3632
- */
3633
- export interface StateReason {
3634
- /**
3635
- * <p>The reason code for the state change.</p>
3636
- */
3637
- Code?: string;
3638
- /**
3639
- * <p>The message for the state change.</p>
3640
- * <ul>
3641
- * <li>
3642
- * <p>
3643
- * <code>Server.InsufficientInstanceCapacity</code>: There was insufficient
3644
- * capacity available to satisfy the launch request.</p>
3645
- * </li>
3646
- * <li>
3647
- * <p>
3648
- * <code>Server.InternalError</code>: An internal error caused the instance to
3649
- * terminate during launch.</p>
3650
- * </li>
3651
- * <li>
3652
- * <p>
3653
- * <code>Server.ScheduledStop</code>: The instance was stopped due to a scheduled
3654
- * retirement.</p>
3655
- * </li>
3656
- * <li>
3657
- * <p>
3658
- * <code>Server.SpotInstanceShutdown</code>: The instance was stopped because the
3659
- * number of Spot requests with a maximum price equal to or higher than the Spot
3660
- * price exceeded available capacity or because of an increase in the Spot
3661
- * price.</p>
3662
- * </li>
3663
- * <li>
3664
- * <p>
3665
- * <code>Server.SpotInstanceTermination</code>: The instance was terminated
3666
- * because the number of Spot requests with a maximum price equal to or higher than
3667
- * the Spot price exceeded available capacity or because of an increase in the Spot
3668
- * price.</p>
3669
- * </li>
3670
- * <li>
3671
- * <p>
3672
- * <code>Client.InstanceInitiatedShutdown</code>: The instance was shut down
3673
- * using the <code>shutdown -h</code> command from the instance.</p>
3674
- * </li>
3675
- * <li>
3676
- * <p>
3677
- * <code>Client.InstanceTerminated</code>: The instance was terminated or
3678
- * rebooted during AMI creation.</p>
3679
- * </li>
3680
- * <li>
3681
- * <p>
3682
- * <code>Client.InternalError</code>: A client error caused the instance to
3683
- * terminate during launch.</p>
3684
- * </li>
3685
- * <li>
3686
- * <p>
3687
- * <code>Client.InvalidSnapshot.NotFound</code>: The specified snapshot was not
3688
- * found.</p>
3689
- * </li>
3690
- * <li>
3691
- * <p>
3692
- * <code>Client.UserInitiatedHibernate</code>: Hibernation was initiated on the
3693
- * instance.</p>
3694
- * </li>
3695
- * <li>
3696
- * <p>
3697
- * <code>Client.UserInitiatedShutdown</code>: The instance was shut down using
3698
- * the Amazon EC2 API.</p>
3699
- * </li>
3700
- * <li>
3701
- * <p>
3702
- * <code>Client.VolumeLimitExceeded</code>: The limit on the number of EBS
3703
- * volumes or total storage was exceeded. Decrease usage or request an increase in
3704
- * your account limits.</p>
3705
- * </li>
3706
- * </ul>
4351
+ /**
4352
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
4353
+ * and provides an error response. If you have the required permissions, the error response is
4354
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3707
4355
  */
3708
- Message?: string;
4356
+ DryRun?: boolean;
3709
4357
  }
4358
+ export declare type ArchitectureValues = "arm64" | "i386" | "x86_64" | "x86_64_mac";
4359
+ export declare type BootModeValues = "legacy-bios" | "uefi";
4360
+ export declare type HypervisorType = "ovm" | "xen";
4361
+ export declare type ImageTypeValues = "kernel" | "machine" | "ramdisk";
4362
+ export declare type DeviceType = "ebs" | "instance-store";
4363
+ export declare type ImageState = "available" | "deregistered" | "error" | "failed" | "invalid" | "pending" | "transient";
3710
4364
  export declare enum TpmSupportValues {
3711
4365
  v2_0 = "v2.0"
3712
4366
  }
@@ -6742,283 +7396,37 @@ export interface DescribeInstanceTypesResult {
6742
7396
  }
6743
7397
  export interface DescribeInternetGatewaysRequest {
6744
7398
  /**
6745
- * <p>One or more filters.</p>
6746
- * <ul>
6747
- * <li>
6748
- * <p>
6749
- * <code>attachment.state</code> - The current state of the attachment between the gateway
6750
- * and the VPC (<code>available</code>). Present only if a VPC is attached.</p>
6751
- * </li>
6752
- * <li>
6753
- * <p>
6754
- * <code>attachment.vpc-id</code> - The ID of an attached VPC.</p>
6755
- * </li>
6756
- * <li>
6757
- * <p>
6758
- * <code>internet-gateway-id</code> - The ID of the Internet gateway.</p>
6759
- * </li>
6760
- * <li>
6761
- * <p>
6762
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the internet gateway.</p>
6763
- * </li>
6764
- * <li>
6765
- * <p>
6766
- * <code>tag</code>:<key> - 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.
6767
- * 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>
6768
- * </li>
6769
- * <li>
6770
- * <p>
6771
- * <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>
6772
- * </li>
6773
- * </ul>
6774
- */
6775
- Filters?: Filter[];
6776
- /**
6777
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6778
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6779
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6780
- */
6781
- DryRun?: boolean;
6782
- /**
6783
- * <p>One or more internet gateway IDs.</p>
6784
- * <p>Default: Describes all your internet gateways.</p>
6785
- */
6786
- InternetGatewayIds?: string[];
6787
- /**
6788
- * <p>The token for the next page of results.</p>
6789
- */
6790
- NextToken?: string;
6791
- /**
6792
- * <p>The maximum number of results to return with a single call.
6793
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6794
- */
6795
- MaxResults?: number;
6796
- }
6797
- export interface DescribeInternetGatewaysResult {
6798
- /**
6799
- * <p>Information about one or more internet gateways.</p>
6800
- */
6801
- InternetGateways?: InternetGateway[];
6802
- /**
6803
- * <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>
6804
- */
6805
- NextToken?: string;
6806
- }
6807
- export interface DescribeIpamPoolsRequest {
6808
- /**
6809
- * <p>A check for whether you have the required permissions for the action without actually making the request
6810
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6811
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6812
- */
6813
- DryRun?: boolean;
6814
- /**
6815
- * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
6816
- */
6817
- Filters?: Filter[];
6818
- /**
6819
- * <p>The maximum number of results to return in the request.</p>
6820
- */
6821
- MaxResults?: number;
6822
- /**
6823
- * <p>The token for the next page of results.</p>
6824
- */
6825
- NextToken?: string;
6826
- /**
6827
- * <p>The IDs of the IPAM pools you would like information on.</p>
6828
- */
6829
- IpamPoolIds?: string[];
6830
- }
6831
- export interface DescribeIpamPoolsResult {
6832
- /**
6833
- * <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>
6834
- */
6835
- NextToken?: string;
6836
- /**
6837
- * <p>Information about the IPAM pools.</p>
6838
- */
6839
- IpamPools?: IpamPool[];
6840
- }
6841
- export interface DescribeIpamsRequest {
6842
- /**
6843
- * <p>A check for whether you have the required permissions for the action without actually making the request
6844
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6845
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6846
- */
6847
- DryRun?: boolean;
6848
- /**
6849
- * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
6850
- */
6851
- Filters?: Filter[];
6852
- /**
6853
- * <p>The maximum number of results to return in the request.</p>
6854
- */
6855
- MaxResults?: number;
6856
- /**
6857
- * <p>The token for the next page of results.</p>
6858
- */
6859
- NextToken?: string;
6860
- /**
6861
- * <p>The IDs of the IPAMs you want information on.</p>
6862
- */
6863
- IpamIds?: string[];
6864
- }
6865
- export interface DescribeIpamsResult {
6866
- /**
6867
- * <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>
6868
- */
6869
- NextToken?: string;
6870
- /**
6871
- * <p>Information about the IPAMs.</p>
6872
- */
6873
- Ipams?: Ipam[];
6874
- }
6875
- export interface DescribeIpamScopesRequest {
6876
- /**
6877
- * <p>A check for whether you have the required permissions for the action without actually making the request
6878
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6879
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6880
- */
6881
- DryRun?: boolean;
6882
- /**
6883
- * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
6884
- */
6885
- Filters?: Filter[];
6886
- /**
6887
- * <p>The maximum number of results to return in the request.</p>
6888
- */
6889
- MaxResults?: number;
6890
- /**
6891
- * <p>The token for the next page of results.</p>
6892
- */
6893
- NextToken?: string;
6894
- /**
6895
- * <p>The IDs of the scopes you want information on.</p>
6896
- */
6897
- IpamScopeIds?: string[];
6898
- }
6899
- export interface DescribeIpamScopesResult {
6900
- /**
6901
- * <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>
6902
- */
6903
- NextToken?: string;
6904
- /**
6905
- * <p>The scopes you want information on.</p>
6906
- */
6907
- IpamScopes?: IpamScope[];
6908
- }
6909
- export interface DescribeIpv6PoolsRequest {
6910
- /**
6911
- * <p>The IDs of the IPv6 address pools.</p>
6912
- */
6913
- PoolIds?: string[];
6914
- /**
6915
- * <p>The token for the next page of results.</p>
6916
- */
6917
- NextToken?: string;
6918
- /**
6919
- * <p>The maximum number of results to return with a single call.
6920
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6921
- */
6922
- MaxResults?: number;
6923
- /**
6924
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6925
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6926
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6927
- */
6928
- DryRun?: boolean;
6929
- /**
6930
- * <p>One or more filters.</p>
6931
- * <ul>
6932
- * <li>
6933
- * <p>
6934
- * <code>tag</code>:<key> - 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.
6935
- * 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>
6936
- * </li>
6937
- * <li>
6938
- * <p>
6939
- * <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>
6940
- * </li>
6941
- * </ul>
6942
- */
6943
- Filters?: Filter[];
6944
- }
6945
- /**
6946
- * <p>Describes a CIDR block for an address pool.</p>
6947
- */
6948
- export interface PoolCidrBlock {
6949
- /**
6950
- * <p>The CIDR block.</p>
6951
- */
6952
- Cidr?: string;
6953
- }
6954
- /**
6955
- * <p>Describes an IPv6 address pool.</p>
6956
- */
6957
- export interface Ipv6Pool {
6958
- /**
6959
- * <p>The ID of the address pool.</p>
6960
- */
6961
- PoolId?: string;
6962
- /**
6963
- * <p>The description for the address pool.</p>
6964
- */
6965
- Description?: string;
6966
- /**
6967
- * <p>The CIDR blocks for the address pool.</p>
6968
- */
6969
- PoolCidrBlocks?: PoolCidrBlock[];
6970
- /**
6971
- * <p>Any tags for the address pool.</p>
6972
- */
6973
- Tags?: Tag[];
6974
- }
6975
- export interface DescribeIpv6PoolsResult {
6976
- /**
6977
- * <p>Information about the IPv6 address pools.</p>
6978
- */
6979
- Ipv6Pools?: Ipv6Pool[];
6980
- /**
6981
- * <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>
6982
- */
6983
- NextToken?: string;
6984
- }
6985
- export interface DescribeKeyPairsRequest {
6986
- /**
6987
- * <p>The filters.</p>
6988
- * <ul>
7399
+ * <p>One or more filters.</p>
7400
+ * <ul>
6989
7401
  * <li>
6990
- * <p>
6991
- * <code>key-pair-id</code> - The ID of the key pair.</p>
6992
- * </li>
7402
+ * <p>
7403
+ * <code>attachment.state</code> - The current state of the attachment between the gateway
7404
+ * and the VPC (<code>available</code>). Present only if a VPC is attached.</p>
7405
+ * </li>
6993
7406
  * <li>
6994
- * <p>
6995
- * <code>fingerprint</code> - The fingerprint of the key pair.</p>
7407
+ * <p>
7408
+ * <code>attachment.vpc-id</code> - The ID of an attached VPC.</p>
6996
7409
  * </li>
6997
7410
  * <li>
6998
- * <p>
6999
- * <code>key-name</code> - The name of the key pair.</p>
7411
+ * <p>
7412
+ * <code>internet-gateway-id</code> - The ID of the Internet gateway.</p>
7000
7413
  * </li>
7001
7414
  * <li>
7002
- * <p>
7003
- * <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>
7004
- * </li>
7415
+ * <p>
7416
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the internet gateway.</p>
7417
+ * </li>
7005
7418
  * <li>
7006
- * <p>
7419
+ * <p>
7007
7420
  * <code>tag</code>:<key> - 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.
7008
7421
  * 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>
7009
- * </li>
7422
+ * </li>
7423
+ * <li>
7424
+ * <p>
7425
+ * <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>
7426
+ * </li>
7010
7427
  * </ul>
7011
7428
  */
7012
7429
  Filters?: Filter[];
7013
- /**
7014
- * <p>The key pair names.</p>
7015
- * <p>Default: Describes all of your key pairs.</p>
7016
- */
7017
- KeyNames?: string[];
7018
- /**
7019
- * <p>The IDs of the key pairs.</p>
7020
- */
7021
- KeyPairIds?: string[];
7022
7430
  /**
7023
7431
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7024
7432
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7026,624 +7434,526 @@ export interface DescribeKeyPairsRequest {
7026
7434
  */
7027
7435
  DryRun?: boolean;
7028
7436
  /**
7029
- * <p>If <code>true</code>, the public key material is included in the response.</p>
7030
- * <p>Default: <code>false</code>
7031
- * </p>
7437
+ * <p>One or more internet gateway IDs.</p>
7438
+ * <p>Default: Describes all your internet gateways.</p>
7032
7439
  */
7033
- IncludePublicKey?: boolean;
7034
- }
7035
- /**
7036
- * <p>Describes a key pair.</p>
7037
- */
7038
- export interface KeyPairInfo {
7440
+ InternetGatewayIds?: string[];
7039
7441
  /**
7040
- * <p>The ID of the key pair.</p>
7442
+ * <p>The token for the next page of results.</p>
7041
7443
  */
7042
- KeyPairId?: string;
7444
+ NextToken?: string;
7043
7445
  /**
7044
- * <p>If you used <a>CreateKeyPair</a> to create the key pair:</p>
7045
- * <ul>
7046
- * <li>
7047
- * <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
7048
- * </li>
7049
- * <li>
7050
- * <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which
7051
- * is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
7052
- * </li>
7053
- * </ul>
7054
- * <p>If you used <a>ImportKeyPair</a> to provide Amazon Web Services the public key:</p>
7055
- * <ul>
7056
- * <li>
7057
- * <p>For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC4716.</p>
7058
- * </li>
7059
- * <li>
7060
- * <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256
7061
- * digest, which is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
7062
- * </li>
7063
- * </ul>
7446
+ * <p>The maximum number of results to return with a single call.
7447
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7064
7448
  */
7065
- KeyFingerprint?: string;
7449
+ MaxResults?: number;
7450
+ }
7451
+ export interface DescribeInternetGatewaysResult {
7066
7452
  /**
7067
- * <p>The name of the key pair.</p>
7453
+ * <p>Information about one or more internet gateways.</p>
7068
7454
  */
7069
- KeyName?: string;
7455
+ InternetGateways?: InternetGateway[];
7070
7456
  /**
7071
- * <p>The type of key pair.</p>
7457
+ * <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>
7072
7458
  */
7073
- KeyType?: KeyType | string;
7459
+ NextToken?: string;
7460
+ }
7461
+ export interface DescribeIpamPoolsRequest {
7074
7462
  /**
7075
- * <p>Any tags applied to the key pair.</p>
7463
+ * <p>A check for whether you have the required permissions for the action without actually making the request
7464
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7465
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7076
7466
  */
7077
- Tags?: Tag[];
7467
+ DryRun?: boolean;
7078
7468
  /**
7079
- * <p>The public key material.</p>
7469
+ * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
7080
7470
  */
7081
- PublicKey?: string;
7471
+ Filters?: Filter[];
7082
7472
  /**
7083
- * <p>If you used Amazon EC2 to create the key pair, this is the date and time when the key
7084
- * was created, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
7085
- * 8601 date-time format</a>, in the UTC time zone.</p>
7086
- * <p>If you imported an existing key pair to Amazon EC2, this is the date and time the key
7087
- * was imported, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
7088
- * 8601 date-time format</a>, in the UTC time zone.</p>
7473
+ * <p>The maximum number of results to return in the request.</p>
7089
7474
  */
7090
- CreateTime?: Date;
7091
- }
7092
- export interface DescribeKeyPairsResult {
7475
+ MaxResults?: number;
7093
7476
  /**
7094
- * <p>Information about the key pairs.</p>
7477
+ * <p>The token for the next page of results.</p>
7095
7478
  */
7096
- KeyPairs?: KeyPairInfo[];
7479
+ NextToken?: string;
7480
+ /**
7481
+ * <p>The IDs of the IPAM pools you would like information on.</p>
7482
+ */
7483
+ IpamPoolIds?: string[];
7097
7484
  }
7098
- export interface DescribeLaunchTemplatesRequest {
7485
+ export interface DescribeIpamPoolsResult {
7099
7486
  /**
7100
- * <p>Checks whether you have the required permissions for the action, without actually
7101
- * making the request, and provides an error response. If you have the required
7102
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
7103
- * <code>UnauthorizedOperation</code>.</p>
7487
+ * <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>
7104
7488
  */
7105
- DryRun?: boolean;
7489
+ NextToken?: string;
7106
7490
  /**
7107
- * <p>One or more launch template IDs.</p>
7491
+ * <p>Information about the IPAM pools.</p>
7108
7492
  */
7109
- LaunchTemplateIds?: string[];
7493
+ IpamPools?: IpamPool[];
7494
+ }
7495
+ export interface DescribeIpamsRequest {
7110
7496
  /**
7111
- * <p>One or more launch template names.</p>
7497
+ * <p>A check for whether you have the required permissions for the action without actually making the request
7498
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7499
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7112
7500
  */
7113
- LaunchTemplateNames?: string[];
7501
+ DryRun?: boolean;
7114
7502
  /**
7115
- * <p>One or more filters.</p>
7116
- * <ul>
7117
- * <li>
7118
- * <p>
7119
- * <code>create-time</code> - The time the launch template was created.</p>
7120
- * </li>
7121
- * <li>
7122
- * <p>
7123
- * <code>launch-template-name</code> - The name of the launch template.</p>
7124
- * </li>
7125
- * <li>
7126
- * <p>
7127
- * <code>tag</code>:<key> - 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.
7128
- * 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>
7129
- * </li>
7130
- * <li>
7131
- * <p>
7132
- * <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>
7133
- * </li>
7134
- * </ul>
7503
+ * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
7135
7504
  */
7136
7505
  Filters?: Filter[];
7137
7506
  /**
7138
- * <p>The token to request the next page of results.</p>
7507
+ * <p>The maximum number of results to return in the request.</p>
7508
+ */
7509
+ MaxResults?: number;
7510
+ /**
7511
+ * <p>The token for the next page of results.</p>
7139
7512
  */
7140
7513
  NextToken?: string;
7141
7514
  /**
7142
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
7143
- * results, make another call with the returned <code>NextToken</code> value. This value
7144
- * can be between 1 and 200.</p>
7515
+ * <p>The IDs of the IPAMs you want information on.</p>
7145
7516
  */
7146
- MaxResults?: number;
7517
+ IpamIds?: string[];
7147
7518
  }
7148
- export interface DescribeLaunchTemplatesResult {
7519
+ export interface DescribeIpamsResult {
7149
7520
  /**
7150
- * <p>Information about the launch templates.</p>
7521
+ * <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>
7151
7522
  */
7152
- LaunchTemplates?: LaunchTemplate[];
7523
+ NextToken?: string;
7153
7524
  /**
7154
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
7155
- * when there are no more results to return.</p>
7525
+ * <p>Information about the IPAMs.</p>
7156
7526
  */
7157
- NextToken?: string;
7527
+ Ipams?: Ipam[];
7158
7528
  }
7159
- export interface DescribeLaunchTemplateVersionsRequest {
7529
+ export interface DescribeIpamScopesRequest {
7160
7530
  /**
7161
- * <p>Checks whether you have the required permissions for the action, without actually
7162
- * making the request, and provides an error response. If you have the required
7163
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
7164
- * <code>UnauthorizedOperation</code>.</p>
7531
+ * <p>A check for whether you have the required permissions for the action without actually making the request
7532
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7533
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7165
7534
  */
7166
7535
  DryRun?: boolean;
7167
7536
  /**
7168
- * <p>The ID of the launch template.</p>
7169
- * <p>To describe one or more versions of a specified launch
7170
- * template, you must specify either the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
7171
- * <p>To describe all the latest or default launch template versions in your
7172
- * account, you must omit this parameter.</p>
7537
+ * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
7173
7538
  */
7174
- LaunchTemplateId?: string;
7539
+ Filters?: Filter[];
7175
7540
  /**
7176
- * <p>The name of the launch template.</p>
7177
- * <p>To describe one or more versions of a specified
7178
- * launch template, you must specify either the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
7179
- * <p>To describe all the latest or default launch template versions in
7180
- * your account, you must omit this parameter.</p>
7541
+ * <p>The maximum number of results to return in the request.</p>
7181
7542
  */
7182
- LaunchTemplateName?: string;
7543
+ MaxResults?: number;
7183
7544
  /**
7184
- * <p>One or more versions of the launch template. Valid values depend on whether you are
7185
- * describing a specified launch template (by ID or name) or all launch templates in your
7186
- * account.</p>
7187
- * <p>To describe one or more versions of a specified launch template, valid values are
7188
- * <code>$Latest</code>, <code>$Default</code>, and numbers.</p>
7189
- * <p>To describe all launch templates in your account that are defined as the latest
7190
- * version, the valid value is <code>$Latest</code>. To describe all launch templates in
7191
- * your account that are defined as the default version, the valid value is
7192
- * <code>$Default</code>. You can specify <code>$Latest</code> and
7193
- * <code>$Default</code> in the same request. You cannot specify numbers.</p>
7545
+ * <p>The token for the next page of results.</p>
7194
7546
  */
7195
- Versions?: string[];
7547
+ NextToken?: string;
7196
7548
  /**
7197
- * <p>The version number after which to describe launch template versions.</p>
7549
+ * <p>The IDs of the scopes you want information on.</p>
7198
7550
  */
7199
- MinVersion?: string;
7551
+ IpamScopeIds?: string[];
7552
+ }
7553
+ export interface DescribeIpamScopesResult {
7200
7554
  /**
7201
- * <p>The version number up to which to describe launch template versions.</p>
7555
+ * <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>
7202
7556
  */
7203
- MaxVersion?: string;
7557
+ NextToken?: string;
7204
7558
  /**
7205
- * <p>The token to request the next page of results.</p>
7559
+ * <p>The scopes you want information on.</p>
7560
+ */
7561
+ IpamScopes?: IpamScope[];
7562
+ }
7563
+ export interface DescribeIpv6PoolsRequest {
7564
+ /**
7565
+ * <p>The IDs of the IPv6 address pools.</p>
7566
+ */
7567
+ PoolIds?: string[];
7568
+ /**
7569
+ * <p>The token for the next page of results.</p>
7206
7570
  */
7207
7571
  NextToken?: string;
7208
7572
  /**
7209
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
7210
- * results, make another call with the returned <code>NextToken</code> value. This value
7211
- * can be between 1 and 200.</p>
7573
+ * <p>The maximum number of results to return with a single call.
7574
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7575
+ */
7576
+ MaxResults?: number;
7577
+ /**
7578
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7579
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7580
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7212
7581
  */
7213
- MaxResults?: number;
7582
+ DryRun?: boolean;
7214
7583
  /**
7215
7584
  * <p>One or more filters.</p>
7216
7585
  * <ul>
7217
7586
  * <li>
7218
7587
  * <p>
7219
- * <code>create-time</code> - The time the launch template version was
7220
- * created.</p>
7221
- * </li>
7222
- * <li>
7223
- * <p>
7224
- * <code>ebs-optimized</code> - A boolean that indicates whether the instance is
7225
- * optimized for Amazon EBS I/O.</p>
7226
- * </li>
7227
- * <li>
7228
- * <p>
7229
- * <code>http-endpoint</code> - Indicates whether the HTTP metadata endpoint on
7230
- * your instances is enabled (<code>enabled</code> | <code>disabled</code>).</p>
7231
- * </li>
7232
- * <li>
7233
- * <p>
7234
- * <code>http-protocol-ipv4</code> - Indicates whether the IPv4 endpoint for the
7235
- * instance metadata service is enabled (<code>enabled</code> |
7236
- * <code>disabled</code>).</p>
7237
- * </li>
7238
- * <li>
7239
- * <p>
7240
- * <code>host-resource-group-arn</code> - The ARN of the host resource group in
7241
- * which to launch the instances.</p>
7242
- * </li>
7243
- * <li>
7244
- * <p>
7245
- * <code>http-tokens</code> - The state of token usage for your instance metadata
7246
- * requests (<code>optional</code> | <code>required</code>).</p>
7247
- * </li>
7248
- * <li>
7249
- * <p>
7250
- * <code>iam-instance-profile</code> - The ARN of the IAM instance
7251
- * profile.</p>
7252
- * </li>
7253
- * <li>
7254
- * <p>
7255
- * <code>image-id</code> - The ID of the AMI.</p>
7256
- * </li>
7257
- * <li>
7258
- * <p>
7259
- * <code>instance-type</code> - The instance type.</p>
7260
- * </li>
7261
- * <li>
7262
- * <p>
7263
- * <code>is-default-version</code> - A boolean that indicates whether the launch
7264
- * template version is the default version.</p>
7265
- * </li>
7266
- * <li>
7267
- * <p>
7268
- * <code>kernel-id</code> - The kernel ID.</p>
7269
- * </li>
7270
- * <li>
7271
- * <p>
7272
- * <code>license-configuration-arn</code> - The ARN of the license
7273
- * configuration.</p>
7274
- * </li>
7275
- * <li>
7276
- * <p>
7277
- * <code>network-card-index</code> - The index of the network card.</p>
7588
+ * <code>tag</code>:<key> - 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.
7589
+ * 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>
7278
7590
  * </li>
7279
7591
  * <li>
7280
7592
  * <p>
7281
- * <code>ram-disk-id</code> - The RAM disk ID.</p>
7593
+ * <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>
7282
7594
  * </li>
7283
7595
  * </ul>
7284
7596
  */
7285
7597
  Filters?: Filter[];
7286
7598
  }
7287
- export interface DescribeLaunchTemplateVersionsResult {
7599
+ /**
7600
+ * <p>Describes a CIDR block for an address pool.</p>
7601
+ */
7602
+ export interface PoolCidrBlock {
7288
7603
  /**
7289
- * <p>Information about the launch template versions.</p>
7604
+ * <p>The CIDR block.</p>
7290
7605
  */
7291
- LaunchTemplateVersions?: LaunchTemplateVersion[];
7606
+ Cidr?: string;
7607
+ }
7608
+ /**
7609
+ * <p>Describes an IPv6 address pool.</p>
7610
+ */
7611
+ export interface Ipv6Pool {
7292
7612
  /**
7293
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
7294
- * when there are no more results to return.</p>
7613
+ * <p>The ID of the address pool.</p>
7295
7614
  */
7296
- NextToken?: string;
7615
+ PoolId?: string;
7616
+ /**
7617
+ * <p>The description for the address pool.</p>
7618
+ */
7619
+ Description?: string;
7620
+ /**
7621
+ * <p>The CIDR blocks for the address pool.</p>
7622
+ */
7623
+ PoolCidrBlocks?: PoolCidrBlock[];
7624
+ /**
7625
+ * <p>Any tags for the address pool.</p>
7626
+ */
7627
+ Tags?: Tag[];
7297
7628
  }
7298
- export interface DescribeLocalGatewayRouteTablesRequest {
7629
+ export interface DescribeIpv6PoolsResult {
7299
7630
  /**
7300
- * <p>The IDs of the local gateway route tables.</p>
7631
+ * <p>Information about the IPv6 address pools.</p>
7301
7632
  */
7302
- LocalGatewayRouteTableIds?: string[];
7633
+ Ipv6Pools?: Ipv6Pool[];
7303
7634
  /**
7304
- * <p>One or more filters.</p>
7635
+ * <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>
7636
+ */
7637
+ NextToken?: string;
7638
+ }
7639
+ export interface DescribeKeyPairsRequest {
7640
+ /**
7641
+ * <p>The filters.</p>
7305
7642
  * <ul>
7306
7643
  * <li>
7307
- * <p>
7308
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
7309
- * </li>
7310
- * <li>
7311
- * <p>
7312
- * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the
7313
- * local gateway route table.</p>
7314
- * </li>
7644
+ * <p>
7645
+ * <code>key-pair-id</code> - The ID of the key pair.</p>
7646
+ * </li>
7315
7647
  * <li>
7316
7648
  * <p>
7317
- * <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p>
7649
+ * <code>fingerprint</code> - The fingerprint of the key pair.</p>
7318
7650
  * </li>
7319
7651
  * <li>
7320
7652
  * <p>
7321
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
7653
+ * <code>key-name</code> - The name of the key pair.</p>
7322
7654
  * </li>
7323
7655
  * <li>
7324
- * <p>
7325
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table.</p>
7326
- * </li>
7656
+ * <p>
7657
+ * <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>
7658
+ * </li>
7327
7659
  * <li>
7328
- * <p>
7329
- * <code>state</code> - The state of the local gateway route table.</p>
7330
- * </li>
7660
+ * <p>
7661
+ * <code>tag</code>:<key> - 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.
7662
+ * 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>
7663
+ * </li>
7331
7664
  * </ul>
7332
7665
  */
7333
7666
  Filters?: Filter[];
7334
7667
  /**
7335
- * <p>The maximum number of results to return with a single call.
7336
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7668
+ * <p>The key pair names.</p>
7669
+ * <p>Default: Describes all of your key pairs.</p>
7337
7670
  */
7338
- MaxResults?: number;
7671
+ KeyNames?: string[];
7339
7672
  /**
7340
- * <p>The token for the next page of results.</p>
7673
+ * <p>The IDs of the key pairs.</p>
7341
7674
  */
7342
- NextToken?: string;
7675
+ KeyPairIds?: string[];
7343
7676
  /**
7344
7677
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7345
7678
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7346
7679
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7347
7680
  */
7348
7681
  DryRun?: boolean;
7682
+ /**
7683
+ * <p>If <code>true</code>, the public key material is included in the response.</p>
7684
+ * <p>Default: <code>false</code>
7685
+ * </p>
7686
+ */
7687
+ IncludePublicKey?: boolean;
7349
7688
  }
7350
7689
  /**
7351
- * <p>Describes a local gateway route table.</p>
7690
+ * <p>Describes a key pair.</p>
7352
7691
  */
7353
- export interface LocalGatewayRouteTable {
7692
+ export interface KeyPairInfo {
7354
7693
  /**
7355
- * <p>The ID of the local gateway route table.</p>
7694
+ * <p>The ID of the key pair.</p>
7356
7695
  */
7357
- LocalGatewayRouteTableId?: string;
7696
+ KeyPairId?: string;
7358
7697
  /**
7359
- * <p>The Amazon Resource Name (ARN) of the local gateway route table.</p>
7698
+ * <p>If you used <a>CreateKeyPair</a> to create the key pair:</p>
7699
+ * <ul>
7700
+ * <li>
7701
+ * <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
7702
+ * </li>
7703
+ * <li>
7704
+ * <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which
7705
+ * is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
7706
+ * </li>
7707
+ * </ul>
7708
+ * <p>If you used <a>ImportKeyPair</a> to provide Amazon Web Services the public key:</p>
7709
+ * <ul>
7710
+ * <li>
7711
+ * <p>For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC4716.</p>
7712
+ * </li>
7713
+ * <li>
7714
+ * <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256
7715
+ * digest, which is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
7716
+ * </li>
7717
+ * </ul>
7360
7718
  */
7361
- LocalGatewayRouteTableArn?: string;
7719
+ KeyFingerprint?: string;
7362
7720
  /**
7363
- * <p>The ID of the local gateway.</p>
7721
+ * <p>The name of the key pair.</p>
7364
7722
  */
7365
- LocalGatewayId?: string;
7723
+ KeyName?: string;
7366
7724
  /**
7367
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
7725
+ * <p>The type of key pair.</p>
7368
7726
  */
7369
- OutpostArn?: string;
7727
+ KeyType?: KeyType | string;
7370
7728
  /**
7371
- * <p>The ID of the Amazon Web Services account that owns the local gateway route table.</p>
7729
+ * <p>Any tags applied to the key pair.</p>
7372
7730
  */
7373
- OwnerId?: string;
7731
+ Tags?: Tag[];
7732
+ /**
7733
+ * <p>The public key material.</p>
7734
+ */
7735
+ PublicKey?: string;
7374
7736
  /**
7375
- * <p>The state of the local gateway route table.</p>
7737
+ * <p>If you used Amazon EC2 to create the key pair, this is the date and time when the key
7738
+ * was created, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
7739
+ * 8601 date-time format</a>, in the UTC time zone.</p>
7740
+ * <p>If you imported an existing key pair to Amazon EC2, this is the date and time the key
7741
+ * was imported, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
7742
+ * 8601 date-time format</a>, in the UTC time zone.</p>
7376
7743
  */
7377
- State?: string;
7744
+ CreateTime?: Date;
7745
+ }
7746
+ export interface DescribeKeyPairsResult {
7378
7747
  /**
7379
- * <p>The tags assigned to the local gateway route table.</p>
7748
+ * <p>Information about the key pairs.</p>
7380
7749
  */
7381
- Tags?: Tag[];
7750
+ KeyPairs?: KeyPairInfo[];
7382
7751
  }
7383
- export interface DescribeLocalGatewayRouteTablesResult {
7752
+ export interface DescribeLaunchTemplatesRequest {
7384
7753
  /**
7385
- * <p>Information about the local gateway route tables.</p>
7754
+ * <p>Checks whether you have the required permissions for the action, without actually
7755
+ * making the request, and provides an error response. If you have the required
7756
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
7757
+ * <code>UnauthorizedOperation</code>.</p>
7386
7758
  */
7387
- LocalGatewayRouteTables?: LocalGatewayRouteTable[];
7759
+ DryRun?: boolean;
7388
7760
  /**
7389
- * <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>
7761
+ * <p>One or more launch template IDs.</p>
7390
7762
  */
7391
- NextToken?: string;
7392
- }
7393
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
7763
+ LaunchTemplateIds?: string[];
7394
7764
  /**
7395
- * <p>The IDs of the associations.</p>
7765
+ * <p>One or more launch template names.</p>
7396
7766
  */
7397
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[];
7767
+ LaunchTemplateNames?: string[];
7398
7768
  /**
7399
7769
  * <p>One or more filters.</p>
7400
- * <ul>
7401
- * <li>
7402
- * <p>
7403
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
7404
- * </li>
7405
- * <li>
7406
- * <p>
7407
- * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
7408
- * gateway route table for the virtual interface group.</p>
7409
- * </li>
7410
- * <li>
7411
- * <p>
7412
- * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
7413
- * </li>
7770
+ * <ul>
7414
7771
  * <li>
7415
- * <p>
7416
- * <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p>
7772
+ * <p>
7773
+ * <code>create-time</code> - The time the launch template was created.</p>
7417
7774
  * </li>
7418
7775
  * <li>
7419
- * <p>
7420
- * <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
7776
+ * <p>
7777
+ * <code>launch-template-name</code> - The name of the launch template.</p>
7421
7778
  * </li>
7422
7779
  * <li>
7423
7780
  * <p>
7424
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual
7425
- * interface group association.</p>
7781
+ * <code>tag</code>:<key> - 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.
7782
+ * 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>
7426
7783
  * </li>
7427
7784
  * <li>
7428
7785
  * <p>
7429
- * <code>state</code> - The state of the association.</p>
7786
+ * <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>
7430
7787
  * </li>
7431
7788
  * </ul>
7432
7789
  */
7433
7790
  Filters?: Filter[];
7434
7791
  /**
7435
- * <p>The maximum number of results to return with a single call.
7436
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7437
- */
7438
- MaxResults?: number;
7439
- /**
7440
- * <p>The token for the next page of results.</p>
7792
+ * <p>The token to request the next page of results.</p>
7441
7793
  */
7442
7794
  NextToken?: string;
7443
7795
  /**
7444
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7445
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7446
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7796
+ * <p>The maximum number of results to return in a single call. To retrieve the remaining
7797
+ * results, make another call with the returned <code>NextToken</code> value. This value
7798
+ * can be between 1 and 200.</p>
7447
7799
  */
7448
- DryRun?: boolean;
7800
+ MaxResults?: number;
7449
7801
  }
7450
- /**
7451
- * <p>Describes an association between a local gateway route table and a virtual interface group.</p>
7452
- */
7453
- export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
7454
- /**
7455
- * <p>The ID of the association.</p>
7456
- */
7457
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string;
7802
+ export interface DescribeLaunchTemplatesResult {
7458
7803
  /**
7459
- * <p>The ID of the virtual interface group.</p>
7804
+ * <p>Information about the launch templates.</p>
7460
7805
  */
7461
- LocalGatewayVirtualInterfaceGroupId?: string;
7806
+ LaunchTemplates?: LaunchTemplate[];
7462
7807
  /**
7463
- * <p>The ID of the local gateway.</p>
7808
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
7809
+ * when there are no more results to return.</p>
7464
7810
  */
7465
- LocalGatewayId?: string;
7811
+ NextToken?: string;
7812
+ }
7813
+ export interface DescribeLaunchTemplateVersionsRequest {
7466
7814
  /**
7467
- * <p>The ID of the local gateway route table.</p>
7815
+ * <p>Checks whether you have the required permissions for the action, without actually
7816
+ * making the request, and provides an error response. If you have the required
7817
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
7818
+ * <code>UnauthorizedOperation</code>.</p>
7468
7819
  */
7469
- LocalGatewayRouteTableId?: string;
7820
+ DryRun?: boolean;
7470
7821
  /**
7471
- * <p>The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.</p>
7822
+ * <p>The ID of the launch template.</p>
7823
+ * <p>To describe one or more versions of a specified launch
7824
+ * template, you must specify either the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
7825
+ * <p>To describe all the latest or default launch template versions in your
7826
+ * account, you must omit this parameter.</p>
7472
7827
  */
7473
- LocalGatewayRouteTableArn?: string;
7828
+ LaunchTemplateId?: string;
7474
7829
  /**
7475
- * <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.</p>
7830
+ * <p>The name of the launch template.</p>
7831
+ * <p>To describe one or more versions of a specified
7832
+ * launch template, you must specify either the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
7833
+ * <p>To describe all the latest or default launch template versions in
7834
+ * your account, you must omit this parameter.</p>
7476
7835
  */
7477
- OwnerId?: string;
7836
+ LaunchTemplateName?: string;
7478
7837
  /**
7479
- * <p>The state of the association.</p>
7838
+ * <p>One or more versions of the launch template. Valid values depend on whether you are
7839
+ * describing a specified launch template (by ID or name) or all launch templates in your
7840
+ * account.</p>
7841
+ * <p>To describe one or more versions of a specified launch template, valid values are
7842
+ * <code>$Latest</code>, <code>$Default</code>, and numbers.</p>
7843
+ * <p>To describe all launch templates in your account that are defined as the latest
7844
+ * version, the valid value is <code>$Latest</code>. To describe all launch templates in
7845
+ * your account that are defined as the default version, the valid value is
7846
+ * <code>$Default</code>. You can specify <code>$Latest</code> and
7847
+ * <code>$Default</code> in the same request. You cannot specify numbers.</p>
7480
7848
  */
7481
- State?: string;
7849
+ Versions?: string[];
7482
7850
  /**
7483
- * <p>The tags assigned to the association.</p>
7851
+ * <p>The version number after which to describe launch template versions.</p>
7484
7852
  */
7485
- Tags?: Tag[];
7486
- }
7487
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
7853
+ MinVersion?: string;
7488
7854
  /**
7489
- * <p>Information about the associations.</p>
7855
+ * <p>The version number up to which to describe launch template versions.</p>
7490
7856
  */
7491
- LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[];
7857
+ MaxVersion?: string;
7492
7858
  /**
7493
- * <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>
7859
+ * <p>The token to request the next page of results.</p>
7494
7860
  */
7495
7861
  NextToken?: string;
7496
- }
7497
- export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
7498
7862
  /**
7499
- * <p>The IDs of the associations.</p>
7863
+ * <p>The maximum number of results to return in a single call. To retrieve the remaining
7864
+ * results, make another call with the returned <code>NextToken</code> value. This value
7865
+ * can be between 1 and 200.</p>
7500
7866
  */
7501
- LocalGatewayRouteTableVpcAssociationIds?: string[];
7867
+ MaxResults?: number;
7502
7868
  /**
7503
7869
  * <p>One or more filters.</p>
7504
- * <ul>
7870
+ * <ul>
7505
7871
  * <li>
7506
- * <p>
7507
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
7872
+ * <p>
7873
+ * <code>create-time</code> - The time the launch template version was
7874
+ * created.</p>
7508
7875
  * </li>
7509
7876
  * <li>
7510
- * <p>
7511
- * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
7512
- * gateway route table for the association.</p>
7877
+ * <p>
7878
+ * <code>ebs-optimized</code> - A boolean that indicates whether the instance is
7879
+ * optimized for Amazon EBS I/O.</p>
7513
7880
  * </li>
7514
7881
  * <li>
7515
- * <p>
7516
- * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
7882
+ * <p>
7883
+ * <code>http-endpoint</code> - Indicates whether the HTTP metadata endpoint on
7884
+ * your instances is enabled (<code>enabled</code> | <code>disabled</code>).</p>
7517
7885
  * </li>
7518
7886
  * <li>
7519
- * <p>
7520
- * <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p>
7887
+ * <p>
7888
+ * <code>http-protocol-ipv4</code> - Indicates whether the IPv4 endpoint for the
7889
+ * instance metadata service is enabled (<code>enabled</code> |
7890
+ * <code>disabled</code>).</p>
7521
7891
  * </li>
7522
7892
  * <li>
7523
- * <p>
7524
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table
7525
- * for the association.</p>
7893
+ * <p>
7894
+ * <code>host-resource-group-arn</code> - The ARN of the host resource group in
7895
+ * which to launch the instances.</p>
7526
7896
  * </li>
7527
7897
  * <li>
7528
- * <p>
7529
- * <code>state</code> - The state of the association.</p>
7898
+ * <p>
7899
+ * <code>http-tokens</code> - The state of token usage for your instance metadata
7900
+ * requests (<code>optional</code> | <code>required</code>).</p>
7530
7901
  * </li>
7531
7902
  * <li>
7532
- * <p>
7533
- * <code>vpc-id</code> - The ID of the VPC.</p>
7903
+ * <p>
7904
+ * <code>iam-instance-profile</code> - The ARN of the IAM instance
7905
+ * profile.</p>
7534
7906
  * </li>
7535
- * </ul>
7536
- */
7537
- Filters?: Filter[];
7538
- /**
7539
- * <p>The maximum number of results to return with a single call.
7540
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7541
- */
7542
- MaxResults?: number;
7543
- /**
7544
- * <p>The token for the next page of results.</p>
7545
- */
7546
- NextToken?: string;
7547
- /**
7548
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7549
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7550
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7551
- */
7552
- DryRun?: boolean;
7553
- }
7554
- export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
7555
- /**
7556
- * <p>Information about the associations.</p>
7557
- */
7558
- LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[];
7559
- /**
7560
- * <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>
7561
- */
7562
- NextToken?: string;
7563
- }
7564
- export interface DescribeLocalGatewaysRequest {
7565
- /**
7566
- * <p>The IDs of the local gateways.</p>
7567
- */
7568
- LocalGatewayIds?: string[];
7569
- /**
7570
- * <p>One or more filters.</p>
7571
- * <ul>
7572
7907
  * <li>
7573
- * <p>
7574
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
7908
+ * <p>
7909
+ * <code>image-id</code> - The ID of the AMI.</p>
7575
7910
  * </li>
7576
7911
  * <li>
7577
- * <p>
7578
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
7912
+ * <p>
7913
+ * <code>instance-type</code> - The instance type.</p>
7579
7914
  * </li>
7580
7915
  * <li>
7581
- * <p>
7582
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway.</p>
7916
+ * <p>
7917
+ * <code>is-default-version</code> - A boolean that indicates whether the launch
7918
+ * template version is the default version.</p>
7583
7919
  * </li>
7584
7920
  * <li>
7585
- * <p>
7586
- * <code>state</code> - The state of the association.</p>
7921
+ * <p>
7922
+ * <code>kernel-id</code> - The kernel ID.</p>
7923
+ * </li>
7924
+ * <li>
7925
+ * <p>
7926
+ * <code>license-configuration-arn</code> - The ARN of the license
7927
+ * configuration.</p>
7928
+ * </li>
7929
+ * <li>
7930
+ * <p>
7931
+ * <code>network-card-index</code> - The index of the network card.</p>
7932
+ * </li>
7933
+ * <li>
7934
+ * <p>
7935
+ * <code>ram-disk-id</code> - The RAM disk ID.</p>
7587
7936
  * </li>
7588
7937
  * </ul>
7589
7938
  */
7590
7939
  Filters?: Filter[];
7591
- /**
7592
- * <p>The maximum number of results to return with a single call.
7593
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7594
- */
7595
- MaxResults?: number;
7596
- /**
7597
- * <p>The token for the next page of results.</p>
7598
- */
7599
- NextToken?: string;
7600
- /**
7601
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7602
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7603
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7604
- */
7605
- DryRun?: boolean;
7606
- }
7607
- /**
7608
- * <p>Describes a local gateway.</p>
7609
- */
7610
- export interface LocalGateway {
7611
- /**
7612
- * <p>The ID of the local gateway.</p>
7613
- */
7614
- LocalGatewayId?: string;
7615
- /**
7616
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
7617
- */
7618
- OutpostArn?: string;
7619
- /**
7620
- * <p>The ID of the Amazon Web Services account that owns the local gateway.</p>
7621
- */
7622
- OwnerId?: string;
7623
- /**
7624
- * <p>The state of the local gateway.</p>
7625
- */
7626
- State?: string;
7627
- /**
7628
- * <p>The tags assigned to the local gateway.</p>
7629
- */
7630
- Tags?: Tag[];
7631
7940
  }
7632
- export interface DescribeLocalGatewaysResult {
7941
+ export interface DescribeLaunchTemplateVersionsResult {
7633
7942
  /**
7634
- * <p>Information about the local gateways.</p>
7943
+ * <p>Information about the launch template versions.</p>
7635
7944
  */
7636
- LocalGateways?: LocalGateway[];
7945
+ LaunchTemplateVersions?: LaunchTemplateVersion[];
7637
7946
  /**
7638
- * <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>
7947
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
7948
+ * when there are no more results to return.</p>
7639
7949
  */
7640
7950
  NextToken?: string;
7641
7951
  }
7642
- export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
7952
+ export interface DescribeLocalGatewayRouteTablesRequest {
7643
7953
  /**
7644
- * <p>The IDs of the virtual interface groups.</p>
7954
+ * <p>The IDs of the local gateway route tables.</p>
7645
7955
  */
7646
- LocalGatewayVirtualInterfaceGroupIds?: string[];
7956
+ LocalGatewayRouteTableIds?: string[];
7647
7957
  /**
7648
7958
  * <p>One or more filters.</p>
7649
7959
  * <ul>
@@ -7653,15 +7963,24 @@ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
7653
7963
  * </li>
7654
7964
  * <li>
7655
7965
  * <p>
7656
- * <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
7966
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the
7967
+ * local gateway route table.</p>
7657
7968
  * </li>
7658
7969
  * <li>
7659
7970
  * <p>
7660
- * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
7971
+ * <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p>
7972
+ * </li>
7973
+ * <li>
7974
+ * <p>
7975
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
7976
+ * </li>
7977
+ * <li>
7978
+ * <p>
7979
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table.</p>
7661
7980
  * </li>
7662
7981
  * <li>
7663
7982
  * <p>
7664
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
7983
+ * <code>state</code> - The state of the local gateway route table.</p>
7665
7984
  * </li>
7666
7985
  * </ul>
7667
7986
  */
@@ -7682,81 +8001,53 @@ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
7682
8001
  */
7683
8002
  DryRun?: boolean;
7684
8003
  }
7685
- /**
7686
- * <p>Describes a local gateway virtual interface group.</p>
7687
- */
7688
- export interface LocalGatewayVirtualInterfaceGroup {
7689
- /**
7690
- * <p>The ID of the virtual interface group.</p>
7691
- */
7692
- LocalGatewayVirtualInterfaceGroupId?: string;
7693
- /**
7694
- * <p>The IDs of the virtual interfaces.</p>
7695
- */
7696
- LocalGatewayVirtualInterfaceIds?: string[];
7697
- /**
7698
- * <p>The ID of the local gateway.</p>
7699
- */
7700
- LocalGatewayId?: string;
7701
- /**
7702
- * <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
7703
- */
7704
- OwnerId?: string;
7705
- /**
7706
- * <p>The tags assigned to the virtual interface group.</p>
7707
- */
7708
- Tags?: Tag[];
7709
- }
7710
- export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
8004
+ export interface DescribeLocalGatewayRouteTablesResult {
7711
8005
  /**
7712
- * <p>The virtual interface groups.</p>
8006
+ * <p>Information about the local gateway route tables.</p>
7713
8007
  */
7714
- LocalGatewayVirtualInterfaceGroups?: LocalGatewayVirtualInterfaceGroup[];
8008
+ LocalGatewayRouteTables?: LocalGatewayRouteTable[];
7715
8009
  /**
7716
8010
  * <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>
7717
8011
  */
7718
8012
  NextToken?: string;
7719
8013
  }
7720
- export interface DescribeLocalGatewayVirtualInterfacesRequest {
8014
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
7721
8015
  /**
7722
- * <p>The IDs of the virtual interfaces.</p>
8016
+ * <p>The IDs of the associations.</p>
7723
8017
  */
7724
- LocalGatewayVirtualInterfaceIds?: string[];
8018
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[];
7725
8019
  /**
7726
8020
  * <p>One or more filters.</p>
7727
8021
  * <ul>
7728
8022
  * <li>
7729
8023
  * <p>
7730
- * <code>local-address</code> - The local address.</p>
7731
- * </li>
7732
- * <li>
7733
- * <p>
7734
- * <code>local-bgp-asn</code> - The Border Gateway Protocol (BGP) Autonomous System Number (ASN)
7735
- * of the local gateway.</p>
8024
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
7736
8025
  * </li>
7737
8026
  * <li>
7738
8027
  * <p>
7739
- * <code>local-gateway-id</code> - The ID of the local gateway.</p>
8028
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
8029
+ * gateway route table for the virtual interface group.</p>
7740
8030
  * </li>
7741
8031
  * <li>
7742
8032
  * <p>
7743
- * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
8033
+ * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
7744
8034
  * </li>
7745
8035
  * <li>
7746
8036
  * <p>
7747
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface.</p>
8037
+ * <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p>
7748
8038
  * </li>
7749
8039
  * <li>
7750
8040
  * <p>
7751
- * <code>peer-address</code> - The peer address.</p>
8041
+ * <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
7752
8042
  * </li>
7753
8043
  * <li>
7754
8044
  * <p>
7755
- * <code>peer-bgp-asn</code> - The peer BGP ASN.</p>
8045
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual
8046
+ * interface group association.</p>
7756
8047
  * </li>
7757
8048
  * <li>
7758
8049
  * <p>
7759
- * <code>vlan</code> - The ID of the VLAN.</p>
8050
+ * <code>state</code> - The state of the association.</p>
7760
8051
  * </li>
7761
8052
  * </ul>
7762
8053
  */
@@ -7777,78 +8068,53 @@ export interface DescribeLocalGatewayVirtualInterfacesRequest {
7777
8068
  */
7778
8069
  DryRun?: boolean;
7779
8070
  }
7780
- /**
7781
- * <p>Describes a local gateway virtual interface.</p>
7782
- */
7783
- export interface LocalGatewayVirtualInterface {
7784
- /**
7785
- * <p>The ID of the virtual interface.</p>
7786
- */
7787
- LocalGatewayVirtualInterfaceId?: string;
7788
- /**
7789
- * <p>The ID of the local gateway.</p>
7790
- */
7791
- LocalGatewayId?: string;
7792
- /**
7793
- * <p>The ID of the VLAN.</p>
7794
- */
7795
- Vlan?: number;
7796
- /**
7797
- * <p>The local address.</p>
7798
- */
7799
- LocalAddress?: string;
7800
- /**
7801
- * <p>The peer address.</p>
7802
- */
7803
- PeerAddress?: string;
7804
- /**
7805
- * <p>The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.</p>
7806
- */
7807
- LocalBgpAsn?: number;
7808
- /**
7809
- * <p>The peer BGP ASN.</p>
7810
- */
7811
- PeerBgpAsn?: number;
7812
- /**
7813
- * <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface.</p>
7814
- */
7815
- OwnerId?: string;
7816
- /**
7817
- * <p>The tags assigned to the virtual interface.</p>
7818
- */
7819
- Tags?: Tag[];
7820
- }
7821
- export interface DescribeLocalGatewayVirtualInterfacesResult {
8071
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
7822
8072
  /**
7823
- * <p>Information about the virtual interfaces.</p>
8073
+ * <p>Information about the associations.</p>
7824
8074
  */
7825
- LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[];
8075
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[];
7826
8076
  /**
7827
8077
  * <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>
7828
8078
  */
7829
8079
  NextToken?: string;
7830
8080
  }
7831
- export interface DescribeManagedPrefixListsRequest {
8081
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
7832
8082
  /**
7833
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7834
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7835
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8083
+ * <p>The IDs of the associations.</p>
7836
8084
  */
7837
- DryRun?: boolean;
8085
+ LocalGatewayRouteTableVpcAssociationIds?: string[];
7838
8086
  /**
7839
8087
  * <p>One or more filters.</p>
7840
- * <ul>
8088
+ * <ul>
8089
+ * <li>
8090
+ * <p>
8091
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
8092
+ * </li>
8093
+ * <li>
8094
+ * <p>
8095
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
8096
+ * gateway route table for the association.</p>
8097
+ * </li>
8098
+ * <li>
8099
+ * <p>
8100
+ * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
8101
+ * </li>
8102
+ * <li>
8103
+ * <p>
8104
+ * <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p>
8105
+ * </li>
7841
8106
  * <li>
7842
8107
  * <p>
7843
- * <code>owner-id</code> - The ID of the prefix list owner.</p>
8108
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table
8109
+ * for the association.</p>
7844
8110
  * </li>
7845
8111
  * <li>
7846
8112
  * <p>
7847
- * <code>prefix-list-id</code> - The ID of the prefix list.</p>
8113
+ * <code>state</code> - The state of the association.</p>
7848
8114
  * </li>
7849
8115
  * <li>
7850
8116
  * <p>
7851
- * <code>prefix-list-name</code> - The name of the prefix list.</p>
8117
+ * <code>vpc-id</code> - The ID of the VPC.</p>
7852
8118
  * </li>
7853
8119
  * </ul>
7854
8120
  */
@@ -7862,390 +8128,319 @@ export interface DescribeManagedPrefixListsRequest {
7862
8128
  * <p>The token for the next page of results.</p>
7863
8129
  */
7864
8130
  NextToken?: string;
7865
- /**
7866
- * <p>One or more prefix list IDs.</p>
7867
- */
7868
- PrefixListIds?: string[];
7869
- }
7870
- export interface DescribeManagedPrefixListsResult {
7871
- /**
7872
- * <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>
7873
- */
7874
- NextToken?: string;
7875
- /**
7876
- * <p>Information about the prefix lists.</p>
7877
- */
7878
- PrefixLists?: ManagedPrefixList[];
7879
- }
7880
- export interface DescribeMovingAddressesRequest {
7881
- /**
7882
- * <p>One or more filters.</p>
7883
- * <ul>
7884
- * <li>
7885
- * <p>
7886
- * <code>moving-status</code> - The status of the Elastic IP address
7887
- * (<code>MovingToVpc</code> | <code>RestoringToClassic</code>).</p>
7888
- * </li>
7889
- * </ul>
7890
- */
7891
- Filters?: Filter[];
7892
8131
  /**
7893
8132
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7894
8133
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7895
8134
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7896
8135
  */
7897
8136
  DryRun?: boolean;
7898
- /**
7899
- * <p>The maximum number of results to return for the request in a single page. The remaining
7900
- * results of the initial request can be seen by sending another request with the returned
7901
- * <code>NextToken</code> value. This value can be between 5 and 1000; if
7902
- * <code>MaxResults</code> is given a value outside of this range, an error is returned.</p>
7903
- * <p>Default: If no value is provided, the default is 1000.</p>
7904
- */
7905
- MaxResults?: number;
7906
- /**
7907
- * <p>The token for the next page of results.</p>
7908
- */
7909
- NextToken?: string;
7910
- /**
7911
- * <p>One or more Elastic IP addresses.</p>
7912
- */
7913
- PublicIps?: string[];
7914
- }
7915
- export declare type MoveStatus = "movingToVpc" | "restoringToClassic";
7916
- /**
7917
- * <p>Describes the status of a moving Elastic IP address.</p>
7918
- * <note>
7919
- * <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
7920
- * </note>
7921
- */
7922
- export interface MovingAddressStatus {
7923
- /**
7924
- * <p>The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.</p>
7925
- */
7926
- MoveStatus?: MoveStatus | string;
7927
- /**
7928
- * <p>The Elastic IP address.</p>
7929
- */
7930
- PublicIp?: string;
7931
8137
  }
7932
- export interface DescribeMovingAddressesResult {
8138
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
7933
8139
  /**
7934
- * <p>The status for each Elastic IP address.</p>
8140
+ * <p>Information about the associations.</p>
7935
8141
  */
7936
- MovingAddressStatuses?: MovingAddressStatus[];
8142
+ LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[];
7937
8143
  /**
7938
8144
  * <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>
7939
8145
  */
7940
8146
  NextToken?: string;
7941
8147
  }
7942
- export interface DescribeNatGatewaysRequest {
8148
+ export interface DescribeLocalGatewaysRequest {
7943
8149
  /**
7944
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7945
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7946
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8150
+ * <p>The IDs of the local gateways.</p>
7947
8151
  */
7948
- DryRun?: boolean;
8152
+ LocalGatewayIds?: string[];
7949
8153
  /**
7950
8154
  * <p>One or more filters.</p>
7951
8155
  * <ul>
7952
8156
  * <li>
7953
8157
  * <p>
7954
- * <code>nat-gateway-id</code> - The ID of the NAT gateway.</p>
8158
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
7955
8159
  * </li>
7956
8160
  * <li>
7957
8161
  * <p>
7958
- * <code>state</code> - The state of the NAT gateway (<code>pending</code> |
7959
- * <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
8162
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
7960
8163
  * </li>
7961
8164
  * <li>
7962
8165
  * <p>
7963
- * <code>subnet-id</code> - The ID of the subnet in which the NAT gateway resides.</p>
8166
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway.</p>
7964
8167
  * </li>
7965
8168
  * <li>
7966
- * <p>
7967
- * <code>tag</code>:<key> - 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.
7968
- * 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>
7969
- * </li>
7970
- * <li>
7971
- * <p>
7972
- * <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>
7973
- * </li>
7974
- * <li>
7975
8169
  * <p>
7976
- * <code>vpc-id</code> - The ID of the VPC in which the NAT gateway resides.</p>
8170
+ * <code>state</code> - The state of the association.</p>
7977
8171
  * </li>
7978
8172
  * </ul>
7979
8173
  */
7980
- Filter?: Filter[];
8174
+ Filters?: Filter[];
7981
8175
  /**
7982
8176
  * <p>The maximum number of results to return with a single call.
7983
8177
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7984
8178
  */
7985
8179
  MaxResults?: number;
7986
- /**
7987
- * <p>One or more NAT gateway IDs.</p>
7988
- */
7989
- NatGatewayIds?: string[];
7990
8180
  /**
7991
8181
  * <p>The token for the next page of results.</p>
7992
8182
  */
7993
8183
  NextToken?: string;
7994
- }
7995
- export interface DescribeNatGatewaysResult {
7996
8184
  /**
7997
- * <p>Information about the NAT gateways.</p>
7998
- */
7999
- NatGateways?: NatGateway[];
8000
- /**
8001
- * <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>
8185
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
8186
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8187
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8002
8188
  */
8003
- NextToken?: string;
8189
+ DryRun?: boolean;
8004
8190
  }
8005
- export interface DescribeNetworkAclsRequest {
8191
+ /**
8192
+ * <p>Describes a local gateway.</p>
8193
+ */
8194
+ export interface LocalGateway {
8006
8195
  /**
8007
- * <p>One or more filters.</p>
8008
- * <ul>
8009
- * <li>
8010
- * <p>
8011
- * <code>association.association-id</code> - The ID of an association ID for the ACL.</p>
8012
- * </li>
8013
- * <li>
8014
- * <p>
8015
- * <code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p>
8016
- * </li>
8017
- * <li>
8018
- * <p>
8019
- * <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p>
8020
- * </li>
8021
- * <li>
8022
- * <p>
8023
- * <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p>
8024
- * </li>
8025
- * <li>
8026
- * <p>
8027
- * <code>entry.cidr</code> - The IPv4 CIDR range specified in the entry.</p>
8028
- * </li>
8029
- * <li>
8030
- * <p>
8031
- * <code>entry.icmp.code</code> - The ICMP code specified in the entry, if any.</p>
8032
- * </li>
8033
- * <li>
8034
- * <p>
8035
- * <code>entry.icmp.type</code> - The ICMP type specified in the entry, if any.</p>
8036
- * </li>
8037
- * <li>
8038
- * <p>
8039
- * <code>entry.ipv6-cidr</code> - The IPv6 CIDR range specified in the entry.</p>
8040
- * </li>
8041
- * <li>
8042
- * <p>
8043
- * <code>entry.port-range.from</code> - The start of the port range specified in the entry. </p>
8044
- * </li>
8045
- * <li>
8046
- * <p>
8047
- * <code>entry.port-range.to</code> - The end of the port range specified in the entry. </p>
8048
- * </li>
8049
- * <li>
8050
- * <p>
8051
- * <code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p>
8052
- * </li>
8053
- * <li>
8054
- * <p>
8055
- * <code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>).</p>
8056
- * </li>
8057
- * <li>
8058
- * <p>
8059
- * <code>entry.egress</code> - A Boolean that indicates the type of rule. Specify <code>true</code>
8060
- * for egress rules, or <code>false</code> for ingress rules.</p>
8061
- * </li>
8062
- * <li>
8063
- * <p>
8064
- * <code>entry.rule-number</code> - The number of an entry (in other words, rule) in
8065
- * the set of ACL entries.</p>
8066
- * </li>
8067
- * <li>
8068
- * <p>
8069
- * <code>network-acl-id</code> - The ID of the network ACL.</p>
8070
- * </li>
8071
- * <li>
8072
- * <p>
8073
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the network ACL.</p>
8074
- * </li>
8075
- * <li>
8076
- * <p>
8077
- * <code>tag</code>:<key> - 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.
8078
- * 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>
8079
- * </li>
8080
- * <li>
8081
- * <p>
8082
- * <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>
8083
- * </li>
8084
- * <li>
8085
- * <p>
8086
- * <code>vpc-id</code> - The ID of the VPC for the network ACL.</p>
8087
- * </li>
8088
- * </ul>
8196
+ * <p>The ID of the local gateway.</p>
8089
8197
  */
8090
- Filters?: Filter[];
8198
+ LocalGatewayId?: string;
8091
8199
  /**
8092
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8093
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8094
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8200
+ * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
8095
8201
  */
8096
- DryRun?: boolean;
8202
+ OutpostArn?: string;
8097
8203
  /**
8098
- * <p>One or more network ACL IDs.</p>
8099
- * <p>Default: Describes all your network ACLs.</p>
8204
+ * <p>The ID of the Amazon Web Services account that owns the local gateway.</p>
8100
8205
  */
8101
- NetworkAclIds?: string[];
8206
+ OwnerId?: string;
8102
8207
  /**
8103
- * <p>The token for the next page of results.</p>
8208
+ * <p>The state of the local gateway.</p>
8104
8209
  */
8105
- NextToken?: string;
8210
+ State?: string;
8106
8211
  /**
8107
- * <p>The maximum number of results to return with a single call.
8108
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
8212
+ * <p>The tags assigned to the local gateway.</p>
8109
8213
  */
8110
- MaxResults?: number;
8214
+ Tags?: Tag[];
8111
8215
  }
8112
- export interface DescribeNetworkAclsResult {
8216
+ export interface DescribeLocalGatewaysResult {
8113
8217
  /**
8114
- * <p>Information about one or more network ACLs.</p>
8218
+ * <p>Information about the local gateways.</p>
8115
8219
  */
8116
- NetworkAcls?: NetworkAcl[];
8220
+ LocalGateways?: LocalGateway[];
8117
8221
  /**
8118
8222
  * <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>
8119
8223
  */
8120
8224
  NextToken?: string;
8121
8225
  }
8122
- export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
8123
- /**
8124
- * <p>The IDs of the Network Access Scope analyses.</p>
8125
- */
8126
- NetworkInsightsAccessScopeAnalysisIds?: string[];
8127
- /**
8128
- * <p>The ID of the Network Access Scope.</p>
8129
- */
8130
- NetworkInsightsAccessScopeId?: string;
8131
- /**
8132
- * <p>Filters the results based on the start time. The analysis must have started on or after this time.</p>
8133
- */
8134
- AnalysisStartTimeBegin?: Date;
8226
+ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
8135
8227
  /**
8136
- * <p>Filters the results based on the start time. The analysis must have started on or before this time.</p>
8228
+ * <p>The IDs of the virtual interface groups.</p>
8137
8229
  */
8138
- AnalysisStartTimeEnd?: Date;
8230
+ LocalGatewayVirtualInterfaceGroupIds?: string[];
8139
8231
  /**
8140
- * <p>There are no supported filters.</p>
8232
+ * <p>One or more filters.</p>
8233
+ * <ul>
8234
+ * <li>
8235
+ * <p>
8236
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
8237
+ * </li>
8238
+ * <li>
8239
+ * <p>
8240
+ * <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
8241
+ * </li>
8242
+ * <li>
8243
+ * <p>
8244
+ * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
8245
+ * </li>
8246
+ * <li>
8247
+ * <p>
8248
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
8249
+ * </li>
8250
+ * </ul>
8141
8251
  */
8142
8252
  Filters?: Filter[];
8143
8253
  /**
8144
8254
  * <p>The maximum number of results to return with a single call.
8145
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
8255
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
8146
8256
  */
8147
8257
  MaxResults?: number;
8258
+ /**
8259
+ * <p>The token for the next page of results.</p>
8260
+ */
8261
+ NextToken?: string;
8148
8262
  /**
8149
8263
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
8150
8264
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8151
8265
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8152
8266
  */
8153
8267
  DryRun?: boolean;
8154
- /**
8155
- * <p>The token for the next page of results.</p>
8156
- */
8157
- NextToken?: string;
8158
8268
  }
8159
- export declare enum FindingsFound {
8160
- false = "false",
8161
- true = "true",
8162
- unknown = "unknown"
8163
- }
8164
- export declare type AnalysisStatus = "failed" | "running" | "succeeded";
8165
8269
  /**
8166
- * <p>Describes a Network Access Scope analysis.</p>
8270
+ * <p>Describes a local gateway virtual interface group.</p>
8167
8271
  */
8168
- export interface NetworkInsightsAccessScopeAnalysis {
8169
- /**
8170
- * <p>The ID of the Network Access Scope analysis.</p>
8171
- */
8172
- NetworkInsightsAccessScopeAnalysisId?: string;
8173
- /**
8174
- * <p>The Amazon Resource Name (ARN) of the Network Access Scope analysis.</p>
8175
- */
8176
- NetworkInsightsAccessScopeAnalysisArn?: string;
8177
- /**
8178
- * <p>The ID of the Network Access Scope.</p>
8179
- */
8180
- NetworkInsightsAccessScopeId?: string;
8181
- /**
8182
- * <p>The status.</p>
8183
- */
8184
- Status?: AnalysisStatus | string;
8185
- /**
8186
- * <p>The status message.</p>
8187
- */
8188
- StatusMessage?: string;
8189
- /**
8190
- * <p>The warning message.</p>
8191
- */
8192
- WarningMessage?: string;
8272
+ export interface LocalGatewayVirtualInterfaceGroup {
8193
8273
  /**
8194
- * <p>The analysis start date.</p>
8274
+ * <p>The ID of the virtual interface group.</p>
8195
8275
  */
8196
- StartDate?: Date;
8276
+ LocalGatewayVirtualInterfaceGroupId?: string;
8197
8277
  /**
8198
- * <p>The analysis end date.</p>
8278
+ * <p>The IDs of the virtual interfaces.</p>
8199
8279
  */
8200
- EndDate?: Date;
8280
+ LocalGatewayVirtualInterfaceIds?: string[];
8201
8281
  /**
8202
- * <p>Indicates whether there are findings.</p>
8282
+ * <p>The ID of the local gateway.</p>
8203
8283
  */
8204
- FindingsFound?: FindingsFound | string;
8284
+ LocalGatewayId?: string;
8205
8285
  /**
8206
- * <p>The number of network interfaces analyzed.</p>
8286
+ * <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
8207
8287
  */
8208
- AnalyzedEniCount?: number;
8288
+ OwnerId?: string;
8209
8289
  /**
8210
- * <p>The tags.</p>
8290
+ * <p>The tags assigned to the virtual interface group.</p>
8211
8291
  */
8212
8292
  Tags?: Tag[];
8213
8293
  }
8214
- export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
8294
+ export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
8215
8295
  /**
8216
- * <p>The Network Access Scope analyses.</p>
8296
+ * <p>The virtual interface groups.</p>
8217
8297
  */
8218
- NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[];
8298
+ LocalGatewayVirtualInterfaceGroups?: LocalGatewayVirtualInterfaceGroup[];
8219
8299
  /**
8220
8300
  * <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>
8221
8301
  */
8222
8302
  NextToken?: string;
8223
8303
  }
8224
- export interface DescribeNetworkInsightsAccessScopesRequest {
8304
+ export interface DescribeLocalGatewayVirtualInterfacesRequest {
8225
8305
  /**
8226
- * <p>The IDs of the Network Access Scopes.</p>
8306
+ * <p>The IDs of the virtual interfaces.</p>
8227
8307
  */
8228
- NetworkInsightsAccessScopeIds?: string[];
8308
+ LocalGatewayVirtualInterfaceIds?: string[];
8229
8309
  /**
8230
- * <p>There are no supported filters.</p>
8310
+ * <p>One or more filters.</p>
8311
+ * <ul>
8312
+ * <li>
8313
+ * <p>
8314
+ * <code>local-address</code> - The local address.</p>
8315
+ * </li>
8316
+ * <li>
8317
+ * <p>
8318
+ * <code>local-bgp-asn</code> - The Border Gateway Protocol (BGP) Autonomous System Number (ASN)
8319
+ * of the local gateway.</p>
8320
+ * </li>
8321
+ * <li>
8322
+ * <p>
8323
+ * <code>local-gateway-id</code> - The ID of the local gateway.</p>
8324
+ * </li>
8325
+ * <li>
8326
+ * <p>
8327
+ * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
8328
+ * </li>
8329
+ * <li>
8330
+ * <p>
8331
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface.</p>
8332
+ * </li>
8333
+ * <li>
8334
+ * <p>
8335
+ * <code>peer-address</code> - The peer address.</p>
8336
+ * </li>
8337
+ * <li>
8338
+ * <p>
8339
+ * <code>peer-bgp-asn</code> - The peer BGP ASN.</p>
8340
+ * </li>
8341
+ * <li>
8342
+ * <p>
8343
+ * <code>vlan</code> - The ID of the VLAN.</p>
8344
+ * </li>
8345
+ * </ul>
8231
8346
  */
8232
8347
  Filters?: Filter[];
8233
8348
  /**
8234
8349
  * <p>The maximum number of results to return with a single call.
8235
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
8350
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
8236
8351
  */
8237
8352
  MaxResults?: number;
8353
+ /**
8354
+ * <p>The token for the next page of results.</p>
8355
+ */
8356
+ NextToken?: string;
8238
8357
  /**
8239
8358
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
8240
8359
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8241
8360
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8242
8361
  */
8243
8362
  DryRun?: boolean;
8244
- /**
8245
- * <p>The token for the next page of results.</p>
8246
- */
8247
- NextToken?: string;
8248
8363
  }
8364
+ /**
8365
+ * @internal
8366
+ */
8367
+ export declare const IdFormatFilterSensitiveLog: (obj: IdFormat) => any;
8368
+ /**
8369
+ * @internal
8370
+ */
8371
+ export declare const DescribeAggregateIdFormatResultFilterSensitiveLog: (obj: DescribeAggregateIdFormatResult) => any;
8372
+ /**
8373
+ * @internal
8374
+ */
8375
+ export declare const DescribeAvailabilityZonesRequestFilterSensitiveLog: (obj: DescribeAvailabilityZonesRequest) => any;
8376
+ /**
8377
+ * @internal
8378
+ */
8379
+ export declare const AvailabilityZoneMessageFilterSensitiveLog: (obj: AvailabilityZoneMessage) => any;
8380
+ /**
8381
+ * @internal
8382
+ */
8383
+ export declare const AvailabilityZoneFilterSensitiveLog: (obj: AvailabilityZone) => any;
8384
+ /**
8385
+ * @internal
8386
+ */
8387
+ export declare const DescribeAvailabilityZonesResultFilterSensitiveLog: (obj: DescribeAvailabilityZonesResult) => any;
8388
+ /**
8389
+ * @internal
8390
+ */
8391
+ export declare const DescribeBundleTasksRequestFilterSensitiveLog: (obj: DescribeBundleTasksRequest) => any;
8392
+ /**
8393
+ * @internal
8394
+ */
8395
+ export declare const DescribeBundleTasksResultFilterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
8396
+ /**
8397
+ * @internal
8398
+ */
8399
+ export declare const DescribeByoipCidrsRequestFilterSensitiveLog: (obj: DescribeByoipCidrsRequest) => any;
8400
+ /**
8401
+ * @internal
8402
+ */
8403
+ export declare const DescribeByoipCidrsResultFilterSensitiveLog: (obj: DescribeByoipCidrsResult) => any;
8404
+ /**
8405
+ * @internal
8406
+ */
8407
+ export declare const DescribeCapacityReservationFleetsRequestFilterSensitiveLog: (obj: DescribeCapacityReservationFleetsRequest) => any;
8408
+ /**
8409
+ * @internal
8410
+ */
8411
+ export declare const CapacityReservationFleetFilterSensitiveLog: (obj: CapacityReservationFleet) => any;
8412
+ /**
8413
+ * @internal
8414
+ */
8415
+ export declare const DescribeCapacityReservationFleetsResultFilterSensitiveLog: (obj: DescribeCapacityReservationFleetsResult) => any;
8416
+ /**
8417
+ * @internal
8418
+ */
8419
+ export declare const DescribeCapacityReservationsRequestFilterSensitiveLog: (obj: DescribeCapacityReservationsRequest) => any;
8420
+ /**
8421
+ * @internal
8422
+ */
8423
+ export declare const DescribeCapacityReservationsResultFilterSensitiveLog: (obj: DescribeCapacityReservationsResult) => any;
8424
+ /**
8425
+ * @internal
8426
+ */
8427
+ export declare const DescribeCarrierGatewaysRequestFilterSensitiveLog: (obj: DescribeCarrierGatewaysRequest) => any;
8428
+ /**
8429
+ * @internal
8430
+ */
8431
+ export declare const DescribeCarrierGatewaysResultFilterSensitiveLog: (obj: DescribeCarrierGatewaysResult) => any;
8432
+ /**
8433
+ * @internal
8434
+ */
8435
+ export declare const DescribeClassicLinkInstancesRequestFilterSensitiveLog: (obj: DescribeClassicLinkInstancesRequest) => any;
8436
+ /**
8437
+ * @internal
8438
+ */
8439
+ export declare const ClassicLinkInstanceFilterSensitiveLog: (obj: ClassicLinkInstance) => any;
8440
+ /**
8441
+ * @internal
8442
+ */
8443
+ export declare const DescribeClassicLinkInstancesResultFilterSensitiveLog: (obj: DescribeClassicLinkInstancesResult) => any;
8249
8444
  /**
8250
8445
  * @internal
8251
8446
  */
@@ -8350,10 +8545,6 @@ export declare const DescribeClientVpnTargetNetworksResultFilterSensitiveLog: (o
8350
8545
  * @internal
8351
8546
  */
8352
8547
  export declare const DescribeCoipPoolsRequestFilterSensitiveLog: (obj: DescribeCoipPoolsRequest) => any;
8353
- /**
8354
- * @internal
8355
- */
8356
- export declare const CoipPoolFilterSensitiveLog: (obj: CoipPool) => any;
8357
8548
  /**
8358
8549
  * @internal
8359
8550
  */
@@ -8706,10 +8897,6 @@ export declare const ImageAttributeFilterSensitiveLog: (obj: ImageAttribute) =>
8706
8897
  * @internal
8707
8898
  */
8708
8899
  export declare const DescribeImagesRequestFilterSensitiveLog: (obj: DescribeImagesRequest) => any;
8709
- /**
8710
- * @internal
8711
- */
8712
- export declare const StateReasonFilterSensitiveLog: (obj: StateReason) => any;
8713
8900
  /**
8714
8901
  * @internal
8715
8902
  */
@@ -9098,10 +9285,6 @@ export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (ob
9098
9285
  * @internal
9099
9286
  */
9100
9287
  export declare const DescribeLocalGatewayRouteTablesRequestFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTablesRequest) => any;
9101
- /**
9102
- * @internal
9103
- */
9104
- export declare const LocalGatewayRouteTableFilterSensitiveLog: (obj: LocalGatewayRouteTable) => any;
9105
9288
  /**
9106
9289
  * @internal
9107
9290
  */
@@ -9110,10 +9293,6 @@ export declare const DescribeLocalGatewayRouteTablesResultFilterSensitiveLog: (o
9110
9293
  * @internal
9111
9294
  */
9112
9295
  export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequestFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest) => any;
9113
- /**
9114
- * @internal
9115
- */
9116
- export declare const LocalGatewayRouteTableVirtualInterfaceGroupAssociationFilterSensitiveLog: (obj: LocalGatewayRouteTableVirtualInterfaceGroupAssociation) => any;
9117
9296
  /**
9118
9297
  * @internal
9119
9298
  */
@@ -9154,63 +9333,3 @@ export declare const DescribeLocalGatewayVirtualInterfaceGroupsResultFilterSensi
9154
9333
  * @internal
9155
9334
  */
9156
9335
  export declare const DescribeLocalGatewayVirtualInterfacesRequestFilterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfacesRequest) => any;
9157
- /**
9158
- * @internal
9159
- */
9160
- export declare const LocalGatewayVirtualInterfaceFilterSensitiveLog: (obj: LocalGatewayVirtualInterface) => any;
9161
- /**
9162
- * @internal
9163
- */
9164
- export declare const DescribeLocalGatewayVirtualInterfacesResultFilterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfacesResult) => any;
9165
- /**
9166
- * @internal
9167
- */
9168
- export declare const DescribeManagedPrefixListsRequestFilterSensitiveLog: (obj: DescribeManagedPrefixListsRequest) => any;
9169
- /**
9170
- * @internal
9171
- */
9172
- export declare const DescribeManagedPrefixListsResultFilterSensitiveLog: (obj: DescribeManagedPrefixListsResult) => any;
9173
- /**
9174
- * @internal
9175
- */
9176
- export declare const DescribeMovingAddressesRequestFilterSensitiveLog: (obj: DescribeMovingAddressesRequest) => any;
9177
- /**
9178
- * @internal
9179
- */
9180
- export declare const MovingAddressStatusFilterSensitiveLog: (obj: MovingAddressStatus) => any;
9181
- /**
9182
- * @internal
9183
- */
9184
- export declare const DescribeMovingAddressesResultFilterSensitiveLog: (obj: DescribeMovingAddressesResult) => any;
9185
- /**
9186
- * @internal
9187
- */
9188
- export declare const DescribeNatGatewaysRequestFilterSensitiveLog: (obj: DescribeNatGatewaysRequest) => any;
9189
- /**
9190
- * @internal
9191
- */
9192
- export declare const DescribeNatGatewaysResultFilterSensitiveLog: (obj: DescribeNatGatewaysResult) => any;
9193
- /**
9194
- * @internal
9195
- */
9196
- export declare const DescribeNetworkAclsRequestFilterSensitiveLog: (obj: DescribeNetworkAclsRequest) => any;
9197
- /**
9198
- * @internal
9199
- */
9200
- export declare const DescribeNetworkAclsResultFilterSensitiveLog: (obj: DescribeNetworkAclsResult) => any;
9201
- /**
9202
- * @internal
9203
- */
9204
- export declare const DescribeNetworkInsightsAccessScopeAnalysesRequestFilterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopeAnalysesRequest) => any;
9205
- /**
9206
- * @internal
9207
- */
9208
- export declare const NetworkInsightsAccessScopeAnalysisFilterSensitiveLog: (obj: NetworkInsightsAccessScopeAnalysis) => any;
9209
- /**
9210
- * @internal
9211
- */
9212
- export declare const DescribeNetworkInsightsAccessScopeAnalysesResultFilterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopeAnalysesResult) => any;
9213
- /**
9214
- * @internal
9215
- */
9216
- export declare const DescribeNetworkInsightsAccessScopesRequestFilterSensitiveLog: (obj: DescribeNetworkInsightsAccessScopesRequest) => any;