@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
@@ -5,18 +5,14 @@ import {
5
5
  AddressAttribute,
6
6
  AddressAttributeName,
7
7
  ApplianceModeSupportValue,
8
- BundleTask,
9
8
  ByoipCidr,
10
- CapacityReservation,
11
- CapacityReservationFleetState,
12
9
  CarrierGateway,
13
10
  ClientVpnEndpointStatus,
14
11
  ClientVpnRouteStatus,
12
+ CoipCidr,
13
+ CoipPool,
15
14
  DnsSupportValue,
16
15
  DynamicRoutingValue,
17
- FleetCapacityReservation,
18
- FleetCapacityReservationTenancy,
19
- FleetInstanceMatchCriteria,
20
16
  GatewayType,
21
17
  InstanceEventWindowState,
22
18
  Ipv6SupportValue,
@@ -34,245 +30,278 @@ import {
34
30
  VpcPeeringConnection,
35
31
  } from "./models_0";
36
32
  import {
37
- AutoAcceptSharedAttachmentsValue,
38
- DefaultRouteTableAssociationValue,
39
- DefaultRouteTablePropagationValue,
40
- GroupIdentifier,
41
33
  Ipam,
42
34
  IpamPool,
43
35
  IpamScope,
44
36
  LaunchTemplate,
45
37
  LocalGatewayRoute,
38
+ LocalGatewayRouteTable,
39
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
46
40
  LocalGatewayRouteTableVpcAssociation,
47
41
  ManagedPrefixList,
48
- MulticastSupportValue,
49
42
  SubnetCidrReservation,
43
+ TrafficMirrorFilterRule,
50
44
  VolumeType,
51
- VpnEcmpSupportValue,
52
45
  } from "./models_1";
53
-
46
+ export interface CreateTrafficMirrorFilterRuleResult {
47
+ TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
48
+ ClientToken?: string;
49
+ }
50
+ export interface CreateTrafficMirrorSessionRequest {
51
+ NetworkInterfaceId: string | undefined;
52
+ TrafficMirrorTargetId: string | undefined;
53
+ TrafficMirrorFilterId: string | undefined;
54
+ PacketLength?: number;
55
+ SessionNumber: number | undefined;
56
+ VirtualNetworkId?: number;
57
+ Description?: string;
58
+ TagSpecifications?: TagSpecification[];
59
+ DryRun?: boolean;
60
+ ClientToken?: string;
61
+ }
62
+ export interface TrafficMirrorSession {
63
+ TrafficMirrorSessionId?: string;
64
+ TrafficMirrorTargetId?: string;
65
+ TrafficMirrorFilterId?: string;
66
+ NetworkInterfaceId?: string;
67
+ OwnerId?: string;
68
+ PacketLength?: number;
69
+ SessionNumber?: number;
70
+ VirtualNetworkId?: number;
71
+ Description?: string;
72
+ Tags?: Tag[];
73
+ }
74
+ export interface CreateTrafficMirrorSessionResult {
75
+ TrafficMirrorSession?: TrafficMirrorSession;
76
+ ClientToken?: string;
77
+ }
78
+ export interface CreateTrafficMirrorTargetRequest {
79
+ NetworkInterfaceId?: string;
80
+ NetworkLoadBalancerArn?: string;
81
+ Description?: string;
82
+ TagSpecifications?: TagSpecification[];
83
+ DryRun?: boolean;
84
+ ClientToken?: string;
85
+ GatewayLoadBalancerEndpointId?: string;
86
+ }
87
+ export declare enum TrafficMirrorTargetType {
88
+ gateway_load_balancer_endpoint = "gateway-load-balancer-endpoint",
89
+ network_interface = "network-interface",
90
+ network_load_balancer = "network-load-balancer",
91
+ }
92
+ export interface TrafficMirrorTarget {
93
+ TrafficMirrorTargetId?: string;
94
+ NetworkInterfaceId?: string;
95
+ NetworkLoadBalancerArn?: string;
96
+ Type?: TrafficMirrorTargetType | string;
97
+ Description?: string;
98
+ OwnerId?: string;
99
+ Tags?: Tag[];
100
+ GatewayLoadBalancerEndpointId?: string;
101
+ }
102
+ export interface CreateTrafficMirrorTargetResult {
103
+ TrafficMirrorTarget?: TrafficMirrorTarget;
104
+ ClientToken?: string;
105
+ }
106
+ export declare enum AutoAcceptSharedAttachmentsValue {
107
+ disable = "disable",
108
+ enable = "enable",
109
+ }
110
+ export declare enum DefaultRouteTableAssociationValue {
111
+ disable = "disable",
112
+ enable = "enable",
113
+ }
114
+ export declare enum DefaultRouteTablePropagationValue {
115
+ disable = "disable",
116
+ enable = "enable",
117
+ }
118
+ export declare enum MulticastSupportValue {
119
+ disable = "disable",
120
+ enable = "enable",
121
+ }
122
+ export declare enum VpnEcmpSupportValue {
123
+ disable = "disable",
124
+ enable = "enable",
125
+ }
126
+ export interface TransitGatewayRequestOptions {
127
+ AmazonSideAsn?: number;
128
+ AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
129
+ DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
130
+ DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
131
+ VpnEcmpSupport?: VpnEcmpSupportValue | string;
132
+ DnsSupport?: DnsSupportValue | string;
133
+ MulticastSupport?: MulticastSupportValue | string;
134
+ TransitGatewayCidrBlocks?: string[];
135
+ }
136
+ export interface CreateTransitGatewayRequest {
137
+ Description?: string;
138
+ Options?: TransitGatewayRequestOptions;
139
+ TagSpecifications?: TagSpecification[];
140
+ DryRun?: boolean;
141
+ }
54
142
  export interface TransitGatewayOptions {
55
143
  AmazonSideAsn?: number;
56
-
57
144
  TransitGatewayCidrBlocks?: string[];
58
-
59
145
  AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
60
-
61
146
  DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
62
-
63
147
  AssociationDefaultRouteTableId?: string;
64
-
65
148
  DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
66
-
67
149
  PropagationDefaultRouteTableId?: string;
68
-
69
150
  VpnEcmpSupport?: VpnEcmpSupportValue | string;
70
-
71
151
  DnsSupport?: DnsSupportValue | string;
72
-
73
152
  MulticastSupport?: MulticastSupportValue | string;
74
153
  }
75
- export declare type TransitGatewayState =
76
- | "available"
77
- | "deleted"
78
- | "deleting"
79
- | "modifying"
80
- | "pending";
81
-
154
+ export declare enum TransitGatewayState {
155
+ available = "available",
156
+ deleted = "deleted",
157
+ deleting = "deleting",
158
+ modifying = "modifying",
159
+ pending = "pending",
160
+ }
82
161
  export interface TransitGateway {
83
162
  TransitGatewayId?: string;
84
-
85
163
  TransitGatewayArn?: string;
86
-
87
164
  State?: TransitGatewayState | string;
88
-
89
165
  OwnerId?: string;
90
-
91
166
  Description?: string;
92
-
93
167
  CreationTime?: Date;
94
-
95
168
  Options?: TransitGatewayOptions;
96
-
97
169
  Tags?: Tag[];
98
170
  }
99
171
  export interface CreateTransitGatewayResult {
100
172
  TransitGateway?: TransitGateway;
101
173
  }
102
- export declare type ProtocolValue = "gre";
103
-
174
+ export declare enum ProtocolValue {
175
+ gre = "gre",
176
+ }
104
177
  export interface CreateTransitGatewayConnectRequestOptions {
105
178
  Protocol: ProtocolValue | string | undefined;
106
179
  }
107
180
  export interface CreateTransitGatewayConnectRequest {
108
181
  TransportTransitGatewayAttachmentId: string | undefined;
109
-
110
182
  Options: CreateTransitGatewayConnectRequestOptions | undefined;
111
-
112
183
  TagSpecifications?: TagSpecification[];
113
-
114
184
  DryRun?: boolean;
115
185
  }
116
-
117
186
  export interface TransitGatewayConnectOptions {
118
187
  Protocol?: ProtocolValue | string;
119
188
  }
120
-
121
189
  export interface TransitGatewayConnect {
122
190
  TransitGatewayAttachmentId?: string;
123
-
124
191
  TransportTransitGatewayAttachmentId?: string;
125
-
126
192
  TransitGatewayId?: string;
127
-
128
193
  State?: TransitGatewayAttachmentState | string;
129
-
130
194
  CreationTime?: Date;
131
-
132
195
  Options?: TransitGatewayConnectOptions;
133
-
134
196
  Tags?: Tag[];
135
197
  }
136
198
  export interface CreateTransitGatewayConnectResult {
137
199
  TransitGatewayConnect?: TransitGatewayConnect;
138
200
  }
139
-
140
201
  export interface TransitGatewayConnectRequestBgpOptions {
141
202
  PeerAsn?: number;
142
203
  }
143
204
  export interface CreateTransitGatewayConnectPeerRequest {
144
205
  TransitGatewayAttachmentId: string | undefined;
145
-
146
206
  TransitGatewayAddress?: string;
147
-
148
207
  PeerAddress: string | undefined;
149
-
150
208
  BgpOptions?: TransitGatewayConnectRequestBgpOptions;
151
-
152
209
  InsideCidrBlocks: string[] | undefined;
153
-
154
210
  TagSpecifications?: TagSpecification[];
155
-
156
211
  DryRun?: boolean;
157
212
  }
158
- export declare type BgpStatus = "down" | "up";
159
-
213
+ export declare enum BgpStatus {
214
+ down = "down",
215
+ up = "up",
216
+ }
160
217
  export interface TransitGatewayAttachmentBgpConfiguration {
161
218
  TransitGatewayAsn?: number;
162
-
163
219
  PeerAsn?: number;
164
-
165
220
  TransitGatewayAddress?: string;
166
-
167
221
  PeerAddress?: string;
168
-
169
222
  BgpStatus?: BgpStatus | string;
170
223
  }
171
-
172
224
  export interface TransitGatewayConnectPeerConfiguration {
173
225
  TransitGatewayAddress?: string;
174
-
175
226
  PeerAddress?: string;
176
-
177
227
  InsideCidrBlocks?: string[];
178
-
179
228
  Protocol?: ProtocolValue | string;
180
-
181
229
  BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[];
182
230
  }
183
- export declare type TransitGatewayConnectPeerState =
184
- | "available"
185
- | "deleted"
186
- | "deleting"
187
- | "pending";
188
-
231
+ export declare enum TransitGatewayConnectPeerState {
232
+ available = "available",
233
+ deleted = "deleted",
234
+ deleting = "deleting",
235
+ pending = "pending",
236
+ }
189
237
  export interface TransitGatewayConnectPeer {
190
238
  TransitGatewayAttachmentId?: string;
191
-
192
239
  TransitGatewayConnectPeerId?: string;
193
-
194
240
  State?: TransitGatewayConnectPeerState | string;
195
-
196
241
  CreationTime?: Date;
197
-
198
242
  ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration;
199
-
200
243
  Tags?: Tag[];
201
244
  }
202
245
  export interface CreateTransitGatewayConnectPeerResult {
203
246
  TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
204
247
  }
205
- export declare type AutoAcceptSharedAssociationsValue = "disable" | "enable";
206
- export declare type Igmpv2SupportValue = "disable" | "enable";
207
- export declare type StaticSourcesSupportValue = "disable" | "enable";
208
-
248
+ export declare enum AutoAcceptSharedAssociationsValue {
249
+ disable = "disable",
250
+ enable = "enable",
251
+ }
252
+ export declare enum Igmpv2SupportValue {
253
+ disable = "disable",
254
+ enable = "enable",
255
+ }
256
+ export declare enum StaticSourcesSupportValue {
257
+ disable = "disable",
258
+ enable = "enable",
259
+ }
209
260
  export interface CreateTransitGatewayMulticastDomainRequestOptions {
210
261
  Igmpv2Support?: Igmpv2SupportValue | string;
211
-
212
262
  StaticSourcesSupport?: StaticSourcesSupportValue | string;
213
-
214
263
  AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
215
264
  }
216
265
  export interface CreateTransitGatewayMulticastDomainRequest {
217
266
  TransitGatewayId: string | undefined;
218
-
219
267
  Options?: CreateTransitGatewayMulticastDomainRequestOptions;
220
-
221
268
  TagSpecifications?: TagSpecification[];
222
-
223
269
  DryRun?: boolean;
224
270
  }
225
-
226
271
  export interface TransitGatewayMulticastDomainOptions {
227
272
  Igmpv2Support?: Igmpv2SupportValue | string;
228
-
229
273
  StaticSourcesSupport?: StaticSourcesSupportValue | string;
230
-
231
274
  AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
232
275
  }
233
- export declare type TransitGatewayMulticastDomainState =
234
- | "available"
235
- | "deleted"
236
- | "deleting"
237
- | "pending";
238
-
276
+ export declare enum TransitGatewayMulticastDomainState {
277
+ available = "available",
278
+ deleted = "deleted",
279
+ deleting = "deleting",
280
+ pending = "pending",
281
+ }
239
282
  export interface TransitGatewayMulticastDomain {
240
283
  TransitGatewayMulticastDomainId?: string;
241
-
242
284
  TransitGatewayId?: string;
243
-
244
285
  TransitGatewayMulticastDomainArn?: string;
245
-
246
286
  OwnerId?: string;
247
-
248
287
  Options?: TransitGatewayMulticastDomainOptions;
249
-
250
288
  State?: TransitGatewayMulticastDomainState | string;
251
-
252
289
  CreationTime?: Date;
253
-
254
290
  Tags?: Tag[];
255
291
  }
256
292
  export interface CreateTransitGatewayMulticastDomainResult {
257
293
  TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
258
294
  }
259
-
260
295
  export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
261
296
  DynamicRouting?: DynamicRoutingValue | string;
262
297
  }
263
298
  export interface CreateTransitGatewayPeeringAttachmentRequest {
264
299
  TransitGatewayId: string | undefined;
265
-
266
300
  PeerTransitGatewayId: string | undefined;
267
-
268
301
  PeerAccountId: string | undefined;
269
-
270
302
  PeerRegion: string | undefined;
271
-
272
303
  Options?: CreateTransitGatewayPeeringAttachmentRequestOptions;
273
-
274
304
  TagSpecifications?: TagSpecification[];
275
-
276
305
  DryRun?: boolean;
277
306
  }
278
307
  export interface CreateTransitGatewayPeeringAttachmentResult {
@@ -280,9 +309,7 @@ export interface CreateTransitGatewayPeeringAttachmentResult {
280
309
  }
281
310
  export interface CreateTransitGatewayPolicyTableRequest {
282
311
  TransitGatewayId: string | undefined;
283
-
284
312
  TagSpecifications?: TagSpecification[];
285
-
286
313
  DryRun?: boolean;
287
314
  }
288
315
  export declare enum TransitGatewayPolicyTableState {
@@ -291,16 +318,11 @@ export declare enum TransitGatewayPolicyTableState {
291
318
  deleting = "deleting",
292
319
  pending = "pending",
293
320
  }
294
-
295
321
  export interface TransitGatewayPolicyTable {
296
322
  TransitGatewayPolicyTableId?: string;
297
-
298
323
  TransitGatewayId?: string;
299
-
300
324
  State?: TransitGatewayPolicyTableState | string;
301
-
302
325
  CreationTime?: Date;
303
-
304
326
  Tags?: Tag[];
305
327
  }
306
328
  export interface CreateTransitGatewayPolicyTableResult {
@@ -308,40 +330,28 @@ export interface CreateTransitGatewayPolicyTableResult {
308
330
  }
309
331
  export interface CreateTransitGatewayPrefixListReferenceRequest {
310
332
  TransitGatewayRouteTableId: string | undefined;
311
-
312
333
  PrefixListId: string | undefined;
313
-
314
334
  TransitGatewayAttachmentId?: string;
315
-
316
335
  Blackhole?: boolean;
317
-
318
336
  DryRun?: boolean;
319
337
  }
320
- export declare type TransitGatewayPrefixListReferenceState =
321
- | "available"
322
- | "deleting"
323
- | "modifying"
324
- | "pending";
325
-
338
+ export declare enum TransitGatewayPrefixListReferenceState {
339
+ available = "available",
340
+ deleting = "deleting",
341
+ modifying = "modifying",
342
+ pending = "pending",
343
+ }
326
344
  export interface TransitGatewayPrefixListAttachment {
327
345
  TransitGatewayAttachmentId?: string;
328
-
329
346
  ResourceType?: TransitGatewayAttachmentResourceType | string;
330
-
331
347
  ResourceId?: string;
332
348
  }
333
-
334
349
  export interface TransitGatewayPrefixListReference {
335
350
  TransitGatewayRouteTableId?: string;
336
-
337
351
  PrefixListId?: string;
338
-
339
352
  PrefixListOwnerId?: string;
340
-
341
353
  State?: TransitGatewayPrefixListReferenceState | string;
342
-
343
354
  Blackhole?: boolean;
344
-
345
355
  TransitGatewayAttachment?: TransitGatewayPrefixListAttachment;
346
356
  }
347
357
  export interface CreateTransitGatewayPrefixListReferenceResult {
@@ -349,42 +359,33 @@ export interface CreateTransitGatewayPrefixListReferenceResult {
349
359
  }
350
360
  export interface CreateTransitGatewayRouteRequest {
351
361
  DestinationCidrBlock: string | undefined;
352
-
353
362
  TransitGatewayRouteTableId: string | undefined;
354
-
355
363
  TransitGatewayAttachmentId?: string;
356
-
357
364
  Blackhole?: boolean;
358
-
359
365
  DryRun?: boolean;
360
366
  }
361
- export declare type TransitGatewayRouteState =
362
- | "active"
363
- | "blackhole"
364
- | "deleted"
365
- | "deleting"
366
- | "pending";
367
-
367
+ export declare enum TransitGatewayRouteState {
368
+ active = "active",
369
+ blackhole = "blackhole",
370
+ deleted = "deleted",
371
+ deleting = "deleting",
372
+ pending = "pending",
373
+ }
368
374
  export interface TransitGatewayRouteAttachment {
369
375
  ResourceId?: string;
370
-
371
376
  TransitGatewayAttachmentId?: string;
372
-
373
377
  ResourceType?: TransitGatewayAttachmentResourceType | string;
374
378
  }
375
- export declare type TransitGatewayRouteType = "propagated" | "static";
376
-
379
+ export declare enum TransitGatewayRouteType {
380
+ propagated = "propagated",
381
+ static = "static",
382
+ }
377
383
  export interface TransitGatewayRoute {
378
384
  DestinationCidrBlock?: string;
379
-
380
385
  PrefixListId?: string;
381
-
382
386
  TransitGatewayRouteTableAnnouncementId?: string;
383
-
384
387
  TransitGatewayAttachments?: TransitGatewayRouteAttachment[];
385
-
386
388
  Type?: TransitGatewayRouteType | string;
387
-
388
389
  State?: TransitGatewayRouteState | string;
389
390
  }
390
391
  export interface CreateTransitGatewayRouteResult {
@@ -392,30 +393,22 @@ export interface CreateTransitGatewayRouteResult {
392
393
  }
393
394
  export interface CreateTransitGatewayRouteTableRequest {
394
395
  TransitGatewayId: string | undefined;
395
-
396
396
  TagSpecifications?: TagSpecification[];
397
-
398
397
  DryRun?: boolean;
399
398
  }
400
- export declare type TransitGatewayRouteTableState =
401
- | "available"
402
- | "deleted"
403
- | "deleting"
404
- | "pending";
405
-
399
+ export declare enum TransitGatewayRouteTableState {
400
+ available = "available",
401
+ deleted = "deleted",
402
+ deleting = "deleting",
403
+ pending = "pending",
404
+ }
406
405
  export interface TransitGatewayRouteTable {
407
406
  TransitGatewayRouteTableId?: string;
408
-
409
407
  TransitGatewayId?: string;
410
-
411
408
  State?: TransitGatewayRouteTableState | string;
412
-
413
409
  DefaultAssociationRouteTable?: boolean;
414
-
415
410
  DefaultPropagationRouteTable?: boolean;
416
-
417
411
  CreationTime?: Date;
418
-
419
412
  Tags?: Tag[];
420
413
  }
421
414
  export interface CreateTransitGatewayRouteTableResult {
@@ -423,11 +416,8 @@ export interface CreateTransitGatewayRouteTableResult {
423
416
  }
424
417
  export interface CreateTransitGatewayRouteTableAnnouncementRequest {
425
418
  TransitGatewayRouteTableId: string | undefined;
426
-
427
419
  PeeringAttachmentId: string | undefined;
428
-
429
420
  TagSpecifications?: TagSpecification[];
430
-
431
421
  DryRun?: boolean;
432
422
  }
433
423
  export declare enum TransitGatewayRouteTableAnnouncementDirection {
@@ -442,54 +432,35 @@ export declare enum TransitGatewayRouteTableAnnouncementState {
442
432
  failing = "failing",
443
433
  pending = "pending",
444
434
  }
445
-
446
435
  export interface TransitGatewayRouteTableAnnouncement {
447
436
  TransitGatewayRouteTableAnnouncementId?: string;
448
-
449
437
  TransitGatewayId?: string;
450
-
451
438
  CoreNetworkId?: string;
452
-
453
439
  PeerTransitGatewayId?: string;
454
-
455
440
  PeerCoreNetworkId?: string;
456
-
457
441
  PeeringAttachmentId?: string;
458
-
459
442
  AnnouncementDirection?:
460
443
  | TransitGatewayRouteTableAnnouncementDirection
461
444
  | string;
462
-
463
445
  TransitGatewayRouteTableId?: string;
464
-
465
446
  State?: TransitGatewayRouteTableAnnouncementState | string;
466
-
467
447
  CreationTime?: Date;
468
-
469
448
  Tags?: Tag[];
470
449
  }
471
450
  export interface CreateTransitGatewayRouteTableAnnouncementResult {
472
451
  TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
473
452
  }
474
-
475
453
  export interface CreateTransitGatewayVpcAttachmentRequestOptions {
476
454
  DnsSupport?: DnsSupportValue | string;
477
-
478
455
  Ipv6Support?: Ipv6SupportValue | string;
479
-
480
456
  ApplianceModeSupport?: ApplianceModeSupportValue | string;
481
457
  }
482
458
  export interface CreateTransitGatewayVpcAttachmentRequest {
483
459
  TransitGatewayId: string | undefined;
484
-
485
460
  VpcId: string | undefined;
486
-
487
461
  SubnetIds: string[] | undefined;
488
-
489
462
  Options?: CreateTransitGatewayVpcAttachmentRequestOptions;
490
-
491
463
  TagSpecifications?: TagSpecification[];
492
-
493
464
  DryRun?: boolean;
494
465
  }
495
466
  export interface CreateTransitGatewayVpcAttachmentResult {
@@ -497,95 +468,57 @@ export interface CreateTransitGatewayVpcAttachmentResult {
497
468
  }
498
469
  export interface CreateVolumeRequest {
499
470
  AvailabilityZone: string | undefined;
500
-
501
471
  Encrypted?: boolean;
502
-
503
472
  Iops?: number;
504
-
505
473
  KmsKeyId?: string;
506
-
507
474
  OutpostArn?: string;
508
-
509
475
  Size?: number;
510
-
511
476
  SnapshotId?: string;
512
-
513
477
  VolumeType?: VolumeType | string;
514
-
515
478
  DryRun?: boolean;
516
-
517
479
  TagSpecifications?: TagSpecification[];
518
-
519
480
  MultiAttachEnabled?: boolean;
520
-
521
481
  Throughput?: number;
522
-
523
482
  ClientToken?: string;
524
483
  }
525
- export declare type VolumeState =
526
- | "available"
527
- | "creating"
528
- | "deleted"
529
- | "deleting"
530
- | "error"
531
- | "in-use";
532
-
484
+ export declare enum VolumeState {
485
+ available = "available",
486
+ creating = "creating",
487
+ deleted = "deleted",
488
+ deleting = "deleting",
489
+ error = "error",
490
+ in_use = "in-use",
491
+ }
533
492
  export interface Volume {
534
493
  Attachments?: VolumeAttachment[];
535
-
536
494
  AvailabilityZone?: string;
537
-
538
495
  CreateTime?: Date;
539
-
540
496
  Encrypted?: boolean;
541
-
542
497
  KmsKeyId?: string;
543
-
544
498
  OutpostArn?: string;
545
-
546
499
  Size?: number;
547
-
548
500
  SnapshotId?: string;
549
-
550
501
  State?: VolumeState | string;
551
-
552
502
  VolumeId?: string;
553
-
554
503
  Iops?: number;
555
-
556
504
  Tags?: Tag[];
557
-
558
505
  VolumeType?: VolumeType | string;
559
-
560
506
  FastRestored?: boolean;
561
-
562
507
  MultiAttachEnabled?: boolean;
563
-
564
508
  Throughput?: number;
565
509
  }
566
510
  export interface CreateVpcRequest {
567
511
  CidrBlock?: string;
568
-
569
512
  AmazonProvidedIpv6CidrBlock?: boolean;
570
-
571
513
  Ipv6Pool?: string;
572
-
573
514
  Ipv6CidrBlock?: string;
574
-
575
515
  Ipv4IpamPoolId?: string;
576
-
577
516
  Ipv4NetmaskLength?: number;
578
-
579
517
  Ipv6IpamPoolId?: string;
580
-
581
518
  Ipv6NetmaskLength?: number;
582
-
583
519
  DryRun?: boolean;
584
-
585
520
  InstanceTenancy?: Tenancy | string;
586
-
587
521
  Ipv6CidrBlockNetworkBorderGroup?: string;
588
-
589
522
  TagSpecifications?: TagSpecification[];
590
523
  }
591
524
  export interface CreateVpcResult {
@@ -597,7 +530,6 @@ export declare enum DnsRecordIpType {
597
530
  ipv6 = "ipv6",
598
531
  service_defined = "service-defined",
599
532
  }
600
-
601
533
  export interface DnsOptionsSpecification {
602
534
  DnsRecordIpType?: DnsRecordIpType | string;
603
535
  }
@@ -611,54 +543,34 @@ export declare enum VpcEndpointType {
611
543
  GatewayLoadBalancer = "GatewayLoadBalancer",
612
544
  Interface = "Interface",
613
545
  }
614
-
615
546
  export interface CreateVpcEndpointRequest {
616
547
  DryRun?: boolean;
617
-
618
548
  VpcEndpointType?: VpcEndpointType | string;
619
-
620
549
  VpcId: string | undefined;
621
-
622
550
  ServiceName: string | undefined;
623
-
624
551
  PolicyDocument?: string;
625
-
626
552
  RouteTableIds?: string[];
627
-
628
553
  SubnetIds?: string[];
629
-
630
554
  SecurityGroupIds?: string[];
631
-
632
555
  IpAddressType?: IpAddressType | string;
633
-
634
556
  DnsOptions?: DnsOptionsSpecification;
635
-
636
557
  ClientToken?: string;
637
-
638
558
  PrivateDnsEnabled?: boolean;
639
-
640
559
  TagSpecifications?: TagSpecification[];
641
560
  }
642
-
643
561
  export interface DnsEntry {
644
562
  DnsName?: string;
645
-
646
563
  HostedZoneId?: string;
647
564
  }
648
-
649
565
  export interface DnsOptions {
650
566
  DnsRecordIpType?: DnsRecordIpType | string;
651
567
  }
652
-
653
568
  export interface SecurityGroupIdentifier {
654
569
  GroupId?: string;
655
-
656
570
  GroupName?: string;
657
571
  }
658
-
659
572
  export interface LastError {
660
573
  Message?: string;
661
-
662
574
  Code?: string;
663
575
  }
664
576
  export declare enum State {
@@ -671,63 +583,37 @@ export declare enum State {
671
583
  PendingAcceptance = "PendingAcceptance",
672
584
  Rejected = "Rejected",
673
585
  }
674
-
675
586
  export interface VpcEndpoint {
676
587
  VpcEndpointId?: string;
677
-
678
588
  VpcEndpointType?: VpcEndpointType | string;
679
-
680
589
  VpcId?: string;
681
-
682
590
  ServiceName?: string;
683
-
684
591
  State?: State | string;
685
-
686
592
  PolicyDocument?: string;
687
-
688
593
  RouteTableIds?: string[];
689
-
690
594
  SubnetIds?: string[];
691
-
692
595
  Groups?: SecurityGroupIdentifier[];
693
-
694
596
  IpAddressType?: IpAddressType | string;
695
-
696
597
  DnsOptions?: DnsOptions;
697
-
698
598
  PrivateDnsEnabled?: boolean;
699
-
700
599
  RequesterManaged?: boolean;
701
-
702
600
  NetworkInterfaceIds?: string[];
703
-
704
601
  DnsEntries?: DnsEntry[];
705
-
706
602
  CreationTimestamp?: Date;
707
-
708
603
  Tags?: Tag[];
709
-
710
604
  OwnerId?: string;
711
-
712
605
  LastError?: LastError;
713
606
  }
714
-
715
607
  export interface CreateVpcEndpointResult {
716
608
  VpcEndpoint?: VpcEndpoint;
717
-
718
609
  ClientToken?: string;
719
610
  }
720
611
  export interface CreateVpcEndpointConnectionNotificationRequest {
721
612
  DryRun?: boolean;
722
-
723
613
  ServiceId?: string;
724
-
725
614
  VpcEndpointId?: string;
726
-
727
615
  ConnectionNotificationArn: string | undefined;
728
-
729
616
  ConnectionEvents: string[] | undefined;
730
-
731
617
  ClientToken?: string;
732
618
  }
733
619
  export declare enum ConnectionNotificationState {
@@ -737,42 +623,27 @@ export declare enum ConnectionNotificationState {
737
623
  export declare enum ConnectionNotificationType {
738
624
  Topic = "Topic",
739
625
  }
740
-
741
626
  export interface ConnectionNotification {
742
627
  ConnectionNotificationId?: string;
743
-
744
628
  ServiceId?: string;
745
-
746
629
  VpcEndpointId?: string;
747
-
748
630
  ConnectionNotificationType?: ConnectionNotificationType | string;
749
-
750
631
  ConnectionNotificationArn?: string;
751
-
752
632
  ConnectionEvents?: string[];
753
-
754
633
  ConnectionNotificationState?: ConnectionNotificationState | string;
755
634
  }
756
635
  export interface CreateVpcEndpointConnectionNotificationResult {
757
636
  ConnectionNotification?: ConnectionNotification;
758
-
759
637
  ClientToken?: string;
760
638
  }
761
639
  export interface CreateVpcEndpointServiceConfigurationRequest {
762
640
  DryRun?: boolean;
763
-
764
641
  AcceptanceRequired?: boolean;
765
-
766
642
  PrivateDnsName?: string;
767
-
768
643
  NetworkLoadBalancerArns?: string[];
769
-
770
644
  GatewayLoadBalancerArns?: string[];
771
-
772
645
  SupportedIpAddressTypes?: string[];
773
-
774
646
  ClientToken?: string;
775
-
776
647
  TagSpecifications?: TagSpecification[];
777
648
  }
778
649
  export declare enum PayerResponsibility {
@@ -783,14 +654,10 @@ export declare enum DnsNameState {
783
654
  PendingVerification = "pendingVerification",
784
655
  Verified = "verified",
785
656
  }
786
-
787
657
  export interface PrivateDnsNameConfiguration {
788
658
  State?: DnsNameState | string;
789
-
790
659
  Type?: string;
791
-
792
660
  Value?: string;
793
-
794
661
  Name?: string;
795
662
  }
796
663
  export declare enum ServiceState {
@@ -805,7 +672,6 @@ export declare enum ServiceType {
805
672
  GatewayLoadBalancer = "GatewayLoadBalancer",
806
673
  Interface = "Interface",
807
674
  }
808
-
809
675
  export interface ServiceTypeDetail {
810
676
  ServiceType?: ServiceType | string;
811
677
  }
@@ -813,176 +679,111 @@ export declare enum ServiceConnectivityType {
813
679
  ipv4 = "ipv4",
814
680
  ipv6 = "ipv6",
815
681
  }
816
-
817
682
  export interface ServiceConfiguration {
818
683
  ServiceType?: ServiceTypeDetail[];
819
-
820
684
  ServiceId?: string;
821
-
822
685
  ServiceName?: string;
823
-
824
686
  ServiceState?: ServiceState | string;
825
-
826
687
  AvailabilityZones?: string[];
827
-
828
688
  AcceptanceRequired?: boolean;
829
-
830
689
  ManagesVpcEndpoints?: boolean;
831
-
832
690
  NetworkLoadBalancerArns?: string[];
833
-
834
691
  GatewayLoadBalancerArns?: string[];
835
-
836
692
  SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
837
-
838
693
  BaseEndpointDnsNames?: string[];
839
-
840
694
  PrivateDnsName?: string;
841
-
842
695
  PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration;
843
-
844
696
  PayerResponsibility?: PayerResponsibility | string;
845
-
846
697
  Tags?: Tag[];
847
698
  }
848
699
  export interface CreateVpcEndpointServiceConfigurationResult {
849
700
  ServiceConfiguration?: ServiceConfiguration;
850
-
851
701
  ClientToken?: string;
852
702
  }
853
703
  export interface CreateVpcPeeringConnectionRequest {
854
704
  DryRun?: boolean;
855
-
856
705
  PeerOwnerId?: string;
857
-
858
706
  PeerVpcId?: string;
859
-
860
707
  VpcId?: string;
861
-
862
708
  PeerRegion?: string;
863
-
864
709
  TagSpecifications?: TagSpecification[];
865
710
  }
866
711
  export interface CreateVpcPeeringConnectionResult {
867
712
  VpcPeeringConnection?: VpcPeeringConnection;
868
713
  }
869
- export declare type TunnelInsideIpVersion = "ipv4" | "ipv6";
870
-
714
+ export declare enum TunnelInsideIpVersion {
715
+ ipv4 = "ipv4",
716
+ ipv6 = "ipv6",
717
+ }
871
718
  export interface IKEVersionsRequestListValue {
872
719
  Value?: string;
873
720
  }
874
-
875
721
  export interface CloudWatchLogOptionsSpecification {
876
722
  LogEnabled?: boolean;
877
-
878
723
  LogGroupArn?: string;
879
-
880
724
  LogOutputFormat?: string;
881
725
  }
882
-
883
726
  export interface VpnTunnelLogOptionsSpecification {
884
727
  CloudWatchLogOptions?: CloudWatchLogOptionsSpecification;
885
728
  }
886
-
887
729
  export interface Phase1DHGroupNumbersRequestListValue {
888
730
  Value?: number;
889
731
  }
890
-
891
732
  export interface Phase1EncryptionAlgorithmsRequestListValue {
892
733
  Value?: string;
893
734
  }
894
-
895
735
  export interface Phase1IntegrityAlgorithmsRequestListValue {
896
736
  Value?: string;
897
737
  }
898
-
899
738
  export interface Phase2DHGroupNumbersRequestListValue {
900
739
  Value?: number;
901
740
  }
902
-
903
741
  export interface Phase2EncryptionAlgorithmsRequestListValue {
904
742
  Value?: string;
905
743
  }
906
-
907
744
  export interface Phase2IntegrityAlgorithmsRequestListValue {
908
745
  Value?: string;
909
746
  }
910
-
911
747
  export interface VpnTunnelOptionsSpecification {
912
748
  TunnelInsideCidr?: string;
913
-
914
749
  TunnelInsideIpv6Cidr?: string;
915
-
916
750
  PreSharedKey?: string;
917
-
918
751
  Phase1LifetimeSeconds?: number;
919
-
920
752
  Phase2LifetimeSeconds?: number;
921
-
922
753
  RekeyMarginTimeSeconds?: number;
923
-
924
754
  RekeyFuzzPercentage?: number;
925
-
926
755
  ReplayWindowSize?: number;
927
-
928
756
  DPDTimeoutSeconds?: number;
929
-
930
757
  DPDTimeoutAction?: string;
931
-
932
758
  Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
933
-
934
759
  Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
935
-
936
760
  Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
937
-
938
761
  Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
939
-
940
762
  Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
941
-
942
763
  Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
943
-
944
764
  IKEVersions?: IKEVersionsRequestListValue[];
945
-
946
765
  StartupAction?: string;
947
-
948
766
  LogOptions?: VpnTunnelLogOptionsSpecification;
949
767
  }
950
-
951
768
  export interface VpnConnectionOptionsSpecification {
952
769
  EnableAcceleration?: boolean;
953
-
954
770
  StaticRoutesOnly?: boolean;
955
-
956
771
  TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
957
-
958
772
  TunnelOptions?: VpnTunnelOptionsSpecification[];
959
-
960
773
  LocalIpv4NetworkCidr?: string;
961
-
962
774
  RemoteIpv4NetworkCidr?: string;
963
-
964
775
  LocalIpv6NetworkCidr?: string;
965
-
966
776
  RemoteIpv6NetworkCidr?: string;
967
-
968
777
  OutsideIpAddressType?: string;
969
-
970
778
  TransportTransitGatewayAttachmentId?: string;
971
779
  }
972
-
973
780
  export interface CreateVpnConnectionRequest {
974
781
  CustomerGatewayId: string | undefined;
975
-
976
782
  Type: string | undefined;
977
-
978
783
  VpnGatewayId?: string;
979
-
980
784
  TransitGatewayId?: string;
981
-
982
785
  DryRun?: boolean;
983
-
984
786
  Options?: VpnConnectionOptionsSpecification;
985
-
986
787
  TagSpecifications?: TagSpecification[];
987
788
  }
988
789
  export declare enum GatewayAssociationState {
@@ -991,212 +792,140 @@ export declare enum GatewayAssociationState {
991
792
  disassociating = "disassociating",
992
793
  not_associated = "not-associated",
993
794
  }
994
-
995
795
  export interface IKEVersionsListValue {
996
796
  Value?: string;
997
797
  }
998
-
999
798
  export interface CloudWatchLogOptions {
1000
799
  LogEnabled?: boolean;
1001
-
1002
800
  LogGroupArn?: string;
1003
-
1004
801
  LogOutputFormat?: string;
1005
802
  }
1006
-
1007
803
  export interface VpnTunnelLogOptions {
1008
804
  CloudWatchLogOptions?: CloudWatchLogOptions;
1009
805
  }
1010
-
1011
806
  export interface Phase1DHGroupNumbersListValue {
1012
807
  Value?: number;
1013
808
  }
1014
-
1015
809
  export interface Phase1EncryptionAlgorithmsListValue {
1016
810
  Value?: string;
1017
811
  }
1018
-
1019
812
  export interface Phase1IntegrityAlgorithmsListValue {
1020
813
  Value?: string;
1021
814
  }
1022
-
1023
815
  export interface Phase2DHGroupNumbersListValue {
1024
816
  Value?: number;
1025
817
  }
1026
-
1027
818
  export interface Phase2EncryptionAlgorithmsListValue {
1028
819
  Value?: string;
1029
820
  }
1030
-
1031
821
  export interface Phase2IntegrityAlgorithmsListValue {
1032
822
  Value?: string;
1033
823
  }
1034
-
1035
824
  export interface TunnelOption {
1036
825
  OutsideIpAddress?: string;
1037
-
1038
826
  TunnelInsideCidr?: string;
1039
-
1040
827
  TunnelInsideIpv6Cidr?: string;
1041
-
1042
828
  PreSharedKey?: string;
1043
-
1044
829
  Phase1LifetimeSeconds?: number;
1045
-
1046
830
  Phase2LifetimeSeconds?: number;
1047
-
1048
831
  RekeyMarginTimeSeconds?: number;
1049
-
1050
832
  RekeyFuzzPercentage?: number;
1051
-
1052
833
  ReplayWindowSize?: number;
1053
-
1054
834
  DpdTimeoutSeconds?: number;
1055
-
1056
835
  DpdTimeoutAction?: string;
1057
-
1058
836
  Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsListValue[];
1059
-
1060
837
  Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsListValue[];
1061
-
1062
838
  Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[];
1063
-
1064
839
  Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[];
1065
-
1066
840
  Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[];
1067
-
1068
841
  Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[];
1069
-
1070
842
  IkeVersions?: IKEVersionsListValue[];
1071
-
1072
843
  StartupAction?: string;
1073
-
1074
844
  LogOptions?: VpnTunnelLogOptions;
1075
845
  }
1076
-
1077
846
  export interface VpnConnectionOptions {
1078
847
  EnableAcceleration?: boolean;
1079
-
1080
848
  StaticRoutesOnly?: boolean;
1081
-
1082
849
  LocalIpv4NetworkCidr?: string;
1083
-
1084
850
  RemoteIpv4NetworkCidr?: string;
1085
-
1086
851
  LocalIpv6NetworkCidr?: string;
1087
-
1088
852
  RemoteIpv6NetworkCidr?: string;
1089
-
1090
853
  OutsideIpAddressType?: string;
1091
-
1092
854
  TransportTransitGatewayAttachmentId?: string;
1093
-
1094
855
  TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
1095
-
1096
856
  TunnelOptions?: TunnelOption[];
1097
857
  }
1098
- export declare type VpnStaticRouteSource = "Static";
1099
- export declare type VpnState = "available" | "deleted" | "deleting" | "pending";
1100
-
858
+ export declare enum VpnStaticRouteSource {
859
+ Static = "Static",
860
+ }
861
+ export declare enum VpnState {
862
+ available = "available",
863
+ deleted = "deleted",
864
+ deleting = "deleting",
865
+ pending = "pending",
866
+ }
1101
867
  export interface VpnStaticRoute {
1102
868
  DestinationCidrBlock?: string;
1103
-
1104
869
  Source?: VpnStaticRouteSource | string;
1105
-
1106
870
  State?: VpnState | string;
1107
871
  }
1108
- export declare type TelemetryStatus = "DOWN" | "UP";
1109
-
872
+ export declare enum TelemetryStatus {
873
+ DOWN = "DOWN",
874
+ UP = "UP",
875
+ }
1110
876
  export interface VgwTelemetry {
1111
877
  AcceptedRouteCount?: number;
1112
-
1113
878
  LastStatusChange?: Date;
1114
-
1115
879
  OutsideIpAddress?: string;
1116
-
1117
880
  Status?: TelemetryStatus | string;
1118
-
1119
881
  StatusMessage?: string;
1120
-
1121
882
  CertificateArn?: string;
1122
883
  }
1123
-
1124
884
  export interface VpnConnection {
1125
885
  CustomerGatewayConfiguration?: string;
1126
-
1127
886
  CustomerGatewayId?: string;
1128
-
1129
887
  Category?: string;
1130
-
1131
888
  State?: VpnState | string;
1132
-
1133
889
  Type?: GatewayType | string;
1134
-
1135
890
  VpnConnectionId?: string;
1136
-
1137
891
  VpnGatewayId?: string;
1138
-
1139
892
  TransitGatewayId?: string;
1140
-
1141
893
  CoreNetworkArn?: string;
1142
-
1143
894
  CoreNetworkAttachmentArn?: string;
1144
-
1145
895
  GatewayAssociationState?: GatewayAssociationState | string;
1146
-
1147
896
  Options?: VpnConnectionOptions;
1148
-
1149
897
  Routes?: VpnStaticRoute[];
1150
-
1151
898
  Tags?: Tag[];
1152
-
1153
899
  VgwTelemetry?: VgwTelemetry[];
1154
900
  }
1155
-
1156
901
  export interface CreateVpnConnectionResult {
1157
902
  VpnConnection?: VpnConnection;
1158
903
  }
1159
-
1160
904
  export interface CreateVpnConnectionRouteRequest {
1161
905
  DestinationCidrBlock: string | undefined;
1162
-
1163
906
  VpnConnectionId: string | undefined;
1164
907
  }
1165
-
1166
908
  export interface CreateVpnGatewayRequest {
1167
909
  AvailabilityZone?: string;
1168
-
1169
910
  Type: GatewayType | string | undefined;
1170
-
1171
911
  TagSpecifications?: TagSpecification[];
1172
-
1173
912
  AmazonSideAsn?: number;
1174
-
1175
913
  DryRun?: boolean;
1176
914
  }
1177
-
1178
915
  export interface VpnGateway {
1179
916
  AvailabilityZone?: string;
1180
-
1181
917
  State?: VpnState | string;
1182
-
1183
918
  Type?: GatewayType | string;
1184
-
1185
919
  VpcAttachments?: VpcAttachment[];
1186
-
1187
920
  VpnGatewayId?: string;
1188
-
1189
921
  AmazonSideAsn?: number;
1190
-
1191
922
  Tags?: Tag[];
1192
923
  }
1193
-
1194
924
  export interface CreateVpnGatewayResult {
1195
925
  VpnGateway?: VpnGateway;
1196
926
  }
1197
927
  export interface DeleteCarrierGatewayRequest {
1198
928
  CarrierGatewayId: string | undefined;
1199
-
1200
929
  DryRun?: boolean;
1201
930
  }
1202
931
  export interface DeleteCarrierGatewayResult {
@@ -1204,7 +933,6 @@ export interface DeleteCarrierGatewayResult {
1204
933
  }
1205
934
  export interface DeleteClientVpnEndpointRequest {
1206
935
  ClientVpnEndpointId: string | undefined;
1207
-
1208
936
  DryRun?: boolean;
1209
937
  }
1210
938
  export interface DeleteClientVpnEndpointResult {
@@ -1212,30 +940,38 @@ export interface DeleteClientVpnEndpointResult {
1212
940
  }
1213
941
  export interface DeleteClientVpnRouteRequest {
1214
942
  ClientVpnEndpointId: string | undefined;
1215
-
1216
943
  TargetVpcSubnetId?: string;
1217
-
1218
944
  DestinationCidrBlock: string | undefined;
1219
-
1220
945
  DryRun?: boolean;
1221
946
  }
1222
947
  export interface DeleteClientVpnRouteResult {
1223
948
  Status?: ClientVpnRouteStatus;
1224
949
  }
1225
-
950
+ export interface DeleteCoipCidrRequest {
951
+ Cidr: string | undefined;
952
+ CoipPoolId: string | undefined;
953
+ DryRun?: boolean;
954
+ }
955
+ export interface DeleteCoipCidrResult {
956
+ CoipCidr?: CoipCidr;
957
+ }
958
+ export interface DeleteCoipPoolRequest {
959
+ CoipPoolId: string | undefined;
960
+ DryRun?: boolean;
961
+ }
962
+ export interface DeleteCoipPoolResult {
963
+ CoipPool?: CoipPool;
964
+ }
1226
965
  export interface DeleteCustomerGatewayRequest {
1227
966
  CustomerGatewayId: string | undefined;
1228
-
1229
967
  DryRun?: boolean;
1230
968
  }
1231
969
  export interface DeleteDhcpOptionsRequest {
1232
970
  DhcpOptionsId: string | undefined;
1233
-
1234
971
  DryRun?: boolean;
1235
972
  }
1236
973
  export interface DeleteEgressOnlyInternetGatewayRequest {
1237
974
  DryRun?: boolean;
1238
-
1239
975
  EgressOnlyInternetGatewayId: string | undefined;
1240
976
  }
1241
977
  export interface DeleteEgressOnlyInternetGatewayResult {
@@ -1243,9 +979,7 @@ export interface DeleteEgressOnlyInternetGatewayResult {
1243
979
  }
1244
980
  export interface DeleteFleetsRequest {
1245
981
  DryRun?: boolean;
1246
-
1247
982
  FleetIds: string[] | undefined;
1248
-
1249
983
  TerminateInstances: boolean | undefined;
1250
984
  }
1251
985
  export declare enum FleetStateCode {
@@ -1257,12 +991,9 @@ export declare enum FleetStateCode {
1257
991
  MODIFYING = "modifying",
1258
992
  SUBMITTED = "submitted",
1259
993
  }
1260
-
1261
994
  export interface DeleteFleetSuccessItem {
1262
995
  CurrentFleetState?: FleetStateCode | string;
1263
-
1264
996
  PreviousFleetState?: FleetStateCode | string;
1265
-
1266
997
  FleetId?: string;
1267
998
  }
1268
999
  export declare enum DeleteFleetErrorCode {
@@ -1271,26 +1002,20 @@ export declare enum DeleteFleetErrorCode {
1271
1002
  FLEET_NOT_IN_DELETABLE_STATE = "fleetNotInDeletableState",
1272
1003
  UNEXPECTED_ERROR = "unexpectedError",
1273
1004
  }
1274
-
1275
1005
  export interface DeleteFleetError {
1276
1006
  Code?: DeleteFleetErrorCode | string;
1277
-
1278
1007
  Message?: string;
1279
1008
  }
1280
-
1281
1009
  export interface DeleteFleetErrorItem {
1282
1010
  Error?: DeleteFleetError;
1283
-
1284
1011
  FleetId?: string;
1285
1012
  }
1286
1013
  export interface DeleteFleetsResult {
1287
1014
  SuccessfulFleetDeletions?: DeleteFleetSuccessItem[];
1288
-
1289
1015
  UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[];
1290
1016
  }
1291
1017
  export interface DeleteFlowLogsRequest {
1292
1018
  DryRun?: boolean;
1293
-
1294
1019
  FlowLogIds: string[] | undefined;
1295
1020
  }
1296
1021
  export interface DeleteFlowLogsResult {
@@ -1298,7 +1023,6 @@ export interface DeleteFlowLogsResult {
1298
1023
  }
1299
1024
  export interface DeleteFpgaImageRequest {
1300
1025
  DryRun?: boolean;
1301
-
1302
1026
  FpgaImageId: string | undefined;
1303
1027
  }
1304
1028
  export interface DeleteFpgaImageResult {
@@ -1306,15 +1030,11 @@ export interface DeleteFpgaImageResult {
1306
1030
  }
1307
1031
  export interface DeleteInstanceEventWindowRequest {
1308
1032
  DryRun?: boolean;
1309
-
1310
1033
  ForceDelete?: boolean;
1311
-
1312
1034
  InstanceEventWindowId: string | undefined;
1313
1035
  }
1314
-
1315
1036
  export interface InstanceEventWindowStateChange {
1316
1037
  InstanceEventWindowId?: string;
1317
-
1318
1038
  State?: InstanceEventWindowState | string;
1319
1039
  }
1320
1040
  export interface DeleteInstanceEventWindowResult {
@@ -1322,14 +1042,11 @@ export interface DeleteInstanceEventWindowResult {
1322
1042
  }
1323
1043
  export interface DeleteInternetGatewayRequest {
1324
1044
  DryRun?: boolean;
1325
-
1326
1045
  InternetGatewayId: string | undefined;
1327
1046
  }
1328
1047
  export interface DeleteIpamRequest {
1329
1048
  DryRun?: boolean;
1330
-
1331
1049
  IpamId: string | undefined;
1332
-
1333
1050
  Cascade?: boolean;
1334
1051
  }
1335
1052
  export interface DeleteIpamResult {
@@ -1337,7 +1054,6 @@ export interface DeleteIpamResult {
1337
1054
  }
1338
1055
  export interface DeleteIpamPoolRequest {
1339
1056
  DryRun?: boolean;
1340
-
1341
1057
  IpamPoolId: string | undefined;
1342
1058
  }
1343
1059
  export interface DeleteIpamPoolResult {
@@ -1345,7 +1061,6 @@ export interface DeleteIpamPoolResult {
1345
1061
  }
1346
1062
  export interface DeleteIpamScopeRequest {
1347
1063
  DryRun?: boolean;
1348
-
1349
1064
  IpamScopeId: string | undefined;
1350
1065
  }
1351
1066
  export interface DeleteIpamScopeResult {
@@ -1353,16 +1068,12 @@ export interface DeleteIpamScopeResult {
1353
1068
  }
1354
1069
  export interface DeleteKeyPairRequest {
1355
1070
  KeyName?: string;
1356
-
1357
1071
  KeyPairId?: string;
1358
-
1359
1072
  DryRun?: boolean;
1360
1073
  }
1361
1074
  export interface DeleteLaunchTemplateRequest {
1362
1075
  DryRun?: boolean;
1363
-
1364
1076
  LaunchTemplateId?: string;
1365
-
1366
1077
  LaunchTemplateName?: string;
1367
1078
  }
1368
1079
  export interface DeleteLaunchTemplateResult {
@@ -1370,19 +1081,13 @@ export interface DeleteLaunchTemplateResult {
1370
1081
  }
1371
1082
  export interface DeleteLaunchTemplateVersionsRequest {
1372
1083
  DryRun?: boolean;
1373
-
1374
1084
  LaunchTemplateId?: string;
1375
-
1376
1085
  LaunchTemplateName?: string;
1377
-
1378
1086
  Versions: string[] | undefined;
1379
1087
  }
1380
-
1381
1088
  export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
1382
1089
  LaunchTemplateId?: string;
1383
-
1384
1090
  LaunchTemplateName?: string;
1385
-
1386
1091
  VersionNumber?: number;
1387
1092
  }
1388
1093
  export declare enum LaunchTemplateErrorCode {
@@ -1393,40 +1098,44 @@ export declare enum LaunchTemplateErrorCode {
1393
1098
  LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST = "launchTemplateVersionDoesNotExist",
1394
1099
  UNEXPECTED_ERROR = "unexpectedError",
1395
1100
  }
1396
-
1397
1101
  export interface ResponseError {
1398
1102
  Code?: LaunchTemplateErrorCode | string;
1399
-
1400
1103
  Message?: string;
1401
1104
  }
1402
-
1403
1105
  export interface DeleteLaunchTemplateVersionsResponseErrorItem {
1404
1106
  LaunchTemplateId?: string;
1405
-
1406
1107
  LaunchTemplateName?: string;
1407
-
1408
1108
  VersionNumber?: number;
1409
-
1410
1109
  ResponseError?: ResponseError;
1411
1110
  }
1412
1111
  export interface DeleteLaunchTemplateVersionsResult {
1413
1112
  SuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseSuccessItem[];
1414
-
1415
1113
  UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
1416
1114
  }
1417
1115
  export interface DeleteLocalGatewayRouteRequest {
1418
1116
  DestinationCidrBlock: string | undefined;
1419
-
1420
1117
  LocalGatewayRouteTableId: string | undefined;
1421
-
1422
1118
  DryRun?: boolean;
1423
1119
  }
1424
1120
  export interface DeleteLocalGatewayRouteResult {
1425
1121
  Route?: LocalGatewayRoute;
1426
1122
  }
1123
+ export interface DeleteLocalGatewayRouteTableRequest {
1124
+ LocalGatewayRouteTableId: string | undefined;
1125
+ DryRun?: boolean;
1126
+ }
1127
+ export interface DeleteLocalGatewayRouteTableResult {
1128
+ LocalGatewayRouteTable?: LocalGatewayRouteTable;
1129
+ }
1130
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
1131
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
1132
+ DryRun?: boolean;
1133
+ }
1134
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
1135
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
1136
+ }
1427
1137
  export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
1428
1138
  LocalGatewayRouteTableVpcAssociationId: string | undefined;
1429
-
1430
1139
  DryRun?: boolean;
1431
1140
  }
1432
1141
  export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
@@ -1434,7 +1143,6 @@ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
1434
1143
  }
1435
1144
  export interface DeleteManagedPrefixListRequest {
1436
1145
  DryRun?: boolean;
1437
-
1438
1146
  PrefixListId: string | undefined;
1439
1147
  }
1440
1148
  export interface DeleteManagedPrefixListResult {
@@ -1442,7 +1150,6 @@ export interface DeleteManagedPrefixListResult {
1442
1150
  }
1443
1151
  export interface DeleteNatGatewayRequest {
1444
1152
  DryRun?: boolean;
1445
-
1446
1153
  NatGatewayId: string | undefined;
1447
1154
  }
1448
1155
  export interface DeleteNatGatewayResult {
@@ -1450,21 +1157,16 @@ export interface DeleteNatGatewayResult {
1450
1157
  }
1451
1158
  export interface DeleteNetworkAclRequest {
1452
1159
  DryRun?: boolean;
1453
-
1454
1160
  NetworkAclId: string | undefined;
1455
1161
  }
1456
1162
  export interface DeleteNetworkAclEntryRequest {
1457
1163
  DryRun?: boolean;
1458
-
1459
1164
  Egress: boolean | undefined;
1460
-
1461
1165
  NetworkAclId: string | undefined;
1462
-
1463
1166
  RuleNumber: number | undefined;
1464
1167
  }
1465
1168
  export interface DeleteNetworkInsightsAccessScopeRequest {
1466
1169
  DryRun?: boolean;
1467
-
1468
1170
  NetworkInsightsAccessScopeId: string | undefined;
1469
1171
  }
1470
1172
  export interface DeleteNetworkInsightsAccessScopeResult {
@@ -1472,7 +1174,6 @@ export interface DeleteNetworkInsightsAccessScopeResult {
1472
1174
  }
1473
1175
  export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
1474
1176
  NetworkInsightsAccessScopeAnalysisId: string | undefined;
1475
-
1476
1177
  DryRun?: boolean;
1477
1178
  }
1478
1179
  export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
@@ -1480,7 +1181,6 @@ export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
1480
1181
  }
1481
1182
  export interface DeleteNetworkInsightsAnalysisRequest {
1482
1183
  DryRun?: boolean;
1483
-
1484
1184
  NetworkInsightsAnalysisId: string | undefined;
1485
1185
  }
1486
1186
  export interface DeleteNetworkInsightsAnalysisResult {
@@ -1488,38 +1188,29 @@ export interface DeleteNetworkInsightsAnalysisResult {
1488
1188
  }
1489
1189
  export interface DeleteNetworkInsightsPathRequest {
1490
1190
  DryRun?: boolean;
1491
-
1492
1191
  NetworkInsightsPathId: string | undefined;
1493
1192
  }
1494
1193
  export interface DeleteNetworkInsightsPathResult {
1495
1194
  NetworkInsightsPathId?: string;
1496
1195
  }
1497
-
1498
1196
  export interface DeleteNetworkInterfaceRequest {
1499
1197
  DryRun?: boolean;
1500
-
1501
1198
  NetworkInterfaceId: string | undefined;
1502
1199
  }
1503
-
1504
1200
  export interface DeleteNetworkInterfacePermissionRequest {
1505
1201
  NetworkInterfacePermissionId: string | undefined;
1506
-
1507
1202
  Force?: boolean;
1508
-
1509
1203
  DryRun?: boolean;
1510
1204
  }
1511
-
1512
1205
  export interface DeleteNetworkInterfacePermissionResult {
1513
1206
  Return?: boolean;
1514
1207
  }
1515
1208
  export interface DeletePlacementGroupRequest {
1516
1209
  DryRun?: boolean;
1517
-
1518
1210
  GroupName: string | undefined;
1519
1211
  }
1520
1212
  export interface DeletePublicIpv4PoolRequest {
1521
1213
  DryRun?: boolean;
1522
-
1523
1214
  PoolId: string | undefined;
1524
1215
  }
1525
1216
  export interface DeletePublicIpv4PoolResult {
@@ -1527,7 +1218,6 @@ export interface DeletePublicIpv4PoolResult {
1527
1218
  }
1528
1219
  export interface DeleteQueuedReservedInstancesRequest {
1529
1220
  DryRun?: boolean;
1530
-
1531
1221
  ReservedInstancesIds: string[] | undefined;
1532
1222
  }
1533
1223
  export declare enum DeleteQueuedReservedInstancesErrorCode {
@@ -1535,67 +1225,50 @@ export declare enum DeleteQueuedReservedInstancesErrorCode {
1535
1225
  RESERVED_INSTANCES_NOT_IN_QUEUED_STATE = "reserved-instances-not-in-queued-state",
1536
1226
  UNEXPECTED_ERROR = "unexpected-error",
1537
1227
  }
1538
-
1539
1228
  export interface DeleteQueuedReservedInstancesError {
1540
1229
  Code?: DeleteQueuedReservedInstancesErrorCode | string;
1541
-
1542
1230
  Message?: string;
1543
1231
  }
1544
-
1545
1232
  export interface FailedQueuedPurchaseDeletion {
1546
1233
  Error?: DeleteQueuedReservedInstancesError;
1547
-
1548
1234
  ReservedInstancesId?: string;
1549
1235
  }
1550
-
1551
1236
  export interface SuccessfulQueuedPurchaseDeletion {
1552
1237
  ReservedInstancesId?: string;
1553
1238
  }
1554
1239
  export interface DeleteQueuedReservedInstancesResult {
1555
1240
  SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[];
1556
-
1557
1241
  FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
1558
1242
  }
1559
1243
  export interface DeleteRouteRequest {
1560
1244
  DestinationCidrBlock?: string;
1561
-
1562
1245
  DestinationIpv6CidrBlock?: string;
1563
-
1564
1246
  DestinationPrefixListId?: string;
1565
-
1566
1247
  DryRun?: boolean;
1567
-
1568
1248
  RouteTableId: string | undefined;
1569
1249
  }
1570
1250
  export interface DeleteRouteTableRequest {
1571
1251
  DryRun?: boolean;
1572
-
1573
1252
  RouteTableId: string | undefined;
1574
1253
  }
1575
1254
  export interface DeleteSecurityGroupRequest {
1576
1255
  GroupId?: string;
1577
-
1578
1256
  GroupName?: string;
1579
-
1580
1257
  DryRun?: boolean;
1581
1258
  }
1582
1259
  export interface DeleteSnapshotRequest {
1583
1260
  SnapshotId: string | undefined;
1584
-
1585
1261
  DryRun?: boolean;
1586
1262
  }
1587
-
1588
1263
  export interface DeleteSpotDatafeedSubscriptionRequest {
1589
1264
  DryRun?: boolean;
1590
1265
  }
1591
1266
  export interface DeleteSubnetRequest {
1592
1267
  SubnetId: string | undefined;
1593
-
1594
1268
  DryRun?: boolean;
1595
1269
  }
1596
1270
  export interface DeleteSubnetCidrReservationRequest {
1597
1271
  SubnetCidrReservationId: string | undefined;
1598
-
1599
1272
  DryRun?: boolean;
1600
1273
  }
1601
1274
  export interface DeleteSubnetCidrReservationResult {
@@ -1603,14 +1276,11 @@ export interface DeleteSubnetCidrReservationResult {
1603
1276
  }
1604
1277
  export interface DeleteTagsRequest {
1605
1278
  DryRun?: boolean;
1606
-
1607
1279
  Resources: string[] | undefined;
1608
-
1609
1280
  Tags?: Tag[];
1610
1281
  }
1611
1282
  export interface DeleteTrafficMirrorFilterRequest {
1612
1283
  TrafficMirrorFilterId: string | undefined;
1613
-
1614
1284
  DryRun?: boolean;
1615
1285
  }
1616
1286
  export interface DeleteTrafficMirrorFilterResult {
@@ -1618,7 +1288,6 @@ export interface DeleteTrafficMirrorFilterResult {
1618
1288
  }
1619
1289
  export interface DeleteTrafficMirrorFilterRuleRequest {
1620
1290
  TrafficMirrorFilterRuleId: string | undefined;
1621
-
1622
1291
  DryRun?: boolean;
1623
1292
  }
1624
1293
  export interface DeleteTrafficMirrorFilterRuleResult {
@@ -1626,7 +1295,6 @@ export interface DeleteTrafficMirrorFilterRuleResult {
1626
1295
  }
1627
1296
  export interface DeleteTrafficMirrorSessionRequest {
1628
1297
  TrafficMirrorSessionId: string | undefined;
1629
-
1630
1298
  DryRun?: boolean;
1631
1299
  }
1632
1300
  export interface DeleteTrafficMirrorSessionResult {
@@ -1634,7 +1302,6 @@ export interface DeleteTrafficMirrorSessionResult {
1634
1302
  }
1635
1303
  export interface DeleteTrafficMirrorTargetRequest {
1636
1304
  TrafficMirrorTargetId: string | undefined;
1637
-
1638
1305
  DryRun?: boolean;
1639
1306
  }
1640
1307
  export interface DeleteTrafficMirrorTargetResult {
@@ -1642,7 +1309,6 @@ export interface DeleteTrafficMirrorTargetResult {
1642
1309
  }
1643
1310
  export interface DeleteTransitGatewayRequest {
1644
1311
  TransitGatewayId: string | undefined;
1645
-
1646
1312
  DryRun?: boolean;
1647
1313
  }
1648
1314
  export interface DeleteTransitGatewayResult {
@@ -1650,7 +1316,6 @@ export interface DeleteTransitGatewayResult {
1650
1316
  }
1651
1317
  export interface DeleteTransitGatewayConnectRequest {
1652
1318
  TransitGatewayAttachmentId: string | undefined;
1653
-
1654
1319
  DryRun?: boolean;
1655
1320
  }
1656
1321
  export interface DeleteTransitGatewayConnectResult {
@@ -1658,7 +1323,6 @@ export interface DeleteTransitGatewayConnectResult {
1658
1323
  }
1659
1324
  export interface DeleteTransitGatewayConnectPeerRequest {
1660
1325
  TransitGatewayConnectPeerId: string | undefined;
1661
-
1662
1326
  DryRun?: boolean;
1663
1327
  }
1664
1328
  export interface DeleteTransitGatewayConnectPeerResult {
@@ -1666,7 +1330,6 @@ export interface DeleteTransitGatewayConnectPeerResult {
1666
1330
  }
1667
1331
  export interface DeleteTransitGatewayMulticastDomainRequest {
1668
1332
  TransitGatewayMulticastDomainId: string | undefined;
1669
-
1670
1333
  DryRun?: boolean;
1671
1334
  }
1672
1335
  export interface DeleteTransitGatewayMulticastDomainResult {
@@ -1674,7 +1337,6 @@ export interface DeleteTransitGatewayMulticastDomainResult {
1674
1337
  }
1675
1338
  export interface DeleteTransitGatewayPeeringAttachmentRequest {
1676
1339
  TransitGatewayAttachmentId: string | undefined;
1677
-
1678
1340
  DryRun?: boolean;
1679
1341
  }
1680
1342
  export interface DeleteTransitGatewayPeeringAttachmentResult {
@@ -1682,7 +1344,6 @@ export interface DeleteTransitGatewayPeeringAttachmentResult {
1682
1344
  }
1683
1345
  export interface DeleteTransitGatewayPolicyTableRequest {
1684
1346
  TransitGatewayPolicyTableId: string | undefined;
1685
-
1686
1347
  DryRun?: boolean;
1687
1348
  }
1688
1349
  export interface DeleteTransitGatewayPolicyTableResult {
@@ -1690,9 +1351,7 @@ export interface DeleteTransitGatewayPolicyTableResult {
1690
1351
  }
1691
1352
  export interface DeleteTransitGatewayPrefixListReferenceRequest {
1692
1353
  TransitGatewayRouteTableId: string | undefined;
1693
-
1694
1354
  PrefixListId: string | undefined;
1695
-
1696
1355
  DryRun?: boolean;
1697
1356
  }
1698
1357
  export interface DeleteTransitGatewayPrefixListReferenceResult {
@@ -1700,9 +1359,7 @@ export interface DeleteTransitGatewayPrefixListReferenceResult {
1700
1359
  }
1701
1360
  export interface DeleteTransitGatewayRouteRequest {
1702
1361
  TransitGatewayRouteTableId: string | undefined;
1703
-
1704
1362
  DestinationCidrBlock: string | undefined;
1705
-
1706
1363
  DryRun?: boolean;
1707
1364
  }
1708
1365
  export interface DeleteTransitGatewayRouteResult {
@@ -1710,7 +1367,6 @@ export interface DeleteTransitGatewayRouteResult {
1710
1367
  }
1711
1368
  export interface DeleteTransitGatewayRouteTableRequest {
1712
1369
  TransitGatewayRouteTableId: string | undefined;
1713
-
1714
1370
  DryRun?: boolean;
1715
1371
  }
1716
1372
  export interface DeleteTransitGatewayRouteTableResult {
@@ -1718,7 +1374,6 @@ export interface DeleteTransitGatewayRouteTableResult {
1718
1374
  }
1719
1375
  export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
1720
1376
  TransitGatewayRouteTableAnnouncementId: string | undefined;
1721
-
1722
1377
  DryRun?: boolean;
1723
1378
  }
1724
1379
  export interface DeleteTransitGatewayRouteTableAnnouncementResult {
@@ -1726,7 +1381,6 @@ export interface DeleteTransitGatewayRouteTableAnnouncementResult {
1726
1381
  }
1727
1382
  export interface DeleteTransitGatewayVpcAttachmentRequest {
1728
1383
  TransitGatewayAttachmentId: string | undefined;
1729
-
1730
1384
  DryRun?: boolean;
1731
1385
  }
1732
1386
  export interface DeleteTransitGatewayVpcAttachmentResult {
@@ -1734,35 +1388,28 @@ export interface DeleteTransitGatewayVpcAttachmentResult {
1734
1388
  }
1735
1389
  export interface DeleteVolumeRequest {
1736
1390
  VolumeId: string | undefined;
1737
-
1738
1391
  DryRun?: boolean;
1739
1392
  }
1740
1393
  export interface DeleteVpcRequest {
1741
1394
  VpcId: string | undefined;
1742
-
1743
1395
  DryRun?: boolean;
1744
1396
  }
1745
1397
  export interface DeleteVpcEndpointConnectionNotificationsRequest {
1746
1398
  DryRun?: boolean;
1747
-
1748
1399
  ConnectionNotificationIds: string[] | undefined;
1749
1400
  }
1750
1401
  export interface DeleteVpcEndpointConnectionNotificationsResult {
1751
1402
  Unsuccessful?: UnsuccessfulItem[];
1752
1403
  }
1753
-
1754
1404
  export interface DeleteVpcEndpointsRequest {
1755
1405
  DryRun?: boolean;
1756
-
1757
1406
  VpcEndpointIds: string[] | undefined;
1758
1407
  }
1759
-
1760
1408
  export interface DeleteVpcEndpointsResult {
1761
1409
  Unsuccessful?: UnsuccessfulItem[];
1762
1410
  }
1763
1411
  export interface DeleteVpcEndpointServiceConfigurationsRequest {
1764
1412
  DryRun?: boolean;
1765
-
1766
1413
  ServiceIds: string[] | undefined;
1767
1414
  }
1768
1415
  export interface DeleteVpcEndpointServiceConfigurationsResult {
@@ -1770,33 +1417,25 @@ export interface DeleteVpcEndpointServiceConfigurationsResult {
1770
1417
  }
1771
1418
  export interface DeleteVpcPeeringConnectionRequest {
1772
1419
  DryRun?: boolean;
1773
-
1774
1420
  VpcPeeringConnectionId: string | undefined;
1775
1421
  }
1776
1422
  export interface DeleteVpcPeeringConnectionResult {
1777
1423
  Return?: boolean;
1778
1424
  }
1779
-
1780
1425
  export interface DeleteVpnConnectionRequest {
1781
1426
  VpnConnectionId: string | undefined;
1782
-
1783
1427
  DryRun?: boolean;
1784
1428
  }
1785
-
1786
1429
  export interface DeleteVpnConnectionRouteRequest {
1787
1430
  DestinationCidrBlock: string | undefined;
1788
-
1789
1431
  VpnConnectionId: string | undefined;
1790
1432
  }
1791
-
1792
1433
  export interface DeleteVpnGatewayRequest {
1793
1434
  VpnGatewayId: string | undefined;
1794
-
1795
1435
  DryRun?: boolean;
1796
1436
  }
1797
1437
  export interface DeprovisionByoipCidrRequest {
1798
1438
  Cidr: string | undefined;
1799
-
1800
1439
  DryRun?: boolean;
1801
1440
  }
1802
1441
  export interface DeprovisionByoipCidrResult {
@@ -1804,18 +1443,14 @@ export interface DeprovisionByoipCidrResult {
1804
1443
  }
1805
1444
  export interface DeprovisionIpamPoolCidrRequest {
1806
1445
  DryRun?: boolean;
1807
-
1808
1446
  IpamPoolId: string | undefined;
1809
-
1810
1447
  Cidr?: string;
1811
1448
  }
1812
1449
  export declare enum IpamPoolCidrFailureCode {
1813
1450
  cidr_not_available = "cidr-not-available",
1814
1451
  }
1815
-
1816
1452
  export interface IpamPoolCidrFailureReason {
1817
1453
  Code?: IpamPoolCidrFailureCode | string;
1818
-
1819
1454
  Message?: string;
1820
1455
  }
1821
1456
  export declare enum IpamPoolCidrState {
@@ -1828,12 +1463,9 @@ export declare enum IpamPoolCidrState {
1828
1463
  pending_provision = "pending-provision",
1829
1464
  provisioned = "provisioned",
1830
1465
  }
1831
-
1832
1466
  export interface IpamPoolCidr {
1833
1467
  Cidr?: string;
1834
-
1835
1468
  State?: IpamPoolCidrState | string;
1836
-
1837
1469
  FailureReason?: IpamPoolCidrFailureReason;
1838
1470
  }
1839
1471
  export interface DeprovisionIpamPoolCidrResult {
@@ -1841,37 +1473,27 @@ export interface DeprovisionIpamPoolCidrResult {
1841
1473
  }
1842
1474
  export interface DeprovisionPublicIpv4PoolCidrRequest {
1843
1475
  DryRun?: boolean;
1844
-
1845
1476
  PoolId: string | undefined;
1846
-
1847
1477
  Cidr: string | undefined;
1848
1478
  }
1849
1479
  export interface DeprovisionPublicIpv4PoolCidrResult {
1850
1480
  PoolId?: string;
1851
-
1852
1481
  DeprovisionedAddresses?: string[];
1853
1482
  }
1854
-
1855
1483
  export interface DeregisterImageRequest {
1856
1484
  ImageId: string | undefined;
1857
-
1858
1485
  DryRun?: boolean;
1859
1486
  }
1860
-
1861
1487
  export interface DeregisterInstanceTagAttributeRequest {
1862
1488
  IncludeAllTagsOfInstance?: boolean;
1863
-
1864
1489
  InstanceTagKeys?: string[];
1865
1490
  }
1866
1491
  export interface DeregisterInstanceEventNotificationAttributesRequest {
1867
1492
  DryRun?: boolean;
1868
-
1869
1493
  InstanceTagAttribute?: DeregisterInstanceTagAttributeRequest;
1870
1494
  }
1871
-
1872
1495
  export interface InstanceTagNotificationAttribute {
1873
1496
  InstanceTagKeys?: string[];
1874
-
1875
1497
  IncludeAllTagsOfInstance?: boolean;
1876
1498
  }
1877
1499
  export interface DeregisterInstanceEventNotificationAttributesResult {
@@ -1879,19 +1501,13 @@ export interface DeregisterInstanceEventNotificationAttributesResult {
1879
1501
  }
1880
1502
  export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
1881
1503
  TransitGatewayMulticastDomainId?: string;
1882
-
1883
1504
  GroupIpAddress?: string;
1884
-
1885
1505
  NetworkInterfaceIds?: string[];
1886
-
1887
1506
  DryRun?: boolean;
1888
1507
  }
1889
-
1890
1508
  export interface TransitGatewayMulticastDeregisteredGroupMembers {
1891
1509
  TransitGatewayMulticastDomainId?: string;
1892
-
1893
1510
  DeregisteredNetworkInterfaceIds?: string[];
1894
-
1895
1511
  GroupIpAddress?: string;
1896
1512
  }
1897
1513
  export interface DeregisterTransitGatewayMulticastGroupMembersResult {
@@ -1899,19 +1515,13 @@ export interface DeregisterTransitGatewayMulticastGroupMembersResult {
1899
1515
  }
1900
1516
  export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
1901
1517
  TransitGatewayMulticastDomainId?: string;
1902
-
1903
1518
  GroupIpAddress?: string;
1904
-
1905
1519
  NetworkInterfaceIds?: string[];
1906
-
1907
1520
  DryRun?: boolean;
1908
1521
  }
1909
-
1910
1522
  export interface TransitGatewayMulticastDeregisteredGroupSources {
1911
1523
  TransitGatewayMulticastDomainId?: string;
1912
-
1913
1524
  DeregisteredNetworkInterfaceIds?: string[];
1914
-
1915
1525
  GroupIpAddress?: string;
1916
1526
  }
1917
1527
  export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
@@ -1919,25 +1529,19 @@ export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
1919
1529
  }
1920
1530
  export interface DescribeAccountAttributesRequest {
1921
1531
  AttributeNames?: (AccountAttributeName | string)[];
1922
-
1923
1532
  DryRun?: boolean;
1924
1533
  }
1925
1534
  export interface DescribeAccountAttributesResult {
1926
1535
  AccountAttributes?: AccountAttribute[];
1927
1536
  }
1928
-
1929
1537
  export interface Filter {
1930
1538
  Name?: string;
1931
-
1932
1539
  Values?: string[];
1933
1540
  }
1934
1541
  export interface DescribeAddressesRequest {
1935
1542
  Filters?: Filter[];
1936
-
1937
1543
  PublicIps?: string[];
1938
-
1939
1544
  AllocationIds?: string[];
1940
-
1941
1545
  DryRun?: boolean;
1942
1546
  }
1943
1547
  export interface DescribeAddressesResult {
@@ -1945,1224 +1549,760 @@ export interface DescribeAddressesResult {
1945
1549
  }
1946
1550
  export interface DescribeAddressesAttributeRequest {
1947
1551
  AllocationIds?: string[];
1948
-
1949
1552
  Attribute?: AddressAttributeName | string;
1950
-
1951
1553
  NextToken?: string;
1952
-
1953
1554
  MaxResults?: number;
1954
-
1955
1555
  DryRun?: boolean;
1956
1556
  }
1957
1557
  export interface DescribeAddressesAttributeResult {
1958
1558
  Addresses?: AddressAttribute[];
1959
-
1960
- NextToken?: string;
1961
- }
1962
- export interface DescribeAggregateIdFormatRequest {
1963
- DryRun?: boolean;
1964
- }
1965
-
1966
- export interface IdFormat {
1967
- Deadline?: Date;
1968
-
1969
- Resource?: string;
1970
-
1971
- UseLongIds?: boolean;
1972
- }
1973
- export interface DescribeAggregateIdFormatResult {
1974
- UseLongIdsAggregated?: boolean;
1975
-
1976
- Statuses?: IdFormat[];
1977
- }
1978
- export interface DescribeAvailabilityZonesRequest {
1979
- Filters?: Filter[];
1980
-
1981
- ZoneNames?: string[];
1982
-
1983
- ZoneIds?: string[];
1984
-
1985
- AllAvailabilityZones?: boolean;
1986
-
1987
- DryRun?: boolean;
1988
- }
1989
-
1990
- export interface AvailabilityZoneMessage {
1991
- Message?: string;
1992
- }
1993
- export declare type AvailabilityZoneOptInStatus =
1994
- | "not-opted-in"
1995
- | "opt-in-not-required"
1996
- | "opted-in";
1997
- export declare type AvailabilityZoneState =
1998
- | "available"
1999
- | "impaired"
2000
- | "information"
2001
- | "unavailable";
2002
-
2003
- export interface AvailabilityZone {
2004
- State?: AvailabilityZoneState | string;
2005
-
2006
- OptInStatus?: AvailabilityZoneOptInStatus | string;
2007
-
2008
- Messages?: AvailabilityZoneMessage[];
2009
-
2010
- RegionName?: string;
2011
-
2012
- ZoneName?: string;
2013
-
2014
- ZoneId?: string;
2015
-
2016
- GroupName?: string;
2017
-
2018
- NetworkBorderGroup?: string;
2019
-
2020
- ZoneType?: string;
2021
-
2022
- ParentZoneName?: string;
2023
-
2024
- ParentZoneId?: string;
2025
- }
2026
- export interface DescribeAvailabilityZonesResult {
2027
- AvailabilityZones?: AvailabilityZone[];
2028
- }
2029
- export interface DescribeBundleTasksRequest {
2030
- BundleIds?: string[];
2031
-
2032
- Filters?: Filter[];
2033
-
2034
- DryRun?: boolean;
2035
- }
2036
- export interface DescribeBundleTasksResult {
2037
- BundleTasks?: BundleTask[];
2038
- }
2039
- export interface DescribeByoipCidrsRequest {
2040
- DryRun?: boolean;
2041
-
2042
- MaxResults: number | undefined;
2043
-
2044
- NextToken?: string;
2045
- }
2046
- export interface DescribeByoipCidrsResult {
2047
- ByoipCidrs?: ByoipCidr[];
2048
-
2049
- NextToken?: string;
2050
- }
2051
- export interface DescribeCapacityReservationFleetsRequest {
2052
- CapacityReservationFleetIds?: string[];
2053
-
2054
- NextToken?: string;
2055
-
2056
- MaxResults?: number;
2057
-
2058
- Filters?: Filter[];
2059
-
2060
- DryRun?: boolean;
2061
- }
2062
-
2063
- export interface CapacityReservationFleet {
2064
- CapacityReservationFleetId?: string;
2065
-
2066
- CapacityReservationFleetArn?: string;
2067
-
2068
- State?: CapacityReservationFleetState | string;
2069
-
2070
- TotalTargetCapacity?: number;
2071
-
2072
- TotalFulfilledCapacity?: number;
2073
-
2074
- Tenancy?: FleetCapacityReservationTenancy | string;
2075
-
2076
- EndDate?: Date;
2077
-
2078
- CreateTime?: Date;
2079
-
2080
- InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
2081
-
2082
- AllocationStrategy?: string;
2083
-
2084
- InstanceTypeSpecifications?: FleetCapacityReservation[];
2085
-
2086
- Tags?: Tag[];
2087
- }
2088
- export interface DescribeCapacityReservationFleetsResult {
2089
- CapacityReservationFleets?: CapacityReservationFleet[];
2090
-
2091
- NextToken?: string;
2092
- }
2093
- export interface DescribeCapacityReservationsRequest {
2094
- CapacityReservationIds?: string[];
2095
-
2096
- NextToken?: string;
2097
-
2098
- MaxResults?: number;
2099
-
2100
- Filters?: Filter[];
2101
-
2102
- DryRun?: boolean;
2103
- }
2104
- export interface DescribeCapacityReservationsResult {
2105
- NextToken?: string;
2106
-
2107
- CapacityReservations?: CapacityReservation[];
2108
- }
2109
- export interface DescribeCarrierGatewaysRequest {
2110
- CarrierGatewayIds?: string[];
2111
-
2112
- Filters?: Filter[];
2113
-
2114
- MaxResults?: number;
2115
-
2116
- NextToken?: string;
2117
-
2118
- DryRun?: boolean;
2119
- }
2120
- export interface DescribeCarrierGatewaysResult {
2121
- CarrierGateways?: CarrierGateway[];
2122
-
2123
- NextToken?: string;
2124
- }
2125
- export interface DescribeClassicLinkInstancesRequest {
2126
- Filters?: Filter[];
2127
-
2128
- DryRun?: boolean;
2129
-
2130
- InstanceIds?: string[];
2131
-
2132
- MaxResults?: number;
2133
-
2134
- NextToken?: string;
2135
- }
2136
-
2137
- export interface ClassicLinkInstance {
2138
- Groups?: GroupIdentifier[];
2139
-
2140
- InstanceId?: string;
2141
-
2142
- Tags?: Tag[];
2143
-
2144
- VpcId?: string;
2145
- }
2146
- export interface DescribeClassicLinkInstancesResult {
2147
- Instances?: ClassicLinkInstance[];
2148
-
2149
1559
  NextToken?: string;
2150
1560
  }
2151
-
1561
+ export declare const CreateTrafficMirrorFilterRuleResultFilterSensitiveLog: (
1562
+ obj: CreateTrafficMirrorFilterRuleResult
1563
+ ) => any;
1564
+ export declare const CreateTrafficMirrorSessionRequestFilterSensitiveLog: (
1565
+ obj: CreateTrafficMirrorSessionRequest
1566
+ ) => any;
1567
+ export declare const TrafficMirrorSessionFilterSensitiveLog: (
1568
+ obj: TrafficMirrorSession
1569
+ ) => any;
1570
+ export declare const CreateTrafficMirrorSessionResultFilterSensitiveLog: (
1571
+ obj: CreateTrafficMirrorSessionResult
1572
+ ) => any;
1573
+ export declare const CreateTrafficMirrorTargetRequestFilterSensitiveLog: (
1574
+ obj: CreateTrafficMirrorTargetRequest
1575
+ ) => any;
1576
+ export declare const TrafficMirrorTargetFilterSensitiveLog: (
1577
+ obj: TrafficMirrorTarget
1578
+ ) => any;
1579
+ export declare const CreateTrafficMirrorTargetResultFilterSensitiveLog: (
1580
+ obj: CreateTrafficMirrorTargetResult
1581
+ ) => any;
1582
+ export declare const TransitGatewayRequestOptionsFilterSensitiveLog: (
1583
+ obj: TransitGatewayRequestOptions
1584
+ ) => any;
1585
+ export declare const CreateTransitGatewayRequestFilterSensitiveLog: (
1586
+ obj: CreateTransitGatewayRequest
1587
+ ) => any;
2152
1588
  export declare const TransitGatewayOptionsFilterSensitiveLog: (
2153
1589
  obj: TransitGatewayOptions
2154
1590
  ) => any;
2155
-
2156
1591
  export declare const TransitGatewayFilterSensitiveLog: (
2157
1592
  obj: TransitGateway
2158
1593
  ) => any;
2159
-
2160
1594
  export declare const CreateTransitGatewayResultFilterSensitiveLog: (
2161
1595
  obj: CreateTransitGatewayResult
2162
1596
  ) => any;
2163
-
2164
1597
  export declare const CreateTransitGatewayConnectRequestOptionsFilterSensitiveLog: (
2165
1598
  obj: CreateTransitGatewayConnectRequestOptions
2166
1599
  ) => any;
2167
-
2168
1600
  export declare const CreateTransitGatewayConnectRequestFilterSensitiveLog: (
2169
1601
  obj: CreateTransitGatewayConnectRequest
2170
1602
  ) => any;
2171
-
2172
1603
  export declare const TransitGatewayConnectOptionsFilterSensitiveLog: (
2173
1604
  obj: TransitGatewayConnectOptions
2174
1605
  ) => any;
2175
-
2176
1606
  export declare const TransitGatewayConnectFilterSensitiveLog: (
2177
1607
  obj: TransitGatewayConnect
2178
1608
  ) => any;
2179
-
2180
1609
  export declare const CreateTransitGatewayConnectResultFilterSensitiveLog: (
2181
1610
  obj: CreateTransitGatewayConnectResult
2182
1611
  ) => any;
2183
-
2184
1612
  export declare const TransitGatewayConnectRequestBgpOptionsFilterSensitiveLog: (
2185
1613
  obj: TransitGatewayConnectRequestBgpOptions
2186
1614
  ) => any;
2187
-
2188
1615
  export declare const CreateTransitGatewayConnectPeerRequestFilterSensitiveLog: (
2189
1616
  obj: CreateTransitGatewayConnectPeerRequest
2190
1617
  ) => any;
2191
-
2192
1618
  export declare const TransitGatewayAttachmentBgpConfigurationFilterSensitiveLog: (
2193
1619
  obj: TransitGatewayAttachmentBgpConfiguration
2194
1620
  ) => any;
2195
-
2196
1621
  export declare const TransitGatewayConnectPeerConfigurationFilterSensitiveLog: (
2197
1622
  obj: TransitGatewayConnectPeerConfiguration
2198
1623
  ) => any;
2199
-
2200
1624
  export declare const TransitGatewayConnectPeerFilterSensitiveLog: (
2201
1625
  obj: TransitGatewayConnectPeer
2202
1626
  ) => any;
2203
-
2204
1627
  export declare const CreateTransitGatewayConnectPeerResultFilterSensitiveLog: (
2205
1628
  obj: CreateTransitGatewayConnectPeerResult
2206
1629
  ) => any;
2207
-
2208
1630
  export declare const CreateTransitGatewayMulticastDomainRequestOptionsFilterSensitiveLog: (
2209
1631
  obj: CreateTransitGatewayMulticastDomainRequestOptions
2210
1632
  ) => any;
2211
-
2212
1633
  export declare const CreateTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
2213
1634
  obj: CreateTransitGatewayMulticastDomainRequest
2214
1635
  ) => any;
2215
-
2216
1636
  export declare const TransitGatewayMulticastDomainOptionsFilterSensitiveLog: (
2217
1637
  obj: TransitGatewayMulticastDomainOptions
2218
1638
  ) => any;
2219
-
2220
1639
  export declare const TransitGatewayMulticastDomainFilterSensitiveLog: (
2221
1640
  obj: TransitGatewayMulticastDomain
2222
1641
  ) => any;
2223
-
2224
1642
  export declare const CreateTransitGatewayMulticastDomainResultFilterSensitiveLog: (
2225
1643
  obj: CreateTransitGatewayMulticastDomainResult
2226
1644
  ) => any;
2227
-
2228
1645
  export declare const CreateTransitGatewayPeeringAttachmentRequestOptionsFilterSensitiveLog: (
2229
1646
  obj: CreateTransitGatewayPeeringAttachmentRequestOptions
2230
1647
  ) => any;
2231
-
2232
1648
  export declare const CreateTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
2233
1649
  obj: CreateTransitGatewayPeeringAttachmentRequest
2234
1650
  ) => any;
2235
-
2236
1651
  export declare const CreateTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
2237
1652
  obj: CreateTransitGatewayPeeringAttachmentResult
2238
1653
  ) => any;
2239
-
2240
1654
  export declare const CreateTransitGatewayPolicyTableRequestFilterSensitiveLog: (
2241
1655
  obj: CreateTransitGatewayPolicyTableRequest
2242
1656
  ) => any;
2243
-
2244
1657
  export declare const TransitGatewayPolicyTableFilterSensitiveLog: (
2245
1658
  obj: TransitGatewayPolicyTable
2246
1659
  ) => any;
2247
-
2248
1660
  export declare const CreateTransitGatewayPolicyTableResultFilterSensitiveLog: (
2249
1661
  obj: CreateTransitGatewayPolicyTableResult
2250
1662
  ) => any;
2251
-
2252
1663
  export declare const CreateTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
2253
1664
  obj: CreateTransitGatewayPrefixListReferenceRequest
2254
1665
  ) => any;
2255
-
2256
1666
  export declare const TransitGatewayPrefixListAttachmentFilterSensitiveLog: (
2257
1667
  obj: TransitGatewayPrefixListAttachment
2258
1668
  ) => any;
2259
-
2260
1669
  export declare const TransitGatewayPrefixListReferenceFilterSensitiveLog: (
2261
1670
  obj: TransitGatewayPrefixListReference
2262
1671
  ) => any;
2263
-
2264
1672
  export declare const CreateTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
2265
1673
  obj: CreateTransitGatewayPrefixListReferenceResult
2266
1674
  ) => any;
2267
-
2268
1675
  export declare const CreateTransitGatewayRouteRequestFilterSensitiveLog: (
2269
1676
  obj: CreateTransitGatewayRouteRequest
2270
1677
  ) => any;
2271
-
2272
1678
  export declare const TransitGatewayRouteAttachmentFilterSensitiveLog: (
2273
1679
  obj: TransitGatewayRouteAttachment
2274
1680
  ) => any;
2275
-
2276
1681
  export declare const TransitGatewayRouteFilterSensitiveLog: (
2277
1682
  obj: TransitGatewayRoute
2278
1683
  ) => any;
2279
-
2280
1684
  export declare const CreateTransitGatewayRouteResultFilterSensitiveLog: (
2281
1685
  obj: CreateTransitGatewayRouteResult
2282
1686
  ) => any;
2283
-
2284
1687
  export declare const CreateTransitGatewayRouteTableRequestFilterSensitiveLog: (
2285
1688
  obj: CreateTransitGatewayRouteTableRequest
2286
1689
  ) => any;
2287
-
2288
1690
  export declare const TransitGatewayRouteTableFilterSensitiveLog: (
2289
1691
  obj: TransitGatewayRouteTable
2290
1692
  ) => any;
2291
-
2292
1693
  export declare const CreateTransitGatewayRouteTableResultFilterSensitiveLog: (
2293
1694
  obj: CreateTransitGatewayRouteTableResult
2294
1695
  ) => any;
2295
-
2296
1696
  export declare const CreateTransitGatewayRouteTableAnnouncementRequestFilterSensitiveLog: (
2297
1697
  obj: CreateTransitGatewayRouteTableAnnouncementRequest
2298
1698
  ) => any;
2299
-
2300
1699
  export declare const TransitGatewayRouteTableAnnouncementFilterSensitiveLog: (
2301
1700
  obj: TransitGatewayRouteTableAnnouncement
2302
1701
  ) => any;
2303
-
2304
1702
  export declare const CreateTransitGatewayRouteTableAnnouncementResultFilterSensitiveLog: (
2305
1703
  obj: CreateTransitGatewayRouteTableAnnouncementResult
2306
1704
  ) => any;
2307
-
2308
1705
  export declare const CreateTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (
2309
1706
  obj: CreateTransitGatewayVpcAttachmentRequestOptions
2310
1707
  ) => any;
2311
-
2312
1708
  export declare const CreateTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
2313
1709
  obj: CreateTransitGatewayVpcAttachmentRequest
2314
1710
  ) => any;
2315
-
2316
1711
  export declare const CreateTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
2317
1712
  obj: CreateTransitGatewayVpcAttachmentResult
2318
1713
  ) => any;
2319
-
2320
1714
  export declare const CreateVolumeRequestFilterSensitiveLog: (
2321
1715
  obj: CreateVolumeRequest
2322
1716
  ) => any;
2323
-
2324
1717
  export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
2325
-
2326
1718
  export declare const CreateVpcRequestFilterSensitiveLog: (
2327
1719
  obj: CreateVpcRequest
2328
1720
  ) => any;
2329
-
2330
1721
  export declare const CreateVpcResultFilterSensitiveLog: (
2331
1722
  obj: CreateVpcResult
2332
1723
  ) => any;
2333
-
2334
1724
  export declare const DnsOptionsSpecificationFilterSensitiveLog: (
2335
1725
  obj: DnsOptionsSpecification
2336
1726
  ) => any;
2337
-
2338
1727
  export declare const CreateVpcEndpointRequestFilterSensitiveLog: (
2339
1728
  obj: CreateVpcEndpointRequest
2340
1729
  ) => any;
2341
-
2342
1730
  export declare const DnsEntryFilterSensitiveLog: (obj: DnsEntry) => any;
2343
-
2344
1731
  export declare const DnsOptionsFilterSensitiveLog: (obj: DnsOptions) => any;
2345
-
2346
1732
  export declare const SecurityGroupIdentifierFilterSensitiveLog: (
2347
1733
  obj: SecurityGroupIdentifier
2348
1734
  ) => any;
2349
-
2350
1735
  export declare const LastErrorFilterSensitiveLog: (obj: LastError) => any;
2351
-
2352
1736
  export declare const VpcEndpointFilterSensitiveLog: (obj: VpcEndpoint) => any;
2353
-
2354
1737
  export declare const CreateVpcEndpointResultFilterSensitiveLog: (
2355
1738
  obj: CreateVpcEndpointResult
2356
1739
  ) => any;
2357
-
2358
1740
  export declare const CreateVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (
2359
1741
  obj: CreateVpcEndpointConnectionNotificationRequest
2360
1742
  ) => any;
2361
-
2362
1743
  export declare const ConnectionNotificationFilterSensitiveLog: (
2363
1744
  obj: ConnectionNotification
2364
1745
  ) => any;
2365
-
2366
1746
  export declare const CreateVpcEndpointConnectionNotificationResultFilterSensitiveLog: (
2367
1747
  obj: CreateVpcEndpointConnectionNotificationResult
2368
1748
  ) => any;
2369
-
2370
1749
  export declare const CreateVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (
2371
1750
  obj: CreateVpcEndpointServiceConfigurationRequest
2372
1751
  ) => any;
2373
-
2374
1752
  export declare const PrivateDnsNameConfigurationFilterSensitiveLog: (
2375
1753
  obj: PrivateDnsNameConfiguration
2376
1754
  ) => any;
2377
-
2378
1755
  export declare const ServiceTypeDetailFilterSensitiveLog: (
2379
1756
  obj: ServiceTypeDetail
2380
1757
  ) => any;
2381
-
2382
1758
  export declare const ServiceConfigurationFilterSensitiveLog: (
2383
1759
  obj: ServiceConfiguration
2384
1760
  ) => any;
2385
-
2386
1761
  export declare const CreateVpcEndpointServiceConfigurationResultFilterSensitiveLog: (
2387
1762
  obj: CreateVpcEndpointServiceConfigurationResult
2388
1763
  ) => any;
2389
-
2390
1764
  export declare const CreateVpcPeeringConnectionRequestFilterSensitiveLog: (
2391
1765
  obj: CreateVpcPeeringConnectionRequest
2392
1766
  ) => any;
2393
-
2394
1767
  export declare const CreateVpcPeeringConnectionResultFilterSensitiveLog: (
2395
1768
  obj: CreateVpcPeeringConnectionResult
2396
1769
  ) => any;
2397
-
2398
1770
  export declare const IKEVersionsRequestListValueFilterSensitiveLog: (
2399
1771
  obj: IKEVersionsRequestListValue
2400
1772
  ) => any;
2401
-
2402
1773
  export declare const CloudWatchLogOptionsSpecificationFilterSensitiveLog: (
2403
1774
  obj: CloudWatchLogOptionsSpecification
2404
1775
  ) => any;
2405
-
2406
1776
  export declare const VpnTunnelLogOptionsSpecificationFilterSensitiveLog: (
2407
1777
  obj: VpnTunnelLogOptionsSpecification
2408
1778
  ) => any;
2409
-
2410
1779
  export declare const Phase1DHGroupNumbersRequestListValueFilterSensitiveLog: (
2411
1780
  obj: Phase1DHGroupNumbersRequestListValue
2412
1781
  ) => any;
2413
-
2414
1782
  export declare const Phase1EncryptionAlgorithmsRequestListValueFilterSensitiveLog: (
2415
1783
  obj: Phase1EncryptionAlgorithmsRequestListValue
2416
1784
  ) => any;
2417
-
2418
1785
  export declare const Phase1IntegrityAlgorithmsRequestListValueFilterSensitiveLog: (
2419
1786
  obj: Phase1IntegrityAlgorithmsRequestListValue
2420
1787
  ) => any;
2421
-
2422
1788
  export declare const Phase2DHGroupNumbersRequestListValueFilterSensitiveLog: (
2423
1789
  obj: Phase2DHGroupNumbersRequestListValue
2424
1790
  ) => any;
2425
-
2426
1791
  export declare const Phase2EncryptionAlgorithmsRequestListValueFilterSensitiveLog: (
2427
1792
  obj: Phase2EncryptionAlgorithmsRequestListValue
2428
1793
  ) => any;
2429
-
2430
1794
  export declare const Phase2IntegrityAlgorithmsRequestListValueFilterSensitiveLog: (
2431
1795
  obj: Phase2IntegrityAlgorithmsRequestListValue
2432
1796
  ) => any;
2433
-
2434
1797
  export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
2435
1798
  obj: VpnTunnelOptionsSpecification
2436
1799
  ) => any;
2437
-
2438
1800
  export declare const VpnConnectionOptionsSpecificationFilterSensitiveLog: (
2439
1801
  obj: VpnConnectionOptionsSpecification
2440
1802
  ) => any;
2441
-
2442
1803
  export declare const CreateVpnConnectionRequestFilterSensitiveLog: (
2443
1804
  obj: CreateVpnConnectionRequest
2444
1805
  ) => any;
2445
-
2446
1806
  export declare const IKEVersionsListValueFilterSensitiveLog: (
2447
1807
  obj: IKEVersionsListValue
2448
1808
  ) => any;
2449
-
2450
1809
  export declare const CloudWatchLogOptionsFilterSensitiveLog: (
2451
1810
  obj: CloudWatchLogOptions
2452
1811
  ) => any;
2453
-
2454
1812
  export declare const VpnTunnelLogOptionsFilterSensitiveLog: (
2455
1813
  obj: VpnTunnelLogOptions
2456
1814
  ) => any;
2457
-
2458
1815
  export declare const Phase1DHGroupNumbersListValueFilterSensitiveLog: (
2459
1816
  obj: Phase1DHGroupNumbersListValue
2460
1817
  ) => any;
2461
-
2462
1818
  export declare const Phase1EncryptionAlgorithmsListValueFilterSensitiveLog: (
2463
1819
  obj: Phase1EncryptionAlgorithmsListValue
2464
1820
  ) => any;
2465
-
2466
1821
  export declare const Phase1IntegrityAlgorithmsListValueFilterSensitiveLog: (
2467
1822
  obj: Phase1IntegrityAlgorithmsListValue
2468
1823
  ) => any;
2469
-
2470
1824
  export declare const Phase2DHGroupNumbersListValueFilterSensitiveLog: (
2471
1825
  obj: Phase2DHGroupNumbersListValue
2472
1826
  ) => any;
2473
-
2474
1827
  export declare const Phase2EncryptionAlgorithmsListValueFilterSensitiveLog: (
2475
1828
  obj: Phase2EncryptionAlgorithmsListValue
2476
1829
  ) => any;
2477
-
2478
1830
  export declare const Phase2IntegrityAlgorithmsListValueFilterSensitiveLog: (
2479
1831
  obj: Phase2IntegrityAlgorithmsListValue
2480
1832
  ) => any;
2481
-
2482
1833
  export declare const TunnelOptionFilterSensitiveLog: (obj: TunnelOption) => any;
2483
-
2484
1834
  export declare const VpnConnectionOptionsFilterSensitiveLog: (
2485
1835
  obj: VpnConnectionOptions
2486
1836
  ) => any;
2487
-
2488
1837
  export declare const VpnStaticRouteFilterSensitiveLog: (
2489
1838
  obj: VpnStaticRoute
2490
1839
  ) => any;
2491
-
2492
1840
  export declare const VgwTelemetryFilterSensitiveLog: (obj: VgwTelemetry) => any;
2493
-
2494
1841
  export declare const VpnConnectionFilterSensitiveLog: (
2495
1842
  obj: VpnConnection
2496
1843
  ) => any;
2497
-
2498
1844
  export declare const CreateVpnConnectionResultFilterSensitiveLog: (
2499
1845
  obj: CreateVpnConnectionResult
2500
1846
  ) => any;
2501
-
2502
1847
  export declare const CreateVpnConnectionRouteRequestFilterSensitiveLog: (
2503
1848
  obj: CreateVpnConnectionRouteRequest
2504
1849
  ) => any;
2505
-
2506
1850
  export declare const CreateVpnGatewayRequestFilterSensitiveLog: (
2507
1851
  obj: CreateVpnGatewayRequest
2508
1852
  ) => any;
2509
-
2510
1853
  export declare const VpnGatewayFilterSensitiveLog: (obj: VpnGateway) => any;
2511
-
2512
1854
  export declare const CreateVpnGatewayResultFilterSensitiveLog: (
2513
1855
  obj: CreateVpnGatewayResult
2514
1856
  ) => any;
2515
-
2516
1857
  export declare const DeleteCarrierGatewayRequestFilterSensitiveLog: (
2517
1858
  obj: DeleteCarrierGatewayRequest
2518
1859
  ) => any;
2519
-
2520
1860
  export declare const DeleteCarrierGatewayResultFilterSensitiveLog: (
2521
1861
  obj: DeleteCarrierGatewayResult
2522
1862
  ) => any;
2523
-
2524
1863
  export declare const DeleteClientVpnEndpointRequestFilterSensitiveLog: (
2525
1864
  obj: DeleteClientVpnEndpointRequest
2526
1865
  ) => any;
2527
-
2528
1866
  export declare const DeleteClientVpnEndpointResultFilterSensitiveLog: (
2529
1867
  obj: DeleteClientVpnEndpointResult
2530
1868
  ) => any;
2531
-
2532
1869
  export declare const DeleteClientVpnRouteRequestFilterSensitiveLog: (
2533
1870
  obj: DeleteClientVpnRouteRequest
2534
1871
  ) => any;
2535
-
2536
1872
  export declare const DeleteClientVpnRouteResultFilterSensitiveLog: (
2537
1873
  obj: DeleteClientVpnRouteResult
2538
1874
  ) => any;
2539
-
1875
+ export declare const DeleteCoipCidrRequestFilterSensitiveLog: (
1876
+ obj: DeleteCoipCidrRequest
1877
+ ) => any;
1878
+ export declare const DeleteCoipCidrResultFilterSensitiveLog: (
1879
+ obj: DeleteCoipCidrResult
1880
+ ) => any;
1881
+ export declare const DeleteCoipPoolRequestFilterSensitiveLog: (
1882
+ obj: DeleteCoipPoolRequest
1883
+ ) => any;
1884
+ export declare const DeleteCoipPoolResultFilterSensitiveLog: (
1885
+ obj: DeleteCoipPoolResult
1886
+ ) => any;
2540
1887
  export declare const DeleteCustomerGatewayRequestFilterSensitiveLog: (
2541
1888
  obj: DeleteCustomerGatewayRequest
2542
1889
  ) => any;
2543
-
2544
1890
  export declare const DeleteDhcpOptionsRequestFilterSensitiveLog: (
2545
1891
  obj: DeleteDhcpOptionsRequest
2546
1892
  ) => any;
2547
-
2548
1893
  export declare const DeleteEgressOnlyInternetGatewayRequestFilterSensitiveLog: (
2549
1894
  obj: DeleteEgressOnlyInternetGatewayRequest
2550
1895
  ) => any;
2551
-
2552
1896
  export declare const DeleteEgressOnlyInternetGatewayResultFilterSensitiveLog: (
2553
1897
  obj: DeleteEgressOnlyInternetGatewayResult
2554
1898
  ) => any;
2555
-
2556
1899
  export declare const DeleteFleetsRequestFilterSensitiveLog: (
2557
1900
  obj: DeleteFleetsRequest
2558
1901
  ) => any;
2559
-
2560
1902
  export declare const DeleteFleetSuccessItemFilterSensitiveLog: (
2561
1903
  obj: DeleteFleetSuccessItem
2562
1904
  ) => any;
2563
-
2564
1905
  export declare const DeleteFleetErrorFilterSensitiveLog: (
2565
1906
  obj: DeleteFleetError
2566
1907
  ) => any;
2567
-
2568
1908
  export declare const DeleteFleetErrorItemFilterSensitiveLog: (
2569
1909
  obj: DeleteFleetErrorItem
2570
1910
  ) => any;
2571
-
2572
1911
  export declare const DeleteFleetsResultFilterSensitiveLog: (
2573
1912
  obj: DeleteFleetsResult
2574
1913
  ) => any;
2575
-
2576
1914
  export declare const DeleteFlowLogsRequestFilterSensitiveLog: (
2577
1915
  obj: DeleteFlowLogsRequest
2578
1916
  ) => any;
2579
-
2580
1917
  export declare const DeleteFlowLogsResultFilterSensitiveLog: (
2581
1918
  obj: DeleteFlowLogsResult
2582
1919
  ) => any;
2583
-
2584
1920
  export declare const DeleteFpgaImageRequestFilterSensitiveLog: (
2585
1921
  obj: DeleteFpgaImageRequest
2586
1922
  ) => any;
2587
-
2588
1923
  export declare const DeleteFpgaImageResultFilterSensitiveLog: (
2589
1924
  obj: DeleteFpgaImageResult
2590
1925
  ) => any;
2591
-
2592
1926
  export declare const DeleteInstanceEventWindowRequestFilterSensitiveLog: (
2593
1927
  obj: DeleteInstanceEventWindowRequest
2594
1928
  ) => any;
2595
-
2596
1929
  export declare const InstanceEventWindowStateChangeFilterSensitiveLog: (
2597
1930
  obj: InstanceEventWindowStateChange
2598
1931
  ) => any;
2599
-
2600
1932
  export declare const DeleteInstanceEventWindowResultFilterSensitiveLog: (
2601
1933
  obj: DeleteInstanceEventWindowResult
2602
1934
  ) => any;
2603
-
2604
1935
  export declare const DeleteInternetGatewayRequestFilterSensitiveLog: (
2605
1936
  obj: DeleteInternetGatewayRequest
2606
1937
  ) => any;
2607
-
2608
1938
  export declare const DeleteIpamRequestFilterSensitiveLog: (
2609
1939
  obj: DeleteIpamRequest
2610
1940
  ) => any;
2611
-
2612
1941
  export declare const DeleteIpamResultFilterSensitiveLog: (
2613
1942
  obj: DeleteIpamResult
2614
1943
  ) => any;
2615
-
2616
1944
  export declare const DeleteIpamPoolRequestFilterSensitiveLog: (
2617
1945
  obj: DeleteIpamPoolRequest
2618
1946
  ) => any;
2619
-
2620
1947
  export declare const DeleteIpamPoolResultFilterSensitiveLog: (
2621
1948
  obj: DeleteIpamPoolResult
2622
1949
  ) => any;
2623
-
2624
1950
  export declare const DeleteIpamScopeRequestFilterSensitiveLog: (
2625
1951
  obj: DeleteIpamScopeRequest
2626
1952
  ) => any;
2627
-
2628
1953
  export declare const DeleteIpamScopeResultFilterSensitiveLog: (
2629
1954
  obj: DeleteIpamScopeResult
2630
1955
  ) => any;
2631
-
2632
1956
  export declare const DeleteKeyPairRequestFilterSensitiveLog: (
2633
1957
  obj: DeleteKeyPairRequest
2634
1958
  ) => any;
2635
-
2636
1959
  export declare const DeleteLaunchTemplateRequestFilterSensitiveLog: (
2637
1960
  obj: DeleteLaunchTemplateRequest
2638
1961
  ) => any;
2639
-
2640
1962
  export declare const DeleteLaunchTemplateResultFilterSensitiveLog: (
2641
1963
  obj: DeleteLaunchTemplateResult
2642
1964
  ) => any;
2643
-
2644
1965
  export declare const DeleteLaunchTemplateVersionsRequestFilterSensitiveLog: (
2645
1966
  obj: DeleteLaunchTemplateVersionsRequest
2646
1967
  ) => any;
2647
-
2648
1968
  export declare const DeleteLaunchTemplateVersionsResponseSuccessItemFilterSensitiveLog: (
2649
1969
  obj: DeleteLaunchTemplateVersionsResponseSuccessItem
2650
1970
  ) => any;
2651
-
2652
1971
  export declare const ResponseErrorFilterSensitiveLog: (
2653
1972
  obj: ResponseError
2654
1973
  ) => any;
2655
-
2656
1974
  export declare const DeleteLaunchTemplateVersionsResponseErrorItemFilterSensitiveLog: (
2657
1975
  obj: DeleteLaunchTemplateVersionsResponseErrorItem
2658
1976
  ) => any;
2659
-
2660
1977
  export declare const DeleteLaunchTemplateVersionsResultFilterSensitiveLog: (
2661
1978
  obj: DeleteLaunchTemplateVersionsResult
2662
1979
  ) => any;
2663
-
2664
1980
  export declare const DeleteLocalGatewayRouteRequestFilterSensitiveLog: (
2665
1981
  obj: DeleteLocalGatewayRouteRequest
2666
1982
  ) => any;
2667
-
2668
1983
  export declare const DeleteLocalGatewayRouteResultFilterSensitiveLog: (
2669
1984
  obj: DeleteLocalGatewayRouteResult
2670
1985
  ) => any;
2671
-
1986
+ export declare const DeleteLocalGatewayRouteTableRequestFilterSensitiveLog: (
1987
+ obj: DeleteLocalGatewayRouteTableRequest
1988
+ ) => any;
1989
+ export declare const DeleteLocalGatewayRouteTableResultFilterSensitiveLog: (
1990
+ obj: DeleteLocalGatewayRouteTableResult
1991
+ ) => any;
1992
+ export declare const DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequestFilterSensitiveLog: (
1993
+ obj: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
1994
+ ) => any;
1995
+ export declare const DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResultFilterSensitiveLog: (
1996
+ obj: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
1997
+ ) => any;
2672
1998
  export declare const DeleteLocalGatewayRouteTableVpcAssociationRequestFilterSensitiveLog: (
2673
1999
  obj: DeleteLocalGatewayRouteTableVpcAssociationRequest
2674
2000
  ) => any;
2675
-
2676
2001
  export declare const DeleteLocalGatewayRouteTableVpcAssociationResultFilterSensitiveLog: (
2677
2002
  obj: DeleteLocalGatewayRouteTableVpcAssociationResult
2678
2003
  ) => any;
2679
-
2680
2004
  export declare const DeleteManagedPrefixListRequestFilterSensitiveLog: (
2681
2005
  obj: DeleteManagedPrefixListRequest
2682
2006
  ) => any;
2683
-
2684
2007
  export declare const DeleteManagedPrefixListResultFilterSensitiveLog: (
2685
2008
  obj: DeleteManagedPrefixListResult
2686
2009
  ) => any;
2687
-
2688
2010
  export declare const DeleteNatGatewayRequestFilterSensitiveLog: (
2689
2011
  obj: DeleteNatGatewayRequest
2690
2012
  ) => any;
2691
-
2692
2013
  export declare const DeleteNatGatewayResultFilterSensitiveLog: (
2693
2014
  obj: DeleteNatGatewayResult
2694
2015
  ) => any;
2695
-
2696
2016
  export declare const DeleteNetworkAclRequestFilterSensitiveLog: (
2697
2017
  obj: DeleteNetworkAclRequest
2698
2018
  ) => any;
2699
-
2700
2019
  export declare const DeleteNetworkAclEntryRequestFilterSensitiveLog: (
2701
2020
  obj: DeleteNetworkAclEntryRequest
2702
2021
  ) => any;
2703
-
2704
2022
  export declare const DeleteNetworkInsightsAccessScopeRequestFilterSensitiveLog: (
2705
2023
  obj: DeleteNetworkInsightsAccessScopeRequest
2706
2024
  ) => any;
2707
-
2708
2025
  export declare const DeleteNetworkInsightsAccessScopeResultFilterSensitiveLog: (
2709
2026
  obj: DeleteNetworkInsightsAccessScopeResult
2710
2027
  ) => any;
2711
-
2712
2028
  export declare const DeleteNetworkInsightsAccessScopeAnalysisRequestFilterSensitiveLog: (
2713
2029
  obj: DeleteNetworkInsightsAccessScopeAnalysisRequest
2714
2030
  ) => any;
2715
-
2716
2031
  export declare const DeleteNetworkInsightsAccessScopeAnalysisResultFilterSensitiveLog: (
2717
2032
  obj: DeleteNetworkInsightsAccessScopeAnalysisResult
2718
2033
  ) => any;
2719
-
2720
2034
  export declare const DeleteNetworkInsightsAnalysisRequestFilterSensitiveLog: (
2721
2035
  obj: DeleteNetworkInsightsAnalysisRequest
2722
2036
  ) => any;
2723
-
2724
2037
  export declare const DeleteNetworkInsightsAnalysisResultFilterSensitiveLog: (
2725
2038
  obj: DeleteNetworkInsightsAnalysisResult
2726
2039
  ) => any;
2727
-
2728
2040
  export declare const DeleteNetworkInsightsPathRequestFilterSensitiveLog: (
2729
2041
  obj: DeleteNetworkInsightsPathRequest
2730
2042
  ) => any;
2731
-
2732
2043
  export declare const DeleteNetworkInsightsPathResultFilterSensitiveLog: (
2733
2044
  obj: DeleteNetworkInsightsPathResult
2734
2045
  ) => any;
2735
-
2736
2046
  export declare const DeleteNetworkInterfaceRequestFilterSensitiveLog: (
2737
2047
  obj: DeleteNetworkInterfaceRequest
2738
2048
  ) => any;
2739
-
2740
2049
  export declare const DeleteNetworkInterfacePermissionRequestFilterSensitiveLog: (
2741
2050
  obj: DeleteNetworkInterfacePermissionRequest
2742
2051
  ) => any;
2743
-
2744
2052
  export declare const DeleteNetworkInterfacePermissionResultFilterSensitiveLog: (
2745
2053
  obj: DeleteNetworkInterfacePermissionResult
2746
2054
  ) => any;
2747
-
2748
2055
  export declare const DeletePlacementGroupRequestFilterSensitiveLog: (
2749
2056
  obj: DeletePlacementGroupRequest
2750
2057
  ) => any;
2751
-
2752
2058
  export declare const DeletePublicIpv4PoolRequestFilterSensitiveLog: (
2753
2059
  obj: DeletePublicIpv4PoolRequest
2754
2060
  ) => any;
2755
-
2756
2061
  export declare const DeletePublicIpv4PoolResultFilterSensitiveLog: (
2757
2062
  obj: DeletePublicIpv4PoolResult
2758
2063
  ) => any;
2759
-
2760
2064
  export declare const DeleteQueuedReservedInstancesRequestFilterSensitiveLog: (
2761
2065
  obj: DeleteQueuedReservedInstancesRequest
2762
2066
  ) => any;
2763
-
2764
2067
  export declare const DeleteQueuedReservedInstancesErrorFilterSensitiveLog: (
2765
2068
  obj: DeleteQueuedReservedInstancesError
2766
2069
  ) => any;
2767
-
2768
2070
  export declare const FailedQueuedPurchaseDeletionFilterSensitiveLog: (
2769
2071
  obj: FailedQueuedPurchaseDeletion
2770
2072
  ) => any;
2771
-
2772
2073
  export declare const SuccessfulQueuedPurchaseDeletionFilterSensitiveLog: (
2773
2074
  obj: SuccessfulQueuedPurchaseDeletion
2774
2075
  ) => any;
2775
-
2776
2076
  export declare const DeleteQueuedReservedInstancesResultFilterSensitiveLog: (
2777
2077
  obj: DeleteQueuedReservedInstancesResult
2778
2078
  ) => any;
2779
-
2780
2079
  export declare const DeleteRouteRequestFilterSensitiveLog: (
2781
2080
  obj: DeleteRouteRequest
2782
2081
  ) => any;
2783
-
2784
2082
  export declare const DeleteRouteTableRequestFilterSensitiveLog: (
2785
2083
  obj: DeleteRouteTableRequest
2786
2084
  ) => any;
2787
-
2788
2085
  export declare const DeleteSecurityGroupRequestFilterSensitiveLog: (
2789
2086
  obj: DeleteSecurityGroupRequest
2790
2087
  ) => any;
2791
-
2792
2088
  export declare const DeleteSnapshotRequestFilterSensitiveLog: (
2793
2089
  obj: DeleteSnapshotRequest
2794
2090
  ) => any;
2795
-
2796
2091
  export declare const DeleteSpotDatafeedSubscriptionRequestFilterSensitiveLog: (
2797
2092
  obj: DeleteSpotDatafeedSubscriptionRequest
2798
2093
  ) => any;
2799
-
2800
2094
  export declare const DeleteSubnetRequestFilterSensitiveLog: (
2801
2095
  obj: DeleteSubnetRequest
2802
2096
  ) => any;
2803
-
2804
2097
  export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (
2805
2098
  obj: DeleteSubnetCidrReservationRequest
2806
2099
  ) => any;
2807
-
2808
2100
  export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (
2809
2101
  obj: DeleteSubnetCidrReservationResult
2810
2102
  ) => any;
2811
-
2812
2103
  export declare const DeleteTagsRequestFilterSensitiveLog: (
2813
2104
  obj: DeleteTagsRequest
2814
2105
  ) => any;
2815
-
2816
2106
  export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (
2817
2107
  obj: DeleteTrafficMirrorFilterRequest
2818
2108
  ) => any;
2819
-
2820
2109
  export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (
2821
2110
  obj: DeleteTrafficMirrorFilterResult
2822
2111
  ) => any;
2823
-
2824
2112
  export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (
2825
2113
  obj: DeleteTrafficMirrorFilterRuleRequest
2826
2114
  ) => any;
2827
-
2828
2115
  export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (
2829
2116
  obj: DeleteTrafficMirrorFilterRuleResult
2830
2117
  ) => any;
2831
-
2832
2118
  export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (
2833
2119
  obj: DeleteTrafficMirrorSessionRequest
2834
2120
  ) => any;
2835
-
2836
2121
  export declare const DeleteTrafficMirrorSessionResultFilterSensitiveLog: (
2837
2122
  obj: DeleteTrafficMirrorSessionResult
2838
2123
  ) => any;
2839
-
2840
2124
  export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (
2841
2125
  obj: DeleteTrafficMirrorTargetRequest
2842
2126
  ) => any;
2843
-
2844
2127
  export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (
2845
2128
  obj: DeleteTrafficMirrorTargetResult
2846
2129
  ) => any;
2847
-
2848
2130
  export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (
2849
2131
  obj: DeleteTransitGatewayRequest
2850
2132
  ) => any;
2851
-
2852
2133
  export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
2853
2134
  obj: DeleteTransitGatewayResult
2854
2135
  ) => any;
2855
-
2856
2136
  export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
2857
2137
  obj: DeleteTransitGatewayConnectRequest
2858
2138
  ) => any;
2859
-
2860
2139
  export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (
2861
2140
  obj: DeleteTransitGatewayConnectResult
2862
2141
  ) => any;
2863
-
2864
2142
  export declare const DeleteTransitGatewayConnectPeerRequestFilterSensitiveLog: (
2865
2143
  obj: DeleteTransitGatewayConnectPeerRequest
2866
2144
  ) => any;
2867
-
2868
2145
  export declare const DeleteTransitGatewayConnectPeerResultFilterSensitiveLog: (
2869
2146
  obj: DeleteTransitGatewayConnectPeerResult
2870
2147
  ) => any;
2871
-
2872
2148
  export declare const DeleteTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
2873
2149
  obj: DeleteTransitGatewayMulticastDomainRequest
2874
2150
  ) => any;
2875
-
2876
2151
  export declare const DeleteTransitGatewayMulticastDomainResultFilterSensitiveLog: (
2877
2152
  obj: DeleteTransitGatewayMulticastDomainResult
2878
2153
  ) => any;
2879
-
2880
2154
  export declare const DeleteTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
2881
2155
  obj: DeleteTransitGatewayPeeringAttachmentRequest
2882
2156
  ) => any;
2883
-
2884
2157
  export declare const DeleteTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
2885
2158
  obj: DeleteTransitGatewayPeeringAttachmentResult
2886
2159
  ) => any;
2887
-
2888
2160
  export declare const DeleteTransitGatewayPolicyTableRequestFilterSensitiveLog: (
2889
2161
  obj: DeleteTransitGatewayPolicyTableRequest
2890
2162
  ) => any;
2891
-
2892
2163
  export declare const DeleteTransitGatewayPolicyTableResultFilterSensitiveLog: (
2893
2164
  obj: DeleteTransitGatewayPolicyTableResult
2894
2165
  ) => any;
2895
-
2896
2166
  export declare const DeleteTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
2897
2167
  obj: DeleteTransitGatewayPrefixListReferenceRequest
2898
2168
  ) => any;
2899
-
2900
2169
  export declare const DeleteTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
2901
2170
  obj: DeleteTransitGatewayPrefixListReferenceResult
2902
2171
  ) => any;
2903
-
2904
2172
  export declare const DeleteTransitGatewayRouteRequestFilterSensitiveLog: (
2905
2173
  obj: DeleteTransitGatewayRouteRequest
2906
2174
  ) => any;
2907
-
2908
2175
  export declare const DeleteTransitGatewayRouteResultFilterSensitiveLog: (
2909
2176
  obj: DeleteTransitGatewayRouteResult
2910
2177
  ) => any;
2911
-
2912
2178
  export declare const DeleteTransitGatewayRouteTableRequestFilterSensitiveLog: (
2913
2179
  obj: DeleteTransitGatewayRouteTableRequest
2914
2180
  ) => any;
2915
-
2916
2181
  export declare const DeleteTransitGatewayRouteTableResultFilterSensitiveLog: (
2917
2182
  obj: DeleteTransitGatewayRouteTableResult
2918
2183
  ) => any;
2919
-
2920
2184
  export declare const DeleteTransitGatewayRouteTableAnnouncementRequestFilterSensitiveLog: (
2921
2185
  obj: DeleteTransitGatewayRouteTableAnnouncementRequest
2922
2186
  ) => any;
2923
-
2924
2187
  export declare const DeleteTransitGatewayRouteTableAnnouncementResultFilterSensitiveLog: (
2925
2188
  obj: DeleteTransitGatewayRouteTableAnnouncementResult
2926
2189
  ) => any;
2927
-
2928
2190
  export declare const DeleteTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
2929
2191
  obj: DeleteTransitGatewayVpcAttachmentRequest
2930
2192
  ) => any;
2931
-
2932
2193
  export declare const DeleteTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
2933
2194
  obj: DeleteTransitGatewayVpcAttachmentResult
2934
2195
  ) => any;
2935
-
2936
2196
  export declare const DeleteVolumeRequestFilterSensitiveLog: (
2937
2197
  obj: DeleteVolumeRequest
2938
2198
  ) => any;
2939
-
2940
2199
  export declare const DeleteVpcRequestFilterSensitiveLog: (
2941
2200
  obj: DeleteVpcRequest
2942
2201
  ) => any;
2943
-
2944
2202
  export declare const DeleteVpcEndpointConnectionNotificationsRequestFilterSensitiveLog: (
2945
2203
  obj: DeleteVpcEndpointConnectionNotificationsRequest
2946
2204
  ) => any;
2947
-
2948
2205
  export declare const DeleteVpcEndpointConnectionNotificationsResultFilterSensitiveLog: (
2949
2206
  obj: DeleteVpcEndpointConnectionNotificationsResult
2950
2207
  ) => any;
2951
-
2952
2208
  export declare const DeleteVpcEndpointsRequestFilterSensitiveLog: (
2953
2209
  obj: DeleteVpcEndpointsRequest
2954
2210
  ) => any;
2955
-
2956
2211
  export declare const DeleteVpcEndpointsResultFilterSensitiveLog: (
2957
2212
  obj: DeleteVpcEndpointsResult
2958
2213
  ) => any;
2959
-
2960
2214
  export declare const DeleteVpcEndpointServiceConfigurationsRequestFilterSensitiveLog: (
2961
2215
  obj: DeleteVpcEndpointServiceConfigurationsRequest
2962
2216
  ) => any;
2963
-
2964
2217
  export declare const DeleteVpcEndpointServiceConfigurationsResultFilterSensitiveLog: (
2965
2218
  obj: DeleteVpcEndpointServiceConfigurationsResult
2966
2219
  ) => any;
2967
-
2968
2220
  export declare const DeleteVpcPeeringConnectionRequestFilterSensitiveLog: (
2969
2221
  obj: DeleteVpcPeeringConnectionRequest
2970
2222
  ) => any;
2971
-
2972
2223
  export declare const DeleteVpcPeeringConnectionResultFilterSensitiveLog: (
2973
2224
  obj: DeleteVpcPeeringConnectionResult
2974
2225
  ) => any;
2975
-
2976
2226
  export declare const DeleteVpnConnectionRequestFilterSensitiveLog: (
2977
2227
  obj: DeleteVpnConnectionRequest
2978
2228
  ) => any;
2979
-
2980
2229
  export declare const DeleteVpnConnectionRouteRequestFilterSensitiveLog: (
2981
2230
  obj: DeleteVpnConnectionRouteRequest
2982
2231
  ) => any;
2983
-
2984
2232
  export declare const DeleteVpnGatewayRequestFilterSensitiveLog: (
2985
2233
  obj: DeleteVpnGatewayRequest
2986
2234
  ) => any;
2987
-
2988
2235
  export declare const DeprovisionByoipCidrRequestFilterSensitiveLog: (
2989
2236
  obj: DeprovisionByoipCidrRequest
2990
2237
  ) => any;
2991
-
2992
2238
  export declare const DeprovisionByoipCidrResultFilterSensitiveLog: (
2993
2239
  obj: DeprovisionByoipCidrResult
2994
2240
  ) => any;
2995
-
2996
2241
  export declare const DeprovisionIpamPoolCidrRequestFilterSensitiveLog: (
2997
2242
  obj: DeprovisionIpamPoolCidrRequest
2998
2243
  ) => any;
2999
-
3000
2244
  export declare const IpamPoolCidrFailureReasonFilterSensitiveLog: (
3001
2245
  obj: IpamPoolCidrFailureReason
3002
2246
  ) => any;
3003
-
3004
2247
  export declare const IpamPoolCidrFilterSensitiveLog: (obj: IpamPoolCidr) => any;
3005
-
3006
2248
  export declare const DeprovisionIpamPoolCidrResultFilterSensitiveLog: (
3007
2249
  obj: DeprovisionIpamPoolCidrResult
3008
2250
  ) => any;
3009
-
3010
2251
  export declare const DeprovisionPublicIpv4PoolCidrRequestFilterSensitiveLog: (
3011
2252
  obj: DeprovisionPublicIpv4PoolCidrRequest
3012
2253
  ) => any;
3013
-
3014
2254
  export declare const DeprovisionPublicIpv4PoolCidrResultFilterSensitiveLog: (
3015
2255
  obj: DeprovisionPublicIpv4PoolCidrResult
3016
2256
  ) => any;
3017
-
3018
2257
  export declare const DeregisterImageRequestFilterSensitiveLog: (
3019
2258
  obj: DeregisterImageRequest
3020
2259
  ) => any;
3021
-
3022
2260
  export declare const DeregisterInstanceTagAttributeRequestFilterSensitiveLog: (
3023
2261
  obj: DeregisterInstanceTagAttributeRequest
3024
2262
  ) => any;
3025
-
3026
2263
  export declare const DeregisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (
3027
2264
  obj: DeregisterInstanceEventNotificationAttributesRequest
3028
2265
  ) => any;
3029
-
3030
2266
  export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (
3031
2267
  obj: InstanceTagNotificationAttribute
3032
2268
  ) => any;
3033
-
3034
2269
  export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
3035
2270
  obj: DeregisterInstanceEventNotificationAttributesResult
3036
2271
  ) => any;
3037
-
3038
2272
  export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
3039
2273
  obj: DeregisterTransitGatewayMulticastGroupMembersRequest
3040
2274
  ) => any;
3041
-
3042
2275
  export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (
3043
2276
  obj: TransitGatewayMulticastDeregisteredGroupMembers
3044
2277
  ) => any;
3045
-
3046
2278
  export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (
3047
2279
  obj: DeregisterTransitGatewayMulticastGroupMembersResult
3048
2280
  ) => any;
3049
-
3050
2281
  export declare const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (
3051
2282
  obj: DeregisterTransitGatewayMulticastGroupSourcesRequest
3052
2283
  ) => any;
3053
-
3054
2284
  export declare const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog: (
3055
2285
  obj: TransitGatewayMulticastDeregisteredGroupSources
3056
2286
  ) => any;
3057
-
3058
2287
  export declare const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (
3059
2288
  obj: DeregisterTransitGatewayMulticastGroupSourcesResult
3060
2289
  ) => any;
3061
-
3062
2290
  export declare const DescribeAccountAttributesRequestFilterSensitiveLog: (
3063
2291
  obj: DescribeAccountAttributesRequest
3064
2292
  ) => any;
3065
-
3066
2293
  export declare const DescribeAccountAttributesResultFilterSensitiveLog: (
3067
2294
  obj: DescribeAccountAttributesResult
3068
2295
  ) => any;
3069
-
3070
2296
  export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
3071
-
3072
2297
  export declare const DescribeAddressesRequestFilterSensitiveLog: (
3073
2298
  obj: DescribeAddressesRequest
3074
2299
  ) => any;
3075
-
3076
2300
  export declare const DescribeAddressesResultFilterSensitiveLog: (
3077
2301
  obj: DescribeAddressesResult
3078
2302
  ) => any;
3079
-
3080
2303
  export declare const DescribeAddressesAttributeRequestFilterSensitiveLog: (
3081
2304
  obj: DescribeAddressesAttributeRequest
3082
2305
  ) => any;
3083
-
3084
2306
  export declare const DescribeAddressesAttributeResultFilterSensitiveLog: (
3085
2307
  obj: DescribeAddressesAttributeResult
3086
2308
  ) => any;
3087
-
3088
- export declare const DescribeAggregateIdFormatRequestFilterSensitiveLog: (
3089
- obj: DescribeAggregateIdFormatRequest
3090
- ) => any;
3091
-
3092
- export declare const IdFormatFilterSensitiveLog: (obj: IdFormat) => any;
3093
-
3094
- export declare const DescribeAggregateIdFormatResultFilterSensitiveLog: (
3095
- obj: DescribeAggregateIdFormatResult
3096
- ) => any;
3097
-
3098
- export declare const DescribeAvailabilityZonesRequestFilterSensitiveLog: (
3099
- obj: DescribeAvailabilityZonesRequest
3100
- ) => any;
3101
-
3102
- export declare const AvailabilityZoneMessageFilterSensitiveLog: (
3103
- obj: AvailabilityZoneMessage
3104
- ) => any;
3105
-
3106
- export declare const AvailabilityZoneFilterSensitiveLog: (
3107
- obj: AvailabilityZone
3108
- ) => any;
3109
-
3110
- export declare const DescribeAvailabilityZonesResultFilterSensitiveLog: (
3111
- obj: DescribeAvailabilityZonesResult
3112
- ) => any;
3113
-
3114
- export declare const DescribeBundleTasksRequestFilterSensitiveLog: (
3115
- obj: DescribeBundleTasksRequest
3116
- ) => any;
3117
-
3118
- export declare const DescribeBundleTasksResultFilterSensitiveLog: (
3119
- obj: DescribeBundleTasksResult
3120
- ) => any;
3121
-
3122
- export declare const DescribeByoipCidrsRequestFilterSensitiveLog: (
3123
- obj: DescribeByoipCidrsRequest
3124
- ) => any;
3125
-
3126
- export declare const DescribeByoipCidrsResultFilterSensitiveLog: (
3127
- obj: DescribeByoipCidrsResult
3128
- ) => any;
3129
-
3130
- export declare const DescribeCapacityReservationFleetsRequestFilterSensitiveLog: (
3131
- obj: DescribeCapacityReservationFleetsRequest
3132
- ) => any;
3133
-
3134
- export declare const CapacityReservationFleetFilterSensitiveLog: (
3135
- obj: CapacityReservationFleet
3136
- ) => any;
3137
-
3138
- export declare const DescribeCapacityReservationFleetsResultFilterSensitiveLog: (
3139
- obj: DescribeCapacityReservationFleetsResult
3140
- ) => any;
3141
-
3142
- export declare const DescribeCapacityReservationsRequestFilterSensitiveLog: (
3143
- obj: DescribeCapacityReservationsRequest
3144
- ) => any;
3145
-
3146
- export declare const DescribeCapacityReservationsResultFilterSensitiveLog: (
3147
- obj: DescribeCapacityReservationsResult
3148
- ) => any;
3149
-
3150
- export declare const DescribeCarrierGatewaysRequestFilterSensitiveLog: (
3151
- obj: DescribeCarrierGatewaysRequest
3152
- ) => any;
3153
-
3154
- export declare const DescribeCarrierGatewaysResultFilterSensitiveLog: (
3155
- obj: DescribeCarrierGatewaysResult
3156
- ) => any;
3157
-
3158
- export declare const DescribeClassicLinkInstancesRequestFilterSensitiveLog: (
3159
- obj: DescribeClassicLinkInstancesRequest
3160
- ) => any;
3161
-
3162
- export declare const ClassicLinkInstanceFilterSensitiveLog: (
3163
- obj: ClassicLinkInstance
3164
- ) => any;
3165
-
3166
- export declare const DescribeClassicLinkInstancesResultFilterSensitiveLog: (
3167
- obj: DescribeClassicLinkInstancesResult
3168
- ) => any;