@aws-sdk/client-ec2 3.169.0 → 3.170.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 (752) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/EC2.js +15 -0
  3. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
  4. package/dist-cjs/commands/ModifyLocalGatewayRouteCommand.js +36 -0
  5. package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +2 -1
  6. package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +1 -2
  7. package/dist-cjs/commands/index.js +1 -0
  8. package/dist-cjs/models/models_0.js +2 -0
  9. package/dist-cjs/models/models_3.js +11 -10
  10. package/dist-cjs/models/models_4.js +10 -10
  11. package/dist-cjs/models/models_5.js +18 -18
  12. package/dist-cjs/models/models_6.js +15 -3
  13. package/dist-cjs/protocols/Aws_ec2.js +99 -14
  14. package/dist-es/EC2.js +15 -0
  15. package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
  16. package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +39 -0
  17. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +2 -1
  18. package/dist-es/commands/PurchaseScheduledInstancesCommand.js +1 -2
  19. package/dist-es/commands/index.js +1 -0
  20. package/dist-es/models/models_0.js +2 -0
  21. package/dist-es/models/models_3.js +5 -1
  22. package/dist-es/models/models_4.js +1 -1
  23. package/dist-es/models/models_5.js +3 -3
  24. package/dist-es/models/models_6.js +3 -0
  25. package/dist-es/protocols/Aws_ec2.js +95 -0
  26. package/dist-types/EC2.d.ts +21 -1
  27. package/dist-types/EC2Client.d.ts +3 -2
  28. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +14 -1
  29. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -2
  30. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +35 -0
  31. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -1
  32. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -2
  33. package/dist-types/commands/index.d.ts +1 -0
  34. package/dist-types/models/models_0.d.ts +2 -0
  35. package/dist-types/models/models_1.d.ts +17 -1
  36. package/dist-types/models/models_3.d.ts +8 -29
  37. package/dist-types/models/models_4.d.ts +27 -15
  38. package/dist-types/models/models_5.d.ts +51 -56
  39. package/dist-types/models/models_6.d.ts +56 -0
  40. package/dist-types/protocols/Aws_ec2.d.ts +3 -0
  41. package/dist-types/ts3.4/EC2.d.ts +10264 -2670
  42. package/dist-types/ts3.4/EC2Client.d.ts +3332 -606
  43. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +43 -17
  45. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +36 -17
  71. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +37 -17
  78. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +37 -17
  79. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +36 -17
  82. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +32 -17
  83. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +37 -17
  84. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +41 -17
  88. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +34 -17
  91. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +41 -17
  94. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +38 -17
  98. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +37 -17
  99. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +38 -17
  100. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +37 -17
  103. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +37 -17
  104. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +34 -17
  105. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +34 -17
  109. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +37 -17
  110. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +37 -17
  111. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +32 -17
  112. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +36 -17
  120. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +41 -17
  122. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +41 -17
  125. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +41 -17
  126. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
  130. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +37 -17
  131. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +38 -17
  132. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +34 -17
  133. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +37 -17
  134. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +41 -17
  135. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +41 -17
  136. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +41 -17
  137. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
  139. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +41 -17
  140. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +41 -17
  141. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +41 -17
  142. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +41 -17
  143. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +39 -18
  144. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +41 -17
  145. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +41 -17
  146. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +41 -17
  147. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +41 -17
  148. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +41 -17
  149. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +41 -17
  150. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +41 -17
  151. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +41 -17
  152. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +41 -17
  154. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +32 -17
  155. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +34 -17
  156. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +38 -17
  157. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +41 -17
  158. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +41 -17
  159. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +41 -17
  160. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +38 -17
  161. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +37 -17
  162. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +37 -17
  163. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +41 -17
  164. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +41 -17
  165. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +41 -17
  166. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +36 -17
  167. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +33 -17
  168. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +41 -17
  169. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +34 -17
  170. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +37 -17
  171. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +37 -17
  172. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +41 -17
  173. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +36 -17
  174. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +34 -17
  175. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +37 -17
  176. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +37 -17
  177. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +32 -17
  178. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +41 -17
  179. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +41 -17
  180. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +41 -17
  181. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +41 -17
  182. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +41 -17
  183. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +37 -17
  184. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +32 -17
  185. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +36 -17
  186. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +41 -17
  187. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +41 -17
  188. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +41 -17
  189. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +41 -17
  190. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +36 -17
  191. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +41 -17
  192. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +36 -17
  193. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +41 -17
  194. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +41 -17
  195. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
  196. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +32 -17
  197. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +33 -17
  198. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +32 -17
  199. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +37 -17
  200. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +41 -17
  201. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +32 -17
  202. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  203. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +41 -17
  204. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +41 -17
  205. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +41 -17
  206. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +41 -17
  207. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +41 -17
  208. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +41 -17
  209. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +41 -17
  210. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +41 -17
  211. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +41 -17
  212. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +41 -17
  213. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +41 -17
  214. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +41 -17
  215. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +41 -17
  216. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +41 -17
  217. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +41 -17
  218. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +32 -17
  219. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +32 -17
  220. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +41 -17
  221. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +41 -17
  222. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +38 -17
  223. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +41 -17
  224. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +33 -17
  225. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +37 -17
  226. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +32 -17
  227. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -17
  228. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +41 -17
  229. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +41 -17
  230. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +32 -17
  231. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +41 -17
  232. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +41 -17
  233. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +41 -17
  234. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +41 -17
  235. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +41 -17
  236. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +38 -17
  237. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +41 -17
  238. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +41 -17
  239. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +38 -17
  240. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +38 -17
  241. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +41 -17
  242. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +41 -17
  243. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +41 -17
  244. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +41 -17
  245. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +41 -17
  246. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +41 -17
  247. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +41 -17
  248. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +41 -17
  249. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +41 -17
  250. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +38 -17
  251. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +41 -17
  252. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +41 -17
  253. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +38 -17
  254. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +41 -17
  255. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +38 -17
  256. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +41 -17
  257. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +38 -17
  258. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +41 -17
  259. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +41 -17
  260. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +41 -17
  261. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +41 -17
  262. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +37 -17
  263. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +37 -17
  264. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +41 -17
  265. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +38 -17
  266. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +41 -17
  267. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +41 -17
  268. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +34 -17
  269. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +41 -17
  270. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +37 -17
  271. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +41 -17
  272. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +41 -17
  273. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +37 -17
  274. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +41 -17
  275. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +41 -17
  276. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
  277. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +41 -17
  278. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +41 -17
  279. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +41 -17
  280. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +41 -17
  281. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +41 -17
  282. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +41 -17
  283. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +38 -17
  284. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +41 -17
  285. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +38 -17
  286. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +38 -17
  287. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +34 -17
  288. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +38 -17
  289. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +37 -17
  290. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +41 -17
  291. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +41 -17
  292. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +43 -17
  293. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +41 -17
  294. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +41 -17
  295. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +41 -17
  296. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +41 -17
  297. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +41 -17
  298. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +41 -17
  299. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +41 -17
  300. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +38 -17
  301. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +38 -17
  302. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +41 -17
  303. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +41 -18
  304. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +41 -17
  305. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +41 -17
  306. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +41 -17
  307. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +41 -17
  308. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +41 -17
  309. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +41 -17
  310. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +38 -17
  311. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +41 -17
  312. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +41 -17
  313. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +37 -17
  314. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +41 -17
  315. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +41 -17
  316. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +41 -17
  317. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +41 -17
  318. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +41 -17
  319. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +38 -17
  320. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +41 -17
  321. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +41 -17
  322. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +41 -17
  323. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +41 -17
  324. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +41 -17
  325. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +41 -17
  326. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +41 -17
  327. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  328. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +41 -17
  329. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +41 -17
  330. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +41 -17
  331. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +41 -17
  332. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +41 -17
  333. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +41 -17
  334. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +41 -17
  335. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +41 -17
  336. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +37 -17
  337. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
  338. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +41 -17
  339. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +41 -17
  340. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +41 -17
  341. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +41 -17
  342. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +41 -17
  343. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +41 -17
  344. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +41 -17
  345. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +41 -17
  346. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +41 -17
  347. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +41 -17
  348. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +41 -17
  349. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +41 -17
  350. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +41 -17
  351. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +41 -17
  352. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +41 -17
  353. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +41 -17
  354. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +37 -17
  355. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +41 -17
  356. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +41 -17
  357. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +41 -17
  358. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +41 -17
  359. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +41 -17
  360. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +41 -17
  361. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +41 -17
  362. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +41 -17
  363. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +41 -17
  364. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +41 -17
  365. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +41 -17
  366. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +34 -17
  367. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +41 -17
  368. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +38 -17
  369. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +41 -17
  370. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +36 -17
  371. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +36 -17
  372. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +35 -18
  373. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +32 -17
  374. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +41 -17
  375. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +38 -17
  376. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +41 -17
  377. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +41 -17
  378. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +41 -17
  379. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +41 -17
  380. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +41 -17
  381. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +37 -17
  382. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +41 -17
  383. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +41 -17
  384. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +33 -17
  385. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +41 -17
  386. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +41 -17
  387. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +41 -17
  388. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +41 -17
  389. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +36 -17
  390. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +41 -17
  391. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +41 -17
  392. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +41 -17
  393. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +41 -17
  394. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +41 -17
  395. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +41 -17
  396. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +41 -17
  397. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +37 -17
  398. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +41 -17
  399. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +41 -17
  400. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +41 -17
  401. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +41 -17
  402. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +41 -17
  403. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +37 -17
  404. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +32 -17
  405. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +41 -17
  406. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +41 -17
  407. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +41 -18
  408. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +41 -17
  409. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +34 -17
  410. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +41 -17
  411. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +41 -17
  412. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +41 -17
  413. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +41 -17
  414. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +37 -17
  415. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +37 -17
  416. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +41 -17
  417. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +41 -17
  418. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +41 -17
  419. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +41 -17
  420. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +41 -17
  421. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +41 -17
  422. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +41 -17
  423. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +41 -17
  424. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +38 -17
  425. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +41 -17
  426. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +41 -17
  427. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +37 -17
  428. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +41 -17
  429. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +41 -17
  430. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +41 -17
  431. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +41 -17
  432. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +41 -17
  433. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +41 -17
  434. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +37 -17
  435. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +41 -17
  436. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +41 -17
  437. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +41 -17
  438. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +41 -17
  439. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +41 -17
  440. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
  441. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +41 -17
  442. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +41 -17
  443. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +41 -17
  444. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +41 -17
  445. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +41 -17
  446. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +41 -17
  447. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +41 -17
  448. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +43 -17
  449. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +34 -17
  450. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +37 -17
  451. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +34 -17
  452. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +37 -17
  453. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +34 -17
  454. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +41 -17
  455. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +41 -17
  456. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +41 -17
  457. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +41 -17
  458. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +41 -17
  459. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +41 -17
  460. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +41 -17
  461. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +41 -17
  462. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +41 -17
  463. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +34 -17
  464. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +41 -17
  465. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +34 -17
  466. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +32 -17
  467. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +36 -17
  468. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +36 -17
  469. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +37 -17
  470. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +41 -17
  471. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +41 -17
  472. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +41 -17
  473. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +41 -17
  474. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +41 -17
  475. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +41 -17
  476. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +41 -17
  477. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +34 -17
  478. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +37 -17
  479. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +41 -17
  480. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +37 -17
  481. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +41 -17
  482. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +41 -0
  483. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +41 -17
  484. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +37 -17
  485. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +41 -17
  486. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +41 -17
  487. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +41 -17
  488. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +37 -17
  489. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +38 -17
  490. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +41 -17
  491. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +36 -17
  492. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +41 -17
  493. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +41 -17
  494. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +41 -17
  495. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +41 -17
  496. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +41 -17
  497. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +41 -17
  498. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +36 -17
  499. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +34 -17
  500. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +33 -17
  501. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +38 -17
  502. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +41 -17
  503. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +41 -17
  504. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +41 -17
  505. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +41 -17
  506. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +41 -17
  507. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +37 -17
  508. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +38 -17
  509. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +41 -17
  510. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +41 -17
  511. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +41 -17
  512. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +37 -17
  513. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +37 -17
  514. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +38 -17
  515. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +38 -17
  516. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +41 -17
  517. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +41 -17
  518. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +41 -17
  519. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +39 -17
  520. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +41 -18
  521. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +32 -17
  522. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +34 -17
  523. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +41 -17
  524. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +41 -17
  525. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +41 -17
  526. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +43 -17
  527. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +41 -17
  528. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +41 -17
  529. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +41 -17
  530. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +41 -17
  531. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +32 -17
  532. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +34 -17
  533. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +41 -17
  534. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +41 -17
  535. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +41 -17
  536. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +36 -17
  537. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +32 -17
  538. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +41 -17
  539. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +41 -17
  540. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +36 -17
  541. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +37 -17
  542. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +41 -17
  543. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +41 -17
  544. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +41 -17
  545. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +41 -17
  546. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +33 -17
  547. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +36 -17
  548. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +37 -17
  549. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +36 -17
  550. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +41 -17
  551. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +41 -17
  552. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +41 -17
  553. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +41 -17
  554. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +38 -17
  555. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +41 -17
  556. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +41 -17
  557. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +41 -17
  558. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +35 -18
  559. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +41 -17
  560. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +41 -17
  561. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +41 -17
  562. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +41 -17
  563. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +37 -17
  564. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +37 -17
  565. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +41 -17
  566. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +41 -17
  567. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +41 -17
  568. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +34 -17
  569. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +41 -17
  570. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +38 -17
  571. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +41 -17
  572. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +37 -17
  573. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +38 -17
  574. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +41 -17
  575. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +41 -17
  576. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +38 -17
  577. package/dist-types/ts3.4/commands/index.d.ts +534 -533
  578. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  579. package/dist-types/ts3.4/index.d.ts +7 -7
  580. package/dist-types/ts3.4/models/EC2ServiceException.d.ts +8 -6
  581. package/dist-types/ts3.4/models/index.d.ts +7 -7
  582. package/dist-types/ts3.4/models/models_0.d.ts +3964 -2987
  583. package/dist-types/ts3.4/models/models_1.d.ts +3768 -3440
  584. package/dist-types/ts3.4/models/models_2.d.ts +3168 -2839
  585. package/dist-types/ts3.4/models/models_3.d.ts +3785 -3444
  586. package/dist-types/ts3.4/models/models_4.d.ts +3916 -3492
  587. package/dist-types/ts3.4/models/models_5.d.ts +3703 -3289
  588. package/dist-types/ts3.4/models/models_6.d.ts +1714 -1483
  589. package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +11 -4
  590. package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +11 -4
  591. package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +11 -4
  592. package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +11 -4
  593. package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +11 -4
  594. package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +11 -4
  595. package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +11 -4
  596. package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +11 -4
  597. package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +11 -4
  598. package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +11 -4
  599. package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +11 -4
  600. package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +11 -4
  601. package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +11 -4
  602. package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +11 -4
  603. package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +11 -4
  604. package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +11 -4
  605. package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +11 -4
  606. package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +11 -4
  607. package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +11 -4
  608. package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +11 -4
  609. package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +11 -4
  610. package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +11 -4
  611. package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +11 -4
  612. package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +11 -4
  613. package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +11 -4
  614. package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +11 -4
  615. package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +11 -4
  616. package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +11 -4
  617. package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +11 -4
  618. package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +11 -4
  619. package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +11 -4
  620. package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
  621. package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +11 -4
  622. package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +11 -4
  623. package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +11 -4
  624. package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +11 -4
  625. package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +11 -4
  626. package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +11 -4
  627. package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +11 -4
  628. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +11 -4
  629. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +11 -4
  630. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +11 -4
  631. package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +11 -4
  632. package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +11 -4
  633. package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +11 -4
  634. package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +11 -4
  635. package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +11 -4
  636. package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +11 -4
  637. package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +11 -4
  638. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +11 -4
  639. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +11 -4
  640. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +11 -4
  641. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +11 -4
  642. package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +11 -4
  643. package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +11 -4
  644. package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +11 -4
  645. package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +11 -4
  646. package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +11 -4
  647. package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +11 -4
  648. package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +11 -4
  649. package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +11 -4
  650. package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +11 -4
  651. package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +11 -4
  652. package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +11 -4
  653. package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +11 -4
  654. package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +11 -4
  655. package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +11 -4
  656. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  657. package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +11 -4
  658. package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +11 -4
  659. package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +11 -4
  660. package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +11 -4
  661. package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +11 -4
  662. package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +11 -4
  663. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
  664. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +11 -4
  665. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +11 -4
  666. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +11 -4
  667. package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +11 -4
  668. package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +11 -4
  669. package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +11 -4
  670. package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +11 -4
  671. package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +11 -4
  672. package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +11 -4
  673. package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +11 -4
  674. package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +11 -4
  675. package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +11 -4
  676. package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +11 -4
  677. package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +11 -4
  678. package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +11 -4
  679. package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +11 -4
  680. package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
  681. package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +11 -4
  682. package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +11 -4
  683. package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +11 -4
  684. package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +11 -4
  685. package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +11 -4
  686. package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +11 -4
  687. package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +11 -4
  688. package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +11 -4
  689. package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +11 -4
  690. package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +11 -4
  691. package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +11 -4
  692. package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +11 -4
  693. package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +11 -4
  694. package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +11 -4
  695. package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +11 -4
  696. package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +11 -4
  697. package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +11 -4
  698. package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +11 -4
  699. package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +11 -4
  700. package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +11 -4
  701. package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +11 -4
  702. package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +11 -4
  703. package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +11 -4
  704. package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +11 -4
  705. package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +11 -4
  706. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  707. package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +11 -4
  708. package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +11 -4
  709. package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +11 -4
  710. package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +11 -4
  711. package/dist-types/ts3.4/pagination/index.d.ts +122 -122
  712. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6413 -1601
  713. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  714. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  715. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  716. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  717. package/dist-types/ts3.4/waiters/index.d.ts +34 -34
  718. package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +13 -7
  719. package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +13 -7
  720. package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +13 -7
  721. package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +13 -7
  722. package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +13 -7
  723. package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +13 -7
  724. package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +13 -7
  725. package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +13 -7
  726. package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +13 -7
  727. package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +13 -7
  728. package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +13 -7
  729. package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +13 -7
  730. package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +13 -7
  731. package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +13 -7
  732. package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +13 -7
  733. package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +13 -7
  734. package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +13 -7
  735. package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +13 -7
  736. package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +13 -7
  737. package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +13 -7
  738. package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +13 -7
  739. package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +13 -7
  740. package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +13 -7
  741. package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +13 -7
  742. package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +13 -7
  743. package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +13 -7
  744. package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +13 -7
  745. package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +13 -7
  746. package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +13 -7
  747. package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +13 -7
  748. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +13 -7
  749. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +13 -7
  750. package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +13 -7
  751. package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +13 -7
  752. package/package.json +36 -36
@@ -1,1483 +1,1714 @@
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
+ HostnameType,
8
+ IamInstanceProfileAssociation,
9
+ IamInstanceProfileSpecification,
10
+ IpPermission,
11
+ PortRange,
12
+ RouteTableAssociationState,
13
+ TagSpecification,
14
+ TransitGatewayAttachmentResourceType,
15
+ TransitGatewayMulticastDomainAssociations,
16
+ TransitGatewayPeeringAttachment,
17
+ TransitGatewayVpcAttachment,
18
+ UnsuccessfulItem,
19
+ } from "./models_0";
20
+ import {
21
+ BlockDeviceMapping,
22
+ CreditSpecificationRequest,
23
+ ElasticGpuSpecification,
24
+ IcmpTypeCode,
25
+ InstanceInterruptionBehavior,
26
+ InstanceIpv6Address,
27
+ LocalGatewayRoute,
28
+ ManagedPrefixList,
29
+ MarketType,
30
+ Placement,
31
+ RuleAction,
32
+ ShutdownBehavior,
33
+ SnapshotState,
34
+ SpotInstanceType,
35
+ } from "./models_1";
36
+ import {
37
+ Filter,
38
+ InstanceTagNotificationAttribute,
39
+ TransitGatewayRoute,
40
+ } from "./models_2";
41
+ import {
42
+ ArchitectureValues,
43
+ BootModeValues,
44
+ ClientVpnConnectionStatus,
45
+ HttpTokensState,
46
+ InstanceAttributeName,
47
+ InstanceAutoRecoveryState,
48
+ InstanceMetadataEndpointState,
49
+ InstanceMetadataProtocolState,
50
+ InstanceMetadataTagsState,
51
+ InstanceState,
52
+ NetworkInsightsAccessScopeAnalysis,
53
+ TpmSupportValues,
54
+ } from "./models_3";
55
+ import {
56
+ InstanceNetworkInterfaceSpecification,
57
+ NetworkInsightsAnalysis,
58
+ RunInstancesMonitoringEnabled,
59
+ ScheduledInstance,
60
+ SnapshotAttributeName,
61
+ SpotFleetRequestConfigData,
62
+ SpotInstanceRequest,
63
+ SpotPlacement,
64
+ } from "./models_4";
65
+ import {
66
+ CapacityReservationSpecification,
67
+ InstanceMonitoring,
68
+ Status,
69
+ } from "./models_5";
70
+
71
+ export interface PurchaseReservedInstancesOfferingResult {
72
+ ReservedInstancesId?: string;
73
+ }
74
+
75
+ export interface PurchaseRequest {
76
+ InstanceCount: number | undefined;
77
+
78
+ PurchaseToken: string | undefined;
79
+ }
80
+
81
+ export interface PurchaseScheduledInstancesRequest {
82
+ ClientToken?: string;
83
+
84
+ DryRun?: boolean;
85
+
86
+ PurchaseRequests: PurchaseRequest[] | undefined;
87
+ }
88
+
89
+ export interface PurchaseScheduledInstancesResult {
90
+ ScheduledInstanceSet?: ScheduledInstance[];
91
+ }
92
+ export interface RebootInstancesRequest {
93
+ InstanceIds: string[] | undefined;
94
+
95
+ DryRun?: boolean;
96
+ }
97
+
98
+ export interface RegisterImageRequest {
99
+ ImageLocation?: string;
100
+
101
+ Architecture?: ArchitectureValues | string;
102
+
103
+ BlockDeviceMappings?: BlockDeviceMapping[];
104
+
105
+ Description?: string;
106
+
107
+ DryRun?: boolean;
108
+
109
+ EnaSupport?: boolean;
110
+
111
+ KernelId?: string;
112
+
113
+ Name: string | undefined;
114
+
115
+ BillingProducts?: string[];
116
+
117
+ RamdiskId?: string;
118
+
119
+ RootDeviceName?: string;
120
+
121
+ SriovNetSupport?: string;
122
+
123
+ VirtualizationType?: string;
124
+
125
+ BootMode?: BootModeValues | string;
126
+
127
+ TpmSupport?: TpmSupportValues | string;
128
+
129
+ UefiData?: string;
130
+ }
131
+
132
+ export interface RegisterImageResult {
133
+ ImageId?: string;
134
+ }
135
+
136
+ export interface RegisterInstanceTagAttributeRequest {
137
+ IncludeAllTagsOfInstance?: boolean;
138
+
139
+ InstanceTagKeys?: string[];
140
+ }
141
+ export interface RegisterInstanceEventNotificationAttributesRequest {
142
+ DryRun?: boolean;
143
+
144
+ InstanceTagAttribute?: RegisterInstanceTagAttributeRequest;
145
+ }
146
+ export interface RegisterInstanceEventNotificationAttributesResult {
147
+ InstanceTagAttribute?: InstanceTagNotificationAttribute;
148
+ }
149
+ export interface RegisterTransitGatewayMulticastGroupMembersRequest {
150
+ TransitGatewayMulticastDomainId?: string;
151
+
152
+ GroupIpAddress?: string;
153
+
154
+ NetworkInterfaceIds?: string[];
155
+
156
+ DryRun?: boolean;
157
+ }
158
+
159
+ export interface TransitGatewayMulticastRegisteredGroupMembers {
160
+ TransitGatewayMulticastDomainId?: string;
161
+
162
+ RegisteredNetworkInterfaceIds?: string[];
163
+
164
+ GroupIpAddress?: string;
165
+ }
166
+ export interface RegisterTransitGatewayMulticastGroupMembersResult {
167
+ RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
168
+ }
169
+ export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
170
+ TransitGatewayMulticastDomainId?: string;
171
+
172
+ GroupIpAddress?: string;
173
+
174
+ NetworkInterfaceIds?: string[];
175
+
176
+ DryRun?: boolean;
177
+ }
178
+
179
+ export interface TransitGatewayMulticastRegisteredGroupSources {
180
+ TransitGatewayMulticastDomainId?: string;
181
+
182
+ RegisteredNetworkInterfaceIds?: string[];
183
+
184
+ GroupIpAddress?: string;
185
+ }
186
+ export interface RegisterTransitGatewayMulticastGroupSourcesResult {
187
+ RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
188
+ }
189
+ export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
190
+ TransitGatewayMulticastDomainId?: string;
191
+
192
+ TransitGatewayAttachmentId?: string;
193
+
194
+ SubnetIds?: string[];
195
+
196
+ DryRun?: boolean;
197
+ }
198
+ export interface RejectTransitGatewayMulticastDomainAssociationsResult {
199
+ Associations?: TransitGatewayMulticastDomainAssociations;
200
+ }
201
+ export interface RejectTransitGatewayPeeringAttachmentRequest {
202
+ TransitGatewayAttachmentId: string | undefined;
203
+
204
+ DryRun?: boolean;
205
+ }
206
+ export interface RejectTransitGatewayPeeringAttachmentResult {
207
+ TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
208
+ }
209
+ export interface RejectTransitGatewayVpcAttachmentRequest {
210
+ TransitGatewayAttachmentId: string | undefined;
211
+
212
+ DryRun?: boolean;
213
+ }
214
+ export interface RejectTransitGatewayVpcAttachmentResult {
215
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
216
+ }
217
+ export interface RejectVpcEndpointConnectionsRequest {
218
+ DryRun?: boolean;
219
+
220
+ ServiceId: string | undefined;
221
+
222
+ VpcEndpointIds: string[] | undefined;
223
+ }
224
+ export interface RejectVpcEndpointConnectionsResult {
225
+ Unsuccessful?: UnsuccessfulItem[];
226
+ }
227
+ export interface RejectVpcPeeringConnectionRequest {
228
+ DryRun?: boolean;
229
+
230
+ VpcPeeringConnectionId: string | undefined;
231
+ }
232
+ export interface RejectVpcPeeringConnectionResult {
233
+ Return?: boolean;
234
+ }
235
+ export interface ReleaseAddressRequest {
236
+ AllocationId?: string;
237
+
238
+ PublicIp?: string;
239
+
240
+ NetworkBorderGroup?: string;
241
+
242
+ DryRun?: boolean;
243
+ }
244
+ export interface ReleaseHostsRequest {
245
+ HostIds: string[] | undefined;
246
+ }
247
+ export interface ReleaseHostsResult {
248
+ Successful?: string[];
249
+
250
+ Unsuccessful?: UnsuccessfulItem[];
251
+ }
252
+ export interface ReleaseIpamPoolAllocationRequest {
253
+ DryRun?: boolean;
254
+
255
+ IpamPoolId: string | undefined;
256
+
257
+ Cidr: string | undefined;
258
+
259
+ IpamPoolAllocationId: string | undefined;
260
+ }
261
+ export interface ReleaseIpamPoolAllocationResult {
262
+ Success?: boolean;
263
+ }
264
+ export interface ReplaceIamInstanceProfileAssociationRequest {
265
+ IamInstanceProfile: IamInstanceProfileSpecification | undefined;
266
+
267
+ AssociationId: string | undefined;
268
+ }
269
+ export interface ReplaceIamInstanceProfileAssociationResult {
270
+ IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
271
+ }
272
+ export interface ReplaceNetworkAclAssociationRequest {
273
+ AssociationId: string | undefined;
274
+
275
+ DryRun?: boolean;
276
+
277
+ NetworkAclId: string | undefined;
278
+ }
279
+ export interface ReplaceNetworkAclAssociationResult {
280
+ NewAssociationId?: string;
281
+ }
282
+ export interface ReplaceNetworkAclEntryRequest {
283
+ CidrBlock?: string;
284
+
285
+ DryRun?: boolean;
286
+
287
+ Egress: boolean | undefined;
288
+
289
+ IcmpTypeCode?: IcmpTypeCode;
290
+
291
+ Ipv6CidrBlock?: string;
292
+
293
+ NetworkAclId: string | undefined;
294
+
295
+ PortRange?: PortRange;
296
+
297
+ Protocol: string | undefined;
298
+
299
+ RuleAction: RuleAction | string | undefined;
300
+
301
+ RuleNumber: number | undefined;
302
+ }
303
+ export interface ReplaceRouteRequest {
304
+ DestinationCidrBlock?: string;
305
+
306
+ DestinationIpv6CidrBlock?: string;
307
+
308
+ DestinationPrefixListId?: string;
309
+
310
+ DryRun?: boolean;
311
+
312
+ VpcEndpointId?: string;
313
+
314
+ EgressOnlyInternetGatewayId?: string;
315
+
316
+ GatewayId?: string;
317
+
318
+ InstanceId?: string;
319
+
320
+ LocalTarget?: boolean;
321
+
322
+ NatGatewayId?: string;
323
+
324
+ TransitGatewayId?: string;
325
+
326
+ LocalGatewayId?: string;
327
+
328
+ CarrierGatewayId?: string;
329
+
330
+ NetworkInterfaceId?: string;
331
+
332
+ RouteTableId: string | undefined;
333
+
334
+ VpcPeeringConnectionId?: string;
335
+
336
+ CoreNetworkArn?: string;
337
+ }
338
+ export interface ReplaceRouteTableAssociationRequest {
339
+ AssociationId: string | undefined;
340
+
341
+ DryRun?: boolean;
342
+
343
+ RouteTableId: string | undefined;
344
+ }
345
+ export interface ReplaceRouteTableAssociationResult {
346
+ NewAssociationId?: string;
347
+
348
+ AssociationState?: RouteTableAssociationState;
349
+ }
350
+ export interface ReplaceTransitGatewayRouteRequest {
351
+ DestinationCidrBlock: string | undefined;
352
+
353
+ TransitGatewayRouteTableId: string | undefined;
354
+
355
+ TransitGatewayAttachmentId?: string;
356
+
357
+ Blackhole?: boolean;
358
+
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
+
378
+ DryRun?: boolean;
379
+
380
+ EndTime?: Date;
381
+
382
+ Instances: string[] | undefined;
383
+
384
+ ReasonCodes: (ReportInstanceReasonCodes | string)[] | undefined;
385
+
386
+ StartTime?: Date;
387
+
388
+ Status: ReportStatusType | string | undefined;
389
+ }
390
+
391
+ export interface RequestSpotFleetRequest {
392
+ DryRun?: boolean;
393
+
394
+ SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
395
+ }
396
+
397
+ export interface RequestSpotFleetResponse {
398
+ SpotFleetRequestId?: string;
399
+ }
400
+
401
+ export interface RequestSpotLaunchSpecification {
402
+ SecurityGroupIds?: string[];
403
+
404
+ SecurityGroups?: string[];
405
+
406
+ AddressingType?: string;
407
+
408
+ BlockDeviceMappings?: BlockDeviceMapping[];
409
+
410
+ EbsOptimized?: boolean;
411
+
412
+ IamInstanceProfile?: IamInstanceProfileSpecification;
413
+
414
+ ImageId?: string;
415
+
416
+ InstanceType?: _InstanceType | string;
417
+
418
+ KernelId?: string;
419
+
420
+ KeyName?: string;
421
+
422
+ Monitoring?: RunInstancesMonitoringEnabled;
423
+
424
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
425
+
426
+ Placement?: SpotPlacement;
427
+
428
+ RamdiskId?: string;
429
+
430
+ SubnetId?: string;
431
+
432
+ UserData?: string;
433
+ }
434
+
435
+ export interface RequestSpotInstancesRequest {
436
+ AvailabilityZoneGroup?: string;
437
+
438
+ BlockDurationMinutes?: number;
439
+
440
+ ClientToken?: string;
441
+
442
+ DryRun?: boolean;
443
+
444
+ InstanceCount?: number;
445
+
446
+ LaunchGroup?: string;
447
+
448
+ LaunchSpecification?: RequestSpotLaunchSpecification;
449
+
450
+ SpotPrice?: string;
451
+
452
+ Type?: SpotInstanceType | string;
453
+
454
+ ValidFrom?: Date;
455
+
456
+ ValidUntil?: Date;
457
+
458
+ TagSpecifications?: TagSpecification[];
459
+
460
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
461
+ }
462
+
463
+ export interface RequestSpotInstancesResult {
464
+ SpotInstanceRequests?: SpotInstanceRequest[];
465
+ }
466
+ export interface ResetAddressAttributeRequest {
467
+ AllocationId: string | undefined;
468
+
469
+ Attribute: AddressAttributeName | string | undefined;
470
+
471
+ DryRun?: boolean;
472
+ }
473
+ export interface ResetAddressAttributeResult {
474
+ Address?: AddressAttribute;
475
+ }
476
+ export interface ResetEbsDefaultKmsKeyIdRequest {
477
+ DryRun?: boolean;
478
+ }
479
+ export interface ResetEbsDefaultKmsKeyIdResult {
480
+ KmsKeyId?: string;
481
+ }
482
+ export declare type ResetFpgaImageAttributeName = "loadPermission";
483
+ export interface ResetFpgaImageAttributeRequest {
484
+ DryRun?: boolean;
485
+
486
+ FpgaImageId: string | undefined;
487
+
488
+ Attribute?: ResetFpgaImageAttributeName | string;
489
+ }
490
+ export interface ResetFpgaImageAttributeResult {
491
+ Return?: boolean;
492
+ }
493
+ export declare type ResetImageAttributeName = "launchPermission";
494
+
495
+ export interface ResetImageAttributeRequest {
496
+ Attribute: ResetImageAttributeName | string | undefined;
497
+
498
+ ImageId: string | undefined;
499
+
500
+ DryRun?: boolean;
501
+ }
502
+ export interface ResetInstanceAttributeRequest {
503
+ Attribute: InstanceAttributeName | string | undefined;
504
+
505
+ DryRun?: boolean;
506
+
507
+ InstanceId: string | undefined;
508
+ }
509
+
510
+ export interface ResetNetworkInterfaceAttributeRequest {
511
+ DryRun?: boolean;
512
+
513
+ NetworkInterfaceId: string | undefined;
514
+
515
+ SourceDestCheck?: string;
516
+ }
517
+ export interface ResetSnapshotAttributeRequest {
518
+ Attribute: SnapshotAttributeName | string | undefined;
519
+
520
+ SnapshotId: string | undefined;
521
+
522
+ DryRun?: boolean;
523
+ }
524
+ export interface RestoreAddressToClassicRequest {
525
+ DryRun?: boolean;
526
+
527
+ PublicIp: string | undefined;
528
+ }
529
+ export interface RestoreAddressToClassicResult {
530
+ PublicIp?: string;
531
+
532
+ Status?: Status | string;
533
+ }
534
+ export interface RestoreImageFromRecycleBinRequest {
535
+ ImageId: string | undefined;
536
+
537
+ DryRun?: boolean;
538
+ }
539
+ export interface RestoreImageFromRecycleBinResult {
540
+ Return?: boolean;
541
+ }
542
+ export interface RestoreManagedPrefixListVersionRequest {
543
+ DryRun?: boolean;
544
+
545
+ PrefixListId: string | undefined;
546
+
547
+ PreviousVersion: number | undefined;
548
+
549
+ CurrentVersion: number | undefined;
550
+ }
551
+ export interface RestoreManagedPrefixListVersionResult {
552
+ PrefixList?: ManagedPrefixList;
553
+ }
554
+ export interface RestoreSnapshotFromRecycleBinRequest {
555
+ SnapshotId: string | undefined;
556
+
557
+ DryRun?: boolean;
558
+ }
559
+ export interface RestoreSnapshotFromRecycleBinResult {
560
+ SnapshotId?: string;
561
+
562
+ OutpostArn?: string;
563
+
564
+ Description?: string;
565
+
566
+ Encrypted?: boolean;
567
+
568
+ OwnerId?: string;
569
+
570
+ Progress?: string;
571
+
572
+ StartTime?: Date;
573
+
574
+ State?: SnapshotState | string;
575
+
576
+ VolumeId?: string;
577
+
578
+ VolumeSize?: number;
579
+ }
580
+ export interface RestoreSnapshotTierRequest {
581
+ SnapshotId: string | undefined;
582
+
583
+ TemporaryRestoreDays?: number;
584
+
585
+ PermanentRestore?: boolean;
586
+
587
+ DryRun?: boolean;
588
+ }
589
+ export interface RestoreSnapshotTierResult {
590
+ SnapshotId?: string;
591
+
592
+ RestoreStartTime?: Date;
593
+
594
+ RestoreDuration?: number;
595
+
596
+ IsPermanentRestore?: boolean;
597
+ }
598
+ export interface RevokeClientVpnIngressRequest {
599
+ ClientVpnEndpointId: string | undefined;
600
+
601
+ TargetNetworkCidr: string | undefined;
602
+
603
+ AccessGroupId?: string;
604
+
605
+ RevokeAllGroups?: boolean;
606
+
607
+ DryRun?: boolean;
608
+ }
609
+ export interface RevokeClientVpnIngressResult {
610
+ Status?: ClientVpnAuthorizationRuleStatus;
611
+ }
612
+ export interface RevokeSecurityGroupEgressRequest {
613
+ DryRun?: boolean;
614
+
615
+ GroupId: string | undefined;
616
+
617
+ IpPermissions?: IpPermission[];
618
+
619
+ SecurityGroupRuleIds?: string[];
620
+
621
+ CidrIp?: string;
622
+
623
+ FromPort?: number;
624
+
625
+ IpProtocol?: string;
626
+
627
+ ToPort?: number;
628
+
629
+ SourceSecurityGroupName?: string;
630
+
631
+ SourceSecurityGroupOwnerId?: string;
632
+ }
633
+ export interface RevokeSecurityGroupEgressResult {
634
+ Return?: boolean;
635
+
636
+ UnknownIpPermissions?: IpPermission[];
637
+ }
638
+ export interface RevokeSecurityGroupIngressRequest {
639
+ CidrIp?: string;
640
+
641
+ FromPort?: number;
642
+
643
+ GroupId?: string;
644
+
645
+ GroupName?: string;
646
+
647
+ IpPermissions?: IpPermission[];
648
+
649
+ IpProtocol?: string;
650
+
651
+ SourceSecurityGroupName?: string;
652
+
653
+ SourceSecurityGroupOwnerId?: string;
654
+
655
+ ToPort?: number;
656
+
657
+ DryRun?: boolean;
658
+
659
+ SecurityGroupRuleIds?: string[];
660
+ }
661
+ export interface RevokeSecurityGroupIngressResult {
662
+ Return?: boolean;
663
+
664
+ UnknownIpPermissions?: IpPermission[];
665
+ }
666
+
667
+ export interface CpuOptionsRequest {
668
+ CoreCount?: number;
669
+
670
+ ThreadsPerCore?: number;
671
+ }
672
+
673
+ export interface ElasticInferenceAccelerator {
674
+ Type: string | undefined;
675
+
676
+ Count?: number;
677
+ }
678
+
679
+ export interface EnclaveOptionsRequest {
680
+ Enabled?: boolean;
681
+ }
682
+
683
+ export interface HibernationOptionsRequest {
684
+ Configured?: boolean;
685
+ }
686
+
687
+ export interface SpotMarketOptions {
688
+ MaxPrice?: string;
689
+
690
+ SpotInstanceType?: SpotInstanceType | string;
691
+
692
+ BlockDurationMinutes?: number;
693
+
694
+ ValidUntil?: Date;
695
+
696
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
697
+ }
698
+
699
+ export interface InstanceMarketOptionsRequest {
700
+ MarketType?: MarketType | string;
701
+
702
+ SpotOptions?: SpotMarketOptions;
703
+ }
704
+
705
+ export interface LaunchTemplateSpecification {
706
+ LaunchTemplateId?: string;
707
+
708
+ LaunchTemplateName?: string;
709
+
710
+ Version?: string;
711
+ }
712
+
713
+ export interface LicenseConfigurationRequest {
714
+ LicenseConfigurationArn?: string;
715
+ }
716
+
717
+ export interface InstanceMaintenanceOptionsRequest {
718
+ AutoRecovery?: InstanceAutoRecoveryState | string;
719
+ }
720
+
721
+ export interface InstanceMetadataOptionsRequest {
722
+ HttpTokens?: HttpTokensState | string;
723
+
724
+ HttpPutResponseHopLimit?: number;
725
+
726
+ HttpEndpoint?: InstanceMetadataEndpointState | string;
727
+
728
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
729
+
730
+ InstanceMetadataTags?: InstanceMetadataTagsState | string;
731
+ }
732
+
733
+ export interface PrivateDnsNameOptionsRequest {
734
+ HostnameType?: HostnameType | string;
735
+
736
+ EnableResourceNameDnsARecord?: boolean;
737
+
738
+ EnableResourceNameDnsAAAARecord?: boolean;
739
+ }
740
+ export interface RunInstancesRequest {
741
+ BlockDeviceMappings?: BlockDeviceMapping[];
742
+
743
+ ImageId?: string;
744
+
745
+ InstanceType?: _InstanceType | string;
746
+
747
+ Ipv6AddressCount?: number;
748
+
749
+ Ipv6Addresses?: InstanceIpv6Address[];
750
+
751
+ KernelId?: string;
752
+
753
+ KeyName?: string;
754
+
755
+ MaxCount: number | undefined;
756
+
757
+ MinCount: number | undefined;
758
+
759
+ Monitoring?: RunInstancesMonitoringEnabled;
760
+
761
+ Placement?: Placement;
762
+
763
+ RamdiskId?: string;
764
+
765
+ SecurityGroupIds?: string[];
766
+
767
+ SecurityGroups?: string[];
768
+
769
+ SubnetId?: string;
770
+
771
+ UserData?: string;
772
+
773
+ AdditionalInfo?: string;
774
+
775
+ ClientToken?: string;
776
+
777
+ DisableApiTermination?: boolean;
778
+
779
+ DryRun?: boolean;
780
+
781
+ EbsOptimized?: boolean;
782
+
783
+ IamInstanceProfile?: IamInstanceProfileSpecification;
784
+
785
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
786
+
787
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
788
+
789
+ PrivateIpAddress?: string;
790
+
791
+ ElasticGpuSpecification?: ElasticGpuSpecification[];
792
+
793
+ ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
794
+
795
+ TagSpecifications?: TagSpecification[];
796
+
797
+ LaunchTemplate?: LaunchTemplateSpecification;
798
+
799
+ InstanceMarketOptions?: InstanceMarketOptionsRequest;
800
+
801
+ CreditSpecification?: CreditSpecificationRequest;
802
+
803
+ CpuOptions?: CpuOptionsRequest;
804
+
805
+ CapacityReservationSpecification?: CapacityReservationSpecification;
806
+
807
+ HibernationOptions?: HibernationOptionsRequest;
808
+
809
+ LicenseSpecifications?: LicenseConfigurationRequest[];
810
+
811
+ MetadataOptions?: InstanceMetadataOptionsRequest;
812
+
813
+ EnclaveOptions?: EnclaveOptionsRequest;
814
+
815
+ PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest;
816
+
817
+ MaintenanceOptions?: InstanceMaintenanceOptionsRequest;
818
+
819
+ DisableApiStop?: boolean;
820
+ }
821
+
822
+ export interface ScheduledInstancesEbs {
823
+ DeleteOnTermination?: boolean;
824
+
825
+ Encrypted?: boolean;
826
+
827
+ Iops?: number;
828
+
829
+ SnapshotId?: string;
830
+
831
+ VolumeSize?: number;
832
+
833
+ VolumeType?: string;
834
+ }
835
+
836
+ export interface ScheduledInstancesBlockDeviceMapping {
837
+ DeviceName?: string;
838
+
839
+ Ebs?: ScheduledInstancesEbs;
840
+
841
+ NoDevice?: string;
842
+
843
+ VirtualName?: string;
844
+ }
845
+
846
+ export interface ScheduledInstancesIamInstanceProfile {
847
+ Arn?: string;
848
+
849
+ Name?: string;
850
+ }
851
+
852
+ export interface ScheduledInstancesMonitoring {
853
+ Enabled?: boolean;
854
+ }
855
+
856
+ export interface ScheduledInstancesIpv6Address {
857
+ Ipv6Address?: string;
858
+ }
859
+
860
+ export interface ScheduledInstancesPrivateIpAddressConfig {
861
+ Primary?: boolean;
862
+
863
+ PrivateIpAddress?: string;
864
+ }
865
+
866
+ export interface ScheduledInstancesNetworkInterface {
867
+ AssociatePublicIpAddress?: boolean;
868
+
869
+ DeleteOnTermination?: boolean;
870
+
871
+ Description?: string;
872
+
873
+ DeviceIndex?: number;
874
+
875
+ Groups?: string[];
876
+
877
+ Ipv6AddressCount?: number;
878
+
879
+ Ipv6Addresses?: ScheduledInstancesIpv6Address[];
880
+
881
+ NetworkInterfaceId?: string;
882
+
883
+ PrivateIpAddress?: string;
884
+
885
+ PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[];
886
+
887
+ SecondaryPrivateIpAddressCount?: number;
888
+
889
+ SubnetId?: string;
890
+ }
891
+
892
+ export interface ScheduledInstancesPlacement {
893
+ AvailabilityZone?: string;
894
+
895
+ GroupName?: string;
896
+ }
897
+
898
+ export interface ScheduledInstancesLaunchSpecification {
899
+ BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[];
900
+
901
+ EbsOptimized?: boolean;
902
+
903
+ IamInstanceProfile?: ScheduledInstancesIamInstanceProfile;
904
+
905
+ ImageId: string | undefined;
906
+
907
+ InstanceType?: string;
908
+
909
+ KernelId?: string;
910
+
911
+ KeyName?: string;
912
+
913
+ Monitoring?: ScheduledInstancesMonitoring;
914
+
915
+ NetworkInterfaces?: ScheduledInstancesNetworkInterface[];
916
+
917
+ Placement?: ScheduledInstancesPlacement;
918
+
919
+ RamdiskId?: string;
920
+
921
+ SecurityGroupIds?: string[];
922
+
923
+ SubnetId?: string;
924
+
925
+ UserData?: string;
926
+ }
927
+
928
+ export interface RunScheduledInstancesRequest {
929
+ ClientToken?: string;
930
+
931
+ DryRun?: boolean;
932
+
933
+ InstanceCount?: number;
934
+
935
+ LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
936
+
937
+ ScheduledInstanceId: string | undefined;
938
+ }
939
+
940
+ export interface RunScheduledInstancesResult {
941
+ InstanceIdSet?: string[];
942
+ }
943
+ export interface SearchLocalGatewayRoutesRequest {
944
+ LocalGatewayRouteTableId: string | undefined;
945
+
946
+ Filters?: Filter[];
947
+
948
+ MaxResults?: number;
949
+
950
+ NextToken?: string;
951
+
952
+ DryRun?: boolean;
953
+ }
954
+ export interface SearchLocalGatewayRoutesResult {
955
+ Routes?: LocalGatewayRoute[];
956
+
957
+ NextToken?: string;
958
+ }
959
+ export interface SearchTransitGatewayMulticastGroupsRequest {
960
+ TransitGatewayMulticastDomainId?: string;
961
+
962
+ Filters?: Filter[];
963
+
964
+ MaxResults?: number;
965
+
966
+ NextToken?: string;
967
+
968
+ DryRun?: boolean;
969
+ }
970
+ export declare type MembershipType = "igmp" | "static";
971
+
972
+ export interface TransitGatewayMulticastGroup {
973
+ GroupIpAddress?: string;
974
+
975
+ TransitGatewayAttachmentId?: string;
976
+
977
+ SubnetId?: string;
978
+
979
+ ResourceId?: string;
980
+
981
+ ResourceType?: TransitGatewayAttachmentResourceType | string;
982
+
983
+ ResourceOwnerId?: string;
984
+
985
+ NetworkInterfaceId?: string;
986
+
987
+ GroupMember?: boolean;
988
+
989
+ GroupSource?: boolean;
990
+
991
+ MemberType?: MembershipType | string;
992
+
993
+ SourceType?: MembershipType | string;
994
+ }
995
+ export interface SearchTransitGatewayMulticastGroupsResult {
996
+ MulticastGroups?: TransitGatewayMulticastGroup[];
997
+
998
+ NextToken?: string;
999
+ }
1000
+ export interface SearchTransitGatewayRoutesRequest {
1001
+ TransitGatewayRouteTableId: string | undefined;
1002
+
1003
+ Filters: Filter[] | undefined;
1004
+
1005
+ MaxResults?: number;
1006
+
1007
+ DryRun?: boolean;
1008
+ }
1009
+ export interface SearchTransitGatewayRoutesResult {
1010
+ Routes?: TransitGatewayRoute[];
1011
+
1012
+ AdditionalRoutesAvailable?: boolean;
1013
+ }
1014
+ export interface SendDiagnosticInterruptRequest {
1015
+ InstanceId: string | undefined;
1016
+
1017
+ DryRun?: boolean;
1018
+ }
1019
+ export interface StartInstancesRequest {
1020
+ InstanceIds: string[] | undefined;
1021
+
1022
+ AdditionalInfo?: string;
1023
+
1024
+ DryRun?: boolean;
1025
+ }
1026
+
1027
+ export interface InstanceStateChange {
1028
+ CurrentState?: InstanceState;
1029
+
1030
+ InstanceId?: string;
1031
+
1032
+ PreviousState?: InstanceState;
1033
+ }
1034
+ export interface StartInstancesResult {
1035
+ StartingInstances?: InstanceStateChange[];
1036
+ }
1037
+ export interface StartNetworkInsightsAccessScopeAnalysisRequest {
1038
+ NetworkInsightsAccessScopeId: string | undefined;
1039
+
1040
+ DryRun?: boolean;
1041
+
1042
+ TagSpecifications?: TagSpecification[];
1043
+
1044
+ ClientToken?: string;
1045
+ }
1046
+ export interface StartNetworkInsightsAccessScopeAnalysisResult {
1047
+ NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis;
1048
+ }
1049
+ export interface StartNetworkInsightsAnalysisRequest {
1050
+ NetworkInsightsPathId: string | undefined;
1051
+
1052
+ FilterInArns?: string[];
1053
+
1054
+ DryRun?: boolean;
1055
+
1056
+ TagSpecifications?: TagSpecification[];
1057
+
1058
+ ClientToken?: string;
1059
+ }
1060
+ export interface StartNetworkInsightsAnalysisResult {
1061
+ NetworkInsightsAnalysis?: NetworkInsightsAnalysis;
1062
+ }
1063
+ export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
1064
+ DryRun?: boolean;
1065
+
1066
+ ServiceId: string | undefined;
1067
+ }
1068
+ export interface StartVpcEndpointServicePrivateDnsVerificationResult {
1069
+ ReturnValue?: boolean;
1070
+ }
1071
+ export interface StopInstancesRequest {
1072
+ InstanceIds: string[] | undefined;
1073
+
1074
+ Hibernate?: boolean;
1075
+
1076
+ DryRun?: boolean;
1077
+
1078
+ Force?: boolean;
1079
+ }
1080
+ export interface StopInstancesResult {
1081
+ StoppingInstances?: InstanceStateChange[];
1082
+ }
1083
+ export interface TerminateClientVpnConnectionsRequest {
1084
+ ClientVpnEndpointId: string | undefined;
1085
+
1086
+ ConnectionId?: string;
1087
+
1088
+ Username?: string;
1089
+
1090
+ DryRun?: boolean;
1091
+ }
1092
+
1093
+ export interface TerminateConnectionStatus {
1094
+ ConnectionId?: string;
1095
+
1096
+ PreviousStatus?: ClientVpnConnectionStatus;
1097
+
1098
+ CurrentStatus?: ClientVpnConnectionStatus;
1099
+ }
1100
+ export interface TerminateClientVpnConnectionsResult {
1101
+ ClientVpnEndpointId?: string;
1102
+
1103
+ Username?: string;
1104
+
1105
+ ConnectionStatuses?: TerminateConnectionStatus[];
1106
+ }
1107
+ export interface TerminateInstancesRequest {
1108
+ InstanceIds: string[] | undefined;
1109
+
1110
+ DryRun?: boolean;
1111
+ }
1112
+ export interface TerminateInstancesResult {
1113
+ TerminatingInstances?: InstanceStateChange[];
1114
+ }
1115
+ export interface UnassignIpv6AddressesRequest {
1116
+ Ipv6Addresses?: string[];
1117
+
1118
+ Ipv6Prefixes?: string[];
1119
+
1120
+ NetworkInterfaceId: string | undefined;
1121
+ }
1122
+ export interface UnassignIpv6AddressesResult {
1123
+ NetworkInterfaceId?: string;
1124
+
1125
+ UnassignedIpv6Addresses?: string[];
1126
+
1127
+ UnassignedIpv6Prefixes?: string[];
1128
+ }
1129
+
1130
+ export interface UnassignPrivateIpAddressesRequest {
1131
+ NetworkInterfaceId: string | undefined;
1132
+
1133
+ PrivateIpAddresses?: string[];
1134
+
1135
+ Ipv4Prefixes?: string[];
1136
+ }
1137
+ export interface UnmonitorInstancesRequest {
1138
+ InstanceIds: string[] | undefined;
1139
+
1140
+ DryRun?: boolean;
1141
+ }
1142
+ export interface UnmonitorInstancesResult {
1143
+ InstanceMonitorings?: InstanceMonitoring[];
1144
+ }
1145
+
1146
+ export interface SecurityGroupRuleDescription {
1147
+ SecurityGroupRuleId?: string;
1148
+
1149
+ Description?: string;
1150
+ }
1151
+ export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
1152
+ DryRun?: boolean;
1153
+
1154
+ GroupId?: string;
1155
+
1156
+ GroupName?: string;
1157
+
1158
+ IpPermissions?: IpPermission[];
1159
+
1160
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
1161
+ }
1162
+ export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
1163
+ Return?: boolean;
1164
+ }
1165
+ export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
1166
+ DryRun?: boolean;
1167
+
1168
+ GroupId?: string;
1169
+
1170
+ GroupName?: string;
1171
+
1172
+ IpPermissions?: IpPermission[];
1173
+
1174
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
1175
+ }
1176
+ export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
1177
+ Return?: boolean;
1178
+ }
1179
+ export interface WithdrawByoipCidrRequest {
1180
+ Cidr: string | undefined;
1181
+
1182
+ DryRun?: boolean;
1183
+ }
1184
+ export interface WithdrawByoipCidrResult {
1185
+ ByoipCidr?: ByoipCidr;
1186
+ }
1187
+
1188
+ export declare const PurchaseReservedInstancesOfferingResultFilterSensitiveLog: (
1189
+ obj: PurchaseReservedInstancesOfferingResult
1190
+ ) => any;
1191
+
1192
+ export declare const PurchaseRequestFilterSensitiveLog: (
1193
+ obj: PurchaseRequest
1194
+ ) => any;
1195
+
1196
+ export declare const PurchaseScheduledInstancesRequestFilterSensitiveLog: (
1197
+ obj: PurchaseScheduledInstancesRequest
1198
+ ) => any;
1199
+
1200
+ export declare const PurchaseScheduledInstancesResultFilterSensitiveLog: (
1201
+ obj: PurchaseScheduledInstancesResult
1202
+ ) => any;
1203
+
1204
+ export declare const RebootInstancesRequestFilterSensitiveLog: (
1205
+ obj: RebootInstancesRequest
1206
+ ) => any;
1207
+
1208
+ export declare const RegisterImageRequestFilterSensitiveLog: (
1209
+ obj: RegisterImageRequest
1210
+ ) => any;
1211
+
1212
+ export declare const RegisterImageResultFilterSensitiveLog: (
1213
+ obj: RegisterImageResult
1214
+ ) => any;
1215
+
1216
+ export declare const RegisterInstanceTagAttributeRequestFilterSensitiveLog: (
1217
+ obj: RegisterInstanceTagAttributeRequest
1218
+ ) => any;
1219
+
1220
+ export declare const RegisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (
1221
+ obj: RegisterInstanceEventNotificationAttributesRequest
1222
+ ) => any;
1223
+
1224
+ export declare const RegisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
1225
+ obj: RegisterInstanceEventNotificationAttributesResult
1226
+ ) => any;
1227
+
1228
+ export declare const RegisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
1229
+ obj: RegisterTransitGatewayMulticastGroupMembersRequest
1230
+ ) => any;
1231
+
1232
+ export declare const TransitGatewayMulticastRegisteredGroupMembersFilterSensitiveLog: (
1233
+ obj: TransitGatewayMulticastRegisteredGroupMembers
1234
+ ) => any;
1235
+
1236
+ export declare const RegisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (
1237
+ obj: RegisterTransitGatewayMulticastGroupMembersResult
1238
+ ) => any;
1239
+
1240
+ export declare const RegisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (
1241
+ obj: RegisterTransitGatewayMulticastGroupSourcesRequest
1242
+ ) => any;
1243
+
1244
+ export declare const TransitGatewayMulticastRegisteredGroupSourcesFilterSensitiveLog: (
1245
+ obj: TransitGatewayMulticastRegisteredGroupSources
1246
+ ) => any;
1247
+
1248
+ export declare const RegisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (
1249
+ obj: RegisterTransitGatewayMulticastGroupSourcesResult
1250
+ ) => any;
1251
+
1252
+ export declare const RejectTransitGatewayMulticastDomainAssociationsRequestFilterSensitiveLog: (
1253
+ obj: RejectTransitGatewayMulticastDomainAssociationsRequest
1254
+ ) => any;
1255
+
1256
+ export declare const RejectTransitGatewayMulticastDomainAssociationsResultFilterSensitiveLog: (
1257
+ obj: RejectTransitGatewayMulticastDomainAssociationsResult
1258
+ ) => any;
1259
+
1260
+ export declare const RejectTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
1261
+ obj: RejectTransitGatewayPeeringAttachmentRequest
1262
+ ) => any;
1263
+
1264
+ export declare const RejectTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
1265
+ obj: RejectTransitGatewayPeeringAttachmentResult
1266
+ ) => any;
1267
+
1268
+ export declare const RejectTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
1269
+ obj: RejectTransitGatewayVpcAttachmentRequest
1270
+ ) => any;
1271
+
1272
+ export declare const RejectTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
1273
+ obj: RejectTransitGatewayVpcAttachmentResult
1274
+ ) => any;
1275
+
1276
+ export declare const RejectVpcEndpointConnectionsRequestFilterSensitiveLog: (
1277
+ obj: RejectVpcEndpointConnectionsRequest
1278
+ ) => any;
1279
+
1280
+ export declare const RejectVpcEndpointConnectionsResultFilterSensitiveLog: (
1281
+ obj: RejectVpcEndpointConnectionsResult
1282
+ ) => any;
1283
+
1284
+ export declare const RejectVpcPeeringConnectionRequestFilterSensitiveLog: (
1285
+ obj: RejectVpcPeeringConnectionRequest
1286
+ ) => any;
1287
+
1288
+ export declare const RejectVpcPeeringConnectionResultFilterSensitiveLog: (
1289
+ obj: RejectVpcPeeringConnectionResult
1290
+ ) => any;
1291
+
1292
+ export declare const ReleaseAddressRequestFilterSensitiveLog: (
1293
+ obj: ReleaseAddressRequest
1294
+ ) => any;
1295
+
1296
+ export declare const ReleaseHostsRequestFilterSensitiveLog: (
1297
+ obj: ReleaseHostsRequest
1298
+ ) => any;
1299
+
1300
+ export declare const ReleaseHostsResultFilterSensitiveLog: (
1301
+ obj: ReleaseHostsResult
1302
+ ) => any;
1303
+
1304
+ export declare const ReleaseIpamPoolAllocationRequestFilterSensitiveLog: (
1305
+ obj: ReleaseIpamPoolAllocationRequest
1306
+ ) => any;
1307
+
1308
+ export declare const ReleaseIpamPoolAllocationResultFilterSensitiveLog: (
1309
+ obj: ReleaseIpamPoolAllocationResult
1310
+ ) => any;
1311
+
1312
+ export declare const ReplaceIamInstanceProfileAssociationRequestFilterSensitiveLog: (
1313
+ obj: ReplaceIamInstanceProfileAssociationRequest
1314
+ ) => any;
1315
+
1316
+ export declare const ReplaceIamInstanceProfileAssociationResultFilterSensitiveLog: (
1317
+ obj: ReplaceIamInstanceProfileAssociationResult
1318
+ ) => any;
1319
+
1320
+ export declare const ReplaceNetworkAclAssociationRequestFilterSensitiveLog: (
1321
+ obj: ReplaceNetworkAclAssociationRequest
1322
+ ) => any;
1323
+
1324
+ export declare const ReplaceNetworkAclAssociationResultFilterSensitiveLog: (
1325
+ obj: ReplaceNetworkAclAssociationResult
1326
+ ) => any;
1327
+
1328
+ export declare const ReplaceNetworkAclEntryRequestFilterSensitiveLog: (
1329
+ obj: ReplaceNetworkAclEntryRequest
1330
+ ) => any;
1331
+
1332
+ export declare const ReplaceRouteRequestFilterSensitiveLog: (
1333
+ obj: ReplaceRouteRequest
1334
+ ) => any;
1335
+
1336
+ export declare const ReplaceRouteTableAssociationRequestFilterSensitiveLog: (
1337
+ obj: ReplaceRouteTableAssociationRequest
1338
+ ) => any;
1339
+
1340
+ export declare const ReplaceRouteTableAssociationResultFilterSensitiveLog: (
1341
+ obj: ReplaceRouteTableAssociationResult
1342
+ ) => any;
1343
+
1344
+ export declare const ReplaceTransitGatewayRouteRequestFilterSensitiveLog: (
1345
+ obj: ReplaceTransitGatewayRouteRequest
1346
+ ) => any;
1347
+
1348
+ export declare const ReplaceTransitGatewayRouteResultFilterSensitiveLog: (
1349
+ obj: ReplaceTransitGatewayRouteResult
1350
+ ) => any;
1351
+
1352
+ export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
1353
+ obj: ReportInstanceStatusRequest
1354
+ ) => any;
1355
+
1356
+ export declare const RequestSpotFleetRequestFilterSensitiveLog: (
1357
+ obj: RequestSpotFleetRequest
1358
+ ) => any;
1359
+
1360
+ export declare const RequestSpotFleetResponseFilterSensitiveLog: (
1361
+ obj: RequestSpotFleetResponse
1362
+ ) => any;
1363
+
1364
+ export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
1365
+ obj: RequestSpotLaunchSpecification
1366
+ ) => any;
1367
+
1368
+ export declare const RequestSpotInstancesRequestFilterSensitiveLog: (
1369
+ obj: RequestSpotInstancesRequest
1370
+ ) => any;
1371
+
1372
+ export declare const RequestSpotInstancesResultFilterSensitiveLog: (
1373
+ obj: RequestSpotInstancesResult
1374
+ ) => any;
1375
+
1376
+ export declare const ResetAddressAttributeRequestFilterSensitiveLog: (
1377
+ obj: ResetAddressAttributeRequest
1378
+ ) => any;
1379
+
1380
+ export declare const ResetAddressAttributeResultFilterSensitiveLog: (
1381
+ obj: ResetAddressAttributeResult
1382
+ ) => any;
1383
+
1384
+ export declare const ResetEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (
1385
+ obj: ResetEbsDefaultKmsKeyIdRequest
1386
+ ) => any;
1387
+
1388
+ export declare const ResetEbsDefaultKmsKeyIdResultFilterSensitiveLog: (
1389
+ obj: ResetEbsDefaultKmsKeyIdResult
1390
+ ) => any;
1391
+
1392
+ export declare const ResetFpgaImageAttributeRequestFilterSensitiveLog: (
1393
+ obj: ResetFpgaImageAttributeRequest
1394
+ ) => any;
1395
+
1396
+ export declare const ResetFpgaImageAttributeResultFilterSensitiveLog: (
1397
+ obj: ResetFpgaImageAttributeResult
1398
+ ) => any;
1399
+
1400
+ export declare const ResetImageAttributeRequestFilterSensitiveLog: (
1401
+ obj: ResetImageAttributeRequest
1402
+ ) => any;
1403
+
1404
+ export declare const ResetInstanceAttributeRequestFilterSensitiveLog: (
1405
+ obj: ResetInstanceAttributeRequest
1406
+ ) => any;
1407
+
1408
+ export declare const ResetNetworkInterfaceAttributeRequestFilterSensitiveLog: (
1409
+ obj: ResetNetworkInterfaceAttributeRequest
1410
+ ) => any;
1411
+
1412
+ export declare const ResetSnapshotAttributeRequestFilterSensitiveLog: (
1413
+ obj: ResetSnapshotAttributeRequest
1414
+ ) => any;
1415
+
1416
+ export declare const RestoreAddressToClassicRequestFilterSensitiveLog: (
1417
+ obj: RestoreAddressToClassicRequest
1418
+ ) => any;
1419
+
1420
+ export declare const RestoreAddressToClassicResultFilterSensitiveLog: (
1421
+ obj: RestoreAddressToClassicResult
1422
+ ) => any;
1423
+
1424
+ export declare const RestoreImageFromRecycleBinRequestFilterSensitiveLog: (
1425
+ obj: RestoreImageFromRecycleBinRequest
1426
+ ) => any;
1427
+
1428
+ export declare const RestoreImageFromRecycleBinResultFilterSensitiveLog: (
1429
+ obj: RestoreImageFromRecycleBinResult
1430
+ ) => any;
1431
+
1432
+ export declare const RestoreManagedPrefixListVersionRequestFilterSensitiveLog: (
1433
+ obj: RestoreManagedPrefixListVersionRequest
1434
+ ) => any;
1435
+
1436
+ export declare const RestoreManagedPrefixListVersionResultFilterSensitiveLog: (
1437
+ obj: RestoreManagedPrefixListVersionResult
1438
+ ) => any;
1439
+
1440
+ export declare const RestoreSnapshotFromRecycleBinRequestFilterSensitiveLog: (
1441
+ obj: RestoreSnapshotFromRecycleBinRequest
1442
+ ) => any;
1443
+
1444
+ export declare const RestoreSnapshotFromRecycleBinResultFilterSensitiveLog: (
1445
+ obj: RestoreSnapshotFromRecycleBinResult
1446
+ ) => any;
1447
+
1448
+ export declare const RestoreSnapshotTierRequestFilterSensitiveLog: (
1449
+ obj: RestoreSnapshotTierRequest
1450
+ ) => any;
1451
+
1452
+ export declare const RestoreSnapshotTierResultFilterSensitiveLog: (
1453
+ obj: RestoreSnapshotTierResult
1454
+ ) => any;
1455
+
1456
+ export declare const RevokeClientVpnIngressRequestFilterSensitiveLog: (
1457
+ obj: RevokeClientVpnIngressRequest
1458
+ ) => any;
1459
+
1460
+ export declare const RevokeClientVpnIngressResultFilterSensitiveLog: (
1461
+ obj: RevokeClientVpnIngressResult
1462
+ ) => any;
1463
+
1464
+ export declare const RevokeSecurityGroupEgressRequestFilterSensitiveLog: (
1465
+ obj: RevokeSecurityGroupEgressRequest
1466
+ ) => any;
1467
+
1468
+ export declare const RevokeSecurityGroupEgressResultFilterSensitiveLog: (
1469
+ obj: RevokeSecurityGroupEgressResult
1470
+ ) => any;
1471
+
1472
+ export declare const RevokeSecurityGroupIngressRequestFilterSensitiveLog: (
1473
+ obj: RevokeSecurityGroupIngressRequest
1474
+ ) => any;
1475
+
1476
+ export declare const RevokeSecurityGroupIngressResultFilterSensitiveLog: (
1477
+ obj: RevokeSecurityGroupIngressResult
1478
+ ) => any;
1479
+
1480
+ export declare const CpuOptionsRequestFilterSensitiveLog: (
1481
+ obj: CpuOptionsRequest
1482
+ ) => any;
1483
+
1484
+ export declare const ElasticInferenceAcceleratorFilterSensitiveLog: (
1485
+ obj: ElasticInferenceAccelerator
1486
+ ) => any;
1487
+
1488
+ export declare const EnclaveOptionsRequestFilterSensitiveLog: (
1489
+ obj: EnclaveOptionsRequest
1490
+ ) => any;
1491
+
1492
+ export declare const HibernationOptionsRequestFilterSensitiveLog: (
1493
+ obj: HibernationOptionsRequest
1494
+ ) => any;
1495
+
1496
+ export declare const SpotMarketOptionsFilterSensitiveLog: (
1497
+ obj: SpotMarketOptions
1498
+ ) => any;
1499
+
1500
+ export declare const InstanceMarketOptionsRequestFilterSensitiveLog: (
1501
+ obj: InstanceMarketOptionsRequest
1502
+ ) => any;
1503
+
1504
+ export declare const LaunchTemplateSpecificationFilterSensitiveLog: (
1505
+ obj: LaunchTemplateSpecification
1506
+ ) => any;
1507
+
1508
+ export declare const LicenseConfigurationRequestFilterSensitiveLog: (
1509
+ obj: LicenseConfigurationRequest
1510
+ ) => any;
1511
+
1512
+ export declare const InstanceMaintenanceOptionsRequestFilterSensitiveLog: (
1513
+ obj: InstanceMaintenanceOptionsRequest
1514
+ ) => any;
1515
+
1516
+ export declare const InstanceMetadataOptionsRequestFilterSensitiveLog: (
1517
+ obj: InstanceMetadataOptionsRequest
1518
+ ) => any;
1519
+
1520
+ export declare const PrivateDnsNameOptionsRequestFilterSensitiveLog: (
1521
+ obj: PrivateDnsNameOptionsRequest
1522
+ ) => any;
1523
+
1524
+ export declare const RunInstancesRequestFilterSensitiveLog: (
1525
+ obj: RunInstancesRequest
1526
+ ) => any;
1527
+
1528
+ export declare const ScheduledInstancesEbsFilterSensitiveLog: (
1529
+ obj: ScheduledInstancesEbs
1530
+ ) => any;
1531
+
1532
+ export declare const ScheduledInstancesBlockDeviceMappingFilterSensitiveLog: (
1533
+ obj: ScheduledInstancesBlockDeviceMapping
1534
+ ) => any;
1535
+
1536
+ export declare const ScheduledInstancesIamInstanceProfileFilterSensitiveLog: (
1537
+ obj: ScheduledInstancesIamInstanceProfile
1538
+ ) => any;
1539
+
1540
+ export declare const ScheduledInstancesMonitoringFilterSensitiveLog: (
1541
+ obj: ScheduledInstancesMonitoring
1542
+ ) => any;
1543
+
1544
+ export declare const ScheduledInstancesIpv6AddressFilterSensitiveLog: (
1545
+ obj: ScheduledInstancesIpv6Address
1546
+ ) => any;
1547
+
1548
+ export declare const ScheduledInstancesPrivateIpAddressConfigFilterSensitiveLog: (
1549
+ obj: ScheduledInstancesPrivateIpAddressConfig
1550
+ ) => any;
1551
+
1552
+ export declare const ScheduledInstancesNetworkInterfaceFilterSensitiveLog: (
1553
+ obj: ScheduledInstancesNetworkInterface
1554
+ ) => any;
1555
+
1556
+ export declare const ScheduledInstancesPlacementFilterSensitiveLog: (
1557
+ obj: ScheduledInstancesPlacement
1558
+ ) => any;
1559
+
1560
+ export declare const ScheduledInstancesLaunchSpecificationFilterSensitiveLog: (
1561
+ obj: ScheduledInstancesLaunchSpecification
1562
+ ) => any;
1563
+
1564
+ export declare const RunScheduledInstancesRequestFilterSensitiveLog: (
1565
+ obj: RunScheduledInstancesRequest
1566
+ ) => any;
1567
+
1568
+ export declare const RunScheduledInstancesResultFilterSensitiveLog: (
1569
+ obj: RunScheduledInstancesResult
1570
+ ) => any;
1571
+
1572
+ export declare const SearchLocalGatewayRoutesRequestFilterSensitiveLog: (
1573
+ obj: SearchLocalGatewayRoutesRequest
1574
+ ) => any;
1575
+
1576
+ export declare const SearchLocalGatewayRoutesResultFilterSensitiveLog: (
1577
+ obj: SearchLocalGatewayRoutesResult
1578
+ ) => any;
1579
+
1580
+ export declare const SearchTransitGatewayMulticastGroupsRequestFilterSensitiveLog: (
1581
+ obj: SearchTransitGatewayMulticastGroupsRequest
1582
+ ) => any;
1583
+
1584
+ export declare const TransitGatewayMulticastGroupFilterSensitiveLog: (
1585
+ obj: TransitGatewayMulticastGroup
1586
+ ) => any;
1587
+
1588
+ export declare const SearchTransitGatewayMulticastGroupsResultFilterSensitiveLog: (
1589
+ obj: SearchTransitGatewayMulticastGroupsResult
1590
+ ) => any;
1591
+
1592
+ export declare const SearchTransitGatewayRoutesRequestFilterSensitiveLog: (
1593
+ obj: SearchTransitGatewayRoutesRequest
1594
+ ) => any;
1595
+
1596
+ export declare const SearchTransitGatewayRoutesResultFilterSensitiveLog: (
1597
+ obj: SearchTransitGatewayRoutesResult
1598
+ ) => any;
1599
+
1600
+ export declare const SendDiagnosticInterruptRequestFilterSensitiveLog: (
1601
+ obj: SendDiagnosticInterruptRequest
1602
+ ) => any;
1603
+
1604
+ export declare const StartInstancesRequestFilterSensitiveLog: (
1605
+ obj: StartInstancesRequest
1606
+ ) => any;
1607
+
1608
+ export declare const InstanceStateChangeFilterSensitiveLog: (
1609
+ obj: InstanceStateChange
1610
+ ) => any;
1611
+
1612
+ export declare const StartInstancesResultFilterSensitiveLog: (
1613
+ obj: StartInstancesResult
1614
+ ) => any;
1615
+
1616
+ export declare const StartNetworkInsightsAccessScopeAnalysisRequestFilterSensitiveLog: (
1617
+ obj: StartNetworkInsightsAccessScopeAnalysisRequest
1618
+ ) => any;
1619
+
1620
+ export declare const StartNetworkInsightsAccessScopeAnalysisResultFilterSensitiveLog: (
1621
+ obj: StartNetworkInsightsAccessScopeAnalysisResult
1622
+ ) => any;
1623
+
1624
+ export declare const StartNetworkInsightsAnalysisRequestFilterSensitiveLog: (
1625
+ obj: StartNetworkInsightsAnalysisRequest
1626
+ ) => any;
1627
+
1628
+ export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (
1629
+ obj: StartNetworkInsightsAnalysisResult
1630
+ ) => any;
1631
+
1632
+ export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (
1633
+ obj: StartVpcEndpointServicePrivateDnsVerificationRequest
1634
+ ) => any;
1635
+
1636
+ export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (
1637
+ obj: StartVpcEndpointServicePrivateDnsVerificationResult
1638
+ ) => any;
1639
+
1640
+ export declare const StopInstancesRequestFilterSensitiveLog: (
1641
+ obj: StopInstancesRequest
1642
+ ) => any;
1643
+
1644
+ export declare const StopInstancesResultFilterSensitiveLog: (
1645
+ obj: StopInstancesResult
1646
+ ) => any;
1647
+
1648
+ export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (
1649
+ obj: TerminateClientVpnConnectionsRequest
1650
+ ) => any;
1651
+
1652
+ export declare const TerminateConnectionStatusFilterSensitiveLog: (
1653
+ obj: TerminateConnectionStatus
1654
+ ) => any;
1655
+
1656
+ export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (
1657
+ obj: TerminateClientVpnConnectionsResult
1658
+ ) => any;
1659
+
1660
+ export declare const TerminateInstancesRequestFilterSensitiveLog: (
1661
+ obj: TerminateInstancesRequest
1662
+ ) => any;
1663
+
1664
+ export declare const TerminateInstancesResultFilterSensitiveLog: (
1665
+ obj: TerminateInstancesResult
1666
+ ) => any;
1667
+
1668
+ export declare const UnassignIpv6AddressesRequestFilterSensitiveLog: (
1669
+ obj: UnassignIpv6AddressesRequest
1670
+ ) => any;
1671
+
1672
+ export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (
1673
+ obj: UnassignIpv6AddressesResult
1674
+ ) => any;
1675
+
1676
+ export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (
1677
+ obj: UnassignPrivateIpAddressesRequest
1678
+ ) => any;
1679
+
1680
+ export declare const UnmonitorInstancesRequestFilterSensitiveLog: (
1681
+ obj: UnmonitorInstancesRequest
1682
+ ) => any;
1683
+
1684
+ export declare const UnmonitorInstancesResultFilterSensitiveLog: (
1685
+ obj: UnmonitorInstancesResult
1686
+ ) => any;
1687
+
1688
+ export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (
1689
+ obj: SecurityGroupRuleDescription
1690
+ ) => any;
1691
+
1692
+ export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (
1693
+ obj: UpdateSecurityGroupRuleDescriptionsEgressRequest
1694
+ ) => any;
1695
+
1696
+ export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (
1697
+ obj: UpdateSecurityGroupRuleDescriptionsEgressResult
1698
+ ) => any;
1699
+
1700
+ export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (
1701
+ obj: UpdateSecurityGroupRuleDescriptionsIngressRequest
1702
+ ) => any;
1703
+
1704
+ export declare const UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog: (
1705
+ obj: UpdateSecurityGroupRuleDescriptionsIngressResult
1706
+ ) => any;
1707
+
1708
+ export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (
1709
+ obj: WithdrawByoipCidrRequest
1710
+ ) => any;
1711
+
1712
+ export declare const WithdrawByoipCidrResultFilterSensitiveLog: (
1713
+ obj: WithdrawByoipCidrResult
1714
+ ) => any;