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