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