@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,5 +1,286 @@
1
- import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, DnsSupportValue, DynamicRoutingValue, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, MulticastSupportValue, SubnetCidrReservation, VolumeType, VpnEcmpSupportValue } from "./models_1";
1
+ import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, ByoipCidr, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, DnsSupportValue, DynamicRoutingValue, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
+ import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, TrafficMirrorFilterRule, VolumeType } from "./models_1";
3
+ export interface CreateTrafficMirrorFilterRuleResult {
4
+ /**
5
+ * <p>The Traffic Mirror rule.</p>
6
+ */
7
+ TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
8
+ /**
9
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
10
+ */
11
+ ClientToken?: string;
12
+ }
13
+ export interface CreateTrafficMirrorSessionRequest {
14
+ /**
15
+ * <p>The ID of the source network interface.</p>
16
+ */
17
+ NetworkInterfaceId: string | undefined;
18
+ /**
19
+ * <p>The ID of the Traffic Mirror target.</p>
20
+ */
21
+ TrafficMirrorTargetId: string | undefined;
22
+ /**
23
+ * <p>The ID of the Traffic Mirror filter.</p>
24
+ */
25
+ TrafficMirrorFilterId: string | undefined;
26
+ /**
27
+ * <p>The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do
28
+ * not specify this parameter when you want to mirror the entire packet. To mirror a subset of
29
+ * the packet, set this to the length (in bytes) that you want to mirror. For example, if you
30
+ * set this value to 100, then the first 100 bytes that meet the filter criteria are copied to
31
+ * the target.</p>
32
+ * <p>If you do not want to mirror the entire packet, use the <code>PacketLength</code> parameter to specify the number of bytes in each packet to mirror.</p>
33
+ */
34
+ PacketLength?: number;
35
+ /**
36
+ * <p>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</p>
37
+ * <p>Valid values are 1-32766.</p>
38
+ */
39
+ SessionNumber: number | undefined;
40
+ /**
41
+ * <p>The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN
42
+ * protocol, see <a href="https://tools.ietf.org/html/rfc7348">RFC 7348</a>. If you do
43
+ * not specify a <code>VirtualNetworkId</code>, an account-wide unique id is chosen at
44
+ * random.</p>
45
+ */
46
+ VirtualNetworkId?: number;
47
+ /**
48
+ * <p>The description of the Traffic Mirror session.</p>
49
+ */
50
+ Description?: string;
51
+ /**
52
+ * <p>The tags to assign to a Traffic Mirror session.</p>
53
+ */
54
+ TagSpecifications?: TagSpecification[];
55
+ /**
56
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
57
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
58
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
59
+ */
60
+ DryRun?: boolean;
61
+ /**
62
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
63
+ */
64
+ ClientToken?: string;
65
+ }
66
+ /**
67
+ * <p>Describes a Traffic Mirror session.</p>
68
+ */
69
+ export interface TrafficMirrorSession {
70
+ /**
71
+ * <p>The ID for the Traffic Mirror session.</p>
72
+ */
73
+ TrafficMirrorSessionId?: string;
74
+ /**
75
+ * <p>The ID of the Traffic Mirror target.</p>
76
+ */
77
+ TrafficMirrorTargetId?: string;
78
+ /**
79
+ * <p>The ID of the Traffic Mirror filter.</p>
80
+ */
81
+ TrafficMirrorFilterId?: string;
82
+ /**
83
+ * <p>The ID of the Traffic Mirror session's network interface.</p>
84
+ */
85
+ NetworkInterfaceId?: string;
86
+ /**
87
+ * <p>The ID of the account that owns the Traffic Mirror session.</p>
88
+ */
89
+ OwnerId?: string;
90
+ /**
91
+ * <p>The number of bytes in each packet to mirror. These are the bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet</p>
92
+ */
93
+ PacketLength?: number;
94
+ /**
95
+ * <p>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</p>
96
+ * <p>Valid values are 1-32766.</p>
97
+ */
98
+ SessionNumber?: number;
99
+ /**
100
+ * <p>The virtual network ID associated with the Traffic Mirror session.</p>
101
+ */
102
+ VirtualNetworkId?: number;
103
+ /**
104
+ * <p>The description of the Traffic Mirror session.</p>
105
+ */
106
+ Description?: string;
107
+ /**
108
+ * <p>The tags assigned to the Traffic Mirror session.</p>
109
+ */
110
+ Tags?: Tag[];
111
+ }
112
+ export interface CreateTrafficMirrorSessionResult {
113
+ /**
114
+ * <p>Information about the Traffic Mirror session.</p>
115
+ */
116
+ TrafficMirrorSession?: TrafficMirrorSession;
117
+ /**
118
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
119
+ */
120
+ ClientToken?: string;
121
+ }
122
+ export interface CreateTrafficMirrorTargetRequest {
123
+ /**
124
+ * <p>The network interface ID that is associated with the target.</p>
125
+ */
126
+ NetworkInterfaceId?: string;
127
+ /**
128
+ * <p>The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.</p>
129
+ */
130
+ NetworkLoadBalancerArn?: string;
131
+ /**
132
+ * <p>The description of the Traffic Mirror target.</p>
133
+ */
134
+ Description?: string;
135
+ /**
136
+ * <p>The tags to assign to the Traffic Mirror target.</p>
137
+ */
138
+ TagSpecifications?: TagSpecification[];
139
+ /**
140
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
141
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
142
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
143
+ */
144
+ DryRun?: boolean;
145
+ /**
146
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
147
+ */
148
+ ClientToken?: string;
149
+ /**
150
+ * <p>The ID of the Gateway Load Balancer endpoint.</p>
151
+ */
152
+ GatewayLoadBalancerEndpointId?: string;
153
+ }
154
+ export declare enum TrafficMirrorTargetType {
155
+ gateway_load_balancer_endpoint = "gateway-load-balancer-endpoint",
156
+ network_interface = "network-interface",
157
+ network_load_balancer = "network-load-balancer"
158
+ }
159
+ /**
160
+ * <p>Describes a Traffic Mirror target.</p>
161
+ */
162
+ export interface TrafficMirrorTarget {
163
+ /**
164
+ * <p>The ID of the Traffic Mirror target.</p>
165
+ */
166
+ TrafficMirrorTargetId?: string;
167
+ /**
168
+ * <p>The network interface ID that is attached to the target.</p>
169
+ */
170
+ NetworkInterfaceId?: string;
171
+ /**
172
+ * <p>The Amazon Resource Name (ARN) of the Network Load Balancer.</p>
173
+ */
174
+ NetworkLoadBalancerArn?: string;
175
+ /**
176
+ * <p>The type of Traffic Mirror target.</p>
177
+ */
178
+ Type?: TrafficMirrorTargetType | string;
179
+ /**
180
+ * <p>Information about the Traffic Mirror target.</p>
181
+ */
182
+ Description?: string;
183
+ /**
184
+ * <p>The ID of the account that owns the Traffic Mirror target.</p>
185
+ */
186
+ OwnerId?: string;
187
+ /**
188
+ * <p>The tags assigned to the Traffic Mirror target.</p>
189
+ */
190
+ Tags?: Tag[];
191
+ /**
192
+ * <p>The ID of the Gateway Load Balancer endpoint.</p>
193
+ */
194
+ GatewayLoadBalancerEndpointId?: string;
195
+ }
196
+ export interface CreateTrafficMirrorTargetResult {
197
+ /**
198
+ * <p>Information about the Traffic Mirror target.</p>
199
+ */
200
+ TrafficMirrorTarget?: TrafficMirrorTarget;
201
+ /**
202
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
203
+ */
204
+ ClientToken?: string;
205
+ }
206
+ export declare enum AutoAcceptSharedAttachmentsValue {
207
+ disable = "disable",
208
+ enable = "enable"
209
+ }
210
+ export declare enum DefaultRouteTableAssociationValue {
211
+ disable = "disable",
212
+ enable = "enable"
213
+ }
214
+ export declare enum DefaultRouteTablePropagationValue {
215
+ disable = "disable",
216
+ enable = "enable"
217
+ }
218
+ export declare enum MulticastSupportValue {
219
+ disable = "disable",
220
+ enable = "enable"
221
+ }
222
+ export declare enum VpnEcmpSupportValue {
223
+ disable = "disable",
224
+ enable = "enable"
225
+ }
226
+ /**
227
+ * <p>Describes the options for a transit gateway.</p>
228
+ */
229
+ export interface TransitGatewayRequestOptions {
230
+ /**
231
+ * <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
232
+ * The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The default is <code>64512</code>.</p>
233
+ */
234
+ AmazonSideAsn?: number;
235
+ /**
236
+ * <p>Enable or disable automatic acceptance of attachment requests. Disabled by default.</p>
237
+ */
238
+ AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
239
+ /**
240
+ * <p>Enable or disable automatic association with the default association route table. Enabled by default.</p>
241
+ */
242
+ DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
243
+ /**
244
+ * <p>Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.</p>
245
+ */
246
+ DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
247
+ /**
248
+ * <p>Enable or disable Equal Cost Multipath Protocol support. Enabled by default.</p>
249
+ */
250
+ VpnEcmpSupport?: VpnEcmpSupportValue | string;
251
+ /**
252
+ * <p>Enable or disable DNS support. Enabled by default.</p>
253
+ */
254
+ DnsSupport?: DnsSupportValue | string;
255
+ /**
256
+ * <p>Indicates whether multicast is enabled on the transit gateway</p>
257
+ */
258
+ MulticastSupport?: MulticastSupportValue | string;
259
+ /**
260
+ * <p>One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.</p>
261
+ */
262
+ TransitGatewayCidrBlocks?: string[];
263
+ }
264
+ export interface CreateTransitGatewayRequest {
265
+ /**
266
+ * <p>A description of the transit gateway.</p>
267
+ */
268
+ Description?: string;
269
+ /**
270
+ * <p>The transit gateway options.</p>
271
+ */
272
+ Options?: TransitGatewayRequestOptions;
273
+ /**
274
+ * <p>The tags to apply to the transit gateway.</p>
275
+ */
276
+ TagSpecifications?: TagSpecification[];
277
+ /**
278
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
279
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
280
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
281
+ */
282
+ DryRun?: boolean;
283
+ }
3
284
  /**
4
285
  * <p>Describes the options for a transit gateway.</p>
5
286
  */
@@ -46,7 +327,13 @@ export interface TransitGatewayOptions {
46
327
  */
47
328
  MulticastSupport?: MulticastSupportValue | string;
48
329
  }
49
- export declare type TransitGatewayState = "available" | "deleted" | "deleting" | "modifying" | "pending";
330
+ export declare enum TransitGatewayState {
331
+ available = "available",
332
+ deleted = "deleted",
333
+ deleting = "deleting",
334
+ modifying = "modifying",
335
+ pending = "pending"
336
+ }
50
337
  /**
51
338
  * <p>Describes a transit gateway.</p>
52
339
  */
@@ -90,7 +377,9 @@ export interface CreateTransitGatewayResult {
90
377
  */
91
378
  TransitGateway?: TransitGateway;
92
379
  }
93
- export declare type ProtocolValue = "gre";
380
+ export declare enum ProtocolValue {
381
+ gre = "gre"
382
+ }
94
383
  /**
95
384
  * <p>The options for a Connect attachment.</p>
96
385
  */
@@ -215,7 +504,10 @@ export interface CreateTransitGatewayConnectPeerRequest {
215
504
  */
216
505
  DryRun?: boolean;
217
506
  }
218
- export declare type BgpStatus = "down" | "up";
507
+ export declare enum BgpStatus {
508
+ down = "down",
509
+ up = "up"
510
+ }
219
511
  /**
220
512
  * <p>The BGP configuration information.</p>
221
513
  */
@@ -266,7 +558,12 @@ export interface TransitGatewayConnectPeerConfiguration {
266
558
  */
267
559
  BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[];
268
560
  }
269
- export declare type TransitGatewayConnectPeerState = "available" | "deleted" | "deleting" | "pending";
561
+ export declare enum TransitGatewayConnectPeerState {
562
+ available = "available",
563
+ deleted = "deleted",
564
+ deleting = "deleting",
565
+ pending = "pending"
566
+ }
270
567
  /**
271
568
  * <p>Describes a transit gateway Connect peer.</p>
272
569
  */
@@ -302,9 +599,18 @@ export interface CreateTransitGatewayConnectPeerResult {
302
599
  */
303
600
  TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
304
601
  }
305
- export declare type AutoAcceptSharedAssociationsValue = "disable" | "enable";
306
- export declare type Igmpv2SupportValue = "disable" | "enable";
307
- export declare type StaticSourcesSupportValue = "disable" | "enable";
602
+ export declare enum AutoAcceptSharedAssociationsValue {
603
+ disable = "disable",
604
+ enable = "enable"
605
+ }
606
+ export declare enum Igmpv2SupportValue {
607
+ disable = "disable",
608
+ enable = "enable"
609
+ }
610
+ export declare enum StaticSourcesSupportValue {
611
+ disable = "disable",
612
+ enable = "enable"
613
+ }
308
614
  /**
309
615
  * <p>The options for the transit gateway multicast domain.</p>
310
616
  */
@@ -359,7 +665,12 @@ export interface TransitGatewayMulticastDomainOptions {
359
665
  */
360
666
  AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
361
667
  }
362
- export declare type TransitGatewayMulticastDomainState = "available" | "deleted" | "deleting" | "pending";
668
+ export declare enum TransitGatewayMulticastDomainState {
669
+ available = "available",
670
+ deleted = "deleted",
671
+ deleting = "deleting",
672
+ pending = "pending"
673
+ }
363
674
  /**
364
675
  * <p>Describes the transit gateway multicast domain.</p>
365
676
  */
@@ -527,7 +838,12 @@ export interface CreateTransitGatewayPrefixListReferenceRequest {
527
838
  */
528
839
  DryRun?: boolean;
529
840
  }
530
- export declare type TransitGatewayPrefixListReferenceState = "available" | "deleting" | "modifying" | "pending";
841
+ export declare enum TransitGatewayPrefixListReferenceState {
842
+ available = "available",
843
+ deleting = "deleting",
844
+ modifying = "modifying",
845
+ pending = "pending"
846
+ }
531
847
  /**
532
848
  * <p>Describes a transit gateway prefix list attachment.</p>
533
849
  */
@@ -605,7 +921,13 @@ export interface CreateTransitGatewayRouteRequest {
605
921
  */
606
922
  DryRun?: boolean;
607
923
  }
608
- export declare type TransitGatewayRouteState = "active" | "blackhole" | "deleted" | "deleting" | "pending";
924
+ export declare enum TransitGatewayRouteState {
925
+ active = "active",
926
+ blackhole = "blackhole",
927
+ deleted = "deleted",
928
+ deleting = "deleting",
929
+ pending = "pending"
930
+ }
609
931
  /**
610
932
  * <p>Describes a route attachment.</p>
611
933
  */
@@ -623,7 +945,10 @@ export interface TransitGatewayRouteAttachment {
623
945
  */
624
946
  ResourceType?: TransitGatewayAttachmentResourceType | string;
625
947
  }
626
- export declare type TransitGatewayRouteType = "propagated" | "static";
948
+ export declare enum TransitGatewayRouteType {
949
+ propagated = "propagated",
950
+ static = "static"
951
+ }
627
952
  /**
628
953
  * <p>Describes a route for a transit gateway route table.</p>
629
954
  */
@@ -675,7 +1000,12 @@ export interface CreateTransitGatewayRouteTableRequest {
675
1000
  */
676
1001
  DryRun?: boolean;
677
1002
  }
678
- export declare type TransitGatewayRouteTableState = "available" | "deleted" | "deleting" | "pending";
1003
+ export declare enum TransitGatewayRouteTableState {
1004
+ available = "available",
1005
+ deleted = "deleted",
1006
+ deleting = "deleting",
1007
+ pending = "pending"
1008
+ }
679
1009
  /**
680
1010
  * <p>Describes a transit gateway route table.</p>
681
1011
  */
@@ -1016,7 +1346,14 @@ export interface CreateVolumeRequest {
1016
1346
  */
1017
1347
  ClientToken?: string;
1018
1348
  }
1019
- export declare type VolumeState = "available" | "creating" | "deleted" | "deleting" | "error" | "in-use";
1349
+ export declare enum VolumeState {
1350
+ available = "available",
1351
+ creating = "creating",
1352
+ deleted = "deleted",
1353
+ deleting = "deleting",
1354
+ error = "error",
1355
+ in_use = "in-use"
1356
+ }
1020
1357
  /**
1021
1358
  * <p>Describes a volume.</p>
1022
1359
  */
@@ -1717,7 +2054,10 @@ export interface CreateVpcPeeringConnectionResult {
1717
2054
  */
1718
2055
  VpcPeeringConnection?: VpcPeeringConnection;
1719
2056
  }
1720
- export declare type TunnelInsideIpVersion = "ipv4" | "ipv6";
2057
+ export declare enum TunnelInsideIpVersion {
2058
+ ipv4 = "ipv4",
2059
+ ipv6 = "ipv6"
2060
+ }
1721
2061
  /**
1722
2062
  * <p>The IKE version that is permitted for the VPN tunnel.</p>
1723
2063
  */
@@ -2355,8 +2695,15 @@ export interface VpnConnectionOptions {
2355
2695
  */
2356
2696
  TunnelOptions?: TunnelOption[];
2357
2697
  }
2358
- export declare type VpnStaticRouteSource = "Static";
2359
- export declare type VpnState = "available" | "deleted" | "deleting" | "pending";
2698
+ export declare enum VpnStaticRouteSource {
2699
+ Static = "Static"
2700
+ }
2701
+ export declare enum VpnState {
2702
+ available = "available",
2703
+ deleted = "deleted",
2704
+ deleting = "deleting",
2705
+ pending = "pending"
2706
+ }
2360
2707
  /**
2361
2708
  * <p>Describes a static route for a VPN connection.</p>
2362
2709
  */
@@ -2374,7 +2721,10 @@ export interface VpnStaticRoute {
2374
2721
  */
2375
2722
  State?: VpnState | string;
2376
2723
  }
2377
- export declare type TelemetryStatus = "DOWN" | "UP";
2724
+ export declare enum TelemetryStatus {
2725
+ DOWN = "DOWN",
2726
+ UP = "UP"
2727
+ }
2378
2728
  /**
2379
2729
  * <p>Describes telemetry for a VPN tunnel.</p>
2380
2730
  */
@@ -2630,27 +2980,17 @@ export interface DeleteClientVpnRouteResult {
2630
2980
  */
2631
2981
  Status?: ClientVpnRouteStatus;
2632
2982
  }
2633
- /**
2634
- * <p>Contains the parameters for DeleteCustomerGateway.</p>
2635
- */
2636
- export interface DeleteCustomerGatewayRequest {
2983
+ export interface DeleteCoipCidrRequest {
2637
2984
  /**
2638
- * <p>The ID of the customer gateway.</p>
2639
- */
2640
- CustomerGatewayId: string | undefined;
2641
- /**
2642
- * <p>Checks whether you have the required permissions for the action, without actually
2643
- * making the request, and provides an error response. If you have the required
2644
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
2645
- * <code>UnauthorizedOperation</code>.</p>
2985
+ * <p> A customer-owned IP address range that you want to delete. </p>
2646
2986
  */
2647
- DryRun?: boolean;
2648
- }
2649
- export interface DeleteDhcpOptionsRequest {
2987
+ Cidr: string | undefined;
2650
2988
  /**
2651
- * <p>The ID of the DHCP options set.</p>
2989
+ * <p>
2990
+ * The ID of the customer-owned address pool.
2991
+ * </p>
2652
2992
  */
2653
- DhcpOptionsId: string | undefined;
2993
+ CoipPoolId: string | undefined;
2654
2994
  /**
2655
2995
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
2656
2996
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -2658,15 +2998,69 @@ export interface DeleteDhcpOptionsRequest {
2658
2998
  */
2659
2999
  DryRun?: boolean;
2660
3000
  }
2661
- export interface DeleteEgressOnlyInternetGatewayRequest {
3001
+ export interface DeleteCoipCidrResult {
3002
+ /**
3003
+ * <p>
3004
+ * Information about a range of customer-owned IP addresses.
3005
+ * </p>
3006
+ */
3007
+ CoipCidr?: CoipCidr;
3008
+ }
3009
+ export interface DeleteCoipPoolRequest {
3010
+ /**
3011
+ * <p>The ID of the CoIP pool that you want to delete. </p>
3012
+ */
3013
+ CoipPoolId: string | undefined;
2662
3014
  /**
2663
3015
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
2664
3016
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2665
3017
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2666
3018
  */
2667
3019
  DryRun?: boolean;
3020
+ }
3021
+ export interface DeleteCoipPoolResult {
2668
3022
  /**
2669
- * <p>The ID of the egress-only internet gateway.</p>
3023
+ * <p>Describes a customer-owned address pool.</p>
3024
+ */
3025
+ CoipPool?: CoipPool;
3026
+ }
3027
+ /**
3028
+ * <p>Contains the parameters for DeleteCustomerGateway.</p>
3029
+ */
3030
+ export interface DeleteCustomerGatewayRequest {
3031
+ /**
3032
+ * <p>The ID of the customer gateway.</p>
3033
+ */
3034
+ CustomerGatewayId: string | undefined;
3035
+ /**
3036
+ * <p>Checks whether you have the required permissions for the action, without actually
3037
+ * making the request, and provides an error response. If you have the required
3038
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
3039
+ * <code>UnauthorizedOperation</code>.</p>
3040
+ */
3041
+ DryRun?: boolean;
3042
+ }
3043
+ export interface DeleteDhcpOptionsRequest {
3044
+ /**
3045
+ * <p>The ID of the DHCP options set.</p>
3046
+ */
3047
+ DhcpOptionsId: string | undefined;
3048
+ /**
3049
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3050
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3051
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3052
+ */
3053
+ DryRun?: boolean;
3054
+ }
3055
+ export interface DeleteEgressOnlyInternetGatewayRequest {
3056
+ /**
3057
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3058
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3059
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3060
+ */
3061
+ DryRun?: boolean;
3062
+ /**
3063
+ * <p>The ID of the egress-only internet gateway.</p>
2670
3064
  */
2671
3065
  EgressOnlyInternetGatewayId: string | undefined;
2672
3066
  }
@@ -3086,6 +3480,46 @@ export interface DeleteLocalGatewayRouteResult {
3086
3480
  */
3087
3481
  Route?: LocalGatewayRoute;
3088
3482
  }
3483
+ export interface DeleteLocalGatewayRouteTableRequest {
3484
+ /**
3485
+ * <p>
3486
+ * The ID of the local gateway route table.
3487
+ * </p>
3488
+ */
3489
+ LocalGatewayRouteTableId: string | undefined;
3490
+ /**
3491
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3492
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3493
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3494
+ */
3495
+ DryRun?: boolean;
3496
+ }
3497
+ export interface DeleteLocalGatewayRouteTableResult {
3498
+ /**
3499
+ * <p>Describes a local gateway route table.</p>
3500
+ */
3501
+ LocalGatewayRouteTable?: LocalGatewayRouteTable;
3502
+ }
3503
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
3504
+ /**
3505
+ * <p>
3506
+ * The ID of the local gateway route table virtual interface group association.
3507
+ * </p>
3508
+ */
3509
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
3510
+ /**
3511
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3512
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3513
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3514
+ */
3515
+ DryRun?: boolean;
3516
+ }
3517
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
3518
+ /**
3519
+ * <p>Describes an association between a local gateway route table and a virtual interface group.</p>
3520
+ */
3521
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
3522
+ }
3089
3523
  export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
3090
3524
  /**
3091
3525
  * <p>The ID of the association.</p>
@@ -4343,773 +4777,42 @@ export interface DescribeAddressesAttributeResult {
4343
4777
  */
4344
4778
  NextToken?: string;
4345
4779
  }
4346
- export interface DescribeAggregateIdFormatRequest {
4347
- /**
4348
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
4349
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4350
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4351
- */
4352
- DryRun?: boolean;
4353
- }
4354
4780
  /**
4355
- * <p>Describes the ID format for a resource.</p>
4781
+ * @internal
4356
4782
  */
4357
- export interface IdFormat {
4358
- /**
4359
- * <p>The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.</p>
4360
- */
4361
- Deadline?: Date;
4362
- /**
4363
- * <p>The type of resource.</p>
4364
- */
4365
- Resource?: string;
4366
- /**
4367
- * <p>Indicates whether longer IDs (17-character IDs) are enabled for the resource.</p>
4368
- */
4369
- UseLongIds?: boolean;
4370
- }
4371
- export interface DescribeAggregateIdFormatResult {
4372
- /**
4373
- * <p>Indicates whether all resource types in the Region are configured to use longer IDs.
4374
- * This value is only <code>true</code> if all users are configured to use longer IDs for
4375
- * all resources types in the Region.</p>
4376
- */
4377
- UseLongIdsAggregated?: boolean;
4378
- /**
4379
- * <p>Information about each resource's ID format.</p>
4380
- */
4381
- Statuses?: IdFormat[];
4382
- }
4383
- export interface DescribeAvailabilityZonesRequest {
4384
- /**
4385
- * <p>The filters.</p>
4386
- * <ul>
4387
- * <li>
4388
- * <p>
4389
- * <code>group-name</code> - For Availability Zones, use the Region name. For Local
4390
- * Zones, use the name of the group associated with the Local Zone (for example,
4391
- * <code>us-west-2-lax-1</code>) For Wavelength Zones, use the name of the group associated
4392
- * with the Wavelength Zone (for example, <code>us-east-1-wl1-bos-wlz-1</code>).</p>
4393
- * </li>
4394
- * <li>
4395
- * <p>
4396
- * <code>message</code> - The Zone message.</p>
4397
- * </li>
4398
- * <li>
4399
- * <p>
4400
- * <code>opt-in-status</code> - The opt-in status (<code>opted-in</code>, and
4401
- * <code>not-opted-in</code> | <code>opt-in-not-required</code>).</p>
4402
- * </li>
4403
- * <li>
4404
- * <p>
4405
- * <code>parent-zoneID</code> - The ID of the zone that handles some of the Local Zone
4406
- * and Wavelength Zone control plane operations, such as API calls.</p>
4407
- * </li>
4408
- * <li>
4409
- * <p>
4410
- * <code>parent-zoneName</code> - The ID of the zone that handles some of the Local Zone
4411
- * and Wavelength Zone control plane operations, such as API calls.</p>
4412
- * </li>
4413
- * <li>
4414
- * <p>
4415
- * <code>region-name</code> - The name of the Region for the Zone (for example,
4416
- * <code>us-east-1</code>).</p>
4417
- * </li>
4418
- * <li>
4419
- * <p>
4420
- * <code>state</code> - The state of the Availability Zone, the Local Zone, or the
4421
- * Wavelength Zone (<code>available</code>).</p>
4422
- * </li>
4423
- * <li>
4424
- * <p>
4425
- * <code>zone-id</code> - The ID of the Availability Zone (for example,
4426
- * <code>use1-az1</code>), the Local Zone (for example, <code>usw2-lax1-az1</code>), or the
4427
- * Wavelength Zone (for example, <code>us-east-1-wl1-bos-wlz-1</code>).</p>
4428
- * </li>
4429
- * <li>
4430
- * <p>
4431
- * <code>zone-type</code> - The type of zone, for example, <code>local-zone</code>.</p>
4432
- * </li>
4433
- * <li>
4434
- * <p>
4435
- * <code>zone-name</code> - The name of the Availability Zone (for example,
4436
- * <code>us-east-1a</code>), the Local Zone (for example, <code>us-west-2-lax-1a</code>), or
4437
- * the Wavelength Zone (for example, <code>us-east-1-wl1-bos-wlz-1</code>).</p>
4438
- * </li>
4439
- * <li>
4440
- * <p>
4441
- * <code>zone-type</code> - The type of zone, for example, <code>local-zone</code>.</p>
4442
- * </li>
4443
- * </ul>
4444
- */
4445
- Filters?: Filter[];
4446
- /**
4447
- * <p>The names of the Availability Zones, Local Zones, and Wavelength Zones.</p>
4448
- */
4449
- ZoneNames?: string[];
4450
- /**
4451
- * <p>The IDs of the Availability Zones, Local Zones, and Wavelength Zones.</p>
4452
- */
4453
- ZoneIds?: string[];
4454
- /**
4455
- * <p>Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your
4456
- * opt-in status.</p>
4457
- * <p>If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.</p>
4458
- */
4459
- AllAvailabilityZones?: boolean;
4460
- /**
4461
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
4462
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4463
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4464
- */
4465
- DryRun?: boolean;
4466
- }
4783
+ export declare const CreateTrafficMirrorFilterRuleResultFilterSensitiveLog: (obj: CreateTrafficMirrorFilterRuleResult) => any;
4467
4784
  /**
4468
- * <p>Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.</p>
4785
+ * @internal
4469
4786
  */
4470
- export interface AvailabilityZoneMessage {
4471
- /**
4472
- * <p>The message about the Availability Zone, Local Zone, or Wavelength Zone.</p>
4473
- */
4474
- Message?: string;
4475
- }
4476
- export declare type AvailabilityZoneOptInStatus = "not-opted-in" | "opt-in-not-required" | "opted-in";
4477
- export declare type AvailabilityZoneState = "available" | "impaired" | "information" | "unavailable";
4787
+ export declare const CreateTrafficMirrorSessionRequestFilterSensitiveLog: (obj: CreateTrafficMirrorSessionRequest) => any;
4478
4788
  /**
4479
- * <p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>
4789
+ * @internal
4480
4790
  */
4481
- export interface AvailabilityZone {
4482
- /**
4483
- * <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. This value is always
4484
- * <code>available</code>.</p>
4485
- */
4486
- State?: AvailabilityZoneState | string;
4487
- /**
4488
- * <p>For Availability Zones, this parameter always has the value of
4489
- * <code>opt-in-not-required</code>.</p>
4490
- * <p>For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible
4491
- * values are <code>opted-in</code>, and <code>not-opted-in</code>.</p>
4492
- */
4493
- OptInStatus?: AvailabilityZoneOptInStatus | string;
4494
- /**
4495
- * <p>Any messages about the Availability Zone, Local Zone, or Wavelength Zone.</p>
4496
- */
4497
- Messages?: AvailabilityZoneMessage[];
4498
- /**
4499
- * <p>The name of the Region.</p>
4500
- */
4501
- RegionName?: string;
4502
- /**
4503
- * <p>The name of the Availability Zone, Local Zone, or Wavelength Zone.</p>
4504
- */
4505
- ZoneName?: string;
4506
- /**
4507
- * <p>The ID of the Availability Zone, Local Zone, or Wavelength Zone.</p>
4508
- */
4509
- ZoneId?: string;
4510
- /**
4511
- * <p> For Availability Zones, this parameter has the same value as the Region name.</p>
4512
- * <p>For Local Zones, the name of the associated group, for example
4513
- * <code>us-west-2-lax-1</code>.</p>
4514
- * <p>For Wavelength Zones, the name of the associated group, for example
4515
- * <code>us-east-1-wl1-bos-wlz-1</code>.</p>
4516
- */
4517
- GroupName?: string;
4518
- /**
4519
- * <p>The name of the network border group.</p>
4520
- */
4521
- NetworkBorderGroup?: string;
4522
- /**
4523
- * <p>The type of zone. The valid values are <code>availability-zone</code>,
4524
- * <code>local-zone</code>, and <code>wavelength-zone</code>.</p>
4525
- */
4526
- ZoneType?: string;
4527
- /**
4528
- * <p>The name of the zone that handles some of the Local Zone or Wavelength Zone control plane
4529
- * operations, such as API calls.</p>
4530
- */
4531
- ParentZoneName?: string;
4532
- /**
4533
- * <p>The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane
4534
- * operations, such as API calls.</p>
4535
- */
4536
- ParentZoneId?: string;
4537
- }
4538
- export interface DescribeAvailabilityZonesResult {
4539
- /**
4540
- * <p>Information about the Availability Zones, Local Zones, and Wavelength Zones.</p>
4541
- */
4542
- AvailabilityZones?: AvailabilityZone[];
4543
- }
4544
- export interface DescribeBundleTasksRequest {
4545
- /**
4546
- * <p>The bundle task IDs.</p>
4547
- * <p>Default: Describes all your bundle tasks.</p>
4548
- */
4549
- BundleIds?: string[];
4550
- /**
4551
- * <p>The filters.</p>
4552
- * <ul>
4553
- * <li>
4554
- * <p>
4555
- * <code>bundle-id</code> - The ID of the bundle task.</p>
4556
- * </li>
4557
- * <li>
4558
- * <p>
4559
- * <code>error-code</code> - If the task failed, the error code returned.</p>
4560
- * </li>
4561
- * <li>
4562
- * <p>
4563
- * <code>error-message</code> - If the task failed, the error message returned.</p>
4564
- * </li>
4565
- * <li>
4566
- * <p>
4567
- * <code>instance-id</code> - The ID of the instance.</p>
4568
- * </li>
4569
- * <li>
4570
- * <p>
4571
- * <code>progress</code> - The level of task completion, as a percentage (for example, 20%).</p>
4572
- * </li>
4573
- * <li>
4574
- * <p>
4575
- * <code>s3-bucket</code> - The Amazon S3 bucket to store the AMI.</p>
4576
- * </li>
4577
- * <li>
4578
- * <p>
4579
- * <code>s3-prefix</code> - The beginning of the AMI name.</p>
4580
- * </li>
4581
- * <li>
4582
- * <p>
4583
- * <code>start-time</code> - The time the task started (for example, 2013-09-15T17:15:20.000Z).</p>
4584
- * </li>
4585
- * <li>
4586
- * <p>
4587
- * <code>state</code> - The state of the task (<code>pending</code> | <code>waiting-for-shutdown</code> | <code>bundling</code> |
4588
- * <code>storing</code> | <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
4589
- * </li>
4590
- * <li>
4591
- * <p>
4592
- * <code>update-time</code> - The time of the most recent update for the task.</p>
4593
- * </li>
4594
- * </ul>
4595
- */
4596
- Filters?: Filter[];
4597
- /**
4598
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
4599
- * and provides an error response. If you have the required permissions, the error response is
4600
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4601
- */
4602
- DryRun?: boolean;
4603
- }
4604
- export interface DescribeBundleTasksResult {
4605
- /**
4606
- * <p>Information about the bundle tasks.</p>
4607
- */
4608
- BundleTasks?: BundleTask[];
4609
- }
4610
- export interface DescribeByoipCidrsRequest {
4611
- /**
4612
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
4613
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4614
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4615
- */
4616
- DryRun?: boolean;
4617
- /**
4618
- * <p>The maximum number of results to return with a single call.
4619
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
4620
- */
4621
- MaxResults: number | undefined;
4622
- /**
4623
- * <p>The token for the next page of results.</p>
4624
- */
4625
- NextToken?: string;
4626
- }
4627
- export interface DescribeByoipCidrsResult {
4628
- /**
4629
- * <p>Information about your address ranges.</p>
4630
- */
4631
- ByoipCidrs?: ByoipCidr[];
4632
- /**
4633
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
4634
- */
4635
- NextToken?: string;
4636
- }
4637
- export interface DescribeCapacityReservationFleetsRequest {
4638
- /**
4639
- * <p>The IDs of the Capacity Reservation Fleets to describe.</p>
4640
- */
4641
- CapacityReservationFleetIds?: string[];
4642
- /**
4643
- * <p>The token to use to retrieve the next page of results.</p>
4644
- */
4645
- NextToken?: string;
4646
- /**
4647
- * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
4648
- */
4649
- MaxResults?: number;
4650
- /**
4651
- * <p>One or more filters.</p>
4652
- * <ul>
4653
- * <li>
4654
- * <p>
4655
- * <code>state</code> - The state of the Fleet (<code>submitted</code> | <code>modifying</code> | <code>active</code> |
4656
- * <code>partially_fulfilled</code> | <code>expiring</code> | <code>expired</code> | <code>cancelling</code> |
4657
- * <code>cancelled</code> | <code>failed</code>).</p>
4658
- * </li>
4659
- * <li>
4660
- * <p>
4661
- * <code>instance-match-criteria</code> - The instance matching criteria for the Fleet. Only <code>open</code> is supported.</p>
4662
- * </li>
4663
- * <li>
4664
- * <p>
4665
- * <code>tenancy</code> - The tenancy of the Fleet (<code>default</code> | <code>dedicated</code>).</p>
4666
- * </li>
4667
- * <li>
4668
- * <p>
4669
- * <code>allocation-strategy</code> - The allocation strategy used by the Fleet. Only <code>prioritized</code> is supported.</p>
4670
- * </li>
4671
- * </ul>
4672
- */
4673
- Filters?: Filter[];
4674
- /**
4675
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4676
- */
4677
- DryRun?: boolean;
4678
- }
4791
+ export declare const TrafficMirrorSessionFilterSensitiveLog: (obj: TrafficMirrorSession) => any;
4679
4792
  /**
4680
- * <p>Information about a Capacity Reservation Fleet.</p>
4793
+ * @internal
4681
4794
  */
4682
- export interface CapacityReservationFleet {
4683
- /**
4684
- * <p>The ID of the Capacity Reservation Fleet.</p>
4685
- */
4686
- CapacityReservationFleetId?: string;
4687
- /**
4688
- * <p>The ARN of the Capacity Reservation Fleet.</p>
4689
- */
4690
- CapacityReservationFleetArn?: string;
4691
- /**
4692
- * <p>The state of the Capacity Reservation Fleet. Possible states include:</p>
4693
- * <ul>
4694
- * <li>
4695
- * <p>
4696
- * <code>submitted</code> - The Capacity Reservation Fleet request has been submitted
4697
- * and Amazon Elastic Compute Cloud is preparing to create the Capacity Reservations.</p>
4698
- * </li>
4699
- * <li>
4700
- * <p>
4701
- * <code>modifying</code> - The Capacity Reservation Fleet is being modified. The Fleet
4702
- * remains in this state until the modification is complete.</p>
4703
- * </li>
4704
- * <li>
4705
- * <p>
4706
- * <code>active</code> - The Capacity Reservation Fleet has fulfilled its total target
4707
- * capacity and it is attempting to maintain this capacity. The Fleet remains in this
4708
- * state until it is modified or deleted.</p>
4709
- * </li>
4710
- * <li>
4711
- * <p>
4712
- * <code>partially_fulfilled</code> - The Capacity Reservation Fleet has partially
4713
- * fulfilled its total target capacity. There is insufficient Amazon EC2 to
4714
- * fulfill the total target capacity. The Fleet is attempting to asynchronously fulfill
4715
- * its total target capacity.</p>
4716
- * </li>
4717
- * <li>
4718
- * <p>
4719
- * <code>expiring</code> - The Capacity Reservation Fleet has reach its end date and it
4720
- * is in the process of expiring. One or more of its Capacity reservations might still
4721
- * be active.</p>
4722
- * </li>
4723
- * <li>
4724
- * <p>
4725
- * <code>expired</code> - The Capacity Reservation Fleet has reach its end date. The Fleet
4726
- * and its Capacity Reservations are expired. The Fleet can't create new Capacity
4727
- * Reservations.</p>
4728
- * </li>
4729
- * <li>
4730
- * <p>
4731
- * <code>cancelling</code> - The Capacity Reservation Fleet is in the process of being
4732
- * cancelled. One or more of its Capacity reservations might still be active.</p>
4733
- * </li>
4734
- * <li>
4735
- * <p>
4736
- * <code>cancelled</code> - The Capacity Reservation Fleet has been manually cancelled.
4737
- * The Fleet and its Capacity Reservations are cancelled and the Fleet can't create new
4738
- * Capacity Reservations.</p>
4739
- * </li>
4740
- * <li>
4741
- * <p>
4742
- * <code>failed</code> - The Capacity Reservation Fleet failed to reserve capacity for
4743
- * the specified instance types.</p>
4744
- * </li>
4745
- * </ul>
4746
- */
4747
- State?: CapacityReservationFleetState | string;
4748
- /**
4749
- * <p>The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.
4750
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target capacity</a>
4751
- * in the Amazon EC2 User Guide.</p>
4752
- */
4753
- TotalTargetCapacity?: number;
4754
- /**
4755
- * <p>The capacity units that have been fulfilled.</p>
4756
- */
4757
- TotalFulfilledCapacity?: number;
4758
- /**
4759
- * <p>The tenancy of the Capacity Reservation Fleet. Tenancies include:</p>
4760
- * <ul>
4761
- * <li>
4762
- * <p>
4763
- * <code>default</code> - The Capacity Reservation Fleet is created on hardware that is
4764
- * shared with other Amazon Web Services accounts.</p>
4765
- * </li>
4766
- * <li>
4767
- * <p>
4768
- * <code>dedicated</code> - The Capacity Reservation Fleet is created on single-tenant
4769
- * hardware that is dedicated to a single Amazon Web Services account.</p>
4770
- * </li>
4771
- * </ul>
4772
- */
4773
- Tenancy?: FleetCapacityReservationTenancy | string;
4774
- /**
4775
- * <p>The date and time at which the Capacity Reservation Fleet expires.</p>
4776
- */
4777
- EndDate?: Date;
4778
- /**
4779
- * <p>The date and time at which the Capacity Reservation Fleet was created.</p>
4780
- */
4781
- CreateTime?: Date;
4782
- /**
4783
- * <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All
4784
- * Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
4785
- * <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching criteria
4786
- * only. This means that instances that have matching attributes (instance type, platform, and
4787
- * Availability Zone) run in the Capacity Reservations automatically. Instances do not need to
4788
- * explicitly target a Capacity Reservation Fleet to use its reserved capacity.</p>
4789
- */
4790
- InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
4791
- /**
4792
- * <p>The strategy used by the Capacity Reservation Fleet to determine which of the specified
4793
- * instance types to use. For more information, see For more information, see
4794
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy">
4795
- * Allocation strategy</a> in the Amazon EC2 User Guide.</p>
4796
- */
4797
- AllocationStrategy?: string;
4798
- /**
4799
- * <p>Information about the instance types for which to reserve the capacity.</p>
4800
- */
4801
- InstanceTypeSpecifications?: FleetCapacityReservation[];
4802
- /**
4803
- * <p>The tags assigned to the Capacity Reservation Fleet.</p>
4804
- */
4805
- Tags?: Tag[];
4806
- }
4807
- export interface DescribeCapacityReservationFleetsResult {
4808
- /**
4809
- * <p>Information about the Capacity Reservation Fleets.</p>
4810
- */
4811
- CapacityReservationFleets?: CapacityReservationFleet[];
4812
- /**
4813
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
4814
- */
4815
- NextToken?: string;
4816
- }
4817
- export interface DescribeCapacityReservationsRequest {
4818
- /**
4819
- * <p>The ID of the Capacity Reservation.</p>
4820
- */
4821
- CapacityReservationIds?: string[];
4822
- /**
4823
- * <p>The token to use to retrieve the next page of results.</p>
4824
- */
4825
- NextToken?: string;
4826
- /**
4827
- * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
4828
- */
4829
- MaxResults?: number;
4830
- /**
4831
- * <p>One or more filters.</p>
4832
- * <ul>
4833
- * <li>
4834
- * <p>
4835
- * <code>instance-type</code> - The type of instance for which the Capacity Reservation reserves capacity.</p>
4836
- * </li>
4837
- * <li>
4838
- * <p>
4839
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the Capacity Reservation.</p>
4840
- * </li>
4841
- * <li>
4842
- * <p>
4843
- * <code>instance-platform</code> - The type of operating system for which the Capacity Reservation reserves capacity.</p>
4844
- * </li>
4845
- * <li>
4846
- * <p>
4847
- * <code>availability-zone</code> - The Availability Zone of the Capacity Reservation.</p>
4848
- * </li>
4849
- * <li>
4850
- * <p>
4851
- * <code>tenancy</code> - Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the
4852
- * following tenancy settings:</p>
4853
- * <ul>
4854
- * <li>
4855
- * <p>
4856
- * <code>default</code> - The Capacity Reservation is created on hardware that is shared with other Amazon Web Services accounts.</p>
4857
- * </li>
4858
- * <li>
4859
- * <p>
4860
- * <code>dedicated</code> - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single Amazon Web Services account.</p>
4861
- * </li>
4862
- * </ul>
4863
- * </li>
4864
- * <li>
4865
- * <p>
4866
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was created.</p>
4867
- * </li>
4868
- * <li>
4869
- * <p>
4870
- * <code>state</code> - The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:</p>
4871
- * <ul>
4872
- * <li>
4873
- * <p>
4874
- * <code>active</code>- The Capacity Reservation is active and the capacity is available for your use.</p>
4875
- * </li>
4876
- * <li>
4877
- * <p>
4878
- * <code>expired</code> - The Capacity Reservation expired automatically at the date and time specified in your request.
4879
- * The reserved capacity is no longer available for your use.</p>
4880
- * </li>
4881
- * <li>
4882
- * <p>
4883
- * <code>cancelled</code> - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use.</p>
4884
- * </li>
4885
- * <li>
4886
- * <p>
4887
- * <code>pending</code> - The Capacity Reservation request was successful but the capacity provisioning is still pending.</p>
4888
- * </li>
4889
- * <li>
4890
- * <p>
4891
- * <code>failed</code> - The Capacity Reservation request has failed. A request might fail due to invalid request parameters,
4892
- * capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes.</p>
4893
- * </li>
4894
- * </ul>
4895
- * </li>
4896
- * <li>
4897
- * <p>
4898
- * <code>start-date</code> - The date and time at which the Capacity Reservation was started.</p>
4899
- * </li>
4900
- * <li>
4901
- * <p>
4902
- * <code>end-date</code> - The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is
4903
- * released and you can no longer launch instances into it. The Capacity Reservation's state changes to expired when it reaches its end date and time.</p>
4904
- * </li>
4905
- * <li>
4906
- * <p>
4907
- * <code>end-date-type</code> - Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:</p>
4908
- * <ul>
4909
- * <li>
4910
- * <p>
4911
- * <code>unlimited</code> - The Capacity Reservation remains active until you explicitly cancel it.</p>
4912
- * </li>
4913
- * <li>
4914
- * <p>
4915
- * <code>limited</code> - The Capacity Reservation expires automatically at a specified date and time.</p>
4916
- * </li>
4917
- * </ul>
4918
- * </li>
4919
- * <li>
4920
- * <p>
4921
- * <code>instance-match-criteria</code> - Indicates the type of instance launches that the Capacity Reservation accepts. The options include:</p>
4922
- * <ul>
4923
- * <li>
4924
- * <p>
4925
- * <code>open</code> - The Capacity Reservation accepts all instances that have matching
4926
- * attributes (instance type, platform, and Availability Zone). Instances
4927
- * that have matching attributes launch into the Capacity Reservation
4928
- * automatically without specifying any additional parameters.</p>
4929
- * </li>
4930
- * <li>
4931
- * <p>
4932
- * <code>targeted</code> - The Capacity Reservation only accepts instances that have matching
4933
- * attributes (instance type, platform, and Availability Zone), and
4934
- * explicitly target the Capacity Reservation. This ensures that only
4935
- * permitted instances can use the reserved capacity.</p>
4936
- * </li>
4937
- * </ul>
4938
- * </li>
4939
- * <li>
4940
- * <p>
4941
- * <code>placement-group-arn</code> - The ARN of the cluster placement group in which the Capacity Reservation was created.</p>
4942
- * </li>
4943
- * </ul>
4944
- */
4945
- Filters?: Filter[];
4946
- /**
4947
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4948
- */
4949
- DryRun?: boolean;
4950
- }
4951
- export interface DescribeCapacityReservationsResult {
4952
- /**
4953
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
4954
- */
4955
- NextToken?: string;
4956
- /**
4957
- * <p>Information about the Capacity Reservations.</p>
4958
- */
4959
- CapacityReservations?: CapacityReservation[];
4960
- }
4961
- export interface DescribeCarrierGatewaysRequest {
4962
- /**
4963
- * <p>One or more carrier gateway IDs.</p>
4964
- */
4965
- CarrierGatewayIds?: string[];
4966
- /**
4967
- * <p>One or more filters.</p>
4968
- * <ul>
4969
- * <li>
4970
- * <p>
4971
- * <code>carrier-gateway-id</code> - The ID of the carrier gateway.</p>
4972
- * </li>
4973
- * <li>
4974
- * <p>
4975
- * <code>state</code> - The state of the carrier gateway (<code>pending</code> |
4976
- * <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
4977
- * </li>
4978
- * <li>
4979
- * <p>
4980
- * <code>owner-id</code> - The Amazon Web Services account ID of the owner of the carrier gateway.</p>
4981
- * </li>
4982
- * <li>
4983
- * <p>
4984
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
4985
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
4986
- * </li>
4987
- * <li>
4988
- * <p>
4989
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
4990
- * </li>
4991
- * <li>
4992
- * <p>
4993
- * <code>vpc-id</code> - The ID of the VPC associated with the carrier gateway.</p>
4994
- * </li>
4995
- * </ul>
4996
- */
4997
- Filters?: Filter[];
4998
- /**
4999
- * <p>The maximum number of results to return with a single call.
5000
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
5001
- */
5002
- MaxResults?: number;
5003
- /**
5004
- * <p>The token for the next page of results.</p>
5005
- */
5006
- NextToken?: string;
5007
- /**
5008
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5009
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5010
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5011
- */
5012
- DryRun?: boolean;
5013
- }
5014
- export interface DescribeCarrierGatewaysResult {
5015
- /**
5016
- * <p>Information about the carrier gateway.</p>
5017
- */
5018
- CarrierGateways?: CarrierGateway[];
5019
- /**
5020
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
5021
- */
5022
- NextToken?: string;
5023
- }
5024
- export interface DescribeClassicLinkInstancesRequest {
5025
- /**
5026
- * <p>One or more filters.</p>
5027
- * <ul>
5028
- * <li>
5029
- * <p>
5030
- * <code>group-id</code> - The ID of a VPC security group that's associated with the instance.</p>
5031
- * </li>
5032
- * <li>
5033
- * <p>
5034
- * <code>instance-id</code> - The ID of the instance.</p>
5035
- * </li>
5036
- * <li>
5037
- * <p>
5038
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
5039
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
5040
- * </li>
5041
- * <li>
5042
- * <p>
5043
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
5044
- * </li>
5045
- * <li>
5046
- *
5047
- * <p>
5048
- * <code>vpc-id</code> - The ID of the VPC to which the instance is
5049
- * linked.</p>
5050
- *
5051
- * <p>
5052
- * <code>vpc-id</code> - The ID of the VPC that the instance is linked to.</p>
5053
- *
5054
- * </li>
5055
- * </ul>
5056
- */
5057
- Filters?: Filter[];
5058
- /**
5059
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5060
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5061
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5062
- */
5063
- DryRun?: boolean;
5064
- /**
5065
- * <p>One or more instance IDs. Must be instances linked to a VPC through ClassicLink.</p>
5066
- */
5067
- InstanceIds?: string[];
5068
- /**
5069
- * <p>The maximum number of results to return with a single call.
5070
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
5071
- * <p>Constraint: If the value is greater than 1000, we return only 1000 items.</p>
5072
- */
5073
- MaxResults?: number;
5074
- /**
5075
- * <p>The token for the next page of results.</p>
5076
- */
5077
- NextToken?: string;
5078
- }
4795
+ export declare const CreateTrafficMirrorSessionResultFilterSensitiveLog: (obj: CreateTrafficMirrorSessionResult) => any;
5079
4796
  /**
5080
- * <note>
5081
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
5082
- * </note>
5083
- * <p>Describes a linked EC2-Classic instance.</p>
4797
+ * @internal
5084
4798
  */
5085
- export interface ClassicLinkInstance {
5086
- /**
5087
- * <p>A list of security groups.</p>
5088
- */
5089
- Groups?: GroupIdentifier[];
5090
- /**
5091
- * <p>The ID of the instance.</p>
5092
- */
5093
- InstanceId?: string;
5094
- /**
5095
- * <p>Any tags assigned to the instance.</p>
5096
- */
5097
- Tags?: Tag[];
5098
- /**
5099
- * <p>The ID of the VPC.</p>
5100
- */
5101
- VpcId?: string;
5102
- }
5103
- export interface DescribeClassicLinkInstancesResult {
5104
- /**
5105
- * <p>Information about one or more linked EC2-Classic instances.</p>
5106
- */
5107
- Instances?: ClassicLinkInstance[];
5108
- /**
5109
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
5110
- */
5111
- NextToken?: string;
5112
- }
4799
+ export declare const CreateTrafficMirrorTargetRequestFilterSensitiveLog: (obj: CreateTrafficMirrorTargetRequest) => any;
4800
+ /**
4801
+ * @internal
4802
+ */
4803
+ export declare const TrafficMirrorTargetFilterSensitiveLog: (obj: TrafficMirrorTarget) => any;
4804
+ /**
4805
+ * @internal
4806
+ */
4807
+ export declare const CreateTrafficMirrorTargetResultFilterSensitiveLog: (obj: CreateTrafficMirrorTargetResult) => any;
4808
+ /**
4809
+ * @internal
4810
+ */
4811
+ export declare const TransitGatewayRequestOptionsFilterSensitiveLog: (obj: TransitGatewayRequestOptions) => any;
4812
+ /**
4813
+ * @internal
4814
+ */
4815
+ export declare const CreateTransitGatewayRequestFilterSensitiveLog: (obj: CreateTransitGatewayRequest) => any;
5113
4816
  /**
5114
4817
  * @internal
5115
4818
  */
@@ -5514,6 +5217,22 @@ export declare const DeleteClientVpnRouteRequestFilterSensitiveLog: (obj: Delete
5514
5217
  * @internal
5515
5218
  */
5516
5219
  export declare const DeleteClientVpnRouteResultFilterSensitiveLog: (obj: DeleteClientVpnRouteResult) => any;
5220
+ /**
5221
+ * @internal
5222
+ */
5223
+ export declare const DeleteCoipCidrRequestFilterSensitiveLog: (obj: DeleteCoipCidrRequest) => any;
5224
+ /**
5225
+ * @internal
5226
+ */
5227
+ export declare const DeleteCoipCidrResultFilterSensitiveLog: (obj: DeleteCoipCidrResult) => any;
5228
+ /**
5229
+ * @internal
5230
+ */
5231
+ export declare const DeleteCoipPoolRequestFilterSensitiveLog: (obj: DeleteCoipPoolRequest) => any;
5232
+ /**
5233
+ * @internal
5234
+ */
5235
+ export declare const DeleteCoipPoolResultFilterSensitiveLog: (obj: DeleteCoipPoolResult) => any;
5517
5236
  /**
5518
5237
  * @internal
5519
5238
  */
@@ -5646,6 +5365,22 @@ export declare const DeleteLocalGatewayRouteRequestFilterSensitiveLog: (obj: Del
5646
5365
  * @internal
5647
5366
  */
5648
5367
  export declare const DeleteLocalGatewayRouteResultFilterSensitiveLog: (obj: DeleteLocalGatewayRouteResult) => any;
5368
+ /**
5369
+ * @internal
5370
+ */
5371
+ export declare const DeleteLocalGatewayRouteTableRequestFilterSensitiveLog: (obj: DeleteLocalGatewayRouteTableRequest) => any;
5372
+ /**
5373
+ * @internal
5374
+ */
5375
+ export declare const DeleteLocalGatewayRouteTableResultFilterSensitiveLog: (obj: DeleteLocalGatewayRouteTableResult) => any;
5376
+ /**
5377
+ * @internal
5378
+ */
5379
+ export declare const DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequestFilterSensitiveLog: (obj: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest) => any;
5380
+ /**
5381
+ * @internal
5382
+ */
5383
+ export declare const DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResultFilterSensitiveLog: (obj: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult) => any;
5649
5384
  /**
5650
5385
  * @internal
5651
5386
  */
@@ -6066,87 +5801,3 @@ export declare const DescribeAddressesAttributeRequestFilterSensitiveLog: (obj:
6066
5801
  * @internal
6067
5802
  */
6068
5803
  export declare const DescribeAddressesAttributeResultFilterSensitiveLog: (obj: DescribeAddressesAttributeResult) => any;
6069
- /**
6070
- * @internal
6071
- */
6072
- export declare const DescribeAggregateIdFormatRequestFilterSensitiveLog: (obj: DescribeAggregateIdFormatRequest) => any;
6073
- /**
6074
- * @internal
6075
- */
6076
- export declare const IdFormatFilterSensitiveLog: (obj: IdFormat) => any;
6077
- /**
6078
- * @internal
6079
- */
6080
- export declare const DescribeAggregateIdFormatResultFilterSensitiveLog: (obj: DescribeAggregateIdFormatResult) => any;
6081
- /**
6082
- * @internal
6083
- */
6084
- export declare const DescribeAvailabilityZonesRequestFilterSensitiveLog: (obj: DescribeAvailabilityZonesRequest) => any;
6085
- /**
6086
- * @internal
6087
- */
6088
- export declare const AvailabilityZoneMessageFilterSensitiveLog: (obj: AvailabilityZoneMessage) => any;
6089
- /**
6090
- * @internal
6091
- */
6092
- export declare const AvailabilityZoneFilterSensitiveLog: (obj: AvailabilityZone) => any;
6093
- /**
6094
- * @internal
6095
- */
6096
- export declare const DescribeAvailabilityZonesResultFilterSensitiveLog: (obj: DescribeAvailabilityZonesResult) => any;
6097
- /**
6098
- * @internal
6099
- */
6100
- export declare const DescribeBundleTasksRequestFilterSensitiveLog: (obj: DescribeBundleTasksRequest) => any;
6101
- /**
6102
- * @internal
6103
- */
6104
- export declare const DescribeBundleTasksResultFilterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
6105
- /**
6106
- * @internal
6107
- */
6108
- export declare const DescribeByoipCidrsRequestFilterSensitiveLog: (obj: DescribeByoipCidrsRequest) => any;
6109
- /**
6110
- * @internal
6111
- */
6112
- export declare const DescribeByoipCidrsResultFilterSensitiveLog: (obj: DescribeByoipCidrsResult) => any;
6113
- /**
6114
- * @internal
6115
- */
6116
- export declare const DescribeCapacityReservationFleetsRequestFilterSensitiveLog: (obj: DescribeCapacityReservationFleetsRequest) => any;
6117
- /**
6118
- * @internal
6119
- */
6120
- export declare const CapacityReservationFleetFilterSensitiveLog: (obj: CapacityReservationFleet) => any;
6121
- /**
6122
- * @internal
6123
- */
6124
- export declare const DescribeCapacityReservationFleetsResultFilterSensitiveLog: (obj: DescribeCapacityReservationFleetsResult) => any;
6125
- /**
6126
- * @internal
6127
- */
6128
- export declare const DescribeCapacityReservationsRequestFilterSensitiveLog: (obj: DescribeCapacityReservationsRequest) => any;
6129
- /**
6130
- * @internal
6131
- */
6132
- export declare const DescribeCapacityReservationsResultFilterSensitiveLog: (obj: DescribeCapacityReservationsResult) => any;
6133
- /**
6134
- * @internal
6135
- */
6136
- export declare const DescribeCarrierGatewaysRequestFilterSensitiveLog: (obj: DescribeCarrierGatewaysRequest) => any;
6137
- /**
6138
- * @internal
6139
- */
6140
- export declare const DescribeCarrierGatewaysResultFilterSensitiveLog: (obj: DescribeCarrierGatewaysResult) => any;
6141
- /**
6142
- * @internal
6143
- */
6144
- export declare const DescribeClassicLinkInstancesRequestFilterSensitiveLog: (obj: DescribeClassicLinkInstancesRequest) => any;
6145
- /**
6146
- * @internal
6147
- */
6148
- export declare const ClassicLinkInstanceFilterSensitiveLog: (obj: ClassicLinkInstance) => any;
6149
- /**
6150
- * @internal
6151
- */
6152
- export declare const DescribeClassicLinkInstancesResultFilterSensitiveLog: (obj: DescribeClassicLinkInstancesResult) => any;