@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,6 +1,7 @@
1
1
  import {
2
2
  _InstanceType,
3
3
  AccessScopeAnalysisFinding,
4
+ AddedPrincipal,
4
5
  AddIpamOperatingRegion,
5
6
  AddPrefixListEntry,
6
7
  AddressAttribute,
@@ -8,7 +9,6 @@ import {
8
9
  ApplianceModeSupportValue,
9
10
  AttributeValue,
10
11
  AutoPlacement,
11
- ByoipCidr,
12
12
  CapacityReservationState,
13
13
  ClientConnectOptions,
14
14
  ClientLoginBannerOptions,
@@ -16,7 +16,6 @@ import {
16
16
  CurrencyCodeValues,
17
17
  DnsSupportValue,
18
18
  EndDateType,
19
- FleetExcessCapacityTerminationPolicy,
20
19
  HostnameType,
21
20
  HostRecovery,
22
21
  InstanceEventWindow,
@@ -34,12 +33,10 @@ import {
34
33
  UnsuccessfulItem,
35
34
  } from "./models_0";
36
35
  import {
37
- AutoAcceptSharedAttachmentsValue,
38
36
  CapacityReservationPreference,
39
37
  CapacityReservationTarget,
40
- DefaultRouteTableAssociationValue,
41
- DefaultRouteTablePropagationValue,
42
38
  DiskImageFormat,
39
+ FleetExcessCapacityTerminationPolicy,
43
40
  FleetLaunchTemplateConfigRequest,
44
41
  InstanceEventWindowTimeRangeRequest,
45
42
  InstanceRequirementsRequest,
@@ -65,11 +62,12 @@ import {
65
62
  TrafficMirrorNetworkService,
66
63
  TrafficMirrorPortRangeRequest,
67
64
  TrafficMirrorRuleAction,
68
- TrafficMirrorSession,
69
65
  VolumeType,
70
- VpnEcmpSupportValue,
71
66
  } from "./models_1";
72
67
  import {
68
+ AutoAcceptSharedAttachmentsValue,
69
+ DefaultRouteTableAssociationValue,
70
+ DefaultRouteTablePropagationValue,
73
71
  DnsOptionsSpecification,
74
72
  Filter,
75
73
  IKEVersionsRequestListValue,
@@ -82,13 +80,14 @@ import {
82
80
  Phase2DHGroupNumbersRequestListValue,
83
81
  Phase2EncryptionAlgorithmsRequestListValue,
84
82
  Phase2IntegrityAlgorithmsRequestListValue,
83
+ TrafficMirrorSession,
85
84
  TransitGateway,
86
85
  TransitGatewayPrefixListReference,
87
86
  VpnConnection,
87
+ VpnEcmpSupportValue,
88
88
  VpnTunnelLogOptionsSpecification,
89
89
  } from "./models_2";
90
90
  import {
91
- AnalysisStatus,
92
91
  ArchitectureType,
93
92
  ArchitectureValues,
94
93
  AttributeBooleanValue,
@@ -115,86 +114,131 @@ import {
115
114
  VirtualizationType,
116
115
  } from "./models_3";
117
116
  import {
118
- ClientCertificateRevocationListStatusCode,
117
+ AnalysisStatus,
119
118
  CreateVolumePermission,
119
+ EnableFastSnapshotRestoreStateErrorItem,
120
+ EnableFastSnapshotRestoreSuccessItem,
120
121
  ExcessCapacityTerminationPolicy,
121
122
  LaunchTemplateConfig,
122
- PublicIpv4PoolRange,
123
123
  ReservedInstancesConfiguration,
124
124
  SnapshotAttributeName,
125
+ TransitGatewayPropagation,
125
126
  TransitGatewayPropagationState,
126
127
  VolumeModification,
127
128
  } from "./models_4";
128
-
129
+ export interface EnableFastSnapshotRestoreErrorItem {
130
+ SnapshotId?: string;
131
+ FastSnapshotRestoreStateErrors?: EnableFastSnapshotRestoreStateErrorItem[];
132
+ }
133
+ export interface EnableFastSnapshotRestoresResult {
134
+ Successful?: EnableFastSnapshotRestoreSuccessItem[];
135
+ Unsuccessful?: EnableFastSnapshotRestoreErrorItem[];
136
+ }
137
+ export interface EnableImageDeprecationRequest {
138
+ ImageId: string | undefined;
139
+ DeprecateAt: Date | undefined;
140
+ DryRun?: boolean;
141
+ }
142
+ export interface EnableImageDeprecationResult {
143
+ Return?: boolean;
144
+ }
145
+ export interface EnableIpamOrganizationAdminAccountRequest {
146
+ DryRun?: boolean;
147
+ DelegatedAdminAccountId: string | undefined;
148
+ }
149
+ export interface EnableIpamOrganizationAdminAccountResult {
150
+ Success?: boolean;
151
+ }
152
+ export interface EnableSerialConsoleAccessRequest {
153
+ DryRun?: boolean;
154
+ }
155
+ export interface EnableSerialConsoleAccessResult {
156
+ SerialConsoleAccessEnabled?: boolean;
157
+ }
158
+ export interface EnableTransitGatewayRouteTablePropagationRequest {
159
+ TransitGatewayRouteTableId: string | undefined;
160
+ TransitGatewayAttachmentId?: string;
161
+ DryRun?: boolean;
162
+ TransitGatewayRouteTableAnnouncementId?: string;
163
+ }
164
+ export interface EnableTransitGatewayRouteTablePropagationResult {
165
+ Propagation?: TransitGatewayPropagation;
166
+ }
167
+ export interface EnableVgwRoutePropagationRequest {
168
+ GatewayId: string | undefined;
169
+ RouteTableId: string | undefined;
170
+ DryRun?: boolean;
171
+ }
172
+ export interface EnableVolumeIORequest {
173
+ DryRun?: boolean;
174
+ VolumeId: string | undefined;
175
+ }
176
+ export interface EnableVpcClassicLinkRequest {
177
+ DryRun?: boolean;
178
+ VpcId: string | undefined;
179
+ }
180
+ export interface EnableVpcClassicLinkResult {
181
+ Return?: boolean;
182
+ }
183
+ export interface EnableVpcClassicLinkDnsSupportRequest {
184
+ VpcId?: string;
185
+ }
186
+ export interface EnableVpcClassicLinkDnsSupportResult {
187
+ Return?: boolean;
188
+ }
189
+ export interface ExportClientVpnClientCertificateRevocationListRequest {
190
+ ClientVpnEndpointId: string | undefined;
191
+ DryRun?: boolean;
192
+ }
193
+ export declare enum ClientCertificateRevocationListStatusCode {
194
+ active = "active",
195
+ pending = "pending",
196
+ }
129
197
  export interface ClientCertificateRevocationListStatus {
130
198
  Code?: ClientCertificateRevocationListStatusCode | string;
131
-
132
199
  Message?: string;
133
200
  }
134
201
  export interface ExportClientVpnClientCertificateRevocationListResult {
135
202
  CertificateRevocationList?: string;
136
-
137
203
  Status?: ClientCertificateRevocationListStatus;
138
204
  }
139
205
  export interface ExportClientVpnClientConfigurationRequest {
140
206
  ClientVpnEndpointId: string | undefined;
141
-
142
207
  DryRun?: boolean;
143
208
  }
144
209
  export interface ExportClientVpnClientConfigurationResult {
145
210
  ClientConfiguration?: string;
146
211
  }
147
-
148
212
  export interface ExportTaskS3LocationRequest {
149
213
  S3Bucket: string | undefined;
150
-
151
214
  S3Prefix?: string;
152
215
  }
153
216
  export interface ExportImageRequest {
154
217
  ClientToken?: string;
155
-
156
218
  Description?: string;
157
-
158
219
  DiskImageFormat: DiskImageFormat | string | undefined;
159
-
160
220
  DryRun?: boolean;
161
-
162
221
  ImageId: string | undefined;
163
-
164
222
  S3ExportLocation: ExportTaskS3LocationRequest | undefined;
165
-
166
223
  RoleName?: string;
167
-
168
224
  TagSpecifications?: TagSpecification[];
169
225
  }
170
226
  export interface ExportImageResult {
171
227
  Description?: string;
172
-
173
228
  DiskImageFormat?: DiskImageFormat | string;
174
-
175
229
  ExportImageTaskId?: string;
176
-
177
230
  ImageId?: string;
178
-
179
231
  RoleName?: string;
180
-
181
232
  Progress?: string;
182
-
183
233
  S3ExportLocation?: ExportTaskS3Location;
184
-
185
234
  Status?: string;
186
-
187
235
  StatusMessage?: string;
188
-
189
236
  Tags?: Tag[];
190
237
  }
191
238
  export interface ExportTransitGatewayRoutesRequest {
192
239
  TransitGatewayRouteTableId: string | undefined;
193
-
194
240
  Filters?: Filter[];
195
-
196
241
  S3Bucket: string | undefined;
197
-
198
242
  DryRun?: boolean;
199
243
  }
200
244
  export interface ExportTransitGatewayRoutesResult {
@@ -202,17 +246,12 @@ export interface ExportTransitGatewayRoutesResult {
202
246
  }
203
247
  export interface GetAssociatedEnclaveCertificateIamRolesRequest {
204
248
  CertificateArn?: string;
205
-
206
249
  DryRun?: boolean;
207
250
  }
208
-
209
251
  export interface AssociatedRole {
210
252
  AssociatedRoleArn?: string;
211
-
212
253
  CertificateS3BucketName?: string;
213
-
214
254
  CertificateS3ObjectKey?: string;
215
-
216
255
  EncryptionKmsKeyId?: string;
217
256
  }
218
257
  export interface GetAssociatedEnclaveCertificateIamRolesResult {
@@ -220,122 +259,86 @@ export interface GetAssociatedEnclaveCertificateIamRolesResult {
220
259
  }
221
260
  export interface GetAssociatedIpv6PoolCidrsRequest {
222
261
  PoolId: string | undefined;
223
-
224
262
  NextToken?: string;
225
-
226
263
  MaxResults?: number;
227
-
228
264
  DryRun?: boolean;
229
265
  }
230
-
231
266
  export interface Ipv6CidrAssociation {
232
267
  Ipv6Cidr?: string;
233
-
234
268
  AssociatedResource?: string;
235
269
  }
236
270
  export interface GetAssociatedIpv6PoolCidrsResult {
237
271
  Ipv6CidrAssociations?: Ipv6CidrAssociation[];
238
-
239
272
  NextToken?: string;
240
273
  }
241
274
  export interface GetCapacityReservationUsageRequest {
242
275
  CapacityReservationId: string | undefined;
243
-
244
276
  NextToken?: string;
245
-
246
277
  MaxResults?: number;
247
-
248
278
  DryRun?: boolean;
249
279
  }
250
-
251
280
  export interface InstanceUsage {
252
281
  AccountId?: string;
253
-
254
282
  UsedInstanceCount?: number;
255
283
  }
256
284
  export interface GetCapacityReservationUsageResult {
257
285
  NextToken?: string;
258
-
259
286
  CapacityReservationId?: string;
260
-
261
287
  InstanceType?: string;
262
-
263
288
  TotalInstanceCount?: number;
264
-
265
289
  AvailableInstanceCount?: number;
266
-
267
290
  State?: CapacityReservationState | string;
268
-
269
291
  InstanceUsages?: InstanceUsage[];
270
292
  }
271
293
  export interface GetCoipPoolUsageRequest {
272
294
  PoolId: string | undefined;
273
-
274
295
  Filters?: Filter[];
275
-
276
296
  MaxResults?: number;
277
-
278
297
  NextToken?: string;
279
-
280
298
  DryRun?: boolean;
281
299
  }
282
-
283
300
  export interface CoipAddressUsage {
284
301
  AllocationId?: string;
285
-
286
302
  AwsAccountId?: string;
287
-
288
303
  AwsService?: string;
289
-
290
304
  CoIp?: string;
291
305
  }
292
306
  export interface GetCoipPoolUsageResult {
293
307
  CoipPoolId?: string;
294
-
295
308
  CoipAddressUsages?: CoipAddressUsage[];
296
-
297
309
  LocalGatewayRouteTableId?: string;
298
310
  }
299
311
  export interface GetConsoleOutputRequest {
300
312
  InstanceId: string | undefined;
301
-
302
313
  DryRun?: boolean;
303
-
304
314
  Latest?: boolean;
305
315
  }
306
316
  export interface GetConsoleOutputResult {
307
317
  InstanceId?: string;
308
-
309
318
  Output?: string;
310
-
311
319
  Timestamp?: Date;
312
320
  }
313
321
  export interface GetConsoleScreenshotRequest {
314
322
  DryRun?: boolean;
315
-
316
323
  InstanceId: string | undefined;
317
-
318
324
  WakeUp?: boolean;
319
325
  }
320
326
  export interface GetConsoleScreenshotResult {
321
327
  ImageData?: string;
322
-
323
328
  InstanceId?: string;
324
329
  }
325
- export declare type UnlimitedSupportedInstanceFamily =
326
- | "t2"
327
- | "t3"
328
- | "t3a"
329
- | "t4g";
330
+ export declare enum UnlimitedSupportedInstanceFamily {
331
+ t2 = "t2",
332
+ t3 = "t3",
333
+ t3a = "t3a",
334
+ t4g = "t4g",
335
+ }
330
336
  export interface GetDefaultCreditSpecificationRequest {
331
337
  DryRun?: boolean;
332
-
333
338
  InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
334
339
  }
335
-
336
340
  export interface InstanceFamilyCreditSpecification {
337
341
  InstanceFamily?: UnlimitedSupportedInstanceFamily | string;
338
-
339
342
  CpuCredits?: string;
340
343
  }
341
344
  export interface GetDefaultCreditSpecificationResult {
@@ -359,27 +362,19 @@ export declare enum PartitionLoadFrequency {
359
362
  NONE = "none",
360
363
  WEEKLY = "weekly",
361
364
  }
362
-
363
365
  export interface AthenaIntegration {
364
366
  IntegrationResultS3DestinationArn: string | undefined;
365
-
366
367
  PartitionLoadFrequency: PartitionLoadFrequency | string | undefined;
367
-
368
368
  PartitionStartDate?: Date;
369
-
370
369
  PartitionEndDate?: Date;
371
370
  }
372
-
373
371
  export interface IntegrateServices {
374
372
  AthenaIntegrations?: AthenaIntegration[];
375
373
  }
376
374
  export interface GetFlowLogsIntegrationTemplateRequest {
377
375
  DryRun?: boolean;
378
-
379
376
  FlowLogId: string | undefined;
380
-
381
377
  ConfigDeliveryS3DestinationArn: string | undefined;
382
-
383
378
  IntegrateServices: IntegrateServices | undefined;
384
379
  }
385
380
  export interface GetFlowLogsIntegrationTemplateResult {
@@ -387,103 +382,69 @@ export interface GetFlowLogsIntegrationTemplateResult {
387
382
  }
388
383
  export interface GetGroupsForCapacityReservationRequest {
389
384
  CapacityReservationId: string | undefined;
390
-
391
385
  NextToken?: string;
392
-
393
386
  MaxResults?: number;
394
-
395
387
  DryRun?: boolean;
396
388
  }
397
-
398
389
  export interface CapacityReservationGroup {
399
390
  GroupArn?: string;
400
-
401
391
  OwnerId?: string;
402
392
  }
403
393
  export interface GetGroupsForCapacityReservationResult {
404
394
  NextToken?: string;
405
-
406
395
  CapacityReservationGroups?: CapacityReservationGroup[];
407
396
  }
408
397
  export interface GetHostReservationPurchasePreviewRequest {
409
398
  HostIdSet: string[] | undefined;
410
-
411
399
  OfferingId: string | undefined;
412
400
  }
413
-
414
401
  export interface Purchase {
415
402
  CurrencyCode?: CurrencyCodeValues | string;
416
-
417
403
  Duration?: number;
418
-
419
404
  HostIdSet?: string[];
420
-
421
405
  HostReservationId?: string;
422
-
423
406
  HourlyPrice?: string;
424
-
425
407
  InstanceFamily?: string;
426
-
427
408
  PaymentOption?: PaymentOption | string;
428
-
429
409
  UpfrontPrice?: string;
430
410
  }
431
411
  export interface GetHostReservationPurchasePreviewResult {
432
412
  CurrencyCode?: CurrencyCodeValues | string;
433
-
434
413
  Purchase?: Purchase[];
435
-
436
414
  TotalHourlyPrice?: string;
437
-
438
415
  TotalUpfrontPrice?: string;
439
416
  }
440
417
  export interface GetInstanceTypesFromInstanceRequirementsRequest {
441
418
  DryRun?: boolean;
442
-
443
419
  ArchitectureTypes: (ArchitectureType | string)[] | undefined;
444
-
445
420
  VirtualizationTypes: (VirtualizationType | string)[] | undefined;
446
-
447
421
  InstanceRequirements: InstanceRequirementsRequest | undefined;
448
-
449
422
  MaxResults?: number;
450
-
451
423
  NextToken?: string;
452
424
  }
453
-
454
425
  export interface InstanceTypeInfoFromInstanceRequirements {
455
426
  InstanceType?: string;
456
427
  }
457
428
  export interface GetInstanceTypesFromInstanceRequirementsResult {
458
429
  InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
459
-
460
430
  NextToken?: string;
461
431
  }
462
432
  export interface GetInstanceUefiDataRequest {
463
433
  InstanceId: string | undefined;
464
-
465
434
  DryRun?: boolean;
466
435
  }
467
436
  export interface GetInstanceUefiDataResult {
468
437
  InstanceId?: string;
469
-
470
438
  UefiData?: string;
471
439
  }
472
440
  export interface GetIpamAddressHistoryRequest {
473
441
  DryRun?: boolean;
474
-
475
442
  Cidr: string | undefined;
476
-
477
443
  IpamScopeId: string | undefined;
478
-
479
444
  VpcId?: string;
480
-
481
445
  StartTime?: Date;
482
-
483
446
  EndTime?: Date;
484
-
485
447
  MaxResults?: number;
486
-
487
448
  NextToken?: string;
488
449
  }
489
450
  export declare enum IpamComplianceStatus {
@@ -504,67 +465,44 @@ export declare enum IpamAddressHistoryResourceType {
504
465
  subnet = "subnet",
505
466
  vpc = "vpc",
506
467
  }
507
-
508
468
  export interface IpamAddressHistoryRecord {
509
469
  ResourceOwnerId?: string;
510
-
511
470
  ResourceRegion?: string;
512
-
513
471
  ResourceType?: IpamAddressHistoryResourceType | string;
514
-
515
472
  ResourceId?: string;
516
-
517
473
  ResourceCidr?: string;
518
-
519
474
  ResourceName?: string;
520
-
521
475
  ResourceComplianceStatus?: IpamComplianceStatus | string;
522
-
523
476
  ResourceOverlapStatus?: IpamOverlapStatus | string;
524
-
525
477
  VpcId?: string;
526
-
527
478
  SampledStartTime?: Date;
528
-
529
479
  SampledEndTime?: Date;
530
480
  }
531
481
  export interface GetIpamAddressHistoryResult {
532
482
  HistoryRecords?: IpamAddressHistoryRecord[];
533
-
534
483
  NextToken?: string;
535
484
  }
536
485
  export interface GetIpamPoolAllocationsRequest {
537
486
  DryRun?: boolean;
538
-
539
487
  IpamPoolId: string | undefined;
540
-
541
488
  IpamPoolAllocationId?: string;
542
-
543
489
  Filters?: Filter[];
544
-
545
490
  MaxResults?: number;
546
-
547
491
  NextToken?: string;
548
492
  }
549
493
  export interface GetIpamPoolAllocationsResult {
550
494
  IpamPoolAllocations?: IpamPoolAllocation[];
551
-
552
495
  NextToken?: string;
553
496
  }
554
497
  export interface GetIpamPoolCidrsRequest {
555
498
  DryRun?: boolean;
556
-
557
499
  IpamPoolId: string | undefined;
558
-
559
500
  Filters?: Filter[];
560
-
561
501
  MaxResults?: number;
562
-
563
502
  NextToken?: string;
564
503
  }
565
504
  export interface GetIpamPoolCidrsResult {
566
505
  IpamPoolCidrs?: IpamPoolCidr[];
567
-
568
506
  NextToken?: string;
569
507
  }
570
508
  export declare enum IpamResourceType {
@@ -576,23 +514,14 @@ export declare enum IpamResourceType {
576
514
  }
577
515
  export interface GetIpamResourceCidrsRequest {
578
516
  DryRun?: boolean;
579
-
580
517
  Filters?: Filter[];
581
-
582
518
  MaxResults?: number;
583
-
584
519
  NextToken?: string;
585
-
586
520
  IpamScopeId: string | undefined;
587
-
588
521
  IpamPoolId?: string;
589
-
590
522
  ResourceId?: string;
591
-
592
523
  ResourceType?: IpamResourceType | string;
593
-
594
524
  ResourceTag?: RequestIpamResourceTag;
595
-
596
525
  ResourceOwner?: string;
597
526
  }
598
527
  export declare enum IpamManagementState {
@@ -600,46 +529,29 @@ export declare enum IpamManagementState {
600
529
  managed = "managed",
601
530
  unmanaged = "unmanaged",
602
531
  }
603
-
604
532
  export interface IpamResourceCidr {
605
533
  IpamId?: string;
606
-
607
534
  IpamScopeId?: string;
608
-
609
535
  IpamPoolId?: string;
610
-
611
536
  ResourceRegion?: string;
612
-
613
537
  ResourceOwnerId?: string;
614
-
615
538
  ResourceId?: string;
616
-
617
539
  ResourceName?: string;
618
-
619
540
  ResourceCidr?: string;
620
-
621
541
  ResourceType?: IpamResourceType | string;
622
-
623
542
  ResourceTags?: IpamResourceTag[];
624
-
625
543
  IpUsage?: number;
626
-
627
544
  ComplianceStatus?: IpamComplianceStatus | string;
628
-
629
545
  ManagementState?: IpamManagementState | string;
630
-
631
546
  OverlapStatus?: IpamOverlapStatus | string;
632
-
633
547
  VpcId?: string;
634
548
  }
635
549
  export interface GetIpamResourceCidrsResult {
636
550
  NextToken?: string;
637
-
638
551
  IpamResourceCidrs?: IpamResourceCidr[];
639
552
  }
640
553
  export interface GetLaunchTemplateDataRequest {
641
554
  DryRun?: boolean;
642
-
643
555
  InstanceId: string | undefined;
644
556
  }
645
557
  export interface GetLaunchTemplateDataResult {
@@ -647,67 +559,47 @@ export interface GetLaunchTemplateDataResult {
647
559
  }
648
560
  export interface GetManagedPrefixListAssociationsRequest {
649
561
  DryRun?: boolean;
650
-
651
562
  PrefixListId: string | undefined;
652
-
653
563
  MaxResults?: number;
654
-
655
564
  NextToken?: string;
656
565
  }
657
-
658
566
  export interface PrefixListAssociation {
659
567
  ResourceId?: string;
660
-
661
568
  ResourceOwner?: string;
662
569
  }
663
570
  export interface GetManagedPrefixListAssociationsResult {
664
571
  PrefixListAssociations?: PrefixListAssociation[];
665
-
666
572
  NextToken?: string;
667
573
  }
668
574
  export interface GetManagedPrefixListEntriesRequest {
669
575
  DryRun?: boolean;
670
-
671
576
  PrefixListId: string | undefined;
672
-
673
577
  TargetVersion?: number;
674
-
675
578
  MaxResults?: number;
676
-
677
579
  NextToken?: string;
678
580
  }
679
-
680
581
  export interface PrefixListEntry {
681
582
  Cidr?: string;
682
-
683
583
  Description?: string;
684
584
  }
685
585
  export interface GetManagedPrefixListEntriesResult {
686
586
  Entries?: PrefixListEntry[];
687
-
688
587
  NextToken?: string;
689
588
  }
690
589
  export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
691
590
  NetworkInsightsAccessScopeAnalysisId: string | undefined;
692
-
693
591
  MaxResults?: number;
694
-
695
592
  NextToken?: string;
696
-
697
593
  DryRun?: boolean;
698
594
  }
699
595
  export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
700
596
  NetworkInsightsAccessScopeAnalysisId?: string;
701
-
702
597
  AnalysisStatus?: AnalysisStatus | string;
703
-
704
598
  AnalysisFindings?: AccessScopeAnalysisFinding[];
705
-
706
599
  NextToken?: string;
707
600
  }
708
601
  export interface GetNetworkInsightsAccessScopeContentRequest {
709
602
  NetworkInsightsAccessScopeId: string | undefined;
710
-
711
603
  DryRun?: boolean;
712
604
  }
713
605
  export interface GetNetworkInsightsAccessScopeContentResult {
@@ -715,68 +607,44 @@ export interface GetNetworkInsightsAccessScopeContentResult {
715
607
  }
716
608
  export interface GetPasswordDataRequest {
717
609
  InstanceId: string | undefined;
718
-
719
610
  DryRun?: boolean;
720
611
  }
721
612
  export interface GetPasswordDataResult {
722
613
  InstanceId?: string;
723
-
724
614
  PasswordData?: string;
725
-
726
615
  Timestamp?: Date;
727
616
  }
728
-
729
617
  export interface GetReservedInstancesExchangeQuoteRequest {
730
618
  DryRun?: boolean;
731
-
732
619
  ReservedInstanceIds: string[] | undefined;
733
-
734
620
  TargetConfigurations?: TargetConfigurationRequest[];
735
621
  }
736
-
737
622
  export interface ReservationValue {
738
623
  HourlyPrice?: string;
739
-
740
624
  RemainingTotalValue?: string;
741
-
742
625
  RemainingUpfrontValue?: string;
743
626
  }
744
-
745
627
  export interface ReservedInstanceReservationValue {
746
628
  ReservationValue?: ReservationValue;
747
-
748
629
  ReservedInstanceId?: string;
749
630
  }
750
-
751
631
  export interface TargetConfiguration {
752
632
  InstanceCount?: number;
753
-
754
633
  OfferingId?: string;
755
634
  }
756
-
757
635
  export interface TargetReservationValue {
758
636
  ReservationValue?: ReservationValue;
759
-
760
637
  TargetConfiguration?: TargetConfiguration;
761
638
  }
762
-
763
639
  export interface GetReservedInstancesExchangeQuoteResult {
764
640
  CurrencyCode?: string;
765
-
766
641
  IsValidExchange?: boolean;
767
-
768
642
  OutputReservedInstancesWillExpireAt?: Date;
769
-
770
643
  PaymentDue?: string;
771
-
772
644
  ReservedInstanceValueRollup?: ReservationValue;
773
-
774
645
  ReservedInstanceValueSet?: ReservedInstanceReservationValue[];
775
-
776
646
  TargetConfigurationValueRollup?: ReservationValue;
777
-
778
647
  TargetConfigurationValueSet?: TargetReservationValue[];
779
-
780
648
  ValidationFailureReason?: string;
781
649
  }
782
650
  export interface GetSerialConsoleAccessStatusRequest {
@@ -785,167 +653,109 @@ export interface GetSerialConsoleAccessStatusRequest {
785
653
  export interface GetSerialConsoleAccessStatusResult {
786
654
  SerialConsoleAccessEnabled?: boolean;
787
655
  }
788
-
789
656
  export interface InstanceRequirementsWithMetadataRequest {
790
657
  ArchitectureTypes?: (ArchitectureType | string)[];
791
-
792
658
  VirtualizationTypes?: (VirtualizationType | string)[];
793
-
794
659
  InstanceRequirements?: InstanceRequirementsRequest;
795
660
  }
796
661
  export interface GetSpotPlacementScoresRequest {
797
662
  InstanceTypes?: string[];
798
-
799
663
  TargetCapacity: number | undefined;
800
-
801
664
  TargetCapacityUnitType?: TargetCapacityUnitType | string;
802
-
803
665
  SingleAvailabilityZone?: boolean;
804
-
805
666
  RegionNames?: string[];
806
-
807
667
  InstanceRequirementsWithMetadata?: InstanceRequirementsWithMetadataRequest;
808
-
809
668
  DryRun?: boolean;
810
-
811
669
  MaxResults?: number;
812
-
813
670
  NextToken?: string;
814
671
  }
815
-
816
672
  export interface SpotPlacementScore {
817
673
  Region?: string;
818
-
819
674
  AvailabilityZoneId?: string;
820
-
821
675
  Score?: number;
822
676
  }
823
677
  export interface GetSpotPlacementScoresResult {
824
678
  SpotPlacementScores?: SpotPlacementScore[];
825
-
826
679
  NextToken?: string;
827
680
  }
828
681
  export interface GetSubnetCidrReservationsRequest {
829
682
  Filters?: Filter[];
830
-
831
683
  SubnetId: string | undefined;
832
-
833
684
  DryRun?: boolean;
834
-
835
685
  NextToken?: string;
836
-
837
686
  MaxResults?: number;
838
687
  }
839
688
  export interface GetSubnetCidrReservationsResult {
840
689
  SubnetIpv4CidrReservations?: SubnetCidrReservation[];
841
-
842
690
  SubnetIpv6CidrReservations?: SubnetCidrReservation[];
843
-
844
691
  NextToken?: string;
845
692
  }
846
693
  export interface GetTransitGatewayAttachmentPropagationsRequest {
847
694
  TransitGatewayAttachmentId: string | undefined;
848
-
849
695
  Filters?: Filter[];
850
-
851
696
  MaxResults?: number;
852
-
853
697
  NextToken?: string;
854
-
855
698
  DryRun?: boolean;
856
699
  }
857
-
858
700
  export interface TransitGatewayAttachmentPropagation {
859
701
  TransitGatewayRouteTableId?: string;
860
-
861
702
  State?: TransitGatewayPropagationState | string;
862
703
  }
863
704
  export interface GetTransitGatewayAttachmentPropagationsResult {
864
705
  TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
865
-
866
706
  NextToken?: string;
867
707
  }
868
708
  export interface GetTransitGatewayMulticastDomainAssociationsRequest {
869
709
  TransitGatewayMulticastDomainId?: string;
870
-
871
710
  Filters?: Filter[];
872
-
873
711
  MaxResults?: number;
874
-
875
712
  NextToken?: string;
876
-
877
713
  DryRun?: boolean;
878
714
  }
879
-
880
715
  export interface TransitGatewayMulticastDomainAssociation {
881
716
  TransitGatewayAttachmentId?: string;
882
-
883
717
  ResourceId?: string;
884
-
885
718
  ResourceType?: TransitGatewayAttachmentResourceType | string;
886
-
887
719
  ResourceOwnerId?: string;
888
-
889
720
  Subnet?: SubnetAssociation;
890
721
  }
891
722
  export interface GetTransitGatewayMulticastDomainAssociationsResult {
892
723
  MulticastDomainAssociations?: TransitGatewayMulticastDomainAssociation[];
893
-
894
724
  NextToken?: string;
895
725
  }
896
726
  export interface GetTransitGatewayPolicyTableAssociationsRequest {
897
727
  TransitGatewayPolicyTableId: string | undefined;
898
-
899
728
  Filters?: Filter[];
900
-
901
729
  MaxResults?: number;
902
-
903
730
  NextToken?: string;
904
-
905
731
  DryRun?: boolean;
906
732
  }
907
733
  export interface GetTransitGatewayPolicyTableAssociationsResult {
908
734
  Associations?: TransitGatewayPolicyTableAssociation[];
909
-
910
735
  NextToken?: string;
911
736
  }
912
737
  export interface GetTransitGatewayPolicyTableEntriesRequest {
913
738
  TransitGatewayPolicyTableId: string | undefined;
914
-
915
739
  Filters?: Filter[];
916
-
917
740
  MaxResults?: number;
918
-
919
741
  NextToken?: string;
920
-
921
742
  DryRun?: boolean;
922
743
  }
923
-
924
744
  export interface TransitGatewayPolicyRuleMetaData {
925
745
  MetaDataKey?: string;
926
-
927
746
  MetaDataValue?: string;
928
747
  }
929
-
930
748
  export interface TransitGatewayPolicyRule {
931
749
  SourceCidrBlock?: string;
932
-
933
750
  SourcePortRange?: string;
934
-
935
751
  DestinationCidrBlock?: string;
936
-
937
752
  DestinationPortRange?: string;
938
-
939
753
  Protocol?: string;
940
-
941
754
  MetaData?: TransitGatewayPolicyRuleMetaData;
942
755
  }
943
-
944
756
  export interface TransitGatewayPolicyTableEntry {
945
757
  PolicyRuleNumber?: string;
946
-
947
758
  PolicyRule?: TransitGatewayPolicyRule;
948
-
949
759
  TargetRouteTableId?: string;
950
760
  }
951
761
  export interface GetTransitGatewayPolicyTableEntriesResult {
@@ -953,81 +763,54 @@ export interface GetTransitGatewayPolicyTableEntriesResult {
953
763
  }
954
764
  export interface GetTransitGatewayPrefixListReferencesRequest {
955
765
  TransitGatewayRouteTableId: string | undefined;
956
-
957
766
  Filters?: Filter[];
958
-
959
767
  MaxResults?: number;
960
-
961
768
  NextToken?: string;
962
-
963
769
  DryRun?: boolean;
964
770
  }
965
771
  export interface GetTransitGatewayPrefixListReferencesResult {
966
772
  TransitGatewayPrefixListReferences?: TransitGatewayPrefixListReference[];
967
-
968
773
  NextToken?: string;
969
774
  }
970
775
  export interface GetTransitGatewayRouteTableAssociationsRequest {
971
776
  TransitGatewayRouteTableId: string | undefined;
972
-
973
777
  Filters?: Filter[];
974
-
975
778
  MaxResults?: number;
976
-
977
779
  NextToken?: string;
978
-
979
780
  DryRun?: boolean;
980
781
  }
981
-
982
782
  export interface TransitGatewayRouteTableAssociation {
983
783
  TransitGatewayAttachmentId?: string;
984
-
985
784
  ResourceId?: string;
986
-
987
785
  ResourceType?: TransitGatewayAttachmentResourceType | string;
988
-
989
786
  State?: TransitGatewayAssociationState | string;
990
787
  }
991
788
  export interface GetTransitGatewayRouteTableAssociationsResult {
992
789
  Associations?: TransitGatewayRouteTableAssociation[];
993
-
994
790
  NextToken?: string;
995
791
  }
996
792
  export interface GetTransitGatewayRouteTablePropagationsRequest {
997
793
  TransitGatewayRouteTableId: string | undefined;
998
-
999
794
  Filters?: Filter[];
1000
-
1001
795
  MaxResults?: number;
1002
-
1003
796
  NextToken?: string;
1004
-
1005
797
  DryRun?: boolean;
1006
798
  }
1007
-
1008
799
  export interface TransitGatewayRouteTablePropagation {
1009
800
  TransitGatewayAttachmentId?: string;
1010
-
1011
801
  ResourceId?: string;
1012
-
1013
802
  ResourceType?: TransitGatewayAttachmentResourceType | string;
1014
-
1015
803
  State?: TransitGatewayPropagationState | string;
1016
-
1017
804
  TransitGatewayRouteTableAnnouncementId?: string;
1018
805
  }
1019
806
  export interface GetTransitGatewayRouteTablePropagationsResult {
1020
807
  TransitGatewayRouteTablePropagations?: TransitGatewayRouteTablePropagation[];
1021
-
1022
808
  NextToken?: string;
1023
809
  }
1024
810
  export interface GetVpnConnectionDeviceSampleConfigurationRequest {
1025
811
  VpnConnectionId: string | undefined;
1026
-
1027
812
  VpnConnectionDeviceTypeId: string | undefined;
1028
-
1029
813
  InternetKeyExchangeVersion?: string;
1030
-
1031
814
  DryRun?: boolean;
1032
815
  }
1033
816
  export interface GetVpnConnectionDeviceSampleConfigurationResult {
@@ -1035,193 +818,118 @@ export interface GetVpnConnectionDeviceSampleConfigurationResult {
1035
818
  }
1036
819
  export interface GetVpnConnectionDeviceTypesRequest {
1037
820
  MaxResults?: number;
1038
-
1039
821
  NextToken?: string;
1040
-
1041
822
  DryRun?: boolean;
1042
823
  }
1043
-
1044
824
  export interface VpnConnectionDeviceType {
1045
825
  VpnConnectionDeviceTypeId?: string;
1046
-
1047
826
  Vendor?: string;
1048
-
1049
827
  Platform?: string;
1050
-
1051
828
  Software?: string;
1052
829
  }
1053
830
  export interface GetVpnConnectionDeviceTypesResult {
1054
831
  VpnConnectionDeviceTypes?: VpnConnectionDeviceType[];
1055
-
1056
832
  NextToken?: string;
1057
833
  }
1058
834
  export interface ImportClientVpnClientCertificateRevocationListRequest {
1059
835
  ClientVpnEndpointId: string | undefined;
1060
-
1061
836
  CertificateRevocationList: string | undefined;
1062
-
1063
837
  DryRun?: boolean;
1064
838
  }
1065
839
  export interface ImportClientVpnClientCertificateRevocationListResult {
1066
840
  Return?: boolean;
1067
841
  }
1068
-
1069
842
  export interface ClientData {
1070
843
  Comment?: string;
1071
-
1072
844
  UploadEnd?: Date;
1073
-
1074
845
  UploadSize?: number;
1075
-
1076
846
  UploadStart?: Date;
1077
847
  }
1078
-
1079
848
  export interface UserBucket {
1080
849
  S3Bucket?: string;
1081
-
1082
850
  S3Key?: string;
1083
851
  }
1084
-
1085
852
  export interface ImageDiskContainer {
1086
853
  Description?: string;
1087
-
1088
854
  DeviceName?: string;
1089
-
1090
855
  Format?: string;
1091
-
1092
856
  SnapshotId?: string;
1093
-
1094
857
  Url?: string;
1095
-
1096
858
  UserBucket?: UserBucket;
1097
859
  }
1098
-
1099
860
  export interface ImportImageLicenseConfigurationRequest {
1100
861
  LicenseConfigurationArn?: string;
1101
862
  }
1102
863
  export interface ImportImageRequest {
1103
864
  Architecture?: string;
1104
-
1105
865
  ClientData?: ClientData;
1106
-
1107
866
  ClientToken?: string;
1108
-
1109
867
  Description?: string;
1110
-
1111
868
  DiskContainers?: ImageDiskContainer[];
1112
-
1113
869
  DryRun?: boolean;
1114
-
1115
870
  Encrypted?: boolean;
1116
-
1117
871
  Hypervisor?: string;
1118
-
1119
872
  KmsKeyId?: string;
1120
-
1121
873
  LicenseType?: string;
1122
-
1123
874
  Platform?: string;
1124
-
1125
875
  RoleName?: string;
1126
-
1127
876
  LicenseSpecifications?: ImportImageLicenseConfigurationRequest[];
1128
-
1129
877
  TagSpecifications?: TagSpecification[];
1130
-
1131
878
  UsageOperation?: string;
1132
-
1133
879
  BootMode?: BootModeValues | string;
1134
880
  }
1135
881
  export interface ImportImageResult {
1136
882
  Architecture?: string;
1137
-
1138
883
  Description?: string;
1139
-
1140
884
  Encrypted?: boolean;
1141
-
1142
885
  Hypervisor?: string;
1143
-
1144
886
  ImageId?: string;
1145
-
1146
887
  ImportTaskId?: string;
1147
-
1148
888
  KmsKeyId?: string;
1149
-
1150
889
  LicenseType?: string;
1151
-
1152
890
  Platform?: string;
1153
-
1154
891
  Progress?: string;
1155
-
1156
892
  SnapshotDetails?: SnapshotDetail[];
1157
-
1158
893
  Status?: string;
1159
-
1160
894
  StatusMessage?: string;
1161
-
1162
895
  LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
1163
-
1164
896
  Tags?: Tag[];
1165
-
1166
897
  UsageOperation?: string;
1167
898
  }
1168
-
1169
899
  export interface DiskImageDetail {
1170
900
  Bytes: number | undefined;
1171
-
1172
901
  Format: DiskImageFormat | string | undefined;
1173
-
1174
902
  ImportManifestUrl: string | undefined;
1175
903
  }
1176
-
1177
904
  export interface VolumeDetail {
1178
905
  Size: number | undefined;
1179
906
  }
1180
-
1181
907
  export interface DiskImage {
1182
908
  Description?: string;
1183
-
1184
909
  Image?: DiskImageDetail;
1185
-
1186
910
  Volume?: VolumeDetail;
1187
911
  }
1188
-
1189
912
  export interface UserData {
1190
913
  Data?: string;
1191
914
  }
1192
-
1193
915
  export interface ImportInstanceLaunchSpecification {
1194
916
  AdditionalInfo?: string;
1195
-
1196
917
  Architecture?: ArchitectureValues | string;
1197
-
1198
918
  GroupIds?: string[];
1199
-
1200
919
  GroupNames?: string[];
1201
-
1202
920
  InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
1203
-
1204
921
  InstanceType?: _InstanceType | string;
1205
-
1206
922
  Monitoring?: boolean;
1207
-
1208
923
  Placement?: Placement;
1209
-
1210
924
  PrivateIpAddress?: string;
1211
-
1212
925
  SubnetId?: string;
1213
-
1214
926
  UserData?: UserData;
1215
927
  }
1216
928
  export interface ImportInstanceRequest {
1217
929
  Description?: string;
1218
-
1219
930
  DiskImages?: DiskImage[];
1220
-
1221
931
  DryRun?: boolean;
1222
-
1223
932
  LaunchSpecification?: ImportInstanceLaunchSpecification;
1224
-
1225
933
  Platform: PlatformValues | string | undefined;
1226
934
  }
1227
935
  export interface ImportInstanceResult {
@@ -1229,69 +937,44 @@ export interface ImportInstanceResult {
1229
937
  }
1230
938
  export interface ImportKeyPairRequest {
1231
939
  DryRun?: boolean;
1232
-
1233
940
  KeyName: string | undefined;
1234
-
1235
941
  PublicKeyMaterial: Uint8Array | undefined;
1236
-
1237
942
  TagSpecifications?: TagSpecification[];
1238
943
  }
1239
944
  export interface ImportKeyPairResult {
1240
945
  KeyFingerprint?: string;
1241
-
1242
946
  KeyName?: string;
1243
-
1244
947
  KeyPairId?: string;
1245
-
1246
948
  Tags?: Tag[];
1247
949
  }
1248
-
1249
950
  export interface SnapshotDiskContainer {
1250
951
  Description?: string;
1251
-
1252
952
  Format?: string;
1253
-
1254
953
  Url?: string;
1255
-
1256
954
  UserBucket?: UserBucket;
1257
955
  }
1258
956
  export interface ImportSnapshotRequest {
1259
957
  ClientData?: ClientData;
1260
-
1261
958
  ClientToken?: string;
1262
-
1263
959
  Description?: string;
1264
-
1265
960
  DiskContainer?: SnapshotDiskContainer;
1266
-
1267
961
  DryRun?: boolean;
1268
-
1269
962
  Encrypted?: boolean;
1270
-
1271
963
  KmsKeyId?: string;
1272
-
1273
964
  RoleName?: string;
1274
-
1275
965
  TagSpecifications?: TagSpecification[];
1276
966
  }
1277
967
  export interface ImportSnapshotResult {
1278
968
  Description?: string;
1279
-
1280
969
  ImportTaskId?: string;
1281
-
1282
970
  SnapshotTaskDetail?: SnapshotTaskDetail;
1283
-
1284
971
  Tags?: Tag[];
1285
972
  }
1286
973
  export interface ImportVolumeRequest {
1287
974
  AvailabilityZone: string | undefined;
1288
-
1289
975
  Description?: string;
1290
-
1291
976
  DryRun?: boolean;
1292
-
1293
977
  Image: DiskImageDetail | undefined;
1294
-
1295
978
  Volume: VolumeDetail | undefined;
1296
979
  }
1297
980
  export interface ImportVolumeResult {
@@ -1299,74 +982,53 @@ export interface ImportVolumeResult {
1299
982
  }
1300
983
  export interface ListImagesInRecycleBinRequest {
1301
984
  ImageIds?: string[];
1302
-
1303
985
  NextToken?: string;
1304
-
1305
986
  MaxResults?: number;
1306
-
1307
987
  DryRun?: boolean;
1308
988
  }
1309
-
1310
989
  export interface ImageRecycleBinInfo {
1311
990
  ImageId?: string;
1312
-
1313
991
  Name?: string;
1314
-
1315
992
  Description?: string;
1316
-
1317
993
  RecycleBinEnterTime?: Date;
1318
-
1319
994
  RecycleBinExitTime?: Date;
1320
995
  }
1321
996
  export interface ListImagesInRecycleBinResult {
1322
997
  Images?: ImageRecycleBinInfo[];
1323
-
1324
998
  NextToken?: string;
1325
999
  }
1326
1000
  export interface ListSnapshotsInRecycleBinRequest {
1327
1001
  MaxResults?: number;
1328
-
1329
1002
  NextToken?: string;
1330
-
1331
1003
  SnapshotIds?: string[];
1332
-
1333
1004
  DryRun?: boolean;
1334
1005
  }
1335
-
1336
1006
  export interface SnapshotRecycleBinInfo {
1337
1007
  SnapshotId?: string;
1338
-
1339
1008
  RecycleBinEnterTime?: Date;
1340
-
1341
1009
  RecycleBinExitTime?: Date;
1342
-
1343
1010
  Description?: string;
1344
-
1345
1011
  VolumeId?: string;
1346
1012
  }
1347
1013
  export interface ListSnapshotsInRecycleBinResult {
1348
1014
  Snapshots?: SnapshotRecycleBinInfo[];
1349
-
1350
1015
  NextToken?: string;
1351
1016
  }
1352
1017
  export interface ModifyAddressAttributeRequest {
1353
1018
  AllocationId: string | undefined;
1354
-
1355
1019
  DomainName?: string;
1356
-
1357
1020
  DryRun?: boolean;
1358
1021
  }
1359
1022
  export interface ModifyAddressAttributeResult {
1360
1023
  Address?: AddressAttribute;
1361
1024
  }
1362
- export declare type ModifyAvailabilityZoneOptInStatus =
1363
- | "not-opted-in"
1364
- | "opted-in";
1025
+ export declare enum ModifyAvailabilityZoneOptInStatus {
1026
+ not_opted_in = "not-opted-in",
1027
+ opted_in = "opted-in",
1028
+ }
1365
1029
  export interface ModifyAvailabilityZoneGroupRequest {
1366
1030
  GroupName: string | undefined;
1367
-
1368
1031
  OptInStatus: ModifyAvailabilityZoneOptInStatus | string | undefined;
1369
-
1370
1032
  DryRun?: boolean;
1371
1033
  }
1372
1034
  export interface ModifyAvailabilityZoneGroupResult {
@@ -1374,17 +1036,11 @@ export interface ModifyAvailabilityZoneGroupResult {
1374
1036
  }
1375
1037
  export interface ModifyCapacityReservationRequest {
1376
1038
  CapacityReservationId: string | undefined;
1377
-
1378
1039
  InstanceCount?: number;
1379
-
1380
1040
  EndDate?: Date;
1381
-
1382
1041
  EndDateType?: EndDateType | string;
1383
-
1384
1042
  Accept?: boolean;
1385
-
1386
1043
  DryRun?: boolean;
1387
-
1388
1044
  AdditionalInfo?: string;
1389
1045
  }
1390
1046
  export interface ModifyCapacityReservationResult {
@@ -1392,51 +1048,32 @@ export interface ModifyCapacityReservationResult {
1392
1048
  }
1393
1049
  export interface ModifyCapacityReservationFleetRequest {
1394
1050
  CapacityReservationFleetId: string | undefined;
1395
-
1396
1051
  TotalTargetCapacity?: number;
1397
-
1398
1052
  EndDate?: Date;
1399
-
1400
1053
  DryRun?: boolean;
1401
-
1402
1054
  RemoveEndDate?: boolean;
1403
1055
  }
1404
1056
  export interface ModifyCapacityReservationFleetResult {
1405
1057
  Return?: boolean;
1406
1058
  }
1407
-
1408
1059
  export interface DnsServersOptionsModifyStructure {
1409
1060
  CustomDnsServers?: string[];
1410
-
1411
1061
  Enabled?: boolean;
1412
1062
  }
1413
1063
  export interface ModifyClientVpnEndpointRequest {
1414
1064
  ClientVpnEndpointId: string | undefined;
1415
-
1416
1065
  ServerCertificateArn?: string;
1417
-
1418
1066
  ConnectionLogOptions?: ConnectionLogOptions;
1419
-
1420
1067
  DnsServers?: DnsServersOptionsModifyStructure;
1421
-
1422
1068
  VpnPort?: number;
1423
-
1424
1069
  Description?: string;
1425
-
1426
1070
  SplitTunnel?: boolean;
1427
-
1428
1071
  DryRun?: boolean;
1429
-
1430
1072
  SecurityGroupIds?: string[];
1431
-
1432
1073
  VpcId?: string;
1433
-
1434
1074
  SelfServicePortal?: SelfServicePortal | string;
1435
-
1436
1075
  ClientConnectOptions?: ClientConnectOptions;
1437
-
1438
1076
  SessionTimeoutHours?: number;
1439
-
1440
1077
  ClientLoginBannerOptions?: ClientLoginBannerOptions;
1441
1078
  }
1442
1079
  export interface ModifyClientVpnEndpointResult {
@@ -1444,9 +1081,7 @@ export interface ModifyClientVpnEndpointResult {
1444
1081
  }
1445
1082
  export interface ModifyDefaultCreditSpecificationRequest {
1446
1083
  DryRun?: boolean;
1447
-
1448
1084
  InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
1449
-
1450
1085
  CpuCredits: string | undefined;
1451
1086
  }
1452
1087
  export interface ModifyDefaultCreditSpecificationResult {
@@ -1454,7 +1089,6 @@ export interface ModifyDefaultCreditSpecificationResult {
1454
1089
  }
1455
1090
  export interface ModifyEbsDefaultKmsKeyIdRequest {
1456
1091
  KmsKeyId: string | undefined;
1457
-
1458
1092
  DryRun?: boolean;
1459
1093
  }
1460
1094
  export interface ModifyEbsDefaultKmsKeyIdResult {
@@ -1462,54 +1096,39 @@ export interface ModifyEbsDefaultKmsKeyIdResult {
1462
1096
  }
1463
1097
  export interface ModifyFleetRequest {
1464
1098
  DryRun?: boolean;
1465
-
1466
1099
  ExcessCapacityTerminationPolicy?:
1467
1100
  | FleetExcessCapacityTerminationPolicy
1468
1101
  | string;
1469
-
1470
1102
  LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[];
1471
-
1472
1103
  FleetId: string | undefined;
1473
-
1474
1104
  TargetCapacitySpecification?: TargetCapacitySpecificationRequest;
1475
-
1476
1105
  Context?: string;
1477
1106
  }
1478
1107
  export interface ModifyFleetResult {
1479
1108
  Return?: boolean;
1480
1109
  }
1481
-
1482
1110
  export interface LoadPermissionRequest {
1483
1111
  Group?: PermissionGroup | string;
1484
-
1485
1112
  UserId?: string;
1486
1113
  }
1487
-
1488
1114
  export interface LoadPermissionModifications {
1489
1115
  Add?: LoadPermissionRequest[];
1490
-
1491
1116
  Remove?: LoadPermissionRequest[];
1492
1117
  }
1493
- export declare type OperationType = "add" | "remove";
1118
+ export declare enum OperationType {
1119
+ add = "add",
1120
+ remove = "remove",
1121
+ }
1494
1122
  export interface ModifyFpgaImageAttributeRequest {
1495
1123
  DryRun?: boolean;
1496
-
1497
1124
  FpgaImageId: string | undefined;
1498
-
1499
1125
  Attribute?: FpgaImageAttributeName | string;
1500
-
1501
1126
  OperationType?: OperationType | string;
1502
-
1503
1127
  UserIds?: string[];
1504
-
1505
1128
  UserGroups?: string[];
1506
-
1507
1129
  ProductCodes?: string[];
1508
-
1509
1130
  LoadPermission?: LoadPermissionModifications;
1510
-
1511
1131
  Description?: string;
1512
-
1513
1132
  Name?: string;
1514
1133
  }
1515
1134
  export interface ModifyFpgaImageAttributeResult {
@@ -1517,78 +1136,50 @@ export interface ModifyFpgaImageAttributeResult {
1517
1136
  }
1518
1137
  export interface ModifyHostsRequest {
1519
1138
  AutoPlacement?: AutoPlacement | string;
1520
-
1521
1139
  HostIds: string[] | undefined;
1522
-
1523
1140
  HostRecovery?: HostRecovery | string;
1524
-
1525
1141
  InstanceType?: string;
1526
-
1527
1142
  InstanceFamily?: string;
1528
1143
  }
1529
1144
  export interface ModifyHostsResult {
1530
1145
  Successful?: string[];
1531
-
1532
1146
  Unsuccessful?: UnsuccessfulItem[];
1533
1147
  }
1534
1148
  export interface ModifyIdentityIdFormatRequest {
1535
1149
  PrincipalArn: string | undefined;
1536
-
1537
1150
  Resource: string | undefined;
1538
-
1539
1151
  UseLongIds: boolean | undefined;
1540
1152
  }
1541
1153
  export interface ModifyIdFormatRequest {
1542
1154
  Resource: string | undefined;
1543
-
1544
1155
  UseLongIds: boolean | undefined;
1545
1156
  }
1546
-
1547
1157
  export interface LaunchPermissionModifications {
1548
1158
  Add?: LaunchPermission[];
1549
-
1550
1159
  Remove?: LaunchPermission[];
1551
1160
  }
1552
-
1553
1161
  export interface ModifyImageAttributeRequest {
1554
1162
  Attribute?: string;
1555
-
1556
1163
  Description?: AttributeValue;
1557
-
1558
1164
  ImageId: string | undefined;
1559
-
1560
1165
  LaunchPermission?: LaunchPermissionModifications;
1561
-
1562
1166
  OperationType?: OperationType | string;
1563
-
1564
1167
  ProductCodes?: string[];
1565
-
1566
1168
  UserGroups?: string[];
1567
-
1568
1169
  UserIds?: string[];
1569
-
1570
1170
  Value?: string;
1571
-
1572
1171
  DryRun?: boolean;
1573
-
1574
1172
  OrganizationArns?: string[];
1575
-
1576
1173
  OrganizationalUnitArns?: string[];
1577
1174
  }
1578
-
1579
1175
  export interface EbsInstanceBlockDeviceSpecification {
1580
1176
  DeleteOnTermination?: boolean;
1581
-
1582
1177
  VolumeId?: string;
1583
1178
  }
1584
-
1585
1179
  export interface InstanceBlockDeviceMappingSpecification {
1586
1180
  DeviceName?: string;
1587
-
1588
1181
  Ebs?: EbsInstanceBlockDeviceSpecification;
1589
-
1590
1182
  NoDevice?: string;
1591
-
1592
1183
  VirtualName?: string;
1593
1184
  }
1594
1185
  export interface BlobAttributeValue {
@@ -1596,73 +1187,48 @@ export interface BlobAttributeValue {
1596
1187
  }
1597
1188
  export interface ModifyInstanceAttributeRequest {
1598
1189
  SourceDestCheck?: AttributeBooleanValue;
1599
-
1600
1190
  Attribute?: InstanceAttributeName | string;
1601
-
1602
1191
  BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
1603
-
1604
1192
  DisableApiTermination?: AttributeBooleanValue;
1605
-
1606
1193
  DryRun?: boolean;
1607
-
1608
1194
  EbsOptimized?: AttributeBooleanValue;
1609
-
1610
1195
  EnaSupport?: AttributeBooleanValue;
1611
-
1612
1196
  Groups?: string[];
1613
-
1614
1197
  InstanceId: string | undefined;
1615
-
1616
1198
  InstanceInitiatedShutdownBehavior?: AttributeValue;
1617
-
1618
1199
  InstanceType?: AttributeValue;
1619
-
1620
1200
  Kernel?: AttributeValue;
1621
-
1622
1201
  Ramdisk?: AttributeValue;
1623
-
1624
1202
  SriovNetSupport?: AttributeValue;
1625
-
1626
1203
  UserData?: BlobAttributeValue;
1627
-
1628
1204
  Value?: string;
1629
-
1630
1205
  DisableApiStop?: AttributeBooleanValue;
1631
1206
  }
1632
-
1633
1207
  export interface CapacityReservationSpecification {
1634
1208
  CapacityReservationPreference?: CapacityReservationPreference | string;
1635
-
1636
1209
  CapacityReservationTarget?: CapacityReservationTarget;
1637
1210
  }
1638
1211
  export interface ModifyInstanceCapacityReservationAttributesRequest {
1639
1212
  InstanceId: string | undefined;
1640
-
1641
1213
  CapacityReservationSpecification:
1642
1214
  | CapacityReservationSpecification
1643
1215
  | undefined;
1644
-
1645
1216
  DryRun?: boolean;
1646
1217
  }
1647
1218
  export interface ModifyInstanceCapacityReservationAttributesResult {
1648
1219
  Return?: boolean;
1649
1220
  }
1650
-
1651
1221
  export interface InstanceCreditSpecificationRequest {
1652
1222
  InstanceId?: string;
1653
-
1654
1223
  CpuCredits?: string;
1655
1224
  }
1656
1225
  export interface ModifyInstanceCreditSpecificationRequest {
1657
1226
  DryRun?: boolean;
1658
-
1659
1227
  ClientToken?: string;
1660
-
1661
1228
  InstanceCreditSpecifications:
1662
1229
  | InstanceCreditSpecificationRequest[]
1663
1230
  | undefined;
1664
1231
  }
1665
-
1666
1232
  export interface SuccessfulInstanceCreditSpecificationItem {
1667
1233
  InstanceId?: string;
1668
1234
  }
@@ -1672,30 +1238,22 @@ export declare enum UnsuccessfulInstanceCreditSpecificationErrorCode {
1672
1238
  INSTANCE_NOT_FOUND = "InvalidInstanceID.NotFound",
1673
1239
  INVALID_INSTANCE_ID = "InvalidInstanceID.Malformed",
1674
1240
  }
1675
-
1676
1241
  export interface UnsuccessfulInstanceCreditSpecificationItemError {
1677
1242
  Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | string;
1678
-
1679
1243
  Message?: string;
1680
1244
  }
1681
-
1682
1245
  export interface UnsuccessfulInstanceCreditSpecificationItem {
1683
1246
  InstanceId?: string;
1684
-
1685
1247
  Error?: UnsuccessfulInstanceCreditSpecificationItemError;
1686
1248
  }
1687
1249
  export interface ModifyInstanceCreditSpecificationResult {
1688
1250
  SuccessfulInstanceCreditSpecifications?: SuccessfulInstanceCreditSpecificationItem[];
1689
-
1690
1251
  UnsuccessfulInstanceCreditSpecifications?: UnsuccessfulInstanceCreditSpecificationItem[];
1691
1252
  }
1692
1253
  export interface ModifyInstanceEventStartTimeRequest {
1693
1254
  DryRun?: boolean;
1694
-
1695
1255
  InstanceId: string | undefined;
1696
-
1697
1256
  InstanceEventId: string | undefined;
1698
-
1699
1257
  NotBefore: Date | undefined;
1700
1258
  }
1701
1259
  export interface ModifyInstanceEventStartTimeResult {
@@ -1703,13 +1261,9 @@ export interface ModifyInstanceEventStartTimeResult {
1703
1261
  }
1704
1262
  export interface ModifyInstanceEventWindowRequest {
1705
1263
  DryRun?: boolean;
1706
-
1707
1264
  Name?: string;
1708
-
1709
1265
  InstanceEventWindowId: string | undefined;
1710
-
1711
1266
  TimeRanges?: InstanceEventWindowTimeRangeRequest[];
1712
-
1713
1267
  CronExpression?: string;
1714
1268
  }
1715
1269
  export interface ModifyInstanceEventWindowResult {
@@ -1717,68 +1271,50 @@ export interface ModifyInstanceEventWindowResult {
1717
1271
  }
1718
1272
  export interface ModifyInstanceMaintenanceOptionsRequest {
1719
1273
  InstanceId: string | undefined;
1720
-
1721
1274
  AutoRecovery?: InstanceAutoRecoveryState | string;
1722
-
1723
1275
  DryRun?: boolean;
1724
1276
  }
1725
1277
  export interface ModifyInstanceMaintenanceOptionsResult {
1726
1278
  InstanceId?: string;
1727
-
1728
1279
  AutoRecovery?: InstanceAutoRecoveryState | string;
1729
1280
  }
1730
1281
  export interface ModifyInstanceMetadataOptionsRequest {
1731
1282
  InstanceId: string | undefined;
1732
-
1733
1283
  HttpTokens?: HttpTokensState | string;
1734
-
1735
1284
  HttpPutResponseHopLimit?: number;
1736
-
1737
1285
  HttpEndpoint?: InstanceMetadataEndpointState | string;
1738
-
1739
1286
  DryRun?: boolean;
1740
-
1741
1287
  HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
1742
-
1743
1288
  InstanceMetadataTags?: InstanceMetadataTagsState | string;
1744
1289
  }
1745
1290
  export interface ModifyInstanceMetadataOptionsResult {
1746
1291
  InstanceId?: string;
1747
-
1748
1292
  InstanceMetadataOptions?: InstanceMetadataOptionsResponse;
1749
1293
  }
1750
- export declare type HostTenancy = "dedicated" | "host";
1294
+ export declare enum HostTenancy {
1295
+ dedicated = "dedicated",
1296
+ host = "host",
1297
+ }
1751
1298
  export interface ModifyInstancePlacementRequest {
1752
1299
  Affinity?: Affinity | string;
1753
-
1754
1300
  GroupName?: string;
1755
-
1756
1301
  HostId?: string;
1757
-
1758
1302
  InstanceId: string | undefined;
1759
-
1760
1303
  Tenancy?: HostTenancy | string;
1761
-
1762
1304
  PartitionNumber?: number;
1763
-
1764
1305
  HostResourceGroupArn?: string;
1765
1306
  }
1766
1307
  export interface ModifyInstancePlacementResult {
1767
1308
  Return?: boolean;
1768
1309
  }
1769
-
1770
1310
  export interface RemoveIpamOperatingRegion {
1771
1311
  RegionName?: string;
1772
1312
  }
1773
1313
  export interface ModifyIpamRequest {
1774
1314
  DryRun?: boolean;
1775
-
1776
1315
  IpamId: string | undefined;
1777
-
1778
1316
  Description?: string;
1779
-
1780
1317
  AddOperatingRegions?: AddIpamOperatingRegion[];
1781
-
1782
1318
  RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
1783
1319
  }
1784
1320
  export interface ModifyIpamResult {
@@ -1786,23 +1322,14 @@ export interface ModifyIpamResult {
1786
1322
  }
1787
1323
  export interface ModifyIpamPoolRequest {
1788
1324
  DryRun?: boolean;
1789
-
1790
1325
  IpamPoolId: string | undefined;
1791
-
1792
1326
  Description?: string;
1793
-
1794
1327
  AutoImport?: boolean;
1795
-
1796
1328
  AllocationMinNetmaskLength?: number;
1797
-
1798
1329
  AllocationMaxNetmaskLength?: number;
1799
-
1800
1330
  AllocationDefaultNetmaskLength?: number;
1801
-
1802
1331
  ClearAllocationDefaultNetmaskLength?: boolean;
1803
-
1804
1332
  AddAllocationResourceTags?: RequestIpamResourceTag[];
1805
-
1806
1333
  RemoveAllocationResourceTags?: RequestIpamResourceTag[];
1807
1334
  }
1808
1335
  export interface ModifyIpamPoolResult {
@@ -1810,17 +1337,11 @@ export interface ModifyIpamPoolResult {
1810
1337
  }
1811
1338
  export interface ModifyIpamResourceCidrRequest {
1812
1339
  DryRun?: boolean;
1813
-
1814
1340
  ResourceId: string | undefined;
1815
-
1816
1341
  ResourceCidr: string | undefined;
1817
-
1818
1342
  ResourceRegion: string | undefined;
1819
-
1820
1343
  CurrentIpamScopeId: string | undefined;
1821
-
1822
1344
  DestinationIpamScopeId?: string;
1823
-
1824
1345
  Monitored: boolean | undefined;
1825
1346
  }
1826
1347
  export interface ModifyIpamResourceCidrResult {
@@ -1828,9 +1349,7 @@ export interface ModifyIpamResourceCidrResult {
1828
1349
  }
1829
1350
  export interface ModifyIpamScopeRequest {
1830
1351
  DryRun?: boolean;
1831
-
1832
1352
  IpamScopeId: string | undefined;
1833
-
1834
1353
  Description?: string;
1835
1354
  }
1836
1355
  export interface ModifyIpamScopeResult {
@@ -1838,13 +1357,9 @@ export interface ModifyIpamScopeResult {
1838
1357
  }
1839
1358
  export interface ModifyLaunchTemplateRequest {
1840
1359
  DryRun?: boolean;
1841
-
1842
1360
  ClientToken?: string;
1843
-
1844
1361
  LaunchTemplateId?: string;
1845
-
1846
1362
  LaunchTemplateName?: string;
1847
-
1848
1363
  DefaultVersion?: string;
1849
1364
  }
1850
1365
  export interface ModifyLaunchTemplateResult {
@@ -1852,137 +1367,92 @@ export interface ModifyLaunchTemplateResult {
1852
1367
  }
1853
1368
  export interface ModifyLocalGatewayRouteRequest {
1854
1369
  DestinationCidrBlock: string | undefined;
1855
-
1856
1370
  LocalGatewayRouteTableId: string | undefined;
1857
-
1858
- NetworkInterfaceId: string | undefined;
1859
-
1371
+ LocalGatewayVirtualInterfaceGroupId?: string;
1372
+ NetworkInterfaceId?: string;
1860
1373
  DryRun?: boolean;
1861
1374
  }
1862
1375
  export interface ModifyLocalGatewayRouteResult {
1863
1376
  Route?: LocalGatewayRoute;
1864
1377
  }
1865
-
1866
1378
  export interface RemovePrefixListEntry {
1867
1379
  Cidr: string | undefined;
1868
1380
  }
1869
1381
  export interface ModifyManagedPrefixListRequest {
1870
1382
  DryRun?: boolean;
1871
-
1872
1383
  PrefixListId: string | undefined;
1873
-
1874
1384
  CurrentVersion?: number;
1875
-
1876
1385
  PrefixListName?: string;
1877
-
1878
1386
  AddEntries?: AddPrefixListEntry[];
1879
-
1880
1387
  RemoveEntries?: RemovePrefixListEntry[];
1881
-
1882
1388
  MaxEntries?: number;
1883
1389
  }
1884
1390
  export interface ModifyManagedPrefixListResult {
1885
1391
  PrefixList?: ManagedPrefixList;
1886
1392
  }
1887
-
1888
1393
  export interface NetworkInterfaceAttachmentChanges {
1889
1394
  AttachmentId?: string;
1890
-
1891
1395
  DeleteOnTermination?: boolean;
1892
1396
  }
1893
-
1894
1397
  export interface ModifyNetworkInterfaceAttributeRequest {
1895
1398
  Attachment?: NetworkInterfaceAttachmentChanges;
1896
-
1897
1399
  Description?: AttributeValue;
1898
-
1899
1400
  DryRun?: boolean;
1900
-
1901
1401
  Groups?: string[];
1902
-
1903
1402
  NetworkInterfaceId: string | undefined;
1904
-
1905
1403
  SourceDestCheck?: AttributeBooleanValue;
1906
1404
  }
1907
1405
  export interface ModifyPrivateDnsNameOptionsRequest {
1908
1406
  DryRun?: boolean;
1909
-
1910
1407
  InstanceId?: string;
1911
-
1912
1408
  PrivateDnsHostnameType?: HostnameType | string;
1913
-
1914
1409
  EnableResourceNameDnsARecord?: boolean;
1915
-
1916
1410
  EnableResourceNameDnsAAAARecord?: boolean;
1917
1411
  }
1918
1412
  export interface ModifyPrivateDnsNameOptionsResult {
1919
1413
  Return?: boolean;
1920
1414
  }
1921
-
1922
1415
  export interface ModifyReservedInstancesRequest {
1923
1416
  ReservedInstancesIds: string[] | undefined;
1924
-
1925
1417
  ClientToken?: string;
1926
-
1927
1418
  TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
1928
1419
  }
1929
-
1930
1420
  export interface ModifyReservedInstancesResult {
1931
1421
  ReservedInstancesModificationId?: string;
1932
1422
  }
1933
-
1934
1423
  export interface SecurityGroupRuleRequest {
1935
1424
  IpProtocol?: string;
1936
-
1937
1425
  FromPort?: number;
1938
-
1939
1426
  ToPort?: number;
1940
-
1941
1427
  CidrIpv4?: string;
1942
-
1943
1428
  CidrIpv6?: string;
1944
-
1945
1429
  PrefixListId?: string;
1946
-
1947
1430
  ReferencedGroupId?: string;
1948
-
1949
1431
  Description?: string;
1950
1432
  }
1951
-
1952
1433
  export interface SecurityGroupRuleUpdate {
1953
1434
  SecurityGroupRuleId?: string;
1954
-
1955
1435
  SecurityGroupRule?: SecurityGroupRuleRequest;
1956
1436
  }
1957
1437
  export interface ModifySecurityGroupRulesRequest {
1958
1438
  GroupId: string | undefined;
1959
-
1960
1439
  SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
1961
-
1962
1440
  DryRun?: boolean;
1963
1441
  }
1964
1442
  export interface ModifySecurityGroupRulesResult {
1965
1443
  Return?: boolean;
1966
1444
  }
1967
-
1968
1445
  export interface CreateVolumePermissionModifications {
1969
1446
  Add?: CreateVolumePermission[];
1970
-
1971
1447
  Remove?: CreateVolumePermission[];
1972
1448
  }
1973
1449
  export interface ModifySnapshotAttributeRequest {
1974
1450
  Attribute?: SnapshotAttributeName | string;
1975
-
1976
1451
  CreateVolumePermission?: CreateVolumePermissionModifications;
1977
-
1978
1452
  GroupNames?: string[];
1979
-
1980
1453
  OperationType?: OperationType | string;
1981
-
1982
1454
  SnapshotId: string | undefined;
1983
-
1984
1455
  UserIds?: string[];
1985
-
1986
1456
  DryRun?: boolean;
1987
1457
  }
1988
1458
  export declare enum TargetStorageTier {
@@ -1990,157 +1460,104 @@ export declare enum TargetStorageTier {
1990
1460
  }
1991
1461
  export interface ModifySnapshotTierRequest {
1992
1462
  SnapshotId: string | undefined;
1993
-
1994
1463
  StorageTier?: TargetStorageTier | string;
1995
-
1996
1464
  DryRun?: boolean;
1997
1465
  }
1998
1466
  export interface ModifySnapshotTierResult {
1999
1467
  SnapshotId?: string;
2000
-
2001
1468
  TieringStartTime?: Date;
2002
1469
  }
2003
-
2004
1470
  export interface ModifySpotFleetRequestRequest {
2005
1471
  ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | string;
2006
-
2007
1472
  LaunchTemplateConfigs?: LaunchTemplateConfig[];
2008
-
2009
1473
  SpotFleetRequestId: string | undefined;
2010
-
2011
1474
  TargetCapacity?: number;
2012
-
2013
1475
  OnDemandTargetCapacity?: number;
2014
-
2015
1476
  Context?: string;
2016
1477
  }
2017
-
2018
1478
  export interface ModifySpotFleetRequestResponse {
2019
1479
  Return?: boolean;
2020
1480
  }
2021
1481
  export interface ModifySubnetAttributeRequest {
2022
1482
  AssignIpv6AddressOnCreation?: AttributeBooleanValue;
2023
-
2024
1483
  MapPublicIpOnLaunch?: AttributeBooleanValue;
2025
-
2026
1484
  SubnetId: string | undefined;
2027
-
2028
1485
  MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue;
2029
-
2030
1486
  CustomerOwnedIpv4Pool?: string;
2031
-
2032
1487
  EnableDns64?: AttributeBooleanValue;
2033
-
2034
1488
  PrivateDnsHostnameTypeOnLaunch?: HostnameType | string;
2035
-
2036
1489
  EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue;
2037
-
2038
1490
  EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue;
2039
-
2040
1491
  EnableLniAtDeviceIndex?: number;
2041
-
2042
1492
  DisableLniAtDeviceIndex?: AttributeBooleanValue;
2043
1493
  }
2044
1494
  export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
2045
1495
  TrafficMirrorFilterId: string | undefined;
2046
-
2047
1496
  AddNetworkServices?: (TrafficMirrorNetworkService | string)[];
2048
-
2049
1497
  RemoveNetworkServices?: (TrafficMirrorNetworkService | string)[];
2050
-
2051
1498
  DryRun?: boolean;
2052
1499
  }
2053
1500
  export interface ModifyTrafficMirrorFilterNetworkServicesResult {
2054
1501
  TrafficMirrorFilter?: TrafficMirrorFilter;
2055
1502
  }
2056
- export declare type TrafficMirrorFilterRuleField =
2057
- | "description"
2058
- | "destination-port-range"
2059
- | "protocol"
2060
- | "source-port-range";
1503
+ export declare enum TrafficMirrorFilterRuleField {
1504
+ description = "description",
1505
+ destination_port_range = "destination-port-range",
1506
+ protocol = "protocol",
1507
+ source_port_range = "source-port-range",
1508
+ }
2061
1509
  export interface ModifyTrafficMirrorFilterRuleRequest {
2062
1510
  TrafficMirrorFilterRuleId: string | undefined;
2063
-
2064
1511
  TrafficDirection?: TrafficDirection | string;
2065
-
2066
1512
  RuleNumber?: number;
2067
-
2068
1513
  RuleAction?: TrafficMirrorRuleAction | string;
2069
-
2070
1514
  DestinationPortRange?: TrafficMirrorPortRangeRequest;
2071
-
2072
1515
  SourcePortRange?: TrafficMirrorPortRangeRequest;
2073
-
2074
1516
  Protocol?: number;
2075
-
2076
1517
  DestinationCidrBlock?: string;
2077
-
2078
1518
  SourceCidrBlock?: string;
2079
-
2080
1519
  Description?: string;
2081
-
2082
1520
  RemoveFields?: (TrafficMirrorFilterRuleField | string)[];
2083
-
2084
1521
  DryRun?: boolean;
2085
1522
  }
2086
1523
  export interface ModifyTrafficMirrorFilterRuleResult {
2087
1524
  TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
2088
1525
  }
2089
- export declare type TrafficMirrorSessionField =
2090
- | "description"
2091
- | "packet-length"
2092
- | "virtual-network-id";
1526
+ export declare enum TrafficMirrorSessionField {
1527
+ description = "description",
1528
+ packet_length = "packet-length",
1529
+ virtual_network_id = "virtual-network-id",
1530
+ }
2093
1531
  export interface ModifyTrafficMirrorSessionRequest {
2094
1532
  TrafficMirrorSessionId: string | undefined;
2095
-
2096
1533
  TrafficMirrorTargetId?: string;
2097
-
2098
1534
  TrafficMirrorFilterId?: string;
2099
-
2100
1535
  PacketLength?: number;
2101
-
2102
1536
  SessionNumber?: number;
2103
-
2104
1537
  VirtualNetworkId?: number;
2105
-
2106
1538
  Description?: string;
2107
-
2108
1539
  RemoveFields?: (TrafficMirrorSessionField | string)[];
2109
-
2110
1540
  DryRun?: boolean;
2111
1541
  }
2112
1542
  export interface ModifyTrafficMirrorSessionResult {
2113
1543
  TrafficMirrorSession?: TrafficMirrorSession;
2114
1544
  }
2115
-
2116
1545
  export interface ModifyTransitGatewayOptions {
2117
1546
  AddTransitGatewayCidrBlocks?: string[];
2118
-
2119
1547
  RemoveTransitGatewayCidrBlocks?: string[];
2120
-
2121
1548
  VpnEcmpSupport?: VpnEcmpSupportValue | string;
2122
-
2123
1549
  DnsSupport?: DnsSupportValue | string;
2124
-
2125
1550
  AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
2126
-
2127
1551
  DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
2128
-
2129
1552
  AssociationDefaultRouteTableId?: string;
2130
-
2131
1553
  DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
2132
-
2133
1554
  PropagationDefaultRouteTableId?: string;
2134
-
2135
1555
  AmazonSideAsn?: number;
2136
1556
  }
2137
1557
  export interface ModifyTransitGatewayRequest {
2138
1558
  TransitGatewayId: string | undefined;
2139
-
2140
1559
  Description?: string;
2141
-
2142
1560
  Options?: ModifyTransitGatewayOptions;
2143
-
2144
1561
  DryRun?: boolean;
2145
1562
  }
2146
1563
  export interface ModifyTransitGatewayResult {
@@ -2148,35 +1565,24 @@ export interface ModifyTransitGatewayResult {
2148
1565
  }
2149
1566
  export interface ModifyTransitGatewayPrefixListReferenceRequest {
2150
1567
  TransitGatewayRouteTableId: string | undefined;
2151
-
2152
1568
  PrefixListId: string | undefined;
2153
-
2154
1569
  TransitGatewayAttachmentId?: string;
2155
-
2156
1570
  Blackhole?: boolean;
2157
-
2158
1571
  DryRun?: boolean;
2159
1572
  }
2160
1573
  export interface ModifyTransitGatewayPrefixListReferenceResult {
2161
1574
  TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
2162
1575
  }
2163
-
2164
1576
  export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
2165
1577
  DnsSupport?: DnsSupportValue | string;
2166
-
2167
1578
  Ipv6Support?: Ipv6SupportValue | string;
2168
-
2169
1579
  ApplianceModeSupport?: ApplianceModeSupportValue | string;
2170
1580
  }
2171
1581
  export interface ModifyTransitGatewayVpcAttachmentRequest {
2172
1582
  TransitGatewayAttachmentId: string | undefined;
2173
-
2174
1583
  AddSubnetIds?: string[];
2175
-
2176
1584
  RemoveSubnetIds?: string[];
2177
-
2178
1585
  Options?: ModifyTransitGatewayVpcAttachmentRequestOptions;
2179
-
2180
1586
  DryRun?: boolean;
2181
1587
  }
2182
1588
  export interface ModifyTransitGatewayVpcAttachmentResult {
@@ -2184,17 +1590,11 @@ export interface ModifyTransitGatewayVpcAttachmentResult {
2184
1590
  }
2185
1591
  export interface ModifyVolumeRequest {
2186
1592
  DryRun?: boolean;
2187
-
2188
1593
  VolumeId: string | undefined;
2189
-
2190
1594
  Size?: number;
2191
-
2192
1595
  VolumeType?: VolumeType | string;
2193
-
2194
1596
  Iops?: number;
2195
-
2196
1597
  Throughput?: number;
2197
-
2198
1598
  MultiAttachEnabled?: boolean;
2199
1599
  }
2200
1600
  export interface ModifyVolumeResult {
@@ -2202,44 +1602,27 @@ export interface ModifyVolumeResult {
2202
1602
  }
2203
1603
  export interface ModifyVolumeAttributeRequest {
2204
1604
  AutoEnableIO?: AttributeBooleanValue;
2205
-
2206
1605
  VolumeId: string | undefined;
2207
-
2208
1606
  DryRun?: boolean;
2209
1607
  }
2210
1608
  export interface ModifyVpcAttributeRequest {
2211
1609
  EnableDnsHostnames?: AttributeBooleanValue;
2212
-
2213
1610
  EnableDnsSupport?: AttributeBooleanValue;
2214
-
2215
1611
  VpcId: string | undefined;
2216
1612
  }
2217
-
2218
1613
  export interface ModifyVpcEndpointRequest {
2219
1614
  DryRun?: boolean;
2220
-
2221
1615
  VpcEndpointId: string | undefined;
2222
-
2223
1616
  ResetPolicy?: boolean;
2224
-
2225
1617
  PolicyDocument?: string;
2226
-
2227
1618
  AddRouteTableIds?: string[];
2228
-
2229
1619
  RemoveRouteTableIds?: string[];
2230
-
2231
1620
  AddSubnetIds?: string[];
2232
-
2233
1621
  RemoveSubnetIds?: string[];
2234
-
2235
1622
  AddSecurityGroupIds?: string[];
2236
-
2237
1623
  RemoveSecurityGroupIds?: string[];
2238
-
2239
1624
  IpAddressType?: IpAddressType | string;
2240
-
2241
1625
  DnsOptions?: DnsOptionsSpecification;
2242
-
2243
1626
  PrivateDnsEnabled?: boolean;
2244
1627
  }
2245
1628
  export interface ModifyVpcEndpointResult {
@@ -2247,11 +1630,8 @@ export interface ModifyVpcEndpointResult {
2247
1630
  }
2248
1631
  export interface ModifyVpcEndpointConnectionNotificationRequest {
2249
1632
  DryRun?: boolean;
2250
-
2251
1633
  ConnectionNotificationId: string | undefined;
2252
-
2253
1634
  ConnectionNotificationArn?: string;
2254
-
2255
1635
  ConnectionEvents?: string[];
2256
1636
  }
2257
1637
  export interface ModifyVpcEndpointConnectionNotificationResult {
@@ -2259,25 +1639,15 @@ export interface ModifyVpcEndpointConnectionNotificationResult {
2259
1639
  }
2260
1640
  export interface ModifyVpcEndpointServiceConfigurationRequest {
2261
1641
  DryRun?: boolean;
2262
-
2263
1642
  ServiceId: string | undefined;
2264
-
2265
1643
  PrivateDnsName?: string;
2266
-
2267
1644
  RemovePrivateDnsName?: boolean;
2268
-
2269
1645
  AcceptanceRequired?: boolean;
2270
-
2271
1646
  AddNetworkLoadBalancerArns?: string[];
2272
-
2273
1647
  RemoveNetworkLoadBalancerArns?: string[];
2274
-
2275
1648
  AddGatewayLoadBalancerArns?: string[];
2276
-
2277
1649
  RemoveGatewayLoadBalancerArns?: string[];
2278
-
2279
1650
  AddSupportedIpAddressTypes?: string[];
2280
-
2281
1651
  RemoveSupportedIpAddressTypes?: string[];
2282
1652
  }
2283
1653
  export interface ModifyVpcEndpointServiceConfigurationResult {
@@ -2285,9 +1655,7 @@ export interface ModifyVpcEndpointServiceConfigurationResult {
2285
1655
  }
2286
1656
  export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
2287
1657
  DryRun?: boolean;
2288
-
2289
1658
  ServiceId: string | undefined;
2290
-
2291
1659
  PayerResponsibility: PayerResponsibility | string | undefined;
2292
1660
  }
2293
1661
  export interface ModifyVpcEndpointServicePayerResponsibilityResult {
@@ -2295,52 +1663,40 @@ export interface ModifyVpcEndpointServicePayerResponsibilityResult {
2295
1663
  }
2296
1664
  export interface ModifyVpcEndpointServicePermissionsRequest {
2297
1665
  DryRun?: boolean;
2298
-
2299
1666
  ServiceId: string | undefined;
2300
-
2301
1667
  AddAllowedPrincipals?: string[];
2302
-
2303
1668
  RemoveAllowedPrincipals?: string[];
2304
1669
  }
2305
1670
  export interface ModifyVpcEndpointServicePermissionsResult {
1671
+ AddedPrincipals?: AddedPrincipal[];
2306
1672
  ReturnValue?: boolean;
2307
1673
  }
2308
-
2309
1674
  export interface PeeringConnectionOptionsRequest {
2310
1675
  AllowDnsResolutionFromRemoteVpc?: boolean;
2311
-
2312
1676
  AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
2313
-
2314
1677
  AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
2315
1678
  }
2316
1679
  export interface ModifyVpcPeeringConnectionOptionsRequest {
2317
1680
  AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
2318
-
2319
1681
  DryRun?: boolean;
2320
-
2321
1682
  RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
2322
-
2323
1683
  VpcPeeringConnectionId: string | undefined;
2324
1684
  }
2325
-
2326
1685
  export interface PeeringConnectionOptions {
2327
1686
  AllowDnsResolutionFromRemoteVpc?: boolean;
2328
-
2329
1687
  AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
2330
-
2331
1688
  AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
2332
1689
  }
2333
1690
  export interface ModifyVpcPeeringConnectionOptionsResult {
2334
1691
  AccepterPeeringConnectionOptions?: PeeringConnectionOptions;
2335
-
2336
1692
  RequesterPeeringConnectionOptions?: PeeringConnectionOptions;
2337
1693
  }
2338
- export declare type VpcTenancy = "default";
1694
+ export declare enum VpcTenancy {
1695
+ default = "default",
1696
+ }
2339
1697
  export interface ModifyVpcTenancyRequest {
2340
1698
  VpcId: string | undefined;
2341
-
2342
1699
  InstanceTenancy: VpcTenancy | string | undefined;
2343
-
2344
1700
  DryRun?: boolean;
2345
1701
  }
2346
1702
  export interface ModifyVpcTenancyResult {
@@ -2348,13 +1704,9 @@ export interface ModifyVpcTenancyResult {
2348
1704
  }
2349
1705
  export interface ModifyVpnConnectionRequest {
2350
1706
  VpnConnectionId: string | undefined;
2351
-
2352
1707
  TransitGatewayId?: string;
2353
-
2354
1708
  CustomerGatewayId?: string;
2355
-
2356
1709
  VpnGatewayId?: string;
2357
-
2358
1710
  DryRun?: boolean;
2359
1711
  }
2360
1712
  export interface ModifyVpnConnectionResult {
@@ -2362,15 +1714,10 @@ export interface ModifyVpnConnectionResult {
2362
1714
  }
2363
1715
  export interface ModifyVpnConnectionOptionsRequest {
2364
1716
  VpnConnectionId: string | undefined;
2365
-
2366
1717
  LocalIpv4NetworkCidr?: string;
2367
-
2368
1718
  RemoteIpv4NetworkCidr?: string;
2369
-
2370
1719
  LocalIpv6NetworkCidr?: string;
2371
-
2372
1720
  RemoteIpv6NetworkCidr?: string;
2373
-
2374
1721
  DryRun?: boolean;
2375
1722
  }
2376
1723
  export interface ModifyVpnConnectionOptionsResult {
@@ -2378,61 +1725,37 @@ export interface ModifyVpnConnectionOptionsResult {
2378
1725
  }
2379
1726
  export interface ModifyVpnTunnelCertificateRequest {
2380
1727
  VpnConnectionId: string | undefined;
2381
-
2382
1728
  VpnTunnelOutsideIpAddress: string | undefined;
2383
-
2384
1729
  DryRun?: boolean;
2385
1730
  }
2386
1731
  export interface ModifyVpnTunnelCertificateResult {
2387
1732
  VpnConnection?: VpnConnection;
2388
1733
  }
2389
-
2390
1734
  export interface ModifyVpnTunnelOptionsSpecification {
2391
1735
  TunnelInsideCidr?: string;
2392
-
2393
1736
  TunnelInsideIpv6Cidr?: string;
2394
-
2395
1737
  PreSharedKey?: string;
2396
-
2397
1738
  Phase1LifetimeSeconds?: number;
2398
-
2399
1739
  Phase2LifetimeSeconds?: number;
2400
-
2401
1740
  RekeyMarginTimeSeconds?: number;
2402
-
2403
1741
  RekeyFuzzPercentage?: number;
2404
-
2405
1742
  ReplayWindowSize?: number;
2406
-
2407
1743
  DPDTimeoutSeconds?: number;
2408
-
2409
1744
  DPDTimeoutAction?: string;
2410
-
2411
1745
  Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
2412
-
2413
1746
  Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
2414
-
2415
1747
  Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
2416
-
2417
1748
  Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
2418
-
2419
1749
  Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
2420
-
2421
1750
  Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
2422
-
2423
1751
  IKEVersions?: IKEVersionsRequestListValue[];
2424
-
2425
1752
  StartupAction?: string;
2426
-
2427
1753
  LogOptions?: VpnTunnelLogOptionsSpecification;
2428
1754
  }
2429
1755
  export interface ModifyVpnTunnelOptionsRequest {
2430
1756
  VpnConnectionId: string | undefined;
2431
-
2432
1757
  VpnTunnelOutsideIpAddress: string | undefined;
2433
-
2434
1758
  TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
2435
-
2436
1759
  DryRun?: boolean;
2437
1760
  }
2438
1761
  export interface ModifyVpnTunnelOptionsResult {
@@ -2440,1264 +1763,849 @@ export interface ModifyVpnTunnelOptionsResult {
2440
1763
  }
2441
1764
  export interface MonitorInstancesRequest {
2442
1765
  InstanceIds: string[] | undefined;
2443
-
2444
1766
  DryRun?: boolean;
2445
1767
  }
2446
-
2447
1768
  export interface InstanceMonitoring {
2448
1769
  InstanceId?: string;
2449
-
2450
1770
  Monitoring?: Monitoring;
2451
1771
  }
2452
- export interface MonitorInstancesResult {
2453
- InstanceMonitorings?: InstanceMonitoring[];
2454
- }
2455
- export interface MoveAddressToVpcRequest {
2456
- DryRun?: boolean;
2457
-
2458
- PublicIp: string | undefined;
2459
- }
2460
- export declare enum Status {
2461
- inClassic = "InClassic",
2462
- inVpc = "InVpc",
2463
- moveInProgress = "MoveInProgress",
2464
- }
2465
- export interface MoveAddressToVpcResult {
2466
- AllocationId?: string;
2467
-
2468
- Status?: Status | string;
2469
- }
2470
- export interface MoveByoipCidrToIpamRequest {
2471
- DryRun?: boolean;
2472
-
2473
- Cidr: string | undefined;
2474
-
2475
- IpamPoolId: string | undefined;
2476
-
2477
- IpamPoolOwner: string | undefined;
2478
- }
2479
- export interface MoveByoipCidrToIpamResult {
2480
- ByoipCidr?: ByoipCidr;
2481
- }
2482
-
2483
- export interface CidrAuthorizationContext {
2484
- Message: string | undefined;
2485
-
2486
- Signature: string | undefined;
2487
- }
2488
- export interface ProvisionByoipCidrRequest {
2489
- Cidr: string | undefined;
2490
-
2491
- CidrAuthorizationContext?: CidrAuthorizationContext;
2492
-
2493
- PubliclyAdvertisable?: boolean;
2494
-
2495
- Description?: string;
2496
-
2497
- DryRun?: boolean;
2498
-
2499
- PoolTagSpecifications?: TagSpecification[];
2500
-
2501
- MultiRegion?: boolean;
2502
- }
2503
- export interface ProvisionByoipCidrResult {
2504
- ByoipCidr?: ByoipCidr;
2505
- }
2506
-
2507
- export interface IpamCidrAuthorizationContext {
2508
- Message?: string;
2509
-
2510
- Signature?: string;
2511
- }
2512
- export interface ProvisionIpamPoolCidrRequest {
2513
- DryRun?: boolean;
2514
-
2515
- IpamPoolId: string | undefined;
2516
-
2517
- Cidr?: string;
2518
-
2519
- CidrAuthorizationContext?: IpamCidrAuthorizationContext;
2520
- }
2521
- export interface ProvisionIpamPoolCidrResult {
2522
- IpamPoolCidr?: IpamPoolCidr;
2523
- }
2524
- export interface ProvisionPublicIpv4PoolCidrRequest {
2525
- DryRun?: boolean;
2526
-
2527
- IpamPoolId: string | undefined;
2528
-
2529
- PoolId: string | undefined;
2530
-
2531
- NetmaskLength: number | undefined;
2532
- }
2533
- export interface ProvisionPublicIpv4PoolCidrResult {
2534
- PoolId?: string;
2535
-
2536
- PoolAddressRange?: PublicIpv4PoolRange;
2537
- }
2538
- export interface PurchaseHostReservationRequest {
2539
- ClientToken?: string;
2540
-
2541
- CurrencyCode?: CurrencyCodeValues | string;
2542
-
2543
- HostIdSet: string[] | undefined;
2544
-
2545
- LimitPrice?: string;
2546
-
2547
- OfferingId: string | undefined;
2548
-
2549
- TagSpecifications?: TagSpecification[];
2550
- }
2551
- export interface PurchaseHostReservationResult {
2552
- ClientToken?: string;
2553
-
2554
- CurrencyCode?: CurrencyCodeValues | string;
2555
-
2556
- Purchase?: Purchase[];
2557
-
2558
- TotalHourlyPrice?: string;
2559
-
2560
- TotalUpfrontPrice?: string;
2561
- }
2562
-
2563
- export interface ReservedInstanceLimitPrice {
2564
- Amount?: number;
2565
-
2566
- CurrencyCode?: CurrencyCodeValues | string;
2567
- }
2568
-
2569
- export interface PurchaseReservedInstancesOfferingRequest {
2570
- InstanceCount: number | undefined;
2571
-
2572
- ReservedInstancesOfferingId: string | undefined;
2573
-
2574
- DryRun?: boolean;
2575
-
2576
- LimitPrice?: ReservedInstanceLimitPrice;
2577
-
2578
- PurchaseTime?: Date;
2579
- }
2580
-
1772
+ export declare const EnableFastSnapshotRestoreErrorItemFilterSensitiveLog: (
1773
+ obj: EnableFastSnapshotRestoreErrorItem
1774
+ ) => any;
1775
+ export declare const EnableFastSnapshotRestoresResultFilterSensitiveLog: (
1776
+ obj: EnableFastSnapshotRestoresResult
1777
+ ) => any;
1778
+ export declare const EnableImageDeprecationRequestFilterSensitiveLog: (
1779
+ obj: EnableImageDeprecationRequest
1780
+ ) => any;
1781
+ export declare const EnableImageDeprecationResultFilterSensitiveLog: (
1782
+ obj: EnableImageDeprecationResult
1783
+ ) => any;
1784
+ export declare const EnableIpamOrganizationAdminAccountRequestFilterSensitiveLog: (
1785
+ obj: EnableIpamOrganizationAdminAccountRequest
1786
+ ) => any;
1787
+ export declare const EnableIpamOrganizationAdminAccountResultFilterSensitiveLog: (
1788
+ obj: EnableIpamOrganizationAdminAccountResult
1789
+ ) => any;
1790
+ export declare const EnableSerialConsoleAccessRequestFilterSensitiveLog: (
1791
+ obj: EnableSerialConsoleAccessRequest
1792
+ ) => any;
1793
+ export declare const EnableSerialConsoleAccessResultFilterSensitiveLog: (
1794
+ obj: EnableSerialConsoleAccessResult
1795
+ ) => any;
1796
+ export declare const EnableTransitGatewayRouteTablePropagationRequestFilterSensitiveLog: (
1797
+ obj: EnableTransitGatewayRouteTablePropagationRequest
1798
+ ) => any;
1799
+ export declare const EnableTransitGatewayRouteTablePropagationResultFilterSensitiveLog: (
1800
+ obj: EnableTransitGatewayRouteTablePropagationResult
1801
+ ) => any;
1802
+ export declare const EnableVgwRoutePropagationRequestFilterSensitiveLog: (
1803
+ obj: EnableVgwRoutePropagationRequest
1804
+ ) => any;
1805
+ export declare const EnableVolumeIORequestFilterSensitiveLog: (
1806
+ obj: EnableVolumeIORequest
1807
+ ) => any;
1808
+ export declare const EnableVpcClassicLinkRequestFilterSensitiveLog: (
1809
+ obj: EnableVpcClassicLinkRequest
1810
+ ) => any;
1811
+ export declare const EnableVpcClassicLinkResultFilterSensitiveLog: (
1812
+ obj: EnableVpcClassicLinkResult
1813
+ ) => any;
1814
+ export declare const EnableVpcClassicLinkDnsSupportRequestFilterSensitiveLog: (
1815
+ obj: EnableVpcClassicLinkDnsSupportRequest
1816
+ ) => any;
1817
+ export declare const EnableVpcClassicLinkDnsSupportResultFilterSensitiveLog: (
1818
+ obj: EnableVpcClassicLinkDnsSupportResult
1819
+ ) => any;
1820
+ export declare const ExportClientVpnClientCertificateRevocationListRequestFilterSensitiveLog: (
1821
+ obj: ExportClientVpnClientCertificateRevocationListRequest
1822
+ ) => any;
2581
1823
  export declare const ClientCertificateRevocationListStatusFilterSensitiveLog: (
2582
1824
  obj: ClientCertificateRevocationListStatus
2583
1825
  ) => any;
2584
-
2585
1826
  export declare const ExportClientVpnClientCertificateRevocationListResultFilterSensitiveLog: (
2586
1827
  obj: ExportClientVpnClientCertificateRevocationListResult
2587
1828
  ) => any;
2588
-
2589
1829
  export declare const ExportClientVpnClientConfigurationRequestFilterSensitiveLog: (
2590
1830
  obj: ExportClientVpnClientConfigurationRequest
2591
1831
  ) => any;
2592
-
2593
1832
  export declare const ExportClientVpnClientConfigurationResultFilterSensitiveLog: (
2594
1833
  obj: ExportClientVpnClientConfigurationResult
2595
1834
  ) => any;
2596
-
2597
1835
  export declare const ExportTaskS3LocationRequestFilterSensitiveLog: (
2598
1836
  obj: ExportTaskS3LocationRequest
2599
1837
  ) => any;
2600
-
2601
1838
  export declare const ExportImageRequestFilterSensitiveLog: (
2602
1839
  obj: ExportImageRequest
2603
1840
  ) => any;
2604
-
2605
1841
  export declare const ExportImageResultFilterSensitiveLog: (
2606
1842
  obj: ExportImageResult
2607
1843
  ) => any;
2608
-
2609
1844
  export declare const ExportTransitGatewayRoutesRequestFilterSensitiveLog: (
2610
1845
  obj: ExportTransitGatewayRoutesRequest
2611
1846
  ) => any;
2612
-
2613
1847
  export declare const ExportTransitGatewayRoutesResultFilterSensitiveLog: (
2614
1848
  obj: ExportTransitGatewayRoutesResult
2615
1849
  ) => any;
2616
-
2617
1850
  export declare const GetAssociatedEnclaveCertificateIamRolesRequestFilterSensitiveLog: (
2618
1851
  obj: GetAssociatedEnclaveCertificateIamRolesRequest
2619
1852
  ) => any;
2620
-
2621
1853
  export declare const AssociatedRoleFilterSensitiveLog: (
2622
1854
  obj: AssociatedRole
2623
1855
  ) => any;
2624
-
2625
1856
  export declare const GetAssociatedEnclaveCertificateIamRolesResultFilterSensitiveLog: (
2626
1857
  obj: GetAssociatedEnclaveCertificateIamRolesResult
2627
1858
  ) => any;
2628
-
2629
1859
  export declare const GetAssociatedIpv6PoolCidrsRequestFilterSensitiveLog: (
2630
1860
  obj: GetAssociatedIpv6PoolCidrsRequest
2631
1861
  ) => any;
2632
-
2633
1862
  export declare const Ipv6CidrAssociationFilterSensitiveLog: (
2634
1863
  obj: Ipv6CidrAssociation
2635
1864
  ) => any;
2636
-
2637
1865
  export declare const GetAssociatedIpv6PoolCidrsResultFilterSensitiveLog: (
2638
1866
  obj: GetAssociatedIpv6PoolCidrsResult
2639
1867
  ) => any;
2640
-
2641
1868
  export declare const GetCapacityReservationUsageRequestFilterSensitiveLog: (
2642
1869
  obj: GetCapacityReservationUsageRequest
2643
1870
  ) => any;
2644
-
2645
1871
  export declare const InstanceUsageFilterSensitiveLog: (
2646
1872
  obj: InstanceUsage
2647
1873
  ) => any;
2648
-
2649
1874
  export declare const GetCapacityReservationUsageResultFilterSensitiveLog: (
2650
1875
  obj: GetCapacityReservationUsageResult
2651
1876
  ) => any;
2652
-
2653
1877
  export declare const GetCoipPoolUsageRequestFilterSensitiveLog: (
2654
1878
  obj: GetCoipPoolUsageRequest
2655
1879
  ) => any;
2656
-
2657
1880
  export declare const CoipAddressUsageFilterSensitiveLog: (
2658
1881
  obj: CoipAddressUsage
2659
1882
  ) => any;
2660
-
2661
1883
  export declare const GetCoipPoolUsageResultFilterSensitiveLog: (
2662
1884
  obj: GetCoipPoolUsageResult
2663
1885
  ) => any;
2664
-
2665
1886
  export declare const GetConsoleOutputRequestFilterSensitiveLog: (
2666
1887
  obj: GetConsoleOutputRequest
2667
1888
  ) => any;
2668
-
2669
1889
  export declare const GetConsoleOutputResultFilterSensitiveLog: (
2670
1890
  obj: GetConsoleOutputResult
2671
1891
  ) => any;
2672
-
2673
1892
  export declare const GetConsoleScreenshotRequestFilterSensitiveLog: (
2674
1893
  obj: GetConsoleScreenshotRequest
2675
1894
  ) => any;
2676
-
2677
1895
  export declare const GetConsoleScreenshotResultFilterSensitiveLog: (
2678
1896
  obj: GetConsoleScreenshotResult
2679
1897
  ) => any;
2680
-
2681
1898
  export declare const GetDefaultCreditSpecificationRequestFilterSensitiveLog: (
2682
1899
  obj: GetDefaultCreditSpecificationRequest
2683
1900
  ) => any;
2684
-
2685
1901
  export declare const InstanceFamilyCreditSpecificationFilterSensitiveLog: (
2686
1902
  obj: InstanceFamilyCreditSpecification
2687
1903
  ) => any;
2688
-
2689
1904
  export declare const GetDefaultCreditSpecificationResultFilterSensitiveLog: (
2690
1905
  obj: GetDefaultCreditSpecificationResult
2691
1906
  ) => any;
2692
-
2693
1907
  export declare const GetEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (
2694
1908
  obj: GetEbsDefaultKmsKeyIdRequest
2695
1909
  ) => any;
2696
-
2697
1910
  export declare const GetEbsDefaultKmsKeyIdResultFilterSensitiveLog: (
2698
1911
  obj: GetEbsDefaultKmsKeyIdResult
2699
1912
  ) => any;
2700
-
2701
1913
  export declare const GetEbsEncryptionByDefaultRequestFilterSensitiveLog: (
2702
1914
  obj: GetEbsEncryptionByDefaultRequest
2703
1915
  ) => any;
2704
-
2705
1916
  export declare const GetEbsEncryptionByDefaultResultFilterSensitiveLog: (
2706
1917
  obj: GetEbsEncryptionByDefaultResult
2707
1918
  ) => any;
2708
-
2709
1919
  export declare const AthenaIntegrationFilterSensitiveLog: (
2710
1920
  obj: AthenaIntegration
2711
1921
  ) => any;
2712
-
2713
1922
  export declare const IntegrateServicesFilterSensitiveLog: (
2714
1923
  obj: IntegrateServices
2715
1924
  ) => any;
2716
-
2717
1925
  export declare const GetFlowLogsIntegrationTemplateRequestFilterSensitiveLog: (
2718
1926
  obj: GetFlowLogsIntegrationTemplateRequest
2719
1927
  ) => any;
2720
-
2721
1928
  export declare const GetFlowLogsIntegrationTemplateResultFilterSensitiveLog: (
2722
1929
  obj: GetFlowLogsIntegrationTemplateResult
2723
1930
  ) => any;
2724
-
2725
1931
  export declare const GetGroupsForCapacityReservationRequestFilterSensitiveLog: (
2726
1932
  obj: GetGroupsForCapacityReservationRequest
2727
1933
  ) => any;
2728
-
2729
1934
  export declare const CapacityReservationGroupFilterSensitiveLog: (
2730
1935
  obj: CapacityReservationGroup
2731
1936
  ) => any;
2732
-
2733
1937
  export declare const GetGroupsForCapacityReservationResultFilterSensitiveLog: (
2734
1938
  obj: GetGroupsForCapacityReservationResult
2735
1939
  ) => any;
2736
-
2737
1940
  export declare const GetHostReservationPurchasePreviewRequestFilterSensitiveLog: (
2738
1941
  obj: GetHostReservationPurchasePreviewRequest
2739
1942
  ) => any;
2740
-
2741
1943
  export declare const PurchaseFilterSensitiveLog: (obj: Purchase) => any;
2742
-
2743
1944
  export declare const GetHostReservationPurchasePreviewResultFilterSensitiveLog: (
2744
1945
  obj: GetHostReservationPurchasePreviewResult
2745
1946
  ) => any;
2746
-
2747
1947
  export declare const GetInstanceTypesFromInstanceRequirementsRequestFilterSensitiveLog: (
2748
1948
  obj: GetInstanceTypesFromInstanceRequirementsRequest
2749
1949
  ) => any;
2750
-
2751
1950
  export declare const InstanceTypeInfoFromInstanceRequirementsFilterSensitiveLog: (
2752
1951
  obj: InstanceTypeInfoFromInstanceRequirements
2753
1952
  ) => any;
2754
-
2755
1953
  export declare const GetInstanceTypesFromInstanceRequirementsResultFilterSensitiveLog: (
2756
1954
  obj: GetInstanceTypesFromInstanceRequirementsResult
2757
1955
  ) => any;
2758
-
2759
1956
  export declare const GetInstanceUefiDataRequestFilterSensitiveLog: (
2760
1957
  obj: GetInstanceUefiDataRequest
2761
1958
  ) => any;
2762
-
2763
1959
  export declare const GetInstanceUefiDataResultFilterSensitiveLog: (
2764
1960
  obj: GetInstanceUefiDataResult
2765
1961
  ) => any;
2766
-
2767
1962
  export declare const GetIpamAddressHistoryRequestFilterSensitiveLog: (
2768
1963
  obj: GetIpamAddressHistoryRequest
2769
1964
  ) => any;
2770
-
2771
1965
  export declare const IpamAddressHistoryRecordFilterSensitiveLog: (
2772
1966
  obj: IpamAddressHistoryRecord
2773
1967
  ) => any;
2774
-
2775
1968
  export declare const GetIpamAddressHistoryResultFilterSensitiveLog: (
2776
1969
  obj: GetIpamAddressHistoryResult
2777
1970
  ) => any;
2778
-
2779
1971
  export declare const GetIpamPoolAllocationsRequestFilterSensitiveLog: (
2780
1972
  obj: GetIpamPoolAllocationsRequest
2781
1973
  ) => any;
2782
-
2783
1974
  export declare const GetIpamPoolAllocationsResultFilterSensitiveLog: (
2784
1975
  obj: GetIpamPoolAllocationsResult
2785
1976
  ) => any;
2786
-
2787
1977
  export declare const GetIpamPoolCidrsRequestFilterSensitiveLog: (
2788
1978
  obj: GetIpamPoolCidrsRequest
2789
1979
  ) => any;
2790
-
2791
1980
  export declare const GetIpamPoolCidrsResultFilterSensitiveLog: (
2792
1981
  obj: GetIpamPoolCidrsResult
2793
1982
  ) => any;
2794
-
2795
1983
  export declare const GetIpamResourceCidrsRequestFilterSensitiveLog: (
2796
1984
  obj: GetIpamResourceCidrsRequest
2797
1985
  ) => any;
2798
-
2799
1986
  export declare const IpamResourceCidrFilterSensitiveLog: (
2800
1987
  obj: IpamResourceCidr
2801
1988
  ) => any;
2802
-
2803
1989
  export declare const GetIpamResourceCidrsResultFilterSensitiveLog: (
2804
1990
  obj: GetIpamResourceCidrsResult
2805
1991
  ) => any;
2806
-
2807
1992
  export declare const GetLaunchTemplateDataRequestFilterSensitiveLog: (
2808
1993
  obj: GetLaunchTemplateDataRequest
2809
1994
  ) => any;
2810
-
2811
1995
  export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
2812
1996
  obj: GetLaunchTemplateDataResult
2813
1997
  ) => any;
2814
-
2815
1998
  export declare const GetManagedPrefixListAssociationsRequestFilterSensitiveLog: (
2816
1999
  obj: GetManagedPrefixListAssociationsRequest
2817
2000
  ) => any;
2818
-
2819
2001
  export declare const PrefixListAssociationFilterSensitiveLog: (
2820
2002
  obj: PrefixListAssociation
2821
2003
  ) => any;
2822
-
2823
2004
  export declare const GetManagedPrefixListAssociationsResultFilterSensitiveLog: (
2824
2005
  obj: GetManagedPrefixListAssociationsResult
2825
2006
  ) => any;
2826
-
2827
2007
  export declare const GetManagedPrefixListEntriesRequestFilterSensitiveLog: (
2828
2008
  obj: GetManagedPrefixListEntriesRequest
2829
2009
  ) => any;
2830
-
2831
2010
  export declare const PrefixListEntryFilterSensitiveLog: (
2832
2011
  obj: PrefixListEntry
2833
2012
  ) => any;
2834
-
2835
2013
  export declare const GetManagedPrefixListEntriesResultFilterSensitiveLog: (
2836
2014
  obj: GetManagedPrefixListEntriesResult
2837
2015
  ) => any;
2838
-
2839
2016
  export declare const GetNetworkInsightsAccessScopeAnalysisFindingsRequestFilterSensitiveLog: (
2840
2017
  obj: GetNetworkInsightsAccessScopeAnalysisFindingsRequest
2841
2018
  ) => any;
2842
-
2843
2019
  export declare const GetNetworkInsightsAccessScopeAnalysisFindingsResultFilterSensitiveLog: (
2844
2020
  obj: GetNetworkInsightsAccessScopeAnalysisFindingsResult
2845
2021
  ) => any;
2846
-
2847
2022
  export declare const GetNetworkInsightsAccessScopeContentRequestFilterSensitiveLog: (
2848
2023
  obj: GetNetworkInsightsAccessScopeContentRequest
2849
2024
  ) => any;
2850
-
2851
2025
  export declare const GetNetworkInsightsAccessScopeContentResultFilterSensitiveLog: (
2852
2026
  obj: GetNetworkInsightsAccessScopeContentResult
2853
2027
  ) => any;
2854
-
2855
2028
  export declare const GetPasswordDataRequestFilterSensitiveLog: (
2856
2029
  obj: GetPasswordDataRequest
2857
2030
  ) => any;
2858
-
2859
2031
  export declare const GetPasswordDataResultFilterSensitiveLog: (
2860
2032
  obj: GetPasswordDataResult
2861
2033
  ) => any;
2862
-
2863
2034
  export declare const GetReservedInstancesExchangeQuoteRequestFilterSensitiveLog: (
2864
2035
  obj: GetReservedInstancesExchangeQuoteRequest
2865
2036
  ) => any;
2866
-
2867
2037
  export declare const ReservationValueFilterSensitiveLog: (
2868
2038
  obj: ReservationValue
2869
2039
  ) => any;
2870
-
2871
2040
  export declare const ReservedInstanceReservationValueFilterSensitiveLog: (
2872
2041
  obj: ReservedInstanceReservationValue
2873
2042
  ) => any;
2874
-
2875
2043
  export declare const TargetConfigurationFilterSensitiveLog: (
2876
2044
  obj: TargetConfiguration
2877
2045
  ) => any;
2878
-
2879
2046
  export declare const TargetReservationValueFilterSensitiveLog: (
2880
2047
  obj: TargetReservationValue
2881
2048
  ) => any;
2882
-
2883
2049
  export declare const GetReservedInstancesExchangeQuoteResultFilterSensitiveLog: (
2884
2050
  obj: GetReservedInstancesExchangeQuoteResult
2885
2051
  ) => any;
2886
-
2887
2052
  export declare const GetSerialConsoleAccessStatusRequestFilterSensitiveLog: (
2888
2053
  obj: GetSerialConsoleAccessStatusRequest
2889
2054
  ) => any;
2890
-
2891
2055
  export declare const GetSerialConsoleAccessStatusResultFilterSensitiveLog: (
2892
2056
  obj: GetSerialConsoleAccessStatusResult
2893
2057
  ) => any;
2894
-
2895
2058
  export declare const InstanceRequirementsWithMetadataRequestFilterSensitiveLog: (
2896
2059
  obj: InstanceRequirementsWithMetadataRequest
2897
2060
  ) => any;
2898
-
2899
2061
  export declare const GetSpotPlacementScoresRequestFilterSensitiveLog: (
2900
2062
  obj: GetSpotPlacementScoresRequest
2901
2063
  ) => any;
2902
-
2903
2064
  export declare const SpotPlacementScoreFilterSensitiveLog: (
2904
2065
  obj: SpotPlacementScore
2905
2066
  ) => any;
2906
-
2907
2067
  export declare const GetSpotPlacementScoresResultFilterSensitiveLog: (
2908
2068
  obj: GetSpotPlacementScoresResult
2909
2069
  ) => any;
2910
-
2911
2070
  export declare const GetSubnetCidrReservationsRequestFilterSensitiveLog: (
2912
2071
  obj: GetSubnetCidrReservationsRequest
2913
2072
  ) => any;
2914
-
2915
2073
  export declare const GetSubnetCidrReservationsResultFilterSensitiveLog: (
2916
2074
  obj: GetSubnetCidrReservationsResult
2917
2075
  ) => any;
2918
-
2919
2076
  export declare const GetTransitGatewayAttachmentPropagationsRequestFilterSensitiveLog: (
2920
2077
  obj: GetTransitGatewayAttachmentPropagationsRequest
2921
2078
  ) => any;
2922
-
2923
2079
  export declare const TransitGatewayAttachmentPropagationFilterSensitiveLog: (
2924
2080
  obj: TransitGatewayAttachmentPropagation
2925
2081
  ) => any;
2926
-
2927
2082
  export declare const GetTransitGatewayAttachmentPropagationsResultFilterSensitiveLog: (
2928
2083
  obj: GetTransitGatewayAttachmentPropagationsResult
2929
2084
  ) => any;
2930
-
2931
2085
  export declare const GetTransitGatewayMulticastDomainAssociationsRequestFilterSensitiveLog: (
2932
2086
  obj: GetTransitGatewayMulticastDomainAssociationsRequest
2933
2087
  ) => any;
2934
-
2935
2088
  export declare const TransitGatewayMulticastDomainAssociationFilterSensitiveLog: (
2936
2089
  obj: TransitGatewayMulticastDomainAssociation
2937
2090
  ) => any;
2938
-
2939
2091
  export declare const GetTransitGatewayMulticastDomainAssociationsResultFilterSensitiveLog: (
2940
2092
  obj: GetTransitGatewayMulticastDomainAssociationsResult
2941
2093
  ) => any;
2942
-
2943
2094
  export declare const GetTransitGatewayPolicyTableAssociationsRequestFilterSensitiveLog: (
2944
2095
  obj: GetTransitGatewayPolicyTableAssociationsRequest
2945
2096
  ) => any;
2946
-
2947
2097
  export declare const GetTransitGatewayPolicyTableAssociationsResultFilterSensitiveLog: (
2948
2098
  obj: GetTransitGatewayPolicyTableAssociationsResult
2949
2099
  ) => any;
2950
-
2951
2100
  export declare const GetTransitGatewayPolicyTableEntriesRequestFilterSensitiveLog: (
2952
2101
  obj: GetTransitGatewayPolicyTableEntriesRequest
2953
2102
  ) => any;
2954
-
2955
2103
  export declare const TransitGatewayPolicyRuleMetaDataFilterSensitiveLog: (
2956
2104
  obj: TransitGatewayPolicyRuleMetaData
2957
2105
  ) => any;
2958
-
2959
2106
  export declare const TransitGatewayPolicyRuleFilterSensitiveLog: (
2960
2107
  obj: TransitGatewayPolicyRule
2961
2108
  ) => any;
2962
-
2963
2109
  export declare const TransitGatewayPolicyTableEntryFilterSensitiveLog: (
2964
2110
  obj: TransitGatewayPolicyTableEntry
2965
2111
  ) => any;
2966
-
2967
2112
  export declare const GetTransitGatewayPolicyTableEntriesResultFilterSensitiveLog: (
2968
2113
  obj: GetTransitGatewayPolicyTableEntriesResult
2969
2114
  ) => any;
2970
-
2971
2115
  export declare const GetTransitGatewayPrefixListReferencesRequestFilterSensitiveLog: (
2972
2116
  obj: GetTransitGatewayPrefixListReferencesRequest
2973
2117
  ) => any;
2974
-
2975
2118
  export declare const GetTransitGatewayPrefixListReferencesResultFilterSensitiveLog: (
2976
2119
  obj: GetTransitGatewayPrefixListReferencesResult
2977
2120
  ) => any;
2978
-
2979
2121
  export declare const GetTransitGatewayRouteTableAssociationsRequestFilterSensitiveLog: (
2980
2122
  obj: GetTransitGatewayRouteTableAssociationsRequest
2981
2123
  ) => any;
2982
-
2983
2124
  export declare const TransitGatewayRouteTableAssociationFilterSensitiveLog: (
2984
2125
  obj: TransitGatewayRouteTableAssociation
2985
2126
  ) => any;
2986
-
2987
2127
  export declare const GetTransitGatewayRouteTableAssociationsResultFilterSensitiveLog: (
2988
2128
  obj: GetTransitGatewayRouteTableAssociationsResult
2989
2129
  ) => any;
2990
-
2991
2130
  export declare const GetTransitGatewayRouteTablePropagationsRequestFilterSensitiveLog: (
2992
2131
  obj: GetTransitGatewayRouteTablePropagationsRequest
2993
2132
  ) => any;
2994
-
2995
2133
  export declare const TransitGatewayRouteTablePropagationFilterSensitiveLog: (
2996
2134
  obj: TransitGatewayRouteTablePropagation
2997
2135
  ) => any;
2998
-
2999
2136
  export declare const GetTransitGatewayRouteTablePropagationsResultFilterSensitiveLog: (
3000
2137
  obj: GetTransitGatewayRouteTablePropagationsResult
3001
2138
  ) => any;
3002
-
3003
2139
  export declare const GetVpnConnectionDeviceSampleConfigurationRequestFilterSensitiveLog: (
3004
2140
  obj: GetVpnConnectionDeviceSampleConfigurationRequest
3005
2141
  ) => any;
3006
-
3007
2142
  export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
3008
2143
  obj: GetVpnConnectionDeviceSampleConfigurationResult
3009
2144
  ) => any;
3010
-
3011
2145
  export declare const GetVpnConnectionDeviceTypesRequestFilterSensitiveLog: (
3012
2146
  obj: GetVpnConnectionDeviceTypesRequest
3013
2147
  ) => any;
3014
-
3015
2148
  export declare const VpnConnectionDeviceTypeFilterSensitiveLog: (
3016
2149
  obj: VpnConnectionDeviceType
3017
2150
  ) => any;
3018
-
3019
2151
  export declare const GetVpnConnectionDeviceTypesResultFilterSensitiveLog: (
3020
2152
  obj: GetVpnConnectionDeviceTypesResult
3021
2153
  ) => any;
3022
-
3023
2154
  export declare const ImportClientVpnClientCertificateRevocationListRequestFilterSensitiveLog: (
3024
2155
  obj: ImportClientVpnClientCertificateRevocationListRequest
3025
2156
  ) => any;
3026
-
3027
2157
  export declare const ImportClientVpnClientCertificateRevocationListResultFilterSensitiveLog: (
3028
2158
  obj: ImportClientVpnClientCertificateRevocationListResult
3029
2159
  ) => any;
3030
-
3031
2160
  export declare const ClientDataFilterSensitiveLog: (obj: ClientData) => any;
3032
-
3033
2161
  export declare const UserBucketFilterSensitiveLog: (obj: UserBucket) => any;
3034
-
3035
2162
  export declare const ImageDiskContainerFilterSensitiveLog: (
3036
2163
  obj: ImageDiskContainer
3037
2164
  ) => any;
3038
-
3039
2165
  export declare const ImportImageLicenseConfigurationRequestFilterSensitiveLog: (
3040
2166
  obj: ImportImageLicenseConfigurationRequest
3041
2167
  ) => any;
3042
-
3043
2168
  export declare const ImportImageRequestFilterSensitiveLog: (
3044
2169
  obj: ImportImageRequest
3045
2170
  ) => any;
3046
-
3047
2171
  export declare const ImportImageResultFilterSensitiveLog: (
3048
2172
  obj: ImportImageResult
3049
2173
  ) => any;
3050
-
3051
2174
  export declare const DiskImageDetailFilterSensitiveLog: (
3052
2175
  obj: DiskImageDetail
3053
2176
  ) => any;
3054
-
3055
2177
  export declare const VolumeDetailFilterSensitiveLog: (obj: VolumeDetail) => any;
3056
-
3057
2178
  export declare const DiskImageFilterSensitiveLog: (obj: DiskImage) => any;
3058
-
3059
2179
  export declare const UserDataFilterSensitiveLog: (obj: UserData) => any;
3060
-
3061
2180
  export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (
3062
2181
  obj: ImportInstanceLaunchSpecification
3063
2182
  ) => any;
3064
-
3065
2183
  export declare const ImportInstanceRequestFilterSensitiveLog: (
3066
2184
  obj: ImportInstanceRequest
3067
2185
  ) => any;
3068
-
3069
2186
  export declare const ImportInstanceResultFilterSensitiveLog: (
3070
2187
  obj: ImportInstanceResult
3071
2188
  ) => any;
3072
-
3073
2189
  export declare const ImportKeyPairRequestFilterSensitiveLog: (
3074
2190
  obj: ImportKeyPairRequest
3075
2191
  ) => any;
3076
-
3077
2192
  export declare const ImportKeyPairResultFilterSensitiveLog: (
3078
2193
  obj: ImportKeyPairResult
3079
2194
  ) => any;
3080
-
3081
2195
  export declare const SnapshotDiskContainerFilterSensitiveLog: (
3082
2196
  obj: SnapshotDiskContainer
3083
2197
  ) => any;
3084
-
3085
2198
  export declare const ImportSnapshotRequestFilterSensitiveLog: (
3086
2199
  obj: ImportSnapshotRequest
3087
2200
  ) => any;
3088
-
3089
2201
  export declare const ImportSnapshotResultFilterSensitiveLog: (
3090
2202
  obj: ImportSnapshotResult
3091
2203
  ) => any;
3092
-
3093
2204
  export declare const ImportVolumeRequestFilterSensitiveLog: (
3094
2205
  obj: ImportVolumeRequest
3095
2206
  ) => any;
3096
-
3097
2207
  export declare const ImportVolumeResultFilterSensitiveLog: (
3098
2208
  obj: ImportVolumeResult
3099
2209
  ) => any;
3100
-
3101
2210
  export declare const ListImagesInRecycleBinRequestFilterSensitiveLog: (
3102
2211
  obj: ListImagesInRecycleBinRequest
3103
2212
  ) => any;
3104
-
3105
2213
  export declare const ImageRecycleBinInfoFilterSensitiveLog: (
3106
2214
  obj: ImageRecycleBinInfo
3107
2215
  ) => any;
3108
-
3109
2216
  export declare const ListImagesInRecycleBinResultFilterSensitiveLog: (
3110
2217
  obj: ListImagesInRecycleBinResult
3111
2218
  ) => any;
3112
-
3113
2219
  export declare const ListSnapshotsInRecycleBinRequestFilterSensitiveLog: (
3114
2220
  obj: ListSnapshotsInRecycleBinRequest
3115
2221
  ) => any;
3116
-
3117
2222
  export declare const SnapshotRecycleBinInfoFilterSensitiveLog: (
3118
2223
  obj: SnapshotRecycleBinInfo
3119
2224
  ) => any;
3120
-
3121
2225
  export declare const ListSnapshotsInRecycleBinResultFilterSensitiveLog: (
3122
2226
  obj: ListSnapshotsInRecycleBinResult
3123
2227
  ) => any;
3124
-
3125
2228
  export declare const ModifyAddressAttributeRequestFilterSensitiveLog: (
3126
2229
  obj: ModifyAddressAttributeRequest
3127
2230
  ) => any;
3128
-
3129
2231
  export declare const ModifyAddressAttributeResultFilterSensitiveLog: (
3130
2232
  obj: ModifyAddressAttributeResult
3131
2233
  ) => any;
3132
-
3133
2234
  export declare const ModifyAvailabilityZoneGroupRequestFilterSensitiveLog: (
3134
2235
  obj: ModifyAvailabilityZoneGroupRequest
3135
2236
  ) => any;
3136
-
3137
2237
  export declare const ModifyAvailabilityZoneGroupResultFilterSensitiveLog: (
3138
2238
  obj: ModifyAvailabilityZoneGroupResult
3139
2239
  ) => any;
3140
-
3141
2240
  export declare const ModifyCapacityReservationRequestFilterSensitiveLog: (
3142
2241
  obj: ModifyCapacityReservationRequest
3143
2242
  ) => any;
3144
-
3145
2243
  export declare const ModifyCapacityReservationResultFilterSensitiveLog: (
3146
2244
  obj: ModifyCapacityReservationResult
3147
2245
  ) => any;
3148
-
3149
2246
  export declare const ModifyCapacityReservationFleetRequestFilterSensitiveLog: (
3150
2247
  obj: ModifyCapacityReservationFleetRequest
3151
2248
  ) => any;
3152
-
3153
2249
  export declare const ModifyCapacityReservationFleetResultFilterSensitiveLog: (
3154
2250
  obj: ModifyCapacityReservationFleetResult
3155
2251
  ) => any;
3156
-
3157
2252
  export declare const DnsServersOptionsModifyStructureFilterSensitiveLog: (
3158
2253
  obj: DnsServersOptionsModifyStructure
3159
2254
  ) => any;
3160
-
3161
2255
  export declare const ModifyClientVpnEndpointRequestFilterSensitiveLog: (
3162
2256
  obj: ModifyClientVpnEndpointRequest
3163
2257
  ) => any;
3164
-
3165
2258
  export declare const ModifyClientVpnEndpointResultFilterSensitiveLog: (
3166
2259
  obj: ModifyClientVpnEndpointResult
3167
2260
  ) => any;
3168
-
3169
2261
  export declare const ModifyDefaultCreditSpecificationRequestFilterSensitiveLog: (
3170
2262
  obj: ModifyDefaultCreditSpecificationRequest
3171
2263
  ) => any;
3172
-
3173
2264
  export declare const ModifyDefaultCreditSpecificationResultFilterSensitiveLog: (
3174
2265
  obj: ModifyDefaultCreditSpecificationResult
3175
2266
  ) => any;
3176
-
3177
2267
  export declare const ModifyEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (
3178
2268
  obj: ModifyEbsDefaultKmsKeyIdRequest
3179
2269
  ) => any;
3180
-
3181
2270
  export declare const ModifyEbsDefaultKmsKeyIdResultFilterSensitiveLog: (
3182
2271
  obj: ModifyEbsDefaultKmsKeyIdResult
3183
2272
  ) => any;
3184
-
3185
2273
  export declare const ModifyFleetRequestFilterSensitiveLog: (
3186
2274
  obj: ModifyFleetRequest
3187
2275
  ) => any;
3188
-
3189
2276
  export declare const ModifyFleetResultFilterSensitiveLog: (
3190
2277
  obj: ModifyFleetResult
3191
2278
  ) => any;
3192
-
3193
2279
  export declare const LoadPermissionRequestFilterSensitiveLog: (
3194
2280
  obj: LoadPermissionRequest
3195
2281
  ) => any;
3196
-
3197
2282
  export declare const LoadPermissionModificationsFilterSensitiveLog: (
3198
2283
  obj: LoadPermissionModifications
3199
2284
  ) => any;
3200
-
3201
2285
  export declare const ModifyFpgaImageAttributeRequestFilterSensitiveLog: (
3202
2286
  obj: ModifyFpgaImageAttributeRequest
3203
2287
  ) => any;
3204
-
3205
2288
  export declare const ModifyFpgaImageAttributeResultFilterSensitiveLog: (
3206
2289
  obj: ModifyFpgaImageAttributeResult
3207
2290
  ) => any;
3208
-
3209
2291
  export declare const ModifyHostsRequestFilterSensitiveLog: (
3210
2292
  obj: ModifyHostsRequest
3211
2293
  ) => any;
3212
-
3213
2294
  export declare const ModifyHostsResultFilterSensitiveLog: (
3214
2295
  obj: ModifyHostsResult
3215
2296
  ) => any;
3216
-
3217
2297
  export declare const ModifyIdentityIdFormatRequestFilterSensitiveLog: (
3218
2298
  obj: ModifyIdentityIdFormatRequest
3219
2299
  ) => any;
3220
-
3221
2300
  export declare const ModifyIdFormatRequestFilterSensitiveLog: (
3222
2301
  obj: ModifyIdFormatRequest
3223
2302
  ) => any;
3224
-
3225
2303
  export declare const LaunchPermissionModificationsFilterSensitiveLog: (
3226
2304
  obj: LaunchPermissionModifications
3227
2305
  ) => any;
3228
-
3229
2306
  export declare const ModifyImageAttributeRequestFilterSensitiveLog: (
3230
2307
  obj: ModifyImageAttributeRequest
3231
2308
  ) => any;
3232
-
3233
2309
  export declare const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog: (
3234
2310
  obj: EbsInstanceBlockDeviceSpecification
3235
2311
  ) => any;
3236
-
3237
2312
  export declare const InstanceBlockDeviceMappingSpecificationFilterSensitiveLog: (
3238
2313
  obj: InstanceBlockDeviceMappingSpecification
3239
2314
  ) => any;
3240
-
3241
2315
  export declare const BlobAttributeValueFilterSensitiveLog: (
3242
2316
  obj: BlobAttributeValue
3243
2317
  ) => any;
3244
-
3245
2318
  export declare const ModifyInstanceAttributeRequestFilterSensitiveLog: (
3246
2319
  obj: ModifyInstanceAttributeRequest
3247
2320
  ) => any;
3248
-
3249
2321
  export declare const CapacityReservationSpecificationFilterSensitiveLog: (
3250
2322
  obj: CapacityReservationSpecification
3251
2323
  ) => any;
3252
-
3253
2324
  export declare const ModifyInstanceCapacityReservationAttributesRequestFilterSensitiveLog: (
3254
2325
  obj: ModifyInstanceCapacityReservationAttributesRequest
3255
2326
  ) => any;
3256
-
3257
2327
  export declare const ModifyInstanceCapacityReservationAttributesResultFilterSensitiveLog: (
3258
2328
  obj: ModifyInstanceCapacityReservationAttributesResult
3259
2329
  ) => any;
3260
-
3261
2330
  export declare const InstanceCreditSpecificationRequestFilterSensitiveLog: (
3262
2331
  obj: InstanceCreditSpecificationRequest
3263
2332
  ) => any;
3264
-
3265
2333
  export declare const ModifyInstanceCreditSpecificationRequestFilterSensitiveLog: (
3266
2334
  obj: ModifyInstanceCreditSpecificationRequest
3267
2335
  ) => any;
3268
-
3269
2336
  export declare const SuccessfulInstanceCreditSpecificationItemFilterSensitiveLog: (
3270
2337
  obj: SuccessfulInstanceCreditSpecificationItem
3271
2338
  ) => any;
3272
-
3273
2339
  export declare const UnsuccessfulInstanceCreditSpecificationItemErrorFilterSensitiveLog: (
3274
2340
  obj: UnsuccessfulInstanceCreditSpecificationItemError
3275
2341
  ) => any;
3276
-
3277
2342
  export declare const UnsuccessfulInstanceCreditSpecificationItemFilterSensitiveLog: (
3278
2343
  obj: UnsuccessfulInstanceCreditSpecificationItem
3279
2344
  ) => any;
3280
-
3281
2345
  export declare const ModifyInstanceCreditSpecificationResultFilterSensitiveLog: (
3282
2346
  obj: ModifyInstanceCreditSpecificationResult
3283
2347
  ) => any;
3284
-
3285
2348
  export declare const ModifyInstanceEventStartTimeRequestFilterSensitiveLog: (
3286
2349
  obj: ModifyInstanceEventStartTimeRequest
3287
2350
  ) => any;
3288
-
3289
2351
  export declare const ModifyInstanceEventStartTimeResultFilterSensitiveLog: (
3290
2352
  obj: ModifyInstanceEventStartTimeResult
3291
2353
  ) => any;
3292
-
3293
2354
  export declare const ModifyInstanceEventWindowRequestFilterSensitiveLog: (
3294
2355
  obj: ModifyInstanceEventWindowRequest
3295
2356
  ) => any;
3296
-
3297
2357
  export declare const ModifyInstanceEventWindowResultFilterSensitiveLog: (
3298
2358
  obj: ModifyInstanceEventWindowResult
3299
2359
  ) => any;
3300
-
3301
2360
  export declare const ModifyInstanceMaintenanceOptionsRequestFilterSensitiveLog: (
3302
2361
  obj: ModifyInstanceMaintenanceOptionsRequest
3303
2362
  ) => any;
3304
-
3305
2363
  export declare const ModifyInstanceMaintenanceOptionsResultFilterSensitiveLog: (
3306
2364
  obj: ModifyInstanceMaintenanceOptionsResult
3307
2365
  ) => any;
3308
-
3309
2366
  export declare const ModifyInstanceMetadataOptionsRequestFilterSensitiveLog: (
3310
2367
  obj: ModifyInstanceMetadataOptionsRequest
3311
2368
  ) => any;
3312
-
3313
2369
  export declare const ModifyInstanceMetadataOptionsResultFilterSensitiveLog: (
3314
2370
  obj: ModifyInstanceMetadataOptionsResult
3315
2371
  ) => any;
3316
-
3317
2372
  export declare const ModifyInstancePlacementRequestFilterSensitiveLog: (
3318
2373
  obj: ModifyInstancePlacementRequest
3319
2374
  ) => any;
3320
-
3321
2375
  export declare const ModifyInstancePlacementResultFilterSensitiveLog: (
3322
2376
  obj: ModifyInstancePlacementResult
3323
2377
  ) => any;
3324
-
3325
2378
  export declare const RemoveIpamOperatingRegionFilterSensitiveLog: (
3326
2379
  obj: RemoveIpamOperatingRegion
3327
2380
  ) => any;
3328
-
3329
2381
  export declare const ModifyIpamRequestFilterSensitiveLog: (
3330
2382
  obj: ModifyIpamRequest
3331
2383
  ) => any;
3332
-
3333
2384
  export declare const ModifyIpamResultFilterSensitiveLog: (
3334
2385
  obj: ModifyIpamResult
3335
2386
  ) => any;
3336
-
3337
2387
  export declare const ModifyIpamPoolRequestFilterSensitiveLog: (
3338
2388
  obj: ModifyIpamPoolRequest
3339
2389
  ) => any;
3340
-
3341
2390
  export declare const ModifyIpamPoolResultFilterSensitiveLog: (
3342
2391
  obj: ModifyIpamPoolResult
3343
2392
  ) => any;
3344
-
3345
2393
  export declare const ModifyIpamResourceCidrRequestFilterSensitiveLog: (
3346
2394
  obj: ModifyIpamResourceCidrRequest
3347
2395
  ) => any;
3348
-
3349
2396
  export declare const ModifyIpamResourceCidrResultFilterSensitiveLog: (
3350
2397
  obj: ModifyIpamResourceCidrResult
3351
2398
  ) => any;
3352
-
3353
2399
  export declare const ModifyIpamScopeRequestFilterSensitiveLog: (
3354
2400
  obj: ModifyIpamScopeRequest
3355
2401
  ) => any;
3356
-
3357
2402
  export declare const ModifyIpamScopeResultFilterSensitiveLog: (
3358
2403
  obj: ModifyIpamScopeResult
3359
2404
  ) => any;
3360
-
3361
2405
  export declare const ModifyLaunchTemplateRequestFilterSensitiveLog: (
3362
2406
  obj: ModifyLaunchTemplateRequest
3363
2407
  ) => any;
3364
-
3365
2408
  export declare const ModifyLaunchTemplateResultFilterSensitiveLog: (
3366
2409
  obj: ModifyLaunchTemplateResult
3367
2410
  ) => any;
3368
-
3369
2411
  export declare const ModifyLocalGatewayRouteRequestFilterSensitiveLog: (
3370
2412
  obj: ModifyLocalGatewayRouteRequest
3371
2413
  ) => any;
3372
-
3373
2414
  export declare const ModifyLocalGatewayRouteResultFilterSensitiveLog: (
3374
2415
  obj: ModifyLocalGatewayRouteResult
3375
2416
  ) => any;
3376
-
3377
2417
  export declare const RemovePrefixListEntryFilterSensitiveLog: (
3378
2418
  obj: RemovePrefixListEntry
3379
2419
  ) => any;
3380
-
3381
2420
  export declare const ModifyManagedPrefixListRequestFilterSensitiveLog: (
3382
2421
  obj: ModifyManagedPrefixListRequest
3383
2422
  ) => any;
3384
-
3385
2423
  export declare const ModifyManagedPrefixListResultFilterSensitiveLog: (
3386
2424
  obj: ModifyManagedPrefixListResult
3387
2425
  ) => any;
3388
-
3389
2426
  export declare const NetworkInterfaceAttachmentChangesFilterSensitiveLog: (
3390
2427
  obj: NetworkInterfaceAttachmentChanges
3391
2428
  ) => any;
3392
-
3393
2429
  export declare const ModifyNetworkInterfaceAttributeRequestFilterSensitiveLog: (
3394
2430
  obj: ModifyNetworkInterfaceAttributeRequest
3395
2431
  ) => any;
3396
-
3397
2432
  export declare const ModifyPrivateDnsNameOptionsRequestFilterSensitiveLog: (
3398
2433
  obj: ModifyPrivateDnsNameOptionsRequest
3399
2434
  ) => any;
3400
-
3401
2435
  export declare const ModifyPrivateDnsNameOptionsResultFilterSensitiveLog: (
3402
2436
  obj: ModifyPrivateDnsNameOptionsResult
3403
2437
  ) => any;
3404
-
3405
2438
  export declare const ModifyReservedInstancesRequestFilterSensitiveLog: (
3406
2439
  obj: ModifyReservedInstancesRequest
3407
2440
  ) => any;
3408
-
3409
2441
  export declare const ModifyReservedInstancesResultFilterSensitiveLog: (
3410
2442
  obj: ModifyReservedInstancesResult
3411
2443
  ) => any;
3412
-
3413
2444
  export declare const SecurityGroupRuleRequestFilterSensitiveLog: (
3414
2445
  obj: SecurityGroupRuleRequest
3415
2446
  ) => any;
3416
-
3417
2447
  export declare const SecurityGroupRuleUpdateFilterSensitiveLog: (
3418
2448
  obj: SecurityGroupRuleUpdate
3419
2449
  ) => any;
3420
-
3421
2450
  export declare const ModifySecurityGroupRulesRequestFilterSensitiveLog: (
3422
2451
  obj: ModifySecurityGroupRulesRequest
3423
2452
  ) => any;
3424
-
3425
2453
  export declare const ModifySecurityGroupRulesResultFilterSensitiveLog: (
3426
2454
  obj: ModifySecurityGroupRulesResult
3427
2455
  ) => any;
3428
-
3429
2456
  export declare const CreateVolumePermissionModificationsFilterSensitiveLog: (
3430
2457
  obj: CreateVolumePermissionModifications
3431
2458
  ) => any;
3432
-
3433
2459
  export declare const ModifySnapshotAttributeRequestFilterSensitiveLog: (
3434
2460
  obj: ModifySnapshotAttributeRequest
3435
2461
  ) => any;
3436
-
3437
2462
  export declare const ModifySnapshotTierRequestFilterSensitiveLog: (
3438
2463
  obj: ModifySnapshotTierRequest
3439
2464
  ) => any;
3440
-
3441
2465
  export declare const ModifySnapshotTierResultFilterSensitiveLog: (
3442
2466
  obj: ModifySnapshotTierResult
3443
2467
  ) => any;
3444
-
3445
2468
  export declare const ModifySpotFleetRequestRequestFilterSensitiveLog: (
3446
2469
  obj: ModifySpotFleetRequestRequest
3447
2470
  ) => any;
3448
-
3449
2471
  export declare const ModifySpotFleetRequestResponseFilterSensitiveLog: (
3450
2472
  obj: ModifySpotFleetRequestResponse
3451
2473
  ) => any;
3452
-
3453
2474
  export declare const ModifySubnetAttributeRequestFilterSensitiveLog: (
3454
2475
  obj: ModifySubnetAttributeRequest
3455
2476
  ) => any;
3456
-
3457
2477
  export declare const ModifyTrafficMirrorFilterNetworkServicesRequestFilterSensitiveLog: (
3458
2478
  obj: ModifyTrafficMirrorFilterNetworkServicesRequest
3459
2479
  ) => any;
3460
-
3461
2480
  export declare const ModifyTrafficMirrorFilterNetworkServicesResultFilterSensitiveLog: (
3462
2481
  obj: ModifyTrafficMirrorFilterNetworkServicesResult
3463
2482
  ) => any;
3464
-
3465
2483
  export declare const ModifyTrafficMirrorFilterRuleRequestFilterSensitiveLog: (
3466
2484
  obj: ModifyTrafficMirrorFilterRuleRequest
3467
2485
  ) => any;
3468
-
3469
2486
  export declare const ModifyTrafficMirrorFilterRuleResultFilterSensitiveLog: (
3470
2487
  obj: ModifyTrafficMirrorFilterRuleResult
3471
2488
  ) => any;
3472
-
3473
2489
  export declare const ModifyTrafficMirrorSessionRequestFilterSensitiveLog: (
3474
2490
  obj: ModifyTrafficMirrorSessionRequest
3475
2491
  ) => any;
3476
-
3477
2492
  export declare const ModifyTrafficMirrorSessionResultFilterSensitiveLog: (
3478
2493
  obj: ModifyTrafficMirrorSessionResult
3479
2494
  ) => any;
3480
-
3481
2495
  export declare const ModifyTransitGatewayOptionsFilterSensitiveLog: (
3482
2496
  obj: ModifyTransitGatewayOptions
3483
2497
  ) => any;
3484
-
3485
2498
  export declare const ModifyTransitGatewayRequestFilterSensitiveLog: (
3486
2499
  obj: ModifyTransitGatewayRequest
3487
2500
  ) => any;
3488
-
3489
2501
  export declare const ModifyTransitGatewayResultFilterSensitiveLog: (
3490
2502
  obj: ModifyTransitGatewayResult
3491
2503
  ) => any;
3492
-
3493
2504
  export declare const ModifyTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
3494
2505
  obj: ModifyTransitGatewayPrefixListReferenceRequest
3495
2506
  ) => any;
3496
-
3497
2507
  export declare const ModifyTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
3498
2508
  obj: ModifyTransitGatewayPrefixListReferenceResult
3499
2509
  ) => any;
3500
-
3501
2510
  export declare const ModifyTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (
3502
2511
  obj: ModifyTransitGatewayVpcAttachmentRequestOptions
3503
2512
  ) => any;
3504
-
3505
2513
  export declare const ModifyTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
3506
2514
  obj: ModifyTransitGatewayVpcAttachmentRequest
3507
2515
  ) => any;
3508
-
3509
2516
  export declare const ModifyTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
3510
2517
  obj: ModifyTransitGatewayVpcAttachmentResult
3511
2518
  ) => any;
3512
-
3513
2519
  export declare const ModifyVolumeRequestFilterSensitiveLog: (
3514
2520
  obj: ModifyVolumeRequest
3515
2521
  ) => any;
3516
-
3517
2522
  export declare const ModifyVolumeResultFilterSensitiveLog: (
3518
2523
  obj: ModifyVolumeResult
3519
2524
  ) => any;
3520
-
3521
2525
  export declare const ModifyVolumeAttributeRequestFilterSensitiveLog: (
3522
2526
  obj: ModifyVolumeAttributeRequest
3523
2527
  ) => any;
3524
-
3525
2528
  export declare const ModifyVpcAttributeRequestFilterSensitiveLog: (
3526
2529
  obj: ModifyVpcAttributeRequest
3527
2530
  ) => any;
3528
-
3529
2531
  export declare const ModifyVpcEndpointRequestFilterSensitiveLog: (
3530
2532
  obj: ModifyVpcEndpointRequest
3531
2533
  ) => any;
3532
-
3533
2534
  export declare const ModifyVpcEndpointResultFilterSensitiveLog: (
3534
2535
  obj: ModifyVpcEndpointResult
3535
2536
  ) => any;
3536
-
3537
2537
  export declare const ModifyVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (
3538
2538
  obj: ModifyVpcEndpointConnectionNotificationRequest
3539
2539
  ) => any;
3540
-
3541
2540
  export declare const ModifyVpcEndpointConnectionNotificationResultFilterSensitiveLog: (
3542
2541
  obj: ModifyVpcEndpointConnectionNotificationResult
3543
2542
  ) => any;
3544
-
3545
2543
  export declare const ModifyVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (
3546
2544
  obj: ModifyVpcEndpointServiceConfigurationRequest
3547
2545
  ) => any;
3548
-
3549
2546
  export declare const ModifyVpcEndpointServiceConfigurationResultFilterSensitiveLog: (
3550
2547
  obj: ModifyVpcEndpointServiceConfigurationResult
3551
2548
  ) => any;
3552
-
3553
2549
  export declare const ModifyVpcEndpointServicePayerResponsibilityRequestFilterSensitiveLog: (
3554
2550
  obj: ModifyVpcEndpointServicePayerResponsibilityRequest
3555
2551
  ) => any;
3556
-
3557
2552
  export declare const ModifyVpcEndpointServicePayerResponsibilityResultFilterSensitiveLog: (
3558
2553
  obj: ModifyVpcEndpointServicePayerResponsibilityResult
3559
2554
  ) => any;
3560
-
3561
2555
  export declare const ModifyVpcEndpointServicePermissionsRequestFilterSensitiveLog: (
3562
2556
  obj: ModifyVpcEndpointServicePermissionsRequest
3563
2557
  ) => any;
3564
-
3565
2558
  export declare const ModifyVpcEndpointServicePermissionsResultFilterSensitiveLog: (
3566
2559
  obj: ModifyVpcEndpointServicePermissionsResult
3567
2560
  ) => any;
3568
-
3569
2561
  export declare const PeeringConnectionOptionsRequestFilterSensitiveLog: (
3570
2562
  obj: PeeringConnectionOptionsRequest
3571
2563
  ) => any;
3572
-
3573
2564
  export declare const ModifyVpcPeeringConnectionOptionsRequestFilterSensitiveLog: (
3574
2565
  obj: ModifyVpcPeeringConnectionOptionsRequest
3575
2566
  ) => any;
3576
-
3577
2567
  export declare const PeeringConnectionOptionsFilterSensitiveLog: (
3578
2568
  obj: PeeringConnectionOptions
3579
2569
  ) => any;
3580
-
3581
2570
  export declare const ModifyVpcPeeringConnectionOptionsResultFilterSensitiveLog: (
3582
2571
  obj: ModifyVpcPeeringConnectionOptionsResult
3583
2572
  ) => any;
3584
-
3585
2573
  export declare const ModifyVpcTenancyRequestFilterSensitiveLog: (
3586
2574
  obj: ModifyVpcTenancyRequest
3587
2575
  ) => any;
3588
-
3589
2576
  export declare const ModifyVpcTenancyResultFilterSensitiveLog: (
3590
2577
  obj: ModifyVpcTenancyResult
3591
2578
  ) => any;
3592
-
3593
2579
  export declare const ModifyVpnConnectionRequestFilterSensitiveLog: (
3594
2580
  obj: ModifyVpnConnectionRequest
3595
2581
  ) => any;
3596
-
3597
2582
  export declare const ModifyVpnConnectionResultFilterSensitiveLog: (
3598
2583
  obj: ModifyVpnConnectionResult
3599
2584
  ) => any;
3600
-
3601
2585
  export declare const ModifyVpnConnectionOptionsRequestFilterSensitiveLog: (
3602
2586
  obj: ModifyVpnConnectionOptionsRequest
3603
2587
  ) => any;
3604
-
3605
2588
  export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (
3606
2589
  obj: ModifyVpnConnectionOptionsResult
3607
2590
  ) => any;
3608
-
3609
2591
  export declare const ModifyVpnTunnelCertificateRequestFilterSensitiveLog: (
3610
2592
  obj: ModifyVpnTunnelCertificateRequest
3611
2593
  ) => any;
3612
-
3613
2594
  export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (
3614
2595
  obj: ModifyVpnTunnelCertificateResult
3615
2596
  ) => any;
3616
-
3617
2597
  export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (
3618
2598
  obj: ModifyVpnTunnelOptionsSpecification
3619
2599
  ) => any;
3620
-
3621
2600
  export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
3622
2601
  obj: ModifyVpnTunnelOptionsRequest
3623
2602
  ) => any;
3624
-
3625
2603
  export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
3626
2604
  obj: ModifyVpnTunnelOptionsResult
3627
2605
  ) => any;
3628
-
3629
2606
  export declare const MonitorInstancesRequestFilterSensitiveLog: (
3630
2607
  obj: MonitorInstancesRequest
3631
2608
  ) => any;
3632
-
3633
2609
  export declare const InstanceMonitoringFilterSensitiveLog: (
3634
2610
  obj: InstanceMonitoring
3635
2611
  ) => any;
3636
-
3637
- export declare const MonitorInstancesResultFilterSensitiveLog: (
3638
- obj: MonitorInstancesResult
3639
- ) => any;
3640
-
3641
- export declare const MoveAddressToVpcRequestFilterSensitiveLog: (
3642
- obj: MoveAddressToVpcRequest
3643
- ) => any;
3644
-
3645
- export declare const MoveAddressToVpcResultFilterSensitiveLog: (
3646
- obj: MoveAddressToVpcResult
3647
- ) => any;
3648
-
3649
- export declare const MoveByoipCidrToIpamRequestFilterSensitiveLog: (
3650
- obj: MoveByoipCidrToIpamRequest
3651
- ) => any;
3652
-
3653
- export declare const MoveByoipCidrToIpamResultFilterSensitiveLog: (
3654
- obj: MoveByoipCidrToIpamResult
3655
- ) => any;
3656
-
3657
- export declare const CidrAuthorizationContextFilterSensitiveLog: (
3658
- obj: CidrAuthorizationContext
3659
- ) => any;
3660
-
3661
- export declare const ProvisionByoipCidrRequestFilterSensitiveLog: (
3662
- obj: ProvisionByoipCidrRequest
3663
- ) => any;
3664
-
3665
- export declare const ProvisionByoipCidrResultFilterSensitiveLog: (
3666
- obj: ProvisionByoipCidrResult
3667
- ) => any;
3668
-
3669
- export declare const IpamCidrAuthorizationContextFilterSensitiveLog: (
3670
- obj: IpamCidrAuthorizationContext
3671
- ) => any;
3672
-
3673
- export declare const ProvisionIpamPoolCidrRequestFilterSensitiveLog: (
3674
- obj: ProvisionIpamPoolCidrRequest
3675
- ) => any;
3676
-
3677
- export declare const ProvisionIpamPoolCidrResultFilterSensitiveLog: (
3678
- obj: ProvisionIpamPoolCidrResult
3679
- ) => any;
3680
-
3681
- export declare const ProvisionPublicIpv4PoolCidrRequestFilterSensitiveLog: (
3682
- obj: ProvisionPublicIpv4PoolCidrRequest
3683
- ) => any;
3684
-
3685
- export declare const ProvisionPublicIpv4PoolCidrResultFilterSensitiveLog: (
3686
- obj: ProvisionPublicIpv4PoolCidrResult
3687
- ) => any;
3688
-
3689
- export declare const PurchaseHostReservationRequestFilterSensitiveLog: (
3690
- obj: PurchaseHostReservationRequest
3691
- ) => any;
3692
-
3693
- export declare const PurchaseHostReservationResultFilterSensitiveLog: (
3694
- obj: PurchaseHostReservationResult
3695
- ) => any;
3696
-
3697
- export declare const ReservedInstanceLimitPriceFilterSensitiveLog: (
3698
- obj: ReservedInstanceLimitPrice
3699
- ) => any;
3700
-
3701
- export declare const PurchaseReservedInstancesOfferingRequestFilterSensitiveLog: (
3702
- obj: PurchaseReservedInstancesOfferingRequest
3703
- ) => any;