@aws-sdk/client-ec2 3.170.0 → 3.171.0

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