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