@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,1483 +1,1345 @@
1
- import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
- import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
3
- import { Filter, InstanceTagNotificationAttribute, TransitGatewayRoute } from "./models_2";
4
- import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis, TpmSupportValues } from "./models_3";
5
- import { InstanceNetworkInterfaceSpecification, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
- import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_5";
7
-
8
- export interface PurchaseScheduledInstancesResult {
9
-
10
- ScheduledInstanceSet?: ScheduledInstance[];
11
- }
12
- export interface RebootInstancesRequest {
13
-
14
- InstanceIds: string[] | undefined;
15
-
16
- DryRun?: boolean;
17
- }
18
-
19
- export interface RegisterImageRequest {
20
-
21
- ImageLocation?: string;
22
-
23
- Architecture?: ArchitectureValues | string;
24
-
25
- BlockDeviceMappings?: BlockDeviceMapping[];
26
-
27
- Description?: string;
28
-
29
- DryRun?: boolean;
30
-
31
- EnaSupport?: boolean;
32
-
33
- KernelId?: string;
34
-
35
- Name: string | undefined;
36
-
37
- BillingProducts?: string[];
38
-
39
- RamdiskId?: string;
40
-
41
- RootDeviceName?: string;
42
-
43
- SriovNetSupport?: string;
44
-
45
- VirtualizationType?: string;
46
-
47
- BootMode?: BootModeValues | string;
48
-
49
- TpmSupport?: TpmSupportValues | string;
50
-
51
- UefiData?: string;
52
- }
53
-
54
- export interface RegisterImageResult {
55
-
56
- ImageId?: string;
57
- }
58
-
59
- export interface RegisterInstanceTagAttributeRequest {
60
-
61
- IncludeAllTagsOfInstance?: boolean;
62
-
63
- InstanceTagKeys?: string[];
64
- }
65
- export interface RegisterInstanceEventNotificationAttributesRequest {
66
-
67
- DryRun?: boolean;
68
-
69
- InstanceTagAttribute?: RegisterInstanceTagAttributeRequest;
70
- }
71
- export interface RegisterInstanceEventNotificationAttributesResult {
72
-
73
- InstanceTagAttribute?: InstanceTagNotificationAttribute;
74
- }
75
- export interface RegisterTransitGatewayMulticastGroupMembersRequest {
76
-
77
- TransitGatewayMulticastDomainId?: string;
78
-
79
- GroupIpAddress?: string;
80
-
81
- NetworkInterfaceIds?: string[];
82
-
83
- DryRun?: boolean;
84
- }
85
-
86
- export interface TransitGatewayMulticastRegisteredGroupMembers {
87
-
88
- TransitGatewayMulticastDomainId?: string;
89
-
90
- RegisteredNetworkInterfaceIds?: string[];
91
-
92
- GroupIpAddress?: string;
93
- }
94
- export interface RegisterTransitGatewayMulticastGroupMembersResult {
95
-
96
- RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
97
- }
98
- export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
99
-
100
- TransitGatewayMulticastDomainId?: string;
101
-
102
- GroupIpAddress?: string;
103
-
104
- NetworkInterfaceIds?: string[];
105
-
106
- DryRun?: boolean;
107
- }
108
-
109
- export interface TransitGatewayMulticastRegisteredGroupSources {
110
-
111
- TransitGatewayMulticastDomainId?: string;
112
-
113
- RegisteredNetworkInterfaceIds?: string[];
114
-
115
- GroupIpAddress?: string;
116
- }
117
- export interface RegisterTransitGatewayMulticastGroupSourcesResult {
118
-
119
- RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
120
- }
121
- export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
122
-
123
- TransitGatewayMulticastDomainId?: string;
124
-
125
- TransitGatewayAttachmentId?: string;
126
-
127
- SubnetIds?: string[];
128
-
129
- DryRun?: boolean;
130
- }
131
- export interface RejectTransitGatewayMulticastDomainAssociationsResult {
132
-
133
- Associations?: TransitGatewayMulticastDomainAssociations;
134
- }
135
- export interface RejectTransitGatewayPeeringAttachmentRequest {
136
-
137
- TransitGatewayAttachmentId: string | undefined;
138
-
139
- DryRun?: boolean;
140
- }
141
- export interface RejectTransitGatewayPeeringAttachmentResult {
142
-
143
- TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
144
- }
145
- export interface RejectTransitGatewayVpcAttachmentRequest {
146
-
147
- TransitGatewayAttachmentId: string | undefined;
148
-
149
- DryRun?: boolean;
150
- }
151
- export interface RejectTransitGatewayVpcAttachmentResult {
152
-
153
- TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
154
- }
155
- export interface RejectVpcEndpointConnectionsRequest {
156
-
157
- DryRun?: boolean;
158
-
159
- ServiceId: string | undefined;
160
-
161
- VpcEndpointIds: string[] | undefined;
162
- }
163
- export interface RejectVpcEndpointConnectionsResult {
164
-
165
- Unsuccessful?: UnsuccessfulItem[];
166
- }
167
- export interface RejectVpcPeeringConnectionRequest {
168
-
169
- DryRun?: boolean;
170
-
171
- VpcPeeringConnectionId: string | undefined;
172
- }
173
- export interface RejectVpcPeeringConnectionResult {
174
-
175
- Return?: boolean;
176
- }
177
- export interface ReleaseAddressRequest {
178
-
179
- AllocationId?: string;
180
-
181
- PublicIp?: string;
182
-
183
- NetworkBorderGroup?: string;
184
-
185
- DryRun?: boolean;
186
- }
187
- export interface ReleaseHostsRequest {
188
-
189
- HostIds: string[] | undefined;
190
- }
191
- export interface ReleaseHostsResult {
192
-
193
- Successful?: string[];
194
-
195
- Unsuccessful?: UnsuccessfulItem[];
196
- }
197
- export interface ReleaseIpamPoolAllocationRequest {
198
-
199
- DryRun?: boolean;
200
-
201
- IpamPoolId: string | undefined;
202
-
203
- Cidr: string | undefined;
204
-
205
- IpamPoolAllocationId: string | undefined;
206
- }
207
- export interface ReleaseIpamPoolAllocationResult {
208
-
209
- Success?: boolean;
210
- }
211
- export interface ReplaceIamInstanceProfileAssociationRequest {
212
-
213
- IamInstanceProfile: IamInstanceProfileSpecification | undefined;
214
-
215
- AssociationId: string | undefined;
216
- }
217
- export interface ReplaceIamInstanceProfileAssociationResult {
218
-
219
- IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
220
- }
221
- export interface ReplaceNetworkAclAssociationRequest {
222
-
223
- AssociationId: string | undefined;
224
-
225
- DryRun?: boolean;
226
-
227
- NetworkAclId: string | undefined;
228
- }
229
- export interface ReplaceNetworkAclAssociationResult {
230
-
231
- NewAssociationId?: string;
232
- }
233
- export interface ReplaceNetworkAclEntryRequest {
234
-
235
- CidrBlock?: string;
236
-
237
- DryRun?: boolean;
238
-
239
- Egress: boolean | undefined;
240
-
241
- IcmpTypeCode?: IcmpTypeCode;
242
-
243
- Ipv6CidrBlock?: string;
244
-
245
- NetworkAclId: string | undefined;
246
-
247
- PortRange?: PortRange;
248
-
249
- Protocol: string | undefined;
250
-
251
- RuleAction: RuleAction | string | undefined;
252
-
253
- RuleNumber: number | undefined;
254
- }
255
- export interface ReplaceRouteRequest {
256
-
257
- DestinationCidrBlock?: string;
258
-
259
- DestinationIpv6CidrBlock?: string;
260
-
261
- DestinationPrefixListId?: string;
262
-
263
- DryRun?: boolean;
264
-
265
- VpcEndpointId?: string;
266
-
267
- EgressOnlyInternetGatewayId?: string;
268
-
269
- GatewayId?: string;
270
-
271
- InstanceId?: string;
272
-
273
- LocalTarget?: boolean;
274
-
275
- NatGatewayId?: string;
276
-
277
- TransitGatewayId?: string;
278
-
279
- LocalGatewayId?: string;
280
-
281
- CarrierGatewayId?: string;
282
-
283
- NetworkInterfaceId?: string;
284
-
285
- RouteTableId: string | undefined;
286
-
287
- VpcPeeringConnectionId?: string;
288
-
289
- CoreNetworkArn?: string;
290
- }
291
- export interface ReplaceRouteTableAssociationRequest {
292
-
293
- AssociationId: string | undefined;
294
-
295
- DryRun?: boolean;
296
-
297
- RouteTableId: string | undefined;
298
- }
299
- export interface ReplaceRouteTableAssociationResult {
300
-
301
- NewAssociationId?: string;
302
-
303
- AssociationState?: RouteTableAssociationState;
304
- }
305
- export interface ReplaceTransitGatewayRouteRequest {
306
-
307
- DestinationCidrBlock: string | undefined;
308
-
309
- TransitGatewayRouteTableId: string | undefined;
310
-
311
- TransitGatewayAttachmentId?: string;
312
-
313
- Blackhole?: boolean;
314
-
315
- DryRun?: boolean;
316
- }
317
- export interface ReplaceTransitGatewayRouteResult {
318
-
319
- Route?: TransitGatewayRoute;
320
- }
321
- export declare type ReportInstanceReasonCodes = "instance-stuck-in-state" | "not-accepting-credentials" | "other" | "password-not-available" | "performance-ebs-volume" | "performance-instance-store" | "performance-network" | "performance-other" | "unresponsive";
322
- export declare type ReportStatusType = "impaired" | "ok";
323
- export interface ReportInstanceStatusRequest {
324
-
325
- Description?: string;
326
-
327
- DryRun?: boolean;
328
-
329
- EndTime?: Date;
330
-
331
- Instances: string[] | undefined;
332
-
333
- ReasonCodes: (ReportInstanceReasonCodes | string)[] | undefined;
334
-
335
- StartTime?: Date;
336
-
337
- Status: ReportStatusType | string | undefined;
338
- }
339
-
340
- export interface RequestSpotFleetRequest {
341
-
342
- DryRun?: boolean;
343
-
344
- SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
345
- }
346
-
347
- export interface RequestSpotFleetResponse {
348
-
349
- SpotFleetRequestId?: string;
350
- }
351
-
352
- export interface RequestSpotLaunchSpecification {
353
-
354
- SecurityGroupIds?: string[];
355
-
356
- SecurityGroups?: string[];
357
-
358
- AddressingType?: string;
359
-
360
- BlockDeviceMappings?: BlockDeviceMapping[];
361
-
362
- EbsOptimized?: boolean;
363
-
364
- IamInstanceProfile?: IamInstanceProfileSpecification;
365
-
366
- ImageId?: string;
367
-
368
- InstanceType?: _InstanceType | string;
369
-
370
- KernelId?: string;
371
-
372
- KeyName?: string;
373
-
374
- Monitoring?: RunInstancesMonitoringEnabled;
375
-
376
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
377
-
378
- Placement?: SpotPlacement;
379
-
380
- RamdiskId?: string;
381
-
382
- SubnetId?: string;
383
-
384
- UserData?: string;
385
- }
386
-
387
- export interface RequestSpotInstancesRequest {
388
-
389
- AvailabilityZoneGroup?: string;
390
-
391
- BlockDurationMinutes?: number;
392
-
393
- ClientToken?: string;
394
-
395
- DryRun?: boolean;
396
-
397
- InstanceCount?: number;
398
-
399
- LaunchGroup?: string;
400
-
401
- LaunchSpecification?: RequestSpotLaunchSpecification;
402
-
403
- SpotPrice?: string;
404
-
405
- Type?: SpotInstanceType | string;
406
-
407
- ValidFrom?: Date;
408
-
409
- ValidUntil?: Date;
410
-
411
- TagSpecifications?: TagSpecification[];
412
-
413
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
414
- }
415
-
416
- export interface RequestSpotInstancesResult {
417
-
418
- SpotInstanceRequests?: SpotInstanceRequest[];
419
- }
420
- export interface ResetAddressAttributeRequest {
421
-
422
- AllocationId: string | undefined;
423
-
424
- Attribute: AddressAttributeName | string | undefined;
425
-
426
- DryRun?: boolean;
427
- }
428
- export interface ResetAddressAttributeResult {
429
-
430
- Address?: AddressAttribute;
431
- }
432
- export interface ResetEbsDefaultKmsKeyIdRequest {
433
-
434
- DryRun?: boolean;
435
- }
436
- export interface ResetEbsDefaultKmsKeyIdResult {
437
-
438
- KmsKeyId?: string;
439
- }
440
- export declare type ResetFpgaImageAttributeName = "loadPermission";
441
- export interface ResetFpgaImageAttributeRequest {
442
-
443
- DryRun?: boolean;
444
-
445
- FpgaImageId: string | undefined;
446
-
447
- Attribute?: ResetFpgaImageAttributeName | string;
448
- }
449
- export interface ResetFpgaImageAttributeResult {
450
-
451
- Return?: boolean;
452
- }
453
- export declare type ResetImageAttributeName = "launchPermission";
454
-
455
- export interface ResetImageAttributeRequest {
456
-
457
- Attribute: ResetImageAttributeName | string | undefined;
458
-
459
- ImageId: string | undefined;
460
-
461
- DryRun?: boolean;
462
- }
463
- export interface ResetInstanceAttributeRequest {
464
-
465
- Attribute: InstanceAttributeName | string | undefined;
466
-
467
- DryRun?: boolean;
468
-
469
- InstanceId: string | undefined;
470
- }
471
-
472
- export interface ResetNetworkInterfaceAttributeRequest {
473
-
474
- DryRun?: boolean;
475
-
476
- NetworkInterfaceId: string | undefined;
477
-
478
- SourceDestCheck?: string;
479
- }
480
- export interface ResetSnapshotAttributeRequest {
481
-
482
- Attribute: SnapshotAttributeName | string | undefined;
483
-
484
- SnapshotId: string | undefined;
485
-
486
- DryRun?: boolean;
487
- }
488
- export interface RestoreAddressToClassicRequest {
489
-
490
- DryRun?: boolean;
491
-
492
- PublicIp: string | undefined;
493
- }
494
- export interface RestoreAddressToClassicResult {
495
-
496
- PublicIp?: string;
497
-
498
- Status?: Status | string;
499
- }
500
- export interface RestoreImageFromRecycleBinRequest {
501
-
502
- ImageId: string | undefined;
503
-
504
- DryRun?: boolean;
505
- }
506
- export interface RestoreImageFromRecycleBinResult {
507
-
508
- Return?: boolean;
509
- }
510
- export interface RestoreManagedPrefixListVersionRequest {
511
-
512
- DryRun?: boolean;
513
-
514
- PrefixListId: string | undefined;
515
-
516
- PreviousVersion: number | undefined;
517
-
518
- CurrentVersion: number | undefined;
519
- }
520
- export interface RestoreManagedPrefixListVersionResult {
521
-
522
- PrefixList?: ManagedPrefixList;
523
- }
524
- export interface RestoreSnapshotFromRecycleBinRequest {
525
-
526
- SnapshotId: string | undefined;
527
-
528
- DryRun?: boolean;
529
- }
530
- export interface RestoreSnapshotFromRecycleBinResult {
531
-
532
- SnapshotId?: string;
533
-
534
- OutpostArn?: string;
535
-
536
- Description?: string;
537
-
538
- Encrypted?: boolean;
539
-
540
- OwnerId?: string;
541
-
542
- Progress?: string;
543
-
544
- StartTime?: Date;
545
-
546
- State?: SnapshotState | string;
547
-
548
- VolumeId?: string;
549
-
550
- VolumeSize?: number;
551
- }
552
- export interface RestoreSnapshotTierRequest {
553
-
554
- SnapshotId: string | undefined;
555
-
556
- TemporaryRestoreDays?: number;
557
-
558
- PermanentRestore?: boolean;
559
-
560
- DryRun?: boolean;
561
- }
562
- export interface RestoreSnapshotTierResult {
563
-
564
- SnapshotId?: string;
565
-
566
- RestoreStartTime?: Date;
567
-
568
- RestoreDuration?: number;
569
-
570
- IsPermanentRestore?: boolean;
571
- }
572
- export interface RevokeClientVpnIngressRequest {
573
-
574
- ClientVpnEndpointId: string | undefined;
575
-
576
- TargetNetworkCidr: string | undefined;
577
-
578
- AccessGroupId?: string;
579
-
580
- RevokeAllGroups?: boolean;
581
-
582
- DryRun?: boolean;
583
- }
584
- export interface RevokeClientVpnIngressResult {
585
-
586
- Status?: ClientVpnAuthorizationRuleStatus;
587
- }
588
- export interface RevokeSecurityGroupEgressRequest {
589
-
590
- DryRun?: boolean;
591
-
592
- GroupId: string | undefined;
593
-
594
- IpPermissions?: IpPermission[];
595
-
596
- SecurityGroupRuleIds?: string[];
597
-
598
- CidrIp?: string;
599
-
600
- FromPort?: number;
601
-
602
- IpProtocol?: string;
603
-
604
- ToPort?: number;
605
-
606
- SourceSecurityGroupName?: string;
607
-
608
- SourceSecurityGroupOwnerId?: string;
609
- }
610
- export interface RevokeSecurityGroupEgressResult {
611
-
612
- Return?: boolean;
613
-
614
- UnknownIpPermissions?: IpPermission[];
615
- }
616
- export interface RevokeSecurityGroupIngressRequest {
617
-
618
- CidrIp?: string;
619
-
620
- FromPort?: number;
621
-
622
- GroupId?: string;
623
-
624
- GroupName?: string;
625
-
626
- IpPermissions?: IpPermission[];
627
-
628
- IpProtocol?: string;
629
-
630
- SourceSecurityGroupName?: string;
631
-
632
- SourceSecurityGroupOwnerId?: string;
633
-
634
- ToPort?: number;
635
-
636
- DryRun?: boolean;
637
-
638
- SecurityGroupRuleIds?: string[];
639
- }
640
- export interface RevokeSecurityGroupIngressResult {
641
-
642
- Return?: boolean;
643
-
644
- UnknownIpPermissions?: IpPermission[];
645
- }
646
-
647
- export interface CpuOptionsRequest {
648
-
649
- CoreCount?: number;
650
-
651
- ThreadsPerCore?: number;
652
- }
653
-
654
- export interface ElasticInferenceAccelerator {
655
-
656
- Type: string | undefined;
657
-
658
- Count?: number;
659
- }
660
-
661
- export interface EnclaveOptionsRequest {
662
-
663
- Enabled?: boolean;
664
- }
665
-
666
- export interface HibernationOptionsRequest {
667
-
668
- Configured?: boolean;
669
- }
670
-
671
- export interface SpotMarketOptions {
672
-
673
- MaxPrice?: string;
674
-
675
- SpotInstanceType?: SpotInstanceType | string;
676
-
677
- BlockDurationMinutes?: number;
678
-
679
- ValidUntil?: Date;
680
-
681
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
682
- }
683
-
684
- export interface InstanceMarketOptionsRequest {
685
-
686
- MarketType?: MarketType | string;
687
-
688
- SpotOptions?: SpotMarketOptions;
689
- }
690
-
691
- export interface LaunchTemplateSpecification {
692
-
693
- LaunchTemplateId?: string;
694
-
695
- LaunchTemplateName?: string;
696
-
697
- Version?: string;
698
- }
699
-
700
- export interface LicenseConfigurationRequest {
701
-
702
- LicenseConfigurationArn?: string;
703
- }
704
-
705
- export interface InstanceMaintenanceOptionsRequest {
706
-
707
- AutoRecovery?: InstanceAutoRecoveryState | string;
708
- }
709
-
710
- export interface InstanceMetadataOptionsRequest {
711
-
712
- HttpTokens?: HttpTokensState | string;
713
-
714
- HttpPutResponseHopLimit?: number;
715
-
716
- HttpEndpoint?: InstanceMetadataEndpointState | string;
717
-
718
- HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
719
-
720
- InstanceMetadataTags?: InstanceMetadataTagsState | string;
721
- }
722
-
723
- export interface PrivateDnsNameOptionsRequest {
724
-
725
- HostnameType?: HostnameType | string;
726
-
727
- EnableResourceNameDnsARecord?: boolean;
728
-
729
- EnableResourceNameDnsAAAARecord?: boolean;
730
- }
731
- export interface RunInstancesRequest {
732
-
733
- BlockDeviceMappings?: BlockDeviceMapping[];
734
-
735
- ImageId?: string;
736
-
737
- InstanceType?: _InstanceType | string;
738
-
739
- Ipv6AddressCount?: number;
740
-
741
- Ipv6Addresses?: InstanceIpv6Address[];
742
-
743
- KernelId?: string;
744
-
745
- KeyName?: string;
746
-
747
- MaxCount: number | undefined;
748
-
749
- MinCount: number | undefined;
750
-
751
- Monitoring?: RunInstancesMonitoringEnabled;
752
-
753
- Placement?: Placement;
754
-
755
- RamdiskId?: string;
756
-
757
- SecurityGroupIds?: string[];
758
-
759
- SecurityGroups?: string[];
760
-
761
- SubnetId?: string;
762
-
763
- UserData?: string;
764
-
765
- AdditionalInfo?: string;
766
-
767
- ClientToken?: string;
768
-
769
- DisableApiTermination?: boolean;
770
-
771
- DryRun?: boolean;
772
-
773
- EbsOptimized?: boolean;
774
-
775
- IamInstanceProfile?: IamInstanceProfileSpecification;
776
-
777
- InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
778
-
779
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
780
-
781
- PrivateIpAddress?: string;
782
-
783
- ElasticGpuSpecification?: ElasticGpuSpecification[];
784
-
785
- ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
786
-
787
- TagSpecifications?: TagSpecification[];
788
-
789
- LaunchTemplate?: LaunchTemplateSpecification;
790
-
791
- InstanceMarketOptions?: InstanceMarketOptionsRequest;
792
-
793
- CreditSpecification?: CreditSpecificationRequest;
794
-
795
- CpuOptions?: CpuOptionsRequest;
796
-
797
- CapacityReservationSpecification?: CapacityReservationSpecification;
798
-
799
- HibernationOptions?: HibernationOptionsRequest;
800
-
801
- LicenseSpecifications?: LicenseConfigurationRequest[];
802
-
803
- MetadataOptions?: InstanceMetadataOptionsRequest;
804
-
805
- EnclaveOptions?: EnclaveOptionsRequest;
806
-
807
- PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest;
808
-
809
- MaintenanceOptions?: InstanceMaintenanceOptionsRequest;
810
-
811
- DisableApiStop?: boolean;
812
- }
813
-
814
- export interface ScheduledInstancesEbs {
815
-
816
- DeleteOnTermination?: boolean;
817
-
818
- Encrypted?: boolean;
819
-
820
- Iops?: number;
821
-
822
- SnapshotId?: string;
823
-
824
- VolumeSize?: number;
825
-
826
- VolumeType?: string;
827
- }
828
-
829
- export interface ScheduledInstancesBlockDeviceMapping {
830
-
831
- DeviceName?: string;
832
-
833
- Ebs?: ScheduledInstancesEbs;
834
-
835
- NoDevice?: string;
836
-
837
- VirtualName?: string;
838
- }
839
-
840
- export interface ScheduledInstancesIamInstanceProfile {
841
-
842
- Arn?: string;
843
-
844
- Name?: string;
845
- }
846
-
847
- export interface ScheduledInstancesMonitoring {
848
-
849
- Enabled?: boolean;
850
- }
851
-
852
- export interface ScheduledInstancesIpv6Address {
853
-
854
- Ipv6Address?: string;
855
- }
856
-
857
- export interface ScheduledInstancesPrivateIpAddressConfig {
858
-
859
- Primary?: boolean;
860
-
861
- PrivateIpAddress?: string;
862
- }
863
-
864
- export interface ScheduledInstancesNetworkInterface {
865
-
866
- AssociatePublicIpAddress?: boolean;
867
-
868
- DeleteOnTermination?: boolean;
869
-
870
- Description?: string;
871
-
872
- DeviceIndex?: number;
873
-
874
- Groups?: string[];
875
-
876
- Ipv6AddressCount?: number;
877
-
878
- Ipv6Addresses?: ScheduledInstancesIpv6Address[];
879
-
880
- NetworkInterfaceId?: string;
881
-
882
- PrivateIpAddress?: string;
883
-
884
- PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[];
885
-
886
- SecondaryPrivateIpAddressCount?: number;
887
-
888
- SubnetId?: string;
889
- }
890
-
891
- export interface ScheduledInstancesPlacement {
892
-
893
- AvailabilityZone?: string;
894
-
895
- GroupName?: string;
896
- }
897
-
898
- export interface ScheduledInstancesLaunchSpecification {
899
-
900
- BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[];
901
-
902
- EbsOptimized?: boolean;
903
-
904
- IamInstanceProfile?: ScheduledInstancesIamInstanceProfile;
905
-
906
- ImageId: string | undefined;
907
-
908
- InstanceType?: string;
909
-
910
- KernelId?: string;
911
-
912
- KeyName?: string;
913
-
914
- Monitoring?: ScheduledInstancesMonitoring;
915
-
916
- NetworkInterfaces?: ScheduledInstancesNetworkInterface[];
917
-
918
- Placement?: ScheduledInstancesPlacement;
919
-
920
- RamdiskId?: string;
921
-
922
- SecurityGroupIds?: string[];
923
-
924
- SubnetId?: string;
925
-
926
- UserData?: string;
927
- }
928
-
929
- export interface RunScheduledInstancesRequest {
930
-
931
- ClientToken?: string;
932
-
933
- DryRun?: boolean;
934
-
935
- InstanceCount?: number;
936
-
937
- LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
938
-
939
- ScheduledInstanceId: string | undefined;
940
- }
941
-
942
- export interface RunScheduledInstancesResult {
943
-
944
- InstanceIdSet?: string[];
945
- }
946
- export interface SearchLocalGatewayRoutesRequest {
947
-
948
- LocalGatewayRouteTableId: string | undefined;
949
-
950
- Filters?: Filter[];
951
-
952
- MaxResults?: number;
953
-
954
- NextToken?: string;
955
-
956
- DryRun?: boolean;
957
- }
958
- export interface SearchLocalGatewayRoutesResult {
959
-
960
- Routes?: LocalGatewayRoute[];
961
-
962
- NextToken?: string;
963
- }
964
- export interface SearchTransitGatewayMulticastGroupsRequest {
965
-
966
- TransitGatewayMulticastDomainId?: string;
967
-
968
- Filters?: Filter[];
969
-
970
- MaxResults?: number;
971
-
972
- NextToken?: string;
973
-
974
- DryRun?: boolean;
975
- }
976
- export declare type MembershipType = "igmp" | "static";
977
-
978
- export interface TransitGatewayMulticastGroup {
979
-
980
- GroupIpAddress?: string;
981
-
982
- TransitGatewayAttachmentId?: string;
983
-
984
- SubnetId?: string;
985
-
986
- ResourceId?: string;
987
-
988
- ResourceType?: TransitGatewayAttachmentResourceType | string;
989
-
990
- ResourceOwnerId?: string;
991
-
992
- NetworkInterfaceId?: string;
993
-
994
- GroupMember?: boolean;
995
-
996
- GroupSource?: boolean;
997
-
998
- MemberType?: MembershipType | string;
999
-
1000
- SourceType?: MembershipType | string;
1001
- }
1002
- export interface SearchTransitGatewayMulticastGroupsResult {
1003
-
1004
- MulticastGroups?: TransitGatewayMulticastGroup[];
1005
-
1006
- NextToken?: string;
1007
- }
1008
- export interface SearchTransitGatewayRoutesRequest {
1009
-
1010
- TransitGatewayRouteTableId: string | undefined;
1011
-
1012
- Filters: Filter[] | undefined;
1013
-
1014
- MaxResults?: number;
1015
-
1016
- DryRun?: boolean;
1017
- }
1018
- export interface SearchTransitGatewayRoutesResult {
1019
-
1020
- Routes?: TransitGatewayRoute[];
1021
-
1022
- AdditionalRoutesAvailable?: boolean;
1023
- }
1024
- export interface SendDiagnosticInterruptRequest {
1025
-
1026
- InstanceId: string | undefined;
1027
-
1028
- DryRun?: boolean;
1029
- }
1030
- export interface StartInstancesRequest {
1031
-
1032
- InstanceIds: string[] | undefined;
1033
-
1034
- AdditionalInfo?: string;
1035
-
1036
- DryRun?: boolean;
1037
- }
1038
-
1039
- export interface InstanceStateChange {
1040
-
1041
- CurrentState?: InstanceState;
1042
-
1043
- InstanceId?: string;
1044
-
1045
- PreviousState?: InstanceState;
1046
- }
1047
- export interface StartInstancesResult {
1048
-
1049
- StartingInstances?: InstanceStateChange[];
1050
- }
1051
- export interface StartNetworkInsightsAccessScopeAnalysisRequest {
1052
-
1053
- NetworkInsightsAccessScopeId: string | undefined;
1054
-
1055
- DryRun?: boolean;
1056
-
1057
- TagSpecifications?: TagSpecification[];
1058
-
1059
- ClientToken?: string;
1060
- }
1061
- export interface StartNetworkInsightsAccessScopeAnalysisResult {
1062
-
1063
- NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis;
1064
- }
1065
- export interface StartNetworkInsightsAnalysisRequest {
1066
-
1067
- NetworkInsightsPathId: string | undefined;
1068
-
1069
- FilterInArns?: string[];
1070
-
1071
- DryRun?: boolean;
1072
-
1073
- TagSpecifications?: TagSpecification[];
1074
-
1075
- ClientToken?: string;
1076
- }
1077
- export interface StartNetworkInsightsAnalysisResult {
1078
-
1079
- NetworkInsightsAnalysis?: NetworkInsightsAnalysis;
1080
- }
1081
- export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
1082
-
1083
- DryRun?: boolean;
1084
-
1085
- ServiceId: string | undefined;
1086
- }
1087
- export interface StartVpcEndpointServicePrivateDnsVerificationResult {
1088
-
1089
- ReturnValue?: boolean;
1090
- }
1091
- export interface StopInstancesRequest {
1092
-
1093
- InstanceIds: string[] | undefined;
1094
-
1095
- Hibernate?: boolean;
1096
-
1097
- DryRun?: boolean;
1098
-
1099
- Force?: boolean;
1100
- }
1101
- export interface StopInstancesResult {
1102
-
1103
- StoppingInstances?: InstanceStateChange[];
1104
- }
1105
- export interface TerminateClientVpnConnectionsRequest {
1106
-
1107
- ClientVpnEndpointId: string | undefined;
1108
-
1109
- ConnectionId?: string;
1110
-
1111
- Username?: string;
1112
-
1113
- DryRun?: boolean;
1114
- }
1115
-
1116
- export interface TerminateConnectionStatus {
1117
-
1118
- ConnectionId?: string;
1119
-
1120
- PreviousStatus?: ClientVpnConnectionStatus;
1121
-
1122
- CurrentStatus?: ClientVpnConnectionStatus;
1123
- }
1124
- export interface TerminateClientVpnConnectionsResult {
1125
-
1126
- ClientVpnEndpointId?: string;
1127
-
1128
- Username?: string;
1129
-
1130
- ConnectionStatuses?: TerminateConnectionStatus[];
1131
- }
1132
- export interface TerminateInstancesRequest {
1133
-
1134
- InstanceIds: string[] | undefined;
1135
-
1136
- DryRun?: boolean;
1137
- }
1138
- export interface TerminateInstancesResult {
1139
-
1140
- TerminatingInstances?: InstanceStateChange[];
1141
- }
1142
- export interface UnassignIpv6AddressesRequest {
1143
-
1144
- Ipv6Addresses?: string[];
1145
-
1146
- Ipv6Prefixes?: string[];
1147
-
1148
- NetworkInterfaceId: string | undefined;
1149
- }
1150
- export interface UnassignIpv6AddressesResult {
1151
-
1152
- NetworkInterfaceId?: string;
1153
-
1154
- UnassignedIpv6Addresses?: string[];
1155
-
1156
- UnassignedIpv6Prefixes?: string[];
1157
- }
1158
-
1159
- export interface UnassignPrivateIpAddressesRequest {
1160
-
1161
- NetworkInterfaceId: string | undefined;
1162
-
1163
- PrivateIpAddresses?: string[];
1164
-
1165
- Ipv4Prefixes?: string[];
1166
- }
1167
- export interface UnmonitorInstancesRequest {
1168
-
1169
- InstanceIds: string[] | undefined;
1170
-
1171
- DryRun?: boolean;
1172
- }
1173
- export interface UnmonitorInstancesResult {
1174
-
1175
- InstanceMonitorings?: InstanceMonitoring[];
1176
- }
1177
-
1178
- export interface SecurityGroupRuleDescription {
1179
-
1180
- SecurityGroupRuleId?: string;
1181
-
1182
- Description?: string;
1183
- }
1184
- export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
1185
-
1186
- DryRun?: boolean;
1187
-
1188
- GroupId?: string;
1189
-
1190
- GroupName?: string;
1191
-
1192
- IpPermissions?: IpPermission[];
1193
-
1194
- SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
1195
- }
1196
- export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
1197
-
1198
- Return?: boolean;
1199
- }
1200
- export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
1201
-
1202
- DryRun?: boolean;
1203
-
1204
- GroupId?: string;
1205
-
1206
- GroupName?: string;
1207
-
1208
- IpPermissions?: IpPermission[];
1209
-
1210
- SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
1211
- }
1212
- export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
1213
-
1214
- Return?: boolean;
1215
- }
1216
- export interface WithdrawByoipCidrRequest {
1217
-
1218
- Cidr: string | undefined;
1219
-
1220
- DryRun?: boolean;
1221
- }
1222
- export interface WithdrawByoipCidrResult {
1223
-
1224
- ByoipCidr?: ByoipCidr;
1225
- }
1226
-
1227
- export declare const PurchaseScheduledInstancesResultFilterSensitiveLog: (obj: PurchaseScheduledInstancesResult) => any;
1228
-
1229
- export declare const RebootInstancesRequestFilterSensitiveLog: (obj: RebootInstancesRequest) => any;
1230
-
1231
- export declare const RegisterImageRequestFilterSensitiveLog: (obj: RegisterImageRequest) => any;
1232
-
1233
- export declare const RegisterImageResultFilterSensitiveLog: (obj: RegisterImageResult) => any;
1234
-
1235
- export declare const RegisterInstanceTagAttributeRequestFilterSensitiveLog: (obj: RegisterInstanceTagAttributeRequest) => any;
1236
-
1237
- export declare const RegisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesRequest) => any;
1238
-
1239
- export declare const RegisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesResult) => any;
1240
-
1241
- export declare const RegisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersRequest) => any;
1242
-
1243
- export declare const TransitGatewayMulticastRegisteredGroupMembersFilterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupMembers) => any;
1244
-
1245
- export declare const RegisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersResult) => any;
1246
-
1247
- export declare const RegisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesRequest) => any;
1248
-
1249
- export declare const TransitGatewayMulticastRegisteredGroupSourcesFilterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupSources) => any;
1250
-
1251
- export declare const RegisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesResult) => any;
1252
-
1253
- export declare const RejectTransitGatewayMulticastDomainAssociationsRequestFilterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsRequest) => any;
1254
-
1255
- export declare const RejectTransitGatewayMulticastDomainAssociationsResultFilterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsResult) => any;
1256
-
1257
- export declare const RejectTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentRequest) => any;
1258
-
1259
- export declare const RejectTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentResult) => any;
1260
-
1261
- export declare const RejectTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentRequest) => any;
1262
-
1263
- export declare const RejectTransitGatewayVpcAttachmentResultFilterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentResult) => any;
1264
-
1265
- export declare const RejectVpcEndpointConnectionsRequestFilterSensitiveLog: (obj: RejectVpcEndpointConnectionsRequest) => any;
1266
-
1267
- export declare const RejectVpcEndpointConnectionsResultFilterSensitiveLog: (obj: RejectVpcEndpointConnectionsResult) => any;
1268
-
1269
- export declare const RejectVpcPeeringConnectionRequestFilterSensitiveLog: (obj: RejectVpcPeeringConnectionRequest) => any;
1270
-
1271
- export declare const RejectVpcPeeringConnectionResultFilterSensitiveLog: (obj: RejectVpcPeeringConnectionResult) => any;
1272
-
1273
- export declare const ReleaseAddressRequestFilterSensitiveLog: (obj: ReleaseAddressRequest) => any;
1274
-
1275
- export declare const ReleaseHostsRequestFilterSensitiveLog: (obj: ReleaseHostsRequest) => any;
1276
-
1277
- export declare const ReleaseHostsResultFilterSensitiveLog: (obj: ReleaseHostsResult) => any;
1278
-
1279
- export declare const ReleaseIpamPoolAllocationRequestFilterSensitiveLog: (obj: ReleaseIpamPoolAllocationRequest) => any;
1280
-
1281
- export declare const ReleaseIpamPoolAllocationResultFilterSensitiveLog: (obj: ReleaseIpamPoolAllocationResult) => any;
1282
-
1283
- export declare const ReplaceIamInstanceProfileAssociationRequestFilterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationRequest) => any;
1284
-
1285
- export declare const ReplaceIamInstanceProfileAssociationResultFilterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationResult) => any;
1286
-
1287
- export declare const ReplaceNetworkAclAssociationRequestFilterSensitiveLog: (obj: ReplaceNetworkAclAssociationRequest) => any;
1288
-
1289
- export declare const ReplaceNetworkAclAssociationResultFilterSensitiveLog: (obj: ReplaceNetworkAclAssociationResult) => any;
1290
-
1291
- export declare const ReplaceNetworkAclEntryRequestFilterSensitiveLog: (obj: ReplaceNetworkAclEntryRequest) => any;
1292
-
1293
- export declare const ReplaceRouteRequestFilterSensitiveLog: (obj: ReplaceRouteRequest) => any;
1294
-
1295
- export declare const ReplaceRouteTableAssociationRequestFilterSensitiveLog: (obj: ReplaceRouteTableAssociationRequest) => any;
1296
-
1297
- export declare const ReplaceRouteTableAssociationResultFilterSensitiveLog: (obj: ReplaceRouteTableAssociationResult) => any;
1298
-
1299
- export declare const ReplaceTransitGatewayRouteRequestFilterSensitiveLog: (obj: ReplaceTransitGatewayRouteRequest) => any;
1300
-
1301
- export declare const ReplaceTransitGatewayRouteResultFilterSensitiveLog: (obj: ReplaceTransitGatewayRouteResult) => any;
1302
-
1303
- export declare const ReportInstanceStatusRequestFilterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;
1304
-
1305
- export declare const RequestSpotFleetRequestFilterSensitiveLog: (obj: RequestSpotFleetRequest) => any;
1306
-
1307
- export declare const RequestSpotFleetResponseFilterSensitiveLog: (obj: RequestSpotFleetResponse) => any;
1308
-
1309
- export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (obj: RequestSpotLaunchSpecification) => any;
1310
-
1311
- export declare const RequestSpotInstancesRequestFilterSensitiveLog: (obj: RequestSpotInstancesRequest) => any;
1312
-
1313
- export declare const RequestSpotInstancesResultFilterSensitiveLog: (obj: RequestSpotInstancesResult) => any;
1314
-
1315
- export declare const ResetAddressAttributeRequestFilterSensitiveLog: (obj: ResetAddressAttributeRequest) => any;
1316
-
1317
- export declare const ResetAddressAttributeResultFilterSensitiveLog: (obj: ResetAddressAttributeResult) => any;
1318
-
1319
- export declare const ResetEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (obj: ResetEbsDefaultKmsKeyIdRequest) => any;
1320
-
1321
- export declare const ResetEbsDefaultKmsKeyIdResultFilterSensitiveLog: (obj: ResetEbsDefaultKmsKeyIdResult) => any;
1322
-
1323
- export declare const ResetFpgaImageAttributeRequestFilterSensitiveLog: (obj: ResetFpgaImageAttributeRequest) => any;
1324
-
1325
- export declare const ResetFpgaImageAttributeResultFilterSensitiveLog: (obj: ResetFpgaImageAttributeResult) => any;
1326
-
1327
- export declare const ResetImageAttributeRequestFilterSensitiveLog: (obj: ResetImageAttributeRequest) => any;
1328
-
1329
- export declare const ResetInstanceAttributeRequestFilterSensitiveLog: (obj: ResetInstanceAttributeRequest) => any;
1330
-
1331
- export declare const ResetNetworkInterfaceAttributeRequestFilterSensitiveLog: (obj: ResetNetworkInterfaceAttributeRequest) => any;
1332
-
1333
- export declare const ResetSnapshotAttributeRequestFilterSensitiveLog: (obj: ResetSnapshotAttributeRequest) => any;
1334
-
1335
- export declare const RestoreAddressToClassicRequestFilterSensitiveLog: (obj: RestoreAddressToClassicRequest) => any;
1336
-
1337
- export declare const RestoreAddressToClassicResultFilterSensitiveLog: (obj: RestoreAddressToClassicResult) => any;
1338
-
1339
- export declare const RestoreImageFromRecycleBinRequestFilterSensitiveLog: (obj: RestoreImageFromRecycleBinRequest) => any;
1340
-
1341
- export declare const RestoreImageFromRecycleBinResultFilterSensitiveLog: (obj: RestoreImageFromRecycleBinResult) => any;
1342
-
1343
- export declare const RestoreManagedPrefixListVersionRequestFilterSensitiveLog: (obj: RestoreManagedPrefixListVersionRequest) => any;
1344
-
1345
- export declare const RestoreManagedPrefixListVersionResultFilterSensitiveLog: (obj: RestoreManagedPrefixListVersionResult) => any;
1346
-
1347
- export declare const RestoreSnapshotFromRecycleBinRequestFilterSensitiveLog: (obj: RestoreSnapshotFromRecycleBinRequest) => any;
1348
-
1349
- export declare const RestoreSnapshotFromRecycleBinResultFilterSensitiveLog: (obj: RestoreSnapshotFromRecycleBinResult) => any;
1350
-
1351
- export declare const RestoreSnapshotTierRequestFilterSensitiveLog: (obj: RestoreSnapshotTierRequest) => any;
1352
-
1353
- export declare const RestoreSnapshotTierResultFilterSensitiveLog: (obj: RestoreSnapshotTierResult) => any;
1354
-
1355
- export declare const RevokeClientVpnIngressRequestFilterSensitiveLog: (obj: RevokeClientVpnIngressRequest) => any;
1356
-
1357
- export declare const RevokeClientVpnIngressResultFilterSensitiveLog: (obj: RevokeClientVpnIngressResult) => any;
1358
-
1359
- export declare const RevokeSecurityGroupEgressRequestFilterSensitiveLog: (obj: RevokeSecurityGroupEgressRequest) => any;
1360
-
1361
- export declare const RevokeSecurityGroupEgressResultFilterSensitiveLog: (obj: RevokeSecurityGroupEgressResult) => any;
1362
-
1363
- export declare const RevokeSecurityGroupIngressRequestFilterSensitiveLog: (obj: RevokeSecurityGroupIngressRequest) => any;
1364
-
1365
- export declare const RevokeSecurityGroupIngressResultFilterSensitiveLog: (obj: RevokeSecurityGroupIngressResult) => any;
1366
-
1367
- export declare const CpuOptionsRequestFilterSensitiveLog: (obj: CpuOptionsRequest) => any;
1368
-
1369
- export declare const ElasticInferenceAcceleratorFilterSensitiveLog: (obj: ElasticInferenceAccelerator) => any;
1370
-
1371
- export declare const EnclaveOptionsRequestFilterSensitiveLog: (obj: EnclaveOptionsRequest) => any;
1372
-
1373
- export declare const HibernationOptionsRequestFilterSensitiveLog: (obj: HibernationOptionsRequest) => any;
1374
-
1375
- export declare const SpotMarketOptionsFilterSensitiveLog: (obj: SpotMarketOptions) => any;
1376
-
1377
- export declare const InstanceMarketOptionsRequestFilterSensitiveLog: (obj: InstanceMarketOptionsRequest) => any;
1378
-
1379
- export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
1380
-
1381
- export declare const LicenseConfigurationRequestFilterSensitiveLog: (obj: LicenseConfigurationRequest) => any;
1382
-
1383
- export declare const InstanceMaintenanceOptionsRequestFilterSensitiveLog: (obj: InstanceMaintenanceOptionsRequest) => any;
1384
-
1385
- export declare const InstanceMetadataOptionsRequestFilterSensitiveLog: (obj: InstanceMetadataOptionsRequest) => any;
1386
-
1387
- export declare const PrivateDnsNameOptionsRequestFilterSensitiveLog: (obj: PrivateDnsNameOptionsRequest) => any;
1388
-
1389
- export declare const RunInstancesRequestFilterSensitiveLog: (obj: RunInstancesRequest) => any;
1390
-
1391
- export declare const ScheduledInstancesEbsFilterSensitiveLog: (obj: ScheduledInstancesEbs) => any;
1392
-
1393
- export declare const ScheduledInstancesBlockDeviceMappingFilterSensitiveLog: (obj: ScheduledInstancesBlockDeviceMapping) => any;
1394
-
1395
- export declare const ScheduledInstancesIamInstanceProfileFilterSensitiveLog: (obj: ScheduledInstancesIamInstanceProfile) => any;
1396
-
1397
- export declare const ScheduledInstancesMonitoringFilterSensitiveLog: (obj: ScheduledInstancesMonitoring) => any;
1398
-
1399
- export declare const ScheduledInstancesIpv6AddressFilterSensitiveLog: (obj: ScheduledInstancesIpv6Address) => any;
1400
-
1401
- export declare const ScheduledInstancesPrivateIpAddressConfigFilterSensitiveLog: (obj: ScheduledInstancesPrivateIpAddressConfig) => any;
1402
-
1403
- export declare const ScheduledInstancesNetworkInterfaceFilterSensitiveLog: (obj: ScheduledInstancesNetworkInterface) => any;
1404
-
1405
- export declare const ScheduledInstancesPlacementFilterSensitiveLog: (obj: ScheduledInstancesPlacement) => any;
1406
-
1407
- export declare const ScheduledInstancesLaunchSpecificationFilterSensitiveLog: (obj: ScheduledInstancesLaunchSpecification) => any;
1408
-
1409
- export declare const RunScheduledInstancesRequestFilterSensitiveLog: (obj: RunScheduledInstancesRequest) => any;
1410
-
1411
- export declare const RunScheduledInstancesResultFilterSensitiveLog: (obj: RunScheduledInstancesResult) => any;
1412
-
1413
- export declare const SearchLocalGatewayRoutesRequestFilterSensitiveLog: (obj: SearchLocalGatewayRoutesRequest) => any;
1414
-
1415
- export declare const SearchLocalGatewayRoutesResultFilterSensitiveLog: (obj: SearchLocalGatewayRoutesResult) => any;
1416
-
1417
- export declare const SearchTransitGatewayMulticastGroupsRequestFilterSensitiveLog: (obj: SearchTransitGatewayMulticastGroupsRequest) => any;
1418
-
1419
- export declare const TransitGatewayMulticastGroupFilterSensitiveLog: (obj: TransitGatewayMulticastGroup) => any;
1420
-
1421
- export declare const SearchTransitGatewayMulticastGroupsResultFilterSensitiveLog: (obj: SearchTransitGatewayMulticastGroupsResult) => any;
1422
-
1423
- export declare const SearchTransitGatewayRoutesRequestFilterSensitiveLog: (obj: SearchTransitGatewayRoutesRequest) => any;
1424
-
1425
- export declare const SearchTransitGatewayRoutesResultFilterSensitiveLog: (obj: SearchTransitGatewayRoutesResult) => any;
1426
-
1427
- export declare const SendDiagnosticInterruptRequestFilterSensitiveLog: (obj: SendDiagnosticInterruptRequest) => any;
1428
-
1429
- export declare const StartInstancesRequestFilterSensitiveLog: (obj: StartInstancesRequest) => any;
1430
-
1431
- export declare const InstanceStateChangeFilterSensitiveLog: (obj: InstanceStateChange) => any;
1432
-
1433
- export declare const StartInstancesResultFilterSensitiveLog: (obj: StartInstancesResult) => any;
1434
-
1435
- export declare const StartNetworkInsightsAccessScopeAnalysisRequestFilterSensitiveLog: (obj: StartNetworkInsightsAccessScopeAnalysisRequest) => any;
1436
-
1437
- export declare const StartNetworkInsightsAccessScopeAnalysisResultFilterSensitiveLog: (obj: StartNetworkInsightsAccessScopeAnalysisResult) => any;
1438
-
1439
- export declare const StartNetworkInsightsAnalysisRequestFilterSensitiveLog: (obj: StartNetworkInsightsAnalysisRequest) => any;
1440
-
1441
- export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (obj: StartNetworkInsightsAnalysisResult) => any;
1442
-
1443
- export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationRequest) => any;
1444
-
1445
- export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationResult) => any;
1446
-
1447
- export declare const StopInstancesRequestFilterSensitiveLog: (obj: StopInstancesRequest) => any;
1448
-
1449
- export declare const StopInstancesResultFilterSensitiveLog: (obj: StopInstancesResult) => any;
1450
-
1451
- export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (obj: TerminateClientVpnConnectionsRequest) => any;
1452
-
1453
- export declare const TerminateConnectionStatusFilterSensitiveLog: (obj: TerminateConnectionStatus) => any;
1454
-
1455
- export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (obj: TerminateClientVpnConnectionsResult) => any;
1456
-
1457
- export declare const TerminateInstancesRequestFilterSensitiveLog: (obj: TerminateInstancesRequest) => any;
1458
-
1459
- export declare const TerminateInstancesResultFilterSensitiveLog: (obj: TerminateInstancesResult) => any;
1460
-
1461
- export declare const UnassignIpv6AddressesRequestFilterSensitiveLog: (obj: UnassignIpv6AddressesRequest) => any;
1462
-
1463
- export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (obj: UnassignIpv6AddressesResult) => any;
1464
-
1465
- export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (obj: UnassignPrivateIpAddressesRequest) => any;
1466
-
1467
- export declare const UnmonitorInstancesRequestFilterSensitiveLog: (obj: UnmonitorInstancesRequest) => any;
1468
-
1469
- export declare const UnmonitorInstancesResultFilterSensitiveLog: (obj: UnmonitorInstancesResult) => any;
1470
-
1471
- export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (obj: SecurityGroupRuleDescription) => any;
1472
-
1473
- export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressRequest) => any;
1474
-
1475
- export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressResult) => any;
1476
-
1477
- export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsIngressRequest) => any;
1478
-
1479
- export declare const UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsIngressResult) => any;
1480
-
1481
- export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (obj: WithdrawByoipCidrRequest) => any;
1482
-
1483
- export declare const WithdrawByoipCidrResultFilterSensitiveLog: (obj: WithdrawByoipCidrResult) => any;
1
+ import {
2
+ _InstanceType,
3
+ AddressAttribute,
4
+ AddressAttributeName,
5
+ ByoipCidr,
6
+ ClientVpnAuthorizationRuleStatus,
7
+ CurrencyCodeValues,
8
+ HostnameType,
9
+ IamInstanceProfileAssociation,
10
+ IamInstanceProfileSpecification,
11
+ IpPermission,
12
+ PortRange,
13
+ RouteTableAssociationState,
14
+ TagSpecification,
15
+ TransitGatewayAttachmentResourceType,
16
+ TransitGatewayMulticastDomainAssociations,
17
+ TransitGatewayPeeringAttachment,
18
+ TransitGatewayVpcAttachment,
19
+ UnsuccessfulItem,
20
+ } from "./models_0";
21
+ import {
22
+ BlockDeviceMapping,
23
+ CreditSpecificationRequest,
24
+ ElasticGpuSpecification,
25
+ IcmpTypeCode,
26
+ InstanceInterruptionBehavior,
27
+ InstanceIpv6Address,
28
+ LocalGatewayRoute,
29
+ ManagedPrefixList,
30
+ MarketType,
31
+ Placement,
32
+ RuleAction,
33
+ ShutdownBehavior,
34
+ SnapshotState,
35
+ SpotInstanceType,
36
+ } from "./models_1";
37
+ import {
38
+ Filter,
39
+ InstanceTagNotificationAttribute,
40
+ IpamPoolCidr,
41
+ TransitGatewayRoute,
42
+ } from "./models_2";
43
+ import {
44
+ ArchitectureValues,
45
+ BootModeValues,
46
+ ClientVpnConnectionStatus,
47
+ HttpTokensState,
48
+ InstanceAttributeName,
49
+ InstanceAutoRecoveryState,
50
+ InstanceMetadataEndpointState,
51
+ InstanceMetadataProtocolState,
52
+ InstanceMetadataTagsState,
53
+ InstanceState,
54
+ TpmSupportValues,
55
+ } from "./models_3";
56
+ import {
57
+ InstanceNetworkInterfaceSpecification,
58
+ NetworkInsightsAccessScopeAnalysis,
59
+ NetworkInsightsAnalysis,
60
+ PublicIpv4PoolRange,
61
+ RunInstancesMonitoringEnabled,
62
+ ScheduledInstance,
63
+ SnapshotAttributeName,
64
+ SpotFleetRequestConfigData,
65
+ SpotInstanceRequest,
66
+ SpotPlacement,
67
+ } from "./models_4";
68
+ import {
69
+ CapacityReservationSpecification,
70
+ InstanceMonitoring,
71
+ Purchase,
72
+ } from "./models_5";
73
+ export interface MoveAddressToVpcRequest {
74
+ DryRun?: boolean;
75
+ PublicIp: string | undefined;
76
+ }
77
+ export declare enum Status {
78
+ inClassic = "InClassic",
79
+ inVpc = "InVpc",
80
+ moveInProgress = "MoveInProgress",
81
+ }
82
+ export interface MoveAddressToVpcResult {
83
+ AllocationId?: string;
84
+ Status?: Status | string;
85
+ }
86
+ export interface MoveByoipCidrToIpamRequest {
87
+ DryRun?: boolean;
88
+ Cidr: string | undefined;
89
+ IpamPoolId: string | undefined;
90
+ IpamPoolOwner: string | undefined;
91
+ }
92
+ export interface MoveByoipCidrToIpamResult {
93
+ ByoipCidr?: ByoipCidr;
94
+ }
95
+ export interface CidrAuthorizationContext {
96
+ Message: string | undefined;
97
+ Signature: string | undefined;
98
+ }
99
+ export interface ProvisionByoipCidrRequest {
100
+ Cidr: string | undefined;
101
+ CidrAuthorizationContext?: CidrAuthorizationContext;
102
+ PubliclyAdvertisable?: boolean;
103
+ Description?: string;
104
+ DryRun?: boolean;
105
+ PoolTagSpecifications?: TagSpecification[];
106
+ MultiRegion?: boolean;
107
+ }
108
+ export interface ProvisionByoipCidrResult {
109
+ ByoipCidr?: ByoipCidr;
110
+ }
111
+ export interface IpamCidrAuthorizationContext {
112
+ Message?: string;
113
+ Signature?: string;
114
+ }
115
+ export interface ProvisionIpamPoolCidrRequest {
116
+ DryRun?: boolean;
117
+ IpamPoolId: string | undefined;
118
+ Cidr?: string;
119
+ CidrAuthorizationContext?: IpamCidrAuthorizationContext;
120
+ }
121
+ export interface ProvisionIpamPoolCidrResult {
122
+ IpamPoolCidr?: IpamPoolCidr;
123
+ }
124
+ export interface ProvisionPublicIpv4PoolCidrRequest {
125
+ DryRun?: boolean;
126
+ IpamPoolId: string | undefined;
127
+ PoolId: string | undefined;
128
+ NetmaskLength: number | undefined;
129
+ }
130
+ export interface ProvisionPublicIpv4PoolCidrResult {
131
+ PoolId?: string;
132
+ PoolAddressRange?: PublicIpv4PoolRange;
133
+ }
134
+ export interface PurchaseHostReservationRequest {
135
+ ClientToken?: string;
136
+ CurrencyCode?: CurrencyCodeValues | string;
137
+ HostIdSet: string[] | undefined;
138
+ LimitPrice?: string;
139
+ OfferingId: string | undefined;
140
+ TagSpecifications?: TagSpecification[];
141
+ }
142
+ export interface PurchaseHostReservationResult {
143
+ ClientToken?: string;
144
+ CurrencyCode?: CurrencyCodeValues | string;
145
+ Purchase?: Purchase[];
146
+ TotalHourlyPrice?: string;
147
+ TotalUpfrontPrice?: string;
148
+ }
149
+ export interface ReservedInstanceLimitPrice {
150
+ Amount?: number;
151
+ CurrencyCode?: CurrencyCodeValues | string;
152
+ }
153
+ export interface PurchaseReservedInstancesOfferingRequest {
154
+ InstanceCount: number | undefined;
155
+ ReservedInstancesOfferingId: string | undefined;
156
+ DryRun?: boolean;
157
+ LimitPrice?: ReservedInstanceLimitPrice;
158
+ PurchaseTime?: Date;
159
+ }
160
+ export interface PurchaseReservedInstancesOfferingResult {
161
+ ReservedInstancesId?: string;
162
+ }
163
+ export interface PurchaseRequest {
164
+ InstanceCount: number | undefined;
165
+ PurchaseToken: string | undefined;
166
+ }
167
+ export interface PurchaseScheduledInstancesRequest {
168
+ ClientToken?: string;
169
+ DryRun?: boolean;
170
+ PurchaseRequests: PurchaseRequest[] | undefined;
171
+ }
172
+ export interface PurchaseScheduledInstancesResult {
173
+ ScheduledInstanceSet?: ScheduledInstance[];
174
+ }
175
+ export interface RebootInstancesRequest {
176
+ InstanceIds: string[] | undefined;
177
+ DryRun?: boolean;
178
+ }
179
+ export interface RegisterImageRequest {
180
+ ImageLocation?: string;
181
+ Architecture?: ArchitectureValues | string;
182
+ BlockDeviceMappings?: BlockDeviceMapping[];
183
+ Description?: string;
184
+ DryRun?: boolean;
185
+ EnaSupport?: boolean;
186
+ KernelId?: string;
187
+ Name: string | undefined;
188
+ BillingProducts?: string[];
189
+ RamdiskId?: string;
190
+ RootDeviceName?: string;
191
+ SriovNetSupport?: string;
192
+ VirtualizationType?: string;
193
+ BootMode?: BootModeValues | string;
194
+ TpmSupport?: TpmSupportValues | string;
195
+ UefiData?: string;
196
+ }
197
+ export interface RegisterImageResult {
198
+ ImageId?: string;
199
+ }
200
+ export interface RegisterInstanceTagAttributeRequest {
201
+ IncludeAllTagsOfInstance?: boolean;
202
+ InstanceTagKeys?: string[];
203
+ }
204
+ export interface RegisterInstanceEventNotificationAttributesRequest {
205
+ DryRun?: boolean;
206
+ InstanceTagAttribute?: RegisterInstanceTagAttributeRequest;
207
+ }
208
+ export interface RegisterInstanceEventNotificationAttributesResult {
209
+ InstanceTagAttribute?: InstanceTagNotificationAttribute;
210
+ }
211
+ export interface RegisterTransitGatewayMulticastGroupMembersRequest {
212
+ TransitGatewayMulticastDomainId?: string;
213
+ GroupIpAddress?: string;
214
+ NetworkInterfaceIds?: string[];
215
+ DryRun?: boolean;
216
+ }
217
+ export interface TransitGatewayMulticastRegisteredGroupMembers {
218
+ TransitGatewayMulticastDomainId?: string;
219
+ RegisteredNetworkInterfaceIds?: string[];
220
+ GroupIpAddress?: string;
221
+ }
222
+ export interface RegisterTransitGatewayMulticastGroupMembersResult {
223
+ RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
224
+ }
225
+ export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
226
+ TransitGatewayMulticastDomainId?: string;
227
+ GroupIpAddress?: string;
228
+ NetworkInterfaceIds?: string[];
229
+ DryRun?: boolean;
230
+ }
231
+ export interface TransitGatewayMulticastRegisteredGroupSources {
232
+ TransitGatewayMulticastDomainId?: string;
233
+ RegisteredNetworkInterfaceIds?: string[];
234
+ GroupIpAddress?: string;
235
+ }
236
+ export interface RegisterTransitGatewayMulticastGroupSourcesResult {
237
+ RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
238
+ }
239
+ export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
240
+ TransitGatewayMulticastDomainId?: string;
241
+ TransitGatewayAttachmentId?: string;
242
+ SubnetIds?: string[];
243
+ DryRun?: boolean;
244
+ }
245
+ export interface RejectTransitGatewayMulticastDomainAssociationsResult {
246
+ Associations?: TransitGatewayMulticastDomainAssociations;
247
+ }
248
+ export interface RejectTransitGatewayPeeringAttachmentRequest {
249
+ TransitGatewayAttachmentId: string | undefined;
250
+ DryRun?: boolean;
251
+ }
252
+ export interface RejectTransitGatewayPeeringAttachmentResult {
253
+ TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
254
+ }
255
+ export interface RejectTransitGatewayVpcAttachmentRequest {
256
+ TransitGatewayAttachmentId: string | undefined;
257
+ DryRun?: boolean;
258
+ }
259
+ export interface RejectTransitGatewayVpcAttachmentResult {
260
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
261
+ }
262
+ export interface RejectVpcEndpointConnectionsRequest {
263
+ DryRun?: boolean;
264
+ ServiceId: string | undefined;
265
+ VpcEndpointIds: string[] | undefined;
266
+ }
267
+ export interface RejectVpcEndpointConnectionsResult {
268
+ Unsuccessful?: UnsuccessfulItem[];
269
+ }
270
+ export interface RejectVpcPeeringConnectionRequest {
271
+ DryRun?: boolean;
272
+ VpcPeeringConnectionId: string | undefined;
273
+ }
274
+ export interface RejectVpcPeeringConnectionResult {
275
+ Return?: boolean;
276
+ }
277
+ export interface ReleaseAddressRequest {
278
+ AllocationId?: string;
279
+ PublicIp?: string;
280
+ NetworkBorderGroup?: string;
281
+ DryRun?: boolean;
282
+ }
283
+ export interface ReleaseHostsRequest {
284
+ HostIds: string[] | undefined;
285
+ }
286
+ export interface ReleaseHostsResult {
287
+ Successful?: string[];
288
+ Unsuccessful?: UnsuccessfulItem[];
289
+ }
290
+ export interface ReleaseIpamPoolAllocationRequest {
291
+ DryRun?: boolean;
292
+ IpamPoolId: string | undefined;
293
+ Cidr: string | undefined;
294
+ IpamPoolAllocationId: string | undefined;
295
+ }
296
+ export interface ReleaseIpamPoolAllocationResult {
297
+ Success?: boolean;
298
+ }
299
+ export interface ReplaceIamInstanceProfileAssociationRequest {
300
+ IamInstanceProfile: IamInstanceProfileSpecification | undefined;
301
+ AssociationId: string | undefined;
302
+ }
303
+ export interface ReplaceIamInstanceProfileAssociationResult {
304
+ IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
305
+ }
306
+ export interface ReplaceNetworkAclAssociationRequest {
307
+ AssociationId: string | undefined;
308
+ DryRun?: boolean;
309
+ NetworkAclId: string | undefined;
310
+ }
311
+ export interface ReplaceNetworkAclAssociationResult {
312
+ NewAssociationId?: string;
313
+ }
314
+ export interface ReplaceNetworkAclEntryRequest {
315
+ CidrBlock?: string;
316
+ DryRun?: boolean;
317
+ Egress: boolean | undefined;
318
+ IcmpTypeCode?: IcmpTypeCode;
319
+ Ipv6CidrBlock?: string;
320
+ NetworkAclId: string | undefined;
321
+ PortRange?: PortRange;
322
+ Protocol: string | undefined;
323
+ RuleAction: RuleAction | string | undefined;
324
+ RuleNumber: number | undefined;
325
+ }
326
+ export interface ReplaceRouteRequest {
327
+ DestinationCidrBlock?: string;
328
+ DestinationIpv6CidrBlock?: string;
329
+ DestinationPrefixListId?: string;
330
+ DryRun?: boolean;
331
+ VpcEndpointId?: string;
332
+ EgressOnlyInternetGatewayId?: string;
333
+ GatewayId?: string;
334
+ InstanceId?: string;
335
+ LocalTarget?: boolean;
336
+ NatGatewayId?: string;
337
+ TransitGatewayId?: string;
338
+ LocalGatewayId?: string;
339
+ CarrierGatewayId?: string;
340
+ NetworkInterfaceId?: string;
341
+ RouteTableId: string | undefined;
342
+ VpcPeeringConnectionId?: string;
343
+ CoreNetworkArn?: string;
344
+ }
345
+ export interface ReplaceRouteTableAssociationRequest {
346
+ AssociationId: string | undefined;
347
+ DryRun?: boolean;
348
+ RouteTableId: string | undefined;
349
+ }
350
+ export interface ReplaceRouteTableAssociationResult {
351
+ NewAssociationId?: string;
352
+ AssociationState?: RouteTableAssociationState;
353
+ }
354
+ export interface ReplaceTransitGatewayRouteRequest {
355
+ DestinationCidrBlock: string | undefined;
356
+ TransitGatewayRouteTableId: string | undefined;
357
+ TransitGatewayAttachmentId?: string;
358
+ Blackhole?: boolean;
359
+ DryRun?: boolean;
360
+ }
361
+ export interface ReplaceTransitGatewayRouteResult {
362
+ Route?: TransitGatewayRoute;
363
+ }
364
+ export declare type ReportInstanceReasonCodes =
365
+ | "instance-stuck-in-state"
366
+ | "not-accepting-credentials"
367
+ | "other"
368
+ | "password-not-available"
369
+ | "performance-ebs-volume"
370
+ | "performance-instance-store"
371
+ | "performance-network"
372
+ | "performance-other"
373
+ | "unresponsive";
374
+ export declare type ReportStatusType = "impaired" | "ok";
375
+ export interface ReportInstanceStatusRequest {
376
+ Description?: string;
377
+ DryRun?: boolean;
378
+ EndTime?: Date;
379
+ Instances: string[] | undefined;
380
+ ReasonCodes: (ReportInstanceReasonCodes | string)[] | undefined;
381
+ StartTime?: Date;
382
+ Status: ReportStatusType | string | undefined;
383
+ }
384
+ export interface RequestSpotFleetRequest {
385
+ DryRun?: boolean;
386
+ SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
387
+ }
388
+ export interface RequestSpotFleetResponse {
389
+ SpotFleetRequestId?: string;
390
+ }
391
+ export interface RequestSpotLaunchSpecification {
392
+ SecurityGroupIds?: string[];
393
+ SecurityGroups?: string[];
394
+ AddressingType?: string;
395
+ BlockDeviceMappings?: BlockDeviceMapping[];
396
+ EbsOptimized?: boolean;
397
+ IamInstanceProfile?: IamInstanceProfileSpecification;
398
+ ImageId?: string;
399
+ InstanceType?: _InstanceType | string;
400
+ KernelId?: string;
401
+ KeyName?: string;
402
+ Monitoring?: RunInstancesMonitoringEnabled;
403
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
404
+ Placement?: SpotPlacement;
405
+ RamdiskId?: string;
406
+ SubnetId?: string;
407
+ UserData?: string;
408
+ }
409
+ export interface RequestSpotInstancesRequest {
410
+ AvailabilityZoneGroup?: string;
411
+ BlockDurationMinutes?: number;
412
+ ClientToken?: string;
413
+ DryRun?: boolean;
414
+ InstanceCount?: number;
415
+ LaunchGroup?: string;
416
+ LaunchSpecification?: RequestSpotLaunchSpecification;
417
+ SpotPrice?: string;
418
+ Type?: SpotInstanceType | string;
419
+ ValidFrom?: Date;
420
+ ValidUntil?: Date;
421
+ TagSpecifications?: TagSpecification[];
422
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
423
+ }
424
+ export interface RequestSpotInstancesResult {
425
+ SpotInstanceRequests?: SpotInstanceRequest[];
426
+ }
427
+ export interface ResetAddressAttributeRequest {
428
+ AllocationId: string | undefined;
429
+ Attribute: AddressAttributeName | string | undefined;
430
+ DryRun?: boolean;
431
+ }
432
+ export interface ResetAddressAttributeResult {
433
+ Address?: AddressAttribute;
434
+ }
435
+ export interface ResetEbsDefaultKmsKeyIdRequest {
436
+ DryRun?: boolean;
437
+ }
438
+ export interface ResetEbsDefaultKmsKeyIdResult {
439
+ KmsKeyId?: string;
440
+ }
441
+ export declare type ResetFpgaImageAttributeName = "loadPermission";
442
+ export interface ResetFpgaImageAttributeRequest {
443
+ DryRun?: boolean;
444
+ FpgaImageId: string | undefined;
445
+ Attribute?: ResetFpgaImageAttributeName | string;
446
+ }
447
+ export interface ResetFpgaImageAttributeResult {
448
+ Return?: boolean;
449
+ }
450
+ export declare type ResetImageAttributeName = "launchPermission";
451
+ export interface ResetImageAttributeRequest {
452
+ Attribute: ResetImageAttributeName | string | undefined;
453
+ ImageId: string | undefined;
454
+ DryRun?: boolean;
455
+ }
456
+ export interface ResetInstanceAttributeRequest {
457
+ Attribute: InstanceAttributeName | string | undefined;
458
+ DryRun?: boolean;
459
+ InstanceId: string | undefined;
460
+ }
461
+ export interface ResetNetworkInterfaceAttributeRequest {
462
+ DryRun?: boolean;
463
+ NetworkInterfaceId: string | undefined;
464
+ SourceDestCheck?: string;
465
+ }
466
+ export interface ResetSnapshotAttributeRequest {
467
+ Attribute: SnapshotAttributeName | string | undefined;
468
+ SnapshotId: string | undefined;
469
+ DryRun?: boolean;
470
+ }
471
+ export interface RestoreAddressToClassicRequest {
472
+ DryRun?: boolean;
473
+ PublicIp: string | undefined;
474
+ }
475
+ export interface RestoreAddressToClassicResult {
476
+ PublicIp?: string;
477
+ Status?: Status | string;
478
+ }
479
+ export interface RestoreImageFromRecycleBinRequest {
480
+ ImageId: string | undefined;
481
+ DryRun?: boolean;
482
+ }
483
+ export interface RestoreImageFromRecycleBinResult {
484
+ Return?: boolean;
485
+ }
486
+ export interface RestoreManagedPrefixListVersionRequest {
487
+ DryRun?: boolean;
488
+ PrefixListId: string | undefined;
489
+ PreviousVersion: number | undefined;
490
+ CurrentVersion: number | undefined;
491
+ }
492
+ export interface RestoreManagedPrefixListVersionResult {
493
+ PrefixList?: ManagedPrefixList;
494
+ }
495
+ export interface RestoreSnapshotFromRecycleBinRequest {
496
+ SnapshotId: string | undefined;
497
+ DryRun?: boolean;
498
+ }
499
+ export interface RestoreSnapshotFromRecycleBinResult {
500
+ SnapshotId?: string;
501
+ OutpostArn?: string;
502
+ Description?: string;
503
+ Encrypted?: boolean;
504
+ OwnerId?: string;
505
+ Progress?: string;
506
+ StartTime?: Date;
507
+ State?: SnapshotState | string;
508
+ VolumeId?: string;
509
+ VolumeSize?: number;
510
+ }
511
+ export interface RestoreSnapshotTierRequest {
512
+ SnapshotId: string | undefined;
513
+ TemporaryRestoreDays?: number;
514
+ PermanentRestore?: boolean;
515
+ DryRun?: boolean;
516
+ }
517
+ export interface RestoreSnapshotTierResult {
518
+ SnapshotId?: string;
519
+ RestoreStartTime?: Date;
520
+ RestoreDuration?: number;
521
+ IsPermanentRestore?: boolean;
522
+ }
523
+ export interface RevokeClientVpnIngressRequest {
524
+ ClientVpnEndpointId: string | undefined;
525
+ TargetNetworkCidr: string | undefined;
526
+ AccessGroupId?: string;
527
+ RevokeAllGroups?: boolean;
528
+ DryRun?: boolean;
529
+ }
530
+ export interface RevokeClientVpnIngressResult {
531
+ Status?: ClientVpnAuthorizationRuleStatus;
532
+ }
533
+ export interface RevokeSecurityGroupEgressRequest {
534
+ DryRun?: boolean;
535
+ GroupId: string | undefined;
536
+ IpPermissions?: IpPermission[];
537
+ SecurityGroupRuleIds?: string[];
538
+ CidrIp?: string;
539
+ FromPort?: number;
540
+ IpProtocol?: string;
541
+ ToPort?: number;
542
+ SourceSecurityGroupName?: string;
543
+ SourceSecurityGroupOwnerId?: string;
544
+ }
545
+ export interface RevokeSecurityGroupEgressResult {
546
+ Return?: boolean;
547
+ UnknownIpPermissions?: IpPermission[];
548
+ }
549
+ export interface RevokeSecurityGroupIngressRequest {
550
+ CidrIp?: string;
551
+ FromPort?: number;
552
+ GroupId?: string;
553
+ GroupName?: string;
554
+ IpPermissions?: IpPermission[];
555
+ IpProtocol?: string;
556
+ SourceSecurityGroupName?: string;
557
+ SourceSecurityGroupOwnerId?: string;
558
+ ToPort?: number;
559
+ DryRun?: boolean;
560
+ SecurityGroupRuleIds?: string[];
561
+ }
562
+ export interface RevokeSecurityGroupIngressResult {
563
+ Return?: boolean;
564
+ UnknownIpPermissions?: IpPermission[];
565
+ }
566
+ export interface CpuOptionsRequest {
567
+ CoreCount?: number;
568
+ ThreadsPerCore?: number;
569
+ }
570
+ export interface ElasticInferenceAccelerator {
571
+ Type: string | undefined;
572
+ Count?: number;
573
+ }
574
+ export interface EnclaveOptionsRequest {
575
+ Enabled?: boolean;
576
+ }
577
+ export interface HibernationOptionsRequest {
578
+ Configured?: boolean;
579
+ }
580
+ export interface SpotMarketOptions {
581
+ MaxPrice?: string;
582
+ SpotInstanceType?: SpotInstanceType | string;
583
+ BlockDurationMinutes?: number;
584
+ ValidUntil?: Date;
585
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
586
+ }
587
+ export interface InstanceMarketOptionsRequest {
588
+ MarketType?: MarketType | string;
589
+ SpotOptions?: SpotMarketOptions;
590
+ }
591
+ export interface LaunchTemplateSpecification {
592
+ LaunchTemplateId?: string;
593
+ LaunchTemplateName?: string;
594
+ Version?: string;
595
+ }
596
+ export interface LicenseConfigurationRequest {
597
+ LicenseConfigurationArn?: string;
598
+ }
599
+ export interface InstanceMaintenanceOptionsRequest {
600
+ AutoRecovery?: InstanceAutoRecoveryState | string;
601
+ }
602
+ export interface InstanceMetadataOptionsRequest {
603
+ HttpTokens?: HttpTokensState | string;
604
+ HttpPutResponseHopLimit?: number;
605
+ HttpEndpoint?: InstanceMetadataEndpointState | string;
606
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
607
+ InstanceMetadataTags?: InstanceMetadataTagsState | string;
608
+ }
609
+ export interface PrivateDnsNameOptionsRequest {
610
+ HostnameType?: HostnameType | string;
611
+ EnableResourceNameDnsARecord?: boolean;
612
+ EnableResourceNameDnsAAAARecord?: boolean;
613
+ }
614
+ export interface RunInstancesRequest {
615
+ BlockDeviceMappings?: BlockDeviceMapping[];
616
+ ImageId?: string;
617
+ InstanceType?: _InstanceType | string;
618
+ Ipv6AddressCount?: number;
619
+ Ipv6Addresses?: InstanceIpv6Address[];
620
+ KernelId?: string;
621
+ KeyName?: string;
622
+ MaxCount: number | undefined;
623
+ MinCount: number | undefined;
624
+ Monitoring?: RunInstancesMonitoringEnabled;
625
+ Placement?: Placement;
626
+ RamdiskId?: string;
627
+ SecurityGroupIds?: string[];
628
+ SecurityGroups?: string[];
629
+ SubnetId?: string;
630
+ UserData?: string;
631
+ AdditionalInfo?: string;
632
+ ClientToken?: string;
633
+ DisableApiTermination?: boolean;
634
+ DryRun?: boolean;
635
+ EbsOptimized?: boolean;
636
+ IamInstanceProfile?: IamInstanceProfileSpecification;
637
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
638
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
639
+ PrivateIpAddress?: string;
640
+ ElasticGpuSpecification?: ElasticGpuSpecification[];
641
+ ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
642
+ TagSpecifications?: TagSpecification[];
643
+ LaunchTemplate?: LaunchTemplateSpecification;
644
+ InstanceMarketOptions?: InstanceMarketOptionsRequest;
645
+ CreditSpecification?: CreditSpecificationRequest;
646
+ CpuOptions?: CpuOptionsRequest;
647
+ CapacityReservationSpecification?: CapacityReservationSpecification;
648
+ HibernationOptions?: HibernationOptionsRequest;
649
+ LicenseSpecifications?: LicenseConfigurationRequest[];
650
+ MetadataOptions?: InstanceMetadataOptionsRequest;
651
+ EnclaveOptions?: EnclaveOptionsRequest;
652
+ PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest;
653
+ MaintenanceOptions?: InstanceMaintenanceOptionsRequest;
654
+ DisableApiStop?: boolean;
655
+ }
656
+ export interface ScheduledInstancesEbs {
657
+ DeleteOnTermination?: boolean;
658
+ Encrypted?: boolean;
659
+ Iops?: number;
660
+ SnapshotId?: string;
661
+ VolumeSize?: number;
662
+ VolumeType?: string;
663
+ }
664
+ export interface ScheduledInstancesBlockDeviceMapping {
665
+ DeviceName?: string;
666
+ Ebs?: ScheduledInstancesEbs;
667
+ NoDevice?: string;
668
+ VirtualName?: string;
669
+ }
670
+ export interface ScheduledInstancesIamInstanceProfile {
671
+ Arn?: string;
672
+ Name?: string;
673
+ }
674
+ export interface ScheduledInstancesMonitoring {
675
+ Enabled?: boolean;
676
+ }
677
+ export interface ScheduledInstancesIpv6Address {
678
+ Ipv6Address?: string;
679
+ }
680
+ export interface ScheduledInstancesPrivateIpAddressConfig {
681
+ Primary?: boolean;
682
+ PrivateIpAddress?: string;
683
+ }
684
+ export interface ScheduledInstancesNetworkInterface {
685
+ AssociatePublicIpAddress?: boolean;
686
+ DeleteOnTermination?: boolean;
687
+ Description?: string;
688
+ DeviceIndex?: number;
689
+ Groups?: string[];
690
+ Ipv6AddressCount?: number;
691
+ Ipv6Addresses?: ScheduledInstancesIpv6Address[];
692
+ NetworkInterfaceId?: string;
693
+ PrivateIpAddress?: string;
694
+ PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[];
695
+ SecondaryPrivateIpAddressCount?: number;
696
+ SubnetId?: string;
697
+ }
698
+ export interface ScheduledInstancesPlacement {
699
+ AvailabilityZone?: string;
700
+ GroupName?: string;
701
+ }
702
+ export interface ScheduledInstancesLaunchSpecification {
703
+ BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[];
704
+ EbsOptimized?: boolean;
705
+ IamInstanceProfile?: ScheduledInstancesIamInstanceProfile;
706
+ ImageId: string | undefined;
707
+ InstanceType?: string;
708
+ KernelId?: string;
709
+ KeyName?: string;
710
+ Monitoring?: ScheduledInstancesMonitoring;
711
+ NetworkInterfaces?: ScheduledInstancesNetworkInterface[];
712
+ Placement?: ScheduledInstancesPlacement;
713
+ RamdiskId?: string;
714
+ SecurityGroupIds?: string[];
715
+ SubnetId?: string;
716
+ UserData?: string;
717
+ }
718
+ export interface RunScheduledInstancesRequest {
719
+ ClientToken?: string;
720
+ DryRun?: boolean;
721
+ InstanceCount?: number;
722
+ LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
723
+ ScheduledInstanceId: string | undefined;
724
+ }
725
+ export interface RunScheduledInstancesResult {
726
+ InstanceIdSet?: string[];
727
+ }
728
+ export interface SearchLocalGatewayRoutesRequest {
729
+ LocalGatewayRouteTableId: string | undefined;
730
+ Filters?: Filter[];
731
+ MaxResults?: number;
732
+ NextToken?: string;
733
+ DryRun?: boolean;
734
+ }
735
+ export interface SearchLocalGatewayRoutesResult {
736
+ Routes?: LocalGatewayRoute[];
737
+ NextToken?: string;
738
+ }
739
+ export interface SearchTransitGatewayMulticastGroupsRequest {
740
+ TransitGatewayMulticastDomainId?: string;
741
+ Filters?: Filter[];
742
+ MaxResults?: number;
743
+ NextToken?: string;
744
+ DryRun?: boolean;
745
+ }
746
+ export declare type MembershipType = "igmp" | "static";
747
+ export interface TransitGatewayMulticastGroup {
748
+ GroupIpAddress?: string;
749
+ TransitGatewayAttachmentId?: string;
750
+ SubnetId?: string;
751
+ ResourceId?: string;
752
+ ResourceType?: TransitGatewayAttachmentResourceType | string;
753
+ ResourceOwnerId?: string;
754
+ NetworkInterfaceId?: string;
755
+ GroupMember?: boolean;
756
+ GroupSource?: boolean;
757
+ MemberType?: MembershipType | string;
758
+ SourceType?: MembershipType | string;
759
+ }
760
+ export interface SearchTransitGatewayMulticastGroupsResult {
761
+ MulticastGroups?: TransitGatewayMulticastGroup[];
762
+ NextToken?: string;
763
+ }
764
+ export interface SearchTransitGatewayRoutesRequest {
765
+ TransitGatewayRouteTableId: string | undefined;
766
+ Filters: Filter[] | undefined;
767
+ MaxResults?: number;
768
+ DryRun?: boolean;
769
+ }
770
+ export interface SearchTransitGatewayRoutesResult {
771
+ Routes?: TransitGatewayRoute[];
772
+ AdditionalRoutesAvailable?: boolean;
773
+ }
774
+ export interface SendDiagnosticInterruptRequest {
775
+ InstanceId: string | undefined;
776
+ DryRun?: boolean;
777
+ }
778
+ export interface StartInstancesRequest {
779
+ InstanceIds: string[] | undefined;
780
+ AdditionalInfo?: string;
781
+ DryRun?: boolean;
782
+ }
783
+ export interface InstanceStateChange {
784
+ CurrentState?: InstanceState;
785
+ InstanceId?: string;
786
+ PreviousState?: InstanceState;
787
+ }
788
+ export interface StartInstancesResult {
789
+ StartingInstances?: InstanceStateChange[];
790
+ }
791
+ export interface StartNetworkInsightsAccessScopeAnalysisRequest {
792
+ NetworkInsightsAccessScopeId: string | undefined;
793
+ DryRun?: boolean;
794
+ TagSpecifications?: TagSpecification[];
795
+ ClientToken?: string;
796
+ }
797
+ export interface StartNetworkInsightsAccessScopeAnalysisResult {
798
+ NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis;
799
+ }
800
+ export interface StartNetworkInsightsAnalysisRequest {
801
+ NetworkInsightsPathId: string | undefined;
802
+ FilterInArns?: string[];
803
+ DryRun?: boolean;
804
+ TagSpecifications?: TagSpecification[];
805
+ ClientToken?: string;
806
+ }
807
+ export interface StartNetworkInsightsAnalysisResult {
808
+ NetworkInsightsAnalysis?: NetworkInsightsAnalysis;
809
+ }
810
+ export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
811
+ DryRun?: boolean;
812
+ ServiceId: string | undefined;
813
+ }
814
+ export interface StartVpcEndpointServicePrivateDnsVerificationResult {
815
+ ReturnValue?: boolean;
816
+ }
817
+ export interface StopInstancesRequest {
818
+ InstanceIds: string[] | undefined;
819
+ Hibernate?: boolean;
820
+ DryRun?: boolean;
821
+ Force?: boolean;
822
+ }
823
+ export interface StopInstancesResult {
824
+ StoppingInstances?: InstanceStateChange[];
825
+ }
826
+ export interface TerminateClientVpnConnectionsRequest {
827
+ ClientVpnEndpointId: string | undefined;
828
+ ConnectionId?: string;
829
+ Username?: string;
830
+ DryRun?: boolean;
831
+ }
832
+ export interface TerminateConnectionStatus {
833
+ ConnectionId?: string;
834
+ PreviousStatus?: ClientVpnConnectionStatus;
835
+ CurrentStatus?: ClientVpnConnectionStatus;
836
+ }
837
+ export interface TerminateClientVpnConnectionsResult {
838
+ ClientVpnEndpointId?: string;
839
+ Username?: string;
840
+ ConnectionStatuses?: TerminateConnectionStatus[];
841
+ }
842
+ export interface TerminateInstancesRequest {
843
+ InstanceIds: string[] | undefined;
844
+ DryRun?: boolean;
845
+ }
846
+ export interface TerminateInstancesResult {
847
+ TerminatingInstances?: InstanceStateChange[];
848
+ }
849
+ export interface UnassignIpv6AddressesRequest {
850
+ Ipv6Addresses?: string[];
851
+ Ipv6Prefixes?: string[];
852
+ NetworkInterfaceId: string | undefined;
853
+ }
854
+ export interface UnassignIpv6AddressesResult {
855
+ NetworkInterfaceId?: string;
856
+ UnassignedIpv6Addresses?: string[];
857
+ UnassignedIpv6Prefixes?: string[];
858
+ }
859
+ export interface UnassignPrivateIpAddressesRequest {
860
+ NetworkInterfaceId: string | undefined;
861
+ PrivateIpAddresses?: string[];
862
+ Ipv4Prefixes?: string[];
863
+ }
864
+ export interface UnmonitorInstancesRequest {
865
+ InstanceIds: string[] | undefined;
866
+ DryRun?: boolean;
867
+ }
868
+ export interface UnmonitorInstancesResult {
869
+ InstanceMonitorings?: InstanceMonitoring[];
870
+ }
871
+ export interface SecurityGroupRuleDescription {
872
+ SecurityGroupRuleId?: string;
873
+ Description?: string;
874
+ }
875
+ export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
876
+ DryRun?: boolean;
877
+ GroupId?: string;
878
+ GroupName?: string;
879
+ IpPermissions?: IpPermission[];
880
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
881
+ }
882
+ export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
883
+ Return?: boolean;
884
+ }
885
+ export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
886
+ DryRun?: boolean;
887
+ GroupId?: string;
888
+ GroupName?: string;
889
+ IpPermissions?: IpPermission[];
890
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
891
+ }
892
+ export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
893
+ Return?: boolean;
894
+ }
895
+ export interface WithdrawByoipCidrRequest {
896
+ Cidr: string | undefined;
897
+ DryRun?: boolean;
898
+ }
899
+ export interface WithdrawByoipCidrResult {
900
+ ByoipCidr?: ByoipCidr;
901
+ }
902
+ export declare const MoveAddressToVpcRequestFilterSensitiveLog: (
903
+ obj: MoveAddressToVpcRequest
904
+ ) => any;
905
+ export declare const MoveAddressToVpcResultFilterSensitiveLog: (
906
+ obj: MoveAddressToVpcResult
907
+ ) => any;
908
+ export declare const MoveByoipCidrToIpamRequestFilterSensitiveLog: (
909
+ obj: MoveByoipCidrToIpamRequest
910
+ ) => any;
911
+ export declare const MoveByoipCidrToIpamResultFilterSensitiveLog: (
912
+ obj: MoveByoipCidrToIpamResult
913
+ ) => any;
914
+ export declare const CidrAuthorizationContextFilterSensitiveLog: (
915
+ obj: CidrAuthorizationContext
916
+ ) => any;
917
+ export declare const ProvisionByoipCidrRequestFilterSensitiveLog: (
918
+ obj: ProvisionByoipCidrRequest
919
+ ) => any;
920
+ export declare const ProvisionByoipCidrResultFilterSensitiveLog: (
921
+ obj: ProvisionByoipCidrResult
922
+ ) => any;
923
+ export declare const IpamCidrAuthorizationContextFilterSensitiveLog: (
924
+ obj: IpamCidrAuthorizationContext
925
+ ) => any;
926
+ export declare const ProvisionIpamPoolCidrRequestFilterSensitiveLog: (
927
+ obj: ProvisionIpamPoolCidrRequest
928
+ ) => any;
929
+ export declare const ProvisionIpamPoolCidrResultFilterSensitiveLog: (
930
+ obj: ProvisionIpamPoolCidrResult
931
+ ) => any;
932
+ export declare const ProvisionPublicIpv4PoolCidrRequestFilterSensitiveLog: (
933
+ obj: ProvisionPublicIpv4PoolCidrRequest
934
+ ) => any;
935
+ export declare const ProvisionPublicIpv4PoolCidrResultFilterSensitiveLog: (
936
+ obj: ProvisionPublicIpv4PoolCidrResult
937
+ ) => any;
938
+ export declare const PurchaseHostReservationRequestFilterSensitiveLog: (
939
+ obj: PurchaseHostReservationRequest
940
+ ) => any;
941
+ export declare const PurchaseHostReservationResultFilterSensitiveLog: (
942
+ obj: PurchaseHostReservationResult
943
+ ) => any;
944
+ export declare const ReservedInstanceLimitPriceFilterSensitiveLog: (
945
+ obj: ReservedInstanceLimitPrice
946
+ ) => any;
947
+ export declare const PurchaseReservedInstancesOfferingRequestFilterSensitiveLog: (
948
+ obj: PurchaseReservedInstancesOfferingRequest
949
+ ) => any;
950
+ export declare const PurchaseReservedInstancesOfferingResultFilterSensitiveLog: (
951
+ obj: PurchaseReservedInstancesOfferingResult
952
+ ) => any;
953
+ export declare const PurchaseRequestFilterSensitiveLog: (
954
+ obj: PurchaseRequest
955
+ ) => any;
956
+ export declare const PurchaseScheduledInstancesRequestFilterSensitiveLog: (
957
+ obj: PurchaseScheduledInstancesRequest
958
+ ) => any;
959
+ export declare const PurchaseScheduledInstancesResultFilterSensitiveLog: (
960
+ obj: PurchaseScheduledInstancesResult
961
+ ) => any;
962
+ export declare const RebootInstancesRequestFilterSensitiveLog: (
963
+ obj: RebootInstancesRequest
964
+ ) => any;
965
+ export declare const RegisterImageRequestFilterSensitiveLog: (
966
+ obj: RegisterImageRequest
967
+ ) => any;
968
+ export declare const RegisterImageResultFilterSensitiveLog: (
969
+ obj: RegisterImageResult
970
+ ) => any;
971
+ export declare const RegisterInstanceTagAttributeRequestFilterSensitiveLog: (
972
+ obj: RegisterInstanceTagAttributeRequest
973
+ ) => any;
974
+ export declare const RegisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (
975
+ obj: RegisterInstanceEventNotificationAttributesRequest
976
+ ) => any;
977
+ export declare const RegisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
978
+ obj: RegisterInstanceEventNotificationAttributesResult
979
+ ) => any;
980
+ export declare const RegisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
981
+ obj: RegisterTransitGatewayMulticastGroupMembersRequest
982
+ ) => any;
983
+ export declare const TransitGatewayMulticastRegisteredGroupMembersFilterSensitiveLog: (
984
+ obj: TransitGatewayMulticastRegisteredGroupMembers
985
+ ) => any;
986
+ export declare const RegisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (
987
+ obj: RegisterTransitGatewayMulticastGroupMembersResult
988
+ ) => any;
989
+ export declare const RegisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (
990
+ obj: RegisterTransitGatewayMulticastGroupSourcesRequest
991
+ ) => any;
992
+ export declare const TransitGatewayMulticastRegisteredGroupSourcesFilterSensitiveLog: (
993
+ obj: TransitGatewayMulticastRegisteredGroupSources
994
+ ) => any;
995
+ export declare const RegisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (
996
+ obj: RegisterTransitGatewayMulticastGroupSourcesResult
997
+ ) => any;
998
+ export declare const RejectTransitGatewayMulticastDomainAssociationsRequestFilterSensitiveLog: (
999
+ obj: RejectTransitGatewayMulticastDomainAssociationsRequest
1000
+ ) => any;
1001
+ export declare const RejectTransitGatewayMulticastDomainAssociationsResultFilterSensitiveLog: (
1002
+ obj: RejectTransitGatewayMulticastDomainAssociationsResult
1003
+ ) => any;
1004
+ export declare const RejectTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
1005
+ obj: RejectTransitGatewayPeeringAttachmentRequest
1006
+ ) => any;
1007
+ export declare const RejectTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
1008
+ obj: RejectTransitGatewayPeeringAttachmentResult
1009
+ ) => any;
1010
+ export declare const RejectTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
1011
+ obj: RejectTransitGatewayVpcAttachmentRequest
1012
+ ) => any;
1013
+ export declare const RejectTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
1014
+ obj: RejectTransitGatewayVpcAttachmentResult
1015
+ ) => any;
1016
+ export declare const RejectVpcEndpointConnectionsRequestFilterSensitiveLog: (
1017
+ obj: RejectVpcEndpointConnectionsRequest
1018
+ ) => any;
1019
+ export declare const RejectVpcEndpointConnectionsResultFilterSensitiveLog: (
1020
+ obj: RejectVpcEndpointConnectionsResult
1021
+ ) => any;
1022
+ export declare const RejectVpcPeeringConnectionRequestFilterSensitiveLog: (
1023
+ obj: RejectVpcPeeringConnectionRequest
1024
+ ) => any;
1025
+ export declare const RejectVpcPeeringConnectionResultFilterSensitiveLog: (
1026
+ obj: RejectVpcPeeringConnectionResult
1027
+ ) => any;
1028
+ export declare const ReleaseAddressRequestFilterSensitiveLog: (
1029
+ obj: ReleaseAddressRequest
1030
+ ) => any;
1031
+ export declare const ReleaseHostsRequestFilterSensitiveLog: (
1032
+ obj: ReleaseHostsRequest
1033
+ ) => any;
1034
+ export declare const ReleaseHostsResultFilterSensitiveLog: (
1035
+ obj: ReleaseHostsResult
1036
+ ) => any;
1037
+ export declare const ReleaseIpamPoolAllocationRequestFilterSensitiveLog: (
1038
+ obj: ReleaseIpamPoolAllocationRequest
1039
+ ) => any;
1040
+ export declare const ReleaseIpamPoolAllocationResultFilterSensitiveLog: (
1041
+ obj: ReleaseIpamPoolAllocationResult
1042
+ ) => any;
1043
+ export declare const ReplaceIamInstanceProfileAssociationRequestFilterSensitiveLog: (
1044
+ obj: ReplaceIamInstanceProfileAssociationRequest
1045
+ ) => any;
1046
+ export declare const ReplaceIamInstanceProfileAssociationResultFilterSensitiveLog: (
1047
+ obj: ReplaceIamInstanceProfileAssociationResult
1048
+ ) => any;
1049
+ export declare const ReplaceNetworkAclAssociationRequestFilterSensitiveLog: (
1050
+ obj: ReplaceNetworkAclAssociationRequest
1051
+ ) => any;
1052
+ export declare const ReplaceNetworkAclAssociationResultFilterSensitiveLog: (
1053
+ obj: ReplaceNetworkAclAssociationResult
1054
+ ) => any;
1055
+ export declare const ReplaceNetworkAclEntryRequestFilterSensitiveLog: (
1056
+ obj: ReplaceNetworkAclEntryRequest
1057
+ ) => any;
1058
+ export declare const ReplaceRouteRequestFilterSensitiveLog: (
1059
+ obj: ReplaceRouteRequest
1060
+ ) => any;
1061
+ export declare const ReplaceRouteTableAssociationRequestFilterSensitiveLog: (
1062
+ obj: ReplaceRouteTableAssociationRequest
1063
+ ) => any;
1064
+ export declare const ReplaceRouteTableAssociationResultFilterSensitiveLog: (
1065
+ obj: ReplaceRouteTableAssociationResult
1066
+ ) => any;
1067
+ export declare const ReplaceTransitGatewayRouteRequestFilterSensitiveLog: (
1068
+ obj: ReplaceTransitGatewayRouteRequest
1069
+ ) => any;
1070
+ export declare const ReplaceTransitGatewayRouteResultFilterSensitiveLog: (
1071
+ obj: ReplaceTransitGatewayRouteResult
1072
+ ) => any;
1073
+ export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
1074
+ obj: ReportInstanceStatusRequest
1075
+ ) => any;
1076
+ export declare const RequestSpotFleetRequestFilterSensitiveLog: (
1077
+ obj: RequestSpotFleetRequest
1078
+ ) => any;
1079
+ export declare const RequestSpotFleetResponseFilterSensitiveLog: (
1080
+ obj: RequestSpotFleetResponse
1081
+ ) => any;
1082
+ export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
1083
+ obj: RequestSpotLaunchSpecification
1084
+ ) => any;
1085
+ export declare const RequestSpotInstancesRequestFilterSensitiveLog: (
1086
+ obj: RequestSpotInstancesRequest
1087
+ ) => any;
1088
+ export declare const RequestSpotInstancesResultFilterSensitiveLog: (
1089
+ obj: RequestSpotInstancesResult
1090
+ ) => any;
1091
+ export declare const ResetAddressAttributeRequestFilterSensitiveLog: (
1092
+ obj: ResetAddressAttributeRequest
1093
+ ) => any;
1094
+ export declare const ResetAddressAttributeResultFilterSensitiveLog: (
1095
+ obj: ResetAddressAttributeResult
1096
+ ) => any;
1097
+ export declare const ResetEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (
1098
+ obj: ResetEbsDefaultKmsKeyIdRequest
1099
+ ) => any;
1100
+ export declare const ResetEbsDefaultKmsKeyIdResultFilterSensitiveLog: (
1101
+ obj: ResetEbsDefaultKmsKeyIdResult
1102
+ ) => any;
1103
+ export declare const ResetFpgaImageAttributeRequestFilterSensitiveLog: (
1104
+ obj: ResetFpgaImageAttributeRequest
1105
+ ) => any;
1106
+ export declare const ResetFpgaImageAttributeResultFilterSensitiveLog: (
1107
+ obj: ResetFpgaImageAttributeResult
1108
+ ) => any;
1109
+ export declare const ResetImageAttributeRequestFilterSensitiveLog: (
1110
+ obj: ResetImageAttributeRequest
1111
+ ) => any;
1112
+ export declare const ResetInstanceAttributeRequestFilterSensitiveLog: (
1113
+ obj: ResetInstanceAttributeRequest
1114
+ ) => any;
1115
+ export declare const ResetNetworkInterfaceAttributeRequestFilterSensitiveLog: (
1116
+ obj: ResetNetworkInterfaceAttributeRequest
1117
+ ) => any;
1118
+ export declare const ResetSnapshotAttributeRequestFilterSensitiveLog: (
1119
+ obj: ResetSnapshotAttributeRequest
1120
+ ) => any;
1121
+ export declare const RestoreAddressToClassicRequestFilterSensitiveLog: (
1122
+ obj: RestoreAddressToClassicRequest
1123
+ ) => any;
1124
+ export declare const RestoreAddressToClassicResultFilterSensitiveLog: (
1125
+ obj: RestoreAddressToClassicResult
1126
+ ) => any;
1127
+ export declare const RestoreImageFromRecycleBinRequestFilterSensitiveLog: (
1128
+ obj: RestoreImageFromRecycleBinRequest
1129
+ ) => any;
1130
+ export declare const RestoreImageFromRecycleBinResultFilterSensitiveLog: (
1131
+ obj: RestoreImageFromRecycleBinResult
1132
+ ) => any;
1133
+ export declare const RestoreManagedPrefixListVersionRequestFilterSensitiveLog: (
1134
+ obj: RestoreManagedPrefixListVersionRequest
1135
+ ) => any;
1136
+ export declare const RestoreManagedPrefixListVersionResultFilterSensitiveLog: (
1137
+ obj: RestoreManagedPrefixListVersionResult
1138
+ ) => any;
1139
+ export declare const RestoreSnapshotFromRecycleBinRequestFilterSensitiveLog: (
1140
+ obj: RestoreSnapshotFromRecycleBinRequest
1141
+ ) => any;
1142
+ export declare const RestoreSnapshotFromRecycleBinResultFilterSensitiveLog: (
1143
+ obj: RestoreSnapshotFromRecycleBinResult
1144
+ ) => any;
1145
+ export declare const RestoreSnapshotTierRequestFilterSensitiveLog: (
1146
+ obj: RestoreSnapshotTierRequest
1147
+ ) => any;
1148
+ export declare const RestoreSnapshotTierResultFilterSensitiveLog: (
1149
+ obj: RestoreSnapshotTierResult
1150
+ ) => any;
1151
+ export declare const RevokeClientVpnIngressRequestFilterSensitiveLog: (
1152
+ obj: RevokeClientVpnIngressRequest
1153
+ ) => any;
1154
+ export declare const RevokeClientVpnIngressResultFilterSensitiveLog: (
1155
+ obj: RevokeClientVpnIngressResult
1156
+ ) => any;
1157
+ export declare const RevokeSecurityGroupEgressRequestFilterSensitiveLog: (
1158
+ obj: RevokeSecurityGroupEgressRequest
1159
+ ) => any;
1160
+ export declare const RevokeSecurityGroupEgressResultFilterSensitiveLog: (
1161
+ obj: RevokeSecurityGroupEgressResult
1162
+ ) => any;
1163
+ export declare const RevokeSecurityGroupIngressRequestFilterSensitiveLog: (
1164
+ obj: RevokeSecurityGroupIngressRequest
1165
+ ) => any;
1166
+ export declare const RevokeSecurityGroupIngressResultFilterSensitiveLog: (
1167
+ obj: RevokeSecurityGroupIngressResult
1168
+ ) => any;
1169
+ export declare const CpuOptionsRequestFilterSensitiveLog: (
1170
+ obj: CpuOptionsRequest
1171
+ ) => any;
1172
+ export declare const ElasticInferenceAcceleratorFilterSensitiveLog: (
1173
+ obj: ElasticInferenceAccelerator
1174
+ ) => any;
1175
+ export declare const EnclaveOptionsRequestFilterSensitiveLog: (
1176
+ obj: EnclaveOptionsRequest
1177
+ ) => any;
1178
+ export declare const HibernationOptionsRequestFilterSensitiveLog: (
1179
+ obj: HibernationOptionsRequest
1180
+ ) => any;
1181
+ export declare const SpotMarketOptionsFilterSensitiveLog: (
1182
+ obj: SpotMarketOptions
1183
+ ) => any;
1184
+ export declare const InstanceMarketOptionsRequestFilterSensitiveLog: (
1185
+ obj: InstanceMarketOptionsRequest
1186
+ ) => any;
1187
+ export declare const LaunchTemplateSpecificationFilterSensitiveLog: (
1188
+ obj: LaunchTemplateSpecification
1189
+ ) => any;
1190
+ export declare const LicenseConfigurationRequestFilterSensitiveLog: (
1191
+ obj: LicenseConfigurationRequest
1192
+ ) => any;
1193
+ export declare const InstanceMaintenanceOptionsRequestFilterSensitiveLog: (
1194
+ obj: InstanceMaintenanceOptionsRequest
1195
+ ) => any;
1196
+ export declare const InstanceMetadataOptionsRequestFilterSensitiveLog: (
1197
+ obj: InstanceMetadataOptionsRequest
1198
+ ) => any;
1199
+ export declare const PrivateDnsNameOptionsRequestFilterSensitiveLog: (
1200
+ obj: PrivateDnsNameOptionsRequest
1201
+ ) => any;
1202
+ export declare const RunInstancesRequestFilterSensitiveLog: (
1203
+ obj: RunInstancesRequest
1204
+ ) => any;
1205
+ export declare const ScheduledInstancesEbsFilterSensitiveLog: (
1206
+ obj: ScheduledInstancesEbs
1207
+ ) => any;
1208
+ export declare const ScheduledInstancesBlockDeviceMappingFilterSensitiveLog: (
1209
+ obj: ScheduledInstancesBlockDeviceMapping
1210
+ ) => any;
1211
+ export declare const ScheduledInstancesIamInstanceProfileFilterSensitiveLog: (
1212
+ obj: ScheduledInstancesIamInstanceProfile
1213
+ ) => any;
1214
+ export declare const ScheduledInstancesMonitoringFilterSensitiveLog: (
1215
+ obj: ScheduledInstancesMonitoring
1216
+ ) => any;
1217
+ export declare const ScheduledInstancesIpv6AddressFilterSensitiveLog: (
1218
+ obj: ScheduledInstancesIpv6Address
1219
+ ) => any;
1220
+ export declare const ScheduledInstancesPrivateIpAddressConfigFilterSensitiveLog: (
1221
+ obj: ScheduledInstancesPrivateIpAddressConfig
1222
+ ) => any;
1223
+ export declare const ScheduledInstancesNetworkInterfaceFilterSensitiveLog: (
1224
+ obj: ScheduledInstancesNetworkInterface
1225
+ ) => any;
1226
+ export declare const ScheduledInstancesPlacementFilterSensitiveLog: (
1227
+ obj: ScheduledInstancesPlacement
1228
+ ) => any;
1229
+ export declare const ScheduledInstancesLaunchSpecificationFilterSensitiveLog: (
1230
+ obj: ScheduledInstancesLaunchSpecification
1231
+ ) => any;
1232
+ export declare const RunScheduledInstancesRequestFilterSensitiveLog: (
1233
+ obj: RunScheduledInstancesRequest
1234
+ ) => any;
1235
+ export declare const RunScheduledInstancesResultFilterSensitiveLog: (
1236
+ obj: RunScheduledInstancesResult
1237
+ ) => any;
1238
+ export declare const SearchLocalGatewayRoutesRequestFilterSensitiveLog: (
1239
+ obj: SearchLocalGatewayRoutesRequest
1240
+ ) => any;
1241
+ export declare const SearchLocalGatewayRoutesResultFilterSensitiveLog: (
1242
+ obj: SearchLocalGatewayRoutesResult
1243
+ ) => any;
1244
+ export declare const SearchTransitGatewayMulticastGroupsRequestFilterSensitiveLog: (
1245
+ obj: SearchTransitGatewayMulticastGroupsRequest
1246
+ ) => any;
1247
+ export declare const TransitGatewayMulticastGroupFilterSensitiveLog: (
1248
+ obj: TransitGatewayMulticastGroup
1249
+ ) => any;
1250
+ export declare const SearchTransitGatewayMulticastGroupsResultFilterSensitiveLog: (
1251
+ obj: SearchTransitGatewayMulticastGroupsResult
1252
+ ) => any;
1253
+ export declare const SearchTransitGatewayRoutesRequestFilterSensitiveLog: (
1254
+ obj: SearchTransitGatewayRoutesRequest
1255
+ ) => any;
1256
+ export declare const SearchTransitGatewayRoutesResultFilterSensitiveLog: (
1257
+ obj: SearchTransitGatewayRoutesResult
1258
+ ) => any;
1259
+ export declare const SendDiagnosticInterruptRequestFilterSensitiveLog: (
1260
+ obj: SendDiagnosticInterruptRequest
1261
+ ) => any;
1262
+ export declare const StartInstancesRequestFilterSensitiveLog: (
1263
+ obj: StartInstancesRequest
1264
+ ) => any;
1265
+ export declare const InstanceStateChangeFilterSensitiveLog: (
1266
+ obj: InstanceStateChange
1267
+ ) => any;
1268
+ export declare const StartInstancesResultFilterSensitiveLog: (
1269
+ obj: StartInstancesResult
1270
+ ) => any;
1271
+ export declare const StartNetworkInsightsAccessScopeAnalysisRequestFilterSensitiveLog: (
1272
+ obj: StartNetworkInsightsAccessScopeAnalysisRequest
1273
+ ) => any;
1274
+ export declare const StartNetworkInsightsAccessScopeAnalysisResultFilterSensitiveLog: (
1275
+ obj: StartNetworkInsightsAccessScopeAnalysisResult
1276
+ ) => any;
1277
+ export declare const StartNetworkInsightsAnalysisRequestFilterSensitiveLog: (
1278
+ obj: StartNetworkInsightsAnalysisRequest
1279
+ ) => any;
1280
+ export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (
1281
+ obj: StartNetworkInsightsAnalysisResult
1282
+ ) => any;
1283
+ export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (
1284
+ obj: StartVpcEndpointServicePrivateDnsVerificationRequest
1285
+ ) => any;
1286
+ export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (
1287
+ obj: StartVpcEndpointServicePrivateDnsVerificationResult
1288
+ ) => any;
1289
+ export declare const StopInstancesRequestFilterSensitiveLog: (
1290
+ obj: StopInstancesRequest
1291
+ ) => any;
1292
+ export declare const StopInstancesResultFilterSensitiveLog: (
1293
+ obj: StopInstancesResult
1294
+ ) => any;
1295
+ export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (
1296
+ obj: TerminateClientVpnConnectionsRequest
1297
+ ) => any;
1298
+ export declare const TerminateConnectionStatusFilterSensitiveLog: (
1299
+ obj: TerminateConnectionStatus
1300
+ ) => any;
1301
+ export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (
1302
+ obj: TerminateClientVpnConnectionsResult
1303
+ ) => any;
1304
+ export declare const TerminateInstancesRequestFilterSensitiveLog: (
1305
+ obj: TerminateInstancesRequest
1306
+ ) => any;
1307
+ export declare const TerminateInstancesResultFilterSensitiveLog: (
1308
+ obj: TerminateInstancesResult
1309
+ ) => any;
1310
+ export declare const UnassignIpv6AddressesRequestFilterSensitiveLog: (
1311
+ obj: UnassignIpv6AddressesRequest
1312
+ ) => any;
1313
+ export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (
1314
+ obj: UnassignIpv6AddressesResult
1315
+ ) => any;
1316
+ export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (
1317
+ obj: UnassignPrivateIpAddressesRequest
1318
+ ) => any;
1319
+ export declare const UnmonitorInstancesRequestFilterSensitiveLog: (
1320
+ obj: UnmonitorInstancesRequest
1321
+ ) => any;
1322
+ export declare const UnmonitorInstancesResultFilterSensitiveLog: (
1323
+ obj: UnmonitorInstancesResult
1324
+ ) => any;
1325
+ export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (
1326
+ obj: SecurityGroupRuleDescription
1327
+ ) => any;
1328
+ export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (
1329
+ obj: UpdateSecurityGroupRuleDescriptionsEgressRequest
1330
+ ) => any;
1331
+ export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (
1332
+ obj: UpdateSecurityGroupRuleDescriptionsEgressResult
1333
+ ) => any;
1334
+ export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (
1335
+ obj: UpdateSecurityGroupRuleDescriptionsIngressRequest
1336
+ ) => any;
1337
+ export declare const UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog: (
1338
+ obj: UpdateSecurityGroupRuleDescriptionsIngressResult
1339
+ ) => any;
1340
+ export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (
1341
+ obj: WithdrawByoipCidrRequest
1342
+ ) => any;
1343
+ export declare const WithdrawByoipCidrResultFilterSensitiveLog: (
1344
+ obj: WithdrawByoipCidrResult
1345
+ ) => any;