@aws-sdk/client-ec2 3.170.0 → 3.172.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (763) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/EC2.js +120 -0
  3. package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
  4. package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
  5. package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
  6. package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
  7. package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
  8. package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  9. package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
  10. package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
  11. package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
  12. package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
  13. package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  17. package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
  31. package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  32. package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
  33. package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
  34. package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
  35. package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
  36. package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
  37. package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
  38. package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
  39. package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
  40. package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  41. package/dist-cjs/commands/MonitorInstancesCommand.js +2 -1
  42. package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
  43. package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
  44. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
  45. package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
  46. package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
  47. package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
  48. package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
  49. package/dist-cjs/commands/index.js +8 -0
  50. package/dist-cjs/models/models_0.js +994 -44
  51. package/dist-cjs/models/models_1.js +300 -42
  52. package/dist-cjs/models/models_2.js +208 -90
  53. package/dist-cjs/models/models_3.js +351 -93
  54. package/dist-cjs/models/models_4.js +160 -74
  55. package/dist-cjs/models/models_5.js +118 -80
  56. package/dist-cjs/models/models_6.js +108 -3
  57. package/dist-cjs/protocols/Aws_ec2.js +622 -21
  58. package/dist-es/EC2.js +120 -0
  59. package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
  60. package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
  61. package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
  62. package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
  63. package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
  64. package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  65. package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
  66. package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
  67. package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
  68. package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
  69. package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
  70. package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
  71. package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
  72. package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  73. package/dist-es/commands/DescribeAggregateIdFormatCommand.js +1 -1
  74. package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
  75. package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  76. package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
  77. package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
  78. package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
  79. package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
  80. package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
  81. package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +1 -1
  82. package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
  83. package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
  84. package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
  85. package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
  86. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
  87. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  88. package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
  89. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
  90. package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
  91. package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
  92. package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
  93. package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
  94. package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
  95. package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
  96. package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  97. package/dist-es/commands/MonitorInstancesCommand.js +2 -1
  98. package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
  99. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
  100. package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
  101. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
  102. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
  103. package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
  104. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
  105. package/dist-es/commands/index.js +8 -0
  106. package/dist-es/models/models_0.js +967 -20
  107. package/dist-es/models/models_1.js +255 -9
  108. package/dist-es/models/models_2.js +151 -21
  109. package/dist-es/models/models_3.js +282 -30
  110. package/dist-es/models/models_4.js +109 -17
  111. package/dist-es/models/models_5.js +61 -23
  112. package/dist-es/models/models_6.js +53 -0
  113. package/dist-es/protocols/Aws_ec2.js +711 -27
  114. package/dist-types/EC2.d.ts +68 -0
  115. package/dist-types/EC2Client.d.ts +10 -2
  116. package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
  117. package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
  118. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
  119. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
  121. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  122. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
  123. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
  126. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
  127. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
  128. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
  129. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  130. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  144. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
  145. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  146. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  147. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  148. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  149. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  150. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  151. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  152. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  153. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
  154. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  155. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  156. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  157. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  158. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  159. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  160. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  161. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -2
  162. package/dist-types/commands/index.d.ts +8 -0
  163. package/dist-types/models/models_0.d.ts +1074 -171
  164. package/dist-types/models/models_1.d.ts +566 -329
  165. package/dist-types/models/models_2.d.ts +530 -879
  166. package/dist-types/models/models_3.d.ts +6021 -5752
  167. package/dist-types/models/models_4.d.ts +644 -264
  168. package/dist-types/models/models_5.d.ts +295 -357
  169. package/dist-types/models/models_6.d.ts +382 -10
  170. package/dist-types/protocols/Aws_ec2.d.ts +24 -0
  171. package/dist-types/ts3.4/EC2.d.ts +148 -534
  172. package/dist-types/ts3.4/EC2Client.d.ts +48 -25
  173. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +0 -2
  174. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  175. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  176. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  177. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +0 -2
  178. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +0 -2
  179. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -2
  180. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +0 -2
  181. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +0 -2
  182. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +0 -2
  183. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +0 -2
  184. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +0 -2
  185. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +0 -2
  186. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +0 -2
  187. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +0 -2
  188. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +0 -2
  189. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
  190. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +0 -2
  191. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +0 -2
  192. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +0 -2
  193. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +0 -2
  194. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  195. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +0 -2
  196. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +0 -2
  197. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +0 -2
  198. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +0 -2
  199. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +0 -2
  200. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +0 -2
  201. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +0 -2
  202. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -2
  203. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +0 -2
  204. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +0 -2
  205. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +0 -2
  206. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -2
  207. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +0 -2
  208. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +0 -2
  209. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +0 -2
  210. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +0 -2
  211. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +0 -2
  212. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -2
  213. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +0 -2
  214. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +0 -2
  215. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +0 -2
  216. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +0 -2
  217. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +0 -2
  218. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +0 -2
  219. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +0 -2
  220. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
  221. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +0 -2
  222. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +0 -2
  223. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +0 -2
  224. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +0 -2
  225. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +0 -2
  226. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
  227. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
  228. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +0 -2
  229. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +0 -2
  230. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +0 -2
  231. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -6
  232. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -3
  233. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +0 -2
  234. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +0 -2
  235. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +0 -2
  236. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -2
  237. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +0 -2
  238. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +0 -2
  239. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +0 -2
  240. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +0 -2
  241. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +0 -2
  242. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +0 -2
  243. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
  244. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +0 -2
  245. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +0 -2
  246. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +0 -2
  247. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
  248. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  249. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
  250. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +0 -2
  251. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +0 -2
  252. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +0 -2
  253. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +0 -2
  254. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +0 -2
  255. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +0 -2
  256. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +0 -2
  257. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +0 -2
  258. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +0 -2
  259. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +0 -2
  260. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +0 -2
  261. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +0 -2
  262. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +0 -2
  263. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
  264. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +0 -2
  265. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +0 -2
  266. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
  267. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +0 -2
  268. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +0 -2
  269. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +0 -2
  270. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +0 -2
  271. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +0 -2
  272. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
  273. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +0 -2
  274. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -6
  275. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -3
  276. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -3
  277. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +4 -4
  278. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +0 -2
  279. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +0 -2
  280. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  281. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  282. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +0 -2
  283. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  284. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +0 -2
  285. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
  286. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +0 -2
  287. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  288. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -2
  289. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +0 -2
  290. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +0 -2
  291. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +0 -2
  292. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +0 -2
  293. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -2
  294. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +0 -2
  295. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +0 -2
  296. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +0 -2
  297. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +0 -2
  298. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +0 -2
  299. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +0 -2
  300. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
  301. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
  302. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +0 -2
  303. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +0 -2
  304. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +0 -2
  305. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +0 -2
  306. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +0 -2
  307. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +0 -2
  308. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +0 -2
  309. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +0 -2
  310. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +0 -2
  311. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +0 -2
  312. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +0 -2
  313. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
  314. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +0 -2
  315. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +0 -2
  316. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +0 -2
  317. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
  318. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  319. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
  320. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +0 -2
  321. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +0 -2
  322. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +0 -2
  323. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +0 -2
  324. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
  325. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +0 -2
  326. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +0 -2
  327. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +0 -2
  328. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +0 -2
  329. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +0 -2
  330. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +0 -2
  331. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +0 -2
  332. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +0 -2
  333. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
  334. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +0 -2
  335. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +0 -2
  336. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
  337. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +0 -2
  338. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +0 -2
  339. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +0 -2
  340. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
  341. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +0 -2
  342. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +0 -2
  343. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +0 -2
  344. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +0 -2
  345. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +0 -2
  346. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +0 -2
  347. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +0 -2
  348. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +0 -2
  349. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  350. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +0 -2
  351. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  352. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +0 -2
  353. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
  354. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +0 -2
  355. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  356. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -2
  357. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +0 -2
  358. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
  359. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
  360. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +0 -2
  361. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -2
  362. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +0 -2
  363. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +0 -2
  364. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +0 -2
  365. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -2
  366. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +0 -2
  367. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +0 -2
  368. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +0 -2
  369. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
  370. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
  371. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
  372. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
  373. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +0 -2
  374. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -2
  375. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +1 -3
  376. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +1 -3
  377. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -3
  378. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -3
  379. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -3
  380. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -3
  381. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -3
  382. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -3
  383. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +0 -2
  384. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +0 -2
  385. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +0 -2
  386. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +0 -2
  387. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +0 -2
  388. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +0 -2
  389. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +0 -2
  390. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +0 -2
  391. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +0 -2
  392. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +0 -2
  393. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +0 -2
  394. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +0 -2
  395. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -2
  396. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +0 -2
  397. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +0 -2
  398. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +0 -2
  399. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +0 -2
  400. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -2
  401. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +0 -2
  402. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +0 -2
  403. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +0 -2
  404. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +0 -2
  405. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +0 -2
  406. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +0 -2
  407. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +0 -2
  408. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +0 -2
  409. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +0 -2
  410. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +0 -2
  411. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
  412. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +0 -2
  413. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +0 -2
  414. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -2
  415. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +0 -2
  416. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +0 -2
  417. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +0 -2
  418. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +0 -2
  419. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +0 -2
  420. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +0 -2
  421. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -2
  422. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +0 -2
  423. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +0 -2
  424. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +0 -2
  425. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +0 -2
  426. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +0 -2
  427. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +0 -2
  428. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +0 -2
  429. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +0 -2
  430. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +0 -2
  431. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +0 -2
  432. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +0 -2
  433. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +0 -2
  434. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -3
  435. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +0 -2
  436. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -3
  437. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -3
  438. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -3
  439. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -3
  440. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -3
  441. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +0 -2
  442. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +0 -2
  443. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +0 -2
  444. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +0 -2
  445. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +0 -2
  446. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +0 -2
  447. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +0 -2
  448. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +0 -2
  449. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +0 -2
  450. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +0 -2
  451. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -2
  452. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +0 -2
  453. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +0 -2
  454. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +0 -2
  455. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -2
  456. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -2
  457. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +0 -2
  458. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -2
  459. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +0 -2
  460. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +0 -2
  461. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +0 -2
  462. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +0 -2
  463. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +0 -2
  464. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +0 -2
  465. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -2
  466. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +0 -2
  467. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +0 -2
  468. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +0 -2
  469. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +0 -2
  470. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +0 -2
  471. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +0 -2
  472. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +0 -2
  473. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +0 -2
  474. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +0 -2
  475. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
  476. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +0 -2
  477. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +0 -2
  478. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +0 -2
  479. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +0 -2
  480. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +0 -2
  481. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +0 -2
  482. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +0 -2
  483. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +0 -2
  484. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +0 -2
  485. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +0 -2
  486. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +0 -2
  487. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +0 -2
  488. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +0 -2
  489. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +0 -2
  490. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +0 -2
  491. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +0 -2
  492. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -2
  493. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +0 -2
  494. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +0 -2
  495. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +0 -2
  496. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +0 -2
  497. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
  498. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +0 -2
  499. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
  500. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +0 -2
  501. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +0 -2
  502. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +0 -2
  503. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -2
  504. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +0 -2
  505. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +0 -2
  506. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +0 -2
  507. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +0 -2
  508. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +0 -2
  509. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +0 -2
  510. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -2
  511. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +0 -2
  512. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +0 -2
  513. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +0 -2
  514. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +0 -2
  515. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +0 -2
  516. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +0 -2
  517. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +0 -2
  518. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +0 -2
  519. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +0 -2
  520. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +0 -2
  521. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +0 -2
  522. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +0 -2
  523. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +0 -2
  524. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
  525. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +0 -2
  526. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +0 -2
  527. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +0 -2
  528. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +0 -2
  529. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  530. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +0 -2
  531. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +0 -2
  532. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +0 -2
  533. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +0 -2
  534. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +0 -2
  535. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +0 -2
  536. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -6
  537. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -3
  538. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -3
  539. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -3
  540. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -3
  541. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -3
  542. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -3
  543. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -3
  544. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -3
  545. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +4 -4
  546. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +0 -2
  547. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +0 -2
  548. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +0 -2
  549. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +0 -2
  550. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +0 -2
  551. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +0 -2
  552. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +0 -2
  553. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +0 -2
  554. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +0 -2
  555. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +0 -2
  556. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  557. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +0 -2
  558. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +0 -2
  559. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +0 -2
  560. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +0 -2
  561. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +0 -2
  562. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +0 -2
  563. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +0 -2
  564. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +0 -2
  565. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +0 -2
  566. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +0 -2
  567. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +0 -2
  568. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +0 -2
  569. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +0 -2
  570. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +0 -2
  571. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +0 -2
  572. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +0 -2
  573. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +0 -2
  574. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +0 -2
  575. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +0 -2
  576. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +0 -2
  577. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +0 -2
  578. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  579. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +0 -2
  580. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +0 -2
  581. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +0 -2
  582. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +0 -2
  583. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +0 -2
  584. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +0 -2
  585. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +0 -2
  586. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +0 -2
  587. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +0 -2
  588. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +0 -2
  589. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
  590. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +0 -2
  591. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +0 -2
  592. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +0 -2
  593. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +0 -2
  594. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +0 -2
  595. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +0 -2
  596. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +0 -2
  597. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +0 -2
  598. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +0 -2
  599. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +0 -2
  600. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  601. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +0 -2
  602. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +0 -2
  603. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +0 -2
  604. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +0 -2
  605. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +0 -2
  606. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +0 -2
  607. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +0 -2
  608. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +0 -2
  609. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +0 -2
  610. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +0 -2
  611. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +0 -2
  612. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +0 -2
  613. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +0 -2
  614. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +0 -2
  615. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +0 -2
  616. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +0 -2
  617. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +0 -2
  618. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +0 -2
  619. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +0 -2
  620. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +0 -2
  621. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +0 -2
  622. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +0 -2
  623. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +0 -2
  624. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +0 -2
  625. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +0 -2
  626. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +0 -2
  627. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +0 -2
  628. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +0 -2
  629. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +0 -2
  630. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +0 -2
  631. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +0 -2
  632. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +0 -2
  633. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +0 -2
  634. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  635. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  636. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +0 -2
  637. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +0 -2
  638. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +0 -2
  639. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +0 -2
  640. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +0 -2
  641. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +0 -2
  642. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +0 -2
  643. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +0 -2
  644. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +0 -2
  645. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +0 -2
  646. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +0 -2
  647. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +0 -2
  648. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +0 -2
  649. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +0 -2
  650. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -6
  651. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -3
  652. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -3
  653. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -3
  654. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -3
  655. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -3
  656. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -3
  657. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +4 -4
  658. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +0 -2
  659. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +0 -2
  660. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +0 -2
  661. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
  662. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
  663. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
  664. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  665. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  666. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  667. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +0 -2
  668. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +0 -2
  669. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +0 -2
  670. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +0 -2
  671. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +0 -2
  672. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +0 -2
  673. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +0 -2
  674. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +0 -2
  675. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +0 -2
  676. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +0 -2
  677. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +0 -2
  678. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +0 -2
  679. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +0 -2
  680. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +0 -2
  681. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +0 -2
  682. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  683. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +0 -2
  684. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +0 -2
  685. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +0 -2
  686. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +0 -2
  687. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +0 -2
  688. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +0 -2
  689. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +0 -2
  690. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +0 -2
  691. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +0 -2
  692. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +0 -2
  693. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +0 -2
  694. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +0 -2
  695. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +0 -2
  696. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +0 -2
  697. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +0 -2
  698. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +0 -2
  699. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +0 -2
  700. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +0 -2
  701. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +0 -2
  702. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +0 -2
  703. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
  704. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +0 -2
  705. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +0 -2
  706. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +0 -2
  707. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +0 -2
  708. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +0 -2
  709. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +0 -2
  710. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +0 -2
  711. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +0 -2
  712. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +0 -2
  713. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +0 -2
  714. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -2
  715. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  716. package/dist-types/ts3.4/models/EC2ServiceException.d.ts +0 -1
  717. package/dist-types/ts3.4/models/models_0.d.ts +967 -1880
  718. package/dist-types/ts3.4/models/models_1.d.ts +311 -1473
  719. package/dist-types/ts3.4/models/models_2.d.ts +267 -1127
  720. package/dist-types/ts3.4/models/models_3.d.ts +417 -1570
  721. package/dist-types/ts3.4/models/models_4.d.ts +229 -1394
  722. package/dist-types/ts3.4/models/models_5.d.ts +165 -1257
  723. package/dist-types/ts3.4/models/models_6.d.ts +171 -523
  724. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +96 -0
  725. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  726. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  727. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  728. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  729. package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +0 -2
  730. package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +0 -2
  731. package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +0 -2
  732. package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +0 -2
  733. package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +0 -2
  734. package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +0 -2
  735. package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +0 -2
  736. package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +0 -2
  737. package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +0 -2
  738. package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +0 -2
  739. package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +0 -2
  740. package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +0 -2
  741. package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +0 -2
  742. package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +0 -2
  743. package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +0 -2
  744. package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +0 -2
  745. package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +0 -2
  746. package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +0 -2
  747. package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +0 -2
  748. package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +0 -2
  749. package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +0 -2
  750. package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +0 -2
  751. package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +0 -2
  752. package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +0 -2
  753. package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +0 -2
  754. package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +0 -2
  755. package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +0 -2
  756. package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +0 -2
  757. package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +0 -2
  758. package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +0 -2
  759. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +0 -2
  760. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +0 -2
  761. package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +0 -2
  762. package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +0 -2
  763. package/package.json +28 -28
@@ -14,11 +14,9 @@ import {
14
14
  AddressFamily,
15
15
  AttachmentStatus,
16
16
  CurrencyCodeValues,
17
- DnsSupportValue,
18
- FleetExcessCapacityTerminationPolicy,
17
+ DhcpConfiguration,
19
18
  HostnameType,
20
19
  InstanceEventWindow,
21
- InternetGatewayAttachment,
22
20
  Ipv4PrefixSpecification,
23
21
  PortRange,
24
22
  Protocol,
@@ -32,12 +30,41 @@ import {
32
30
  UnsuccessfulItem,
33
31
  WeekDay,
34
32
  } from "./models_0";
35
-
33
+ export interface DhcpOptions {
34
+ DhcpConfigurations?: DhcpConfiguration[];
35
+ DhcpOptionsId?: string;
36
+ OwnerId?: string;
37
+ Tags?: Tag[];
38
+ }
39
+ export interface CreateDhcpOptionsResult {
40
+ DhcpOptions?: DhcpOptions;
41
+ }
42
+ export interface CreateEgressOnlyInternetGatewayRequest {
43
+ ClientToken?: string;
44
+ DryRun?: boolean;
45
+ VpcId: string | undefined;
46
+ TagSpecifications?: TagSpecification[];
47
+ }
48
+ export interface InternetGatewayAttachment {
49
+ State?: AttachmentStatus | string;
50
+ VpcId?: string;
51
+ }
52
+ export interface EgressOnlyInternetGateway {
53
+ Attachments?: InternetGatewayAttachment[];
54
+ EgressOnlyInternetGatewayId?: string;
55
+ Tags?: Tag[];
56
+ }
57
+ export interface CreateEgressOnlyInternetGatewayResult {
58
+ ClientToken?: string;
59
+ EgressOnlyInternetGateway?: EgressOnlyInternetGateway;
60
+ }
61
+ export declare enum FleetExcessCapacityTerminationPolicy {
62
+ NO_TERMINATION = "no-termination",
63
+ TERMINATION = "termination",
64
+ }
36
65
  export interface FleetLaunchTemplateSpecificationRequest {
37
66
  LaunchTemplateId?: string;
38
-
39
67
  LaunchTemplateName?: string;
40
-
41
68
  Version?: string;
42
69
  }
43
70
  export declare enum BareMetal {
@@ -45,10 +72,8 @@ export declare enum BareMetal {
45
72
  INCLUDED = "included",
46
73
  REQUIRED = "required",
47
74
  }
48
-
49
75
  export interface BaselineEbsBandwidthMbpsRequest {
50
76
  Min?: number;
51
-
52
77
  Max?: number;
53
78
  }
54
79
  export declare enum BurstablePerformance {
@@ -74,120 +99,71 @@ export declare enum LocalStorageType {
74
99
  HDD = "hdd",
75
100
  SSD = "ssd",
76
101
  }
77
-
78
102
  export interface MemoryGiBPerVCpuRequest {
79
103
  Min?: number;
80
-
81
104
  Max?: number;
82
105
  }
83
-
84
106
  export interface MemoryMiBRequest {
85
107
  Min: number | undefined;
86
-
87
108
  Max?: number;
88
109
  }
89
-
90
110
  export interface NetworkInterfaceCountRequest {
91
111
  Min?: number;
92
-
93
112
  Max?: number;
94
113
  }
95
-
96
114
  export interface TotalLocalStorageGBRequest {
97
115
  Min?: number;
98
-
99
116
  Max?: number;
100
117
  }
101
-
102
118
  export interface VCpuCountRangeRequest {
103
119
  Min: number | undefined;
104
-
105
120
  Max?: number;
106
121
  }
107
-
108
122
  export interface InstanceRequirementsRequest {
109
123
  VCpuCount: VCpuCountRangeRequest | undefined;
110
-
111
124
  MemoryMiB: MemoryMiBRequest | undefined;
112
-
113
125
  CpuManufacturers?: (CpuManufacturer | string)[];
114
-
115
126
  MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
116
-
117
127
  ExcludedInstanceTypes?: string[];
118
-
119
128
  InstanceGenerations?: (InstanceGeneration | string)[];
120
-
121
129
  SpotMaxPricePercentageOverLowestPrice?: number;
122
-
123
130
  OnDemandMaxPricePercentageOverLowestPrice?: number;
124
-
125
131
  BareMetal?: BareMetal | string;
126
-
127
132
  BurstablePerformance?: BurstablePerformance | string;
128
-
129
133
  RequireHibernateSupport?: boolean;
130
-
131
134
  NetworkInterfaceCount?: NetworkInterfaceCountRequest;
132
-
133
135
  LocalStorage?: LocalStorage | string;
134
-
135
136
  LocalStorageTypes?: (LocalStorageType | string)[];
136
-
137
137
  TotalLocalStorageGB?: TotalLocalStorageGBRequest;
138
-
139
138
  BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
140
-
141
139
  AcceleratorTypes?: (AcceleratorType | string)[];
142
-
143
140
  AcceleratorCount?: AcceleratorCountRequest;
144
-
145
141
  AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
146
-
147
142
  AcceleratorNames?: (AcceleratorName | string)[];
148
-
149
143
  AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
150
144
  }
151
-
152
145
  export interface Placement {
153
146
  AvailabilityZone?: string;
154
-
155
147
  Affinity?: string;
156
-
157
148
  GroupName?: string;
158
-
159
149
  PartitionNumber?: number;
160
-
161
150
  HostId?: string;
162
-
163
151
  Tenancy?: Tenancy | string;
164
-
165
152
  SpreadDomain?: string;
166
-
167
153
  HostResourceGroupArn?: string;
168
154
  }
169
-
170
155
  export interface FleetLaunchTemplateOverridesRequest {
171
156
  InstanceType?: _InstanceType | string;
172
-
173
157
  MaxPrice?: string;
174
-
175
158
  SubnetId?: string;
176
-
177
159
  AvailabilityZone?: string;
178
-
179
160
  WeightedCapacity?: number;
180
-
181
161
  Priority?: number;
182
-
183
162
  Placement?: Placement;
184
-
185
163
  InstanceRequirements?: InstanceRequirementsRequest;
186
164
  }
187
-
188
165
  export interface FleetLaunchTemplateConfigRequest {
189
166
  LaunchTemplateSpecification?: FleetLaunchTemplateSpecificationRequest;
190
-
191
167
  Overrides?: FleetLaunchTemplateOverridesRequest[];
192
168
  }
193
169
  export declare enum FleetOnDemandAllocationStrategy {
@@ -197,22 +173,15 @@ export declare enum FleetOnDemandAllocationStrategy {
197
173
  export declare enum FleetCapacityReservationUsageStrategy {
198
174
  USE_CAPACITY_RESERVATIONS_FIRST = "use-capacity-reservations-first",
199
175
  }
200
-
201
176
  export interface CapacityReservationOptionsRequest {
202
177
  UsageStrategy?: FleetCapacityReservationUsageStrategy | string;
203
178
  }
204
-
205
179
  export interface OnDemandOptionsRequest {
206
180
  AllocationStrategy?: FleetOnDemandAllocationStrategy | string;
207
-
208
181
  CapacityReservationOptions?: CapacityReservationOptionsRequest;
209
-
210
182
  SingleInstanceType?: boolean;
211
-
212
183
  SingleAvailabilityZone?: boolean;
213
-
214
184
  MinTargetCapacity?: number;
215
-
216
185
  MaxTotalPrice?: string;
217
186
  }
218
187
  export declare enum SpotAllocationStrategy {
@@ -221,40 +190,30 @@ export declare enum SpotAllocationStrategy {
221
190
  DIVERSIFIED = "diversified",
222
191
  LOWEST_PRICE = "lowest-price",
223
192
  }
224
- export declare type SpotInstanceInterruptionBehavior =
225
- | "hibernate"
226
- | "stop"
227
- | "terminate";
193
+ export declare enum SpotInstanceInterruptionBehavior {
194
+ hibernate = "hibernate",
195
+ stop = "stop",
196
+ terminate = "terminate",
197
+ }
228
198
  export declare enum FleetReplacementStrategy {
229
199
  LAUNCH = "launch",
230
200
  LAUNCH_BEFORE_TERMINATE = "launch-before-terminate",
231
201
  }
232
-
233
202
  export interface FleetSpotCapacityRebalanceRequest {
234
203
  ReplacementStrategy?: FleetReplacementStrategy | string;
235
-
236
204
  TerminationDelay?: number;
237
205
  }
238
-
239
206
  export interface FleetSpotMaintenanceStrategiesRequest {
240
207
  CapacityRebalance?: FleetSpotCapacityRebalanceRequest;
241
208
  }
242
-
243
209
  export interface SpotOptionsRequest {
244
210
  AllocationStrategy?: SpotAllocationStrategy | string;
245
-
246
211
  MaintenanceStrategies?: FleetSpotMaintenanceStrategiesRequest;
247
-
248
212
  InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | string;
249
-
250
213
  InstancePoolsToUseCount?: number;
251
-
252
214
  SingleInstanceType?: boolean;
253
-
254
215
  SingleAvailabilityZone?: boolean;
255
-
256
216
  MinTargetCapacity?: number;
257
-
258
217
  MaxTotalPrice?: string;
259
218
  }
260
219
  export declare enum DefaultTargetCapacityType {
@@ -266,16 +225,11 @@ export declare enum TargetCapacityUnitType {
266
225
  UNITS = "units",
267
226
  VCPU = "vcpu",
268
227
  }
269
-
270
228
  export interface TargetCapacitySpecificationRequest {
271
229
  TotalTargetCapacity: number | undefined;
272
-
273
230
  OnDemandTargetCapacity?: number;
274
-
275
231
  SpotTargetCapacity?: number;
276
-
277
232
  DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
278
-
279
233
  TargetCapacityUnitType?: TargetCapacityUnitType | string;
280
234
  }
281
235
  export declare enum FleetType {
@@ -285,409 +239,283 @@ export declare enum FleetType {
285
239
  }
286
240
  export interface CreateFleetRequest {
287
241
  DryRun?: boolean;
288
-
289
242
  ClientToken?: string;
290
-
291
243
  SpotOptions?: SpotOptionsRequest;
292
-
293
244
  OnDemandOptions?: OnDemandOptionsRequest;
294
-
295
245
  ExcessCapacityTerminationPolicy?:
296
246
  | FleetExcessCapacityTerminationPolicy
297
247
  | string;
298
-
299
248
  LaunchTemplateConfigs: FleetLaunchTemplateConfigRequest[] | undefined;
300
-
301
249
  TargetCapacitySpecification: TargetCapacitySpecificationRequest | undefined;
302
-
303
250
  TerminateInstancesWithExpiration?: boolean;
304
-
305
251
  Type?: FleetType | string;
306
-
307
252
  ValidFrom?: Date;
308
-
309
253
  ValidUntil?: Date;
310
-
311
254
  ReplaceUnhealthyInstances?: boolean;
312
-
313
255
  TagSpecifications?: TagSpecification[];
314
-
315
256
  Context?: string;
316
257
  }
317
-
318
258
  export interface FleetLaunchTemplateSpecification {
319
259
  LaunchTemplateId?: string;
320
-
321
260
  LaunchTemplateName?: string;
322
-
323
261
  Version?: string;
324
262
  }
325
-
326
263
  export interface BaselineEbsBandwidthMbps {
327
264
  Min?: number;
328
-
329
265
  Max?: number;
330
266
  }
331
-
332
267
  export interface MemoryGiBPerVCpu {
333
268
  Min?: number;
334
-
335
269
  Max?: number;
336
270
  }
337
-
338
271
  export interface MemoryMiB {
339
272
  Min?: number;
340
-
341
273
  Max?: number;
342
274
  }
343
-
344
275
  export interface NetworkInterfaceCount {
345
276
  Min?: number;
346
-
347
277
  Max?: number;
348
278
  }
349
-
350
279
  export interface TotalLocalStorageGB {
351
280
  Min?: number;
352
-
353
281
  Max?: number;
354
282
  }
355
-
356
283
  export interface VCpuCountRange {
357
284
  Min?: number;
358
-
359
285
  Max?: number;
360
286
  }
361
-
362
287
  export interface InstanceRequirements {
363
288
  VCpuCount?: VCpuCountRange;
364
-
365
289
  MemoryMiB?: MemoryMiB;
366
-
367
290
  CpuManufacturers?: (CpuManufacturer | string)[];
368
-
369
291
  MemoryGiBPerVCpu?: MemoryGiBPerVCpu;
370
-
371
292
  ExcludedInstanceTypes?: string[];
372
-
373
293
  InstanceGenerations?: (InstanceGeneration | string)[];
374
-
375
294
  SpotMaxPricePercentageOverLowestPrice?: number;
376
-
377
295
  OnDemandMaxPricePercentageOverLowestPrice?: number;
378
-
379
296
  BareMetal?: BareMetal | string;
380
-
381
297
  BurstablePerformance?: BurstablePerformance | string;
382
-
383
298
  RequireHibernateSupport?: boolean;
384
-
385
299
  NetworkInterfaceCount?: NetworkInterfaceCount;
386
-
387
300
  LocalStorage?: LocalStorage | string;
388
-
389
301
  LocalStorageTypes?: (LocalStorageType | string)[];
390
-
391
302
  TotalLocalStorageGB?: TotalLocalStorageGB;
392
-
393
303
  BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbps;
394
-
395
304
  AcceleratorTypes?: (AcceleratorType | string)[];
396
-
397
305
  AcceleratorCount?: AcceleratorCount;
398
-
399
306
  AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
400
-
401
307
  AcceleratorNames?: (AcceleratorName | string)[];
402
-
403
308
  AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiB;
404
309
  }
405
-
406
310
  export interface PlacementResponse {
407
311
  GroupName?: string;
408
312
  }
409
-
410
313
  export interface FleetLaunchTemplateOverrides {
411
314
  InstanceType?: _InstanceType | string;
412
-
413
315
  MaxPrice?: string;
414
-
415
316
  SubnetId?: string;
416
-
417
317
  AvailabilityZone?: string;
418
-
419
318
  WeightedCapacity?: number;
420
-
421
319
  Priority?: number;
422
-
423
320
  Placement?: PlacementResponse;
424
-
425
321
  InstanceRequirements?: InstanceRequirements;
426
322
  }
427
-
428
323
  export interface LaunchTemplateAndOverridesResponse {
429
324
  LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
430
-
431
325
  Overrides?: FleetLaunchTemplateOverrides;
432
326
  }
433
327
  export declare enum InstanceLifecycle {
434
328
  ON_DEMAND = "on-demand",
435
329
  SPOT = "spot",
436
330
  }
437
-
438
331
  export interface CreateFleetError {
439
332
  LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
440
-
441
333
  Lifecycle?: InstanceLifecycle | string;
442
-
443
334
  ErrorCode?: string;
444
-
445
335
  ErrorMessage?: string;
446
336
  }
447
- export declare type PlatformValues = "Windows";
448
-
337
+ export declare enum PlatformValues {
338
+ Windows = "Windows",
339
+ }
449
340
  export interface CreateFleetInstance {
450
341
  LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
451
-
452
342
  Lifecycle?: InstanceLifecycle | string;
453
-
454
343
  InstanceIds?: string[];
455
-
456
344
  InstanceType?: _InstanceType | string;
457
-
458
345
  Platform?: PlatformValues | string;
459
346
  }
460
347
  export interface CreateFleetResult {
461
348
  FleetId?: string;
462
-
463
349
  Errors?: CreateFleetError[];
464
-
465
350
  Instances?: CreateFleetInstance[];
466
351
  }
467
352
  export declare enum DestinationFileFormat {
468
353
  parquet = "parquet",
469
354
  plain_text = "plain-text",
470
355
  }
471
-
472
356
  export interface DestinationOptionsRequest {
473
357
  FileFormat?: DestinationFileFormat | string;
474
-
475
358
  HiveCompatiblePartitions?: boolean;
476
-
477
359
  PerHourPartition?: boolean;
478
360
  }
479
- export declare type LogDestinationType =
480
- | "cloud-watch-logs"
481
- | "kinesis-data-firehose"
482
- | "s3";
483
- export declare type FlowLogsResourceType =
484
- | "NetworkInterface"
485
- | "Subnet"
486
- | "TransitGateway"
487
- | "TransitGatewayAttachment"
488
- | "VPC";
489
- export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
361
+ export declare enum LogDestinationType {
362
+ cloud_watch_logs = "cloud-watch-logs",
363
+ kinesis_data_firehose = "kinesis-data-firehose",
364
+ s3 = "s3",
365
+ }
366
+ export declare enum FlowLogsResourceType {
367
+ NetworkInterface = "NetworkInterface",
368
+ Subnet = "Subnet",
369
+ TransitGateway = "TransitGateway",
370
+ TransitGatewayAttachment = "TransitGatewayAttachment",
371
+ VPC = "VPC",
372
+ }
373
+ export declare enum TrafficType {
374
+ ACCEPT = "ACCEPT",
375
+ ALL = "ALL",
376
+ REJECT = "REJECT",
377
+ }
490
378
  export interface CreateFlowLogsRequest {
491
379
  DryRun?: boolean;
492
-
493
380
  ClientToken?: string;
494
-
495
381
  DeliverLogsPermissionArn?: string;
496
-
497
382
  DeliverCrossAccountRole?: string;
498
-
499
383
  LogGroupName?: string;
500
-
501
384
  ResourceIds: string[] | undefined;
502
-
503
385
  ResourceType: FlowLogsResourceType | string | undefined;
504
-
505
386
  TrafficType?: TrafficType | string;
506
-
507
387
  LogDestinationType?: LogDestinationType | string;
508
-
509
388
  LogDestination?: string;
510
-
511
389
  LogFormat?: string;
512
-
513
390
  TagSpecifications?: TagSpecification[];
514
-
515
391
  MaxAggregationInterval?: number;
516
-
517
392
  DestinationOptions?: DestinationOptionsRequest;
518
393
  }
519
394
  export interface CreateFlowLogsResult {
520
395
  ClientToken?: string;
521
-
522
396
  FlowLogIds?: string[];
523
-
524
397
  Unsuccessful?: UnsuccessfulItem[];
525
398
  }
526
-
527
399
  export interface StorageLocation {
528
400
  Bucket?: string;
529
-
530
401
  Key?: string;
531
402
  }
532
403
  export interface CreateFpgaImageRequest {
533
404
  DryRun?: boolean;
534
-
535
405
  InputStorageLocation: StorageLocation | undefined;
536
-
537
406
  LogsStorageLocation?: StorageLocation;
538
-
539
407
  Description?: string;
540
-
541
408
  Name?: string;
542
-
543
409
  ClientToken?: string;
544
-
545
410
  TagSpecifications?: TagSpecification[];
546
411
  }
547
412
  export interface CreateFpgaImageResult {
548
413
  FpgaImageId?: string;
549
-
550
414
  FpgaImageGlobalId?: string;
551
415
  }
552
- export declare type VolumeType =
553
- | "gp2"
554
- | "gp3"
555
- | "io1"
556
- | "io2"
557
- | "sc1"
558
- | "st1"
559
- | "standard";
560
-
416
+ export declare enum VolumeType {
417
+ gp2 = "gp2",
418
+ gp3 = "gp3",
419
+ io1 = "io1",
420
+ io2 = "io2",
421
+ sc1 = "sc1",
422
+ st1 = "st1",
423
+ standard = "standard",
424
+ }
561
425
  export interface EbsBlockDevice {
562
426
  DeleteOnTermination?: boolean;
563
-
564
427
  Iops?: number;
565
-
566
428
  SnapshotId?: string;
567
-
568
429
  VolumeSize?: number;
569
-
570
430
  VolumeType?: VolumeType | string;
571
-
572
431
  KmsKeyId?: string;
573
-
574
432
  Throughput?: number;
575
-
576
433
  OutpostArn?: string;
577
-
578
434
  Encrypted?: boolean;
579
435
  }
580
-
581
436
  export interface BlockDeviceMapping {
582
437
  DeviceName?: string;
583
-
584
438
  VirtualName?: string;
585
-
586
439
  Ebs?: EbsBlockDevice;
587
-
588
440
  NoDevice?: string;
589
441
  }
590
442
  export interface CreateImageRequest {
591
443
  BlockDeviceMappings?: BlockDeviceMapping[];
592
-
593
444
  Description?: string;
594
-
595
445
  DryRun?: boolean;
596
-
597
446
  InstanceId: string | undefined;
598
-
599
447
  Name: string | undefined;
600
-
601
448
  NoReboot?: boolean;
602
-
603
449
  TagSpecifications?: TagSpecification[];
604
450
  }
605
451
  export interface CreateImageResult {
606
452
  ImageId?: string;
607
453
  }
608
-
609
454
  export interface InstanceEventWindowTimeRangeRequest {
610
455
  StartWeekDay?: WeekDay | string;
611
-
612
456
  StartHour?: number;
613
-
614
457
  EndWeekDay?: WeekDay | string;
615
-
616
458
  EndHour?: number;
617
459
  }
618
460
  export interface CreateInstanceEventWindowRequest {
619
461
  DryRun?: boolean;
620
-
621
462
  Name?: string;
622
-
623
463
  TimeRanges?: InstanceEventWindowTimeRangeRequest[];
624
-
625
464
  CronExpression?: string;
626
-
627
465
  TagSpecifications?: TagSpecification[];
628
466
  }
629
467
  export interface CreateInstanceEventWindowResult {
630
468
  InstanceEventWindow?: InstanceEventWindow;
631
469
  }
632
- export declare type ContainerFormat = "ova";
633
- export declare type DiskImageFormat = "RAW" | "VHD" | "VMDK";
634
-
470
+ export declare enum ContainerFormat {
471
+ ova = "ova",
472
+ }
473
+ export declare enum DiskImageFormat {
474
+ RAW = "RAW",
475
+ VHD = "VHD",
476
+ VMDK = "VMDK",
477
+ }
635
478
  export interface ExportToS3TaskSpecification {
636
479
  ContainerFormat?: ContainerFormat | string;
637
-
638
480
  DiskImageFormat?: DiskImageFormat | string;
639
-
640
481
  S3Bucket?: string;
641
-
642
482
  S3Prefix?: string;
643
483
  }
644
- export declare type ExportEnvironment = "citrix" | "microsoft" | "vmware";
484
+ export declare enum ExportEnvironment {
485
+ citrix = "citrix",
486
+ microsoft = "microsoft",
487
+ vmware = "vmware",
488
+ }
645
489
  export interface CreateInstanceExportTaskRequest {
646
490
  Description?: string;
647
-
648
491
  ExportToS3Task: ExportToS3TaskSpecification | undefined;
649
-
650
492
  InstanceId: string | undefined;
651
-
652
493
  TargetEnvironment: ExportEnvironment | string | undefined;
653
-
654
494
  TagSpecifications?: TagSpecification[];
655
495
  }
656
-
657
496
  export interface ExportToS3Task {
658
497
  ContainerFormat?: ContainerFormat | string;
659
-
660
498
  DiskImageFormat?: DiskImageFormat | string;
661
-
662
499
  S3Bucket?: string;
663
-
664
500
  S3Key?: string;
665
501
  }
666
-
667
502
  export interface InstanceExportDetails {
668
503
  InstanceId?: string;
669
-
670
504
  TargetEnvironment?: ExportEnvironment | string;
671
505
  }
672
- export declare type ExportTaskState =
673
- | "active"
674
- | "cancelled"
675
- | "cancelling"
676
- | "completed";
677
-
506
+ export declare enum ExportTaskState {
507
+ active = "active",
508
+ cancelled = "cancelled",
509
+ cancelling = "cancelling",
510
+ completed = "completed",
511
+ }
678
512
  export interface ExportTask {
679
513
  Description?: string;
680
-
681
514
  ExportTaskId?: string;
682
-
683
515
  ExportToS3Task?: ExportToS3Task;
684
-
685
516
  InstanceExportDetails?: InstanceExportDetails;
686
-
687
517
  State?: ExportTaskState | string;
688
-
689
518
  StatusMessage?: string;
690
-
691
519
  Tags?: Tag[];
692
520
  }
693
521
  export interface CreateInstanceExportTaskResult {
@@ -695,17 +523,12 @@ export interface CreateInstanceExportTaskResult {
695
523
  }
696
524
  export interface CreateInternetGatewayRequest {
697
525
  TagSpecifications?: TagSpecification[];
698
-
699
526
  DryRun?: boolean;
700
527
  }
701
-
702
528
  export interface InternetGateway {
703
529
  Attachments?: InternetGatewayAttachment[];
704
-
705
530
  InternetGatewayId?: string;
706
-
707
531
  OwnerId?: string;
708
-
709
532
  Tags?: Tag[];
710
533
  }
711
534
  export interface CreateInternetGatewayResult {
@@ -713,16 +536,11 @@ export interface CreateInternetGatewayResult {
713
536
  }
714
537
  export interface CreateIpamRequest {
715
538
  DryRun?: boolean;
716
-
717
539
  Description?: string;
718
-
719
540
  OperatingRegions?: AddIpamOperatingRegion[];
720
-
721
541
  TagSpecifications?: TagSpecification[];
722
-
723
542
  ClientToken?: string;
724
543
  }
725
-
726
544
  export interface IpamOperatingRegion {
727
545
  RegionName?: string;
728
546
  }
@@ -740,37 +558,24 @@ export declare enum IpamState {
740
558
  modify_in_progress = "modify-in-progress",
741
559
  restore_in_progress = "restore-in-progress",
742
560
  }
743
-
744
561
  export interface Ipam {
745
562
  OwnerId?: string;
746
-
747
563
  IpamId?: string;
748
-
749
564
  IpamArn?: string;
750
-
751
565
  IpamRegion?: string;
752
-
753
566
  PublicDefaultScopeId?: string;
754
-
755
567
  PrivateDefaultScopeId?: string;
756
-
757
568
  ScopeCount?: number;
758
-
759
569
  Description?: string;
760
-
761
570
  OperatingRegions?: IpamOperatingRegion[];
762
-
763
571
  State?: IpamState | string;
764
-
765
572
  Tags?: Tag[];
766
573
  }
767
574
  export interface CreateIpamResult {
768
575
  Ipam?: Ipam;
769
576
  }
770
-
771
577
  export interface RequestIpamResourceTag {
772
578
  Key?: string;
773
-
774
579
  Value?: string;
775
580
  }
776
581
  export declare enum IpamPoolAwsService {
@@ -778,39 +583,23 @@ export declare enum IpamPoolAwsService {
778
583
  }
779
584
  export interface CreateIpamPoolRequest {
780
585
  DryRun?: boolean;
781
-
782
586
  IpamScopeId: string | undefined;
783
-
784
587
  Locale?: string;
785
-
786
588
  SourceIpamPoolId?: string;
787
-
788
589
  Description?: string;
789
-
790
590
  AddressFamily: AddressFamily | string | undefined;
791
-
792
591
  AutoImport?: boolean;
793
-
794
592
  PubliclyAdvertisable?: boolean;
795
-
796
593
  AllocationMinNetmaskLength?: number;
797
-
798
594
  AllocationMaxNetmaskLength?: number;
799
-
800
595
  AllocationDefaultNetmaskLength?: number;
801
-
802
596
  AllocationResourceTags?: RequestIpamResourceTag[];
803
-
804
597
  TagSpecifications?: TagSpecification[];
805
-
806
598
  ClientToken?: string;
807
-
808
599
  AwsService?: IpamPoolAwsService | string;
809
600
  }
810
-
811
601
  export interface IpamResourceTag {
812
602
  Key?: string;
813
-
814
603
  Value?: string;
815
604
  }
816
605
  export declare enum IpamScopeType {
@@ -831,50 +620,28 @@ export declare enum IpamPoolState {
831
620
  modify_in_progress = "modify-in-progress",
832
621
  restore_in_progress = "restore-in-progress",
833
622
  }
834
-
835
623
  export interface IpamPool {
836
624
  OwnerId?: string;
837
-
838
625
  IpamPoolId?: string;
839
-
840
626
  SourceIpamPoolId?: string;
841
-
842
627
  IpamPoolArn?: string;
843
-
844
628
  IpamScopeArn?: string;
845
-
846
629
  IpamScopeType?: IpamScopeType | string;
847
-
848
630
  IpamArn?: string;
849
-
850
631
  IpamRegion?: string;
851
-
852
632
  Locale?: string;
853
-
854
633
  PoolDepth?: number;
855
-
856
634
  State?: IpamPoolState | string;
857
-
858
635
  StateMessage?: string;
859
-
860
636
  Description?: string;
861
-
862
637
  AutoImport?: boolean;
863
-
864
638
  PubliclyAdvertisable?: boolean;
865
-
866
639
  AddressFamily?: AddressFamily | string;
867
-
868
640
  AllocationMinNetmaskLength?: number;
869
-
870
641
  AllocationMaxNetmaskLength?: number;
871
-
872
642
  AllocationDefaultNetmaskLength?: number;
873
-
874
643
  AllocationResourceTags?: IpamResourceTag[];
875
-
876
644
  Tags?: Tag[];
877
-
878
645
  AwsService?: IpamPoolAwsService | string;
879
646
  }
880
647
  export interface CreateIpamPoolResult {
@@ -882,13 +649,9 @@ export interface CreateIpamPoolResult {
882
649
  }
883
650
  export interface CreateIpamScopeRequest {
884
651
  DryRun?: boolean;
885
-
886
652
  IpamId: string | undefined;
887
-
888
653
  Description?: string;
889
-
890
654
  TagSpecifications?: TagSpecification[];
891
-
892
655
  ClientToken?: string;
893
656
  }
894
657
  export declare enum IpamScopeState {
@@ -905,28 +668,17 @@ export declare enum IpamScopeState {
905
668
  modify_in_progress = "modify-in-progress",
906
669
  restore_in_progress = "restore-in-progress",
907
670
  }
908
-
909
671
  export interface IpamScope {
910
672
  OwnerId?: string;
911
-
912
673
  IpamScopeId?: string;
913
-
914
674
  IpamScopeArn?: string;
915
-
916
675
  IpamArn?: string;
917
-
918
676
  IpamRegion?: string;
919
-
920
677
  IpamScopeType?: IpamScopeType | string;
921
-
922
678
  IsDefault?: boolean;
923
-
924
679
  Description?: string;
925
-
926
680
  PoolCount?: number;
927
-
928
681
  State?: IpamScopeState | string;
929
-
930
682
  Tags?: Tag[];
931
683
  }
932
684
  export interface CreateIpamScopeResult {
@@ -942,128 +694,97 @@ export declare enum KeyType {
942
694
  }
943
695
  export interface CreateKeyPairRequest {
944
696
  KeyName: string | undefined;
945
-
946
697
  DryRun?: boolean;
947
-
948
698
  KeyType?: KeyType | string;
949
-
950
699
  TagSpecifications?: TagSpecification[];
951
-
952
700
  KeyFormat?: KeyFormat | string;
953
701
  }
954
-
955
702
  export interface KeyPair {
956
703
  KeyFingerprint?: string;
957
-
958
704
  KeyMaterial?: string;
959
-
960
705
  KeyName?: string;
961
-
962
706
  KeyPairId?: string;
963
-
964
707
  Tags?: Tag[];
965
708
  }
966
-
967
709
  export interface LaunchTemplateEbsBlockDeviceRequest {
968
710
  Encrypted?: boolean;
969
-
970
711
  DeleteOnTermination?: boolean;
971
-
972
712
  Iops?: number;
973
-
974
713
  KmsKeyId?: string;
975
-
976
714
  SnapshotId?: string;
977
-
978
715
  VolumeSize?: number;
979
-
980
716
  VolumeType?: VolumeType | string;
981
-
982
717
  Throughput?: number;
983
718
  }
984
-
985
719
  export interface LaunchTemplateBlockDeviceMappingRequest {
986
720
  DeviceName?: string;
987
-
988
721
  VirtualName?: string;
989
-
990
722
  Ebs?: LaunchTemplateEbsBlockDeviceRequest;
991
-
992
723
  NoDevice?: string;
993
724
  }
994
- export declare type CapacityReservationPreference = "none" | "open";
995
-
725
+ export declare enum CapacityReservationPreference {
726
+ none = "none",
727
+ open = "open",
728
+ }
996
729
  export interface CapacityReservationTarget {
997
730
  CapacityReservationId?: string;
998
-
999
731
  CapacityReservationResourceGroupArn?: string;
1000
732
  }
1001
-
1002
733
  export interface LaunchTemplateCapacityReservationSpecificationRequest {
1003
734
  CapacityReservationPreference?: CapacityReservationPreference | string;
1004
-
1005
735
  CapacityReservationTarget?: CapacityReservationTarget;
1006
736
  }
1007
-
1008
737
  export interface LaunchTemplateCpuOptionsRequest {
1009
738
  CoreCount?: number;
1010
-
1011
739
  ThreadsPerCore?: number;
1012
740
  }
1013
-
1014
741
  export interface CreditSpecificationRequest {
1015
742
  CpuCredits: string | undefined;
1016
743
  }
1017
-
1018
744
  export interface ElasticGpuSpecification {
1019
745
  Type: string | undefined;
1020
746
  }
1021
-
1022
747
  export interface LaunchTemplateElasticInferenceAccelerator {
1023
748
  Type: string | undefined;
1024
-
1025
749
  Count?: number;
1026
750
  }
1027
-
1028
751
  export interface LaunchTemplateEnclaveOptionsRequest {
1029
752
  Enabled?: boolean;
1030
753
  }
1031
-
1032
754
  export interface LaunchTemplateHibernationOptionsRequest {
1033
755
  Configured?: boolean;
1034
756
  }
1035
-
1036
757
  export interface LaunchTemplateIamInstanceProfileSpecificationRequest {
1037
758
  Arn?: string;
1038
-
1039
759
  Name?: string;
1040
760
  }
1041
- export declare type ShutdownBehavior = "stop" | "terminate";
1042
- export declare type MarketType = "spot";
1043
- export declare type InstanceInterruptionBehavior =
1044
- | "hibernate"
1045
- | "stop"
1046
- | "terminate";
1047
- export declare type SpotInstanceType = "one-time" | "persistent";
1048
-
761
+ export declare enum ShutdownBehavior {
762
+ stop = "stop",
763
+ terminate = "terminate",
764
+ }
765
+ export declare enum MarketType {
766
+ spot = "spot",
767
+ }
768
+ export declare enum InstanceInterruptionBehavior {
769
+ hibernate = "hibernate",
770
+ stop = "stop",
771
+ terminate = "terminate",
772
+ }
773
+ export declare enum SpotInstanceType {
774
+ one_time = "one-time",
775
+ persistent = "persistent",
776
+ }
1049
777
  export interface LaunchTemplateSpotMarketOptionsRequest {
1050
778
  MaxPrice?: string;
1051
-
1052
779
  SpotInstanceType?: SpotInstanceType | string;
1053
-
1054
780
  BlockDurationMinutes?: number;
1055
-
1056
781
  ValidUntil?: Date;
1057
-
1058
782
  InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
1059
783
  }
1060
-
1061
784
  export interface LaunchTemplateInstanceMarketOptionsRequest {
1062
785
  MarketType?: MarketType | string;
1063
-
1064
786
  SpotOptions?: LaunchTemplateSpotMarketOptionsRequest;
1065
787
  }
1066
-
1067
788
  export interface LaunchTemplateLicenseConfigurationRequest {
1068
789
  LicenseConfigurationArn?: string;
1069
790
  }
@@ -1071,13 +792,13 @@ export declare enum LaunchTemplateAutoRecoveryState {
1071
792
  default = "default",
1072
793
  disabled = "disabled",
1073
794
  }
1074
-
1075
795
  export interface LaunchTemplateInstanceMaintenanceOptionsRequest {
1076
796
  AutoRecovery?: LaunchTemplateAutoRecoveryState | string;
1077
797
  }
1078
- export declare type LaunchTemplateInstanceMetadataEndpointState =
1079
- | "disabled"
1080
- | "enabled";
798
+ export declare enum LaunchTemplateInstanceMetadataEndpointState {
799
+ disabled = "disabled",
800
+ enabled = "enabled",
801
+ }
1081
802
  export declare enum LaunchTemplateInstanceMetadataProtocolIpv6 {
1082
803
  disabled = "disabled",
1083
804
  enabled = "enabled",
@@ -1090,595 +811,409 @@ export declare enum LaunchTemplateInstanceMetadataTagsState {
1090
811
  disabled = "disabled",
1091
812
  enabled = "enabled",
1092
813
  }
1093
-
1094
814
  export interface LaunchTemplateInstanceMetadataOptionsRequest {
1095
815
  HttpTokens?: LaunchTemplateHttpTokensState | string;
1096
-
1097
816
  HttpPutResponseHopLimit?: number;
1098
-
1099
817
  HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | string;
1100
-
1101
818
  HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | string;
1102
-
1103
819
  InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | string;
1104
820
  }
1105
-
1106
821
  export interface LaunchTemplatesMonitoringRequest {
1107
822
  Enabled?: boolean;
1108
823
  }
1109
-
1110
824
  export interface Ipv4PrefixSpecificationRequest {
1111
825
  Ipv4Prefix?: string;
1112
826
  }
1113
-
1114
827
  export interface InstanceIpv6AddressRequest {
1115
828
  Ipv6Address?: string;
1116
829
  }
1117
-
1118
830
  export interface Ipv6PrefixSpecificationRequest {
1119
831
  Ipv6Prefix?: string;
1120
832
  }
1121
-
1122
833
  export interface PrivateIpAddressSpecification {
1123
834
  Primary?: boolean;
1124
-
1125
835
  PrivateIpAddress?: string;
1126
836
  }
1127
-
1128
837
  export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
1129
838
  AssociateCarrierIpAddress?: boolean;
1130
-
1131
839
  AssociatePublicIpAddress?: boolean;
1132
-
1133
840
  DeleteOnTermination?: boolean;
1134
-
1135
841
  Description?: string;
1136
-
1137
842
  DeviceIndex?: number;
1138
-
1139
843
  Groups?: string[];
1140
-
1141
844
  InterfaceType?: string;
1142
-
1143
845
  Ipv6AddressCount?: number;
1144
-
1145
846
  Ipv6Addresses?: InstanceIpv6AddressRequest[];
1146
-
1147
847
  NetworkInterfaceId?: string;
1148
-
1149
848
  PrivateIpAddress?: string;
1150
-
1151
849
  PrivateIpAddresses?: PrivateIpAddressSpecification[];
1152
-
1153
850
  SecondaryPrivateIpAddressCount?: number;
1154
-
1155
851
  SubnetId?: string;
1156
-
1157
852
  NetworkCardIndex?: number;
1158
-
1159
853
  Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
1160
-
1161
854
  Ipv4PrefixCount?: number;
1162
-
1163
855
  Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
1164
-
1165
856
  Ipv6PrefixCount?: number;
1166
857
  }
1167
-
1168
858
  export interface LaunchTemplatePlacementRequest {
1169
859
  AvailabilityZone?: string;
1170
-
1171
860
  Affinity?: string;
1172
-
1173
861
  GroupName?: string;
1174
-
1175
862
  HostId?: string;
1176
-
1177
863
  Tenancy?: Tenancy | string;
1178
-
1179
864
  SpreadDomain?: string;
1180
-
1181
865
  HostResourceGroupArn?: string;
1182
-
1183
866
  PartitionNumber?: number;
1184
867
  }
1185
-
1186
868
  export interface LaunchTemplatePrivateDnsNameOptionsRequest {
1187
869
  HostnameType?: HostnameType | string;
1188
-
1189
870
  EnableResourceNameDnsARecord?: boolean;
1190
-
1191
871
  EnableResourceNameDnsAAAARecord?: boolean;
1192
872
  }
1193
-
1194
873
  export interface LaunchTemplateTagSpecificationRequest {
1195
874
  ResourceType?: ResourceType | string;
1196
-
1197
875
  Tags?: Tag[];
1198
876
  }
1199
-
1200
877
  export interface RequestLaunchTemplateData {
1201
878
  KernelId?: string;
1202
-
1203
879
  EbsOptimized?: boolean;
1204
-
1205
880
  IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecificationRequest;
1206
-
1207
881
  BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequest[];
1208
-
1209
882
  NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[];
1210
-
1211
883
  ImageId?: string;
1212
-
1213
884
  InstanceType?: _InstanceType | string;
1214
-
1215
885
  KeyName?: string;
1216
-
1217
886
  Monitoring?: LaunchTemplatesMonitoringRequest;
1218
-
1219
887
  Placement?: LaunchTemplatePlacementRequest;
1220
-
1221
888
  RamDiskId?: string;
1222
-
1223
889
  DisableApiTermination?: boolean;
1224
-
1225
890
  InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
1226
-
1227
891
  UserData?: string;
1228
-
1229
892
  TagSpecifications?: LaunchTemplateTagSpecificationRequest[];
1230
-
1231
893
  ElasticGpuSpecifications?: ElasticGpuSpecification[];
1232
-
1233
894
  ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[];
1234
-
1235
895
  SecurityGroupIds?: string[];
1236
-
1237
896
  SecurityGroups?: string[];
1238
-
1239
897
  InstanceMarketOptions?: LaunchTemplateInstanceMarketOptionsRequest;
1240
-
1241
898
  CreditSpecification?: CreditSpecificationRequest;
1242
-
1243
899
  CpuOptions?: LaunchTemplateCpuOptionsRequest;
1244
-
1245
900
  CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationRequest;
1246
-
1247
901
  LicenseSpecifications?: LaunchTemplateLicenseConfigurationRequest[];
1248
-
1249
902
  HibernationOptions?: LaunchTemplateHibernationOptionsRequest;
1250
-
1251
903
  MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest;
1252
-
1253
904
  EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest;
1254
-
1255
905
  InstanceRequirements?: InstanceRequirementsRequest;
1256
-
1257
906
  PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptionsRequest;
1258
-
1259
907
  MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptionsRequest;
1260
-
1261
908
  DisableApiStop?: boolean;
1262
909
  }
1263
910
  export interface CreateLaunchTemplateRequest {
1264
911
  DryRun?: boolean;
1265
-
1266
912
  ClientToken?: string;
1267
-
1268
913
  LaunchTemplateName: string | undefined;
1269
-
1270
914
  VersionDescription?: string;
1271
-
1272
915
  LaunchTemplateData: RequestLaunchTemplateData | undefined;
1273
-
1274
916
  TagSpecifications?: TagSpecification[];
1275
917
  }
1276
-
1277
918
  export interface LaunchTemplate {
1278
919
  LaunchTemplateId?: string;
1279
-
1280
920
  LaunchTemplateName?: string;
1281
-
1282
921
  CreateTime?: Date;
1283
-
1284
922
  CreatedBy?: string;
1285
-
1286
923
  DefaultVersionNumber?: number;
1287
-
1288
924
  LatestVersionNumber?: number;
1289
-
1290
925
  Tags?: Tag[];
1291
926
  }
1292
-
1293
927
  export interface ValidationError {
1294
928
  Code?: string;
1295
-
1296
929
  Message?: string;
1297
930
  }
1298
-
1299
931
  export interface ValidationWarning {
1300
932
  Errors?: ValidationError[];
1301
933
  }
1302
934
  export interface CreateLaunchTemplateResult {
1303
935
  LaunchTemplate?: LaunchTemplate;
1304
-
1305
936
  Warning?: ValidationWarning;
1306
937
  }
1307
938
  export interface CreateLaunchTemplateVersionRequest {
1308
939
  DryRun?: boolean;
1309
-
1310
940
  ClientToken?: string;
1311
-
1312
941
  LaunchTemplateId?: string;
1313
-
1314
942
  LaunchTemplateName?: string;
1315
-
1316
943
  SourceVersion?: string;
1317
-
1318
944
  VersionDescription?: string;
1319
-
1320
945
  LaunchTemplateData: RequestLaunchTemplateData | undefined;
1321
946
  }
1322
-
1323
947
  export interface LaunchTemplateEbsBlockDevice {
1324
948
  Encrypted?: boolean;
1325
-
1326
949
  DeleteOnTermination?: boolean;
1327
-
1328
950
  Iops?: number;
1329
-
1330
951
  KmsKeyId?: string;
1331
-
1332
952
  SnapshotId?: string;
1333
-
1334
953
  VolumeSize?: number;
1335
-
1336
954
  VolumeType?: VolumeType | string;
1337
-
1338
955
  Throughput?: number;
1339
956
  }
1340
-
1341
957
  export interface LaunchTemplateBlockDeviceMapping {
1342
958
  DeviceName?: string;
1343
-
1344
959
  VirtualName?: string;
1345
-
1346
960
  Ebs?: LaunchTemplateEbsBlockDevice;
1347
-
1348
961
  NoDevice?: string;
1349
962
  }
1350
-
1351
963
  export interface CapacityReservationTargetResponse {
1352
964
  CapacityReservationId?: string;
1353
-
1354
965
  CapacityReservationResourceGroupArn?: string;
1355
966
  }
1356
-
1357
967
  export interface LaunchTemplateCapacityReservationSpecificationResponse {
1358
968
  CapacityReservationPreference?: CapacityReservationPreference | string;
1359
-
1360
969
  CapacityReservationTarget?: CapacityReservationTargetResponse;
1361
970
  }
1362
-
1363
971
  export interface LaunchTemplateCpuOptions {
1364
972
  CoreCount?: number;
1365
-
1366
973
  ThreadsPerCore?: number;
1367
974
  }
1368
-
1369
975
  export interface CreditSpecification {
1370
976
  CpuCredits?: string;
1371
977
  }
1372
-
1373
978
  export interface ElasticGpuSpecificationResponse {
1374
979
  Type?: string;
1375
980
  }
1376
-
1377
981
  export interface LaunchTemplateElasticInferenceAcceleratorResponse {
1378
982
  Type?: string;
1379
-
1380
983
  Count?: number;
1381
984
  }
1382
-
1383
985
  export interface LaunchTemplateEnclaveOptions {
1384
986
  Enabled?: boolean;
1385
987
  }
1386
-
1387
988
  export interface LaunchTemplateHibernationOptions {
1388
989
  Configured?: boolean;
1389
990
  }
1390
-
1391
991
  export interface LaunchTemplateIamInstanceProfileSpecification {
1392
992
  Arn?: string;
1393
-
1394
993
  Name?: string;
1395
994
  }
1396
-
1397
995
  export interface LaunchTemplateSpotMarketOptions {
1398
996
  MaxPrice?: string;
1399
-
1400
997
  SpotInstanceType?: SpotInstanceType | string;
1401
-
1402
998
  BlockDurationMinutes?: number;
1403
-
1404
999
  ValidUntil?: Date;
1405
-
1406
1000
  InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
1407
1001
  }
1408
-
1409
1002
  export interface LaunchTemplateInstanceMarketOptions {
1410
1003
  MarketType?: MarketType | string;
1411
-
1412
1004
  SpotOptions?: LaunchTemplateSpotMarketOptions;
1413
1005
  }
1414
-
1415
1006
  export interface LaunchTemplateLicenseConfiguration {
1416
1007
  LicenseConfigurationArn?: string;
1417
1008
  }
1418
-
1419
1009
  export interface LaunchTemplateInstanceMaintenanceOptions {
1420
1010
  AutoRecovery?: LaunchTemplateAutoRecoveryState | string;
1421
1011
  }
1422
- export declare type LaunchTemplateInstanceMetadataOptionsState =
1423
- | "applied"
1424
- | "pending";
1425
-
1012
+ export declare enum LaunchTemplateInstanceMetadataOptionsState {
1013
+ applied = "applied",
1014
+ pending = "pending",
1015
+ }
1426
1016
  export interface LaunchTemplateInstanceMetadataOptions {
1427
1017
  State?: LaunchTemplateInstanceMetadataOptionsState | string;
1428
-
1429
1018
  HttpTokens?: LaunchTemplateHttpTokensState | string;
1430
-
1431
1019
  HttpPutResponseHopLimit?: number;
1432
-
1433
1020
  HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | string;
1434
-
1435
1021
  HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | string;
1436
-
1437
1022
  InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | string;
1438
1023
  }
1439
-
1440
1024
  export interface LaunchTemplatesMonitoring {
1441
1025
  Enabled?: boolean;
1442
1026
  }
1443
-
1444
1027
  export interface Ipv4PrefixSpecificationResponse {
1445
1028
  Ipv4Prefix?: string;
1446
1029
  }
1447
-
1448
1030
  export interface InstanceIpv6Address {
1449
1031
  Ipv6Address?: string;
1450
1032
  }
1451
-
1452
1033
  export interface Ipv6PrefixSpecificationResponse {
1453
1034
  Ipv6Prefix?: string;
1454
1035
  }
1455
-
1456
1036
  export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
1457
1037
  AssociateCarrierIpAddress?: boolean;
1458
-
1459
1038
  AssociatePublicIpAddress?: boolean;
1460
-
1461
1039
  DeleteOnTermination?: boolean;
1462
-
1463
1040
  Description?: string;
1464
-
1465
1041
  DeviceIndex?: number;
1466
-
1467
1042
  Groups?: string[];
1468
-
1469
1043
  InterfaceType?: string;
1470
-
1471
1044
  Ipv6AddressCount?: number;
1472
-
1473
1045
  Ipv6Addresses?: InstanceIpv6Address[];
1474
-
1475
1046
  NetworkInterfaceId?: string;
1476
-
1477
1047
  PrivateIpAddress?: string;
1478
-
1479
1048
  PrivateIpAddresses?: PrivateIpAddressSpecification[];
1480
-
1481
1049
  SecondaryPrivateIpAddressCount?: number;
1482
-
1483
1050
  SubnetId?: string;
1484
-
1485
1051
  NetworkCardIndex?: number;
1486
-
1487
1052
  Ipv4Prefixes?: Ipv4PrefixSpecificationResponse[];
1488
-
1489
1053
  Ipv4PrefixCount?: number;
1490
-
1491
1054
  Ipv6Prefixes?: Ipv6PrefixSpecificationResponse[];
1492
-
1493
1055
  Ipv6PrefixCount?: number;
1494
1056
  }
1495
-
1496
1057
  export interface LaunchTemplatePlacement {
1497
1058
  AvailabilityZone?: string;
1498
-
1499
1059
  Affinity?: string;
1500
-
1501
1060
  GroupName?: string;
1502
-
1503
1061
  HostId?: string;
1504
-
1505
1062
  Tenancy?: Tenancy | string;
1506
-
1507
1063
  SpreadDomain?: string;
1508
-
1509
1064
  HostResourceGroupArn?: string;
1510
-
1511
1065
  PartitionNumber?: number;
1512
1066
  }
1513
-
1514
1067
  export interface LaunchTemplatePrivateDnsNameOptions {
1515
1068
  HostnameType?: HostnameType | string;
1516
-
1517
1069
  EnableResourceNameDnsARecord?: boolean;
1518
-
1519
1070
  EnableResourceNameDnsAAAARecord?: boolean;
1520
1071
  }
1521
-
1522
1072
  export interface LaunchTemplateTagSpecification {
1523
1073
  ResourceType?: ResourceType | string;
1524
-
1525
1074
  Tags?: Tag[];
1526
1075
  }
1527
-
1528
1076
  export interface ResponseLaunchTemplateData {
1529
1077
  KernelId?: string;
1530
-
1531
1078
  EbsOptimized?: boolean;
1532
-
1533
1079
  IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecification;
1534
-
1535
1080
  BlockDeviceMappings?: LaunchTemplateBlockDeviceMapping[];
1536
-
1537
1081
  NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecification[];
1538
-
1539
1082
  ImageId?: string;
1540
-
1541
1083
  InstanceType?: _InstanceType | string;
1542
-
1543
1084
  KeyName?: string;
1544
-
1545
1085
  Monitoring?: LaunchTemplatesMonitoring;
1546
-
1547
1086
  Placement?: LaunchTemplatePlacement;
1548
-
1549
1087
  RamDiskId?: string;
1550
-
1551
1088
  DisableApiTermination?: boolean;
1552
-
1553
1089
  InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
1554
-
1555
1090
  UserData?: string;
1556
-
1557
1091
  TagSpecifications?: LaunchTemplateTagSpecification[];
1558
-
1559
1092
  ElasticGpuSpecifications?: ElasticGpuSpecificationResponse[];
1560
-
1561
1093
  ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAcceleratorResponse[];
1562
-
1563
1094
  SecurityGroupIds?: string[];
1564
-
1565
1095
  SecurityGroups?: string[];
1566
-
1567
1096
  InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions;
1568
-
1569
1097
  CreditSpecification?: CreditSpecification;
1570
-
1571
1098
  CpuOptions?: LaunchTemplateCpuOptions;
1572
-
1573
1099
  CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationResponse;
1574
-
1575
1100
  LicenseSpecifications?: LaunchTemplateLicenseConfiguration[];
1576
-
1577
1101
  HibernationOptions?: LaunchTemplateHibernationOptions;
1578
-
1579
1102
  MetadataOptions?: LaunchTemplateInstanceMetadataOptions;
1580
-
1581
1103
  EnclaveOptions?: LaunchTemplateEnclaveOptions;
1582
-
1583
1104
  InstanceRequirements?: InstanceRequirements;
1584
-
1585
1105
  PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions;
1586
-
1587
1106
  MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions;
1588
-
1589
1107
  DisableApiStop?: boolean;
1590
1108
  }
1591
-
1592
1109
  export interface LaunchTemplateVersion {
1593
1110
  LaunchTemplateId?: string;
1594
-
1595
1111
  LaunchTemplateName?: string;
1596
-
1597
1112
  VersionNumber?: number;
1598
-
1599
1113
  VersionDescription?: string;
1600
-
1601
1114
  CreateTime?: Date;
1602
-
1603
1115
  CreatedBy?: string;
1604
-
1605
1116
  DefaultVersion?: boolean;
1606
-
1607
1117
  LaunchTemplateData?: ResponseLaunchTemplateData;
1608
1118
  }
1609
1119
  export interface CreateLaunchTemplateVersionResult {
1610
1120
  LaunchTemplateVersion?: LaunchTemplateVersion;
1611
-
1612
1121
  Warning?: ValidationWarning;
1613
1122
  }
1614
1123
  export interface CreateLocalGatewayRouteRequest {
1615
1124
  DestinationCidrBlock: string | undefined;
1616
-
1617
1125
  LocalGatewayRouteTableId: string | undefined;
1618
-
1619
1126
  LocalGatewayVirtualInterfaceGroupId?: string;
1620
-
1621
1127
  DryRun?: boolean;
1622
-
1623
1128
  NetworkInterfaceId?: string;
1624
1129
  }
1625
- export declare type LocalGatewayRouteState =
1626
- | "active"
1627
- | "blackhole"
1628
- | "deleted"
1629
- | "deleting"
1630
- | "pending";
1631
- export declare type LocalGatewayRouteType = "propagated" | "static";
1632
-
1130
+ export declare enum LocalGatewayRouteState {
1131
+ active = "active",
1132
+ blackhole = "blackhole",
1133
+ deleted = "deleted",
1134
+ deleting = "deleting",
1135
+ pending = "pending",
1136
+ }
1137
+ export declare enum LocalGatewayRouteType {
1138
+ propagated = "propagated",
1139
+ static = "static",
1140
+ }
1633
1141
  export interface LocalGatewayRoute {
1634
1142
  DestinationCidrBlock?: string;
1635
-
1636
1143
  LocalGatewayVirtualInterfaceGroupId?: string;
1637
-
1638
1144
  Type?: LocalGatewayRouteType | string;
1639
-
1640
1145
  State?: LocalGatewayRouteState | string;
1641
-
1642
1146
  LocalGatewayRouteTableId?: string;
1643
-
1644
1147
  LocalGatewayRouteTableArn?: string;
1645
-
1646
1148
  OwnerId?: string;
1647
-
1648
1149
  SubnetId?: string;
1649
-
1650
1150
  CoipPoolId?: string;
1651
-
1652
1151
  NetworkInterfaceId?: string;
1653
1152
  }
1654
1153
  export interface CreateLocalGatewayRouteResult {
1655
1154
  Route?: LocalGatewayRoute;
1656
1155
  }
1156
+ export declare enum LocalGatewayRouteTableMode {
1157
+ coip = "coip",
1158
+ direct_vpc_routing = "direct-vpc-routing",
1159
+ }
1160
+ export interface CreateLocalGatewayRouteTableRequest {
1161
+ LocalGatewayId: string | undefined;
1162
+ Mode?: LocalGatewayRouteTableMode | string;
1163
+ TagSpecifications?: TagSpecification[];
1164
+ DryRun?: boolean;
1165
+ }
1166
+ export interface StateReason {
1167
+ Code?: string;
1168
+ Message?: string;
1169
+ }
1170
+ export interface LocalGatewayRouteTable {
1171
+ LocalGatewayRouteTableId?: string;
1172
+ LocalGatewayRouteTableArn?: string;
1173
+ LocalGatewayId?: string;
1174
+ OutpostArn?: string;
1175
+ OwnerId?: string;
1176
+ State?: string;
1177
+ Tags?: Tag[];
1178
+ Mode?: LocalGatewayRouteTableMode | string;
1179
+ StateReason?: StateReason;
1180
+ }
1181
+ export interface CreateLocalGatewayRouteTableResult {
1182
+ LocalGatewayRouteTable?: LocalGatewayRouteTable;
1183
+ }
1184
+ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
1185
+ LocalGatewayRouteTableId: string | undefined;
1186
+ LocalGatewayVirtualInterfaceGroupId: string | undefined;
1187
+ TagSpecifications?: TagSpecification[];
1188
+ DryRun?: boolean;
1189
+ }
1190
+ export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
1191
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string;
1192
+ LocalGatewayVirtualInterfaceGroupId?: string;
1193
+ LocalGatewayId?: string;
1194
+ LocalGatewayRouteTableId?: string;
1195
+ LocalGatewayRouteTableArn?: string;
1196
+ OwnerId?: string;
1197
+ State?: string;
1198
+ Tags?: Tag[];
1199
+ }
1200
+ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
1201
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
1202
+ }
1657
1203
  export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
1658
1204
  LocalGatewayRouteTableId: string | undefined;
1659
-
1660
1205
  VpcId: string | undefined;
1661
-
1662
1206
  TagSpecifications?: TagSpecification[];
1663
-
1664
1207
  DryRun?: boolean;
1665
1208
  }
1666
-
1667
1209
  export interface LocalGatewayRouteTableVpcAssociation {
1668
1210
  LocalGatewayRouteTableVpcAssociationId?: string;
1669
-
1670
1211
  LocalGatewayRouteTableId?: string;
1671
-
1672
1212
  LocalGatewayRouteTableArn?: string;
1673
-
1674
1213
  LocalGatewayId?: string;
1675
-
1676
1214
  VpcId?: string;
1677
-
1678
1215
  OwnerId?: string;
1679
-
1680
1216
  State?: string;
1681
-
1682
1217
  Tags?: Tag[];
1683
1218
  }
1684
1219
  export interface CreateLocalGatewayRouteTableVpcAssociationResult {
@@ -1686,52 +1221,37 @@ export interface CreateLocalGatewayRouteTableVpcAssociationResult {
1686
1221
  }
1687
1222
  export interface CreateManagedPrefixListRequest {
1688
1223
  DryRun?: boolean;
1689
-
1690
1224
  PrefixListName: string | undefined;
1691
-
1692
1225
  Entries?: AddPrefixListEntry[];
1693
-
1694
1226
  MaxEntries: number | undefined;
1695
-
1696
1227
  TagSpecifications?: TagSpecification[];
1697
-
1698
1228
  AddressFamily: string | undefined;
1699
-
1700
1229
  ClientToken?: string;
1701
1230
  }
1702
- export declare type PrefixListState =
1703
- | "create-complete"
1704
- | "create-failed"
1705
- | "create-in-progress"
1706
- | "delete-complete"
1707
- | "delete-failed"
1708
- | "delete-in-progress"
1709
- | "modify-complete"
1710
- | "modify-failed"
1711
- | "modify-in-progress"
1712
- | "restore-complete"
1713
- | "restore-failed"
1714
- | "restore-in-progress";
1715
-
1231
+ export declare enum PrefixListState {
1232
+ create_complete = "create-complete",
1233
+ create_failed = "create-failed",
1234
+ create_in_progress = "create-in-progress",
1235
+ delete_complete = "delete-complete",
1236
+ delete_failed = "delete-failed",
1237
+ delete_in_progress = "delete-in-progress",
1238
+ modify_complete = "modify-complete",
1239
+ modify_failed = "modify-failed",
1240
+ modify_in_progress = "modify-in-progress",
1241
+ restore_complete = "restore-complete",
1242
+ restore_failed = "restore-failed",
1243
+ restore_in_progress = "restore-in-progress",
1244
+ }
1716
1245
  export interface ManagedPrefixList {
1717
1246
  PrefixListId?: string;
1718
-
1719
1247
  AddressFamily?: string;
1720
-
1721
1248
  State?: PrefixListState | string;
1722
-
1723
1249
  StateMessage?: string;
1724
-
1725
1250
  PrefixListArn?: string;
1726
-
1727
1251
  PrefixListName?: string;
1728
-
1729
1252
  MaxEntries?: number;
1730
-
1731
1253
  Version?: number;
1732
-
1733
1254
  Tags?: Tag[];
1734
-
1735
1255
  OwnerId?: string;
1736
1256
  }
1737
1257
  export interface CreateManagedPrefixListResult {
@@ -1743,37 +1263,23 @@ export declare enum ConnectivityType {
1743
1263
  }
1744
1264
  export interface CreateNatGatewayRequest {
1745
1265
  AllocationId?: string;
1746
-
1747
1266
  ClientToken?: string;
1748
-
1749
1267
  DryRun?: boolean;
1750
-
1751
1268
  SubnetId: string | undefined;
1752
-
1753
1269
  TagSpecifications?: TagSpecification[];
1754
-
1755
1270
  ConnectivityType?: ConnectivityType | string;
1756
1271
  }
1757
-
1758
1272
  export interface NatGatewayAddress {
1759
1273
  AllocationId?: string;
1760
-
1761
1274
  NetworkInterfaceId?: string;
1762
-
1763
1275
  PrivateIp?: string;
1764
-
1765
1276
  PublicIp?: string;
1766
1277
  }
1767
-
1768
1278
  export interface ProvisionedBandwidth {
1769
1279
  ProvisionTime?: Date;
1770
-
1771
1280
  Provisioned?: string;
1772
-
1773
1281
  RequestTime?: Date;
1774
-
1775
1282
  Requested?: string;
1776
-
1777
1283
  Status?: string;
1778
1284
  }
1779
1285
  export declare enum NatGatewayState {
@@ -1783,91 +1289,59 @@ export declare enum NatGatewayState {
1783
1289
  FAILED = "failed",
1784
1290
  PENDING = "pending",
1785
1291
  }
1786
-
1787
1292
  export interface NatGateway {
1788
1293
  CreateTime?: Date;
1789
-
1790
1294
  DeleteTime?: Date;
1791
-
1792
1295
  FailureCode?: string;
1793
-
1794
1296
  FailureMessage?: string;
1795
-
1796
1297
  NatGatewayAddresses?: NatGatewayAddress[];
1797
-
1798
1298
  NatGatewayId?: string;
1799
-
1800
1299
  ProvisionedBandwidth?: ProvisionedBandwidth;
1801
-
1802
1300
  State?: NatGatewayState | string;
1803
-
1804
1301
  SubnetId?: string;
1805
-
1806
1302
  VpcId?: string;
1807
-
1808
1303
  Tags?: Tag[];
1809
-
1810
1304
  ConnectivityType?: ConnectivityType | string;
1811
1305
  }
1812
1306
  export interface CreateNatGatewayResult {
1813
1307
  ClientToken?: string;
1814
-
1815
1308
  NatGateway?: NatGateway;
1816
1309
  }
1817
1310
  export interface CreateNetworkAclRequest {
1818
1311
  DryRun?: boolean;
1819
-
1820
1312
  VpcId: string | undefined;
1821
-
1822
1313
  TagSpecifications?: TagSpecification[];
1823
1314
  }
1824
-
1825
1315
  export interface NetworkAclAssociation {
1826
1316
  NetworkAclAssociationId?: string;
1827
-
1828
1317
  NetworkAclId?: string;
1829
-
1830
1318
  SubnetId?: string;
1831
1319
  }
1832
-
1833
1320
  export interface IcmpTypeCode {
1834
1321
  Code?: number;
1835
-
1836
1322
  Type?: number;
1837
1323
  }
1838
- export declare type RuleAction = "allow" | "deny";
1839
-
1324
+ export declare enum RuleAction {
1325
+ allow = "allow",
1326
+ deny = "deny",
1327
+ }
1840
1328
  export interface NetworkAclEntry {
1841
1329
  CidrBlock?: string;
1842
-
1843
1330
  Egress?: boolean;
1844
-
1845
1331
  IcmpTypeCode?: IcmpTypeCode;
1846
-
1847
1332
  Ipv6CidrBlock?: string;
1848
-
1849
1333
  PortRange?: PortRange;
1850
-
1851
1334
  Protocol?: string;
1852
-
1853
1335
  RuleAction?: RuleAction | string;
1854
-
1855
1336
  RuleNumber?: number;
1856
1337
  }
1857
-
1858
1338
  export interface NetworkAcl {
1859
1339
  Associations?: NetworkAclAssociation[];
1860
-
1861
1340
  Entries?: NetworkAclEntry[];
1862
-
1863
1341
  IsDefault?: boolean;
1864
-
1865
1342
  NetworkAclId?: string;
1866
-
1867
1343
  Tags?: Tag[];
1868
-
1869
1344
  VpcId?: string;
1870
-
1871
1345
  OwnerId?: string;
1872
1346
  }
1873
1347
  export interface CreateNetworkAclResult {
@@ -1875,323 +1349,210 @@ export interface CreateNetworkAclResult {
1875
1349
  }
1876
1350
  export interface CreateNetworkAclEntryRequest {
1877
1351
  CidrBlock?: string;
1878
-
1879
1352
  DryRun?: boolean;
1880
-
1881
1353
  Egress: boolean | undefined;
1882
-
1883
1354
  IcmpTypeCode?: IcmpTypeCode;
1884
-
1885
1355
  Ipv6CidrBlock?: string;
1886
-
1887
1356
  NetworkAclId: string | undefined;
1888
-
1889
1357
  PortRange?: PortRange;
1890
-
1891
1358
  Protocol: string | undefined;
1892
-
1893
1359
  RuleAction: RuleAction | string | undefined;
1894
-
1895
1360
  RuleNumber: number | undefined;
1896
1361
  }
1897
1362
  export interface CreateNetworkInsightsAccessScopeRequest {
1898
1363
  MatchPaths?: AccessScopePathRequest[];
1899
-
1900
1364
  ExcludePaths?: AccessScopePathRequest[];
1901
-
1902
1365
  ClientToken?: string;
1903
-
1904
1366
  TagSpecifications?: TagSpecification[];
1905
-
1906
1367
  DryRun?: boolean;
1907
1368
  }
1908
-
1909
1369
  export interface NetworkInsightsAccessScope {
1910
1370
  NetworkInsightsAccessScopeId?: string;
1911
-
1912
1371
  NetworkInsightsAccessScopeArn?: string;
1913
-
1914
1372
  CreatedDate?: Date;
1915
-
1916
1373
  UpdatedDate?: Date;
1917
-
1918
1374
  Tags?: Tag[];
1919
1375
  }
1920
-
1921
1376
  export interface NetworkInsightsAccessScopeContent {
1922
1377
  NetworkInsightsAccessScopeId?: string;
1923
-
1924
1378
  MatchPaths?: AccessScopePath[];
1925
-
1926
1379
  ExcludePaths?: AccessScopePath[];
1927
1380
  }
1928
1381
  export interface CreateNetworkInsightsAccessScopeResult {
1929
1382
  NetworkInsightsAccessScope?: NetworkInsightsAccessScope;
1930
-
1931
1383
  NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
1932
1384
  }
1933
1385
  export interface CreateNetworkInsightsPathRequest {
1934
1386
  SourceIp?: string;
1935
-
1936
1387
  DestinationIp?: string;
1937
-
1938
1388
  Source: string | undefined;
1939
-
1940
1389
  Destination: string | undefined;
1941
-
1942
1390
  Protocol: Protocol | string | undefined;
1943
-
1944
1391
  DestinationPort?: number;
1945
-
1946
1392
  TagSpecifications?: TagSpecification[];
1947
-
1948
1393
  DryRun?: boolean;
1949
-
1950
1394
  ClientToken?: string;
1951
1395
  }
1952
-
1953
1396
  export interface NetworkInsightsPath {
1954
1397
  NetworkInsightsPathId?: string;
1955
-
1956
1398
  NetworkInsightsPathArn?: string;
1957
-
1958
1399
  CreatedDate?: Date;
1959
-
1960
1400
  Source?: string;
1961
-
1962
1401
  Destination?: string;
1963
-
1964
1402
  SourceIp?: string;
1965
-
1966
1403
  DestinationIp?: string;
1967
-
1968
1404
  Protocol?: Protocol | string;
1969
-
1970
1405
  DestinationPort?: number;
1971
-
1972
1406
  Tags?: Tag[];
1973
1407
  }
1974
1408
  export interface CreateNetworkInsightsPathResult {
1975
1409
  NetworkInsightsPath?: NetworkInsightsPath;
1976
1410
  }
1977
- export declare type NetworkInterfaceCreationType = "branch" | "efa" | "trunk";
1978
-
1411
+ export declare enum NetworkInterfaceCreationType {
1412
+ branch = "branch",
1413
+ efa = "efa",
1414
+ trunk = "trunk",
1415
+ }
1979
1416
  export interface CreateNetworkInterfaceRequest {
1980
1417
  Description?: string;
1981
-
1982
1418
  DryRun?: boolean;
1983
-
1984
1419
  Groups?: string[];
1985
-
1986
1420
  Ipv6AddressCount?: number;
1987
-
1988
1421
  Ipv6Addresses?: InstanceIpv6Address[];
1989
-
1990
1422
  PrivateIpAddress?: string;
1991
-
1992
1423
  PrivateIpAddresses?: PrivateIpAddressSpecification[];
1993
-
1994
1424
  SecondaryPrivateIpAddressCount?: number;
1995
-
1996
1425
  Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
1997
-
1998
1426
  Ipv4PrefixCount?: number;
1999
-
2000
1427
  Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
2001
-
2002
1428
  Ipv6PrefixCount?: number;
2003
-
2004
1429
  InterfaceType?: NetworkInterfaceCreationType | string;
2005
-
2006
1430
  SubnetId: string | undefined;
2007
-
2008
1431
  TagSpecifications?: TagSpecification[];
2009
-
2010
1432
  ClientToken?: string;
2011
1433
  }
2012
-
2013
1434
  export interface NetworkInterfaceAssociation {
2014
1435
  AllocationId?: string;
2015
-
2016
1436
  AssociationId?: string;
2017
-
2018
1437
  IpOwnerId?: string;
2019
-
2020
1438
  PublicDnsName?: string;
2021
-
2022
1439
  PublicIp?: string;
2023
-
2024
1440
  CustomerOwnedIp?: string;
2025
-
2026
1441
  CarrierIp?: string;
2027
1442
  }
2028
-
2029
1443
  export interface NetworkInterfaceAttachment {
2030
1444
  AttachTime?: Date;
2031
-
2032
1445
  AttachmentId?: string;
2033
-
2034
1446
  DeleteOnTermination?: boolean;
2035
-
2036
1447
  DeviceIndex?: number;
2037
-
2038
1448
  NetworkCardIndex?: number;
2039
-
2040
1449
  InstanceId?: string;
2041
-
2042
1450
  InstanceOwnerId?: string;
2043
-
2044
1451
  Status?: AttachmentStatus | string;
2045
1452
  }
2046
-
2047
1453
  export interface GroupIdentifier {
2048
1454
  GroupName?: string;
2049
-
2050
1455
  GroupId?: string;
2051
1456
  }
2052
- export declare type NetworkInterfaceType =
2053
- | "api_gateway_managed"
2054
- | "aws_codestar_connections_managed"
2055
- | "branch"
2056
- | "efa"
2057
- | "gateway_load_balancer"
2058
- | "gateway_load_balancer_endpoint"
2059
- | "global_accelerator_managed"
2060
- | "interface"
2061
- | "iot_rules_managed"
2062
- | "lambda"
2063
- | "load_balancer"
2064
- | "natGateway"
2065
- | "network_load_balancer"
2066
- | "quicksight"
2067
- | "transit_gateway"
2068
- | "trunk"
2069
- | "vpc_endpoint";
2070
-
1457
+ export declare enum NetworkInterfaceType {
1458
+ api_gateway_managed = "api_gateway_managed",
1459
+ aws_codestar_connections_managed = "aws_codestar_connections_managed",
1460
+ branch = "branch",
1461
+ efa = "efa",
1462
+ gateway_load_balancer = "gateway_load_balancer",
1463
+ gateway_load_balancer_endpoint = "gateway_load_balancer_endpoint",
1464
+ global_accelerator_managed = "global_accelerator_managed",
1465
+ interface = "interface",
1466
+ iot_rules_managed = "iot_rules_managed",
1467
+ lambda = "lambda",
1468
+ load_balancer = "load_balancer",
1469
+ natGateway = "natGateway",
1470
+ network_load_balancer = "network_load_balancer",
1471
+ quicksight = "quicksight",
1472
+ transit_gateway = "transit_gateway",
1473
+ trunk = "trunk",
1474
+ vpc_endpoint = "vpc_endpoint",
1475
+ }
2071
1476
  export interface NetworkInterfaceIpv6Address {
2072
1477
  Ipv6Address?: string;
2073
1478
  }
2074
-
2075
1479
  export interface Ipv6PrefixSpecification {
2076
1480
  Ipv6Prefix?: string;
2077
1481
  }
2078
-
2079
1482
  export interface NetworkInterfacePrivateIpAddress {
2080
1483
  Association?: NetworkInterfaceAssociation;
2081
-
2082
1484
  Primary?: boolean;
2083
-
2084
1485
  PrivateDnsName?: string;
2085
-
2086
1486
  PrivateIpAddress?: string;
2087
1487
  }
2088
- export declare type NetworkInterfaceStatus =
2089
- | "associated"
2090
- | "attaching"
2091
- | "available"
2092
- | "detaching"
2093
- | "in-use";
2094
-
1488
+ export declare enum NetworkInterfaceStatus {
1489
+ associated = "associated",
1490
+ attaching = "attaching",
1491
+ available = "available",
1492
+ detaching = "detaching",
1493
+ in_use = "in-use",
1494
+ }
2095
1495
  export interface NetworkInterface {
2096
1496
  Association?: NetworkInterfaceAssociation;
2097
-
2098
1497
  Attachment?: NetworkInterfaceAttachment;
2099
-
2100
1498
  AvailabilityZone?: string;
2101
-
2102
1499
  Description?: string;
2103
-
2104
1500
  Groups?: GroupIdentifier[];
2105
-
2106
1501
  InterfaceType?: NetworkInterfaceType | string;
2107
-
2108
1502
  Ipv6Addresses?: NetworkInterfaceIpv6Address[];
2109
-
2110
1503
  MacAddress?: string;
2111
-
2112
1504
  NetworkInterfaceId?: string;
2113
-
2114
1505
  OutpostArn?: string;
2115
-
2116
1506
  OwnerId?: string;
2117
-
2118
1507
  PrivateDnsName?: string;
2119
-
2120
1508
  PrivateIpAddress?: string;
2121
-
2122
1509
  PrivateIpAddresses?: NetworkInterfacePrivateIpAddress[];
2123
-
2124
1510
  Ipv4Prefixes?: Ipv4PrefixSpecification[];
2125
-
2126
1511
  Ipv6Prefixes?: Ipv6PrefixSpecification[];
2127
-
2128
1512
  RequesterId?: string;
2129
-
2130
1513
  RequesterManaged?: boolean;
2131
-
2132
1514
  SourceDestCheck?: boolean;
2133
-
2134
1515
  Status?: NetworkInterfaceStatus | string;
2135
-
2136
1516
  SubnetId?: string;
2137
-
2138
1517
  TagSet?: Tag[];
2139
-
2140
1518
  VpcId?: string;
2141
-
2142
1519
  DenyAllIgwTraffic?: boolean;
2143
-
2144
1520
  Ipv6Native?: boolean;
2145
-
2146
1521
  Ipv6Address?: string;
2147
1522
  }
2148
-
2149
1523
  export interface CreateNetworkInterfaceResult {
2150
1524
  NetworkInterface?: NetworkInterface;
2151
-
2152
1525
  ClientToken?: string;
2153
1526
  }
2154
- export declare type InterfacePermissionType =
2155
- | "EIP-ASSOCIATE"
2156
- | "INSTANCE-ATTACH";
2157
-
1527
+ export declare enum InterfacePermissionType {
1528
+ EIP_ASSOCIATE = "EIP-ASSOCIATE",
1529
+ INSTANCE_ATTACH = "INSTANCE-ATTACH",
1530
+ }
2158
1531
  export interface CreateNetworkInterfacePermissionRequest {
2159
1532
  NetworkInterfaceId: string | undefined;
2160
-
2161
1533
  AwsAccountId?: string;
2162
-
2163
1534
  AwsService?: string;
2164
-
2165
1535
  Permission: InterfacePermissionType | string | undefined;
2166
-
2167
1536
  DryRun?: boolean;
2168
1537
  }
2169
- export declare type NetworkInterfacePermissionStateCode =
2170
- | "granted"
2171
- | "pending"
2172
- | "revoked"
2173
- | "revoking";
2174
-
1538
+ export declare enum NetworkInterfacePermissionStateCode {
1539
+ granted = "granted",
1540
+ pending = "pending",
1541
+ revoked = "revoked",
1542
+ revoking = "revoking",
1543
+ }
2175
1544
  export interface NetworkInterfacePermissionState {
2176
1545
  State?: NetworkInterfacePermissionStateCode | string;
2177
-
2178
1546
  StatusMessage?: string;
2179
1547
  }
2180
-
2181
1548
  export interface NetworkInterfacePermission {
2182
1549
  NetworkInterfacePermissionId?: string;
2183
-
2184
1550
  NetworkInterfaceId?: string;
2185
-
2186
1551
  AwsAccountId?: string;
2187
-
2188
1552
  AwsService?: string;
2189
-
2190
1553
  Permission?: InterfacePermissionType | string;
2191
-
2192
1554
  PermissionState?: NetworkInterfacePermissionState;
2193
1555
  }
2194
-
2195
1556
  export interface CreateNetworkInterfacePermissionResult {
2196
1557
  InterfacePermission?: NetworkInterfacePermission;
2197
1558
  }
@@ -2199,41 +1560,33 @@ export declare enum SpreadLevel {
2199
1560
  host = "host",
2200
1561
  rack = "rack",
2201
1562
  }
2202
- export declare type PlacementStrategy = "cluster" | "partition" | "spread";
1563
+ export declare enum PlacementStrategy {
1564
+ cluster = "cluster",
1565
+ partition = "partition",
1566
+ spread = "spread",
1567
+ }
2203
1568
  export interface CreatePlacementGroupRequest {
2204
1569
  DryRun?: boolean;
2205
-
2206
1570
  GroupName?: string;
2207
-
2208
1571
  Strategy?: PlacementStrategy | string;
2209
-
2210
1572
  PartitionCount?: number;
2211
-
2212
1573
  TagSpecifications?: TagSpecification[];
2213
-
2214
1574
  SpreadLevel?: SpreadLevel | string;
2215
1575
  }
2216
- export declare type PlacementGroupState =
2217
- | "available"
2218
- | "deleted"
2219
- | "deleting"
2220
- | "pending";
2221
-
1576
+ export declare enum PlacementGroupState {
1577
+ available = "available",
1578
+ deleted = "deleted",
1579
+ deleting = "deleting",
1580
+ pending = "pending",
1581
+ }
2222
1582
  export interface PlacementGroup {
2223
1583
  GroupName?: string;
2224
-
2225
1584
  State?: PlacementGroupState | string;
2226
-
2227
1585
  Strategy?: PlacementStrategy | string;
2228
-
2229
1586
  PartitionCount?: number;
2230
-
2231
1587
  GroupId?: string;
2232
-
2233
1588
  Tags?: Tag[];
2234
-
2235
1589
  GroupArn?: string;
2236
-
2237
1590
  SpreadLevel?: SpreadLevel | string;
2238
1591
  }
2239
1592
  export interface CreatePlacementGroupResult {
@@ -2241,7 +1594,6 @@ export interface CreatePlacementGroupResult {
2241
1594
  }
2242
1595
  export interface CreatePublicIpv4PoolRequest {
2243
1596
  DryRun?: boolean;
2244
-
2245
1597
  TagSpecifications?: TagSpecification[];
2246
1598
  }
2247
1599
  export interface CreatePublicIpv4PoolResult {
@@ -2249,13 +1601,9 @@ export interface CreatePublicIpv4PoolResult {
2249
1601
  }
2250
1602
  export interface CreateReplaceRootVolumeTaskRequest {
2251
1603
  InstanceId: string | undefined;
2252
-
2253
1604
  SnapshotId?: string;
2254
-
2255
1605
  ClientToken?: string;
2256
-
2257
1606
  DryRun?: boolean;
2258
-
2259
1607
  TagSpecifications?: TagSpecification[];
2260
1608
  }
2261
1609
  export declare enum ReplaceRootVolumeTaskState {
@@ -2266,54 +1614,36 @@ export declare enum ReplaceRootVolumeTaskState {
2266
1614
  pending = "pending",
2267
1615
  succeeded = "succeeded",
2268
1616
  }
2269
-
2270
1617
  export interface ReplaceRootVolumeTask {
2271
1618
  ReplaceRootVolumeTaskId?: string;
2272
-
2273
1619
  InstanceId?: string;
2274
-
2275
1620
  TaskState?: ReplaceRootVolumeTaskState | string;
2276
-
2277
1621
  StartTime?: string;
2278
-
2279
1622
  CompleteTime?: string;
2280
-
2281
1623
  Tags?: Tag[];
2282
1624
  }
2283
1625
  export interface CreateReplaceRootVolumeTaskResult {
2284
1626
  ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
2285
1627
  }
2286
-
2287
1628
  export interface PriceScheduleSpecification {
2288
1629
  CurrencyCode?: CurrencyCodeValues | string;
2289
-
2290
1630
  Price?: number;
2291
-
2292
1631
  Term?: number;
2293
1632
  }
2294
-
2295
1633
  export interface CreateReservedInstancesListingRequest {
2296
1634
  ClientToken: string | undefined;
2297
-
2298
1635
  InstanceCount: number | undefined;
2299
-
2300
1636
  PriceSchedules: PriceScheduleSpecification[] | undefined;
2301
-
2302
1637
  ReservedInstancesId: string | undefined;
2303
1638
  }
2304
-
2305
1639
  export interface CreateReservedInstancesListingResult {
2306
1640
  ReservedInstancesListings?: ReservedInstancesListing[];
2307
1641
  }
2308
1642
  export interface CreateRestoreImageTaskRequest {
2309
1643
  Bucket: string | undefined;
2310
-
2311
1644
  ObjectKey: string | undefined;
2312
-
2313
1645
  Name?: string;
2314
-
2315
1646
  TagSpecifications?: TagSpecification[];
2316
-
2317
1647
  DryRun?: boolean;
2318
1648
  }
2319
1649
  export interface CreateRestoreImageTaskResult {
@@ -2321,35 +1651,20 @@ export interface CreateRestoreImageTaskResult {
2321
1651
  }
2322
1652
  export interface CreateRouteRequest {
2323
1653
  DestinationCidrBlock?: string;
2324
-
2325
1654
  DestinationIpv6CidrBlock?: string;
2326
-
2327
1655
  DestinationPrefixListId?: string;
2328
-
2329
1656
  DryRun?: boolean;
2330
-
2331
1657
  VpcEndpointId?: string;
2332
-
2333
1658
  EgressOnlyInternetGatewayId?: string;
2334
-
2335
1659
  GatewayId?: string;
2336
-
2337
1660
  InstanceId?: string;
2338
-
2339
1661
  NatGatewayId?: string;
2340
-
2341
1662
  TransitGatewayId?: string;
2342
-
2343
1663
  LocalGatewayId?: string;
2344
-
2345
1664
  CarrierGatewayId?: string;
2346
-
2347
1665
  NetworkInterfaceId?: string;
2348
-
2349
1666
  RouteTableId: string | undefined;
2350
-
2351
1667
  VpcPeeringConnectionId?: string;
2352
-
2353
1668
  CoreNetworkArn?: string;
2354
1669
  }
2355
1670
  export interface CreateRouteResult {
@@ -2357,82 +1672,54 @@ export interface CreateRouteResult {
2357
1672
  }
2358
1673
  export interface CreateRouteTableRequest {
2359
1674
  DryRun?: boolean;
2360
-
2361
1675
  VpcId: string | undefined;
2362
-
2363
1676
  TagSpecifications?: TagSpecification[];
2364
1677
  }
2365
-
2366
1678
  export interface RouteTableAssociation {
2367
1679
  Main?: boolean;
2368
-
2369
1680
  RouteTableAssociationId?: string;
2370
-
2371
1681
  RouteTableId?: string;
2372
-
2373
1682
  SubnetId?: string;
2374
-
2375
1683
  GatewayId?: string;
2376
-
2377
1684
  AssociationState?: RouteTableAssociationState;
2378
1685
  }
2379
-
2380
1686
  export interface PropagatingVgw {
2381
1687
  GatewayId?: string;
2382
1688
  }
2383
- export declare type RouteOrigin =
2384
- | "CreateRoute"
2385
- | "CreateRouteTable"
2386
- | "EnableVgwRoutePropagation";
2387
- export declare type RouteState = "active" | "blackhole";
2388
-
1689
+ export declare enum RouteOrigin {
1690
+ CreateRoute = "CreateRoute",
1691
+ CreateRouteTable = "CreateRouteTable",
1692
+ EnableVgwRoutePropagation = "EnableVgwRoutePropagation",
1693
+ }
1694
+ export declare enum RouteState {
1695
+ active = "active",
1696
+ blackhole = "blackhole",
1697
+ }
2389
1698
  export interface Route {
2390
1699
  DestinationCidrBlock?: string;
2391
-
2392
1700
  DestinationIpv6CidrBlock?: string;
2393
-
2394
1701
  DestinationPrefixListId?: string;
2395
-
2396
1702
  EgressOnlyInternetGatewayId?: string;
2397
-
2398
1703
  GatewayId?: string;
2399
-
2400
1704
  InstanceId?: string;
2401
-
2402
1705
  InstanceOwnerId?: string;
2403
-
2404
1706
  NatGatewayId?: string;
2405
-
2406
1707
  TransitGatewayId?: string;
2407
-
2408
1708
  LocalGatewayId?: string;
2409
-
2410
1709
  CarrierGatewayId?: string;
2411
-
2412
1710
  NetworkInterfaceId?: string;
2413
-
2414
1711
  Origin?: RouteOrigin | string;
2415
-
2416
1712
  State?: RouteState | string;
2417
-
2418
1713
  VpcPeeringConnectionId?: string;
2419
-
2420
1714
  CoreNetworkArn?: string;
2421
1715
  }
2422
-
2423
1716
  export interface RouteTable {
2424
1717
  Associations?: RouteTableAssociation[];
2425
-
2426
1718
  PropagatingVgws?: PropagatingVgw[];
2427
-
2428
1719
  RouteTableId?: string;
2429
-
2430
1720
  Routes?: Route[];
2431
-
2432
1721
  Tags?: Tag[];
2433
-
2434
1722
  VpcId?: string;
2435
-
2436
1723
  OwnerId?: string;
2437
1724
  }
2438
1725
  export interface CreateRouteTableResult {
@@ -2440,169 +1727,115 @@ export interface CreateRouteTableResult {
2440
1727
  }
2441
1728
  export interface CreateSecurityGroupRequest {
2442
1729
  Description: string | undefined;
2443
-
2444
1730
  GroupName: string | undefined;
2445
-
2446
1731
  VpcId?: string;
2447
-
2448
1732
  TagSpecifications?: TagSpecification[];
2449
-
2450
1733
  DryRun?: boolean;
2451
1734
  }
2452
1735
  export interface CreateSecurityGroupResult {
2453
1736
  GroupId?: string;
2454
-
2455
1737
  Tags?: Tag[];
2456
1738
  }
2457
1739
  export interface CreateSnapshotRequest {
2458
1740
  Description?: string;
2459
-
2460
1741
  OutpostArn?: string;
2461
-
2462
1742
  VolumeId: string | undefined;
2463
-
2464
1743
  TagSpecifications?: TagSpecification[];
2465
-
2466
1744
  DryRun?: boolean;
2467
1745
  }
2468
- export declare type SnapshotState =
2469
- | "completed"
2470
- | "error"
2471
- | "pending"
2472
- | "recoverable"
2473
- | "recovering";
1746
+ export declare enum SnapshotState {
1747
+ completed = "completed",
1748
+ error = "error",
1749
+ pending = "pending",
1750
+ recoverable = "recoverable",
1751
+ recovering = "recovering",
1752
+ }
2474
1753
  export declare enum StorageTier {
2475
1754
  archive = "archive",
2476
1755
  standard = "standard",
2477
1756
  }
2478
-
2479
1757
  export interface Snapshot {
2480
1758
  DataEncryptionKeyId?: string;
2481
-
2482
1759
  Description?: string;
2483
-
2484
1760
  Encrypted?: boolean;
2485
-
2486
1761
  KmsKeyId?: string;
2487
-
2488
1762
  OwnerId?: string;
2489
-
2490
1763
  Progress?: string;
2491
-
2492
1764
  SnapshotId?: string;
2493
-
2494
1765
  StartTime?: Date;
2495
-
2496
1766
  State?: SnapshotState | string;
2497
-
2498
1767
  StateMessage?: string;
2499
-
2500
1768
  VolumeId?: string;
2501
-
2502
1769
  VolumeSize?: number;
2503
-
2504
1770
  OwnerAlias?: string;
2505
-
2506
1771
  OutpostArn?: string;
2507
-
2508
1772
  Tags?: Tag[];
2509
-
2510
1773
  StorageTier?: StorageTier | string;
2511
-
2512
1774
  RestoreExpiryTime?: Date;
2513
1775
  }
2514
- export declare type CopyTagsFromSource = "volume";
2515
-
1776
+ export declare enum CopyTagsFromSource {
1777
+ volume = "volume",
1778
+ }
2516
1779
  export interface InstanceSpecification {
2517
1780
  InstanceId?: string;
2518
-
2519
1781
  ExcludeBootVolume?: boolean;
2520
1782
  ExcludeDataVolumeIds?: string[];
2521
1783
  }
2522
1784
  export interface CreateSnapshotsRequest {
2523
1785
  Description?: string;
2524
-
2525
1786
  InstanceSpecification: InstanceSpecification | undefined;
2526
-
2527
1787
  OutpostArn?: string;
2528
-
2529
1788
  TagSpecifications?: TagSpecification[];
2530
-
2531
1789
  DryRun?: boolean;
2532
-
2533
1790
  CopyTagsFromSource?: CopyTagsFromSource | string;
2534
1791
  }
2535
-
2536
1792
  export interface SnapshotInfo {
2537
1793
  Description?: string;
2538
-
2539
1794
  Tags?: Tag[];
2540
-
2541
1795
  Encrypted?: boolean;
2542
-
2543
1796
  VolumeId?: string;
2544
-
2545
1797
  State?: SnapshotState | string;
2546
-
2547
1798
  VolumeSize?: number;
2548
-
2549
1799
  StartTime?: Date;
2550
-
2551
1800
  Progress?: string;
2552
-
2553
1801
  OwnerId?: string;
2554
-
2555
1802
  SnapshotId?: string;
2556
-
2557
1803
  OutpostArn?: string;
2558
1804
  }
2559
1805
  export interface CreateSnapshotsResult {
2560
1806
  Snapshots?: SnapshotInfo[];
2561
1807
  }
2562
-
2563
1808
  export interface CreateSpotDatafeedSubscriptionRequest {
2564
1809
  Bucket: string | undefined;
2565
-
2566
1810
  DryRun?: boolean;
2567
-
2568
1811
  Prefix?: string;
2569
1812
  }
2570
-
2571
1813
  export interface SpotInstanceStateFault {
2572
1814
  Code?: string;
2573
-
2574
1815
  Message?: string;
2575
1816
  }
2576
- export declare type DatafeedSubscriptionState = "Active" | "Inactive";
2577
-
1817
+ export declare enum DatafeedSubscriptionState {
1818
+ Active = "Active",
1819
+ Inactive = "Inactive",
1820
+ }
2578
1821
  export interface SpotDatafeedSubscription {
2579
1822
  Bucket?: string;
2580
-
2581
1823
  Fault?: SpotInstanceStateFault;
2582
-
2583
1824
  OwnerId?: string;
2584
-
2585
1825
  Prefix?: string;
2586
-
2587
1826
  State?: DatafeedSubscriptionState | string;
2588
1827
  }
2589
-
2590
1828
  export interface CreateSpotDatafeedSubscriptionResult {
2591
1829
  SpotDatafeedSubscription?: SpotDatafeedSubscription;
2592
1830
  }
2593
-
2594
1831
  export interface S3ObjectTag {
2595
1832
  Key?: string;
2596
-
2597
1833
  Value?: string;
2598
1834
  }
2599
1835
  export interface CreateStoreImageTaskRequest {
2600
1836
  ImageId: string | undefined;
2601
-
2602
1837
  Bucket: string | undefined;
2603
-
2604
1838
  S3ObjectTags?: S3ObjectTag[];
2605
-
2606
1839
  DryRun?: boolean;
2607
1840
  }
2608
1841
  export interface CreateStoreImageTaskResult {
@@ -2610,21 +1843,13 @@ export interface CreateStoreImageTaskResult {
2610
1843
  }
2611
1844
  export interface CreateSubnetRequest {
2612
1845
  TagSpecifications?: TagSpecification[];
2613
-
2614
1846
  AvailabilityZone?: string;
2615
-
2616
1847
  AvailabilityZoneId?: string;
2617
-
2618
1848
  CidrBlock?: string;
2619
-
2620
1849
  Ipv6CidrBlock?: string;
2621
-
2622
1850
  OutpostArn?: string;
2623
-
2624
1851
  VpcId: string | undefined;
2625
-
2626
1852
  DryRun?: boolean;
2627
-
2628
1853
  Ipv6Native?: boolean;
2629
1854
  }
2630
1855
  export interface CreateSubnetResult {
@@ -2636,31 +1861,19 @@ export declare enum SubnetCidrReservationType {
2636
1861
  }
2637
1862
  export interface CreateSubnetCidrReservationRequest {
2638
1863
  SubnetId: string | undefined;
2639
-
2640
1864
  Cidr: string | undefined;
2641
-
2642
1865
  ReservationType: SubnetCidrReservationType | string | undefined;
2643
-
2644
1866
  Description?: string;
2645
-
2646
1867
  DryRun?: boolean;
2647
-
2648
1868
  TagSpecifications?: TagSpecification[];
2649
1869
  }
2650
-
2651
1870
  export interface SubnetCidrReservation {
2652
1871
  SubnetCidrReservationId?: string;
2653
-
2654
1872
  SubnetId?: string;
2655
-
2656
1873
  Cidr?: string;
2657
-
2658
1874
  ReservationType?: SubnetCidrReservationType | string;
2659
-
2660
1875
  OwnerId?: string;
2661
-
2662
1876
  Description?: string;
2663
-
2664
1877
  Tags?: Tag[];
2665
1878
  }
2666
1879
  export interface CreateSubnetCidrReservationResult {
@@ -2668,1101 +1881,726 @@ export interface CreateSubnetCidrReservationResult {
2668
1881
  }
2669
1882
  export interface CreateTagsRequest {
2670
1883
  DryRun?: boolean;
2671
-
2672
1884
  Resources: string[] | undefined;
2673
-
2674
1885
  Tags: Tag[] | undefined;
2675
1886
  }
2676
1887
  export interface CreateTrafficMirrorFilterRequest {
2677
1888
  Description?: string;
2678
-
2679
1889
  TagSpecifications?: TagSpecification[];
2680
-
2681
1890
  DryRun?: boolean;
2682
-
2683
1891
  ClientToken?: string;
2684
1892
  }
2685
-
2686
1893
  export interface TrafficMirrorPortRange {
2687
1894
  FromPort?: number;
2688
-
2689
1895
  ToPort?: number;
2690
1896
  }
2691
- export declare type TrafficMirrorRuleAction = "accept" | "reject";
2692
- export declare type TrafficDirection = "egress" | "ingress";
2693
-
1897
+ export declare enum TrafficMirrorRuleAction {
1898
+ accept = "accept",
1899
+ reject = "reject",
1900
+ }
1901
+ export declare enum TrafficDirection {
1902
+ egress = "egress",
1903
+ ingress = "ingress",
1904
+ }
2694
1905
  export interface TrafficMirrorFilterRule {
2695
1906
  TrafficMirrorFilterRuleId?: string;
2696
-
2697
1907
  TrafficMirrorFilterId?: string;
2698
-
2699
1908
  TrafficDirection?: TrafficDirection | string;
2700
-
2701
1909
  RuleNumber?: number;
2702
-
2703
1910
  RuleAction?: TrafficMirrorRuleAction | string;
2704
-
2705
1911
  Protocol?: number;
2706
-
2707
1912
  DestinationPortRange?: TrafficMirrorPortRange;
2708
-
2709
1913
  SourcePortRange?: TrafficMirrorPortRange;
2710
-
2711
1914
  DestinationCidrBlock?: string;
2712
-
2713
1915
  SourceCidrBlock?: string;
2714
-
2715
1916
  Description?: string;
2716
1917
  }
2717
- export declare type TrafficMirrorNetworkService = "amazon-dns";
2718
-
1918
+ export declare enum TrafficMirrorNetworkService {
1919
+ amazon_dns = "amazon-dns",
1920
+ }
2719
1921
  export interface TrafficMirrorFilter {
2720
1922
  TrafficMirrorFilterId?: string;
2721
-
2722
1923
  IngressFilterRules?: TrafficMirrorFilterRule[];
2723
-
2724
1924
  EgressFilterRules?: TrafficMirrorFilterRule[];
2725
-
2726
1925
  NetworkServices?: (TrafficMirrorNetworkService | string)[];
2727
-
2728
1926
  Description?: string;
2729
-
2730
1927
  Tags?: Tag[];
2731
1928
  }
2732
1929
  export interface CreateTrafficMirrorFilterResult {
2733
1930
  TrafficMirrorFilter?: TrafficMirrorFilter;
2734
-
2735
1931
  ClientToken?: string;
2736
1932
  }
2737
-
2738
1933
  export interface TrafficMirrorPortRangeRequest {
2739
1934
  FromPort?: number;
2740
-
2741
1935
  ToPort?: number;
2742
1936
  }
2743
1937
  export interface CreateTrafficMirrorFilterRuleRequest {
2744
1938
  TrafficMirrorFilterId: string | undefined;
2745
-
2746
1939
  TrafficDirection: TrafficDirection | string | undefined;
2747
-
2748
1940
  RuleNumber: number | undefined;
2749
-
2750
1941
  RuleAction: TrafficMirrorRuleAction | string | undefined;
2751
-
2752
1942
  DestinationPortRange?: TrafficMirrorPortRangeRequest;
2753
-
2754
1943
  SourcePortRange?: TrafficMirrorPortRangeRequest;
2755
-
2756
1944
  Protocol?: number;
2757
-
2758
1945
  DestinationCidrBlock: string | undefined;
2759
-
2760
1946
  SourceCidrBlock: string | undefined;
2761
-
2762
1947
  Description?: string;
2763
-
2764
1948
  DryRun?: boolean;
2765
-
2766
- ClientToken?: string;
2767
- }
2768
- export interface CreateTrafficMirrorFilterRuleResult {
2769
- TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
2770
-
2771
1949
  ClientToken?: string;
2772
1950
  }
2773
- export interface CreateTrafficMirrorSessionRequest {
2774
- NetworkInterfaceId: string | undefined;
2775
-
2776
- TrafficMirrorTargetId: string | undefined;
2777
-
2778
- TrafficMirrorFilterId: string | undefined;
2779
-
2780
- PacketLength?: number;
2781
-
2782
- SessionNumber: number | undefined;
2783
-
2784
- VirtualNetworkId?: number;
2785
-
2786
- Description?: string;
2787
-
2788
- TagSpecifications?: TagSpecification[];
2789
-
2790
- DryRun?: boolean;
2791
-
2792
- ClientToken?: string;
2793
- }
2794
-
2795
- export interface TrafficMirrorSession {
2796
- TrafficMirrorSessionId?: string;
2797
-
2798
- TrafficMirrorTargetId?: string;
2799
-
2800
- TrafficMirrorFilterId?: string;
2801
-
2802
- NetworkInterfaceId?: string;
2803
-
2804
- OwnerId?: string;
2805
-
2806
- PacketLength?: number;
2807
-
2808
- SessionNumber?: number;
2809
-
2810
- VirtualNetworkId?: number;
2811
-
2812
- Description?: string;
2813
-
2814
- Tags?: Tag[];
2815
- }
2816
- export interface CreateTrafficMirrorSessionResult {
2817
- TrafficMirrorSession?: TrafficMirrorSession;
2818
-
2819
- ClientToken?: string;
2820
- }
2821
- export interface CreateTrafficMirrorTargetRequest {
2822
- NetworkInterfaceId?: string;
2823
-
2824
- NetworkLoadBalancerArn?: string;
2825
-
2826
- Description?: string;
2827
-
2828
- TagSpecifications?: TagSpecification[];
2829
-
2830
- DryRun?: boolean;
2831
-
2832
- ClientToken?: string;
2833
-
2834
- GatewayLoadBalancerEndpointId?: string;
2835
- }
2836
- export declare type TrafficMirrorTargetType =
2837
- | "gateway-load-balancer-endpoint"
2838
- | "network-interface"
2839
- | "network-load-balancer";
2840
-
2841
- export interface TrafficMirrorTarget {
2842
- TrafficMirrorTargetId?: string;
2843
-
2844
- NetworkInterfaceId?: string;
2845
-
2846
- NetworkLoadBalancerArn?: string;
2847
-
2848
- Type?: TrafficMirrorTargetType | string;
2849
-
2850
- Description?: string;
2851
-
2852
- OwnerId?: string;
2853
-
2854
- Tags?: Tag[];
2855
-
2856
- GatewayLoadBalancerEndpointId?: string;
2857
- }
2858
- export interface CreateTrafficMirrorTargetResult {
2859
- TrafficMirrorTarget?: TrafficMirrorTarget;
2860
-
2861
- ClientToken?: string;
2862
- }
2863
- export declare type AutoAcceptSharedAttachmentsValue = "disable" | "enable";
2864
- export declare type DefaultRouteTableAssociationValue = "disable" | "enable";
2865
- export declare type DefaultRouteTablePropagationValue = "disable" | "enable";
2866
- export declare type MulticastSupportValue = "disable" | "enable";
2867
- export declare type VpnEcmpSupportValue = "disable" | "enable";
2868
-
2869
- export interface TransitGatewayRequestOptions {
2870
- AmazonSideAsn?: number;
2871
-
2872
- AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
2873
-
2874
- DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
2875
-
2876
- DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
2877
-
2878
- VpnEcmpSupport?: VpnEcmpSupportValue | string;
2879
-
2880
- DnsSupport?: DnsSupportValue | string;
2881
-
2882
- MulticastSupport?: MulticastSupportValue | string;
2883
-
2884
- TransitGatewayCidrBlocks?: string[];
2885
- }
2886
- export interface CreateTransitGatewayRequest {
2887
- Description?: string;
2888
-
2889
- Options?: TransitGatewayRequestOptions;
2890
-
2891
- TagSpecifications?: TagSpecification[];
2892
-
2893
- DryRun?: boolean;
2894
- }
2895
-
1951
+ export declare const DhcpOptionsFilterSensitiveLog: (obj: DhcpOptions) => any;
1952
+ export declare const CreateDhcpOptionsResultFilterSensitiveLog: (
1953
+ obj: CreateDhcpOptionsResult
1954
+ ) => any;
1955
+ export declare const CreateEgressOnlyInternetGatewayRequestFilterSensitiveLog: (
1956
+ obj: CreateEgressOnlyInternetGatewayRequest
1957
+ ) => any;
1958
+ export declare const InternetGatewayAttachmentFilterSensitiveLog: (
1959
+ obj: InternetGatewayAttachment
1960
+ ) => any;
1961
+ export declare const EgressOnlyInternetGatewayFilterSensitiveLog: (
1962
+ obj: EgressOnlyInternetGateway
1963
+ ) => any;
1964
+ export declare const CreateEgressOnlyInternetGatewayResultFilterSensitiveLog: (
1965
+ obj: CreateEgressOnlyInternetGatewayResult
1966
+ ) => any;
2896
1967
  export declare const FleetLaunchTemplateSpecificationRequestFilterSensitiveLog: (
2897
1968
  obj: FleetLaunchTemplateSpecificationRequest
2898
1969
  ) => any;
2899
-
2900
1970
  export declare const BaselineEbsBandwidthMbpsRequestFilterSensitiveLog: (
2901
1971
  obj: BaselineEbsBandwidthMbpsRequest
2902
1972
  ) => any;
2903
-
2904
1973
  export declare const MemoryGiBPerVCpuRequestFilterSensitiveLog: (
2905
1974
  obj: MemoryGiBPerVCpuRequest
2906
1975
  ) => any;
2907
-
2908
1976
  export declare const MemoryMiBRequestFilterSensitiveLog: (
2909
1977
  obj: MemoryMiBRequest
2910
1978
  ) => any;
2911
-
2912
1979
  export declare const NetworkInterfaceCountRequestFilterSensitiveLog: (
2913
1980
  obj: NetworkInterfaceCountRequest
2914
1981
  ) => any;
2915
-
2916
1982
  export declare const TotalLocalStorageGBRequestFilterSensitiveLog: (
2917
1983
  obj: TotalLocalStorageGBRequest
2918
1984
  ) => any;
2919
-
2920
1985
  export declare const VCpuCountRangeRequestFilterSensitiveLog: (
2921
1986
  obj: VCpuCountRangeRequest
2922
1987
  ) => any;
2923
-
2924
1988
  export declare const InstanceRequirementsRequestFilterSensitiveLog: (
2925
1989
  obj: InstanceRequirementsRequest
2926
1990
  ) => any;
2927
-
2928
1991
  export declare const PlacementFilterSensitiveLog: (obj: Placement) => any;
2929
-
2930
1992
  export declare const FleetLaunchTemplateOverridesRequestFilterSensitiveLog: (
2931
1993
  obj: FleetLaunchTemplateOverridesRequest
2932
1994
  ) => any;
2933
-
2934
1995
  export declare const FleetLaunchTemplateConfigRequestFilterSensitiveLog: (
2935
1996
  obj: FleetLaunchTemplateConfigRequest
2936
1997
  ) => any;
2937
-
2938
1998
  export declare const CapacityReservationOptionsRequestFilterSensitiveLog: (
2939
1999
  obj: CapacityReservationOptionsRequest
2940
2000
  ) => any;
2941
-
2942
2001
  export declare const OnDemandOptionsRequestFilterSensitiveLog: (
2943
2002
  obj: OnDemandOptionsRequest
2944
2003
  ) => any;
2945
-
2946
2004
  export declare const FleetSpotCapacityRebalanceRequestFilterSensitiveLog: (
2947
2005
  obj: FleetSpotCapacityRebalanceRequest
2948
2006
  ) => any;
2949
-
2950
2007
  export declare const FleetSpotMaintenanceStrategiesRequestFilterSensitiveLog: (
2951
2008
  obj: FleetSpotMaintenanceStrategiesRequest
2952
2009
  ) => any;
2953
-
2954
2010
  export declare const SpotOptionsRequestFilterSensitiveLog: (
2955
2011
  obj: SpotOptionsRequest
2956
2012
  ) => any;
2957
-
2958
2013
  export declare const TargetCapacitySpecificationRequestFilterSensitiveLog: (
2959
2014
  obj: TargetCapacitySpecificationRequest
2960
2015
  ) => any;
2961
-
2962
2016
  export declare const CreateFleetRequestFilterSensitiveLog: (
2963
2017
  obj: CreateFleetRequest
2964
2018
  ) => any;
2965
-
2966
2019
  export declare const FleetLaunchTemplateSpecificationFilterSensitiveLog: (
2967
2020
  obj: FleetLaunchTemplateSpecification
2968
2021
  ) => any;
2969
-
2970
2022
  export declare const BaselineEbsBandwidthMbpsFilterSensitiveLog: (
2971
2023
  obj: BaselineEbsBandwidthMbps
2972
2024
  ) => any;
2973
-
2974
2025
  export declare const MemoryGiBPerVCpuFilterSensitiveLog: (
2975
2026
  obj: MemoryGiBPerVCpu
2976
2027
  ) => any;
2977
-
2978
2028
  export declare const MemoryMiBFilterSensitiveLog: (obj: MemoryMiB) => any;
2979
-
2980
2029
  export declare const NetworkInterfaceCountFilterSensitiveLog: (
2981
2030
  obj: NetworkInterfaceCount
2982
2031
  ) => any;
2983
-
2984
2032
  export declare const TotalLocalStorageGBFilterSensitiveLog: (
2985
2033
  obj: TotalLocalStorageGB
2986
2034
  ) => any;
2987
-
2988
2035
  export declare const VCpuCountRangeFilterSensitiveLog: (
2989
2036
  obj: VCpuCountRange
2990
2037
  ) => any;
2991
-
2992
2038
  export declare const InstanceRequirementsFilterSensitiveLog: (
2993
2039
  obj: InstanceRequirements
2994
2040
  ) => any;
2995
-
2996
2041
  export declare const PlacementResponseFilterSensitiveLog: (
2997
2042
  obj: PlacementResponse
2998
2043
  ) => any;
2999
-
3000
2044
  export declare const FleetLaunchTemplateOverridesFilterSensitiveLog: (
3001
2045
  obj: FleetLaunchTemplateOverrides
3002
2046
  ) => any;
3003
-
3004
2047
  export declare const LaunchTemplateAndOverridesResponseFilterSensitiveLog: (
3005
2048
  obj: LaunchTemplateAndOverridesResponse
3006
2049
  ) => any;
3007
-
3008
2050
  export declare const CreateFleetErrorFilterSensitiveLog: (
3009
2051
  obj: CreateFleetError
3010
2052
  ) => any;
3011
-
3012
2053
  export declare const CreateFleetInstanceFilterSensitiveLog: (
3013
2054
  obj: CreateFleetInstance
3014
2055
  ) => any;
3015
-
3016
2056
  export declare const CreateFleetResultFilterSensitiveLog: (
3017
2057
  obj: CreateFleetResult
3018
2058
  ) => any;
3019
-
3020
2059
  export declare const DestinationOptionsRequestFilterSensitiveLog: (
3021
2060
  obj: DestinationOptionsRequest
3022
2061
  ) => any;
3023
-
3024
2062
  export declare const CreateFlowLogsRequestFilterSensitiveLog: (
3025
2063
  obj: CreateFlowLogsRequest
3026
2064
  ) => any;
3027
-
3028
2065
  export declare const CreateFlowLogsResultFilterSensitiveLog: (
3029
2066
  obj: CreateFlowLogsResult
3030
2067
  ) => any;
3031
-
3032
2068
  export declare const StorageLocationFilterSensitiveLog: (
3033
2069
  obj: StorageLocation
3034
2070
  ) => any;
3035
-
3036
2071
  export declare const CreateFpgaImageRequestFilterSensitiveLog: (
3037
2072
  obj: CreateFpgaImageRequest
3038
2073
  ) => any;
3039
-
3040
2074
  export declare const CreateFpgaImageResultFilterSensitiveLog: (
3041
2075
  obj: CreateFpgaImageResult
3042
2076
  ) => any;
3043
-
3044
2077
  export declare const EbsBlockDeviceFilterSensitiveLog: (
3045
2078
  obj: EbsBlockDevice
3046
2079
  ) => any;
3047
-
3048
2080
  export declare const BlockDeviceMappingFilterSensitiveLog: (
3049
2081
  obj: BlockDeviceMapping
3050
2082
  ) => any;
3051
-
3052
2083
  export declare const CreateImageRequestFilterSensitiveLog: (
3053
2084
  obj: CreateImageRequest
3054
2085
  ) => any;
3055
-
3056
2086
  export declare const CreateImageResultFilterSensitiveLog: (
3057
2087
  obj: CreateImageResult
3058
2088
  ) => any;
3059
-
3060
2089
  export declare const InstanceEventWindowTimeRangeRequestFilterSensitiveLog: (
3061
2090
  obj: InstanceEventWindowTimeRangeRequest
3062
2091
  ) => any;
3063
-
3064
2092
  export declare const CreateInstanceEventWindowRequestFilterSensitiveLog: (
3065
2093
  obj: CreateInstanceEventWindowRequest
3066
2094
  ) => any;
3067
-
3068
2095
  export declare const CreateInstanceEventWindowResultFilterSensitiveLog: (
3069
2096
  obj: CreateInstanceEventWindowResult
3070
2097
  ) => any;
3071
-
3072
2098
  export declare const ExportToS3TaskSpecificationFilterSensitiveLog: (
3073
2099
  obj: ExportToS3TaskSpecification
3074
2100
  ) => any;
3075
-
3076
2101
  export declare const CreateInstanceExportTaskRequestFilterSensitiveLog: (
3077
2102
  obj: CreateInstanceExportTaskRequest
3078
2103
  ) => any;
3079
-
3080
2104
  export declare const ExportToS3TaskFilterSensitiveLog: (
3081
2105
  obj: ExportToS3Task
3082
2106
  ) => any;
3083
-
3084
2107
  export declare const InstanceExportDetailsFilterSensitiveLog: (
3085
2108
  obj: InstanceExportDetails
3086
2109
  ) => any;
3087
-
3088
2110
  export declare const ExportTaskFilterSensitiveLog: (obj: ExportTask) => any;
3089
-
3090
2111
  export declare const CreateInstanceExportTaskResultFilterSensitiveLog: (
3091
2112
  obj: CreateInstanceExportTaskResult
3092
2113
  ) => any;
3093
-
3094
2114
  export declare const CreateInternetGatewayRequestFilterSensitiveLog: (
3095
2115
  obj: CreateInternetGatewayRequest
3096
2116
  ) => any;
3097
-
3098
2117
  export declare const InternetGatewayFilterSensitiveLog: (
3099
2118
  obj: InternetGateway
3100
2119
  ) => any;
3101
-
3102
2120
  export declare const CreateInternetGatewayResultFilterSensitiveLog: (
3103
2121
  obj: CreateInternetGatewayResult
3104
2122
  ) => any;
3105
-
3106
2123
  export declare const CreateIpamRequestFilterSensitiveLog: (
3107
2124
  obj: CreateIpamRequest
3108
2125
  ) => any;
3109
-
3110
2126
  export declare const IpamOperatingRegionFilterSensitiveLog: (
3111
2127
  obj: IpamOperatingRegion
3112
2128
  ) => any;
3113
-
3114
2129
  export declare const IpamFilterSensitiveLog: (obj: Ipam) => any;
3115
-
3116
2130
  export declare const CreateIpamResultFilterSensitiveLog: (
3117
2131
  obj: CreateIpamResult
3118
2132
  ) => any;
3119
-
3120
2133
  export declare const RequestIpamResourceTagFilterSensitiveLog: (
3121
2134
  obj: RequestIpamResourceTag
3122
2135
  ) => any;
3123
-
3124
2136
  export declare const CreateIpamPoolRequestFilterSensitiveLog: (
3125
2137
  obj: CreateIpamPoolRequest
3126
2138
  ) => any;
3127
-
3128
2139
  export declare const IpamResourceTagFilterSensitiveLog: (
3129
2140
  obj: IpamResourceTag
3130
2141
  ) => any;
3131
-
3132
2142
  export declare const IpamPoolFilterSensitiveLog: (obj: IpamPool) => any;
3133
-
3134
2143
  export declare const CreateIpamPoolResultFilterSensitiveLog: (
3135
2144
  obj: CreateIpamPoolResult
3136
2145
  ) => any;
3137
-
3138
2146
  export declare const CreateIpamScopeRequestFilterSensitiveLog: (
3139
2147
  obj: CreateIpamScopeRequest
3140
2148
  ) => any;
3141
-
3142
2149
  export declare const IpamScopeFilterSensitiveLog: (obj: IpamScope) => any;
3143
-
3144
2150
  export declare const CreateIpamScopeResultFilterSensitiveLog: (
3145
2151
  obj: CreateIpamScopeResult
3146
2152
  ) => any;
3147
-
3148
2153
  export declare const CreateKeyPairRequestFilterSensitiveLog: (
3149
2154
  obj: CreateKeyPairRequest
3150
2155
  ) => any;
3151
-
3152
2156
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
3153
-
3154
2157
  export declare const LaunchTemplateEbsBlockDeviceRequestFilterSensitiveLog: (
3155
2158
  obj: LaunchTemplateEbsBlockDeviceRequest
3156
2159
  ) => any;
3157
-
3158
2160
  export declare const LaunchTemplateBlockDeviceMappingRequestFilterSensitiveLog: (
3159
2161
  obj: LaunchTemplateBlockDeviceMappingRequest
3160
2162
  ) => any;
3161
-
3162
2163
  export declare const CapacityReservationTargetFilterSensitiveLog: (
3163
2164
  obj: CapacityReservationTarget
3164
2165
  ) => any;
3165
-
3166
2166
  export declare const LaunchTemplateCapacityReservationSpecificationRequestFilterSensitiveLog: (
3167
2167
  obj: LaunchTemplateCapacityReservationSpecificationRequest
3168
2168
  ) => any;
3169
-
3170
2169
  export declare const LaunchTemplateCpuOptionsRequestFilterSensitiveLog: (
3171
2170
  obj: LaunchTemplateCpuOptionsRequest
3172
2171
  ) => any;
3173
-
3174
2172
  export declare const CreditSpecificationRequestFilterSensitiveLog: (
3175
2173
  obj: CreditSpecificationRequest
3176
2174
  ) => any;
3177
-
3178
2175
  export declare const ElasticGpuSpecificationFilterSensitiveLog: (
3179
2176
  obj: ElasticGpuSpecification
3180
2177
  ) => any;
3181
-
3182
2178
  export declare const LaunchTemplateElasticInferenceAcceleratorFilterSensitiveLog: (
3183
2179
  obj: LaunchTemplateElasticInferenceAccelerator
3184
2180
  ) => any;
3185
-
3186
2181
  export declare const LaunchTemplateEnclaveOptionsRequestFilterSensitiveLog: (
3187
2182
  obj: LaunchTemplateEnclaveOptionsRequest
3188
2183
  ) => any;
3189
-
3190
2184
  export declare const LaunchTemplateHibernationOptionsRequestFilterSensitiveLog: (
3191
2185
  obj: LaunchTemplateHibernationOptionsRequest
3192
2186
  ) => any;
3193
-
3194
2187
  export declare const LaunchTemplateIamInstanceProfileSpecificationRequestFilterSensitiveLog: (
3195
2188
  obj: LaunchTemplateIamInstanceProfileSpecificationRequest
3196
2189
  ) => any;
3197
-
3198
2190
  export declare const LaunchTemplateSpotMarketOptionsRequestFilterSensitiveLog: (
3199
2191
  obj: LaunchTemplateSpotMarketOptionsRequest
3200
2192
  ) => any;
3201
-
3202
2193
  export declare const LaunchTemplateInstanceMarketOptionsRequestFilterSensitiveLog: (
3203
2194
  obj: LaunchTemplateInstanceMarketOptionsRequest
3204
2195
  ) => any;
3205
-
3206
2196
  export declare const LaunchTemplateLicenseConfigurationRequestFilterSensitiveLog: (
3207
2197
  obj: LaunchTemplateLicenseConfigurationRequest
3208
2198
  ) => any;
3209
-
3210
2199
  export declare const LaunchTemplateInstanceMaintenanceOptionsRequestFilterSensitiveLog: (
3211
2200
  obj: LaunchTemplateInstanceMaintenanceOptionsRequest
3212
2201
  ) => any;
3213
-
3214
2202
  export declare const LaunchTemplateInstanceMetadataOptionsRequestFilterSensitiveLog: (
3215
2203
  obj: LaunchTemplateInstanceMetadataOptionsRequest
3216
2204
  ) => any;
3217
-
3218
2205
  export declare const LaunchTemplatesMonitoringRequestFilterSensitiveLog: (
3219
2206
  obj: LaunchTemplatesMonitoringRequest
3220
2207
  ) => any;
3221
-
3222
2208
  export declare const Ipv4PrefixSpecificationRequestFilterSensitiveLog: (
3223
2209
  obj: Ipv4PrefixSpecificationRequest
3224
2210
  ) => any;
3225
-
3226
2211
  export declare const InstanceIpv6AddressRequestFilterSensitiveLog: (
3227
2212
  obj: InstanceIpv6AddressRequest
3228
2213
  ) => any;
3229
-
3230
2214
  export declare const Ipv6PrefixSpecificationRequestFilterSensitiveLog: (
3231
2215
  obj: Ipv6PrefixSpecificationRequest
3232
2216
  ) => any;
3233
-
3234
2217
  export declare const PrivateIpAddressSpecificationFilterSensitiveLog: (
3235
2218
  obj: PrivateIpAddressSpecification
3236
2219
  ) => any;
3237
-
3238
2220
  export declare const LaunchTemplateInstanceNetworkInterfaceSpecificationRequestFilterSensitiveLog: (
3239
2221
  obj: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
3240
2222
  ) => any;
3241
-
3242
2223
  export declare const LaunchTemplatePlacementRequestFilterSensitiveLog: (
3243
2224
  obj: LaunchTemplatePlacementRequest
3244
2225
  ) => any;
3245
-
3246
2226
  export declare const LaunchTemplatePrivateDnsNameOptionsRequestFilterSensitiveLog: (
3247
2227
  obj: LaunchTemplatePrivateDnsNameOptionsRequest
3248
2228
  ) => any;
3249
-
3250
2229
  export declare const LaunchTemplateTagSpecificationRequestFilterSensitiveLog: (
3251
2230
  obj: LaunchTemplateTagSpecificationRequest
3252
2231
  ) => any;
3253
-
3254
2232
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
3255
2233
  obj: RequestLaunchTemplateData
3256
2234
  ) => any;
3257
-
3258
2235
  export declare const CreateLaunchTemplateRequestFilterSensitiveLog: (
3259
2236
  obj: CreateLaunchTemplateRequest
3260
2237
  ) => any;
3261
-
3262
2238
  export declare const LaunchTemplateFilterSensitiveLog: (
3263
2239
  obj: LaunchTemplate
3264
2240
  ) => any;
3265
-
3266
2241
  export declare const ValidationErrorFilterSensitiveLog: (
3267
2242
  obj: ValidationError
3268
2243
  ) => any;
3269
-
3270
2244
  export declare const ValidationWarningFilterSensitiveLog: (
3271
2245
  obj: ValidationWarning
3272
2246
  ) => any;
3273
-
3274
2247
  export declare const CreateLaunchTemplateResultFilterSensitiveLog: (
3275
2248
  obj: CreateLaunchTemplateResult
3276
2249
  ) => any;
3277
-
3278
2250
  export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (
3279
2251
  obj: CreateLaunchTemplateVersionRequest
3280
2252
  ) => any;
3281
-
3282
2253
  export declare const LaunchTemplateEbsBlockDeviceFilterSensitiveLog: (
3283
2254
  obj: LaunchTemplateEbsBlockDevice
3284
2255
  ) => any;
3285
-
3286
2256
  export declare const LaunchTemplateBlockDeviceMappingFilterSensitiveLog: (
3287
2257
  obj: LaunchTemplateBlockDeviceMapping
3288
2258
  ) => any;
3289
-
3290
2259
  export declare const CapacityReservationTargetResponseFilterSensitiveLog: (
3291
2260
  obj: CapacityReservationTargetResponse
3292
2261
  ) => any;
3293
-
3294
2262
  export declare const LaunchTemplateCapacityReservationSpecificationResponseFilterSensitiveLog: (
3295
2263
  obj: LaunchTemplateCapacityReservationSpecificationResponse
3296
2264
  ) => any;
3297
-
3298
2265
  export declare const LaunchTemplateCpuOptionsFilterSensitiveLog: (
3299
2266
  obj: LaunchTemplateCpuOptions
3300
2267
  ) => any;
3301
-
3302
2268
  export declare const CreditSpecificationFilterSensitiveLog: (
3303
2269
  obj: CreditSpecification
3304
2270
  ) => any;
3305
-
3306
2271
  export declare const ElasticGpuSpecificationResponseFilterSensitiveLog: (
3307
2272
  obj: ElasticGpuSpecificationResponse
3308
2273
  ) => any;
3309
-
3310
2274
  export declare const LaunchTemplateElasticInferenceAcceleratorResponseFilterSensitiveLog: (
3311
2275
  obj: LaunchTemplateElasticInferenceAcceleratorResponse
3312
2276
  ) => any;
3313
-
3314
2277
  export declare const LaunchTemplateEnclaveOptionsFilterSensitiveLog: (
3315
2278
  obj: LaunchTemplateEnclaveOptions
3316
2279
  ) => any;
3317
-
3318
2280
  export declare const LaunchTemplateHibernationOptionsFilterSensitiveLog: (
3319
2281
  obj: LaunchTemplateHibernationOptions
3320
2282
  ) => any;
3321
-
3322
2283
  export declare const LaunchTemplateIamInstanceProfileSpecificationFilterSensitiveLog: (
3323
2284
  obj: LaunchTemplateIamInstanceProfileSpecification
3324
2285
  ) => any;
3325
-
3326
2286
  export declare const LaunchTemplateSpotMarketOptionsFilterSensitiveLog: (
3327
2287
  obj: LaunchTemplateSpotMarketOptions
3328
2288
  ) => any;
3329
-
3330
2289
  export declare const LaunchTemplateInstanceMarketOptionsFilterSensitiveLog: (
3331
2290
  obj: LaunchTemplateInstanceMarketOptions
3332
2291
  ) => any;
3333
-
3334
2292
  export declare const LaunchTemplateLicenseConfigurationFilterSensitiveLog: (
3335
2293
  obj: LaunchTemplateLicenseConfiguration
3336
2294
  ) => any;
3337
-
3338
2295
  export declare const LaunchTemplateInstanceMaintenanceOptionsFilterSensitiveLog: (
3339
2296
  obj: LaunchTemplateInstanceMaintenanceOptions
3340
2297
  ) => any;
3341
-
3342
2298
  export declare const LaunchTemplateInstanceMetadataOptionsFilterSensitiveLog: (
3343
2299
  obj: LaunchTemplateInstanceMetadataOptions
3344
2300
  ) => any;
3345
-
3346
2301
  export declare const LaunchTemplatesMonitoringFilterSensitiveLog: (
3347
2302
  obj: LaunchTemplatesMonitoring
3348
2303
  ) => any;
3349
-
3350
2304
  export declare const Ipv4PrefixSpecificationResponseFilterSensitiveLog: (
3351
2305
  obj: Ipv4PrefixSpecificationResponse
3352
2306
  ) => any;
3353
-
3354
2307
  export declare const InstanceIpv6AddressFilterSensitiveLog: (
3355
2308
  obj: InstanceIpv6Address
3356
2309
  ) => any;
3357
-
3358
2310
  export declare const Ipv6PrefixSpecificationResponseFilterSensitiveLog: (
3359
2311
  obj: Ipv6PrefixSpecificationResponse
3360
2312
  ) => any;
3361
-
3362
2313
  export declare const LaunchTemplateInstanceNetworkInterfaceSpecificationFilterSensitiveLog: (
3363
2314
  obj: LaunchTemplateInstanceNetworkInterfaceSpecification
3364
2315
  ) => any;
3365
-
3366
2316
  export declare const LaunchTemplatePlacementFilterSensitiveLog: (
3367
2317
  obj: LaunchTemplatePlacement
3368
2318
  ) => any;
3369
-
3370
2319
  export declare const LaunchTemplatePrivateDnsNameOptionsFilterSensitiveLog: (
3371
2320
  obj: LaunchTemplatePrivateDnsNameOptions
3372
2321
  ) => any;
3373
-
3374
2322
  export declare const LaunchTemplateTagSpecificationFilterSensitiveLog: (
3375
2323
  obj: LaunchTemplateTagSpecification
3376
2324
  ) => any;
3377
-
3378
2325
  export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
3379
2326
  obj: ResponseLaunchTemplateData
3380
2327
  ) => any;
3381
-
3382
2328
  export declare const LaunchTemplateVersionFilterSensitiveLog: (
3383
2329
  obj: LaunchTemplateVersion
3384
2330
  ) => any;
3385
-
3386
2331
  export declare const CreateLaunchTemplateVersionResultFilterSensitiveLog: (
3387
2332
  obj: CreateLaunchTemplateVersionResult
3388
2333
  ) => any;
3389
-
3390
2334
  export declare const CreateLocalGatewayRouteRequestFilterSensitiveLog: (
3391
2335
  obj: CreateLocalGatewayRouteRequest
3392
2336
  ) => any;
3393
-
3394
2337
  export declare const LocalGatewayRouteFilterSensitiveLog: (
3395
2338
  obj: LocalGatewayRoute
3396
2339
  ) => any;
3397
-
3398
2340
  export declare const CreateLocalGatewayRouteResultFilterSensitiveLog: (
3399
2341
  obj: CreateLocalGatewayRouteResult
3400
2342
  ) => any;
3401
-
2343
+ export declare const CreateLocalGatewayRouteTableRequestFilterSensitiveLog: (
2344
+ obj: CreateLocalGatewayRouteTableRequest
2345
+ ) => any;
2346
+ export declare const StateReasonFilterSensitiveLog: (obj: StateReason) => any;
2347
+ export declare const LocalGatewayRouteTableFilterSensitiveLog: (
2348
+ obj: LocalGatewayRouteTable
2349
+ ) => any;
2350
+ export declare const CreateLocalGatewayRouteTableResultFilterSensitiveLog: (
2351
+ obj: CreateLocalGatewayRouteTableResult
2352
+ ) => any;
2353
+ export declare const CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequestFilterSensitiveLog: (
2354
+ obj: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
2355
+ ) => any;
2356
+ export declare const LocalGatewayRouteTableVirtualInterfaceGroupAssociationFilterSensitiveLog: (
2357
+ obj: LocalGatewayRouteTableVirtualInterfaceGroupAssociation
2358
+ ) => any;
2359
+ export declare const CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResultFilterSensitiveLog: (
2360
+ obj: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
2361
+ ) => any;
3402
2362
  export declare const CreateLocalGatewayRouteTableVpcAssociationRequestFilterSensitiveLog: (
3403
2363
  obj: CreateLocalGatewayRouteTableVpcAssociationRequest
3404
2364
  ) => any;
3405
-
3406
2365
  export declare const LocalGatewayRouteTableVpcAssociationFilterSensitiveLog: (
3407
2366
  obj: LocalGatewayRouteTableVpcAssociation
3408
2367
  ) => any;
3409
-
3410
2368
  export declare const CreateLocalGatewayRouteTableVpcAssociationResultFilterSensitiveLog: (
3411
2369
  obj: CreateLocalGatewayRouteTableVpcAssociationResult
3412
2370
  ) => any;
3413
-
3414
2371
  export declare const CreateManagedPrefixListRequestFilterSensitiveLog: (
3415
2372
  obj: CreateManagedPrefixListRequest
3416
2373
  ) => any;
3417
-
3418
2374
  export declare const ManagedPrefixListFilterSensitiveLog: (
3419
2375
  obj: ManagedPrefixList
3420
2376
  ) => any;
3421
-
3422
2377
  export declare const CreateManagedPrefixListResultFilterSensitiveLog: (
3423
2378
  obj: CreateManagedPrefixListResult
3424
2379
  ) => any;
3425
-
3426
2380
  export declare const CreateNatGatewayRequestFilterSensitiveLog: (
3427
2381
  obj: CreateNatGatewayRequest
3428
2382
  ) => any;
3429
-
3430
2383
  export declare const NatGatewayAddressFilterSensitiveLog: (
3431
2384
  obj: NatGatewayAddress
3432
2385
  ) => any;
3433
-
3434
2386
  export declare const ProvisionedBandwidthFilterSensitiveLog: (
3435
2387
  obj: ProvisionedBandwidth
3436
2388
  ) => any;
3437
-
3438
2389
  export declare const NatGatewayFilterSensitiveLog: (obj: NatGateway) => any;
3439
-
3440
2390
  export declare const CreateNatGatewayResultFilterSensitiveLog: (
3441
2391
  obj: CreateNatGatewayResult
3442
2392
  ) => any;
3443
-
3444
2393
  export declare const CreateNetworkAclRequestFilterSensitiveLog: (
3445
2394
  obj: CreateNetworkAclRequest
3446
2395
  ) => any;
3447
-
3448
2396
  export declare const NetworkAclAssociationFilterSensitiveLog: (
3449
2397
  obj: NetworkAclAssociation
3450
2398
  ) => any;
3451
-
3452
2399
  export declare const IcmpTypeCodeFilterSensitiveLog: (obj: IcmpTypeCode) => any;
3453
-
3454
2400
  export declare const NetworkAclEntryFilterSensitiveLog: (
3455
2401
  obj: NetworkAclEntry
3456
2402
  ) => any;
3457
-
3458
2403
  export declare const NetworkAclFilterSensitiveLog: (obj: NetworkAcl) => any;
3459
-
3460
2404
  export declare const CreateNetworkAclResultFilterSensitiveLog: (
3461
2405
  obj: CreateNetworkAclResult
3462
2406
  ) => any;
3463
-
3464
2407
  export declare const CreateNetworkAclEntryRequestFilterSensitiveLog: (
3465
2408
  obj: CreateNetworkAclEntryRequest
3466
2409
  ) => any;
3467
-
3468
2410
  export declare const CreateNetworkInsightsAccessScopeRequestFilterSensitiveLog: (
3469
2411
  obj: CreateNetworkInsightsAccessScopeRequest
3470
2412
  ) => any;
3471
-
3472
2413
  export declare const NetworkInsightsAccessScopeFilterSensitiveLog: (
3473
2414
  obj: NetworkInsightsAccessScope
3474
2415
  ) => any;
3475
-
3476
2416
  export declare const NetworkInsightsAccessScopeContentFilterSensitiveLog: (
3477
2417
  obj: NetworkInsightsAccessScopeContent
3478
2418
  ) => any;
3479
-
3480
2419
  export declare const CreateNetworkInsightsAccessScopeResultFilterSensitiveLog: (
3481
2420
  obj: CreateNetworkInsightsAccessScopeResult
3482
2421
  ) => any;
3483
-
3484
2422
  export declare const CreateNetworkInsightsPathRequestFilterSensitiveLog: (
3485
2423
  obj: CreateNetworkInsightsPathRequest
3486
2424
  ) => any;
3487
-
3488
2425
  export declare const NetworkInsightsPathFilterSensitiveLog: (
3489
2426
  obj: NetworkInsightsPath
3490
2427
  ) => any;
3491
-
3492
2428
  export declare const CreateNetworkInsightsPathResultFilterSensitiveLog: (
3493
2429
  obj: CreateNetworkInsightsPathResult
3494
2430
  ) => any;
3495
-
3496
2431
  export declare const CreateNetworkInterfaceRequestFilterSensitiveLog: (
3497
2432
  obj: CreateNetworkInterfaceRequest
3498
2433
  ) => any;
3499
-
3500
2434
  export declare const NetworkInterfaceAssociationFilterSensitiveLog: (
3501
2435
  obj: NetworkInterfaceAssociation
3502
2436
  ) => any;
3503
-
3504
2437
  export declare const NetworkInterfaceAttachmentFilterSensitiveLog: (
3505
2438
  obj: NetworkInterfaceAttachment
3506
2439
  ) => any;
3507
-
3508
2440
  export declare const GroupIdentifierFilterSensitiveLog: (
3509
2441
  obj: GroupIdentifier
3510
2442
  ) => any;
3511
-
3512
2443
  export declare const NetworkInterfaceIpv6AddressFilterSensitiveLog: (
3513
2444
  obj: NetworkInterfaceIpv6Address
3514
2445
  ) => any;
3515
-
3516
2446
  export declare const Ipv6PrefixSpecificationFilterSensitiveLog: (
3517
2447
  obj: Ipv6PrefixSpecification
3518
2448
  ) => any;
3519
-
3520
2449
  export declare const NetworkInterfacePrivateIpAddressFilterSensitiveLog: (
3521
2450
  obj: NetworkInterfacePrivateIpAddress
3522
2451
  ) => any;
3523
-
3524
2452
  export declare const NetworkInterfaceFilterSensitiveLog: (
3525
2453
  obj: NetworkInterface
3526
2454
  ) => any;
3527
-
3528
2455
  export declare const CreateNetworkInterfaceResultFilterSensitiveLog: (
3529
2456
  obj: CreateNetworkInterfaceResult
3530
2457
  ) => any;
3531
-
3532
2458
  export declare const CreateNetworkInterfacePermissionRequestFilterSensitiveLog: (
3533
2459
  obj: CreateNetworkInterfacePermissionRequest
3534
2460
  ) => any;
3535
-
3536
2461
  export declare const NetworkInterfacePermissionStateFilterSensitiveLog: (
3537
2462
  obj: NetworkInterfacePermissionState
3538
2463
  ) => any;
3539
-
3540
2464
  export declare const NetworkInterfacePermissionFilterSensitiveLog: (
3541
2465
  obj: NetworkInterfacePermission
3542
2466
  ) => any;
3543
-
3544
2467
  export declare const CreateNetworkInterfacePermissionResultFilterSensitiveLog: (
3545
2468
  obj: CreateNetworkInterfacePermissionResult
3546
2469
  ) => any;
3547
-
3548
2470
  export declare const CreatePlacementGroupRequestFilterSensitiveLog: (
3549
2471
  obj: CreatePlacementGroupRequest
3550
2472
  ) => any;
3551
-
3552
2473
  export declare const PlacementGroupFilterSensitiveLog: (
3553
2474
  obj: PlacementGroup
3554
2475
  ) => any;
3555
-
3556
2476
  export declare const CreatePlacementGroupResultFilterSensitiveLog: (
3557
2477
  obj: CreatePlacementGroupResult
3558
2478
  ) => any;
3559
-
3560
2479
  export declare const CreatePublicIpv4PoolRequestFilterSensitiveLog: (
3561
2480
  obj: CreatePublicIpv4PoolRequest
3562
2481
  ) => any;
3563
-
3564
2482
  export declare const CreatePublicIpv4PoolResultFilterSensitiveLog: (
3565
2483
  obj: CreatePublicIpv4PoolResult
3566
2484
  ) => any;
3567
-
3568
2485
  export declare const CreateReplaceRootVolumeTaskRequestFilterSensitiveLog: (
3569
2486
  obj: CreateReplaceRootVolumeTaskRequest
3570
2487
  ) => any;
3571
-
3572
2488
  export declare const ReplaceRootVolumeTaskFilterSensitiveLog: (
3573
2489
  obj: ReplaceRootVolumeTask
3574
2490
  ) => any;
3575
-
3576
2491
  export declare const CreateReplaceRootVolumeTaskResultFilterSensitiveLog: (
3577
2492
  obj: CreateReplaceRootVolumeTaskResult
3578
2493
  ) => any;
3579
-
3580
2494
  export declare const PriceScheduleSpecificationFilterSensitiveLog: (
3581
2495
  obj: PriceScheduleSpecification
3582
2496
  ) => any;
3583
-
3584
2497
  export declare const CreateReservedInstancesListingRequestFilterSensitiveLog: (
3585
2498
  obj: CreateReservedInstancesListingRequest
3586
2499
  ) => any;
3587
-
3588
2500
  export declare const CreateReservedInstancesListingResultFilterSensitiveLog: (
3589
2501
  obj: CreateReservedInstancesListingResult
3590
2502
  ) => any;
3591
-
3592
2503
  export declare const CreateRestoreImageTaskRequestFilterSensitiveLog: (
3593
2504
  obj: CreateRestoreImageTaskRequest
3594
2505
  ) => any;
3595
-
3596
2506
  export declare const CreateRestoreImageTaskResultFilterSensitiveLog: (
3597
2507
  obj: CreateRestoreImageTaskResult
3598
2508
  ) => any;
3599
-
3600
2509
  export declare const CreateRouteRequestFilterSensitiveLog: (
3601
2510
  obj: CreateRouteRequest
3602
2511
  ) => any;
3603
-
3604
2512
  export declare const CreateRouteResultFilterSensitiveLog: (
3605
2513
  obj: CreateRouteResult
3606
2514
  ) => any;
3607
-
3608
2515
  export declare const CreateRouteTableRequestFilterSensitiveLog: (
3609
2516
  obj: CreateRouteTableRequest
3610
2517
  ) => any;
3611
-
3612
2518
  export declare const RouteTableAssociationFilterSensitiveLog: (
3613
2519
  obj: RouteTableAssociation
3614
2520
  ) => any;
3615
-
3616
2521
  export declare const PropagatingVgwFilterSensitiveLog: (
3617
2522
  obj: PropagatingVgw
3618
2523
  ) => any;
3619
-
3620
2524
  export declare const RouteFilterSensitiveLog: (obj: Route) => any;
3621
-
3622
2525
  export declare const RouteTableFilterSensitiveLog: (obj: RouteTable) => any;
3623
-
3624
2526
  export declare const CreateRouteTableResultFilterSensitiveLog: (
3625
2527
  obj: CreateRouteTableResult
3626
2528
  ) => any;
3627
-
3628
2529
  export declare const CreateSecurityGroupRequestFilterSensitiveLog: (
3629
2530
  obj: CreateSecurityGroupRequest
3630
2531
  ) => any;
3631
-
3632
2532
  export declare const CreateSecurityGroupResultFilterSensitiveLog: (
3633
2533
  obj: CreateSecurityGroupResult
3634
2534
  ) => any;
3635
-
3636
2535
  export declare const CreateSnapshotRequestFilterSensitiveLog: (
3637
2536
  obj: CreateSnapshotRequest
3638
2537
  ) => any;
3639
-
3640
2538
  export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
3641
-
3642
2539
  export declare const InstanceSpecificationFilterSensitiveLog: (
3643
2540
  obj: InstanceSpecification
3644
2541
  ) => any;
3645
-
3646
2542
  export declare const CreateSnapshotsRequestFilterSensitiveLog: (
3647
2543
  obj: CreateSnapshotsRequest
3648
2544
  ) => any;
3649
-
3650
2545
  export declare const SnapshotInfoFilterSensitiveLog: (obj: SnapshotInfo) => any;
3651
-
3652
2546
  export declare const CreateSnapshotsResultFilterSensitiveLog: (
3653
2547
  obj: CreateSnapshotsResult
3654
2548
  ) => any;
3655
-
3656
2549
  export declare const CreateSpotDatafeedSubscriptionRequestFilterSensitiveLog: (
3657
2550
  obj: CreateSpotDatafeedSubscriptionRequest
3658
2551
  ) => any;
3659
-
3660
2552
  export declare const SpotInstanceStateFaultFilterSensitiveLog: (
3661
2553
  obj: SpotInstanceStateFault
3662
2554
  ) => any;
3663
-
3664
2555
  export declare const SpotDatafeedSubscriptionFilterSensitiveLog: (
3665
2556
  obj: SpotDatafeedSubscription
3666
2557
  ) => any;
3667
-
3668
2558
  export declare const CreateSpotDatafeedSubscriptionResultFilterSensitiveLog: (
3669
2559
  obj: CreateSpotDatafeedSubscriptionResult
3670
2560
  ) => any;
3671
-
3672
2561
  export declare const S3ObjectTagFilterSensitiveLog: (obj: S3ObjectTag) => any;
3673
-
3674
2562
  export declare const CreateStoreImageTaskRequestFilterSensitiveLog: (
3675
2563
  obj: CreateStoreImageTaskRequest
3676
2564
  ) => any;
3677
-
3678
2565
  export declare const CreateStoreImageTaskResultFilterSensitiveLog: (
3679
2566
  obj: CreateStoreImageTaskResult
3680
2567
  ) => any;
3681
-
3682
2568
  export declare const CreateSubnetRequestFilterSensitiveLog: (
3683
2569
  obj: CreateSubnetRequest
3684
2570
  ) => any;
3685
-
3686
2571
  export declare const CreateSubnetResultFilterSensitiveLog: (
3687
2572
  obj: CreateSubnetResult
3688
2573
  ) => any;
3689
-
3690
2574
  export declare const CreateSubnetCidrReservationRequestFilterSensitiveLog: (
3691
2575
  obj: CreateSubnetCidrReservationRequest
3692
2576
  ) => any;
3693
-
3694
2577
  export declare const SubnetCidrReservationFilterSensitiveLog: (
3695
2578
  obj: SubnetCidrReservation
3696
2579
  ) => any;
3697
-
3698
2580
  export declare const CreateSubnetCidrReservationResultFilterSensitiveLog: (
3699
2581
  obj: CreateSubnetCidrReservationResult
3700
2582
  ) => any;
3701
-
3702
2583
  export declare const CreateTagsRequestFilterSensitiveLog: (
3703
2584
  obj: CreateTagsRequest
3704
2585
  ) => any;
3705
-
3706
2586
  export declare const CreateTrafficMirrorFilterRequestFilterSensitiveLog: (
3707
2587
  obj: CreateTrafficMirrorFilterRequest
3708
2588
  ) => any;
3709
-
3710
2589
  export declare const TrafficMirrorPortRangeFilterSensitiveLog: (
3711
2590
  obj: TrafficMirrorPortRange
3712
2591
  ) => any;
3713
-
3714
2592
  export declare const TrafficMirrorFilterRuleFilterSensitiveLog: (
3715
2593
  obj: TrafficMirrorFilterRule
3716
2594
  ) => any;
3717
-
3718
2595
  export declare const TrafficMirrorFilterFilterSensitiveLog: (
3719
2596
  obj: TrafficMirrorFilter
3720
2597
  ) => any;
3721
-
3722
2598
  export declare const CreateTrafficMirrorFilterResultFilterSensitiveLog: (
3723
2599
  obj: CreateTrafficMirrorFilterResult
3724
2600
  ) => any;
3725
-
3726
2601
  export declare const TrafficMirrorPortRangeRequestFilterSensitiveLog: (
3727
2602
  obj: TrafficMirrorPortRangeRequest
3728
2603
  ) => any;
3729
-
3730
2604
  export declare const CreateTrafficMirrorFilterRuleRequestFilterSensitiveLog: (
3731
2605
  obj: CreateTrafficMirrorFilterRuleRequest
3732
2606
  ) => any;
3733
-
3734
- export declare const CreateTrafficMirrorFilterRuleResultFilterSensitiveLog: (
3735
- obj: CreateTrafficMirrorFilterRuleResult
3736
- ) => any;
3737
-
3738
- export declare const CreateTrafficMirrorSessionRequestFilterSensitiveLog: (
3739
- obj: CreateTrafficMirrorSessionRequest
3740
- ) => any;
3741
-
3742
- export declare const TrafficMirrorSessionFilterSensitiveLog: (
3743
- obj: TrafficMirrorSession
3744
- ) => any;
3745
-
3746
- export declare const CreateTrafficMirrorSessionResultFilterSensitiveLog: (
3747
- obj: CreateTrafficMirrorSessionResult
3748
- ) => any;
3749
-
3750
- export declare const CreateTrafficMirrorTargetRequestFilterSensitiveLog: (
3751
- obj: CreateTrafficMirrorTargetRequest
3752
- ) => any;
3753
-
3754
- export declare const TrafficMirrorTargetFilterSensitiveLog: (
3755
- obj: TrafficMirrorTarget
3756
- ) => any;
3757
-
3758
- export declare const CreateTrafficMirrorTargetResultFilterSensitiveLog: (
3759
- obj: CreateTrafficMirrorTargetResult
3760
- ) => any;
3761
-
3762
- export declare const TransitGatewayRequestOptionsFilterSensitiveLog: (
3763
- obj: TransitGatewayRequestOptions
3764
- ) => any;
3765
-
3766
- export declare const CreateTransitGatewayRequestFilterSensitiveLog: (
3767
- obj: CreateTransitGatewayRequest
3768
- ) => any;