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