@aws-sdk/client-ec2 3.170.0 → 3.172.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (763) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/EC2.js +120 -0
  3. package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
  4. package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
  5. package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
  6. package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
  7. package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
  8. package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  9. package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
  10. package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
  11. package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
  12. package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
  13. package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  17. package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
  31. package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  32. package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
  33. package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
  34. package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
  35. package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
  36. package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
  37. package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
  38. package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
  39. package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
  40. package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  41. package/dist-cjs/commands/MonitorInstancesCommand.js +2 -1
  42. package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
  43. package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
  44. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
  45. package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
  46. package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
  47. package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
  48. package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
  49. package/dist-cjs/commands/index.js +8 -0
  50. package/dist-cjs/models/models_0.js +994 -44
  51. package/dist-cjs/models/models_1.js +300 -42
  52. package/dist-cjs/models/models_2.js +208 -90
  53. package/dist-cjs/models/models_3.js +351 -93
  54. package/dist-cjs/models/models_4.js +160 -74
  55. package/dist-cjs/models/models_5.js +118 -80
  56. package/dist-cjs/models/models_6.js +108 -3
  57. package/dist-cjs/protocols/Aws_ec2.js +622 -21
  58. package/dist-es/EC2.js +120 -0
  59. package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
  60. package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
  61. package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
  62. package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
  63. package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
  64. package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  65. package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
  66. package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
  67. package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
  68. package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
  69. package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
  70. package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
  71. package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
  72. package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  73. package/dist-es/commands/DescribeAggregateIdFormatCommand.js +1 -1
  74. package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
  75. package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  76. package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
  77. package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
  78. package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
  79. package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
  80. package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
  81. package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +1 -1
  82. package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
  83. package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
  84. package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
  85. package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
  86. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
  87. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  88. package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
  89. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
  90. package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
  91. package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
  92. package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
  93. package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
  94. package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
  95. package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
  96. package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  97. package/dist-es/commands/MonitorInstancesCommand.js +2 -1
  98. package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
  99. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
  100. package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
  101. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
  102. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
  103. package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
  104. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
  105. package/dist-es/commands/index.js +8 -0
  106. package/dist-es/models/models_0.js +967 -20
  107. package/dist-es/models/models_1.js +255 -9
  108. package/dist-es/models/models_2.js +151 -21
  109. package/dist-es/models/models_3.js +282 -30
  110. package/dist-es/models/models_4.js +109 -17
  111. package/dist-es/models/models_5.js +61 -23
  112. package/dist-es/models/models_6.js +53 -0
  113. package/dist-es/protocols/Aws_ec2.js +711 -27
  114. package/dist-types/EC2.d.ts +68 -0
  115. package/dist-types/EC2Client.d.ts +10 -2
  116. package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
  117. package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
  118. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
  119. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
  121. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  122. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
  123. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
  126. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
  127. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
  128. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
  129. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  130. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  144. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
  145. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  146. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  147. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  148. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  149. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  150. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  151. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  152. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  153. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
  154. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  155. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  156. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  157. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  158. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  159. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  160. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  161. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -2
  162. package/dist-types/commands/index.d.ts +8 -0
  163. package/dist-types/models/models_0.d.ts +1074 -171
  164. package/dist-types/models/models_1.d.ts +566 -329
  165. package/dist-types/models/models_2.d.ts +530 -879
  166. package/dist-types/models/models_3.d.ts +6021 -5752
  167. package/dist-types/models/models_4.d.ts +644 -264
  168. package/dist-types/models/models_5.d.ts +295 -357
  169. package/dist-types/models/models_6.d.ts +382 -10
  170. package/dist-types/protocols/Aws_ec2.d.ts +24 -0
  171. package/dist-types/ts3.4/EC2.d.ts +148 -534
  172. package/dist-types/ts3.4/EC2Client.d.ts +48 -25
  173. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +0 -2
  174. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  175. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  176. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  177. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +0 -2
  178. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +0 -2
  179. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -2
  180. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +0 -2
  181. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +0 -2
  182. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +0 -2
  183. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +0 -2
  184. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +0 -2
  185. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +0 -2
  186. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +0 -2
  187. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +0 -2
  188. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +0 -2
  189. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
  190. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +0 -2
  191. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +0 -2
  192. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +0 -2
  193. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +0 -2
  194. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  195. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +0 -2
  196. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +0 -2
  197. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +0 -2
  198. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +0 -2
  199. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +0 -2
  200. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +0 -2
  201. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +0 -2
  202. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -2
  203. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +0 -2
  204. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +0 -2
  205. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +0 -2
  206. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -2
  207. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +0 -2
  208. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +0 -2
  209. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +0 -2
  210. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +0 -2
  211. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +0 -2
  212. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -2
  213. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +0 -2
  214. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +0 -2
  215. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +0 -2
  216. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +0 -2
  217. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +0 -2
  218. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +0 -2
  219. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +0 -2
  220. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
  221. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +0 -2
  222. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +0 -2
  223. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +0 -2
  224. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +0 -2
  225. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +0 -2
  226. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
  227. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
  228. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +0 -2
  229. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +0 -2
  230. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +0 -2
  231. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -6
  232. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -3
  233. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +0 -2
  234. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +0 -2
  235. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +0 -2
  236. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -2
  237. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +0 -2
  238. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +0 -2
  239. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +0 -2
  240. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +0 -2
  241. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +0 -2
  242. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +0 -2
  243. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
  244. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +0 -2
  245. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +0 -2
  246. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +0 -2
  247. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
  248. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  249. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
  250. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +0 -2
  251. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +0 -2
  252. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +0 -2
  253. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +0 -2
  254. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +0 -2
  255. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +0 -2
  256. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +0 -2
  257. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +0 -2
  258. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +0 -2
  259. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +0 -2
  260. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +0 -2
  261. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +0 -2
  262. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +0 -2
  263. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
  264. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +0 -2
  265. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +0 -2
  266. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
  267. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +0 -2
  268. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +0 -2
  269. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +0 -2
  270. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +0 -2
  271. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +0 -2
  272. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
  273. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +0 -2
  274. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -6
  275. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -3
  276. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -3
  277. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +4 -4
  278. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +0 -2
  279. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +0 -2
  280. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  281. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  282. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +0 -2
  283. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  284. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +0 -2
  285. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
  286. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +0 -2
  287. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  288. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -2
  289. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +0 -2
  290. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +0 -2
  291. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +0 -2
  292. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +0 -2
  293. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -2
  294. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +0 -2
  295. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +0 -2
  296. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +0 -2
  297. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +0 -2
  298. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +0 -2
  299. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +0 -2
  300. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
  301. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
  302. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +0 -2
  303. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +0 -2
  304. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +0 -2
  305. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +0 -2
  306. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +0 -2
  307. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +0 -2
  308. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +0 -2
  309. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +0 -2
  310. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +0 -2
  311. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +0 -2
  312. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +0 -2
  313. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
  314. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +0 -2
  315. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +0 -2
  316. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +0 -2
  317. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
  318. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  319. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
  320. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +0 -2
  321. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +0 -2
  322. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +0 -2
  323. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +0 -2
  324. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
  325. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +0 -2
  326. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +0 -2
  327. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +0 -2
  328. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +0 -2
  329. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +0 -2
  330. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +0 -2
  331. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +0 -2
  332. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +0 -2
  333. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
  334. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +0 -2
  335. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +0 -2
  336. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
  337. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +0 -2
  338. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +0 -2
  339. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +0 -2
  340. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
  341. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +0 -2
  342. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +0 -2
  343. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +0 -2
  344. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +0 -2
  345. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +0 -2
  346. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +0 -2
  347. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +0 -2
  348. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +0 -2
  349. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  350. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +0 -2
  351. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  352. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +0 -2
  353. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
  354. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +0 -2
  355. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  356. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -2
  357. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +0 -2
  358. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
  359. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
  360. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +0 -2
  361. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -2
  362. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +0 -2
  363. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +0 -2
  364. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +0 -2
  365. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -2
  366. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +0 -2
  367. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +0 -2
  368. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +0 -2
  369. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
  370. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
  371. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
  372. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
  373. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +0 -2
  374. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -2
  375. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +1 -3
  376. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +1 -3
  377. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -3
  378. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -3
  379. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -3
  380. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -3
  381. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -3
  382. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -3
  383. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +0 -2
  384. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +0 -2
  385. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +0 -2
  386. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +0 -2
  387. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +0 -2
  388. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +0 -2
  389. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +0 -2
  390. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +0 -2
  391. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +0 -2
  392. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +0 -2
  393. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +0 -2
  394. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +0 -2
  395. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -2
  396. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +0 -2
  397. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +0 -2
  398. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +0 -2
  399. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +0 -2
  400. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -2
  401. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +0 -2
  402. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +0 -2
  403. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +0 -2
  404. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +0 -2
  405. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +0 -2
  406. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +0 -2
  407. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +0 -2
  408. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +0 -2
  409. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +0 -2
  410. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +0 -2
  411. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
  412. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +0 -2
  413. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +0 -2
  414. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -2
  415. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +0 -2
  416. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +0 -2
  417. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +0 -2
  418. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +0 -2
  419. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +0 -2
  420. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +0 -2
  421. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -2
  422. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +0 -2
  423. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +0 -2
  424. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +0 -2
  425. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +0 -2
  426. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +0 -2
  427. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +0 -2
  428. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +0 -2
  429. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +0 -2
  430. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +0 -2
  431. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +0 -2
  432. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +0 -2
  433. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +0 -2
  434. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -3
  435. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +0 -2
  436. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -3
  437. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -3
  438. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -3
  439. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -3
  440. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -3
  441. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +0 -2
  442. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +0 -2
  443. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +0 -2
  444. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +0 -2
  445. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +0 -2
  446. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +0 -2
  447. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +0 -2
  448. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +0 -2
  449. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +0 -2
  450. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +0 -2
  451. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -2
  452. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +0 -2
  453. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +0 -2
  454. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +0 -2
  455. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -2
  456. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -2
  457. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +0 -2
  458. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -2
  459. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +0 -2
  460. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +0 -2
  461. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +0 -2
  462. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +0 -2
  463. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +0 -2
  464. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +0 -2
  465. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -2
  466. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +0 -2
  467. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +0 -2
  468. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +0 -2
  469. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +0 -2
  470. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +0 -2
  471. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +0 -2
  472. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +0 -2
  473. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +0 -2
  474. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +0 -2
  475. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
  476. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +0 -2
  477. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +0 -2
  478. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +0 -2
  479. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +0 -2
  480. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +0 -2
  481. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +0 -2
  482. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +0 -2
  483. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +0 -2
  484. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +0 -2
  485. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +0 -2
  486. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +0 -2
  487. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +0 -2
  488. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +0 -2
  489. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +0 -2
  490. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +0 -2
  491. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +0 -2
  492. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -2
  493. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +0 -2
  494. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +0 -2
  495. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +0 -2
  496. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +0 -2
  497. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
  498. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +0 -2
  499. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
  500. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +0 -2
  501. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +0 -2
  502. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +0 -2
  503. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -2
  504. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +0 -2
  505. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +0 -2
  506. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +0 -2
  507. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +0 -2
  508. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +0 -2
  509. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +0 -2
  510. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -2
  511. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +0 -2
  512. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +0 -2
  513. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +0 -2
  514. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +0 -2
  515. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +0 -2
  516. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +0 -2
  517. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +0 -2
  518. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +0 -2
  519. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +0 -2
  520. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +0 -2
  521. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +0 -2
  522. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +0 -2
  523. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +0 -2
  524. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
  525. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +0 -2
  526. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +0 -2
  527. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +0 -2
  528. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +0 -2
  529. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  530. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +0 -2
  531. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +0 -2
  532. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +0 -2
  533. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +0 -2
  534. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +0 -2
  535. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +0 -2
  536. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -6
  537. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -3
  538. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -3
  539. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -3
  540. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -3
  541. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -3
  542. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -3
  543. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -3
  544. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -3
  545. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +4 -4
  546. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +0 -2
  547. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +0 -2
  548. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +0 -2
  549. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +0 -2
  550. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +0 -2
  551. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +0 -2
  552. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +0 -2
  553. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +0 -2
  554. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +0 -2
  555. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +0 -2
  556. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  557. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +0 -2
  558. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +0 -2
  559. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +0 -2
  560. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +0 -2
  561. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +0 -2
  562. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +0 -2
  563. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +0 -2
  564. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +0 -2
  565. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +0 -2
  566. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +0 -2
  567. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +0 -2
  568. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +0 -2
  569. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +0 -2
  570. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +0 -2
  571. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +0 -2
  572. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +0 -2
  573. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +0 -2
  574. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +0 -2
  575. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +0 -2
  576. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +0 -2
  577. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +0 -2
  578. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  579. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +0 -2
  580. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +0 -2
  581. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +0 -2
  582. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +0 -2
  583. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +0 -2
  584. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +0 -2
  585. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +0 -2
  586. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +0 -2
  587. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +0 -2
  588. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +0 -2
  589. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
  590. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +0 -2
  591. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +0 -2
  592. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +0 -2
  593. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +0 -2
  594. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +0 -2
  595. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +0 -2
  596. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +0 -2
  597. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +0 -2
  598. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +0 -2
  599. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +0 -2
  600. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  601. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +0 -2
  602. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +0 -2
  603. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +0 -2
  604. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +0 -2
  605. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +0 -2
  606. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +0 -2
  607. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +0 -2
  608. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +0 -2
  609. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +0 -2
  610. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +0 -2
  611. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +0 -2
  612. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +0 -2
  613. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +0 -2
  614. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +0 -2
  615. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +0 -2
  616. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +0 -2
  617. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +0 -2
  618. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +0 -2
  619. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +0 -2
  620. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +0 -2
  621. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +0 -2
  622. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +0 -2
  623. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +0 -2
  624. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +0 -2
  625. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +0 -2
  626. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +0 -2
  627. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +0 -2
  628. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +0 -2
  629. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +0 -2
  630. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +0 -2
  631. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +0 -2
  632. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +0 -2
  633. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +0 -2
  634. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  635. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  636. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +0 -2
  637. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +0 -2
  638. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +0 -2
  639. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +0 -2
  640. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +0 -2
  641. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +0 -2
  642. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +0 -2
  643. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +0 -2
  644. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +0 -2
  645. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +0 -2
  646. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +0 -2
  647. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +0 -2
  648. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +0 -2
  649. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +0 -2
  650. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -6
  651. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -3
  652. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -3
  653. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -3
  654. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -3
  655. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -3
  656. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -3
  657. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +4 -4
  658. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +0 -2
  659. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +0 -2
  660. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +0 -2
  661. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
  662. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
  663. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
  664. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  665. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  666. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  667. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +0 -2
  668. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +0 -2
  669. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +0 -2
  670. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +0 -2
  671. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +0 -2
  672. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +0 -2
  673. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +0 -2
  674. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +0 -2
  675. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +0 -2
  676. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +0 -2
  677. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +0 -2
  678. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +0 -2
  679. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +0 -2
  680. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +0 -2
  681. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +0 -2
  682. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  683. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +0 -2
  684. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +0 -2
  685. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +0 -2
  686. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +0 -2
  687. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +0 -2
  688. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +0 -2
  689. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +0 -2
  690. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +0 -2
  691. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +0 -2
  692. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +0 -2
  693. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +0 -2
  694. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +0 -2
  695. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +0 -2
  696. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +0 -2
  697. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +0 -2
  698. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +0 -2
  699. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +0 -2
  700. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +0 -2
  701. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +0 -2
  702. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +0 -2
  703. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
  704. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +0 -2
  705. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +0 -2
  706. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +0 -2
  707. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +0 -2
  708. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +0 -2
  709. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +0 -2
  710. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +0 -2
  711. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +0 -2
  712. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +0 -2
  713. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +0 -2
  714. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -2
  715. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  716. package/dist-types/ts3.4/models/EC2ServiceException.d.ts +0 -1
  717. package/dist-types/ts3.4/models/models_0.d.ts +967 -1880
  718. package/dist-types/ts3.4/models/models_1.d.ts +311 -1473
  719. package/dist-types/ts3.4/models/models_2.d.ts +267 -1127
  720. package/dist-types/ts3.4/models/models_3.d.ts +417 -1570
  721. package/dist-types/ts3.4/models/models_4.d.ts +229 -1394
  722. package/dist-types/ts3.4/models/models_5.d.ts +165 -1257
  723. package/dist-types/ts3.4/models/models_6.d.ts +171 -523
  724. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +96 -0
  725. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  726. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  727. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  728. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  729. package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +0 -2
  730. package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +0 -2
  731. package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +0 -2
  732. package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +0 -2
  733. package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +0 -2
  734. package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +0 -2
  735. package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +0 -2
  736. package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +0 -2
  737. package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +0 -2
  738. package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +0 -2
  739. package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +0 -2
  740. package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +0 -2
  741. package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +0 -2
  742. package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +0 -2
  743. package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +0 -2
  744. package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +0 -2
  745. package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +0 -2
  746. package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +0 -2
  747. package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +0 -2
  748. package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +0 -2
  749. package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +0 -2
  750. package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +0 -2
  751. package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +0 -2
  752. package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +0 -2
  753. package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +0 -2
  754. package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +0 -2
  755. package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +0 -2
  756. package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +0 -2
  757. package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +0 -2
  758. package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +0 -2
  759. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +0 -2
  760. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +0 -2
  761. package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +0 -2
  762. package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +0 -2
  763. package/package.json +28 -28
@@ -1,12 +1,9 @@
1
1
  export interface AcceleratorCount {
2
2
  Min?: number;
3
-
4
3
  Max?: number;
5
4
  }
6
-
7
5
  export interface AcceleratorCountRequest {
8
6
  Min?: number;
9
-
10
7
  Max?: number;
11
8
  }
12
9
  export declare enum AcceleratorManufacturer {
@@ -26,16 +23,12 @@ export declare enum AcceleratorName {
26
23
  V100 = "v100",
27
24
  VU9P = "vu9p",
28
25
  }
29
-
30
26
  export interface AcceleratorTotalMemoryMiB {
31
27
  Min?: number;
32
-
33
28
  Max?: number;
34
29
  }
35
-
36
30
  export interface AcceleratorTotalMemoryMiBRequest {
37
31
  Min?: number;
38
-
39
32
  Max?: number;
40
33
  }
41
34
  export declare enum AcceleratorType {
@@ -43,66 +36,51 @@ export declare enum AcceleratorType {
43
36
  GPU = "gpu",
44
37
  INFERENCE = "inference",
45
38
  }
46
-
47
39
  export interface TargetConfigurationRequest {
48
40
  InstanceCount?: number;
49
-
50
41
  OfferingId: string | undefined;
51
42
  }
52
-
53
43
  export interface AcceptReservedInstancesExchangeQuoteRequest {
54
44
  DryRun?: boolean;
55
-
56
45
  ReservedInstanceIds: string[] | undefined;
57
-
58
46
  TargetConfigurations?: TargetConfigurationRequest[];
59
47
  }
60
-
61
48
  export interface AcceptReservedInstancesExchangeQuoteResult {
62
49
  ExchangeId?: string;
63
50
  }
64
51
  export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
65
52
  TransitGatewayMulticastDomainId?: string;
66
-
67
53
  TransitGatewayAttachmentId?: string;
68
-
69
54
  SubnetIds?: string[];
70
-
71
55
  DryRun?: boolean;
72
56
  }
73
- export declare type TransitGatewayAttachmentResourceType =
74
- | "connect"
75
- | "direct-connect-gateway"
76
- | "peering"
77
- | "tgw-peering"
78
- | "vpc"
79
- | "vpn";
80
- export declare type TransitGatewayMulitcastDomainAssociationState =
81
- | "associated"
82
- | "associating"
83
- | "disassociated"
84
- | "disassociating"
85
- | "failed"
86
- | "pendingAcceptance"
87
- | "rejected";
88
-
57
+ export declare enum TransitGatewayAttachmentResourceType {
58
+ connect = "connect",
59
+ direct_connect_gateway = "direct-connect-gateway",
60
+ peering = "peering",
61
+ tgw_peering = "tgw-peering",
62
+ vpc = "vpc",
63
+ vpn = "vpn",
64
+ }
65
+ export declare enum TransitGatewayMulitcastDomainAssociationState {
66
+ associated = "associated",
67
+ associating = "associating",
68
+ disassociated = "disassociated",
69
+ disassociating = "disassociating",
70
+ failed = "failed",
71
+ pendingAcceptance = "pendingAcceptance",
72
+ rejected = "rejected",
73
+ }
89
74
  export interface SubnetAssociation {
90
75
  SubnetId?: string;
91
-
92
76
  State?: TransitGatewayMulitcastDomainAssociationState | string;
93
77
  }
94
-
95
78
  export interface TransitGatewayMulticastDomainAssociations {
96
79
  TransitGatewayMulticastDomainId?: string;
97
-
98
80
  TransitGatewayAttachmentId?: string;
99
-
100
81
  ResourceId?: string;
101
-
102
82
  ResourceType?: TransitGatewayAttachmentResourceType | string;
103
-
104
83
  ResourceOwnerId?: string;
105
-
106
84
  Subnets?: SubnetAssociation[];
107
85
  }
108
86
  export interface AcceptTransitGatewayMulticastDomainAssociationsResult {
@@ -110,71 +88,53 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsResult {
110
88
  }
111
89
  export interface AcceptTransitGatewayPeeringAttachmentRequest {
112
90
  TransitGatewayAttachmentId: string | undefined;
113
-
114
91
  DryRun?: boolean;
115
92
  }
116
-
117
93
  export interface PeeringTgwInfo {
118
94
  TransitGatewayId?: string;
119
-
120
95
  CoreNetworkId?: string;
121
-
122
96
  OwnerId?: string;
123
-
124
97
  Region?: string;
125
98
  }
126
99
  export declare enum DynamicRoutingValue {
127
100
  disable = "disable",
128
101
  enable = "enable",
129
102
  }
130
-
131
103
  export interface TransitGatewayPeeringAttachmentOptions {
132
104
  DynamicRouting?: DynamicRoutingValue | string;
133
105
  }
134
- export declare type TransitGatewayAttachmentState =
135
- | "available"
136
- | "deleted"
137
- | "deleting"
138
- | "failed"
139
- | "failing"
140
- | "initiating"
141
- | "initiatingRequest"
142
- | "modifying"
143
- | "pending"
144
- | "pendingAcceptance"
145
- | "rejected"
146
- | "rejecting"
147
- | "rollingBack";
148
-
106
+ export declare enum TransitGatewayAttachmentState {
107
+ available = "available",
108
+ deleted = "deleted",
109
+ deleting = "deleting",
110
+ failed = "failed",
111
+ failing = "failing",
112
+ initiating = "initiating",
113
+ initiatingRequest = "initiatingRequest",
114
+ modifying = "modifying",
115
+ pending = "pending",
116
+ pendingAcceptance = "pendingAcceptance",
117
+ rejected = "rejected",
118
+ rejecting = "rejecting",
119
+ rollingBack = "rollingBack",
120
+ }
149
121
  export interface PeeringAttachmentStatus {
150
122
  Code?: string;
151
-
152
123
  Message?: string;
153
124
  }
154
-
155
125
  export interface Tag {
156
126
  Key?: string;
157
-
158
127
  Value?: string;
159
128
  }
160
-
161
129
  export interface TransitGatewayPeeringAttachment {
162
130
  TransitGatewayAttachmentId?: string;
163
-
164
131
  AccepterTransitGatewayAttachmentId?: string;
165
-
166
132
  RequesterTgwInfo?: PeeringTgwInfo;
167
-
168
133
  AccepterTgwInfo?: PeeringTgwInfo;
169
-
170
134
  Options?: TransitGatewayPeeringAttachmentOptions;
171
-
172
135
  Status?: PeeringAttachmentStatus;
173
-
174
136
  State?: TransitGatewayAttachmentState | string;
175
-
176
137
  CreationTime?: Date;
177
-
178
138
  Tags?: Tag[];
179
139
  }
180
140
  export interface AcceptTransitGatewayPeeringAttachmentResult {
@@ -182,38 +142,34 @@ export interface AcceptTransitGatewayPeeringAttachmentResult {
182
142
  }
183
143
  export interface AcceptTransitGatewayVpcAttachmentRequest {
184
144
  TransitGatewayAttachmentId: string | undefined;
185
-
186
145
  DryRun?: boolean;
187
146
  }
188
- export declare type ApplianceModeSupportValue = "disable" | "enable";
189
- export declare type DnsSupportValue = "disable" | "enable";
190
- export declare type Ipv6SupportValue = "disable" | "enable";
191
-
147
+ export declare enum ApplianceModeSupportValue {
148
+ disable = "disable",
149
+ enable = "enable",
150
+ }
151
+ export declare enum DnsSupportValue {
152
+ disable = "disable",
153
+ enable = "enable",
154
+ }
155
+ export declare enum Ipv6SupportValue {
156
+ disable = "disable",
157
+ enable = "enable",
158
+ }
192
159
  export interface TransitGatewayVpcAttachmentOptions {
193
160
  DnsSupport?: DnsSupportValue | string;
194
-
195
161
  Ipv6Support?: Ipv6SupportValue | string;
196
-
197
162
  ApplianceModeSupport?: ApplianceModeSupportValue | string;
198
163
  }
199
-
200
164
  export interface TransitGatewayVpcAttachment {
201
165
  TransitGatewayAttachmentId?: string;
202
-
203
166
  TransitGatewayId?: string;
204
-
205
167
  VpcId?: string;
206
-
207
168
  VpcOwnerId?: string;
208
-
209
169
  State?: TransitGatewayAttachmentState | string;
210
-
211
170
  SubnetIds?: string[];
212
-
213
171
  CreationTime?: Date;
214
-
215
172
  Options?: TransitGatewayVpcAttachmentOptions;
216
-
217
173
  Tags?: Tag[];
218
174
  }
219
175
  export interface AcceptTransitGatewayVpcAttachmentResult {
@@ -221,21 +177,15 @@ export interface AcceptTransitGatewayVpcAttachmentResult {
221
177
  }
222
178
  export interface AcceptVpcEndpointConnectionsRequest {
223
179
  DryRun?: boolean;
224
-
225
180
  ServiceId: string | undefined;
226
-
227
181
  VpcEndpointIds: string[] | undefined;
228
182
  }
229
-
230
183
  export interface UnsuccessfulItemError {
231
184
  Code?: string;
232
-
233
185
  Message?: string;
234
186
  }
235
-
236
187
  export interface UnsuccessfulItem {
237
188
  Error?: UnsuccessfulItemError;
238
-
239
189
  ResourceId?: string;
240
190
  }
241
191
  export interface AcceptVpcEndpointConnectionsResult {
@@ -243,320 +193,207 @@ export interface AcceptVpcEndpointConnectionsResult {
243
193
  }
244
194
  export interface AcceptVpcPeeringConnectionRequest {
245
195
  DryRun?: boolean;
246
-
247
196
  VpcPeeringConnectionId?: string;
248
197
  }
249
-
250
198
  export interface CidrBlock {
251
199
  CidrBlock?: string;
252
200
  }
253
-
254
201
  export interface Ipv6CidrBlock {
255
202
  Ipv6CidrBlock?: string;
256
203
  }
257
-
258
204
  export interface VpcPeeringConnectionOptionsDescription {
259
205
  AllowDnsResolutionFromRemoteVpc?: boolean;
260
-
261
206
  AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
262
-
263
207
  AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
264
208
  }
265
-
266
209
  export interface VpcPeeringConnectionVpcInfo {
267
210
  CidrBlock?: string;
268
-
269
211
  Ipv6CidrBlockSet?: Ipv6CidrBlock[];
270
-
271
212
  CidrBlockSet?: CidrBlock[];
272
-
273
213
  OwnerId?: string;
274
-
275
214
  PeeringOptions?: VpcPeeringConnectionOptionsDescription;
276
-
277
215
  VpcId?: string;
278
-
279
216
  Region?: string;
280
217
  }
281
- export declare type VpcPeeringConnectionStateReasonCode =
282
- | "active"
283
- | "deleted"
284
- | "deleting"
285
- | "expired"
286
- | "failed"
287
- | "initiating-request"
288
- | "pending-acceptance"
289
- | "provisioning"
290
- | "rejected";
291
-
218
+ export declare enum VpcPeeringConnectionStateReasonCode {
219
+ active = "active",
220
+ deleted = "deleted",
221
+ deleting = "deleting",
222
+ expired = "expired",
223
+ failed = "failed",
224
+ initiating_request = "initiating-request",
225
+ pending_acceptance = "pending-acceptance",
226
+ provisioning = "provisioning",
227
+ rejected = "rejected",
228
+ }
292
229
  export interface VpcPeeringConnectionStateReason {
293
230
  Code?: VpcPeeringConnectionStateReasonCode | string;
294
-
295
231
  Message?: string;
296
232
  }
297
-
298
233
  export interface VpcPeeringConnection {
299
234
  AccepterVpcInfo?: VpcPeeringConnectionVpcInfo;
300
-
301
235
  ExpirationTime?: Date;
302
-
303
236
  RequesterVpcInfo?: VpcPeeringConnectionVpcInfo;
304
-
305
237
  Status?: VpcPeeringConnectionStateReason;
306
-
307
238
  Tags?: Tag[];
308
-
309
239
  VpcPeeringConnectionId?: string;
310
240
  }
311
241
  export interface AcceptVpcPeeringConnectionResult {
312
242
  VpcPeeringConnection?: VpcPeeringConnection;
313
243
  }
314
-
315
244
  export interface PortRange {
316
245
  From?: number;
317
-
318
246
  To?: number;
319
247
  }
320
-
321
248
  export interface AnalysisAclRule {
322
249
  Cidr?: string;
323
-
324
250
  Egress?: boolean;
325
-
326
251
  PortRange?: PortRange;
327
-
328
252
  Protocol?: string;
329
-
330
253
  RuleAction?: string;
331
-
332
254
  RuleNumber?: number;
333
255
  }
334
-
335
256
  export interface AnalysisComponent {
336
257
  Id?: string;
337
-
338
258
  Arn?: string;
339
-
340
259
  Name?: string;
341
260
  }
342
-
343
261
  export interface AdditionalDetail {
344
262
  AdditionalDetailType?: string;
345
-
346
263
  Component?: AnalysisComponent;
347
264
  }
348
-
349
265
  export interface AnalysisPacketHeader {
350
266
  DestinationAddresses?: string[];
351
-
352
267
  DestinationPortRanges?: PortRange[];
353
-
354
268
  Protocol?: string;
355
-
356
269
  SourceAddresses?: string[];
357
-
358
270
  SourcePortRanges?: PortRange[];
359
271
  }
360
-
361
272
  export interface AnalysisRouteTableRoute {
362
273
  DestinationCidr?: string;
363
-
364
274
  DestinationPrefixListId?: string;
365
-
366
275
  EgressOnlyInternetGatewayId?: string;
367
-
368
276
  GatewayId?: string;
369
-
370
277
  InstanceId?: string;
371
-
372
278
  NatGatewayId?: string;
373
-
374
279
  NetworkInterfaceId?: string;
375
-
376
280
  Origin?: string;
377
-
378
281
  TransitGatewayId?: string;
379
-
380
282
  VpcPeeringConnectionId?: string;
381
283
  }
382
-
383
284
  export interface AnalysisSecurityGroupRule {
384
285
  Cidr?: string;
385
-
386
286
  Direction?: string;
387
-
388
287
  SecurityGroupId?: string;
389
-
390
288
  PortRange?: PortRange;
391
-
392
289
  PrefixListId?: string;
393
-
394
290
  Protocol?: string;
395
291
  }
396
-
397
292
  export interface TransitGatewayRouteTableRoute {
398
293
  DestinationCidr?: string;
399
-
400
294
  State?: string;
401
-
402
295
  RouteOrigin?: string;
403
-
404
296
  PrefixListId?: string;
405
-
406
297
  AttachmentId?: string;
407
-
408
298
  ResourceId?: string;
409
-
410
299
  ResourceType?: string;
411
300
  }
412
-
413
301
  export interface PathComponent {
414
302
  SequenceNumber?: number;
415
-
416
303
  AclRule?: AnalysisAclRule;
417
-
418
304
  AttachedTo?: AnalysisComponent;
419
-
420
305
  Component?: AnalysisComponent;
421
-
422
306
  DestinationVpc?: AnalysisComponent;
423
-
424
307
  OutboundHeader?: AnalysisPacketHeader;
425
-
426
308
  InboundHeader?: AnalysisPacketHeader;
427
-
428
309
  RouteTableRoute?: AnalysisRouteTableRoute;
429
-
430
310
  SecurityGroupRule?: AnalysisSecurityGroupRule;
431
-
432
311
  SourceVpc?: AnalysisComponent;
433
-
434
312
  Subnet?: AnalysisComponent;
435
-
436
313
  Vpc?: AnalysisComponent;
437
-
438
314
  AdditionalDetails?: AdditionalDetail[];
439
-
440
315
  TransitGateway?: AnalysisComponent;
441
-
442
316
  TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
443
317
  }
444
-
445
318
  export interface AccessScopeAnalysisFinding {
446
319
  NetworkInsightsAccessScopeAnalysisId?: string;
447
-
448
320
  NetworkInsightsAccessScopeId?: string;
449
-
450
321
  FindingId?: string;
451
-
452
322
  FindingComponents?: PathComponent[];
453
323
  }
454
- export declare type Protocol = "tcp" | "udp";
455
-
324
+ export declare enum Protocol {
325
+ tcp = "tcp",
326
+ udp = "udp",
327
+ }
456
328
  export interface PacketHeaderStatement {
457
329
  SourceAddresses?: string[];
458
-
459
330
  DestinationAddresses?: string[];
460
-
461
331
  SourcePorts?: string[];
462
-
463
332
  DestinationPorts?: string[];
464
-
465
333
  SourcePrefixLists?: string[];
466
-
467
334
  DestinationPrefixLists?: string[];
468
-
469
335
  Protocols?: (Protocol | string)[];
470
336
  }
471
-
472
337
  export interface ResourceStatement {
473
338
  Resources?: string[];
474
-
475
339
  ResourceTypes?: string[];
476
340
  }
477
-
478
341
  export interface PathStatement {
479
342
  PacketHeaderStatement?: PacketHeaderStatement;
480
-
481
343
  ResourceStatement?: ResourceStatement;
482
344
  }
483
-
484
345
  export interface ThroughResourcesStatement {
485
346
  ResourceStatement?: ResourceStatement;
486
347
  }
487
-
488
348
  export interface AccessScopePath {
489
349
  Source?: PathStatement;
490
-
491
350
  Destination?: PathStatement;
492
-
493
351
  ThroughResources?: ThroughResourcesStatement[];
494
352
  }
495
-
496
353
  export interface PacketHeaderStatementRequest {
497
354
  SourceAddresses?: string[];
498
-
499
355
  DestinationAddresses?: string[];
500
-
501
356
  SourcePorts?: string[];
502
-
503
357
  DestinationPorts?: string[];
504
-
505
358
  SourcePrefixLists?: string[];
506
-
507
359
  DestinationPrefixLists?: string[];
508
-
509
360
  Protocols?: (Protocol | string)[];
510
361
  }
511
-
512
362
  export interface ResourceStatementRequest {
513
363
  Resources?: string[];
514
-
515
364
  ResourceTypes?: string[];
516
365
  }
517
-
518
366
  export interface PathStatementRequest {
519
367
  PacketHeaderStatement?: PacketHeaderStatementRequest;
520
-
521
368
  ResourceStatement?: ResourceStatementRequest;
522
369
  }
523
-
524
370
  export interface ThroughResourcesStatementRequest {
525
371
  ResourceStatement?: ResourceStatementRequest;
526
372
  }
527
-
528
373
  export interface AccessScopePathRequest {
529
374
  Source?: PathStatementRequest;
530
-
531
375
  Destination?: PathStatementRequest;
532
-
533
376
  ThroughResources?: ThroughResourcesStatementRequest[];
534
377
  }
535
-
536
378
  export interface AccountAttributeValue {
537
379
  AttributeValue?: string;
538
380
  }
539
-
540
381
  export interface AccountAttribute {
541
382
  AttributeName?: string;
542
-
543
383
  AttributeValues?: AccountAttributeValue[];
544
384
  }
545
- export declare type AccountAttributeName =
546
- | "default-vpc"
547
- | "supported-platforms";
385
+ export declare enum AccountAttributeName {
386
+ default_vpc = "default-vpc",
387
+ supported_platforms = "supported-platforms",
388
+ }
548
389
  export declare enum InstanceHealthStatus {
549
390
  HEALTHY_STATUS = "healthy",
550
391
  UNHEALTHY_STATUS = "unhealthy",
551
392
  }
552
-
553
393
  export interface ActiveInstance {
554
394
  InstanceId?: string;
555
-
556
395
  InstanceType?: string;
557
-
558
396
  SpotInstanceRequestId?: string;
559
-
560
397
  InstanceHealth?: InstanceHealthStatus | string;
561
398
  }
562
399
  export declare enum ActivityStatus {
@@ -565,251 +402,224 @@ export declare enum ActivityStatus {
565
402
  PENDING_FULFILLMENT = "pending_fulfillment",
566
403
  PENDING_TERMINATION = "pending_termination",
567
404
  }
568
-
405
+ export declare enum PrincipalType {
406
+ Account = "Account",
407
+ All = "All",
408
+ OrganizationUnit = "OrganizationUnit",
409
+ Role = "Role",
410
+ Service = "Service",
411
+ User = "User",
412
+ }
413
+ export interface AddedPrincipal {
414
+ PrincipalType?: PrincipalType | string;
415
+ Principal?: string;
416
+ ServicePermissionId?: string;
417
+ ServiceId?: string;
418
+ }
569
419
  export interface AddIpamOperatingRegion {
570
420
  RegionName?: string;
571
421
  }
572
-
573
422
  export interface AddPrefixListEntry {
574
423
  Cidr: string | undefined;
575
-
576
424
  Description?: string;
577
425
  }
578
- export declare type DomainType = "standard" | "vpc";
579
-
426
+ export declare enum DomainType {
427
+ standard = "standard",
428
+ vpc = "vpc",
429
+ }
580
430
  export interface Address {
581
431
  InstanceId?: string;
582
-
583
432
  PublicIp?: string;
584
-
585
433
  AllocationId?: string;
586
-
587
434
  AssociationId?: string;
588
-
589
435
  Domain?: DomainType | string;
590
-
591
436
  NetworkInterfaceId?: string;
592
-
593
437
  NetworkInterfaceOwnerId?: string;
594
-
595
438
  PrivateIpAddress?: string;
596
-
597
439
  Tags?: Tag[];
598
-
599
440
  PublicIpv4Pool?: string;
600
-
601
441
  NetworkBorderGroup?: string;
602
-
603
442
  CustomerOwnedIp?: string;
604
-
605
443
  CustomerOwnedIpv4Pool?: string;
606
-
607
444
  CarrierIp?: string;
608
445
  }
609
-
610
446
  export interface PtrUpdateStatus {
611
447
  Value?: string;
612
-
613
448
  Status?: string;
614
-
615
449
  Reason?: string;
616
450
  }
617
-
618
451
  export interface AddressAttribute {
619
452
  PublicIp?: string;
620
-
621
453
  AllocationId?: string;
622
-
623
454
  PtrRecord?: string;
624
-
625
455
  PtrRecordUpdate?: PtrUpdateStatus;
626
456
  }
627
- export declare type AddressAttributeName = "domain-name";
457
+ export declare enum AddressAttributeName {
458
+ domain_name = "domain-name",
459
+ }
628
460
  export declare enum AddressFamily {
629
461
  ipv4 = "ipv4",
630
462
  ipv6 = "ipv6",
631
463
  }
632
464
  export interface AdvertiseByoipCidrRequest {
633
465
  Cidr: string | undefined;
634
-
635
466
  DryRun?: boolean;
636
467
  }
637
- export declare type ByoipCidrState =
638
- | "advertised"
639
- | "deprovisioned"
640
- | "failed-deprovision"
641
- | "failed-provision"
642
- | "pending-deprovision"
643
- | "pending-provision"
644
- | "provisioned"
645
- | "provisioned-not-publicly-advertisable";
646
-
468
+ export declare enum ByoipCidrState {
469
+ advertised = "advertised",
470
+ deprovisioned = "deprovisioned",
471
+ failed_deprovision = "failed-deprovision",
472
+ failed_provision = "failed-provision",
473
+ pending_deprovision = "pending-deprovision",
474
+ pending_provision = "pending-provision",
475
+ provisioned = "provisioned",
476
+ provisioned_not_publicly_advertisable = "provisioned-not-publicly-advertisable",
477
+ }
647
478
  export interface ByoipCidr {
648
479
  Cidr?: string;
649
-
650
480
  Description?: string;
651
-
652
481
  StatusMessage?: string;
653
-
654
482
  State?: ByoipCidrState | string;
655
483
  }
656
484
  export interface AdvertiseByoipCidrResult {
657
485
  ByoipCidr?: ByoipCidr;
658
486
  }
659
- export declare type Affinity = "default" | "host";
660
- export declare type ResourceType =
661
- | "capacity-reservation"
662
- | "capacity-reservation-fleet"
663
- | "carrier-gateway"
664
- | "client-vpn-endpoint"
665
- | "customer-gateway"
666
- | "dedicated-host"
667
- | "dhcp-options"
668
- | "egress-only-internet-gateway"
669
- | "elastic-gpu"
670
- | "elastic-ip"
671
- | "export-image-task"
672
- | "export-instance-task"
673
- | "fleet"
674
- | "fpga-image"
675
- | "host-reservation"
676
- | "image"
677
- | "import-image-task"
678
- | "import-snapshot-task"
679
- | "instance"
680
- | "instance-event-window"
681
- | "internet-gateway"
682
- | "ipam"
683
- | "ipam-pool"
684
- | "ipam-scope"
685
- | "ipv4pool-ec2"
686
- | "ipv6pool-ec2"
687
- | "key-pair"
688
- | "launch-template"
689
- | "local-gateway"
690
- | "local-gateway-route-table"
691
- | "local-gateway-route-table-virtual-interface-group-association"
692
- | "local-gateway-route-table-vpc-association"
693
- | "local-gateway-virtual-interface"
694
- | "local-gateway-virtual-interface-group"
695
- | "natgateway"
696
- | "network-acl"
697
- | "network-insights-access-scope"
698
- | "network-insights-access-scope-analysis"
699
- | "network-insights-analysis"
700
- | "network-insights-path"
701
- | "network-interface"
702
- | "placement-group"
703
- | "prefix-list"
704
- | "replace-root-volume-task"
705
- | "reserved-instances"
706
- | "route-table"
707
- | "security-group"
708
- | "security-group-rule"
709
- | "snapshot"
710
- | "spot-fleet-request"
711
- | "spot-instances-request"
712
- | "subnet"
713
- | "subnet-cidr-reservation"
714
- | "traffic-mirror-filter"
715
- | "traffic-mirror-filter-rule"
716
- | "traffic-mirror-session"
717
- | "traffic-mirror-target"
718
- | "transit-gateway"
719
- | "transit-gateway-attachment"
720
- | "transit-gateway-connect-peer"
721
- | "transit-gateway-multicast-domain"
722
- | "transit-gateway-policy-table"
723
- | "transit-gateway-route-table"
724
- | "transit-gateway-route-table-announcement"
725
- | "volume"
726
- | "vpc"
727
- | "vpc-endpoint"
728
- | "vpc-endpoint-connection-device-type"
729
- | "vpc-endpoint-service"
730
- | "vpc-flow-log"
731
- | "vpc-peering-connection"
732
- | "vpn-connection"
733
- | "vpn-connection-device-type"
734
- | "vpn-gateway";
735
-
487
+ export declare enum Affinity {
488
+ default = "default",
489
+ host = "host",
490
+ }
491
+ export declare enum ResourceType {
492
+ capacity_reservation = "capacity-reservation",
493
+ capacity_reservation_fleet = "capacity-reservation-fleet",
494
+ carrier_gateway = "carrier-gateway",
495
+ client_vpn_endpoint = "client-vpn-endpoint",
496
+ coip_pool = "coip-pool",
497
+ customer_gateway = "customer-gateway",
498
+ dedicated_host = "dedicated-host",
499
+ dhcp_options = "dhcp-options",
500
+ egress_only_internet_gateway = "egress-only-internet-gateway",
501
+ elastic_gpu = "elastic-gpu",
502
+ elastic_ip = "elastic-ip",
503
+ export_image_task = "export-image-task",
504
+ export_instance_task = "export-instance-task",
505
+ fleet = "fleet",
506
+ fpga_image = "fpga-image",
507
+ host_reservation = "host-reservation",
508
+ image = "image",
509
+ import_image_task = "import-image-task",
510
+ import_snapshot_task = "import-snapshot-task",
511
+ instance = "instance",
512
+ instance_event_window = "instance-event-window",
513
+ internet_gateway = "internet-gateway",
514
+ ipam = "ipam",
515
+ ipam_pool = "ipam-pool",
516
+ ipam_scope = "ipam-scope",
517
+ ipv4pool_ec2 = "ipv4pool-ec2",
518
+ ipv6pool_ec2 = "ipv6pool-ec2",
519
+ key_pair = "key-pair",
520
+ launch_template = "launch-template",
521
+ local_gateway = "local-gateway",
522
+ local_gateway_route_table = "local-gateway-route-table",
523
+ local_gateway_route_table_virtual_interface_group_association = "local-gateway-route-table-virtual-interface-group-association",
524
+ local_gateway_route_table_vpc_association = "local-gateway-route-table-vpc-association",
525
+ local_gateway_virtual_interface = "local-gateway-virtual-interface",
526
+ local_gateway_virtual_interface_group = "local-gateway-virtual-interface-group",
527
+ natgateway = "natgateway",
528
+ network_acl = "network-acl",
529
+ network_insights_access_scope = "network-insights-access-scope",
530
+ network_insights_access_scope_analysis = "network-insights-access-scope-analysis",
531
+ network_insights_analysis = "network-insights-analysis",
532
+ network_insights_path = "network-insights-path",
533
+ network_interface = "network-interface",
534
+ placement_group = "placement-group",
535
+ prefix_list = "prefix-list",
536
+ replace_root_volume_task = "replace-root-volume-task",
537
+ reserved_instances = "reserved-instances",
538
+ route_table = "route-table",
539
+ security_group = "security-group",
540
+ security_group_rule = "security-group-rule",
541
+ snapshot = "snapshot",
542
+ spot_fleet_request = "spot-fleet-request",
543
+ spot_instances_request = "spot-instances-request",
544
+ subnet = "subnet",
545
+ subnet_cidr_reservation = "subnet-cidr-reservation",
546
+ traffic_mirror_filter = "traffic-mirror-filter",
547
+ traffic_mirror_filter_rule = "traffic-mirror-filter-rule",
548
+ traffic_mirror_session = "traffic-mirror-session",
549
+ traffic_mirror_target = "traffic-mirror-target",
550
+ transit_gateway = "transit-gateway",
551
+ transit_gateway_attachment = "transit-gateway-attachment",
552
+ transit_gateway_connect_peer = "transit-gateway-connect-peer",
553
+ transit_gateway_multicast_domain = "transit-gateway-multicast-domain",
554
+ transit_gateway_policy_table = "transit-gateway-policy-table",
555
+ transit_gateway_route_table = "transit-gateway-route-table",
556
+ transit_gateway_route_table_announcement = "transit-gateway-route-table-announcement",
557
+ volume = "volume",
558
+ vpc = "vpc",
559
+ vpc_endpoint = "vpc-endpoint",
560
+ vpc_endpoint_connection = "vpc-endpoint-connection",
561
+ vpc_endpoint_connection_device_type = "vpc-endpoint-connection-device-type",
562
+ vpc_endpoint_service = "vpc-endpoint-service",
563
+ vpc_endpoint_service_permission = "vpc-endpoint-service-permission",
564
+ vpc_flow_log = "vpc-flow-log",
565
+ vpc_peering_connection = "vpc-peering-connection",
566
+ vpn_connection = "vpn-connection",
567
+ vpn_connection_device_type = "vpn-connection-device-type",
568
+ vpn_gateway = "vpn-gateway",
569
+ }
736
570
  export interface TagSpecification {
737
571
  ResourceType?: ResourceType | string;
738
-
739
572
  Tags?: Tag[];
740
573
  }
741
574
  export interface AllocateAddressRequest {
742
575
  Domain?: DomainType | string;
743
-
744
576
  Address?: string;
745
-
746
577
  PublicIpv4Pool?: string;
747
-
748
578
  NetworkBorderGroup?: string;
749
-
750
579
  CustomerOwnedIpv4Pool?: string;
751
-
752
580
  DryRun?: boolean;
753
-
754
581
  TagSpecifications?: TagSpecification[];
755
582
  }
756
583
  export interface AllocateAddressResult {
757
584
  PublicIp?: string;
758
-
759
585
  AllocationId?: string;
760
-
761
586
  PublicIpv4Pool?: string;
762
-
763
587
  NetworkBorderGroup?: string;
764
-
765
588
  Domain?: DomainType | string;
766
-
767
589
  CustomerOwnedIp?: string;
768
-
769
590
  CustomerOwnedIpv4Pool?: string;
770
-
771
591
  CarrierIp?: string;
772
592
  }
773
- export declare type AutoPlacement = "off" | "on";
774
- export declare type HostRecovery = "off" | "on";
593
+ export declare enum AutoPlacement {
594
+ off = "off",
595
+ on = "on",
596
+ }
597
+ export declare enum HostRecovery {
598
+ off = "off",
599
+ on = "on",
600
+ }
775
601
  export interface AllocateHostsRequest {
776
602
  AutoPlacement?: AutoPlacement | string;
777
-
778
603
  AvailabilityZone: string | undefined;
779
-
780
604
  ClientToken?: string;
781
-
782
605
  InstanceType?: string;
783
-
784
606
  InstanceFamily?: string;
785
-
786
607
  Quantity: number | undefined;
787
-
788
608
  TagSpecifications?: TagSpecification[];
789
-
790
609
  HostRecovery?: HostRecovery | string;
791
-
792
610
  OutpostArn?: string;
793
611
  }
794
-
795
612
  export interface AllocateHostsResult {
796
613
  HostIds?: string[];
797
614
  }
798
615
  export interface AllocateIpamPoolCidrRequest {
799
616
  DryRun?: boolean;
800
-
801
617
  IpamPoolId: string | undefined;
802
-
803
618
  Cidr?: string;
804
-
805
619
  NetmaskLength?: number;
806
-
807
620
  ClientToken?: string;
808
-
809
621
  Description?: string;
810
-
811
622
  PreviewNextCidr?: boolean;
812
-
813
623
  DisallowedCidrs?: string[];
814
624
  }
815
625
  export declare enum IpamPoolAllocationResourceType {
@@ -818,66 +628,51 @@ export declare enum IpamPoolAllocationResourceType {
818
628
  ipam_pool = "ipam-pool",
819
629
  vpc = "vpc",
820
630
  }
821
-
822
631
  export interface IpamPoolAllocation {
823
632
  Cidr?: string;
824
-
825
633
  IpamPoolAllocationId?: string;
826
-
827
634
  Description?: string;
828
-
829
635
  ResourceId?: string;
830
-
831
636
  ResourceType?: IpamPoolAllocationResourceType | string;
832
-
833
637
  ResourceRegion?: string;
834
-
835
638
  ResourceOwner?: string;
836
639
  }
837
640
  export interface AllocateIpamPoolCidrResult {
838
641
  IpamPoolAllocation?: IpamPoolAllocation;
839
642
  }
840
- export declare type AllocationState =
841
- | "available"
842
- | "pending"
843
- | "permanent-failure"
844
- | "released"
845
- | "released-permanent-failure"
846
- | "under-assessment";
643
+ export declare enum AllocationState {
644
+ available = "available",
645
+ pending = "pending",
646
+ permanent_failure = "permanent-failure",
647
+ released = "released",
648
+ released_permanent_failure = "released-permanent-failure",
649
+ under_assessment = "under-assessment",
650
+ }
847
651
  export declare enum AllocationStrategy {
848
652
  CAPACITY_OPTIMIZED = "capacityOptimized",
849
653
  CAPACITY_OPTIMIZED_PRIORITIZED = "capacityOptimizedPrioritized",
850
654
  DIVERSIFIED = "diversified",
851
655
  LOWEST_PRICE = "lowestPrice",
852
656
  }
853
- export declare enum PrincipalType {
854
- Account = "Account",
855
- All = "All",
856
- OrganizationUnit = "OrganizationUnit",
857
- Role = "Role",
858
- Service = "Service",
859
- User = "User",
860
- }
861
-
862
657
  export interface AllowedPrincipal {
863
658
  PrincipalType?: PrincipalType | string;
864
-
865
659
  Principal?: string;
660
+ ServicePermissionId?: string;
661
+ Tags?: Tag[];
662
+ ServiceId?: string;
663
+ }
664
+ export declare enum AllowsMultipleInstanceTypes {
665
+ off = "off",
666
+ on = "on",
866
667
  }
867
- export declare type AllowsMultipleInstanceTypes = "off" | "on";
868
-
869
668
  export interface AlternatePathHint {
870
669
  ComponentId?: string;
871
-
872
670
  ComponentArn?: string;
873
671
  }
874
672
  export interface ApplySecurityGroupsToClientVpnTargetNetworkRequest {
875
673
  ClientVpnEndpointId: string | undefined;
876
-
877
674
  VpcId: string | undefined;
878
-
879
675
  SecurityGroupIds: string[] | undefined;
880
-
881
676
  DryRun?: boolean;
882
677
  }
883
678
  export interface ApplySecurityGroupsToClientVpnTargetNetworkResult {
@@ -885,64 +680,42 @@ export interface ApplySecurityGroupsToClientVpnTargetNetworkResult {
885
680
  }
886
681
  export interface AssignIpv6AddressesRequest {
887
682
  Ipv6AddressCount?: number;
888
-
889
683
  Ipv6Addresses?: string[];
890
-
891
684
  Ipv6PrefixCount?: number;
892
-
893
685
  Ipv6Prefixes?: string[];
894
-
895
686
  NetworkInterfaceId: string | undefined;
896
687
  }
897
688
  export interface AssignIpv6AddressesResult {
898
689
  AssignedIpv6Addresses?: string[];
899
-
900
690
  AssignedIpv6Prefixes?: string[];
901
-
902
691
  NetworkInterfaceId?: string;
903
692
  }
904
-
905
693
  export interface AssignPrivateIpAddressesRequest {
906
694
  AllowReassignment?: boolean;
907
-
908
695
  NetworkInterfaceId: string | undefined;
909
-
910
696
  PrivateIpAddresses?: string[];
911
-
912
697
  SecondaryPrivateIpAddressCount?: number;
913
-
914
698
  Ipv4Prefixes?: string[];
915
-
916
699
  Ipv4PrefixCount?: number;
917
700
  }
918
-
919
701
  export interface Ipv4PrefixSpecification {
920
702
  Ipv4Prefix?: string;
921
703
  }
922
-
923
704
  export interface AssignedPrivateIpAddress {
924
705
  PrivateIpAddress?: string;
925
706
  }
926
707
  export interface AssignPrivateIpAddressesResult {
927
708
  NetworkInterfaceId?: string;
928
-
929
709
  AssignedPrivateIpAddresses?: AssignedPrivateIpAddress[];
930
-
931
710
  AssignedIpv4Prefixes?: Ipv4PrefixSpecification[];
932
711
  }
933
712
  export interface AssociateAddressRequest {
934
713
  AllocationId?: string;
935
-
936
714
  InstanceId?: string;
937
-
938
715
  PublicIp?: string;
939
-
940
716
  AllowReassociation?: boolean;
941
-
942
717
  DryRun?: boolean;
943
-
944
718
  NetworkInterfaceId?: string;
945
-
946
719
  PrivateIpAddress?: string;
947
720
  }
948
721
  export interface AssociateAddressResult {
@@ -950,66 +723,50 @@ export interface AssociateAddressResult {
950
723
  }
951
724
  export interface AssociateClientVpnTargetNetworkRequest {
952
725
  ClientVpnEndpointId: string | undefined;
953
-
954
726
  SubnetId: string | undefined;
955
-
956
727
  ClientToken?: string;
957
-
958
728
  DryRun?: boolean;
959
729
  }
960
- export declare type AssociationStatusCode =
961
- | "associated"
962
- | "associating"
963
- | "association-failed"
964
- | "disassociated"
965
- | "disassociating";
966
-
730
+ export declare enum AssociationStatusCode {
731
+ associated = "associated",
732
+ associating = "associating",
733
+ association_failed = "association-failed",
734
+ disassociated = "disassociated",
735
+ disassociating = "disassociating",
736
+ }
967
737
  export interface AssociationStatus {
968
738
  Code?: AssociationStatusCode | string;
969
-
970
739
  Message?: string;
971
740
  }
972
741
  export interface AssociateClientVpnTargetNetworkResult {
973
742
  AssociationId?: string;
974
-
975
743
  Status?: AssociationStatus;
976
744
  }
977
745
  export interface AssociateDhcpOptionsRequest {
978
746
  DhcpOptionsId: string | undefined;
979
-
980
747
  VpcId: string | undefined;
981
-
982
748
  DryRun?: boolean;
983
749
  }
984
750
  export interface AssociateEnclaveCertificateIamRoleRequest {
985
751
  CertificateArn?: string;
986
-
987
752
  RoleArn?: string;
988
-
989
753
  DryRun?: boolean;
990
754
  }
991
755
  export interface AssociateEnclaveCertificateIamRoleResult {
992
756
  CertificateS3BucketName?: string;
993
-
994
757
  CertificateS3ObjectKey?: string;
995
-
996
758
  EncryptionKmsKeyId?: string;
997
759
  }
998
-
999
760
  export interface IamInstanceProfileSpecification {
1000
761
  Arn?: string;
1001
-
1002
762
  Name?: string;
1003
763
  }
1004
764
  export interface AssociateIamInstanceProfileRequest {
1005
765
  IamInstanceProfile: IamInstanceProfileSpecification | undefined;
1006
-
1007
766
  InstanceId: string | undefined;
1008
767
  }
1009
-
1010
768
  export interface IamInstanceProfile {
1011
769
  Arn?: string;
1012
-
1013
770
  Id?: string;
1014
771
  }
1015
772
  export declare enum IamInstanceProfileAssociationState {
@@ -1018,42 +775,29 @@ export declare enum IamInstanceProfileAssociationState {
1018
775
  DISASSOCIATED = "disassociated",
1019
776
  DISASSOCIATING = "disassociating",
1020
777
  }
1021
-
1022
778
  export interface IamInstanceProfileAssociation {
1023
779
  AssociationId?: string;
1024
-
1025
780
  InstanceId?: string;
1026
-
1027
781
  IamInstanceProfile?: IamInstanceProfile;
1028
-
1029
782
  State?: IamInstanceProfileAssociationState | string;
1030
-
1031
783
  Timestamp?: Date;
1032
784
  }
1033
785
  export interface AssociateIamInstanceProfileResult {
1034
786
  IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
1035
787
  }
1036
-
1037
788
  export interface InstanceEventWindowAssociationRequest {
1038
789
  InstanceIds?: string[];
1039
-
1040
790
  InstanceTags?: Tag[];
1041
-
1042
791
  DedicatedHostIds?: string[];
1043
792
  }
1044
793
  export interface AssociateInstanceEventWindowRequest {
1045
794
  DryRun?: boolean;
1046
-
1047
795
  InstanceEventWindowId: string | undefined;
1048
-
1049
796
  AssociationTarget: InstanceEventWindowAssociationRequest | undefined;
1050
797
  }
1051
-
1052
798
  export interface InstanceEventWindowAssociationTarget {
1053
799
  InstanceIds?: string[];
1054
-
1055
800
  Tags?: Tag[];
1056
-
1057
801
  DedicatedHostIds?: string[];
1058
802
  }
1059
803
  export declare enum InstanceEventWindowState {
@@ -1071,30 +815,19 @@ export declare enum WeekDay {
1071
815
  tuesday = "tuesday",
1072
816
  wednesday = "wednesday",
1073
817
  }
1074
-
1075
818
  export interface InstanceEventWindowTimeRange {
1076
819
  StartWeekDay?: WeekDay | string;
1077
-
1078
820
  StartHour?: number;
1079
-
1080
821
  EndWeekDay?: WeekDay | string;
1081
-
1082
822
  EndHour?: number;
1083
823
  }
1084
-
1085
824
  export interface InstanceEventWindow {
1086
825
  InstanceEventWindowId?: string;
1087
-
1088
826
  TimeRanges?: InstanceEventWindowTimeRange[];
1089
-
1090
827
  Name?: string;
1091
-
1092
828
  CronExpression?: string;
1093
-
1094
829
  AssociationTarget?: InstanceEventWindowAssociationTarget;
1095
-
1096
830
  State?: InstanceEventWindowState | string;
1097
-
1098
831
  Tags?: Tag[];
1099
832
  }
1100
833
  export interface AssociateInstanceEventWindowResult {
@@ -1102,68 +835,54 @@ export interface AssociateInstanceEventWindowResult {
1102
835
  }
1103
836
  export interface AssociateRouteTableRequest {
1104
837
  DryRun?: boolean;
1105
-
1106
838
  RouteTableId: string | undefined;
1107
-
1108
839
  SubnetId?: string;
1109
-
1110
840
  GatewayId?: string;
1111
841
  }
1112
- export declare type RouteTableAssociationStateCode =
1113
- | "associated"
1114
- | "associating"
1115
- | "disassociated"
1116
- | "disassociating"
1117
- | "failed";
1118
-
842
+ export declare enum RouteTableAssociationStateCode {
843
+ associated = "associated",
844
+ associating = "associating",
845
+ disassociated = "disassociated",
846
+ disassociating = "disassociating",
847
+ failed = "failed",
848
+ }
1119
849
  export interface RouteTableAssociationState {
1120
850
  State?: RouteTableAssociationStateCode | string;
1121
-
1122
851
  StatusMessage?: string;
1123
852
  }
1124
853
  export interface AssociateRouteTableResult {
1125
854
  AssociationId?: string;
1126
-
1127
855
  AssociationState?: RouteTableAssociationState;
1128
856
  }
1129
857
  export interface AssociateSubnetCidrBlockRequest {
1130
858
  Ipv6CidrBlock: string | undefined;
1131
-
1132
859
  SubnetId: string | undefined;
1133
860
  }
1134
- export declare type SubnetCidrBlockStateCode =
1135
- | "associated"
1136
- | "associating"
1137
- | "disassociated"
1138
- | "disassociating"
1139
- | "failed"
1140
- | "failing";
1141
-
861
+ export declare enum SubnetCidrBlockStateCode {
862
+ associated = "associated",
863
+ associating = "associating",
864
+ disassociated = "disassociated",
865
+ disassociating = "disassociating",
866
+ failed = "failed",
867
+ failing = "failing",
868
+ }
1142
869
  export interface SubnetCidrBlockState {
1143
870
  State?: SubnetCidrBlockStateCode | string;
1144
-
1145
871
  StatusMessage?: string;
1146
872
  }
1147
-
1148
873
  export interface SubnetIpv6CidrBlockAssociation {
1149
874
  AssociationId?: string;
1150
-
1151
875
  Ipv6CidrBlock?: string;
1152
-
1153
876
  Ipv6CidrBlockState?: SubnetCidrBlockState;
1154
877
  }
1155
878
  export interface AssociateSubnetCidrBlockResult {
1156
879
  Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation;
1157
-
1158
880
  SubnetId?: string;
1159
881
  }
1160
882
  export interface AssociateTransitGatewayMulticastDomainRequest {
1161
883
  TransitGatewayMulticastDomainId?: string;
1162
-
1163
884
  TransitGatewayAttachmentId?: string;
1164
-
1165
885
  SubnetIds?: string[];
1166
-
1167
886
  DryRun?: boolean;
1168
887
  }
1169
888
  export interface AssociateTransitGatewayMulticastDomainResult {
@@ -1171,26 +890,20 @@ export interface AssociateTransitGatewayMulticastDomainResult {
1171
890
  }
1172
891
  export interface AssociateTransitGatewayPolicyTableRequest {
1173
892
  TransitGatewayPolicyTableId: string | undefined;
1174
-
1175
893
  TransitGatewayAttachmentId: string | undefined;
1176
-
1177
894
  DryRun?: boolean;
1178
895
  }
1179
- export declare type TransitGatewayAssociationState =
1180
- | "associated"
1181
- | "associating"
1182
- | "disassociated"
1183
- | "disassociating";
1184
-
896
+ export declare enum TransitGatewayAssociationState {
897
+ associated = "associated",
898
+ associating = "associating",
899
+ disassociated = "disassociated",
900
+ disassociating = "disassociating",
901
+ }
1185
902
  export interface TransitGatewayPolicyTableAssociation {
1186
903
  TransitGatewayPolicyTableId?: string;
1187
-
1188
904
  TransitGatewayAttachmentId?: string;
1189
-
1190
905
  ResourceId?: string;
1191
-
1192
906
  ResourceType?: TransitGatewayAttachmentResourceType | string;
1193
-
1194
907
  State?: TransitGatewayAssociationState | string;
1195
908
  }
1196
909
  export interface AssociateTransitGatewayPolicyTableResult {
@@ -1198,21 +911,14 @@ export interface AssociateTransitGatewayPolicyTableResult {
1198
911
  }
1199
912
  export interface AssociateTransitGatewayRouteTableRequest {
1200
913
  TransitGatewayRouteTableId: string | undefined;
1201
-
1202
914
  TransitGatewayAttachmentId: string | undefined;
1203
-
1204
915
  DryRun?: boolean;
1205
916
  }
1206
-
1207
917
  export interface TransitGatewayAssociation {
1208
918
  TransitGatewayRouteTableId?: string;
1209
-
1210
919
  TransitGatewayAttachmentId?: string;
1211
-
1212
920
  ResourceId?: string;
1213
-
1214
921
  ResourceType?: TransitGatewayAttachmentResourceType | string;
1215
-
1216
922
  State?: TransitGatewayAssociationState | string;
1217
923
  }
1218
924
  export interface AssociateTransitGatewayRouteTableResult {
@@ -1220,110 +926,74 @@ export interface AssociateTransitGatewayRouteTableResult {
1220
926
  }
1221
927
  export interface AssociateTrunkInterfaceRequest {
1222
928
  BranchInterfaceId: string | undefined;
1223
-
1224
929
  TrunkInterfaceId: string | undefined;
1225
-
1226
930
  VlanId?: number;
1227
-
1228
931
  GreKey?: number;
1229
-
1230
932
  ClientToken?: string;
1231
-
1232
933
  DryRun?: boolean;
1233
934
  }
1234
935
  export declare enum InterfaceProtocolType {
1235
936
  GRE = "GRE",
1236
937
  VLAN = "VLAN",
1237
938
  }
1238
-
1239
939
  export interface TrunkInterfaceAssociation {
1240
940
  AssociationId?: string;
1241
-
1242
941
  BranchInterfaceId?: string;
1243
-
1244
942
  TrunkInterfaceId?: string;
1245
-
1246
943
  InterfaceProtocol?: InterfaceProtocolType | string;
1247
-
1248
944
  VlanId?: number;
1249
-
1250
945
  GreKey?: number;
1251
-
1252
946
  Tags?: Tag[];
1253
947
  }
1254
948
  export interface AssociateTrunkInterfaceResult {
1255
949
  InterfaceAssociation?: TrunkInterfaceAssociation;
1256
-
1257
950
  ClientToken?: string;
1258
951
  }
1259
952
  export interface AssociateVpcCidrBlockRequest {
1260
953
  AmazonProvidedIpv6CidrBlock?: boolean;
1261
-
1262
954
  CidrBlock?: string;
1263
-
1264
955
  VpcId: string | undefined;
1265
-
1266
956
  Ipv6CidrBlockNetworkBorderGroup?: string;
1267
-
1268
957
  Ipv6Pool?: string;
1269
-
1270
958
  Ipv6CidrBlock?: string;
1271
-
1272
959
  Ipv4IpamPoolId?: string;
1273
-
1274
960
  Ipv4NetmaskLength?: number;
1275
-
1276
961
  Ipv6IpamPoolId?: string;
1277
-
1278
962
  Ipv6NetmaskLength?: number;
1279
963
  }
1280
- export declare type VpcCidrBlockStateCode =
1281
- | "associated"
1282
- | "associating"
1283
- | "disassociated"
1284
- | "disassociating"
1285
- | "failed"
1286
- | "failing";
1287
-
964
+ export declare enum VpcCidrBlockStateCode {
965
+ associated = "associated",
966
+ associating = "associating",
967
+ disassociated = "disassociated",
968
+ disassociating = "disassociating",
969
+ failed = "failed",
970
+ failing = "failing",
971
+ }
1288
972
  export interface VpcCidrBlockState {
1289
973
  State?: VpcCidrBlockStateCode | string;
1290
-
1291
974
  StatusMessage?: string;
1292
975
  }
1293
-
1294
976
  export interface VpcCidrBlockAssociation {
1295
977
  AssociationId?: string;
1296
-
1297
978
  CidrBlock?: string;
1298
-
1299
979
  CidrBlockState?: VpcCidrBlockState;
1300
980
  }
1301
-
1302
981
  export interface VpcIpv6CidrBlockAssociation {
1303
982
  AssociationId?: string;
1304
-
1305
983
  Ipv6CidrBlock?: string;
1306
-
1307
984
  Ipv6CidrBlockState?: VpcCidrBlockState;
1308
-
1309
985
  NetworkBorderGroup?: string;
1310
-
1311
986
  Ipv6Pool?: string;
1312
987
  }
1313
988
  export interface AssociateVpcCidrBlockResult {
1314
989
  Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation;
1315
-
1316
990
  CidrBlockAssociation?: VpcCidrBlockAssociation;
1317
-
1318
991
  VpcId?: string;
1319
992
  }
1320
993
  export interface AttachClassicLinkVpcRequest {
1321
994
  DryRun?: boolean;
1322
-
1323
995
  Groups: string[] | undefined;
1324
-
1325
996
  InstanceId: string | undefined;
1326
-
1327
997
  VpcId: string | undefined;
1328
998
  }
1329
999
  export interface AttachClassicLinkVpcResult {
@@ -1331,327 +1001,216 @@ export interface AttachClassicLinkVpcResult {
1331
1001
  }
1332
1002
  export interface AttachInternetGatewayRequest {
1333
1003
  DryRun?: boolean;
1334
-
1335
1004
  InternetGatewayId: string | undefined;
1336
-
1337
1005
  VpcId: string | undefined;
1338
1006
  }
1339
-
1340
1007
  export interface AttachNetworkInterfaceRequest {
1341
1008
  DeviceIndex: number | undefined;
1342
-
1343
1009
  DryRun?: boolean;
1344
-
1345
1010
  InstanceId: string | undefined;
1346
-
1347
1011
  NetworkInterfaceId: string | undefined;
1348
-
1349
1012
  NetworkCardIndex?: number;
1350
1013
  }
1351
-
1352
1014
  export interface AttachNetworkInterfaceResult {
1353
1015
  AttachmentId?: string;
1354
-
1355
1016
  NetworkCardIndex?: number;
1356
1017
  }
1357
1018
  export interface AttachVolumeRequest {
1358
1019
  Device: string | undefined;
1359
-
1360
1020
  InstanceId: string | undefined;
1361
-
1362
1021
  VolumeId: string | undefined;
1363
-
1364
1022
  DryRun?: boolean;
1365
1023
  }
1366
- export declare type VolumeAttachmentState =
1367
- | "attached"
1368
- | "attaching"
1369
- | "busy"
1370
- | "detached"
1371
- | "detaching";
1372
-
1024
+ export declare enum VolumeAttachmentState {
1025
+ attached = "attached",
1026
+ attaching = "attaching",
1027
+ busy = "busy",
1028
+ detached = "detached",
1029
+ detaching = "detaching",
1030
+ }
1373
1031
  export interface VolumeAttachment {
1374
1032
  AttachTime?: Date;
1375
-
1376
1033
  Device?: string;
1377
-
1378
1034
  InstanceId?: string;
1379
-
1380
1035
  State?: VolumeAttachmentState | string;
1381
-
1382
1036
  VolumeId?: string;
1383
-
1384
1037
  DeleteOnTermination?: boolean;
1385
1038
  }
1386
-
1387
1039
  export interface AttachVpnGatewayRequest {
1388
1040
  VpcId: string | undefined;
1389
-
1390
1041
  VpnGatewayId: string | undefined;
1391
-
1392
1042
  DryRun?: boolean;
1393
1043
  }
1394
- export declare type AttachmentStatus =
1395
- | "attached"
1396
- | "attaching"
1397
- | "detached"
1398
- | "detaching";
1399
-
1044
+ export declare enum AttachmentStatus {
1045
+ attached = "attached",
1046
+ attaching = "attaching",
1047
+ detached = "detached",
1048
+ detaching = "detaching",
1049
+ }
1400
1050
  export interface VpcAttachment {
1401
1051
  State?: AttachmentStatus | string;
1402
-
1403
1052
  VpcId?: string;
1404
1053
  }
1405
-
1406
1054
  export interface AttachVpnGatewayResult {
1407
1055
  VpcAttachment?: VpcAttachment;
1408
1056
  }
1409
1057
  export interface AuthorizeClientVpnIngressRequest {
1410
1058
  ClientVpnEndpointId: string | undefined;
1411
-
1412
1059
  TargetNetworkCidr: string | undefined;
1413
-
1414
1060
  AccessGroupId?: string;
1415
-
1416
1061
  AuthorizeAllGroups?: boolean;
1417
-
1418
1062
  Description?: string;
1419
-
1420
1063
  ClientToken?: string;
1421
-
1422
1064
  DryRun?: boolean;
1423
1065
  }
1424
- export declare type ClientVpnAuthorizationRuleStatusCode =
1425
- | "active"
1426
- | "authorizing"
1427
- | "failed"
1428
- | "revoking";
1429
-
1066
+ export declare enum ClientVpnAuthorizationRuleStatusCode {
1067
+ active = "active",
1068
+ authorizing = "authorizing",
1069
+ failed = "failed",
1070
+ revoking = "revoking",
1071
+ }
1430
1072
  export interface ClientVpnAuthorizationRuleStatus {
1431
1073
  Code?: ClientVpnAuthorizationRuleStatusCode | string;
1432
-
1433
1074
  Message?: string;
1434
1075
  }
1435
1076
  export interface AuthorizeClientVpnIngressResult {
1436
1077
  Status?: ClientVpnAuthorizationRuleStatus;
1437
1078
  }
1438
-
1439
1079
  export interface IpRange {
1440
1080
  CidrIp?: string;
1441
-
1442
1081
  Description?: string;
1443
1082
  }
1444
-
1445
1083
  export interface Ipv6Range {
1446
1084
  CidrIpv6?: string;
1447
-
1448
1085
  Description?: string;
1449
1086
  }
1450
-
1451
1087
  export interface PrefixListId {
1452
1088
  Description?: string;
1453
-
1454
1089
  PrefixListId?: string;
1455
1090
  }
1456
-
1457
1091
  export interface UserIdGroupPair {
1458
1092
  Description?: string;
1459
-
1460
1093
  GroupId?: string;
1461
-
1462
1094
  GroupName?: string;
1463
-
1464
1095
  PeeringStatus?: string;
1465
-
1466
1096
  UserId?: string;
1467
-
1468
1097
  VpcId?: string;
1469
-
1470
1098
  VpcPeeringConnectionId?: string;
1471
1099
  }
1472
-
1473
1100
  export interface IpPermission {
1474
1101
  FromPort?: number;
1475
-
1476
1102
  IpProtocol?: string;
1477
-
1478
1103
  IpRanges?: IpRange[];
1479
-
1480
1104
  Ipv6Ranges?: Ipv6Range[];
1481
-
1482
1105
  PrefixListIds?: PrefixListId[];
1483
-
1484
1106
  ToPort?: number;
1485
-
1486
1107
  UserIdGroupPairs?: UserIdGroupPair[];
1487
1108
  }
1488
1109
  export interface AuthorizeSecurityGroupEgressRequest {
1489
1110
  DryRun?: boolean;
1490
-
1491
1111
  GroupId: string | undefined;
1492
-
1493
1112
  IpPermissions?: IpPermission[];
1494
-
1495
1113
  TagSpecifications?: TagSpecification[];
1496
-
1497
1114
  CidrIp?: string;
1498
-
1499
1115
  FromPort?: number;
1500
-
1501
1116
  IpProtocol?: string;
1502
-
1503
1117
  ToPort?: number;
1504
-
1505
1118
  SourceSecurityGroupName?: string;
1506
-
1507
1119
  SourceSecurityGroupOwnerId?: string;
1508
1120
  }
1509
-
1510
1121
  export interface ReferencedSecurityGroup {
1511
1122
  GroupId?: string;
1512
-
1513
1123
  PeeringStatus?: string;
1514
-
1515
1124
  UserId?: string;
1516
-
1517
1125
  VpcId?: string;
1518
-
1519
1126
  VpcPeeringConnectionId?: string;
1520
1127
  }
1521
-
1522
1128
  export interface SecurityGroupRule {
1523
1129
  SecurityGroupRuleId?: string;
1524
-
1525
1130
  GroupId?: string;
1526
-
1527
1131
  GroupOwnerId?: string;
1528
-
1529
1132
  IsEgress?: boolean;
1530
-
1531
1133
  IpProtocol?: string;
1532
-
1533
1134
  FromPort?: number;
1534
-
1535
1135
  ToPort?: number;
1536
-
1537
1136
  CidrIpv4?: string;
1538
-
1539
1137
  CidrIpv6?: string;
1540
-
1541
1138
  PrefixListId?: string;
1542
-
1543
1139
  ReferencedGroupInfo?: ReferencedSecurityGroup;
1544
-
1545
1140
  Description?: string;
1546
-
1547
1141
  Tags?: Tag[];
1548
1142
  }
1549
1143
  export interface AuthorizeSecurityGroupEgressResult {
1550
1144
  Return?: boolean;
1551
-
1552
1145
  SecurityGroupRules?: SecurityGroupRule[];
1553
1146
  }
1554
1147
  export interface AuthorizeSecurityGroupIngressRequest {
1555
1148
  CidrIp?: string;
1556
-
1557
1149
  FromPort?: number;
1558
-
1559
1150
  GroupId?: string;
1560
-
1561
1151
  GroupName?: string;
1562
-
1563
1152
  IpPermissions?: IpPermission[];
1564
-
1565
1153
  IpProtocol?: string;
1566
-
1567
1154
  SourceSecurityGroupName?: string;
1568
-
1569
1155
  SourceSecurityGroupOwnerId?: string;
1570
-
1571
1156
  ToPort?: number;
1572
-
1573
1157
  DryRun?: boolean;
1574
-
1575
1158
  TagSpecifications?: TagSpecification[];
1576
1159
  }
1577
1160
  export interface AuthorizeSecurityGroupIngressResult {
1578
1161
  Return?: boolean;
1579
-
1580
1162
  SecurityGroupRules?: SecurityGroupRule[];
1581
1163
  }
1582
-
1583
1164
  export interface S3Storage {
1584
1165
  AWSAccessKeyId?: string;
1585
-
1586
1166
  Bucket?: string;
1587
-
1588
1167
  Prefix?: string;
1589
-
1590
1168
  UploadPolicy?: Uint8Array;
1591
-
1592
1169
  UploadPolicySignature?: string;
1593
1170
  }
1594
-
1595
1171
  export interface Storage {
1596
1172
  S3?: S3Storage;
1597
1173
  }
1598
-
1599
1174
  export interface BundleInstanceRequest {
1600
1175
  InstanceId: string | undefined;
1601
-
1602
1176
  Storage: Storage | undefined;
1603
-
1604
1177
  DryRun?: boolean;
1605
1178
  }
1606
-
1607
1179
  export interface BundleTaskError {
1608
1180
  Code?: string;
1609
-
1610
1181
  Message?: string;
1611
1182
  }
1612
- export declare type BundleTaskState =
1613
- | "bundling"
1614
- | "cancelling"
1615
- | "complete"
1616
- | "failed"
1617
- | "pending"
1618
- | "storing"
1619
- | "waiting-for-shutdown";
1620
-
1183
+ export declare enum BundleTaskState {
1184
+ bundling = "bundling",
1185
+ cancelling = "cancelling",
1186
+ complete = "complete",
1187
+ failed = "failed",
1188
+ pending = "pending",
1189
+ storing = "storing",
1190
+ waiting_for_shutdown = "waiting-for-shutdown",
1191
+ }
1621
1192
  export interface BundleTask {
1622
1193
  BundleId?: string;
1623
-
1624
1194
  BundleTaskError?: BundleTaskError;
1625
-
1626
1195
  InstanceId?: string;
1627
-
1628
1196
  Progress?: string;
1629
-
1630
1197
  StartTime?: Date;
1631
-
1632
1198
  State?: BundleTaskState | string;
1633
-
1634
1199
  Storage?: Storage;
1635
-
1636
1200
  UpdateTime?: Date;
1637
1201
  }
1638
-
1639
1202
  export interface BundleInstanceResult {
1640
1203
  BundleTask?: BundleTask;
1641
1204
  }
1642
-
1643
1205
  export interface CancelBundleTaskRequest {
1644
1206
  BundleId: string | undefined;
1645
-
1646
1207
  DryRun?: boolean;
1647
1208
  }
1648
-
1649
1209
  export interface CancelBundleTaskResult {
1650
1210
  BundleTask?: BundleTask;
1651
1211
  }
1652
1212
  export interface CancelCapacityReservationRequest {
1653
1213
  CapacityReservationId: string | undefined;
1654
-
1655
1214
  DryRun?: boolean;
1656
1215
  }
1657
1216
  export interface CancelCapacityReservationResult {
@@ -1659,19 +1218,14 @@ export interface CancelCapacityReservationResult {
1659
1218
  }
1660
1219
  export interface CancelCapacityReservationFleetsRequest {
1661
1220
  DryRun?: boolean;
1662
-
1663
1221
  CapacityReservationFleetIds: string[] | undefined;
1664
1222
  }
1665
-
1666
1223
  export interface CancelCapacityReservationFleetError {
1667
1224
  Code?: string;
1668
-
1669
1225
  Message?: string;
1670
1226
  }
1671
-
1672
1227
  export interface FailedCapacityReservationFleetCancellationResult {
1673
1228
  CapacityReservationFleetId?: string;
1674
-
1675
1229
  CancelCapacityReservationFleetError?: CancelCapacityReservationFleetError;
1676
1230
  }
1677
1231
  export declare enum CapacityReservationFleetState {
@@ -1685,24 +1239,18 @@ export declare enum CapacityReservationFleetState {
1685
1239
  PARTIALLY_FULFILLED = "partially_fulfilled",
1686
1240
  SUBMITTED = "submitted",
1687
1241
  }
1688
-
1689
1242
  export interface CapacityReservationFleetCancellationState {
1690
1243
  CurrentFleetState?: CapacityReservationFleetState | string;
1691
-
1692
1244
  PreviousFleetState?: CapacityReservationFleetState | string;
1693
-
1694
1245
  CapacityReservationFleetId?: string;
1695
1246
  }
1696
1247
  export interface CancelCapacityReservationFleetsResult {
1697
1248
  SuccessfulFleetCancellations?: CapacityReservationFleetCancellationState[];
1698
-
1699
1249
  FailedFleetCancellations?: FailedCapacityReservationFleetCancellationResult[];
1700
1250
  }
1701
1251
  export interface CancelConversionRequest {
1702
1252
  ConversionTaskId: string | undefined;
1703
-
1704
1253
  DryRun?: boolean;
1705
-
1706
1254
  ReasonMessage?: string;
1707
1255
  }
1708
1256
  export interface CancelExportTaskRequest {
@@ -1710,81 +1258,60 @@ export interface CancelExportTaskRequest {
1710
1258
  }
1711
1259
  export interface CancelImportTaskRequest {
1712
1260
  CancelReason?: string;
1713
-
1714
1261
  DryRun?: boolean;
1715
-
1716
1262
  ImportTaskId?: string;
1717
1263
  }
1718
1264
  export interface CancelImportTaskResult {
1719
1265
  ImportTaskId?: string;
1720
-
1721
1266
  PreviousState?: string;
1722
-
1723
1267
  State?: string;
1724
1268
  }
1725
-
1726
1269
  export interface CancelReservedInstancesListingRequest {
1727
1270
  ReservedInstancesListingId: string | undefined;
1728
1271
  }
1729
- export declare type ListingState =
1730
- | "available"
1731
- | "cancelled"
1732
- | "pending"
1733
- | "sold";
1734
-
1272
+ export declare enum ListingState {
1273
+ available = "available",
1274
+ cancelled = "cancelled",
1275
+ pending = "pending",
1276
+ sold = "sold",
1277
+ }
1735
1278
  export interface InstanceCount {
1736
1279
  InstanceCount?: number;
1737
-
1738
1280
  State?: ListingState | string;
1739
1281
  }
1740
- export declare type CurrencyCodeValues = "USD";
1741
-
1282
+ export declare enum CurrencyCodeValues {
1283
+ USD = "USD",
1284
+ }
1742
1285
  export interface PriceSchedule {
1743
1286
  Active?: boolean;
1744
-
1745
1287
  CurrencyCode?: CurrencyCodeValues | string;
1746
-
1747
1288
  Price?: number;
1748
-
1749
1289
  Term?: number;
1750
1290
  }
1751
- export declare type ListingStatus =
1752
- | "active"
1753
- | "cancelled"
1754
- | "closed"
1755
- | "pending";
1756
-
1291
+ export declare enum ListingStatus {
1292
+ active = "active",
1293
+ cancelled = "cancelled",
1294
+ closed = "closed",
1295
+ pending = "pending",
1296
+ }
1757
1297
  export interface ReservedInstancesListing {
1758
1298
  ClientToken?: string;
1759
-
1760
1299
  CreateDate?: Date;
1761
-
1762
1300
  InstanceCounts?: InstanceCount[];
1763
-
1764
1301
  PriceSchedules?: PriceSchedule[];
1765
-
1766
1302
  ReservedInstancesId?: string;
1767
-
1768
1303
  ReservedInstancesListingId?: string;
1769
-
1770
1304
  Status?: ListingStatus | string;
1771
-
1772
1305
  StatusMessage?: string;
1773
-
1774
1306
  Tags?: Tag[];
1775
-
1776
1307
  UpdateDate?: Date;
1777
1308
  }
1778
-
1779
1309
  export interface CancelReservedInstancesListingResult {
1780
1310
  ReservedInstancesListings?: ReservedInstancesListing[];
1781
1311
  }
1782
-
1783
1312
  export interface CancelSpotFleetRequestsRequest {
1784
1313
  DryRun?: boolean;
1785
-
1786
1314
  SpotFleetRequestIds: string[] | undefined;
1787
-
1788
1315
  TerminateInstances: boolean | undefined;
1789
1316
  }
1790
1317
  export declare enum BatchState {
@@ -1796,12 +1323,9 @@ export declare enum BatchState {
1796
1323
  MODIFYING = "modifying",
1797
1324
  SUBMITTED = "submitted",
1798
1325
  }
1799
-
1800
1326
  export interface CancelSpotFleetRequestsSuccessItem {
1801
1327
  CurrentSpotFleetRequestState?: BatchState | string;
1802
-
1803
1328
  PreviousSpotFleetRequestState?: BatchState | string;
1804
-
1805
1329
  SpotFleetRequestId?: string;
1806
1330
  }
1807
1331
  export declare enum CancelBatchErrorCode {
@@ -1810,126 +1334,94 @@ export declare enum CancelBatchErrorCode {
1810
1334
  FLEET_REQUEST_NOT_IN_CANCELLABLE_STATE = "fleetRequestNotInCancellableState",
1811
1335
  UNEXPECTED_ERROR = "unexpectedError",
1812
1336
  }
1813
-
1814
1337
  export interface CancelSpotFleetRequestsError {
1815
1338
  Code?: CancelBatchErrorCode | string;
1816
-
1817
1339
  Message?: string;
1818
1340
  }
1819
-
1820
1341
  export interface CancelSpotFleetRequestsErrorItem {
1821
1342
  Error?: CancelSpotFleetRequestsError;
1822
-
1823
1343
  SpotFleetRequestId?: string;
1824
1344
  }
1825
-
1826
1345
  export interface CancelSpotFleetRequestsResponse {
1827
1346
  SuccessfulFleetRequests?: CancelSpotFleetRequestsSuccessItem[];
1828
-
1829
1347
  UnsuccessfulFleetRequests?: CancelSpotFleetRequestsErrorItem[];
1830
1348
  }
1831
-
1832
1349
  export interface CancelSpotInstanceRequestsRequest {
1833
1350
  DryRun?: boolean;
1834
-
1835
1351
  SpotInstanceRequestIds: string[] | undefined;
1836
1352
  }
1837
- export declare type CancelSpotInstanceRequestState =
1838
- | "active"
1839
- | "cancelled"
1840
- | "closed"
1841
- | "completed"
1842
- | "open";
1843
-
1353
+ export declare enum CancelSpotInstanceRequestState {
1354
+ active = "active",
1355
+ cancelled = "cancelled",
1356
+ closed = "closed",
1357
+ completed = "completed",
1358
+ open = "open",
1359
+ }
1844
1360
  export interface CancelledSpotInstanceRequest {
1845
1361
  SpotInstanceRequestId?: string;
1846
-
1847
1362
  State?: CancelSpotInstanceRequestState | string;
1848
1363
  }
1849
-
1850
1364
  export interface CancelSpotInstanceRequestsResult {
1851
1365
  CancelledSpotInstanceRequests?: CancelledSpotInstanceRequest[];
1852
1366
  }
1853
1367
  export interface ConfirmProductInstanceRequest {
1854
1368
  InstanceId: string | undefined;
1855
-
1856
1369
  ProductCode: string | undefined;
1857
-
1858
1370
  DryRun?: boolean;
1859
1371
  }
1860
1372
  export interface ConfirmProductInstanceResult {
1861
1373
  OwnerId?: string;
1862
-
1863
1374
  Return?: boolean;
1864
1375
  }
1865
1376
  export interface CopyFpgaImageRequest {
1866
1377
  DryRun?: boolean;
1867
-
1868
1378
  SourceFpgaImageId: string | undefined;
1869
-
1870
1379
  Description?: string;
1871
-
1872
1380
  Name?: string;
1873
-
1874
1381
  SourceRegion: string | undefined;
1875
-
1876
1382
  ClientToken?: string;
1877
1383
  }
1878
1384
  export interface CopyFpgaImageResult {
1879
1385
  FpgaImageId?: string;
1880
1386
  }
1881
-
1882
1387
  export interface CopyImageRequest {
1883
1388
  ClientToken?: string;
1884
-
1885
1389
  Description?: string;
1886
-
1887
1390
  Encrypted?: boolean;
1888
-
1889
1391
  KmsKeyId?: string;
1890
-
1891
1392
  Name: string | undefined;
1892
-
1893
1393
  SourceImageId: string | undefined;
1894
-
1895
1394
  SourceRegion: string | undefined;
1896
-
1897
1395
  DestinationOutpostArn?: string;
1898
-
1899
1396
  DryRun?: boolean;
1900
1397
  }
1901
-
1902
1398
  export interface CopyImageResult {
1903
1399
  ImageId?: string;
1904
1400
  }
1905
1401
  export interface CopySnapshotRequest {
1906
1402
  Description?: string;
1907
-
1908
1403
  DestinationOutpostArn?: string;
1909
-
1910
1404
  DestinationRegion?: string;
1911
-
1912
1405
  Encrypted?: boolean;
1913
-
1914
1406
  KmsKeyId?: string;
1915
-
1916
1407
  PresignedUrl?: string;
1917
-
1918
1408
  SourceRegion: string | undefined;
1919
-
1920
1409
  SourceSnapshotId: string | undefined;
1921
-
1922
1410
  TagSpecifications?: TagSpecification[];
1923
-
1924
1411
  DryRun?: boolean;
1925
1412
  }
1926
1413
  export interface CopySnapshotResult {
1927
1414
  SnapshotId?: string;
1928
-
1929
1415
  Tags?: Tag[];
1930
1416
  }
1931
- export declare type EndDateType = "limited" | "unlimited";
1932
- export declare type InstanceMatchCriteria = "open" | "targeted";
1417
+ export declare enum EndDateType {
1418
+ limited = "limited",
1419
+ unlimited = "unlimited",
1420
+ }
1421
+ export declare enum InstanceMatchCriteria {
1422
+ open = "open",
1423
+ targeted = "targeted",
1424
+ }
1933
1425
  export declare enum CapacityReservationInstancePlatform {
1934
1426
  LINUX_UNIX = "Linux/UNIX",
1935
1427
  LINUX_WITH_SQL_SERVER_ENTERPRISE = "Linux with SQL Server Enterprise",
@@ -1949,90 +1441,57 @@ export declare enum CapacityReservationInstancePlatform {
1949
1441
  WINDOWS_WITH_SQL_SERVER_STANDARD = "Windows with SQL Server Standard",
1950
1442
  WINDOWS_WITH_SQL_SERVER_WEB = "Windows with SQL Server Web",
1951
1443
  }
1952
- export declare type CapacityReservationTenancy = "dedicated" | "default";
1444
+ export declare enum CapacityReservationTenancy {
1445
+ dedicated = "dedicated",
1446
+ default = "default",
1447
+ }
1953
1448
  export interface CreateCapacityReservationRequest {
1954
1449
  ClientToken?: string;
1955
-
1956
1450
  InstanceType: string | undefined;
1957
-
1958
1451
  InstancePlatform: CapacityReservationInstancePlatform | string | undefined;
1959
-
1960
1452
  AvailabilityZone?: string;
1961
-
1962
1453
  AvailabilityZoneId?: string;
1963
-
1964
1454
  Tenancy?: CapacityReservationTenancy | string;
1965
-
1966
1455
  InstanceCount: number | undefined;
1967
-
1968
1456
  EbsOptimized?: boolean;
1969
-
1970
1457
  EphemeralStorage?: boolean;
1971
-
1972
1458
  EndDate?: Date;
1973
-
1974
1459
  EndDateType?: EndDateType | string;
1975
-
1976
1460
  InstanceMatchCriteria?: InstanceMatchCriteria | string;
1977
-
1978
1461
  TagSpecifications?: TagSpecification[];
1979
-
1980
1462
  DryRun?: boolean;
1981
-
1982
1463
  OutpostArn?: string;
1983
-
1984
1464
  PlacementGroupArn?: string;
1985
1465
  }
1986
- export declare type CapacityReservationState =
1987
- | "active"
1988
- | "cancelled"
1989
- | "expired"
1990
- | "failed"
1991
- | "pending";
1992
-
1466
+ export declare enum CapacityReservationState {
1467
+ active = "active",
1468
+ cancelled = "cancelled",
1469
+ expired = "expired",
1470
+ failed = "failed",
1471
+ pending = "pending",
1472
+ }
1993
1473
  export interface CapacityReservation {
1994
1474
  CapacityReservationId?: string;
1995
-
1996
1475
  OwnerId?: string;
1997
-
1998
1476
  CapacityReservationArn?: string;
1999
-
2000
1477
  AvailabilityZoneId?: string;
2001
-
2002
1478
  InstanceType?: string;
2003
-
2004
1479
  InstancePlatform?: CapacityReservationInstancePlatform | string;
2005
-
2006
1480
  AvailabilityZone?: string;
2007
-
2008
1481
  Tenancy?: CapacityReservationTenancy | string;
2009
-
2010
1482
  TotalInstanceCount?: number;
2011
-
2012
1483
  AvailableInstanceCount?: number;
2013
-
2014
1484
  EbsOptimized?: boolean;
2015
-
2016
1485
  EphemeralStorage?: boolean;
2017
-
2018
1486
  State?: CapacityReservationState | string;
2019
-
2020
1487
  StartDate?: Date;
2021
-
2022
1488
  EndDate?: Date;
2023
-
2024
1489
  EndDateType?: EndDateType | string;
2025
-
2026
1490
  InstanceMatchCriteria?: InstanceMatchCriteria | string;
2027
-
2028
1491
  CreateDate?: Date;
2029
-
2030
1492
  Tags?: Tag[];
2031
-
2032
1493
  OutpostArn?: string;
2033
-
2034
1494
  CapacityReservationFleetId?: string;
2035
-
2036
1495
  PlacementGroupArn?: string;
2037
1496
  }
2038
1497
  export interface CreateCapacityReservationResult {
@@ -2041,589 +1500,583 @@ export interface CreateCapacityReservationResult {
2041
1500
  export declare enum FleetInstanceMatchCriteria {
2042
1501
  open = "open",
2043
1502
  }
2044
- export declare type _InstanceType =
2045
- | "a1.2xlarge"
2046
- | "a1.4xlarge"
2047
- | "a1.large"
2048
- | "a1.medium"
2049
- | "a1.metal"
2050
- | "a1.xlarge"
2051
- | "c1.medium"
2052
- | "c1.xlarge"
2053
- | "c3.2xlarge"
2054
- | "c3.4xlarge"
2055
- | "c3.8xlarge"
2056
- | "c3.large"
2057
- | "c3.xlarge"
2058
- | "c4.2xlarge"
2059
- | "c4.4xlarge"
2060
- | "c4.8xlarge"
2061
- | "c4.large"
2062
- | "c4.xlarge"
2063
- | "c5.12xlarge"
2064
- | "c5.18xlarge"
2065
- | "c5.24xlarge"
2066
- | "c5.2xlarge"
2067
- | "c5.4xlarge"
2068
- | "c5.9xlarge"
2069
- | "c5.large"
2070
- | "c5.metal"
2071
- | "c5.xlarge"
2072
- | "c5a.12xlarge"
2073
- | "c5a.16xlarge"
2074
- | "c5a.24xlarge"
2075
- | "c5a.2xlarge"
2076
- | "c5a.4xlarge"
2077
- | "c5a.8xlarge"
2078
- | "c5a.large"
2079
- | "c5a.xlarge"
2080
- | "c5ad.12xlarge"
2081
- | "c5ad.16xlarge"
2082
- | "c5ad.24xlarge"
2083
- | "c5ad.2xlarge"
2084
- | "c5ad.4xlarge"
2085
- | "c5ad.8xlarge"
2086
- | "c5ad.large"
2087
- | "c5ad.xlarge"
2088
- | "c5d.12xlarge"
2089
- | "c5d.18xlarge"
2090
- | "c5d.24xlarge"
2091
- | "c5d.2xlarge"
2092
- | "c5d.4xlarge"
2093
- | "c5d.9xlarge"
2094
- | "c5d.large"
2095
- | "c5d.metal"
2096
- | "c5d.xlarge"
2097
- | "c5n.18xlarge"
2098
- | "c5n.2xlarge"
2099
- | "c5n.4xlarge"
2100
- | "c5n.9xlarge"
2101
- | "c5n.large"
2102
- | "c5n.metal"
2103
- | "c5n.xlarge"
2104
- | "c6a.12xlarge"
2105
- | "c6a.16xlarge"
2106
- | "c6a.24xlarge"
2107
- | "c6a.2xlarge"
2108
- | "c6a.32xlarge"
2109
- | "c6a.48xlarge"
2110
- | "c6a.4xlarge"
2111
- | "c6a.8xlarge"
2112
- | "c6a.large"
2113
- | "c6a.metal"
2114
- | "c6a.xlarge"
2115
- | "c6g.12xlarge"
2116
- | "c6g.16xlarge"
2117
- | "c6g.2xlarge"
2118
- | "c6g.4xlarge"
2119
- | "c6g.8xlarge"
2120
- | "c6g.large"
2121
- | "c6g.medium"
2122
- | "c6g.metal"
2123
- | "c6g.xlarge"
2124
- | "c6gd.12xlarge"
2125
- | "c6gd.16xlarge"
2126
- | "c6gd.2xlarge"
2127
- | "c6gd.4xlarge"
2128
- | "c6gd.8xlarge"
2129
- | "c6gd.large"
2130
- | "c6gd.medium"
2131
- | "c6gd.metal"
2132
- | "c6gd.xlarge"
2133
- | "c6gn.12xlarge"
2134
- | "c6gn.16xlarge"
2135
- | "c6gn.2xlarge"
2136
- | "c6gn.4xlarge"
2137
- | "c6gn.8xlarge"
2138
- | "c6gn.large"
2139
- | "c6gn.medium"
2140
- | "c6gn.xlarge"
2141
- | "c6i.12xlarge"
2142
- | "c6i.16xlarge"
2143
- | "c6i.24xlarge"
2144
- | "c6i.2xlarge"
2145
- | "c6i.32xlarge"
2146
- | "c6i.4xlarge"
2147
- | "c6i.8xlarge"
2148
- | "c6i.large"
2149
- | "c6i.metal"
2150
- | "c6i.xlarge"
2151
- | "c6id.12xlarge"
2152
- | "c6id.16xlarge"
2153
- | "c6id.24xlarge"
2154
- | "c6id.2xlarge"
2155
- | "c6id.32xlarge"
2156
- | "c6id.4xlarge"
2157
- | "c6id.8xlarge"
2158
- | "c6id.large"
2159
- | "c6id.metal"
2160
- | "c6id.xlarge"
2161
- | "c7g.12xlarge"
2162
- | "c7g.16xlarge"
2163
- | "c7g.2xlarge"
2164
- | "c7g.4xlarge"
2165
- | "c7g.8xlarge"
2166
- | "c7g.large"
2167
- | "c7g.medium"
2168
- | "c7g.xlarge"
2169
- | "cc1.4xlarge"
2170
- | "cc2.8xlarge"
2171
- | "cg1.4xlarge"
2172
- | "cr1.8xlarge"
2173
- | "d2.2xlarge"
2174
- | "d2.4xlarge"
2175
- | "d2.8xlarge"
2176
- | "d2.xlarge"
2177
- | "d3.2xlarge"
2178
- | "d3.4xlarge"
2179
- | "d3.8xlarge"
2180
- | "d3.xlarge"
2181
- | "d3en.12xlarge"
2182
- | "d3en.2xlarge"
2183
- | "d3en.4xlarge"
2184
- | "d3en.6xlarge"
2185
- | "d3en.8xlarge"
2186
- | "d3en.xlarge"
2187
- | "dl1.24xlarge"
2188
- | "f1.16xlarge"
2189
- | "f1.2xlarge"
2190
- | "f1.4xlarge"
2191
- | "g2.2xlarge"
2192
- | "g2.8xlarge"
2193
- | "g3.16xlarge"
2194
- | "g3.4xlarge"
2195
- | "g3.8xlarge"
2196
- | "g3s.xlarge"
2197
- | "g4ad.16xlarge"
2198
- | "g4ad.2xlarge"
2199
- | "g4ad.4xlarge"
2200
- | "g4ad.8xlarge"
2201
- | "g4ad.xlarge"
2202
- | "g4dn.12xlarge"
2203
- | "g4dn.16xlarge"
2204
- | "g4dn.2xlarge"
2205
- | "g4dn.4xlarge"
2206
- | "g4dn.8xlarge"
2207
- | "g4dn.metal"
2208
- | "g4dn.xlarge"
2209
- | "g5.12xlarge"
2210
- | "g5.16xlarge"
2211
- | "g5.24xlarge"
2212
- | "g5.2xlarge"
2213
- | "g5.48xlarge"
2214
- | "g5.4xlarge"
2215
- | "g5.8xlarge"
2216
- | "g5.xlarge"
2217
- | "g5g.16xlarge"
2218
- | "g5g.2xlarge"
2219
- | "g5g.4xlarge"
2220
- | "g5g.8xlarge"
2221
- | "g5g.metal"
2222
- | "g5g.xlarge"
2223
- | "h1.16xlarge"
2224
- | "h1.2xlarge"
2225
- | "h1.4xlarge"
2226
- | "h1.8xlarge"
2227
- | "hi1.4xlarge"
2228
- | "hpc6a.48xlarge"
2229
- | "hs1.8xlarge"
2230
- | "i2.2xlarge"
2231
- | "i2.4xlarge"
2232
- | "i2.8xlarge"
2233
- | "i2.xlarge"
2234
- | "i3.16xlarge"
2235
- | "i3.2xlarge"
2236
- | "i3.4xlarge"
2237
- | "i3.8xlarge"
2238
- | "i3.large"
2239
- | "i3.metal"
2240
- | "i3.xlarge"
2241
- | "i3en.12xlarge"
2242
- | "i3en.24xlarge"
2243
- | "i3en.2xlarge"
2244
- | "i3en.3xlarge"
2245
- | "i3en.6xlarge"
2246
- | "i3en.large"
2247
- | "i3en.metal"
2248
- | "i3en.xlarge"
2249
- | "i4i.16xlarge"
2250
- | "i4i.2xlarge"
2251
- | "i4i.32xlarge"
2252
- | "i4i.4xlarge"
2253
- | "i4i.8xlarge"
2254
- | "i4i.large"
2255
- | "i4i.metal"
2256
- | "i4i.xlarge"
2257
- | "im4gn.16xlarge"
2258
- | "im4gn.2xlarge"
2259
- | "im4gn.4xlarge"
2260
- | "im4gn.8xlarge"
2261
- | "im4gn.large"
2262
- | "im4gn.xlarge"
2263
- | "inf1.24xlarge"
2264
- | "inf1.2xlarge"
2265
- | "inf1.6xlarge"
2266
- | "inf1.xlarge"
2267
- | "is4gen.2xlarge"
2268
- | "is4gen.4xlarge"
2269
- | "is4gen.8xlarge"
2270
- | "is4gen.large"
2271
- | "is4gen.medium"
2272
- | "is4gen.xlarge"
2273
- | "m1.large"
2274
- | "m1.medium"
2275
- | "m1.small"
2276
- | "m1.xlarge"
2277
- | "m2.2xlarge"
2278
- | "m2.4xlarge"
2279
- | "m2.xlarge"
2280
- | "m3.2xlarge"
2281
- | "m3.large"
2282
- | "m3.medium"
2283
- | "m3.xlarge"
2284
- | "m4.10xlarge"
2285
- | "m4.16xlarge"
2286
- | "m4.2xlarge"
2287
- | "m4.4xlarge"
2288
- | "m4.large"
2289
- | "m4.xlarge"
2290
- | "m5.12xlarge"
2291
- | "m5.16xlarge"
2292
- | "m5.24xlarge"
2293
- | "m5.2xlarge"
2294
- | "m5.4xlarge"
2295
- | "m5.8xlarge"
2296
- | "m5.large"
2297
- | "m5.metal"
2298
- | "m5.xlarge"
2299
- | "m5a.12xlarge"
2300
- | "m5a.16xlarge"
2301
- | "m5a.24xlarge"
2302
- | "m5a.2xlarge"
2303
- | "m5a.4xlarge"
2304
- | "m5a.8xlarge"
2305
- | "m5a.large"
2306
- | "m5a.xlarge"
2307
- | "m5ad.12xlarge"
2308
- | "m5ad.16xlarge"
2309
- | "m5ad.24xlarge"
2310
- | "m5ad.2xlarge"
2311
- | "m5ad.4xlarge"
2312
- | "m5ad.8xlarge"
2313
- | "m5ad.large"
2314
- | "m5ad.xlarge"
2315
- | "m5d.12xlarge"
2316
- | "m5d.16xlarge"
2317
- | "m5d.24xlarge"
2318
- | "m5d.2xlarge"
2319
- | "m5d.4xlarge"
2320
- | "m5d.8xlarge"
2321
- | "m5d.large"
2322
- | "m5d.metal"
2323
- | "m5d.xlarge"
2324
- | "m5dn.12xlarge"
2325
- | "m5dn.16xlarge"
2326
- | "m5dn.24xlarge"
2327
- | "m5dn.2xlarge"
2328
- | "m5dn.4xlarge"
2329
- | "m5dn.8xlarge"
2330
- | "m5dn.large"
2331
- | "m5dn.metal"
2332
- | "m5dn.xlarge"
2333
- | "m5n.12xlarge"
2334
- | "m5n.16xlarge"
2335
- | "m5n.24xlarge"
2336
- | "m5n.2xlarge"
2337
- | "m5n.4xlarge"
2338
- | "m5n.8xlarge"
2339
- | "m5n.large"
2340
- | "m5n.metal"
2341
- | "m5n.xlarge"
2342
- | "m5zn.12xlarge"
2343
- | "m5zn.2xlarge"
2344
- | "m5zn.3xlarge"
2345
- | "m5zn.6xlarge"
2346
- | "m5zn.large"
2347
- | "m5zn.metal"
2348
- | "m5zn.xlarge"
2349
- | "m6a.12xlarge"
2350
- | "m6a.16xlarge"
2351
- | "m6a.24xlarge"
2352
- | "m6a.2xlarge"
2353
- | "m6a.32xlarge"
2354
- | "m6a.48xlarge"
2355
- | "m6a.4xlarge"
2356
- | "m6a.8xlarge"
2357
- | "m6a.large"
2358
- | "m6a.metal"
2359
- | "m6a.xlarge"
2360
- | "m6g.12xlarge"
2361
- | "m6g.16xlarge"
2362
- | "m6g.2xlarge"
2363
- | "m6g.4xlarge"
2364
- | "m6g.8xlarge"
2365
- | "m6g.large"
2366
- | "m6g.medium"
2367
- | "m6g.metal"
2368
- | "m6g.xlarge"
2369
- | "m6gd.12xlarge"
2370
- | "m6gd.16xlarge"
2371
- | "m6gd.2xlarge"
2372
- | "m6gd.4xlarge"
2373
- | "m6gd.8xlarge"
2374
- | "m6gd.large"
2375
- | "m6gd.medium"
2376
- | "m6gd.metal"
2377
- | "m6gd.xlarge"
2378
- | "m6i.12xlarge"
2379
- | "m6i.16xlarge"
2380
- | "m6i.24xlarge"
2381
- | "m6i.2xlarge"
2382
- | "m6i.32xlarge"
2383
- | "m6i.4xlarge"
2384
- | "m6i.8xlarge"
2385
- | "m6i.large"
2386
- | "m6i.metal"
2387
- | "m6i.xlarge"
2388
- | "m6id.12xlarge"
2389
- | "m6id.16xlarge"
2390
- | "m6id.24xlarge"
2391
- | "m6id.2xlarge"
2392
- | "m6id.32xlarge"
2393
- | "m6id.4xlarge"
2394
- | "m6id.8xlarge"
2395
- | "m6id.large"
2396
- | "m6id.metal"
2397
- | "m6id.xlarge"
2398
- | "mac1.metal"
2399
- | "mac2.metal"
2400
- | "p2.16xlarge"
2401
- | "p2.8xlarge"
2402
- | "p2.xlarge"
2403
- | "p3.16xlarge"
2404
- | "p3.2xlarge"
2405
- | "p3.8xlarge"
2406
- | "p3dn.24xlarge"
2407
- | "p4d.24xlarge"
2408
- | "p4de.24xlarge"
2409
- | "r3.2xlarge"
2410
- | "r3.4xlarge"
2411
- | "r3.8xlarge"
2412
- | "r3.large"
2413
- | "r3.xlarge"
2414
- | "r4.16xlarge"
2415
- | "r4.2xlarge"
2416
- | "r4.4xlarge"
2417
- | "r4.8xlarge"
2418
- | "r4.large"
2419
- | "r4.xlarge"
2420
- | "r5.12xlarge"
2421
- | "r5.16xlarge"
2422
- | "r5.24xlarge"
2423
- | "r5.2xlarge"
2424
- | "r5.4xlarge"
2425
- | "r5.8xlarge"
2426
- | "r5.large"
2427
- | "r5.metal"
2428
- | "r5.xlarge"
2429
- | "r5a.12xlarge"
2430
- | "r5a.16xlarge"
2431
- | "r5a.24xlarge"
2432
- | "r5a.2xlarge"
2433
- | "r5a.4xlarge"
2434
- | "r5a.8xlarge"
2435
- | "r5a.large"
2436
- | "r5a.xlarge"
2437
- | "r5ad.12xlarge"
2438
- | "r5ad.16xlarge"
2439
- | "r5ad.24xlarge"
2440
- | "r5ad.2xlarge"
2441
- | "r5ad.4xlarge"
2442
- | "r5ad.8xlarge"
2443
- | "r5ad.large"
2444
- | "r5ad.xlarge"
2445
- | "r5b.12xlarge"
2446
- | "r5b.16xlarge"
2447
- | "r5b.24xlarge"
2448
- | "r5b.2xlarge"
2449
- | "r5b.4xlarge"
2450
- | "r5b.8xlarge"
2451
- | "r5b.large"
2452
- | "r5b.metal"
2453
- | "r5b.xlarge"
2454
- | "r5d.12xlarge"
2455
- | "r5d.16xlarge"
2456
- | "r5d.24xlarge"
2457
- | "r5d.2xlarge"
2458
- | "r5d.4xlarge"
2459
- | "r5d.8xlarge"
2460
- | "r5d.large"
2461
- | "r5d.metal"
2462
- | "r5d.xlarge"
2463
- | "r5dn.12xlarge"
2464
- | "r5dn.16xlarge"
2465
- | "r5dn.24xlarge"
2466
- | "r5dn.2xlarge"
2467
- | "r5dn.4xlarge"
2468
- | "r5dn.8xlarge"
2469
- | "r5dn.large"
2470
- | "r5dn.metal"
2471
- | "r5dn.xlarge"
2472
- | "r5n.12xlarge"
2473
- | "r5n.16xlarge"
2474
- | "r5n.24xlarge"
2475
- | "r5n.2xlarge"
2476
- | "r5n.4xlarge"
2477
- | "r5n.8xlarge"
2478
- | "r5n.large"
2479
- | "r5n.metal"
2480
- | "r5n.xlarge"
2481
- | "r6a.12xlarge"
2482
- | "r6a.16xlarge"
2483
- | "r6a.24xlarge"
2484
- | "r6a.2xlarge"
2485
- | "r6a.32xlarge"
2486
- | "r6a.48xlarge"
2487
- | "r6a.4xlarge"
2488
- | "r6a.8xlarge"
2489
- | "r6a.large"
2490
- | "r6a.metal"
2491
- | "r6a.xlarge"
2492
- | "r6g.12xlarge"
2493
- | "r6g.16xlarge"
2494
- | "r6g.2xlarge"
2495
- | "r6g.4xlarge"
2496
- | "r6g.8xlarge"
2497
- | "r6g.large"
2498
- | "r6g.medium"
2499
- | "r6g.metal"
2500
- | "r6g.xlarge"
2501
- | "r6gd.12xlarge"
2502
- | "r6gd.16xlarge"
2503
- | "r6gd.2xlarge"
2504
- | "r6gd.4xlarge"
2505
- | "r6gd.8xlarge"
2506
- | "r6gd.large"
2507
- | "r6gd.medium"
2508
- | "r6gd.metal"
2509
- | "r6gd.xlarge"
2510
- | "r6i.12xlarge"
2511
- | "r6i.16xlarge"
2512
- | "r6i.24xlarge"
2513
- | "r6i.2xlarge"
2514
- | "r6i.32xlarge"
2515
- | "r6i.4xlarge"
2516
- | "r6i.8xlarge"
2517
- | "r6i.large"
2518
- | "r6i.metal"
2519
- | "r6i.xlarge"
2520
- | "r6id.12xlarge"
2521
- | "r6id.16xlarge"
2522
- | "r6id.24xlarge"
2523
- | "r6id.2xlarge"
2524
- | "r6id.32xlarge"
2525
- | "r6id.4xlarge"
2526
- | "r6id.8xlarge"
2527
- | "r6id.large"
2528
- | "r6id.metal"
2529
- | "r6id.xlarge"
2530
- | "t1.micro"
2531
- | "t2.2xlarge"
2532
- | "t2.large"
2533
- | "t2.medium"
2534
- | "t2.micro"
2535
- | "t2.nano"
2536
- | "t2.small"
2537
- | "t2.xlarge"
2538
- | "t3.2xlarge"
2539
- | "t3.large"
2540
- | "t3.medium"
2541
- | "t3.micro"
2542
- | "t3.nano"
2543
- | "t3.small"
2544
- | "t3.xlarge"
2545
- | "t3a.2xlarge"
2546
- | "t3a.large"
2547
- | "t3a.medium"
2548
- | "t3a.micro"
2549
- | "t3a.nano"
2550
- | "t3a.small"
2551
- | "t3a.xlarge"
2552
- | "t4g.2xlarge"
2553
- | "t4g.large"
2554
- | "t4g.medium"
2555
- | "t4g.micro"
2556
- | "t4g.nano"
2557
- | "t4g.small"
2558
- | "t4g.xlarge"
2559
- | "u-12tb1.112xlarge"
2560
- | "u-12tb1.metal"
2561
- | "u-18tb1.metal"
2562
- | "u-24tb1.metal"
2563
- | "u-6tb1.112xlarge"
2564
- | "u-6tb1.56xlarge"
2565
- | "u-6tb1.metal"
2566
- | "u-9tb1.112xlarge"
2567
- | "u-9tb1.metal"
2568
- | "vt1.24xlarge"
2569
- | "vt1.3xlarge"
2570
- | "vt1.6xlarge"
2571
- | "x1.16xlarge"
2572
- | "x1.32xlarge"
2573
- | "x1e.16xlarge"
2574
- | "x1e.2xlarge"
2575
- | "x1e.32xlarge"
2576
- | "x1e.4xlarge"
2577
- | "x1e.8xlarge"
2578
- | "x1e.xlarge"
2579
- | "x2gd.12xlarge"
2580
- | "x2gd.16xlarge"
2581
- | "x2gd.2xlarge"
2582
- | "x2gd.4xlarge"
2583
- | "x2gd.8xlarge"
2584
- | "x2gd.large"
2585
- | "x2gd.medium"
2586
- | "x2gd.metal"
2587
- | "x2gd.xlarge"
2588
- | "x2idn.16xlarge"
2589
- | "x2idn.24xlarge"
2590
- | "x2idn.32xlarge"
2591
- | "x2idn.metal"
2592
- | "x2iedn.16xlarge"
2593
- | "x2iedn.24xlarge"
2594
- | "x2iedn.2xlarge"
2595
- | "x2iedn.32xlarge"
2596
- | "x2iedn.4xlarge"
2597
- | "x2iedn.8xlarge"
2598
- | "x2iedn.metal"
2599
- | "x2iedn.xlarge"
2600
- | "x2iezn.12xlarge"
2601
- | "x2iezn.2xlarge"
2602
- | "x2iezn.4xlarge"
2603
- | "x2iezn.6xlarge"
2604
- | "x2iezn.8xlarge"
2605
- | "x2iezn.metal"
2606
- | "z1d.12xlarge"
2607
- | "z1d.2xlarge"
2608
- | "z1d.3xlarge"
2609
- | "z1d.6xlarge"
2610
- | "z1d.large"
2611
- | "z1d.metal"
2612
- | "z1d.xlarge";
2613
-
1503
+ export declare enum _InstanceType {
1504
+ a1_2xlarge = "a1.2xlarge",
1505
+ a1_4xlarge = "a1.4xlarge",
1506
+ a1_large = "a1.large",
1507
+ a1_medium = "a1.medium",
1508
+ a1_metal = "a1.metal",
1509
+ a1_xlarge = "a1.xlarge",
1510
+ c1_medium = "c1.medium",
1511
+ c1_xlarge = "c1.xlarge",
1512
+ c3_2xlarge = "c3.2xlarge",
1513
+ c3_4xlarge = "c3.4xlarge",
1514
+ c3_8xlarge = "c3.8xlarge",
1515
+ c3_large = "c3.large",
1516
+ c3_xlarge = "c3.xlarge",
1517
+ c4_2xlarge = "c4.2xlarge",
1518
+ c4_4xlarge = "c4.4xlarge",
1519
+ c4_8xlarge = "c4.8xlarge",
1520
+ c4_large = "c4.large",
1521
+ c4_xlarge = "c4.xlarge",
1522
+ c5_12xlarge = "c5.12xlarge",
1523
+ c5_18xlarge = "c5.18xlarge",
1524
+ c5_24xlarge = "c5.24xlarge",
1525
+ c5_2xlarge = "c5.2xlarge",
1526
+ c5_4xlarge = "c5.4xlarge",
1527
+ c5_9xlarge = "c5.9xlarge",
1528
+ c5_large = "c5.large",
1529
+ c5_metal = "c5.metal",
1530
+ c5_xlarge = "c5.xlarge",
1531
+ c5a_12xlarge = "c5a.12xlarge",
1532
+ c5a_16xlarge = "c5a.16xlarge",
1533
+ c5a_24xlarge = "c5a.24xlarge",
1534
+ c5a_2xlarge = "c5a.2xlarge",
1535
+ c5a_4xlarge = "c5a.4xlarge",
1536
+ c5a_8xlarge = "c5a.8xlarge",
1537
+ c5a_large = "c5a.large",
1538
+ c5a_xlarge = "c5a.xlarge",
1539
+ c5ad_12xlarge = "c5ad.12xlarge",
1540
+ c5ad_16xlarge = "c5ad.16xlarge",
1541
+ c5ad_24xlarge = "c5ad.24xlarge",
1542
+ c5ad_2xlarge = "c5ad.2xlarge",
1543
+ c5ad_4xlarge = "c5ad.4xlarge",
1544
+ c5ad_8xlarge = "c5ad.8xlarge",
1545
+ c5ad_large = "c5ad.large",
1546
+ c5ad_xlarge = "c5ad.xlarge",
1547
+ c5d_12xlarge = "c5d.12xlarge",
1548
+ c5d_18xlarge = "c5d.18xlarge",
1549
+ c5d_24xlarge = "c5d.24xlarge",
1550
+ c5d_2xlarge = "c5d.2xlarge",
1551
+ c5d_4xlarge = "c5d.4xlarge",
1552
+ c5d_9xlarge = "c5d.9xlarge",
1553
+ c5d_large = "c5d.large",
1554
+ c5d_metal = "c5d.metal",
1555
+ c5d_xlarge = "c5d.xlarge",
1556
+ c5n_18xlarge = "c5n.18xlarge",
1557
+ c5n_2xlarge = "c5n.2xlarge",
1558
+ c5n_4xlarge = "c5n.4xlarge",
1559
+ c5n_9xlarge = "c5n.9xlarge",
1560
+ c5n_large = "c5n.large",
1561
+ c5n_metal = "c5n.metal",
1562
+ c5n_xlarge = "c5n.xlarge",
1563
+ c6a_12xlarge = "c6a.12xlarge",
1564
+ c6a_16xlarge = "c6a.16xlarge",
1565
+ c6a_24xlarge = "c6a.24xlarge",
1566
+ c6a_2xlarge = "c6a.2xlarge",
1567
+ c6a_32xlarge = "c6a.32xlarge",
1568
+ c6a_48xlarge = "c6a.48xlarge",
1569
+ c6a_4xlarge = "c6a.4xlarge",
1570
+ c6a_8xlarge = "c6a.8xlarge",
1571
+ c6a_large = "c6a.large",
1572
+ c6a_metal = "c6a.metal",
1573
+ c6a_xlarge = "c6a.xlarge",
1574
+ c6g_12xlarge = "c6g.12xlarge",
1575
+ c6g_16xlarge = "c6g.16xlarge",
1576
+ c6g_2xlarge = "c6g.2xlarge",
1577
+ c6g_4xlarge = "c6g.4xlarge",
1578
+ c6g_8xlarge = "c6g.8xlarge",
1579
+ c6g_large = "c6g.large",
1580
+ c6g_medium = "c6g.medium",
1581
+ c6g_metal = "c6g.metal",
1582
+ c6g_xlarge = "c6g.xlarge",
1583
+ c6gd_12xlarge = "c6gd.12xlarge",
1584
+ c6gd_16xlarge = "c6gd.16xlarge",
1585
+ c6gd_2xlarge = "c6gd.2xlarge",
1586
+ c6gd_4xlarge = "c6gd.4xlarge",
1587
+ c6gd_8xlarge = "c6gd.8xlarge",
1588
+ c6gd_large = "c6gd.large",
1589
+ c6gd_medium = "c6gd.medium",
1590
+ c6gd_metal = "c6gd.metal",
1591
+ c6gd_xlarge = "c6gd.xlarge",
1592
+ c6gn_12xlarge = "c6gn.12xlarge",
1593
+ c6gn_16xlarge = "c6gn.16xlarge",
1594
+ c6gn_2xlarge = "c6gn.2xlarge",
1595
+ c6gn_4xlarge = "c6gn.4xlarge",
1596
+ c6gn_8xlarge = "c6gn.8xlarge",
1597
+ c6gn_large = "c6gn.large",
1598
+ c6gn_medium = "c6gn.medium",
1599
+ c6gn_xlarge = "c6gn.xlarge",
1600
+ c6i_12xlarge = "c6i.12xlarge",
1601
+ c6i_16xlarge = "c6i.16xlarge",
1602
+ c6i_24xlarge = "c6i.24xlarge",
1603
+ c6i_2xlarge = "c6i.2xlarge",
1604
+ c6i_32xlarge = "c6i.32xlarge",
1605
+ c6i_4xlarge = "c6i.4xlarge",
1606
+ c6i_8xlarge = "c6i.8xlarge",
1607
+ c6i_large = "c6i.large",
1608
+ c6i_metal = "c6i.metal",
1609
+ c6i_xlarge = "c6i.xlarge",
1610
+ c6id_12xlarge = "c6id.12xlarge",
1611
+ c6id_16xlarge = "c6id.16xlarge",
1612
+ c6id_24xlarge = "c6id.24xlarge",
1613
+ c6id_2xlarge = "c6id.2xlarge",
1614
+ c6id_32xlarge = "c6id.32xlarge",
1615
+ c6id_4xlarge = "c6id.4xlarge",
1616
+ c6id_8xlarge = "c6id.8xlarge",
1617
+ c6id_large = "c6id.large",
1618
+ c6id_metal = "c6id.metal",
1619
+ c6id_xlarge = "c6id.xlarge",
1620
+ c7g_12xlarge = "c7g.12xlarge",
1621
+ c7g_16xlarge = "c7g.16xlarge",
1622
+ c7g_2xlarge = "c7g.2xlarge",
1623
+ c7g_4xlarge = "c7g.4xlarge",
1624
+ c7g_8xlarge = "c7g.8xlarge",
1625
+ c7g_large = "c7g.large",
1626
+ c7g_medium = "c7g.medium",
1627
+ c7g_xlarge = "c7g.xlarge",
1628
+ cc1_4xlarge = "cc1.4xlarge",
1629
+ cc2_8xlarge = "cc2.8xlarge",
1630
+ cg1_4xlarge = "cg1.4xlarge",
1631
+ cr1_8xlarge = "cr1.8xlarge",
1632
+ d2_2xlarge = "d2.2xlarge",
1633
+ d2_4xlarge = "d2.4xlarge",
1634
+ d2_8xlarge = "d2.8xlarge",
1635
+ d2_xlarge = "d2.xlarge",
1636
+ d3_2xlarge = "d3.2xlarge",
1637
+ d3_4xlarge = "d3.4xlarge",
1638
+ d3_8xlarge = "d3.8xlarge",
1639
+ d3_xlarge = "d3.xlarge",
1640
+ d3en_12xlarge = "d3en.12xlarge",
1641
+ d3en_2xlarge = "d3en.2xlarge",
1642
+ d3en_4xlarge = "d3en.4xlarge",
1643
+ d3en_6xlarge = "d3en.6xlarge",
1644
+ d3en_8xlarge = "d3en.8xlarge",
1645
+ d3en_xlarge = "d3en.xlarge",
1646
+ dl1_24xlarge = "dl1.24xlarge",
1647
+ f1_16xlarge = "f1.16xlarge",
1648
+ f1_2xlarge = "f1.2xlarge",
1649
+ f1_4xlarge = "f1.4xlarge",
1650
+ g2_2xlarge = "g2.2xlarge",
1651
+ g2_8xlarge = "g2.8xlarge",
1652
+ g3_16xlarge = "g3.16xlarge",
1653
+ g3_4xlarge = "g3.4xlarge",
1654
+ g3_8xlarge = "g3.8xlarge",
1655
+ g3s_xlarge = "g3s.xlarge",
1656
+ g4ad_16xlarge = "g4ad.16xlarge",
1657
+ g4ad_2xlarge = "g4ad.2xlarge",
1658
+ g4ad_4xlarge = "g4ad.4xlarge",
1659
+ g4ad_8xlarge = "g4ad.8xlarge",
1660
+ g4ad_xlarge = "g4ad.xlarge",
1661
+ g4dn_12xlarge = "g4dn.12xlarge",
1662
+ g4dn_16xlarge = "g4dn.16xlarge",
1663
+ g4dn_2xlarge = "g4dn.2xlarge",
1664
+ g4dn_4xlarge = "g4dn.4xlarge",
1665
+ g4dn_8xlarge = "g4dn.8xlarge",
1666
+ g4dn_metal = "g4dn.metal",
1667
+ g4dn_xlarge = "g4dn.xlarge",
1668
+ g5_12xlarge = "g5.12xlarge",
1669
+ g5_16xlarge = "g5.16xlarge",
1670
+ g5_24xlarge = "g5.24xlarge",
1671
+ g5_2xlarge = "g5.2xlarge",
1672
+ g5_48xlarge = "g5.48xlarge",
1673
+ g5_4xlarge = "g5.4xlarge",
1674
+ g5_8xlarge = "g5.8xlarge",
1675
+ g5_xlarge = "g5.xlarge",
1676
+ g5g_16xlarge = "g5g.16xlarge",
1677
+ g5g_2xlarge = "g5g.2xlarge",
1678
+ g5g_4xlarge = "g5g.4xlarge",
1679
+ g5g_8xlarge = "g5g.8xlarge",
1680
+ g5g_metal = "g5g.metal",
1681
+ g5g_xlarge = "g5g.xlarge",
1682
+ h1_16xlarge = "h1.16xlarge",
1683
+ h1_2xlarge = "h1.2xlarge",
1684
+ h1_4xlarge = "h1.4xlarge",
1685
+ h1_8xlarge = "h1.8xlarge",
1686
+ hi1_4xlarge = "hi1.4xlarge",
1687
+ hpc6a_48xlarge = "hpc6a.48xlarge",
1688
+ hs1_8xlarge = "hs1.8xlarge",
1689
+ i2_2xlarge = "i2.2xlarge",
1690
+ i2_4xlarge = "i2.4xlarge",
1691
+ i2_8xlarge = "i2.8xlarge",
1692
+ i2_xlarge = "i2.xlarge",
1693
+ i3_16xlarge = "i3.16xlarge",
1694
+ i3_2xlarge = "i3.2xlarge",
1695
+ i3_4xlarge = "i3.4xlarge",
1696
+ i3_8xlarge = "i3.8xlarge",
1697
+ i3_large = "i3.large",
1698
+ i3_metal = "i3.metal",
1699
+ i3_xlarge = "i3.xlarge",
1700
+ i3en_12xlarge = "i3en.12xlarge",
1701
+ i3en_24xlarge = "i3en.24xlarge",
1702
+ i3en_2xlarge = "i3en.2xlarge",
1703
+ i3en_3xlarge = "i3en.3xlarge",
1704
+ i3en_6xlarge = "i3en.6xlarge",
1705
+ i3en_large = "i3en.large",
1706
+ i3en_metal = "i3en.metal",
1707
+ i3en_xlarge = "i3en.xlarge",
1708
+ i4i_16xlarge = "i4i.16xlarge",
1709
+ i4i_2xlarge = "i4i.2xlarge",
1710
+ i4i_32xlarge = "i4i.32xlarge",
1711
+ i4i_4xlarge = "i4i.4xlarge",
1712
+ i4i_8xlarge = "i4i.8xlarge",
1713
+ i4i_large = "i4i.large",
1714
+ i4i_metal = "i4i.metal",
1715
+ i4i_xlarge = "i4i.xlarge",
1716
+ im4gn_16xlarge = "im4gn.16xlarge",
1717
+ im4gn_2xlarge = "im4gn.2xlarge",
1718
+ im4gn_4xlarge = "im4gn.4xlarge",
1719
+ im4gn_8xlarge = "im4gn.8xlarge",
1720
+ im4gn_large = "im4gn.large",
1721
+ im4gn_xlarge = "im4gn.xlarge",
1722
+ inf1_24xlarge = "inf1.24xlarge",
1723
+ inf1_2xlarge = "inf1.2xlarge",
1724
+ inf1_6xlarge = "inf1.6xlarge",
1725
+ inf1_xlarge = "inf1.xlarge",
1726
+ is4gen_2xlarge = "is4gen.2xlarge",
1727
+ is4gen_4xlarge = "is4gen.4xlarge",
1728
+ is4gen_8xlarge = "is4gen.8xlarge",
1729
+ is4gen_large = "is4gen.large",
1730
+ is4gen_medium = "is4gen.medium",
1731
+ is4gen_xlarge = "is4gen.xlarge",
1732
+ m1_large = "m1.large",
1733
+ m1_medium = "m1.medium",
1734
+ m1_small = "m1.small",
1735
+ m1_xlarge = "m1.xlarge",
1736
+ m2_2xlarge = "m2.2xlarge",
1737
+ m2_4xlarge = "m2.4xlarge",
1738
+ m2_xlarge = "m2.xlarge",
1739
+ m3_2xlarge = "m3.2xlarge",
1740
+ m3_large = "m3.large",
1741
+ m3_medium = "m3.medium",
1742
+ m3_xlarge = "m3.xlarge",
1743
+ m4_10xlarge = "m4.10xlarge",
1744
+ m4_16xlarge = "m4.16xlarge",
1745
+ m4_2xlarge = "m4.2xlarge",
1746
+ m4_4xlarge = "m4.4xlarge",
1747
+ m4_large = "m4.large",
1748
+ m4_xlarge = "m4.xlarge",
1749
+ m5_12xlarge = "m5.12xlarge",
1750
+ m5_16xlarge = "m5.16xlarge",
1751
+ m5_24xlarge = "m5.24xlarge",
1752
+ m5_2xlarge = "m5.2xlarge",
1753
+ m5_4xlarge = "m5.4xlarge",
1754
+ m5_8xlarge = "m5.8xlarge",
1755
+ m5_large = "m5.large",
1756
+ m5_metal = "m5.metal",
1757
+ m5_xlarge = "m5.xlarge",
1758
+ m5a_12xlarge = "m5a.12xlarge",
1759
+ m5a_16xlarge = "m5a.16xlarge",
1760
+ m5a_24xlarge = "m5a.24xlarge",
1761
+ m5a_2xlarge = "m5a.2xlarge",
1762
+ m5a_4xlarge = "m5a.4xlarge",
1763
+ m5a_8xlarge = "m5a.8xlarge",
1764
+ m5a_large = "m5a.large",
1765
+ m5a_xlarge = "m5a.xlarge",
1766
+ m5ad_12xlarge = "m5ad.12xlarge",
1767
+ m5ad_16xlarge = "m5ad.16xlarge",
1768
+ m5ad_24xlarge = "m5ad.24xlarge",
1769
+ m5ad_2xlarge = "m5ad.2xlarge",
1770
+ m5ad_4xlarge = "m5ad.4xlarge",
1771
+ m5ad_8xlarge = "m5ad.8xlarge",
1772
+ m5ad_large = "m5ad.large",
1773
+ m5ad_xlarge = "m5ad.xlarge",
1774
+ m5d_12xlarge = "m5d.12xlarge",
1775
+ m5d_16xlarge = "m5d.16xlarge",
1776
+ m5d_24xlarge = "m5d.24xlarge",
1777
+ m5d_2xlarge = "m5d.2xlarge",
1778
+ m5d_4xlarge = "m5d.4xlarge",
1779
+ m5d_8xlarge = "m5d.8xlarge",
1780
+ m5d_large = "m5d.large",
1781
+ m5d_metal = "m5d.metal",
1782
+ m5d_xlarge = "m5d.xlarge",
1783
+ m5dn_12xlarge = "m5dn.12xlarge",
1784
+ m5dn_16xlarge = "m5dn.16xlarge",
1785
+ m5dn_24xlarge = "m5dn.24xlarge",
1786
+ m5dn_2xlarge = "m5dn.2xlarge",
1787
+ m5dn_4xlarge = "m5dn.4xlarge",
1788
+ m5dn_8xlarge = "m5dn.8xlarge",
1789
+ m5dn_large = "m5dn.large",
1790
+ m5dn_metal = "m5dn.metal",
1791
+ m5dn_xlarge = "m5dn.xlarge",
1792
+ m5n_12xlarge = "m5n.12xlarge",
1793
+ m5n_16xlarge = "m5n.16xlarge",
1794
+ m5n_24xlarge = "m5n.24xlarge",
1795
+ m5n_2xlarge = "m5n.2xlarge",
1796
+ m5n_4xlarge = "m5n.4xlarge",
1797
+ m5n_8xlarge = "m5n.8xlarge",
1798
+ m5n_large = "m5n.large",
1799
+ m5n_metal = "m5n.metal",
1800
+ m5n_xlarge = "m5n.xlarge",
1801
+ m5zn_12xlarge = "m5zn.12xlarge",
1802
+ m5zn_2xlarge = "m5zn.2xlarge",
1803
+ m5zn_3xlarge = "m5zn.3xlarge",
1804
+ m5zn_6xlarge = "m5zn.6xlarge",
1805
+ m5zn_large = "m5zn.large",
1806
+ m5zn_metal = "m5zn.metal",
1807
+ m5zn_xlarge = "m5zn.xlarge",
1808
+ m6a_12xlarge = "m6a.12xlarge",
1809
+ m6a_16xlarge = "m6a.16xlarge",
1810
+ m6a_24xlarge = "m6a.24xlarge",
1811
+ m6a_2xlarge = "m6a.2xlarge",
1812
+ m6a_32xlarge = "m6a.32xlarge",
1813
+ m6a_48xlarge = "m6a.48xlarge",
1814
+ m6a_4xlarge = "m6a.4xlarge",
1815
+ m6a_8xlarge = "m6a.8xlarge",
1816
+ m6a_large = "m6a.large",
1817
+ m6a_metal = "m6a.metal",
1818
+ m6a_xlarge = "m6a.xlarge",
1819
+ m6g_12xlarge = "m6g.12xlarge",
1820
+ m6g_16xlarge = "m6g.16xlarge",
1821
+ m6g_2xlarge = "m6g.2xlarge",
1822
+ m6g_4xlarge = "m6g.4xlarge",
1823
+ m6g_8xlarge = "m6g.8xlarge",
1824
+ m6g_large = "m6g.large",
1825
+ m6g_medium = "m6g.medium",
1826
+ m6g_metal = "m6g.metal",
1827
+ m6g_xlarge = "m6g.xlarge",
1828
+ m6gd_12xlarge = "m6gd.12xlarge",
1829
+ m6gd_16xlarge = "m6gd.16xlarge",
1830
+ m6gd_2xlarge = "m6gd.2xlarge",
1831
+ m6gd_4xlarge = "m6gd.4xlarge",
1832
+ m6gd_8xlarge = "m6gd.8xlarge",
1833
+ m6gd_large = "m6gd.large",
1834
+ m6gd_medium = "m6gd.medium",
1835
+ m6gd_metal = "m6gd.metal",
1836
+ m6gd_xlarge = "m6gd.xlarge",
1837
+ m6i_12xlarge = "m6i.12xlarge",
1838
+ m6i_16xlarge = "m6i.16xlarge",
1839
+ m6i_24xlarge = "m6i.24xlarge",
1840
+ m6i_2xlarge = "m6i.2xlarge",
1841
+ m6i_32xlarge = "m6i.32xlarge",
1842
+ m6i_4xlarge = "m6i.4xlarge",
1843
+ m6i_8xlarge = "m6i.8xlarge",
1844
+ m6i_large = "m6i.large",
1845
+ m6i_metal = "m6i.metal",
1846
+ m6i_xlarge = "m6i.xlarge",
1847
+ m6id_12xlarge = "m6id.12xlarge",
1848
+ m6id_16xlarge = "m6id.16xlarge",
1849
+ m6id_24xlarge = "m6id.24xlarge",
1850
+ m6id_2xlarge = "m6id.2xlarge",
1851
+ m6id_32xlarge = "m6id.32xlarge",
1852
+ m6id_4xlarge = "m6id.4xlarge",
1853
+ m6id_8xlarge = "m6id.8xlarge",
1854
+ m6id_large = "m6id.large",
1855
+ m6id_metal = "m6id.metal",
1856
+ m6id_xlarge = "m6id.xlarge",
1857
+ mac1_metal = "mac1.metal",
1858
+ mac2_metal = "mac2.metal",
1859
+ p2_16xlarge = "p2.16xlarge",
1860
+ p2_8xlarge = "p2.8xlarge",
1861
+ p2_xlarge = "p2.xlarge",
1862
+ p3_16xlarge = "p3.16xlarge",
1863
+ p3_2xlarge = "p3.2xlarge",
1864
+ p3_8xlarge = "p3.8xlarge",
1865
+ p3dn_24xlarge = "p3dn.24xlarge",
1866
+ p4d_24xlarge = "p4d.24xlarge",
1867
+ p4de_24xlarge = "p4de.24xlarge",
1868
+ r3_2xlarge = "r3.2xlarge",
1869
+ r3_4xlarge = "r3.4xlarge",
1870
+ r3_8xlarge = "r3.8xlarge",
1871
+ r3_large = "r3.large",
1872
+ r3_xlarge = "r3.xlarge",
1873
+ r4_16xlarge = "r4.16xlarge",
1874
+ r4_2xlarge = "r4.2xlarge",
1875
+ r4_4xlarge = "r4.4xlarge",
1876
+ r4_8xlarge = "r4.8xlarge",
1877
+ r4_large = "r4.large",
1878
+ r4_xlarge = "r4.xlarge",
1879
+ r5_12xlarge = "r5.12xlarge",
1880
+ r5_16xlarge = "r5.16xlarge",
1881
+ r5_24xlarge = "r5.24xlarge",
1882
+ r5_2xlarge = "r5.2xlarge",
1883
+ r5_4xlarge = "r5.4xlarge",
1884
+ r5_8xlarge = "r5.8xlarge",
1885
+ r5_large = "r5.large",
1886
+ r5_metal = "r5.metal",
1887
+ r5_xlarge = "r5.xlarge",
1888
+ r5a_12xlarge = "r5a.12xlarge",
1889
+ r5a_16xlarge = "r5a.16xlarge",
1890
+ r5a_24xlarge = "r5a.24xlarge",
1891
+ r5a_2xlarge = "r5a.2xlarge",
1892
+ r5a_4xlarge = "r5a.4xlarge",
1893
+ r5a_8xlarge = "r5a.8xlarge",
1894
+ r5a_large = "r5a.large",
1895
+ r5a_xlarge = "r5a.xlarge",
1896
+ r5ad_12xlarge = "r5ad.12xlarge",
1897
+ r5ad_16xlarge = "r5ad.16xlarge",
1898
+ r5ad_24xlarge = "r5ad.24xlarge",
1899
+ r5ad_2xlarge = "r5ad.2xlarge",
1900
+ r5ad_4xlarge = "r5ad.4xlarge",
1901
+ r5ad_8xlarge = "r5ad.8xlarge",
1902
+ r5ad_large = "r5ad.large",
1903
+ r5ad_xlarge = "r5ad.xlarge",
1904
+ r5b_12xlarge = "r5b.12xlarge",
1905
+ r5b_16xlarge = "r5b.16xlarge",
1906
+ r5b_24xlarge = "r5b.24xlarge",
1907
+ r5b_2xlarge = "r5b.2xlarge",
1908
+ r5b_4xlarge = "r5b.4xlarge",
1909
+ r5b_8xlarge = "r5b.8xlarge",
1910
+ r5b_large = "r5b.large",
1911
+ r5b_metal = "r5b.metal",
1912
+ r5b_xlarge = "r5b.xlarge",
1913
+ r5d_12xlarge = "r5d.12xlarge",
1914
+ r5d_16xlarge = "r5d.16xlarge",
1915
+ r5d_24xlarge = "r5d.24xlarge",
1916
+ r5d_2xlarge = "r5d.2xlarge",
1917
+ r5d_4xlarge = "r5d.4xlarge",
1918
+ r5d_8xlarge = "r5d.8xlarge",
1919
+ r5d_large = "r5d.large",
1920
+ r5d_metal = "r5d.metal",
1921
+ r5d_xlarge = "r5d.xlarge",
1922
+ r5dn_12xlarge = "r5dn.12xlarge",
1923
+ r5dn_16xlarge = "r5dn.16xlarge",
1924
+ r5dn_24xlarge = "r5dn.24xlarge",
1925
+ r5dn_2xlarge = "r5dn.2xlarge",
1926
+ r5dn_4xlarge = "r5dn.4xlarge",
1927
+ r5dn_8xlarge = "r5dn.8xlarge",
1928
+ r5dn_large = "r5dn.large",
1929
+ r5dn_metal = "r5dn.metal",
1930
+ r5dn_xlarge = "r5dn.xlarge",
1931
+ r5n_12xlarge = "r5n.12xlarge",
1932
+ r5n_16xlarge = "r5n.16xlarge",
1933
+ r5n_24xlarge = "r5n.24xlarge",
1934
+ r5n_2xlarge = "r5n.2xlarge",
1935
+ r5n_4xlarge = "r5n.4xlarge",
1936
+ r5n_8xlarge = "r5n.8xlarge",
1937
+ r5n_large = "r5n.large",
1938
+ r5n_metal = "r5n.metal",
1939
+ r5n_xlarge = "r5n.xlarge",
1940
+ r6a_12xlarge = "r6a.12xlarge",
1941
+ r6a_16xlarge = "r6a.16xlarge",
1942
+ r6a_24xlarge = "r6a.24xlarge",
1943
+ r6a_2xlarge = "r6a.2xlarge",
1944
+ r6a_32xlarge = "r6a.32xlarge",
1945
+ r6a_48xlarge = "r6a.48xlarge",
1946
+ r6a_4xlarge = "r6a.4xlarge",
1947
+ r6a_8xlarge = "r6a.8xlarge",
1948
+ r6a_large = "r6a.large",
1949
+ r6a_metal = "r6a.metal",
1950
+ r6a_xlarge = "r6a.xlarge",
1951
+ r6g_12xlarge = "r6g.12xlarge",
1952
+ r6g_16xlarge = "r6g.16xlarge",
1953
+ r6g_2xlarge = "r6g.2xlarge",
1954
+ r6g_4xlarge = "r6g.4xlarge",
1955
+ r6g_8xlarge = "r6g.8xlarge",
1956
+ r6g_large = "r6g.large",
1957
+ r6g_medium = "r6g.medium",
1958
+ r6g_metal = "r6g.metal",
1959
+ r6g_xlarge = "r6g.xlarge",
1960
+ r6gd_12xlarge = "r6gd.12xlarge",
1961
+ r6gd_16xlarge = "r6gd.16xlarge",
1962
+ r6gd_2xlarge = "r6gd.2xlarge",
1963
+ r6gd_4xlarge = "r6gd.4xlarge",
1964
+ r6gd_8xlarge = "r6gd.8xlarge",
1965
+ r6gd_large = "r6gd.large",
1966
+ r6gd_medium = "r6gd.medium",
1967
+ r6gd_metal = "r6gd.metal",
1968
+ r6gd_xlarge = "r6gd.xlarge",
1969
+ r6i_12xlarge = "r6i.12xlarge",
1970
+ r6i_16xlarge = "r6i.16xlarge",
1971
+ r6i_24xlarge = "r6i.24xlarge",
1972
+ r6i_2xlarge = "r6i.2xlarge",
1973
+ r6i_32xlarge = "r6i.32xlarge",
1974
+ r6i_4xlarge = "r6i.4xlarge",
1975
+ r6i_8xlarge = "r6i.8xlarge",
1976
+ r6i_large = "r6i.large",
1977
+ r6i_metal = "r6i.metal",
1978
+ r6i_xlarge = "r6i.xlarge",
1979
+ r6id_12xlarge = "r6id.12xlarge",
1980
+ r6id_16xlarge = "r6id.16xlarge",
1981
+ r6id_24xlarge = "r6id.24xlarge",
1982
+ r6id_2xlarge = "r6id.2xlarge",
1983
+ r6id_32xlarge = "r6id.32xlarge",
1984
+ r6id_4xlarge = "r6id.4xlarge",
1985
+ r6id_8xlarge = "r6id.8xlarge",
1986
+ r6id_large = "r6id.large",
1987
+ r6id_metal = "r6id.metal",
1988
+ r6id_xlarge = "r6id.xlarge",
1989
+ t1_micro = "t1.micro",
1990
+ t2_2xlarge = "t2.2xlarge",
1991
+ t2_large = "t2.large",
1992
+ t2_medium = "t2.medium",
1993
+ t2_micro = "t2.micro",
1994
+ t2_nano = "t2.nano",
1995
+ t2_small = "t2.small",
1996
+ t2_xlarge = "t2.xlarge",
1997
+ t3_2xlarge = "t3.2xlarge",
1998
+ t3_large = "t3.large",
1999
+ t3_medium = "t3.medium",
2000
+ t3_micro = "t3.micro",
2001
+ t3_nano = "t3.nano",
2002
+ t3_small = "t3.small",
2003
+ t3_xlarge = "t3.xlarge",
2004
+ t3a_2xlarge = "t3a.2xlarge",
2005
+ t3a_large = "t3a.large",
2006
+ t3a_medium = "t3a.medium",
2007
+ t3a_micro = "t3a.micro",
2008
+ t3a_nano = "t3a.nano",
2009
+ t3a_small = "t3a.small",
2010
+ t3a_xlarge = "t3a.xlarge",
2011
+ t4g_2xlarge = "t4g.2xlarge",
2012
+ t4g_large = "t4g.large",
2013
+ t4g_medium = "t4g.medium",
2014
+ t4g_micro = "t4g.micro",
2015
+ t4g_nano = "t4g.nano",
2016
+ t4g_small = "t4g.small",
2017
+ t4g_xlarge = "t4g.xlarge",
2018
+ u_12tb1_112xlarge = "u-12tb1.112xlarge",
2019
+ u_12tb1_metal = "u-12tb1.metal",
2020
+ u_18tb1_metal = "u-18tb1.metal",
2021
+ u_24tb1_metal = "u-24tb1.metal",
2022
+ u_6tb1_112xlarge = "u-6tb1.112xlarge",
2023
+ u_6tb1_56xlarge = "u-6tb1.56xlarge",
2024
+ u_6tb1_metal = "u-6tb1.metal",
2025
+ u_9tb1_112xlarge = "u-9tb1.112xlarge",
2026
+ u_9tb1_metal = "u-9tb1.metal",
2027
+ vt1_24xlarge = "vt1.24xlarge",
2028
+ vt1_3xlarge = "vt1.3xlarge",
2029
+ vt1_6xlarge = "vt1.6xlarge",
2030
+ x1_16xlarge = "x1.16xlarge",
2031
+ x1_32xlarge = "x1.32xlarge",
2032
+ x1e_16xlarge = "x1e.16xlarge",
2033
+ x1e_2xlarge = "x1e.2xlarge",
2034
+ x1e_32xlarge = "x1e.32xlarge",
2035
+ x1e_4xlarge = "x1e.4xlarge",
2036
+ x1e_8xlarge = "x1e.8xlarge",
2037
+ x1e_xlarge = "x1e.xlarge",
2038
+ x2gd_12xlarge = "x2gd.12xlarge",
2039
+ x2gd_16xlarge = "x2gd.16xlarge",
2040
+ x2gd_2xlarge = "x2gd.2xlarge",
2041
+ x2gd_4xlarge = "x2gd.4xlarge",
2042
+ x2gd_8xlarge = "x2gd.8xlarge",
2043
+ x2gd_large = "x2gd.large",
2044
+ x2gd_medium = "x2gd.medium",
2045
+ x2gd_metal = "x2gd.metal",
2046
+ x2gd_xlarge = "x2gd.xlarge",
2047
+ x2idn_16xlarge = "x2idn.16xlarge",
2048
+ x2idn_24xlarge = "x2idn.24xlarge",
2049
+ x2idn_32xlarge = "x2idn.32xlarge",
2050
+ x2idn_metal = "x2idn.metal",
2051
+ x2iedn_16xlarge = "x2iedn.16xlarge",
2052
+ x2iedn_24xlarge = "x2iedn.24xlarge",
2053
+ x2iedn_2xlarge = "x2iedn.2xlarge",
2054
+ x2iedn_32xlarge = "x2iedn.32xlarge",
2055
+ x2iedn_4xlarge = "x2iedn.4xlarge",
2056
+ x2iedn_8xlarge = "x2iedn.8xlarge",
2057
+ x2iedn_metal = "x2iedn.metal",
2058
+ x2iedn_xlarge = "x2iedn.xlarge",
2059
+ x2iezn_12xlarge = "x2iezn.12xlarge",
2060
+ x2iezn_2xlarge = "x2iezn.2xlarge",
2061
+ x2iezn_4xlarge = "x2iezn.4xlarge",
2062
+ x2iezn_6xlarge = "x2iezn.6xlarge",
2063
+ x2iezn_8xlarge = "x2iezn.8xlarge",
2064
+ x2iezn_metal = "x2iezn.metal",
2065
+ z1d_12xlarge = "z1d.12xlarge",
2066
+ z1d_2xlarge = "z1d.2xlarge",
2067
+ z1d_3xlarge = "z1d.3xlarge",
2068
+ z1d_6xlarge = "z1d.6xlarge",
2069
+ z1d_large = "z1d.large",
2070
+ z1d_metal = "z1d.metal",
2071
+ z1d_xlarge = "z1d.xlarge",
2072
+ }
2614
2073
  export interface ReservationFleetInstanceSpecification {
2615
2074
  InstanceType?: _InstanceType | string;
2616
-
2617
2075
  InstancePlatform?: CapacityReservationInstancePlatform | string;
2618
-
2619
2076
  Weight?: number;
2620
-
2621
2077
  AvailabilityZone?: string;
2622
-
2623
2078
  AvailabilityZoneId?: string;
2624
-
2625
2079
  EbsOptimized?: boolean;
2626
-
2627
2080
  Priority?: number;
2628
2081
  }
2629
2082
  export declare enum FleetCapacityReservationTenancy {
@@ -2631,336 +2084,256 @@ export declare enum FleetCapacityReservationTenancy {
2631
2084
  }
2632
2085
  export interface CreateCapacityReservationFleetRequest {
2633
2086
  AllocationStrategy?: string;
2634
-
2635
2087
  ClientToken?: string;
2636
-
2637
2088
  InstanceTypeSpecifications:
2638
2089
  | ReservationFleetInstanceSpecification[]
2639
2090
  | undefined;
2640
-
2641
2091
  Tenancy?: FleetCapacityReservationTenancy | string;
2642
-
2643
2092
  TotalTargetCapacity: number | undefined;
2644
-
2645
2093
  EndDate?: Date;
2646
-
2647
2094
  InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
2648
-
2649
2095
  TagSpecifications?: TagSpecification[];
2650
-
2651
2096
  DryRun?: boolean;
2652
2097
  }
2653
-
2654
2098
  export interface FleetCapacityReservation {
2655
2099
  CapacityReservationId?: string;
2656
-
2657
2100
  AvailabilityZoneId?: string;
2658
-
2659
2101
  InstanceType?: _InstanceType | string;
2660
-
2661
2102
  InstancePlatform?: CapacityReservationInstancePlatform | string;
2662
-
2663
2103
  AvailabilityZone?: string;
2664
-
2665
2104
  TotalInstanceCount?: number;
2666
-
2667
2105
  FulfilledCapacity?: number;
2668
-
2669
2106
  EbsOptimized?: boolean;
2670
-
2671
2107
  CreateDate?: Date;
2672
-
2673
2108
  Weight?: number;
2674
-
2675
2109
  Priority?: number;
2676
2110
  }
2677
2111
  export interface CreateCapacityReservationFleetResult {
2678
2112
  CapacityReservationFleetId?: string;
2679
-
2680
2113
  State?: CapacityReservationFleetState | string;
2681
-
2682
2114
  TotalTargetCapacity?: number;
2683
-
2684
2115
  TotalFulfilledCapacity?: number;
2685
-
2686
2116
  InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
2687
-
2688
2117
  AllocationStrategy?: string;
2689
-
2690
2118
  CreateTime?: Date;
2691
-
2692
2119
  EndDate?: Date;
2693
-
2694
2120
  Tenancy?: FleetCapacityReservationTenancy | string;
2695
-
2696
2121
  FleetCapacityReservations?: FleetCapacityReservation[];
2697
-
2698
2122
  Tags?: Tag[];
2699
2123
  }
2700
2124
  export interface CreateCarrierGatewayRequest {
2701
2125
  VpcId: string | undefined;
2702
-
2703
2126
  TagSpecifications?: TagSpecification[];
2704
-
2705
2127
  DryRun?: boolean;
2706
-
2707
2128
  ClientToken?: string;
2708
2129
  }
2709
- export declare type CarrierGatewayState =
2710
- | "available"
2711
- | "deleted"
2712
- | "deleting"
2713
- | "pending";
2714
-
2130
+ export declare enum CarrierGatewayState {
2131
+ available = "available",
2132
+ deleted = "deleted",
2133
+ deleting = "deleting",
2134
+ pending = "pending",
2135
+ }
2715
2136
  export interface CarrierGateway {
2716
2137
  CarrierGatewayId?: string;
2717
-
2718
2138
  VpcId?: string;
2719
-
2720
2139
  State?: CarrierGatewayState | string;
2721
-
2722
2140
  OwnerId?: string;
2723
-
2724
2141
  Tags?: Tag[];
2725
2142
  }
2726
2143
  export interface CreateCarrierGatewayResult {
2727
2144
  CarrierGateway?: CarrierGateway;
2728
2145
  }
2729
-
2730
2146
  export interface DirectoryServiceAuthenticationRequest {
2731
2147
  DirectoryId?: string;
2732
2148
  }
2733
-
2734
2149
  export interface FederatedAuthenticationRequest {
2735
2150
  SAMLProviderArn?: string;
2736
-
2737
2151
  SelfServiceSAMLProviderArn?: string;
2738
2152
  }
2739
-
2740
2153
  export interface CertificateAuthenticationRequest {
2741
2154
  ClientRootCertificateChainArn?: string;
2742
2155
  }
2743
- export declare type ClientVpnAuthenticationType =
2744
- | "certificate-authentication"
2745
- | "directory-service-authentication"
2746
- | "federated-authentication";
2747
-
2156
+ export declare enum ClientVpnAuthenticationType {
2157
+ certificate_authentication = "certificate-authentication",
2158
+ directory_service_authentication = "directory-service-authentication",
2159
+ federated_authentication = "federated-authentication",
2160
+ }
2748
2161
  export interface ClientVpnAuthenticationRequest {
2749
2162
  Type?: ClientVpnAuthenticationType | string;
2750
-
2751
2163
  ActiveDirectory?: DirectoryServiceAuthenticationRequest;
2752
-
2753
2164
  MutualAuthentication?: CertificateAuthenticationRequest;
2754
-
2755
2165
  FederatedAuthentication?: FederatedAuthenticationRequest;
2756
2166
  }
2757
-
2758
2167
  export interface ClientConnectOptions {
2759
2168
  Enabled?: boolean;
2760
-
2761
2169
  LambdaFunctionArn?: string;
2762
2170
  }
2763
-
2764
2171
  export interface ClientLoginBannerOptions {
2765
2172
  Enabled?: boolean;
2766
-
2767
2173
  BannerText?: string;
2768
2174
  }
2769
-
2770
2175
  export interface ConnectionLogOptions {
2771
2176
  Enabled?: boolean;
2772
-
2773
2177
  CloudwatchLogGroup?: string;
2774
-
2775
2178
  CloudwatchLogStream?: string;
2776
2179
  }
2777
- export declare type SelfServicePortal = "disabled" | "enabled";
2778
- export declare type TransportProtocol = "tcp" | "udp";
2180
+ export declare enum SelfServicePortal {
2181
+ disabled = "disabled",
2182
+ enabled = "enabled",
2183
+ }
2184
+ export declare enum TransportProtocol {
2185
+ tcp = "tcp",
2186
+ udp = "udp",
2187
+ }
2779
2188
  export interface CreateClientVpnEndpointRequest {
2780
2189
  ClientCidrBlock: string | undefined;
2781
-
2782
2190
  ServerCertificateArn: string | undefined;
2783
-
2784
2191
  AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
2785
-
2786
2192
  ConnectionLogOptions: ConnectionLogOptions | undefined;
2787
-
2788
2193
  DnsServers?: string[];
2789
-
2790
2194
  TransportProtocol?: TransportProtocol | string;
2791
-
2792
2195
  VpnPort?: number;
2793
-
2794
2196
  Description?: string;
2795
-
2796
2197
  SplitTunnel?: boolean;
2797
-
2798
2198
  DryRun?: boolean;
2799
-
2800
2199
  ClientToken?: string;
2801
-
2802
2200
  TagSpecifications?: TagSpecification[];
2803
-
2804
2201
  SecurityGroupIds?: string[];
2805
-
2806
2202
  VpcId?: string;
2807
-
2808
2203
  SelfServicePortal?: SelfServicePortal | string;
2809
-
2810
2204
  ClientConnectOptions?: ClientConnectOptions;
2811
-
2812
2205
  SessionTimeoutHours?: number;
2813
-
2814
2206
  ClientLoginBannerOptions?: ClientLoginBannerOptions;
2815
2207
  }
2816
- export declare type ClientVpnEndpointStatusCode =
2817
- | "available"
2818
- | "deleted"
2819
- | "deleting"
2820
- | "pending-associate";
2821
-
2208
+ export declare enum ClientVpnEndpointStatusCode {
2209
+ available = "available",
2210
+ deleted = "deleted",
2211
+ deleting = "deleting",
2212
+ pending_associate = "pending-associate",
2213
+ }
2822
2214
  export interface ClientVpnEndpointStatus {
2823
2215
  Code?: ClientVpnEndpointStatusCode | string;
2824
-
2825
2216
  Message?: string;
2826
2217
  }
2827
2218
  export interface CreateClientVpnEndpointResult {
2828
2219
  ClientVpnEndpointId?: string;
2829
-
2830
2220
  Status?: ClientVpnEndpointStatus;
2831
-
2832
2221
  DnsName?: string;
2833
2222
  }
2834
2223
  export interface CreateClientVpnRouteRequest {
2835
2224
  ClientVpnEndpointId: string | undefined;
2836
-
2837
2225
  DestinationCidrBlock: string | undefined;
2838
-
2839
2226
  TargetVpcSubnetId: string | undefined;
2840
-
2841
2227
  Description?: string;
2842
-
2843
2228
  ClientToken?: string;
2844
-
2845
2229
  DryRun?: boolean;
2846
2230
  }
2847
- export declare type ClientVpnRouteStatusCode =
2848
- | "active"
2849
- | "creating"
2850
- | "deleting"
2851
- | "failed";
2852
-
2231
+ export declare enum ClientVpnRouteStatusCode {
2232
+ active = "active",
2233
+ creating = "creating",
2234
+ deleting = "deleting",
2235
+ failed = "failed",
2236
+ }
2853
2237
  export interface ClientVpnRouteStatus {
2854
2238
  Code?: ClientVpnRouteStatusCode | string;
2855
-
2856
2239
  Message?: string;
2857
2240
  }
2858
2241
  export interface CreateClientVpnRouteResult {
2859
2242
  Status?: ClientVpnRouteStatus;
2860
2243
  }
2861
- export declare type GatewayType = "ipsec.1";
2862
-
2244
+ export interface CreateCoipCidrRequest {
2245
+ Cidr: string | undefined;
2246
+ CoipPoolId: string | undefined;
2247
+ DryRun?: boolean;
2248
+ }
2249
+ export interface CoipCidr {
2250
+ Cidr?: string;
2251
+ CoipPoolId?: string;
2252
+ LocalGatewayRouteTableId?: string;
2253
+ }
2254
+ export interface CreateCoipCidrResult {
2255
+ CoipCidr?: CoipCidr;
2256
+ }
2257
+ export interface CreateCoipPoolRequest {
2258
+ LocalGatewayRouteTableId: string | undefined;
2259
+ TagSpecifications?: TagSpecification[];
2260
+ DryRun?: boolean;
2261
+ }
2262
+ export interface CoipPool {
2263
+ PoolId?: string;
2264
+ PoolCidrs?: string[];
2265
+ LocalGatewayRouteTableId?: string;
2266
+ Tags?: Tag[];
2267
+ PoolArn?: string;
2268
+ }
2269
+ export interface CreateCoipPoolResult {
2270
+ CoipPool?: CoipPool;
2271
+ }
2272
+ export declare enum GatewayType {
2273
+ ipsec_1 = "ipsec.1",
2274
+ }
2863
2275
  export interface CreateCustomerGatewayRequest {
2864
2276
  BgpAsn: number | undefined;
2865
-
2866
2277
  PublicIp?: string;
2867
-
2868
2278
  CertificateArn?: string;
2869
-
2870
2279
  Type: GatewayType | string | undefined;
2871
-
2872
2280
  TagSpecifications?: TagSpecification[];
2873
-
2874
2281
  DeviceName?: string;
2875
-
2876
2282
  IpAddress?: string;
2877
-
2878
2283
  DryRun?: boolean;
2879
2284
  }
2880
-
2881
2285
  export interface CustomerGateway {
2882
2286
  BgpAsn?: string;
2883
-
2884
2287
  CustomerGatewayId?: string;
2885
-
2886
2288
  IpAddress?: string;
2887
-
2888
2289
  CertificateArn?: string;
2889
-
2890
2290
  State?: string;
2891
-
2892
2291
  Type?: string;
2893
-
2894
2292
  DeviceName?: string;
2895
-
2896
2293
  Tags?: Tag[];
2897
2294
  }
2898
-
2899
2295
  export interface CreateCustomerGatewayResult {
2900
2296
  CustomerGateway?: CustomerGateway;
2901
2297
  }
2902
2298
  export interface CreateDefaultSubnetRequest {
2903
2299
  AvailabilityZone: string | undefined;
2904
-
2905
2300
  DryRun?: boolean;
2906
-
2907
2301
  Ipv6Native?: boolean;
2908
2302
  }
2909
2303
  export declare enum HostnameType {
2910
2304
  ip_name = "ip-name",
2911
2305
  resource_name = "resource-name",
2912
2306
  }
2913
-
2914
2307
  export interface PrivateDnsNameOptionsOnLaunch {
2915
2308
  HostnameType?: HostnameType | string;
2916
-
2917
2309
  EnableResourceNameDnsARecord?: boolean;
2918
-
2919
2310
  EnableResourceNameDnsAAAARecord?: boolean;
2920
2311
  }
2921
- export declare type SubnetState = "available" | "pending";
2922
-
2312
+ export declare enum SubnetState {
2313
+ available = "available",
2314
+ pending = "pending",
2315
+ }
2923
2316
  export interface Subnet {
2924
2317
  AvailabilityZone?: string;
2925
-
2926
2318
  AvailabilityZoneId?: string;
2927
-
2928
2319
  AvailableIpAddressCount?: number;
2929
-
2930
2320
  CidrBlock?: string;
2931
-
2932
2321
  DefaultForAz?: boolean;
2933
-
2934
2322
  EnableLniAtDeviceIndex?: number;
2935
-
2936
2323
  MapPublicIpOnLaunch?: boolean;
2937
-
2938
2324
  MapCustomerOwnedIpOnLaunch?: boolean;
2939
-
2940
2325
  CustomerOwnedIpv4Pool?: string;
2941
-
2942
2326
  State?: SubnetState | string;
2943
-
2944
2327
  SubnetId?: string;
2945
-
2946
2328
  VpcId?: string;
2947
-
2948
2329
  OwnerId?: string;
2949
-
2950
2330
  AssignIpv6AddressOnCreation?: boolean;
2951
-
2952
2331
  Ipv6CidrBlockAssociationSet?: SubnetIpv6CidrBlockAssociation[];
2953
-
2954
2332
  Tags?: Tag[];
2955
-
2956
2333
  SubnetArn?: string;
2957
-
2958
2334
  OutpostArn?: string;
2959
-
2960
2335
  EnableDns64?: boolean;
2961
-
2962
2336
  Ipv6Native?: boolean;
2963
-
2964
2337
  PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch;
2965
2338
  }
2966
2339
  export interface CreateDefaultSubnetResult {
@@ -2969,996 +2342,710 @@ export interface CreateDefaultSubnetResult {
2969
2342
  export interface CreateDefaultVpcRequest {
2970
2343
  DryRun?: boolean;
2971
2344
  }
2972
- export declare type Tenancy = "dedicated" | "default" | "host";
2973
- export declare type VpcState = "available" | "pending";
2974
-
2345
+ export declare enum Tenancy {
2346
+ dedicated = "dedicated",
2347
+ default = "default",
2348
+ host = "host",
2349
+ }
2350
+ export declare enum VpcState {
2351
+ available = "available",
2352
+ pending = "pending",
2353
+ }
2975
2354
  export interface Vpc {
2976
2355
  CidrBlock?: string;
2977
-
2978
2356
  DhcpOptionsId?: string;
2979
-
2980
2357
  State?: VpcState | string;
2981
-
2982
2358
  VpcId?: string;
2983
-
2984
2359
  OwnerId?: string;
2985
-
2986
2360
  InstanceTenancy?: Tenancy | string;
2987
-
2988
2361
  Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[];
2989
-
2990
2362
  CidrBlockAssociationSet?: VpcCidrBlockAssociation[];
2991
-
2992
2363
  IsDefault?: boolean;
2993
-
2994
2364
  Tags?: Tag[];
2995
2365
  }
2996
2366
  export interface CreateDefaultVpcResult {
2997
2367
  Vpc?: Vpc;
2998
2368
  }
2999
-
3000
2369
  export interface NewDhcpConfiguration {
3001
2370
  Key?: string;
3002
-
3003
2371
  Values?: string[];
3004
2372
  }
3005
2373
  export interface CreateDhcpOptionsRequest {
3006
2374
  DhcpConfigurations: NewDhcpConfiguration[] | undefined;
3007
-
3008
2375
  TagSpecifications?: TagSpecification[];
3009
-
3010
2376
  DryRun?: boolean;
3011
2377
  }
3012
-
3013
2378
  export interface AttributeValue {
3014
2379
  Value?: string;
3015
2380
  }
3016
-
3017
2381
  export interface DhcpConfiguration {
3018
2382
  Key?: string;
3019
-
3020
2383
  Values?: AttributeValue[];
3021
2384
  }
3022
-
3023
- export interface DhcpOptions {
3024
- DhcpConfigurations?: DhcpConfiguration[];
3025
-
3026
- DhcpOptionsId?: string;
3027
-
3028
- OwnerId?: string;
3029
-
3030
- Tags?: Tag[];
3031
- }
3032
- export interface CreateDhcpOptionsResult {
3033
- DhcpOptions?: DhcpOptions;
3034
- }
3035
- export interface CreateEgressOnlyInternetGatewayRequest {
3036
- ClientToken?: string;
3037
-
3038
- DryRun?: boolean;
3039
-
3040
- VpcId: string | undefined;
3041
-
3042
- TagSpecifications?: TagSpecification[];
3043
- }
3044
-
3045
- export interface InternetGatewayAttachment {
3046
- State?: AttachmentStatus | string;
3047
-
3048
- VpcId?: string;
3049
- }
3050
-
3051
- export interface EgressOnlyInternetGateway {
3052
- Attachments?: InternetGatewayAttachment[];
3053
-
3054
- EgressOnlyInternetGatewayId?: string;
3055
-
3056
- Tags?: Tag[];
3057
- }
3058
- export interface CreateEgressOnlyInternetGatewayResult {
3059
- ClientToken?: string;
3060
-
3061
- EgressOnlyInternetGateway?: EgressOnlyInternetGateway;
3062
- }
3063
- export declare enum FleetExcessCapacityTerminationPolicy {
3064
- NO_TERMINATION = "no-termination",
3065
- TERMINATION = "termination",
3066
- }
3067
-
3068
2385
  export declare const AcceleratorCountFilterSensitiveLog: (
3069
2386
  obj: AcceleratorCount
3070
2387
  ) => any;
3071
-
3072
2388
  export declare const AcceleratorCountRequestFilterSensitiveLog: (
3073
2389
  obj: AcceleratorCountRequest
3074
2390
  ) => any;
3075
-
3076
2391
  export declare const AcceleratorTotalMemoryMiBFilterSensitiveLog: (
3077
2392
  obj: AcceleratorTotalMemoryMiB
3078
2393
  ) => any;
3079
-
3080
2394
  export declare const AcceleratorTotalMemoryMiBRequestFilterSensitiveLog: (
3081
2395
  obj: AcceleratorTotalMemoryMiBRequest
3082
2396
  ) => any;
3083
-
3084
2397
  export declare const TargetConfigurationRequestFilterSensitiveLog: (
3085
2398
  obj: TargetConfigurationRequest
3086
2399
  ) => any;
3087
-
3088
2400
  export declare const AcceptReservedInstancesExchangeQuoteRequestFilterSensitiveLog: (
3089
2401
  obj: AcceptReservedInstancesExchangeQuoteRequest
3090
2402
  ) => any;
3091
-
3092
2403
  export declare const AcceptReservedInstancesExchangeQuoteResultFilterSensitiveLog: (
3093
2404
  obj: AcceptReservedInstancesExchangeQuoteResult
3094
2405
  ) => any;
3095
-
3096
2406
  export declare const AcceptTransitGatewayMulticastDomainAssociationsRequestFilterSensitiveLog: (
3097
2407
  obj: AcceptTransitGatewayMulticastDomainAssociationsRequest
3098
2408
  ) => any;
3099
-
3100
2409
  export declare const SubnetAssociationFilterSensitiveLog: (
3101
2410
  obj: SubnetAssociation
3102
2411
  ) => any;
3103
-
3104
2412
  export declare const TransitGatewayMulticastDomainAssociationsFilterSensitiveLog: (
3105
2413
  obj: TransitGatewayMulticastDomainAssociations
3106
2414
  ) => any;
3107
-
3108
2415
  export declare const AcceptTransitGatewayMulticastDomainAssociationsResultFilterSensitiveLog: (
3109
2416
  obj: AcceptTransitGatewayMulticastDomainAssociationsResult
3110
2417
  ) => any;
3111
-
3112
2418
  export declare const AcceptTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
3113
2419
  obj: AcceptTransitGatewayPeeringAttachmentRequest
3114
2420
  ) => any;
3115
-
3116
2421
  export declare const PeeringTgwInfoFilterSensitiveLog: (
3117
2422
  obj: PeeringTgwInfo
3118
2423
  ) => any;
3119
-
3120
2424
  export declare const TransitGatewayPeeringAttachmentOptionsFilterSensitiveLog: (
3121
2425
  obj: TransitGatewayPeeringAttachmentOptions
3122
2426
  ) => any;
3123
-
3124
2427
  export declare const PeeringAttachmentStatusFilterSensitiveLog: (
3125
2428
  obj: PeeringAttachmentStatus
3126
2429
  ) => any;
3127
-
3128
2430
  export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3129
-
3130
2431
  export declare const TransitGatewayPeeringAttachmentFilterSensitiveLog: (
3131
2432
  obj: TransitGatewayPeeringAttachment
3132
2433
  ) => any;
3133
-
3134
2434
  export declare const AcceptTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
3135
2435
  obj: AcceptTransitGatewayPeeringAttachmentResult
3136
2436
  ) => any;
3137
-
3138
2437
  export declare const AcceptTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
3139
2438
  obj: AcceptTransitGatewayVpcAttachmentRequest
3140
2439
  ) => any;
3141
-
3142
2440
  export declare const TransitGatewayVpcAttachmentOptionsFilterSensitiveLog: (
3143
2441
  obj: TransitGatewayVpcAttachmentOptions
3144
2442
  ) => any;
3145
-
3146
2443
  export declare const TransitGatewayVpcAttachmentFilterSensitiveLog: (
3147
2444
  obj: TransitGatewayVpcAttachment
3148
2445
  ) => any;
3149
-
3150
2446
  export declare const AcceptTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
3151
2447
  obj: AcceptTransitGatewayVpcAttachmentResult
3152
2448
  ) => any;
3153
-
3154
2449
  export declare const AcceptVpcEndpointConnectionsRequestFilterSensitiveLog: (
3155
2450
  obj: AcceptVpcEndpointConnectionsRequest
3156
2451
  ) => any;
3157
-
3158
2452
  export declare const UnsuccessfulItemErrorFilterSensitiveLog: (
3159
2453
  obj: UnsuccessfulItemError
3160
2454
  ) => any;
3161
-
3162
2455
  export declare const UnsuccessfulItemFilterSensitiveLog: (
3163
2456
  obj: UnsuccessfulItem
3164
2457
  ) => any;
3165
-
3166
2458
  export declare const AcceptVpcEndpointConnectionsResultFilterSensitiveLog: (
3167
2459
  obj: AcceptVpcEndpointConnectionsResult
3168
2460
  ) => any;
3169
-
3170
2461
  export declare const AcceptVpcPeeringConnectionRequestFilterSensitiveLog: (
3171
2462
  obj: AcceptVpcPeeringConnectionRequest
3172
2463
  ) => any;
3173
-
3174
2464
  export declare const CidrBlockFilterSensitiveLog: (obj: CidrBlock) => any;
3175
-
3176
2465
  export declare const Ipv6CidrBlockFilterSensitiveLog: (
3177
2466
  obj: Ipv6CidrBlock
3178
2467
  ) => any;
3179
-
3180
2468
  export declare const VpcPeeringConnectionOptionsDescriptionFilterSensitiveLog: (
3181
2469
  obj: VpcPeeringConnectionOptionsDescription
3182
2470
  ) => any;
3183
-
3184
2471
  export declare const VpcPeeringConnectionVpcInfoFilterSensitiveLog: (
3185
2472
  obj: VpcPeeringConnectionVpcInfo
3186
2473
  ) => any;
3187
-
3188
2474
  export declare const VpcPeeringConnectionStateReasonFilterSensitiveLog: (
3189
2475
  obj: VpcPeeringConnectionStateReason
3190
2476
  ) => any;
3191
-
3192
2477
  export declare const VpcPeeringConnectionFilterSensitiveLog: (
3193
2478
  obj: VpcPeeringConnection
3194
2479
  ) => any;
3195
-
3196
2480
  export declare const AcceptVpcPeeringConnectionResultFilterSensitiveLog: (
3197
2481
  obj: AcceptVpcPeeringConnectionResult
3198
2482
  ) => any;
3199
-
3200
2483
  export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
3201
-
3202
2484
  export declare const AnalysisAclRuleFilterSensitiveLog: (
3203
2485
  obj: AnalysisAclRule
3204
2486
  ) => any;
3205
-
3206
2487
  export declare const AnalysisComponentFilterSensitiveLog: (
3207
2488
  obj: AnalysisComponent
3208
2489
  ) => any;
3209
-
3210
2490
  export declare const AdditionalDetailFilterSensitiveLog: (
3211
2491
  obj: AdditionalDetail
3212
2492
  ) => any;
3213
-
3214
2493
  export declare const AnalysisPacketHeaderFilterSensitiveLog: (
3215
2494
  obj: AnalysisPacketHeader
3216
2495
  ) => any;
3217
-
3218
2496
  export declare const AnalysisRouteTableRouteFilterSensitiveLog: (
3219
2497
  obj: AnalysisRouteTableRoute
3220
2498
  ) => any;
3221
-
3222
2499
  export declare const AnalysisSecurityGroupRuleFilterSensitiveLog: (
3223
2500
  obj: AnalysisSecurityGroupRule
3224
2501
  ) => any;
3225
-
3226
2502
  export declare const TransitGatewayRouteTableRouteFilterSensitiveLog: (
3227
2503
  obj: TransitGatewayRouteTableRoute
3228
2504
  ) => any;
3229
-
3230
2505
  export declare const PathComponentFilterSensitiveLog: (
3231
2506
  obj: PathComponent
3232
2507
  ) => any;
3233
-
3234
2508
  export declare const AccessScopeAnalysisFindingFilterSensitiveLog: (
3235
2509
  obj: AccessScopeAnalysisFinding
3236
2510
  ) => any;
3237
-
3238
2511
  export declare const PacketHeaderStatementFilterSensitiveLog: (
3239
2512
  obj: PacketHeaderStatement
3240
2513
  ) => any;
3241
-
3242
2514
  export declare const ResourceStatementFilterSensitiveLog: (
3243
2515
  obj: ResourceStatement
3244
2516
  ) => any;
3245
-
3246
2517
  export declare const PathStatementFilterSensitiveLog: (
3247
2518
  obj: PathStatement
3248
2519
  ) => any;
3249
-
3250
2520
  export declare const ThroughResourcesStatementFilterSensitiveLog: (
3251
2521
  obj: ThroughResourcesStatement
3252
2522
  ) => any;
3253
-
3254
2523
  export declare const AccessScopePathFilterSensitiveLog: (
3255
2524
  obj: AccessScopePath
3256
2525
  ) => any;
3257
-
3258
2526
  export declare const PacketHeaderStatementRequestFilterSensitiveLog: (
3259
2527
  obj: PacketHeaderStatementRequest
3260
2528
  ) => any;
3261
-
3262
2529
  export declare const ResourceStatementRequestFilterSensitiveLog: (
3263
2530
  obj: ResourceStatementRequest
3264
2531
  ) => any;
3265
-
3266
2532
  export declare const PathStatementRequestFilterSensitiveLog: (
3267
2533
  obj: PathStatementRequest
3268
2534
  ) => any;
3269
-
3270
2535
  export declare const ThroughResourcesStatementRequestFilterSensitiveLog: (
3271
2536
  obj: ThroughResourcesStatementRequest
3272
2537
  ) => any;
3273
-
3274
2538
  export declare const AccessScopePathRequestFilterSensitiveLog: (
3275
2539
  obj: AccessScopePathRequest
3276
2540
  ) => any;
3277
-
3278
2541
  export declare const AccountAttributeValueFilterSensitiveLog: (
3279
2542
  obj: AccountAttributeValue
3280
2543
  ) => any;
3281
-
3282
2544
  export declare const AccountAttributeFilterSensitiveLog: (
3283
2545
  obj: AccountAttribute
3284
2546
  ) => any;
3285
-
3286
2547
  export declare const ActiveInstanceFilterSensitiveLog: (
3287
2548
  obj: ActiveInstance
3288
2549
  ) => any;
3289
-
2550
+ export declare const AddedPrincipalFilterSensitiveLog: (
2551
+ obj: AddedPrincipal
2552
+ ) => any;
3290
2553
  export declare const AddIpamOperatingRegionFilterSensitiveLog: (
3291
2554
  obj: AddIpamOperatingRegion
3292
2555
  ) => any;
3293
-
3294
2556
  export declare const AddPrefixListEntryFilterSensitiveLog: (
3295
2557
  obj: AddPrefixListEntry
3296
2558
  ) => any;
3297
-
3298
2559
  export declare const AddressFilterSensitiveLog: (obj: Address) => any;
3299
-
3300
2560
  export declare const PtrUpdateStatusFilterSensitiveLog: (
3301
2561
  obj: PtrUpdateStatus
3302
2562
  ) => any;
3303
-
3304
2563
  export declare const AddressAttributeFilterSensitiveLog: (
3305
2564
  obj: AddressAttribute
3306
2565
  ) => any;
3307
-
3308
2566
  export declare const AdvertiseByoipCidrRequestFilterSensitiveLog: (
3309
2567
  obj: AdvertiseByoipCidrRequest
3310
2568
  ) => any;
3311
-
3312
2569
  export declare const ByoipCidrFilterSensitiveLog: (obj: ByoipCidr) => any;
3313
-
3314
2570
  export declare const AdvertiseByoipCidrResultFilterSensitiveLog: (
3315
2571
  obj: AdvertiseByoipCidrResult
3316
2572
  ) => any;
3317
-
3318
2573
  export declare const TagSpecificationFilterSensitiveLog: (
3319
2574
  obj: TagSpecification
3320
2575
  ) => any;
3321
-
3322
2576
  export declare const AllocateAddressRequestFilterSensitiveLog: (
3323
2577
  obj: AllocateAddressRequest
3324
2578
  ) => any;
3325
-
3326
2579
  export declare const AllocateAddressResultFilterSensitiveLog: (
3327
2580
  obj: AllocateAddressResult
3328
2581
  ) => any;
3329
-
3330
2582
  export declare const AllocateHostsRequestFilterSensitiveLog: (
3331
2583
  obj: AllocateHostsRequest
3332
2584
  ) => any;
3333
-
3334
2585
  export declare const AllocateHostsResultFilterSensitiveLog: (
3335
2586
  obj: AllocateHostsResult
3336
2587
  ) => any;
3337
-
3338
2588
  export declare const AllocateIpamPoolCidrRequestFilterSensitiveLog: (
3339
2589
  obj: AllocateIpamPoolCidrRequest
3340
2590
  ) => any;
3341
-
3342
2591
  export declare const IpamPoolAllocationFilterSensitiveLog: (
3343
2592
  obj: IpamPoolAllocation
3344
2593
  ) => any;
3345
-
3346
2594
  export declare const AllocateIpamPoolCidrResultFilterSensitiveLog: (
3347
2595
  obj: AllocateIpamPoolCidrResult
3348
2596
  ) => any;
3349
-
3350
2597
  export declare const AllowedPrincipalFilterSensitiveLog: (
3351
2598
  obj: AllowedPrincipal
3352
2599
  ) => any;
3353
-
3354
2600
  export declare const AlternatePathHintFilterSensitiveLog: (
3355
2601
  obj: AlternatePathHint
3356
2602
  ) => any;
3357
-
3358
2603
  export declare const ApplySecurityGroupsToClientVpnTargetNetworkRequestFilterSensitiveLog: (
3359
2604
  obj: ApplySecurityGroupsToClientVpnTargetNetworkRequest
3360
2605
  ) => any;
3361
-
3362
2606
  export declare const ApplySecurityGroupsToClientVpnTargetNetworkResultFilterSensitiveLog: (
3363
2607
  obj: ApplySecurityGroupsToClientVpnTargetNetworkResult
3364
2608
  ) => any;
3365
-
3366
2609
  export declare const AssignIpv6AddressesRequestFilterSensitiveLog: (
3367
2610
  obj: AssignIpv6AddressesRequest
3368
2611
  ) => any;
3369
-
3370
2612
  export declare const AssignIpv6AddressesResultFilterSensitiveLog: (
3371
2613
  obj: AssignIpv6AddressesResult
3372
2614
  ) => any;
3373
-
3374
2615
  export declare const AssignPrivateIpAddressesRequestFilterSensitiveLog: (
3375
2616
  obj: AssignPrivateIpAddressesRequest
3376
2617
  ) => any;
3377
-
3378
2618
  export declare const Ipv4PrefixSpecificationFilterSensitiveLog: (
3379
2619
  obj: Ipv4PrefixSpecification
3380
2620
  ) => any;
3381
-
3382
2621
  export declare const AssignedPrivateIpAddressFilterSensitiveLog: (
3383
2622
  obj: AssignedPrivateIpAddress
3384
2623
  ) => any;
3385
-
3386
2624
  export declare const AssignPrivateIpAddressesResultFilterSensitiveLog: (
3387
2625
  obj: AssignPrivateIpAddressesResult
3388
2626
  ) => any;
3389
-
3390
2627
  export declare const AssociateAddressRequestFilterSensitiveLog: (
3391
2628
  obj: AssociateAddressRequest
3392
2629
  ) => any;
3393
-
3394
2630
  export declare const AssociateAddressResultFilterSensitiveLog: (
3395
2631
  obj: AssociateAddressResult
3396
2632
  ) => any;
3397
-
3398
2633
  export declare const AssociateClientVpnTargetNetworkRequestFilterSensitiveLog: (
3399
2634
  obj: AssociateClientVpnTargetNetworkRequest
3400
2635
  ) => any;
3401
-
3402
2636
  export declare const AssociationStatusFilterSensitiveLog: (
3403
2637
  obj: AssociationStatus
3404
2638
  ) => any;
3405
-
3406
2639
  export declare const AssociateClientVpnTargetNetworkResultFilterSensitiveLog: (
3407
2640
  obj: AssociateClientVpnTargetNetworkResult
3408
2641
  ) => any;
3409
-
3410
2642
  export declare const AssociateDhcpOptionsRequestFilterSensitiveLog: (
3411
2643
  obj: AssociateDhcpOptionsRequest
3412
2644
  ) => any;
3413
-
3414
2645
  export declare const AssociateEnclaveCertificateIamRoleRequestFilterSensitiveLog: (
3415
2646
  obj: AssociateEnclaveCertificateIamRoleRequest
3416
2647
  ) => any;
3417
-
3418
2648
  export declare const AssociateEnclaveCertificateIamRoleResultFilterSensitiveLog: (
3419
2649
  obj: AssociateEnclaveCertificateIamRoleResult
3420
2650
  ) => any;
3421
-
3422
2651
  export declare const IamInstanceProfileSpecificationFilterSensitiveLog: (
3423
2652
  obj: IamInstanceProfileSpecification
3424
2653
  ) => any;
3425
-
3426
2654
  export declare const AssociateIamInstanceProfileRequestFilterSensitiveLog: (
3427
2655
  obj: AssociateIamInstanceProfileRequest
3428
2656
  ) => any;
3429
-
3430
2657
  export declare const IamInstanceProfileFilterSensitiveLog: (
3431
2658
  obj: IamInstanceProfile
3432
2659
  ) => any;
3433
-
3434
2660
  export declare const IamInstanceProfileAssociationFilterSensitiveLog: (
3435
2661
  obj: IamInstanceProfileAssociation
3436
2662
  ) => any;
3437
-
3438
2663
  export declare const AssociateIamInstanceProfileResultFilterSensitiveLog: (
3439
2664
  obj: AssociateIamInstanceProfileResult
3440
2665
  ) => any;
3441
-
3442
2666
  export declare const InstanceEventWindowAssociationRequestFilterSensitiveLog: (
3443
2667
  obj: InstanceEventWindowAssociationRequest
3444
2668
  ) => any;
3445
-
3446
2669
  export declare const AssociateInstanceEventWindowRequestFilterSensitiveLog: (
3447
2670
  obj: AssociateInstanceEventWindowRequest
3448
2671
  ) => any;
3449
-
3450
2672
  export declare const InstanceEventWindowAssociationTargetFilterSensitiveLog: (
3451
2673
  obj: InstanceEventWindowAssociationTarget
3452
2674
  ) => any;
3453
-
3454
2675
  export declare const InstanceEventWindowTimeRangeFilterSensitiveLog: (
3455
2676
  obj: InstanceEventWindowTimeRange
3456
2677
  ) => any;
3457
-
3458
2678
  export declare const InstanceEventWindowFilterSensitiveLog: (
3459
2679
  obj: InstanceEventWindow
3460
2680
  ) => any;
3461
-
3462
2681
  export declare const AssociateInstanceEventWindowResultFilterSensitiveLog: (
3463
2682
  obj: AssociateInstanceEventWindowResult
3464
2683
  ) => any;
3465
-
3466
2684
  export declare const AssociateRouteTableRequestFilterSensitiveLog: (
3467
2685
  obj: AssociateRouteTableRequest
3468
2686
  ) => any;
3469
-
3470
2687
  export declare const RouteTableAssociationStateFilterSensitiveLog: (
3471
2688
  obj: RouteTableAssociationState
3472
2689
  ) => any;
3473
-
3474
2690
  export declare const AssociateRouteTableResultFilterSensitiveLog: (
3475
2691
  obj: AssociateRouteTableResult
3476
2692
  ) => any;
3477
-
3478
2693
  export declare const AssociateSubnetCidrBlockRequestFilterSensitiveLog: (
3479
2694
  obj: AssociateSubnetCidrBlockRequest
3480
2695
  ) => any;
3481
-
3482
2696
  export declare const SubnetCidrBlockStateFilterSensitiveLog: (
3483
2697
  obj: SubnetCidrBlockState
3484
2698
  ) => any;
3485
-
3486
2699
  export declare const SubnetIpv6CidrBlockAssociationFilterSensitiveLog: (
3487
2700
  obj: SubnetIpv6CidrBlockAssociation
3488
2701
  ) => any;
3489
-
3490
2702
  export declare const AssociateSubnetCidrBlockResultFilterSensitiveLog: (
3491
2703
  obj: AssociateSubnetCidrBlockResult
3492
2704
  ) => any;
3493
-
3494
2705
  export declare const AssociateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
3495
2706
  obj: AssociateTransitGatewayMulticastDomainRequest
3496
2707
  ) => any;
3497
-
3498
2708
  export declare const AssociateTransitGatewayMulticastDomainResultFilterSensitiveLog: (
3499
2709
  obj: AssociateTransitGatewayMulticastDomainResult
3500
2710
  ) => any;
3501
-
3502
2711
  export declare const AssociateTransitGatewayPolicyTableRequestFilterSensitiveLog: (
3503
2712
  obj: AssociateTransitGatewayPolicyTableRequest
3504
2713
  ) => any;
3505
-
3506
2714
  export declare const TransitGatewayPolicyTableAssociationFilterSensitiveLog: (
3507
2715
  obj: TransitGatewayPolicyTableAssociation
3508
2716
  ) => any;
3509
-
3510
2717
  export declare const AssociateTransitGatewayPolicyTableResultFilterSensitiveLog: (
3511
2718
  obj: AssociateTransitGatewayPolicyTableResult
3512
2719
  ) => any;
3513
-
3514
2720
  export declare const AssociateTransitGatewayRouteTableRequestFilterSensitiveLog: (
3515
2721
  obj: AssociateTransitGatewayRouteTableRequest
3516
2722
  ) => any;
3517
-
3518
2723
  export declare const TransitGatewayAssociationFilterSensitiveLog: (
3519
2724
  obj: TransitGatewayAssociation
3520
2725
  ) => any;
3521
-
3522
2726
  export declare const AssociateTransitGatewayRouteTableResultFilterSensitiveLog: (
3523
2727
  obj: AssociateTransitGatewayRouteTableResult
3524
2728
  ) => any;
3525
-
3526
2729
  export declare const AssociateTrunkInterfaceRequestFilterSensitiveLog: (
3527
2730
  obj: AssociateTrunkInterfaceRequest
3528
2731
  ) => any;
3529
-
3530
2732
  export declare const TrunkInterfaceAssociationFilterSensitiveLog: (
3531
2733
  obj: TrunkInterfaceAssociation
3532
2734
  ) => any;
3533
-
3534
2735
  export declare const AssociateTrunkInterfaceResultFilterSensitiveLog: (
3535
2736
  obj: AssociateTrunkInterfaceResult
3536
2737
  ) => any;
3537
-
3538
2738
  export declare const AssociateVpcCidrBlockRequestFilterSensitiveLog: (
3539
2739
  obj: AssociateVpcCidrBlockRequest
3540
2740
  ) => any;
3541
-
3542
2741
  export declare const VpcCidrBlockStateFilterSensitiveLog: (
3543
2742
  obj: VpcCidrBlockState
3544
2743
  ) => any;
3545
-
3546
2744
  export declare const VpcCidrBlockAssociationFilterSensitiveLog: (
3547
2745
  obj: VpcCidrBlockAssociation
3548
2746
  ) => any;
3549
-
3550
2747
  export declare const VpcIpv6CidrBlockAssociationFilterSensitiveLog: (
3551
2748
  obj: VpcIpv6CidrBlockAssociation
3552
2749
  ) => any;
3553
-
3554
2750
  export declare const AssociateVpcCidrBlockResultFilterSensitiveLog: (
3555
2751
  obj: AssociateVpcCidrBlockResult
3556
2752
  ) => any;
3557
-
3558
2753
  export declare const AttachClassicLinkVpcRequestFilterSensitiveLog: (
3559
2754
  obj: AttachClassicLinkVpcRequest
3560
2755
  ) => any;
3561
-
3562
2756
  export declare const AttachClassicLinkVpcResultFilterSensitiveLog: (
3563
2757
  obj: AttachClassicLinkVpcResult
3564
2758
  ) => any;
3565
-
3566
2759
  export declare const AttachInternetGatewayRequestFilterSensitiveLog: (
3567
2760
  obj: AttachInternetGatewayRequest
3568
2761
  ) => any;
3569
-
3570
2762
  export declare const AttachNetworkInterfaceRequestFilterSensitiveLog: (
3571
2763
  obj: AttachNetworkInterfaceRequest
3572
2764
  ) => any;
3573
-
3574
2765
  export declare const AttachNetworkInterfaceResultFilterSensitiveLog: (
3575
2766
  obj: AttachNetworkInterfaceResult
3576
2767
  ) => any;
3577
-
3578
2768
  export declare const AttachVolumeRequestFilterSensitiveLog: (
3579
2769
  obj: AttachVolumeRequest
3580
2770
  ) => any;
3581
-
3582
2771
  export declare const VolumeAttachmentFilterSensitiveLog: (
3583
2772
  obj: VolumeAttachment
3584
2773
  ) => any;
3585
-
3586
2774
  export declare const AttachVpnGatewayRequestFilterSensitiveLog: (
3587
2775
  obj: AttachVpnGatewayRequest
3588
2776
  ) => any;
3589
-
3590
2777
  export declare const VpcAttachmentFilterSensitiveLog: (
3591
2778
  obj: VpcAttachment
3592
2779
  ) => any;
3593
-
3594
2780
  export declare const AttachVpnGatewayResultFilterSensitiveLog: (
3595
2781
  obj: AttachVpnGatewayResult
3596
2782
  ) => any;
3597
-
3598
2783
  export declare const AuthorizeClientVpnIngressRequestFilterSensitiveLog: (
3599
2784
  obj: AuthorizeClientVpnIngressRequest
3600
2785
  ) => any;
3601
-
3602
2786
  export declare const ClientVpnAuthorizationRuleStatusFilterSensitiveLog: (
3603
2787
  obj: ClientVpnAuthorizationRuleStatus
3604
2788
  ) => any;
3605
-
3606
2789
  export declare const AuthorizeClientVpnIngressResultFilterSensitiveLog: (
3607
2790
  obj: AuthorizeClientVpnIngressResult
3608
2791
  ) => any;
3609
-
3610
2792
  export declare const IpRangeFilterSensitiveLog: (obj: IpRange) => any;
3611
-
3612
2793
  export declare const Ipv6RangeFilterSensitiveLog: (obj: Ipv6Range) => any;
3613
-
3614
2794
  export declare const PrefixListIdFilterSensitiveLog: (obj: PrefixListId) => any;
3615
-
3616
2795
  export declare const UserIdGroupPairFilterSensitiveLog: (
3617
2796
  obj: UserIdGroupPair
3618
2797
  ) => any;
3619
-
3620
2798
  export declare const IpPermissionFilterSensitiveLog: (obj: IpPermission) => any;
3621
-
3622
2799
  export declare const AuthorizeSecurityGroupEgressRequestFilterSensitiveLog: (
3623
2800
  obj: AuthorizeSecurityGroupEgressRequest
3624
2801
  ) => any;
3625
-
3626
2802
  export declare const ReferencedSecurityGroupFilterSensitiveLog: (
3627
2803
  obj: ReferencedSecurityGroup
3628
2804
  ) => any;
3629
-
3630
2805
  export declare const SecurityGroupRuleFilterSensitiveLog: (
3631
2806
  obj: SecurityGroupRule
3632
2807
  ) => any;
3633
-
3634
2808
  export declare const AuthorizeSecurityGroupEgressResultFilterSensitiveLog: (
3635
2809
  obj: AuthorizeSecurityGroupEgressResult
3636
2810
  ) => any;
3637
-
3638
2811
  export declare const AuthorizeSecurityGroupIngressRequestFilterSensitiveLog: (
3639
2812
  obj: AuthorizeSecurityGroupIngressRequest
3640
2813
  ) => any;
3641
-
3642
2814
  export declare const AuthorizeSecurityGroupIngressResultFilterSensitiveLog: (
3643
2815
  obj: AuthorizeSecurityGroupIngressResult
3644
2816
  ) => any;
3645
-
3646
2817
  export declare const S3StorageFilterSensitiveLog: (obj: S3Storage) => any;
3647
-
3648
2818
  export declare const StorageFilterSensitiveLog: (obj: Storage) => any;
3649
-
3650
2819
  export declare const BundleInstanceRequestFilterSensitiveLog: (
3651
2820
  obj: BundleInstanceRequest
3652
2821
  ) => any;
3653
-
3654
2822
  export declare const BundleTaskErrorFilterSensitiveLog: (
3655
2823
  obj: BundleTaskError
3656
2824
  ) => any;
3657
-
3658
2825
  export declare const BundleTaskFilterSensitiveLog: (obj: BundleTask) => any;
3659
-
3660
2826
  export declare const BundleInstanceResultFilterSensitiveLog: (
3661
2827
  obj: BundleInstanceResult
3662
2828
  ) => any;
3663
-
3664
2829
  export declare const CancelBundleTaskRequestFilterSensitiveLog: (
3665
2830
  obj: CancelBundleTaskRequest
3666
2831
  ) => any;
3667
-
3668
2832
  export declare const CancelBundleTaskResultFilterSensitiveLog: (
3669
2833
  obj: CancelBundleTaskResult
3670
2834
  ) => any;
3671
-
3672
2835
  export declare const CancelCapacityReservationRequestFilterSensitiveLog: (
3673
2836
  obj: CancelCapacityReservationRequest
3674
2837
  ) => any;
3675
-
3676
2838
  export declare const CancelCapacityReservationResultFilterSensitiveLog: (
3677
2839
  obj: CancelCapacityReservationResult
3678
2840
  ) => any;
3679
-
3680
2841
  export declare const CancelCapacityReservationFleetsRequestFilterSensitiveLog: (
3681
2842
  obj: CancelCapacityReservationFleetsRequest
3682
2843
  ) => any;
3683
-
3684
2844
  export declare const CancelCapacityReservationFleetErrorFilterSensitiveLog: (
3685
2845
  obj: CancelCapacityReservationFleetError
3686
2846
  ) => any;
3687
-
3688
2847
  export declare const FailedCapacityReservationFleetCancellationResultFilterSensitiveLog: (
3689
2848
  obj: FailedCapacityReservationFleetCancellationResult
3690
2849
  ) => any;
3691
-
3692
2850
  export declare const CapacityReservationFleetCancellationStateFilterSensitiveLog: (
3693
2851
  obj: CapacityReservationFleetCancellationState
3694
2852
  ) => any;
3695
-
3696
2853
  export declare const CancelCapacityReservationFleetsResultFilterSensitiveLog: (
3697
2854
  obj: CancelCapacityReservationFleetsResult
3698
2855
  ) => any;
3699
-
3700
2856
  export declare const CancelConversionRequestFilterSensitiveLog: (
3701
2857
  obj: CancelConversionRequest
3702
2858
  ) => any;
3703
-
3704
2859
  export declare const CancelExportTaskRequestFilterSensitiveLog: (
3705
2860
  obj: CancelExportTaskRequest
3706
2861
  ) => any;
3707
-
3708
2862
  export declare const CancelImportTaskRequestFilterSensitiveLog: (
3709
2863
  obj: CancelImportTaskRequest
3710
2864
  ) => any;
3711
-
3712
2865
  export declare const CancelImportTaskResultFilterSensitiveLog: (
3713
2866
  obj: CancelImportTaskResult
3714
2867
  ) => any;
3715
-
3716
2868
  export declare const CancelReservedInstancesListingRequestFilterSensitiveLog: (
3717
2869
  obj: CancelReservedInstancesListingRequest
3718
2870
  ) => any;
3719
-
3720
2871
  export declare const InstanceCountFilterSensitiveLog: (
3721
2872
  obj: InstanceCount
3722
2873
  ) => any;
3723
-
3724
2874
  export declare const PriceScheduleFilterSensitiveLog: (
3725
2875
  obj: PriceSchedule
3726
2876
  ) => any;
3727
-
3728
2877
  export declare const ReservedInstancesListingFilterSensitiveLog: (
3729
2878
  obj: ReservedInstancesListing
3730
2879
  ) => any;
3731
-
3732
2880
  export declare const CancelReservedInstancesListingResultFilterSensitiveLog: (
3733
2881
  obj: CancelReservedInstancesListingResult
3734
2882
  ) => any;
3735
-
3736
2883
  export declare const CancelSpotFleetRequestsRequestFilterSensitiveLog: (
3737
2884
  obj: CancelSpotFleetRequestsRequest
3738
2885
  ) => any;
3739
-
3740
2886
  export declare const CancelSpotFleetRequestsSuccessItemFilterSensitiveLog: (
3741
2887
  obj: CancelSpotFleetRequestsSuccessItem
3742
2888
  ) => any;
3743
-
3744
2889
  export declare const CancelSpotFleetRequestsErrorFilterSensitiveLog: (
3745
2890
  obj: CancelSpotFleetRequestsError
3746
2891
  ) => any;
3747
-
3748
2892
  export declare const CancelSpotFleetRequestsErrorItemFilterSensitiveLog: (
3749
2893
  obj: CancelSpotFleetRequestsErrorItem
3750
2894
  ) => any;
3751
-
3752
2895
  export declare const CancelSpotFleetRequestsResponseFilterSensitiveLog: (
3753
2896
  obj: CancelSpotFleetRequestsResponse
3754
2897
  ) => any;
3755
-
3756
2898
  export declare const CancelSpotInstanceRequestsRequestFilterSensitiveLog: (
3757
2899
  obj: CancelSpotInstanceRequestsRequest
3758
2900
  ) => any;
3759
-
3760
2901
  export declare const CancelledSpotInstanceRequestFilterSensitiveLog: (
3761
2902
  obj: CancelledSpotInstanceRequest
3762
2903
  ) => any;
3763
-
3764
2904
  export declare const CancelSpotInstanceRequestsResultFilterSensitiveLog: (
3765
2905
  obj: CancelSpotInstanceRequestsResult
3766
2906
  ) => any;
3767
-
3768
2907
  export declare const ConfirmProductInstanceRequestFilterSensitiveLog: (
3769
2908
  obj: ConfirmProductInstanceRequest
3770
2909
  ) => any;
3771
-
3772
2910
  export declare const ConfirmProductInstanceResultFilterSensitiveLog: (
3773
2911
  obj: ConfirmProductInstanceResult
3774
2912
  ) => any;
3775
-
3776
2913
  export declare const CopyFpgaImageRequestFilterSensitiveLog: (
3777
2914
  obj: CopyFpgaImageRequest
3778
2915
  ) => any;
3779
-
3780
2916
  export declare const CopyFpgaImageResultFilterSensitiveLog: (
3781
2917
  obj: CopyFpgaImageResult
3782
2918
  ) => any;
3783
-
3784
2919
  export declare const CopyImageRequestFilterSensitiveLog: (
3785
2920
  obj: CopyImageRequest
3786
2921
  ) => any;
3787
-
3788
2922
  export declare const CopyImageResultFilterSensitiveLog: (
3789
2923
  obj: CopyImageResult
3790
2924
  ) => any;
3791
-
3792
2925
  export declare const CopySnapshotRequestFilterSensitiveLog: (
3793
2926
  obj: CopySnapshotRequest
3794
2927
  ) => any;
3795
-
3796
2928
  export declare const CopySnapshotResultFilterSensitiveLog: (
3797
2929
  obj: CopySnapshotResult
3798
2930
  ) => any;
3799
-
3800
2931
  export declare const CreateCapacityReservationRequestFilterSensitiveLog: (
3801
2932
  obj: CreateCapacityReservationRequest
3802
2933
  ) => any;
3803
-
3804
2934
  export declare const CapacityReservationFilterSensitiveLog: (
3805
2935
  obj: CapacityReservation
3806
2936
  ) => any;
3807
-
3808
2937
  export declare const CreateCapacityReservationResultFilterSensitiveLog: (
3809
2938
  obj: CreateCapacityReservationResult
3810
2939
  ) => any;
3811
-
3812
2940
  export declare const ReservationFleetInstanceSpecificationFilterSensitiveLog: (
3813
2941
  obj: ReservationFleetInstanceSpecification
3814
2942
  ) => any;
3815
-
3816
2943
  export declare const CreateCapacityReservationFleetRequestFilterSensitiveLog: (
3817
2944
  obj: CreateCapacityReservationFleetRequest
3818
2945
  ) => any;
3819
-
3820
2946
  export declare const FleetCapacityReservationFilterSensitiveLog: (
3821
2947
  obj: FleetCapacityReservation
3822
2948
  ) => any;
3823
-
3824
2949
  export declare const CreateCapacityReservationFleetResultFilterSensitiveLog: (
3825
2950
  obj: CreateCapacityReservationFleetResult
3826
2951
  ) => any;
3827
-
3828
2952
  export declare const CreateCarrierGatewayRequestFilterSensitiveLog: (
3829
2953
  obj: CreateCarrierGatewayRequest
3830
2954
  ) => any;
3831
-
3832
2955
  export declare const CarrierGatewayFilterSensitiveLog: (
3833
2956
  obj: CarrierGateway
3834
2957
  ) => any;
3835
-
3836
2958
  export declare const CreateCarrierGatewayResultFilterSensitiveLog: (
3837
2959
  obj: CreateCarrierGatewayResult
3838
2960
  ) => any;
3839
-
3840
2961
  export declare const DirectoryServiceAuthenticationRequestFilterSensitiveLog: (
3841
2962
  obj: DirectoryServiceAuthenticationRequest
3842
2963
  ) => any;
3843
-
3844
2964
  export declare const FederatedAuthenticationRequestFilterSensitiveLog: (
3845
2965
  obj: FederatedAuthenticationRequest
3846
2966
  ) => any;
3847
-
3848
2967
  export declare const CertificateAuthenticationRequestFilterSensitiveLog: (
3849
2968
  obj: CertificateAuthenticationRequest
3850
2969
  ) => any;
3851
-
3852
2970
  export declare const ClientVpnAuthenticationRequestFilterSensitiveLog: (
3853
2971
  obj: ClientVpnAuthenticationRequest
3854
2972
  ) => any;
3855
-
3856
2973
  export declare const ClientConnectOptionsFilterSensitiveLog: (
3857
2974
  obj: ClientConnectOptions
3858
2975
  ) => any;
3859
-
3860
2976
  export declare const ClientLoginBannerOptionsFilterSensitiveLog: (
3861
2977
  obj: ClientLoginBannerOptions
3862
2978
  ) => any;
3863
-
3864
2979
  export declare const ConnectionLogOptionsFilterSensitiveLog: (
3865
2980
  obj: ConnectionLogOptions
3866
2981
  ) => any;
3867
-
3868
2982
  export declare const CreateClientVpnEndpointRequestFilterSensitiveLog: (
3869
2983
  obj: CreateClientVpnEndpointRequest
3870
2984
  ) => any;
3871
-
3872
2985
  export declare const ClientVpnEndpointStatusFilterSensitiveLog: (
3873
2986
  obj: ClientVpnEndpointStatus
3874
2987
  ) => any;
3875
-
3876
2988
  export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (
3877
2989
  obj: CreateClientVpnEndpointResult
3878
2990
  ) => any;
3879
-
3880
2991
  export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (
3881
2992
  obj: CreateClientVpnRouteRequest
3882
2993
  ) => any;
3883
-
3884
2994
  export declare const ClientVpnRouteStatusFilterSensitiveLog: (
3885
2995
  obj: ClientVpnRouteStatus
3886
2996
  ) => any;
3887
-
3888
2997
  export declare const CreateClientVpnRouteResultFilterSensitiveLog: (
3889
2998
  obj: CreateClientVpnRouteResult
3890
2999
  ) => any;
3891
-
3000
+ export declare const CreateCoipCidrRequestFilterSensitiveLog: (
3001
+ obj: CreateCoipCidrRequest
3002
+ ) => any;
3003
+ export declare const CoipCidrFilterSensitiveLog: (obj: CoipCidr) => any;
3004
+ export declare const CreateCoipCidrResultFilterSensitiveLog: (
3005
+ obj: CreateCoipCidrResult
3006
+ ) => any;
3007
+ export declare const CreateCoipPoolRequestFilterSensitiveLog: (
3008
+ obj: CreateCoipPoolRequest
3009
+ ) => any;
3010
+ export declare const CoipPoolFilterSensitiveLog: (obj: CoipPool) => any;
3011
+ export declare const CreateCoipPoolResultFilterSensitiveLog: (
3012
+ obj: CreateCoipPoolResult
3013
+ ) => any;
3892
3014
  export declare const CreateCustomerGatewayRequestFilterSensitiveLog: (
3893
3015
  obj: CreateCustomerGatewayRequest
3894
3016
  ) => any;
3895
-
3896
3017
  export declare const CustomerGatewayFilterSensitiveLog: (
3897
3018
  obj: CustomerGateway
3898
3019
  ) => any;
3899
-
3900
3020
  export declare const CreateCustomerGatewayResultFilterSensitiveLog: (
3901
3021
  obj: CreateCustomerGatewayResult
3902
3022
  ) => any;
3903
-
3904
3023
  export declare const CreateDefaultSubnetRequestFilterSensitiveLog: (
3905
3024
  obj: CreateDefaultSubnetRequest
3906
3025
  ) => any;
3907
-
3908
3026
  export declare const PrivateDnsNameOptionsOnLaunchFilterSensitiveLog: (
3909
3027
  obj: PrivateDnsNameOptionsOnLaunch
3910
3028
  ) => any;
3911
-
3912
3029
  export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
3913
-
3914
3030
  export declare const CreateDefaultSubnetResultFilterSensitiveLog: (
3915
3031
  obj: CreateDefaultSubnetResult
3916
3032
  ) => any;
3917
-
3918
3033
  export declare const CreateDefaultVpcRequestFilterSensitiveLog: (
3919
3034
  obj: CreateDefaultVpcRequest
3920
3035
  ) => any;
3921
-
3922
3036
  export declare const VpcFilterSensitiveLog: (obj: Vpc) => any;
3923
-
3924
3037
  export declare const CreateDefaultVpcResultFilterSensitiveLog: (
3925
3038
  obj: CreateDefaultVpcResult
3926
3039
  ) => any;
3927
-
3928
3040
  export declare const NewDhcpConfigurationFilterSensitiveLog: (
3929
3041
  obj: NewDhcpConfiguration
3930
3042
  ) => any;
3931
-
3932
3043
  export declare const CreateDhcpOptionsRequestFilterSensitiveLog: (
3933
3044
  obj: CreateDhcpOptionsRequest
3934
3045
  ) => any;
3935
-
3936
3046
  export declare const AttributeValueFilterSensitiveLog: (
3937
3047
  obj: AttributeValue
3938
3048
  ) => any;
3939
-
3940
3049
  export declare const DhcpConfigurationFilterSensitiveLog: (
3941
3050
  obj: DhcpConfiguration
3942
3051
  ) => any;
3943
-
3944
- export declare const DhcpOptionsFilterSensitiveLog: (obj: DhcpOptions) => any;
3945
-
3946
- export declare const CreateDhcpOptionsResultFilterSensitiveLog: (
3947
- obj: CreateDhcpOptionsResult
3948
- ) => any;
3949
-
3950
- export declare const CreateEgressOnlyInternetGatewayRequestFilterSensitiveLog: (
3951
- obj: CreateEgressOnlyInternetGatewayRequest
3952
- ) => any;
3953
-
3954
- export declare const InternetGatewayAttachmentFilterSensitiveLog: (
3955
- obj: InternetGatewayAttachment
3956
- ) => any;
3957
-
3958
- export declare const EgressOnlyInternetGatewayFilterSensitiveLog: (
3959
- obj: EgressOnlyInternetGateway
3960
- ) => any;
3961
-
3962
- export declare const CreateEgressOnlyInternetGatewayResultFilterSensitiveLog: (
3963
- obj: CreateEgressOnlyInternetGatewayResult
3964
- ) => any;