@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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.