@aws-sdk/client-ec2 3.170.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (757) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/EC2.js +120 -0
  3. package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
  4. package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
  5. package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
  6. package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
  7. package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
  8. package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  9. package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
  10. package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
  11. package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
  12. package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  16. package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
  30. package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  31. package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
  32. package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
  33. package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
  34. package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
  35. package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
  36. package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
  37. package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
  38. package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
  39. package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  40. package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
  41. package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
  42. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
  43. package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
  44. package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
  45. package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
  46. package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
  47. package/dist-cjs/commands/index.js +8 -0
  48. package/dist-cjs/models/models_0.js +30 -31
  49. package/dist-cjs/models/models_1.js +64 -38
  50. package/dist-cjs/models/models_2.js +70 -86
  51. package/dist-cjs/models/models_3.js +86 -89
  52. package/dist-cjs/models/models_4.js +68 -70
  53. package/dist-cjs/models/models_5.js +70 -76
  54. package/dist-cjs/models/models_6.js +73 -3
  55. package/dist-cjs/protocols/Aws_ec2.js +561 -21
  56. package/dist-es/EC2.js +120 -0
  57. package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
  58. package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
  59. package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
  60. package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
  61. package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
  62. package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  63. package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
  64. package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
  65. package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
  66. package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
  67. package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
  68. package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
  69. package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  70. package/dist-es/commands/DescribeAggregateIdFormatCommand.js +2 -1
  71. package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
  72. package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  73. package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
  74. package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
  75. package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
  76. package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
  77. package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
  78. package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
  79. package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
  80. package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
  81. package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
  82. package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
  83. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
  84. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  85. package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
  86. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
  87. package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
  88. package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
  89. package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
  90. package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
  91. package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
  92. package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
  93. package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  94. package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
  95. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
  96. package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
  97. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
  98. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
  99. package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
  100. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
  101. package/dist-es/commands/index.js +8 -0
  102. package/dist-es/models/models_0.js +6 -10
  103. package/dist-es/models/models_1.js +22 -8
  104. package/dist-es/models/models_2.js +16 -20
  105. package/dist-es/models/models_3.js +20 -29
  106. package/dist-es/models/models_4.js +20 -16
  107. package/dist-es/models/models_5.js +16 -22
  108. package/dist-es/models/models_6.js +22 -0
  109. package/dist-es/protocols/Aws_ec2.js +650 -27
  110. package/dist-types/EC2.d.ts +68 -0
  111. package/dist-types/EC2Client.d.ts +10 -2
  112. package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
  113. package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
  114. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
  115. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
  117. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  118. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
  121. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
  122. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
  123. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
  124. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  125. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
  134. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  139. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
  140. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  141. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  142. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  143. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  144. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  145. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  146. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  147. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  148. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
  149. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  150. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  151. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  152. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  153. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  154. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  155. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -2
  156. package/dist-types/commands/index.d.ts +8 -0
  157. package/dist-types/models/models_0.d.ts +129 -97
  158. package/dist-types/models/models_1.d.ts +345 -279
  159. package/dist-types/models/models_2.d.ts +392 -831
  160. package/dist-types/models/models_3.d.ts +1517 -1377
  161. package/dist-types/models/models_4.d.ts +501 -236
  162. package/dist-types/models/models_5.d.ts +239 -340
  163. package/dist-types/models/models_6.d.ts +347 -5
  164. package/dist-types/protocols/Aws_ec2.d.ts +24 -0
  165. package/dist-types/ts3.4/EC2.d.ts +148 -534
  166. package/dist-types/ts3.4/EC2Client.d.ts +48 -25
  167. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +0 -2
  168. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  169. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  170. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  171. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +0 -2
  172. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +0 -2
  173. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -2
  174. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +0 -2
  175. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +0 -2
  176. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +0 -2
  177. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +0 -2
  178. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +0 -2
  179. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +0 -2
  180. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +0 -2
  181. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +0 -2
  182. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +0 -2
  183. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
  184. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +0 -2
  185. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +0 -2
  186. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +0 -2
  187. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +0 -2
  188. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  189. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +0 -2
  190. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +0 -2
  191. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +0 -2
  192. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +0 -2
  193. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +0 -2
  194. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +0 -2
  195. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +0 -2
  196. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -2
  197. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +0 -2
  198. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +0 -2
  199. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +0 -2
  200. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -2
  201. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +0 -2
  202. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +0 -2
  203. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +0 -2
  204. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +0 -2
  205. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +0 -2
  206. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -2
  207. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +0 -2
  208. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +0 -2
  209. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +0 -2
  210. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +0 -2
  211. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +0 -2
  212. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +0 -2
  213. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +0 -2
  214. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
  215. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +0 -2
  216. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +0 -2
  217. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +0 -2
  218. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +0 -2
  219. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +0 -2
  220. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
  221. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
  222. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +0 -2
  223. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +0 -2
  224. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +0 -2
  225. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -6
  226. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -3
  227. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +0 -2
  228. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +0 -2
  229. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +0 -2
  230. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -2
  231. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +0 -2
  232. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +0 -2
  233. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +0 -2
  234. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +0 -2
  235. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +0 -2
  236. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +0 -2
  237. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
  238. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +0 -2
  239. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +0 -2
  240. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +0 -2
  241. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
  242. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  243. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
  244. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +0 -2
  245. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +0 -2
  246. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +0 -2
  247. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +0 -2
  248. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +0 -2
  249. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +0 -2
  250. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +0 -2
  251. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +0 -2
  252. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +0 -2
  253. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +0 -2
  254. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +0 -2
  255. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +0 -2
  256. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +0 -2
  257. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
  258. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +0 -2
  259. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +0 -2
  260. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
  261. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +0 -2
  262. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +0 -2
  263. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +0 -2
  264. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +0 -2
  265. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +0 -2
  266. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
  267. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +0 -2
  268. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +0 -2
  269. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -3
  270. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -3
  271. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +4 -4
  272. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +0 -2
  273. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +0 -2
  274. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  275. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  276. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +0 -2
  277. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  278. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +0 -2
  279. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
  280. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +0 -2
  281. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  282. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -2
  283. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +0 -2
  284. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +0 -2
  285. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +0 -2
  286. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +0 -2
  287. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -2
  288. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +0 -2
  289. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +0 -2
  290. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +0 -2
  291. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +0 -2
  292. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +0 -2
  293. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +0 -2
  294. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
  295. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
  296. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +0 -2
  297. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +0 -2
  298. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +0 -2
  299. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +0 -2
  300. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +0 -2
  301. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +0 -2
  302. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +0 -2
  303. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +0 -2
  304. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +0 -2
  305. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +0 -2
  306. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +0 -2
  307. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
  308. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +0 -2
  309. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +0 -2
  310. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +0 -2
  311. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
  312. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  313. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
  314. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +0 -2
  315. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +0 -2
  316. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +0 -2
  317. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +0 -2
  318. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
  319. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +0 -2
  320. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +0 -2
  321. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +0 -2
  322. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +0 -2
  323. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +0 -2
  324. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +0 -2
  325. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +0 -2
  326. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +0 -2
  327. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
  328. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +0 -2
  329. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +0 -2
  330. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
  331. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +0 -2
  332. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +0 -2
  333. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +0 -2
  334. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
  335. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +0 -2
  336. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +0 -2
  337. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +0 -2
  338. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +0 -2
  339. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +0 -2
  340. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +0 -2
  341. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +0 -2
  342. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +0 -2
  343. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  344. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +0 -2
  345. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  346. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +0 -2
  347. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
  348. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +0 -2
  349. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  350. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -2
  351. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +0 -2
  352. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
  353. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
  354. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +0 -2
  355. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -2
  356. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +0 -2
  357. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +0 -2
  358. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +0 -2
  359. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -2
  360. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +0 -2
  361. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +0 -2
  362. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +0 -2
  363. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
  364. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
  365. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
  366. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
  367. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +0 -2
  368. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -2
  369. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +2 -6
  370. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +1 -3
  371. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -3
  372. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -3
  373. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -3
  374. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -3
  375. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -3
  376. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -3
  377. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +0 -2
  378. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +0 -2
  379. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +0 -2
  380. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +0 -2
  381. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +0 -2
  382. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +0 -2
  383. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +0 -2
  384. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +0 -2
  385. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +0 -2
  386. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +0 -2
  387. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +0 -2
  388. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +0 -2
  389. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -2
  390. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +0 -2
  391. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +0 -2
  392. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +0 -2
  393. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +0 -2
  394. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -2
  395. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +0 -2
  396. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +0 -2
  397. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +0 -2
  398. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +0 -2
  399. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +0 -2
  400. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +0 -2
  401. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +0 -2
  402. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +0 -2
  403. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +0 -2
  404. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +0 -2
  405. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
  406. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +0 -2
  407. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +0 -2
  408. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -2
  409. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +0 -2
  410. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +0 -2
  411. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +0 -2
  412. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +0 -2
  413. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +0 -2
  414. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +0 -2
  415. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -2
  416. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +0 -2
  417. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +0 -2
  418. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +0 -2
  419. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +0 -2
  420. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +0 -2
  421. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +0 -2
  422. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +0 -2
  423. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +0 -2
  424. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +0 -2
  425. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +0 -2
  426. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +0 -2
  427. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +0 -2
  428. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -6
  429. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +0 -2
  430. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -3
  431. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -3
  432. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -3
  433. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -3
  434. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -3
  435. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +0 -2
  436. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +0 -2
  437. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +0 -2
  438. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +0 -2
  439. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +0 -2
  440. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +0 -2
  441. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +0 -2
  442. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +0 -2
  443. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +0 -2
  444. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +0 -2
  445. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -2
  446. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +0 -2
  447. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +0 -2
  448. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +0 -2
  449. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -2
  450. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -2
  451. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +0 -2
  452. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -2
  453. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +0 -2
  454. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +0 -2
  455. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +0 -2
  456. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +0 -2
  457. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +0 -2
  458. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +0 -2
  459. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -2
  460. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +0 -2
  461. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +0 -2
  462. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +0 -2
  463. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +0 -2
  464. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +0 -2
  465. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +0 -2
  466. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +0 -2
  467. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +0 -2
  468. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +0 -2
  469. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
  470. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +0 -2
  471. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +0 -2
  472. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +0 -2
  473. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +0 -2
  474. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +0 -2
  475. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +0 -2
  476. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +0 -2
  477. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +0 -2
  478. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +0 -2
  479. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +0 -2
  480. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +0 -2
  481. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +0 -2
  482. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +0 -2
  483. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +0 -2
  484. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +0 -2
  485. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +0 -2
  486. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -2
  487. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +0 -2
  488. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +0 -2
  489. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +0 -2
  490. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +0 -2
  491. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
  492. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +0 -2
  493. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
  494. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +0 -2
  495. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +0 -2
  496. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +0 -2
  497. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -2
  498. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +0 -2
  499. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +0 -2
  500. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +0 -2
  501. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +0 -2
  502. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +0 -2
  503. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +0 -2
  504. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -2
  505. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +0 -2
  506. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +0 -2
  507. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +0 -2
  508. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +0 -2
  509. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +0 -2
  510. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +0 -2
  511. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +0 -2
  512. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +0 -2
  513. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +0 -2
  514. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +0 -2
  515. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +0 -2
  516. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +0 -2
  517. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +0 -2
  518. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
  519. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +0 -2
  520. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +0 -2
  521. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +0 -2
  522. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +0 -2
  523. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  524. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +0 -2
  525. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +0 -2
  526. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +0 -2
  527. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +0 -2
  528. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +0 -2
  529. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +0 -2
  530. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -6
  531. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -3
  532. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -3
  533. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -3
  534. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -3
  535. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -3
  536. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -3
  537. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -3
  538. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -3
  539. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +4 -4
  540. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +0 -2
  541. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +0 -2
  542. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +0 -2
  543. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +0 -2
  544. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +0 -2
  545. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +0 -2
  546. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +0 -2
  547. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +0 -2
  548. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +0 -2
  549. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +0 -2
  550. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  551. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +0 -2
  552. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +0 -2
  553. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +0 -2
  554. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +0 -2
  555. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +0 -2
  556. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +0 -2
  557. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +0 -2
  558. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +0 -2
  559. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +0 -2
  560. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +0 -2
  561. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +0 -2
  562. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +0 -2
  563. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +0 -2
  564. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +0 -2
  565. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +0 -2
  566. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +0 -2
  567. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +0 -2
  568. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +0 -2
  569. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +0 -2
  570. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +0 -2
  571. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +0 -2
  572. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  573. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +0 -2
  574. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +0 -2
  575. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +0 -2
  576. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +0 -2
  577. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +0 -2
  578. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +0 -2
  579. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +0 -2
  580. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +0 -2
  581. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +0 -2
  582. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +0 -2
  583. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
  584. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +0 -2
  585. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +0 -2
  586. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +0 -2
  587. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +0 -2
  588. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +0 -2
  589. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +0 -2
  590. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +0 -2
  591. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +0 -2
  592. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +0 -2
  593. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +0 -2
  594. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  595. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +0 -2
  596. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +0 -2
  597. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +0 -2
  598. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +0 -2
  599. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +0 -2
  600. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +0 -2
  601. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +0 -2
  602. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +0 -2
  603. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +0 -2
  604. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +0 -2
  605. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +0 -2
  606. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +0 -2
  607. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +0 -2
  608. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +0 -2
  609. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +0 -2
  610. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +0 -2
  611. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +0 -2
  612. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +0 -2
  613. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +0 -2
  614. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +0 -2
  615. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +0 -2
  616. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +0 -2
  617. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +0 -2
  618. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +0 -2
  619. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +0 -2
  620. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +0 -2
  621. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +0 -2
  622. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +0 -2
  623. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +0 -2
  624. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +0 -2
  625. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +0 -2
  626. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +0 -2
  627. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +0 -2
  628. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  629. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  630. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +0 -2
  631. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +0 -2
  632. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +0 -2
  633. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +0 -2
  634. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +0 -2
  635. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +0 -2
  636. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +0 -2
  637. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +0 -2
  638. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +0 -2
  639. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +0 -2
  640. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +0 -2
  641. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +0 -2
  642. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +0 -2
  643. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +0 -2
  644. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +0 -2
  645. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -3
  646. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -3
  647. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -3
  648. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -3
  649. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -3
  650. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -3
  651. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +4 -4
  652. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +0 -2
  653. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +0 -2
  654. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +0 -2
  655. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
  656. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
  657. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
  658. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  659. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  660. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  661. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +0 -2
  662. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +0 -2
  663. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +0 -2
  664. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +0 -2
  665. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +0 -2
  666. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +0 -2
  667. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +0 -2
  668. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +0 -2
  669. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +0 -2
  670. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +0 -2
  671. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +0 -2
  672. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +0 -2
  673. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +0 -2
  674. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +0 -2
  675. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +0 -2
  676. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  677. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +0 -2
  678. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +0 -2
  679. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +0 -2
  680. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +0 -2
  681. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +0 -2
  682. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +0 -2
  683. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +0 -2
  684. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +0 -2
  685. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +0 -2
  686. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +0 -2
  687. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +0 -2
  688. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +0 -2
  689. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +0 -2
  690. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +0 -2
  691. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +0 -2
  692. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +0 -2
  693. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +0 -2
  694. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +0 -2
  695. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +0 -2
  696. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +0 -2
  697. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
  698. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +0 -2
  699. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +0 -2
  700. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +0 -2
  701. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +0 -2
  702. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +0 -2
  703. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +0 -2
  704. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +0 -2
  705. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +0 -2
  706. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +0 -2
  707. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +0 -2
  708. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -2
  709. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  710. package/dist-types/ts3.4/models/EC2ServiceException.d.ts +0 -1
  711. package/dist-types/ts3.4/models/models_0.d.ts +43 -1047
  712. package/dist-types/ts3.4/models/models_1.d.ts +108 -1344
  713. package/dist-types/ts3.4/models/models_2.d.ts +157 -1072
  714. package/dist-types/ts3.4/models/models_3.d.ts +197 -1425
  715. package/dist-types/ts3.4/models/models_4.d.ts +145 -1339
  716. package/dist-types/ts3.4/models/models_5.d.ts +123 -1231
  717. package/dist-types/ts3.4/models/models_6.d.ts +140 -509
  718. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +96 -0
  719. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  720. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  721. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  722. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  723. package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +0 -2
  724. package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +0 -2
  725. package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +0 -2
  726. package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +0 -2
  727. package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +0 -2
  728. package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +0 -2
  729. package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +0 -2
  730. package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +0 -2
  731. package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +0 -2
  732. package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +0 -2
  733. package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +0 -2
  734. package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +0 -2
  735. package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +0 -2
  736. package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +0 -2
  737. package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +0 -2
  738. package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +0 -2
  739. package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +0 -2
  740. package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +0 -2
  741. package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +0 -2
  742. package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +0 -2
  743. package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +0 -2
  744. package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +0 -2
  745. package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +0 -2
  746. package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +0 -2
  747. package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +0 -2
  748. package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +0 -2
  749. package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +0 -2
  750. package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +0 -2
  751. package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +0 -2
  752. package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +0 -2
  753. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +0 -2
  754. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +0 -2
  755. package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +0 -2
  756. package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +0 -2
  757. package/package.json +28 -28
@@ -53,6 +53,9 @@ import {
53
53
  InstanceRequirements,
54
54
  Ipv4PrefixSpecificationRequest,
55
55
  Ipv6PrefixSpecificationRequest,
56
+ ManagedPrefixList,
57
+ NatGateway,
58
+ NetworkAcl,
56
59
  NetworkInsightsAccessScope,
57
60
  NetworkInsightsPath,
58
61
  NetworkInterface,
@@ -70,8 +73,6 @@ import {
70
73
  StorageTier,
71
74
  TargetCapacityUnitType,
72
75
  TrafficMirrorFilter,
73
- TrafficMirrorSession,
74
- TrafficMirrorTarget,
75
76
  VolumeType,
76
77
  } from "./models_1";
77
78
  import {
@@ -79,13 +80,14 @@ import {
79
80
  DnsEntry,
80
81
  DnsNameState,
81
82
  Filter,
82
- IdFormat,
83
83
  IpAddressType,
84
84
  PayerResponsibility,
85
85
  ServiceConfiguration,
86
86
  ServiceConnectivityType,
87
87
  ServiceTypeDetail,
88
88
  State,
89
+ TrafficMirrorSession,
90
+ TrafficMirrorTarget,
89
91
  TransitGateway,
90
92
  TransitGatewayConnect,
91
93
  TransitGatewayConnectPeer,
@@ -99,7 +101,6 @@ import {
99
101
  VpnGateway,
100
102
  } from "./models_2";
101
103
  import {
102
- AnalysisStatus,
103
104
  AttributeBooleanValue,
104
105
  EventInformation,
105
106
  FastLaunchLaunchTemplateSpecificationResponse,
@@ -107,207 +108,218 @@ import {
107
108
  FastLaunchSnapshotConfigurationResponse,
108
109
  FastLaunchStateCode,
109
110
  FastSnapshotRestoreStateCode,
111
+ IdFormat,
110
112
  PermissionGroup,
111
113
  ProductCode,
112
114
  } from "./models_3";
115
+ export interface LocalGatewayVirtualInterface {
116
+ LocalGatewayVirtualInterfaceId?: string;
117
+ LocalGatewayId?: string;
118
+ Vlan?: number;
119
+ LocalAddress?: string;
120
+ PeerAddress?: string;
121
+ LocalBgpAsn?: number;
122
+ PeerBgpAsn?: number;
123
+ OwnerId?: string;
124
+ Tags?: Tag[];
125
+ }
126
+ export interface DescribeLocalGatewayVirtualInterfacesResult {
127
+ LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[];
128
+ NextToken?: string;
129
+ }
130
+ export interface DescribeManagedPrefixListsRequest {
131
+ DryRun?: boolean;
132
+ Filters?: Filter[];
133
+ MaxResults?: number;
134
+ NextToken?: string;
135
+ PrefixListIds?: string[];
136
+ }
137
+ export interface DescribeManagedPrefixListsResult {
138
+ NextToken?: string;
139
+ PrefixLists?: ManagedPrefixList[];
140
+ }
141
+ export interface DescribeMovingAddressesRequest {
142
+ Filters?: Filter[];
143
+ DryRun?: boolean;
144
+ MaxResults?: number;
145
+ NextToken?: string;
146
+ PublicIps?: string[];
147
+ }
148
+ export declare type MoveStatus = "movingToVpc" | "restoringToClassic";
149
+ export interface MovingAddressStatus {
150
+ MoveStatus?: MoveStatus | string;
151
+ PublicIp?: string;
152
+ }
153
+ export interface DescribeMovingAddressesResult {
154
+ MovingAddressStatuses?: MovingAddressStatus[];
155
+ NextToken?: string;
156
+ }
157
+ export interface DescribeNatGatewaysRequest {
158
+ DryRun?: boolean;
159
+ Filter?: Filter[];
160
+ MaxResults?: number;
161
+ NatGatewayIds?: string[];
162
+ NextToken?: string;
163
+ }
164
+ export interface DescribeNatGatewaysResult {
165
+ NatGateways?: NatGateway[];
166
+ NextToken?: string;
167
+ }
168
+ export interface DescribeNetworkAclsRequest {
169
+ Filters?: Filter[];
170
+ DryRun?: boolean;
171
+ NetworkAclIds?: string[];
172
+ NextToken?: string;
173
+ MaxResults?: number;
174
+ }
175
+ export interface DescribeNetworkAclsResult {
176
+ NetworkAcls?: NetworkAcl[];
177
+ NextToken?: string;
178
+ }
179
+ export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
180
+ NetworkInsightsAccessScopeAnalysisIds?: string[];
181
+ NetworkInsightsAccessScopeId?: string;
182
+ AnalysisStartTimeBegin?: Date;
183
+ AnalysisStartTimeEnd?: Date;
184
+ Filters?: Filter[];
185
+ MaxResults?: number;
186
+ DryRun?: boolean;
187
+ NextToken?: string;
188
+ }
189
+ export declare enum FindingsFound {
190
+ false = "false",
191
+ true = "true",
192
+ unknown = "unknown",
193
+ }
194
+ export declare type AnalysisStatus = "failed" | "running" | "succeeded";
195
+ export interface NetworkInsightsAccessScopeAnalysis {
196
+ NetworkInsightsAccessScopeAnalysisId?: string;
197
+ NetworkInsightsAccessScopeAnalysisArn?: string;
198
+ NetworkInsightsAccessScopeId?: string;
199
+ Status?: AnalysisStatus | string;
200
+ StatusMessage?: string;
201
+ WarningMessage?: string;
202
+ StartDate?: Date;
203
+ EndDate?: Date;
204
+ FindingsFound?: FindingsFound | string;
205
+ AnalyzedEniCount?: number;
206
+ Tags?: Tag[];
207
+ }
208
+ export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
209
+ NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[];
210
+ NextToken?: string;
211
+ }
113
212
  export interface DescribeNetworkInsightsAccessScopesRequest {
114
213
  NetworkInsightsAccessScopeIds?: string[];
115
-
116
214
  Filters?: Filter[];
117
-
118
215
  MaxResults?: number;
119
-
120
216
  DryRun?: boolean;
121
-
122
217
  NextToken?: string;
123
218
  }
124
219
  export interface DescribeNetworkInsightsAccessScopesResult {
125
220
  NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[];
126
-
127
221
  NextToken?: string;
128
222
  }
129
223
  export interface DescribeNetworkInsightsAnalysesRequest {
130
224
  NetworkInsightsAnalysisIds?: string[];
131
-
132
225
  NetworkInsightsPathId?: string;
133
-
134
226
  AnalysisStartTime?: Date;
135
-
136
227
  AnalysisEndTime?: Date;
137
-
138
228
  Filters?: Filter[];
139
-
140
229
  MaxResults?: number;
141
-
142
230
  DryRun?: boolean;
143
-
144
231
  NextToken?: string;
145
232
  }
146
-
147
233
  export interface AnalysisLoadBalancerListener {
148
234
  LoadBalancerPort?: number;
149
-
150
235
  InstancePort?: number;
151
236
  }
152
-
153
237
  export interface AnalysisLoadBalancerTarget {
154
238
  Address?: string;
155
-
156
239
  AvailabilityZone?: string;
157
-
158
240
  Instance?: AnalysisComponent;
159
-
160
241
  Port?: number;
161
242
  }
162
-
163
243
  export interface Explanation {
164
244
  Acl?: AnalysisComponent;
165
-
166
245
  AclRule?: AnalysisAclRule;
167
-
168
246
  Address?: string;
169
-
170
247
  Addresses?: string[];
171
-
172
248
  AttachedTo?: AnalysisComponent;
173
-
174
249
  AvailabilityZones?: string[];
175
-
176
250
  Cidrs?: string[];
177
-
178
251
  Component?: AnalysisComponent;
179
-
180
252
  CustomerGateway?: AnalysisComponent;
181
-
182
253
  Destination?: AnalysisComponent;
183
-
184
254
  DestinationVpc?: AnalysisComponent;
185
-
186
255
  Direction?: string;
187
-
188
256
  ExplanationCode?: string;
189
-
190
257
  IngressRouteTable?: AnalysisComponent;
191
-
192
258
  InternetGateway?: AnalysisComponent;
193
-
194
259
  LoadBalancerArn?: string;
195
-
196
260
  ClassicLoadBalancerListener?: AnalysisLoadBalancerListener;
197
-
198
261
  LoadBalancerListenerPort?: number;
199
-
200
262
  LoadBalancerTarget?: AnalysisLoadBalancerTarget;
201
-
202
263
  LoadBalancerTargetGroup?: AnalysisComponent;
203
-
204
264
  LoadBalancerTargetGroups?: AnalysisComponent[];
205
-
206
265
  LoadBalancerTargetPort?: number;
207
-
208
266
  ElasticLoadBalancerListener?: AnalysisComponent;
209
-
210
267
  MissingComponent?: string;
211
-
212
268
  NatGateway?: AnalysisComponent;
213
-
214
269
  NetworkInterface?: AnalysisComponent;
215
-
216
270
  PacketField?: string;
217
-
218
271
  VpcPeeringConnection?: AnalysisComponent;
219
-
220
272
  Port?: number;
221
-
222
273
  PortRanges?: PortRange[];
223
-
224
274
  PrefixList?: AnalysisComponent;
225
-
226
275
  Protocols?: string[];
227
-
228
276
  RouteTableRoute?: AnalysisRouteTableRoute;
229
-
230
277
  RouteTable?: AnalysisComponent;
231
-
232
278
  SecurityGroup?: AnalysisComponent;
233
-
234
279
  SecurityGroupRule?: AnalysisSecurityGroupRule;
235
-
236
280
  SecurityGroups?: AnalysisComponent[];
237
-
238
281
  SourceVpc?: AnalysisComponent;
239
-
240
282
  State?: string;
241
-
242
283
  Subnet?: AnalysisComponent;
243
-
244
284
  SubnetRouteTable?: AnalysisComponent;
245
-
246
285
  Vpc?: AnalysisComponent;
247
-
248
286
  VpcEndpoint?: AnalysisComponent;
249
-
250
287
  VpnConnection?: AnalysisComponent;
251
-
252
288
  VpnGateway?: AnalysisComponent;
253
-
254
289
  TransitGateway?: AnalysisComponent;
255
-
256
290
  TransitGatewayRouteTable?: AnalysisComponent;
257
-
258
291
  TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
259
-
260
292
  TransitGatewayAttachment?: AnalysisComponent;
261
293
  }
262
-
263
294
  export interface NetworkInsightsAnalysis {
264
295
  NetworkInsightsAnalysisId?: string;
265
-
266
296
  NetworkInsightsAnalysisArn?: string;
267
-
268
297
  NetworkInsightsPathId?: string;
269
-
270
298
  FilterInArns?: string[];
271
-
272
299
  StartDate?: Date;
273
-
274
300
  Status?: AnalysisStatus | string;
275
-
276
301
  StatusMessage?: string;
277
-
278
302
  WarningMessage?: string;
279
-
280
303
  NetworkPathFound?: boolean;
281
-
282
304
  ForwardPathComponents?: PathComponent[];
283
-
284
305
  ReturnPathComponents?: PathComponent[];
285
-
286
306
  Explanations?: Explanation[];
287
-
288
307
  AlternatePathHints?: AlternatePathHint[];
289
-
290
308
  Tags?: Tag[];
291
309
  }
292
310
  export interface DescribeNetworkInsightsAnalysesResult {
293
311
  NetworkInsightsAnalyses?: NetworkInsightsAnalysis[];
294
-
295
312
  NextToken?: string;
296
313
  }
297
314
  export interface DescribeNetworkInsightsPathsRequest {
298
315
  NetworkInsightsPathIds?: string[];
299
-
300
316
  Filters?: Filter[];
301
-
302
317
  MaxResults?: number;
303
-
304
318
  DryRun?: boolean;
305
-
306
319
  NextToken?: string;
307
320
  }
308
321
  export interface DescribeNetworkInsightsPathsResult {
309
322
  NetworkInsightsPaths?: NetworkInsightsPath[];
310
-
311
323
  NextToken?: string;
312
324
  }
313
325
  export declare type NetworkInterfaceAttribute =
@@ -315,67 +327,43 @@ export declare type NetworkInterfaceAttribute =
315
327
  | "description"
316
328
  | "groupSet"
317
329
  | "sourceDestCheck";
318
-
319
330
  export interface DescribeNetworkInterfaceAttributeRequest {
320
331
  Attribute?: NetworkInterfaceAttribute | string;
321
-
322
332
  DryRun?: boolean;
323
-
324
333
  NetworkInterfaceId: string | undefined;
325
334
  }
326
-
327
335
  export interface DescribeNetworkInterfaceAttributeResult {
328
336
  Attachment?: NetworkInterfaceAttachment;
329
-
330
337
  Description?: AttributeValue;
331
-
332
338
  Groups?: GroupIdentifier[];
333
-
334
339
  NetworkInterfaceId?: string;
335
-
336
340
  SourceDestCheck?: AttributeBooleanValue;
337
341
  }
338
-
339
342
  export interface DescribeNetworkInterfacePermissionsRequest {
340
343
  NetworkInterfacePermissionIds?: string[];
341
-
342
344
  Filters?: Filter[];
343
-
344
345
  NextToken?: string;
345
-
346
346
  MaxResults?: number;
347
347
  }
348
-
349
348
  export interface DescribeNetworkInterfacePermissionsResult {
350
349
  NetworkInterfacePermissions?: NetworkInterfacePermission[];
351
-
352
350
  NextToken?: string;
353
351
  }
354
-
355
352
  export interface DescribeNetworkInterfacesRequest {
356
353
  Filters?: Filter[];
357
-
358
354
  DryRun?: boolean;
359
-
360
355
  NetworkInterfaceIds?: string[];
361
-
362
356
  NextToken?: string;
363
-
364
357
  MaxResults?: number;
365
358
  }
366
-
367
359
  export interface DescribeNetworkInterfacesResult {
368
360
  NetworkInterfaces?: NetworkInterface[];
369
-
370
361
  NextToken?: string;
371
362
  }
372
363
  export interface DescribePlacementGroupsRequest {
373
364
  Filters?: Filter[];
374
-
375
365
  DryRun?: boolean;
376
-
377
366
  GroupNames?: string[];
378
-
379
367
  GroupIds?: string[];
380
368
  }
381
369
  export interface DescribePlacementGroupsResult {
@@ -383,103 +371,68 @@ export interface DescribePlacementGroupsResult {
383
371
  }
384
372
  export interface DescribePrefixListsRequest {
385
373
  DryRun?: boolean;
386
-
387
374
  Filters?: Filter[];
388
-
389
375
  MaxResults?: number;
390
-
391
376
  NextToken?: string;
392
-
393
377
  PrefixListIds?: string[];
394
378
  }
395
-
396
379
  export interface PrefixList {
397
380
  Cidrs?: string[];
398
-
399
381
  PrefixListId?: string;
400
-
401
382
  PrefixListName?: string;
402
383
  }
403
384
  export interface DescribePrefixListsResult {
404
385
  NextToken?: string;
405
-
406
386
  PrefixLists?: PrefixList[];
407
387
  }
408
388
  export interface DescribePrincipalIdFormatRequest {
409
389
  DryRun?: boolean;
410
-
411
390
  Resources?: string[];
412
-
413
391
  MaxResults?: number;
414
-
415
392
  NextToken?: string;
416
393
  }
417
-
418
394
  export interface PrincipalIdFormat {
419
395
  Arn?: string;
420
-
421
396
  Statuses?: IdFormat[];
422
397
  }
423
398
  export interface DescribePrincipalIdFormatResult {
424
399
  Principals?: PrincipalIdFormat[];
425
-
426
400
  NextToken?: string;
427
401
  }
428
402
  export interface DescribePublicIpv4PoolsRequest {
429
403
  PoolIds?: string[];
430
-
431
404
  NextToken?: string;
432
-
433
405
  MaxResults?: number;
434
-
435
406
  Filters?: Filter[];
436
407
  }
437
-
438
408
  export interface PublicIpv4PoolRange {
439
409
  FirstAddress?: string;
440
-
441
410
  LastAddress?: string;
442
-
443
411
  AddressCount?: number;
444
-
445
412
  AvailableAddressCount?: number;
446
413
  }
447
-
448
414
  export interface PublicIpv4Pool {
449
415
  PoolId?: string;
450
-
451
416
  Description?: string;
452
-
453
417
  PoolAddressRanges?: PublicIpv4PoolRange[];
454
-
455
418
  TotalAddressCount?: number;
456
-
457
419
  TotalAvailableAddressCount?: number;
458
-
459
420
  NetworkBorderGroup?: string;
460
-
461
421
  Tags?: Tag[];
462
422
  }
463
423
  export interface DescribePublicIpv4PoolsResult {
464
424
  PublicIpv4Pools?: PublicIpv4Pool[];
465
-
466
425
  NextToken?: string;
467
426
  }
468
427
  export interface DescribeRegionsRequest {
469
428
  Filters?: Filter[];
470
-
471
429
  RegionNames?: string[];
472
-
473
430
  DryRun?: boolean;
474
-
475
431
  AllRegions?: boolean;
476
432
  }
477
-
478
433
  export interface Region {
479
434
  Endpoint?: string;
480
-
481
435
  RegionName?: string;
482
-
483
436
  OptInStatus?: string;
484
437
  }
485
438
  export interface DescribeRegionsResult {
@@ -487,18 +440,13 @@ export interface DescribeRegionsResult {
487
440
  }
488
441
  export interface DescribeReplaceRootVolumeTasksRequest {
489
442
  ReplaceRootVolumeTaskIds?: string[];
490
-
491
443
  Filters?: Filter[];
492
-
493
444
  MaxResults?: number;
494
-
495
445
  NextToken?: string;
496
-
497
446
  DryRun?: boolean;
498
447
  }
499
448
  export interface DescribeReplaceRootVolumeTasksResult {
500
449
  ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[];
501
-
502
450
  NextToken?: string;
503
451
  }
504
452
  export declare enum OfferingClassType {
@@ -512,16 +460,11 @@ export declare type OfferingTypeValues =
512
460
  | "Medium Utilization"
513
461
  | "No Upfront"
514
462
  | "Partial Upfront";
515
-
516
463
  export interface DescribeReservedInstancesRequest {
517
464
  Filters?: Filter[];
518
-
519
465
  OfferingClass?: OfferingClassType | string;
520
-
521
466
  ReservedInstancesIds?: string[];
522
-
523
467
  DryRun?: boolean;
524
-
525
468
  OfferingType?: OfferingTypeValues | string;
526
469
  }
527
470
  export declare type RIProductDescription =
@@ -530,10 +473,8 @@ export declare type RIProductDescription =
530
473
  | "Windows"
531
474
  | "Windows (Amazon VPC)";
532
475
  export declare type RecurringChargeFrequency = "Hourly";
533
-
534
476
  export interface RecurringCharge {
535
477
  Amount?: number;
536
-
537
478
  Frequency?: RecurringChargeFrequency | string;
538
479
  }
539
480
  export declare enum Scope {
@@ -547,360 +488,211 @@ export declare type ReservedInstanceState =
547
488
  | "queued"
548
489
  | "queued-deleted"
549
490
  | "retired";
550
-
551
491
  export interface ReservedInstances {
552
492
  AvailabilityZone?: string;
553
-
554
493
  Duration?: number;
555
-
556
494
  End?: Date;
557
-
558
495
  FixedPrice?: number;
559
-
560
496
  InstanceCount?: number;
561
-
562
497
  InstanceType?: _InstanceType | string;
563
-
564
498
  ProductDescription?: RIProductDescription | string;
565
-
566
499
  ReservedInstancesId?: string;
567
-
568
500
  Start?: Date;
569
-
570
501
  State?: ReservedInstanceState | string;
571
-
572
502
  UsagePrice?: number;
573
-
574
503
  CurrencyCode?: CurrencyCodeValues | string;
575
-
576
504
  InstanceTenancy?: Tenancy | string;
577
-
578
505
  OfferingClass?: OfferingClassType | string;
579
-
580
506
  OfferingType?: OfferingTypeValues | string;
581
-
582
507
  RecurringCharges?: RecurringCharge[];
583
-
584
508
  Scope?: Scope | string;
585
-
586
509
  Tags?: Tag[];
587
510
  }
588
-
589
511
  export interface DescribeReservedInstancesResult {
590
512
  ReservedInstances?: ReservedInstances[];
591
513
  }
592
-
593
514
  export interface DescribeReservedInstancesListingsRequest {
594
515
  Filters?: Filter[];
595
-
596
516
  ReservedInstancesId?: string;
597
-
598
517
  ReservedInstancesListingId?: string;
599
518
  }
600
-
601
519
  export interface DescribeReservedInstancesListingsResult {
602
520
  ReservedInstancesListings?: ReservedInstancesListing[];
603
521
  }
604
-
605
522
  export interface DescribeReservedInstancesModificationsRequest {
606
523
  Filters?: Filter[];
607
-
608
524
  ReservedInstancesModificationIds?: string[];
609
-
610
525
  NextToken?: string;
611
526
  }
612
-
613
527
  export interface ReservedInstancesConfiguration {
614
528
  AvailabilityZone?: string;
615
-
616
529
  InstanceCount?: number;
617
-
618
530
  InstanceType?: _InstanceType | string;
619
-
620
531
  Platform?: string;
621
-
622
532
  Scope?: Scope | string;
623
533
  }
624
-
625
534
  export interface ReservedInstancesModificationResult {
626
535
  ReservedInstancesId?: string;
627
-
628
536
  TargetConfiguration?: ReservedInstancesConfiguration;
629
537
  }
630
-
631
538
  export interface ReservedInstancesId {
632
539
  ReservedInstancesId?: string;
633
540
  }
634
-
635
541
  export interface ReservedInstancesModification {
636
542
  ClientToken?: string;
637
-
638
543
  CreateDate?: Date;
639
-
640
544
  EffectiveDate?: Date;
641
-
642
545
  ModificationResults?: ReservedInstancesModificationResult[];
643
-
644
546
  ReservedInstancesIds?: ReservedInstancesId[];
645
-
646
547
  ReservedInstancesModificationId?: string;
647
-
648
548
  Status?: string;
649
-
650
549
  StatusMessage?: string;
651
-
652
550
  UpdateDate?: Date;
653
551
  }
654
-
655
552
  export interface DescribeReservedInstancesModificationsResult {
656
553
  NextToken?: string;
657
-
658
554
  ReservedInstancesModifications?: ReservedInstancesModification[];
659
555
  }
660
-
661
556
  export interface DescribeReservedInstancesOfferingsRequest {
662
557
  AvailabilityZone?: string;
663
-
664
558
  Filters?: Filter[];
665
-
666
559
  IncludeMarketplace?: boolean;
667
-
668
560
  InstanceType?: _InstanceType | string;
669
-
670
561
  MaxDuration?: number;
671
-
672
562
  MaxInstanceCount?: number;
673
-
674
563
  MinDuration?: number;
675
-
676
564
  OfferingClass?: OfferingClassType | string;
677
-
678
565
  ProductDescription?: RIProductDescription | string;
679
-
680
566
  ReservedInstancesOfferingIds?: string[];
681
-
682
567
  DryRun?: boolean;
683
-
684
568
  InstanceTenancy?: Tenancy | string;
685
-
686
569
  MaxResults?: number;
687
-
688
570
  NextToken?: string;
689
-
690
571
  OfferingType?: OfferingTypeValues | string;
691
572
  }
692
-
693
573
  export interface PricingDetail {
694
574
  Count?: number;
695
-
696
575
  Price?: number;
697
576
  }
698
-
699
577
  export interface ReservedInstancesOffering {
700
578
  AvailabilityZone?: string;
701
-
702
579
  Duration?: number;
703
-
704
580
  FixedPrice?: number;
705
-
706
581
  InstanceType?: _InstanceType | string;
707
-
708
582
  ProductDescription?: RIProductDescription | string;
709
-
710
583
  ReservedInstancesOfferingId?: string;
711
-
712
584
  UsagePrice?: number;
713
-
714
585
  CurrencyCode?: CurrencyCodeValues | string;
715
-
716
586
  InstanceTenancy?: Tenancy | string;
717
-
718
587
  Marketplace?: boolean;
719
-
720
588
  OfferingClass?: OfferingClassType | string;
721
-
722
589
  OfferingType?: OfferingTypeValues | string;
723
-
724
590
  PricingDetails?: PricingDetail[];
725
-
726
591
  RecurringCharges?: RecurringCharge[];
727
-
728
592
  Scope?: Scope | string;
729
593
  }
730
-
731
594
  export interface DescribeReservedInstancesOfferingsResult {
732
595
  ReservedInstancesOfferings?: ReservedInstancesOffering[];
733
-
734
596
  NextToken?: string;
735
597
  }
736
598
  export interface DescribeRouteTablesRequest {
737
599
  Filters?: Filter[];
738
-
739
600
  DryRun?: boolean;
740
-
741
601
  RouteTableIds?: string[];
742
-
743
602
  NextToken?: string;
744
-
745
603
  MaxResults?: number;
746
604
  }
747
-
748
605
  export interface DescribeRouteTablesResult {
749
606
  RouteTables?: RouteTable[];
750
-
751
607
  NextToken?: string;
752
608
  }
753
-
754
609
  export interface SlotDateTimeRangeRequest {
755
610
  EarliestTime: Date | undefined;
756
-
757
611
  LatestTime: Date | undefined;
758
612
  }
759
-
760
613
  export interface ScheduledInstanceRecurrenceRequest {
761
614
  Frequency?: string;
762
-
763
615
  Interval?: number;
764
-
765
616
  OccurrenceDays?: number[];
766
-
767
617
  OccurrenceRelativeToEnd?: boolean;
768
-
769
618
  OccurrenceUnit?: string;
770
619
  }
771
-
772
620
  export interface DescribeScheduledInstanceAvailabilityRequest {
773
621
  DryRun?: boolean;
774
-
775
622
  Filters?: Filter[];
776
-
777
623
  FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
778
-
779
624
  MaxResults?: number;
780
-
781
625
  MaxSlotDurationInHours?: number;
782
-
783
626
  MinSlotDurationInHours?: number;
784
-
785
627
  NextToken?: string;
786
-
787
628
  Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
788
629
  }
789
-
790
630
  export interface ScheduledInstanceRecurrence {
791
631
  Frequency?: string;
792
-
793
632
  Interval?: number;
794
-
795
633
  OccurrenceDaySet?: number[];
796
-
797
634
  OccurrenceRelativeToEnd?: boolean;
798
-
799
635
  OccurrenceUnit?: string;
800
636
  }
801
-
802
637
  export interface ScheduledInstanceAvailability {
803
638
  AvailabilityZone?: string;
804
-
805
639
  AvailableInstanceCount?: number;
806
-
807
640
  FirstSlotStartTime?: Date;
808
-
809
641
  HourlyPrice?: string;
810
-
811
642
  InstanceType?: string;
812
-
813
643
  MaxTermDurationInDays?: number;
814
-
815
644
  MinTermDurationInDays?: number;
816
-
817
645
  NetworkPlatform?: string;
818
-
819
646
  Platform?: string;
820
-
821
647
  PurchaseToken?: string;
822
-
823
648
  Recurrence?: ScheduledInstanceRecurrence;
824
-
825
649
  SlotDurationInHours?: number;
826
-
827
650
  TotalScheduledInstanceHours?: number;
828
651
  }
829
-
830
652
  export interface DescribeScheduledInstanceAvailabilityResult {
831
653
  NextToken?: string;
832
-
833
654
  ScheduledInstanceAvailabilitySet?: ScheduledInstanceAvailability[];
834
655
  }
835
-
836
656
  export interface SlotStartTimeRangeRequest {
837
657
  EarliestTime?: Date;
838
-
839
658
  LatestTime?: Date;
840
659
  }
841
-
842
660
  export interface DescribeScheduledInstancesRequest {
843
661
  DryRun?: boolean;
844
-
845
662
  Filters?: Filter[];
846
-
847
663
  MaxResults?: number;
848
-
849
664
  NextToken?: string;
850
-
851
665
  ScheduledInstanceIds?: string[];
852
-
853
666
  SlotStartTimeRange?: SlotStartTimeRangeRequest;
854
667
  }
855
-
856
668
  export interface ScheduledInstance {
857
669
  AvailabilityZone?: string;
858
-
859
670
  CreateDate?: Date;
860
-
861
671
  HourlyPrice?: string;
862
-
863
672
  InstanceCount?: number;
864
-
865
673
  InstanceType?: string;
866
-
867
674
  NetworkPlatform?: string;
868
-
869
675
  NextSlotStartTime?: Date;
870
-
871
676
  Platform?: string;
872
-
873
677
  PreviousSlotEndTime?: Date;
874
-
875
678
  Recurrence?: ScheduledInstanceRecurrence;
876
-
877
679
  ScheduledInstanceId?: string;
878
-
879
680
  SlotDurationInHours?: number;
880
-
881
681
  TermEndDate?: Date;
882
-
883
682
  TermStartDate?: Date;
884
-
885
683
  TotalScheduledInstanceHours?: number;
886
684
  }
887
-
888
685
  export interface DescribeScheduledInstancesResult {
889
686
  NextToken?: string;
890
-
891
687
  ScheduledInstanceSet?: ScheduledInstance[];
892
688
  }
893
689
  export interface DescribeSecurityGroupReferencesRequest {
894
690
  DryRun?: boolean;
895
-
896
691
  GroupId: string[] | undefined;
897
692
  }
898
-
899
693
  export interface SecurityGroupReference {
900
694
  GroupId?: string;
901
-
902
695
  ReferencingVpcId?: string;
903
-
904
696
  VpcPeeringConnectionId?: string;
905
697
  }
906
698
  export interface DescribeSecurityGroupReferencesResult {
@@ -908,54 +700,35 @@ export interface DescribeSecurityGroupReferencesResult {
908
700
  }
909
701
  export interface DescribeSecurityGroupRulesRequest {
910
702
  Filters?: Filter[];
911
-
912
703
  SecurityGroupRuleIds?: string[];
913
-
914
704
  DryRun?: boolean;
915
-
916
705
  NextToken?: string;
917
-
918
706
  MaxResults?: number;
919
707
  }
920
708
  export interface DescribeSecurityGroupRulesResult {
921
709
  SecurityGroupRules?: SecurityGroupRule[];
922
-
923
710
  NextToken?: string;
924
711
  }
925
712
  export interface DescribeSecurityGroupsRequest {
926
713
  Filters?: Filter[];
927
-
928
714
  GroupIds?: string[];
929
-
930
715
  GroupNames?: string[];
931
-
932
716
  DryRun?: boolean;
933
-
934
717
  NextToken?: string;
935
-
936
718
  MaxResults?: number;
937
719
  }
938
-
939
720
  export interface SecurityGroup {
940
721
  Description?: string;
941
-
942
722
  GroupName?: string;
943
-
944
723
  IpPermissions?: IpPermission[];
945
-
946
724
  OwnerId?: string;
947
-
948
725
  GroupId?: string;
949
-
950
726
  IpPermissionsEgress?: IpPermission[];
951
-
952
727
  Tags?: Tag[];
953
-
954
728
  VpcId?: string;
955
729
  }
956
730
  export interface DescribeSecurityGroupsResult {
957
731
  SecurityGroups?: SecurityGroup[];
958
-
959
732
  NextToken?: string;
960
733
  }
961
734
  export declare type SnapshotAttributeName =
@@ -963,51 +736,35 @@ export declare type SnapshotAttributeName =
963
736
  | "productCodes";
964
737
  export interface DescribeSnapshotAttributeRequest {
965
738
  Attribute: SnapshotAttributeName | string | undefined;
966
-
967
739
  SnapshotId: string | undefined;
968
-
969
740
  DryRun?: boolean;
970
741
  }
971
-
972
742
  export interface CreateVolumePermission {
973
743
  Group?: PermissionGroup | string;
974
-
975
744
  UserId?: string;
976
745
  }
977
746
  export interface DescribeSnapshotAttributeResult {
978
747
  CreateVolumePermissions?: CreateVolumePermission[];
979
-
980
748
  ProductCodes?: ProductCode[];
981
-
982
749
  SnapshotId?: string;
983
750
  }
984
751
  export interface DescribeSnapshotsRequest {
985
752
  Filters?: Filter[];
986
-
987
753
  MaxResults?: number;
988
-
989
754
  NextToken?: string;
990
-
991
755
  OwnerIds?: string[];
992
-
993
756
  RestorableByUserIds?: string[];
994
-
995
757
  SnapshotIds?: string[];
996
-
997
758
  DryRun?: boolean;
998
759
  }
999
760
  export interface DescribeSnapshotsResult {
1000
761
  Snapshots?: Snapshot[];
1001
-
1002
762
  NextToken?: string;
1003
763
  }
1004
764
  export interface DescribeSnapshotTierStatusRequest {
1005
765
  Filters?: Filter[];
1006
-
1007
766
  DryRun?: boolean;
1008
-
1009
767
  NextToken?: string;
1010
-
1011
768
  MaxResults?: number;
1012
769
  }
1013
770
  export declare enum TieringOperationStatus {
@@ -1021,61 +778,39 @@ export declare enum TieringOperationStatus {
1021
778
  temporary_restore_failed = "temporary-restore-failed",
1022
779
  temporary_restore_in_progress = "temporary-restore-in-progress",
1023
780
  }
1024
-
1025
781
  export interface SnapshotTierStatus {
1026
782
  SnapshotId?: string;
1027
-
1028
783
  VolumeId?: string;
1029
-
1030
784
  Status?: SnapshotState | string;
1031
-
1032
785
  OwnerId?: string;
1033
-
1034
786
  Tags?: Tag[];
1035
-
1036
787
  StorageTier?: StorageTier | string;
1037
-
1038
788
  LastTieringStartTime?: Date;
1039
-
1040
789
  LastTieringProgress?: number;
1041
-
1042
790
  LastTieringOperationStatus?: TieringOperationStatus | string;
1043
-
1044
791
  LastTieringOperationStatusDetail?: string;
1045
-
1046
792
  ArchivalCompleteTime?: Date;
1047
-
1048
793
  RestoreExpiryTime?: Date;
1049
794
  }
1050
795
  export interface DescribeSnapshotTierStatusResult {
1051
796
  SnapshotTierStatuses?: SnapshotTierStatus[];
1052
-
1053
797
  NextToken?: string;
1054
798
  }
1055
-
1056
799
  export interface DescribeSpotDatafeedSubscriptionRequest {
1057
800
  DryRun?: boolean;
1058
801
  }
1059
-
1060
802
  export interface DescribeSpotDatafeedSubscriptionResult {
1061
803
  SpotDatafeedSubscription?: SpotDatafeedSubscription;
1062
804
  }
1063
-
1064
805
  export interface DescribeSpotFleetInstancesRequest {
1065
806
  DryRun?: boolean;
1066
-
1067
807
  MaxResults?: number;
1068
-
1069
808
  NextToken?: string;
1070
-
1071
809
  SpotFleetRequestId: string | undefined;
1072
810
  }
1073
-
1074
811
  export interface DescribeSpotFleetInstancesResponse {
1075
812
  ActiveInstances?: ActiveInstance[];
1076
-
1077
813
  NextToken?: string;
1078
-
1079
814
  SpotFleetRequestId?: string;
1080
815
  }
1081
816
  export declare enum EventType {
@@ -1084,194 +819,117 @@ export declare enum EventType {
1084
819
  INFORMATION = "information",
1085
820
  INSTANCE_CHANGE = "instanceChange",
1086
821
  }
1087
-
1088
822
  export interface DescribeSpotFleetRequestHistoryRequest {
1089
823
  DryRun?: boolean;
1090
-
1091
824
  EventType?: EventType | string;
1092
-
1093
825
  MaxResults?: number;
1094
-
1095
826
  NextToken?: string;
1096
-
1097
827
  SpotFleetRequestId: string | undefined;
1098
-
1099
828
  StartTime: Date | undefined;
1100
829
  }
1101
-
1102
830
  export interface HistoryRecord {
1103
831
  EventInformation?: EventInformation;
1104
-
1105
832
  EventType?: EventType | string;
1106
-
1107
833
  Timestamp?: Date;
1108
834
  }
1109
-
1110
835
  export interface DescribeSpotFleetRequestHistoryResponse {
1111
836
  HistoryRecords?: HistoryRecord[];
1112
-
1113
837
  LastEvaluatedTime?: Date;
1114
-
1115
838
  NextToken?: string;
1116
-
1117
839
  SpotFleetRequestId?: string;
1118
-
1119
840
  StartTime?: Date;
1120
841
  }
1121
-
1122
842
  export interface DescribeSpotFleetRequestsRequest {
1123
843
  DryRun?: boolean;
1124
-
1125
844
  MaxResults?: number;
1126
-
1127
845
  NextToken?: string;
1128
-
1129
846
  SpotFleetRequestIds?: string[];
1130
847
  }
1131
848
  export declare enum ExcessCapacityTerminationPolicy {
1132
849
  DEFAULT = "default",
1133
850
  NO_TERMINATION = "noTermination",
1134
851
  }
1135
-
1136
852
  export interface SpotFleetMonitoring {
1137
853
  Enabled?: boolean;
1138
854
  }
1139
-
1140
855
  export interface InstanceNetworkInterfaceSpecification {
1141
856
  AssociatePublicIpAddress?: boolean;
1142
-
1143
857
  DeleteOnTermination?: boolean;
1144
-
1145
858
  Description?: string;
1146
-
1147
859
  DeviceIndex?: number;
1148
-
1149
860
  Groups?: string[];
1150
-
1151
861
  Ipv6AddressCount?: number;
1152
-
1153
862
  Ipv6Addresses?: InstanceIpv6Address[];
1154
-
1155
863
  NetworkInterfaceId?: string;
1156
-
1157
864
  PrivateIpAddress?: string;
1158
-
1159
865
  PrivateIpAddresses?: PrivateIpAddressSpecification[];
1160
-
1161
866
  SecondaryPrivateIpAddressCount?: number;
1162
-
1163
867
  SubnetId?: string;
1164
-
1165
868
  AssociateCarrierIpAddress?: boolean;
1166
-
1167
869
  InterfaceType?: string;
1168
-
1169
870
  NetworkCardIndex?: number;
1170
-
1171
871
  Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
1172
-
1173
872
  Ipv4PrefixCount?: number;
1174
-
1175
873
  Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
1176
-
1177
874
  Ipv6PrefixCount?: number;
1178
875
  }
1179
-
1180
876
  export interface SpotPlacement {
1181
877
  AvailabilityZone?: string;
1182
-
1183
878
  GroupName?: string;
1184
-
1185
879
  Tenancy?: Tenancy | string;
1186
880
  }
1187
-
1188
881
  export interface SpotFleetTagSpecification {
1189
882
  ResourceType?: ResourceType | string;
1190
-
1191
883
  Tags?: Tag[];
1192
884
  }
1193
-
1194
885
  export interface SpotFleetLaunchSpecification {
1195
886
  SecurityGroups?: GroupIdentifier[];
1196
-
1197
887
  AddressingType?: string;
1198
-
1199
888
  BlockDeviceMappings?: BlockDeviceMapping[];
1200
-
1201
889
  EbsOptimized?: boolean;
1202
-
1203
890
  IamInstanceProfile?: IamInstanceProfileSpecification;
1204
-
1205
891
  ImageId?: string;
1206
-
1207
892
  InstanceType?: _InstanceType | string;
1208
-
1209
893
  KernelId?: string;
1210
-
1211
894
  KeyName?: string;
1212
-
1213
895
  Monitoring?: SpotFleetMonitoring;
1214
-
1215
896
  NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
1216
-
1217
897
  Placement?: SpotPlacement;
1218
-
1219
898
  RamdiskId?: string;
1220
-
1221
899
  SpotPrice?: string;
1222
-
1223
900
  SubnetId?: string;
1224
-
1225
901
  UserData?: string;
1226
-
1227
902
  WeightedCapacity?: number;
1228
-
1229
903
  TagSpecifications?: SpotFleetTagSpecification[];
1230
-
1231
904
  InstanceRequirements?: InstanceRequirements;
1232
905
  }
1233
-
1234
906
  export interface LaunchTemplateOverrides {
1235
907
  InstanceType?: _InstanceType | string;
1236
-
1237
908
  SpotPrice?: string;
1238
-
1239
909
  SubnetId?: string;
1240
-
1241
910
  AvailabilityZone?: string;
1242
-
1243
911
  WeightedCapacity?: number;
1244
-
1245
912
  Priority?: number;
1246
-
1247
913
  InstanceRequirements?: InstanceRequirements;
1248
914
  }
1249
-
1250
915
  export interface LaunchTemplateConfig {
1251
916
  LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
1252
-
1253
917
  Overrides?: LaunchTemplateOverrides[];
1254
918
  }
1255
-
1256
919
  export interface ClassicLoadBalancer {
1257
920
  Name?: string;
1258
921
  }
1259
-
1260
922
  export interface ClassicLoadBalancersConfig {
1261
923
  ClassicLoadBalancers?: ClassicLoadBalancer[];
1262
924
  }
1263
-
1264
925
  export interface TargetGroup {
1265
926
  Arn?: string;
1266
927
  }
1267
-
1268
928
  export interface TargetGroupsConfig {
1269
929
  TargetGroups?: TargetGroup[];
1270
930
  }
1271
-
1272
931
  export interface LoadBalancersConfig {
1273
932
  ClassicLoadBalancersConfig?: ClassicLoadBalancersConfig;
1274
-
1275
933
  TargetGroupsConfig?: TargetGroupsConfig;
1276
934
  }
1277
935
  export declare enum OnDemandAllocationStrategy {
@@ -1282,136 +940,78 @@ export declare enum ReplacementStrategy {
1282
940
  LAUNCH = "launch",
1283
941
  LAUNCH_BEFORE_TERMINATE = "launch-before-terminate",
1284
942
  }
1285
-
1286
943
  export interface SpotCapacityRebalance {
1287
944
  ReplacementStrategy?: ReplacementStrategy | string;
1288
-
1289
945
  TerminationDelay?: number;
1290
946
  }
1291
-
1292
947
  export interface SpotMaintenanceStrategies {
1293
948
  CapacityRebalance?: SpotCapacityRebalance;
1294
949
  }
1295
-
1296
950
  export interface SpotFleetRequestConfigData {
1297
951
  AllocationStrategy?: AllocationStrategy | string;
1298
-
1299
952
  OnDemandAllocationStrategy?: OnDemandAllocationStrategy | string;
1300
-
1301
953
  SpotMaintenanceStrategies?: SpotMaintenanceStrategies;
1302
-
1303
954
  ClientToken?: string;
1304
-
1305
955
  ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | string;
1306
-
1307
956
  FulfilledCapacity?: number;
1308
-
1309
957
  OnDemandFulfilledCapacity?: number;
1310
-
1311
958
  IamFleetRole: string | undefined;
1312
-
1313
959
  LaunchSpecifications?: SpotFleetLaunchSpecification[];
1314
-
1315
960
  LaunchTemplateConfigs?: LaunchTemplateConfig[];
1316
-
1317
961
  SpotPrice?: string;
1318
-
1319
962
  TargetCapacity: number | undefined;
1320
-
1321
963
  OnDemandTargetCapacity?: number;
1322
-
1323
964
  OnDemandMaxTotalPrice?: string;
1324
-
1325
965
  SpotMaxTotalPrice?: string;
1326
-
1327
966
  TerminateInstancesWithExpiration?: boolean;
1328
-
1329
967
  Type?: FleetType | string;
1330
-
1331
968
  ValidFrom?: Date;
1332
-
1333
969
  ValidUntil?: Date;
1334
-
1335
970
  ReplaceUnhealthyInstances?: boolean;
1336
-
1337
971
  InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
1338
-
1339
972
  LoadBalancersConfig?: LoadBalancersConfig;
1340
-
1341
973
  InstancePoolsToUseCount?: number;
1342
-
1343
974
  Context?: string;
1344
-
1345
975
  TargetCapacityUnitType?: TargetCapacityUnitType | string;
1346
-
1347
976
  TagSpecifications?: TagSpecification[];
1348
977
  }
1349
-
1350
978
  export interface SpotFleetRequestConfig {
1351
979
  ActivityStatus?: ActivityStatus | string;
1352
-
1353
980
  CreateTime?: Date;
1354
-
1355
981
  SpotFleetRequestConfig?: SpotFleetRequestConfigData;
1356
-
1357
982
  SpotFleetRequestId?: string;
1358
-
1359
983
  SpotFleetRequestState?: BatchState | string;
1360
-
1361
984
  Tags?: Tag[];
1362
985
  }
1363
-
1364
986
  export interface DescribeSpotFleetRequestsResponse {
1365
987
  NextToken?: string;
1366
-
1367
988
  SpotFleetRequestConfigs?: SpotFleetRequestConfig[];
1368
989
  }
1369
-
1370
990
  export interface DescribeSpotInstanceRequestsRequest {
1371
991
  Filters?: Filter[];
1372
-
1373
992
  DryRun?: boolean;
1374
-
1375
993
  SpotInstanceRequestIds?: string[];
1376
-
1377
994
  NextToken?: string;
1378
-
1379
995
  MaxResults?: number;
1380
996
  }
1381
-
1382
997
  export interface RunInstancesMonitoringEnabled {
1383
998
  Enabled: boolean | undefined;
1384
999
  }
1385
-
1386
1000
  export interface LaunchSpecification {
1387
1001
  UserData?: string;
1388
-
1389
1002
  SecurityGroups?: GroupIdentifier[];
1390
-
1391
1003
  AddressingType?: string;
1392
-
1393
1004
  BlockDeviceMappings?: BlockDeviceMapping[];
1394
-
1395
1005
  EbsOptimized?: boolean;
1396
-
1397
1006
  IamInstanceProfile?: IamInstanceProfileSpecification;
1398
-
1399
1007
  ImageId?: string;
1400
-
1401
1008
  InstanceType?: _InstanceType | string;
1402
-
1403
1009
  KernelId?: string;
1404
-
1405
1010
  KeyName?: string;
1406
-
1407
1011
  NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
1408
-
1409
1012
  Placement?: SpotPlacement;
1410
-
1411
1013
  RamdiskId?: string;
1412
-
1413
1014
  SubnetId?: string;
1414
-
1415
1015
  Monitoring?: RunInstancesMonitoringEnabled;
1416
1016
  }
1417
1017
  export declare type SpotInstanceState =
@@ -1420,504 +1020,328 @@ export declare type SpotInstanceState =
1420
1020
  | "closed"
1421
1021
  | "failed"
1422
1022
  | "open";
1423
-
1424
1023
  export interface SpotInstanceStatus {
1425
1024
  Code?: string;
1426
-
1427
1025
  Message?: string;
1428
-
1429
1026
  UpdateTime?: Date;
1430
1027
  }
1431
-
1432
1028
  export interface SpotInstanceRequest {
1433
1029
  ActualBlockHourlyPrice?: string;
1434
-
1435
1030
  AvailabilityZoneGroup?: string;
1436
-
1437
1031
  BlockDurationMinutes?: number;
1438
-
1439
1032
  CreateTime?: Date;
1440
-
1441
1033
  Fault?: SpotInstanceStateFault;
1442
-
1443
1034
  InstanceId?: string;
1444
-
1445
1035
  LaunchGroup?: string;
1446
-
1447
1036
  LaunchSpecification?: LaunchSpecification;
1448
-
1449
1037
  LaunchedAvailabilityZone?: string;
1450
-
1451
1038
  ProductDescription?: RIProductDescription | string;
1452
-
1453
1039
  SpotInstanceRequestId?: string;
1454
-
1455
1040
  SpotPrice?: string;
1456
-
1457
1041
  State?: SpotInstanceState | string;
1458
-
1459
1042
  Status?: SpotInstanceStatus;
1460
-
1461
1043
  Tags?: Tag[];
1462
-
1463
1044
  Type?: SpotInstanceType | string;
1464
-
1465
1045
  ValidFrom?: Date;
1466
-
1467
1046
  ValidUntil?: Date;
1468
-
1469
1047
  InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
1470
1048
  }
1471
-
1472
1049
  export interface DescribeSpotInstanceRequestsResult {
1473
1050
  SpotInstanceRequests?: SpotInstanceRequest[];
1474
-
1475
1051
  NextToken?: string;
1476
1052
  }
1477
-
1478
1053
  export interface DescribeSpotPriceHistoryRequest {
1479
1054
  Filters?: Filter[];
1480
-
1481
1055
  AvailabilityZone?: string;
1482
-
1483
1056
  DryRun?: boolean;
1484
-
1485
1057
  EndTime?: Date;
1486
-
1487
1058
  InstanceTypes?: (_InstanceType | string)[];
1488
-
1489
1059
  MaxResults?: number;
1490
-
1491
1060
  NextToken?: string;
1492
-
1493
1061
  ProductDescriptions?: string[];
1494
-
1495
1062
  StartTime?: Date;
1496
1063
  }
1497
-
1498
1064
  export interface SpotPrice {
1499
1065
  AvailabilityZone?: string;
1500
-
1501
1066
  InstanceType?: _InstanceType | string;
1502
-
1503
1067
  ProductDescription?: RIProductDescription | string;
1504
-
1505
1068
  SpotPrice?: string;
1506
-
1507
1069
  Timestamp?: Date;
1508
1070
  }
1509
-
1510
1071
  export interface DescribeSpotPriceHistoryResult {
1511
1072
  NextToken?: string;
1512
-
1513
1073
  SpotPriceHistory?: SpotPrice[];
1514
1074
  }
1515
1075
  export interface DescribeStaleSecurityGroupsRequest {
1516
1076
  DryRun?: boolean;
1517
-
1518
1077
  MaxResults?: number;
1519
-
1520
1078
  NextToken?: string;
1521
-
1522
1079
  VpcId: string | undefined;
1523
1080
  }
1524
-
1525
1081
  export interface StaleIpPermission {
1526
1082
  FromPort?: number;
1527
-
1528
1083
  IpProtocol?: string;
1529
-
1530
1084
  IpRanges?: string[];
1531
-
1532
1085
  PrefixListIds?: string[];
1533
-
1534
1086
  ToPort?: number;
1535
-
1536
1087
  UserIdGroupPairs?: UserIdGroupPair[];
1537
1088
  }
1538
-
1539
1089
  export interface StaleSecurityGroup {
1540
1090
  Description?: string;
1541
-
1542
1091
  GroupId?: string;
1543
-
1544
1092
  GroupName?: string;
1545
-
1546
1093
  StaleIpPermissions?: StaleIpPermission[];
1547
-
1548
1094
  StaleIpPermissionsEgress?: StaleIpPermission[];
1549
-
1550
1095
  VpcId?: string;
1551
1096
  }
1552
1097
  export interface DescribeStaleSecurityGroupsResult {
1553
1098
  NextToken?: string;
1554
-
1555
1099
  StaleSecurityGroupSet?: StaleSecurityGroup[];
1556
1100
  }
1557
1101
  export interface DescribeStoreImageTasksRequest {
1558
1102
  ImageIds?: string[];
1559
-
1560
1103
  DryRun?: boolean;
1561
-
1562
1104
  Filters?: Filter[];
1563
-
1564
1105
  NextToken?: string;
1565
-
1566
1106
  MaxResults?: number;
1567
1107
  }
1568
-
1569
1108
  export interface StoreImageTaskResult {
1570
1109
  AmiId?: string;
1571
-
1572
1110
  TaskStartTime?: Date;
1573
-
1574
1111
  Bucket?: string;
1575
-
1576
1112
  S3objectKey?: string;
1577
-
1578
1113
  ProgressPercentage?: number;
1579
-
1580
1114
  StoreTaskState?: string;
1581
-
1582
1115
  StoreTaskFailureReason?: string;
1583
1116
  }
1584
1117
  export interface DescribeStoreImageTasksResult {
1585
1118
  StoreImageTaskResults?: StoreImageTaskResult[];
1586
-
1587
1119
  NextToken?: string;
1588
1120
  }
1589
1121
  export interface DescribeSubnetsRequest {
1590
1122
  Filters?: Filter[];
1591
-
1592
1123
  SubnetIds?: string[];
1593
-
1594
1124
  DryRun?: boolean;
1595
-
1596
1125
  NextToken?: string;
1597
-
1598
1126
  MaxResults?: number;
1599
1127
  }
1600
1128
  export interface DescribeSubnetsResult {
1601
1129
  Subnets?: Subnet[];
1602
-
1603
1130
  NextToken?: string;
1604
1131
  }
1605
1132
  export interface DescribeTagsRequest {
1606
1133
  DryRun?: boolean;
1607
-
1608
1134
  Filters?: Filter[];
1609
-
1610
1135
  MaxResults?: number;
1611
-
1612
1136
  NextToken?: string;
1613
1137
  }
1614
-
1615
1138
  export interface TagDescription {
1616
1139
  Key?: string;
1617
-
1618
1140
  ResourceId?: string;
1619
-
1620
1141
  ResourceType?: ResourceType | string;
1621
-
1622
1142
  Value?: string;
1623
1143
  }
1624
1144
  export interface DescribeTagsResult {
1625
1145
  NextToken?: string;
1626
-
1627
1146
  Tags?: TagDescription[];
1628
1147
  }
1629
1148
  export interface DescribeTrafficMirrorFiltersRequest {
1630
1149
  TrafficMirrorFilterIds?: string[];
1631
-
1632
1150
  DryRun?: boolean;
1633
-
1634
1151
  Filters?: Filter[];
1635
-
1636
1152
  MaxResults?: number;
1637
-
1638
1153
  NextToken?: string;
1639
1154
  }
1640
1155
  export interface DescribeTrafficMirrorFiltersResult {
1641
1156
  TrafficMirrorFilters?: TrafficMirrorFilter[];
1642
-
1643
1157
  NextToken?: string;
1644
1158
  }
1645
1159
  export interface DescribeTrafficMirrorSessionsRequest {
1646
1160
  TrafficMirrorSessionIds?: string[];
1647
-
1648
1161
  DryRun?: boolean;
1649
-
1650
1162
  Filters?: Filter[];
1651
-
1652
1163
  MaxResults?: number;
1653
-
1654
1164
  NextToken?: string;
1655
1165
  }
1656
1166
  export interface DescribeTrafficMirrorSessionsResult {
1657
1167
  TrafficMirrorSessions?: TrafficMirrorSession[];
1658
-
1659
1168
  NextToken?: string;
1660
1169
  }
1661
1170
  export interface DescribeTrafficMirrorTargetsRequest {
1662
1171
  TrafficMirrorTargetIds?: string[];
1663
-
1664
1172
  DryRun?: boolean;
1665
-
1666
1173
  Filters?: Filter[];
1667
-
1668
1174
  MaxResults?: number;
1669
-
1670
1175
  NextToken?: string;
1671
1176
  }
1672
1177
  export interface DescribeTrafficMirrorTargetsResult {
1673
1178
  TrafficMirrorTargets?: TrafficMirrorTarget[];
1674
-
1675
1179
  NextToken?: string;
1676
1180
  }
1677
1181
  export interface DescribeTransitGatewayAttachmentsRequest {
1678
1182
  TransitGatewayAttachmentIds?: string[];
1679
-
1680
1183
  Filters?: Filter[];
1681
-
1682
1184
  MaxResults?: number;
1683
-
1684
1185
  NextToken?: string;
1685
-
1686
1186
  DryRun?: boolean;
1687
1187
  }
1688
-
1689
1188
  export interface TransitGatewayAttachmentAssociation {
1690
1189
  TransitGatewayRouteTableId?: string;
1691
-
1692
1190
  State?: TransitGatewayAssociationState | string;
1693
1191
  }
1694
-
1695
1192
  export interface TransitGatewayAttachment {
1696
1193
  TransitGatewayAttachmentId?: string;
1697
-
1698
1194
  TransitGatewayId?: string;
1699
-
1700
1195
  TransitGatewayOwnerId?: string;
1701
-
1702
1196
  ResourceOwnerId?: string;
1703
-
1704
1197
  ResourceType?: TransitGatewayAttachmentResourceType | string;
1705
-
1706
1198
  ResourceId?: string;
1707
-
1708
1199
  State?: TransitGatewayAttachmentState | string;
1709
-
1710
1200
  Association?: TransitGatewayAttachmentAssociation;
1711
-
1712
1201
  CreationTime?: Date;
1713
-
1714
1202
  Tags?: Tag[];
1715
1203
  }
1716
1204
  export interface DescribeTransitGatewayAttachmentsResult {
1717
1205
  TransitGatewayAttachments?: TransitGatewayAttachment[];
1718
-
1719
1206
  NextToken?: string;
1720
1207
  }
1721
1208
  export interface DescribeTransitGatewayConnectPeersRequest {
1722
1209
  TransitGatewayConnectPeerIds?: string[];
1723
-
1724
1210
  Filters?: Filter[];
1725
-
1726
1211
  MaxResults?: number;
1727
-
1728
1212
  NextToken?: string;
1729
-
1730
1213
  DryRun?: boolean;
1731
1214
  }
1732
1215
  export interface DescribeTransitGatewayConnectPeersResult {
1733
1216
  TransitGatewayConnectPeers?: TransitGatewayConnectPeer[];
1734
-
1735
1217
  NextToken?: string;
1736
1218
  }
1737
1219
  export interface DescribeTransitGatewayConnectsRequest {
1738
1220
  TransitGatewayAttachmentIds?: string[];
1739
-
1740
1221
  Filters?: Filter[];
1741
-
1742
1222
  MaxResults?: number;
1743
-
1744
1223
  NextToken?: string;
1745
-
1746
1224
  DryRun?: boolean;
1747
1225
  }
1748
1226
  export interface DescribeTransitGatewayConnectsResult {
1749
1227
  TransitGatewayConnects?: TransitGatewayConnect[];
1750
-
1751
1228
  NextToken?: string;
1752
1229
  }
1753
1230
  export interface DescribeTransitGatewayMulticastDomainsRequest {
1754
1231
  TransitGatewayMulticastDomainIds?: string[];
1755
-
1756
1232
  Filters?: Filter[];
1757
-
1758
1233
  MaxResults?: number;
1759
-
1760
1234
  NextToken?: string;
1761
-
1762
1235
  DryRun?: boolean;
1763
1236
  }
1764
1237
  export interface DescribeTransitGatewayMulticastDomainsResult {
1765
1238
  TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[];
1766
-
1767
1239
  NextToken?: string;
1768
1240
  }
1769
1241
  export interface DescribeTransitGatewayPeeringAttachmentsRequest {
1770
1242
  TransitGatewayAttachmentIds?: string[];
1771
-
1772
1243
  Filters?: Filter[];
1773
-
1774
1244
  MaxResults?: number;
1775
-
1776
1245
  NextToken?: string;
1777
-
1778
1246
  DryRun?: boolean;
1779
1247
  }
1780
1248
  export interface DescribeTransitGatewayPeeringAttachmentsResult {
1781
1249
  TransitGatewayPeeringAttachments?: TransitGatewayPeeringAttachment[];
1782
-
1783
1250
  NextToken?: string;
1784
1251
  }
1785
1252
  export interface DescribeTransitGatewayPolicyTablesRequest {
1786
1253
  TransitGatewayPolicyTableIds?: string[];
1787
-
1788
1254
  Filters?: Filter[];
1789
-
1790
1255
  MaxResults?: number;
1791
-
1792
1256
  NextToken?: string;
1793
-
1794
1257
  DryRun?: boolean;
1795
1258
  }
1796
1259
  export interface DescribeTransitGatewayPolicyTablesResult {
1797
1260
  TransitGatewayPolicyTables?: TransitGatewayPolicyTable[];
1798
-
1799
1261
  NextToken?: string;
1800
1262
  }
1801
1263
  export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
1802
1264
  TransitGatewayRouteTableAnnouncementIds?: string[];
1803
-
1804
1265
  Filters?: Filter[];
1805
-
1806
1266
  MaxResults?: number;
1807
-
1808
1267
  NextToken?: string;
1809
-
1810
1268
  DryRun?: boolean;
1811
1269
  }
1812
1270
  export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
1813
1271
  TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncement[];
1814
-
1815
1272
  NextToken?: string;
1816
1273
  }
1817
1274
  export interface DescribeTransitGatewayRouteTablesRequest {
1818
1275
  TransitGatewayRouteTableIds?: string[];
1819
-
1820
1276
  Filters?: Filter[];
1821
-
1822
1277
  MaxResults?: number;
1823
-
1824
1278
  NextToken?: string;
1825
-
1826
1279
  DryRun?: boolean;
1827
1280
  }
1828
1281
  export interface DescribeTransitGatewayRouteTablesResult {
1829
1282
  TransitGatewayRouteTables?: TransitGatewayRouteTable[];
1830
-
1831
1283
  NextToken?: string;
1832
1284
  }
1833
1285
  export interface DescribeTransitGatewaysRequest {
1834
1286
  TransitGatewayIds?: string[];
1835
-
1836
1287
  Filters?: Filter[];
1837
-
1838
1288
  MaxResults?: number;
1839
-
1840
1289
  NextToken?: string;
1841
-
1842
1290
  DryRun?: boolean;
1843
1291
  }
1844
1292
  export interface DescribeTransitGatewaysResult {
1845
1293
  TransitGateways?: TransitGateway[];
1846
-
1847
1294
  NextToken?: string;
1848
1295
  }
1849
1296
  export interface DescribeTransitGatewayVpcAttachmentsRequest {
1850
1297
  TransitGatewayAttachmentIds?: string[];
1851
-
1852
1298
  Filters?: Filter[];
1853
-
1854
1299
  MaxResults?: number;
1855
-
1856
1300
  NextToken?: string;
1857
-
1858
1301
  DryRun?: boolean;
1859
1302
  }
1860
1303
  export interface DescribeTransitGatewayVpcAttachmentsResult {
1861
1304
  TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
1862
-
1863
1305
  NextToken?: string;
1864
1306
  }
1865
1307
  export interface DescribeTrunkInterfaceAssociationsRequest {
1866
1308
  AssociationIds?: string[];
1867
-
1868
1309
  DryRun?: boolean;
1869
-
1870
1310
  Filters?: Filter[];
1871
-
1872
1311
  NextToken?: string;
1873
-
1874
1312
  MaxResults?: number;
1875
1313
  }
1876
1314
  export interface DescribeTrunkInterfaceAssociationsResult {
1877
1315
  InterfaceAssociations?: TrunkInterfaceAssociation[];
1878
-
1879
1316
  NextToken?: string;
1880
1317
  }
1881
1318
  export declare type VolumeAttributeName = "autoEnableIO" | "productCodes";
1882
1319
  export interface DescribeVolumeAttributeRequest {
1883
1320
  Attribute: VolumeAttributeName | string | undefined;
1884
-
1885
1321
  VolumeId: string | undefined;
1886
-
1887
1322
  DryRun?: boolean;
1888
1323
  }
1889
1324
  export interface DescribeVolumeAttributeResult {
1890
1325
  AutoEnableIO?: AttributeBooleanValue;
1891
-
1892
1326
  ProductCodes?: ProductCode[];
1893
-
1894
1327
  VolumeId?: string;
1895
1328
  }
1896
1329
  export interface DescribeVolumesRequest {
1897
1330
  Filters?: Filter[];
1898
-
1899
1331
  VolumeIds?: string[];
1900
-
1901
1332
  DryRun?: boolean;
1902
-
1903
1333
  MaxResults?: number;
1904
-
1905
1334
  NextToken?: string;
1906
1335
  }
1907
1336
  export interface DescribeVolumesResult {
1908
1337
  Volumes?: Volume[];
1909
-
1910
1338
  NextToken?: string;
1911
1339
  }
1912
1340
  export interface DescribeVolumesModificationsRequest {
1913
1341
  DryRun?: boolean;
1914
-
1915
1342
  VolumeIds?: string[];
1916
-
1917
1343
  Filters?: Filter[];
1918
-
1919
1344
  NextToken?: string;
1920
-
1921
1345
  MaxResults?: number;
1922
1346
  }
1923
1347
  export declare type VolumeModificationState =
@@ -1925,122 +1349,77 @@ export declare type VolumeModificationState =
1925
1349
  | "failed"
1926
1350
  | "modifying"
1927
1351
  | "optimizing";
1928
-
1929
1352
  export interface VolumeModification {
1930
1353
  VolumeId?: string;
1931
-
1932
1354
  ModificationState?: VolumeModificationState | string;
1933
-
1934
1355
  StatusMessage?: string;
1935
-
1936
1356
  TargetSize?: number;
1937
-
1938
1357
  TargetIops?: number;
1939
-
1940
1358
  TargetVolumeType?: VolumeType | string;
1941
-
1942
1359
  TargetThroughput?: number;
1943
-
1944
1360
  TargetMultiAttachEnabled?: boolean;
1945
-
1946
1361
  OriginalSize?: number;
1947
-
1948
1362
  OriginalIops?: number;
1949
-
1950
1363
  OriginalVolumeType?: VolumeType | string;
1951
-
1952
1364
  OriginalThroughput?: number;
1953
-
1954
1365
  OriginalMultiAttachEnabled?: boolean;
1955
-
1956
1366
  Progress?: number;
1957
-
1958
1367
  StartTime?: Date;
1959
-
1960
1368
  EndTime?: Date;
1961
1369
  }
1962
1370
  export interface DescribeVolumesModificationsResult {
1963
1371
  VolumesModifications?: VolumeModification[];
1964
-
1965
1372
  NextToken?: string;
1966
1373
  }
1967
1374
  export interface DescribeVolumeStatusRequest {
1968
1375
  Filters?: Filter[];
1969
-
1970
1376
  MaxResults?: number;
1971
-
1972
1377
  NextToken?: string;
1973
-
1974
1378
  VolumeIds?: string[];
1975
-
1976
1379
  DryRun?: boolean;
1977
1380
  }
1978
-
1979
1381
  export interface VolumeStatusAction {
1980
1382
  Code?: string;
1981
-
1982
1383
  Description?: string;
1983
-
1984
1384
  EventId?: string;
1985
-
1986
1385
  EventType?: string;
1987
1386
  }
1988
-
1989
1387
  export interface VolumeStatusAttachmentStatus {
1990
1388
  IoPerformance?: string;
1991
-
1992
1389
  InstanceId?: string;
1993
1390
  }
1994
-
1995
1391
  export interface VolumeStatusEvent {
1996
1392
  Description?: string;
1997
-
1998
1393
  EventId?: string;
1999
-
2000
1394
  EventType?: string;
2001
-
2002
1395
  NotAfter?: Date;
2003
-
2004
1396
  NotBefore?: Date;
2005
-
2006
1397
  InstanceId?: string;
2007
1398
  }
2008
1399
  export declare type VolumeStatusName = "io-enabled" | "io-performance";
2009
-
2010
1400
  export interface VolumeStatusDetails {
2011
1401
  Name?: VolumeStatusName | string;
2012
-
2013
1402
  Status?: string;
2014
1403
  }
2015
1404
  export declare type VolumeStatusInfoStatus =
2016
1405
  | "impaired"
2017
1406
  | "insufficient-data"
2018
1407
  | "ok";
2019
-
2020
1408
  export interface VolumeStatusInfo {
2021
1409
  Details?: VolumeStatusDetails[];
2022
-
2023
1410
  Status?: VolumeStatusInfoStatus | string;
2024
1411
  }
2025
-
2026
1412
  export interface VolumeStatusItem {
2027
1413
  Actions?: VolumeStatusAction[];
2028
-
2029
1414
  AvailabilityZone?: string;
2030
-
2031
1415
  OutpostArn?: string;
2032
-
2033
1416
  Events?: VolumeStatusEvent[];
2034
-
2035
1417
  VolumeId?: string;
2036
-
2037
1418
  VolumeStatus?: VolumeStatusInfo;
2038
-
2039
1419
  AttachmentStatuses?: VolumeStatusAttachmentStatus[];
2040
1420
  }
2041
1421
  export interface DescribeVolumeStatusResult {
2042
1422
  NextToken?: string;
2043
-
2044
1423
  VolumeStatuses?: VolumeStatusItem[];
2045
1424
  }
2046
1425
  export declare type VpcAttributeName =
@@ -2048,31 +1427,22 @@ export declare type VpcAttributeName =
2048
1427
  | "enableDnsSupport";
2049
1428
  export interface DescribeVpcAttributeRequest {
2050
1429
  Attribute: VpcAttributeName | string | undefined;
2051
-
2052
1430
  VpcId: string | undefined;
2053
-
2054
1431
  DryRun?: boolean;
2055
1432
  }
2056
1433
  export interface DescribeVpcAttributeResult {
2057
1434
  VpcId?: string;
2058
-
2059
1435
  EnableDnsHostnames?: AttributeBooleanValue;
2060
-
2061
1436
  EnableDnsSupport?: AttributeBooleanValue;
2062
1437
  }
2063
1438
  export interface DescribeVpcClassicLinkRequest {
2064
1439
  Filters?: Filter[];
2065
-
2066
1440
  DryRun?: boolean;
2067
-
2068
1441
  VpcIds?: string[];
2069
1442
  }
2070
-
2071
1443
  export interface VpcClassicLink {
2072
1444
  ClassicLinkEnabled?: boolean;
2073
-
2074
1445
  Tags?: Tag[];
2075
-
2076
1446
  VpcId?: string;
2077
1447
  }
2078
1448
  export interface DescribeVpcClassicLinkResult {
@@ -2080,239 +1450,155 @@ export interface DescribeVpcClassicLinkResult {
2080
1450
  }
2081
1451
  export interface DescribeVpcClassicLinkDnsSupportRequest {
2082
1452
  MaxResults?: number;
2083
-
2084
1453
  NextToken?: string;
2085
-
2086
1454
  VpcIds?: string[];
2087
1455
  }
2088
-
2089
1456
  export interface ClassicLinkDnsSupport {
2090
1457
  ClassicLinkDnsSupported?: boolean;
2091
-
2092
1458
  VpcId?: string;
2093
1459
  }
2094
1460
  export interface DescribeVpcClassicLinkDnsSupportResult {
2095
1461
  NextToken?: string;
2096
-
2097
1462
  Vpcs?: ClassicLinkDnsSupport[];
2098
1463
  }
2099
1464
  export interface DescribeVpcEndpointConnectionNotificationsRequest {
2100
1465
  DryRun?: boolean;
2101
-
2102
1466
  ConnectionNotificationId?: string;
2103
-
2104
1467
  Filters?: Filter[];
2105
-
2106
1468
  MaxResults?: number;
2107
-
2108
1469
  NextToken?: string;
2109
1470
  }
2110
1471
  export interface DescribeVpcEndpointConnectionNotificationsResult {
2111
1472
  ConnectionNotificationSet?: ConnectionNotification[];
2112
-
2113
1473
  NextToken?: string;
2114
1474
  }
2115
1475
  export interface DescribeVpcEndpointConnectionsRequest {
2116
1476
  DryRun?: boolean;
2117
-
2118
1477
  Filters?: Filter[];
2119
-
2120
1478
  MaxResults?: number;
2121
-
2122
1479
  NextToken?: string;
2123
1480
  }
2124
-
2125
1481
  export interface VpcEndpointConnection {
2126
1482
  ServiceId?: string;
2127
-
2128
1483
  VpcEndpointId?: string;
2129
-
2130
1484
  VpcEndpointOwner?: string;
2131
-
2132
1485
  VpcEndpointState?: State | string;
2133
-
2134
1486
  CreationTimestamp?: Date;
2135
-
2136
1487
  DnsEntries?: DnsEntry[];
2137
-
2138
1488
  NetworkLoadBalancerArns?: string[];
2139
-
2140
1489
  GatewayLoadBalancerArns?: string[];
2141
-
2142
1490
  IpAddressType?: IpAddressType | string;
2143
1491
  }
2144
1492
  export interface DescribeVpcEndpointConnectionsResult {
2145
1493
  VpcEndpointConnections?: VpcEndpointConnection[];
2146
-
2147
1494
  NextToken?: string;
2148
1495
  }
2149
-
2150
1496
  export interface DescribeVpcEndpointsRequest {
2151
1497
  DryRun?: boolean;
2152
-
2153
1498
  VpcEndpointIds?: string[];
2154
-
2155
1499
  Filters?: Filter[];
2156
-
2157
1500
  MaxResults?: number;
2158
-
2159
1501
  NextToken?: string;
2160
1502
  }
2161
-
2162
1503
  export interface DescribeVpcEndpointsResult {
2163
1504
  VpcEndpoints?: VpcEndpoint[];
2164
-
2165
1505
  NextToken?: string;
2166
1506
  }
2167
1507
  export interface DescribeVpcEndpointServiceConfigurationsRequest {
2168
1508
  DryRun?: boolean;
2169
-
2170
1509
  ServiceIds?: string[];
2171
-
2172
1510
  Filters?: Filter[];
2173
-
2174
1511
  MaxResults?: number;
2175
-
2176
1512
  NextToken?: string;
2177
1513
  }
2178
1514
  export interface DescribeVpcEndpointServiceConfigurationsResult {
2179
1515
  ServiceConfigurations?: ServiceConfiguration[];
2180
-
2181
1516
  NextToken?: string;
2182
1517
  }
2183
1518
  export interface DescribeVpcEndpointServicePermissionsRequest {
2184
1519
  DryRun?: boolean;
2185
-
2186
1520
  ServiceId: string | undefined;
2187
-
2188
1521
  Filters?: Filter[];
2189
-
2190
1522
  MaxResults?: number;
2191
-
2192
1523
  NextToken?: string;
2193
1524
  }
2194
1525
  export interface DescribeVpcEndpointServicePermissionsResult {
2195
1526
  AllowedPrincipals?: AllowedPrincipal[];
2196
-
2197
1527
  NextToken?: string;
2198
1528
  }
2199
-
2200
1529
  export interface DescribeVpcEndpointServicesRequest {
2201
1530
  DryRun?: boolean;
2202
-
2203
1531
  ServiceNames?: string[];
2204
-
2205
1532
  Filters?: Filter[];
2206
-
2207
1533
  MaxResults?: number;
2208
-
2209
1534
  NextToken?: string;
2210
1535
  }
2211
-
2212
1536
  export interface PrivateDnsDetails {
2213
1537
  PrivateDnsName?: string;
2214
1538
  }
2215
-
2216
1539
  export interface ServiceDetail {
2217
1540
  ServiceName?: string;
2218
-
2219
1541
  ServiceId?: string;
2220
-
2221
1542
  ServiceType?: ServiceTypeDetail[];
2222
-
2223
1543
  AvailabilityZones?: string[];
2224
-
2225
1544
  Owner?: string;
2226
-
2227
1545
  BaseEndpointDnsNames?: string[];
2228
-
2229
1546
  PrivateDnsName?: string;
2230
-
2231
1547
  PrivateDnsNames?: PrivateDnsDetails[];
2232
-
2233
1548
  VpcEndpointPolicySupported?: boolean;
2234
-
2235
1549
  AcceptanceRequired?: boolean;
2236
-
2237
1550
  ManagesVpcEndpoints?: boolean;
2238
-
2239
1551
  PayerResponsibility?: PayerResponsibility | string;
2240
-
2241
1552
  Tags?: Tag[];
2242
-
2243
1553
  PrivateDnsNameVerificationState?: DnsNameState | string;
2244
-
2245
1554
  SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
2246
1555
  }
2247
-
2248
1556
  export interface DescribeVpcEndpointServicesResult {
2249
1557
  ServiceNames?: string[];
2250
-
2251
1558
  ServiceDetails?: ServiceDetail[];
2252
-
2253
1559
  NextToken?: string;
2254
1560
  }
2255
1561
  export interface DescribeVpcPeeringConnectionsRequest {
2256
1562
  Filters?: Filter[];
2257
-
2258
1563
  DryRun?: boolean;
2259
-
2260
1564
  VpcPeeringConnectionIds?: string[];
2261
-
2262
1565
  NextToken?: string;
2263
-
2264
1566
  MaxResults?: number;
2265
1567
  }
2266
1568
  export interface DescribeVpcPeeringConnectionsResult {
2267
1569
  VpcPeeringConnections?: VpcPeeringConnection[];
2268
-
2269
1570
  NextToken?: string;
2270
1571
  }
2271
1572
  export interface DescribeVpcsRequest {
2272
1573
  Filters?: Filter[];
2273
-
2274
1574
  VpcIds?: string[];
2275
-
2276
1575
  DryRun?: boolean;
2277
-
2278
1576
  NextToken?: string;
2279
-
2280
1577
  MaxResults?: number;
2281
1578
  }
2282
1579
  export interface DescribeVpcsResult {
2283
1580
  Vpcs?: Vpc[];
2284
-
2285
1581
  NextToken?: string;
2286
1582
  }
2287
-
2288
1583
  export interface DescribeVpnConnectionsRequest {
2289
1584
  Filters?: Filter[];
2290
-
2291
1585
  VpnConnectionIds?: string[];
2292
-
2293
1586
  DryRun?: boolean;
2294
1587
  }
2295
-
2296
1588
  export interface DescribeVpnConnectionsResult {
2297
1589
  VpnConnections?: VpnConnection[];
2298
1590
  }
2299
-
2300
1591
  export interface DescribeVpnGatewaysRequest {
2301
1592
  Filters?: Filter[];
2302
-
2303
1593
  VpnGatewayIds?: string[];
2304
-
2305
1594
  DryRun?: boolean;
2306
1595
  }
2307
-
2308
1596
  export interface DescribeVpnGatewaysResult {
2309
1597
  VpnGateways?: VpnGateway[];
2310
1598
  }
2311
1599
  export interface DetachClassicLinkVpcRequest {
2312
1600
  DryRun?: boolean;
2313
-
2314
1601
  InstanceId: string | undefined;
2315
-
2316
1602
  VpcId: string | undefined;
2317
1603
  }
2318
1604
  export interface DetachClassicLinkVpcResult {
@@ -2320,36 +1606,24 @@ export interface DetachClassicLinkVpcResult {
2320
1606
  }
2321
1607
  export interface DetachInternetGatewayRequest {
2322
1608
  DryRun?: boolean;
2323
-
2324
1609
  InternetGatewayId: string | undefined;
2325
-
2326
1610
  VpcId: string | undefined;
2327
1611
  }
2328
-
2329
1612
  export interface DetachNetworkInterfaceRequest {
2330
1613
  AttachmentId: string | undefined;
2331
-
2332
1614
  DryRun?: boolean;
2333
-
2334
1615
  Force?: boolean;
2335
1616
  }
2336
1617
  export interface DetachVolumeRequest {
2337
1618
  Device?: string;
2338
-
2339
1619
  Force?: boolean;
2340
-
2341
1620
  InstanceId?: string;
2342
-
2343
1621
  VolumeId: string | undefined;
2344
-
2345
1622
  DryRun?: boolean;
2346
1623
  }
2347
-
2348
1624
  export interface DetachVpnGatewayRequest {
2349
1625
  VpcId: string | undefined;
2350
-
2351
1626
  VpnGatewayId: string | undefined;
2352
-
2353
1627
  DryRun?: boolean;
2354
1628
  }
2355
1629
  export interface DisableEbsEncryptionByDefaultRequest {
@@ -2360,87 +1634,56 @@ export interface DisableEbsEncryptionByDefaultResult {
2360
1634
  }
2361
1635
  export interface DisableFastLaunchRequest {
2362
1636
  ImageId: string | undefined;
2363
-
2364
1637
  Force?: boolean;
2365
-
2366
1638
  DryRun?: boolean;
2367
1639
  }
2368
1640
  export interface DisableFastLaunchResult {
2369
1641
  ImageId?: string;
2370
-
2371
1642
  ResourceType?: FastLaunchResourceType | string;
2372
-
2373
1643
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
2374
-
2375
1644
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
2376
-
2377
1645
  MaxParallelLaunches?: number;
2378
-
2379
1646
  OwnerId?: string;
2380
-
2381
1647
  State?: FastLaunchStateCode | string;
2382
-
2383
1648
  StateTransitionReason?: string;
2384
-
2385
1649
  StateTransitionTime?: Date;
2386
1650
  }
2387
1651
  export interface DisableFastSnapshotRestoresRequest {
2388
1652
  AvailabilityZones: string[] | undefined;
2389
-
2390
1653
  SourceSnapshotIds: string[] | undefined;
2391
-
2392
1654
  DryRun?: boolean;
2393
1655
  }
2394
-
2395
1656
  export interface DisableFastSnapshotRestoreSuccessItem {
2396
1657
  SnapshotId?: string;
2397
-
2398
1658
  AvailabilityZone?: string;
2399
-
2400
1659
  State?: FastSnapshotRestoreStateCode | string;
2401
-
2402
1660
  StateTransitionReason?: string;
2403
-
2404
1661
  OwnerId?: string;
2405
-
2406
1662
  OwnerAlias?: string;
2407
-
2408
1663
  EnablingTime?: Date;
2409
-
2410
1664
  OptimizingTime?: Date;
2411
-
2412
1665
  EnabledTime?: Date;
2413
-
2414
1666
  DisablingTime?: Date;
2415
-
2416
1667
  DisabledTime?: Date;
2417
1668
  }
2418
-
2419
1669
  export interface DisableFastSnapshotRestoreStateError {
2420
1670
  Code?: string;
2421
-
2422
1671
  Message?: string;
2423
1672
  }
2424
-
2425
1673
  export interface DisableFastSnapshotRestoreStateErrorItem {
2426
1674
  AvailabilityZone?: string;
2427
-
2428
1675
  Error?: DisableFastSnapshotRestoreStateError;
2429
1676
  }
2430
-
2431
1677
  export interface DisableFastSnapshotRestoreErrorItem {
2432
1678
  SnapshotId?: string;
2433
-
2434
1679
  FastSnapshotRestoreStateErrors?: DisableFastSnapshotRestoreStateErrorItem[];
2435
1680
  }
2436
1681
  export interface DisableFastSnapshotRestoresResult {
2437
1682
  Successful?: DisableFastSnapshotRestoreSuccessItem[];
2438
-
2439
1683
  Unsuccessful?: DisableFastSnapshotRestoreErrorItem[];
2440
1684
  }
2441
1685
  export interface DisableImageDeprecationRequest {
2442
1686
  ImageId: string | undefined;
2443
-
2444
1687
  DryRun?: boolean;
2445
1688
  }
2446
1689
  export interface DisableImageDeprecationResult {
@@ -2448,7 +1691,6 @@ export interface DisableImageDeprecationResult {
2448
1691
  }
2449
1692
  export interface DisableIpamOrganizationAdminAccountRequest {
2450
1693
  DryRun?: boolean;
2451
-
2452
1694
  DelegatedAdminAccountId: string | undefined;
2453
1695
  }
2454
1696
  export interface DisableIpamOrganizationAdminAccountResult {
@@ -2462,11 +1704,8 @@ export interface DisableSerialConsoleAccessResult {
2462
1704
  }
2463
1705
  export interface DisableTransitGatewayRouteTablePropagationRequest {
2464
1706
  TransitGatewayRouteTableId: string | undefined;
2465
-
2466
1707
  TransitGatewayAttachmentId?: string;
2467
-
2468
1708
  DryRun?: boolean;
2469
-
2470
1709
  TransitGatewayRouteTableAnnouncementId?: string;
2471
1710
  }
2472
1711
  export declare type TransitGatewayPropagationState =
@@ -2474,34 +1713,24 @@ export declare type TransitGatewayPropagationState =
2474
1713
  | "disabling"
2475
1714
  | "enabled"
2476
1715
  | "enabling";
2477
-
2478
1716
  export interface TransitGatewayPropagation {
2479
1717
  TransitGatewayAttachmentId?: string;
2480
-
2481
1718
  ResourceId?: string;
2482
-
2483
1719
  ResourceType?: TransitGatewayAttachmentResourceType | string;
2484
-
2485
1720
  TransitGatewayRouteTableId?: string;
2486
-
2487
1721
  State?: TransitGatewayPropagationState | string;
2488
-
2489
1722
  TransitGatewayRouteTableAnnouncementId?: string;
2490
1723
  }
2491
1724
  export interface DisableTransitGatewayRouteTablePropagationResult {
2492
1725
  Propagation?: TransitGatewayPropagation;
2493
1726
  }
2494
-
2495
1727
  export interface DisableVgwRoutePropagationRequest {
2496
1728
  GatewayId: string | undefined;
2497
-
2498
1729
  RouteTableId: string | undefined;
2499
-
2500
1730
  DryRun?: boolean;
2501
1731
  }
2502
1732
  export interface DisableVpcClassicLinkRequest {
2503
1733
  DryRun?: boolean;
2504
-
2505
1734
  VpcId: string | undefined;
2506
1735
  }
2507
1736
  export interface DisableVpcClassicLinkResult {
@@ -2515,28 +1744,21 @@ export interface DisableVpcClassicLinkDnsSupportResult {
2515
1744
  }
2516
1745
  export interface DisassociateAddressRequest {
2517
1746
  AssociationId?: string;
2518
-
2519
1747
  PublicIp?: string;
2520
-
2521
1748
  DryRun?: boolean;
2522
1749
  }
2523
1750
  export interface DisassociateClientVpnTargetNetworkRequest {
2524
1751
  ClientVpnEndpointId: string | undefined;
2525
-
2526
1752
  AssociationId: string | undefined;
2527
-
2528
1753
  DryRun?: boolean;
2529
1754
  }
2530
1755
  export interface DisassociateClientVpnTargetNetworkResult {
2531
1756
  AssociationId?: string;
2532
-
2533
1757
  Status?: AssociationStatus;
2534
1758
  }
2535
1759
  export interface DisassociateEnclaveCertificateIamRoleRequest {
2536
1760
  CertificateArn?: string;
2537
-
2538
1761
  RoleArn?: string;
2539
-
2540
1762
  DryRun?: boolean;
2541
1763
  }
2542
1764
  export interface DisassociateEnclaveCertificateIamRoleResult {
@@ -2548,19 +1770,14 @@ export interface DisassociateIamInstanceProfileRequest {
2548
1770
  export interface DisassociateIamInstanceProfileResult {
2549
1771
  IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
2550
1772
  }
2551
-
2552
1773
  export interface InstanceEventWindowDisassociationRequest {
2553
1774
  InstanceIds?: string[];
2554
-
2555
1775
  InstanceTags?: Tag[];
2556
-
2557
1776
  DedicatedHostIds?: string[];
2558
1777
  }
2559
1778
  export interface DisassociateInstanceEventWindowRequest {
2560
1779
  DryRun?: boolean;
2561
-
2562
1780
  InstanceEventWindowId: string | undefined;
2563
-
2564
1781
  AssociationTarget: InstanceEventWindowDisassociationRequest | undefined;
2565
1782
  }
2566
1783
  export interface DisassociateInstanceEventWindowResult {
@@ -2568,7 +1785,6 @@ export interface DisassociateInstanceEventWindowResult {
2568
1785
  }
2569
1786
  export interface DisassociateRouteTableRequest {
2570
1787
  AssociationId: string | undefined;
2571
-
2572
1788
  DryRun?: boolean;
2573
1789
  }
2574
1790
  export interface DisassociateSubnetCidrBlockRequest {
@@ -2576,16 +1792,12 @@ export interface DisassociateSubnetCidrBlockRequest {
2576
1792
  }
2577
1793
  export interface DisassociateSubnetCidrBlockResult {
2578
1794
  Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation;
2579
-
2580
1795
  SubnetId?: string;
2581
1796
  }
2582
1797
  export interface DisassociateTransitGatewayMulticastDomainRequest {
2583
1798
  TransitGatewayMulticastDomainId?: string;
2584
-
2585
1799
  TransitGatewayAttachmentId?: string;
2586
-
2587
1800
  SubnetIds?: string[];
2588
-
2589
1801
  DryRun?: boolean;
2590
1802
  }
2591
1803
  export interface DisassociateTransitGatewayMulticastDomainResult {
@@ -2593,9 +1805,7 @@ export interface DisassociateTransitGatewayMulticastDomainResult {
2593
1805
  }
2594
1806
  export interface DisassociateTransitGatewayPolicyTableRequest {
2595
1807
  TransitGatewayPolicyTableId: string | undefined;
2596
-
2597
1808
  TransitGatewayAttachmentId: string | undefined;
2598
-
2599
1809
  DryRun?: boolean;
2600
1810
  }
2601
1811
  export interface DisassociateTransitGatewayPolicyTableResult {
@@ -2603,9 +1813,7 @@ export interface DisassociateTransitGatewayPolicyTableResult {
2603
1813
  }
2604
1814
  export interface DisassociateTransitGatewayRouteTableRequest {
2605
1815
  TransitGatewayRouteTableId: string | undefined;
2606
-
2607
1816
  TransitGatewayAttachmentId: string | undefined;
2608
-
2609
1817
  DryRun?: boolean;
2610
1818
  }
2611
1819
  export interface DisassociateTransitGatewayRouteTableResult {
@@ -2613,14 +1821,11 @@ export interface DisassociateTransitGatewayRouteTableResult {
2613
1821
  }
2614
1822
  export interface DisassociateTrunkInterfaceRequest {
2615
1823
  AssociationId: string | undefined;
2616
-
2617
1824
  ClientToken?: string;
2618
-
2619
1825
  DryRun?: boolean;
2620
1826
  }
2621
1827
  export interface DisassociateTrunkInterfaceResult {
2622
1828
  Return?: boolean;
2623
-
2624
1829
  ClientToken?: string;
2625
1830
  }
2626
1831
  export interface DisassociateVpcCidrBlockRequest {
@@ -2628,9 +1833,7 @@ export interface DisassociateVpcCidrBlockRequest {
2628
1833
  }
2629
1834
  export interface DisassociateVpcCidrBlockResult {
2630
1835
  Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation;
2631
-
2632
1836
  CidrBlockAssociation?: VpcCidrBlockAssociation;
2633
-
2634
1837
  VpcId?: string;
2635
1838
  }
2636
1839
  export interface EnableEbsEncryptionByDefaultRequest {
@@ -2639,1278 +1842,881 @@ export interface EnableEbsEncryptionByDefaultRequest {
2639
1842
  export interface EnableEbsEncryptionByDefaultResult {
2640
1843
  EbsEncryptionByDefault?: boolean;
2641
1844
  }
2642
-
2643
1845
  export interface FastLaunchLaunchTemplateSpecificationRequest {
2644
1846
  LaunchTemplateId?: string;
2645
-
2646
1847
  LaunchTemplateName?: string;
2647
-
2648
1848
  Version: string | undefined;
2649
1849
  }
2650
-
2651
1850
  export interface FastLaunchSnapshotConfigurationRequest {
2652
1851
  TargetResourceCount?: number;
2653
1852
  }
2654
1853
  export interface EnableFastLaunchRequest {
2655
1854
  ImageId: string | undefined;
2656
-
2657
1855
  ResourceType?: string;
2658
-
2659
1856
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
2660
-
2661
1857
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
2662
-
2663
1858
  MaxParallelLaunches?: number;
2664
-
2665
1859
  DryRun?: boolean;
2666
1860
  }
2667
1861
  export interface EnableFastLaunchResult {
2668
1862
  ImageId?: string;
2669
-
2670
1863
  ResourceType?: FastLaunchResourceType | string;
2671
-
2672
1864
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
2673
-
2674
1865
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
2675
-
2676
1866
  MaxParallelLaunches?: number;
2677
-
2678
1867
  OwnerId?: string;
2679
-
2680
1868
  State?: FastLaunchStateCode | string;
2681
-
2682
1869
  StateTransitionReason?: string;
2683
-
2684
1870
  StateTransitionTime?: Date;
2685
1871
  }
2686
1872
  export interface EnableFastSnapshotRestoresRequest {
2687
1873
  AvailabilityZones: string[] | undefined;
2688
-
2689
1874
  SourceSnapshotIds: string[] | undefined;
2690
-
2691
1875
  DryRun?: boolean;
2692
1876
  }
2693
-
2694
1877
  export interface EnableFastSnapshotRestoreSuccessItem {
2695
1878
  SnapshotId?: string;
2696
-
2697
1879
  AvailabilityZone?: string;
2698
-
2699
1880
  State?: FastSnapshotRestoreStateCode | string;
2700
-
2701
1881
  StateTransitionReason?: string;
2702
-
2703
1882
  OwnerId?: string;
2704
-
2705
1883
  OwnerAlias?: string;
2706
-
2707
1884
  EnablingTime?: Date;
2708
-
2709
1885
  OptimizingTime?: Date;
2710
-
2711
1886
  EnabledTime?: Date;
2712
-
2713
1887
  DisablingTime?: Date;
2714
-
2715
1888
  DisabledTime?: Date;
2716
1889
  }
2717
-
2718
1890
  export interface EnableFastSnapshotRestoreStateError {
2719
1891
  Code?: string;
2720
-
2721
1892
  Message?: string;
2722
1893
  }
2723
-
2724
1894
  export interface EnableFastSnapshotRestoreStateErrorItem {
2725
1895
  AvailabilityZone?: string;
2726
-
2727
1896
  Error?: EnableFastSnapshotRestoreStateError;
2728
1897
  }
2729
-
2730
1898
  export interface EnableFastSnapshotRestoreErrorItem {
2731
1899
  SnapshotId?: string;
2732
-
2733
1900
  FastSnapshotRestoreStateErrors?: EnableFastSnapshotRestoreStateErrorItem[];
2734
1901
  }
2735
- export interface EnableFastSnapshotRestoresResult {
2736
- Successful?: EnableFastSnapshotRestoreSuccessItem[];
2737
-
2738
- Unsuccessful?: EnableFastSnapshotRestoreErrorItem[];
2739
- }
2740
- export interface EnableImageDeprecationRequest {
2741
- ImageId: string | undefined;
2742
-
2743
- DeprecateAt: Date | undefined;
2744
-
2745
- DryRun?: boolean;
2746
- }
2747
- export interface EnableImageDeprecationResult {
2748
- Return?: boolean;
2749
- }
2750
- export interface EnableIpamOrganizationAdminAccountRequest {
2751
- DryRun?: boolean;
2752
-
2753
- DelegatedAdminAccountId: string | undefined;
2754
- }
2755
- export interface EnableIpamOrganizationAdminAccountResult {
2756
- Success?: boolean;
2757
- }
2758
- export interface EnableSerialConsoleAccessRequest {
2759
- DryRun?: boolean;
2760
- }
2761
- export interface EnableSerialConsoleAccessResult {
2762
- SerialConsoleAccessEnabled?: boolean;
2763
- }
2764
- export interface EnableTransitGatewayRouteTablePropagationRequest {
2765
- TransitGatewayRouteTableId: string | undefined;
2766
-
2767
- TransitGatewayAttachmentId?: string;
2768
-
2769
- DryRun?: boolean;
2770
-
2771
- TransitGatewayRouteTableAnnouncementId?: string;
2772
- }
2773
- export interface EnableTransitGatewayRouteTablePropagationResult {
2774
- Propagation?: TransitGatewayPropagation;
2775
- }
2776
-
2777
- export interface EnableVgwRoutePropagationRequest {
2778
- GatewayId: string | undefined;
2779
-
2780
- RouteTableId: string | undefined;
2781
-
2782
- DryRun?: boolean;
2783
- }
2784
- export interface EnableVolumeIORequest {
2785
- DryRun?: boolean;
2786
-
2787
- VolumeId: string | undefined;
2788
- }
2789
- export interface EnableVpcClassicLinkRequest {
2790
- DryRun?: boolean;
2791
-
2792
- VpcId: string | undefined;
2793
- }
2794
- export interface EnableVpcClassicLinkResult {
2795
- Return?: boolean;
2796
- }
2797
- export interface EnableVpcClassicLinkDnsSupportRequest {
2798
- VpcId?: string;
2799
- }
2800
- export interface EnableVpcClassicLinkDnsSupportResult {
2801
- Return?: boolean;
2802
- }
2803
- export interface ExportClientVpnClientCertificateRevocationListRequest {
2804
- ClientVpnEndpointId: string | undefined;
2805
-
2806
- DryRun?: boolean;
2807
- }
2808
- export declare type ClientCertificateRevocationListStatusCode =
2809
- | "active"
2810
- | "pending";
2811
-
1902
+ export declare const LocalGatewayVirtualInterfaceFilterSensitiveLog: (
1903
+ obj: LocalGatewayVirtualInterface
1904
+ ) => any;
1905
+ export declare const DescribeLocalGatewayVirtualInterfacesResultFilterSensitiveLog: (
1906
+ obj: DescribeLocalGatewayVirtualInterfacesResult
1907
+ ) => any;
1908
+ export declare const DescribeManagedPrefixListsRequestFilterSensitiveLog: (
1909
+ obj: DescribeManagedPrefixListsRequest
1910
+ ) => any;
1911
+ export declare const DescribeManagedPrefixListsResultFilterSensitiveLog: (
1912
+ obj: DescribeManagedPrefixListsResult
1913
+ ) => any;
1914
+ export declare const DescribeMovingAddressesRequestFilterSensitiveLog: (
1915
+ obj: DescribeMovingAddressesRequest
1916
+ ) => any;
1917
+ export declare const MovingAddressStatusFilterSensitiveLog: (
1918
+ obj: MovingAddressStatus
1919
+ ) => any;
1920
+ export declare const DescribeMovingAddressesResultFilterSensitiveLog: (
1921
+ obj: DescribeMovingAddressesResult
1922
+ ) => any;
1923
+ export declare const DescribeNatGatewaysRequestFilterSensitiveLog: (
1924
+ obj: DescribeNatGatewaysRequest
1925
+ ) => any;
1926
+ export declare const DescribeNatGatewaysResultFilterSensitiveLog: (
1927
+ obj: DescribeNatGatewaysResult
1928
+ ) => any;
1929
+ export declare const DescribeNetworkAclsRequestFilterSensitiveLog: (
1930
+ obj: DescribeNetworkAclsRequest
1931
+ ) => any;
1932
+ export declare const DescribeNetworkAclsResultFilterSensitiveLog: (
1933
+ obj: DescribeNetworkAclsResult
1934
+ ) => any;
1935
+ export declare const DescribeNetworkInsightsAccessScopeAnalysesRequestFilterSensitiveLog: (
1936
+ obj: DescribeNetworkInsightsAccessScopeAnalysesRequest
1937
+ ) => any;
1938
+ export declare const NetworkInsightsAccessScopeAnalysisFilterSensitiveLog: (
1939
+ obj: NetworkInsightsAccessScopeAnalysis
1940
+ ) => any;
1941
+ export declare const DescribeNetworkInsightsAccessScopeAnalysesResultFilterSensitiveLog: (
1942
+ obj: DescribeNetworkInsightsAccessScopeAnalysesResult
1943
+ ) => any;
2812
1944
  export declare const DescribeNetworkInsightsAccessScopesRequestFilterSensitiveLog: (
2813
1945
  obj: DescribeNetworkInsightsAccessScopesRequest
2814
1946
  ) => any;
2815
-
2816
1947
  export declare const DescribeNetworkInsightsAccessScopesResultFilterSensitiveLog: (
2817
1948
  obj: DescribeNetworkInsightsAccessScopesResult
2818
1949
  ) => any;
2819
-
2820
1950
  export declare const DescribeNetworkInsightsAnalysesRequestFilterSensitiveLog: (
2821
1951
  obj: DescribeNetworkInsightsAnalysesRequest
2822
1952
  ) => any;
2823
-
2824
1953
  export declare const AnalysisLoadBalancerListenerFilterSensitiveLog: (
2825
1954
  obj: AnalysisLoadBalancerListener
2826
1955
  ) => any;
2827
-
2828
1956
  export declare const AnalysisLoadBalancerTargetFilterSensitiveLog: (
2829
1957
  obj: AnalysisLoadBalancerTarget
2830
1958
  ) => any;
2831
-
2832
1959
  export declare const ExplanationFilterSensitiveLog: (obj: Explanation) => any;
2833
-
2834
1960
  export declare const NetworkInsightsAnalysisFilterSensitiveLog: (
2835
1961
  obj: NetworkInsightsAnalysis
2836
1962
  ) => any;
2837
-
2838
1963
  export declare const DescribeNetworkInsightsAnalysesResultFilterSensitiveLog: (
2839
1964
  obj: DescribeNetworkInsightsAnalysesResult
2840
1965
  ) => any;
2841
-
2842
1966
  export declare const DescribeNetworkInsightsPathsRequestFilterSensitiveLog: (
2843
1967
  obj: DescribeNetworkInsightsPathsRequest
2844
1968
  ) => any;
2845
-
2846
1969
  export declare const DescribeNetworkInsightsPathsResultFilterSensitiveLog: (
2847
1970
  obj: DescribeNetworkInsightsPathsResult
2848
1971
  ) => any;
2849
-
2850
1972
  export declare const DescribeNetworkInterfaceAttributeRequestFilterSensitiveLog: (
2851
1973
  obj: DescribeNetworkInterfaceAttributeRequest
2852
1974
  ) => any;
2853
-
2854
1975
  export declare const DescribeNetworkInterfaceAttributeResultFilterSensitiveLog: (
2855
1976
  obj: DescribeNetworkInterfaceAttributeResult
2856
1977
  ) => any;
2857
-
2858
1978
  export declare const DescribeNetworkInterfacePermissionsRequestFilterSensitiveLog: (
2859
1979
  obj: DescribeNetworkInterfacePermissionsRequest
2860
1980
  ) => any;
2861
-
2862
1981
  export declare const DescribeNetworkInterfacePermissionsResultFilterSensitiveLog: (
2863
1982
  obj: DescribeNetworkInterfacePermissionsResult
2864
1983
  ) => any;
2865
-
2866
1984
  export declare const DescribeNetworkInterfacesRequestFilterSensitiveLog: (
2867
1985
  obj: DescribeNetworkInterfacesRequest
2868
1986
  ) => any;
2869
-
2870
1987
  export declare const DescribeNetworkInterfacesResultFilterSensitiveLog: (
2871
1988
  obj: DescribeNetworkInterfacesResult
2872
1989
  ) => any;
2873
-
2874
1990
  export declare const DescribePlacementGroupsRequestFilterSensitiveLog: (
2875
1991
  obj: DescribePlacementGroupsRequest
2876
1992
  ) => any;
2877
-
2878
1993
  export declare const DescribePlacementGroupsResultFilterSensitiveLog: (
2879
1994
  obj: DescribePlacementGroupsResult
2880
1995
  ) => any;
2881
-
2882
1996
  export declare const DescribePrefixListsRequestFilterSensitiveLog: (
2883
1997
  obj: DescribePrefixListsRequest
2884
1998
  ) => any;
2885
-
2886
1999
  export declare const PrefixListFilterSensitiveLog: (obj: PrefixList) => any;
2887
-
2888
2000
  export declare const DescribePrefixListsResultFilterSensitiveLog: (
2889
2001
  obj: DescribePrefixListsResult
2890
2002
  ) => any;
2891
-
2892
2003
  export declare const DescribePrincipalIdFormatRequestFilterSensitiveLog: (
2893
2004
  obj: DescribePrincipalIdFormatRequest
2894
2005
  ) => any;
2895
-
2896
2006
  export declare const PrincipalIdFormatFilterSensitiveLog: (
2897
2007
  obj: PrincipalIdFormat
2898
2008
  ) => any;
2899
-
2900
2009
  export declare const DescribePrincipalIdFormatResultFilterSensitiveLog: (
2901
2010
  obj: DescribePrincipalIdFormatResult
2902
2011
  ) => any;
2903
-
2904
2012
  export declare const DescribePublicIpv4PoolsRequestFilterSensitiveLog: (
2905
2013
  obj: DescribePublicIpv4PoolsRequest
2906
2014
  ) => any;
2907
-
2908
2015
  export declare const PublicIpv4PoolRangeFilterSensitiveLog: (
2909
2016
  obj: PublicIpv4PoolRange
2910
2017
  ) => any;
2911
-
2912
2018
  export declare const PublicIpv4PoolFilterSensitiveLog: (
2913
2019
  obj: PublicIpv4Pool
2914
2020
  ) => any;
2915
-
2916
2021
  export declare const DescribePublicIpv4PoolsResultFilterSensitiveLog: (
2917
2022
  obj: DescribePublicIpv4PoolsResult
2918
2023
  ) => any;
2919
-
2920
2024
  export declare const DescribeRegionsRequestFilterSensitiveLog: (
2921
2025
  obj: DescribeRegionsRequest
2922
2026
  ) => any;
2923
-
2924
2027
  export declare const RegionFilterSensitiveLog: (obj: Region) => any;
2925
-
2926
2028
  export declare const DescribeRegionsResultFilterSensitiveLog: (
2927
2029
  obj: DescribeRegionsResult
2928
2030
  ) => any;
2929
-
2930
2031
  export declare const DescribeReplaceRootVolumeTasksRequestFilterSensitiveLog: (
2931
2032
  obj: DescribeReplaceRootVolumeTasksRequest
2932
2033
  ) => any;
2933
-
2934
2034
  export declare const DescribeReplaceRootVolumeTasksResultFilterSensitiveLog: (
2935
2035
  obj: DescribeReplaceRootVolumeTasksResult
2936
2036
  ) => any;
2937
-
2938
2037
  export declare const DescribeReservedInstancesRequestFilterSensitiveLog: (
2939
2038
  obj: DescribeReservedInstancesRequest
2940
2039
  ) => any;
2941
-
2942
2040
  export declare const RecurringChargeFilterSensitiveLog: (
2943
2041
  obj: RecurringCharge
2944
2042
  ) => any;
2945
-
2946
2043
  export declare const ReservedInstancesFilterSensitiveLog: (
2947
2044
  obj: ReservedInstances
2948
2045
  ) => any;
2949
-
2950
2046
  export declare const DescribeReservedInstancesResultFilterSensitiveLog: (
2951
2047
  obj: DescribeReservedInstancesResult
2952
2048
  ) => any;
2953
-
2954
2049
  export declare const DescribeReservedInstancesListingsRequestFilterSensitiveLog: (
2955
2050
  obj: DescribeReservedInstancesListingsRequest
2956
2051
  ) => any;
2957
-
2958
2052
  export declare const DescribeReservedInstancesListingsResultFilterSensitiveLog: (
2959
2053
  obj: DescribeReservedInstancesListingsResult
2960
2054
  ) => any;
2961
-
2962
2055
  export declare const DescribeReservedInstancesModificationsRequestFilterSensitiveLog: (
2963
2056
  obj: DescribeReservedInstancesModificationsRequest
2964
2057
  ) => any;
2965
-
2966
2058
  export declare const ReservedInstancesConfigurationFilterSensitiveLog: (
2967
2059
  obj: ReservedInstancesConfiguration
2968
2060
  ) => any;
2969
-
2970
2061
  export declare const ReservedInstancesModificationResultFilterSensitiveLog: (
2971
2062
  obj: ReservedInstancesModificationResult
2972
2063
  ) => any;
2973
-
2974
2064
  export declare const ReservedInstancesIdFilterSensitiveLog: (
2975
2065
  obj: ReservedInstancesId
2976
2066
  ) => any;
2977
-
2978
2067
  export declare const ReservedInstancesModificationFilterSensitiveLog: (
2979
2068
  obj: ReservedInstancesModification
2980
2069
  ) => any;
2981
-
2982
2070
  export declare const DescribeReservedInstancesModificationsResultFilterSensitiveLog: (
2983
2071
  obj: DescribeReservedInstancesModificationsResult
2984
2072
  ) => any;
2985
-
2986
2073
  export declare const DescribeReservedInstancesOfferingsRequestFilterSensitiveLog: (
2987
2074
  obj: DescribeReservedInstancesOfferingsRequest
2988
2075
  ) => any;
2989
-
2990
2076
  export declare const PricingDetailFilterSensitiveLog: (
2991
2077
  obj: PricingDetail
2992
2078
  ) => any;
2993
-
2994
2079
  export declare const ReservedInstancesOfferingFilterSensitiveLog: (
2995
2080
  obj: ReservedInstancesOffering
2996
2081
  ) => any;
2997
-
2998
2082
  export declare const DescribeReservedInstancesOfferingsResultFilterSensitiveLog: (
2999
2083
  obj: DescribeReservedInstancesOfferingsResult
3000
2084
  ) => any;
3001
-
3002
2085
  export declare const DescribeRouteTablesRequestFilterSensitiveLog: (
3003
2086
  obj: DescribeRouteTablesRequest
3004
2087
  ) => any;
3005
-
3006
2088
  export declare const DescribeRouteTablesResultFilterSensitiveLog: (
3007
2089
  obj: DescribeRouteTablesResult
3008
2090
  ) => any;
3009
-
3010
2091
  export declare const SlotDateTimeRangeRequestFilterSensitiveLog: (
3011
2092
  obj: SlotDateTimeRangeRequest
3012
2093
  ) => any;
3013
-
3014
2094
  export declare const ScheduledInstanceRecurrenceRequestFilterSensitiveLog: (
3015
2095
  obj: ScheduledInstanceRecurrenceRequest
3016
2096
  ) => any;
3017
-
3018
2097
  export declare const DescribeScheduledInstanceAvailabilityRequestFilterSensitiveLog: (
3019
2098
  obj: DescribeScheduledInstanceAvailabilityRequest
3020
2099
  ) => any;
3021
-
3022
2100
  export declare const ScheduledInstanceRecurrenceFilterSensitiveLog: (
3023
2101
  obj: ScheduledInstanceRecurrence
3024
2102
  ) => any;
3025
-
3026
2103
  export declare const ScheduledInstanceAvailabilityFilterSensitiveLog: (
3027
2104
  obj: ScheduledInstanceAvailability
3028
2105
  ) => any;
3029
-
3030
2106
  export declare const DescribeScheduledInstanceAvailabilityResultFilterSensitiveLog: (
3031
2107
  obj: DescribeScheduledInstanceAvailabilityResult
3032
2108
  ) => any;
3033
-
3034
2109
  export declare const SlotStartTimeRangeRequestFilterSensitiveLog: (
3035
2110
  obj: SlotStartTimeRangeRequest
3036
2111
  ) => any;
3037
-
3038
2112
  export declare const DescribeScheduledInstancesRequestFilterSensitiveLog: (
3039
2113
  obj: DescribeScheduledInstancesRequest
3040
2114
  ) => any;
3041
-
3042
2115
  export declare const ScheduledInstanceFilterSensitiveLog: (
3043
2116
  obj: ScheduledInstance
3044
2117
  ) => any;
3045
-
3046
2118
  export declare const DescribeScheduledInstancesResultFilterSensitiveLog: (
3047
2119
  obj: DescribeScheduledInstancesResult
3048
2120
  ) => any;
3049
-
3050
2121
  export declare const DescribeSecurityGroupReferencesRequestFilterSensitiveLog: (
3051
2122
  obj: DescribeSecurityGroupReferencesRequest
3052
2123
  ) => any;
3053
-
3054
2124
  export declare const SecurityGroupReferenceFilterSensitiveLog: (
3055
2125
  obj: SecurityGroupReference
3056
2126
  ) => any;
3057
-
3058
2127
  export declare const DescribeSecurityGroupReferencesResultFilterSensitiveLog: (
3059
2128
  obj: DescribeSecurityGroupReferencesResult
3060
2129
  ) => any;
3061
-
3062
2130
  export declare const DescribeSecurityGroupRulesRequestFilterSensitiveLog: (
3063
2131
  obj: DescribeSecurityGroupRulesRequest
3064
2132
  ) => any;
3065
-
3066
2133
  export declare const DescribeSecurityGroupRulesResultFilterSensitiveLog: (
3067
2134
  obj: DescribeSecurityGroupRulesResult
3068
2135
  ) => any;
3069
-
3070
2136
  export declare const DescribeSecurityGroupsRequestFilterSensitiveLog: (
3071
2137
  obj: DescribeSecurityGroupsRequest
3072
2138
  ) => any;
3073
-
3074
2139
  export declare const SecurityGroupFilterSensitiveLog: (
3075
2140
  obj: SecurityGroup
3076
2141
  ) => any;
3077
-
3078
2142
  export declare const DescribeSecurityGroupsResultFilterSensitiveLog: (
3079
2143
  obj: DescribeSecurityGroupsResult
3080
2144
  ) => any;
3081
-
3082
2145
  export declare const DescribeSnapshotAttributeRequestFilterSensitiveLog: (
3083
2146
  obj: DescribeSnapshotAttributeRequest
3084
2147
  ) => any;
3085
-
3086
2148
  export declare const CreateVolumePermissionFilterSensitiveLog: (
3087
2149
  obj: CreateVolumePermission
3088
2150
  ) => any;
3089
-
3090
2151
  export declare const DescribeSnapshotAttributeResultFilterSensitiveLog: (
3091
2152
  obj: DescribeSnapshotAttributeResult
3092
2153
  ) => any;
3093
-
3094
2154
  export declare const DescribeSnapshotsRequestFilterSensitiveLog: (
3095
2155
  obj: DescribeSnapshotsRequest
3096
2156
  ) => any;
3097
-
3098
2157
  export declare const DescribeSnapshotsResultFilterSensitiveLog: (
3099
2158
  obj: DescribeSnapshotsResult
3100
2159
  ) => any;
3101
-
3102
2160
  export declare const DescribeSnapshotTierStatusRequestFilterSensitiveLog: (
3103
2161
  obj: DescribeSnapshotTierStatusRequest
3104
2162
  ) => any;
3105
-
3106
2163
  export declare const SnapshotTierStatusFilterSensitiveLog: (
3107
2164
  obj: SnapshotTierStatus
3108
2165
  ) => any;
3109
-
3110
2166
  export declare const DescribeSnapshotTierStatusResultFilterSensitiveLog: (
3111
2167
  obj: DescribeSnapshotTierStatusResult
3112
2168
  ) => any;
3113
-
3114
2169
  export declare const DescribeSpotDatafeedSubscriptionRequestFilterSensitiveLog: (
3115
2170
  obj: DescribeSpotDatafeedSubscriptionRequest
3116
2171
  ) => any;
3117
-
3118
2172
  export declare const DescribeSpotDatafeedSubscriptionResultFilterSensitiveLog: (
3119
2173
  obj: DescribeSpotDatafeedSubscriptionResult
3120
2174
  ) => any;
3121
-
3122
2175
  export declare const DescribeSpotFleetInstancesRequestFilterSensitiveLog: (
3123
2176
  obj: DescribeSpotFleetInstancesRequest
3124
2177
  ) => any;
3125
-
3126
2178
  export declare const DescribeSpotFleetInstancesResponseFilterSensitiveLog: (
3127
2179
  obj: DescribeSpotFleetInstancesResponse
3128
2180
  ) => any;
3129
-
3130
2181
  export declare const DescribeSpotFleetRequestHistoryRequestFilterSensitiveLog: (
3131
2182
  obj: DescribeSpotFleetRequestHistoryRequest
3132
2183
  ) => any;
3133
-
3134
2184
  export declare const HistoryRecordFilterSensitiveLog: (
3135
2185
  obj: HistoryRecord
3136
2186
  ) => any;
3137
-
3138
2187
  export declare const DescribeSpotFleetRequestHistoryResponseFilterSensitiveLog: (
3139
2188
  obj: DescribeSpotFleetRequestHistoryResponse
3140
2189
  ) => any;
3141
-
3142
2190
  export declare const DescribeSpotFleetRequestsRequestFilterSensitiveLog: (
3143
2191
  obj: DescribeSpotFleetRequestsRequest
3144
2192
  ) => any;
3145
-
3146
2193
  export declare const SpotFleetMonitoringFilterSensitiveLog: (
3147
2194
  obj: SpotFleetMonitoring
3148
2195
  ) => any;
3149
-
3150
2196
  export declare const InstanceNetworkInterfaceSpecificationFilterSensitiveLog: (
3151
2197
  obj: InstanceNetworkInterfaceSpecification
3152
2198
  ) => any;
3153
-
3154
2199
  export declare const SpotPlacementFilterSensitiveLog: (
3155
2200
  obj: SpotPlacement
3156
2201
  ) => any;
3157
-
3158
2202
  export declare const SpotFleetTagSpecificationFilterSensitiveLog: (
3159
2203
  obj: SpotFleetTagSpecification
3160
2204
  ) => any;
3161
-
3162
2205
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
3163
2206
  obj: SpotFleetLaunchSpecification
3164
2207
  ) => any;
3165
-
3166
2208
  export declare const LaunchTemplateOverridesFilterSensitiveLog: (
3167
2209
  obj: LaunchTemplateOverrides
3168
2210
  ) => any;
3169
-
3170
2211
  export declare const LaunchTemplateConfigFilterSensitiveLog: (
3171
2212
  obj: LaunchTemplateConfig
3172
2213
  ) => any;
3173
-
3174
2214
  export declare const ClassicLoadBalancerFilterSensitiveLog: (
3175
2215
  obj: ClassicLoadBalancer
3176
2216
  ) => any;
3177
-
3178
2217
  export declare const ClassicLoadBalancersConfigFilterSensitiveLog: (
3179
2218
  obj: ClassicLoadBalancersConfig
3180
2219
  ) => any;
3181
-
3182
2220
  export declare const TargetGroupFilterSensitiveLog: (obj: TargetGroup) => any;
3183
-
3184
2221
  export declare const TargetGroupsConfigFilterSensitiveLog: (
3185
2222
  obj: TargetGroupsConfig
3186
2223
  ) => any;
3187
-
3188
2224
  export declare const LoadBalancersConfigFilterSensitiveLog: (
3189
2225
  obj: LoadBalancersConfig
3190
2226
  ) => any;
3191
-
3192
2227
  export declare const SpotCapacityRebalanceFilterSensitiveLog: (
3193
2228
  obj: SpotCapacityRebalance
3194
2229
  ) => any;
3195
-
3196
2230
  export declare const SpotMaintenanceStrategiesFilterSensitiveLog: (
3197
2231
  obj: SpotMaintenanceStrategies
3198
2232
  ) => any;
3199
-
3200
2233
  export declare const SpotFleetRequestConfigDataFilterSensitiveLog: (
3201
2234
  obj: SpotFleetRequestConfigData
3202
2235
  ) => any;
3203
-
3204
2236
  export declare const SpotFleetRequestConfigFilterSensitiveLog: (
3205
2237
  obj: SpotFleetRequestConfig
3206
2238
  ) => any;
3207
-
3208
2239
  export declare const DescribeSpotFleetRequestsResponseFilterSensitiveLog: (
3209
2240
  obj: DescribeSpotFleetRequestsResponse
3210
2241
  ) => any;
3211
-
3212
2242
  export declare const DescribeSpotInstanceRequestsRequestFilterSensitiveLog: (
3213
2243
  obj: DescribeSpotInstanceRequestsRequest
3214
2244
  ) => any;
3215
-
3216
2245
  export declare const RunInstancesMonitoringEnabledFilterSensitiveLog: (
3217
2246
  obj: RunInstancesMonitoringEnabled
3218
2247
  ) => any;
3219
-
3220
2248
  export declare const LaunchSpecificationFilterSensitiveLog: (
3221
2249
  obj: LaunchSpecification
3222
2250
  ) => any;
3223
-
3224
2251
  export declare const SpotInstanceStatusFilterSensitiveLog: (
3225
2252
  obj: SpotInstanceStatus
3226
2253
  ) => any;
3227
-
3228
2254
  export declare const SpotInstanceRequestFilterSensitiveLog: (
3229
2255
  obj: SpotInstanceRequest
3230
2256
  ) => any;
3231
-
3232
2257
  export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
3233
2258
  obj: DescribeSpotInstanceRequestsResult
3234
2259
  ) => any;
3235
-
3236
2260
  export declare const DescribeSpotPriceHistoryRequestFilterSensitiveLog: (
3237
2261
  obj: DescribeSpotPriceHistoryRequest
3238
2262
  ) => any;
3239
-
3240
2263
  export declare const SpotPriceFilterSensitiveLog: (obj: SpotPrice) => any;
3241
-
3242
2264
  export declare const DescribeSpotPriceHistoryResultFilterSensitiveLog: (
3243
2265
  obj: DescribeSpotPriceHistoryResult
3244
2266
  ) => any;
3245
-
3246
2267
  export declare const DescribeStaleSecurityGroupsRequestFilterSensitiveLog: (
3247
2268
  obj: DescribeStaleSecurityGroupsRequest
3248
2269
  ) => any;
3249
-
3250
2270
  export declare const StaleIpPermissionFilterSensitiveLog: (
3251
2271
  obj: StaleIpPermission
3252
2272
  ) => any;
3253
-
3254
2273
  export declare const StaleSecurityGroupFilterSensitiveLog: (
3255
2274
  obj: StaleSecurityGroup
3256
2275
  ) => any;
3257
-
3258
2276
  export declare const DescribeStaleSecurityGroupsResultFilterSensitiveLog: (
3259
2277
  obj: DescribeStaleSecurityGroupsResult
3260
2278
  ) => any;
3261
-
3262
2279
  export declare const DescribeStoreImageTasksRequestFilterSensitiveLog: (
3263
2280
  obj: DescribeStoreImageTasksRequest
3264
2281
  ) => any;
3265
-
3266
2282
  export declare const StoreImageTaskResultFilterSensitiveLog: (
3267
2283
  obj: StoreImageTaskResult
3268
2284
  ) => any;
3269
-
3270
2285
  export declare const DescribeStoreImageTasksResultFilterSensitiveLog: (
3271
2286
  obj: DescribeStoreImageTasksResult
3272
2287
  ) => any;
3273
-
3274
2288
  export declare const DescribeSubnetsRequestFilterSensitiveLog: (
3275
2289
  obj: DescribeSubnetsRequest
3276
2290
  ) => any;
3277
-
3278
2291
  export declare const DescribeSubnetsResultFilterSensitiveLog: (
3279
2292
  obj: DescribeSubnetsResult
3280
2293
  ) => any;
3281
-
3282
2294
  export declare const DescribeTagsRequestFilterSensitiveLog: (
3283
2295
  obj: DescribeTagsRequest
3284
2296
  ) => any;
3285
-
3286
2297
  export declare const TagDescriptionFilterSensitiveLog: (
3287
2298
  obj: TagDescription
3288
2299
  ) => any;
3289
-
3290
2300
  export declare const DescribeTagsResultFilterSensitiveLog: (
3291
2301
  obj: DescribeTagsResult
3292
2302
  ) => any;
3293
-
3294
2303
  export declare const DescribeTrafficMirrorFiltersRequestFilterSensitiveLog: (
3295
2304
  obj: DescribeTrafficMirrorFiltersRequest
3296
2305
  ) => any;
3297
-
3298
2306
  export declare const DescribeTrafficMirrorFiltersResultFilterSensitiveLog: (
3299
2307
  obj: DescribeTrafficMirrorFiltersResult
3300
2308
  ) => any;
3301
-
3302
2309
  export declare const DescribeTrafficMirrorSessionsRequestFilterSensitiveLog: (
3303
2310
  obj: DescribeTrafficMirrorSessionsRequest
3304
2311
  ) => any;
3305
-
3306
2312
  export declare const DescribeTrafficMirrorSessionsResultFilterSensitiveLog: (
3307
2313
  obj: DescribeTrafficMirrorSessionsResult
3308
2314
  ) => any;
3309
-
3310
2315
  export declare const DescribeTrafficMirrorTargetsRequestFilterSensitiveLog: (
3311
2316
  obj: DescribeTrafficMirrorTargetsRequest
3312
2317
  ) => any;
3313
-
3314
2318
  export declare const DescribeTrafficMirrorTargetsResultFilterSensitiveLog: (
3315
2319
  obj: DescribeTrafficMirrorTargetsResult
3316
2320
  ) => any;
3317
-
3318
2321
  export declare const DescribeTransitGatewayAttachmentsRequestFilterSensitiveLog: (
3319
2322
  obj: DescribeTransitGatewayAttachmentsRequest
3320
2323
  ) => any;
3321
-
3322
2324
  export declare const TransitGatewayAttachmentAssociationFilterSensitiveLog: (
3323
2325
  obj: TransitGatewayAttachmentAssociation
3324
2326
  ) => any;
3325
-
3326
2327
  export declare const TransitGatewayAttachmentFilterSensitiveLog: (
3327
2328
  obj: TransitGatewayAttachment
3328
2329
  ) => any;
3329
-
3330
2330
  export declare const DescribeTransitGatewayAttachmentsResultFilterSensitiveLog: (
3331
2331
  obj: DescribeTransitGatewayAttachmentsResult
3332
2332
  ) => any;
3333
-
3334
2333
  export declare const DescribeTransitGatewayConnectPeersRequestFilterSensitiveLog: (
3335
2334
  obj: DescribeTransitGatewayConnectPeersRequest
3336
2335
  ) => any;
3337
-
3338
2336
  export declare const DescribeTransitGatewayConnectPeersResultFilterSensitiveLog: (
3339
2337
  obj: DescribeTransitGatewayConnectPeersResult
3340
2338
  ) => any;
3341
-
3342
2339
  export declare const DescribeTransitGatewayConnectsRequestFilterSensitiveLog: (
3343
2340
  obj: DescribeTransitGatewayConnectsRequest
3344
2341
  ) => any;
3345
-
3346
2342
  export declare const DescribeTransitGatewayConnectsResultFilterSensitiveLog: (
3347
2343
  obj: DescribeTransitGatewayConnectsResult
3348
2344
  ) => any;
3349
-
3350
2345
  export declare const DescribeTransitGatewayMulticastDomainsRequestFilterSensitiveLog: (
3351
2346
  obj: DescribeTransitGatewayMulticastDomainsRequest
3352
2347
  ) => any;
3353
-
3354
2348
  export declare const DescribeTransitGatewayMulticastDomainsResultFilterSensitiveLog: (
3355
2349
  obj: DescribeTransitGatewayMulticastDomainsResult
3356
2350
  ) => any;
3357
-
3358
2351
  export declare const DescribeTransitGatewayPeeringAttachmentsRequestFilterSensitiveLog: (
3359
2352
  obj: DescribeTransitGatewayPeeringAttachmentsRequest
3360
2353
  ) => any;
3361
-
3362
2354
  export declare const DescribeTransitGatewayPeeringAttachmentsResultFilterSensitiveLog: (
3363
2355
  obj: DescribeTransitGatewayPeeringAttachmentsResult
3364
2356
  ) => any;
3365
-
3366
2357
  export declare const DescribeTransitGatewayPolicyTablesRequestFilterSensitiveLog: (
3367
2358
  obj: DescribeTransitGatewayPolicyTablesRequest
3368
2359
  ) => any;
3369
-
3370
2360
  export declare const DescribeTransitGatewayPolicyTablesResultFilterSensitiveLog: (
3371
2361
  obj: DescribeTransitGatewayPolicyTablesResult
3372
2362
  ) => any;
3373
-
3374
2363
  export declare const DescribeTransitGatewayRouteTableAnnouncementsRequestFilterSensitiveLog: (
3375
2364
  obj: DescribeTransitGatewayRouteTableAnnouncementsRequest
3376
2365
  ) => any;
3377
-
3378
2366
  export declare const DescribeTransitGatewayRouteTableAnnouncementsResultFilterSensitiveLog: (
3379
2367
  obj: DescribeTransitGatewayRouteTableAnnouncementsResult
3380
2368
  ) => any;
3381
-
3382
2369
  export declare const DescribeTransitGatewayRouteTablesRequestFilterSensitiveLog: (
3383
2370
  obj: DescribeTransitGatewayRouteTablesRequest
3384
2371
  ) => any;
3385
-
3386
2372
  export declare const DescribeTransitGatewayRouteTablesResultFilterSensitiveLog: (
3387
2373
  obj: DescribeTransitGatewayRouteTablesResult
3388
2374
  ) => any;
3389
-
3390
2375
  export declare const DescribeTransitGatewaysRequestFilterSensitiveLog: (
3391
2376
  obj: DescribeTransitGatewaysRequest
3392
2377
  ) => any;
3393
-
3394
2378
  export declare const DescribeTransitGatewaysResultFilterSensitiveLog: (
3395
2379
  obj: DescribeTransitGatewaysResult
3396
2380
  ) => any;
3397
-
3398
2381
  export declare const DescribeTransitGatewayVpcAttachmentsRequestFilterSensitiveLog: (
3399
2382
  obj: DescribeTransitGatewayVpcAttachmentsRequest
3400
2383
  ) => any;
3401
-
3402
2384
  export declare const DescribeTransitGatewayVpcAttachmentsResultFilterSensitiveLog: (
3403
2385
  obj: DescribeTransitGatewayVpcAttachmentsResult
3404
2386
  ) => any;
3405
-
3406
2387
  export declare const DescribeTrunkInterfaceAssociationsRequestFilterSensitiveLog: (
3407
2388
  obj: DescribeTrunkInterfaceAssociationsRequest
3408
2389
  ) => any;
3409
-
3410
2390
  export declare const DescribeTrunkInterfaceAssociationsResultFilterSensitiveLog: (
3411
2391
  obj: DescribeTrunkInterfaceAssociationsResult
3412
2392
  ) => any;
3413
-
3414
2393
  export declare const DescribeVolumeAttributeRequestFilterSensitiveLog: (
3415
2394
  obj: DescribeVolumeAttributeRequest
3416
2395
  ) => any;
3417
-
3418
2396
  export declare const DescribeVolumeAttributeResultFilterSensitiveLog: (
3419
2397
  obj: DescribeVolumeAttributeResult
3420
2398
  ) => any;
3421
-
3422
2399
  export declare const DescribeVolumesRequestFilterSensitiveLog: (
3423
2400
  obj: DescribeVolumesRequest
3424
2401
  ) => any;
3425
-
3426
2402
  export declare const DescribeVolumesResultFilterSensitiveLog: (
3427
2403
  obj: DescribeVolumesResult
3428
2404
  ) => any;
3429
-
3430
2405
  export declare const DescribeVolumesModificationsRequestFilterSensitiveLog: (
3431
2406
  obj: DescribeVolumesModificationsRequest
3432
2407
  ) => any;
3433
-
3434
2408
  export declare const VolumeModificationFilterSensitiveLog: (
3435
2409
  obj: VolumeModification
3436
2410
  ) => any;
3437
-
3438
2411
  export declare const DescribeVolumesModificationsResultFilterSensitiveLog: (
3439
2412
  obj: DescribeVolumesModificationsResult
3440
2413
  ) => any;
3441
-
3442
2414
  export declare const DescribeVolumeStatusRequestFilterSensitiveLog: (
3443
2415
  obj: DescribeVolumeStatusRequest
3444
2416
  ) => any;
3445
-
3446
2417
  export declare const VolumeStatusActionFilterSensitiveLog: (
3447
2418
  obj: VolumeStatusAction
3448
2419
  ) => any;
3449
-
3450
2420
  export declare const VolumeStatusAttachmentStatusFilterSensitiveLog: (
3451
2421
  obj: VolumeStatusAttachmentStatus
3452
2422
  ) => any;
3453
-
3454
2423
  export declare const VolumeStatusEventFilterSensitiveLog: (
3455
2424
  obj: VolumeStatusEvent
3456
2425
  ) => any;
3457
-
3458
2426
  export declare const VolumeStatusDetailsFilterSensitiveLog: (
3459
2427
  obj: VolumeStatusDetails
3460
2428
  ) => any;
3461
-
3462
2429
  export declare const VolumeStatusInfoFilterSensitiveLog: (
3463
2430
  obj: VolumeStatusInfo
3464
2431
  ) => any;
3465
-
3466
2432
  export declare const VolumeStatusItemFilterSensitiveLog: (
3467
2433
  obj: VolumeStatusItem
3468
2434
  ) => any;
3469
-
3470
2435
  export declare const DescribeVolumeStatusResultFilterSensitiveLog: (
3471
2436
  obj: DescribeVolumeStatusResult
3472
2437
  ) => any;
3473
-
3474
2438
  export declare const DescribeVpcAttributeRequestFilterSensitiveLog: (
3475
2439
  obj: DescribeVpcAttributeRequest
3476
2440
  ) => any;
3477
-
3478
2441
  export declare const DescribeVpcAttributeResultFilterSensitiveLog: (
3479
2442
  obj: DescribeVpcAttributeResult
3480
2443
  ) => any;
3481
-
3482
2444
  export declare const DescribeVpcClassicLinkRequestFilterSensitiveLog: (
3483
2445
  obj: DescribeVpcClassicLinkRequest
3484
2446
  ) => any;
3485
-
3486
2447
  export declare const VpcClassicLinkFilterSensitiveLog: (
3487
2448
  obj: VpcClassicLink
3488
2449
  ) => any;
3489
-
3490
2450
  export declare const DescribeVpcClassicLinkResultFilterSensitiveLog: (
3491
2451
  obj: DescribeVpcClassicLinkResult
3492
2452
  ) => any;
3493
-
3494
2453
  export declare const DescribeVpcClassicLinkDnsSupportRequestFilterSensitiveLog: (
3495
2454
  obj: DescribeVpcClassicLinkDnsSupportRequest
3496
2455
  ) => any;
3497
-
3498
2456
  export declare const ClassicLinkDnsSupportFilterSensitiveLog: (
3499
2457
  obj: ClassicLinkDnsSupport
3500
2458
  ) => any;
3501
-
3502
2459
  export declare const DescribeVpcClassicLinkDnsSupportResultFilterSensitiveLog: (
3503
2460
  obj: DescribeVpcClassicLinkDnsSupportResult
3504
2461
  ) => any;
3505
-
3506
2462
  export declare const DescribeVpcEndpointConnectionNotificationsRequestFilterSensitiveLog: (
3507
2463
  obj: DescribeVpcEndpointConnectionNotificationsRequest
3508
2464
  ) => any;
3509
-
3510
2465
  export declare const DescribeVpcEndpointConnectionNotificationsResultFilterSensitiveLog: (
3511
2466
  obj: DescribeVpcEndpointConnectionNotificationsResult
3512
2467
  ) => any;
3513
-
3514
2468
  export declare const DescribeVpcEndpointConnectionsRequestFilterSensitiveLog: (
3515
2469
  obj: DescribeVpcEndpointConnectionsRequest
3516
2470
  ) => any;
3517
-
3518
2471
  export declare const VpcEndpointConnectionFilterSensitiveLog: (
3519
2472
  obj: VpcEndpointConnection
3520
2473
  ) => any;
3521
-
3522
2474
  export declare const DescribeVpcEndpointConnectionsResultFilterSensitiveLog: (
3523
2475
  obj: DescribeVpcEndpointConnectionsResult
3524
2476
  ) => any;
3525
-
3526
2477
  export declare const DescribeVpcEndpointsRequestFilterSensitiveLog: (
3527
2478
  obj: DescribeVpcEndpointsRequest
3528
2479
  ) => any;
3529
-
3530
2480
  export declare const DescribeVpcEndpointsResultFilterSensitiveLog: (
3531
2481
  obj: DescribeVpcEndpointsResult
3532
2482
  ) => any;
3533
-
3534
2483
  export declare const DescribeVpcEndpointServiceConfigurationsRequestFilterSensitiveLog: (
3535
2484
  obj: DescribeVpcEndpointServiceConfigurationsRequest
3536
2485
  ) => any;
3537
-
3538
2486
  export declare const DescribeVpcEndpointServiceConfigurationsResultFilterSensitiveLog: (
3539
2487
  obj: DescribeVpcEndpointServiceConfigurationsResult
3540
2488
  ) => any;
3541
-
3542
2489
  export declare const DescribeVpcEndpointServicePermissionsRequestFilterSensitiveLog: (
3543
2490
  obj: DescribeVpcEndpointServicePermissionsRequest
3544
2491
  ) => any;
3545
-
3546
2492
  export declare const DescribeVpcEndpointServicePermissionsResultFilterSensitiveLog: (
3547
2493
  obj: DescribeVpcEndpointServicePermissionsResult
3548
2494
  ) => any;
3549
-
3550
2495
  export declare const DescribeVpcEndpointServicesRequestFilterSensitiveLog: (
3551
2496
  obj: DescribeVpcEndpointServicesRequest
3552
2497
  ) => any;
3553
-
3554
2498
  export declare const PrivateDnsDetailsFilterSensitiveLog: (
3555
2499
  obj: PrivateDnsDetails
3556
2500
  ) => any;
3557
-
3558
2501
  export declare const ServiceDetailFilterSensitiveLog: (
3559
2502
  obj: ServiceDetail
3560
2503
  ) => any;
3561
-
3562
2504
  export declare const DescribeVpcEndpointServicesResultFilterSensitiveLog: (
3563
2505
  obj: DescribeVpcEndpointServicesResult
3564
2506
  ) => any;
3565
-
3566
2507
  export declare const DescribeVpcPeeringConnectionsRequestFilterSensitiveLog: (
3567
2508
  obj: DescribeVpcPeeringConnectionsRequest
3568
2509
  ) => any;
3569
-
3570
2510
  export declare const DescribeVpcPeeringConnectionsResultFilterSensitiveLog: (
3571
2511
  obj: DescribeVpcPeeringConnectionsResult
3572
2512
  ) => any;
3573
-
3574
2513
  export declare const DescribeVpcsRequestFilterSensitiveLog: (
3575
2514
  obj: DescribeVpcsRequest
3576
2515
  ) => any;
3577
-
3578
2516
  export declare const DescribeVpcsResultFilterSensitiveLog: (
3579
2517
  obj: DescribeVpcsResult
3580
2518
  ) => any;
3581
-
3582
2519
  export declare const DescribeVpnConnectionsRequestFilterSensitiveLog: (
3583
2520
  obj: DescribeVpnConnectionsRequest
3584
2521
  ) => any;
3585
-
3586
2522
  export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
3587
2523
  obj: DescribeVpnConnectionsResult
3588
2524
  ) => any;
3589
-
3590
2525
  export declare const DescribeVpnGatewaysRequestFilterSensitiveLog: (
3591
2526
  obj: DescribeVpnGatewaysRequest
3592
2527
  ) => any;
3593
-
3594
2528
  export declare const DescribeVpnGatewaysResultFilterSensitiveLog: (
3595
2529
  obj: DescribeVpnGatewaysResult
3596
2530
  ) => any;
3597
-
3598
2531
  export declare const DetachClassicLinkVpcRequestFilterSensitiveLog: (
3599
2532
  obj: DetachClassicLinkVpcRequest
3600
2533
  ) => any;
3601
-
3602
2534
  export declare const DetachClassicLinkVpcResultFilterSensitiveLog: (
3603
2535
  obj: DetachClassicLinkVpcResult
3604
2536
  ) => any;
3605
-
3606
2537
  export declare const DetachInternetGatewayRequestFilterSensitiveLog: (
3607
2538
  obj: DetachInternetGatewayRequest
3608
2539
  ) => any;
3609
-
3610
2540
  export declare const DetachNetworkInterfaceRequestFilterSensitiveLog: (
3611
2541
  obj: DetachNetworkInterfaceRequest
3612
2542
  ) => any;
3613
-
3614
2543
  export declare const DetachVolumeRequestFilterSensitiveLog: (
3615
2544
  obj: DetachVolumeRequest
3616
2545
  ) => any;
3617
-
3618
2546
  export declare const DetachVpnGatewayRequestFilterSensitiveLog: (
3619
2547
  obj: DetachVpnGatewayRequest
3620
2548
  ) => any;
3621
-
3622
2549
  export declare const DisableEbsEncryptionByDefaultRequestFilterSensitiveLog: (
3623
2550
  obj: DisableEbsEncryptionByDefaultRequest
3624
2551
  ) => any;
3625
-
3626
2552
  export declare const DisableEbsEncryptionByDefaultResultFilterSensitiveLog: (
3627
2553
  obj: DisableEbsEncryptionByDefaultResult
3628
2554
  ) => any;
3629
-
3630
2555
  export declare const DisableFastLaunchRequestFilterSensitiveLog: (
3631
2556
  obj: DisableFastLaunchRequest
3632
2557
  ) => any;
3633
-
3634
2558
  export declare const DisableFastLaunchResultFilterSensitiveLog: (
3635
2559
  obj: DisableFastLaunchResult
3636
2560
  ) => any;
3637
-
3638
2561
  export declare const DisableFastSnapshotRestoresRequestFilterSensitiveLog: (
3639
2562
  obj: DisableFastSnapshotRestoresRequest
3640
2563
  ) => any;
3641
-
3642
2564
  export declare const DisableFastSnapshotRestoreSuccessItemFilterSensitiveLog: (
3643
2565
  obj: DisableFastSnapshotRestoreSuccessItem
3644
2566
  ) => any;
3645
-
3646
2567
  export declare const DisableFastSnapshotRestoreStateErrorFilterSensitiveLog: (
3647
2568
  obj: DisableFastSnapshotRestoreStateError
3648
2569
  ) => any;
3649
-
3650
2570
  export declare const DisableFastSnapshotRestoreStateErrorItemFilterSensitiveLog: (
3651
2571
  obj: DisableFastSnapshotRestoreStateErrorItem
3652
2572
  ) => any;
3653
-
3654
2573
  export declare const DisableFastSnapshotRestoreErrorItemFilterSensitiveLog: (
3655
2574
  obj: DisableFastSnapshotRestoreErrorItem
3656
2575
  ) => any;
3657
-
3658
2576
  export declare const DisableFastSnapshotRestoresResultFilterSensitiveLog: (
3659
2577
  obj: DisableFastSnapshotRestoresResult
3660
2578
  ) => any;
3661
-
3662
2579
  export declare const DisableImageDeprecationRequestFilterSensitiveLog: (
3663
2580
  obj: DisableImageDeprecationRequest
3664
2581
  ) => any;
3665
-
3666
2582
  export declare const DisableImageDeprecationResultFilterSensitiveLog: (
3667
2583
  obj: DisableImageDeprecationResult
3668
2584
  ) => any;
3669
-
3670
2585
  export declare const DisableIpamOrganizationAdminAccountRequestFilterSensitiveLog: (
3671
2586
  obj: DisableIpamOrganizationAdminAccountRequest
3672
2587
  ) => any;
3673
-
3674
2588
  export declare const DisableIpamOrganizationAdminAccountResultFilterSensitiveLog: (
3675
2589
  obj: DisableIpamOrganizationAdminAccountResult
3676
2590
  ) => any;
3677
-
3678
2591
  export declare const DisableSerialConsoleAccessRequestFilterSensitiveLog: (
3679
2592
  obj: DisableSerialConsoleAccessRequest
3680
2593
  ) => any;
3681
-
3682
2594
  export declare const DisableSerialConsoleAccessResultFilterSensitiveLog: (
3683
2595
  obj: DisableSerialConsoleAccessResult
3684
2596
  ) => any;
3685
-
3686
2597
  export declare const DisableTransitGatewayRouteTablePropagationRequestFilterSensitiveLog: (
3687
2598
  obj: DisableTransitGatewayRouteTablePropagationRequest
3688
2599
  ) => any;
3689
-
3690
2600
  export declare const TransitGatewayPropagationFilterSensitiveLog: (
3691
2601
  obj: TransitGatewayPropagation
3692
2602
  ) => any;
3693
-
3694
2603
  export declare const DisableTransitGatewayRouteTablePropagationResultFilterSensitiveLog: (
3695
2604
  obj: DisableTransitGatewayRouteTablePropagationResult
3696
2605
  ) => any;
3697
-
3698
2606
  export declare const DisableVgwRoutePropagationRequestFilterSensitiveLog: (
3699
2607
  obj: DisableVgwRoutePropagationRequest
3700
2608
  ) => any;
3701
-
3702
2609
  export declare const DisableVpcClassicLinkRequestFilterSensitiveLog: (
3703
2610
  obj: DisableVpcClassicLinkRequest
3704
2611
  ) => any;
3705
-
3706
2612
  export declare const DisableVpcClassicLinkResultFilterSensitiveLog: (
3707
2613
  obj: DisableVpcClassicLinkResult
3708
2614
  ) => any;
3709
-
3710
2615
  export declare const DisableVpcClassicLinkDnsSupportRequestFilterSensitiveLog: (
3711
2616
  obj: DisableVpcClassicLinkDnsSupportRequest
3712
2617
  ) => any;
3713
-
3714
2618
  export declare const DisableVpcClassicLinkDnsSupportResultFilterSensitiveLog: (
3715
2619
  obj: DisableVpcClassicLinkDnsSupportResult
3716
2620
  ) => any;
3717
-
3718
2621
  export declare const DisassociateAddressRequestFilterSensitiveLog: (
3719
2622
  obj: DisassociateAddressRequest
3720
2623
  ) => any;
3721
-
3722
2624
  export declare const DisassociateClientVpnTargetNetworkRequestFilterSensitiveLog: (
3723
2625
  obj: DisassociateClientVpnTargetNetworkRequest
3724
2626
  ) => any;
3725
-
3726
2627
  export declare const DisassociateClientVpnTargetNetworkResultFilterSensitiveLog: (
3727
2628
  obj: DisassociateClientVpnTargetNetworkResult
3728
2629
  ) => any;
3729
-
3730
2630
  export declare const DisassociateEnclaveCertificateIamRoleRequestFilterSensitiveLog: (
3731
2631
  obj: DisassociateEnclaveCertificateIamRoleRequest
3732
2632
  ) => any;
3733
-
3734
2633
  export declare const DisassociateEnclaveCertificateIamRoleResultFilterSensitiveLog: (
3735
2634
  obj: DisassociateEnclaveCertificateIamRoleResult
3736
2635
  ) => any;
3737
-
3738
2636
  export declare const DisassociateIamInstanceProfileRequestFilterSensitiveLog: (
3739
2637
  obj: DisassociateIamInstanceProfileRequest
3740
2638
  ) => any;
3741
-
3742
2639
  export declare const DisassociateIamInstanceProfileResultFilterSensitiveLog: (
3743
2640
  obj: DisassociateIamInstanceProfileResult
3744
2641
  ) => any;
3745
-
3746
2642
  export declare const InstanceEventWindowDisassociationRequestFilterSensitiveLog: (
3747
2643
  obj: InstanceEventWindowDisassociationRequest
3748
2644
  ) => any;
3749
-
3750
2645
  export declare const DisassociateInstanceEventWindowRequestFilterSensitiveLog: (
3751
2646
  obj: DisassociateInstanceEventWindowRequest
3752
2647
  ) => any;
3753
-
3754
2648
  export declare const DisassociateInstanceEventWindowResultFilterSensitiveLog: (
3755
2649
  obj: DisassociateInstanceEventWindowResult
3756
2650
  ) => any;
3757
-
3758
2651
  export declare const DisassociateRouteTableRequestFilterSensitiveLog: (
3759
2652
  obj: DisassociateRouteTableRequest
3760
2653
  ) => any;
3761
-
3762
2654
  export declare const DisassociateSubnetCidrBlockRequestFilterSensitiveLog: (
3763
2655
  obj: DisassociateSubnetCidrBlockRequest
3764
2656
  ) => any;
3765
-
3766
2657
  export declare const DisassociateSubnetCidrBlockResultFilterSensitiveLog: (
3767
2658
  obj: DisassociateSubnetCidrBlockResult
3768
2659
  ) => any;
3769
-
3770
2660
  export declare const DisassociateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
3771
2661
  obj: DisassociateTransitGatewayMulticastDomainRequest
3772
2662
  ) => any;
3773
-
3774
2663
  export declare const DisassociateTransitGatewayMulticastDomainResultFilterSensitiveLog: (
3775
2664
  obj: DisassociateTransitGatewayMulticastDomainResult
3776
2665
  ) => any;
3777
-
3778
2666
  export declare const DisassociateTransitGatewayPolicyTableRequestFilterSensitiveLog: (
3779
2667
  obj: DisassociateTransitGatewayPolicyTableRequest
3780
2668
  ) => any;
3781
-
3782
2669
  export declare const DisassociateTransitGatewayPolicyTableResultFilterSensitiveLog: (
3783
2670
  obj: DisassociateTransitGatewayPolicyTableResult
3784
2671
  ) => any;
3785
-
3786
2672
  export declare const DisassociateTransitGatewayRouteTableRequestFilterSensitiveLog: (
3787
2673
  obj: DisassociateTransitGatewayRouteTableRequest
3788
2674
  ) => any;
3789
-
3790
2675
  export declare const DisassociateTransitGatewayRouteTableResultFilterSensitiveLog: (
3791
2676
  obj: DisassociateTransitGatewayRouteTableResult
3792
2677
  ) => any;
3793
-
3794
2678
  export declare const DisassociateTrunkInterfaceRequestFilterSensitiveLog: (
3795
2679
  obj: DisassociateTrunkInterfaceRequest
3796
2680
  ) => any;
3797
-
3798
2681
  export declare const DisassociateTrunkInterfaceResultFilterSensitiveLog: (
3799
2682
  obj: DisassociateTrunkInterfaceResult
3800
2683
  ) => any;
3801
-
3802
2684
  export declare const DisassociateVpcCidrBlockRequestFilterSensitiveLog: (
3803
2685
  obj: DisassociateVpcCidrBlockRequest
3804
2686
  ) => any;
3805
-
3806
2687
  export declare const DisassociateVpcCidrBlockResultFilterSensitiveLog: (
3807
2688
  obj: DisassociateVpcCidrBlockResult
3808
2689
  ) => any;
3809
-
3810
2690
  export declare const EnableEbsEncryptionByDefaultRequestFilterSensitiveLog: (
3811
2691
  obj: EnableEbsEncryptionByDefaultRequest
3812
2692
  ) => any;
3813
-
3814
2693
  export declare const EnableEbsEncryptionByDefaultResultFilterSensitiveLog: (
3815
2694
  obj: EnableEbsEncryptionByDefaultResult
3816
2695
  ) => any;
3817
-
3818
2696
  export declare const FastLaunchLaunchTemplateSpecificationRequestFilterSensitiveLog: (
3819
2697
  obj: FastLaunchLaunchTemplateSpecificationRequest
3820
2698
  ) => any;
3821
-
3822
2699
  export declare const FastLaunchSnapshotConfigurationRequestFilterSensitiveLog: (
3823
2700
  obj: FastLaunchSnapshotConfigurationRequest
3824
2701
  ) => any;
3825
-
3826
2702
  export declare const EnableFastLaunchRequestFilterSensitiveLog: (
3827
2703
  obj: EnableFastLaunchRequest
3828
2704
  ) => any;
3829
-
3830
2705
  export declare const EnableFastLaunchResultFilterSensitiveLog: (
3831
2706
  obj: EnableFastLaunchResult
3832
2707
  ) => any;
3833
-
3834
2708
  export declare const EnableFastSnapshotRestoresRequestFilterSensitiveLog: (
3835
2709
  obj: EnableFastSnapshotRestoresRequest
3836
2710
  ) => any;
3837
-
3838
2711
  export declare const EnableFastSnapshotRestoreSuccessItemFilterSensitiveLog: (
3839
2712
  obj: EnableFastSnapshotRestoreSuccessItem
3840
2713
  ) => any;
3841
-
3842
2714
  export declare const EnableFastSnapshotRestoreStateErrorFilterSensitiveLog: (
3843
2715
  obj: EnableFastSnapshotRestoreStateError
3844
2716
  ) => any;
3845
-
3846
2717
  export declare const EnableFastSnapshotRestoreStateErrorItemFilterSensitiveLog: (
3847
2718
  obj: EnableFastSnapshotRestoreStateErrorItem
3848
2719
  ) => any;
3849
-
3850
2720
  export declare const EnableFastSnapshotRestoreErrorItemFilterSensitiveLog: (
3851
2721
  obj: EnableFastSnapshotRestoreErrorItem
3852
2722
  ) => any;
3853
-
3854
- export declare const EnableFastSnapshotRestoresResultFilterSensitiveLog: (
3855
- obj: EnableFastSnapshotRestoresResult
3856
- ) => any;
3857
-
3858
- export declare const EnableImageDeprecationRequestFilterSensitiveLog: (
3859
- obj: EnableImageDeprecationRequest
3860
- ) => any;
3861
-
3862
- export declare const EnableImageDeprecationResultFilterSensitiveLog: (
3863
- obj: EnableImageDeprecationResult
3864
- ) => any;
3865
-
3866
- export declare const EnableIpamOrganizationAdminAccountRequestFilterSensitiveLog: (
3867
- obj: EnableIpamOrganizationAdminAccountRequest
3868
- ) => any;
3869
-
3870
- export declare const EnableIpamOrganizationAdminAccountResultFilterSensitiveLog: (
3871
- obj: EnableIpamOrganizationAdminAccountResult
3872
- ) => any;
3873
-
3874
- export declare const EnableSerialConsoleAccessRequestFilterSensitiveLog: (
3875
- obj: EnableSerialConsoleAccessRequest
3876
- ) => any;
3877
-
3878
- export declare const EnableSerialConsoleAccessResultFilterSensitiveLog: (
3879
- obj: EnableSerialConsoleAccessResult
3880
- ) => any;
3881
-
3882
- export declare const EnableTransitGatewayRouteTablePropagationRequestFilterSensitiveLog: (
3883
- obj: EnableTransitGatewayRouteTablePropagationRequest
3884
- ) => any;
3885
-
3886
- export declare const EnableTransitGatewayRouteTablePropagationResultFilterSensitiveLog: (
3887
- obj: EnableTransitGatewayRouteTablePropagationResult
3888
- ) => any;
3889
-
3890
- export declare const EnableVgwRoutePropagationRequestFilterSensitiveLog: (
3891
- obj: EnableVgwRoutePropagationRequest
3892
- ) => any;
3893
-
3894
- export declare const EnableVolumeIORequestFilterSensitiveLog: (
3895
- obj: EnableVolumeIORequest
3896
- ) => any;
3897
-
3898
- export declare const EnableVpcClassicLinkRequestFilterSensitiveLog: (
3899
- obj: EnableVpcClassicLinkRequest
3900
- ) => any;
3901
-
3902
- export declare const EnableVpcClassicLinkResultFilterSensitiveLog: (
3903
- obj: EnableVpcClassicLinkResult
3904
- ) => any;
3905
-
3906
- export declare const EnableVpcClassicLinkDnsSupportRequestFilterSensitiveLog: (
3907
- obj: EnableVpcClassicLinkDnsSupportRequest
3908
- ) => any;
3909
-
3910
- export declare const EnableVpcClassicLinkDnsSupportResultFilterSensitiveLog: (
3911
- obj: EnableVpcClassicLinkDnsSupportResult
3912
- ) => any;
3913
-
3914
- export declare const ExportClientVpnClientCertificateRevocationListRequestFilterSensitiveLog: (
3915
- obj: ExportClientVpnClientCertificateRevocationListRequest
3916
- ) => any;