@aws-sdk/client-ec2 3.699.0 → 3.703.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 (303) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2214 -445
  3. package/dist-es/EC2.js +22 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +32 -19
  20. package/dist-es/models/models_3.js +21 -13
  21. package/dist-es/models/models_4.js +13 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1655 -132
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +28 -5
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +11 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  117. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  118. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  119. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  121. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  122. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  125. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  126. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  131. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  136. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  137. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  138. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  142. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  143. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  144. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  145. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  146. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
  148. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  149. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +22 -2
  151. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  152. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  153. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  166. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  167. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  168. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  169. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  170. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  171. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  172. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  173. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  174. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  175. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  178. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  194. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  198. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  209. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  210. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  211. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  212. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  213. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  215. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  216. package/dist-types/commands/index.d.ts +11 -0
  217. package/dist-types/models/index.d.ts +1 -0
  218. package/dist-types/models/models_0.d.ts +129 -298
  219. package/dist-types/models/models_1.d.ts +339 -202
  220. package/dist-types/models/models_2.d.ts +637 -289
  221. package/dist-types/models/models_3.d.ts +417 -861
  222. package/dist-types/models/models_4.d.ts +7130 -7145
  223. package/dist-types/models/models_5.d.ts +5633 -4991
  224. package/dist-types/models/models_6.d.ts +4335 -4505
  225. package/dist-types/models/models_7.d.ts +1540 -24
  226. package/dist-types/models/models_8.d.ts +11 -0
  227. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  228. package/dist-types/ts3.4/EC2.d.ts +216 -0
  229. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  230. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  232. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  233. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  241. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  243. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  246. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  251. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  252. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  289. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  291. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  292. package/dist-types/ts3.4/models/index.d.ts +1 -0
  293. package/dist-types/ts3.4/models/models_0.d.ts +38 -64
  294. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  295. package/dist-types/ts3.4/models/models_2.d.ts +158 -89
  296. package/dist-types/ts3.4/models/models_3.d.ts +103 -163
  297. package/dist-types/ts3.4/models/models_4.d.ts +164 -153
  298. package/dist-types/ts3.4/models/models_5.d.ts +211 -135
  299. package/dist-types/ts3.4/models/models_6.d.ts +245 -282
  300. package/dist-types/ts3.4/models/models_7.d.ts +341 -6
  301. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  302. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  303. package/package.json +1 -1
@@ -1,4 +1,302 @@
1
- import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CapacityAllocation, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationTenancy, EndDateType, InstanceEventWindow, InstanceMatchCriteria, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
1
+ import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationDeliveryPreference, CapacityReservationFleetState, InstanceEventWindow, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
2
+ /**
3
+ * @public
4
+ * @enum
5
+ */
6
+ export declare const EndDateType: {
7
+ readonly limited: "limited";
8
+ readonly unlimited: "unlimited";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type EndDateType = (typeof EndDateType)[keyof typeof EndDateType];
14
+ /**
15
+ * @public
16
+ * @enum
17
+ */
18
+ export declare const InstanceMatchCriteria: {
19
+ readonly open: "open";
20
+ readonly targeted: "targeted";
21
+ };
22
+ /**
23
+ * @public
24
+ */
25
+ export type InstanceMatchCriteria = (typeof InstanceMatchCriteria)[keyof typeof InstanceMatchCriteria];
26
+ /**
27
+ * @public
28
+ * @enum
29
+ */
30
+ export declare const CapacityReservationInstancePlatform: {
31
+ readonly LINUX_UNIX: "Linux/UNIX";
32
+ readonly LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise";
33
+ readonly LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard";
34
+ readonly LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web";
35
+ readonly RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux";
36
+ readonly RHEL_WITH_HA: "RHEL with HA";
37
+ readonly RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise";
38
+ readonly RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard";
39
+ readonly RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise";
40
+ readonly RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard";
41
+ readonly RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web";
42
+ readonly SUSE_LINUX: "SUSE Linux";
43
+ readonly UBUNTU_PRO_LINUX: "Ubuntu Pro";
44
+ readonly WINDOWS: "Windows";
45
+ readonly WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server";
46
+ readonly WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise";
47
+ readonly WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard";
48
+ readonly WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web";
49
+ };
50
+ /**
51
+ * @public
52
+ */
53
+ export type CapacityReservationInstancePlatform = (typeof CapacityReservationInstancePlatform)[keyof typeof CapacityReservationInstancePlatform];
54
+ /**
55
+ * @public
56
+ * @enum
57
+ */
58
+ export declare const CapacityReservationTenancy: {
59
+ readonly dedicated: "dedicated";
60
+ readonly default: "default";
61
+ };
62
+ /**
63
+ * @public
64
+ */
65
+ export type CapacityReservationTenancy = (typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
66
+ /**
67
+ * @public
68
+ */
69
+ export interface CreateCapacityReservationRequest {
70
+ /**
71
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</p>
72
+ * @public
73
+ */
74
+ ClientToken?: string | undefined;
75
+ /**
76
+ * <p>The instance type for which to reserve capacity.</p>
77
+ * <note>
78
+ * <p>You can request future-dated Capacity Reservations for instance types in the C, M, R, I,
79
+ * and T instance families only.</p>
80
+ * </note>
81
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>
82
+ * @public
83
+ */
84
+ InstanceType: string | undefined;
85
+ /**
86
+ * <p>The type of operating system for which to reserve capacity.</p>
87
+ * @public
88
+ */
89
+ InstancePlatform: CapacityReservationInstancePlatform | undefined;
90
+ /**
91
+ * <p>The Availability Zone in which to create the Capacity Reservation.</p>
92
+ * @public
93
+ */
94
+ AvailabilityZone?: string | undefined;
95
+ /**
96
+ * <p>The ID of the Availability Zone in which to create the Capacity Reservation.</p>
97
+ * @public
98
+ */
99
+ AvailabilityZoneId?: string | undefined;
100
+ /**
101
+ * <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
102
+ * of the following tenancy settings:</p>
103
+ * <ul>
104
+ * <li>
105
+ * <p>
106
+ * <code>default</code> - The Capacity Reservation is created on hardware that is
107
+ * shared with other Amazon Web Services accounts.</p>
108
+ * </li>
109
+ * <li>
110
+ * <p>
111
+ * <code>dedicated</code> - The Capacity Reservation is created on single-tenant
112
+ * hardware that is dedicated to a single Amazon Web Services account.</p>
113
+ * </li>
114
+ * </ul>
115
+ * @public
116
+ */
117
+ Tenancy?: CapacityReservationTenancy | undefined;
118
+ /**
119
+ * <p>The number of instances for which to reserve capacity.</p>
120
+ * <note>
121
+ * <p>You can request future-dated Capacity Reservations for an instance count
122
+ * with a minimum of 100 VPUs. For example, if you request a future-dated Capacity
123
+ * Reservation for <code>m5.xlarge</code> instances, you must request at least
124
+ * 25 instances (<i>25 * m5.xlarge = 100 vCPUs</i>).</p>
125
+ * </note>
126
+ * <p>Valid range: 1 - 1000</p>
127
+ * @public
128
+ */
129
+ InstanceCount: number | undefined;
130
+ /**
131
+ * <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
132
+ * optimization provides dedicated throughput to Amazon EBS and an optimized configuration
133
+ * stack to provide optimal I/O performance. This optimization isn't available with all
134
+ * instance types. Additional usage charges apply when using an EBS- optimized
135
+ * instance.</p>
136
+ * @public
137
+ */
138
+ EbsOptimized?: boolean | undefined;
139
+ /**
140
+ * <p>
141
+ * <i>Deprecated.</i>
142
+ * </p>
143
+ * @public
144
+ */
145
+ EphemeralStorage?: boolean | undefined;
146
+ /**
147
+ * <p>The date and time at which the Capacity Reservation expires. When a Capacity
148
+ * Reservation expires, the reserved capacity is released and you can no longer launch
149
+ * instances into it. The Capacity Reservation's state changes to <code>expired</code>
150
+ * when it reaches its end date and time.</p>
151
+ * <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
152
+ * <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
153
+ * <code>unlimited</code>.</p>
154
+ * <p>If the <code>EndDateType</code> is <code>limited</code>, the Capacity Reservation
155
+ * is cancelled within an hour from the specified time. For example, if you specify
156
+ * 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55
157
+ * and 14:30:55 on 5/31/2019.</p>
158
+ * <p>If you are requesting a future-dated Capacity Reservation, you can't specify an end
159
+ * date and time that is within the commitment duration.</p>
160
+ * @public
161
+ */
162
+ EndDate?: Date | undefined;
163
+ /**
164
+ * <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can
165
+ * have one of the following end types:</p>
166
+ * <ul>
167
+ * <li>
168
+ * <p>
169
+ * <code>unlimited</code> - The Capacity Reservation remains active until you
170
+ * explicitly cancel it. Do not provide an <code>EndDate</code> if the
171
+ * <code>EndDateType</code> is <code>unlimited</code>.</p>
172
+ * </li>
173
+ * <li>
174
+ * <p>
175
+ * <code>limited</code> - The Capacity Reservation expires automatically at a
176
+ * specified date and time. You must provide an <code>EndDate</code> value if the
177
+ * <code>EndDateType</code> value is <code>limited</code>.</p>
178
+ * </li>
179
+ * </ul>
180
+ * @public
181
+ */
182
+ EndDateType?: EndDateType | undefined;
183
+ /**
184
+ * <p>Indicates the type of instance launches that the Capacity Reservation accepts. The
185
+ * options include:</p>
186
+ * <ul>
187
+ * <li>
188
+ * <p>
189
+ * <code>open</code> - The Capacity Reservation automatically matches all instances
190
+ * that have matching attributes (instance type, platform, and Availability Zone).
191
+ * Instances that have matching attributes run in the Capacity Reservation
192
+ * automatically without specifying any additional parameters.</p>
193
+ * </li>
194
+ * <li>
195
+ * <p>
196
+ * <code>targeted</code> - The Capacity Reservation only accepts instances that
197
+ * have matching attributes (instance type, platform, and Availability Zone), and
198
+ * explicitly target the Capacity Reservation. This ensures that only permitted
199
+ * instances can use the reserved capacity. </p>
200
+ * </li>
201
+ * </ul>
202
+ * <note>
203
+ * <p>If you are requesting a future-dated Capacity Reservation, you must specify <code>targeted</code>.</p>
204
+ * </note>
205
+ * <p>Default: <code>open</code>
206
+ * </p>
207
+ * @public
208
+ */
209
+ InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
210
+ /**
211
+ * <p>The tags to apply to the Capacity Reservation during launch.</p>
212
+ * @public
213
+ */
214
+ TagSpecifications?: TagSpecification[] | undefined;
215
+ /**
216
+ * <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>
217
+ * @public
218
+ */
219
+ DryRun?: boolean | undefined;
220
+ /**
221
+ * <note>
222
+ * <p>Not supported for future-dated Capacity Reservations.</p>
223
+ * </note>
224
+ * <p>The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity
225
+ * Reservation.</p>
226
+ * @public
227
+ */
228
+ OutpostArn?: string | undefined;
229
+ /**
230
+ * <note>
231
+ * <p>Not supported for future-dated Capacity Reservations.</p>
232
+ * </note>
233
+ * <p>The Amazon Resource Name (ARN) of the cluster placement group in which
234
+ * to create the Capacity Reservation. For more information, see
235
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html">
236
+ * Capacity Reservations for cluster placement groups</a> in the
237
+ * <i>Amazon EC2 User Guide</i>.</p>
238
+ * @public
239
+ */
240
+ PlacementGroupArn?: string | undefined;
241
+ /**
242
+ * <note>
243
+ * <p>Required for future-dated Capacity Reservations only. To create a Capacity
244
+ * Reservation for immediate use, omit this parameter. </p>
245
+ * </note>
246
+ * <p>The date and time at which the future-dated Capacity Reservation should become
247
+ * available for use, in the ISO8601 format in the UTC time zone
248
+ * (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
249
+ * <p>You can request a future-dated Capacity Reservation between 5 and 120 days in
250
+ * advance.</p>
251
+ * @public
252
+ */
253
+ StartDate?: Date | undefined;
254
+ /**
255
+ * <note>
256
+ * <p>Required for future-dated Capacity Reservations only. To create a Capacity
257
+ * Reservation for immediate use, omit this parameter. </p>
258
+ * </note>
259
+ * <p>Specify a commitment duration, in seconds, for the future-dated Capacity Reservation.</p>
260
+ * <p>The commitment duration is a minimum duration for which you commit to having the
261
+ * future-dated Capacity Reservation in the <code>active</code> state in your account
262
+ * after it has been delivered.</p>
263
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-concepts.html#cr-commitment-duration">
264
+ * Commitment duration</a>.</p>
265
+ * @public
266
+ */
267
+ CommitmentDuration?: number | undefined;
268
+ /**
269
+ * <note>
270
+ * <p>Required for future-dated Capacity Reservations only. To create a Capacity
271
+ * Reservation for immediate use, omit this parameter. </p>
272
+ * </note>
273
+ * <p>Indicates that the requested capacity will be delivered in addition to any
274
+ * running instances or reserved capacity that you have in your account at the
275
+ * requested date and time.</p>
276
+ * <p>The only supported value is <code>incremental</code>.</p>
277
+ * @public
278
+ */
279
+ DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
280
+ }
281
+ /**
282
+ * <p>Information about instance capacity usage for a Capacity Reservation.</p>
283
+ * @public
284
+ */
285
+ export interface CapacityAllocation {
286
+ /**
287
+ * <p>The usage type. <code>used</code> indicates that the instance capacity is in use by
288
+ * instances that are running in the Capacity Reservation.</p>
289
+ * @public
290
+ */
291
+ AllocationType?: AllocationType | undefined;
292
+ /**
293
+ * <p>The amount of instance capacity associated with the usage. For example a value of
294
+ * <code>4</code> indicates that instance capacity for 4 instances is currently in
295
+ * use.</p>
296
+ * @public
297
+ */
298
+ Count?: number | undefined;
299
+ }
2
300
  /**
3
301
  * <p>Information about your commitment for a future-dated Capacity Reservation.</p>
4
302
  * @public
@@ -699,6 +997,24 @@ export declare const _InstanceType: {
699
997
  readonly i4i_large: "i4i.large";
700
998
  readonly i4i_metal: "i4i.metal";
701
999
  readonly i4i_xlarge: "i4i.xlarge";
1000
+ readonly i7ie_12xlarge: "i7ie.12xlarge";
1001
+ readonly i7ie_18xlarge: "i7ie.18xlarge";
1002
+ readonly i7ie_24xlarge: "i7ie.24xlarge";
1003
+ readonly i7ie_2xlarge: "i7ie.2xlarge";
1004
+ readonly i7ie_3xlarge: "i7ie.3xlarge";
1005
+ readonly i7ie_48xlarge: "i7ie.48xlarge";
1006
+ readonly i7ie_6xlarge: "i7ie.6xlarge";
1007
+ readonly i7ie_large: "i7ie.large";
1008
+ readonly i7ie_xlarge: "i7ie.xlarge";
1009
+ readonly i8g_12xlarge: "i8g.12xlarge";
1010
+ readonly i8g_16xlarge: "i8g.16xlarge";
1011
+ readonly i8g_24xlarge: "i8g.24xlarge";
1012
+ readonly i8g_2xlarge: "i8g.2xlarge";
1013
+ readonly i8g_4xlarge: "i8g.4xlarge";
1014
+ readonly i8g_8xlarge: "i8g.8xlarge";
1015
+ readonly i8g_large: "i8g.large";
1016
+ readonly i8g_metal_24xl: "i8g.metal-24xl";
1017
+ readonly i8g_xlarge: "i8g.xlarge";
702
1018
  readonly im4gn_16xlarge: "im4gn.16xlarge";
703
1019
  readonly im4gn_2xlarge: "im4gn.2xlarge";
704
1020
  readonly im4gn_4xlarge: "im4gn.4xlarge";
@@ -3331,6 +3647,9 @@ export interface InstanceRequirementsRequest {
3331
3647
  * <li>
3332
3648
  * <p>For instance types with Amazon Web Services CPUs, specify <code>amazon-web-services</code>.</p>
3333
3649
  * </li>
3650
+ * <li>
3651
+ * <p>For instance types with Apple CPUs, specify <code>apple</code>.</p>
3652
+ * </li>
3334
3653
  * </ul>
3335
3654
  * <note>
3336
3655
  * <p>Don't confuse the CPU manufacturer with the CPU architecture. Instances will
@@ -4518,9 +4837,9 @@ export interface PerformanceFactorReference {
4518
4837
  * <p>Ensure that you specify the correct value for the instance family. The instance
4519
4838
  * family is everything before the period (<code>.</code>) in the instance type name. For
4520
4839
  * example, in the instance type <code>c6i.large</code>, the instance family is
4521
- * <code>c6i</code>, not <code>c6</code>. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-type-names.html">Amazon EC2
4840
+ * <code>c6i</code>, not <code>c6</code>. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-type-names.html">Amazon EC2
4522
4841
  * instance type naming conventions</a> in <i>Amazon EC2 Instance
4523
- * Types</i>.</p>
4842
+ * Types</i>.</p>
4524
4843
  * </note>
4525
4844
  * <p>The following instance families are <i>not supported</i> for performance
4526
4845
  * protection:</p>
@@ -4787,6 +5106,9 @@ export interface InstanceRequirements {
4787
5106
  * <li>
4788
5107
  * <p>For instance types with Amazon Web Services CPUs, specify <code>amazon-web-services</code>.</p>
4789
5108
  * </li>
5109
+ * <li>
5110
+ * <p>For instance types with Apple CPUs, specify <code>apple</code>.</p>
5111
+ * </li>
4790
5112
  * </ul>
4791
5113
  * <note>
4792
5114
  * <p>Don't confuse the CPU manufacturer with the CPU architecture. Instances will
@@ -7882,9 +8204,15 @@ export interface LaunchTemplateCapacityReservationSpecificationRequest {
7882
8204
  * <ul>
7883
8205
  * <li>
7884
8206
  * <p>
8207
+ * <code>capacity-reservations-only</code> - The instance will only run in a
8208
+ * Capacity Reservation or Capacity Reservation group. If capacity isn't available,
8209
+ * the instance will fail to launch.</p>
8210
+ * </li>
8211
+ * <li>
8212
+ * <p>
7885
8213
  * <code>open</code> - The instance can run in any <code>open</code> Capacity
7886
8214
  * Reservation that has matching attributes (instance type, platform, Availability
7887
- * Zone).</p>
8215
+ * Zone, tenancy).</p>
7888
8216
  * </li>
7889
8217
  * <li>
7890
8218
  * <p>
@@ -8573,12 +8901,12 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
8573
8901
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
8574
8902
  }
8575
8903
  /**
8576
- * <p>The entity that manages the resource.</p>
8904
+ * <p>The service provider that manages the resource.</p>
8577
8905
  * @public
8578
8906
  */
8579
8907
  export interface OperatorRequest {
8580
8908
  /**
8581
- * <p>The entity that manages the resource.</p>
8909
+ * <p>The service provider that manages the resource.</p>
8582
8910
  * @public
8583
8911
  */
8584
8912
  Principal?: string | undefined;
@@ -9079,19 +9407,19 @@ export interface CreateLaunchTemplateRequest {
9079
9407
  TagSpecifications?: TagSpecification[] | undefined;
9080
9408
  }
9081
9409
  /**
9082
- * <p>Describes whether the resource is managed by an entity and, if so,
9083
- * describes the entity that manages it.</p>
9410
+ * <p>Describes whether the resource is managed by an service provider and, if so, describes
9411
+ * the service provider that manages it.</p>
9084
9412
  * @public
9085
9413
  */
9086
9414
  export interface OperatorResponse {
9087
9415
  /**
9088
- * <p>If <code>true</code>, the resource is managed by an entity.</p>
9416
+ * <p>If <code>true</code>, the resource is managed by an service provider.</p>
9089
9417
  * @public
9090
9418
  */
9091
9419
  Managed?: boolean | undefined;
9092
9420
  /**
9093
- * <p>If <code>managed</code> is <code>true</code>, then the principal is returned.
9094
- * The principal is the entity that manages the resource.</p>
9421
+ * <p>If <code>managed</code> is <code>true</code>, then the principal is returned. The
9422
+ * principal is the service provider that manages the resource.</p>
9095
9423
  * @public
9096
9424
  */
9097
9425
  Principal?: string | undefined;
@@ -10860,197 +11188,6 @@ export declare const PrefixListState: {
10860
11188
  * @public
10861
11189
  */
10862
11190
  export type PrefixListState = (typeof PrefixListState)[keyof typeof PrefixListState];
10863
- /**
10864
- * <p>Describes a managed prefix list.</p>
10865
- * @public
10866
- */
10867
- export interface ManagedPrefixList {
10868
- /**
10869
- * <p>The ID of the prefix list.</p>
10870
- * @public
10871
- */
10872
- PrefixListId?: string | undefined;
10873
- /**
10874
- * <p>The IP address version.</p>
10875
- * @public
10876
- */
10877
- AddressFamily?: string | undefined;
10878
- /**
10879
- * <p>The current state of the prefix list.</p>
10880
- * @public
10881
- */
10882
- State?: PrefixListState | undefined;
10883
- /**
10884
- * <p>The state message.</p>
10885
- * @public
10886
- */
10887
- StateMessage?: string | undefined;
10888
- /**
10889
- * <p>The Amazon Resource Name (ARN) for the prefix list.</p>
10890
- * @public
10891
- */
10892
- PrefixListArn?: string | undefined;
10893
- /**
10894
- * <p>The name of the prefix list.</p>
10895
- * @public
10896
- */
10897
- PrefixListName?: string | undefined;
10898
- /**
10899
- * <p>The maximum number of entries for the prefix list.</p>
10900
- * @public
10901
- */
10902
- MaxEntries?: number | undefined;
10903
- /**
10904
- * <p>The version of the prefix list.</p>
10905
- * @public
10906
- */
10907
- Version?: number | undefined;
10908
- /**
10909
- * <p>The tags for the prefix list.</p>
10910
- * @public
10911
- */
10912
- Tags?: Tag[] | undefined;
10913
- /**
10914
- * <p>The ID of the owner of the prefix list.</p>
10915
- * @public
10916
- */
10917
- OwnerId?: string | undefined;
10918
- }
10919
- /**
10920
- * @public
10921
- */
10922
- export interface CreateManagedPrefixListResult {
10923
- /**
10924
- * <p>Information about the prefix list.</p>
10925
- * @public
10926
- */
10927
- PrefixList?: ManagedPrefixList | undefined;
10928
- }
10929
- /**
10930
- * @public
10931
- * @enum
10932
- */
10933
- export declare const ConnectivityType: {
10934
- readonly PRIVATE: "private";
10935
- readonly PUBLIC: "public";
10936
- };
10937
- /**
10938
- * @public
10939
- */
10940
- export type ConnectivityType = (typeof ConnectivityType)[keyof typeof ConnectivityType];
10941
- /**
10942
- * @public
10943
- */
10944
- export interface CreateNatGatewayRequest {
10945
- /**
10946
- * <p>[Public NAT gateways only] The allocation ID of an Elastic IP address to associate
10947
- * with the NAT gateway. You cannot specify an Elastic IP address with a private NAT gateway.
10948
- * If the Elastic IP address is associated with another resource, you must first disassociate it.</p>
10949
- * @public
10950
- */
10951
- AllocationId?: string | undefined;
10952
- /**
10953
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
10954
- * request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
10955
- * <p>Constraint: Maximum 64 ASCII characters.</p>
10956
- * @public
10957
- */
10958
- ClientToken?: string | undefined;
10959
- /**
10960
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10961
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10962
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10963
- * @public
10964
- */
10965
- DryRun?: boolean | undefined;
10966
- /**
10967
- * <p>The ID of the subnet in which to create the NAT gateway.</p>
10968
- * @public
10969
- */
10970
- SubnetId: string | undefined;
10971
- /**
10972
- * <p>The tags to assign to the NAT gateway.</p>
10973
- * @public
10974
- */
10975
- TagSpecifications?: TagSpecification[] | undefined;
10976
- /**
10977
- * <p>Indicates whether the NAT gateway supports public or private connectivity.
10978
- * The default is public connectivity.</p>
10979
- * @public
10980
- */
10981
- ConnectivityType?: ConnectivityType | undefined;
10982
- /**
10983
- * <p>The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.</p>
10984
- * @public
10985
- */
10986
- PrivateIpAddress?: string | undefined;
10987
- /**
10988
- * <p>Secondary EIP allocation IDs. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create a NAT gateway</a>
10989
- * in the <i>Amazon VPC User Guide</i>.</p>
10990
- * @public
10991
- */
10992
- SecondaryAllocationIds?: string[] | undefined;
10993
- /**
10994
- * <p>Secondary private IPv4 addresses. For more information about secondary addresses, see
10995
- * <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</p>
10996
- * @public
10997
- */
10998
- SecondaryPrivateIpAddresses?: string[] | undefined;
10999
- /**
11000
- * <p>[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.
11001
- * For more information about secondary addresses, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create a NAT gateway</a>
11002
- * in the <i>Amazon VPC User Guide</i>.</p>
11003
- * @public
11004
- */
11005
- SecondaryPrivateIpAddressCount?: number | undefined;
11006
- }
11007
- /**
11008
- * <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-gateways">documented limits</a>,
11009
- * contact Amazon Web Services Support.</p>
11010
- * @public
11011
- */
11012
- export interface ProvisionedBandwidth {
11013
- /**
11014
- * <p>Reserved.</p>
11015
- * @public
11016
- */
11017
- ProvisionTime?: Date | undefined;
11018
- /**
11019
- * <p>Reserved.</p>
11020
- * @public
11021
- */
11022
- Provisioned?: string | undefined;
11023
- /**
11024
- * <p>Reserved.</p>
11025
- * @public
11026
- */
11027
- RequestTime?: Date | undefined;
11028
- /**
11029
- * <p>Reserved.</p>
11030
- * @public
11031
- */
11032
- Requested?: string | undefined;
11033
- /**
11034
- * <p>Reserved.</p>
11035
- * @public
11036
- */
11037
- Status?: string | undefined;
11038
- }
11039
- /**
11040
- * @public
11041
- * @enum
11042
- */
11043
- export declare const NatGatewayState: {
11044
- readonly AVAILABLE: "available";
11045
- readonly DELETED: "deleted";
11046
- readonly DELETING: "deleting";
11047
- readonly FAILED: "failed";
11048
- readonly PENDING: "pending";
11049
- };
11050
- /**
11051
- * @public
11052
- */
11053
- export type NatGatewayState = (typeof NatGatewayState)[keyof typeof NatGatewayState];
11054
11191
  /**
11055
11192
  * @internal
11056
11193
  */