@aws-sdk/client-ec2 3.1105.0 → 3.1107.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 (321) hide show
  1. package/README.md +105 -0
  2. package/dist-cjs/index.js +738 -28
  3. package/dist-es/EC2.js +30 -0
  4. package/dist-es/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.js +4 -0
  5. package/dist-es/commands/CreateIpamInternetRegistryAssociationCommand.js +4 -0
  6. package/dist-es/commands/CreateIpamRoutingPolicyRegistrationCommand.js +4 -0
  7. package/dist-es/commands/DeleteIpamInternetRegistryAssociationCommand.js +4 -0
  8. package/dist-es/commands/DeleteIpamRoutingPolicyRegistrationCommand.js +4 -0
  9. package/dist-es/commands/DescribeIpamInternetRegistryAssociationsCommand.js +4 -0
  10. package/dist-es/commands/EnableIpamInternetRegistryAssociationCommand.js +4 -0
  11. package/dist-es/commands/GetIpamDiscoveredRoutesCommand.js +4 -0
  12. package/dist-es/commands/GetIpamInternetRegistryAssociationAsnsCommand.js +4 -0
  13. package/dist-es/commands/GetIpamInternetRegistryAssociationCidrsCommand.js +4 -0
  14. package/dist-es/commands/GetIpamRouteOriginAuthorizationsCommand.js +4 -0
  15. package/dist-es/commands/GetIpamRouteProtectionFindingsCommand.js +4 -0
  16. package/dist-es/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.js +4 -0
  17. package/dist-es/commands/GetIpamRoutingPolicyRegistrationsCommand.js +4 -0
  18. package/dist-es/commands/ModifyIpamRoutingPolicyRegistrationCommand.js +4 -0
  19. package/dist-es/commands/index.js +15 -0
  20. package/dist-es/index.js +1 -1
  21. package/dist-es/models/enums.js +62 -0
  22. package/dist-es/schemas/schemas_0.js +536 -27
  23. package/dist-types/EC2.d.ts +106 -0
  24. package/dist-types/EC2Client.d.ts +17 -2
  25. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  26. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  30. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  32. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  33. package/dist-types/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +80 -0
  34. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  35. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  36. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +5 -5
  38. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -3
  45. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateIpamInternetRegistryAssociationCommand.d.ts +104 -0
  63. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
  69. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  72. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  73. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -1
  86. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
  87. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
  89. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  123. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  126. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  127. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  128. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +89 -0
  130. package/dist-types/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +80 -0
  131. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  132. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  133. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
  135. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  136. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  137. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  138. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
  139. package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +31 -0
  140. package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +9 -9
  141. package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +86 -0
  142. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -0
  143. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -1
  144. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -2
  146. package/dist-types/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +104 -0
  147. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -1
  149. package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
  150. package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -2
  154. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  155. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -1
  157. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -2
  162. package/dist-types/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +95 -0
  163. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  164. package/dist-types/commands/GetIpamDiscoveredRoutesCommand.d.ts +98 -0
  165. package/dist-types/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +88 -0
  166. package/dist-types/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +88 -0
  167. package/dist-types/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +82 -0
  168. package/dist-types/commands/GetIpamRouteProtectionFindingsCommand.d.ts +116 -0
  169. package/dist-types/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +86 -0
  170. package/dist-types/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +88 -0
  171. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  172. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  173. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  174. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  175. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  176. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  177. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  178. package/dist-types/commands/ListVolumesInRecycleBinCommand.d.ts +1 -1
  179. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +4 -4
  183. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
  192. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
  193. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -1
  194. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  195. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  196. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  197. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  198. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  199. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
  200. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  201. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  202. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  203. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  204. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  205. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  206. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  207. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  208. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  209. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  210. package/dist-types/commands/RestoreVolumeFromRecycleBinCommand.d.ts +1 -1
  211. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  212. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  213. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  214. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  215. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  216. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  217. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  218. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
  219. package/dist-types/commands/index.d.ts +15 -0
  220. package/dist-types/index.d.ts +1 -1
  221. package/dist-types/models/enums.d.ts +134 -0
  222. package/dist-types/models/models_0.d.ts +77 -205
  223. package/dist-types/models/models_1.d.ts +413 -313
  224. package/dist-types/models/models_2.d.ts +379 -182
  225. package/dist-types/models/models_3.d.ts +181 -461
  226. package/dist-types/models/models_4.d.ts +8068 -8110
  227. package/dist-types/models/models_5.d.ts +1715 -1517
  228. package/dist-types/models/models_6.d.ts +4486 -4598
  229. package/dist-types/models/models_7.d.ts +4650 -4786
  230. package/dist-types/models/models_8.d.ts +1456 -4
  231. package/dist-types/schemas/schemas_0.d.ts +55 -0
  232. package/dist-types/ts3.4/EC2.d.ts +256 -0
  233. package/dist-types/ts3.4/EC2Client.d.ts +90 -0
  234. package/dist-types/ts3.4/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
  235. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -2
  236. package/dist-types/ts3.4/commands/CreateIpamInternetRegistryAssociationCommand.d.ts +42 -0
  237. package/dist-types/ts3.4/commands/CreateIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
  238. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -4
  239. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
  242. package/dist-types/ts3.4/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +42 -0
  243. package/dist-types/ts3.4/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
  244. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +2 -1
  252. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -2
  254. package/dist-types/ts3.4/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +42 -0
  255. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +2 -4
  256. package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +4 -2
  261. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +2 -1
  262. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +4 -2
  267. package/dist-types/ts3.4/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +42 -0
  268. package/dist-types/ts3.4/commands/GetIpamDiscoveredRoutesCommand.d.ts +39 -0
  269. package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +42 -0
  270. package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +42 -0
  271. package/dist-types/ts3.4/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +42 -0
  272. package/dist-types/ts3.4/commands/GetIpamRouteProtectionFindingsCommand.d.ts +42 -0
  273. package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +42 -0
  274. package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
  275. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/ListVolumesInRecycleBinCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
  292. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
  293. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  302. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  303. package/dist-types/ts3.4/commands/RestoreVolumeFromRecycleBinCommand.d.ts +1 -1
  304. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  305. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  306. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  308. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  309. package/dist-types/ts3.4/index.d.ts +1 -1
  310. package/dist-types/ts3.4/models/enums.d.ts +75 -0
  311. package/dist-types/ts3.4/models/models_0.d.ts +19 -39
  312. package/dist-types/ts3.4/models/models_1.d.ts +85 -60
  313. package/dist-types/ts3.4/models/models_2.d.ts +82 -48
  314. package/dist-types/ts3.4/models/models_3.d.ts +48 -93
  315. package/dist-types/ts3.4/models/models_4.d.ts +107 -94
  316. package/dist-types/ts3.4/models/models_5.d.ts +99 -78
  317. package/dist-types/ts3.4/models/models_6.d.ts +248 -272
  318. package/dist-types/ts3.4/models/models_7.d.ts +288 -272
  319. package/dist-types/ts3.4/models/models_8.d.ts +303 -3
  320. package/dist-types/ts3.4/schemas/schemas_0.d.ts +55 -0
  321. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyFleetRequest, ModifyFleetResult } from "../models/models_6";
2
+ import { ModifyFleetRequest, ModifyFleetResult } from "../models/models_7";
3
3
  export { __MetadataBearer };
4
4
  export interface ModifyFleetCommandInput extends ModifyFleetRequest {}
5
5
  export interface ModifyFleetCommandOutput extends ModifyFleetResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyFpgaImageAttributeRequest,
4
4
  ModifyFpgaImageAttributeResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyFpgaImageAttributeCommandInput extends ModifyFpgaImageAttributeRequest {}
8
8
  export interface ModifyFpgaImageAttributeCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ModifyIpamRoutingPolicyRegistrationRequest,
4
+ ModifyIpamRoutingPolicyRegistrationResult,
5
+ } from "../models/models_7";
6
+ export { __MetadataBearer };
7
+ export interface ModifyIpamRoutingPolicyRegistrationCommandInput extends ModifyIpamRoutingPolicyRegistrationRequest {}
8
+ export interface ModifyIpamRoutingPolicyRegistrationCommandOutput
9
+ extends ModifyIpamRoutingPolicyRegistrationResult, __MetadataBearer {}
10
+ declare const ModifyIpamRoutingPolicyRegistrationCommand_base: {
11
+ new (
12
+ input: ModifyIpamRoutingPolicyRegistrationCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ModifyIpamRoutingPolicyRegistrationCommandInput,
15
+ ModifyIpamRoutingPolicyRegistrationCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: ModifyIpamRoutingPolicyRegistrationCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ModifyIpamRoutingPolicyRegistrationCommandInput,
24
+ ModifyIpamRoutingPolicyRegistrationCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ModifyIpamRoutingPolicyRegistrationCommand extends ModifyIpamRoutingPolicyRegistrationCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ModifyIpamRoutingPolicyRegistrationRequest;
35
+ output: ModifyIpamRoutingPolicyRegistrationResult;
36
+ };
37
+ sdk: {
38
+ input: ModifyIpamRoutingPolicyRegistrationCommandInput;
39
+ output: ModifyIpamRoutingPolicyRegistrationCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ResetEbsDefaultKmsKeyIdRequest, ResetEbsDefaultKmsKeyIdResult } from "../models/models_7";
2
+ import { ResetEbsDefaultKmsKeyIdRequest } from "../models/models_7";
3
+ import { ResetEbsDefaultKmsKeyIdResult } from "../models/models_8";
3
4
  export { __MetadataBearer };
4
5
  export interface ResetEbsDefaultKmsKeyIdCommandInput extends ResetEbsDefaultKmsKeyIdRequest {}
5
6
  export interface ResetEbsDefaultKmsKeyIdCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ResetFpgaImageAttributeRequest, ResetFpgaImageAttributeResult } from "../models/models_7";
2
+ import { ResetFpgaImageAttributeRequest, ResetFpgaImageAttributeResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface ResetFpgaImageAttributeCommandInput extends ResetFpgaImageAttributeRequest {}
5
5
  export interface ResetFpgaImageAttributeCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ResetImageAttributeRequest } from "../models/models_7";
2
+ import { ResetImageAttributeRequest } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface ResetImageAttributeCommandInput extends ResetImageAttributeRequest {}
5
5
  export interface ResetImageAttributeCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ResetInstanceAttributeRequest } from "../models/models_7";
2
+ import { ResetInstanceAttributeRequest } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface ResetInstanceAttributeCommandInput extends ResetInstanceAttributeRequest {}
5
5
  export interface ResetInstanceAttributeCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ResetNetworkInterfaceAttributeRequest } from "../models/models_7";
2
+ import { ResetNetworkInterfaceAttributeRequest } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface ResetNetworkInterfaceAttributeCommandInput extends ResetNetworkInterfaceAttributeRequest {}
5
5
  export interface ResetNetworkInterfaceAttributeCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ResetSnapshotAttributeRequest } from "../models/models_7";
2
+ import { ResetSnapshotAttributeRequest } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface ResetSnapshotAttributeCommandInput extends ResetSnapshotAttributeRequest {}
5
5
  export interface ResetSnapshotAttributeCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { RestoreAddressToClassicRequest, RestoreAddressToClassicResult } from "../models/models_7";
2
+ import { RestoreAddressToClassicRequest, RestoreAddressToClassicResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface RestoreAddressToClassicCommandInput extends RestoreAddressToClassicRequest {}
5
5
  export interface RestoreAddressToClassicCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  RestoreImageFromRecycleBinRequest,
4
4
  RestoreImageFromRecycleBinResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface RestoreImageFromRecycleBinCommandInput extends RestoreImageFromRecycleBinRequest {}
8
8
  export interface RestoreImageFromRecycleBinCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  RestoreManagedPrefixListVersionRequest,
4
4
  RestoreManagedPrefixListVersionResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface RestoreManagedPrefixListVersionCommandInput extends RestoreManagedPrefixListVersionRequest {}
8
8
  export interface RestoreManagedPrefixListVersionCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  RestoreSnapshotFromRecycleBinRequest,
4
4
  RestoreSnapshotFromRecycleBinResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface RestoreSnapshotFromRecycleBinCommandInput extends RestoreSnapshotFromRecycleBinRequest {}
8
8
  export interface RestoreSnapshotFromRecycleBinCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { RestoreSnapshotTierRequest, RestoreSnapshotTierResult } from "../models/models_7";
2
+ import { RestoreSnapshotTierRequest, RestoreSnapshotTierResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface RestoreSnapshotTierCommandInput extends RestoreSnapshotTierRequest {}
5
5
  export interface RestoreSnapshotTierCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  RestoreVolumeFromRecycleBinRequest,
4
4
  RestoreVolumeFromRecycleBinResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface RestoreVolumeFromRecycleBinCommandInput extends RestoreVolumeFromRecycleBinRequest {}
8
8
  export interface RestoreVolumeFromRecycleBinCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { RevokeClientVpnIngressRequest, RevokeClientVpnIngressResult } from "../models/models_7";
2
+ import { RevokeClientVpnIngressRequest, RevokeClientVpnIngressResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface RevokeClientVpnIngressCommandInput extends RevokeClientVpnIngressRequest {}
5
5
  export interface RevokeClientVpnIngressCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  RevokeSecurityGroupEgressRequest,
4
4
  RevokeSecurityGroupEgressResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface RevokeSecurityGroupEgressCommandInput extends RevokeSecurityGroupEgressRequest {}
8
8
  export interface RevokeSecurityGroupEgressCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  RevokeSecurityGroupIngressRequest,
4
4
  RevokeSecurityGroupIngressResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface RevokeSecurityGroupIngressCommandInput extends RevokeSecurityGroupIngressRequest {}
8
8
  export interface RevokeSecurityGroupIngressCommandOutput
@@ -1,6 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { Reservation } from "../models/models_4";
3
- import { RunInstancesRequest } from "../models/models_7";
3
+ import { RunInstancesRequest } from "../models/models_8";
4
4
  export { __MetadataBearer };
5
5
  export interface RunInstancesCommandInput extends RunInstancesRequest {}
6
6
  export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer {}
@@ -45,6 +45,7 @@ export * from "./AttachVpnGatewayCommand";
45
45
  export * from "./AuthorizeClientVpnIngressCommand";
46
46
  export * from "./AuthorizeSecurityGroupEgressCommand";
47
47
  export * from "./AuthorizeSecurityGroupIngressCommand";
48
+ export * from "./BatchModifyIpamRoutingPolicyRegistrationsCommand";
48
49
  export * from "./BundleInstanceCommand";
49
50
  export * from "./CancelBundleTaskCommand";
50
51
  export * from "./CancelCapacityReservationCommand";
@@ -91,11 +92,13 @@ export * from "./CreateInternetGatewayCommand";
91
92
  export * from "./CreateInterruptibleCapacityReservationAllocationCommand";
92
93
  export * from "./CreateIpamCommand";
93
94
  export * from "./CreateIpamExternalResourceVerificationTokenCommand";
95
+ export * from "./CreateIpamInternetRegistryAssociationCommand";
94
96
  export * from "./CreateIpamPolicyCommand";
95
97
  export * from "./CreateIpamPoolCommand";
96
98
  export * from "./CreateIpamPrefixListResolverCommand";
97
99
  export * from "./CreateIpamPrefixListResolverTargetCommand";
98
100
  export * from "./CreateIpamResourceDiscoveryCommand";
101
+ export * from "./CreateIpamRoutingPolicyRegistrationCommand";
99
102
  export * from "./CreateIpamScopeCommand";
100
103
  export * from "./CreateKeyPairCommand";
101
104
  export * from "./CreateLaunchTemplateCommand";
@@ -188,11 +191,13 @@ export * from "./DeleteInstanceEventWindowCommand";
188
191
  export * from "./DeleteInternetGatewayCommand";
189
192
  export * from "./DeleteIpamCommand";
190
193
  export * from "./DeleteIpamExternalResourceVerificationTokenCommand";
194
+ export * from "./DeleteIpamInternetRegistryAssociationCommand";
191
195
  export * from "./DeleteIpamPolicyCommand";
192
196
  export * from "./DeleteIpamPoolCommand";
193
197
  export * from "./DeleteIpamPrefixListResolverCommand";
194
198
  export * from "./DeleteIpamPrefixListResolverTargetCommand";
195
199
  export * from "./DeleteIpamResourceDiscoveryCommand";
200
+ export * from "./DeleteIpamRoutingPolicyRegistrationCommand";
196
201
  export * from "./DeleteIpamScopeCommand";
197
202
  export * from "./DeleteKeyPairCommand";
198
203
  export * from "./DeleteLaunchTemplateCommand";
@@ -349,6 +354,7 @@ export * from "./DescribeInstancesCommand";
349
354
  export * from "./DescribeInternetGatewaysCommand";
350
355
  export * from "./DescribeIpamByoasnCommand";
351
356
  export * from "./DescribeIpamExternalResourceVerificationTokensCommand";
357
+ export * from "./DescribeIpamInternetRegistryAssociationsCommand";
352
358
  export * from "./DescribeIpamPoliciesCommand";
353
359
  export * from "./DescribeIpamPoolAllocationsCommand";
354
360
  export * from "./DescribeIpamPoolsCommand";
@@ -524,6 +530,7 @@ export * from "./EnableImageCommand";
524
530
  export * from "./EnableImageDeprecationCommand";
525
531
  export * from "./EnableImageDeregistrationProtectionCommand";
526
532
  export * from "./EnableInstanceSqlHaStandbyDetectionsCommand";
533
+ export * from "./EnableIpamInternetRegistryAssociationCommand";
527
534
  export * from "./EnableIpamOrganizationAdminAccountCommand";
528
535
  export * from "./EnableIpamPolicyCommand";
529
536
  export * from "./EnableReachabilityAnalyzerOrganizationSharingCommand";
@@ -571,6 +578,9 @@ export * from "./GetIpamAddressHistoryCommand";
571
578
  export * from "./GetIpamDiscoveredAccountsCommand";
572
579
  export * from "./GetIpamDiscoveredPublicAddressesCommand";
573
580
  export * from "./GetIpamDiscoveredResourceCidrsCommand";
581
+ export * from "./GetIpamDiscoveredRoutesCommand";
582
+ export * from "./GetIpamInternetRegistryAssociationAsnsCommand";
583
+ export * from "./GetIpamInternetRegistryAssociationCidrsCommand";
574
584
  export * from "./GetIpamPolicyAllocationRulesCommand";
575
585
  export * from "./GetIpamPolicyOrganizationTargetsCommand";
576
586
  export * from "./GetIpamPoolAllocationsCommand";
@@ -579,6 +589,10 @@ export * from "./GetIpamPrefixListResolverRulesCommand";
579
589
  export * from "./GetIpamPrefixListResolverVersionEntriesCommand";
580
590
  export * from "./GetIpamPrefixListResolverVersionsCommand";
581
591
  export * from "./GetIpamResourceCidrsCommand";
592
+ export * from "./GetIpamRouteOriginAuthorizationsCommand";
593
+ export * from "./GetIpamRouteProtectionFindingsCommand";
594
+ export * from "./GetIpamRoutingPolicyRegistrationDeltasCommand";
595
+ export * from "./GetIpamRoutingPolicyRegistrationsCommand";
582
596
  export * from "./GetLaunchTemplateDataCommand";
583
597
  export * from "./GetManagedPrefixListAssociationsCommand";
584
598
  export * from "./GetManagedPrefixListEntriesCommand";
@@ -655,6 +669,7 @@ export * from "./ModifyIpamPrefixListResolverCommand";
655
669
  export * from "./ModifyIpamPrefixListResolverTargetCommand";
656
670
  export * from "./ModifyIpamResourceCidrCommand";
657
671
  export * from "./ModifyIpamResourceDiscoveryCommand";
672
+ export * from "./ModifyIpamRoutingPolicyRegistrationCommand";
658
673
  export * from "./ModifyIpamScopeCommand";
659
674
  export * from "./ModifyLaunchTemplateCommand";
660
675
  export * from "./ModifyLocalGatewayRouteCommand";
@@ -5,9 +5,9 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { EC2ExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export { Command as $Command } from "@smithy/core/client";
8
- export * from "./schemas/schemas_0";
9
8
  export * from "./pagination";
10
9
  export * from "./waiters";
10
+ export * from "./schemas/schemas_0";
11
11
  export * from "./models/enums";
12
12
  export * from "./models/models_0";
13
13
  export * from "./models/models_1";
@@ -68,6 +68,7 @@ export declare const ResourceType: {
68
68
  readonly internet_gateway: "internet-gateway";
69
69
  readonly ipam: "ipam";
70
70
  readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
71
+ readonly ipam_internet_registry_association: "ipam-internet-registry-association";
71
72
  readonly ipam_policy: "ipam-policy";
72
73
  readonly ipam_pool: "ipam-pool";
73
74
  readonly ipam_pool_allocation: "ipam-pool-allocation";
@@ -617,6 +618,13 @@ export declare const ClientVpnAuthorizationRuleStatusCode: {
617
618
  };
618
619
  export type ClientVpnAuthorizationRuleStatusCode =
619
620
  (typeof ClientVpnAuthorizationRuleStatusCode)[keyof typeof ClientVpnAuthorizationRuleStatusCode];
621
+ export declare const IpamRoutingPolicyRegistrationDeltaState: {
622
+ readonly failed: "failed";
623
+ readonly pending: "pending";
624
+ readonly published: "published";
625
+ };
626
+ export type IpamRoutingPolicyRegistrationDeltaState =
627
+ (typeof IpamRoutingPolicyRegistrationDeltaState)[keyof typeof IpamRoutingPolicyRegistrationDeltaState];
620
628
  export declare const BundleTaskState: {
621
629
  readonly bundling: "bundling";
622
630
  readonly cancelling: "cancelling";
@@ -2612,6 +2620,26 @@ export declare const TokenState: {
2612
2620
  readonly valid: "valid";
2613
2621
  };
2614
2622
  export type TokenState = (typeof TokenState)[keyof typeof TokenState];
2623
+ export declare const Rir: {
2624
+ readonly apnic: "apnic";
2625
+ readonly arin: "arin";
2626
+ readonly lacnic: "lacnic";
2627
+ readonly ripe: "ripe";
2628
+ };
2629
+ export type Rir = (typeof Rir)[keyof typeof Rir];
2630
+ export declare const IpamInternetRegistryAssociationState: {
2631
+ readonly create_failed: "create-failed";
2632
+ readonly create_in_progress: "create-in-progress";
2633
+ readonly delete_complete: "delete-complete";
2634
+ readonly delete_failed: "delete-failed";
2635
+ readonly delete_in_progress: "delete-in-progress";
2636
+ readonly enable_complete: "enable-complete";
2637
+ readonly enable_failed: "enable-failed";
2638
+ readonly enable_in_progress: "enable-in-progress";
2639
+ readonly pending_enable: "pending-enable";
2640
+ };
2641
+ export type IpamInternetRegistryAssociationState =
2642
+ (typeof IpamInternetRegistryAssociationState)[keyof typeof IpamInternetRegistryAssociationState];
2615
2643
  export declare const IpamPolicyState: {
2616
2644
  readonly create_complete: "create-complete";
2617
2645
  readonly create_failed: "create-failed";
@@ -4704,6 +4732,25 @@ export declare const IpamNetworkInterfaceAttachmentStatus: {
4704
4732
  };
4705
4733
  export type IpamNetworkInterfaceAttachmentStatus =
4706
4734
  (typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
4735
+ export declare const IpamByoipAdvertisementType: {
4736
+ readonly global: "global";
4737
+ readonly regional: "regional";
4738
+ };
4739
+ export type IpamByoipAdvertisementType =
4740
+ (typeof IpamByoipAdvertisementType)[keyof typeof IpamByoipAdvertisementType];
4741
+ export declare const IpamByoipCidrState: {
4742
+ readonly advertised: "advertised";
4743
+ readonly deprovisioned: "deprovisioned";
4744
+ readonly failed_deprovision: "failed-deprovision";
4745
+ readonly failed_provision: "failed-provision";
4746
+ readonly pending_advertising: "pending-advertising";
4747
+ readonly pending_deprovision: "pending-deprovision";
4748
+ readonly pending_provision: "pending-provision";
4749
+ readonly pending_withdrawal: "pending-withdrawal";
4750
+ readonly provisioned: "provisioned";
4751
+ readonly provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable";
4752
+ };
4753
+ export type IpamByoipCidrState = (typeof IpamByoipCidrState)[keyof typeof IpamByoipCidrState];
4707
4754
  export declare const IpamPolicyResourceType: {
4708
4755
  readonly alb: "alb";
4709
4756
  readonly eip: "eip";
@@ -4718,6 +4765,34 @@ export declare const IpamManagementState: {
4718
4765
  readonly unmanaged: "unmanaged";
4719
4766
  };
4720
4767
  export type IpamManagementState = (typeof IpamManagementState)[keyof typeof IpamManagementState];
4768
+ export declare const IpamRpkiStatus: {
4769
+ readonly invalid: "invalid";
4770
+ readonly unknown: "unknown";
4771
+ readonly valid: "valid";
4772
+ };
4773
+ export type IpamRpkiStatus = (typeof IpamRpkiStatus)[keyof typeof IpamRpkiStatus];
4774
+ export declare const IpamRpkiStrength: {
4775
+ readonly permissive: "permissive";
4776
+ readonly strict: "strict";
4777
+ };
4778
+ export type IpamRpkiStrength = (typeof IpamRpkiStrength)[keyof typeof IpamRpkiStrength];
4779
+ export declare const ChronologicalOrder: {
4780
+ readonly forward: "forward";
4781
+ readonly reverse: "reverse";
4782
+ };
4783
+ export type ChronologicalOrder = (typeof ChronologicalOrder)[keyof typeof ChronologicalOrder];
4784
+ export declare const IpamRoutingPolicyRegistrationState: {
4785
+ readonly activate_failed: "activate-failed";
4786
+ readonly create_complete: "create-complete";
4787
+ readonly create_in_progress: "create-in-progress";
4788
+ readonly delete_complete: "delete-complete";
4789
+ readonly delete_in_progress: "delete-in-progress";
4790
+ readonly pending_activate: "pending-activate";
4791
+ readonly update_complete: "update-complete";
4792
+ readonly update_in_progress: "update-in-progress";
4793
+ };
4794
+ export type IpamRoutingPolicyRegistrationState =
4795
+ (typeof IpamRoutingPolicyRegistrationState)[keyof typeof IpamRoutingPolicyRegistrationState];
4721
4796
  export declare const ManagedResourceDefaultVisibility: {
4722
4797
  readonly hidden: "hidden";
4723
4798
  readonly visible: "visible";
@@ -33,7 +33,6 @@ import {
33
33
  DomainType,
34
34
  DynamicRoutingValue,
35
35
  EndDateType,
36
- EndpointIpAddressType,
37
36
  FleetCapacityReservationTenancy,
38
37
  FleetInstanceMatchCriteria,
39
38
  HostMaintenance,
@@ -48,6 +47,7 @@ import {
48
47
  IpamAssociatedResourceDiscoveryStatus,
49
48
  IpamPoolAllocationResourceType,
50
49
  IpamResourceDiscoveryAssociationState,
50
+ IpamRoutingPolicyRegistrationDeltaState,
51
51
  IpScopeEnum,
52
52
  IpSource,
53
53
  Ipv6AddressAttribute,
@@ -67,17 +67,14 @@ import {
67
67
  Schedule,
68
68
  SecurityGroupReferencingSupportValue,
69
69
  SecurityGroupVpcAssociationState,
70
- SelfServicePortal,
71
70
  ServiceManaged,
72
71
  SSEType,
73
72
  SubnetCidrBlockStateCode,
74
- TrafficIpAddressType,
75
73
  TransitGatewayAssociationState,
76
74
  TransitGatewayAttachmentResourceType,
77
75
  TransitGatewayAttachmentState,
78
76
  TransitGatewayAttachmentStatusType,
79
77
  TransitGatewayMulitcastDomainAssociationState,
80
- TransportProtocol,
81
78
  TrustProviderType,
82
79
  UserTrustProviderType,
83
80
  VolumeAttachmentState,
@@ -644,6 +641,8 @@ export interface ByoipCidr {
644
641
  State?: ByoipCidrState | undefined;
645
642
  NetworkBorderGroup?: string | undefined;
646
643
  AdvertisementType?: string | undefined;
644
+ PoolId?: string | undefined;
645
+ IpamPoolId?: string | undefined;
647
646
  }
648
647
  export interface AdvertiseByoipCidrResult {
649
648
  ByoipCidr?: ByoipCidr | undefined;
@@ -1360,6 +1359,22 @@ export interface AuthorizeSecurityGroupIngressResult {
1360
1359
  Return?: boolean | undefined;
1361
1360
  SecurityGroupRules?: SecurityGroupRule[] | undefined;
1362
1361
  }
1362
+ export interface BatchModifyIpamRoutingPolicyRegistrationsRequest {
1363
+ DryRun?: boolean | undefined;
1364
+ IpamInternetRegistryAssociationId: string | undefined;
1365
+ DeltaJson: string | undefined;
1366
+ Force?: boolean | undefined;
1367
+ ClientToken?: string | undefined;
1368
+ }
1369
+ export interface IpamRoutingPolicyRegistrationDelta {
1370
+ DeltaId?: string | undefined;
1371
+ DeltaJson?: string | undefined;
1372
+ State?: IpamRoutingPolicyRegistrationDeltaState | undefined;
1373
+ StateMessage?: string | undefined;
1374
+ }
1375
+ export interface BatchModifyIpamRoutingPolicyRegistrationsResult {
1376
+ IpamRoutingPolicyRegistrationDelta?: IpamRoutingPolicyRegistrationDelta | undefined;
1377
+ }
1363
1378
  export interface S3Storage {
1364
1379
  AWSAccessKeyId?: string | undefined;
1365
1380
  Bucket?: string | undefined;
@@ -1918,38 +1933,3 @@ export interface ClientLoginBannerOptions {
1918
1933
  export interface ClientRouteEnforcementOptions {
1919
1934
  Enforced?: boolean | undefined;
1920
1935
  }
1921
- export interface ConnectionLogOptions {
1922
- Enabled?: boolean | undefined;
1923
- CloudwatchLogGroup?: string | undefined;
1924
- CloudwatchLogStream?: string | undefined;
1925
- }
1926
- export interface TransitGatewayConfigurationInputStructure {
1927
- TransitGatewayId?: string | undefined;
1928
- AvailabilityZones?: string[] | undefined;
1929
- AvailabilityZoneIds?: string[] | undefined;
1930
- }
1931
- export interface CreateClientVpnEndpointRequest {
1932
- ClientCidrBlock?: string | undefined;
1933
- ServerCertificateArn: string | undefined;
1934
- AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
1935
- ConnectionLogOptions: ConnectionLogOptions | undefined;
1936
- DnsServers?: string[] | undefined;
1937
- TransportProtocol?: TransportProtocol | undefined;
1938
- VpnPort?: number | undefined;
1939
- Description?: string | undefined;
1940
- SplitTunnel?: boolean | undefined;
1941
- DryRun?: boolean | undefined;
1942
- ClientToken?: string | undefined;
1943
- TagSpecifications?: TagSpecification[] | undefined;
1944
- SecurityGroupIds?: string[] | undefined;
1945
- VpcId?: string | undefined;
1946
- SelfServicePortal?: SelfServicePortal | undefined;
1947
- ClientConnectOptions?: ClientConnectOptions | undefined;
1948
- SessionTimeoutHours?: number | undefined;
1949
- ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
1950
- ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
1951
- DisconnectOnSessionTimeout?: boolean | undefined;
1952
- EndpointIpAddressType?: EndpointIpAddressType | undefined;
1953
- TrafficIpAddressType?: TrafficIpAddressType | undefined;
1954
- TransitGatewayConfiguration?: TransitGatewayConfigurationInputStructure | undefined;
1955
- }