@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,8 +1,9 @@
1
1
  import {
2
2
  _InstanceType,
3
+ AccountVpcEncryptionControlMode,
3
4
  AddressAttributeName,
4
5
  Affinity,
5
- AmdSevSnpSpecification,
6
+ AggregationStatusEnum,
6
7
  ApplianceModeSupportValue,
7
8
  ArchitectureValues,
8
9
  AutoAcceptSharedAttachmentsValue,
@@ -18,7 +19,10 @@ import {
18
19
  DefaultRouteTablePropagationValue,
19
20
  DnsSupportValue,
20
21
  EncryptionSupportOptionValue,
22
+ EndDateType,
21
23
  ExcessCapacityTerminationPolicy,
24
+ FleetExcessCapacityTerminationPolicy,
25
+ FpgaImageAttributeName,
22
26
  HostMaintenance,
23
27
  HostnameType,
24
28
  HostRecovery,
@@ -29,6 +33,7 @@ import {
29
33
  InstanceAutoRecoveryState,
30
34
  InstanceBandwidthWeighting,
31
35
  InstanceInterruptionBehavior,
36
+ InstanceMatchCriteria,
32
37
  InstanceMetadataEndpointState,
33
38
  InstanceMetadataProtocolState,
34
39
  InstanceMetadataTagsState,
@@ -39,29 +44,30 @@ import {
39
44
  IpamMeteredAccount,
40
45
  IpamPolicyResourceType,
41
46
  IpamTier,
47
+ IpScopeEnum,
42
48
  Ipv6SupportValue,
49
+ IpVersionEnum,
50
+ LockMode,
51
+ LockState,
43
52
  ManagedResourceDefaultVisibility,
44
- MarketType,
45
53
  MetadataDefaultHttpTokensState,
54
+ ModifyAvailabilityZoneOptInStatus,
46
55
  NestedVirtualizationSpecification,
56
+ NetworkProtocolEnum,
47
57
  OperationType,
48
58
  PayerResponsibility,
49
59
  PayerResponsibilityScope,
50
60
  PayerResponsibilityType,
61
+ PermissionGroup,
51
62
  PublicIpDnsOption,
52
63
  ReportInstanceReasonCodes,
53
64
  ReportStatusType,
54
- ResetFpgaImageAttributeName,
55
- ResetImageAttributeName,
56
65
  RouteServerPersistRoutesAction,
57
66
  RuleAction,
58
- SecondaryInterfaceType,
59
67
  SecurityGroupReferencingSupportValue,
60
- ShutdownBehavior,
68
+ SelfServicePortal,
61
69
  SnapshotAttributeName,
62
- SnapshotState,
63
70
  SpotInstanceType,
64
- SSEType,
65
71
  Status,
66
72
  TargetStorageTier,
67
73
  TpmSupportValues,
@@ -70,9 +76,11 @@ import {
70
76
  TrafficMirrorNetworkService,
71
77
  TrafficMirrorRuleAction,
72
78
  TrafficMirrorSessionField,
79
+ UnlimitedSupportedInstanceFamily,
73
80
  UnsuccessfulInstanceCreditSpecificationErrorCode,
74
81
  VerificationMethod,
75
82
  VerifiedAccessEndpointProtocol,
83
+ VolumeState,
76
84
  VolumeType,
77
85
  VpcEncryptionControlExclusionStateInput,
78
86
  VpcEncryptionControlMode,
@@ -81,20 +89,26 @@ import {
81
89
  VpnTunnelBandwidth,
82
90
  } from "./enums";
83
91
  import {
92
+ AccountVpcEncryptionControl,
84
93
  AddedPrincipal,
85
94
  AddIpamOperatingRegion,
86
95
  AddIpamOrganizationalUnitExclusion,
87
96
  AddPrefixListEntry,
88
97
  AddressAttribute,
98
+ ApplicationStatusCheckResponseObject,
89
99
  ByoipCidr,
90
100
  CapacityReservation,
91
- ClientVpnAuthorizationRuleStatus,
101
+ ClientConnectOptions,
102
+ ClientLoginBannerOptions,
103
+ ClientRouteEnforcementOptions,
92
104
  EnaSrdSpecification,
105
+ HealthCheckPathRequestObject,
93
106
  IamInstanceProfileAssociation,
94
107
  IamInstanceProfileSpecification,
95
108
  InstanceEventWindow,
96
109
  IpamPoolAllocation,
97
- IpPermission,
110
+ IpamRoutingPolicyRegistrationDelta,
111
+ OperatorResponse,
98
112
  PortRange,
99
113
  RouteTableAssociationState,
100
114
  TagSpecification,
@@ -111,13 +125,12 @@ import {
111
125
  AttributeValue,
112
126
  BlockDeviceMapping,
113
127
  CapacityReservationTarget,
128
+ ConnectionLogOptions,
114
129
  ConnectionTrackingSpecificationRequest,
115
- CreditSpecificationRequest,
116
- ElasticGpuSpecification,
117
130
  ExternalAuthorityConfiguration,
131
+ FleetLaunchTemplateConfigRequest,
118
132
  IcmpTypeCode,
119
133
  InstanceEventWindowTimeRangeRequest,
120
- InstanceIpv6Address,
121
134
  Ipam,
122
135
  IpamPool,
123
136
  IpamPrefixListResolver,
@@ -128,9 +141,9 @@ import {
128
141
  LaunchTemplate,
129
142
  LocalGatewayRoute,
130
143
  ManagedPrefixList,
131
- OperatorRequest,
132
- Placement,
133
144
  RequestIpamResourceTag,
145
+ TargetCapacitySpecificationRequest,
146
+ TransitGatewayConfigurationInputStructure,
134
147
  VpcEncryptionControl,
135
148
  } from "./models_1";
136
149
  import {
@@ -166,11 +179,13 @@ import {
166
179
  Byoasn,
167
180
  CapacityBlock,
168
181
  CapacityBlockExtension,
182
+ ConversionTask,
169
183
  InstanceTagNotificationAttribute,
170
184
  IpamPoolCidr,
171
185
  } from "./models_3";
172
186
  import {
173
187
  AttributeBooleanValue,
188
+ FpgaImageAttribute,
174
189
  InstanceMetadataOptionsResponse,
175
190
  InstanceStatusEvent,
176
191
  LaunchPermission,
@@ -192,11 +207,255 @@ import {
192
207
  VpcBlockPublicAccessOptions,
193
208
  } from "./models_5";
194
209
  import {
210
+ DiskImageDetail,
211
+ InstanceFamilyCreditSpecification,
195
212
  IpamPolicyDocument,
196
213
  IpamResourceCidr,
197
214
  ManagedResourceVisibilitySettings,
198
215
  Purchase,
216
+ VolumeDetail,
199
217
  } from "./models_6";
218
+ export interface ImportVolumeRequest {
219
+ AvailabilityZoneId?: string | undefined;
220
+ DryRun?: boolean | undefined;
221
+ AvailabilityZone?: string | undefined;
222
+ Image: DiskImageDetail | undefined;
223
+ Description?: string | undefined;
224
+ Volume: VolumeDetail | undefined;
225
+ }
226
+ export interface ImportVolumeResult {
227
+ ConversionTask?: ConversionTask | undefined;
228
+ }
229
+ export interface ListImagesInRecycleBinRequest {
230
+ ImageIds?: string[] | undefined;
231
+ NextToken?: string | undefined;
232
+ MaxResults?: number | undefined;
233
+ DryRun?: boolean | undefined;
234
+ }
235
+ export interface ImageRecycleBinInfo {
236
+ ImageId?: string | undefined;
237
+ Name?: string | undefined;
238
+ Description?: string | undefined;
239
+ RecycleBinEnterTime?: Date | undefined;
240
+ RecycleBinExitTime?: Date | undefined;
241
+ }
242
+ export interface ListImagesInRecycleBinResult {
243
+ Images?: ImageRecycleBinInfo[] | undefined;
244
+ NextToken?: string | undefined;
245
+ }
246
+ export interface ListSnapshotsInRecycleBinRequest {
247
+ MaxResults?: number | undefined;
248
+ NextToken?: string | undefined;
249
+ SnapshotIds?: string[] | undefined;
250
+ DryRun?: boolean | undefined;
251
+ }
252
+ export interface SnapshotRecycleBinInfo {
253
+ SnapshotId?: string | undefined;
254
+ RecycleBinEnterTime?: Date | undefined;
255
+ RecycleBinExitTime?: Date | undefined;
256
+ Description?: string | undefined;
257
+ VolumeId?: string | undefined;
258
+ }
259
+ export interface ListSnapshotsInRecycleBinResult {
260
+ Snapshots?: SnapshotRecycleBinInfo[] | undefined;
261
+ NextToken?: string | undefined;
262
+ }
263
+ export interface ListVolumesInRecycleBinRequest {
264
+ VolumeIds?: string[] | undefined;
265
+ DryRun?: boolean | undefined;
266
+ MaxResults?: number | undefined;
267
+ NextToken?: string | undefined;
268
+ }
269
+ export interface VolumeRecycleBinInfo {
270
+ VolumeId?: string | undefined;
271
+ VolumeType?: VolumeType | undefined;
272
+ State?: VolumeState | undefined;
273
+ Size?: number | undefined;
274
+ Iops?: number | undefined;
275
+ Throughput?: number | undefined;
276
+ OutpostArn?: string | undefined;
277
+ AvailabilityZone?: string | undefined;
278
+ AvailabilityZoneId?: string | undefined;
279
+ SourceVolumeId?: string | undefined;
280
+ SnapshotId?: string | undefined;
281
+ Operator?: OperatorResponse | undefined;
282
+ CreateTime?: Date | undefined;
283
+ RecycleBinEnterTime?: Date | undefined;
284
+ RecycleBinExitTime?: Date | undefined;
285
+ }
286
+ export interface ListVolumesInRecycleBinResult {
287
+ Volumes?: VolumeRecycleBinInfo[] | undefined;
288
+ NextToken?: string | undefined;
289
+ }
290
+ export interface LockSnapshotRequest {
291
+ SnapshotId: string | undefined;
292
+ DryRun?: boolean | undefined;
293
+ LockMode: LockMode | undefined;
294
+ CoolOffPeriod?: number | undefined;
295
+ LockDuration?: number | undefined;
296
+ ExpirationDate?: Date | undefined;
297
+ }
298
+ export interface LockSnapshotResult {
299
+ SnapshotId?: string | undefined;
300
+ LockState?: LockState | undefined;
301
+ LockDuration?: number | undefined;
302
+ CoolOffPeriod?: number | undefined;
303
+ CoolOffPeriodExpiresOn?: Date | undefined;
304
+ LockCreatedOn?: Date | undefined;
305
+ LockExpiresOn?: Date | undefined;
306
+ LockDurationStartTime?: Date | undefined;
307
+ }
308
+ export interface ModifyAccountVpcEncryptionControlRequest {
309
+ DryRun?: boolean | undefined;
310
+ Mode?: AccountVpcEncryptionControlMode | undefined;
311
+ InternetGateway?: VpcEncryptionControlExclusionStateInput | undefined;
312
+ EgressOnlyInternetGateway?: VpcEncryptionControlExclusionStateInput | undefined;
313
+ NatGateway?: VpcEncryptionControlExclusionStateInput | undefined;
314
+ VirtualPrivateGateway?: VpcEncryptionControlExclusionStateInput | undefined;
315
+ VpcPeering?: VpcEncryptionControlExclusionStateInput | undefined;
316
+ Lambda?: VpcEncryptionControlExclusionStateInput | undefined;
317
+ VpcLattice?: VpcEncryptionControlExclusionStateInput | undefined;
318
+ ElasticFileSystem?: VpcEncryptionControlExclusionStateInput | undefined;
319
+ }
320
+ export interface ModifyAccountVpcEncryptionControlResult {
321
+ AccountVpcEncryptionControl?: AccountVpcEncryptionControl | undefined;
322
+ }
323
+ export interface ModifyAddressAttributeRequest {
324
+ AllocationId: string | undefined;
325
+ DomainName?: string | undefined;
326
+ DryRun?: boolean | undefined;
327
+ }
328
+ export interface ModifyAddressAttributeResult {
329
+ Address?: AddressAttribute | undefined;
330
+ }
331
+ export interface ModifyApplicationStatusCheckRequest {
332
+ ApplicationStatusCheckId: string | undefined;
333
+ Aggregation?: AggregationStatusEnum | undefined;
334
+ HealthCheckPaths?: HealthCheckPathRequestObject[] | undefined;
335
+ Protocol?: NetworkProtocolEnum | undefined;
336
+ Port?: number | undefined;
337
+ Path?: string | undefined;
338
+ DeviceIndex?: number | undefined;
339
+ IpVersion?: IpVersionEnum | undefined;
340
+ IpScope?: IpScopeEnum | undefined;
341
+ Interval?: number | undefined;
342
+ Timeout?: number | undefined;
343
+ FailureThreshold?: number | undefined;
344
+ SuccessThreshold?: number | undefined;
345
+ StatusCodeMatcher?: string | undefined;
346
+ InitializationGracePeriodSeconds?: number | undefined;
347
+ ClientToken?: string | undefined;
348
+ DryRun?: boolean | undefined;
349
+ }
350
+ export interface ModifyApplicationStatusCheckResult {
351
+ ApplicationStatusCheck?: ApplicationStatusCheckResponseObject | undefined;
352
+ }
353
+ export interface ModifyAvailabilityZoneGroupRequest {
354
+ GroupName: string | undefined;
355
+ OptInStatus: ModifyAvailabilityZoneOptInStatus | undefined;
356
+ DryRun?: boolean | undefined;
357
+ }
358
+ export interface ModifyAvailabilityZoneGroupResult {
359
+ Return?: boolean | undefined;
360
+ }
361
+ export interface ModifyCapacityReservationRequest {
362
+ CapacityReservationId: string | undefined;
363
+ InstanceCount?: number | undefined;
364
+ EndDate?: Date | undefined;
365
+ EndDateType?: EndDateType | undefined;
366
+ Accept?: boolean | undefined;
367
+ DryRun?: boolean | undefined;
368
+ AdditionalInfo?: string | undefined;
369
+ InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
370
+ }
371
+ export interface ModifyCapacityReservationResult {
372
+ Return?: boolean | undefined;
373
+ }
374
+ export interface ModifyCapacityReservationFleetRequest {
375
+ CapacityReservationFleetId: string | undefined;
376
+ TotalTargetCapacity?: number | undefined;
377
+ EndDate?: Date | undefined;
378
+ DryRun?: boolean | undefined;
379
+ RemoveEndDate?: boolean | undefined;
380
+ }
381
+ export interface ModifyCapacityReservationFleetResult {
382
+ Return?: boolean | undefined;
383
+ }
384
+ export interface DnsServersOptionsModifyStructure {
385
+ CustomDnsServers?: string[] | undefined;
386
+ Enabled?: boolean | undefined;
387
+ }
388
+ export interface ModifyClientVpnEndpointRequest {
389
+ ClientVpnEndpointId: string | undefined;
390
+ ServerCertificateArn?: string | undefined;
391
+ ConnectionLogOptions?: ConnectionLogOptions | undefined;
392
+ DnsServers?: DnsServersOptionsModifyStructure | undefined;
393
+ VpnPort?: number | undefined;
394
+ Description?: string | undefined;
395
+ SplitTunnel?: boolean | undefined;
396
+ DryRun?: boolean | undefined;
397
+ SecurityGroupIds?: string[] | undefined;
398
+ VpcId?: string | undefined;
399
+ SelfServicePortal?: SelfServicePortal | undefined;
400
+ ClientConnectOptions?: ClientConnectOptions | undefined;
401
+ SessionTimeoutHours?: number | undefined;
402
+ ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
403
+ ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
404
+ DisconnectOnSessionTimeout?: boolean | undefined;
405
+ TransitGatewayConfiguration?: TransitGatewayConfigurationInputStructure | undefined;
406
+ }
407
+ export interface ModifyClientVpnEndpointResult {
408
+ Return?: boolean | undefined;
409
+ }
410
+ export interface ModifyDefaultCreditSpecificationRequest {
411
+ DryRun?: boolean | undefined;
412
+ InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
413
+ CpuCredits: string | undefined;
414
+ }
415
+ export interface ModifyDefaultCreditSpecificationResult {
416
+ InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification | undefined;
417
+ }
418
+ export interface ModifyEbsDefaultKmsKeyIdRequest {
419
+ KmsKeyId: string | undefined;
420
+ DryRun?: boolean | undefined;
421
+ }
422
+ export interface ModifyEbsDefaultKmsKeyIdResult {
423
+ KmsKeyId?: string | undefined;
424
+ }
425
+ export interface ModifyFleetRequest {
426
+ DryRun?: boolean | undefined;
427
+ ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy | undefined;
428
+ LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[] | undefined;
429
+ FleetId: string | undefined;
430
+ TargetCapacitySpecification?: TargetCapacitySpecificationRequest | undefined;
431
+ Context?: string | undefined;
432
+ }
433
+ export interface ModifyFleetResult {
434
+ Return?: boolean | undefined;
435
+ }
436
+ export interface LoadPermissionRequest {
437
+ Group?: PermissionGroup | undefined;
438
+ UserId?: string | undefined;
439
+ }
440
+ export interface LoadPermissionModifications {
441
+ Add?: LoadPermissionRequest[] | undefined;
442
+ Remove?: LoadPermissionRequest[] | undefined;
443
+ }
444
+ export interface ModifyFpgaImageAttributeRequest {
445
+ DryRun?: boolean | undefined;
446
+ FpgaImageId: string | undefined;
447
+ Attribute?: FpgaImageAttributeName | undefined;
448
+ OperationType?: OperationType | undefined;
449
+ UserIds?: string[] | undefined;
450
+ UserGroups?: string[] | undefined;
451
+ ProductCodes?: string[] | undefined;
452
+ LoadPermission?: LoadPermissionModifications | undefined;
453
+ Description?: string | undefined;
454
+ Name?: string | undefined;
455
+ }
456
+ export interface ModifyFpgaImageAttributeResult {
457
+ FpgaImageAttribute?: FpgaImageAttribute | undefined;
458
+ }
200
459
  export interface ModifyHostsRequest {
201
460
  HostRecovery?: HostRecovery | undefined;
202
461
  InstanceType?: string | undefined;
@@ -508,6 +767,20 @@ export interface ModifyIpamResourceDiscoveryRequest {
508
767
  export interface ModifyIpamResourceDiscoveryResult {
509
768
  IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
510
769
  }
770
+ export interface ModifyIpamRoutingPolicyRegistrationRequest {
771
+ DryRun?: boolean | undefined;
772
+ IpamInternetRegistryAssociationId: string | undefined;
773
+ Cidr: string | undefined;
774
+ Asns: string[] | undefined;
775
+ PermitMoreSpecificAnnouncements?: boolean | undefined;
776
+ MaxLength?: number | undefined;
777
+ Description?: string | undefined;
778
+ Force?: boolean | undefined;
779
+ ClientToken?: string | undefined;
780
+ }
781
+ export interface ModifyIpamRoutingPolicyRegistrationResult {
782
+ IpamRoutingPolicyRegistrationDelta?: IpamRoutingPolicyRegistrationDelta | undefined;
783
+ }
511
784
  export interface ModifyIpamScopeRequest {
512
785
  DryRun?: boolean | undefined;
513
786
  IpamScopeId: string | undefined;
@@ -1623,260 +1896,3 @@ export interface ResetAddressAttributeResult {
1623
1896
  export interface ResetEbsDefaultKmsKeyIdRequest {
1624
1897
  DryRun?: boolean | undefined;
1625
1898
  }
1626
- export interface ResetEbsDefaultKmsKeyIdResult {
1627
- KmsKeyId?: string | undefined;
1628
- }
1629
- export interface ResetFpgaImageAttributeRequest {
1630
- DryRun?: boolean | undefined;
1631
- FpgaImageId: string | undefined;
1632
- Attribute?: ResetFpgaImageAttributeName | undefined;
1633
- }
1634
- export interface ResetFpgaImageAttributeResult {
1635
- Return?: boolean | undefined;
1636
- }
1637
- export interface ResetImageAttributeRequest {
1638
- Attribute: ResetImageAttributeName | undefined;
1639
- ImageId: string | undefined;
1640
- DryRun?: boolean | undefined;
1641
- }
1642
- export interface ResetInstanceAttributeRequest {
1643
- DryRun?: boolean | undefined;
1644
- InstanceId: string | undefined;
1645
- Attribute: InstanceAttributeName | undefined;
1646
- }
1647
- export interface ResetNetworkInterfaceAttributeRequest {
1648
- DryRun?: boolean | undefined;
1649
- NetworkInterfaceId: string | undefined;
1650
- SourceDestCheck?: string | undefined;
1651
- }
1652
- export interface ResetSnapshotAttributeRequest {
1653
- Attribute: SnapshotAttributeName | undefined;
1654
- SnapshotId: string | undefined;
1655
- DryRun?: boolean | undefined;
1656
- }
1657
- export interface RestoreAddressToClassicRequest {
1658
- DryRun?: boolean | undefined;
1659
- PublicIp: string | undefined;
1660
- }
1661
- export interface RestoreAddressToClassicResult {
1662
- PublicIp?: string | undefined;
1663
- Status?: Status | undefined;
1664
- }
1665
- export interface RestoreImageFromRecycleBinRequest {
1666
- ImageId: string | undefined;
1667
- DryRun?: boolean | undefined;
1668
- }
1669
- export interface RestoreImageFromRecycleBinResult {
1670
- Return?: boolean | undefined;
1671
- }
1672
- export interface RestoreManagedPrefixListVersionRequest {
1673
- DryRun?: boolean | undefined;
1674
- PrefixListId: string | undefined;
1675
- PreviousVersion: number | undefined;
1676
- CurrentVersion: number | undefined;
1677
- }
1678
- export interface RestoreManagedPrefixListVersionResult {
1679
- PrefixList?: ManagedPrefixList | undefined;
1680
- }
1681
- export interface RestoreSnapshotFromRecycleBinRequest {
1682
- SnapshotId: string | undefined;
1683
- DryRun?: boolean | undefined;
1684
- }
1685
- export interface RestoreSnapshotFromRecycleBinResult {
1686
- SnapshotId?: string | undefined;
1687
- OutpostArn?: string | undefined;
1688
- Description?: string | undefined;
1689
- Encrypted?: boolean | undefined;
1690
- OwnerId?: string | undefined;
1691
- Progress?: string | undefined;
1692
- StartTime?: Date | undefined;
1693
- State?: SnapshotState | undefined;
1694
- VolumeId?: string | undefined;
1695
- VolumeSize?: number | undefined;
1696
- SseType?: SSEType | undefined;
1697
- }
1698
- export interface RestoreSnapshotTierRequest {
1699
- SnapshotId: string | undefined;
1700
- TemporaryRestoreDays?: number | undefined;
1701
- PermanentRestore?: boolean | undefined;
1702
- DryRun?: boolean | undefined;
1703
- }
1704
- export interface RestoreSnapshotTierResult {
1705
- SnapshotId?: string | undefined;
1706
- RestoreStartTime?: Date | undefined;
1707
- RestoreDuration?: number | undefined;
1708
- IsPermanentRestore?: boolean | undefined;
1709
- }
1710
- export interface RestoreVolumeFromRecycleBinRequest {
1711
- VolumeId: string | undefined;
1712
- DryRun?: boolean | undefined;
1713
- }
1714
- export interface RestoreVolumeFromRecycleBinResult {
1715
- Return?: boolean | undefined;
1716
- }
1717
- export interface RevokeClientVpnIngressRequest {
1718
- ClientVpnEndpointId: string | undefined;
1719
- TargetNetworkCidr: string | undefined;
1720
- AccessGroupId?: string | undefined;
1721
- RevokeAllGroups?: boolean | undefined;
1722
- DryRun?: boolean | undefined;
1723
- }
1724
- export interface RevokeClientVpnIngressResult {
1725
- Status?: ClientVpnAuthorizationRuleStatus | undefined;
1726
- }
1727
- export interface RevokeSecurityGroupEgressRequest {
1728
- SecurityGroupRuleIds?: string[] | undefined;
1729
- DryRun?: boolean | undefined;
1730
- GroupId: string | undefined;
1731
- SourceSecurityGroupName?: string | undefined;
1732
- SourceSecurityGroupOwnerId?: string | undefined;
1733
- IpProtocol?: string | undefined;
1734
- FromPort?: number | undefined;
1735
- ToPort?: number | undefined;
1736
- CidrIp?: string | undefined;
1737
- IpPermissions?: IpPermission[] | undefined;
1738
- }
1739
- export interface RevokedSecurityGroupRule {
1740
- SecurityGroupRuleId?: string | undefined;
1741
- GroupId?: string | undefined;
1742
- IsEgress?: boolean | undefined;
1743
- IpProtocol?: string | undefined;
1744
- FromPort?: number | undefined;
1745
- ToPort?: number | undefined;
1746
- CidrIpv4?: string | undefined;
1747
- CidrIpv6?: string | undefined;
1748
- PrefixListId?: string | undefined;
1749
- ReferencedGroupId?: string | undefined;
1750
- Description?: string | undefined;
1751
- }
1752
- export interface RevokeSecurityGroupEgressResult {
1753
- Return?: boolean | undefined;
1754
- UnknownIpPermissions?: IpPermission[] | undefined;
1755
- RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
1756
- }
1757
- export interface RevokeSecurityGroupIngressRequest {
1758
- CidrIp?: string | undefined;
1759
- FromPort?: number | undefined;
1760
- GroupId?: string | undefined;
1761
- GroupName?: string | undefined;
1762
- IpPermissions?: IpPermission[] | undefined;
1763
- IpProtocol?: string | undefined;
1764
- SourceSecurityGroupName?: string | undefined;
1765
- SourceSecurityGroupOwnerId?: string | undefined;
1766
- ToPort?: number | undefined;
1767
- SecurityGroupRuleIds?: string[] | undefined;
1768
- DryRun?: boolean | undefined;
1769
- }
1770
- export interface RevokeSecurityGroupIngressResult {
1771
- Return?: boolean | undefined;
1772
- UnknownIpPermissions?: IpPermission[] | undefined;
1773
- RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
1774
- }
1775
- export interface CpuOptionsRequest {
1776
- CoreCount?: number | undefined;
1777
- ThreadsPerCore?: number | undefined;
1778
- AmdSevSnp?: AmdSevSnpSpecification | undefined;
1779
- NestedVirtualization?: NestedVirtualizationSpecification | undefined;
1780
- }
1781
- export interface ElasticInferenceAccelerator {
1782
- Type: string | undefined;
1783
- Count?: number | undefined;
1784
- }
1785
- export interface HibernationOptionsRequest {
1786
- Configured?: boolean | undefined;
1787
- }
1788
- export interface SpotMarketOptions {
1789
- MaxPrice?: string | undefined;
1790
- SpotInstanceType?: SpotInstanceType | undefined;
1791
- BlockDurationMinutes?: number | undefined;
1792
- ValidUntil?: Date | undefined;
1793
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
1794
- }
1795
- export interface InstanceMarketOptionsRequest {
1796
- MarketType?: MarketType | undefined;
1797
- SpotOptions?: SpotMarketOptions | undefined;
1798
- }
1799
- export interface LaunchTemplateSpecification {
1800
- LaunchTemplateId?: string | undefined;
1801
- LaunchTemplateName?: string | undefined;
1802
- Version?: string | undefined;
1803
- }
1804
- export interface LicenseConfigurationRequest {
1805
- LicenseConfigurationArn?: string | undefined;
1806
- }
1807
- export interface InstanceMaintenanceOptionsRequest {
1808
- AutoRecovery?: InstanceAutoRecoveryState | undefined;
1809
- }
1810
- export interface InstanceMetadataOptionsRequest {
1811
- HttpTokens?: HttpTokensState | undefined;
1812
- HttpPutResponseHopLimit?: number | undefined;
1813
- HttpEndpoint?: InstanceMetadataEndpointState | undefined;
1814
- HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
1815
- InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
1816
- }
1817
- export interface InstanceNetworkPerformanceOptionsRequest {
1818
- BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
1819
- }
1820
- export interface PrivateDnsNameOptionsRequest {
1821
- HostnameType?: HostnameType | undefined;
1822
- EnableResourceNameDnsARecord?: boolean | undefined;
1823
- EnableResourceNameDnsAAAARecord?: boolean | undefined;
1824
- }
1825
- export interface InstanceSecondaryInterfacePrivateIpAddressRequest {
1826
- PrivateIpAddress: string | undefined;
1827
- }
1828
- export interface InstanceSecondaryInterfaceSpecificationRequest {
1829
- DeleteOnTermination?: boolean | undefined;
1830
- DeviceIndex?: number | undefined;
1831
- PrivateIpAddresses?: InstanceSecondaryInterfacePrivateIpAddressRequest[] | undefined;
1832
- PrivateIpAddressCount?: number | undefined;
1833
- SecondarySubnetId?: string | undefined;
1834
- InterfaceType?: SecondaryInterfaceType | undefined;
1835
- NetworkCardIndex?: number | undefined;
1836
- }
1837
- export interface RunInstancesRequest {
1838
- BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1839
- ImageId?: string | undefined;
1840
- InstanceType?: _InstanceType | undefined;
1841
- Ipv6AddressCount?: number | undefined;
1842
- Ipv6Addresses?: InstanceIpv6Address[] | undefined;
1843
- KernelId?: string | undefined;
1844
- KeyName?: string | undefined;
1845
- MaxCount: number | undefined;
1846
- MinCount: number | undefined;
1847
- Monitoring?: RunInstancesMonitoringEnabled | undefined;
1848
- Placement?: Placement | undefined;
1849
- RamdiskId?: string | undefined;
1850
- SecurityGroupIds?: string[] | undefined;
1851
- SecurityGroups?: string[] | undefined;
1852
- SubnetId?: string | undefined;
1853
- UserData?: string | undefined;
1854
- ElasticGpuSpecification?: ElasticGpuSpecification[] | undefined;
1855
- ElasticInferenceAccelerators?: ElasticInferenceAccelerator[] | undefined;
1856
- TagSpecifications?: TagSpecification[] | undefined;
1857
- LaunchTemplate?: LaunchTemplateSpecification | undefined;
1858
- InstanceMarketOptions?: InstanceMarketOptionsRequest | undefined;
1859
- CreditSpecification?: CreditSpecificationRequest | undefined;
1860
- CpuOptions?: CpuOptionsRequest | undefined;
1861
- CapacityReservationSpecification?: CapacityReservationSpecification | undefined;
1862
- HibernationOptions?: HibernationOptionsRequest | undefined;
1863
- LicenseSpecifications?: LicenseConfigurationRequest[] | undefined;
1864
- MetadataOptions?: InstanceMetadataOptionsRequest | undefined;
1865
- EnclaveOptions?: EnclaveOptionsRequest | undefined;
1866
- PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest | undefined;
1867
- MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
1868
- DisableApiStop?: boolean | undefined;
1869
- EnablePrimaryIpv6?: boolean | undefined;
1870
- NetworkPerformanceOptions?: InstanceNetworkPerformanceOptionsRequest | undefined;
1871
- Operator?: OperatorRequest | undefined;
1872
- SecondaryInterfaces?: InstanceSecondaryInterfaceSpecificationRequest[] | undefined;
1873
- DryRun?: boolean | undefined;
1874
- DisableApiTermination?: boolean | undefined;
1875
- InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
1876
- PrivateIpAddress?: string | undefined;
1877
- ClientToken?: string | undefined;
1878
- AdditionalInfo?: string | undefined;
1879
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
1880
- IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
1881
- EbsOptimized?: boolean | undefined;
1882
- }