@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,209 @@
1
- import type { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BlockPublicAccessMode, BurstablePerformance, CapacityReservationPreference, ClientVpnEndpointStatusCode, ClientVpnRouteStatusCode, ConnectivityType, ContainerFormat, CpuManufacturer, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetHttpTokensState, FleetInstanceMetadataEndpointState, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetType, FlowLogsResourceType, GatewayType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacModificationTaskState, MacModificationTaskType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NestedVirtualizationSpecification, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ResourceType, RuleAction, SecondaryInterfaceType, ShutdownBehavior, SnapshotLocationEnum, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, SubnetState, TaggableResourceType, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, VolumeType, VpcEncryptionControlExclusionState, VpcEncryptionControlMode, VpcEncryptionControlState, VpcState, WeekDay } from "./enums";
2
- import type { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, InstanceEventWindow, Ipv4PrefixSpecification, NatGatewayAddress, OperatorResponse, PortRange, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
1
+ import type { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BlockPublicAccessMode, BurstablePerformance, CapacityReservationPreference, ClientVpnEndpointStatusCode, ClientVpnRouteStatusCode, ConnectivityType, ContainerFormat, CpuManufacturer, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, EndpointIpAddressType, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetHttpTokensState, FleetInstanceMetadataEndpointState, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetType, FlowLogsResourceType, GatewayType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamInternetRegistryAssociationState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacModificationTaskState, MacModificationTaskType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NestedVirtualizationSpecification, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlatformValues, PrefixListState, Protocol, ResourceType, Rir, RuleAction, SecondaryInterfaceType, SelfServicePortal, ShutdownBehavior, SnapshotLocationEnum, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SubnetState, TaggableResourceType, TargetCapacityUnitType, Tenancy, TokenState, TrafficIpAddressType, TrafficType, TransportProtocol, VolumeType, VpcEncryptionControlExclusionState, VpcEncryptionControlMode, VpcEncryptionControlState, VpcState, WeekDay } from "./enums";
2
+ import type { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ClientVpnAuthenticationRequest, InstanceEventWindow, IpamRoutingPolicyRegistrationDelta, Ipv4PrefixSpecification, NatGatewayAddress, OperatorResponse, PortRange, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
3
+ /**
4
+ * <p>Describes the client connection logging options for the Client VPN endpoint.</p>
5
+ * @public
6
+ */
7
+ export interface ConnectionLogOptions {
8
+ /**
9
+ * <p>Indicates whether connection logging is enabled.</p>
10
+ * @public
11
+ */
12
+ Enabled?: boolean | undefined;
13
+ /**
14
+ * <p>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</p>
15
+ * @public
16
+ */
17
+ CloudwatchLogGroup?: string | undefined;
18
+ /**
19
+ * <p>The name of the CloudWatch Logs log stream to which the connection data is published.</p>
20
+ * @public
21
+ */
22
+ CloudwatchLogStream?: string | undefined;
23
+ }
24
+ /**
25
+ * <p>The Transit Gateway configuration for a Client VPN endpoint.</p>
26
+ * @public
27
+ */
28
+ export interface TransitGatewayConfigurationInputStructure {
29
+ /**
30
+ * <p>The ID of the Transit Gateway to associate with the Client VPN endpoint.</p>
31
+ * @public
32
+ */
33
+ TransitGatewayId?: string | undefined;
34
+ /**
35
+ * <p>The Availability Zone names for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both <code>AvailabilityZones</code> and <code>AvailabilityZoneIds</code>.</p>
36
+ * @public
37
+ */
38
+ AvailabilityZones?: string[] | undefined;
39
+ /**
40
+ * <p>The Availability Zone IDs for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both <code>AvailabilityZones</code> and <code>AvailabilityZoneIds</code>.</p>
41
+ * @public
42
+ */
43
+ AvailabilityZoneIds?: string[] | undefined;
44
+ }
45
+ /**
46
+ * @public
47
+ */
48
+ export interface CreateClientVpnEndpointRequest {
49
+ /**
50
+ * <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
51
+ * @public
52
+ */
53
+ ClientCidrBlock?: string | undefined;
54
+ /**
55
+ * <p>The ARN of the server certificate. For more information, see
56
+ * the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
57
+ * @public
58
+ */
59
+ ServerCertificateArn: string | undefined;
60
+ /**
61
+ * <p>Information about the authentication method to be used to authenticate clients.</p>
62
+ * @public
63
+ */
64
+ AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
65
+ /**
66
+ * <p>Information about the client connection logging options.</p>
67
+ * <p>If you enable client connection logging, data about client connections is sent to a
68
+ * Cloudwatch Logs log stream. The following information is logged:</p>
69
+ * <ul>
70
+ * <li>
71
+ * <p>Client connection requests</p>
72
+ * </li>
73
+ * <li>
74
+ * <p>Client connection results (successful and unsuccessful)</p>
75
+ * </li>
76
+ * <li>
77
+ * <p>Reasons for unsuccessful client connection requests</p>
78
+ * </li>
79
+ * <li>
80
+ * <p>Client connection termination time</p>
81
+ * </li>
82
+ * </ul>
83
+ * @public
84
+ */
85
+ ConnectionLogOptions: ConnectionLogOptions | undefined;
86
+ /**
87
+ * <p>Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can
88
+ * have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.</p>
89
+ * @public
90
+ */
91
+ DnsServers?: string[] | undefined;
92
+ /**
93
+ * <p>The transport protocol to be used by the VPN session.</p>
94
+ * <p>Default value: <code>udp</code>
95
+ * </p>
96
+ * @public
97
+ */
98
+ TransportProtocol?: TransportProtocol | undefined;
99
+ /**
100
+ * <p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p>
101
+ * <p>Valid Values: <code>443</code> | <code>1194</code>
102
+ * </p>
103
+ * <p>Default Value: <code>443</code>
104
+ * </p>
105
+ * @public
106
+ */
107
+ VpnPort?: number | undefined;
108
+ /**
109
+ * <p>A brief description of the Client VPN endpoint.</p>
110
+ * @public
111
+ */
112
+ Description?: string | undefined;
113
+ /**
114
+ * <p>Indicates whether split-tunnel is enabled on the Client VPN endpoint.</p>
115
+ * <p>By default, split-tunnel on a VPN endpoint is disabled.</p>
116
+ * <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the
117
+ * <i>Client VPN Administrator Guide</i>.</p>
118
+ * @public
119
+ */
120
+ SplitTunnel?: boolean | undefined;
121
+ /**
122
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
123
+ * @public
124
+ */
125
+ DryRun?: boolean | undefined;
126
+ /**
127
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
128
+ * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
129
+ * @public
130
+ */
131
+ ClientToken?: string | undefined;
132
+ /**
133
+ * <p>The tags to apply to the Client VPN endpoint during creation.</p>
134
+ * @public
135
+ */
136
+ TagSpecifications?: TagSpecification[] | undefined;
137
+ /**
138
+ * <p>The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.</p>
139
+ * @public
140
+ */
141
+ SecurityGroupIds?: string[] | undefined;
142
+ /**
143
+ * <p>The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.</p>
144
+ * @public
145
+ */
146
+ VpcId?: string | undefined;
147
+ /**
148
+ * <p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>
149
+ * <p>Default Value: <code>enabled</code>
150
+ * </p>
151
+ * @public
152
+ */
153
+ SelfServicePortal?: SelfServicePortal | undefined;
154
+ /**
155
+ * <p>The options for managing connection authorization for new client connections.</p>
156
+ * @public
157
+ */
158
+ ClientConnectOptions?: ClientConnectOptions | undefined;
159
+ /**
160
+ * <p>The maximum VPN session duration time in hours.</p>
161
+ * <p>Valid values: <code>8 | 10 | 12 | 24</code>
162
+ * </p>
163
+ * <p>Default value: <code>24</code>
164
+ * </p>
165
+ * @public
166
+ */
167
+ SessionTimeoutHours?: number | undefined;
168
+ /**
169
+ * <p>Options for enabling a customizable text banner that will be displayed on
170
+ * Amazon Web Services provided clients when a VPN session is established.</p>
171
+ * @public
172
+ */
173
+ ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
174
+ /**
175
+ * <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
176
+ * his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
177
+ * <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
178
+ * reverting it back to the expected route configurations.</p>
179
+ * @public
180
+ */
181
+ ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
182
+ /**
183
+ * <p>Indicates whether the client VPN session is disconnected after the maximum timeout specified in <code>SessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically.
184
+ * The default value is <code>true</code>.</p>
185
+ * @public
186
+ */
187
+ DisconnectOnSessionTimeout?: boolean | undefined;
188
+ /**
189
+ * <p>The IP address type for the Client VPN endpoint. Valid values are <code>ipv4</code>
190
+ * (default) for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6
191
+ * addressing. When set to <code>dual-stack,</code> clients can connect to the endpoint
192
+ * using either IPv4 or IPv6 addresses..</p>
193
+ * @public
194
+ */
195
+ EndpointIpAddressType?: EndpointIpAddressType | undefined;
196
+ /**
197
+ * <p>The IP address type for traffic within the Client VPN tunnel. Valid values are <code>ipv4</code> (default) for IPv4 traffic only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 traffic. When set to <code>dual-stack</code>, clients can access both IPv4 and IPv6 resources through the VPN .</p>
198
+ * @public
199
+ */
200
+ TrafficIpAddressType?: TrafficIpAddressType | undefined;
201
+ /**
202
+ * <p>The Transit Gateway configuration for the Client VPN endpoint. Use this parameter to associate the endpoint with a Transit Gateway instead of a VPC. You cannot specify both <code>TransitGatewayConfiguration</code> and <code>VpcId</code>/<code>SecurityGroupIds</code>.</p>
203
+ * @public
204
+ */
205
+ TransitGatewayConfiguration?: TransitGatewayConfigurationInputStructure | undefined;
206
+ }
3
207
  /**
4
208
  * <p>Describes the state of a Client VPN endpoint.</p>
5
209
  * @public
@@ -5739,6 +5943,153 @@ export interface CreateIpamExternalResourceVerificationTokenResult {
5739
5943
  */
5740
5944
  IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken | undefined;
5741
5945
  }
5946
+ /**
5947
+ * @public
5948
+ */
5949
+ export interface CreateIpamInternetRegistryAssociationRequest {
5950
+ /**
5951
+ * <p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5952
+ * @public
5953
+ */
5954
+ DryRun?: boolean | undefined;
5955
+ /**
5956
+ * <p>The ID of the IPAM to associate with the internet registry.</p>
5957
+ * @public
5958
+ */
5959
+ IpamId: string | undefined;
5960
+ /**
5961
+ * <p>The Regional Internet Registry to associate with. Possible values:</p>
5962
+ * <ul>
5963
+ * <li>
5964
+ * <p>
5965
+ * <code>ripe</code> - RIPE NCC (Europe, the Middle East, and Central Asia).</p>
5966
+ * </li>
5967
+ * <li>
5968
+ * <p>
5969
+ * <code>apnic</code> - APNIC (Asia Pacific).</p>
5970
+ * </li>
5971
+ * <li>
5972
+ * <p>
5973
+ * <code>arin</code> - ARIN (North America).</p>
5974
+ * </li>
5975
+ * <li>
5976
+ * <p>
5977
+ * <code>lacnic</code> - LACNIC (Latin America and the Caribbean).</p>
5978
+ * </li>
5979
+ * </ul>
5980
+ * @public
5981
+ */
5982
+ Rir: Rir | undefined;
5983
+ /**
5984
+ * <p>The organization handle at the internet registry (for example, a RIPE NCC organization ID or ARIN Org ID).</p>
5985
+ * @public
5986
+ */
5987
+ OrganizationHandle: string | undefined;
5988
+ /**
5989
+ * <p>A description for the internet registry association.</p>
5990
+ * @public
5991
+ */
5992
+ Description?: string | undefined;
5993
+ /**
5994
+ * <p>The tags to assign to the internet registry association.</p>
5995
+ * @public
5996
+ */
5997
+ TagSpecifications?: TagSpecification[] | undefined;
5998
+ /**
5999
+ * <p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the operation ignores the request, but does not return an error.</p>
6000
+ * @public
6001
+ */
6002
+ ClientToken?: string | undefined;
6003
+ }
6004
+ /**
6005
+ * <p>Contains information about an association between an IPAM and a Regional Internet Registry (RIR) for delegated RPKI management.</p>
6006
+ * @public
6007
+ */
6008
+ export interface IpamInternetRegistryAssociation {
6009
+ /**
6010
+ * <p>The ID of the Amazon Web Services account that owns the internet registry association.</p>
6011
+ * @public
6012
+ */
6013
+ OwnerId?: string | undefined;
6014
+ /**
6015
+ * <p>The ID of the internet registry association.</p>
6016
+ * @public
6017
+ */
6018
+ IpamInternetRegistryAssociationId?: string | undefined;
6019
+ /**
6020
+ * <p>The Amazon Resource Name (ARN) of the internet registry association.</p>
6021
+ * @public
6022
+ */
6023
+ IpamInternetRegistryAssociationArn?: string | undefined;
6024
+ /**
6025
+ * <p>The ID of the associated IPAM.</p>
6026
+ * @public
6027
+ */
6028
+ IpamId?: string | undefined;
6029
+ /**
6030
+ * <p>The Amazon Web Services Region of the IPAM.</p>
6031
+ * @public
6032
+ */
6033
+ IpamRegion?: string | undefined;
6034
+ /**
6035
+ * <p>The Regional Internet Registry. Possible values:</p>
6036
+ * <ul>
6037
+ * <li>
6038
+ * <p>
6039
+ * <code>ripe</code> - RIPE NCC (Europe, the Middle East, and Central Asia).</p>
6040
+ * </li>
6041
+ * <li>
6042
+ * <p>
6043
+ * <code>apnic</code> - APNIC (Asia Pacific).</p>
6044
+ * </li>
6045
+ * <li>
6046
+ * <p>
6047
+ * <code>arin</code> - ARIN (North America).</p>
6048
+ * </li>
6049
+ * <li>
6050
+ * <p>
6051
+ * <code>lacnic</code> - LACNIC (Latin America and the Caribbean).</p>
6052
+ * </li>
6053
+ * </ul>
6054
+ * @public
6055
+ */
6056
+ Rir?: Rir | undefined;
6057
+ /**
6058
+ * <p>The organization handle at the internet registry.</p>
6059
+ * @public
6060
+ */
6061
+ OrganizationHandle?: string | undefined;
6062
+ /**
6063
+ * <p>The description of the internet registry association.</p>
6064
+ * @public
6065
+ */
6066
+ Description?: string | undefined;
6067
+ /**
6068
+ * <p>The state of the internet registry association. Valid values: <code>pending-activation</code> | <code>pending-enable</code> | <code>create-in-progress</code> | <code>create-failed</code> | <code>enable-in-progress</code> | <code>enable-complete</code> | <code>enable-failed</code> | <code>delete-in-progress</code> | <code>delete-complete</code> | <code>delete-failed</code>.</p>
6069
+ * @public
6070
+ */
6071
+ State?: IpamInternetRegistryAssociationState | undefined;
6072
+ /**
6073
+ * <p>The XML content for the child request to be submitted to the internet registry to complete the BPKI setup.</p>
6074
+ * @public
6075
+ */
6076
+ ChildRequestXml?: string | undefined;
6077
+ /**
6078
+ * <p>The tags assigned to the internet registry association.</p>
6079
+ * @public
6080
+ */
6081
+ Tags?: Tag[] | undefined;
6082
+ }
6083
+ /**
6084
+ * @public
6085
+ */
6086
+ export interface CreateIpamInternetRegistryAssociationResult {
6087
+ /**
6088
+ * <p>Information about the internet registry association.</p>
6089
+ * @public
6090
+ */
6091
+ IpamInternetRegistryAssociation?: IpamInternetRegistryAssociation | undefined;
6092
+ }
5742
6093
  /**
5743
6094
  * @public
5744
6095
  */
@@ -6853,6 +7204,66 @@ export interface CreateIpamResourceDiscoveryResult {
6853
7204
  */
6854
7205
  IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
6855
7206
  }
7207
+ /**
7208
+ * @public
7209
+ */
7210
+ export interface CreateIpamRoutingPolicyRegistrationRequest {
7211
+ /**
7212
+ * <p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7213
+ * @public
7214
+ */
7215
+ DryRun?: boolean | undefined;
7216
+ /**
7217
+ * <p>The ID of the IPAM internet registry association.</p>
7218
+ * @public
7219
+ */
7220
+ IpamInternetRegistryAssociationId: string | undefined;
7221
+ /**
7222
+ * <p>The IP address prefix in CIDR notation to authorize in the ROA.</p>
7223
+ * @public
7224
+ */
7225
+ Cidr: string | undefined;
7226
+ /**
7227
+ * <p>The Autonomous System Numbers (ASNs) authorized to originate the prefix.</p>
7228
+ * @public
7229
+ */
7230
+ Asns: string[] | undefined;
7231
+ /**
7232
+ * <p>Specifies whether to permit more specific route announcements than the CIDR prefix. When enabled, ASNs can announce sub-prefixes of the authorized CIDR up to the specified maximum length. Default: <code>false</code>.</p>
7233
+ * @public
7234
+ */
7235
+ PermitMoreSpecificAnnouncements?: boolean | undefined;
7236
+ /**
7237
+ * <p>The maximum prefix length that the ASNs are authorized to announce. Must be greater than or equal to the prefix length of the CIDR. If not specified, defaults to the prefix length of the CIDR (exact match only).</p>
7238
+ * @public
7239
+ */
7240
+ MaxLength?: number | undefined;
7241
+ /**
7242
+ * <p>A description for the routing policy registration.</p>
7243
+ * @public
7244
+ */
7245
+ Description?: string | undefined;
7246
+ /**
7247
+ * <p>Forces the creation of the routing policy registration even if it conflicts with an announced route. Default: <code>false</code>.</p>
7248
+ * @public
7249
+ */
7250
+ Force?: boolean | undefined;
7251
+ /**
7252
+ * <p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the operation ignores the request, but does not return an error.</p>
7253
+ * @public
7254
+ */
7255
+ ClientToken?: string | undefined;
7256
+ }
7257
+ /**
7258
+ * @public
7259
+ */
7260
+ export interface CreateIpamRoutingPolicyRegistrationResult {
7261
+ /**
7262
+ * <p>Information about the routing policy registration delta created by this operation.</p>
7263
+ * @public
7264
+ */
7265
+ IpamRoutingPolicyRegistrationDelta?: IpamRoutingPolicyRegistrationDelta | undefined;
7266
+ }
6856
7267
  /**
6857
7268
  * <p>The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.</p>
6858
7269
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/integrate-infoblox-ipam.html">Integrate VPC IPAM with Infoblox infrastructure</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
@@ -12326,314 +12737,3 @@ export interface NetworkInterfacePermissionState {
12326
12737
  */
12327
12738
  StatusMessage?: string | undefined;
12328
12739
  }
12329
- /**
12330
- * <p>Describes a permission for a network interface.</p>
12331
- * @public
12332
- */
12333
- export interface NetworkInterfacePermission {
12334
- /**
12335
- * <p>The ID of the network interface permission.</p>
12336
- * @public
12337
- */
12338
- NetworkInterfacePermissionId?: string | undefined;
12339
- /**
12340
- * <p>The ID of the network interface.</p>
12341
- * @public
12342
- */
12343
- NetworkInterfaceId?: string | undefined;
12344
- /**
12345
- * <p>The Amazon Web Services account ID.</p>
12346
- * @public
12347
- */
12348
- AwsAccountId?: string | undefined;
12349
- /**
12350
- * <p>The Amazon Web Services service.</p>
12351
- * @public
12352
- */
12353
- AwsService?: string | undefined;
12354
- /**
12355
- * <p>The type of permission.</p>
12356
- * @public
12357
- */
12358
- Permission?: InterfacePermissionType | undefined;
12359
- /**
12360
- * <p>Information about the state of the permission.</p>
12361
- * @public
12362
- */
12363
- PermissionState?: NetworkInterfacePermissionState | undefined;
12364
- }
12365
- /**
12366
- * <p>Contains the output of CreateNetworkInterfacePermission.</p>
12367
- * @public
12368
- */
12369
- export interface CreateNetworkInterfacePermissionResult {
12370
- /**
12371
- * <p>Information about the permission for the network interface.</p>
12372
- * @public
12373
- */
12374
- InterfacePermission?: NetworkInterfacePermission | undefined;
12375
- }
12376
- /**
12377
- * @public
12378
- */
12379
- export interface CreatePlacementGroupRequest {
12380
- /**
12381
- * <p>The number of partitions. Valid only when <b>Strategy</b> is
12382
- * set to <code>partition</code>.</p>
12383
- * @public
12384
- */
12385
- PartitionCount?: number | undefined;
12386
- /**
12387
- * <p>The tags to apply to the new placement group.</p>
12388
- * @public
12389
- */
12390
- TagSpecifications?: TagSpecification[] | undefined;
12391
- /**
12392
- * <p>Determines how placement groups spread instances. </p>
12393
- * <ul>
12394
- * <li>
12395
- * <p>Host – You can use <code>host</code> only with Outpost placement
12396
- * groups.</p>
12397
- * </li>
12398
- * <li>
12399
- * <p>Rack – No usage restrictions.</p>
12400
- * </li>
12401
- * </ul>
12402
- * @public
12403
- */
12404
- SpreadLevel?: SpreadLevel | undefined;
12405
- /**
12406
- * <p>Reserved for future use.</p>
12407
- * @public
12408
- */
12409
- LinkedGroupId?: string | undefined;
12410
- /**
12411
- * <p>Reserved for internal use.</p>
12412
- * @public
12413
- */
12414
- Operator?: OperatorRequest | undefined;
12415
- /**
12416
- * <p>The ID of a parent placement group. Valid only when <b>Strategy</b>
12417
- * is set to <code>cluster</code>.</p>
12418
- * @public
12419
- */
12420
- ParentGroupId?: string | undefined;
12421
- /**
12422
- * <p>Checks whether you have the required permissions for the operation, without actually making the
12423
- * request, and provides an error response. If you have the required permissions, the error response is
12424
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
12425
- * @public
12426
- */
12427
- DryRun?: boolean | undefined;
12428
- /**
12429
- * <p>A name for the placement group. Must be unique within the scope of your account for
12430
- * the Region.</p>
12431
- * <p>Constraints: Up to 255 ASCII characters</p>
12432
- * @public
12433
- */
12434
- GroupName?: string | undefined;
12435
- /**
12436
- * <p>The placement strategy.</p>
12437
- * @public
12438
- */
12439
- Strategy?: PlacementStrategy | undefined;
12440
- }
12441
- /**
12442
- * <p>Describes a placement group.</p>
12443
- * @public
12444
- */
12445
- export interface PlacementGroup {
12446
- /**
12447
- * <p>The name of the placement group.</p>
12448
- * @public
12449
- */
12450
- GroupName?: string | undefined;
12451
- /**
12452
- * <p>The state of the placement group.</p>
12453
- * @public
12454
- */
12455
- State?: PlacementGroupState | undefined;
12456
- /**
12457
- * <p>The placement strategy.</p>
12458
- * @public
12459
- */
12460
- Strategy?: PlacementStrategy | undefined;
12461
- /**
12462
- * <p>The number of partitions. Valid only if <b>strategy</b> is
12463
- * set to <code>partition</code>.</p>
12464
- * @public
12465
- */
12466
- PartitionCount?: number | undefined;
12467
- /**
12468
- * <p>The ID of the placement group.</p>
12469
- * @public
12470
- */
12471
- GroupId?: string | undefined;
12472
- /**
12473
- * <p>Any tags applied to the placement group.</p>
12474
- * @public
12475
- */
12476
- Tags?: Tag[] | undefined;
12477
- /**
12478
- * <p>The Amazon Resource Name (ARN) of the placement group.</p>
12479
- * @public
12480
- */
12481
- GroupArn?: string | undefined;
12482
- /**
12483
- * <p>The spread level for the placement group. <i>Only</i> Outpost placement
12484
- * groups can be spread across hosts.</p>
12485
- * @public
12486
- */
12487
- SpreadLevel?: SpreadLevel | undefined;
12488
- /**
12489
- * <p>Reserved for future use.</p>
12490
- * @public
12491
- */
12492
- LinkedGroupId?: string | undefined;
12493
- /**
12494
- * <p>The service provider that manages the Placement Group.</p>
12495
- * @public
12496
- */
12497
- Operator?: OperatorResponse | undefined;
12498
- /**
12499
- * <p>The ID of the parent placement group.</p>
12500
- * @public
12501
- */
12502
- ParentGroupId?: string | undefined;
12503
- }
12504
- /**
12505
- * @public
12506
- */
12507
- export interface CreatePlacementGroupResult {
12508
- /**
12509
- * <p>Information about the placement group.</p>
12510
- * @public
12511
- */
12512
- PlacementGroup?: PlacementGroup | undefined;
12513
- }
12514
- /**
12515
- * @public
12516
- */
12517
- export interface CreatePublicIpv4PoolRequest {
12518
- /**
12519
- * <p>A check for whether you have the required permissions for the action without actually making the request
12520
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
12521
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
12522
- * @public
12523
- */
12524
- DryRun?: boolean | undefined;
12525
- /**
12526
- * <p>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
12527
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
12528
- * @public
12529
- */
12530
- TagSpecifications?: TagSpecification[] | undefined;
12531
- /**
12532
- * <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
12533
- * @public
12534
- */
12535
- NetworkBorderGroup?: string | undefined;
12536
- }
12537
- /**
12538
- * @public
12539
- */
12540
- export interface CreatePublicIpv4PoolResult {
12541
- /**
12542
- * <p>The ID of the public IPv4 pool.</p>
12543
- * @public
12544
- */
12545
- PoolId?: string | undefined;
12546
- }
12547
- /**
12548
- * @public
12549
- */
12550
- export interface CreateReplaceRootVolumeTaskRequest {
12551
- /**
12552
- * <p>The ID of the instance for which to replace the root volume.</p>
12553
- * @public
12554
- */
12555
- InstanceId: string | undefined;
12556
- /**
12557
- * <p>The ID of the snapshot from which to restore the replacement root volume. The
12558
- * specified snapshot must be a snapshot that you previously created from the original
12559
- * root volume.</p>
12560
- * <p>If you want to restore the replacement root volume to the initial launch state,
12561
- * if you want to restore the replacement root volume from an AMI, or if you want to
12562
- * replace the root volume with a specified volume, omit this parameter.</p>
12563
- * @public
12564
- */
12565
- SnapshotId?: string | undefined;
12566
- /**
12567
- * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
12568
- * If you do not specify a client token, a randomly generated token is used for the request
12569
- * to ensure idempotency. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
12570
- * @public
12571
- */
12572
- ClientToken?: string | undefined;
12573
- /**
12574
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
12575
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
12576
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
12577
- * @public
12578
- */
12579
- DryRun?: boolean | undefined;
12580
- /**
12581
- * <p>The tags to apply to the root volume replacement task.</p>
12582
- * @public
12583
- */
12584
- TagSpecifications?: TagSpecification[] | undefined;
12585
- /**
12586
- * <p>The ID of the AMI to use to restore the root volume. The specified AMI must have the
12587
- * same product code, billing information, architecture type, and virtualization type as
12588
- * that of the instance.</p>
12589
- * <p>If you want to restore the replacement volume from a specific snapshot, if you want
12590
- * to restore it to its launch state, or if you want to replace the root volume with a
12591
- * specified volume, omit this parameter.</p>
12592
- * @public
12593
- */
12594
- ImageId?: string | undefined;
12595
- /**
12596
- * <p>Indicates whether to automatically delete the original root volume after the root volume
12597
- * replacement task completes. To delete the original root volume, specify <code>true</code>.
12598
- * If you choose to keep the original root volume after the replacement task completes, you must
12599
- * manually delete it when you no longer need it.</p>
12600
- * @public
12601
- */
12602
- DeleteReplacedRootVolume?: boolean | undefined;
12603
- /**
12604
- * <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download
12605
- * the snapshot blocks from Amazon S3 to the replacement root volume. This is also known as
12606
- * <i>volume initialization</i>. Specifying a volume initialization rate ensures that
12607
- * the volume is initialized at a predictable and consistent rate after creation.</p>
12608
- * <p>Omit this parameter if:</p>
12609
- * <ul>
12610
- * <li>
12611
- * <p>You want to create the volume using fast snapshot restore. You must specify a snapshot
12612
- * that is enabled for fast snapshot restore. In this case, the volume is fully initialized at
12613
- * creation.</p>
12614
- * <note>
12615
- * <p>If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate,
12616
- * the volume will be initialized at the specified rate instead of fast snapshot restore.</p>
12617
- * </note>
12618
- * </li>
12619
- * <li>
12620
- * <p>You want to create a volume that is initialized at the default rate.</p>
12621
- * </li>
12622
- * </ul>
12623
- * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
12624
- * Initialize Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
12625
- * <p>Valid range: 100 - 300 MiB/s</p>
12626
- * @public
12627
- */
12628
- VolumeInitializationRate?: number | undefined;
12629
- /**
12630
- * <p>The ID of the volume to use as the replacement root volume. The specified volume must
12631
- * be in the same Availability Zone as the instance, must be in the <code>available</code>
12632
- * state, and must not be attached to an instance. If the original root volume is encrypted,
12633
- * the specified volume must also be encrypted.</p>
12634
- * <p>If you want to restore the replacement root volume from a specific snapshot, an AMI,
12635
- * or to its launch state, omit this parameter.</p>
12636
- * @public
12637
- */
12638
- VolumeId?: string | undefined;
12639
- }